¶Ô±ÈÐÂÎļþ |
| | |
| | | /* Logo åä½ */ |
| | | @font-face { |
| | | font-family: "iconfont logo"; |
| | | src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834'); |
| | | src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'), |
| | | url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'), |
| | | url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), |
| | | url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg'); |
| | | } |
| | | |
| | | .logo { |
| | | font-family: "iconfont logo"; |
| | | font-size: 160px; |
| | | font-style: normal; |
| | | -webkit-font-smoothing: antialiased; |
| | | -moz-osx-font-smoothing: grayscale; |
| | | } |
| | | |
| | | /* tabs */ |
| | | .nav-tabs { |
| | | position: relative; |
| | | } |
| | | |
| | | .nav-tabs .nav-more { |
| | | position: absolute; |
| | | right: 0; |
| | | bottom: 0; |
| | | height: 42px; |
| | | line-height: 42px; |
| | | color: #666; |
| | | } |
| | | |
| | | #tabs { |
| | | border-bottom: 1px solid #eee; |
| | | } |
| | | |
| | | #tabs li { |
| | | cursor: pointer; |
| | | width: 100px; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | text-align: center; |
| | | font-size: 16px; |
| | | border-bottom: 2px solid transparent; |
| | | position: relative; |
| | | z-index: 1; |
| | | margin-bottom: -1px; |
| | | color: #666; |
| | | } |
| | | |
| | | |
| | | #tabs .active { |
| | | border-bottom-color: #f00; |
| | | color: #222; |
| | | } |
| | | |
| | | .tab-container .content { |
| | | display: none; |
| | | } |
| | | |
| | | /* 页é¢å¸å± */ |
| | | .main { |
| | | padding: 30px 100px; |
| | | width: 960px; |
| | | margin: 0 auto; |
| | | } |
| | | |
| | | .main .logo { |
| | | color: #333; |
| | | text-align: left; |
| | | margin-bottom: 30px; |
| | | line-height: 1; |
| | | height: 110px; |
| | | margin-top: -50px; |
| | | overflow: hidden; |
| | | *zoom: 1; |
| | | } |
| | | |
| | | .main .logo a { |
| | | font-size: 160px; |
| | | color: #333; |
| | | } |
| | | |
| | | .helps { |
| | | margin-top: 40px; |
| | | } |
| | | |
| | | .helps pre { |
| | | padding: 20px; |
| | | margin: 10px 0; |
| | | border: solid 1px #e7e1cd; |
| | | background-color: #fffdef; |
| | | overflow: auto; |
| | | } |
| | | |
| | | .icon_lists { |
| | | width: 100% !important; |
| | | overflow: hidden; |
| | | *zoom: 1; |
| | | } |
| | | |
| | | .icon_lists li { |
| | | width: 100px; |
| | | margin-bottom: 10px; |
| | | margin-right: 20px; |
| | | text-align: center; |
| | | list-style: none !important; |
| | | cursor: default; |
| | | } |
| | | |
| | | .icon_lists li .code-name { |
| | | line-height: 1.2; |
| | | } |
| | | |
| | | .icon_lists .icon { |
| | | display: block; |
| | | height: 100px; |
| | | line-height: 100px; |
| | | font-size: 42px; |
| | | margin: 10px auto; |
| | | color: #333; |
| | | -webkit-transition: font-size 0.25s linear, width 0.25s linear; |
| | | -moz-transition: font-size 0.25s linear, width 0.25s linear; |
| | | transition: font-size 0.25s linear, width 0.25s linear; |
| | | } |
| | | |
| | | .icon_lists .icon:hover { |
| | | font-size: 100px; |
| | | } |
| | | |
| | | .icon_lists .svg-icon { |
| | | /* éè¿è®¾ç½® font-size æ¥æ¹å徿 å¤§å° */ |
| | | width: 1em; |
| | | /* 徿 åæåç¸é»æ¶ï¼åç´å¯¹é½ */ |
| | | vertical-align: -0.15em; |
| | | /* éè¿è®¾ç½® color æ¥æ¹å SVG çé¢è²/fill */ |
| | | fill: currentColor; |
| | | /* path å stroke æº¢åº viewBox é¨åå¨ IE ä¸ä¼æ¾ç¤º |
| | | normalize.css ä¸ä¹å
å«è¿è¡ */ |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .icon_lists li .name, |
| | | .icon_lists li .code-name { |
| | | color: #666; |
| | | } |
| | | |
| | | /* markdown æ ·å¼ */ |
| | | .markdown { |
| | | color: #666; |
| | | font-size: 14px; |
| | | line-height: 1.8; |
| | | } |
| | | |
| | | .highlight { |
| | | line-height: 1.5; |
| | | } |
| | | |
| | | .markdown img { |
| | | vertical-align: middle; |
| | | max-width: 100%; |
| | | } |
| | | |
| | | .markdown h1 { |
| | | color: #404040; |
| | | font-weight: 500; |
| | | line-height: 40px; |
| | | margin-bottom: 24px; |
| | | } |
| | | |
| | | .markdown h2, |
| | | .markdown h3, |
| | | .markdown h4, |
| | | .markdown h5, |
| | | .markdown h6 { |
| | | color: #404040; |
| | | margin: 1.6em 0 0.6em 0; |
| | | font-weight: 500; |
| | | clear: both; |
| | | } |
| | | |
| | | .markdown h1 { |
| | | font-size: 28px; |
| | | } |
| | | |
| | | .markdown h2 { |
| | | font-size: 22px; |
| | | } |
| | | |
| | | .markdown h3 { |
| | | font-size: 16px; |
| | | } |
| | | |
| | | .markdown h4 { |
| | | font-size: 14px; |
| | | } |
| | | |
| | | .markdown h5 { |
| | | font-size: 12px; |
| | | } |
| | | |
| | | .markdown h6 { |
| | | font-size: 12px; |
| | | } |
| | | |
| | | .markdown hr { |
| | | height: 1px; |
| | | border: 0; |
| | | background: #e9e9e9; |
| | | margin: 16px 0; |
| | | clear: both; |
| | | } |
| | | |
| | | .markdown p { |
| | | margin: 1em 0; |
| | | } |
| | | |
| | | .markdown>p, |
| | | .markdown>blockquote, |
| | | .markdown>.highlight, |
| | | .markdown>ol, |
| | | .markdown>ul { |
| | | width: 80%; |
| | | } |
| | | |
| | | .markdown ul>li { |
| | | list-style: circle; |
| | | } |
| | | |
| | | .markdown>ul li, |
| | | .markdown blockquote ul>li { |
| | | margin-left: 20px; |
| | | padding-left: 4px; |
| | | } |
| | | |
| | | .markdown>ul li p, |
| | | .markdown>ol li p { |
| | | margin: 0.6em 0; |
| | | } |
| | | |
| | | .markdown ol>li { |
| | | list-style: decimal; |
| | | } |
| | | |
| | | .markdown>ol li, |
| | | .markdown blockquote ol>li { |
| | | margin-left: 20px; |
| | | padding-left: 4px; |
| | | } |
| | | |
| | | .markdown code { |
| | | margin: 0 3px; |
| | | padding: 0 5px; |
| | | background: #eee; |
| | | border-radius: 3px; |
| | | } |
| | | |
| | | .markdown strong, |
| | | .markdown b { |
| | | font-weight: 600; |
| | | } |
| | | |
| | | .markdown>table { |
| | | border-collapse: collapse; |
| | | border-spacing: 0px; |
| | | empty-cells: show; |
| | | border: 1px solid #e9e9e9; |
| | | width: 95%; |
| | | margin-bottom: 24px; |
| | | } |
| | | |
| | | .markdown>table th { |
| | | white-space: nowrap; |
| | | color: #333; |
| | | font-weight: 600; |
| | | } |
| | | |
| | | .markdown>table th, |
| | | .markdown>table td { |
| | | border: 1px solid #e9e9e9; |
| | | padding: 8px 16px; |
| | | text-align: left; |
| | | } |
| | | |
| | | .markdown>table th { |
| | | background: #F7F7F7; |
| | | } |
| | | |
| | | .markdown blockquote { |
| | | font-size: 90%; |
| | | color: #999; |
| | | border-left: 4px solid #e9e9e9; |
| | | padding-left: 0.8em; |
| | | margin: 1em 0; |
| | | } |
| | | |
| | | .markdown blockquote p { |
| | | margin: 0; |
| | | } |
| | | |
| | | .markdown .anchor { |
| | | opacity: 0; |
| | | transition: opacity 0.3s ease; |
| | | margin-left: 8px; |
| | | } |
| | | |
| | | .markdown .waiting { |
| | | color: #ccc; |
| | | } |
| | | |
| | | .markdown h1:hover .anchor, |
| | | .markdown h2:hover .anchor, |
| | | .markdown h3:hover .anchor, |
| | | .markdown h4:hover .anchor, |
| | | .markdown h5:hover .anchor, |
| | | .markdown h6:hover .anchor { |
| | | opacity: 1; |
| | | display: inline-block; |
| | | } |
| | | |
| | | .markdown>br, |
| | | .markdown>p>br { |
| | | clear: both; |
| | | } |
| | | |
| | | |
| | | .hljs { |
| | | display: block; |
| | | background: white; |
| | | padding: 0.5em; |
| | | color: #333333; |
| | | overflow-x: auto; |
| | | } |
| | | |
| | | .hljs-comment, |
| | | .hljs-meta { |
| | | color: #969896; |
| | | } |
| | | |
| | | .hljs-string, |
| | | .hljs-variable, |
| | | .hljs-template-variable, |
| | | .hljs-strong, |
| | | .hljs-emphasis, |
| | | .hljs-quote { |
| | | color: #df5000; |
| | | } |
| | | |
| | | .hljs-keyword, |
| | | .hljs-selector-tag, |
| | | .hljs-type { |
| | | color: #a71d5d; |
| | | } |
| | | |
| | | .hljs-literal, |
| | | .hljs-symbol, |
| | | .hljs-bullet, |
| | | .hljs-attribute { |
| | | color: #0086b3; |
| | | } |
| | | |
| | | .hljs-section, |
| | | .hljs-name { |
| | | color: #63a35c; |
| | | } |
| | | |
| | | .hljs-tag { |
| | | color: #333333; |
| | | } |
| | | |
| | | .hljs-title, |
| | | .hljs-attr, |
| | | .hljs-selector-id, |
| | | .hljs-selector-class, |
| | | .hljs-selector-attr, |
| | | .hljs-selector-pseudo { |
| | | color: #795da3; |
| | | } |
| | | |
| | | .hljs-addition { |
| | | color: #55a532; |
| | | background-color: #eaffea; |
| | | } |
| | | |
| | | .hljs-deletion { |
| | | color: #bd2c00; |
| | | background-color: #ffecec; |
| | | } |
| | | |
| | | .hljs-link { |
| | | text-decoration: underline; |
| | | } |
| | | |
| | | /* 代ç é«äº® */ |
| | | /* PrismJS 1.15.0 |
| | | https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */ |
| | | /** |
| | | * prism.js default theme for JavaScript, CSS and HTML |
| | | * Based on dabblet (http://dabblet.com) |
| | | * @author Lea Verou |
| | | */ |
| | | code[class*="language-"], |
| | | pre[class*="language-"] { |
| | | color: black; |
| | | background: none; |
| | | text-shadow: 0 1px white; |
| | | font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; |
| | | text-align: left; |
| | | white-space: pre; |
| | | word-spacing: normal; |
| | | word-break: normal; |
| | | word-wrap: normal; |
| | | line-height: 1.5; |
| | | |
| | | -moz-tab-size: 4; |
| | | -o-tab-size: 4; |
| | | tab-size: 4; |
| | | |
| | | -webkit-hyphens: none; |
| | | -moz-hyphens: none; |
| | | -ms-hyphens: none; |
| | | hyphens: none; |
| | | } |
| | | |
| | | pre[class*="language-"]::-moz-selection, |
| | | pre[class*="language-"] ::-moz-selection, |
| | | code[class*="language-"]::-moz-selection, |
| | | code[class*="language-"] ::-moz-selection { |
| | | text-shadow: none; |
| | | background: #b3d4fc; |
| | | } |
| | | |
| | | pre[class*="language-"]::selection, |
| | | pre[class*="language-"] ::selection, |
| | | code[class*="language-"]::selection, |
| | | code[class*="language-"] ::selection { |
| | | text-shadow: none; |
| | | background: #b3d4fc; |
| | | } |
| | | |
| | | @media print { |
| | | |
| | | code[class*="language-"], |
| | | pre[class*="language-"] { |
| | | text-shadow: none; |
| | | } |
| | | } |
| | | |
| | | /* Code blocks */ |
| | | pre[class*="language-"] { |
| | | padding: 1em; |
| | | margin: .5em 0; |
| | | overflow: auto; |
| | | } |
| | | |
| | | :not(pre)>code[class*="language-"], |
| | | pre[class*="language-"] { |
| | | background: #f5f2f0; |
| | | } |
| | | |
| | | /* Inline code */ |
| | | :not(pre)>code[class*="language-"] { |
| | | padding: .1em; |
| | | border-radius: .3em; |
| | | white-space: normal; |
| | | } |
| | | |
| | | .token.comment, |
| | | .token.prolog, |
| | | .token.doctype, |
| | | .token.cdata { |
| | | color: slategray; |
| | | } |
| | | |
| | | .token.punctuation { |
| | | color: #999; |
| | | } |
| | | |
| | | .namespace { |
| | | opacity: .7; |
| | | } |
| | | |
| | | .token.property, |
| | | .token.tag, |
| | | .token.boolean, |
| | | .token.number, |
| | | .token.constant, |
| | | .token.symbol, |
| | | .token.deleted { |
| | | color: #905; |
| | | } |
| | | |
| | | .token.selector, |
| | | .token.attr-name, |
| | | .token.string, |
| | | .token.char, |
| | | .token.builtin, |
| | | .token.inserted { |
| | | color: #690; |
| | | } |
| | | |
| | | .token.operator, |
| | | .token.entity, |
| | | .token.url, |
| | | .language-css .token.string, |
| | | .style .token.string { |
| | | color: #9a6e3a; |
| | | background: hsla(0, 0%, 100%, .5); |
| | | } |
| | | |
| | | .token.atrule, |
| | | .token.attr-value, |
| | | .token.keyword { |
| | | color: #07a; |
| | | } |
| | | |
| | | .token.function, |
| | | .token.class-name { |
| | | color: #DD4A68; |
| | | } |
| | | |
| | | .token.regex, |
| | | .token.important, |
| | | .token.variable { |
| | | color: #e90; |
| | | } |
| | | |
| | | .token.important, |
| | | .token.bold { |
| | | font-weight: bold; |
| | | } |
| | | |
| | | .token.italic { |
| | | font-style: italic; |
| | | } |
| | | |
| | | .token.entity { |
| | | cursor: help; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | @font-face { |
| | | font-family: "iconfont"; /* Project id 3273823 */ |
| | | src: url('iconfont.eot?t=1695029366009'); /* IE9 */ |
| | | src: url('iconfont.eot?t=1695029366009#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
| | | url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAALJwAAsAAAABf5AAALIcAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACveAqFjAiEhykBNgIkA4wUC4YMAAQgBYRnB6gaW2M5cafw9jdLBOlOQGU1d6t1K+CcfAnGrSqIQkZWIt4+BLdDIfjVWpP9////5yf4jzjW/Nn1Zi1CqEtcdV0aDoZEsWLFaWupXQ0qhIX1RcrQKXYZJ2vLfO37KgsyOZGwai/hDLItdhsTLindYHdv+nlYhM5+bcw82G4hz6I1aUxvfXIM0iVFE/dUDI8lmtIP0+aUzsVo2oh7kP3Mtw7F60gGF9zTJ0N5eC3y1Dbk18GKS+6whUPxIwEM5KXHK+t24tyxwAMHMAzDUBTFeiwMKfSA89ZW+Ri6tSFFrsdbQvYqkYCiW7Yz8yvfn8t3nSfZrUv/5iMlRv2kXP+91WjIEmPXjJAhS8pVW9xLEPkXX8302/0kIiE6MwKcXmYxk3p4yNu/nRhmF+aY2FznNsY9Nsy92YUx1zbnMUQUMR33L6ND149RkU7003EaFf1OSt2/Q6nfcRqen1tvlf//7W+wajZybCNyZI8UWkARFZTQBkEJFfsUQQHjlLACwQITULECT7Hu9PQwz7xzABzaZOIg2LaWF/d7m5IV6pOcHGs6XUiJ86C5qXez3w20ndlF2plAnsrZE/WTlV65u4cEOPX8hN/wu4KcPAkWKicuQP/XZia1UpIqx4Yw2V4gEBgPbGcd5Glmcp19W/T7UhPQhxucUyUm1G/kpR5SAQdA6YCSnIFAwblMSH3hJEF3ALB/pzqW7rp137jCXQMhhUk0izp0AthXRGLoYDvUuAPwABhIYs32MimSeyuJKEYUtfgOMIcG6Pvq+v54c5OJbCmWKTRAeTuzTNUnqoCr+rccABEA+f6BSBNa/AMXXtKTlU42n07fu5bvAsuBoWVD4HUFens3kixTwMH+bztEt0irtNoWBf83CAKFEJWJApADvQCs5VSYIOG7A8FNJEod+3JgboYyc4dIfYiiXHVgnqXmLVE63FARBdTYtLvODci5gWDw8zRDrm4YNsGBSgzSA/i/2uy/bhcdzrm3qpoeCd9l+f7SdrJ80sKEeUOAAGOQEUt6U7Wt2jbdASJPIs8k8sUkgaE2LfjCdwYSUtm7izU5UX+lzZkIfOGLZ9usoEOs4gmp2UaRe+/1TsNL4HditaJ3wT7PMI7wAF4gif2KflDYcQFYLiFtYHsIIGzCYPoKv9flvz+JkVgE+O1NlUWkKLe9aAeQpQv2jG2Y88Dzr6q5fpCyDV4lr+q6nPf0npTqMiypbe9jsmX8H5AsfICUCEKyCUo6E5TlI6WzH0HaCiBd0XVJ10qZLjf9T/ocgLIvgHiFukrYzj0plUqrdUyWIVOdkmnNMDk35fY5WMohzQpgb8tZtUzx/kpyYEr8A3IC3GWK7udWo1q1xuuQ2+uIVOuQ0gfmDNgDaDNXhcgSMiPOf2+q2e4Cgu6cKYeYp6eCY+mu4n//74L///273F2AJBYgT7sgJQIg77gAKQmAwgKkdAuQOpK6xMu8ECs5ZQFQIkUlyknnKLvyuGkuVA65dOfeRe/WTdv53ukrjf9z1DkZzGCByN5/2Hd/Spl2xxyKlaGe7KwJSAmcgJTgAkZqQ7SMgXNKhaFIVrxpX8z59rljs9eRvbw93FQY4QojjBAiDfl6/T5/xtTeB9p0/sZDRBIQEDSa0akZ08wmN/7gn9Vvpm7rGCWkIASRKmJ2v+7uvSHmrB6DuiXJFk10D7EgRFGwUGeYVvkIIA4OL0EiURomsoejoLOZlqtr18cKQPfD9q4sBoM1ns5f+DK0HHZwTiboeKloGkOLjoo2d5ONcqkW9byqHZeUL375abNLR6pWeLpPWw4Il4HHXyS8nIimzMTHO1NuFDZc0UJgqrLO5uF2X9wrPuGpRepMmZs4H731vHRfwb+lFRpqvLVs7bITmb1y6yVHmmwjV51H96QniuXLk1FdrHgt6yIiOVHRMXHxCVxeIl8gFImTklMkqWnS9IzMrGwZ6tOz0OH84vLq+ub2eHf/8Pj0/PL69v7x+fX98/v3b7Ha7G27dRntZ5NBr9NqJFKZXKFUqcUiAZ/L4zCYLDaNTiSRKVQCfp9+HBqDRcLgiL21HdeDAkxNN1ShSDKg5o0rs7FhbplL/o6hMdNTGX593u+87mPba0oqfHA1tHT0DOM0L2uBxYlJycgRCSERPgEuHl6bdWRRUTXdMC1eeHnyyTE0gVIkhoA9vX39A4Mw0N7RiXATNqq1erlSKkoFkM/mZJl0KpF0OF1uj9fnVwSCoXAkGovzgkgzLEdShK3V3iI3mswWq0GvUgsv+r9vo/VSU46BC6lAG+s80tQ0abokOYWXyBd4OBGJk7jxUaEJ0TFhsaw4fDzGs8MjIjnMYLPRoFJrtDq9QimTSyUCoYjDZzBZbDKFSqOTiAQcFoOGwuAIJAoC8nO9Hsfi/+KNZkUoBZT201JdgT5L1yEV/gPC/SEaCLHAiAdBIiiSwZAKjnRoZMMgFxb58ChERDESSpFRjoJKVFSjoxYD9ZhoxEIzNlpx0I6LTjx046OXAP2EGCTCMDFGSTBOikkyTJNjlgLalMikwjw1FmmwTItVOqzTY5MB24zYZcI+Mw5ZcMyKUzacs+OSA9ecuOXCPTceefDMi5d8eM2PtwJ4L4iPQvgsjK8i+C6Kn2L4LY6/EgiVRLgUgqURKANvWUTKwV8evgrwVIS7ElyV4awCR1UYqsFYHaYaMNeEpRastWGrA3td6OtBVx+aBlA3hLIRVI2haAJJU0ibQdYc8hYQtYS4FbitwWsDflsI2kHYHpwOYHdkB3QCrTNYXYDeJRhdgdk1qN2A1C3I3YHS/U+2BwDbI3A9Ad8zCL2A2CswvQHdOxB9ANknUH0B3jeg/QDWL0D9Adw/zkQhf+0C7Eshxi3C9rBiwIgSaEEpzCiDEpTDjwQdyMKACmhAJQZQBT2oftY1wARqYUEdPKiHFw3woRFONMGFZrjRAgdajw0dO4IadGzWTkxjF9buxubrwSzrxezow2btBwxYYMQamN4SEyH+jQj/RYz/I8E/iBQhMhwrcvyGKPAHosSfiAp/IWr8jWjwO6LFL4gOvyJ6/IQY8DNixA+ICT8iZnyHWPABYsX3iA2fIXZ8gjjwOeLEF4gLXyJufIV48DXixTeID98ifnyEBPAxEhyVEIaEgQ+RCN5HongPieFtJI43kATeRZJ4B0nhTSSN15EMnpcsXpAcXpQ8XpICXpYiXpESXkXKeA2p4Dmp4mmp4Rmp41lp4Elp4ilp4XFp4wnp4DHp4mHp4RHp41EZ4EEZ4iEZ4QEZ436Z4D6Z4h6Z4V6Z425Z4E5Z4i5ZYbascYdscLtscZvscIvscasccIkccamccJmccblccIVccaXccJXccbU8cLw8cY28cK28cZ18cL18cYP8cKP8cZMCcLMCcaGCcJGCcbFCcK5CcZ7CcL7CcYEicLYicY6icJaicYZisGixOFNxWKR4HKcEnKxEnKIknKpknKYUnK5UnKQ0nKj0ty4DD2XioSw8lI2HcoATlDvfygOOUT6OUgGOViGOUBGOVDEOUwkOVykOVRlmqRx7qwL7qBL7qgr7qRr7qwYHqBYHqg4HqR4HqwGHqBG7qwl7qBl7qgV7qRW7qQ27qB27qgPbqBPbqgvbqRvbqwdL1Ysd1Icd1Y+dNICdNYitNYQtNYxNNIJ1NIqtNIZNNY7NNIF1NYnNNYX1NI0tNLN2s9j45oD1NY8NtIANtYiNtISNtYy1tYI1W8VarWGN1rF6G1ixTazUFlZuG6u0g1XbxWrtYfn2sUIHWLZDLNcRlukYS3eCxTvFEp1hyc6xcBdYrEvM3xUW6BoLdoOFusVc3WHu7jFPDzBvDzFfjzBnjzFHTzB7TzGzZ5jRc0zvBab1EhN6hYm9xqTeYHJvMaV3mNp7jO8DxkIfMQ76hNHQZ4yBvmAU9BUjoG8YCX0f1Q9gOPQTw6BfGAL9xlDoDwZDfzEI+oeB0H/Tw8n9rxtwFoM6Y9gpsxacfvTTzOgdPz7QQYOkLGlrWStWC1/mnE2XJLGbBJru5BOybd0qJdHZBsQE1yZZsIEQykIGhoTvMZUuwhUeQsTmC3QpJLRmYjNQ8sk6U/7L7jcpBe7uUhmNdugyaLBcpJYs9zanZZFvKLYgJWVvR+hF3Msb06phu/Yk92Jm15O+ckmxYgQpb0FCLlNaGBahURM/GN208Sm4FYbA2vVSPY1zaa0XncBT0JatROtNFiRbGUawrGTwPxS4GXpwKO8U0UiMjbxBUwQDw/gHMxBJRioVin1iUskno832RQGxNr/slxOKVGM0ONMjKmw8QBSKiN4dTsR0De7qc76Ztv/LBRd98waUhdysRJYUEo+0jvVQMOcDAjdBvpIWYEjjtFyyMIvMNQFQIPsHjU58u3+QF5a9FYnosn05zAIkXjWEii/RyrWoimpQKPiXEoVJHwCKogszJhHP6i7uBt/tktr68dS2001Zer1xXV33pdeYdR7zNK+H9iXC3W/CIh0DqT8GtdFZWLdbioy+X3ufaxbZCE9FcpjcPEAxhCSWNaSXKIF7G5A3mvBT7UQuRcpt7iwP7l7uc+4dEfU6Tt6zl4K47uJcOURJ4D6/VJVxU/zgv1NPbdHSUwwQMxJ6sZknye71SkhiDLGpZqfhoyGXopjWm66qAqAPbPiGiJhVWTZJrno0Dd60OqbwS15NX18Se7vy7M9FC6rka1WAvH7rEgw1AtAsE7lXwgCju3tHzrnGu1XOEQs7fgVLU0KLHPdw3lmgJc7puROXqPI3/DANI9j17Ee1XykbnG3C68SyVKi+Zu6f05G7GADcMfv5q2TftdLa+/fGKaUxiiiK9NwyWNFPKpaOfbvqun5M/+lU1wCk0Vu7VNEGFFcAGFygOKMDdcO6tH68O4O5wd46ZmlwNIvJwWSkf5/liVMA22zLpgrZuC5r6+WVvE7I6ak7fvSVoWnYun+imxYtttuhqdumqalZHZNcKr11u1V2/6uzpqZeVUqWJmejmKWWIsOUy4fA6zWzyMBCINkJPjQ/XGODpOqiWnBFCnTeX7njj2F1hbGXObu88UKjGcdSKl3NRs0uUZnwvdVCiCHnKyihipBh8IudeQvoCvCq/pCzv1z+9AFy7LX77tq7UC3lSG3rvqIqcYWX/QW0DV5RoXPLyeFSWzrHSessF2lY5PvHQqXET57Tay6zPAgzvcV7YYzf9yC3esyW68uyLWz3WnWOLpptp8abwe52yobF2Ch3NWx7Pah4Y6cdywK3xTxyMriWX9Wxmd/K6Uwyr80U2JI5A7iCmkM8cqYYp0JEsRQxZGIyu8dzTfesEFGfQNMixPaiVq3Nat5F+aSud6YzOU+jmaZv9FE6ZUOGTkUWayWjZo+V4BW/9pjp8ULGy5ObtpZhdmcOsjU2mIfR8jlaf32p4S3ny0eD+VRfM2V7W0TJDU/S8ZgH9qbMTpHDZsKBRwJD7QrrvxMe6HLyQs+GfYZrwTxsfYCIZMabKd1XfiyCyoGyAbbRRnmYhhzWQA+oF4IJAjvTNGByNmsKDEVy2lj9YjimWxmopVVXuH7Qd350m03a7yeP9gUPJbft/XuQ+REu/FRiWYfUs9vSIdadz+QuvY5e6E1C2ou3MEJfXnJiZImy2PTtSufvaZ0xZZCvhcGu9QmLfassQoRK35EqmbxVGBkXDkC7lEqTTt0mNfK20G6mY/PvtE2vDmqTfiNNznWFvasqfOYObd945UEo0YSNKGJuIIYAtajrQm58JGw7Ykw6BemJ4WENkO7g6hvKCi5HcAzRGTcHogoKDU1WdA+qhrjP08hfLhggd/SIE/2+Iqv0ty2dA+tDe4H1Db/g+sjNaUbOeEgLDV/1CrqmH8IV0/3xkTjzWwc/P7hx+Iv9jf0cFN5jbzfT75J32vlfyS+V5M+o7c7M2/S9Ru4d/m63+Av/tV7aP/r8e7J2/du1Viv8dG3hvuA5qo/JeVqgfPvLOc0sRLYP5n0+t5JAjCbJOV/Mb2QAhqPc3K/m1VMYcFpC20vA3f2MuD+7gU8LMRuAsA5RBy5m6b8e0dlZlJWaU1n6Z1RVZojia9QbxMK6foGJadcI41BGJggEzG0fkdk1LouWQhZElj2ArAyVpMfKErAWUR/Tkgt0dSftFqZBA07ULS1NN05b/Egr7Dklk+8V9ZXm2Gsyn0zjYHSWVTxJCxW4F5rfbQMNk0okn4+SZmSEVgTk6S/rmT4WIv1CgF8R5meERH8RAHxftH1WSvwnCT8XLP1EKvwrQWRcCZNrWy3pb/b4s261LzX9Cyj/eS2zX3WKeGfXo69+bby7Fn7+U76EkJhfIE8j4UxPVT7tPZdg9r9k8MmNZwK981Eh39dgXMdOvxmDM5Ra6iEn5PjsAev0HbB+/harnirJ8LuCsJRFqLye03SXNCGBcIhHfQteCWBIAFOkUd9qvGZJRWuPl+E3cG96dvaxb2XKEpUOQVf89I0uMzk5AcwKhoZfadJBe9FgtPUxTzgp2UO+aHIgtGJrPNdTgGAaKDvMhgxCyjoA/Jzy/sY+8KROO2RYLuom5KaxEHgIBB60mYBpgwUEwoY2UM2zoG9sTM4EaI1KUibka+1Bs4WQkcu1REYZFCLUEOL8cxrk3C3FDsL1HeHf6Ltt87fanXGjypgQ64BiSinCaFwpB5Q1B3QPVmdoreb5sGq6edypOl17A/VzNwitRn4tAprpI4OYWz9JHx8noaE1bXFLSwCYQjPExN/OrYudMWMESnh4qJaC6pqTKJCiruYwaBQezc9z/cUCgHDhFGCRYOAN4LZgcshMuXIk3Kpj/fu8wvW0Eh0J0oGQPr7PiZqfavKJIzsQr3aUEq97kzIO9dcTzSW2SAhsyKLl9RRe6OMeG4a36fyxBqwGz4lVE+OdhM553KzIHduYM04wJcsvzrzPa/u5VMjQXRL4NZBOErvu48MUPErVmRqKhOabzk/47d0D5O9nSy50rdOyrZpkKhw7V6012yzlirqjuZicRLcoYm4AuKUpLanqehZjwRIpMCkphBQcGh+ZIqmi/MfOltOCsbF5OJHNU1pvN8n4hOqHsGgm4pdWRzt6AMH4SNk2sN5tNtlVvXE7N4+uyC+6GvZiI2AuQN4LIERsMEdELuKRCaEtYRqh9pOWYooLDUol61Vt4Vx7hIi/W7fBHminY7cLgT7b+Xv+GlN+8DL6YScLwTP5J2APJYCYSaPxnojV4JIfhjvvx+QS/FzYfLcxGUsh1Fg2WHp89+OrR9d2+/wN/bIqNLUgma7/7HWxA7fgpsAU0bEbn7eaWLwQk38EYizQRJqAsGRNAeRu1ay7xUSoBEjN15xH4Nxq4QmLGEz7mDSCkvbjvg+hoILMGr8ztcDrOQ6TQ0ZVlypZ/1o0DafdND7qAL7KW4e/UTlPKmkCJs5xEINpQl4LsgFon+/46TmMUECXv9rJPIJQn8WwG4Zf69+jH14GV6DwZXngbnqJyD7aDnEqXWbXIdoJD9yWXhOLoB+Ck7eFDMVqZ0rZk1+JwKwXf9byrand2saB42/J6CbGDdlrg4J3HYRm4nktH3D03VkAYi3sYfODx3MDDYn/t85viEwfziZdEAgPMUu/LEF7cvUBzIl6nox0yVEbiFscQDThX9VFmKkdjVlCAoKUnyGakUzcElzGdGtxGpOOjt/F3LF8im32LCImKElxilGMUyHnM+60W/36oSd4V3gyimJZWStg+KkaE0gqd61vPCHf3hsz8Xlc131482fkN298ZUvMDjYF64+lbyKyYWV96AeuM20w5GQWcMK+1KdqxdoKsEyahhnAEdzN0eRcD40iFdHfa+UWLd2g2LlbCh1YtL1pDJth/g80GBIqgblQUElGNiOapWBb2bHo2bFZF2wrOJoablvyajNNmxUgsoon8+DelKIUgWxnonKxy88ipkVqHX1gZTaT0kLKRBYtK6rpC/3sJQbicfZYIZjaNw0NsOpSlpECnwv2TKphMIfhd2X7+5lWBsOM3Dp279XCvoyidU5n8DiuEjY60WrSxaCz+47OdCb3TmQhWiBAJQmwk2Ci/tMKW7l3jWDDddTrbLtV6SoQjI5EvrH+qVypJHKLMWWRyH4beKuTHGt1Y6GZn3JMOeMgYScp/JTumApVUc4zhjxy1Rw6RJCjKmVaCpRiji/PUXp5hMl+RHmqBQiTR9R+d5w3GRYoznZW3nDzcPPN64BHQKtqYSsXT26/ADUvGNtWMs0N3D2qunWuRRV8qtnL/a7w6pbfzFVCIOMKMoKsbM6y3CudmzO3CpYeegimXXx/dialuYlQM3ru6d9PHt2zT/1mbBhj+SMBoPsyx2OWr43EbG7593a/rj46FPPWT0GwJYD8VcFxcKa/d1t0vhG7/guZY9N7FrlZ+kOJVig7vBltUFkZDkqOLVY8+ZymAaWJExSIbKntNLODQra7Y9oBrk9cnO7MENxFLc4bmX55Wz/ufRz1/O7IvZ6AqRf/d9Xs+5acI/4AsNx9Kgo+1q3fXq7h1ZJZ/vPNalL79j6eFpiB42fJPzOvKD2ddh66291J7pmVZ+MERAIJCKJk1RBMqxDsjdKR40F8eHs3tQb5ULPB5b5AjL67wgMQKx5xAYYy88hYIsMkFeP5WMNUjr6RvVE2mfzaCQiVq9zSOvsSE/gDrVebVQwnZ2c3nsVB34esQftjtUHiC/g93Nv/YgeF32kEfI5LcM2NiIvx5344a6S836FXY571x4DztHivrWCQBU2kJ5rtJCFYmELLg74iaQ2syFvp1XFVVba6pMNf8e8vPMN+UDbxgg8uDiJYZwqVlOtL0jY/z62zVAXrAM4BWTEM8yN1M1H4hmfTuXLOWBKkiswRBlMff+ugxbGj8vwoLbekrymdl/DmzvPwqtSIizdyo8CAEsaUBUxY3maK93LNwwTA7g01o9r0SyTM52d7EA0u6Ei4i23uRNQ8GRp6Tck7gxU5PYDxUWFcyyJ+6VKaKwo2BlyVIMJ9nf1zwbN5Im0CITJkLQZB52yzL2+sTzHwCplDkrKHcM8f/ZUW6FxNvw6B9eijQOn8bfrFWXILZPJJgo4R4kUzBEn4gQvzKnzIf7jtBAJ+6IRFHWXDOehkMB1v1k1HwaONOvt4EOUy8vAGNGg9VJWgzxBSD3m8+lK6komsUjuEFgBC5sqyQrb8Ri0cbj4NBXKb3TudzR9b2qHzB5sVCbux3J+Q1hU2cPjI2w4YWvi5cj3U2Lz77AXGxH1cCoeG6uP4x2LeN/j8vkX7zr0mxedGaH6Hz3KZINse+KsgpKUe6KSpqTM0a3+o2d69ScaPuo9u0Yio3VLUqz5bvG17z1EzmiF2kTmCBrCTR5DQ+K29oyU8C5mpTbWzrBcEgmlcIvxUrafEGQjxCqql6ye5/iY3eqrMod6y70gJv1PRtWkmwS9KmkezG3QFjfFtzGVGV5BDLSEp6bQxrRFd/3f85RXpEEFFcsSfkb2uaOnOPXug9G9P+UH0QldZvnBRjABP8hHUp/0Fugdz82Bq1s6n5tbhNN28Wi7muSodnxraGdEGUtbS0JI2RwugXocHvBLJejpbjBAzRMzdHDfavV1V1IQU3Fbb4wnNBFaMObI1VQeoPPfsuvSFEeit+PSasG79xAQL44jUDwbULWqFF6mU1WzxvmQikp64Qwy7C/muzKh/SF4XI+pEPH3BFEpMEs9la6FwfHsAhePh/SjGMnCbCHII/Kh24kyxoKJaK7K4cSDsxn7l821+QvIySzULjkUd7d3xT3U3fajWimETE0xCyf4RqmyDF/VcinjyfgO7L4oEQPex3NNycSi86mWgBq2VgEAH0tqyfVzb+zfjNDOp17iEG/jZnHYxmWlknZG2pHO6IpqCsJ1Nc5l0dhdrpskCtpREVyTKmKVpOsvlaiDvzTbO4IrAoztjKeaSlmnu0SiIVsVApVUM347pO8HXgZzeGJ6dTOM5YPHbybXoFvN/5LSNT3bhIz3njWApOnf/P3KadI91Jq8EsfRFklyYMBdZdAmLl/BoiA/CSsfoBqAgECLvJT/TwRgQECNO3upy2KaBsJYQVqQ5BBkxXF20uBN9yY3kBzTLjy+LWqDNctWQx9yiJYwY678l2A8Q6A873lNaw3rdS0oX6IoA1mJVM7LcRDFLe5iSZVXNsJHlJsHOjQLXSQBc2Uwm/qDPrMKXS5CjhXMpAKkWhuksbYbCQRhflZcJEZsHVyrOafeDoYyaf6he+0jcoDH8nZUQSAy2wiIGIcrXOHCmxTerY8mSxy0nBsIaVbgyTUuYmOgSVL5AghZ0DTqXAWZ7IJdegBvxPU8vaCfIjmTLjHVYHoptd6AwyvlxvxYmBzWSZIcDduxrvPbEW2dpjmz3mLm3dPrYrpgdJc70cSZ+MowzphOg/rDBOaM5iiaukN4qcj6libDhpYK2GBSlBe/Vhxt/UKjGHKLErKi3++hDECu6yZ3o4xEEekLttq+OMgv2+/BzbyEmsPupjSba91YrCtc+VrgDKhOeTBDowVI4IvRqZyNGEAEgay7ZcFPPsJwgR9kaqk4dsR7wjvsrjmB4EDde94YmEXRk1tA9oevX8+8cG6ktdzslXS+OJ6cfblz/ZZWfQOkYUsA+EEjg0QHv7dXfqgItqywHVysVGThZFc/eEJi9z0rZi6cCvftJE9tyk/WubhlBCoYi3SEEPS6iBtA9CT5XgkOp+8Lm62B58OxXyTpNPpH2W0B6MZkR2LXItZYhN0tZrfb6HM+ySt9k3VZxOR1hkLdWoxI79h5maiE8ozRrOdertkXIiXKurqlwa7ge3ySmeON4tMP/2jP8ig/eop+5H4vPAZUlMH0AkosQwV7AV0gkhpboEQj+YNEbB683sODa40HePX61flX/aDYS1yYIU8GTrElBCG4FEuQeY10NXOlK4AYY+u3y0PvK4hAw/V7fI/kejRR/5rPEsMMIUk/yfpQbhcO13W1yRgxszgYWh1ZsFKDDc7Wzz5g11t3uhkNLuPAS5LQCWA5B9Em8h6FeON9yLBMITmcoPFHudXPOxX0zYRVRdlQ0U0tNqiaeEID00xGG3mA1htVw825+sCG4dnSWTHQS1d+LlWFznTVvk9JqBrtUSi8oxF0ZsmJNLmR0VSewD9sZhA752T85tnBsD1w0uU3IV47XxwkbpEq5PP/PXFhvbsrFZ+fthI303Bmh9IYsXZEW9CpuoXcAlaiugO0mAE2Ek6TxBW/axifQ48pXf+BB1tlZKNogdeDe0h/09mlMQOC3I3n6unE49TOcyoOqCYBg2swJb6SyBTkJLKsVz6ZX6NxxGSyrTL0Nr7/+L6bnfcfuCOvX/lk89tyAKTDAlbacwuEC/c5bPALn6NarQe62Qq6pbJYi7r3T5YVGj29tPsm+faJwmMfi52m7okUknrxE5wNOTNDEXZYeAjEiY1TWHmM3zSawPnqX4NKGYo4o14g/+DlK1hGczx2LL+Yv9HBokEOwU+F4B8Qo3pYnUEznKQESYnf4pKGNNLLeVxZhxfJFQVHT7FbWsYXK0OeKBcWTSdPxyWJHCTm4uD0Aq6lDRcrLNn4RD3A7IVyvPyVpI2kcSrXjdqCXWRI9u96cCZcUCeH8L1bgbYoywy1VxRmwLXww3rCerdNAV1hS8cTOS/as/tYqa/LS5JbmWMEWLI2aZgKfU7LpJgnDqzYKC8aWUhSTv3NCNzWuRg74/b+XHmYKnI8VOpx/i+ZlBh/V/SmqI4O8neWZHP2gDulO24tUP8ICwA3sTU7NnCQJ8PjseULReD0V6mb3MdMFaVzR2emzuAToB4Uta2C9Z88+1Neu/HcBVctUqfFRw330zKv/gKW06AEdAVOjUrlxrgAmoWmAV9c57dOX+sqtg4oH0KN+crvdYGr7NxT6H+KZUjy7bYKa58gjCv5TScQlE3h5zfQlM7pCDOPPl+QaWHoCzfBSbtSIiyWBYA8HYjuTCZR+hfTr6msykSH08yfZ6hr8/hXj2aXcQc8olTE9aOJrd9hCaueL3mdruQxl5B7NDFvDkGkI4UgiwtUyyoAGhFa/IWTZ+EYhYXnUS+4bB8mQTDuiF0SNoHdxWO5WecZf02KSVNUo27+YBN7HwGhxGKuZk9Sa3tDMjJYMU2voNWhIvIPApvQT9zQE7Gk2Sj/VwPBka3ERwEVrs2NDtByXGoXuNmugnphaT7jZGzZ2rEVLB7oKKfo3TbWHncRUx9B1hjKJVK/3PrKrlZsi8O7+IFtZM426WsPxE7uGCGEFwC4K6UBR/Vyt9Z44NIjpHjZUd4ueK5N0N+BodKQzMcvuIRBaQu+C7GDi8JH2kZQ1aSmmhx8VQ9AmT/HB5HdrANgkkUj1es/C21otKchvVmsoNpgZdRiPBFZT60DJE0BrARoC9rRd+g6Tk546+40sp/lkxbcck+OgF+PWFjwjH3RYBtvsaSneGLSKWBowNMCYoy6nt2qFFAcbdTmmK1BhVwcb9enyhTaoKvdzg6KNqt8FZYhxMK5G6I5Zl40zt9EDUahcuRMISOkC2xwBXjhK1mN1ZW6jN45JoQJYfuxsXD62xIZZhi5BVbPt01IDRWt7ELCLGSpKcn4VzOkp0RuQUIsVtwYh6RoIK4ykBumyqPBb9V7zqpZMm56wdxtC5yQ5r+83qHZRAJIjBbsxKCa5wLhql2nTvcoq2aMIqbXNQJo6jTVaofhSeajuSOZEerDLY2feEDEapc7SRUjRv2m6Paw8mABDA0OZRKrX2wx3tdqc6CxVQiSV1kqnfcBg3UyIjzoaLR+2V2peGh+40eTb5s+54zH1zEh+0gM5UH95bsyx3ZjhrbSkt/WmBZbJM2ihuPxHp+cRAfsG1Wc9DNiFTaCmgtLDwdgFXyEoERsVDh3OXTqmPRYaATHmoYDEE5j8oMlqsEIeDnmtyYifEugOJWXWR+LtdDHbF6fJaQn3h+meqRo0kRi4jqzLP/8LYjna2eHOgjAtJXFV+CrvhK/jWZANFv1aEq8V7wcjBnOGPBJQ8/4D9mbKYzKG9nk3AZ5lDbD0JX0iaw9iXmDqnTc+TSe5yYShgqQzk8vy/ixhAN/Kia2rBxfCXyT3aNlcO/aWZ9cPL3+4e1G38DyJk3H++H2hZDtPN1bYFD/gpX6uQPrWFDHOvo1YJSEA5cGH4o+NSJh7Kxkw+8f4Lb5nZ5dp9ljNtTUtvKZx6RJXJb2KN5L3Ji1LKvFermeEETBa+wHSQke72oScj7iDOS/LlAyNwnlrPUklNhEJ8dOqdGhakyl52PFmQd0O+zu/bcq/Z02smwVoOS/noHVd+g0ohNU2JKdQX4ZPhY6BreU8Eu0sRv5A/l7MPvpnfAoA432mxRaUwtYfyB6qGg7fNlwgZ6wxm/lN5r1gnVD9Fre6Ma6XZuiyZBAF0rU8MqqQG/I1y1GCEbbu70YjTyygBq3HL29HqxMNb7VTsX0/NjTrJtdFKjILHBDektTuTA6J/TbhDKS1zBrCQJYodJ5a/4TttqM0fah1UityWuxrQ5EKy9EvQh78SoAB976deiN+FSm0LybKEGTNlYK1W1he4HBfu7jzsXzJrKJ77JiIOpvXGXb8AfxHBdd5DxWpnz8TiDVNU2TiiqT7OAVVDQ0aAxF7Byc0RcdeBMRgpRmP1Z4a0+6YkSccWF9SrHgq5fWAUh69ghS+MRNbU5byRvhQ8IXAc6GH3U7a9NgQeG6XMJx8Meh8WK97r9ZJjDUQXA+7/LlFyMWIPs8R2z5b0xrbablkOfc/rir8hIdG59zRn4Rk1rMjPGY0SFZihqlkoruobhKXHq2x/uoK7vaKiAtvKKpheG0wpJba/yZx+WNk3SlqxTbjVFvVeMGYyTK+2QGoZiseJjgLweh4jmjVehMkRgwZAkImMKd/VwipHlMLz/6qoLJ6qqDyIKV2iLwGXAN+xsC7Xh7a9Zcm34kYWcRpLIPYboqB5jm3Nagh0nSZjQYa5xLtKG/m1AuFtZE99qaiBy64QHwD8Xg13GFM8SLhdYQsIGY+KYGtpPGohLR6Ume8GOS4pjnXZE6p0v5rTlHJErF8bhnXDKOS5sSF9CnY4xWBaTvfeIa/2Od5mwnyadwnUTlMmkuW2iZIPPn0yfvKCrco6za681GNRLU/AVddqtersUNz59vdt44OH/12sDTfUbt+lM1reZe+bXtD/tH9ynTrh1U3TH/0+B316vSA2Xm+Gy1RJph0M52J5W67FPszNZyjp3dRJdXlm0hf44fbJCk8Kb0QlHAUixLzlk3zzldWTVSIu9aHrd1il5QgjnELbvWWdKIl9UEYMsFNpLERwSKiq2l3b7SDinFd5rBC2aCO8nLtmJs3ibEz2IVsIcmUzs14Oi0KlXQx9svZWALh9MlicP57EG/sfunqxJNPOxKBG5aWDq5sjqQiVOQk5DK3BvrVodIWxtWaJ1RTIj5X1iDjwrp/ShMHB9340NSvGByCq2FUKxngzJek5jVb4suNwNlUkc0S4gzXdo3yzl8UjlxWWTtCHV9cjRvbu59S8bP+jURIElFeqjqJ2CGKh0g8KZ6MpI0wwslKhlg7FrNVCRHvq85RSMyvivr2LvIkv3nyV5pb+B+xYyTxJKAZONA84cWOlZcmZm+Yb5FeEJTHn/hQNKL0uLaxg/1pmrZ/7F49AHX6jult8zy22tI2aqDaFHGNe2CptmlE7yZiTYhkmTzmMbWW2TWJ2S17IAvfStU5FcHB5kGkXWzitprofhxzDw0XHY1LjynpY6+M9UlHLzG0exLGQy+M357PPHqQYOI4vDdEhRM/RatlGe3x/2PuRxxlcenSozcQeq/amItjliaioCc55IUB1qA+jD4/69TrEdolIqG3p2ElKRvHLrRMiua5SYp7w7fRSnE4QyKQirPccwKQqXyEHdjjPXheQLjkamqxurWPphTODYEWswh7u+GpbLYso4hoIwoK/RCbYCg5TduNIglzqY5lg+UPp4OEx/QWrZfxpjhc7pcPUINSiilZ8sxuxVNg5OvBxYkJhDy25TWXFC9gWioSUwqQrQGU2dfcUnf6j0JRD+fuJpb7Fi2qA4+3sUwSfGFvUQH9nkd7pYHD5x7t4q9P4x02t/D4N+D3cy/hCwO7JDfHsbA2PGHJUn5BLfASnUK7IkjVilu6h+v3V4BxCo8y0lXN5PybXTDxVThgFtlPlPYyvzIdBs3SQHC/Qk2PHMm3W4DoEa5ZxzSZ6QiD3RR2itmQ3AL/oSicz6UWNM3wyrjwDwBxpGVnssIJOY6imJbPbBL4t8SCiN24NoxgNyZPRLqeF4c+9LUTrQPYNxV3IFBRTPVE9DUUj42Bx0zOP/0ZIF8DvQp2rmdgvKGrQGRrhEjMi4Tj0QYNr2ta9NrdR0N3cTtamP9uwdsVsuXVu469//tx5sCbv9vRNWVK+00mK7Mf34Lfmd7lwzsdIw4+DuvidtqxNqssdNckUSoLvdUIPYhpOZmntDKjEsC+VbFEKMx57odbK9+4hnLRgDyVX3ypKINoaSdMz0gGA1OQMoE5TIYIAFIJHtzxER1XhqfSsyG0KW0wXgkWiOxBBj6t5EmdixjwcgGPQ0YzToEhWI6FL0XeE+ei5EABs9JE5exiRmmEEidWpfN2nAzhUkSXk3P9neKxx2E8hum8cR8Qer4NKhwCmLI8C41hWRNdPC296acVlVyKumMnHT3IG5vJZOK+sjnRkRqPBzqx2n18BjBrGmNondykvVg4otwNUEaNBJ0k51c7uGMH7q2CwfycsaWaC3Gnvn6xFdkpjHHzRtmsGjICcFoKes+dPrAjyc1Yk2PNBYTIXImjOOUO0eHujzZQ3eSpJwhKExx/8mldruMozojMH4laQ0nU0GjBPmtnxYqfVNqkyr60jLquOEmCo6prYT+gA0+6apBeZcwJ37g0xvyIhZoUqXjougKob0yYginGgPiWrqQ689cgYMxTfP1wZXMrKUl2Z0/1UbESMSvxvRaUQyMCQrchxupzAg0Q1MeKXZfrXNl8iMxz50K9DT3K49pGq24vgChzlAgVXnXwKMRrXk7iX1GBbbnTll7TZnRtKjMXyPPwlpt02n02FTYUj02jY7pzVnweHXkxs6kD951oxS1I17SrXeWgRBy91lq8qSAYnH8YPULmiq7wLhd0vOGd4oyqk55eKSYUyR6JmNp+brjHKTigpXj92c2XI5ufv3aux3Y+m9TnkaiZHGcfUibF3Jply/9zT+cSnhUJcGeA9IUJhH0pclc9ZR/U7Aqvu1jbVbSiorCvLPDjt64NFgvLS7C6Qn9eamCCzfN2mxdvXh2aD/4SmW1+oKB0WOCzYrErQMFO/+wec3aOZBujqbEHRAhVa+AwOdvOU1nHLRQ1vWPYTD5/4qrNNhOLkejuvIQ5zBb9yPdNpdMy99AEqnkalXKGB6Lzxmk7EeDE+IL5NWs5rgYIMHFPkbcF2KK7sUK7XWRJBloPi/1JDQ+SPDBGpo2EEJt73oGiBg9Av5AINdW2FAZqMUl9UH9Okw4mMk/36Q4TBsJqTlhiOTue4ZSIr9q57K4JfO2Tz6dwo+xebMg0579vNBG+UnES6+M31BDjdK/M6G5Q6rtmLchN39kLKDeqFuvjTOOGQeVEQNHCwW9aUdjzXoy4HPyrB0/EEM+i/v2IEnzJ8gCUdYvyWOK2+CudC84wP6OsITMH1p5hBYrJJo+YCoKjcrRZGdatoc1rSXKzSbfhH025X9Q5liw/M4ew2bxhzeAJcz730DGFcf8D0h4t9U8UsK0+i/QSI0GT+0sQC7XRAJTgGPQmfRjWLTddO+qMXHd6+TihsqmIE9pG7MnTX4Fw2gGDbUdIDsPvrplt4jO6lcMONsiD3Mx0Cj2HYdF7efT2YCPTweYJP93MehbKDTI5QXgDVpNPzu/GGeB5BaYgDvNnbgV07652tFY4dNs/a0KyFmnf720NXNrx1JwLbcfzGbXgJoT6kJmwOD/fPmdsvGdOBPvtjra1rDtsh0/+Gf/2wkn2jbL0srOXqyp8hhN8t7crdnoRM3ZusOplRV2V1HFEDKoZM6uK2J1SYzuANOx7tFCMw56qqPByeevz6tlVv5CORcJysrVYgPu7RFwZJjAKx+MselQTh6KhXiW8kxcGGnUaxUZTCZslDpZHCMzlih7ajtvBF1OKsKC+jdguIrVIL1aBcCzwSl4g0oMLA8qpzQhZuWNglC6yIfLQPNOmSnNPbqjusCmoO1gMxTWoMoR/JE3/+5h9Lv/ga0NSWq3N+cFgSvikXGQgt9laxiq1EainILi7ol9+p5XgbW0BskGjQC1t8TgcxMXwsxmcgI7mejUY2ifRRkTKz1nZBfAU5O6ETx6m/IQ2rQHNGauJTeEaciFPN8IDmpFhjiT9VlIoRaTgqevi8YSbi8SDpFQNDhWM/2QjTU9y1pudrii8J2DLKeHlq0E0haXVRx8zmfbJy/cbyENEni0cTWtuf+wv/tHyYGkkxMASbBQj8+SAKc7lzVlNUBesNHLgVur4oV8onTrd+K+v/hItiilKGVmfY5aqL6SYImx+8t5jt4stS0z/clQmjbGr9p1Iz1bdpIa2OU/gdZROz1U8/8DRx6RpcN6qxhRjwN3uyIvPmjNBnDSzloeTfcD2R5R+WP/dYrX5d64xXGY6IW9s0XRPiKlG5t9LR06kDMw45z+h8Q2+BlwnpV5REs+2i0CvZLYOOxsEJWp7xNhKdnKu6G1mfxKkPQoVxNcsNyyZfXgU+llh3WI6kpREWIft4H8fmDj70lWZSYC9+tchrzY4+m1a1cPThCibqCN1auBe+8S5pIhljzJrc/nghFun41QZfgn+tu13g1+Goh6nRW+gvTccfc+uWW0JG3p5R9/7sjkf/gfrNTLsuLAimb/D9lAvNxatuM/0nJlhhPNd3Pxt0/tjq/fAs4AEaCdo0AjtDJF/JHFhB4ldRx4eG5T1cefsxDweUEhmkhX7DtBHYVeD/KUGfD69kqzai3HUVjFCRUnajNMKYfVEgVcOcUMmq5brnnKIVwbmKZR2Dt9stCTEaNsNjl6um/4v+MBx1jBHHVlIq2UulyUTQ2IYLXwPthxigqF8AwBzjN8udvG9grKQ3SCT9sZI7CkrVTLhJkS+nd+twNnHBaWrsVRt9CZpT5i4Xk/h9WWgCkQWMfrvb3LZ01ktBZHpedqJN8K3p2p/o6Vgj5g1wTVz5oYst+7wEuubsdThtmSWEXjAwqxwP7FRrpCwW3WJRhmwFxOb1Ika76o6CtijCYdkK8sOp71pFpnCAduu7ZpFunkBtgwaM12nPsQC+WjXB225trTBskqGTWPTNVHX+Z+NqRwoBPETLbMOMBpPt1tRA5+1YnaB6f8MC6OtlCIdkfIfoUH/oStR4ZKl2Bc78nosmbMRvqTJiLdiP28uN/OAfGXxXXr6xseHp/5ere2jnZgtkUHnvm5uW8H2TOxT5NvYt2/6fLzW8zV3trN7t583s9yJjIZRdtdUqKV75eezaa/ffSgqRqybFMBDbNtMoIlre2KlrWJtecNFWO6b73AlGcUtZlX3D+kTzQpLocqnG1eEHYiqXwnGlzwXAY4VfhrPKpyJume9Apgls315A8sr0IJwFqXtNnAWR3QEA0Kg/NqD4yDEFCOdf2iaxoHPs7AQBYSls9dEWbT6b7Z6HcTxnpNuYyyIP83GbyAqq7Mr6kQytkShvFsNL3B4Pe6diVut5KnbD0WQYm2ROycfNBMnw80XcTnUDkJ0Y8aMLw+81iJUUeIRawiF31MVgOrohBl99La67la9jON9T0GkMyrRfNJDoQSxmOhhv+EwIk+Exz60KP3BU954mjT2WSRBYJyaS8d2ZBgrUpkr5eO2cCNnSfvYcRLXlCGn8AB4bezih1OLnmYCupja/XRI55XMGSibwM4/cTYfZKSZk+V/ipTpB1PZTHZngu6Wt3uDhyx5XuG8oJk10rlp4vdlAQkMLZI0uiLe9rr8XjvUeY4uvxlo+IrzMbb3Tc8Ja9nO5RXO2r45E1BwLoK2nu37bhzRhl3TbzwwPXs25M41g5+Ws6M/pXZbuj3dq3/ctHIy6IQO7Vtl7PHMCGWthsvXaMWoCz8JtR4UjrUwD5g1ful/n1dD6+HHt907K1YtGLcjkIvN8rVwm/51TuMNFfTej5n9i4vat4PCv3PdyvaVA3qh6uC9i9WKnme06L2wVL8EljwKQaAoqFJkI9ZZhF+BEY00iYkrvl0INWqGuA+Yd8nMyk+WZFA4UkmRByfbmFPPuWjk/B2HcWd3KkDk2R67AW0XwAANXWwkXWLOqbFp32Ss7vcPHTHX7Gf1rjXLYtWcP6HIfOR8QlVlH2GZ3WA5P2jEVD40vZkg4o3LlhWPbX+qHdDpIcv3wPZnu8vyH778w3tketM4dBNngB8yqEtcFR/uw5N4AEk+1iiqDG6JEi9rzqwVTOTQ3PVVae+/j3sZv8K+Gh1s9h/2Gm5uwa9+Jf7nXsM77AueSOp6FmAiRQQicgK9A3Mlj3sa06+ZROD2cPh5hh83Gu5EBFKjN6sLT41wVQysyCjwywGA1nI0tzOdxZXqOxZbqPGuNObaughPVZcikSFoaNGdsV11rQXQ0lzu5KPcAkq4JSbLsehpXgDVQQjnvHS0sCmKO2/fEdyDXIfvjKWHaX1FiF3vnrc+3B7RtoRw4Qbdk/9Nm7QMM++48ENVJFgz/l6CLhPPm7vCeamFOE1WSTd8c6EKUMD3YsyQnuIW8LiLLxtnuEkhRxetiLmtBdqpHBNmF6mNhrUcWZiLKFNSsDN3yYkb98tZBJgQrxts71UlVw6qpnQJ4+u52zlKoy3zHTH/cCIjWP+kOYTSGglJHHsOxLzHxmKrEQsZtN4XERr3I2eIzNQ9lSIhHVXh6PXcBC3qd+x0B2c7WtanLdpCwFhF+euHG/sH6iTmeYKkHxlV9YNKfHFDSVjSKPtSDKoCwlKUyCvIrIp2y6Vr5wtewNUtFPakb/bVb1gxRrX3M1Q017BBdoKYryQMEs0D8X0/IAqMsqysDHngaXFYay2j42pKN0gb+w8JuwXBbOObbdseYxLEUw1sBDINVzajOrOiWCMjVUsFPgpcHUDKrALHgLttK0BVq+DLuRKzYmpcMKWSKvqS70ZkDSqZ8m+pCrkCaIjex9AmQIbjd2zvrOLptxWJsffyla10O83aavRUKlsVdUpzTnCaOJanW1v9AKdesuWCOWhPkI4sw94g5JXxeZAA2DJ/8Dl3FbZPpEgEgcsvWJo8clUvJSjFJL9PcIhLyuvhDpy1hBg2TNmHWE0Oby9RolyT61IzYxrCM613a2cy4Z92BXx+nuACV7Cxa4TcggIjIzmKH3ryx7egQe0m4f97+18WuVG/HgLoO5+Q1g01359OGzMjTChhQQStKD8d9UIfSbHtUTThpTF9S9cIRsUCjV7wTwXbijyXoK2Q7Sdo176BCA883gS51/clF6X41uNfSIvdMw/1k0rtgw2M1MYeXxjkLLh29+N6yrvCjdpHaOcqJiVdGrjPYS4cvwFdoQQzCWnOtCk2isdYqob860AwUOD1BA9xWAjnEYVAHvLGmIMBZJV1HqkRuQfgvjWVCgRDKULYQuCQrIcag1/DKkl164g292aXhY1kp+agzfRvFC6/m3LNxq6SFGNUjphuJYKzOAijFhNII5f0k6n6tQ1PGuQZIsBvxshVnWpDEOuIcmH6ap5GiG5eBBsQi0C8+Xz+YTlFH2Ue/NEHPQ9xQo8eoqDdYV+sFlSkmVR4AeWW3L/9JgrC6wLJxYvoozXgBxZwSSLYByR+LYB6/s9joiY/EXsvAthczYR/EiC2tlLxd0PmLbW5g6lpdii+fJJxZNA1smn2bAek1l8SjTOVKbQj7Y4fEXzbGfzuXVR548jTbDZ2RkOx3E5KSjoIGhbQDA0TaBbO2wAs2X9yA/Uj1BtYUX2+q3PlGo1DNQsiYjsL5yEoLGXE9hElB5Xe3s5UB3XudGqGG6j5XB72E20ocME7Zh45Lbxz8rYpLLe2HxVf++3rAdVBiqnKzGfWl7GgcmXmBHSPrML2ruYDFvYhWqnWptxLf/XTOHjo9oGvY16BUQzrt8slnLIDP3+dGK+/+Yj4KM53KKo6Bw5DE8riYN6UUUQcYW6TpXqCutiedJ1vmNYmzBgtO9YDOXc4G3XS8Y1i0FDrt9BcETsr7cRQXsaa97MbVE9hC5brwUb0hJEQjPLyW7M34sF7KHxu22Dsl8NnhBDevs6XLVcEmPiLdqdjnvqrm2dHsUMRLT/1TCCwwdM2qkvySORwS8FZVd8XESvBdh1UrPtbWfxDEzPrl455YfSTSXlya8ALnKi//GCeTumFZXn1IStq7wPeme3FkreLN0CLnoYXvh2GJtBeaCVJ7oMoaAJ53fz8Sv43LNWTaFGwsLcUMcRiu6D4RIU1nAAqIVHMA1mUmKdhTdJwVCDQfuhFET6z0WU4B0jKq29zA4Vil7vFdAYFEDCx9JkNHAeraz1a59+6shI+W904XMvHFcrGX/44rM2CmjqMmOWv0Wvq61TyC2xViCZreKTe0i9FAGJfX8iQdxpLYLnUU3bFs+Aidp1OJfaUolFc3AhuspNT84/7VjJlNT3vaIB3Td3R/T7GCS1cR7P0P/HtneIBhUmK4q5hJ+wlp3FI4KXJjcaI9BAd5Qe9hG4urHXxGiXDb0U12ip8xOStJ85OXLCbED0J654AgpW2+UMzSU15iLXmKWr51yj/u/eynBv30TMEcnKv/fIjIHdfXyRQA8H7719UzBDsRv3DHg2U3fOn17KCfvqmMFjMd4S7qvMUpYCi0LHb7M3Z3drNyGF68paKcKe6lc8Pu49KGBiA9Xh3oeWOBdjM3SJ6HYdJreao6Qkwdp6kafypGkUTL0hIjyZepbqdzhyCRin90ujnaownIvPo6drm2l3VPkszGFp3EUYnBxkQc1Ro2dlZC2kpdCZ/WlgOhPkZWgvgfe5eugo4A18bFOHbm5zoFh9zpfT3GGLAXSrv9GASMxTDunVfPIYnEXiMXW575bPwhPVwfxGNzaR1vAJtelsdhyfPMZQ8u4ZJI2FP+Ohwo0zcXjlOxBY/ZK28bJEpX2pSkJVM8FHHLAmeXgZLT2TcK+u2asHhxO2ICTw2m8c+AXswx/r4gUOqTbPcB8eRkmrZ8kQZmV7MCCsTrIRhkiHmfLLtsW1w6K95QzLh3T9HJqG672veRTBVRi4iZZfld0eKgThuyP6re4da1o/PretXfH3msNCh32T2xPKq1MC+6Yiy2n/8jROF9uzxdZETmOOcJnMyFHVTUNkkiyRTlnSrlC1HNbOnos2Rh2QGyzkYyqLVv1p8+ugaYNIa8dK74yH3V3ROhLDozQMBC5ZG162SI6/MlnY91zW5Rv3TBWWj648Q09K42fn2m9DZ/4Scmcczq7YG+5ftG6XvdNupCHSjWLQoOszgTDEB2pDiWqUSeqA9VI1RLepVkbEoczgej/MNjI5o9m73PgdqI2+69MsZmBzzXefiYIn5BsSBUqFA/8iVAEXm32+BFbcQ8NdIoSBhgy7TwjYnRnhFLWhEfG5f1IxUSR7Cunf/kDvMZBOE/wlpUtk5YR2yKWFKpKRT0WychrjjfR1ew/JdX0JS4WJkKG4py/VgJhAyllFt2qrVRB0bcQ7TlQ5OJEM5xNEEBb2B4/7NfLSM7tkl8PDr+ItWOEbZdSQoONxaOWJh99D+ew50s6aS7BfJ8vX/d5HtZqdNrYdSLauFIYUTcp5cMDpuXs/QqobmEGPmOBcsgTHvJK0trol5feVV/9/aundy/r1taTq8cdd8CBKABpOys7Izk0VdD0iE5kGdGaGJMQn/Rv2a5oHbONndwNgAosWuIOI9ER07Gx7BY2YHgIacHElaSauh1qmyjTn9NXjMzpGt3d7Lf4RSukV+lq+mqJx2ZGy/uIp3+fbq5imR3Vxke0huc8vti+t4l1vjdrjb5f5p52fQ4a/32AWzH2I89SPvFvpb/Feoci7i4kJT4u1bq1sKObsJxh2hOS3Lbyn4EjTxsMv5y9Z/Rz9do/0rnkuUzjkqhXDCYk7jhLkA0WC8Gc6MRwiJ1mTdODLOek28r5OzM86MbAZxG7PEBf/wRnGJPFf/FohBwEuJZ5fMz7Z7Wh9dI9LDwcx6lKEOujkW78kf6whAexyHRWEYHDa0WojCuQLScaBAzQFZrfFACptfmOaQolqzQpWiSbtKOPDA5/nTNJOGJuqU5cvT7HXI2X6m8w7hx7X9IpEsmu1QIcKi+CpmogWojsjHFoPnkDTMUXGSLCrFccAtlk979rIqzKa1mt4sjK+JKk6y4ST7TrnF8H1vvVwZZbNyCW0FP6YmurVy8lno3+rZGOOsbMZM8mmZTrl+HKdU1CAQpF7Rlm6pLRyjiHR+zvKvY9Vjq+X8YJ/uR2qApGWqKuGXtuDJEAYK9kN0AewBCXrvv8YlSOEZoPAeWHBDDQdKPgMSYpDr7Bge5Ojs42zQEG7BwAk4OQR+5+c7O6pIckH/ZX5eG3tYrcHu2rG2hEajYe8qwmDMr/aYKwRdl/ddwwAMFPPdCSJdjyVj8/FMZ+QKi8OSFEeqlzzSaNSz12+qozUz0eIMj2g60QGwt230em9M72IQwOxoylmq08O9nLNqUVd6uJFAfOliYajeFcqGsos/K9HKc79amih1kEAkgORtf4b3Bw1WBbDngjIK+IE6XSQn8mZS4FnuEu8nFg3fIRxq31eWdZv7Ql2Um61jpLcuu95EXSloYzPYVKrgSVBkvixAZzPJeZD6gPHPmIYEHt8+wuWpvKx/NbfVafEtRHC0yMryptdNUSCJOhB+6TYSQOEQS+xtFAKxiw/9Kk1MN/pvLEsIwEqu516B7QalxV6nL7xGNyos9yq/RGa/527kzll9sZojbCQsLvzugUZoxidYwiR44zoMZlMnj0PRQSClrbBO/O1J80UFH2aNrpLElRqbILXKG1RFFwttKE3nH/UrY04p8FNX/7JIGqfczsTEnLJlqneT4UoO71FvopHsCamRauX6GI/5NHyS7YPll8EgHIERFmJWqnYrfT4IJr3oYD0kgK3GWh5SfFHuFVImjvYZxJjesNpg9d7qM+HGkwSCvN7T7QJQLWcVVDSAGc2O3EWXhTJgrJ//Oho7ff2JI1zg4O5FZjo6TqGjHMS74H6pCYz946vjrTB94hgpCCZggnRcWeArVHPUjppltCk4UHfuyCdHnLmLddbdXLmrVGoSVZngb+JGcTf1Zaarj3KCInyIXPyuffrivP7TucuyiqB9HHZkTGB4RNxRHiS8W3NH1okJbRbSGtMpu6MBAXxTPjqOotA+DsBISdw4hrUw3zJHgBIUCvMFSq+oW3aRIaCjDAAjn+5R6MSa91FJF4mLUxcfVRhi0v3fUHm1zxeKKCg78V//2Iz91PGR/8t3hpgM/ndkbIJlQPGhHfjsnW/Ehg6RyC1c8u+4usTaxBurYGE4X6xRmu0B3Dy3SJZpXzIsHr9TJl5Oiq1nOffIvaS7JORCTer1qV9UDwKfVrTCSrgLqSZOFEgXpMRT1rr5MspnZSCEhEC8DM9QOQf84SAS8YIrY5VL0B+Tk535NJPVsXL4vp2TN+rOwZotfaI2AKElTYYAUM5ktryFqy3rAYRSMLmCwK0dA5AkoszOGF4CKuX6xibnwD9lj3oec/9ZFrUWjieVAVcq8K+xfTtSlMmhPAjEiBsPtem4SLYCz3aDuXAhHY0xihDS0P3CvnQ6BF7cEDdnZ6DQzYSo5L+tSCkDBIt15ZObOL0XXzf4tRM5lRPurv9eX8Hmj9aHnjoUZzswYYrOniAsvt5Ln2uH6kNM/+eiUYy99EVrwmqOBtWfp4ZBaiaBaWBuZ1IZcJ4VKMwx80bOB08QSCt+ENkLx+pxHeNzDyNqxABpYB1ltQN9SLs+Znj2MNOzGxZKhXAfRCsn+IVS9CEoPc7t0gXLDr0qPuJx1KPh7r6GItBfZ+gcpHUgvhBBjTvHayE4Gu0bky1kM7+RF8nRxOmg/IPckMkSsyWIaD97psqOqQ5rUYdO1Gz3lLv8H5zYMjWhoNM+LGtFZOw793RX3/RZhCaUI8zg3efe7xgXRGkS0buTZyC5RA6dEZwIu+vYM23dYyqNWtvefUXVeZhtKNXwSN2pmrAbAf5Ds4tt/siYG2XzsuOEKRZDsc0xMI8Zwm0sGix6IflLgSgtPnn6BffKiMpvyO7dzZibIPB8xSZEhXSw2jxZyeonPfiNgQEUs0D5/ACZrZNY/GSkFJ2/gCjTpWwBVYCX2Ctki3p9cwoMfs8+uj5j+CsHOuc4CIgG1VPVrEL1Af3QGtEZOmnNF4wcgmASYTqJPTAwa/yDSPqxnwQV7v9BWgEppPKpPVUtrVXtoMqeBwkhKCYRYg5hKFM4+EB/w/qV0VucWlZEt6yhbKJsvKxiQbNxS2MMxtk4er4sJ8BgaX6Ly3sLMNBW9rEEQG3V2G6SKPdEmNuaRa/KhlYyE7qGA3QEtm6kNTp07azLl49/+nw3TLvySKJh+5nXN3qsRFqO/fYZ38qGVzKl2/sCnfQxq8wdmOACs3wwP2TZjZGl8y7XmeY6PJvil9Wfz6yWh8gOFISUjPf/qYgcp1Z2wIlKWlRosBU7cR09uFmE05HOy/OAnE8gWzewlbAuvBu/igVtJuMbpVQjVgX7LKtGZu3Sq2Cl/rzL2pjdlzLA1TNlnLmMJsWI0Jd3pW5Ik+SZj3VG1mMET4yioOKpelHBG4SNxIiK8PDqtYTTsZYbIs4bkwy0pKkKtSMPTZt7hElmTmNQmQuZoatlhunhaPIQGnbWH4wjSHRRGC2qCz2fFV0sHhWmPljAIDOqWWrWcgZZYGNYLbK8KV5OJ6e+euKMG+5gNzFtBFh0lfgs/VRWKzDtQ3BUOZg+NiiDU8+KrP4DApug8oObGyE2RIWMUGNLst5vIxbU2aWALoZlx35Q8Lrw9V/XXuu9PumvzNJi58yK0iuOrY5DwkPPRsQ1jRr0TU+WfPA2TAD0Dz8TGkPoICG2vd0+4eei+wsfFPlBvGze/7H/mP9bnzauD5VHHzt8JOYkV0WwmsAne1eBB3s5x/hNOw6S0XxnPSIY5kyp6tnvuYQF6JsPF6hpYBCJKMzM3Vje8k5Fs5u3d40Jd3GbV3pkl+gIV8t9b95YaURvXxsJ/BGjw2gLOqIZuVyyRzrXTEdbfz4NfUn+3fQSqWyjokvcZn5rqbu31DHBPj7KjesgtZbGeux3pVucAzfD248hzWI8vUY22yN3JW/UkX1gIDhCWRPBIXLmREbWRoJQC3g+PhovIkQThIRovJCwEy+UEZHkUN7ITdbFs9EPH9JtKTR6puzZ8+ybiKeNQ5JisDOKepFSg8Hz10hUebxRdc/A9FCaq1TGxziscH9uk+QDRX4OLxI9/I7YPrKhfJIxLJfj807kKX+YAV8bBoqDN92aheUSIecTE8/NG68mjliMs9vEOoOjzH5rM7cDrTumk469VFnGZNOOPOnoHi+dwz+RQ7GH7vwd+URq+aFmOYaguATTrdLBF05NfVZdapW1Wow8d515kkT02da6c4Y0uWMiSWbazty2DNjHrPr4A6UUe/zfyz9cMG353s4i7gZp0aYbb8x5GJXOIW4Yn/OAJBGpPNo8lBSVCPhAq0Uq90+IVA2klchRg7QkejftwOprWIWfFFGe41U5ujhqY//m7lHmYCrpmsBvsGKR9e/r/I8AH+YWdIR9CkH0ARucelBsj+UY6y60lD3MNl5ZfFV+dWnBc2ittJ+rlp42ATRk0jINlvASlk7bib0wY25BWj39VrB7hFt0efysIvKgSlmTaWlbkDSEnOXqqp/zfmO0JCPj6e40PT8QWccuugZUs8OVa4KqleHhgV9clwvEgBegMhZlLGJSBVR0eliKCYbInYu95OnCnaZlhrkZ8b3cI9stI9tX5lEZ2mq/NC3lpH3rngJOm0N9WkqkxKicUWKTq8ufFLmmzkFSX+PVfON+8/2am/YtDi2AlZ6dbW++6k7sM1GNcK9QKaKScoQC17TnvapWxOUcm5xtnx1XQlIKBSAk8zdffkwYh30yJhuxdHFsqo8w5dGOPGKuNy8+HBWeiJHB03Pd4pVx5nXaxwdzib8okmxqtCYq4Nea5fSORju8nP541gPEB1ZKz/NIkwOfLDXFWByeDnKcnGLtsHReopuX2blr5aEGpgNLCpwt5zxAULMbOEvskDX+Kwv614vtgJZ9KZGhBUR8hyyDaLORZ/n05duX9Q56wxPxHaSQ5/U3cCHBECHEGzKkVO3OMiFOJFcg8jl8ftZxi/DTJ0EC8ElMbPm0dlO3hD3avGObFpmhu8EHIFJFev3jyNzFYTPD53W8O7P1qfWprHUyddcz30ueZzcaif777ba3ZEPqrqai1iImY4ePAJcKhA4RYQtezBRvajI+CJOU+nT5Uemd2Bt7d+54/c6S39MDquWyNCZjp48Ql4oRqJ1nJQUfiElOPUuJ2lW0bg2QlhG5XHxaRBpCbiYiQvA+hIJYY0QlMTVCCqObuTwUYcIOogeqaGc3gz60Jngu+mkyqwGgsepa2HL0TysmB54dkY5QmImeYqwPoZBIxCfj0iKldraeZqEqgg/c9C0PAzpvbm5oWdzaAFZDOpmdwXOxT5KFCszu6AAIYcRiroC8CtBsCI7vko6Fs01ZVnnZASsAJyYEI4QRUAqZkCFEf8ZCYgAnYPmUTLYJERp+QDEVhlkWHFsHjYrwjsFFR9U1hke157jYwYjwK5fgyA8ZeDBg8dqV8SVa+dgFsIaJ5hYGyjwCZJ45H7xyPGRY8fqoAHk25kOAwk2Wdxx4KQHYbJsZ78l18OA68gccEw0CPjvOPWScEh0SYnU1Rqv6zu5V9rL1Ce2EdU2JZdwl3FL5OE5bRUNUEbpnDLyjFlMRRLw8dkHDN8z8HD8ci6kKoC0PTKDUL6AkBBDpxDzgbb10h0OsvVusw8CCe7y7dNtulN0KQNlHtujv7Nat9VZtrbsLuUp2m3XbrFosAplZqiQqDQz4bH97qKLOSjWjDIPAVMzTZHJiW7d04iq2trmUdqovrD2ig2CkTTqLPbc7hnQQkLXO1h/oNRY4pKqSGxtT7VI1WsKB58ZVyZrUEcMfZf2cEletGJFYLa/ql9coRrZutTTDULpuOchiQwK9xgG8sXCO0lkIeeFaY8aqYUWkYuGyY1XI7ifs2+DBEghVMIpBAVhtAayGVBxlS4KtFc0rMmBND3mJOkvVpV9NYNfq2xEJS6VQscwLu7sv/qn/6phfG3dJr0DQ2NHuUSqVNrrapWPx2wJOjrOCXX01j/jFwfz3fi99hp5Lw7+T1Wi1QYEqfrpkzHTZ/QfNi3am3UW16u9CNIetiGk/zv1CdKEy9Kk0Bsql/uukglMtk6OKQZeM7KPbJEHTnhREPSjT4LWaYXYaOmIzghpud7Ba9YS+pNt7WIySdJXcF3eOLpDsNZLaJ13n1t7otYIyNKOLJBpFbvgZP5H1SVaK+7z6xIARGlK+pHzy4X2fDx8PqbOuO+b4yPvRnTTv4ODbwV+8v4AsE/8GD8r5kYXghe+xx5NOjkd9Cvj0JiednfomislmAl5kqXmZ17md+9/sPBRUblZ+wHbGe+Zmqnug31TQR69PIDg7/P7IfcZcpFOYk3fY25i3bFl8fCI+hphAan7hVOsEQrCNaNbMvxMYd5c7RwGEAnxV/tVzvjDOdf3eEF0URP/vSzNX+Gchqgwg31o44YguMotG+vS50r7HogZXNhEC90f+wgghfzyGRah3dTXqYa2UDj/yS0bn67HJsHDChCjzTV85c/fntT581YXta4uL9MwM1NCRme704lXiREEP8GaW99hF2bpEpRDaWNe+V9Ovb5yy7BrtmWuxaBfzutjtytGfP7XMuZTRHz9nA8NUt6Ii4m6FP6eJZ8oTX4W1zbjNqBkAjoHds+jw+KfhNyHH3dLj8TthBBtyggCAwE/JMVk0Iewfqym+N+w+12LElJp39fKvbN3OWlJmo9Q0Sfbjcr9S4zsH73d8kgHNkMxYDOZSmoUW5vaG+ui5GlLfbrHzqrc6Q7pMDXO4uRgEl34p1xcM7g8kTbVUeiEVGIV7hKH02GJTnP9CqNh8+d/gbEsuk5FnHlguMX0SG5u4UG2FIFhZP34EjzdJCJoR647HmqefrrCCE6xIngM0HjAG40u+nB0NYTYvXdonHynapv+fhzUwHqtEOMR5B2Zm6sep1yV50rwdljxhHtCFKYDl672WWHnotZAT338wwNKfMxaaMPqvxDMERmuE1yAlViXIGrjx8jcDDK9t/IWyqn5yRtNiFa8mgdvGg/DqHz54YN02OXNitM3gKh1DJxhirDGGeAPIznd+DMADhqF0QMbMdckFecl2YuXKpUqxKvkC4cBz48m2yapLBjLSMK0omS420MTG5FsG7YaTacnGW4ohttYnMKcwsF6hdizgRsAoLZiXuJ6TFHvOLiR2ncqcs/ecXr7hps6zR0hd32SmXIZ6YEBlQbZQdXfbuyXuAlirgPP1jJMZztkHFx951Pby5EvPUaw7seFH9g8zooK3947ecxm6XHzZJZnjTGhW1JMvlQfRQWA2YQ0Tx/idgWOu+PoR0zvsC5fFWGuF7pahlu0p3J+hUNHYNH6wXdCxoLF9qPr2yTnynHZh4g7o0iq+j/7I/N73o6zSsIEhZixjJBMqmJeJsbx/yhJjefphFHizh3LwDVRFkBMwhERgkgYKCIZy+NvkzAgrD07mVeAqqz+fy9WFahgYffttFaIcEZG1pToXJ1Gt+cqDezVztCqtTKvWtnQl1fr5SwufAS+hMQuj4tK3hi+b/rx1WVRwegTDSRYVJ3PyeeuZ5eGXVcGsPL+qXD//G6LGcv0JIkidwFVDO5n0sxbGxpCIXjF9RHIQ4jPo0H7Im2YosnT1jPet5wx8tY5FIrWLHUlqUb+4Q/Rkxa/swe7RMr50TZxuYJ+79778nrrnB4cv3b2FSHD79PDFV69PXzw9EmT/0pDnhUmcO7l3czlJQA7tF10tu8Hyyz+dxNiiWZ63ueB+ethgF9mct+K1LQsYL/YOuRzpg/9vHxwKeq/o1/yx+7e+/vE+PD80DLrSIPHSGY+ocNMP2f9ZQazSrEGGKqxmV7Y2bGROelRq1fewbxWkcXY0Ej0nmhDNamNHITF9cs/AZDVpYn7AQlyUW/b5d0YIH+/kO4dGfmKs5zAsCQur28+wSmhhsHMcNpYe8D3QS6xql/gCL5y+cf5cQfcWIARAAHbtsCirvZqqqv1dKRF4nm1oiO2K8SdspghGmB+fkXv752JqvRWF/iCU5iuu2Zt8qEYv1rc8SH5QkyZOa05GVEwR8M/7kgePvX4WGKoxO34MvBwTAK+yDTmMTGjcJdPFhMQOFLFYXwMChWz2Vv+mKkKiuqO5Yn20TOiV6OSRqBdc1AsvN/EeQufsSQlOsTbUSCOHllyh6Oi6rBihKYMy2NI8j0L9B25mcBrbM09feACLWuyT6p2SRcsyghzTJuPZh4+bdWxuyz+GwXCROkdO6+hYDUqhvkDHoxbe/OFj+Ar4PG1Euj0oz+OLbZHqwqEfSgDSa6AeB8gQwMLjTGAAC4fgm9mYLY666z5+1Nolxuh+5CCD5m+d/PrewsjCCKarSoYheAjSqc4Zi2FZsmwySXC/EgyMK92XL47UgZgz+E42pqWKw334OMO80uWxZpiMzjSqQBA5RkmzQtVTz9GUtCJKG+0ctYZm5cytgdGDzDQn/E59h76j/q1YX70P/RD7WXc1ah59SFHOk7vI9Z2CUL2CD9F5Uk0+AI9D1JtfK0AIHCpkdgLINv+1dPbLj3yPCoz6CY83dIsPI2tH+XQanc42skYAEYjd2Aa2BQjkByivwh0O8XZusYwxucZFururHeIkgsM2zFrTJ7Uw9i9zTviLIIzdkh2OkAouMagCCrq8v7+easNTadFyNFlIRp+jQ4e3IAgIUoM0mGGe3cjoMozbc25xVrVE+pz5PHM08wUTsmQZlxdYSz+Zb2f5dk1JIdLn0R1SGQ4BUsP2zWuKp9gvZNlX7p9Ntv4/2jf+k+/naInpbsh8+Sghd/ZAhvtHJU+xtMp/XxqU/PH3LX61zr4nIwWxxeaF/AK+OBVGpp7U1OlCAa38WBNlXbJoNnVsUG/CCYjNFRYkC+7lucci/eE4OFFnYiEOZR2bqwHa5oL2l7RbgmOZY62Kcfcol3zllm4eZYHllj9Pk8qEZ35YlonugGX5SNtVTBr0kkkX0XGqV9OCRojOHIVoGKFxSpQGwRkFWq9n4Mu4M7ZNZ6UWEQhN1+6XehCHSrZ7bDr58uWKAXG7p8pLJdbXvnpx+iBpqDTA9N46v+vWnkBSzLHuRFWw2nSxVUyV4oiOUq90PqIIJ9PZLlW47FHsLYD1Oz03HdNzqcgQgCP1hdB+qTx3uakLg1mUVc/qZA2xNCzPc5Fc38teyu5lHTG6dfovlN3FbmdxpKfUq9iAUd7meey0+Uz0Vv/aFEm/npbo1kWyr5LT8PeLfscvSsHiwnejJGssEXN5rGks8IxYxjw4XI8pl7kpTs54VUXS/XMILm4BQv1Lyu9l9+RdLT9biagQ/Y6lx+5ZWZbdO7r1O8NVfmrGqxzh17v/lDi7OO/7k+Racr9p187EniKcEtHftrTylZVh6Z+V68HeN3XLKipPa3HogfCE4PVeixNLJWhYsOQpFsij9JFeUIZLeEEqt6TqPiE4nSe1x9KRZ3deGselxHpRmqrk0zfJTdWKwFhFYfwJSh85wfAO5D6FFJPahTyi3xLbVJWIFUYsRh4MwoZvJh8DYHsXrLYCxFXWwJRRvTJKJcaznFWcGY4EQ9jPznSQ4OGn8k7hsl4fzz6ZuV+yHMkbwSeGx8HZOCt8AD4Op/lWuEDs6yh8glK89vTY5wChAvCjPm/UlJTakpok1ltHoVNEn9h0LkVIskCsK69faD1839B7I/cAK8D6e4/s+IQKtz9/WfcSBGddWOG05pX/LsKBO9JbfrdeJNmH2T/3fx3mE4VFEUXAGhbqorwIrMAf4Xvri/OKkEAEhqnBVkrrU78OzO4boin/G8+TbENtn/r95f9XZEfxQDGA7A1d3+8NHPMZeNT2QMskYKJVX1CrnWuiaWk5Hz58evEJ6NEK5mnnfch69fEl8Oj7s4oxMqtKrKa9A4OmveDMXpBeA0FurH3QFxP4LewtK8Nr1Bp2fNzXGmsUXLBLUYhqlybZJqmzHe4+M5tbvvRfHgaNN7pAO+Wuh762OcDQGzMRSNmk9wCQYePjS9gYUy04S/1Zdrr3pV/imbJvIacLW8+WYExvjJtdT0r9m2HDDwrZkHJ35YpKzg/q1pQNKtJZRighFLpLvKSXCpJcgsRD6qm4pHrrIfGUTqYl2V0Cya7g+PE/p13Qi+0yiWmEIY9Ir2ifpH3ETEKax1GvSJ/ofSm9BPGopynlIjbm/EO0yRemuCNEbHR3VSF/151o13XXn4hggztOM2h8ZDZIkCY8Nz/P9F0s/5h8Fn1M0QUrpAq4RyAU9MJCmRDerlfORG/QYdZBCpw56HV2IXVv8Q5y2aqZt5+qVgGG9RN3/OIBDmxxN16X5DeYRhuQzsi+SsclhxgFw0t2nfp20cT3Lze46mLJofzoV91MHiapyQtiG9WwXpH0A7tsDOGqCX3HYazWUJAySZudmmWSzLmWxpFya694MQJlD+RPc6JMnpjNkMwYfASyfZ6FJtxxv40QO1USqfMEC4dJgYnE6p9v3hfh3KMRYcP2gCZGKxWbTpeK4fjNSZncIun+ed6reibBRTPKAJHJRtOqVhgS2ODB49KSThoXz5weUU2cPP3PiXaVfqw7awa+eEgwXojnkTUrkGqk6dnyQoVcT374UBBWSDcgk+UNyDjfuFk379F0KBirQK4hORBSIlfjaybzvCQAMlmyvUjZulQhVieDi/UTL2uGWorqYpoOoaRIlXKecBLLliXt1rB5s4A3Q3VQhIDkOifrRYm0JFMOBpUHJNsDPV1sSsbkEUCRt8SQnEqTmFL61q5FR7Qj6KZ16KjNKCqhnVUupo2StMAPtKaWe7ofw6qKZ/uk9rC6yMi6KEbG+PNmPXvDP7UvKACDz13Zcr2T1a84uOlyINR0843ebLvMlYt3sg4q+jcNbbqqtlzvXfVTlqzNPSXqNF5T3HfDm1DTTrcuVfbKnEyn8b7iGuBN4F0vqQsEstSLu4kNEukLacAxj1C7b9JnWZLv/OcfN1nHv4AarFD3L91bks7b7gm34BuIJsS/u5uAbwruuw+VsPJicJDJvN17TvgMvLeb54ZLCMRgTS4gp7LblepwBZLJ5w9ou/ZTcFhm6aXO287KFOiluheUVDtLO4rdeRWNFaRCA0JxalYBu511wUOPp20x5b1kwOaG93xWfr/5KIXGuQ7ttGJ0I1RHn2LEOF2Zvr8mb3lu0eFLWgwmlHnpFZpQjKL/UPws3lv89NjGb7C2B/wWnv9qEIJrOzHK1h49GeRhFkaAjI5cG8fA4T5sCS0WUL1n0FF0SnIpvT3b/pR+tC3vpvJyU3F88oOshyXRNzX/+EZWWmZatUjqvwQZqiV7k5EWqbU/wj4EG5qTxZD+QKwuSQwdNnmO0SOLgc+moegFee1xtaahbEgT4AzWffyT7E5eEqPbVTm0GIgg61BmK6bVajzw7x3sbfIh05bnD7ce+nwDCWk1V6pj+mRK6egC5TvN7OOpYSAGI1dPlQfy96szZaK+ZT7Ms8/Z0foaYSHTjucHtxn6dFOCK81VT9HIqmUjwZnH099JRWD46mnAQN4i5BKm1re2JfwMQ19EGNZacWNF0SX4AlauPF8ZnaRLX2kciMSLsHMUBcqoJKIeBGeqJn0j1rd0jg6GCMOVyBqNNAsR5gms3zG+r4Mvv4+u9+qrHsLKXclDFA38ZgLDWZS7wBc6GfzBQRXhWG5r/hAilxEutqLPwKqGoPVdv//etSpo5pFQeO9+XNvwjx/aXXF3738WPn68IULT3d0VvBHYPa04aU37ciD19246OtCytK2fuLMfPLvZ13Nq24b1ZZPd8Z6BnGs3Sad/1f/68q1zqJbpqbK2I0fJ7YhKEFS2s6mpWUQjqbPShYKMdLWQJexc1fTOdn6Vjslm0zMW0i17m1bBasm5W4ZQ+GJhIoH+A4FPuIMt6c5pwGO6IM0Ua0reNDi/Ga7Ap5h8ZFstboIzp6PJQeDCRj+KZQnj/GITFmOS0PwG/h3XlG+gTBz04aroXn69usXGRfcjhjQ/E9/gp/NCGGP2I6D5FGq9+Il4Me51Wl5v276R3F34vJbdJwdKeGLTrQBsMxclCjN/3y0jaFhnAO5qToR9Vo254Rlgk/uDqSWPn654xKTFFlWfPJlbgsduyKAIybWcnFgVGXDL0oTNQuqfvGkpsSkm/wl7sqRXa2bHYmZuqghxPDpYxHrpiu/Mbw4NhIGixdXNJspDfdMcfNJ0ET+CwJ3Z9A+XTN2nInAxy00ygCKFc3OLFXqTZ42peJ97hBEguOXn7jXVcp8f7gwYjwPYEeRBJ6klcmCM4Y0IRB8sF8g6ybim/9IjmDwwmUBNJ1VJTus7Q+YlPfh3sHCABNJK01BVcIoHuPF5qi98iSS62HNqFSO/uHQOooanjYbcb8CCr71ArRB3DfqAkK7qsoU7nU5r+2BfFf3zaF2swfMcbDVGKVMH/Ut9D5NdSduNRjDCCUMzpXoPz/PZFc/Ovj3uW+vBMNrtxE7mZEHduQ4iC47BpTIEpT3yNXZHkukeIzXTCgbQerl+ggXn4i7BtWW6lpDmyDrNsCYLFt1TXwe+WbOth/zbbG97bno8XWhec5McVRDcIFmBuYP9Wc43IAzBZVmxKiP8n8Sqs9DIyXJCeTqNGqYwNCf4j2MX59vcJndueRg4Cc9Lkom56ucoaNMHATUc3QwcA7GN34k9cQ48jNM2USWuBc13hzTfFBsO9mta9l/hlJ9IghXzHkJF2sHvN5ok8kCliQ9Txo/aQyMMGED0eMGFWzAF5E5wWQPfp8irBcMMli0B2C8+2PNXNvNRdbhGSbChwACrWtNDmPByGl66CyYugbhKs2/OSXBrxoIHAFUcoFp/ymro8b2gbcNWwarjrXf44z3YO4DoUJ5Wi7m/EbENZ4v3O8UtQcAyaafQo+7LOu0DbfornNdukuDkYDkLFJwojLR3AYbRYqZ/WAgr0hKvV2kA3gcfOT/eEizGhkzDqgZYMkq8JfJ6BaNss9nJ6+U/9jUGB4tBalgQ1iYWrAKpZSlxmHqsCoBHx6thuHqcConFQqOBCkAw9RhYFauGBdIB2nJt0x3OYC88sE94rq6b51CtOUTgzrb7P0Z1H3vh97PP1yrOz9g77xA+EruacTGdX3ieASnHhSIDnJhIGm+KMYtnDhIsI3eJTDZgNqmOmqGtnGbh5MHjR5KXtMLZ76fAOwxVtrN/LWEs1M+FSmokvgt1C75GBZku00+nhazHLAeHJzefxN/4OP3p48hf/n8hT1gvFgD/iQ2Q0+wfW6BkXFg2w15l0pgZkXqGr6pHDMNSsVu+e1fMvcfhGEK0L8D3R0Ox6y+61okVkYci6xyTf52DkWXPj+s6bAP5wCbbVW+EFS6fMODtMajZcdQoa5TdnqOIvcCyR9thaNOHd0EvdiTavstoxvLso0G7tbk9F9qTqp9/ZuL/kraxSV04rDfur2aPk8X8YAokKStKloKHVVoKSA1YrBakp9jjrPHeKLcwUrOaNUEW+YdQIMf32urEXDkdWbgtC2JMygBjjWz8EPmibeM2RmeMzviotOr+USqABugdXQ0Kc4b21N7pKWCCIiy3ZWh/LQWCGcbWVkF8xl8XP0gUWgkwb3a8TNjxzef+Vp+DC/RkU78RHr5E7Hxj/npKZmY6xjaBrQBJSbpPqvZ39U/7P+Gu6dB379d7fQ69dnldmjl7vGD7ocdVeknWz47nnyoK3dvUOrY4aK3gd1VBqn2Sqr3hRKIPeEkBDIQQWBxbPRGaGArBsTF7CJlWRInsZLE63i3VVEDKxiZr2vZj5iok+gd3FPlYqVVslYH4eJyxax6zlFHkl8SS5LnGSQUgHQicjg9UQMjfhcZqIAOp9snqVdVXL7UAkiIVaKof3sDZsU9JCMQ35bP6Kci6Yy/KCue8Ppbeg5HFeW8rkpavP+eucvxellDxTBOTnDmQU+zdMJD9lXIgrSCi+U0FGTQ1ilyYLWvNKS/S0VVoe/qL2f2p3jw34cxV6Y8b9AQwPtiREOHEtnEkG/E7HITPTMtXv/5EScdEkU/oNEiTd1FxKBPslIzQrl7XNBeftBmE01mSziH0DL7qlne091ku2PtUFhrwHYoysVAITCzlRBYK+6oBn3T8irjqZmqka7TOOdou9iDhwHPBsXZHFENSDEcZEaHcYNA6NnCPIt86COSLHfqU9mZ4kW8s4Cy27/ZHtcsXBWQQaO2+kOJAm6v9QI2PnT/eTc+jbntrQt5Wev9WSygXQkXs0axqXBLtmG6972BO+SFUzBoFh/tHjxuqGCdHtStIUolqB0r9N+1fJqXkwI4IZBlWk31bjkj9F74sQ2DbYSTwycqWPeOT9PGwc7dd0i5kzUOz7NI23LE1zhKknd3SdvbO5QSWCjnCqkF0s5qsQZaKNaBFHFy1W9h7+QA/QsVTyeGHonpiOdsEHSMHr26P202wCHIRmoRSTeC78UlfuXsw1D1g3f+clruvGoK9OZzdPJQ7zE4pfGiWRPlWOo72oYloQlTG4fHWY2lp2tCweay+eeia9Y3/UDMwHwp8QwpBI6oxLVgxgTkz82xmoMaxzHtjR//rab3DDmQB+INfu/KhU6189LIXv3Iatk0x0qhds2LYqV0p59o4bJXTOAi8AeNhQ7Fd2LcP3jIv8NYYooMpZp4xazN74MgYaVg9m54uNp61neWI01PfZXerJ/ZHKuvWVSEMuXS10n2W69auzFOMDA1fu6ZsU3AxYOOb+ouJ9SRK20b2l2zpW/OMSE5YWCR5kY04+jjSfd+CC0tt6sv3tE2MOC0kk1dvZDHv6qL2hB8dm8ll5Q27wRJYusl7zzZXnxz13u223ps2be/ZMX3f/WKkCIkojiyKBB2J5x7FPjqjmO166OTfj1QPXk8GLnGOmd32EH4A7LmntzkVzzVP13B+luw1PL0nW7+AYBwg++eG5MdSkXgIGxddV3qxP4ZbUw7om6M2Kd5jvpAXKWsTk5lXq1StCduLmXxmbsPElUkAmQ63ldvCvtxXPMBtslXYarG9lt7dlp5fsU7LkStB6yMmHIgmi67/m1DHQEtoNE0qY7+ZYLhuUp19b96voODLV17G5ERkwMYAm6OfjCE3TlBnk+09RoxGynxGEIR8gXhhuyd+z/ToxOjJktbqpbUjI7Pr1y9ufNTL599/ABZ1C9LoScZfasodI0fsjI23lYH8gIaC4HOV4j4F38mduXTBBT4/MCF2pGp5s4Bmoa5eUlWA4Ojw5YHPTUVDKUgERDzhWvaJpucHBh/2mEnPAKIan80eIs0eGhrTgACvd9Ob8EO4ftQgvtOzx9PeM9NGDz80fd3p4F9ls6rJ8auuut6bfdWyMbzocOWP8mD5lh5nO3Ii54sIvjIkJyKHTKUACGu2da0iNu8ggC6rcP78OeG6Utb2SNmnHRX9O33v7d9zfSNANi5fnp384kV4nZzqSCmvHqkGbzNkpSSb+dz3tY2Eu4suBfubajqfsbMIW6V+B/f/bzpPplMii5p3Ega2J39ywmboiA6BMmSWvpQTkUaFeeyod22qdw5PKyOQO5Z8rXHpqCGrFClBhDJ5u9v6a2c7Gn1VbOPSSeE4Kb6UCL4OeyvS+RF5mVEkfIQKEigQCrJ559stY3LzyWv8KRSVYo+O0qq0DTuhWDpYdFrnZE8IUAhPalMhA+yGKIvn6uzXrayYZRuVdKX31pWCwG5TXm40qXuAlwEshHxIANcbT4rKzWOdkNitVJjvVrQ6fZyvQE8QRjXzy0rzPce5o05lELXvHp87TXh4nzCOvk5UImyo3YBeMWYLKd72kAAmayEpOjeP0ty6TbHblrJyoHfrQBHbXXuKh0Ifmezd1rrrg/HAivI5ubgroxfoZUffK5liaqeW//q+HRERC7VtlkcEKXXbxuZYtyXvF26joy4iFbOrKmtRQ+iE7h1+y59vnvRD44c26fdafXBYNMVY/e8+AdB7o1ztheonOO5qL19uCcK0vz1iPcoHIgcujcWeAedQRjSROr2r6zmAmtdkJAm1kK4oktR9z+IkdO+H2+To/pZesIOyo/f/rn6mvMpJB6PjtdD9Lw+PQ+THcag1LHJh/nQB8n35Pfk+PxTgPc/bSUp5DxU+uGnPns6uhg4/81V7erqUzLc229bZ2dW5qR1nNufNDfCHyXxDaB/sQ/BqdScbi8FrfHowXg3oH7/t9Nr/C/bo3L3ypDud/v4FfcT+vRMhZy9z3um8jP2IhZKsPaECx06kq/5GEmjgMzd3rnGc3+Ci5laMJQEEcrE6Ov7R1HRqmuLwX7y1IgP5VJEiWVnVqqIjFdON8l/ssFZLF5G6IraoQoT7T0emtClU+fI2uUouy699QlujSKcgA7B4eeWW8cLWKFQIZoZQkesn/Wlipe6Zs4XMzvKqOGvEz+vXvwjkPhxTBE1MTw7uDWWEG/eqFFpvkLrVaMly4YqsjHtfrnPD4wx1y8OteuTcWFKxIJ+fLyiK5Y20mIXgz2Vs6ZJiSGgYoRy/dMYtFNJZ4ftM4ssZHGM4XUxLCRLVJ8JUbYLeG6yi4W4oRS7Ykpnx35frJRF40V45L9aySJgvaCiO5fa3GqEgzlU9UubUXOl1mzh7aseCiOwcqd3D2XjopP9u/+5MDlXWDQbtzn9vdt7BQNQjtdZuxjuHitZR0Pfq7oJ4524au7jj3uaneZyKcnev+70A6LGi7q0enq9n12z49W07wqd2s5uc91VZ17yVQHAPF1gVs6qqavSPcLSr3xE8wu+6jahWq0UhnLaeAcuRcCb2EynEZVtVVb981OZ0n3ykco8ZgevuUmCTZK0Y++Y9hyFs9LykaNNYqwRWIqt2Do7fauHalNzfFxSb6kwtZSnlSlZ57C1vjmCl7IZFnBckyXfdSuAaaLyZVuwnfp0SJj4ydUxZhjhtT5ByT5mHv8yT5pwUGQT8Ey/GEXA7fcd8Uy9MKQHVELl3lidD5pGDm/eWeWZN9s1xr8akgD1RdStEgllwewy2nGq0MdosLFe+wpUzCcK1jdO6xzjF4U/aJujiItxjnVIx+MyOdDfeJDMe0fgKBxuNu2SEnVmHwaDi9f9g8VnAYDqqwDnCxjFCN1DPH+zoLFUUmWG1j7LPqh/2znAfmHGiRBpgchgR+HtM1kzXtN5kAOjioy59dNFxFLRxrfZq47CRNnWDReI0+sgQRUk0GhbmTiSJiEgdToRiExOxiP5NuWNaFLJG0Wdq41GLcezTMwz8Q09KM2ShT3Ly9RGdGGV2m+dzCwA6qmqaa04W0oeDDzc0Uc/+7v+8QgGm3qlM71eFHXcOPVp1zbrcF85FuWfdla4Mi7iaJq4XK51UmN8VEOg1EAUT4qnzkuHsEpu+ZXIdRc8yRDcRL65VYm0D4Ra37uxYeObT1cl05T11QQWZcmgiWPIpajEEcn0/mCmn+1m01OYUq2WYYFTFEWrjPuVbLOs9Mpq5n0ltlZUkzK0Z7p6ScokKtWz8eYFF0VvPk1v+18a1u2Q7nb430w6SWk6SYF7aOI6wnqew4F5PypZ0WUvsUBA45pK/VGGzMEEBJBBQ6nPyw07SWhUWg4o25cICuvECf+h8XVm+5zWrx8SFGa3vfwPe1DrIiUVYH1Dcr06AwTmEW+MCWE+kRBw1dhsTBSgSnEO9BMCmzvOkwBWdxJMx0xiws/kOW83SQUPJeydPAryajeCEM1dggGc33T2zVtpePtvoXj6a45P/NrFR0vLz1lfpz99Ayp3CzAzMNOfm6O6fpz+i2Br7l97WF3dEbx+HqLi6/6x23fAP2aRew9WzSA3nJHJ0ceq142eYxlTlqCowNhT2JVBVTK8JGWWaYE8E1pNYggebiWdZFsTl1pY2R6zh1FkqGjVDhTfJzZp4NCIh7B1CRGpmyhD1jook2gGfjemtC6HJ2Ga5shKLNOAkuEA8btq0TE62fBi2I439IBlb6p8R2Rp5GAjDbOMsjH7EsXAyPA2n9bdE7qaBcBtLXFTbd57ZmVMXzXeK+Jk52marRtPxtB9r1gYyTsfneVSxmOe//vqda/ZjRgWmvO7YEchgCyRJbbnj0LQDc92r0VBZ42ovI6FfPSigC5s8fCctkc0waHHy88xhGAATzKmdf6qF331xQbLbRmmzbbcf502iIyiTPY6GEMbZzIfqPju+cmk+QbisqQAvR4Q4YW4OBg6yMxR4EeLzJE/6EwvyoYrsDACDZBUobh0ilMqXNaUnXbbM5LlJVlndZs2LNfu+tgWnHL+DxRWrlNuYOdgpd8rRKWSdm+7ZFi+eowdPL7hAOPBcsEB/CVuAxe9q01cWqcl/OQn4q03B1d7zy2vMasOjzeS8rFCQ3SQNnS1SJyctqRFVogyJ0pn5Nspjff5Je5Op3TYUcbJJqGhoVegcDaB3IiLPdVkOvYN4s6ljkjpJ7dhmElvUeQLlovFoHIac8ugUabqkanRtFrNFmivSWmndlU4rQM+6EBdXbF0gKUbLOMmhdFyHQpUBpJ1VK0q78LyyqZnUFHWqumYbVUbN3FNgv22uDJVBSVGlqgN5vnbl3tizQzqRZesckYLpHH0oM7tIEt6zjIKrZ83wsZvW9ilVypHlDbdYKuDSO834N/URp5j7zm5enHpCNrx4TSdTdr07NHyCSYdwY3H06UMZmTBii5byT4IR3SIMwih+zp9x40F2PZ3M7F28ZujJ+PLV80l8nWKayTvaH+4043d2s5z/XtjfJmvmbd+hr15F5mjSIPBG1GavN2x2v0sD/tjcCxdwatbli5Gaym4niQ7WJUG+dIHzihVGveJ8VJeCoonCqUO5ZFc+fuiTWXFdALM50j/T3TezjMEc38qgX2ZZwRw/v1hpyRe/LzP90ulJvGL3myEuZhZzZxUXUwrejaiaWTIAnsdCd2m1BxQ02sBGTe1+BcuQPwkstiPZDQ2B+moaq6Q008gKyh1Omha9scFCPOGodWA5TDimQkugdHmfjCXTyB3JGqb0yVXZccJWJa0jmL4jWHT1nmSxX/vB+Ydd4xd9ubwmSBbqX3egeh+w0u2CNeTkXgv1kZOOCwi6kvYC2wfp314ywyoRLGllVG08eZyCoQyTzSh9HsTmzdvjTLQcCSqhYxmxDCzdDvQz0GKOlss1U10JE8DvkyQYr2E/Qa3IhKHF+pgL+U+gFTZiavYxmNB/QgM0jxCxev/g2srPA5srOx0HsRnxC/DIDBjNUQuiGhEa8/g9QVc5hQonHk8kPHk81/QIbzQ4gciiGJZEZa5oY8A/G3KxvAliORld4s39MIOI+J2BzXwvVy8TA3wyZaglBbPjOW6Eb8nj4ysr4BUVf8wUXdHKJhrhlH4DObJiBVX/g02SLt7tXY1PYaVBgFYPooVsUFWvvuKiEWw0K6BgYughlXRPTYCBWdZ4VvlsfzR9Nl5Vg28uWISqG9HURIedzrLyXTlbz+BxS4XoEFznYeo7Y8/Fno3N6pBxAt3OtDe2AwM2LIRrsbVX6tDBOyEhFE/YnbB4PZF3QToMZfEMSfLlI3ppEyA6vUfrBzu7mMLRExXFRUZsCGZEh4rLijRPgsXDhzoXMQYfbsQlocE1UTUfo1teEP06Y77+052WgtQgl2oDTKUGZvqURhR1hcqDBgJljJpIwLxZjxASBAQRAYxCk+P/XS+MSn3iK8Dci+e3bqmtellRHqdkSaKZvST80iPHYPLjp2qSGrHxurl3RpgsG/aMahzYfefu8xdqS5oBePRxFO6MrpRqpPHhCY5sjQPbJl7rwAp0cHzqEPW82XpUEiEZlcbHgj8MqimlPLVERDWxtWF7sdcuOvUIhhCs1q9ZzA8AHk/dswgpxaIwHYqc5cmXrzTDjyAo3KN2zSJBwHKD5CNLpCY6eSY6Cy8RDjwXLHS+opQDFq2E0z6dwG+hivb4Siewhknuprtyn9woUSyEyHC4OBxGKGm2ZaZqqj4KpRELJZ0+3bXqCWD73YEmEAtgWwTtSAg/x4fYT8KWaF4TBB4g/Kj9wyW93kp244gpi40T8+f/e3vpl9vxxF/bZ64UMHZPGie+JCwAf1BW/fM6rEqexLRkrFKhRJqQmpI2QQwrNYcVZ2DbMDVrtiK9XrkKMfeVNErFVqUJUUlypYxEZKS6+KS6DqzBdB+Gqa8ElYOE7aeMdhPNiqxTEjktJZGtbHRK5OCOiOgVV9trhUf8w/7hv5U8PXnu1u6nuSDo8KfR7bl6cMjemF3YrmzNdPqSsPn+zS6T9pv0mxw3MKeDds0tVei8L8nWKd05F/h6+ulw/8bbWY+hSPReAc4Zw+pzWgz8Aow//3bu/2XtYKmP8WxWk0FUB32Q5AYrPyHzxAR/4X6pnmQG0yy0YBEdSQ0GkNiFBUG5O/EJ8D3oAy0QlO/zHRQE5XgFqYl6aMNKVipoMBbp01O9Uwz0FJdUcNc7delS6akudwEOGenJagG0sBNNTq13oakgNVNK9ZNgi5ylk3yLcFKDbwpXh0CblOYD6NSFDAd8p0bDdie44zWaTrZ7mupztNrJLuGTqvXgn87JPv4zeWhBi1vJXWaNp483EnrZ+fPZvShw7us6Y5SnKlhsWvFH+7rrRJWxPXhLzpqRdV6UJc7yWiUQCpxJhMgq9yKLmb+hG90xnhtw33FZF3Jby7Kqs4DpU1uYAbsDS8MJUKjEjc5yCHcHJ2Eh1hQRgEYRq0Uo1jT5KfJPivYPEadtXETWkQ8NRU06Wbqs7dsE+VfE5bVrATcT8rQirO7SCa59tK1rjP1EXaO36CaxLtF2dJeICBfv/wUHLwu4gqt7os4d9zmljXwES8baYdk4VgWcHQG4QNbACjjeREtKpXufz83VyORSzY4dQZFmBhpV+PXOPiEVSTU5WeclQQtiASJfeGjnDlOkVt/KRN+/s0uqkGpysy6KA6EMEVT5JIiRUMX2MSd3WCaUaYDSbvkmCZHwmwwhkT+E0ZtjWlfGsrOscmh6UT46e2x6SpIxptgNZMjgJSICeTZ6klMnN+on3vOPJbUiZKO/Vwfy7YRVX32XzQY/zx6aSWUpx0AvDEkGyFS/KfKl2d3SN3cPeJo/dtrtKwKQjt36pve/fGddy8xconjSflCpQwu3KnhBCAbmhcECd7ECLH45ZvpITN4Sl7QxF+mkJ9GlrjOEQIpeCh54pxlSaqiVSyHQuZcS4cLROXPsYvZbVBd1Do6xHcC94LBL8LHgIXiGKOQK5H+8Er+8OqiUacksCR8GGimAl+KLJjeo7ubdJXyFLwkrKTsCakRjJ6totFIDR1paYs0xfA28lQ18M3WFLA+bNJkHtArnIYux/f32c95vEU0hDi7hlCaKS+CONWVKZbAphUyP6Fi3ObAgOuNjAcOzL28qP1Dw7Cz8Xt2gjwUcNwHRhDSjK4KnB0LvBSlyO9MeRTfAdNZzAvPDLlxF3IKbscjD7qX2SvzqnjHEL5WQE+vOLYS34D1ypJjoTiwkStxtnijqCau7HyOK2PL1s5bdJeQQvYmFhL2sa8/1IFIJbcuOo+w0H0MLuKpz02OnAyTWJe6UGH90SjWziwjr6w0GGUJ0gxGJtS7IKDOsm7d9kSeugK4rAmQd6Rb4D7zJGnhgPPIBAZA55205sO/NaGY6M/DipVuXMx48B4MuXnayPrxT2wmS7BI0Cd86d3YyKb69EXvqE+EtCIOLdbSfslkpATIw8ZalE/rpqQws4+ciLneKXuHY+OQ1OJP/mm+4rfHZ0O7R7ZtNcr0i6iw6S6X1nJkUs0ytk4u/oy6lzK6G0ABqhrrUhsAlSLF3jLe5sWt3Z0d7Y0BvQFjPz95fuoQpkkN3vzye3Y3vexcWevo7e0D2pKfr4d6/HmXmBCcM3pqeyuCX6h0vXGDG2fpsCO207SwpuLNzK3pbLFil+uxqFJe9X3l3Z9tUOqAX0/tz4x+R77xtcK9/79P23ve9oPdgJ8jWHwL5eEQfJ/jZuVt0KpjSy+TrmuF+5qODj9L/+2yloFVl+19PhvqXPlODgvIaCEds4D0hLxZ+zagZHFHr652bFxTyctE2lqMGcOJw5Pj2EVcn9w1/vfrb1Vez9mUNE8QadFUnxIUnPXj77HEC15d+9zUY+pWuUjcrn1pAeig115iPfAjIDUvPoRYYleQCksQt2YWR7CohFTwK/O/EMKnSK9sjI9s/2wuwV8ayHcI09qE27A42VYf527NtuuEgTT8b7HK4Cyac1KTtw2LsQzWY4Ge/JUG8bajZwYFY0LnwgoOlMOCvDSPOu3kH3nymha8Opl06P7Ldrwd0hY722tpfXU6zz8pPOd7tXNWgTFJLJoPM6KOB7J8/eLkg6VM0LIR2pDjBwPZNaMuKlheB6Mb8iSKDF6hbzAxXzyRt/Xrp9F8BXEq/6X+bb7gdBVKwIYbadLQZJy2lGUk6oeGh0yyloQ8wPoQ3YL/0zUp/S2f051+qAa7VjQdkgWBx9AUo2FqKr95b2Pkd+9mpEFsKBHrd5/yJw1lcbrWA5G645l1hvsC0Sfxw//VHoQyzrzwEGzT5WwnhxqVZyJx3BHxq9BD/ZLo2LV121afM92KhJMJ/rxGaYdG/5WZ/xuDmrUMCeNw7DiH5bhlKyPwvzs6IdioMF4Vc9dFG2/5hp5s57/G4vj58rLuDOBafZXH/IzwZgtGpnBT8ibVbJGT6Rr0jYPv6cDu4urf0isWn3+JLTovmaoZ73JP2RwEiwihg00DPOp+corSqxLqiGsnAfolyD0bn/gOqU6UkKZnJDO89HtRDhysMYr3A4iV21tr6Qr2n0CAeeX5iNChATLtb3lTfVZsipt+gIz+UQRCdjzZNLyY4Qjb4e0O42PwGaQ7LxZHNcdzMFdLMc/q9v2Mov4Cqlv5CmqqPm3dy3okof3IJhLXp6kOEVMxOUnncUc50NfsmqXQNw79EvkBpceJQvO787U8uhqARe+R+ERbbn2t5u4/GDpx5asT1LJEvfGvxjPzmHyYyH2OMHVo+EJdzoQbDFFzEIG0yDXHzLre1yrivZkeyYwSxAtsg+/CIAMIVxIt8wXG1XiXESFLtguxy4pgBiGB1DA0jkohgmlFBm9M7XsBySAS/ShMEaR3NsAwSTbTIJyFTDHt4zs12jJzA5lD4nlx35xTbNNZ1T74HL80pzVZBTiF3ZEo7SCniyvEQCWp+iDw8s4haYvzGlYVkhtMKjSW0ekqhe6prcpqvxL2IAjSHYRE0BmtmlQ9PhEs0hTkDsBCIt07dkh+Fj0KFNaOTk1/6xnqh+MJ1U/fB5gkVbgrX6syVJef9ZTGuxhauvwbLpXJ4coOMg49G06dihJAck+u0s/rOzeuK4UW1U2sHcYVTcy0cqKvjRoF/E25IEv9cOgTLJXJ4yEhLSqbSh/JXt0QaKWADuEBC07sXJ/cwpE8vefnCXhRIn26oAtr0IV4rubUR3NXQ0Ck5Fc8XntmXePtOp5FM3Hv7jsZak8AXHj6dqGo4IZWvnLYOV+Yds4bDna3rA5EJ+BrskBrizDlzy6Ev+77uG8/dnrd3iCO2d+2Ij2MnP3j37DE31m8xfSp4Nr6SrCE9I2nI7P/AxF1tXruatuYHybPVF3wuIZYD25/nmM6HOD61d6UcH9nJWeZEqO/5G8FhDtcI9ewp9NsudyiYrn0Y4seT/Mvh1WSUxqniu31wwdGHoxDcvO438l89a0l6biTCWNcHzUEI9HQCC1dLMH4a0aDs+6Cr507lfP2jIxLajllL1ANSWNRmiLodiwGDAre9fnhzHyqonz+4MYOqBFgibt+FGF4yFDPcwOEEtQBRVHhRh2ovVQfwrYg8x+eFFvIOmCFXQwXzJoPGIH4mhbHkR6faTr1ApnE4RLXgo1JRScQOBpX5D5PKeJdHrky8o4h/S/RGy5kGk2F0+odMvTjHcYaA/9T57royOJLbOFunovQ81wig6M9Hu1v9UTrlHS2DLw0BB03scfkUHGfI+xBp8l6IijMIfamKsbTKVxFXi7xDQ20y1yTmIcEgSn8F+LW1kXwGEzpn2ebCsBwT5hziaVkTYKzwNPu6kWUUwrY1Mq+O0aVJ/6LxvlIrVbNd3OZkPfoG1aBSknzdh+/b4TcrVk2qZiqt5DeZaB97O+c378uw7Xh59tME+Jxt6GppGt97yOCLUBDcFNTDD7Iz++By0RidxCNZDojKJIHLSzGb44fREJgRV0QcbXcc7n3Rk8/NbbZK6WnJvNZZMdrd2TtzucQVG4b+6ND6Yc/z3msbiM1TuftDjIj0MoP/ddAy3qetsEqckg8YZZva2veZKUOHDH4II8HdwNr/JidnHGkQT9lbOVu5TYnrWUFrUS3qjCuIwrFw9Xga7rBYe5sy0xVbroI1IxkG7YZ288Z54kRZLEa1+dFtChE1Ir89osGoZsVqwhZ+kJI0Bziaeigkq751Rkn+fvUyC6/vXlPXstz8f3i6/XTLnnjEwQ6LGmA9jV4tVyEaMOpJIzGYTvTWI0gsWkF78G1W6L4OW9jEZIgNz4hui88KSetFpDExik66iBfirxIyswYvJFztUy7Ek4dJ68ka8m3AtanKLsNbYTfTRdNW8lOX2ltY6PytagwFsV0v0UpQUoAOCvyMqCKikG2k9fOHERCkigRmaH5NJzyNIhcvpV0h9CnakdUgsdL2X2zOic/+JAWSfp216vQV+R4hqS7R2V+P2QOk81vpUenUvVAzk5hHELmTqqUEUUao5/fQojLQtWdQ1kvCTD/YfXBARUDQpiqsIZaPNaQZxYIeBk5gdzP3I6cvFuJEYzbO0JY8Rbs84jMSVOSSEVM4ZiVTAldHFyTjuDqWTViAXYRmT5DDwAOfCo5rtABRgWtm5orP2dizAhx4hCPHOnAfd7gN2ECCY3f/cvr/FzlEAMipMvd7ot+nIx0OnGo3tM+0acFNBq1Ss39TKGnbkY8Cv++ztEoIwEK4OD9+VXBavUEMbw2v4IYPJa59J1JIIpwOEaeDQ/a20962TyAh3NUyCN5DHmK53pOf4On1dqlxdcYPkcEZUWzy2AJrrBeWOFoe29T+KXnetjhs0+epMnb6tsZI65f6pQgpHmPgt9GBa+daNlCv/TtQ21/cgkbSGolwcnoFobk2/vDGpICaSaaM9RdlqSenVzrWUzfWns6nQHVl/dNWykX9PA+vS+pMOrQ5+ajUCUUcFNldNlpcqQ9BVZ6ssp+ywexZmV0S8MIdJ+/6i1VJwVNWfYudEipeULI/rGxezV5f9rahT0hBYyFAhJYESbXmWtNOaOG2ouxinzRjSho9zeVBhkliOgnXtIcKREWppuJcvjOo0DOkMandNXnU0qrpIXk+wXm+RYBw1k4NLvIFuEDVLJocBD1Jz50995CEGbjlmnoqqQYdKhRw20WGbdzZtS0HXp6PQGpYfyMqBBDxAJu7f/+LPdy0+8zGi/sSI0J5eNAfuzU6omf1psv7LrbHdmLME00CUzhOKABABGNmFz3+hjuIh8FwRjI1/2kZWzbjcR4SjoHB4AfJy8oKHuOtncyOZ7iczFCnRxDaA4dhx/AvppXPClnB1cwilYk0SaLA378CG3cKOeWbQfYSTULpShL+9gz8nZSkgcuKPKe9HSkBosT3Mm6qDe9dIMwPx1NJSb+9XJnePKEGXI9yWOXxNG3byaNRnUimUo6EyRpt+N4yeCqxhvp/6rG/oB59gQsdLJ/cWEC3qxdfYPpMM0oe1oVvaW+B/0dXcuKSmgSySHmWiybKm6sVAqXoLGfYzUIWfg18+YolCr5ClA1JC0wr+vYFl+FhAlcl45LWZGdxkFbnInAVvBBEAy5somAu4kJLMOOE6XuLW1raJ8tV9G9cPYfpo5D7lLn/aGvLq+X7FvYWhuTXH3eFPvlFwYW+urj0IgldbKAnGSW3jDydTJOYbpG7jZlg+gWbLvdHoBnB4o/G2ufANAjpIDOQo9WFBM75gMmNVlA3rHgqQgdeK1JcUCbvt2M7c+ZgLyA1od0S2eIGa5zHMrFcp40ErY2EYbaiuGBWMwvSONM/WmhaWuooWhse04zYzBRPU+CHJ5+7d9tz3Tr2iKaPTWX2XRzZgrV17D4NalmmtuaStkgU4Psp0tVKLW5vi6IMUub4WKlF7e0CBA0eCndxcXZ5OarOSKnRNbZHIx0qIKGObb0x6dGKlvSr/mGc+nrO5vmcqV5U6JUZNQUZMfGnHNswHAzSBIMB3rxxGGHkzHKoc0Z0XH5buH2suocQ8BCYvOxHDrH2rrGTNBjpmtrCC7uBRRqP7EWhUrzIx3zs1Yw4wLROgjzSeAM0UlmVuTAovyio0AwIZ21QvrkQKO+gKUYhpgr0XgJncUFNTb9rxHlnzS2AbrYc7Nlz4c+JOHY8e7bL8dA+m84x9lPqEY7y6EizeazvoNbxcOdYtEYz9ZuJ8ifR9jkd3KvtC8wJygmC2cb64T02TodOjOQtH50BnmG9dYhSXoNIk7A1chXShLStW4bs40eagCizv61kJ9LDSiPfUdcuTssrKY4LcOo1LFfN+XAsILPkU/LioqbpDxKKZlzR/K2t+T7Wi/zVHLEuwWycm0Rp9BSKZIdF2U4Np9PPtE/l5NWkZSRzjyzn9zpMY2fujgaX0ln6sUe1SpfysSmRsEBtPDcpU8a+L4K7i14P0LuTt9Sm8fZSr8ve2DrYRvruCMwdrD6pbO+Afer1NOlmOyZvE7DdnI1csxvtY+uwu23oKYwOa6VpM9r0R88A7XEzipLhMSFoHDid7OAx6/SOsD2G3yKV9bbJIPUc/0I6fR172GaYDWjc5PybVQp2w72Md8U0p+zp5sPd/Hx+34loGSdbnIQpmGWV1Z1Ctkg95kYMZQkFMw2TSQ+lODOJkq3b0FipVAvZQrVJjbIjILHQ8Dst/F1MnAiHbrPwO/lsyV6xvJPfu3xFDUH5NfM7lz8LbPtOmyDoZtoIbdDtCYJe/mTQJFqBTeZqa3VMwjYGVoA13LgJamuaWfvS2maeuq7bwPPQa5Y6aWa55vHP4dOFo3Ivs61oozxk0AQ0w47M4ztepu0Kc0fNJFes0uxCEdKPhbpXSm9GaLAKqUJGVqi39myfnyZ8qG9zXtvoGDdHEZjtfprdtlDMSQ7bvbB+r5+kRhGQ7eGX7aWYw/FYNSZvq79mo50gVeRmXwUPOPuccz2F+ssWPV8BwjpBEdCVSJjhuBnPaCmRmnzZ4OTIDnRwkmlrwJGtpV2dl/dwqE6Guk07OFExFcscGdFoVzJXxHgTXNfpy2+fjUuzAsdkV9CJoKCWJWOaiYvXijhb2xIcoUUvc0YeLz6qf1jLNabSJiYra60yZ6CfS9DYnAyDaApkKEK2FR8AKwSvUrX/30xZziPXyM2WK7bzO9mRR+hiPTQcSCnyjdCzUb5Tr5vqw6lZ20mmhtXB2rHrK39yF+DG7SlGldvBIt73wbePgNs6nRRU8iX3Hl83nr02na/tMd0+9VhquHlNgdEdYzYjNrPJyQ9jOStIqivp0072L54/LdVTyrHfx2xGbWaTkt9hq7dJKYAX9lA1u2LtmHp2ZZWh0qpmxyjGap2aQ565Yj/cl9VHWOZEk4gPazUYNEylLVMTranLmW0dfCQLQP2UbB9n5xpnL3VwjW14hc8gwb5yolzd0vylNysD0oYHQqngPkFKPfSa3cqkMu+lJKRjBMIIBrlyKZPGHFp+IzROgMzAFy/GkppF1qSVeajn/uyZ7+Fh55GDd5Nn6zukbKdgt2e3Hq1x1wldUg5N0kSuo2K3x670rJfLofsnr6NgD8ZVmYHN5rncedt5LtU+74kwDiQOxNAbgN8J4J0auu3xbfB2sAzgOetPSn7f4/8wTEArUpA/yJtI3OB/C8kJWhMNGQp9wuRDn0KeIGbvlZMBuREw2S40Qg1wIT9b7E3ZS19ccFSu/39kX8q+M/lugf4RnYn/Hqs9HibORxpo+kyyUvV1NE8rI6tdBOsrz/7dCkTM7vIMIxinYPoS+H5+ajssU/hhXGdTHlsSyBZ+FiLPGxo/4Z1d08mj6DkeUaco3SK1SJeOTdz6TPkfOsE9be8QE+Di9Krn5jd3UjvJvYg9hk7xVmKBYc/+M5NpNaZzigx2dD4rN1KcpTgFw85cfeqksE10+qRIyVakG7wxgd4NwAqMI3T045QJyv+EY5wmYvAnWcT/EZUOAB0vOS8HlAu2lSScXC70uKpnxcm8a+AsSSU6O2CpmnZtrUFiUZjX+ZRL/IvOFrZ9LwO/17b/saSEMrnMBRN6cTdc15aC7URaPGsSdnrrneyQG7UxaL0xfU2CaPWd49cgk9zZpkCPRyaS4ZP1o86GxKKEeyx4Vdz5tSjMJtWIdK5rVqHLJSuynAhBp0bZKODOt7cj1QirhEqRnWXbotJq6KeI7SRbUgOxyvPZpSClirQ3ms+GqqMr6SdJKoDJVIp2iMAZ5BuPWSdYj3GEubH1bwB6+RPV/9HqWv2/bU7681RuF8OwC3VKlBuhkhhLVBJ8ibZSM099Qh1B789GrjHSoBGN6b736zPwHTGuSNdg8wy19Lm/4maqAhUcOlla+WT1wC5+INqIwrVWeQ7oEAZlTYwrwvUpGkdIzhmfLxTpKOydU1GwTTkhlySYEYlFWMAViN1nJVN9l5WH1V0creO1ddZbqXLSRxi619KGy1WbVVtznbUKvrPLeBbdjIXhOBMcX1/FUqvUrP1zpdxzqv+VTFUYN4GIa1YwAy6N8OxqYWmYRak9/X5xW2G8fybEVQXWsORtxjalROvDoFHLlq2trUFjvQbhSdxi0AV56xbICdJ4C1tbAW0u+xytTszOj7+oYpT4cSJrayM3EE4BTohvifrStOiKYVQBQOIxOsYBGB4GK0eq0/guCTrvaFMMTfJBocJTMMaZbyuhUPVCi5dsnVbMX5/luQoCyNtOOr8wJlNA6TCJfWF+TGbHJrRrSVWCrVg51sVpWqLEVmfyshVeIkd+godQP5Gknxv04OuFVxRvRa35e7cnBkS+5CH9DiRduDzvOH/u/LyTVjsP/BN/KOS7AZFsluriLUmnM6j/oJ4N2YxxbLIeXX2x9N0xX592JKxHbEOJDucg7AA4YPgGZPpw2WnTGO3onBc+3lE9rItyaU+nMPhQzcU/BNgNE3ruPEyEiD+Zdsj2CU6da7vnYn1AIM780x1zI4H4psgqkcw3e79Ul4jdzopl4rP2VnJV/9ri9ikbDRsGS0h8f/oddSJFS7F8repbZ38gX2904kthPbeHzKPe0BY1JHQu7YbH/uG0LKw9pnbeRlafoPMt2f8Oovt2syWLibxgmVOLscd+/ZRVf9DmaY9pf/RDSTd3mmsLzkMDUS7OUXZ5sfqLWP+96Pd+Ut7tItFZAaDv+SZ1XIbLHhaM1QyHpevBQR97+3Xs7DdrPqsFu8+kc+w+dDPax45+n/m+yUcD7T6i6UNrwgiQ2bC7fg+skOXAbcqRKcDIbGamU+YNe4T9ZmtxlACziZ27h8falUn8yOur64d3Jc8+nkWIVrHCCOSGI9E20ShLRYiS35lkSF4qo0teuo9NiqcEwEh8/1y9ZFwakUMk8XHxTqzzz4IBDk5TpH6IkIxIECfxzuzoRdxoLqCVP5th16KVsFXZdmKuJb99Ekk+qpvYVRcEa+8yTd7avuOiX31FHhc2eMExu1lwd7T5Nu6CKTEhdE8IWFqviwz122F9eyjsaczLgEF3c97k9Oy/U8sJ70hhpPzDGzfNPRpPsinC8QdYlJqfajF29Rp9Meiq8O3G1LhCgQwWN4ZaRhJtzfE0H1rRbJEhQqAizae/qyV24HLlSdaMgbZsvlal7T8DFgsXedNH2KdZ6nPpCxveMxkRrqPT0PqWtRyQz8tkGzw6Xmpani4OaTymC/MUb7qiMyzXQtzI/lEIGcHj7SE6L5bnuyY13iLZbrZsP8hoDGNZXkWoKLGC3+bi8dNqxd/APBhVt3JRG1fZVFOpD9OfdVL2dS8jKvu3V3jONgP4wNyyLXnuIptoWSsdal7PXWwnqtDFNjOsYUkzJq9gm6WfX2TDe5PAY3RN3b+xh+VrF5ufudQlijA45/G1xzeqL2SY2ABAgAHP85+vqHikfZSWduZ0Vn6Tm2XnMsCD1iPEQTtngMxOjjkU8egV39rsL2sin0f8i2rKCp6wg9maFPDE81q+WX9ZyHPqtO87yAqFH2oXMC4bde5Soxj0sCzEN1iDGnXCSAy6WvgALBZ9N/mMpuQPGqWGaPzezfwk6fSh8InfKfDMaiGPkA1QAf1guhxQ9BWAzBDorWLpGJ4Rgw5YY8D5QhQGUjp/b4QBZARDywE8wGDSkQ9AlADh3uWK8p3l9qZm23imnkpe36Ls8718AUbCQBGwyCVtE6GHT4Tt2P5eh8X72XUNPxqpTbe3Y35Wk+i0zp3+sGR9KDM5rdaqRqLFUBId0tVMVbomeh9Oi9Sle6edB0dP93CRh1Hgs5dbVL9H/pf+4Jt3PYr98qIXuKa302qLVvTItsoPZleRZf3Y/fqD9qXTWhhNrqlGn1RQ5L2PIV6c7o0sV5iXVL4g0HFE+MhMYhSBNBYHRT6fMj5cf5vGqUct9c+gp238LphLADQ79FD4oZ9Ee3Xhj8nXKZgYAi1F/FYsQMUSUIE1paE3MPOCgvOZ/4X8c8FFZqB8DcnQQ/tYHUoV6/B+lkoVU/ex1Mp24Bi2d/ahXYQM2Mtyc7U6tU5bOCVv69QG+9WjU7oDozqVbhyYcYtRAKvgbQzbeGZVKJG4gTzNSrBabk3cCB7MwPqpsa4wUOZZ55Scj79DBviDT51yDwXkMvmy8M+TOuMKFdKWKoUSvHWhMWiCKEEM1Ve5K6ou7w9tRMPgZs1lldQm4DewSit8t4ENHXun1Ek18Sy3iRWl6hf5Lrdfyt8FkFr/SJxhqS67+ELR4lLwtOAzLT2vyEmQHfV9h2Q261UAaE/G6sWkm+JZ8ZTQit/9WXtYOF7vLbWp6ir1MXscIo6ql3iZWzXGWBiES0zWsdcycP9NJFQ5HXdPCZBdB9DNNp9SFYLK24jWTzAfsN+vn3o+5CPd06v4/5cxhIfluEOAL21Vo5GSjgLbDUOYi0tWnAsOYNGqK7P0odWNhuTmVauMaojA0pUVtPVZN6zw6nTW+7a2hUZGS7J9ollVtWiUNjs0NZou4mYHv6uT96tlRwvw2ewTuSDSa/MCutTuvucocY01IW3JuSEyvQQSRhDXWAH/stj4LUYelgb77g+lKG1T/lbeHMFy0NUI/Sz+3W9DIVPA3a68sKYVZaxQh2X42P6If2z+OVHOMauPdhlwMAgF23f9FnD0TsprwetJNF7LrV+D4ka2Od8UFSYG5YcEy2NF+vde09jbrP07RWTm3oQ+jQZ9Q9LIOn+vqPV9gFrqF0w9+GIWODtQvfgJXlRJ0G8Em/PkW7wcYJ5qucbeQa4OZjn0MPtk+7DIMxC4MjCALi1My6EHtHvQVY0P1397bA0XdNXVGwIA6Xxy+KHwc+cDyFOIQG6IPnJ/moPAOOp4YJE/tmkhofSGTSQCxtYwKmWGFEwLaSKcLrN0McBoRNuFAnfQtAXknRka9VP0p1S/lH/gzrwhEj2v2M4D37kvRAcsL6d1lSVRr4CRrcuwCeH7iwwKKAnazpxlq6MT9JjtWActSqOAeVUEQ4UAXTnphUUaMSO3FSMCsjaK1MMVdgCXRAs3sQw28Qoud8AUbmBH23DlSVQ2uSo4ocSQJbDqHl8C5lz1K+rmVhsr6xZWo2CoWWn1we2VxtWHWiusJ+b/SX0da21eoEmw4VnkWZswBXSIWSH5kwpZS/1/W+ljWlOoNU+TZle4Yu4g1ofuYnup5O758KK8IxhRZSNNt4t2+93YmlNA3+QHQOj5v/icCR/sFVwT7n1geXFbf04Jrwn2voYMzbg8dFnaAIOteObchUReYvCG1cHViVVVwT4MW4kkxNLyWjBuXRMOr/fggxu2WVoGp0gGO73BL18NujKCq6oHr1wIwdU7thUxr/m989WfIZ2dX9yGP7ABj13XBObH93eaLVdXaDunf2SzHdZa4zUzn/7Yf18qvhwDvBSgP03+yNQMnu1Et/Pp5i16D8JTzyi90rY2q4XP4q+8XAN8bx7jiUyAu6dJzLqBQJyp3/SLuhr4ne3LzCSSPclEzwCCQg9dzIWyqtKaQc5A7aHB28+PnF8/wO12m9tRQS/nlGVXSJ3U/c19V4mKnFKTitm0zR2c7vWHLuTf+IXaAUI35cFsQwW3NCcP4/y8jLPB/jKchoVOWdWJbTffEhy1twuaVqWopr3t3I7qzL0st/eqoGfK3JuZmO3e2+N7VcM37dxxCtHcjnpwYpwLg+8HWs+yi2NVWTp2M4BuDvmQMP/TEvn+g/D2TFoftoWJZTowWMzTNAaUEppEeHEmi3NmH4hDd9L1Nzve2ZzQEokXlyx1dkXaHNeeLrktnFyj7OB8Bu00YfcTmpsAJsXc/ZS2eb09JVJBuuQnEhLYf9soEq8QCzdbGtusy7q0d1xJ+rhSQrUP1XLVH+7ypY1CpXAFxsu30DNcsfwdO+89rCR9WplCs2fquBrwLczKYTHhkLFs71ga25w4d+jy4tFUbjKgzL5dSva1cymwNXRPZT2o6rAYRVSet08VGE+J/pV6FLEcS8UR6ujwSF9nJ2lhx9aB48MxAeZMPxuaP0vNCXZYegGyl4ItjhTLUxudOLbhv1lbmh+2bhI6LdVFmr0iUoLZ3s4yZ2yLR70H+BqtPbGSK321Zo2WitRerDpbsmS5jhqt/yTA2dQojUrgevzgE/rW9U4AczWIoJxC+tUP8AaLkRRQ4QZGrNtI/3IqQPsQALRUtQOClqgf9BGawRQaeIiCUdj8zMXKAOFhDcRnmpQiG8I8jKFcbrYJ0GGOVWdLiMvPm5CWc8CwgDyjtKy+Sm3hvaWsrL6aVuS3QK2NGvn/+YBn3skz6xyzTr7CujOImXWmV4FAat0ctZmC7d/hyVqiVncOizDvqp/FgIVz/xD4WjJxuRxx6TzT3nGLfDmZ/EGuWyUX2bFcOgNptIcuwZlPIFwl8hFRsracWexlwvIMMVQIeqddUJk9xJhFuWan483+CHyb5Vt5vRjaPwT+0LyAN+b8K6jMQzA/CGa/P5T+qIij5w2HGALrshGdicbDqwtd0VsEdImMtTZazhVG4QX+pWJG9uWAuVRphldtoMzwUjqTMILKzDeeQacSwMFm1b6YX3iBIQvwqs2U1lIB4Xzg5YkGQafR1KyLb9oD5l1VOz8qIdCKETCAyOMBL/JxyuH13QiUprdd/Y1S+X5lcxvqx5Qc3+fMiPdINUp2c5EY/Y8wfdMQArtcTbUVziqtdDOOXFUKAjautVPUb9odd5Rw4FmntNQ1p36jKGwEoWSMGlFjLlba8QI2vMeteUiEjzoddkEVs91POzJeBj1QKkP0HxsQuCnnGqv/gVkvSOtXOB58NOXkseyjWK4tsQ/fTCY4bz76Ur85a/LN9QS75ghcmCqjoHOiF9cv64tPevjXQZuq993RqTcnz66eKoxI7/sAAsnNBwdf/Dt0fn03t3sd5DTgu4fvqkeaj+sXQLOrkh61IWxrpTf8E/EAtS32heUO1Mymr+BkxjZnOnUC1/OBh42M5Omk4TTnuMKNBHDcR0CPGSAHYFlFuAesAyVTBaDng34myg95e+OtAA/PX2v1KbmOXLG3DkfZe/eXErvuoDO9C/s0bP0XZ7Wz6B3OBHkWNKaQ+bTycFIG/JQLZ3dLN0xM/lHfCvtN0ar6JbHF+KK6dPqO0+vXG0u1eP1RUdzmFUvge6sIfqrM/ivtpnIF/BoRCe5No2MSLjP6y4P50hUmc6KWNn9y5ChXU5b95tFr/0n4d4XyXcOIhQt5FeL/rsTcyKXU3OUtPRBotu/AXS3lK37S0fDsL3JNCqmFExd6QaP4WZX05HfdPRrSHTm1m17q8lI0jt49IvprFgmGvfJAS3GZUNrbeHlLrEOjvnH5z5Pf8RJyNBqkCumnupG7/wVmi2+MOn1BPvnKwzV2At7Im/yj4Z+f8YU32fUglnsbQ6WbNycCYvPkV0rqzcEiWm+pkREPwLCjkWHIbG2mKCkndhSLsqbfpXq9CzdKW1HeWGzpilsYhSbEcUb9XiisY3dGBNIJLyDVZi+0Tr6S10l5KR37U9xJTTuyvY44Q4ZT3OEKFYOcbj4jSQ2htPojbSKxCTHke3EGbNq4ZQyCXzERqXkv3xLf1UWaPQV+R6x/0PugdYhwJOaLtki4I3EDBr/iEpq0bjTuClm05yyttwqOzBA4Zd8r5AjhkkWt5/gPlmMWolMBd6myboJTjTvp9TVaPDLjaKRJNw4fTq8jXlXw2yNGb4xGv0xb6nVr3STnHHMuYsr1rYxZt2W1ZsPVCLPpmnSGxkdxUkK2ilnxypYgokVBJsVTs6/2HSKuHdfiT3DA5YhlSJv4CpQlz07y08y6obTYnL0eZfMeIJ6yiZZpC4ZSKfknwmf41ergkosGwsuj/Em36henkLcm4UdqcQixCVwvuGT5nskOV7ZaXvBIcvyfZ77vW+kmzytLZrlL4bp1RG6gjBmNIACvOUOEEka7I7+kZ1ddW+DHLUarRZeeXdprzpdemwTuSiIls8QQ91FnEQ/UqxbeOPIMopZbyvZ6upe9t62BypKyTct+T8SEZ25FZnweWm6haIY1ensot3nUkTxsaa0cG5dUbunWF0Jv1fN0ZMYHP3M0ohfPuItOpuvFtPQagDzvJ3PL8W80ZauBHzVcj3rGJiLe6F+ePw+DiAaxK9FiwzUrYj88iy+3zfLX9UQq6VAbVQUtR3oGbnuBo+l1U+5ikH/xPTKvOLY1rMgtAQdNuBuV10nuSCY/4/FWeQ5Y6+nhTJnbkzno0d5C4F8q5goEVuDe0UWgtofIXc0EJmuNCAtuW6zpnhbmPRhFxsWj74aWn5gueSrW3KJ3/IrdGt3Tq/E04t0GW98/S0LOu88N4s0eT/7Hia33/PvRIt87kd0iPCNXYZC1dqY8svDosDMRIOWf4V5UNsf7QzU/C3FmLYI4plpx7bTltUStFSetx/2jjMAR6aNZd/B6HyweGSvFBFvSVnmEDC9wM0LscGvPiUAK4qOWd4+9h2Bkixy9cJVZdEGPwOsgsZJcdizc095b6sNZtnOcyd/F1OjOsMEI5ns3EJXxY1ayZzTePyP7PSLibG19C+d6WVbrSSduQyTz2XbBblnr+2JX8pEhuhw1ulerBQ6/PJ7sszVY3DRqqQlnwX+w7Z76gaOzXqJrtfV7Q+8Xj/1W9jAZmSSvFp5MyxFPxdq5o4lf3mMr/d3c4YFWxyTm0RQUTvmLqUk3CvyNrN+AL9wufSqbzH/zxEfESeiowub/5zfqbg2kAf45uvv/BJSzGsDLv0/+j/KVV13+/lMotv0VAbhSKGdVM4tAReflNPwXh1b29ukxEu7D5t9wx6rlorHqYEhj6Gg008yb3NjSxezGto6WNXY2xbrNd9HHUUJpOmG8M84ai55uaKy6e6Ax9PQc08x7r7Glv+8a23r6r7GzXcXQWRfjy6VR3w0tUAOTi3lVi2E7ljv6re2WxPhe+p8e02M1u19u36791EWPH2Ezd/tANMyMmtnH+X3TKVXWRg1a4cUhtufr1VCuL6rmp9ehBWpgcr0t7VUtZmKsv/y+td2SGEzm3+CYHnec3S83BvMpFdbRKjHP3T4wZQwzF+vXzD76VJ2WwcoaXSxohRfX0d2en0RbTGSm0mU/kh+MdLtj6q4dSqiM1oSiCo3OOy2tEc826kei/EbX5fAEzxHHOlqGO5Ic5NFd9wVCkdh9VE6j1ekNRpPZsrKQJtrTkk75Q06w8owgKZphOV4QHU6X2+P1+QPB3yjqf41INBZPJFPpTDaXLwCpWCpXqrV6owkRbu/o7Oru6e3rH/jtIBhBMZwgKZphOV4QJVlRNd0wLdtxPT8IozhJs7woq7ppu34Yp3lZt/04r/t5P9/f37NM8v5fLKSiarphWrbjej6K4QRJ0QzL8YIoyYqq6YZp2Y7r+UEYxUma5UVZ1U3b9cM4zUtoGIsdHhHJiYqOiY2LT/gfAedmIl8gFImTklMkqWnS9IzMrGyZXJGTm5dfUFhUXFJaVl5RWVWtrKmtW/q/fM36ssamLFmzZY+InAXlApQrOC4pPBLc4RkkUYnPOC7VSZPKTZeEnuAIAiDTB2AGGwDmhrt1Qw+SYxzHR1LiiKPPFehZEIDnkeLl/bOrtAu+gn3doPVnwEzcEzsV7u8k14BHQvHz/iekdcE9EUdsSR/42MsQOCYoaL58JOaJTUhUMbRp04wgfJ07WQVg5m0aqmLRnoT7lHf4lbxQG1AcvoHYr1Al7o2GJL8SPgM3dlMYOYtKJyl/XJ9Rr0liaBUnId6VJ4QUKnptGlzCu6PCrpaTqW1iA/FctlsJxvhI6PKS0iXB1w0BHLhBI6GQllLXQXYWTeLxahkZpDskPfUEPKSTUs6uQd4C5SlivCcZr6QG+nLiaAO8S2Qv8s7bRc5g9hK9jrfDLtqc/yT6KQCU7X5EyV04Nk+OyvEWt+Hi28vKnGKRbXElLgI86npib+yLRpKbjvE3xY4hcKwreKWTRI68TvMTiOfexiG8KQDEYuNTvplVyNE3EEZipTJtTPZ7uBM6U5Op5XADcbnxZsrKvKNarc6wiSVh1vKGcDjdu1nimGHV3LVOuoE35E7i/UM8K6psIJ5JTqE664g7TKf7xtqYxHMFzFk2KY3iJLVh5z2SliSlI9101ydxg6H0AFWgl/TT0JGX6UknhBFdZ/54u7PHxwPmu6jX7HuSMkFrHSb+YFTJ3T30XUnOQnzc7X6//3emlZJ/4rcb9HrEfE5MIHY4LDQ1gzHhJ9LSOVhF61xCFGdUYEA5nWef5vY4jipdjpa2rkGWhM7KyKDsK4l27Xr2H0x6bfoj3V7oiEwnrR34QJIzLSmwlbewjIbKU8s8lc+pxDPB21g0jwqZ8TFP2m5Jiq88p50VvcEbahgRskFwo3tpb9oeeirIklCQ4Xs1Kc8DxKuoP2CGef9yrp7LRkIMS0L2yqggVuzES2gQ4iEJxxuvQIX3DHzrvsRfSVjhSMmgzwCoIVlUHffHaY5gCHdYgXGgmSkaBUedMlW6a+uux5It76kYjhW7cQpcKBQSYgaa8WRa9U23Dzvmki95JLiYtaiImKH13egoHHPhLdBk8dR9Sd+qGCJ+yvVvWLc0N9DznAKfAwxE7trVUiUlVc4exw0cFrXS905MOKtVBnelkEnvxCIf6kk8Oi/GDZSRQ8og35Y0rPHqigmur2aah3TWrCaO/1itu6wF513xTYAOeXswxK7CRTnMacLn1OnOQ/PpZnaRPiARNiW2gSeR9zXB8vW91QMevRK7CM/wruqUS9czc7qoGCvxBFujiQ+roJmkB14qHy85pp1fD97ANdmUdsFxD8FQgRrhXpCYTdY3myT8VNedkJT4IcqUW96pjqOMUW2U9DbMZXNQiMJVOLPz5dZ34eiCoagyIGTD3Rf1CDZImPTFceih9a11DjgcgL0VJGWZQVmTEt4MZ6LKuwc4nzvpUm0Ua0O4Okw3Ldi0G0nS15Tr3YXjDcY6gmMjr57aLEl0CD5bk2wxKd6jD16wXxzzkBMqhLC9aX2KP5DSpazb9RTQF7IlMU1p16IYkidh14lqx61Vfkkql7zmw6AibNSPghm6q1tbj0vM0DbkQiTeRlC8qGwgoRk9qX+tIKuUcs8LOwHGPEuMZpnEqjHK7BLvtioZp7oEgNT0JsPXvomHL/iCGkomtKLqFZSlppvSGFoQk4FZG8rsPLNZtmr5zI/4YDNeF+JUwmlTDw41ZAqrOuk/gNnrDlHRELByymYqZPhCd5wXidSE8EIDSti5E9an8MwcUlngJIpNSPYGg3P0b+LwsfvllT4/7dKDaYXwz6B4p0slPn/8xrANdB8FrawO9VSiVGzjHV/heVGRjcj2mRHzTAemHL52CdbbiC7q92/hUglz2DclOuMQHSo4jme947ElHSFZguNrbjtEMlr1cwJTTKnyZqV0v3rJiTgWtcqWpi06EI4bnrixNWu1tpB1VvJEjB2KZ/pg5UeuOnAslfKpsGaMX+QjH/GZval6vOHQgp5bBs+WExJwSj4D20Xk1bO4A/TQRasXbV7+8GMqkkwCL+3WSB2Iekc401yO96IL6H7xKfBDMyhpcMuLUWCFVRm+Gs5syjNoN8BQUPAbr8ANq3LSOz0ipWpAGNG7Ghkpq4T620JrFmDVwn0lRBLRYG+OO9CMAg+0JpwU/ln+watC1yzGs96qKLeojMgr2o63TyPhBhvWmvhFTu+u3pp52Sa7otT+1vMxGs/0sn23J5XOlFFxQzuf2SgcZS4sY2pz4xtIDO5Ly0gZQmvCvNL3qd23411340CoCQ7+wvZTamKwqFiydGN2BkHStXaXtgAnOGQ+Bz0MwLHXxt2g9WxSOEtTDD5UKo0VNTCDtLX7DbMzOwKwvDfACsuC5i8oOpBjFqBBzQ9TZTxKf4ls/qYjsySsPIxiK1uaOXHS7JcArDOpIXzzpRn5NDuKyPP2JMqzpYKFsFuKwjekZJstLXdwRnYSNC3bFgaJYILsMzgAvX5zQuUvY9+BTKEEePMwTJz/ZBN2fnTLxlvwMGbMgbCGwe3ozF4rUFSRnYQVXwAAAAA=') format('woff2'), |
| | | url('iconfont.woff?t=1695029366009') format('woff'), |
| | | url('iconfont.ttf?t=1695029366009') format('truetype'), |
| | | url('iconfont.svg?t=1695029366009#iconfont') format('svg'); |
| | | } |
| | | |
| | | .iconfont { |
| | | font-family: "iconfont" !important; |
| | | font-size: 16px; |
| | | font-style: normal; |
| | | -webkit-font-smoothing: antialiased; |
| | | -moz-osx-font-smoothing: grayscale; |
| | | } |
| | | |
| | | .icon-duopingshezhi:before { |
| | | content: "\e7f0"; |
| | | } |
| | | |
| | | .icon-wuliaoguanli:before { |
| | | content: "\e7ef"; |
| | | } |
| | | |
| | | .icon-shujuhuoqushibai:before { |
| | | content: "\e7ee"; |
| | | } |
| | | |
| | | .icon-shebeiguanli:before { |
| | | content: "\e7ed"; |
| | | } |
| | | |
| | | .icon-dianxinliebiao:before { |
| | | content: "\e7eb"; |
| | | } |
| | | |
| | | .icon-gongzhuangguanli:before { |
| | | content: "\e7ec"; |
| | | } |
| | | |
| | | .icon-bianliangzhuanhuan:before { |
| | | content: "\e7ea"; |
| | | } |
| | | |
| | | .icon-BOMguanli:before { |
| | | content: "\e7e9"; |
| | | } |
| | | |
| | | .icon-yinpin1:before { |
| | | content: "\e7e8"; |
| | | } |
| | | |
| | | .icon-gongweikanban:before { |
| | | content: "\e7e7"; |
| | | } |
| | | |
| | | .icon-yinpin:before { |
| | | content: "\e7e6"; |
| | | } |
| | | |
| | | .icon-canshupeizhi:before { |
| | | content: "\e7e5"; |
| | | } |
| | | |
| | | .icon-SOPguanli:before { |
| | | content: "\e7e3"; |
| | | } |
| | | |
| | | .icon-peifangbanben:before { |
| | | content: "\e7e4"; |
| | | } |
| | | |
| | | .icon-buliangpinguanli:before { |
| | | content: "\e7e1"; |
| | | } |
| | | |
| | | .icon-gongdanguanli:before { |
| | | content: "\e7e2"; |
| | | } |
| | | |
| | | .icon-dianjiangongxu:before { |
| | | content: "\e7e0"; |
| | | } |
| | | |
| | | .icon-peifangguanli2:before { |
| | | content: "\e7da"; |
| | | } |
| | | |
| | | .icon-xitongpeizhi:before { |
| | | content: "\e7db"; |
| | | } |
| | | |
| | | .icon-zhuisubaobiao1:before { |
| | | content: "\e7dc"; |
| | | } |
| | | |
| | | .icon-tiaomaguanli:before { |
| | | content: "\e7dd"; |
| | | } |
| | | |
| | | .icon-biaoqianguanli:before { |
| | | content: "\e7de"; |
| | | } |
| | | |
| | | .icon-chanpinguanli:before { |
| | | content: "\e7df"; |
| | | } |
| | | |
| | | .icon-jingtaiwenben:before { |
| | | content: "\e7d9"; |
| | | } |
| | | |
| | | .icon-neizhisuofang1:before { |
| | | content: "\e7d8"; |
| | | } |
| | | |
| | | .icon-kuangxuansuofang:before { |
| | | content: "\e7d7"; |
| | | } |
| | | |
| | | .icon-bianyunjiehe:before { |
| | | content: "\e7d6"; |
| | | } |
| | | |
| | | .icon-wenjianjia1:before { |
| | | content: "\e74b"; |
| | | } |
| | | |
| | | .icon-gongxuguanli:before { |
| | | content: "\e7d5"; |
| | | } |
| | | |
| | | .icon-zhuisubaobiao:before { |
| | | content: "\e7d4"; |
| | | } |
| | | |
| | | .icon-lixianzhuangtai:before { |
| | | content: "\e7d3"; |
| | | } |
| | | |
| | | .icon-fuzhi2:before { |
| | | content: "\e7ce"; |
| | | } |
| | | |
| | | .icon-xianshi1:before { |
| | | content: "\e7cf"; |
| | | } |
| | | |
| | | .icon-piliangxiugai:before { |
| | | content: "\e7d0"; |
| | | } |
| | | |
| | | .icon-buxianshi:before { |
| | | content: "\e7d1"; |
| | | } |
| | | |
| | | .icon-jiekouhulian:before { |
| | | content: "\e7d2"; |
| | | } |
| | | |
| | | .icon-baojingchufa1:before { |
| | | content: "\e7ca"; |
| | | } |
| | | |
| | | .icon-bianhuachufa:before { |
| | | content: "\e7cb"; |
| | | } |
| | | |
| | | .icon-dingshichufa1:before { |
| | | content: "\e7cc"; |
| | | } |
| | | |
| | | .icon-ziduanchufa1:before { |
| | | content: "\e7cd"; |
| | | } |
| | | |
| | | .icon-zhengchang:before { |
| | | content: "\e7c8"; |
| | | } |
| | | |
| | | .icon-jinyong:before { |
| | | content: "\e76f"; |
| | | } |
| | | |
| | | .icon-yichang:before { |
| | | content: "\e76d"; |
| | | } |
| | | |
| | | .icon-mubiaotongbuzhisuoyou:before { |
| | | content: "\e7c9"; |
| | | } |
| | | |
| | | .icon-xzhouweizhiyou:before { |
| | | content: "\e7c5"; |
| | | } |
| | | |
| | | .icon-xzhouweizhizhong:before { |
| | | content: "\e7c6"; |
| | | } |
| | | |
| | | .icon-xzhouweizhizuo:before { |
| | | content: "\e7c7"; |
| | | } |
| | | |
| | | .icon-zhoubiaoti-mowei:before { |
| | | content: "\e79d"; |
| | | } |
| | | |
| | | .icon-yibiaopan:before { |
| | | content: "\e7c4"; |
| | | } |
| | | |
| | | .icon-jindutiao:before { |
| | | content: "\e7c3"; |
| | | } |
| | | |
| | | .icon-tongdaoqudongdiyiceng:before { |
| | | content: "\e7c1"; |
| | | } |
| | | |
| | | .icon-tongdaoqudong:before { |
| | | content: "\e7c2"; |
| | | } |
| | | |
| | | .icon-qushipeizhi:before { |
| | | content: "\e7bf"; |
| | | } |
| | | |
| | | .icon-qushijiankong:before { |
| | | content: "\e7c0"; |
| | | } |
| | | |
| | | .icon-danxuankongzhi:before { |
| | | content: "\e7b9"; |
| | | } |
| | | |
| | | .icon-fuxuankongzhi:before { |
| | | content: "\e7ba"; |
| | | } |
| | | |
| | | .icon-shuipingcaidan:before { |
| | | content: "\e7bb"; |
| | | } |
| | | |
| | | .icon-chuizhicaidan:before { |
| | | content: "\e7bc"; |
| | | } |
| | | |
| | | .icon-xialakongzhi:before { |
| | | content: "\e7bd"; |
| | | } |
| | | |
| | | .icon-neiqiancaidan:before { |
| | | content: "\e7be"; |
| | | } |
| | | |
| | | .icon-bianliangpiliangchuli:before { |
| | | content: "\e7b8"; |
| | | } |
| | | |
| | | .icon-lishiku:before { |
| | | content: "\e7b7"; |
| | | } |
| | | |
| | | .icon-xiayiceng1:before { |
| | | content: "\e7b5"; |
| | | } |
| | | |
| | | .icon-shangyiceng1:before { |
| | | content: "\e7b6"; |
| | | } |
| | | |
| | | .icon-yonghuxinxi:before { |
| | | content: "\e7b4"; |
| | | } |
| | | |
| | | .icon-huanyuan:before { |
| | | content: "\e7a5"; |
| | | } |
| | | |
| | | .icon-xianshicankaofenxi:before { |
| | | content: "\e7a9"; |
| | | } |
| | | |
| | | .icon-ziranshijian:before { |
| | | content: "\e7ab"; |
| | | } |
| | | |
| | | .icon-neizhisuofang:before { |
| | | content: "\e7af"; |
| | | } |
| | | |
| | | .icon-shijianzhouhuadong:before { |
| | | content: "\e7b0"; |
| | | } |
| | | |
| | | .icon-xianshibiaozhu:before { |
| | | content: "\e7b1"; |
| | | } |
| | | |
| | | .icon-fangdaquyu:before { |
| | | content: "\e7b2"; |
| | | } |
| | | |
| | | .icon-zhongfuzhoufanwei:before { |
| | | content: "\e7b3"; |
| | | } |
| | | |
| | | .icon-chuankoufujiedian:before { |
| | | content: "\e7a4"; |
| | | } |
| | | |
| | | .icon-IOyingshebianliang:before { |
| | | content: "\e7a7"; |
| | | } |
| | | |
| | | .icon-neibubianliang:before { |
| | | content: "\e7a8"; |
| | | } |
| | | |
| | | .icon-luojibianliang:before { |
| | | content: "\e7aa"; |
| | | } |
| | | |
| | | .icon-xitongbianliang:before { |
| | | content: "\e7ac"; |
| | | } |
| | | |
| | | .icon-zhandianzijiedian1:before { |
| | | content: "\e7ad"; |
| | | } |
| | | |
| | | .icon-bianliangzu:before { |
| | | content: "\e7ae"; |
| | | } |
| | | |
| | | .icon-tongdaoqudongdisanceng:before { |
| | | content: "\e7a6"; |
| | | } |
| | | |
| | | .icon-TCPfujiedian:before { |
| | | content: "\e7a2"; |
| | | } |
| | | |
| | | .icon-bianliangzuzijiedian:before { |
| | | content: "\e7a3"; |
| | | } |
| | | |
| | | .icon-weizhi-xia:before { |
| | | content: "\e799"; |
| | | } |
| | | |
| | | .icon-zhoubiaoti-zhongjian:before { |
| | | content: "\e79a"; |
| | | } |
| | | |
| | | .icon-weizhi-shang:before { |
| | | content: "\e79b"; |
| | | } |
| | | |
| | | .icon-weizhi-zhong:before { |
| | | content: "\e79c"; |
| | | } |
| | | |
| | | .icon-zhoubiaoti-kaitou:before { |
| | | content: "\e79e"; |
| | | } |
| | | |
| | | .icon-biaotou-zhong:before { |
| | | content: "\e79f"; |
| | | } |
| | | |
| | | .icon-biaotou-zuo:before { |
| | | content: "\e7a0"; |
| | | } |
| | | |
| | | .icon-biaotou-you:before { |
| | | content: "\e7a1"; |
| | | } |
| | | |
| | | .icon-gengduo2:before { |
| | | content: "\e797"; |
| | | } |
| | | |
| | | .icon-tianjia1:before { |
| | | content: "\e798"; |
| | | } |
| | | |
| | | .icon-tishi2:before { |
| | | content: "\e796"; |
| | | } |
| | | |
| | | .icon-baocun1:before { |
| | | content: "\e792"; |
| | | } |
| | | |
| | | .icon-caidanyulan:before { |
| | | content: "\e793"; |
| | | } |
| | | |
| | | .icon-fabu:before { |
| | | content: "\e794"; |
| | | } |
| | | |
| | | .icon-quanxiandaochu:before { |
| | | content: "\e795"; |
| | | } |
| | | |
| | | .icon-kuangaolashen:before { |
| | | content: "\e788"; |
| | | } |
| | | |
| | | .icon-piliang:before { |
| | | content: "\e789"; |
| | | } |
| | | |
| | | .icon-tianjia:before { |
| | | content: "\e78a"; |
| | | } |
| | | |
| | | .icon-xuanzhuan1:before { |
| | | content: "\e78b"; |
| | | } |
| | | |
| | | .icon-zhankai1:before { |
| | | content: "\e78c"; |
| | | } |
| | | |
| | | .icon-zhankai:before { |
| | | content: "\e78d"; |
| | | } |
| | | |
| | | .icon-piliangtianjia:before { |
| | | content: "\e78e"; |
| | | } |
| | | |
| | | .icon-bianliangyinyongliebiao:before { |
| | | content: "\e78f"; |
| | | } |
| | | |
| | | .icon-shouqi1:before { |
| | | content: "\e790"; |
| | | } |
| | | |
| | | .icon-zhedie:before { |
| | | content: "\e791"; |
| | | } |
| | | |
| | | .icon-yulan:before { |
| | | content: "\e787"; |
| | | } |
| | | |
| | | .icon-xiala1:before { |
| | | content: "\e786"; |
| | | } |
| | | |
| | | .icon-peizhi:before { |
| | | content: "\e784"; |
| | | } |
| | | |
| | | .icon-tiaoshi:before { |
| | | content: "\e785"; |
| | | } |
| | | |
| | | .icon-shouquan1:before { |
| | | content: "\e782"; |
| | | } |
| | | |
| | | .icon-shouquan:before { |
| | | content: "\e783"; |
| | | } |
| | | |
| | | .icon-jiantou1:before { |
| | | content: "\e780"; |
| | | } |
| | | |
| | | .icon-jinyong1:before { |
| | | content: "\e781"; |
| | | } |
| | | |
| | | .icon-shubiaodaigeshishua:before { |
| | | content: "\e77f"; |
| | | } |
| | | |
| | | .icon-zitiyanse:before { |
| | | content: "\e707"; |
| | | } |
| | | |
| | | .icon-tianchongyanse:before { |
| | | content: "\e770"; |
| | | } |
| | | |
| | | .icon-tuozhuai1:before { |
| | | content: "\e77e"; |
| | | } |
| | | |
| | | .icon-suoyoukuangxian:before { |
| | | content: "\e77d"; |
| | | } |
| | | |
| | | .icon-zuokuangxian:before { |
| | | content: "\e778"; |
| | | } |
| | | |
| | | .icon-xiakuangxian:before { |
| | | content: "\e779"; |
| | | } |
| | | |
| | | .icon-youkuangxian:before { |
| | | content: "\e77a"; |
| | | } |
| | | |
| | | .icon-wukuangxian:before { |
| | | content: "\e77b"; |
| | | } |
| | | |
| | | .icon-waicekuangxian:before { |
| | | content: "\e77c"; |
| | | } |
| | | |
| | | .icon-shangkuangxian:before { |
| | | content: "\e777"; |
| | | } |
| | | |
| | | .icon-shouqi:before { |
| | | content: "\e776"; |
| | | } |
| | | |
| | | .icon-geshishua:before { |
| | | content: "\e771"; |
| | | } |
| | | |
| | | .icon-charu:before { |
| | | content: "\e772"; |
| | | } |
| | | |
| | | .icon-hebingdanyuange:before { |
| | | content: "\e773"; |
| | | } |
| | | |
| | | .icon-chaifendanyuange:before { |
| | | content: "\e774"; |
| | | } |
| | | |
| | | .icon-biankuang:before { |
| | | content: "\e775"; |
| | | } |
| | | |
| | | .icon-hulian:before { |
| | | content: "\e76c"; |
| | | } |
| | | |
| | | .icon-hulianxiang:before { |
| | | content: "\e76e"; |
| | | } |
| | | |
| | | .icon-zhongzhi:before { |
| | | content: "\e76b"; |
| | | } |
| | | |
| | | .icon-kaiguananniu:before { |
| | | content: "\e769"; |
| | | } |
| | | |
| | | .icon-diandonganniu:before { |
| | | content: "\e76a"; |
| | | } |
| | | |
| | | .icon-dongtaiwenben:before { |
| | | content: "\e765"; |
| | | } |
| | | |
| | | .icon-fuzhi1:before { |
| | | content: "\e766"; |
| | | } |
| | | |
| | | .icon-dongtaitupian:before { |
| | | content: "\e767"; |
| | | } |
| | | |
| | | .icon-dongtaixingzhuang:before { |
| | | content: "\e768"; |
| | | } |
| | | |
| | | .icon-shouqifenlei:before { |
| | | content: "\e762"; |
| | | } |
| | | |
| | | .icon-daoru2:before { |
| | | content: "\e763"; |
| | | } |
| | | |
| | | .icon-zhankaifenlei:before { |
| | | content: "\e764"; |
| | | } |
| | | |
| | | .icon-gengxinshuju:before { |
| | | content: "\e751"; |
| | | } |
| | | |
| | | .icon-xiugaijilu:before { |
| | | content: "\e752"; |
| | | } |
| | | |
| | | .icon-jiantou:before { |
| | | content: "\e753"; |
| | | } |
| | | |
| | | .icon-shujujianyan:before { |
| | | content: "\e754"; |
| | | } |
| | | |
| | | .icon-tianbaobaobiao:before { |
| | | content: "\e755"; |
| | | } |
| | | |
| | | .icon-charujilu:before { |
| | | content: "\e756"; |
| | | } |
| | | |
| | | .icon-jian:before { |
| | | content: "\e757"; |
| | | } |
| | | |
| | | .icon-tijiao:before { |
| | | content: "\e758"; |
| | | } |
| | | |
| | | .icon-tuozhuai:before { |
| | | content: "\e759"; |
| | | } |
| | | |
| | | .icon-zhanshibaobiao:before { |
| | | content: "\e75a"; |
| | | } |
| | | |
| | | .icon-shanchujilu:before { |
| | | content: "\e75b"; |
| | | } |
| | | |
| | | .icon-daochu3:before { |
| | | content: "\e75c"; |
| | | } |
| | | |
| | | .icon-yemianzhuti:before { |
| | | content: "\e75d"; |
| | | } |
| | | |
| | | .icon-jia:before { |
| | | content: "\e75e"; |
| | | } |
| | | |
| | | .icon-moye:before { |
| | | content: "\e75f"; |
| | | } |
| | | |
| | | .icon-ziyuan:before { |
| | | content: "\e760"; |
| | | } |
| | | |
| | | .icon-shouye:before { |
| | | content: "\e761"; |
| | | } |
| | | |
| | | .icon-daoru1:before { |
| | | content: "\e74f"; |
| | | } |
| | | |
| | | .icon-daochu21:before { |
| | | content: "\e750"; |
| | | } |
| | | |
| | | .icon-daoru:before { |
| | | content: "\e74e"; |
| | | } |
| | | |
| | | .icon-shuzhishaixuan:before { |
| | | content: "\e74d"; |
| | | } |
| | | |
| | | .icon-wenjian:before { |
| | | content: "\e74c"; |
| | | } |
| | | |
| | | .icon-qingchu1:before { |
| | | content: "\e749"; |
| | | } |
| | | |
| | | .icon-guanbijianpan:before { |
| | | content: "\e74a"; |
| | | } |
| | | |
| | | .icon-jianpananxia:before { |
| | | content: "\e748"; |
| | | } |
| | | |
| | | .icon-xunijianpan:before { |
| | | content: "\e746"; |
| | | } |
| | | |
| | | .icon-sousuo:before { |
| | | content: "\e747"; |
| | | } |
| | | |
| | | .icon-guanji:before { |
| | | content: "\e745"; |
| | | } |
| | | |
| | | .icon-guanbi1:before { |
| | | content: "\e744"; |
| | | } |
| | | |
| | | .icon-peifangguanli1:before { |
| | | content: "\e743"; |
| | | } |
| | | |
| | | .icon-shaixuan:before { |
| | | content: "\e741"; |
| | | } |
| | | |
| | | .icon-shangchuan:before { |
| | | content: "\e742"; |
| | | } |
| | | |
| | | .icon-shuaxin:before { |
| | | content: "\e73e"; |
| | | } |
| | | |
| | | .icon-peifangguanli:before { |
| | | content: "\e73f"; |
| | | } |
| | | |
| | | .icon-yingyongpeifang:before { |
| | | content: "\e740"; |
| | | } |
| | | |
| | | .icon-shijian2:before { |
| | | content: "\e73d"; |
| | | } |
| | | |
| | | .icon-zititiaozheng:before { |
| | | content: "\e73b"; |
| | | } |
| | | |
| | | .icon-qiehuanzujian:before { |
| | | content: "\e73c"; |
| | | } |
| | | |
| | | .icon-yuyanliebiao:before { |
| | | content: "\e739"; |
| | | } |
| | | |
| | | .icon-daochu2:before { |
| | | content: "\e73a"; |
| | | } |
| | | |
| | | .icon-shijian1:before { |
| | | content: "\e736"; |
| | | } |
| | | |
| | | .icon-baojing:before { |
| | | content: "\e737"; |
| | | } |
| | | |
| | | .icon-duoyuyan:before { |
| | | content: "\e738"; |
| | | } |
| | | |
| | | .icon-ziduanchufa:before { |
| | | content: "\e735"; |
| | | } |
| | | |
| | | .icon-yuanxing:before { |
| | | content: "\e72d"; |
| | | } |
| | | |
| | | .icon-baojingchufa:before { |
| | | content: "\e72e"; |
| | | } |
| | | |
| | | .icon-baojingjilu:before { |
| | | content: "\e72f"; |
| | | } |
| | | |
| | | .icon-baojingjibie:before { |
| | | content: "\e730"; |
| | | } |
| | | |
| | | .icon-juxing1:before { |
| | | content: "\e731"; |
| | | } |
| | | |
| | | .icon-baojingzu:before { |
| | | content: "\e732"; |
| | | } |
| | | |
| | | .icon-baojingleibie:before { |
| | | content: "\e733"; |
| | | } |
| | | |
| | | .icon-xiantiao:before { |
| | | content: "\e734"; |
| | | } |
| | | |
| | | .icon-baocuntupian1:before { |
| | | content: "\e72c"; |
| | | } |
| | | |
| | | .icon-daochu:before { |
| | | content: "\e728"; |
| | | } |
| | | |
| | | .icon-morentupian:before { |
| | | content: "\e72b"; |
| | | } |
| | | |
| | | .icon-huamian1:before { |
| | | content: "\e6cc"; |
| | | } |
| | | |
| | | .icon-xiayiceng:before { |
| | | content: "\e727"; |
| | | } |
| | | |
| | | .icon-shangyiceng:before { |
| | | content: "\e72a"; |
| | | } |
| | | |
| | | .icon-paixu2:before { |
| | | content: "\e729"; |
| | | } |
| | | |
| | | .icon-daochu1:before { |
| | | content: "\e726"; |
| | | } |
| | | |
| | | .icon-huamianrongqi:before { |
| | | content: "\e725"; |
| | | } |
| | | |
| | | .icon-guding:before { |
| | | content: "\e715"; |
| | | } |
| | | |
| | | .icon-bangzhushouce1:before { |
| | | content: "\e724"; |
| | | } |
| | | |
| | | .icon-you21:before { |
| | | content: "\e720"; |
| | | } |
| | | |
| | | .icon-zuo11:before { |
| | | content: "\e721"; |
| | | } |
| | | |
| | | .icon-you11:before { |
| | | content: "\e722"; |
| | | } |
| | | |
| | | .icon-zuo21:before { |
| | | content: "\e723"; |
| | | } |
| | | |
| | | .icon-weibiaoti-1:before { |
| | | content: "\e718"; |
| | | } |
| | | |
| | | .icon-xia1:before { |
| | | content: "\e6c2"; |
| | | } |
| | | |
| | | .icon-you1:before { |
| | | content: "\e717"; |
| | | } |
| | | |
| | | .icon-shang1:before { |
| | | content: "\e719"; |
| | | } |
| | | |
| | | .icon-zuo2:before { |
| | | content: "\e71a"; |
| | | } |
| | | |
| | | .icon-shang2:before { |
| | | content: "\e71b"; |
| | | } |
| | | |
| | | .icon-xia2:before { |
| | | content: "\e71c"; |
| | | } |
| | | |
| | | .icon-zuo1:before { |
| | | content: "\e71d"; |
| | | } |
| | | |
| | | .icon-yuan1:before { |
| | | content: "\e71e"; |
| | | } |
| | | |
| | | .icon-you2:before { |
| | | content: "\e71f"; |
| | | } |
| | | |
| | | .icon-tuichuquanping1:before { |
| | | content: "\e714"; |
| | | } |
| | | |
| | | .icon-banbenshuoming11:before { |
| | | content: "\e716"; |
| | | } |
| | | |
| | | .icon-xialaliebiao:before { |
| | | content: "\e712"; |
| | | } |
| | | |
| | | .icon-wenbenshuru:before { |
| | | content: "\e713"; |
| | | } |
| | | |
| | | .icon-danxuananniu:before { |
| | | content: "\e710"; |
| | | } |
| | | |
| | | .icon-shijiankongjian:before { |
| | | content: "\e711"; |
| | | } |
| | | |
| | | .icon-huamiansuoxiaoxuanfu1:before { |
| | | content: "\e70e"; |
| | | } |
| | | |
| | | .icon-huamianfangdaxuanfu1:before { |
| | | content: "\e70f"; |
| | | } |
| | | |
| | | .icon-shujubiao:before { |
| | | content: "\e708"; |
| | | } |
| | | |
| | | .icon-shuju:before { |
| | | content: "\e70d"; |
| | | } |
| | | |
| | | .icon-bianliangchufa:before { |
| | | content: "\e709"; |
| | | } |
| | | |
| | | .icon-bianliang1:before { |
| | | content: "\e70a"; |
| | | } |
| | | |
| | | .icon-dingshichufa:before { |
| | | content: "\e70b"; |
| | | } |
| | | |
| | | .icon-chanxianjilu:before { |
| | | content: "\e70c"; |
| | | } |
| | | |
| | | .icon-chanxiantongji:before { |
| | | content: "\e706"; |
| | | } |
| | | |
| | | .icon-tishi1:before { |
| | | content: "\e705"; |
| | | } |
| | | |
| | | .icon-zhexiantu:before { |
| | | content: "\e6f8"; |
| | | } |
| | | |
| | | .icon-zhuzhuangtu:before { |
| | | content: "\e6f9"; |
| | | } |
| | | |
| | | .icon-biaoge:before { |
| | | content: "\e6fa"; |
| | | } |
| | | |
| | | .icon-duijitiaoxingtu:before { |
| | | content: "\e6fb"; |
| | | } |
| | | |
| | | .icon-mianjitu:before { |
| | | content: "\e6fc"; |
| | | } |
| | | |
| | | .icon-tiaoxingtu:before { |
| | | content: "\e6fd"; |
| | | } |
| | | |
| | | .icon-duijizhuzhuangtu:before { |
| | | content: "\e6fe"; |
| | | } |
| | | |
| | | .icon-duijimianjitu:before { |
| | | content: "\e6ff"; |
| | | } |
| | | |
| | | .icon-huanxingtu:before { |
| | | content: "\e700"; |
| | | } |
| | | |
| | | .icon-zuhetu:before { |
| | | content: "\e701"; |
| | | } |
| | | |
| | | .icon-bingzhuangtu:before { |
| | | content: "\e702"; |
| | | } |
| | | |
| | | .icon-meiguitu:before { |
| | | content: "\e703"; |
| | | } |
| | | |
| | | .icon-zhibiaoka:before { |
| | | content: "\e704"; |
| | | } |
| | | |
| | | .icon-banmaxian:before { |
| | | content: "\e6f5"; |
| | | } |
| | | |
| | | .icon-jianjie:before { |
| | | content: "\e6f6"; |
| | | } |
| | | |
| | | .icon-xiankuang:before { |
| | | content: "\e6f7"; |
| | | } |
| | | |
| | | .icon-shezhi:before { |
| | | content: "\e6f4"; |
| | | } |
| | | |
| | | .icon-shijian:before { |
| | | content: "\e6f1"; |
| | | } |
| | | |
| | | .icon-gengxin:before { |
| | | content: "\e6f2"; |
| | | } |
| | | |
| | | .icon-paixu:before { |
| | | content: "\e6f3"; |
| | | } |
| | | |
| | | .icon-jichu:before { |
| | | content: "\e6ee"; |
| | | } |
| | | |
| | | .icon-kongzhiqi:before { |
| | | content: "\e6ef"; |
| | | } |
| | | |
| | | .icon-tubiao:before { |
| | | content: "\e6f0"; |
| | | } |
| | | |
| | | .icon-a-Annulardiagram:before { |
| | | content: "\e6e1"; |
| | | } |
| | | |
| | | .icon-a-AreaChart:before { |
| | | content: "\e6e2"; |
| | | } |
| | | |
| | | .icon-a-PieChart:before { |
| | | content: "\e6e3"; |
| | | } |
| | | |
| | | .icon-a-Linechart:before { |
| | | content: "\e6e4"; |
| | | } |
| | | |
| | | .icon-Form:before { |
| | | content: "\e6e5"; |
| | | } |
| | | |
| | | .icon-a-BarChart2:before { |
| | | content: "\e6e6"; |
| | | } |
| | | |
| | | .icon-a-Areaplot:before { |
| | | content: "\e6e7"; |
| | | } |
| | | |
| | | .icon-a-StackedBarChart2:before { |
| | | content: "\e6e8"; |
| | | } |
| | | |
| | | .icon-a-CombinationDiagram:before { |
| | | content: "\e6e9"; |
| | | } |
| | | |
| | | .icon-a-StackedBarChart:before { |
| | | content: "\e6ea"; |
| | | } |
| | | |
| | | .icon-a-Barchart:before { |
| | | content: "\e6eb"; |
| | | } |
| | | |
| | | .icon-a-Indexcard:before { |
| | | content: "\e6ec"; |
| | | } |
| | | |
| | | .icon-Roses:before { |
| | | content: "\e6ed"; |
| | | } |
| | | |
| | | .icon-huamianfangdajinyong:before { |
| | | content: "\e6da"; |
| | | } |
| | | |
| | | .icon-huamiansuoxiaojinyong:before { |
| | | content: "\e6db"; |
| | | } |
| | | |
| | | .icon-huamiansuoxiaochanggui:before { |
| | | content: "\e6dc"; |
| | | } |
| | | |
| | | .icon-huamianfangdaxuanfu:before { |
| | | content: "\e6dd"; |
| | | } |
| | | |
| | | .icon-huamianfangdachanggui:before { |
| | | content: "\e6de"; |
| | | } |
| | | |
| | | .icon-huamiansuoxiaoxuanfu:before { |
| | | content: "\e6df"; |
| | | } |
| | | |
| | | .icon-zuhe1:before { |
| | | content: "\e6d8"; |
| | | } |
| | | |
| | | .icon-moren:before { |
| | | content: "\e6d9"; |
| | | } |
| | | |
| | | .icon-xiala:before { |
| | | content: "\e6d7"; |
| | | } |
| | | |
| | | .icon-Home:before { |
| | | content: "\e6d4"; |
| | | } |
| | | |
| | | .icon-ziyuan2:before { |
| | | content: "\e6d5"; |
| | | } |
| | | |
| | | .icon-ziyuan1:before { |
| | | content: "\e6d6"; |
| | | } |
| | | |
| | | .icon-quanxiantianjiazhuti2:before { |
| | | content: "\e6d3"; |
| | | } |
| | | |
| | | .icon-baocun:before { |
| | | content: "\e6d2"; |
| | | } |
| | | |
| | | .icon-denglurizhi:before { |
| | | content: "\e6cd"; |
| | | } |
| | | |
| | | .icon-jiaoseguanli:before { |
| | | content: "\e6ce"; |
| | | } |
| | | |
| | | .icon-yonghuguanli:before { |
| | | content: "\e6cf"; |
| | | } |
| | | |
| | | .icon-shebeirizhi:before { |
| | | content: "\e6d0"; |
| | | } |
| | | |
| | | .icon-mokuairizhi:before { |
| | | content: "\e6d1"; |
| | | } |
| | | |
| | | .icon-yunhangmokuai:before { |
| | | content: "\e6c9"; |
| | | } |
| | | |
| | | .icon-tupiansucai:before { |
| | | content: "\e6ca"; |
| | | } |
| | | |
| | | .icon-biaozhunkongjian:before { |
| | | content: "\e6cb"; |
| | | } |
| | | |
| | | .icon-banbenshuoming1:before { |
| | | content: "\e6c8"; |
| | | } |
| | | |
| | | .icon-qita1:before { |
| | | content: "\e6c3"; |
| | | } |
| | | |
| | | .icon-shanchu1:before { |
| | | content: "\e6c5"; |
| | | } |
| | | |
| | | .icon-tishi:before { |
| | | content: "\e6c6"; |
| | | } |
| | | |
| | | .icon-wancheng:before { |
| | | content: "\e6c7"; |
| | | } |
| | | |
| | | .icon-cuowutishi:before { |
| | | content: "\e6c4"; |
| | | } |
| | | |
| | | .icon-tuichu:before { |
| | | content: "\e6c1"; |
| | | } |
| | | |
| | | .icon-suoxiao1:before { |
| | | content: "\e6c0"; |
| | | } |
| | | |
| | | .icon-geren:before { |
| | | content: "\e6bb"; |
| | | } |
| | | |
| | | .icon-xinxi:before { |
| | | content: "\e6bc"; |
| | | } |
| | | |
| | | .icon-qita:before { |
| | | content: "\e6bd"; |
| | | } |
| | | |
| | | .icon-quanping:before { |
| | | content: "\e6be"; |
| | | } |
| | | |
| | | .icon-yuyan:before { |
| | | content: "\e6bf"; |
| | | } |
| | | |
| | | .icon-zhongwen:before { |
| | | content: "\e6b9"; |
| | | } |
| | | |
| | | .icon-yingwen:before { |
| | | content: "\e6ba"; |
| | | } |
| | | |
| | | .icon-shiyingpingmu:before { |
| | | content: "\e6b5"; |
| | | } |
| | | |
| | | .icon-shiyingkuan:before { |
| | | content: "\e6b6"; |
| | | } |
| | | |
| | | .icon-shiyinggao:before { |
| | | content: "\e6b7"; |
| | | } |
| | | |
| | | .icon-yuanshidaxiao:before { |
| | | content: "\e6b8"; |
| | | } |
| | | |
| | | .icon-tupianshanchu:before { |
| | | content: "\e6b4"; |
| | | } |
| | | |
| | | .icon-tupianbianji:before { |
| | | content: "\e6b2"; |
| | | } |
| | | |
| | | .icon-bianliangfenzu:before { |
| | | content: "\e6b3"; |
| | | } |
| | | |
| | | .icon-danji:before { |
| | | content: "\e6b1"; |
| | | } |
| | | |
| | | .icon-baocuntupian:before { |
| | | content: "\e6b0"; |
| | | } |
| | | |
| | | .icon-bianliang:before { |
| | | content: "\e676"; |
| | | } |
| | | |
| | | .icon-huamian:before { |
| | | content: "\e6af"; |
| | | } |
| | | |
| | | .icon-tongxunshebei:before { |
| | | content: "\e6ae"; |
| | | } |
| | | |
| | | .icon-danchuanganniu:before { |
| | | content: "\e6a5"; |
| | | } |
| | | |
| | | .icon-duxiekuang1:before { |
| | | content: "\e6a6"; |
| | | } |
| | | |
| | | .icon-kongzhianniu:before { |
| | | content: "\e6a7"; |
| | | } |
| | | |
| | | .icon-shuzhishuru:before { |
| | | content: "\e6a9"; |
| | | } |
| | | |
| | | .icon-denglu:before { |
| | | content: "\e6aa"; |
| | | } |
| | | |
| | | .icon-shuzhixianshi1:before { |
| | | content: "\e6ab"; |
| | | } |
| | | |
| | | .icon-tiaozhuananniu:before { |
| | | content: "\e6ac"; |
| | | } |
| | | |
| | | .icon-daohanglan:before { |
| | | content: "\e6ad"; |
| | | } |
| | | |
| | | .icon-shanchu:before { |
| | | content: "\e6a4"; |
| | | } |
| | | |
| | | .icon-yonghu:before { |
| | | content: "\e6a3"; |
| | | } |
| | | |
| | | .icon-fanhui1:before { |
| | | content: "\e6a2"; |
| | | } |
| | | |
| | | .icon-tianjiabianliangzu:before { |
| | | content: "\e6a1"; |
| | | } |
| | | |
| | | .icon-yidong:before { |
| | | content: "\e6a0"; |
| | | } |
| | | |
| | | .icon-kongjiansuoding:before { |
| | | content: "\e69c"; |
| | | } |
| | | |
| | | .icon-shijianxuanzeqi:before { |
| | | content: "\e69f"; |
| | | } |
| | | |
| | | .icon-yemian1:before { |
| | | content: "\e69e"; |
| | | } |
| | | |
| | | .icon-bangzhushouce2:before { |
| | | content: "\e69b"; |
| | | } |
| | | |
| | | .icon-gengduo1:before { |
| | | content: "\e699"; |
| | | } |
| | | |
| | | .icon-banbenshuoming2:before { |
| | | content: "\e697"; |
| | | } |
| | | |
| | | .icon-gengduo-1:before { |
| | | content: "\e698"; |
| | | } |
| | | |
| | | .icon-shangla:before { |
| | | content: "\e69d"; |
| | | } |
| | | |
| | | .icon-chuizhijuzhongduiqi:before { |
| | | content: "\e64f"; |
| | | } |
| | | |
| | | .icon-bianjigongcheng:before { |
| | | content: "\e650"; |
| | | } |
| | | |
| | | .icon-bangzhu:before { |
| | | content: "\e651"; |
| | | } |
| | | |
| | | .icon-chexiao:before { |
| | | content: "\e652"; |
| | | } |
| | | |
| | | .icon-bianji:before { |
| | | content: "\e653"; |
| | | } |
| | | |
| | | .icon-zuoce:before { |
| | | content: "\e654"; |
| | | } |
| | | |
| | | .icon-quanxiantianjia:before { |
| | | content: "\e655"; |
| | | } |
| | | |
| | | .icon-xiala2-copy:before { |
| | | content: "\e6e0"; |
| | | } |
| | | |
| | | .icon-fangda:before { |
| | | content: "\e659"; |
| | | } |
| | | |
| | | .icon-chaifen:before { |
| | | content: "\e65a"; |
| | | } |
| | | |
| | | .icon-chuizhi:before { |
| | | content: "\e65b"; |
| | | } |
| | | |
| | | .icon-kaisuo:before { |
| | | content: "\e65d"; |
| | | } |
| | | |
| | | .icon-jianqie:before { |
| | | content: "\e65f"; |
| | | } |
| | | |
| | | .icon-denggao:before { |
| | | content: "\e660"; |
| | | } |
| | | |
| | | .icon-huamianfangda:before { |
| | | content: "\e661"; |
| | | } |
| | | |
| | | .icon-diduiqi:before { |
| | | content: "\e662"; |
| | | } |
| | | |
| | | .icon-guanbi:before { |
| | | content: "\e663"; |
| | | } |
| | | |
| | | .icon-dingbu:before { |
| | | content: "\e665"; |
| | | } |
| | | |
| | | .icon-huamiansuoxiao:before { |
| | | content: "\e666"; |
| | | } |
| | | |
| | | .icon-fanhui:before { |
| | | content: "\e667"; |
| | | } |
| | | |
| | | .icon-morenyunhang:before { |
| | | content: "\e668"; |
| | | } |
| | | |
| | | .icon-duxiekuang:before { |
| | | content: "\e669"; |
| | | } |
| | | |
| | | .icon-dingduiqi:before { |
| | | content: "\e66a"; |
| | | } |
| | | |
| | | .icon-gouxuan:before { |
| | | content: "\e66b"; |
| | | } |
| | | |
| | | .icon-waibu:before { |
| | | content: "\e66c"; |
| | | } |
| | | |
| | | .icon-dengkuan:before { |
| | | content: "\e66d"; |
| | | } |
| | | |
| | | .icon-suoxiao:before { |
| | | content: "\e66e"; |
| | | } |
| | | |
| | | .icon-duixiang:before { |
| | | content: "\e66f"; |
| | | } |
| | | |
| | | .icon-jiacu:before { |
| | | content: "\e670"; |
| | | } |
| | | |
| | | .icon-wenben:before { |
| | | content: "\e671"; |
| | | } |
| | | |
| | | .icon-tianjiahuamian:before { |
| | | content: "\e672"; |
| | | } |
| | | |
| | | .icon-shang:before { |
| | | content: "\e673"; |
| | | } |
| | | |
| | | .icon-juzhong:before { |
| | | content: "\e674"; |
| | | } |
| | | |
| | | .icon-suoding:before { |
| | | content: "\e675"; |
| | | } |
| | | |
| | | .icon-xiala2:before { |
| | | content: "\e677"; |
| | | } |
| | | |
| | | .icon-xuanzhuan:before { |
| | | content: "\e678"; |
| | | } |
| | | |
| | | .icon-huifu:before { |
| | | content: "\e67a"; |
| | | } |
| | | |
| | | .icon-neibu:before { |
| | | content: "\e67b"; |
| | | } |
| | | |
| | | .icon-youce:before { |
| | | content: "\e67c"; |
| | | } |
| | | |
| | | .icon-you:before { |
| | | content: "\e67d"; |
| | | } |
| | | |
| | | .icon-yemian:before { |
| | | content: "\e67e"; |
| | | } |
| | | |
| | | .icon-quanxiantianjia1:before { |
| | | content: "\e67f"; |
| | | } |
| | | |
| | | .icon-xinjian:before { |
| | | content: "\e680"; |
| | | } |
| | | |
| | | .icon-zhiding:before { |
| | | content: "\e681"; |
| | | } |
| | | |
| | | .icon-qingchu:before { |
| | | content: "\e682"; |
| | | } |
| | | |
| | | .icon-zuo:before { |
| | | content: "\e683"; |
| | | } |
| | | |
| | | .icon-fuzhi:before { |
| | | content: "\e684"; |
| | | } |
| | | |
| | | .icon-guanlian:before { |
| | | content: "\e685"; |
| | | } |
| | | |
| | | .icon-shuzhixianshi:before { |
| | | content: "\e686"; |
| | | } |
| | | |
| | | .icon-niantie:before { |
| | | content: "\e687"; |
| | | } |
| | | |
| | | .icon-juxing:before { |
| | | content: "\e688"; |
| | | } |
| | | |
| | | .icon-dibu:before { |
| | | content: "\e689"; |
| | | } |
| | | |
| | | .icon-xia:before { |
| | | content: "\e68a"; |
| | | } |
| | | |
| | | .icon-wenjianjia:before { |
| | | content: "\e68b"; |
| | | } |
| | | |
| | | .icon-zuhe:before { |
| | | content: "\e68c"; |
| | | } |
| | | |
| | | .icon-xiahuaxian:before { |
| | | content: "\e68d"; |
| | | } |
| | | |
| | | .icon-shuiping:before { |
| | | content: "\e68e"; |
| | | } |
| | | |
| | | .icon-yunhang:before { |
| | | content: "\e68f"; |
| | | } |
| | | |
| | | .icon-xianshi:before { |
| | | content: "\e690"; |
| | | } |
| | | |
| | | .icon-yincang:before { |
| | | content: "\e691"; |
| | | } |
| | | |
| | | .icon-zhidi:before { |
| | | content: "\e692"; |
| | | } |
| | | |
| | | .icon-gengduo:before { |
| | | content: "\e693"; |
| | | } |
| | | |
| | | .icon-zhongbu:before { |
| | | content: "\e694"; |
| | | } |
| | | |
| | | .icon-zhong:before { |
| | | content: "\e695"; |
| | | } |
| | | |
| | | .icon-xieti:before { |
| | | content: "\e696"; |
| | | } |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | window._iconfont_svg_string_3273823='<svg><symbol id="icon-duopingshezhi" viewBox="0 0 1024 1024"><path d="M983.552 388.608l-66.048-9.216c-14.336-2.048-26.624-11.776-32.256-25.6-12.8-30.72-29.696-59.392-49.664-86.016-9.216-11.776-11.264-27.136-6.144-40.96l25.6-61.952c7.68-18.944 0-40.448-17.408-50.688l-143.36-82.432c-17.92-10.24-40.448-6.144-52.736 10.24l-40.96 52.224c-9.216 11.776-24.064 17.408-38.912 15.36-32.768-4.096-66.048-4.096-98.816 0-14.848 2.048-29.696-3.584-38.912-15.36l-40.96-52.224c-12.8-16.384-35.328-20.48-52.736-10.24l-143.36 82.432c-17.408 10.24-25.088 31.744-17.408 50.688l25.6 61.952c5.12 13.824 3.072 29.184-6.144 40.96-19.968 26.624-36.864 55.296-49.664 86.016-5.632 13.824-17.92 23.04-32.256 25.6l-66.56 9.216c-20.48 3.072-35.328 20.48-35.328 40.96v165.376c0 20.48 15.36 37.888 35.328 40.96l66.048 9.216c14.336 2.048 26.624 11.776 32.256 25.6 12.8 30.72 29.696 59.392 49.664 86.016 9.216 11.776 11.264 27.136 6.144 40.96l-25.6 61.952c-7.68 18.944 0 40.448 17.408 50.688l142.848 82.432c17.92 10.24 40.448 6.144 52.736-10.24l40.96-52.224c9.216-11.776 24.064-17.408 38.912-15.36 32.768 4.096 66.048 4.096 98.816 0 14.848-2.048 29.696 3.584 38.912 15.36l40.96 52.224c12.8 16.384 35.328 20.48 52.736 10.24l142.848-82.432c17.408-10.24 25.088-31.744 17.408-50.688l-25.6-61.952c-5.12-13.824-3.072-29.184 6.144-40.96 19.968-26.624 36.864-55.296 49.664-86.016 5.632-13.824 17.92-23.04 32.256-25.6l66.048-9.216c20.48-3.072 35.328-19.968 35.328-40.96V429.568c1.536-20.992-13.312-38.4-33.792-40.96z m-472.064 284.16c-88.576 0-160.768-71.68-160.768-160.768s71.68-160.768 160.768-160.768 160.768 71.68 160.768 160.768c0 88.576-71.68 160.768-160.768 160.768z" fill="#CFCFCF" ></path></symbol><symbol id="icon-wuliaoguanli" viewBox="0 0 1024 1024"><path d="M343.04 462.336h337.92c32.768 0 59.392-26.624 59.392-59.904v-337.92C740.352 31.744 713.728 5.12 680.96 5.12H343.04c-32.768 0-59.392 26.624-59.904 59.392v337.92c0.512 33.28 27.136 59.904 59.904 59.904z m0-397.312h337.92v337.92H343.04v-337.92z m616.448 496.64h-337.92c-32.768 0-59.904 26.624-59.904 59.904v337.92c0 32.768 26.624 59.904 59.904 59.904h337.92c32.768 0 59.392-26.624 59.392-59.392v-337.92c0-33.792-26.624-60.416-59.392-60.416z m0 397.312h-337.92v-337.92h337.92v337.92zM402.432 561.664h-337.92c-32.768 0-59.392 26.624-59.392 59.904v337.92c0 32.768 26.624 59.392 59.392 59.392h337.92c32.768 0 59.392-26.624 59.904-59.392v-337.92c0-33.28-26.624-59.904-59.904-59.904 0.512 0 0.512 0 0 0z m0 397.312h-337.92v-337.92h337.92v337.92z m228.864-794.624c2.048 14.336-8.192 27.648-22.528 29.696-2.56 0.512-5.12 0.512-7.168 0h-179.2c-14.336 2.048-27.648-8.192-29.696-22.528-0.512-2.56-0.512-5.12 0-7.168-2.048-14.336 8.192-27.648 22.528-29.696 2.56-0.512 5.12-0.512 7.168 0h178.688c14.336-2.048 27.648 8.192 29.696 22.528 1.024 2.048 1.024 4.608 0.512 7.168zM114.688 720.896c-2.048-14.336 8.192-27.648 22.528-29.696 2.56-0.512 5.12-0.512 7.168 0h178.688c14.336-2.048 27.648 8.192 29.696 22.528 0.512 2.56 0.512 5.12 0 7.168 2.048 14.336-8.192 27.648-22.528 29.696-2.56 0.512-5.12 0.512-7.168 0H144.384c-14.336 2.048-27.648-8.192-29.696-22.528-0.512-2.56-0.512-5.12 0-7.168z m556.544 0c-2.048-14.336 8.192-27.648 22.528-29.696 2.56-0.512 5.12-0.512 7.168 0h178.688c14.336-2.048 27.648 8.192 29.696 22.528 0.512 2.56 0.512 5.12 0 7.168 2.048 14.336-8.192 27.648-22.528 29.696-2.56 0.512-5.12 0.512-7.168 0h-178.688c-14.336 2.048-27.648-7.68-29.696-22.528-0.512-2.56-0.512-4.608 0-7.168z" fill="#8A8A8A" ></path></symbol><symbol id="icon-shujuhuoqushibai" viewBox="0 0 1024 1024"><path d="M512 5.12C231.936 5.12 5.12 231.936 5.12 512s226.816 506.88 506.88 506.88 506.88-226.816 506.88-506.88c-1.024-279.552-227.328-505.856-506.88-506.88z m0 833.024c-30.208 0-54.272-24.064-54.272-54.272 0-30.208 24.064-54.272 54.272-54.272 30.208 0 54.272 24.064 54.272 54.272-0.512 29.696-24.576 53.76-54.272 54.272z m47.104-264.704c0 36.352-14.336 65.024-47.104 65.024s-47.104-29.184-47.104-65.024l-17.92-267.776c-0.512-34.816 26.624-63.488 61.44-65.024 35.328 1.024 64 29.696 65.024 65.024l-14.336 267.776z" fill="#FF8282" ></path></symbol><symbol id="icon-shebeiguanli" viewBox="0 0 1024 1024"><path d="M375.296 569.344c-31.232 14.848-44.544 52.736-29.696 83.968 15.36 31.232 52.736 44.032 83.968 29.696 31.232-14.848 44.544-52.736 29.696-83.968-15.36-31.232-52.736-44.544-83.968-29.696z" fill="#707070" ></path><path d="M580.096 588.8l54.272-24.576-34.304-73.728-54.272 24.576c-12.288-16.896-28.672-31.232-47.104-41.984l19.968-56.832-76.8-27.136-19.968 51.712c-20.48-3.072-41.472-2.048-61.44 2.56L335.872 389.12l-73.728 34.304L286.72 477.696c-16.896 12.288-31.232 28.672-41.984 47.104l-56.832-19.968L158.72 583.68l56.832 19.968c-3.072 20.48-2.048 41.472 2.56 61.44L163.84 689.664l34.304 73.728 54.272-24.576c13.824 17.408 30.72 32.256 49.152 44.544L281.6 840.192l76.288 27.136 19.968-56.832c20.48 3.072 41.472 2.048 61.44-2.56l24.576 54.272 73.728-34.304-24.576-54.272c16.896-12.288 31.232-28.672 41.984-47.104l56.832 19.968 27.136-76.288-56.832-19.968c3.072-20.48 2.56-40.96-2.048-61.44z m-128 150.528c-58.368 29.696-130.048 6.144-159.744-52.736-1.024-2.048-2.048-4.608-3.072-6.656-29.184-59.904-4.096-132.096 56.32-161.28l3.072-1.536c62.464-26.624 134.144 2.56 160.768 65.024 24.576 59.392 0 128-57.344 157.184zM687.616 283.648c-23.04 0-41.984 18.944-41.984 41.984 0 23.04 18.432 41.984 41.472 41.984h0.512c23.04 0 41.984-18.944 41.984-41.984s-18.432-41.984-41.984-41.984z" fill="#707070" ></path><path d="M797.696 255.488l29.696-29.696-39.424-39.424-29.696 29.696c-12.288-7.168-25.6-12.8-39.424-17.408v-41.984h-56.832v41.984c-13.824 3.584-27.136 8.192-39.424 14.848l-29.696-29.696-39.424 39.424 29.696 29.696c-7.168 12.288-12.8 25.6-17.408 39.424h-41.984v56.832h41.984c2.56 13.824 7.168 27.648 14.848 39.424l-29.696 29.696 39.424 39.424 29.696-29.696c12.288 7.168 25.6 12.8 39.424 17.408v41.984h56.832V445.44c13.824-3.584 27.136-8.192 39.424-14.848l29.696 29.696 39.424-39.424-29.696-29.696c7.168-12.288 12.8-25.6 17.408-39.424h41.984V294.912h-41.984c-3.584-13.824-8.704-27.136-14.848-39.424z m-104.448 152.576h-4.096c-46.08 0.512-83.456-36.352-83.968-82.432v-1.536c-2.048-44.032 32.256-81.92 76.288-83.968h7.68-0.512c46.08-1.024 84.992 35.328 86.016 81.92 1.536 46.592-35.328 84.992-81.408 86.016z" fill="#707070" ></path><path d="M795.136 5.12H228.864C105.472 5.12 5.12 105.472 5.12 228.864v565.76C5.12 918.528 105.472 1018.88 228.864 1018.88h565.76c123.392 0 223.744-100.352 223.744-223.744V228.864C1018.88 105.472 918.528 5.12 795.136 5.12z m153.088 790.016c0 84.48-68.608 153.088-153.088 153.088H228.864c-84.48 0-153.088-68.608-153.088-153.088V228.864c0-84.48 68.608-153.088 153.088-153.088h565.76c84.48 0 153.088 68.608 153.088 153.088v566.272z" fill="#707070" ></path></symbol><symbol id="icon-dianxinliebiao" viewBox="0 0 1024 1024"><path d="M924.16 4.608H105.984c-53.76 0-97.28 43.52-97.792 97.28v613.376c0 53.76 44.032 97.792 97.792 97.792h105.472v158.72c0 25.6 20.992 46.592 46.592 46.592 25.6-0.512 45.568-20.992 46.592-46.592v-158.72h420.352v158.72c0 25.6 20.992 46.592 46.592 46.592s46.592-20.992 46.592-46.592v-158.72h105.472v-15.872 15.872c53.76 0 97.792-43.52 98.304-97.28V101.888c0-53.76-44.032-97.28-97.792-97.28z m-148.992 715.264c-1.536 0-2.56-1.024-3.584-1.024-1.536 0-2.56 0.512-3.584 1.024H261.632c-1.536 0-2.56-1.024-3.584-1.024-1.536 0-2.56 0.512-3.584 1.024h-148.48c-2.56 0-5.12-2.048-5.12-4.608V102.4c0-2.56 2.048-4.608 5.12-5.12h818.176c2.56 0 5.12 2.048 5.12 4.608v612.864c0 2.56-2.048 5.12-4.608 5.12h-149.504z" fill="#8A8A8A" ></path><path d="M660.992 360.96H480.256L610.304 230.4c8.704-8.704 13.824-20.48 13.824-32.768 0-12.288-4.608-24.064-13.312-32.768-17.92-17.92-47.616-17.92-65.536 0l-209.92 209.92c-13.824 13.312-17.408 33.28-10.24 50.688 7.168 17.408 24.064 29.184 43.008 29.184h181.248l-130.56 131.072c-17.408 17.92-17.408 47.616 0 65.536 8.704 8.704 20.48 13.312 32.768 13.312h0.512l12.288-0.512 0.512-1.536c7.168-2.048 14.336-6.144 19.968-11.264l209.408-210.432c13.824-13.312 17.408-33.28 10.24-50.688-7.68-17.408-24.576-29.184-43.52-29.184z" fill="#8A8A8A" ></path></symbol><symbol id="icon-gongzhuangguanli" viewBox="0 0 1024 1024"><path d="M947.71712 735.16544l57.344-15.36c9.728-2.048 15.872-11.776 13.824-21.504v-0.512l-10.752-40.96c-2.56-9.728-12.288-15.36-22.016-12.8l-57.344 15.872c-5.12-9.216-11.264-18.432-17.92-26.624l38.4-45.568c6.656-7.168 6.144-18.944-1.024-25.6l-1.024-1.024-16.896-14.336c17.408 9.728 38.912 3.584 48.64-13.824 3.072-5.632 4.608-11.776 4.608-17.92v-199.68c0-12.8-6.656-25.088-17.92-31.744l-453.632-252.416a35.584 35.584 0 0 0-36.352 0l-452.608 253.44c-11.264 6.656-18.432 18.432-17.92 31.744v633.344c0 19.968 16.384 36.352 36.352 36.352 19.968 0 36.352-16.384 36.352-36.352v-612.352l416.256-232.96 416.256 232.96v177.664c0 8.192 3.072 15.872 8.192 22.528l-4.096-3.584c-7.68-6.656-18.944-5.632-25.6 2.048l-37.888 45.568c-14.336-7.168-29.696-12.8-45.056-15.872v-59.392c0-10.24-8.192-17.92-17.92-17.92h-41.472c-10.24 0-17.92 8.192-17.92 17.92v59.392c-10.24 2.048-20.48 5.632-30.72 9.728l-33.792-48.128c-5.632-8.192-16.896-10.24-25.088-4.608l-34.816 24.064c-8.192 5.632-10.24 16.896-4.608 25.088l33.792 48.64c-7.68 7.68-14.336 16.384-20.48 25.088l-55.808-20.48c-9.216-3.584-19.968 1.024-23.552 10.752l-14.336 39.424c-3.584 9.216 1.024 19.968 10.752 23.552l55.296 20.48c-1.024 7.68-1.536 15.872-2.048 24.064v8.192l-57.344 15.36c-9.728 2.048-15.872 11.776-13.312 21.504v0.512l10.752 40.96c2.56 9.728 12.288 15.36 22.016 12.8l57.344-15.36c5.12 9.216 11.264 18.432 17.92 26.624l-37.888 45.568c-6.656 7.68-6.144 18.944 1.536 25.6l0.512 0.512 32.256 26.624c7.68 6.656 18.944 5.632 25.6-2.048l37.888-45.568c14.336 7.168 29.696 12.8 45.056 15.872v59.392c0 10.24 8.192 17.92 17.92 17.92h41.984c10.24 0 17.92-8.192 17.92-17.92v-58.88c10.752-2.048 20.992-5.12 30.72-8.704l33.792 48.64c5.632 8.192 16.896 10.24 25.088 4.608l33.792-25.088c8.192-5.632 10.24-16.896 4.608-25.088l-33.28-48.64c7.68-7.68 14.336-16.384 20.48-25.088l55.808 20.48c9.216 3.584 19.968-1.024 23.552-10.752l14.336-39.424c3.584-9.216-0.512-19.968-9.728-23.552-0.512 0-1.024-0.512-1.536-0.512l-55.296-20.48c1.024-7.68 1.536-15.872 2.048-24.064v-8.192z m-182.784 118.272c-60.416 0-109.568-49.152-109.568-109.568s49.152-109.568 109.568-109.568 109.568 49.152 109.568 109.568c0 60.416-48.64 109.568-109.568 109.568z" fill="#8B8B8B" ></path><path d="M547.84512 424.89344c0-19.968-16.384-36.352-36.352-36.352h-325.632c-19.968 0-36.352 15.872-36.352 35.84s15.872 36.352 35.84 36.352H512.00512c19.968 0 35.84-15.872 35.84-35.84z m-108.544 189.952h-253.44c-19.968 0-36.352 15.872-36.352 35.84s15.872 36.352 35.84 36.352h253.952c19.968 0 36.352-16.384 35.84-36.352 0.512-19.968-15.872-35.84-35.84-35.84z" fill="#8B8B8B" ></path></symbol><symbol id="icon-bianliangzhuanhuan" viewBox="0 0 1024 1024"><path d="M133.632 976.896C61.952 975.872 4.096 916.48 5.12 844.288v-144.384c-1.024-72.192 56.32-131.584 128.512-132.608h246.784c72.192 1.024 129.536 60.416 128.512 132.608V844.8c1.024 72.192-56.32 131.584-128.512 132.608H133.632v-0.512z m0-331.776c-30.208 0.512-53.76 25.088-53.248 55.296V844.8c-0.512 30.208 23.552 54.784 53.248 55.296h246.272c30.208-0.512 53.76-25.088 53.248-55.296v-144.384c0.512-30.208-23.552-54.784-53.248-55.296H133.632z m496.128 314.88c-17.92 0-32.256-13.824-32.256-31.744-0.512-19.456 14.848-35.328 34.304-35.84h2.56c24.064-3.584 48.128-9.728 71.68-17.408l1.024-0.512h1.024c27.136-12.288 50.176-30.72 67.584-54.784l0.512-1.024 1.536-1.024h0.512c27.136-26.624 45.568-60.928 52.736-98.304 0.512-3.072 1.024-5.632 1.536-8.192l0.512-2.56c3.584-16.384 5.632-33.28 6.144-50.176 0-3.584 0-7.168-0.512-10.24-0.512-3.072-0.512-6.144-0.512-8.704l-38.4 46.592c-6.144 7.68-15.36 12.8-25.6 13.312-4.608 0-9.216-1.024-13.312-3.072-8.704-4.096-15.36-11.776-17.92-20.992-1.536-9.216 1.024-18.432 6.144-25.6l0.512-0.512 86.528-107.52c10.752-11.264 24.576-17.92 39.936-19.968 18.944 1.536 36.352 12.8 45.056 29.696l77.824 112.64s12.288 17.92-9.216 40.448c-6.144 6.656-14.336 10.752-23.552 11.264-6.144 0-12.8-2.56-17.408-6.656L906.24 650.24v17.408c-2.56 128-84.48 240.64-205.824 282.112-4.608 2.048-8.704 3.072-13.824 4.096l-4.096 1.024c-12.288 3.072-24.064 5.12-33.792 6.656H629.76v-1.536z m-466.432-460.8c-19.456-1.024-37.376-12.8-45.568-30.72L44.544 352.768s-12.288-17.92 9.216-40.448c6.144-6.656 14.336-10.752 23.552-11.264 6.144 0 12.8 2.56 17.408 6.656L138.24 365.056v-7.68c0.512-26.112 3.584-51.712 8.704-77.312 14.848-54.272 44.032-103.424 83.968-142.848 39.424-37.888 89.088-63.488 142.848-73.728 17.408-4.096 35.84-5.12 53.76-4.608 10.24 0 15.872 13.824 16.384 26.624 2.56 20.48-12.288 39.424-33.28 41.472h-3.584l-2.048 1.024c-20.992 3.584-41.472 9.216-60.928 16.896-38.912 16.384-72.704 43.52-96.768 78.336l-4.608 6.656-2.048-1.536c-13.824 22.528-24.064 47.104-29.184 72.704l-0.512 3.072-1.024 1.536v0.512c-3.584 17.408-5.12 34.816-5.12 52.224v4.096c0 3.072 0.512 6.656 0.512 10.24 0 1.536 0 2.56 0.512 4.096l34.304-41.984c6.144-7.68 15.36-12.8 25.6-13.312 4.608 0 9.216 1.024 13.312 3.072 8.704 3.584 15.36 11.264 17.92 20.48 1.536 9.216-1.024 18.432-6.144 25.6v0.512l-87.04 107.52c-10.24 11.264-24.576 18.432-40.448 20.48z m480.768-43.52c-72.192-1.024-129.536-60.416-128.512-132.608V179.2c-1.024-72.192 56.32-131.584 128.512-132.608h246.272C962.56 47.616 1019.904 107.008 1018.88 179.2v144.384c1.024 72.192-56.32 131.584-128.512 132.608h-245.76l-0.512-0.512z m0-331.776c-30.208 0.512-53.76 25.6-52.736 55.808v144.384c-0.512 30.208 23.552 54.784 53.248 55.296h245.76c30.208-0.512 53.76-25.088 53.248-55.296V179.2c0.512-30.208-23.552-54.784-53.248-55.296h-246.272z" fill="#8A8A8A" ></path></symbol><symbol id="icon-BOMguanli" viewBox="0 0 1024 1024"><path d="M978.944 401.408c-10.752-8.192-23.04-14.848-36.352-18.944V59.392c0-27.136-22.016-49.152-49.152-49.152h-650.24c-27.136 0-49.152 22.016-49.152 49.152v58.88H130.048c-27.136 0-49.152 22.016-49.152 49.152v100.864c-12.8 4.096-25.088 10.24-36.352 18.944-21.504 16.384-34.304 40.96-34.304 68.096V921.6c0.512 26.624 13.312 51.712 34.304 68.096 20.992 15.872 46.592 24.576 72.704 24.576H906.24c26.112 0 51.712-8.192 72.704-24.576 21.504-16.384 34.304-40.96 34.304-68.096V469.504c0-27.136-12.8-51.712-34.304-68.096zM265.216 81.408h605.696v295.424h-39.424v-209.92c0-27.136-22.016-49.152-49.152-49.152h-517.12v-36.352zM760.32 189.44v187.904H471.552v-22.528c-0.512-26.624-13.312-51.712-34.304-68.096-20.992-15.872-46.592-24.576-72.704-24.576H152.576V189.44h607.744zM942.08 921.6c0 8.704-13.824 20.992-35.84 20.992H117.76c-22.016 0-35.84-12.288-35.84-20.992V469.504v-1.536-113.152c0-8.704 13.824-20.992 35.84-20.992h246.784c22.016 0 35.84 12.288 35.84 20.992v55.296c0 13.824 8.192 26.112 19.456 31.744 5.632 4.096 12.8 6.656 20.48 6.656h465.92c22.016 0 35.84 12.288 35.84 20.992V921.6z" fill="#8A8A8A" ></path><path d="M308.224 675.328c10.24-3.584 18.944-9.728 25.088-17.92 6.144-8.192 9.216-18.432 9.216-30.72 0-16.384-5.632-29.696-17.408-38.912-11.776-10.24-28.16-14.848-49.152-14.848H177.664v215.04h98.304c23.04 0 40.448-4.096 53.248-12.8 14.848-10.24 22.016-26.112 22.016-47.616 0-14.848-3.584-26.112-10.752-34.816-7.168-8.704-17.92-14.336-32.256-17.408z m-97.792-75.264h57.344c14.848 0 25.6 2.56 31.744 7.68 6.656 4.608 9.728 12.8 9.728 23.552 0 11.264-3.072 19.968-9.728 25.088-6.656 5.12-17.408 7.68-32.256 7.68h-56.32v-64z m93.184 154.112c-8.192 4.608-18.944 6.656-32.256 6.656H210.432V691.2h61.44c15.872 0 27.648 2.56 34.816 8.192 7.68 5.632 11.264 14.848 11.264 27.648 0.512 12.288-4.608 20.992-14.336 27.136zM479.232 568.832c-33.28 0-58.88 10.752-77.312 32.256-17.92 20.48-26.624 46.592-26.624 79.872 0 32.768 8.704 59.392 26.624 79.36 18.944 21.504 44.544 31.744 77.312 31.744s58.368-10.752 77.312-31.744c17.92-20.48 27.136-47.104 27.136-79.872 0-33.28-9.216-59.904-27.136-79.872-18.432-20.992-44.544-31.744-77.312-31.744z m53.248 172.032c-12.288 14.848-30.208 22.016-52.736 22.016s-40.448-7.68-53.248-23.04c-12.288-14.848-17.92-34.816-17.92-59.392 0-25.088 6.144-45.056 17.92-59.904 12.288-15.36 30.208-23.04 53.248-23.04s40.96 7.68 52.736 22.016c12.288 14.848 18.432 35.328 18.432 60.928s-6.144 45.568-18.432 60.416zM731.648 744.96h-1.024l-74.752-172.032h-38.912v215.04h32.768v-153.6h1.024l66.048 153.6h28.16l66.048-153.6h1.024v153.6h33.28v-215.04h-38.912z" fill="#8A8A8A" ></path></symbol><symbol id="icon-yinpin1" viewBox="0 0 1024 1024"><path d="M949.16096 74.75712h-874.496c-26.624 0-48.64 21.504-48.64 48.64v777.216c0 26.624 21.504 48.64 48.64 48.64h873.984c26.624 0 48.64-21.504 48.64-48.64v-777.216c0.512-26.624-21.504-48.64-48.128-48.64z" fill="#252626" ></path><path d="M949.16096 967.68512h-874.496c-36.864 0-67.072-30.208-67.072-67.072v-777.216c0-36.864 30.208-67.072 67.072-67.072h873.984c36.864 0 67.072 30.208 67.072 67.072v777.216c0.512 36.864-29.696 67.072-66.56 67.072z m-874.496-873.984c-16.384 0-29.696 13.312-29.696 29.696v777.216c0 16.384 13.312 29.696 29.696 29.696h873.984c16.384 0 29.696-13.312 29.696-29.696v-777.216c0-16.384-13.312-29.696-29.696-29.696h-873.984z" fill="#4A4A4A" ></path><path d="M668.16 226.304L426.496 300.032c-30.208 9.216-51.2 36.864-52.736 68.096v254.464c-17.408-8.704-37.888-10.752-56.32-6.144-53.248 4.096-96.768 45.056-103.936 98.304 0 46.08 46.592 74.24 103.936 66.048 52.224-3.584 94.208-44.544 99.328-96.768v-245.76c0-19.968 24.576-29.184 24.576-29.184L655.36 342.016s23.552-7.68 23.552 13.824v203.264c-18.944-8.704-40.448-11.264-60.928-7.68-53.248 3.072-96.768 43.52-103.936 96.256 0 46.08 46.592 75.264 103.936 68.096 53.248-3.072 97.28-43.52 103.936-96.256V263.68c1.024-21.504-15.872-39.936-37.888-40.448-5.632 0.512-10.752 1.024-15.872 3.072z" fill="#3D6EFF" ></path></symbol><symbol id="icon-gongweikanban" viewBox="0 0 1024 1024"><path d="M873.984 5.12c19.968 0 36.352 16.384 36.352 36.352V983.04c0 19.968-16.384 36.352-36.352 36.352H150.016c-19.968 0-36.352-16.384-36.352-36.352V41.472c0-19.968 16.384-36.352 36.352-36.352h723.968z m-45.056 81.408H195.072v850.944h633.344V86.528z m-465.92 400.384c4.608-0.512 8.192 2.56 9.216 6.656v56.32c0.512 4.608-2.56 8.192-6.656 9.216H267.264c-4.608 0.512-8.192-2.56-9.216-6.656v-56.32c-0.512-4.608 2.56-8.192 6.656-9.216h98.304z m202.752 0c4.608-0.512 8.192 2.56 9.216 6.656v56.32c0.512 4.608-2.56 8.192-6.656 9.216H470.016c-4.608 0.512-8.192-2.56-9.216-6.656v-56.32c-0.512-4.608 2.56-8.192 6.656-9.216h98.304z m190.976 0c4.608-0.512 8.704 2.56 9.216 6.656v56.32c0.512 4.608-2.56 8.192-6.656 9.216H661.504c-4.096 0.512-8.192-2.56-9.216-6.656v-56.32c-0.512-4.608 2.56-8.192 6.656-9.216H756.736z m-8.704-336.896c10.24 0 17.92 8.192 17.92 17.92v217.088c0 10.24-8.192 17.92-17.92 17.92H276.48c-10.24 0-17.92-8.192-17.92-17.92V167.936c0-10.24 8.192-17.92 17.92-17.92h471.552z m-45.568 62.976H321.536v126.464h380.928V212.992z" fill="#8A8A8A" ></path></symbol><symbol id="icon-yinpin" viewBox="0 0 1024 1024"><path d="M949.16096 74.75712h-874.496c-26.624 0-48.64 21.504-48.64 48.64v777.216c0 26.624 21.504 48.64 48.64 48.64h873.984c26.624 0 48.64-21.504 48.64-48.64v-777.216c0.512-26.624-21.504-48.64-48.128-48.64z" fill="#252626" ></path><path d="M949.16096 967.68512h-874.496c-36.864 0-67.072-30.208-67.072-67.072v-777.216c0-36.864 30.208-67.072 67.072-67.072h873.984c36.864 0 67.072 30.208 67.072 67.072v777.216c0.512 36.864-29.696 67.072-66.56 67.072z m-874.496-873.984c-16.384 0-29.696 13.312-29.696 29.696v777.216c0 16.384 13.312 29.696 29.696 29.696h873.984c16.384 0 29.696-13.312 29.696-29.696v-777.216c0-16.384-13.312-29.696-29.696-29.696h-873.984z" fill="#4A4A4A" ></path><path d="M668.16 226.304L426.496 300.032c-30.208 9.216-51.2 36.864-52.736 68.096v254.464c-17.408-8.704-37.888-10.752-56.32-6.144-53.248 4.096-96.768 45.056-103.936 98.304 0 46.08 46.592 74.24 103.936 66.048 52.224-3.584 94.208-44.544 99.328-96.768v-245.76c0-19.968 24.576-29.184 24.576-29.184L655.36 342.016s23.552-7.68 23.552 13.824v203.264c-18.944-8.704-40.448-11.264-60.928-7.68-53.248 3.072-96.768 43.52-103.936 96.256 0 46.08 46.592 75.264 103.936 68.096 53.248-3.072 97.28-43.52 103.936-96.256V263.68c1.024-21.504-15.872-39.936-37.888-40.448-5.632 0.512-10.752 1.024-15.872 3.072z" fill="#949494" ></path></symbol><symbol id="icon-canshupeizhi" viewBox="0 0 1024 1024"><path d="M973.824 10.24H50.176C28.16 10.24 10.24 28.16 10.24 50.176v923.136c0 22.016 17.92 39.936 39.936 39.936h923.136c22.016 0 39.936-17.92 39.936-39.936V50.176c0.512-22.016-17.408-39.936-39.424-39.936z m-50.176 913.408H100.352V100.352h822.784l0.512 823.296zM296.448 726.528v96.768c0 5.632 4.608 10.24 10.24 10.24h60.416c5.632 0 10.24-4.608 10.24-10.24v-96.768c-12.8 4.096-26.624 6.144-39.936 6.144-14.848 0-28.16-2.048-40.96-6.144z m79.872-248.32V200.704c0-5.632-4.608-10.24-10.24-10.24H306.176c-5.632 0-10.24 4.608-10.24 10.24v276.992c12.8-4.096 26.624-6.144 39.936-6.144 14.336 0.512 27.648 2.56 40.448 6.656z m-79.872 248.32c12.8 4.096 26.624 6.144 39.936 6.144 13.824 0 27.136-2.048 39.936-6.144 68.608-22.016 105.984-95.744 83.968-164.352-12.8-39.936-44.032-71.168-83.968-83.968-12.8-4.096-26.624-6.144-39.936-6.144-13.824 0-27.136 2.048-39.936 6.144-68.608 22.016-105.984 95.744-83.968 164.352 12.8 39.936 44.032 71.168 83.968 83.968z m0-145.408c0.512-0.512 1.024-1.536 1.024-2.048l1.536-2.048 0.512-0.512c0.512-0.512 1.024-1.024 1.024-1.536l0.512-0.512c0.512-0.512 1.024-1.536 1.536-2.048l0.512-0.512 1.536-1.536 0.512-0.512c0.512-0.512 1.024-1.024 2.048-1.536 0.512-0.512 1.536-1.024 2.048-1.536l0.512-0.512c0.512-0.512 1.024-1.024 1.536-1.024l0.512-0.512c0.512-0.512 1.536-1.024 2.56-1.536 1.024-0.512 0.512 0 0.512 0l2.048-1.024 0.512-0.512c1.024-0.512 1.536-0.512 2.56-1.024s1.536-0.512 2.56-1.024h0.512c0.512 0 1.536-0.512 2.048-0.512h0.512c1.024 0 2.048-0.512 2.56-0.512h13.824c1.024 0 2.048 0.512 2.56 0.512h0.512l2.048 0.512h0.512c1.024 0 1.536 0.512 2.56 1.024s1.536 0.512 2.56 1.024l0.512 0.512c0.512 0.512 1.536 0.512 2.048 1.024h0.512c1.024 0.512 1.536 1.024 2.56 1.536l0.512 0.512c0.512 0.512 1.024 0.512 1.536 1.024l0.512 0.512c0.512 0.512 1.536 1.024 2.048 1.536 0.512 0.512 1.536 1.024 2.048 1.536l0.512 0.512 1.536 1.536 0.512 0.512c0.512 0.512 1.024 1.536 1.536 2.048l0.512 0.512c0.512 0.512 1.024 1.024 1.024 1.536l0.512 0.512 1.536 2.048c0.512 0.512 1.024 1.536 1.024 2.048 6.656 13.312 6.656 28.672 0 41.984-0.512 0.512-1.024 1.536-1.024 2.048l-1.536 2.048-0.512 0.512c-0.512 0.512-1.024 1.024-1.024 1.536l-0.512 0.512c-0.512 0.512-1.024 1.536-1.536 2.048l-0.512 0.512-1.536 1.536-0.512 0.512c-0.512 0.512-1.024 1.024-2.048 1.536-0.512 0.512-1.536 1.024-2.048 1.536l-0.512 0.512c-0.512 0.512-1.024 1.024-1.536 1.024l-0.512 0.512c-0.512 0.512-1.536 1.024-2.56 1.536-1.024 0.512-0.512 0-0.512 0l-2.048 1.024-0.512 0.512c-1.024 0.512-1.536 0.512-2.56 1.024s-1.536 0.512-2.56 1.024h-0.512c-0.512 0-1.536 0.512-2.048 0.512h-0.512c-1.024 0-2.048 0.512-2.56 0.512h-11.776-0.512c-1.024 0-2.048-0.512-2.56-0.512h-0.512l-2.048-0.512h-0.512c-1.024 0-1.536-0.512-2.56-1.024s-1.536-0.512-2.56-1.024l-0.512-0.512c-0.512-0.512-1.536-0.512-2.048-1.024h-0.512c-1.024-0.512-1.536-1.024-2.56-1.536l-0.512-0.512c-0.512-0.512-1.024-0.512-1.536-1.024l-0.512-0.512c-0.512-0.512-1.536-1.024-2.048-1.536-0.512-0.512-1.536-1.024-2.048-1.536l-0.512-0.512-1.536-1.536-0.512-0.512c-0.512-0.512-1.024-1.536-1.536-2.048l-0.512-0.512c-0.512-0.512-1.024-1.024-1.024-1.536l-0.512-0.512-1.536-2.048c-0.512-0.512-1.024-1.536-1.024-2.048-8.704-12.8-8.704-28.672-1.536-41.984z m351.232-35.328v276.992c0 5.632 4.608 10.24 10.24 10.24h60.416c5.632 0 10.24-4.608 10.24-10.24v-276.992c-12.8 4.096-26.624 6.144-39.936 6.144-14.848 0-28.16-2.048-40.96-6.144z m79.872-248.32V200.704c0-5.632-4.608-10.24-10.24-10.24h-60.416c-5.632 0-10.24 4.608-10.24 10.24v96.768c12.8-4.096 26.624-6.144 39.936-6.144 14.848 0 28.16 2.048 40.96 6.144z m-79.872 248.32c12.8 4.096 26.624 6.144 39.936 6.144 13.824 0 27.136-2.048 39.936-6.144 68.608-22.016 105.984-95.744 83.968-164.352-12.8-39.936-44.032-71.168-83.968-83.968-12.8-4.096-26.624-6.144-39.936-6.144-13.824 0-27.136 2.048-39.936 6.144-68.608 22.016-105.984 95.744-83.968 164.352 12.8 39.936 44.032 71.168 83.968 83.968z m0-144.896c0.512-0.512 1.024-1.536 1.024-2.048l1.536-2.048 0.512-0.512c0.512-0.512 1.024-1.024 1.024-1.536l0.512-0.512c0.512-0.512 1.024-1.536 1.536-2.048l0.512-0.512 1.536-1.536 0.512-0.512c0.512-0.512 1.024-1.024 2.048-1.536 0.512-0.512 1.536-1.024 2.048-1.536l0.512-0.512c0.512-0.512 1.024-1.024 1.536-1.024l0.512-0.512c0.512-0.512 1.536-1.024 2.56-1.536 1.024-0.512 0.512 0 0.512 0l2.048-1.024 0.512-0.512c1.024-0.512 1.536-0.512 2.56-1.024s1.536-0.512 2.56-1.024h0.512c0.512 0 1.536-0.512 2.048-0.512h0.512c1.024 0 2.048-0.512 2.56-0.512h12.288c1.024 0 2.048 0.512 2.56 0.512h0.512l2.048 0.512h0.512c1.024 0 1.536 0.512 2.56 1.024s1.536 0.512 2.56 1.024l0.512 0.512 2.048 1.024h0.512c1.024 0.512 1.536 1.024 2.56 1.536l0.512 0.512c0.512 0.512 1.024 0.512 1.536 1.024l0.512 0.512c0.512 0.512 1.536 1.024 2.048 1.536 0.512 0.512 1.536 1.024 2.048 1.536l0.512 0.512 1.536 1.536 0.512 0.512c0.512 0.512 1.024 1.536 1.536 2.048l0.512 0.512c0.512 0.512 1.024 1.024 1.024 1.536l0.512 0.512 1.536 2.048c0.512 0.512 1.024 1.536 1.024 2.048 6.656 13.312 6.656 28.672 0 41.984-0.512 0.512-1.024 1.536-1.024 2.048l-1.536 2.048-0.512 0.512c-0.512 0.512-1.024 1.024-1.024 1.536l-0.512 0.512c-0.512 0.512-1.024 1.536-1.536 2.048l-0.512 0.512-1.536 1.536-0.512 0.512c-0.512 0.512-1.024 1.024-2.048 1.536-0.512 0.512-1.536 1.024-2.048 1.536l-0.512 0.512c-0.512 0.512-1.024 1.024-1.536 1.024l-0.512 0.512c-0.512 0.512-1.536 1.024-2.56 1.536s-0.512 0-0.512 0l-2.048 1.024-0.512 0.512c-1.024 0.512-1.536 0.512-2.56 1.024s-1.536 0.512-2.56 1.024h-0.512c-0.512 0-1.536 0.512-2.048 0.512h1.536c-1.024 0-2.048 0.512-2.56 0.512h-11.776-0.512c-1.024 0-2.048-0.512-2.56-0.512h-0.512l-2.048-0.512h-0.512c-1.024 0-1.536-0.512-2.56-1.024s-1.536-0.512-2.56-1.024l-0.512-0.512c-0.512-0.512-1.536-0.512-2.048-1.024h-2.56c-1.024-0.512-1.536-1.024-2.56-1.536l-0.512-0.512c-0.512-0.512-1.024-0.512-1.536-1.024l-0.512-0.512c-0.512-0.512-1.536-1.024-2.048-1.536-0.512-0.512-1.536-1.024-2.048-1.536l-0.512-0.512-1.536-1.536-0.512-0.512c-0.512-0.512-1.024-1.536-1.536-2.048l-0.512-0.512c-0.512-0.512-1.024-1.024-1.024-1.536l-0.512-0.512-1.536-2.048c-0.512-0.512-1.024-1.536-1.024-2.048-7.168-13.312-7.168-29.184 0-41.984z" fill="#7E8590" ></path></symbol><symbol id="icon-SOPguanli" viewBox="0 0 1024 1024"><path d="M741.376 734.208h-256c-9.728 0.512-18.944 4.608-25.6 11.776s-10.24 16.384-9.728 26.112c1.024 18.944 16.384 34.304 35.328 35.328h256.512c9.728-0.512 18.944-4.608 25.6-11.776s10.24-16.384 9.728-26.112c-1.536-18.944-16.896-34.304-35.84-35.328zM485.376 289.792h256c19.968-1.024 35.84-17.92 35.328-37.888-1.024-18.944-16.384-34.304-35.328-35.328h-256c-9.728 0.512-18.944 4.608-25.6 11.776s-10.24 16.384-9.728 26.112c1.024 19.456 16.384 34.816 35.328 35.328zM485.376 548.864h256c19.968-1.024 35.84-17.92 35.328-37.888-1.024-18.944-16.384-34.304-35.328-35.328h-256c-9.728 0.512-18.944 4.608-25.6 11.776s-10.24 16.384-9.728 26.112c1.024 18.944 16.384 34.304 35.328 35.328zM250.368 532.48c6.656 23.552 24.576 42.496 47.616 50.688v72.704c-29.184 10.752-48.64 38.912-48.64 70.144-1.024 38.4 28.16 71.168 66.56 75.264h5.12c36.352 0 67.584-27.136 72.192-62.976 6.144-36.864-15.872-71.68-50.688-82.944v-72.704c17.408-6.144 31.744-17.92 40.448-33.792 9.728-17.408 12.288-37.376 7.168-56.832-6.656-23.552-24.576-42.496-47.616-50.688V369.152c33.28-11.264 54.272-45.056 49.664-79.872-2.048-19.456-11.264-36.352-26.112-48.64-14.848-12.288-33.792-17.92-52.736-16.384-34.304 3.072-61.952 30.72-65.024 65.024-4.608 35.328 16.384 68.608 49.664 80.384v72.704c-37.376 12.288-58.368 51.712-47.616 90.112z m73.216 8.192c-15.36-0.512-28.16-13.312-27.648-28.672 0.512-15.36 13.312-27.136 28.672-26.624 15.36 0.512 27.136 13.312 26.624 28.672-0.512 15.36-12.8 26.624-27.648 26.624z m-28.672 185.856c-0.512-15.36 11.264-28.16 26.112-29.184h2.048c7.168 0 14.336 3.072 19.456 8.192 5.12 5.632 8.192 12.8 7.68 20.48 0.512 15.36-11.264 28.16-26.112 28.672-7.168 0.512-14.336-2.048-19.968-7.168-5.632-5.12-8.704-11.776-9.216-18.944v-2.048z m56.32-428.544c0 7.68-2.56 14.848-7.68 19.968s-11.776 8.192-19.456 8.192c-7.168 0-14.336-2.56-19.968-8.192-5.12-5.632-8.192-12.8-8.192-20.48-0.512-15.36 11.264-28.16 26.112-28.672h1.536c14.848 0 26.624 11.264 27.648 26.112v3.072z" fill="#707070" ></path><path d="M929.792 23.04c-6.144-6.144-14.848-9.728-23.552-9.728H117.76c-18.432 0-33.28 14.848-33.28 33.28V977.92c0 18.432 14.848 33.28 33.28 33.28h788.48c18.432 0 33.28-14.848 33.28-33.28V46.592c0-9.216-3.072-17.408-9.728-23.552z m-56.32 56.832v864.768H150.528V79.872h722.944zM906.24 20.48z" fill="#707070" ></path></symbol><symbol id="icon-peifangbanben" viewBox="0 0 1024 1024"><path d="M962.56 18.432H232.96v75.264h696.832v784.384h75.776V61.44c0-24.064-19.456-43.008-43.008-43.008z" fill="#707070" ></path><path d="M753.152 140.288H61.44c-23.552 0-43.008 19.456-43.52 43.008V962.56c0 23.552 19.456 43.008 43.52 43.008h691.712c23.552 0 43.008-19.456 43.52-43.008V183.808c-0.512-24.064-19.456-43.52-43.52-43.52z m-32.256 75.776v714.752H94.208V216.064h626.688z" fill="#707070" ></path><path d="M620.544 777.216H194.048c-20.992 0-37.888 16.896-37.888 37.888 0 20.992 16.896 37.888 37.888 37.888h426.496c20.992 0 37.888-16.896 37.888-37.888 0-20.992-16.896-37.888-37.888-37.888zM373.76 719.36c6.656 11.776 19.456 18.944 32.768 18.944h1.024c13.312 0 26.112-7.168 32.768-18.944l214.016-370.176c10.24-17.92 4.096-41.472-13.824-51.712s-41.472-4.096-51.712 13.824l-181.76 314.368-181.248-314.88c-10.24-17.92-33.792-24.064-51.712-13.824s-24.064 33.792-13.824 51.712L373.76 719.36z" fill="#707070" ></path></symbol><symbol id="icon-buliangpinguanli" viewBox="0 0 1024 1024"><path d="M428.7488 1018.7776h-268.8c-84.48-0.512-152.576-69.12-152.064-153.088V158.1056c-0.512-83.968 67.584-152.576 152.064-153.088h589.824c84.48 0.512 152.576 69.12 152.064 153.088v247.808c0 19.456-15.872 34.816-34.816 34.816-19.456 0-34.816-15.872-34.816-34.816v-247.808c0-45.568-36.352-82.432-81.92-82.432H159.9488c-45.568 0-81.92 36.864-81.92 82.432v707.072c0 45.568 36.352 82.432 81.92 82.432h268.8c19.456 0 35.328 15.872 35.328 35.328-0.512 19.968-16.384 35.84-35.328 35.84z" fill="#8A8A8A" ></path><path d="M730.8288 1012.6336c-157.696 0-285.696-128-285.696-285.696s128-285.696 285.696-285.696 285.696 128 285.696 285.696c-0.512 157.696-128.512 285.184-285.696 285.696z m0-495.104c-115.712 0-209.408 93.696-209.408 209.408s93.696 209.408 209.408 209.408c115.712 0 209.408-93.696 209.408-209.408-0.512-115.712-94.208-209.408-209.408-209.408z m-138.752-241.664h-413.184c-20.992 0-37.888-16.896-37.888-37.888 0-20.992 16.896-37.888 37.888-37.888h413.184c20.992 0 37.888 16.896 37.888 37.888 0 20.48-16.896 37.888-37.888 37.888z m-223.232 190.464h-190.464c-20.992 0-37.888-16.896-37.888-37.888 0-20.992 16.896-37.888 37.888-37.888h190.464c20.992 0 37.888 16.896 37.888 37.888 0.512 20.48-16.384 37.888-37.888 37.888z" fill="#8A8A8A" ></path><path d="M812.7488 858.0096c-12.288 0-23.552-4.608-32.256-13.312l-160.768-160.768c-17.92-17.92-17.92-46.592 0-64.512s46.592-17.92 64.512 0l160.768 160.768c17.92 17.92 17.92 46.592 0 64.512-8.704 8.704-19.968 13.312-32.256 13.312z" fill="#8A8A8A" ></path><path d="M651.9808 858.0096c-25.088 0-45.568-20.48-45.568-45.568 0-12.288 4.608-23.552 13.312-32.256l160.768-160.768c17.92-17.92 46.592-17.92 64.512 0s17.92 46.592 0 64.512l-160.768 160.768c-8.704 8.704-20.48 13.312-32.256 13.312z" fill="#8A8A8A" ></path></symbol><symbol id="icon-gongdanguanli" viewBox="0 0 1024 1024"><path d="M938.92608 12.66688h-622.08c-44.032 0-80.384 35.84-80.384 79.872v64.512h-151.552c-44.032 0-79.872 35.84-79.872 79.872v693.76c0 44.032 35.84 79.872 79.872 79.872h622.08c44.032 0 79.872-35.84 79.872-79.872v-64.512h151.552c44.032 0 79.872-35.84 79.872-79.872v-693.76c0.512-44.032-35.328-79.872-79.36-79.872z m-233.984 771.584v144.896h-617.472v-689.152h617.472v544.256z m231.424 0h-149.504v-547.328c0-44.032-35.84-79.872-79.872-79.872h-388.096v-62.464h617.472v689.664z" fill="#8A8A8A" ></path><path d="M136.62208 407.93088h372.736v75.264h-372.736v-75.264z m0 323.072h372.736v75.264h-372.736v-75.264z m0-161.792h210.944v75.264h-210.944v-75.264z" fill="#8A8A8A" ></path></symbol><symbol id="icon-dianjiangongxu" viewBox="0 0 1024 1024"><path d="M971.776 10.24H52.224C29.184 10.24 10.24 29.184 10.24 52.224v920.064c0 23.04 18.944 41.984 41.984 41.984h920.064c23.04 0 41.984-18.944 41.984-41.984V52.224c-0.512-23.04-19.456-41.984-42.496-41.984z m-41.472 83.456v138.24H93.696v-138.24h836.608zM93.696 930.304v-614.4h836.096v614.4H93.696z m544.768-246.272c59.392-86.528 37.888-204.8-48.64-264.192s-204.8-37.888-264.192 48.64c-59.392 86.528-37.888 204.8 48.64 264.192 64.512 44.544 150.016 44.544 214.528 0.512l82.432 82.432c13.824 13.824 35.84 13.824 49.152 0 13.824-13.824 13.824-35.84 0-49.152l-81.92-82.432z m-238.592-22.016c-47.104-46.592-47.104-121.856-0.512-168.96s121.856-47.104 168.96-0.512 47.104 121.856 0.512 168.96c-22.528 22.528-53.248 35.328-85.504 35.328-31.232 0-61.44-12.8-83.456-34.816z" fill="#8A8A8A" ></path></symbol><symbol id="icon-peifangguanli2" viewBox="0 0 1024 1024"><path d="M537.088 908.8H151.552c-15.36 0-28.16-12.8-28.16-28.672V110.08c0-15.36 12.8-28.16 28.672-28.16h430.08v145.408c0 58.368 47.104 105.472 105.472 105.472h145.408v246.272c0 20.992 17.408 38.4 38.4 38.4h0.512c20.992 0 38.4-17.408 38.4-38.912V271.36c0-19.456-7.68-37.376-20.992-50.688L693.76 25.6c-9.216-8.704-21.504-13.312-34.304-13.312h-16.896L152.064 5.12C93.696 5.12 46.592 52.224 46.592 110.592V880.64c0 58.368 47.104 105.472 105.472 105.472H537.6c20.992 0 38.4-17.408 38.4-38.912 0-10.24-4.096-19.968-11.264-27.136-7.68-7.168-17.408-11.264-27.648-11.264z m121.856-680.96V100.352l156.16 156.16h-128c-15.36-0.512-28.16-13.312-28.16-28.672z" fill="#7E7E7F" ></path><path d="M284.672 534.016h336.896c20.48 0 37.376-16.896 37.376-37.376v-2.048c0-20.48-16.896-37.376-37.376-37.376H285.184c-10.24 0-19.456 4.096-26.624 10.752-7.168 7.168-10.752 16.384-10.752 26.624v2.048c-0.512 20.48 16.384 37.376 36.864 37.376zM977.408 752.64c-0.512-13.824-7.68-26.112-19.968-32.768l-142.336-79.36h-0.512c-12.288-6.144-26.624-5.632-38.4 1.024l-140.288 78.848-1.024 0.512c-11.776 6.656-18.944 19.456-19.456 32.768v146.432c0.512 13.312 7.68 25.6 19.456 32.768l140.8 81.408 1.536 0.512c6.144 3.072 12.288 4.608 18.432 4.608 6.656 0 13.824-1.536 19.968-5.12l139.776-80.384h1.024l1.024-0.512c11.776-7.168 18.432-18.944 18.944-32.768l1.024-147.968z m-76.8 24.576v99.84L796.672 936.96l-103.936-59.904v-99.84l103.936-57.856 103.936 57.856zM284.672 333.312h169.472c20.48 0 37.376-16.896 37.376-37.376v-2.048c0-20.48-16.896-37.376-37.376-37.376H284.672c-20.48 0-37.376 16.896-37.376 37.376v2.048c0 20.48 16.896 37.376 37.376 37.376z" fill="#7E7E7F" ></path></symbol><symbol id="icon-xitongpeizhi" viewBox="0 0 1024 1024"><path d="M512.512 1018.368H396.288c-39.424 1.024-72.192-30.208-72.704-69.632v-86.016c-6.656-3.072-12.8-6.656-18.944-10.24l-73.216 45.568c-34.304 17.92-76.288 6.144-96.768-26.624l-1.536-2.56-115.2-201.216c-12.288-18.432-15.872-41.472-8.704-62.464 6.656-18.432 20.48-32.768 38.4-40.448l68.608-42.496v-20.48L47.104 458.752c-17.92-7.68-31.744-22.016-38.4-40.448-6.656-20.992-3.072-44.544 9.216-62.976l114.688-200.704c8.704-16.384 24.064-28.16 41.472-32.768 21.504-5.632 44.032-1.024 61.952 11.264l67.072 41.984c6.144-4.096 13.312-8.192 20.48-11.776V77.824C322.56 38.4 353.792 6.144 393.216 5.12h233.984c39.424-1.024 72.192 30.208 72.704 69.632v86.016c6.656 3.584 12.8 6.656 18.944 10.24l73.216-45.568c34.304-17.92 76.288-6.144 96.768 26.624l1.536 2.56 115.2 201.216c12.288 18.432 15.872 41.472 8.704 62.464-6.656 18.432-20.48 32.768-38.4 40.448l-68.608 42.496v10.752c1.024 24.576-17.92 45.056-42.496 45.568-24.576 1.024-45.056-17.92-45.568-42.496V452.608l102.4-64.512-101.376-177.664-102.4 64-23.552-15.872c-18.944-11.776-38.4-22.528-58.88-31.744l-24.064-12.288V93.184h-199.68v134.656l-33.28 8.192c-14.848 5.632-29.184 13.312-41.984 23.552l-31.744 20.992L199.68 215.04 100.864 388.096l102.4 64.512v118.272l-102.4 64.512 101.376 177.664 102.4-64 23.552 15.872c18.944 11.776 38.4 22.528 58.88 31.744l24.064 12.288v121.856H512c24.576 0 44.032 19.968 44.032 44.032 0 23.552-19.968 43.52-43.52 43.52z m0-594.944c48.64 0 88.064 39.424 88.064 88.064s-39.424 88.064-88.064 88.064-88.064-39.424-88.064-88.064 38.912-88.064 88.064-88.064m0-88.064c-97.28 0-176.128 78.848-176.128 176.128s78.848 176.128 176.128 176.128 176.128-78.848 176.128-176.128-78.848-176.128-176.128-176.128c-0.512 0-0.512 0 0 0z m197.632 595.456h264.192c24.576 1.024 43.52 21.504 42.496 45.568-1.024 23.04-19.456 41.472-42.496 42.496h-264.192c-24.576 1.024-45.056-17.92-45.568-42.496-1.024-24.576 17.92-45.056 42.496-45.568h3.072z m0-154.112h264.192c24.576 1.024 43.52 21.504 42.496 45.568-1.024 23.04-19.456 41.472-42.496 42.496h-264.192c-24.576-1.024-43.52-21.504-42.496-45.568 1.024-23.04 19.456-41.472 42.496-42.496z m0-154.112h264.192c24.576 1.024 43.52 21.504 42.496 45.568-1.024 23.04-19.456 41.472-42.496 42.496h-264.192c-24.576 1.024-45.056-17.92-45.568-42.496-1.024-24.576 17.92-45.056 42.496-45.568h3.072z" fill="#8A8A8A" ></path></symbol><symbol id="icon-zhuisubaobiao1" viewBox="0 0 1024 1024"><path d="M134.144 883.712c-26.624 0-48.128-21.504-48.128-48.128v-532.48H921.6v186.88c24.576 15.872 47.104 35.328 66.048 57.856V269.824c0-5.12-1.024-10.24-3.584-14.336l-94.208-193.024C872.96 27.648 837.632 5.12 798.72 5.12H208.384c-38.912 0-74.24 22.528-91.648 57.344L22.528 255.488c-2.048 4.608-3.584 9.728-3.584 14.336v565.248c0 63.488 51.2 114.688 114.688 114.688H486.4c-14.848-20.48-27.648-43.008-37.376-66.048H134.144z m41.984-792.064c6.144-12.288 18.432-19.968 31.744-19.968h590.336c13.312 0 25.6 7.68 31.744 19.968L901.12 237.056H105.472l70.656-145.408z m569.344 408.064c-143.36 0-259.584 116.224-259.584 259.584s116.224 259.584 259.584 259.584c143.36 0 259.584-116.224 259.584-259.584-0.512-143.36-116.736-259.072-259.584-259.584z m0 452.608c-107.008 0-193.536-86.528-193.536-193.536s86.528-193.536 193.536-193.536 193.536 86.528 193.536 193.536c-0.512 107.008-87.04 193.536-193.536 193.536z m133.632-182.272c0 18.432-14.848 33.28-33.28 33.28h-106.496c-18.432 0-33.28-14.848-33.28-33.28V645.12c0.512-18.432 16.384-32.768 34.304-31.744 17.408 0.512 31.232 14.336 31.744 31.744v91.648h73.728c18.432 0 33.28 14.848 33.28 33.28zM163.84 479.232v-66.56h193.024v66.048l-193.024 0.512z" fill="#8A8A8A" ></path></symbol><symbol id="icon-tiaomaguanli" viewBox="0 0 1024 1024"><path d="M204.288 377.856h29.184v268.288h-29.184V377.856z m73.216 0H307.2v268.288h-29.184V377.856z m73.216 0h29.184v268.288h-29.184V377.856z m73.728 0h29.184v268.288h-29.184V377.856z m73.216 0h29.184v268.288h-29.184V377.856z m73.216 0h29.184v268.288h-29.184V377.856z m73.216 0h29.184v268.288h-29.184V377.856z m72.704 0h29.184v268.288H716.8V377.856z m73.216 0h29.184v268.288h-29.184V377.856z m196.096 371.2c-17.92 0-32.256 14.336-32.256 32.256v128.512c0 24.064-19.456 44.032-44.032 44.032h-128.512c-17.92 0-32.256 14.336-32.256 32.256s14.336 32.256 32.256 32.256h128.512c59.904 0 108.544-48.64 109.056-109.056v-129.024c0-16.896-14.848-31.232-32.768-31.232zM910.336 5.12h-129.024c-17.92 0-32.256 14.336-32.256 32.256s14.336 32.256 32.256 32.256h128.512c24.064 0 44.032 19.456 44.032 44.032v128.512c0 17.92 14.336 32.256 32.256 32.256s32.256-14.336 32.256-32.256v-128c0-60.416-48.128-109.056-108.032-109.056zM242.688 5.12H114.176C54.272 5.12 5.632 53.76 5.12 114.176v128.512c0 17.92 14.336 32.256 32.256 32.256s32.256-14.336 32.256-32.256V114.176c0-24.064 19.456-44.032 44.032-44.032h128.512c17.92 0 32.256-14.336 32.256-32.256 1.024-18.432-13.824-32.768-31.744-32.768z m0 948.736H114.176c-24.064 0-44.032-19.456-44.032-44.032v-128.512c0-17.92-14.336-32.256-32.256-32.256s-32.256 14.336-32.256 32.256v128.512c0 59.904 48.64 108.544 109.056 109.056h128.512c17.92 0 32.256-14.336 32.256-32.256 0-18.432-14.848-32.768-32.768-32.768z" fill="#8A8A8A" ></path></symbol><symbol id="icon-biaoqianguanli" viewBox="0 0 1024 1024"><path d="M983.04 205.824h-154.112v-138.24c0-19.968-15.872-35.84-35.84-35.84H231.424c-19.968 0-35.84 15.872-35.84 35.84v138.24H40.96c-19.968 0-35.84 15.872-35.84 35.84v508.928c0 19.968 15.872 35.84 35.84 35.84h154.112v169.472c0 19.968 15.872 35.84 35.84 35.84h561.664c19.968 0 35.84-15.872 35.84-35.84v-169.472H983.04c19.968 0 35.84-15.872 35.84-35.84V242.176c0-19.968-15.872-36.352-35.84-36.352z m-715.776-102.4h489.472v102.4H267.264v-102.4z m489.472 817.152H267.264v-264.704h489.472v264.704z m190.464-205.312h-118.784v-95.232c0-19.968-15.872-35.84-35.84-35.84H230.912c-19.968 0-35.84 15.872-35.84 35.84v95.232H76.8V278.016h144.384c3.584 1.024 7.68 1.536 11.776 1.536 3.072 0 5.632-0.512 8.704-1.536H947.2v437.248z" fill="#8A8A8A" ></path><path d="M358.912 359.936h-128c-18.432 1.024-33.792 15.872-34.304 34.304-1.024 19.968 14.336 36.352 34.304 37.376h130.56c19.968-1.024 35.328-17.408 34.304-37.376 0-19.968-16.896-35.328-36.864-34.304z" fill="#8A8A8A" ></path></symbol><symbol id="icon-chanpinguanli" viewBox="0 0 1024 1024"><path d="M846.848 644.096l80.384 138.752-80.384 138.752H686.08l-79.872-138.24 80.384-138.752h160.256m46.08-79.872h-252.416L514.048 783.36l125.952 218.624h252.416L1018.88 783.36l-125.952-218.624z" fill="#8A8A8A" ></path><path d="M681.472 783.36c0 44.032 35.328 79.36 79.36 79.36s79.36-35.328 79.36-79.36-35.328-79.36-79.36-79.36c-43.52 0-79.36 35.328-79.36 79.36zM362.496 101.888v278.016H84.48V101.888h278.016M441.856 22.528H5.12v436.736h436.736V22.528zM362.496 644.096v278.016H84.48v-278.016h278.016m79.36-79.36H5.12v436.736h436.736v-436.736zM905.728 101.888v278.016h-278.016V101.888h278.016m79.36-79.36h-436.736v436.736h436.736V22.528z" fill="#8A8A8A" ></path></symbol><symbol id="icon-jingtaiwenben" viewBox="0 0 1024 1024"><path d="M220.35968 220.25216h583.168v180.736h-25.6s-49.152-110.592-107.52-120.32c-32.768-6.144-65.536-7.168-98.816-3.072l-0.512 460.8s16.384 31.744 43.008 33.28h58.88v31.744h-322.56l1.024-33.28 51.712-0.512s38.912-10.752 38.912-36.864 1.024-451.584 1.024-451.584c-32.256-4.608-65.024-5.12-97.792-1.024-52.224 17.408-90.624 62.464-99.84 117.248l-26.112 2.048 1.024-179.2z" fill="#8A8A8A" ></path><path d="M848.58368 10.33216h-749.568c-48.64 0-88.576 39.424-88.576 88.576v750.08c0 91.136 73.728 164.864 164.864 164.864h749.568c48.64 0 88.576-39.936 88.576-88.576v-750.08c0-91.136-73.728-164.864-164.864-164.864z m73.216 164.864v747.008h-746.496c-39.936-0.512-72.704-32.768-73.216-72.704v-747.52h745.984c40.448 0.512 73.216 32.768 73.728 73.216z" fill="#8A8A8A" ></path></symbol><symbol id="icon-neizhisuofang1" viewBox="0 0 1024 1024"><path d="M511.488 552.448c12.8 0 24.576-5.12 33.792-13.824 9.216-9.216 13.824-20.992 13.824-33.792V372.736c0-26.112-21.504-47.616-47.616-47.616-12.8 0-24.576 5.12-33.792 13.824-9.216 9.216-13.824 20.992-13.824 33.792v132.096c0 12.8 5.12 24.576 13.824 33.792 9.216 9.216 20.992 13.824 33.792 13.824z" fill="#5E666D" ></path><path d="M662.016 149.504H552.96v-13.824c0-41.984-23.04-80.896-59.904-101.888L459.776 15.36C440.32 4.608 415.232 11.264 404.48 31.232c-10.752 19.456-4.096 44.544 15.872 55.296l33.28 18.432c11.264 6.144 17.92 17.92 17.92 30.72v13.824H361.472c-114.688 0-208.384 93.696-208.384 208.384v308.736c0.512 190.976 156.16 346.624 346.624 346.624h24.064c190.976-0.512 346.624-156.16 346.624-346.624V357.888c0-114.688-93.696-208.384-208.384-208.384zM233.984 357.888c0-69.632 57.344-126.464 126.976-126.976h300.032c69.632 0 126.464 57.344 126.976 126.976v309.76l0.512 3.584c-2.048 144.384-120.32 261.632-265.216 261.632h-24.064c-145.92 0-264.704-119.296-264.704-265.216V357.888z" fill="#5E666D" ></path></symbol><symbol id="icon-kuangxuansuofang" viewBox="0 0 1024 1024"><path d="M322.048 923.648c5.632 0 10.752 4.608 10.752 10.752v73.728c0 5.632-4.608 10.752-10.752 10.752H247.808c-5.632 0-10.752-4.608-10.752-10.752v-73.728c0-5.632 4.608-10.752 10.752-10.752h74.24z m-232.448 0c5.632 0 10.752 4.608 10.752 10.752v73.728c0 5.632-4.608 10.752-10.752 10.752H15.872c-5.632 0-10.752-4.608-10.752-10.752v-73.728c0-5.632 4.608-10.752 10.752-10.752h73.728z m370.176-467.456l530.944 197.632-194.048 75.264 220.16 220.16c2.56 2.56 3.072 6.656 1.024 10.24l-2.56 3.584-52.736 52.224c-2.56 3.072-6.656 4.096-10.752 3.072l-3.072-2.048-228.864-229.376-99.84 212.48L459.776 456.192z m-370.176 238.08c5.632 0 10.752 4.608 10.752 10.752v73.728c0 5.632-4.608 10.752-10.752 10.752H15.872c-5.632 0-10.752-4.608-10.752-10.752v-73.728c0-5.632 4.608-10.752 10.752-10.752h73.728z m0-229.888c5.632 0 10.752 4.608 10.752 10.752v73.728c0 5.632-4.608 10.752-10.752 10.752H15.872c-5.632 0-10.752-4.608-10.752-10.752V475.136c0-5.632 4.608-10.752 10.752-10.752h73.728z m918.528-229.376c5.632 0 10.752 4.608 10.752 10.752v73.728c0 5.632-4.608 10.752-10.752 10.752h-73.728c-5.632 0-10.752-4.608-10.752-10.752V245.248c0-5.632 4.608-10.752 10.752-10.752h73.728z m-918.528 0c5.632 0 10.752 4.608 10.752 10.752v73.728c0 5.632-4.608 10.752-10.752 10.752H15.872c-5.632 0-10.752-4.608-10.752-10.24V245.248c0-5.632 4.608-10.752 10.752-10.752l73.728 0.512zM319.488 5.12c5.632 0 10.752 4.608 10.752 10.752v73.728c0 5.632-4.608 10.752-10.752 10.752H245.248c-5.632 0-10.752-4.608-10.752-10.752V15.872c0-5.632 4.608-10.752 10.752-10.752h74.24z m688.64 0c5.632 0 10.752 4.608 10.752 10.752v73.728c0 5.632-4.608 10.752-10.752 10.752h-73.728c-5.632 0-10.752-4.608-10.752-10.752V15.872c0-5.632 4.608-10.752 10.752-10.752h73.728zM89.6 5.12c5.632 0 10.752 4.608 10.752 10.752v73.728c0 5.632-4.608 10.752-10.752 10.752H15.872C10.24 100.352 5.12 95.744 5.12 89.6V15.872C5.12 9.728 9.728 5.12 15.872 5.12h73.728z m459.264 0c5.632 0 10.752 4.608 10.752 10.752v73.728c0 5.632-4.608 10.752-10.752 10.752H475.136c-5.632 0-10.752-4.608-10.752-10.752V15.872c0-5.632 4.608-10.752 10.752-10.752h73.728z m229.888 0c5.632 0 10.752 4.608 10.752 10.752v73.728c0 5.632-4.608 10.752-10.752 10.752h-73.728c-5.632 0-10.752-4.608-10.752-10.752V15.872c0-5.632 4.608-10.752 10.752-10.752h73.728z" ></path></symbol><symbol id="icon-bianyunjiehe" viewBox="0 0 1024 1024"><path d="M1010.176 585.216c0 9.216 1.024 5.632 1.536 3.584l-1.024 5.12c-8.704 49.152-51.2 17.92-55.808 27.648l-28.672-19.968v-84.992c3.584-24.576 1.024-49.664-7.68-72.704-12.288-17.408-32.768-15.872-61.952-15.872H675.84V512c1.536 24.576 0 49.664-5.12 73.728-13.312 43.52-48.64 76.8-92.672 87.04-19.456 3.072-39.424 4.096-59.392 3.072H455.168v181.76c0 29.696-1.536 50.176 15.872 62.464 27.648 8.704 56.32 11.264 84.992 7.68h109.056c35.84 0 53.76 4.096 59.392 34.816 1.024 8.704 0 17.408-3.584 25.6-12.288 29.184-47.104 23.04-87.552 23.04h-143.36c-3.584 0-7.168-1.024-10.752-1.024-7.68-1.536-15.36-3.072-23.04-5.632-32.768-11.776-58.88-36.352-73.728-68.096-5.12-12.288-8.704-25.088-10.752-38.4 0-18.944 0-37.888-0.512-56.832V675.84H205.312c-22.016 1.536-44.032 1.024-66.048-2.048-21.504-5.12-41.472-14.848-58.368-29.184-20.992-17.92-35.328-42.496-41.472-69.632-3.584-25.6-4.096-51.2-2.56-76.8V435.2c0-9.216-1.024-5.632-1.536-3.584l1.024-5.12c8.704-49.152 51.2-17.92 55.808-27.648l28.672 19.968v84.992c-3.584 24.576-1.024 49.664 7.68 72.704 12.288 17.408 32.768 15.872 61.952 15.872h180.736V508.416c-1.536-24.576 0-49.664 5.12-73.728 13.312-43.52 48.64-76.8 92.672-87.04 19.456-3.072 39.424-4.096 59.392-3.072h64V162.816c0-29.696 1.536-50.176-15.872-62.464-27.648-8.704-56.32-11.264-84.992-7.68H382.464c-35.84 0-53.76-4.096-59.392-34.816-1.024-8.704 0-17.408 3.584-25.6C338.944 3.072 373.76 9.216 414.208 9.216h143.36c3.584 0.512 7.168 1.024 10.752 1.024 7.68 1.536 15.36 3.072 23.04 5.632 32.768 11.776 58.88 36.352 73.728 68.096 5.12 12.288 8.704 25.088 10.752 38.4 0 18.944 0 37.888 0.512 56.832v165.376h138.24c31.232-1.536 62.464-1.024 93.696 2.048 21.504 5.12 41.472 14.848 58.368 29.184 20.992 17.92 35.328 42.496 41.472 69.632 3.584 25.6 4.096 51.2 2.56 76.8l-0.512 62.976z m-417.28-64.512V428.032h-71.68c-25.6 0-45.568-0.512-56.832 13.824-9.216 17.92-12.8 38.4-9.216 57.856v92.672h71.68c25.6 0 45.568 0 56.832-13.824 9.216-17.408 12.288-37.888 9.216-57.856zM77.824 203.776c-38.4 0-69.632-31.232-69.632-69.632s31.232-69.632 69.632-69.632 69.632 31.232 69.632 69.632c0.512 38.4-30.72 69.632-69.632 69.632 0.512 0 0.512 0 0 0zM942.08 844.8c38.4 0 69.632 31.232 69.632 69.632s-31.232 69.632-69.632 69.632-69.632-31.232-69.632-69.632S903.68 844.8 942.08 844.8z" fill="#FEBF72" ></path></symbol><symbol id="icon-wenjianjia1" viewBox="0 0 1024 1024"><path d="M605.7472 271.7696h357.376c14.336 0 22.016-14.336 22.016-29.184v-87.552c0-14.336-7.168-29.184-22.016-29.184h-422.912c-13.824 1.536-24.064 13.824-22.528 27.648 0.512 6.144 3.584 11.776 7.68 15.872l65.536 94.72c0.512 7.68 7.68 7.68 14.848 7.68z" fill="#5A84FF" opacity=".6" ></path><path d="M952.8832 322.4576h-371.712c-19.456 0.512-36.864-11.264-43.52-29.184l-145.92-189.44c-12.8-14.336-31.744-22.528-51.2-22.016h-269.824c-37.376 3.072-66.048 35.328-65.536 72.704v714.24c-3.072 36.864 24.064 69.632 61.44 72.704H952.8832c37.376-3.072 66.048-35.328 65.536-72.704v-473.6c3.072-36.864-24.576-69.632-61.44-72.704h-4.096z" fill="#3D4353" ></path></symbol><symbol id="icon-gongxuguanli" viewBox="0 0 1024 1024"><path d="M868.352 738.816c26.112 0 47.616 21.504 47.616 47.616v184.832c0 26.112-21.504 47.616-47.616 47.616H393.216c-26.112 0-47.616-21.504-47.616-47.616v-184.832c0-26.112 21.504-47.616 47.616-47.616h475.136zM952.832 97.28h1.024c26.112 0.512 46.592 21.504 46.592 47.616v367.616c-0.512 26.112-21.504 46.592-47.616 46.592H675.84l-133.632 108.544c-17.408 14.336-42.496 14.336-59.904 0L348.16 559.616H118.784v271.872h140.8c26.112 1.024 46.592 23.04 45.568 49.664-1.024 25.088-21.504 45.056-46.08 45.568H70.144c-26.112-0.512-46.592-21.504-46.592-47.616V510.976c0.512-26.112 21.504-46.592 47.616-46.592h278.016l133.12-108.032c17.408-14.336 42.496-14.336 59.904 0l133.12 108.032h230.4V192.512h-140.8c-26.112-1.024-46.592-23.04-45.568-49.664 1.024-25.088 21.504-45.056 46.08-45.568h187.392z m-132.096 736.768H440.832v89.6h379.904v-89.6zM512 454.656l-71.168 57.856 71.168 57.856 71.168-57.856L512 454.656zM630.784 5.12c26.112 0 47.616 21.504 47.616 47.616v184.832c0 26.112-21.504 47.616-47.616 47.616H155.648c-26.112 0-47.616-21.504-47.616-47.616V52.736c0-26.112 21.504-47.616 47.616-47.616h475.136z m-47.616 95.232H203.264v89.6h379.904V100.352z" fill="#8A8A8A" ></path></symbol><symbol id="icon-zhuisubaobiao" viewBox="0 0 1024 1024"><path d="M134.144 883.712c-26.624 0-48.128-21.504-48.128-48.128v-532.48H921.6v186.88c24.576 15.872 47.104 35.328 66.56 57.856V269.824c0-5.12-1.024-10.24-3.072-14.336L890.88 62.464C872.96 27.136 837.632 5.12 798.72 5.12H208.384c-38.912 0-74.24 22.528-91.648 57.344L22.528 255.488c-2.048 4.608-3.584 9.728-3.072 14.336v565.248c0 63.488 51.2 114.688 114.688 114.688H486.4c-15.36-20.48-27.648-42.496-37.376-66.048H134.144z m41.984-792.064c6.144-12.288 18.432-19.968 32.256-19.968h589.824c13.824 0 26.112 7.68 32.256 19.968L901.12 237.056H105.472l70.656-145.408z m568.832 408.064c-143.36 0-259.584 116.224-259.072 259.584s116.224 259.584 259.584 259.072c143.36 0 259.584-116.224 259.072-259.584 0-142.848-116.224-259.072-259.584-259.072z m0 452.608c-106.496 0-193.024-86.528-193.024-193.024s86.528-193.024 193.024-193.024 193.024 86.528 193.024 193.024c0 106.496-86.528 192.512-193.024 193.024z m133.632-182.272c0 18.432-14.848 33.28-32.768 33.28h-106.496c-18.432 0-33.28-14.848-33.28-32.768V645.12c0-18.432 14.848-33.28 33.28-33.28s33.28 14.848 33.28 33.28v91.648h73.728c17.408 0 32.256 14.336 32.256 33.28 0-0.512 0-0.512 0 0zM163.84 479.232V413.184h193.024v66.048H163.84z" fill="#8A8A8A" ></path></symbol><symbol id="icon-lixianzhuangtai" viewBox="0 0 1024 1024"><path d="M509.952 3.072c280.064 0 506.88 226.816 506.88 506.88s-226.816 506.88-506.88 506.88-506.88-226.816-506.88-506.88S230.4 3.072 509.952 3.072z" fill="#FF8080" ></path><path d="M80.384 509.952c0 237.568 192.512 430.08 430.08 430.08 95.232 0 187.392-31.744 262.656-89.6L169.984 247.296C111.616 322.56 80.384 415.232 80.384 509.952zM509.952 80.384c-95.744 0-188.928 31.744-264.192 91.136l603.648 603.648c145.92-187.392 112.64-457.216-74.752-603.648-75.264-59.392-168.448-91.136-264.704-91.136z" fill="#585858" ></path><path d="M233.64096 473.06752h131.584v316.416h-131.584zM444.58496 314.85952h131.584v474.112h-131.584zM655.01696 230.89152h131.584v558.08h-131.584z" fill="#FFFFFF" opacity=".71" ></path></symbol><symbol id="icon-fuzhi2" viewBox="0 0 1024 1024"><path d="M579.584 287.744l100.352 100.352v549.888h-537.6v-650.24h437.248m33.28-80.384H129.536c-37.888 0-68.608 30.72-68.608 68.608v674.816c0 17.92 7.168 35.84 19.968 48.64s30.208 19.968 48.64 19.968h562.688c37.888 0 68.096-30.72 68.096-68.608V354.816l-147.456-147.456z" fill="#9A9A9A" ></path><path d="M815.616 5.12H332.288c-37.888 0-68.608 30.72-68.608 68.608v115.2h80.896V86.016h437.76l100.352 100.352v549.888h-98.816v80.896h111.616c37.888 0 68.096-30.72 68.096-68.608V152.576L815.616 5.12z" fill="#9A9A9A" ></path></symbol><symbol id="icon-xianshi1" viewBox="0 0 1024 1024"><path d="M1014.17472 490.496c-42.496-55.296-91.136-106.496-144.384-151.552-97.28-92.16-224.256-146.944-357.888-154.624-276.48 0-493.568 293.376-502.784 306.176-9.216 12.8-9.216 30.208 0 42.496 42.496 55.808 91.136 106.496 144.384 152.064 97.28 92.16 224.256 146.944 358.4 154.112 276.48 0 493.568-293.376 502.272-306.176 9.728-12.288 9.728-29.696 0-42.496z m-502.272 275.968c-199.68 0-373.248-189.952-426.496-254.464 53.248-65.024 226.816-254.464 426.496-254.464s372.736 189.952 426.496 254.464c-53.76 65.024-226.816 254.464-426.496 254.464z" fill="#9A9A9A" ></path><path d="M511.90272 337.408c-96.256 8.704-167.936 93.696-159.232 190.464 8.704 96.256 93.696 167.936 190.464 159.232 90.624-8.192 159.744-83.968 159.744-174.592-4.096-101.376-89.6-179.712-190.976-175.104z m0 279.552c-57.856-5.12-100.864-56.32-95.232-114.176 5.12-57.856 56.32-100.864 114.176-95.232 54.272 4.608 95.744 50.176 95.744 104.96-2.56 59.904-53.76 107.008-114.688 104.448z" fill="#9A9A9A" ></path></symbol><symbol id="icon-piliangxiugai" viewBox="0 0 1024 1024"><path d="M983.71072 72.49408c-22.528-23.04-53.76-35.84-86.016-35.84h-663.552c-67.072 0-121.344 54.272-121.344 121.344v61.44c-60.928 7.168-107.008 59.392-107.008 120.832v525.312c0 67.072 54.272 121.344 121.344 121.344h525.824c35.84 0 70.144-15.872 93.184-44.032h151.552c67.072 0 121.344-54.272 121.344-121.344v-663.04c0-32.256-12.8-63.488-35.328-86.016z m-210.432 759.808v-492.032c0-67.072-54.272-121.344-121.344-121.344h-429.056v-60.928c0-5.632 4.608-10.24 10.24-10.24h663.552c5.632 0 10.24 4.608 10.24 10.24v663.552c0 5.632-4.608 10.24-10.24 10.24l-123.392 0.512z m-656.896-491.52c0-5.632 4.608-10.24 10.24-10.24h525.824c5.632 0 10.24 4.608 10.24 10.24v525.312c0 5.632-4.608 10.24-10.24 10.24h-525.312c-5.632 0-10.24-4.608-10.24-10.24l-0.512-525.312z" fill="#7A7A7A" ></path><path d="M588.8 474.624c8.704-8.192 8.704-21.504 0.512-30.208l-0.512-0.512-51.2-51.2c-8.192-8.704-21.504-8.704-30.208-0.512l-0.512 0.512-39.936 39.936 84.48 83.968 37.376-41.984z m-392.704 225.792v83.968h84.48l244.224-245.76L440.32 454.656l-244.224 245.76z" fill="#7A7A7A" ></path></symbol><symbol id="icon-buxianshi" viewBox="0 0 1024 1024"><path d="M869.376 299.008c-18.432-15.36-37.376-29.184-57.344-42.496l142.336-146.944c14.336-14.848 14.336-38.4 0-53.248-13.824-14.336-36.352-14.848-50.688-1.024l-1.024 1.024-156.672 161.28c-11.776-6.144-23.552-11.776-35.84-16.896a477.94176 477.94176 0 0 0-396.288 0c-57.344 25.088-111.104 58.368-159.232 98.816-40.448 32.768-76.288 70.656-107.52 112.128-55.296 49.664-59.904 135.168-9.728 189.952 3.072 3.584 6.656 6.656 9.728 9.728 31.232 41.984 67.072 79.36 107.52 112.128 18.432 15.36 37.888 29.696 57.856 43.008l-142.848 146.944c-14.336 14.848-14.336 38.4 0 53.248 13.824 14.336 36.352 14.848 50.688 1.024l1.024-1.024 156.672-161.792c11.776 6.144 23.552 11.776 35.328 16.896 125.952 57.344 270.336 57.344 396.288 0.512 57.344-25.088 111.104-57.856 159.232-97.792 73.216-60.416 152.064-152.576 152.064-213.504s-78.336-151.552-151.552-211.968z m-665.6 369.152c-35.328-28.672-67.584-61.44-95.744-97.792-14.336-16.896-25.6-36.864-32.256-58.368 6.656-21.504 17.92-40.96 32.256-58.368 27.648-36.352 59.904-69.12 95.744-97.792C290.304 281.6 398.848 238.592 512 233.472c61.952 0.512 122.88 14.848 178.688 40.96L619.52 348.16c-31.232-22.016-69.12-33.792-107.52-33.792C404.48 315.904 318.464 404.48 320 512c0 39.424 11.264 77.824 32.768 110.592l-87.04 90.112c-21.504-13.312-41.984-28.16-61.952-44.544z m427.008-156.16c0 42.496-20.992 81.92-56.832 104.448-35.328 22.016-79.36 24.064-116.224 4.608l159.744-164.864c9.216 17.408 13.824 36.352 13.312 55.808z m-237.568 0c0-42.496 20.992-81.92 56.832-104.448 35.328-22.016 79.36-24.064 116.224-4.608l-159.744 164.864c-8.704-17.408-13.312-36.352-13.312-55.808zM916.48 570.368c-27.648 36.352-59.904 69.12-95.744 97.792-86.528 74.24-195.072 117.248-309.248 122.368-61.44-1.024-122.368-14.848-178.176-40.96L404.48 675.84c31.232 22.016 69.12 33.792 107.52 33.792 107.52-2.048 193.536-90.624 192-198.144 0-39.424-11.264-77.824-32.768-110.592l87.552-90.112c21.504 13.312 42.496 28.672 62.464 44.544 35.84 28.672 67.584 61.44 95.744 97.792 14.336 16.896 25.6 36.864 31.744 58.368-6.656 22.016-17.408 41.984-32.256 58.88z" fill="#9A9A9A" ></path></symbol><symbol id="icon-jiekouhulian" viewBox="0 0 1024 1024"><path d="M95.232 1010.176h279.552c24.064-1.024 46.08-10.752 62.464-28.672 16.384-17.408 25.088-40.448 24.064-64v-92.672H386.048v92.672c0 3.072-1.024 6.656-3.584 8.704-2.56 2.56-5.632 3.584-8.704 4.096H93.696c-3.072-0.512-5.632-2.048-7.168-4.096-1.536-2.56-2.56-5.12-2.048-8.192V96.256c0-3.584 1.024-6.656 3.584-9.216 2.56-2.56 5.632-3.584 8.704-4.096H373.76c3.584 0 6.656 1.536 9.216 4.096s3.584 6.144 3.584 9.728V189.44h75.776V95.232C462.848 46.592 423.424 5.632 373.76 5.12H95.744C71.68 6.144 49.152 15.872 32.768 33.28 16.384 51.2 8.192 73.728 8.704 97.792v821.248c-1.536 46.08 32.768 86.016 78.336 91.648l8.192-0.512z" fill="#FEBF72" ></path><path d="M359.424 359.424c-14.848-13.312-37.376-12.288-50.688 2.56l-1.024 1.024c-13.824 15.872-13.312 38.912 1.024 53.76l36.864 38.912H121.856v78.336h224.768l-37.888 39.936c-13.824 15.872-13.312 38.912 1.024 54.272l1.024 1.024c6.656 6.656 15.872 10.752 25.088 10.752 10.24 0 19.456-4.096 26.112-11.776l126.464-133.12-128-134.656c-0.512-0.512-0.512-1.024-1.024-1.024zM927.232 5.632h-279.04c-49.152 1.536-88.064 43.52-86.528 92.672v95.232h75.776V98.816c0.512-7.168 5.632-12.8 12.8-13.824h279.552c3.072 0.512 5.632 2.048 7.168 4.096 1.536 2.56 2.56 5.12 2.048 8.192v821.248c-0.512 7.168-5.632 12.8-12.8 13.824h-280.064c-6.144-1.024-10.24-6.656-9.216-12.288v-93.184h-75.776v94.208c-0.512 48.64 38.4 89.088 87.04 90.624h280.576c24.064-1.024 46.08-10.752 62.464-28.672 16.384-17.408 25.088-40.448 24.064-64V96.768c1.024-49.152-38.4-90.112-88.064-91.136z" fill="#FEBF72" ></path><path d="M713.728 361.984l-1.024-1.536-1.024-1.024c-14.848-13.312-37.376-12.288-50.688 2.56l-126.464 133.12 128 135.168c6.656 6.656 16.384 10.24 26.112 10.752 9.728 0 19.456-4.096 25.6-11.776l1.024-2.048c13.312-15.36 12.8-38.4-1.536-53.248l-36.864-38.912H901.12V455.168h-224.256l37.888-39.936c13.824-15.36 13.312-38.4-1.024-53.248z" fill="#FEBF72" ></path></symbol><symbol id="icon-baojingchufa1" viewBox="0 0 1024 1024"><path d="M576.512 942.592c19.968 0 35.84 15.872 35.84 35.84v4.096c0 19.968-15.872 35.84-35.84 35.84H446.976c-19.968 0-35.84-15.872-35.84-35.84v-4.096c0-19.968 16.384-35.84 35.84-35.84h129.536zM512 5.12c72.192-2.048 132.096 54.784 134.656 126.464v23.552c138.752 48.128 232.96 177.664 235.52 324.608v331.264h62.976c20.992 0 37.888 16.896 37.888 37.888v4.608c0 20.992-16.896 37.888-37.888 37.888h-865.28c-20.992 0-37.888-16.896-37.888-37.888v-4.608c0-20.992 16.896-37.888 37.888-37.888h62.976V480.256c2.56-146.944 96.256-276.48 235.52-324.608v-23.552C379.904 59.904 439.808 3.072 512 5.12z m0 209.408c-150.528-2.56-275.456 115.712-281.088 266.24v330.752h565.248V480.768c-7.68-151.04-133.12-268.8-284.16-266.24z m0-139.264c-30.208-3.584-57.344 18.432-60.928 48.128-0.512 2.56-0.512 5.632-0.512 8.192v4.608c40.448-6.144 81.92-6.144 122.368 0v-4.608c1.024-30.72-23.04-55.808-53.76-56.832-2.048 0-4.608 0-7.168 0.512z" fill="#FEBF72" ></path></symbol><symbol id="icon-bianhuachufa" viewBox="0 0 1024 1024"><path d="M707.072 355.84V121.856l311.808 312.32H5.12V355.84h701.952z m-390.144 312.32v233.984L5.12 589.824h1013.76v77.824l-701.952 0.512z" fill="#FEBF72" ></path></symbol><symbol id="icon-dingshichufa1" viewBox="0 0 1024 1024"><path d="M512 98.816c-246.784 0-446.464 200.192-446.464 446.464s200.192 446.464 446.464 446.464c246.784 0 446.464-200.192 446.464-446.464 2.56-244.224-193.536-443.904-437.76-446.464H512z m0 803.84c-197.12 0-357.376-159.744-357.376-357.376S314.88 188.416 512 188.416s357.376 159.744 357.376 357.376c-0.512 196.608-160.256 356.352-357.376 356.864z m44.544-374.784V277.504c0-24.576-19.968-44.544-44.544-44.544-24.576 0-44.544 19.968-44.544 44.544v267.776c0 8.704 8.704 26.624 8.704 35.84l142.848 142.848c8.704 8.704 17.92 8.704 35.84 8.704s26.624 0 35.84-8.704c17.408-16.384 17.92-44.032 1.536-60.928l-1.536-1.536-134.144-133.632zM306.688 98.816c0-8.704-8.704-17.92-8.704-26.624-57.856-44.544-138.752-44.544-196.608 0L38.4 134.656c-44.544 57.856-44.544 138.752 0 196.608 8.704 0 17.92 8.704 26.624 8.704 46.592-108.544 133.12-195.072 241.664-241.152z m678.912 35.84l-62.464-62.464c-49.152-51.712-131.584-53.76-183.296-4.608l-4.608 4.608c-8.704 8.704-8.704 17.92-17.92 26.624 107.008 48.64 192.512 134.656 241.152 241.152 8.704-8.704 17.92-8.704 26.624-17.92 45.056-54.272 45.056-132.608 0.512-187.392z" fill="#FEBF72" ></path></symbol><symbol id="icon-ziduanchufa1" viewBox="0 0 1024 1024"><path d="M849.92 1018.88H174.08c-93.184 0-168.96-75.776-168.96-168.96V174.08C5.12 80.896 80.896 5.12 174.08 5.12h675.84c93.184 0 168.96 75.776 168.96 168.96v675.84c0 93.184-75.776 168.96-168.96 168.96zM174.08 89.6c-46.592 0-84.48 37.888-84.48 84.48v675.84c0 46.592 37.888 84.48 84.48 84.48h675.84c46.592 0 84.48-37.888 84.48-84.48V174.08c0-46.592-37.888-84.48-84.48-84.48H174.08z" fill="#FEBF72" ></path><path d="M339.51232 699.2896l-156.672-159.744c-11.264-10.752-11.264-28.672 0-39.936l156.672-168.448c9.728-10.752 26.624-11.776 37.888-1.536l1.536 1.536 19.456 19.968c11.264 10.752 11.264 28.672 0 39.936l-115.2 122.368c-2.56 2.048-2.56 5.632-0.512 8.192l0.512 0.512 111.616 114.176c11.264 10.752 11.264 28.672 0 39.936l-19.456 19.968c-5.632 10.752-18.944 14.336-29.696 8.704-2.56-1.536-5.12-3.584-6.144-5.632z m296.448 0l-19.456-19.968c-11.264-10.752-11.264-28.672 0-39.936l111.616-114.176c2.56-2.048 2.56-5.632 0.512-8.192l-0.512-0.512-114.688-122.88c-11.264-10.752-11.264-28.672 0-39.936l19.456-19.968c9.728-10.752 26.624-11.776 37.888-1.536l1.536 1.536 156.672 168.448c11.264 10.752 11.264 28.672 0 39.936l-156.672 159.744c-6.144 8.704-25.6 8.704-36.352-2.56z m-162.304 48.128l-28.16-5.632c-14.336-3.584-23.552-18.432-19.968-32.768 0-0.512 0-1.024 0.512-1.536l95.232-399.36c3.072-14.336 16.896-23.552 31.232-20.48 1.024 0 1.536 0.512 2.56 0.512l28.16 5.632c14.336 3.584 23.552 18.432 19.968 32.768 0 0.512 0 1.024-0.512 1.536l-95.232 399.36c-4.096 14.848-19.456 23.552-33.792 19.968z" fill="#FEBF72" ></path></symbol><symbol id="icon-zhengchang" viewBox="0 0 1024 1024"><path d="M10.24 512c0 276.992 224.768 501.76 501.76 501.76s501.76-224.768 501.76-501.76-224.768-501.76-501.76-501.76S10.24 235.008 10.24 512z" fill="#17B84D" opacity=".9" ></path><path d="M807.936 373.76c0-11.264-4.096-21.504-12.288-29.184-15.872-15.872-43.008-15.872-58.88 0l-288.256 287.744-129.024-129.536c-7.68-7.68-18.432-12.288-29.184-12.288-11.264 0-21.504 4.608-29.184 12.288s-12.288 18.432-12.288 29.696c0 11.264 4.096 21.504 12.288 29.184l158.72 158.72s0.512 0 0.512 0.512c4.096 4.096 9.216 6.656 14.848 8.704 0.512 0 1.024 0.512 1.536 1.024v2.048h12.288c5.632 0 10.752-1.024 15.872-3.072 0.512 0 0.512-0.512 1.024-0.512 4.608-2.048 8.704-4.608 12.288-8.192v-0.512l316.928-316.928c8.192-8.192 12.8-18.432 12.8-29.696z" ></path></symbol><symbol id="icon-jinyong" viewBox="0 0 1024 1024"><path d="M5.12 512c0 280.064 226.816 506.88 506.88 506.88s506.88-226.816 506.88-506.88v-0.512c0-280.064-226.816-506.88-506.88-506.88S5.12 231.936 5.12 512z" opacity=".9" ></path><path d="M82.432 512c0 237.568 192.512 430.08 430.08 430.08 95.232 0 187.392-31.744 262.656-89.6L172.032 248.832C113.664 324.096 81.92 416.768 82.432 512zM512 81.92c-95.744 0-188.928 31.744-264.192 91.136l603.648 603.648c145.92-187.392 112.64-457.728-74.752-603.648C700.928 113.664 608.256 81.92 512 81.92z" fill="#585858" ></path></symbol><symbol id="icon-yichang" viewBox="0 0 1024 1024"><path d="M491.008 91.136c6.656-11.776 21.504-15.36 33.28-8.704 3.584 2.048 6.656 5.12 8.704 8.704l482.816 816.64c6.656 11.264 3.072 26.624-8.704 33.28-3.584 2.048-8.192 3.584-12.288 3.584H29.184c-13.312 0-24.064-10.752-24.064-24.064 0-4.096 1.024-8.704 3.584-12.288L491.008 91.136z" fill="#FEC213" opacity=".9" ></path><path d="M471.552 311.808c0-24.576 18.432-44.544 43.008-46.592 23.552 0 42.496 19.456 42.496 43.008v346.624c0 23.552-18.944 43.008-42.496 43.008-23.552 0-43.008-18.944-43.008-42.496V311.808z m27.136 452.608c17.408-7.68 37.376-7.68 54.784 0 16.896 9.728 27.136 27.648 27.136 46.592-1.024 18.944-11.264 36.352-27.136 46.592-17.408 7.68-37.376 7.68-54.784 0-16.896-9.728-27.136-27.136-27.136-46.592 1.024-18.944 11.264-36.864 27.136-46.592z" ></path></symbol><symbol id="icon-mubiaotongbuzhisuoyou" viewBox="0 0 1024 1024"><path d="M987.5968 714.0864c14.848 1.536 25.6 14.336 24.576 29.184v49.664c0 14.336-10.24 27.136-24.576 29.184h-43.008c-5.12 13.824-10.752 27.648-17.92 40.448l31.232 29.184c9.216 10.24 9.216 25.6 0 35.84l-35.84 35.84c-9.216 9.216-24.064 9.216-33.792 0l-29.184-31.232c-13.312 6.656-31.232 13.312-40.448 17.92v38.4c-1.536 14.848-14.336 25.6-29.184 24.576h-49.664c-14.336 0-27.136-10.24-29.184-24.576v-43.008c-13.824-5.12-27.648-10.752-40.448-17.92l-29.184 31.232c-10.24 9.216-25.6 9.216-35.84 0l-35.84-35.84c-9.216-9.216-9.216-24.064 0-33.792l31.232-29.184c-6.656-13.312-13.312-31.232-17.92-40.448h-42.496c-14.848-1.536-25.6-14.336-24.576-29.184v-49.664c0-14.336 10.24-27.136 24.576-29.184h43.008c5.12-13.824 10.752-27.648 17.92-40.448l-31.232-29.184c-9.216-10.24-9.216-25.6 0-35.84l33.792-35.84c9.216-9.216 24.064-9.216 33.792 0l29.184 31.232c13.312-6.656 31.232-13.312 40.448-17.92v-42.496c1.536-14.848 14.336-25.6 29.184-24.576h49.664c14.336 0 27.136 10.24 29.184 24.576v43.008c13.824 5.12 27.648 10.752 40.448 17.92l29.184-31.232c10.24-9.216 25.6-9.216 35.84 0l35.84 33.792c9.216 9.216 9.216 24.064 0 33.792l-29.184 35.84c6.656 13.312 13.312 31.232 17.92 40.448l42.496-0.512z m-223.232 164.352c61.952 0 112.64-50.176 112.64-112.64s-50.176-112.64-112.64-112.64c-61.952 0-112.64 50.176-112.64 112.64 0.512 61.952 50.688 112.64 112.64 112.64zM107.9808 917.8624c-0.512 26.112-22.016 47.616-48.128 48.128-26.112 0.512-47.616-20.48-48.128-46.08V59.2384c0-26.624 21.504-48.128 48.128-48.128s48.128 21.504 48.128 48.128v858.624z m218.112-45.056c0.512 39.936-31.232 73.216-71.68 73.728h-12.288c-40.96 0-73.728-33.28-73.728-73.728 0-40.96 33.28-73.728 73.728-73.728h9.728c40.96 0.512 73.728 33.28 74.24 73.728z m112.64-249.856c0.512 39.936-31.232 73.216-71.68 73.728h-124.416c-40.96 0-73.728-33.28-73.728-73.728 0-40.96 33.28-73.728 73.728-73.728h121.856c40.448 0.512 73.216 33.28 74.24 73.728z m-196.096-176.64c-39.936 0.512-73.216-31.232-73.728-71.168v-2.56c1.536-39.936 33.792-72.192 73.728-73.728h382.464c40.96 0 73.728 33.28 73.728 73.728 0 40.96-33.28 73.728-73.728 73.728h-382.464z m0-253.44c-40.96 0-73.728-33.28-73.728-73.728s33.28-73.728 73.728-73.728h645.12c40.96 0 73.728 33.28 73.728 73.728s-33.28 73.728-73.728 73.728h-645.12z" fill="#E2E6F3" opacity=".4" ></path></symbol><symbol id="icon-xzhouweizhiyou" viewBox="0 0 1024 1024"><path d="M883.712 569.344H998.4v286.208h-114.688z" fill="#FFFFFF" ></path><path d="M782.848 168.448V855.04H25.6V168.448h757.248z m-61.44 71.168H87.04v544.768h634.368V239.616z m-440.32 240.64v222.72h-61.44V479.744l61.44 0.512z m153.6-94.72v317.44h-61.44V385.024l61.44 0.512z m153.6 70.656v246.272h-61.44V455.68l61.44 0.512z" fill="#FFFFFF" opacity=".5" ></path></symbol><symbol id="icon-xzhouweizhizhong" viewBox="0 0 1024 1024"><path d="M355.328 872.96h313.856V998.4H355.328z" fill="#FFFFFF" ></path><path d="M927.232 25.6v753.152H96.768V25.6h830.464z m-67.584 77.824H163.84v597.504h695.808V103.424zM377.344 367.104v244.224H309.76V366.592l67.584 0.512z m168.448-103.936v348.16H478.208V262.656l67.584 0.512z m167.936 77.824v270.336h-67.584V340.992h67.584z" fill="#FFFFFF" opacity=".5" ></path></symbol><symbol id="icon-xzhouweizhizuo" viewBox="0 0 1024 1024"><path d="M25.6 568.32h113.152v282.112H25.6z" fill="#FFFFFF" ></path><path d="M998.4 173.056v677.376H251.392V173.056H998.4z m-60.416 70.144H312.32v537.088h625.664V243.2zM503.808 480.256v219.648H443.392v-220.16l60.416 0.512zM655.36 387.072v313.344h-60.416V387.072H655.36z m151.04 70.144v243.2h-60.416V457.216h60.416z" fill="#FFFFFF" opacity=".5" ></path></symbol><symbol id="icon-zhoubiaoti-mowei" viewBox="0 0 1024 1024"><path d="M998.4 54.272v729.6H25.6V54.272h972.8z m-78.848 75.264H104.448v578.56h815.104v-578.56zM353.792 385.024v236.544H274.944V384.512l78.848 0.512z m197.632-100.864v337.408H472.576V284.16h78.848z m197.12 75.776v261.632h-78.848V359.424l78.848 0.512z" fill="#FFFFFF" opacity=".5" ></path><path d="M25.6 844.8h304.128v121.344H25.6z" fill="#FFFFFF" ></path></symbol><symbol id="icon-yibiaopan" viewBox="0 0 1024 1024"><path d="M1008.64 513.024c-27.136-132.608-103.936-246.784-217.088-322.048-81.92-54.272-177.152-83.456-275.456-84.48h-5.12C231.936 107.008 4.608 334.848 5.12 614.4c0 101.376 30.208 199.68 87.552 283.648 7.168 10.752 19.456 16.896 32.256 16.896h1.024c7.68 0 15.36-2.56 22.016-6.656 17.92-12.288 23.04-36.352 10.752-54.784-43.52-64.512-68.608-139.264-72.704-216.576h50.688c23.04-1.536 40.448-22.016 38.912-45.056-1.536-20.992-17.92-37.376-39.424-38.912h-47.104c9.728-70.144 37.376-137.216 79.872-194.048l28.16 28.16c8.192 7.68 19.456 11.264 30.72 10.752 11.264-0.512 21.504-5.632 29.184-13.824 14.336-15.872 14.336-39.936 0-56.32l-30.208-30.72c67.584-61.44 154.112-99.84 244.736-109.056-0.512 2.048-0.512 4.096-0.512 5.632v58.88c1.024 11.264 6.144 21.504 14.336 28.672 8.704 7.168 19.456 10.752 30.72 10.24 20.992-1.536 37.376-17.92 38.912-39.424V193.536c0-2.048 0-3.584-0.512-5.632 90.112 8.704 176.128 46.592 243.2 107.008l-32.256 32.256c-15.36 17.408-13.824 44.032 3.584 59.392 15.872 14.336 39.936 14.336 56.32-0.512l29.696-29.184c43.008 57.344 71.168 124.416 81.408 195.584h-49.664c-11.264 1.024-21.504 6.144-28.672 14.336a44.6976 44.6976 0 0 0-10.24 30.72c1.536 20.992 17.92 37.376 39.424 38.912h52.736c-4.096 75.776-28.16 149.504-70.144 212.992-5.632 8.704-7.68 19.456-5.632 29.696 2.048 10.24 8.192 19.456 16.896 25.088 17.92 12.288 42.496 7.168 54.784-11.264 73.216-112.128 99.328-247.296 72.704-379.904z" fill="#90A7EB" ></path><path d="M608.768 470.016l-109.056 109.568h-8.704c-33.792 0-61.44 27.648-61.44 61.44s27.648 61.44 61.44 61.44 61.44-27.648 61.44-61.44v-7.68l109.056-109.056c13.312-15.36 11.264-38.912-4.608-52.224a36.5056 36.5056 0 0 0-47.616 0l-0.512-2.048z" fill="#3D6EFF" ></path></symbol><symbol id="icon-jindutiao" viewBox="0 0 1024 1024"><path d="M851.968 1012.736H172.032C82.432 1012.736 10.24 940.544 10.24 850.944c0-89.088 72.192-161.792 161.792-161.792h679.936c89.088 0 161.792 72.192 161.792 161.792s-72.192 161.792-161.792 161.792zM172.032 777.728c-40.448-1.024-74.24 30.72-75.264 71.68-1.024 40.448 30.72 74.24 71.68 75.264H852.48c40.448-1.024 72.704-34.816 71.68-75.264-1.024-38.912-32.256-70.656-71.68-71.68H172.032z m85.504-170.496c-24.576 0-44.032-19.968-44.032-44.032 0-11.776 4.608-23.04 12.8-31.232l508.416-508.416c17.408-16.896 45.568-16.384 62.464 1.536 16.384 16.896 16.384 44.032 0 60.928l-508.416 508.416c-8.192 8.192-19.456 13.312-31.232 12.8z m78.848-322.56C261.12 284.672 200.192 223.744 200.192 148.48 200.192 73.216 261.12 12.288 336.384 12.288c75.264 0 136.192 60.928 136.192 136.192 0 75.264-60.928 136.192-136.192 136.192z m0-183.808c-26.624 0-48.128 21.504-48.128 48.128s21.504 48.128 48.128 48.128 48.128-21.504 48.128-48.128c0-27.136-20.992-48.64-48.128-48.128 0.512-0.512 0-0.512 0 0zM665.6 625.152c-75.264 0-136.192-60.928-136.192-136.192 0-75.264 60.928-136.192 136.192-136.192 75.264 0 136.192 60.928 136.192 136.192 0 74.752-60.928 135.68-136.192 136.192z m0-184.32c-26.624 0-48.128 21.504-48.128 48.128s21.504 48.128 48.128 48.128 48.128-21.504 48.128-48.128-20.992-48.64-48.128-48.128c0.512-0.512 0-0.512 0 0z" fill="#8A8A8A" ></path></symbol><symbol id="icon-tongdaoqudongdiyiceng" viewBox="0 0 1024 1024"><path d="M80.896 24.064h864.768c29.696 0 54.272 24.064 54.272 54.272v864.768c0 29.696-24.064 54.272-54.272 54.272H80.896c-29.696 0-54.272-24.064-54.272-54.272V78.336c0-30.208 24.064-54.272 54.272-54.272z" fill="#434343" opacity=".73" ></path><path d="M883.712 475.648c-6.144-7.68-15.36-11.776-25.088-11.776h-64v-31.744c0-52.736-43.008-95.744-95.744-95.744h-199.68l-10.24-31.744C475.648 266.24 439.296 240.64 398.336 240.64H284.672c-52.736 0-95.744 42.496-95.744 95.744V719.872c0 52.736 43.008 95.744 95.744 95.744h459.264c45.056 0 83.968-31.232 93.696-74.752L890.88 502.784c2.048-9.728-0.512-19.456-7.168-27.136zM328.192 726.016c-3.584 14.848-16.896 25.088-31.744 25.088h-11.776c-17.408 0-31.744-14.336-31.744-31.744V335.872c0-17.408 14.336-31.744 31.744-31.744h113.664c14.336-0.512 27.136 8.192 31.744 21.504l17.408 52.224c4.096 12.288 15.36 20.992 28.672 21.504h223.232c17.408 0 31.744 14.336 31.744 31.744v31.744H412.16c-15.36-0.512-28.672 10.24-31.744 25.088l-52.224 238.08z m446.976 0c-3.584 14.848-16.896 25.088-31.744 25.088H387.072c1.536-3.584 3.072-7.168 3.584-11.264l47.104-211.968h382.976l-45.568 198.144z" fill="#BFBFBF" ></path></symbol><symbol id="icon-tongdaoqudong" viewBox="0 0 1024 1024"><path d="M999.424 649.728L881.152 87.552c-9.216-37.376-42.496-63.488-80.384-62.976H229.376c-38.912 1.024-72.704 26.112-84.992 62.976l-117.76 562.176v262.656c0 46.592 37.888 84.992 84.48 84.992h803.328c46.592 0 84.48-37.376 84.992-83.968v-263.68z m-168.96 219.648c2.048 23.552-14.848 44.032-38.4 46.08-23.552 2.048-44.032-14.848-46.08-38.4v-50.176c-2.048-23.552 14.848-44.032 38.4-46.08 23.552-2.048 44.032 14.848 46.08 38.4v50.176z m-706.56-183.808L229.376 109.056h566.784l105.472 576.512H123.904z" fill="#FFFFFF" ></path><path d="M724.992 290.304c3.072 20.48-10.752 39.424-31.232 42.496-3.584 0.512-7.68 0.512-11.264 0H343.552c-20.48 3.072-39.424-10.752-42.496-31.232-0.512-3.584-0.512-7.68 0-11.264-3.072-20.48 10.752-39.424 31.232-42.496 3.584-0.512 7.68-0.512 11.264 0h338.432c20.48-3.072 39.424 10.752 42.496 31.232 1.024 3.584 1.024 7.168 0.512 11.264zM787.968 505.344c3.072 19.968-10.24 38.912-30.208 42.496-3.584 0.512-7.168 0.512-10.752 0H279.552c-19.968 2.56-38.912-11.776-41.472-31.744-0.512-3.584-0.512-7.168 0-10.752-3.072-19.968 10.24-38.912 30.208-42.496 3.584-0.512 7.168-0.512 10.752 0h466.944c19.968-2.56 38.912 11.776 41.472 31.744 1.024 3.584 1.024 7.168 0.512 10.752z" fill="#FFFFFF" ></path></symbol><symbol id="icon-qushipeizhi" viewBox="0 0 1024 1024"><path d="M890.53696 558.336v367.104h-757.248V220.416h699.392l-64 64.512 57.856 57.856 134.144-134.144c15.872-15.872 15.872-41.984 0-57.856l-134.144-134.144-57.856 57.856 64 64h-740.352c-22.528 0-40.96 18.432-40.96 40.96v786.432c0 22.528 18.432 40.96 40.96 40.96h839.68c22.528 0 40.96-18.432 40.96-40.96v-407.552h-82.432z" fill="#8A8A8A" ></path><path d="M458.92096 337.152h104.96v498.688h-104.96zM668.84096 547.584h104.96v288.768h-104.96zM248.48896 494.848h104.96v340.992h-104.96z" fill="#8A8A8A" ></path></symbol><symbol id="icon-qushijiankong" viewBox="0 0 1024 1024"><path d="M128 25.6h768c56.32 0 102.4 46.08 102.4 102.4v768c0 56.32-46.08 102.4-102.4 102.4H128c-56.32 0-102.4-46.08-102.4-102.4V128C25.6 71.68 71.68 25.6 128 25.6z" fill="#3D6EFF" ></path><path d="M853.8112 778.68032c-16.384 0-29.696-13.312-29.696-29.696v-484.352c-0.512-16.384 12.288-30.208 28.672-31.232 16.384-0.512 30.208 12.288 31.232 28.672v486.912c-0.512 16.384-13.824 29.696-30.208 29.696z" fill="#C5D4FF" ></path><path d="M883.5072 262.58432c0 15.36-17.92 27.648-39.936 27.648H191.7952c-22.016 0-39.936-12.288-39.936-27.648s17.92-27.648 39.936-27.648h651.776c22.016 0 39.936 12.288 39.936 27.648z" fill="#C5D4FF" ></path><path d="M170.19392 757.38624c-16.384 0-29.696-13.312-29.696-29.696 0-7.68 3.072-15.36 8.704-20.992l226.816-229.376c11.264-11.776 30.208-11.776 41.984-0.512l101.376 97.28 129.024-128.512c11.776-11.264 30.208-11.264 41.984 0l83.456 81.408c11.776 11.264 12.288 30.208 0.512 41.984-11.264 11.776-30.208 12.288-41.984 0.512l-62.464-60.928-129.024 128.512c-11.264 11.264-30.208 11.776-41.472 0.512l-101.376-97.28-206.336 208.384c-5.632 5.632-13.312 8.704-21.504 8.704zM170.19392 555.44832c-16.384 0-29.696-13.312-29.696-29.696v-261.12c0-16.384 13.312-29.696 29.696-29.696s29.696 13.312 29.696 29.696v260.608c0 16.384-13.312 29.696-29.696 30.208zM854.12352 794.36288h-577.536c-16.384 0-29.696-13.312-29.696-29.696 0-16.384 13.312-29.696 29.696-29.696h577.024c16.384 0 29.696 13.312 29.696 29.696 0.512 16.384-12.8 29.696-29.184 29.696z" fill="#C5D4FF" ></path></symbol><symbol id="icon-danxuankongzhi" viewBox="0 0 1024 1024"><path d="M512 25.6C243.2 25.6 25.6 243.2 25.6 512s217.6 486.4 486.4 486.4 486.4-217.6 486.4-486.4-217.6-486.4-486.4-486.4z m0 875.52c-215.04 0-389.12-174.08-389.12-389.12s174.08-389.12 389.12-389.12 389.12 174.08 389.12 389.12-174.08 389.12-389.12 389.12z" fill="#8A8A8A" ></path><path d="M285.184 512c0 125.44 101.376 226.816 226.816 226.816s226.816-101.376 226.816-226.816-101.376-226.816-226.816-226.816S285.184 386.56 285.184 512z" fill="#8A8A8A" ></path></symbol><symbol id="icon-fuxuankongzhi" viewBox="0 0 1024 1024"><path d="M887.296 998.4H136.704c-61.44 0-111.104-49.664-111.104-111.104V136.704C25.6 75.264 75.264 25.6 136.704 25.6h750.08c61.44 0 111.104 49.664 111.104 111.104v750.08c0.512 61.952-49.152 111.616-110.592 111.616zM136.704 90.624c-25.6 0-46.592 20.992-46.592 46.592v750.08c0 25.6 20.992 46.592 46.592 46.592h750.08c25.6 0 46.592-20.992 46.592-46.592V136.704c0-25.6-20.992-46.592-46.592-46.592H136.704z" fill="#8A8A8A" ></path><path d="M446.976 706.56c-8.704 0-16.896-3.584-23.04-9.728l-194.56-194.56c-12.8-12.8-12.8-33.28 0-46.08s33.28-12.8 46.08 0l171.52 171.52 301.568-301.568c12.8-12.8 33.28-12.8 46.08 0s12.8 33.28 0 46.08L470.528 696.32c-6.144 7.168-14.848 10.24-23.552 10.24z" fill="#8A8A8A" ></path></symbol><symbol id="icon-shuipingcaidan" viewBox="0 0 1024 1024"><path d="M43.008 175.90272h348.672v189.44h-348.672v-189.44z" fill="#AFAFAF" ></path><path d="M0 464.67072h434.176v383.488h-434.176v-383.488z" fill="#5B5B5B" ></path><path d="M476.672 175.90272h230.912v189.44h-230.912v-189.44zM793.088 175.90272h230.912v189.44h-230.912v-189.44z" fill="#585858" ></path><path d="M93.696 509.72672h251.392v99.328h-251.392v-99.328z" fill="#949494" ></path><path d="M93.696 673.05472h251.392v99.328h-251.392v-99.328z" fill="#7B7B7B" ></path></symbol><symbol id="icon-chuizhicaidan" viewBox="0 0 1024 1024"><path d="M0.24064 148.03968h473.088v179.712H0.24064v-179.712z" fill="#AFAFAF" ></path><path d="M566.51264 148.03968h457.216v364.032h-457.216v-364.032z" fill="#5B5B5B" ></path><path d="M0.24064 421.95968h473.088v179.712H0.24064v-179.712zM0.24064 696.39168h473.088v179.712H0.24064v-179.712z" fill="#585858" ></path><path d="M619.24864 190.53568h356.352v94.208h-356.352v-94.208z" fill="#949494" ></path><path d="M619.24864 346.18368h356.352v94.208h-356.352v-94.208z" fill="#7B7B7B" ></path></symbol><symbol id="icon-xialakongzhi" viewBox="0 0 1024 1024"><path d="M966.144 122.88H57.856C39.936 122.88 25.6 137.216 25.6 155.136v421.376c0 17.92 14.336 32.256 32.256 32.256h907.776c17.92 0 32.256-14.336 32.256-32.256V155.136c0.512-17.92-13.824-32.256-31.744-32.256z m-32.768 421.376H90.624V187.904h843.264l-0.512 356.352z m-32.256 104.96c-17.92 0-32.256 14.336-32.256 32.256v154.624H155.136v-154.624c0-17.92-14.336-32.256-32.256-32.256s-32.256 14.336-32.256 32.256v187.392c0 17.92 14.336 32.256 32.256 32.256h778.24c17.92 0 32.256-14.336 32.256-32.256v-187.392c0-17.92-14.336-32.256-32.256-32.256z m-212.992-179.2c12.288 12.8 32.768 13.312 45.568 0.512l0.512-0.512 124.928-127.488c12.288-12.8 12.288-33.28-0.512-46.08s-33.28-12.288-46.08 0.512L711.68 400.896 609.792 296.96c-12.288-12.8-33.28-12.8-46.08-0.512s-12.8 33.28-0.512 46.08l124.928 127.488z" fill="#8A8A8A" ></path></symbol><symbol id="icon-neiqiancaidan" viewBox="0 0 1024 1024"><path d="M131.072 10.0352h761.856v208.384H131.072V10.0352z" fill="#AFAFAF" ></path><path d="M131.072 314.6752h761.856v698.88H131.072V314.6752z" fill="#5B5B5B" ></path><path d="M245.248 381.7472h524.288v125.44H245.248v-125.44z" fill="#ABABAB" ></path><path d="M245.248 594.2272h524.288v125.44H245.248v-125.44zM245.248 809.2672h524.288v125.44H245.248v-125.44z" fill="#7B7B7B" ></path></symbol><symbol id="icon-bianliangpiliangchuli" viewBox="0 0 1024 1024"><path d="M379.392 541.696H107.008c-56.32 0-101.888 45.568-101.888 101.888v272.384c0 56.32 45.568 101.888 101.888 101.888h272.384c56.32 0 101.888-45.568 101.888-101.888v-272.384c0-55.808-45.568-101.376-101.888-101.888z m11.264 374.272c0 6.144-5.12 11.264-11.264 11.264H107.008c-6.144 0-11.264-5.12-11.264-11.264v-272.384c0-6.144 5.12-11.264 11.264-11.264h272.384c6.144 0 11.264 5.12 11.264 11.264v272.384z m526.336-374.272h-272.384c-56.32 0-101.888 45.568-101.888 101.888v272.384c0 56.32 45.568 101.888 101.888 101.888h272.384c56.32 0 101.888-45.568 101.888-101.888v-272.384c0-55.808-45.568-101.376-101.888-101.888z m11.264 374.272c0 6.144-5.12 11.264-11.264 11.264h-272.384c-6.144 0-11.264-5.12-11.264-11.264v-272.384c0-6.144 5.12-11.264 11.264-11.264h272.384c6.144 0 11.264 5.12 11.264 11.264v272.384zM916.992 6.144h-272.384c-56.32 0-101.888 45.568-101.888 101.888v272.384c0 56.32 45.568 101.888 101.888 101.888h272.384c56.32 0 101.888-45.568 101.888-101.888V108.032c0-56.32-45.568-101.888-101.888-101.888z m11.264 374.272c0 6.144-5.12 11.264-11.264 11.264h-272.384c-6.144 0-11.264-5.12-11.264-11.264V108.032c0-6.144 5.12-11.264 11.264-11.264h272.384c6.144 0 11.264 5.12 11.264 11.264v272.384zM487.424 87.04c-17.408-17.92-46.08-17.92-63.488-0.512l-0.512 0.512-218.112 218.112L84.48 184.32c-17.408-17.92-46.08-17.92-63.488-0.512L20.48 184.32l-2.048 2.048c-17.92 17.408-17.92 46.08-0.512 63.488l0.512 0.512 153.088 153.088 2.048 2.048c17.408 17.92 46.08 17.92 63.488 0.512l0.512-0.512 252.416-252.416c17.92-17.408 17.92-46.08 0.512-63.488l-0.512-0.512-2.56-2.048z" fill="#7A7A7A" ></path></symbol><symbol id="icon-lishiku" viewBox="0 0 1024 1024"><path d="M743.936 893.44c-152.064 0-275.456-123.392-275.456-275.968 0-152.064 123.392-275.456 275.968-275.456 152.064 0 275.456 123.392 275.456 275.968 0 73.216-29.184 142.848-80.896 194.56-51.712 52.224-121.856 81.408-195.072 80.896z m0-492.032c-119.296 0-216.064 96.768-216.064 216.576 0 119.296 96.768 216.064 216.576 216.064 119.296 0 216.064-96.768 216.064-216.064 0-119.808-97.28-216.576-216.576-216.576z m79.872 343.04c-9.216 0-18.432-3.584-25.088-10.24l-83.456-80.896c-7.168-6.656-10.752-15.872-10.752-25.6V470.016c-1.024-19.456 14.336-36.352 34.304-36.864 19.456-1.024 36.352 14.336 36.864 34.304v144.896l72.192 70.656c14.336 13.824 14.336 36.352 0.512 50.688-6.144 6.656-15.36 10.24-24.576 10.752zM138.752 199.68H824.32c19.456 1.024 36.352-14.336 36.864-34.304s-14.336-36.352-34.304-36.864H138.752c-19.456 1.024-34.816 17.408-34.304 36.864 0.512 18.944 15.872 33.792 34.304 34.304z m349.696 596.48H77.312V368.128h481.28c121.856-88.576 289.792-76.288 397.824 29.184v-29.184c0-39.424-31.744-71.168-71.168-71.168H77.312C37.888 296.96 6.144 328.704 6.144 368.128v428.032c0 39.424 32.256 71.168 71.168 71.168h481.792c-27.136-19.456-51.2-43.52-70.656-71.168z m-224.256-214.016c0 19.456 15.872 35.84 35.84 35.84h131.584c0-24.064 2.56-48.128 8.192-71.168H300.032c-19.456 0-35.328 15.872-35.84 35.328z" fill="#D2D2D3" ></path></symbol><symbol id="icon-xiayiceng1" viewBox="0 0 1025 1024"><path d="M24.576 364.11904l473.088 216.576c10.24 4.608 22.016 4.608 32.256 0l473.088-216.576c19.456-8.704 28.16-31.744 19.456-51.2-4.096-8.704-10.752-15.36-19.456-19.456l-473.088-212.992c-10.24-4.608-21.504-4.608-31.744 0l-473.088 212.992c-19.456 8.704-28.16 31.744-19.456 51.2 4.096 8.704 10.752 15.36 19.456 19.456h-0.512z m489.472-235.52l445.952 200.704-445.952 204.288-445.952-204.288c0-0.512 445.952-200.704 445.952-200.704z" fill="#A2A2A3" ></path><path d="M1003.008 647.76704l-229.888-103.424c-13.824-6.144-29.696-6.144-43.52 0l-216.064 98.816-216.064-98.816c-13.824-6.144-29.696-6.144-43.52 0l-229.888 103.424c-19.456 8.704-28.16 31.744-19.456 51.2 4.096 8.704 10.752 15.36 19.456 19.456l473.088 216.576c10.24 4.608 22.016 4.608 32.256 0l473.088-216.576c19.456-8.704 28.16-31.744 19.456-51.2-3.584-8.704-10.24-15.36-18.944-19.456z" fill="#3D6EFF" ></path></symbol><symbol id="icon-shangyiceng1" viewBox="0 0 1024 1024"><path d="M1001.575117 651.84256l-125.952-56.32c-12.8-5.632-27.648 0-33.28 12.288-5.632 12.8 0 27.648 12.288 33.28l103.424 46.592-445.952 204.288-445.952-204.288 102.912-46.592c12.8-5.632 18.432-20.48 12.288-33.28-5.632-12.8-20.48-18.432-33.28-12.288l-125.44 56.832c-19.456 9.216-28.16 32.256-18.944 51.712 4.096 8.192 10.752 14.848 18.944 18.944l473.6 216.576c10.24 4.608 22.016 4.608 32.256 0l473.088-216.576c19.456-9.216 28.16-32.256 18.944-51.712-4.096-8.192-10.752-14.848-18.944-18.944z" fill="#A2A2A3" ></path><path d="M22.631117 368.19456l473.6 216.576c10.24 4.608 22.016 4.608 32.256 0l473.088-216.576c19.456-9.216 28.16-32.256 18.944-51.712-4.096-8.192-10.752-14.848-18.944-18.944l-473.088-212.992c-10.24-4.608-22.016-4.608-32.256 0l-473.088 212.992c-19.456 9.216-28.16 32.256-18.944 51.712 4.096 8.704 10.752 15.36 18.432 18.944z" fill="#3D6EFF" ></path></symbol><symbol id="icon-yonghuxinxi" viewBox="0 0 1024 1024"><path d="M97.28 96.256h732.16v313.856h72.704V80.384c0-30.72-24.064-55.808-54.784-57.344H81.408c-31.232 0-56.832 25.6-56.32 57.344v858.112c0 31.232 25.088 56.832 56.32 57.344h391.168v-72.704H97.28V96.256z" fill="#8A8A8A" ></path><path d="M257.024 313.856H716.8v72.704H257.024V313.856z m0 193.536h348.16v72.704h-348.16V507.392z m0 189.44h249.344v72.704H257.024v-72.704z m631.296 80.896c57.856-56.32 58.88-148.48 2.56-206.336-56.32-57.856-148.48-58.88-206.336-2.56-57.856 56.32-58.88 148.48-2.56 206.336l2.56 2.56c-68.608 23.552-113.152 89.6-109.056 161.792 0 61.44 91.648 61.44 218.112 61.44h77.312c53.76 0 90.624-3.072 112.128-24.576 10.24-10.24 16.384-24.064 15.872-38.4 5.12-73.216-40.448-139.776-110.592-160.256z m-162.304-164.864c15.872-15.872 37.888-25.088 60.416-25.088 45.568 1.024 81.92 38.912 80.384 84.48-1.024 45.568-38.912 81.92-84.48 80.384s-81.92-38.912-80.384-84.48c0.512-21.504 9.216-41.472 24.576-56.832v1.536z m109.568 326.656h-41.472c-51.712 2.048-103.424-1.024-154.624-9.216 5.12-89.088 82.944-108.544 148.48-108.544 129.536 0 147.456 63.488 148.992 112.64-33.28 5.632-67.584 7.68-101.376 5.12z" fill="#8A8A8A" ></path></symbol><symbol id="icon-huanyuan" viewBox="0 0 1024 1024"><path d="M784.896 373.248H221.184l123.904-121.856-54.272-53.248-160.768 158.208-1.536-1.536-53.76 53.76 1.024 1.024-1.024 1.024 53.76 53.248 1.024-1.024 160.768 158.208 53.76-53.248-120.32-119.296h561.152c6.144-0.512 12.288-0.512 18.432 0 82.944 5.12 146.432 76.288 141.312 159.232s-76.288 146.432-159.232 141.312H49.664 46.592c-19.968 1.024-35.84 17.408-36.352 37.376-0.512 20.992 16.384 38.4 37.376 38.912 3.584 0 7.168-0.512 10.752-1.536H791.552c124.416-2.048 223.744-104.448 221.696-228.864-1.536-123.904-103.936-223.744-228.352-221.696z" fill="#394046" ></path></symbol><symbol id="icon-xianshicankaofenxi" viewBox="0 0 1024 1024"><path d="M577.536 948.224H10.24v-87.04h131.072v-174.592h87.04v174.592h131.072v-305.152h87.04v305.152h131.072v-218.112h87.04v218.112h131.072V512h87.04v349.184H1013.76v87.04h-436.224zM926.72 75.776v339.968h-82.432v-194.56L524.288 512 345.6 328.192l-234.496 227.328-61.44-65.024 295.936-282.624 183.808 183.808 257.024-231.424h-192V75.776H926.72z" fill="#394046" ></path></symbol><symbol id="icon-ziranshijian" viewBox="0 0 1024 1024"><path d="M791.04 491.008h97.28v54.784h-97.28V491.008z m-272.384 259.072H573.44v97.28h-54.784v-97.28z m279.04-444.928L729.088 373.76l-38.4-38.4 68.608-68.608 38.4 38.4z m-38.4 464.896L690.688 701.44l38.4-38.4 68.608 68.608-38.4 38.4z m-368.64-104.96l129.024-129.024V275.456h82.432v293.376c-5.632 5.632-153.088 154.624-153.088 154.624l-58.368-58.368zM568.32 66.56v78.336c202.752 0 367.104 164.352 367.104 366.592 0 202.752-164.352 367.104-366.592 367.104-183.808 0-338.944-135.68-363.52-317.952L261.12 616.448l55.296-55.296-153.088-153.088L10.24 560.64l55.296 55.296 60.416-60.416c24.064 244.736 242.176 423.424 486.912 398.848 244.736-24.064 423.424-242.176 398.848-486.912C989.184 240.64 797.184 67.072 568.32 66.56z" fill="#394046" ></path></symbol><symbol id="icon-neizhisuofang" viewBox="0 0 1024 1024"><path d="M615.936 616.448c17.92-17.92 46.592-17.92 64 0l243.2 242.688v-146.944l0.512-8.192c4.096-24.576 27.648-40.96 52.224-36.864 21.504 3.584 37.376 23.04 37.376 45.056v257.024c0 2.048-0.512 3.584-0.512 5.632v1.536c-0.512 2.048-0.512 3.584-1.024 5.632l-0.512 2.048-0.512 2.048c-2.048 5.632-5.632 10.24-9.728 14.848l2.56-3.072-1.024 1.536-1.536 1.536-0.512 0.512-0.512 0.512c-6.144 5.12-13.312 9.216-20.992 10.752l-4.608 0.512-5.12 0.512h-256.512l-8.192-1.024c-21.504-4.096-36.864-22.528-37.376-44.544l0.512-8.192c4.096-21.504 22.528-37.376 44.544-37.376h146.944l-242.688-242.688-5.12-6.144c-12.8-17.408-10.752-41.984 4.608-57.344z m-207.872 0c15.36 15.36 17.92 39.936 5.12 57.856l-5.12 6.144-242.688 242.688H312.32c22.016 0 40.448 15.36 44.544 37.376l0.512 8.192c0 22.016-15.872 40.448-37.376 44.544l-8.192 1.024h-256l-5.632-0.512-4.096-1.536c-8.192-2.048-15.872-6.144-22.016-12.288l-1.536-1.536-1.024-1.536 1.024 1.536-2.56-3.072 1.024 1.536-0.512-0.512c-2.048-2.048-3.584-4.608-4.608-7.168l-1.536-3.584c-1.024-3.072-2.048-6.144-2.56-9.216l-0.512-1.536c-0.512-2.048-0.512-3.584-0.512-5.632v-257.024c0-25.088 19.968-45.568 45.056-45.568 22.016 0 40.96 15.872 45.056 37.376l0.512 8.192v146.944l243.2-242.688c17.408-17.92 46.08-17.92 63.488 0zM311.808 10.752l8.192 0.512c21.504 4.096 37.376 22.528 37.376 44.544l-1.024 8.192c-4.096 21.504-22.528 37.376-44.544 37.376H164.864l242.688 242.688 5.12 6.144c14.336 20.48 8.704 48.64-11.776 62.976-17.92 12.288-41.984 10.24-57.856-5.12L100.864 164.864v146.944l-0.512 8.192c-4.096 24.576-27.648 40.96-52.224 36.864-22.016-4.096-37.888-23.04-37.888-45.056V54.784c0-2.048 0-4.096 0.512-5.632v-1.536c0.512-2.048 1.024-3.584 1.536-5.632 2.048-7.168 6.144-13.312 11.264-18.432l-3.072 3.072-0.512 0.512 2.048-2.56-1.536 1.536 1.024-1.024 3.072-3.072c4.096-3.584 8.192-6.144 13.312-8.192l3.584-1.536C46.08 10.752 50.688 10.24 55.296 10.24h-4.608 2.56l258.56 0.512z m658.432 0h2.56c3.072 0.512 6.144 1.024 9.216 2.048l3.584 1.536 3.072 1.536 4.096 2.048c2.56 2.048 5.12 4.096 7.168 6.144l1.536 1.536 1.024 1.024 0.512 1.024 3.072 4.096c3.072 5.12 5.12 10.24 6.144 15.872v1.536c0.512 2.048 0.512 3.584 0.512 5.632v257.024c0 25.088-20.48 45.056-45.568 45.056-21.504 0-39.936-15.36-44.032-36.864l-0.512-8.192V164.864l-242.688 242.688c-17.92 17.408-46.592 16.896-64-1.536-14.848-15.36-16.896-38.912-5.12-56.32l5.12-6.144 242.688-242.688H711.68c-22.016 0-40.448-15.36-44.544-37.376l-1.024-8.192c0-22.016 15.36-40.448 37.376-44.544L711.68 10.24l258.56 0.512z" fill="#394046" ></path></symbol><symbol id="icon-shijianzhouhuadong" viewBox="0 0 1024 1024"><path d="M977.92 308.736H430.08v-50.688h30.208c13.312 0 18.944-5.12 18.944-18.944v-194.56c0-13.312-5.12-18.944-18.944-18.944H351.232C338.432 25.6 332.8 30.72 332.8 44.544v194.048c0 13.312 5.12 18.944 18.944 18.944h30.208v50.688H46.08c-19.968 0-35.84 15.872-35.84 35.84V772.608c0 19.456 15.872 35.328 35.328 35.328H381.44v165.888c0 13.312 11.264 24.576 24.576 24.576 13.312 0 24.576-10.752 24.576-24.064v-166.4h547.84c19.456 0 35.328-15.36 35.328-34.816V344.576c0-19.968-15.872-35.84-35.84-35.84zM252.928 736.768v-117.76c0-13.312-11.264-24.576-24.576-24.576-13.312 0-24.576 10.752-24.576 24.064v118.272H81.92V379.904h299.52v356.864H252.928z m689.152 0h-154.112v-117.76c0-13.312-11.264-24.576-24.576-24.576-13.312 0-24.576 10.752-24.576 24.064v118.272h-128.512v-117.76c0-13.312-11.264-24.576-24.576-24.576-13.312 0-24.576 10.752-24.576 24.064v118.272H429.568V379.904H942.08v356.864z" fill="#394046" ></path></symbol><symbol id="icon-xianshibiaozhu" viewBox="0 0 1024 1024"><path d="M482.304 960L327.68 804.864H93.696c-46.08 0-83.456-37.376-83.456-83.456l0.512-585.728c0-46.08 37.376-83.456 83.456-83.456h836.096c46.08 0 83.456 37.376 83.456 83.456l-0.512 585.216c0 46.08-37.376 83.456-83.456 83.456h-232.96l-155.648 155.136a41.8816 41.8816 0 0 1-58.88 0.512z m447.488-239.104l0.512-585.216H94.208l-0.512 585.216h250.88c11.264 0 21.504 4.608 29.696 12.288l137.728 137.728 138.24-137.728c7.68-7.68 18.432-12.288 29.696-12.288h249.856zM282.112 512c-34.816 0-62.464-28.16-62.464-62.464s28.16-62.464 62.464-62.464S344.576 414.72 344.576 449.536 316.416 512 282.112 512z m229.888 0c-34.816 0-62.464-28.16-62.464-62.464s28.16-62.464 62.464-62.464 62.464 28.16 62.464 62.464S546.816 512 512 512z m229.888 0c-34.816 0-62.464-28.16-62.464-62.464s28.16-62.464 62.464-62.464c34.816 0 62.464 28.16 62.464 62.464s-27.648 62.464-62.464 62.464z" fill="#394046" ></path></symbol><symbol id="icon-fangdaquyu" viewBox="0 0 1024 1024"><path d="M965.12 60.928C933.376 28.672 890.88 10.752 845.824 10.24H182.272C88.064 9.216 11.264 84.48 10.24 178.176v663.552c-1.024 93.696 74.24 170.496 167.936 171.52h665.088c92.672 0 168.96-75.264 169.984-167.936V181.76c1.024-45.568-16.384-88.064-48.128-120.832z m-29.696 781.312c-1.024 50.688-41.984 91.648-92.672 93.184h-660.48c-51.2-1.024-91.648-41.984-93.184-92.672v-660.48c1.024-51.2 41.984-91.648 92.672-93.184h660.48c51.2 1.024 91.648 41.984 93.184 92.672v660.48z" fill="#394046" ></path><path d="M840.192 154.112h-198.144c-17.92 0-32.768 14.336-32.768 32.768 0 17.92 14.336 32.768 32.768 32.768h116.736l-188.928 188.928c-12.288 12.8-11.264 33.28 1.536 45.568 12.288 11.776 31.744 11.776 44.032 0l188.928-188.928v117.248c0 17.92 14.336 32.768 32.768 32.768 17.92 0 32.768-14.336 32.768-32.768V186.368c0.512-16.896-12.288-31.232-29.696-32.256zM409.6 569.344l-1.536 1.536-188.928 188.928v-117.248c0-17.92-14.336-32.768-32.768-32.768s-32.768 14.336-32.768 32.768v195.072c-1.024 16.896 12.288 31.744 29.184 32.768h198.144c17.92 0 32.768-14.336 32.768-32.768 0-17.92-14.336-32.768-32.768-32.768H264.704l188.928-188.928c12.8-12.288 13.824-32.768 1.536-45.568-12.288-12.8-32.768-13.312-45.568-1.024z" fill="#394046" ></path></symbol><symbol id="icon-zhongfuzhoufanwei" viewBox="0 0 1024 1024"><path d="M876.032 603.136c-64-0.512-116.224 51.712-116.736 115.712-0.512 64 51.712 116.224 115.712 116.736 64 0.512 116.224-51.712 116.736-115.712v-0.512c0-64-51.712-116.224-115.712-116.224zM511.488 243.712c64.512 0.512 117.248-51.2 117.76-115.712 0.512-64.512-51.2-117.248-115.712-117.76-64.512-0.512-117.248 51.2-117.76 115.712v1.536c0.512 64 51.712 115.712 115.712 116.224z m386.56 288.768c25.088 3.072 49.664 11.264 71.68 24.576v-5.12c-0.512-181.76-107.52-346.112-273.408-420.352-0.512 25.088-5.632 49.152-15.872 72.192 126.976 61.44 210.432 187.392 217.6 328.704zM264.704 717.824c0-64-52.224-116.224-116.224-116.224S32.256 653.824 32.256 717.824s52.224 116.224 116.224 116.224c30.72 0 59.904-12.288 81.92-33.792 22.016-21.504 34.304-51.2 34.304-82.432zM125.44 532.48C132.608 391.68 215.04 265.728 340.992 203.264c-10.24-22.528-15.872-47.104-15.872-71.68-165.888 74.24-272.896 238.592-273.408 420.352 1.024 2.048 2.56 4.096 4.096 5.632 20.992-12.8 45.056-21.504 69.632-25.088z m386.048 410.112c-87.04 0-171.008-29.696-239.104-83.456-18.944 16.896-41.472 29.696-65.536 37.888 173.056 156.16 436.224 156.16 609.792 0-24.064-8.192-46.592-20.992-65.536-37.888A386.3296 386.3296 0 0 1 512 942.08l-0.512 0.512z" fill="#394046" ></path></symbol><symbol id="icon-chuankoufujiedian" viewBox="0 0 1024 1024"><path d="M822.784 201.216H424.96v265.216h397.824V201.216zM734.72 378.88h-221.184V289.792h221.184V378.88z" fill="#707070" ></path><path d="M27.136 24.064v972.8h972.8V24.064H27.136z m884.224 885.76H115.712V113.152H911.36v796.672z" fill="#707070" ></path><path d="M573.952 571.392H452.608v182.272h121.856v-182.272h-0.512zM330.752 753.664h0.512v-182.272H209.408v182.272h121.344zM330.752 388.608h0.512V206.336H209.408V389.12h121.344zM817.152 571.392h-121.344v182.272h121.856v-182.272h-0.512z" fill="#707070" ></path></symbol><symbol id="icon-IOyingshebianliang" viewBox="0 0 1024 1024"><path d="M824.832 25.6C920.576 25.6 998.4 103.424 998.4 199.168V824.32c0 95.744-77.824 173.568-173.568 173.568H199.168C103.424 998.4 25.6 920.576 25.6 824.832V199.168C25.6 103.424 103.424 25.6 199.168 25.6h625.664z m0 69.632H199.168c-57.344 0-104.448 46.592-104.448 104.448v625.152c0 57.344 46.592 104.448 104.448 104.448H824.32c57.344 0 104.448-46.592 104.448-104.448V199.168c0-57.344-46.592-103.936-103.936-103.936zM303.616 233.984c18.944 0 34.816 15.36 34.816 34.816v486.4c0 18.944-15.36 34.816-34.816 34.816-18.944 0-34.816-15.36-34.816-34.816v-486.4c0-18.944 15.36-34.816 34.816-34.816z m278.016 0c18.944 0 34.816 15.36 34.816 34.816v486.4c0 18.944-15.36 34.816-34.816 34.816-18.944 0-34.816-15.36-34.816-34.816v-486.4c0-18.944 15.36-34.816 34.816-34.816zM442.368 373.248c18.944 0 34.816 15.36 34.816 34.816v208.384c0 18.944-15.36 34.816-34.816 34.816-18.944 0-34.816-15.36-34.816-34.816V407.552c0-18.944 15.872-34.304 34.816-34.304z m278.016 0c18.944 0 34.816 15.36 34.816 34.816v208.384c0 18.944-15.36 34.816-34.816 34.816-18.944 0-34.816-15.36-34.816-34.816V407.552c0-18.944 15.36-34.304 34.816-34.304z" fill="#7E7E7F" ></path></symbol><symbol id="icon-neibubianliang" viewBox="0 0 1024 1024"><path d="M998.4 998.4H25.6V25.6h972.8v972.8zM116.736 907.264h790.528V116.736H116.736v790.528z" fill="#707070" ></path><path d="M269.00992 672.46592c0 39.424 32.256 71.168 71.168 71.168 26.624 0 50.688-14.848 62.976-37.888h206.848c18.432 34.816 61.44 48.128 96.256 29.696 34.816-18.432 48.128-61.44 29.696-96.256-18.432-34.816-61.44-48.128-96.256-29.696-12.8 6.656-23.04 16.896-29.696 29.696h-188.928l230.912-230.912c6.656 2.048 13.824 3.072 20.992 3.584 39.424 0 71.168-31.744 71.168-71.168s-31.744-71.168-71.168-71.168-71.168 31.744-71.168 71.168c0 7.168 1.024 14.336 3.584 20.992l-231.936 230.4v-188.928c34.816-18.432 48.128-61.44 29.696-96.256-18.432-34.816-61.44-48.128-96.256-29.696-34.816 18.432-48.128 61.44-29.696 96.256 6.656 12.8 16.896 23.04 29.696 29.696v206.848c-23.552 11.776-37.888 35.84-37.888 62.464z" fill="#7E7E7F" ></path></symbol><symbol id="icon-luojibianliang" viewBox="0 0 1024 1024"><path d="M347.648 272.896h328.704c25.088-1.024 44.544-22.016 43.52-47.104-1.024-23.552-19.968-43.008-43.52-43.52H347.648c-25.088 1.024-44.544 22.016-43.52 47.104 0.512 23.552 19.456 42.496 43.52 43.52z" fill="#7E7E7F" ></path><path d="M856.576 409.088c71.68 0 130.048-57.856 130.048-129.536V155.648c0-71.68-57.856-130.048-129.536-130.048H166.912C95.232 25.6 36.864 83.968 36.864 155.648v123.392c0 71.68 57.856 130.048 129.536 130.048h162.816v102.4c-1.024 26.112 19.456 48.128 45.568 49.152h228.864v53.248H166.912c-71.68 0-130.048 57.856-130.048 129.536v123.392c0 71.68 57.856 130.048 129.536 130.048h690.176c71.68 0 130.048-57.856 130.048-129.536v-123.392c0-71.68-57.856-130.048-129.536-130.048h-162.816v-102.4c1.024-26.112-19.456-48.128-45.568-49.152H420.352V409.088h436.224z m44.544 458.24c0 24.576-19.968 45.056-45.056 45.056H166.912c-24.576 0-45.056-19.968-45.056-44.544v-123.392c0-24.576 19.968-45.056 44.544-45.056h690.176c24.576 0 45.056 19.968 45.056 44.544l-0.512 123.392zM121.856 156.16c0-24.576 19.968-45.056 44.544-45.056h690.176c24.576 0 45.056 19.968 45.056 44.544v123.392c0 24.576-19.968 45.056-44.544 45.056H166.912c-24.576 0-45.056-19.968-45.056-44.544V156.16z" fill="#7E7E7F" ></path><path d="M675.84 769.536H347.648c-25.088 1.024-44.544 22.016-43.52 47.104 1.024 23.552 19.968 43.008 43.52 43.52h328.704c25.088 0.512 46.08-18.944 46.592-44.032 0.512-25.088-18.944-46.08-44.032-46.592h-3.072z" fill="#7E7E7F" ></path></symbol><symbol id="icon-xitongbianliang" viewBox="0 0 1024 1024"><path d="M887.296 225.28L571.392 43.008c-37.376-21.504-82.944-21.504-120.32 0L135.168 225.28c-37.376 21.504-60.416 61.44-60.416 104.448v365.056c0 43.008 23.04 82.432 59.904 103.936L450.56 980.992c37.376 21.504 82.944 21.504 120.32 0l315.904-182.272c37.376-21.504 59.904-60.928 59.904-103.936V329.728c0.512-43.008-22.016-82.944-59.392-104.448z m-4.608 461.824c0 20.48-10.752 39.424-28.672 49.664l-313.856 183.296c-17.92 10.752-40.448 10.752-58.368 0L167.936 737.28c-17.92-10.24-28.672-29.184-28.672-49.664V344.064c0-31.744 25.6-57.856 57.344-57.856 10.24 0 20.48 2.56 29.184 7.68l222.208 129.536c38.912 22.528 87.04 22.528 125.952 0l222.208-129.536c27.648-15.872 62.976-6.656 78.848 20.992 5.12 8.704 7.68 18.944 7.68 29.184v343.04z" fill="#7E7E7F" ></path><path d="M511.69792 633.9584c-29.696 0-58.368-8.192-83.968-23.04l-189.952-111.104c-19.968-11.776-26.624-37.376-14.848-56.832s37.376-26.624 56.832-14.848l189.952 111.104c26.112 15.36 57.856 15.36 83.968 0l86.016-50.176c20.48-10.752 45.568-3.072 56.32 17.408 10.24 19.456 4.096 43.008-14.336 54.784l-86.016 50.176c-25.6 14.336-54.272 22.016-83.968 22.528z m239.616-121.344c-23.04 0-41.984-18.432-41.984-41.472 0-14.336 7.168-27.648 19.456-35.328l11.776-7.68c19.456-12.288 45.056-6.144 57.344 13.312 12.288 19.456 6.144 45.056-13.312 57.344l-11.776 7.68c-5.632 4.096-13.312 6.656-21.504 6.144z m-239.616 312.832c-29.184 0-57.344-7.68-82.432-22.016l-191.488-111.616c-19.456-12.288-25.088-37.888-12.8-57.856 11.776-18.432 35.84-25.088 54.784-14.336l191.488 112.128c25.088 14.848 55.808 14.848 80.896 0 16.384-9.728 58.368-36.352 58.88-36.352 19.456-12.288 45.056-6.656 57.344 12.8 12.288 19.456 6.656 45.056-12.8 57.344-1.536 1.024-43.52 27.648-61.44 37.888-25.088 14.336-53.76 22.016-82.432 22.016z m212.992-107.008c-23.04 0-41.984-18.432-41.984-40.96 0-14.848 7.68-28.672 20.48-36.352l39.936-24.064c19.968-11.776 45.568-5.632 57.344 14.336 11.776 19.968 5.632 45.568-14.336 57.344l-39.936 24.064c-6.656 3.584-13.824 5.632-21.504 5.632z" fill="#7E7E7F" ></path></symbol><symbol id="icon-zhandianzijiedian1" viewBox="0 0 1024 1024"><path d="M347.648 272.896h328.704c25.088-1.024 44.544-22.016 43.52-47.104-1.024-23.552-19.968-43.008-43.52-43.52H347.648c-25.088 1.024-44.544 22.016-43.52 47.104 0.512 23.552 19.456 42.496 43.52 43.52z" fill="#707070" ></path><path d="M856.576 409.088c71.68 0 130.048-57.856 130.048-129.536V155.648c0-71.68-57.856-130.048-129.536-130.048H166.912C95.232 25.6 36.864 83.968 36.864 155.648v123.392c0 71.68 57.856 130.048 129.536 130.048h162.816v102.4c-1.024 26.112 19.456 48.128 45.568 49.152h228.864v53.248H166.912c-71.68 0-130.048 57.856-130.048 129.536v123.392c0 71.68 57.856 130.048 129.536 130.048h690.176c71.68 0 130.048-57.856 130.048-129.536v-123.392c0-71.68-57.856-130.048-129.536-130.048h-162.816v-102.4c1.024-26.112-19.456-48.128-45.568-49.152H420.352V409.088h436.224z m44.544 458.24c0 24.576-19.968 45.056-45.056 45.056H166.912c-24.576 0-45.056-19.968-45.056-44.544v-123.392c0-24.576 19.968-45.056 44.544-45.056h690.176c24.576 0 45.056 19.968 45.056 44.544l-0.512 123.392zM121.856 156.16c0-24.576 19.968-45.056 44.544-45.056h690.176c24.576 0 45.056 19.968 45.056 44.544v123.392c0 24.576-19.968 45.056-44.544 45.056H166.912c-24.576 0-45.056-19.968-45.056-44.544V156.16z" fill="#707070" ></path><path d="M675.84 769.536H347.648c-25.088 1.024-44.544 22.016-43.52 47.104 1.024 23.552 19.968 43.008 43.52 43.52h328.704c25.088 0.512 46.08-18.944 46.592-44.032 0.512-25.088-18.944-46.08-44.032-46.592h-3.072z" fill="#707070" ></path></symbol><symbol id="icon-bianliangzu" viewBox="0 0 1024 1024"><path d="M420.352 404.48V268.8c0-55.808 45.568-101.376 101.376-101.376h80.896v-40.96c0-55.808 45.056-101.376 101.376-101.376h182.784c55.808 0 101.376 45.056 101.376 101.376v182.784c0 55.808-45.056 101.376-101.376 101.376h-182.784c-55.808 0-101.376-45.056-101.376-101.376V248.832h-80.896c-11.264 0-19.968 9.216-20.48 19.968v486.4c0 11.264 8.704 19.968 19.968 20.48h80.896v-60.928c0-55.808 45.056-101.376 101.376-101.376h182.784c55.808 0 101.376 45.056 101.376 101.376v182.784c0 55.808-45.568 100.864-101.376 100.864h-182.784c-55.808 0-101.376-45.056-101.376-101.376v-40.448h-80.896c-55.808 0-101.376-45.056-101.376-101.376v-112.64l-81.92 81.92c-39.424 39.424-103.424 39.424-142.848 0l-129.024-129.024c-39.424-39.424-39.424-103.424 0-142.848L195.072 322.56c39.424-39.424 103.424-39.424 142.848 0l82.432 81.92z m283.136 513.024h182.784c11.264 0 19.968-9.216 19.968-19.968v-182.784c0-11.264-9.216-19.968-19.968-19.968h-182.784c-11.264 0-19.968 9.216-19.968 19.968v182.784c0 10.752 9.216 19.968 19.968 19.968z m0-587.776h182.784c11.264 0 19.968-9.216 19.968-19.968V126.976c0-11.264-9.216-19.968-19.968-19.968h-182.784c-11.264 0-19.968 9.216-19.968 19.968v182.784c0 10.752 9.216 19.968 19.968 19.968z m-422.4 336.896L410.112 537.6c7.68-7.68 7.68-20.48 0-28.16L281.088 379.904c-7.68-7.68-20.48-7.68-28.672 0L123.392 509.44c-7.68 7.68-7.68 20.48 0 28.16l129.024 129.024c8.192 8.192 20.992 8.192 28.672 0z" fill="#7E7E7F" ></path></symbol><symbol id="icon-tongdaoqudongdisanceng" viewBox="0 0 1025 1024"><path d="M58.135458 4.079681h906.709164c31.10757 0 56.605578 25.498008 56.605577 56.605578v906.709163c0 31.10757-25.498008 56.605578-56.605577 56.605578H58.135458c-31.10757 0-56.605578-25.498008-56.605578-56.605578V60.685259C1.52988 29.577689 27.027888 4.079681 58.135458 4.079681z" fill="#434343" opacity=".73" ></path><path d="M825.115538 117.290837H221.832669c-28.047809 0-50.486056 22.438247-50.486055 50.486055v650.199204c0 28.047809 22.438247 50.486056 50.486055 50.486055h603.282869c28.047809 0 50.486056-22.438247 50.486056-50.486055V167.776892c0-27.537849-22.438247-50.486056-50.486056-50.486055zM221.832669 164.207171h603.282869c2.039841 0 3.569721 1.52988 3.569721 3.569721v185.115538H218.262948V167.776892c0-1.52988 1.52988-3.059761 3.569721-3.569721z m606.85259 235.601594v184.605578H218.262948V399.808765h610.422311z m-3.569721 421.737052H221.832669c-2.039841 0-3.569721-1.52988-3.569721-3.569721v-186.645419h610.422311v186.645419c0 2.039841-1.52988 3.569721-3.569721 3.569721z m-79.553785-586.454184h-77.003984c-4.589641 0-8.159363 3.569721-8.159363 8.159363v30.087649c0 4.589641 3.569721 8.159363 8.159363 8.159363h77.003984c4.589641 0 8.159363-3.569721 8.159363-8.159363v-30.087649c0.50996-4.079681-3.059761-7.649402-8.159363-8.159363z m0 234.581674h-77.003984c-4.589641 0-8.159363 3.569721-8.159363 8.159362v30.08765c0 4.589641 3.569721 8.159363 8.159363 8.159362h77.003984c4.589641 0 8.159363-3.569721 8.159363-8.159362v-30.08765c0.50996-4.589641-3.059761-8.159363-8.159363-8.159362z m0 229.992032h-77.003984c-4.589641 0-8.159363 3.569721-8.159363 8.159362v30.08765c0 4.589641 3.569721 8.159363 8.159363 8.159362h77.003984c4.589641 0 8.159363-3.569721 8.159363-8.159362v-30.08765c0.50996-4.079681-3.059761-8.159363-8.159363-8.159362z" fill="#BFBFBF" ></path></symbol><symbol id="icon-TCPfujiedian" viewBox="0 0 1024 1024"><path d="M513.024 645.12h221.184v88.576h-221.184V645.12z m-310.272 0v88.576h132.608V645.12H202.752z m221.184-88.576v265.216h397.824v-265.216H423.936z m88.576-265.216h221.184v88.576h-221.184V291.328z m-309.76 0v88.576h132.608V291.328H202.752z m220.672-88.576v265.216h397.824V202.752H423.424zM114.176 114.176h795.648v796.672H115.2l-1.024-796.672zM25.6 25.6v972.8h972.8V25.6H25.6z" fill="#707070" ></path></symbol><symbol id="icon-bianliangzuzijiedian" viewBox="0 0 1024 1024"><path d="M420.352 404.48V268.8c0-55.808 45.568-101.376 101.376-101.376h80.896v-40.96c0-55.808 45.056-101.376 101.376-101.376h182.784c55.808 0 101.376 45.056 101.376 101.376v182.784c0 55.808-45.056 101.376-101.376 101.376h-182.784c-55.808 0-101.376-45.056-101.376-101.376V248.832h-80.896c-11.264 0-19.968 9.216-20.48 19.968v486.4c0 11.264 8.704 19.968 19.968 20.48h80.896v-60.928c0-55.808 45.056-101.376 101.376-101.376h182.784c55.808 0 101.376 45.056 101.376 101.376v182.784c0 55.808-45.568 100.864-101.376 100.864h-182.784c-55.808 0-101.376-45.056-101.376-101.376v-40.448h-80.896c-55.808 0-101.376-45.056-101.376-101.376v-112.64l-81.92 81.92c-39.424 39.424-103.424 39.424-142.848 0l-129.024-129.024c-39.424-39.424-39.424-103.424 0-142.848L195.072 322.56c39.424-39.424 103.424-39.424 142.848 0l82.432 81.92z m283.136 513.024h182.784c11.264 0 19.968-9.216 19.968-19.968v-182.784c0-11.264-9.216-19.968-19.968-19.968h-182.784c-11.264 0-19.968 9.216-19.968 19.968v182.784c0 10.752 9.216 19.968 19.968 19.968z m0-587.776h182.784c11.264 0 19.968-9.216 19.968-19.968V126.976c0-11.264-9.216-19.968-19.968-19.968h-182.784c-11.264 0-19.968 9.216-19.968 19.968v182.784c0 10.752 9.216 19.968 19.968 19.968z m-422.4 336.896L410.112 537.6c7.68-7.68 7.68-20.48 0-28.16L281.088 379.904c-7.68-7.68-20.48-7.68-28.672 0L123.392 509.44c-7.68 7.68-7.68 20.48 0 28.16l129.024 129.024c8.192 8.192 20.992 8.192 28.672 0z" fill="#707070" ></path></symbol><symbol id="icon-weizhi-xia" viewBox="0 0 1024 1024"><path d="M998.4 55.808v729.6H25.6V55.808h972.8z m-78.848 75.776H104.448v579.072h815.104V131.584zM353.792 386.56v236.544H274.944V386.048l78.848 0.512z m197.12-100.352v337.408H472.064v-337.92l78.848 0.512z m197.12 75.776v261.632h-78.848V361.472l78.848 0.512z" fill="#FFFFFF" opacity=".5" ></path><path d="M512 846.336h486.4v121.856h-486.4z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zhoubiaoti-zhongjian" viewBox="0 0 1024 1024"><path d="M998.4 186.368v651.264H188.928V186.368H998.4z m-65.536 67.072H254.464v516.608h678.4V253.44zM462.336 481.28v211.456H396.8V481.28h65.536z m164.352-89.6v301.056h-65.536V391.68h65.536z m163.84 67.072v233.984h-65.536V458.752h65.536z" fill="#FFFFFF" opacity=".5" ></path><path d="M25.6 349.696h109.056v326.656H25.6z" fill="#FFFFFF" ></path></symbol><symbol id="icon-weizhi-shang" viewBox="0 0 1024 1024"><path d="M512 55.808h486.4v121.856h-486.4z" fill="#FFFFFF" ></path><path d="M998.4 238.592v729.6H25.6V238.592h972.8z m-78.848 75.264H104.448v579.072h815.104V313.856zM353.792 569.344v236.544H274.944v-237.056l78.848 0.512z m197.12-100.352v337.408H472.064v-337.92l78.848 0.512z m197.12 74.752v261.632h-78.848v-262.144l78.848 0.512z" fill="#FFFFFF" opacity=".5" ></path></symbol><symbol id="icon-weizhi-zhong" viewBox="0 0 1024 1024"><path d="M829.44 188.928v646.144H25.6V188.928h803.84z m-65.024 66.56H91.136V768h673.28V255.488zM296.96 481.792v209.92H231.424v-209.92H296.96z m163.328-89.088v299.008H394.752V392.704h65.536z m162.304 66.56v232.448h-65.536V459.264h65.536z" fill="#FFFFFF" opacity=".5" ></path><path d="M890.368 296.96H998.4v432.128h-108.032z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zhoubiaoti-kaitou" viewBox="0 0 1024 1024"><path d="M25.6 55.808h304.128v121.344H25.6z" fill="#FFFFFF" ></path><path d="M998.4 238.592v729.6H25.6V238.592h972.8z m-78.848 75.264H104.448v578.56h815.104v-578.56zM353.792 569.344v236.544H274.944v-237.056l78.848 0.512z m197.12-100.864v337.408H472.064V468.48h78.848z m197.12 75.776v261.632h-78.848v-262.144l78.848 0.512z" fill="#FFFFFF" opacity=".5" ></path></symbol><symbol id="icon-biaotou-zhong" viewBox="0 0 1024 1024"><path d="M25.6 25.6h121.856v972.8H25.6z" fill="#FFFFFF" opacity=".6" ></path><path d="M876.544 25.6H998.4v972.8h-121.856z" fill="#FFFFFF" opacity=".6" ></path><path d="M633.856 755.2H390.656v-486.4h243.2z" fill="#CFCFCF" ></path></symbol><symbol id="icon-biaotou-zuo" viewBox="0 0 1024 1024"><path d="M147.456 25.6h121.856v972.8H147.456z" fill="#FFFFFF" opacity=".6" ></path><path d="M390.144 390.144h486.4v243.2h-486.4z" fill="#FFFFFF" ></path></symbol><symbol id="icon-biaotou-you" viewBox="0 0 1024 1024"><path d="M755.2 25.6h121.856v972.8h-121.856z" fill="#FFFFFF" opacity=".6" ></path><path d="M147.41504 390.144h486.4v243.2h-486.4z" fill="#FFFFFF" ></path></symbol><symbol id="icon-gengduo2" viewBox="0 0 1024 1024"><path d="M886.272 512m112.128 0a112.128 112.128 0 1 0-224.256 0 112.128 112.128 0 1 0 224.256 0Z" fill="#2F71EE" ></path><path d="M512 512m112.128 0a112.128 112.128 0 1 0-224.256 0 112.128 112.128 0 1 0 224.256 0Z" fill="#2F71EE" ></path><path d="M137.728 512m112.128 0a112.128 112.128 0 1 0-224.256 0 112.128 112.128 0 1 0 224.256 0Z" fill="#2F71EE" ></path></symbol><symbol id="icon-tianjia1" viewBox="0 0 1024 1024"><path d="M926.72 465.92h-368.64V97.28c0-25.6-20.48-46.08-46.08-46.08s-46.08 20.48-46.08 46.08v368.64H97.28c-25.6 0-46.08 20.48-46.08 46.08s20.48 46.08 46.08 46.08h368.64v368.64c0 25.6 20.48 46.08 46.08 46.08s46.08-20.48 46.08-46.08v-368.64h368.64c25.6 0 46.08-20.48 46.08-46.08s-20.48-46.08-46.08-46.08z" fill="#2B2B2B" ></path></symbol><symbol id="icon-tishi2" viewBox="0 0 1024 1024"><path d="M512 25.6C243.2 25.6 25.6 243.2 25.6 512s217.6 486.4 486.4 486.4 486.4-217.6 486.4-486.4c1.536-267.264-214.016-484.864-481.28-486.4h-5.12z" fill="#777777" opacity=".3" ></path><path d="M469.504 242.688c9.728-12.288 24.576-19.456 40.448-19.456 19.456-2.048 37.888 6.656 48.128 23.04 9.216 13.824 13.312 30.72 11.776 47.616 0 4.096-2.56 30.208-4.096 37.376l-15.36 197.12c0.512 18.432-3.584 36.864-11.776 53.76-5.12 12.8-17.408 20.48-31.232 19.456-12.288 0-23.04-7.68-27.136-19.456-7.68-16.896-11.264-35.328-11.776-53.76l-10.752-193.024c-2.56-13.824-4.096-28.16-4.096-42.496 0-17.92 5.12-35.84 15.872-50.176zM554.496 784.384c-10.24 10.24-24.576 15.36-38.912 15.36-15.872 0.512-31.232-4.608-42.496-15.36-12.288-12.288-19.456-28.672-19.456-46.08-0.512-15.872 4.608-31.232 15.36-42.496 20.48-23.552 56.32-25.6 79.872-5.12 2.048 1.536 3.584 3.584 5.12 5.12 10.752 11.776 16.384 26.624 15.36 42.496 1.536 16.896-4.096 33.28-14.848 46.08z" fill="#777777" ></path></symbol><symbol id="icon-baocun1" viewBox="0 0 1024 1024"><path d="M705.536 332.8c-20.992-15.872-51.2-11.776-67.072 9.216L451.584 573.44 386.048 487.424c-16.384-21.504-46.592-25.088-68.096-8.704s-25.088 46.592-8.704 68.096l103.424 135.168c8.704 11.776 22.528 18.432 37.376 18.944h0.512c14.848 0 28.672-6.656 37.888-18.432l226.816-282.112c16.384-21.504 11.776-51.712-9.728-67.584z" fill="#FFFFFF" ></path><path d="M812.032 177.664c0 17.408 14.336 31.744 31.744 31.744 17.408 0 31.744-14.336 31.744-31.744 0-17.408-14.336-31.744-31.744-31.744-5.632 0-11.264 1.536-15.872 4.608-9.728 5.632-15.872 15.872-15.872 27.136z" fill="#375FD4" ></path><path d="M943.104 288.768c-6.144-11.776-17.92-19.456-31.232-19.456-18.944 0-34.816 15.36-34.816 34.816 0 6.144 1.536 12.288 4.608 17.92 104.96 204.288 24.576 455.168-179.712 560.128s-455.168 24.576-560.128-179.712-24.576-455.168 179.712-560.128c118.784-60.928 259.072-61.44 378.368-1.024v-0.512c16.384 9.728 37.888 4.096 47.616-12.288 9.728-16.384 4.096-37.888-12.288-47.616l-1.024-0.512c-1.024-0.512-2.048-1.024-3.584-1.536-238.592-121.344-530.432-25.6-651.264 213.504s-25.088 530.944 214.016 651.776 530.944 25.088 651.776-214.016c70.144-138.752 69.632-303.104-2.048-441.344z" fill="#6285DD" ></path></symbol><symbol id="icon-caidanyulan" viewBox="0 0 1024 1024"><path d="M512 664.576c85.504 0 164.864-49.152 240.128-152.576-75.264-103.424-154.624-152.576-240.128-152.576S347.136 408.576 271.872 512c75.264 103.424 154.624 152.576 240.128 152.576z m0 72.704c-110.08 0-210.944-62.464-301.568-187.392C194.56 527.36 194.56 496.64 210.432 474.112 301.568 349.184 401.92 286.72 512 286.72s210.944 62.464 301.568 187.392c15.872 22.528 15.872 53.248 0 75.776-91.136 124.928-191.488 187.392-301.568 187.392z" fill="#FFFFFF" ></path><path d="M512 544.768c17.92 0 32.768-14.848 32.768-32.768 0-17.92-14.848-32.768-32.768-32.768-17.92 0-32.768 14.848-32.768 32.768 0 17.92 14.848 32.768 32.768 32.768z m0 83.968c-64.512 0-116.224-52.224-116.224-116.736s52.224-116.224 116.736-116.224c64.512 0 116.224 52.224 116.224 116.736-0.512 64-52.224 115.712-116.736 116.224z" fill="#FFFFFF" ></path><path d="M103.936 920.064v-155.136c0-21.504-17.408-38.912-38.912-38.912-21.504 0-38.912 17.408-38.912 38.912v168.448c0 35.84 29.184 65.024 65.024 65.024h168.448c21.504 0 38.912-17.408 38.912-38.912s-17.408-38.912-38.912-38.912H103.936z m0-816.128h155.136c21.504 0 38.912-17.408 38.912-38.912 0-21.504-17.408-38.912-38.912-38.912H90.624C54.784 26.112 25.6 55.296 25.6 91.136v168.448c0 21.504 17.408 38.912 38.912 38.912 21.504 0 38.912-17.408 38.912-38.912V103.936z m816.128 0v155.136c0 21.504 17.408 38.912 38.912 38.912s38.912-17.408 38.912-38.912V90.624c0-35.84-29.184-65.024-65.024-65.024h-168.448c-21.504 0-38.912 17.408-38.912 38.912 0 21.504 17.408 38.912 38.912 38.912l155.648 0.512z m0 816.128h-155.136c-21.504 0-38.912 17.408-38.912 38.912s17.408 38.912 38.912 38.912h168.448c35.84 0 65.024-29.184 65.024-65.024v-168.448c0-21.504-17.408-38.912-38.912-38.912s-38.912 17.408-38.912 38.912v155.648z" fill="#6184DD" ></path></symbol><symbol id="icon-fabu" viewBox="0 0 1024 1024"><path d="M346.624 634.88L25.6 439.296l972.8-380.928-170.496 876.032-414.208-265.216 370.688-399.872L346.624 634.88z m69.632 105.472v224.768l137.216-139.264-137.216-85.504z" fill="#3D6EFF" ></path></symbol><symbol id="icon-quanxiandaochu" viewBox="0 0 1024 1024"><path d="M881.78176 670.208v-56.832c4.608-74.24-51.2-137.728-125.44-142.336-74.24-4.608-137.728 51.2-142.336 125.44-0.512 5.632-0.512 11.264 0 16.896v56.832c-37.888 5.12-67.072 36.864-68.096 75.264v175.104c0.512 43.008 35.328 77.824 78.848 77.312h247.296c42.496 0 76.8-33.28 78.848-75.776V747.52c-1.536-38.912-30.208-72.192-69.12-77.312z m-175.104-126.976c35.328-21.504 80.896-10.24 102.4 24.576 8.192 13.824 12.288 29.696 10.752 45.056v56.32h-148.48v-56.32c-2.048-27.648 11.264-54.784 35.328-69.632z m182.272 379.392c0 10.24-8.192 17.92-17.92 17.92h-247.296c-10.24 0-18.432-8.192-18.432-17.92V747.52c0.512-10.24 8.704-17.92 18.432-17.92h247.296c10.24 0 17.92 8.192 17.92 17.92v175.104z" fill="#3D6EFF" ></path><path d="M768.11776 766.976c-19.456-11.776-45.568-5.632-57.344 13.824-10.24 16.896-7.168 38.912 7.68 52.736v40.448c0 16.896 13.312 30.208 30.208 30.208 15.872-1.024 28.16-14.336 27.648-30.208v-40.448c16.896-15.872 17.408-42.496 1.024-59.392-2.56-2.56-5.632-5.12-9.216-7.168z m113.152-342.016V218.624c0.512-125.44-207.872-193.024-403.456-193.024s-403.456 67.584-403.456 193.024v567.808c0 125.44 208.384 193.024 403.456 193.024 19.968 2.56 37.888-11.264 40.96-31.232 2.56-19.968-11.264-37.888-31.232-40.96-3.072-0.512-6.656-0.512-9.728 0h-1.024c-204.8-0.512-330.24-70.656-330.24-120.832v-170.496c99.84 55.296 212.992 82.944 327.168 79.36 19.456 3.072 37.376-9.728 40.96-29.184 3.072-19.456-9.728-37.376-29.184-40.96-2.048-0.512-4.096-0.512-6.144-0.512h-3.584c-202.24-0.512-328.704-72.704-328.704-122.368V331.264c101.376 56.32 216.064 83.968 331.776 79.872 115.712 4.096 230.4-23.552 331.264-79.36v94.208c-2.56 19.968 11.264 37.888 31.232 40.96 19.968 2.56 37.888-11.264 40.96-31.232 0.512-3.072 0.512-6.656 0-9.728l-1.024-1.024z m-403.456-86.016c-205.824 0-331.776-70.144-331.776-120.32s128-121.344 331.776-121.344v0.512c205.824 0 331.776 70.144 331.776 120.832s-125.952 120.32-331.776 120.32z" fill="#3D6EFF" ></path></symbol><symbol id="icon-kuangaolashen" viewBox="0 0 1024 1024"><path d="M731.648 670.208l113.664-113.664H178.688L291.84 670.208l-63.488 63.488-189.44-189.952c-17.408-17.408-17.408-45.568 0-63.488l189.952-189.952L291.84 353.792 178.688 467.456h667.136L732.16 353.792l63.488-63.488 189.952 189.952c17.408 17.408 17.408 45.568 0 63.488l-189.952 189.952-64-63.488z" fill="#FFFFFF" ></path></symbol><symbol id="icon-piliang" viewBox="0 0 1024 1024"><path d="M897.024 126.976H315.392c-5.632 0-10.24-4.608-10.24-10.24V35.84c0-5.632 4.608-10.24 10.24-10.24H957.44c22.528 0 40.448 17.92 40.448 40.448v639.488c0 5.632-4.608 10.24-10.24 10.24h-80.896c-5.632 0-10.24-4.608-10.24-10.24v-578.56zM188.416 587.264c-4.096 4.096-4.096 10.24 0 14.336L368.64 781.824c7.68 7.68 20.48 7.68 28.672 0l268.8-268.8c4.096-4.096 4.096-10.24 0-14.336l-57.344-57.344c-4.096-4.096-10.24-4.096-14.336 0l-211.456 211.456-122.88-122.88c-4.096-4.096-10.24-4.096-14.336 0l-57.344 57.344z" fill="#7E7E7F" ></path><path d="M66.048 202.752c-22.528 0-40.448 17.92-40.448 40.448V957.44c0 22.528 17.92 40.448 40.448 40.448h714.24c22.528 0 40.448-17.92 40.448-40.448V243.712c0-22.528-17.92-40.448-40.448-40.448H66.048z m60.928 101.376h592.896v592.896H126.976V304.128z" fill="#7E7E7F" ></path></symbol><symbol id="icon-tianjia" viewBox="0 0 1024 1024"><path d="M512.512 996.864c-268.8-0.512-486.4-218.112-485.888-486.912 0.512-268.8 218.112-486.4 486.912-485.888 268.288 0.512 485.888 218.112 485.888 486.4 0 268.8-218.112 486.4-486.912 486.4z m-2.56-881.664c-214.528 0.512-388.608 175.104-388.096 389.632v5.632c-3.072 211.968 166.4 386.048 378.368 389.12h9.728c215.552 3.072 392.704-169.472 395.776-385.024v-4.096c-0.512-218.624-177.664-395.264-395.776-395.264z m198.144 443.392h-145.92v145.92c0 27.136-22.016 48.64-48.64 48.64-27.136 0-48.64-22.016-48.64-48.64v-145.92H318.464c-27.136 0-48.64-22.016-48.64-48.64 0-27.136 22.016-48.64 48.64-48.64h145.92V315.392c0-27.136 22.016-48.64 48.64-48.64 27.136 0 48.64 22.016 48.64 48.64v145.92h145.92c27.136 0 48.64 22.016 48.64 48.64 0.512 27.136-21.504 48.64-48.128 48.64z" fill="#7E7E7F" ></path></symbol><symbol id="icon-xuanzhuan1" viewBox="0 0 1024 1024"><path d="M911.5648 761.78432h-91.136v-370.176c0-97.28-78.848-176.128-176.128-176.128h-393.216v-91.136h393.216c147.968 0 267.264 119.808 267.264 267.264v370.176z" fill="#FFFFFF" ></path><path d="M25.8048 165.81632l229.376 132.608v-265.216l-229.376 132.608zM865.9968 990.64832l132.608-229.376h-264.704l132.096 229.376z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zhankai1" viewBox="0 0 1024 1024"><path d="M513.536 876.032L158.72 477.696c-12.8-15.36-35.84-17.408-51.2-4.096-1.536 1.536-3.072 2.56-4.096 4.096-15.36 17.92-15.36 44.032 0 61.952L512 998.4l408.576-458.24c15.36-17.92 15.36-44.032 0-61.952-12.8-15.36-35.84-17.408-51.2-4.096-1.536 1.536-3.072 2.56-4.096 4.096l-351.744 397.824z m-0.512-440.32L158.72 38.4c-12.8-15.36-35.84-17.408-51.2-4.096-1.536 1.536-3.072 2.56-4.096 4.096-15.36 17.92-15.36 44.032 0 61.952l408.576 458.752 408.576-458.24c15.36-17.92 15.36-44.032 0-61.952-12.8-15.36-35.84-17.408-51.2-4.096-1.536 1.536-3.072 2.56-4.096 4.096l-352.256 396.8z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zhankai" viewBox="0 0 1024 1024"><path d="M876.032 510.464L477.696 865.28c-15.36 12.8-17.408 35.84-4.096 51.2 1.536 1.536 2.56 3.072 4.096 4.096 17.92 15.36 44.032 15.36 61.952 0L998.4 512l-458.24-408.576c-17.92-15.36-44.032-15.36-61.952 0-15.36 12.8-17.408 35.84-4.096 51.2 1.536 1.536 2.56 3.072 4.096 4.096l397.824 351.744z m-440.32 0.512L38.4 865.28c-15.36 12.8-17.408 35.84-4.096 51.2 1.536 1.536 2.56 3.072 4.096 4.096 17.92 15.36 44.032 15.36 61.952 0l458.752-408.576-458.24-408.576c-17.92-15.36-44.032-15.36-61.952 0-15.36 12.8-17.408 35.84-4.096 51.2 1.536 1.536 2.56 3.072 4.096 4.096l396.8 352.256z" fill="#FFFFFF" ></path></symbol><symbol id="icon-piliangtianjia" viewBox="0 0 1024 1024"><path d="M964.25472 90.41408c-22.016-22.016-51.712-34.304-82.944-34.304h-636.928c-64.512 0-116.224 52.224-116.736 116.736v59.392c-58.368 7.168-102.912 56.832-102.912 115.712v504.32c0 64.512 52.224 116.224 116.736 116.736h504.32c34.816 0 67.584-15.36 89.6-41.984h145.408c64.512 0 116.224-52.224 116.736-116.736v-637.44c1.024-31.232-11.264-60.928-33.28-82.432z m-201.216 729.088v-472.064c0-64-52.224-116.224-116.224-116.736h-411.648v-58.368c0-5.632 4.608-9.728 9.728-9.728h636.928c5.632 0 9.728 4.608 9.728 9.728v636.928c0 5.632-4.608 9.728-9.728 9.728l-118.784 0.512z m-630.784-472.064c0-5.632 4.608-9.728 9.728-9.728h504.32c5.632 0 9.728 4.608 9.728 9.728v504.32c0 5.632-4.608 9.728-9.728 9.728h-504.32c-5.632 0-9.728-4.608-9.728-9.728v-504.32z" fill="#7A7A7A" ></path><path d="M266.39872 651.56608h69.12v69.12c0 29.184 24.064 53.248 53.248 53.248 29.184-0.512 53.248-24.064 53.248-53.248v-69.12h69.12c29.696 0 53.248-24.064 53.248-53.248 0-29.696-24.064-53.248-53.248-53.248h-69.12v-69.12c0-29.696-24.064-53.248-53.248-53.248-29.696 0-53.248 24.064-53.248 53.248v69.12h-69.12c-29.696 0-53.248 24.064-53.248 53.248s23.552 53.248 53.248 53.248z" fill="#7A7A7A" ></path></symbol><symbol id="icon-bianliangyinyongliebiao" viewBox="0 0 1024 1024"><path d="M290.816 290.816c-24.576 0-44.032 19.968-44.032 44.032s19.968 44.032 44.032 44.032c24.576 0 44.032-19.968 44.032-44.032 0.512-24.064-19.456-44.032-44.032-44.032z m0 353.792c-24.576 0-44.032 19.968-44.032 44.032s19.968 44.032 44.032 44.032c24.576 0 44.032-19.968 44.032-44.032 0.512-24.064-19.456-44.032-44.032-44.032z m0-176.64c-24.576 0-44.032 19.968-44.032 44.032s19.968 44.032 44.032 44.032c24.576 0 44.032-19.968 44.032-44.032 0.512-24.576-19.456-44.032-44.032-44.032z m442.368 176.64H467.968c-24.576 0-44.032 19.968-44.032 44.032s19.968 44.032 44.032 44.032h265.216c24.576 0 44.032-19.968 44.032-44.032s-19.456-44.032-44.032-44.032z m0-353.792H467.968c-24.576 0-44.032 19.968-44.032 44.032s19.968 44.032 44.032 44.032h265.216c24.576 0 44.032-19.968 44.032-44.032s-19.456-44.032-44.032-44.032zM865.792 25.6H158.208c-48.64 0-88.576 39.424-88.576 88.576v796.16c0 48.64 39.424 88.576 88.576 88.576H865.28c48.64 0 88.576-39.424 88.576-88.576V114.176c0-49.152-39.424-88.576-88.064-88.576z m0 840.192c0 24.576-19.968 44.032-44.032 44.032H202.752c-24.576 0-44.032-19.968-44.032-44.032V158.208c0-24.576 19.968-44.032 44.032-44.032h619.008c24.576 0 44.032 19.968 44.032 44.032v707.584z m-132.608-397.824H467.968c-24.576 0-44.032 19.968-44.032 44.032 0 24.576 19.968 44.032 44.032 44.032h265.216c24.576 0 44.032-19.968 44.032-44.032 0-24.576-19.456-44.032-44.032-44.032z" fill="#7A7A7A" ></path></symbol><symbol id="icon-shouqi1" viewBox="0 0 1024 1024"><path d="M147.968 513.536L546.304 158.72c15.36-12.8 17.408-35.84 4.096-51.2-1.536-1.536-2.56-3.072-4.096-4.096-17.92-15.36-44.032-15.36-61.952 0L25.6 512l458.24 408.576c17.92 15.36 44.032 15.36 61.952 0 15.36-12.8 17.408-35.84 4.096-51.2-1.536-1.536-2.56-3.072-4.096-4.096l-397.824-351.744z m440.32-0.512L985.6 158.72c15.36-12.8 17.408-35.84 4.096-51.2-1.536-1.536-2.56-3.072-4.096-4.096-17.92-15.36-44.032-15.36-61.952 0L464.896 512l458.24 408.576c17.92 15.36 44.032 15.36 61.952 0 15.36-12.8 17.408-35.84 4.096-51.2-1.536-1.536-2.56-3.072-4.096-4.096l-396.8-352.256z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zhedie" viewBox="0 0 1024 1024"><path d="M510.464 147.968l354.816 398.336c12.8 15.36 35.84 17.408 51.2 4.096 1.536-1.536 3.072-2.56 4.096-4.096 15.36-17.92 15.36-44.032 0-61.952L512 25.6 103.424 483.84c-15.36 17.92-15.36 44.032 0 61.952 12.8 15.36 35.84 17.408 51.2 4.096 1.536-1.536 3.072-2.56 4.096-4.096l351.744-397.824z m0.512 440.32l353.792 397.312c12.8 15.36 35.84 17.408 51.2 4.096 1.536-1.536 3.072-2.56 4.096-4.096 15.36-17.92 15.36-44.032 0-61.952L512 464.896l-408.576 458.24c-15.36 17.92-15.36 44.032 0 61.952 12.8 15.36 35.84 17.408 51.2 4.096 1.536-1.536 3.072-2.56 4.096-4.096l352.256-396.8z" fill="#FFFFFF" ></path></symbol><symbol id="icon-yulan" viewBox="0 0 1024 1024"><path d="M177.664 76.288c0-21.504 14.848-29.184 32.256-16.896L832 491.52c12.288 6.144 17.408 21.504 11.264 34.304-2.56 4.608-6.144 8.704-11.264 11.264L210.432 969.216c-17.92 12.288-32.256 4.608-32.256-16.896V76.288z" fill="#3D6EFF" ></path><path d="M194.56 1017.856c-9.216 0-17.92-2.048-26.624-6.656-19.968-10.752-32.256-32.256-32.256-58.88V76.288c0-26.624 11.776-48.128 32.256-58.88 20.48-10.752 45.056-8.192 66.56 7.168L854.528 455.68c30.72 17.92 42.496 57.344 26.112 89.6-6.144 11.776-14.848 20.992-26.112 27.648L234.496 1004.032c-12.8 9.216-26.624 13.824-39.936 13.824zM220.16 117.76v793.088l570.368-396.288L220.16 117.76z" fill="#80A0FF" ></path></symbol><symbol id="icon-xiala1" viewBox="0 0 1024 1024"><path d="M1008.64 249.344c-7.168-6.656-16.384-10.752-26.112-10.24-11.776 0-23.04 4.608-31.744 12.8L512 693.248 73.216 252.416c-8.192-8.192-19.456-12.8-31.232-12.8-9.728 0-19.456 3.584-26.624 10.24-14.848 15.36-13.824 41.472 2.56 57.856l461.312 463.872c8.192 8.192 18.944 12.8 30.72 13.312h4.096c11.264-0.512 22.016-5.12 29.696-13.312l461.312-463.872c17.408-16.896 18.432-43.008 3.584-58.368" fill="#231F20" ></path></symbol><symbol id="icon-peizhi" viewBox="0 0 1024 1024"><path d="M51.08224 329.77408l476.672-276.48 444.928 276.48-466.432 287.744-455.168-287.744z" fill="#D6E9FB" ></path><path d="M51.08224 525.35808l160.768-97.28 294.912 185.856 306.688-188.928 159.232 100.352-465.92 292.352-455.68-292.352z" fill="#FFFFFF" opacity=".7" ></path><path d="M51.08224 675.37408l111.104-79.872 345.6 220.16 352.256-220.16 112.64 79.872-465.92 295.424-455.68-295.424z" fill="#FFFFFF" opacity=".4" ></path></symbol><symbol id="icon-tiaoshi" viewBox="0 0 1024 1024"><path d="M159.72352 117.23264h349.696v349.696h-349.696z" fill="#FFFFFF" opacity=".5" ></path><path d="M535.01952 554.48064h349.696v349.696h-349.696z" fill="#FFFFFF" opacity=".7" ></path><path d="M181.73952 510.96064l-131.072 175.104h87.552s-8.704 219.136 175.104 219.136h131.072v-87.552h-87.552c-67.584 5.12-125.952-45.568-131.072-113.152-0.512-6.144-0.512-12.288 0-17.92h87.552l-131.584-175.616zM841.19552 510.96064l131.072-175.104h-87.552s8.704-219.136-175.104-219.136h-131.072v87.552h87.552c67.584-4.608 125.952 46.08 131.072 113.152 0.512 6.144 0.512 12.288 0 18.432h-87.552l131.584 175.104z" fill="#D6E9FB" ></path></symbol><symbol id="icon-shouquan1" viewBox="0 0 1024 1024"><path d="M872.81664 182.48704l-334.336-125.44c-15.36-6.656-32.768-6.656-48.64-0.512l-337.92 122.88c-23.552 10.752-38.912 34.816-38.912 60.928l-2.048 398.848c-0.512 49.664 57.856 117.76 177.152 208.384 16.896 12.8 166.4 124.928 220.16 125.44 46.592 0 164.864-75.264 220.672-115.2 119.296-84.992 180.224-157.184 180.736-215.04l2.048-398.848c1.024-26.112-14.336-50.688-38.912-61.44z m-39.936 69.12l-2.048 391.168c-0.512 66.56-279.04 247.296-319.488 251.392-63.488-29.696-122.88-67.072-177.152-111.104-105.984-80.384-142.848-131.584-143.872-143.36l2.048-390.656 321.024-117.248 319.488 119.808z" fill="#B8B8B8" ></path><path d="M358.76864 467.67104c-7.168-7.168-17.408-11.264-27.648-11.264-22.016 0-39.936 17.92-39.936 39.424 0 10.752 4.608 20.992 12.288 28.672l124.928 120.32c18.944 18.432 48.64 18.432 68.096 0.512l222.72-211.456c15.872-14.848 16.896-39.936 1.536-55.808-14.848-15.872-39.936-16.896-55.808-1.536l-202.24 191.488-103.936-100.352z" fill="#FEBF72" ></path></symbol><symbol id="icon-shouquan" viewBox="0 0 1024 1024"><path d="M872.81664 181.97504l-334.336-125.44c-15.36-6.656-32.768-6.656-48.64-0.512l-337.92 122.88c-23.552 10.752-38.912 34.816-38.912 60.928l-2.048 398.848c-0.512 49.664 57.856 117.76 177.152 208.384 16.896 12.8 166.4 124.928 220.16 125.44 46.592 0 164.864-75.264 220.672-115.2 119.296-84.992 180.224-157.184 180.736-215.04l2.048-398.848c1.024-26.624-14.336-50.688-38.912-61.44z m-39.936 69.12l-2.048 391.168c-0.512 66.56-279.04 247.296-319.488 251.392-63.488-29.696-122.88-67.072-177.152-111.104-105.984-80.384-142.848-131.584-143.872-143.36l2.048-390.656 321.024-117.248 319.488 119.808z" fill="#B8B8B8" ></path><path d="M358.76864 467.15904c-7.168-7.168-17.408-11.264-27.648-11.264-22.016 0-39.936 17.92-39.936 39.424 0 10.752 4.608 20.992 12.288 28.672l124.928 120.32c18.944 18.432 48.64 18.432 68.096 0.512l222.72-211.456c15.872-14.848 16.896-39.936 1.536-55.808-14.848-15.872-39.936-16.896-55.808-1.536l-202.24 191.488-103.936-100.352z" fill="#B8B8B8" ></path></symbol><symbol id="icon-jiantou1" viewBox="0 0 1024 1024"><path d="M567.808 902.656V691.2H51.2V330.752h516.608V121.344L972.8 512l-404.992 390.656z" fill="#5D5D5D" ></path></symbol><symbol id="icon-jinyong1" viewBox="0 0 1024 1024"><path d="M512 25.6C243.2 25.6 25.6 243.2 25.6 512s217.6 486.4 486.4 486.4 486.4-217.6 486.4-486.4-217.6-486.4-486.4-486.4z m421.376 486.4c0 100.352-36.352 197.632-101.888 273.408L238.08 192c176.64-151.552 442.368-131.072 593.92 45.056 65.536 76.288 101.888 174.08 101.376 274.944z m-842.752 0c0-100.352 36.352-197.632 101.888-273.408l593.408 593.408c-176.128 151.552-441.856 131.584-593.408-45.056-66.048-76.288-102.4-174.08-101.888-274.944z" fill="#B1B1B1" ></path></symbol><symbol id="icon-shubiaodaigeshishua" viewBox="0 0 1024 1024"><path d="M998.4 602.624c-8.704-41.472-13.312-83.456-13.824-125.44V407.04c0-24.576-19.968-44.544-44.544-44.544h-39.936v-39.424c0-16.896-13.824-30.72-30.72-30.72H814.08c-16.896 0-30.72 13.824-30.72 30.72v39.424h-39.424c-24.576 0-44.544 19.968-44.544 44.544v70.144c-0.512 41.984-5.12 84.48-13.824 125.44l-1.024 3.584H998.4v-3.584z m-184.32-279.552h55.808v39.424H814.08v-39.424z m83.968 227.328l1.024-45.056c0-5.632-3.072-10.752-7.68-13.312-4.608-3.072-10.752-3.072-15.872 0-4.608 2.56-7.68 7.68-7.68 13.312l-0.512 37.376-1.536 20.992-0.512 10.752h-56.832c4.608-15.872 7.168-32.256 7.168-49.152 2.048-8.704-3.584-16.896-11.776-18.432-8.704-2.048-16.896 3.584-18.432 11.776-0.512 2.048-0.512 4.608 0 6.656 0 16.896-2.56 33.28-8.704 49.152h-53.76l0.512-4.096c5.12-31.232 7.68-62.464 7.68-94.208v-11.776h223.232v20.48c0.512 28.672 3.072 57.856 7.68 86.528l0.512 4.096h-66.56l2.048-25.088z m55.296-116.736h-223.232v-28.16c0.512-7.168 6.656-12.8 13.824-12.8h197.12c7.168 0.512 12.8 6.656 12.8 13.824l-0.512 27.136z" fill="#424242" ></path><path d="M303.104 544.768l-70.144 144.384-171.008-423.424 423.424 171.008L340.992 506.88l221.184 221.184-37.888 37.888-221.184-221.184z" fill="#0A0A0A" ></path><path d="M525.824 794.624l-217.6-217.6L230.4 736.768 25.6 229.376l507.392 204.8L372.736 512l217.6 217.6-64.512 65.024z m0-26.624l38.4-38.4L340.992 506.88 486.4 435.712 59.392 263.68l172.032 427.008L302.08 544.768l223.744 223.232z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zitiyanse" viewBox="0 0 1024 1024"><path d="M606.208 10.24H417.28L29.696 1024h177.664l92.16-254.464h424.96l92.16 254.464h177.664L606.208 10.24zM349.184 633.856L509.44 189.44h5.632l158.72 444.416H349.184z" fill="#424242" ></path></symbol><symbol id="icon-tianchongyanse" viewBox="0 0 1024 1024"><path d="M485.376 174.08L312.832 5.12 252.928 67.584l163.328 150.016-404.992 373.76L474.112 1018.88l462.848-427.52c-0.512 0-451.584-417.28-451.584-417.28z m-279.552 351.744l268.8-247.808 268.8 247.808h-537.6zM974.848 762.88l-43.008-65.536-41.472 64.512c-27.136 15.36-45.568 44.032-45.568 77.312 0 48.64 38.912 87.552 87.552 87.552 48.64 0 87.552-38.912 87.552-87.552 0.512-32.256-17.92-60.928-45.056-76.288z" fill="#424242" ></path></symbol><symbol id="icon-tuozhuai1" viewBox="0 0 1024 1024"><path d="M983.04 475.136l-143.36-143.36c-13.312-13.312-35.328-13.312-49.152 0-13.312 13.312-13.312 35.328 0 49.152l96.256 96.256h-340.48V137.216l96.256 96.256c13.312 13.312 35.328 13.312 49.152 0 13.312-13.312 13.312-35.328 0-49.152l-143.36-143.36c-20.48-20.48-53.248-20.48-73.728 0l-143.36 143.36c-13.312 13.312-13.312 35.328 0 49.152 13.312 13.312 35.328 13.312 49.152 0l96.256-96.256v340.48H137.216l96.256-96.256c13.312-13.312 13.312-35.328 0-49.152-13.312-13.312-35.328-13.312-49.152 0l-143.36 143.36c-20.48 20.48-20.48 53.248 0 73.728l143.36 143.36c13.312 13.312 35.328 13.312 49.152 0 13.312-13.312 13.312-35.328 0-49.152l-96.256-96.256h340.48v340.48l-96.256-96.256c-13.312-13.312-35.328-13.312-49.152 0s-13.312 35.328 0 49.152l143.36 143.36c20.48 20.48 53.248 20.48 73.728 0l143.36-143.36c13.312-13.312 13.312-35.328 0-49.152s-35.328-13.312-49.152 0l-96.256 96.256v-340.48h340.48l-96.256 96.256c-13.312 13.312-13.312 35.328 0 49.152s35.328 13.312 49.152 0l143.36-143.36c19.456-20.992 19.456-53.76-1.024-74.24z" fill="#7E7E7F" ></path></symbol><symbol id="icon-suoyoukuangxian" viewBox="0 0 1024 1024"><path d="M940.544 25.6H83.456C51.712 25.6 25.6 51.712 25.6 83.456v857.088c0 31.744 26.112 57.856 57.856 57.856h857.088c31.744 0 57.856-26.112 57.856-57.856V83.456c0-31.744-26.112-57.856-57.856-57.856z m11.776 914.944c0 6.144-5.12 11.776-11.776 11.776H83.456c-6.144 0-11.776-5.12-11.776-11.776V83.456c0-6.144 5.12-11.776 11.776-11.776h857.088c6.144 0 11.776 5.12 11.776 11.776v857.088z" fill="#5C5C66" ></path><path d="M86.016 489.472h851.968v44.544H86.016z" fill="#7A7A7A" ></path><path d="M534.528 86.016v851.968h-44.544V86.016z" fill="#7A7A7A" ></path></symbol><symbol id="icon-zuokuangxian" viewBox="0 0 1024 1024"><path d="M974.848 488.96c12.8 0 23.04 10.24 23.04 23.04s-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04z m-23.04-254.976c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04z m0-92.672c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0-23.04 10.24-23.04 23.04z m0 185.344c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0-23.04 10.24-23.04 23.04z m0 92.672c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0-23.04 10.24-23.04 23.04z m0 185.344c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0-23.04 10.24-23.04 23.04z m0 278.016c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0-23.04 10.24-23.04 23.04z m0 92.672c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0-23.04 10.24-23.04 23.04z m0-185.344c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0-23.04 10.24-23.04 23.04z m0-92.672c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0-23.04 10.24-23.04 23.04z m0-648.704c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04zM488.96 141.312c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04z m0 556.032c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04z m0 92.672c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04z m0-370.688c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.8-0.512-23.04 10.24-23.04 23.04z m0 462.848c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04c0 0 0 0.512 0 0z m0-278.016c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04c0 0.512 0 0.512 0 0z m0-277.504c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.8-0.512-23.04 10.24-23.04 23.04z m0-92.672c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.8-0.512-23.04 10.24-23.04 23.04z m184.832 741.376c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288-0.512-23.04 10.24-23.04 23.04z m92.672 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288-0.512-23.04 10.24-23.04 23.04z m92.672 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288-0.512-23.04 10.24-23.04 23.04z m-370.688 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-22.528 10.24-23.04 23.04z m92.672 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04z m-370.688 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.8 0.512-22.528 10.752-22.528 23.04h-0.512z m-92.672 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.8 0.512-22.528 10.752-22.528 23.04H117.76z m277.504 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.8 0.512-22.528 10.752-22.528 23.04h-0.512z m-92.672 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.8 0.512-22.528 10.752-22.528 23.04h-0.512zM117.248 512c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0.512-22.528 10.752-22.528 23.04h-0.512z m92.672 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.8 0.512-22.528 10.752-22.528 23.04H209.92z m371.2 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04z m-185.344 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-22.528 10.24-23.04 23.04z m-92.672 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-22.528 10.24-23.04 23.04z m556.032 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04z m-185.344 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04z m92.672 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04z m-278.016 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-22.528 10.24-23.04 23.04zM117.248 48.64c0 12.8 10.24 23.04 23.04 23.04S163.84 61.44 163.84 48.64 153.6 25.6 140.8 25.6c-12.288 0.512-22.528 10.752-22.528 23.04h-1.024z m92.672 0c0 12.8 10.24 23.04 23.04 23.04S256 61.44 256 48.64 246.272 25.6 233.472 25.6c-12.8 0.512-22.528 10.752-22.528 23.04H209.92z m556.032 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.8 0.512-22.528 10.752-22.528 23.04h-0.512z m-185.344 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0.512-22.528 10.752-22.528 23.04h-0.512z m92.672 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.8 0.512-22.528 10.752-22.528 23.04h-0.512z m-185.344 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04z m-92.672 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0.512-22.528 10.752-22.528 23.04h-0.512z m-92.672 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04S338.944 25.6 326.144 25.6c-12.288 0.512-22.528 10.752-22.528 23.04h-1.024z m556.032 0c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-12.288 0.512-22.528 10.752-22.528 23.04h-0.512z m-786.432 926.72V48.64c0-12.8-10.24-23.04-23.04-23.04S25.6 35.84 25.6 48.64v926.208c0 12.8 10.24 23.04 23.04 23.04 13.312 0.512 23.552-9.728 23.552-22.528z" fill="#5C5C66" ></path></symbol><symbol id="icon-xiakuangxian" viewBox="0 0 1024 1024"><path d="M535.04 49.152c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m254.464 23.04c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-9.728 23.04-23.04 23.04 0.512 0 0.512 0 0 0z m-184.832 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m-92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m-185.344 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m-278.016 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-9.728 23.04-23.04 23.04 0.512 0 0 0 0 0z m-92.672 0C35.84 72.192 25.6 61.952 25.6 49.152S35.84 25.6 48.64 25.6 71.68 35.84 71.68 48.64c0.512 13.312-9.728 23.552-23.04 23.552 0.512 0 0 0 0 0z m185.344 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-9.728 23.04-23.04 23.04z m92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m648.192 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-9.728 23.04-23.04 23.04 0.512 0 0 0 0 0z m-92.672 462.848c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m-555.52 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m-92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m370.688 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m-462.848 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c0 0-0.512 0 0 0z m277.504 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m278.016 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c0 0-0.512 0 0 0zM49.152 349.696c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0-92.16c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m0 370.688c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.752 22.528-23.04 23.04-0.512-0.512-0.512-0.512 0 0z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.752 23.04-23.04 23.04c-0.512-0.512-0.512-0.512 0 0z m0 370.688c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0-278.016c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512zM512 906.24c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0-370.688c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 185.344c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 22.528-23.04 23.04z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 22.528-23.04 23.04z m0-556.032c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 185.344c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 278.016c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 22.528-23.04 23.04z m463.36 370.688c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0-555.52c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0 184.832c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0-92.16c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0 184.832c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512z m0-555.52c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.552 22.528l0.512 0.512zM48.64 951.808h926.208c12.8 0 23.04 10.24 23.04 23.04s-10.24 23.04-23.04 23.04H48.64c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04z" fill="#5C5C66" ></path></symbol><symbol id="icon-youkuangxian" viewBox="0 0 1024 1024"><path d="M48.64 488.96C35.84 488.96 25.6 499.2 25.6 512s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04zM71.68 233.984c0 12.8-10.24 23.04-23.04 23.04S25.6 246.784 25.6 233.984s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m0-92.672c0 12.8-10.24 23.04-23.04 23.04S25.6 154.112 25.6 141.312s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m0 185.344c0 12.8-10.24 23.04-23.04 23.04S25.6 339.456 25.6 326.656s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m0 92.672c0 12.8-10.24 23.04-23.04 23.552-12.8 0-23.04-10.24-23.552-23.04 0-12.8 10.24-23.04 23.04-23.552 13.312 0 23.552 10.24 23.552 23.04z m0 185.344c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m0 278.016c0 12.8-10.752 23.04-23.552 23.04S25.6 894.976 25.6 882.176c0-12.8 10.24-23.04 23.04-23.04 12.8 0.512 23.04 10.752 23.04 23.552z m0 92.672c0 12.8-10.24 23.04-23.04 23.04S25.6 988.16 25.6 975.36s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m0-185.344c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m0-92.672c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04zM71.68 48.64C71.68 61.44 61.44 71.68 48.64 71.68 35.84 72.192 25.6 61.44 25.6 48.64S35.84 25.6 48.64 25.6 71.68 35.84 71.68 48.64z m463.36 92.672c0 12.8-10.24 23.552-23.04 23.552s-23.552-10.24-23.552-23.04 10.24-23.552 23.04-23.552h0.512c12.8 0 23.04 10.24 23.04 23.04z m0 555.52c0 12.8-10.24 23.552-23.04 23.552s-23.552-10.24-23.552-23.04 10.24-23.552 23.04-23.552h0.512c12.8 0.512 23.04 10.752 23.04 23.04z m0 92.672c0 12.8-10.24 23.04-23.04 23.552-12.8 0-23.04-10.24-23.552-23.04s10.24-23.04 23.04-23.552c13.312 0.512 23.552 10.752 23.552 23.04z m0-370.688c0.512 12.8-9.728 23.552-22.528 24.064-12.8 0.512-23.552-9.728-24.064-22.528-0.512-12.8 9.728-23.552 22.528-24.064h1.024c12.8 0 23.04 10.24 23.04 23.04v-0.512z m0 463.36c0.512 12.8-9.728 23.552-22.528 23.552-12.8 0.512-23.552-9.728-23.552-22.528-0.512-12.8 9.728-23.552 22.528-23.552h0.512c12.8 0 23.04 10.24 23.04 23.04v0.512-1.024z m0-278.016c0.512 12.8-9.728 23.552-22.528 23.552-12.8 0.512-23.552-9.728-23.552-22.528s9.728-23.552 22.528-23.552h0.512c12.8 0 23.04 10.24 23.04 23.04v-0.512z m0-278.016c0.512 12.8-9.728 23.552-22.528 23.552-12.8 0.512-23.552-9.728-23.552-22.528-0.512-12.8 9.728-23.552 22.528-23.552h0.512c12.8 0 23.04 10.24 23.04 22.528z m0-92.672c0.512 12.8-9.728 23.552-22.528 23.552-12.8 0.512-23.552-9.728-23.552-22.528-0.512-12.8 9.728-23.552 22.528-23.552h0.512c12.8 0 23.04 10.24 23.04 23.04v-0.512zM349.696 975.36c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m-92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.8-0.512 23.04 10.24 23.04 23.04z m-92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.8-0.512 23.04 9.728 23.04 23.04 0-0.512 0 0 0 0z m371.2 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m-92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m370.688 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.8 0.512 22.528 10.752 22.528 23.04h0.512z m92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m-278.016 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0.512 22.528 10.752 22.528 23.04h0.512z m92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.8 0.512 22.528 10.752 22.528 23.04h0.512z m184.832-463.36c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m-92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m-370.688 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288-0.512 23.04 9.728 23.04 23.04z m185.344 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 23.04 10.24 23.04 23.04z m92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288-0.512 23.04 9.728 23.04 23.04z m-556.032 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.8-0.512 23.04 9.728 23.04 23.04z m185.344 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m-92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m278.016 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04zM906.24 48.64c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m-92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m-556.032 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m185.344 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04S407.04 25.6 419.84 25.6c12.288 0 22.528 10.24 23.04 23.04z m-92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m185.344 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m-556.032 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 22.528-23.04c12.8 0 23.04 10.24 23.552 23.04-0.512 0-0.512 0 0 0z m787.456 926.72V48.64c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04v926.72c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04z" fill="#5C5C66" ></path></symbol><symbol id="icon-wukuangxian" viewBox="0 0 1024 1024"><path d="M164.352 975.36c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04zM512 952.32c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m462.848 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m-277.504 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m184.832 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m-555.52 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m-92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m185.344 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m185.344 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m185.344 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-0.512 0-0.512 0 0 0zM48.64 952.32C35.84 952.32 25.6 962.56 25.6 975.36s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m185.344-463.36c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m371.2 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-0.512 0-0.512 0 0 0z m-185.344 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-0.512 0-0.512 0 0 0z m277.504 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m-370.688 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m-185.344 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m740.864 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m-92.16 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04zM48.64 674.304c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-370.688c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0 277.504c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-22.528-23.04-23.04z m0 278.016c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-22.528-23.04-23.04z m0-463.36c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-22.528-23.04-23.04z m0 92.672C35.84 488.448 25.6 499.2 25.6 512c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.552z m0 278.016c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-22.528-23.04-23.04z m0-555.52c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04zM512 303.616c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0 370.688c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-463.36c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m0 278.016c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0 370.688c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-185.344c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m0-185.344c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m462.848 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.288-9.728-23.04-23.04-23.04 0.512 0 0 0 0 0z m0 185.344c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.288-9.728-23.04-23.04-23.04 0.512 0 0 0 0 0z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.288-9.728-23.04-23.04-23.04 0.512 0 0 0 0 0z m0 185.344c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-9.728-23.04-23.04-23.04 0.512 0 0 0 0 0z m0-370.688c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m0-370.688c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0 185.344c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04zM512 25.6c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04zM326.656 25.6c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-22.528-23.04-23.04zM233.984 25.6c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-22.528-23.04-23.04z m370.688 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04zM419.328 25.6c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04zM141.824 25.6c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04S154.112 25.6 141.824 25.6c-0.512 0-0.512 0 0 0zM49.152 25.6C36.352 25.6 25.6 35.84 25.6 48.64S35.84 71.68 48.64 71.68 71.68 61.44 71.68 48.64C72.192 35.84 61.44 25.6 49.152 25.6c-0.512 0-0.512 0 0 0z m833.536 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.752-23.04-23.04-23.04c-0.512 0-0.512 0 0 0z m92.672 0C962.56 25.6 952.32 35.84 952.32 48.64s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.752-23.04-23.04-23.04c-0.512 0-0.512 0 0 0z m-185.344 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.752-23.04-23.04-23.04c-0.512 0-0.512 0 0 0z m-92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z" fill="#5C5C66" ></path></symbol><symbol id="icon-waicekuangxian" viewBox="0 0 1024 1024"><path d="M940.544 25.6H83.456C51.712 25.6 25.6 51.712 25.6 83.456v857.088c0 31.744 26.112 57.856 57.856 57.856h857.088c31.744 0 57.856-26.112 57.856-57.856V83.456c0-31.744-26.112-57.856-57.856-57.856z m11.776 914.944c0 6.144-5.12 11.776-11.776 11.776H83.456c-6.144 0-11.776-5.12-11.776-11.776V83.456c0-6.144 5.12-11.776 11.776-11.776h857.088c6.144 0 11.776 5.12 11.776 11.776v857.088zM350.208 512c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m-185.344 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m185.344 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m278.016 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m92.672 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m-185.344 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m278.016 0c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.288 0 22.528 10.24 23.04 23.04z m-371.2 370.688c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m0-648.192c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.8-0.512 23.04 9.728 23.04 23.04z m0-92.672c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04c12.8-0.512 23.04 9.728 23.04 23.04z m0 648.192c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 22.528v0.512z m0-463.36c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m0 371.2c-0.512 12.8-10.752 23.04-23.552 22.528-12.8-0.512-23.04-10.752-22.528-23.552 0.512-12.8 10.752-22.528 23.04-22.528 12.8 0 23.04 10.24 23.04 23.04v0.512z m0-278.016c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 9.728 23.04 22.528v0.512z m0 185.344c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 9.728 23.04 22.528v0.512z m0-92.672c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 9.728 23.04 22.528v0.512z" fill="#5C5C66" ></path></symbol><symbol id="icon-shangkuangxian" viewBox="0 0 1024 1024"><path d="M535.04 974.848c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m254.976-23.04c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m-185.344 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m-92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m-185.344 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m-278.016 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m-92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m185.344 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m648.704 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m-92.672-462.848c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m-556.032 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m-92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m370.688 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m-462.848 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c0 0-0.512 0 0 0z m278.016 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c-0.512 0-0.512 0 0 0z m277.504 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04zM48.64 673.792c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.288-10.24-23.04-23.04-23.04z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.288-10.24-23.04-23.04-23.04z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.288-10.24-23.04-23.04-23.04z m0-370.688c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-22.528-23.04-23.04z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-370.688c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.04-22.528v-0.512z m0-92.672C35.84 117.76 25.6 128 25.6 140.8S35.84 163.84 48.64 163.84s23.04-10.24 23.04-23.04-10.24-22.528-23.04-22.528V117.76z m0 277.504c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.04-22.528v-0.512z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.04-22.528v-0.512zM512 117.248c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.288-10.752-22.528-23.04-22.528v-0.512z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.04-22.528V209.92z m0 371.2c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-185.344c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-22.528-23.04-23.04z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-22.528-23.04-23.04z m0 556.032c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-185.344c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-278.016c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-22.528-23.04-23.04z m463.36-371.2c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.288-10.752-22.528-23.04-22.528v-0.512z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.04-22.528V209.92z m0 556.032c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.04-22.528v-0.512z m0-185.344c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.288-10.752-22.528-23.04-22.528v-0.512z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.04-22.528v-0.512z m0-185.344c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.288-10.752-22.528-23.04-22.528v-0.512z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.288-10.752-22.528-23.04-22.528v-0.512z m0 556.032c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.288-10.752-22.528-23.04-22.528v-0.512zM48.64 72.192h926.208c12.8 0 23.04-10.24 23.04-23.04s-10.24-23.04-23.04-23.04H48.64C35.84 25.6 25.6 36.352 25.6 49.152s10.24 23.04 23.04 23.04z" fill="#5C5C66" ></path></symbol><symbol id="icon-shouqi" viewBox="0 0 1024 1024"><path d="M940.032 647.68l-331.776-3.584 3.584 331.776c0.512 23.04-17.92 42.496-41.472 42.496h-1.536c-24.064-0.512-43.52-19.456-43.52-43.52l-4.096-374.784c-0.512-23.04 18.432-42.496 41.472-43.008h1.536l374.784 4.096c24.064 0.512 43.008 19.456 43.52 43.52 0.512 23.552-18.432 42.496-41.472 43.008-0.512 0.512-1.024 0.512-1.024 0zM459.776 466.432l-374.784-4.096c-24.064-0.512-43.008-19.456-43.52-43.52-0.512-23.552 18.432-42.496 41.472-43.008h1.024l331.776 3.584-3.072-331.264c-0.512-23.552 18.432-42.496 41.472-43.008h1.024c24.064 0.512 43.008 19.456 43.52 43.52l4.096 374.784c0.512 23.552-18.432 42.496-41.472 42.496-0.512 0.512-0.512 0.512-1.536 0.512z" fill="#545353" ></path></symbol><symbol id="icon-geshishua" viewBox="0 0 1024 1024"><path d="M998.4 987.648c-27.136-128-41.472-258.56-43.008-389.12V380.928c0-76.8-61.952-138.752-138.24-138.752h-122.368V120.32c0-52.224-42.496-94.72-94.72-94.72H426.496C373.76 25.6 331.264 68.096 331.264 120.32v121.344H209.408c-76.8 0-138.24 62.464-138.24 138.752v217.088c-2.048 130.56-16.384 261.12-43.008 389.12L25.6 998.4h972.8v-10.752zM426.496 120.32h173.056v121.344H426.496V120.32z m260.608 705.536l3.072-139.776c-0.512-16.896-9.728-32.768-24.064-41.472-14.848-9.216-33.792-9.216-48.64 0-14.848 8.704-24.064 24.064-24.576 41.472l-2.048 115.2-4.096 65.536-1.536 33.792H408.576c14.848-49.152 22.528-100.864 22.016-152.064 5.632-26.112-11.264-52.224-37.376-57.856s-52.224 11.264-57.856 37.376c-1.536 6.656-1.536 13.824 0 20.48 0.512 52.224-8.704 103.936-28.16 152.064H140.288l2.048-13.312c15.36-96.768 23.552-194.048 24.576-291.84V558.08h692.224v63.488c2.048 89.6 10.24 179.2 24.576 267.264l2.048 13.312h-205.312l6.656-76.288z m172.032-362.496H166.4v-87.04c2.048-22.016 20.992-38.912 43.008-38.912h610.304c22.016 2.048 38.912 20.992 38.912 43.008l0.512 82.944z" fill="#545353" ></path></symbol><symbol id="icon-charu" viewBox="0 0 1024 1024"><path d="M998.4 595.968V301.568v-1.024V68.096c2.048-20.992-13.312-39.936-34.816-42.496H60.416c-20.992 2.048-36.352 20.992-34.816 42.496v888.32c-2.048 20.992 13.312 39.936 34.816 42.496h902.656c20.992-2.048 36.864-20.992 34.816-42.496v-358.4-1.024c0-0.512 0.512-1.024 0.512-1.024z m-607.744-41.472V343.04h225.792v211.456H390.656z m225.28 84.48v274.432h-225.28v-274.432h225.28zM95.232 343.04h225.792v211.456H95.232V343.04z m590.336 0h243.2v211.456h-243.2V343.04z m243.2-232.96v148.48H95.232v-148.48h833.536zM95.232 638.976h225.792v274.432H95.232v-274.432z m590.336 274.944v-274.432h243.2v274.432h-243.2z" fill="#545353" ></path></symbol><symbol id="icon-hebingdanyuange" viewBox="0 0 1024 1024"><path d="M109.056 109.056h250.368V266.24c0 2.56 2.048 5.12 5.12 5.12h73.728c2.56 0 5.12-2.048 5.12-5.12V59.904c0-18.944-15.36-34.304-34.304-34.304H60.416c-18.944 0-34.304 15.36-34.304 34.304v904.192c0 18.944 15.36 34.304 34.304 34.304h348.672c18.944 0 34.304-15.36 34.304-34.304V757.76c0-2.56-2.048-5.12-5.12-5.12H364.544c-2.56 0-5.12 2.048-5.12 5.12v157.184H109.056V109.056zM964.096 25.6h-348.672c-18.944 0-34.304 15.36-34.304 34.304V266.24c0 2.56 2.048 5.12 5.12 5.12h73.728c2.56 0 5.12-2.048 5.12-5.12V109.056h250.368v805.888h-250.368V757.76c0-2.56-2.048-5.12-5.12-5.12h-73.728c-2.56 0-5.12 2.048-5.12 5.12v206.336c0 18.944 15.36 34.304 34.304 34.304h348.672c18.944 0 34.304-15.36 34.304-34.304V59.904c0-18.944-15.36-34.304-34.304-34.304z" fill="#545353" ></path><path d="M512 512L355.84 369.152v285.696L512 512z m-156.16 41.472v-76.8H182.272v76.8h173.568zM560.64 512L716.8 369.152v285.696L560.64 512z m156.16 41.472v-76.8h173.568v76.8H716.8z" fill="#545353" ></path></symbol><symbol id="icon-chaifendanyuange" viewBox="0 0 1024 1024"><path d="M109.056 109.056h250.368V266.24c0 2.56 2.048 5.12 5.12 5.12h73.728c2.56 0 5.12-2.048 5.12-5.12V59.904c0-18.944-15.36-34.304-34.304-34.304H60.416c-18.944 0-34.304 15.36-34.304 34.304v904.192c0 18.944 15.36 34.304 34.304 34.304h348.672c18.944 0 34.304-15.36 34.304-34.304V757.76c0-2.56-2.048-5.12-5.12-5.12H364.544c-2.56 0-5.12 2.048-5.12 5.12v157.184H109.056V109.056zM964.096 25.6h-348.672c-18.944 0-34.304 15.36-34.304 34.304V266.24c0 2.56 2.048 5.12 5.12 5.12h73.728c2.56 0 5.12-2.048 5.12-5.12V109.056h250.368v805.888h-250.368V757.76c0-2.56-2.048-5.12-5.12-5.12h-73.728c-2.56 0-5.12 2.048-5.12 5.12v206.336c0 18.944 15.36 34.304 34.304 34.304h348.672c18.944 0 34.304-15.36 34.304-34.304V59.904c0-18.944-15.36-34.304-34.304-34.304z" fill="#545353" ></path><path d="M895.744 512l-156.16-142.848v285.696l156.16-142.848z m-156.16 41.472v-76.8h-173.568v76.8h173.568zM133.888 512l156.16-142.848v285.696L133.888 512z m156.16 41.472v-76.8h173.568v76.8h-173.568z" fill="#545353" ></path></symbol><symbol id="icon-biankuang" viewBox="0 0 1024 1024"><path d="M534.016 73.216c0-12.288-9.728-22.016-22.016-22.016s-22.016 9.728-22.016 22.016 9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016z m241.152 22.016c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016z m88.064 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016z m-175.616 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016z m-87.552 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c-0.512 12.288-10.24 22.016-22.016 22.016z m-175.616 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-10.24 22.016-22.016 22.016z m-263.168 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c-0.512 12.288-10.24 22.016-22.016 22.016z m-88.064 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016z m175.616 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c-0.512 12.288-9.728 22.016-22.016 22.016z m87.552 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016z m614.4 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016z m-88.064 438.784c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0 11.776-9.728 22.016-22.016 22.016z m-526.336 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016S358.4 499.712 358.4 512c0 11.776-9.728 22.016-22.016 22.016z m-88.064 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0 11.776-9.728 21.504-22.016 22.016z m351.232 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0 11.776-9.728 21.504-22.016 22.016z m-438.784 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0 11.776-9.728 21.504-22.016 22.016z m263.168 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0 11.776-9.728 21.504-22.016 22.016z m263.168 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0 11.776-9.728 21.504-22.016 22.016z m88.064 0c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016zM73.216 358.4c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016z m0-88.064c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016c0 0.512 0 0.512 0 0z m0-87.552c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0 11.776-9.728 22.016-22.016 22.016z m0 350.72c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016c0 0.512 0 0.512 0 0z m0-88.064c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0.512 12.288-9.216 22.016-21.504 22.528h-0.512V445.44z m0 351.232c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0.512 12.288-9.216 22.016-21.504 22.528h-0.512v-0.512z m0 88.064c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016z m0-263.168c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0 11.776-9.728 22.016-22.016 22.016z m0 87.552c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016c0 0.512 0 0.512 0 0z m438.784 175.616c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016z m0-88.064c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.528-22.016 22.016c0 0.512 0 0.512 0 0z m0-350.72c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0 11.776-9.728 22.016-22.016 22.016z m0 175.104c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.528-22.016 22.016c0 0.512 0 0.512 0 0z m0 88.064c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016c0 0.512 0 0.512 0 0z m0-526.336c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016z m0 175.616c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0 11.776-9.728 22.016-22.016 22.016z m0-88.064c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016c0 0.512 0 0.512 0 0z m0 263.168c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016c0 0.512 0 0.512 0 0z m438.784 351.232c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0 11.776-9.728 22.016-22.016 22.016z m0-88.064c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0.512 12.288-9.216 22.016-21.504 22.528h-0.512v-0.512z m0-526.336c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0.512 12.288-9.216 22.016-21.504 22.528h-0.512v-0.512z m0 175.104c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0.512 12.288-9.216 22.016-21.504 22.528h-0.512V445.44z m0-88.064c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0.512 12.288-9.216 22.528-20.992 22.528h-0.512l-0.512-0.512z m0 175.616c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-10.24 22.016-22.016 22.016z m0 88.064c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016c0.512 12.288-9.216 22.016-21.504 22.528h-0.512v-0.512z m0 88.064c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.016-22.016 22.016c0 0.512 0 0.512 0 0z m0-526.848c-12.288 0-22.016-9.728-22.016-22.016s9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016-9.728 22.528-22.016 22.016c0 0.512 0 0.512 0 0zM73.216 928.768h877.568c12.288 0 22.016 9.728 22.016 22.016s-9.728 22.016-22.016 22.016H73.216c-12.288 0-22.016-9.728-22.016-22.016s10.24-22.016 22.016-22.016z" fill="#5C5C66" ></path></symbol><symbol id="icon-hulian" viewBox="0 0 1024 1024"><path d="M424.448 81.408c-27.136 48.128-10.752 109.568 37.888 136.704 48.128 27.136 109.568 10.752 136.704-37.888 27.136-48.128 10.752-109.568-37.888-136.704-23.04-12.8-50.176-16.384-75.264-9.728-26.112 7.168-48.128 24.576-61.44 47.616zM952.32 799.232c29.184-47.616 13.824-109.568-33.792-138.24-47.616-29.184-109.568-13.824-138.24 33.792-29.184 47.616-13.824 109.568 33.792 138.24 0.512 0.512 1.024 0.512 2.048 1.024 47.104 27.648 107.52 12.288 136.192-34.816z m-123.904-221.696c24.576-5.632 50.688-5.632 75.264 0V314.368l-226.304-129.536c-7.68 24.576-20.48 47.104-37.888 65.536L828.416 358.4v219.136z m-757.76 120.32c-27.648 48.128-11.264 109.568 37.376 137.728 48.128 27.648 109.568 11.264 137.728-37.376 27.648-48.128 11.264-109.568-37.376-137.728-15.36-8.704-32.256-13.312-50.176-13.312-36.352 0-69.632 18.944-87.552 50.688zM198.144 578.56V358.4l184.832-108.544c-16.896-18.432-30.208-40.96-37.888-65.024L122.368 314.368V578.56c25.088-5.632 50.688-5.632 75.776 0z m499.2 220.16L512 905.728 326.144 798.72c-3.584 13.312-9.216 26.112-15.872 38.4-5.632 9.728-12.288 19.456-19.456 28.16l221.696 128 222.72-128c-17.408-19.456-30.208-41.984-37.888-66.56z" fill="#FFFFFF" ></path></symbol><symbol id="icon-hulianxiang" viewBox="0 0 1024 1024"><path d="M509.57824 1013.82656c-275.456 0-499.2-223.232-499.2-498.688v-3.072c-1.024-47.616 5.632-94.72 19.968-140.288l2.048-6.144-3.584-5.12c-10.752-16.384-17.408-35.84-18.432-55.296 1.536-49.664 43.008-88.576 92.672-87.04 48.128 1.536 86.016 39.936 87.552 88.064-2.048 44.032-33.792 81.408-77.312 90.112l-7.68 1.536-2.048 7.68c-50.688 186.88 32.768 384 201.728 477.696 60.928 34.816 129.536 53.248 199.68 53.248h7.168c65.536-1.536 130.048-15.872 189.952-42.496 5.632-5.632 12.8-8.704 20.992-9.216h0.512c10.24-0.512 19.968 3.072 27.648 10.24 7.168 7.168 11.264 17.408 10.24 27.648-0.512 15.36-9.216 29.184-23.552 35.328-70.656 36.352-148.992 55.296-228.352 55.808zM918.15424 859.20256c-49.664 0-90.112-40.448-90.112-90.112 1.024-38.912 26.112-73.216 62.976-85.504l5.632-2.048 2.048-5.632c91.648-215.04-8.704-463.872-223.744-555.008-51.712-22.016-107.008-33.28-163.328-33.792-62.464 0.512-124.416 14.848-180.736 42.496-8.192 5.12-16.896 8.192-26.624 9.216-9.728 0.512-19.456-3.584-26.624-10.24-7.168-7.168-11.264-17.408-10.24-27.648 0.512-14.336 6.144-27.648 16.384-37.376 71.168-34.304 148.992-52.736 227.84-53.248 276.48 1.536 500.224 225.28 501.76 501.76-1.536 59.904-13.312 119.296-35.328 175.616l-2.56 8.704 7.168 6.144c19.456 16.384 29.184 40.96 26.112 66.048 0 49.664-40.448 90.624-90.624 90.624z" fill="#CCCCCC" ></path><path d="M508.55424 571.45856c-12.8 0-25.6-3.072-37.376-9.216l-236.544-118.272c-10.752-3.584-18.432-13.312-18.944-24.576 0-7.168 3.072-13.824 19.968-25.088l229.888-117.76c14.848-5.12 30.72-8.192 46.592-8.704 15.36 0 30.72 4.608 43.52 13.312l243.712 114.176c8.192 5.632 13.312 14.848 13.312 24.576 1.536 9.728-3.584 19.456-12.288 24.064l-237.568 118.784c-14.848 5.12-30.72 8.192-46.592 9.216-2.56-0.512-5.12-0.512-7.68-0.512zM506.50624 778.30656c-13.824 0-27.648-3.584-40.448-10.24l-231.936-113.152c-10.752-6.656-17.92-17.92-18.944-30.72-0.512-19.456 14.848-35.84 34.304-36.352 5.12 0 10.24 1.024 14.848 2.56l194.56 97.28c30.72 17.408 68.608 17.408 99.84-0.512l195.072-97.28c10.24-5.632 22.528-5.12 32.768 1.024 15.872 10.24 19.968 30.72 10.24 46.592-3.072 5.12-7.68 9.216-13.312 11.776l-236.544 118.784c-12.288 6.656-26.112 9.728-40.448 10.24z" fill="#CCCCCC" ></path></symbol><symbol id="icon-zhongzhi" viewBox="0 0 1024 1024"><path d="M143.40608 512c0-178.176 144.384-276.48 322.56-276.48h230.4v92.16l276.48-138.24-276.48-138.24v92.16h-230.4c-228.864 0-414.72 139.776-414.72 368.64v138.24h92.16v-138.24z m737.28 0c0 178.176-144.384 276.48-322.56 276.48h-230.4v-92.16l-276.48 138.24 276.48 138.24v-92.16h230.4c228.864 0 414.72-139.776 414.72-368.64V373.76h-92.16v138.24z" fill="#C3C5C7" ></path></symbol><symbol id="icon-kaiguananniu" viewBox="0 0 1024 1024"><path d="M715.776 206.336H308.224C139.264 206.336 2.56 343.04 2.56 512s136.704 305.664 305.664 305.664h407.552c168.96 0 305.664-136.704 305.664-305.664s-136.704-305.664-305.664-305.664z m0 543.232H308.224c-131.072 2.048-239.104-102.912-241.152-234.496-2.048-131.072 102.912-239.104 234.496-240.64H715.776c131.072-2.048 239.104 102.912 241.152 234.496 2.048 131.072-102.912 239.104-234.496 241.152-2.048-0.512-4.096-0.512-6.656-0.512zM308.224 308.224c-112.64 0-203.776 91.136-203.776 203.776 0 112.64 91.136 203.776 203.776 203.776S512 624.64 512 512c0-112.64-91.136-203.776-203.776-203.776z m0 339.456c-75.264 0-135.68-60.928-135.68-135.68s60.928-135.68 135.68-135.68c75.264 0 135.68 60.928 135.68 135.68 0 75.264-60.928 135.68-135.68 135.68z" fill="#8A8A8A" ></path></symbol><symbol id="icon-diandonganniu" viewBox="0 0 1024 1024"><path d="M906.752 51.2H117.248C80.896 51.2 51.2 80.896 51.2 117.248v790.016c0 36.352 29.696 66.048 66.048 66.048h790.016c36.352 0 66.048-29.696 66.048-66.048V117.248c-0.512-36.352-30.208-66.048-66.56-66.048zM117.248 906.752V117.248h790.016v790.016H117.248zM512 182.784c-181.76 0-329.216 147.456-329.216 329.216s147.456 329.216 329.216 329.216 329.216-147.456 329.216-329.216-147.456-329.216-329.216-329.216z m0 592.384c-145.408 0-263.168-117.76-263.168-263.168s117.76-263.168 263.168-263.168 263.168 117.76 263.168 263.168-117.76 263.168-263.168 263.168z m0-493.568c-60.928 0-119.808 24.064-162.816 67.584-13.312 12.288-14.336 33.28-1.536 46.592 12.288 13.312 33.28 14.336 46.592 1.536l1.536-1.536c64.512-64 168.448-64 232.96 0 12.288 13.824 32.768 14.848 46.592 2.56 13.824-12.288 14.848-32.768 2.56-46.592-1.024-1.024-1.536-2.048-2.56-2.56-43.52-43.52-102.4-67.584-163.328-67.584z" fill="#8A8A8A" ></path></symbol><symbol id="icon-dongtaiwenben" viewBox="0 0 1024 1024"><path d="M962.048 850.432c21.504 1.536 37.888 20.992 36.352 42.496-1.536 19.456-16.896 34.816-36.352 36.352H61.952c-21.504-1.536-37.888-20.992-36.352-42.496 1.536-19.456 16.896-34.816 36.352-36.352h900.096zM368.64 94.72l216.064 608.768H485.888l-51.2-152.576H198.144l-51.2 152.576H48.128L263.68 94.72H368.64z m593.408 493.056c21.504 1.536 37.888 20.992 36.352 42.496-1.536 19.456-16.896 34.816-36.352 36.352h-291.84c-21.504-1.536-37.888-20.992-36.352-42.496 1.536-19.456 16.896-34.816 36.352-36.352h291.84zM318.464 202.24h-3.072L225.792 469.504h181.248L318.464 202.24z m643.584 123.392c21.504 1.536 37.888 20.992 36.352 42.496-1.536 19.456-16.896 34.816-36.352 36.352h-291.84c-21.504-1.536-37.888-20.992-36.352-42.496 1.536-19.456 16.896-34.816 36.352-36.352h291.84z" fill="#8A8A8A" ></path></symbol><symbol id="icon-fuzhi1" viewBox="0 0 1024 1024"><path d="M688.128 210.944c39.936-1.536 73.728 29.696 75.264 69.632v648.704c-1.536 39.936-35.328 71.168-75.264 69.632H134.656c-39.936 1.536-73.728-29.696-75.264-69.632V280.576c1.536-39.936 35.328-71.168 75.264-69.632h553.472z m-25.088 92.672H159.744v602.112h503.296V303.616zM889.344 25.6c37.376-1.536 69.632 25.6 75.264 62.976l0.512 6.656v624.64c-1.024 25.6-22.016 45.568-47.616 46.08-25.6 2.048-48.64-15.36-52.736-40.96l-0.512-5.632V118.272H360.96c-24.576 1.024-46.08-16.896-50.176-40.96V71.68c1.024-24.576 19.968-44.032 44.544-45.568l5.632-0.512h528.384z" fill="#7D7D7E" ></path></symbol><symbol id="icon-dongtaitupian" viewBox="0 0 1024 1024"><path d="M997.89824 287.95392l-100.864 485.376c-3.072 14.848-15.872 25.088-31.232 25.088-2.048 0-4.096 0-6.656-0.512-17.408-3.584-28.16-20.48-24.576-37.376l94.208-454.656-607.744-122.88-15.36 67.584c-3.584 17.408-20.992 28.16-37.888 24.064-17.408-3.584-28.16-20.992-24.064-37.888l22.016-98.304c3.584-16.896 20.48-27.648 37.376-24.064l670.208 135.168c8.192 1.536 15.36 6.656 20.48 13.824 4.096 7.68 5.632 16.384 4.096 24.576z m-198.144 579.072c0 23.552-18.944 42.496-41.984 42.496h-689.664c-23.552 0-42.496-18.944-42.496-41.984v-519.68c0-23.552 18.944-42.496 42.496-42.496h689.152c23.552 0 42.496 18.944 42.496 42.496v519.168z m-689.152-477.184v261.632l179.2-144.896c14.848-11.776 35.84-11.264 50.176 1.024l201.728 178.688 83.968-71.68c11.776-11.776 31.232-11.776 43.008 0l35.328 35.84v-260.096l-593.408-0.512z m593.408 435.2v-77.312l-59.392-56.32-80.384 72.192c-13.824 11.776-34.304 11.776-47.616-0.512l-204.8-178.688-201.728 163.84v76.8h593.92z m-176.128-262.144c35.84 0 64.512-29.184 64.512-65.024 0-35.84-29.184-64.512-65.024-64.512-35.84 0-64.512 29.184-64.512 65.024 0 35.328 29.184 64.512 65.024 64.512z" fill="#8A8A8A" ></path></symbol><symbol id="icon-dongtaixingzhuang" viewBox="0 0 1024 1024"><path d="M905.216 415.744c-59.392-58.88-138.24-91.136-221.696-91.136h-1.536c-38.4 0-75.264 7.168-110.08 20.48l-147.456-256c-3.584-6.144-8.192-10.752-14.336-14.336-18.944-10.752-42.496-4.608-53.248 14.336L30.208 654.848c-6.656 11.776-6.656 26.624 0 38.912 7.168 12.288 19.968 19.456 33.792 19.456h313.344c33.28 137.728 157.696 240.64 305.664 241.152 83.456 0 164.864-33.792 223.744-93.184 122.88-123.392 121.856-323.584-1.536-445.44z m-221.696 460.288h-1.024c-104.448-0.512-193.024-68.608-223.744-162.816h258.56c13.824 0 27.136-7.68 33.792-19.968 6.144-11.776 6.144-26.112 0-38.912l-139.264-240.64c23.04-7.168 47.104-10.752 71.68-11.264h1.024c130.56 0.512 236.544 107.008 236.032 237.568-0.512 130.56-107.008 236.032-237.056 236.032zM132.608 634.88l258.048-448 112.128 194.048c-15.36 10.752-29.696 23.04-43.008 36.352C402.432 474.624 369.152 553.984 368.64 634.88H132.608z m381.952-162.304c8.704-8.704 17.92-16.384 27.648-23.552l107.52 185.856H446.976c0-60.416 24.576-119.808 67.584-162.304z" fill="#8A8A8A" ></path></symbol><symbol id="icon-shouqifenlei" viewBox="0 0 1024 1024"><path d="M511.488 876.032l397.824-397.824c17.92-16.384 45.568-15.36 61.952 2.048 15.872 16.896 15.872 43.008 0 59.904L513.024 998.4l-457.728-457.728c-16.384-17.92-15.36-45.568 2.048-61.952 16.896-15.872 43.008-15.872 59.904 0l394.24 397.312z m0.512-439.296l396.8-396.8c17.92-16.384 45.568-15.36 61.952 2.048 15.872 16.896 15.872 43.008 0 59.904l-457.728 457.728-457.728-458.24c-17.92-16.384-18.944-44.032-2.048-61.952C69.632 21.504 97.28 20.48 115.2 37.376c1.024 0.512 1.536 1.536 2.048 2.048L512 436.736z" fill="#545353" ></path></symbol><symbol id="icon-daoru2" viewBox="0 0 1024 1024"><path d="M972.8 880.128v-274.944c-1.024-26.624-23.04-47.104-49.152-46.592-25.088 1.024-45.568 20.992-46.592 46.592v236.032H146.944v-236.032c-1.024-26.624-23.04-47.104-49.152-46.592-25.088 1.024-45.568 20.992-46.592 46.592v274.944c0 31.744 25.6 56.832 57.344 57.344h807.424c31.232-0.512 56.832-26.112 56.832-57.344z m-494.592-246.272c18.944 18.432 49.152 18.432 67.584 0l178.688-178.688c18.432-18.944 17.408-49.664-1.536-67.584-18.432-17.92-47.616-17.92-66.048 0l-93.184 93.184V138.24c0-28.16-23.04-51.2-51.2-51.2s-51.2 23.04-51.2 51.2v342.528L367.616 387.584c-18.944-18.432-49.664-17.408-67.584 1.536-17.92 18.432-17.92 47.616 0 66.048l178.176 178.688z" fill="#7E7E7F" ></path></symbol><symbol id="icon-zhankaifenlei" viewBox="0 0 1024 1024"><path d="M510.464 148.48l398.336 398.336c17.92 16.384 45.568 15.36 61.952-2.048 15.872-16.896 15.872-43.008 0-59.904L512 25.6 53.248 484.352c-16.384 17.92-15.36 45.568 2.048 61.952 16.896 15.872 43.008 15.872 59.904 0L510.464 148.48z m0.512 440.32l397.824 397.824c17.92 16.384 45.568 15.36 61.952-2.048 15.872-16.896 15.872-43.008 0-59.904L512 465.408l-458.752 458.752c-16.384 17.92-15.36 45.568 2.048 61.952 16.896 15.872 43.008 15.872 59.904 0L510.976 588.8z" fill="#FEBF72" ></path></symbol><symbol id="icon-gengxinshuju" viewBox="0 0 1024 1024"><path d="M710.144 324.096C387.584 45.056 52.736 376.32 52.736 376.32 413.696-242.688 844.8 212.48 844.8 212.48l124.928-118.272V512h-414.72l155.136-187.904z m-396.288 375.808c322.56 278.528 657.408-52.736 657.408-52.736C610.304 1266.688 179.2 811.52 179.2 811.52l-126.976 118.272v-380.416h416.768l-155.136 150.528z" fill="#0590DF" ></path></symbol><symbol id="icon-xiugaijilu" viewBox="0 0 1024 1024"><path d="M495.5904 35.84l310.272 310.272-419.328 419.328h-310.272V455.168L495.5904 35.84z m-315.904 457.728v163.328h163.328l299.52-310.272-146.944-152.576-315.904 299.52z" fill="#707070" ></path><path d="M76.2624 879.104h163.328V988.16h-163.328v-109.056z m218.112 0h272.384V988.16h-272.384v-109.056z m326.656 0h326.656V988.16h-326.656v-109.056z" fill="#0590DF" ></path></symbol><symbol id="icon-jiantou" viewBox="0 0 1024 1024"><path d="M152.576 557.056h194.56V81.408h331.776v475.136h192.512L512 929.28l-359.424-372.224z" fill="#5D5D5D" ></path><path d="M512 972.8l-430.592-445.952h235.52V51.2h392.192v475.136h233.472L512 972.8z m-288.256-385.536L512 885.76l288.256-298.496h-151.552V111.616h-271.36v475.648h-153.6z" fill="#707070" ></path></symbol><symbol id="icon-shujujianyan" viewBox="0 0 1024 1024"><path d="M551.424 977.408H103.936V46.592h815.616v622.08l-368.128 308.736z" fill="#FFFFFF" ></path><path d="M541.696 951.808l352.256-295.424V72.192H130.048v879.616h411.648m18.944 51.712H78.336V20.48h867.328v659.968L560.64 1003.52z" fill="#707070" ></path><path d="M564.70016 956.52352v-276.59776h314.97216l-314.97216 276.59776z" fill="#E6E6E6" ></path><path d="M825.00608 700.56448h-238.9504v210.70336l238.9504-210.70336m109.33248-41.27232L544.06144 1002.496v-343.20896h390.27712z" fill="#707070" ></path><path d="M723.8144 143.59552l77.824 79.36-378.368 369.152-198.656-189.44 76.8-80.384 120.832 115.2 301.568-293.888z" fill="#3FAF52" ></path></symbol><symbol id="icon-tianbaobaobiao" viewBox="0 0 1024 1024"><path d="M841.00608 51.00032h-658.432c-45.568 0-81.92 36.864-82.432 82.432v757.248c0 45.568 36.864 81.92 82.432 82.432h658.432c45.568 0 82.432-36.864 82.432-82.432v-757.248c0-45.568-36.864-81.92-82.432-82.432z" fill="#3D6EFF" ></path><path d="M224.04608 444.21632h411.648v82.432h-411.648zM224.04608 635.19232h576v82.432h-576zM841.00608 335.67232l-205.824-205.824h205.824v205.824z" fill="#FFFFFF" opacity=".7" ></path></symbol><symbol id="icon-charujilu" viewBox="0 0 1024 1024"><path d="M28.99968 53.67296h811.008v101.376H28.99968v-101.376z m-3.584 604.672h473.088v101.376h-473.088v-101.376z m3.584-301.056h811.008v101.376H28.99968v-101.376z" fill="#707070" ></path><path d="M745.79968 717.73696v-168.448h83.968v168.448h168.448v83.968h-168.448v168.448h-83.968v-168.448h-168.448v-83.968h168.448z" fill="#0590DF" ></path></symbol><symbol id="icon-jian" viewBox="0 0 1024 1024"><path d="M25.50272 25.50272h972.8v972.8h-972.8z" fill="#EFEFEF" opacity=".7" ></path><path d="M231.83872 446.36672h536.064c29.696 0 53.76 24.064 53.76 53.76s-24.064 53.76-53.76 53.76h-536.064c-29.696 0-53.76-24.064-53.76-53.76s24.064-53.76 53.76-53.76z" fill="#415B6A" ></path></symbol><symbol id="icon-tijiao" viewBox="0 0 1024 1024"><path d="M546.816 975.60064h-394.24v-820.224h718.336v547.84l-324.096 272.384z" fill="#FFFFFF" ></path><path d="M538.112 953.07264l310.272-260.096v-515.072H175.616v774.656h362.496m16.896 46.08h-424.96v-866.304h763.904v581.12l-338.944 285.184z" fill="#707070" ></path><path d="M311.296 256.75264l205.824-231.424 205.824 231.424H311.296z m130.56 263.168v-322.56h151.04v322.56H441.856z" fill="#3FAF52" ></path><path d="M558.5408 957.31712v-244.01408h277.3248l-277.31968 244.01408z" fill="#E6E6E6" ></path><path d="M787.3536 731.40736h-210.70848v185.35936l210.70848-185.35936m96.6656-36.56704l-343.5776 302.30016V694.4768l343.5776 0.3584z" fill="#707070" ></path></symbol><symbol id="icon-tuozhuai" viewBox="0 0 1024 1024"><path d="M983.04 475.136l-143.36-143.36c-13.312-13.312-35.328-13.312-49.152 0-13.312 13.312-13.312 35.328 0 49.152l96.256 96.256h-340.48V137.216l96.256 96.256c13.312 13.312 35.328 13.312 49.152 0 13.312-13.312 13.312-35.328 0-49.152l-143.36-143.36c-20.48-20.48-53.248-20.48-73.728 0l-143.36 143.36c-13.312 13.312-13.312 35.328 0 49.152 13.312 13.312 35.328 13.312 49.152 0l96.256-96.256v340.48H137.216l96.256-96.256c13.312-13.312 13.312-35.328 0-49.152-13.312-13.312-35.328-13.312-49.152 0l-143.36 143.36c-20.48 20.48-20.48 53.248 0 73.728l143.36 143.36c13.312 13.312 35.328 13.312 49.152 0 13.312-13.312 13.312-35.328 0-49.152l-96.256-96.256h340.48v340.48l-96.256-96.256c-13.312-13.312-35.328-13.312-49.152 0s-13.312 35.328 0 49.152l143.36 143.36c20.48 20.48 53.248 20.48 73.728 0l143.36-143.36c13.312-13.312 13.312-35.328 0-49.152s-35.328-13.312-49.152 0l-96.256 96.256v-340.48h340.48l-96.256 96.256c-13.312 13.312-13.312 35.328 0 49.152s35.328 13.312 49.152 0l143.36-143.36c19.456-20.992 19.456-53.76-1.024-74.24z" fill="#7E7E7F" ></path></symbol><symbol id="icon-zhanshibaobiao" viewBox="0 0 1024 1024"><path d="M840.87296 51.10272h-657.92c-45.568 0-81.92 36.864-82.432 82.432v757.248c0 45.568 36.864 81.92 82.432 82.432h658.432c45.568 0 81.92-36.864 82.432-82.432v-757.76c-0.512-45.056-37.376-81.92-82.944-81.92z" fill="#3D6EFF" ></path><path d="M223.91296 599.96672h418.304v82.432h-418.304zM223.91296 790.94272h585.728v82.432h-585.728zM686.76096 247.71072l-156.672 130.56-133.632-133.632-205.312 205.312 61.952 61.952 143.872-143.872 128 128 224.256-186.368 83.968 83.968v-218.112h-218.112l71.68 72.192z" fill="#FFFFFF" opacity=".7" ></path></symbol><symbol id="icon-shanchujilu" viewBox="0 0 1024 1024"><path d="M512 905.216c217.088 0 393.216-176.128 393.216-393.216S729.088 118.784 512 118.784 118.784 294.912 118.784 512s176.128 393.216 393.216 393.216z m0 67.584c-254.464 0-460.8-206.336-460.8-460.8s206.336-460.8 460.8-460.8 460.8 206.336 460.8 460.8-206.336 460.8-460.8 460.8z" fill="#707070" ></path><path d="M559.616 512l129.536 129.536c13.312 13.312 13.312 34.304 0 47.616-13.312 13.312-34.304 13.312-47.616 0L512 559.616l-129.536 129.536c-13.312 13.312-34.304 13.312-47.616 0-13.312-13.312-13.312-34.304 0-47.616L464.384 512 334.848 382.464c-13.312-13.312-13.312-34.304 0-47.616 13.312-13.312 34.304-13.312 47.616 0L512 464.384l129.536-129.536c13.312-13.312 34.304-13.312 47.616 0 13.312 13.312 13.312 34.304 0 47.616L559.616 512z" fill="#E24C4C" ></path></symbol><symbol id="icon-daochu3" viewBox="0 0 1024 1024"><path d="M877.056 605.184v236.032H146.944v-236.032c-1.024-26.624-23.04-47.104-49.152-46.592-25.088 1.024-45.568 20.992-46.592 46.592v274.944c0 31.744 25.6 56.832 57.344 57.344h807.424c31.744 0 56.832-25.6 57.344-57.344v-274.944c-1.024-26.624-23.04-47.104-49.152-46.592-26.112 1.024-46.592 21.504-47.104 46.592zM478.208 100.864L299.52 279.04c-18.432 18.944-17.408 49.664 1.536 67.584 18.432 17.92 47.616 17.92 66.048 0l93.184-93.184v342.528c0 28.16 23.04 51.2 51.2 51.2s51.2-23.04 51.2-51.2V253.952l93.184 93.184c18.432 18.944 48.64 19.968 67.584 1.536 18.944-18.432 19.968-48.64 1.536-67.584l-1.536-1.536-178.688-178.688c-17.92-18.944-48.128-18.944-66.56 0z" fill="#7E7E7F" ></path></symbol><symbol id="icon-yemianzhuti" viewBox="0 0 1024 1024"><path d="M947.2 402.944l-110.08-142.848 5.12-179.712c1.024-26.624-19.968-48.64-46.592-49.664-6.144 0-12.288 0.512-17.92 3.072l-169.472 60.416L438.784 33.792c-25.088-9.216-52.736 4.096-61.44 28.672-2.048 5.632-3.072 11.776-3.072 17.92l5.12 179.712-110.08 142.848c-16.384 20.992-12.288 51.2 8.704 67.584 4.608 3.584 10.24 6.656 15.872 8.192l118.784 34.816-334.848 400.384c-16.896 20.48-14.336 50.688 6.144 68.096 20.48 16.896 50.688 14.336 68.096-6.144l340.992-408.064 75.264 110.08c14.848 22.016 45.056 27.648 67.072 12.8 5.12-3.584 9.216-7.68 12.8-12.8l101.888-148.48 172.544-51.2c25.6-7.68 40.448-34.304 32.768-59.904-1.536-5.12-4.608-10.24-8.192-15.36z m-241.152 38.912c-10.752 3.072-19.968 9.728-26.112 18.944l-71.68 104.448-71.68-104.448c-1.536-2.048-3.584-4.096-6.144-6.144-1.024-1.024-1.536-2.56-3.072-3.584-0.512-0.512-1.024-0.512-1.536-0.512-4.096-3.072-8.192-5.12-12.8-7.168l-3.072-1.536-121.856-35.84 77.312-100.352c6.656-8.704 10.24-19.456 9.728-30.72L471.552 148.48l119.296 42.496c10.24 3.584 22.016 3.584 32.256 0L742.4 148.48l-3.584 126.976c0 11.264 3.072 22.016 9.728 30.72l77.312 100.352-119.808 35.328z" fill="#A9A9A9" ></path></symbol><symbol id="icon-jia" viewBox="0 0 1024 1024"><path d="M25.50272 25.50272h972.8v972.8h-972.8z" fill="#EFEFEF" opacity=".7" ></path><path d="M231.83872 446.36672h536.064c29.696 0 53.76 24.064 53.76 53.76s-24.064 53.76-53.76 53.76h-536.064c-29.696 0-53.76-24.064-53.76-53.76s24.064-53.76 53.76-53.76z" fill="#415B6A" ></path><path d="M553.37472 231.83872v536.064c0 29.696-24.064 53.76-53.76 53.76s-53.76-24.064-53.76-53.76v-536.064c0-29.696 24.064-53.76 53.76-53.76s53.76 24.064 53.76 53.76z" fill="#415B6A" ></path></symbol><symbol id="icon-moye" viewBox="0 0 1024 1024"><path d="M518.656 512L122.88 116.224 220.16 25.6l486.4 486.4-486.4 486.4-90.624-90.624 389.12-395.776z m252.928-486.4H901.12v972.8h-129.536V25.6z" fill="#3D6EFF" ></path></symbol><symbol id="icon-ziyuan" viewBox="0 0 1024 1024"><path d="M236.9792 993.09568c-67.584 0-122.368-54.784-122.368-122.368v-378.368c0-14.336 5.632-27.648 15.872-37.888l132.608-128 2.048 20.48c8.704 16.384 21.504 30.208 37.376 39.936l13.824 8.704-71.68 67.584h535.04l-170.496-170.496 14.848-19.968c22.016 13.312 47.104 21.504 73.216 23.04 7.68 0 10.24-5.12 17.408-7.68l4.096-9.728 174.592 176.64c10.24 10.24 15.872 24.576 15.872 38.912v377.856c0 67.584-54.784 122.368-122.368 122.368l-549.888-1.024z m-35.84-122.368c0 19.968 15.872 35.84 35.84 35.84h550.4c19.968 0 35.84-15.872 35.84-35.84v-321.536h-622.08v321.536z" fill="#A9A9A9" ></path><path d="M465.3312 461.63968h178.688l0.512-1.024c10.752-23.552 11.264-50.688 2.048-75.264-12.8-33.792-57.344-57.856-132.608-72.192-47.104 60.928-64 108.544-51.2 142.336 0.512 2.048 1.536 4.096 2.56 6.144z" fill="#A0BFF7" ></path><path d="M404.4032 37.19168c50.688-19.456 107.52 6.144 126.976 56.832 12.8 33.792-4.096 81.408-50.688 142.336-75.776-14.336-119.808-38.4-132.608-72.192-19.968-50.688 5.632-107.52 56.32-126.976z" fill="#69CB91" ></path><path d="M257.9712 357.70368c-19.456-50.688 6.144-107.52 56.832-126.976 33.792-12.8 81.408 4.096 142.336 50.688-14.336 75.776-38.4 119.808-72.192 132.608-51.2 19.968-108.032-5.632-126.976-56.32z m473.088-168.448c-19.456-50.688-76.288-76.288-126.976-56.832-33.792 12.8-57.856 57.344-72.192 132.608 60.928 46.592 108.032 64 142.336 50.688 24.576-9.216 44.032-27.648 54.784-51.712 10.24-23.04 11.264-50.176 2.048-74.752z" fill="#247ADE" ></path></symbol><symbol id="icon-shouye" viewBox="0 0 1024 1024"><path d="M505.344 512L901.12 116.224 803.84 25.6l-486.4 486.4 486.4 486.4 90.624-90.624-389.12-395.776zM252.416 25.6H122.88v972.8h129.536V25.6z" fill="#3D6EFF" ></path></symbol><symbol id="icon-daoru1" viewBox="0 0 1024 1024"><path d="M837.12 53.248H475.648v96.768h329.728c35.84 0 68.096 26.624 65.024 81.408l1.536 580.608c0 35.84-29.184 64.512-64.512 64.512H196.096c-35.84 0-49.152-29.696-49.152-65.024V481.28H49.152v361.472c-0.512 71.68 71.68 131.584 142.848 131.072H839.68c71.168 0 129.024-57.344 129.024-129.024V198.656c0-71.68-60.416-145.408-131.584-145.408z m0 0" fill="#7E7E7F" ></path><path d="M456.704 504.832H350.72c-26.112 0-48.128 21.504-48.128 48.128 0 26.112 21.504 48.128 48.128 48.128h226.304c2.048 0 4.608 0 6.656-0.512h1.536l6.144-1.536c2.048-0.512 4.096-1.536 5.632-2.56 0.512 0 1.024-0.512 1.536-0.512 2.048-1.024 3.584-2.048 5.632-3.072 0 0 0.512 0 0.512-0.512 1.536-1.024 3.072-2.048 4.096-3.584l5.12-5.12c1.024-1.024 1.536-2.048 2.048-3.072 0.512-0.512 1.024-1.024 1.536-2.048 1.536-2.56 3.584-5.632 4.608-8.192 3.072-7.168 4.096-14.848 3.072-22.528V318.976c0-26.624-21.504-48.128-48.128-48.128-26.112 0-48.128 21.504-48.128 48.128v122.368L130.56 66.048c-8.704-8.704-20.992-13.824-32.768-13.824-19.968 0-37.376 12.288-44.544 30.208-7.168 17.92-2.56 39.424 11.264 52.736l392.192 369.664z m0 0" fill="#7E7E7F" ></path></symbol><symbol id="icon-daochu21" viewBox="0 0 1024 1024"><path d="M969.728 842.752V481.792h-97.28v329.728c0 35.84-13.824 65.536-49.152 65.536l-609.792 1.024c-35.84 0-64.512-28.672-64.512-64.512l1.536-579.072c-2.56-55.296 29.696-81.92 65.536-81.92h328.704v-97.28H183.808C109.056 62.464 52.736 125.44 52.736 199.68v645.12c0 71.168 57.856 128.512 128.512 128.512h645.632c74.24 0.512 136.704-56.32 142.848-130.56z m0 0" fill="#7A7A7A" ></path><path d="M442.88 601.6c-26.624 0-48.128-21.504-48.128-48.128 0-13.312 5.632-25.6 14.848-34.816l391.168-368.64h-105.984c-26.624 1.024-48.64-19.968-49.664-46.592-1.024-26.624 19.968-48.64 46.592-49.664h228.864c26.624 0 48.128 21.504 48.128 48.128 0 13.312-5.632 26.112-14.848 34.816l-478.72 451.584c-8.192 8.704-19.968 13.312-32.256 13.312z m0 0" fill="#7A7A7A" ></path><path d="M921.6 384c-26.624 0-48.128-21.504-48.128-48.128V101.888c0-26.624 21.504-48.128 48.128-48.128s48.128 21.504 48.128 48.128v233.984c0 26.624-21.504 48.128-48.128 48.128z m0 0" fill="#7A7A7A" ></path></symbol><symbol id="icon-daoru" viewBox="0 0 1024 1024"><path d="M839.168 52.736H478.208v96.768h329.216c35.84 0 68.096 26.624 65.024 81.408l1.536 580.096c0 35.84-29.184 64.512-64.512 64.512H199.168c-35.84 0-49.152-29.696-49.152-65.024V480.256H52.224v360.96c-0.512 71.68 71.68 131.584 142.848 131.072h646.656c71.168 0 129.024-57.344 129.024-129.024V197.632c0-71.168-60.416-144.896-131.584-144.896z" fill="#7E7E7F" ></path><path d="M459.264 503.808H353.28c-26.112 0-48.128 21.504-48.128 48.128 0 26.112 21.504 48.128 48.128 48.128h226.304c2.048 0 4.608 0 6.656-0.512h1.536l6.144-1.536c2.048-0.512 4.096-1.536 5.632-2.56 0.512 0 1.024-0.512 1.536-0.512 2.048-1.024 3.584-2.048 5.632-3.072 0 0 0.512 0 0.512-0.512 1.536-1.024 3.072-2.048 4.096-3.584l1.536-1.536 3.584-3.584c1.024-1.024 1.536-2.048 2.048-3.072 0.512-0.512 1.024-1.024 1.536-2.048 1.536-2.56 3.584-5.632 4.608-8.192 3.072-7.168 4.096-14.848 3.072-22.528V317.952c0-26.624-21.504-48.128-48.128-48.128-26.112 0-48.128 21.504-48.128 48.128V440.32L133.632 65.536c-8.704-8.704-20.992-13.824-32.768-13.824-19.968 0-37.376 12.288-44.544 30.208s-2.56 39.424 11.264 52.736l391.68 369.152z" fill="#7E7E7F" ></path></symbol><symbol id="icon-shuzhishaixuan" viewBox="0 0 1024 1024"><path d="M150.2208 49.94048h729.088c52.736 1.536 94.72 45.056 93.184 98.304-0.512 23.552-9.728 46.08-26.112 62.976-1.024 1.024-2.048 2.048-3.584 3.072l-0.512 0.512-252.416 250.368v411.648c1.024 50.688-39.424 92.672-90.112 93.696h-2.048c-23.04 0-45.056-9.216-61.44-25.088-1.536-1.024-2.56-2.048-3.584-3.072l-70.656-70.144c-11.264-11.264-11.776-30.208-0.512-41.472l30.208-30.208c11.264-11.264 29.184-11.264 40.96-0.512l54.784 56.32c-0.512-177.664-0.512-377.344-0.512-421.376 1.024-8.192 5.12-15.872 11.776-20.992l268.8-267.264H159.4368c55.808 57.856 179.712 179.2 267.776 267.776 5.12 5.632 7.68 13.312 6.656 20.992 0.512 176.128 0.512 177.152 0.512 178.176 0 27.648-22.528 50.176-50.176 50.176-28.672 0.512-52.224-22.528-53.248-51.2v-147.456c-181.76-184.832-240.64-246.272-247.808-254.976-35.84-38.4-33.792-98.816 4.608-135.168 16.384-15.872 38.912-25.088 62.464-25.088z" fill="#8A8A8A" ></path><path d="M381.6448 732.43648c30.72 0 55.296 24.576 55.296 55.296 0 30.72-24.576 55.296-55.296 55.296h-0.512c-30.72 0-55.296-24.576-55.296-55.296 0-30.208 24.576-55.296 55.808-55.296z" fill="#8A8A8A" ></path></symbol><symbol id="icon-wenjian" viewBox="0 0 1024 1024"><path d="M233.5488 51.17952h556.544c50.688 0 92.16 41.472 92.16 92.16v737.28c0 50.688-41.472 92.16-92.16 92.16h-556.544c-50.688 0-92.16-41.472-92.16-92.16v-737.28c0.512-50.688 41.472-92.16 92.16-92.16z" fill="#3D4353" ></path><path d="M286.98624 473.91744h313.856v75.776h-313.856zM286.98624 663.86944h450.048v75.776h-450.048zM286.98624 284.47744h192.512v75.776h-192.512z" fill="#5A84FF" ></path></symbol><symbol id="icon-qingchu1" viewBox="0 0 1024 1024"><path d="M451.072 629.248c0 18.944 15.36 34.816 34.816 34.816 9.216 0 17.92-3.584 24.576-10.24l92.672-92.672 92.672 92.672c14.336 12.288 36.352 10.752 49.152-4.096 11.264-12.8 11.264-32.256 0-45.056L651.264 512l92.672-92.672c13.312-13.312 13.312-35.328 0-49.152-13.312-13.312-35.328-13.312-49.152 0l-92.672 92.672-92.16-92.672c-13.312-13.312-35.328-13.312-49.152 0-13.312 13.312-13.312 35.328 0 49.152l92.672 92.672L460.8 604.672c-6.144 6.656-9.728 15.36-9.728 24.576z" fill="#FFFFFF" ></path><path d="M911.36 199.168H298.496c-19.968-0.512-38.912 9.216-51.2 25.088L61.44 480.768c-13.824 18.432-13.824 44.032 0 62.976l185.856 256c12.288 15.872 31.232 25.6 51.2 25.088H911.36c32.768 1.024 59.904-24.064 61.44-56.32V256c-1.536-32.768-29.184-57.856-61.44-56.832zM297.984 256c0.512-0.512 0.512-0.512 0 0H911.36s0.512 0 0.512 0.512v512s0 0.512-0.512 0.512H297.984L112.64 512l185.344-256z" fill="#FFFFFF" ></path></symbol><symbol id="icon-guanbijianpan" viewBox="0 0 1024 1024"><path d="M511.7184 51.95264c-253.952 0-459.776 205.824-459.776 459.776s205.824 459.776 459.776 459.776c253.952 0 459.776-205.824 459.776-459.776 0-253.952-205.824-459.776-459.776-459.776z m216.576 630.272c13.824 11.776 14.848 32.768 3.072 46.592-11.776 13.824-32.768 14.848-46.592 3.072l-3.072-3.072-170.496-170.496-170.496 170.496c-11.776 13.824-32.768 14.848-46.592 3.072-13.824-11.776-14.848-32.768-3.072-46.592l3.072-3.072 170.496-170.496-170.496-170.496c-11.776-13.824-10.752-34.304 3.072-46.592 12.288-10.752 30.72-10.752 43.52 0l170.496 170.496 170.496-170.496c13.824-11.776 34.304-10.752 46.592 3.072 10.752 12.288 10.752 30.72 0 43.52l-170.496 170.496 170.496 170.496z" fill="#999DA5" ></path></symbol><symbol id="icon-jianpananxia" viewBox="0 0 1024 1024"><path d="M927.744 95.232v830.464H97.28" fill="#FFFFFF" opacity=".3" ></path><path d="M927.744 971.264H97.28c-25.088 0-45.568-20.48-45.568-45.568s20.48-45.568 45.568-45.568h784.896V95.744c0-25.088 20.48-45.568 45.568-45.568s45.568 20.48 45.568 45.568v830.464c0 25.088-20.48 45.056-45.568 45.056z" fill="#FFFFFF" ></path></symbol><symbol id="icon-xunijianpan" viewBox="0 0 1024 1024"><path d="M846.976 135.245H176.768c-72.704 3.584-128.512 65.024-125.44 137.728l-0.512 478.72c-3.072 72.704 53.248 134.144 125.44 137.728h670.208c72.704-3.584 128.512-65.024 125.44-137.728v-478.72C976 200.269 919.68 138.829 846.976 135.245zM888.96 751.18c2.56 26.112-15.872 49.664-41.984 53.76H176.768c-26.112-4.096-44.544-27.648-41.984-53.76l0.512-478.72c-2.56-26.112 15.36-49.664 41.472-53.76h670.208c26.112 4.096 44.544 27.648 41.984 53.76v478.72z" fill="#A6A7A8" ></path><path d="M470.144 344.653h83.968v83.968h-83.968z m0 125.44h83.968v83.968h-83.968z m-125.44-125.44h83.968v83.968h-83.968z m0 125.44h83.968v83.968h-83.968z m-125.952 0h83.968v83.968h-83.968z m0-125.44h83.968v83.968h-83.968z m376.832 125.44h83.968v83.968h-83.968z m0-125.44h83.968v83.968h-83.968z m125.952 125.44h83.968v83.968h-83.968z m0-125.44h83.968v83.968h-83.968z m-376.832 296.96h334.848v83.968H344.704z" fill="#A6A7A8" ></path></symbol><symbol id="icon-sousuo" viewBox="0 0 1024 1024"><path d="M964.608 894.464L700.928 629.76c120.32-159.232 88.576-385.024-70.656-505.344S245.248 35.84 125.44 194.56s-88.576 385.024 70.656 505.344c128.512 97.28 306.176 97.28 434.688 0L893.952 965.12c8.704 8.704 22.528 8.704 31.232 0l39.424-39.424c8.192-8.192 8.704-22.528 0-31.232z m-739.84-292.352c-103.424-103.424-103.424-271.36 0-374.784 103.424-103.424 271.36-103.424 374.784 0 103.424 103.424 103.424 271.36 0 374.784-103.424 103.936-271.36 103.936-374.784 0 0 0.512 0 0.512 0 0z" fill="#A5A6A6" ></path></symbol><symbol id="icon-guanji" viewBox="0 0 1024 1024"><path d="M511.77 439.92c-23.04 0-41.984-18.943-41.984-41.983V93.297c0-23.04 18.944-41.984 41.984-41.984 23.04 0 41.984 18.944 41.984 41.984v304.64c0 23.04-18.944 41.472-41.984 41.984z" fill="#FFFFFF" ></path><path d="M510.746 972.913c-233.472 0-422.912-189.44-422.912-422.912 0-171.008 103.424-325.632 261.632-390.656 10.24-4.096 22.016-4.096 32.256 0 21.504 9.216 31.232 33.792 22.528 55.296-4.096 10.24-12.288 17.92-22.528 22.528-172.544 71.68-254.976 269.312-183.296 442.368 71.68 172.544 269.312 254.976 442.368 183.296C813.338 791.153 895.77 593.52 824.09 420.465c-16.896-40.96-41.984-78.336-73.216-109.568-31.232-32.256-68.608-57.856-110.08-75.264-21.504-9.216-31.232-33.792-22.528-55.296 6.656-15.36 22.016-25.6 38.4-25.6 5.632 0 10.752 1.024 15.872 3.072 50.176 20.48 95.744 50.688 134.144 88.576l3.072 3.072c165.888 164.352 167.424 431.616 3.072 597.504-79.36 80.384-187.392 125.44-300.544 125.44l-1.536 0.512z" fill="#FFFFFF" ></path></symbol><symbol id="icon-guanbi1" viewBox="0 0 1024 1024"><path d="M511.42656 439.95136c-23.04 0-41.984-18.944-41.984-41.984v-304.64c0-23.04 18.432-41.984 41.984-41.984 23.04 0 41.984 18.432 41.984 41.984v304.64c0 23.04-18.432 41.472-41.984 41.984z" fill="#FC857D" ></path><path d="M510.91456 972.94336c-233.472 0-422.4-189.44-422.4-422.912 0-171.008 103.424-325.632 261.632-390.656 21.504-8.704 46.08 1.024 54.784 22.528 8.704 21.504-1.024 46.08-22.528 54.784-172.544 71.168-254.976 269.312-183.296 442.368 71.168 172.544 269.312 254.976 442.368 183.296 172.544-71.168 254.976-269.312 183.296-442.368-16.896-40.96-41.984-78.336-73.216-109.568-31.232-32.256-68.608-57.856-110.08-75.264-21.504-9.216-31.232-33.792-22.528-55.296 6.656-15.36 22.016-25.6 38.912-25.6 5.632 0 10.752 1.024 15.872 3.072 50.176 20.48 95.744 50.688 134.144 88.576l3.072 3.072c165.888 164.352 167.424 431.616 3.072 597.504-79.36 80.384-187.392 125.44-300.544 125.44h-2.56z" fill="#FC857D" ></path></symbol><symbol id="icon-peifangguanli1" viewBox="0 0 1024 1024"><path d="M81.92 339.456l410.112 204.8c5.632 3.072 11.776 4.608 18.432 4.608 6.144-0.512 12.288-2.048 18.432-4.608l410.112-204.8c12.8-6.656 20.48-19.968 20.48-34.304-0.512-13.824-8.192-27.136-20.48-34.304l-410.112-204.8c-10.752-4.608-23.04-4.608-34.304 0L84.48 271.36c-12.8 6.656-20.48 19.968-20.48 34.304 0 13.312 6.656 26.624 17.92 33.792z m428.032-195.584l323.072 161.792-323.072 161.28-323.072-161.792 323.072-161.28zM901.632 680.96l-391.68 195.584L118.272 680.96c-19.456-9.728-43.008-2.048-52.736 16.896-9.728 19.456-2.048 43.008 16.896 52.736 0.512 0.512 1.024 0.512 1.536 0.512l410.112 204.8c5.632 3.072 11.776 4.608 18.432 4.608 6.144-0.512 12.288-2.048 18.432-4.608l410.112-204.8c18.944-9.728 27.136-32.768 18.432-52.224-12.288-19.456-36.864-27.136-57.856-17.92z" fill="#8A8A8A" ></path><path d="M901.632 455.68l-391.68 217.6L118.272 455.68c-18.432-9.216-41.472-2.048-50.688 16.384-0.512 1.024-1.024 2.048-1.536 3.584-9.216 20.992-1.536 46.08 18.432 58.368l410.112 227.84c5.632 3.072 11.776 4.608 18.432 5.12 6.144-0.512 12.288-2.048 18.432-5.12l410.112-227.84c19.456-12.288 27.136-36.864 18.432-58.368-11.264-21.504-36.864-30.208-58.368-19.968z" fill="#8A8A8A" ></path></symbol><symbol id="icon-shaixuan" viewBox="0 0 1024 1024"><path d="M147.6608 50.96448h729.6c52.736 1.536 94.72 45.568 93.184 98.304-0.512 23.552-9.728 46.08-26.112 62.976-1.024 1.024-2.048 2.048-3.584 3.072l-1.024 0.512-252.416 250.368v412.16c1.024 50.688-38.912 92.672-89.6 93.696h-2.048c-23.04 0-45.056-9.216-61.952-25.088-1.536-1.024-2.56-2.048-3.584-3.072l-71.168-70.144c-11.776-11.264-11.776-30.208-0.512-41.984l30.208-30.208c11.264-11.264 29.696-11.264 40.96-0.512l54.784 56.32c-0.512-177.664-1.024-377.344-1.024-421.888 1.024-8.192 5.12-15.872 11.776-20.992l268.8-267.264H156.3648c55.808 57.856 179.712 179.2 267.776 267.776 5.12 5.632 7.68 13.312 6.656 20.992l0.512 178.176c0 27.648-22.528 50.176-50.176 50.176-28.672 0.512-52.224-22.528-53.248-51.2v-147.968c-182.272-184.832-241.152-246.272-248.32-254.976-35.84-38.912-33.792-99.328 5.12-135.168 16.896-14.336 39.424-23.552 62.976-24.064z" fill="#8A8A8A" ></path><path d="M376.5248 691.98848c27.648 0 49.664 22.528 49.664 49.664 0 27.648-22.528 49.664-49.664 49.664h-0.512c-27.648 0-49.664-22.528-49.664-49.664 0-27.648 22.528-49.664 50.176-49.664z" fill="#8A8A8A" ></path></symbol><symbol id="icon-shangchuan" viewBox="0 0 1024 1024"><path d="M642.32448 633.22112c3.584 0 6.656-0.512 10.24-1.024 22.016-5.632 35.84-28.16 30.208-50.176a42.496 42.496 0 0 0-12.288-20.48l-129.024-129.024c-7.68-7.68-18.432-12.288-29.184-12.288s-21.504 4.608-29.184 12.288l-129.024 129.024c-16.384 16.384-16.384 42.496 0 58.368 5.12 5.12 11.264 8.704 18.432 10.752 3.584 1.024 7.168 1.536 10.752 1.536 10.752 0 21.504-4.096 29.184-12.288l58.88-58.88v290.816c-1.024 23.04 16.384 41.984 39.424 43.008s41.984-16.384 43.008-39.424v-294.912l58.368 58.368c7.168 9.216 18.432 14.336 30.208 14.336z" fill="#7E7E7F" ></path><path d="M804.11648 360.83712c-37.376-161.28-198.656-261.632-359.936-224.256-111.104 26.112-198.144 112.64-224.256 224.256-117.76 27.648-190.976 145.92-163.328 263.68 23.04 98.816 111.616 168.96 212.992 168.96h112.64c23.04 0 41.472-18.432 41.472-41.472s-18.432-41.472-41.472-41.472h-114.688c-75.264-0.512-136.192-61.44-135.68-136.704 0.512-71.168 55.296-130.048 125.952-135.168 19.456-1.536 35.328-16.896 37.888-36.352 14.848-118.784 123.392-203.264 242.688-188.416 98.304 12.288 175.616 90.112 188.416 188.416 2.56 19.456 17.92 34.816 37.888 36.352 75.264 5.632 131.072 71.168 125.44 145.92-5.12 71.68-65.024 126.464-136.704 125.952h-113.152c-23.04 0-41.472 18.432-41.472 41.472s18.432 41.472 41.472 41.472h113.664c120.832 0 219.136-98.304 218.624-219.648 0-101.888-69.632-189.952-168.448-212.992z" fill="#7E7E7F" ></path></symbol><symbol id="icon-shuaxin" viewBox="0 0 1024 1024"><path d="M933.376 184.832c-4.096-1.024-8.192-1.536-11.776-1.536-23.04 0-43.008 15.872-48.64 37.888l-12.8 48.64C774.656 145.92 634.368 71.68 484.352 71.168c-243.2 4.096-437.248 204.8-433.152 448 4.096 243.2 204.8 437.248 448 433.152 183.296-3.072 345.088-119.296 407.04-291.328 9.728-25.088-2.56-53.76-28.16-63.488-0.512-0.512-1.536-0.512-2.048-0.512-5.632-2.048-11.776-3.072-17.92-3.072-20.992 0-39.424 13.824-46.592 33.28-51.712 135.68-182.272 225.28-327.68 224.768-187.392 5.12-344.064-142.336-349.184-330.24s142.336-344.064 330.24-349.184h18.944c124.928 0 240.128 66.56 302.592 175.104l-92.16-26.112c-4.096-1.024-8.192-1.536-12.288-1.536-27.648 0-50.176 22.528-50.176 50.688 0 23.04 15.872 43.008 37.888 48.64l199.168 52.736h3.072c7.68-0.512 15.872-2.048 23.04-5.12l2.048-0.512 2.048-1.536c10.752-6.656 18.944-17.408 22.528-29.696l50.688-190.976v-2.56c2.048-26.112-14.336-49.664-38.912-56.832z" fill="#646467" ></path></symbol><symbol id="icon-peifangguanli" viewBox="0 0 1024 1024"><path d="M204.8 51.2h614.4c84.992 0 153.6 68.608 153.6 153.6v614.4c0 84.992-68.608 153.6-153.6 153.6H204.8c-84.992 0-153.6-68.608-153.6-153.6V204.8c0-84.992 68.608-153.6 153.6-153.6z" fill="#5A84FF" ></path><path d="M235.40224 401.45408l286.208-165.888 266.752 165.888-280.064 172.544-272.896-172.544z" fill="#D6E9FB" ></path><path d="M235.40224 520.23808l96.256-58.368 177.152 111.616 183.808-113.152 95.744 59.904-279.552 175.616-273.408-175.616z" fill="#FFFFFF" opacity=".7" ></path><path d="M235.40224 610.86208l66.56-47.616 207.36 132.096 211.456-132.096 67.584 47.616-279.552 177.152-273.408-177.152z" fill="#FFFFFF" opacity=".4" ></path></symbol><symbol id="icon-yingyongpeifang" viewBox="0 0 1024 1024"><path d="M128.9216 51.04128h712.192c27.136 0 49.152 22.016 49.152 49.152s-22.016 49.152-49.152 49.152H128.9216c-27.136 0-49.152-22.016-49.152-49.152s22.016-49.152 49.152-49.152zM572.3136 690.52928l-60.928 60.928c-2.56 2.56-2.56 6.144 0 8.704l145.92 145.92 65.024 65.024c2.56 2.56 6.144 2.56 8.704 0l210.944-210.944c2.56-2.56 2.56-6.144 0-8.704l-60.416-60.416c-2.56-2.56-6.144-2.56-8.704 0l-86.528 86.528c-2.56 2.56-6.144 2.56-8.704 0-1.024-1.024-2.048-2.56-2.048-4.608v-312.832c0-3.584-2.56-6.144-6.144-6.144h-86.016c-3.584 0-6.144 2.56-6.144 6.144v312.832c0 3.584-2.56 6.144-6.144 6.144-1.536 0-3.072-0.512-4.608-2.048l-86.016-86.016c-1.536-3.072-5.632-3.072-8.192-0.512zM128.9216 280.41728h712.192c27.136 0 49.152 22.016 49.152 49.152s-22.016 49.152-49.152 49.152H128.9216c-27.136 0-49.152-22.016-49.152-49.152 0-27.648 22.016-49.152 49.152-49.152zM128.9216 509.28128h294.4c27.136 0 49.152 22.016 49.152 49.152s-22.016 49.152-49.152 49.152h-294.4c-27.136 0-49.152-22.016-49.152-49.152s22.016-49.152 49.152-49.152z" fill="#646467" ></path></symbol><symbol id="icon-shijian2" viewBox="0 0 1024 1024"><path d="M931.84 451.072c-4.096-2.048-7.68-2.048-42.496-2.048l-53.248-1.536h-61.44l-162.816-0.512 98.304-357.888v-11.264c0-5.632-5.632-11.264-11.264-17.408-10.752-11.264-28.16-11.776-39.424-1.024l-1.024 1.024-571.904 484.352c-5.632 5.632-4.608 22.016-4.608 22.016-0.512 5.12 1.024 9.728 4.608 13.312 5.632 5.632 11.264 5.632 23.04 5.632h300.544l-98.304 352.256v5.632c-5.632 11.264 0 17.408 5.632 23.04s11.264 5.632 23.04 5.632c8.192 1.024 16.384-1.024 23.04-5.632L935.424 481.28c4.608-4.608 7.168-11.264 6.656-17.408-1.024-5.632-4.608-10.752-10.24-12.8z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zititiaozheng" viewBox="0 0 1024 1024"><path d="M466.88768 146.0736h-136.192l-279.552 731.136h128l66.56-183.296h306.176l66.56 183.296h128l-279.552-731.136z m-185.344 450.048l115.712-320.512h4.096l114.688 320.512h-234.496z" fill="#A6A7A8" ></path><path d="M853.44768 146.0736h-57.856l-119.296 311.808h54.784l28.16-78.336h130.56l28.16 78.336h54.784l-119.296-311.808z m-78.848 192l49.152-136.704h1.536l48.64 136.704h-99.328z" fill="#CDCACA" ></path></symbol><symbol id="icon-qiehuanzujian" viewBox="0 0 1024 1024"><path d="M962.78016 464.06656h-76.288c-5.12 0-9.728 4.096-9.728 9.728v306.176h-633.856v-87.04c0-2.048-0.512-4.608-2.048-6.144-3.584-4.096-9.728-5.12-13.824-1.536l-172.032 134.656c-4.608 3.584-4.608 10.24-1.024 14.848l1.024 1.024 172.032 134.656c1.536 1.536 4.096 2.048 6.144 2.048 5.632 0 10.24-4.608 10.24-10.24v-87.04h643.584c47.616 0 86.016-38.912 86.016-86.016v-315.904c-0.512-5.12-4.608-9.216-10.24-9.216z m-902.144 95.744h76.288c5.12 0 9.728-4.096 9.728-9.728v-306.176h634.368v87.04c0 2.048 0.512 4.608 2.048 6.144 3.584 4.096 9.728 5.12 13.824 1.536l172.032-135.168c4.608-3.584 4.608-10.24 1.024-14.848l-1.024-1.024-172.032-134.656c-1.536-1.536-4.096-2.048-6.144-2.048-5.632 0-10.24 4.608-10.24 10.24v87.04h-643.072c-47.616 0-86.016 38.912-86.016 86.016v315.904c0 5.632 4.096 9.728 9.216 9.728z" fill="#A6A7A8" ></path></symbol><symbol id="icon-yuyanliebiao" viewBox="0 0 1024 1024"><path d="M511.488 51.2C257.024 51.2 51.2 258.048 51.2 512.512c0 254.464 206.848 460.8 461.312 460.288 254.464 0 460.288-206.336 460.288-460.8s-206.336-460.8-461.312-460.8c0.512 0 0 0 0 0z m319.488 276.48h-136.192c-14.336-56.832-35.84-112.128-63.488-163.84 84.48 28.672 155.136 87.04 199.68 163.84zM512 145.408c38.912 55.808 68.608 117.248 88.064 182.272H423.936c19.456-65.024 49.152-126.464 88.064-182.272zM155.136 604.16a362.7008 362.7008 0 0 1 0-184.32h155.648c-4.096 30.72-6.144 61.44-6.144 92.16 0.512 30.72 2.56 61.44 6.656 92.16H155.136z m37.888 92.16h135.68c14.336 56.832 35.84 112.128 63.488 163.84-83.968-28.672-154.624-87.04-199.168-163.84z m136.192-368.64H193.024c44.544-76.8 115.2-135.168 199.68-163.84-27.648 51.712-49.152 107.008-63.488 163.84zM512 878.592c-38.912-55.808-68.608-117.248-88.064-182.272h176.128c-19.456 65.024-49.152 126.464-88.064 182.272z m108.032-274.432H403.968c-4.608-30.72-7.168-61.44-7.168-92.16 0.512-30.72 2.56-61.44 7.168-92.16H619.52c4.608 30.72 7.168 61.44 7.168 92.16s-2.56 61.44-6.656 92.16z m11.264 256c27.648-51.712 49.152-107.008 63.488-163.84h136.192c-45.056 76.8-115.712 135.168-199.68 163.84z m81.408-256c4.096-30.72 6.144-61.44 6.656-92.16-0.512-30.72-2.56-61.44-6.656-92.16h155.648c15.872 60.416 15.872 123.904 0 184.32h-155.648z" fill="#CCCCCC" ></path></symbol><symbol id="icon-daochu2" viewBox="0 0 1024 1024"><path d="M971.74016 841.7024v-361.984h-97.28v330.24c0 35.84-13.824 65.536-49.152 65.536l-611.328 1.024c-35.84 0-64.512-28.672-64.512-64.512l1.536-580.608c-2.56-54.784 29.696-81.408 65.536-81.408h329.216v-97.28h-361.472c-74.752 7.168-131.584 70.144-131.584 144.896v646.656c0 71.168 57.856 129.024 129.024 129.024h647.168c74.24 0 136.704-57.344 142.848-131.584z" fill="#7A7A7A" ></path><path d="M443.86816 600.0384c-26.624 0-48.128-21.504-48.128-48.128 0-13.312 5.632-25.6 14.848-34.816l392.192-369.664h-105.984c-26.624 1.024-48.64-19.968-49.664-46.592-1.024-26.624 19.968-48.64 46.592-49.664H923.10016c26.624 0 48.128 21.504 48.128 48.128 0 13.312-5.632 26.112-14.848 34.816l-479.744 452.608c-8.704 8.704-20.48 13.312-32.768 13.312z" fill="#7A7A7A" ></path><path d="M923.61216 381.9264c-26.624 0-48.128-21.504-48.128-48.128v-234.496c0-26.624 21.504-48.128 48.128-48.128s48.128 21.504 48.128 48.128v234.496c0 26.624-21.504 48.128-48.128 48.128z" fill="#7A7A7A" ></path></symbol><symbol id="icon-shijian1" viewBox="0 0 1024 1024"><path d="M360.09984 972.67712c-2.56 0-5.12 0-7.68-0.512-17.92 1.024-35.328-5.632-47.616-17.92-17.92-15.36-24.576-39.424-17.92-61.44 0-2.56 0.512-5.12 1.024-7.68l73.216-261.632h-212.48c-19.456 1.536-38.4-5.12-52.224-18.432-11.776-11.264-17.92-27.136-17.408-43.52-1.536-18.432 4.608-36.864 17.408-50.688l517.12-439.296c13.312-13.312 31.744-20.48 50.688-19.968 18.432 0.512 35.84 8.192 48.64 21.504 13.824 11.776 22.016 28.16 22.528 46.08v10.24c0 4.096-0.512 8.192-1.536 11.776l-73.216 267.264h88.576s96.768 0.512 110.592 0.512v0.512c17.408-2.56 35.328 0 51.712 7.168 17.408 8.704 29.696 25.088 32.768 44.544 2.56 19.968-4.096 39.936-17.92 54.272l-519.68 440.832c-13.312 10.24-29.696 15.872-46.592 16.384z m11.776-52.736c0 0.512-0.512 1.536-1.024 2.048 0.512-1.024 1.024-1.536 1.024-2.048z m-166.4-386.048h214.016c24.576 0 44.544 19.968 44.544 44.544 0 4.096-0.512 8.192-1.536 11.776l-73.728 265.216 420.352-357.376-60.416-0.512-146.944-0.512c-24.576 0-44.544-19.968-44.544-44.544 0-4.096 0.512-7.68 1.536-11.776l74.752-270.336-428.032 363.52z m470.016-398.848l-1.536 1.536 1.536-1.536z" fill="#B6A38D" ></path></symbol><symbol id="icon-baojing" viewBox="0 0 1024 1024"><path d="M954.368 883.712l-47.104-94.72v-131.584c0-43.008-17.92-83.456-49.152-112.64-19.456-19.456-44.032-33.792-70.656-40.96-4.096-19.968-22.016-33.792-41.984-32.256-19.968-0.512-37.376 12.8-41.984 32.256-26.624 7.68-50.688 22.016-70.656 40.96-29.696 30.208-46.592 70.656-46.592 112.64v131.584l-47.104 94.72c-2.048 3.584-3.072 8.192-2.56 12.288 0.512 4.096 2.048 8.192 4.096 11.776 2.56 3.584 5.632 6.656 9.216 8.704 3.584 2.56 8.192 3.584 12.288 3.584h103.936c4.608 16.384 14.336 30.72 27.648 41.472 14.848 12.288 33.792 18.944 53.248 18.944 19.456 0 38.4-6.656 53.248-18.944 13.312-10.752 23.04-25.088 27.648-41.472h103.424c4.608 0 8.704-1.024 12.288-3.584 4.096-2.048 7.168-5.12 9.216-8.704 3.072-3.072 4.608-7.68 4.096-11.776 0-4.096-1.024-8.192-2.56-12.288z m-185.344 43.008c-6.144 4.608-13.312 7.168-20.992 6.656-7.68 0-14.848-2.56-20.992-6.656-3.072-1.536-5.12-3.584-6.656-6.656h55.808c-2.048 2.56-4.608 4.608-7.168 6.656z m-174.08-53.248l39.424-78.336 1.536-2.048v-135.68c0-29.696 11.776-58.368 32.768-79.36 20.992-20.992 49.664-32.768 79.36-32.768 29.696 0 58.368 11.776 79.36 32.768 20.992 20.992 32.768 49.664 32.768 79.36v135.68l39.936 80.896h-305.152zM663.04 353.792H282.112c-8.704 0-16.896-3.072-23.04-9.216-6.144-6.144-9.728-14.336-9.728-23.04 0-8.704 3.584-16.896 9.728-23.04 6.144-6.144 14.336-9.216 23.04-9.216h380.928c8.704 0 16.896 3.072 23.04 9.216 6.144 6.144 9.728 14.336 9.728 23.04 0 8.704-3.584 16.896-9.728 23.04-6.144 5.632-14.336 9.216-23.04 9.216zM472.576 539.136H282.112c-8.704 0-17.408-4.096-23.04-11.264-5.632-6.656-9.216-14.848-9.728-24.064 0-8.704 3.584-17.408 9.728-24.064 5.632-6.656 14.336-10.752 23.04-11.264h190.464c8.704 0 17.408 4.096 23.04 11.264 5.632 6.656 9.216 14.848 9.728 24.064 0 8.704-3.584 17.408-9.728 24.064-5.632 7.168-14.336 11.264-23.04 11.264zM472.576 724.48H282.112c-8.704 0-17.408-4.096-23.04-11.264-5.632-6.656-9.216-14.848-9.728-24.064 0-8.704 3.584-17.408 9.728-24.064 5.632-6.656 14.336-10.752 23.04-10.752h190.464c8.704 0 17.408 4.096 23.04 10.752s9.216 14.848 9.728 24.064c0 8.704-3.584 17.408-9.728 24.064-5.632 7.168-14.336 10.752-23.04 11.264z" fill="#D2D2D3" ></path><path d="M840.192 94.72c-17.408-17.408-39.936-29.184-64-33.28-3.072-1.024-6.144-1.536-9.216-1.536h-2.048c-3.584-0.512-7.168-0.512-10.24-0.512h-112.128c-1.536 0-3.072 0-4.608 0.512h-409.6c-32.256 0-63.488 12.8-86.016 35.328-23.04 23.04-35.84 53.76-35.328 86.016v641.024c0 32.256 12.8 62.976 35.328 86.016 23.04 22.528 53.76 35.328 86.016 35.328h259.584c13.312 0 24.064-10.752 24.064-24.064V906.24v-0.512c-0.512-12.8-10.752-23.04-24.064-23.04H228.352c-15.872-0.512-31.232-6.656-42.496-17.92-11.264-11.264-17.92-26.624-17.92-42.496V181.76c0-15.872 6.656-31.232 17.92-42.496 11.264-11.264 26.624-17.92 42.496-17.92h531.968c13.312 1.536 26.112 7.68 35.84 17.408 11.264 11.264 17.92 26.624 17.92 42.496v262.144c0 12.8 10.752 23.552 23.552 24.064h13.824c13.312 0 24.064-10.752 24.064-24.064V180.736c0-32.256-12.8-62.976-35.328-86.016z" fill="#D2D2D3" ></path></symbol><symbol id="icon-duoyuyan" viewBox="0 0 1024 1024"><path d="M873.25696 548.20864l-135.168-126.464c-5.12 1.024-5.12 9.728-10.24 10.24l-24.576-3.584h-33.792l119.296 119.296c3.072 3.072 3.072 7.68 0 10.24-1.536 1.536-3.072 2.048-5.12 2.048h-542.72c-4.096 0-7.68-3.584-7.168-7.68 0-2.048 1.024-3.584 2.048-5.12l19.456-19.456 18.432-18.432 13.312-13.312 56.832-56.832-38.912-17.92-52.736 24.576-20.48 20.992-18.432 18.432-61.44 62.464c-7.168 7.168-11.776 17.408-11.776 27.648v292.864c0 58.88 47.616 105.984 105.984 105.984h532.48c58.88 0 105.984-47.616 105.984-105.984v-291.84c0.512-9.728-4.096-20.48-11.264-28.16z m-47.616 321.024c0 26.112-20.992 47.104-47.104 47.104h-532.992c-26.112 0-47.104-20.992-47.104-47.104v-242.176c0-4.096 3.584-7.168 7.168-7.168h612.864c4.096 0 7.168 3.072 7.168 7.168v242.176z" fill="#D2D2D3" ></path><path d="M527.65696 48.49664c-169.984 0-307.2 137.728-306.688 307.2 0 103.424 52.224 199.68 138.24 256h336.896c86.528-56.832 138.24-153.088 138.24-256.512 0-168.96-137.216-306.688-306.688-306.688z m212.48 184.32h-90.624c-9.728-37.888-23.552-74.752-41.984-109.056 55.808 18.944 102.912 57.856 132.608 109.056z m-212.48-121.344c25.6 37.376 45.568 78.336 58.368 121.344h-116.736c12.8-43.52 32.768-84.48 58.368-121.344z m-237.568 305.664c-10.752-40.448-10.752-82.432 0-122.88h103.424c-2.56 20.48-4.096 40.96-4.096 61.44s1.536 40.96 4.096 61.44h-103.424z m25.6 60.928h90.112c9.728 37.888 23.552 74.752 41.984 109.056-55.808-18.944-102.912-57.344-132.096-109.056z m90.112-245.248h-90.624c29.696-51.2 76.8-90.112 132.608-109.056-17.92 34.304-32.256 71.168-41.984 109.056z m121.856 367.104c-25.6-37.376-45.568-78.336-58.368-121.344h117.248c-13.312 43.008-32.768 83.968-58.88 121.344z m72.192-182.784h-143.36c-3.072-20.48-4.608-40.96-5.12-61.44 0-20.48 2.048-40.96 5.12-61.44h143.36c3.072 20.48 4.608 40.96 5.12 61.44-0.512 20.48-2.56 40.96-5.12 61.44z m7.68 170.496c18.432-34.304 32.768-71.168 41.984-109.056h90.624c-29.696 50.688-76.8 89.6-132.608 109.056z m54.272-170.496c2.56-20.48 4.096-40.96 4.096-61.44s-1.536-40.96-4.096-61.44h103.424c10.752 40.448 10.752 82.432 0 122.88h-103.424z" fill="#D2D2D3" ></path></symbol><symbol id="icon-ziduanchufa" viewBox="0 0 1024 1024"><path d="M848 80H176c-52.8 0-96 43.2-96 96v672c0 52.8 43.2 96 96 96h672c52.8 0 95.52-42.72 96-96V176c-0.48-53.28-43.2-96.48-96-96z m0 719.04c0 26.4-21.6 48-48 48H224.48c-26.4 0-48-21.6-48-48V224c0-26.4 21.6-48 48-48H800c26.4 0 48 21.6 48 48v575.04z" fill="#FEBF72" ></path><path d="M363.2 665.12L229.28 531.2c-9.12-8.64-9.6-23.52-0.96-32.64l0.96-0.96L363.2 356c8.64-9.12 23.52-9.6 32.64-0.96l0.96 0.96 16.8 16.8c9.12 8.64 9.6 23.52 0.96 32.64l-0.96 0.96-97.92 102.72c-1.92 1.44-2.4 4.32-0.96 6.24l0.96 0.96 96 96c9.12 8.64 9.6 23.52 0.96 32.64l-0.96 0.96-16.8 16.8c-5.28 9.12-16.8 12-25.92 6.72-1.92-0.96-3.84-2.4-5.76-4.32z m254.4 0l-16.8-16.8c-9.12-8.64-9.6-23.52-0.96-32.64l0.96-0.96 96-96c1.92-1.44 2.4-4.32 0.96-6.24l-0.96-0.96-97.92-102.72c-9.12-8.64-9.6-23.52-0.96-32.64l0.96-0.96 16.8-16.8c8.64-9.12 23.52-9.6 32.64-0.96l0.96 0.96 133.92 141.12c9.12 8.64 9.6 23.52 0.96 32.64l-0.96 0.96-133.92 133.92c-5.28 7.68-22.08 7.68-31.68-1.92z m-139.2 40.8l-24-4.8c-12.48-2.88-20.16-14.88-17.28-27.36 0-0.48 0.48-0.96 0.48-1.44l81.6-335.52c2.88-12.48 14.88-20.16 27.36-17.28 0.48 0 0.96 0.48 1.44 0.48l24 4.8c12.48 2.88 20.16 14.88 17.28 27.36 0 0.48-0.48 0.96-0.48 1.44l-81.6 335.52c-3.84 12-16.32 19.2-28.8 16.8z" fill="#FEBF72" ></path></symbol><symbol id="icon-yuanxing" viewBox="0 0 1024 1024"><path d="M512 972.8c-253.952 0-460.8-206.848-460.8-460.8s206.848-460.8 460.8-460.8 460.8 206.848 460.8 460.8-206.848 460.8-460.8 460.8z m0-824.832c-200.704 0-364.032 163.328-364.032 364.032s163.328 364.032 364.032 364.032 364.032-163.328 364.032-364.032-163.328-364.032-364.032-364.032z" fill="#707070" ></path></symbol><symbol id="icon-baojingchufa" viewBox="0 0 1024 1024"><path d="M511.84128 389.8624c68.096 0 122.88 55.296 122.368 123.392 0 68.096-55.296 122.88-123.392 122.368-67.584 0-122.368-55.296-122.368-122.88 0.512-67.584 55.808-122.88 123.392-122.88z m326.144-202.24c-15.36-12.288-37.888-9.728-50.176 6.144-10.24 12.8-10.24 31.232 0 44.544 152.064 152.064 152.064 398.848 0 550.912-13.824 14.336-13.312 36.864 0.512 50.688 6.656 6.144 15.36 10.24 24.576 10.24 9.216 0 18.432-3.584 25.088-10.24 179.712-180.736 179.712-472.576 0-652.288z m-715.776 325.632c-0.512-103.424 40.96-202.752 114.176-275.456 15.36-12.288 17.92-34.816 5.632-50.176s-34.816-17.92-50.176-5.632c-2.048 1.536-4.096 3.584-5.632 5.632-179.712 180.224-179.712 471.552 0 651.776 13.312 14.336 35.84 14.848 50.176 1.536 14.336-13.312 14.848-35.84 1.536-50.176l-1.536-1.536c-73.216-73.216-114.176-172.544-114.176-275.968z m608.256-218.624c-15.36-12.288-37.888-9.728-50.176 5.632-10.24 13.312-10.24 31.744 0 45.056 93.184 93.184 93.184 243.712 0 336.896-13.824 13.824-13.824 36.352 0 50.176 13.824 13.824 36.352 13.824 50.176 0 120.832-121.344 120.832-316.928 0-437.76z m-387.072 0c-13.824-13.824-36.352-13.824-50.176 0-120.832 120.832-120.832 316.928 0 437.76 6.656 6.656 15.872 10.24 25.088 10.24 9.216 0 18.432-3.584 25.088-10.24 13.824-13.824 13.824-36.352 0-50.176-93.184-93.184-93.184-243.712 0-336.896 13.824-14.336 13.824-36.864 0-50.688z" fill="#FEBF72" ></path></symbol><symbol id="icon-baojingjilu" viewBox="0 0 1024 1024"><path d="M838.00576 186.21952c-166.912-166.4-433.152-180.224-616.448-31.232v-52.224c0-23.552-19.456-43.008-43.008-43.008-23.552 0-43.008 19.456-43.008 43.008v152.064c0 23.552 19.456 43.008 43.008 43.008h152.064c23.552 0 43.008-19.456 43.008-43.008 0-23.552-19.456-43.008-43.008-43.008h-42.496c165.888-123.392 400.896-89.088 524.288 76.8 123.392 165.888 89.088 400.896-76.8 524.288s-400.896 89.088-524.288-76.8c-48.128-64.512-74.24-143.36-74.24-223.744 0-23.552-19.456-43.008-43.008-43.008-23.552 0-43.008 19.456-43.008 43.008 0 254.464 206.336 460.8 461.312 460.288 254.464 0 460.8-206.336 460.288-461.312 0-121.856-48.64-239.104-134.656-325.12z" fill="#7E7E7F" ></path><path d="M511.86176 241.00352c-23.552 0-43.008 19.456-43.008 43.008v220.16c0 16.384 6.656 32.256 18.432 44.032l146.432 146.432c16.896 16.896 44.032 16.896 60.928 0 16.896-16.896 16.896-44.032 0-60.928l-139.264-137.216v-212.48c0-23.552-19.456-43.008-43.52-43.008z" fill="#7E7E7F" ></path></symbol><symbol id="icon-baojingjibie" viewBox="0 0 1024 1024"><path d="M555.52 213.504h363.008c28.672 1.024 53.248-22.016 53.76-50.688 1.024-28.672-22.016-53.248-50.688-53.76h-366.08c-29.184 0-52.736 23.04-53.248 52.224 0.512 29.184 24.064 52.736 53.248 52.224zM246.784 120.832c-7.68-7.168-17.92-10.752-28.16-10.752-10.752 0-20.992 4.096-28.672 10.752l-128 140.8c-7.168 6.656-10.752 15.872-10.752 25.6 1.024 20.48 18.432 36.864 38.912 35.84 9.728-0.512 18.944-5.12 25.6-12.8l66.048-70.656V445.44c-0.512 18.944 14.336 35.328 33.792 35.84h3.072c18.432 1.536 34.816-12.288 36.352-30.72V239.616l65.536 70.656c7.68 7.68 17.92 12.288 28.672 12.8 19.456-0.512 35.84-15.872 36.352-35.84-0.512-9.216-3.584-18.432-8.704-26.112L246.784 120.832z m102.912 581.12c-10.752 0.512-20.992 5.12-28.672 12.8l-65.536 70.144v-205.312c1.024-18.432-12.8-34.816-31.232-35.84h-4.608c-18.944-1.024-35.84 13.312-36.864 32.256v208.384l-66.048-70.656c-6.144-7.68-15.872-12.288-25.6-12.8-20.48-1.024-37.888 15.36-38.912 35.84 0 9.728 4.096 18.944 10.752 25.6l128 140.8c8.192 6.656 18.432 10.752 28.672 10.752 10.24 0.512 20.48-3.584 28.16-10.752L377.856 762.88c5.12-7.68 8.192-16.896 8.704-26.112-1.024-18.944-17.408-34.816-36.864-34.816zM918.528 343.04h-363.008c-29.184 0-52.736 23.04-53.248 52.224 0 29.184 24.064 52.736 53.248 52.224h363.008c28.672 0 52.224-23.552 52.224-52.224 0.512-29.184-23.04-52.224-52.224-52.224z m0 233.472h-363.008c-29.184 0-52.736 23.04-53.248 52.224 0 29.184 24.064 52.736 53.248 52.224h363.008c28.672 0 52.224-23.552 52.224-52.224 0.512-28.672-23.04-52.224-52.224-52.224z m0 233.472h-363.008c-29.184 0-52.736 23.04-53.248 52.224 0 29.184 24.064 52.736 53.248 52.224h363.008c28.672 1.024 53.248-22.016 53.76-50.688 1.024-28.672-22.016-53.248-50.688-53.76h-3.072z" fill="#7E7E7F" ></path></symbol><symbol id="icon-juxing1" viewBox="0 0 1024 1024"><path d="M972.8 972.8H51.2V51.2h921.6v921.6zM147.968 876.032H875.52V147.968H147.968v728.064z" fill="#8A8A8A" ></path></symbol><symbol id="icon-baojingzu" viewBox="0 0 1024 1024"><path d="M928.768 536.064h-198.144V337.92c0-24.576-19.968-44.032-44.032-44.032H487.936V95.232c0-24.576-19.968-44.032-44.032-44.032h-348.16c-24.576 0-44.032 19.968-44.032 44.032v348.16c0 24.576 19.968 44.032 44.032 44.032h198.144V686.08c0 24.576 19.968 44.032 44.032 44.032h198.144v198.144c0 24.576 19.968 44.032 44.032 44.032h348.16c24.576 0 44.032-19.968 44.032-44.032v-348.16c0.512-24.064-19.456-43.52-43.52-44.032zM293.888 337.92v76.8H123.904V123.904H414.72v169.984H337.92c-24.064 0-44.032 19.456-44.032 44.032z m72.704 319.488V366.592h290.816v290.816H366.592z m533.504 242.688H609.28v-169.984h76.8c24.576 0 44.032-19.968 44.032-44.032v-76.8h169.984v290.816z" fill="#7E7E7F" ></path></symbol><symbol id="icon-baojingleibie" viewBox="0 0 1024 1024"><path d="M265.01632 52.096c-117.76 0-213.504 95.744-213.504 213.504 0 117.76 95.744 213.504 213.504 213.504 118.272 0 213.504-95.744 213.504-213.504 0-117.76-95.744-213.504-213.504-213.504z m0 332.8c-66.048 0-119.296-53.248-119.296-119.296s53.248-119.296 119.296-119.296 119.296 53.248 119.296 119.296c0 66.56-53.76 119.808-119.296 119.296zM759.09632 52.096c-118.272 0-213.504 95.744-213.504 213.504 0 118.272 95.744 213.504 213.504 213.504 118.272 0 213.504-95.744 213.504-213.504 0-117.76-95.232-213.504-213.504-213.504z m0 332.8c-66.048 0-119.296-53.248-119.296-118.784 0-66.048 53.248-119.296 119.296-119.296s119.296 53.248 119.296 119.296c0 65.536-53.248 119.296-119.296 118.784zM265.01632 544.128c-117.76 0-213.504 95.744-213.504 213.504 0 117.76 95.744 213.504 213.504 213.504 117.76 0 213.504-95.744 213.504-213.504 0-117.76-95.744-213.504-213.504-213.504z m0 332.8c-66.048 0-119.296-53.248-119.296-119.296s53.248-119.296 119.296-119.296 119.296 53.248 119.296 119.296-53.248 119.808-119.296 119.296c0 0.512 0 0.512 0 0zM759.09632 544.128c-117.76 0-213.504 95.744-213.504 213.504 0 118.272 95.744 213.504 213.504 213.504 118.272 0 213.504-95.744 213.504-213.504 0-117.76-95.232-213.504-213.504-213.504z m0 332.8c-66.048 0-119.296-53.248-119.296-119.296s53.248-119.296 119.296-119.296 119.296 53.248 119.296 119.296-53.248 119.808-119.296 119.296c0 0.512 0 0.512 0 0z" fill="#7E7E7F" ></path></symbol><symbol id="icon-xiantiao" viewBox="0 0 1024 1024"><path d="M230.4 972.8c-10.24 0-19.968-3.072-29.184-9.216-23.552-15.872-29.184-48.128-13.312-71.168l563.2-819.2c15.872-23.552 48.128-29.184 71.168-13.312 23.552 15.872 29.184 48.128 13.312 71.168l-563.2 819.2c-9.728 14.848-25.6 22.528-41.984 22.528z" fill="#8A8A8A" ></path></symbol><symbol id="icon-baocuntupian1" viewBox="0 0 1024 1024"><path d="M512 758.272c-3.584 0-7.168-1.536-10.752-5.12l-138.24-138.24c-6.656-6.656-6.656-14.848 0-20.992 4.096-4.096 8.192-5.12 10.752-5.12s6.656 1.024 10.24 4.608l112.64 112.64V97.28c0-10.752 4.608-15.36 15.36-15.36s15.36 4.608 15.36 15.36v609.28l112.64-112.64c3.072-3.072 6.656-5.12 10.752-5.12 3.584 0 7.168 1.536 10.752 5.12 6.656 6.656 6.656 14.848 0 20.992l-138.24 138.24c-3.584 3.072-7.168 5.12-11.264 5.12z" fill="#7E7E7F" ></path><path d="M235.52 942.08c-61.44 0-107.52-46.08-107.52-107.52v-322.56c0-61.44 46.08-107.52 107.52-107.52h92.16c10.752 0 15.36 4.608 15.36 15.36s-4.608 15.36-15.36 15.36H235.52c-44.544 0-76.8 32.256-76.8 76.8v322.56c0 44.544 32.256 76.8 76.8 76.8h552.96c44.544 0 76.8-32.256 76.8-76.8v-322.56c0-44.544-32.256-76.8-76.8-76.8h-92.16c-10.752 0-15.36-4.608-15.36-15.36s4.608-15.36 15.36-15.36h92.16c61.44 0 107.52 46.08 107.52 107.52v322.56c0 61.44-46.08 107.52-107.52 107.52H235.52z" fill="#7E7E7F" ></path></symbol><symbol id="icon-daochu" viewBox="0 0 1024 1024"><path d="M467.968 679.936L382.976 552.96l-12.8-25.6-14.336 25.088c-1.024 2.048-2.56 3.584-4.096 5.632l-0.512 0.512-87.04 121.344H206.848l137.728-178.688-123.392-176.128h54.784l76.8 123.904 0.512 1.024c1.024 1.536 2.048 2.56 3.072 4.096l14.848 20.992 12.8-26.112c7.68-11.776 38.4-61.44 70.656-113.664l5.632-9.728h57.344l-122.88 178.176 130.56 176.128H467.968zM781.824 710.656c-10.24 0-18.944-8.192-18.944-18.944 0-10.24 8.192-18.944 18.944-18.944h89.6c10.24 0 18.944 8.192 18.944 18.944 0 10.24-8.192 18.944-18.944 18.944h-89.6zM781.824 525.824c-10.24 0-18.944-8.192-18.944-18.944s8.192-18.944 18.944-18.944h89.6c5.12 0 9.728 2.048 13.312 5.632s5.632 8.192 5.632 13.312c0 10.24-8.192 18.944-18.944 18.944h-89.6zM781.824 351.232c-10.24 0-18.944-8.192-18.944-18.944s8.192-18.944 18.944-18.944h89.6c5.12 0 9.728 2.048 13.312 5.632s5.632 8.192 5.632 13.312c0 10.24-8.192 18.944-18.944 18.944h-89.6z" fill="#666666" ></path><path d="M634.368 807.936H97.28c-22.528 0-40.96-18.432-40.96-40.96V238.08c0-22.528 18.432-40.96 40.96-40.96h537.088c22.528 0 40.96 18.432 40.96 40.96v528.896c0 22.528-18.432 40.96-40.96 40.96zM97.28 216.576c-11.776 0-20.992 9.728-20.992 20.992v528.896c0 11.776 9.728 20.992 20.992 20.992h537.088c11.776 0 20.992-9.728 20.992-20.992V238.08c0-11.776-9.728-20.992-20.992-20.992H97.28z" fill="#666666" ></path><path d="M916.992 55.808H323.584c-28.16 0-50.688 22.528-50.688 50.688v90.624h20.48V106.496c0-16.384 13.312-30.208 30.208-30.208H916.48c16.384 0 30.208 13.312 30.208 30.208v811.008c0 16.384-13.312 30.208-30.208 30.208H323.584c-16.384 0-30.208-13.312-30.208-30.208v-109.568h-20.48v109.568c0 28.16 22.528 50.688 50.688 50.688H916.48c28.16 0 50.688-22.528 50.688-50.688V106.496c0-27.648-22.528-50.688-50.176-50.688z" fill="#666666" ></path></symbol><symbol id="icon-morentupian" viewBox="0 0 1024 1024"><path d="M926.72 97.28H97.28c-25.6 0-46.08 20.48-46.08 46.08v737.28c0 25.6 20.48 46.08 46.08 46.08h829.44c25.6 0 46.08-20.48 46.08-46.08V143.36c0-25.6-20.48-46.08-46.08-46.08z" fill="#252626" ></path><path d="M926.72 944.64H97.28c-35.328 0-64-28.672-64-64V143.36c0-35.328 28.672-64 64-64h829.44c35.328 0 64 28.672 64 64v737.28c0 35.328-28.672 64-64 64zM97.28 115.2c-15.872 0-28.16 12.8-28.16 28.16v737.28c0 15.872 12.8 28.16 28.16 28.16h829.44c15.872 0 28.16-12.8 28.16-28.16V143.36c0-15.872-12.8-28.16-28.16-28.16H97.28z" fill="#4A4A4A" ></path><path d="M856.064 771.584H167.936v-195.072l147.456-116.736 245.76 195.072 147.456-116.736 147.456 116.736v116.736zM777.728 397.312c-43.008 0-77.824-34.816-77.824-77.824s34.816-77.824 77.824-77.824 77.824 34.816 77.824 77.824c0.512 43.008-34.816 77.824-77.824 77.824z" fill="#949494" ></path></symbol><symbol id="icon-huamian1" viewBox="0 0 1024 1024"><path d="M887.808 51.2h-752.64c-38.4 0-69.12 31.232-69.632 69.632v782.336c0 38.4 31.232 69.632 69.632 69.632h752.64c38.4 0 69.632-31.232 69.632-69.632V120.832c0.512-38.4-30.72-69.632-69.632-69.632zM144.896 334.848v-204.8h733.696v204.8H144.896z m733.696 78.848v480.256H144.896V413.696h733.696z" fill="#D2D2D3" ></path><path d="M786.432 190.464c-23.04-7.68-48.128 4.608-56.32 27.648-7.68 22.528 4.096 47.616 26.624 55.808 5.12 2.048 10.24 3.072 15.872 3.072 18.432 0 34.816-11.776 40.96-29.696 4.608-11.776 3.584-25.088-2.048-36.864-5.632-9.728-14.336-17.408-25.088-19.968zM532.48 189.44c-22.528-8.704-47.104 2.56-55.808 24.576l-0.512 2.048v1.024c-7.68 23.552 4.096 48.64 27.136 57.856 5.12 2.048 10.24 3.072 15.872 3.072 18.432 0 34.816-11.776 40.96-29.696 8.192-23.04-3.584-49.664-27.648-58.88zM660.992 189.44c-22.528-8.704-47.104 2.56-55.808 24.576l-0.512 2.048c-8.704 23.552 3.072 50.176 26.624 58.88 5.12 2.048 10.24 3.072 15.872 3.072 18.432 0 34.816-11.776 40.96-29.696 4.096-11.264 4.096-24.064-1.024-34.816-5.632-10.752-14.848-19.456-26.112-24.064z" fill="#D2D2D3" ></path></symbol><symbol id="icon-xiayiceng" viewBox="0 0 1024 1024"><path d="M998.4 607.232c0.512 13.824-5.632 27.648-15.872 36.864l-221.696 227.328c-9.216 10.24-23.04 16.384-36.864 15.872-12.8 0.512-24.576-5.632-31.744-15.872l-227.328-227.328c-11.264-8.704-17.408-22.528-15.872-36.864-0.512-13.824 5.632-27.648 15.872-36.864 10.24-9.728 23.04-15.36 36.864-15.872 12.8-0.512 24.576 5.632 31.744 15.872l142.848 142.848V189.952c-0.512-27.136 20.48-50.176 47.616-52.736 12.8-1.536 25.6 4.608 31.744 15.872 11.264 8.704 17.408 22.528 15.872 36.864v523.264l142.848-142.848c7.168-10.24 18.944-16.384 31.744-15.872 13.824-0.512 27.648 5.632 36.864 15.872 10.752 8.704 16.896 22.528 15.36 36.864zM432.64 231.936H57.856c-15.872 0-31.744-20.992-31.744-47.616s10.752-47.616 31.744-47.616h375.296c15.872 0 31.744 20.992 31.744 47.616s-10.752 47.616-32.256 47.616zM62.976 464.384h248.32c23.552 3.072 39.936 24.064 36.864 47.616 3.072 23.552-13.824 44.544-36.864 47.616H62.976c-23.552-3.072-39.936-24.064-36.864-47.616-3.072-23.04 13.312-44.544 36.864-47.616zM57.856 786.944h375.296c15.872 0 31.744 26.624 31.744 52.736s-15.872 47.616-31.744 47.616H57.856c-15.872 0-31.744-20.992-31.744-47.616s15.872-52.736 31.744-52.736z" fill="#7E7E7F" ></path></symbol><symbol id="icon-shangyiceng" viewBox="0 0 1024 1024"><path d="M998.4 416.768c0.512-13.824-5.632-27.648-15.872-36.864l-221.696-227.328c-9.216-10.24-23.04-16.384-36.864-15.872-12.8-0.512-24.576 5.632-31.744 15.872L464.384 379.904c-11.264 8.704-17.408 22.528-15.872 36.864-0.512 13.824 5.632 27.648 15.872 36.864 10.24 9.728 23.04 15.36 36.864 15.872 12.8 0.512 24.576-5.632 31.744-15.872L675.84 311.296V834.56c-0.512 27.136 20.48 50.176 47.616 52.736 12.8 1.536 25.6-4.608 31.744-15.872 11.264-8.704 17.408-22.528 15.872-36.864V311.296l142.848 142.848c7.168 10.24 18.944 16.384 31.744 15.872 13.824 0.512 27.648-5.632 36.864-15.872 11.264-9.216 17.408-23.04 15.872-37.376zM432.64 792.064H57.856c-15.872 0-31.744 20.992-31.744 47.616s10.752 47.616 31.744 47.616h375.296c15.872 0 31.744-20.992 31.744-47.616s-10.752-47.616-32.256-47.616zM62.976 559.616h248.32c23.552-3.072 39.936-24.064 36.864-47.616 3.072-23.552-13.824-44.544-36.864-47.616H62.976c-23.552 3.072-39.936 24.064-36.864 47.616-3.072 23.04 13.312 44.544 36.864 47.616zM57.856 237.056h375.296c15.872 0 31.744-26.624 31.744-52.736s-15.872-47.616-31.744-47.616H57.856c-15.872 0-31.744 20.992-31.744 47.616s15.872 52.736 31.744 52.736z" fill="#7E7E7F" ></path></symbol><symbol id="icon-paixu2" viewBox="0 0 1024 1024"><path d="M415.232 972.8L608.768 972.8l0-335.872-193.024 0L415.744 972.8zM512 307.71199999l-289.79199999 329.21600001L801.79199999 636.928l-289.79199999-329.21600001zM848.384 189.44l-672.256 0 0-138.24L848.384 51.2z" fill="#7E7E7F" ></path></symbol><symbol id="icon-daochu1" viewBox="0 0 1024 1024"><path d="M268.66176 571.4176c0 20.48-16.384 37.376-37.376 37.376h-120.832v258.56h120.832c20.48 0 37.376 16.384 37.376 37.376 0 20.48-16.896 37.376-37.376 37.376h-158.208c-20.48 0-37.376-16.896-37.376-37.376v-333.312c0-20.48 16.896-37.376 37.376-37.376h158.208c20.48 0 37.376 16.384 37.376 37.376 0-0.512 0 0 0 0zM988.02176 571.4176v333.312c0 20.48-16.896 37.376-37.376 37.376h-158.208c-20.48 0-37.376-16.896-37.376-37.376s16.896-37.376 37.376-37.376h120.832v-258.56h-120.832c-20.48 0-37.376-16.896-37.376-37.376s16.896-37.376 37.376-37.376h158.208c20.992 0 37.376 16.896 37.376 37.376zM273.78176 737.8176c0-20.48 16.896-37.376 37.376-37.376h401.92c20.48 0 37.376 16.896 37.376 37.376s-16.896 37.376-37.376 37.376h-401.92c-20.992 0-37.376-16.896-37.376-37.376zM495.47776 92.1856l-178.176 169.984c-14.848 14.336-15.36 37.888-1.536 52.736 14.336 14.848 37.888 15.36 52.736 1.024l116.224-111.104v365.056c0 19.968 15.872 35.84 35.84 35.84h3.072c19.968 0 35.84-15.872 35.84-35.84v-364.032l116.224 110.08c14.848 14.336 38.4 13.312 52.736-1.536 6.656-7.168 10.24-15.872 10.24-25.6 0-10.24-4.096-19.968-11.776-27.136l-179.712-169.984c-14.848-12.8-37.376-12.8-51.712 0.512z" fill="#8A8A8A" ></path></symbol><symbol id="icon-huamianrongqi" viewBox="0 0 1024 1024"><path d="M868.992 971.008h-709.632c-58.368 0-105.984-47.616-105.984-105.984V155.392c0-58.368 47.616-105.984 105.984-105.984h709.632c58.368 0 105.984 47.616 105.984 105.984v709.632c0 58.368-47.616 105.984-105.984 105.984z m-709.632-857.6c-23.04 0-41.472 18.944-41.472 41.472v709.632c0 23.04 18.944 41.472 41.472 41.472h709.632c23.04 0 41.472-18.944 41.472-41.472V155.392c0-23.04-18.944-41.472-41.472-41.472h-709.632z" fill="#8A8A8A" ></path><path d="M248.448 253.184h531.456c12.8 0 23.552 10.752 23.552 23.552v81.408c0 12.8-10.752 23.552-23.552 23.552h-531.456c-12.8 0-23.552-10.752-23.552-23.552v-81.92c0-12.8 10.752-23.04 23.552-23.04zM236.672 488.704h147.968c6.656 0 11.776 5.12 11.776 11.776v83.968c0 6.656-5.12 11.776-11.776 11.776h-147.968c-6.656 0-11.776-5.12-11.776-11.776v-83.968c0-6.656 5.12-11.776 11.776-11.776z" fill="#8A8A8A" ></path><path d="M236.672 703.232h147.968c6.656 0 11.776 5.12 11.776 11.776v83.968c0 6.656-5.12 11.776-11.776 11.776h-147.968c-6.656 0-11.776-5.12-11.776-11.776v-83.968c0-6.656 5.12-11.776 11.776-11.776z" fill="#8A8A8A" opacity=".6" ></path></symbol><symbol id="icon-guding" viewBox="0 0 1024 1024"><path d="M63.488 913.408l230.4-230.4-212.48-212.992c-13.824-13.824-13.824-36.352 0.512-50.176l2.56-2.56c97.792-78.848 229.376-102.912 348.672-63.488l221.184-175.104c-1.536-39.936 9.728-79.872 31.744-113.664 10.752-15.872 31.744-20.48 47.616-9.728 2.048 1.024 3.584 2.56 5.12 4.096l226.304 225.792c13.312 13.312 13.312 35.328 0 48.64-1.536 1.536-3.584 3.072-5.12 4.096-33.792 22.016-73.728 33.28-113.664 31.744L670.72 591.36c39.424 120.32 14.848 251.904-64.512 350.208-12.288 15.36-34.304 17.408-49.664 5.12-1.024-1.024-2.048-1.536-3.072-2.56l-212.48-212.992-230.4 230.4c-13.312 13.312-34.304 13.312-47.616 0-12.8-13.312-12.8-34.816 0.512-48.128z" fill="#545353" ></path></symbol><symbol id="icon-bangzhushouce1" viewBox="0 0 1024 1024"><path d="M733.184 140.8v444.416H216.576c-28.16 0-53.76 7.168-75.776 20.48v-389.12c0-41.472 33.28-74.752 74.752-74.752l517.632-1.024m73.728-73.728H216.064c-82.432 0-148.992 66.56-148.992 148.992v590.336c0 81.92 66.56 148.48 148.992 148.48h739.328v-814.08h-73.728v740.352H216.576c-41.472 0-75.776-34.304-75.776-75.776v-70.656c0-41.472 34.304-75.776 75.776-75.776h590.336V67.072z m0 0" fill="#B8B8B8" ></path></symbol><symbol id="icon-you21" viewBox="0 0 1024 1024"><path d="M254.976 951.808c-27.136-25.6-28.16-68.096-2.56-95.232l2.56-2.56 368.128-343.04-368.128-342.528c-27.136-25.6-28.16-68.096-2.56-95.232l2.56-2.56c28.672-27.136 73.728-27.136 102.4 0l401.92 381.952 1.024 1.024c15.872 14.336 25.6 34.304 26.112 55.296 0.512 2.048 0.512 4.608 0.512 6.656-1.536 20.48-11.776 39.424-27.648 52.736l-401.92 383.488c-29.184 26.624-73.728 26.624-102.4 0z" fill="#CCCCCC" ></path></symbol><symbol id="icon-zuo11" viewBox="0 0 1024 1024"><path d="M765.952 70.656c27.136 25.6 28.16 68.096 2.56 95.232l-2.56 2.56-368.128 343.04 367.616 342.528c27.136 25.6 28.16 68.096 2.56 95.232l-2.56 2.56c-28.672 27.136-73.728 27.136-102.4 0L261.12 569.856l-1.024-1.024c-15.872-14.336-25.6-34.304-26.112-55.296-0.512-2.048-0.512-4.608-0.512-6.656 1.536-20.48 11.776-39.424 27.648-52.736l401.92-383.488c29.184-27.136 73.728-27.136 102.912 0z" fill="#8F8F8F" ></path></symbol><symbol id="icon-you11" viewBox="0 0 1024 1024"><path d="M254.976 951.808c-27.136-25.6-28.16-68.096-2.56-95.232l2.56-2.56 368.128-343.04-368.128-342.528c-27.136-25.6-28.16-68.096-2.56-95.232l2.56-2.56c28.672-27.136 73.728-27.136 102.4 0l401.92 381.952 1.024 1.024c15.872 14.336 25.6 34.304 26.112 55.296 0.512 2.048 0.512 4.608 0.512 6.656-1.536 20.48-11.776 39.424-27.648 52.736l-401.92 383.488c-29.184 26.624-73.728 26.624-102.4 0z" fill="#8F8F8F" ></path></symbol><symbol id="icon-zuo21" viewBox="0 0 1024 1024"><path d="M765.952 70.656c27.136 25.6 28.16 68.096 2.56 95.232l-2.56 2.56-368.128 343.04 367.616 342.528c27.136 25.6 28.16 68.096 2.56 95.232l-2.56 2.56c-28.672 27.136-73.728 27.136-102.4 0L261.12 569.856l-1.024-1.024c-15.872-14.336-25.6-34.304-26.112-55.296-0.512-2.048-0.512-4.608-0.512-6.656 1.536-20.48 11.776-39.424 27.648-52.736l401.92-383.488c29.184-27.136 73.728-27.136 102.912 0z" fill="#CCCCCC" ></path></symbol><symbol id="icon-weibiaoti-1" viewBox="0 0 1024 1024"><path d="M512 972.8c-253.952 0-460.8-206.848-460.8-460.8s206.848-460.8 460.8-460.8 460.8 206.848 460.8 460.8-206.848 460.8-460.8 460.8z m0-829.44c-203.264 0-368.64 165.376-368.64 368.64s165.376 368.64 368.64 368.64 368.64-165.376 368.64-368.64-165.376-368.64-368.64-368.64z" fill="#FF5454" ></path></symbol><symbol id="icon-xia1" viewBox="0 0 1024 1024"><path d="M512 926.72L51.2 97.28h921.6l-460.8 829.44z" fill="#809FFC" ></path></symbol><symbol id="icon-you1" viewBox="0 0 1024 1024"><path d="M926.72 512L97.28 972.8V51.2l829.44 460.8z" fill="#809FFC" ></path></symbol><symbol id="icon-shang1" viewBox="0 0 1024 1024"><path d="M512 97.28l460.8 829.44H51.2l460.8-829.44z" fill="#809FFC" ></path></symbol><symbol id="icon-zuo2" viewBox="0 0 1024 1024"><path d="M133.632 475.136h802.304c20.48 0 36.864 16.384 36.864 36.864s-16.384 36.864-36.864 36.864H133.632c-20.48 0-36.864-16.384-36.864-36.864 0-19.968 16.384-36.864 36.864-36.864z m0 0" fill="#2C2C2C" ></path><path d="M396.288 181.76c14.848 0 28.16 9.216 33.792 22.528 5.632 13.824 2.56 29.696-8.192 39.936L155.136 512l266.752 266.752c14.336 14.336 14.336 37.888 0 52.224-14.336 14.336-37.888 14.336-52.224 0L51.2 512l318.976-318.976c6.656-7.168 16.384-10.752 26.112-11.264z m0 0" fill="#2C2C2C" ></path></symbol><symbol id="icon-shang2" viewBox="0 0 1024 1024"><path d="M548.864 133.632v802.304c0 20.48-16.384 36.864-36.864 36.864s-36.864-16.384-36.864-36.864V133.632c0-20.48 16.384-36.864 36.864-36.864 19.968 0 36.864 16.384 36.864 36.864z m0 0" fill="#2C2C2C" ></path><path d="M842.24 396.288c0 14.848-9.216 28.16-22.528 33.792-13.824 5.632-29.696 2.56-39.936-8.192L512 155.136 244.736 422.4c-14.336 14.336-37.888 14.336-52.224 0-14.336-14.336-14.336-37.888 0-52.224L512 51.2l318.976 318.976c7.168 6.656 10.752 16.384 11.264 26.112z m0 0" fill="#2C2C2C" ></path></symbol><symbol id="icon-xia2" viewBox="0 0 1024 1024"><path d="M475.136 890.368V88.064c0-20.48 16.384-36.864 36.864-36.864s36.864 16.384 36.864 36.864v802.304c0 20.48-16.384 36.864-36.864 36.864-19.968 0-36.864-16.384-36.864-36.864z m0 0" fill="#2C2C2C" ></path><path d="M181.76 627.712c0-14.848 9.216-28.16 22.528-33.792 13.824-5.632 29.696-2.56 39.936 8.192l267.264 266.752 266.752-266.752c14.336-14.336 37.888-14.336 52.224 0 14.336 14.336 14.336 37.888 0 52.224L512 972.8l-318.976-318.976c-7.168-6.656-10.752-16.384-11.264-26.112z m0 0" fill="#2C2C2C" ></path></symbol><symbol id="icon-zuo1" viewBox="0 0 1024 1024"><path d="M97.28 512l829.44-460.8v921.6L97.28 512z" fill="#809FFC" ></path></symbol><symbol id="icon-yuan1" viewBox="0 0 1024 1024"><path d="M512 512m-460.8 0a460.8 460.8 0 1 0 921.6 0 460.8 460.8 0 1 0-921.6 0Z" fill="#FF5454" ></path></symbol><symbol id="icon-you2" viewBox="0 0 1024 1024"><path d="M890.368 548.864H88.064c-20.48 0-36.864-16.384-36.864-36.864s16.384-36.864 36.864-36.864h802.304c20.48 0 36.864 16.384 36.864 36.864 0 19.968-16.384 36.864-36.864 36.864z m0 0" fill="#2C2C2C" ></path><path d="M627.712 842.24c-14.848 0-28.16-9.216-33.792-22.528-5.632-13.824-2.56-29.696 8.192-39.936l266.752-267.264L602.112 245.76c-14.336-14.336-14.336-37.888 0-52.224 14.336-14.336 37.888-14.336 52.224 0L972.8 512l-318.976 318.976c-6.656 7.168-16.384 10.752-26.112 11.264z m0 0" fill="#2C2C2C" ></path></symbol><symbol id="icon-tuichuquanping1" viewBox="0 0 1024 1024"><path d="M637.44 409.6h134.656c22.528 0 41.472-18.432 41.472-41.472 0-22.528-18.432-41.472-41.472-41.472h-93.184V240.128c0-22.528-18.432-41.472-41.472-41.472-22.528 0-41.472 18.432-41.472 41.472v128c0 22.528 18.432 41.472 41.472 41.472zM252.416 409.6h134.144c22.528 0 41.472-18.432 41.472-41.472v-128c0-22.528-18.432-41.472-41.472-41.472-22.528 0-41.472 18.432-41.472 41.472v86.528H251.904c-22.528 0-41.472 18.432-41.472 41.472 0.512 22.528 18.944 41.472 41.984 41.472zM637.44 825.344c22.528 0 41.472-18.432 41.472-41.472v-86.528h93.184c22.528 0 41.472-18.432 41.472-41.472 0-22.528-18.432-41.472-41.472-41.472h-134.656c-22.528 0-41.472 18.432-41.472 41.472v128c0 23.04 18.432 41.472 41.472 41.472zM251.392 697.344h93.184v86.528c0 22.528 18.432 41.472 41.472 41.472 22.528 0 41.472-18.432 41.472-41.472v-128c0-22.528-18.432-41.472-41.472-41.472H251.392c-22.528 0-41.472 18.432-41.472 41.472s18.432 41.472 41.472 41.472z" fill="#C7CCD2" ></path><path d="M779.776 983.04H244.224C132.096 983.04 40.96 891.904 40.96 779.776V244.224C40.96 132.096 132.096 40.96 244.224 40.96h535.04c112.64 0 203.776 91.136 203.776 203.264v535.04c0 112.64-91.136 203.776-203.264 203.776zM244.224 121.856c-67.584 0-122.368 54.784-122.368 122.368v535.04c0 67.584 54.784 122.368 122.368 122.368h535.04c67.584 0 122.368-54.784 122.368-122.368V244.224c0-67.584-54.784-122.368-122.368-122.368H244.224z" fill="#C7CCD2" ></path></symbol><symbol id="icon-banbenshuoming11" viewBox="0 0 1024 1024"><path d="M472.064 982.528c-3.584 0-7.168-0.512-10.24-1.536l-6.144-2.048L67.072 793.088c-11.264-5.12-18.944-15.36-20.48-27.648l-0.512-6.144V264.192c0-12.288 6.144-23.552 15.872-30.208l5.12-3.072 389.12-185.856c5.12-2.56 10.24-3.584 15.872-3.584 3.584 0 7.168 0.512 10.24 1.536l5.632 2.048 388.608 185.856c12.8 6.144 20.992 18.944 20.992 32.768l-0.512 3.584-2.048 8.704 2.048 2.048v270.336h-73.728V322.56l-335.36 161.28c-5.12 2.56-10.24 3.584-15.872 3.584-1.536 0-3.584 0-5.12-0.512l-5.632-1.536-5.632-2.048-335.872-160.256-3.072 412.16 353.28 170.496 110.08-52.736 31.744 66.56-123.904 59.392c-5.12 2.048-10.752 3.584-15.872 3.584zM167.936 264.192l302.08 146.432 306.176-146.432-304.128-144.896-304.128 144.896z" fill="#B8B8B8" ></path><path d="M708.608 955.904L541.184 577.536H652.8l103.424 264.192 14.848 32.256 7.68-33.28v-0.512l97.28-263.168H988.16L822.272 955.392l-113.664 0.512z" fill="#B8B8B8" ></path></symbol><symbol id="icon-xialaliebiao" viewBox="0 0 1024 1024"><path d="M899.2512 839.424h-775.68c-28.672 0-52.224-22.528-53.248-50.688V239.872c0-32.256 21.504-57.344 48.64-57.344h773.632c27.136 0 48.128 18.432 57.344 48.64l1.024 4.096v553.984l-0.512 2.048c-3.584 25.6-24.576 45.568-50.176 48.128h-1.024z m-767.488-61.44h757.76V244.992c0-0.512-0.512-0.512-0.512-1.024h-757.248v534.016z" fill="#CCCCCC" opacity=".82" ></path><path d="M794.8032 438.528h-254.464l126.976 138.752 127.488-138.752z" fill="#CED0D2" ></path></symbol><symbol id="icon-wenbenshuru" viewBox="0 0 1024 1024"><path d="M124.04736 840.7296c-27.648 0-51.2-22.528-52.224-51.2v-548.864c0-32.256 21.504-57.344 48.64-57.344h774.144c26.624 0 48.128 18.432 56.832 49.664l1.024 4.096v553.472l-0.512 2.048c-3.584 25.6-24.576 45.568-50.176 48.128h-777.728z m9.216-61.44h757.76v-532.992c0-0.512-0.512-1.024-0.512-1.536h-757.248v534.528z" fill="#C0C1C1" opacity=".82" ></path><path d="M263.31136 707.6096c-18.944 0-34.304-11.264-34.304-25.6v-339.968c0-14.336 15.36-25.6 34.304-25.6s34.304 11.264 34.304 25.6v339.968c-0.512 14.336-15.872 25.6-34.304 25.6z" fill="#C3C5C7" ></path></symbol><symbol id="icon-danxuananniu" viewBox="0 0 1024 1024"><path d="M513.90464 972.93824c-254.464 1.024-461.824-204.288-462.848-458.752-1.024-254.464 204.288-461.824 458.752-462.848 254.464-1.024 461.824 204.288 462.848 458.752v2.048c0 253.44-204.8 459.776-458.752 460.8z m0-860.672c-220.672-1.024-400.384 177.152-401.408 397.824-1.024 220.672 177.152 400.384 397.824 401.408 220.672 1.024 400.384-177.152 401.408-397.824v-1.536c0-220.16-177.664-398.848-397.824-399.872z" fill="#D0D0D0" ></path><path d="M513.90464 715.40224c-112.128 3.584-205.824-84.48-209.408-196.096-3.584-112.128 84.48-205.824 196.096-209.408 112.128-3.584 205.824 84.48 209.408 196.096v6.656c2.048 110.08-86.016 200.704-196.096 202.752z" fill="#D0D0D0" ></path></symbol><symbol id="icon-shijiankongjian" viewBox="0 0 1024 1024"><path d="M834.56 143.36h-92.16v-46.08c0-25.6-20.48-46.08-46.08-46.08s-46.08 20.48-46.08 46.08v46.08H373.76v-46.08c0-25.6-20.48-46.08-46.08-46.08s-46.08 20.48-46.08 46.08v46.08H189.44c-76.288 0-138.24 61.952-138.24 138.24v552.96c0 76.288 61.952 138.24 138.24 138.24h645.12c76.288 0 138.24-61.952 138.24-138.24V281.6c0-76.288-61.952-138.24-138.24-138.24z m46.08 691.2c0 25.6-20.48 46.08-46.08 46.08H189.44c-25.6 0-46.08-20.48-46.08-46.08v-322.56h737.28v322.56z m0-414.72H143.36V281.6c0-25.6 20.48-46.08 46.08-46.08h92.16v46.08c0 25.6 20.48 46.08 46.08 46.08s46.08-20.48 46.08-46.08v-46.08h276.48v46.08c0 25.6 20.48 46.08 46.08 46.08s46.08-20.48 46.08-46.08v-46.08h92.16c25.6 0 46.08 20.48 46.08 46.08v138.24z" fill="#8A8A8A" ></path></symbol><symbol id="icon-huamiansuoxiaoxuanfu1" viewBox="0 0 1024 1024"><path d="M299.008 467.968h425.984c24.064 0 44.032 19.456 44.032 44.032 0 24.064-19.456 44.032-44.032 44.032H299.008c-24.064 0-44.032-19.456-44.032-44.032s19.968-44.032 44.032-44.032z" fill="#FFFFFF" ></path></symbol><symbol id="icon-huamianfangdaxuanfu1" viewBox="0 0 1024 1024"><path d="M512 254.976c-23.552 0-43.008 18.944-43.008 43.008v171.008H297.984c-23.552 0-43.008 18.944-43.008 43.008 0 23.552 18.944 43.008 43.008 43.008h171.008v171.008c0 23.552 18.944 43.008 43.008 43.008s43.008-18.944 43.008-43.008v-171.008h171.008c23.552 0 43.008-18.944 43.008-43.008 0-23.552-18.944-43.008-43.008-43.008h-171.008V297.984c0-23.552-18.944-43.008-43.008-43.008z" fill="#FFFFFF" ></path></symbol><symbol id="icon-shujubiao" viewBox="0 0 1024 1024"><path d="M236.96384 604.84608h98.304v110.08h-98.304v-110.08z m452.096-176.128h98.304v286.208h-98.304v-286.208z" fill="#CCCCCC" ></path><path d="M116.13184 853.67808c-35.84 0-65.024-29.184-65.024-65.024v-553.472c0-35.84 29.184-65.024 65.024-65.024h792.064c35.84 0 65.024 29.184 65.024 65.024v553.984c0 35.84-29.184 65.024-65.024 65.024h-792.064z m6.144-598.528v525.824l765.952 2.56 9.728-1.536 3.584-10.24v-527.872l-776.704-2.56-2.56 13.824z" fill="#CCCCCC" ></path><path d="M374.69184 516.27008h98.304v198.144h-98.304v-198.144z m157.184-175.616h98.304v374.272h-98.304v-374.272z" fill="#CCCCCC" ></path></symbol><symbol id="icon-shuju" viewBox="0 0 1024 1024"><path d="M280.16128 667.648h43.008c3.584 0 6.656 3.072 6.656 6.656v163.328c0 3.584-3.072 6.656-6.656 6.656h-43.008c-3.584 0-6.656-3.072-6.656-6.656v-163.328c0.512-3.584 3.072-6.656 6.656-6.656zM420.44928 617.472h43.008c3.584 0 6.656 3.072 6.656 6.656v214.016c0 3.584-3.072 6.656-6.656 6.656h-43.008c-3.584 0-6.656-3.072-6.656-6.656v-214.016c0-3.584 3.072-6.656 6.656-6.656zM560.73728 693.248h43.008c3.584 0 6.656 3.072 6.656 6.656v138.24c0 3.584-3.072 6.656-6.656 6.656h-43.008c-3.584 0-6.656-3.072-6.656-6.656v-138.24c0-4.096 3.072-6.656 6.656-6.656zM700.51328 592.384h43.008c3.584 0 6.656 3.072 6.656 6.656v239.104c0 3.584-3.072 6.656-6.656 6.656h-43.008c-3.584 0-6.656-3.072-6.656-6.656V599.04c0.512-4.096 3.072-6.656 6.656-6.656zM420.44928 293.888l127.488 127.488c3.584 3.584 9.216 3.584 12.8 0l203.264-203.264c3.584-3.584 3.584-9.216 0-12.8l-26.624-26.624c-3.584-3.584-9.216-3.584-12.8 0l-163.328 163.328c-3.584 3.584-9.216 3.584-12.8 0l-128-126.976c-3.584-3.584-9.216-3.584-12.8 0l-146.944 146.944c-3.584 3.584-3.584 9.216 0 12.8l26.624 26.624c3.584 3.584 9.216 3.584 12.8 0l107.52-107.52c3.584-3.072 9.216-3.072 12.8 0z" fill="#FFFFFF" ></path><path d="M808.03328 51.2h-592.384c-90.624 0-164.352 73.728-164.352 164.352v592.384c0 90.624 73.728 164.352 164.352 164.352h592.384c90.624 0 164.352-73.728 164.352-164.352V215.552c0.512-90.624-73.216-164.352-164.352-164.352z m98.816 757.248c0 54.272-44.032 98.816-98.816 98.816h-592.384c-54.272 0-98.816-44.032-98.816-98.816V215.552c0-54.272 44.032-98.816 98.816-98.816h592.384c54.272 0 98.816 44.032 98.816 98.816v592.896z" fill="#FFFFFF" ></path><path d="M259.16928 481.28h178.176c2.56 0 5.12 2.048 5.12 5.12v44.032c0 2.56-2.048 5.12-5.12 5.12h-178.176c-2.56 0-5.12-2.048-5.12-5.12V486.4c0-3.072 2.048-5.12 5.12-5.12z" fill="#FFFFFF" ></path></symbol><symbol id="icon-bianliangchufa" viewBox="0 0 1024 1024"><path d="M864.256 495.104c21.504 0 38.912 17.408 38.912 38.912v77.824c0 107.52-87.04 195.072-195.072 195.072H257.024l98.816 98.816c14.848 15.36 14.848 39.936-0.512 55.296-15.36 14.848-39.424 14.848-54.272 0l-165.376-165.376-2.048-2.048-2.56-3.584-2.048-3.072-2.56-5.12-1.024-3.072-1.024-4.608-0.512-2.048v-7.168l0.512-5.12 1.024-4.096 1.536-4.096 2.048-3.584 1.024-2.048 1.536-2.048c1.024-1.536 2.048-2.56 3.072-3.584l165.376-165.376c15.36-14.848 39.936-14.848 55.296 0.512 14.848 15.36 14.848 39.424 0 54.272l-98.816 98.816h451.584c61.952 0 113.152-48.128 116.736-110.08v-84.48c0-22.016 17.408-39.424 39.424-38.912z m-141.824-431.104l165.376 165.376 2.048 2.048 2.56 3.584 2.048 3.072 2.56 5.12 1.024 3.072 1.024 3.584 0.512 3.072V259.584l-0.512 5.12-1.024 4.096-1.536 4.096-2.048 3.584-1.024 2.048-1.536 2.048c-1.024 1.536-2.048 2.56-3.072 3.584l-165.376 165.376c-15.36 14.848-39.936 14.848-55.296-0.512-14.848-15.36-14.848-39.424 0-54.272l98.816-98.816H314.368c-61.952 0-113.152 48.128-116.736 110.08V491.52c-1.024 21.504-19.456 37.888-40.96 36.864-19.968-1.024-35.84-16.896-36.864-36.864V413.184c0-107.52 87.04-195.072 195.072-195.072h451.584l-98.816-98.816c-15.36-14.848-15.872-39.936-0.512-55.296 14.848-14.848 39.424-15.36 55.296 0 0 0 0 0.512 0 0z" fill="#FEBF72" ></path></symbol><symbol id="icon-bianliang1" viewBox="0 0 1024 1024"><path d="M120.32 933.888c-17.92-1.024-35.328-5.12-51.712-11.264-11.264-10.24-17.408-24.576-17.408-39.936 1.024-13.312 7.168-25.6 17.408-34.304 10.752-6.144 22.528-10.24 34.304-11.264h28.672c17.408 0 34.304 5.632 57.344 5.632 16.384 2.56 32.768-1.536 46.08-11.264 16.384-26.112 28.16-55.296 34.304-85.504l80.384-325.12h-97.28L269.824 358.4h103.424v-11.264c6.656-48.128 22.016-94.72 46.08-137.216 21.504-36.864 53.76-66.56 92.16-85.504 34.304-17.408 71.168-28.672 109.568-34.304 15.872 0.512 31.744 4.608 46.08 11.264 11.264 10.24 17.92 24.576 17.408 39.936-1.024 12.288-5.12 24.064-11.264 34.304-10.752 6.144-22.528 10.24-34.304 11.264-19.456-1.024-38.912-5.12-57.344-11.264-11.264 0-17.408-5.632-28.672-5.632-16.896 3.072-31.744 13.824-40.448 28.672-12.288 27.648-22.016 56.32-28.672 85.504L460.8 358.4l247.296-5.632h5.632c13.312 1.024 25.6 7.168 34.304 16.896 6.656 14.848 12.288 30.208 17.408 45.568l5.632 23.04 17.408-23.04c16.384-22.016 35.84-40.96 57.344-56.832 22.016-16.896 47.616-28.672 74.752-34.304 12.288 1.024 24.064 5.12 34.304 11.264 15.872 13.824 17.408 37.888 3.584 53.248-1.024 1.536-2.56 2.56-3.584 3.584l-5.632 5.632c-5.632 5.632-17.408 11.264-51.712 11.264-16.896-0.512-33.28 5.632-46.08 16.896-24.064 22.016-45.568 47.104-63.488 74.24v11.264l23.04 119.808c11.264 45.568 40.448 91.136 57.344 91.136 17.408 0 17.408-11.264 23.04-16.896v-5.632c7.68-16.896 22.528-29.696 40.448-34.304 11.264 0 17.408 5.632 28.672 11.264 7.168 7.68 11.264 17.92 11.264 28.672 0 20.992-10.752 40.448-28.672 51.2-17.408 15.872-39.936 24.064-63.488 23.04-33.792 0-66.56-12.288-92.16-34.304-28.672-33.28-50.176-72.192-63.488-114.176l-5.632-23.04-17.408 16.896c-21.504 32.768-46.592 63.488-74.752 91.136-17.408 15.872-39.936 24.064-63.488 23.04-15.36 0.512-30.208-5.632-40.448-16.896-10.24-8.704-16.384-20.992-17.408-34.304-1.536-12.8 2.56-25.088 11.264-34.304 5.632-11.264 17.408-11.264 28.672-11.264 13.824-0.512 26.624 6.144 34.304 16.896l5.632 11.264 11.264-5.632 17.408-16.896c14.848-13.824 28.672-29.184 40.448-45.568l51.712-74.24-23.04-108.544-230.4-5.632L388.608 670.72c-17.408 71.168-50.688 137.728-97.792 194.048-46.592 42.496-107.008 66.56-170.496 69.12z" fill="#FFFFFF" ></path></symbol><symbol id="icon-dingshichufa" viewBox="0 0 1024 1024"><path d="M512 136.704c-224.256 0-406.016 181.76-406.016 406.016s181.76 406.016 406.016 406.016 406.016-181.76 406.016-406.016c2.048-222.208-176.128-403.968-397.824-406.016H512z m0 730.624c-179.2 0-324.608-145.408-324.608-324.608S332.8 217.6 512 217.6s324.608 145.408 324.608 324.608c-0.512 179.2-145.408 324.608-324.608 325.12z m40.448-340.992V299.008c0-22.528-18.432-40.448-40.448-40.448-22.528 0-40.448 17.92-40.448 40.448V542.72c0 8.192 8.192 24.576 8.192 32.256l130.048 130.048c8.192 8.192 16.384 8.192 32.256 8.192 16.384 0 24.576 0 32.256-8.192 15.872-14.848 16.384-39.936 1.536-55.296l-1.536-1.536-121.856-121.856zM325.12 136.704c0-8.192-8.192-16.384-8.192-24.576C264.704 71.68 190.976 71.68 138.24 112.128L81.408 168.96C40.96 221.696 40.96 294.912 81.408 347.648c8.192 0 16.384 8.192 24.576 8.192 41.984-98.816 120.32-177.664 219.136-219.136zM942.08 168.96l-56.32-56.832c-45.056-47.104-119.296-48.64-166.4-4.096l-4.096 4.096c-8.192 8.192-8.192 16.384-16.384 24.576 97.28 44.544 175.104 122.368 219.136 219.136 8.192-8.192 16.384-8.192 24.576-16.384 40.448-49.664 40.448-120.832-0.512-170.496z" fill="#FEBF72" ></path></symbol><symbol id="icon-chanxianjilu" viewBox="0 0 1024 1024"><path d="M901.632 597.504v-363.52c-1.536-46.592-40.96-82.944-87.552-81.408H209.408c-46.592-1.536-85.504 34.816-87.552 81.408v384.512c1.536 46.592 40.448 83.456 87.552 81.92h586.24c28.16 0 54.784-10.752 75.264-30.208 19.456-18.944 30.72-45.056 30.72-72.704z m-105.984 171.008H209.408c-84.992 2.048-156.16-65.024-158.208-150.016V233.984c2.56-84.992 73.216-152.064 158.208-150.016h605.184c84.992-2.048 156.16 65.024 158.208 150.016v363.52c-1.536 96.256-80.896 173.056-177.152 171.008 0 0.512 0 0.512 0 0z" fill="#7E7E7F" ></path><path d="M298.496 426.496c16.384-2.56 31.744 9.216 34.304 25.6 0.512 3.072 0.512 5.632 0 8.704v68.608a34.304 34.304 0 0 1-68.608 0V460.8c-2.56-16.384 9.216-31.744 25.6-34.304 3.072-0.512 5.632-0.512 8.704 0zM512 289.792c16.384-2.56 31.744 9.216 34.304 25.6 0.512 3.072 0.512 5.632 0 8.704v205.312a34.304 34.304 0 0 1-68.608 0V324.096c-2.56-16.384 9.216-31.744 25.6-34.304 3.072-1.024 6.144-1.024 8.704 0zM725.504 357.888c16.384-2.56 31.744 9.216 34.304 25.6 0.512 3.072 0.512 5.632 0 8.704v136.704a34.304 34.304 0 0 1-68.608 0V392.192c-2.56-16.384 9.216-31.744 25.6-34.304 2.56-0.512 5.632-0.512 8.704 0zM258.56 871.424h506.88c24.064 0 36.352 11.264 36.352 34.304s-12.288 34.304-36.352 34.304h-506.88c-24.064 0-36.352-11.264-36.352-34.304s12.288-34.304 36.352-34.304z" fill="#7E7E7F" ></path></symbol><symbol id="icon-chanxiantongji" viewBox="0 0 1024 1024"><path d="M209.92 972.8c-22.528 0-43.52-10.24-57.856-27.136-15.872-18.432-24.064-41.472-24.064-65.536V249.344c-0.512-24.064 8.192-47.616 24.064-65.536 14.336-16.896 35.84-27.136 57.856-27.136h57.344V65.024c-0.512-7.168 5.12-13.312 12.288-13.824h46.592c7.168 0.512 12.8 6.656 12.288 13.824v91.136h347.136V65.024c0-3.584 1.024-7.168 3.584-9.728 2.048-2.56 5.12-4.096 8.704-4.096h46.592c3.584 0 6.656 1.536 8.704 4.096 2.56 2.56 3.584 6.144 3.584 9.728v91.136H814.08c46.592 2.56 82.432 41.472 81.92 88.064v635.904c0.512 24.064-8.192 47.616-24.064 65.536-14.336 16.896-35.84 27.136-57.856 27.136H209.92z m-10.752-80.384h625.664v-655.36H199.168v655.36z m126.976-182.784c-3.584 0-6.656-1.536-8.704-4.096-2.56-2.56-3.584-6.144-3.584-9.728v-52.736c0-3.584 1.024-7.168 3.584-9.728 2.048-2.56 5.632-4.096 8.704-4.096h162.816c3.584 0 6.656 1.536 8.704 4.096 2.56 2.56 3.584 6.144 3.584 9.728v52.736c0 3.584-1.024 7.168-3.584 9.728-2.048 2.56-5.632 4.096-8.704 4.096H326.144z m0-209.92c-3.584 0-6.656-1.536-8.704-4.096-2.56-2.56-3.584-6.144-3.584-9.728V433.152c0-3.584 1.024-7.168 3.584-9.728 2.048-2.56 5.632-4.096 8.704-4.096h371.712c3.584 0 6.656 1.536 8.704 4.096 2.56 2.56 3.584 6.144 3.584 9.728v52.736c0 3.584-1.024 7.168-3.584 9.728-2.048 2.56-5.12 4.096-8.704 4.096H326.144z" fill="#7E7E7F" ></path></symbol><symbol id="icon-tishi1" viewBox="0 0 1024 1024"><path d="M512.1024 972.75904c-254.464 0-460.8-206.336-460.8-460.8s206.336-460.8 460.8-460.8 460.8 206.336 460.8 460.8-206.336 460.8-460.8 460.8z m0-825.856c-201.728 0-365.056 163.328-365.056 365.056s163.328 365.056 365.056 365.056 365.056-163.328 365.056-365.056-163.328-365.056-365.056-365.056z" fill="#4B4C4C" ></path><path d="M510.5664 765.91104c-12.288 0-24.064-5.632-32.256-15.36-16.384-22.528-22.528-50.688-16.896-77.824 18.432-141.312 9.216-169.984 1.024-179.712-2.56-3.072-6.656-5.12-10.24-5.12-1.536 0-3.584 0.512-5.12 1.024 9.216-30.72 36.864-52.736 68.608-54.784 17.408 0 34.304 7.68 45.568 21.504 13.312 17.408 18.432 39.424 13.824 60.928-29.184 168.96-19.456 180.224-15.36 185.344 2.048 2.048 4.608 3.584 7.68 3.584 2.048 0 3.584-0.512 5.12-1.536-13.824 42.496-39.424 61.952-61.952 61.952zM512.1024 363.47904c-31.744 0-56.832-25.6-56.832-56.832s25.6-56.832 56.832-56.832c31.744 0 56.832 25.6 56.832 56.832s-25.6 56.832-56.832 56.832z" fill="#4B4C4C" ></path></symbol><symbol id="icon-zhexiantu" viewBox="0 0 1024 1024"><path d="M97.6128 414.81728l318.464-284.672 176.64 175.616 236.032-208.896 98.304 92.672-321.024 317.952-197.632-201.728-213.504 200.192-97.28-91.136z" fill="#90A7EB" ></path><path d="M97.6128 725.08928l318.464-284.672 176.64 175.616 236.032-208.896 98.304 92.672-321.024 317.952-197.632-201.728-213.504 200.192-97.28-91.136z" fill="#3D6EFF" ></path><path d="M51.0208 886.36928h921.6v40.448h-921.6z" fill="#90A7EB" ></path></symbol><symbol id="icon-zhuzhuangtu" viewBox="0 0 1024 1024"><path d="M88.7552 933.54496h846.848v39.424h-846.848z" fill="#90A7EB" ></path><path d="M88.7552 468.13696h168.96v413.696h-168.96z" fill="#3D6EFF" ></path><path d="M314.5472 51.36896h168.96v830.464h-168.96z" fill="#90A7EB" ></path><path d="M540.8512 307.36896h168.96v574.464h-168.96z" fill="#3D6EFF" ></path><path d="M766.6432 468.13696h168.96v413.696h-168.96z" fill="#90A7EB" ></path></symbol><symbol id="icon-biaoge" viewBox="0 0 1024 1024"><path d="M894.01856 972.4672h-764.416c-43.52 0-78.336-35.328-78.336-78.336v-764.416c0-43.52 35.328-78.336 78.336-78.336h764.416c43.52 0 78.336 35.328 78.336 78.336v764.416c0 43.008-34.816 78.336-78.336 78.336z m-764.416-873.472c-16.896 0-30.72 13.824-30.72 30.72v764.416c0 16.896 13.824 30.72 30.72 30.72h764.416c16.896 0 30.72-13.824 30.72-30.72v-764.416c0-16.896-13.824-30.72-30.72-30.72h-764.416z" fill="#90A7EB" ></path><path d="M948.80256 314.0352h-873.472v-230.912c0-4.608 3.584-8.192 8.192-8.192h857.088c4.608 0 8.192 3.584 8.192 8.192v230.912z" fill="#3D6EFF" ></path><path d="M972.35456 337.5872h-921.088v-207.872c0-43.52 35.328-78.336 78.336-78.336h764.416c43.52 0 78.336 35.328 78.336 78.336v207.872z m-873.472-47.616h825.856v-160.256c0-16.896-13.824-30.72-30.72-30.72h-764.416c-16.896 0-30.72 13.824-30.72 30.72v160.256z m849.92 361.472h-873.472c-13.312 0-24.064-10.752-24.064-24.064s10.752-24.064 24.064-24.064h873.472c13.312 0 24.064 10.752 24.064 24.064 0 13.824-10.752 24.064-24.064 24.064z" fill="#90A7EB" ></path><path d="M358.46656 972.4672c-13.312 0-24.064-10.752-24.064-24.064v-634.368c0-13.312 10.752-24.064 24.064-24.064s24.064 10.752 24.064 24.064v634.88c-0.512 13.312-10.752 24.064-24.064 23.552 0 0.512 0 0.512 0 0z m307.2 0c-13.312 0-24.064-10.752-24.064-23.552v-634.88c0-13.312 10.752-24.064 24.064-24.064s24.064 10.752 24.064 24.064v634.88c-0.512 13.312-11.264 24.064-24.064 23.552z" fill="#90A7EB" ></path></symbol><symbol id="icon-duijitiaoxingtu" viewBox="0 0 1024 1024"><path d="M90.7776 935.43424h-39.424v-846.848h39.424z" fill="#3D6EFF" ></path><path d="M555.8784 257.18272h-161.28v-168.96h161.28zM972.928 483.11296h-578.56v-168.96h578.56z" fill="#90A7EB" ></path><path d="M394.36288 483.11808h-251.904v-168.96h251.904zM394.66496 257.11616h-251.904v-168.96h251.904zM394.61888 709.1712h-251.904v-168.96h251.904z" fill="#3D6EFF" ></path><path d="M716.544 709.28896h-322.048v-168.96h322.048zM556.1088 935.168h-241.152v-168.96h241.152z" fill="#90A7EB" ></path><path d="M314.46016 935.14752h-172.544v-168.96h172.544z" fill="#3D6EFF" ></path></symbol><symbol id="icon-mianjitu" viewBox="0 0 1024 1024"><path d="M99.87584 432.71168l316.416-300.544 175.616 185.344 234.496-220.672 97.792 97.792-318.976 335.872-196.608-212.992-211.968 211.456-96.768-96.256z" fill="#90A7EB" ></path><path d="M99.87584 811.59168v-111.104l306.176-297.472 197.12 198.656 320.512-337.92v547.84h-823.808z" fill="#3D6EFF" ></path><path d="M51.23584 884.29568h921.6v43.008h-921.6z" fill="#90A7EB" ></path></symbol><symbol id="icon-tiaoxingtu" viewBox="0 0 1024 1024"><path d="M90.7264 935.43424h-39.424l-0.00512-846.848h39.424z" fill="#90A7EB" ></path><path d="M555.74016 257.25952h-413.696v-168.96h413.696z" fill="#3D6EFF" ></path><path d="M972.81536 483.26144h-830.464v-168.96h830.464z" fill="#90A7EB" ></path><path d="M716.40576 709.36576h-574.464v-168.96h574.464z" fill="#3D6EFF" ></path><path d="M555.90912 935.31648h-413.696v-168.96h413.696z" fill="#90A7EB" ></path></symbol><symbol id="icon-duijizhuzhuangtu" viewBox="0 0 1024 1024"><path d="M88.69888 933.54496h846.848v39.424h-846.848z" fill="#90A7EB" ></path><path d="M88.69888 468.13696h168.96v161.28h-168.96zM314.49088 51.36896h168.96v578.56h-168.96z" fill="#3D6EFF" ></path><path d="M314.49088 629.41696h168.96v251.904h-168.96zM88.69888 629.41696h168.96v251.904h-168.96zM540.79488 629.41696h168.96v251.904h-168.96z" fill="#90A7EB" ></path><path d="M540.79488 307.36896h168.96v322.048h-168.96zM766.58688 468.13696h168.96v241.152h-168.96z" fill="#3D6EFF" ></path><path d="M766.58688 709.28896h168.96v172.544h-168.96z" fill="#90A7EB" ></path></symbol><symbol id="icon-duijimianjitu" viewBox="0 0 1024 1024"><path d="M99.8656 371.62496l316.416-300.544 175.616 185.344 331.776-172.544v276.992l-318.976 228.864-196.608-212.992-308.736 307.712 0.512-312.832z" fill="#90A7EB" ></path><path d="M99.8656 837.54496v-97.792l316.416-300.544 186.88 188.416 320.512-223.744v433.664h-823.808z" fill="#3D6EFF" ></path><path d="M51.2256 910.24896h921.6v43.008h-921.6z" fill="#90A7EB" ></path></symbol><symbol id="icon-huanxingtu" viewBox="0 0 1024 1024"><path d="M511.45728 972.93312c-254.464-0.512-460.288-207.36-459.776-461.824 0.512-253.952 206.336-459.776 459.776-459.776v230.4c-126.976 0-230.4 103.424-230.4 230.4 0 127.488 103.424 230.4 230.4 230.4s230.4-102.912 230.4-230.4h230.4c0 254.464-206.336 460.8-460.8 460.8z" fill="#90A7EB" ></path><path d="M741.85728 512.13312c0-127.488-102.912-230.4-230.4-230.4v-230.4c254.464 0 460.8 206.336 460.8 460.8h-230.4z" fill="#3D6EFF" ></path></symbol><symbol id="icon-zuhetu" viewBox="0 0 1024 1024"><path d="M125.44 926.72h773.632v38.4H125.44z" fill="#90A7EB" ></path><path d="M125.44 598.528h163.84v278.016h-163.84z" fill="#3D6EFF" ></path><path d="M328.704 373.248h163.84v503.296h-163.84z" fill="#90A7EB" ></path><path d="M531.456 521.728h163.84v354.304h-163.84z" fill="#3D6EFF" ></path><path d="M734.72 598.528h163.84v278.016h-163.84zM166.912 467.456L83.456 389.12 409.088 43.52l220.16 238.592 228.864-226.304 80.384 81.408-313.344 308.736-217.088-235.008z" fill="#90A7EB" ></path></symbol><symbol id="icon-bingzhuangtu" viewBox="0 0 1024 1024"><path d="M462.27456 85.65248c-244.736 18.432-428.032 231.424-410.112 476.16 18.432 244.736 231.424 428.032 476.16 410.112 219.136-16.384 393.728-190.464 410.112-410.112h-476.16v-476.16z" fill="#90A7EB" ></path><path d="M530.88256 51.34848v441.856h441.856c-14.848-237.568-204.288-427.008-441.856-441.856z" fill="#3D6EFF" ></path></symbol><symbol id="icon-meiguitu" viewBox="0 0 1024 1024"><path d="M581.0432 249.856c-163.328 0-295.936 132.608-295.936 295.936s132.608 295.936 295.936 295.936 295.936-132.608 295.936-295.936c-1.024-162.816-133.12-294.912-295.936-295.936z m0 446.464c-80.384 0-145.408-65.024-145.408-145.408s65.024-145.408 145.408-145.408 145.408 65.024 145.408 145.408c1.536 78.848-61.44 143.872-140.288 145.408h-5.12z" fill="#90A7EB" ></path><path d="M867.2512 332.288l-169.984 125.952c18.944 23.552 29.184 52.224 29.184 82.432 0 38.4-15.872 75.264-43.52 101.888l150.528 150.528c123.392-123.904 137.728-319.488 33.792-460.8z" fill="#3D6EFF" ></path><path d="M682.9312 647.68c-27.136 27.136-63.488 42.496-101.888 43.52-38.4 0-75.264-15.872-101.888-43.52l-198.656 198.656c79.872 79.36 187.904 124.928 300.544 125.952 113.152 1.024 221.696-44.544 300.544-125.952l-198.656-198.656z" fill="#90A7EB" ></path><path d="M440.2432 545.792c0-77.824 62.976-140.8 140.8-140.8V51.2c-273.408 0.512-494.08 222.72-493.568 496.128 0.512 130.56 52.224 255.488 144.384 348.16l252.416-252.416c-29.184-24.064-45.056-59.904-44.032-97.28z" fill="#3D6EFF" ></path></symbol><symbol id="icon-zhibiaoka" viewBox="0 0 1024 1024"><path d="M89.19552 139.84256h845.824c20.992 0 37.888 16.896 37.888 37.376v668.672c0 20.992-16.896 37.888-37.888 37.376h-845.824c-20.992 0-37.888-16.896-37.888-37.376v-668.16c0-20.992 16.896-37.888 37.888-37.888z" fill="#3D6EFF" ></path><path d="M114.52928 253.76256h617.984v129.536h-617.984z" fill="#FFFFFF" ></path></symbol><symbol id="icon-banmaxian" viewBox="0 0 1024 1024"><path d="M75.24352 511.87712h873.472v204.8h-873.472z" fill="#5B70AC" ></path><path d="M894.44352 972.67712h-764.928c-43.52 0-78.336-35.328-78.336-78.336v-764.416c0-43.52 34.816-78.336 78.336-78.336h764.416c43.52 0 78.336 35.328 78.336 78.336v764.416c0 43.008-34.816 77.824-77.824 78.336z m-764.928-873.984c-16.896 0-30.72 13.824-30.72 30.72v764.416c0 16.896 13.824 30.72 30.72 30.72h764.416c16.896 0 30.72-13.824 30.72-30.72v-763.904c0-16.896-13.824-30.72-30.72-30.72l-764.416-0.512z" fill="#8CA0D1" ></path><path d="M948.71552 314.24512h-873.472v-230.912c0-4.608 3.584-8.192 8.192-8.192h857.088c4.608 0 8.192 3.584 8.192 8.192v230.912z" fill="#3D6EFF" ></path><path d="M972.77952 337.79712h-921.6v-207.872c0-43.52 34.816-78.336 78.336-78.336h764.416c43.52 0 78.336 35.328 78.336 78.336l0.512 207.872z m-873.984-47.616h825.856v-160.256c0-16.896-13.824-30.72-30.72-30.72h-764.416c-16.896 0-30.72 13.824-30.72 30.72v160.256z" fill="#8CA0D1" ></path><path d="M358.37952 972.67712c-13.312 0-24.064-10.752-24.064-24.064v-634.368c0.512-13.312 11.776-23.552 25.088-23.04 12.288 0.512 22.528 10.24 23.04 23.04v634.88c0 12.8-10.752 23.552-24.064 23.552z m307.2 0c-13.312 0-24.064-10.752-24.064-24.064v-634.88c-0.512-13.312 9.728-24.576 23.04-25.088 13.312-0.512 24.576 9.728 25.088 23.04v636.928c0 13.312-10.752 24.064-24.064 24.064z" fill="#8CA0D1" ></path></symbol><symbol id="icon-jianjie" viewBox="0 0 1024 1024"><path d="M895.04256 970.4192h-764.416c-43.52 0-78.336-35.328-78.336-78.336v-763.904c0-43.52 35.328-78.336 78.336-78.336h764.416c43.52 0 78.336 35.328 78.336 78.336v764.416c0 43.008-35.328 77.824-78.336 77.824z m-764.416-873.472c-16.896 0-30.72 13.824-30.72 30.72v764.416c0 16.896 13.824 30.72 30.72 30.72h764.416c16.896 0 30.72-13.824 30.72-30.72v-763.904c0-16.896-13.824-30.72-30.72-30.72l-764.416-0.512z" fill="#90A7EB" ></path><path d="M949.82656 311.9872h-873.472v-230.912c0-4.608 3.584-8.192 8.192-8.192h857.088c4.608 0 8.192 3.584 8.192 8.192v230.912z" fill="#8CA0D1" ></path><path d="M973.37856 336.0512h-921.088v-207.872c0-43.52 35.328-78.336 78.336-78.336h764.416c43.52 0 78.336 35.328 78.336 78.336v207.872z m-873.472-47.616h825.856v-160.256c0-16.896-13.824-30.72-30.72-30.72h-764.416c-16.896 0-30.72 13.824-30.72 30.72v160.256z m849.92 361.472h-873.472c-13.312 0-24.064-10.752-24.064-24.064s10.752-24.064 24.064-24.064h873.472c13.312 0 24.064 10.752 24.064 24.064s-10.752 24.064-24.064 24.064z" fill="#90A7EB" ></path><path d="M359.49056 970.4192c-13.312 0-24.064-10.752-24.064-24.064v-634.368c0-13.312 10.752-24.064 24.064-24.064s24.064 10.752 24.064 24.064v634.88c-0.512 13.312-11.264 24.064-24.064 23.552 0 0.512 0 0.512 0 0z m306.688 0c-13.312 0-24.064-10.752-24.064-23.552v-634.88c0-13.312 10.752-24.064 24.064-24.064s24.064 10.752 24.064 24.064v634.88c0 13.312-10.752 24.064-24.064 23.552z" fill="#90A7EB" ></path></symbol><symbol id="icon-xiankuang" viewBox="0 0 1024 1024"><path d="M894.01856 972.4672h-764.416c-43.52 0-78.336-35.328-78.336-78.336v-764.416c0-43.52 35.328-78.336 78.336-78.336h764.416c43.52 0 78.336 35.328 78.336 78.336v764.416c0 43.008-34.816 78.336-78.336 78.336z m-764.416-873.472c-16.896 0-30.72 13.824-30.72 30.72v764.416c0 16.896 13.824 30.72 30.72 30.72h764.416c16.896 0 30.72-13.824 30.72-30.72v-764.416c0-16.896-13.824-30.72-30.72-30.72h-764.416z" fill="#90A7EB" ></path><path d="M948.80256 314.0352h-873.472v-230.912c0-4.608 3.584-8.192 8.192-8.192h857.088c4.608 0 8.192 3.584 8.192 8.192v230.912z" fill="#3D6EFF" ></path><path d="M972.35456 337.5872h-921.088v-207.872c0-43.52 35.328-78.336 78.336-78.336h764.416c43.52 0 78.336 35.328 78.336 78.336v207.872z m-873.472-47.616h825.856v-160.256c0-16.896-13.824-30.72-30.72-30.72h-764.416c-16.896 0-30.72 13.824-30.72 30.72v160.256z m849.92 361.472h-873.472c-13.312 0-24.064-10.752-24.064-24.064s10.752-24.064 24.064-24.064h873.472c13.312 0 24.064 10.752 24.064 24.064 0 13.824-10.752 24.064-24.064 24.064z" fill="#90A7EB" ></path><path d="M358.46656 972.4672c-13.312 0-24.064-10.752-24.064-24.064v-634.368c0-13.312 10.752-24.064 24.064-24.064s24.064 10.752 24.064 24.064v634.88c-0.512 13.312-10.752 24.064-24.064 23.552 0 0.512 0 0.512 0 0z m307.2 0c-13.312 0-24.064-10.752-24.064-23.552v-634.88c0-13.312 10.752-24.064 24.064-24.064s24.064 10.752 24.064 24.064v634.88c-0.512 13.312-11.264 24.064-24.064 23.552z" fill="#90A7EB" ></path></symbol><symbol id="icon-shezhi" viewBox="0 0 1024 1024"><path d="M962.94912 422.26176c-2.048-29.696-26.112-53.248-55.808-55.296h-3.584c-53.76 0-97.792-44.032-97.792-97.792 0.512-12.8 3.584-25.088 8.704-36.864 12.8-30.208 3.072-65.024-23.552-84.48l-0.512-0.512-113.152-62.976-2.048-1.024c-8.704-3.584-18.432-5.632-27.648-5.632-20.48 0-39.936 7.68-54.272 22.016-20.992 22.528-48.128 38.4-78.336 45.056-30.208-6.656-57.856-22.528-78.848-45.568-14.336-14.336-34.304-22.528-54.784-22.528-9.216 0-18.944 1.536-27.136 5.632h-0.512l-117.248 64-2.048 1.536c-26.624 18.944-36.352 54.272-23.552 83.968 5.12 11.776 7.68 24.576 8.704 37.376 0 53.76-44.032 97.792-97.792 97.792h-6.144c-29.696 2.56-52.736 26.112-54.784 55.296a427.7248 427.7248 0 0 0 0 180.224c2.048 29.696 26.112 53.248 55.808 55.296h3.584c53.76 0 97.792 44.032 97.792 97.792-0.512 12.8-3.584 25.088-8.704 36.864-12.8 30.208-3.072 65.024 23.552 84.48l0.512 0.512 111.104 62.464 2.048 1.024c8.704 3.584 18.432 5.632 27.648 5.632 20.48 0 40.448-8.192 54.784-23.04 20.992-24.064 48.64-40.96 79.872-47.616 31.232 7.168 59.392 24.576 80.384 48.64 14.336 14.848 34.304 23.552 54.784 23.552 9.728 0 18.944-2.048 27.648-5.632h0.512l115.2-63.488 2.048-1.536h0.512c26.624-18.944 36.352-54.272 23.552-83.968-5.12-11.776-7.68-24.576-8.704-37.376 0-53.76 44.032-97.792 97.792-97.792h4.608c29.696-2.56 52.736-26.112 54.784-55.296 14.336-59.904 14.336-121.344 1.024-180.736z m-195.584 207.872c-46.08 48.64-60.928 118.784-38.912 181.76l-82.432 45.568c-10.752-10.24-22.016-19.968-33.792-28.672-57.856-53.248-146.944-53.248-205.312-0.512-11.776 8.704-23.04 17.92-33.28 28.16l-78.336-44.032c31.744-96.256-19.968-200.192-116.736-232.448-11.264-3.584-23.04-6.144-34.816-7.68-7.68-39.424-7.68-80.384 0-119.808 99.84-11.264 171.52-100.864 160.256-200.704-1.536-13.312-4.608-26.624-8.704-38.912l84.992-46.592c10.752 9.728 22.016 18.944 33.792 27.648 57.344 50.176 142.848 50.176 200.192 0.512 11.776-8.192 23.04-17.408 33.28-27.136l81.408 45.056c-31.744 96.256 19.968 200.192 116.224 231.936 11.264 3.584 23.04 6.144 34.816 7.68 7.68 39.424 7.68 80.384 0 119.808-43.52 6.144-83.456 26.624-112.64 58.368z" fill="#7E7E7F" ></path><path d="M509.82912 340.85376c-94.208 0-171.008 76.8-171.008 171.008s76.8 171.008 171.008 171.008 171.008-76.8 171.008-171.008c-0.512-94.208-76.8-171.008-171.008-171.008z m0 254.976c-46.08 0-83.968-37.376-83.968-83.968s37.376-83.968 83.968-83.968 83.968 37.376 83.968 83.968c-0.512 46.08-37.888 83.456-83.968 83.968z" fill="#7E7E7F" ></path></symbol><symbol id="icon-shijian" viewBox="0 0 1024 1024"><path d="M838.44096 186.78784c-179.712-180.224-471.552-180.736-651.776-0.512-180.224 179.712-180.736 471.552-0.512 651.776 179.712 180.224 471.552 180.736 651.776 0.512 86.528-86.528 135.168-203.776 135.168-326.144 0-122.368-48.128-239.616-134.656-325.632z m51.712 325.12c-0.512 207.872-168.96 376.832-377.344 376.32-207.872 0-376.832-168.96-376.32-377.344 0-207.872 168.96-376.832 377.344-376.32 99.84 0 195.584 39.936 266.24 110.592 70.656 70.656 110.08 166.912 110.08 266.752z" fill="#444A51" ></path><path d="M737.06496 513.44384h-211.456v-235.008c1.536-20.992-14.336-39.424-35.84-40.96-20.992-1.536-39.424 14.336-40.96 35.84v256.512c-0.512 15.872 5.12 31.232 15.36 43.008 11.776 11.776 27.648 17.92 44.032 16.896h228.864c20.992-1.536 37.376-19.968 35.84-40.96-1.536-18.944-16.896-34.304-35.84-35.328z" fill="#444A51" ></path></symbol><symbol id="icon-gengxin" viewBox="0 0 1024 1024"><path d="M679.424 751.104c-50.176 35.328-109.568 53.76-171.008 52.736-8.192 0-15.872-0.512-24.064-1.024-3.072-0.512-6.656-1.024-9.728-1.024-6.144-1.024-12.288-1.536-18.432-3.072-3.584-0.512-7.68-1.536-10.752-2.56-5.632-1.536-11.776-2.56-17.408-4.608-2.56-1.024-5.632-2.048-8.192-2.56-6.656-2.048-13.312-4.608-19.968-7.168l-4.096-2.048c-7.68-3.072-14.848-6.656-22.016-10.752l-1.024-0.512c-24.576-13.312-46.592-30.208-66.56-49.664l-1.024-1.024c-6.144-6.144-11.776-12.288-17.408-18.944l-3.584-4.608C242.688 642.56 220.16 578.56 220.16 512.512h76.8L174.08 327.68l-122.88 184.32h76.8c0 77.824 23.552 153.6 68.096 217.6l1.536 2.56c4.608 6.144 9.216 12.288 14.336 18.432l5.12 6.656c7.168 8.704 14.336 16.384 22.016 24.064l2.048 2.048c25.6 25.6 54.784 47.104 86.528 64.512l2.56 1.536c9.216 5.12 18.432 9.216 28.16 13.312l7.168 3.072c8.192 3.584 16.384 6.144 25.088 9.216 4.096 1.536 7.68 2.56 11.776 4.096 7.168 2.048 14.848 4.096 22.528 5.632 5.12 1.024 10.24 2.56 14.848 3.584l6.144 1.536c7.168 1.024 14.336 2.048 21.504 2.56l7.68 1.024c12.8 1.024 25.6 2.048 38.4 2.048 78.848 0 155.136-24.576 219.648-69.632 22.016-13.312 28.672-41.472 15.36-63.488-13.312-22.016-41.472-28.672-63.488-15.36-2.56 1.536-4.096 2.56-5.632 4.096zM896 512c0-77.824-23.552-153.088-67.584-217.088l-1.536-3.072c-5.12-7.68-11.264-14.848-16.896-21.504l-2.048-2.56c-38.4-46.592-87.552-83.456-143.36-107.52l-4.608-2.048c-8.704-3.584-17.92-6.656-27.136-10.24-3.072-1.024-6.656-2.048-10.24-3.072-7.68-2.56-15.872-4.096-24.064-6.144-4.608-1.024-8.704-2.048-13.824-3.072l-6.656-1.536c-6.144-1.024-12.288-1.536-18.432-2.048l-12.288-1.536c-10.24-1.024-20.48-1.536-30.208-1.536l-5.12-1.024h-1.024C432.64 128 355.84 152.064 291.84 197.12c-21.504 13.312-28.16 41.984-14.848 63.488 13.312 21.504 41.984 28.16 63.488 14.848 1.536-1.024 2.56-2.048 4.096-3.072 49.664-34.816 109.056-53.248 169.472-52.736 8.704 0 17.408 0.512 25.6 1.536l7.68 1.024c6.656 1.024 13.824 2.048 20.48 3.072 3.072 0.512 6.144 1.536 8.704 2.048 6.656 1.536 13.312 3.072 19.968 5.12l6.144 2.048c7.68 2.56 14.848 5.12 22.016 8.192l2.048 1.024c42.496 18.432 80.384 46.592 110.08 82.432l0.512 0.512c43.008 52.224 66.56 117.76 66.56 185.344h-76.8l122.88 184.32 122.88-184.32h-76.8z" fill="#5A84FF" ></path></symbol><symbol id="icon-paixu" viewBox="0 0 1024 1024"><path d="M352.768 420.864c-50.176 0-91.136 40.96-91.136 91.136s40.96 91.136 91.136 91.136 91.136-40.96 91.136-91.136-40.96-91.136-91.136-91.136z m0 318.464c-50.176 0-91.136 40.96-91.136 91.136s40.96 91.136 91.136 91.136 91.136-40.96 91.136-91.136-40.96-91.136-91.136-91.136z m318.464-454.656c50.176 0 91.136-40.96 91.136-91.136s-40.96-91.136-91.136-91.136-91.136 40.96-91.136 91.136 40.96 91.136 91.136 91.136zM352.768 102.4c-50.176 0-91.136 40.96-91.136 91.136s40.96 91.136 91.136 91.136 91.136-40.96 91.136-91.136S402.944 102.4 352.768 102.4z m318.464 636.928c-50.176 0-91.136 40.96-91.136 91.136s40.96 91.136 91.136 91.136 91.136-40.96 91.136-91.136-40.96-91.136-91.136-91.136z m0-318.464c-50.176 0-91.136 40.96-91.136 91.136s40.96 91.136 91.136 91.136 91.136-40.96 91.136-91.136-40.96-91.136-91.136-91.136z" fill="#E2E6F3" opacity=".3" ></path></symbol><symbol id="icon-jichu" viewBox="0 0 1024 1024"><path d="M395.7504 971.6736h-306.688c-20.992 0-38.4-17.408-38.4-38.4s17.408-38.4 38.4-38.4h306.688c20.992 0 38.4 17.408 38.4 38.4 0 21.504-16.896 38.4-38.4 38.4zM319.4624 818.5856h-229.888c-20.992 0.512-38.912-15.872-39.424-37.376-0.512-20.992 15.872-38.912 37.376-39.424h232.448c20.992 0.512 37.888 18.432 37.376 39.424-1.536 20.48-17.92 36.864-37.888 37.376zM242.6624 664.9856h-153.088c-20.992 0.512-38.912-15.872-39.424-37.376-0.512-20.992 15.872-38.912 37.376-39.424h155.648c20.992-0.512 38.912 15.872 39.424 37.376 0.512 20.992-15.872 38.912-37.376 39.424h-2.56z" fill="#D2D2D3" ></path><path d="M549.3504 970.1376c-20.992 1.536-39.424-14.336-40.96-35.328-1.536-20.992 14.336-39.424 35.328-40.96h2.048c210.944-19.456 366.08-205.824 346.624-416.768-19.456-210.944-205.824-366.08-416.768-346.624-184.32 16.896-330.24 162.816-346.624 347.136-2.048 20.992-20.48 36.864-41.472 34.816-20.992-2.048-36.864-20.48-34.816-41.472 23.04-252.928 246.784-439.808 499.712-416.768 252.928 23.04 439.808 246.784 416.768 499.712-19.968 221.184-195.584 396.288-416.768 416.768-1.024-0.512-2.048-0.512-3.072-0.512z" fill="#D2D2D3" ></path><path d="M510.9504 282.0096c-20.992 0-38.4 17.408-38.4 38.4v191.488c0 10.24 4.096 19.968 11.264 27.136l115.2 115.2c15.36 14.336 39.936 13.824 54.272-1.536 13.824-14.848 13.824-37.888 0-52.736l-103.936-103.936v-175.616c-0.512-21.504-17.408-38.4-38.4-38.4z" fill="#D2D2D3" ></path></symbol><symbol id="icon-kongzhiqi" viewBox="0 0 1024 1024"><path d="M88.05888 232.96h104.96c20.992 76.288 99.84 121.344 176.128 100.352 48.64-13.312 87.04-51.712 100.352-100.352h463.36c20.992 0 38.4-17.408 38.4-38.4s-17.408-38.4-38.4-38.4h-463.36c-20.992-76.288-99.84-121.344-176.128-100.352-48.64 13.312-87.04 51.712-100.352 100.352h-104.96c-20.992 0-38.4 17.408-38.4 38.4s16.896 38.4 38.4 38.4z m243.2-105.984c36.864 0 67.072 30.208 67.072 67.072 0 36.864-30.208 67.072-67.072 67.072-36.864 0-67.072-30.208-67.072-67.072-0.512-36.864 29.696-67.072 67.072-67.072zM932.34688 472.576h-104.96c-20.48-76.288-99.328-121.344-175.616-100.864-49.152 13.312-87.552 51.712-100.864 100.864h-463.36c-20.992 0-38.4 17.408-38.4 38.4s17.408 38.4 38.4 38.4h462.848c20.48 76.288 99.328 121.344 175.616 100.864 49.152-13.312 87.552-51.712 100.864-100.864h104.96c20.992 0 38.4-17.408 38.4-38.4 0.512-20.992-16.384-38.4-37.888-38.4z m-242.688 105.472c-36.864 0-67.072-30.208-67.072-67.072 0-36.864 30.208-67.072 67.072-67.072 36.864 0 67.072 30.208 67.072 67.072 0 37.376-30.208 67.072-67.072 67.072zM932.34688 789.504h-463.36c-20.992-76.288-99.84-121.344-176.128-100.352-48.64 13.312-87.04 51.712-100.352 100.352h-104.96c-20.992 0-38.4 17.408-38.4 38.4s17.408 38.4 38.4 38.4h104.96c20.992 76.288 99.84 121.344 176.128 100.352 48.64-13.312 87.04-51.712 100.352-100.352h463.36c20.992 0 38.4-17.408 38.4-38.4 0.512-21.504-16.896-38.4-38.4-38.4z m-601.088 105.472c-36.864 0-67.072-30.208-67.072-67.072 0-36.864 30.208-67.072 67.072-67.072 36.864 0 67.072 30.208 67.072 67.072 0 36.864-30.208 67.072-67.072 67.072z" fill="#FFFFFF" ></path></symbol><symbol id="icon-tubiao" viewBox="0 0 1024 1024"><path d="M936.448 898.56h-691.2c-63.488 0-115.2-51.712-115.2-115.2V92.16c0-20.992-17.408-38.4-38.4-38.4s-38.4 17.408-38.4 38.4v691.2c0 105.984 86.016 192 192 192h691.2c20.992 0 38.4-17.408 38.4-38.4s-17.408-38.4-38.4-38.4z" fill="#E1E1E2" ></path><path d="M283.648 821.76c20.992 0 38.4-17.408 38.4-38.4v-268.8c0-20.992-17.408-38.4-38.4-38.4s-38.4 17.408-38.4 38.4V783.36c0 20.992 16.896 38.4 38.4 38.4zM437.248 437.76V783.36c0 20.992 17.408 38.4 38.4 38.4s38.4-17.408 38.4-38.4V437.76c0-20.992-17.408-38.4-38.4-38.4s-38.4 16.896-38.4 38.4zM629.248 552.96v230.4c0 20.992 17.408 38.4 38.4 38.4s38.4-17.408 38.4-38.4v-230.4c0-20.992-17.408-38.4-38.4-38.4s-38.4 16.896-38.4 38.4zM821.248 399.36v384c0 20.992 17.408 38.4 38.4 38.4s38.4-17.408 38.4-38.4V399.36c0-20.992-17.408-38.4-38.4-38.4s-38.4 16.896-38.4 38.4zM283.648 399.36c10.24 0 19.968-4.096 27.136-11.264l137.728-137.728c15.36-14.336 38.912-14.336 54.272 0l83.456 83.456c45.056 45.056 117.76 45.056 162.816 0l214.528-214.528c14.336-15.36 13.824-39.936-2.048-54.272-14.848-13.824-37.376-13.824-52.224 0l-214.528 214.528c-14.848 14.848-39.424 14.848-54.272 0l-83.456-83.456c-45.056-45.056-117.76-45.056-162.816 0L256.512 333.824c-14.848 14.848-14.848 39.424 0 54.272 7.168 7.168 16.896 11.264 27.136 11.264z" fill="#E1E1E2" ></path></symbol><symbol id="icon-a-Annulardiagram" viewBox="0 0 1024 1024"><path d="M511.45728 972.93312c-254.464-0.512-460.288-207.36-459.776-461.824 0.512-253.952 206.336-459.776 459.776-459.776v230.4c-126.976 0-230.4 103.424-230.4 230.4 0 127.488 103.424 230.4 230.4 230.4s230.4-102.912 230.4-230.4h230.4c0 254.464-206.336 460.8-460.8 460.8z" fill="#67696A" ></path><path d="M741.85728 512.13312c0-127.488-102.912-230.4-230.4-230.4v-230.4c254.464 0 460.8 206.336 460.8 460.8h-230.4z" fill="#CED0D2" ></path></symbol><symbol id="icon-a-AreaChart" viewBox="0 0 1024 1024"><path d="M99.87584 432.71168l316.416-300.544 175.616 185.344 234.496-220.672 97.792 97.792-318.976 335.872-196.608-212.992-211.968 211.456-96.768-96.256z" fill="#67696A" ></path><path d="M99.87584 811.59168v-111.104l306.176-297.472 197.12 198.656 320.512-337.92v547.84h-823.808z" fill="#CED0D2" ></path><path d="M51.23584 884.29568h921.6v43.008h-921.6z" fill="#67696A" ></path></symbol><symbol id="icon-a-PieChart" viewBox="0 0 1024 1024"><path d="M462.27456 85.65248c-244.736 18.432-428.032 231.424-410.112 476.16 18.432 244.736 231.424 428.032 476.16 410.112 219.136-16.384 393.728-190.464 410.112-410.112h-476.16v-476.16z" fill="#67696A" ></path><path d="M530.88256 51.34848v441.856h441.856c-14.848-237.568-204.288-427.008-441.856-441.856z" fill="#CED0D2" ></path></symbol><symbol id="icon-a-Linechart" viewBox="0 0 1024 1024"><path d="M97.6128 414.81728l318.464-284.672 176.64 175.616 236.032-208.896 98.304 92.672-321.024 317.952-197.632-201.728-213.504 200.192-97.28-91.136z" fill="#67696A" ></path><path d="M97.6128 725.08928l318.464-284.672 176.64 175.616 236.032-208.896 98.304 92.672-321.024 317.952-197.632-201.728-213.504 200.192-97.28-91.136z" fill="#CED0D2" ></path><path d="M51.0208 886.36928h921.6v40.448h-921.6z" fill="#67696A" ></path></symbol><symbol id="icon-Form" viewBox="0 0 1024 1024"><path d="M894.01856 970.4192h-764.416c-43.52 0-78.336-35.328-78.336-78.336v-764.416c0-43.52 35.328-78.336 78.336-78.336h764.416c43.52 0 78.336 35.328 78.336 78.336v764.416c0 43.52-34.816 78.336-78.336 78.336z m-764.416-873.472c-16.896 0-30.72 13.824-30.72 30.72v764.416c0 16.896 13.824 30.72 30.72 30.72h764.416c16.896 0 30.72-13.824 30.72-30.72v-764.416c0-16.896-13.824-30.72-30.72-30.72h-764.416z" fill="#B6B8BA" ></path><path d="M948.80256 311.9872h-873.472v-230.912c0-4.608 3.584-8.192 8.192-8.192h857.088c4.608 0 8.192 3.584 8.192 8.192v230.912z" fill="#67696A" ></path><path d="M972.35456 336.0512h-921.088v-207.872c0-43.52 35.328-78.336 78.336-78.336h764.416c43.52 0 78.336 35.328 78.336 78.336v207.872z m-873.472-47.616h825.856v-160.256c0-16.896-13.824-30.72-30.72-30.72h-764.416c-16.896 0-30.72 13.824-30.72 30.72v160.256z m849.92 361.472h-873.472c-13.312 0-24.064-10.752-24.064-24.064s10.752-24.064 24.064-24.064h873.472c13.312 0 24.064 10.752 24.064 24.064s-10.752 24.064-24.064 24.064z" fill="#B6B8BA" ></path><path d="M358.46656 970.4192c-13.312 0-24.064-10.752-24.064-24.064v-634.368c0-13.312 10.752-24.064 24.064-24.064s24.064 10.752 24.064 24.064v634.88c-0.512 13.312-11.264 24.064-24.064 23.552 0 0.512 0 0.512 0 0z m307.2 0c-13.312 0-24.064-10.752-24.064-24.064v-634.368c0-13.312 10.752-24.064 24.064-24.064s24.064 10.752 24.064 24.064v634.88c-0.512 13.312-11.264 24.064-24.064 23.552z" fill="#B6B8BA" ></path></symbol><symbol id="icon-a-BarChart2" viewBox="0 0 1024 1024"><path d="M90.7264 935.43424h-39.424l-0.00512-846.848h39.424z" fill="#67696A" ></path><path d="M555.74016 257.25952h-413.696v-168.96h413.696z" fill="#CED0D2" ></path><path d="M972.81536 483.26144h-830.464v-168.96h830.464z" fill="#67696A" ></path><path d="M716.40576 709.36576h-574.464v-168.96h574.464z" fill="#CED0D2" ></path><path d="M555.90912 935.31648h-413.696v-168.96h413.696z" fill="#67696A" ></path></symbol><symbol id="icon-a-Areaplot" viewBox="0 0 1024 1024"><path d="M99.8656 371.62496l316.416-300.544 175.616 185.344 331.776-172.544v276.992l-318.976 228.864-196.608-212.992-308.736 307.712 0.512-312.832z" fill="#67696A" ></path><path d="M99.8656 837.54496v-97.792l316.416-300.544 186.88 188.416 320.512-223.744v433.664h-823.808z" fill="#CED0D2" ></path><path d="M51.2256 910.24896h921.6v43.008h-921.6z" fill="#67696A" ></path></symbol><symbol id="icon-a-StackedBarChart2" viewBox="0 0 1024 1024"><path d="M90.7776 935.43424h-39.424v-846.848h39.424z" fill="#67696A" ></path><path d="M555.8784 257.18272h-161.28v-168.96h161.28zM972.928 483.11296h-578.56v-168.96h578.56z" fill="#CED0D2" ></path><path d="M394.36288 483.11808h-251.904v-168.96h251.904zM394.66496 257.11616h-251.904v-168.96h251.904zM394.61888 709.1712h-251.904v-168.96h251.904z" fill="#67696A" ></path><path d="M716.544 709.28896h-322.048v-168.96h322.048zM556.1088 935.168h-241.152v-168.96h241.152z" fill="#CED0D2" ></path><path d="M314.46016 935.14752h-172.544v-168.96h172.544z" fill="#67696A" ></path></symbol><symbol id="icon-a-CombinationDiagram" viewBox="0 0 1024 1024"><path d="M126.49472 934.48704h773.632v38.4h-773.632z" fill="#67696A" ></path><path d="M126.49472 606.29504h163.84v278.016h-163.84z" fill="#CED0D2" ></path><path d="M329.24672 381.01504h163.84v503.296h-163.84z" fill="#67696A" ></path><path d="M532.51072 529.49504h163.84v354.304h-163.84z" fill="#CED0D2" ></path><path d="M735.77472 606.29504h163.84v278.016h-163.84zM167.96672 475.22304l-83.456-78.336 325.12-345.6 220.672 238.592 228.864-226.304 80.384 81.408-313.344 309.248-217.088-235.52z" fill="#67696A" ></path></symbol><symbol id="icon-a-StackedBarChart" viewBox="0 0 1024 1024"><path d="M88.69888 933.54496h846.848v39.424h-846.848z" fill="#67696A" ></path><path d="M88.69888 468.13696h168.96v161.28h-168.96zM314.49088 51.36896h168.96v578.56h-168.96z" fill="#CED0D2" ></path><path d="M314.49088 629.41696h168.96v251.904h-168.96zM88.69888 629.41696h168.96v251.904h-168.96zM540.79488 629.41696h168.96v251.904h-168.96z" fill="#67696A" ></path><path d="M540.79488 307.36896h168.96v322.048h-168.96zM766.58688 468.13696h168.96v241.152h-168.96z" fill="#CED0D2" ></path><path d="M766.58688 709.28896h168.96v172.544h-168.96z" fill="#67696A" ></path></symbol><symbol id="icon-a-Barchart" viewBox="0 0 1024 1024"><path d="M88.7552 933.54496h846.848v39.424h-846.848z" fill="#67696A" ></path><path d="M88.7552 468.13696h168.96v413.696h-168.96z" fill="#CED0D2" ></path><path d="M314.5472 51.36896h168.96v830.464h-168.96z" fill="#67696A" ></path><path d="M540.8512 307.36896h168.96v574.464h-168.96z" fill="#CED0D2" ></path><path d="M766.6432 468.13696h168.96v413.696h-168.96z" fill="#67696A" ></path></symbol><symbol id="icon-a-Indexcard" viewBox="0 0 1024 1024"><path d="M69.632 123.904h884.736c10.24 0 18.432 8.192 18.432 18.432v739.328c0 10.24-8.192 18.432-18.432 18.432H69.632c-10.24 0-18.432-8.192-18.432-18.432V142.336c0-10.24 8.192-18.432 18.432-18.432z" fill="#7A7C7D" ></path><path d="M147.968 283.648h414.72v59.904h-414.72zM802.816 502.784h100.864v61.44h-100.864zM706.048 718.336h197.632v61.44h-197.632z" fill="#CED0D2" ></path><path d="M176.128 495.104c-7.168 9.728-15.36 18.944-25.088 26.112-8.704 6.656-18.432 12.288-29.184 15.872l-6.656 2.048v53.248l12.8-4.608c14.848-5.12 28.16-13.312 39.936-23.552v226.816h45.056V491.008h-34.816l-2.048 4.096zM360.96 695.808c17.408-13.824 33.792-29.696 48.128-47.104 15.872-20.48 24.064-46.08 24.064-71.68 1.024-24.064-7.168-47.616-22.528-66.048-14.848-16.896-36.352-26.112-58.368-25.6-25.088-0.512-48.64 11.776-62.976 32.256-16.384 23.552-24.576 52.224-23.04 80.896v9.728h45.056v-9.728c-1.024-17.92 3.072-35.84 12.288-51.2 5.632-9.728 15.872-15.872 27.136-14.848 10.24-0.512 19.968 3.072 27.136 10.752 7.168 9.728 10.752 21.504 9.728 33.28 0 15.872-5.632 31.744-15.36 44.544-10.24 11.776-22.016 23.04-33.792 33.792-18.432 15.36-35.328 32.256-50.176 51.2-15.872 22.016-24.576 48.128-24.064 75.264v9.728h169.472v-48.128H319.488c10.24-18.432 24.576-34.304 41.472-47.104zM636.928 653.312c-4.608-7.68-10.752-14.336-18.432-19.456 18.432-15.36 28.16-38.4 26.624-62.464 1.024-23.04-7.168-45.568-22.016-62.464-15.36-15.872-36.864-24.576-59.392-23.552-22.528-1.024-44.544 8.704-59.392 26.112-16.384 19.456-25.6 44.032-26.624 69.632l-0.512 10.24h45.056l1.024-8.704c0.512-13.824 5.12-27.136 13.312-38.4 15.36-14.848 39.424-15.36 54.784-1.024 6.656 8.704 10.24 19.456 9.216 30.208 1.024 10.752-2.56 21.504-9.216 29.696-7.168 7.168-17.408 10.24-27.136 9.728h-27.136v44.544h28.16c10.752-1.024 21.504 3.072 29.696 10.752 7.68 9.216 11.264 20.992 10.752 32.768 0.512 12.8-3.584 25.088-11.264 34.816-7.68 9.216-19.456 14.336-31.232 13.824-10.752 0-20.992-4.096-28.16-11.776-10.24-12.288-15.36-28.16-14.848-44.032l-0.512-9.216h-46.08l0.512 10.24c0 28.672 10.752 56.832 29.696 78.336 35.328 32.768 90.112 30.72 122.88-4.608l0.512-0.512c16.384-19.456 24.576-44.032 24.064-69.12-1.024-15.36-5.632-31.744-14.336-45.568z" fill="#DCDCDD" ></path></symbol><symbol id="icon-Roses" viewBox="0 0 1024 1024"><path d="M581.0432 249.856c-163.328 0-295.936 132.608-295.936 295.936s132.608 295.936 295.936 295.936 295.936-132.608 295.936-295.936c-1.024-162.816-133.12-294.912-295.936-295.936z m0 446.464c-80.384 0-145.408-65.024-145.408-145.408s65.024-145.408 145.408-145.408 145.408 65.024 145.408 145.408c1.536 78.848-61.44 143.872-140.288 145.408h-5.12z" fill="#7A7C7D" ></path><path d="M867.2512 332.288l-169.984 125.952c18.944 23.552 29.184 52.224 29.184 82.432 0 38.4-15.872 75.264-43.52 101.888l150.528 150.528c123.392-123.904 137.728-319.488 33.792-460.8z" fill="#D7D9DA" ></path><path d="M682.9312 647.68c-27.136 27.136-63.488 42.496-101.888 43.52-38.4 0-75.264-15.872-101.888-43.52l-198.656 198.656c79.872 79.36 187.904 124.928 300.544 125.952 113.152 1.024 221.696-44.544 300.544-125.952l-198.656-198.656z" fill="#7A7C7D" ></path><path d="M440.2432 545.792c0-77.824 62.976-140.8 140.8-140.8V51.2c-273.408 0.512-494.08 222.72-493.568 496.128 0.512 130.56 52.224 255.488 144.384 348.16l252.416-252.416c-29.184-24.064-45.056-59.904-44.032-97.28z" fill="#D7D9DA" ></path></symbol><symbol id="icon-huamianfangdajinyong" viewBox="0 0 1024 1024"><path d="M511.82592 51.02592c254.464 0 460.8 206.336 460.8 460.8s-206.336 460.8-460.8 460.8-460.8-206.336-460.8-460.8 206.336-460.8 460.8-460.8z" fill="#525252" opacity=".4" ></path><path d="M511.82592 254.80192c-23.552 0-43.008 18.944-43.008 43.008v171.008h-171.008c-23.552 0-43.008 18.944-43.008 43.008 0 23.552 18.944 43.008 43.008 43.008h171.008v171.008c0 23.552 18.944 43.008 43.008 43.008s43.008-18.944 43.008-43.008v-171.008h171.008c23.552 0 43.008-18.944 43.008-43.008 0-23.552-18.944-43.008-43.008-43.008h-171.008v-171.008c0-23.552-18.944-43.008-43.008-43.008z" fill="#FFFFFF" opacity=".4" ></path></symbol><symbol id="icon-huamiansuoxiaojinyong" viewBox="0 0 1024 1024"><path d="M511.99488 51.30752c254.464 0 460.8 206.336 460.8 460.8s-206.336 460.8-460.8 460.8-460.8-206.336-460.8-460.8 206.336-460.8 460.8-460.8z" fill="#525252" opacity=".4" ></path><path d="M299.00288 468.07552h425.984c24.064 0 44.032 19.456 44.032 44.032 0 24.064-19.456 44.032-44.032 44.032h-425.984c-24.064 0-44.032-19.456-44.032-44.032s19.968-44.032 44.032-44.032z" fill="#FFFFFF" opacity=".4" ></path></symbol><symbol id="icon-huamiansuoxiaochanggui" viewBox="0 0 1024 1024"><path d="M506.87488 48.74752c254.464 0 460.8 206.336 460.8 460.8s-206.336 460.8-460.8 460.8-460.8-206.336-460.8-460.8 206.336-460.8 460.8-460.8z" fill="#525252" ></path><path d="M293.88288 465.51552h425.984c24.064 0 44.032 19.456 44.032 44.032 0 24.064-19.456 44.032-44.032 44.032h-425.984c-24.064 0-44.032-19.456-44.032-44.032s19.968-44.032 44.032-44.032z" fill="#9F9F9F" ></path></symbol><symbol id="icon-huamianfangdaxuanfu" viewBox="0 0 1024 1024"><path d="M511.82592 51.02592c254.464 0 460.8 206.336 460.8 460.8s-206.336 460.8-460.8 460.8-460.8-206.336-460.8-460.8 206.336-460.8 460.8-460.8z" fill="#525252" ></path><path d="M511.82592 254.80192c-23.552 0-43.008 18.944-43.008 43.008v171.008h-171.008c-23.552 0-43.008 18.944-43.008 43.008 0 23.552 18.944 43.008 43.008 43.008h171.008v171.008c0 23.552 18.944 43.008 43.008 43.008s43.008-18.944 43.008-43.008v-171.008h171.008c23.552 0 43.008-18.944 43.008-43.008 0-23.552-18.944-43.008-43.008-43.008h-171.008v-171.008c0-23.552-18.944-43.008-43.008-43.008z" fill="#FFFFFF" ></path></symbol><symbol id="icon-huamianfangdachanggui" viewBox="0 0 1024 1024"><path d="M511.82592 51.02592c254.464 0 460.8 206.336 460.8 460.8s-206.336 460.8-460.8 460.8-460.8-206.336-460.8-460.8 206.336-460.8 460.8-460.8z" fill="#666666" opacity=".5" ></path><path d="M511.82592 254.80192c-23.552 0-43.008 18.944-43.008 43.008v171.008h-171.008c-23.552 0-43.008 18.944-43.008 43.008 0 23.552 18.944 43.008 43.008 43.008h171.008v171.008c0 23.552 18.944 43.008 43.008 43.008s43.008-18.944 43.008-43.008v-171.008h171.008c23.552 0 43.008-18.944 43.008-43.008 0-23.552-18.944-43.008-43.008-43.008h-171.008v-171.008c0-23.552-18.944-43.008-43.008-43.008z" fill="#FFFFFF" opacity=".5" ></path></symbol><symbol id="icon-huamiansuoxiaoxuanfu" viewBox="0 0 1024 1024"><path d="M511.99488 51.30752c254.464 0 460.8 206.336 460.8 460.8s-206.336 460.8-460.8 460.8-460.8-206.336-460.8-460.8 206.336-460.8 460.8-460.8z" fill="#525252" ></path><path d="M299.00288 468.07552h425.984c24.064 0 44.032 19.456 44.032 44.032 0 24.064-19.456 44.032-44.032 44.032h-425.984c-24.064 0-44.032-19.456-44.032-44.032s19.968-44.032 44.032-44.032z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zuhe1" viewBox="0 0 1024 1024"><path d="M903.168 52.224H113.152C76.8 52.224 47.104 81.92 47.104 118.272v790.016c0 36.352 29.696 66.048 66.048 66.048h790.016c36.352 0 66.048-29.696 66.048-66.048V118.272c-0.512-36.352-29.696-66.048-66.048-66.048z m0 822.784c0 17.92-14.848 32.768-32.768 32.768H146.944c-17.92 0-32.768-14.848-32.768-32.768V152.064c0-17.92 14.848-32.768 32.768-32.768h722.944c18.432 0 32.768 14.848 32.768 32.768v722.944z m-131.584-471.04h-153.6V250.88c0-36.352-29.696-66.048-66.048-66.048H246.784c-36.352 0-66.048 29.696-66.048 66.048v306.688c0 36.352 29.696 66.048 66.048 66.048h153.6v153.088c0 36.352 29.696 66.048 66.048 66.048h305.152c36.352 0 66.048-29.696 66.048-66.048V470.016c-0.512-36.352-29.696-66.048-66.048-66.048z m-491.52 153.088c-17.92 0-32.768-14.848-32.768-32.768V285.184c0-18.432 14.848-32.768 32.768-32.768h238.08c18.432 0 32.768 14.848 32.768 32.768v118.784H465.92c-36.352 0-66.048 29.696-66.048 66.048v87.04H280.064zM550.912 471.04v52.736c0 18.432-14.848 32.768-32.768 32.768h-51.2V504.32c0-18.432 14.848-32.768 32.768-32.768h51.2z m219.648 271.872c0 18.432-14.848 32.768-32.768 32.768H499.712c-17.92 0-32.768-14.848-32.768-32.768v-119.296h84.992c36.352 0 66.048-29.696 66.048-66.048V471.04h119.808c17.92 0 32.768 14.848 32.768 32.768v239.104z m0 0" fill="#7E7E7E" ></path></symbol><symbol id="icon-moren" viewBox="0 0 1024 1024"><path d="M941.056 186.88l-416.768-122.88c-4.096-1.024-8.192-2.048-12.288-2.048-4.096 0-8.192 0.512-11.776 1.536L104.96 178.688c-5.632 0-10.752 2.048-15.36 4.608l-7.168 2.048c-18.432 5.12-31.232 22.016-31.232 41.472l-1.024 533.504c0 17.92 11.264 34.304 27.648 40.448l416.768 157.696c4.608 2.048 10.24 2.56 15.36 2.56s10.24-1.024 15.36-2.56l417.792-156.16c16.896-6.144 28.16-22.528 28.16-40.448l1.024-533.504c-0.512-19.456-12.8-36.352-31.232-41.472z m-410.624-51.2l243.2 71.68c8.192 2.048 8.192 13.824 0 16.384l-242.688 76.8c-13.312 4.096-27.136 4.096-39.936 0L249.344 222.72c-8.192-2.56-7.68-13.824 0-16.384l243.712-71.168c12.8-3.072 25.6-3.072 37.376 0.512zM143.872 259.072l320 102.912c8.192 2.56 13.824 10.24 13.824 18.432v471.04c0 13.824-13.824 23.04-26.624 18.432l-321.024-121.344c-7.68-3.072-12.8-10.24-12.8-18.432l1.024-452.096c0-13.312 13.312-22.528 25.6-18.944z m0 0" fill="#8A8A8A" ></path></symbol><symbol id="icon-xiala" viewBox="0 0 1024 1024"><path d="M508.928 233.472h383.488c69.12 0 104.448 87.04 55.808 138.24l-154.112 162.304-229.376 242.176c-30.72 32.256-80.896 32.256-111.616 0l-229.376-242.176-154.112-162.304c-48.128-51.712-13.312-138.24 55.808-138.24h383.488z m0 0" fill="#FEBF72" ></path></symbol><symbol id="icon-Home" viewBox="0 0 1024 1024"><path d="M888.32 324.608L606.208 76.8c-53.76-48.128-134.656-48.128-188.416 0L135.68 324.608c-30.208 27.136-47.616 65.536-47.104 106.496v411.136c0 77.824 62.976 141.312 141.312 141.312h564.736c77.824 0 141.312-62.976 141.312-141.312V430.08c-0.512-40.448-17.408-78.848-47.616-105.472z m-282.112 564.224H417.792v-235.008c0-26.112 20.992-47.104 47.104-47.104h94.208c26.112 0 47.104 20.992 47.104 47.104v235.008z m235.008-47.104c0 26.112-20.992 47.104-47.104 47.104h-94.208v-235.008c0-77.824-62.976-141.312-141.312-141.312H464.896c-77.824 0-141.312 62.976-141.312 141.312v235.008H229.888c-26.112 0-47.104-20.992-47.104-47.104V430.08c0-13.312 5.632-26.112 15.872-35.328l282.112-246.784c17.92-15.36 44.544-15.36 61.952 0l282.112 246.784c10.24 8.704 15.872 22.016 15.872 35.328v411.648z" fill="#7E7E7F" ></path></symbol><symbol id="icon-ziyuan2" viewBox="0 0 1024 1024"><path d="M876.032 502.784l-156.16-156.16c-27.136 10.24-61.952 3.584-103.936-19.456l175.104 175.104c4.608 4.608 1.536 12.8-5.12 12.8H238.592c-6.656 0-10.24-8.192-5.12-12.8l51.2-51.2c-16.896-10.24-31.232-25.088-40.96-43.52L147.456 503.296c-7.68 7.68-11.776 17.408-11.776 28.16V901.12c0 59.392 48.128 107.008 107.008 107.008h537.6c59.392 0 107.008-48.128 107.008-107.008v-368.64c1.024-11.264-3.584-21.504-11.264-29.696z m-47.616 398.848c0 26.112-20.992 47.616-47.616 47.616h-537.6c-26.112 0-47.616-20.992-47.616-47.616v-318.976c0-4.096 3.584-7.68 7.68-7.68h617.472c4.096 0 7.68 3.584 7.68 7.68v318.976z" fill="#FFFFFF" ></path><path d="M407.552 23.04c58.88-22.528 124.416 7.168 146.944 65.536 14.848 39.424-4.608 94.208-58.88 164.864-87.552-16.384-138.752-44.544-153.6-83.456-23.04-58.88 6.656-124.928 65.536-146.944z m0 0M237.568 394.752C215.04 335.872 244.736 269.824 303.616 247.808c39.424-14.848 94.208 4.608 164.864 58.88-16.896 87.552-44.544 138.752-83.968 153.6-58.88 22.528-124.416-7.168-146.944-65.536zM786.432 199.68c-22.528-58.88-88.064-88.064-146.944-65.536-39.424 14.848-67.072 66.048-83.456 153.6 70.656 54.272 125.44 73.728 164.864 58.88 28.16-10.752 51.2-32.256 63.488-59.904 11.776-27.648 12.8-58.88 2.048-87.04z m0 0M478.208 515.072h206.848c0-0.512 0.512-1.024 0.512-1.024 12.288-27.648 13.312-58.88 2.56-87.04-14.848-39.424-66.048-67.072-153.6-83.456-54.784 70.144-74.24 125.44-59.392 164.352 1.024 2.56 2.048 5.12 3.072 7.168z" fill="#FFFFFF" opacity=".45" ></path></symbol><symbol id="icon-ziyuan1" viewBox="0 0 1024 1024"><path d="M887.296 487.936l-160.768-160.768c-28.16 10.24-64 3.584-107.52-19.968l180.224 180.224c4.608 4.608 1.536 13.312-5.632 13.312H230.4c-6.656 0-10.24-8.192-5.632-13.312l52.736-52.736c-17.408-10.752-32.256-26.112-42.496-45.056L136.704 487.936c-7.68 7.68-12.288 17.92-12.288 29.184v380.928c0 60.928 49.664 110.592 110.592 110.592h553.984c60.928 0 110.592-49.664 110.592-110.592v-380.416c0-11.264-4.608-22.016-12.288-29.696z m-49.664 410.112c0 27.136-22.016 48.64-48.64 48.64H235.008c-27.136 0-48.64-22.016-48.64-48.64v-328.704c0-4.096 3.584-7.68 7.68-7.68h636.416c4.096 0 7.68 3.584 7.68 7.68v328.704z" fill="#D2D2D3" ></path><path d="M400.896 26.112c58.88-27.136 128.512-1.024 155.648 57.856 17.92 39.424 1.536 97.28-49.664 173.568-91.136-11.264-145.92-36.352-163.84-75.264-27.136-59.392-1.024-129.024 57.856-156.16z m0 0" fill="#69CB91" ></path><path d="M251.392 419.84c-27.136-58.88-1.024-128.512 57.856-155.648 39.424-17.92 97.28-1.536 173.568 49.664-11.264 91.136-36.352 145.92-75.264 163.84-59.392 26.624-129.024 1.024-156.16-57.856zM802.304 182.272c-27.136-58.88-96.768-84.48-155.648-57.856-39.424 17.92-64.512 72.704-75.264 163.84 76.288 51.2 134.144 67.584 173.568 49.664 28.16-12.8 50.176-36.864 60.928-66.048 10.752-29.184 9.216-61.44-3.584-89.6z" fill="#247ADE" ></path><path d="M723.456 500.224c6.656-26.112 4.096-53.248-7.168-77.824-17.92-39.424-72.704-64.512-163.84-75.264-43.008 64-61.44 115.2-55.296 153.088h226.304z" fill="#A0BFF7" ></path></symbol><symbol id="icon-quanxiantianjiazhuti2" viewBox="0 0 1024 1024"><path d="M766.464 40.96H260.096C138.24 40.96 39.424 139.776 39.424 261.632v505.856c0 121.856 98.304 215.552 215.552 215.552h505.856c121.856 0 215.552-98.304 215.552-215.552v-506.88c9.728-121.344-88.576-219.648-209.92-219.648z" fill="#8B9CA4" ></path><path d="M812.544 556.032h-257.536v257.536c0 18.944-18.944 41.984-41.984 41.984-23.04 0-41.984-18.944-41.984-41.984v-257.536H212.992c-18.944 0-41.984-18.944-41.984-41.984 0-23.04 18.944-41.984 41.984-41.984h262.144V214.528c0-18.944 18.944-41.984 47.104-41.984 18.944 0 41.984 18.944 41.984 41.984v262.144h257.536c18.944 0 37.376 18.944 37.376 37.376 0.512 18.432-23.04 41.984-46.592 41.984z" fill="#FFFFFF" ></path></symbol><symbol id="icon-baocun" viewBox="0 0 1024 1024"><path d="M941.056 326.656l-142.848-258.56c-9.216-16.896-27.136-27.648-46.592-27.648H184.832C124.928 40.448 76.8 89.088 76.8 148.48v726.016c0 59.904 48.64 108.032 108.032 108.032H839.68c59.904 0 108.032-48.64 108.032-108.032v-522.24c0-8.704-2.56-17.408-6.656-25.6zM405.504 140.288c0-5.632 4.608-10.24 10.24-10.24h201.728c5.632 0 10.24 4.608 10.24 10.24v139.264c0 5.632-4.608 10.24-10.24 10.24H415.744c-5.632 0-10.24-4.608-10.24-10.24V140.288z m453.12 734.72c0 10.752-8.704 18.944-18.944 18.944H184.832c-10.752 0-18.944-8.704-18.944-18.944V148.992c0-10.752 8.704-18.944 18.944-18.944h121.344c5.632 0 10.24 4.608 10.24 10.24v198.656c2.56 22.528 21.504 39.936 44.032 39.936h300.544c30.208 0 54.784-24.576 54.784-54.784V168.448c0-10.752 13.824-14.336 19.456-5.12l121.344 212.992c1.024 1.536 1.536 3.072 1.536 5.12v493.568z" fill="#FEBF72" ></path><path d="M645.12 500.224H388.096c-47.104 0-85.504 38.4-85.504 85.504v142.848c0 41.984 34.304 76.8 76.8 76.8H645.12c41.984 0 76.8-34.304 76.8-76.8v-152.064c-0.512-41.984-34.816-76.288-76.8-76.288z m14.848 228.864c0 8.192-6.656 15.36-15.36 15.36H378.88c-8.192 0-15.36-6.656-15.36-15.36v-142.848c0-13.312 10.752-24.064 24.064-24.064H645.12c8.192 0 15.36 6.656 15.36 15.36v151.552z" fill="#FEBF72" ></path></symbol><symbol id="icon-denglurizhi" viewBox="0 0 1024 1024"><path d="M622.592 468.992H369.664c-23.552 0-43.008 19.456-43.008 43.008 0 23.552 19.456 43.008 43.008 43.008h253.44c23.552 0 43.008-19.456 43.008-43.008-0.512-23.552-19.456-43.008-43.52-43.008zM622.592 271.36H369.664c-23.552 0-43.008 19.456-43.008 43.008 0 23.552 19.456 43.008 43.008 43.008h253.44c23.552 0 43.008-19.456 43.008-43.008-0.512-23.552-19.456-43.008-43.52-43.008zM622.592 666.624H369.664c-23.552 0-43.008 19.456-43.008 43.008 0 23.552 19.456 43.008 43.008 43.008h253.44c23.552 0 43.008-19.456 43.008-43.008-0.512-23.552-19.456-43.008-43.52-43.008z" fill="#8A8A8A" ></path><path d="M887.808 377.344v-194.56c0-59.904-47.104-109.056-105.472-109.056H209.92c-58.368 0-105.472 48.64-105.472 109.056v154.624H40.96v86.016h63.488v177.664H40.96v86.016h63.488v154.624c0 59.904 47.104 109.056 105.472 109.056h572.416c58.368 0 105.472-48.64 105.472-109.056v-195.072c56.32-18.944 95.232-72.704 95.232-134.656 0-61.44-38.912-115.712-95.232-134.656zM188.416 686.592h63.488v-86.016H188.416V423.424h63.488V337.408H188.416V182.784c0-12.8 9.728-23.04 22.016-23.04h572.416c11.776 0 22.016 10.24 22.016 23.04v195.072c-56.32 18.944-95.232 72.704-95.232 134.656s38.912 115.712 95.232 134.656v195.072c0 12.8-9.728 23.04-22.016 23.04H209.92c-11.776 0-22.016-10.24-22.016-23.04v-155.648zM792.064 512c0-30.72 24.064-55.808 53.76-55.808s53.76 25.088 53.76 55.808-24.064 55.808-53.76 55.808-53.76-25.088-53.76-55.808z" fill="#8A8A8A" ></path></symbol><symbol id="icon-jiaoseguanli" viewBox="0 0 1024 1024"><path d="M985.088 256H727.04c-17.408 0-31.232 13.824-31.232 31.232 0 17.408 13.824 31.232 31.232 31.232h258.048c17.408 0 31.232-13.824 31.232-31.232 0-17.408-13.824-31.232-31.232-31.232z m-89.6 125.44H727.04c-17.408 0-31.232 13.824-31.232 31.232 0 17.408 13.824 31.232 31.232 31.232h168.448c17.408 0 31.232-13.824 31.232-31.232 0-17.408-14.336-31.232-31.232-31.232z m-83.456 128H727.04c-17.408 0-31.232 13.824-31.232 31.232 0 17.408 13.824 31.232 31.232 31.232h84.48c17.408 0 31.232-13.824 31.232-31.232 0-17.408-13.824-31.232-31.232-31.232h0.512z m-300.032 8.192c73.728-53.76 104.448-148.48 76.288-235.52-28.16-86.528-109.056-145.408-200.192-145.408S216.064 195.584 187.904 282.112s2.56 181.76 76.288 235.52c-147.456 52.736-246.272 192.512-246.272 349.184 0 17.408 13.824 31.232 31.232 31.232s31.232-13.824 31.232-31.232c7.168-164.352 142.848-293.888 307.2-293.888s300.032 129.536 307.2 293.888c0 17.408 13.824 31.232 31.232 31.232 17.408 0 31.232-13.824 31.232-31.232 1.024-157.184-97.792-296.96-245.248-349.184zM240.64 348.16c0-81.92 66.048-147.968 147.968-147.968S536.064 266.24 536.064 348.16c0 81.92-66.048 147.968-147.968 147.968S240.64 430.08 240.64 348.16z m0 0" fill="#8A8A8A" ></path></symbol><symbol id="icon-yonghuguanli" viewBox="0 0 1024 1024"><path d="M144.8 926c-1.8 0-3.6 0-5.85-0.45-13.95-2.25-25.65-11.7-30.15-25.2v-0.45c0-0.45 0-0.45-0.45-0.9 0-0.45 0-0.9-0.45-0.9-0.9-3.15-1.35-6.3-1.35-9.9v-0.45c1.8-85.05 30.6-166.5 82.8-234.9 42.3-55.35 101.25-100.8 165.6-128.25l12.15-5.4-9.9-9c-22.95-20.25-42.3-45-55.8-72-16.65-32.85-25.2-69.3-25.2-105.75C277.1 203.3 382.4 98 512 98c129.6 0 234.9 105.3 234.9 234.9 0 37.35-8.55 74.25-25.2 106.65-13.5 26.55-32.4 51.3-54.9 71.1l-9.9 8.55 12.15 5.4c64.35 27.45 122.85 72.9 165.15 128.25 52.65 68.4 81 149.4 82.8 234.9v0.45c0 20.7-17.1 37.8-37.8 37.8H144.8z m367.2-358.2c-157.95 0-297.45 117-324.45 272.7l-1.8 9.9h652.05l-1.8-9.9c-26.55-155.25-166.05-272.7-324-272.7z m0-393.75c-87.75 0-158.85 71.1-158.85 158.85S424.25 491.75 512 491.75c87.75 0 158.85-71.1 158.85-158.85S599.75 174.05 512 174.05z" fill="#8A8A8A" ></path></symbol><symbol id="icon-shebeirizhi" viewBox="0 0 1024 1024"><path d="M175.104 934.912C100.864 934.912 40.96 875.008 40.96 800.768v-481.28c0-20.992 16.896-37.888 37.888-37.888h155.136V126.976c0-20.992 16.896-37.888 37.888-37.888h674.304c20.992 0 37.888 16.896 37.888 37.888V752.64c0 100.352-81.92 182.272-182.272 182.272H175.104z m133.632-134.144c0 15.36-3.072 30.208-8.192 44.544l-5.12 13.824h505.344c58.88 0 107.008-48.128 107.008-107.008V164.352h-599.04v636.416z m-192.512 0c0 32.256 26.112 58.368 58.368 58.368 32.256 0 58.368-26.112 58.368-58.368V356.864H116.224v443.904zM704.512 742.4c-20.992 0-37.888-16.896-37.888-37.888s16.896-37.888 37.888-37.888h48.128c20.992 0 37.888 16.896 37.888 37.888s-16.896 37.888-37.888 37.888h-48.128z m-240.64 0c-20.992 0-37.888-16.896-37.888-37.888s16.896-37.888 37.888-37.888h48.128c20.992 0 37.888 16.896 37.888 37.888s-16.896 37.888-37.888 37.888h-48.128z m240.64-192.512c-20.992 0-37.888-16.896-37.888-37.888 0-20.992 16.896-37.888 37.888-37.888h48.128c20.992 0 37.888 16.896 37.888 37.888 0 20.992-16.896 37.888-37.888 37.888h-48.128z m-240.64 0c-20.992 0-37.888-16.896-37.888-37.888 0-20.992 16.896-37.888 37.888-37.888h48.128c20.992 0 37.888 16.896 37.888 37.888 0 20.992-16.896 37.888-37.888 37.888h-48.128z m0-193.024c-20.992 0-37.888-16.896-37.888-37.888 0-20.992 16.896-37.888 37.888-37.888H752.64c20.992 0 37.888 16.896 37.888 37.888 0 20.992-16.896 37.888-37.888 37.888H463.872z" fill="#8A8A8A" ></path></symbol><symbol id="icon-mokuairizhi" viewBox="0 0 1024 1024"><path d="M719.872 445.44c11.776-6.656 19.456-18.944 18.944-32.768V194.56c0-13.824-7.168-26.112-18.944-32.768l-188.928-109.056c-11.776-6.656-26.112-6.656-37.888 0L304.128 162.304c-11.776 6.656-19.456 18.944-18.944 32.768v218.112c0 13.824 7.168 26.112 18.944 32.768l189.44 109.568c5.632 3.072 11.776 4.608 18.432 4.608 6.144 0 12.8-1.536 18.944-4.608L719.872 445.44z m-56.32-228.864v175.616l-151.552 87.04-151.552-87.04V216.576L512 129.024l151.552 87.552zM476.16 577.536L287.232 468.48c-11.776-6.656-26.112-6.656-37.888 0l-189.952 109.056c-11.776 7.168-18.432 19.456-18.432 32.768v218.112c0 13.312 7.168 25.6 18.944 32.768l192 108.544c5.632 3.584 11.776 5.632 18.432 5.632H271.872c5.632-0.512 10.752-2.56 14.848-5.12l189.44-108.544c11.776-7.168 18.432-19.456 18.432-32.768v-218.112c0-13.824-7.168-26.112-18.432-33.28z m-56.832 54.784v175.104l-148.48 87.04-155.136-87.04v-174.592L271.36 544.768l147.968 87.552zM964.096 577.536l-189.44-109.056c-11.776-6.656-26.112-6.656-37.888 0L547.84 577.536c-11.776 7.168-18.432 19.456-18.432 32.768v218.112c0 13.312 7.168 25.6 18.944 32.768l188.928 109.056c5.632 3.584 12.288 5.12 18.944 5.12h1.024c6.656 0 12.8-2.048 17.92-5.12l189.952-109.056c11.776-7.168 18.432-19.456 18.432-32.768v-218.112c-0.512-13.312-7.68-25.6-19.456-32.768z m-56.32 54.784v175.104l-152.064 87.04-151.552-87.04v-175.104l151.552-87.552 152.064 87.552z" fill="#8A8A8A" ></path></symbol><symbol id="icon-yunhangmokuai" viewBox="0 0 1024 1024"><path d="M785.408 201.728c0 11.776 6.656 23.04 16.896 29.696 10.24 6.144 23.552 6.144 33.792 0s16.896-16.896 16.896-29.696c0-11.776-6.656-23.04-16.896-29.696-10.24-6.144-23.552-6.144-33.792 0-10.752 6.656-16.896 17.408-16.896 29.696z m0 0M409.6 688.128c6.144 0 11.776-1.536 16.896-4.608l242.688-141.824c11.776-5.12 18.944-16.896 18.944-31.232 0-11.776-6.656-23.04-16.896-29.696l-237.056-138.24c-6.656-7.168-15.36-11.776-25.088-11.776-18.432 0-33.28 15.36-33.28 33.792v2.048h-0.512l0.512 282.624v3.584c1.024 19.968 15.36 35.328 33.792 35.328z m0 0" fill="#E1E1E2" ></path><path d="M929.792 295.424c-6.144-11.264-16.896-18.432-30.208-18.432-18.432 0-33.792 15.36-33.792 33.792 0 6.656 1.536 12.8 5.12 16.896 28.16 55.296 44.544 117.248 44.544 183.808 0 222.72-180.736 402.944-402.944 402.944-222.208 0-404.48-179.712-404.48-402.944s180.224-402.944 402.944-402.944c65.536 0 127.488 15.36 182.272 43.52v-0.512c5.12 3.072 11.264 4.608 16.384 4.608 18.432 0 33.792-15.36 33.792-33.792 0-13.824-8.192-25.6-19.968-31.232-64-32.768-136.192-51.2-212.48-51.2-260.096 0-471.04 210.944-471.04 471.04s210.944 471.04 471.04 471.04 471.04-210.944 471.04-471.04c0-77.824-18.944-150.528-52.224-215.552z m0 0" fill="#E1E1E2" ></path></symbol><symbol id="icon-tupiansucai" viewBox="0 0 1024 1024"><path d="M990.208 291.84L890.88 769.536c-3.072 14.848-15.872 25.088-30.72 25.088-2.048 0-4.096 0-6.144-0.512-16.896-3.584-27.648-19.968-24.064-36.864l92.672-446.976L324.096 188.928l-14.848 66.56c-3.584 16.896-20.48 27.648-37.376 23.552-16.896-3.584-27.648-20.48-23.552-37.376l21.504-96.768c3.584-16.384 19.968-27.136 36.864-24.064l659.456 133.12c8.192 1.536 15.36 6.656 19.968 13.312 4.096 7.68 5.632 16.384 4.096 24.576z m-195.072 569.856c0 23.04-18.432 41.984-41.984 41.984H75.264c-23.04 0-41.984-18.432-41.984-41.984V350.208c0-23.04 18.432-41.984 41.984-41.984h678.4c23.04 0 41.984 18.432 41.984 41.984v511.488zM116.736 392.192v257.536L293.376 506.88c13.824-11.264 35.84-11.264 49.152 0.512l198.656 175.616 82.944-70.656c13.824-11.776 28.672-11.776 42.496 0l34.816 35.328V392.192H116.736z m584.192 427.52v-75.776l-58.368-55.296-78.848 71.168c-13.824 11.776-33.28 11.776-47.104-0.512l-201.728-176.128-198.144 161.28v75.264h584.192z m-173.056-258.048c35.328 0 64-28.672 64-64s-28.672-63.488-64-63.488-64 28.672-64 63.488c-0.512 35.84 28.672 64 64 64z m0 0" fill="#E1E1E2" ></path></symbol><symbol id="icon-biaozhunkongjian" viewBox="0 0 1024 1024"><path d="M513.024 983.04c-2.56 0-5.12-0.512-7.68-1.024l-2.56-0.512h-4.096c-0.512 0-0.512-0.512-1.024-0.512l-366.08-225.792c-9.728-6.144-15.36-16.384-15.36-28.16V297.984c-0.512-3.072-0.512-6.144 0-9.216v-2.56l1.024-2.56c0.512-0.512 0.512-1.024 1.024-1.024l1.024-1.024 0.512-1.024c0.512-1.024 1.536-2.048 2.048-2.56l3.584-2.56 3.584-3.584L491.52 46.08c5.12-3.072 11.264-5.12 17.408-5.12 6.144 0 12.288 1.536 17.408 5.12l366.592 226.304 7.168 3.584 2.048 1.536c0.512 1.024 1.536 2.048 2.048 3.072l0.512 1.024 1.024 1.024c0.512 0.512 0.512 1.024 1.024 1.024l1.024 2.56v2.56c0.512 3.072 0.512 6.144 0 9.216v428.544c0 11.264-5.632 22.016-15.36 28.16l-363.52 225.792c-0.512 0-0.512 0.512-1.024 0.512h-4.096l-2.56 0.512c-2.56 1.024-5.12 1.536-8.192 1.536z m30.208-438.784v349.184l300.032-185.344V359.424l-300.032 184.832z m-366.08 163.84l300.032 185.344v-349.184L177.152 359.424v348.672z m29.696-408.064l303.616 187.392L814.08 300.032 510.464 113.152 206.848 300.032z" fill="#E1E1E2" ></path></symbol><symbol id="icon-banbenshuoming1" viewBox="0 0 1024 1024"><path d="M472.064 982.528c-3.584 0-7.168-0.512-10.24-1.536l-6.144-2.048-388.608-185.856c-11.264-5.12-18.944-15.36-20.48-27.648l-0.512-6.144V264.192c0-12.288 6.144-23.552 15.872-30.208l5.12-3.072 389.12-185.856c5.12-2.56 10.24-3.584 15.872-3.584 3.584 0 7.168 0.512 10.24 1.536l5.632 2.048 388.608 185.856c12.8 6.144 20.992 18.944 20.992 32.768l-0.512 3.584-2.048 8.704 2.048 2.048v270.336h-73.728V322.56L487.936 483.84c-5.12 2.56-10.24 3.584-15.872 3.584-1.536 0-3.584 0-5.12-0.512l-5.632-1.536-5.632-2.048-335.872-160.256-3.072 412.16 353.28 170.496 110.08-52.736 31.744 66.56-123.904 59.392c-5.12 2.048-10.752 3.584-15.872 3.584zM167.936 264.192l302.08 146.432 306.176-146.432-304.128-144.896-304.128 144.896z" fill="#B8B8B8" ></path><path d="M708.608 955.904l-167.424-378.368h111.616l103.424 264.192 14.848 32.256 7.68-33.28v-0.512l97.28-263.168H988.16l-165.888 378.368-113.664 0.512z" fill="#B8B8B8" ></path></symbol><symbol id="icon-qita1" viewBox="0 0 1024 1024"><path d="M103.424 105.984c87.04-87.04 227.84-87.04 314.88 0C476.16 163.84 484.864 277.504 444.416 446.976c-169.472 40.448-283.136 31.744-340.992-26.112-87.04-86.528-87.04-227.84 0-314.88z m0 0" fill="#69CB91" ></path><path d="M97.28 905.216c-87.04-87.04-87.04-227.84 0-314.88 57.856-57.856 171.52-66.56 340.992-26.112 40.448 169.472 31.744 283.136-26.112 340.992-87.04 87.04-227.84 87.04-314.88 0zM920.576 118.784c-87.04-87.04-227.84-87.04-314.88 0-57.856 57.856-66.56 171.52-26.112 340.992 169.472 40.448 283.136 31.744 340.992-26.112 41.984-41.984 65.024-98.304 65.024-157.696 0.512-58.88-23.04-115.712-65.024-157.184z m0 0" fill="#247ADE" ></path><path d="M926.72 918.016c41.984-41.984 65.024-98.304 65.024-157.696 0-58.88-23.552-115.712-65.024-157.696-57.856-57.856-171.52-66.56-340.992-26.112-40.448 169.472-31.744 283.136 26.112 340.992 87.04 87.04 227.84 87.04 314.88 0.512z m0 0" fill="#A0BFF7" ></path></symbol><symbol id="icon-shanchu1" viewBox="0 0 1024 1024"><path d="M463.872 310.272v302.08c0 24.064 19.968 44.032 44.032 44.032s44.032-19.968 44.032-44.032v-302.08c0-24.064-19.968-44.032-44.032-44.032s-44.032 19.968-44.032 44.032zM507.904 703.488c-33.28 0-60.416 27.136-60.416 60.416S474.624 824.32 507.904 824.32s60.416-27.136 60.416-60.416-27.136-60.416-60.416-60.416z" fill="#9E5466" ></path><path d="M968.192 776.704l-357.376-640C585.728 92.16 548.352 66.56 507.392 66.56s-78.848 25.6-103.424 70.656L47.104 776.704c-25.088 45.056-27.136 91.136-6.144 126.464 20.992 35.84 62.464 56.32 113.152 56.32h707.584c51.2 0 92.672-20.48 113.152-56.32 20.992-35.84 18.944-81.92-6.656-126.464zM535.04 179.712l357.376 640c9.216 16.896 11.776 31.744 7.168 39.424-4.608 8.192-18.944 12.8-37.888 12.8H154.112c-18.432 0-33.28-5.12-37.888-12.8s-2.048-22.528 7.168-39.424l356.864-640c9.728-17.92 20.992-26.112 27.136-26.112 6.656 0 17.408 8.192 27.648 26.112z" fill="#9E5466" ></path></symbol><symbol id="icon-tishi" viewBox="0 0 1024 1024"><path d="M943.104 329.216c-23.552-56.32-57.856-106.496-100.864-149.504S748.544 102.4 692.736 78.848c-57.856-24.576-119.808-36.864-183.296-36.864S384 54.272 326.144 78.848c-56.32 23.552-106.496 57.856-149.504 100.864a463.1552 463.1552 0 0 0-101.376 149.504c-24.576 57.856-36.864 119.808-36.864 183.296s12.288 125.44 36.864 183.296c23.552 56.32 57.856 106.496 100.864 149.504s93.696 77.312 149.504 100.864c57.856 24.576 119.808 36.864 183.296 36.864s125.44-12.288 183.296-36.864c56.32-23.552 106.496-57.856 149.504-100.864s77.312-93.696 100.864-149.504c24.576-57.856 36.864-119.808 36.864-183.296 1.024-63.488-11.776-124.928-36.352-183.296z m-30.72 183.296c0 222.208-180.736 402.944-402.944 402.944s-402.944-180.736-402.944-402.944 180.736-402.944 402.944-402.944 402.944 180.736 402.944 402.944z" fill="#FEBF72" ></path><path d="M513.024 448c-36.352 0-64.512 28.16-64.512 64.512s28.16 64.512 64.512 64.512 64.512-28.16 64.512-64.512c0.512-36.352-28.16-64.512-64.512-64.512zM310.784 448c-36.352 0-64.512 28.16-64.512 64.512s28.16 64.512 64.512 64.512 64.512-28.16 64.512-64.512c0.512-36.352-28.16-64.512-64.512-64.512zM715.264 448c-36.352 0-64.512 28.16-64.512 64.512s28.16 64.512 64.512 64.512 64.512-28.16 64.512-64.512-28.16-64.512-64.512-64.512z" fill="#FEBF72" ></path></symbol><symbol id="icon-wancheng" viewBox="0 0 1024 1024"><path d="M733.184 341.504c-10.752 0-20.48 4.608-27.648 12.288L467.968 614.4 344.064 500.224c-7.168-7.68-16.896-12.288-27.648-12.288-10.752 0-20.48 4.608-27.648 12.288-15.36 16.896-15.36 43.008-0.512 60.416l151.552 145.408c7.168 7.68 16.896 12.288 27.648 12.288s20.48-4.608 27.648-12.288l265.728-290.816c15.872-16.896 15.872-44.544 0-60.928-6.656-8.192-16.896-12.8-27.648-12.8z" fill="#57D05B" ></path><path d="M509.952 44.032c-259.584 0-471.04 211.456-471.04 471.04s211.456 471.04 471.04 471.04 471.04-211.456 471.04-471.04-211.456-471.04-471.04-471.04z m0 863.232c-216.064 0-392.192-176.128-392.192-392.192S293.888 122.88 509.952 122.88s392.192 176.128 392.192 392.192-176.128 392.192-392.192 392.192z" fill="#57D05B" ></path></symbol><symbol id="icon-cuowutishi" viewBox="0 0 1024 1024"><path d="M512 645.12c18.432 0 33.792-14.848 33.792-33.792v-302.08c0-18.432-14.848-33.792-33.792-33.792-18.432 0-33.792 14.848-33.792 33.792v302.08c0 18.944 15.36 33.792 33.792 33.792z m0 0M512 712.704c-27.648 0-50.176 22.528-50.176 50.176s22.528 50.176 50.176 50.176 50.176-22.528 50.176-50.176-22.528-50.176-50.176-50.176z m0 0" fill="#E94F42" ></path><path d="M964.096 780.8l-357.376-640c-23.552-41.472-57.856-65.536-94.72-65.536-36.864 0-71.68 24.064-94.72 65.536l-357.376 640c-23.04 41.472-25.6 83.968-6.144 116.224 18.944 32.256 57.344 51.2 104.448 51.2h707.584c47.616 0 85.504-18.432 104.448-51.2 18.944-32.256 16.896-74.752-6.144-116.224z m-51.712 82.432c-6.656 11.264-23.552 17.92-46.592 17.92H158.208c-23.04 0-39.936-6.656-46.592-17.92-6.656-11.264-4.096-29.184 7.168-49.664L475.648 174.08c10.752-19.456 24.576-31.232 36.352-31.232s25.088 11.776 35.84 31.232l357.376 640c11.264 19.968 13.824 37.888 7.168 49.152z m0 0" fill="#E94F42" ></path></symbol><symbol id="icon-tuichu" viewBox="0 0 1024 1024"><path d="M135.168 512c0 26.112 20.992 47.104 47.104 47.104h357.376l-108.544 108.032c-18.432 18.432-18.432 48.128-0.512 66.56l0.512 0.512c18.432 18.432 48.128 18.432 66.56 0.512l0.512-0.512 188.416-188.416c4.096-4.608 7.68-9.728 9.728-15.36 4.608-11.264 4.608-24.576 0-35.84-2.048-5.632-5.632-11.264-9.728-15.36L498.176 290.304c-18.432-18.432-48.64-18.432-67.072 0-18.432 18.432-18.432 48.64 0 67.072l108.544 108.032H182.272c-26.112-0.512-47.104 20.48-47.104 46.592zM747.52 40.96H276.48C198.656 40.96 135.168 104.448 135.168 182.272v141.312c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104V182.272c0-26.112 20.992-47.104 47.104-47.104h471.04c26.112 0 47.104 20.992 47.104 47.104v659.456c0 26.112-20.992 47.104-47.104 47.104H276.48c-26.112 0-47.104-20.992-47.104-47.104v-141.312c0-26.112-20.992-47.104-47.104-47.104s-47.104 20.992-47.104 47.104v141.312c0 77.824 63.488 141.312 141.312 141.312h471.04c77.824 0 141.312-63.488 141.312-141.312V182.272C888.832 104.448 825.344 40.96 747.52 40.96z" fill="#C7CCD2" ></path></symbol><symbol id="icon-suoxiao1" viewBox="0 0 1024 1024"><path d="M911.36 52.224H344.064c-39.424 0-71.68 32.256-71.68 71.68V261.12H112.64c-39.424 0-71.68 32.256-71.68 71.68v566.784c0 39.424 32.256 71.68 71.68 71.68h566.784c39.424 0 71.68-32.256 71.68-71.68V762.88H911.36c39.424 0 71.68-32.256 71.68-71.68V123.904c0-39.424-32.256-71.68-71.68-71.68z m-237.568 841.728H118.784V338.944h554.496v555.008z m231.424-208.896h-153.6V332.8c0-39.424-32.256-71.68-71.68-71.68H350.208V130.048h554.496v555.008z" fill="#7E7E7E" ></path></symbol><symbol id="icon-geren" viewBox="0 0 1024 1024"><path d="M972.8 930.816c-2.048-97.28-34.816-189.44-94.208-267.264-48.64-62.976-114.688-114.176-187.904-145.92 26.112-23.04 48.128-50.688 63.488-81.92 18.944-37.888 28.672-80.384 28.672-123.392 0-149.504-121.856-271.36-271.36-271.36S240.64 162.816 240.64 312.32c0 41.984 10.24 84.48 29.184 121.856 15.872 31.232 37.888 59.392 64 82.944-73.728 31.232-139.776 82.944-188.416 145.92-59.904 77.824-92.16 169.984-94.208 267.264v0.512c0 4.608 0.512 8.704 1.536 13.312 0 0.512 0 1.024 0.512 1.536 0 0.512 0.512 1.024 0.512 1.536 6.144 18.432 22.016 31.232 40.96 34.304 2.56 1.536 5.12 1.536 7.68 1.536h819.2c28.16 0 51.2-23.04 51.712-51.2l-0.512-1.024z m-813.568-50.688C188.416 712.704 340.48 583.68 512 583.68c171.52 0 323.584 129.024 352.768 296.448H159.232zM512 144.384c92.672 0 167.936 75.264 167.936 167.936S604.672 480.256 512 480.256c-92.672 0-167.936-75.264-167.936-167.936S419.328 144.384 512 144.384z" fill="#3D6EFF" ></path></symbol><symbol id="icon-xinxi" viewBox="0 0 1024 1024"><path d="M512 588.288c-33.28 0-59.904-27.136-59.904-59.904 0-33.28 27.136-59.904 59.904-59.904 33.28 0 59.904 27.136 59.904 59.904 0 32.768-27.136 59.904-59.904 59.904zM717.824 588.288c-33.28 0-59.904-27.136-59.904-59.904 0-33.28 27.136-59.904 59.904-59.904 15.872 0 31.232 6.656 42.496 17.408 11.264 11.264 17.408 26.624 17.408 42.496 0 15.872-6.144 31.232-17.408 42.496-11.264 11.264-26.624 17.408-42.496 17.408zM306.176 588.288c-33.28 0-59.904-27.136-59.904-59.904 0-33.28 27.136-59.904 59.904-59.904 33.28 0 59.904 27.136 59.904 59.904 0 32.768-26.624 59.904-59.904 59.904z" fill="#C6CBD1" ></path><path d="M142.848 983.04c-56.32 0-101.888-45.568-101.888-101.888V512c0.512-259.584 211.456-470.528 471.04-471.04 259.584 0.512 470.528 211.456 471.04 471.04-0.512 259.584-211.456 470.528-471.04 471.04H142.848zM512 135.68c-207.36 0-375.808 168.96-376.32 376.32v376.32H512c207.36 0 375.808-168.96 376.32-376.32-0.512-207.36-168.96-375.808-376.32-376.32z" fill="#C6CBD1" ></path></symbol><symbol id="icon-qita" viewBox="0 0 1024 1024"><path d="M40.96 43.52h940.544v940.544H40.96z" fill="#E8EFF8" ></path><path d="M239.616 238.592C299.008 179.2 395.776 179.2 455.68 238.592c39.936 39.936 45.568 117.76 17.92 233.984-116.224 27.648-194.56 22.016-233.984-17.92-59.904-59.392-59.904-156.16 0-216.064z m0 0" fill="#69CB91" ></path><path d="M235.52 787.456c-59.904-59.904-59.904-156.672 0-216.064 39.936-39.936 117.76-46.08 233.984-17.92 27.648 116.224 22.016 194.56-17.92 233.984-59.904 59.392-156.672 59.392-216.064 0zM800.768 247.296c-59.904-59.904-156.672-59.904-216.064 0-39.936 39.936-45.568 117.76-17.92 233.984 116.224 27.648 194.56 22.016 233.984-17.92 28.672-28.672 44.544-67.584 44.544-108.032 0-40.448-15.872-79.36-44.544-108.032z m0 0" fill="#247ADE" ></path><path d="M804.864 796.16c28.672-28.672 44.544-67.584 44.544-108.032 0-40.448-15.872-79.36-44.544-108.032-39.936-39.936-117.76-45.568-233.984-17.92-27.648 116.224-22.016 194.56 17.92 233.984 59.392 59.392 156.16 59.392 216.064 0z m0 0" fill="#A0BFF7" ></path></symbol><symbol id="icon-quanping" viewBox="0 0 1024 1024"><path d="M772.096 198.656h-134.656c-22.528 0-41.472 18.432-41.472 41.472 0 22.528 18.432 41.472 41.472 41.472h93.184v86.528c0 22.528 18.432 41.472 41.472 41.472 22.528 0 41.472-18.432 41.472-41.472v-128c0-22.528-18.432-41.472-41.472-41.472zM386.048 198.656H251.904c-22.528 0-41.472 18.432-41.472 41.472v128c0 22.528 18.432 41.472 41.472 41.472 22.528 0 41.472-18.432 41.472-41.472V281.6h93.184c22.528 0 41.472-18.432 41.472-41.472-0.512-22.528-18.944-41.472-41.984-41.472zM772.096 614.4c-22.528 0-41.472 18.432-41.472 41.472V742.4h-93.184c-22.528 0-41.472 18.432-41.472 41.472 0 22.528 18.432 41.472 41.472 41.472h134.656c22.528 0 41.472-18.432 41.472-41.472v-128c0-23.04-18.432-41.472-41.472-41.472zM386.048 742.4H292.864v-86.528c0-22.528-18.432-41.472-41.472-41.472-22.528 0-41.472 18.432-41.472 41.472v128c0 22.528 18.432 41.472 41.472 41.472h134.656c22.528 0 41.472-18.432 41.472-41.472s-18.432-41.472-41.472-41.472z" fill="#C7CCD2" ></path><path d="M779.776 983.04H244.224C132.096 983.04 40.96 891.904 40.96 779.776V244.224C40.96 132.096 132.096 40.96 244.224 40.96h535.04c112.64 0 203.776 91.136 203.776 203.264v535.04c0 112.64-91.136 203.776-203.264 203.776zM244.224 121.856c-67.584 0-122.368 54.784-122.368 122.368v535.04c0 67.584 54.784 122.368 122.368 122.368h535.04c67.584 0 122.368-54.784 122.368-122.368V244.224c0-67.584-54.784-122.368-122.368-122.368H244.224z" fill="#C7CCD2" ></path></symbol><symbol id="icon-yuyan" viewBox="0 0 1024 1024"><path d="M511.488 40.96C251.392 40.96 40.96 251.904 40.96 512s210.432 471.04 470.528 471.04c260.608 0 471.552-210.944 471.552-471.04S772.096 40.96 511.488 40.96z m326.656 282.624h-138.752c-14.848-58.88-36.864-115.2-65.024-167.936 86.528 29.696 158.208 90.112 203.776 167.936zM512 137.216c38.912 56.32 69.632 119.296 90.112 186.368H421.888c20.48-67.584 51.2-130.048 90.112-186.368z m-364.544 468.992c-7.68-30.208-12.288-61.952-12.288-94.208s4.608-64 12.288-94.208h159.232c-3.584 31.232-6.656 61.952-6.656 94.208s3.072 62.976 6.656 94.208H147.456z m38.4 94.208h138.752c14.848 58.88 36.864 115.2 65.024 167.936-86.528-29.696-158.208-89.6-203.776-167.936z m139.264-376.832H185.856c45.056-78.336 117.248-138.24 203.776-167.936-27.648 52.736-49.664 109.056-64.512 167.936z m186.88 563.2c-38.912-56.32-69.632-119.296-90.112-186.368h179.712c-19.968 67.584-50.688 130.048-89.6 186.368z m110.08-280.576h-220.16c-4.096-31.232-7.68-61.952-7.68-94.208s3.072-63.488 7.68-94.208h220.672c4.096 30.72 7.68 61.952 7.68 94.208s-3.584 62.976-8.192 94.208z m11.776 262.144c28.16-52.224 50.176-109.056 65.024-167.936h138.752c-45.056 77.824-116.736 138.24-203.776 167.936z m83.456-262.144c3.584-31.232 6.656-61.952 6.656-94.208s-3.072-62.976-6.656-94.208h159.232c7.68 30.208 12.288 61.952 12.288 94.208s-4.608 64-12.288 94.208h-159.232z" fill="#C7CCD2" ></path></symbol><symbol id="icon-zhongwen" viewBox="0 0 1024 1024"><path d="M841.728 983.04H182.272C104.448 983.04 40.96 919.552 40.96 841.728V182.272C40.96 104.448 104.448 40.96 182.272 40.96h659.456C919.552 40.96 983.04 104.448 983.04 182.272v659.456c0 77.824-63.488 141.312-141.312 141.312zM182.272 135.168c-26.112 0-47.104 20.992-47.104 47.104v659.456c0 26.112 20.992 47.104 47.104 47.104h659.456c26.112 0 47.104-20.992 47.104-47.104V182.272c0-26.112-20.992-47.104-47.104-47.104H182.272z m0 0" fill="#787878" ></path><path d="M653.312 675.328H370.688c-77.824 0-141.312-63.488-141.312-141.312V439.808c0-77.824 63.488-141.312 141.312-141.312h282.624c77.824 0 141.312 63.488 141.312 141.312v94.208c0 78.336-63.488 141.312-141.312 141.312zM370.688 392.704c-12.288 0-24.576 5.12-33.28 13.824-8.704 8.704-13.824 20.992-13.824 33.28v94.208c0 26.112 20.992 47.104 47.104 47.104h282.624c26.112 0 47.104-20.992 47.104-47.104V439.808c0-26.112-20.992-47.104-47.104-47.104H370.688z m0 0" fill="#787878" ></path><path d="M512 817.664c-26.112 0-47.104-20.992-47.104-47.104V252.416c0-26.112 20.992-47.104 47.104-47.104s47.104 20.992 47.104 47.104v518.144c0 26.112-20.992 47.104-47.104 47.104z m0 0" fill="#787878" ></path></symbol><symbol id="icon-yingwen" viewBox="0 0 1024 1024"><path d="M841.728 983.04H182.272C104.448 983.04 40.96 919.552 40.96 841.728V182.272C40.96 104.448 104.448 40.96 182.272 40.96h659.456C919.552 40.96 983.04 104.448 983.04 182.272v659.456c0 77.824-63.488 141.312-141.312 141.312zM182.272 135.168c-26.112 0-47.104 20.992-47.104 47.104v659.456c0 26.112 20.992 47.104 47.104 47.104h659.456c26.112 0 47.104-20.992 47.104-47.104V182.272c0-26.112-20.992-47.104-47.104-47.104H182.272z m0 0" fill="#787878" ></path><path d="M747.52 794.624c-26.112 0-47.104-20.992-47.104-47.104v-141.312c0-26.112-20.992-47.104-47.104-47.104s-47.104 20.992-47.104 47.104V747.52c0 26.112-20.992 47.104-47.104 47.104s-47.104-20.992-47.104-47.104v-141.312c0-77.824 63.488-141.312 141.312-141.312 77.824 0 141.312 63.488 141.312 141.312V747.52c0 26.112-20.992 47.104-47.104 47.104z m-329.728 0h-47.104c-77.824 0-141.312-63.488-141.312-141.312V370.688c0-77.824 63.488-141.312 141.312-141.312h47.104c26.112 0 47.104 20.992 47.104 47.104s-20.992 47.104-47.104 47.104h-47.104c-12.288 0-24.576 5.12-33.28 13.824-8.704 8.704-13.824 20.992-13.824 33.28v282.624c0 26.112 20.992 47.104 47.104 47.104h47.104c26.112 0 47.104 20.992 47.104 47.104s-20.992 47.104-47.104 47.104z m0 0" fill="#787878" ></path><path d="M417.792 559.104H276.48c-16.896 0-32.256-9.216-40.96-23.552-8.192-14.336-8.192-32.768 0-47.104 8.192-14.336 24.064-23.552 40.96-23.552h141.312c26.112 0 47.104 20.992 47.104 47.104s-20.992 47.104-47.104 47.104z m0 0" fill="#787878" ></path></symbol><symbol id="icon-shiyingpingmu" viewBox="0 0 1024 1024"><path d="M820.736 983.04H203.264C113.664 983.04 40.96 910.336 40.96 820.736V203.264C40.96 113.664 113.664 40.96 203.264 40.96h617.472C910.336 40.96 983.04 113.664 983.04 203.264v617.472c0 89.6-72.704 162.304-162.304 162.304zM203.264 106.496c-53.248 0-96.768 43.52-96.768 96.768v617.472c0 53.248 43.52 96.768 96.768 96.768h617.472c53.248 0 96.768-43.52 96.768-96.768V203.264c0-53.248-43.52-96.768-96.768-96.768H203.264z" fill="#B5B5B5" ></path><path d="M793.088 547.328c-20.992 0-35.328 13.824-35.328 35.328v126.464l-119.296-119.296c-13.824-13.824-35.328-13.824-49.152 0-13.824 13.824-13.824 35.328 0 49.152l119.296 119.296h-126.464c-20.992 0-35.328 13.824-35.328 35.328 0 20.992 13.824 35.328 35.328 35.328h210.944c20.992 0 35.328-13.824 35.328-35.328v-210.944c0-21.504-14.336-35.328-35.328-35.328zM441.856 195.584H230.912c-20.992 0-35.328 13.824-35.328 35.328v210.944c0 20.992 13.824 35.328 35.328 35.328 20.992 0 35.328-13.824 35.328-35.328V315.392l119.296 119.296c13.824 13.824 35.328 13.824 49.152 0 13.824-13.824 13.824-35.328 0-49.152L315.392 266.24h126.464c20.992 0 35.328-13.824 35.328-35.328-0.512-20.992-14.336-35.328-35.328-35.328z m0 0" fill="#B5B5B5" ></path></symbol><symbol id="icon-shiyingkuan" viewBox="0 0 1024 1024"><path d="M348.16 356.352c13.824 13.824 32.768 13.824 47.104 0l84.48-84.48v159.232c0 18.944 13.824 32.768 32.768 32.768s32.768-13.824 32.768-32.768V271.872L629.76 356.352c13.824 13.824 32.768 13.824 47.104 0 13.824-13.824 13.824-32.768 0-47.104L535.552 168.96c-13.824-13.824-32.768-13.824-47.104 0L348.16 309.76c-14.336 13.824-14.336 32.768 0 46.592zM348.16 667.648c-13.824 13.824-13.824 32.768 0 47.104L488.448 855.04c13.824 13.824 32.768 13.824 47.104 0l140.8-140.8c13.824-13.824 13.824-32.768 0-47.104-13.824-13.824-32.768-13.824-47.104 0l-84.48 84.48v-159.232c0-18.944-13.824-32.768-32.768-32.768s-32.768 13.824-32.768 32.768v159.232l-84.48-84.48c-13.824-13.824-32.768-13.824-46.592 0.512z" fill="#B5B5B5" ></path><path d="M820.736 983.04H203.264C113.664 983.04 40.96 910.336 40.96 820.736V203.264C40.96 113.664 113.664 40.96 203.264 40.96h617.472C910.336 40.96 983.04 113.664 983.04 203.264v617.472c0 89.6-72.704 162.304-162.304 162.304zM203.264 106.496c-53.248 0-96.768 43.52-96.768 96.768v617.472c0 53.248 43.52 96.768 96.768 96.768h617.472c53.248 0 96.768-43.52 96.768-96.768V203.264c0-53.248-43.52-96.768-96.768-96.768H203.264z" fill="#B5B5B5" ></path></symbol><symbol id="icon-shiyinggao" viewBox="0 0 1024 1024"><path d="M658.944 356.864c-13.312 13.312-13.312 31.232 0 44.544L738.816 481.28h-150.528c-17.92 0-31.232 13.312-31.232 31.232 0 17.92 13.312 31.232 31.232 31.232h150.528l-79.872 79.872c-13.312 13.312-13.312 31.232 0 44.544 13.312 13.312 31.232 13.312 44.544 0l133.12-133.12c13.312-13.312 13.312-31.232 0-44.544l-133.12-133.12c-13.312-13.824-31.232-13.824-44.544-0.512zM365.056 356.864c-13.312-13.312-31.232-13.312-44.544 0l-133.12 133.12c-13.312 13.312-13.312 31.232 0 44.544l133.12 133.12c13.312 13.312 31.232 13.312 44.544 0 13.312-13.312 13.312-31.232 0-44.544l-79.872-79.872h150.528c17.92 0 31.232-13.312 31.232-31.232 0-17.92-13.312-31.232-31.232-31.232H285.184l79.872-79.872c13.312-12.8 13.312-30.72 0-44.032z" fill="#B5B5B5" ></path><path d="M820.736 983.04H203.264C113.664 983.04 40.96 910.336 40.96 820.736V203.264C40.96 113.664 113.664 40.96 203.264 40.96h617.472C910.336 40.96 983.04 113.664 983.04 203.264v617.472c0 89.6-72.704 162.304-162.304 162.304zM203.264 106.496c-53.248 0-96.768 43.52-96.768 96.768v617.472c0 53.248 43.52 96.768 96.768 96.768h617.472c53.248 0 96.768-43.52 96.768-96.768V203.264c0-53.248-43.52-96.768-96.768-96.768H203.264z" fill="#B5B5B5" ></path></symbol><symbol id="icon-yuanshidaxiao" viewBox="0 0 1024 1024"><path d="M357.376 347.136c10.752 5.632 17.408 16.896 17.408 29.184v221.184c0 18.432-14.848 33.28-33.28 33.28s-33.28-14.848-33.28-33.28V437.248l-22.528 14.848c-15.36 9.728-35.84 5.632-46.08-9.728-9.728-15.36-5.632-35.84 9.728-46.08l73.728-47.616c10.752-6.656 23.552-7.168 34.304-1.536zM707.584 347.136c10.752 5.632 17.408 16.896 17.408 29.184v221.184c0 18.432-14.848 33.28-33.28 33.28s-33.28-14.848-33.28-33.28V437.248l-22.528 14.848c-15.36 9.728-35.84 5.632-46.08-9.728-9.728-15.36-5.632-35.84 9.728-46.08l73.728-47.616c10.752-6.656 24.064-7.168 34.304-1.536z" fill="#B5B5B5" ></path><path d="M489.984 419.328m-39.424 0a39.424 39.424 0 1 0 78.848 0 39.424 39.424 0 1 0-78.848 0Z" fill="#B5B5B5" ></path><path d="M489.984 554.496m-39.424 0a39.424 39.424 0 1 0 78.848 0 39.424 39.424 0 1 0-78.848 0Z" fill="#B5B5B5" ></path><path d="M936.448 985.6c-13.312 0-26.112-5.632-36.864-16.384L762.88 832.512l-3.584 3.072c-75.776 61.44-169.984 94.208-272.896 94.208-244.224 0-442.368-198.656-442.368-442.368 0-118.784 46.08-230.4 130.048-313.344C258.048 90.624 370.688 44.544 491.52 44.544c244.224 0 442.368 198.656 442.368 442.368 0 96.256-32.768 190.976-94.208 272.896l-2.56 3.584 136.192 136.192c17.408 21.504 17.408 52.224 0 69.12-10.752 11.264-23.552 16.896-36.864 16.896zM486.4 119.808c-202.24 0-367.104 164.864-367.104 367.104s164.864 367.104 367.104 367.104 367.104-164.864 367.104-367.104S689.152 119.808 486.4 119.808z" fill="#B5B5B5" ></path></symbol><symbol id="icon-tupianshanchu" viewBox="0 0 1024 1024"><path d="M411.51146667 813.4656c27.8528 0 50.24426667-22.39146667 50.24426666-50.24426667V461.75573333c0-27.8528-22.39146667-50.24426667-50.24426666-50.24426666s-50.24426667 22.39146667-50.24426667 50.24426666V763.22133333c0 27.8528 22.39146667 50.24426667 50.24426667 50.24426667z m502.44266666-602.9312h-200.97706666v-50.24426667c0-83.01226667-67.72053333-150.7328-150.7328-150.7328H461.75573333C378.74346667 9.55733333 311.02293333 77.27786667 311.02293333 160.29013333v50.24426667H110.04586667c-27.8528 0-50.24426667 22.39146667-50.24426667 50.24426667s22.39146667 50.24426667 50.24426667 50.24426666h50.24426666v552.68693334c0 83.01226667 67.72053333 150.7328 150.7328 150.7328h401.95413334c83.01226667 0 150.7328-67.72053333 150.7328-150.7328V311.02293333h50.24426666c27.8528 0 50.24426667-22.39146667 50.24426667-50.24426666s-22.39146667-50.24426667-50.24426667-50.24426667z m-502.44266666-50.24426667c0-27.8528 22.39146667-50.24426667 50.24426666-50.24426666h100.48853334c27.8528 0 50.24426667 22.39146667 50.24426666 50.24426666v50.24426667H411.51146667v-50.24426667zM763.22133333 863.70986667c0 27.8528-22.39146667 50.24426667-50.24426666 50.24426666H311.02293333c-27.8528 0-50.24426667-22.39146667-50.24426666-50.24426666V311.02293333h502.44266666v552.68693334z m-150.7328-50.24426667c27.8528 0 50.24426667-22.39146667 50.24426667-50.24426667V461.75573333c0-27.8528-22.39146667-50.24426667-50.24426667-50.24426666s-50.24426667 22.39146667-50.24426666 50.24426666V763.22133333c0 27.8528 22.39146667 50.24426667 50.24426666 50.24426667z" fill="#A45769" ></path></symbol><symbol id="icon-tupianbianji" viewBox="0 0 1024 1024"><path d="M182.272 794.624h199.68c12.288 0 24.576-4.608 33.28-13.824l325.632-326.144 133.632-131.072c18.432-18.432 18.432-48.128 0.512-66.56l-0.512-0.512-199.68-202.24c-18.432-18.432-48.128-18.432-66.56-0.512l-0.512 0.512-132.608 133.12L148.48 513.536c-8.704 8.704-13.824 20.992-13.824 33.28v199.68c0.512 27.136 21.504 48.128 47.616 48.128z m459.776-640l133.12 133.12-67.072 67.072-133.12-133.12 67.072-67.072z m-412.672 412.672l279.04-279.04 133.12 133.12-279.04 279.04h-133.12v-133.12z m706.56 321.536H88.064c-26.112 0-47.104 20.992-47.104 47.104s20.992 47.104 47.104 47.104h847.872c26.112 0 47.104-20.992 47.104-47.104s-20.992-47.104-47.104-47.104z" fill="#FFFFFF" ></path></symbol><symbol id="icon-bianliangfenzu" viewBox="0 0 1024 1024"><path d="M352.768 280.576h318.976c24.576 0 44.032-19.968 44.032-44.032s-19.968-44.032-44.032-44.032H352.768c-24.576 0-44.032 19.968-44.032 44.032s19.456 44.032 44.032 44.032z" fill="#CCCCCC" ></path><path d="M846.336 412.672c69.632 0 125.952-56.32 125.952-125.952V166.912c0-69.632-56.32-125.952-125.952-125.952H177.664C108.032 40.96 51.712 97.28 51.712 166.912V286.72c0 69.632 56.32 125.952 125.952 125.952h157.696V512c0 26.112 19.968 47.616 44.032 47.616h221.696v51.712H177.664c-69.632 0-125.952 56.32-125.952 125.952v119.808c0 69.632 56.32 125.952 125.952 125.952h669.184c69.632 0 125.952-56.32 125.952-125.952V737.28c0-69.632-56.32-125.952-125.952-125.952h-157.696V512c0-26.112-19.968-47.616-44.032-47.616H423.424V412.672h422.912z m43.52 444.416c0 24.064-19.456 43.52-43.52 43.52H177.664c-24.064 0-43.52-19.456-43.52-43.52V737.28c0-24.064 19.456-43.52 43.52-43.52h669.184c24.064 0 43.52 19.456 43.52 43.52v119.808zM134.144 166.912c0-24.064 19.456-43.52 43.52-43.52h669.184c24.064 0 43.52 19.456 43.52 43.52V286.72c0 24.064-19.456 43.52-43.52 43.52H177.664c-24.064 0-43.52-19.456-43.52-43.52V166.912z" fill="#CCCCCC" ></path><path d="M671.232 762.368H352.768c-24.576 0-44.032 19.968-44.032 44.032 0 24.576 19.968 44.032 44.032 44.032h318.976c24.576 0 44.032-19.968 44.032-44.032 0-24.064-19.968-44.032-44.544-44.032z" fill="#CCCCCC" ></path></symbol><symbol id="icon-danji" viewBox="0 0 1024 1024"><path d="M628.736 980.48l92.672-218.624 222.208 208.384 50.688-54.272-222.208-208.384 211.968-106.496L430.08 431.616l198.656 548.864zM483.84 216.576c0 26.624-21.504 48.64-48.128 48.64s-48.64-21.504-48.64-48.64V92.16c0-26.624 21.504-48.128 48.64-48.128 26.624 0 48.128 21.504 48.128 48.128v124.416z m-188.928 39.936c18.944 18.944 18.944 49.664 0 68.096-18.944 18.944-49.664 18.944-68.096 0L138.752 236.544c-18.944-18.944-18.944-49.664 0-68.096 18.944-18.944 49.664-18.944 68.096 0l88.064 88.064z m263.68-18.432a48.51712 48.51712 0 0 0 68.608 68.608l87.552-88.064c18.944-18.944 18.944-49.664 0-68.096-18.944-18.944-49.664-18.944-68.096 0l-88.064 87.552zM202.24 406.528c26.624 0 48.128 21.504 48.128 48.128s-21.504 48.128-48.128 48.128H77.824c-26.624 0-48.128-21.504-48.128-48.128s21.504-48.128 48.128-48.128h124.416z m57.856 167.936c18.944-18.944 49.664-18.944 68.096 0 18.944 18.944 18.944 49.664 0 68.096L240.64 730.624c-18.944 18.944-49.664 18.944-68.096 0-18.944-18.944-18.944-49.664 0-68.096l87.552-88.064z m0 0" fill="#F4A442" ></path></symbol><symbol id="icon-baocuntupian" viewBox="0 0 1024 1024"><path d="M337.92 573.44c-18.944 18.944-18.944 47.104 0 66.048l141.312 141.312c18.944 18.944 47.104 18.944 66.048 0l141.312-141.312c18.944-18.944 18.944-47.104 0-66.048-18.944-18.944-47.104-18.944-66.048 0l-61.44 61.44V88.064c0-28.16-18.944-47.104-47.104-47.104s-47.104 18.944-47.104 47.104v546.304l-61.44-61.44c-18.432-18.432-47.104-18.432-65.536 0.512z m456.704-202.752h-94.208c-28.16 0-47.104 18.944-47.104 47.104s18.944 47.104 47.104 47.104h94.208c28.16 0 47.104 18.944 47.104 47.104v329.728c0 28.16-18.944 47.104-47.104 47.104H229.376c-28.16 0-47.104-18.944-47.104-47.104V512c0-28.16 18.944-47.104 47.104-47.104h94.208c28.16 0 47.104-18.944 47.104-47.104s-18.944-47.104-47.104-47.104H229.376c-79.872 0-141.312 61.44-141.312 141.312v329.728c0 79.872 61.44 141.312 141.312 141.312h565.248c79.872 0 141.312-61.44 141.312-141.312V512c0-79.872-61.44-141.312-141.312-141.312z" fill="#7E7E7F" ></path></symbol><symbol id="icon-bianliang" viewBox="0 0 1024 1024"><path d="M814.592 40.96C907.264 40.96 983.04 116.736 983.04 209.408v605.696c0 92.672-75.776 168.448-168.448 168.448H209.408C116.736 983.04 40.96 907.264 40.96 814.592V209.408C40.96 116.736 116.736 40.96 209.408 40.96h605.184z m0 67.072H209.408C153.6 108.032 108.032 153.6 108.032 209.408v605.696c0 55.808 45.056 100.864 100.864 100.864h605.696c55.808 0 100.864-45.056 100.864-100.864V209.408c0.512-55.808-45.056-101.376-100.864-101.376zM310.272 242.688c18.944 0 33.792 14.848 33.792 33.792v471.04c0 18.944-14.848 33.792-33.792 33.792S276.48 766.464 276.48 747.52V276.48c0-18.944 14.848-33.792 33.792-33.792z m268.8 0c18.944 0 33.792 14.848 33.792 33.792v471.04c0 18.944-14.848 33.792-33.792 33.792s-33.792-14.848-33.792-33.792V276.48c0.512-18.944 15.36-33.792 33.792-33.792zM444.928 377.344c18.944 0 33.792 14.848 33.792 33.792v201.728c0 18.944-14.848 33.792-33.792 33.792-18.944 0-33.792-14.848-33.792-33.792V411.136c0-18.944 14.848-33.792 33.792-33.792z m268.8 0c18.944 0 33.792 14.848 33.792 33.792v201.728c0 18.944-14.848 33.792-33.792 33.792s-33.792-14.848-33.792-33.792V411.136c0.512-18.944 15.36-33.792 33.792-33.792z" fill="#D2D2D2" ></path></symbol><symbol id="icon-huamian" viewBox="0 0 1024 1024"><path d="M896.512 40.96H127.488C88.576 40.96 56.32 72.704 56.32 112.128v799.744c0 38.912 31.744 71.168 71.168 71.168h769.024c38.912 0 71.168-31.744 71.168-71.168V112.128c0-39.424-32.256-71.168-71.168-71.168zM137.216 292.864V121.344h750.08v171.52H137.216z m749.568 81.408v528.384H137.216V374.272h749.568z" fill="#D2D2D2" ></path><path d="M822.784 158.208c-29.184-10.752-59.392 4.096-70.656 33.792-11.264 29.184 3.072 59.392 32.768 70.656 6.656 2.56 13.312 4.096 19.968 4.096 22.528 0 41.984-13.824 50.688-36.864 6.144-15.36 4.608-31.744-2.56-46.08-5.632-12.8-16.896-22.016-30.208-25.6z m-292.352-2.56c-29.184-11.264-59.392 3.072-70.656 32.768v1.536c-7.168 33.792 6.144 61.952 33.792 72.704 6.656 2.56 13.312 4.096 19.968 4.096 22.528 0 41.984-13.824 50.688-36.864 11.264-29.696-4.096-63.488-33.792-74.24z m147.968 0c-29.184-11.264-59.392 3.072-70.656 32.768-11.264 29.696 4.096 62.464 32.768 73.728 6.656 2.56 13.312 4.096 19.968 4.096 22.528 0 41.984-13.824 50.688-36.864 5.12-14.336 4.608-29.696-1.536-43.52-5.632-14.336-16.896-24.576-31.232-30.208z" fill="#D2D2D2" ></path></symbol><symbol id="icon-tongxunshebei" viewBox="0 0 1024 1024"><path d="M404.48 356.864H299.52c-28.672 0-52.224-23.552-52.224-52.224s23.552-52.224 52.224-52.224H404.48c28.672 0 52.224 23.552 52.224 52.224 0 29.184-23.552 52.224-52.224 52.224z m523.264 418.816H90.112c-28.672 0-52.224-23.552-52.224-52.224s23.552-52.224 52.224-52.224h837.632c28.672 0 52.224 23.552 52.224 52.224s-23.552 52.224-52.224 52.224z m0 209.408H90.112c-28.672 0-52.224-23.552-52.224-52.224S61.44 880.64 90.112 880.64h837.632c28.672 0 52.224 23.552 52.224 52.224s-23.552 52.224-52.224 52.224zM875.52 566.272H142.336c-57.856 0-104.448-47.104-104.448-104.448V147.456c0-57.856 47.104-104.448 104.448-104.448H875.52c57.856 0 104.448 47.104 104.448 104.448v313.856c0 58.368-47.104 104.96-104.448 104.96zM142.336 147.456v313.856H875.52V147.456H142.336z m0 0" fill="#CCCCCC" ></path></symbol><symbol id="icon-danchuanganniu" viewBox="0 0 1024 1024"><path d="M717.312 983.04H170.496c-46.08 0-82.944-37.376-82.944-82.944v-640c0-46.08 37.376-82.944 82.944-82.944 15.36 0 27.648 12.288 27.648 27.648 0 15.36-12.288 27.648-27.648 27.648-7.168 0-14.336 3.072-19.456 8.192s-8.192 12.288-8.192 19.456v640c0 7.168 3.072 14.336 8.192 19.456s12.288 8.192 19.456 8.192h546.816c7.168 0 14.336-3.072 19.456-8.192s8.192-12.288 8.192-19.456c0-15.36 12.288-27.648 27.648-27.648 15.36 0 27.648 12.288 27.648 27.648 0 45.568-36.864 82.944-82.944 82.944zM853.504 40.96H308.224C262.144 40.96 225.28 78.336 225.28 123.904V762.88c0 46.08 37.376 82.944 82.944 82.944h545.28c46.08 0 82.944-37.376 82.944-82.944V123.904c0-45.568-37.376-82.944-82.944-82.944zM308.224 96.256h545.28c7.168 0 14.336 3.072 19.456 8.192s8.192 12.288 8.192 19.456V286.72H280.576V123.904c0-15.36 12.288-27.648 27.648-27.648z m545.28 694.784H308.224c-7.168 0-14.336-3.072-19.456-8.192s-8.192-12.288-8.192-19.456V342.528h600.576v420.864c0 7.168-3.072 14.336-8.192 19.456s-12.288 8.192-19.456 8.192zM742.4 193.536c0 14.848 7.68 28.672 20.992 35.84 12.8 7.68 28.672 7.68 41.472 0s20.992-20.992 20.992-35.84c0-14.848-7.68-28.672-20.992-35.84-12.8-7.68-28.672-7.68-41.472 0-12.8 7.168-20.992 20.992-20.992 35.84z m-138.24 0c0 14.848 7.68 28.672 20.992 35.84 12.8 7.68 28.672 7.68 41.472 0s20.992-20.992 20.992-35.84c0-14.848-7.68-28.672-20.992-35.84-12.8-7.68-28.672-7.68-41.472 0-13.312 7.168-20.992 20.992-20.992 35.84z m136.192 512.512H435.712c-30.72 0-55.296-24.576-55.296-55.296V484.352c0-14.848 5.632-28.672 16.384-39.424 10.24-10.24 24.576-16.384 39.424-16.384h304.64c30.72 0 55.296 24.576 55.296 55.296V650.24c-0.512 30.72-25.088 55.808-55.808 55.808zM435.712 484.352v166.4h304.64V484.352H435.712z m0 0" fill="#CCCCCC" ></path></symbol><symbol id="icon-duxiekuang1" viewBox="0 0 1024 1024"><path d="M716.288 347.648c0 10.24-4.096 20.48-11.776 28.672l-339.968 339.968H307.712v-56.832l339.968-339.968c15.872-15.872 40.96-15.872 56.832 0 7.68 7.68 11.776 17.92 11.776 28.16m65.536 0c0-28.16-10.752-54.784-30.72-74.752-19.968-19.968-46.592-30.72-74.752-30.72s-54.784 10.752-74.752 30.72L261.12 612.864c-12.288 12.288-19.456 29.184-19.456 46.592v56.832c0 36.352 29.696 65.536 65.536 65.536h56.832c17.408 0 34.304-7.168 46.592-19.456l339.968-339.968c20.48-19.968 31.232-46.592 31.232-74.752z m0 0" fill="#8A8A8A" ></path><path d="M140.8 158.208H834.56c27.136 0 49.664 26.624 49.664 59.392v24.576h7.168c8.704 14.848 24.064 24.064 41.984 24.064 17.92 0 33.792-9.728 42.496-24.064h7.68v-24.576-27.136h-2.048c-11.776-77.824-73.728-137.728-146.432-137.728H90.112c-27.136 0-49.152 23.552-49.152 52.224v701.44c0 91.136 66.56 164.864 148.992 164.864h743.936c27.136 0 49.152-23.552 49.152-52.224v-252.928c0-29.184-22.016-52.736-49.664-52.736s-49.664 23.552-49.664 52.736v197.12c0 1.024-0.512 2.048-0.512 2.56H189.952c-27.136 0-49.664-26.624-49.664-59.392v-645.12c0-1.536 0-2.56 0.512-3.072z" fill="#8A8A8A" ></path></symbol><symbol id="icon-kongzhianniu" viewBox="0 0 1024 1024"><path d="M825.856 207.872H121.856c-45.568 0-82.944 37.376-82.944 82.944v448.512c0 85.504 69.632 155.136 155.136 155.136h704.512c45.568 0 82.944-37.376 82.944-83.456V362.496c-0.512-85.504-70.144-154.624-155.648-154.624z m69.12 154.624v445.44H194.048c-37.888 0-68.608-30.72-68.608-68.608v-445.44h700.928c37.888 0 68.608 30.72 68.608 68.608z" fill="#8A8A8A" ></path><path d="M363.008 437.248h91.648c15.872 0 28.672-12.8 28.672-28.672s-12.8-28.672-28.672-28.672H363.008c-15.872 0-28.672 12.8-28.672 28.672s12.8 28.672 28.672 28.672z" fill="#8A8A8A" ></path><path d="M811.008 431.104c-15.872 0-28.672 12.8-28.672 28.672v182.272c0 12.288-10.24 22.528-22.528 22.528H260.096c-12.288 0-22.528-10.24-22.528-22.528V459.776c0-12.288 10.24-22.528 22.528-22.528 15.872 0 28.672-12.8 28.672-28.672s-12.8-28.672-28.672-28.672c-44.032 0-79.872 35.84-79.872 79.872v182.272c0 44.032 35.84 79.872 79.872 79.872h499.712c44.032 0 79.872-35.84 79.872-79.872V459.776c0-15.872-12.8-28.672-28.672-28.672z" fill="#8A8A8A" ></path></symbol><symbol id="icon-shuzhishuru" viewBox="0 0 1024 1024"><path d="M832.512 37.376H124.416C78.336 37.376 40.96 74.752 40.96 120.832V829.44c0 86.016 69.632 155.648 155.648 155.648h708.096c46.08 0 83.456-37.376 83.456-83.968V193.024c0-86.016-69.632-155.648-155.648-155.648z m69.12 155.648v705.536H196.608c-37.888 0-69.12-31.232-69.12-69.12V123.904h705.024c37.888 0 69.12 31.232 69.12 69.12z" fill="#8A8A8A" ></path><path d="M282.112 368.128c-6.656 12.288-15.872 23.552-26.624 32.256-13.824 11.776-28.672 22.016-45.056 29.696l-5.12 2.56v49.664l12.288-4.096c12.288-5.12 24.576-10.752 35.84-17.92 6.144-3.584 11.776-7.68 17.408-11.264v196.608h50.176V363.008h-35.84l-3.072 5.12zM456.704 594.432c5.12-5.632 17.92-16.384 36.864-32.256 17.92-14.848 34.816-30.72 50.688-47.104 9.216-10.24 16.896-22.016 22.528-34.816 4.608-10.752 7.168-22.528 7.168-34.816 0.512-22.016-8.704-43.52-25.088-58.368-17.92-16.384-41.984-24.576-66.048-23.552-24.064-1.024-47.104 6.656-65.536 22.016-17.408 16.384-27.648 38.912-28.672 62.464l-1.024 9.216 51.712 5.12v-9.728c-0.512-11.776 3.584-23.552 11.776-32.768 8.192-8.192 19.456-12.288 31.232-11.264 10.752-0.512 21.504 3.072 29.696 10.752 7.168 6.656 11.264 16.384 11.264 26.112-1.024 12.288-5.632 24.064-13.312 33.28-16.896 19.968-35.84 38.4-56.32 54.272-15.872 12.288-30.208 26.112-43.52 40.96-9.728 11.264-17.408 24.064-23.04 37.888-3.072 8.192-4.608 16.896-4.608 26.112v8.704h192v-49.152H454.144l2.56-3.072zM794.112 510.976c-6.144-8.192-13.824-14.336-23.04-18.944 15.872-12.288 25.088-31.232 24.576-51.2 0-13.824-3.584-27.136-10.752-38.4-7.68-12.288-18.432-22.016-31.232-28.672-13.312-6.656-28.672-10.24-43.52-10.24-20.992-0.512-41.984 6.656-57.856 19.968-16.384 14.336-26.624 34.304-30.208 55.808l-1.536 8.704 50.176 8.704 1.536-8.704c1.024-11.264 5.632-22.016 13.312-30.72 6.656-6.656 15.872-9.728 25.088-9.728 9.216-0.512 17.92 2.56 25.088 9.216a29.696 29.696 0 0 1 8.704 23.04c1.024 10.24-4.096 19.968-12.288 25.6-9.728 6.144-20.992 9.216-32.256 9.216h-4.096l-9.216-1.024-5.632 50.176 12.8-3.584c6.656-2.048 13.824-3.072 20.48-3.072 11.264-0.512 22.528 3.584 30.72 11.776 8.192 8.192 12.288 18.944 11.776 30.208 0.512 12.288-4.608 24.064-13.312 32.768-8.192 8.704-19.968 13.824-32.256 13.312-9.728 0.512-19.456-3.072-26.624-9.728-8.704-9.728-14.336-22.016-16.384-34.816l-1.536-8.192-49.152 6.656 1.024 9.216c1.536 23.04 11.776 44.032 29.184 59.392 17.408 15.36 40.448 23.552 63.488 23.04 26.112 0.512 51.2-9.216 69.632-26.624 18.432-16.896 28.672-40.448 28.16-65.024 0.512-17.408-4.608-34.304-14.848-48.128z" fill="#8A8A8A" ></path></symbol><symbol id="icon-denglu" viewBox="0 0 1024 1024"><path d="M916.992 83.456H111.616c-37.888 0-68.608 30.72-68.608 68.608v116.736c0 37.888 30.72 68.608 68.608 68.608h805.376c37.888 0 68.608-30.72 68.608-68.608V152.064c-0.512-37.888-31.232-68.608-68.608-68.608z m15.36 185.344c0 8.704-7.168 15.872-15.872 15.872H111.616c-8.704 0-15.872-7.168-15.872-15.872V152.064c0-8.704 7.168-15.872 15.872-15.872h805.376c8.704 0 15.872 7.168 15.872 15.872v116.736zM916.992 389.12H111.616c-37.888 0-68.608 30.72-68.608 68.608v116.736c0 37.888 30.72 68.608 68.608 68.608h805.376c37.888 0 68.608-30.72 68.608-68.608V457.728c-0.512-37.888-31.232-68.608-68.608-68.608z m15.36 185.344c0 8.704-7.168 15.872-15.872 15.872H111.616c-8.704 0-15.872-7.168-15.872-15.872V457.728c0-8.704 7.168-15.872 15.872-15.872h805.376c8.704 0 15.872 7.168 15.872 15.872v116.736zM911.36 751.616H116.736c-27.648 0-50.176 25.6-50.176 57.344v78.848c0 31.744 22.528 57.344 50.176 57.344H911.36c27.648 0 50.176-25.6 50.176-57.344V808.96c0-31.744-22.528-57.344-50.176-57.344z" fill="#8A8A8A" ></path></symbol><symbol id="icon-shuzhixianshi1" viewBox="0 0 1024 1024"><path d="M838.656 159.744c76.288 0 138.24 61.952 138.24 138.24v121.344c0 32.768-11.264 62.976-30.208 86.528 16.896 20.48 27.648 46.08 29.696 74.24l0.512 12.288v121.344c0.512 74.752-58.368 136.192-133.12 138.752s-138.24-54.272-143.36-128.512l-0.512-10.24v-55.296c0-7.68 6.144-13.824 13.824-13.824h76.288c7.68 0 13.824 6.144 13.824 13.824v55.296l0.512 6.144c3.072 16.384 17.408 28.672 34.304 28.672 16.896 0 31.232-11.776 33.792-28.672l0.512-6.144v-121.344l-0.512-6.144c-2.56-14.336-13.824-25.088-27.648-27.648l-6.144-0.512h-20.992c-7.68 0-13.824-6.144-13.824-13.824V467.968c0-7.68 6.144-13.824 13.824-13.824h20.992c16.896 0 31.232-11.776 33.792-28.16l0.512-6.144V297.984c0-17.92-13.824-32.768-31.232-34.304-17.92-1.536-33.792 10.752-37.376 28.16l-0.512 6.144V353.28c0 7.68-6.144 13.824-13.824 13.824h-76.288c-7.68 0-13.824-6.144-13.824-13.824V297.984c0.512-76.288 62.464-138.24 138.752-138.24z m-359.936 0c72.192 0 132.608 55.808 138.24 128l0.512 10.24v70.144c0 46.592-9.728 92.672-29.184 135.168l-8.704 17.92-119.296 226.816h143.36c7.68 0 13.824 6.144 13.824 13.824v76.288c0 7.68-6.144 13.824-13.824 13.824H354.304c-7.68 0-13.824-6.144-13.824-13.824V752.64l146.944-279.552c14.848-27.648 23.552-58.368 25.6-89.088l0.512-15.36V297.984c0-17.92-13.824-32.768-31.232-34.304-17.92-1.536-33.792 10.752-37.376 28.16l-0.512 6.144V353.28a13.98784 13.98784 0 0 1-13.824 13.824H354.304a13.98784 13.98784 0 0 1-13.824-13.824V297.984c0-76.288 61.952-138.24 138.24-138.24z m-234.496 0c7.68 0 13.824 6.144 13.824 13.824v664.576c0 7.68-6.144 13.824-13.824 13.824H167.936c-7.68 0-13.824-6.144-13.824-13.824v-552.96l-107.52 70.656c-2.048 1.536-4.608 1.536-7.168 0.512-2.048-1.024-3.584-3.584-3.584-6.144V246.272c0-4.608 2.56-9.216 6.144-11.776l110.592-72.704c2.048-1.536 5.12-2.048 7.68-2.048h83.968z m0 0" fill="#8A8A8A" ></path></symbol><symbol id="icon-tiaozhuananniu" viewBox="0 0 1024 1024"><path d="M201.216 897.536c-76.288 0-138.24-62.976-138.24-140.288v-216.576c0-23.04 16.896-42.496 39.936-46.592h1.024l7.168-0.512H366.08L348.16 476.672c-5.632-5.12-8.704-12.8-8.704-20.48s3.072-14.848 8.704-20.48l26.624-26.112c5.632-5.12 12.8-8.192 20.48-8.192s14.848 3.072 20.48 8.192l98.304 96.256c7.168 7.168 12.288 16.384 13.312 26.624v0.512l0.512 7.68v3.072l-0.512 7.68v0.512c-1.536 9.728-6.144 19.456-13.312 26.624l-98.304 96.256c-5.632 5.12-12.8 8.192-20.48 8.192s-14.848-3.072-20.48-8.192l-26.112-25.6c-5.632-5.12-8.704-12.8-8.704-20.48s3.072-14.848 8.704-20.48l17.92-17.408H152.064V757.76c0 28.16 22.528 51.2 50.176 51.2h658.432c1.536 0 2.56-1.024 2.56-2.56V276.48c0-28.16-22.528-51.2-50.176-51.2H154.112c-1.536 0-2.56 1.024-2.56 2.56v116.736c0 24.576-19.968 44.544-44.032 44.544-24.064 0-44.032-19.968-44.032-44.544V180.224c0-24.064 19.456-43.52 43.52-43.52h705.536c76.288 0 138.24 62.976 138.24 139.776v577.024c0 24.064-19.456 43.52-43.52 43.52H201.216z" fill="#8A8A8A" ></path></symbol><symbol id="icon-daohanglan" viewBox="0 0 1024 1024"><path d="M326.656 437.248H48.128c-4.096 0-7.168-3.072-7.168-7.168V340.48c0-4.096 3.072-7.168 7.168-7.168h278.528c4.096 0 7.168 3.072 7.168 7.168V430.08c-0.512 4.096-3.584 7.168-7.168 7.168z" fill="#CCCCCC" ></path><path d="M326.656 564.224H48.128c-4.096 0-7.168-3.072-7.168-7.168V466.944c0-4.096 3.072-7.168 7.168-7.168h278.528c4.096 0 7.168 3.072 7.168 7.168v90.112c-0.512 3.584-3.584 7.168-7.168 7.168z" fill="#EAEAEA" opacity=".6" ></path><path d="M326.656 690.688H48.128c-4.096 0-7.168-3.072-7.168-7.168V593.92c0-4.096 3.072-7.168 7.168-7.168h278.528c4.096 0 7.168 3.072 7.168 7.168v90.112c-0.512 3.584-3.584 6.656-7.168 6.656z" fill="#EAEAEA" opacity=".6" ></path><path d="M651.264 437.248H372.736c-4.096 0-7.168-3.072-7.168-7.168V340.48c0-4.096 3.072-7.168 7.168-7.168h278.528c4.096 0 7.168 3.072 7.168 7.168V430.08c0 4.096-3.072 7.168-7.168 7.168z" fill="#EAEAEA" opacity=".6" ></path><path d="M975.872 437.248h-278.528c-4.096 0-7.168-3.072-7.168-7.168V340.48c0-4.096 3.072-7.168 7.168-7.168h278.528c4.096 0 7.168 3.072 7.168 7.168V430.08c0 4.096-3.072 7.168-7.168 7.168z" fill="#EAEAEA" opacity=".6" ></path></symbol><symbol id="icon-shanchu" viewBox="0 0 1024 1024"><path d="M512 40.96C251.904 40.96 40.96 251.904 40.96 512s210.944 471.04 471.04 471.04 471.04-210.944 471.04-471.04-210.944-471.04-471.04-471.04z m262.656 732.16c-28.16 29.184-75.264 30.208-104.448 2.048l-2.048-2.048-156.16-156.672L355.328 773.12c-28.16 29.184-75.264 30.208-104.448 2.048-29.184-28.16-30.208-75.264-2.048-104.448l2.048-2.048L407.04 512 250.368 355.328c-29.184-28.16-30.208-75.264-2.048-104.448 28.16-29.184 75.264-30.208 104.448-2.048l2.048 2.048L512 407.04l156.672-156.672c29.184-28.672 75.776-28.672 104.448 0 28.672 29.184 28.672 75.776 0 104.448L616.448 512l156.672 156.672c29.184 28.16 30.208 74.752 1.536 104.448z" fill="#A45769" ></path></symbol><symbol id="icon-yonghu" viewBox="0 0 1024 1024"><path d="M972.8 942.592c-2.048-97.28-34.816-189.44-94.208-267.264-53.248-69.12-126.464-123.392-207.872-153.6 67.584-49.664 107.52-128.512 107.52-214.528-0.512-146.944-119.808-266.24-266.24-266.24S246.272 160.256 246.272 306.688c0 83.968 39.936 162.816 107.52 214.528-81.408 30.208-155.136 84.48-208.384 154.112-59.904 77.824-92.16 169.984-94.208 267.264v0.512c0 3.584 0.512 7.168 1.536 10.24 0 0.512 0 0.512 0.512 1.024 0 0.512 0 0.512 0.512 1.024 4.608 14.336 16.896 24.576 31.744 26.624 2.048 0.512 4.096 0.512 6.144 0.512h841.216c22.016 0 39.936-17.92 39.936-39.936z m-460.8-369.664c189.44 0 352.768 143.872 376.832 329.728H135.168C159.232 716.8 322.56 572.928 512 572.928z m-185.344-266.24C326.656 204.8 409.6 121.344 512 121.344c101.888 0 185.344 82.944 185.344 185.344S613.888 492.032 512 492.032c-101.888 0-185.344-82.944-185.344-185.344z" fill="#5A84FF" ></path></symbol><symbol id="icon-fanhui1" viewBox="0 0 1024 1024"><path d="M945.664 329.216c-23.552-56.32-57.856-106.496-100.864-150.016-43.52-43.52-93.696-77.312-149.504-101.376C636.928 53.248 575.488 40.96 512 40.96c-63.488 0-124.928 12.288-182.784 37.376C272.896 101.888 222.72 136.192 179.2 179.2c-43.52 43.52-77.312 93.696-101.376 149.504C53.248 387.072 40.96 448.512 40.96 512c0 63.488 12.288 124.928 37.376 182.784a463.1552 463.1552 0 0 0 101.376 149.504c43.52 43.52 93.696 77.312 149.504 101.376 57.856 24.576 119.808 37.376 182.784 37.376s124.928-12.288 182.784-37.376a463.1552 463.1552 0 0 0 149.504-101.376c43.52-43.52 77.312-93.696 101.376-149.504 24.576-57.856 37.376-119.808 37.376-182.784 0-63.488-12.288-124.928-37.376-182.784zM883.2 512c0 207.872-162.816 371.2-371.2 371.2-207.872 0-371.2-162.816-371.2-371.2 0-207.872 162.816-371.2 371.2-371.2 207.872 0 371.2 163.328 371.2 371.2z" fill="#5A84FF" ></path><path d="M470.016 512l164.352-164.352c4.608-4.608 7.168-10.24 9.216-17.408 3.584-15.36 0-31.232-10.24-43.52-9.728-12.288-24.576-19.456-40.448-19.456-3.584 0-7.68 0.512-11.264 1.536-7.68 1.536-13.312 4.608-17.408 9.216L367.104 479.744c-19.968 19.968-19.968 50.176 0 70.144l196.608 196.608c9.728 9.728 22.016 14.848 35.328 14.848 13.312 0 25.6-5.12 35.328-14.848 9.728-9.728 14.848-22.016 14.848-35.328 0-13.312-5.12-25.6-14.848-35.328l-164.352-163.84z" fill="#5A84FF" ></path></symbol><symbol id="icon-tianjiabianliangzu" viewBox="0 0 1024 1024"><path d="M933.376 132.608c-33.792-33.792-84.992-51.2-152.576-51.2l-680.448-1.024C67.584 80.384 40.96 107.008 40.96 139.776v604.672c0 109.568 90.624 198.656 202.24 198.656h305.664l5.12-0.512h0.512c11.264-2.56 17.92-11.264 17.92-22.016V896c0-8.192-4.608-15.872-12.8-20.992-4.608-3.072-9.728-4.608-15.36-4.608H235.52c-81.92 0-115.2-79.36-121.344-120.832V439.808c0-5.632 4.608-10.24 10.24-10.24h776.192c5.632 0 10.24 4.608 10.24 10.24v65.024c0 5.12 1.536 9.728 3.584 14.336 5.632 9.728 14.848 20.992 27.136 20.992h17.408l12.8-3.584 1.024-1.024c6.656-4.608 10.752-12.288 10.752-20.992V280.064c-0.512-64.512-16.896-114.176-50.176-147.456z m-819.2 30.72c0-5.632 4.608-10.24 10.24-10.24h704c3.584 0 81.92 1.536 81.92 121.344v72.192c0 5.632-4.608 10.24-10.24 10.24H123.904c-5.632 0-10.24-4.608-10.24-10.24V163.328z" fill="#226FEC" ></path><path d="M943.616 707.072c-1.024-18.944-17.92-34.304-37.376-34.304h-120.32v-121.344c0-19.968-16.384-36.352-36.352-36.352h-2.56c-18.944 1.024-34.304 17.92-34.304 37.376v120.32h-121.344c-10.24 0-19.968 4.096-26.624 11.776-7.168 7.68-10.24 16.896-9.728 27.136 1.024 18.944 17.92 34.304 37.376 34.304h120.32v159.744c0 19.968 14.848 36.352 34.304 37.376h2.56c19.968 0 36.352-16.384 36.352-36.352v-160.768h121.344c10.24 0 19.968-4.096 26.624-11.776 6.656-7.168 10.24-16.896 9.728-27.136z" fill="#0DB3F7" ></path></symbol><symbol id="icon-yidong" viewBox="0 0 1024 1024"><path d="M960.512 358.4c-20.992-27.648-52.736-43.008-87.04-43.008h-15.872v-27.648c0-60.416-49.152-109.568-109.568-109.568h-337.92c-5.12 0-9.728-1.536-13.824-4.608L330.752 120.32c-19.456-15.36-43.52-24.064-68.608-24.064H150.528C90.112 96.256 40.96 145.408 40.96 205.824v612.352c0 60.416 49.152 109.568 109.568 109.568h613.888c49.152 0 92.16-32.768 105.472-79.872l109.568-393.728c8.704-33.792 2.048-68.608-18.944-95.744zM150.528 183.808h112.128c5.12 0 9.728 1.536 13.824 4.608l66.048 52.736c19.456 15.36 43.52 24.064 68.608 24.064h337.92c12.288 0 22.016 9.728 22.016 22.016v27.648H280.576c-49.152 0-92.16 32.768-105.472 79.872L128.512 563.2V205.824c0-12.288 9.728-22.016 22.016-22.016z m743.936 246.784L785.408 824.32c-2.56 9.216-11.264 15.872-20.992 15.872H171.008c-9.216 0-14.848-5.632-17.408-8.704-2.56-3.072-6.144-10.24-3.584-18.944l109.568-393.728c2.56-9.216 11.264-15.872 20.992-15.872h592.896c9.216 0 14.848 5.632 17.408 8.704 2.56 3.072 6.144 9.728 3.584 18.944z m0 0" fill="#BDBDBD" ></path><path d="M728.064 635.392c3.584-7.168 3.584-17.408 0-27.648-3.584-3.584-3.584-7.168-7.168-10.24L599.04 475.136c-13.824-13.824-34.816-13.824-48.64 0s-13.824 34.816 0 48.64l62.464 62.464H348.672c-20.992 0-34.816 13.824-34.816 34.816s13.824 34.816 34.816 34.816h264.192l-62.464 62.464c-13.824 13.824-13.824 34.816 0 48.64 7.168 7.168 17.408 10.24 24.576 10.24s17.408-3.584 24.576-10.24l121.856-121.856c3.072-3.072 3.072-6.144 6.656-9.728z m0 0" fill="#BDBDBD" ></path></symbol><symbol id="icon-kongjiansuoding" viewBox="0 0 1024 1024"><path d="M512 40.96C251.904 40.96 40.96 251.904 40.96 512s210.944 471.04 471.04 471.04 471.04-210.944 471.04-471.04-210.944-471.04-471.04-471.04z m267.264 735.744c0 14.336-11.776 26.624-26.624 26.624H271.872c-14.336 0-26.624-11.776-26.624-26.624V456.192c0-14.336 11.776-26.624 26.624-26.624h79.872V322.56c0-88.576 71.168-159.744 159.744-160.256 88.576-0.512 160.768 72.704 160.768 161.792v104.96h79.872c14.848 0 27.136 12.288 27.136 27.136v320.512z" fill="#3D6EFF" ></path><path d="M510.976 216.064c-58.88 0.512-105.472 49.152-105.472 108.032v104.96h213.504V323.072c0-59.392-48.64-108.032-108.032-107.008z" fill="#3D6EFF" ></path></symbol><symbol id="icon-shijianxuanzeqi" viewBox="0 0 1024 1024"><path d="M842.24 135.168h-94.208v-47.104c0-26.112-20.992-47.104-47.104-47.104s-47.104 20.992-47.104 47.104v47.104H371.2v-47.104c0-26.112-20.992-47.104-47.104-47.104s-47.104 20.992-47.104 47.104v47.104H182.784C104.448 135.168 41.472 198.656 41.472 276.48v565.248c0 77.824 63.488 141.312 141.312 141.312h659.456c77.824 0 141.312-63.488 141.312-141.312V276.48c0-77.824-63.488-141.312-141.312-141.312z m47.104 706.56c0 26.112-20.992 47.104-47.104 47.104H182.784c-26.112 0-47.104-20.992-47.104-47.104V512h753.664v329.728z m0-423.936H135.68V276.48c0-26.112 20.992-47.104 47.104-47.104h94.208V276.48c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104v-47.104h282.624V276.48c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104v-47.104h94.208c26.112 0 47.104 20.992 47.104 47.104v141.312z" fill="#444A51" ></path><path d="M726.528 669.184H298.496c-22.016 0-39.936-17.92-39.936-39.936s17.92-39.936 39.936-39.936h428.032c22.016 0 39.936 17.92 39.936 39.936s-17.92 39.936-39.936 39.936z" fill="#444A51" ></path></symbol><symbol id="icon-yemian1" viewBox="0 0 1024 1024"><path d="M699.904 418.304h-93.696V324.096c0-26.112-20.992-47.104-47.104-47.104H324.096c-26.112 0-47.104 20.992-47.104 47.104v235.008c0 26.112 20.992 47.104 47.104 47.104h93.696v93.696c0 26.112 20.992 47.104 47.104 47.104h235.008c26.112 0 47.104-20.992 47.104-47.104V464.896c0-25.6-20.992-46.592-47.104-46.592z m-281.6 46.592v47.104h-47.104V371.2H512v47.104h-47.104c-25.6 0-46.592 20.992-46.592 46.592z m234.496 187.904H512V512h140.8v140.8z m282.112 154.112V217.088c45.568-25.088 61.44-82.432 36.352-128-25.088-45.568-82.432-61.44-128-36.352-15.36 8.704-28.16 20.992-36.352 36.352H217.088c-25.088-45.568-82.432-61.44-128-36.352s-61.44 82.432-36.352 128c8.704 15.36 20.992 28.16 36.352 36.352v589.824c-45.568 25.088-61.44 82.432-36.352 128 25.088 45.568 82.432 61.44 128 36.352 15.36-8.704 28.16-20.992 36.352-36.352h589.824c25.088 45.568 82.432 61.44 128 36.352 45.568-25.088 61.44-82.432 36.352-128-8.704-15.36-20.992-27.648-36.352-36.352z m-94.208 0c-14.336 8.192-25.6 19.456-33.792 33.792H217.088c-8.192-14.336-19.456-25.6-33.792-33.792V217.088c14.336-8.192 25.6-19.456 33.792-33.792h589.824c8.192 14.336 19.456 25.6 33.792 33.792v589.824z" fill="#CCCCCC" ></path></symbol><symbol id="icon-bangzhushouce2" viewBox="0 0 1024 1024"><path d="M884.736 142.848v740.352H220.16c-41.472 0-75.776-34.304-75.776-75.776V737.28c0-41.472 34.304-75.776 75.776-75.776h590.336V69.12H219.648c-82.432 0-148.992 66.56-148.992 148.992v590.336c0 82.432 66.56 148.992 148.992 148.992h739.328V143.36l-74.24-0.512zM144.384 218.112c0-41.472 33.28-74.752 74.752-74.752h517.12v444.416H220.16c-27.648 0-53.76 7.168-75.776 20.48V218.112z" fill="#F1F1F1" ></path><path d="M218.624 735.232h592.384v74.24H218.624v-74.24z" fill="#F5B268" ></path></symbol><symbol id="icon-gengduo1" viewBox="0 0 1024 1024"><path d="M823.296 156.672H200.704C112.128 156.672 40.96 228.352 40.96 316.416v391.168c0 88.064 71.168 159.744 159.744 159.744h623.104c88.064 0 159.744-71.168 159.744-159.744V316.416c-0.512-88.064-71.68-159.744-160.256-159.744zM277.504 557.056c-16.384 9.216-35.84 9.216-52.224 0-16.384-9.216-26.112-26.624-26.112-45.056 0-28.672 23.552-52.224 52.224-52.224s52.224 23.552 52.224 52.224c0 18.432-10.24 35.84-26.112 45.056z m260.608 0c-16.384 9.216-35.84 9.216-52.224 0-16.384-9.216-26.112-26.624-26.112-45.056 0-28.672 23.552-52.224 52.224-52.224s52.224 23.552 52.224 52.224c0 18.432-10.24 35.84-26.112 45.056z m260.608 0c-16.384 9.216-35.84 9.216-52.224 0-16.384-9.216-26.112-26.624-26.112-45.056 0-28.672 23.552-52.224 52.224-52.224s52.224 23.552 52.224 52.224c0 18.432-9.728 35.84-26.112 45.056z" fill="#BEC1C8" ></path></symbol><symbol id="icon-banbenshuoming2" viewBox="0 0 1024 1024"><path d="M467.456 983.552c-3.584 0-7.168-0.512-10.24-1.536l-6.144-2.048-388.608-185.856c-11.264-5.12-18.944-15.36-20.48-27.648l-0.512-6.144V265.216c0-12.288 6.144-23.552 15.872-30.208l5.12-3.072L451.584 46.08c5.12-2.56 10.24-3.584 15.872-3.584 3.584 0 7.168 0.512 10.24 1.536l5.632 2.048 388.608 185.856c12.8 6.144 20.992 18.944 20.992 32.768l-0.512 3.584-2.048 8.704 2.048 2.048v270.336h-73.728V323.584L483.328 484.864c-5.12 2.56-10.24 3.584-15.872 3.584-1.536 0-3.584 0-5.12-0.512l-5.632-1.536-5.632-2.048-335.872-160.256-3.072 412.16 353.28 170.496 110.08-52.736 31.744 66.56-123.904 59.392c-5.12 2.048-10.752 3.584-15.872 3.584zM163.328 265.216l302.08 146.432 306.176-146.432-304.128-144.896-304.128 144.896z" fill="#F1F1F1" ></path><path d="M704 956.928L536.576 578.56h112.128l103.424 264.192 14.848 32.256 7.68-33.28v-0.512l97.28-263.168h112.128l-165.888 378.368h-114.176z" fill="#F1F1F1" ></path><path d="M427.008 717.824c-4.096 0-8.192-0.512-12.288-2.56l-263.68-107.52c-16.384-6.656-24.064-25.088-17.408-41.472 6.656-16.384 25.088-24.064 41.472-17.408l263.68 107.52c16.384 6.656 24.064 25.088 17.408 41.472-4.608 12.288-16.384 19.968-29.184 19.968z" fill="#F4B062" ></path></symbol><symbol id="icon-gengduo-1" viewBox="0 0 1024 1024"><path d="M512 800.768c52.736 0 96.256 43.52 96.256 96.256S564.736 993.28 512 993.28s-96.256-43.52-96.256-96.256 43.52-96.256 96.256-96.256zM415.744 512c0 52.736 43.52 96.256 96.256 96.256s96.256-43.52 96.256-96.256-43.52-96.256-96.256-96.256-96.256 43.52-96.256 96.256z m0-385.024c0 52.736 43.52 96.256 96.256 96.256s96.256-43.52 96.256-96.256S564.736 30.72 512 30.72s-96.256 43.52-96.256 96.256z" fill="#CCCCCC" ></path></symbol><symbol id="icon-shangla" viewBox="0 0 1024 1024"><path d="M512 749.568l-321.024 0c-57.856 0-87.55200001-72.704-46.592-115.712l129.024-135.68 192-202.752c25.6-27.136 67.584-27.13599999 93.184 0l192 202.752 129.024 135.68c40.448 43.008 11.264 115.712-46.592 115.712L512 749.568z" fill="#686869" ></path></symbol><symbol id="icon-chuizhijuzhongduiqi" viewBox="0 0 1024 1024"><path d="M137.256 354.181h749.46v91.38h-749.46z m0 224.286h749.46v91.352h-749.46z" fill="#226FEC" ></path></symbol><symbol id="icon-bianjigongcheng" viewBox="0 0 1024 1024"><path d="M200.192 779.264H389.12c11.776 0 23.04-4.608 31.744-12.8l308.224-308.736 126.464-123.904c17.408-17.408 17.408-45.568 0.512-62.976l-0.512-0.512-188.928-190.976c-17.408-17.408-45.568-17.408-62.976-0.512l-0.512 0.512-125.44 126.464-309.248 308.736c-8.192 8.192-12.8 19.968-12.8 31.744v188.928c0 24.064 19.968 44.032 44.544 44.032zM634.88 174.08l125.952 125.952L697.856 363.52l-125.952-125.952L634.88 174.08z m-390.144 390.144l264.192-264.192L634.88 425.984l-264.192 264.192H244.736v-125.952z m668.16 304.128H111.104c-24.576 0-44.544 19.968-44.544 44.544s19.968 44.544 44.544 44.544h801.28c24.576 0 44.544-19.968 44.544-44.544s-19.456-44.544-44.032-44.544z" fill="#7E7E7F" ></path></symbol><symbol id="icon-bangzhu" viewBox="0 0 1024 1024"><path d="M512 40.96C251.904 40.96 40.96 251.904 40.96 512s210.944 471.04 471.04 471.04 471.04-210.944 471.04-471.04-210.944-471.04-471.04-471.04z m0 773.632c-27.648 0-50.688-22.528-50.688-50.688 0-27.648 22.528-50.688 50.688-50.688 27.648 0 50.688 22.528 50.688 50.688s-23.04 50.688-50.688 50.688z m56.832-235.52c-11.776 11.776-23.04 25.088-23.04 67.072 0 18.432-14.848 33.792-33.792 33.792s-33.792-14.848-33.792-33.792c0-43.008 8.192-74.24 33.792-100.864 26.112-27.136 100.864-73.728 100.864-134.656 0-67.072-60.928-100.864-100.864-100.864-41.984 0-100.864 25.088-100.864 100.864 0 18.432-14.848 33.792-33.792 33.792-18.432 0-33.792-14.848-33.792-33.792V409.6c0-113.664 86.016-167.424 168.448-167.424 83.968 0 168.448 56.832 168.448 168.448 0 88.576-82.432 139.264-111.616 168.448z" fill="#B9B9B9" ></path></symbol><symbol id="icon-chexiao" viewBox="0 0 1024 1024"><path d="M282.624 320.512c0 7.168-3.072 13.824-8.192 18.944L131.584 466.432c-11.264 9.728-11.264 27.136-0.512 37.376l142.848 132.608c5.12 4.608 8.192 11.264 8.192 18.432v3.072c0 22.016-26.112 33.28-42.496 18.432L51.712 504.32c-11.264-10.24-10.752-27.648 0.512-37.888L240.64 301.568c16.384-14.336 41.984-3.072 41.984 18.944z" fill="#FFFFFF" ></path><path d="M949.248 823.296h-4.096c-8.192-1.024-15.36-5.12-20.48-11.776-75.264-97.792-146.944-163.84-213.504-195.584-57.856-27.648-111.104-30.208-162.304-6.656v133.632c0 7.68-3.072 15.36-8.192 20.992-5.632 6.144-13.312 9.728-21.504 9.728-8.192 0.512-16.384-2.56-22.528-8.192L219.648 510.464l-1.536-1.536c-5.632-6.144-8.704-13.824-8.192-22.528 0.512-8.192 4.096-15.872 9.728-21.504l276.992-256c5.632-5.12 13.312-8.192 20.992-8.192 17.408 0 31.232 13.824 31.232 31.232v111.616c102.4-1.024 189.952 33.28 260.608 101.888 37.888 36.864 71.68 84.48 99.84 141.312 27.648 55.808 51.712 122.368 70.144 197.632 3.072 11.776-1.536 24.576-11.264 32.256-5.12 4.608-11.776 6.656-18.944 6.656z m-328.704-282.112c36.864 0 74.752 9.216 113.152 27.648 37.376 17.92 75.776 45.056 114.688 80.384 17.408 15.872 34.816 33.28 52.736 52.736-11.776-33.28-24.576-64-38.4-91.648-25.6-51.712-55.808-94.208-89.6-126.976-33.28-32.256-70.656-55.808-111.616-70.144-40.96-14.336-87.04-19.968-136.704-16.384l-27.648 2.048V279.04L271.36 487.424l225.792 208.384v-117.76l13.312-7.168c35.84-19.968 72.192-29.696 110.08-29.696zM254.464 472.064c0.512 0 0 0 0 0z" fill="#FFFFFF" ></path></symbol><symbol id="icon-bianji" viewBox="0 0 1024 1024"><path d="M816.64 46.592c13.824 2.048 26.624 8.704 36.352 18.432l118.784 118.784c18.432 20.992 18.432 52.224 0 72.704L880.64 347.648l-191.488-191.488 91.136-91.136c8.704-11.264 22.016-17.92 36.352-18.432m0 355.84L260.096 958.464l-177.152 25.6c-23.04 3.584-43.008-16.384-39.936-39.936l25.088-177.664L625.152 210.944l191.488 191.488z" fill="#7E7E7E" ></path></symbol><symbol id="icon-zuoce" viewBox="0 0 1024 1024"><path d="M102.4 40.96h74.24v942.08H102.4V40.96z m223.232 198.144h594.944c16.384 0 24.576 8.192 24.576 24.576v148.992c0 16.384-8.192 24.576-24.576 24.576H325.632c-16.384 0-24.576-8.192-24.576-24.576v-148.48c0-16.384 8.192-25.088 24.576-25.088z" fill="#226FEC" ></path><path d="M325.632 586.24h396.8c16.384 0 24.576 8.192 24.576 24.576v148.992c0 16.384-8.192 24.576-24.576 24.576H325.632c-16.384 0-24.576-8.192-24.576-24.576v-148.992c0-16.384 8.192-24.576 24.576-24.576z" fill="#FFFFFF" ></path></symbol><symbol id="icon-quanxiantianjia" viewBox="0 0 1024 1024"><path d="M768.512 47.104H263.168c-121.344 0-220.16 98.304-220.16 220.16v504.832c0 121.344 98.304 215.04 215.04 215.04H762.88c121.344 0 215.04-98.304 215.04-215.04V266.24c9.728-121.344-88.064-219.136-209.408-219.136z m46.08 514.048h-257.024v257.024c0 18.944-18.944 41.984-41.984 41.984-23.04 0-41.984-18.944-41.984-41.984v-257.024H216.576c-18.944 0-41.984-18.944-41.984-41.984 0-23.04 18.944-41.984 41.984-41.984h261.632V220.16c0-18.944 18.944-41.984 47.104-41.984 18.944 0 41.984 18.944 41.984 41.984v261.632H824.32c18.944 0 37.376 18.944 37.376 37.376 0 18.432-23.552 41.984-47.104 41.984z" fill="#8B9CA4" ></path></symbol><symbol id="icon-xiala2-copy" viewBox="0 0 1024 1024"><path d="M512 274.432h321.024c57.856 0 87.552 72.704 46.592 115.712l-129.024 135.68-192 202.752c-25.6 27.136-67.584 27.136-93.184 0l-192-202.752-129.024-135.68c-40.448-43.008-11.264-115.712 46.592-115.712H512z" fill="#686869" ></path></symbol><symbol id="icon-fangda" viewBox="0 0 1024 1024"><path d="M887.808 983.04H136.192C83.456 983.04 40.96 940.544 40.96 887.808V136.192C40.96 83.456 83.456 40.96 136.192 40.96h751.616c52.224 0 95.232 42.496 95.232 95.232v751.616c0 52.736-42.496 95.232-95.232 95.232zM144.384 879.616h735.232V144.384H144.384v735.232z" fill="#CCCCCC" ></path></symbol><symbol id="icon-chaifen" viewBox="0 0 1024 1024"><path d="M773.632 228.864c11.264 0 20.48 9.216 20.48 20.48v523.264c0 11.264-9.216 20.48-20.48 20.48H250.368c-11.264 0-20.48-9.216-20.48-20.48V249.344c0-11.264 9.216-20.48 20.48-20.48h523.264m0-62.464H250.368c-46.08 0-83.456 37.376-83.456 83.456V773.12c0 46.08 37.376 83.456 83.456 83.456h523.264c46.08 0 83.456-37.376 83.456-83.456V249.344c-0.512-45.568-37.888-82.944-83.456-82.944z" fill="#CCCCCC" ></path><path d="M806.4 102.912h-588.8c-15.872 0-29.184-12.8-29.184-29.184s12.8-29.184 29.184-29.184h588.8c15.872 0 29.184 12.8 29.184 29.184s-13.312 29.184-29.184 29.184z m0 876.032h-588.8c-15.872 0-29.184-12.8-29.184-29.184 0-15.872 12.8-29.184 29.184-29.184h588.8c15.872 0 29.184 12.8 29.184 29.184s-13.312 29.184-29.184 29.184z m118.784-175.104V216.576c0-15.872 12.8-29.184 29.184-29.184 15.872 0 29.184 12.8 29.184 29.184V803.84c0 15.872-12.8 29.184-29.184 29.184-16.384-0.512-29.184-13.312-29.184-29.184zM40.96 803.84V216.576c0-15.872 12.8-29.184 29.184-29.184s29.184 12.8 29.184 29.184V803.84c0 15.872-12.8 29.184-29.184 29.184S40.96 819.712 40.96 803.84z" fill="#3D6EFF" ></path></symbol><symbol id="icon-chuizhi" viewBox="0 0 1024 1024"><path d="M69.632 330.24H952.32v34.816H69.632v-34.816z" fill="#226FEC" ></path><path d="M236.032 246.784h549.888c15.36 0 23.04 8.192 23.04 25.088v151.04c0 16.896-7.68 25.088-23.04 25.088H236.032c-15.36 0-23.04-8.192-23.04-25.088V271.872c0.512-16.384 7.68-25.088 23.04-25.088z m-166.4 412.16H952.32v34.816H69.632v-34.816z" fill="#226FEC" ></path><path d="M320.512 576H701.44c10.752 0 15.872 8.192 15.872 25.088v151.04c0 16.896-5.12 25.088-15.872 25.088H320.512c-10.752 0-15.872-8.192-15.872-25.088v-151.04c0-16.896 5.632-25.088 15.872-25.088z" fill="#FFFFFF" ></path></symbol><symbol id="icon-kaisuo" viewBox="0 0 1024 1024"><path d="M512 559.104c-38.4-0.512-70.656 30.72-71.168 69.12-0.512 20.48 8.704 39.936 24.064 53.76V747.52c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104v-65.536c29.184-25.6 32.256-69.632 6.656-98.816-13.312-15.872-33.28-24.576-53.76-24.064z m235.52-188.416H370.688V276.48c0-78.336 62.976-141.312 140.8-141.824 37.888 0 73.728 14.848 100.352 41.472 17.92 17.92 30.208 40.448 36.864 65.024 6.656 25.6 32.256 40.448 57.344 33.792 25.6-6.656 40.448-32.256 33.792-57.344-10.752-40.96-32.256-78.336-61.952-108.032-92.16-91.648-241.152-91.648-333.312 0.512C301.056 154.624 276.48 214.016 276.48 276.48v94.208c-78.336 0-141.312 62.976-141.312 141.312v329.728c0 78.336 62.976 141.312 141.312 141.312h471.04c78.336 0 141.312-62.976 141.312-141.312V512c0-77.824-63.488-141.312-141.312-141.312z m47.104 471.04c0 26.112-20.992 47.104-47.104 47.104H276.48c-26.112 0-47.104-20.992-47.104-47.104V512c0-26.112 20.992-47.104 47.104-47.104h471.04c26.112 0 47.104 20.992 47.104 47.104v329.728z" fill="#9F9FA6" ></path></symbol><symbol id="icon-jianqie" viewBox="0 0 1024 1024"><path d="M874.496 105.984l-110.592 137.216c-14.336 17.92-40.96 20.992-58.88 6.144s-20.992-40.96-6.144-58.88l110.592-137.216c14.336-17.92 40.96-20.992 58.88-6.144 17.92 14.336 20.48 40.96 6.144 58.88z" fill="#FFFFFF" ></path><path d="M774.656 579.072h-3.072c-37.888 0.512-73.728 11.776-103.936 30.72l-108.032-132.608 107.52-131.584c14.336-17.408 11.776-43.008-5.12-57.856-17.92-15.36-44.544-13.312-59.392 5.12L505.856 411.136 215.04 54.784l-0.512-0.512C199.68 36.864 174.08 34.304 156.16 49.152c-17.92 14.336-20.48 40.96-6.144 58.368l301.568 369.664-108.032 132.608c-30.72-18.944-66.56-30.208-105.472-30.72-111.104-1.024-202.752 89.088-203.776 200.704-0.512 112.128 90.112 203.264 202.24 203.264 111.616 0 201.728-90.624 201.728-201.728v-3.072c-0.512-40.448-13.312-78.336-34.816-109.568l101.888-124.928 101.888 124.928c-21.504 31.744-34.304 70.656-34.816 112.128-0.512 111.104 89.6 202.24 200.704 203.264 112.128 1.024 203.264-90.112 203.264-201.728 0.512-112.64-90.112-203.264-201.728-203.264zM236.544 902.144c-67.072 0-121.344-54.272-121.344-121.344s54.272-121.344 121.344-121.344 121.344 54.272 121.344 121.344c-0.512 67.072-54.784 121.344-121.344 121.344z m538.112 0c-67.072 0-121.344-54.272-121.344-121.344s54.272-121.344 121.344-121.344 121.344 54.272 121.344 121.344-54.272 121.344-121.344 121.344z" fill="#3D6EFF" ></path></symbol><symbol id="icon-denggao" viewBox="0 0 1024 1024"><path d="M37.888 55.808h942.08v74.24H37.888V55.808z m0 838.144h942.08v74.24H37.888v-74.24z" fill="#226FEC" ></path><path d="M781.824 256.512v510.976c0 14.336-8.192 21.504-24.576 21.504h-148.992c-16.384 0-24.576-7.168-24.576-21.504V256.512c0-14.336 8.192-21.504 24.576-21.504h148.992c16.384 0 24.576 7.168 24.576 21.504z m-347.136 9.216V757.76c0 20.48-8.192 30.72-24.576 30.72H261.12c-16.384 0-24.576-10.24-24.576-30.72V265.728c0-20.48 8.192-30.72 24.576-30.72h148.992c16.384 0 24.576 10.24 24.576 30.72z" fill="#FFFFFF" ></path></symbol><symbol id="icon-huamianfangda" viewBox="0 0 1024 1024"><path d="M514.048 41.472c-260.096 0-471.04 210.944-471.04 471.04s210.944 471.04 471.04 471.04 471.04-210.944 471.04-471.04c-0.512-260.096-210.944-471.04-471.04-471.04zM732.16 556.032h-174.592v174.592c0 24.064-19.456 43.52-43.52 43.52s-43.52-19.456-43.52-43.52v-174.592H295.424c-24.064 0-43.52-19.456-43.52-43.52s19.456-43.52 43.52-43.52h174.592V293.376c0-24.064 19.456-43.52 43.52-43.52s43.52 19.456 43.52 43.52v175.104H732.16c24.064 0 43.52 19.456 43.52 43.52 0.512 24.576-18.944 44.032-43.52 44.032z" fill="#58595C" ></path></symbol><symbol id="icon-diduiqi" viewBox="0 0 1024 1024"><path d="M40.96 572.928h942.08v114.688H40.96v-114.688zM40.96 855.04h942.08v114.688H40.96V855.04z" fill="#226FEC" ></path></symbol><symbol id="icon-guanbi" viewBox="0 0 1024 1024"><path d="M581.12 513.024L942.08 151.552c16.896-16.896 16.896-50.688 0-67.584-16.896-16.896-50.688-16.896-67.584 0L513.536 445.44 152.064 83.968c-16.896-16.896-45.056-16.896-67.584 0-16.896 22.528-16.896 50.688 0 67.584L445.44 513.024l-360.96 360.96c-16.896 16.896-16.896 50.688 0 67.584 16.896 16.896 50.688 16.896 67.584 0l360.96-360.96 360.96 360.96c16.896 16.896 50.688 16.896 67.584 0 16.896-16.896 16.896-50.688 0-67.584l-360.448-360.96z" fill="#CCCCCC" ></path></symbol><symbol id="icon-dingbu" viewBox="0 0 1024 1024"><path d="M55.296 103.424h912.896v72.192H55.296V103.424z m192.512 216.576v576.512c0 15.872 8.192 24.064 24.064 24.064h144.384c15.872 0 24.064-8.192 24.064-24.064V320c0-15.872-8.192-24.064-24.064-24.064H271.872c-16.384 0-24.064 7.68-24.064 24.064z" fill="#226FEC" ></path><path d="M584.192 320v384.512c0 15.872 8.192 24.064 24.064 24.064H752.64c15.872 0 24.064-8.192 24.064-24.064V320c0-15.872-8.192-24.064-24.064-24.064h-144.384c-16.384 0-24.064 7.68-24.064 24.064z" fill="#FFFFFF" ></path></symbol><symbol id="icon-huamiansuoxiao" viewBox="0 0 1024 1024"><path d="M525.824 76.288c-246.784 0-446.976 200.192-446.976 446.976s200.192 446.976 446.976 446.976 446.976-200.192 446.976-446.976c0-247.296-200.192-446.976-446.976-446.976z m207.36 488.96H318.976c-23.04 0-41.984-18.944-41.984-41.984 0-23.04 18.944-41.984 41.984-41.984h414.208c23.04 0 41.984 18.944 41.984 41.984 0 23.04-18.432 41.984-41.984 41.984z" fill="#58595C" ></path></symbol><symbol id="icon-fanhui" viewBox="0 0 1024 1024"><path d="M749.056 940.032c26.112-26.112 26.112-68.608 0-95.232L407.552 511.488 749.056 179.2c26.112-26.112 26.112-68.608 0-95.232-26.112-26.112-68.608-26.112-95.232 0L281.088 455.68l-1.024 1.024c-9.728 11.776-26.112 30.72-24.576 53.76-0.512 2.048-0.512 4.096-0.512 6.656 0 16.384 8.704 33.792 26.112 51.2l373.248 372.224c12.8 12.8 29.696 19.456 47.616 19.456 17.92-0.512 34.816-7.168 47.104-19.968z" fill="#999899" ></path></symbol><symbol id="icon-morenyunhang" viewBox="0 0 1024 1024"><path d="M923.136 752.64L624.64 155.136c-29.696-64-111.104-89.6-170.496-55.296-25.6 12.8-42.496 34.304-55.296 55.296L99.84 752.64c-29.696 64-4.096 140.8 55.296 170.496 34.304 16.896 72.704 16.896 106.496 4.096l230.4-102.4c12.8-4.096 25.6-4.096 34.304 0l230.4 102.4c64 29.696 140.8 0 170.496-64 13.312-33.792 13.312-72.192-4.096-110.592z m-84.992 85.504c-12.8 12.8-29.696 16.896-47.104 8.704l-230.4-102.4c-34.304-16.896-72.704-16.896-102.4 0l-226.304 102.4c-21.504 8.704-47.104 0-55.296-21.504-4.096-12.8-4.096-25.6 0-34.304L475.136 193.536c8.704-21.504 38.4-29.696 59.904-16.896 8.704 4.096 12.8 8.704 16.896 16.896l298.496 597.504c4.608 16.896 0.512 38.4-12.288 47.104z" fill="#7E7E7F" ></path></symbol><symbol id="icon-duxiekuang" viewBox="0 0 1024 1024"><path d="M829.952 162.816H194.048c-60.928 0-110.08 49.664-110.08 110.08v477.184c0 60.928 49.664 110.08 110.08 110.08h635.904c60.928 0 110.08-49.664 110.08-110.08V273.408c0.512-60.928-49.152-110.592-110.08-110.592z m26.112 587.264v4.096c-1.536 12.8-12.8 22.528-25.6 22.528h-640c-12.8-1.536-22.528-12.8-22.528-25.6v-481.28c1.536-12.8 12.8-22.528 25.6-22.528h640c12.8 1.536 22.528 12.8 22.528 25.6v477.184z" fill="#7E7E7E" ></path><path d="M785.408 455.68c0-24.576-8.192-45.568-25.088-61.44-16.896-16.384-41.472-24.576-74.24-24.576-16.896 0-31.232 2.56-43.008 8.192-11.776 5.12-21.504 13.312-29.184 23.552-7.68 10.24-12.288 20.992-13.824 31.232-2.048 10.752-3.072 25.088-3.072 43.52v11.776H670.72v-31.232c0-14.336 1.536-24.064 4.608-29.184s7.68-7.168 13.824-7.168 10.752 2.048 13.824 6.656c3.072 4.608 4.608 11.264 4.608 19.968 0 11.776-5.12 28.16-15.36 48.64-10.24 20.992-41.984 75.264-95.744 162.816v47.104H778.24v-56.32h-90.112c46.08-68.096 73.728-112.64 83.456-133.632 9.216-20.992 13.824-40.96 13.824-59.904z" fill="#7E7E7E" ></path></symbol><symbol id="icon-dingduiqi" viewBox="0 0 1024 1024"><path d="M40.96 88.064h942.08v114.688H40.96V88.064z m0 282.112h942.08v114.688H40.96V370.176z" fill="#226FEC" ></path></symbol><symbol id="icon-gouxuan" viewBox="0 0 1024 1024"><path d="M983.04 225.28c-0.512-15.36-7.168-29.696-18.432-40.448-11.264-10.24-26.112-15.872-41.472-15.36-15.36 0.512-29.696 7.168-40.448 18.432l-496.64 529.92-249.856-209.92c-15.872-13.824-37.888-17.92-57.344-10.752-19.968 7.168-34.304 24.064-37.888 45.056-3.584 20.48 4.608 41.472 20.48 54.784l291.84 245.248c10.24 8.704 23.552 13.312 36.864 13.312h0.512c15.872 0 31.232-6.656 41.984-18.432L967.168 266.752c10.752-11.264 16.384-26.112 15.872-41.472z" fill="#226FEC" ></path></symbol><symbol id="icon-waibu" viewBox="0 0 1024 1024"><path d="M576 843.776l139.264 139.264h51.712l-139.264-139.264h-51.712z m94.208 0l139.264 139.264h51.712L721.92 843.776h-51.712z m94.72 0l139.264 139.264h14.336c10.752 0 20.992-3.072 29.184-8.192l-131.072-131.072h-51.712zM363.52 914.944L431.616 983.04h51.712L363.52 863.232v51.712z m23.552-71.168l139.264 139.264h51.712l-139.264-139.264H387.072z m94.208 0l139.264 139.264h51.712l-139.264-139.264H481.28z m351.744-403.968l144.384 144.384V532.48l-144.384-144.384v51.712z m75.776-70.144h-51.712l119.808 119.808V437.76l-68.096-68.096z m-75.776 164.352l144.384 144.384v-51.712l-144.384-144.384v51.712z m0 94.72l144.384 144.384v-51.712l-144.384-144.384v51.712z m0 188.928l136.192 136.192c5.12-8.704 8.192-18.944 8.192-29.184v-14.336l-144.384-144.384v51.712z m0-94.72l144.384 144.384v-51.712l-144.384-144.384v51.712z" fill="#777777" ></path><path d="M808.96 40.96H142.336C89.6 40.96 47.104 83.968 47.104 136.704v669.184c0 52.736 42.496 95.744 95.232 95.744H808.96c52.736 0 95.232-43.008 95.232-95.744V136.704C904.192 83.968 861.184 40.96 808.96 40.96z m0 764.928H142.336V136.704H808.96v669.184z" fill="#777777" ></path></symbol><symbol id="icon-dengkuan" viewBox="0 0 1024 1024"><path d="M873.472 66.048h70.656v891.904h-70.656V66.048z m-793.6 0h70.656v891.904H79.872V66.048z" fill="#226FEC" ></path><path d="M753.664 770.048H270.336c-13.312 0-19.968-7.68-19.968-23.552v-140.8c0-15.872 6.656-23.552 19.968-23.552h483.84c13.312 0 19.968 7.68 19.968 23.552v140.8c0 15.872-6.656 23.552-20.48 23.552z m-8.704-328.704h-465.92c-19.456 0-29.184-7.68-29.184-23.552V277.504c0-15.872 9.728-23.552 29.184-23.552h465.92c19.456 0 29.184 7.68 29.184 23.552v140.8c0 15.36-9.728 23.04-29.184 23.04z" fill="#FFFFFF" ></path></symbol><symbol id="icon-suoxiao" viewBox="0 0 1024 1024"><path d="M935.424 559.616H88.576c-26.624 0-47.616-21.504-47.616-47.616 0-26.624 21.504-47.616 47.616-47.616h846.336c26.624 0 47.616 21.504 47.616 47.616s-20.992 47.616-47.104 47.616z" fill="#CCCCCC" ></path></symbol><symbol id="icon-duixiang" viewBox="0 0 1024 1024"><path d="M164.864 164.864v201.728H75.264V75.264h291.328v89.6H164.864z m694.272 0v201.728h89.6V75.264h-291.328v89.6h201.728zM164.864 859.136v-201.728H75.264v291.328h291.328v-89.6H164.864z m783.872-201.728v291.328h-291.328v-89.6h201.728v-201.728h89.6z m-291.328-290.816v291.328H366.592V366.592h290.816z" fill="#CCCCCC" ></path></symbol><symbol id="icon-jiacu" viewBox="0 0 1024 1024"><path d="M729.088 484.352C799.232 439.296 834.56 373.76 834.56 289.28c0-93.184-39.424-163.328-116.224-208.384-44.544-26.624-107.52-39.424-192-39.424H266.24c-51.712 0-82.944 7.168-98.304 22.528-14.848 14.848-21.504 45.056-21.504 97.28v701.952c0 53.248 7.168 83.456 23.552 97.792 16.384 14.848 47.104 22.016 96.256 22.016h281.088c81.92 0 150.016-14.848 202.752-44.032 39.936-22.016 71.68-54.272 95.232-96.256 22.016-40.96 32.768-86.016 32.768-133.12-0.512-103.936-50.176-179.712-148.992-225.28z m-12.288 219.648c0 44.544-14.336 78.848-44.032 103.936-30.208 26.112-75.264 39.424-134.144 39.424H305.152v-283.648h233.472c60.416 0 107.52 14.848 140.288 44.544 25.6 22.528 37.888 53.76 37.888 95.744zM305.152 429.056V176.128h177.152c57.344 0 99.84 5.12 126.464 15.872C655.36 209.92 678.4 245.76 678.4 301.568c0 35.328-12.288 65.024-37.888 90.112-24.064 24.576-65.536 37.376-123.392 37.376H305.152z" fill="#226FEC" ></path></symbol><symbol id="icon-wenben" viewBox="0 0 1024 1024"><path d="M370.688 464.896H88.064c-26.112 0-47.104 20.992-47.104 47.104s20.992 47.104 47.104 47.104h94.208v235.52c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104v-235.52h94.208c26.112 0 47.104-20.992 47.104-47.104s-20.992-47.104-47.104-47.104z m565.248-282.624H370.688c-26.112 0-47.104 20.992-47.104 47.104s20.992 47.104 47.104 47.104h235.52v518.144c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104V276.48h235.52c26.112 0 47.104-20.992 47.104-47.104s-20.992-47.104-47.104-47.104z" fill="#7E7D7F" ></path></symbol><symbol id="icon-tianjiahuamian" viewBox="0 0 1024 1024"><path d="M807.424 961.024H232.96c-101.376 0-183.808-82.432-183.808-183.808V226.304c0-101.376 82.432-183.808 183.808-183.808h573.952c101.376 0 183.808 82.432 183.808 183.808v550.912c0.512 101.376-82.432 183.808-183.296 183.808zM232.96 134.144c-51.2 0-92.672 41.472-92.672 92.672v550.4c0 51.2 41.472 92.672 92.672 92.672h573.952c51.2 0 92.672-41.472 92.672-92.672V226.816c0-51.2-41.472-92.672-92.672-92.672H232.96z" fill="#787879" ></path><path d="M241.664 457.216H798.72v89.088H241.664V457.216z" fill="#787879" ></path><path d="M564.736 223.232v557.056H475.648V223.232h89.088z" fill="#787879" ></path></symbol><symbol id="icon-shang" viewBox="0 0 1024 1024"><path d="M61.44 761.856c27.648 27.648 72.192 27.648 99.84 0L512 402.432l349.696 359.424c27.648 27.648 72.192 27.648 99.84 0s27.648-72.192 0-99.84l-390.656-392.704-1.024-1.024c-12.288-10.24-32.256-27.648-56.32-25.6-2.048-0.512-4.608-0.512-6.656-0.512-17.408 0-35.84 9.216-53.76 27.136L61.44 661.504c-13.312 13.312-20.48 31.232-20.48 50.176 0 18.944 7.168 36.864 20.48 50.176z" fill="#787979" ></path></symbol><symbol id="icon-juzhong" viewBox="0 0 1024 1024"><path d="M476.16 40.96h74.24v942.08H476.16V40.96z" fill="#226FEC" ></path><path d="M926.72 784.896H99.84c-23.04 0-34.304-8.192-34.304-24.576v-148.992c0-16.384 11.264-24.576 34.304-24.576H926.72c23.04 0 34.304 8.192 34.304 24.576v148.992c0.512 15.872-11.264 24.576-34.304 24.576z" fill="#226FEC" ></path><path d="M788.992 437.76H238.08c-23.04 0-34.304-8.192-34.304-24.576V264.192c0-16.384 11.264-24.576 34.304-24.576h551.424c23.04 0 34.304 8.192 34.304 24.576v148.992c0 16.384-11.776 24.576-34.816 24.576z" fill="#FFFFFF" ></path></symbol><symbol id="icon-suoding" viewBox="0 0 1024 1024"><path d="M512 555.52c-38.4-0.512-70.656 30.72-71.168 69.12-0.512 20.48 8.704 39.936 24.064 53.76v65.536c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104v-65.536c29.184-25.6 32.256-69.632 6.656-98.816-13.312-15.36-33.28-24.064-53.76-24.064z m235.52-188.416V272.896c0-130.048-105.472-235.52-235.52-235.52s-235.52 105.472-235.52 235.52v94.208c-78.336 0-141.312 62.976-141.312 141.312v329.728c0 78.336 62.976 141.312 141.312 141.312h471.04c78.336 0 141.312-62.976 141.312-141.312V508.416c0-77.312-62.976-141.312-141.312-141.312zM370.688 272.896c0-78.336 62.976-141.312 141.312-141.312s141.312 62.976 141.312 141.312v94.208H370.688V272.896z m423.936 565.248c0 26.112-20.992 47.104-47.104 47.104H276.48c-26.112 0-47.104-20.992-47.104-47.104V508.416c0-26.112 20.992-47.104 47.104-47.104h471.04c26.112 0 47.104 20.992 47.104 47.104v329.728z" fill="#9F9FA6" ></path></symbol><symbol id="icon-xiala2" viewBox="0 0 1024 1024"><path d="M512 274.432h321.024c57.856 0 87.552 72.704 46.592 115.712l-129.024 135.68-192 202.752c-25.6 27.136-67.584 27.136-93.184 0l-192-202.752-129.024-135.68c-40.448-43.008-11.264-115.712 46.592-115.712H512z" fill="#686869" ></path></symbol><symbol id="icon-xuanzhuan" viewBox="0 0 1024 1024"><path d="M910.336 650.24c1.024 5.632 0.512 11.776-1.536 16.896-36.352 166.4-174.08 291.84-343.04 312.32-219.136 28.16-421.376-128.512-449.024-349.696-13.312-106.496 15.872-213.504 81.408-297.984S360.448 192.512 466.944 179.2c5.12-1.024 12.288-1.536 18.432-2.048-2.56-22.528-5.632-43.008-7.168-61.44-3.072-23.552-6.144-41.472-6.144-47.104-2.048-6.656-1.536-14.336 3.584-19.456 3.072-4.608 8.192-7.68 13.312-8.192 5.632-1.024 11.264 0.512 15.36 4.096l0.512 1.024 16.896 15.36 117.248 91.648 16.384 12.288 14.336 10.752c4.608 3.584 7.168 8.192 8.192 13.312 1.024 5.632-0.512 11.264-4.096 15.36l-10.752 14.336-12.288 16.384-91.648 117.76-13.312 17.408-1.024 0.512c-7.68 8.704-20.48 9.728-29.696 3.072-5.12-4.608-8.704-11.776-7.68-18.432-1.024-5.12-3.072-23.552-6.144-47.104-2.56-16.384-5.12-35.84-7.168-55.296-6.144 0-12.288 2.048-18.432 2.048-179.2 22.528-307.712 186.88-285.184 366.08 22.528 179.2 186.88 307.712 366.08 285.184 139.776-16.896 253.44-121.856 281.088-260.096 3.584-14.848 16.384-26.112 31.744-27.648 19.968-4.096 39.424 11.264 40.96 31.232z" fill="#7E7E7F" ></path></symbol><symbol id="icon-huifu" viewBox="0 0 1024 1024"><path d="M736.768 339.456c0 6.656 3.072 13.312 8.192 17.92L880.64 478.72c10.752 9.216 10.752 26.112 0.512 35.84l-136.192 126.464c-5.12 4.608-7.68 10.752-7.68 17.408v2.56c0 20.992 25.088 31.744 40.448 17.92l179.712-164.352c10.752-9.728 10.24-26.624-0.512-35.84l-179.712-157.184c-16.384-13.824-40.448-2.56-40.448 17.92z" fill="#FFFFFF" ></path><path d="M100.864 819.2c-6.656 0-12.8-2.048-17.92-6.144-9.216-7.168-13.824-19.456-10.752-30.72 17.92-71.68 40.448-135.168 67.072-188.416 27.136-54.272 58.88-99.328 95.232-134.656 67.584-65.536 151.04-98.304 248.32-97.28V254.976c0-16.384 13.312-29.696 29.696-29.696 7.68 0 14.848 2.56 19.968 7.68l264.192 243.712c5.632 5.632 9.216 12.8 9.728 20.48 0.512 8.192-2.56 15.36-7.68 21.504l-1.536 1.536-264.704 243.712c-6.144 5.12-13.312 8.192-21.504 7.68-8.192-0.512-15.36-3.584-20.48-9.728-5.12-5.632-7.68-12.8-7.68-19.968V614.4c-48.64-22.016-99.84-19.968-154.624 6.656-63.488 30.208-131.584 93.184-203.264 186.368-5.12 6.144-11.776 10.24-19.968 11.264-1.536 0.512-3.072 0.512-4.096 0.512z m313.344-269.312c35.84 0 71.168 9.216 104.96 27.648l12.8 7.168v112.128L747.52 498.688l-215.552-198.144V414.72l-26.624-2.048c-47.104-3.584-91.136 1.536-130.56 15.36-38.912 13.312-74.752 35.84-105.984 66.56-32.256 31.232-60.928 72.192-85.504 121.344-13.312 26.624-25.6 55.808-36.352 87.552 16.896-18.432 33.792-35.328 50.176-50.176 36.864-33.792 73.728-59.392 109.568-76.288 36.352-18.432 72.192-27.136 107.52-27.136z m349.184-66.048s-0.512 0 0 0z" fill="#FFFFFF" ></path></symbol><symbol id="icon-neibu" viewBox="0 0 1024 1024"><path d="M878.592 65.536H167.936c-56.32 0-101.376 45.568-101.376 101.888v713.728c0 56.32 45.568 101.888 101.376 101.888h710.656c56.32 0 101.376-45.568 101.376-101.888V167.424c0-56.32-45.568-101.888-101.376-101.888z m0 815.616H167.936V167.424h710.656v713.728z" fill="#777777" ></path><path d="M527.872 40.96l260.096 260.096V238.08L590.336 40.96h-62.464z m259.584 82.944L705.024 40.96h-62.464l145.408 145.408V123.904zM413.184 40.96l374.272 374.272V352.768L476.16 40.96H413.184zM184.32 40.96l603.648 603.648v-62.464L246.784 40.96H184.32zM44.032 112.128v17.408l655.36 655.36h17.408c12.8 0 25.088-3.584 35.84-9.728L53.76 76.288c-6.656 11.264-9.728 23.552-9.728 35.84z m0 132.096l540.672 540.672h62.464L44.032 181.248v62.976z m0 114.176l425.984 425.984H532.48L44.032 295.936V358.4z m0 114.688l311.808 311.808h62.464L44.032 410.112v62.976z m0 114.176l197.12 197.12h62.464L44.032 524.8v62.464z m0 114.688l82.944 82.944H189.44L44.032 639.488v62.464zM298.496 40.96l488.96 488.96V466.944L361.472 40.96H298.496zM115.2 40.96c-12.8 0-25.088 3.584-35.84 9.728L778.24 749.056c6.144-10.752 9.728-22.528 9.728-35.84V696.32L132.608 40.96h-17.408z" fill="#777777" ></path></symbol><symbol id="icon-youce" viewBox="0 0 1024 1024"><path d="M864.256 40.96h74.24v942.08h-74.24V40.96z m-148.992 743.936H120.32c-16.384 0-24.576-8.192-24.576-24.576v-148.992c0-16.384 8.192-24.576 24.576-24.576h594.944c16.384 0 24.576 8.192 24.576 24.576v148.992c0.512 16.384-7.68 24.576-24.576 24.576z" fill="#226FEC" ></path><path d="M715.264 437.76H318.976c-16.384 0-24.576-8.192-24.576-24.576V264.192c0-16.384 8.192-24.576 24.576-24.576h396.8c16.384 0 24.576 8.192 24.576 24.576v148.992c0 16.384-8.192 24.576-25.088 24.576z" fill="#FFFFFF" ></path></symbol><symbol id="icon-you" viewBox="0 0 1024 1024"><path d="M40.96 851.456h942.08v114.688H40.96v-114.688z m439.808-396.288H983.04v114.688H480.768V455.168zM40.96 57.344h942.08v114.688H40.96V57.344z" fill="#226FEC" ></path></symbol><symbol id="icon-yemian" viewBox="0 0 1024 1024"><path d="M845.824 40.96H347.136c-9.216 0-17.92 3.584-25.088 10.752l-195.584 194.56c-6.656 6.656-10.752 15.36-10.752 25.088v648.704c0 34.816 28.16 62.464 62.464 62.464h666.112c34.816 0 62.464-28.16 62.464-62.464V104.448C908.8 69.632 880.64 40.96 845.824 40.96z m-6.656 713.216v159.232H186.368V306.176h132.096c34.816 0 62.464-28.16 62.464-62.464V111.104h457.216v643.072h1.024z" fill="#7E7E7F" ></path></symbol><symbol id="icon-quanxiantianjia1" viewBox="0 0 1024 1024"><path d="M908.8 456.533H571.733V115.2c0-29.867-25.6-55.467-55.466-55.467s-59.734 25.6-59.734 55.467v337.067H115.2c-29.867 0-55.467 25.6-55.467 55.466S85.333 563.2 115.2 563.2h337.067v337.067c0 29.866 25.6 55.466 55.466 55.466s55.467-25.6 55.467-55.466V563.2h337.067c29.866 0 55.466-25.6 55.466-55.467s-17.066-51.2-46.933-51.2z" ></path></symbol><symbol id="icon-xinjian" viewBox="0 0 1024 1024"><path d="M924.16 453.12h-353.28v-353.28c0-32.256-26.624-58.88-58.88-58.88s-58.88 26.624-58.88 58.88v353.28h-353.28C67.584 453.12 40.96 479.744 40.96 512s26.624 58.88 58.88 58.88h353.28v353.28c0 32.256 26.624 58.88 58.88 58.88s58.88-26.624 58.88-58.88v-353.28h353.28c32.256 0 58.88-26.624 58.88-58.88s-26.624-58.88-58.88-58.88z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zhiding" viewBox="0 0 1024 1024"><path d="M61.952 318.464l435.712 199.168c4.608 2.048 9.728 3.072 14.848 3.072s10.24-1.024 14.848-3.072l435.2-199.168c12.8-6.144 20.992-18.432 20.992-32.768 0-14.336-8.192-26.624-20.992-32.256l-435.2-196.096c-9.216-4.096-19.968-4.096-29.184 0l-435.2 196.096C49.152 259.072 40.96 271.36 40.96 285.696s7.68 26.624 20.992 32.768z" fill="#3D6EFF" ></path><path d="M962.048 477.696l-115.712-52.224c-11.776-5.12-25.088 0-30.208 11.264-5.12 11.776 0 25.088 11.264 30.208l94.72 42.496-410.112 188.928-410.112-187.904 94.72-42.496c11.776-5.12 16.896-18.944 11.264-30.208-5.12-11.776-18.944-16.896-30.208-11.264l-115.712 51.2C49.152 483.328 40.96 496.128 40.96 509.952c0 14.336 7.68 26.624 20.992 32.768l435.712 199.168c4.608 2.048 9.728 3.072 14.848 3.072s10.24-1.024 14.848-3.072l435.2-199.168c12.8-6.144 20.992-18.432 20.992-32.768-0.512-13.824-8.704-26.624-21.504-32.256z" fill="#FFFFFF" ></path><path d="M962.048 702.464L846.336 650.24c-11.776-5.12-25.088 0-30.208 11.264-5.12 11.776 0 25.088 11.264 30.208l94.72 42.496-410.112 188.416-410.112-187.904 94.72-42.496c11.776-5.12 16.896-18.944 11.264-30.208-5.12-11.776-18.944-16.896-30.208-11.264l-115.712 52.224c-12.8 5.632-20.992 18.432-20.992 32.256 0 14.336 7.68 26.624 20.992 32.768l435.712 199.168c4.608 2.048 9.728 3.072 14.848 3.072s10.24-1.024 14.848-3.072l435.2-199.168c12.8-6.144 20.992-18.432 20.992-32.768-0.512-14.848-8.704-27.136-21.504-32.768z" fill="#FFFFFF" ></path></symbol><symbol id="icon-qingchu" viewBox="0 0 1024 1024"><path d="M421.888 781.824c24.576 0 45.056-20.48 45.056-45.056V466.944c0-24.576-20.48-45.056-45.056-45.056-24.576 0-45.056 20.48-45.056 45.056v269.824c0 25.088 20.48 45.056 45.056 45.056z m450.048-539.648h-179.712v-45.056c0-74.752-60.416-135.168-135.168-135.168H466.944c-74.752 0-135.168 60.416-135.168 135.168v45.056H152.064c-24.576 0-45.056 20.48-45.056 45.056s20.48 45.056 45.056 45.056h45.056v495.104c0 74.752 60.416 135.168 135.168 135.168h359.936c74.752 0 135.168-60.416 135.168-135.168V332.288h45.056c24.576 0 45.056-20.48 45.056-45.056s-20.992-45.056-45.568-45.056z m-450.048-45.056c0-24.576 20.48-45.056 45.056-45.056h90.112c24.576 0 45.056 20.48 45.056 45.056v45.056H421.888v-45.056z m314.88 629.76c0 24.576-20.48 45.056-45.056 45.056H332.288c-24.576 0-45.056-20.48-45.056-45.056V332.288H737.28l-0.512 494.592z m-134.656-45.056c24.576 0 45.056-20.48 45.056-45.056V466.944c0-24.576-20.48-45.056-45.056-45.056-24.576 0-45.056 20.48-45.056 45.056v269.824c0 25.088 19.968 45.056 45.056 45.056z" fill="#7E7E7F" ></path></symbol><symbol id="icon-zuo" viewBox="0 0 1024 1024"><path d="M40.96 57.344h942.08v114.688H40.96V57.344z m0 396.8h502.272v114.688H40.96V454.144z m0 397.312h942.08v114.688H40.96v-114.688z" fill="#226FEC" ></path></symbol><symbol id="icon-fuzhi" viewBox="0 0 1024 1024"><path d="M851.456 807.936h-147.968v-72.704h147.968c17.408 0 31.744-14.336 31.744-31.744V144.896c0-17.408-14.336-31.744-31.744-31.744H404.48c-15.872 0-31.744 19.456-31.744 38.4v88.064H300.544V152.064c0-27.136 10.752-54.272 29.184-75.264 19.968-22.528 47.104-35.84 75.264-35.84h446.976c57.344 0 103.936 46.592 103.936 103.936v558.592c-0.512 57.856-47.104 104.448-104.448 104.448z" fill="#3D6EFF" ></path><path d="M722.432 314.368c-4.096-54.784-49.664-97.28-104.448-97.28V240.64v-23.552H165.376c-54.784 4.096-97.28 49.664-97.28 104.448v556.544l0.512 7.168c4.096 54.784 49.664 97.28 104.448 97.28h445.44l7.168-0.512c54.784-4.096 97.28-49.664 97.28-104.448V322.048l-0.512-7.68z m-73.728 564.224l-0.512 5.12c-2.56 14.848-15.36 25.6-30.208 25.6H173.056l-5.12-0.512c-14.848-2.56-25.6-15.36-25.6-30.208V322.048l0.512-5.12c2.56-14.848 15.36-25.6 30.208-25.6h444.928l4.608 0.512c14.848 2.048 26.112 14.848 26.112 30.208v556.544z" fill="#3D6EFF" ></path><path d="M245.248 471.04h300.544c23.552 0 35.328 11.776 35.328 35.328 0 23.552-11.776 35.328-35.328 35.328H245.248c-23.552 0-35.328-11.776-35.328-35.328 0-23.552 11.776-35.328 35.328-35.328z m0 184.32h300.544c23.552 0 35.328 11.776 35.328 35.328 0 23.552-11.776 35.328-35.328 35.328H245.248c-23.552 0-35.328-11.776-35.328-35.328 0-23.552 11.776-35.328 35.328-35.328z" fill="#FFFFFF" ></path></symbol><symbol id="icon-guanlian" viewBox="0 0 1024 1024"><path d="M422.4 681.472c-26.624 26.624-64 43.52-104.448 43.52H187.904c-39.424 0-76.8-15.36-104.448-43.52-28.16-28.16-43.52-65.024-43.52-104.448V447.488c0-81.408 66.56-147.968 147.968-147.968H320.512c3.584 0 36.352 3.072 70.144 20.992C439.296 346.624 465.92 391.68 465.92 447.488H385.536c0-25.6-9.728-43.52-31.232-55.296-16.384-9.216-34.304-11.776-38.912-12.8H187.904c-37.376 0-68.096 30.72-68.096 68.096v129.536c0 17.92 7.168 35.328 19.968 48.128s29.696 19.968 48.128 19.968H317.44c37.376 0 68.096-30.72 68.096-68.096H465.92c0 40.96-16.896 77.824-43.52 104.448z m516.096 0c-26.624 26.624-64 43.52-104.448 43.52H701.44c-3.584 0-36.352-3.072-70.144-20.992-48.64-26.112-75.264-71.168-75.264-126.976h79.872c0 26.624 10.24 44.544 32.768 56.32 15.872 8.704 33.28 11.264 36.864 11.776h127.488c37.376 0 68.096-30.72 68.096-68.096V447.488c0-17.92-7.168-35.328-19.968-48.128s-29.696-19.968-48.128-19.968h-129.536c-37.376 0-68.096 30.72-68.096 68.096h-79.872c0-81.408 66.56-147.968 147.968-147.968h129.536c39.424 0 76.8 15.36 104.448 43.52 28.16 28.16 43.52 65.024 43.52 104.96v129.536c1.024 40.448-15.36 77.312-42.496 103.936z" fill="#989898" ></path><path d="M337.92 472.064h345.088v79.872H337.92V472.064z" fill="#989898" ></path></symbol><symbol id="icon-shuzhixianshi" viewBox="0 0 1024 1024"><path d="M291.84 161.792V655.36H168.96V390.656c0-38.4-1.024-60.928-2.56-69.12-2.048-7.68-7.168-13.312-14.848-17.408-8.192-4.096-26.624-5.632-54.784-5.632h-12.288V241.152C143.872 228.352 189.44 201.728 220.16 162.304h71.68z m313.344 409.6V655.36H334.336v-70.144c80.384-131.072 128-212.48 142.848-243.712 15.36-31.232 22.528-55.296 22.528-72.704 0-13.312-2.048-23.552-7.168-30.208-4.608-6.656-11.776-9.728-20.992-9.728-9.216 0-16.384 3.584-20.992 10.752-4.608 7.168-7.168 22.016-7.168 43.52v47.104H334.336V312.32c0-27.648 1.536-49.664 4.096-65.536 2.56-15.872 9.728-31.744 20.992-47.104s25.6-27.136 43.52-35.328c17.92-8.192 39.424-11.776 64.512-11.776 49.152 0 86.016 12.288 111.104 36.352 25.088 24.064 37.888 54.784 37.888 92.16 0 28.16-7.168 57.856-21.504 89.6s-55.808 98.304-124.928 200.704h135.168z m279.552-195.584c18.432 6.144 32.768 16.384 41.984 30.72 9.216 14.336 13.824 47.616 13.824 100.864 0 39.424-4.608 69.632-13.312 91.136s-24.576 38.4-46.08 49.664c-22.016 11.264-50.176 16.896-84.48 16.896-38.912 0-69.632-6.656-92.16-19.456-22.528-13.312-36.864-29.184-44.032-48.128-7.168-18.944-10.752-52.224-10.752-98.816v-38.912h122.88v80.384c0 21.504 1.024 34.816 3.584 40.448 2.56 5.632 8.192 8.704 16.896 8.704 9.728 0 15.872-3.584 18.944-10.752 3.072-7.168 4.608-26.624 4.608-57.344V486.4c0-18.944-2.048-32.768-6.144-41.472s-10.752-14.336-18.944-17.408c-8.192-2.56-24.576-4.096-48.64-4.608v-71.68c29.184 0 47.104-1.024 54.272-3.072 7.168-2.048 11.776-7.168 14.848-14.848 3.072-7.68 4.608-19.456 4.608-35.328v-27.648c0-17.408-1.536-28.672-5.12-34.304-3.584-5.632-9.216-8.192-16.384-8.192-8.704 0-14.336 3.072-17.408 8.704-3.072 5.632-4.608 17.92-4.608 36.864v40.448h-122.88v-41.984c0-47.104 10.752-78.848 32.256-95.744 21.504-16.384 55.808-25.088 102.912-25.088 58.88 0 98.304 11.264 119.296 34.304s31.232 54.784 31.232 95.744c0 27.648-3.584 47.616-11.264 59.904-8.192 13.312-21.504 24.576-39.936 34.816zM112.128 747.52h825.856v124.416H112.128V747.52z" fill="#7E7E7E" ></path></symbol><symbol id="icon-niantie" viewBox="0 0 1024 1024"><path d="M760.32 308.736c-4.096-55.296-49.664-97.792-104.96-98.304v24.064-24.064H198.144C143.36 215.04 100.352 260.608 100.352 315.904v561.664l0.512 7.68c4.096 55.296 50.176 97.792 105.472 98.304H655.36l7.68-0.512c55.296-4.096 97.792-49.664 98.304-104.96V316.416l-1.024-7.68z m-74.752 568.832l-0.512 5.12c-2.56 14.848-15.36 25.6-30.208 25.6H206.336l-5.12-0.512c-14.848-2.56-25.6-15.36-25.6-30.208V316.416l0.512-5.12c2.56-14.848 15.36-25.6 30.208-25.6h448.512l4.608 0.512c14.848 2.048 26.112 15.36 26.112 30.72v560.64z" fill="#3D6EFF" ></path><path d="M279.04 466.432h303.616c23.552 0 35.328 11.776 35.328 35.328 0 23.552-11.776 35.328-35.328 35.328H279.04c-23.552 0-35.328-11.776-35.328-35.328-0.512-23.552 11.264-35.328 35.328-35.328z m0 185.856h303.616c23.552 0 35.328 11.776 35.328 35.328 0 23.552-11.776 35.328-35.328 35.328H279.04c-23.552 0-35.328-11.776-35.328-35.328-0.512-23.552 11.264-35.328 35.328-35.328z" fill="#FFFFFF" ></path><path d="M895.488 433.152h-4.608c-15.36 0-28.16-12.8-28.16-28.16V314.88c0-15.36 12.8-28.16 28.16-28.16h4.608c15.36 0 28.16 12.8 28.16 28.16v90.112c0 15.36-12.8 28.16-28.16 28.16z m0 200.192h-4.608c-15.36 0-28.16-12.8-28.16-28.16v-90.112c0-15.36 12.8-28.16 28.16-28.16h4.608c15.36 0 28.16 12.8 28.16 28.16v90.112c0 15.36-12.8 28.16-28.16 28.16z m-363.52-559.616v-4.608c0-15.36 12.8-28.16 28.16-28.16H650.24c15.36 0 28.16 12.8 28.16 28.16v4.608c0 15.36-12.8 28.16-28.16 28.16h-90.112c-15.36 0-28.16-12.8-28.16-28.16z m-220.16 0v-4.608c0-15.36 12.8-28.16 28.16-28.16H430.08c15.36 0 28.16 12.8 28.16 28.16v4.608c0 15.36-12.8 28.16-28.16 28.16H340.48c-15.872 0-28.672-12.8-28.672-28.16z m484.352-32.256h-29.696c-16.896 0-30.208 13.824-30.208 30.208s13.824 30.208 30.208 30.208h29.696c36.352 0 66.048 29.696 66.048 66.048v34.304c0 16.896 13.824 30.208 30.208 30.208s30.208-13.824 30.208-30.208v-34.304c1.024-69.632-55.808-126.464-126.464-126.464z" fill="#3D6EFF" ></path></symbol><symbol id="icon-juxing" viewBox="0 0 1024 1024"><path d="M832 80.896h-640c-61.44 0-111.104 49.664-111.104 111.104v640.512c0 61.44 49.664 111.104 111.104 111.104h640.512c61.44 0 111.104-49.664 111.104-111.104V192c-0.512-61.44-50.176-111.104-111.616-111.104z m0 777.216H187.904c-12.8-1.536-22.528-12.8-22.528-26.112V187.904c1.536-12.8 12.8-22.528 26.112-22.528h644.096c12.8 1.536 22.528 12.8 22.528 26.112v644.096c-1.536 13.312-12.8 22.528-26.112 22.528z" fill="#7E7D7F" ></path></symbol><symbol id="icon-dibu" viewBox="0 0 1024 1024"><path d="M25.6 870.4h972.8v76.8H25.6v-76.8z m768-153.6V102.4c0-16.896-8.704-25.6-25.6-25.6h-153.6c-16.896 0-25.6 8.704-25.6 25.6v614.4c0 16.896 8.704 25.6 25.6 25.6h153.6c17.408 0 25.6-8.192 25.6-25.6z" fill="#226FEC" ></path><path d="M435.2 716.8V307.2c0-16.896-8.704-25.6-25.6-25.6H256c-16.896 0-25.6 8.704-25.6 25.6v409.6c0 16.896 8.704 25.6 25.6 25.6h153.6c16.896 0 25.6-8.192 25.6-25.6z" fill="#FFFFFF" ></path></symbol><symbol id="icon-xia" viewBox="0 0 1024 1024"><path d="M962.56 262.144c-27.648-27.648-72.192-27.648-99.84 0L512 621.568 161.792 262.656c-27.648-27.648-72.192-27.648-99.84 0s-27.648 72.192 0 99.84l390.656 392.704 1.024 1.024c12.288 10.24 32.256 27.648 56.32 25.6 2.048 0.512 4.608 0.512 6.656 0.512 17.408 0 35.84-9.216 53.76-27.136L962.56 362.496c13.312-13.312 20.48-31.232 20.48-50.176 0-18.944-7.168-36.864-20.48-50.176z" fill="#787979" ></path></symbol><symbol id="icon-wenjianjia" viewBox="0 0 1024 1024"><path d="M958.976 444.416c-7.68-9.728-19.968-15.36-32.256-15.36h-82.944v-41.472c0-68.608-55.808-124.416-124.416-124.416h-261.12l-13.312-41.472C427.52 171.52 380.416 138.24 327.168 138.24H179.2c-68.608 0-124.416 55.808-124.416 124.416v498.176c0 68.608 55.808 124.416 124.416 124.416h598.016c58.368 0 108.544-40.448 121.344-97.792l69.632-308.224c2.56-12.288-0.512-25.088-9.216-34.816zM236.544 770.048c-4.608 19.456-21.504 32.768-41.472 32.256h-15.36c-23.04 0-41.472-18.432-41.472-41.472V263.168c0-23.04 18.432-41.472 41.472-41.472H327.68c18.432-1.024 35.328 10.752 41.472 28.16l22.528 68.096c5.632 16.384 20.48 27.648 37.376 28.16h290.816c23.04 0 41.472 18.432 41.472 41.472v41.472H345.6c-19.968-0.512-37.376 13.312-41.472 32.256l-67.584 308.736z m581.12 0c-4.608 19.456-21.504 32.768-41.472 32.256H312.832c2.048-4.608 3.584-9.728 4.608-14.336L378.88 512h498.176l-59.392 258.048z" fill="#7E7E7F" ></path></symbol><symbol id="icon-zuhe" viewBox="0 0 1024 1024"><path d="M903.68 93.696c14.848 0 26.624 11.776 26.624 26.624v783.872c0 14.848-11.776 26.624-26.624 26.624h-783.36c-14.848 0-26.624-11.776-26.624-26.624V120.32c0-14.848 11.776-26.624 26.624-26.624h783.36m0-52.736h-783.36C76.288 40.96 40.96 76.288 40.96 120.32v783.872c0 43.52 35.328 79.36 79.36 79.36h783.872c43.52 0 79.36-35.328 79.36-79.36V120.32c-0.512-44.032-35.84-79.36-79.872-79.36z" fill="#CCCCCC" ></path><path d="M687.104 264.192H336.896c-20.48 0-37.376-16.896-37.376-37.376s16.896-37.376 37.376-37.376h350.208c20.48 0 37.376 16.896 37.376 37.376 0 20.992-16.896 37.376-37.376 37.376z m0 567.808H336.896c-20.48 0-37.376-16.896-37.376-37.376s16.896-37.376 37.376-37.376h350.208c20.48 0 37.376 16.896 37.376 37.376 0 20.992-16.896 37.376-37.376 37.376zM758.272 685.568V335.872c0-20.48 16.896-37.376 37.376-37.376s37.376 16.896 37.376 37.376V686.08c0 20.48-16.896 37.376-37.376 37.376s-37.376-16.896-37.376-37.888z m-567.808 0V335.872c0-20.48 16.896-37.376 37.376-37.376s37.376 16.896 37.376 37.376V686.08c0 20.48-16.896 37.376-37.376 37.376s-37.376-16.896-37.376-37.888z" fill="#3D6EFF" ></path></symbol><symbol id="icon-xiahuaxian" viewBox="0 0 1024 1024"><path d="M155.648 983.04c-27.136 0-49.152-22.016-49.152-49.152s22.016-49.152 49.152-49.152h712.704c17.408 0 33.792 9.216 42.496 24.576 8.704 15.36 8.704 33.792 0 49.152s-25.088 24.576-42.496 24.576H155.648z m356.352-202.24c-89.088 0-173.056-34.816-236.544-97.792s-97.792-146.944-97.792-236.544V90.112c0-17.408 9.216-33.792 24.576-42.496C209.92 43.008 218.112 40.96 226.816 40.96c27.136 0 49.152 22.016 49.152 49.152v356.352c0 130.048 105.984 236.032 236.032 236.032 130.048 0 236.032-105.984 236.032-236.032V90.112c0-17.408 9.216-33.792 24.576-42.496 15.36-8.704 33.792-8.704 49.152 0s24.576 25.088 24.576 42.496v356.352c0 89.088-34.816 173.056-97.792 236.544-63.488 62.976-147.456 97.792-236.544 97.792z" fill="#226FEC" ></path></symbol><symbol id="icon-shuiping" viewBox="0 0 1024 1024"><path d="M331.776 59.904h35.84v904.192h-35.84V59.904z" fill="#226FEC" ></path><path d="M246.784 793.6V230.4c0-15.872 8.704-23.552 25.6-23.552h154.624c17.408 0 25.6 7.68 25.6 23.552v563.2c0 15.872-8.704 23.552-25.6 23.552H272.384c-17.408-0.512-25.6-8.192-25.6-23.552z m421.888-733.696h35.84v904.192h-35.84V59.904z" fill="#226FEC" ></path><path d="M583.68 707.072V316.928c0-10.752 8.704-16.384 25.6-16.384h154.624c17.408 0 25.6 5.632 25.6 16.384V706.56c0 10.752-8.704 16.384-25.6 16.384H609.28c-17.408 0-25.6-5.12-25.6-15.872z" fill="#FFFFFF" ></path></symbol><symbol id="icon-yunhang" viewBox="0 0 1024 1024"><path d="M786.432 202.24c0 11.776 6.656 23.04 16.896 29.696 10.24 6.144 23.552 6.144 33.792 0s16.896-16.896 16.896-29.696c0-11.776-6.656-23.04-16.896-29.696-10.24-6.144-23.552-6.144-33.792 0-10.752 6.656-16.896 17.408-16.896 29.696z" fill="#FFC97F" ></path><path d="M410.624 688.64c6.144 0 11.776-1.536 16.896-4.608l242.688-141.824c11.776-5.12 18.944-16.896 18.944-31.232 0-11.776-6.656-23.04-16.896-29.696L435.2 343.04c-6.656-7.168-15.36-11.776-25.088-11.776-18.432 0-33.28 15.36-33.28 33.792v2.048h-0.512l0.512 282.624v3.584c1.024 19.968 15.36 35.328 33.792 35.328z" fill="#FFFFFF" ></path><path d="M930.816 295.936c-6.144-11.264-16.896-18.432-30.208-18.432-18.432 0-33.792 15.36-33.792 33.792 0 6.656 1.536 12.8 5.12 16.896C900.096 383.488 916.48 445.44 916.48 512c0 222.72-180.736 402.944-402.944 402.944s-404.48-179.712-404.48-402.944S289.28 109.056 512 109.056c65.536 0 127.488 15.36 182.272 43.52v-0.512c5.12 3.072 11.264 4.608 16.384 4.608 18.432 0 33.792-15.36 33.792-33.792 0-13.824-8.192-25.6-19.968-31.232-64-32.768-136.192-51.2-212.48-51.2-260.096 0-471.04 210.944-471.04 471.04s210.944 471.04 471.04 471.04 471.04-210.944 471.04-471.04c0-77.824-18.944-150.528-52.224-215.552z" fill="#FDB05E" ></path></symbol><symbol id="icon-xianshi" viewBox="0 0 1024 1024"><path d="M952.832 494.08c-89.6-208.384-258.56-337.92-440.832-337.92s-351.232 129.536-440.832 337.92c-5.12 11.264-5.12 24.064 0 35.328 89.6 208.384 258.56 337.92 440.832 337.92s351.232-129.536 440.832-337.92c5.12-10.752 5.12-24.064 0-35.328zM512 778.752c-140.8 0-274.432-101.888-351.232-266.752 76.8-164.864 210.432-266.752 351.232-266.752s274.432 101.888 351.232 266.752c-76.8 164.864-210.432 266.752-351.232 266.752z m0-444.416c-98.304 0-177.664 79.872-177.664 177.664s79.872 177.664 177.664 177.664 177.664-79.872 177.664-177.664-79.36-177.664-177.664-177.664z m0 266.752c-49.152 0-89.088-39.936-89.088-89.088s39.936-89.088 89.088-89.088 89.088 39.936 89.088 89.088-39.936 89.088-89.088 89.088z" fill="#B6A38D" ></path></symbol><symbol id="icon-yincang" viewBox="0 0 1024 1024"><path d="M969.216 286.72c16.384 14.848 18.432 41.472 4.096 59.392-32.256 40.96-70.144 77.312-111.104 109.056l84.992 91.136c14.848 16.896 14.336 43.52-1.024 59.392-7.168 7.68-16.896 11.776-27.136 11.776s-19.968-4.096-27.136-11.776L793.6 500.224c-44.544 25.088-92.16 44.544-141.824 57.344l45.568 133.632c7.168 22.016-3.072 46.08-23.552 53.76-20.48 7.68-43.008-3.072-50.176-25.088l-50.176-147.968c-40.96 4.608-82.432 4.608-123.392 0.512l-50.176 147.456c-7.168 22.016-29.696 33.28-50.176 25.088-20.48-7.68-30.72-32.256-23.552-53.76l45.056-132.608c-50.176-12.288-98.304-31.232-143.36-56.832l-96.768 103.424c-13.824 14.848-37.888 15.872-52.736 1.536l-2.56-2.56c-14.848-16.896-14.848-41.472 0-58.368L158.72 456.704c-40.448-30.72-76.8-65.536-109.056-104.96-13.824-17.92-11.776-44.032 4.608-59.392 15.872-14.336 39.936-12.8 54.272 3.584 100.864 123.904 246.784 194.56 400.384 194.56 157.696 0 304.128-73.728 404.992-200.192 14.336-16.896 38.912-18.944 55.296-3.584z" fill="#B6A38D" ></path></symbol><symbol id="icon-zhidi" viewBox="0 0 1024 1024"><path d="M962.048 253.44l-435.2-196.096c-9.216-4.096-19.968-4.096-29.184 0l-435.2 196.096C49.152 259.072 40.96 271.36 40.96 285.696s7.68 26.624 20.992 32.768l435.712 199.168c4.608 2.048 9.728 3.072 14.848 3.072s10.24-1.024 14.848-3.072l435.2-199.168c12.8-6.144 20.992-18.432 20.992-32.768-0.512-14.336-8.704-26.624-21.504-32.256z m-450.048 220.16L101.888 285.696l410.112-184.32 410.112 184.32L512 473.6z" fill="#FFFFFF" opacity=".6" ></path><path d="M962.048 702.464l-119.808-53.76-330.24 150.528-330.24-151.04-119.808 53.76c-12.8 5.632-20.992 18.432-20.992 32.256 0 14.336 7.68 26.624 20.992 32.768l435.712 199.168c4.608 2.048 9.728 3.072 14.848 3.072s10.24-1.024 14.848-3.072l435.2-199.168c12.8-6.144 20.992-18.432 20.992-32.768-0.512-13.824-8.192-26.112-21.504-31.744z" fill="#3D6EFF" ></path><path d="M61.952 542.72l435.712 199.168c4.608 2.048 9.728 3.072 14.848 3.072s10.24-1.024 14.848-3.072l435.2-199.168c12.8-6.144 20.992-18.432 20.992-32.768 0-14.336-8.192-26.624-20.992-32.256l-115.712-52.224c-11.776-5.12-25.088 0-30.208 11.264-5.12 11.776 0 25.088 11.264 30.208l95.232 42.496-411.136 188.928-410.112-187.904 94.72-42.496c11.776-5.12 16.896-18.944 11.264-30.208-5.12-11.776-18.944-16.896-30.208-11.264l-115.712 51.2C49.152 483.328 40.96 496.128 40.96 509.952c0 14.336 8.192 26.624 20.992 32.768z" fill="#FFFFFF" opacity=".6" ></path></symbol><symbol id="icon-gengduo" viewBox="0 0 1024 1024"><path d="M223.232 512c0 52.736-43.52 96.256-96.256 96.256S30.72 564.736 30.72 512s43.52-96.256 96.256-96.256 96.256 43.52 96.256 96.256zM512 415.744c-52.736 0-96.256 43.52-96.256 96.256s43.52 96.256 96.256 96.256 96.256-43.52 96.256-96.256-43.52-96.256-96.256-96.256z m385.024 0c-52.736 0-96.256 43.52-96.256 96.256s43.52 96.256 96.256 96.256S993.28 564.736 993.28 512s-43.52-96.256-96.256-96.256z" fill="#CCCCCC" ></path></symbol><symbol id="icon-zhongbu" viewBox="0 0 1024 1024"><path d="M40.96 474.624h942.08v74.24H40.96V474.624z" fill="#226FEC" ></path><path d="M784.896 98.304v826.88c0 23.04-8.192 34.304-24.576 34.304h-148.992c-16.384 0-24.576-11.264-24.576-34.304V98.304c0-23.04 8.192-34.304 24.576-34.304h148.992c15.872 0 24.576 11.776 24.576 34.304z" fill="#226FEC" ></path><path d="M437.76 236.544v551.424c0 23.04-8.192 34.304-24.576 34.304H264.192c-16.384 0-24.576-11.264-24.576-34.304V236.544c0-23.04 8.192-34.304 24.576-34.304h148.992c16.384-0.512 24.576 11.264 24.576 34.304z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zhong" viewBox="0 0 1024 1024"><path d="M44.032 59.392h942.08V174.08H44.032V59.392z m219.648 396.8h502.272v114.688H263.68V456.192zM44.032 854.016h942.08v114.688H44.032v-114.688z" fill="#226FEC" ></path></symbol><symbol id="icon-xieti" viewBox="0 0 1024 1024"><path d="M495.104 40.96H629.76L495.104 983.04H360.448L495.104 40.96zM310.272 40.96h471.04c27.648 0 50.176 22.528 50.176 50.176s-22.528 50.176-50.176 50.176h-471.04c-27.648 0-50.176-22.528-50.176-50.176-0.512-27.648 22.016-50.176 50.176-50.176zM242.688 882.176h471.04c27.648 0 50.176 22.528 50.176 50.176s-22.528 50.176-50.176 50.176h-471.04c-27.648 0-50.176-22.528-50.176-50.176-0.512-27.648 22.528-50.176 50.176-50.176z" fill="#226FEC" ></path></symbol></svg>',function(h){var c=(c=document.getElementsByTagName("script"))[c.length-1],l=c.getAttribute("data-injectcss"),c=c.getAttribute("data-disable-injectsvg");if(!c){var i,a,v,z,o,m=function(c,l){l.parentNode.insertBefore(c,l)};if(l&&!h.__iconfont__svg__cssinject__){h.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(c){console&&console.log(c)}}i=function(){var c,l=document.createElement("div");l.innerHTML=h._iconfont_svg_string_3273823,(l=l.getElementsByTagName("svg")[0])&&(l.setAttribute("aria-hidden","true"),l.style.position="absolute",l.style.width=0,l.style.height=0,l.style.overflow="hidden",l=l,(c=document.body).firstChild?m(l,c.firstChild):c.appendChild(l))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(i,0):(a=function(){document.removeEventListener("DOMContentLoaded",a,!1),i()},document.addEventListener("DOMContentLoaded",a,!1)):document.attachEvent&&(v=i,z=h.document,o=!1,s(),z.onreadystatechange=function(){"complete"==z.readyState&&(z.onreadystatechange=null,t())})}function t(){o||(o=!0,v())}function s(){try{z.documentElement.doScroll("left")}catch(c){return void setTimeout(s,50)}t()}}(window); |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "id": "3273823", |
| | | "name": "CMS 2.0", |
| | | "font_family": "iconfont", |
| | | "css_prefix_text": "icon-", |
| | | "description": "", |
| | | "glyphs": [ |
| | | { |
| | | "icon_id": "37415394", |
| | | "name": "å¤å±è®¾ç½®", |
| | | "font_class": "duopingshezhi", |
| | | "unicode": "e7f0", |
| | | "unicode_decimal": 59376 |
| | | }, |
| | | { |
| | | "icon_id": "37347235", |
| | | "name": "ç©æç®¡ç", |
| | | "font_class": "wuliaoguanli", |
| | | "unicode": "e7ef", |
| | | "unicode_decimal": 59375 |
| | | }, |
| | | { |
| | | "icon_id": "37314604", |
| | | "name": "æ°æ®è·å失败", |
| | | "font_class": "shujuhuoqushibai", |
| | | "unicode": "e7ee", |
| | | "unicode_decimal": 59374 |
| | | }, |
| | | { |
| | | "icon_id": "37292687", |
| | | "name": "设å¤ç®¡ç", |
| | | "font_class": "shebeiguanli", |
| | | "unicode": "e7ed", |
| | | "unicode_decimal": 59373 |
| | | }, |
| | | { |
| | | "icon_id": "37287808", |
| | | "name": "çµè¯å表", |
| | | "font_class": "dianxinliebiao", |
| | | "unicode": "e7eb", |
| | | "unicode_decimal": 59371 |
| | | }, |
| | | { |
| | | "icon_id": "37287807", |
| | | "name": "å·¥è£
管ç", |
| | | "font_class": "gongzhuangguanli", |
| | | "unicode": "e7ec", |
| | | "unicode_decimal": 59372 |
| | | }, |
| | | { |
| | | "icon_id": "37271756", |
| | | "name": "åé转æ¢", |
| | | "font_class": "bianliangzhuanhuan", |
| | | "unicode": "e7ea", |
| | | "unicode_decimal": 59370 |
| | | }, |
| | | { |
| | | "icon_id": "37263643", |
| | | "name": "BOM管ç", |
| | | "font_class": "BOMguanli", |
| | | "unicode": "e7e9", |
| | | "unicode_decimal": 59369 |
| | | }, |
| | | { |
| | | "icon_id": "37263075", |
| | | "name": "é³é¢1", |
| | | "font_class": "yinpin1", |
| | | "unicode": "e7e8", |
| | | "unicode_decimal": 59368 |
| | | }, |
| | | { |
| | | "icon_id": "37245833", |
| | | "name": "å·¥ä½çæ¿", |
| | | "font_class": "gongweikanban", |
| | | "unicode": "e7e7", |
| | | "unicode_decimal": 59367 |
| | | }, |
| | | { |
| | | "icon_id": "37234909", |
| | | "name": "é³é¢", |
| | | "font_class": "yinpin", |
| | | "unicode": "e7e6", |
| | | "unicode_decimal": 59366 |
| | | }, |
| | | { |
| | | "icon_id": "37222501", |
| | | "name": "åæ°é
ç½®", |
| | | "font_class": "canshupeizhi", |
| | | "unicode": "e7e5", |
| | | "unicode_decimal": 59365 |
| | | }, |
| | | { |
| | | "icon_id": "37125633", |
| | | "name": "SOP管ç", |
| | | "font_class": "SOPguanli", |
| | | "unicode": "e7e3", |
| | | "unicode_decimal": 59363 |
| | | }, |
| | | { |
| | | "icon_id": "37125632", |
| | | "name": "é
æ¹çæ¬", |
| | | "font_class": "peifangbanben", |
| | | "unicode": "e7e4", |
| | | "unicode_decimal": 59364 |
| | | }, |
| | | { |
| | | "icon_id": "37061658", |
| | | "name": "ä¸è¯å管ç", |
| | | "font_class": "buliangpinguanli", |
| | | "unicode": "e7e1", |
| | | "unicode_decimal": 59361 |
| | | }, |
| | | { |
| | | "icon_id": "37061657", |
| | | "name": "å·¥å管ç", |
| | | "font_class": "gongdanguanli", |
| | | "unicode": "e7e2", |
| | | "unicode_decimal": 59362 |
| | | }, |
| | | { |
| | | "icon_id": "36999477", |
| | | "name": "ç¹æ£å·¥åº", |
| | | "font_class": "dianjiangongxu", |
| | | "unicode": "e7e0", |
| | | "unicode_decimal": 59360 |
| | | }, |
| | | { |
| | | "icon_id": "36874997", |
| | | "name": "é
æ¹ç®¡ç", |
| | | "font_class": "peifangguanli2", |
| | | "unicode": "e7da", |
| | | "unicode_decimal": 59354 |
| | | }, |
| | | { |
| | | "icon_id": "36874998", |
| | | "name": "ç³»ç»é
ç½®", |
| | | "font_class": "xitongpeizhi", |
| | | "unicode": "e7db", |
| | | "unicode_decimal": 59355 |
| | | }, |
| | | { |
| | | "icon_id": "36874996", |
| | | "name": "追溯æ¥è¡¨", |
| | | "font_class": "zhuisubaobiao1", |
| | | "unicode": "e7dc", |
| | | "unicode_decimal": 59356 |
| | | }, |
| | | { |
| | | "icon_id": "36874994", |
| | | "name": "æ¡ç 管ç", |
| | | "font_class": "tiaomaguanli", |
| | | "unicode": "e7dd", |
| | | "unicode_decimal": 59357 |
| | | }, |
| | | { |
| | | "icon_id": "36874992", |
| | | "name": "æ ç¾ç®¡ç", |
| | | "font_class": "biaoqianguanli", |
| | | "unicode": "e7de", |
| | | "unicode_decimal": 59358 |
| | | }, |
| | | { |
| | | "icon_id": "36874993", |
| | | "name": "产å管ç", |
| | | "font_class": "chanpinguanli", |
| | | "unicode": "e7df", |
| | | "unicode_decimal": 59359 |
| | | }, |
| | | { |
| | | "icon_id": "36641942", |
| | | "name": "éæææ¬", |
| | | "font_class": "jingtaiwenben", |
| | | "unicode": "e7d9", |
| | | "unicode_decimal": 59353 |
| | | }, |
| | | { |
| | | "icon_id": "36623634", |
| | | "name": "å
置缩æ¾", |
| | | "font_class": "neizhisuofang1", |
| | | "unicode": "e7d8", |
| | | "unicode_decimal": 59352 |
| | | }, |
| | | { |
| | | "icon_id": "36623635", |
| | | "name": "æ¡é缩æ¾", |
| | | "font_class": "kuangxuansuofang", |
| | | "unicode": "e7d7", |
| | | "unicode_decimal": 59351 |
| | | }, |
| | | { |
| | | "icon_id": "36501877", |
| | | "name": "è¾¹äºç»å", |
| | | "font_class": "bianyunjiehe", |
| | | "unicode": "e7d6", |
| | | "unicode_decimal": 59350 |
| | | }, |
| | | { |
| | | "icon_id": "36443648", |
| | | "name": "æä»¶å¤¹", |
| | | "font_class": "wenjianjia1", |
| | | "unicode": "e74b", |
| | | "unicode_decimal": 59211 |
| | | }, |
| | | { |
| | | "icon_id": "36391199", |
| | | "name": "å·¥åºç®¡ç", |
| | | "font_class": "gongxuguanli", |
| | | "unicode": "e7d5", |
| | | "unicode_decimal": 59349 |
| | | }, |
| | | { |
| | | "icon_id": "36372890", |
| | | "name": "追溯æ¥è¡¨", |
| | | "font_class": "zhuisubaobiao", |
| | | "unicode": "e7d4", |
| | | "unicode_decimal": 59348 |
| | | }, |
| | | { |
| | | "icon_id": "36370332", |
| | | "name": "ç¦»çº¿ç¶æ", |
| | | "font_class": "lixianzhuangtai", |
| | | "unicode": "e7d3", |
| | | "unicode_decimal": 59347 |
| | | }, |
| | | { |
| | | "icon_id": "36362839", |
| | | "name": "å¤å¶", |
| | | "font_class": "fuzhi2", |
| | | "unicode": "e7ce", |
| | | "unicode_decimal": 59342 |
| | | }, |
| | | { |
| | | "icon_id": "36362840", |
| | | "name": "æ¾ç¤º", |
| | | "font_class": "xianshi1", |
| | | "unicode": "e7cf", |
| | | "unicode_decimal": 59343 |
| | | }, |
| | | { |
| | | "icon_id": "36362841", |
| | | "name": "æ¹éä¿®æ¹", |
| | | "font_class": "piliangxiugai", |
| | | "unicode": "e7d0", |
| | | "unicode_decimal": 59344 |
| | | }, |
| | | { |
| | | "icon_id": "36362842", |
| | | "name": "䏿¾ç¤º", |
| | | "font_class": "buxianshi", |
| | | "unicode": "e7d1", |
| | | "unicode_decimal": 59345 |
| | | }, |
| | | { |
| | | "icon_id": "36362843", |
| | | "name": "æ¥å£äºè", |
| | | "font_class": "jiekouhulian", |
| | | "unicode": "e7d2", |
| | | "unicode_decimal": 59346 |
| | | }, |
| | | { |
| | | "icon_id": "36313581", |
| | | "name": "æ¥è¦è§¦å", |
| | | "font_class": "baojingchufa1", |
| | | "unicode": "e7ca", |
| | | "unicode_decimal": 59338 |
| | | }, |
| | | { |
| | | "icon_id": "36313582", |
| | | "name": "åå触å", |
| | | "font_class": "bianhuachufa", |
| | | "unicode": "e7cb", |
| | | "unicode_decimal": 59339 |
| | | }, |
| | | { |
| | | "icon_id": "36313584", |
| | | "name": "宿¶è§¦å", |
| | | "font_class": "dingshichufa1", |
| | | "unicode": "e7cc", |
| | | "unicode_decimal": 59340 |
| | | }, |
| | | { |
| | | "icon_id": "36313588", |
| | | "name": "åæ®µè§¦å", |
| | | "font_class": "ziduanchufa1", |
| | | "unicode": "e7cd", |
| | | "unicode_decimal": 59341 |
| | | }, |
| | | { |
| | | "icon_id": "36196438", |
| | | "name": "æ£å¸¸", |
| | | "font_class": "zhengchang", |
| | | "unicode": "e7c8", |
| | | "unicode_decimal": 59336 |
| | | }, |
| | | { |
| | | "icon_id": "36196437", |
| | | "name": "ç¦ç¨", |
| | | "font_class": "jinyong", |
| | | "unicode": "e76f", |
| | | "unicode_decimal": 59247 |
| | | }, |
| | | { |
| | | "icon_id": "36196436", |
| | | "name": "å¼å¸¸", |
| | | "font_class": "yichang", |
| | | "unicode": "e76d", |
| | | "unicode_decimal": 59245 |
| | | }, |
| | | { |
| | | "icon_id": "36100084", |
| | | "name": "ç®æ åæ¥è³ææ", |
| | | "font_class": "mubiaotongbuzhisuoyou", |
| | | "unicode": "e7c9", |
| | | "unicode_decimal": 59337 |
| | | }, |
| | | { |
| | | "icon_id": "36036588", |
| | | "name": "xè½´ä½ç½®å³", |
| | | "font_class": "xzhouweizhiyou", |
| | | "unicode": "e7c5", |
| | | "unicode_decimal": 59333 |
| | | }, |
| | | { |
| | | "icon_id": "36036589", |
| | | "name": "xè½´ä½ç½®ä¸", |
| | | "font_class": "xzhouweizhizhong", |
| | | "unicode": "e7c6", |
| | | "unicode_decimal": 59334 |
| | | }, |
| | | { |
| | | "icon_id": "36036590", |
| | | "name": "xè½´ä½ç½®å·¦", |
| | | "font_class": "xzhouweizhizuo", |
| | | "unicode": "e7c7", |
| | | "unicode_decimal": 59335 |
| | | }, |
| | | { |
| | | "icon_id": "36036311", |
| | | "name": "è½´æ é¢-æ«å°¾", |
| | | "font_class": "zhoubiaoti-mowei", |
| | | "unicode": "e79d", |
| | | "unicode_decimal": 59293 |
| | | }, |
| | | { |
| | | "icon_id": "35994976", |
| | | "name": "仪表ç", |
| | | "font_class": "yibiaopan", |
| | | "unicode": "e7c4", |
| | | "unicode_decimal": 59332 |
| | | }, |
| | | { |
| | | "icon_id": "35994794", |
| | | "name": "è¿åº¦æ¡", |
| | | "font_class": "jindutiao", |
| | | "unicode": "e7c3", |
| | | "unicode_decimal": 59331 |
| | | }, |
| | | { |
| | | "icon_id": "35991718", |
| | | "name": "éé驱å¨ç¬¬ä¸å±", |
| | | "font_class": "tongdaoqudongdiyiceng", |
| | | "unicode": "e7c1", |
| | | "unicode_decimal": 59329 |
| | | }, |
| | | { |
| | | "icon_id": "35991719", |
| | | "name": "éé驱å¨", |
| | | "font_class": "tongdaoqudong", |
| | | "unicode": "e7c2", |
| | | "unicode_decimal": 59330 |
| | | }, |
| | | { |
| | | "icon_id": "35974651", |
| | | "name": "è¶å¿é
ç½®", |
| | | "font_class": "qushipeizhi", |
| | | "unicode": "e7bf", |
| | | "unicode_decimal": 59327 |
| | | }, |
| | | { |
| | | "icon_id": "35974652", |
| | | "name": "è¶å¿çæ§", |
| | | "font_class": "qushijiankong", |
| | | "unicode": "e7c0", |
| | | "unicode_decimal": 59328 |
| | | }, |
| | | { |
| | | "icon_id": "35948196", |
| | | "name": "åéæ§å¶", |
| | | "font_class": "danxuankongzhi", |
| | | "unicode": "e7b9", |
| | | "unicode_decimal": 59321 |
| | | }, |
| | | { |
| | | "icon_id": "35948197", |
| | | "name": "å¤éæ§å¶", |
| | | "font_class": "fuxuankongzhi", |
| | | "unicode": "e7ba", |
| | | "unicode_decimal": 59322 |
| | | }, |
| | | { |
| | | "icon_id": "35948198", |
| | | "name": "æ°´å¹³èå", |
| | | "font_class": "shuipingcaidan", |
| | | "unicode": "e7bb", |
| | | "unicode_decimal": 59323 |
| | | }, |
| | | { |
| | | "icon_id": "35948199", |
| | | "name": "åç´èå", |
| | | "font_class": "chuizhicaidan", |
| | | "unicode": "e7bc", |
| | | "unicode_decimal": 59324 |
| | | }, |
| | | { |
| | | "icon_id": "35948200", |
| | | "name": "䏿æ§å¶", |
| | | "font_class": "xialakongzhi", |
| | | "unicode": "e7bd", |
| | | "unicode_decimal": 59325 |
| | | }, |
| | | { |
| | | "icon_id": "35948201", |
| | | "name": "å
åµèå", |
| | | "font_class": "neiqiancaidan", |
| | | "unicode": "e7be", |
| | | "unicode_decimal": 59326 |
| | | }, |
| | | { |
| | | "icon_id": "35845352", |
| | | "name": "åéæ¹éå¤ç", |
| | | "font_class": "bianliangpiliangchuli", |
| | | "unicode": "e7b8", |
| | | "unicode_decimal": 59320 |
| | | }, |
| | | { |
| | | "icon_id": "35825363", |
| | | "name": "åå²åº", |
| | | "font_class": "lishiku", |
| | | "unicode": "e7b7", |
| | | "unicode_decimal": 59319 |
| | | }, |
| | | { |
| | | "icon_id": "35821187", |
| | | "name": "ä¸ä¸å±", |
| | | "font_class": "xiayiceng1", |
| | | "unicode": "e7b5", |
| | | "unicode_decimal": 59317 |
| | | }, |
| | | { |
| | | "icon_id": "35821188", |
| | | "name": "ä¸ä¸å±", |
| | | "font_class": "shangyiceng1", |
| | | "unicode": "e7b6", |
| | | "unicode_decimal": 59318 |
| | | }, |
| | | { |
| | | "icon_id": "35790183", |
| | | "name": "ç¨æ·ä¿¡æ¯", |
| | | "font_class": "yonghuxinxi", |
| | | "unicode": "e7b4", |
| | | "unicode_decimal": 59316 |
| | | }, |
| | | { |
| | | "icon_id": "35773006", |
| | | "name": "è¿å", |
| | | "font_class": "huanyuan", |
| | | "unicode": "e7a5", |
| | | "unicode_decimal": 59301 |
| | | }, |
| | | { |
| | | "icon_id": "35773007", |
| | | "name": "æ¾ç¤ºåèåæ", |
| | | "font_class": "xianshicankaofenxi", |
| | | "unicode": "e7a9", |
| | | "unicode_decimal": 59305 |
| | | }, |
| | | { |
| | | "icon_id": "35773008", |
| | | "name": "èªç¶æ¶é´", |
| | | "font_class": "ziranshijian", |
| | | "unicode": "e7ab", |
| | | "unicode_decimal": 59307 |
| | | }, |
| | | { |
| | | "icon_id": "35773009", |
| | | "name": "å
置缩æ¾", |
| | | "font_class": "neizhisuofang", |
| | | "unicode": "e7af", |
| | | "unicode_decimal": 59311 |
| | | }, |
| | | { |
| | | "icon_id": "35773010", |
| | | "name": "æ¶é´è½´æ»å¨", |
| | | "font_class": "shijianzhouhuadong", |
| | | "unicode": "e7b0", |
| | | "unicode_decimal": 59312 |
| | | }, |
| | | { |
| | | "icon_id": "35773011", |
| | | "name": "æ¾ç¤ºæ 注", |
| | | "font_class": "xianshibiaozhu", |
| | | "unicode": "e7b1", |
| | | "unicode_decimal": 59313 |
| | | }, |
| | | { |
| | | "icon_id": "35773012", |
| | | "name": "æ¾å¤§åºå", |
| | | "font_class": "fangdaquyu", |
| | | "unicode": "e7b2", |
| | | "unicode_decimal": 59314 |
| | | }, |
| | | { |
| | | "icon_id": "35773013", |
| | | "name": "éå¤è½´èå´", |
| | | "font_class": "zhongfuzhoufanwei", |
| | | "unicode": "e7b3", |
| | | "unicode_decimal": 59315 |
| | | }, |
| | | { |
| | | "icon_id": "35766025", |
| | | "name": "串å£ç¶èç¹", |
| | | "font_class": "chuankoufujiedian", |
| | | "unicode": "e7a4", |
| | | "unicode_decimal": 59300 |
| | | }, |
| | | { |
| | | "icon_id": "35765044", |
| | | "name": "IOæ å°åé", |
| | | "font_class": "IOyingshebianliang", |
| | | "unicode": "e7a7", |
| | | "unicode_decimal": 59303 |
| | | }, |
| | | { |
| | | "icon_id": "35765045", |
| | | "name": "å
é¨åé", |
| | | "font_class": "neibubianliang", |
| | | "unicode": "e7a8", |
| | | "unicode_decimal": 59304 |
| | | }, |
| | | { |
| | | "icon_id": "35765047", |
| | | "name": "é»è¾åé", |
| | | "font_class": "luojibianliang", |
| | | "unicode": "e7aa", |
| | | "unicode_decimal": 59306 |
| | | }, |
| | | { |
| | | "icon_id": "35765049", |
| | | "name": "ç³»ç»åé", |
| | | "font_class": "xitongbianliang", |
| | | "unicode": "e7ac", |
| | | "unicode_decimal": 59308 |
| | | }, |
| | | { |
| | | "icon_id": "35765050", |
| | | "name": "ç«ç¹åèç¹", |
| | | "font_class": "zhandianzijiedian1", |
| | | "unicode": "e7ad", |
| | | "unicode_decimal": 59309 |
| | | }, |
| | | { |
| | | "icon_id": "35765051", |
| | | "name": "åéç»", |
| | | "font_class": "bianliangzu", |
| | | "unicode": "e7ae", |
| | | "unicode_decimal": 59310 |
| | | }, |
| | | { |
| | | "icon_id": "35760095", |
| | | "name": "éé驱å¨ç¬¬ä¸å±", |
| | | "font_class": "tongdaoqudongdisanceng", |
| | | "unicode": "e7a6", |
| | | "unicode_decimal": 59302 |
| | | }, |
| | | { |
| | | "icon_id": "35759275", |
| | | "name": "TCPç¶èç¹", |
| | | "font_class": "TCPfujiedian", |
| | | "unicode": "e7a2", |
| | | "unicode_decimal": 59298 |
| | | }, |
| | | { |
| | | "icon_id": "35759276", |
| | | "name": "åéç»åèç¹", |
| | | "font_class": "bianliangzuzijiedian", |
| | | "unicode": "e7a3", |
| | | "unicode_decimal": 59299 |
| | | }, |
| | | { |
| | | "icon_id": "35751872", |
| | | "name": "ä½ç½®-ä¸", |
| | | "font_class": "weizhi-xia", |
| | | "unicode": "e799", |
| | | "unicode_decimal": 59289 |
| | | }, |
| | | { |
| | | "icon_id": "35751873", |
| | | "name": "è½´æ é¢-ä¸é´", |
| | | "font_class": "zhoubiaoti-zhongjian", |
| | | "unicode": "e79a", |
| | | "unicode_decimal": 59290 |
| | | }, |
| | | { |
| | | "icon_id": "35751874", |
| | | "name": "ä½ç½®-ä¸", |
| | | "font_class": "weizhi-shang", |
| | | "unicode": "e79b", |
| | | "unicode_decimal": 59291 |
| | | }, |
| | | { |
| | | "icon_id": "35751875", |
| | | "name": "ä½ç½®-ä¸", |
| | | "font_class": "weizhi-zhong", |
| | | "unicode": "e79c", |
| | | "unicode_decimal": 59292 |
| | | }, |
| | | { |
| | | "icon_id": "35751877", |
| | | "name": "è½´æ é¢-å¼å¤´", |
| | | "font_class": "zhoubiaoti-kaitou", |
| | | "unicode": "e79e", |
| | | "unicode_decimal": 59294 |
| | | }, |
| | | { |
| | | "icon_id": "35751986", |
| | | "name": "表头-ä¸", |
| | | "font_class": "biaotou-zhong", |
| | | "unicode": "e79f", |
| | | "unicode_decimal": 59295 |
| | | }, |
| | | { |
| | | "icon_id": "35751987", |
| | | "name": "表头-左", |
| | | "font_class": "biaotou-zuo", |
| | | "unicode": "e7a0", |
| | | "unicode_decimal": 59296 |
| | | }, |
| | | { |
| | | "icon_id": "35751988", |
| | | "name": "表头-å³", |
| | | "font_class": "biaotou-you", |
| | | "unicode": "e7a1", |
| | | "unicode_decimal": 59297 |
| | | }, |
| | | { |
| | | "icon_id": "35716797", |
| | | "name": "æ´å¤", |
| | | "font_class": "gengduo2", |
| | | "unicode": "e797", |
| | | "unicode_decimal": 59287 |
| | | }, |
| | | { |
| | | "icon_id": "35716804", |
| | | "name": "æ·»å ", |
| | | "font_class": "tianjia1", |
| | | "unicode": "e798", |
| | | "unicode_decimal": 59288 |
| | | }, |
| | | { |
| | | "icon_id": "35716794", |
| | | "name": "æç¤º", |
| | | "font_class": "tishi2", |
| | | "unicode": "e796", |
| | | "unicode_decimal": 59286 |
| | | }, |
| | | { |
| | | "icon_id": "35588456", |
| | | "name": "ä¿å", |
| | | "font_class": "baocun1", |
| | | "unicode": "e792", |
| | | "unicode_decimal": 59282 |
| | | }, |
| | | { |
| | | "icon_id": "35588457", |
| | | "name": "èåé¢è§", |
| | | "font_class": "caidanyulan", |
| | | "unicode": "e793", |
| | | "unicode_decimal": 59283 |
| | | }, |
| | | { |
| | | "icon_id": "35583865", |
| | | "name": "åå¸", |
| | | "font_class": "fabu", |
| | | "unicode": "e794", |
| | | "unicode_decimal": 59284 |
| | | }, |
| | | { |
| | | "icon_id": "35583866", |
| | | "name": "æé导åº", |
| | | "font_class": "quanxiandaochu", |
| | | "unicode": "e795", |
| | | "unicode_decimal": 59285 |
| | | }, |
| | | { |
| | | "icon_id": "35573604", |
| | | "name": "宽髿伏", |
| | | "font_class": "kuangaolashen", |
| | | "unicode": "e788", |
| | | "unicode_decimal": 59272 |
| | | }, |
| | | { |
| | | "icon_id": "35573605", |
| | | "name": "æ¹é", |
| | | "font_class": "piliang", |
| | | "unicode": "e789", |
| | | "unicode_decimal": 59273 |
| | | }, |
| | | { |
| | | "icon_id": "35573606", |
| | | "name": "æ·»å ", |
| | | "font_class": "tianjia", |
| | | "unicode": "e78a", |
| | | "unicode_decimal": 59274 |
| | | }, |
| | | { |
| | | "icon_id": "35573607", |
| | | "name": "æè½¬", |
| | | "font_class": "xuanzhuan1", |
| | | "unicode": "e78b", |
| | | "unicode_decimal": 59275 |
| | | }, |
| | | { |
| | | "icon_id": "35573608", |
| | | "name": "å±å¼1", |
| | | "font_class": "zhankai1", |
| | | "unicode": "e78c", |
| | | "unicode_decimal": 59276 |
| | | }, |
| | | { |
| | | "icon_id": "35573609", |
| | | "name": "å±å¼", |
| | | "font_class": "zhankai", |
| | | "unicode": "e78d", |
| | | "unicode_decimal": 59277 |
| | | }, |
| | | { |
| | | "icon_id": "35573610", |
| | | "name": "æ¹éæ·»å ", |
| | | "font_class": "piliangtianjia", |
| | | "unicode": "e78e", |
| | | "unicode_decimal": 59278 |
| | | }, |
| | | { |
| | | "icon_id": "35573611", |
| | | "name": "åéå¼ç¨å表", |
| | | "font_class": "bianliangyinyongliebiao", |
| | | "unicode": "e78f", |
| | | "unicode_decimal": 59279 |
| | | }, |
| | | { |
| | | "icon_id": "35573612", |
| | | "name": "æ¶èµ·", |
| | | "font_class": "shouqi1", |
| | | "unicode": "e790", |
| | | "unicode_decimal": 59280 |
| | | }, |
| | | { |
| | | "icon_id": "35573613", |
| | | "name": "æå ", |
| | | "font_class": "zhedie", |
| | | "unicode": "e791", |
| | | "unicode_decimal": 59281 |
| | | }, |
| | | { |
| | | "icon_id": "35558842", |
| | | "name": "é¢è§", |
| | | "font_class": "yulan", |
| | | "unicode": "e787", |
| | | "unicode_decimal": 59271 |
| | | }, |
| | | { |
| | | "icon_id": "35135166", |
| | | "name": "䏿", |
| | | "font_class": "xiala1", |
| | | "unicode": "e786", |
| | | "unicode_decimal": 59270 |
| | | }, |
| | | { |
| | | "icon_id": "34885874", |
| | | "name": "é
ç½®", |
| | | "font_class": "peizhi", |
| | | "unicode": "e784", |
| | | "unicode_decimal": 59268 |
| | | }, |
| | | { |
| | | "icon_id": "34885875", |
| | | "name": "è°è¯", |
| | | "font_class": "tiaoshi", |
| | | "unicode": "e785", |
| | | "unicode_decimal": 59269 |
| | | }, |
| | | { |
| | | "icon_id": "34835217", |
| | | "name": "ææ1", |
| | | "font_class": "shouquan1", |
| | | "unicode": "e782", |
| | | "unicode_decimal": 59266 |
| | | }, |
| | | { |
| | | "icon_id": "34835218", |
| | | "name": "ææ", |
| | | "font_class": "shouquan", |
| | | "unicode": "e783", |
| | | "unicode_decimal": 59267 |
| | | }, |
| | | { |
| | | "icon_id": "34788119", |
| | | "name": "ç®å¤´", |
| | | "font_class": "jiantou1", |
| | | "unicode": "e780", |
| | | "unicode_decimal": 59264 |
| | | }, |
| | | { |
| | | "icon_id": "34805908", |
| | | "name": "ç¦ç¨", |
| | | "font_class": "jinyong1", |
| | | "unicode": "e781", |
| | | "unicode_decimal": 59265 |
| | | }, |
| | | { |
| | | "icon_id": "34787955", |
| | | "name": "é¼ æ å¸¦æ ¼å¼å·", |
| | | "font_class": "shubiaodaigeshishua", |
| | | "unicode": "e77f", |
| | | "unicode_decimal": 59263 |
| | | }, |
| | | { |
| | | "icon_id": "34787790", |
| | | "name": "åä½é¢è²", |
| | | "font_class": "zitiyanse", |
| | | "unicode": "e707", |
| | | "unicode_decimal": 59143 |
| | | }, |
| | | { |
| | | "icon_id": "34787791", |
| | | "name": "å¡«å
é¢è²", |
| | | "font_class": "tianchongyanse", |
| | | "unicode": "e770", |
| | | "unicode_decimal": 59248 |
| | | }, |
| | | { |
| | | "icon_id": "34767933", |
| | | "name": "ææ½", |
| | | "font_class": "tuozhuai1", |
| | | "unicode": "e77e", |
| | | "unicode_decimal": 59262 |
| | | }, |
| | | { |
| | | "icon_id": "34767347", |
| | | "name": "æææ¡çº¿", |
| | | "font_class": "suoyoukuangxian", |
| | | "unicode": "e77d", |
| | | "unicode_decimal": 59261 |
| | | }, |
| | | { |
| | | "icon_id": "34766996", |
| | | "name": "å·¦æ¡çº¿", |
| | | "font_class": "zuokuangxian", |
| | | "unicode": "e778", |
| | | "unicode_decimal": 59256 |
| | | }, |
| | | { |
| | | "icon_id": "34766997", |
| | | "name": "䏿¡çº¿", |
| | | "font_class": "xiakuangxian", |
| | | "unicode": "e779", |
| | | "unicode_decimal": 59257 |
| | | }, |
| | | { |
| | | "icon_id": "34767025", |
| | | "name": "峿¡çº¿", |
| | | "font_class": "youkuangxian", |
| | | "unicode": "e77a", |
| | | "unicode_decimal": 59258 |
| | | }, |
| | | { |
| | | "icon_id": "34767062", |
| | | "name": "æ æ¡çº¿", |
| | | "font_class": "wukuangxian", |
| | | "unicode": "e77b", |
| | | "unicode_decimal": 59259 |
| | | }, |
| | | { |
| | | "icon_id": "34767092", |
| | | "name": "å¤ä¾§æ¡çº¿", |
| | | "font_class": "waicekuangxian", |
| | | "unicode": "e77c", |
| | | "unicode_decimal": 59260 |
| | | }, |
| | | { |
| | | "icon_id": "34766929", |
| | | "name": "䏿¡çº¿", |
| | | "font_class": "shangkuangxian", |
| | | "unicode": "e777", |
| | | "unicode_decimal": 59255 |
| | | }, |
| | | { |
| | | "icon_id": "34766877", |
| | | "name": "æ¶èµ·", |
| | | "font_class": "shouqi", |
| | | "unicode": "e776", |
| | | "unicode_decimal": 59254 |
| | | }, |
| | | { |
| | | "icon_id": "34766789", |
| | | "name": "æ ¼å¼å·", |
| | | "font_class": "geshishua", |
| | | "unicode": "e771", |
| | | "unicode_decimal": 59249 |
| | | }, |
| | | { |
| | | "icon_id": "34766790", |
| | | "name": "icon-kfckfc", |
| | | "font_class": "charu", |
| | | "unicode": "e772", |
| | | "unicode_decimal": 59250 |
| | | }, |
| | | { |
| | | "icon_id": "34766791", |
| | | "name": "åå¹¶åå
æ ¼", |
| | | "font_class": "hebingdanyuange", |
| | | "unicode": "e773", |
| | | "unicode_decimal": 59251 |
| | | }, |
| | | { |
| | | "icon_id": "34766794", |
| | | "name": "æååå
æ ¼", |
| | | "font_class": "chaifendanyuange", |
| | | "unicode": "e774", |
| | | "unicode_decimal": 59252 |
| | | }, |
| | | { |
| | | "icon_id": "34766795", |
| | | "name": "è¾¹æ¡", |
| | | "font_class": "biankuang", |
| | | "unicode": "e775", |
| | | "unicode_decimal": 59253 |
| | | }, |
| | | { |
| | | "icon_id": "34506913", |
| | | "name": "äºè", |
| | | "font_class": "hulian", |
| | | "unicode": "e76c", |
| | | "unicode_decimal": 59244 |
| | | }, |
| | | { |
| | | "icon_id": "34506915", |
| | | "name": "äºè项", |
| | | "font_class": "hulianxiang", |
| | | "unicode": "e76e", |
| | | "unicode_decimal": 59246 |
| | | }, |
| | | { |
| | | "icon_id": "34497255", |
| | | "name": "éç½®", |
| | | "font_class": "zhongzhi", |
| | | "unicode": "e76b", |
| | | "unicode_decimal": 59243 |
| | | }, |
| | | { |
| | | "icon_id": "34495815", |
| | | "name": "å¼å
³æé®", |
| | | "font_class": "kaiguananniu", |
| | | "unicode": "e769", |
| | | "unicode_decimal": 59241 |
| | | }, |
| | | { |
| | | "icon_id": "34495816", |
| | | "name": "ç¹å¨æé®", |
| | | "font_class": "diandonganniu", |
| | | "unicode": "e76a", |
| | | "unicode_decimal": 59242 |
| | | }, |
| | | { |
| | | "icon_id": "34490076", |
| | | "name": "å¨æææ¬", |
| | | "font_class": "dongtaiwenben", |
| | | "unicode": "e765", |
| | | "unicode_decimal": 59237 |
| | | }, |
| | | { |
| | | "icon_id": "34490077", |
| | | "name": "å¤å¶", |
| | | "font_class": "fuzhi1", |
| | | "unicode": "e766", |
| | | "unicode_decimal": 59238 |
| | | }, |
| | | { |
| | | "icon_id": "34490078", |
| | | "name": "卿å¾ç", |
| | | "font_class": "dongtaitupian", |
| | | "unicode": "e767", |
| | | "unicode_decimal": 59239 |
| | | }, |
| | | { |
| | | "icon_id": "34490079", |
| | | "name": "卿形ç¶", |
| | | "font_class": "dongtaixingzhuang", |
| | | "unicode": "e768", |
| | | "unicode_decimal": 59240 |
| | | }, |
| | | { |
| | | "icon_id": "34419079", |
| | | "name": "æ¶èµ·åç±»", |
| | | "font_class": "shouqifenlei", |
| | | "unicode": "e762", |
| | | "unicode_decimal": 59234 |
| | | }, |
| | | { |
| | | "icon_id": "34419080", |
| | | "name": "导å
¥", |
| | | "font_class": "daoru2", |
| | | "unicode": "e763", |
| | | "unicode_decimal": 59235 |
| | | }, |
| | | { |
| | | "icon_id": "34419081", |
| | | "name": "å±å¼åç±»", |
| | | "font_class": "zhankaifenlei", |
| | | "unicode": "e764", |
| | | "unicode_decimal": 59236 |
| | | }, |
| | | { |
| | | "icon_id": "34400101", |
| | | "name": "æ´æ°æ°æ®", |
| | | "font_class": "gengxinshuju", |
| | | "unicode": "e751", |
| | | "unicode_decimal": 59217 |
| | | }, |
| | | { |
| | | "icon_id": "34400102", |
| | | "name": "ä¿®æ¹è®°å½", |
| | | "font_class": "xiugaijilu", |
| | | "unicode": "e752", |
| | | "unicode_decimal": 59218 |
| | | }, |
| | | { |
| | | "icon_id": "34400103", |
| | | "name": "ç®å¤´", |
| | | "font_class": "jiantou", |
| | | "unicode": "e753", |
| | | "unicode_decimal": 59219 |
| | | }, |
| | | { |
| | | "icon_id": "34400104", |
| | | "name": "æ°æ®æ£éª", |
| | | "font_class": "shujujianyan", |
| | | "unicode": "e754", |
| | | "unicode_decimal": 59220 |
| | | }, |
| | | { |
| | | "icon_id": "34400105", |
| | | "name": "å¡«æ¥æ¥è¡¨", |
| | | "font_class": "tianbaobaobiao", |
| | | "unicode": "e755", |
| | | "unicode_decimal": 59221 |
| | | }, |
| | | { |
| | | "icon_id": "34400106", |
| | | "name": "icon-kfckfc", |
| | | "font_class": "charujilu", |
| | | "unicode": "e756", |
| | | "unicode_decimal": 59222 |
| | | }, |
| | | { |
| | | "icon_id": "34400107", |
| | | "name": "å", |
| | | "font_class": "jian", |
| | | "unicode": "e757", |
| | | "unicode_decimal": 59223 |
| | | }, |
| | | { |
| | | "icon_id": "34400108", |
| | | "name": "æäº¤", |
| | | "font_class": "tijiao", |
| | | "unicode": "e758", |
| | | "unicode_decimal": 59224 |
| | | }, |
| | | { |
| | | "icon_id": "34400109", |
| | | "name": "ææ½", |
| | | "font_class": "tuozhuai", |
| | | "unicode": "e759", |
| | | "unicode_decimal": 59225 |
| | | }, |
| | | { |
| | | "icon_id": "34400110", |
| | | "name": "å±ç¤ºæ¥è¡¨", |
| | | "font_class": "zhanshibaobiao", |
| | | "unicode": "e75a", |
| | | "unicode_decimal": 59226 |
| | | }, |
| | | { |
| | | "icon_id": "34400111", |
| | | "name": "å é¤è®°å½", |
| | | "font_class": "shanchujilu", |
| | | "unicode": "e75b", |
| | | "unicode_decimal": 59227 |
| | | }, |
| | | { |
| | | "icon_id": "34400112", |
| | | "name": "导åº", |
| | | "font_class": "daochu3", |
| | | "unicode": "e75c", |
| | | "unicode_decimal": 59228 |
| | | }, |
| | | { |
| | | "icon_id": "34400113", |
| | | "name": "页é¢ä¸»é¢", |
| | | "font_class": "yemianzhuti", |
| | | "unicode": "e75d", |
| | | "unicode_decimal": 59229 |
| | | }, |
| | | { |
| | | "icon_id": "34400127", |
| | | "name": "å ", |
| | | "font_class": "jia", |
| | | "unicode": "e75e", |
| | | "unicode_decimal": 59230 |
| | | }, |
| | | { |
| | | "icon_id": "34400128", |
| | | "name": "æ«é¡µ", |
| | | "font_class": "moye", |
| | | "unicode": "e75f", |
| | | "unicode_decimal": 59231 |
| | | }, |
| | | { |
| | | "icon_id": "34400129", |
| | | "name": "èµæº", |
| | | "font_class": "ziyuan", |
| | | "unicode": "e760", |
| | | "unicode_decimal": 59232 |
| | | }, |
| | | { |
| | | "icon_id": "34400130", |
| | | "name": "é¦é¡µ", |
| | | "font_class": "shouye", |
| | | "unicode": "e761", |
| | | "unicode_decimal": 59233 |
| | | }, |
| | | { |
| | | "icon_id": "34255652", |
| | | "name": "daoru", |
| | | "font_class": "daoru1", |
| | | "unicode": "e74f", |
| | | "unicode_decimal": 59215 |
| | | }, |
| | | { |
| | | "icon_id": "34255654", |
| | | "name": "daochu2", |
| | | "font_class": "daochu21", |
| | | "unicode": "e750", |
| | | "unicode_decimal": 59216 |
| | | }, |
| | | { |
| | | "icon_id": "34235440", |
| | | "name": "导å
¥", |
| | | "font_class": "daoru", |
| | | "unicode": "e74e", |
| | | "unicode_decimal": 59214 |
| | | }, |
| | | { |
| | | "icon_id": "34181971", |
| | | "name": "æ°å¼çé", |
| | | "font_class": "shuzhishaixuan", |
| | | "unicode": "e74d", |
| | | "unicode_decimal": 59213 |
| | | }, |
| | | { |
| | | "icon_id": "34149331", |
| | | "name": "æä»¶", |
| | | "font_class": "wenjian", |
| | | "unicode": "e74c", |
| | | "unicode_decimal": 59212 |
| | | }, |
| | | { |
| | | "icon_id": "34086911", |
| | | "name": "æ¸
é¤", |
| | | "font_class": "qingchu1", |
| | | "unicode": "e749", |
| | | "unicode_decimal": 59209 |
| | | }, |
| | | { |
| | | "icon_id": "34086920", |
| | | "name": "å
³éé®ç", |
| | | "font_class": "guanbijianpan", |
| | | "unicode": "e74a", |
| | | "unicode_decimal": 59210 |
| | | }, |
| | | { |
| | | "icon_id": "34086637", |
| | | "name": "é®çæä¸", |
| | | "font_class": "jianpananxia", |
| | | "unicode": "e748", |
| | | "unicode_decimal": 59208 |
| | | }, |
| | | { |
| | | "icon_id": "34086043", |
| | | "name": "èæé®ç", |
| | | "font_class": "xunijianpan", |
| | | "unicode": "e746", |
| | | "unicode_decimal": 59206 |
| | | }, |
| | | { |
| | | "icon_id": "34083693", |
| | | "name": "æç´¢", |
| | | "font_class": "sousuo", |
| | | "unicode": "e747", |
| | | "unicode_decimal": 59207 |
| | | }, |
| | | { |
| | | "icon_id": "34082336", |
| | | "name": "å
³æº", |
| | | "font_class": "guanji", |
| | | "unicode": "e745", |
| | | "unicode_decimal": 59205 |
| | | }, |
| | | { |
| | | "icon_id": "34078783", |
| | | "name": "å
³é", |
| | | "font_class": "guanbi1", |
| | | "unicode": "e744", |
| | | "unicode_decimal": 59204 |
| | | }, |
| | | { |
| | | "icon_id": "34051913", |
| | | "name": "é
æ¹ç®¡ç", |
| | | "font_class": "peifangguanli1", |
| | | "unicode": "e743", |
| | | "unicode_decimal": 59203 |
| | | }, |
| | | { |
| | | "icon_id": "34047653", |
| | | "name": "çé", |
| | | "font_class": "shaixuan", |
| | | "unicode": "e741", |
| | | "unicode_decimal": 59201 |
| | | }, |
| | | { |
| | | "icon_id": "34047654", |
| | | "name": "ä¸ä¼ ", |
| | | "font_class": "shangchuan", |
| | | "unicode": "e742", |
| | | "unicode_decimal": 59202 |
| | | }, |
| | | { |
| | | "icon_id": "34047591", |
| | | "name": "å·æ°", |
| | | "font_class": "shuaxin", |
| | | "unicode": "e73e", |
| | | "unicode_decimal": 59198 |
| | | }, |
| | | { |
| | | "icon_id": "34047592", |
| | | "name": "é
æ¹ç®¡ç", |
| | | "font_class": "peifangguanli", |
| | | "unicode": "e73f", |
| | | "unicode_decimal": 59199 |
| | | }, |
| | | { |
| | | "icon_id": "34047593", |
| | | "name": "åºç¨é
æ¹", |
| | | "font_class": "yingyongpeifang", |
| | | "unicode": "e740", |
| | | "unicode_decimal": 59200 |
| | | }, |
| | | { |
| | | "icon_id": "33772340", |
| | | "name": "äºä»¶", |
| | | "font_class": "shijian2", |
| | | "unicode": "e73d", |
| | | "unicode_decimal": 59197 |
| | | }, |
| | | { |
| | | "icon_id": "33583276", |
| | | "name": "åä½è°æ´", |
| | | "font_class": "zititiaozheng", |
| | | "unicode": "e73b", |
| | | "unicode_decimal": 59195 |
| | | }, |
| | | { |
| | | "icon_id": "33583277", |
| | | "name": "忢ç»ä»¶", |
| | | "font_class": "qiehuanzujian", |
| | | "unicode": "e73c", |
| | | "unicode_decimal": 59196 |
| | | }, |
| | | { |
| | | "icon_id": "33477965", |
| | | "name": "è¯è¨å表", |
| | | "font_class": "yuyanliebiao", |
| | | "unicode": "e739", |
| | | "unicode_decimal": 59193 |
| | | }, |
| | | { |
| | | "icon_id": "33477972", |
| | | "name": "导åº", |
| | | "font_class": "daochu2", |
| | | "unicode": "e73a", |
| | | "unicode_decimal": 59194 |
| | | }, |
| | | { |
| | | "icon_id": "33477855", |
| | | "name": "äºä»¶", |
| | | "font_class": "shijian1", |
| | | "unicode": "e736", |
| | | "unicode_decimal": 59190 |
| | | }, |
| | | { |
| | | "icon_id": "33477856", |
| | | "name": "æ¥è¦", |
| | | "font_class": "baojing", |
| | | "unicode": "e737", |
| | | "unicode_decimal": 59191 |
| | | }, |
| | | { |
| | | "icon_id": "33477857", |
| | | "name": "å¤è¯è¨", |
| | | "font_class": "duoyuyan", |
| | | "unicode": "e738", |
| | | "unicode_decimal": 59192 |
| | | }, |
| | | { |
| | | "icon_id": "33446929", |
| | | "name": "åæ®µè§¦å", |
| | | "font_class": "ziduanchufa", |
| | | "unicode": "e735", |
| | | "unicode_decimal": 59189 |
| | | }, |
| | | { |
| | | "icon_id": "33444793", |
| | | "name": "åå½¢", |
| | | "font_class": "yuanxing", |
| | | "unicode": "e72d", |
| | | "unicode_decimal": 59181 |
| | | }, |
| | | { |
| | | "icon_id": "33444794", |
| | | "name": "æ¥è¦è§¦å", |
| | | "font_class": "baojingchufa", |
| | | "unicode": "e72e", |
| | | "unicode_decimal": 59182 |
| | | }, |
| | | { |
| | | "icon_id": "33444795", |
| | | "name": "æ¥è¦è®°å½", |
| | | "font_class": "baojingjilu", |
| | | "unicode": "e72f", |
| | | "unicode_decimal": 59183 |
| | | }, |
| | | { |
| | | "icon_id": "33444797", |
| | | "name": "æ¥è¦çº§å«", |
| | | "font_class": "baojingjibie", |
| | | "unicode": "e730", |
| | | "unicode_decimal": 59184 |
| | | }, |
| | | { |
| | | "icon_id": "33444798", |
| | | "name": "ç©å½¢", |
| | | "font_class": "juxing1", |
| | | "unicode": "e731", |
| | | "unicode_decimal": 59185 |
| | | }, |
| | | { |
| | | "icon_id": "33444799", |
| | | "name": "æ¥è¦ç»", |
| | | "font_class": "baojingzu", |
| | | "unicode": "e732", |
| | | "unicode_decimal": 59186 |
| | | }, |
| | | { |
| | | "icon_id": "33444800", |
| | | "name": "æ¥è¦ç±»å«", |
| | | "font_class": "baojingleibie", |
| | | "unicode": "e733", |
| | | "unicode_decimal": 59187 |
| | | }, |
| | | { |
| | | "icon_id": "33444802", |
| | | "name": "线æ¡", |
| | | "font_class": "xiantiao", |
| | | "unicode": "e734", |
| | | "unicode_decimal": 59188 |
| | | }, |
| | | { |
| | | "icon_id": "33394314", |
| | | "name": "ä¿åå¾ç", |
| | | "font_class": "baocuntupian1", |
| | | "unicode": "e72c", |
| | | "unicode_decimal": 59180 |
| | | }, |
| | | { |
| | | "icon_id": "33394066", |
| | | "name": "导åº", |
| | | "font_class": "daochu", |
| | | "unicode": "e728", |
| | | "unicode_decimal": 59176 |
| | | }, |
| | | { |
| | | "icon_id": "33341978", |
| | | "name": "é»è®¤å¾ç", |
| | | "font_class": "morentupian", |
| | | "unicode": "e72b", |
| | | "unicode_decimal": 59179 |
| | | }, |
| | | { |
| | | "icon_id": "33269168", |
| | | "name": "ç»é¢", |
| | | "font_class": "huamian1", |
| | | "unicode": "e6cc", |
| | | "unicode_decimal": 59084 |
| | | }, |
| | | { |
| | | "icon_id": "33170772", |
| | | "name": "ä¸ä¸å±", |
| | | "font_class": "xiayiceng", |
| | | "unicode": "e727", |
| | | "unicode_decimal": 59175 |
| | | }, |
| | | { |
| | | "icon_id": "33170773", |
| | | "name": "ä¸ä¸å±", |
| | | "font_class": "shangyiceng", |
| | | "unicode": "e72a", |
| | | "unicode_decimal": 59178 |
| | | }, |
| | | { |
| | | "icon_id": "33077771", |
| | | "name": "æåº-copy", |
| | | "font_class": "paixu2", |
| | | "unicode": "e729", |
| | | "unicode_decimal": 59177 |
| | | }, |
| | | { |
| | | "icon_id": "33009935", |
| | | "name": "导åº", |
| | | "font_class": "daochu1", |
| | | "unicode": "e726", |
| | | "unicode_decimal": 59174 |
| | | }, |
| | | { |
| | | "icon_id": "32964567", |
| | | "name": "ç»é¢å®¹å¨", |
| | | "font_class": "huamianrongqi", |
| | | "unicode": "e725", |
| | | "unicode_decimal": 59173 |
| | | }, |
| | | { |
| | | "icon_id": "32963784", |
| | | "name": "åºå®", |
| | | "font_class": "guding", |
| | | "unicode": "e715", |
| | | "unicode_decimal": 59157 |
| | | }, |
| | | { |
| | | "icon_id": "32659534", |
| | | "name": "叮婿å1", |
| | | "font_class": "bangzhushouce1", |
| | | "unicode": "e724", |
| | | "unicode_decimal": 59172 |
| | | }, |
| | | { |
| | | "icon_id": "32396956", |
| | | "name": "å³2", |
| | | "font_class": "you21", |
| | | "unicode": "e720", |
| | | "unicode_decimal": 59168 |
| | | }, |
| | | { |
| | | "icon_id": "32396957", |
| | | "name": "å·¦1", |
| | | "font_class": "zuo11", |
| | | "unicode": "e721", |
| | | "unicode_decimal": 59169 |
| | | }, |
| | | { |
| | | "icon_id": "32396958", |
| | | "name": "å³1", |
| | | "font_class": "you11", |
| | | "unicode": "e722", |
| | | "unicode_decimal": 59170 |
| | | }, |
| | | { |
| | | "icon_id": "32396959", |
| | | "name": "å·¦2", |
| | | "font_class": "zuo21", |
| | | "unicode": "e723", |
| | | "unicode_decimal": 59171 |
| | | }, |
| | | { |
| | | "icon_id": "32241420", |
| | | "name": "å2", |
| | | "font_class": "weibiaoti-1", |
| | | "unicode": "e718", |
| | | "unicode_decimal": 59160 |
| | | }, |
| | | { |
| | | "icon_id": "32220999", |
| | | "name": "ä¸1", |
| | | "font_class": "xia1", |
| | | "unicode": "e6c2", |
| | | "unicode_decimal": 59074 |
| | | }, |
| | | { |
| | | "icon_id": "32221000", |
| | | "name": "å³1", |
| | | "font_class": "you1", |
| | | "unicode": "e717", |
| | | "unicode_decimal": 59159 |
| | | }, |
| | | { |
| | | "icon_id": "32221002", |
| | | "name": "ä¸1", |
| | | "font_class": "shang1", |
| | | "unicode": "e719", |
| | | "unicode_decimal": 59161 |
| | | }, |
| | | { |
| | | "icon_id": "32221003", |
| | | "name": "å·¦2", |
| | | "font_class": "zuo2", |
| | | "unicode": "e71a", |
| | | "unicode_decimal": 59162 |
| | | }, |
| | | { |
| | | "icon_id": "32221004", |
| | | "name": "ä¸2", |
| | | "font_class": "shang2", |
| | | "unicode": "e71b", |
| | | "unicode_decimal": 59163 |
| | | }, |
| | | { |
| | | "icon_id": "32221005", |
| | | "name": "ä¸2", |
| | | "font_class": "xia2", |
| | | "unicode": "e71c", |
| | | "unicode_decimal": 59164 |
| | | }, |
| | | { |
| | | "icon_id": "32221006", |
| | | "name": "å·¦1", |
| | | "font_class": "zuo1", |
| | | "unicode": "e71d", |
| | | "unicode_decimal": 59165 |
| | | }, |
| | | { |
| | | "icon_id": "32221007", |
| | | "name": "å1", |
| | | "font_class": "yuan1", |
| | | "unicode": "e71e", |
| | | "unicode_decimal": 59166 |
| | | }, |
| | | { |
| | | "icon_id": "32221008", |
| | | "name": "å³2", |
| | | "font_class": "you2", |
| | | "unicode": "e71f", |
| | | "unicode_decimal": 59167 |
| | | }, |
| | | { |
| | | "icon_id": "32092769", |
| | | "name": "éåºå
¨å±", |
| | | "font_class": "tuichuquanping1", |
| | | "unicode": "e714", |
| | | "unicode_decimal": 59156 |
| | | }, |
| | | { |
| | | "icon_id": "32092772", |
| | | "name": "çæ¬è¯´æ1", |
| | | "font_class": "banbenshuoming11", |
| | | "unicode": "e716", |
| | | "unicode_decimal": 59158 |
| | | }, |
| | | { |
| | | "icon_id": "32035212", |
| | | "name": "䏿å表", |
| | | "font_class": "xialaliebiao", |
| | | "unicode": "e712", |
| | | "unicode_decimal": 59154 |
| | | }, |
| | | { |
| | | "icon_id": "32035213", |
| | | "name": "ææ¬è¾å
¥", |
| | | "font_class": "wenbenshuru", |
| | | "unicode": "e713", |
| | | "unicode_decimal": 59155 |
| | | }, |
| | | { |
| | | "icon_id": "32033906", |
| | | "name": "åéæé®", |
| | | "font_class": "danxuananniu", |
| | | "unicode": "e710", |
| | | "unicode_decimal": 59152 |
| | | }, |
| | | { |
| | | "icon_id": "32033907", |
| | | "name": "æ¶é´æ§ä»¶", |
| | | "font_class": "shijiankongjian", |
| | | "unicode": "e711", |
| | | "unicode_decimal": 59153 |
| | | }, |
| | | { |
| | | "icon_id": "31935190", |
| | | "name": "ç»é¢ç¼©å°æ¬æµ®", |
| | | "font_class": "huamiansuoxiaoxuanfu1", |
| | | "unicode": "e70e", |
| | | "unicode_decimal": 59150 |
| | | }, |
| | | { |
| | | "icon_id": "31935191", |
| | | "name": "ç»é¢æ¾å¤§æ¬æµ®", |
| | | "font_class": "huamianfangdaxuanfu1", |
| | | "unicode": "e70f", |
| | | "unicode_decimal": 59151 |
| | | }, |
| | | { |
| | | "icon_id": "31917739", |
| | | "name": "æ°æ®è¡¨", |
| | | "font_class": "shujubiao", |
| | | "unicode": "e708", |
| | | "unicode_decimal": 59144 |
| | | }, |
| | | { |
| | | "icon_id": "31917740", |
| | | "name": "æ°æ®", |
| | | "font_class": "shuju", |
| | | "unicode": "e70d", |
| | | "unicode_decimal": 59149 |
| | | }, |
| | | { |
| | | "icon_id": "31916973", |
| | | "name": "åé触å", |
| | | "font_class": "bianliangchufa", |
| | | "unicode": "e709", |
| | | "unicode_decimal": 59145 |
| | | }, |
| | | { |
| | | "icon_id": "31916974", |
| | | "name": "åé", |
| | | "font_class": "bianliang1", |
| | | "unicode": "e70a", |
| | | "unicode_decimal": 59146 |
| | | }, |
| | | { |
| | | "icon_id": "31916975", |
| | | "name": "宿¶è§¦å", |
| | | "font_class": "dingshichufa", |
| | | "unicode": "e70b", |
| | | "unicode_decimal": 59147 |
| | | }, |
| | | { |
| | | "icon_id": "31916976", |
| | | "name": "产线记å½", |
| | | "font_class": "chanxianjilu", |
| | | "unicode": "e70c", |
| | | "unicode_decimal": 59148 |
| | | }, |
| | | { |
| | | "icon_id": "31916784", |
| | | "name": "产线ç»è®¡", |
| | | "font_class": "chanxiantongji", |
| | | "unicode": "e706", |
| | | "unicode_decimal": 59142 |
| | | }, |
| | | { |
| | | "icon_id": "31905848", |
| | | "name": "æç¤º", |
| | | "font_class": "tishi1", |
| | | "unicode": "e705", |
| | | "unicode_decimal": 59141 |
| | | }, |
| | | { |
| | | "icon_id": "31874412", |
| | | "name": "æçº¿å¾", |
| | | "font_class": "zhexiantu", |
| | | "unicode": "e6f8", |
| | | "unicode_decimal": 59128 |
| | | }, |
| | | { |
| | | "icon_id": "31874413", |
| | | "name": "æ±ç¶å¾", |
| | | "font_class": "zhuzhuangtu", |
| | | "unicode": "e6f9", |
| | | "unicode_decimal": 59129 |
| | | }, |
| | | { |
| | | "icon_id": "31874414", |
| | | "name": "è¡¨æ ¼", |
| | | "font_class": "biaoge", |
| | | "unicode": "e6fa", |
| | | "unicode_decimal": 59130 |
| | | }, |
| | | { |
| | | "icon_id": "31874415", |
| | | "name": "å 积æ¡å½¢å¾", |
| | | "font_class": "duijitiaoxingtu", |
| | | "unicode": "e6fb", |
| | | "unicode_decimal": 59131 |
| | | }, |
| | | { |
| | | "icon_id": "31874416", |
| | | "name": "é¢ç§¯å¾", |
| | | "font_class": "mianjitu", |
| | | "unicode": "e6fc", |
| | | "unicode_decimal": 59132 |
| | | }, |
| | | { |
| | | "icon_id": "31874417", |
| | | "name": "æ¡å½¢å¾", |
| | | "font_class": "tiaoxingtu", |
| | | "unicode": "e6fd", |
| | | "unicode_decimal": 59133 |
| | | }, |
| | | { |
| | | "icon_id": "31874418", |
| | | "name": "å 积æ±ç¶å¾", |
| | | "font_class": "duijizhuzhuangtu", |
| | | "unicode": "e6fe", |
| | | "unicode_decimal": 59134 |
| | | }, |
| | | { |
| | | "icon_id": "31874419", |
| | | "name": "å 积é¢ç§¯å¾", |
| | | "font_class": "duijimianjitu", |
| | | "unicode": "e6ff", |
| | | "unicode_decimal": 59135 |
| | | }, |
| | | { |
| | | "icon_id": "31874420", |
| | | "name": "ç¯å½¢å¾", |
| | | "font_class": "huanxingtu", |
| | | "unicode": "e700", |
| | | "unicode_decimal": 59136 |
| | | }, |
| | | { |
| | | "icon_id": "31874421", |
| | | "name": "ç»åå¾", |
| | | "font_class": "zuhetu", |
| | | "unicode": "e701", |
| | | "unicode_decimal": 59137 |
| | | }, |
| | | { |
| | | "icon_id": "31874422", |
| | | "name": "饼ç¶å¾", |
| | | "font_class": "bingzhuangtu", |
| | | "unicode": "e702", |
| | | "unicode_decimal": 59138 |
| | | }, |
| | | { |
| | | "icon_id": "31874423", |
| | | "name": "ç«ç°å¾", |
| | | "font_class": "meiguitu", |
| | | "unicode": "e703", |
| | | "unicode_decimal": 59139 |
| | | }, |
| | | { |
| | | "icon_id": "31874424", |
| | | "name": "ææ å¡", |
| | | "font_class": "zhibiaoka", |
| | | "unicode": "e704", |
| | | "unicode_decimal": 59140 |
| | | }, |
| | | { |
| | | "icon_id": "31792938", |
| | | "name": "æé©¬çº¿", |
| | | "font_class": "banmaxian", |
| | | "unicode": "e6f5", |
| | | "unicode_decimal": 59125 |
| | | }, |
| | | { |
| | | "icon_id": "31792939", |
| | | "name": "ç®æ´", |
| | | "font_class": "jianjie", |
| | | "unicode": "e6f6", |
| | | "unicode_decimal": 59126 |
| | | }, |
| | | { |
| | | "icon_id": "31792940", |
| | | "name": "线æ¡", |
| | | "font_class": "xiankuang", |
| | | "unicode": "e6f7", |
| | | "unicode_decimal": 59127 |
| | | }, |
| | | { |
| | | "icon_id": "31780633", |
| | | "name": "设置", |
| | | "font_class": "shezhi", |
| | | "unicode": "e6f4", |
| | | "unicode_decimal": 59124 |
| | | }, |
| | | { |
| | | "icon_id": "31729521", |
| | | "name": "æ¶é´", |
| | | "font_class": "shijian", |
| | | "unicode": "e6f1", |
| | | "unicode_decimal": 59121 |
| | | }, |
| | | { |
| | | "icon_id": "31729522", |
| | | "name": "æ´æ°", |
| | | "font_class": "gengxin", |
| | | "unicode": "e6f2", |
| | | "unicode_decimal": 59122 |
| | | }, |
| | | { |
| | | "icon_id": "31729523", |
| | | "name": "æåº", |
| | | "font_class": "paixu", |
| | | "unicode": "e6f3", |
| | | "unicode_decimal": 59123 |
| | | }, |
| | | { |
| | | "icon_id": "31661443", |
| | | "name": "åºç¡", |
| | | "font_class": "jichu", |
| | | "unicode": "e6ee", |
| | | "unicode_decimal": 59118 |
| | | }, |
| | | { |
| | | "icon_id": "31661444", |
| | | "name": "æ§å¶å¨", |
| | | "font_class": "kongzhiqi", |
| | | "unicode": "e6ef", |
| | | "unicode_decimal": 59119 |
| | | }, |
| | | { |
| | | "icon_id": "31661445", |
| | | "name": "å¾è¡¨", |
| | | "font_class": "tubiao", |
| | | "unicode": "e6f0", |
| | | "unicode_decimal": 59120 |
| | | }, |
| | | { |
| | | "icon_id": "31468118", |
| | | "name": "Annular diagram", |
| | | "font_class": "a-Annulardiagram", |
| | | "unicode": "e6e1", |
| | | "unicode_decimal": 59105 |
| | | }, |
| | | { |
| | | "icon_id": "31468119", |
| | | "name": "Area Chart", |
| | | "font_class": "a-AreaChart", |
| | | "unicode": "e6e2", |
| | | "unicode_decimal": 59106 |
| | | }, |
| | | { |
| | | "icon_id": "31468120", |
| | | "name": "Pie Chart", |
| | | "font_class": "a-PieChart", |
| | | "unicode": "e6e3", |
| | | "unicode_decimal": 59107 |
| | | }, |
| | | { |
| | | "icon_id": "31468121", |
| | | "name": "Line chart", |
| | | "font_class": "a-Linechart", |
| | | "unicode": "e6e4", |
| | | "unicode_decimal": 59108 |
| | | }, |
| | | { |
| | | "icon_id": "31468122", |
| | | "name": "Form", |
| | | "font_class": "Form", |
| | | "unicode": "e6e5", |
| | | "unicode_decimal": 59109 |
| | | }, |
| | | { |
| | | "icon_id": "31468123", |
| | | "name": "Bar Chart2", |
| | | "font_class": "a-BarChart2", |
| | | "unicode": "e6e6", |
| | | "unicode_decimal": 59110 |
| | | }, |
| | | { |
| | | "icon_id": "31468124", |
| | | "name": "Area plot", |
| | | "font_class": "a-Areaplot", |
| | | "unicode": "e6e7", |
| | | "unicode_decimal": 59111 |
| | | }, |
| | | { |
| | | "icon_id": "31468125", |
| | | "name": "Stacked Bar Chart2", |
| | | "font_class": "a-StackedBarChart2", |
| | | "unicode": "e6e8", |
| | | "unicode_decimal": 59112 |
| | | }, |
| | | { |
| | | "icon_id": "31468126", |
| | | "name": "Combination Diagram", |
| | | "font_class": "a-CombinationDiagram", |
| | | "unicode": "e6e9", |
| | | "unicode_decimal": 59113 |
| | | }, |
| | | { |
| | | "icon_id": "31468127", |
| | | "name": "Stacked Bar Chart", |
| | | "font_class": "a-StackedBarChart", |
| | | "unicode": "e6ea", |
| | | "unicode_decimal": 59114 |
| | | }, |
| | | { |
| | | "icon_id": "31468128", |
| | | "name": "Bar chart", |
| | | "font_class": "a-Barchart", |
| | | "unicode": "e6eb", |
| | | "unicode_decimal": 59115 |
| | | }, |
| | | { |
| | | "icon_id": "31468129", |
| | | "name": "Index card", |
| | | "font_class": "a-Indexcard", |
| | | "unicode": "e6ec", |
| | | "unicode_decimal": 59116 |
| | | }, |
| | | { |
| | | "icon_id": "31468130", |
| | | "name": "Roses", |
| | | "font_class": "Roses", |
| | | "unicode": "e6ed", |
| | | "unicode_decimal": 59117 |
| | | }, |
| | | { |
| | | "icon_id": "31394028", |
| | | "name": "ç»é¢æ¾å¤§ç¦ç¨", |
| | | "font_class": "huamianfangdajinyong", |
| | | "unicode": "e6da", |
| | | "unicode_decimal": 59098 |
| | | }, |
| | | { |
| | | "icon_id": "31394029", |
| | | "name": "ç»é¢ç¼©å°ç¦ç¨", |
| | | "font_class": "huamiansuoxiaojinyong", |
| | | "unicode": "e6db", |
| | | "unicode_decimal": 59099 |
| | | }, |
| | | { |
| | | "icon_id": "31394030", |
| | | "name": "ç»é¢ç¼©å°å¸¸è§", |
| | | "font_class": "huamiansuoxiaochanggui", |
| | | "unicode": "e6dc", |
| | | "unicode_decimal": 59100 |
| | | }, |
| | | { |
| | | "icon_id": "31394031", |
| | | "name": "ç»é¢æ¾å¤§æ¬æµ®", |
| | | "font_class": "huamianfangdaxuanfu", |
| | | "unicode": "e6dd", |
| | | "unicode_decimal": 59101 |
| | | }, |
| | | { |
| | | "icon_id": "31394032", |
| | | "name": "ç»é¢æ¾å¤§å¸¸è§", |
| | | "font_class": "huamianfangdachanggui", |
| | | "unicode": "e6de", |
| | | "unicode_decimal": 59102 |
| | | }, |
| | | { |
| | | "icon_id": "31394033", |
| | | "name": "ç»é¢ç¼©å°æ¬æµ®", |
| | | "font_class": "huamiansuoxiaoxuanfu", |
| | | "unicode": "e6df", |
| | | "unicode_decimal": 59103 |
| | | }, |
| | | { |
| | | "icon_id": "30644821", |
| | | "name": "ç»å", |
| | | "font_class": "zuhe1", |
| | | "unicode": "e6d8", |
| | | "unicode_decimal": 59096 |
| | | }, |
| | | { |
| | | "icon_id": "30644822", |
| | | "name": "é»è®¤", |
| | | "font_class": "moren", |
| | | "unicode": "e6d9", |
| | | "unicode_decimal": 59097 |
| | | }, |
| | | { |
| | | "icon_id": "29839107", |
| | | "name": "xiala", |
| | | "font_class": "xiala", |
| | | "unicode": "e6d7", |
| | | "unicode_decimal": 59095 |
| | | }, |
| | | { |
| | | "icon_id": "29377747", |
| | | "name": "Home", |
| | | "font_class": "Home", |
| | | "unicode": "e6d4", |
| | | "unicode_decimal": 59092 |
| | | }, |
| | | { |
| | | "icon_id": "29259560", |
| | | "name": "èµæº2", |
| | | "font_class": "ziyuan2", |
| | | "unicode": "e6d5", |
| | | "unicode_decimal": 59093 |
| | | }, |
| | | { |
| | | "icon_id": "29259561", |
| | | "name": "èµæº1", |
| | | "font_class": "ziyuan1", |
| | | "unicode": "e6d6", |
| | | "unicode_decimal": 59094 |
| | | }, |
| | | { |
| | | "icon_id": "29167485", |
| | | "name": "quanxiantianjiazhuti2", |
| | | "font_class": "quanxiantianjiazhuti2", |
| | | "unicode": "e6d3", |
| | | "unicode_decimal": 59091 |
| | | }, |
| | | { |
| | | "icon_id": "29156733", |
| | | "name": "ä¿å", |
| | | "font_class": "baocun", |
| | | "unicode": "e6d2", |
| | | "unicode_decimal": 59090 |
| | | }, |
| | | { |
| | | "icon_id": "29156646", |
| | | "name": "ç»å½æ¥å¿", |
| | | "font_class": "denglurizhi", |
| | | "unicode": "e6cd", |
| | | "unicode_decimal": 59085 |
| | | }, |
| | | { |
| | | "icon_id": "29156647", |
| | | "name": "è§è²ç®¡ç", |
| | | "font_class": "jiaoseguanli", |
| | | "unicode": "e6ce", |
| | | "unicode_decimal": 59086 |
| | | }, |
| | | { |
| | | "icon_id": "29156648", |
| | | "name": "ç¨æ·ç®¡ç", |
| | | "font_class": "yonghuguanli", |
| | | "unicode": "e6cf", |
| | | "unicode_decimal": 59087 |
| | | }, |
| | | { |
| | | "icon_id": "29156649", |
| | | "name": "è®¾å¤æ¥å¿", |
| | | "font_class": "shebeirizhi", |
| | | "unicode": "e6d0", |
| | | "unicode_decimal": 59088 |
| | | }, |
| | | { |
| | | "icon_id": "29156650", |
| | | "name": "æ¨¡åæ¥å¿", |
| | | "font_class": "mokuairizhi", |
| | | "unicode": "e6d1", |
| | | "unicode_decimal": 59089 |
| | | }, |
| | | { |
| | | "icon_id": "29109747", |
| | | "name": "è¿è¡æ¨¡å", |
| | | "font_class": "yunhangmokuai", |
| | | "unicode": "e6c9", |
| | | "unicode_decimal": 59081 |
| | | }, |
| | | { |
| | | "icon_id": "29109748", |
| | | "name": "å¾çç´ æ", |
| | | "font_class": "tupiansucai", |
| | | "unicode": "e6ca", |
| | | "unicode_decimal": 59082 |
| | | }, |
| | | { |
| | | "icon_id": "29109749", |
| | | "name": "æ åæ§ä»¶", |
| | | "font_class": "biaozhunkongjian", |
| | | "unicode": "e6cb", |
| | | "unicode_decimal": 59083 |
| | | }, |
| | | { |
| | | "icon_id": "29085413", |
| | | "name": "çæ¬è¯´æ1", |
| | | "font_class": "banbenshuoming1", |
| | | "unicode": "e6c8", |
| | | "unicode_decimal": 59080 |
| | | }, |
| | | { |
| | | "icon_id": "29075625", |
| | | "name": "å
¶ä»", |
| | | "font_class": "qita1", |
| | | "unicode": "e6c3", |
| | | "unicode_decimal": 59075 |
| | | }, |
| | | { |
| | | "icon_id": "29063704", |
| | | "name": "å é¤", |
| | | "font_class": "shanchu1", |
| | | "unicode": "e6c5", |
| | | "unicode_decimal": 59077 |
| | | }, |
| | | { |
| | | "icon_id": "29063705", |
| | | "name": "æç¤º", |
| | | "font_class": "tishi", |
| | | "unicode": "e6c6", |
| | | "unicode_decimal": 59078 |
| | | }, |
| | | { |
| | | "icon_id": "29063707", |
| | | "name": "宿", |
| | | "font_class": "wancheng", |
| | | "unicode": "e6c7", |
| | | "unicode_decimal": 59079 |
| | | }, |
| | | { |
| | | "icon_id": "29060440", |
| | | "name": "é误æç¤º", |
| | | "font_class": "cuowutishi", |
| | | "unicode": "e6c4", |
| | | "unicode_decimal": 59076 |
| | | }, |
| | | { |
| | | "icon_id": "29050823", |
| | | "name": "éåº", |
| | | "font_class": "tuichu", |
| | | "unicode": "e6c1", |
| | | "unicode_decimal": 59073 |
| | | }, |
| | | { |
| | | "icon_id": "28970328", |
| | | "name": "缩å°", |
| | | "font_class": "suoxiao1", |
| | | "unicode": "e6c0", |
| | | "unicode_decimal": 59072 |
| | | }, |
| | | { |
| | | "icon_id": "28964294", |
| | | "name": "个人", |
| | | "font_class": "geren", |
| | | "unicode": "e6bb", |
| | | "unicode_decimal": 59067 |
| | | }, |
| | | { |
| | | "icon_id": "28964295", |
| | | "name": "ä¿¡æ¯", |
| | | "font_class": "xinxi", |
| | | "unicode": "e6bc", |
| | | "unicode_decimal": 59068 |
| | | }, |
| | | { |
| | | "icon_id": "28964296", |
| | | "name": "å
¶ä»", |
| | | "font_class": "qita", |
| | | "unicode": "e6bd", |
| | | "unicode_decimal": 59069 |
| | | }, |
| | | { |
| | | "icon_id": "28964297", |
| | | "name": "å
¨å±", |
| | | "font_class": "quanping", |
| | | "unicode": "e6be", |
| | | "unicode_decimal": 59070 |
| | | }, |
| | | { |
| | | "icon_id": "28964298", |
| | | "name": "è¯è¨", |
| | | "font_class": "yuyan", |
| | | "unicode": "e6bf", |
| | | "unicode_decimal": 59071 |
| | | }, |
| | | { |
| | | "icon_id": "28963360", |
| | | "name": "䏿", |
| | | "font_class": "zhongwen", |
| | | "unicode": "e6b9", |
| | | "unicode_decimal": 59065 |
| | | }, |
| | | { |
| | | "icon_id": "28963361", |
| | | "name": "è±æ", |
| | | "font_class": "yingwen", |
| | | "unicode": "e6ba", |
| | | "unicode_decimal": 59066 |
| | | }, |
| | | { |
| | | "icon_id": "28963269", |
| | | "name": "éåºå±å¹", |
| | | "font_class": "shiyingpingmu", |
| | | "unicode": "e6b5", |
| | | "unicode_decimal": 59061 |
| | | }, |
| | | { |
| | | "icon_id": "28963270", |
| | | "name": "éåºå®½", |
| | | "font_class": "shiyingkuan", |
| | | "unicode": "e6b6", |
| | | "unicode_decimal": 59062 |
| | | }, |
| | | { |
| | | "icon_id": "28963271", |
| | | "name": "éåºé«", |
| | | "font_class": "shiyinggao", |
| | | "unicode": "e6b7", |
| | | "unicode_decimal": 59063 |
| | | }, |
| | | { |
| | | "icon_id": "28963272", |
| | | "name": "åå§å¤§å°", |
| | | "font_class": "yuanshidaxiao", |
| | | "unicode": "e6b8", |
| | | "unicode_decimal": 59064 |
| | | }, |
| | | { |
| | | "icon_id": "28956413", |
| | | "name": "å¾çå é¤", |
| | | "font_class": "tupianshanchu", |
| | | "unicode": "e6b4", |
| | | "unicode_decimal": 59060 |
| | | }, |
| | | { |
| | | "icon_id": "28949445", |
| | | "name": "å¾çç¼è¾", |
| | | "font_class": "tupianbianji", |
| | | "unicode": "e6b2", |
| | | "unicode_decimal": 59058 |
| | | }, |
| | | { |
| | | "icon_id": "28949446", |
| | | "name": "åéåç»", |
| | | "font_class": "bianliangfenzu", |
| | | "unicode": "e6b3", |
| | | "unicode_decimal": 59059 |
| | | }, |
| | | { |
| | | "icon_id": "28781882", |
| | | "name": "åå»", |
| | | "font_class": "danji", |
| | | "unicode": "e6b1", |
| | | "unicode_decimal": 59057 |
| | | }, |
| | | { |
| | | "icon_id": "28719967", |
| | | "name": "ä¿åå¾ç", |
| | | "font_class": "baocuntupian", |
| | | "unicode": "e6b0", |
| | | "unicode_decimal": 59056 |
| | | }, |
| | | { |
| | | "icon_id": "28714765", |
| | | "name": "åé", |
| | | "font_class": "bianliang", |
| | | "unicode": "e676", |
| | | "unicode_decimal": 58998 |
| | | }, |
| | | { |
| | | "icon_id": "28714766", |
| | | "name": "ç»é¢", |
| | | "font_class": "huamian", |
| | | "unicode": "e6af", |
| | | "unicode_decimal": 59055 |
| | | }, |
| | | { |
| | | "icon_id": "28712246", |
| | | "name": "é讯设å¤", |
| | | "font_class": "tongxunshebei", |
| | | "unicode": "e6ae", |
| | | "unicode_decimal": 59054 |
| | | }, |
| | | { |
| | | "icon_id": "28711536", |
| | | "name": "å¼¹çªæé®", |
| | | "font_class": "danchuanganniu", |
| | | "unicode": "e6a5", |
| | | "unicode_decimal": 59045 |
| | | }, |
| | | { |
| | | "icon_id": "28711537", |
| | | "name": "è¯»åæ¡", |
| | | "font_class": "duxiekuang1", |
| | | "unicode": "e6a6", |
| | | "unicode_decimal": 59046 |
| | | }, |
| | | { |
| | | "icon_id": "28711538", |
| | | "name": "æ§å¶æé®", |
| | | "font_class": "kongzhianniu", |
| | | "unicode": "e6a7", |
| | | "unicode_decimal": 59047 |
| | | }, |
| | | { |
| | | "icon_id": "28711540", |
| | | "name": "æ°å¼è¾å
¥", |
| | | "font_class": "shuzhishuru", |
| | | "unicode": "e6a9", |
| | | "unicode_decimal": 59049 |
| | | }, |
| | | { |
| | | "icon_id": "28711541", |
| | | "name": "ç»å½", |
| | | "font_class": "denglu", |
| | | "unicode": "e6aa", |
| | | "unicode_decimal": 59050 |
| | | }, |
| | | { |
| | | "icon_id": "28711542", |
| | | "name": "æ°å¼æ¾ç¤º", |
| | | "font_class": "shuzhixianshi1", |
| | | "unicode": "e6ab", |
| | | "unicode_decimal": 59051 |
| | | }, |
| | | { |
| | | "icon_id": "28711543", |
| | | "name": "跳转æé®", |
| | | "font_class": "tiaozhuananniu", |
| | | "unicode": "e6ac", |
| | | "unicode_decimal": 59052 |
| | | }, |
| | | { |
| | | "icon_id": "28711544", |
| | | "name": "å¯¼èªæ ", |
| | | "font_class": "daohanglan", |
| | | "unicode": "e6ad", |
| | | "unicode_decimal": 59053 |
| | | }, |
| | | { |
| | | "icon_id": "28702324", |
| | | "name": "å é¤", |
| | | "font_class": "shanchu", |
| | | "unicode": "e6a4", |
| | | "unicode_decimal": 59044 |
| | | }, |
| | | { |
| | | "icon_id": "28682689", |
| | | "name": "ç¨æ·", |
| | | "font_class": "yonghu", |
| | | "unicode": "e6a3", |
| | | "unicode_decimal": 59043 |
| | | }, |
| | | { |
| | | "icon_id": "28682653", |
| | | "name": "è¿å", |
| | | "font_class": "fanhui1", |
| | | "unicode": "e6a2", |
| | | "unicode_decimal": 59042 |
| | | }, |
| | | { |
| | | "icon_id": "28682207", |
| | | "name": "æ·»å åéç»", |
| | | "font_class": "tianjiabianliangzu", |
| | | "unicode": "e6a1", |
| | | "unicode_decimal": 59041 |
| | | }, |
| | | { |
| | | "icon_id": "28674885", |
| | | "name": "ç§»å¨", |
| | | "font_class": "yidong", |
| | | "unicode": "e6a0", |
| | | "unicode_decimal": 59040 |
| | | }, |
| | | { |
| | | "icon_id": "28652271", |
| | | "name": "æ§ä»¶éå®", |
| | | "font_class": "kongjiansuoding", |
| | | "unicode": "e69c", |
| | | "unicode_decimal": 59036 |
| | | }, |
| | | { |
| | | "icon_id": "28648037", |
| | | "name": "æ¶é´éæ©å¨", |
| | | "font_class": "shijianxuanzeqi", |
| | | "unicode": "e69f", |
| | | "unicode_decimal": 59039 |
| | | }, |
| | | { |
| | | "icon_id": "28646392", |
| | | "name": "页é¢", |
| | | "font_class": "yemian1", |
| | | "unicode": "e69e", |
| | | "unicode_decimal": 59038 |
| | | }, |
| | | { |
| | | "icon_id": "28585579", |
| | | "name": "叮婿å2", |
| | | "font_class": "bangzhushouce2", |
| | | "unicode": "e69b", |
| | | "unicode_decimal": 59035 |
| | | }, |
| | | { |
| | | "icon_id": "28567366", |
| | | "name": "æ´å¤", |
| | | "font_class": "gengduo1", |
| | | "unicode": "e699", |
| | | "unicode_decimal": 59033 |
| | | }, |
| | | { |
| | | "icon_id": "28559848", |
| | | "name": "çæ¬è¯´æ2", |
| | | "font_class": "banbenshuoming2", |
| | | "unicode": "e697", |
| | | "unicode_decimal": 59031 |
| | | }, |
| | | { |
| | | "icon_id": "28561805", |
| | | "name": "æ´å¤", |
| | | "font_class": "gengduo-1", |
| | | "unicode": "e698", |
| | | "unicode_decimal": 59032 |
| | | }, |
| | | { |
| | | "icon_id": "28622921", |
| | | "name": "䏿2", |
| | | "font_class": "shangla", |
| | | "unicode": "e69d", |
| | | "unicode_decimal": 59037 |
| | | }, |
| | | { |
| | | "icon_id": "28559665", |
| | | "name": "åç´å±
ä¸å¯¹é½", |
| | | "font_class": "chuizhijuzhongduiqi", |
| | | "unicode": "e64f", |
| | | "unicode_decimal": 58959 |
| | | }, |
| | | { |
| | | "icon_id": "28559666", |
| | | "name": "ç¼è¾å·¥ç¨", |
| | | "font_class": "bianjigongcheng", |
| | | "unicode": "e650", |
| | | "unicode_decimal": 58960 |
| | | }, |
| | | { |
| | | "icon_id": "28559667", |
| | | "name": "帮å©", |
| | | "font_class": "bangzhu", |
| | | "unicode": "e651", |
| | | "unicode_decimal": 58961 |
| | | }, |
| | | { |
| | | "icon_id": "28559668", |
| | | "name": "æ¤é", |
| | | "font_class": "chexiao", |
| | | "unicode": "e652", |
| | | "unicode_decimal": 58962 |
| | | }, |
| | | { |
| | | "icon_id": "28559669", |
| | | "name": "ç¼è¾", |
| | | "font_class": "bianji", |
| | | "unicode": "e653", |
| | | "unicode_decimal": 58963 |
| | | }, |
| | | { |
| | | "icon_id": "28559670", |
| | | "name": "左侧", |
| | | "font_class": "zuoce", |
| | | "unicode": "e654", |
| | | "unicode_decimal": 58964 |
| | | }, |
| | | { |
| | | "icon_id": "28559671", |
| | | "name": "quanxiantianjia", |
| | | "font_class": "quanxiantianjia", |
| | | "unicode": "e655", |
| | | "unicode_decimal": 58965 |
| | | }, |
| | | { |
| | | "icon_id": "31456893", |
| | | "name": "䏿2-copy", |
| | | "font_class": "xiala2-copy", |
| | | "unicode": "e6e0", |
| | | "unicode_decimal": 59104 |
| | | }, |
| | | { |
| | | "icon_id": "28559675", |
| | | "name": "æ¾å¤§", |
| | | "font_class": "fangda", |
| | | "unicode": "e659", |
| | | "unicode_decimal": 58969 |
| | | }, |
| | | { |
| | | "icon_id": "28559676", |
| | | "name": "æå", |
| | | "font_class": "chaifen", |
| | | "unicode": "e65a", |
| | | "unicode_decimal": 58970 |
| | | }, |
| | | { |
| | | "icon_id": "28559677", |
| | | "name": "åç´", |
| | | "font_class": "chuizhi", |
| | | "unicode": "e65b", |
| | | "unicode_decimal": 58971 |
| | | }, |
| | | { |
| | | "icon_id": "28559679", |
| | | "name": "å¼é", |
| | | "font_class": "kaisuo", |
| | | "unicode": "e65d", |
| | | "unicode_decimal": 58973 |
| | | }, |
| | | { |
| | | "icon_id": "28559681", |
| | | "name": "åªå", |
| | | "font_class": "jianqie", |
| | | "unicode": "e65f", |
| | | "unicode_decimal": 58975 |
| | | }, |
| | | { |
| | | "icon_id": "28559682", |
| | | "name": "çé«", |
| | | "font_class": "denggao", |
| | | "unicode": "e660", |
| | | "unicode_decimal": 58976 |
| | | }, |
| | | { |
| | | "icon_id": "28559683", |
| | | "name": "ç»é¢æ¾å¤§", |
| | | "font_class": "huamianfangda", |
| | | "unicode": "e661", |
| | | "unicode_decimal": 58977 |
| | | }, |
| | | { |
| | | "icon_id": "28559684", |
| | | "name": "åºå¯¹é½", |
| | | "font_class": "diduiqi", |
| | | "unicode": "e662", |
| | | "unicode_decimal": 58978 |
| | | }, |
| | | { |
| | | "icon_id": "28559685", |
| | | "name": "å
³é", |
| | | "font_class": "guanbi", |
| | | "unicode": "e663", |
| | | "unicode_decimal": 58979 |
| | | }, |
| | | { |
| | | "icon_id": "28559687", |
| | | "name": "é¡¶é¨", |
| | | "font_class": "dingbu", |
| | | "unicode": "e665", |
| | | "unicode_decimal": 58981 |
| | | }, |
| | | { |
| | | "icon_id": "28559688", |
| | | "name": "ç»é¢ç¼©å°", |
| | | "font_class": "huamiansuoxiao", |
| | | "unicode": "e666", |
| | | "unicode_decimal": 58982 |
| | | }, |
| | | { |
| | | "icon_id": "28559689", |
| | | "name": "è¿å", |
| | | "font_class": "fanhui", |
| | | "unicode": "e667", |
| | | "unicode_decimal": 58983 |
| | | }, |
| | | { |
| | | "icon_id": "28559690", |
| | | "name": "é»è®¤è¿è¡", |
| | | "font_class": "morenyunhang", |
| | | "unicode": "e668", |
| | | "unicode_decimal": 58984 |
| | | }, |
| | | { |
| | | "icon_id": "28559691", |
| | | "name": "è¯»åæ¡", |
| | | "font_class": "duxiekuang", |
| | | "unicode": "e669", |
| | | "unicode_decimal": 58985 |
| | | }, |
| | | { |
| | | "icon_id": "28559692", |
| | | "name": "顶对é½", |
| | | "font_class": "dingduiqi", |
| | | "unicode": "e66a", |
| | | "unicode_decimal": 58986 |
| | | }, |
| | | { |
| | | "icon_id": "28559693", |
| | | "name": "å¾é", |
| | | "font_class": "gouxuan", |
| | | "unicode": "e66b", |
| | | "unicode_decimal": 58987 |
| | | }, |
| | | { |
| | | "icon_id": "28559694", |
| | | "name": "å¤é¨", |
| | | "font_class": "waibu", |
| | | "unicode": "e66c", |
| | | "unicode_decimal": 58988 |
| | | }, |
| | | { |
| | | "icon_id": "28559695", |
| | | "name": "ç宽", |
| | | "font_class": "dengkuan", |
| | | "unicode": "e66d", |
| | | "unicode_decimal": 58989 |
| | | }, |
| | | { |
| | | "icon_id": "28559696", |
| | | "name": "缩å°", |
| | | "font_class": "suoxiao", |
| | | "unicode": "e66e", |
| | | "unicode_decimal": 58990 |
| | | }, |
| | | { |
| | | "icon_id": "28559697", |
| | | "name": "对象", |
| | | "font_class": "duixiang", |
| | | "unicode": "e66f", |
| | | "unicode_decimal": 58991 |
| | | }, |
| | | { |
| | | "icon_id": "28559698", |
| | | "name": "å ç²", |
| | | "font_class": "jiacu", |
| | | "unicode": "e670", |
| | | "unicode_decimal": 58992 |
| | | }, |
| | | { |
| | | "icon_id": "28559699", |
| | | "name": "ææ¬", |
| | | "font_class": "wenben", |
| | | "unicode": "e671", |
| | | "unicode_decimal": 58993 |
| | | }, |
| | | { |
| | | "icon_id": "28559700", |
| | | "name": "æ·»å ç»é¢", |
| | | "font_class": "tianjiahuamian", |
| | | "unicode": "e672", |
| | | "unicode_decimal": 58994 |
| | | }, |
| | | { |
| | | "icon_id": "28559701", |
| | | "name": "ä¸", |
| | | "font_class": "shang", |
| | | "unicode": "e673", |
| | | "unicode_decimal": 58995 |
| | | }, |
| | | { |
| | | "icon_id": "28559702", |
| | | "name": "å±
ä¸", |
| | | "font_class": "juzhong", |
| | | "unicode": "e674", |
| | | "unicode_decimal": 58996 |
| | | }, |
| | | { |
| | | "icon_id": "28559703", |
| | | "name": "éå®", |
| | | "font_class": "suoding", |
| | | "unicode": "e675", |
| | | "unicode_decimal": 58997 |
| | | }, |
| | | { |
| | | "icon_id": "28559705", |
| | | "name": "䏿2", |
| | | "font_class": "xiala2", |
| | | "unicode": "e677", |
| | | "unicode_decimal": 58999 |
| | | }, |
| | | { |
| | | "icon_id": "28559706", |
| | | "name": "æè½¬", |
| | | "font_class": "xuanzhuan", |
| | | "unicode": "e678", |
| | | "unicode_decimal": 59000 |
| | | }, |
| | | { |
| | | "icon_id": "28559708", |
| | | "name": "æ¢å¤", |
| | | "font_class": "huifu", |
| | | "unicode": "e67a", |
| | | "unicode_decimal": 59002 |
| | | }, |
| | | { |
| | | "icon_id": "28559709", |
| | | "name": "å
é¨", |
| | | "font_class": "neibu", |
| | | "unicode": "e67b", |
| | | "unicode_decimal": 59003 |
| | | }, |
| | | { |
| | | "icon_id": "28559710", |
| | | "name": "å³ä¾§", |
| | | "font_class": "youce", |
| | | "unicode": "e67c", |
| | | "unicode_decimal": 59004 |
| | | }, |
| | | { |
| | | "icon_id": "28559711", |
| | | "name": "å³", |
| | | "font_class": "you", |
| | | "unicode": "e67d", |
| | | "unicode_decimal": 59005 |
| | | }, |
| | | { |
| | | "icon_id": "28559712", |
| | | "name": "页é¢", |
| | | "font_class": "yemian", |
| | | "unicode": "e67e", |
| | | "unicode_decimal": 59006 |
| | | }, |
| | | { |
| | | "icon_id": "28559713", |
| | | "name": "æéæ·»å ", |
| | | "font_class": "quanxiantianjia1", |
| | | "unicode": "e67f", |
| | | "unicode_decimal": 59007 |
| | | }, |
| | | { |
| | | "icon_id": "28559714", |
| | | "name": "æ°å»º", |
| | | "font_class": "xinjian", |
| | | "unicode": "e680", |
| | | "unicode_decimal": 59008 |
| | | }, |
| | | { |
| | | "icon_id": "28559715", |
| | | "name": "置顶", |
| | | "font_class": "zhiding", |
| | | "unicode": "e681", |
| | | "unicode_decimal": 59009 |
| | | }, |
| | | { |
| | | "icon_id": "28559716", |
| | | "name": "æ¸
é¤", |
| | | "font_class": "qingchu", |
| | | "unicode": "e682", |
| | | "unicode_decimal": 59010 |
| | | }, |
| | | { |
| | | "icon_id": "28559717", |
| | | "name": "å·¦", |
| | | "font_class": "zuo", |
| | | "unicode": "e683", |
| | | "unicode_decimal": 59011 |
| | | }, |
| | | { |
| | | "icon_id": "28559718", |
| | | "name": "å¤å¶", |
| | | "font_class": "fuzhi", |
| | | "unicode": "e684", |
| | | "unicode_decimal": 59012 |
| | | }, |
| | | { |
| | | "icon_id": "28559719", |
| | | "name": "å
³è", |
| | | "font_class": "guanlian", |
| | | "unicode": "e685", |
| | | "unicode_decimal": 59013 |
| | | }, |
| | | { |
| | | "icon_id": "28559720", |
| | | "name": "æ°å¼æ¾ç¤º", |
| | | "font_class": "shuzhixianshi", |
| | | "unicode": "e686", |
| | | "unicode_decimal": 59014 |
| | | }, |
| | | { |
| | | "icon_id": "28559721", |
| | | "name": "ç²è´´", |
| | | "font_class": "niantie", |
| | | "unicode": "e687", |
| | | "unicode_decimal": 59015 |
| | | }, |
| | | { |
| | | "icon_id": "28559722", |
| | | "name": "ç©å½¢", |
| | | "font_class": "juxing", |
| | | "unicode": "e688", |
| | | "unicode_decimal": 59016 |
| | | }, |
| | | { |
| | | "icon_id": "28559723", |
| | | "name": "åºé¨", |
| | | "font_class": "dibu", |
| | | "unicode": "e689", |
| | | "unicode_decimal": 59017 |
| | | }, |
| | | { |
| | | "icon_id": "28559724", |
| | | "name": "ä¸", |
| | | "font_class": "xia", |
| | | "unicode": "e68a", |
| | | "unicode_decimal": 59018 |
| | | }, |
| | | { |
| | | "icon_id": "28559725", |
| | | "name": "æä»¶å¤¹", |
| | | "font_class": "wenjianjia", |
| | | "unicode": "e68b", |
| | | "unicode_decimal": 59019 |
| | | }, |
| | | { |
| | | "icon_id": "28559726", |
| | | "name": "ç»å", |
| | | "font_class": "zuhe", |
| | | "unicode": "e68c", |
| | | "unicode_decimal": 59020 |
| | | }, |
| | | { |
| | | "icon_id": "28559727", |
| | | "name": "ä¸å线", |
| | | "font_class": "xiahuaxian", |
| | | "unicode": "e68d", |
| | | "unicode_decimal": 59021 |
| | | }, |
| | | { |
| | | "icon_id": "28559728", |
| | | "name": "æ°´å¹³", |
| | | "font_class": "shuiping", |
| | | "unicode": "e68e", |
| | | "unicode_decimal": 59022 |
| | | }, |
| | | { |
| | | "icon_id": "28559729", |
| | | "name": "è¿è¡", |
| | | "font_class": "yunhang", |
| | | "unicode": "e68f", |
| | | "unicode_decimal": 59023 |
| | | }, |
| | | { |
| | | "icon_id": "28559730", |
| | | "name": "æ¾ç¤º", |
| | | "font_class": "xianshi", |
| | | "unicode": "e690", |
| | | "unicode_decimal": 59024 |
| | | }, |
| | | { |
| | | "icon_id": "28559731", |
| | | "name": "éè", |
| | | "font_class": "yincang", |
| | | "unicode": "e691", |
| | | "unicode_decimal": 59025 |
| | | }, |
| | | { |
| | | "icon_id": "28559732", |
| | | "name": "ç½®åº", |
| | | "font_class": "zhidi", |
| | | "unicode": "e692", |
| | | "unicode_decimal": 59026 |
| | | }, |
| | | { |
| | | "icon_id": "28559733", |
| | | "name": "æ´å¤", |
| | | "font_class": "gengduo", |
| | | "unicode": "e693", |
| | | "unicode_decimal": 59027 |
| | | }, |
| | | { |
| | | "icon_id": "28559734", |
| | | "name": "ä¸é¨", |
| | | "font_class": "zhongbu", |
| | | "unicode": "e694", |
| | | "unicode_decimal": 59028 |
| | | }, |
| | | { |
| | | "icon_id": "28559735", |
| | | "name": "ä¸", |
| | | "font_class": "zhong", |
| | | "unicode": "e695", |
| | | "unicode_decimal": 59029 |
| | | }, |
| | | { |
| | | "icon_id": "28559736", |
| | | "name": "æä½", |
| | | "font_class": "xieti", |
| | | "unicode": "e696", |
| | | "unicode_decimal": 59030 |
| | | } |
| | | ] |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?> |
| | | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > |
| | | <svg xmlns="http://www.w3.org/2000/svg"> |
| | | <metadata>Created by iconfont</metadata> |
| | | <defs> |
| | | <font id="iconfont" horiz-adv-x="1024"> |
| | | <font-face |
| | | font-family="iconfont" |
| | | font-weight="400" |
| | | font-stretch="normal" |
| | | units-per-em="1024" |
| | | ascent="896" |
| | | descent="-128" |
| | | /> |
| | | <missing-glyph /> |
| | | |
| | | <glyph glyph-name="duopingshezhi" unicode="" d="M983.552 507.392l-66.048 9.216c-14.336 2.048-26.624 11.776-32.256 25.6-12.8 30.72-29.696 59.392-49.664 86.016-9.216 11.776-11.264 27.136-6.144 40.96l25.6 61.952c7.68 18.944 0 40.448-17.408 50.688l-143.36 82.432c-17.92 10.24-40.448 6.144-52.736-10.24l-40.96-52.224c-9.216-11.776-24.064-17.408-38.912-15.36-32.768 4.096-66.048 4.096-98.816 0-14.848-2.048-29.696 3.584-38.912 15.36l-40.96 52.224c-12.8 16.384-35.328 20.48-52.736 10.24l-143.36-82.432c-17.408-10.24-25.088-31.744-17.408-50.688l25.6-61.952c5.12-13.824 3.072-29.184-6.144-40.96-19.968-26.624-36.864-55.296-49.664-86.016-5.632-13.824-17.92-23.04-32.256-25.6l-66.56-9.216c-20.48-3.072-35.328-20.48-35.328-40.96v-165.376c0-20.48 15.36-37.888 35.328-40.96l66.048-9.216c14.336-2.048 26.624-11.776 32.256-25.6 12.8-30.72 29.696-59.392 49.664-86.016 9.216-11.776 11.264-27.136 6.144-40.96l-25.6-61.952c-7.68-18.944 0-40.448 17.408-50.688l142.848-82.432c17.92-10.24 40.448-6.144 52.736 10.24l40.96 52.224c9.216 11.776 24.064 17.408 38.912 15.36 32.768-4.096 66.048-4.096 98.816 0 14.848 2.048 29.696-3.584 38.912-15.36l40.96-52.224c12.8-16.384 35.328-20.48 52.736-10.24l142.848 82.432c17.408 10.24 25.088 31.744 17.408 50.688l-25.6 61.952c-5.12 13.824-3.072 29.184 6.144 40.96 19.968 26.624 36.864 55.296 49.664 86.016 5.632 13.824 17.92 23.04 32.256 25.6l66.048 9.216c20.48 3.072 35.328 19.968 35.328 40.96V466.432c1.536 20.992-13.312 38.4-33.792 40.96z m-472.064-284.16c-88.576 0-160.768 71.68-160.768 160.768s71.68 160.768 160.768 160.768 160.768-71.68 160.768-160.768c0-88.576-71.68-160.768-160.768-160.768z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="wuliaoguanli" unicode="" d="M343.04 433.664h337.92c32.768 0 59.392 26.624 59.392 59.904v337.92C740.352 864.256 713.728 890.88 680.96 890.88H343.04c-32.768 0-59.392-26.624-59.904-59.392v-337.92c0.512-33.28 27.136-59.904 59.904-59.904z m0 397.312h337.92v-337.92H343.04v337.92z m616.448-496.64h-337.92c-32.768 0-59.904-26.624-59.904-59.904v-337.92c0-32.768 26.624-59.904 59.904-59.904h337.92c32.768 0 59.392 26.624 59.392 59.392v337.92c0 33.792-26.624 60.416-59.392 60.416z m0-397.312h-337.92v337.92h337.92v-337.92zM402.432 334.336h-337.92c-32.768 0-59.392-26.624-59.392-59.904v-337.92c0-32.768 26.624-59.392 59.392-59.392h337.92c32.768 0 59.392 26.624 59.904 59.392v337.92c0 33.28-26.624 59.904-59.904 59.904 0.512 0 0.512 0 0 0z m0-397.312h-337.92v337.92h337.92v-337.92z m228.864 794.624c2.048-14.336-8.192-27.648-22.528-29.696-2.56-0.512-5.12-0.512-7.168 0h-179.2c-14.336-2.048-27.648 8.192-29.696 22.528-0.512 2.56-0.512 5.12 0 7.168-2.048 14.336 8.192 27.648 22.528 29.696 2.56 0.512 5.12 0.512 7.168 0h178.688c14.336 2.048 27.648-8.192 29.696-22.528 1.024-2.048 1.024-4.608 0.512-7.168zM114.688 175.104c-2.048 14.336 8.192 27.648 22.528 29.696 2.56 0.512 5.12 0.512 7.168 0h178.688c14.336 2.048 27.648-8.192 29.696-22.528 0.512-2.56 0.512-5.12 0-7.168 2.048-14.336-8.192-27.648-22.528-29.696-2.56-0.512-5.12-0.512-7.168 0H144.384c-14.336-2.048-27.648 8.192-29.696 22.528-0.512 2.56-0.512 5.12 0 7.168z m556.544 0c-2.048 14.336 8.192 27.648 22.528 29.696 2.56 0.512 5.12 0.512 7.168 0h178.688c14.336 2.048 27.648-8.192 29.696-22.528 0.512-2.56 0.512-5.12 0-7.168 2.048-14.336-8.192-27.648-22.528-29.696-2.56-0.512-5.12-0.512-7.168 0h-178.688c-14.336-2.048-27.648 7.68-29.696 22.528-0.512 2.56-0.512 4.608 0 7.168z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shujuhuoqushibai" unicode="" d="M512 890.88C231.936 890.88 5.12 664.064 5.12 384s226.816-506.88 506.88-506.88 506.88 226.816 506.88 506.88c-1.024 279.552-227.328 505.856-506.88 506.88z m0-833.024c-30.208 0-54.272 24.064-54.272 54.272 0 30.208 24.064 54.272 54.272 54.272 30.208 0 54.272-24.064 54.272-54.272-0.512-29.696-24.576-53.76-54.272-54.272z m47.104 264.704c0-36.352-14.336-65.024-47.104-65.024s-47.104 29.184-47.104 65.024l-17.92 267.776c-0.512 34.816 26.624 63.488 61.44 65.024 35.328-1.024 64-29.696 65.024-65.024l-14.336-267.776z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shebeiguanli" unicode="" d="M375.296 326.656c-31.232-14.848-44.544-52.736-29.696-83.968 15.36-31.232 52.736-44.032 83.968-29.696 31.232 14.848 44.544 52.736 29.696 83.968-15.36 31.232-52.736 44.544-83.968 29.696zM580.096 307.2l54.272 24.576-34.304 73.728-54.272-24.576c-12.288 16.896-28.672 31.232-47.104 41.984l19.968 56.832-76.8 27.136-19.968-51.712c-20.48 3.072-41.472 2.048-61.44-2.56L335.872 506.88l-73.728-34.304L286.72 418.304c-16.896-12.288-31.232-28.672-41.984-47.104l-56.832 19.968L158.72 312.32l56.832-19.968c-3.072-20.48-2.048-41.472 2.56-61.44L163.84 206.336l34.304-73.728 54.272 24.576c13.824-17.408 30.72-32.256 49.152-44.544L281.6 55.808l76.288-27.136 19.968 56.832c20.48-3.072 41.472-2.048 61.44 2.56l24.576-54.272 73.728 34.304-24.576 54.272c16.896 12.288 31.232 28.672 41.984 47.104l56.832-19.968 27.136 76.288-56.832 19.968c3.072 20.48 2.56 40.96-2.048 61.44z m-128-150.528c-58.368-29.696-130.048-6.144-159.744 52.736-1.024 2.048-2.048 4.608-3.072 6.656-29.184 59.904-4.096 132.096 56.32 161.28l3.072 1.536c62.464 26.624 134.144-2.56 160.768-65.024 24.576-59.392 0-128-57.344-157.184zM687.616 612.352c-23.04 0-41.984-18.944-41.984-41.984 0-23.04 18.432-41.984 41.472-41.984h0.512c23.04 0 41.984 18.944 41.984 41.984s-18.432 41.984-41.984 41.984zM797.696 640.512l29.696 29.696-39.424 39.424-29.696-29.696c-12.288 7.168-25.6 12.8-39.424 17.408v41.984h-56.832v-41.984c-13.824-3.584-27.136-8.192-39.424-14.848l-29.696 29.696-39.424-39.424 29.696-29.696c-7.168-12.288-12.8-25.6-17.408-39.424h-41.984v-56.832h41.984c2.56-13.824 7.168-27.648 14.848-39.424l-29.696-29.696 39.424-39.424 29.696 29.696c12.288-7.168 25.6-12.8 39.424-17.408v-41.984h56.832V450.56c13.824 3.584 27.136 8.192 39.424 14.848l29.696-29.696 39.424 39.424-29.696 29.696c7.168 12.288 12.8 25.6 17.408 39.424h41.984V601.088h-41.984c-3.584 13.824-8.704 27.136-14.848 39.424z m-104.448-152.576h-4.096c-46.08-0.512-83.456 36.352-83.968 82.432v1.536c-2.048 44.032 32.256 81.92 76.288 83.968h7.68-0.512c46.08 1.024 84.992-35.328 86.016-81.92 1.536-46.592-35.328-84.992-81.408-86.016zM795.136 890.88H228.864C105.472 890.88 5.12 790.528 5.12 667.136v-565.76C5.12-22.528 105.472-122.88 228.864-122.88h565.76c123.392 0 223.744 100.352 223.744 223.744V667.136C1018.88 790.528 918.528 890.88 795.136 890.88z m153.088-790.016c0-84.48-68.608-153.088-153.088-153.088H228.864c-84.48 0-153.088 68.608-153.088 153.088V667.136c0 84.48 68.608 153.088 153.088 153.088h565.76c84.48 0 153.088-68.608 153.088-153.088v-566.272z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="dianxinliebiao" unicode="" d="M924.16 891.392H105.984c-53.76 0-97.28-43.52-97.792-97.28v-613.376c0-53.76 44.032-97.792 97.792-97.792h105.472v-158.72c0-25.6 20.992-46.592 46.592-46.592 25.6 0.512 45.568 20.992 46.592 46.592v158.72h420.352v-158.72c0-25.6 20.992-46.592 46.592-46.592s46.592 20.992 46.592 46.592v158.72h105.472v15.872-15.872c53.76 0 97.792 43.52 98.304 97.28V794.112c0 53.76-44.032 97.28-97.792 97.28z m-148.992-715.264c-1.536 0-2.56 1.024-3.584 1.024-1.536 0-2.56-0.512-3.584-1.024H261.632c-1.536 0-2.56 1.024-3.584 1.024-1.536 0-2.56-0.512-3.584-1.024h-148.48c-2.56 0-5.12 2.048-5.12 4.608V793.6c0 2.56 2.048 4.608 5.12 5.12h818.176c2.56 0 5.12-2.048 5.12-4.608v-612.864c0-2.56-2.048-5.12-4.608-5.12h-149.504zM660.992 535.04H480.256L610.304 665.6c8.704 8.704 13.824 20.48 13.824 32.768 0 12.288-4.608 24.064-13.312 32.768-17.92 17.92-47.616 17.92-65.536 0l-209.92-209.92c-13.824-13.312-17.408-33.28-10.24-50.688 7.168-17.408 24.064-29.184 43.008-29.184h181.248l-130.56-131.072c-17.408-17.92-17.408-47.616 0-65.536 8.704-8.704 20.48-13.312 32.768-13.312h0.512l12.288 0.512 0.512 1.536c7.168 2.048 14.336 6.144 19.968 11.264l209.408 210.432c13.824 13.312 17.408 33.28 10.24 50.688-7.68 17.408-24.576 29.184-43.52 29.184z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="gongzhuangguanli" unicode="" d="M947.71712 160.83456l57.344 15.36c9.728 2.048 15.872 11.776 13.824 21.504v0.512l-10.752 40.96c-2.56 9.728-12.288 15.36-22.016 12.8l-57.344-15.872c-5.12 9.216-11.264 18.432-17.92 26.624l38.4 45.568c6.656 7.168 6.144 18.944-1.024 25.6l-1.024 1.024-16.896 14.336c17.408-9.728 38.912-3.584 48.64 13.824 3.072 5.632 4.608 11.776 4.608 17.92v199.68c0 12.8-6.656 25.088-17.92 31.744l-453.632 252.416a35.584 35.584 0 0 1-36.352 0l-452.608-253.44c-11.264-6.656-18.432-18.432-17.92-31.744v-633.344c0-19.968 16.384-36.352 36.352-36.352 19.968 0 36.352 16.384 36.352 36.352v612.352l416.256 232.96 416.256-232.96v-177.664c0-8.192 3.072-15.872 8.192-22.528l-4.096 3.584c-7.68 6.656-18.944 5.632-25.6-2.048l-37.888-45.568c-14.336 7.168-29.696 12.8-45.056 15.872v59.392c0 10.24-8.192 17.92-17.92 17.92h-41.472c-10.24 0-17.92-8.192-17.92-17.92v-59.392c-10.24-2.048-20.48-5.632-30.72-9.728l-33.792 48.128c-5.632 8.192-16.896 10.24-25.088 4.608l-34.816-24.064c-8.192-5.632-10.24-16.896-4.608-25.088l33.792-48.64c-7.68-7.68-14.336-16.384-20.48-25.088l-55.808 20.48c-9.216 3.584-19.968-1.024-23.552-10.752l-14.336-39.424c-3.584-9.216 1.024-19.968 10.752-23.552l55.296-20.48c-1.024-7.68-1.536-15.872-2.048-24.064v-8.192l-57.344-15.36c-9.728-2.048-15.872-11.776-13.312-21.504v-0.512l10.752-40.96c2.56-9.728 12.288-15.36 22.016-12.8l57.344 15.36c5.12-9.216 11.264-18.432 17.92-26.624l-37.888-45.568c-6.656-7.68-6.144-18.944 1.536-25.6l0.512-0.512 32.256-26.624c7.68-6.656 18.944-5.632 25.6 2.048l37.888 45.568c14.336-7.168 29.696-12.8 45.056-15.872v-59.392c0-10.24 8.192-17.92 17.92-17.92h41.984c10.24 0 17.92 8.192 17.92 17.92v58.88c10.752 2.048 20.992 5.12 30.72 8.704l33.792-48.64c5.632-8.192 16.896-10.24 25.088-4.608l33.792 25.088c8.192 5.632 10.24 16.896 4.608 25.088l-33.28 48.64c7.68 7.68 14.336 16.384 20.48 25.088l55.808-20.48c9.216-3.584 19.968 1.024 23.552 10.752l14.336 39.424c3.584 9.216-0.512 19.968-9.728 23.552-0.512 0-1.024 0.512-1.536 0.512l-55.296 20.48c1.024 7.68 1.536 15.872 2.048 24.064v8.192z m-182.784-118.272c-60.416 0-109.568 49.152-109.568 109.568s49.152 109.568 109.568 109.568 109.568-49.152 109.568-109.568c0-60.416-48.64-109.568-109.568-109.568zM547.84512 471.10656c0 19.968-16.384 36.352-36.352 36.352h-325.632c-19.968 0-36.352-15.872-36.352-35.84s15.872-36.352 35.84-36.352H512.00512c19.968 0 35.84 15.872 35.84 35.84z m-108.544-189.952h-253.44c-19.968 0-36.352-15.872-36.352-35.84s15.872-36.352 35.84-36.352h253.952c19.968 0 36.352 16.384 35.84 36.352 0.512 19.968-15.872 35.84-35.84 35.84z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianliangzhuanhuan" unicode="" d="M133.632-80.896C61.952-79.872 4.096-20.48 5.12 51.712v144.384c-1.024 72.192 56.32 131.584 128.512 132.608h246.784c72.192-1.024 129.536-60.416 128.512-132.608V51.2c1.024-72.192-56.32-131.584-128.512-132.608H133.632v0.512z m0 331.776c-30.208-0.512-53.76-25.088-53.248-55.296V51.2c-0.512-30.208 23.552-54.784 53.248-55.296h246.272c30.208 0.512 53.76 25.088 53.248 55.296v144.384c0.512 30.208-23.552 54.784-53.248 55.296H133.632z m496.128-314.88c-17.92 0-32.256 13.824-32.256 31.744-0.512 19.456 14.848 35.328 34.304 35.84h2.56c24.064 3.584 48.128 9.728 71.68 17.408l1.024 0.512h1.024c27.136 12.288 50.176 30.72 67.584 54.784l0.512 1.024 1.536 1.024h0.512c27.136 26.624 45.568 60.928 52.736 98.304 0.512 3.072 1.024 5.632 1.536 8.192l0.512 2.56c3.584 16.384 5.632 33.28 6.144 50.176 0 3.584 0 7.168-0.512 10.24-0.512 3.072-0.512 6.144-0.512 8.704l-38.4-46.592c-6.144-7.68-15.36-12.8-25.6-13.312-4.608 0-9.216 1.024-13.312 3.072-8.704 4.096-15.36 11.776-17.92 20.992-1.536 9.216 1.024 18.432 6.144 25.6l0.512 0.512 86.528 107.52c10.752 11.264 24.576 17.92 39.936 19.968 18.944-1.536 36.352-12.8 45.056-29.696l77.824-112.64s12.288-17.92-9.216-40.448c-6.144-6.656-14.336-10.752-23.552-11.264-6.144 0-12.8 2.56-17.408 6.656L906.24 245.76v-17.408c-2.56-128-84.48-240.64-205.824-282.112-4.608-2.048-8.704-3.072-13.824-4.096l-4.096-1.024c-12.288-3.072-24.064-5.12-33.792-6.656H629.76v1.536z m-466.432 460.8c-19.456 1.024-37.376 12.8-45.568 30.72L44.544 543.232s-12.288 17.92 9.216 40.448c6.144 6.656 14.336 10.752 23.552 11.264 6.144 0 12.8-2.56 17.408-6.656L138.24 530.944v7.68c0.512 26.112 3.584 51.712 8.704 77.312 14.848 54.272 44.032 103.424 83.968 142.848 39.424 37.888 89.088 63.488 142.848 73.728 17.408 4.096 35.84 5.12 53.76 4.608 10.24 0 15.872-13.824 16.384-26.624 2.56-20.48-12.288-39.424-33.28-41.472h-3.584l-2.048-1.024c-20.992-3.584-41.472-9.216-60.928-16.896-38.912-16.384-72.704-43.52-96.768-78.336l-4.608-6.656-2.048 1.536c-13.824-22.528-24.064-47.104-29.184-72.704l-0.512-3.072-1.024-1.536v-0.512c-3.584-17.408-5.12-34.816-5.12-52.224v-4.096c0-3.072 0.512-6.656 0.512-10.24 0-1.536 0-2.56 0.512-4.096l34.304 41.984c6.144 7.68 15.36 12.8 25.6 13.312 4.608 0 9.216-1.024 13.312-3.072 8.704-3.584 15.36-11.264 17.92-20.48 1.536-9.216-1.024-18.432-6.144-25.6v-0.512l-87.04-107.52c-10.24-11.264-24.576-18.432-40.448-20.48z m480.768 43.52c-72.192 1.024-129.536 60.416-128.512 132.608V716.8c-1.024 72.192 56.32 131.584 128.512 132.608h246.272C962.56 848.384 1019.904 788.992 1018.88 716.8v-144.384c1.024-72.192-56.32-131.584-128.512-132.608h-245.76l-0.512 0.512z m0 331.776c-30.208-0.512-53.76-25.6-52.736-55.808v-144.384c-0.512-30.208 23.552-54.784 53.248-55.296h245.76c30.208 0.512 53.76 25.088 53.248 55.296V716.8c0.512 30.208-23.552 54.784-53.248 55.296h-246.272z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="BOMguanli" unicode="" d="M978.944 494.592c-10.752 8.192-23.04 14.848-36.352 18.944V836.608c0 27.136-22.016 49.152-49.152 49.152h-650.24c-27.136 0-49.152-22.016-49.152-49.152v-58.88H130.048c-27.136 0-49.152-22.016-49.152-49.152v-100.864c-12.8-4.096-25.088-10.24-36.352-18.944-21.504-16.384-34.304-40.96-34.304-68.096V-25.6c0.512-26.624 13.312-51.712 34.304-68.096 20.992-15.872 46.592-24.576 72.704-24.576H906.24c26.112 0 51.712 8.192 72.704 24.576 21.504 16.384 34.304 40.96 34.304 68.096V426.496c0 27.136-12.8 51.712-34.304 68.096zM265.216 814.592h605.696v-295.424h-39.424v209.92c0 27.136-22.016 49.152-49.152 49.152h-517.12v36.352zM760.32 706.56v-187.904H471.552v22.528c-0.512 26.624-13.312 51.712-34.304 68.096-20.992 15.872-46.592 24.576-72.704 24.576H152.576V706.56h607.744zM942.08-25.6c0-8.704-13.824-20.992-35.84-20.992H117.76c-22.016 0-35.84 12.288-35.84 20.992V426.496v1.536 113.152c0 8.704 13.824 20.992 35.84 20.992h246.784c22.016 0 35.84-12.288 35.84-20.992v-55.296c0-13.824 8.192-26.112 19.456-31.744 5.632-4.096 12.8-6.656 20.48-6.656h465.92c22.016 0 35.84-12.288 35.84-20.992V-25.6zM308.224 220.672c10.24 3.584 18.944 9.728 25.088 17.92 6.144 8.192 9.216 18.432 9.216 30.72 0 16.384-5.632 29.696-17.408 38.912-11.776 10.24-28.16 14.848-49.152 14.848H177.664v-215.04h98.304c23.04 0 40.448 4.096 53.248 12.8 14.848 10.24 22.016 26.112 22.016 47.616 0 14.848-3.584 26.112-10.752 34.816-7.168 8.704-17.92 14.336-32.256 17.408z m-97.792 75.264h57.344c14.848 0 25.6-2.56 31.744-7.68 6.656-4.608 9.728-12.8 9.728-23.552 0-11.264-3.072-19.968-9.728-25.088-6.656-5.12-17.408-7.68-32.256-7.68h-56.32v64z m93.184-154.112c-8.192-4.608-18.944-6.656-32.256-6.656H210.432V204.8h61.44c15.872 0 27.648-2.56 34.816-8.192 7.68-5.632 11.264-14.848 11.264-27.648 0.512-12.288-4.608-20.992-14.336-27.136zM479.232 327.168c-33.28 0-58.88-10.752-77.312-32.256-17.92-20.48-26.624-46.592-26.624-79.872 0-32.768 8.704-59.392 26.624-79.36 18.944-21.504 44.544-31.744 77.312-31.744s58.368 10.752 77.312 31.744c17.92 20.48 27.136 47.104 27.136 79.872 0 33.28-9.216 59.904-27.136 79.872-18.432 20.992-44.544 31.744-77.312 31.744z m53.248-172.032c-12.288-14.848-30.208-22.016-52.736-22.016s-40.448 7.68-53.248 23.04c-12.288 14.848-17.92 34.816-17.92 59.392 0 25.088 6.144 45.056 17.92 59.904 12.288 15.36 30.208 23.04 53.248 23.04s40.96-7.68 52.736-22.016c12.288-14.848 18.432-35.328 18.432-60.928s-6.144-45.568-18.432-60.416zM731.648 151.04h-1.024l-74.752 172.032h-38.912v-215.04h32.768v153.6h1.024l66.048-153.6h28.16l66.048 153.6h1.024v-153.6h33.28v215.04h-38.912z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yinpin1" unicode="" d="M949.16096 821.24288h-874.496c-26.624 0-48.64-21.504-48.64-48.64v-777.216c0-26.624 21.504-48.64 48.64-48.64h873.984c26.624 0 48.64 21.504 48.64 48.64v777.216c0.512 26.624-21.504 48.64-48.128 48.64zM949.16096-71.68512h-874.496c-36.864 0-67.072 30.208-67.072 67.072v777.216c0 36.864 30.208 67.072 67.072 67.072h873.984c36.864 0 67.072-30.208 67.072-67.072v-777.216c0.512-36.864-29.696-67.072-66.56-67.072z m-874.496 873.984c-16.384 0-29.696-13.312-29.696-29.696v-777.216c0-16.384 13.312-29.696 29.696-29.696h873.984c16.384 0 29.696 13.312 29.696 29.696v777.216c0 16.384-13.312 29.696-29.696 29.696h-873.984zM668.16 669.696L426.496 595.968c-30.208-9.216-51.2-36.864-52.736-68.096v-254.464c-17.408 8.704-37.888 10.752-56.32 6.144-53.248-4.096-96.768-45.056-103.936-98.304 0-46.08 46.592-74.24 103.936-66.048 52.224 3.584 94.208 44.544 99.328 96.768v245.76c0 19.968 24.576 29.184 24.576 29.184L655.36 553.984s23.552 7.68 23.552-13.824v-203.264c-18.944 8.704-40.448 11.264-60.928 7.68-53.248-3.072-96.768-43.52-103.936-96.256 0-46.08 46.592-75.264 103.936-68.096 53.248 3.072 97.28 43.52 103.936 96.256V632.32c1.024 21.504-15.872 39.936-37.888 40.448-5.632-0.512-10.752-1.024-15.872-3.072z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="gongweikanban" unicode="" d="M873.984 890.88c19.968 0 36.352-16.384 36.352-36.352V-87.04c0-19.968-16.384-36.352-36.352-36.352H150.016c-19.968 0-36.352 16.384-36.352 36.352V854.528c0 19.968 16.384 36.352 36.352 36.352h723.968z m-45.056-81.408H195.072v-850.944h633.344V809.472z m-465.92-400.384c4.608 0.512 8.192-2.56 9.216-6.656v-56.32c0.512-4.608-2.56-8.192-6.656-9.216H267.264c-4.608-0.512-8.192 2.56-9.216 6.656v56.32c-0.512 4.608 2.56 8.192 6.656 9.216h98.304z m202.752 0c4.608 0.512 8.192-2.56 9.216-6.656v-56.32c0.512-4.608-2.56-8.192-6.656-9.216H470.016c-4.608-0.512-8.192 2.56-9.216 6.656v56.32c-0.512 4.608 2.56 8.192 6.656 9.216h98.304z m190.976 0c4.608 0.512 8.704-2.56 9.216-6.656v-56.32c0.512-4.608-2.56-8.192-6.656-9.216H661.504c-4.096-0.512-8.192 2.56-9.216 6.656v56.32c-0.512 4.608 2.56 8.192 6.656 9.216H756.736z m-8.704 336.896c10.24 0 17.92-8.192 17.92-17.92v-217.088c0-10.24-8.192-17.92-17.92-17.92H276.48c-10.24 0-17.92 8.192-17.92 17.92V728.064c0 10.24 8.192 17.92 17.92 17.92h471.552z m-45.568-62.976H321.536v-126.464h380.928V683.008z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yinpin" unicode="" d="M949.16096 821.24288h-874.496c-26.624 0-48.64-21.504-48.64-48.64v-777.216c0-26.624 21.504-48.64 48.64-48.64h873.984c26.624 0 48.64 21.504 48.64 48.64v777.216c0.512 26.624-21.504 48.64-48.128 48.64zM949.16096-71.68512h-874.496c-36.864 0-67.072 30.208-67.072 67.072v777.216c0 36.864 30.208 67.072 67.072 67.072h873.984c36.864 0 67.072-30.208 67.072-67.072v-777.216c0.512-36.864-29.696-67.072-66.56-67.072z m-874.496 873.984c-16.384 0-29.696-13.312-29.696-29.696v-777.216c0-16.384 13.312-29.696 29.696-29.696h873.984c16.384 0 29.696 13.312 29.696 29.696v777.216c0 16.384-13.312 29.696-29.696 29.696h-873.984zM668.16 669.696L426.496 595.968c-30.208-9.216-51.2-36.864-52.736-68.096v-254.464c-17.408 8.704-37.888 10.752-56.32 6.144-53.248-4.096-96.768-45.056-103.936-98.304 0-46.08 46.592-74.24 103.936-66.048 52.224 3.584 94.208 44.544 99.328 96.768v245.76c0 19.968 24.576 29.184 24.576 29.184L655.36 553.984s23.552 7.68 23.552-13.824v-203.264c-18.944 8.704-40.448 11.264-60.928 7.68-53.248-3.072-96.768-43.52-103.936-96.256 0-46.08 46.592-75.264 103.936-68.096 53.248 3.072 97.28 43.52 103.936 96.256V632.32c1.024 21.504-15.872 39.936-37.888 40.448-5.632-0.512-10.752-1.024-15.872-3.072z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="canshupeizhi" unicode="" d="M973.824 885.76H50.176C28.16 885.76 10.24 867.84 10.24 845.824v-923.136c0-22.016 17.92-39.936 39.936-39.936h923.136c22.016 0 39.936 17.92 39.936 39.936V845.824c0.512 22.016-17.408 39.936-39.424 39.936z m-50.176-913.408H100.352V795.648h822.784l0.512-823.296zM296.448 169.472v-96.768c0-5.632 4.608-10.24 10.24-10.24h60.416c5.632 0 10.24 4.608 10.24 10.24v96.768c-12.8-4.096-26.624-6.144-39.936-6.144-14.848 0-28.16 2.048-40.96 6.144z m79.872 248.32V695.296c0 5.632-4.608 10.24-10.24 10.24H306.176c-5.632 0-10.24-4.608-10.24-10.24v-276.992c12.8 4.096 26.624 6.144 39.936 6.144 14.336-0.512 27.648-2.56 40.448-6.656z m-79.872-248.32c12.8-4.096 26.624-6.144 39.936-6.144 13.824 0 27.136 2.048 39.936 6.144 68.608 22.016 105.984 95.744 83.968 164.352-12.8 39.936-44.032 71.168-83.968 83.968-12.8 4.096-26.624 6.144-39.936 6.144-13.824 0-27.136-2.048-39.936-6.144-68.608-22.016-105.984-95.744-83.968-164.352 12.8-39.936 44.032-71.168 83.968-83.968z m0 145.408c0.512 0.512 1.024 1.536 1.024 2.048l1.536 2.048 0.512 0.512c0.512 0.512 1.024 1.024 1.024 1.536l0.512 0.512c0.512 0.512 1.024 1.536 1.536 2.048l0.512 0.512 1.536 1.536 0.512 0.512c0.512 0.512 1.024 1.024 2.048 1.536 0.512 0.512 1.536 1.024 2.048 1.536l0.512 0.512c0.512 0.512 1.024 1.024 1.536 1.024l0.512 0.512c0.512 0.512 1.536 1.024 2.56 1.536 1.024 0.512 0.512 0 0.512 0l2.048 1.024 0.512 0.512c1.024 0.512 1.536 0.512 2.56 1.024s1.536 0.512 2.56 1.024h0.512c0.512 0 1.536 0.512 2.048 0.512h0.512c1.024 0 2.048 0.512 2.56 0.512h13.824c1.024 0 2.048-0.512 2.56-0.512h0.512l2.048-0.512h0.512c1.024 0 1.536-0.512 2.56-1.024s1.536-0.512 2.56-1.024l0.512-0.512c0.512-0.512 1.536-0.512 2.048-1.024h0.512c1.024-0.512 1.536-1.024 2.56-1.536l0.512-0.512c0.512-0.512 1.024-0.512 1.536-1.024l0.512-0.512c0.512-0.512 1.536-1.024 2.048-1.536 0.512-0.512 1.536-1.024 2.048-1.536l0.512-0.512 1.536-1.536 0.512-0.512c0.512-0.512 1.024-1.536 1.536-2.048l0.512-0.512c0.512-0.512 1.024-1.024 1.024-1.536l0.512-0.512 1.536-2.048c0.512-0.512 1.024-1.536 1.024-2.048 6.656-13.312 6.656-28.672 0-41.984-0.512-0.512-1.024-1.536-1.024-2.048l-1.536-2.048-0.512-0.512c-0.512-0.512-1.024-1.024-1.024-1.536l-0.512-0.512c-0.512-0.512-1.024-1.536-1.536-2.048l-0.512-0.512-1.536-1.536-0.512-0.512c-0.512-0.512-1.024-1.024-2.048-1.536-0.512-0.512-1.536-1.024-2.048-1.536l-0.512-0.512c-0.512-0.512-1.024-1.024-1.536-1.024l-0.512-0.512c-0.512-0.512-1.536-1.024-2.56-1.536-1.024-0.512-0.512 0-0.512 0l-2.048-1.024-0.512-0.512c-1.024-0.512-1.536-0.512-2.56-1.024s-1.536-0.512-2.56-1.024h-0.512c-0.512 0-1.536-0.512-2.048-0.512h-0.512c-1.024 0-2.048-0.512-2.56-0.512h-11.776-0.512c-1.024 0-2.048 0.512-2.56 0.512h-0.512l-2.048 0.512h-0.512c-1.024 0-1.536 0.512-2.56 1.024s-1.536 0.512-2.56 1.024l-0.512 0.512c-0.512 0.512-1.536 0.512-2.048 1.024h-0.512c-1.024 0.512-1.536 1.024-2.56 1.536l-0.512 0.512c-0.512 0.512-1.024 0.512-1.536 1.024l-0.512 0.512c-0.512 0.512-1.536 1.024-2.048 1.536-0.512 0.512-1.536 1.024-2.048 1.536l-0.512 0.512-1.536 1.536-0.512 0.512c-0.512 0.512-1.024 1.536-1.536 2.048l-0.512 0.512c-0.512 0.512-1.024 1.024-1.024 1.536l-0.512 0.512-1.536 2.048c-0.512 0.512-1.024 1.536-1.024 2.048-8.704 12.8-8.704 28.672-1.536 41.984z m351.232 35.328v-276.992c0-5.632 4.608-10.24 10.24-10.24h60.416c5.632 0 10.24 4.608 10.24 10.24v276.992c-12.8-4.096-26.624-6.144-39.936-6.144-14.848 0-28.16 2.048-40.96 6.144z m79.872 248.32V695.296c0 5.632-4.608 10.24-10.24 10.24h-60.416c-5.632 0-10.24-4.608-10.24-10.24v-96.768c12.8 4.096 26.624 6.144 39.936 6.144 14.848 0 28.16-2.048 40.96-6.144z m-79.872-248.32c12.8-4.096 26.624-6.144 39.936-6.144 13.824 0 27.136 2.048 39.936 6.144 68.608 22.016 105.984 95.744 83.968 164.352-12.8 39.936-44.032 71.168-83.968 83.968-12.8 4.096-26.624 6.144-39.936 6.144-13.824 0-27.136-2.048-39.936-6.144-68.608-22.016-105.984-95.744-83.968-164.352 12.8-39.936 44.032-71.168 83.968-83.968z m0 144.896c0.512 0.512 1.024 1.536 1.024 2.048l1.536 2.048 0.512 0.512c0.512 0.512 1.024 1.024 1.024 1.536l0.512 0.512c0.512 0.512 1.024 1.536 1.536 2.048l0.512 0.512 1.536 1.536 0.512 0.512c0.512 0.512 1.024 1.024 2.048 1.536 0.512 0.512 1.536 1.024 2.048 1.536l0.512 0.512c0.512 0.512 1.024 1.024 1.536 1.024l0.512 0.512c0.512 0.512 1.536 1.024 2.56 1.536 1.024 0.512 0.512 0 0.512 0l2.048 1.024 0.512 0.512c1.024 0.512 1.536 0.512 2.56 1.024s1.536 0.512 2.56 1.024h0.512c0.512 0 1.536 0.512 2.048 0.512h0.512c1.024 0 2.048 0.512 2.56 0.512h12.288c1.024 0 2.048-0.512 2.56-0.512h0.512l2.048-0.512h0.512c1.024 0 1.536-0.512 2.56-1.024s1.536-0.512 2.56-1.024l0.512-0.512 2.048-1.024h0.512c1.024-0.512 1.536-1.024 2.56-1.536l0.512-0.512c0.512-0.512 1.024-0.512 1.536-1.024l0.512-0.512c0.512-0.512 1.536-1.024 2.048-1.536 0.512-0.512 1.536-1.024 2.048-1.536l0.512-0.512 1.536-1.536 0.512-0.512c0.512-0.512 1.024-1.536 1.536-2.048l0.512-0.512c0.512-0.512 1.024-1.024 1.024-1.536l0.512-0.512 1.536-2.048c0.512-0.512 1.024-1.536 1.024-2.048 6.656-13.312 6.656-28.672 0-41.984-0.512-0.512-1.024-1.536-1.024-2.048l-1.536-2.048-0.512-0.512c-0.512-0.512-1.024-1.024-1.024-1.536l-0.512-0.512c-0.512-0.512-1.024-1.536-1.536-2.048l-0.512-0.512-1.536-1.536-0.512-0.512c-0.512-0.512-1.024-1.024-2.048-1.536-0.512-0.512-1.536-1.024-2.048-1.536l-0.512-0.512c-0.512-0.512-1.024-1.024-1.536-1.024l-0.512-0.512c-0.512-0.512-1.536-1.024-2.56-1.536s-0.512 0-0.512 0l-2.048-1.024-0.512-0.512c-1.024-0.512-1.536-0.512-2.56-1.024s-1.536-0.512-2.56-1.024h-0.512c-0.512 0-1.536-0.512-2.048-0.512h1.536c-1.024 0-2.048-0.512-2.56-0.512h-11.776-0.512c-1.024 0-2.048 0.512-2.56 0.512h-0.512l-2.048 0.512h-0.512c-1.024 0-1.536 0.512-2.56 1.024s-1.536 0.512-2.56 1.024l-0.512 0.512c-0.512 0.512-1.536 0.512-2.048 1.024h-2.56c-1.024 0.512-1.536 1.024-2.56 1.536l-0.512 0.512c-0.512 0.512-1.024 0.512-1.536 1.024l-0.512 0.512c-0.512 0.512-1.536 1.024-2.048 1.536-0.512 0.512-1.536 1.024-2.048 1.536l-0.512 0.512-1.536 1.536-0.512 0.512c-0.512 0.512-1.024 1.536-1.536 2.048l-0.512 0.512c-0.512 0.512-1.024 1.024-1.024 1.536l-0.512 0.512-1.536 2.048c-0.512 0.512-1.024 1.536-1.024 2.048-7.168 13.312-7.168 29.184 0 41.984z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="SOPguanli" unicode="" d="M741.376 161.792h-256c-9.728-0.512-18.944-4.608-25.6-11.776s-10.24-16.384-9.728-26.112c1.024-18.944 16.384-34.304 35.328-35.328h256.512c9.728 0.512 18.944 4.608 25.6 11.776s10.24 16.384 9.728 26.112c-1.536 18.944-16.896 34.304-35.84 35.328zM485.376 606.208h256c19.968 1.024 35.84 17.92 35.328 37.888-1.024 18.944-16.384 34.304-35.328 35.328h-256c-9.728-0.512-18.944-4.608-25.6-11.776s-10.24-16.384-9.728-26.112c1.024-19.456 16.384-34.816 35.328-35.328zM485.376 347.136h256c19.968 1.024 35.84 17.92 35.328 37.888-1.024 18.944-16.384 34.304-35.328 35.328h-256c-9.728-0.512-18.944-4.608-25.6-11.776s-10.24-16.384-9.728-26.112c1.024-18.944 16.384-34.304 35.328-35.328zM250.368 363.52c6.656-23.552 24.576-42.496 47.616-50.688v-72.704c-29.184-10.752-48.64-38.912-48.64-70.144-1.024-38.4 28.16-71.168 66.56-75.264h5.12c36.352 0 67.584 27.136 72.192 62.976 6.144 36.864-15.872 71.68-50.688 82.944v72.704c17.408 6.144 31.744 17.92 40.448 33.792 9.728 17.408 12.288 37.376 7.168 56.832-6.656 23.552-24.576 42.496-47.616 50.688V526.848c33.28 11.264 54.272 45.056 49.664 79.872-2.048 19.456-11.264 36.352-26.112 48.64-14.848 12.288-33.792 17.92-52.736 16.384-34.304-3.072-61.952-30.72-65.024-65.024-4.608-35.328 16.384-68.608 49.664-80.384v-72.704c-37.376-12.288-58.368-51.712-47.616-90.112z m73.216-8.192c-15.36 0.512-28.16 13.312-27.648 28.672 0.512 15.36 13.312 27.136 28.672 26.624 15.36-0.512 27.136-13.312 26.624-28.672-0.512-15.36-12.8-26.624-27.648-26.624z m-28.672-185.856c-0.512 15.36 11.264 28.16 26.112 29.184h2.048c7.168 0 14.336-3.072 19.456-8.192 5.12-5.632 8.192-12.8 7.68-20.48 0.512-15.36-11.264-28.16-26.112-28.672-7.168-0.512-14.336 2.048-19.968 7.168-5.632 5.12-8.704 11.776-9.216 18.944v2.048z m56.32 428.544c0-7.68-2.56-14.848-7.68-19.968s-11.776-8.192-19.456-8.192c-7.168 0-14.336 2.56-19.968 8.192-5.12 5.632-8.192 12.8-8.192 20.48-0.512 15.36 11.264 28.16 26.112 28.672h1.536c14.848 0 26.624-11.264 27.648-26.112v-3.072zM929.792 872.96c-6.144 6.144-14.848 9.728-23.552 9.728H117.76c-18.432 0-33.28-14.848-33.28-33.28V-81.92c0-18.432 14.848-33.28 33.28-33.28h788.48c18.432 0 33.28 14.848 33.28 33.28V849.408c0 9.216-3.072 17.408-9.728 23.552z m-56.32-56.832v-864.768H150.528V816.128h722.944zM906.24 875.52z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="peifangbanben" unicode="" d="M962.56 877.568H232.96v-75.264h696.832v-784.384h75.776V834.56c0 24.064-19.456 43.008-43.008 43.008zM753.152 755.712H61.44c-23.552 0-43.008-19.456-43.52-43.008V-66.56c0-23.552 19.456-43.008 43.52-43.008h691.712c23.552 0 43.008 19.456 43.52 43.008V712.192c-0.512 24.064-19.456 43.52-43.52 43.52z m-32.256-75.776v-714.752H94.208V679.936h626.688zM620.544 118.784H194.048c-20.992 0-37.888-16.896-37.888-37.888 0-20.992 16.896-37.888 37.888-37.888h426.496c20.992 0 37.888 16.896 37.888 37.888 0 20.992-16.896 37.888-37.888 37.888zM373.76 176.64c6.656-11.776 19.456-18.944 32.768-18.944h1.024c13.312 0 26.112 7.168 32.768 18.944l214.016 370.176c10.24 17.92 4.096 41.472-13.824 51.712s-41.472 4.096-51.712-13.824l-181.76-314.368-181.248 314.88c-10.24 17.92-33.792 24.064-51.712 13.824s-24.064-33.792-13.824-51.712L373.76 176.64z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="buliangpinguanli" unicode="" d="M428.7488-122.7776h-268.8c-84.48 0.512-152.576 69.12-152.064 153.088V737.8944c-0.512 83.968 67.584 152.576 152.064 153.088h589.824c84.48-0.512 152.576-69.12 152.064-153.088v-247.808c0-19.456-15.872-34.816-34.816-34.816-19.456 0-34.816 15.872-34.816 34.816v247.808c0 45.568-36.352 82.432-81.92 82.432H159.9488c-45.568 0-81.92-36.864-81.92-82.432v-707.072c0-45.568 36.352-82.432 81.92-82.432h268.8c19.456 0 35.328-15.872 35.328-35.328-0.512-19.968-16.384-35.84-35.328-35.84zM730.8288-116.6336c-157.696 0-285.696 128-285.696 285.696s128 285.696 285.696 285.696 285.696-128 285.696-285.696c-0.512-157.696-128.512-285.184-285.696-285.696z m0 495.104c-115.712 0-209.408-93.696-209.408-209.408s93.696-209.408 209.408-209.408c115.712 0 209.408 93.696 209.408 209.408-0.512 115.712-94.208 209.408-209.408 209.408z m-138.752 241.664h-413.184c-20.992 0-37.888 16.896-37.888 37.888 0 20.992 16.896 37.888 37.888 37.888h413.184c20.992 0 37.888-16.896 37.888-37.888 0-20.48-16.896-37.888-37.888-37.888z m-223.232-190.464h-190.464c-20.992 0-37.888 16.896-37.888 37.888 0 20.992 16.896 37.888 37.888 37.888h190.464c20.992 0 37.888-16.896 37.888-37.888 0.512-20.48-16.384-37.888-37.888-37.888zM812.7488 37.9904c-12.288 0-23.552 4.608-32.256 13.312l-160.768 160.768c-17.92 17.92-17.92 46.592 0 64.512s46.592 17.92 64.512 0l160.768-160.768c17.92-17.92 17.92-46.592 0-64.512-8.704-8.704-19.968-13.312-32.256-13.312zM651.9808 37.9904c-25.088 0-45.568 20.48-45.568 45.568 0 12.288 4.608 23.552 13.312 32.256l160.768 160.768c17.92 17.92 46.592 17.92 64.512 0s17.92-46.592 0-64.512l-160.768-160.768c-8.704-8.704-20.48-13.312-32.256-13.312z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="gongdanguanli" unicode="" d="M938.92608 883.33312h-622.08c-44.032 0-80.384-35.84-80.384-79.872v-64.512h-151.552c-44.032 0-79.872-35.84-79.872-79.872v-693.76c0-44.032 35.84-79.872 79.872-79.872h622.08c44.032 0 79.872 35.84 79.872 79.872v64.512h151.552c44.032 0 79.872 35.84 79.872 79.872v693.76c0.512 44.032-35.328 79.872-79.36 79.872z m-233.984-771.584v-144.896h-617.472v689.152h617.472v-544.256z m231.424 0h-149.504v547.328c0 44.032-35.84 79.872-79.872 79.872h-388.096v62.464h617.472v-689.664zM136.62208 488.06912h372.736v-75.264h-372.736v75.264z m0-323.072h372.736v-75.264h-372.736v75.264z m0 161.792h210.944v-75.264h-210.944v75.264z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="dianjiangongxu" unicode="" d="M971.776 885.76H52.224C29.184 885.76 10.24 866.816 10.24 843.776v-920.064c0-23.04 18.944-41.984 41.984-41.984h920.064c23.04 0 41.984 18.944 41.984 41.984V843.776c-0.512 23.04-19.456 41.984-42.496 41.984z m-41.472-83.456v-138.24H93.696v138.24h836.608zM93.696-34.304v614.4h836.096v-614.4H93.696z m544.768 246.272c59.392 86.528 37.888 204.8-48.64 264.192s-204.8 37.888-264.192-48.64c-59.392-86.528-37.888-204.8 48.64-264.192 64.512-44.544 150.016-44.544 214.528-0.512l82.432-82.432c13.824-13.824 35.84-13.824 49.152 0 13.824 13.824 13.824 35.84 0 49.152l-81.92 82.432z m-238.592 22.016c-47.104 46.592-47.104 121.856-0.512 168.96s121.856 47.104 168.96 0.512 47.104-121.856 0.512-168.96c-22.528-22.528-53.248-35.328-85.504-35.328-31.232 0-61.44 12.8-83.456 34.816z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="peifangguanli2" unicode="" d="M537.088-12.8H151.552c-15.36 0-28.16 12.8-28.16 28.672V785.92c0 15.36 12.8 28.16 28.672 28.16h430.08v-145.408c0-58.368 47.104-105.472 105.472-105.472h145.408v-246.272c0-20.992 17.408-38.4 38.4-38.4h0.512c20.992 0 38.4 17.408 38.4 38.912V624.64c0 19.456-7.68 37.376-20.992 50.688L693.76 870.4c-9.216 8.704-21.504 13.312-34.304 13.312h-16.896L152.064 890.88C93.696 890.88 46.592 843.776 46.592 785.408V15.36c0-58.368 47.104-105.472 105.472-105.472H537.6c20.992 0 38.4 17.408 38.4 38.912 0 10.24-4.096 19.968-11.264 27.136-7.68 7.168-17.408 11.264-27.648 11.264z m121.856 680.96V795.648l156.16-156.16h-128c-15.36 0.512-28.16 13.312-28.16 28.672zM284.672 361.984h336.896c20.48 0 37.376 16.896 37.376 37.376v2.048c0 20.48-16.896 37.376-37.376 37.376H285.184c-10.24 0-19.456-4.096-26.624-10.752-7.168-7.168-10.752-16.384-10.752-26.624v-2.048c-0.512-20.48 16.384-37.376 36.864-37.376zM977.408 143.36c-0.512 13.824-7.68 26.112-19.968 32.768l-142.336 79.36h-0.512c-12.288 6.144-26.624 5.632-38.4-1.024l-140.288-78.848-1.024-0.512c-11.776-6.656-18.944-19.456-19.456-32.768v-146.432c0.512-13.312 7.68-25.6 19.456-32.768l140.8-81.408 1.536-0.512c6.144-3.072 12.288-4.608 18.432-4.608 6.656 0 13.824 1.536 19.968 5.12l139.776 80.384h1.024l1.024 0.512c11.776 7.168 18.432 18.944 18.944 32.768l1.024 147.968z m-76.8-24.576v-99.84L796.672-40.96l-103.936 59.904v99.84l103.936 57.856 103.936-57.856zM284.672 562.688h169.472c20.48 0 37.376 16.896 37.376 37.376v2.048c0 20.48-16.896 37.376-37.376 37.376H284.672c-20.48 0-37.376-16.896-37.376-37.376v-2.048c0-20.48 16.896-37.376 37.376-37.376z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xitongpeizhi" unicode="" d="M512.512-122.368H396.288c-39.424-1.024-72.192 30.208-72.704 69.632v86.016c-6.656 3.072-12.8 6.656-18.944 10.24l-73.216-45.568c-34.304-17.92-76.288-6.144-96.768 26.624l-1.536 2.56-115.2 201.216c-12.288 18.432-15.872 41.472-8.704 62.464 6.656 18.432 20.48 32.768 38.4 40.448l68.608 42.496v20.48L47.104 437.248c-17.92 7.68-31.744 22.016-38.4 40.448-6.656 20.992-3.072 44.544 9.216 62.976l114.688 200.704c8.704 16.384 24.064 28.16 41.472 32.768 21.504 5.632 44.032 1.024 61.952-11.264l67.072-41.984c6.144 4.096 13.312 8.192 20.48 11.776V818.176C322.56 857.6 353.792 889.856 393.216 890.88h233.984c39.424 1.024 72.192-30.208 72.704-69.632v-86.016c6.656-3.584 12.8-6.656 18.944-10.24l73.216 45.568c34.304 17.92 76.288 6.144 96.768-26.624l1.536-2.56 115.2-201.216c12.288-18.432 15.872-41.472 8.704-62.464-6.656-18.432-20.48-32.768-38.4-40.448l-68.608-42.496v-10.752c1.024-24.576-17.92-45.056-42.496-45.568-24.576-1.024-45.056 17.92-45.568 42.496V443.392l102.4 64.512-101.376 177.664-102.4-64-23.552 15.872c-18.944 11.776-38.4 22.528-58.88 31.744l-24.064 12.288V802.816h-199.68v-134.656l-33.28-8.192c-14.848-5.632-29.184-13.312-41.984-23.552l-31.744-20.992L199.68 680.96 100.864 507.904l102.4-64.512v-118.272l-102.4-64.512 101.376-177.664 102.4 64 23.552-15.872c18.944-11.776 38.4-22.528 58.88-31.744l24.064-12.288v-121.856H512c24.576 0 44.032-19.968 44.032-44.032 0-23.552-19.968-43.52-43.52-43.52z m0 594.944c48.64 0 88.064-39.424 88.064-88.064s-39.424-88.064-88.064-88.064-88.064 39.424-88.064 88.064 38.912 88.064 88.064 88.064m0 88.064c-97.28 0-176.128-78.848-176.128-176.128s78.848-176.128 176.128-176.128 176.128 78.848 176.128 176.128-78.848 176.128-176.128 176.128c-0.512 0-0.512 0 0 0z m197.632-595.456h264.192c24.576-1.024 43.52-21.504 42.496-45.568-1.024-23.04-19.456-41.472-42.496-42.496h-264.192c-24.576-1.024-45.056 17.92-45.568 42.496-1.024 24.576 17.92 45.056 42.496 45.568h3.072z m0 154.112h264.192c24.576-1.024 43.52-21.504 42.496-45.568-1.024-23.04-19.456-41.472-42.496-42.496h-264.192c-24.576 1.024-43.52 21.504-42.496 45.568 1.024 23.04 19.456 41.472 42.496 42.496z m0 154.112h264.192c24.576-1.024 43.52-21.504 42.496-45.568-1.024-23.04-19.456-41.472-42.496-42.496h-264.192c-24.576-1.024-45.056 17.92-45.568 42.496-1.024 24.576 17.92 45.056 42.496 45.568h3.072z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhuisubaobiao1" unicode="" d="M134.144 12.288c-26.624 0-48.128 21.504-48.128 48.128v532.48H921.6v-186.88c24.576-15.872 47.104-35.328 66.048-57.856V626.176c0 5.12-1.024 10.24-3.584 14.336l-94.208 193.024C872.96 868.352 837.632 890.88 798.72 890.88H208.384c-38.912 0-74.24-22.528-91.648-57.344L22.528 640.512c-2.048-4.608-3.584-9.728-3.584-14.336v-565.248c0-63.488 51.2-114.688 114.688-114.688H486.4c-14.848 20.48-27.648 43.008-37.376 66.048H134.144z m41.984 792.064c6.144 12.288 18.432 19.968 31.744 19.968h590.336c13.312 0 25.6-7.68 31.744-19.968L901.12 658.944H105.472l70.656 145.408z m569.344-408.064c-143.36 0-259.584-116.224-259.584-259.584s116.224-259.584 259.584-259.584c143.36 0 259.584 116.224 259.584 259.584-0.512 143.36-116.736 259.072-259.584 259.584z m0-452.608c-107.008 0-193.536 86.528-193.536 193.536s86.528 193.536 193.536 193.536 193.536-86.528 193.536-193.536c-0.512-107.008-87.04-193.536-193.536-193.536z m133.632 182.272c0-18.432-14.848-33.28-33.28-33.28h-106.496c-18.432 0-33.28 14.848-33.28 33.28V250.88c0.512 18.432 16.384 32.768 34.304 31.744 17.408-0.512 31.232-14.336 31.744-31.744v-91.648h73.728c18.432 0 33.28-14.848 33.28-33.28zM163.84 416.768v66.56h193.024v-66.048l-193.024-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tiaomaguanli" unicode="" d="M204.288 518.144h29.184v-268.288h-29.184V518.144z m73.216 0H307.2v-268.288h-29.184V518.144z m73.216 0h29.184v-268.288h-29.184V518.144z m73.728 0h29.184v-268.288h-29.184V518.144z m73.216 0h29.184v-268.288h-29.184V518.144z m73.216 0h29.184v-268.288h-29.184V518.144z m73.216 0h29.184v-268.288h-29.184V518.144z m72.704 0h29.184v-268.288H716.8V518.144z m73.216 0h29.184v-268.288h-29.184V518.144z m196.096-371.2c-17.92 0-32.256-14.336-32.256-32.256v-128.512c0-24.064-19.456-44.032-44.032-44.032h-128.512c-17.92 0-32.256-14.336-32.256-32.256s14.336-32.256 32.256-32.256h128.512c59.904 0 108.544 48.64 109.056 109.056v129.024c0 16.896-14.848 31.232-32.768 31.232zM910.336 890.88h-129.024c-17.92 0-32.256-14.336-32.256-32.256s14.336-32.256 32.256-32.256h128.512c24.064 0 44.032-19.456 44.032-44.032v-128.512c0-17.92 14.336-32.256 32.256-32.256s32.256 14.336 32.256 32.256v128c0 60.416-48.128 109.056-108.032 109.056zM242.688 890.88H114.176C54.272 890.88 5.632 842.24 5.12 781.824v-128.512c0-17.92 14.336-32.256 32.256-32.256s32.256 14.336 32.256 32.256V781.824c0 24.064 19.456 44.032 44.032 44.032h128.512c17.92 0 32.256 14.336 32.256 32.256 1.024 18.432-13.824 32.768-31.744 32.768z m0-948.736H114.176c-24.064 0-44.032 19.456-44.032 44.032v128.512c0 17.92-14.336 32.256-32.256 32.256s-32.256-14.336-32.256-32.256v-128.512c0-59.904 48.64-108.544 109.056-109.056h128.512c17.92 0 32.256 14.336 32.256 32.256 0 18.432-14.848 32.768-32.768 32.768z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="biaoqianguanli" unicode="" d="M983.04 690.176h-154.112v138.24c0 19.968-15.872 35.84-35.84 35.84H231.424c-19.968 0-35.84-15.872-35.84-35.84v-138.24H40.96c-19.968 0-35.84-15.872-35.84-35.84v-508.928c0-19.968 15.872-35.84 35.84-35.84h154.112v-169.472c0-19.968 15.872-35.84 35.84-35.84h561.664c19.968 0 35.84 15.872 35.84 35.84v169.472H983.04c19.968 0 35.84 15.872 35.84 35.84V653.824c0 19.968-15.872 36.352-35.84 36.352z m-715.776 102.4h489.472v-102.4H267.264v102.4z m489.472-817.152H267.264v264.704h489.472v-264.704z m190.464 205.312h-118.784v95.232c0 19.968-15.872 35.84-35.84 35.84H230.912c-19.968 0-35.84-15.872-35.84-35.84v-95.232H76.8V617.984h144.384c3.584-1.024 7.68-1.536 11.776-1.536 3.072 0 5.632 0.512 8.704 1.536H947.2v-437.248zM358.912 536.064h-128c-18.432-1.024-33.792-15.872-34.304-34.304-1.024-19.968 14.336-36.352 34.304-37.376h130.56c19.968 1.024 35.328 17.408 34.304 37.376 0 19.968-16.896 35.328-36.864 34.304z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="chanpinguanli" unicode="" d="M846.848 251.904l80.384-138.752-80.384-138.752H686.08l-79.872 138.24 80.384 138.752h160.256m46.08 79.872h-252.416L514.048 112.64l125.952-218.624h252.416L1018.88 112.64l-125.952 218.624zM681.472 112.64c0-44.032 35.328-79.36 79.36-79.36s79.36 35.328 79.36 79.36-35.328 79.36-79.36 79.36c-43.52 0-79.36-35.328-79.36-79.36zM362.496 794.112v-278.016H84.48V794.112h278.016M441.856 873.472H5.12v-436.736h436.736V873.472zM362.496 251.904v-278.016H84.48v278.016h278.016m79.36 79.36H5.12v-436.736h436.736v436.736zM905.728 794.112v-278.016h-278.016V794.112h278.016m79.36 79.36h-436.736v-436.736h436.736V873.472z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jingtaiwenben" unicode="" d="M220.35968 675.74784h583.168v-180.736h-25.6s-49.152 110.592-107.52 120.32c-32.768 6.144-65.536 7.168-98.816 3.072l-0.512-460.8s16.384-31.744 43.008-33.28h58.88v-31.744h-322.56l1.024 33.28 51.712 0.512s38.912 10.752 38.912 36.864 1.024 451.584 1.024 451.584c-32.256 4.608-65.024 5.12-97.792 1.024-52.224-17.408-90.624-62.464-99.84-117.248l-26.112-2.048 1.024 179.2zM848.58368 885.66784h-749.568c-48.64 0-88.576-39.424-88.576-88.576v-750.08c0-91.136 73.728-164.864 164.864-164.864h749.568c48.64 0 88.576 39.936 88.576 88.576v750.08c0 91.136-73.728 164.864-164.864 164.864z m73.216-164.864v-747.008h-746.496c-39.936 0.512-72.704 32.768-73.216 72.704v747.52h745.984c40.448-0.512 73.216-32.768 73.728-73.216z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="neizhisuofang1" unicode="" d="M511.488 343.552c12.8 0 24.576 5.12 33.792 13.824 9.216 9.216 13.824 20.992 13.824 33.792V523.264c0 26.112-21.504 47.616-47.616 47.616-12.8 0-24.576-5.12-33.792-13.824-9.216-9.216-13.824-20.992-13.824-33.792v-132.096c0-12.8 5.12-24.576 13.824-33.792 9.216-9.216 20.992-13.824 33.792-13.824zM662.016 746.496H552.96v13.824c0 41.984-23.04 80.896-59.904 101.888L459.776 880.64C440.32 891.392 415.232 884.736 404.48 864.768c-10.752-19.456-4.096-44.544 15.872-55.296l33.28-18.432c11.264-6.144 17.92-17.92 17.92-30.72v-13.824H361.472c-114.688 0-208.384-93.696-208.384-208.384v-308.736c0.512-190.976 156.16-346.624 346.624-346.624h24.064c190.976 0.512 346.624 156.16 346.624 346.624V538.112c0 114.688-93.696 208.384-208.384 208.384zM233.984 538.112c0 69.632 57.344 126.464 126.976 126.976h300.032c69.632 0 126.464-57.344 126.976-126.976v-309.76l0.512-3.584c-2.048-144.384-120.32-261.632-265.216-261.632h-24.064c-145.92 0-264.704 119.296-264.704 265.216V538.112z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="kuangxuansuofang" unicode="" d="M322.048-27.648c5.632 0 10.752-4.608 10.752-10.752v-73.728c0-5.632-4.608-10.752-10.752-10.752H247.808c-5.632 0-10.752 4.608-10.752 10.752v73.728c0 5.632 4.608 10.752 10.752 10.752h74.24z m-232.448 0c5.632 0 10.752-4.608 10.752-10.752v-73.728c0-5.632-4.608-10.752-10.752-10.752H15.872c-5.632 0-10.752 4.608-10.752 10.752v73.728c0 5.632 4.608 10.752 10.752 10.752h73.728z m370.176 467.456l530.944-197.632-194.048-75.264 220.16-220.16c2.56-2.56 3.072-6.656 1.024-10.24l-2.56-3.584-52.736-52.224c-2.56-3.072-6.656-4.096-10.752-3.072l-3.072 2.048-228.864 229.376-99.84-212.48L459.776 439.808z m-370.176-238.08c5.632 0 10.752-4.608 10.752-10.752v-73.728c0-5.632-4.608-10.752-10.752-10.752H15.872c-5.632 0-10.752 4.608-10.752 10.752v73.728c0 5.632 4.608 10.752 10.752 10.752h73.728z m0 229.888c5.632 0 10.752-4.608 10.752-10.752v-73.728c0-5.632-4.608-10.752-10.752-10.752H15.872c-5.632 0-10.752 4.608-10.752 10.752V420.864c0 5.632 4.608 10.752 10.752 10.752h73.728z m918.528 229.376c5.632 0 10.752-4.608 10.752-10.752v-73.728c0-5.632-4.608-10.752-10.752-10.752h-73.728c-5.632 0-10.752 4.608-10.752 10.752V650.752c0 5.632 4.608 10.752 10.752 10.752h73.728z m-918.528 0c5.632 0 10.752-4.608 10.752-10.752v-73.728c0-5.632-4.608-10.752-10.752-10.752H15.872c-5.632 0-10.752 4.608-10.752 10.24V650.752c0 5.632 4.608 10.752 10.752 10.752l73.728-0.512zM319.488 890.88c5.632 0 10.752-4.608 10.752-10.752v-73.728c0-5.632-4.608-10.752-10.752-10.752H245.248c-5.632 0-10.752 4.608-10.752 10.752V880.128c0 5.632 4.608 10.752 10.752 10.752h74.24z m688.64 0c5.632 0 10.752-4.608 10.752-10.752v-73.728c0-5.632-4.608-10.752-10.752-10.752h-73.728c-5.632 0-10.752 4.608-10.752 10.752V880.128c0 5.632 4.608 10.752 10.752 10.752h73.728zM89.6 890.88c5.632 0 10.752-4.608 10.752-10.752v-73.728c0-5.632-4.608-10.752-10.752-10.752H15.872C10.24 795.648 5.12 800.256 5.12 806.4V880.128C5.12 886.272 9.728 890.88 15.872 890.88h73.728z m459.264 0c5.632 0 10.752-4.608 10.752-10.752v-73.728c0-5.632-4.608-10.752-10.752-10.752H475.136c-5.632 0-10.752 4.608-10.752 10.752V880.128c0 5.632 4.608 10.752 10.752 10.752h73.728z m229.888 0c5.632 0 10.752-4.608 10.752-10.752v-73.728c0-5.632-4.608-10.752-10.752-10.752h-73.728c-5.632 0-10.752 4.608-10.752 10.752V880.128c0 5.632 4.608 10.752 10.752 10.752h73.728z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianyunjiehe" unicode="" d="M1010.176 310.784c0-9.216 1.024-5.632 1.536-3.584l-1.024-5.12c-8.704-49.152-51.2-17.92-55.808-27.648l-28.672 19.968v84.992c3.584 24.576 1.024 49.664-7.68 72.704-12.288 17.408-32.768 15.872-61.952 15.872H675.84V384c1.536-24.576 0-49.664-5.12-73.728-13.312-43.52-48.64-76.8-92.672-87.04-19.456-3.072-39.424-4.096-59.392-3.072H455.168v-181.76c0-29.696-1.536-50.176 15.872-62.464 27.648-8.704 56.32-11.264 84.992-7.68h109.056c35.84 0 53.76-4.096 59.392-34.816 1.024-8.704 0-17.408-3.584-25.6-12.288-29.184-47.104-23.04-87.552-23.04h-143.36c-3.584 0-7.168 1.024-10.752 1.024-7.68 1.536-15.36 3.072-23.04 5.632-32.768 11.776-58.88 36.352-73.728 68.096-5.12 12.288-8.704 25.088-10.752 38.4 0 18.944 0 37.888-0.512 56.832V220.16H205.312c-22.016-1.536-44.032-1.024-66.048 2.048-21.504 5.12-41.472 14.848-58.368 29.184-20.992 17.92-35.328 42.496-41.472 69.632-3.584 25.6-4.096 51.2-2.56 76.8V460.8c0 9.216-1.024 5.632-1.536 3.584l1.024 5.12c8.704 49.152 51.2 17.92 55.808 27.648l28.672-19.968v-84.992c-3.584-24.576-1.024-49.664 7.68-72.704 12.288-17.408 32.768-15.872 61.952-15.872h180.736V387.584c-1.536 24.576 0 49.664 5.12 73.728 13.312 43.52 48.64 76.8 92.672 87.04 19.456 3.072 39.424 4.096 59.392 3.072h64V733.184c0 29.696 1.536 50.176-15.872 62.464-27.648 8.704-56.32 11.264-84.992 7.68H382.464c-35.84 0-53.76 4.096-59.392 34.816-1.024 8.704 0 17.408 3.584 25.6C338.944 892.928 373.76 886.784 414.208 886.784h143.36c3.584-0.512 7.168-1.024 10.752-1.024 7.68-1.536 15.36-3.072 23.04-5.632 32.768-11.776 58.88-36.352 73.728-68.096 5.12-12.288 8.704-25.088 10.752-38.4 0-18.944 0-37.888 0.512-56.832v-165.376h138.24c31.232 1.536 62.464 1.024 93.696-2.048 21.504-5.12 41.472-14.848 58.368-29.184 20.992-17.92 35.328-42.496 41.472-69.632 3.584-25.6 4.096-51.2 2.56-76.8l-0.512-62.976z m-417.28 64.512V467.968h-71.68c-25.6 0-45.568 0.512-56.832-13.824-9.216-17.92-12.8-38.4-9.216-57.856v-92.672h71.68c25.6 0 45.568 0 56.832 13.824 9.216 17.408 12.288 37.888 9.216 57.856zM77.824 692.224c-38.4 0-69.632 31.232-69.632 69.632s31.232 69.632 69.632 69.632 69.632-31.232 69.632-69.632c0.512-38.4-30.72-69.632-69.632-69.632 0.512 0 0.512 0 0 0zM942.08 51.2c38.4 0 69.632-31.232 69.632-69.632s-31.232-69.632-69.632-69.632-69.632 31.232-69.632 69.632S903.68 51.2 942.08 51.2z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="wenjianjia1" unicode="" d="M605.7472 624.2304h357.376c14.336 0 22.016 14.336 22.016 29.184v87.552c0 14.336-7.168 29.184-22.016 29.184h-422.912c-13.824-1.536-24.064-13.824-22.528-27.648 0.512-6.144 3.584-11.776 7.68-15.872l65.536-94.72c0.512-7.68 7.68-7.68 14.848-7.68zM952.8832 573.5424h-371.712c-19.456-0.512-36.864 11.264-43.52 29.184l-145.92 189.44c-12.8 14.336-31.744 22.528-51.2 22.016h-269.824c-37.376-3.072-66.048-35.328-65.536-72.704v-714.24c-3.072-36.864 24.064-69.632 61.44-72.704H952.8832c37.376 3.072 66.048 35.328 65.536 72.704v473.6c3.072 36.864-24.576 69.632-61.44 72.704h-4.096z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="gongxuguanli" unicode="" d="M868.352 157.184c26.112 0 47.616-21.504 47.616-47.616v-184.832c0-26.112-21.504-47.616-47.616-47.616H393.216c-26.112 0-47.616 21.504-47.616 47.616v184.832c0 26.112 21.504 47.616 47.616 47.616h475.136zM952.832 798.72h1.024c26.112-0.512 46.592-21.504 46.592-47.616v-367.616c-0.512-26.112-21.504-46.592-47.616-46.592H675.84l-133.632-108.544c-17.408-14.336-42.496-14.336-59.904 0L348.16 336.384H118.784v-271.872h140.8c26.112-1.024 46.592-23.04 45.568-49.664-1.024-25.088-21.504-45.056-46.08-45.568H70.144c-26.112 0.512-46.592 21.504-46.592 47.616V385.024c0.512 26.112 21.504 46.592 47.616 46.592h278.016l133.12 108.032c17.408 14.336 42.496 14.336 59.904 0l133.12-108.032h230.4V703.488h-140.8c-26.112 1.024-46.592 23.04-45.568 49.664 1.024 25.088 21.504 45.056 46.08 45.568h187.392z m-132.096-736.768H440.832v-89.6h379.904v89.6zM512 441.344l-71.168-57.856 71.168-57.856 71.168 57.856L512 441.344zM630.784 890.88c26.112 0 47.616-21.504 47.616-47.616v-184.832c0-26.112-21.504-47.616-47.616-47.616H155.648c-26.112 0-47.616 21.504-47.616 47.616V843.264c0 26.112 21.504 47.616 47.616 47.616h475.136z m-47.616-95.232H203.264v-89.6h379.904V795.648z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhuisubaobiao" unicode="" d="M134.144 12.288c-26.624 0-48.128 21.504-48.128 48.128v532.48H921.6v-186.88c24.576-15.872 47.104-35.328 66.56-57.856V626.176c0 5.12-1.024 10.24-3.072 14.336L890.88 833.536C872.96 868.864 837.632 890.88 798.72 890.88H208.384c-38.912 0-74.24-22.528-91.648-57.344L22.528 640.512c-2.048-4.608-3.584-9.728-3.072-14.336v-565.248c0-63.488 51.2-114.688 114.688-114.688H486.4c-15.36 20.48-27.648 42.496-37.376 66.048H134.144z m41.984 792.064c6.144 12.288 18.432 19.968 32.256 19.968h589.824c13.824 0 26.112-7.68 32.256-19.968L901.12 658.944H105.472l70.656 145.408z m568.832-408.064c-143.36 0-259.584-116.224-259.072-259.584s116.224-259.584 259.584-259.072c143.36 0 259.584 116.224 259.072 259.584 0 142.848-116.224 259.072-259.584 259.072z m0-452.608c-106.496 0-193.024 86.528-193.024 193.024s86.528 193.024 193.024 193.024 193.024-86.528 193.024-193.024c0-106.496-86.528-192.512-193.024-193.024z m133.632 182.272c0-18.432-14.848-33.28-32.768-33.28h-106.496c-18.432 0-33.28 14.848-33.28 32.768V250.88c0 18.432 14.848 33.28 33.28 33.28s33.28-14.848 33.28-33.28v-91.648h73.728c17.408 0 32.256-14.336 32.256-33.28 0 0.512 0 0.512 0 0zM163.84 416.768V482.816h193.024v-66.048H163.84z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="lixianzhuangtai" unicode="" d="M509.952 892.928c280.064 0 506.88-226.816 506.88-506.88s-226.816-506.88-506.88-506.88-506.88 226.816-506.88 506.88S230.4 892.928 509.952 892.928zM80.384 386.048c0-237.568 192.512-430.08 430.08-430.08 95.232 0 187.392 31.744 262.656 89.6L169.984 648.704C111.616 573.44 80.384 480.768 80.384 386.048zM509.952 815.616c-95.744 0-188.928-31.744-264.192-91.136l603.648-603.648c145.92 187.392 112.64 457.216-74.752 603.648-75.264 59.392-168.448 91.136-264.704 91.136zM233.64096 422.93248h131.584v-316.416h-131.584zM444.58496 581.14048h131.584v-474.112h-131.584zM655.01696 665.10848h131.584v-558.08h-131.584z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="fuzhi2" unicode="" d="M579.584 608.256l100.352-100.352v-549.888h-537.6v650.24h437.248m33.28 80.384H129.536c-37.888 0-68.608-30.72-68.608-68.608v-674.816c0-17.92 7.168-35.84 19.968-48.64s30.208-19.968 48.64-19.968h562.688c37.888 0 68.096 30.72 68.096 68.608V541.184l-147.456 147.456zM815.616 890.88H332.288c-37.888 0-68.608-30.72-68.608-68.608v-115.2h80.896V809.984h437.76l100.352-100.352v-549.888h-98.816v-80.896h111.616c37.888 0 68.096 30.72 68.096 68.608V743.424L815.616 890.88z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xianshi1" unicode="" d="M1014.17472 405.504c-42.496 55.296-91.136 106.496-144.384 151.552-97.28 92.16-224.256 146.944-357.888 154.624-276.48 0-493.568-293.376-502.784-306.176-9.216-12.8-9.216-30.208 0-42.496 42.496-55.808 91.136-106.496 144.384-152.064 97.28-92.16 224.256-146.944 358.4-154.112 276.48 0 493.568 293.376 502.272 306.176 9.728 12.288 9.728 29.696 0 42.496z m-502.272-275.968c-199.68 0-373.248 189.952-426.496 254.464 53.248 65.024 226.816 254.464 426.496 254.464s372.736-189.952 426.496-254.464c-53.76-65.024-226.816-254.464-426.496-254.464zM511.90272 558.592c-96.256-8.704-167.936-93.696-159.232-190.464 8.704-96.256 93.696-167.936 190.464-159.232 90.624 8.192 159.744 83.968 159.744 174.592-4.096 101.376-89.6 179.712-190.976 175.104z m0-279.552c-57.856 5.12-100.864 56.32-95.232 114.176 5.12 57.856 56.32 100.864 114.176 95.232 54.272-4.608 95.744-50.176 95.744-104.96-2.56-59.904-53.76-107.008-114.688-104.448z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="piliangxiugai" unicode="" d="M983.71072 823.50592c-22.528 23.04-53.76 35.84-86.016 35.84h-663.552c-67.072 0-121.344-54.272-121.344-121.344v-61.44c-60.928-7.168-107.008-59.392-107.008-120.832v-525.312c0-67.072 54.272-121.344 121.344-121.344h525.824c35.84 0 70.144 15.872 93.184 44.032h151.552c67.072 0 121.344 54.272 121.344 121.344v663.04c0 32.256-12.8 63.488-35.328 86.016z m-210.432-759.808v492.032c0 67.072-54.272 121.344-121.344 121.344h-429.056v60.928c0 5.632 4.608 10.24 10.24 10.24h663.552c5.632 0 10.24-4.608 10.24-10.24v-663.552c0-5.632-4.608-10.24-10.24-10.24l-123.392-0.512z m-656.896 491.52c0 5.632 4.608 10.24 10.24 10.24h525.824c5.632 0 10.24-4.608 10.24-10.24v-525.312c0-5.632-4.608-10.24-10.24-10.24h-525.312c-5.632 0-10.24 4.608-10.24 10.24l-0.512 525.312zM588.8 421.376c8.704 8.192 8.704 21.504 0.512 30.208l-0.512 0.512-51.2 51.2c-8.192 8.704-21.504 8.704-30.208 0.512l-0.512-0.512-39.936-39.936 84.48-83.968 37.376 41.984z m-392.704-225.792v-83.968h84.48l244.224 245.76L440.32 441.344l-244.224-245.76z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="buxianshi" unicode="" d="M869.376 596.992c-18.432 15.36-37.376 29.184-57.344 42.496l142.336 146.944c14.336 14.848 14.336 38.4 0 53.248-13.824 14.336-36.352 14.848-50.688 1.024l-1.024-1.024-156.672-161.28c-11.776 6.144-23.552 11.776-35.84 16.896a477.94176 477.94176 0 0 1-396.288 0c-57.344-25.088-111.104-58.368-159.232-98.816-40.448-32.768-76.288-70.656-107.52-112.128-55.296-49.664-59.904-135.168-9.728-189.952 3.072-3.584 6.656-6.656 9.728-9.728 31.232-41.984 67.072-79.36 107.52-112.128 18.432-15.36 37.888-29.696 57.856-43.008l-142.848-146.944c-14.336-14.848-14.336-38.4 0-53.248 13.824-14.336 36.352-14.848 50.688-1.024l1.024 1.024 156.672 161.792c11.776-6.144 23.552-11.776 35.328-16.896 125.952-57.344 270.336-57.344 396.288-0.512 57.344 25.088 111.104 57.856 159.232 97.792 73.216 60.416 152.064 152.576 152.064 213.504s-78.336 151.552-151.552 211.968z m-665.6-369.152c-35.328 28.672-67.584 61.44-95.744 97.792-14.336 16.896-25.6 36.864-32.256 58.368 6.656 21.504 17.92 40.96 32.256 58.368 27.648 36.352 59.904 69.12 95.744 97.792C290.304 614.4 398.848 657.408 512 662.528c61.952-0.512 122.88-14.848 178.688-40.96L619.52 547.84c-31.232 22.016-69.12 33.792-107.52 33.792C404.48 580.096 318.464 491.52 320 384c0-39.424 11.264-77.824 32.768-110.592l-87.04-90.112c-21.504 13.312-41.984 28.16-61.952 44.544z m427.008 156.16c0-42.496-20.992-81.92-56.832-104.448-35.328-22.016-79.36-24.064-116.224-4.608l159.744 164.864c9.216-17.408 13.824-36.352 13.312-55.808z m-237.568 0c0 42.496 20.992 81.92 56.832 104.448 35.328 22.016 79.36 24.064 116.224 4.608l-159.744-164.864c-8.704 17.408-13.312 36.352-13.312 55.808zM916.48 325.632c-27.648-36.352-59.904-69.12-95.744-97.792-86.528-74.24-195.072-117.248-309.248-122.368-61.44 1.024-122.368 14.848-178.176 40.96L404.48 220.16c31.232-22.016 69.12-33.792 107.52-33.792 107.52 2.048 193.536 90.624 192 198.144 0 39.424-11.264 77.824-32.768 110.592l87.552 90.112c21.504-13.312 42.496-28.672 62.464-44.544 35.84-28.672 67.584-61.44 95.744-97.792 14.336-16.896 25.6-36.864 31.744-58.368-6.656-22.016-17.408-41.984-32.256-58.88z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jiekouhulian" unicode="" d="M95.232-114.176h279.552c24.064 1.024 46.08 10.752 62.464 28.672 16.384 17.408 25.088 40.448 24.064 64v92.672H386.048v-92.672c0-3.072-1.024-6.656-3.584-8.704-2.56-2.56-5.632-3.584-8.704-4.096H93.696c-3.072 0.512-5.632 2.048-7.168 4.096-1.536 2.56-2.56 5.12-2.048 8.192V799.744c0 3.584 1.024 6.656 3.584 9.216 2.56 2.56 5.632 3.584 8.704 4.096H373.76c3.584 0 6.656-1.536 9.216-4.096s3.584-6.144 3.584-9.728V706.56h75.776V800.768C462.848 849.408 423.424 890.368 373.76 890.88H95.744C71.68 889.856 49.152 880.128 32.768 862.72 16.384 844.8 8.192 822.272 8.704 798.208v-821.248c-1.536-46.08 32.768-86.016 78.336-91.648l8.192 0.512zM359.424 536.576c-14.848 13.312-37.376 12.288-50.688-2.56l-1.024-1.024c-13.824-15.872-13.312-38.912 1.024-53.76l36.864-38.912H121.856v-78.336h224.768l-37.888-39.936c-13.824-15.872-13.312-38.912 1.024-54.272l1.024-1.024c6.656-6.656 15.872-10.752 25.088-10.752 10.24 0 19.456 4.096 26.112 11.776l126.464 133.12-128 134.656c-0.512 0.512-0.512 1.024-1.024 1.024zM927.232 890.368h-279.04c-49.152-1.536-88.064-43.52-86.528-92.672v-95.232h75.776V797.184c0.512 7.168 5.632 12.8 12.8 13.824h279.552c3.072-0.512 5.632-2.048 7.168-4.096 1.536-2.56 2.56-5.12 2.048-8.192v-821.248c-0.512-7.168-5.632-12.8-12.8-13.824h-280.064c-6.144 1.024-10.24 6.656-9.216 12.288v93.184h-75.776v-94.208c-0.512-48.64 38.4-89.088 87.04-90.624h280.576c24.064 1.024 46.08 10.752 62.464 28.672 16.384 17.408 25.088 40.448 24.064 64V799.232c1.024 49.152-38.4 90.112-88.064 91.136zM713.728 534.016l-1.024 1.536-1.024 1.024c-14.848 13.312-37.376 12.288-50.688-2.56l-126.464-133.12 128-135.168c6.656-6.656 16.384-10.24 26.112-10.752 9.728 0 19.456 4.096 25.6 11.776l1.024 2.048c13.312 15.36 12.8 38.4-1.536 53.248l-36.864 38.912H901.12V440.832h-224.256l37.888 39.936c13.824 15.36 13.312 38.4-1.024 53.248z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="baojingchufa1" unicode="" d="M576.512-46.592c19.968 0 35.84-15.872 35.84-35.84v-4.096c0-19.968-15.872-35.84-35.84-35.84H446.976c-19.968 0-35.84 15.872-35.84 35.84v4.096c0 19.968 16.384 35.84 35.84 35.84h129.536zM512 890.88c72.192 2.048 132.096-54.784 134.656-126.464v-23.552c138.752-48.128 232.96-177.664 235.52-324.608v-331.264h62.976c20.992 0 37.888-16.896 37.888-37.888v-4.608c0-20.992-16.896-37.888-37.888-37.888h-865.28c-20.992 0-37.888 16.896-37.888 37.888v4.608c0 20.992 16.896 37.888 37.888 37.888h62.976V415.744c2.56 146.944 96.256 276.48 235.52 324.608v23.552C379.904 836.096 439.808 892.928 512 890.88z m0-209.408c-150.528 2.56-275.456-115.712-281.088-266.24v-330.752h565.248V415.232c-7.68 151.04-133.12 268.8-284.16 266.24z m0 139.264c-30.208 3.584-57.344-18.432-60.928-48.128-0.512-2.56-0.512-5.632-0.512-8.192v-4.608c40.448 6.144 81.92 6.144 122.368 0v4.608c1.024 30.72-23.04 55.808-53.76 56.832-2.048 0-4.608 0-7.168-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianhuachufa" unicode="" d="M707.072 540.16V774.144l311.808-312.32H5.12V540.16h701.952z m-390.144-312.32v-233.984L5.12 306.176h1013.76v-77.824l-701.952-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="dingshichufa1" unicode="" d="M512 797.184c-246.784 0-446.464-200.192-446.464-446.464s200.192-446.464 446.464-446.464c246.784 0 446.464 200.192 446.464 446.464 2.56 244.224-193.536 443.904-437.76 446.464H512z m0-803.84c-197.12 0-357.376 159.744-357.376 357.376S314.88 707.584 512 707.584s357.376-159.744 357.376-357.376c-0.512-196.608-160.256-356.352-357.376-356.864z m44.544 374.784V618.496c0 24.576-19.968 44.544-44.544 44.544-24.576 0-44.544-19.968-44.544-44.544v-267.776c0-8.704 8.704-26.624 8.704-35.84l142.848-142.848c8.704-8.704 17.92-8.704 35.84-8.704s26.624 0 35.84 8.704c17.408 16.384 17.92 44.032 1.536 60.928l-1.536 1.536-134.144 133.632zM306.688 797.184c0 8.704-8.704 17.92-8.704 26.624-57.856 44.544-138.752 44.544-196.608 0L38.4 761.344c-44.544-57.856-44.544-138.752 0-196.608 8.704 0 17.92-8.704 26.624-8.704 46.592 108.544 133.12 195.072 241.664 241.152z m678.912-35.84l-62.464 62.464c-49.152 51.712-131.584 53.76-183.296 4.608l-4.608-4.608c-8.704-8.704-8.704-17.92-17.92-26.624 107.008-48.64 192.512-134.656 241.152-241.152 8.704 8.704 17.92 8.704 26.624 17.92 45.056 54.272 45.056 132.608 0.512 187.392z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="ziduanchufa1" unicode="" d="M849.92-122.88H174.08c-93.184 0-168.96 75.776-168.96 168.96V721.92C5.12 815.104 80.896 890.88 174.08 890.88h675.84c93.184 0 168.96-75.776 168.96-168.96v-675.84c0-93.184-75.776-168.96-168.96-168.96zM174.08 806.4c-46.592 0-84.48-37.888-84.48-84.48v-675.84c0-46.592 37.888-84.48 84.48-84.48h675.84c46.592 0 84.48 37.888 84.48 84.48V721.92c0 46.592-37.888 84.48-84.48 84.48H174.08zM339.51232 196.7104l-156.672 159.744c-11.264 10.752-11.264 28.672 0 39.936l156.672 168.448c9.728 10.752 26.624 11.776 37.888 1.536l1.536-1.536 19.456-19.968c11.264-10.752 11.264-28.672 0-39.936l-115.2-122.368c-2.56-2.048-2.56-5.632-0.512-8.192l0.512-0.512 111.616-114.176c11.264-10.752 11.264-28.672 0-39.936l-19.456-19.968c-5.632-10.752-18.944-14.336-29.696-8.704-2.56 1.536-5.12 3.584-6.144 5.632z m296.448 0l-19.456 19.968c-11.264 10.752-11.264 28.672 0 39.936l111.616 114.176c2.56 2.048 2.56 5.632 0.512 8.192l-0.512 0.512-114.688 122.88c-11.264 10.752-11.264 28.672 0 39.936l19.456 19.968c9.728 10.752 26.624 11.776 37.888 1.536l1.536-1.536 156.672-168.448c11.264-10.752 11.264-28.672 0-39.936l-156.672-159.744c-6.144-8.704-25.6-8.704-36.352 2.56z m-162.304-48.128l-28.16 5.632c-14.336 3.584-23.552 18.432-19.968 32.768 0 0.512 0 1.024 0.512 1.536l95.232 399.36c3.072 14.336 16.896 23.552 31.232 20.48 1.024 0 1.536-0.512 2.56-0.512l28.16-5.632c14.336-3.584 23.552-18.432 19.968-32.768 0-0.512 0-1.024-0.512-1.536l-95.232-399.36c-4.096-14.848-19.456-23.552-33.792-19.968z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhengchang" unicode="" d="M10.24 384c0-276.992 224.768-501.76 501.76-501.76s501.76 224.768 501.76 501.76-224.768 501.76-501.76 501.76S10.24 660.992 10.24 384zM807.936 522.24c0 11.264-4.096 21.504-12.288 29.184-15.872 15.872-43.008 15.872-58.88 0l-288.256-287.744-129.024 129.536c-7.68 7.68-18.432 12.288-29.184 12.288-11.264 0-21.504-4.608-29.184-12.288s-12.288-18.432-12.288-29.696c0-11.264 4.096-21.504 12.288-29.184l158.72-158.72s0.512 0 0.512-0.512c4.096-4.096 9.216-6.656 14.848-8.704 0.512 0 1.024-0.512 1.536-1.024v-2.048h12.288c5.632 0 10.752 1.024 15.872 3.072 0.512 0 0.512 0.512 1.024 0.512 4.608 2.048 8.704 4.608 12.288 8.192v0.512l316.928 316.928c8.192 8.192 12.8 18.432 12.8 29.696z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jinyong" unicode="" d="M5.12 384c0-280.064 226.816-506.88 506.88-506.88s506.88 226.816 506.88 506.88v0.512c0 280.064-226.816 506.88-506.88 506.88S5.12 664.064 5.12 384zM82.432 384c0-237.568 192.512-430.08 430.08-430.08 95.232 0 187.392 31.744 262.656 89.6L172.032 647.168C113.664 571.904 81.92 479.232 82.432 384zM512 814.08c-95.744 0-188.928-31.744-264.192-91.136l603.648-603.648c145.92 187.392 112.64 457.728-74.752 603.648C700.928 782.336 608.256 814.08 512 814.08z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yichang" unicode="" d="M491.008 804.864c6.656 11.776 21.504 15.36 33.28 8.704 3.584-2.048 6.656-5.12 8.704-8.704l482.816-816.64c6.656-11.264 3.072-26.624-8.704-33.28-3.584-2.048-8.192-3.584-12.288-3.584H29.184c-13.312 0-24.064 10.752-24.064 24.064 0 4.096 1.024 8.704 3.584 12.288L491.008 804.864zM471.552 584.192c0 24.576 18.432 44.544 43.008 46.592 23.552 0 42.496-19.456 42.496-43.008v-346.624c0-23.552-18.944-43.008-42.496-43.008-23.552 0-43.008 18.944-43.008 42.496V584.192z m27.136-452.608c17.408 7.68 37.376 7.68 54.784 0 16.896-9.728 27.136-27.648 27.136-46.592-1.024-18.944-11.264-36.352-27.136-46.592-17.408-7.68-37.376-7.68-54.784 0-16.896 9.728-27.136 27.136-27.136 46.592 1.024 18.944 11.264 36.864 27.136 46.592z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="mubiaotongbuzhisuoyou" unicode="" d="M987.5968 181.9136c14.848-1.536 25.6-14.336 24.576-29.184v-49.664c0-14.336-10.24-27.136-24.576-29.184h-43.008c-5.12-13.824-10.752-27.648-17.92-40.448l31.232-29.184c9.216-10.24 9.216-25.6 0-35.84l-35.84-35.84c-9.216-9.216-24.064-9.216-33.792 0l-29.184 31.232c-13.312-6.656-31.232-13.312-40.448-17.92v-38.4c-1.536-14.848-14.336-25.6-29.184-24.576h-49.664c-14.336 0-27.136 10.24-29.184 24.576v43.008c-13.824 5.12-27.648 10.752-40.448 17.92l-29.184-31.232c-10.24-9.216-25.6-9.216-35.84 0l-35.84 35.84c-9.216 9.216-9.216 24.064 0 33.792l31.232 29.184c-6.656 13.312-13.312 31.232-17.92 40.448h-42.496c-14.848 1.536-25.6 14.336-24.576 29.184v49.664c0 14.336 10.24 27.136 24.576 29.184h43.008c5.12 13.824 10.752 27.648 17.92 40.448l-31.232 29.184c-9.216 10.24-9.216 25.6 0 35.84l33.792 35.84c9.216 9.216 24.064 9.216 33.792 0l29.184-31.232c13.312 6.656 31.232 13.312 40.448 17.92v42.496c1.536 14.848 14.336 25.6 29.184 24.576h49.664c14.336 0 27.136-10.24 29.184-24.576v-43.008c13.824-5.12 27.648-10.752 40.448-17.92l29.184 31.232c10.24 9.216 25.6 9.216 35.84 0l35.84-33.792c9.216-9.216 9.216-24.064 0-33.792l-29.184-35.84c6.656-13.312 13.312-31.232 17.92-40.448l42.496 0.512z m-223.232-164.352c61.952 0 112.64 50.176 112.64 112.64s-50.176 112.64-112.64 112.64c-61.952 0-112.64-50.176-112.64-112.64 0.512-61.952 50.688-112.64 112.64-112.64zM107.9808-21.8624c-0.512-26.112-22.016-47.616-48.128-48.128-26.112-0.512-47.616 20.48-48.128 46.08V836.7616c0 26.624 21.504 48.128 48.128 48.128s48.128-21.504 48.128-48.128v-858.624z m218.112 45.056c0.512-39.936-31.232-73.216-71.68-73.728h-12.288c-40.96 0-73.728 33.28-73.728 73.728 0 40.96 33.28 73.728 73.728 73.728h9.728c40.96-0.512 73.728-33.28 74.24-73.728z m112.64 249.856c0.512-39.936-31.232-73.216-71.68-73.728h-124.416c-40.96 0-73.728 33.28-73.728 73.728 0 40.96 33.28 73.728 73.728 73.728h121.856c40.448-0.512 73.216-33.28 74.24-73.728z m-196.096 176.64c-39.936-0.512-73.216 31.232-73.728 71.168v2.56c1.536 39.936 33.792 72.192 73.728 73.728h382.464c40.96 0 73.728-33.28 73.728-73.728 0-40.96-33.28-73.728-73.728-73.728h-382.464z m0 253.44c-40.96 0-73.728 33.28-73.728 73.728s33.28 73.728 73.728 73.728h645.12c40.96 0 73.728-33.28 73.728-73.728s-33.28-73.728-73.728-73.728h-645.12z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xzhouweizhiyou" unicode="" d="M883.712 326.656H998.4v-286.208h-114.688zM782.848 727.552V40.96H25.6V727.552h757.248z m-61.44-71.168H87.04v-544.768h634.368V656.384z m-440.32-240.64v-222.72h-61.44V416.256l61.44-0.512z m153.6 94.72v-317.44h-61.44V510.976l61.44-0.512z m153.6-70.656v-246.272h-61.44V440.32l61.44-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xzhouweizhizhong" unicode="" d="M355.328 23.04h313.856V-102.4H355.328zM927.232 870.4v-753.152H96.768V870.4h830.464z m-67.584-77.824H163.84v-597.504h695.808V792.576zM377.344 528.896v-244.224H309.76V529.408l67.584-0.512z m168.448 103.936v-348.16H478.208V633.344l67.584-0.512z m167.936-77.824v-270.336h-67.584V555.008h67.584z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xzhouweizhizuo" unicode="" d="M25.6 327.68h113.152v-282.112H25.6zM998.4 722.944v-677.376H251.392V722.944H998.4z m-60.416-70.144H312.32v-537.088h625.664V652.8zM503.808 415.744v-219.648H443.392v220.16l60.416-0.512zM655.36 508.928v-313.344h-60.416V508.928H655.36z m151.04-70.144v-243.2h-60.416V438.784h60.416z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhoubiaoti-mowei" unicode="" d="M998.4 841.728v-729.6H25.6V841.728h972.8z m-78.848-75.264H104.448v-578.56h815.104v578.56zM353.792 510.976v-236.544H274.944V511.488l78.848-0.512z m197.632 100.864v-337.408H472.576V611.84h78.848z m197.12-75.776v-261.632h-78.848V536.576l78.848-0.512zM25.6 51.2h304.128v-121.344H25.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yibiaopan" unicode="" d="M1008.64 382.976c-27.136 132.608-103.936 246.784-217.088 322.048-81.92 54.272-177.152 83.456-275.456 84.48h-5.12C231.936 788.992 4.608 561.152 5.12 281.6c0-101.376 30.208-199.68 87.552-283.648 7.168-10.752 19.456-16.896 32.256-16.896h1.024c7.68 0 15.36 2.56 22.016 6.656 17.92 12.288 23.04 36.352 10.752 54.784-43.52 64.512-68.608 139.264-72.704 216.576h50.688c23.04 1.536 40.448 22.016 38.912 45.056-1.536 20.992-17.92 37.376-39.424 38.912h-47.104c9.728 70.144 37.376 137.216 79.872 194.048l28.16-28.16c8.192-7.68 19.456-11.264 30.72-10.752 11.264 0.512 21.504 5.632 29.184 13.824 14.336 15.872 14.336 39.936 0 56.32l-30.208 30.72c67.584 61.44 154.112 99.84 244.736 109.056-0.512-2.048-0.512-4.096-0.512-5.632v-58.88c1.024-11.264 6.144-21.504 14.336-28.672 8.704-7.168 19.456-10.752 30.72-10.24 20.992 1.536 37.376 17.92 38.912 39.424V702.464c0 2.048 0 3.584-0.512 5.632 90.112-8.704 176.128-46.592 243.2-107.008l-32.256-32.256c-15.36-17.408-13.824-44.032 3.584-59.392 15.872-14.336 39.936-14.336 56.32 0.512l29.696 29.184c43.008-57.344 71.168-124.416 81.408-195.584h-49.664c-11.264-1.024-21.504-6.144-28.672-14.336a44.6976 44.6976 0 0 1-10.24-30.72c1.536-20.992 17.92-37.376 39.424-38.912h52.736c-4.096-75.776-28.16-149.504-70.144-212.992-5.632-8.704-7.68-19.456-5.632-29.696 2.048-10.24 8.192-19.456 16.896-25.088 17.92-12.288 42.496-7.168 54.784 11.264 73.216 112.128 99.328 247.296 72.704 379.904zM608.768 425.984l-109.056-109.568h-8.704c-33.792 0-61.44-27.648-61.44-61.44s27.648-61.44 61.44-61.44 61.44 27.648 61.44 61.44v7.68l109.056 109.056c13.312 15.36 11.264 38.912-4.608 52.224a36.5056 36.5056 0 0 1-47.616 0l-0.512 2.048z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jindutiao" unicode="" d="M851.968-116.736H172.032C82.432-116.736 10.24-44.544 10.24 45.056c0 89.088 72.192 161.792 161.792 161.792h679.936c89.088 0 161.792-72.192 161.792-161.792s-72.192-161.792-161.792-161.792zM172.032 118.272c-40.448 1.024-74.24-30.72-75.264-71.68-1.024-40.448 30.72-74.24 71.68-75.264H852.48c40.448 1.024 72.704 34.816 71.68 75.264-1.024 38.912-32.256 70.656-71.68 71.68H172.032z m85.504 170.496c-24.576 0-44.032 19.968-44.032 44.032 0 11.776 4.608 23.04 12.8 31.232l508.416 508.416c17.408 16.896 45.568 16.384 62.464-1.536 16.384-16.896 16.384-44.032 0-60.928l-508.416-508.416c-8.192-8.192-19.456-13.312-31.232-12.8z m78.848 322.56C261.12 611.328 200.192 672.256 200.192 747.52 200.192 822.784 261.12 883.712 336.384 883.712c75.264 0 136.192-60.928 136.192-136.192 0-75.264-60.928-136.192-136.192-136.192z m0 183.808c-26.624 0-48.128-21.504-48.128-48.128s21.504-48.128 48.128-48.128 48.128 21.504 48.128 48.128c0 27.136-20.992 48.64-48.128 48.128 0.512 0.512 0 0.512 0 0zM665.6 270.848c-75.264 0-136.192 60.928-136.192 136.192 0 75.264 60.928 136.192 136.192 136.192 75.264 0 136.192-60.928 136.192-136.192 0-74.752-60.928-135.68-136.192-136.192z m0 184.32c-26.624 0-48.128-21.504-48.128-48.128s21.504-48.128 48.128-48.128 48.128 21.504 48.128 48.128-20.992 48.64-48.128 48.128c0.512 0.512 0 0.512 0 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tongdaoqudongdiyiceng" unicode="" d="M80.896 871.936h864.768c29.696 0 54.272-24.064 54.272-54.272v-864.768c0-29.696-24.064-54.272-54.272-54.272H80.896c-29.696 0-54.272 24.064-54.272 54.272V817.664c0 30.208 24.064 54.272 54.272 54.272zM883.712 420.352c-6.144 7.68-15.36 11.776-25.088 11.776h-64v31.744c0 52.736-43.008 95.744-95.744 95.744h-199.68l-10.24 31.744C475.648 629.76 439.296 655.36 398.336 655.36H284.672c-52.736 0-95.744-42.496-95.744-95.744V176.128c0-52.736 43.008-95.744 95.744-95.744h459.264c45.056 0 83.968 31.232 93.696 74.752L890.88 393.216c2.048 9.728-0.512 19.456-7.168 27.136zM328.192 169.984c-3.584-14.848-16.896-25.088-31.744-25.088h-11.776c-17.408 0-31.744 14.336-31.744 31.744V560.128c0 17.408 14.336 31.744 31.744 31.744h113.664c14.336 0.512 27.136-8.192 31.744-21.504l17.408-52.224c4.096-12.288 15.36-20.992 28.672-21.504h223.232c17.408 0 31.744-14.336 31.744-31.744v-31.744H412.16c-15.36 0.512-28.672-10.24-31.744-25.088l-52.224-238.08z m446.976 0c-3.584-14.848-16.896-25.088-31.744-25.088H387.072c1.536 3.584 3.072 7.168 3.584 11.264l47.104 211.968h382.976l-45.568-198.144z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tongdaoqudong" unicode="" d="M999.424 246.272L881.152 808.448c-9.216 37.376-42.496 63.488-80.384 62.976H229.376c-38.912-1.024-72.704-26.112-84.992-62.976l-117.76-562.176v-262.656c0-46.592 37.888-84.992 84.48-84.992h803.328c46.592 0 84.48 37.376 84.992 83.968v263.68z m-168.96-219.648c2.048-23.552-14.848-44.032-38.4-46.08-23.552-2.048-44.032 14.848-46.08 38.4v50.176c-2.048 23.552 14.848 44.032 38.4 46.08 23.552 2.048 44.032-14.848 46.08-38.4v-50.176z m-706.56 183.808L229.376 786.944h566.784l105.472-576.512H123.904zM724.992 605.696c3.072-20.48-10.752-39.424-31.232-42.496-3.584-0.512-7.68-0.512-11.264 0H343.552c-20.48-3.072-39.424 10.752-42.496 31.232-0.512 3.584-0.512 7.68 0 11.264-3.072 20.48 10.752 39.424 31.232 42.496 3.584 0.512 7.68 0.512 11.264 0h338.432c20.48 3.072 39.424-10.752 42.496-31.232 1.024-3.584 1.024-7.168 0.512-11.264zM787.968 390.656c3.072-19.968-10.24-38.912-30.208-42.496-3.584-0.512-7.168-0.512-10.752 0H279.552c-19.968-2.56-38.912 11.776-41.472 31.744-0.512 3.584-0.512 7.168 0 10.752-3.072 19.968 10.24 38.912 30.208 42.496 3.584 0.512 7.168 0.512 10.752 0h466.944c19.968 2.56 38.912-11.776 41.472-31.744 1.024-3.584 1.024-7.168 0.512-10.752z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="qushipeizhi" unicode="" d="M890.53696 337.664v-367.104h-757.248V675.584h699.392l-64-64.512 57.856-57.856 134.144 134.144c15.872 15.872 15.872 41.984 0 57.856l-134.144 134.144-57.856-57.856 64-64h-740.352c-22.528 0-40.96-18.432-40.96-40.96v-786.432c0-22.528 18.432-40.96 40.96-40.96h839.68c22.528 0 40.96 18.432 40.96 40.96v407.552h-82.432zM458.92096 558.848h104.96v-498.688h-104.96zM668.84096 348.416h104.96v-288.768h-104.96zM248.48896 401.152h104.96v-340.992h-104.96z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="qushijiankong" unicode="" d="M128 870.4h768c56.32 0 102.4-46.08 102.4-102.4v-768c0-56.32-46.08-102.4-102.4-102.4H128c-56.32 0-102.4 46.08-102.4 102.4V768C25.6 824.32 71.68 870.4 128 870.4zM853.8112 117.31968c-16.384 0-29.696 13.312-29.696 29.696v484.352c-0.512 16.384 12.288 30.208 28.672 31.232 16.384 0.512 30.208-12.288 31.232-28.672v-486.912c-0.512-16.384-13.824-29.696-30.208-29.696zM883.5072 633.41568c0-15.36-17.92-27.648-39.936-27.648H191.7952c-22.016 0-39.936 12.288-39.936 27.648s17.92 27.648 39.936 27.648h651.776c22.016 0 39.936-12.288 39.936-27.648zM170.19392 138.61376c-16.384 0-29.696 13.312-29.696 29.696 0 7.68 3.072 15.36 8.704 20.992l226.816 229.376c11.264 11.776 30.208 11.776 41.984 0.512l101.376-97.28 129.024 128.512c11.776 11.264 30.208 11.264 41.984 0l83.456-81.408c11.776-11.264 12.288-30.208 0.512-41.984-11.264-11.776-30.208-12.288-41.984-0.512l-62.464 60.928-129.024-128.512c-11.264-11.264-30.208-11.776-41.472-0.512l-101.376 97.28-206.336-208.384c-5.632-5.632-13.312-8.704-21.504-8.704zM170.19392 340.55168c-16.384 0-29.696 13.312-29.696 29.696v261.12c0 16.384 13.312 29.696 29.696 29.696s29.696-13.312 29.696-29.696v-260.608c0-16.384-13.312-29.696-29.696-30.208zM854.12352 101.63712h-577.536c-16.384 0-29.696 13.312-29.696 29.696 0 16.384 13.312 29.696 29.696 29.696h577.024c16.384 0 29.696-13.312 29.696-29.696 0.512-16.384-12.8-29.696-29.184-29.696z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="danxuankongzhi" unicode="" d="M512 870.4C243.2 870.4 25.6 652.8 25.6 384s217.6-486.4 486.4-486.4 486.4 217.6 486.4 486.4-217.6 486.4-486.4 486.4z m0-875.52c-215.04 0-389.12 174.08-389.12 389.12s174.08 389.12 389.12 389.12 389.12-174.08 389.12-389.12-174.08-389.12-389.12-389.12zM285.184 384c0-125.44 101.376-226.816 226.816-226.816s226.816 101.376 226.816 226.816-101.376 226.816-226.816 226.816S285.184 509.44 285.184 384z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="fuxuankongzhi" unicode="" d="M887.296-102.4H136.704c-61.44 0-111.104 49.664-111.104 111.104V759.296C25.6 820.736 75.264 870.4 136.704 870.4h750.08c61.44 0 111.104-49.664 111.104-111.104v-750.08c0.512-61.952-49.152-111.616-110.592-111.616zM136.704 805.376c-25.6 0-46.592-20.992-46.592-46.592v-750.08c0-25.6 20.992-46.592 46.592-46.592h750.08c25.6 0 46.592 20.992 46.592 46.592V759.296c0 25.6-20.992 46.592-46.592 46.592H136.704zM446.976 189.44c-8.704 0-16.896 3.584-23.04 9.728l-194.56 194.56c-12.8 12.8-12.8 33.28 0 46.08s33.28 12.8 46.08 0l171.52-171.52 301.568 301.568c12.8 12.8 33.28 12.8 46.08 0s12.8-33.28 0-46.08L470.528 199.68c-6.144-7.168-14.848-10.24-23.552-10.24z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shuipingcaidan" unicode="" d="M43.008 720.09728h348.672v-189.44h-348.672v189.44zM0 431.32928h434.176v-383.488h-434.176v383.488zM476.672 720.09728h230.912v-189.44h-230.912v189.44zM793.088 720.09728h230.912v-189.44h-230.912v189.44zM93.696 386.27328h251.392v-99.328h-251.392v99.328zM93.696 222.94528h251.392v-99.328h-251.392v99.328z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="chuizhicaidan" unicode="" d="M0.24064 747.96032h473.088v-179.712H0.24064v179.712zM566.51264 747.96032h457.216v-364.032h-457.216v364.032zM0.24064 474.04032h473.088v-179.712H0.24064v179.712zM0.24064 199.60832h473.088v-179.712H0.24064v179.712zM619.24864 705.46432h356.352v-94.208h-356.352v94.208zM619.24864 549.81632h356.352v-94.208h-356.352v94.208z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xialakongzhi" unicode="" d="M966.144 773.12H57.856C39.936 773.12 25.6 758.784 25.6 740.864v-421.376c0-17.92 14.336-32.256 32.256-32.256h907.776c17.92 0 32.256 14.336 32.256 32.256V740.864c0.512 17.92-13.824 32.256-31.744 32.256z m-32.768-421.376H90.624V708.096h843.264l-0.512-356.352z m-32.256-104.96c-17.92 0-32.256-14.336-32.256-32.256v-154.624H155.136v154.624c0 17.92-14.336 32.256-32.256 32.256s-32.256-14.336-32.256-32.256v-187.392c0-17.92 14.336-32.256 32.256-32.256h778.24c17.92 0 32.256 14.336 32.256 32.256v187.392c0 17.92-14.336 32.256-32.256 32.256z m-212.992 179.2c12.288-12.8 32.768-13.312 45.568-0.512l0.512 0.512 124.928 127.488c12.288 12.8 12.288 33.28-0.512 46.08s-33.28 12.288-46.08-0.512L711.68 495.104 609.792 599.04c-12.288 12.8-33.28 12.8-46.08 0.512s-12.8-33.28-0.512-46.08l124.928-127.488z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="neiqiancaidan" unicode="" d="M131.072 885.9648h761.856v-208.384H131.072V885.9648zM131.072 581.3248h761.856v-698.88H131.072V581.3248zM245.248 514.2528h524.288v-125.44H245.248v125.44zM245.248 301.7728h524.288v-125.44H245.248v125.44zM245.248 86.7328h524.288v-125.44H245.248v125.44z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianliangpiliangchuli" unicode="" d="M379.392 354.304H107.008c-56.32 0-101.888-45.568-101.888-101.888v-272.384c0-56.32 45.568-101.888 101.888-101.888h272.384c56.32 0 101.888 45.568 101.888 101.888v272.384c0 55.808-45.568 101.376-101.888 101.888z m11.264-374.272c0-6.144-5.12-11.264-11.264-11.264H107.008c-6.144 0-11.264 5.12-11.264 11.264v272.384c0 6.144 5.12 11.264 11.264 11.264h272.384c6.144 0 11.264-5.12 11.264-11.264v-272.384z m526.336 374.272h-272.384c-56.32 0-101.888-45.568-101.888-101.888v-272.384c0-56.32 45.568-101.888 101.888-101.888h272.384c56.32 0 101.888 45.568 101.888 101.888v272.384c0 55.808-45.568 101.376-101.888 101.888z m11.264-374.272c0-6.144-5.12-11.264-11.264-11.264h-272.384c-6.144 0-11.264 5.12-11.264 11.264v272.384c0 6.144 5.12 11.264 11.264 11.264h272.384c6.144 0 11.264-5.12 11.264-11.264v-272.384zM916.992 889.856h-272.384c-56.32 0-101.888-45.568-101.888-101.888v-272.384c0-56.32 45.568-101.888 101.888-101.888h272.384c56.32 0 101.888 45.568 101.888 101.888V787.968c0 56.32-45.568 101.888-101.888 101.888z m11.264-374.272c0-6.144-5.12-11.264-11.264-11.264h-272.384c-6.144 0-11.264 5.12-11.264 11.264V787.968c0 6.144 5.12 11.264 11.264 11.264h272.384c6.144 0 11.264-5.12 11.264-11.264v-272.384zM487.424 808.96c-17.408 17.92-46.08 17.92-63.488 0.512l-0.512-0.512-218.112-218.112L84.48 711.68c-17.408 17.92-46.08 17.92-63.488 0.512L20.48 711.68l-2.048-2.048c-17.92-17.408-17.92-46.08-0.512-63.488l0.512-0.512 153.088-153.088 2.048-2.048c17.408-17.92 46.08-17.92 63.488-0.512l0.512 0.512 252.416 252.416c17.92 17.408 17.92 46.08 0.512 63.488l-0.512 0.512-2.56 2.048z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="lishiku" unicode="" d="M743.936 2.56c-152.064 0-275.456 123.392-275.456 275.968 0 152.064 123.392 275.456 275.968 275.456 152.064 0 275.456-123.392 275.456-275.968 0-73.216-29.184-142.848-80.896-194.56-51.712-52.224-121.856-81.408-195.072-80.896z m0 492.032c-119.296 0-216.064-96.768-216.064-216.576 0-119.296 96.768-216.064 216.576-216.064 119.296 0 216.064 96.768 216.064 216.064 0 119.808-97.28 216.576-216.576 216.576z m79.872-343.04c-9.216 0-18.432 3.584-25.088 10.24l-83.456 80.896c-7.168 6.656-10.752 15.872-10.752 25.6V425.984c-1.024 19.456 14.336 36.352 34.304 36.864 19.456 1.024 36.352-14.336 36.864-34.304v-144.896l72.192-70.656c14.336-13.824 14.336-36.352 0.512-50.688-6.144-6.656-15.36-10.24-24.576-10.752zM138.752 696.32H824.32c19.456-1.024 36.352 14.336 36.864 34.304s-14.336 36.352-34.304 36.864H138.752c-19.456-1.024-34.816-17.408-34.304-36.864 0.512-18.944 15.872-33.792 34.304-34.304z m349.696-596.48H77.312V527.872h481.28c121.856 88.576 289.792 76.288 397.824-29.184v29.184c0 39.424-31.744 71.168-71.168 71.168H77.312C37.888 599.04 6.144 567.296 6.144 527.872v-428.032c0-39.424 32.256-71.168 71.168-71.168h481.792c-27.136 19.456-51.2 43.52-70.656 71.168z m-224.256 214.016c0-19.456 15.872-35.84 35.84-35.84h131.584c0 24.064 2.56 48.128 8.192 71.168H300.032c-19.456 0-35.328-15.872-35.84-35.328z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xiayiceng1" unicode="" d="M24.576 531.88096l473.088-216.576c10.24-4.608 22.016-4.608 32.256 0l473.088 216.576c19.456 8.704 28.16 31.744 19.456 51.2-4.096 8.704-10.752 15.36-19.456 19.456l-473.088 212.992c-10.24 4.608-21.504 4.608-31.744 0l-473.088-212.992c-19.456-8.704-28.16-31.744-19.456-51.2 4.096-8.704 10.752-15.36 19.456-19.456h-0.512z m489.472 235.52l445.952-200.704-445.952-204.288-445.952 204.288c0 0.512 445.952 200.704 445.952 200.704zM1003.008 248.23296l-229.888 103.424c-13.824 6.144-29.696 6.144-43.52 0l-216.064-98.816-216.064 98.816c-13.824 6.144-29.696 6.144-43.52 0l-229.888-103.424c-19.456-8.704-28.16-31.744-19.456-51.2 4.096-8.704 10.752-15.36 19.456-19.456l473.088-216.576c10.24-4.608 22.016-4.608 32.256 0l473.088 216.576c19.456 8.704 28.16 31.744 19.456 51.2-3.584 8.704-10.24 15.36-18.944 19.456z" horiz-adv-x="1025" /> |
| | | |
| | | <glyph glyph-name="shangyiceng1" unicode="" d="M1001.575117 244.15744l-125.952 56.32c-12.8 5.632-27.648 0-33.28-12.288-5.632-12.8 0-27.648 12.288-33.28l103.424-46.592-445.952-204.288-445.952 204.288 102.912 46.592c12.8 5.632 18.432 20.48 12.288 33.28-5.632 12.8-20.48 18.432-33.28 12.288l-125.44-56.832c-19.456-9.216-28.16-32.256-18.944-51.712 4.096-8.192 10.752-14.848 18.944-18.944l473.6-216.576c10.24-4.608 22.016-4.608 32.256 0l473.088 216.576c19.456 9.216 28.16 32.256 18.944 51.712-4.096 8.192-10.752 14.848-18.944 18.944zM22.631117 527.80544l473.6-216.576c10.24-4.608 22.016-4.608 32.256 0l473.088 216.576c19.456 9.216 28.16 32.256 18.944 51.712-4.096 8.192-10.752 14.848-18.944 18.944l-473.088 212.992c-10.24 4.608-22.016 4.608-32.256 0l-473.088-212.992c-19.456-9.216-28.16-32.256-18.944-51.712 4.096-8.704 10.752-15.36 18.432-18.944z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yonghuxinxi" unicode="" d="M97.28 799.744h732.16v-313.856h72.704V815.616c0 30.72-24.064 55.808-54.784 57.344H81.408c-31.232 0-56.832-25.6-56.32-57.344v-858.112c0-31.232 25.088-56.832 56.32-57.344h391.168v72.704H97.28V799.744zM257.024 582.144H716.8v-72.704H257.024V582.144z m0-193.536h348.16v-72.704h-348.16V388.608z m0-189.44h249.344v-72.704H257.024v72.704z m631.296-80.896c57.856 56.32 58.88 148.48 2.56 206.336-56.32 57.856-148.48 58.88-206.336 2.56-57.856-56.32-58.88-148.48-2.56-206.336l2.56-2.56c-68.608-23.552-113.152-89.6-109.056-161.792 0-61.44 91.648-61.44 218.112-61.44h77.312c53.76 0 90.624 3.072 112.128 24.576 10.24 10.24 16.384 24.064 15.872 38.4 5.12 73.216-40.448 139.776-110.592 160.256z m-162.304 164.864c15.872 15.872 37.888 25.088 60.416 25.088 45.568-1.024 81.92-38.912 80.384-84.48-1.024-45.568-38.912-81.92-84.48-80.384s-81.92 38.912-80.384 84.48c0.512 21.504 9.216 41.472 24.576 56.832v-1.536z m109.568-326.656h-41.472c-51.712-2.048-103.424 1.024-154.624 9.216 5.12 89.088 82.944 108.544 148.48 108.544 129.536 0 147.456-63.488 148.992-112.64-33.28-5.632-67.584-7.68-101.376-5.12z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huanyuan" unicode="" d="M784.896 522.752H221.184l123.904 121.856-54.272 53.248-160.768-158.208-1.536 1.536-53.76-53.76 1.024-1.024-1.024-1.024 53.76-53.248 1.024 1.024 160.768-158.208 53.76 53.248-120.32 119.296h561.152c6.144 0.512 12.288 0.512 18.432 0 82.944-5.12 146.432-76.288 141.312-159.232s-76.288-146.432-159.232-141.312H49.664 46.592c-19.968-1.024-35.84-17.408-36.352-37.376-0.512-20.992 16.384-38.4 37.376-38.912 3.584 0 7.168 0.512 10.752 1.536H791.552c124.416 2.048 223.744 104.448 221.696 228.864-1.536 123.904-103.936 223.744-228.352 221.696z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xianshicankaofenxi" unicode="" d="M577.536-52.224H10.24v87.04h131.072v174.592h87.04v-174.592h131.072v305.152h87.04v-305.152h131.072v218.112h87.04v-218.112h131.072V384h87.04v-349.184H1013.76v-87.04h-436.224zM926.72 820.224v-339.968h-82.432v194.56L524.288 384 345.6 567.808l-234.496-227.328-61.44 65.024 295.936 282.624 183.808-183.808 257.024 231.424h-192V820.224H926.72z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="ziranshijian" unicode="" d="M791.04 404.992h97.28v-54.784h-97.28V404.992z m-272.384-259.072H573.44v-97.28h-54.784v97.28z m279.04 444.928L729.088 522.24l-38.4 38.4 68.608 68.608 38.4-38.4z m-38.4-464.896L690.688 194.56l38.4 38.4 68.608-68.608-38.4-38.4z m-368.64 104.96l129.024 129.024V620.544h82.432v-293.376c-5.632-5.632-153.088-154.624-153.088-154.624l-58.368 58.368zM568.32 829.44v-78.336c202.752 0 367.104-164.352 367.104-366.592 0-202.752-164.352-367.104-366.592-367.104-183.808 0-338.944 135.68-363.52 317.952L261.12 279.552l55.296 55.296-153.088 153.088L10.24 335.36l55.296-55.296 60.416 60.416c24.064-244.736 242.176-423.424 486.912-398.848 244.736 24.064 423.424 242.176 398.848 486.912C989.184 655.36 797.184 828.928 568.32 829.44z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="neizhisuofang" unicode="" d="M615.936 279.552c17.92 17.92 46.592 17.92 64 0l243.2-242.688v146.944l0.512 8.192c4.096 24.576 27.648 40.96 52.224 36.864 21.504-3.584 37.376-23.04 37.376-45.056v-257.024c0-2.048-0.512-3.584-0.512-5.632v-1.536c-0.512-2.048-0.512-3.584-1.024-5.632l-0.512-2.048-0.512-2.048c-2.048-5.632-5.632-10.24-9.728-14.848l2.56 3.072-1.024-1.536-1.536-1.536-0.512-0.512-0.512-0.512c-6.144-5.12-13.312-9.216-20.992-10.752l-4.608-0.512-5.12-0.512h-256.512l-8.192 1.024c-21.504 4.096-36.864 22.528-37.376 44.544l0.512 8.192c4.096 21.504 22.528 37.376 44.544 37.376h146.944l-242.688 242.688-5.12 6.144c-12.8 17.408-10.752 41.984 4.608 57.344z m-207.872 0c15.36-15.36 17.92-39.936 5.12-57.856l-5.12-6.144-242.688-242.688H312.32c22.016 0 40.448-15.36 44.544-37.376l0.512-8.192c0-22.016-15.872-40.448-37.376-44.544l-8.192-1.024h-256l-5.632 0.512-4.096 1.536c-8.192 2.048-15.872 6.144-22.016 12.288l-1.536 1.536-1.024 1.536 1.024-1.536-2.56 3.072 1.024-1.536-0.512 0.512c-2.048 2.048-3.584 4.608-4.608 7.168l-1.536 3.584c-1.024 3.072-2.048 6.144-2.56 9.216l-0.512 1.536c-0.512 2.048-0.512 3.584-0.512 5.632v257.024c0 25.088 19.968 45.568 45.056 45.568 22.016 0 40.96-15.872 45.056-37.376l0.512-8.192v-146.944l243.2 242.688c17.408 17.92 46.08 17.92 63.488 0zM311.808 885.248l8.192-0.512c21.504-4.096 37.376-22.528 37.376-44.544l-1.024-8.192c-4.096-21.504-22.528-37.376-44.544-37.376H164.864l242.688-242.688 5.12-6.144c14.336-20.48 8.704-48.64-11.776-62.976-17.92-12.288-41.984-10.24-57.856 5.12L100.864 731.136v-146.944l-0.512-8.192c-4.096-24.576-27.648-40.96-52.224-36.864-22.016 4.096-37.888 23.04-37.888 45.056V841.216c0 2.048 0 4.096 0.512 5.632v1.536c0.512 2.048 1.024 3.584 1.536 5.632 2.048 7.168 6.144 13.312 11.264 18.432l-3.072-3.072-0.512-0.512 2.048 2.56-1.536-1.536 1.024 1.024 3.072 3.072c4.096 3.584 8.192 6.144 13.312 8.192l3.584 1.536C46.08 885.248 50.688 885.76 55.296 885.76h-4.608 2.56l258.56-0.512z m658.432 0h2.56c3.072-0.512 6.144-1.024 9.216-2.048l3.584-1.536 3.072-1.536 4.096-2.048c2.56-2.048 5.12-4.096 7.168-6.144l1.536-1.536 1.024-1.024 0.512-1.024 3.072-4.096c3.072-5.12 5.12-10.24 6.144-15.872v-1.536c0.512-2.048 0.512-3.584 0.512-5.632v-257.024c0-25.088-20.48-45.056-45.568-45.056-21.504 0-39.936 15.36-44.032 36.864l-0.512 8.192V731.136l-242.688-242.688c-17.92-17.408-46.592-16.896-64 1.536-14.848 15.36-16.896 38.912-5.12 56.32l5.12 6.144 242.688 242.688H711.68c-22.016 0-40.448 15.36-44.544 37.376l-1.024 8.192c0 22.016 15.36 40.448 37.376 44.544L711.68 885.76l258.56-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shijianzhouhuadong" unicode="" d="M977.92 587.264H430.08v50.688h30.208c13.312 0 18.944 5.12 18.944 18.944v194.56c0 13.312-5.12 18.944-18.944 18.944H351.232C338.432 870.4 332.8 865.28 332.8 851.456v-194.048c0-13.312 5.12-18.944 18.944-18.944h30.208v-50.688H46.08c-19.968 0-35.84-15.872-35.84-35.84V123.392c0-19.456 15.872-35.328 35.328-35.328H381.44v-165.888c0-13.312 11.264-24.576 24.576-24.576 13.312 0 24.576 10.752 24.576 24.064v166.4h547.84c19.456 0 35.328 15.36 35.328 34.816V551.424c0 19.968-15.872 35.84-35.84 35.84zM252.928 159.232v117.76c0 13.312-11.264 24.576-24.576 24.576-13.312 0-24.576-10.752-24.576-24.064v-118.272H81.92V516.096h299.52v-356.864H252.928z m689.152 0h-154.112v117.76c0 13.312-11.264 24.576-24.576 24.576-13.312 0-24.576-10.752-24.576-24.064v-118.272h-128.512v117.76c0 13.312-11.264 24.576-24.576 24.576-13.312 0-24.576-10.752-24.576-24.064v-118.272H429.568V516.096H942.08v-356.864z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xianshibiaozhu" unicode="" d="M482.304-64L327.68 91.136H93.696c-46.08 0-83.456 37.376-83.456 83.456l0.512 585.728c0 46.08 37.376 83.456 83.456 83.456h836.096c46.08 0 83.456-37.376 83.456-83.456l-0.512-585.216c0-46.08-37.376-83.456-83.456-83.456h-232.96l-155.648-155.136a41.8816 41.8816 0 0 0-58.88-0.512z m447.488 239.104l0.512 585.216H94.208l-0.512-585.216h250.88c11.264 0 21.504-4.608 29.696-12.288l137.728-137.728 138.24 137.728c7.68 7.68 18.432 12.288 29.696 12.288h249.856zM282.112 384c-34.816 0-62.464 28.16-62.464 62.464s28.16 62.464 62.464 62.464S344.576 481.28 344.576 446.464 316.416 384 282.112 384z m229.888 0c-34.816 0-62.464 28.16-62.464 62.464s28.16 62.464 62.464 62.464 62.464-28.16 62.464-62.464S546.816 384 512 384z m229.888 0c-34.816 0-62.464 28.16-62.464 62.464s28.16 62.464 62.464 62.464c34.816 0 62.464-28.16 62.464-62.464s-27.648-62.464-62.464-62.464z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="fangdaquyu" unicode="" d="M965.12 835.072C933.376 867.328 890.88 885.248 845.824 885.76H182.272C88.064 886.784 11.264 811.52 10.24 717.824v-663.552c-1.024-93.696 74.24-170.496 167.936-171.52h665.088c92.672 0 168.96 75.264 169.984 167.936V714.24c1.024 45.568-16.384 88.064-48.128 120.832z m-29.696-781.312c-1.024-50.688-41.984-91.648-92.672-93.184h-660.48c-51.2 1.024-91.648 41.984-93.184 92.672v660.48c1.024 51.2 41.984 91.648 92.672 93.184h660.48c51.2-1.024 91.648-41.984 93.184-92.672v-660.48zM840.192 741.888h-198.144c-17.92 0-32.768-14.336-32.768-32.768 0-17.92 14.336-32.768 32.768-32.768h116.736l-188.928-188.928c-12.288-12.8-11.264-33.28 1.536-45.568 12.288-11.776 31.744-11.776 44.032 0l188.928 188.928v-117.248c0-17.92 14.336-32.768 32.768-32.768 17.92 0 32.768 14.336 32.768 32.768V709.632c0.512 16.896-12.288 31.232-29.696 32.256zM409.6 326.656l-1.536-1.536-188.928-188.928v117.248c0 17.92-14.336 32.768-32.768 32.768s-32.768-14.336-32.768-32.768v-195.072c-1.024-16.896 12.288-31.744 29.184-32.768h198.144c17.92 0 32.768 14.336 32.768 32.768 0 17.92-14.336 32.768-32.768 32.768H264.704l188.928 188.928c12.8 12.288 13.824 32.768 1.536 45.568-12.288 12.8-32.768 13.312-45.568 1.024z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhongfuzhoufanwei" unicode="" d="M876.032 292.864c-64 0.512-116.224-51.712-116.736-115.712-0.512-64 51.712-116.224 115.712-116.736 64-0.512 116.224 51.712 116.736 115.712v0.512c0 64-51.712 116.224-115.712 116.224zM511.488 652.288c64.512-0.512 117.248 51.2 117.76 115.712 0.512 64.512-51.2 117.248-115.712 117.76-64.512 0.512-117.248-51.2-117.76-115.712v-1.536c0.512-64 51.712-115.712 115.712-116.224z m386.56-288.768c25.088-3.072 49.664-11.264 71.68-24.576v5.12c-0.512 181.76-107.52 346.112-273.408 420.352-0.512-25.088-5.632-49.152-15.872-72.192 126.976-61.44 210.432-187.392 217.6-328.704zM264.704 178.176c0 64-52.224 116.224-116.224 116.224S32.256 242.176 32.256 178.176s52.224-116.224 116.224-116.224c30.72 0 59.904 12.288 81.92 33.792 22.016 21.504 34.304 51.2 34.304 82.432zM125.44 363.52C132.608 504.32 215.04 630.272 340.992 692.736c-10.24 22.528-15.872 47.104-15.872 71.68-165.888-74.24-272.896-238.592-273.408-420.352 1.024-2.048 2.56-4.096 4.096-5.632 20.992 12.8 45.056 21.504 69.632 25.088z m386.048-410.112c-87.04 0-171.008 29.696-239.104 83.456-18.944-16.896-41.472-29.696-65.536-37.888 173.056-156.16 436.224-156.16 609.792 0-24.064 8.192-46.592 20.992-65.536 37.888A386.3296 386.3296 0 0 0 512-46.08l-0.512-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="chuankoufujiedian" unicode="" d="M822.784 694.784H424.96v-265.216h397.824V694.784zM734.72 517.12h-221.184V606.208h221.184V517.12zM27.136 871.936v-972.8h972.8V871.936H27.136z m884.224-885.76H115.712V782.848H911.36v-796.672zM573.952 324.608H452.608v-182.272h121.856v182.272h-0.512zM330.752 142.336h0.512v182.272H209.408v-182.272h121.344zM330.752 507.392h0.512V689.664H209.408V506.88h121.344zM817.152 324.608h-121.344v-182.272h121.856v182.272h-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="IOyingshebianliang" unicode="" d="M824.832 870.4C920.576 870.4 998.4 792.576 998.4 696.832V71.68c0-95.744-77.824-173.568-173.568-173.568H199.168C103.424-102.4 25.6-24.576 25.6 71.168V696.832C25.6 792.576 103.424 870.4 199.168 870.4h625.664z m0-69.632H199.168c-57.344 0-104.448-46.592-104.448-104.448v-625.152c0-57.344 46.592-104.448 104.448-104.448H824.32c57.344 0 104.448 46.592 104.448 104.448V696.832c0 57.344-46.592 103.936-103.936 103.936zM303.616 662.016c18.944 0 34.816-15.36 34.816-34.816v-486.4c0-18.944-15.36-34.816-34.816-34.816-18.944 0-34.816 15.36-34.816 34.816v486.4c0 18.944 15.36 34.816 34.816 34.816z m278.016 0c18.944 0 34.816-15.36 34.816-34.816v-486.4c0-18.944-15.36-34.816-34.816-34.816-18.944 0-34.816 15.36-34.816 34.816v486.4c0 18.944 15.36 34.816 34.816 34.816zM442.368 522.752c18.944 0 34.816-15.36 34.816-34.816v-208.384c0-18.944-15.36-34.816-34.816-34.816-18.944 0-34.816 15.36-34.816 34.816V488.448c0 18.944 15.872 34.304 34.816 34.304z m278.016 0c18.944 0 34.816-15.36 34.816-34.816v-208.384c0-18.944-15.36-34.816-34.816-34.816-18.944 0-34.816 15.36-34.816 34.816V488.448c0 18.944 15.36 34.304 34.816 34.304z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="neibubianliang" unicode="" d="M998.4-102.4H25.6V870.4h972.8v-972.8zM116.736-11.264h790.528V779.264H116.736v-790.528zM269.00992 223.53408c0-39.424 32.256-71.168 71.168-71.168 26.624 0 50.688 14.848 62.976 37.888h206.848c18.432-34.816 61.44-48.128 96.256-29.696 34.816 18.432 48.128 61.44 29.696 96.256-18.432 34.816-61.44 48.128-96.256 29.696-12.8-6.656-23.04-16.896-29.696-29.696h-188.928l230.912 230.912c6.656-2.048 13.824-3.072 20.992-3.584 39.424 0 71.168 31.744 71.168 71.168s-31.744 71.168-71.168 71.168-71.168-31.744-71.168-71.168c0-7.168 1.024-14.336 3.584-20.992l-231.936-230.4v188.928c34.816 18.432 48.128 61.44 29.696 96.256-18.432 34.816-61.44 48.128-96.256 29.696-34.816-18.432-48.128-61.44-29.696-96.256 6.656-12.8 16.896-23.04 29.696-29.696v-206.848c-23.552-11.776-37.888-35.84-37.888-62.464z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="luojibianliang" unicode="" d="M347.648 623.104h328.704c25.088 1.024 44.544 22.016 43.52 47.104-1.024 23.552-19.968 43.008-43.52 43.52H347.648c-25.088-1.024-44.544-22.016-43.52-47.104 0.512-23.552 19.456-42.496 43.52-43.52zM856.576 486.912c71.68 0 130.048 57.856 130.048 129.536V740.352c0 71.68-57.856 130.048-129.536 130.048H166.912C95.232 870.4 36.864 812.032 36.864 740.352v-123.392c0-71.68 57.856-130.048 129.536-130.048h162.816v-102.4c-1.024-26.112 19.456-48.128 45.568-49.152h228.864v-53.248H166.912c-71.68 0-130.048-57.856-130.048-129.536v-123.392c0-71.68 57.856-130.048 129.536-130.048h690.176c71.68 0 130.048 57.856 130.048 129.536v123.392c0 71.68-57.856 130.048-129.536 130.048h-162.816v102.4c1.024 26.112-19.456 48.128-45.568 49.152H420.352V486.912h436.224z m44.544-458.24c0-24.576-19.968-45.056-45.056-45.056H166.912c-24.576 0-45.056 19.968-45.056 44.544v123.392c0 24.576 19.968 45.056 44.544 45.056h690.176c24.576 0 45.056-19.968 45.056-44.544l-0.512-123.392zM121.856 739.84c0 24.576 19.968 45.056 44.544 45.056h690.176c24.576 0 45.056-19.968 45.056-44.544v-123.392c0-24.576-19.968-45.056-44.544-45.056H166.912c-24.576 0-45.056 19.968-45.056 44.544V739.84zM675.84 126.464H347.648c-25.088-1.024-44.544-22.016-43.52-47.104 1.024-23.552 19.968-43.008 43.52-43.52h328.704c25.088-0.512 46.08 18.944 46.592 44.032 0.512 25.088-18.944 46.08-44.032 46.592h-3.072z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xitongbianliang" unicode="" d="M887.296 670.72L571.392 852.992c-37.376 21.504-82.944 21.504-120.32 0L135.168 670.72c-37.376-21.504-60.416-61.44-60.416-104.448v-365.056c0-43.008 23.04-82.432 59.904-103.936L450.56-84.992c37.376-21.504 82.944-21.504 120.32 0l315.904 182.272c37.376 21.504 59.904 60.928 59.904 103.936V566.272c0.512 43.008-22.016 82.944-59.392 104.448z m-4.608-461.824c0-20.48-10.752-39.424-28.672-49.664l-313.856-183.296c-17.92-10.752-40.448-10.752-58.368 0L167.936 158.72c-17.92 10.24-28.672 29.184-28.672 49.664V551.936c0 31.744 25.6 57.856 57.344 57.856 10.24 0 20.48-2.56 29.184-7.68l222.208-129.536c38.912-22.528 87.04-22.528 125.952 0l222.208 129.536c27.648 15.872 62.976 6.656 78.848-20.992 5.12-8.704 7.68-18.944 7.68-29.184v-343.04zM511.69792 262.0416c-29.696 0-58.368 8.192-83.968 23.04l-189.952 111.104c-19.968 11.776-26.624 37.376-14.848 56.832s37.376 26.624 56.832 14.848l189.952-111.104c26.112-15.36 57.856-15.36 83.968 0l86.016 50.176c20.48 10.752 45.568 3.072 56.32-17.408 10.24-19.456 4.096-43.008-14.336-54.784l-86.016-50.176c-25.6-14.336-54.272-22.016-83.968-22.528z m239.616 121.344c-23.04 0-41.984 18.432-41.984 41.472 0 14.336 7.168 27.648 19.456 35.328l11.776 7.68c19.456 12.288 45.056 6.144 57.344-13.312 12.288-19.456 6.144-45.056-13.312-57.344l-11.776-7.68c-5.632-4.096-13.312-6.656-21.504-6.144z m-239.616-312.832c-29.184 0-57.344 7.68-82.432 22.016l-191.488 111.616c-19.456 12.288-25.088 37.888-12.8 57.856 11.776 18.432 35.84 25.088 54.784 14.336l191.488-112.128c25.088-14.848 55.808-14.848 80.896 0 16.384 9.728 58.368 36.352 58.88 36.352 19.456 12.288 45.056 6.656 57.344-12.8 12.288-19.456 6.656-45.056-12.8-57.344-1.536-1.024-43.52-27.648-61.44-37.888-25.088-14.336-53.76-22.016-82.432-22.016z m212.992 107.008c-23.04 0-41.984 18.432-41.984 40.96 0 14.848 7.68 28.672 20.48 36.352l39.936 24.064c19.968 11.776 45.568 5.632 57.344-14.336 11.776-19.968 5.632-45.568-14.336-57.344l-39.936-24.064c-6.656-3.584-13.824-5.632-21.504-5.632z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhandianzijiedian1" unicode="" d="M347.648 623.104h328.704c25.088 1.024 44.544 22.016 43.52 47.104-1.024 23.552-19.968 43.008-43.52 43.52H347.648c-25.088-1.024-44.544-22.016-43.52-47.104 0.512-23.552 19.456-42.496 43.52-43.52zM856.576 486.912c71.68 0 130.048 57.856 130.048 129.536V740.352c0 71.68-57.856 130.048-129.536 130.048H166.912C95.232 870.4 36.864 812.032 36.864 740.352v-123.392c0-71.68 57.856-130.048 129.536-130.048h162.816v-102.4c-1.024-26.112 19.456-48.128 45.568-49.152h228.864v-53.248H166.912c-71.68 0-130.048-57.856-130.048-129.536v-123.392c0-71.68 57.856-130.048 129.536-130.048h690.176c71.68 0 130.048 57.856 130.048 129.536v123.392c0 71.68-57.856 130.048-129.536 130.048h-162.816v102.4c1.024 26.112-19.456 48.128-45.568 49.152H420.352V486.912h436.224z m44.544-458.24c0-24.576-19.968-45.056-45.056-45.056H166.912c-24.576 0-45.056 19.968-45.056 44.544v123.392c0 24.576 19.968 45.056 44.544 45.056h690.176c24.576 0 45.056-19.968 45.056-44.544l-0.512-123.392zM121.856 739.84c0 24.576 19.968 45.056 44.544 45.056h690.176c24.576 0 45.056-19.968 45.056-44.544v-123.392c0-24.576-19.968-45.056-44.544-45.056H166.912c-24.576 0-45.056 19.968-45.056 44.544V739.84zM675.84 126.464H347.648c-25.088-1.024-44.544-22.016-43.52-47.104 1.024-23.552 19.968-43.008 43.52-43.52h328.704c25.088-0.512 46.08 18.944 46.592 44.032 0.512 25.088-18.944 46.08-44.032 46.592h-3.072z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianliangzu" unicode="" d="M420.352 491.52V627.2c0 55.808 45.568 101.376 101.376 101.376h80.896v40.96c0 55.808 45.056 101.376 101.376 101.376h182.784c55.808 0 101.376-45.056 101.376-101.376v-182.784c0-55.808-45.056-101.376-101.376-101.376h-182.784c-55.808 0-101.376 45.056-101.376 101.376V647.168h-80.896c-11.264 0-19.968-9.216-20.48-19.968v-486.4c0-11.264 8.704-19.968 19.968-20.48h80.896v60.928c0 55.808 45.056 101.376 101.376 101.376h182.784c55.808 0 101.376-45.056 101.376-101.376v-182.784c0-55.808-45.568-100.864-101.376-100.864h-182.784c-55.808 0-101.376 45.056-101.376 101.376v40.448h-80.896c-55.808 0-101.376 45.056-101.376 101.376v112.64l-81.92-81.92c-39.424-39.424-103.424-39.424-142.848 0l-129.024 129.024c-39.424 39.424-39.424 103.424 0 142.848L195.072 573.44c39.424 39.424 103.424 39.424 142.848 0l82.432-81.92z m283.136-513.024h182.784c11.264 0 19.968 9.216 19.968 19.968v182.784c0 11.264-9.216 19.968-19.968 19.968h-182.784c-11.264 0-19.968-9.216-19.968-19.968v-182.784c0-10.752 9.216-19.968 19.968-19.968z m0 587.776h182.784c11.264 0 19.968 9.216 19.968 19.968V769.024c0 11.264-9.216 19.968-19.968 19.968h-182.784c-11.264 0-19.968-9.216-19.968-19.968v-182.784c0-10.752 9.216-19.968 19.968-19.968z m-422.4-336.896L410.112 358.4c7.68 7.68 7.68 20.48 0 28.16L281.088 516.096c-7.68 7.68-20.48 7.68-28.672 0L123.392 386.56c-7.68-7.68-7.68-20.48 0-28.16l129.024-129.024c8.192-8.192 20.992-8.192 28.672 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tongdaoqudongdisanceng" unicode="" d="M58.135458 891.920319h906.709164c31.10757 0 56.605578-25.498008 56.605577-56.605578v-906.709163c0-31.10757-25.498008-56.605578-56.605577-56.605578H58.135458c-31.10757 0-56.605578 25.498008-56.605578 56.605578V835.314741C1.52988 866.422311 27.027888 891.920319 58.135458 891.920319zM825.115538 778.709163H221.832669c-28.047809 0-50.486056-22.438247-50.486055-50.486055v-650.199204c0-28.047809 22.438247-50.486056 50.486055-50.486055h603.282869c28.047809 0 50.486056 22.438247 50.486056 50.486055V728.223108c0 27.537849-22.438247 50.486056-50.486056 50.486055zM221.832669 731.792829h603.282869c2.039841 0 3.569721-1.52988 3.569721-3.569721v-185.115538H218.262948V728.223108c0 1.52988 1.52988 3.059761 3.569721 3.569721z m606.85259-235.601594v-184.605578H218.262948V496.191235h610.422311z m-3.569721-421.737052H221.832669c-2.039841 0-3.569721 1.52988-3.569721 3.569721v186.645419h610.422311v-186.645419c0-2.039841-1.52988-3.569721-3.569721-3.569721z m-79.553785 586.454184h-77.003984c-4.589641 0-8.159363-3.569721-8.159363-8.159363v-30.087649c0-4.589641 3.569721-8.159363 8.159363-8.159363h77.003984c4.589641 0 8.159363 3.569721 8.159363 8.159363v30.087649c0.50996 4.079681-3.059761 7.649402-8.159363 8.159363z m0-234.581674h-77.003984c-4.589641 0-8.159363-3.569721-8.159363-8.159362v-30.08765c0-4.589641 3.569721-8.159363 8.159363-8.159362h77.003984c4.589641 0 8.159363 3.569721 8.159363 8.159362v30.08765c0.50996 4.589641-3.059761 8.159363-8.159363 8.159362z m0-229.992032h-77.003984c-4.589641 0-8.159363-3.569721-8.159363-8.159362v-30.08765c0-4.589641 3.569721-8.159363 8.159363-8.159362h77.003984c4.589641 0 8.159363 3.569721 8.159363 8.159362v30.08765c0.50996 4.079681-3.059761 8.159363-8.159363 8.159362z" horiz-adv-x="1025" /> |
| | | |
| | | <glyph glyph-name="TCPfujiedian" unicode="" d="M513.024 250.88h221.184v-88.576h-221.184V250.88z m-310.272 0v-88.576h132.608V250.88H202.752z m221.184 88.576v-265.216h397.824v265.216H423.936z m88.576 265.216h221.184v-88.576h-221.184V604.672z m-309.76 0v-88.576h132.608V604.672H202.752z m220.672 88.576v-265.216h397.824V693.248H423.424zM114.176 781.824h795.648v-796.672H115.2l-1.024 796.672zM25.6 870.4v-972.8h972.8V870.4H25.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianliangzuzijiedian" unicode="" d="M420.352 491.52V627.2c0 55.808 45.568 101.376 101.376 101.376h80.896v40.96c0 55.808 45.056 101.376 101.376 101.376h182.784c55.808 0 101.376-45.056 101.376-101.376v-182.784c0-55.808-45.056-101.376-101.376-101.376h-182.784c-55.808 0-101.376 45.056-101.376 101.376V647.168h-80.896c-11.264 0-19.968-9.216-20.48-19.968v-486.4c0-11.264 8.704-19.968 19.968-20.48h80.896v60.928c0 55.808 45.056 101.376 101.376 101.376h182.784c55.808 0 101.376-45.056 101.376-101.376v-182.784c0-55.808-45.568-100.864-101.376-100.864h-182.784c-55.808 0-101.376 45.056-101.376 101.376v40.448h-80.896c-55.808 0-101.376 45.056-101.376 101.376v112.64l-81.92-81.92c-39.424-39.424-103.424-39.424-142.848 0l-129.024 129.024c-39.424 39.424-39.424 103.424 0 142.848L195.072 573.44c39.424 39.424 103.424 39.424 142.848 0l82.432-81.92z m283.136-513.024h182.784c11.264 0 19.968 9.216 19.968 19.968v182.784c0 11.264-9.216 19.968-19.968 19.968h-182.784c-11.264 0-19.968-9.216-19.968-19.968v-182.784c0-10.752 9.216-19.968 19.968-19.968z m0 587.776h182.784c11.264 0 19.968 9.216 19.968 19.968V769.024c0 11.264-9.216 19.968-19.968 19.968h-182.784c-11.264 0-19.968-9.216-19.968-19.968v-182.784c0-10.752 9.216-19.968 19.968-19.968z m-422.4-336.896L410.112 358.4c7.68 7.68 7.68 20.48 0 28.16L281.088 516.096c-7.68 7.68-20.48 7.68-28.672 0L123.392 386.56c-7.68-7.68-7.68-20.48 0-28.16l129.024-129.024c8.192-8.192 20.992-8.192 28.672 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="weizhi-xia" unicode="" d="M998.4 840.192v-729.6H25.6V840.192h972.8z m-78.848-75.776H104.448v-579.072h815.104V764.416zM353.792 509.44v-236.544H274.944V509.952l78.848-0.512z m197.12 100.352v-337.408H472.064v337.92l78.848-0.512z m197.12-75.776v-261.632h-78.848V534.528l78.848-0.512zM512 49.664h486.4v-121.856h-486.4z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhoubiaoti-zhongjian" unicode="" d="M998.4 709.632v-651.264H188.928V709.632H998.4z m-65.536-67.072H254.464v-516.608h678.4V642.56zM462.336 414.72v-211.456H396.8V414.72h65.536z m164.352 89.6v-301.056h-65.536V504.32h65.536z m163.84-67.072v-233.984h-65.536V437.248h65.536zM25.6 546.304h109.056v-326.656H25.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="weizhi-shang" unicode="" d="M512 840.192h486.4v-121.856h-486.4zM998.4 657.408v-729.6H25.6V657.408h972.8z m-78.848-75.264H104.448v-579.072h815.104V582.144zM353.792 326.656v-236.544H274.944v237.056l78.848-0.512z m197.12 100.352v-337.408H472.064v337.92l78.848-0.512z m197.12-74.752v-261.632h-78.848v262.144l78.848-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="weizhi-zhong" unicode="" d="M829.44 707.072v-646.144H25.6V707.072h803.84z m-65.024-66.56H91.136V128h673.28V640.512zM296.96 414.208v-209.92H231.424v209.92H296.96z m163.328 89.088v-299.008H394.752V503.296h65.536z m162.304-66.56v-232.448h-65.536V436.736h65.536zM890.368 599.04H998.4v-432.128h-108.032z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhoubiaoti-kaitou" unicode="" d="M25.6 840.192h304.128v-121.344H25.6zM998.4 657.408v-729.6H25.6V657.408h972.8z m-78.848-75.264H104.448v-578.56h815.104v578.56zM353.792 326.656v-236.544H274.944v237.056l78.848-0.512z m197.12 100.864v-337.408H472.064V427.52h78.848z m197.12-75.776v-261.632h-78.848v262.144l78.848-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="biaotou-zhong" unicode="" d="M25.6 870.4h121.856v-972.8H25.6zM876.544 870.4H998.4v-972.8h-121.856zM633.856 140.8H390.656v486.4h243.2z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="biaotou-zuo" unicode="" d="M147.456 870.4h121.856v-972.8H147.456zM390.144 505.856h486.4v-243.2h-486.4z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="biaotou-you" unicode="" d="M755.2 870.4h121.856v-972.8h-121.856zM147.41504 505.856h486.4v-243.2h-486.4z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="gengduo2" unicode="" d="M886.272 384m112.128 0a112.128 112.128 0 1 1-224.256 0 112.128 112.128 0 1 1 224.256 0ZM512 384m112.128 0a112.128 112.128 0 1 1-224.256 0 112.128 112.128 0 1 1 224.256 0ZM137.728 384m112.128 0a112.128 112.128 0 1 1-224.256 0 112.128 112.128 0 1 1 224.256 0Z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tianjia1" unicode="" d="M926.72 430.08h-368.64V798.72c0 25.6-20.48 46.08-46.08 46.08s-46.08-20.48-46.08-46.08v-368.64H97.28c-25.6 0-46.08-20.48-46.08-46.08s20.48-46.08 46.08-46.08h368.64v-368.64c0-25.6 20.48-46.08 46.08-46.08s46.08 20.48 46.08 46.08v368.64h368.64c25.6 0 46.08 20.48 46.08 46.08s-20.48 46.08-46.08 46.08z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tishi2" unicode="" d="M512 870.4C243.2 870.4 25.6 652.8 25.6 384s217.6-486.4 486.4-486.4 486.4 217.6 486.4 486.4c1.536 267.264-214.016 484.864-481.28 486.4h-5.12zM469.504 653.312c9.728 12.288 24.576 19.456 40.448 19.456 19.456 2.048 37.888-6.656 48.128-23.04 9.216-13.824 13.312-30.72 11.776-47.616 0-4.096-2.56-30.208-4.096-37.376l-15.36-197.12c0.512-18.432-3.584-36.864-11.776-53.76-5.12-12.8-17.408-20.48-31.232-19.456-12.288 0-23.04 7.68-27.136 19.456-7.68 16.896-11.264 35.328-11.776 53.76l-10.752 193.024c-2.56 13.824-4.096 28.16-4.096 42.496 0 17.92 5.12 35.84 15.872 50.176zM554.496 111.616c-10.24-10.24-24.576-15.36-38.912-15.36-15.872-0.512-31.232 4.608-42.496 15.36-12.288 12.288-19.456 28.672-19.456 46.08-0.512 15.872 4.608 31.232 15.36 42.496 20.48 23.552 56.32 25.6 79.872 5.12 2.048-1.536 3.584-3.584 5.12-5.12 10.752-11.776 16.384-26.624 15.36-42.496 1.536-16.896-4.096-33.28-14.848-46.08z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="baocun1" unicode="" d="M705.536 563.2c-20.992 15.872-51.2 11.776-67.072-9.216L451.584 322.56 386.048 408.576c-16.384 21.504-46.592 25.088-68.096 8.704s-25.088-46.592-8.704-68.096l103.424-135.168c8.704-11.776 22.528-18.432 37.376-18.944h0.512c14.848 0 28.672 6.656 37.888 18.432l226.816 282.112c16.384 21.504 11.776 51.712-9.728 67.584zM812.032 718.336c0-17.408 14.336-31.744 31.744-31.744 17.408 0 31.744 14.336 31.744 31.744 0 17.408-14.336 31.744-31.744 31.744-5.632 0-11.264-1.536-15.872-4.608-9.728-5.632-15.872-15.872-15.872-27.136zM943.104 607.232c-6.144 11.776-17.92 19.456-31.232 19.456-18.944 0-34.816-15.36-34.816-34.816 0-6.144 1.536-12.288 4.608-17.92 104.96-204.288 24.576-455.168-179.712-560.128s-455.168-24.576-560.128 179.712-24.576 455.168 179.712 560.128c118.784 60.928 259.072 61.44 378.368 1.024v0.512c16.384-9.728 37.888-4.096 47.616 12.288 9.728 16.384 4.096 37.888-12.288 47.616l-1.024 0.512c-1.024 0.512-2.048 1.024-3.584 1.536-238.592 121.344-530.432 25.6-651.264-213.504s-25.088-530.944 214.016-651.776 530.944-25.088 651.776 214.016c70.144 138.752 69.632 303.104-2.048 441.344z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="caidanyulan" unicode="" d="M512 231.424c85.504 0 164.864 49.152 240.128 152.576-75.264 103.424-154.624 152.576-240.128 152.576S347.136 487.424 271.872 384c75.264-103.424 154.624-152.576 240.128-152.576z m0-72.704c-110.08 0-210.944 62.464-301.568 187.392C194.56 368.64 194.56 399.36 210.432 421.888 301.568 546.816 401.92 609.28 512 609.28s210.944-62.464 301.568-187.392c15.872-22.528 15.872-53.248 0-75.776-91.136-124.928-191.488-187.392-301.568-187.392zM512 351.232c17.92 0 32.768 14.848 32.768 32.768 0 17.92-14.848 32.768-32.768 32.768-17.92 0-32.768-14.848-32.768-32.768 0-17.92 14.848-32.768 32.768-32.768z m0-83.968c-64.512 0-116.224 52.224-116.224 116.736s52.224 116.224 116.736 116.224c64.512 0 116.224-52.224 116.224-116.736-0.512-64-52.224-115.712-116.736-116.224zM103.936-24.064v155.136c0 21.504-17.408 38.912-38.912 38.912-21.504 0-38.912-17.408-38.912-38.912v-168.448c0-35.84 29.184-65.024 65.024-65.024h168.448c21.504 0 38.912 17.408 38.912 38.912s-17.408 38.912-38.912 38.912H103.936z m0 816.128h155.136c21.504 0 38.912 17.408 38.912 38.912 0 21.504-17.408 38.912-38.912 38.912H90.624C54.784 869.888 25.6 840.704 25.6 804.864v-168.448c0-21.504 17.408-38.912 38.912-38.912 21.504 0 38.912 17.408 38.912 38.912V792.064z m816.128 0v-155.136c0-21.504 17.408-38.912 38.912-38.912s38.912 17.408 38.912 38.912V805.376c0 35.84-29.184 65.024-65.024 65.024h-168.448c-21.504 0-38.912-17.408-38.912-38.912 0-21.504 17.408-38.912 38.912-38.912l155.648-0.512z m0-816.128h-155.136c-21.504 0-38.912-17.408-38.912-38.912s17.408-38.912 38.912-38.912h168.448c35.84 0 65.024 29.184 65.024 65.024v168.448c0 21.504-17.408 38.912-38.912 38.912s-38.912-17.408-38.912-38.912v-155.648z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="fabu" unicode="" d="M346.624 261.12L25.6 456.704l972.8 380.928-170.496-876.032-414.208 265.216 370.688 399.872L346.624 261.12z m69.632-105.472v-224.768l137.216 139.264-137.216 85.504z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="quanxiandaochu" unicode="" d="M881.78176 225.792v56.832c4.608 74.24-51.2 137.728-125.44 142.336-74.24 4.608-137.728-51.2-142.336-125.44-0.512-5.632-0.512-11.264 0-16.896v-56.832c-37.888-5.12-67.072-36.864-68.096-75.264v-175.104c0.512-43.008 35.328-77.824 78.848-77.312h247.296c42.496 0 76.8 33.28 78.848 75.776V148.48c-1.536 38.912-30.208 72.192-69.12 77.312z m-175.104 126.976c35.328 21.504 80.896 10.24 102.4-24.576 8.192-13.824 12.288-29.696 10.752-45.056v-56.32h-148.48v56.32c-2.048 27.648 11.264 54.784 35.328 69.632z m182.272-379.392c0-10.24-8.192-17.92-17.92-17.92h-247.296c-10.24 0-18.432 8.192-18.432 17.92V148.48c0.512 10.24 8.704 17.92 18.432 17.92h247.296c10.24 0 17.92-8.192 17.92-17.92v-175.104zM768.11776 129.024c-19.456 11.776-45.568 5.632-57.344-13.824-10.24-16.896-7.168-38.912 7.68-52.736v-40.448c0-16.896 13.312-30.208 30.208-30.208 15.872 1.024 28.16 14.336 27.648 30.208v40.448c16.896 15.872 17.408 42.496 1.024 59.392-2.56 2.56-5.632 5.12-9.216 7.168z m113.152 342.016V677.376c0.512 125.44-207.872 193.024-403.456 193.024s-403.456-67.584-403.456-193.024v-567.808c0-125.44 208.384-193.024 403.456-193.024 19.968-2.56 37.888 11.264 40.96 31.232 2.56 19.968-11.264 37.888-31.232 40.96-3.072 0.512-6.656 0.512-9.728 0h-1.024c-204.8 0.512-330.24 70.656-330.24 120.832v170.496c99.84-55.296 212.992-82.944 327.168-79.36 19.456-3.072 37.376 9.728 40.96 29.184 3.072 19.456-9.728 37.376-29.184 40.96-2.048 0.512-4.096 0.512-6.144 0.512h-3.584c-202.24 0.512-328.704 72.704-328.704 122.368V564.736c101.376-56.32 216.064-83.968 331.776-79.872 115.712-4.096 230.4 23.552 331.264 79.36v-94.208c-2.56-19.968 11.264-37.888 31.232-40.96 19.968-2.56 37.888 11.264 40.96 31.232 0.512 3.072 0.512 6.656 0 9.728l-1.024 1.024z m-403.456 86.016c-205.824 0-331.776 70.144-331.776 120.32s128 121.344 331.776 121.344v-0.512c205.824 0 331.776-70.144 331.776-120.832s-125.952-120.32-331.776-120.32z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="kuangaolashen" unicode="" d="M731.648 225.792l113.664 113.664H178.688L291.84 225.792l-63.488-63.488-189.44 189.952c-17.408 17.408-17.408 45.568 0 63.488l189.952 189.952L291.84 542.208 178.688 428.544h667.136L732.16 542.208l63.488 63.488 189.952-189.952c17.408-17.408 17.408-45.568 0-63.488l-189.952-189.952-64 63.488z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="piliang" unicode="" d="M897.024 769.024H315.392c-5.632 0-10.24 4.608-10.24 10.24V860.16c0 5.632 4.608 10.24 10.24 10.24H957.44c22.528 0 40.448-17.92 40.448-40.448v-639.488c0-5.632-4.608-10.24-10.24-10.24h-80.896c-5.632 0-10.24 4.608-10.24 10.24v578.56zM188.416 308.736c-4.096-4.096-4.096-10.24 0-14.336L368.64 114.176c7.68-7.68 20.48-7.68 28.672 0l268.8 268.8c4.096 4.096 4.096 10.24 0 14.336l-57.344 57.344c-4.096 4.096-10.24 4.096-14.336 0l-211.456-211.456-122.88 122.88c-4.096 4.096-10.24 4.096-14.336 0l-57.344-57.344zM66.048 693.248c-22.528 0-40.448-17.92-40.448-40.448V-61.44c0-22.528 17.92-40.448 40.448-40.448h714.24c22.528 0 40.448 17.92 40.448 40.448V652.288c0 22.528-17.92 40.448-40.448 40.448H66.048z m60.928-101.376h592.896v-592.896H126.976V591.872z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tianjia" unicode="" d="M512.512-100.864c-268.8 0.512-486.4 218.112-485.888 486.912 0.512 268.8 218.112 486.4 486.912 485.888 268.288-0.512 485.888-218.112 485.888-486.4 0-268.8-218.112-486.4-486.912-486.4z m-2.56 881.664c-214.528-0.512-388.608-175.104-388.096-389.632v-5.632c-3.072-211.968 166.4-386.048 378.368-389.12h9.728c215.552-3.072 392.704 169.472 395.776 385.024v4.096c-0.512 218.624-177.664 395.264-395.776 395.264z m198.144-443.392h-145.92v-145.92c0-27.136-22.016-48.64-48.64-48.64-27.136 0-48.64 22.016-48.64 48.64v145.92H318.464c-27.136 0-48.64 22.016-48.64 48.64 0 27.136 22.016 48.64 48.64 48.64h145.92V580.608c0 27.136 22.016 48.64 48.64 48.64 27.136 0 48.64-22.016 48.64-48.64v-145.92h145.92c27.136 0 48.64-22.016 48.64-48.64 0.512-27.136-21.504-48.64-48.128-48.64z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xuanzhuan1" unicode="" d="M911.5648 134.21568h-91.136v370.176c0 97.28-78.848 176.128-176.128 176.128h-393.216v91.136h393.216c147.968 0 267.264-119.808 267.264-267.264v-370.176zM25.8048 730.18368l229.376-132.608v265.216l-229.376-132.608zM865.9968-94.64832l132.608 229.376h-264.704l132.096-229.376z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhankai1" unicode="" d="M513.536 19.968L158.72 418.304c-12.8 15.36-35.84 17.408-51.2 4.096-1.536-1.536-3.072-2.56-4.096-4.096-15.36-17.92-15.36-44.032 0-61.952L512-102.4l408.576 458.24c15.36 17.92 15.36 44.032 0 61.952-12.8 15.36-35.84 17.408-51.2 4.096-1.536-1.536-3.072-2.56-4.096-4.096l-351.744-397.824z m-0.512 440.32L158.72 857.6c-12.8 15.36-35.84 17.408-51.2 4.096-1.536-1.536-3.072-2.56-4.096-4.096-15.36-17.92-15.36-44.032 0-61.952l408.576-458.752 408.576 458.24c15.36 17.92 15.36 44.032 0 61.952-12.8 15.36-35.84 17.408-51.2 4.096-1.536-1.536-3.072-2.56-4.096-4.096l-352.256-396.8z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhankai" unicode="" d="M876.032 385.536L477.696 30.72c-15.36-12.8-17.408-35.84-4.096-51.2 1.536-1.536 2.56-3.072 4.096-4.096 17.92-15.36 44.032-15.36 61.952 0L998.4 384l-458.24 408.576c-17.92 15.36-44.032 15.36-61.952 0-15.36-12.8-17.408-35.84-4.096-51.2 1.536-1.536 2.56-3.072 4.096-4.096l397.824-351.744z m-440.32-0.512L38.4 30.72c-15.36-12.8-17.408-35.84-4.096-51.2 1.536-1.536 2.56-3.072 4.096-4.096 17.92-15.36 44.032-15.36 61.952 0l458.752 408.576-458.24 408.576c-17.92 15.36-44.032 15.36-61.952 0-15.36-12.8-17.408-35.84-4.096-51.2 1.536-1.536 2.56-3.072 4.096-4.096l396.8-352.256z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="piliangtianjia" unicode="" d="M964.25472 805.58592c-22.016 22.016-51.712 34.304-82.944 34.304h-636.928c-64.512 0-116.224-52.224-116.736-116.736v-59.392c-58.368-7.168-102.912-56.832-102.912-115.712v-504.32c0-64.512 52.224-116.224 116.736-116.736h504.32c34.816 0 67.584 15.36 89.6 41.984h145.408c64.512 0 116.224 52.224 116.736 116.736v637.44c1.024 31.232-11.264 60.928-33.28 82.432z m-201.216-729.088v472.064c0 64-52.224 116.224-116.224 116.736h-411.648v58.368c0 5.632 4.608 9.728 9.728 9.728h636.928c5.632 0 9.728-4.608 9.728-9.728v-636.928c0-5.632-4.608-9.728-9.728-9.728l-118.784-0.512z m-630.784 472.064c0 5.632 4.608 9.728 9.728 9.728h504.32c5.632 0 9.728-4.608 9.728-9.728v-504.32c0-5.632-4.608-9.728-9.728-9.728h-504.32c-5.632 0-9.728 4.608-9.728 9.728v504.32zM266.39872 244.43392h69.12v-69.12c0-29.184 24.064-53.248 53.248-53.248 29.184 0.512 53.248 24.064 53.248 53.248v69.12h69.12c29.696 0 53.248 24.064 53.248 53.248 0 29.696-24.064 53.248-53.248 53.248h-69.12v69.12c0 29.696-24.064 53.248-53.248 53.248-29.696 0-53.248-24.064-53.248-53.248v-69.12h-69.12c-29.696 0-53.248-24.064-53.248-53.248s23.552-53.248 53.248-53.248z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianliangyinyongliebiao" unicode="" d="M290.816 605.184c-24.576 0-44.032-19.968-44.032-44.032s19.968-44.032 44.032-44.032c24.576 0 44.032 19.968 44.032 44.032 0.512 24.064-19.456 44.032-44.032 44.032z m0-353.792c-24.576 0-44.032-19.968-44.032-44.032s19.968-44.032 44.032-44.032c24.576 0 44.032 19.968 44.032 44.032 0.512 24.064-19.456 44.032-44.032 44.032z m0 176.64c-24.576 0-44.032-19.968-44.032-44.032s19.968-44.032 44.032-44.032c24.576 0 44.032 19.968 44.032 44.032 0.512 24.576-19.456 44.032-44.032 44.032z m442.368-176.64H467.968c-24.576 0-44.032-19.968-44.032-44.032s19.968-44.032 44.032-44.032h265.216c24.576 0 44.032 19.968 44.032 44.032s-19.456 44.032-44.032 44.032z m0 353.792H467.968c-24.576 0-44.032-19.968-44.032-44.032s19.968-44.032 44.032-44.032h265.216c24.576 0 44.032 19.968 44.032 44.032s-19.456 44.032-44.032 44.032zM865.792 870.4H158.208c-48.64 0-88.576-39.424-88.576-88.576v-796.16c0-48.64 39.424-88.576 88.576-88.576H865.28c48.64 0 88.576 39.424 88.576 88.576V781.824c0 49.152-39.424 88.576-88.064 88.576z m0-840.192c0-24.576-19.968-44.032-44.032-44.032H202.752c-24.576 0-44.032 19.968-44.032 44.032V737.792c0 24.576 19.968 44.032 44.032 44.032h619.008c24.576 0 44.032-19.968 44.032-44.032v-707.584z m-132.608 397.824H467.968c-24.576 0-44.032-19.968-44.032-44.032 0-24.576 19.968-44.032 44.032-44.032h265.216c24.576 0 44.032 19.968 44.032 44.032 0 24.576-19.456 44.032-44.032 44.032z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shouqi1" unicode="" d="M147.968 382.464L546.304 737.28c15.36 12.8 17.408 35.84 4.096 51.2-1.536 1.536-2.56 3.072-4.096 4.096-17.92 15.36-44.032 15.36-61.952 0L25.6 384l458.24-408.576c17.92-15.36 44.032-15.36 61.952 0 15.36 12.8 17.408 35.84 4.096 51.2-1.536 1.536-2.56 3.072-4.096 4.096l-397.824 351.744z m440.32 0.512L985.6 737.28c15.36 12.8 17.408 35.84 4.096 51.2-1.536 1.536-2.56 3.072-4.096 4.096-17.92 15.36-44.032 15.36-61.952 0L464.896 384l458.24-408.576c17.92-15.36 44.032-15.36 61.952 0 15.36 12.8 17.408 35.84 4.096 51.2-1.536 1.536-2.56 3.072-4.096 4.096l-396.8 352.256z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhedie" unicode="" d="M510.464 748.032l354.816-398.336c12.8-15.36 35.84-17.408 51.2-4.096 1.536 1.536 3.072 2.56 4.096 4.096 15.36 17.92 15.36 44.032 0 61.952L512 870.4 103.424 412.16c-15.36-17.92-15.36-44.032 0-61.952 12.8-15.36 35.84-17.408 51.2-4.096 1.536 1.536 3.072 2.56 4.096 4.096l351.744 397.824z m0.512-440.32l353.792-397.312c12.8-15.36 35.84-17.408 51.2-4.096 1.536 1.536 3.072 2.56 4.096 4.096 15.36 17.92 15.36 44.032 0 61.952L512 431.104l-408.576-458.24c-15.36-17.92-15.36-44.032 0-61.952 12.8-15.36 35.84-17.408 51.2-4.096 1.536 1.536 3.072 2.56 4.096 4.096l352.256 396.8z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yulan" unicode="" d="M177.664 819.712c0 21.504 14.848 29.184 32.256 16.896L832 404.48c12.288-6.144 17.408-21.504 11.264-34.304-2.56-4.608-6.144-8.704-11.264-11.264L210.432-73.216c-17.92-12.288-32.256-4.608-32.256 16.896V819.712zM194.56-121.856c-9.216 0-17.92 2.048-26.624 6.656-19.968 10.752-32.256 32.256-32.256 58.88V819.712c0 26.624 11.776 48.128 32.256 58.88 20.48 10.752 45.056 8.192 66.56-7.168L854.528 440.32c30.72-17.92 42.496-57.344 26.112-89.6-6.144-11.776-14.848-20.992-26.112-27.648L234.496-108.032c-12.8-9.216-26.624-13.824-39.936-13.824zM220.16 778.24v-793.088l570.368 396.288L220.16 778.24z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xiala1" unicode="" d="M1008.64 646.656c-7.168 6.656-16.384 10.752-26.112 10.24-11.776 0-23.04-4.608-31.744-12.8L512 202.752 73.216 643.584c-8.192 8.192-19.456 12.8-31.232 12.8-9.728 0-19.456-3.584-26.624-10.24-14.848-15.36-13.824-41.472 2.56-57.856l461.312-463.872c8.192-8.192 18.944-12.8 30.72-13.312h4.096c11.264 0.512 22.016 5.12 29.696 13.312l461.312 463.872c17.408 16.896 18.432 43.008 3.584 58.368" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="peizhi" unicode="" d="M51.08224 566.22592l476.672 276.48 444.928-276.48-466.432-287.744-455.168 287.744zM51.08224 370.64192l160.768 97.28 294.912-185.856 306.688 188.928 159.232-100.352-465.92-292.352-455.68 292.352zM51.08224 220.62592l111.104 79.872 345.6-220.16 352.256 220.16 112.64-79.872-465.92-295.424-455.68 295.424z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tiaoshi" unicode="" d="M159.72352 778.76736h349.696v-349.696h-349.696zM535.01952 341.51936h349.696v-349.696h-349.696zM181.73952 385.03936l-131.072-175.104h87.552s-8.704-219.136 175.104-219.136h131.072v87.552h-87.552c-67.584-5.12-125.952 45.568-131.072 113.152-0.512 6.144-0.512 12.288 0 17.92h87.552l-131.584 175.616zM841.19552 385.03936l131.072 175.104h-87.552s8.704 219.136-175.104 219.136h-131.072v-87.552h87.552c67.584 4.608 125.952-46.08 131.072-113.152 0.512-6.144 0.512-12.288 0-18.432h-87.552l131.584-175.104z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shouquan1" unicode="" d="M872.81664 713.51296l-334.336 125.44c-15.36 6.656-32.768 6.656-48.64 0.512l-337.92-122.88c-23.552-10.752-38.912-34.816-38.912-60.928l-2.048-398.848c-0.512-49.664 57.856-117.76 177.152-208.384 16.896-12.8 166.4-124.928 220.16-125.44 46.592 0 164.864 75.264 220.672 115.2 119.296 84.992 180.224 157.184 180.736 215.04l2.048 398.848c1.024 26.112-14.336 50.688-38.912 61.44z m-39.936-69.12l-2.048-391.168c-0.512-66.56-279.04-247.296-319.488-251.392-63.488 29.696-122.88 67.072-177.152 111.104-105.984 80.384-142.848 131.584-143.872 143.36l2.048 390.656 321.024 117.248 319.488-119.808zM358.76864 428.32896c-7.168 7.168-17.408 11.264-27.648 11.264-22.016 0-39.936-17.92-39.936-39.424 0-10.752 4.608-20.992 12.288-28.672l124.928-120.32c18.944-18.432 48.64-18.432 68.096-0.512l222.72 211.456c15.872 14.848 16.896 39.936 1.536 55.808-14.848 15.872-39.936 16.896-55.808 1.536l-202.24-191.488-103.936 100.352z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shouquan" unicode="" d="M872.81664 714.02496l-334.336 125.44c-15.36 6.656-32.768 6.656-48.64 0.512l-337.92-122.88c-23.552-10.752-38.912-34.816-38.912-60.928l-2.048-398.848c-0.512-49.664 57.856-117.76 177.152-208.384 16.896-12.8 166.4-124.928 220.16-125.44 46.592 0 164.864 75.264 220.672 115.2 119.296 84.992 180.224 157.184 180.736 215.04l2.048 398.848c1.024 26.624-14.336 50.688-38.912 61.44z m-39.936-69.12l-2.048-391.168c-0.512-66.56-279.04-247.296-319.488-251.392-63.488 29.696-122.88 67.072-177.152 111.104-105.984 80.384-142.848 131.584-143.872 143.36l2.048 390.656 321.024 117.248 319.488-119.808zM358.76864 428.84096c-7.168 7.168-17.408 11.264-27.648 11.264-22.016 0-39.936-17.92-39.936-39.424 0-10.752 4.608-20.992 12.288-28.672l124.928-120.32c18.944-18.432 48.64-18.432 68.096-0.512l222.72 211.456c15.872 14.848 16.896 39.936 1.536 55.808-14.848 15.872-39.936 16.896-55.808 1.536l-202.24-191.488-103.936 100.352z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jiantou1" unicode="" d="M567.808-6.656V204.8H51.2V565.248h516.608V774.656L972.8 384l-404.992-390.656z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jinyong1" unicode="" d="M512 870.4C243.2 870.4 25.6 652.8 25.6 384s217.6-486.4 486.4-486.4 486.4 217.6 486.4 486.4-217.6 486.4-486.4 486.4z m421.376-486.4c0-100.352-36.352-197.632-101.888-273.408L238.08 704c176.64 151.552 442.368 131.072 593.92-45.056 65.536-76.288 101.888-174.08 101.376-274.944z m-842.752 0c0 100.352 36.352 197.632 101.888 273.408l593.408-593.408c-176.128-151.552-441.856-131.584-593.408 45.056-66.048 76.288-102.4 174.08-101.888 274.944z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shubiaodaigeshishua" unicode="" d="M998.4 293.376c-8.704 41.472-13.312 83.456-13.824 125.44V488.96c0 24.576-19.968 44.544-44.544 44.544h-39.936v39.424c0 16.896-13.824 30.72-30.72 30.72H814.08c-16.896 0-30.72-13.824-30.72-30.72v-39.424h-39.424c-24.576 0-44.544-19.968-44.544-44.544v-70.144c-0.512-41.984-5.12-84.48-13.824-125.44l-1.024-3.584H998.4v3.584z m-184.32 279.552h55.808v-39.424H814.08v39.424z m83.968-227.328l1.024 45.056c0 5.632-3.072 10.752-7.68 13.312-4.608 3.072-10.752 3.072-15.872 0-4.608-2.56-7.68-7.68-7.68-13.312l-0.512-37.376-1.536-20.992-0.512-10.752h-56.832c4.608 15.872 7.168 32.256 7.168 49.152 2.048 8.704-3.584 16.896-11.776 18.432-8.704 2.048-16.896-3.584-18.432-11.776-0.512-2.048-0.512-4.608 0-6.656 0-16.896-2.56-33.28-8.704-49.152h-53.76l0.512 4.096c5.12 31.232 7.68 62.464 7.68 94.208v11.776h223.232v-20.48c0.512-28.672 3.072-57.856 7.68-86.528l0.512-4.096h-66.56l2.048 25.088z m55.296 116.736h-223.232v28.16c0.512 7.168 6.656 12.8 13.824 12.8h197.12c7.168-0.512 12.8-6.656 12.8-13.824l-0.512-27.136zM303.104 351.232l-70.144-144.384-171.008 423.424 423.424-171.008L340.992 389.12l221.184-221.184-37.888-37.888-221.184 221.184zM525.824 101.376l-217.6 217.6L230.4 159.232 25.6 666.624l507.392-204.8L372.736 384l217.6-217.6-64.512-65.024z m0 26.624l38.4 38.4L340.992 389.12 486.4 460.288 59.392 632.32l172.032-427.008L302.08 351.232l223.744-223.232z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zitiyanse" unicode="" d="M606.208 885.76H417.28L29.696-128h177.664l92.16 254.464h424.96l92.16-254.464h177.664L606.208 885.76zM349.184 262.144L509.44 706.56h5.632l158.72-444.416H349.184z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tianchongyanse" unicode="" d="M485.376 721.92L312.832 890.88 252.928 828.416l163.328-150.016-404.992-373.76L474.112-122.88l462.848 427.52c-0.512 0-451.584 417.28-451.584 417.28z m-279.552-351.744l268.8 247.808 268.8-247.808h-537.6zM974.848 133.12l-43.008 65.536-41.472-64.512c-27.136-15.36-45.568-44.032-45.568-77.312 0-48.64 38.912-87.552 87.552-87.552 48.64 0 87.552 38.912 87.552 87.552 0.512 32.256-17.92 60.928-45.056 76.288z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tuozhuai1" unicode="" d="M983.04 420.864l-143.36 143.36c-13.312 13.312-35.328 13.312-49.152 0-13.312-13.312-13.312-35.328 0-49.152l96.256-96.256h-340.48V758.784l96.256-96.256c13.312-13.312 35.328-13.312 49.152 0 13.312 13.312 13.312 35.328 0 49.152l-143.36 143.36c-20.48 20.48-53.248 20.48-73.728 0l-143.36-143.36c-13.312-13.312-13.312-35.328 0-49.152 13.312-13.312 35.328-13.312 49.152 0l96.256 96.256v-340.48H137.216l96.256 96.256c13.312 13.312 13.312 35.328 0 49.152-13.312 13.312-35.328 13.312-49.152 0l-143.36-143.36c-20.48-20.48-20.48-53.248 0-73.728l143.36-143.36c13.312-13.312 35.328-13.312 49.152 0 13.312 13.312 13.312 35.328 0 49.152l-96.256 96.256h340.48v-340.48l-96.256 96.256c-13.312 13.312-35.328 13.312-49.152 0s-13.312-35.328 0-49.152l143.36-143.36c20.48-20.48 53.248-20.48 73.728 0l143.36 143.36c13.312 13.312 13.312 35.328 0 49.152s-35.328 13.312-49.152 0l-96.256-96.256v340.48h340.48l-96.256-96.256c-13.312-13.312-13.312-35.328 0-49.152s35.328-13.312 49.152 0l143.36 143.36c19.456 20.992 19.456 53.76-1.024 74.24z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="suoyoukuangxian" unicode="" d="M940.544 870.4H83.456C51.712 870.4 25.6 844.288 25.6 812.544v-857.088c0-31.744 26.112-57.856 57.856-57.856h857.088c31.744 0 57.856 26.112 57.856 57.856V812.544c0 31.744-26.112 57.856-57.856 57.856z m11.776-914.944c0-6.144-5.12-11.776-11.776-11.776H83.456c-6.144 0-11.776 5.12-11.776 11.776V812.544c0 6.144 5.12 11.776 11.776 11.776h857.088c6.144 0 11.776-5.12 11.776-11.776v-857.088zM86.016 406.528h851.968v-44.544H86.016zM534.528 809.984v-851.968h-44.544V809.984z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zuokuangxian" unicode="" d="M974.848 407.04c12.8 0 23.04-10.24 23.04-23.04s-10.24-23.04-23.04-23.04-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04z m-23.04 254.976c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04z m0 92.672c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288 0-23.04-10.24-23.04-23.04z m0-185.344c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288 0-23.04-10.24-23.04-23.04z m0-92.672c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288 0-23.04-10.24-23.04-23.04z m0-185.344c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288 0-23.04-10.24-23.04-23.04z m0-278.016c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288 0-23.04-10.24-23.04-23.04z m0-92.672c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288 0-23.04-10.24-23.04-23.04z m0 185.344c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288 0-23.04-10.24-23.04-23.04z m0 92.672c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288 0-23.04-10.24-23.04-23.04z m0 648.704c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04zM488.96 754.688c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04z m0-556.032c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04z m0-92.672c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04z m0 370.688c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.8 0.512-23.04-10.24-23.04-23.04z m0-462.848c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04c0 0 0-0.512 0 0z m0 278.016c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04c0-0.512 0-0.512 0 0z m0 277.504c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.8 0.512-23.04-10.24-23.04-23.04z m0 92.672c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.8 0.512-23.04-10.24-23.04-23.04z m184.832-741.376c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288 0.512-23.04-10.24-23.04-23.04z m92.672 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288 0.512-23.04-10.24-23.04-23.04z m92.672 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288 0.512-23.04-10.24-23.04-23.04z m-370.688 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-22.528-10.24-23.04-23.04z m92.672 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04z m-370.688 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.8-0.512-22.528-10.752-22.528-23.04h-0.512z m-92.672 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.8-0.512-22.528-10.752-22.528-23.04H117.76z m277.504 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.8-0.512-22.528-10.752-22.528-23.04h-0.512z m-92.672 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.8-0.512-22.528-10.752-22.528-23.04h-0.512zM117.248 384c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288-0.512-22.528-10.752-22.528-23.04h-0.512z m92.672 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.8-0.512-22.528-10.752-22.528-23.04H209.92z m371.2 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04z m-185.344 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-22.528-10.24-23.04-23.04z m-92.672 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-22.528-10.24-23.04-23.04z m556.032 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04z m-185.344 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04z m92.672 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04z m-278.016 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-22.528-10.24-23.04-23.04zM117.248 847.36c0-12.8 10.24-23.04 23.04-23.04S163.84 834.56 163.84 847.36 153.6 870.4 140.8 870.4c-12.288-0.512-22.528-10.752-22.528-23.04h-1.024z m92.672 0c0-12.8 10.24-23.04 23.04-23.04S256 834.56 256 847.36 246.272 870.4 233.472 870.4c-12.8-0.512-22.528-10.752-22.528-23.04H209.92z m556.032 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.8-0.512-22.528-10.752-22.528-23.04h-0.512z m-185.344 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288-0.512-22.528-10.752-22.528-23.04h-0.512z m92.672 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.8-0.512-22.528-10.752-22.528-23.04h-0.512z m-185.344 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04-23.04-10.24-23.04-23.04z m-92.672 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288-0.512-22.528-10.752-22.528-23.04h-0.512z m-92.672 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04S338.944 870.4 326.144 870.4c-12.288-0.512-22.528-10.752-22.528-23.04h-1.024z m556.032 0c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-12.288-0.512-22.528-10.752-22.528-23.04h-0.512z m-786.432-926.72V847.36c0 12.8-10.24 23.04-23.04 23.04S25.6 860.16 25.6 847.36v-926.208c0-12.8 10.24-23.04 23.04-23.04 13.312-0.512 23.552 9.728 23.552 22.528z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xiakuangxian" unicode="" d="M535.04 846.848c0 12.8-10.24 23.04-23.04 23.04s-23.04-10.24-23.04-23.04 10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04z m254.464-23.04c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-9.728-23.04-23.04-23.04 0.512 0 0.512 0 0 0z m-184.832 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m-92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m-185.344 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m-278.016 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-9.728-23.04-23.04-23.04 0.512 0 0 0 0 0z m-92.672 0C35.84 823.808 25.6 834.048 25.6 846.848S35.84 870.4 48.64 870.4 71.68 860.16 71.68 847.36c0.512-13.312-9.728-23.552-23.04-23.552 0.512 0 0 0 0 0z m185.344 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-9.728-23.04-23.04-23.04z m92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m648.192 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-9.728-23.04-23.04-23.04 0.512 0 0 0 0 0z m-92.672-462.848c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m-555.52 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m-92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m370.688 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m-462.848 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c0 0-0.512 0 0 0z m277.504 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0.512-12.8-10.24-23.04-23.04-23.04z m278.016 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m92.672 0c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04c0 0-0.512 0 0 0zM49.152 546.304c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0 92.16c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-23.04-23.04-23.04z m0-370.688c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.752-22.528-23.04-23.04-0.512 0.512-0.512 0.512 0 0z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.752-23.04-23.04-23.04c-0.512 0.512-0.512 0.512 0 0z m0-370.688c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0 278.016c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512zM512-10.24c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0 370.688c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-185.344c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-22.528-23.04-23.04z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c0-12.288-10.24-22.528-23.04-23.04z m0 556.032c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-185.344c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-278.016c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-22.528-23.04-23.04z m463.36-370.688c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0 92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0 555.52c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0-184.832c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0 92.16c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0-184.832c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04-10.24-23.04-23.04-23.04z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0-92.672c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512z m0 555.52c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04c-0.512-12.8-10.752-22.528-23.552-22.528l0.512-0.512zM48.64-55.808h926.208c12.8 0 23.04-10.24 23.04-23.04s-10.24-23.04-23.04-23.04H48.64c-12.8 0-23.04 10.24-23.04 23.04s10.24 23.04 23.04 23.04z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="youkuangxian" unicode="" d="M48.64 407.04C35.84 407.04 25.6 396.8 25.6 384s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04zM71.68 662.016c0-12.8-10.24-23.04-23.04-23.04S25.6 649.216 25.6 662.016s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m0 92.672c0-12.8-10.24-23.04-23.04-23.04S25.6 741.888 25.6 754.688s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m0-185.344c0-12.8-10.24-23.04-23.04-23.04S25.6 556.544 25.6 569.344s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m0-92.672c0-12.8-10.24-23.04-23.04-23.552-12.8 0-23.04 10.24-23.552 23.04 0 12.8 10.24 23.04 23.04 23.552 13.312 0 23.552-10.24 23.552-23.04z m0-185.344c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m0-278.016c0-12.8-10.752-23.04-23.552-23.04S25.6 1.024 25.6 13.824c0 12.8 10.24 23.04 23.04 23.04 12.8-0.512 23.04-10.752 23.04-23.552z m0-92.672c0-12.8-10.24-23.04-23.04-23.04S25.6-92.16 25.6-79.36s10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m0 185.344c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m0 92.672c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04zM71.68 847.36C71.68 834.56 61.44 824.32 48.64 824.32 35.84 823.808 25.6 834.56 25.6 847.36S35.84 870.4 48.64 870.4 71.68 860.16 71.68 847.36z m463.36-92.672c0-12.8-10.24-23.552-23.04-23.552s-23.552 10.24-23.552 23.04 10.24 23.552 23.04 23.552h0.512c12.8 0 23.04-10.24 23.04-23.04z m0-555.52c0-12.8-10.24-23.552-23.04-23.552s-23.552 10.24-23.552 23.04 10.24 23.552 23.04 23.552h0.512c12.8-0.512 23.04-10.752 23.04-23.04z m0-92.672c0-12.8-10.24-23.04-23.04-23.552-12.8 0-23.04 10.24-23.552 23.04s10.24 23.04 23.04 23.552c13.312-0.512 23.552-10.752 23.552-23.04z m0 370.688c0.512-12.8-9.728-23.552-22.528-24.064-12.8-0.512-23.552 9.728-24.064 22.528-0.512 12.8 9.728 23.552 22.528 24.064h1.024c12.8 0 23.04-10.24 23.04-23.04v0.512z m0-463.36c0.512-12.8-9.728-23.552-22.528-23.552-12.8-0.512-23.552 9.728-23.552 22.528-0.512 12.8 9.728 23.552 22.528 23.552h0.512c12.8 0 23.04-10.24 23.04-23.04v-0.512 1.024z m0 278.016c0.512-12.8-9.728-23.552-22.528-23.552-12.8-0.512-23.552 9.728-23.552 22.528s9.728 23.552 22.528 23.552h0.512c12.8 0 23.04-10.24 23.04-23.04v0.512z m0 278.016c0.512-12.8-9.728-23.552-22.528-23.552-12.8-0.512-23.552 9.728-23.552 22.528-0.512 12.8 9.728 23.552 22.528 23.552h0.512c12.8 0 23.04-10.24 23.04-22.528z m0 92.672c0.512-12.8-9.728-23.552-22.528-23.552-12.8-0.512-23.552 9.728-23.552 22.528-0.512 12.8 9.728 23.552 22.528 23.552h0.512c12.8 0 23.04-10.24 23.04-23.04v0.512zM349.696-79.36c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m-92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.8 0.512 23.04-10.24 23.04-23.04z m-92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.8 0.512 23.04-9.728 23.04-23.04 0 0.512 0 0 0 0z m371.2 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m-92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m370.688 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.8-0.512 22.528-10.752 22.528-23.04h0.512z m92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m-278.016 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288-0.512 22.528-10.752 22.528-23.04h0.512z m92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.8-0.512 22.528-10.752 22.528-23.04h0.512z m184.832 463.36c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m-92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m-370.688 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0.512 23.04-9.728 23.04-23.04z m185.344 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 23.04-10.24 23.04-23.04z m92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0.512 23.04-9.728 23.04-23.04z m-556.032 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.8 0.512 23.04-9.728 23.04-23.04z m185.344 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m-92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m278.016 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04zM906.24 847.36c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m-92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m-556.032 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m185.344 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04S407.04 870.4 419.84 870.4c12.288 0 22.528-10.24 23.04-23.04z m-92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m185.344 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m-556.032 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 22.528 23.04c12.8 0 23.04-10.24 23.552-23.04-0.512 0-0.512 0 0 0z m787.456-926.72V847.36c0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04v-926.72c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="wukuangxian" unicode="" d="M164.352-79.36c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04zM512-56.32c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m462.848 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m-277.504 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m184.832 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m-555.52 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m-92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m185.344 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m185.344 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m185.344 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-0.512 0-0.512 0 0 0zM48.64-56.32C35.84-56.32 25.6-66.56 25.6-79.36s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m185.344 463.36c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m371.2 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-0.512 0-0.512 0 0 0z m-185.344 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-0.512 0-0.512 0 0 0z m277.504 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m-370.688 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m-185.344 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m740.864 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m-92.16 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04zM48.64 221.696c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 370.688c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0-277.504c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 22.528-23.04 23.04z m0-278.016c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 22.528-23.04 23.04z m0 463.36c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 22.528-23.04 23.04z m0-92.672C35.84 407.552 25.6 396.8 25.6 384c0-12.8 10.24-23.04 23.04-23.04s23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.552z m0-278.016c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 22.528-23.04 23.04z m0 555.52c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04zM512 592.384c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0-370.688c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 463.36c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m0-278.016c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0-370.688c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 185.344c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m0 185.344c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m462.848-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.288-9.728 23.04-23.04 23.04 0.512 0 0 0 0 0z m0-185.344c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.288-9.728 23.04-23.04 23.04 0.512 0 0 0 0 0z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.288-9.728 23.04-23.04 23.04 0.512 0 0 0 0 0z m0-185.344c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-9.728 23.04-23.04 23.04 0.512 0 0 0 0 0z m0 370.688c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m0 370.688c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0-185.344c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04zM512 870.4c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04zM326.656 870.4c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 22.528-23.04 23.04zM233.984 870.4c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 22.528-23.04 23.04z m370.688 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04zM419.328 870.4c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04zM141.824 870.4c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04S154.112 870.4 141.824 870.4c-0.512 0-0.512 0 0 0zM49.152 870.4C36.352 870.4 25.6 860.16 25.6 847.36S35.84 824.32 48.64 824.32 71.68 834.56 71.68 847.36C72.192 860.16 61.44 870.4 49.152 870.4c-0.512 0-0.512 0 0 0z m833.536 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.752 23.04-23.04 23.04c-0.512 0-0.512 0 0 0z m92.672 0C962.56 870.4 952.32 860.16 952.32 847.36s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.752 23.04-23.04 23.04c-0.512 0-0.512 0 0 0z m-185.344 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.752 23.04-23.04 23.04c-0.512 0-0.512 0 0 0z m-92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="waicekuangxian" unicode="" d="M940.544 870.4H83.456C51.712 870.4 25.6 844.288 25.6 812.544v-857.088c0-31.744 26.112-57.856 57.856-57.856h857.088c31.744 0 57.856 26.112 57.856 57.856V812.544c0 31.744-26.112 57.856-57.856 57.856z m11.776-914.944c0-6.144-5.12-11.776-11.776-11.776H83.456c-6.144 0-11.776 5.12-11.776 11.776V812.544c0 6.144 5.12 11.776 11.776 11.776h857.088c6.144 0 11.776-5.12 11.776-11.776v-857.088zM350.208 384c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m-185.344 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m185.344 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m278.016 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m92.672 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m-185.344 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m278.016 0c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.288 0 22.528-10.24 23.04-23.04z m-371.2-370.688c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m0 648.192c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.8 0.512 23.04-9.728 23.04-23.04z m0 92.672c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04c12.8 0.512 23.04-9.728 23.04-23.04z m0-648.192c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-22.528v-0.512z m0 463.36c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m0-371.2c-0.512-12.8-10.752-23.04-23.552-22.528-12.8 0.512-23.04 10.752-22.528 23.552 0.512 12.8 10.752 22.528 23.04 22.528 12.8 0 23.04-10.24 23.04-23.04v-0.512z m0 278.016c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-9.728 23.04-22.528v-0.512z m0-185.344c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-9.728 23.04-22.528v-0.512z m0 92.672c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-9.728 23.04-22.528v-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shangkuangxian" unicode="" d="M535.04-78.848c0-12.8-10.24-23.04-23.04-23.04s-23.04 10.24-23.04 23.04 10.24 23.04 23.04 23.04 23.04-10.24 23.04-23.04z m254.976 23.04c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m-185.344 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m-92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m-185.344 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m-278.016 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m-92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m185.344 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0 12.288-10.24 23.04-23.04 23.04z m648.704 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m-92.672 462.848c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m-556.032 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m-92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m370.688 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m-462.848 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c0 0-0.512 0 0 0z m278.016 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04c-0.512 0-0.512 0 0 0z m277.504 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04z m92.672 0c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.8-10.24 23.04-23.04 23.04zM48.64 222.208c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.288-10.24 23.04-23.04 23.04z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.288-10.24 23.04-23.04 23.04z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c0.512 12.288-10.24 23.04-23.04 23.04z m0 370.688c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 22.528-23.04 23.04z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 370.688c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.04 22.528v0.512z m0 92.672C35.84 778.24 25.6 768 25.6 755.2S35.84 732.16 48.64 732.16s23.04 10.24 23.04 23.04-10.24 22.528-23.04 22.528V778.24z m0-277.504c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.04 22.528v0.512z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.04 22.528v0.512zM512 778.752c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.288-10.752 22.528-23.04 22.528v0.512z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.04 22.528V686.08z m0-371.2c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 185.344c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 22.528-23.04 23.04z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 22.528-23.04 23.04z m0-556.032c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 185.344c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 278.016c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 22.528-23.04 23.04z m463.36 371.2c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.288-10.752 22.528-23.04 22.528v0.512z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.04 22.528V686.08z m0-556.032c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.04 22.528v0.512z m0 185.344c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.288-10.752 22.528-23.04 22.528v0.512z m0-92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.8-10.752 22.528-23.04 22.528v0.512z m0 185.344c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04-10.24 23.04-23.04 23.04z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.288-10.752 22.528-23.04 22.528v0.512z m0 92.672c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.288-10.752 22.528-23.04 22.528v0.512z m0-556.032c-12.8 0-23.04-10.24-23.04-23.04s10.24-23.04 23.04-23.04 23.04 10.24 23.04 23.04c-0.512 12.288-10.752 22.528-23.04 22.528v0.512zM48.64 823.808h926.208c12.8 0 23.04 10.24 23.04 23.04s-10.24 23.04-23.04 23.04H48.64C35.84 870.4 25.6 859.648 25.6 846.848s10.24-23.04 23.04-23.04z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shouqi" unicode="" d="M940.032 248.32l-331.776 3.584 3.584-331.776c0.512-23.04-17.92-42.496-41.472-42.496h-1.536c-24.064 0.512-43.52 19.456-43.52 43.52l-4.096 374.784c-0.512 23.04 18.432 42.496 41.472 43.008h1.536l374.784-4.096c24.064-0.512 43.008-19.456 43.52-43.52 0.512-23.552-18.432-42.496-41.472-43.008-0.512-0.512-1.024-0.512-1.024 0zM459.776 429.568l-374.784 4.096c-24.064 0.512-43.008 19.456-43.52 43.52-0.512 23.552 18.432 42.496 41.472 43.008h1.024l331.776-3.584-3.072 331.264c-0.512 23.552 18.432 42.496 41.472 43.008h1.024c24.064-0.512 43.008-19.456 43.52-43.52l4.096-374.784c0.512-23.552-18.432-42.496-41.472-42.496-0.512-0.512-0.512-0.512-1.536-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="geshishua" unicode="" d="M998.4-91.648c-27.136 128-41.472 258.56-43.008 389.12V515.072c0 76.8-61.952 138.752-138.24 138.752h-122.368V775.68c0 52.224-42.496 94.72-94.72 94.72H426.496C373.76 870.4 331.264 827.904 331.264 775.68v-121.344H209.408c-76.8 0-138.24-62.464-138.24-138.752v-217.088c-2.048-130.56-16.384-261.12-43.008-389.12L25.6-102.4h972.8v10.752zM426.496 775.68h173.056v-121.344H426.496V775.68z m260.608-705.536l3.072 139.776c-0.512 16.896-9.728 32.768-24.064 41.472-14.848 9.216-33.792 9.216-48.64 0-14.848-8.704-24.064-24.064-24.576-41.472l-2.048-115.2-4.096-65.536-1.536-33.792H408.576c14.848 49.152 22.528 100.864 22.016 152.064 5.632 26.112-11.264 52.224-37.376 57.856s-52.224-11.264-57.856-37.376c-1.536-6.656-1.536-13.824 0-20.48 0.512-52.224-8.704-103.936-28.16-152.064H140.288l2.048 13.312c15.36 96.768 23.552 194.048 24.576 291.84V337.92h692.224v-63.488c2.048-89.6 10.24-179.2 24.576-267.264l2.048-13.312h-205.312l6.656 76.288z m172.032 362.496H166.4v87.04c2.048 22.016 20.992 38.912 43.008 38.912h610.304c22.016-2.048 38.912-20.992 38.912-43.008l0.512-82.944z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="charu" unicode="" d="M998.4 300.032V594.432v1.024V827.904c2.048 20.992-13.312 39.936-34.816 42.496H60.416c-20.992-2.048-36.352-20.992-34.816-42.496v-888.32c-2.048-20.992 13.312-39.936 34.816-42.496h902.656c20.992 2.048 36.864 20.992 34.816 42.496v358.4 1.024c0 0.512 0.512 1.024 0.512 1.024z m-607.744 41.472V552.96h225.792v-211.456H390.656z m225.28-84.48v-274.432h-225.28v274.432h225.28zM95.232 552.96h225.792v-211.456H95.232V552.96z m590.336 0h243.2v-211.456h-243.2V552.96z m243.2 232.96v-148.48H95.232v148.48h833.536zM95.232 257.024h225.792v-274.432H95.232v274.432z m590.336-274.944v274.432h243.2v-274.432h-243.2z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="hebingdanyuange" unicode="" d="M109.056 786.944h250.368V629.76c0-2.56 2.048-5.12 5.12-5.12h73.728c2.56 0 5.12 2.048 5.12 5.12V836.096c0 18.944-15.36 34.304-34.304 34.304H60.416c-18.944 0-34.304-15.36-34.304-34.304v-904.192c0-18.944 15.36-34.304 34.304-34.304h348.672c18.944 0 34.304 15.36 34.304 34.304V138.24c0 2.56-2.048 5.12-5.12 5.12H364.544c-2.56 0-5.12-2.048-5.12-5.12v-157.184H109.056V786.944zM964.096 870.4h-348.672c-18.944 0-34.304-15.36-34.304-34.304V629.76c0-2.56 2.048-5.12 5.12-5.12h73.728c2.56 0 5.12 2.048 5.12 5.12V786.944h250.368v-805.888h-250.368V138.24c0 2.56-2.048 5.12-5.12 5.12h-73.728c-2.56 0-5.12-2.048-5.12-5.12v-206.336c0-18.944 15.36-34.304 34.304-34.304h348.672c18.944 0 34.304 15.36 34.304 34.304V836.096c0 18.944-15.36 34.304-34.304 34.304zM512 384L355.84 526.848v-285.696L512 384z m-156.16-41.472v76.8H182.272v-76.8h173.568zM560.64 384L716.8 526.848v-285.696L560.64 384z m156.16-41.472v76.8h173.568v-76.8H716.8z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="chaifendanyuange" unicode="" d="M109.056 786.944h250.368V629.76c0-2.56 2.048-5.12 5.12-5.12h73.728c2.56 0 5.12 2.048 5.12 5.12V836.096c0 18.944-15.36 34.304-34.304 34.304H60.416c-18.944 0-34.304-15.36-34.304-34.304v-904.192c0-18.944 15.36-34.304 34.304-34.304h348.672c18.944 0 34.304 15.36 34.304 34.304V138.24c0 2.56-2.048 5.12-5.12 5.12H364.544c-2.56 0-5.12-2.048-5.12-5.12v-157.184H109.056V786.944zM964.096 870.4h-348.672c-18.944 0-34.304-15.36-34.304-34.304V629.76c0-2.56 2.048-5.12 5.12-5.12h73.728c2.56 0 5.12 2.048 5.12 5.12V786.944h250.368v-805.888h-250.368V138.24c0 2.56-2.048 5.12-5.12 5.12h-73.728c-2.56 0-5.12-2.048-5.12-5.12v-206.336c0-18.944 15.36-34.304 34.304-34.304h348.672c18.944 0 34.304 15.36 34.304 34.304V836.096c0 18.944-15.36 34.304-34.304 34.304zM895.744 384l-156.16 142.848v-285.696l156.16 142.848z m-156.16-41.472v76.8h-173.568v-76.8h173.568zM133.888 384l156.16 142.848v-285.696L133.888 384z m156.16-41.472v76.8h173.568v-76.8h-173.568z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="biankuang" unicode="" d="M534.016 822.784c0 12.288-9.728 22.016-22.016 22.016s-22.016-9.728-22.016-22.016 9.728-22.016 22.016-22.016 22.016 9.728 22.016 22.016z m241.152-22.016c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016z m88.064 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016z m-175.616 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016z m-87.552 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c-0.512-12.288-10.24-22.016-22.016-22.016z m-175.616 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-10.24-22.016-22.016-22.016z m-263.168 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c-0.512-12.288-10.24-22.016-22.016-22.016z m-88.064 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016z m175.616 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c-0.512-12.288-9.728-22.016-22.016-22.016z m87.552 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016z m614.4 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016z m-88.064-438.784c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0-11.776-9.728-22.016-22.016-22.016z m-526.336 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016S358.4 396.288 358.4 384c0-11.776-9.728-22.016-22.016-22.016z m-88.064 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0-11.776-9.728-21.504-22.016-22.016z m351.232 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0-11.776-9.728-21.504-22.016-22.016z m-438.784 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0-11.776-9.728-21.504-22.016-22.016z m263.168 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0-11.776-9.728-21.504-22.016-22.016z m263.168 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0-11.776-9.728-21.504-22.016-22.016z m88.064 0c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016zM73.216 537.6c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016z m0 88.064c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016c0-0.512 0-0.512 0 0z m0 87.552c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0-11.776-9.728-22.016-22.016-22.016z m0-350.72c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016c0-0.512 0-0.512 0 0z m0 88.064c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0.512-12.288-9.216-22.016-21.504-22.528h-0.512V450.56z m0-351.232c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0.512-12.288-9.216-22.016-21.504-22.528h-0.512v0.512z m0-88.064c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016z m0 263.168c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0-11.776-9.728-22.016-22.016-22.016z m0-87.552c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016c0-0.512 0-0.512 0 0z m438.784-175.616c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016z m0 88.064c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.528-22.016-22.016c0-0.512 0-0.512 0 0z m0 350.72c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0-11.776-9.728-22.016-22.016-22.016z m0-175.104c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.528-22.016-22.016c0-0.512 0-0.512 0 0z m0-88.064c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016c0-0.512 0-0.512 0 0z m0 526.336c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016z m0-175.616c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0-11.776-9.728-22.016-22.016-22.016z m0 88.064c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016c0-0.512 0-0.512 0 0z m0-263.168c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016c0-0.512 0-0.512 0 0z m438.784-351.232c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0-11.776-9.728-22.016-22.016-22.016z m0 88.064c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0.512-12.288-9.216-22.016-21.504-22.528h-0.512v0.512z m0 526.336c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0.512-12.288-9.216-22.016-21.504-22.528h-0.512v0.512z m0-175.104c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0.512-12.288-9.216-22.016-21.504-22.528h-0.512V450.56z m0 88.064c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0.512-12.288-9.216-22.528-20.992-22.528h-0.512l-0.512 0.512z m0-175.616c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-10.24-22.016-22.016-22.016z m0-88.064c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016c0.512-12.288-9.216-22.016-21.504-22.528h-0.512v0.512z m0-88.064c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.016-22.016-22.016c0-0.512 0-0.512 0 0z m0 526.848c-12.288 0-22.016 9.728-22.016 22.016s9.728 22.016 22.016 22.016 22.016-9.728 22.016-22.016-9.728-22.528-22.016-22.016c0-0.512 0-0.512 0 0zM73.216-32.768h877.568c12.288 0 22.016-9.728 22.016-22.016s-9.728-22.016-22.016-22.016H73.216c-12.288 0-22.016 9.728-22.016 22.016s10.24 22.016 22.016 22.016z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="hulian" unicode="" d="M424.448 814.592c-27.136-48.128-10.752-109.568 37.888-136.704 48.128-27.136 109.568-10.752 136.704 37.888 27.136 48.128 10.752 109.568-37.888 136.704-23.04 12.8-50.176 16.384-75.264 9.728-26.112-7.168-48.128-24.576-61.44-47.616zM952.32 96.768c29.184 47.616 13.824 109.568-33.792 138.24-47.616 29.184-109.568 13.824-138.24-33.792-29.184-47.616-13.824-109.568 33.792-138.24 0.512-0.512 1.024-0.512 2.048-1.024 47.104-27.648 107.52-12.288 136.192 34.816z m-123.904 221.696c24.576 5.632 50.688 5.632 75.264 0V581.632l-226.304 129.536c-7.68-24.576-20.48-47.104-37.888-65.536L828.416 537.6v-219.136z m-757.76-120.32c-27.648-48.128-11.264-109.568 37.376-137.728 48.128-27.648 109.568-11.264 137.728 37.376 27.648 48.128 11.264 109.568-37.376 137.728-15.36 8.704-32.256 13.312-50.176 13.312-36.352 0-69.632-18.944-87.552-50.688zM198.144 317.44V537.6l184.832 108.544c-16.896 18.432-30.208 40.96-37.888 65.024L122.368 581.632V317.44c25.088 5.632 50.688 5.632 75.776 0z m499.2-220.16L512-9.728 326.144 97.28c-3.584-13.312-9.216-26.112-15.872-38.4-5.632-9.728-12.288-19.456-19.456-28.16l221.696-128 222.72 128c-17.408 19.456-30.208 41.984-37.888 66.56z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="hulianxiang" unicode="" d="M509.57824-117.82656c-275.456 0-499.2 223.232-499.2 498.688v3.072c-1.024 47.616 5.632 94.72 19.968 140.288l2.048 6.144-3.584 5.12c-10.752 16.384-17.408 35.84-18.432 55.296 1.536 49.664 43.008 88.576 92.672 87.04 48.128-1.536 86.016-39.936 87.552-88.064-2.048-44.032-33.792-81.408-77.312-90.112l-7.68-1.536-2.048-7.68c-50.688-186.88 32.768-384 201.728-477.696 60.928-34.816 129.536-53.248 199.68-53.248h7.168c65.536 1.536 130.048 15.872 189.952 42.496 5.632 5.632 12.8 8.704 20.992 9.216h0.512c10.24 0.512 19.968-3.072 27.648-10.24 7.168-7.168 11.264-17.408 10.24-27.648-0.512-15.36-9.216-29.184-23.552-35.328-70.656-36.352-148.992-55.296-228.352-55.808zM918.15424 36.79744c-49.664 0-90.112 40.448-90.112 90.112 1.024 38.912 26.112 73.216 62.976 85.504l5.632 2.048 2.048 5.632c91.648 215.04-8.704 463.872-223.744 555.008-51.712 22.016-107.008 33.28-163.328 33.792-62.464-0.512-124.416-14.848-180.736-42.496-8.192-5.12-16.896-8.192-26.624-9.216-9.728-0.512-19.456 3.584-26.624 10.24-7.168 7.168-11.264 17.408-10.24 27.648 0.512 14.336 6.144 27.648 16.384 37.376 71.168 34.304 148.992 52.736 227.84 53.248 276.48-1.536 500.224-225.28 501.76-501.76-1.536-59.904-13.312-119.296-35.328-175.616l-2.56-8.704 7.168-6.144c19.456-16.384 29.184-40.96 26.112-66.048 0-49.664-40.448-90.624-90.624-90.624zM508.55424 324.54144c-12.8 0-25.6 3.072-37.376 9.216l-236.544 118.272c-10.752 3.584-18.432 13.312-18.944 24.576 0 7.168 3.072 13.824 19.968 25.088l229.888 117.76c14.848 5.12 30.72 8.192 46.592 8.704 15.36 0 30.72-4.608 43.52-13.312l243.712-114.176c8.192-5.632 13.312-14.848 13.312-24.576 1.536-9.728-3.584-19.456-12.288-24.064l-237.568-118.784c-14.848-5.12-30.72-8.192-46.592-9.216-2.56 0.512-5.12 0.512-7.68 0.512zM506.50624 117.69344c-13.824 0-27.648 3.584-40.448 10.24l-231.936 113.152c-10.752 6.656-17.92 17.92-18.944 30.72-0.512 19.456 14.848 35.84 34.304 36.352 5.12 0 10.24-1.024 14.848-2.56l194.56-97.28c30.72-17.408 68.608-17.408 99.84 0.512l195.072 97.28c10.24 5.632 22.528 5.12 32.768-1.024 15.872-10.24 19.968-30.72 10.24-46.592-3.072-5.12-7.68-9.216-13.312-11.776l-236.544-118.784c-12.288-6.656-26.112-9.728-40.448-10.24z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhongzhi" unicode="" d="M143.40608 384c0 178.176 144.384 276.48 322.56 276.48h230.4v-92.16l276.48 138.24-276.48 138.24v-92.16h-230.4c-228.864 0-414.72-139.776-414.72-368.64v-138.24h92.16v138.24z m737.28 0c0-178.176-144.384-276.48-322.56-276.48h-230.4v92.16l-276.48-138.24 276.48-138.24v92.16h230.4c228.864 0 414.72 139.776 414.72 368.64V522.24h-92.16v-138.24z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="kaiguananniu" unicode="" d="M715.776 689.664H308.224C139.264 689.664 2.56 552.96 2.56 384s136.704-305.664 305.664-305.664h407.552c168.96 0 305.664 136.704 305.664 305.664s-136.704 305.664-305.664 305.664z m0-543.232H308.224c-131.072-2.048-239.104 102.912-241.152 234.496-2.048 131.072 102.912 239.104 234.496 240.64H715.776c131.072 2.048 239.104-102.912 241.152-234.496 2.048-131.072-102.912-239.104-234.496-241.152-2.048 0.512-4.096 0.512-6.656 0.512zM308.224 587.776c-112.64 0-203.776-91.136-203.776-203.776 0-112.64 91.136-203.776 203.776-203.776S512 271.36 512 384c0 112.64-91.136 203.776-203.776 203.776z m0-339.456c-75.264 0-135.68 60.928-135.68 135.68s60.928 135.68 135.68 135.68c75.264 0 135.68-60.928 135.68-135.68 0-75.264-60.928-135.68-135.68-135.68z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="diandonganniu" unicode="" d="M906.752 844.8H117.248C80.896 844.8 51.2 815.104 51.2 778.752v-790.016c0-36.352 29.696-66.048 66.048-66.048h790.016c36.352 0 66.048 29.696 66.048 66.048V778.752c-0.512 36.352-30.208 66.048-66.56 66.048zM117.248-10.752V778.752h790.016v-790.016H117.248zM512 713.216c-181.76 0-329.216-147.456-329.216-329.216s147.456-329.216 329.216-329.216 329.216 147.456 329.216 329.216-147.456 329.216-329.216 329.216z m0-592.384c-145.408 0-263.168 117.76-263.168 263.168s117.76 263.168 263.168 263.168 263.168-117.76 263.168-263.168-117.76-263.168-263.168-263.168z m0 493.568c-60.928 0-119.808-24.064-162.816-67.584-13.312-12.288-14.336-33.28-1.536-46.592 12.288-13.312 33.28-14.336 46.592-1.536l1.536 1.536c64.512 64 168.448 64 232.96 0 12.288-13.824 32.768-14.848 46.592-2.56 13.824 12.288 14.848 32.768 2.56 46.592-1.024 1.024-1.536 2.048-2.56 2.56-43.52 43.52-102.4 67.584-163.328 67.584z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="dongtaiwenben" unicode="" d="M962.048 45.568c21.504-1.536 37.888-20.992 36.352-42.496-1.536-19.456-16.896-34.816-36.352-36.352H61.952c-21.504 1.536-37.888 20.992-36.352 42.496 1.536 19.456 16.896 34.816 36.352 36.352h900.096zM368.64 801.28l216.064-608.768H485.888l-51.2 152.576H198.144l-51.2-152.576H48.128L263.68 801.28H368.64z m593.408-493.056c21.504-1.536 37.888-20.992 36.352-42.496-1.536-19.456-16.896-34.816-36.352-36.352h-291.84c-21.504 1.536-37.888 20.992-36.352 42.496 1.536 19.456 16.896 34.816 36.352 36.352h291.84zM318.464 693.76h-3.072L225.792 426.496h181.248L318.464 693.76z m643.584-123.392c21.504-1.536 37.888-20.992 36.352-42.496-1.536-19.456-16.896-34.816-36.352-36.352h-291.84c-21.504 1.536-37.888 20.992-36.352 42.496 1.536 19.456 16.896 34.816 36.352 36.352h291.84z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="fuzhi1" unicode="" d="M688.128 685.056c39.936 1.536 73.728-29.696 75.264-69.632v-648.704c-1.536-39.936-35.328-71.168-75.264-69.632H134.656c-39.936-1.536-73.728 29.696-75.264 69.632V615.424c1.536 39.936 35.328 71.168 75.264 69.632h553.472z m-25.088-92.672H159.744v-602.112h503.296V592.384zM889.344 870.4c37.376 1.536 69.632-25.6 75.264-62.976l0.512-6.656v-624.64c-1.024-25.6-22.016-45.568-47.616-46.08-25.6-2.048-48.64 15.36-52.736 40.96l-0.512 5.632V777.728H360.96c-24.576-1.024-46.08 16.896-50.176 40.96V824.32c1.024 24.576 19.968 44.032 44.544 45.568l5.632 0.512h528.384z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="dongtaitupian" unicode="" d="M997.89824 608.04608l-100.864-485.376c-3.072-14.848-15.872-25.088-31.232-25.088-2.048 0-4.096 0-6.656 0.512-17.408 3.584-28.16 20.48-24.576 37.376l94.208 454.656-607.744 122.88-15.36-67.584c-3.584-17.408-20.992-28.16-37.888-24.064-17.408 3.584-28.16 20.992-24.064 37.888l22.016 98.304c3.584 16.896 20.48 27.648 37.376 24.064l670.208-135.168c8.192-1.536 15.36-6.656 20.48-13.824 4.096-7.68 5.632-16.384 4.096-24.576z m-198.144-579.072c0-23.552-18.944-42.496-41.984-42.496h-689.664c-23.552 0-42.496 18.944-42.496 41.984v519.68c0 23.552 18.944 42.496 42.496 42.496h689.152c23.552 0 42.496-18.944 42.496-42.496v-519.168z m-689.152 477.184v-261.632l179.2 144.896c14.848 11.776 35.84 11.264 50.176-1.024l201.728-178.688 83.968 71.68c11.776 11.776 31.232 11.776 43.008 0l35.328-35.84v260.096l-593.408 0.512z m593.408-435.2v77.312l-59.392 56.32-80.384-72.192c-13.824-11.776-34.304-11.776-47.616 0.512l-204.8 178.688-201.728-163.84v-76.8h593.92z m-176.128 262.144c35.84 0 64.512 29.184 64.512 65.024 0 35.84-29.184 64.512-65.024 64.512-35.84 0-64.512-29.184-64.512-65.024 0-35.328 29.184-64.512 65.024-64.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="dongtaixingzhuang" unicode="" d="M905.216 480.256c-59.392 58.88-138.24 91.136-221.696 91.136h-1.536c-38.4 0-75.264-7.168-110.08-20.48l-147.456 256c-3.584 6.144-8.192 10.752-14.336 14.336-18.944 10.752-42.496 4.608-53.248-14.336L30.208 241.152c-6.656-11.776-6.656-26.624 0-38.912 7.168-12.288 19.968-19.456 33.792-19.456h313.344c33.28-137.728 157.696-240.64 305.664-241.152 83.456 0 164.864 33.792 223.744 93.184 122.88 123.392 121.856 323.584-1.536 445.44z m-221.696-460.288h-1.024c-104.448 0.512-193.024 68.608-223.744 162.816h258.56c13.824 0 27.136 7.68 33.792 19.968 6.144 11.776 6.144 26.112 0 38.912l-139.264 240.64c23.04 7.168 47.104 10.752 71.68 11.264h1.024c130.56-0.512 236.544-107.008 236.032-237.568-0.512-130.56-107.008-236.032-237.056-236.032zM132.608 261.12l258.048 448 112.128-194.048c-15.36-10.752-29.696-23.04-43.008-36.352C402.432 421.376 369.152 342.016 368.64 261.12H132.608z m381.952 162.304c8.704 8.704 17.92 16.384 27.648 23.552l107.52-185.856H446.976c0 60.416 24.576 119.808 67.584 162.304z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shouqifenlei" unicode="" d="M511.488 19.968l397.824 397.824c17.92 16.384 45.568 15.36 61.952-2.048 15.872-16.896 15.872-43.008 0-59.904L513.024-102.4l-457.728 457.728c-16.384 17.92-15.36 45.568 2.048 61.952 16.896 15.872 43.008 15.872 59.904 0l394.24-397.312z m0.512 439.296l396.8 396.8c17.92 16.384 45.568 15.36 61.952-2.048 15.872-16.896 15.872-43.008 0-59.904l-457.728-457.728-457.728 458.24c-17.92 16.384-18.944 44.032-2.048 61.952C69.632 874.496 97.28 875.52 115.2 858.624c1.024-0.512 1.536-1.536 2.048-2.048L512 459.264z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="daoru2" unicode="" d="M972.8 15.872v274.944c-1.024 26.624-23.04 47.104-49.152 46.592-25.088-1.024-45.568-20.992-46.592-46.592v-236.032H146.944v236.032c-1.024 26.624-23.04 47.104-49.152 46.592-25.088-1.024-45.568-20.992-46.592-46.592v-274.944c0-31.744 25.6-56.832 57.344-57.344h807.424c31.232 0.512 56.832 26.112 56.832 57.344z m-494.592 246.272c18.944-18.432 49.152-18.432 67.584 0l178.688 178.688c18.432 18.944 17.408 49.664-1.536 67.584-18.432 17.92-47.616 17.92-66.048 0l-93.184-93.184V757.76c0 28.16-23.04 51.2-51.2 51.2s-51.2-23.04-51.2-51.2v-342.528L367.616 508.416c-18.944 18.432-49.664 17.408-67.584-1.536-17.92-18.432-17.92-47.616 0-66.048l178.176-178.688z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhankaifenlei" unicode="" d="M510.464 747.52l398.336-398.336c17.92-16.384 45.568-15.36 61.952 2.048 15.872 16.896 15.872 43.008 0 59.904L512 870.4 53.248 411.648c-16.384-17.92-15.36-45.568 2.048-61.952 16.896-15.872 43.008-15.872 59.904 0L510.464 747.52z m0.512-440.32l397.824-397.824c17.92-16.384 45.568-15.36 61.952 2.048 15.872 16.896 15.872 43.008 0 59.904L512 430.592l-458.752-458.752c-16.384-17.92-15.36-45.568 2.048-61.952 16.896-15.872 43.008-15.872 59.904 0L510.976 307.2z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="gengxinshuju" unicode="" d="M710.144 571.904C387.584 850.944 52.736 519.68 52.736 519.68 413.696 1138.688 844.8 683.52 844.8 683.52l124.928 118.272V384h-414.72l155.136 187.904z m-396.288-375.808c322.56-278.528 657.408 52.736 657.408 52.736C610.304-370.688 179.2 84.48 179.2 84.48l-126.976-118.272v380.416h416.768l-155.136-150.528z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xiugaijilu" unicode="" d="M495.5904 860.16l310.272-310.272-419.328-419.328h-310.272V440.832L495.5904 860.16z m-315.904-457.728v-163.328h163.328l299.52 310.272-146.944 152.576-315.904-299.52zM76.2624 16.896h163.328V-92.16h-163.328v109.056z m218.112 0h272.384V-92.16h-272.384v109.056z m326.656 0h326.656V-92.16h-326.656v109.056z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jiantou" unicode="" d="M152.576 338.944h194.56V814.592h331.776v-475.136h192.512L512-33.28l-359.424 372.224zM512-76.8l-430.592 445.952h235.52V844.8h392.192v-475.136h233.472L512-76.8z m-288.256 385.536L512 10.24l288.256 298.496h-151.552V784.384h-271.36v-475.648h-153.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shujujianyan" unicode="" d="M551.424-81.408H103.936V849.408h815.616v-622.08l-368.128-308.736zM541.696-55.808l352.256 295.424V823.808H130.048v-879.616h411.648m18.944-51.712H78.336V875.52h867.328v-659.968L560.64-107.52zM564.70016-60.52352v276.59776h314.97216l-314.97216-276.59776zM825.00608 195.43552h-238.9504v-210.70336l238.9504 210.70336m109.33248 41.27232L544.06144-106.496v343.20896h390.27712zM723.8144 752.40448l77.824-79.36-378.368-369.152-198.656 189.44 76.8 80.384 120.832-115.2 301.568 293.888z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tianbaobaobiao" unicode="" d="M841.00608 844.99968h-658.432c-45.568 0-81.92-36.864-82.432-82.432v-757.248c0-45.568 36.864-81.92 82.432-82.432h658.432c45.568 0 82.432 36.864 82.432 82.432v757.248c0 45.568-36.864 81.92-82.432 82.432zM224.04608 451.78368h411.648v-82.432h-411.648zM224.04608 260.80768h576v-82.432h-576zM841.00608 560.32768l-205.824 205.824h205.824v-205.824z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="charujilu" unicode="" d="M28.99968 842.32704h811.008v-101.376H28.99968v101.376z m-3.584-604.672h473.088v-101.376h-473.088v101.376z m3.584 301.056h811.008v-101.376H28.99968v101.376zM745.79968 178.26304v168.448h83.968v-168.448h168.448v-83.968h-168.448v-168.448h-83.968v168.448h-168.448v83.968h168.448z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jian" unicode="" d="M25.50272 870.49728h972.8v-972.8h-972.8zM231.83872 449.63328h536.064c29.696 0 53.76-24.064 53.76-53.76s-24.064-53.76-53.76-53.76h-536.064c-29.696 0-53.76 24.064-53.76 53.76s24.064 53.76 53.76 53.76z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tijiao" unicode="" d="M546.816-79.60064h-394.24v820.224h718.336v-547.84l-324.096-272.384zM538.112-57.07264l310.272 260.096v515.072H175.616v-774.656h362.496m16.896-46.08h-424.96v866.304h763.904v-581.12l-338.944-285.184zM311.296 639.24736l205.824 231.424 205.824-231.424H311.296z m130.56-263.168v322.56h151.04v-322.56H441.856zM558.5408-61.31712v244.01408h277.3248l-277.31968-244.01408zM787.3536 164.59264h-210.70848v-185.35936l210.70848 185.35936m96.6656 36.56704l-343.5776-302.30016V201.5232l343.5776-0.3584z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tuozhuai" unicode="" d="M983.04 420.864l-143.36 143.36c-13.312 13.312-35.328 13.312-49.152 0-13.312-13.312-13.312-35.328 0-49.152l96.256-96.256h-340.48V758.784l96.256-96.256c13.312-13.312 35.328-13.312 49.152 0 13.312 13.312 13.312 35.328 0 49.152l-143.36 143.36c-20.48 20.48-53.248 20.48-73.728 0l-143.36-143.36c-13.312-13.312-13.312-35.328 0-49.152 13.312-13.312 35.328-13.312 49.152 0l96.256 96.256v-340.48H137.216l96.256 96.256c13.312 13.312 13.312 35.328 0 49.152-13.312 13.312-35.328 13.312-49.152 0l-143.36-143.36c-20.48-20.48-20.48-53.248 0-73.728l143.36-143.36c13.312-13.312 35.328-13.312 49.152 0 13.312 13.312 13.312 35.328 0 49.152l-96.256 96.256h340.48v-340.48l-96.256 96.256c-13.312 13.312-35.328 13.312-49.152 0s-13.312-35.328 0-49.152l143.36-143.36c20.48-20.48 53.248-20.48 73.728 0l143.36 143.36c13.312 13.312 13.312 35.328 0 49.152s-35.328 13.312-49.152 0l-96.256-96.256v340.48h340.48l-96.256-96.256c-13.312-13.312-13.312-35.328 0-49.152s35.328-13.312 49.152 0l143.36 143.36c19.456 20.992 19.456 53.76-1.024 74.24z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhanshibaobiao" unicode="" d="M840.87296 844.89728h-657.92c-45.568 0-81.92-36.864-82.432-82.432v-757.248c0-45.568 36.864-81.92 82.432-82.432h658.432c45.568 0 81.92 36.864 82.432 82.432v757.76c-0.512 45.056-37.376 81.92-82.944 81.92zM223.91296 296.03328h418.304v-82.432h-418.304zM223.91296 105.05728h585.728v-82.432h-585.728zM686.76096 648.28928l-156.672-130.56-133.632 133.632-205.312-205.312 61.952-61.952 143.872 143.872 128-128 224.256 186.368 83.968-83.968v218.112h-218.112l71.68-72.192z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shanchujilu" unicode="" d="M512-9.216c217.088 0 393.216 176.128 393.216 393.216S729.088 777.216 512 777.216 118.784 601.088 118.784 384s176.128-393.216 393.216-393.216z m0-67.584c-254.464 0-460.8 206.336-460.8 460.8s206.336 460.8 460.8 460.8 460.8-206.336 460.8-460.8-206.336-460.8-460.8-460.8zM559.616 384l129.536-129.536c13.312-13.312 13.312-34.304 0-47.616-13.312-13.312-34.304-13.312-47.616 0L512 336.384l-129.536-129.536c-13.312-13.312-34.304-13.312-47.616 0-13.312 13.312-13.312 34.304 0 47.616L464.384 384 334.848 513.536c-13.312 13.312-13.312 34.304 0 47.616 13.312 13.312 34.304 13.312 47.616 0L512 431.616l129.536 129.536c13.312 13.312 34.304 13.312 47.616 0 13.312-13.312 13.312-34.304 0-47.616L559.616 384z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="daochu3" unicode="" d="M877.056 290.816v-236.032H146.944v236.032c-1.024 26.624-23.04 47.104-49.152 46.592-25.088-1.024-45.568-20.992-46.592-46.592v-274.944c0-31.744 25.6-56.832 57.344-57.344h807.424c31.744 0 56.832 25.6 57.344 57.344v274.944c-1.024 26.624-23.04 47.104-49.152 46.592-26.112-1.024-46.592-21.504-47.104-46.592zM478.208 795.136L299.52 616.96c-18.432-18.944-17.408-49.664 1.536-67.584 18.432-17.92 47.616-17.92 66.048 0l93.184 93.184v-342.528c0-28.16 23.04-51.2 51.2-51.2s51.2 23.04 51.2 51.2V642.048l93.184-93.184c18.432-18.944 48.64-19.968 67.584-1.536 18.944 18.432 19.968 48.64 1.536 67.584l-1.536 1.536-178.688 178.688c-17.92 18.944-48.128 18.944-66.56 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yemianzhuti" unicode="" d="M947.2 493.056l-110.08 142.848 5.12 179.712c1.024 26.624-19.968 48.64-46.592 49.664-6.144 0-12.288-0.512-17.92-3.072l-169.472-60.416L438.784 862.208c-25.088 9.216-52.736-4.096-61.44-28.672-2.048-5.632-3.072-11.776-3.072-17.92l5.12-179.712-110.08-142.848c-16.384-20.992-12.288-51.2 8.704-67.584 4.608-3.584 10.24-6.656 15.872-8.192l118.784-34.816-334.848-400.384c-16.896-20.48-14.336-50.688 6.144-68.096 20.48-16.896 50.688-14.336 68.096 6.144l340.992 408.064 75.264-110.08c14.848-22.016 45.056-27.648 67.072-12.8 5.12 3.584 9.216 7.68 12.8 12.8l101.888 148.48 172.544 51.2c25.6 7.68 40.448 34.304 32.768 59.904-1.536 5.12-4.608 10.24-8.192 15.36z m-241.152-38.912c-10.752-3.072-19.968-9.728-26.112-18.944l-71.68-104.448-71.68 104.448c-1.536 2.048-3.584 4.096-6.144 6.144-1.024 1.024-1.536 2.56-3.072 3.584-0.512 0.512-1.024 0.512-1.536 0.512-4.096 3.072-8.192 5.12-12.8 7.168l-3.072 1.536-121.856 35.84 77.312 100.352c6.656 8.704 10.24 19.456 9.728 30.72L471.552 747.52l119.296-42.496c10.24-3.584 22.016-3.584 32.256 0L742.4 747.52l-3.584-126.976c0-11.264 3.072-22.016 9.728-30.72l77.312-100.352-119.808-35.328z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jia" unicode="" d="M25.50272 870.49728h972.8v-972.8h-972.8zM231.83872 449.63328h536.064c29.696 0 53.76-24.064 53.76-53.76s-24.064-53.76-53.76-53.76h-536.064c-29.696 0-53.76 24.064-53.76 53.76s24.064 53.76 53.76 53.76zM553.37472 664.16128v-536.064c0-29.696-24.064-53.76-53.76-53.76s-53.76 24.064-53.76 53.76v536.064c0 29.696 24.064 53.76 53.76 53.76s53.76-24.064 53.76-53.76z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="moye" unicode="" d="M518.656 384L122.88 779.776 220.16 870.4l486.4-486.4-486.4-486.4-90.624 90.624 389.12 395.776z m252.928 486.4H901.12v-972.8h-129.536V870.4z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="ziyuan" unicode="" d="M236.9792-97.09568c-67.584 0-122.368 54.784-122.368 122.368v378.368c0 14.336 5.632 27.648 15.872 37.888l132.608 128 2.048-20.48c8.704-16.384 21.504-30.208 37.376-39.936l13.824-8.704-71.68-67.584h535.04l-170.496 170.496 14.848 19.968c22.016-13.312 47.104-21.504 73.216-23.04 7.68 0 10.24 5.12 17.408 7.68l4.096 9.728 174.592-176.64c10.24-10.24 15.872-24.576 15.872-38.912v-377.856c0-67.584-54.784-122.368-122.368-122.368l-549.888 1.024z m-35.84 122.368c0-19.968 15.872-35.84 35.84-35.84h550.4c19.968 0 35.84 15.872 35.84 35.84v321.536h-622.08v-321.536zM465.3312 434.36032h178.688l0.512 1.024c10.752 23.552 11.264 50.688 2.048 75.264-12.8 33.792-57.344 57.856-132.608 72.192-47.104-60.928-64-108.544-51.2-142.336 0.512-2.048 1.536-4.096 2.56-6.144zM404.4032 858.80832c50.688 19.456 107.52-6.144 126.976-56.832 12.8-33.792-4.096-81.408-50.688-142.336-75.776 14.336-119.808 38.4-132.608 72.192-19.968 50.688 5.632 107.52 56.32 126.976zM257.9712 538.29632c-19.456 50.688 6.144 107.52 56.832 126.976 33.792 12.8 81.408-4.096 142.336-50.688-14.336-75.776-38.4-119.808-72.192-132.608-51.2-19.968-108.032 5.632-126.976 56.32z m473.088 168.448c-19.456 50.688-76.288 76.288-126.976 56.832-33.792-12.8-57.856-57.344-72.192-132.608 60.928-46.592 108.032-64 142.336-50.688 24.576 9.216 44.032 27.648 54.784 51.712 10.24 23.04 11.264 50.176 2.048 74.752z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shouye" unicode="" d="M505.344 384L901.12 779.776 803.84 870.4l-486.4-486.4 486.4-486.4 90.624 90.624-389.12 395.776zM252.416 870.4H122.88v-972.8h129.536V870.4z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="daoru1" unicode="" d="M837.12 842.752H475.648v-96.768h329.728c35.84 0 68.096-26.624 65.024-81.408l1.536-580.608c0-35.84-29.184-64.512-64.512-64.512H196.096c-35.84 0-49.152 29.696-49.152 65.024V414.72H49.152v-361.472c-0.512-71.68 71.68-131.584 142.848-131.072H839.68c71.168 0 129.024 57.344 129.024 129.024V697.344c0 71.68-60.416 145.408-131.584 145.408z m0 0M456.704 391.168H350.72c-26.112 0-48.128-21.504-48.128-48.128 0-26.112 21.504-48.128 48.128-48.128h226.304c2.048 0 4.608 0 6.656 0.512h1.536l6.144 1.536c2.048 0.512 4.096 1.536 5.632 2.56 0.512 0 1.024 0.512 1.536 0.512 2.048 1.024 3.584 2.048 5.632 3.072 0 0 0.512 0 0.512 0.512 1.536 1.024 3.072 2.048 4.096 3.584l5.12 5.12c1.024 1.024 1.536 2.048 2.048 3.072 0.512 0.512 1.024 1.024 1.536 2.048 1.536 2.56 3.584 5.632 4.608 8.192 3.072 7.168 4.096 14.848 3.072 22.528V577.024c0 26.624-21.504 48.128-48.128 48.128-26.112 0-48.128-21.504-48.128-48.128v-122.368L130.56 829.952c-8.704 8.704-20.992 13.824-32.768 13.824-19.968 0-37.376-12.288-44.544-30.208-7.168-17.92-2.56-39.424 11.264-52.736l392.192-369.664z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="daochu21" unicode="" d="M969.728 53.248V414.208h-97.28v-329.728c0-35.84-13.824-65.536-49.152-65.536l-609.792-1.024c-35.84 0-64.512 28.672-64.512 64.512l1.536 579.072c-2.56 55.296 29.696 81.92 65.536 81.92h328.704v97.28H183.808C109.056 833.536 52.736 770.56 52.736 696.32v-645.12c0-71.168 57.856-128.512 128.512-128.512h645.632c74.24-0.512 136.704 56.32 142.848 130.56z m0 0M442.88 294.4c-26.624 0-48.128 21.504-48.128 48.128 0 13.312 5.632 25.6 14.848 34.816l391.168 368.64h-105.984c-26.624-1.024-48.64 19.968-49.664 46.592-1.024 26.624 19.968 48.64 46.592 49.664h228.864c26.624 0 48.128-21.504 48.128-48.128 0-13.312-5.632-26.112-14.848-34.816l-478.72-451.584c-8.192-8.704-19.968-13.312-32.256-13.312z m0 0M921.6 512c-26.624 0-48.128 21.504-48.128 48.128V794.112c0 26.624 21.504 48.128 48.128 48.128s48.128-21.504 48.128-48.128v-233.984c0-26.624-21.504-48.128-48.128-48.128z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="daoru" unicode="" d="M839.168 843.264H478.208v-96.768h329.216c35.84 0 68.096-26.624 65.024-81.408l1.536-580.096c0-35.84-29.184-64.512-64.512-64.512H199.168c-35.84 0-49.152 29.696-49.152 65.024V415.744H52.224v-360.96c-0.512-71.68 71.68-131.584 142.848-131.072h646.656c71.168 0 129.024 57.344 129.024 129.024V698.3679999999999c0 71.168-60.416 144.896-131.584 144.896zM459.264 392.192H353.28c-26.112 0-48.128-21.504-48.128-48.128 0-26.112 21.504-48.128 48.128-48.128h226.304c2.048 0 4.608 0 6.656 0.512h1.536l6.144 1.536c2.048 0.512 4.096 1.536 5.632 2.56 0.512 0 1.024 0.512 1.536 0.512 2.048 1.024 3.584 2.048 5.632 3.072 0 0 0.512 0 0.512 0.512 1.536 1.024 3.072 2.048 4.096 3.584l1.536 1.536 3.584 3.584c1.024 1.024 1.536 2.048 2.048 3.072 0.512 0.512 1.024 1.024 1.536 2.048 1.536 2.56 3.584 5.632 4.608 8.192 3.072 7.168 4.096 14.848 3.072 22.528V578.048c0 26.624-21.504 48.128-48.128 48.128-26.112 0-48.128-21.504-48.128-48.128V455.68L133.632 830.4639999999999c-8.704 8.704-20.992 13.824-32.768 13.824-19.968 0-37.376-12.288-44.544-30.208s-2.56-39.424 11.264-52.736l391.68-369.152z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shuzhishaixuan" unicode="" d="M150.2208 846.05952h729.088c52.736-1.536 94.72-45.056 93.184-98.304-0.512-23.552-9.728-46.08-26.112-62.976-1.024-1.024-2.048-2.048-3.584-3.072l-0.512-0.512-252.416-250.368v-411.648c1.024-50.688-39.424-92.672-90.112-93.696h-2.048c-23.04 0-45.056 9.216-61.44 25.088-1.536 1.024-2.56 2.048-3.584 3.072l-70.656 70.144c-11.264 11.264-11.776 30.208-0.512 41.472l30.208 30.208c11.264 11.264 29.184 11.264 40.96 0.512l54.784-56.32c-0.512 177.664-0.512 377.344-0.512 421.376 1.024 8.192 5.12 15.872 11.776 20.992l268.8 267.264H159.4368c55.808-57.856 179.712-179.2 267.776-267.776 5.12-5.632 7.68-13.312 6.656-20.992 0.512-176.128 0.512-177.152 0.512-178.176 0-27.648-22.528-50.176-50.176-50.176-28.672-0.512-52.224 22.528-53.248 51.2v147.456c-181.76 184.832-240.64 246.272-247.808 254.976-35.84 38.4-33.792 98.816 4.608 135.168 16.384 15.872 38.912 25.088 62.464 25.088zM381.6448 163.56352000000004c30.72 0 55.296-24.576 55.296-55.296 0-30.72-24.576-55.296-55.296-55.296h-0.512c-30.72 0-55.296 24.576-55.296 55.296 0 30.208 24.576 55.296 55.808 55.296z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="wenjian" unicode="" d="M233.5488 844.82048h556.544c50.688 0 92.16-41.472 92.16-92.16v-737.28c0-50.688-41.472-92.16-92.16-92.16h-556.544c-50.688 0-92.16 41.472-92.16 92.16v737.28c0.512 50.688 41.472 92.16 92.16 92.16zM286.98624 422.08256h313.856v-75.776h-313.856zM286.98624 232.13056h450.048v-75.776h-450.048zM286.98624 611.52256h192.512v-75.776h-192.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="qingchu1" unicode="" d="M451.072 266.752c0-18.944 15.36-34.816 34.816-34.816 9.216 0 17.92 3.584 24.576 10.24l92.672 92.672 92.672-92.672c14.336-12.288 36.352-10.752 49.152 4.096 11.264 12.8 11.264 32.256 0 45.056L651.264 384l92.672 92.672c13.312 13.312 13.312 35.328 0 49.152-13.312 13.312-35.328 13.312-49.152 0l-92.672-92.672-92.16 92.672c-13.312 13.312-35.328 13.312-49.152 0-13.312-13.312-13.312-35.328 0-49.152l92.672-92.672L460.8 291.328c-6.144-6.656-9.728-15.36-9.728-24.576zM911.36 696.832H298.496c-19.968 0.512-38.912-9.216-51.2-25.088L61.44 415.232c-13.824-18.432-13.824-44.032 0-62.976l185.856-256c12.288-15.872 31.232-25.6 51.2-25.088H911.36c32.768-1.024 59.904 24.064 61.44 56.32V640c-1.536 32.768-29.184 57.856-61.44 56.832zM297.984 640c0.512 0.512 0.512 0.512 0 0H911.36s0.512 0 0.512-0.512v-512s0-0.512-0.512-0.512H297.984L112.64 384l185.344 256z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="guanbijianpan" unicode="" d="M511.7184 844.04736c-253.952 0-459.776-205.824-459.776-459.776s205.824-459.776 459.776-459.776c253.952 0 459.776 205.824 459.776 459.776 0 253.952-205.824 459.776-459.776 459.776z m216.576-630.272c13.824-11.776 14.848-32.768 3.072-46.592-11.776-13.824-32.768-14.848-46.592-3.072l-3.072 3.072-170.496 170.496-170.496-170.496c-11.776-13.824-32.768-14.848-46.592-3.072-13.824 11.776-14.848 32.768-3.072 46.592l3.072 3.072 170.496 170.496-170.496 170.496c-11.776 13.824-10.752 34.304 3.072 46.592 12.288 10.752 30.72 10.752 43.52 0l170.496-170.496 170.496 170.496c13.824 11.776 34.304 10.752 46.592-3.072 10.752-12.288 10.752-30.72 0-43.52l-170.496-170.496 170.496-170.496z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jianpananxia" unicode="" d="M927.744 800.768v-830.464H97.28M927.744-75.264H97.28c-25.088 0-45.568 20.48-45.568 45.568s20.48 45.568 45.568 45.568h784.896V800.256c0 25.088 20.48 45.568 45.568 45.568s45.568-20.48 45.568-45.568v-830.464c0-25.088-20.48-45.056-45.568-45.056z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xunijianpan" unicode="" d="M846.976 760.755H176.768c-72.704-3.584-128.512-65.024-125.44-137.728l-0.512-478.72c-3.072-72.704 53.248-134.144 125.44-137.728h670.208c72.704 3.584 128.512 65.024 125.44 137.728v478.72C976 695.731 919.68 757.171 846.976 760.755zM888.96 144.82c2.56-26.112-15.872-49.664-41.984-53.76H176.768c-26.112 4.096-44.544 27.648-41.984 53.76l0.512 478.72c-2.56 26.112 15.36 49.664 41.472 53.76h670.208c26.112-4.096 44.544-27.648 41.984-53.76v-478.72zM470.144 551.347h83.968v-83.968h-83.968z m0-125.44h83.968v-83.968h-83.968z m-125.44 125.44h83.968v-83.968h-83.968z m0-125.44h83.968v-83.968h-83.968z m-125.952 0h83.968v-83.968h-83.968z m0 125.44h83.968v-83.968h-83.968z m376.832-125.44h83.968v-83.968h-83.968z m0 125.44h83.968v-83.968h-83.968z m125.952-125.44h83.968v-83.968h-83.968z m0 125.44h83.968v-83.968h-83.968z m-376.832-296.96h334.848v-83.968H344.704z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="sousuo" unicode="" d="M964.608 1.536L700.928 266.24c120.32 159.232 88.576 385.024-70.656 505.344S245.248 860.16 125.44 701.44s-88.576-385.024 70.656-505.344c128.512-97.28 306.176-97.28 434.688 0L893.952-69.12c8.704-8.704 22.528-8.704 31.232 0l39.424 39.424c8.192 8.192 8.704 22.528 0 31.232z m-739.84 292.352c-103.424 103.424-103.424 271.36 0 374.784 103.424 103.424 271.36 103.424 374.784 0 103.424-103.424 103.424-271.36 0-374.784-103.424-103.936-271.36-103.936-374.784 0 0-0.512 0-0.512 0 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="guanji" unicode="" d="M511.77 456.08c-23.04 0-41.984 18.943-41.984 41.983V802.703c0 23.04 18.944 41.984 41.984 41.984 23.04 0 41.984-18.944 41.984-41.984v-304.64c0-23.04-18.944-41.472-41.984-41.984zM510.746-76.913c-233.472 0-422.912 189.44-422.912 422.912 0 171.008 103.424 325.632 261.632 390.656 10.24 4.096 22.016 4.096 32.256 0 21.504-9.216 31.232-33.792 22.528-55.296-4.096-10.24-12.288-17.92-22.528-22.528-172.544-71.68-254.976-269.312-183.296-442.368 71.68-172.544 269.312-254.976 442.368-183.296C813.338 104.847 895.77 302.48 824.09 475.535c-16.896 40.96-41.984 78.336-73.216 109.568-31.232 32.256-68.608 57.856-110.08 75.264-21.504 9.216-31.232 33.792-22.528 55.296 6.656 15.36 22.016 25.6 38.4 25.6 5.632 0 10.752-1.024 15.872-3.072 50.176-20.48 95.744-50.688 134.144-88.576l3.072-3.072c165.888-164.352 167.424-431.616 3.072-597.504-79.36-80.384-187.392-125.44-300.544-125.44l-1.536-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="guanbi1" unicode="" d="M511.42656 456.04864c-23.04 0-41.984 18.944-41.984 41.984v304.64c0 23.04 18.432 41.984 41.984 41.984 23.04 0 41.984-18.432 41.984-41.984v-304.64c0-23.04-18.432-41.472-41.984-41.984zM510.91456-76.94336c-233.472 0-422.4 189.44-422.4 422.912 0 171.008 103.424 325.632 261.632 390.656 21.504 8.704 46.08-1.024 54.784-22.528 8.704-21.504-1.024-46.08-22.528-54.784-172.544-71.168-254.976-269.312-183.296-442.368 71.168-172.544 269.312-254.976 442.368-183.296 172.544 71.168 254.976 269.312 183.296 442.368-16.896 40.96-41.984 78.336-73.216 109.568-31.232 32.256-68.608 57.856-110.08 75.264-21.504 9.216-31.232 33.792-22.528 55.296 6.656 15.36 22.016 25.6 38.912 25.6 5.632 0 10.752-1.024 15.872-3.072 50.176-20.48 95.744-50.688 134.144-88.576l3.072-3.072c165.888-164.352 167.424-431.616 3.072-597.504-79.36-80.384-187.392-125.44-300.544-125.44h-2.56z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="peifangguanli1" unicode="" d="M81.92 556.544l410.112-204.8c5.632-3.072 11.776-4.608 18.432-4.608 6.144 0.512 12.288 2.048 18.432 4.608l410.112 204.8c12.8 6.656 20.48 19.968 20.48 34.304-0.512 13.824-8.192 27.136-20.48 34.304l-410.112 204.8c-10.752 4.608-23.04 4.608-34.304 0L84.48 624.64c-12.8-6.656-20.48-19.968-20.48-34.304 0-13.312 6.656-26.624 17.92-33.792z m428.032 195.584l323.072-161.792-323.072-161.28-323.072 161.792 323.072 161.28zM901.632 215.04l-391.68-195.584L118.272 215.04c-19.456 9.728-43.008 2.048-52.736-16.896-9.728-19.456-2.048-43.008 16.896-52.736 0.512-0.512 1.024-0.512 1.536-0.512l410.112-204.8c5.632-3.072 11.776-4.608 18.432-4.608 6.144 0.512 12.288 2.048 18.432 4.608l410.112 204.8c18.944 9.728 27.136 32.768 18.432 52.224-12.288 19.456-36.864 27.136-57.856 17.92zM901.632 440.32l-391.68-217.6L118.272 440.32c-18.432 9.216-41.472 2.048-50.688-16.384-0.512-1.024-1.024-2.048-1.536-3.584-9.216-20.992-1.536-46.08 18.432-58.368l410.112-227.84c5.632-3.072 11.776-4.608 18.432-5.12 6.144 0.512 12.288 2.048 18.432 5.12l410.112 227.84c19.456 12.288 27.136 36.864 18.432 58.368-11.264 21.504-36.864 30.208-58.368 19.968z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shaixuan" unicode="" d="M147.6608 845.03552h729.6c52.736-1.536 94.72-45.568 93.184-98.304-0.512-23.552-9.728-46.08-26.112-62.976-1.024-1.024-2.048-2.048-3.584-3.072l-1.024-0.512-252.416-250.368v-412.16c1.024-50.688-38.912-92.672-89.6-93.696h-2.048c-23.04 0-45.056 9.216-61.952 25.088-1.536 1.024-2.56 2.048-3.584 3.072l-71.168 70.144c-11.776 11.264-11.776 30.208-0.512 41.984l30.208 30.208c11.264 11.264 29.696 11.264 40.96 0.512l54.784-56.32c-0.512 177.664-1.024 377.344-1.024 421.888 1.024 8.192 5.12 15.872 11.776 20.992l268.8 267.264H156.3648c55.808-57.856 179.712-179.2 267.776-267.776 5.12-5.632 7.68-13.312 6.656-20.992l0.512-178.176c0-27.648-22.528-50.176-50.176-50.176-28.672-0.512-52.224 22.528-53.248 51.2v147.968c-182.272 184.832-241.152 246.272-248.32 254.976-35.84 38.912-33.792 99.328 5.12 135.168 16.896 14.336 39.424 23.552 62.976 24.064zM376.5248 204.01152000000002c27.648 0 49.664-22.528 49.664-49.664 0-27.648-22.528-49.664-49.664-49.664h-0.512c-27.648 0-49.664 22.528-49.664 49.664 0 27.648 22.528 49.664 50.176 49.664z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shangchuan" unicode="" d="M642.32448 262.77888c3.584 0 6.656 0.512 10.24 1.024 22.016 5.632 35.84 28.16 30.208 50.176a42.496 42.496 0 0 1-12.288 20.48l-129.024 129.024c-7.68 7.68-18.432 12.288-29.184 12.288s-21.504-4.608-29.184-12.288l-129.024-129.024c-16.384-16.384-16.384-42.496 0-58.368 5.12-5.12 11.264-8.704 18.432-10.752 3.584-1.024 7.168-1.536 10.752-1.536 10.752 0 21.504 4.096 29.184 12.288l58.88 58.88v-290.816c-1.024-23.04 16.384-41.984 39.424-43.008s41.984 16.384 43.008 39.424v294.912l58.368-58.368c7.168-9.216 18.432-14.336 30.208-14.336zM804.11648 535.16288c-37.376 161.28-198.656 261.632-359.936 224.256-111.104-26.112-198.144-112.64-224.256-224.256-117.76-27.648-190.976-145.92-163.328-263.68 23.04-98.816 111.616-168.96 212.992-168.96h112.64c23.04 0 41.472 18.432 41.472 41.472s-18.432 41.472-41.472 41.472h-114.688c-75.264 0.512-136.192 61.44-135.68 136.704 0.512 71.168 55.296 130.048 125.952 135.168 19.456 1.536 35.328 16.896 37.888 36.352 14.848 118.784 123.392 203.264 242.688 188.416 98.304-12.288 175.616-90.112 188.416-188.416 2.56-19.456 17.92-34.816 37.888-36.352 75.264-5.632 131.072-71.168 125.44-145.92-5.12-71.68-65.024-126.464-136.704-125.952h-113.152c-23.04 0-41.472-18.432-41.472-41.472s18.432-41.472 41.472-41.472h113.664c120.832 0 219.136 98.304 218.624 219.648 0 101.888-69.632 189.952-168.448 212.992z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shuaxin" unicode="" d="M933.376 711.168c-4.096 1.024-8.192 1.536-11.776 1.536-23.04 0-43.008-15.872-48.64-37.888l-12.8-48.64C774.656 750.08 634.368 824.32 484.352 824.832c-243.2-4.096-437.248-204.8-433.152-448 4.096-243.2 204.8-437.248 448-433.152 183.296 3.072 345.088 119.296 407.04 291.328 9.728 25.088-2.56 53.76-28.16 63.488-0.512 0.512-1.536 0.512-2.048 0.512-5.632 2.048-11.776 3.072-17.92 3.072-20.992 0-39.424-13.824-46.592-33.28-51.712-135.68-182.272-225.28-327.68-224.768-187.392-5.12-344.064 142.336-349.184 330.24s142.336 344.064 330.24 349.184h18.944c124.928 0 240.128-66.56 302.592-175.104l-92.16 26.112c-4.096 1.024-8.192 1.536-12.288 1.536-27.648 0-50.176-22.528-50.176-50.688 0-23.04 15.872-43.008 37.888-48.64l199.168-52.736h3.072c7.68 0.512 15.872 2.048 23.04 5.12l2.048 0.512 2.048 1.536c10.752 6.656 18.944 17.408 22.528 29.696l50.688 190.976v2.56c2.048 26.112-14.336 49.664-38.912 56.832z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="peifangguanli" unicode="" d="M204.8 844.8h614.4c84.992 0 153.6-68.608 153.6-153.6v-614.4c0-84.992-68.608-153.6-153.6-153.6H204.8c-84.992 0-153.6 68.608-153.6 153.6V691.2c0 84.992 68.608 153.6 153.6 153.6zM235.40224 494.54592l286.208 165.888 266.752-165.888-280.064-172.544-272.896 172.544zM235.40224 375.76192l96.256 58.368 177.152-111.616 183.808 113.152 95.744-59.904-279.552-175.616-273.408 175.616zM235.40224 285.13792l66.56 47.616 207.36-132.096 211.456 132.096 67.584-47.616-279.552-177.152-273.408 177.152z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yingyongpeifang" unicode="" d="M128.9216 844.95872h712.192c27.136 0 49.152-22.016 49.152-49.152s-22.016-49.152-49.152-49.152H128.9216c-27.136 0-49.152 22.016-49.152 49.152s22.016 49.152 49.152 49.152zM572.3136 205.47072l-60.928-60.928c-2.56-2.56-2.56-6.144 0-8.704l145.92-145.92 65.024-65.024c2.56-2.56 6.144-2.56 8.704 0l210.944 210.944c2.56 2.56 2.56 6.144 0 8.704l-60.416 60.416c-2.56 2.56-6.144 2.56-8.704 0l-86.528-86.528c-2.56-2.56-6.144-2.56-8.704 0-1.024 1.024-2.048 2.56-2.048 4.608v312.832c0 3.584-2.56 6.144-6.144 6.144h-86.016c-3.584 0-6.144-2.56-6.144-6.144v-312.832c0-3.584-2.56-6.144-6.144-6.144-1.536 0-3.072 0.512-4.608 2.048l-86.016 86.016c-1.536 3.072-5.632 3.072-8.192 0.512zM128.9216 615.58272h712.192c27.136 0 49.152-22.016 49.152-49.152s-22.016-49.152-49.152-49.152H128.9216c-27.136 0-49.152 22.016-49.152 49.152 0 27.648 22.016 49.152 49.152 49.152zM128.9216 386.71872h294.4c27.136 0 49.152-22.016 49.152-49.152s-22.016-49.152-49.152-49.152h-294.4c-27.136 0-49.152 22.016-49.152 49.152s22.016 49.152 49.152 49.152z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shijian2" unicode="" d="M931.84 444.928c-4.096 2.048-7.68 2.048-42.496 2.048l-53.248 1.536h-61.44l-162.816 0.512 98.304 357.888v11.264c0 5.632-5.632 11.264-11.264 17.408-10.752 11.264-28.16 11.776-39.424 1.024l-1.024-1.024-571.904-484.352c-5.632-5.632-4.608-22.016-4.608-22.016-0.512-5.12 1.024-9.728 4.608-13.312 5.632-5.632 11.264-5.632 23.04-5.632h300.544l-98.304-352.256v-5.632c-5.632-11.264 0-17.408 5.632-23.04s11.264-5.632 23.04-5.632c8.192-1.024 16.384 1.024 23.04 5.632L935.424 414.72c4.608 4.608 7.168 11.264 6.656 17.408-1.024 5.632-4.608 10.752-10.24 12.8z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zititiaozheng" unicode="" d="M466.88768 749.9264h-136.192l-279.552-731.136h128l66.56 183.296h306.176l66.56-183.296h128l-279.552 731.136z m-185.344-450.048l115.712 320.512h4.096l114.688-320.512h-234.496zM853.44768 749.9264h-57.856l-119.296-311.808h54.784l28.16 78.336h130.56l28.16-78.336h54.784l-119.296 311.808z m-78.848-192l49.152 136.704h1.536l48.64-136.704h-99.328z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="qiehuanzujian" unicode="" d="M962.78016 431.93344h-76.288c-5.12 0-9.728-4.096-9.728-9.728v-306.176h-633.856v87.04c0 2.048-0.512 4.608-2.048 6.144-3.584 4.096-9.728 5.12-13.824 1.536l-172.032-134.656c-4.608-3.584-4.608-10.24-1.024-14.848l1.024-1.024 172.032-134.656c1.536-1.536 4.096-2.048 6.144-2.048 5.632 0 10.24 4.608 10.24 10.24v87.04h643.584c47.616 0 86.016 38.912 86.016 86.016v315.904c-0.512 5.12-4.608 9.216-10.24 9.216z m-902.144-95.744h76.288c5.12 0 9.728 4.096 9.728 9.728v306.176h634.368v-87.04c0-2.048 0.512-4.608 2.048-6.144 3.584-4.096 9.728-5.12 13.824-1.536l172.032 135.168c4.608 3.584 4.608 10.24 1.024 14.848l-1.024 1.024-172.032 134.656c-1.536 1.536-4.096 2.048-6.144 2.048-5.632 0-10.24-4.608-10.24-10.24v-87.04h-643.072c-47.616 0-86.016-38.912-86.016-86.016v-315.904c0-5.632 4.096-9.728 9.216-9.728z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yuyanliebiao" unicode="" d="M511.488 844.8C257.024 844.8 51.2 637.952 51.2 383.488c0-254.464 206.848-460.8 461.312-460.288 254.464 0 460.288 206.336 460.288 460.8s-206.336 460.8-461.312 460.8c0.512 0 0 0 0 0z m319.488-276.48h-136.192c-14.336 56.832-35.84 112.128-63.488 163.84 84.48-28.672 155.136-87.04 199.68-163.84zM512 750.592c38.912-55.808 68.608-117.248 88.064-182.272H423.936c19.456 65.024 49.152 126.464 88.064 182.272zM155.136 291.84a362.7008 362.7008 0 0 0 0 184.32h155.648c-4.096-30.72-6.144-61.44-6.144-92.16 0.512-30.72 2.56-61.44 6.656-92.16H155.136z m37.888-92.16h135.68c14.336-56.832 35.84-112.128 63.488-163.84-83.968 28.672-154.624 87.04-199.168 163.84z m136.192 368.64H193.024c44.544 76.8 115.2 135.168 199.68 163.84-27.648-51.712-49.152-107.008-63.488-163.84zM512 17.408c-38.912 55.808-68.608 117.248-88.064 182.272h176.128c-19.456-65.024-49.152-126.464-88.064-182.272z m108.032 274.432H403.968c-4.608 30.72-7.168 61.44-7.168 92.16 0.512 30.72 2.56 61.44 7.168 92.16H619.52c4.608-30.72 7.168-61.44 7.168-92.16s-2.56-61.44-6.656-92.16z m11.264-256c27.648 51.712 49.152 107.008 63.488 163.84h136.192c-45.056-76.8-115.712-135.168-199.68-163.84z m81.408 256c4.096 30.72 6.144 61.44 6.656 92.16-0.512 30.72-2.56 61.44-6.656 92.16h155.648c15.872-60.416 15.872-123.904 0-184.32h-155.648z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="daochu2" unicode="" d="M971.74016 54.2976v361.984h-97.28v-330.24c0-35.84-13.824-65.536-49.152-65.536l-611.328-1.024c-35.84 0-64.512 28.672-64.512 64.512l1.536 580.608c-2.56 54.784 29.696 81.408 65.536 81.408h329.216v97.28h-361.472c-74.752-7.168-131.584-70.144-131.584-144.896v-646.656c0-71.168 57.856-129.024 129.024-129.024h647.168c74.24 0 136.704 57.344 142.848 131.584zM443.86816 295.9616c-26.624 0-48.128 21.504-48.128 48.128 0 13.312 5.632 25.6 14.848 34.816l392.192 369.664h-105.984c-26.624-1.024-48.64 19.968-49.664 46.592-1.024 26.624 19.968 48.64 46.592 49.664H923.10016c26.624 0 48.128-21.504 48.128-48.128 0-13.312-5.632-26.112-14.848-34.816l-479.744-452.608c-8.704-8.704-20.48-13.312-32.768-13.312zM923.61216 514.0736c-26.624 0-48.128 21.504-48.128 48.128v234.496c0 26.624 21.504 48.128 48.128 48.128s48.128-21.504 48.128-48.128v-234.496c0-26.624-21.504-48.128-48.128-48.128z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shijian1" unicode="" d="M360.09984-76.67712c-2.56 0-5.12 0-7.68 0.512-17.92-1.024-35.328 5.632-47.616 17.92-17.92 15.36-24.576 39.424-17.92 61.44 0 2.56 0.512 5.12 1.024 7.68l73.216 261.632h-212.48c-19.456-1.536-38.4 5.12-52.224 18.432-11.776 11.264-17.92 27.136-17.408 43.52-1.536 18.432 4.608 36.864 17.408 50.688l517.12 439.296c13.312 13.312 31.744 20.48 50.688 19.968 18.432-0.512 35.84-8.192 48.64-21.504 13.824-11.776 22.016-28.16 22.528-46.08v-10.24c0-4.096-0.512-8.192-1.536-11.776l-73.216-267.264h88.576s96.768-0.512 110.592-0.512v-0.512c17.408 2.56 35.328 0 51.712-7.168 17.408-8.704 29.696-25.088 32.768-44.544 2.56-19.968-4.096-39.936-17.92-54.272l-519.68-440.832c-13.312-10.24-29.696-15.872-46.592-16.384z m11.776 52.736c0-0.512-0.512-1.536-1.024-2.048 0.512 1.024 1.024 1.536 1.024 2.048z m-166.4 386.048h214.016c24.576 0 44.544-19.968 44.544-44.544 0-4.096-0.512-8.192-1.536-11.776l-73.728-265.216 420.352 357.376-60.416 0.512-146.944 0.512c-24.576 0-44.544 19.968-44.544 44.544 0 4.096 0.512 7.68 1.536 11.776l74.752 270.336-428.032-363.52z m470.016 398.848l-1.536-1.536 1.536 1.536z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="baojing" unicode="" d="M954.368 12.288l-47.104 94.72v131.584c0 43.008-17.92 83.456-49.152 112.64-19.456 19.456-44.032 33.792-70.656 40.96-4.096 19.968-22.016 33.792-41.984 32.256-19.968 0.512-37.376-12.8-41.984-32.256-26.624-7.68-50.688-22.016-70.656-40.96-29.696-30.208-46.592-70.656-46.592-112.64v-131.584l-47.104-94.72c-2.048-3.584-3.072-8.192-2.56-12.288 0.512-4.096 2.048-8.192 4.096-11.776 2.56-3.584 5.632-6.656 9.216-8.704 3.584-2.56 8.192-3.584 12.288-3.584h103.936c4.608-16.384 14.336-30.72 27.648-41.472 14.848-12.288 33.792-18.944 53.248-18.944 19.456 0 38.4 6.656 53.248 18.944 13.312 10.752 23.04 25.088 27.648 41.472h103.424c4.608 0 8.704 1.024 12.288 3.584 4.096 2.048 7.168 5.12 9.216 8.704 3.072 3.072 4.608 7.68 4.096 11.776 0 4.096-1.024 8.192-2.56 12.288z m-185.344-43.008c-6.144-4.608-13.312-7.168-20.992-6.656-7.68 0-14.848 2.56-20.992 6.656-3.072 1.536-5.12 3.584-6.656 6.656h55.808c-2.048-2.56-4.608-4.608-7.168-6.656z m-174.08 53.248l39.424 78.336 1.536 2.048v135.68c0 29.696 11.776 58.368 32.768 79.36 20.992 20.992 49.664 32.768 79.36 32.768 29.696 0 58.368-11.776 79.36-32.768 20.992-20.992 32.768-49.664 32.768-79.36v-135.68l39.936-80.896h-305.152zM663.04 542.208H282.112c-8.704 0-16.896 3.072-23.04 9.216-6.144 6.144-9.728 14.336-9.728 23.04 0 8.704 3.584 16.896 9.728 23.04 6.144 6.144 14.336 9.216 23.04 9.216h380.928c8.704 0 16.896-3.072 23.04-9.216 6.144-6.144 9.728-14.336 9.728-23.04 0-8.704-3.584-16.896-9.728-23.04-6.144-5.632-14.336-9.216-23.04-9.216zM472.576 356.864H282.112c-8.704 0-17.408 4.096-23.04 11.264-5.632 6.656-9.216 14.848-9.728 24.064 0 8.704 3.584 17.408 9.728 24.064 5.632 6.656 14.336 10.752 23.04 11.264h190.464c8.704 0 17.408-4.096 23.04-11.264 5.632-6.656 9.216-14.848 9.728-24.064 0-8.704-3.584-17.408-9.728-24.064-5.632-7.168-14.336-11.264-23.04-11.264zM472.576 171.52H282.112c-8.704 0-17.408 4.096-23.04 11.264-5.632 6.656-9.216 14.848-9.728 24.064 0 8.704 3.584 17.408 9.728 24.064 5.632 6.656 14.336 10.752 23.04 10.752h190.464c8.704 0 17.408-4.096 23.04-10.752s9.216-14.848 9.728-24.064c0-8.704-3.584-17.408-9.728-24.064-5.632-7.168-14.336-10.752-23.04-11.264zM840.192 801.28c-17.408 17.408-39.936 29.184-64 33.28-3.072 1.024-6.144 1.536-9.216 1.536h-2.048c-3.584 0.512-7.168 0.512-10.24 0.512h-112.128c-1.536 0-3.072 0-4.608-0.512h-409.6c-32.256 0-63.488-12.8-86.016-35.328-23.04-23.04-35.84-53.76-35.328-86.016v-641.024c0-32.256 12.8-62.976 35.328-86.016 23.04-22.528 53.76-35.328 86.016-35.328h259.584c13.312 0 24.064 10.752 24.064 24.064V-10.24v0.512c-0.512 12.8-10.752 23.04-24.064 23.04H228.352c-15.872 0.512-31.232 6.656-42.496 17.92-11.264 11.264-17.92 26.624-17.92 42.496V714.24c0 15.872 6.656 31.232 17.92 42.496 11.264 11.264 26.624 17.92 42.496 17.92h531.968c13.312-1.536 26.112-7.68 35.84-17.408 11.264-11.264 17.92-26.624 17.92-42.496v-262.144c0-12.8 10.752-23.552 23.552-24.064h13.824c13.312 0 24.064 10.752 24.064 24.064V715.264c0 32.256-12.8 62.976-35.328 86.016z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="duoyuyan" unicode="" d="M873.25696 347.79136l-135.168 126.464c-5.12-1.024-5.12-9.728-10.24-10.24l-24.576 3.584h-33.792l119.296-119.296c3.072-3.072 3.072-7.68 0-10.24-1.536-1.536-3.072-2.048-5.12-2.048h-542.72c-4.096 0-7.68 3.584-7.168 7.68 0 2.048 1.024 3.584 2.048 5.12l19.456 19.456 18.432 18.432 13.312 13.312 56.832 56.832-38.912 17.92-52.736-24.576-20.48-20.992-18.432-18.432-61.44-62.464c-7.168-7.168-11.776-17.408-11.776-27.648v-292.864c0-58.88 47.616-105.984 105.984-105.984h532.48c58.88 0 105.984 47.616 105.984 105.984v291.84c0.512 9.728-4.096 20.48-11.264 28.16z m-47.616-321.024c0-26.112-20.992-47.104-47.104-47.104h-532.992c-26.112 0-47.104 20.992-47.104 47.104v242.176c0 4.096 3.584 7.168 7.168 7.168h612.864c4.096 0 7.168-3.072 7.168-7.168v-242.176zM527.65696 847.50336c-169.984 0-307.2-137.728-306.688-307.2 0-103.424 52.224-199.68 138.24-256h336.896c86.528 56.832 138.24 153.088 138.24 256.512 0 168.96-137.216 306.688-306.688 306.688z m212.48-184.32h-90.624c-9.728 37.888-23.552 74.752-41.984 109.056 55.808-18.944 102.912-57.856 132.608-109.056z m-212.48 121.344c25.6-37.376 45.568-78.336 58.368-121.344h-116.736c12.8 43.52 32.768 84.48 58.368 121.344z m-237.568-305.664c-10.752 40.448-10.752 82.432 0 122.88h103.424c-2.56-20.48-4.096-40.96-4.096-61.44s1.536-40.96 4.096-61.44h-103.424z m25.6-60.928h90.112c9.728-37.888 23.552-74.752 41.984-109.056-55.808 18.944-102.912 57.344-132.096 109.056z m90.112 245.248h-90.624c29.696 51.2 76.8 90.112 132.608 109.056-17.92-34.304-32.256-71.168-41.984-109.056z m121.856-367.104c-25.6 37.376-45.568 78.336-58.368 121.344h117.248c-13.312-43.008-32.768-83.968-58.88-121.344z m72.192 182.784h-143.36c-3.072 20.48-4.608 40.96-5.12 61.44 0 20.48 2.048 40.96 5.12 61.44h143.36c3.072-20.48 4.608-40.96 5.12-61.44-0.512-20.48-2.56-40.96-5.12-61.44z m7.68-170.496c18.432 34.304 32.768 71.168 41.984 109.056h90.624c-29.696-50.688-76.8-89.6-132.608-109.056z m54.272 170.496c2.56 20.48 4.096 40.96 4.096 61.44s-1.536 40.96-4.096 61.44h103.424c10.752-40.448 10.752-82.432 0-122.88h-103.424z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="ziduanchufa" unicode="" d="M848 816H176c-52.8 0-96-43.2-96-96v-672c0-52.8 43.2-96 96-96h672c52.8 0 95.52 42.72 96 96V720c-0.48 53.28-43.2 96.48-96 96z m0-719.04c0-26.4-21.6-48-48-48H224.48c-26.4 0-48 21.6-48 48V672c0 26.4 21.6 48 48 48H800c26.4 0 48-21.6 48-48v-575.04zM363.2 230.88L229.28 364.79999999999995c-9.12 8.64-9.6 23.52-0.96 32.64l0.96 0.96L363.2 540c8.64 9.12 23.52 9.6 32.64 0.96l0.96-0.96 16.8-16.8c9.12-8.64 9.6-23.52 0.96-32.64l-0.96-0.96-97.92-102.72c-1.92-1.44-2.4-4.32-0.96-6.24l0.96-0.96 96-96c9.12-8.64 9.6-23.52 0.96-32.64l-0.96-0.96-16.8-16.8c-5.28-9.12-16.8-12-25.92-6.72-1.92 0.96-3.84 2.4-5.76 4.32z m254.4 0l-16.8 16.8c-9.12 8.64-9.6 23.52-0.96 32.64l0.96 0.96 96 96c1.92 1.44 2.4 4.32 0.96 6.24l-0.96 0.96-97.92 102.72c-9.12 8.64-9.6 23.52-0.96 32.64l0.96 0.96 16.8 16.8c8.64 9.12 23.52 9.6 32.64 0.96l0.96-0.96 133.92-141.12c9.12-8.64 9.6-23.52 0.96-32.64l-0.96-0.96-133.92-133.92c-5.28-7.68-22.08-7.68-31.68 1.92z m-139.2-40.8l-24 4.8c-12.48 2.88-20.16 14.88-17.28 27.36 0 0.48 0.48 0.96 0.48 1.44l81.6 335.52c2.88 12.48 14.88 20.16 27.36 17.28 0.48 0 0.96-0.48 1.44-0.48l24-4.8c12.48-2.88 20.16-14.88 17.28-27.36 0-0.48-0.48-0.96-0.48-1.44l-81.6-335.52c-3.84-12-16.32-19.2-28.8-16.8z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yuanxing" unicode="" d="M512-76.8c-253.952 0-460.8 206.848-460.8 460.8s206.848 460.8 460.8 460.8 460.8-206.848 460.8-460.8-206.848-460.8-460.8-460.8z m0 824.832c-200.704 0-364.032-163.328-364.032-364.032s163.328-364.032 364.032-364.032 364.032 163.328 364.032 364.032-163.328 364.032-364.032 364.032z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="baojingchufa" unicode="" d="M511.84128 506.1376c68.096 0 122.88-55.296 122.368-123.392 0-68.096-55.296-122.88-123.392-122.368-67.584 0-122.368 55.296-122.368 122.88 0.512 67.584 55.808 122.88 123.392 122.88z m326.144 202.24c-15.36 12.288-37.888 9.728-50.176-6.144-10.24-12.8-10.24-31.232 0-44.544 152.064-152.064 152.064-398.848 0-550.912-13.824-14.336-13.312-36.864 0.512-50.688 6.656-6.144 15.36-10.24 24.576-10.24 9.216 0 18.432 3.584 25.088 10.24 179.712 180.736 179.712 472.576 0 652.288z m-715.776-325.632c-0.512 103.424 40.96 202.752 114.176 275.456 15.36 12.288 17.92 34.816 5.632 50.176s-34.816 17.92-50.176 5.632c-2.048-1.536-4.096-3.584-5.632-5.632-179.712-180.224-179.712-471.552 0-651.776 13.312-14.336 35.84-14.848 50.176-1.536 14.336 13.312 14.848 35.84 1.536 50.176l-1.536 1.536c-73.216 73.216-114.176 172.544-114.176 275.968z m608.256 218.624c-15.36 12.288-37.888 9.728-50.176-5.632-10.24-13.312-10.24-31.744 0-45.056 93.184-93.184 93.184-243.712 0-336.896-13.824-13.824-13.824-36.352 0-50.176 13.824-13.824 36.352-13.824 50.176 0 120.832 121.344 120.832 316.928 0 437.76z m-387.072 0c-13.824 13.824-36.352 13.824-50.176 0-120.832-120.832-120.832-316.928 0-437.76 6.656-6.656 15.872-10.24 25.088-10.24 9.216 0 18.432 3.584 25.088 10.24 13.824 13.824 13.824 36.352 0 50.176-93.184 93.184-93.184 243.712 0 336.896 13.824 14.336 13.824 36.864 0 50.688z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="baojingjilu" unicode="" d="M838.00576 709.78048c-166.912 166.4-433.152 180.224-616.448 31.232v52.224c0 23.552-19.456 43.008-43.008 43.008-23.552 0-43.008-19.456-43.008-43.008v-152.064c0-23.552 19.456-43.008 43.008-43.008h152.064c23.552 0 43.008 19.456 43.008 43.008 0 23.552-19.456 43.008-43.008 43.008h-42.496c165.888 123.392 400.896 89.088 524.288-76.8 123.392-165.888 89.088-400.896-76.8-524.288s-400.896-89.088-524.288 76.8c-48.128 64.512-74.24 143.36-74.24 223.744 0 23.552-19.456 43.008-43.008 43.008-23.552 0-43.008-19.456-43.008-43.008 0-254.464 206.336-460.8 461.312-460.288 254.464 0 460.8 206.336 460.288 461.312 0 121.856-48.64 239.104-134.656 325.12zM511.86176 654.99648c-23.552 0-43.008-19.456-43.008-43.008v-220.16c0-16.384 6.656-32.256 18.432-44.032l146.432-146.432c16.896-16.896 44.032-16.896 60.928 0 16.896 16.896 16.896 44.032 0 60.928l-139.264 137.216v212.48c0 23.552-19.456 43.008-43.52 43.008z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="baojingjibie" unicode="" d="M555.52 682.496h363.008c28.672-1.024 53.248 22.016 53.76 50.688 1.024 28.672-22.016 53.248-50.688 53.76h-366.08c-29.184 0-52.736-23.04-53.248-52.224 0.512-29.184 24.064-52.736 53.248-52.224zM246.784 775.168c-7.68 7.168-17.92 10.752-28.16 10.752-10.752 0-20.992-4.096-28.672-10.752l-128-140.8c-7.168-6.656-10.752-15.872-10.752-25.6 1.024-20.48 18.432-36.864 38.912-35.84 9.728 0.512 18.944 5.12 25.6 12.8l66.048 70.656V450.56c-0.512-18.944 14.336-35.328 33.792-35.84h3.072c18.432-1.536 34.816 12.288 36.352 30.72V656.384l65.536-70.656c7.68-7.68 17.92-12.288 28.672-12.8 19.456 0.512 35.84 15.872 36.352 35.84-0.512 9.216-3.584 18.432-8.704 26.112L246.784 775.168z m102.912-581.12c-10.752-0.512-20.992-5.12-28.672-12.8l-65.536-70.144v205.312c1.024 18.432-12.8 34.816-31.232 35.84h-4.608c-18.944 1.024-35.84-13.312-36.864-32.256v-208.384l-66.048 70.656c-6.144 7.68-15.872 12.288-25.6 12.8-20.48 1.024-37.888-15.36-38.912-35.84 0-9.728 4.096-18.944 10.752-25.6l128-140.8c8.192-6.656 18.432-10.752 28.672-10.752 10.24-0.512 20.48 3.584 28.16 10.752L377.856 133.12c5.12 7.68 8.192 16.896 8.704 26.112-1.024 18.944-17.408 34.816-36.864 34.816zM918.528 552.96h-363.008c-29.184 0-52.736-23.04-53.248-52.224 0-29.184 24.064-52.736 53.248-52.224h363.008c28.672 0 52.224 23.552 52.224 52.224 0.512 29.184-23.04 52.224-52.224 52.224z m0-233.472h-363.008c-29.184 0-52.736-23.04-53.248-52.224 0-29.184 24.064-52.736 53.248-52.224h363.008c28.672 0 52.224 23.552 52.224 52.224 0.512 28.672-23.04 52.224-52.224 52.224z m0-233.472h-363.008c-29.184 0-52.736-23.04-53.248-52.224 0-29.184 24.064-52.736 53.248-52.224h363.008c28.672-1.024 53.248 22.016 53.76 50.688 1.024 28.672-22.016 53.248-50.688 53.76h-3.072z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="juxing1" unicode="" d="M972.8-76.79999999999995H51.2V844.8h921.6v-921.6zM147.968 19.96799999999996H875.52V748.032H147.968v-728.064z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="baojingzu" unicode="" d="M928.768 359.936h-198.144V558.08c0 24.576-19.968 44.032-44.032 44.032H487.936V800.768c0 24.576-19.968 44.032-44.032 44.032h-348.16c-24.576 0-44.032-19.968-44.032-44.032v-348.16c0-24.576 19.968-44.032 44.032-44.032h198.144V209.92c0-24.576 19.968-44.032 44.032-44.032h198.144v-198.144c0-24.576 19.968-44.032 44.032-44.032h348.16c24.576 0 44.032 19.968 44.032 44.032v348.16c0.512 24.064-19.456 43.52-43.52 44.032zM293.888 558.08v-76.8H123.904V772.096H414.72v-169.984H337.92c-24.064 0-44.032-19.456-44.032-44.032z m72.704-319.488V529.408h290.816v-290.816H366.592z m533.504-242.688H609.28v169.984h76.8c24.576 0 44.032 19.968 44.032 44.032v76.8h169.984v-290.816z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="baojingleibie" unicode="" d="M265.01632 843.904c-117.76 0-213.504-95.744-213.504-213.504 0-117.76 95.744-213.504 213.504-213.504 118.272 0 213.504 95.744 213.504 213.504 0 117.76-95.744 213.504-213.504 213.504z m0-332.8c-66.048 0-119.296 53.248-119.296 119.296s53.248 119.296 119.296 119.296 119.296-53.248 119.296-119.296c0-66.56-53.76-119.808-119.296-119.296zM759.09632 843.904c-118.272 0-213.504-95.744-213.504-213.504 0-118.272 95.744-213.504 213.504-213.504 118.272 0 213.504 95.744 213.504 213.504 0 117.76-95.232 213.504-213.504 213.504z m0-332.8c-66.048 0-119.296 53.248-119.296 118.784 0 66.048 53.248 119.296 119.296 119.296s119.296-53.248 119.296-119.296c0-65.536-53.248-119.296-119.296-118.784zM265.01632 351.872c-117.76 0-213.504-95.744-213.504-213.504 0-117.76 95.744-213.504 213.504-213.504 117.76 0 213.504 95.744 213.504 213.504 0 117.76-95.744 213.504-213.504 213.504z m0-332.8c-66.048 0-119.296 53.248-119.296 119.296s53.248 119.296 119.296 119.296 119.296-53.248 119.296-119.296-53.248-119.808-119.296-119.296c0-0.512 0-0.512 0 0zM759.09632 351.872c-117.76 0-213.504-95.744-213.504-213.504 0-118.272 95.744-213.504 213.504-213.504 118.272 0 213.504 95.744 213.504 213.504 0 117.76-95.232 213.504-213.504 213.504z m0-332.8c-66.048 0-119.296 53.248-119.296 119.296s53.248 119.296 119.296 119.296 119.296-53.248 119.296-119.296-53.248-119.808-119.296-119.296c0-0.512 0-0.512 0 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xiantiao" unicode="" d="M230.4-76.8c-10.24 0-19.968 3.072-29.184 9.216-23.552 15.872-29.184 48.128-13.312 71.168l563.2 819.2c15.872 23.552 48.128 29.184 71.168 13.312 23.552-15.872 29.184-48.128 13.312-71.168l-563.2-819.2c-9.728-14.848-25.6-22.528-41.984-22.528z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="baocuntupian1" unicode="" d="M512 137.728c-3.584 0-7.168 1.536-10.752 5.12l-138.24 138.24c-6.656 6.656-6.656 14.848 0 20.992 4.096 4.096 8.192 5.12 10.752 5.12s6.656-1.024 10.24-4.608l112.64-112.64V798.72c0 10.752 4.608 15.36 15.36 15.36s15.36-4.608 15.36-15.36v-609.28l112.64 112.64c3.072 3.072 6.656 5.12 10.752 5.12 3.584 0 7.168-1.536 10.752-5.12 6.656-6.656 6.656-14.848 0-20.992l-138.24-138.24c-3.584-3.072-7.168-5.12-11.264-5.12zM235.52-46.08c-61.44 0-107.52 46.08-107.52 107.52v322.56c0 61.44 46.08 107.52 107.52 107.52h92.16c10.752 0 15.36-4.608 15.36-15.36s-4.608-15.36-15.36-15.36H235.52c-44.544 0-76.8-32.256-76.8-76.8v-322.56c0-44.544 32.256-76.8 76.8-76.8h552.96c44.544 0 76.8 32.256 76.8 76.8v322.56c0 44.544-32.256 76.8-76.8 76.8h-92.16c-10.752 0-15.36 4.608-15.36 15.36s4.608 15.36 15.36 15.36h92.16c61.44 0 107.52-46.08 107.52-107.52v-322.56c0-61.44-46.08-107.52-107.52-107.52H235.52z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="daochu" unicode="" d="M467.968 216.064L382.976 343.04l-12.8 25.6-14.336-25.088c-1.024-2.048-2.56-3.584-4.096-5.632l-0.512-0.512-87.04-121.344H206.848l137.728 178.688-123.392 176.128h54.784l76.8-123.904 0.512-1.024c1.024-1.536 2.048-2.56 3.072-4.096l14.848-20.992 12.8 26.112c7.68 11.776 38.4 61.44 70.656 113.664l5.632 9.728h57.344l-122.88-178.176 130.56-176.128H467.968zM781.824 185.344c-10.24 0-18.944 8.192-18.944 18.944 0 10.24 8.192 18.944 18.944 18.944h89.6c10.24 0 18.944-8.192 18.944-18.944 0-10.24-8.192-18.944-18.944-18.944h-89.6zM781.824 370.176c-10.24 0-18.944 8.192-18.944 18.944s8.192 18.944 18.944 18.944h89.6c5.12 0 9.728-2.048 13.312-5.632s5.632-8.192 5.632-13.312c0-10.24-8.192-18.944-18.944-18.944h-89.6zM781.824 544.768c-10.24 0-18.944 8.192-18.944 18.944s8.192 18.944 18.944 18.944h89.6c5.12 0 9.728-2.048 13.312-5.632s5.632-8.192 5.632-13.312c0-10.24-8.192-18.944-18.944-18.944h-89.6zM634.368 88.064H97.28c-22.528 0-40.96 18.432-40.96 40.96V657.92c0 22.528 18.432 40.96 40.96 40.96h537.088c22.528 0 40.96-18.432 40.96-40.96v-528.896c0-22.528-18.432-40.96-40.96-40.96zM97.28 679.424c-11.776 0-20.992-9.728-20.992-20.992v-528.896c0-11.776 9.728-20.992 20.992-20.992h537.088c11.776 0 20.992 9.728 20.992 20.992V657.92c0 11.776-9.728 20.992-20.992 20.992H97.28zM916.992 840.192H323.584c-28.16 0-50.688-22.528-50.688-50.688v-90.624h20.48V789.504c0 16.384 13.312 30.208 30.208 30.208H916.48c16.384 0 30.208-13.312 30.208-30.208v-811.008c0-16.384-13.312-30.208-30.208-30.208H323.584c-16.384 0-30.208 13.312-30.208 30.208v109.568h-20.48v-109.568c0-28.16 22.528-50.688 50.688-50.688H916.48c28.16 0 50.688 22.528 50.688 50.688V789.504c0 27.648-22.528 50.688-50.176 50.688z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="morentupian" unicode="" d="M926.72 798.72H97.28c-25.6 0-46.08-20.48-46.08-46.08v-737.28c0-25.6 20.48-46.08 46.08-46.08h829.44c25.6 0 46.08 20.48 46.08 46.08V752.64c0 25.6-20.48 46.08-46.08 46.08zM926.72-48.64H97.28c-35.328 0-64 28.672-64 64V752.64c0 35.328 28.672 64 64 64h829.44c35.328 0 64-28.672 64-64v-737.28c0-35.328-28.672-64-64-64zM97.28 780.8c-15.872 0-28.16-12.8-28.16-28.16v-737.28c0-15.872 12.8-28.16 28.16-28.16h829.44c15.872 0 28.16 12.8 28.16 28.16V752.64c0 15.872-12.8 28.16-28.16 28.16H97.28zM856.064 124.416H167.936v195.072l147.456 116.736 245.76-195.072 147.456 116.736 147.456-116.736v-116.736zM777.728 498.688c-43.008 0-77.824 34.816-77.824 77.824s34.816 77.824 77.824 77.824 77.824-34.816 77.824-77.824c0.512-43.008-34.816-77.824-77.824-77.824z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamian1" unicode="" d="M887.808 844.8h-752.64c-38.4 0-69.12-31.232-69.632-69.632v-782.336c0-38.4 31.232-69.632 69.632-69.632h752.64c38.4 0 69.632 31.232 69.632 69.632V775.168c0.512 38.4-30.72 69.632-69.632 69.632zM144.896 561.152v204.8h733.696v-204.8H144.896z m733.696-78.848v-480.256H144.896V482.304h733.696zM786.432 705.536c-23.04 7.68-48.128-4.608-56.32-27.648-7.68-22.528 4.096-47.616 26.624-55.808 5.12-2.048 10.24-3.072 15.872-3.072 18.432 0 34.816 11.776 40.96 29.696 4.608 11.776 3.584 25.088-2.048 36.864-5.632 9.728-14.336 17.408-25.088 19.968zM532.48 706.56c-22.528 8.704-47.104-2.56-55.808-24.576l-0.512-2.048v-1.024c-7.68-23.552 4.096-48.64 27.136-57.856 5.12-2.048 10.24-3.072 15.872-3.072 18.432 0 34.816 11.776 40.96 29.696 8.192 23.04-3.584 49.664-27.648 58.88zM660.992 706.56c-22.528 8.704-47.104-2.56-55.808-24.576l-0.512-2.048c-8.704-23.552 3.072-50.176 26.624-58.88 5.12-2.048 10.24-3.072 15.872-3.072 18.432 0 34.816 11.776 40.96 29.696 4.096 11.264 4.096 24.064-1.024 34.816-5.632 10.752-14.848 19.456-26.112 24.064z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xiayiceng" unicode="" d="M998.4 288.768c0.512-13.824-5.632-27.648-15.872-36.864l-221.696-227.328c-9.216-10.24-23.04-16.384-36.864-15.872-12.8-0.512-24.576 5.632-31.744 15.872l-227.328 227.328c-11.264 8.704-17.408 22.528-15.872 36.864-0.512 13.824 5.632 27.648 15.872 36.864 10.24 9.728 23.04 15.36 36.864 15.872 12.8 0.512 24.576-5.632 31.744-15.872l142.848-142.848V706.048c-0.512 27.136 20.48 50.176 47.616 52.736 12.8 1.536 25.6-4.608 31.744-15.872 11.264-8.704 17.408-22.528 15.872-36.864v-523.264l142.848 142.848c7.168 10.24 18.944 16.384 31.744 15.872 13.824 0.512 27.648-5.632 36.864-15.872 10.752-8.704 16.896-22.528 15.36-36.864zM432.64 664.064H57.856c-15.872 0-31.744 20.992-31.744 47.616s10.752 47.616 31.744 47.616h375.296c15.872 0 31.744-20.992 31.744-47.616s-10.752-47.616-32.256-47.616zM62.976 431.616h248.32c23.552-3.072 39.936-24.064 36.864-47.616 3.072-23.552-13.824-44.544-36.864-47.616H62.976c-23.552 3.072-39.936 24.064-36.864 47.616-3.072 23.04 13.312 44.544 36.864 47.616zM57.856 109.056h375.296c15.872 0 31.744-26.624 31.744-52.736s-15.872-47.616-31.744-47.616H57.856c-15.872 0-31.744 20.992-31.744 47.616s15.872 52.736 31.744 52.736z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shangyiceng" unicode="" d="M998.4 479.232c0.512 13.824-5.632 27.648-15.872 36.864l-221.696 227.328c-9.216 10.24-23.04 16.384-36.864 15.872-12.8 0.512-24.576-5.632-31.744-15.872L464.384 516.096c-11.264-8.704-17.408-22.528-15.872-36.864-0.512-13.824 5.632-27.648 15.872-36.864 10.24-9.728 23.04-15.36 36.864-15.872 12.8-0.512 24.576 5.632 31.744 15.872L675.84 584.704V61.44c-0.512-27.136 20.48-50.176 47.616-52.736 12.8-1.536 25.6 4.608 31.744 15.872 11.264 8.704 17.408 22.528 15.872 36.864V584.704l142.848-142.848c7.168-10.24 18.944-16.384 31.744-15.872 13.824-0.512 27.648 5.632 36.864 15.872 11.264 9.216 17.408 23.04 15.872 37.376zM432.64 103.936H57.856c-15.872 0-31.744-20.992-31.744-47.616s10.752-47.616 31.744-47.616h375.296c15.872 0 31.744 20.992 31.744 47.616s-10.752 47.616-32.256 47.616zM62.976 336.384h248.32c23.552 3.072 39.936 24.064 36.864 47.616 3.072 23.552-13.824 44.544-36.864 47.616H62.976c-23.552-3.072-39.936-24.064-36.864-47.616-3.072-23.04 13.312-44.544 36.864-47.616zM57.856 658.944h375.296c15.872 0 31.744 26.624 31.744 52.736s-15.872 47.616-31.744 47.616H57.856c-15.872 0-31.744-20.992-31.744-47.616s15.872-52.736 31.744-52.736z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="paixu2" unicode="" d="M415.232-76.79999999999995L608.768-76.79999999999995l0 335.872-193.024 0L415.744-76.79999999999995zM512 588.28800001l-289.79199999-329.21600001L801.79199999 259.072l-289.79199999 329.21600001zM848.384 706.56l-672.256 0 0 138.24L848.384 844.8z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="daochu1" unicode="" d="M268.66176 324.5824c0-20.48-16.384-37.376-37.376-37.376h-120.832v-258.56h120.832c20.48 0 37.376-16.384 37.376-37.376 0-20.48-16.896-37.376-37.376-37.376h-158.208c-20.48 0-37.376 16.896-37.376 37.376v333.312c0 20.48 16.896 37.376 37.376 37.376h158.208c20.48 0 37.376-16.384 37.376-37.376 0 0.512 0 0 0 0zM988.02176 324.5824v-333.312c0-20.48-16.896-37.376-37.376-37.376h-158.208c-20.48 0-37.376 16.896-37.376 37.376s16.896 37.376 37.376 37.376h120.832v258.56h-120.832c-20.48 0-37.376 16.896-37.376 37.376s16.896 37.376 37.376 37.376h158.208c20.992 0 37.376-16.896 37.376-37.376zM273.78176 158.18240000000003c0 20.48 16.896 37.376 37.376 37.376h401.92c20.48 0 37.376-16.896 37.376-37.376s-16.896-37.376-37.376-37.376h-401.92c-20.992 0-37.376 16.896-37.376 37.376zM495.47776 803.8144l-178.176-169.984c-14.848-14.336-15.36-37.888-1.536-52.736 14.336-14.848 37.888-15.36 52.736-1.024l116.224 111.104v-365.056c0-19.968 15.872-35.84 35.84-35.84h3.072c19.968 0 35.84 15.872 35.84 35.84v364.032l116.224-110.08c14.848-14.336 38.4-13.312 52.736 1.536 6.656 7.168 10.24 15.872 10.24 25.6 0 10.24-4.096 19.968-11.776 27.136l-179.712 169.984c-14.848 12.8-37.376 12.8-51.712-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamianrongqi" unicode="" d="M868.992-75.008h-709.632c-58.368 0-105.984 47.616-105.984 105.984V740.608c0 58.368 47.616 105.984 105.984 105.984h709.632c58.368 0 105.984-47.616 105.984-105.984v-709.632c0-58.368-47.616-105.984-105.984-105.984z m-709.632 857.6c-23.04 0-41.472-18.944-41.472-41.472v-709.632c0-23.04 18.944-41.472 41.472-41.472h709.632c23.04 0 41.472 18.944 41.472 41.472V740.608c0 23.04-18.944 41.472-41.472 41.472h-709.632zM248.448 642.816h531.456c12.8 0 23.552-10.752 23.552-23.552v-81.408c0-12.8-10.752-23.552-23.552-23.552h-531.456c-12.8 0-23.552 10.752-23.552 23.552v81.92c0 12.8 10.752 23.04 23.552 23.04zM236.672 407.296h147.968c6.656 0 11.776-5.12 11.776-11.776v-83.968c0-6.656-5.12-11.776-11.776-11.776h-147.968c-6.656 0-11.776 5.12-11.776 11.776v83.968c0 6.656 5.12 11.776 11.776 11.776zM236.672 192.768h147.968c6.656 0 11.776-5.12 11.776-11.776v-83.968c0-6.656-5.12-11.776-11.776-11.776h-147.968c-6.656 0-11.776 5.12-11.776 11.776v83.968c0 6.656 5.12 11.776 11.776 11.776z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="guding" unicode="" d="M63.488-17.408l230.4 230.4-212.48 212.992c-13.824 13.824-13.824 36.352 0.512 50.176l2.56 2.56c97.792 78.848 229.376 102.912 348.672 63.488l221.184 175.104c-1.536 39.936 9.728 79.872 31.744 113.664 10.752 15.872 31.744 20.48 47.616 9.728 2.048-1.024 3.584-2.56 5.12-4.096l226.304-225.792c13.312-13.312 13.312-35.328 0-48.64-1.536-1.536-3.584-3.072-5.12-4.096-33.792-22.016-73.728-33.28-113.664-31.744L670.72 304.64c39.424-120.32 14.848-251.904-64.512-350.208-12.288-15.36-34.304-17.408-49.664-5.12-1.024 1.024-2.048 1.536-3.072 2.56l-212.48 212.992-230.4-230.4c-13.312-13.312-34.304-13.312-47.616 0-12.8 13.312-12.8 34.816 0.512 48.128z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bangzhushouce1" unicode="" d="M733.184 755.2v-444.416H216.576c-28.16 0-53.76-7.168-75.776-20.48v389.12c0 41.472 33.28 74.752 74.752 74.752l517.632 1.024m73.728 73.728H216.064c-82.432 0-148.992-66.56-148.992-148.992v-590.336c0-81.92 66.56-148.48 148.992-148.48h739.328v814.08h-73.728v-740.352H216.576c-41.472 0-75.776 34.304-75.776 75.776v70.656c0 41.472 34.304 75.776 75.776 75.776h590.336V828.928z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="you21" unicode="" d="M254.976-55.808c-27.136 25.6-28.16 68.096-2.56 95.232l2.56 2.56 368.128 343.04-368.128 342.528c-27.136 25.6-28.16 68.096-2.56 95.232l2.56 2.56c28.672 27.136 73.728 27.136 102.4 0l401.92-381.952 1.024-1.024c15.872-14.336 25.6-34.304 26.112-55.296 0.512-2.048 0.512-4.608 0.512-6.656-1.536-20.48-11.776-39.424-27.648-52.736l-401.92-383.488c-29.184-26.624-73.728-26.624-102.4 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zuo11" unicode="" d="M765.952 825.344c27.136-25.6 28.16-68.096 2.56-95.232l-2.56-2.56-368.128-343.04 367.616-342.528c27.136-25.6 28.16-68.096 2.56-95.232l-2.56-2.56c-28.672-27.136-73.728-27.136-102.4 0L261.12 326.144l-1.024 1.024c-15.872 14.336-25.6 34.304-26.112 55.296-0.512 2.048-0.512 4.608-0.512 6.656 1.536 20.48 11.776 39.424 27.648 52.736l401.92 383.488c29.184 27.136 73.728 27.136 102.912 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="you11" unicode="" d="M254.976-55.808c-27.136 25.6-28.16 68.096-2.56 95.232l2.56 2.56 368.128 343.04-368.128 342.528c-27.136 25.6-28.16 68.096-2.56 95.232l2.56 2.56c28.672 27.136 73.728 27.136 102.4 0l401.92-381.952 1.024-1.024c15.872-14.336 25.6-34.304 26.112-55.296 0.512-2.048 0.512-4.608 0.512-6.656-1.536-20.48-11.776-39.424-27.648-52.736l-401.92-383.488c-29.184-26.624-73.728-26.624-102.4 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zuo21" unicode="" d="M765.952 825.344c27.136-25.6 28.16-68.096 2.56-95.232l-2.56-2.56-368.128-343.04 367.616-342.528c27.136-25.6 28.16-68.096 2.56-95.232l-2.56-2.56c-28.672-27.136-73.728-27.136-102.4 0L261.12 326.144l-1.024 1.024c-15.872 14.336-25.6 34.304-26.112 55.296-0.512 2.048-0.512 4.608-0.512 6.656 1.536 20.48 11.776 39.424 27.648 52.736l401.92 383.488c29.184 27.136 73.728 27.136 102.912 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="weibiaoti-1" unicode="" d="M512-76.8c-253.952 0-460.8 206.848-460.8 460.8s206.848 460.8 460.8 460.8 460.8-206.848 460.8-460.8-206.848-460.8-460.8-460.8z m0 829.44c-203.264 0-368.64-165.376-368.64-368.64s165.376-368.64 368.64-368.64 368.64 165.376 368.64 368.64-165.376 368.64-368.64 368.64z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xia1" unicode="" d="M512-30.72L51.2 798.72h921.6l-460.8-829.44z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="you1" unicode="" d="M926.72 384L97.28-76.8V844.8l829.44-460.8z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shang1" unicode="" d="M512 798.72l460.8-829.44H51.2l460.8 829.44z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zuo2" unicode="" d="M133.632 420.864h802.304c20.48 0 36.864-16.384 36.864-36.864s-16.384-36.864-36.864-36.864H133.632c-20.48 0-36.864 16.384-36.864 36.864 0 19.968 16.384 36.864 36.864 36.864z m0 0M396.288 714.24c14.848 0 28.16-9.216 33.792-22.528 5.632-13.824 2.56-29.696-8.192-39.936L155.136 384l266.752-266.752c14.336-14.336 14.336-37.888 0-52.224-14.336-14.336-37.888-14.336-52.224 0L51.2 384l318.976 318.976c6.656 7.168 16.384 10.752 26.112 11.264z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shang2" unicode="" d="M548.864 762.368v-802.304c0-20.48-16.384-36.864-36.864-36.864s-36.864 16.384-36.864 36.864V762.368c0 20.48 16.384 36.864 36.864 36.864 19.968 0 36.864-16.384 36.864-36.864z m0 0M842.24 499.712c0-14.848-9.216-28.16-22.528-33.792-13.824-5.632-29.696-2.56-39.936 8.192L512 740.864 244.736 473.6c-14.336-14.336-37.888-14.336-52.224 0-14.336 14.336-14.336 37.888 0 52.224L512 844.8l318.976-318.976c7.168-6.656 10.752-16.384 11.264-26.112z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xia2" unicode="" d="M475.136 5.632V807.936c0 20.48 16.384 36.864 36.864 36.864s36.864-16.384 36.864-36.864v-802.304c0-20.48-16.384-36.864-36.864-36.864-19.968 0-36.864 16.384-36.864 36.864z m0 0M181.76 268.288c0 14.848 9.216 28.16 22.528 33.792 13.824 5.632 29.696 2.56 39.936-8.192l267.264-266.752 266.752 266.752c14.336 14.336 37.888 14.336 52.224 0 14.336-14.336 14.336-37.888 0-52.224L512-76.8l-318.976 318.976c-7.168 6.656-10.752 16.384-11.264 26.112z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zuo1" unicode="" d="M97.28 384l829.44 460.8v-921.6L97.28 384z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yuan1" unicode="" d="M512 384m-460.8 0a460.8 460.8 0 1 1 921.6 0 460.8 460.8 0 1 1-921.6 0Z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="you2" unicode="" d="M890.368 347.136H88.064c-20.48 0-36.864 16.384-36.864 36.864s16.384 36.864 36.864 36.864h802.304c20.48 0 36.864-16.384 36.864-36.864 0-19.968-16.384-36.864-36.864-36.864z m0 0M627.712 53.76c-14.848 0-28.16 9.216-33.792 22.528-5.632 13.824-2.56 29.696 8.192 39.936l266.752 267.264L602.112 650.24c-14.336 14.336-14.336 37.888 0 52.224 14.336 14.336 37.888 14.336 52.224 0L972.8 384l-318.976-318.976c-6.656-7.168-16.384-10.752-26.112-11.264z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tuichuquanping1" unicode="" d="M637.44 486.4h134.656c22.528 0 41.472 18.432 41.472 41.472 0 22.528-18.432 41.472-41.472 41.472h-93.184V655.872c0 22.528-18.432 41.472-41.472 41.472-22.528 0-41.472-18.432-41.472-41.472v-128c0-22.528 18.432-41.472 41.472-41.472zM252.416 486.4h134.144c22.528 0 41.472 18.432 41.472 41.472v128c0 22.528-18.432 41.472-41.472 41.472-22.528 0-41.472-18.432-41.472-41.472v-86.528H251.904c-22.528 0-41.472-18.432-41.472-41.472 0.512-22.528 18.944-41.472 41.984-41.472zM637.44 70.656c22.528 0 41.472 18.432 41.472 41.472v86.528h93.184c22.528 0 41.472 18.432 41.472 41.472 0 22.528-18.432 41.472-41.472 41.472h-134.656c-22.528 0-41.472-18.432-41.472-41.472v-128c0-23.04 18.432-41.472 41.472-41.472zM251.392 198.656h93.184v-86.528c0-22.528 18.432-41.472 41.472-41.472 22.528 0 41.472 18.432 41.472 41.472v128c0 22.528-18.432 41.472-41.472 41.472H251.392c-22.528 0-41.472-18.432-41.472-41.472s18.432-41.472 41.472-41.472zM779.776-87.04H244.224C132.096-87.04 40.96 4.096 40.96 116.224V651.776C40.96 763.904 132.096 855.04 244.224 855.04h535.04c112.64 0 203.776-91.136 203.776-203.264v-535.04c0-112.64-91.136-203.776-203.264-203.776zM244.224 774.144c-67.584 0-122.368-54.784-122.368-122.368v-535.04c0-67.584 54.784-122.368 122.368-122.368h535.04c67.584 0 122.368 54.784 122.368 122.368V651.776c0 67.584-54.784 122.368-122.368 122.368H244.224z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="banbenshuoming11" unicode="" d="M472.064-86.528c-3.584 0-7.168 0.512-10.24 1.536l-6.144 2.048L67.072 102.912c-11.264 5.12-18.944 15.36-20.48 27.648l-0.512 6.144V631.808c0 12.288 6.144 23.552 15.872 30.208l5.12 3.072 389.12 185.856c5.12 2.56 10.24 3.584 15.872 3.584 3.584 0 7.168-0.512 10.24-1.536l5.632-2.048 388.608-185.856c12.8-6.144 20.992-18.944 20.992-32.768l-0.512-3.584-2.048-8.704 2.048-2.048v-270.336h-73.728V573.44l-335.36-161.28c-5.12-2.56-10.24-3.584-15.872-3.584-1.536 0-3.584 0-5.12 0.512l-5.632 1.536-5.632 2.048-335.872 160.256-3.072-412.16 353.28-170.496 110.08 52.736 31.744-66.56-123.904-59.392c-5.12-2.048-10.752-3.584-15.872-3.584zM167.936 631.808l302.08-146.432 306.176 146.432-304.128 144.896-304.128-144.896zM708.608-59.904L541.184 318.464H652.8l103.424-264.192 14.848-32.256 7.68 33.28v0.512l97.28 263.168H988.16L822.272-59.392l-113.664-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xialaliebiao" unicode="" d="M899.2512 56.576h-775.68c-28.672 0-52.224 22.528-53.248 50.688V656.128c0 32.256 21.504 57.344 48.64 57.344h773.632c27.136 0 48.128-18.432 57.344-48.64l1.024-4.096v-553.984l-0.512-2.048c-3.584-25.6-24.576-45.568-50.176-48.128h-1.024z m-767.488 61.44h757.76V651.008c0 0.512-0.512 0.512-0.512 1.024h-757.248v-534.016zM794.8032 457.472h-254.464l126.976-138.752 127.488 138.752z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="wenbenshuru" unicode="" d="M124.04736 55.2704c-27.648 0-51.2 22.528-52.224 51.2v548.864c0 32.256 21.504 57.344 48.64 57.344h774.144c26.624 0 48.128-18.432 56.832-49.664l1.024-4.096v-553.472l-0.512-2.048c-3.584-25.6-24.576-45.568-50.176-48.128h-777.728z m9.216 61.44h757.76v532.992c0 0.512-0.512 1.024-0.512 1.536h-757.248v-534.528zM263.31136 188.3904c-18.944 0-34.304 11.264-34.304 25.6v339.968c0 14.336 15.36 25.6 34.304 25.6s34.304-11.264 34.304-25.6v-339.968c-0.512-14.336-15.872-25.6-34.304-25.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="danxuananniu" unicode="" d="M513.90464-76.93824c-254.464-1.024-461.824 204.288-462.848 458.752-1.024 254.464 204.288 461.824 458.752 462.848 254.464 1.024 461.824-204.288 462.848-458.752v-2.048c0-253.44-204.8-459.776-458.752-460.8z m0 860.672c-220.672 1.024-400.384-177.152-401.408-397.824-1.024-220.672 177.152-400.384 397.824-401.408 220.672-1.024 400.384 177.152 401.408 397.824v1.536c0 220.16-177.664 398.848-397.824 399.872zM513.90464 180.59776c-112.128-3.584-205.824 84.48-209.408 196.096-3.584 112.128 84.48 205.824 196.096 209.408 112.128 3.584 205.824-84.48 209.408-196.096v-6.656c2.048-110.08-86.016-200.704-196.096-202.752z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shijiankongjian" unicode="" d="M834.56 752.64h-92.16v46.08c0 25.6-20.48 46.08-46.08 46.08s-46.08-20.48-46.08-46.08v-46.08H373.76v46.08c0 25.6-20.48 46.08-46.08 46.08s-46.08-20.48-46.08-46.08v-46.08H189.44c-76.288 0-138.24-61.952-138.24-138.24v-552.96c0-76.288 61.952-138.24 138.24-138.24h645.12c76.288 0 138.24 61.952 138.24 138.24V614.4c0 76.288-61.952 138.24-138.24 138.24z m46.08-691.2c0-25.6-20.48-46.08-46.08-46.08H189.44c-25.6 0-46.08 20.48-46.08 46.08v322.56h737.28v-322.56z m0 414.72H143.36V614.4c0 25.6 20.48 46.08 46.08 46.08h92.16v-46.08c0-25.6 20.48-46.08 46.08-46.08s46.08 20.48 46.08 46.08v46.08h276.48v-46.08c0-25.6 20.48-46.08 46.08-46.08s46.08 20.48 46.08 46.08v46.08h92.16c25.6 0 46.08-20.48 46.08-46.08v-138.24z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamiansuoxiaoxuanfu1" unicode="" d="M299.008 428.032h425.984c24.064 0 44.032-19.456 44.032-44.032 0-24.064-19.456-44.032-44.032-44.032H299.008c-24.064 0-44.032 19.456-44.032 44.032s19.968 44.032 44.032 44.032z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamianfangdaxuanfu1" unicode="" d="M512 641.024c-23.552 0-43.008-18.944-43.008-43.008v-171.008H297.984c-23.552 0-43.008-18.944-43.008-43.008 0-23.552 18.944-43.008 43.008-43.008h171.008v-171.008c0-23.552 18.944-43.008 43.008-43.008s43.008 18.944 43.008 43.008v171.008h171.008c23.552 0 43.008 18.944 43.008 43.008 0 23.552-18.944 43.008-43.008 43.008h-171.008V598.016c0 23.552-18.944 43.008-43.008 43.008z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shujubiao" unicode="" d="M236.96384 291.15392h98.304v-110.08h-98.304v110.08z m452.096 176.128h98.304v-286.208h-98.304v286.208zM116.13184 42.32192c-35.84 0-65.024 29.184-65.024 65.024v553.472c0 35.84 29.184 65.024 65.024 65.024h792.064c35.84 0 65.024-29.184 65.024-65.024v-553.984c0-35.84-29.184-65.024-65.024-65.024h-792.064z m6.144 598.528v-525.824l765.952-2.56 9.728 1.536 3.584 10.24v527.872l-776.704 2.56-2.56-13.824zM374.69184 379.72992h98.304v-198.144h-98.304v198.144z m157.184 175.616h98.304v-374.272h-98.304v374.272z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shuju" unicode="" d="M280.16128 228.352h43.008c3.584 0 6.656-3.072 6.656-6.656v-163.328c0-3.584-3.072-6.656-6.656-6.656h-43.008c-3.584 0-6.656 3.072-6.656 6.656v163.328c0.512 3.584 3.072 6.656 6.656 6.656zM420.44928 278.528h43.008c3.584 0 6.656-3.072 6.656-6.656v-214.016c0-3.584-3.072-6.656-6.656-6.656h-43.008c-3.584 0-6.656 3.072-6.656 6.656v214.016c0 3.584 3.072 6.656 6.656 6.656zM560.73728 202.752h43.008c3.584 0 6.656-3.072 6.656-6.656v-138.24c0-3.584-3.072-6.656-6.656-6.656h-43.008c-3.584 0-6.656 3.072-6.656 6.656v138.24c0 4.096 3.072 6.656 6.656 6.656zM700.51328 303.616h43.008c3.584 0 6.656-3.072 6.656-6.656v-239.104c0-3.584-3.072-6.656-6.656-6.656h-43.008c-3.584 0-6.656 3.072-6.656 6.656V296.96c0.512 4.096 3.072 6.656 6.656 6.656zM420.44928 602.112l127.488-127.488c3.584-3.584 9.216-3.584 12.8 0l203.264 203.264c3.584 3.584 3.584 9.216 0 12.8l-26.624 26.624c-3.584 3.584-9.216 3.584-12.8 0l-163.328-163.328c-3.584-3.584-9.216-3.584-12.8 0l-128 126.976c-3.584 3.584-9.216 3.584-12.8 0l-146.944-146.944c-3.584-3.584-3.584-9.216 0-12.8l26.624-26.624c3.584-3.584 9.216-3.584 12.8 0l107.52 107.52c3.584 3.072 9.216 3.072 12.8 0zM808.03328 844.8h-592.384c-90.624 0-164.352-73.728-164.352-164.352v-592.384c0-90.624 73.728-164.352 164.352-164.352h592.384c90.624 0 164.352 73.728 164.352 164.352V680.448c0.512 90.624-73.216 164.352-164.352 164.352z m98.816-757.248c0-54.272-44.032-98.816-98.816-98.816h-592.384c-54.272 0-98.816 44.032-98.816 98.816V680.448c0 54.272 44.032 98.816 98.816 98.816h592.384c54.272 0 98.816-44.032 98.816-98.816v-592.896zM259.16928 414.72h178.176c2.56 0 5.12-2.048 5.12-5.12v-44.032c0-2.56-2.048-5.12-5.12-5.12h-178.176c-2.56 0-5.12 2.048-5.12 5.12V409.6c0 3.072 2.048 5.12 5.12 5.12z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianliangchufa" unicode="" d="M864.256 400.896c21.504 0 38.912-17.408 38.912-38.912v-77.824c0-107.52-87.04-195.072-195.072-195.072H257.024l98.816-98.816c14.848-15.36 14.848-39.936-0.512-55.296-15.36-14.848-39.424-14.848-54.272 0l-165.376 165.376-2.048 2.048-2.56 3.584-2.048 3.072-2.56 5.12-1.024 3.072-1.024 4.608-0.512 2.048v7.168l0.512 5.12 1.024 4.096 1.536 4.096 2.048 3.584 1.024 2.048 1.536 2.048c1.024 1.536 2.048 2.56 3.072 3.584l165.376 165.376c15.36 14.848 39.936 14.848 55.296-0.512 14.848-15.36 14.848-39.424 0-54.272l-98.816-98.816h451.584c61.952 0 113.152 48.128 116.736 110.08v84.48c0 22.016 17.408 39.424 39.424 38.912z m-141.824 431.104l165.376-165.376 2.048-2.048 2.56-3.584 2.048-3.072 2.56-5.12 1.024-3.072 1.024-3.584 0.512-3.072V636.416l-0.512-5.12-1.024-4.096-1.536-4.096-2.048-3.584-1.024-2.048-1.536-2.048c-1.024-1.536-2.048-2.56-3.072-3.584l-165.376-165.376c-15.36-14.848-39.936-14.848-55.296 0.512-14.848 15.36-14.848 39.424 0 54.272l98.816 98.816H314.368c-61.952 0-113.152-48.128-116.736-110.08V404.48c-1.024-21.504-19.456-37.888-40.96-36.864-19.968 1.024-35.84 16.896-36.864 36.864V482.816c0 107.52 87.04 195.072 195.072 195.072h451.584l-98.816 98.816c-15.36 14.848-15.872 39.936-0.512 55.296 14.848 14.848 39.424 15.36 55.296 0 0 0 0-0.512 0 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianliang1" unicode="" d="M120.32-37.888c-17.92 1.024-35.328 5.12-51.712 11.264-11.264 10.24-17.408 24.576-17.408 39.936 1.024 13.312 7.168 25.6 17.408 34.304 10.752 6.144 22.528 10.24 34.304 11.264h28.672c17.408 0 34.304-5.632 57.344-5.632 16.384-2.56 32.768 1.536 46.08 11.264 16.384 26.112 28.16 55.296 34.304 85.504l80.384 325.12h-97.28L269.824 537.6h103.424v11.264c6.656 48.128 22.016 94.72 46.08 137.216 21.504 36.864 53.76 66.56 92.16 85.504 34.304 17.408 71.168 28.672 109.568 34.304 15.872-0.512 31.744-4.608 46.08-11.264 11.264-10.24 17.92-24.576 17.408-39.936-1.024-12.288-5.12-24.064-11.264-34.304-10.752-6.144-22.528-10.24-34.304-11.264-19.456 1.024-38.912 5.12-57.344 11.264-11.264 0-17.408 5.632-28.672 5.632-16.896-3.072-31.744-13.824-40.448-28.672-12.288-27.648-22.016-56.32-28.672-85.504L460.8 537.6l247.296 5.632h5.632c13.312-1.024 25.6-7.168 34.304-16.896 6.656-14.848 12.288-30.208 17.408-45.568l5.632-23.04 17.408 23.04c16.384 22.016 35.84 40.96 57.344 56.832 22.016 16.896 47.616 28.672 74.752 34.304 12.288-1.024 24.064-5.12 34.304-11.264 15.872-13.824 17.408-37.888 3.584-53.248-1.024-1.536-2.56-2.56-3.584-3.584l-5.632-5.632c-5.632-5.632-17.408-11.264-51.712-11.264-16.896 0.512-33.28-5.632-46.08-16.896-24.064-22.016-45.568-47.104-63.488-74.24v-11.264l23.04-119.808c11.264-45.568 40.448-91.136 57.344-91.136 17.408 0 17.408 11.264 23.04 16.896v5.632c7.68 16.896 22.528 29.696 40.448 34.304 11.264 0 17.408-5.632 28.672-11.264 7.168-7.68 11.264-17.92 11.264-28.672 0-20.992-10.752-40.448-28.672-51.2-17.408-15.872-39.936-24.064-63.488-23.04-33.792 0-66.56 12.288-92.16 34.304-28.672 33.28-50.176 72.192-63.488 114.176l-5.632 23.04-17.408-16.896c-21.504-32.768-46.592-63.488-74.752-91.136-17.408-15.872-39.936-24.064-63.488-23.04-15.36-0.512-30.208 5.632-40.448 16.896-10.24 8.704-16.384 20.992-17.408 34.304-1.536 12.8 2.56 25.088 11.264 34.304 5.632 11.264 17.408 11.264 28.672 11.264 13.824 0.512 26.624-6.144 34.304-16.896l5.632-11.264 11.264 5.632 17.408 16.896c14.848 13.824 28.672 29.184 40.448 45.568l51.712 74.24-23.04 108.544-230.4 5.632L388.608 225.28c-17.408-71.168-50.688-137.728-97.792-194.048-46.592-42.496-107.008-66.56-170.496-69.12z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="dingshichufa" unicode="" d="M512 759.296c-224.256 0-406.016-181.76-406.016-406.016s181.76-406.016 406.016-406.016 406.016 181.76 406.016 406.016c2.048 222.208-176.128 403.968-397.824 406.016H512z m0-730.624c-179.2 0-324.608 145.408-324.608 324.608S332.8 678.4 512 678.4s324.608-145.408 324.608-324.608c-0.512-179.2-145.408-324.608-324.608-325.12z m40.448 340.992V596.992c0 22.528-18.432 40.448-40.448 40.448-22.528 0-40.448-17.92-40.448-40.448V353.28c0-8.192 8.192-24.576 8.192-32.256l130.048-130.048c8.192-8.192 16.384-8.192 32.256-8.192 16.384 0 24.576 0 32.256 8.192 15.872 14.848 16.384 39.936 1.536 55.296l-1.536 1.536-121.856 121.856zM325.12 759.296c0 8.192-8.192 16.384-8.192 24.576C264.704 824.32 190.976 824.32 138.24 783.872L81.408 727.04C40.96 674.304 40.96 601.088 81.408 548.352c8.192 0 16.384-8.192 24.576-8.192 41.984 98.816 120.32 177.664 219.136 219.136zM942.08 727.04l-56.32 56.832c-45.056 47.104-119.296 48.64-166.4 4.096l-4.096-4.096c-8.192-8.192-8.192-16.384-16.384-24.576 97.28-44.544 175.104-122.368 219.136-219.136 8.192 8.192 16.384 8.192 24.576 16.384 40.448 49.664 40.448 120.832-0.512 170.496z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="chanxianjilu" unicode="" d="M901.632 298.496v363.52c-1.536 46.592-40.96 82.944-87.552 81.408H209.408c-46.592 1.536-85.504-34.816-87.552-81.408v-384.512c1.536-46.592 40.448-83.456 87.552-81.92h586.24c28.16 0 54.784 10.752 75.264 30.208 19.456 18.944 30.72 45.056 30.72 72.704z m-105.984-171.008H209.408c-84.992-2.048-156.16 65.024-158.208 150.016V662.016c2.56 84.992 73.216 152.064 158.208 150.016h605.184c84.992 2.048 156.16-65.024 158.208-150.016v-363.52c-1.536-96.256-80.896-173.056-177.152-171.008 0-0.512 0-0.512 0 0zM298.496 469.504c16.384 2.56 31.744-9.216 34.304-25.6 0.512-3.072 0.512-5.632 0-8.704v-68.608a34.304 34.304 0 0 0-68.608 0V435.2c-2.56 16.384 9.216 31.744 25.6 34.304 3.072 0.512 5.632 0.512 8.704 0zM512 606.2080000000001c16.384 2.56 31.744-9.216 34.304-25.6 0.512-3.072 0.512-5.632 0-8.704v-205.312a34.304 34.304 0 0 0-68.608 0V571.904c-2.56 16.384 9.216 31.744 25.6 34.304 3.072 1.024 6.144 1.024 8.704 0zM725.504 538.1120000000001c16.384 2.56 31.744-9.216 34.304-25.6 0.512-3.072 0.512-5.632 0-8.704v-136.704a34.304 34.304 0 0 0-68.608 0V503.808c-2.56 16.384 9.216 31.744 25.6 34.304 2.56 0.512 5.632 0.512 8.704 0zM258.56 24.576000000000022h506.88c24.064 0 36.352-11.264 36.352-34.304s-12.288-34.304-36.352-34.304h-506.88c-24.064 0-36.352 11.264-36.352 34.304s12.288 34.304 36.352 34.304z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="chanxiantongji" unicode="" d="M209.92-76.8c-22.528 0-43.52 10.24-57.856 27.136-15.872 18.432-24.064 41.472-24.064 65.536V646.656c-0.512 24.064 8.192 47.616 24.064 65.536 14.336 16.896 35.84 27.136 57.856 27.136h57.344V830.976c-0.512 7.168 5.12 13.312 12.288 13.824h46.592c7.168-0.512 12.8-6.656 12.288-13.824v-91.136h347.136V830.976c0 3.584 1.024 7.168 3.584 9.728 2.048 2.56 5.12 4.096 8.704 4.096h46.592c3.584 0 6.656-1.536 8.704-4.096 2.56-2.56 3.584-6.144 3.584-9.728v-91.136H814.08c46.592-2.56 82.432-41.472 81.92-88.064v-635.904c0.512-24.064-8.192-47.616-24.064-65.536-14.336-16.896-35.84-27.136-57.856-27.136H209.92z m-10.752 80.384h625.664v655.36H199.168v-655.36z m126.976 182.784c-3.584 0-6.656 1.536-8.704 4.096-2.56 2.56-3.584 6.144-3.584 9.728v52.736c0 3.584 1.024 7.168 3.584 9.728 2.048 2.56 5.632 4.096 8.704 4.096h162.816c3.584 0 6.656-1.536 8.704-4.096 2.56-2.56 3.584-6.144 3.584-9.728v-52.736c0-3.584-1.024-7.168-3.584-9.728-2.048-2.56-5.632-4.096-8.704-4.096H326.144z m0 209.92c-3.584 0-6.656 1.536-8.704 4.096-2.56 2.56-3.584 6.144-3.584 9.728V462.848c0 3.584 1.024 7.168 3.584 9.728 2.048 2.56 5.632 4.096 8.704 4.096h371.712c3.584 0 6.656-1.536 8.704-4.096 2.56-2.56 3.584-6.144 3.584-9.728v-52.736c0-3.584-1.024-7.168-3.584-9.728-2.048-2.56-5.12-4.096-8.704-4.096H326.144z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tishi1" unicode="" d="M512.1024-76.75904c-254.464 0-460.8 206.336-460.8 460.8s206.336 460.8 460.8 460.8 460.8-206.336 460.8-460.8-206.336-460.8-460.8-460.8z m0 825.856c-201.728 0-365.056-163.328-365.056-365.056s163.328-365.056 365.056-365.056 365.056 163.328 365.056 365.056-163.328 365.056-365.056 365.056zM510.5664 130.08896c-12.288 0-24.064 5.632-32.256 15.36-16.384 22.528-22.528 50.688-16.896 77.824 18.432 141.312 9.216 169.984 1.024 179.712-2.56 3.072-6.656 5.12-10.24 5.12-1.536 0-3.584-0.512-5.12-1.024 9.216 30.72 36.864 52.736 68.608 54.784 17.408 0 34.304-7.68 45.568-21.504 13.312-17.408 18.432-39.424 13.824-60.928-29.184-168.96-19.456-180.224-15.36-185.344 2.048-2.048 4.608-3.584 7.68-3.584 2.048 0 3.584 0.512 5.12 1.536-13.824-42.496-39.424-61.952-61.952-61.952zM512.1024 532.52096c-31.744 0-56.832 25.6-56.832 56.832s25.6 56.832 56.832 56.832c31.744 0 56.832-25.6 56.832-56.832s-25.6-56.832-56.832-56.832z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhexiantu" unicode="" d="M97.6128 481.18272l318.464 284.672 176.64-175.616 236.032 208.896 98.304-92.672-321.024-317.952-197.632 201.728-213.504-200.192-97.28 91.136zM97.6128 170.91072l318.464 284.672 176.64-175.616 236.032 208.896 98.304-92.672-321.024-317.952-197.632 201.728-213.504-200.192-97.28 91.136zM51.0208 9.63072h921.6v-40.448h-921.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhuzhuangtu" unicode="" d="M88.7552-37.54496h846.848v-39.424h-846.848zM88.7552 427.86304h168.96v-413.696h-168.96zM314.5472 844.63104h168.96v-830.464h-168.96zM540.8512 588.63104h168.96v-574.464h-168.96zM766.6432 427.86304h168.96v-413.696h-168.96z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="biaoge" unicode="" d="M894.01856-76.4672h-764.416c-43.52 0-78.336 35.328-78.336 78.336v764.416c0 43.52 35.328 78.336 78.336 78.336h764.416c43.52 0 78.336-35.328 78.336-78.336v-764.416c0-43.008-34.816-78.336-78.336-78.336z m-764.416 873.472c-16.896 0-30.72-13.824-30.72-30.72v-764.416c0-16.896 13.824-30.72 30.72-30.72h764.416c16.896 0 30.72 13.824 30.72 30.72v764.416c0 16.896-13.824 30.72-30.72 30.72h-764.416zM948.80256 581.9648h-873.472v230.912c0 4.608 3.584 8.192 8.192 8.192h857.088c4.608 0 8.192-3.584 8.192-8.192v-230.912zM972.35456 558.4128h-921.088v207.872c0 43.52 35.328 78.336 78.336 78.336h764.416c43.52 0 78.336-35.328 78.336-78.336v-207.872z m-873.472 47.616h825.856v160.256c0 16.896-13.824 30.72-30.72 30.72h-764.416c-16.896 0-30.72-13.824-30.72-30.72v-160.256z m849.92-361.472h-873.472c-13.312 0-24.064 10.752-24.064 24.064s10.752 24.064 24.064 24.064h873.472c13.312 0 24.064-10.752 24.064-24.064 0-13.824-10.752-24.064-24.064-24.064zM358.46656-76.4672c-13.312 0-24.064 10.752-24.064 24.064v634.368c0 13.312 10.752 24.064 24.064 24.064s24.064-10.752 24.064-24.064v-634.88c-0.512-13.312-10.752-24.064-24.064-23.552 0-0.512 0-0.512 0 0z m307.2 0c-13.312 0-24.064 10.752-24.064 23.552v634.88c0 13.312 10.752 24.064 24.064 24.064s24.064-10.752 24.064-24.064v-634.88c-0.512-13.312-11.264-24.064-24.064-23.552z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="duijitiaoxingtu" unicode="" d="M90.7776-39.43424h-39.424v846.848h39.424zM555.8784 638.81728h-161.28v168.96h161.28zM972.928 412.88704h-578.56v168.96h578.56zM394.36288 412.88192h-251.904v168.96h251.904zM394.66496 638.88384h-251.904v168.96h251.904zM394.61888 186.8288h-251.904v168.96h251.904zM716.544 186.71104h-322.048v168.96h322.048zM556.1088-39.168h-241.152v168.96h241.152zM314.46016-39.14752h-172.544v168.96h172.544z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="mianjitu" unicode="" d="M99.87584 463.28832l316.416 300.544 175.616-185.344 234.496 220.672 97.792-97.792-318.976-335.872-196.608 212.992-211.968-211.456-96.768 96.256zM99.87584 84.40832v111.104l306.176 297.472 197.12-198.656 320.512 337.92v-547.84h-823.808zM51.23584 11.70432h921.6v-43.008h-921.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tiaoxingtu" unicode="" d="M90.7264-39.43424h-39.424l-0.00512 846.848h39.424zM555.74016 638.74048h-413.696v168.96h413.696zM972.81536 412.73856h-830.464v168.96h830.464zM716.40576 186.63424h-574.464v168.96h574.464zM555.90912-39.31648h-413.696v168.96h413.696z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="duijizhuzhuangtu" unicode="" d="M88.69888-37.54496h846.848v-39.424h-846.848zM88.69888 427.86304h168.96v-161.28h-168.96zM314.49088 844.63104h168.96v-578.56h-168.96zM314.49088 266.58304h168.96v-251.904h-168.96zM88.69888 266.58304h168.96v-251.904h-168.96zM540.79488 266.58304h168.96v-251.904h-168.96zM540.79488 588.63104h168.96v-322.048h-168.96zM766.58688 427.86304h168.96v-241.152h-168.96zM766.58688 186.71104h168.96v-172.544h-168.96z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="duijimianjitu" unicode="" d="M99.8656 524.37504l316.416 300.544 175.616-185.344 331.776 172.544v-276.992l-318.976-228.864-196.608 212.992-308.736-307.712 0.512 312.832zM99.8656 58.45504v97.792l316.416 300.544 186.88-188.416 320.512 223.744v-433.664h-823.808zM51.2256-14.24896h921.6v-43.008h-921.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huanxingtu" unicode="" d="M511.45728-76.93312c-254.464 0.512-460.288 207.36-459.776 461.824 0.512 253.952 206.336 459.776 459.776 459.776v-230.4c-126.976 0-230.4-103.424-230.4-230.4 0-127.488 103.424-230.4 230.4-230.4s230.4 102.912 230.4 230.4h230.4c0-254.464-206.336-460.8-460.8-460.8zM741.85728 383.86688c0 127.488-102.912 230.4-230.4 230.4v230.4c254.464 0 460.8-206.336 460.8-460.8h-230.4z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zuhetu" unicode="" d="M125.44-30.72h773.632v-38.4H125.44zM125.44 297.472h163.84v-278.016h-163.84zM328.704 522.752h163.84v-503.296h-163.84zM531.456 374.272h163.84v-354.304h-163.84zM734.72 297.472h163.84v-278.016h-163.84zM166.912 428.544L83.456 506.88 409.088 852.48l220.16-238.592 228.864 226.304 80.384-81.408-313.344-308.736-217.088 235.008z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bingzhuangtu" unicode="" d="M462.27456 810.34752c-244.736-18.432-428.032-231.424-410.112-476.16 18.432-244.736 231.424-428.032 476.16-410.112 219.136 16.384 393.728 190.464 410.112 410.112h-476.16v476.16zM530.88256 844.65152v-441.856h441.856c-14.848 237.568-204.288 427.008-441.856 441.856z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="meiguitu" unicode="" d="M581.0432 646.144c-163.328 0-295.936-132.608-295.936-295.936s132.608-295.936 295.936-295.936 295.936 132.608 295.936 295.936c-1.024 162.816-133.12 294.912-295.936 295.936z m0-446.464c-80.384 0-145.408 65.024-145.408 145.408s65.024 145.408 145.408 145.408 145.408-65.024 145.408-145.408c1.536-78.848-61.44-143.872-140.288-145.408h-5.12zM867.2512 563.712l-169.984-125.952c18.944-23.552 29.184-52.224 29.184-82.432 0-38.4-15.872-75.264-43.52-101.888l150.528-150.528c123.392 123.904 137.728 319.488 33.792 460.8zM682.9312 248.32c-27.136-27.136-63.488-42.496-101.888-43.52-38.4 0-75.264 15.872-101.888 43.52l-198.656-198.656c79.872-79.36 187.904-124.928 300.544-125.952 113.152-1.024 221.696 44.544 300.544 125.952l-198.656 198.656zM440.2432 350.208c0 77.824 62.976 140.8 140.8 140.8V844.8c-273.408-0.512-494.08-222.72-493.568-496.128 0.512-130.56 52.224-255.488 144.384-348.16l252.416 252.416c-29.184 24.064-45.056 59.904-44.032 97.28z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhibiaoka" unicode="" d="M89.19552 756.15744h845.824c20.992 0 37.888-16.896 37.888-37.376v-668.672c0-20.992-16.896-37.888-37.888-37.376h-845.824c-20.992 0-37.888 16.896-37.888 37.376v668.16c0 20.992 16.896 37.888 37.888 37.888zM114.52928 642.23744h617.984v-129.536h-617.984z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="banmaxian" unicode="" d="M75.24352 384.12288h873.472v-204.8h-873.472zM894.44352-76.67712h-764.928c-43.52 0-78.336 35.328-78.336 78.336v764.416c0 43.52 34.816 78.336 78.336 78.336h764.416c43.52 0 78.336-35.328 78.336-78.336v-764.416c0-43.008-34.816-77.824-77.824-78.336z m-764.928 873.984c-16.896 0-30.72-13.824-30.72-30.72v-764.416c0-16.896 13.824-30.72 30.72-30.72h764.416c16.896 0 30.72 13.824 30.72 30.72v763.904c0 16.896-13.824 30.72-30.72 30.72l-764.416 0.512zM948.71552 581.75488h-873.472v230.912c0 4.608 3.584 8.192 8.192 8.192h857.088c4.608 0 8.192-3.584 8.192-8.192v-230.912zM972.77952 558.20288h-921.6v207.872c0 43.52 34.816 78.336 78.336 78.336h764.416c43.52 0 78.336-35.328 78.336-78.336l0.512-207.872z m-873.984 47.616h825.856v160.256c0 16.896-13.824 30.72-30.72 30.72h-764.416c-16.896 0-30.72-13.824-30.72-30.72v-160.256zM358.37952-76.67712c-13.312 0-24.064 10.752-24.064 24.064v634.368c0.512 13.312 11.776 23.552 25.088 23.04 12.288-0.512 22.528-10.24 23.04-23.04v-634.88c0-12.8-10.752-23.552-24.064-23.552z m307.2 0c-13.312 0-24.064 10.752-24.064 24.064v634.88c-0.512 13.312 9.728 24.576 23.04 25.088 13.312 0.512 24.576-9.728 25.088-23.04v-636.928c0-13.312-10.752-24.064-24.064-24.064z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jianjie" unicode="" d="M895.04256-74.4192h-764.416c-43.52 0-78.336 35.328-78.336 78.336v763.904c0 43.52 35.328 78.336 78.336 78.336h764.416c43.52 0 78.336-35.328 78.336-78.336v-764.416c0-43.008-35.328-77.824-78.336-77.824z m-764.416 873.472c-16.896 0-30.72-13.824-30.72-30.72v-764.416c0-16.896 13.824-30.72 30.72-30.72h764.416c16.896 0 30.72 13.824 30.72 30.72v763.904c0 16.896-13.824 30.72-30.72 30.72l-764.416 0.512zM949.82656 584.0128h-873.472v230.912c0 4.608 3.584 8.192 8.192 8.192h857.088c4.608 0 8.192-3.584 8.192-8.192v-230.912zM973.37856 559.9488h-921.088v207.872c0 43.52 35.328 78.336 78.336 78.336h764.416c43.52 0 78.336-35.328 78.336-78.336v-207.872z m-873.472 47.616h825.856v160.256c0 16.896-13.824 30.72-30.72 30.72h-764.416c-16.896 0-30.72-13.824-30.72-30.72v-160.256z m849.92-361.472h-873.472c-13.312 0-24.064 10.752-24.064 24.064s10.752 24.064 24.064 24.064h873.472c13.312 0 24.064-10.752 24.064-24.064s-10.752-24.064-24.064-24.064zM359.49056-74.4192c-13.312 0-24.064 10.752-24.064 24.064v634.368c0 13.312 10.752 24.064 24.064 24.064s24.064-10.752 24.064-24.064v-634.88c-0.512-13.312-11.264-24.064-24.064-23.552 0-0.512 0-0.512 0 0z m306.688 0c-13.312 0-24.064 10.752-24.064 23.552v634.88c0 13.312 10.752 24.064 24.064 24.064s24.064-10.752 24.064-24.064v-634.88c0-13.312-10.752-24.064-24.064-23.552z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xiankuang" unicode="" d="M894.01856-76.4672h-764.416c-43.52 0-78.336 35.328-78.336 78.336v764.416c0 43.52 35.328 78.336 78.336 78.336h764.416c43.52 0 78.336-35.328 78.336-78.336v-764.416c0-43.008-34.816-78.336-78.336-78.336z m-764.416 873.472c-16.896 0-30.72-13.824-30.72-30.72v-764.416c0-16.896 13.824-30.72 30.72-30.72h764.416c16.896 0 30.72 13.824 30.72 30.72v764.416c0 16.896-13.824 30.72-30.72 30.72h-764.416zM948.80256 581.9648h-873.472v230.912c0 4.608 3.584 8.192 8.192 8.192h857.088c4.608 0 8.192-3.584 8.192-8.192v-230.912zM972.35456 558.4128h-921.088v207.872c0 43.52 35.328 78.336 78.336 78.336h764.416c43.52 0 78.336-35.328 78.336-78.336v-207.872z m-873.472 47.616h825.856v160.256c0 16.896-13.824 30.72-30.72 30.72h-764.416c-16.896 0-30.72-13.824-30.72-30.72v-160.256z m849.92-361.472h-873.472c-13.312 0-24.064 10.752-24.064 24.064s10.752 24.064 24.064 24.064h873.472c13.312 0 24.064-10.752 24.064-24.064 0-13.824-10.752-24.064-24.064-24.064zM358.46656-76.4672c-13.312 0-24.064 10.752-24.064 24.064v634.368c0 13.312 10.752 24.064 24.064 24.064s24.064-10.752 24.064-24.064v-634.88c-0.512-13.312-10.752-24.064-24.064-23.552 0-0.512 0-0.512 0 0z m307.2 0c-13.312 0-24.064 10.752-24.064 23.552v634.88c0 13.312 10.752 24.064 24.064 24.064s24.064-10.752 24.064-24.064v-634.88c-0.512-13.312-11.264-24.064-24.064-23.552z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shezhi" unicode="" d="M962.94912 473.73824c-2.048 29.696-26.112 53.248-55.808 55.296h-3.584c-53.76 0-97.792 44.032-97.792 97.792 0.512 12.8 3.584 25.088 8.704 36.864 12.8 30.208 3.072 65.024-23.552 84.48l-0.512 0.512-113.152 62.976-2.048 1.024c-8.704 3.584-18.432 5.632-27.648 5.632-20.48 0-39.936-7.68-54.272-22.016-20.992-22.528-48.128-38.4-78.336-45.056-30.208 6.656-57.856 22.528-78.848 45.568-14.336 14.336-34.304 22.528-54.784 22.528-9.216 0-18.944-1.536-27.136-5.632h-0.512l-117.248-64-2.048-1.536c-26.624-18.944-36.352-54.272-23.552-83.968 5.12-11.776 7.68-24.576 8.704-37.376 0-53.76-44.032-97.792-97.792-97.792h-6.144c-29.696-2.56-52.736-26.112-54.784-55.296a427.7248 427.7248 0 0 1 0-180.224c2.048-29.696 26.112-53.248 55.808-55.296h3.584c53.76 0 97.792-44.032 97.792-97.792-0.512-12.8-3.584-25.088-8.704-36.864-12.8-30.208-3.072-65.024 23.552-84.48l0.512-0.512 111.104-62.464 2.048-1.024c8.704-3.584 18.432-5.632 27.648-5.632 20.48 0 40.448 8.192 54.784 23.04 20.992 24.064 48.64 40.96 79.872 47.616 31.232-7.168 59.392-24.576 80.384-48.64 14.336-14.848 34.304-23.552 54.784-23.552 9.728 0 18.944 2.048 27.648 5.632h0.512l115.2 63.488 2.048 1.536h0.512c26.624 18.944 36.352 54.272 23.552 83.968-5.12 11.776-7.68 24.576-8.704 37.376 0 53.76 44.032 97.792 97.792 97.792h4.608c29.696 2.56 52.736 26.112 54.784 55.296 14.336 59.904 14.336 121.344 1.024 180.736z m-195.584-207.872c-46.08-48.64-60.928-118.784-38.912-181.76l-82.432-45.568c-10.752 10.24-22.016 19.968-33.792 28.672-57.856 53.248-146.944 53.248-205.312 0.512-11.776-8.704-23.04-17.92-33.28-28.16l-78.336 44.032c31.744 96.256-19.968 200.192-116.736 232.448-11.264 3.584-23.04 6.144-34.816 7.68-7.68 39.424-7.68 80.384 0 119.808 99.84 11.264 171.52 100.864 160.256 200.704-1.536 13.312-4.608 26.624-8.704 38.912l84.992 46.592c10.752-9.728 22.016-18.944 33.792-27.648 57.344-50.176 142.848-50.176 200.192-0.512 11.776 8.192 23.04 17.408 33.28 27.136l81.408-45.056c-31.744-96.256 19.968-200.192 116.224-231.936 11.264-3.584 23.04-6.144 34.816-7.68 7.68-39.424 7.68-80.384 0-119.808-43.52-6.144-83.456-26.624-112.64-58.368zM509.82912 555.14624c-94.208 0-171.008-76.8-171.008-171.008s76.8-171.008 171.008-171.008 171.008 76.8 171.008 171.008c-0.512 94.208-76.8 171.008-171.008 171.008z m0-254.976c-46.08 0-83.968 37.376-83.968 83.968s37.376 83.968 83.968 83.968 83.968-37.376 83.968-83.968c-0.512-46.08-37.888-83.456-83.968-83.968z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shijian" unicode="" d="M838.44096 709.21216c-179.712 180.224-471.552 180.736-651.776 0.512-180.224-179.712-180.736-471.552-0.512-651.776 179.712-180.224 471.552-180.736 651.776-0.512 86.528 86.528 135.168 203.776 135.168 326.144 0 122.368-48.128 239.616-134.656 325.632z m51.712-325.12c-0.512-207.872-168.96-376.832-377.344-376.32-207.872 0-376.832 168.96-376.32 377.344 0 207.872 168.96 376.832 377.344 376.32 99.84 0 195.584-39.936 266.24-110.592 70.656-70.656 110.08-166.912 110.08-266.752zM737.06496 382.55616h-211.456v235.008c1.536 20.992-14.336 39.424-35.84 40.96-20.992 1.536-39.424-14.336-40.96-35.84v-256.512c-0.512-15.872 5.12-31.232 15.36-43.008 11.776-11.776 27.648-17.92 44.032-16.896h228.864c20.992 1.536 37.376 19.968 35.84 40.96-1.536 18.944-16.896 34.304-35.84 35.328z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="gengxin" unicode="" d="M679.424 144.896c-50.176-35.328-109.568-53.76-171.008-52.736-8.192 0-15.872 0.512-24.064 1.024-3.072 0.512-6.656 1.024-9.728 1.024-6.144 1.024-12.288 1.536-18.432 3.072-3.584 0.512-7.68 1.536-10.752 2.56-5.632 1.536-11.776 2.56-17.408 4.608-2.56 1.024-5.632 2.048-8.192 2.56-6.656 2.048-13.312 4.608-19.968 7.168l-4.096 2.048c-7.68 3.072-14.848 6.656-22.016 10.752l-1.024 0.512c-24.576 13.312-46.592 30.208-66.56 49.664l-1.024 1.024c-6.144 6.144-11.776 12.288-17.408 18.944l-3.584 4.608C242.688 253.44 220.16 317.44 220.16 383.488h76.8L174.08 568.32l-122.88-184.32h76.8c0-77.824 23.552-153.6 68.096-217.6l1.536-2.56c4.608-6.144 9.216-12.288 14.336-18.432l5.12-6.656c7.168-8.704 14.336-16.384 22.016-24.064l2.048-2.048c25.6-25.6 54.784-47.104 86.528-64.512l2.56-1.536c9.216-5.12 18.432-9.216 28.16-13.312l7.168-3.072c8.192-3.584 16.384-6.144 25.088-9.216 4.096-1.536 7.68-2.56 11.776-4.096 7.168-2.048 14.848-4.096 22.528-5.632 5.12-1.024 10.24-2.56 14.848-3.584l6.144-1.536c7.168-1.024 14.336-2.048 21.504-2.56l7.68-1.024c12.8-1.024 25.6-2.048 38.4-2.048 78.848 0 155.136 24.576 219.648 69.632 22.016 13.312 28.672 41.472 15.36 63.488-13.312 22.016-41.472 28.672-63.488 15.36-2.56-1.536-4.096-2.56-5.632-4.096zM896 384c0 77.824-23.552 153.088-67.584 217.088l-1.536 3.072c-5.12 7.68-11.264 14.848-16.896 21.504l-2.048 2.56c-38.4 46.592-87.552 83.456-143.36 107.52l-4.608 2.048c-8.704 3.584-17.92 6.656-27.136 10.24-3.072 1.024-6.656 2.048-10.24 3.072-7.68 2.56-15.872 4.096-24.064 6.144-4.608 1.024-8.704 2.048-13.824 3.072l-6.656 1.536c-6.144 1.024-12.288 1.536-18.432 2.048l-12.288 1.536c-10.24 1.024-20.48 1.536-30.208 1.536l-5.12 1.024h-1.024C432.64 768 355.84 743.936 291.84 698.88c-21.504-13.312-28.16-41.984-14.848-63.488 13.312-21.504 41.984-28.16 63.488-14.848 1.536 1.024 2.56 2.048 4.096 3.072 49.664 34.816 109.056 53.248 169.472 52.736 8.704 0 17.408-0.512 25.6-1.536l7.68-1.024c6.656-1.024 13.824-2.048 20.48-3.072 3.072-0.512 6.144-1.536 8.704-2.048 6.656-1.536 13.312-3.072 19.968-5.12l6.144-2.048c7.68-2.56 14.848-5.12 22.016-8.192l2.048-1.024c42.496-18.432 80.384-46.592 110.08-82.432l0.512-0.512c43.008-52.224 66.56-117.76 66.56-185.344h-76.8l122.88-184.32 122.88 184.32h-76.8z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="paixu" unicode="" d="M352.768 475.136c-50.176 0-91.136-40.96-91.136-91.136s40.96-91.136 91.136-91.136 91.136 40.96 91.136 91.136-40.96 91.136-91.136 91.136z m0-318.464c-50.176 0-91.136-40.96-91.136-91.136s40.96-91.136 91.136-91.136 91.136 40.96 91.136 91.136-40.96 91.136-91.136 91.136z m318.464 454.656c50.176 0 91.136 40.96 91.136 91.136s-40.96 91.136-91.136 91.136-91.136-40.96-91.136-91.136 40.96-91.136 91.136-91.136zM352.768 793.6c-50.176 0-91.136-40.96-91.136-91.136s40.96-91.136 91.136-91.136 91.136 40.96 91.136 91.136S402.944 793.6 352.768 793.6z m318.464-636.928c-50.176 0-91.136-40.96-91.136-91.136s40.96-91.136 91.136-91.136 91.136 40.96 91.136 91.136-40.96 91.136-91.136 91.136z m0 318.464c-50.176 0-91.136-40.96-91.136-91.136s40.96-91.136 91.136-91.136 91.136 40.96 91.136 91.136-40.96 91.136-91.136 91.136z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jichu" unicode="" d="M395.7504-75.6736h-306.688c-20.992 0-38.4 17.408-38.4 38.4s17.408 38.4 38.4 38.4h306.688c20.992 0 38.4-17.408 38.4-38.4 0-21.504-16.896-38.4-38.4-38.4zM319.4624 77.4144h-229.888c-20.992-0.512-38.912 15.872-39.424 37.376-0.512 20.992 15.872 38.912 37.376 39.424h232.448c20.992-0.512 37.888-18.432 37.376-39.424-1.536-20.48-17.92-36.864-37.888-37.376zM242.6624 231.0144h-153.088c-20.992-0.512-38.912 15.872-39.424 37.376-0.512 20.992 15.872 38.912 37.376 39.424h155.648c20.992 0.512 38.912-15.872 39.424-37.376 0.512-20.992-15.872-38.912-37.376-39.424h-2.56zM549.3504-74.1376c-20.992-1.536-39.424 14.336-40.96 35.328-1.536 20.992 14.336 39.424 35.328 40.96h2.048c210.944 19.456 366.08 205.824 346.624 416.768-19.456 210.944-205.824 366.08-416.768 346.624-184.32-16.896-330.24-162.816-346.624-347.136-2.048-20.992-20.48-36.864-41.472-34.816-20.992 2.048-36.864 20.48-34.816 41.472 23.04 252.928 246.784 439.808 499.712 416.768 252.928-23.04 439.808-246.784 416.768-499.712-19.968-221.184-195.584-396.288-416.768-416.768-1.024 0.512-2.048 0.512-3.072 0.512zM510.9504 613.9904c-20.992 0-38.4-17.408-38.4-38.4v-191.488c0-10.24 4.096-19.968 11.264-27.136l115.2-115.2c15.36-14.336 39.936-13.824 54.272 1.536 13.824 14.848 13.824 37.888 0 52.736l-103.936 103.936v175.616c-0.512 21.504-17.408 38.4-38.4 38.4z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="kongzhiqi" unicode="" d="M88.05888 663.04h104.96c20.992-76.288 99.84-121.344 176.128-100.352 48.64 13.312 87.04 51.712 100.352 100.352h463.36c20.992 0 38.4 17.408 38.4 38.4s-17.408 38.4-38.4 38.4h-463.36c-20.992 76.288-99.84 121.344-176.128 100.352-48.64-13.312-87.04-51.712-100.352-100.352h-104.96c-20.992 0-38.4-17.408-38.4-38.4s16.896-38.4 38.4-38.4z m243.2 105.984c36.864 0 67.072-30.208 67.072-67.072 0-36.864-30.208-67.072-67.072-67.072-36.864 0-67.072 30.208-67.072 67.072-0.512 36.864 29.696 67.072 67.072 67.072zM932.34688 423.424h-104.96c-20.48 76.288-99.328 121.344-175.616 100.864-49.152-13.312-87.552-51.712-100.864-100.864h-463.36c-20.992 0-38.4-17.408-38.4-38.4s17.408-38.4 38.4-38.4h462.848c20.48-76.288 99.328-121.344 175.616-100.864 49.152 13.312 87.552 51.712 100.864 100.864h104.96c20.992 0 38.4 17.408 38.4 38.4 0.512 20.992-16.384 38.4-37.888 38.4z m-242.688-105.472c-36.864 0-67.072 30.208-67.072 67.072 0 36.864 30.208 67.072 67.072 67.072 36.864 0 67.072-30.208 67.072-67.072 0-37.376-30.208-67.072-67.072-67.072zM932.34688 106.496h-463.36c-20.992 76.288-99.84 121.344-176.128 100.352-48.64-13.312-87.04-51.712-100.352-100.352h-104.96c-20.992 0-38.4-17.408-38.4-38.4s17.408-38.4 38.4-38.4h104.96c20.992-76.288 99.84-121.344 176.128-100.352 48.64 13.312 87.04 51.712 100.352 100.352h463.36c20.992 0 38.4 17.408 38.4 38.4 0.512 21.504-16.896 38.4-38.4 38.4z m-601.088-105.472c-36.864 0-67.072 30.208-67.072 67.072 0 36.864 30.208 67.072 67.072 67.072 36.864 0 67.072-30.208 67.072-67.072 0-36.864-30.208-67.072-67.072-67.072z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tubiao" unicode="" d="M936.448-2.56h-691.2c-63.488 0-115.2 51.712-115.2 115.2V803.84c0 20.992-17.408 38.4-38.4 38.4s-38.4-17.408-38.4-38.4v-691.2c0-105.984 86.016-192 192-192h691.2c20.992 0 38.4 17.408 38.4 38.4s-17.408 38.4-38.4 38.4zM283.648 74.24c20.992 0 38.4 17.408 38.4 38.4v268.8c0 20.992-17.408 38.4-38.4 38.4s-38.4-17.408-38.4-38.4V112.64c0-20.992 16.896-38.4 38.4-38.4zM437.248 458.24V112.64c0-20.992 17.408-38.4 38.4-38.4s38.4 17.408 38.4 38.4V458.24c0 20.992-17.408 38.4-38.4 38.4s-38.4-16.896-38.4-38.4zM629.248 343.04v-230.4c0-20.992 17.408-38.4 38.4-38.4s38.4 17.408 38.4 38.4v230.4c0 20.992-17.408 38.4-38.4 38.4s-38.4-16.896-38.4-38.4zM821.248 496.64v-384c0-20.992 17.408-38.4 38.4-38.4s38.4 17.408 38.4 38.4V496.64c0 20.992-17.408 38.4-38.4 38.4s-38.4-16.896-38.4-38.4zM283.648 496.64c10.24 0 19.968 4.096 27.136 11.264l137.728 137.728c15.36 14.336 38.912 14.336 54.272 0l83.456-83.456c45.056-45.056 117.76-45.056 162.816 0l214.528 214.528c14.336 15.36 13.824 39.936-2.048 54.272-14.848 13.824-37.376 13.824-52.224 0l-214.528-214.528c-14.848-14.848-39.424-14.848-54.272 0l-83.456 83.456c-45.056 45.056-117.76 45.056-162.816 0L256.512 562.176c-14.848-14.848-14.848-39.424 0-54.272 7.168-7.168 16.896-11.264 27.136-11.264z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="a-Annulardiagram" unicode="" d="M511.45728-76.93312c-254.464 0.512-460.288 207.36-459.776 461.824 0.512 253.952 206.336 459.776 459.776 459.776v-230.4c-126.976 0-230.4-103.424-230.4-230.4 0-127.488 103.424-230.4 230.4-230.4s230.4 102.912 230.4 230.4h230.4c0-254.464-206.336-460.8-460.8-460.8zM741.85728 383.86688c0 127.488-102.912 230.4-230.4 230.4v230.4c254.464 0 460.8-206.336 460.8-460.8h-230.4z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="a-AreaChart" unicode="" d="M99.87584 463.28832l316.416 300.544 175.616-185.344 234.496 220.672 97.792-97.792-318.976-335.872-196.608 212.992-211.968-211.456-96.768 96.256zM99.87584 84.40832v111.104l306.176 297.472 197.12-198.656 320.512 337.92v-547.84h-823.808zM51.23584 11.70432h921.6v-43.008h-921.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="a-PieChart" unicode="" d="M462.27456 810.34752c-244.736-18.432-428.032-231.424-410.112-476.16 18.432-244.736 231.424-428.032 476.16-410.112 219.136 16.384 393.728 190.464 410.112 410.112h-476.16v476.16zM530.88256 844.65152v-441.856h441.856c-14.848 237.568-204.288 427.008-441.856 441.856z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="a-Linechart" unicode="" d="M97.6128 481.18272l318.464 284.672 176.64-175.616 236.032 208.896 98.304-92.672-321.024-317.952-197.632 201.728-213.504-200.192-97.28 91.136zM97.6128 170.91072l318.464 284.672 176.64-175.616 236.032 208.896 98.304-92.672-321.024-317.952-197.632 201.728-213.504-200.192-97.28 91.136zM51.0208 9.63072h921.6v-40.448h-921.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="Form" unicode="" d="M894.01856-74.4192h-764.416c-43.52 0-78.336 35.328-78.336 78.336v764.416c0 43.52 35.328 78.336 78.336 78.336h764.416c43.52 0 78.336-35.328 78.336-78.336v-764.416c0-43.52-34.816-78.336-78.336-78.336z m-764.416 873.472c-16.896 0-30.72-13.824-30.72-30.72v-764.416c0-16.896 13.824-30.72 30.72-30.72h764.416c16.896 0 30.72 13.824 30.72 30.72v764.416c0 16.896-13.824 30.72-30.72 30.72h-764.416zM948.80256 584.0128h-873.472v230.912c0 4.608 3.584 8.192 8.192 8.192h857.088c4.608 0 8.192-3.584 8.192-8.192v-230.912zM972.35456 559.9488h-921.088v207.872c0 43.52 35.328 78.336 78.336 78.336h764.416c43.52 0 78.336-35.328 78.336-78.336v-207.872z m-873.472 47.616h825.856v160.256c0 16.896-13.824 30.72-30.72 30.72h-764.416c-16.896 0-30.72-13.824-30.72-30.72v-160.256z m849.92-361.472h-873.472c-13.312 0-24.064 10.752-24.064 24.064s10.752 24.064 24.064 24.064h873.472c13.312 0 24.064-10.752 24.064-24.064s-10.752-24.064-24.064-24.064zM358.46656-74.4192c-13.312 0-24.064 10.752-24.064 24.064v634.368c0 13.312 10.752 24.064 24.064 24.064s24.064-10.752 24.064-24.064v-634.88c-0.512-13.312-11.264-24.064-24.064-23.552 0-0.512 0-0.512 0 0z m307.2 0c-13.312 0-24.064 10.752-24.064 24.064v634.368c0 13.312 10.752 24.064 24.064 24.064s24.064-10.752 24.064-24.064v-634.88c-0.512-13.312-11.264-24.064-24.064-23.552z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="a-BarChart2" unicode="" d="M90.7264-39.43424h-39.424l-0.00512 846.848h39.424zM555.74016 638.74048h-413.696v168.96h413.696zM972.81536 412.73856h-830.464v168.96h830.464zM716.40576 186.63424h-574.464v168.96h574.464zM555.90912-39.31648h-413.696v168.96h413.696z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="a-Areaplot" unicode="" d="M99.8656 524.37504l316.416 300.544 175.616-185.344 331.776 172.544v-276.992l-318.976-228.864-196.608 212.992-308.736-307.712 0.512 312.832zM99.8656 58.45504v97.792l316.416 300.544 186.88-188.416 320.512 223.744v-433.664h-823.808zM51.2256-14.24896h921.6v-43.008h-921.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="a-StackedBarChart2" unicode="" d="M90.7776-39.43424h-39.424v846.848h39.424zM555.8784 638.81728h-161.28v168.96h161.28zM972.928 412.88704h-578.56v168.96h578.56zM394.36288 412.88192h-251.904v168.96h251.904zM394.66496 638.88384h-251.904v168.96h251.904zM394.61888 186.8288h-251.904v168.96h251.904zM716.544 186.71104h-322.048v168.96h322.048zM556.1088-39.168h-241.152v168.96h241.152zM314.46016-39.14752h-172.544v168.96h172.544z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="a-CombinationDiagram" unicode="" d="M126.49472-38.48704h773.632v-38.4h-773.632zM126.49472 289.70496h163.84v-278.016h-163.84zM329.24672 514.98496h163.84v-503.296h-163.84zM532.51072 366.50496h163.84v-354.304h-163.84zM735.77472 289.70496h163.84v-278.016h-163.84zM167.96672 420.77696l-83.456 78.336 325.12 345.6 220.672-238.592 228.864 226.304 80.384-81.408-313.344-309.248-217.088 235.52z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="a-StackedBarChart" unicode="" d="M88.69888-37.54496h846.848v-39.424h-846.848zM88.69888 427.86304h168.96v-161.28h-168.96zM314.49088 844.63104h168.96v-578.56h-168.96zM314.49088 266.58304h168.96v-251.904h-168.96zM88.69888 266.58304h168.96v-251.904h-168.96zM540.79488 266.58304h168.96v-251.904h-168.96zM540.79488 588.63104h168.96v-322.048h-168.96zM766.58688 427.86304h168.96v-241.152h-168.96zM766.58688 186.71104h168.96v-172.544h-168.96z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="a-Barchart" unicode="" d="M88.7552-37.54496h846.848v-39.424h-846.848zM88.7552 427.86304h168.96v-413.696h-168.96zM314.5472 844.63104h168.96v-830.464h-168.96zM540.8512 588.63104h168.96v-574.464h-168.96zM766.6432 427.86304h168.96v-413.696h-168.96z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="a-Indexcard" unicode="" d="M69.632 772.096h884.736c10.24 0 18.432-8.192 18.432-18.432v-739.328c0-10.24-8.192-18.432-18.432-18.432H69.632c-10.24 0-18.432 8.192-18.432 18.432V753.664c0 10.24 8.192 18.432 18.432 18.432zM147.968 612.352h414.72v-59.904h-414.72zM802.816 393.216h100.864v-61.44h-100.864zM706.048 177.664h197.632v-61.44h-197.632zM176.128 400.896c-7.168-9.728-15.36-18.944-25.088-26.112-8.704-6.656-18.432-12.288-29.184-15.872l-6.656-2.048v-53.248l12.8 4.608c14.848 5.12 28.16 13.312 39.936 23.552v-226.816h45.056V404.992h-34.816l-2.048-4.096zM360.96 200.192c17.408 13.824 33.792 29.696 48.128 47.104 15.872 20.48 24.064 46.08 24.064 71.68 1.024 24.064-7.168 47.616-22.528 66.048-14.848 16.896-36.352 26.112-58.368 25.6-25.088 0.512-48.64-11.776-62.976-32.256-16.384-23.552-24.576-52.224-23.04-80.896v-9.728h45.056v9.728c-1.024 17.92 3.072 35.84 12.288 51.2 5.632 9.728 15.872 15.872 27.136 14.848 10.24 0.512 19.968-3.072 27.136-10.752 7.168-9.728 10.752-21.504 9.728-33.28 0-15.872-5.632-31.744-15.36-44.544-10.24-11.776-22.016-23.04-33.792-33.792-18.432-15.36-35.328-32.256-50.176-51.2-15.872-22.016-24.576-48.128-24.064-75.264v-9.728h169.472v48.128H319.488c10.24 18.432 24.576 34.304 41.472 47.104zM636.928 242.688c-4.608 7.68-10.752 14.336-18.432 19.456 18.432 15.36 28.16 38.4 26.624 62.464 1.024 23.04-7.168 45.568-22.016 62.464-15.36 15.872-36.864 24.576-59.392 23.552-22.528 1.024-44.544-8.704-59.392-26.112-16.384-19.456-25.6-44.032-26.624-69.632l-0.512-10.24h45.056l1.024 8.704c0.512 13.824 5.12 27.136 13.312 38.4 15.36 14.848 39.424 15.36 54.784 1.024 6.656-8.704 10.24-19.456 9.216-30.208 1.024-10.752-2.56-21.504-9.216-29.696-7.168-7.168-17.408-10.24-27.136-9.728h-27.136v-44.544h28.16c10.752 1.024 21.504-3.072 29.696-10.752 7.68-9.216 11.264-20.992 10.752-32.768 0.512-12.8-3.584-25.088-11.264-34.816-7.68-9.216-19.456-14.336-31.232-13.824-10.752 0-20.992 4.096-28.16 11.776-10.24 12.288-15.36 28.16-14.848 44.032l-0.512 9.216h-46.08l0.512-10.24c0-28.672 10.752-56.832 29.696-78.336 35.328-32.768 90.112-30.72 122.88 4.608l0.512 0.512c16.384 19.456 24.576 44.032 24.064 69.12-1.024 15.36-5.632 31.744-14.336 45.568z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="Roses" unicode="" d="M581.0432 646.144c-163.328 0-295.936-132.608-295.936-295.936s132.608-295.936 295.936-295.936 295.936 132.608 295.936 295.936c-1.024 162.816-133.12 294.912-295.936 295.936z m0-446.464c-80.384 0-145.408 65.024-145.408 145.408s65.024 145.408 145.408 145.408 145.408-65.024 145.408-145.408c1.536-78.848-61.44-143.872-140.288-145.408h-5.12zM867.2512 563.712l-169.984-125.952c18.944-23.552 29.184-52.224 29.184-82.432 0-38.4-15.872-75.264-43.52-101.888l150.528-150.528c123.392 123.904 137.728 319.488 33.792 460.8zM682.9312 248.32c-27.136-27.136-63.488-42.496-101.888-43.52-38.4 0-75.264 15.872-101.888 43.52l-198.656-198.656c79.872-79.36 187.904-124.928 300.544-125.952 113.152-1.024 221.696 44.544 300.544 125.952l-198.656 198.656zM440.2432 350.208c0 77.824 62.976 140.8 140.8 140.8V844.8c-273.408-0.512-494.08-222.72-493.568-496.128 0.512-130.56 52.224-255.488 144.384-348.16l252.416 252.416c-29.184 24.064-45.056 59.904-44.032 97.28z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamianfangdajinyong" unicode="" d="M511.82592 844.97408c254.464 0 460.8-206.336 460.8-460.8s-206.336-460.8-460.8-460.8-460.8 206.336-460.8 460.8 206.336 460.8 460.8 460.8zM511.82592 641.19808c-23.552 0-43.008-18.944-43.008-43.008v-171.008h-171.008c-23.552 0-43.008-18.944-43.008-43.008 0-23.552 18.944-43.008 43.008-43.008h171.008v-171.008c0-23.552 18.944-43.008 43.008-43.008s43.008 18.944 43.008 43.008v171.008h171.008c23.552 0 43.008 18.944 43.008 43.008 0 23.552-18.944 43.008-43.008 43.008h-171.008v171.008c0 23.552-18.944 43.008-43.008 43.008z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamiansuoxiaojinyong" unicode="" d="M511.99488 844.69248c254.464 0 460.8-206.336 460.8-460.8s-206.336-460.8-460.8-460.8-460.8 206.336-460.8 460.8 206.336 460.8 460.8 460.8zM299.00288 427.92448h425.984c24.064 0 44.032-19.456 44.032-44.032 0-24.064-19.456-44.032-44.032-44.032h-425.984c-24.064 0-44.032 19.456-44.032 44.032s19.968 44.032 44.032 44.032z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamiansuoxiaochanggui" unicode="" d="M506.87488 847.25248c254.464 0 460.8-206.336 460.8-460.8s-206.336-460.8-460.8-460.8-460.8 206.336-460.8 460.8 206.336 460.8 460.8 460.8zM293.88288 430.48448h425.984c24.064 0 44.032-19.456 44.032-44.032 0-24.064-19.456-44.032-44.032-44.032h-425.984c-24.064 0-44.032 19.456-44.032 44.032s19.968 44.032 44.032 44.032z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamianfangdaxuanfu" unicode="" d="M511.82592 844.97408c254.464 0 460.8-206.336 460.8-460.8s-206.336-460.8-460.8-460.8-460.8 206.336-460.8 460.8 206.336 460.8 460.8 460.8zM511.82592 641.19808c-23.552 0-43.008-18.944-43.008-43.008v-171.008h-171.008c-23.552 0-43.008-18.944-43.008-43.008 0-23.552 18.944-43.008 43.008-43.008h171.008v-171.008c0-23.552 18.944-43.008 43.008-43.008s43.008 18.944 43.008 43.008v171.008h171.008c23.552 0 43.008 18.944 43.008 43.008 0 23.552-18.944 43.008-43.008 43.008h-171.008v171.008c0 23.552-18.944 43.008-43.008 43.008z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamianfangdachanggui" unicode="" d="M511.82592 844.97408c254.464 0 460.8-206.336 460.8-460.8s-206.336-460.8-460.8-460.8-460.8 206.336-460.8 460.8 206.336 460.8 460.8 460.8zM511.82592 641.19808c-23.552 0-43.008-18.944-43.008-43.008v-171.008h-171.008c-23.552 0-43.008-18.944-43.008-43.008 0-23.552 18.944-43.008 43.008-43.008h171.008v-171.008c0-23.552 18.944-43.008 43.008-43.008s43.008 18.944 43.008 43.008v171.008h171.008c23.552 0 43.008 18.944 43.008 43.008 0 23.552-18.944 43.008-43.008 43.008h-171.008v171.008c0 23.552-18.944 43.008-43.008 43.008z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamiansuoxiaoxuanfu" unicode="" d="M511.99488 844.69248c254.464 0 460.8-206.336 460.8-460.8s-206.336-460.8-460.8-460.8-460.8 206.336-460.8 460.8 206.336 460.8 460.8 460.8zM299.00288 427.92448h425.984c24.064 0 44.032-19.456 44.032-44.032 0-24.064-19.456-44.032-44.032-44.032h-425.984c-24.064 0-44.032 19.456-44.032 44.032s19.968 44.032 44.032 44.032z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zuhe1" unicode="" d="M903.168 843.776H113.152C76.8 843.776 47.104 814.08 47.104 777.728v-790.016c0-36.352 29.696-66.048 66.048-66.048h790.016c36.352 0 66.048 29.696 66.048 66.048V777.728c-0.512 36.352-29.696 66.048-66.048 66.048z m0-822.784c0-17.92-14.848-32.768-32.768-32.768H146.944c-17.92 0-32.768 14.848-32.768 32.768V743.936c0 17.92 14.848 32.768 32.768 32.768h722.944c18.432 0 32.768-14.848 32.768-32.768v-722.944z m-131.584 471.04h-153.6V645.12c0 36.352-29.696 66.048-66.048 66.048H246.784c-36.352 0-66.048-29.696-66.048-66.048v-306.688c0-36.352 29.696-66.048 66.048-66.048h153.6v-153.088c0-36.352 29.696-66.048 66.048-66.048h305.152c36.352 0 66.048 29.696 66.048 66.048V425.984c-0.512 36.352-29.696 66.048-66.048 66.048z m-491.52-153.088c-17.92 0-32.768 14.848-32.768 32.768V610.816c0 18.432 14.848 32.768 32.768 32.768h238.08c18.432 0 32.768-14.848 32.768-32.768v-118.784H465.92c-36.352 0-66.048-29.696-66.048-66.048v-87.04H280.064zM550.912 424.96v-52.736c0-18.432-14.848-32.768-32.768-32.768h-51.2V391.68c0 18.432 14.848 32.768 32.768 32.768h51.2z m219.648-271.872c0-18.432-14.848-32.768-32.768-32.768H499.712c-17.92 0-32.768 14.848-32.768 32.768v119.296h84.992c36.352 0 66.048 29.696 66.048 66.048V424.96h119.808c17.92 0 32.768-14.848 32.768-32.768v-239.104z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="moren" unicode="" d="M941.056 709.12l-416.768 122.88c-4.096 1.024-8.192 2.048-12.288 2.048-4.096 0-8.192-0.512-11.776-1.536L104.96 717.312c-5.632 0-10.752-2.048-15.36-4.608l-7.168-2.048c-18.432-5.12-31.232-22.016-31.232-41.472l-1.024-533.504c0-17.92 11.264-34.304 27.648-40.448l416.768-157.696c4.608-2.048 10.24-2.56 15.36-2.56s10.24 1.024 15.36 2.56l417.792 156.16c16.896 6.144 28.16 22.528 28.16 40.448l1.024 533.504c-0.512 19.456-12.8 36.352-31.232 41.472z m-410.624 51.2l243.2-71.68c8.192-2.048 8.192-13.824 0-16.384l-242.688-76.8c-13.312-4.096-27.136-4.096-39.936 0L249.344 673.28c-8.192 2.56-7.68 13.824 0 16.384l243.712 71.168c12.8 3.072 25.6 3.072 37.376-0.512zM143.872 636.928l320-102.912c8.192-2.56 13.824-10.24 13.824-18.432v-471.04c0-13.824-13.824-23.04-26.624-18.432l-321.024 121.344c-7.68 3.072-12.8 10.24-12.8 18.432l1.024 452.096c0 13.312 13.312 22.528 25.6 18.944z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xiala" unicode="" d="M508.928 662.528h383.488c69.12 0 104.448-87.04 55.808-138.24l-154.112-162.304-229.376-242.176c-30.72-32.256-80.896-32.256-111.616 0l-229.376 242.176-154.112 162.304c-48.128 51.712-13.312 138.24 55.808 138.24h383.488z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="Home" unicode="" d="M888.32 571.392L606.208 819.2c-53.76 48.128-134.656 48.128-188.416 0L135.68 571.392c-30.208-27.136-47.616-65.536-47.104-106.496v-411.136c0-77.824 62.976-141.312 141.312-141.312h564.736c77.824 0 141.312 62.976 141.312 141.312V465.92c-0.512 40.448-17.408 78.848-47.616 105.472z m-282.112-564.224H417.792v235.008c0 26.112 20.992 47.104 47.104 47.104h94.208c26.112 0 47.104-20.992 47.104-47.104v-235.008z m235.008 47.104c0-26.112-20.992-47.104-47.104-47.104h-94.208v235.008c0 77.824-62.976 141.312-141.312 141.312H464.896c-77.824 0-141.312-62.976-141.312-141.312v-235.008H229.888c-26.112 0-47.104 20.992-47.104 47.104V465.92c0 13.312 5.632 26.112 15.872 35.328l282.112 246.784c17.92 15.36 44.544 15.36 61.952 0l282.112-246.784c10.24-8.704 15.872-22.016 15.872-35.328v-411.648z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="ziyuan2" unicode="" d="M876.032 393.216l-156.16 156.16c-27.136-10.24-61.952-3.584-103.936 19.456l175.104-175.104c4.608-4.608 1.536-12.8-5.12-12.8H238.592c-6.656 0-10.24 8.192-5.12 12.8l51.2 51.2c-16.896 10.24-31.232 25.088-40.96 43.52L147.456 392.704c-7.68-7.68-11.776-17.408-11.776-28.16V-5.12c0-59.392 48.128-107.008 107.008-107.008h537.6c59.392 0 107.008 48.128 107.008 107.008v368.64c1.024 11.264-3.584 21.504-11.264 29.696z m-47.616-398.848c0-26.112-20.992-47.616-47.616-47.616h-537.6c-26.112 0-47.616 20.992-47.616 47.616v318.976c0 4.096 3.584 7.68 7.68 7.68h617.472c4.096 0 7.68-3.584 7.68-7.68v-318.976zM407.552 872.96c58.88 22.528 124.416-7.168 146.944-65.536 14.848-39.424-4.608-94.208-58.88-164.864-87.552 16.384-138.752 44.544-153.6 83.456-23.04 58.88 6.656 124.928 65.536 146.944z m0 0M237.568 501.248C215.04 560.128 244.736 626.176 303.616 648.192c39.424 14.848 94.208-4.608 164.864-58.88-16.896-87.552-44.544-138.752-83.968-153.6-58.88-22.528-124.416 7.168-146.944 65.536zM786.432 696.32c-22.528 58.88-88.064 88.064-146.944 65.536-39.424-14.848-67.072-66.048-83.456-153.6 70.656-54.272 125.44-73.728 164.864-58.88 28.16 10.752 51.2 32.256 63.488 59.904 11.776 27.648 12.8 58.88 2.048 87.04z m0 0M478.208 380.928h206.848c0 0.512 0.512 1.024 0.512 1.024 12.288 27.648 13.312 58.88 2.56 87.04-14.848 39.424-66.048 67.072-153.6 83.456-54.784-70.144-74.24-125.44-59.392-164.352 1.024-2.56 2.048-5.12 3.072-7.168z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="ziyuan1" unicode="" d="M887.296 408.064l-160.768 160.768c-28.16-10.24-64-3.584-107.52 19.968l180.224-180.224c4.608-4.608 1.536-13.312-5.632-13.312H230.4c-6.656 0-10.24 8.192-5.632 13.312l52.736 52.736c-17.408 10.752-32.256 26.112-42.496 45.056L136.704 408.064c-7.68-7.68-12.288-17.92-12.288-29.184v-380.928c0-60.928 49.664-110.592 110.592-110.592h553.984c60.928 0 110.592 49.664 110.592 110.592v380.416c0 11.264-4.608 22.016-12.288 29.696z m-49.664-410.112c0-27.136-22.016-48.64-48.64-48.64H235.008c-27.136 0-48.64 22.016-48.64 48.64v328.704c0 4.096 3.584 7.68 7.68 7.68h636.416c4.096 0 7.68-3.584 7.68-7.68v-328.704zM400.896 869.888c58.88 27.136 128.512 1.024 155.648-57.856 17.92-39.424 1.536-97.28-49.664-173.568-91.136 11.264-145.92 36.352-163.84 75.264-27.136 59.392-1.024 129.024 57.856 156.16z m0 0M251.392 476.16c-27.136 58.88-1.024 128.512 57.856 155.648 39.424 17.92 97.28 1.536 173.568-49.664-11.264-91.136-36.352-145.92-75.264-163.84-59.392-26.624-129.024-1.024-156.16 57.856zM802.304 713.728c-27.136 58.88-96.768 84.48-155.648 57.856-39.424-17.92-64.512-72.704-75.264-163.84 76.288-51.2 134.144-67.584 173.568-49.664 28.16 12.8 50.176 36.864 60.928 66.048 10.752 29.184 9.216 61.44-3.584 89.6zM723.456 395.776c6.656 26.112 4.096 53.248-7.168 77.824-17.92 39.424-72.704 64.512-163.84 75.264-43.008-64-61.44-115.2-55.296-153.088h226.304z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="quanxiantianjiazhuti2" unicode="" d="M766.464 855.04H260.096C138.24 855.04 39.424 756.224 39.424 634.368v-505.856c0-121.856 98.304-215.552 215.552-215.552h505.856c121.856 0 215.552 98.304 215.552 215.552v506.88c9.728 121.344-88.576 219.648-209.92 219.648zM812.544 339.968h-257.536v-257.536c0-18.944-18.944-41.984-41.984-41.984-23.04 0-41.984 18.944-41.984 41.984v257.536H212.992c-18.944 0-41.984 18.944-41.984 41.984 0 23.04 18.944 41.984 41.984 41.984h262.144V681.472c0 18.944 18.944 41.984 47.104 41.984 18.944 0 41.984-18.944 41.984-41.984v-262.144h257.536c18.944 0 37.376-18.944 37.376-37.376 0.512-18.432-23.04-41.984-46.592-41.984z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="baocun" unicode="" d="M941.056 569.344l-142.848 258.56c-9.216 16.896-27.136 27.648-46.592 27.648H184.832C124.928 855.552 76.8 806.912 76.8 747.52v-726.016c0-59.904 48.64-108.032 108.032-108.032H839.68c59.904 0 108.032 48.64 108.032 108.032v522.24c0 8.704-2.56 17.408-6.656 25.6zM405.504 755.712c0 5.632 4.608 10.24 10.24 10.24h201.728c5.632 0 10.24-4.608 10.24-10.24v-139.264c0-5.632-4.608-10.24-10.24-10.24H415.744c-5.632 0-10.24 4.608-10.24 10.24V755.712z m453.12-734.72c0-10.752-8.704-18.944-18.944-18.944H184.832c-10.752 0-18.944 8.704-18.944 18.944V747.008c0 10.752 8.704 18.944 18.944 18.944h121.344c5.632 0 10.24-4.608 10.24-10.24v-198.656c2.56-22.528 21.504-39.936 44.032-39.936h300.544c30.208 0 54.784 24.576 54.784 54.784V727.552c0 10.752 13.824 14.336 19.456 5.12l121.344-212.992c1.024-1.536 1.536-3.072 1.536-5.12v-493.568zM645.12 395.776H388.096c-47.104 0-85.504-38.4-85.504-85.504v-142.848c0-41.984 34.304-76.8 76.8-76.8H645.12c41.984 0 76.8 34.304 76.8 76.8v152.064c-0.512 41.984-34.816 76.288-76.8 76.288z m14.848-228.864c0-8.192-6.656-15.36-15.36-15.36H378.88c-8.192 0-15.36 6.656-15.36 15.36v142.848c0 13.312 10.752 24.064 24.064 24.064H645.12c8.192 0 15.36-6.656 15.36-15.36v-151.552z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="denglurizhi" unicode="" d="M622.592 427.008H369.664c-23.552 0-43.008-19.456-43.008-43.008 0-23.552 19.456-43.008 43.008-43.008h253.44c23.552 0 43.008 19.456 43.008 43.008-0.512 23.552-19.456 43.008-43.52 43.008zM622.592 624.64H369.664c-23.552 0-43.008-19.456-43.008-43.008 0-23.552 19.456-43.008 43.008-43.008h253.44c23.552 0 43.008 19.456 43.008 43.008-0.512 23.552-19.456 43.008-43.52 43.008zM622.592 229.376H369.664c-23.552 0-43.008-19.456-43.008-43.008 0-23.552 19.456-43.008 43.008-43.008h253.44c23.552 0 43.008 19.456 43.008 43.008-0.512 23.552-19.456 43.008-43.52 43.008zM887.808 518.656v194.56c0 59.904-47.104 109.056-105.472 109.056H209.92c-58.368 0-105.472-48.64-105.472-109.056v-154.624H40.96v-86.016h63.488v-177.664H40.96v-86.016h63.488v-154.624c0-59.904 47.104-109.056 105.472-109.056h572.416c58.368 0 105.472 48.64 105.472 109.056v195.072c56.32 18.944 95.232 72.704 95.232 134.656 0 61.44-38.912 115.712-95.232 134.656zM188.416 209.408h63.488v86.016H188.416V472.576h63.488V558.592H188.416V713.216c0 12.8 9.728 23.04 22.016 23.04h572.416c11.776 0 22.016-10.24 22.016-23.04v-195.072c-56.32-18.944-95.232-72.704-95.232-134.656s38.912-115.712 95.232-134.656v-195.072c0-12.8-9.728-23.04-22.016-23.04H209.92c-11.776 0-22.016 10.24-22.016 23.04v155.648zM792.064 384c0 30.72 24.064 55.808 53.76 55.808s53.76-25.088 53.76-55.808-24.064-55.808-53.76-55.808-53.76 25.088-53.76 55.808z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jiaoseguanli" unicode="" d="M985.088 640H727.04c-17.408 0-31.232-13.824-31.232-31.232 0-17.408 13.824-31.232 31.232-31.232h258.048c17.408 0 31.232 13.824 31.232 31.232 0 17.408-13.824 31.232-31.232 31.232z m-89.6-125.44H727.04c-17.408 0-31.232-13.824-31.232-31.232 0-17.408 13.824-31.232 31.232-31.232h168.448c17.408 0 31.232 13.824 31.232 31.232 0 17.408-14.336 31.232-31.232 31.232z m-83.456-128H727.04c-17.408 0-31.232-13.824-31.232-31.232 0-17.408 13.824-31.232 31.232-31.232h84.48c17.408 0 31.232 13.824 31.232 31.232 0 17.408-13.824 31.232-31.232 31.232h0.512z m-300.032-8.192c73.728 53.76 104.448 148.48 76.288 235.52-28.16 86.528-109.056 145.408-200.192 145.408S216.064 700.416 187.904 613.888s2.56-181.76 76.288-235.52c-147.456-52.736-246.272-192.512-246.272-349.184 0-17.408 13.824-31.232 31.232-31.232s31.232 13.824 31.232 31.232c7.168 164.352 142.848 293.888 307.2 293.888s300.032-129.536 307.2-293.888c0-17.408 13.824-31.232 31.232-31.232 17.408 0 31.232 13.824 31.232 31.232 1.024 157.184-97.792 296.96-245.248 349.184zM240.64 547.84c0 81.92 66.048 147.968 147.968 147.968S536.064 629.76 536.064 547.84c0-81.92-66.048-147.968-147.968-147.968S240.64 465.92 240.64 547.84z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yonghuguanli" unicode="" d="M144.8-30c-1.8 0-3.6 0-5.85 0.45-13.95 2.25-25.65 11.7-30.15 25.2v0.45c0 0.45 0 0.45-0.45 0.9 0 0.45 0 0.9-0.45 0.9-0.9 3.15-1.35 6.3-1.35 9.9v0.45c1.8 85.05 30.6 166.5 82.8 234.9 42.3 55.35 101.25 100.8 165.6 128.25l12.15 5.4-9.9 9c-22.95 20.25-42.3 45-55.8 72-16.65 32.85-25.2 69.3-25.2 105.75C277.1 692.7 382.4 798 512 798c129.6 0 234.9-105.3 234.9-234.9 0-37.35-8.55-74.25-25.2-106.65-13.5-26.55-32.4-51.3-54.9-71.1l-9.9-8.55 12.15-5.4c64.35-27.45 122.85-72.9 165.15-128.25 52.65-68.4 81-149.4 82.8-234.9v-0.45c0-20.7-17.1-37.8-37.8-37.8H144.8z m367.2 358.2c-157.95 0-297.45-117-324.45-272.7l-1.8-9.9h652.05l-1.8 9.9c-26.55 155.25-166.05 272.7-324 272.7z m0 393.75c-87.75 0-158.85-71.1-158.85-158.85S424.25 404.25 512 404.25c87.75 0 158.85 71.1 158.85 158.85S599.75 721.95 512 721.95z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shebeirizhi" unicode="" d="M175.104-38.912C100.864-38.912 40.96 20.992 40.96 95.232v481.28c0 20.992 16.896 37.888 37.888 37.888h155.136V769.024c0 20.992 16.896 37.888 37.888 37.888h674.304c20.992 0 37.888-16.896 37.888-37.888V143.36c0-100.352-81.92-182.272-182.272-182.272H175.104z m133.632 134.144c0-15.36-3.072-30.208-8.192-44.544l-5.12-13.824h505.344c58.88 0 107.008 48.128 107.008 107.008V731.648h-599.04v-636.416z m-192.512 0c0-32.256 26.112-58.368 58.368-58.368 32.256 0 58.368 26.112 58.368 58.368V539.136H116.224v-443.904zM704.512 153.6c-20.992 0-37.888 16.896-37.888 37.888s16.896 37.888 37.888 37.888h48.128c20.992 0 37.888-16.896 37.888-37.888s-16.896-37.888-37.888-37.888h-48.128z m-240.64 0c-20.992 0-37.888 16.896-37.888 37.888s16.896 37.888 37.888 37.888h48.128c20.992 0 37.888-16.896 37.888-37.888s-16.896-37.888-37.888-37.888h-48.128z m240.64 192.512c-20.992 0-37.888 16.896-37.888 37.888 0 20.992 16.896 37.888 37.888 37.888h48.128c20.992 0 37.888-16.896 37.888-37.888 0-20.992-16.896-37.888-37.888-37.888h-48.128z m-240.64 0c-20.992 0-37.888 16.896-37.888 37.888 0 20.992 16.896 37.888 37.888 37.888h48.128c20.992 0 37.888-16.896 37.888-37.888 0-20.992-16.896-37.888-37.888-37.888h-48.128z m0 193.024c-20.992 0-37.888 16.896-37.888 37.888 0 20.992 16.896 37.888 37.888 37.888H752.64c20.992 0 37.888-16.896 37.888-37.888 0-20.992-16.896-37.888-37.888-37.888H463.872z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="mokuairizhi" unicode="" d="M719.872 450.56c11.776 6.656 19.456 18.944 18.944 32.768V701.44c0 13.824-7.168 26.112-18.944 32.768l-188.928 109.056c-11.776 6.656-26.112 6.656-37.888 0L304.128 733.696c-11.776-6.656-19.456-18.944-18.944-32.768v-218.112c0-13.824 7.168-26.112 18.944-32.768l189.44-109.568c5.632-3.072 11.776-4.608 18.432-4.608 6.144 0 12.8 1.536 18.944 4.608L719.872 450.56z m-56.32 228.864v-175.616l-151.552-87.04-151.552 87.04V679.424L512 766.976l151.552-87.552zM476.16 318.464L287.232 427.52c-11.776 6.656-26.112 6.656-37.888 0l-189.952-109.056c-11.776-7.168-18.432-19.456-18.432-32.768v-218.112c0-13.312 7.168-25.6 18.944-32.768l192-108.544c5.632-3.584 11.776-5.632 18.432-5.632H271.872c5.632 0.512 10.752 2.56 14.848 5.12l189.44 108.544c11.776 7.168 18.432 19.456 18.432 32.768v218.112c0 13.824-7.168 26.112-18.432 33.28z m-56.832-54.784v-175.104l-148.48-87.04-155.136 87.04v174.592L271.36 351.232l147.968-87.552zM964.096 318.464l-189.44 109.056c-11.776 6.656-26.112 6.656-37.888 0L547.84 318.464c-11.776-7.168-18.432-19.456-18.432-32.768v-218.112c0-13.312 7.168-25.6 18.944-32.768l188.928-109.056c5.632-3.584 12.288-5.12 18.944-5.12h1.024c6.656 0 12.8 2.048 17.92 5.12l189.952 109.056c11.776 7.168 18.432 19.456 18.432 32.768v218.112c-0.512 13.312-7.68 25.6-19.456 32.768z m-56.32-54.784v-175.104l-152.064-87.04-151.552 87.04v175.104l151.552 87.552 152.064-87.552z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yunhangmokuai" unicode="" d="M785.408 694.272c0-11.776 6.656-23.04 16.896-29.696 10.24-6.144 23.552-6.144 33.792 0s16.896 16.896 16.896 29.696c0 11.776-6.656 23.04-16.896 29.696-10.24 6.144-23.552 6.144-33.792 0-10.752-6.656-16.896-17.408-16.896-29.696z m0 0M409.6 207.872c6.144 0 11.776 1.536 16.896 4.608l242.688 141.824c11.776 5.12 18.944 16.896 18.944 31.232 0 11.776-6.656 23.04-16.896 29.696l-237.056 138.24c-6.656 7.168-15.36 11.776-25.088 11.776-18.432 0-33.28-15.36-33.28-33.792v-2.048h-0.512l0.512-282.624v-3.584c1.024-19.968 15.36-35.328 33.792-35.328z m0 0M929.792 600.576c-6.144 11.264-16.896 18.432-30.208 18.432-18.432 0-33.792-15.36-33.792-33.792 0-6.656 1.536-12.8 5.12-16.896 28.16-55.296 44.544-117.248 44.544-183.808 0-222.72-180.736-402.944-402.944-402.944-222.208 0-404.48 179.712-404.48 402.944s180.224 402.944 402.944 402.944c65.536 0 127.488-15.36 182.272-43.52v0.512c5.12-3.072 11.264-4.608 16.384-4.608 18.432 0 33.792 15.36 33.792 33.792 0 13.824-8.192 25.6-19.968 31.232-64 32.768-136.192 51.2-212.48 51.2-260.096 0-471.04-210.944-471.04-471.04s210.944-471.04 471.04-471.04 471.04 210.944 471.04 471.04c0 77.824-18.944 150.528-52.224 215.552z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tupiansucai" unicode="" d="M990.208 604.16L890.88 126.464c-3.072-14.848-15.872-25.088-30.72-25.088-2.048 0-4.096 0-6.144 0.512-16.896 3.584-27.648 19.968-24.064 36.864l92.672 446.976L324.096 707.072l-14.848-66.56c-3.584-16.896-20.48-27.648-37.376-23.552-16.896 3.584-27.648 20.48-23.552 37.376l21.504 96.768c3.584 16.384 19.968 27.136 36.864 24.064l659.456-133.12c8.192-1.536 15.36-6.656 19.968-13.312 4.096-7.68 5.632-16.384 4.096-24.576z m-195.072-569.856c0-23.04-18.432-41.984-41.984-41.984H75.264c-23.04 0-41.984 18.432-41.984 41.984V545.792c0 23.04 18.432 41.984 41.984 41.984h678.4c23.04 0 41.984-18.432 41.984-41.984v-511.488zM116.736 503.808v-257.536L293.376 389.12c13.824 11.264 35.84 11.264 49.152-0.512l198.656-175.616 82.944 70.656c13.824 11.776 28.672 11.776 42.496 0l34.816-35.328V503.808H116.736z m584.192-427.52v75.776l-58.368 55.296-78.848-71.168c-13.824-11.776-33.28-11.776-47.104 0.512l-201.728 176.128-198.144-161.28v-75.264h584.192z m-173.056 258.048c35.328 0 64 28.672 64 64s-28.672 63.488-64 63.488-64-28.672-64-63.488c-0.512-35.84 28.672-64 64-64z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="biaozhunkongjian" unicode="" d="M513.024-87.04c-2.56 0-5.12 0.512-7.68 1.024l-2.56 0.512h-4.096c-0.512 0-0.512 0.512-1.024 0.512l-366.08 225.792c-9.728 6.144-15.36 16.384-15.36 28.16V598.016c-0.512 3.072-0.512 6.144 0 9.216v2.56l1.024 2.56c0.512 0.512 0.512 1.024 1.024 1.024l1.024 1.024 0.512 1.024c0.512 1.024 1.536 2.048 2.048 2.56l3.584 2.56 3.584 3.584L491.52 849.92c5.12 3.072 11.264 5.12 17.408 5.12 6.144 0 12.288-1.536 17.408-5.12l366.592-226.304 7.168-3.584 2.048-1.536c0.512-1.024 1.536-2.048 2.048-3.072l0.512-1.024 1.024-1.024c0.512-0.512 0.512-1.024 1.024-1.024l1.024-2.56v-2.56c0.512-3.072 0.512-6.144 0-9.216v-428.544c0-11.264-5.632-22.016-15.36-28.16l-363.52-225.792c-0.512 0-0.512-0.512-1.024-0.512h-4.096l-2.56-0.512c-2.56-1.024-5.12-1.536-8.192-1.536z m30.208 438.784v-349.184l300.032 185.344V536.576l-300.032-184.832z m-366.08-163.84l300.032-185.344v349.184L177.152 536.576v-348.672z m29.696 408.064l303.616-187.392L814.08 595.968 510.464 782.848 206.848 595.968z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="banbenshuoming1" unicode="" d="M472.064-86.528c-3.584 0-7.168 0.512-10.24 1.536l-6.144 2.048-388.608 185.856c-11.264 5.12-18.944 15.36-20.48 27.648l-0.512 6.144V631.808c0 12.288 6.144 23.552 15.872 30.208l5.12 3.072 389.12 185.856c5.12 2.56 10.24 3.584 15.872 3.584 3.584 0 7.168-0.512 10.24-1.536l5.632-2.048 388.608-185.856c12.8-6.144 20.992-18.944 20.992-32.768l-0.512-3.584-2.048-8.704 2.048-2.048v-270.336h-73.728V573.44L487.936 412.16c-5.12-2.56-10.24-3.584-15.872-3.584-1.536 0-3.584 0-5.12 0.512l-5.632 1.536-5.632 2.048-335.872 160.256-3.072-412.16 353.28-170.496 110.08 52.736 31.744-66.56-123.904-59.392c-5.12-2.048-10.752-3.584-15.872-3.584zM167.936 631.808l302.08-146.432 306.176 146.432-304.128 144.896-304.128-144.896zM708.608-59.904l-167.424 378.368h111.616l103.424-264.192 14.848-32.256 7.68 33.28v0.512l97.28 263.168H988.16l-165.888-378.368-113.664-0.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="qita1" unicode="" d="M103.424 790.016c87.04 87.04 227.84 87.04 314.88 0C476.16 732.16 484.864 618.496 444.416 449.024c-169.472-40.448-283.136-31.744-340.992 26.112-87.04 86.528-87.04 227.84 0 314.88z m0 0M97.28-9.216c-87.04 87.04-87.04 227.84 0 314.88 57.856 57.856 171.52 66.56 340.992 26.112 40.448-169.472 31.744-283.136-26.112-340.992-87.04-87.04-227.84-87.04-314.88 0zM920.576 777.216c-87.04 87.04-227.84 87.04-314.88 0-57.856-57.856-66.56-171.52-26.112-340.992 169.472-40.448 283.136-31.744 340.992 26.112 41.984 41.984 65.024 98.304 65.024 157.696 0.512 58.88-23.04 115.712-65.024 157.184z m0 0M926.72-22.016c41.984 41.984 65.024 98.304 65.024 157.696 0 58.88-23.552 115.712-65.024 157.696-57.856 57.856-171.52 66.56-340.992 26.112-40.448-169.472-31.744-283.136 26.112-340.992 87.04-87.04 227.84-87.04 314.88-0.512z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shanchu1" unicode="" d="M463.872 585.728v-302.08c0-24.064 19.968-44.032 44.032-44.032s44.032 19.968 44.032 44.032v302.08c0 24.064-19.968 44.032-44.032 44.032s-44.032-19.968-44.032-44.032zM507.904 192.512c-33.28 0-60.416-27.136-60.416-60.416S474.624 71.68 507.904 71.68s60.416 27.136 60.416 60.416-27.136 60.416-60.416 60.416zM968.192 119.296l-357.376 640C585.728 803.84 548.352 829.44 507.392 829.44s-78.848-25.6-103.424-70.656L47.104 119.296c-25.088-45.056-27.136-91.136-6.144-126.464 20.992-35.84 62.464-56.32 113.152-56.32h707.584c51.2 0 92.672 20.48 113.152 56.32 20.992 35.84 18.944 81.92-6.656 126.464zM535.04 716.288l357.376-640c9.216-16.896 11.776-31.744 7.168-39.424-4.608-8.192-18.944-12.8-37.888-12.8H154.112c-18.432 0-33.28 5.12-37.888 12.8s-2.048 22.528 7.168 39.424l356.864 640c9.728 17.92 20.992 26.112 27.136 26.112 6.656 0 17.408-8.192 27.648-26.112z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tishi" unicode="" d="M943.104 566.784c-23.552 56.32-57.856 106.496-100.864 149.504S748.544 793.6 692.736 817.152c-57.856 24.576-119.808 36.864-183.296 36.864S384 841.728 326.144 817.152c-56.32-23.552-106.496-57.856-149.504-100.864a463.1552 463.1552 0 0 1-101.376-149.504c-24.576-57.856-36.864-119.808-36.864-183.296s12.288-125.44 36.864-183.296c23.552-56.32 57.856-106.496 100.864-149.504s93.696-77.312 149.504-100.864c57.856-24.576 119.808-36.864 183.296-36.864s125.44 12.288 183.296 36.864c56.32 23.552 106.496 57.856 149.504 100.864s77.312 93.696 100.864 149.504c24.576 57.856 36.864 119.808 36.864 183.296 1.024 63.488-11.776 124.928-36.352 183.296z m-30.72-183.296c0-222.208-180.736-402.944-402.944-402.944s-402.944 180.736-402.944 402.944 180.736 402.944 402.944 402.944 402.944-180.736 402.944-402.944zM513.024 448c-36.352 0-64.512-28.16-64.512-64.512s28.16-64.512 64.512-64.512 64.512 28.16 64.512 64.512c0.512 36.352-28.16 64.512-64.512 64.512zM310.784 448c-36.352 0-64.512-28.16-64.512-64.512s28.16-64.512 64.512-64.512 64.512 28.16 64.512 64.512c0.512 36.352-28.16 64.512-64.512 64.512zM715.264 448c-36.352 0-64.512-28.16-64.512-64.512s28.16-64.512 64.512-64.512 64.512 28.16 64.512 64.512-28.16 64.512-64.512 64.512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="wancheng" unicode="" d="M733.184 554.496c-10.752 0-20.48-4.608-27.648-12.288L467.968 281.6 344.064 395.776c-7.168 7.68-16.896 12.288-27.648 12.288-10.752 0-20.48-4.608-27.648-12.288-15.36-16.896-15.36-43.008-0.512-60.416l151.552-145.408c7.168-7.68 16.896-12.288 27.648-12.288s20.48 4.608 27.648 12.288l265.728 290.816c15.872 16.896 15.872 44.544 0 60.928-6.656 8.192-16.896 12.8-27.648 12.8zM509.952 851.968c-259.584 0-471.04-211.456-471.04-471.04s211.456-471.04 471.04-471.04 471.04 211.456 471.04 471.04-211.456 471.04-471.04 471.04z m0-863.232c-216.064 0-392.192 176.128-392.192 392.192S293.888 773.12 509.952 773.12s392.192-176.128 392.192-392.192-176.128-392.192-392.192-392.192z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="cuowutishi" unicode="" d="M512 250.88c18.432 0 33.792 14.848 33.792 33.792v302.08c0 18.432-14.848 33.792-33.792 33.792-18.432 0-33.792-14.848-33.792-33.792v-302.08c0-18.944 15.36-33.792 33.792-33.792z m0 0M512 183.296c-27.648 0-50.176-22.528-50.176-50.176s22.528-50.176 50.176-50.176 50.176 22.528 50.176 50.176-22.528 50.176-50.176 50.176z m0 0M964.096 115.2l-357.376 640c-23.552 41.472-57.856 65.536-94.72 65.536-36.864 0-71.68-24.064-94.72-65.536l-357.376-640c-23.04-41.472-25.6-83.968-6.144-116.224 18.944-32.256 57.344-51.2 104.448-51.2h707.584c47.616 0 85.504 18.432 104.448 51.2 18.944 32.256 16.896 74.752-6.144 116.224z m-51.712-82.432c-6.656-11.264-23.552-17.92-46.592-17.92H158.208c-23.04 0-39.936 6.656-46.592 17.92-6.656 11.264-4.096 29.184 7.168 49.664L475.648 721.92c10.752 19.456 24.576 31.232 36.352 31.232s25.088-11.776 35.84-31.232l357.376-640c11.264-19.968 13.824-37.888 7.168-49.152z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tuichu" unicode="" d="M135.168 384c0-26.112 20.992-47.104 47.104-47.104h357.376l-108.544-108.032c-18.432-18.432-18.432-48.128-0.512-66.56l0.512-0.512c18.432-18.432 48.128-18.432 66.56-0.512l0.512 0.512 188.416 188.416c4.096 4.608 7.68 9.728 9.728 15.36 4.608 11.264 4.608 24.576 0 35.84-2.048 5.632-5.632 11.264-9.728 15.36L498.176 605.696c-18.432 18.432-48.64 18.432-67.072 0-18.432-18.432-18.432-48.64 0-67.072l108.544-108.032H182.272c-26.112 0.512-47.104-20.48-47.104-46.592zM747.52 855.04H276.48C198.656 855.04 135.168 791.552 135.168 713.728v-141.312c0-26.112 20.992-47.104 47.104-47.104s47.104 20.992 47.104 47.104V713.728c0 26.112 20.992 47.104 47.104 47.104h471.04c26.112 0 47.104-20.992 47.104-47.104v-659.456c0-26.112-20.992-47.104-47.104-47.104H276.48c-26.112 0-47.104 20.992-47.104 47.104v141.312c0 26.112-20.992 47.104-47.104 47.104s-47.104-20.992-47.104-47.104v-141.312c0-77.824 63.488-141.312 141.312-141.312h471.04c77.824 0 141.312 63.488 141.312 141.312V713.728C888.832 791.552 825.344 855.04 747.52 855.04z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="suoxiao1" unicode="" d="M911.36 843.776H344.064c-39.424 0-71.68-32.256-71.68-71.68V634.88H112.64c-39.424 0-71.68-32.256-71.68-71.68v-566.784c0-39.424 32.256-71.68 71.68-71.68h566.784c39.424 0 71.68 32.256 71.68 71.68V133.12H911.36c39.424 0 71.68 32.256 71.68 71.68V772.096c0 39.424-32.256 71.68-71.68 71.68z m-237.568-841.728H118.784V557.056h554.496v-555.008z m231.424 208.896h-153.6V563.2c0 39.424-32.256 71.68-71.68 71.68H350.208V765.952h554.496v-555.008z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="geren" unicode="" d="M972.8-34.816c-2.048 97.28-34.816 189.44-94.208 267.264-48.64 62.976-114.688 114.176-187.904 145.92 26.112 23.04 48.128 50.688 63.488 81.92 18.944 37.888 28.672 80.384 28.672 123.392 0 149.504-121.856 271.36-271.36 271.36S240.64 733.184 240.64 583.68c0-41.984 10.24-84.48 29.184-121.856 15.872-31.232 37.888-59.392 64-82.944-73.728-31.232-139.776-82.944-188.416-145.92-59.904-77.824-92.16-169.984-94.208-267.264v-0.512c0-4.608 0.512-8.704 1.536-13.312 0-0.512 0-1.024 0.512-1.536 0-0.512 0.512-1.024 0.512-1.536 6.144-18.432 22.016-31.232 40.96-34.304 2.56-1.536 5.12-1.536 7.68-1.536h819.2c28.16 0 51.2 23.04 51.712 51.2l-0.512 1.024z m-813.568 50.688C188.416 183.296 340.48 312.32 512 312.32c171.52 0 323.584-129.024 352.768-296.448H159.232zM512 751.616c92.672 0 167.936-75.264 167.936-167.936S604.672 415.744 512 415.744c-92.672 0-167.936 75.264-167.936 167.936S419.328 751.616 512 751.616z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xinxi" unicode="" d="M512 307.712c-33.28 0-59.904 27.136-59.904 59.904 0 33.28 27.136 59.904 59.904 59.904 33.28 0 59.904-27.136 59.904-59.904 0-32.768-27.136-59.904-59.904-59.904zM717.824 307.712c-33.28 0-59.904 27.136-59.904 59.904 0 33.28 27.136 59.904 59.904 59.904 15.872 0 31.232-6.656 42.496-17.408 11.264-11.264 17.408-26.624 17.408-42.496 0-15.872-6.144-31.232-17.408-42.496-11.264-11.264-26.624-17.408-42.496-17.408zM306.176 307.712c-33.28 0-59.904 27.136-59.904 59.904 0 33.28 27.136 59.904 59.904 59.904 33.28 0 59.904-27.136 59.904-59.904 0-32.768-26.624-59.904-59.904-59.904zM142.848-87.04c-56.32 0-101.888 45.568-101.888 101.888V384c0.512 259.584 211.456 470.528 471.04 471.04 259.584-0.512 470.528-211.456 471.04-471.04-0.512-259.584-211.456-470.528-471.04-471.04H142.848zM512 760.32c-207.36 0-375.808-168.96-376.32-376.32v-376.32H512c207.36 0 375.808 168.96 376.32 376.32-0.512 207.36-168.96 375.808-376.32 376.32z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="qita" unicode="" d="M40.96 852.48h940.544v-940.544H40.96zM239.616 657.408C299.008 716.8 395.776 716.8 455.68 657.408c39.936-39.936 45.568-117.76 17.92-233.984-116.224-27.648-194.56-22.016-233.984 17.92-59.904 59.392-59.904 156.16 0 216.064z m0 0M235.52 108.544c-59.904 59.904-59.904 156.672 0 216.064 39.936 39.936 117.76 46.08 233.984 17.92 27.648-116.224 22.016-194.56-17.92-233.984-59.904-59.392-156.672-59.392-216.064 0zM800.768 648.704c-59.904 59.904-156.672 59.904-216.064 0-39.936-39.936-45.568-117.76-17.92-233.984 116.224-27.648 194.56-22.016 233.984 17.92 28.672 28.672 44.544 67.584 44.544 108.032 0 40.448-15.872 79.36-44.544 108.032z m0 0M804.864 99.84c28.672 28.672 44.544 67.584 44.544 108.032 0 40.448-15.872 79.36-44.544 108.032-39.936 39.936-117.76 45.568-233.984 17.92-27.648-116.224-22.016-194.56 17.92-233.984 59.392-59.392 156.16-59.392 216.064 0z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="quanping" unicode="" d="M772.096 697.344h-134.656c-22.528 0-41.472-18.432-41.472-41.472 0-22.528 18.432-41.472 41.472-41.472h93.184v-86.528c0-22.528 18.432-41.472 41.472-41.472 22.528 0 41.472 18.432 41.472 41.472v128c0 22.528-18.432 41.472-41.472 41.472zM386.048 697.344H251.904c-22.528 0-41.472-18.432-41.472-41.472v-128c0-22.528 18.432-41.472 41.472-41.472 22.528 0 41.472 18.432 41.472 41.472V614.4h93.184c22.528 0 41.472 18.432 41.472 41.472-0.512 22.528-18.944 41.472-41.984 41.472zM772.096 281.6c-22.528 0-41.472-18.432-41.472-41.472V153.6h-93.184c-22.528 0-41.472-18.432-41.472-41.472 0-22.528 18.432-41.472 41.472-41.472h134.656c22.528 0 41.472 18.432 41.472 41.472v128c0 23.04-18.432 41.472-41.472 41.472zM386.048 153.6H292.864v86.528c0 22.528-18.432 41.472-41.472 41.472-22.528 0-41.472-18.432-41.472-41.472v-128c0-22.528 18.432-41.472 41.472-41.472h134.656c22.528 0 41.472 18.432 41.472 41.472s-18.432 41.472-41.472 41.472zM779.776-87.04H244.224C132.096-87.04 40.96 4.096 40.96 116.224V651.776C40.96 763.904 132.096 855.04 244.224 855.04h535.04c112.64 0 203.776-91.136 203.776-203.264v-535.04c0-112.64-91.136-203.776-203.264-203.776zM244.224 774.144c-67.584 0-122.368-54.784-122.368-122.368v-535.04c0-67.584 54.784-122.368 122.368-122.368h535.04c67.584 0 122.368 54.784 122.368 122.368V651.776c0 67.584-54.784 122.368-122.368 122.368H244.224z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yuyan" unicode="" d="M511.488 855.04C251.392 855.04 40.96 644.096 40.96 384s210.432-471.04 470.528-471.04c260.608 0 471.552 210.944 471.552 471.04S772.096 855.04 511.488 855.04z m326.656-282.624h-138.752c-14.848 58.88-36.864 115.2-65.024 167.936 86.528-29.696 158.208-90.112 203.776-167.936zM512 758.784c38.912-56.32 69.632-119.296 90.112-186.368H421.888c20.48 67.584 51.2 130.048 90.112 186.368z m-364.544-468.992c-7.68 30.208-12.288 61.952-12.288 94.208s4.608 64 12.288 94.208h159.232c-3.584-31.232-6.656-61.952-6.656-94.208s3.072-62.976 6.656-94.208H147.456z m38.4-94.208h138.752c14.848-58.88 36.864-115.2 65.024-167.936-86.528 29.696-158.208 89.6-203.776 167.936z m139.264 376.832H185.856c45.056 78.336 117.248 138.24 203.776 167.936-27.648-52.736-49.664-109.056-64.512-167.936z m186.88-563.2c-38.912 56.32-69.632 119.296-90.112 186.368h179.712c-19.968-67.584-50.688-130.048-89.6-186.368z m110.08 280.576h-220.16c-4.096 31.232-7.68 61.952-7.68 94.208s3.072 63.488 7.68 94.208h220.672c4.096-30.72 7.68-61.952 7.68-94.208s-3.584-62.976-8.192-94.208z m11.776-262.144c28.16 52.224 50.176 109.056 65.024 167.936h138.752c-45.056-77.824-116.736-138.24-203.776-167.936z m83.456 262.144c3.584 31.232 6.656 61.952 6.656 94.208s-3.072 62.976-6.656 94.208h159.232c7.68-30.208 12.288-61.952 12.288-94.208s-4.608-64-12.288-94.208h-159.232z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhongwen" unicode="" d="M841.728-87.04H182.272C104.448-87.04 40.96-23.552 40.96 54.272V713.728C40.96 791.552 104.448 855.04 182.272 855.04h659.456C919.552 855.04 983.04 791.552 983.04 713.728v-659.456c0-77.824-63.488-141.312-141.312-141.312zM182.272 760.832c-26.112 0-47.104-20.992-47.104-47.104v-659.456c0-26.112 20.992-47.104 47.104-47.104h659.456c26.112 0 47.104 20.992 47.104 47.104V713.728c0 26.112-20.992 47.104-47.104 47.104H182.272z m0 0M653.312 220.672H370.688c-77.824 0-141.312 63.488-141.312 141.312V456.192c0 77.824 63.488 141.312 141.312 141.312h282.624c77.824 0 141.312-63.488 141.312-141.312v-94.208c0-78.336-63.488-141.312-141.312-141.312zM370.688 503.296c-12.288 0-24.576-5.12-33.28-13.824-8.704-8.704-13.824-20.992-13.824-33.28v-94.208c0-26.112 20.992-47.104 47.104-47.104h282.624c26.112 0 47.104 20.992 47.104 47.104V456.192c0 26.112-20.992 47.104-47.104 47.104H370.688z m0 0M512 78.336c-26.112 0-47.104 20.992-47.104 47.104V643.584c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104v-518.144c0-26.112-20.992-47.104-47.104-47.104z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yingwen" unicode="" d="M841.728-87.04H182.272C104.448-87.04 40.96-23.552 40.96 54.272V713.728C40.96 791.552 104.448 855.04 182.272 855.04h659.456C919.552 855.04 983.04 791.552 983.04 713.728v-659.456c0-77.824-63.488-141.312-141.312-141.312zM182.272 760.832c-26.112 0-47.104-20.992-47.104-47.104v-659.456c0-26.112 20.992-47.104 47.104-47.104h659.456c26.112 0 47.104 20.992 47.104 47.104V713.728c0 26.112-20.992 47.104-47.104 47.104H182.272z m0 0M747.52 101.376c-26.112 0-47.104 20.992-47.104 47.104v141.312c0 26.112-20.992 47.104-47.104 47.104s-47.104-20.992-47.104-47.104V148.48c0-26.112-20.992-47.104-47.104-47.104s-47.104 20.992-47.104 47.104v141.312c0 77.824 63.488 141.312 141.312 141.312 77.824 0 141.312-63.488 141.312-141.312V148.48c0-26.112-20.992-47.104-47.104-47.104z m-329.728 0h-47.104c-77.824 0-141.312 63.488-141.312 141.312V525.312c0 77.824 63.488 141.312 141.312 141.312h47.104c26.112 0 47.104-20.992 47.104-47.104s-20.992-47.104-47.104-47.104h-47.104c-12.288 0-24.576-5.12-33.28-13.824-8.704-8.704-13.824-20.992-13.824-33.28v-282.624c0-26.112 20.992-47.104 47.104-47.104h47.104c26.112 0 47.104-20.992 47.104-47.104s-20.992-47.104-47.104-47.104z m0 0M417.792 336.896H276.48c-16.896 0-32.256 9.216-40.96 23.552-8.192 14.336-8.192 32.768 0 47.104 8.192 14.336 24.064 23.552 40.96 23.552h141.312c26.112 0 47.104-20.992 47.104-47.104s-20.992-47.104-47.104-47.104z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shiyingpingmu" unicode="" d="M820.736-87.04H203.264C113.664-87.04 40.96-14.336 40.96 75.264V692.736C40.96 782.336 113.664 855.04 203.264 855.04h617.472C910.336 855.04 983.04 782.336 983.04 692.736v-617.472c0-89.6-72.704-162.304-162.304-162.304zM203.264 789.504c-53.248 0-96.768-43.52-96.768-96.768v-617.472c0-53.248 43.52-96.768 96.768-96.768h617.472c53.248 0 96.768 43.52 96.768 96.768V692.736c0 53.248-43.52 96.768-96.768 96.768H203.264zM793.088 348.672c-20.992 0-35.328-13.824-35.328-35.328v-126.464l-119.296 119.296c-13.824 13.824-35.328 13.824-49.152 0-13.824-13.824-13.824-35.328 0-49.152l119.296-119.296h-126.464c-20.992 0-35.328-13.824-35.328-35.328 0-20.992 13.824-35.328 35.328-35.328h210.944c20.992 0 35.328 13.824 35.328 35.328v210.944c0 21.504-14.336 35.328-35.328 35.328zM441.856 700.416H230.912c-20.992 0-35.328-13.824-35.328-35.328v-210.944c0-20.992 13.824-35.328 35.328-35.328 20.992 0 35.328 13.824 35.328 35.328V580.608l119.296-119.296c13.824-13.824 35.328-13.824 49.152 0 13.824 13.824 13.824 35.328 0 49.152L315.392 629.76h126.464c20.992 0 35.328 13.824 35.328 35.328-0.512 20.992-14.336 35.328-35.328 35.328z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shiyingkuan" unicode="" d="M348.16 539.648c13.824-13.824 32.768-13.824 47.104 0l84.48 84.48v-159.232c0-18.944 13.824-32.768 32.768-32.768s32.768 13.824 32.768 32.768V624.128L629.76 539.648c13.824-13.824 32.768-13.824 47.104 0 13.824 13.824 13.824 32.768 0 47.104L535.552 727.04c-13.824 13.824-32.768 13.824-47.104 0L348.16 586.24c-14.336-13.824-14.336-32.768 0-46.592zM348.16 228.352c-13.824-13.824-13.824-32.768 0-47.104L488.448 40.96c13.824-13.824 32.768-13.824 47.104 0l140.8 140.8c13.824 13.824 13.824 32.768 0 47.104-13.824 13.824-32.768 13.824-47.104 0l-84.48-84.48v159.232c0 18.944-13.824 32.768-32.768 32.768s-32.768-13.824-32.768-32.768v-159.232l-84.48 84.48c-13.824 13.824-32.768 13.824-46.592-0.512zM820.736-87.04H203.264C113.664-87.04 40.96-14.336 40.96 75.264V692.736C40.96 782.336 113.664 855.04 203.264 855.04h617.472C910.336 855.04 983.04 782.336 983.04 692.736v-617.472c0-89.6-72.704-162.304-162.304-162.304zM203.264 789.504c-53.248 0-96.768-43.52-96.768-96.768v-617.472c0-53.248 43.52-96.768 96.768-96.768h617.472c53.248 0 96.768 43.52 96.768 96.768V692.736c0 53.248-43.52 96.768-96.768 96.768H203.264z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shiyinggao" unicode="" d="M658.944 539.136c-13.312-13.312-13.312-31.232 0-44.544L738.816 414.72h-150.528c-17.92 0-31.232-13.312-31.232-31.232 0-17.92 13.312-31.232 31.232-31.232h150.528l-79.872-79.872c-13.312-13.312-13.312-31.232 0-44.544 13.312-13.312 31.232-13.312 44.544 0l133.12 133.12c13.312 13.312 13.312 31.232 0 44.544l-133.12 133.12c-13.312 13.824-31.232 13.824-44.544 0.512zM365.056 539.136c-13.312 13.312-31.232 13.312-44.544 0l-133.12-133.12c-13.312-13.312-13.312-31.232 0-44.544l133.12-133.12c13.312-13.312 31.232-13.312 44.544 0 13.312 13.312 13.312 31.232 0 44.544l-79.872 79.872h150.528c17.92 0 31.232 13.312 31.232 31.232 0 17.92-13.312 31.232-31.232 31.232H285.184l79.872 79.872c13.312 12.8 13.312 30.72 0 44.032zM820.736-87.04H203.264C113.664-87.04 40.96-14.336 40.96 75.264V692.736C40.96 782.336 113.664 855.04 203.264 855.04h617.472C910.336 855.04 983.04 782.336 983.04 692.736v-617.472c0-89.6-72.704-162.304-162.304-162.304zM203.264 789.504c-53.248 0-96.768-43.52-96.768-96.768v-617.472c0-53.248 43.52-96.768 96.768-96.768h617.472c53.248 0 96.768 43.52 96.768 96.768V692.736c0 53.248-43.52 96.768-96.768 96.768H203.264z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yuanshidaxiao" unicode="" d="M357.376 548.864c10.752-5.632 17.408-16.896 17.408-29.184v-221.184c0-18.432-14.848-33.28-33.28-33.28s-33.28 14.848-33.28 33.28V458.752l-22.528-14.848c-15.36-9.728-35.84-5.632-46.08 9.728-9.728 15.36-5.632 35.84 9.728 46.08l73.728 47.616c10.752 6.656 23.552 7.168 34.304 1.536zM707.584 548.864c10.752-5.632 17.408-16.896 17.408-29.184v-221.184c0-18.432-14.848-33.28-33.28-33.28s-33.28 14.848-33.28 33.28V458.752l-22.528-14.848c-15.36-9.728-35.84-5.632-46.08 9.728-9.728 15.36-5.632 35.84 9.728 46.08l73.728 47.616c10.752 6.656 24.064 7.168 34.304 1.536zM489.984 476.672m-39.424 0a39.424 39.424 0 1 1 78.848 0 39.424 39.424 0 1 1-78.848 0ZM489.984 341.504m-39.424 0a39.424 39.424 0 1 1 78.848 0 39.424 39.424 0 1 1-78.848 0ZM936.448-89.6c-13.312 0-26.112 5.632-36.864 16.384L762.88 63.488l-3.584-3.072c-75.776-61.44-169.984-94.208-272.896-94.208-244.224 0-442.368 198.656-442.368 442.368 0 118.784 46.08 230.4 130.048 313.344C258.048 805.376 370.688 851.456 491.52 851.456c244.224 0 442.368-198.656 442.368-442.368 0-96.256-32.768-190.976-94.208-272.896l-2.56-3.584 136.192-136.192c17.408-21.504 17.408-52.224 0-69.12-10.752-11.264-23.552-16.896-36.864-16.896zM486.4 776.192c-202.24 0-367.104-164.864-367.104-367.104s164.864-367.104 367.104-367.104 367.104 164.864 367.104 367.104S689.152 776.192 486.4 776.192z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tupianshanchu" unicode="" d="M411.51146667 82.5344c27.8528 0 50.24426667 22.39146667 50.24426666 50.24426667V434.24426667c0 27.8528-22.39146667 50.24426667-50.24426666 50.24426666s-50.24426667-22.39146667-50.24426667-50.24426666V132.77866667c0-27.8528 22.39146667-50.24426667 50.24426667-50.24426667z m502.44266666 602.9312h-200.97706666v50.24426667c0 83.01226667-67.72053333 150.7328-150.7328 150.7328H461.75573333C378.74346667 886.44266667 311.02293333 818.72213333 311.02293333 735.70986667v-50.24426667H110.04586667c-27.8528 0-50.24426667-22.39146667-50.24426667-50.24426667s22.39146667-50.24426667 50.24426667-50.24426666h50.24426666v-552.68693334c0-83.01226667 67.72053333-150.7328 150.7328-150.7328h401.95413334c83.01226667 0 150.7328 67.72053333 150.7328 150.7328V584.97706667h50.24426666c27.8528 0 50.24426667 22.39146667 50.24426667 50.24426666s-22.39146667 50.24426667-50.24426667 50.24426667z m-502.44266666 50.24426667c0 27.8528 22.39146667 50.24426667 50.24426666 50.24426666h100.48853334c27.8528 0 50.24426667-22.39146667 50.24426666-50.24426666v-50.24426667H411.51146667v50.24426667zM763.22133333 32.29013333c0-27.8528-22.39146667-50.24426667-50.24426666-50.24426666H311.02293333c-27.8528 0-50.24426667 22.39146667-50.24426666 50.24426666V584.97706667h502.44266666v-552.68693334z m-150.7328 50.24426667c27.8528 0 50.24426667 22.39146667 50.24426667 50.24426667V434.24426667c0 27.8528-22.39146667 50.24426667-50.24426667 50.24426666s-50.24426667-22.39146667-50.24426666-50.24426666V132.77866667c0-27.8528 22.39146667-50.24426667 50.24426666-50.24426667z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tupianbianji" unicode="" d="M182.272 101.376h199.68c12.288 0 24.576 4.608 33.28 13.824l325.632 326.144 133.632 131.072c18.432 18.432 18.432 48.128 0.512 66.56l-0.512 0.512-199.68 202.24c-18.432 18.432-48.128 18.432-66.56 0.512l-0.512-0.512-132.608-133.12L148.48 382.464c-8.704-8.704-13.824-20.992-13.824-33.28v-199.68c0.512-27.136 21.504-48.128 47.616-48.128z m459.776 640l133.12-133.12-67.072-67.072-133.12 133.12 67.072 67.072z m-412.672-412.672l279.04 279.04 133.12-133.12-279.04-279.04h-133.12v133.12z m706.56-321.536H88.064c-26.112 0-47.104-20.992-47.104-47.104s20.992-47.104 47.104-47.104h847.872c26.112 0 47.104 20.992 47.104 47.104s-20.992 47.104-47.104 47.104z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianliangfenzu" unicode="" d="M352.768 615.424h318.976c24.576 0 44.032 19.968 44.032 44.032s-19.968 44.032-44.032 44.032H352.768c-24.576 0-44.032-19.968-44.032-44.032s19.456-44.032 44.032-44.032zM846.336 483.328c69.632 0 125.952 56.32 125.952 125.952V729.088c0 69.632-56.32 125.952-125.952 125.952H177.664C108.032 855.04 51.712 798.72 51.712 729.088V609.28c0-69.632 56.32-125.952 125.952-125.952h157.696V384c0-26.112 19.968-47.616 44.032-47.616h221.696v-51.712H177.664c-69.632 0-125.952-56.32-125.952-125.952v-119.808c0-69.632 56.32-125.952 125.952-125.952h669.184c69.632 0 125.952 56.32 125.952 125.952V158.72c0 69.632-56.32 125.952-125.952 125.952h-157.696V384c0 26.112-19.968 47.616-44.032 47.616H423.424V483.328h422.912z m43.52-444.416c0-24.064-19.456-43.52-43.52-43.52H177.664c-24.064 0-43.52 19.456-43.52 43.52V158.72c0 24.064 19.456 43.52 43.52 43.52h669.184c24.064 0 43.52-19.456 43.52-43.52v-119.808zM134.144 729.088c0 24.064 19.456 43.52 43.52 43.52h669.184c24.064 0 43.52-19.456 43.52-43.52V609.28c0-24.064-19.456-43.52-43.52-43.52H177.664c-24.064 0-43.52 19.456-43.52 43.52V729.088zM671.232 133.632H352.768c-24.576 0-44.032-19.968-44.032-44.032 0-24.576 19.968-44.032 44.032-44.032h318.976c24.576 0 44.032 19.968 44.032 44.032 0 24.064-19.968 44.032-44.544 44.032z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="danji" unicode="" d="M628.736-84.48l92.672 218.624 222.208-208.384 50.688 54.272-222.208 208.384 211.968 106.496L430.08 464.384l198.656-548.864zM483.84 679.424c0-26.624-21.504-48.64-48.128-48.64s-48.64 21.504-48.64 48.64V803.84c0 26.624 21.504 48.128 48.64 48.128 26.624 0 48.128-21.504 48.128-48.128v-124.416z m-188.928-39.936c18.944-18.944 18.944-49.664 0-68.096-18.944-18.944-49.664-18.944-68.096 0L138.752 659.456c-18.944 18.944-18.944 49.664 0 68.096 18.944 18.944 49.664 18.944 68.096 0l88.064-88.064z m263.68 18.432a48.51712 48.51712 0 0 1 68.608-68.608l87.552 88.064c18.944 18.944 18.944 49.664 0 68.096-18.944 18.944-49.664 18.944-68.096 0l-88.064-87.552zM202.24 489.472c26.624 0 48.128-21.504 48.128-48.128s-21.504-48.128-48.128-48.128H77.824c-26.624 0-48.128 21.504-48.128 48.128s21.504 48.128 48.128 48.128h124.416z m57.856-167.936c18.944 18.944 49.664 18.944 68.096 0 18.944-18.944 18.944-49.664 0-68.096L240.64 165.376c-18.944-18.944-49.664-18.944-68.096 0-18.944 18.944-18.944 49.664 0 68.096l87.552 88.064z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="baocuntupian" unicode="" d="M337.92 322.56c-18.944-18.944-18.944-47.104 0-66.048l141.312-141.312c18.944-18.944 47.104-18.944 66.048 0l141.312 141.312c18.944 18.944 18.944 47.104 0 66.048-18.944 18.944-47.104 18.944-66.048 0l-61.44-61.44V807.936c0 28.16-18.944 47.104-47.104 47.104s-47.104-18.944-47.104-47.104v-546.304l-61.44 61.44c-18.432 18.432-47.104 18.432-65.536-0.512z m456.704 202.752h-94.208c-28.16 0-47.104-18.944-47.104-47.104s18.944-47.104 47.104-47.104h94.208c28.16 0 47.104-18.944 47.104-47.104v-329.728c0-28.16-18.944-47.104-47.104-47.104H229.376c-28.16 0-47.104 18.944-47.104 47.104V384c0 28.16 18.944 47.104 47.104 47.104h94.208c28.16 0 47.104 18.944 47.104 47.104s-18.944 47.104-47.104 47.104H229.376c-79.872 0-141.312-61.44-141.312-141.312v-329.728c0-79.872 61.44-141.312 141.312-141.312h565.248c79.872 0 141.312 61.44 141.312 141.312V384c0 79.872-61.44 141.312-141.312 141.312z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianliang" unicode="" d="M814.592 855.04C907.264 855.04 983.04 779.264 983.04 686.592v-605.696c0-92.672-75.776-168.448-168.448-168.448H209.408C116.736-87.04 40.96-11.264 40.96 81.408V686.592C40.96 779.264 116.736 855.04 209.408 855.04h605.184z m0-67.072H209.408C153.6 787.968 108.032 742.4 108.032 686.592v-605.696c0-55.808 45.056-100.864 100.864-100.864h605.696c55.808 0 100.864 45.056 100.864 100.864V686.592c0.512 55.808-45.056 101.376-100.864 101.376zM310.272 653.312c18.944 0 33.792-14.848 33.792-33.792v-471.04c0-18.944-14.848-33.792-33.792-33.792S276.48 129.536 276.48 148.48V619.52c0 18.944 14.848 33.792 33.792 33.792z m268.8 0c18.944 0 33.792-14.848 33.792-33.792v-471.04c0-18.944-14.848-33.792-33.792-33.792s-33.792 14.848-33.792 33.792V619.52c0.512 18.944 15.36 33.792 33.792 33.792zM444.928 518.656c18.944 0 33.792-14.848 33.792-33.792v-201.728c0-18.944-14.848-33.792-33.792-33.792-18.944 0-33.792 14.848-33.792 33.792V484.864c0 18.944 14.848 33.792 33.792 33.792z m268.8 0c18.944 0 33.792-14.848 33.792-33.792v-201.728c0-18.944-14.848-33.792-33.792-33.792s-33.792 14.848-33.792 33.792V484.864c0.512 18.944 15.36 33.792 33.792 33.792z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamian" unicode="" d="M896.512 855.04H127.488C88.576 855.04 56.32 823.296 56.32 783.872v-799.744c0-38.912 31.744-71.168 71.168-71.168h769.024c38.912 0 71.168 31.744 71.168 71.168V783.872c0 39.424-32.256 71.168-71.168 71.168zM137.216 603.136V774.656h750.08v-171.52H137.216z m749.568-81.408v-528.384H137.216V521.728h749.568zM822.784 737.792c-29.184 10.752-59.392-4.096-70.656-33.792-11.264-29.184 3.072-59.392 32.768-70.656 6.656-2.56 13.312-4.096 19.968-4.096 22.528 0 41.984 13.824 50.688 36.864 6.144 15.36 4.608 31.744-2.56 46.08-5.632 12.8-16.896 22.016-30.208 25.6z m-292.352 2.56c-29.184 11.264-59.392-3.072-70.656-32.768v-1.536c-7.168-33.792 6.144-61.952 33.792-72.704 6.656-2.56 13.312-4.096 19.968-4.096 22.528 0 41.984 13.824 50.688 36.864 11.264 29.696-4.096 63.488-33.792 74.24z m147.968 0c-29.184 11.264-59.392-3.072-70.656-32.768-11.264-29.696 4.096-62.464 32.768-73.728 6.656-2.56 13.312-4.096 19.968-4.096 22.528 0 41.984 13.824 50.688 36.864 5.12 14.336 4.608 29.696-1.536 43.52-5.632 14.336-16.896 24.576-31.232 30.208z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tongxunshebei" unicode="" d="M404.48 539.136H299.52c-28.672 0-52.224 23.552-52.224 52.224s23.552 52.224 52.224 52.224H404.48c28.672 0 52.224-23.552 52.224-52.224 0-29.184-23.552-52.224-52.224-52.224z m523.264-418.816H90.112c-28.672 0-52.224 23.552-52.224 52.224s23.552 52.224 52.224 52.224h837.632c28.672 0 52.224-23.552 52.224-52.224s-23.552-52.224-52.224-52.224z m0-209.408H90.112c-28.672 0-52.224 23.552-52.224 52.224S61.44 15.36 90.112 15.36h837.632c28.672 0 52.224-23.552 52.224-52.224s-23.552-52.224-52.224-52.224zM875.52 329.728H142.336c-57.856 0-104.448 47.104-104.448 104.448V748.544c0 57.856 47.104 104.448 104.448 104.448H875.52c57.856 0 104.448-47.104 104.448-104.448v-313.856c0-58.368-47.104-104.96-104.448-104.96zM142.336 748.544v-313.856H875.52V748.544H142.336z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="danchuanganniu" unicode="" d="M717.312-87.04H170.496c-46.08 0-82.944 37.376-82.944 82.944v640c0 46.08 37.376 82.944 82.944 82.944 15.36 0 27.648-12.288 27.648-27.648 0-15.36-12.288-27.648-27.648-27.648-7.168 0-14.336-3.072-19.456-8.192s-8.192-12.288-8.192-19.456v-640c0-7.168 3.072-14.336 8.192-19.456s12.288-8.192 19.456-8.192h546.816c7.168 0 14.336 3.072 19.456 8.192s8.192 12.288 8.192 19.456c0 15.36 12.288 27.648 27.648 27.648 15.36 0 27.648-12.288 27.648-27.648 0-45.568-36.864-82.944-82.944-82.944zM853.504 855.04H308.224C262.144 855.04 225.28 817.664 225.28 772.096V133.12c0-46.08 37.376-82.944 82.944-82.944h545.28c46.08 0 82.944 37.376 82.944 82.944V772.096c0 45.568-37.376 82.944-82.944 82.944zM308.224 799.744h545.28c7.168 0 14.336-3.072 19.456-8.192s8.192-12.288 8.192-19.456V609.28H280.576V772.096c0 15.36 12.288 27.648 27.648 27.648z m545.28-694.784H308.224c-7.168 0-14.336 3.072-19.456 8.192s-8.192 12.288-8.192 19.456V553.472h600.576v-420.864c0-7.168-3.072-14.336-8.192-19.456s-12.288-8.192-19.456-8.192zM742.4 702.464c0-14.848 7.68-28.672 20.992-35.84 12.8-7.68 28.672-7.68 41.472 0s20.992 20.992 20.992 35.84c0 14.848-7.68 28.672-20.992 35.84-12.8 7.68-28.672 7.68-41.472 0-12.8-7.168-20.992-20.992-20.992-35.84z m-138.24 0c0-14.848 7.68-28.672 20.992-35.84 12.8-7.68 28.672-7.68 41.472 0s20.992 20.992 20.992 35.84c0 14.848-7.68 28.672-20.992 35.84-12.8 7.68-28.672 7.68-41.472 0-13.312-7.168-20.992-20.992-20.992-35.84z m136.192-512.512H435.712c-30.72 0-55.296 24.576-55.296 55.296V411.648c0 14.848 5.632 28.672 16.384 39.424 10.24 10.24 24.576 16.384 39.424 16.384h304.64c30.72 0 55.296-24.576 55.296-55.296V245.76c-0.512-30.72-25.088-55.808-55.808-55.808zM435.712 411.648v-166.4h304.64V411.648H435.712z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="duxiekuang1" unicode="" d="M716.288 548.352c0-10.24-4.096-20.48-11.776-28.672l-339.968-339.968H307.712v56.832l339.968 339.968c15.872 15.872 40.96 15.872 56.832 0 7.68-7.68 11.776-17.92 11.776-28.16m65.536 0c0 28.16-10.752 54.784-30.72 74.752-19.968 19.968-46.592 30.72-74.752 30.72s-54.784-10.752-74.752-30.72L261.12 283.13599999999997c-12.288-12.288-19.456-29.184-19.456-46.592v-56.832c0-36.352 29.696-65.536 65.536-65.536h56.832c17.408 0 34.304 7.168 46.592 19.456l339.968 339.968c20.48 19.968 31.232 46.592 31.232 74.752z m0 0M140.8 737.792H834.56c27.136 0 49.664-26.624 49.664-59.392v-24.576h7.168c8.704-14.848 24.064-24.064 41.984-24.064 17.92 0 33.792 9.728 42.496 24.064h7.68v24.576 27.136h-2.048c-11.776 77.824-73.728 137.728-146.432 137.728H90.112c-27.136 0-49.152-23.552-49.152-52.224v-701.44c0-91.136 66.56-164.864 148.992-164.864h743.936c27.136 0 49.152 23.552 49.152 52.224v252.928c0 29.184-22.016 52.736-49.664 52.736s-49.664-23.552-49.664-52.736v-197.12c0-1.024-0.512-2.048-0.512-2.56H189.952c-27.136 0-49.664 26.624-49.664 59.392v645.12c0 1.536 0 2.56 0.512 3.072z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="kongzhianniu" unicode="" d="M825.856 688.1279999999999H121.856c-45.568 0-82.944-37.376-82.944-82.944v-448.512c0-85.504 69.632-155.136 155.136-155.136h704.512c45.568 0 82.944 37.376 82.944 83.456V533.504c-0.512 85.504-70.144 154.624-155.648 154.624z m69.12-154.624v-445.44H194.048c-37.888 0-68.608 30.72-68.608 68.608v445.44h700.928c37.888 0 68.608-30.72 68.608-68.608zM363.008 458.752h91.648c15.872 0 28.672 12.8 28.672 28.672s-12.8 28.672-28.672 28.672H363.008c-15.872 0-28.672-12.8-28.672-28.672s12.8-28.672 28.672-28.672zM811.008 464.896c-15.872 0-28.672-12.8-28.672-28.672v-182.272c0-12.288-10.24-22.528-22.528-22.528H260.096c-12.288 0-22.528 10.24-22.528 22.528V436.224c0 12.288 10.24 22.528 22.528 22.528 15.872 0 28.672 12.8 28.672 28.672s-12.8 28.672-28.672 28.672c-44.032 0-79.872-35.84-79.872-79.872v-182.272c0-44.032 35.84-79.872 79.872-79.872h499.712c44.032 0 79.872 35.84 79.872 79.872V436.224c0 15.872-12.8 28.672-28.672 28.672z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shuzhishuru" unicode="" d="M832.512 858.624H124.416C78.336 858.624 40.96 821.248 40.96 775.168V66.55999999999995c0-86.016 69.632-155.648 155.648-155.648h708.096c46.08 0 83.456 37.376 83.456 83.968V702.976c0 86.016-69.632 155.648-155.648 155.648z m69.12-155.648v-705.536H196.608c-37.888 0-69.12 31.232-69.12 69.12V772.096h705.024c37.888 0 69.12-31.232 69.12-69.12zM282.112 527.8720000000001c-6.656-12.288-15.872-23.552-26.624-32.256-13.824-11.776-28.672-22.016-45.056-29.696l-5.12-2.56v-49.664l12.288 4.096c12.288 5.12 24.576 10.752 35.84 17.92 6.144 3.584 11.776 7.68 17.408 11.264v-196.608h50.176V532.992h-35.84l-3.072-5.12zM456.704 301.568c5.12 5.632 17.92 16.384 36.864 32.256 17.92 14.848 34.816 30.72 50.688 47.104 9.216 10.24 16.896 22.016 22.528 34.816 4.608 10.752 7.168 22.528 7.168 34.816 0.512 22.016-8.704 43.52-25.088 58.368-17.92 16.384-41.984 24.576-66.048 23.552-24.064 1.024-47.104-6.656-65.536-22.016-17.408-16.384-27.648-38.912-28.672-62.464l-1.024-9.216 51.712-5.12v9.728c-0.512 11.776 3.584 23.552 11.776 32.768 8.192 8.192 19.456 12.288 31.232 11.264 10.752 0.512 21.504-3.072 29.696-10.752 7.168-6.656 11.264-16.384 11.264-26.112-1.024-12.288-5.632-24.064-13.312-33.28-16.896-19.968-35.84-38.4-56.32-54.272-15.872-12.288-30.208-26.112-43.52-40.96-9.728-11.264-17.408-24.064-23.04-37.888-3.072-8.192-4.608-16.896-4.608-26.112v-8.704h192v49.152H454.144l2.56 3.072zM794.112 385.024c-6.144 8.192-13.824 14.336-23.04 18.944 15.872 12.288 25.088 31.232 24.576 51.2 0 13.824-3.584 27.136-10.752 38.4-7.68 12.288-18.432 22.016-31.232 28.672-13.312 6.656-28.672 10.24-43.52 10.24-20.992 0.512-41.984-6.656-57.856-19.968-16.384-14.336-26.624-34.304-30.208-55.808l-1.536-8.704 50.176-8.704 1.536 8.704c1.024 11.264 5.632 22.016 13.312 30.72 6.656 6.656 15.872 9.728 25.088 9.728 9.216 0.512 17.92-2.56 25.088-9.216a29.696 29.696 0 0 0 8.704-23.04c1.024-10.24-4.096-19.968-12.288-25.6-9.728-6.144-20.992-9.216-32.256-9.216h-4.096l-9.216 1.024-5.632-50.176 12.8 3.584c6.656 2.048 13.824 3.072 20.48 3.072 11.264 0.512 22.528-3.584 30.72-11.776 8.192-8.192 12.288-18.944 11.776-30.208 0.512-12.288-4.608-24.064-13.312-32.768-8.192-8.704-19.968-13.824-32.256-13.312-9.728-0.512-19.456 3.072-26.624 9.728-8.704 9.728-14.336 22.016-16.384 34.816l-1.536 8.192-49.152-6.656 1.024-9.216c1.536-23.04 11.776-44.032 29.184-59.392 17.408-15.36 40.448-23.552 63.488-23.04 26.112-0.512 51.2 9.216 69.632 26.624 18.432 16.896 28.672 40.448 28.16 65.024 0.512 17.408-4.608 34.304-14.848 48.128z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="denglu" unicode="" d="M916.992 812.544H111.616c-37.888 0-68.608-30.72-68.608-68.608v-116.736c0-37.888 30.72-68.608 68.608-68.608h805.376c37.888 0 68.608 30.72 68.608 68.608V743.936c-0.512 37.888-31.232 68.608-68.608 68.608z m15.36-185.344c0-8.704-7.168-15.872-15.872-15.872H111.616c-8.704 0-15.872 7.168-15.872 15.872V743.936c0 8.704 7.168 15.872 15.872 15.872h805.376c8.704 0 15.872-7.168 15.872-15.872v-116.736zM916.992 506.88H111.616c-37.888 0-68.608-30.72-68.608-68.608v-116.736c0-37.888 30.72-68.608 68.608-68.608h805.376c37.888 0 68.608 30.72 68.608 68.608V438.272c-0.512 37.888-31.232 68.608-68.608 68.608z m15.36-185.344c0-8.704-7.168-15.872-15.872-15.872H111.616c-8.704 0-15.872 7.168-15.872 15.872V438.272c0 8.704 7.168 15.872 15.872 15.872h805.376c8.704 0 15.872-7.168 15.872-15.872v-116.736zM911.36 144.38400000000001H116.736c-27.648 0-50.176-25.6-50.176-57.344v-78.848c0-31.744 22.528-57.344 50.176-57.344H911.36c27.648 0 50.176 25.6 50.176 57.344V87.03999999999996c0 31.744-22.528 57.344-50.176 57.344z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shuzhixianshi1" unicode="" d="M838.656 736.256c76.288 0 138.24-61.952 138.24-138.24v-121.344c0-32.768-11.264-62.976-30.208-86.528 16.896-20.48 27.648-46.08 29.696-74.24l0.512-12.288v-121.344c0.512-74.752-58.368-136.192-133.12-138.752s-138.24 54.272-143.36 128.512l-0.512 10.24v55.296c0 7.68 6.144 13.824 13.824 13.824h76.288c7.68 0 13.824-6.144 13.824-13.824v-55.296l0.512-6.144c3.072-16.384 17.408-28.672 34.304-28.672 16.896 0 31.232 11.776 33.792 28.672l0.512 6.144v121.344l-0.512 6.144c-2.56 14.336-13.824 25.088-27.648 27.648l-6.144 0.512h-20.992c-7.68 0-13.824 6.144-13.824 13.824V428.032c0 7.68 6.144 13.824 13.824 13.824h20.992c16.896 0 31.232 11.776 33.792 28.16l0.512 6.144V598.0160000000001c0 17.92-13.824 32.768-31.232 34.304-17.92 1.536-33.792-10.752-37.376-28.16l-0.512-6.144V542.72c0-7.68-6.144-13.824-13.824-13.824h-76.288c-7.68 0-13.824 6.144-13.824 13.824V598.0160000000001c0.512 76.288 62.464 138.24 138.752 138.24z m-359.936 0c72.192 0 132.608-55.808 138.24-128l0.512-10.24v-70.144c0-46.592-9.728-92.672-29.184-135.168l-8.704-17.92-119.296-226.816h143.36c7.68 0 13.824-6.144 13.824-13.824v-76.288c0-7.68-6.144-13.824-13.824-13.824H354.304c-7.68 0-13.824 6.144-13.824 13.824V143.36l146.944 279.552c14.848 27.648 23.552 58.368 25.6 89.088l0.512 15.36V598.0160000000001c0 17.92-13.824 32.768-31.232 34.304-17.92 1.536-33.792-10.752-37.376-28.16l-0.512-6.144V542.72a13.98784 13.98784 0 0 0-13.824-13.824H354.304a13.98784 13.98784 0 0 0-13.824 13.824V598.0160000000001c0 76.288 61.952 138.24 138.24 138.24z m-234.496 0c7.68 0 13.824-6.144 13.824-13.824v-664.576c0-7.68-6.144-13.824-13.824-13.824H167.936c-7.68 0-13.824 6.144-13.824 13.824v552.96l-107.52-70.656c-2.048-1.536-4.608-1.536-7.168-0.512-2.048 1.024-3.584 3.584-3.584 6.144V649.7280000000001c0 4.608 2.56 9.216 6.144 11.776l110.592 72.704c2.048 1.536 5.12 2.048 7.68 2.048h83.968z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tiaozhuananniu" unicode="" d="M201.216-1.5359999999999445c-76.288 0-138.24 62.976-138.24 140.288v216.576c0 23.04 16.896 42.496 39.936 46.592h1.024l7.168 0.512H366.08L348.16 419.328c-5.632 5.12-8.704 12.8-8.704 20.48s3.072 14.848 8.704 20.48l26.624 26.112c5.632 5.12 12.8 8.192 20.48 8.192s14.848-3.072 20.48-8.192l98.304-96.256c7.168-7.168 12.288-16.384 13.312-26.624v-0.512l0.512-7.68v-3.072l-0.512-7.68v-0.512c-1.536-9.728-6.144-19.456-13.312-26.624l-98.304-96.256c-5.632-5.12-12.8-8.192-20.48-8.192s-14.848 3.072-20.48 8.192l-26.112 25.6c-5.632 5.12-8.704 12.8-8.704 20.48s3.072 14.848 8.704 20.48l17.92 17.408H152.064V138.24c0-28.16 22.528-51.2 50.176-51.2h658.432c1.536 0 2.56 1.024 2.56 2.56V619.52c0 28.16-22.528 51.2-50.176 51.2H154.112c-1.536 0-2.56-1.024-2.56-2.56v-116.736c0-24.576-19.968-44.544-44.032-44.544-24.064 0-44.032 19.968-44.032 44.544V715.7760000000001c0 24.064 19.456 43.52 43.52 43.52h705.536c76.288 0 138.24-62.976 138.24-139.776v-577.024c0-24.064-19.456-43.52-43.52-43.52H201.216z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="daohanglan" unicode="" d="M326.656 458.752H48.128c-4.096 0-7.168 3.072-7.168 7.168V555.52c0 4.096 3.072 7.168 7.168 7.168h278.528c4.096 0 7.168-3.072 7.168-7.168V465.92c-0.512-4.096-3.584-7.168-7.168-7.168zM326.656 331.776H48.128c-4.096 0-7.168 3.072-7.168 7.168V429.056c0 4.096 3.072 7.168 7.168 7.168h278.528c4.096 0 7.168-3.072 7.168-7.168v-90.112c-0.512-3.584-3.584-7.168-7.168-7.168zM326.656 205.312H48.128c-4.096 0-7.168 3.072-7.168 7.168V302.08c0 4.096 3.072 7.168 7.168 7.168h278.528c4.096 0 7.168-3.072 7.168-7.168v-90.112c-0.512-3.584-3.584-6.656-7.168-6.656zM651.264 458.752H372.736c-4.096 0-7.168 3.072-7.168 7.168V555.52c0 4.096 3.072 7.168 7.168 7.168h278.528c4.096 0 7.168-3.072 7.168-7.168V465.92c0-4.096-3.072-7.168-7.168-7.168zM975.872 458.752h-278.528c-4.096 0-7.168 3.072-7.168 7.168V555.52c0 4.096 3.072 7.168 7.168 7.168h278.528c4.096 0 7.168-3.072 7.168-7.168V465.92c0-4.096-3.072-7.168-7.168-7.168z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shanchu" unicode="" d="M512 855.04C251.904 855.04 40.96 644.096 40.96 384s210.944-471.04 471.04-471.04 471.04 210.944 471.04 471.04-210.944 471.04-471.04 471.04z m262.656-732.16c-28.16-29.184-75.264-30.208-104.448-2.048l-2.048 2.048-156.16 156.672L355.328 122.88c-28.16-29.184-75.264-30.208-104.448-2.048-29.184 28.16-30.208 75.264-2.048 104.448l2.048 2.048L407.04 384 250.368 540.672c-29.184 28.16-30.208 75.264-2.048 104.448 28.16 29.184 75.264 30.208 104.448 2.048l2.048-2.048L512 488.96l156.672 156.672c29.184 28.672 75.776 28.672 104.448 0 28.672-29.184 28.672-75.776 0-104.448L616.448 384l156.672-156.672c29.184-28.16 30.208-74.752 1.536-104.448z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yonghu" unicode="" d="M972.8-46.592c-2.048 97.28-34.816 189.44-94.208 267.264-53.248 69.12-126.464 123.392-207.872 153.6 67.584 49.664 107.52 128.512 107.52 214.528-0.512 146.944-119.808 266.24-266.24 266.24S246.272 735.744 246.272 589.312c0-83.968 39.936-162.816 107.52-214.528-81.408-30.208-155.136-84.48-208.384-154.112-59.904-77.824-92.16-169.984-94.208-267.264v-0.512c0-3.584 0.512-7.168 1.536-10.24 0-0.512 0-0.512 0.512-1.024 0-0.512 0-0.512 0.512-1.024 4.608-14.336 16.896-24.576 31.744-26.624 2.048-0.512 4.096-0.512 6.144-0.512h841.216c22.016 0 39.936 17.92 39.936 39.936z m-460.8 369.664c189.44 0 352.768-143.872 376.832-329.728H135.168C159.232 179.2 322.56 323.072 512 323.072z m-185.344 266.24C326.656 691.2 409.6 774.656 512 774.656c101.888 0 185.344-82.944 185.344-185.344S613.888 403.968 512 403.968c-101.888 0-185.344 82.944-185.344 185.344z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="fanhui1" unicode="" d="M945.664 566.784c-23.552 56.32-57.856 106.496-100.864 150.016-43.52 43.52-93.696 77.312-149.504 101.376C636.928 842.752 575.488 855.04 512 855.04c-63.488 0-124.928-12.288-182.784-37.376C272.896 794.112 222.72 759.808 179.2 716.8c-43.52-43.52-77.312-93.696-101.376-149.504C53.248 508.928 40.96 447.488 40.96 384c0-63.488 12.288-124.928 37.376-182.784a463.1552 463.1552 0 0 1 101.376-149.504c43.52-43.52 93.696-77.312 149.504-101.376 57.856-24.576 119.808-37.376 182.784-37.376s124.928 12.288 182.784 37.376a463.1552 463.1552 0 0 1 149.504 101.376c43.52 43.52 77.312 93.696 101.376 149.504 24.576 57.856 37.376 119.808 37.376 182.784 0 63.488-12.288 124.928-37.376 182.784zM883.2 384c0-207.872-162.816-371.2-371.2-371.2-207.872 0-371.2 162.816-371.2 371.2 0 207.872 162.816 371.2 371.2 371.2 207.872 0 371.2-163.328 371.2-371.2zM470.016 384l164.352 164.352c4.608 4.608 7.168 10.24 9.216 17.408 3.584 15.36 0 31.232-10.24 43.52-9.728 12.288-24.576 19.456-40.448 19.456-3.584 0-7.68-0.512-11.264-1.536-7.68-1.536-13.312-4.608-17.408-9.216L367.104 416.256c-19.968-19.968-19.968-50.176 0-70.144l196.608-196.608c9.728-9.728 22.016-14.848 35.328-14.848 13.312 0 25.6 5.12 35.328 14.848 9.728 9.728 14.848 22.016 14.848 35.328 0 13.312-5.12 25.6-14.848 35.328l-164.352 163.84z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tianjiabianliangzu" unicode="" d="M933.376 763.392c-33.792 33.792-84.992 51.2-152.576 51.2l-680.448 1.024C67.584 815.616 40.96 788.992 40.96 756.224v-604.672c0-109.568 90.624-198.656 202.24-198.656h305.664l5.12 0.512h0.512c11.264 2.56 17.92 11.264 17.92 22.016V0c0 8.192-4.608 15.872-12.8 20.992-4.608 3.072-9.728 4.608-15.36 4.608H235.52c-81.92 0-115.2 79.36-121.344 120.832V456.192c0 5.632 4.608 10.24 10.24 10.24h776.192c5.632 0 10.24-4.608 10.24-10.24v-65.024c0-5.12 1.536-9.728 3.584-14.336 5.632-9.728 14.848-20.992 27.136-20.992h17.408l12.8 3.584 1.024 1.024c6.656 4.608 10.752 12.288 10.752 20.992V615.936c-0.512 64.512-16.896 114.176-50.176 147.456z m-819.2-30.72c0 5.632 4.608 10.24 10.24 10.24h704c3.584 0 81.92-1.536 81.92-121.344v-72.192c0-5.632-4.608-10.24-10.24-10.24H123.904c-5.632 0-10.24 4.608-10.24 10.24V732.672zM943.616 188.928c-1.024 18.944-17.92 34.304-37.376 34.304h-120.32v121.344c0 19.968-16.384 36.352-36.352 36.352h-2.56c-18.944-1.024-34.304-17.92-34.304-37.376v-120.32h-121.344c-10.24 0-19.968-4.096-26.624-11.776-7.168-7.68-10.24-16.896-9.728-27.136 1.024-18.944 17.92-34.304 37.376-34.304h120.32v-159.744c0-19.968 14.848-36.352 34.304-37.376h2.56c19.968 0 36.352 16.384 36.352 36.352v160.768h121.344c10.24 0 19.968 4.096 26.624 11.776 6.656 7.168 10.24 16.896 9.728 27.136z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yidong" unicode="" d="M960.512 537.6c-20.992 27.648-52.736 43.008-87.04 43.008h-15.872v27.648c0 60.416-49.152 109.568-109.568 109.568h-337.92c-5.12 0-9.728 1.536-13.824 4.608L330.752 775.68c-19.456 15.36-43.52 24.064-68.608 24.064H150.528C90.112 799.744 40.96 750.592 40.96 690.176v-612.352c0-60.416 49.152-109.568 109.568-109.568h613.888c49.152 0 92.16 32.768 105.472 79.872l109.568 393.728c8.704 33.792 2.048 68.608-18.944 95.744zM150.528 712.192h112.128c5.12 0 9.728-1.536 13.824-4.608l66.048-52.736c19.456-15.36 43.52-24.064 68.608-24.064h337.92c12.288 0 22.016-9.728 22.016-22.016v-27.648H280.576c-49.152 0-92.16-32.768-105.472-79.872L128.512 332.8V690.176c0 12.288 9.728 22.016 22.016 22.016z m743.936-246.784L785.408 71.68c-2.56-9.216-11.264-15.872-20.992-15.872H171.008c-9.216 0-14.848 5.632-17.408 8.704-2.56 3.072-6.144 10.24-3.584 18.944l109.568 393.728c2.56 9.216 11.264 15.872 20.992 15.872h592.896c9.216 0 14.848-5.632 17.408-8.704 2.56-3.072 6.144-9.728 3.584-18.944z m0 0M728.064 260.608c3.584 7.168 3.584 17.408 0 27.648-3.584 3.584-3.584 7.168-7.168 10.24L599.04 420.864c-13.824 13.824-34.816 13.824-48.64 0s-13.824-34.816 0-48.64l62.464-62.464H348.672c-20.992 0-34.816-13.824-34.816-34.816s13.824-34.816 34.816-34.816h264.192l-62.464-62.464c-13.824-13.824-13.824-34.816 0-48.64 7.168-7.168 17.408-10.24 24.576-10.24s17.408 3.584 24.576 10.24l121.856 121.856c3.072 3.072 3.072 6.144 6.656 9.728z m0 0" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="kongjiansuoding" unicode="" d="M512 855.04C251.904 855.04 40.96 644.096 40.96 384s210.944-471.04 471.04-471.04 471.04 210.944 471.04 471.04-210.944 471.04-471.04 471.04z m267.264-735.744c0-14.336-11.776-26.624-26.624-26.624H271.872c-14.336 0-26.624 11.776-26.624 26.624V439.808c0 14.336 11.776 26.624 26.624 26.624h79.872V573.44c0 88.576 71.168 159.744 159.744 160.256 88.576 0.512 160.768-72.704 160.768-161.792v-104.96h79.872c14.848 0 27.136-12.288 27.136-27.136v-320.512zM510.976 679.936c-58.88-0.512-105.472-49.152-105.472-108.032v-104.96h213.504V572.928c0 59.392-48.64 108.032-108.032 107.008z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shijianxuanzeqi" unicode="" d="M842.24 760.832h-94.208v47.104c0 26.112-20.992 47.104-47.104 47.104s-47.104-20.992-47.104-47.104v-47.104H371.2v47.104c0 26.112-20.992 47.104-47.104 47.104s-47.104-20.992-47.104-47.104v-47.104H182.784C104.448 760.832 41.472 697.344 41.472 619.52v-565.248c0-77.824 63.488-141.312 141.312-141.312h659.456c77.824 0 141.312 63.488 141.312 141.312V619.52c0 77.824-63.488 141.312-141.312 141.312z m47.104-706.56c0-26.112-20.992-47.104-47.104-47.104H182.784c-26.112 0-47.104 20.992-47.104 47.104V384h753.664v-329.728z m0 423.936H135.68V619.52c0 26.112 20.992 47.104 47.104 47.104h94.208V619.52c0-26.112 20.992-47.104 47.104-47.104s47.104 20.992 47.104 47.104v47.104h282.624V619.52c0-26.112 20.992-47.104 47.104-47.104s47.104 20.992 47.104 47.104v47.104h94.208c26.112 0 47.104-20.992 47.104-47.104v-141.312zM726.528 226.816H298.496c-22.016 0-39.936 17.92-39.936 39.936s17.92 39.936 39.936 39.936h428.032c22.016 0 39.936-17.92 39.936-39.936s-17.92-39.936-39.936-39.936z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yemian1" unicode="" d="M699.904 477.696h-93.696V571.904c0 26.112-20.992 47.104-47.104 47.104H324.096c-26.112 0-47.104-20.992-47.104-47.104v-235.008c0-26.112 20.992-47.104 47.104-47.104h93.696v-93.696c0-26.112 20.992-47.104 47.104-47.104h235.008c26.112 0 47.104 20.992 47.104 47.104V431.104c0 25.6-20.992 46.592-47.104 46.592z m-281.6-46.592v-47.104h-47.104V524.8H512v-47.104h-47.104c-25.6 0-46.592-20.992-46.592-46.592z m234.496-187.904H512V384h140.8v-140.8z m282.112-154.112V678.912c45.568 25.088 61.44 82.432 36.352 128-25.088 45.568-82.432 61.44-128 36.352-15.36-8.704-28.16-20.992-36.352-36.352H217.088c-25.088 45.568-82.432 61.44-128 36.352s-61.44-82.432-36.352-128c8.704-15.36 20.992-28.16 36.352-36.352v-589.824c-45.568-25.088-61.44-82.432-36.352-128 25.088-45.568 82.432-61.44 128-36.352 15.36 8.704 28.16 20.992 36.352 36.352h589.824c25.088-45.568 82.432-61.44 128-36.352 45.568 25.088 61.44 82.432 36.352 128-8.704 15.36-20.992 27.648-36.352 36.352z m-94.208 0c-14.336-8.192-25.6-19.456-33.792-33.792H217.088c-8.192 14.336-19.456 25.6-33.792 33.792V678.912c14.336 8.192 25.6 19.456 33.792 33.792h589.824c8.192-14.336 19.456-25.6 33.792-33.792v-589.824z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bangzhushouce2" unicode="" d="M884.736 753.152v-740.352H220.16c-41.472 0-75.776 34.304-75.776 75.776V158.72c0 41.472 34.304 75.776 75.776 75.776h590.336V826.88H219.648c-82.432 0-148.992-66.56-148.992-148.992v-590.336c0-82.432 66.56-148.992 148.992-148.992h739.328V752.64l-74.24 0.512zM144.384 677.888c0 41.472 33.28 74.752 74.752 74.752h517.12v-444.416H220.16c-27.648 0-53.76-7.168-75.776-20.48V677.888zM218.624 160.768h592.384v-74.24H218.624v74.24z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="gengduo1" unicode="" d="M823.296 739.328H200.704C112.128 739.328 40.96 667.648 40.96 579.584v-391.168c0-88.064 71.168-159.744 159.744-159.744h623.104c88.064 0 159.744 71.168 159.744 159.744V579.584c-0.512 88.064-71.68 159.744-160.256 159.744zM277.504 338.944c-16.384-9.216-35.84-9.216-52.224 0-16.384 9.216-26.112 26.624-26.112 45.056 0 28.672 23.552 52.224 52.224 52.224s52.224-23.552 52.224-52.224c0-18.432-10.24-35.84-26.112-45.056z m260.608 0c-16.384-9.216-35.84-9.216-52.224 0-16.384 9.216-26.112 26.624-26.112 45.056 0 28.672 23.552 52.224 52.224 52.224s52.224-23.552 52.224-52.224c0-18.432-10.24-35.84-26.112-45.056z m260.608 0c-16.384-9.216-35.84-9.216-52.224 0-16.384 9.216-26.112 26.624-26.112 45.056 0 28.672 23.552 52.224 52.224 52.224s52.224-23.552 52.224-52.224c0-18.432-9.728-35.84-26.112-45.056z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="banbenshuoming2" unicode="" d="M467.456-87.552c-3.584 0-7.168 0.512-10.24 1.536l-6.144 2.048-388.608 185.856c-11.264 5.12-18.944 15.36-20.48 27.648l-0.512 6.144V630.784c0 12.288 6.144 23.552 15.872 30.208l5.12 3.072L451.584 849.92c5.12 2.56 10.24 3.584 15.872 3.584 3.584 0 7.168-0.512 10.24-1.536l5.632-2.048 388.608-185.856c12.8-6.144 20.992-18.944 20.992-32.768l-0.512-3.584-2.048-8.704 2.048-2.048v-270.336h-73.728V572.416L483.328 411.136c-5.12-2.56-10.24-3.584-15.872-3.584-1.536 0-3.584 0-5.12 0.512l-5.632 1.536-5.632 2.048-335.872 160.256-3.072-412.16 353.28-170.496 110.08 52.736 31.744-66.56-123.904-59.392c-5.12-2.048-10.752-3.584-15.872-3.584zM163.328 630.784l302.08-146.432 306.176 146.432-304.128 144.896-304.128-144.896zM704-60.928L536.576 317.44h112.128l103.424-264.192 14.848-32.256 7.68 33.28v0.512l97.28 263.168h112.128l-165.888-378.368h-114.176zM427.008 178.176c-4.096 0-8.192 0.512-12.288 2.56l-263.68 107.52c-16.384 6.656-24.064 25.088-17.408 41.472 6.656 16.384 25.088 24.064 41.472 17.408l263.68-107.52c16.384-6.656 24.064-25.088 17.408-41.472-4.608-12.288-16.384-19.968-29.184-19.968z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="gengduo-1" unicode="" d="M512 95.23199999999997c52.736 0 96.256-43.52 96.256-96.256S564.736-97.27999999999997 512-97.27999999999997s-96.256 43.52-96.256 96.256 43.52 96.256 96.256 96.256zM415.744 384c0-52.736 43.52-96.256 96.256-96.256s96.256 43.52 96.256 96.256-43.52 96.256-96.256 96.256-96.256-43.52-96.256-96.256z m0 385.024c0-52.736 43.52-96.256 96.256-96.256s96.256 43.52 96.256 96.256S564.736 865.28 512 865.28s-96.256-43.52-96.256-96.256z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shangla" unicode="" d="M512 146.43200000000002l-321.024 0c-57.856 0-87.55200001 72.704-46.592 115.712l129.024 135.68 192 202.752c25.6 27.136 67.584 27.13599999 93.184 0l192-202.752 129.024-135.68c40.448-43.008 11.264-115.712-46.592-115.712L512 146.43200000000002z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="chuizhijuzhongduiqi" unicode="" d="M137.256 541.819h749.46v-91.38h-749.46z m0-224.286h749.46v-91.352h-749.46z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianjigongcheng" unicode="" d="M200.192 116.736H389.12c11.776 0 23.04 4.608 31.744 12.8l308.224 308.736 126.464 123.904c17.408 17.408 17.408 45.568 0.512 62.976l-0.512 0.512-188.928 190.976c-17.408 17.408-45.568 17.408-62.976 0.512l-0.512-0.512-125.44-126.464-309.248-308.736c-8.192-8.192-12.8-19.968-12.8-31.744v-188.928c0-24.064 19.968-44.032 44.544-44.032zM634.88 721.92l125.952-125.952L697.856 532.48l-125.952 125.952L634.88 721.92z m-390.144-390.144l264.192 264.192L634.88 470.016l-264.192-264.192H244.736v125.952z m668.16-304.128H111.104c-24.576 0-44.544-19.968-44.544-44.544s19.968-44.544 44.544-44.544h801.28c24.576 0 44.544 19.968 44.544 44.544s-19.456 44.544-44.032 44.544z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bangzhu" unicode="" d="M512 855.04C251.904 855.04 40.96 644.096 40.96 384s210.944-471.04 471.04-471.04 471.04 210.944 471.04 471.04-210.944 471.04-471.04 471.04z m0-773.632c-27.648 0-50.688 22.528-50.688 50.688 0 27.648 22.528 50.688 50.688 50.688 27.648 0 50.688-22.528 50.688-50.688s-23.04-50.688-50.688-50.688z m56.832 235.52c-11.776-11.776-23.04-25.088-23.04-67.072 0-18.432-14.848-33.792-33.792-33.792s-33.792 14.848-33.792 33.792c0 43.008 8.192 74.24 33.792 100.864 26.112 27.136 100.864 73.728 100.864 134.656 0 67.072-60.928 100.864-100.864 100.864-41.984 0-100.864-25.088-100.864-100.864 0-18.432-14.848-33.792-33.792-33.792-18.432 0-33.792 14.848-33.792 33.792V486.4c0 113.664 86.016 167.424 168.448 167.424 83.968 0 168.448-56.832 168.448-168.448 0-88.576-82.432-139.264-111.616-168.448z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="chexiao" unicode="" d="M282.624 575.488c0-7.168-3.072-13.824-8.192-18.944L131.584 429.568c-11.264-9.728-11.264-27.136-0.512-37.376l142.848-132.608c5.12-4.608 8.192-11.264 8.192-18.432v-3.072c0-22.016-26.112-33.28-42.496-18.432L51.712 391.68c-11.264 10.24-10.752 27.648 0.512 37.888L240.64 594.432c16.384 14.336 41.984 3.072 41.984-18.944zM949.248 72.704h-4.096c-8.192 1.024-15.36 5.12-20.48 11.776-75.264 97.792-146.944 163.84-213.504 195.584-57.856 27.648-111.104 30.208-162.304 6.656v-133.632c0-7.68-3.072-15.36-8.192-20.992-5.632-6.144-13.312-9.728-21.504-9.728-8.192-0.512-16.384 2.56-22.528 8.192L219.648 385.536l-1.536 1.536c-5.632 6.144-8.704 13.824-8.192 22.528 0.512 8.192 4.096 15.872 9.728 21.504l276.992 256c5.632 5.12 13.312 8.192 20.992 8.192 17.408 0 31.232-13.824 31.232-31.232v-111.616c102.4 1.024 189.952-33.28 260.608-101.888 37.888-36.864 71.68-84.48 99.84-141.312 27.648-55.808 51.712-122.368 70.144-197.632 3.072-11.776-1.536-24.576-11.264-32.256-5.12-4.608-11.776-6.656-18.944-6.656z m-328.704 282.112c36.864 0 74.752-9.216 113.152-27.648 37.376-17.92 75.776-45.056 114.688-80.384 17.408-15.872 34.816-33.28 52.736-52.736-11.776 33.28-24.576 64-38.4 91.648-25.6 51.712-55.808 94.208-89.6 126.976-33.28 32.256-70.656 55.808-111.616 70.144-40.96 14.336-87.04 19.968-136.704 16.384l-27.648-2.048V616.96L271.36 408.576l225.792-208.384v117.76l13.312 7.168c35.84 19.968 72.192 29.696 110.08 29.696zM254.464 423.936c0.512 0 0 0 0 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="bianji" unicode="" d="M816.64 849.408c13.824-2.048 26.624-8.704 36.352-18.432l118.784-118.784c18.432-20.992 18.432-52.224 0-72.704L880.64 548.352l-191.488 191.488 91.136 91.136c8.704 11.264 22.016 17.92 36.352 18.432m0-355.84L260.096-62.464l-177.152-25.6c-23.04-3.584-43.008 16.384-39.936 39.936l25.088 177.664L625.152 685.056l191.488-191.488z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zuoce" unicode="" d="M102.4 855.04h74.24v-942.08H102.4V855.04z m223.232-198.144h594.944c16.384 0 24.576-8.192 24.576-24.576v-148.992c0-16.384-8.192-24.576-24.576-24.576H325.632c-16.384 0-24.576 8.192-24.576 24.576v148.48c0 16.384 8.192 25.088 24.576 25.088zM325.632 309.76h396.8c16.384 0 24.576-8.192 24.576-24.576v-148.992c0-16.384-8.192-24.576-24.576-24.576H325.632c-16.384 0-24.576 8.192-24.576 24.576v148.992c0 16.384 8.192 24.576 24.576 24.576z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="quanxiantianjia" unicode="" d="M768.512 848.896H263.168c-121.344 0-220.16-98.304-220.16-220.16v-504.832c0-121.344 98.304-215.04 215.04-215.04H762.88c121.344 0 215.04 98.304 215.04 215.04V629.76c9.728 121.344-88.064 219.136-209.408 219.136z m46.08-514.048h-257.024v-257.024c0-18.944-18.944-41.984-41.984-41.984-23.04 0-41.984 18.944-41.984 41.984v257.024H216.576c-18.944 0-41.984 18.944-41.984 41.984 0 23.04 18.944 41.984 41.984 41.984h261.632V675.84c0 18.944 18.944 41.984 47.104 41.984 18.944 0 41.984-18.944 41.984-41.984v-261.632H824.32c18.944 0 37.376-18.944 37.376-37.376 0-18.432-23.552-41.984-47.104-41.984z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xiala2-copy" unicode="" d="M512 621.568h321.024c57.856 0 87.552-72.704 46.592-115.712l-129.024-135.68-192-202.752c-25.6-27.136-67.584-27.136-93.184 0l-192 202.752-129.024 135.68c-40.448 43.008-11.264 115.712 46.592 115.712H512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="fangda" unicode="" d="M887.808-87.04H136.192C83.456-87.04 40.96-44.544 40.96 8.192V759.808C40.96 812.544 83.456 855.04 136.192 855.04h751.616c52.224 0 95.232-42.496 95.232-95.232v-751.616c0-52.736-42.496-95.232-95.232-95.232zM144.384 16.384h735.232V751.616H144.384v-735.232z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="chaifen" unicode="" d="M773.632 667.136c11.264 0 20.48-9.216 20.48-20.48v-523.264c0-11.264-9.216-20.48-20.48-20.48H250.368c-11.264 0-20.48 9.216-20.48 20.48V646.656c0 11.264 9.216 20.48 20.48 20.48h523.264m0 62.464H250.368c-46.08 0-83.456-37.376-83.456-83.456V122.88c0-46.08 37.376-83.456 83.456-83.456h523.264c46.08 0 83.456 37.376 83.456 83.456V646.656c-0.512 45.568-37.888 82.944-83.456 82.944zM806.4 793.088h-588.8c-15.872 0-29.184 12.8-29.184 29.184s12.8 29.184 29.184 29.184h588.8c15.872 0 29.184-12.8 29.184-29.184s-13.312-29.184-29.184-29.184z m0-876.032h-588.8c-15.872 0-29.184 12.8-29.184 29.184 0 15.872 12.8 29.184 29.184 29.184h588.8c15.872 0 29.184-12.8 29.184-29.184s-13.312-29.184-29.184-29.184z m118.784 175.104V679.424c0 15.872 12.8 29.184 29.184 29.184 15.872 0 29.184-12.8 29.184-29.184V92.16c0-15.872-12.8-29.184-29.184-29.184-16.384 0.512-29.184 13.312-29.184 29.184zM40.96 92.16V679.424c0 15.872 12.8 29.184 29.184 29.184s29.184-12.8 29.184-29.184V92.16c0-15.872-12.8-29.184-29.184-29.184S40.96 76.288 40.96 92.16z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="chuizhi" unicode="" d="M69.632 565.76H952.32v-34.816H69.632v34.816zM236.032 649.216h549.888c15.36 0 23.04-8.192 23.04-25.088v-151.04c0-16.896-7.68-25.088-23.04-25.088H236.032c-15.36 0-23.04 8.192-23.04 25.088V624.128c0.512 16.384 7.68 25.088 23.04 25.088z m-166.4-412.16H952.32v-34.816H69.632v34.816zM320.512 320H701.44c10.752 0 15.872-8.192 15.872-25.088v-151.04c0-16.896-5.12-25.088-15.872-25.088H320.512c-10.752 0-15.872 8.192-15.872 25.088v151.04c0 16.896 5.632 25.088 15.872 25.088z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="kaisuo" unicode="" d="M512 336.896c-38.4 0.512-70.656-30.72-71.168-69.12-0.512-20.48 8.704-39.936 24.064-53.76V148.48c0-26.112 20.992-47.104 47.104-47.104s47.104 20.992 47.104 47.104v65.536c29.184 25.6 32.256 69.632 6.656 98.816-13.312 15.872-33.28 24.576-53.76 24.064z m235.52 188.416H370.688V619.52c0 78.336 62.976 141.312 140.8 141.824 37.888 0 73.728-14.848 100.352-41.472 17.92-17.92 30.208-40.448 36.864-65.024 6.656-25.6 32.256-40.448 57.344-33.792 25.6 6.656 40.448 32.256 33.792 57.344-10.752 40.96-32.256 78.336-61.952 108.032-92.16 91.648-241.152 91.648-333.312-0.512C301.056 741.376 276.48 681.984 276.48 619.52v-94.208c-78.336 0-141.312-62.976-141.312-141.312v-329.728c0-78.336 62.976-141.312 141.312-141.312h471.04c78.336 0 141.312 62.976 141.312 141.312V384c0 77.824-63.488 141.312-141.312 141.312z m47.104-471.04c0-26.112-20.992-47.104-47.104-47.104H276.48c-26.112 0-47.104 20.992-47.104 47.104V384c0 26.112 20.992 47.104 47.104 47.104h471.04c26.112 0 47.104-20.992 47.104-47.104v-329.728z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jianqie" unicode="" d="M874.496 790.016l-110.592-137.216c-14.336-17.92-40.96-20.992-58.88-6.144s-20.992 40.96-6.144 58.88l110.592 137.216c14.336 17.92 40.96 20.992 58.88 6.144 17.92-14.336 20.48-40.96 6.144-58.88zM774.656 316.928h-3.072c-37.888-0.512-73.728-11.776-103.936-30.72l-108.032 132.608 107.52 131.584c14.336 17.408 11.776 43.008-5.12 57.856-17.92 15.36-44.544 13.312-59.392-5.12L505.856 484.864 215.04 841.216l-0.512 0.512C199.68 859.136 174.08 861.696 156.16 846.848c-17.92-14.336-20.48-40.96-6.144-58.368l301.568-369.664-108.032-132.608c-30.72 18.944-66.56 30.208-105.472 30.72-111.104 1.024-202.752-89.088-203.776-200.704-0.512-112.128 90.112-203.264 202.24-203.264 111.616 0 201.728 90.624 201.728 201.728v3.072c-0.512 40.448-13.312 78.336-34.816 109.568l101.888 124.928 101.888-124.928c-21.504-31.744-34.304-70.656-34.816-112.128-0.512-111.104 89.6-202.24 200.704-203.264 112.128-1.024 203.264 90.112 203.264 201.728 0.512 112.64-90.112 203.264-201.728 203.264zM236.544-6.144c-67.072 0-121.344 54.272-121.344 121.344s54.272 121.344 121.344 121.344 121.344-54.272 121.344-121.344c-0.512-67.072-54.784-121.344-121.344-121.344z m538.112 0c-67.072 0-121.344 54.272-121.344 121.344s54.272 121.344 121.344 121.344 121.344-54.272 121.344-121.344-54.272-121.344-121.344-121.344z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="denggao" unicode="" d="M37.888 840.192h942.08v-74.24H37.888V840.192z m0-838.144h942.08v-74.24H37.888v74.24zM781.824 639.488v-510.976c0-14.336-8.192-21.504-24.576-21.504h-148.992c-16.384 0-24.576 7.168-24.576 21.504V639.488c0 14.336 8.192 21.504 24.576 21.504h148.992c16.384 0 24.576-7.168 24.576-21.504z m-347.136-9.216V138.24c0-20.48-8.192-30.72-24.576-30.72H261.12c-16.384 0-24.576 10.24-24.576 30.72V630.272c0 20.48 8.192 30.72 24.576 30.72h148.992c16.384 0 24.576-10.24 24.576-30.72z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamianfangda" unicode="" d="M514.048 854.528c-260.096 0-471.04-210.944-471.04-471.04s210.944-471.04 471.04-471.04 471.04 210.944 471.04 471.04c-0.512 260.096-210.944 471.04-471.04 471.04zM732.16 339.968h-174.592v-174.592c0-24.064-19.456-43.52-43.52-43.52s-43.52 19.456-43.52 43.52v174.592H295.424c-24.064 0-43.52 19.456-43.52 43.52s19.456 43.52 43.52 43.52h174.592V602.624c0 24.064 19.456 43.52 43.52 43.52s43.52-19.456 43.52-43.52v-175.104H732.16c24.064 0 43.52-19.456 43.52-43.52 0.512-24.576-18.944-44.032-43.52-44.032z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="diduiqi" unicode="" d="M40.96 323.072h942.08v-114.688H40.96v114.688zM40.96 40.96h942.08v-114.688H40.96V40.96z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="guanbi" unicode="" d="M581.12 382.976L942.08 744.448c16.896 16.896 16.896 50.688 0 67.584-16.896 16.896-50.688 16.896-67.584 0L513.536 450.56 152.064 812.032c-16.896 16.896-45.056 16.896-67.584 0-16.896-22.528-16.896-50.688 0-67.584L445.44 382.976l-360.96-360.96c-16.896-16.896-16.896-50.688 0-67.584 16.896-16.896 50.688-16.896 67.584 0l360.96 360.96 360.96-360.96c16.896-16.896 50.688-16.896 67.584 0 16.896 16.896 16.896 50.688 0 67.584l-360.448 360.96z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="dingbu" unicode="" d="M55.296 792.576h912.896v-72.192H55.296V792.576z m192.512-216.576v-576.512c0-15.872 8.192-24.064 24.064-24.064h144.384c15.872 0 24.064 8.192 24.064 24.064V576c0 15.872-8.192 24.064-24.064 24.064H271.872c-16.384 0-24.064-7.68-24.064-24.064zM584.192 576v-384.512c0-15.872 8.192-24.064 24.064-24.064H752.64c15.872 0 24.064 8.192 24.064 24.064V576c0 15.872-8.192 24.064-24.064 24.064h-144.384c-16.384 0-24.064-7.68-24.064-24.064z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huamiansuoxiao" unicode="" d="M525.824 819.712c-246.784 0-446.976-200.192-446.976-446.976s200.192-446.976 446.976-446.976 446.976 200.192 446.976 446.976c0 247.296-200.192 446.976-446.976 446.976z m207.36-488.96H318.976c-23.04 0-41.984 18.944-41.984 41.984 0 23.04 18.944 41.984 41.984 41.984h414.208c23.04 0 41.984-18.944 41.984-41.984 0-23.04-18.432-41.984-41.984-41.984z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="fanhui" unicode="" d="M749.056-44.032c26.112 26.112 26.112 68.608 0 95.232L407.552 384.512 749.056 716.8c26.112 26.112 26.112 68.608 0 95.232-26.112 26.112-68.608 26.112-95.232 0L281.088 440.32l-1.024-1.024c-9.728-11.776-26.112-30.72-24.576-53.76-0.512-2.048-0.512-4.096-0.512-6.656 0-16.384 8.704-33.792 26.112-51.2l373.248-372.224c12.8-12.8 29.696-19.456 47.616-19.456 17.92 0.512 34.816 7.168 47.104 19.968z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="morenyunhang" unicode="" d="M923.136 143.36L624.64 740.864c-29.696 64-111.104 89.6-170.496 55.296-25.6-12.8-42.496-34.304-55.296-55.296L99.84 143.36c-29.696-64-4.096-140.8 55.296-170.496 34.304-16.896 72.704-16.896 106.496-4.096l230.4 102.4c12.8 4.096 25.6 4.096 34.304 0l230.4-102.4c64-29.696 140.8 0 170.496 64 13.312 33.792 13.312 72.192-4.096 110.592z m-84.992-85.504c-12.8-12.8-29.696-16.896-47.104-8.704l-230.4 102.4c-34.304 16.896-72.704 16.896-102.4 0l-226.304-102.4c-21.504-8.704-47.104 0-55.296 21.504-4.096 12.8-4.096 25.6 0 34.304L475.136 702.464c8.704 21.504 38.4 29.696 59.904 16.896 8.704-4.096 12.8-8.704 16.896-16.896l298.496-597.504c4.608-16.896 0.512-38.4-12.288-47.104z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="duxiekuang" unicode="" d="M829.952 733.184H194.048c-60.928 0-110.08-49.664-110.08-110.08v-477.184c0-60.928 49.664-110.08 110.08-110.08h635.904c60.928 0 110.08 49.664 110.08 110.08V622.592c0.512 60.928-49.152 110.592-110.08 110.592z m26.112-587.264v-4.096c-1.536-12.8-12.8-22.528-25.6-22.528h-640c-12.8 1.536-22.528 12.8-22.528 25.6v481.28c1.536 12.8 12.8 22.528 25.6 22.528h640c12.8-1.536 22.528-12.8 22.528-25.6v-477.184zM785.408 440.32c0 24.576-8.192 45.568-25.088 61.44-16.896 16.384-41.472 24.576-74.24 24.576-16.896 0-31.232-2.56-43.008-8.192-11.776-5.12-21.504-13.312-29.184-23.552-7.68-10.24-12.288-20.992-13.824-31.232-2.048-10.752-3.072-25.088-3.072-43.52v-11.776H670.72v31.232c0 14.336 1.536 24.064 4.608 29.184s7.68 7.168 13.824 7.168 10.752-2.048 13.824-6.656c3.072-4.608 4.608-11.264 4.608-19.968 0-11.776-5.12-28.16-15.36-48.64-10.24-20.992-41.984-75.264-95.744-162.816v-47.104H778.24v56.32h-90.112c46.08 68.096 73.728 112.64 83.456 133.632 9.216 20.992 13.824 40.96 13.824 59.904z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="dingduiqi" unicode="" d="M40.96 807.936h942.08v-114.688H40.96V807.936z m0-282.112h942.08v-114.688H40.96V525.824z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="gouxuan" unicode="" d="M983.04 670.72c-0.512 15.36-7.168 29.696-18.432 40.448-11.264 10.24-26.112 15.872-41.472 15.36-15.36-0.512-29.696-7.168-40.448-18.432l-496.64-529.92-249.856 209.92c-15.872 13.824-37.888 17.92-57.344 10.752-19.968-7.168-34.304-24.064-37.888-45.056-3.584-20.48 4.608-41.472 20.48-54.784l291.84-245.248c10.24-8.704 23.552-13.312 36.864-13.312h0.512c15.872 0 31.232 6.656 41.984 18.432L967.168 629.248c10.752 11.264 16.384 26.112 15.872 41.472z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="waibu" unicode="" d="M576 52.224l139.264-139.264h51.712l-139.264 139.264h-51.712z m94.208 0l139.264-139.264h51.712L721.92 52.224h-51.712z m94.72 0l139.264-139.264h14.336c10.752 0 20.992 3.072 29.184 8.192l-131.072 131.072h-51.712zM363.52-18.944L431.616-87.04h51.712L363.52 32.768v-51.712z m23.552 71.168l139.264-139.264h51.712l-139.264 139.264H387.072z m94.208 0l139.264-139.264h51.712l-139.264 139.264H481.28z m351.744 403.968l144.384-144.384V363.52l-144.384 144.384v-51.712z m75.776 70.144h-51.712l119.808-119.808V458.24l-68.096 68.096z m-75.776-164.352l144.384-144.384v51.712l-144.384 144.384v-51.712z m0-94.72l144.384-144.384v51.712l-144.384 144.384v-51.712z m0-188.928l136.192-136.192c5.12 8.704 8.192 18.944 8.192 29.184v14.336l-144.384 144.384v-51.712z m0 94.72l144.384-144.384v51.712l-144.384 144.384v-51.712zM808.96 855.04H142.336C89.6 855.04 47.104 812.032 47.104 759.296v-669.184c0-52.736 42.496-95.744 95.232-95.744H808.96c52.736 0 95.232 43.008 95.232 95.744V759.296C904.192 812.032 861.184 855.04 808.96 855.04z m0-764.928H142.336V759.296H808.96v-669.184z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="dengkuan" unicode="" d="M873.472 829.952h70.656v-891.904h-70.656V829.952z m-793.6 0h70.656v-891.904H79.872V829.952zM753.664 125.952H270.336c-13.312 0-19.968 7.68-19.968 23.552v140.8c0 15.872 6.656 23.552 19.968 23.552h483.84c13.312 0 19.968-7.68 19.968-23.552v-140.8c0-15.872-6.656-23.552-20.48-23.552z m-8.704 328.704h-465.92c-19.456 0-29.184 7.68-29.184 23.552V618.496c0 15.872 9.728 23.552 29.184 23.552h465.92c19.456 0 29.184-7.68 29.184-23.552v-140.8c0-15.36-9.728-23.04-29.184-23.04z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="suoxiao" unicode="" d="M935.424 336.384H88.576c-26.624 0-47.616 21.504-47.616 47.616 0 26.624 21.504 47.616 47.616 47.616h846.336c26.624 0 47.616-21.504 47.616-47.616s-20.992-47.616-47.104-47.616z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="duixiang" unicode="" d="M164.864 731.136v-201.728H75.264V820.736h291.328v-89.6H164.864z m694.272 0v-201.728h89.6V820.736h-291.328v-89.6h201.728zM164.864 36.864v201.728H75.264v-291.328h291.328v89.6H164.864z m783.872 201.728v-291.328h-291.328v89.6h201.728v201.728h89.6z m-291.328 290.816v-291.328H366.592V529.408h290.816z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="jiacu" unicode="" d="M729.088 411.648C799.232 456.704 834.56 522.24 834.56 606.72c0 93.184-39.424 163.328-116.224 208.384-44.544 26.624-107.52 39.424-192 39.424H266.24c-51.712 0-82.944-7.168-98.304-22.528-14.848-14.848-21.504-45.056-21.504-97.28v-701.952c0-53.248 7.168-83.456 23.552-97.792 16.384-14.848 47.104-22.016 96.256-22.016h281.088c81.92 0 150.016 14.848 202.752 44.032 39.936 22.016 71.68 54.272 95.232 96.256 22.016 40.96 32.768 86.016 32.768 133.12-0.512 103.936-50.176 179.712-148.992 225.28z m-12.288-219.648c0-44.544-14.336-78.848-44.032-103.936-30.208-26.112-75.264-39.424-134.144-39.424H305.152v283.648h233.472c60.416 0 107.52-14.848 140.288-44.544 25.6-22.528 37.888-53.76 37.888-95.744zM305.152 466.944V719.872h177.152c57.344 0 99.84-5.12 126.464-15.872C655.36 686.08 678.4 650.24 678.4 594.432c0-35.328-12.288-65.024-37.888-90.112-24.064-24.576-65.536-37.376-123.392-37.376H305.152z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="wenben" unicode="" d="M370.688 431.104H88.064c-26.112 0-47.104-20.992-47.104-47.104s20.992-47.104 47.104-47.104h94.208v-235.52c0-26.112 20.992-47.104 47.104-47.104s47.104 20.992 47.104 47.104v235.52h94.208c26.112 0 47.104 20.992 47.104 47.104s-20.992 47.104-47.104 47.104z m565.248 282.624H370.688c-26.112 0-47.104-20.992-47.104-47.104s20.992-47.104 47.104-47.104h235.52v-518.144c0-26.112 20.992-47.104 47.104-47.104s47.104 20.992 47.104 47.104V619.52h235.52c26.112 0 47.104 20.992 47.104 47.104s-20.992 47.104-47.104 47.104z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="tianjiahuamian" unicode="" d="M807.424-65.024H232.96c-101.376 0-183.808 82.432-183.808 183.808V669.696c0 101.376 82.432 183.808 183.808 183.808h573.952c101.376 0 183.808-82.432 183.808-183.808v-550.912c0.512-101.376-82.432-183.808-183.296-183.808zM232.96 761.856c-51.2 0-92.672-41.472-92.672-92.672v-550.4c0-51.2 41.472-92.672 92.672-92.672h573.952c51.2 0 92.672 41.472 92.672 92.672V669.184c0 51.2-41.472 92.672-92.672 92.672H232.96zM241.664 438.784H798.72v-89.088H241.664V438.784zM564.736 672.768v-557.056H475.648V672.768h89.088z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shang" unicode="" d="M61.44 134.144c27.648-27.648 72.192-27.648 99.84 0L512 493.568l349.696-359.424c27.648-27.648 72.192-27.648 99.84 0s27.648 72.192 0 99.84l-390.656 392.704-1.024 1.024c-12.288 10.24-32.256 27.648-56.32 25.6-2.048 0.512-4.608 0.512-6.656 0.512-17.408 0-35.84-9.216-53.76-27.136L61.44 234.496c-13.312-13.312-20.48-31.232-20.48-50.176 0-18.944 7.168-36.864 20.48-50.176z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="juzhong" unicode="" d="M476.16 855.04h74.24v-942.08H476.16V855.04zM926.72 111.104H99.84c-23.04 0-34.304 8.192-34.304 24.576v148.992c0 16.384 11.264 24.576 34.304 24.576H926.72c23.04 0 34.304-8.192 34.304-24.576v-148.992c0.512-15.872-11.264-24.576-34.304-24.576zM788.992 458.24H238.08c-23.04 0-34.304 8.192-34.304 24.576V631.808c0 16.384 11.264 24.576 34.304 24.576h551.424c23.04 0 34.304-8.192 34.304-24.576v-148.992c0-16.384-11.776-24.576-34.816-24.576z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="suoding" unicode="" d="M512 340.48c-38.4 0.512-70.656-30.72-71.168-69.12-0.512-20.48 8.704-39.936 24.064-53.76v-65.536c0-26.112 20.992-47.104 47.104-47.104s47.104 20.992 47.104 47.104v65.536c29.184 25.6 32.256 69.632 6.656 98.816-13.312 15.36-33.28 24.064-53.76 24.064z m235.52 188.416V623.104c0 130.048-105.472 235.52-235.52 235.52s-235.52-105.472-235.52-235.52v-94.208c-78.336 0-141.312-62.976-141.312-141.312v-329.728c0-78.336 62.976-141.312 141.312-141.312h471.04c78.336 0 141.312 62.976 141.312 141.312V387.584c0 77.312-62.976 141.312-141.312 141.312zM370.688 623.104c0 78.336 62.976 141.312 141.312 141.312s141.312-62.976 141.312-141.312v-94.208H370.688V623.104z m423.936-565.248c0-26.112-20.992-47.104-47.104-47.104H276.48c-26.112 0-47.104 20.992-47.104 47.104V387.584c0 26.112 20.992 47.104 47.104 47.104h471.04c26.112 0 47.104-20.992 47.104-47.104v-329.728z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xiala2" unicode="" d="M512 621.568h321.024c57.856 0 87.552-72.704 46.592-115.712l-129.024-135.68-192-202.752c-25.6-27.136-67.584-27.136-93.184 0l-192 202.752-129.024 135.68c-40.448 43.008-11.264 115.712 46.592 115.712H512z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xuanzhuan" unicode="" d="M910.336 245.76c1.024-5.632 0.512-11.776-1.536-16.896-36.352-166.4-174.08-291.84-343.04-312.32-219.136-28.16-421.376 128.512-449.024 349.696-13.312 106.496 15.872 213.504 81.408 297.984S360.448 703.488 466.944 716.8c5.12 1.024 12.288 1.536 18.432 2.048-2.56 22.528-5.632 43.008-7.168 61.44-3.072 23.552-6.144 41.472-6.144 47.104-2.048 6.656-1.536 14.336 3.584 19.456 3.072 4.608 8.192 7.68 13.312 8.192 5.632 1.024 11.264-0.512 15.36-4.096l0.512-1.024 16.896-15.36 117.248-91.648 16.384-12.288 14.336-10.752c4.608-3.584 7.168-8.192 8.192-13.312 1.024-5.632-0.512-11.264-4.096-15.36l-10.752-14.336-12.288-16.384-91.648-117.76-13.312-17.408-1.024-0.512c-7.68-8.704-20.48-9.728-29.696-3.072-5.12 4.608-8.704 11.776-7.68 18.432-1.024 5.12-3.072 23.552-6.144 47.104-2.56 16.384-5.12 35.84-7.168 55.296-6.144 0-12.288-2.048-18.432-2.048-179.2-22.528-307.712-186.88-285.184-366.08 22.528-179.2 186.88-307.712 366.08-285.184 139.776 16.896 253.44 121.856 281.088 260.096 3.584 14.848 16.384 26.112 31.744 27.648 19.968 4.096 39.424-11.264 40.96-31.232z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="huifu" unicode="" d="M736.768 556.544c0-6.656 3.072-13.312 8.192-17.92L880.64 417.28c10.752-9.216 10.752-26.112 0.512-35.84l-136.192-126.464c-5.12-4.608-7.68-10.752-7.68-17.408v-2.56c0-20.992 25.088-31.744 40.448-17.92l179.712 164.352c10.752 9.728 10.24 26.624-0.512 35.84l-179.712 157.184c-16.384 13.824-40.448 2.56-40.448-17.92zM100.864 76.8c-6.656 0-12.8 2.048-17.92 6.144-9.216 7.168-13.824 19.456-10.752 30.72 17.92 71.68 40.448 135.168 67.072 188.416 27.136 54.272 58.88 99.328 95.232 134.656 67.584 65.536 151.04 98.304 248.32 97.28V641.024c0 16.384 13.312 29.696 29.696 29.696 7.68 0 14.848-2.56 19.968-7.68l264.192-243.712c5.632-5.632 9.216-12.8 9.728-20.48 0.512-8.192-2.56-15.36-7.68-21.504l-1.536-1.536-264.704-243.712c-6.144-5.12-13.312-8.192-21.504-7.68-8.192 0.512-15.36 3.584-20.48 9.728-5.12 5.632-7.68 12.8-7.68 19.968V281.6c-48.64 22.016-99.84 19.968-154.624-6.656-63.488-30.208-131.584-93.184-203.264-186.368-5.12-6.144-11.776-10.24-19.968-11.264-1.536-0.512-3.072-0.512-4.096-0.512z m313.344 269.312c35.84 0 71.168-9.216 104.96-27.648l12.8-7.168v-112.128L747.52 397.312l-215.552 198.144V481.28l-26.624 2.048c-47.104 3.584-91.136-1.536-130.56-15.36-38.912-13.312-74.752-35.84-105.984-66.56-32.256-31.232-60.928-72.192-85.504-121.344-13.312-26.624-25.6-55.808-36.352-87.552 16.896 18.432 33.792 35.328 50.176 50.176 36.864 33.792 73.728 59.392 109.568 76.288 36.352 18.432 72.192 27.136 107.52 27.136z m349.184 66.048s-0.512 0 0 0z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="neibu" unicode="" d="M878.592 830.464H167.936c-56.32 0-101.376-45.568-101.376-101.888v-713.728c0-56.32 45.568-101.888 101.376-101.888h710.656c56.32 0 101.376 45.568 101.376 101.888V728.576c0 56.32-45.568 101.888-101.376 101.888z m0-815.616H167.936V728.576h710.656v-713.728zM527.872 855.04l260.096-260.096V657.92L590.336 855.04h-62.464z m259.584-82.944L705.024 855.04h-62.464l145.408-145.408V772.096zM413.184 855.04l374.272-374.272V543.232L476.16 855.04H413.184zM184.32 855.04l603.648-603.648v62.464L246.784 855.04H184.32zM44.032 783.872v-17.408l655.36-655.36h17.408c12.8 0 25.088 3.584 35.84 9.728L53.76 819.712c-6.656-11.264-9.728-23.552-9.728-35.84z m0-132.096l540.672-540.672h62.464L44.032 714.752v-62.976z m0-114.176l425.984-425.984H532.48L44.032 600.064V537.6z m0-114.688l311.808-311.808h62.464L44.032 485.888v-62.976z m0-114.176l197.12-197.12h62.464L44.032 371.2v-62.464z m0-114.688l82.944-82.944H189.44L44.032 256.512v-62.464zM298.496 855.04l488.96-488.96V429.056L361.472 855.04H298.496zM115.2 855.04c-12.8 0-25.088-3.584-35.84-9.728L778.24 146.944c6.144 10.752 9.728 22.528 9.728 35.84V199.68L132.608 855.04h-17.408z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="youce" unicode="" d="M864.256 855.04h74.24v-942.08h-74.24V855.04z m-148.992-743.936H120.32c-16.384 0-24.576 8.192-24.576 24.576v148.992c0 16.384 8.192 24.576 24.576 24.576h594.944c16.384 0 24.576-8.192 24.576-24.576v-148.992c0.512-16.384-7.68-24.576-24.576-24.576zM715.264 458.24H318.976c-16.384 0-24.576 8.192-24.576 24.576V631.808c0 16.384 8.192 24.576 24.576 24.576h396.8c16.384 0 24.576-8.192 24.576-24.576v-148.992c0-16.384-8.192-24.576-25.088-24.576z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="you" unicode="" d="M40.96 44.544h942.08v-114.688H40.96v114.688z m439.808 396.288H983.04v-114.688H480.768V440.832zM40.96 838.656h942.08v-114.688H40.96V838.656z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yemian" unicode="" d="M845.824 855.04H347.136c-9.216 0-17.92-3.584-25.088-10.752l-195.584-194.56c-6.656-6.656-10.752-15.36-10.752-25.088v-648.704c0-34.816 28.16-62.464 62.464-62.464h666.112c34.816 0 62.464 28.16 62.464 62.464V791.552C908.8 826.368 880.64 855.04 845.824 855.04z m-6.656-713.216v-159.232H186.368V589.824h132.096c34.816 0 62.464 28.16 62.464 62.464V784.896h457.216v-643.072h1.024z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="quanxiantianjia1" unicode="" d="M908.8 439.467H571.733V780.8c0 29.867-25.6 55.467-55.466 55.467s-59.734-25.6-59.734-55.467v-337.067H115.2c-29.867 0-55.467-25.6-55.467-55.466S85.333 332.8 115.2 332.8h337.067v-337.067c0-29.866 25.6-55.466 55.466-55.466s55.467 25.6 55.467 55.466V332.8h337.067c29.866 0 55.466 25.6 55.466 55.467s-17.066 51.2-46.933 51.2z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xinjian" unicode="" d="M924.16 442.88h-353.28v353.28c0 32.256-26.624 58.88-58.88 58.88s-58.88-26.624-58.88-58.88v-353.28h-353.28C67.584 442.88 40.96 416.256 40.96 384s26.624-58.88 58.88-58.88h353.28v-353.28c0-32.256 26.624-58.88 58.88-58.88s58.88 26.624 58.88 58.88v353.28h353.28c32.256 0 58.88 26.624 58.88 58.88s-26.624 58.88-58.88 58.88z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhiding" unicode="" d="M61.952 577.536l435.712-199.168c4.608-2.048 9.728-3.072 14.848-3.072s10.24 1.024 14.848 3.072l435.2 199.168c12.8 6.144 20.992 18.432 20.992 32.768 0 14.336-8.192 26.624-20.992 32.256l-435.2 196.096c-9.216 4.096-19.968 4.096-29.184 0l-435.2-196.096C49.152 636.928 40.96 624.64 40.96 610.304s7.68-26.624 20.992-32.768zM962.048 418.304l-115.712 52.224c-11.776 5.12-25.088 0-30.208-11.264-5.12-11.776 0-25.088 11.264-30.208l94.72-42.496-410.112-188.928-410.112 187.904 94.72 42.496c11.776 5.12 16.896 18.944 11.264 30.208-5.12 11.776-18.944 16.896-30.208 11.264l-115.712-51.2C49.152 412.672 40.96 399.872 40.96 386.048c0-14.336 7.68-26.624 20.992-32.768l435.712-199.168c4.608-2.048 9.728-3.072 14.848-3.072s10.24 1.024 14.848 3.072l435.2 199.168c12.8 6.144 20.992 18.432 20.992 32.768-0.512 13.824-8.704 26.624-21.504 32.256zM962.048 193.536L846.336 245.76c-11.776 5.12-25.088 0-30.208-11.264-5.12-11.776 0-25.088 11.264-30.208l94.72-42.496-410.112-188.416-410.112 187.904 94.72 42.496c11.776 5.12 16.896 18.944 11.264 30.208-5.12 11.776-18.944 16.896-30.208 11.264l-115.712-52.224c-12.8-5.632-20.992-18.432-20.992-32.256 0-14.336 7.68-26.624 20.992-32.768l435.712-199.168c4.608-2.048 9.728-3.072 14.848-3.072s10.24 1.024 14.848 3.072l435.2 199.168c12.8 6.144 20.992 18.432 20.992 32.768-0.512 14.848-8.704 27.136-21.504 32.768z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="qingchu" unicode="" d="M421.888 114.176c24.576 0 45.056 20.48 45.056 45.056V429.056c0 24.576-20.48 45.056-45.056 45.056-24.576 0-45.056-20.48-45.056-45.056v-269.824c0-25.088 20.48-45.056 45.056-45.056z m450.048 539.648h-179.712v45.056c0 74.752-60.416 135.168-135.168 135.168H466.944c-74.752 0-135.168-60.416-135.168-135.168v-45.056H152.064c-24.576 0-45.056-20.48-45.056-45.056s20.48-45.056 45.056-45.056h45.056v-495.104c0-74.752 60.416-135.168 135.168-135.168h359.936c74.752 0 135.168 60.416 135.168 135.168V563.712h45.056c24.576 0 45.056 20.48 45.056 45.056s-20.992 45.056-45.568 45.056z m-450.048 45.056c0 24.576 20.48 45.056 45.056 45.056h90.112c24.576 0 45.056-20.48 45.056-45.056v-45.056H421.888v45.056z m314.88-629.76c0-24.576-20.48-45.056-45.056-45.056H332.288c-24.576 0-45.056 20.48-45.056 45.056V563.712H737.28l-0.512-494.592z m-134.656 45.056c24.576 0 45.056 20.48 45.056 45.056V429.056c0 24.576-20.48 45.056-45.056 45.056-24.576 0-45.056-20.48-45.056-45.056v-269.824c0-25.088 19.968-45.056 45.056-45.056z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zuo" unicode="" d="M40.96 838.656h942.08v-114.688H40.96V838.656z m0-396.8h502.272v-114.688H40.96V441.856z m0-397.312h942.08v-114.688H40.96v114.688z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="fuzhi" unicode="" d="M851.456 88.064h-147.968v72.704h147.968c17.408 0 31.744 14.336 31.744 31.744V751.104c0 17.408-14.336 31.744-31.744 31.744H404.48c-15.872 0-31.744-19.456-31.744-38.4v-88.064H300.544V743.936c0 27.136 10.752 54.272 29.184 75.264 19.968 22.528 47.104 35.84 75.264 35.84h446.976c57.344 0 103.936-46.592 103.936-103.936v-558.592c-0.512-57.856-47.104-104.448-104.448-104.448zM722.432 581.632c-4.096 54.784-49.664 97.28-104.448 97.28V655.36v23.552H165.376c-54.784-4.096-97.28-49.664-97.28-104.448v-556.544l0.512-7.168c4.096-54.784 49.664-97.28 104.448-97.28h445.44l7.168 0.512c54.784 4.096 97.28 49.664 97.28 104.448V573.952l-0.512 7.68z m-73.728-564.224l-0.512-5.12c-2.56-14.848-15.36-25.6-30.208-25.6H173.056l-5.12 0.512c-14.848 2.56-25.6 15.36-25.6 30.208V573.952l0.512 5.12c2.56 14.848 15.36 25.6 30.208 25.6h444.928l4.608-0.512c14.848-2.048 26.112-14.848 26.112-30.208v-556.544zM245.248 424.96h300.544c23.552 0 35.328-11.776 35.328-35.328 0-23.552-11.776-35.328-35.328-35.328H245.248c-23.552 0-35.328 11.776-35.328 35.328 0 23.552 11.776 35.328 35.328 35.328z m0-184.32h300.544c23.552 0 35.328-11.776 35.328-35.328 0-23.552-11.776-35.328-35.328-35.328H245.248c-23.552 0-35.328 11.776-35.328 35.328 0 23.552 11.776 35.328 35.328 35.328z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="guanlian" unicode="" d="M422.4 214.528c-26.624-26.624-64-43.52-104.448-43.52H187.904c-39.424 0-76.8 15.36-104.448 43.52-28.16 28.16-43.52 65.024-43.52 104.448V448.512c0 81.408 66.56 147.968 147.968 147.968H320.512c3.584 0 36.352-3.072 70.144-20.992C439.296 549.376 465.92 504.32 465.92 448.512H385.536c0 25.6-9.728 43.52-31.232 55.296-16.384 9.216-34.304 11.776-38.912 12.8H187.904c-37.376 0-68.096-30.72-68.096-68.096v-129.536c0-17.92 7.168-35.328 19.968-48.128s29.696-19.968 48.128-19.968H317.44c37.376 0 68.096 30.72 68.096 68.096H465.92c0-40.96-16.896-77.824-43.52-104.448z m516.096 0c-26.624-26.624-64-43.52-104.448-43.52H701.44c-3.584 0-36.352 3.072-70.144 20.992-48.64 26.112-75.264 71.168-75.264 126.976h79.872c0-26.624 10.24-44.544 32.768-56.32 15.872-8.704 33.28-11.264 36.864-11.776h127.488c37.376 0 68.096 30.72 68.096 68.096V448.512c0 17.92-7.168 35.328-19.968 48.128s-29.696 19.968-48.128 19.968h-129.536c-37.376 0-68.096-30.72-68.096-68.096h-79.872c0 81.408 66.56 147.968 147.968 147.968h129.536c39.424 0 76.8-15.36 104.448-43.52 28.16-28.16 43.52-65.024 43.52-104.96v-129.536c1.024-40.448-15.36-77.312-42.496-103.936zM337.92 423.936h345.088v-79.872H337.92V423.936z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shuzhixianshi" unicode="" d="M291.84 734.208V240.64H168.96V505.344c0 38.4-1.024 60.928-2.56 69.12-2.048 7.68-7.168 13.312-14.848 17.408-8.192 4.096-26.624 5.632-54.784 5.632h-12.288V654.848C143.872 667.648 189.44 694.272 220.16 733.696h71.68z m313.344-409.6V240.64H334.336v70.144c80.384 131.072 128 212.48 142.848 243.712 15.36 31.232 22.528 55.296 22.528 72.704 0 13.312-2.048 23.552-7.168 30.208-4.608 6.656-11.776 9.728-20.992 9.728-9.216 0-16.384-3.584-20.992-10.752-4.608-7.168-7.168-22.016-7.168-43.52v-47.104H334.336V583.68c0 27.648 1.536 49.664 4.096 65.536 2.56 15.872 9.728 31.744 20.992 47.104s25.6 27.136 43.52 35.328c17.92 8.192 39.424 11.776 64.512 11.776 49.152 0 86.016-12.288 111.104-36.352 25.088-24.064 37.888-54.784 37.888-92.16 0-28.16-7.168-57.856-21.504-89.6s-55.808-98.304-124.928-200.704h135.168z m279.552 195.584c18.432-6.144 32.768-16.384 41.984-30.72 9.216-14.336 13.824-47.616 13.824-100.864 0-39.424-4.608-69.632-13.312-91.136s-24.576-38.4-46.08-49.664c-22.016-11.264-50.176-16.896-84.48-16.896-38.912 0-69.632 6.656-92.16 19.456-22.528 13.312-36.864 29.184-44.032 48.128-7.168 18.944-10.752 52.224-10.752 98.816v38.912h122.88v-80.384c0-21.504 1.024-34.816 3.584-40.448 2.56-5.632 8.192-8.704 16.896-8.704 9.728 0 15.872 3.584 18.944 10.752 3.072 7.168 4.608 26.624 4.608 57.344V409.6c0 18.944-2.048 32.768-6.144 41.472s-10.752 14.336-18.944 17.408c-8.192 2.56-24.576 4.096-48.64 4.608v71.68c29.184 0 47.104 1.024 54.272 3.072 7.168 2.048 11.776 7.168 14.848 14.848 3.072 7.68 4.608 19.456 4.608 35.328v27.648c0 17.408-1.536 28.672-5.12 34.304-3.584 5.632-9.216 8.192-16.384 8.192-8.704 0-14.336-3.072-17.408-8.704-3.072-5.632-4.608-17.92-4.608-36.864v-40.448h-122.88v41.984c0 47.104 10.752 78.848 32.256 95.744 21.504 16.384 55.808 25.088 102.912 25.088 58.88 0 98.304-11.264 119.296-34.304s31.232-54.784 31.232-95.744c0-27.648-3.584-47.616-11.264-59.904-8.192-13.312-21.504-24.576-39.936-34.816zM112.128 148.48h825.856v-124.416H112.128V148.48z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="niantie" unicode="" d="M760.32 587.264c-4.096 55.296-49.664 97.792-104.96 98.304v-24.064 24.064H198.144C143.36 680.96 100.352 635.392 100.352 580.096v-561.664l0.512-7.68c4.096-55.296 50.176-97.792 105.472-98.304H655.36l7.68 0.512c55.296 4.096 97.792 49.664 98.304 104.96V579.584l-1.024 7.68z m-74.752-568.832l-0.512-5.12c-2.56-14.848-15.36-25.6-30.208-25.6H206.336l-5.12 0.512c-14.848 2.56-25.6 15.36-25.6 30.208V579.584l0.512 5.12c2.56 14.848 15.36 25.6 30.208 25.6h448.512l4.608-0.512c14.848-2.048 26.112-15.36 26.112-30.72v-560.64zM279.04 429.568h303.616c23.552 0 35.328-11.776 35.328-35.328 0-23.552-11.776-35.328-35.328-35.328H279.04c-23.552 0-35.328 11.776-35.328 35.328-0.512 23.552 11.264 35.328 35.328 35.328z m0-185.856h303.616c23.552 0 35.328-11.776 35.328-35.328 0-23.552-11.776-35.328-35.328-35.328H279.04c-23.552 0-35.328 11.776-35.328 35.328-0.512 23.552 11.264 35.328 35.328 35.328zM895.488 462.848h-4.608c-15.36 0-28.16 12.8-28.16 28.16V581.12c0 15.36 12.8 28.16 28.16 28.16h4.608c15.36 0 28.16-12.8 28.16-28.16v-90.112c0-15.36-12.8-28.16-28.16-28.16z m0-200.192h-4.608c-15.36 0-28.16 12.8-28.16 28.16v90.112c0 15.36 12.8 28.16 28.16 28.16h4.608c15.36 0 28.16-12.8 28.16-28.16v-90.112c0-15.36-12.8-28.16-28.16-28.16z m-363.52 559.616v4.608c0 15.36 12.8 28.16 28.16 28.16H650.24c15.36 0 28.16-12.8 28.16-28.16v-4.608c0-15.36-12.8-28.16-28.16-28.16h-90.112c-15.36 0-28.16 12.8-28.16 28.16z m-220.16 0v4.608c0 15.36 12.8 28.16 28.16 28.16H430.08c15.36 0 28.16-12.8 28.16-28.16v-4.608c0-15.36-12.8-28.16-28.16-28.16H340.48c-15.872 0-28.672 12.8-28.672 28.16z m484.352 32.256h-29.696c-16.896 0-30.208-13.824-30.208-30.208s13.824-30.208 30.208-30.208h29.696c36.352 0 66.048-29.696 66.048-66.048v-34.304c0-16.896 13.824-30.208 30.208-30.208s30.208 13.824 30.208 30.208v34.304c1.024 69.632-55.808 126.464-126.464 126.464z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="juxing" unicode="" d="M832 815.104h-640c-61.44 0-111.104-49.664-111.104-111.104v-640.512c0-61.44 49.664-111.104 111.104-111.104h640.512c61.44 0 111.104 49.664 111.104 111.104V704c-0.512 61.44-50.176 111.104-111.616 111.104z m0-777.216H187.904c-12.8 1.536-22.528 12.8-22.528 26.112V708.096c1.536 12.8 12.8 22.528 26.112 22.528h644.096c12.8-1.536 22.528-12.8 22.528-26.112v-644.096c-1.536-13.312-12.8-22.528-26.112-22.528z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="dibu" unicode="" d="M25.6 25.6h972.8v-76.8H25.6v76.8z m768 153.6V793.6c0 16.896-8.704 25.6-25.6 25.6h-153.6c-16.896 0-25.6-8.704-25.6-25.6v-614.4c0-16.896 8.704-25.6 25.6-25.6h153.6c17.408 0 25.6 8.192 25.6 25.6zM435.2 179.2V588.8c0 16.896-8.704 25.6-25.6 25.6H256c-16.896 0-25.6-8.704-25.6-25.6v-409.6c0-16.896 8.704-25.6 25.6-25.6h153.6c16.896 0 25.6 8.192 25.6 25.6z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xia" unicode="" d="M962.56 633.856c-27.648 27.648-72.192 27.648-99.84 0L512 274.432 161.792 633.344c-27.648 27.648-72.192 27.648-99.84 0s-27.648-72.192 0-99.84l390.656-392.704 1.024-1.024c12.288-10.24 32.256-27.648 56.32-25.6 2.048-0.512 4.608-0.512 6.656-0.512 17.408 0 35.84 9.216 53.76 27.136L962.56 533.504c13.312 13.312 20.48 31.232 20.48 50.176 0 18.944-7.168 36.864-20.48 50.176z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="wenjianjia" unicode="" d="M958.976 451.584c-7.68 9.728-19.968 15.36-32.256 15.36h-82.944v41.472c0 68.608-55.808 124.416-124.416 124.416h-261.12l-13.312 41.472C427.52 724.48 380.416 757.76 327.168 757.76H179.2c-68.608 0-124.416-55.808-124.416-124.416v-498.176c0-68.608 55.808-124.416 124.416-124.416h598.016c58.368 0 108.544 40.448 121.344 97.792l69.632 308.224c2.56 12.288-0.512 25.088-9.216 34.816zM236.544 125.952c-4.608-19.456-21.504-32.768-41.472-32.256h-15.36c-23.04 0-41.472 18.432-41.472 41.472V632.832c0 23.04 18.432 41.472 41.472 41.472H327.68c18.432 1.024 35.328-10.752 41.472-28.16l22.528-68.096c5.632-16.384 20.48-27.648 37.376-28.16h290.816c23.04 0 41.472-18.432 41.472-41.472v-41.472H345.6c-19.968 0.512-37.376-13.312-41.472-32.256l-67.584-308.736z m581.12 0c-4.608-19.456-21.504-32.768-41.472-32.256H312.832c2.048 4.608 3.584 9.728 4.608 14.336L378.88 384h498.176l-59.392-258.048z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zuhe" unicode="" d="M903.68 802.304c14.848 0 26.624-11.776 26.624-26.624v-783.872c0-14.848-11.776-26.624-26.624-26.624h-783.36c-14.848 0-26.624 11.776-26.624 26.624V775.68c0 14.848 11.776 26.624 26.624 26.624h783.36m0 52.736h-783.36C76.288 855.04 40.96 819.712 40.96 775.68v-783.872c0-43.52 35.328-79.36 79.36-79.36h783.872c43.52 0 79.36 35.328 79.36 79.36V775.68c-0.512 44.032-35.84 79.36-79.872 79.36zM687.104 631.808H336.896c-20.48 0-37.376 16.896-37.376 37.376s16.896 37.376 37.376 37.376h350.208c20.48 0 37.376-16.896 37.376-37.376 0-20.992-16.896-37.376-37.376-37.376z m0-567.808H336.896c-20.48 0-37.376 16.896-37.376 37.376s16.896 37.376 37.376 37.376h350.208c20.48 0 37.376-16.896 37.376-37.376 0-20.992-16.896-37.376-37.376-37.376zM758.272 210.432V560.128c0 20.48 16.896 37.376 37.376 37.376s37.376-16.896 37.376-37.376V209.92c0-20.48-16.896-37.376-37.376-37.376s-37.376 16.896-37.376 37.888z m-567.808 0V560.128c0 20.48 16.896 37.376 37.376 37.376s37.376-16.896 37.376-37.376V209.92c0-20.48-16.896-37.376-37.376-37.376s-37.376 16.896-37.376 37.888z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xiahuaxian" unicode="" d="M155.648-87.04c-27.136 0-49.152 22.016-49.152 49.152s22.016 49.152 49.152 49.152h712.704c17.408 0 33.792-9.216 42.496-24.576 8.704-15.36 8.704-33.792 0-49.152s-25.088-24.576-42.496-24.576H155.648z m356.352 202.24c-89.088 0-173.056 34.816-236.544 97.792s-97.792 146.944-97.792 236.544V805.888c0 17.408 9.216 33.792 24.576 42.496C209.92 852.992 218.112 855.04 226.816 855.04c27.136 0 49.152-22.016 49.152-49.152v-356.352c0-130.048 105.984-236.032 236.032-236.032 130.048 0 236.032 105.984 236.032 236.032V805.888c0 17.408 9.216 33.792 24.576 42.496 15.36 8.704 33.792 8.704 49.152 0s24.576-25.088 24.576-42.496v-356.352c0-89.088-34.816-173.056-97.792-236.544-63.488-62.976-147.456-97.792-236.544-97.792z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="shuiping" unicode="" d="M331.776 836.096h35.84v-904.192h-35.84V836.096zM246.784 102.4V665.6c0 15.872 8.704 23.552 25.6 23.552h154.624c17.408 0 25.6-7.68 25.6-23.552v-563.2c0-15.872-8.704-23.552-25.6-23.552H272.384c-17.408 0.512-25.6 8.192-25.6 23.552z m421.888 733.696h35.84v-904.192h-35.84V836.096zM583.68 188.928V579.072c0 10.752 8.704 16.384 25.6 16.384h154.624c17.408 0 25.6-5.632 25.6-16.384V189.44c0-10.752-8.704-16.384-25.6-16.384H609.28c-17.408 0-25.6 5.12-25.6 15.872z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yunhang" unicode="" d="M786.432 693.76c0-11.776 6.656-23.04 16.896-29.696 10.24-6.144 23.552-6.144 33.792 0s16.896 16.896 16.896 29.696c0 11.776-6.656 23.04-16.896 29.696-10.24 6.144-23.552 6.144-33.792 0-10.752-6.656-16.896-17.408-16.896-29.696zM410.624 207.36c6.144 0 11.776 1.536 16.896 4.608l242.688 141.824c11.776 5.12 18.944 16.896 18.944 31.232 0 11.776-6.656 23.04-16.896 29.696L435.2 552.96c-6.656 7.168-15.36 11.776-25.088 11.776-18.432 0-33.28-15.36-33.28-33.792v-2.048h-0.512l0.512-282.624v-3.584c1.024-19.968 15.36-35.328 33.792-35.328zM930.816 600.064c-6.144 11.264-16.896 18.432-30.208 18.432-18.432 0-33.792-15.36-33.792-33.792 0-6.656 1.536-12.8 5.12-16.896C900.096 512.512 916.48 450.56 916.48 384c0-222.72-180.736-402.944-402.944-402.944s-404.48 179.712-404.48 402.944S289.28 786.944 512 786.944c65.536 0 127.488-15.36 182.272-43.52v0.512c5.12-3.072 11.264-4.608 16.384-4.608 18.432 0 33.792 15.36 33.792 33.792 0 13.824-8.192 25.6-19.968 31.232-64 32.768-136.192 51.2-212.48 51.2-260.096 0-471.04-210.944-471.04-471.04s210.944-471.04 471.04-471.04 471.04 210.944 471.04 471.04c0 77.824-18.944 150.528-52.224 215.552z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xianshi" unicode="" d="M952.832 401.92c-89.6 208.384-258.56 337.92-440.832 337.92s-351.232-129.536-440.832-337.92c-5.12-11.264-5.12-24.064 0-35.328 89.6-208.384 258.56-337.92 440.832-337.92s351.232 129.536 440.832 337.92c5.12 10.752 5.12 24.064 0 35.328zM512 117.248c-140.8 0-274.432 101.888-351.232 266.752 76.8 164.864 210.432 266.752 351.232 266.752s274.432-101.888 351.232-266.752c-76.8-164.864-210.432-266.752-351.232-266.752z m0 444.416c-98.304 0-177.664-79.872-177.664-177.664s79.872-177.664 177.664-177.664 177.664 79.872 177.664 177.664-79.36 177.664-177.664 177.664z m0-266.752c-49.152 0-89.088 39.936-89.088 89.088s39.936 89.088 89.088 89.088 89.088-39.936 89.088-89.088-39.936-89.088-89.088-89.088z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="yincang" unicode="" d="M969.216 609.28c16.384-14.848 18.432-41.472 4.096-59.392-32.256-40.96-70.144-77.312-111.104-109.056l84.992-91.136c14.848-16.896 14.336-43.52-1.024-59.392-7.168-7.68-16.896-11.776-27.136-11.776s-19.968 4.096-27.136 11.776L793.6 395.776c-44.544-25.088-92.16-44.544-141.824-57.344l45.568-133.632c7.168-22.016-3.072-46.08-23.552-53.76-20.48-7.68-43.008 3.072-50.176 25.088l-50.176 147.968c-40.96-4.608-82.432-4.608-123.392-0.512l-50.176-147.456c-7.168-22.016-29.696-33.28-50.176-25.088-20.48 7.68-30.72 32.256-23.552 53.76l45.056 132.608c-50.176 12.288-98.304 31.232-143.36 56.832l-96.768-103.424c-13.824-14.848-37.888-15.872-52.736-1.536l-2.56 2.56c-14.848 16.896-14.848 41.472 0 58.368L158.72 439.296c-40.448 30.72-76.8 65.536-109.056 104.96-13.824 17.92-11.776 44.032 4.608 59.392 15.872 14.336 39.936 12.8 54.272-3.584 100.864-123.904 246.784-194.56 400.384-194.56 157.696 0 304.128 73.728 404.992 200.192 14.336 16.896 38.912 18.944 55.296 3.584z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhidi" unicode="" d="M962.048 642.56l-435.2 196.096c-9.216 4.096-19.968 4.096-29.184 0l-435.2-196.096C49.152 636.928 40.96 624.64 40.96 610.304s7.68-26.624 20.992-32.768l435.712-199.168c4.608-2.048 9.728-3.072 14.848-3.072s10.24 1.024 14.848 3.072l435.2 199.168c12.8 6.144 20.992 18.432 20.992 32.768-0.512 14.336-8.704 26.624-21.504 32.256z m-450.048-220.16L101.888 610.304l410.112 184.32 410.112-184.32L512 422.4zM962.048 193.536l-119.808 53.76-330.24-150.528-330.24 151.04-119.808-53.76c-12.8-5.632-20.992-18.432-20.992-32.256 0-14.336 7.68-26.624 20.992-32.768l435.712-199.168c4.608-2.048 9.728-3.072 14.848-3.072s10.24 1.024 14.848 3.072l435.2 199.168c12.8 6.144 20.992 18.432 20.992 32.768-0.512 13.824-8.192 26.112-21.504 31.744zM61.952 353.28l435.712-199.168c4.608-2.048 9.728-3.072 14.848-3.072s10.24 1.024 14.848 3.072l435.2 199.168c12.8 6.144 20.992 18.432 20.992 32.768 0 14.336-8.192 26.624-20.992 32.256l-115.712 52.224c-11.776 5.12-25.088 0-30.208-11.264-5.12-11.776 0-25.088 11.264-30.208l95.232-42.496-411.136-188.928-410.112 187.904 94.72 42.496c11.776 5.12 16.896 18.944 11.264 30.208-5.12 11.776-18.944 16.896-30.208 11.264l-115.712-51.2C49.152 412.672 40.96 399.872 40.96 386.048c0-14.336 8.192-26.624 20.992-32.768z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="gengduo" unicode="" d="M223.232 384c0-52.736-43.52-96.256-96.256-96.256S30.72 331.264 30.72 384s43.52 96.256 96.256 96.256 96.256-43.52 96.256-96.256zM512 480.256c-52.736 0-96.256-43.52-96.256-96.256s43.52-96.256 96.256-96.256 96.256 43.52 96.256 96.256-43.52 96.256-96.256 96.256z m385.024 0c-52.736 0-96.256-43.52-96.256-96.256s43.52-96.256 96.256-96.256S993.28 331.264 993.28 384s-43.52 96.256-96.256 96.256z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhongbu" unicode="" d="M40.96 421.376h942.08v-74.24H40.96V421.376zM784.896 797.696v-826.88c0-23.04-8.192-34.304-24.576-34.304h-148.992c-16.384 0-24.576 11.264-24.576 34.304V797.696c0 23.04 8.192 34.304 24.576 34.304h148.992c15.872 0 24.576-11.776 24.576-34.304zM437.76 659.456v-551.424c0-23.04-8.192-34.304-24.576-34.304H264.192c-16.384 0-24.576 11.264-24.576 34.304V659.456c0 23.04 8.192 34.304 24.576 34.304h148.992c16.384 0.512 24.576-11.264 24.576-34.304z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="zhong" unicode="" d="M44.032 836.608h942.08V721.92H44.032V836.608z m219.648-396.8h502.272v-114.688H263.68V439.808zM44.032 41.984h942.08v-114.688H44.032v114.688z" horiz-adv-x="1024" /> |
| | | |
| | | <glyph glyph-name="xieti" unicode="" d="M495.104 855.04H629.76L495.104-87.04H360.448L495.104 855.04zM310.272 855.04h471.04c27.648 0 50.176-22.528 50.176-50.176s-22.528-50.176-50.176-50.176h-471.04c-27.648 0-50.176 22.528-50.176 50.176-0.512 27.648 22.016 50.176 50.176 50.176zM242.688 13.824h471.04c27.648 0 50.176-22.528 50.176-50.176s-22.528-50.176-50.176-50.176h-471.04c-27.648 0-50.176 22.528-50.176 50.176-0.512 27.648 22.528 50.176 50.176 50.176z" horiz-adv-x="1024" /> |
| | | |
| | | </font> |
| | | </defs> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1718778899555" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6724" width="256" height="256" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 64C265 64 64 265 64 512s201 448 448 448 448-201 448-448S759 64 512 64z m0 833.1c-212.4 0-385.1-172.8-385.1-385.1S299.6 126.9 512 126.9 897.1 299.7 897.1 512 724.4 897.1 512 897.1z" fill="" p-id="6725"></path><path d="M686.1 566.6L543.4 687.8V268.4c0-17.4-14.1-31.4-31.4-31.4s-31.4 14.1-31.4 31.4v419.4L337.8 566.6c-13.3-11.2-33.1-9.6-44.3 3.7-11.2 13.3-9.6 33.1 3.7 44.3l194.5 165c11.7 10 28.9 10 40.7 0l194.5-165c13.3-11.2 14.9-31.1 3.7-44.3-11.3-13.3-31.2-14.9-44.5-3.7z" fill="" p-id="6726"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1718700922443" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="29883" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M919.264 905.984L780.352 767.072C851.808 692.32 896 591.328 896 480c0-229.376-186.624-416-416-416S64 250.624 64 480s186.624 416 416 416c95.008 0 182.432-32.384 252.544-86.208l141.44 141.44a31.904 31.904 0 0 0 45.248 0 32 32 0 0 0 0.032-45.248zM128 480c0-194.08 157.92-352 352-352s352 157.92 352 352-157.92 352-352 352-352-157.92-352-352z m497.792-32H512V336a32 32 0 0 0-64 0v112H336a32 32 0 0 0 0 64h112v112a32 32 0 1 0 64 0V512h113.792a32 32 0 1 0 0-64z" p-id="29884"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1718689367726" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2349" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M512.483556 113.294222c15.957333 0 28.928 12.942222 28.928 28.928v127.089778a28.928 28.928 0 1 1-57.856 0V142.222222c0-15.985778 12.942222-28.928 28.928-28.928z m0 545.962667c15.957333 0 28.928 12.942222 28.928 28.899555v127.089778a28.928 28.928 0 0 1-57.856 0v-127.089778c0-15.957333 12.942222-28.899556 28.928-28.899555z m20.451555-196.266667L864.711111 794.794667a28.928 28.928 0 0 1-40.874667 40.903111L492.032 503.893333a28.928 28.928 0 1 1 40.903111-40.903111z m311.352889-8.476444a28.928 28.928 0 0 1 0 57.856h-127.089778a28.928 28.928 0 1 1 0-57.856h127.089778zM142.336 483.441778c0-15.985778 12.970667-28.928 28.928-28.928h127.089778a28.928 28.928 0 0 1 0 57.856H171.264a28.928 28.928 0 0 1-28.928-28.928z m108.430222 261.717333a28.928 28.928 0 0 1 0-40.903111l89.884445-89.884444a28.928 28.928 0 0 1 40.874666 40.931555l-89.884444 89.884445a28.928 28.928 0 0 1-40.874667 0z m386.019556-386.048a28.928 28.928 0 0 1 0-40.874667l89.884444-89.884444a28.928 28.928 0 0 1 40.903111 40.903111l-89.884444 89.884445a28.928 28.928 0 0 1-40.903111 0z m-248.604445 0a28.928 28.928 0 0 1-40.903111 0l-89.884444-89.856a28.928 28.928 0 1 1 40.903111-40.903111l89.884444 89.884444c11.292444 11.292444 11.292444 29.582222 0 40.874667z" fill="#8a8a8a" p-id="2350"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1718779315178" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9577" width="256" height="256" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M951.9 450.2l-98.1-131.5 52.7-155.4c4.4-13 1.1-27.3-8.6-37s-24-13-37-8.6l-155.4 52.7L574 72.3c-11-8.2-25.7-9.4-37.9-3.2s-19.8 18.8-19.7 32.5l2.1 164-133.9 94.7c-11.2 7.9-16.9 21.5-14.8 35 2.1 13.5 11.8 24.7 24.9 28.7l117.8 36.6L74.6 897.8c-14.1 14-14.1 36.8 0 50.9 7 7 16.3 10.6 25.5 10.6s18.4-3.5 25.4-10.5l437.9-437.1L600 629.5c4.1 13.1 15.2 22.7 28.7 24.9 1.9 0.3 3.8 0.4 5.6 0.4 11.6 0 22.6-5.6 29.4-15.2l94.7-133.9 164 2.1c13.7 0.2 26.3-7.4 32.5-19.7 6.5-12.2 5.2-26.9-3-37.9z m-211.4-16.8c-11.8-0.1-23 5.5-29.9 15.2l-63.5 89.8-32.7-105.1c-3.5-11.3-12.4-20.2-23.7-23.7l-105-32.6 89.8-63.5c9.7-6.8 15.4-18 15.2-29.9l-1.4-110 88.2 65.8c9.5 7.1 21.9 9 33.1 5.2l104.2-35.3-35.3 104.2c-3.8 11.2-1.8 23.6 5.2 33.1l65.8 88.2-110-1.4z" fill="#333333" p-id="9578"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1724318495577" class="icon" viewBox="0 0 1066 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3160" xmlns:xlink="http://www.w3.org/1999/xlink" width="266.5" height="256"><path d="M0 656.206718m31.751938 0l0 0q31.751938 0 31.751938 31.751938l0 296.351422q0 31.751938-31.751938 31.751938l0 0q-31.751938 0-31.751938-31.751938l0-296.351422q0-31.751938 31.751938-31.751938Z" p-id="3161"></path><path d="M504.855814 0m31.751938 0l0 0q31.751938 0 31.751938 31.751938l0 549.308527q0 31.751938-31.751938 31.751938l0 0q-31.751938 0-31.751938-31.751938l0-549.308527q0-31.751938 31.751938-31.751938Z" p-id="3162"></path><path d="M267.465176 408.77109m22.452011-22.452011l0 0q22.452011-22.452011 44.904021 0l224.370427 224.370427q22.452011 22.452011 0 44.904021l0 0q-22.452011 22.452011-44.904022 0l-224.370426-224.370427q-22.452011-22.452011 0-44.904021Z" p-id="3163"></path><path d="M761.22113 363.811892m22.452011 22.452011l0 0q22.452011 22.452011 0 44.904021l-224.370427 224.370427q-22.452011 22.452011-44.904021 0l0 0q-22.452011-22.452011 0-44.904022l224.370426-224.370426q22.452011-22.452011 44.904022 0Z" p-id="3164"></path><path d="M1058.397933 952.55814m0 31.751938l0 0q0 31.751938-31.751938 31.751938l-994.894057 0q-31.751938 0-31.751938-31.751938l0 0q0-31.751938 31.751938-31.751938l994.894057 0q31.751938 0 31.751938 31.751938Z" p-id="3165"></path><path d="M994.894057 656.206718m31.751938 0l0 0q31.751938 0 31.751938 31.751938l0 296.351422q0 31.751938-31.751938 31.751938l0 0q-31.751938 0-31.751938-31.751938l0-296.351422q0-31.751938 31.751938-31.751938Z" p-id="3166"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1718700898039" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="28885" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M829.568 364.224a31.744 31.744 0 0 0-6.976-34.88l-191.936-192a32 32 0 0 0-45.248 45.248L722.752 320H384C242.816 320 128 434.816 128 576s114.816 256 256 256h160a32 32 0 0 0 0-64H384c-105.856 0-192-86.144-192-192s86.144-192 192-192h338.752L585.344 521.344a32 32 0 0 0 45.312 45.312l191.936-191.936a34.176 34.176 0 0 0 6.976-10.496z" fill="#231815" p-id="28886"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1718700957634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="31701" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M919.264 905.984l-138.912-138.912C851.808 692.32 896 591.328 896 480c0-229.376-186.624-416-416-416S64 250.624 64 480s186.624 416 416 416c95.008 0 182.432-32.384 252.544-86.208l141.44 141.44a31.904 31.904 0 0 0 45.248 0 32 32 0 0 0 0.032-45.248zM128 480C128 285.92 285.92 128 480 128s352 157.92 352 352-157.92 352-352 352S128 674.08 128 480z" p-id="31702"></path><path d="M625.792 448H336a32 32 0 0 0 0 64h289.792a32 32 0 1 0 0-64z" p-id="31703"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1718700879564" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="27912" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M596.16 284.064H258.56l101.376-101.44a31.968 31.968 0 1 0-45.248-45.216L178.56 273.504c-11.904 11.872-18.496 27.84-18.56 44.8a63.04 63.04 0 0 0 18.56 45.28l136.128 136.16a31.904 31.904 0 0 0 45.248 0 31.968 31.968 0 0 0 0-45.248l-106.752-106.496H596.16c114.88 0 208.32 93.312 208.32 208s-93.44 208-208.32 208h-223.36a32 32 0 0 0 0 64h223.36c150.144 0 272.32-122.016 272.32-272 0-149.984-122.176-272-272.32-272" fill="#3E3A39" p-id="27913"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | // // ä¿®æ£æ¥ææ¶é´æ ·å¼ |
| | | // .light-datetime-picker { |
| | | // .cs-input__inner { |
| | | // background: #fff !important; |
| | | // box-shadow: none !important; |
| | | // } |
| | | // .cs-input.is-disabled .cs-input__inner { |
| | | // background: var(--el-disabled-bg-color) !important; |
| | | // } |
| | | |
| | | // &.cs-popper.is-light { |
| | | // padding: 0 !important; |
| | | // max-width: inherit; |
| | | // } |
| | | // } |
| | | |
| | | // // ç»ä»¶ä¸çelementæ ·å¼ |
| | | // .light-element-ui { |
| | | // .cs-input__inner:not(el-overwrite-ignore *) { |
| | | // background-color: #fff !important; |
| | | // color: #35363b !important; |
| | | // } |
| | | |
| | | // .cs-input__inner:hover { |
| | | // box-shadow: none !important; |
| | | // } |
| | | |
| | | // .cs-input__inner:focus { |
| | | // box-shadow: none !important; |
| | | // } |
| | | |
| | | // .cs-input.is-disabled .cs-input__inner { |
| | | // box-shadow: none !important; |
| | | // color: #999 !important; |
| | | // } |
| | | |
| | | // .cs-input-group__append, |
| | | // .cs-input-group__prepend { |
| | | // padding: 0 14px !important; |
| | | // } |
| | | |
| | | // .cs-input-group { |
| | | // box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset !important; |
| | | // border-radius: 3px !important; |
| | | // } |
| | | |
| | | // .cs-input { |
| | | // box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset !important; |
| | | // border-radius: 3px !important; |
| | | // } |
| | | |
| | | // .cs-input.is-focus .cs-input__inner { |
| | | // box-shadow: none !important; |
| | | // } |
| | | // } |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | // styles/element/index.scss |
| | | // we can add this to custom namespace, default is 'el' |
| | | |
| | | |
| | | @forward 'element-plus/theme-chalk/src/mixins/config.scss' with ( |
| | | $namespace: 'cs' |
| | | ); |
| | | // ... |
| | | |
| | | @forward 'element-plus/theme-chalk/src/common/var.scss' with ( |
| | | $colors: ( |
| | | primary: ( |
| | | 'base': #5a84ff, |
| | | ), |
| | | info: ( |
| | | 'base': #8b9ca4, |
| | | ), |
| | | ) |
| | | ); |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .without-table-base-header { |
| | | background: #dbdfe7; |
| | | .vxe-header--column.col--ellipsis { |
| | | font-size: 16px; |
| | | font-weight: bold; |
| | | color: #35363b; |
| | | height: 44px !important; |
| | | } |
| | | } |
| | | |
| | | .without-table-base-row { |
| | | &:hover { |
| | | background: #dce3f0 !important; |
| | | } |
| | | .vxe-body--column.col--ellipsis { |
| | | height: 44px !important; |
| | | font-size: 14px; |
| | | font-weight: 400; |
| | | color: #333333; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1690791720824" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="22187" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M926.72 465.92h-368.64V97.28c0-25.6-20.48-46.08-46.08-46.08s-46.08 20.48-46.08 46.08v368.64H97.28c-25.6 0-46.08 20.48-46.08 46.08s20.48 46.08 46.08 46.08h368.64v368.64c0 25.6 20.48 46.08 46.08 46.08s46.08-20.48 46.08-46.08v-368.64h368.64c25.6 0 46.08-20.48 46.08-46.08s-20.48-46.08-46.08-46.08z" fill="#f1f1f1" p-id="22188"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><defs><style>.a{fill:#464e54;}.b{fill:#fff;}</style></defs><g transform="translate(-56 -134)"><circle class="a" cx="9" cy="9" r="9" transform="translate(56 134)"/><path class="b" d="M101.538,95.481H97.024V90.91a.756.756,0,0,0-.743-.743.808.808,0,0,0-.8.743v4.514H90.91a.743.743,0,0,0,0,1.486h4.514v4.514a.743.743,0,1,0,1.486,0V96.91h4.514a.757.757,0,0,0,.743-.743A.617.617,0,0,0,101.538,95.481Z" transform="translate(-31.167 46.833)"/></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:#7E7E7F;} |
| | | </style> |
| | | <g id="产åç åæº¯" transform="translate(-42.667 -42.667)"> |
| | | <path id="è·¯å¾_6059" class="st0" d="M196.9,106v72.4c0,5-4.1,9-9,9c-5,0-9-4.1-9-9V106c0-5,4.1-9,9-9 |
| | | C192.9,97,196.9,101,196.9,106z M151.7,106v72.4c0,5-4.1,9-9,9c-5,0-9-4.1-9-9V106c0-5,4.1-9,9-9C147.7,97,151.7,101,151.7,106z |
| | | M106.5,106v72.4c0,5-4.1,9-9,9c-5,0-9-4.1-9-9V106c0-5,4.1-9,9-9C102.4,97,106.5,101,106.5,106z M228.6,56.3h-43.4 |
| | | c-3.9,0.1-7.2-3.1-7.2-7c0-0.1,0-0.1,0-0.2c0-4.5,3.6-6.3,8.1-6.3h49.8c3.6,0,6.4,3,6.4,6.5c0,0.2,0,0.5,0,0.7v49.8 |
| | | c0,3.6-3,6.4-6.5,6.4c-0.2,0-0.5,0-0.7,0c-3.7,0.3-6.9-2.4-7.2-6c0-0.4,0-0.8,0-1.2V56.3L228.6,56.3z M56.7,228.2h43.4 |
| | | c3.9-0.1,7.2,3.1,7.2,7c0,0.1,0,0.1,0,0.2c0,4.5-3.6,6.3-8.1,6.3H50.4c-3.7,0.3-6.9-2.4-7.2-6c0-0.4,0-0.8,0-1.2v-49.7 |
| | | c0-3.6,3-6.4,6.5-6.4c0.2,0,0.5,0,0.7,0c3.7-0.3,6.9,2.4,7.2,6c0,0.4,0,0.8,0,1.2v42.5L56.7,228.2z"/> |
| | | <path id="è·¯å¾_6060" class="st0" d="M228.6,228.2h-43.4c-3.9-0.1-7.2,3.1-7.2,7c0,0.1,0,0.1,0,0.2c-0.3,3.7,2.4,6.9,6,7.2 |
| | | c0.4,0,0.8,0,1.2,0h49.8c3.9,0.1,7.2-3.1,7.2-7c0-0.1,0-0.1,0-0.2v-49.8c0.1-3.9-3.1-7.2-7-7.2c-0.1,0-0.1,0-0.2,0 |
| | | c-3.7-0.3-6.9,2.4-7.2,6c0,0.4,0,0.8,0,1.2v42.5L228.6,228.2z M56.7,56.3h43.4c3.4,0.1,6.2-2.6,6.3-6.1c0-0.1,0-0.2,0-0.3 |
| | | c0.1-3.9-3.1-7.2-7-7.2c-0.1,0-0.1,0-0.2,0H50.4c-3.7-0.3-6.9,2.4-7.2,6c0,0.4,0,0.8,0,1.2v49.8c0,3.6,3,6.4,6.5,6.4 |
| | | c0.2,0,0.5,0,0.7,0c3.7,0.3,6.9-2.4,7.2-6c0-0.4,0-0.8,0-1.2V56.3H56.7z"/> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M68.22,71.3H68.8v5.289H68.22Zm1.445,0h.579v5.289h-.579Zm1.445,0h.579v5.289h-.579Zm1.445,0h.579v5.289h-.579ZM74,71.3h.579v5.289H74Zm1.445,0h.579v5.289h-.579Zm1.445,0h.579v5.289h-.579Zm1.442,0h.579v5.289h-.579Zm1.445,0h.579v5.289H79.78Zm3.869,7.319a.64.64,0,0,0-.64.64v2.538a.868.868,0,0,1-.867.867H79.6a.64.64,0,0,0,0,1.28h2.538a2.15,2.15,0,0,0,2.147-2.147V79.254A.64.64,0,0,0,83.65,78.614ZM82.143,63.94H79.6a.64.64,0,1,0,0,1.28h2.538a.868.868,0,0,1,.867.867v2.538a.64.64,0,0,0,1.28,0V66.087A2.15,2.15,0,0,0,82.143,63.94Zm-13.167,0H66.437a2.15,2.15,0,0,0-2.147,2.147v2.538a.64.64,0,0,0,1.28,0V66.087a.868.868,0,0,1,.867-.867h2.538a.64.64,0,1,0,0-1.28Zm0,18.72H66.437a.868.868,0,0,1-.867-.867V79.254a.64.64,0,0,0-1.28,0v2.538a2.15,2.15,0,0,0,2.147,2.147h2.538a.64.64,0,1,0,0-1.28Z" transform="translate(-64.29 -63.94)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:#7E7E7F;} |
| | | </style> |
| | | <g id="ç»_12190" transform="translate(-2753.061 -1176.367)"> |
| | | <path id="è·¯å¾_6070" class="st0" d="M2791.8,1229.8c-0.1,0.9,0.1,1.7,0.4,2.5c0.3,0.7,0.7,1.3,1.2,1.9c0.7,0.6,1.5,1.1,2.4,1.3 |
| | | c1,0.3,2,0.4,3,0.4c0.7,0,1.3-0.1,1.9-0.2c0.7-0.1,1.4-0.4,2-0.7c0.6-0.3,1.2-0.8,1.6-1.3c0.5-0.6,0.7-1.4,0.6-2.1 |
| | | c0-0.8-0.2-1.5-0.6-2.1c-0.5-0.6-1.1-1-1.9-1.3c-1-0.4-2.1-0.8-3.2-1c-1.3-0.3-2.7-0.6-4.4-1c-1.5-0.3-3-0.7-4.4-1.3 |
| | | c-1.3-0.5-2.6-1.2-3.7-2c-1.1-0.9-2-2-2.6-3.2c-0.7-1.6-1-3.3-0.9-5c-0.1-2.5,0.6-4.9,1.9-7c1.3-1.8,2.9-3.3,4.9-4.4 |
| | | c2.1-1.1,4.3-1.9,6.6-2.3c2.3-0.4,4.6-0.6,7-0.6c2.2,0,4.3,0.2,6.4,0.6c2,0.4,4,1.1,5.7,2.1c1.7,1,3,2.5,4,4.2 |
| | | c1,2.1,1.5,4.4,1.2,6.7h-12.5c0.2-1.3-0.2-2.6-1-3.7c-0.5-0.5-1.1-0.9-1.9-1.1c-0.7-0.2-1.5-0.4-2.3-0.4c-0.7,0-1.4,0.1-2.1,0.2 |
| | | c-0.7,0.1-1.4,0.3-2,0.6c-0.6,0.3-1.1,0.7-1.5,1.2c-0.4,0.6-0.6,1.2-0.6,1.9c0,0.7,0.3,1.4,0.8,1.9c0.6,0.5,1.3,0.9,2,1.2 |
| | | c1,0.4,2,0.6,3,0.9c1.1,0.2,2.3,0.5,3.6,0.9c1.9,0.5,3.7,1,5.2,1.5c1.4,0.5,2.7,1.2,3.9,2.1c1.1,0.9,1.9,2,2.4,3.3 |
| | | c0.6,1.6,0.9,3.3,0.8,5.1c0.1,2.8-0.6,5.5-2,7.8c-1.3,1.9-3,3.5-5.1,4.6c-2.2,1.1-4.5,1.9-6.9,2.2c-2.5,0.4-5,0.6-7.5,0.6 |
| | | c-2.5,0-4.9-0.2-7.3-0.8c-2-0.5-3.9-1.4-5.6-2.6c-1.5-1.2-2.8-2.8-3.6-4.6c-1-2.2-1.5-4.6-1.5-7H2791.8z M2846.9,1234.3 |
| | | c1.7,0,3.4-0.5,4.7-1.5c1.3-1,2.4-2.2,3.2-3.7c0.9-1.5,1.5-3.2,1.8-4.9c0.4-1.6,0.6-3.3,0.6-5c0-1-0.1-1.9-0.2-2.9 |
| | | c-0.1-1-0.5-1.9-1-2.7c-0.6-0.8-1.3-1.5-2.2-2c-1.2-0.6-2.5-0.9-3.8-0.8c-1.7,0-3.4,0.5-4.7,1.5c-1.3,1-2.4,2.3-3.2,3.8 |
| | | c-0.8,1.6-1.5,3.2-1.8,5c-0.4,1.6-0.6,3.3-0.6,4.9c-0.1,2,0.5,4,1.6,5.8C2842.6,1233.6,2844.7,1234.5,2846.9,1234.3L2846.9,1234.3z |
| | | M2830.9,1201.5h13.4l-1,4.9h0.2c1.4-1.9,3.2-3.5,5.3-4.6c2.3-1.1,4.8-1.6,7.3-1.5c2.4-0.1,4.7,0.4,6.8,1.5c1.8,1,3.4,2.4,4.7,4.1 |
| | | c1.2,1.7,2.2,3.7,2.7,5.8c0.6,2.3,0.9,4.6,0.9,6.9c0,3.2-0.5,6.3-1.4,9.3c-0.9,3-2.2,5.9-4.1,8.5c-1.8,2.5-4.1,4.6-6.8,6.1 |
| | | c-2.9,1.6-6.1,2.4-9.5,2.4c-2.5,0.1-5-0.4-7.3-1.5c-2.2-1.1-4-2.9-5-5.2h-0.2l-4,19.6h-13.8L2830.9,1201.5z M2906,1216.9 |
| | | c0.1-1.8-0.5-3.5-1.7-4.8c-1.2-1.1-2.8-1.7-4.5-1.6c-1.8-0.1-3.6,0.3-5.1,1.3c-1.4,0.9-2.5,2.1-3.2,3.5c-0.8,1.5-1.4,3.1-1.7,4.8 |
| | | c-0.3,1.7-0.5,3.4-0.5,5.1c-0.1,2.5,0.5,5,1.7,7.1c1.2,1.7,3.2,2.6,5.2,2.5c2,0.1,3.9-0.6,5.3-1.9c1.4-1.4,2.3-3.2,2.8-5.2h13.3 |
| | | c-0.5,2.7-1.5,5.4-3,7.8c-1.2,2.1-2.9,3.9-4.8,5.4c-1.9,1.4-4.1,2.5-6.4,3.1c-2.5,0.7-5.1,1-7.7,1c-2.7,0-5.5-0.4-8.1-1.1 |
| | | c-2.3-0.7-4.5-1.9-6.4-3.4c-1.8-1.5-3.3-3.5-4.2-5.7c-1.1-2.6-1.6-5.3-1.5-8.1c0-3.5,0.6-7,1.8-10.3c1.1-3.1,2.9-5.9,5.1-8.3 |
| | | c2.2-2.4,4.9-4.3,7.9-5.5c3.3-1.4,6.8-2.1,10.4-2c2.5,0,5,0.3,7.4,1c2.2,0.6,4.2,1.6,6,3c1.7,1.4,3.1,3.1,4.1,5.2 |
| | | c1,2.3,1.5,4.8,1.5,7.3L2906,1216.9z"/> |
| | | <path id="icon" class="st0" d="M2905.8,1301.7L2905.8,1301.7z M2793.6,1312.5l-6.4-7.8l46.8-30.2l39.8,22l39.1-29l7,7.4l-45.2,33.5 |
| | | l-40.2-22.3L2793.6,1312.5z M2893.8,1258l41.6-0.8l-9.4,36"/> |
| | | <g id="icon-2" transform="translate(2712.203 1111.752)"> |
| | | <path id="è·¯å¾_6064" class="st0" d="M228.8,218.4l-4.9-0.2c0,0-1.7-4.5-2.4-5.6l3.5-3.1c1.9-2,1.9-5.1,0-7.1l-4.7-4.7 |
| | | c-2-1.9-5.1-1.9-7.1,0l-3.8,3.8c-1.8-1-3.7-1.8-5.6-2.4v-5.2c0-2.6-2.1-4.7-4.7-4.7h-6.6c-2.6,0-4.7,2.1-4.7,4.7v5.2 |
| | | c-2,0.6-3.9,1.4-5.6,2.4l-3.3-3.8c-2-1.9-5.1-1.9-7.1,0l-4.7,4.7c-1.9,2-1.9,5.1,0,7.1l3.8,3.8c-1,1.8-1.8,3.7-2.4,5.6h-5.2 |
| | | c-2.6,0-4.7,2.1-4.7,4.7v6.6c0,2.6,2.1,4.7,4.7,4.7h5.2c0.6,2,1.4,3.9,2.4,5.6l-3.8,3.8c-1.9,2-1.9,5.1,0,7.1l4.7,4.7 |
| | | c2,1.9,5.1,1.9,7.1,0l3.8-3.8c1.8,1,3.7,1.8,5.6,2.4v5.2c0,2.6,2.1,4.7,4.7,4.7h6.6c2.6,0,4.7-2.1,4.7-4.7v-5.2 |
| | | c2-0.6,3.9-1.4,5.6-2.4l3.8,3.8c2,1.9,5.1,1.9,7.1,0l4.7-4.7c1.9-2,1.9-5.1,0-7.1l-3.8-3.8c1-1.8,1.8-3.7,2.4-5.6h5.2 |
| | | c2.6,0,4.7-2.1,4.7-4.7v0v-6.6C234,220.7,231.7,218.4,228.8,218.4z M196.3,240.1c-7.3,0-13.2-5.9-13.2-13.2s5.9-13.2,13.2-13.2 |
| | | c7.3,0,13.2,5.9,13.2,13.2v0C209.4,234.1,203.5,240,196.3,240.1L196.3,240.1z"/> |
| | | <path id="è·¯å¾_6065" class="st0" d="M135.5,253.6H65.1c-9.3,0.3-17.1-6.9-17.4-16.2c0-0.1,0-0.2,0-0.3V81.2 |
| | | c0.4-9.3,8.1-16.6,17.4-16.6h141.4c9.3-0.3,17.1,6.9,17.4,16.2c0,0.1,0,0.2,0,0.3v50.3c-0.1,3.7-3.2,6.5-6.9,6.4 |
| | | c-3.5-0.1-6.2-2.9-6.4-6.4V81.2c0-2.2-1.8-4-4-4c-0.1,0-0.1,0-0.2,0H65.1c-2.2,0.1-4,1.8-4.2,4v155.9c0,2.2,1.8,4,4,4 |
| | | c0.1,0,0.1,0,0.2,0h70.4c3.5-0.2,6.4,2.5,6.6,5.9c0.2,3.5-2.5,6.4-5.9,6.6C136,253.6,135.7,253.6,135.5,253.6z"/> |
| | | </g> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:none;} |
| | | .st1{fill:#7E7E7F;} |
| | | </style> |
| | | <g id="ç»_12193" transform="translate(-2817.604 -1040.003)"> |
| | | <g id="ç©å½¢_24994" transform="translate(2817.604 1040.003)"> |
| | | <g> |
| | | <path class="st0" d="M30.7,20.8h138.6c16.4,0,29.7,13.3,29.7,29.7v99c0,16.4-13.3,29.7-29.7,29.7H30.7 |
| | | C14.3,179.2,1,165.9,1,149.5v-99C1,34.1,14.3,20.8,30.7,20.8z"/> |
| | | </g> |
| | | <g> |
| | | <path class="st1" d="M169.3,179.2H30.7C14.3,179.2,1,165.9,1,149.5v-99c0-16.4,13.3-29.7,29.7-29.7h138.6 |
| | | c16.4,0,29.7,13.3,29.7,29.7v99C199,165.9,185.7,179.2,169.3,179.2z M30.7,32.7c-9.8,0-17.8,8-17.8,17.8v99 |
| | | c0,9.8,8,17.8,17.8,17.8h138.6c9.8,0,17.8-8,17.8-17.8v-99c0-9.8-8-17.8-17.8-17.8H30.7z"/> |
| | | </g> |
| | | </g> |
| | | <g id="ç»_12197" transform="translate(2819.613 1042.733)"> |
| | | <g id="icon"> |
| | | <path class="st1" d="M24.2,116.8h11.2v32.7H24.2V116.8z M63.7,101h11.2v48.4H63.7V101z M103.2,116.8h11.2v32.7h-11.2V116.8z |
| | | M142.6,91.5h11.2v58h-11.2V91.5z M25.6,102.8l-6.7-8.1l48.9-31.6l41.5,23l40.8-30.2l7.3,7.7l-47.1,34.9l-42-23.3L25.6,102.8z |
| | | M130.2,45.9l43.5-0.8l-9.8,37.6"/> |
| | | </g> |
| | | </g> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692346408991" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13502" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M182.272 794.624h199.68c12.288 0 24.576-4.608 33.28-13.824l325.632-326.144 133.632-131.072c18.432-18.432 18.432-48.128 0.512-66.56l-0.512-0.512-199.68-202.24c-18.432-18.432-48.128-18.432-66.56-0.512l-0.512 0.512-132.608 133.12L148.48 513.536c-8.704 8.704-13.824 20.992-13.824 33.28v199.68c0.512 27.136 21.504 48.128 47.616 48.128z m459.776-640l133.12 133.12-67.072 67.072-133.12-133.12 67.072-67.072z m-412.672 412.672l279.04-279.04 133.12 133.12-279.04 279.04h-133.12v-133.12z m706.56 321.536H88.064c-26.112 0-47.104 20.992-47.104 47.104s20.992 47.104 47.104 47.104h847.872c26.112 0 47.104-20.992 47.104-47.104s-20.992-47.104-47.104-47.104z" fill="#707070" p-id="13503"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:#7E7E7F;} |
| | | </style> |
| | | <path id="å·¥ä½çæ¿" class="st0" d="M188.8,179H11.2C5,179,0,174,0,167.8c0,0,0,0,0,0V11.2C0,5,5,0,11.2,0h0h177.6 |
| | | C195,0,200,5,200,11.2v0v156.6C200,174,195,179,188.8,179C188.8,179,188.8,179,188.8,179z M186.6,16.8c0-1.9-1.5-3.4-3.4-3.4H16.8 |
| | | c-1.9,0-3.4,1.5-3.4,3.4v145.4c0,1.9,1.5,3.4,3.4,3.4h166.4c1.9,0,3.4-1.5,3.4-3.4L186.6,16.8z M155,110.1l-29-29l-28.8,28.8 |
| | | c-3,2.6-7.5,2.6-10.6,0L68.2,91.5l-14.3,14.3c-2.6,2.6-6.9,2.6-9.5,0s-2.6-6.9,0-9.5l19-19c2.8-2.6,7.1-2.5,9.8,0.1L92,96.2 |
| | | l29.3-29.3c2.6-2.6,6.9-2.6,9.5,0c0,0,0,0,0,0l0,0l0.2,0.2l33.5,33.5c2.6,2.6,2.6,6.9,0,9.5S157.7,112.8,155,110.1L155,110.1z |
| | | M17.2,186.6h165.5c3.7,0,6.7,3,6.7,6.7c0,3.7-3,6.7-6.7,6.7H17.2c-3.7,0-6.7-3-6.7-6.7C10.5,189.6,13.5,186.6,17.2,186.6z"/> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.007" viewBox="0 0 20 20.007"><defs><style>.a,.b{fill:#8a8a8a;}.b{font-size:6px;font-family:PingFang SC Bold, PingFang SC;}</style></defs><g transform="translate(-75.087 -341.498)"><g transform="translate(10.688 277.398)"><path class="a" d="M65.111,293.772a.711.711,0,0,1-.711-.711v-2.223a1.737,1.737,0,0,1,.689-1.354A2.331,2.331,0,0,1,66.536,289h4.923a2.326,2.326,0,0,1,1.447.485,1.737,1.737,0,0,1,.689,1.354v1.1a.711.711,0,0,1-1.423,0v-1.1c0-.169-.278-.416-.713-.416H66.536c-.436,0-.713.247-.713.416v2.223A.711.711,0,0,1,65.111,293.772Z" transform="translate(0 -219.87)"/><path class="a" d="M361.423,401.692H350.711a.711.711,0,1,1,0-1.423h10.711c.436,0,.714-.247.714-.416v-9.015c0-.169-.278-.416-.714-.416h-9.286a.711.711,0,1,1,0-1.423h9.286a2.326,2.326,0,0,1,1.447.485,1.737,1.737,0,0,1,.689,1.354v9.013a1.737,1.737,0,0,1-.689,1.354A2.333,2.333,0,0,1,361.423,401.692Z" transform="translate(-279.159 -317.585)"/><path class="a" d="M71.459,451.265H66.536a2.326,2.326,0,0,1-1.447-.485,1.737,1.737,0,0,1-.689-1.354v-9.015a.711.711,0,1,1,1.423,0v9.013c0,.169.278.416.713.416h4.923a.712.712,0,0,1,0,1.425Z" transform="translate(0 -367.158)"/><path class="a" d="M142.863,166.766h-1.423v-4.543H129.323v2.1H127.9v-2.543a.978.978,0,0,1,.978-.978h13.007a.978.978,0,0,1,.978.978Z" transform="translate(-62.089 -94.551)"/><path class="a" d="M239.925,72.071H238.5V65.523h-12.08v1.654H225v-2.1a.978.978,0,0,1,.978-.978h12.97a.978.978,0,0,1,.978.978Z" transform="translate(-156.937)"/></g><text class="b" transform="translate(78 357)"><tspan x="0" y="0">BOM</tspan></text></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> |
| | | <path id="icon" d="M17.5,5h1.667A.834.834,0,0,1,20,5.833V10a.834.834,0,0,1-.833.833H17.5V20H15.833V10.833H14.167A.834.834,0,0,1,13.333,10V5.833A.834.834,0,0,1,14.167,5h1.667V0H17.5Zm0,1.667H15v2.5h3.333v-2.5H17.5Zm-6.667,4.167H12.5a.834.834,0,0,1,.833.833v4.167a.834.834,0,0,1-.833.833H10.833V20H9.167V16.667H7.5a.834.834,0,0,1-.833-.833V11.667a.834.834,0,0,1,.833-.833H9.167V0h1.667V10.833Zm0,1.667h-2.5V15h3.333V12.5h-.833ZM4.167,3.333H5.833a.834.834,0,0,1,.833.833V8.333a.834.834,0,0,1-.833.833H4.167V20H2.5V9.167H.833A.834.834,0,0,1,0,8.333V4.167a.834.834,0,0,1,.833-.833H2.5V0H4.167V3.333ZM4.167,5h-2.5V7.5H5V5H4.167Z" fill="#8a8a8a"/> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1722337663394" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2341" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M743.366 548.509C843.68 548.509 925 629.879 925 730.254 925 830.63 843.68 912 743.366 912S561.73 830.63 561.73 730.254c0-100.375 81.32-181.745 181.635-181.745zM682.244 116c96.274 0 174.502 77.312 176.057 173.275l0.023 2.913v198.806c0 16.518-13.382 29.908-29.89 29.908-16.27 0-29.505-13.01-29.88-29.202l-0.008-0.706V292.188c0-63.628-51.034-115.33-114.38-116.357l-1.922-0.016H271.08c-63.59 0-115.26 51.065-116.287 114.449l-0.016 1.924v411.415c0 63.629 51.034 115.33 114.38 116.358l1.923 0.016h241.634c16.507 0 29.889 13.39 29.889 29.907 0 16.282-13.002 29.525-29.184 29.9l-0.705 0.008H271.08c-96.275 0-174.502-77.313-176.057-173.275L95 703.603V292.188c0-96.333 77.265-174.609 173.169-176.164l2.912-0.024h411.163z m61.122 478.52c-74.918 0-135.651 60.77-135.651 135.734s60.733 135.734 135.65 135.734c74.919 0 135.652-60.77 135.652-135.734S818.284 594.52 743.366 594.52z m5.546 41.41c7.618 0 13.795 6.177 13.795 13.796l-0.001 130.147 33.761-34.568 0.253-0.253c5.525-5.386 14.369-5.407 19.92 0.015 0.08 0.078 0.16 0.157 0.238 0.238 5.675 5.81 5.675 15.087 0 20.898l-55.351 56.675a14.991 14.991 0 0 1-2.366 2.992 14.222 14.222 0 0 1-10.25 4.057 14.222 14.222 0 0 1-10.487-4.295 14.991 14.991 0 0 1-2.13-2.757l-55.349-56.672c-5.675-5.81-5.675-15.088 0-20.898 0.079-0.08 0.158-0.16 0.238-0.238 5.636-5.505 14.668-5.399 20.173 0.238l33.76 34.568V649.726c0-7.62 6.177-13.795 13.796-13.795zM530.643 518.54c16.507 0 29.89 13.39 29.89 29.908 0 16.281-13.003 29.524-29.184 29.899l-0.706 0.008h-277c-16.508 0-29.89-13.39-29.89-29.907 0-16.282 13.003-29.525 29.184-29.9l0.706-0.008h277z m153.723-233.448c16.508 0 29.89 13.39 29.89 29.908 0 16.281-13.003 29.524-29.184 29.9l-0.706 0.008H253.643c-16.508 0-29.89-13.39-29.89-29.908 0-16.281 13.003-29.524 29.184-29.9l0.706-0.008h430.723z" fill="#333333" p-id="2342"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1724047794122" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4373" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M308.032 412.032v268.032a202.688 202.688 0 0 0 27.776 102.912 205.376 205.376 0 0 0 73.024 73.216 204.352 204.352 0 0 0 205.824 0 205.376 205.376 0 0 0 73.28-73.28 202.688 202.688 0 0 0 28.096-102.912V412.032z m484.032 172.032v96q0 9.728-0.64 19.2a192 192 0 0 1 116.608 176.704 8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8 119.936 119.936 0 0 0-59.584-103.68 280.128 280.128 0 0 1-528.832 0 119.936 119.936 0 0 0-59.584 103.68 8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8 192 192 0 0 1 116.672-176.64q-0.64-9.664-0.64-19.2v-96H84.032A8 8 0 0 1 76.032 576v-56A8 8 0 0 1 84.032 512h148.032V412.032a139.008 139.008 0 0 1-139.008-139.008 8 8 0 0 1 8-8h60.032a8 8 0 0 1 8 8 62.976 62.976 0 0 0 62.976 62.976h560a62.976 62.976 0 0 0 62.976-62.976 8 8 0 0 1 8-8h60.032a8 8 0 0 1 8 8 139.008 139.008 0 0 1-139.008 139.008V512h147.968a8 8 0 0 1 8 8V576a8 8 0 0 1-8 8zM368.064 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8 223.616 223.616 0 0 1 25.6-108.096A184.576 184.576 0 0 1 396.032 89.6 224 224 0 0 1 504.128 64h16a224 224 0 0 1 108.096 25.6 184.576 184.576 0 0 1 74.048 74.048 224 224 0 0 1 25.6 108.096 8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8 152.128 152.128 0 0 0-16.64-73.344 112.576 112.576 0 0 0-45.376-45.376 152.128 152.128 0 0 0-73.536-17.088h-16a152.128 152.128 0 0 0-73.536 17.088 112.576 112.576 0 0 0-45.376 45.376 152.128 152.128 0 0 0-17.344 73.6z" fill="#8a8a8a" p-id="4374"></path><path d="M512 938.368a38.4 38.4 0 0 1-38.4-38.4V579.456a38.4 38.4 0 1 1 76.8 0v320.512a38.4 38.4 0 0 1-38.4 38.4z" fill="#8a8a8a" p-id="4375"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1690360901630" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="38209" width="200" height="200" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M411.51146667 813.4656c27.8528 0 50.24426667-22.39146667 50.24426666-50.24426667V461.75573333c0-27.8528-22.39146667-50.24426667-50.24426666-50.24426666s-50.24426667 22.39146667-50.24426667 50.24426666V763.22133333c0 27.8528 22.39146667 50.24426667 50.24426667 50.24426667z m502.44266666-602.9312h-200.97706666v-50.24426667c0-83.01226667-67.72053333-150.7328-150.7328-150.7328H461.75573333C378.74346667 9.55733333 311.02293333 77.27786667 311.02293333 160.29013333v50.24426667H110.04586667c-27.8528 0-50.24426667 22.39146667-50.24426667 50.24426667s22.39146667 50.24426667 50.24426667 50.24426666h50.24426666v552.68693334c0 83.01226667 67.72053333 150.7328 150.7328 150.7328h401.95413334c83.01226667 0 150.7328-67.72053333 150.7328-150.7328V311.02293333h50.24426666c27.8528 0 50.24426667-22.39146667 50.24426667-50.24426666s-22.39146667-50.24426667-50.24426667-50.24426667z m-502.44266666-50.24426667c0-27.8528 22.39146667-50.24426667 50.24426666-50.24426666h100.48853334c27.8528 0 50.24426667 22.39146667 50.24426666 50.24426666v50.24426667H411.51146667v-50.24426667zM763.22133333 863.70986667c0 27.8528-22.39146667 50.24426667-50.24426666 50.24426666H311.02293333c-27.8528 0-50.24426667-22.39146667-50.24426666-50.24426666V311.02293333h502.44266666v552.68693334z m-150.7328-50.24426667c27.8528 0 50.24426667-22.39146667 50.24426667-50.24426667V461.75573333c0-27.8528-22.39146667-50.24426667-50.24426667-50.24426666s-50.24426667 22.39146667-50.24426666 50.24426666V763.22133333c0 27.8528 22.39146667 50.24426667 50.24426666 50.24426667z" fill="#7E7E7F" p-id="38210"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 18 18"><defs><style>.a{fill:none;}.b,.e{fill:#464e54;}.c{clip-path:url(#a);}.d{clip-path:url(#b);}.e{stroke:rgba(0,0,0,0);stroke-miterlimit:10;}</style><clipPath id="a"><rect class="a" width="18" height="18" transform="translate(133 134)"/></clipPath><clipPath id="b"><rect class="b" width="16.19" height="18"/></clipPath></defs><g class="c" transform="translate(-133 -134)"><g transform="translate(-486 -29)"><g transform="translate(620 163)"><g class="d"><path class="e" d="M-2112.32-1646.03h-7.19a2.7,2.7,0,0,1-2.7-2.7v-9.885h-.9a.9.9,0,0,1-.9-.9.9.9,0,0,1,.9-.9h3.594v-.9a2.7,2.7,0,0,1,2.7-2.7h1.8a2.7,2.7,0,0,1,2.7,2.7v.9h3.594a.9.9,0,0,1,.9.9.9.9,0,0,1-.9.9h-.9v9.885a2.7,2.7,0,0,1-2.7,2.7Zm-1.595-10.977a.751.751,0,0,0-.751.751v6.5a.751.751,0,0,0,.751.75.75.75,0,0,0,.75-.75v-6.5a.751.751,0,0,0-.745-.744Zm-4,0a.751.751,0,0,0-.75.751v6.5a.751.751,0,0,0,.75.75.751.751,0,0,0,.75-.75v-6.5a.751.751,0,0,0-.745-.744Zm1.1-5.2a.9.9,0,0,0-.9.9v.9h3.594v-.9a.9.9,0,0,0-.9-.9Z" transform="translate(2123.997 1664.004)"/></g></g></g></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:#7E7E7F;} |
| | | </style> |
| | | <g id="ç»_12191" transform="translate(-2753.061 -1109.367)"> |
| | | <g id="ç»_12192" transform="translate(0 -67)"> |
| | | <g id="è·¯å¾_6069"> |
| | | <path class="st0" d="M2789.6,1227.6c-0.1,0.8,0.1,1.6,0.4,2.4c0.3,0.7,0.7,1.3,1.1,1.8c0.6,0.6,1.4,1,2.3,1.2 |
| | | c1,0.3,1.9,0.4,2.9,0.4c0.6,0,1.3-0.1,1.9-0.2c0.7-0.1,1.3-0.3,1.9-0.7c0.6-0.3,1.1-0.7,1.5-1.2c0.4-0.6,0.7-1.3,0.6-2 |
| | | c0-0.7-0.2-1.5-0.6-2.1c-0.5-0.6-1.1-1-1.8-1.3c-1-0.4-2-0.8-3-1c-1.2-0.3-2.6-0.6-4.2-1c-1.4-0.3-2.9-0.7-4.2-1.2 |
| | | c-1.3-0.5-2.5-1.1-3.5-1.9c-1.1-0.8-1.9-1.9-2.5-3.1c-0.6-1.5-0.9-3.1-0.9-4.8c-0.1-2.4,0.5-4.7,1.8-6.7c1.2-1.8,2.8-3.2,4.7-4.2 |
| | | c2-1.1,4.1-1.8,6.3-2.2c2.2-0.4,4.4-0.6,6.7-0.6c2.1,0,4.1,0.2,6.2,0.6c1.9,0.3,3.8,1,5.5,2.1c1.6,1,2.9,2.4,3.8,4 |
| | | c1,2,1.4,4.2,1.2,6.4h-12c0.2-1.3-0.2-2.5-1-3.5c-0.5-0.5-1.1-0.9-1.8-1.1c-0.7-0.2-1.5-0.3-2.2-0.4c-0.7,0-1.4,0.1-2.1,0.2 |
| | | c-0.7,0.1-1.3,0.3-1.9,0.6c-0.6,0.3-1.1,0.7-1.4,1.2c-0.4,0.5-0.6,1.2-0.5,1.8c0,0.7,0.2,1.3,0.7,1.8c0.6,0.5,1.2,0.9,1.9,1.2 |
| | | c1,0.3,1.9,0.6,2.9,0.8c1.1,0.2,2.2,0.5,3.4,0.8c1.9,0.5,3.5,1,5,1.5c1.3,0.5,2.6,1.1,3.7,2c1,0.8,1.8,1.9,2.3,3.2 |
| | | c0.6,1.6,0.8,3.2,0.8,4.9c0.1,2.6-0.6,5.3-1.9,7.5c-1.2,1.9-2.9,3.4-4.9,4.4c-2.1,1.1-4.3,1.8-6.7,2.1c-2.4,0.4-4.8,0.6-7.2,0.6 |
| | | c-2.4,0-4.7-0.2-7-0.8c-1.9-0.5-3.7-1.3-5.3-2.5c-1.5-1.2-2.7-2.7-3.4-4.4c-0.9-2.1-1.4-4.4-1.4-6.7H2789.6z M2842.5,1231.9 |
| | | c1.6,0,3.2-0.5,4.6-1.4c1.3-0.9,2.3-2.2,3.1-3.5c0.8-1.5,1.4-3,1.8-4.7c0.4-1.6,0.6-3.2,0.6-4.8c0-0.9-0.1-1.9-0.2-2.8 |
| | | c-0.1-0.9-0.5-1.8-1-2.6c-0.5-0.8-1.3-1.5-2.1-1.9c-1.1-0.6-2.4-0.8-3.6-0.8c-1.6,0-3.2,0.5-4.5,1.4c-1.3,1-2.3,2.2-3.1,3.7 |
| | | c-0.8,1.5-1.4,3.1-1.8,4.8c-0.3,1.6-0.5,3.2-0.5,4.7c0,2,0.5,3.9,1.6,5.5C2838.4,1231.2,2840.4,1232,2842.5,1231.9L2842.5,1231.9 |
| | | z M2827.2,1200.4h12.8l-1,4.7h0.2c1.3-1.8,3.1-3.3,5.1-4.4c2.2-1.1,4.6-1.6,7-1.5c2.3-0.1,4.5,0.4,6.5,1.4 |
| | | c1.8,0.9,3.3,2.3,4.5,3.9c1.2,1.7,2.1,3.6,2.6,5.6c0.6,2.2,0.8,4.4,0.8,6.7c0,3-0.5,6-1.3,9c-0.8,2.9-2.1,5.7-3.9,8.1 |
| | | c-1.7,2.4-3.9,4.4-6.5,5.8c-2.8,1.6-5.9,2.3-9.1,2.3c-2.4,0.1-4.8-0.4-7-1.4c-2.1-1.1-3.8-2.8-4.8-5h-0.2l-3.8,18.8H2816 |
| | | L2827.2,1200.4z M2899.2,1215.1c0.1-1.7-0.5-3.4-1.6-4.6c-1.2-1-2.7-1.6-4.3-1.6c-1.7-0.1-3.4,0.3-4.9,1.2 |
| | | c-1.3,0.9-2.4,2-3.1,3.4c-0.8,1.4-1.4,3-1.7,4.6c-0.3,1.6-0.5,3.2-0.5,4.9c-0.1,2.4,0.4,4.8,1.7,6.8c1.1,1.6,3,2.5,5,2.4 |
| | | c1.9,0.1,3.7-0.6,5.1-1.9c1.3-1.4,2.2-3.1,2.6-5h12.8c-0.5,2.6-1.5,5.2-2.8,7.5c-1.2,2-2.8,3.7-4.6,5.1c-1.8,1.4-3.9,2.4-6.2,3 |
| | | c-2.4,0.7-4.9,1-7.4,1c-2.6,0-5.3-0.3-7.8-1.1c-2.2-0.7-4.3-1.8-6.2-3.3c-1.8-1.5-3.2-3.4-4-5.5c-1-2.5-1.5-5.1-1.4-7.8 |
| | | c0-3.4,0.6-6.7,1.8-9.9c1.1-3,2.7-5.7,4.9-8c2.1-2.3,4.7-4.1,7.6-5.3c3.2-1.3,6.5-2,10-1.9c2.4,0,4.8,0.3,7.1,1 |
| | | c2.1,0.6,4,1.6,5.8,2.9c1.7,1.3,3,3,3.9,4.9c1,2.2,1.5,4.6,1.4,7L2899.2,1215.1z"/> |
| | | </g> |
| | | <g id="icon"> |
| | | <path class="st0" d="M2899,1296.5L2899,1296.5z M2791.4,1306.9l-6.1-7.5l45-29l38.2,21.1l37.5-27.8l6.7,7.1l-43.3,32.1 |
| | | l-38.6-21.4L2791.4,1306.9z M2887.6,1254.6l40-0.7l-9,34.6"/> |
| | | </g> |
| | | <g id="icon-2" transform="translate(2712.203 1111.752)"> |
| | | <g id="è·¯å¾_6065"> |
| | | <path class="st0" d="M131.1,245.9H63.6c-8.9,0.3-16.4-6.7-16.7-15.6c0-0.1,0-0.2,0-0.3V80.4c0.4-8.9,7.7-16,16.7-15.9h135.7 |
| | | c8.9-0.3,16.4,6.7,16.7,15.6c0,0.1,0,0.2,0,0.3v48.3c-0.1,3.5-3.1,6.2-6.6,6.1c-3.3-0.1-6-2.8-6.1-6.1V80.4 |
| | | c0-2.1-1.7-3.8-3.8-3.8c-0.1,0-0.1,0-0.2,0H63.6c-2.1,0.1-3.8,1.7-4,3.8V230c0,2.1,1.7,3.8,3.8,3.8c0.1,0,0.1,0,0.2,0h67.5 |
| | | c3.3-0.2,6.2,2.4,6.4,5.7s-2.4,6.2-5.7,6.4C131.6,245.9,131.3,245.9,131.1,245.9z"/> |
| | | </g> |
| | | </g> |
| | | </g> |
| | | <g id="icon-3"> |
| | | <path class="st0" d="M2945.5,1301.7l-19.7-19.7c-0.4-0.4-0.8-0.7-1.3-0.9c9-12.5,6.2-30-6.3-39c-12.5-9-30-6.2-39,6.3 |
| | | s-6.2,30,6.3,39c10,7.2,23.5,7,33.3-0.5c0.2,0.5,0.5,0.9,0.9,1.3l19.7,19.7c1.6,1.7,4.4,1.7,6,0.1c0,0,0,0,0.1-0.1 |
| | | C2947.2,1306.2,2947.2,1303.5,2945.5,1301.7L2945.5,1301.7z M2901.7,1286.9c-12.6,0-22.9-10.2-22.9-22.9 |
| | | c0-12.6,10.2-22.9,22.9-22.9s22.9,10.2,22.9,22.9c0,0,0,0.1,0,0.1C2924.5,1276.7,2914.3,1286.9,2901.7,1286.9z"/> |
| | | <path class="st0" d="M2942.5,1311.7C2942.5,1311.7,2942.4,1311.7,2942.5,1311.7c-1.9,0-3.5-0.7-4.8-2l-19.3-19.3 |
| | | c-10.5,6.8-23.9,6.6-34.2-0.8c-13.6-9.8-16.7-28.8-6.9-42.4c9.8-13.6,28.8-16.7,42.4-6.9c12.9,9.3,16.4,27,8.2,40.4l20.1,20.1v0.1 |
| | | c1.9,2.6,1.7,6.3-0.6,8.7l-0.1,0.1C2945.9,1311,2944.3,1311.7,2942.5,1311.7z M2919.8,1283.3l1.3,2.7c0.1,0.2,0.3,0.4,0.4,0.6 |
| | | l19.6,19.6c0.4,0.4,0.8,0.6,1.3,0.6c0.5,0,1-0.2,1.3-0.5c0.8-0.8,0.7-2,0-2.8l-19.7-19.7c-0.2-0.2-0.4-0.3-0.6-0.4l-2.6-1.3 |
| | | l1.7-2.3c5.6-7.8,6.2-17.8,2.3-26c1.4,3.2,2.1,6.6,2.1,10.2c0,14-11.4,25.3-25.3,25.4h0c0,0,0,0,0,0c-6.8,0-13.1-2.6-17.9-7.4 |
| | | c-3.8-3.8-6.3-8.6-7.1-13.8c0.9,6.7,4.4,13.1,10.4,17.4c9.2,6.6,21.4,6.4,30.4-0.5L2919.8,1283.3z M2901.6,1243.6 |
| | | C2901.6,1243.6,2901.6,1243.6,2901.6,1243.6c-5.5,0-10.6,2.1-14.5,6s-6,9-6,14.5c0,5.5,2.1,10.6,6,14.5c3.9,3.9,9,6,14.4,6 |
| | | c0,0,0,0,0,0c11.2,0,20.4-9.2,20.4-20.4c0-5.5-2.1-10.7-6-14.5C2912.2,1245.7,2907.1,1243.6,2901.6,1243.6z"/> |
| | | </g> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1722508594041" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3366" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M946.4 305c-34.1 0-61.7 28-61.7 62.6v375.8c0 34.5-27.6 62.6-61.7 62.6H206.2c-34 0-61.7-28.1-61.7-62.6V367.6c0-34.6-27.6-62.6-61.7-62.6s-61.7 28-61.7 62.6v375.8c0 103.6 83 187.9 185.1 187.9h616.9c102 0 185.1-84.3 185.1-187.9V367.6c-0.1-34.6-27.7-62.6-61.8-62.6z" fill="" p-id="3367"></path><path d="M298.7 305h61.7c17 0 30.8 14.1 30.8 31.3v125.3c0 17.3 13.9 31.3 30.8 31.3h185c17 0 30.9-14.1 30.9-31.3V336.3c0-17.2 13.9-31.3 30.8-31.3h61.7c17 0 21-10 9-22.1l-203-206.3c-12-12.2-31.6-12.2-43.6 0L289.7 282.9c-12 12.1-7.9 22.1 9 22.1zM422.1 555.6c-17.1 0-30.8 13.9-30.8 31.3 0 17.2 13.8 31.3 30.8 31.3h185.1c17.1 0 30.8-14.1 30.8-31.3 0-17.4-13.8-31.3-30.8-31.3H422.1z" fill="" p-id="3368"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18.649" height="20.334" viewBox="0 0 18.649 20.334"><defs><style>.a{fill:#7e7e7f;stroke:#7e7e7f;stroke-width:0.2px;}</style></defs><path class="a" d="M98.013,51.456A2.013,2.013,0,0,1,96,49.443V34.013A2.013,2.013,0,0,1,98.013,32l9.833.147h.338a.916.916,0,0,1,.621.239l3.91,3.91a1.342,1.342,0,0,1,.393.949V43.4a.671.671,0,0,1-1.342.011V38.373h-3.019a2.013,2.013,0,0,1-2.013-2.013V33.342H98.013a.671.671,0,0,0-.671.66V49.443a.671.671,0,0,0,.66.671h7.726a.671.671,0,0,1,.011,1.342Zm10.063-17.893v2.8a.671.671,0,0,0,.66.671h2.81Zm-7.4,7.495h6.751a.65.65,0,0,1,.65.65v.042a.65.65,0,0,1-.65.65h-6.751a.65.65,0,0,1-.65-.65v-.042A.65.65,0,0,1,100.675,41.057Zm10.6,3.673.007,0,2.817,1.578.009.005a.684.684,0,0,1,.344.572v2.939a.683.683,0,0,1-.33.571l-.008,0-.008,0-2.818,1.622-.01.006a.721.721,0,0,1-.7,0l-.008,0-2.817-1.622-.009-.005a.683.683,0,0,1-.337-.568V46.9a.683.683,0,0,1,.337-.575l.009-.005.009-.005,2.816-1.578A.721.721,0,0,1,111.272,44.73Zm-.345,1.363-2.18,1.219v2.12l2.18,1.253,2.18-1.253v-2.12l-2.18-1.219Zm-6.856-9.061a.65.65,0,0,1,.65.65v.042a.65.65,0,0,1-.65.65h-3.4a.65.65,0,0,1-.65-.65v-.042a.65.65,0,0,1,.65-.65Z" transform="translate(-95.9 -31.9)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18.649" height="20.334" viewBox="0 0 18.649 20.334"><defs><style>.a{fill:#7e7e7f;stroke:#7e7e7f;stroke-width:0.2px;}</style></defs><path class="a" d="M98.013,51.456A2.013,2.013,0,0,1,96,49.443V34.013A2.013,2.013,0,0,1,98.013,32l9.833.147h.338a.916.916,0,0,1,.621.239l3.91,3.91a1.342,1.342,0,0,1,.393.949V43.4a.671.671,0,0,1-1.342.011V38.373h-3.019a2.013,2.013,0,0,1-2.013-2.013V33.342H98.013a.671.671,0,0,0-.671.66V49.443a.671.671,0,0,0,.66.671h7.726a.671.671,0,0,1,.011,1.342Zm10.063-17.893v2.8a.671.671,0,0,0,.66.671h2.81Zm-7.4,7.495h6.751a.65.65,0,0,1,.65.65v.042a.65.65,0,0,1-.65.65h-6.751a.65.65,0,0,1-.65-.65v-.042A.65.65,0,0,1,100.675,41.057Zm10.6,3.673.007,0,2.817,1.578.009.005a.684.684,0,0,1,.344.572v2.939a.683.683,0,0,1-.33.571l-.008,0-.008,0-2.818,1.622-.01.006a.721.721,0,0,1-.7,0l-.008,0-2.817-1.622-.009-.005a.683.683,0,0,1-.337-.568V46.9a.683.683,0,0,1,.337-.575l.009-.005.009-.005,2.816-1.578A.721.721,0,0,1,111.272,44.73Zm-.345,1.363-2.18,1.219v2.12l2.18,1.253,2.18-1.253v-2.12l-2.18-1.219Zm-6.856-9.061a.65.65,0,0,1,.65.65v.042a.65.65,0,0,1-.65.65h-3.4a.65.65,0,0,1-.65-.65v-.042a.65.65,0,0,1,.65-.65Z" transform="translate(-95.9 -31.9)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="19.969" height="20" viewBox="0 0 19.969 20"> |
| | | <path id="icon" d="M15.618,21.363a.711.711,0,0,0-.251.047,8.534,8.534,0,0,1-7.912-1.931L8.49,18.443l-3.783-.628.628,3.8L6.4,20.547A9.929,9.929,0,0,0,13.184,23.2a10.228,10.228,0,0,0,2.606-.345.756.756,0,0,0-.173-1.491ZM4.99,15.508a1.212,1.212,0,0,0-.031-.235A8.423,8.423,0,0,1,6.826,7.564l1,1,.628-3.783-3.8.628,1.1,1.1A9.93,9.93,0,0,0,3.2,13.184a10.069,10.069,0,0,0,.314,2.5.74.74,0,0,0,.722.565A.751.751,0,0,0,4.99,15.508Zm18.179-2.323a10.228,10.228,0,0,0-.345-2.606.752.752,0,0,0-1.476.2.651.651,0,0,0,.047.251,8.342,8.342,0,0,1,.283,2.151A8.5,8.5,0,0,1,19.5,18.867l-1.02-1-.628,3.783,3.8-.628-1.1-1.083a9.986,9.986,0,0,0,2.622-6.75Zm-1.6-4.694-.628-3.8L19.872,5.759A10,10,0,0,0,13.184,3.2a10.2,10.2,0,0,0-2.512.314.68.68,0,0,0-.078.016.745.745,0,0,0-.518.706.754.754,0,0,0,.754.754.788.788,0,0,0,.188-.031,8.284,8.284,0,0,1,2.166-.283A8.448,8.448,0,0,1,18.82,6.811L17.784,7.847Zm-5.259,4.9a.353.353,0,0,1,0-.424l.738-.895-.078-.2-.094-.2a2.308,2.308,0,0,0-.188-.392,1.9,1.9,0,0,0-.377-.549l-.141-.126-1.13.157a.392.392,0,0,1-.392-.251l-.361-1.036-.22-.047a3.862,3.862,0,0,0-1.7,0l-.188.031-.392,1.068a.383.383,0,0,1-.361.22h-.031l-1.115-.188-.157.157a4.028,4.028,0,0,0-.691,1.209l-.078.188.738.895a.33.33,0,0,1,0,.408l-.769.863.078.188a2.486,2.486,0,0,0,.3.691,2.359,2.359,0,0,0,.361.518l.141.141,1.162-.188a.34.34,0,0,1,.361.22L12.1,16.9l.22.031a4,4,0,0,0,1.727,0l.188-.047.392-1.1a.36.36,0,0,1,.361-.22l1.13.188.157-.141a3.656,3.656,0,0,0,.675-1.177l.078-.188ZM13.216,14.8a1.617,1.617,0,1,1,1.617-1.617A1.615,1.615,0,0,1,13.216,14.8Z" transform="translate(-3.2 -3.2)" fill="#8a8a8a"/> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1724051056744" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6487" width="256" height="256" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M768 832a64 64 0 1 1 0.032-128.032A64 64 0 0 1 768 832m-448-64a64 64 0 1 1-128.032-0.032A64 64 0 0 1 320 768m128-512a64 64 0 1 1 128.032 0.032A64 64 0 0 1 448 256m352 388.544V480h-256v-100.544c55.072-14.304 96-64 96-123.456 0-70.592-57.44-128-128-128-70.592 0-128 57.408-128 128 0 59.456 40.928 109.152 96 123.456V480H224V644.544c-55.072 14.304-96 64-96 123.456 0 70.592 57.408 128 128 128 70.56 0 128-57.408 128-128 0-59.456-40.928-109.152-96-123.456V544h448v100.544c-55.072 14.304-96 64-96 123.456 0 70.592 57.408 128 128 128 70.56 0 128-57.408 128-128 0-59.456-40.928-109.152-96-123.456" fill="#000000" p-id="6488"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1722244260614" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5549" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M951.92803 646.841418h-92.302699v-84.174281c0-38.293879-31.068619-69.362498-69.362498-69.362498H544.96525v-134.209208h92.302698c34.500617 0 62.679132-28.178515 62.679133-62.679132V87.967543c0-34.500617-28.178515-62.679132-62.679133-62.679132H387.635209c-34.500617 0-62.679132 28.178515-62.679132 62.679132V296.235668c0 34.500617 28.178515 62.679132 62.679132 62.679132h92.302699V493.124008H234.820956c-38.293879 0-69.362498 31.068619-69.362498 69.362498v93.74775H72.975128c-34.500617 0-62.679132 28.178515-62.679132 62.679133v208.448756c0 34.500617 28.178515 62.679132 62.679132 62.679132h249.632739c34.500617 0 62.679132-28.178515 62.679132-62.679132V718.913389c0-34.500617-28.178515-62.679132-62.679132-62.679133h-92.302699v-93.74775c0-2.34821 1.986947-4.335156 4.335157-4.335157h555.441876c2.34821 0 4.335156 1.986947 4.335157 4.335157V646.660787h-92.302699c-34.500617 0-62.679132 28.178515-62.679132 62.679132v208.448756c0 34.500617 28.178515 62.679132 62.679132 62.679132H951.92803c34.500617 0 62.679132-28.178515 62.679132-62.679132V709.339919c0-34.500617-28.178515-62.498501-62.679132-62.498501zM390.16405 90.315752h244.755689v203.571706H390.16405V90.315752z m-69.904392 834.517552H75.503969V721.261598h244.755689V924.833304z m629.320162-9.57347H704.6435V711.86876h244.755689v203.391074z" p-id="5550"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1716882975209" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5523" width="256" height="256" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M163.712 442.88c50.752-172.928 161.92-296.32 365.184-313.856 14.08-1.216 33.6-0.128 49.6-3.136 13.76-2.688 30.592-12.544 46.464-19.072 64.384-26.304 206.72-72.512 278.592-15.872 62.336 49.28 50.88 169.152 12.352 247.36 30.72 61.76 53.504 147.776 40.256 244.096-180.608 7.36-391.04 0.96-566.528 3.2 5.888 92.992 64.64 164.224 151.68 174.272 85.12 9.856 144-37.952 182.656-91.904h216.64c-56.32 160.896-199.36 285.696-420.864 269.504-50.432-3.712-89.664-18.304-133.12-34.944-72.64 39.552-233.28 98.24-297.216 15.872-48.512-62.528-17.28-176.256 9.28-250.432 53.888-150.208 156.544-299.008 256.96-383.616 0.576-2.56 3.072-3.2 3.072-6.336-79.36 40.32-132.8 107.072-195.008 164.864z m761.472-234.56c-3.008-107.904-142.848-97.28-216.704-53.888 82.496 32.832 142.72 88.448 191.936 155.264 10.688-33.92 25.856-62.016 24.768-101.376z m-535.552 263.04h343.68c-10.048-220.416-332.864-202.624-343.68 0zM135.808 858.24c17.28 97.6 154.624 69.12 216.704 25.344-81.472-45.504-132.288-122.368-173.376-209.28-19.008 47.04-54.656 119.424-43.328 183.936z" fill="#8a8a8a" p-id="5524"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M6.667,9.21h6.667A1.177,1.177,0,0,0,14.51,8.033V1.366A1.177,1.177,0,0,0,13.333.19H6.667A1.176,1.176,0,0,0,5.49,1.366V8.033A1.177,1.177,0,0,0,6.667,9.21Zm0-7.843h6.667V8.033H6.667V1.366Zm12.157,9.8H12.157a1.177,1.177,0,0,0-1.177,1.177v6.667a1.177,1.177,0,0,0,1.177,1.177h6.667A1.176,1.176,0,0,0,20,19.014V12.347a1.177,1.177,0,0,0-1.177-1.177Zm0,7.843H12.157V12.347h6.667v6.667ZM7.843,11.17H1.176A1.177,1.177,0,0,0,0,12.347v6.667A1.176,1.176,0,0,0,1.176,20.19H7.843A1.176,1.176,0,0,0,9.02,19.014V12.347A1.176,1.176,0,0,0,7.843,11.17Zm0,7.843H1.176V12.347H7.843v6.667Zm4.51-15.686a.52.52,0,0,1-.588.588H8.235a.52.52,0,0,1-.588-.588.52.52,0,0,1,.588-.588h3.53A.52.52,0,0,1,12.353,3.327ZM2.157,14.308a.52.52,0,0,1,.588-.588h3.53a.52.52,0,0,1,.588.588.52.52,0,0,1-.588.588H2.745a.52.52,0,0,1-.588-.588Zm10.981,0a.52.52,0,0,1,.588-.588h3.529a.52.52,0,0,1,.588.588.52.52,0,0,1-.588.588H13.726A.52.52,0,0,1,13.137,14.308Z" transform="translate(0 -0.19)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692352315389" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13035" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M886.272 512m112.128 0a112.128 112.128 0 1 0-224.256 0 112.128 112.128 0 1 0 224.256 0Z" fill="#2F71EE" p-id="13036"></path><path d="M512 512m112.128 0a112.128 112.128 0 1 0-224.256 0 112.128 112.128 0 1 0 224.256 0Z" fill="#2F71EE" p-id="13037"></path><path d="M137.728 512m112.128 0a112.128 112.128 0 1 0-224.256 0 112.128 112.128 0 1 0 224.256 0Z" fill="#2F71EE" p-id="13038"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1690359821334" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25852" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M341.254668 853.429267a85.253388 85.253388 0 1 0 85.253389 85.253389 85.253388 85.253388 0 0 0-85.253389-85.253389z m0-426.394853A85.253388 85.253388 0 1 0 426.572013 512.351758a85.253388 85.253388 0 0 0-85.317345-85.253388z m0-426.394854a85.253388 85.253388 0 1 0 85.253389 85.253389A85.253388 85.253388 0 0 0 341.254668 0.703516z m341.07751 852.725751A85.253388 85.253388 0 1 0 767.649522 938.746612a85.253388 85.253388 0 0 0-85.253388-85.317345z m0-426.394853A85.253388 85.253388 0 1 0 767.649522 512.351758a85.253388 85.253388 0 0 0-85.253388-85.253388z m0-426.394854A85.253388 85.253388 0 1 0 767.649522 85.956905 85.253388 85.253388 0 0 0 682.396134 0.703516z" p-id="25853" fill="#B5B5B5"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 191.6 200" style="enable-background:new 0 0 191.6 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:#7E7E7F;} |
| | | .st1{fill:#6F7071;} |
| | | </style> |
| | | <g id="ç»_12198" transform="translate(-3201.061 -993.367)"> |
| | | <g id="ç»_12192" transform="translate(448 -116)"> |
| | | <g id="ç»_12192-2" transform="translate(0 -67)"> |
| | | <path id="è·¯å¾_6068" class="st0" d="M2786.8,1233c-0.1,0.9,0.1,1.8,0.4,2.7c0.3,0.7,0.7,1.4,1.2,2c0.7,0.6,1.6,1.1,2.5,1.4 |
| | | c1,0.3,2.1,0.4,3.2,0.4c0.7,0,1.4-0.1,2.1-0.2c0.7-0.1,1.5-0.4,2.1-0.7c0.6-0.3,1.2-0.8,1.7-1.4c0.5-0.6,0.7-1.4,0.7-2.2 |
| | | c0-0.8-0.2-1.6-0.6-2.3c-0.5-0.6-1.2-1.1-2-1.4c-1.1-0.5-2.2-0.8-3.3-1.1c-1.3-0.3-2.9-0.6-4.7-1.1c-1.6-0.3-3.2-0.8-4.7-1.3 |
| | | c-1.4-0.5-2.7-1.2-3.9-2.1c-1.2-0.9-2.1-2.1-2.7-3.4c-0.7-1.7-1-3.5-1-5.3c-0.1-2.6,0.6-5.2,2-7.4c1.3-1.9,3.1-3.5,5.2-4.6 |
| | | c2.2-1.2,4.5-2,7-2.4c2.4-0.5,4.9-0.7,7.4-0.7c2.3,0,4.5,0.2,6.8,0.6c2.1,0.4,4.2,1.2,6.1,2.3c1.8,1.1,3.2,2.6,4.2,4.4 |
| | | c1.1,2.2,1.5,4.6,1.3,7.1h-13.2c0.2-1.4-0.2-2.8-1.1-3.9c-0.5-0.6-1.2-1-2-1.2c-0.8-0.3-1.6-0.4-2.4-0.4c-0.8,0-1.5,0.1-2.3,0.2 |
| | | c-0.7,0.1-1.5,0.4-2.1,0.7c-0.6,0.3-1.2,0.7-1.6,1.3c-0.4,0.6-0.6,1.3-0.6,2c0,0.7,0.3,1.5,0.8,2c0.6,0.6,1.4,1,2.1,1.3 |
| | | c1,0.4,2.1,0.7,3.2,0.9c1.2,0.3,2.5,0.6,3.8,0.9c2.1,0.5,3.9,1.1,5.5,1.6c1.5,0.5,2.9,1.3,4.1,2.2c1.1,0.9,2,2.1,2.5,3.5 |
| | | c0.6,1.7,0.9,3.5,0.9,5.4c0.1,2.9-0.6,5.8-2.1,8.3c-1.4,2.1-3.2,3.7-5.4,4.9c-2.3,1.2-4.8,2-7.3,2.4c-2.6,0.4-5.3,0.6-8,0.6 |
| | | c-2.6,0-5.2-0.3-7.8-0.9c-2.1-0.5-4.1-1.4-5.9-2.7c-1.6-1.3-2.9-3-3.8-4.9c-1-2.3-1.6-4.8-1.6-7.4H2786.8z M2845,1237.7 |
| | | c1.8,0,3.6-0.5,5-1.5c1.4-1,2.6-2.4,3.4-3.9c0.9-1.6,1.6-3.3,1.9-5.2c0.4-1.7,0.6-3.5,0.6-5.3c0-1-0.1-2-0.3-3 |
| | | c-0.2-1-0.5-2-1.1-2.9c-0.6-0.9-1.4-1.6-2.3-2.1c-1.2-0.6-2.6-0.9-4-0.9c-1.8-0.1-3.5,0.5-5,1.6c-1.4,1.1-2.6,2.5-3.4,4 |
| | | c-0.9,1.7-1.5,3.4-1.9,5.3c-0.4,1.7-0.6,3.5-0.6,5.2c-0.1,2.2,0.5,4.3,1.7,6.1C2840.6,1236.9,2842.8,1237.9,2845,1237.7 |
| | | L2845,1237.7z M2828.2,1203h14.2l-1.1,5.2h0.2c1.5-2,3.4-3.7,5.6-4.9c2.4-1.2,5.1-1.7,7.7-1.6c2.5-0.1,5,0.5,7.2,1.6 |
| | | c2,1,3.6,2.5,4.9,4.3c1.3,1.8,2.3,3.9,2.8,6.1c0.6,2.4,0.9,4.9,0.9,7.3c0,3.3-0.5,6.7-1.5,9.9c-0.9,3.2-2.4,6.2-4.3,9 |
| | | c-1.9,2.6-4.3,4.8-7.2,6.4c-3.1,1.7-6.5,2.6-10,2.5c-2.6,0.1-5.3-0.5-7.7-1.5c-2.3-1.2-4.2-3.1-5.3-5.5h-0.2l-4.2,20.7h-14.6 |
| | | L2828.2,1203z M2907.6,1219.2c0.1-1.9-0.5-3.7-1.8-5.1c-1.3-1.1-3-1.7-4.7-1.7c-1.9-0.1-3.8,0.3-5.4,1.3 |
| | | c-1.4,0.9-2.6,2.2-3.4,3.7c-0.9,1.6-1.5,3.3-1.8,5.1c-0.4,1.8-0.6,3.6-0.6,5.4c-0.2,2.6,0.5,5.2,1.8,7.5c1.3,1.8,3.4,2.8,5.5,2.7 |
| | | c2.1,0.1,4.1-0.6,5.6-2.1c1.5-1.5,2.5-3.4,2.9-5.5h14.1c-0.6,2.9-1.6,5.7-3.1,8.2c-1.3,2.2-3.1,4.1-5.1,5.7 |
| | | c-2,1.5-4.3,2.6-6.8,3.3c-2.7,0.7-5.4,1.1-8.2,1.1c-2.9,0-5.8-0.4-8.6-1.2c-2.5-0.7-4.8-2-6.8-3.6c-1.9-1.6-3.5-3.7-4.5-6.1 |
| | | c-1.1-2.7-1.7-5.6-1.6-8.6c0-3.7,0.6-7.4,1.9-10.9c1.2-3.3,3-6.2,5.4-8.8c2.3-2.5,5.2-4.5,8.3-5.8c3.5-1.5,7.2-2.2,11-2.1 |
| | | c2.7,0,5.3,0.3,7.9,1.1c2.3,0.7,4.5,1.7,6.4,3.2c1.8,1.5,3.3,3.3,4.3,5.5c1.1,2.4,1.6,5.1,1.5,7.8L2907.6,1219.2z"/> |
| | | <path id="icon" class="st0" d="M2907.4,1309L2907.4,1309z M2788.7,1320.4l-6.8-8.2l49.6-32l42.1,23.3l41.4-30.7l7.4,7.8 |
| | | l-47.8,35.4l-42.5-23.6L2788.7,1320.4z M2894.7,1262.7l44.1-0.8l-9.9,38.1"/> |
| | | <g id="icon-2" transform="translate(2712.203 1111.752)"> |
| | | <path id="è·¯å¾_6065" class="st0" d="M133.7,264.6H59.3c-9.8,0.3-18-7.3-18.4-17.2c0-0.1,0-0.2,0-0.4V82.1 |
| | | c0.4-9.9,8.5-17.6,18.4-17.5h149.7c9.8-0.3,18.1,7.4,18.4,17.2c0,0.1,0,0.2,0,0.3v53.2c-0.2,3.9-3.4,6.9-7.3,6.7 |
| | | c-3.7-0.1-6.6-3.1-6.7-6.7V82.1c0-2.3-1.9-4.2-4.2-4.2c-0.1,0-0.1,0-0.2,0H59.3c-2.3,0.1-4.2,1.9-4.4,4.2v165 |
| | | c0,2.3,1.9,4.2,4.2,4.2c0.1,0,0.1,0,0.2,0h74.5c3.7-0.2,6.8,2.6,7,6.3c0.2,3.7-2.6,6.8-6.3,7C134.2,264.6,134,264.6,133.7,264.6 |
| | | z"/> |
| | | </g> |
| | | </g> |
| | | </g> |
| | | <g id="icon-3" transform="translate(3085.317 858.952)"> |
| | | <path id="è·¯å¾_6067" class="st1" d="M286.4,264.9h20.9v69.5h-20.9V264.9z M258.6,285.7h20.9v48.7h-20.9V285.7z M230.8,306.6 |
| | | h20.9v27.8h-20.8L230.8,306.6z"/> |
| | | </g> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18" height="17.732" viewBox="0 0 18 17.732"><defs><style>.a{fill:#8a8a8a;}</style></defs><g transform="translate(-130.816 -135.526)"><path class="a" d="M147.394,135.526h-11.04a1.423,1.423,0,0,0-1.424,1.422v1.145h-2.692a1.423,1.423,0,0,0-1.422,1.422v12.321a1.423,1.423,0,0,0,1.422,1.422h11.044a1.423,1.423,0,0,0,1.422-1.422v-1.144h2.69a1.423,1.423,0,0,0,1.422-1.422V136.948a1.423,1.423,0,0,0-1.422-1.422Zm-4.152,13.7V151.8H132.275v-12.24h10.966Zm4.112,0H144.7v-9.715a1.423,1.423,0,0,0-1.422-1.422h-6.89v-1.105h10.966Z" transform="translate(0 0)"/><path class="a" d="M237.568,413.44h7.19v1.452h-7.19Zm0,6.238h7.19v1.452h-7.19Zm0-3.118h4.073v1.452h-4.073Z" transform="translate(-104.211 -271.303)"/></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="17.344" height="18" viewBox="0 0 17.344 18"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M157,141.031a.844.844,0,0,1,.844.844v3.281A.844.844,0,0,1,157,146h-8.437a.844.844,0,0,1-.844-.844v-3.281a.844.844,0,0,1,.844-.844Zm1.5-11.391h.014a.844.844,0,0,1,.83.844v6.53a.844.844,0,0,1-.844.83h-4.919l-2.376,1.927a.844.844,0,0,1-1.063,0l-2.376-1.927h-4.079v4.828h2.5a.844.844,0,0,1-.014,1.687H142.83a.844.844,0,0,1-.83-.844v-6.53a.844.844,0,0,1,.844-.83h4.936l2.362-1.915a.844.844,0,0,1,1.063,0l2.362,1.915h4.089v-4.828h-2.5a.844.844,0,0,1,.014-1.687Zm-2.344,13.078h-6.75v1.594h6.75Zm-5.483-6.736-1.262,1.023,1.262,1.023,1.262-1.023ZM152.781,128a.844.844,0,0,1,.844.844v3.281a.844.844,0,0,1-.844.844h-8.437a.844.844,0,0,1-.844-.844v-3.281a.844.844,0,0,1,.844-.844Zm-.844,1.688h-6.75v1.594h6.75Z" transform="translate(-142 -128)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692257678434" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13395" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M204.8 51.2h614.4c84.992 0 153.6 68.608 153.6 153.6v614.4c0 84.992-68.608 153.6-153.6 153.6H204.8c-84.992 0-153.6-68.608-153.6-153.6V204.8c0-84.992 68.608-153.6 153.6-153.6z" fill="#5A84FF" p-id="13396"></path><path d="M235.40224 401.45408l286.208-165.888 266.752 165.888-280.064 172.544-272.896-172.544z" fill="#D6E9FB" p-id="13397"></path><path d="M235.40224 520.23808l96.256-58.368 177.152 111.616 183.808-113.152 95.744 59.904-279.552 175.616-273.408-175.616z" fill="#FFFFFF" opacity=".7" p-id="13398"></path><path d="M235.40224 610.86208l66.56-47.616 207.36 132.096 211.456-132.096 67.584 47.616-279.552 177.152-273.408-177.152z" fill="#FFFFFF" opacity=".4" p-id="13399"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18" height="17.278" viewBox="0 0 18 17.278"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M57.65,63.636a3.225,3.225,0,1,1-3.225-3.225A3.225,3.225,0,0,1,57.65,63.636Zm-3.225,1.677a1.677,1.677,0,1,0-1.636-1.677A1.677,1.677,0,0,0,54.425,65.312ZM60.17,57.65a3.226,3.226,0,1,1,3.148-3.225A3.226,3.226,0,0,1,60.17,57.65Zm0-4.9a1.677,1.677,0,1,0,1.636,1.676,1.677,1.677,0,0,0-1.636-1.676Zm5.805,7.663a3.225,3.225,0,1,1-3.225,3.225A3.225,3.225,0,0,1,65.975,60.41Zm0,4.9a1.677,1.677,0,1,0-1.636-1.677A1.677,1.677,0,0,0,65.975,65.312Zm.258-5.4a6.134,6.134,0,0,0-2.578-4.151,3.731,3.731,0,0,0,.232-1.677A7.679,7.679,0,0,1,67.835,60.4a3.692,3.692,0,0,0-1.6-.486ZM63.2,66.129a3.738,3.738,0,0,0,1.37.963,7.677,7.677,0,0,1-8.772.017,3.736,3.736,0,0,0,1.386-.956,6.139,6.139,0,0,0,6.016-.024ZM56.685,55.763a6.117,6.117,0,0,0-2.578,4.155,3.717,3.717,0,0,0-1.6.518,7.676,7.676,0,0,1,3.949-6.351,3.731,3.731,0,0,0,.232,1.677Zm5.672,4.412h.5a.306.306,0,0,1,.269.338v.572a.332.332,0,0,1-.269.337h-.5a2.445,2.445,0,0,1-.2.471l.37.337a.307.307,0,0,1,0,.4l-.4.4a.307.307,0,0,1-.405,0l-.336-.371a1.754,1.754,0,0,1-.472.2v.506a.332.332,0,0,1-.336.3H60a.332.332,0,0,1-.337-.3v-.5a2.443,2.443,0,0,1-.471-.2l-.337.37a.307.307,0,0,1-.4,0l-.4-.4a.307.307,0,0,1,0-.405l.371-.336a2.445,2.445,0,0,1-.2-.472h-.5a.305.305,0,0,1-.27-.336v-.573a.332.332,0,0,1,.269-.337h.506a2.443,2.443,0,0,1,.2-.471l-.37-.337a.307.307,0,0,1,0-.4l.4-.4a.307.307,0,0,1,.405,0l.336.371a1.741,1.741,0,0,1,.472-.2v-.506a.332.332,0,0,1,.336-.3h.573a.332.332,0,0,1,.337.3v.5a2.443,2.443,0,0,1,.471.2l.337-.37a.307.307,0,0,1,.4,0l.4.4a.307.307,0,0,1,0,.405l-.371.336a2.353,2.353,0,0,1,.2.472Zm-3.065.44a1,1,0,0,0,1.01,1.01,1.015,1.015,0,0,0,1.01-1.01A1,1,0,0,0,60.3,59.6.985.985,0,0,0,59.292,60.614Z" transform="translate(-51.2 -51.199)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18" height="17.388" viewBox="0 0 18 17.388"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M523.813,556.077l1.426,2.468-1.426,2.468h-2.851l-1.425-2.468,1.425-2.468h2.851m.814-1.41h-4.479l-2.24,3.878,2.24,3.878h4.479l2.24-3.878Z" transform="translate(-508.868 -545.035)"/><path class="a" d="M705.133,705.474m-1.41,0a1.41,1.41,0,1,0,1.41-1.41A1.41,1.41,0,0,0,703.723,705.474Z" transform="translate(-691.712 -691.963)"/><path class="a" d="M6.453,1.41V6.346H1.518V1.41H6.453M7.864,0H.107V7.756H7.864Z" transform="translate(-0.106)"/><path class="a" d="M6.346,555.693v4.936H1.41v-4.936H6.346m1.41-1.41H0v7.756H7.756Z" transform="translate(0 -544.657)"/><path class="a" d="M560.629,1.41V6.346h-4.936V1.41h4.936M562.04,0h-7.756V7.756h7.756Z" transform="translate(-544.641)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="17.999" height="18" viewBox="0 0 17.999 18"><defs><style>.a{fill:#8a8a8a;}</style></defs><g transform="translate(-98.56 -75.52)"><path class="a" d="M106.139,93.52H101.3A2.731,2.731,0,0,1,98.56,90.8V78.241A2.731,2.731,0,0,1,101.3,75.52h10.631a2.731,2.731,0,0,1,2.737,2.721v4.4a.632.632,0,0,1-1.263,0v-4.4a1.471,1.471,0,0,0-1.474-1.465H101.3a1.471,1.471,0,0,0-1.474,1.465V90.8a1.471,1.471,0,0,0,1.474,1.465h4.842a.628.628,0,1,1,0,1.256Z"/><path class="a" d="M277.309,264.021a4.737,4.737,0,1,1,4.737-4.737A4.742,4.742,0,0,1,277.309,264.021Zm0-8.21a3.474,3.474,0,1,0,3.474,3.474A3.477,3.477,0,0,0,277.309,255.81Zm-1.368-4.947h-7.789a.632.632,0,0,1,0-1.263h7.789a.632.632,0,0,1,0,1.263Zm-4.631,3.158h-3.158a.632.632,0,0,1,0-1.263h3.158a.632.632,0,1,1,0,1.263Zm0,3.158h-3.158a.632.632,0,1,1,0-1.263h3.158a.632.632,0,1,1,0,1.263Z" transform="translate(-165.486 -170.606)"/><path class="a" d="M661.528,649.41a.629.629,0,0,1-.446-.185l-2.233-2.233a.631.631,0,0,1,.893-.893l2.233,2.233a.632.632,0,0,1-.446,1.078Z" transform="translate(-548.589 -558.753)"/><path class="a" d="M659.294,649.41a.632.632,0,0,1-.446-1.078l2.233-2.233a.631.631,0,0,1,.893.893l-2.233,2.233A.629.629,0,0,1,659.294,649.41Z" transform="translate(-548.588 -558.753)"/></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1717466404923" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3466" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M287 62h450c99 0 180 81 180 180v517.5c0 99-81 180-180 180H287c-99 0-180-81-180-180V242c0-99 81-180 180-180z m0 67.5c-63 0-112.5 49.5-112.5 112.5v517.5c0 63 49.5 112.5 112.5 112.5h450c63 0 112.5-49.5 112.5-112.5V242c0-63-49.5-112.5-112.5-112.5H287zM777.5 818l-9 9c-9 9-29.25 9-38.25 0L665 768.5c-24.75 15.75-51.75 24.75-81 24.75-85.5 0-153-69.75-153-153s67.5-153 153-153 153 69.75 153 153c0 31.5-9 58.5-24.75 83.25L777.5 782c11.25 6.75 9 24.75 0 36zM584 552.5c-47.25 0-85.5 38.25-85.5 87.75 0 47.25 38.25 87.75 85.5 87.75s85.5-38.25 85.5-87.75-38.25-87.75-85.5-87.75z m-342-333h180c13.5 0 22.5 9 22.5 22.5v67.5c0 13.5-9 22.5-22.5 22.5H242c-13.5 0-22.5-9-22.5-22.5V242c0-13.5 9-22.5 22.5-22.5zM219.5 377h585v45h-585v-45z m0 112.5h180v45h-180v-45z m270-225h315v45h-315v-45z" fill="#8a8a8a" p-id="3467"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1722236127548" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3554" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M891.36 477.76a364.48 364.48 0 0 0-720-40.96c-7.52 35.2-71.68 32-64-8.48a428.48 428.48 0 0 1 847.84 43.36" p-id="3555" fill="#8a8a8a"></path><path d="M127.2 488.64L43.84 352l54.72-33.44 49.92 82.08 81.92-50.08 33.44 54.72-136.64 83.36zM168.96 533.76a364.48 364.48 0 0 0 720 41.12c7.52-35.36 71.68-32 64 8.32a428.48 428.48 0 0 1-847.68-43.36" p-id="3556" fill="#8a8a8a"></path><path d="M932.48 522.72l84.64 135.84-54.24 33.92L912 611.04l-81.44 50.72-33.92-54.24 135.84-84.8z" p-id="3557" fill="#8a8a8a"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:none;} |
| | | .st1{fill:#7E7E7F;} |
| | | </style> |
| | | <g id="è§è²å·¥ä½æé" transform="translate(-2888 -1040)"> |
| | | <g id="ç©å½¢_24994" transform="translate(2888 1040)"> |
| | | <g> |
| | | <path class="st0" d="M30,0h140c16.6,0,30,13.4,30,30v140c0,16.6-13.4,30-30,30H30c-16.6,0-30-13.4-30-30V30C0,13.4,13.4,0,30,0z" |
| | | /> |
| | | </g> |
| | | <g> |
| | | <path class="st1" d="M170,200H30c-16.5,0-30-13.5-30-30V30C0,13.5,13.5,0,30,0h140c16.5,0,30,13.5,30,30v140 |
| | | C200,186.5,186.5,200,170,200z M30,12c-9.9,0-18,8.1-18,18v140c0,9.9,8.1,18,18,18h140c9.9,0,18-8.1,18-18V30c0-9.9-8.1-18-18-18 |
| | | H30z"/> |
| | | </g> |
| | | </g> |
| | | <g id="icon" transform="translate(2737.3 903.9)"> |
| | | <g id="è·¯å¾_6061"> |
| | | <path class="st1" d="M244.3,243c-21.3,0-38.5-17.2-38.5-38.5c0-21.3,17.2-38.5,38.5-38.5c21.3,0,38.5,17.2,38.5,38.5 |
| | | c0,10.2-4.1,20-11.3,27.2C264.3,239,254.5,243.1,244.3,243z M244.3,177.8c-14.8,0-26.8,12-26.8,26.8s12,26.8,26.8,26.8 |
| | | s26.8-12,26.8-26.8l0,0C271.1,189.8,259.1,177.8,244.3,177.8z M290.5,279.1c-11.5,0-20.7-9.3-20.7-20.7 |
| | | c0-11.5,9.3-20.7,20.7-20.7c11.5,0,20.7,9.3,20.7,20.7c0,5.5-2.2,10.8-6.1,14.7C301.2,276.9,296,279.1,290.5,279.1L290.5,279.1z |
| | | M290.5,249.3c-5,0-9.1,4.1-9.1,9.1c0,5,4.1,9.1,9.1,9.1c5,0,9.1-4.1,9.1-9.1c0-2.4-1-4.7-2.7-6.4 |
| | | C295.2,250.2,292.9,249.3,290.5,249.3L290.5,249.3z"/> |
| | | </g> |
| | | <g id="è·¯å¾_6062"> |
| | | <path class="st1" d="M186.5,300.9c-3.2,0-5.8-2.6-5.8-5.8c0,0,0,0,0,0c0-35.1,28.4-63.5,63.4-63.6c0.1,0,0.1,0,0.2,0 |
| | | c3.2,0,5.8,2.6,5.9,5.8c0,3.2-2.6,5.8-5.8,5.9c0,0,0,0-0.1,0c-28.7,0-51.9,23.3-52,52C192.4,298.3,189.8,300.9,186.5,300.9 |
| | | C186.6,300.9,186.5,300.9,186.5,300.9z M272.7,295.8l-7.1-7.1c-2.3-2.3-2.3-6,0-8.3c2.3-2.3,6-2.3,8.3,0l7.1,7.1 |
| | | c2.3,2.3,2.3,6,0,8.3C278.7,298.1,275,298.1,272.7,295.8L272.7,295.8z"/> |
| | | </g> |
| | | <g id="è·¯å¾_6063"> |
| | | <path class="st1" d="M281.4,277.6l-22.7,22.7c-2.3,2.3-6,2.3-8.3,0s-2.3-6,0-8.3l22.7-22.7c2.3-2.3,6-2.3,8.3,0 |
| | | S283.6,275.3,281.4,277.6z"/> |
| | | </g> |
| | | </g> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1722235922005" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2552" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M837.864727 560.593455l-14.289454 46.754909a324.724364 324.724364 0 0 1-23.877818 57.460363l-23.016728 43.194182 32.791273 36.352a46.312727 46.312727 0 0 1-1.256727 63.860364 45.451636 45.451636 0 0 1-32.395637 13.265454c-11.682909 0-22.853818-4.258909-31.464727-12.008727l-36.352-32.814545-43.217454 23.04c-18.455273 9.844364-37.794909 17.873455-57.437091 23.877818l-46.754909 14.289454-2.56 48.826182A46.336 46.336 0 0 1 512 930.909091a46.336 46.336 0 0 1-46.033455-44.218182l-2.56-48.826182-46.754909-14.289454a324.491636 324.491636 0 0 1-57.437091-23.877818l-43.217454-23.04-36.352 32.814545c-8.587636 7.749818-19.781818 12.032-31.464727 12.032-12.334545 0-23.831273-4.724364-32.395637-13.288727a46.312727 46.312727 0 0 1-1.256727-63.860364l32.791273-36.352-23.016728-43.217454a323.770182 323.770182 0 0 1-23.877818-57.437091l-14.289454-46.778182-48.826182-2.56A46.359273 46.359273 0 0 1 93.090909 512c0-24.529455 19.432727-44.730182 44.218182-46.033455l48.826182-2.56 14.289454-46.778181c6.004364-19.618909 14.033455-38.935273 23.877818-57.413819l23.016728-43.217454-32.791273-36.352a46.312727 46.312727 0 0 1 1.256727-63.860364 45.451636 45.451636 0 0 1 32.395637-13.288727c11.682909 0 22.877091 4.282182 31.464727 12.032l36.352 32.791273 43.217454-23.04a325.236364 325.236364 0 0 1 57.437091-23.854546l46.754909-14.289454 2.56-48.826182A46.359273 46.359273 0 0 1 512 93.090909c24.529455 0 44.730182 19.432727 46.033455 44.218182l2.56 48.826182 46.754909 14.289454c19.642182 6.004364 38.981818 14.033455 57.437091 23.877818l43.217454 23.016728 36.352-32.814546c8.610909-7.726545 19.781818-12.008727 31.464727-12.008727 12.334545 0 23.831273 4.724364 32.395637 13.265455a46.312727 46.312727 0 0 1 1.256727 63.860363l-32.791273 36.375273 23.016728 43.217454c9.844364 18.478545 17.873455 37.794909 23.877818 57.437091l14.289454 46.754909 48.826182 2.56c24.808727 1.303273 44.218182 21.504 44.218182 46.033455a46.336 46.336 0 0 1-44.218182 46.033455l-48.826182 2.56zM1000.727273 512c0-61.952-49.198545-112.546909-110.382546-115.758545a393.658182 393.658182 0 0 0-29.021091-69.841455c41.076364-45.544727 40.075636-116.154182-3.746909-159.976727a115.2 115.2 0 0 0-81.757091-33.745455 116.596364 116.596364 0 0 0-78.219636 29.998546 394.682182 394.682182 0 0 0-69.841455-29.021091C624.546909 72.448 573.952 23.272727 512 23.272727c-61.952 0-112.546909 49.198545-115.758545 110.382546a395.403636 395.403636 0 0 0-69.841455 29.021091 116.596364 116.596364 0 0 0-78.219636-30.021819 115.2 115.2 0 0 0-81.757091 33.745455c-43.822545 43.845818-44.8 114.455273-3.746909 160a395.403636 395.403636 0 0 0-29.021091 69.818182C72.471273 399.476364 23.272727 450.071273 23.272727 512c0 61.952 49.198545 112.570182 110.382546 115.758545a393.937455 393.937455 0 0 0 29.021091 69.818182c-41.053091 45.568-40.075636 116.177455 3.746909 160a115.2 115.2 0 0 0 81.757091 33.745455 116.596364 116.596364 0 0 0 78.219636-30.021818c22.132364 11.799273 45.474909 21.597091 69.841455 29.044363C399.453091 951.528727 450.048 1000.727273 512 1000.727273c61.952 0 112.546909-49.198545 115.758545-110.382546 24.389818-7.447273 47.709091-17.245091 69.841455-29.021091a116.596364 116.596364 0 0 0 78.219636 29.998546 115.2 115.2 0 0 0 81.757091-33.745455c43.822545-43.822545 44.8-114.432 3.746909-159.976727 11.776-22.109091 21.573818-45.451636 29.021091-69.841455C951.528727 624.570182 1000.727273 573.952 1000.727273 512z m-488.727273 151.272727a151.458909 151.458909 0 0 1-151.272727-151.272727c0-83.409455 67.863273-151.272727 151.272727-151.272727s151.272727 67.863273 151.272727 151.272727-67.863273 151.272727-151.272727 151.272727z m0-372.363636c-121.902545 0-221.090909 99.188364-221.090909 221.090909s99.188364 221.090909 221.090909 221.090909 221.090909-99.188364 221.090909-221.090909-99.188364-221.090909-221.090909-221.090909z" fill="#333333" p-id="2553"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1724047746766" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2356" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M506.046512 11.906977C233.376744 11.906977 11.906977 233.376744 11.906977 506.046512S233.376744 1000.186047 506.046512 1000.186047 1000.186047 778.716279 1000.186047 506.046512 778.716279 11.906977 506.046512 11.906977z m0 928.744186C266.716279 940.651163 71.44186 745.376744 71.44186 506.046512S266.716279 71.44186 506.046512 71.44186 940.651163 266.716279 940.651163 506.046512 745.376744 940.651163 506.046512 940.651163z" fill="#464646" p-id="2357"></path><path d="M776.334884 485.804651L402.455814 270.288372c-9.525581-4.762791-20.24186-4.762791-29.767442 0S357.209302 285.767442 357.209302 296.483721v432.223256c0 10.716279 5.953488 20.24186 14.288372 26.195349 4.762791 2.381395 9.525581 3.572093 14.288373 3.572093s10.716279-1.190698 14.288372-3.572093L773.953488 539.386047c9.525581-4.762791 14.288372-15.47907 14.288372-26.195349s-2.381395-21.432558-11.906976-27.386047zM416.744186 676.316279V347.683721L702.511628 512 416.744186 676.316279z" fill="#464646" p-id="2358"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1724050476778" class="icon" viewBox="0 0 1025 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5405" xmlns:xlink="http://www.w3.org/1999/xlink" width="256.25" height="256"><path d="M512.268258 1022.835842c-68.658678 0-135.399619-13.564433-198.369591-40.316509-60.752236-25.809077-115.373446-62.712976-162.346233-109.685763-46.971763-46.971763-83.875662-101.592974-109.685763-162.346233C15.115619 647.517366 1.551186 580.777449 1.551186 512.118771S15.115619 376.719151 41.866671 313.74918c25.810101-60.752236 62.714-115.373446 109.685763-162.346233 46.972787-46.971763 101.593997-83.875662 162.346233-109.685763 62.969971-26.751052 129.710912-40.315485 198.369591-40.315485s135.398595 13.564433 198.368567 40.315485c60.752236 25.810101 115.373446 62.714 162.346233 109.685763 46.971763 46.972787 83.875662 101.593997 109.685763 162.346233 26.752076 62.969971 40.316509 129.710912 40.316509 198.369591s-13.564433 135.398595-40.316509 198.368567c-25.809077 60.75326-62.712976 115.37447-109.685763 162.346233-46.971763 46.972787-101.592974 83.876686-162.346233 109.685763C647.666853 1009.27141 580.925912 1022.835842 512.268258 1022.835842zM512.268258 50.548195c-62.018782 0-122.293887 12.247716-179.152287 36.403219-54.923257 23.333323-104.317532 56.709936-146.810821 99.204249s-75.870926 91.888588-99.204249 146.810821c-24.155503 56.8584-36.403219 117.133505-36.403219 179.152287 0 62.017758 12.247716 122.292863 36.403219 179.152287 23.333323 54.923257 56.709936 104.317532 99.204249 146.811845 42.493289 42.493289 91.888588 75.870926 146.810821 99.204249 56.8584 24.155503 117.133505 36.403219 179.152287 36.403219 62.017758 0 122.292863-12.247716 179.152287-36.403219 54.923257-23.333323 104.317532-56.71096 146.811845-99.204249 42.493289-42.494313 75.870926-91.888588 99.204249-146.811845 24.155503-56.8584 36.403219-117.133505 36.403219-179.152287s-12.247716-122.293887-36.403219-179.152287c-23.334347-54.923257-56.71096-104.317532-99.205273-146.810821-42.493289-42.493289-91.887565-75.870926-146.810821-99.204249C634.561121 62.795911 574.286016 50.548195 512.268258 50.548195z" fill="#252334" p-id="5406"></path><path d="M655.434047 694.244421 367.12637 694.244421c-21.046987 0-38.170445-17.123458-38.170445-38.170445L328.955925 367.766298c0-21.046987 17.123458-38.170445 38.170445-38.170445l288.307678 0c21.048011 0 38.170445 17.123458 38.170445 38.170445l0 288.307678C693.604492 677.120962 676.482058 694.244421 655.434047 694.244421zM380.150191 643.050154l262.260035 0L642.410226 380.79012 380.150191 380.79012 380.150191 643.050154z" fill="#272536" p-id="5407"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18.001" viewBox="0 0 18 18.001"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M49.833,58.891H47.776a1.267,1.267,0,0,1-1.3-1.3V56.125c-.115-.059-.229-.118-.338-.18l-1.3.81a1.317,1.317,0,0,1-1.719-.472l-.029-.046-2.042-3.574a1.28,1.28,0,0,1-.157-1.112,1.21,1.21,0,0,1,.678-.716l1.213-.758v-.365l-1.213-.758a1.208,1.208,0,0,1-.678-.718,1.293,1.293,0,0,1,.157-1.112l2.034-3.56a1.18,1.18,0,0,1,.741-.581,1.336,1.336,0,0,1,1.1.2l1.194.747c.113-.073.233-.143.361-.21V42.195a1.267,1.267,0,0,1,1.3-1.3h4.1a1.267,1.267,0,0,1,1.3,1.3v1.469c.115.059.227.118.338.18l1.3-.81a1.317,1.317,0,0,1,1.719.472l.029.046L58.6,47.125a1.28,1.28,0,0,1,.157,1.112,1.21,1.21,0,0,1-.678.716l-1.213.758V49.9a.783.783,0,0,1-1.566,0V48.844L57.13,47.7l-1.8-3.152-1.824,1.14-.42-.281a10.931,10.931,0,0,0-1.045-.567l-.428-.216V42.462H48.045v2.4l-.592.149a2.909,2.909,0,0,0-.745.414l-.56.374-1.866-1.169L42.525,47.7l1.826,1.142v2.1l-1.826,1.142,1.8,3.152,1.824-1.14.42.281a10.93,10.93,0,0,0,1.045.567l.432.216v2.166h1.786a.782.782,0,0,1,0,1.564Zm0-10.561a1.564,1.564,0,1,1-1.564,1.564A1.565,1.565,0,0,1,49.83,48.33m0-1.566a3.129,3.129,0,1,0,3.129,3.129A3.129,3.129,0,0,0,49.83,46.764Zm3.524,10.57h4.695a.783.783,0,1,1,0,1.566H53.354a.783.783,0,1,1,0-1.566Zm0-2.737h4.695a.783.783,0,1,1,0,1.566H53.354a.783.783,0,0,1,0-1.566Zm0-2.739h4.695a.783.783,0,1,1,0,1.566H53.354a.783.783,0,1,1,0-1.566Z" transform="translate(-40.832 -40.9)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18.611" height="19.145" viewBox="0 0 18.611 19.145"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M77.565,87.188a.913.913,0,0,1-.913-.913V76.227H92.438v3.533a5.906,5.906,0,0,1,1.251,1.093V75.6a.667.667,0,0,0-.063-.275L91.846,71.68a1.936,1.936,0,0,0-1.727-1.08H78.97a1.932,1.932,0,0,0-1.727,1.08l-1.781,3.645a.607.607,0,0,0-.063.275V86.274a2.168,2.168,0,0,0,2.165,2.165h6.653a6.053,6.053,0,0,1-.709-1.251Zm.8-14.957a.677.677,0,0,1,.6-.375H90.111a.677.677,0,0,1,.6.375l1.343,2.744H77.027ZM89.11,79.943a4.9,4.9,0,1,0,4.9,4.9A4.906,4.906,0,0,0,89.11,79.943Zm0,8.546a3.65,3.65,0,1,1,3.65-3.65A3.654,3.654,0,0,1,89.11,88.489Zm2.523-3.445a.625.625,0,0,1-.626.626H88.993a.625.625,0,0,1-.626-.626V82.687a.626.626,0,0,1,1.251,0v1.731h1.389A.625.625,0,0,1,91.633,85.044Zm-13.5-5.489V78.3h3.641v1.251Z" transform="translate(-75.4 -70.6)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><defs><style>.a{fill:#bebebe;}.b{fill:#fff;}</style></defs><g transform="translate(-560.359 -222)"><path class="a" d="M570.359,222a10,10,0,1,0,10,10,9.95,9.95,0,0,0-10-10Z"/><path class="b" d="M569.488,226.479a1.057,1.057,0,0,1,.827-.4,1.019,1.019,0,0,1,.985.475,1.461,1.461,0,0,1,.239.973c0,.081-.057.612-.08.759l-.317,4.025a2.454,2.454,0,0,1-.239,1.1.627.627,0,0,1-.636.4.6.6,0,0,1-.555-.4,2.785,2.785,0,0,1-.239-1.1l-.215-3.945a4.6,4.6,0,0,1-.081-.872,1.663,1.663,0,0,1,.311-1.018Z"/><path class="b" d="M571.231,237.6a1.132,1.132,0,0,1-.794.317,1.2,1.2,0,0,1-.872-.317,1.3,1.3,0,0,1-.4-.94,1.2,1.2,0,0,1,.317-.872,1.156,1.156,0,0,1,1.744,0,1.192,1.192,0,0,1,.316.872,1.32,1.32,0,0,1-.314.94Z"/></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692103656385" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13266" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M204.8 51.2h614.4c84.992 0 153.6 68.608 153.6 153.6v614.4c0 84.992-68.608 153.6-153.6 153.6H204.8c-84.992 0-153.6-68.608-153.6-153.6V204.8c0-84.992 68.608-153.6 153.6-153.6z" fill="#5A84FF" p-id="13267"></path><path d="M235.40224 401.45408l286.208-165.888 266.752 165.888-280.064 172.544-272.896-172.544z" fill="#D6E9FB" p-id="13268"></path><path d="M235.40224 520.23808l96.256-58.368 177.152 111.616 183.808-113.152 95.744 59.904-279.552 175.616-273.408-175.616z" fill="#FFFFFF" opacity=".7" p-id="13269"></path><path d="M235.40224 610.86208l66.56-47.616 207.36 132.096 211.456-132.096 67.584 47.616-279.552 177.152-273.408-177.152z" fill="#FFFFFF" opacity=".4" p-id="13270"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1690791720824" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="22187" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M926.72 465.92h-368.64V97.28c0-25.6-20.48-46.08-46.08-46.08s-46.08 20.48-46.08 46.08v368.64H97.28c-25.6 0-46.08 20.48-46.08 46.08s20.48 46.08 46.08 46.08h368.64v368.64c0 25.6 20.48 46.08 46.08 46.08s46.08-20.48 46.08-46.08v-368.64h368.64c25.6 0 46.08-20.48 46.08-46.08s-20.48-46.08-46.08-46.08z" fill="#f1f1f1" p-id="22188"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><defs><style>.a{fill:#464e54;}.b{fill:#fff;}</style></defs><g transform="translate(-56 -134)"><circle class="a" cx="9" cy="9" r="9" transform="translate(56 134)"/><path class="b" d="M101.538,95.481H97.024V90.91a.756.756,0,0,0-.743-.743.808.808,0,0,0-.8.743v4.514H90.91a.743.743,0,0,0,0,1.486h4.514v4.514a.743.743,0,1,0,1.486,0V96.91h4.514a.757.757,0,0,0,.743-.743A.617.617,0,0,0,101.538,95.481Z" transform="translate(-31.167 46.833)"/></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:#7E7E7F;} |
| | | </style> |
| | | <g id="产åç åæº¯" transform="translate(-42.667 -42.667)"> |
| | | <path id="è·¯å¾_6059" class="st0" d="M196.9,106v72.4c0,5-4.1,9-9,9c-5,0-9-4.1-9-9V106c0-5,4.1-9,9-9 |
| | | C192.9,97,196.9,101,196.9,106z M151.7,106v72.4c0,5-4.1,9-9,9c-5,0-9-4.1-9-9V106c0-5,4.1-9,9-9C147.7,97,151.7,101,151.7,106z |
| | | M106.5,106v72.4c0,5-4.1,9-9,9c-5,0-9-4.1-9-9V106c0-5,4.1-9,9-9C102.4,97,106.5,101,106.5,106z M228.6,56.3h-43.4 |
| | | c-3.9,0.1-7.2-3.1-7.2-7c0-0.1,0-0.1,0-0.2c0-4.5,3.6-6.3,8.1-6.3h49.8c3.6,0,6.4,3,6.4,6.5c0,0.2,0,0.5,0,0.7v49.8 |
| | | c0,3.6-3,6.4-6.5,6.4c-0.2,0-0.5,0-0.7,0c-3.7,0.3-6.9-2.4-7.2-6c0-0.4,0-0.8,0-1.2V56.3L228.6,56.3z M56.7,228.2h43.4 |
| | | c3.9-0.1,7.2,3.1,7.2,7c0,0.1,0,0.1,0,0.2c0,4.5-3.6,6.3-8.1,6.3H50.4c-3.7,0.3-6.9-2.4-7.2-6c0-0.4,0-0.8,0-1.2v-49.7 |
| | | c0-3.6,3-6.4,6.5-6.4c0.2,0,0.5,0,0.7,0c3.7-0.3,6.9,2.4,7.2,6c0,0.4,0,0.8,0,1.2v42.5L56.7,228.2z"/> |
| | | <path id="è·¯å¾_6060" class="st0" d="M228.6,228.2h-43.4c-3.9-0.1-7.2,3.1-7.2,7c0,0.1,0,0.1,0,0.2c-0.3,3.7,2.4,6.9,6,7.2 |
| | | c0.4,0,0.8,0,1.2,0h49.8c3.9,0.1,7.2-3.1,7.2-7c0-0.1,0-0.1,0-0.2v-49.8c0.1-3.9-3.1-7.2-7-7.2c-0.1,0-0.1,0-0.2,0 |
| | | c-3.7-0.3-6.9,2.4-7.2,6c0,0.4,0,0.8,0,1.2v42.5L228.6,228.2z M56.7,56.3h43.4c3.4,0.1,6.2-2.6,6.3-6.1c0-0.1,0-0.2,0-0.3 |
| | | c0.1-3.9-3.1-7.2-7-7.2c-0.1,0-0.1,0-0.2,0H50.4c-3.7-0.3-6.9,2.4-7.2,6c0,0.4,0,0.8,0,1.2v49.8c0,3.6,3,6.4,6.5,6.4 |
| | | c0.2,0,0.5,0,0.7,0c3.7,0.3,6.9-2.4,7.2-6c0-0.4,0-0.8,0-1.2V56.3H56.7z"/> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M68.22,71.3H68.8v5.289H68.22Zm1.445,0h.579v5.289h-.579Zm1.445,0h.579v5.289h-.579Zm1.445,0h.579v5.289h-.579ZM74,71.3h.579v5.289H74Zm1.445,0h.579v5.289h-.579Zm1.445,0h.579v5.289h-.579Zm1.442,0h.579v5.289h-.579Zm1.445,0h.579v5.289H79.78Zm3.869,7.319a.64.64,0,0,0-.64.64v2.538a.868.868,0,0,1-.867.867H79.6a.64.64,0,0,0,0,1.28h2.538a2.15,2.15,0,0,0,2.147-2.147V79.254A.64.64,0,0,0,83.65,78.614ZM82.143,63.94H79.6a.64.64,0,1,0,0,1.28h2.538a.868.868,0,0,1,.867.867v2.538a.64.64,0,0,0,1.28,0V66.087A2.15,2.15,0,0,0,82.143,63.94Zm-13.167,0H66.437a2.15,2.15,0,0,0-2.147,2.147v2.538a.64.64,0,0,0,1.28,0V66.087a.868.868,0,0,1,.867-.867h2.538a.64.64,0,1,0,0-1.28Zm0,18.72H66.437a.868.868,0,0,1-.867-.867V79.254a.64.64,0,0,0-1.28,0v2.538a2.15,2.15,0,0,0,2.147,2.147h2.538a.64.64,0,1,0,0-1.28Z" transform="translate(-64.29 -63.94)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:#7E7E7F;} |
| | | </style> |
| | | <g id="ç»_12190" transform="translate(-2753.061 -1176.367)"> |
| | | <path id="è·¯å¾_6070" class="st0" d="M2791.8,1229.8c-0.1,0.9,0.1,1.7,0.4,2.5c0.3,0.7,0.7,1.3,1.2,1.9c0.7,0.6,1.5,1.1,2.4,1.3 |
| | | c1,0.3,2,0.4,3,0.4c0.7,0,1.3-0.1,1.9-0.2c0.7-0.1,1.4-0.4,2-0.7c0.6-0.3,1.2-0.8,1.6-1.3c0.5-0.6,0.7-1.4,0.6-2.1 |
| | | c0-0.8-0.2-1.5-0.6-2.1c-0.5-0.6-1.1-1-1.9-1.3c-1-0.4-2.1-0.8-3.2-1c-1.3-0.3-2.7-0.6-4.4-1c-1.5-0.3-3-0.7-4.4-1.3 |
| | | c-1.3-0.5-2.6-1.2-3.7-2c-1.1-0.9-2-2-2.6-3.2c-0.7-1.6-1-3.3-0.9-5c-0.1-2.5,0.6-4.9,1.9-7c1.3-1.8,2.9-3.3,4.9-4.4 |
| | | c2.1-1.1,4.3-1.9,6.6-2.3c2.3-0.4,4.6-0.6,7-0.6c2.2,0,4.3,0.2,6.4,0.6c2,0.4,4,1.1,5.7,2.1c1.7,1,3,2.5,4,4.2 |
| | | c1,2.1,1.5,4.4,1.2,6.7h-12.5c0.2-1.3-0.2-2.6-1-3.7c-0.5-0.5-1.1-0.9-1.9-1.1c-0.7-0.2-1.5-0.4-2.3-0.4c-0.7,0-1.4,0.1-2.1,0.2 |
| | | c-0.7,0.1-1.4,0.3-2,0.6c-0.6,0.3-1.1,0.7-1.5,1.2c-0.4,0.6-0.6,1.2-0.6,1.9c0,0.7,0.3,1.4,0.8,1.9c0.6,0.5,1.3,0.9,2,1.2 |
| | | c1,0.4,2,0.6,3,0.9c1.1,0.2,2.3,0.5,3.6,0.9c1.9,0.5,3.7,1,5.2,1.5c1.4,0.5,2.7,1.2,3.9,2.1c1.1,0.9,1.9,2,2.4,3.3 |
| | | c0.6,1.6,0.9,3.3,0.8,5.1c0.1,2.8-0.6,5.5-2,7.8c-1.3,1.9-3,3.5-5.1,4.6c-2.2,1.1-4.5,1.9-6.9,2.2c-2.5,0.4-5,0.6-7.5,0.6 |
| | | c-2.5,0-4.9-0.2-7.3-0.8c-2-0.5-3.9-1.4-5.6-2.6c-1.5-1.2-2.8-2.8-3.6-4.6c-1-2.2-1.5-4.6-1.5-7H2791.8z M2846.9,1234.3 |
| | | c1.7,0,3.4-0.5,4.7-1.5c1.3-1,2.4-2.2,3.2-3.7c0.9-1.5,1.5-3.2,1.8-4.9c0.4-1.6,0.6-3.3,0.6-5c0-1-0.1-1.9-0.2-2.9 |
| | | c-0.1-1-0.5-1.9-1-2.7c-0.6-0.8-1.3-1.5-2.2-2c-1.2-0.6-2.5-0.9-3.8-0.8c-1.7,0-3.4,0.5-4.7,1.5c-1.3,1-2.4,2.3-3.2,3.8 |
| | | c-0.8,1.6-1.5,3.2-1.8,5c-0.4,1.6-0.6,3.3-0.6,4.9c-0.1,2,0.5,4,1.6,5.8C2842.6,1233.6,2844.7,1234.5,2846.9,1234.3L2846.9,1234.3z |
| | | M2830.9,1201.5h13.4l-1,4.9h0.2c1.4-1.9,3.2-3.5,5.3-4.6c2.3-1.1,4.8-1.6,7.3-1.5c2.4-0.1,4.7,0.4,6.8,1.5c1.8,1,3.4,2.4,4.7,4.1 |
| | | c1.2,1.7,2.2,3.7,2.7,5.8c0.6,2.3,0.9,4.6,0.9,6.9c0,3.2-0.5,6.3-1.4,9.3c-0.9,3-2.2,5.9-4.1,8.5c-1.8,2.5-4.1,4.6-6.8,6.1 |
| | | c-2.9,1.6-6.1,2.4-9.5,2.4c-2.5,0.1-5-0.4-7.3-1.5c-2.2-1.1-4-2.9-5-5.2h-0.2l-4,19.6h-13.8L2830.9,1201.5z M2906,1216.9 |
| | | c0.1-1.8-0.5-3.5-1.7-4.8c-1.2-1.1-2.8-1.7-4.5-1.6c-1.8-0.1-3.6,0.3-5.1,1.3c-1.4,0.9-2.5,2.1-3.2,3.5c-0.8,1.5-1.4,3.1-1.7,4.8 |
| | | c-0.3,1.7-0.5,3.4-0.5,5.1c-0.1,2.5,0.5,5,1.7,7.1c1.2,1.7,3.2,2.6,5.2,2.5c2,0.1,3.9-0.6,5.3-1.9c1.4-1.4,2.3-3.2,2.8-5.2h13.3 |
| | | c-0.5,2.7-1.5,5.4-3,7.8c-1.2,2.1-2.9,3.9-4.8,5.4c-1.9,1.4-4.1,2.5-6.4,3.1c-2.5,0.7-5.1,1-7.7,1c-2.7,0-5.5-0.4-8.1-1.1 |
| | | c-2.3-0.7-4.5-1.9-6.4-3.4c-1.8-1.5-3.3-3.5-4.2-5.7c-1.1-2.6-1.6-5.3-1.5-8.1c0-3.5,0.6-7,1.8-10.3c1.1-3.1,2.9-5.9,5.1-8.3 |
| | | c2.2-2.4,4.9-4.3,7.9-5.5c3.3-1.4,6.8-2.1,10.4-2c2.5,0,5,0.3,7.4,1c2.2,0.6,4.2,1.6,6,3c1.7,1.4,3.1,3.1,4.1,5.2 |
| | | c1,2.3,1.5,4.8,1.5,7.3L2906,1216.9z"/> |
| | | <path id="icon" class="st0" d="M2905.8,1301.7L2905.8,1301.7z M2793.6,1312.5l-6.4-7.8l46.8-30.2l39.8,22l39.1-29l7,7.4l-45.2,33.5 |
| | | l-40.2-22.3L2793.6,1312.5z M2893.8,1258l41.6-0.8l-9.4,36"/> |
| | | <g id="icon-2" transform="translate(2712.203 1111.752)"> |
| | | <path id="è·¯å¾_6064" class="st0" d="M228.8,218.4l-4.9-0.2c0,0-1.7-4.5-2.4-5.6l3.5-3.1c1.9-2,1.9-5.1,0-7.1l-4.7-4.7 |
| | | c-2-1.9-5.1-1.9-7.1,0l-3.8,3.8c-1.8-1-3.7-1.8-5.6-2.4v-5.2c0-2.6-2.1-4.7-4.7-4.7h-6.6c-2.6,0-4.7,2.1-4.7,4.7v5.2 |
| | | c-2,0.6-3.9,1.4-5.6,2.4l-3.3-3.8c-2-1.9-5.1-1.9-7.1,0l-4.7,4.7c-1.9,2-1.9,5.1,0,7.1l3.8,3.8c-1,1.8-1.8,3.7-2.4,5.6h-5.2 |
| | | c-2.6,0-4.7,2.1-4.7,4.7v6.6c0,2.6,2.1,4.7,4.7,4.7h5.2c0.6,2,1.4,3.9,2.4,5.6l-3.8,3.8c-1.9,2-1.9,5.1,0,7.1l4.7,4.7 |
| | | c2,1.9,5.1,1.9,7.1,0l3.8-3.8c1.8,1,3.7,1.8,5.6,2.4v5.2c0,2.6,2.1,4.7,4.7,4.7h6.6c2.6,0,4.7-2.1,4.7-4.7v-5.2 |
| | | c2-0.6,3.9-1.4,5.6-2.4l3.8,3.8c2,1.9,5.1,1.9,7.1,0l4.7-4.7c1.9-2,1.9-5.1,0-7.1l-3.8-3.8c1-1.8,1.8-3.7,2.4-5.6h5.2 |
| | | c2.6,0,4.7-2.1,4.7-4.7v0v-6.6C234,220.7,231.7,218.4,228.8,218.4z M196.3,240.1c-7.3,0-13.2-5.9-13.2-13.2s5.9-13.2,13.2-13.2 |
| | | c7.3,0,13.2,5.9,13.2,13.2v0C209.4,234.1,203.5,240,196.3,240.1L196.3,240.1z"/> |
| | | <path id="è·¯å¾_6065" class="st0" d="M135.5,253.6H65.1c-9.3,0.3-17.1-6.9-17.4-16.2c0-0.1,0-0.2,0-0.3V81.2 |
| | | c0.4-9.3,8.1-16.6,17.4-16.6h141.4c9.3-0.3,17.1,6.9,17.4,16.2c0,0.1,0,0.2,0,0.3v50.3c-0.1,3.7-3.2,6.5-6.9,6.4 |
| | | c-3.5-0.1-6.2-2.9-6.4-6.4V81.2c0-2.2-1.8-4-4-4c-0.1,0-0.1,0-0.2,0H65.1c-2.2,0.1-4,1.8-4.2,4v155.9c0,2.2,1.8,4,4,4 |
| | | c0.1,0,0.1,0,0.2,0h70.4c3.5-0.2,6.4,2.5,6.6,5.9c0.2,3.5-2.5,6.4-5.9,6.6C136,253.6,135.7,253.6,135.5,253.6z"/> |
| | | </g> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:none;} |
| | | .st1{fill:#7E7E7F;} |
| | | </style> |
| | | <g id="ç»_12193" transform="translate(-2817.604 -1040.003)"> |
| | | <g id="ç©å½¢_24994" transform="translate(2817.604 1040.003)"> |
| | | <g> |
| | | <path class="st0" d="M30.7,20.8h138.6c16.4,0,29.7,13.3,29.7,29.7v99c0,16.4-13.3,29.7-29.7,29.7H30.7 |
| | | C14.3,179.2,1,165.9,1,149.5v-99C1,34.1,14.3,20.8,30.7,20.8z"/> |
| | | </g> |
| | | <g> |
| | | <path class="st1" d="M169.3,179.2H30.7C14.3,179.2,1,165.9,1,149.5v-99c0-16.4,13.3-29.7,29.7-29.7h138.6 |
| | | c16.4,0,29.7,13.3,29.7,29.7v99C199,165.9,185.7,179.2,169.3,179.2z M30.7,32.7c-9.8,0-17.8,8-17.8,17.8v99 |
| | | c0,9.8,8,17.8,17.8,17.8h138.6c9.8,0,17.8-8,17.8-17.8v-99c0-9.8-8-17.8-17.8-17.8H30.7z"/> |
| | | </g> |
| | | </g> |
| | | <g id="ç»_12197" transform="translate(2819.613 1042.733)"> |
| | | <g id="icon"> |
| | | <path class="st1" d="M24.2,116.8h11.2v32.7H24.2V116.8z M63.7,101h11.2v48.4H63.7V101z M103.2,116.8h11.2v32.7h-11.2V116.8z |
| | | M142.6,91.5h11.2v58h-11.2V91.5z M25.6,102.8l-6.7-8.1l48.9-31.6l41.5,23l40.8-30.2l7.3,7.7l-47.1,34.9l-42-23.3L25.6,102.8z |
| | | M130.2,45.9l43.5-0.8l-9.8,37.6"/> |
| | | </g> |
| | | </g> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692346408991" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13502" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M182.272 794.624h199.68c12.288 0 24.576-4.608 33.28-13.824l325.632-326.144 133.632-131.072c18.432-18.432 18.432-48.128 0.512-66.56l-0.512-0.512-199.68-202.24c-18.432-18.432-48.128-18.432-66.56-0.512l-0.512 0.512-132.608 133.12L148.48 513.536c-8.704 8.704-13.824 20.992-13.824 33.28v199.68c0.512 27.136 21.504 48.128 47.616 48.128z m459.776-640l133.12 133.12-67.072 67.072-133.12-133.12 67.072-67.072z m-412.672 412.672l279.04-279.04 133.12 133.12-279.04 279.04h-133.12v-133.12z m706.56 321.536H88.064c-26.112 0-47.104 20.992-47.104 47.104s20.992 47.104 47.104 47.104h847.872c26.112 0 47.104-20.992 47.104-47.104s-20.992-47.104-47.104-47.104z" fill="#707070" p-id="13503"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:#7E7E7F;} |
| | | </style> |
| | | <path id="å·¥ä½çæ¿" class="st0" d="M188.8,179H11.2C5,179,0,174,0,167.8c0,0,0,0,0,0V11.2C0,5,5,0,11.2,0h0h177.6 |
| | | C195,0,200,5,200,11.2v0v156.6C200,174,195,179,188.8,179C188.8,179,188.8,179,188.8,179z M186.6,16.8c0-1.9-1.5-3.4-3.4-3.4H16.8 |
| | | c-1.9,0-3.4,1.5-3.4,3.4v145.4c0,1.9,1.5,3.4,3.4,3.4h166.4c1.9,0,3.4-1.5,3.4-3.4L186.6,16.8z M155,110.1l-29-29l-28.8,28.8 |
| | | c-3,2.6-7.5,2.6-10.6,0L68.2,91.5l-14.3,14.3c-2.6,2.6-6.9,2.6-9.5,0s-2.6-6.9,0-9.5l19-19c2.8-2.6,7.1-2.5,9.8,0.1L92,96.2 |
| | | l29.3-29.3c2.6-2.6,6.9-2.6,9.5,0c0,0,0,0,0,0l0,0l0.2,0.2l33.5,33.5c2.6,2.6,2.6,6.9,0,9.5S157.7,112.8,155,110.1L155,110.1z |
| | | M17.2,186.6h165.5c3.7,0,6.7,3,6.7,6.7c0,3.7-3,6.7-6.7,6.7H17.2c-3.7,0-6.7-3-6.7-6.7C10.5,189.6,13.5,186.6,17.2,186.6z"/> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.007" viewBox="0 0 20 20.007"><defs><style>.a,.b{fill:#8a8a8a;}.b{font-size:6px;font-family:PingFang SC Bold, PingFang SC;}</style></defs><g transform="translate(-75.087 -341.498)"><g transform="translate(10.688 277.398)"><path class="a" d="M65.111,293.772a.711.711,0,0,1-.711-.711v-2.223a1.737,1.737,0,0,1,.689-1.354A2.331,2.331,0,0,1,66.536,289h4.923a2.326,2.326,0,0,1,1.447.485,1.737,1.737,0,0,1,.689,1.354v1.1a.711.711,0,0,1-1.423,0v-1.1c0-.169-.278-.416-.713-.416H66.536c-.436,0-.713.247-.713.416v2.223A.711.711,0,0,1,65.111,293.772Z" transform="translate(0 -219.87)"/><path class="a" d="M361.423,401.692H350.711a.711.711,0,1,1,0-1.423h10.711c.436,0,.714-.247.714-.416v-9.015c0-.169-.278-.416-.714-.416h-9.286a.711.711,0,1,1,0-1.423h9.286a2.326,2.326,0,0,1,1.447.485,1.737,1.737,0,0,1,.689,1.354v9.013a1.737,1.737,0,0,1-.689,1.354A2.333,2.333,0,0,1,361.423,401.692Z" transform="translate(-279.159 -317.585)"/><path class="a" d="M71.459,451.265H66.536a2.326,2.326,0,0,1-1.447-.485,1.737,1.737,0,0,1-.689-1.354v-9.015a.711.711,0,1,1,1.423,0v9.013c0,.169.278.416.713.416h4.923a.712.712,0,0,1,0,1.425Z" transform="translate(0 -367.158)"/><path class="a" d="M142.863,166.766h-1.423v-4.543H129.323v2.1H127.9v-2.543a.978.978,0,0,1,.978-.978h13.007a.978.978,0,0,1,.978.978Z" transform="translate(-62.089 -94.551)"/><path class="a" d="M239.925,72.071H238.5V65.523h-12.08v1.654H225v-2.1a.978.978,0,0,1,.978-.978h12.97a.978.978,0,0,1,.978.978Z" transform="translate(-156.937)"/></g><text class="b" transform="translate(78 357)"><tspan x="0" y="0">BOM</tspan></text></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> |
| | | <path id="icon" d="M17.5,5h1.667A.834.834,0,0,1,20,5.833V10a.834.834,0,0,1-.833.833H17.5V20H15.833V10.833H14.167A.834.834,0,0,1,13.333,10V5.833A.834.834,0,0,1,14.167,5h1.667V0H17.5Zm0,1.667H15v2.5h3.333v-2.5H17.5Zm-6.667,4.167H12.5a.834.834,0,0,1,.833.833v4.167a.834.834,0,0,1-.833.833H10.833V20H9.167V16.667H7.5a.834.834,0,0,1-.833-.833V11.667a.834.834,0,0,1,.833-.833H9.167V0h1.667V10.833Zm0,1.667h-2.5V15h3.333V12.5h-.833ZM4.167,3.333H5.833a.834.834,0,0,1,.833.833V8.333a.834.834,0,0,1-.833.833H4.167V20H2.5V9.167H.833A.834.834,0,0,1,0,8.333V4.167a.834.834,0,0,1,.833-.833H2.5V0H4.167V3.333ZM4.167,5h-2.5V7.5H5V5H4.167Z" fill="#8a8a8a"/> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1722337663394" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2341" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M743.366 548.509C843.68 548.509 925 629.879 925 730.254 925 830.63 843.68 912 743.366 912S561.73 830.63 561.73 730.254c0-100.375 81.32-181.745 181.635-181.745zM682.244 116c96.274 0 174.502 77.312 176.057 173.275l0.023 2.913v198.806c0 16.518-13.382 29.908-29.89 29.908-16.27 0-29.505-13.01-29.88-29.202l-0.008-0.706V292.188c0-63.628-51.034-115.33-114.38-116.357l-1.922-0.016H271.08c-63.59 0-115.26 51.065-116.287 114.449l-0.016 1.924v411.415c0 63.629 51.034 115.33 114.38 116.358l1.923 0.016h241.634c16.507 0 29.889 13.39 29.889 29.907 0 16.282-13.002 29.525-29.184 29.9l-0.705 0.008H271.08c-96.275 0-174.502-77.313-176.057-173.275L95 703.603V292.188c0-96.333 77.265-174.609 173.169-176.164l2.912-0.024h411.163z m61.122 478.52c-74.918 0-135.651 60.77-135.651 135.734s60.733 135.734 135.65 135.734c74.919 0 135.652-60.77 135.652-135.734S818.284 594.52 743.366 594.52z m5.546 41.41c7.618 0 13.795 6.177 13.795 13.796l-0.001 130.147 33.761-34.568 0.253-0.253c5.525-5.386 14.369-5.407 19.92 0.015 0.08 0.078 0.16 0.157 0.238 0.238 5.675 5.81 5.675 15.087 0 20.898l-55.351 56.675a14.991 14.991 0 0 1-2.366 2.992 14.222 14.222 0 0 1-10.25 4.057 14.222 14.222 0 0 1-10.487-4.295 14.991 14.991 0 0 1-2.13-2.757l-55.349-56.672c-5.675-5.81-5.675-15.088 0-20.898 0.079-0.08 0.158-0.16 0.238-0.238 5.636-5.505 14.668-5.399 20.173 0.238l33.76 34.568V649.726c0-7.62 6.177-13.795 13.796-13.795zM530.643 518.54c16.507 0 29.89 13.39 29.89 29.908 0 16.281-13.003 29.524-29.184 29.899l-0.706 0.008h-277c-16.508 0-29.89-13.39-29.89-29.907 0-16.282 13.003-29.525 29.184-29.9l0.706-0.008h277z m153.723-233.448c16.508 0 29.89 13.39 29.89 29.908 0 16.281-13.003 29.524-29.184 29.9l-0.706 0.008H253.643c-16.508 0-29.89-13.39-29.89-29.908 0-16.281 13.003-29.524 29.184-29.9l0.706-0.008h430.723z" fill="#333333" p-id="2342"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1690360901630" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="38209" width="200" height="200" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M411.51146667 813.4656c27.8528 0 50.24426667-22.39146667 50.24426666-50.24426667V461.75573333c0-27.8528-22.39146667-50.24426667-50.24426666-50.24426666s-50.24426667 22.39146667-50.24426667 50.24426666V763.22133333c0 27.8528 22.39146667 50.24426667 50.24426667 50.24426667z m502.44266666-602.9312h-200.97706666v-50.24426667c0-83.01226667-67.72053333-150.7328-150.7328-150.7328H461.75573333C378.74346667 9.55733333 311.02293333 77.27786667 311.02293333 160.29013333v50.24426667H110.04586667c-27.8528 0-50.24426667 22.39146667-50.24426667 50.24426667s22.39146667 50.24426667 50.24426667 50.24426666h50.24426666v552.68693334c0 83.01226667 67.72053333 150.7328 150.7328 150.7328h401.95413334c83.01226667 0 150.7328-67.72053333 150.7328-150.7328V311.02293333h50.24426666c27.8528 0 50.24426667-22.39146667 50.24426667-50.24426666s-22.39146667-50.24426667-50.24426667-50.24426667z m-502.44266666-50.24426667c0-27.8528 22.39146667-50.24426667 50.24426666-50.24426666h100.48853334c27.8528 0 50.24426667 22.39146667 50.24426666 50.24426666v50.24426667H411.51146667v-50.24426667zM763.22133333 863.70986667c0 27.8528-22.39146667 50.24426667-50.24426666 50.24426666H311.02293333c-27.8528 0-50.24426667-22.39146667-50.24426666-50.24426666V311.02293333h502.44266666v552.68693334z m-150.7328-50.24426667c27.8528 0 50.24426667-22.39146667 50.24426667-50.24426667V461.75573333c0-27.8528-22.39146667-50.24426667-50.24426667-50.24426666s-50.24426667 22.39146667-50.24426666 50.24426666V763.22133333c0 27.8528 22.39146667 50.24426667 50.24426666 50.24426667z" fill="#7E7E7F" p-id="38210"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 18 18"><defs><style>.a{fill:none;}.b,.e{fill:#464e54;}.c{clip-path:url(#a);}.d{clip-path:url(#b);}.e{stroke:rgba(0,0,0,0);stroke-miterlimit:10;}</style><clipPath id="a"><rect class="a" width="18" height="18" transform="translate(133 134)"/></clipPath><clipPath id="b"><rect class="b" width="16.19" height="18"/></clipPath></defs><g class="c" transform="translate(-133 -134)"><g transform="translate(-486 -29)"><g transform="translate(620 163)"><g class="d"><path class="e" d="M-2112.32-1646.03h-7.19a2.7,2.7,0,0,1-2.7-2.7v-9.885h-.9a.9.9,0,0,1-.9-.9.9.9,0,0,1,.9-.9h3.594v-.9a2.7,2.7,0,0,1,2.7-2.7h1.8a2.7,2.7,0,0,1,2.7,2.7v.9h3.594a.9.9,0,0,1,.9.9.9.9,0,0,1-.9.9h-.9v9.885a2.7,2.7,0,0,1-2.7,2.7Zm-1.595-10.977a.751.751,0,0,0-.751.751v6.5a.751.751,0,0,0,.751.75.75.75,0,0,0,.75-.75v-6.5a.751.751,0,0,0-.745-.744Zm-4,0a.751.751,0,0,0-.75.751v6.5a.751.751,0,0,0,.75.75.751.751,0,0,0,.75-.75v-6.5a.751.751,0,0,0-.745-.744Zm1.1-5.2a.9.9,0,0,0-.9.9v.9h3.594v-.9a.9.9,0,0,0-.9-.9Z" transform="translate(2123.997 1664.004)"/></g></g></g></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:#7E7E7F;} |
| | | </style> |
| | | <g id="ç»_12191" transform="translate(-2753.061 -1109.367)"> |
| | | <g id="ç»_12192" transform="translate(0 -67)"> |
| | | <g id="è·¯å¾_6069"> |
| | | <path class="st0" d="M2789.6,1227.6c-0.1,0.8,0.1,1.6,0.4,2.4c0.3,0.7,0.7,1.3,1.1,1.8c0.6,0.6,1.4,1,2.3,1.2 |
| | | c1,0.3,1.9,0.4,2.9,0.4c0.6,0,1.3-0.1,1.9-0.2c0.7-0.1,1.3-0.3,1.9-0.7c0.6-0.3,1.1-0.7,1.5-1.2c0.4-0.6,0.7-1.3,0.6-2 |
| | | c0-0.7-0.2-1.5-0.6-2.1c-0.5-0.6-1.1-1-1.8-1.3c-1-0.4-2-0.8-3-1c-1.2-0.3-2.6-0.6-4.2-1c-1.4-0.3-2.9-0.7-4.2-1.2 |
| | | c-1.3-0.5-2.5-1.1-3.5-1.9c-1.1-0.8-1.9-1.9-2.5-3.1c-0.6-1.5-0.9-3.1-0.9-4.8c-0.1-2.4,0.5-4.7,1.8-6.7c1.2-1.8,2.8-3.2,4.7-4.2 |
| | | c2-1.1,4.1-1.8,6.3-2.2c2.2-0.4,4.4-0.6,6.7-0.6c2.1,0,4.1,0.2,6.2,0.6c1.9,0.3,3.8,1,5.5,2.1c1.6,1,2.9,2.4,3.8,4 |
| | | c1,2,1.4,4.2,1.2,6.4h-12c0.2-1.3-0.2-2.5-1-3.5c-0.5-0.5-1.1-0.9-1.8-1.1c-0.7-0.2-1.5-0.3-2.2-0.4c-0.7,0-1.4,0.1-2.1,0.2 |
| | | c-0.7,0.1-1.3,0.3-1.9,0.6c-0.6,0.3-1.1,0.7-1.4,1.2c-0.4,0.5-0.6,1.2-0.5,1.8c0,0.7,0.2,1.3,0.7,1.8c0.6,0.5,1.2,0.9,1.9,1.2 |
| | | c1,0.3,1.9,0.6,2.9,0.8c1.1,0.2,2.2,0.5,3.4,0.8c1.9,0.5,3.5,1,5,1.5c1.3,0.5,2.6,1.1,3.7,2c1,0.8,1.8,1.9,2.3,3.2 |
| | | c0.6,1.6,0.8,3.2,0.8,4.9c0.1,2.6-0.6,5.3-1.9,7.5c-1.2,1.9-2.9,3.4-4.9,4.4c-2.1,1.1-4.3,1.8-6.7,2.1c-2.4,0.4-4.8,0.6-7.2,0.6 |
| | | c-2.4,0-4.7-0.2-7-0.8c-1.9-0.5-3.7-1.3-5.3-2.5c-1.5-1.2-2.7-2.7-3.4-4.4c-0.9-2.1-1.4-4.4-1.4-6.7H2789.6z M2842.5,1231.9 |
| | | c1.6,0,3.2-0.5,4.6-1.4c1.3-0.9,2.3-2.2,3.1-3.5c0.8-1.5,1.4-3,1.8-4.7c0.4-1.6,0.6-3.2,0.6-4.8c0-0.9-0.1-1.9-0.2-2.8 |
| | | c-0.1-0.9-0.5-1.8-1-2.6c-0.5-0.8-1.3-1.5-2.1-1.9c-1.1-0.6-2.4-0.8-3.6-0.8c-1.6,0-3.2,0.5-4.5,1.4c-1.3,1-2.3,2.2-3.1,3.7 |
| | | c-0.8,1.5-1.4,3.1-1.8,4.8c-0.3,1.6-0.5,3.2-0.5,4.7c0,2,0.5,3.9,1.6,5.5C2838.4,1231.2,2840.4,1232,2842.5,1231.9L2842.5,1231.9 |
| | | z M2827.2,1200.4h12.8l-1,4.7h0.2c1.3-1.8,3.1-3.3,5.1-4.4c2.2-1.1,4.6-1.6,7-1.5c2.3-0.1,4.5,0.4,6.5,1.4 |
| | | c1.8,0.9,3.3,2.3,4.5,3.9c1.2,1.7,2.1,3.6,2.6,5.6c0.6,2.2,0.8,4.4,0.8,6.7c0,3-0.5,6-1.3,9c-0.8,2.9-2.1,5.7-3.9,8.1 |
| | | c-1.7,2.4-3.9,4.4-6.5,5.8c-2.8,1.6-5.9,2.3-9.1,2.3c-2.4,0.1-4.8-0.4-7-1.4c-2.1-1.1-3.8-2.8-4.8-5h-0.2l-3.8,18.8H2816 |
| | | L2827.2,1200.4z M2899.2,1215.1c0.1-1.7-0.5-3.4-1.6-4.6c-1.2-1-2.7-1.6-4.3-1.6c-1.7-0.1-3.4,0.3-4.9,1.2 |
| | | c-1.3,0.9-2.4,2-3.1,3.4c-0.8,1.4-1.4,3-1.7,4.6c-0.3,1.6-0.5,3.2-0.5,4.9c-0.1,2.4,0.4,4.8,1.7,6.8c1.1,1.6,3,2.5,5,2.4 |
| | | c1.9,0.1,3.7-0.6,5.1-1.9c1.3-1.4,2.2-3.1,2.6-5h12.8c-0.5,2.6-1.5,5.2-2.8,7.5c-1.2,2-2.8,3.7-4.6,5.1c-1.8,1.4-3.9,2.4-6.2,3 |
| | | c-2.4,0.7-4.9,1-7.4,1c-2.6,0-5.3-0.3-7.8-1.1c-2.2-0.7-4.3-1.8-6.2-3.3c-1.8-1.5-3.2-3.4-4-5.5c-1-2.5-1.5-5.1-1.4-7.8 |
| | | c0-3.4,0.6-6.7,1.8-9.9c1.1-3,2.7-5.7,4.9-8c2.1-2.3,4.7-4.1,7.6-5.3c3.2-1.3,6.5-2,10-1.9c2.4,0,4.8,0.3,7.1,1 |
| | | c2.1,0.6,4,1.6,5.8,2.9c1.7,1.3,3,3,3.9,4.9c1,2.2,1.5,4.6,1.4,7L2899.2,1215.1z"/> |
| | | </g> |
| | | <g id="icon"> |
| | | <path class="st0" d="M2899,1296.5L2899,1296.5z M2791.4,1306.9l-6.1-7.5l45-29l38.2,21.1l37.5-27.8l6.7,7.1l-43.3,32.1 |
| | | l-38.6-21.4L2791.4,1306.9z M2887.6,1254.6l40-0.7l-9,34.6"/> |
| | | </g> |
| | | <g id="icon-2" transform="translate(2712.203 1111.752)"> |
| | | <g id="è·¯å¾_6065"> |
| | | <path class="st0" d="M131.1,245.9H63.6c-8.9,0.3-16.4-6.7-16.7-15.6c0-0.1,0-0.2,0-0.3V80.4c0.4-8.9,7.7-16,16.7-15.9h135.7 |
| | | c8.9-0.3,16.4,6.7,16.7,15.6c0,0.1,0,0.2,0,0.3v48.3c-0.1,3.5-3.1,6.2-6.6,6.1c-3.3-0.1-6-2.8-6.1-6.1V80.4 |
| | | c0-2.1-1.7-3.8-3.8-3.8c-0.1,0-0.1,0-0.2,0H63.6c-2.1,0.1-3.8,1.7-4,3.8V230c0,2.1,1.7,3.8,3.8,3.8c0.1,0,0.1,0,0.2,0h67.5 |
| | | c3.3-0.2,6.2,2.4,6.4,5.7s-2.4,6.2-5.7,6.4C131.6,245.9,131.3,245.9,131.1,245.9z"/> |
| | | </g> |
| | | </g> |
| | | </g> |
| | | <g id="icon-3"> |
| | | <path class="st0" d="M2945.5,1301.7l-19.7-19.7c-0.4-0.4-0.8-0.7-1.3-0.9c9-12.5,6.2-30-6.3-39c-12.5-9-30-6.2-39,6.3 |
| | | s-6.2,30,6.3,39c10,7.2,23.5,7,33.3-0.5c0.2,0.5,0.5,0.9,0.9,1.3l19.7,19.7c1.6,1.7,4.4,1.7,6,0.1c0,0,0,0,0.1-0.1 |
| | | C2947.2,1306.2,2947.2,1303.5,2945.5,1301.7L2945.5,1301.7z M2901.7,1286.9c-12.6,0-22.9-10.2-22.9-22.9 |
| | | c0-12.6,10.2-22.9,22.9-22.9s22.9,10.2,22.9,22.9c0,0,0,0.1,0,0.1C2924.5,1276.7,2914.3,1286.9,2901.7,1286.9z"/> |
| | | <path class="st0" d="M2942.5,1311.7C2942.5,1311.7,2942.4,1311.7,2942.5,1311.7c-1.9,0-3.5-0.7-4.8-2l-19.3-19.3 |
| | | c-10.5,6.8-23.9,6.6-34.2-0.8c-13.6-9.8-16.7-28.8-6.9-42.4c9.8-13.6,28.8-16.7,42.4-6.9c12.9,9.3,16.4,27,8.2,40.4l20.1,20.1v0.1 |
| | | c1.9,2.6,1.7,6.3-0.6,8.7l-0.1,0.1C2945.9,1311,2944.3,1311.7,2942.5,1311.7z M2919.8,1283.3l1.3,2.7c0.1,0.2,0.3,0.4,0.4,0.6 |
| | | l19.6,19.6c0.4,0.4,0.8,0.6,1.3,0.6c0.5,0,1-0.2,1.3-0.5c0.8-0.8,0.7-2,0-2.8l-19.7-19.7c-0.2-0.2-0.4-0.3-0.6-0.4l-2.6-1.3 |
| | | l1.7-2.3c5.6-7.8,6.2-17.8,2.3-26c1.4,3.2,2.1,6.6,2.1,10.2c0,14-11.4,25.3-25.3,25.4h0c0,0,0,0,0,0c-6.8,0-13.1-2.6-17.9-7.4 |
| | | c-3.8-3.8-6.3-8.6-7.1-13.8c0.9,6.7,4.4,13.1,10.4,17.4c9.2,6.6,21.4,6.4,30.4-0.5L2919.8,1283.3z M2901.6,1243.6 |
| | | C2901.6,1243.6,2901.6,1243.6,2901.6,1243.6c-5.5,0-10.6,2.1-14.5,6s-6,9-6,14.5c0,5.5,2.1,10.6,6,14.5c3.9,3.9,9,6,14.4,6 |
| | | c0,0,0,0,0,0c11.2,0,20.4-9.2,20.4-20.4c0-5.5-2.1-10.7-6-14.5C2912.2,1245.7,2907.1,1243.6,2901.6,1243.6z"/> |
| | | </g> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1722508594041" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3366" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M946.4 305c-34.1 0-61.7 28-61.7 62.6v375.8c0 34.5-27.6 62.6-61.7 62.6H206.2c-34 0-61.7-28.1-61.7-62.6V367.6c0-34.6-27.6-62.6-61.7-62.6s-61.7 28-61.7 62.6v375.8c0 103.6 83 187.9 185.1 187.9h616.9c102 0 185.1-84.3 185.1-187.9V367.6c-0.1-34.6-27.7-62.6-61.8-62.6z" fill="" p-id="3367"></path><path d="M298.7 305h61.7c17 0 30.8 14.1 30.8 31.3v125.3c0 17.3 13.9 31.3 30.8 31.3h185c17 0 30.9-14.1 30.9-31.3V336.3c0-17.2 13.9-31.3 30.8-31.3h61.7c17 0 21-10 9-22.1l-203-206.3c-12-12.2-31.6-12.2-43.6 0L289.7 282.9c-12 12.1-7.9 22.1 9 22.1zM422.1 555.6c-17.1 0-30.8 13.9-30.8 31.3 0 17.2 13.8 31.3 30.8 31.3h185.1c17.1 0 30.8-14.1 30.8-31.3 0-17.4-13.8-31.3-30.8-31.3H422.1z" fill="" p-id="3368"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18.649" height="20.334" viewBox="0 0 18.649 20.334"><defs><style>.a{fill:#7e7e7f;stroke:#7e7e7f;stroke-width:0.2px;}</style></defs><path class="a" d="M98.013,51.456A2.013,2.013,0,0,1,96,49.443V34.013A2.013,2.013,0,0,1,98.013,32l9.833.147h.338a.916.916,0,0,1,.621.239l3.91,3.91a1.342,1.342,0,0,1,.393.949V43.4a.671.671,0,0,1-1.342.011V38.373h-3.019a2.013,2.013,0,0,1-2.013-2.013V33.342H98.013a.671.671,0,0,0-.671.66V49.443a.671.671,0,0,0,.66.671h7.726a.671.671,0,0,1,.011,1.342Zm10.063-17.893v2.8a.671.671,0,0,0,.66.671h2.81Zm-7.4,7.495h6.751a.65.65,0,0,1,.65.65v.042a.65.65,0,0,1-.65.65h-6.751a.65.65,0,0,1-.65-.65v-.042A.65.65,0,0,1,100.675,41.057Zm10.6,3.673.007,0,2.817,1.578.009.005a.684.684,0,0,1,.344.572v2.939a.683.683,0,0,1-.33.571l-.008,0-.008,0-2.818,1.622-.01.006a.721.721,0,0,1-.7,0l-.008,0-2.817-1.622-.009-.005a.683.683,0,0,1-.337-.568V46.9a.683.683,0,0,1,.337-.575l.009-.005.009-.005,2.816-1.578A.721.721,0,0,1,111.272,44.73Zm-.345,1.363-2.18,1.219v2.12l2.18,1.253,2.18-1.253v-2.12l-2.18-1.219Zm-6.856-9.061a.65.65,0,0,1,.65.65v.042a.65.65,0,0,1-.65.65h-3.4a.65.65,0,0,1-.65-.65v-.042a.65.65,0,0,1,.65-.65Z" transform="translate(-95.9 -31.9)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18.649" height="20.334" viewBox="0 0 18.649 20.334"><defs><style>.a{fill:#7e7e7f;stroke:#7e7e7f;stroke-width:0.2px;}</style></defs><path class="a" d="M98.013,51.456A2.013,2.013,0,0,1,96,49.443V34.013A2.013,2.013,0,0,1,98.013,32l9.833.147h.338a.916.916,0,0,1,.621.239l3.91,3.91a1.342,1.342,0,0,1,.393.949V43.4a.671.671,0,0,1-1.342.011V38.373h-3.019a2.013,2.013,0,0,1-2.013-2.013V33.342H98.013a.671.671,0,0,0-.671.66V49.443a.671.671,0,0,0,.66.671h7.726a.671.671,0,0,1,.011,1.342Zm10.063-17.893v2.8a.671.671,0,0,0,.66.671h2.81Zm-7.4,7.495h6.751a.65.65,0,0,1,.65.65v.042a.65.65,0,0,1-.65.65h-6.751a.65.65,0,0,1-.65-.65v-.042A.65.65,0,0,1,100.675,41.057Zm10.6,3.673.007,0,2.817,1.578.009.005a.684.684,0,0,1,.344.572v2.939a.683.683,0,0,1-.33.571l-.008,0-.008,0-2.818,1.622-.01.006a.721.721,0,0,1-.7,0l-.008,0-2.817-1.622-.009-.005a.683.683,0,0,1-.337-.568V46.9a.683.683,0,0,1,.337-.575l.009-.005.009-.005,2.816-1.578A.721.721,0,0,1,111.272,44.73Zm-.345,1.363-2.18,1.219v2.12l2.18,1.253,2.18-1.253v-2.12l-2.18-1.219Zm-6.856-9.061a.65.65,0,0,1,.65.65v.042a.65.65,0,0,1-.65.65h-3.4a.65.65,0,0,1-.65-.65v-.042a.65.65,0,0,1,.65-.65Z" transform="translate(-95.9 -31.9)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="19.969" height="20" viewBox="0 0 19.969 20"> |
| | | <path id="icon" d="M15.618,21.363a.711.711,0,0,0-.251.047,8.534,8.534,0,0,1-7.912-1.931L8.49,18.443l-3.783-.628.628,3.8L6.4,20.547A9.929,9.929,0,0,0,13.184,23.2a10.228,10.228,0,0,0,2.606-.345.756.756,0,0,0-.173-1.491ZM4.99,15.508a1.212,1.212,0,0,0-.031-.235A8.423,8.423,0,0,1,6.826,7.564l1,1,.628-3.783-3.8.628,1.1,1.1A9.93,9.93,0,0,0,3.2,13.184a10.069,10.069,0,0,0,.314,2.5.74.74,0,0,0,.722.565A.751.751,0,0,0,4.99,15.508Zm18.179-2.323a10.228,10.228,0,0,0-.345-2.606.752.752,0,0,0-1.476.2.651.651,0,0,0,.047.251,8.342,8.342,0,0,1,.283,2.151A8.5,8.5,0,0,1,19.5,18.867l-1.02-1-.628,3.783,3.8-.628-1.1-1.083a9.986,9.986,0,0,0,2.622-6.75Zm-1.6-4.694-.628-3.8L19.872,5.759A10,10,0,0,0,13.184,3.2a10.2,10.2,0,0,0-2.512.314.68.68,0,0,0-.078.016.745.745,0,0,0-.518.706.754.754,0,0,0,.754.754.788.788,0,0,0,.188-.031,8.284,8.284,0,0,1,2.166-.283A8.448,8.448,0,0,1,18.82,6.811L17.784,7.847Zm-5.259,4.9a.353.353,0,0,1,0-.424l.738-.895-.078-.2-.094-.2a2.308,2.308,0,0,0-.188-.392,1.9,1.9,0,0,0-.377-.549l-.141-.126-1.13.157a.392.392,0,0,1-.392-.251l-.361-1.036-.22-.047a3.862,3.862,0,0,0-1.7,0l-.188.031-.392,1.068a.383.383,0,0,1-.361.22h-.031l-1.115-.188-.157.157a4.028,4.028,0,0,0-.691,1.209l-.078.188.738.895a.33.33,0,0,1,0,.408l-.769.863.078.188a2.486,2.486,0,0,0,.3.691,2.359,2.359,0,0,0,.361.518l.141.141,1.162-.188a.34.34,0,0,1,.361.22L12.1,16.9l.22.031a4,4,0,0,0,1.727,0l.188-.047.392-1.1a.36.36,0,0,1,.361-.22l1.13.188.157-.141a3.656,3.656,0,0,0,.675-1.177l.078-.188ZM13.216,14.8a1.617,1.617,0,1,1,1.617-1.617A1.615,1.615,0,0,1,13.216,14.8Z" transform="translate(-3.2 -3.2)" fill="#8a8a8a"/> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1722244260614" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5549" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M951.92803 646.841418h-92.302699v-84.174281c0-38.293879-31.068619-69.362498-69.362498-69.362498H544.96525v-134.209208h92.302698c34.500617 0 62.679132-28.178515 62.679133-62.679132V87.967543c0-34.500617-28.178515-62.679132-62.679133-62.679132H387.635209c-34.500617 0-62.679132 28.178515-62.679132 62.679132V296.235668c0 34.500617 28.178515 62.679132 62.679132 62.679132h92.302699V493.124008H234.820956c-38.293879 0-69.362498 31.068619-69.362498 69.362498v93.74775H72.975128c-34.500617 0-62.679132 28.178515-62.679132 62.679133v208.448756c0 34.500617 28.178515 62.679132 62.679132 62.679132h249.632739c34.500617 0 62.679132-28.178515 62.679132-62.679132V718.913389c0-34.500617-28.178515-62.679132-62.679132-62.679133h-92.302699v-93.74775c0-2.34821 1.986947-4.335156 4.335157-4.335157h555.441876c2.34821 0 4.335156 1.986947 4.335157 4.335157V646.660787h-92.302699c-34.500617 0-62.679132 28.178515-62.679132 62.679132v208.448756c0 34.500617 28.178515 62.679132 62.679132 62.679132H951.92803c34.500617 0 62.679132-28.178515 62.679132-62.679132V709.339919c0-34.500617-28.178515-62.498501-62.679132-62.498501zM390.16405 90.315752h244.755689v203.571706H390.16405V90.315752z m-69.904392 834.517552H75.503969V721.261598h244.755689V924.833304z m629.320162-9.57347H704.6435V711.86876h244.755689v203.391074z" p-id="5550"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1716882975209" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5523" width="256" height="256" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M163.712 442.88c50.752-172.928 161.92-296.32 365.184-313.856 14.08-1.216 33.6-0.128 49.6-3.136 13.76-2.688 30.592-12.544 46.464-19.072 64.384-26.304 206.72-72.512 278.592-15.872 62.336 49.28 50.88 169.152 12.352 247.36 30.72 61.76 53.504 147.776 40.256 244.096-180.608 7.36-391.04 0.96-566.528 3.2 5.888 92.992 64.64 164.224 151.68 174.272 85.12 9.856 144-37.952 182.656-91.904h216.64c-56.32 160.896-199.36 285.696-420.864 269.504-50.432-3.712-89.664-18.304-133.12-34.944-72.64 39.552-233.28 98.24-297.216 15.872-48.512-62.528-17.28-176.256 9.28-250.432 53.888-150.208 156.544-299.008 256.96-383.616 0.576-2.56 3.072-3.2 3.072-6.336-79.36 40.32-132.8 107.072-195.008 164.864z m761.472-234.56c-3.008-107.904-142.848-97.28-216.704-53.888 82.496 32.832 142.72 88.448 191.936 155.264 10.688-33.92 25.856-62.016 24.768-101.376z m-535.552 263.04h343.68c-10.048-220.416-332.864-202.624-343.68 0zM135.808 858.24c17.28 97.6 154.624 69.12 216.704 25.344-81.472-45.504-132.288-122.368-173.376-209.28-19.008 47.04-54.656 119.424-43.328 183.936z" fill="#8a8a8a" p-id="5524"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M6.667,9.21h6.667A1.177,1.177,0,0,0,14.51,8.033V1.366A1.177,1.177,0,0,0,13.333.19H6.667A1.176,1.176,0,0,0,5.49,1.366V8.033A1.177,1.177,0,0,0,6.667,9.21Zm0-7.843h6.667V8.033H6.667V1.366Zm12.157,9.8H12.157a1.177,1.177,0,0,0-1.177,1.177v6.667a1.177,1.177,0,0,0,1.177,1.177h6.667A1.176,1.176,0,0,0,20,19.014V12.347a1.177,1.177,0,0,0-1.177-1.177Zm0,7.843H12.157V12.347h6.667v6.667ZM7.843,11.17H1.176A1.177,1.177,0,0,0,0,12.347v6.667A1.176,1.176,0,0,0,1.176,20.19H7.843A1.176,1.176,0,0,0,9.02,19.014V12.347A1.176,1.176,0,0,0,7.843,11.17Zm0,7.843H1.176V12.347H7.843v6.667Zm4.51-15.686a.52.52,0,0,1-.588.588H8.235a.52.52,0,0,1-.588-.588.52.52,0,0,1,.588-.588h3.53A.52.52,0,0,1,12.353,3.327ZM2.157,14.308a.52.52,0,0,1,.588-.588h3.53a.52.52,0,0,1,.588.588.52.52,0,0,1-.588.588H2.745a.52.52,0,0,1-.588-.588Zm10.981,0a.52.52,0,0,1,.588-.588h3.529a.52.52,0,0,1,.588.588.52.52,0,0,1-.588.588H13.726A.52.52,0,0,1,13.137,14.308Z" transform="translate(0 -0.19)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692352315389" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13035" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M886.272 512m112.128 0a112.128 112.128 0 1 0-224.256 0 112.128 112.128 0 1 0 224.256 0Z" fill="#2F71EE" p-id="13036"></path><path d="M512 512m112.128 0a112.128 112.128 0 1 0-224.256 0 112.128 112.128 0 1 0 224.256 0Z" fill="#2F71EE" p-id="13037"></path><path d="M137.728 512m112.128 0a112.128 112.128 0 1 0-224.256 0 112.128 112.128 0 1 0 224.256 0Z" fill="#2F71EE" p-id="13038"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1690359821334" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25852" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M341.254668 853.429267a85.253388 85.253388 0 1 0 85.253389 85.253389 85.253388 85.253388 0 0 0-85.253389-85.253389z m0-426.394853A85.253388 85.253388 0 1 0 426.572013 512.351758a85.253388 85.253388 0 0 0-85.317345-85.253388z m0-426.394854a85.253388 85.253388 0 1 0 85.253389 85.253389A85.253388 85.253388 0 0 0 341.254668 0.703516z m341.07751 852.725751A85.253388 85.253388 0 1 0 767.649522 938.746612a85.253388 85.253388 0 0 0-85.253388-85.317345z m0-426.394853A85.253388 85.253388 0 1 0 767.649522 512.351758a85.253388 85.253388 0 0 0-85.253388-85.253388z m0-426.394854A85.253388 85.253388 0 1 0 767.649522 85.956905 85.253388 85.253388 0 0 0 682.396134 0.703516z" p-id="25853" fill="#B5B5B5"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 191.6 200" style="enable-background:new 0 0 191.6 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:#7E7E7F;} |
| | | .st1{fill:#6F7071;} |
| | | </style> |
| | | <g id="ç»_12198" transform="translate(-3201.061 -993.367)"> |
| | | <g id="ç»_12192" transform="translate(448 -116)"> |
| | | <g id="ç»_12192-2" transform="translate(0 -67)"> |
| | | <path id="è·¯å¾_6068" class="st0" d="M2786.8,1233c-0.1,0.9,0.1,1.8,0.4,2.7c0.3,0.7,0.7,1.4,1.2,2c0.7,0.6,1.6,1.1,2.5,1.4 |
| | | c1,0.3,2.1,0.4,3.2,0.4c0.7,0,1.4-0.1,2.1-0.2c0.7-0.1,1.5-0.4,2.1-0.7c0.6-0.3,1.2-0.8,1.7-1.4c0.5-0.6,0.7-1.4,0.7-2.2 |
| | | c0-0.8-0.2-1.6-0.6-2.3c-0.5-0.6-1.2-1.1-2-1.4c-1.1-0.5-2.2-0.8-3.3-1.1c-1.3-0.3-2.9-0.6-4.7-1.1c-1.6-0.3-3.2-0.8-4.7-1.3 |
| | | c-1.4-0.5-2.7-1.2-3.9-2.1c-1.2-0.9-2.1-2.1-2.7-3.4c-0.7-1.7-1-3.5-1-5.3c-0.1-2.6,0.6-5.2,2-7.4c1.3-1.9,3.1-3.5,5.2-4.6 |
| | | c2.2-1.2,4.5-2,7-2.4c2.4-0.5,4.9-0.7,7.4-0.7c2.3,0,4.5,0.2,6.8,0.6c2.1,0.4,4.2,1.2,6.1,2.3c1.8,1.1,3.2,2.6,4.2,4.4 |
| | | c1.1,2.2,1.5,4.6,1.3,7.1h-13.2c0.2-1.4-0.2-2.8-1.1-3.9c-0.5-0.6-1.2-1-2-1.2c-0.8-0.3-1.6-0.4-2.4-0.4c-0.8,0-1.5,0.1-2.3,0.2 |
| | | c-0.7,0.1-1.5,0.4-2.1,0.7c-0.6,0.3-1.2,0.7-1.6,1.3c-0.4,0.6-0.6,1.3-0.6,2c0,0.7,0.3,1.5,0.8,2c0.6,0.6,1.4,1,2.1,1.3 |
| | | c1,0.4,2.1,0.7,3.2,0.9c1.2,0.3,2.5,0.6,3.8,0.9c2.1,0.5,3.9,1.1,5.5,1.6c1.5,0.5,2.9,1.3,4.1,2.2c1.1,0.9,2,2.1,2.5,3.5 |
| | | c0.6,1.7,0.9,3.5,0.9,5.4c0.1,2.9-0.6,5.8-2.1,8.3c-1.4,2.1-3.2,3.7-5.4,4.9c-2.3,1.2-4.8,2-7.3,2.4c-2.6,0.4-5.3,0.6-8,0.6 |
| | | c-2.6,0-5.2-0.3-7.8-0.9c-2.1-0.5-4.1-1.4-5.9-2.7c-1.6-1.3-2.9-3-3.8-4.9c-1-2.3-1.6-4.8-1.6-7.4H2786.8z M2845,1237.7 |
| | | c1.8,0,3.6-0.5,5-1.5c1.4-1,2.6-2.4,3.4-3.9c0.9-1.6,1.6-3.3,1.9-5.2c0.4-1.7,0.6-3.5,0.6-5.3c0-1-0.1-2-0.3-3 |
| | | c-0.2-1-0.5-2-1.1-2.9c-0.6-0.9-1.4-1.6-2.3-2.1c-1.2-0.6-2.6-0.9-4-0.9c-1.8-0.1-3.5,0.5-5,1.6c-1.4,1.1-2.6,2.5-3.4,4 |
| | | c-0.9,1.7-1.5,3.4-1.9,5.3c-0.4,1.7-0.6,3.5-0.6,5.2c-0.1,2.2,0.5,4.3,1.7,6.1C2840.6,1236.9,2842.8,1237.9,2845,1237.7 |
| | | L2845,1237.7z M2828.2,1203h14.2l-1.1,5.2h0.2c1.5-2,3.4-3.7,5.6-4.9c2.4-1.2,5.1-1.7,7.7-1.6c2.5-0.1,5,0.5,7.2,1.6 |
| | | c2,1,3.6,2.5,4.9,4.3c1.3,1.8,2.3,3.9,2.8,6.1c0.6,2.4,0.9,4.9,0.9,7.3c0,3.3-0.5,6.7-1.5,9.9c-0.9,3.2-2.4,6.2-4.3,9 |
| | | c-1.9,2.6-4.3,4.8-7.2,6.4c-3.1,1.7-6.5,2.6-10,2.5c-2.6,0.1-5.3-0.5-7.7-1.5c-2.3-1.2-4.2-3.1-5.3-5.5h-0.2l-4.2,20.7h-14.6 |
| | | L2828.2,1203z M2907.6,1219.2c0.1-1.9-0.5-3.7-1.8-5.1c-1.3-1.1-3-1.7-4.7-1.7c-1.9-0.1-3.8,0.3-5.4,1.3 |
| | | c-1.4,0.9-2.6,2.2-3.4,3.7c-0.9,1.6-1.5,3.3-1.8,5.1c-0.4,1.8-0.6,3.6-0.6,5.4c-0.2,2.6,0.5,5.2,1.8,7.5c1.3,1.8,3.4,2.8,5.5,2.7 |
| | | c2.1,0.1,4.1-0.6,5.6-2.1c1.5-1.5,2.5-3.4,2.9-5.5h14.1c-0.6,2.9-1.6,5.7-3.1,8.2c-1.3,2.2-3.1,4.1-5.1,5.7 |
| | | c-2,1.5-4.3,2.6-6.8,3.3c-2.7,0.7-5.4,1.1-8.2,1.1c-2.9,0-5.8-0.4-8.6-1.2c-2.5-0.7-4.8-2-6.8-3.6c-1.9-1.6-3.5-3.7-4.5-6.1 |
| | | c-1.1-2.7-1.7-5.6-1.6-8.6c0-3.7,0.6-7.4,1.9-10.9c1.2-3.3,3-6.2,5.4-8.8c2.3-2.5,5.2-4.5,8.3-5.8c3.5-1.5,7.2-2.2,11-2.1 |
| | | c2.7,0,5.3,0.3,7.9,1.1c2.3,0.7,4.5,1.7,6.4,3.2c1.8,1.5,3.3,3.3,4.3,5.5c1.1,2.4,1.6,5.1,1.5,7.8L2907.6,1219.2z"/> |
| | | <path id="icon" class="st0" d="M2907.4,1309L2907.4,1309z M2788.7,1320.4l-6.8-8.2l49.6-32l42.1,23.3l41.4-30.7l7.4,7.8 |
| | | l-47.8,35.4l-42.5-23.6L2788.7,1320.4z M2894.7,1262.7l44.1-0.8l-9.9,38.1"/> |
| | | <g id="icon-2" transform="translate(2712.203 1111.752)"> |
| | | <path id="è·¯å¾_6065" class="st0" d="M133.7,264.6H59.3c-9.8,0.3-18-7.3-18.4-17.2c0-0.1,0-0.2,0-0.4V82.1 |
| | | c0.4-9.9,8.5-17.6,18.4-17.5h149.7c9.8-0.3,18.1,7.4,18.4,17.2c0,0.1,0,0.2,0,0.3v53.2c-0.2,3.9-3.4,6.9-7.3,6.7 |
| | | c-3.7-0.1-6.6-3.1-6.7-6.7V82.1c0-2.3-1.9-4.2-4.2-4.2c-0.1,0-0.1,0-0.2,0H59.3c-2.3,0.1-4.2,1.9-4.4,4.2v165 |
| | | c0,2.3,1.9,4.2,4.2,4.2c0.1,0,0.1,0,0.2,0h74.5c3.7-0.2,6.8,2.6,7,6.3c0.2,3.7-2.6,6.8-6.3,7C134.2,264.6,134,264.6,133.7,264.6 |
| | | z"/> |
| | | </g> |
| | | </g> |
| | | </g> |
| | | <g id="icon-3" transform="translate(3085.317 858.952)"> |
| | | <path id="è·¯å¾_6067" class="st1" d="M286.4,264.9h20.9v69.5h-20.9V264.9z M258.6,285.7h20.9v48.7h-20.9V285.7z M230.8,306.6 |
| | | h20.9v27.8h-20.8L230.8,306.6z"/> |
| | | </g> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18" height="17.732" viewBox="0 0 18 17.732"><defs><style>.a{fill:#8a8a8a;}</style></defs><g transform="translate(-130.816 -135.526)"><path class="a" d="M147.394,135.526h-11.04a1.423,1.423,0,0,0-1.424,1.422v1.145h-2.692a1.423,1.423,0,0,0-1.422,1.422v12.321a1.423,1.423,0,0,0,1.422,1.422h11.044a1.423,1.423,0,0,0,1.422-1.422v-1.144h2.69a1.423,1.423,0,0,0,1.422-1.422V136.948a1.423,1.423,0,0,0-1.422-1.422Zm-4.152,13.7V151.8H132.275v-12.24h10.966Zm4.112,0H144.7v-9.715a1.423,1.423,0,0,0-1.422-1.422h-6.89v-1.105h10.966Z" transform="translate(0 0)"/><path class="a" d="M237.568,413.44h7.19v1.452h-7.19Zm0,6.238h7.19v1.452h-7.19Zm0-3.118h4.073v1.452h-4.073Z" transform="translate(-104.211 -271.303)"/></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="17.344" height="18" viewBox="0 0 17.344 18"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M157,141.031a.844.844,0,0,1,.844.844v3.281A.844.844,0,0,1,157,146h-8.437a.844.844,0,0,1-.844-.844v-3.281a.844.844,0,0,1,.844-.844Zm1.5-11.391h.014a.844.844,0,0,1,.83.844v6.53a.844.844,0,0,1-.844.83h-4.919l-2.376,1.927a.844.844,0,0,1-1.063,0l-2.376-1.927h-4.079v4.828h2.5a.844.844,0,0,1-.014,1.687H142.83a.844.844,0,0,1-.83-.844v-6.53a.844.844,0,0,1,.844-.83h4.936l2.362-1.915a.844.844,0,0,1,1.063,0l2.362,1.915h4.089v-4.828h-2.5a.844.844,0,0,1,.014-1.687Zm-2.344,13.078h-6.75v1.594h6.75Zm-5.483-6.736-1.262,1.023,1.262,1.023,1.262-1.023ZM152.781,128a.844.844,0,0,1,.844.844v3.281a.844.844,0,0,1-.844.844h-8.437a.844.844,0,0,1-.844-.844v-3.281a.844.844,0,0,1,.844-.844Zm-.844,1.688h-6.75v1.594h6.75Z" transform="translate(-142 -128)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692257678434" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13395" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M204.8 51.2h614.4c84.992 0 153.6 68.608 153.6 153.6v614.4c0 84.992-68.608 153.6-153.6 153.6H204.8c-84.992 0-153.6-68.608-153.6-153.6V204.8c0-84.992 68.608-153.6 153.6-153.6z" fill="#5A84FF" p-id="13396"></path><path d="M235.40224 401.45408l286.208-165.888 266.752 165.888-280.064 172.544-272.896-172.544z" fill="#D6E9FB" p-id="13397"></path><path d="M235.40224 520.23808l96.256-58.368 177.152 111.616 183.808-113.152 95.744 59.904-279.552 175.616-273.408-175.616z" fill="#FFFFFF" opacity=".7" p-id="13398"></path><path d="M235.40224 610.86208l66.56-47.616 207.36 132.096 211.456-132.096 67.584 47.616-279.552 177.152-273.408-177.152z" fill="#FFFFFF" opacity=".4" p-id="13399"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18" height="17.278" viewBox="0 0 18 17.278"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M57.65,63.636a3.225,3.225,0,1,1-3.225-3.225A3.225,3.225,0,0,1,57.65,63.636Zm-3.225,1.677a1.677,1.677,0,1,0-1.636-1.677A1.677,1.677,0,0,0,54.425,65.312ZM60.17,57.65a3.226,3.226,0,1,1,3.148-3.225A3.226,3.226,0,0,1,60.17,57.65Zm0-4.9a1.677,1.677,0,1,0,1.636,1.676,1.677,1.677,0,0,0-1.636-1.676Zm5.805,7.663a3.225,3.225,0,1,1-3.225,3.225A3.225,3.225,0,0,1,65.975,60.41Zm0,4.9a1.677,1.677,0,1,0-1.636-1.677A1.677,1.677,0,0,0,65.975,65.312Zm.258-5.4a6.134,6.134,0,0,0-2.578-4.151,3.731,3.731,0,0,0,.232-1.677A7.679,7.679,0,0,1,67.835,60.4a3.692,3.692,0,0,0-1.6-.486ZM63.2,66.129a3.738,3.738,0,0,0,1.37.963,7.677,7.677,0,0,1-8.772.017,3.736,3.736,0,0,0,1.386-.956,6.139,6.139,0,0,0,6.016-.024ZM56.685,55.763a6.117,6.117,0,0,0-2.578,4.155,3.717,3.717,0,0,0-1.6.518,7.676,7.676,0,0,1,3.949-6.351,3.731,3.731,0,0,0,.232,1.677Zm5.672,4.412h.5a.306.306,0,0,1,.269.338v.572a.332.332,0,0,1-.269.337h-.5a2.445,2.445,0,0,1-.2.471l.37.337a.307.307,0,0,1,0,.4l-.4.4a.307.307,0,0,1-.405,0l-.336-.371a1.754,1.754,0,0,1-.472.2v.506a.332.332,0,0,1-.336.3H60a.332.332,0,0,1-.337-.3v-.5a2.443,2.443,0,0,1-.471-.2l-.337.37a.307.307,0,0,1-.4,0l-.4-.4a.307.307,0,0,1,0-.405l.371-.336a2.445,2.445,0,0,1-.2-.472h-.5a.305.305,0,0,1-.27-.336v-.573a.332.332,0,0,1,.269-.337h.506a2.443,2.443,0,0,1,.2-.471l-.37-.337a.307.307,0,0,1,0-.4l.4-.4a.307.307,0,0,1,.405,0l.336.371a1.741,1.741,0,0,1,.472-.2v-.506a.332.332,0,0,1,.336-.3h.573a.332.332,0,0,1,.337.3v.5a2.443,2.443,0,0,1,.471.2l.337-.37a.307.307,0,0,1,.4,0l.4.4a.307.307,0,0,1,0,.405l-.371.336a2.353,2.353,0,0,1,.2.472Zm-3.065.44a1,1,0,0,0,1.01,1.01,1.015,1.015,0,0,0,1.01-1.01A1,1,0,0,0,60.3,59.6.985.985,0,0,0,59.292,60.614Z" transform="translate(-51.2 -51.199)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18" height="17.388" viewBox="0 0 18 17.388"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M523.813,556.077l1.426,2.468-1.426,2.468h-2.851l-1.425-2.468,1.425-2.468h2.851m.814-1.41h-4.479l-2.24,3.878,2.24,3.878h4.479l2.24-3.878Z" transform="translate(-508.868 -545.035)"/><path class="a" d="M705.133,705.474m-1.41,0a1.41,1.41,0,1,0,1.41-1.41A1.41,1.41,0,0,0,703.723,705.474Z" transform="translate(-691.712 -691.963)"/><path class="a" d="M6.453,1.41V6.346H1.518V1.41H6.453M7.864,0H.107V7.756H7.864Z" transform="translate(-0.106)"/><path class="a" d="M6.346,555.693v4.936H1.41v-4.936H6.346m1.41-1.41H0v7.756H7.756Z" transform="translate(0 -544.657)"/><path class="a" d="M560.629,1.41V6.346h-4.936V1.41h4.936M562.04,0h-7.756V7.756h7.756Z" transform="translate(-544.641)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="17.999" height="18" viewBox="0 0 17.999 18"><defs><style>.a{fill:#8a8a8a;}</style></defs><g transform="translate(-98.56 -75.52)"><path class="a" d="M106.139,93.52H101.3A2.731,2.731,0,0,1,98.56,90.8V78.241A2.731,2.731,0,0,1,101.3,75.52h10.631a2.731,2.731,0,0,1,2.737,2.721v4.4a.632.632,0,0,1-1.263,0v-4.4a1.471,1.471,0,0,0-1.474-1.465H101.3a1.471,1.471,0,0,0-1.474,1.465V90.8a1.471,1.471,0,0,0,1.474,1.465h4.842a.628.628,0,1,1,0,1.256Z"/><path class="a" d="M277.309,264.021a4.737,4.737,0,1,1,4.737-4.737A4.742,4.742,0,0,1,277.309,264.021Zm0-8.21a3.474,3.474,0,1,0,3.474,3.474A3.477,3.477,0,0,0,277.309,255.81Zm-1.368-4.947h-7.789a.632.632,0,0,1,0-1.263h7.789a.632.632,0,0,1,0,1.263Zm-4.631,3.158h-3.158a.632.632,0,0,1,0-1.263h3.158a.632.632,0,1,1,0,1.263Zm0,3.158h-3.158a.632.632,0,1,1,0-1.263h3.158a.632.632,0,1,1,0,1.263Z" transform="translate(-165.486 -170.606)"/><path class="a" d="M661.528,649.41a.629.629,0,0,1-.446-.185l-2.233-2.233a.631.631,0,0,1,.893-.893l2.233,2.233a.632.632,0,0,1-.446,1.078Z" transform="translate(-548.589 -558.753)"/><path class="a" d="M659.294,649.41a.632.632,0,0,1-.446-1.078l2.233-2.233a.631.631,0,0,1,.893.893l-2.233,2.233A.629.629,0,0,1,659.294,649.41Z" transform="translate(-548.588 -558.753)"/></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1717466404923" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3466" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M287 62h450c99 0 180 81 180 180v517.5c0 99-81 180-180 180H287c-99 0-180-81-180-180V242c0-99 81-180 180-180z m0 67.5c-63 0-112.5 49.5-112.5 112.5v517.5c0 63 49.5 112.5 112.5 112.5h450c63 0 112.5-49.5 112.5-112.5V242c0-63-49.5-112.5-112.5-112.5H287zM777.5 818l-9 9c-9 9-29.25 9-38.25 0L665 768.5c-24.75 15.75-51.75 24.75-81 24.75-85.5 0-153-69.75-153-153s67.5-153 153-153 153 69.75 153 153c0 31.5-9 58.5-24.75 83.25L777.5 782c11.25 6.75 9 24.75 0 36zM584 552.5c-47.25 0-85.5 38.25-85.5 87.75 0 47.25 38.25 87.75 85.5 87.75s85.5-38.25 85.5-87.75-38.25-87.75-85.5-87.75z m-342-333h180c13.5 0 22.5 9 22.5 22.5v67.5c0 13.5-9 22.5-22.5 22.5H242c-13.5 0-22.5-9-22.5-22.5V242c0-13.5 9-22.5 22.5-22.5zM219.5 377h585v45h-585v-45z m0 112.5h180v45h-180v-45z m270-225h315v45h-315v-45z" fill="#8a8a8a" p-id="3467"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1722236127548" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3554" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M891.36 477.76a364.48 364.48 0 0 0-720-40.96c-7.52 35.2-71.68 32-64-8.48a428.48 428.48 0 0 1 847.84 43.36" p-id="3555" fill="#8a8a8a"></path><path d="M127.2 488.64L43.84 352l54.72-33.44 49.92 82.08 81.92-50.08 33.44 54.72-136.64 83.36zM168.96 533.76a364.48 364.48 0 0 0 720 41.12c7.52-35.36 71.68-32 64 8.32a428.48 428.48 0 0 1-847.68-43.36" p-id="3556" fill="#8a8a8a"></path><path d="M932.48 522.72l84.64 135.84-54.24 33.92L912 611.04l-81.44 50.72-33.92-54.24 135.84-84.8z" p-id="3557" fill="#8a8a8a"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| | | <svg version="1.1" id="å¾å±_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| | | viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"> |
| | | <style type="text/css"> |
| | | .st0{fill:none;} |
| | | .st1{fill:#7E7E7F;} |
| | | </style> |
| | | <g id="è§è²å·¥ä½æé" transform="translate(-2888 -1040)"> |
| | | <g id="ç©å½¢_24994" transform="translate(2888 1040)"> |
| | | <g> |
| | | <path class="st0" d="M30,0h140c16.6,0,30,13.4,30,30v140c0,16.6-13.4,30-30,30H30c-16.6,0-30-13.4-30-30V30C0,13.4,13.4,0,30,0z" |
| | | /> |
| | | </g> |
| | | <g> |
| | | <path class="st1" d="M170,200H30c-16.5,0-30-13.5-30-30V30C0,13.5,13.5,0,30,0h140c16.5,0,30,13.5,30,30v140 |
| | | C200,186.5,186.5,200,170,200z M30,12c-9.9,0-18,8.1-18,18v140c0,9.9,8.1,18,18,18h140c9.9,0,18-8.1,18-18V30c0-9.9-8.1-18-18-18 |
| | | H30z"/> |
| | | </g> |
| | | </g> |
| | | <g id="icon" transform="translate(2737.3 903.9)"> |
| | | <g id="è·¯å¾_6061"> |
| | | <path class="st1" d="M244.3,243c-21.3,0-38.5-17.2-38.5-38.5c0-21.3,17.2-38.5,38.5-38.5c21.3,0,38.5,17.2,38.5,38.5 |
| | | c0,10.2-4.1,20-11.3,27.2C264.3,239,254.5,243.1,244.3,243z M244.3,177.8c-14.8,0-26.8,12-26.8,26.8s12,26.8,26.8,26.8 |
| | | s26.8-12,26.8-26.8l0,0C271.1,189.8,259.1,177.8,244.3,177.8z M290.5,279.1c-11.5,0-20.7-9.3-20.7-20.7 |
| | | c0-11.5,9.3-20.7,20.7-20.7c11.5,0,20.7,9.3,20.7,20.7c0,5.5-2.2,10.8-6.1,14.7C301.2,276.9,296,279.1,290.5,279.1L290.5,279.1z |
| | | M290.5,249.3c-5,0-9.1,4.1-9.1,9.1c0,5,4.1,9.1,9.1,9.1c5,0,9.1-4.1,9.1-9.1c0-2.4-1-4.7-2.7-6.4 |
| | | C295.2,250.2,292.9,249.3,290.5,249.3L290.5,249.3z"/> |
| | | </g> |
| | | <g id="è·¯å¾_6062"> |
| | | <path class="st1" d="M186.5,300.9c-3.2,0-5.8-2.6-5.8-5.8c0,0,0,0,0,0c0-35.1,28.4-63.5,63.4-63.6c0.1,0,0.1,0,0.2,0 |
| | | c3.2,0,5.8,2.6,5.9,5.8c0,3.2-2.6,5.8-5.8,5.9c0,0,0,0-0.1,0c-28.7,0-51.9,23.3-52,52C192.4,298.3,189.8,300.9,186.5,300.9 |
| | | C186.6,300.9,186.5,300.9,186.5,300.9z M272.7,295.8l-7.1-7.1c-2.3-2.3-2.3-6,0-8.3c2.3-2.3,6-2.3,8.3,0l7.1,7.1 |
| | | c2.3,2.3,2.3,6,0,8.3C278.7,298.1,275,298.1,272.7,295.8L272.7,295.8z"/> |
| | | </g> |
| | | <g id="è·¯å¾_6063"> |
| | | <path class="st1" d="M281.4,277.6l-22.7,22.7c-2.3,2.3-6,2.3-8.3,0s-2.3-6,0-8.3l22.7-22.7c2.3-2.3,6-2.3,8.3,0 |
| | | S283.6,275.3,281.4,277.6z"/> |
| | | </g> |
| | | </g> |
| | | </g> |
| | | </svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1722235922005" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2552" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M837.864727 560.593455l-14.289454 46.754909a324.724364 324.724364 0 0 1-23.877818 57.460363l-23.016728 43.194182 32.791273 36.352a46.312727 46.312727 0 0 1-1.256727 63.860364 45.451636 45.451636 0 0 1-32.395637 13.265454c-11.682909 0-22.853818-4.258909-31.464727-12.008727l-36.352-32.814545-43.217454 23.04c-18.455273 9.844364-37.794909 17.873455-57.437091 23.877818l-46.754909 14.289454-2.56 48.826182A46.336 46.336 0 0 1 512 930.909091a46.336 46.336 0 0 1-46.033455-44.218182l-2.56-48.826182-46.754909-14.289454a324.491636 324.491636 0 0 1-57.437091-23.877818l-43.217454-23.04-36.352 32.814545c-8.587636 7.749818-19.781818 12.032-31.464727 12.032-12.334545 0-23.831273-4.724364-32.395637-13.288727a46.312727 46.312727 0 0 1-1.256727-63.860364l32.791273-36.352-23.016728-43.217454a323.770182 323.770182 0 0 1-23.877818-57.437091l-14.289454-46.778182-48.826182-2.56A46.359273 46.359273 0 0 1 93.090909 512c0-24.529455 19.432727-44.730182 44.218182-46.033455l48.826182-2.56 14.289454-46.778181c6.004364-19.618909 14.033455-38.935273 23.877818-57.413819l23.016728-43.217454-32.791273-36.352a46.312727 46.312727 0 0 1 1.256727-63.860364 45.451636 45.451636 0 0 1 32.395637-13.288727c11.682909 0 22.877091 4.282182 31.464727 12.032l36.352 32.791273 43.217454-23.04a325.236364 325.236364 0 0 1 57.437091-23.854546l46.754909-14.289454 2.56-48.826182A46.359273 46.359273 0 0 1 512 93.090909c24.529455 0 44.730182 19.432727 46.033455 44.218182l2.56 48.826182 46.754909 14.289454c19.642182 6.004364 38.981818 14.033455 57.437091 23.877818l43.217454 23.016728 36.352-32.814546c8.610909-7.726545 19.781818-12.008727 31.464727-12.008727 12.334545 0 23.831273 4.724364 32.395637 13.265455a46.312727 46.312727 0 0 1 1.256727 63.860363l-32.791273 36.375273 23.016728 43.217454c9.844364 18.478545 17.873455 37.794909 23.877818 57.437091l14.289454 46.754909 48.826182 2.56c24.808727 1.303273 44.218182 21.504 44.218182 46.033455a46.336 46.336 0 0 1-44.218182 46.033455l-48.826182 2.56zM1000.727273 512c0-61.952-49.198545-112.546909-110.382546-115.758545a393.658182 393.658182 0 0 0-29.021091-69.841455c41.076364-45.544727 40.075636-116.154182-3.746909-159.976727a115.2 115.2 0 0 0-81.757091-33.745455 116.596364 116.596364 0 0 0-78.219636 29.998546 394.682182 394.682182 0 0 0-69.841455-29.021091C624.546909 72.448 573.952 23.272727 512 23.272727c-61.952 0-112.546909 49.198545-115.758545 110.382546a395.403636 395.403636 0 0 0-69.841455 29.021091 116.596364 116.596364 0 0 0-78.219636-30.021819 115.2 115.2 0 0 0-81.757091 33.745455c-43.822545 43.845818-44.8 114.455273-3.746909 160a395.403636 395.403636 0 0 0-29.021091 69.818182C72.471273 399.476364 23.272727 450.071273 23.272727 512c0 61.952 49.198545 112.570182 110.382546 115.758545a393.937455 393.937455 0 0 0 29.021091 69.818182c-41.053091 45.568-40.075636 116.177455 3.746909 160a115.2 115.2 0 0 0 81.757091 33.745455 116.596364 116.596364 0 0 0 78.219636-30.021818c22.132364 11.799273 45.474909 21.597091 69.841455 29.044363C399.453091 951.528727 450.048 1000.727273 512 1000.727273c61.952 0 112.546909-49.198545 115.758545-110.382546 24.389818-7.447273 47.709091-17.245091 69.841455-29.021091a116.596364 116.596364 0 0 0 78.219636 29.998546 115.2 115.2 0 0 0 81.757091-33.745455c43.822545-43.822545 44.8-114.432 3.746909-159.976727 11.776-22.109091 21.573818-45.451636 29.021091-69.841455C951.528727 624.570182 1000.727273 573.952 1000.727273 512z m-488.727273 151.272727a151.458909 151.458909 0 0 1-151.272727-151.272727c0-83.409455 67.863273-151.272727 151.272727-151.272727s151.272727 67.863273 151.272727 151.272727-67.863273 151.272727-151.272727 151.272727z m0-372.363636c-121.902545 0-221.090909 99.188364-221.090909 221.090909s99.188364 221.090909 221.090909 221.090909 221.090909-99.188364 221.090909-221.090909-99.188364-221.090909-221.090909-221.090909z" fill="#333333" p-id="2553"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18.001" viewBox="0 0 18 18.001"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M49.833,58.891H47.776a1.267,1.267,0,0,1-1.3-1.3V56.125c-.115-.059-.229-.118-.338-.18l-1.3.81a1.317,1.317,0,0,1-1.719-.472l-.029-.046-2.042-3.574a1.28,1.28,0,0,1-.157-1.112,1.21,1.21,0,0,1,.678-.716l1.213-.758v-.365l-1.213-.758a1.208,1.208,0,0,1-.678-.718,1.293,1.293,0,0,1,.157-1.112l2.034-3.56a1.18,1.18,0,0,1,.741-.581,1.336,1.336,0,0,1,1.1.2l1.194.747c.113-.073.233-.143.361-.21V42.195a1.267,1.267,0,0,1,1.3-1.3h4.1a1.267,1.267,0,0,1,1.3,1.3v1.469c.115.059.227.118.338.18l1.3-.81a1.317,1.317,0,0,1,1.719.472l.029.046L58.6,47.125a1.28,1.28,0,0,1,.157,1.112,1.21,1.21,0,0,1-.678.716l-1.213.758V49.9a.783.783,0,0,1-1.566,0V48.844L57.13,47.7l-1.8-3.152-1.824,1.14-.42-.281a10.931,10.931,0,0,0-1.045-.567l-.428-.216V42.462H48.045v2.4l-.592.149a2.909,2.909,0,0,0-.745.414l-.56.374-1.866-1.169L42.525,47.7l1.826,1.142v2.1l-1.826,1.142,1.8,3.152,1.824-1.14.42.281a10.93,10.93,0,0,0,1.045.567l.432.216v2.166h1.786a.782.782,0,0,1,0,1.564Zm0-10.561a1.564,1.564,0,1,1-1.564,1.564A1.565,1.565,0,0,1,49.83,48.33m0-1.566a3.129,3.129,0,1,0,3.129,3.129A3.129,3.129,0,0,0,49.83,46.764Zm3.524,10.57h4.695a.783.783,0,1,1,0,1.566H53.354a.783.783,0,1,1,0-1.566Zm0-2.737h4.695a.783.783,0,1,1,0,1.566H53.354a.783.783,0,0,1,0-1.566Zm0-2.739h4.695a.783.783,0,1,1,0,1.566H53.354a.783.783,0,1,1,0-1.566Z" transform="translate(-40.832 -40.9)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="18.611" height="19.145" viewBox="0 0 18.611 19.145"><defs><style>.a{fill:#8a8a8a;}</style></defs><path class="a" d="M77.565,87.188a.913.913,0,0,1-.913-.913V76.227H92.438v3.533a5.906,5.906,0,0,1,1.251,1.093V75.6a.667.667,0,0,0-.063-.275L91.846,71.68a1.936,1.936,0,0,0-1.727-1.08H78.97a1.932,1.932,0,0,0-1.727,1.08l-1.781,3.645a.607.607,0,0,0-.063.275V86.274a2.168,2.168,0,0,0,2.165,2.165h6.653a6.053,6.053,0,0,1-.709-1.251Zm.8-14.957a.677.677,0,0,1,.6-.375H90.111a.677.677,0,0,1,.6.375l1.343,2.744H77.027ZM89.11,79.943a4.9,4.9,0,1,0,4.9,4.9A4.906,4.906,0,0,0,89.11,79.943Zm0,8.546a3.65,3.65,0,1,1,3.65-3.65A3.654,3.654,0,0,1,89.11,88.489Zm2.523-3.445a.625.625,0,0,1-.626.626H88.993a.625.625,0,0,1-.626-.626V82.687a.626.626,0,0,1,1.251,0v1.731h1.389A.625.625,0,0,1,91.633,85.044Zm-13.5-5.489V78.3h3.641v1.251Z" transform="translate(-75.4 -70.6)"/></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><defs><style>.a{fill:#bebebe;}.b{fill:#fff;}</style></defs><g transform="translate(-560.359 -222)"><path class="a" d="M570.359,222a10,10,0,1,0,10,10,9.95,9.95,0,0,0-10-10Z"/><path class="b" d="M569.488,226.479a1.057,1.057,0,0,1,.827-.4,1.019,1.019,0,0,1,.985.475,1.461,1.461,0,0,1,.239.973c0,.081-.057.612-.08.759l-.317,4.025a2.454,2.454,0,0,1-.239,1.1.627.627,0,0,1-.636.4.6.6,0,0,1-.555-.4,2.785,2.785,0,0,1-.239-1.1l-.215-3.945a4.6,4.6,0,0,1-.081-.872,1.663,1.663,0,0,1,.311-1.018Z"/><path class="b" d="M571.231,237.6a1.132,1.132,0,0,1-.794.317,1.2,1.2,0,0,1-.872-.317,1.3,1.3,0,0,1-.4-.94,1.2,1.2,0,0,1,.317-.872,1.156,1.156,0,0,1,1.744,0,1.192,1.192,0,0,1,.316.872,1.32,1.32,0,0,1-.314.94Z"/></g></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692103656385" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13266" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M204.8 51.2h614.4c84.992 0 153.6 68.608 153.6 153.6v614.4c0 84.992-68.608 153.6-153.6 153.6H204.8c-84.992 0-153.6-68.608-153.6-153.6V204.8c0-84.992 68.608-153.6 153.6-153.6z" fill="#5A84FF" p-id="13267"></path><path d="M235.40224 401.45408l286.208-165.888 266.752 165.888-280.064 172.544-272.896-172.544z" fill="#D6E9FB" p-id="13268"></path><path d="M235.40224 520.23808l96.256-58.368 177.152 111.616 183.808-113.152 95.744 59.904-279.552 175.616-273.408-175.616z" fill="#FFFFFF" opacity=".7" p-id="13269"></path><path d="M235.40224 610.86208l66.56-47.616 207.36 132.096 211.456-132.096 67.584 47.616-279.552 177.152-273.408-177.152z" fill="#FFFFFF" opacity=".4" p-id="13270"></path></svg> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | export const menu: Record<string,any>[] = [ |
| | | { |
| | | "name": "ä½ä¸è®¡å", |
| | | "path": "/information-base/WorkPlan", |
| | | "patchName": "WorkPlan", |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | { |
| | | "name": "å·¥å管ç(æ°)", |
| | | "path": "/information-base/OrderManagement-main", |
| | | "patchName": "OrderManagement-main", |
| | | "icon": "order", |
| | | "notPage": false |
| | | }, |
| | | { |
| | | "name": "MyPluginName", |
| | | "path": "/information-base/MyPluginName", |
| | | "patchName": "MyPluginName", |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | { |
| | | "name": "API请æ±", |
| | | "path": "/information-base/Http", |
| | | "patchName": "Http", |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | { |
| | | "name": "å«æè®°å½", |
| | | "path": "/information-base/CallMaterialOrderRecord", |
| | | "patchName": "CallMaterialOrderRecord", |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | { |
| | | "name": "嫿å", |
| | | "path": "/information-base/CallMaterialOrder", |
| | | "patchName": "CallMaterialOrder", |
| | | "icon": "p", |
| | | "notPage": false |
| | | } |
| | | ]; |
| | | export const menuMap: Record<string,any> = { |
| | | "WorkPlan": { |
| | | "name": "ä½ä¸è®¡å", |
| | | "path": "/information-base/WorkPlan", |
| | | "patchName": "WorkPlan", |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | "OrderManagement-main": { |
| | | "name": "å·¥å管ç(æ°)", |
| | | "path": "/information-base/OrderManagement-main", |
| | | "patchName": "OrderManagement-main", |
| | | "icon": "order", |
| | | "notPage": false |
| | | }, |
| | | "MyPluginName": { |
| | | "name": "MyPluginName", |
| | | "path": "/information-base/MyPluginName", |
| | | "patchName": "MyPluginName", |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | "Http": { |
| | | "name": "API请æ±", |
| | | "path": "/information-base/Http", |
| | | "patchName": "Http", |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | "CallMaterialOrderRecord": { |
| | | "name": "å«æè®°å½", |
| | | "path": "/information-base/CallMaterialOrderRecord", |
| | | "patchName": "CallMaterialOrderRecord", |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | "CallMaterialOrder": { |
| | | "name": "嫿å", |
| | | "path": "/information-base/CallMaterialOrder", |
| | | "patchName": "CallMaterialOrder", |
| | | "icon": "p", |
| | | "notPage": false |
| | | } |
| | | }; |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { ref, onMounted, reactive, Ref, nextTick, computed } from 'vue' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | import { CallMaterialOrder } from '../Models/CallMaterialOrder' |
| | | import { ElMessage } from 'element-plus' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { useFile } from './File' |
| | | |
| | | interface CurrentType { |
| | | row: any |
| | | index: number |
| | | } |
| | | export const useCallMaterialOrder = (props: any, ctx?: any) => { |
| | | const callMaterialOrder = injectModel<CallMaterialOrder>('callMaterialOrder') |
| | | const { exportFile } = useFile() |
| | | /** |
| | | * 头é¨é
ç½® |
| | | */ |
| | | const headers = ref({}) |
| | | /** |
| | | * 卿åé
ç½® |
| | | */ |
| | | const callMaterialOrderColumns = ref<Record<string, any>>([]) |
| | | /** |
| | | * æç´¢å¼ |
| | | */ |
| | | const search = ref('') |
| | | |
| | | /** |
| | | * æåº |
| | | */ |
| | | const sort = ref(0) |
| | | /** |
| | | * 鿩项 |
| | | */ |
| | | const selection = ref([]) |
| | | /** |
| | | * å½åéä¸çè¡ |
| | | */ |
| | | const current = ref<any>(null) |
| | | /** |
| | | * æ°æ®æº |
| | | */ |
| | | const dataSource: Ref<any[]> = ref([]) |
| | | |
| | | /** |
| | | * è¡¨æ ¼ |
| | | */ |
| | | const tableRef = ref() |
| | | const dialogConfig = reactive({ |
| | | visible: false, |
| | | title: '', |
| | | isAdd: false, |
| | | }) |
| | | const dialogConfigForQuery = reactive({ |
| | | visible: false, |
| | | title: '', |
| | | isAdd: false, |
| | | }) |
| | | |
| | | |
| | | const dialogSettingConfig = reactive({ |
| | | visible: false, |
| | | title: '', |
| | | }) |
| | | |
| | | /** |
| | | * åé¡µæ°æ® |
| | | */ |
| | | const paginationParams = ref({}) |
| | | |
| | | /** |
| | | * æå¼è¯¦æ
|
| | | * @param row |
| | | */ |
| | | const openDetail = (row: any) => { |
| | | current.value = row |
| | | dialogConfig.visible = true |
| | | dialogConfig.title = row.name |
| | | dialogConfig.isAdd = false |
| | | sort.value = row.sort |
| | | } |
| | | |
| | | const contextMenu = [ |
| | | { |
| | | label: 'å±å¼è¯¦æ
', |
| | | fn: (c: CurrentType) => { |
| | | current.value = null |
| | | sort.value = c.row.sort |
| | | nextTick(() => openDetail(c.row)) |
| | | }, |
| | | divided: true, |
| | | icon: 'o', |
| | | }, |
| | | // { |
| | | // label: 'å䏿·»å ', |
| | | // fn: (c: CurrentType, pageNum: number) => { |
| | | // current.value = null |
| | | // sort.value = c.index + 1 + (pageNum - 1) * 50 |
| | | // dialogConfig.visible = true |
| | | // dialogConfig.title = 'æ·»å ' |
| | | // dialogConfig.isAdd = false |
| | | // }, |
| | | // divided: true, |
| | | // icon: 'up', |
| | | // }, |
| | | // { |
| | | // label: 'å䏿·»å ', |
| | | // fn: (c: CurrentType, pageNum: number) => { |
| | | // current.value = null |
| | | // sort.value = c.index + 2 + (pageNum - 1) * 50 |
| | | // dialogConfig.visible = true |
| | | // dialogConfig.title = 'æ·»å ' |
| | | // dialogConfig.isAdd = false |
| | | // }, |
| | | // divided: true, |
| | | // icon: 'down', |
| | | // }, |
| | | // { |
| | | // label: 'åå»ºå¯æ¬', |
| | | // fn: async ({ row }: CurrentType) => { |
| | | // await callMaterialOrder.cloneData([row.id]) |
| | | // ElMessage.success('åå»ºå¯æ¬æå') |
| | | // tableRef.value?.getList() |
| | | // }, |
| | | // divided: true, |
| | | // icon: 'copy', |
| | | // }, |
| | | { |
| | | label: 'å é¤', |
| | | fn: async (c: CurrentType) => { |
| | | const names = selection.value.map((item: { dataIdentifier: string }) => item.dataIdentifier) |
| | | ConfirmBox( |
| | | `æ¯å¦å é¤${names.length ? names.join(',') : c.row.dataIdentifier}` |
| | | ).then(async () => { |
| | | const ids = selection.value.map((item: { id: string }) => item.id) |
| | | await callMaterialOrder.deleteCallMaterialOrders(ids.length ? ids : [c.row.id]) |
| | | ElMessage.success('å 餿å') |
| | | tableRef.value.getList() |
| | | }) |
| | | }, |
| | | icon: 'close', |
| | | }, |
| | | ] |
| | | |
| | | const onCheck = (records: any) => { |
| | | selection.value = records |
| | | } |
| | | //嫿 |
| | | const onCallMaterialToWms = () => { |
| | | const names = selection.value.map((item: { dataIdentifier: string }) => item.dataIdentifier) |
| | | if(names.length==0){ |
| | | ElMessage.warning('è¯·éæ©ä¸æ¡è®°å½'); |
| | | return; |
| | | } |
| | | if(names.length>1){ |
| | | ElMessage.warning('请åªè½éæ©ä¸æ¡è®°å½'); |
| | | return; |
| | | } |
| | | ConfirmBox( |
| | | `æ¯å¦è¦å«æ${names.length ? names.join(',') : ''}` |
| | | ).then(async () => { |
| | | const ids = selection.value.map((item: { id: string }) => item.id) |
| | | await callMaterialOrder.callMaterialByDataIdentifier(ids[0]) |
| | | ElMessage.success('嫿æå') |
| | | tableRef.value.getList() |
| | | }) |
| | | } |
| | | |
| | | const onAddCallMaterialOrder = () => { |
| | | const params = tableRef.value?.getPaginationParams() |
| | | current.value = null |
| | | dialogConfig.visible = true |
| | | dialogConfig.isAdd = true |
| | | dialogConfig.title = 'æ·»å ' |
| | | sort.value = params.totalCount + 1 |
| | | } |
| | | |
| | | //ç¹å»æé®ãé«çº§æ¥è¯¢ã |
| | | const onAdvancedQuery = () => { |
| | | const params = tableRef.value?.getPaginationParams() |
| | | current.value = null |
| | | dialogConfigForQuery.visible = true |
| | | dialogConfigForQuery.isAdd = true |
| | | dialogConfigForQuery.title = 'é«çº§æ¥è¯¢' |
| | | } |
| | | |
| | | const onConfirmCallMaterialOrder = async () => { |
| | | dialogConfig.visible = false |
| | | if (dialogConfig.isAdd) { |
| | | tableRef.value?.scrollToRow({ |
| | | skip: true, |
| | | }) |
| | | } else { |
| | | await tableRef.value?.getList() |
| | | } |
| | | } |
| | | /** |
| | | * è¡ç¹å»æ¶æ´æ°current |
| | | */ |
| | | const onRowClick = ({ row }: any) => { |
| | | if (dialogConfig.visible && current.value) { |
| | | current.value = row |
| | | } |
| | | } |
| | | /** |
| | | * å¯¼åº |
| | | */ |
| | | const onExport = (data={}) => { |
| | | //const params = tableRef.value?.getParams() |
| | | exportFile('/api/v1/PipeLineLems/callMaterialOrder/export', data, '嫿å') |
| | | } |
| | | |
| | | /** |
| | | * å
³é®åæç´¢ |
| | | */ |
| | | const onSearch = () => { |
| | | tableRef.value?.getList({ |
| | | Filter: search.value, |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * éç½®è¡¨æ ¼æ°æ® |
| | | */ |
| | | const reloadList = () => { |
| | | tableRef.value?.getList() |
| | | } |
| | | /** |
| | | * ä¸ä¼ æå |
| | | */ |
| | | const onSuccess = () => { |
| | | tableRef.value?.getList() |
| | | ElMessage.success('导å
¥æå') |
| | | } |
| | | /** |
| | | * 失败 |
| | | * @param err |
| | | */ |
| | | const onError = (err: any) => { |
| | | try { |
| | | const message = JSON.parse(err.message) |
| | | ElMessage.error(message.msg) |
| | | } catch (error) { |
| | | ElMessage.error('导å
¥å¤±è´¥') |
| | | } |
| | | } |
| | | /** |
| | | * ä¸ä¼ é©å |
| | | */ |
| | | const onBeforeUpload = (file: File) => { |
| | | const format = ['xlsx', 'xls', 'csv'] |
| | | if (!format.includes(file.name.split('.')[1])) { |
| | | ElMessage.error('导å
¥æä»¶æ ¼å¼ä¸æ£ç¡®ï¼è¯·å¯¼å
¥.xlsx/.xlsä¸.csvæ ¼å¼çæä»¶') |
| | | return false |
| | | } |
| | | return true |
| | | } |
| | | |
| | | onMounted(() => { |
| | | headers.value = { |
| | | Authorization: `Bearer ${sessionStorage.getItem('Token')}`, |
| | | 'X-Project': sessionStorage.getItem('X-Project'), |
| | | } |
| | | }) |
| | | |
| | | ctx.expose({ |
| | | reloadList, |
| | | }) |
| | | |
| | | return { |
| | | dataSource, |
| | | contextMenu, |
| | | dialogConfig, |
| | | dialogConfigForQuery, |
| | | dialogSettingConfig, |
| | | tableRef, |
| | | current, |
| | | search, |
| | | sort, |
| | | callMaterialOrderColumns, |
| | | paginationParams, |
| | | headers, |
| | | onBeforeUpload, |
| | | onError, |
| | | onSuccess, |
| | | openDetail, |
| | | onSearch, |
| | | onExport, |
| | | onRowClick, |
| | | onConfirmCallMaterialOrder, |
| | | onCheck, |
| | | onAddCallMaterialOrder, |
| | | onCallMaterialToWms, |
| | | onAdvancedQuery |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { |
| | | ref, |
| | | onMounted, |
| | | reactive, |
| | | computed, |
| | | Ref, |
| | | watch, |
| | | SetupContext, |
| | | h, |
| | | } from 'vue' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | import { CallMaterialOrderDrawer } from '../Models/CallMaterialOrderDrawer' |
| | | import { ElMessage } from 'element-plus' |
| | | import isEqual from 'lodash/isEqual' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { cloneDeep } from 'lodash' |
| | | |
| | | export const useCallMaterialOrderDrawer = (props: any, ctx?: any) => { |
| | | const callMaterialOrderDrawer = injectModel<CallMaterialOrderDrawer>('callMaterialOrderDrawer') |
| | | /** |
| | | * ç¨æ¥å¯¹æ¯çåå§åæ°æ® |
| | | */ |
| | | const initiateData: Ref<Record<string, any>> = ref({}) |
| | | const formData = ref<Record<string, any>>({}) |
| | | // ref |
| | | const formRef = ref() |
| | | |
| | | const disabled = ref(false) |
| | | |
| | | const current = computed(() => { |
| | | return props.row || null |
| | | }) |
| | | |
| | | |
| | | const datePicker = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="date" |
| | | format="YYYY-MM-DD HH:mm:ss" |
| | | formatValue="YYYY-MM-DD HH:mm:ss" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | const inputNumber = (attrs) => { |
| | | return ( |
| | | <el-input-number |
| | | min="1" |
| | | step="1" |
| | | precision="0" |
| | | {...attrs} |
| | | ></el-input-number> |
| | | ) |
| | | } |
| | | |
| | | const dateTimePicker = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="datetime" |
| | | format="YYYY-MM-DD HH:mm:ss" |
| | | formatValue="YYYY-MM-DD HH:mm:ss" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | |
| | | const visible = computed({ |
| | | get() { |
| | | return props.modelValue |
| | | }, |
| | | set(val) { |
| | | ctx.emit('update:modelValue', val) |
| | | }, |
| | | }) |
| | | /** |
| | | * æ·»å çformåæ®µ |
| | | */ |
| | | const formItems = reactive([ |
| | | { |
| | | label: 'åææ è¯', |
| | | prop: 'dataIdentifier', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åææ è¯', |
| | | rules: [{required: true, message: 'åææ è¯ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'åæåå·', |
| | | prop: 'materialMode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åæåå·', |
| | | }, |
| | | { |
| | | label: 'å«æç¶æ', |
| | | prop: 'callMaterialStatus', |
| | | el: 'select', |
| | | clearable:true, |
| | | options: [], |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å«æç¶æ', |
| | | rules: [{required: true, message: 'å«æç¶æä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: '嫿æ°é', |
| | | prop: 'quantity', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 1, |
| | | precision: 0, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å«ææ°é', |
| | | rules: [{required: true, message: '嫿æ°éä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'WMSè¿åç»æ', |
| | | prop: 'wmsRetResult', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥WMSè¿åç»æ', |
| | | }, |
| | | { |
| | | label: 'WMSä»»å¡å·', |
| | | prop: 'wmsTaskNo', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥WMSä»»å¡å·', |
| | | }, |
| | | { |
| | | label: '夿³¨', |
| | | prop: 'remark', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¤æ³¨', |
| | | }, |
| | | ]) |
| | | /** |
| | | * æ ¡éªæ¯å¦ææ°æ®åå |
| | | */ |
| | | const checkIsEqualObject = () => { |
| | | const data = { |
| | | formData: formData.value, |
| | | } |
| | | const check = isEqual(initiateData.value, data) |
| | | return check |
| | | } |
| | | |
| | | const onClose = (done: () => void) => { |
| | | if (visible.value) { |
| | | if (checkIsEqualObject()) { |
| | | visible.value = false |
| | | done && done() |
| | | } else { |
| | | ConfirmBox('æ¯å¦ä¿å设置ï¼') |
| | | .then(() => { |
| | | onConfirm() |
| | | }) |
| | | .catch(() => { |
| | | visible.value = false |
| | | done && done() |
| | | }) |
| | | } |
| | | } |
| | | } |
| | | /** |
| | | * ä¿å |
| | | */ |
| | | const onConfirm = async () => { |
| | | await formRef.value?.validate() |
| | | const data = { |
| | | dataIdentifier: formData.value.dataIdentifier, |
| | | materialMode: formData.value.materialMode, |
| | | callMaterialStatus: formData.value.callMaterialStatus, |
| | | quantity: formData.value.quantity, |
| | | wmsRetResult: formData.value.wmsRetResult, |
| | | wmsTaskNo: formData.value.wmsTaskNo, |
| | | remark: formData.value.remark, |
| | | } |
| | | if (!current.value) { |
| | | await callMaterialOrderDrawer.addCallMaterialOrder(data) |
| | | } else { |
| | | const id = current.value.id |
| | | await callMaterialOrderDrawer.updateCallMaterialOrder(id, data) |
| | | } |
| | | ElMessage.success('ä¿åæå') |
| | | ctx.emit('confirm') |
| | | } |
| | | |
| | | const updateCheckData = () => { |
| | | initiateData.value = { |
| | | formData: { |
| | | ...formData.value, |
| | | }, |
| | | } |
| | | } |
| | | const updateFormItemOptions = (propName: string, enumData: any[]) => { |
| | | const item = formItems.find((item) => item.prop === propName) |
| | | if (item && enumData) { |
| | | item.options = enumData.map((item) => ({ |
| | | label: item.description, |
| | | value: item.value, |
| | | })) |
| | | } |
| | | } |
| | | /** |
| | | * éç¨æ¥è¯¢æä¸¾ |
| | | */ |
| | | const commonQueryEnumForFrom = async () => { |
| | | const callMaterialStatusEnumEnum = await callMaterialOrderDrawer.getWmsEnumData({ |
| | | EnumName: 'CallMaterialStatusEnum', |
| | | }) |
| | | updateFormItemOptions('callMaterialStatus', callMaterialStatusEnumEnum) |
| | | |
| | | } |
| | | commonQueryEnumForFrom() |
| | | /** |
| | | * å¼¹çªæå¼è·å详æ
|
| | | */ |
| | | const onOpen = async () => { |
| | | if (current.value) { |
| | | const res = await callMaterialOrderDrawer.getCallMaterialOrderDetail(current.value) |
| | | |
| | | formData.value = { |
| | | dataIdentifier: res.dataIdentifier, |
| | | materialMode: res.materialMode, |
| | | callMaterialStatus: res.callMaterialStatus, |
| | | quantity: res.quantity, |
| | | wmsRetResult: res.wmsRetResult, |
| | | wmsTaskNo: res.wmsTaskNo, |
| | | remark: res.remark, |
| | | id: res.id, |
| | | } |
| | | disabled.value = true |
| | | updateCheckData() |
| | | } else { |
| | | formData.value = {} |
| | | |
| | | disabled.value = false |
| | | updateCheckData() |
| | | } |
| | | } |
| | | |
| | | watch(() => current.value, onOpen) |
| | | |
| | | return { |
| | | formItems, |
| | | formData, |
| | | visible, |
| | | formRef, |
| | | onOpen, |
| | | onClose, |
| | | onConfirm, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { |
| | | ref, |
| | | onMounted, |
| | | reactive, |
| | | computed, |
| | | Ref, |
| | | watch, |
| | | SetupContext, |
| | | h, |
| | | } from 'vue' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | import { CallMaterialOrderDrawer } from '../Models/CallMaterialOrderDrawer' |
| | | import { ElMessage } from 'element-plus' |
| | | import isEqual from 'lodash/isEqual' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { cloneDeep } from 'lodash' |
| | | |
| | | export const useCallMaterialOrderQueryDrawer = (props: any, ctx?: any) => { |
| | | const callMaterialOrderDrawer = injectModel<CallMaterialOrderDrawer>('CallMaterialOrderDrawer') |
| | | /** |
| | | * ç¨æ¥å¯¹æ¯çåå§åæ°æ® |
| | | */ |
| | | const initiateData: Ref<Record<string, any>> = ref({}) |
| | | const formData = ref<Record<string, any>>({}) |
| | | // ref |
| | | const formRef = ref() |
| | | |
| | | const disabled = ref(false) |
| | | |
| | | const current = computed(() => { |
| | | return props.row || null |
| | | }) |
| | | |
| | | const inputNumber = (attrs) => { |
| | | return ( |
| | | <el-input-number |
| | | min="1" |
| | | step="1" |
| | | precision="0" |
| | | {...attrs} |
| | | ></el-input-number> |
| | | ) |
| | | } |
| | | |
| | | const datePickerRange = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="daterange" |
| | | value-format="YYYY-MM-DD HH:mm:ss" |
| | | start-placeholder="å¼å§æ¥æ" |
| | | end-placeholder="ç»ææ¥æ" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | |
| | | const dateTimePickerRange = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="datetimerange" |
| | | value-format="YYYY-MM-DD HH:mm:ss" |
| | | start-placeholder="å¼å§æ¥æ" |
| | | end-placeholder="ç»ææ¥æ" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | |
| | | const visible = computed({ |
| | | get() { |
| | | return props.modelValue |
| | | }, |
| | | set(val) { |
| | | ctx.emit('update:modelValue', val) |
| | | }, |
| | | }) |
| | | /** |
| | | * é«çº§æ¥è¯¢çformåæ®µ |
| | | */ |
| | | const formItems = reactive([ |
| | | { |
| | | label: 'åææ è¯', |
| | | prop: 'dataIdentifier', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åææ è¯', |
| | | }, |
| | | { |
| | | label: 'åæåå·', |
| | | prop: 'materialMode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åæåå·', |
| | | }, |
| | | { |
| | | label: 'å«æç¶æ', |
| | | prop: 'callMaterialStatus', |
| | | el: 'select', |
| | | clearable:true, |
| | | option: [], |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å«æç¶æ', |
| | | }, |
| | | { |
| | | label: '嫿æ°é', |
| | | prop: 'quantity', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 1, |
| | | precision: 0, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å«ææ°é', |
| | | }, |
| | | { |
| | | label: 'WMSè¿åç»æ', |
| | | prop: 'wmsRetResult', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥WMSè¿åç»æ', |
| | | }, |
| | | { |
| | | label: 'WMSä»»å¡å·', |
| | | prop: 'wmsTaskNo', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥WMSä»»å¡å·', |
| | | }, |
| | | { |
| | | label: 'å建æ¶é´', |
| | | prop: 'creationTime', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(dateTimePickerRange, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å建æ¶é´', |
| | | }, |
| | | { |
| | | label: 'ä¿®æ¹æ¶é´', |
| | | prop: 'lastModificationTime', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(dateTimePickerRange, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ä¿®æ¹æ¶é´', |
| | | }, |
| | | { |
| | | label: 'å建人', |
| | | prop: 'creatorName', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å建人', |
| | | }, |
| | | { |
| | | label: 'ä¿®æ¹äºº', |
| | | prop: 'lastModifierName', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ä¿®æ¹äºº', |
| | | }, |
| | | { |
| | | label: '夿³¨', |
| | | prop: 'remark', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¤æ³¨', |
| | | }, |
| | | ]) |
| | | /** |
| | | * æ ¡éªæ¯å¦ææ°æ®åå |
| | | */ |
| | | const checkIsEqualObject = () => { |
| | | const data = { |
| | | formData: formData.value, |
| | | } |
| | | const check = isEqual(initiateData.value, data) |
| | | return check |
| | | } |
| | | const commonGetFormData=()=>{ |
| | | const data = { |
| | | dataIdentifier: formData.value.dataIdentifier || '', |
| | | materialMode: formData.value.materialMode || '', |
| | | callMaterialStatus: formData.value.callMaterialStatus || '', |
| | | quantity: formData.value.quantity || '', |
| | | wmsRetResult: formData.value.wmsRetResult || '', |
| | | wmsTaskNo: formData.value.wmsTaskNo || '', |
| | | creationTime: formData.value.creationTime || '', |
| | | lastModificationTime: formData.value.lastModificationTime || '', |
| | | creatorName: formData.value.creatorName || '', |
| | | lastModifierName: formData.value.lastModifierName || '', |
| | | remark: formData.value.remark || '', |
| | | } |
| | | return data; |
| | | } |
| | | const onClose = (done: () => void) => { |
| | | if (visible.value) { |
| | | visible.value = false |
| | | const data =commonGetFormData(); |
| | | ctx.emit('close', data) |
| | | } |
| | | } |
| | | /** |
| | | * 确认æ¥è¯¢ |
| | | */ |
| | | const onConfirmQuery = async () => { |
| | | const data =commonGetFormData(); |
| | | ctx.emit('confirmQuery', data) |
| | | } |
| | | /** |
| | | * éç½®æ¥è¯¢ |
| | | */ |
| | | const onReset = async () => { |
| | | formData.value = {} |
| | | formData.value.dataIdentifier = '' |
| | | formData.value.materialMode = '' |
| | | formData.value.callMaterialStatus = '' |
| | | formData.value.quantity = '' |
| | | formData.value.wmsRetResult = '' |
| | | formData.value.wmsTaskNo = '' |
| | | formData.value.deletionTime = '' |
| | | formData.value.operationRemark = '' |
| | | formData.value.deleteRemark = '' |
| | | formData.value.remark = '' |
| | | formData.value.extraField1 = '' |
| | | formData.value.extraField2 = '' |
| | | formData.value.extraField3 = '' |
| | | //åç¶ç»ä»¶åéèªå®ä¹äºä»¶ |
| | | ctx.emit('restQuery'); |
| | | } |
| | | |
| | | const updateCheckData = () => { |
| | | initiateData.value = { |
| | | formData: { |
| | | ...formData.value, |
| | | }, |
| | | } |
| | | } |
| | | const updateFormItemOptions = (propName: string, enumData: any[]) => { |
| | | const item = formItems.find((item) => item.prop === propName) |
| | | if (item && enumData) { |
| | | item.options = enumData.map((item) => ({ |
| | | label: item.description, |
| | | value: item.value, |
| | | })) |
| | | } |
| | | } |
| | | /** |
| | | * éç¨æ¥è¯¢æä¸¾ |
| | | */ |
| | | const commonQueryEnumForFrom = async () => { |
| | | const callMaterialStatusEnumEnum = await callMaterialOrderDrawer.getWmsEnumData({ |
| | | EnumName: 'CallMaterialStatusEnum', |
| | | }) |
| | | updateFormItemOptions('callMaterialStatus', callMaterialStatusEnumEnum) |
| | | |
| | | } |
| | | commonQueryEnumForFrom() |
| | | /** |
| | | * å¼¹çªæå¼è·å详æ
|
| | | */ |
| | | const onOpen = async () => { |
| | | disabled.value = false |
| | | updateCheckData() |
| | | } |
| | | |
| | | watch(() => current.value, onOpen) |
| | | |
| | | return { |
| | | formItems, |
| | | formData, |
| | | visible, |
| | | formRef, |
| | | onOpen, |
| | | onClose, |
| | | onConfirmQuery, |
| | | onReset, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { importFileToService, exportFileToClient } from '@/api/file' |
| | | import { ElMessage } from 'element-plus' |
| | | import { downloadFile } from '@/utils' |
| | | import dayjs from 'dayjs' |
| | | |
| | | export const useFile = () => { |
| | | /** |
| | | * 导å
¥æä»¶ |
| | | * @param url |
| | | */ |
| | | const importFile = async (url: string, file: File) => { |
| | | const formData = new FormData() |
| | | formData.append('file', file) |
| | | await importFileToService(url, formData) |
| | | ElMessage('导å
¥æå') |
| | | } |
| | | /** |
| | | * å¯¼åºæä»¶ |
| | | * @param url |
| | | */ |
| | | const exportFile = async (url: string, params: any, name: string) => { |
| | | const res = await exportFileToClient(url, params) |
| | | downloadFile(res, `${name}_${dayjs().format('YYYYMMDDHHMMss')}.xlsx`) |
| | | ElMessage.success('å¯¼åºæå') |
| | | } |
| | | |
| | | return { |
| | | importFile, |
| | | exportFile, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | import { |
| | | deleteCallMaterialOrders, |
| | | callMaterialByDataIdentifier, |
| | | addCallMaterialOrder, |
| | | cloneData, |
| | | } from './Service/CallMaterialOrder' |
| | | |
| | | export class CallMaterialOrder extends Base<{ [key: string]: any }> { |
| | | constructor() { |
| | | super({ |
| | | data: [], |
| | | }) |
| | | } |
| | | onMounted() {} |
| | | /** |
| | | * å é¤ |
| | | * @param id |
| | | * @returns |
| | | */ |
| | | async deleteCallMaterialOrders(ids: string[]) { |
| | | return deleteCallMaterialOrders(ids) |
| | | } |
| | | |
| | | async callMaterialByDataIdentifier(ids: string) { |
| | | return callMaterialByDataIdentifier(ids) |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * æ·»å æ°æ® |
| | | * @param data |
| | | * @returns |
| | | */ |
| | | addCallMaterialOrder(data: Record<string, any>) { |
| | | return addCallMaterialOrder(data) |
| | | } |
| | | |
| | | /** |
| | | * å
é |
| | | * @param ids |
| | | * @returns |
| | | */ |
| | | cloneData(ids: string[]) { |
| | | return cloneData(ids) |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | import { |
| | | addCallMaterialOrder, |
| | | getCallMaterialOrder, |
| | | updateCallMaterialOrder, |
| | | getWmsEnumData, |
| | | } from './Service/CallMaterialOrderDrawer' |
| | | import { useGlobalState } from '@/libs/Store/Store' |
| | | |
| | | export class CallMaterialOrderDrawer extends Base<{ [key: string]: any }> { |
| | | constructor() { |
| | | super({ |
| | | data: [], |
| | | callMaterialOrder: {}, |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @param data |
| | | */ |
| | | async addCallMaterialOrder(data: Record<string, any>) { |
| | | return addCallMaterialOrder(data) |
| | | } |
| | | /** |
| | | * æ´æ° |
| | | * @param data |
| | | */ |
| | | async updateCallMaterialOrder(id: string, data: Record<string, any>) { |
| | | return updateCallMaterialOrder(id, data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | */ |
| | | async getCallMaterialOrderDetail(current: any, id?: string) { |
| | | return getCallMaterialOrder(id || current?.id) |
| | | } |
| | | |
| | | // è·åæä¸¾å¼ |
| | | async getWmsEnumData(data: Record<string, any>) { |
| | | return getWmsEnumData(data) |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | import { |
| | | addCallMaterialOrder, |
| | | getCallMaterialOrder, |
| | | updateCallMaterialOrder, |
| | | getWmsEnumData, |
| | | } from './Service/CallMaterialOrderQueryDrawer' |
| | | import { useGlobalState } from '@/libs/Store/Store' |
| | | |
| | | export class CallMaterialOrderQueryDrawer extends Base<{ [key: string]: any }> { |
| | | constructor() { |
| | | super({ |
| | | data: [], |
| | | callMaterialOrder: {}, |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @param data |
| | | */ |
| | | async addCallMaterialOrder(data: Record<string, any>) { |
| | | return addCallMaterialOrder(data) |
| | | } |
| | | /** |
| | | * æ´æ° |
| | | * @param data |
| | | */ |
| | | async updateCallMaterialOrder(id: string, data: Record<string, any>) { |
| | | return updateCallMaterialOrder(id, data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | */ |
| | | async getCallMaterialOrderDetail(current: any, id?: string) { |
| | | return getCallMaterialOrder(id || current?.id) |
| | | } |
| | | |
| | | // è·åæä¸¾å¼ |
| | | async getWmsEnumData(data: Record<string, any>) { |
| | | return getWmsEnumData(data) |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | const request = Base.request |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @returns |
| | | */ |
| | | export const addCallMaterialOrder = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/callMaterialOrder', data) |
| | | } |
| | | |
| | | /** |
| | | * æ¹éå é¤ |
| | | * @returns |
| | | */ |
| | | export const deleteCallMaterialOrders = (ids: string[]) => { |
| | | return request({ |
| | | data: ids, |
| | | url: '/api/v1/PipeLineLems/callMaterialOrder', |
| | | method: 'delete', |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * callMaterialByDataIdentifier |
| | | * @returns |
| | | */ |
| | | export const callMaterialByDataIdentifier = (id: string) => { |
| | | return request.put(`/api/v1/PipeLineLems/callMaterialOrder/callMaterialByDataIdentifier/${id}`) |
| | | } |
| | | |
| | | /** |
| | | * å
é |
| | | * @returns |
| | | */ |
| | | export const cloneData = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/callMaterialOrder/clone', data) |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | const request = Base.request |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @returns |
| | | */ |
| | | export const addCallMaterialOrder = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/callMaterialOrder', data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | * @returns |
| | | */ |
| | | export const getCallMaterialOrder = (id: string) => { |
| | | return request.get(`/api/v1/PipeLineLems/callMaterialOrder/${id}`) |
| | | } |
| | | |
| | | /** |
| | | * æ´æ° |
| | | * @returns |
| | | */ |
| | | export const updateCallMaterialOrder = (id: string, data: Record<string, any>) => { |
| | | return request.put(`/api/v1/PipeLineLems/callMaterialOrder/${id}`, data) |
| | | } |
| | | |
| | | /** |
| | | * è·åæä¸¾ |
| | | * @returns |
| | | */ |
| | | export const getWmsEnumData = (data: any) => { |
| | | return request.post('/api/v1/WareCmsUtilityApi/WmsEnum', data) |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | const request = Base.request |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @returns |
| | | */ |
| | | export const addCallMaterialOrder = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/callMaterialOrder', data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | * @returns |
| | | */ |
| | | export const getCallMaterialOrder = (id: string) => { |
| | | return request.get(`/api/v1/PipeLineLems/callMaterialOrder/${id}`) |
| | | } |
| | | |
| | | /** |
| | | * æ´æ° |
| | | * @returns |
| | | */ |
| | | export const updateCallMaterialOrder = (id: string, data: Record<string, any>) => { |
| | | return request.put(`/api/v1/PipeLineLems/callMaterialOrder/${id}`, data) |
| | | } |
| | | |
| | | /** |
| | | * è·åæä¸¾ |
| | | * @returns |
| | | */ |
| | | export const getWmsEnumData = (data: any) => { |
| | | return request.post('/api/v1/WareCmsUtilityApi/WmsEnum', data) |
| | | } |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .CallMaterialOrder { |
| | | background-color: #fff; |
| | | border-radius: 5px 5px 0 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | border: 1px solid #dbdbdb; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { |
| | | Component, |
| | | DefineComponent, |
| | | defineComponent, |
| | | markRaw, |
| | | ref, |
| | | SetupContext, |
| | | onMounted, |
| | | } from 'vue' |
| | | import styles from './CallMaterialOrder.module.scss' |
| | | import Tab from '@/components/Tab/Tab' |
| | | import { useProvideModels } from '@/libs/Provider/app' |
| | | import { usePermission } from '@/libs/Permission/Permission' |
| | | import { permissionCodes } from '../enum' |
| | | import { ModuleType, TabItem } from '../type/Type' |
| | | import { getEntityNames } from '@/hooks/hook' |
| | | import TabPane from '@/components/Tab/TabPane' |
| | | |
| | | const Models: ModuleType = import.meta.glob('./config/*.json', { |
| | | eager: true, |
| | | }) |
| | | |
| | | const entityNames = getEntityNames(Models) |
| | | |
| | | const nameToLabelMap = [{ name: 'CallMaterialOrder', label: '嫿å' }] |
| | | |
| | | export default defineComponent({ |
| | | name: 'CallMaterialOrder', |
| | | |
| | | setup(props, ctx: SetupContext) { |
| | | useProvideModels() |
| | | usePermission(props, permissionCodes) |
| | | |
| | | const rf = ref<{ |
| | | [key: string]: any |
| | | }>({}) |
| | | |
| | | const tabData = ref<TabItem[]>([]) |
| | | |
| | | const onTabChange = (v: string) => { |
| | | rf.value?.[v]?.reloadList() |
| | | } |
| | | |
| | | const initTableData = async () => { |
| | | for (const i in entityNames) { |
| | | const name = entityNames[i] |
| | | const module = await import(`./Pages/${name}/${name}.tsx`) |
| | | const CallMaterialOrder = markRaw(module.default) |
| | | const foundLabel = |
| | | nameToLabelMap.find((item) => item.name === name)?.label || name |
| | | tabData.value.push({ |
| | | label: foundLabel, |
| | | name, |
| | | component: CallMaterialOrder, |
| | | }) |
| | | } |
| | | } |
| | | |
| | | initTableData() |
| | | |
| | | return () => { |
| | | return ( |
| | | <div class={styles.CallMaterialOrder}> |
| | | <Tab data={tabData.value} type="list" onTab={onTabChange}> |
| | | {tabData.value.map((widgetInfo) => { |
| | | const Widget: any = widgetInfo.component |
| | | return ( |
| | | <TabPane label={widgetInfo.label} name={widgetInfo.name}> |
| | | <Widget |
| | | ref={(r: any) => (rf.value['CallMaterialOrder'] = r)} |
| | | ></Widget> |
| | | </TabPane> |
| | | ) |
| | | })} |
| | | </Tab> |
| | | </div> |
| | | ) |
| | | } |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .callMaterialOrderContent { |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | .callMaterialOrderList { |
| | | width: 100%; |
| | | height: calc(100% - 70px); |
| | | } |
| | | .headerContent { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | height: 43px; |
| | | } |
| | | .header { |
| | | margin-bottom: 12px; |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | } |
| | | } |
| | | |
| | | .tagBox { |
| | | width: auto; |
| | | min-width: 80px; |
| | | height: 24px; |
| | | background: #ffffff; |
| | | border-radius: 19px 19px 19px 19px; |
| | | opacity: 1; |
| | | border: 1px dashed #bcc4cc; |
| | | width: 50px; |
| | | height: 20px; |
| | | font-size: 14px; |
| | | font-family: PingFang SC, PingFang SC; |
| | | font-weight: 400; |
| | | color: #5a84ff; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | // cursor: pointer; |
| | | } |
| | | |
| | | .group { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | |
| | | .groupTable { |
| | | width: 100%; |
| | | } |
| | | |
| | | .overBox { |
| | | width: 100%; |
| | | height: calc(100% - 20px); |
| | | overflow: auto; |
| | | :global(.cs-collapse-item__header) { |
| | | background-color: #f1f1f1; |
| | | padding: 0 20px; |
| | | height: 35px; |
| | | font-size: 16px; |
| | | font-family: PingFang SC, PingFang SC; |
| | | font-weight: 500; |
| | | } |
| | | :global(.cs-collapse-item__content) { |
| | | padding-bottom: 0px; |
| | | } |
| | | } |
| | | .groupHeader { |
| | | width: 100%; |
| | | height: 30px; |
| | | background: #ccc; |
| | | } |
| | | |
| | | .hideBlock { |
| | | display: none; |
| | | } |
| | | .queryForm { |
| | | padding: 10px; |
| | | background: #f5f7fa; |
| | | margin-bottom: 0px; |
| | | border-radius: 4px; |
| | | |
| | | .el-form-item { |
| | | margin-right: 20px; |
| | | margin-bottom: 0; |
| | | |
| | | // ç»ä¸è¾å
¥æ¡åéæ©æ¡ç宽度 |
| | | .el-input, .el-select { |
| | | width: 200px; // 设置ç»ä¸ç宽度 |
| | | } |
| | | |
| | | // éæ©æ¡å
é¨è¾å
¥æ¡æ ·å¼ |
| | | .el-select .el-input__wrapper { |
| | | height: 32px; // ä¸è¾å
¥æ¡é«åº¦ä¸è´ |
| | | padding: 1px 11px; // ä¸è¾å
¥æ¡å
è¾¹è·ä¸è´ |
| | | } |
| | | |
| | | // æ¥æéæ©å¨å®½åº¦ |
| | | .el-date-editor { |
| | | width: 220px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | // 妿éè¦æ´ç²¾ç¡®çæ§å¶ï¼å¯ä»¥åç¬è®¾ç½® |
| | | .formItem { |
| | | width: 200px; |
| | | |
| | | &.el-input, &.el-select { |
| | | width: 100%; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { computed, defineComponent, onMounted, reactive, ref } from 'vue' |
| | | import type { Ref } from 'vue' |
| | | import BaseTable from '@/components/Table/Table' |
| | | import styles from './CallMaterialOrder.module.scss' |
| | | import { useCallMaterialOrder } from '../../../Controllers/CallMaterialOrder' |
| | | import IconButton from '@/components/IconButton/IconButton' |
| | | import CallMaterialOrderDrawer from '../Dialog/CallMaterialOrderDrawer/CallMaterialOrderDrawer' |
| | | import CallMaterialOrderQueryDrawer from '../Dialog/CallMaterialOrderQueryDrawer/CallMaterialOrderQueryDrawer' |
| | | import Search from '@/components/Search/Search' |
| | | import { columns } from './Config' |
| | | import TdButton from '@/components/TdButton/TdButton' |
| | | import { vPermission } from '@/libs/Permission/Permission' |
| | | import dayjs from 'dayjs' |
| | | import { |
| | | getWmsEnumData |
| | | } from '@/widgets/CallMaterialOrder/Models/Service/CallMaterialOrderDrawer' |
| | | import { |
| | | ElInput, |
| | | ElSelect, |
| | | ElOption, |
| | | ElDatePicker, |
| | | ElForm, |
| | | ElFormItem, |
| | | } from 'element-plus' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | |
| | | interface RenderTableType { |
| | | url?: string |
| | | dataSource: Ref<any[]> |
| | | isDrag?: boolean |
| | | isChecked?: boolean |
| | | isHidePagination?: boolean |
| | | params?: Record<string, any> |
| | | autoHeight?: boolean |
| | | } |
| | | |
| | | export default defineComponent({ |
| | | name: 'CallMaterialOrder', |
| | | directives: { |
| | | permission: vPermission, |
| | | }, |
| | | setup(props, ctx) { |
| | | const { |
| | | dataSource, |
| | | contextMenu, |
| | | dialogConfig, |
| | | dialogConfigForQuery, |
| | | tableRef, |
| | | current, |
| | | search, |
| | | sort, |
| | | headers, |
| | | onError, |
| | | onSearch, |
| | | onRowClick, |
| | | onConfirmCallMaterialOrder, |
| | | onCheck, |
| | | onAddCallMaterialOrder, |
| | | onCallMaterialToWms, |
| | | onAdvancedQuery, |
| | | onExport, |
| | | openDetail, |
| | | onSuccess, |
| | | onBeforeUpload, |
| | | } = useCallMaterialOrder(props, ctx) |
| | | |
| | | //å®ä¹é«çº§æ¥è¯¢å¼ç¨ |
| | | const callMaterialOrderQueryDrawerRef=ref(null); |
| | | // æ°å¢çæ¥è¯¢æ¡ä»¶ |
| | | const queryForm = ref({ |
| | | searchVal: '', |
| | | str_searchFormInputAttrs:[] |
| | | }) |
| | | //å®ä¹æ´ä½æ¨¡ç³æ¥è¯¢çåæ°ç»(注æï¼å¿
须大å°åè·å端çå®ä½ç±»å±æ§åä¸è´ï¼å¦åä¼å¯¼è´å¹é
ä¸å¯¹çé®é¢) |
| | | const _searchFormInputAttrs = ref([ |
| | | 'DataIdentifier','MaterialMode','WmsRetResult','WmsTaskNo','CreatorName','LastModifierName','Remark' |
| | | ]); |
| | | const searchFormInputAttrs_Placeholder = ref('请è¾å
¥åææ è¯/åæåå·/WMSè¿åç»æ/WMSä»»å¡å·/å建人/ä¿®æ¹äºº/夿³¨'); |
| | | |
| | | |
| | | // 卿æä¸¾é项 |
| | | const enumOptions = reactive({ |
| | | callMaterialStatus: [] as Array<{label: string; value: any }>, |
| | | }) |
| | | |
| | | // è·åæä¸¾æ°æ® |
| | | const fetchEnumData = async () => { |
| | | try { |
| | | const callMaterialStatusEnumData = await getWmsEnumData({ |
| | | EnumName: 'CallMaterialStatusEnum', |
| | | }) |
| | | enumOptions.callMaterialStatus = callMaterialStatusEnumData.map((item) => ({ |
| | | label: item.description, |
| | | value: item.value, |
| | | })) |
| | | |
| | | } catch (error) { |
| | | console.error('è·åæä¸¾æ°æ®å¤±è´¥:', error) |
| | | } |
| | | } |
| | | |
| | | // ç»ä»¶æè½½æ¶è·åæä¸¾æ°æ® |
| | | onMounted(() => { |
| | | fetchEnumData() |
| | | }) |
| | | |
| | | // å®ä¹ååºå¼æ¥è¯¢æ°æ® |
| | | const _curHighQueryData = ref({ searchVal: '',str_searchFormInputAttrs:[] }); |
| | | // æ°ççæ¥è¯¢æ¹æ³ï¼ä¸»é¡µé¢ä¸çæé®ãæ¥è¯¢ãï¼ |
| | | const handleQueryForMain = async () => { |
| | | _curHighQueryData.value.searchVal = queryForm.value.searchVal; |
| | | _curHighQueryData.value.str_searchFormInputAttrs = _searchFormInputAttrs.value; |
| | | tableRef.value.getList(_curHighQueryData.value) |
| | | } |
| | | // æ°ççæ¥è¯¢æ¹æ³ï¼é«çº§æ¥è¯¢ä¸çæé®ãæ¥è¯¢ãï¼ |
| | | const handleQuery = async (extraParams = {}) => { |
| | | let filteredData = commonGetHighQueryForm(extraParams); |
| | | commonSaveCurHighQueryData(filteredData); |
| | | tableRef.value.getList(filteredData) |
| | | } |
| | | // æ°ççæ¥è¯¢éç½® |
| | | const resetQuery = () => { |
| | | queryForm.value.searchVal = '' |
| | | queryForm.value.str_searchFormInputAttrs=_searchFormInputAttrs.value; |
| | | } |
| | | //æ°ççå¯¼åºæ¹æ³ |
| | | const handleExport=()=>{ |
| | | onExport(_curHighQueryData.value); |
| | | } |
| | | // æ°ççæ¥è¯¢å¼¹åºæ¡å
³éæ¹æ³ |
| | | const closeQuery = (extraParams={}) => { |
| | | let filteredData = commonGetHighQueryForm(extraParams); |
| | | console.log("closeQueryæ¹æ³"); |
| | | console.log(filteredData); |
| | | commonSaveCurHighQueryData(filteredData); |
| | | } |
| | | //ä¿åæ¥è¯¢å¼ |
| | | const commonSaveCurHighQueryData=(filteredData={})=>{ |
| | | _curHighQueryData.value = { ..._curHighQueryData.value, ...filteredData }; |
| | | _curHighQueryData.value.searchVal = queryForm.value.searchVal |
| | | _curHighQueryData.value.str_searchFormInputAttrs =_searchFormInputAttrs.value; |
| | | } |
| | | //è·åé«çº§æ¥è¯¢å¼¹åºæ¡çæ¥è¯¢å¼ |
| | | const commonGetHighQueryForm=(extraParams={})=>{ |
| | | // è¿æ»¤æ undefined çå¼ |
| | | let filteredData = Object.assign( |
| | | {}, |
| | | ...Object.entries(extraParams).map(([key, value]) => |
| | | value !== undefined ? { [key]: value } : {} |
| | | ) |
| | | ) |
| | | //ç»åæ¨¡ç³æ¥è¯¢ |
| | | filteredData.searchVal = queryForm.value.searchVal |
| | | filteredData.str_searchFormInputAttrs =_searchFormInputAttrs.value; |
| | | return filteredData; |
| | | } |
| | | |
| | | |
| | | /** |
| | | * @returns è¡¨æ ¼ |
| | | */ |
| | | const RenderBaseTable = (props: RenderTableType) => { |
| | | const { |
| | | url, |
| | | dataSource, |
| | | isDrag, |
| | | isChecked, |
| | | isHidePagination, |
| | | params, |
| | | autoHeight, |
| | | } = props |
| | | |
| | | return ( |
| | | <div |
| | | class={{ |
| | | [styles.callMaterialOrderList]: true, |
| | | }} |
| | | > |
| | | <BaseTable |
| | | ref={tableRef} |
| | | url={url} |
| | | sortUrlTpl="/api/v1/PipeLineLems/callMaterialOrder/{id}/adjustsort/{sort}" |
| | | v-model:dataSource={dataSource.value} |
| | | columns={columns} |
| | | contextMenu={contextMenu} |
| | | params={params} |
| | | isDrag={isDrag} |
| | | isChecked={isChecked} |
| | | autoHeight={autoHeight} |
| | | onCheck={onCheck} |
| | | onRowClick={onRowClick} |
| | | isHidePagination={isHidePagination} |
| | | pageSize={20} |
| | | v-slots={{ |
| | | creationTime: ({ row }: any) => { |
| | | return ( |
| | | <div> |
| | | {row.creationTime != null |
| | | ? dayjs(row.creationTime).format('YYYY-MM-DD HH:mm:ss') |
| | | : '-'} |
| | | </div> |
| | | ) |
| | | }, |
| | | lastModificationTime: ({ row }: any) => { |
| | | return ( |
| | | <div> |
| | | {row.lastModificationTime != null |
| | | ? dayjs(row.lastModificationTime).format('YYYY-MM-DD HH:mm:ss') |
| | | : '-'} |
| | | </div> |
| | | ) |
| | | }, |
| | | isDeleted: ({ row }: any) => { |
| | | return ( |
| | | <div> |
| | | {row.isDeleted != null ? (row.isDeleted ? 'æ¯' : 'å¦') : '-'} |
| | | </div> |
| | | ) |
| | | }, |
| | | deletionTime: ({ row }: any) => { |
| | | return ( |
| | | <div> |
| | | {row.deletionTime != null |
| | | ? dayjs(row.deletionTime).format('YYYY-MM-DD HH:mm:ss') |
| | | : '-'} |
| | | </div> |
| | | ) |
| | | }, |
| | | isDisabled: ({ row }: any) => { |
| | | return ( |
| | | <div> |
| | | {row.isDisabled != null ? (row.isDisabled ? 'æ¯' : 'å¦') : '-'} |
| | | </div> |
| | | ) |
| | | }, |
| | | name: ({ row }: any) => { |
| | | return row?.name ? ( |
| | | <TdButton |
| | | onClick={() => openDetail(row)} |
| | | text={<span style="color:#5a84ff">详æ
</span>} |
| | | icon="scale" |
| | | tip={row?.name} |
| | | hover |
| | | > |
| | | {row?.name} |
| | | </TdButton> |
| | | ) : ( |
| | | '-' |
| | | ) |
| | | }, |
| | | }} |
| | | ></BaseTable> |
| | | </div> |
| | | ) |
| | | } |
| | | |
| | | return () => { |
| | | return ( |
| | | <div class={styles.callMaterialOrderContent}> |
| | | {/* æ·»å /ç¼è¾ */} |
| | | <CallMaterialOrderDrawer |
| | | v-model={dialogConfig.visible} |
| | | title={dialogConfig.title} |
| | | row={current.value} |
| | | sort={sort.value} |
| | | onConfirm={onConfirmCallMaterialOrder} |
| | | /> |
| | | {/* é«çº§æ¥è¯¢ */} |
| | | <CallMaterialOrderQueryDrawer |
| | | ref="callMaterialOrderQueryDrawerRef" |
| | | v-model={dialogConfigForQuery.visible} |
| | | title={dialogConfigForQuery.title} |
| | | row={current.value} |
| | | sort={sort.value} |
| | | onConfirmQuery={handleQuery} |
| | | onRestQuery={resetQuery} |
| | | onClose={closeQuery} |
| | | /> |
| | | |
| | | <div class={styles.headerContent}> |
| | | <div class={styles.header}> |
| | | {/* <IconButton |
| | | v-permission="callMaterialOrder-add" |
| | | icon="add-p" |
| | | onClick={onAddCallMaterialOrder} |
| | | type="primary" |
| | | > |
| | | æ·»å |
| | | </IconButton> |
| | | <el-divider direction="vertical" /> */} |
| | | <IconButton |
| | | v-permission="callMaterialOrder-add" |
| | | icon="add-p" |
| | | onClick={onCallMaterialToWms} |
| | | type="primary" |
| | | > |
| | | 嫿 |
| | | </IconButton> |
| | | <el-divider direction="vertical" /> |
| | | <el-upload |
| | | v-permission="callMaterialOrder-import" |
| | | name="file" |
| | | accept=".xlsx,.xls,.csv" |
| | | show-file-list={false} |
| | | onError={onError} |
| | | onSuccess={onSuccess} |
| | | before-upload={onBeforeUpload} |
| | | headers={headers.value} |
| | | action="/api/v1/PipeLineLems/callMaterialOrder/import" |
| | | > |
| | | <IconButton icon="in">导å
¥</IconButton> |
| | | </el-upload> |
| | | |
| | | <IconButton |
| | | v-permission="callMaterialOrder-output" |
| | | icon="out" |
| | | onClick={handleExport} |
| | | > |
| | | å¯¼åº |
| | | </IconButton> |
| | | </div> |
| | | <ElFormItem style={{ marginTop: '15px' }}> |
| | | <ElFormItem label="å
³é®å"> |
| | | <el-tooltip |
| | | class="box-item" |
| | | effect="dark" |
| | | content={searchFormInputAttrs_Placeholder.value} |
| | | placement="top-start" |
| | | > |
| | | <ElInput |
| | | v-model={queryForm.value.searchVal} |
| | | placeholder={searchFormInputAttrs_Placeholder.value} |
| | | clearable |
| | | class={styles.formItem} |
| | | /> |
| | | </el-tooltip> |
| | | </ElFormItem> |
| | | <IconButton type="primary" icon="search" onClick={handleQueryForMain}> |
| | | æ¥è¯¢ |
| | | </IconButton> |
| | | {/* <IconButton style="" icon="refresh" onClick={resetQuery}> |
| | | éç½® |
| | | </IconButton> */} |
| | | <IconButton |
| | | v-permission="callMaterialOrder-add" |
| | | icon="search" |
| | | onClick={onAdvancedQuery} |
| | | type="primary" |
| | | > |
| | | é«çº§æ¥è¯¢ |
| | | </IconButton> |
| | | </ElFormItem> |
| | | </div> |
| | | |
| | | <RenderBaseTable |
| | | url="/api/v1/PipeLineLems/callMaterialOrder/page" |
| | | dataSource={dataSource} |
| | | isChecked={true} |
| | | isDrag={true} |
| | | /> |
| | | </div> |
| | | ) |
| | | } |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | export const columns = [ |
| | | { |
| | | type: 'seq', |
| | | width: 60, |
| | | title: 'åºå·', |
| | | }, |
| | | { |
| | | field: 'dataIdentifier', |
| | | title: 'åææ è¯', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'materialMode', |
| | | title: 'åæåå·', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'callMaterialStatusDesc', |
| | | title: 'å«æç¶æ', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'quantity', |
| | | title: '嫿æ°é', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'wmsRetResult', |
| | | title: 'WMSè¿åç»æ', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'wmsTaskNo', |
| | | title: 'WMSä»»å¡å·', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'creationTime', |
| | | title: 'å建æ¶é´', |
| | | width:180, |
| | | }, |
| | | { |
| | | field: 'lastModificationTime', |
| | | title: 'ä¿®æ¹æ¶é´', |
| | | width:180, |
| | | }, |
| | | { |
| | | field: 'creatorName', |
| | | title: 'å建人', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'lastModifierName', |
| | | title: 'ä¿®æ¹äºº', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'remark', |
| | | title: '夿³¨', |
| | | width:160, |
| | | }, |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .drawer { |
| | | width: 800px; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { SetupContext, defineComponent } from 'vue' |
| | | import BaseDrawer from '@/components/BaseDrawer/BaseDrawer' |
| | | import styles from './CallMaterialOrderDrawer.module.scss' |
| | | import { useCallMaterialOrderDrawer } from '../../../../Controllers/CallMaterialOrderDrawer.tsx' |
| | | import DyForm from '@/components/DyForm/DyForm' |
| | | |
| | | // @ts-ignore |
| | | export default defineComponent<{ |
| | | [key: string]: any |
| | | }>({ |
| | | name: 'å¼¹çª', |
| | | props: { |
| | | modelValue: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | title: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | row: { |
| | | type: Object, |
| | | }, |
| | | sort: { |
| | | type: Number, |
| | | default: 0, |
| | | }, |
| | | }, |
| | | emits: ['update:modelValue', 'close', 'submit', 'confirm'], |
| | | setup(props: Record<string, any>, ctx: SetupContext) { |
| | | const { |
| | | onClose, |
| | | onConfirm, |
| | | onOpen, |
| | | formRef, |
| | | visible, |
| | | formItems, |
| | | formData, |
| | | } = useCallMaterialOrderDrawer(props, ctx) |
| | | return () => ( |
| | | <BaseDrawer |
| | | class={styles.drawer} |
| | | size="800px" |
| | | title={props.title || 'æ·»å '} |
| | | v-model={visible.value} |
| | | close-on-click-modal={true} |
| | | onConfirm={onConfirm} |
| | | onOpen={onOpen} |
| | | before-close={onClose} |
| | | onClose={onClose} |
| | | > |
| | | <DyForm |
| | | ref={formRef} |
| | | formData={formData.value} |
| | | labelWidth="106px" |
| | | formItemProps={formItems} |
| | | ></DyForm> |
| | | </BaseDrawer> |
| | | ) |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .drawer { |
| | | width: 800px; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | /* |
| | | * ç©æåºç¡ä¿¡æ¯æ¥è¯¢å¼¹åºæ¡ |
| | | */ |
| | | import { SetupContext, defineComponent } from 'vue' |
| | | import BaseQueryDrawer from '@/components/BaseQueryDrawer/BaseQueryDrawer' |
| | | import styles from './CallMaterialOrderQueryDrawer.module.scss' |
| | | import { useCallMaterialOrderQueryDrawer } from '../../../../Controllers/CallMaterialOrderQueryDrawer.tsx' |
| | | import DyForm from '@/components/DyForm/DyForm' |
| | | |
| | | // @ts-ignore |
| | | export default defineComponent<{ |
| | | [key: string]: any |
| | | }>({ |
| | | name: 'å¼¹çª', |
| | | props: { |
| | | //æä¸¾ç±»ååå
¸ |
| | | enumListDict:{ |
| | | type: Array as () => Array<{ key: string; value: object }>, // å®ä¹æ°ç»å
ç´ ç±»å |
| | | default: () => [] // é»è®¤å¼ |
| | | }, |
| | | modelValue: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | title: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | row: { |
| | | type: Object, |
| | | }, |
| | | sort: { |
| | | type: Number, |
| | | default: 0, |
| | | }, |
| | | }, |
| | | emits: ['update:modelValue', 'close', 'submit', 'confirmquery1'], |
| | | setup(props: Record<string, any>, ctx: SetupContext) { |
| | | const { |
| | | onClose, |
| | | onConfirmQuery, |
| | | onOpen, |
| | | onReset, |
| | | formRef, |
| | | visible, |
| | | formItems, |
| | | formData, |
| | | } = useCallMaterialOrderQueryDrawer(props, ctx) |
| | | return () => ( |
| | | <BaseQueryDrawer |
| | | class={styles.drawer} |
| | | size="800px" |
| | | title={props.title || 'é«çº§æ¥è¯¢'} |
| | | v-model={visible.value} |
| | | close-on-click-modal={true} |
| | | onReset={onReset} |
| | | onConfirmQueryForBase={onConfirmQuery} |
| | | onOpen={onOpen} |
| | | before-close={onClose} |
| | | onClose={onClose} |
| | | > |
| | | <DyForm |
| | | ref={formRef} |
| | | formData={formData.value} |
| | | labelWidth="106px" |
| | | formItemProps={formItems} |
| | | ></DyForm> |
| | | </BaseQueryDrawer> |
| | | ) |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "name": "CallMaterialOrder" |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | export interface TabType { |
| | | label: string |
| | | name: string |
| | | columns?: any[] |
| | | data?: any[] |
| | | isFooter: boolean |
| | | [key: string]: any |
| | | } |
| | | |
| | | export const permissionCodes = { |
| | | 'callMaterialOrder-list': 'å表-å表', |
| | | 'callMaterialOrder-add': 'å表-æ·»å ', |
| | | 'callMaterialOrder-import': 'å表-导å
¥', |
| | | 'callMaterialOrder-output': 'å表-è¾åº', |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import CallMaterialOrder from './Views/CallMaterialOrder' |
| | | import Setting from '@/components/Setting/Setting' |
| | | import { provider } from '@/provider/index' |
| | | import p from '../../assets/svg/p.svg' |
| | | |
| | | export default { |
| | | is: 'CallMaterialOrder', |
| | | name: '嫿å', |
| | | category: 'run', |
| | | icon: p, |
| | | authorizationRequired: false, |
| | | canvasView: provider(CallMaterialOrder), |
| | | settingsView: Setting, |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Component } from 'vue' |
| | | |
| | | export interface DataItemType { |
| | | id?: string |
| | | name?: string |
| | | code?: string |
| | | description?: string |
| | | label?: string |
| | | value?: string | number |
| | | } |
| | | |
| | | export interface CallMaterialOrderBaseType { |
| | | id?: string |
| | | name?: string |
| | | code?: string |
| | | value?: number |
| | | description?: string |
| | | options?: Array<DataItemType> |
| | | abilityValue?: number | string |
| | | data?: DataItemType |
| | | defaultValue?: string | number |
| | | flow: string |
| | | } |
| | | |
| | | export interface FlowDefinitionType { |
| | | id?: string |
| | | name?: string |
| | | code?: string |
| | | description?: string |
| | | } |
| | | |
| | | export type ModuleType = Record< |
| | | string, |
| | | { |
| | | default: Record<string, string> |
| | | name: string |
| | | } |
| | | > |
| | | |
| | | export interface TabItem { |
| | | name: string |
| | | label: string |
| | | component: Component |
| | | hidden?: boolean |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { ref, onMounted, reactive, Ref, nextTick, computed } from 'vue' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | import { CallMaterialOrderRecord } from '../Models/CallMaterialOrderRecord' |
| | | import { ElMessage } from 'element-plus' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { useFile } from './File' |
| | | |
| | | interface CurrentType { |
| | | row: any |
| | | index: number |
| | | } |
| | | export const useCallMaterialOrderRecord = (props: any, ctx?: any) => { |
| | | const callMaterialOrderRecord = injectModel<CallMaterialOrderRecord>('callMaterialOrderRecord') |
| | | const { exportFile } = useFile() |
| | | /** |
| | | * 头é¨é
ç½® |
| | | */ |
| | | const headers = ref({}) |
| | | /** |
| | | * 卿åé
ç½® |
| | | */ |
| | | const callMaterialOrderRecordColumns = ref<Record<string, any>>([]) |
| | | /** |
| | | * æç´¢å¼ |
| | | */ |
| | | const search = ref('') |
| | | |
| | | /** |
| | | * æåº |
| | | */ |
| | | const sort = ref(0) |
| | | /** |
| | | * 鿩项 |
| | | */ |
| | | const selection = ref([]) |
| | | /** |
| | | * å½åéä¸çè¡ |
| | | */ |
| | | const current = ref<any>(null) |
| | | /** |
| | | * æ°æ®æº |
| | | */ |
| | | const dataSource: Ref<any[]> = ref([]) |
| | | |
| | | /** |
| | | * è¡¨æ ¼ |
| | | */ |
| | | const tableRef = ref() |
| | | const dialogConfig = reactive({ |
| | | visible: false, |
| | | title: '', |
| | | isAdd: false, |
| | | }) |
| | | const dialogConfigForQuery = reactive({ |
| | | visible: false, |
| | | title: '', |
| | | isAdd: false, |
| | | }) |
| | | |
| | | |
| | | const dialogSettingConfig = reactive({ |
| | | visible: false, |
| | | title: '', |
| | | }) |
| | | |
| | | /** |
| | | * åé¡µæ°æ® |
| | | */ |
| | | const paginationParams = ref({}) |
| | | |
| | | /** |
| | | * æå¼è¯¦æ
|
| | | * @param row |
| | | */ |
| | | const openDetail = (row: any) => { |
| | | current.value = row |
| | | dialogConfig.visible = true |
| | | dialogConfig.title = row.name |
| | | dialogConfig.isAdd = false |
| | | sort.value = row.sort |
| | | } |
| | | |
| | | const contextMenu = [ |
| | | { |
| | | label: 'å±å¼è¯¦æ
', |
| | | fn: (c: CurrentType) => { |
| | | current.value = null |
| | | sort.value = c.row.sort |
| | | nextTick(() => openDetail(c.row)) |
| | | }, |
| | | divided: true, |
| | | icon: 'o', |
| | | }, |
| | | // { |
| | | // label: 'å䏿·»å ', |
| | | // fn: (c: CurrentType, pageNum: number) => { |
| | | // current.value = null |
| | | // sort.value = c.index + 1 + (pageNum - 1) * 50 |
| | | // dialogConfig.visible = true |
| | | // dialogConfig.title = 'æ·»å ' |
| | | // dialogConfig.isAdd = false |
| | | // }, |
| | | // divided: true, |
| | | // icon: 'up', |
| | | // }, |
| | | // { |
| | | // label: 'å䏿·»å ', |
| | | // fn: (c: CurrentType, pageNum: number) => { |
| | | // current.value = null |
| | | // sort.value = c.index + 2 + (pageNum - 1) * 50 |
| | | // dialogConfig.visible = true |
| | | // dialogConfig.title = 'æ·»å ' |
| | | // dialogConfig.isAdd = false |
| | | // }, |
| | | // divided: true, |
| | | // icon: 'down', |
| | | // }, |
| | | // { |
| | | // label: 'åå»ºå¯æ¬', |
| | | // fn: async ({ row }: CurrentType) => { |
| | | // await callMaterialOrderRecord.cloneData([row.id]) |
| | | // ElMessage.success('åå»ºå¯æ¬æå') |
| | | // tableRef.value?.getList() |
| | | // }, |
| | | // divided: true, |
| | | // icon: 'copy', |
| | | // }, |
| | | { |
| | | label: 'å é¤', |
| | | fn: async (c: CurrentType) => { |
| | | const names = selection.value.map((item: { dataIdentifier: string }) => item.dataIdentifier) |
| | | ConfirmBox( |
| | | `æ¯å¦å é¤${names.length ? names.join(',') : c.row.dataIdentifier}` |
| | | ).then(async () => { |
| | | const ids = selection.value.map((item: { id: string }) => item.id) |
| | | await callMaterialOrderRecord.deleteCallMaterialOrderRecords(ids.length ? ids : [c.row.id]) |
| | | ElMessage.success('å 餿å') |
| | | tableRef.value.getList() |
| | | }) |
| | | }, |
| | | icon: 'close', |
| | | }, |
| | | ] |
| | | |
| | | const onCheck = (records: any) => { |
| | | selection.value = records |
| | | } |
| | | |
| | | const onAddCallMaterialOrderRecord = () => { |
| | | const params = tableRef.value?.getPaginationParams() |
| | | current.value = null |
| | | dialogConfig.visible = true |
| | | dialogConfig.isAdd = true |
| | | dialogConfig.title = 'æ·»å ' |
| | | sort.value = params.totalCount + 1 |
| | | } |
| | | |
| | | //ç¹å»æé®ãé«çº§æ¥è¯¢ã |
| | | const onAdvancedQuery = () => { |
| | | const params = tableRef.value?.getPaginationParams() |
| | | current.value = null |
| | | dialogConfigForQuery.visible = true |
| | | dialogConfigForQuery.isAdd = true |
| | | dialogConfigForQuery.title = 'é«çº§æ¥è¯¢' |
| | | } |
| | | |
| | | const onConfirmCallMaterialOrderRecord = async () => { |
| | | dialogConfig.visible = false |
| | | if (dialogConfig.isAdd) { |
| | | tableRef.value?.scrollToRow({ |
| | | skip: true, |
| | | }) |
| | | } else { |
| | | await tableRef.value?.getList() |
| | | } |
| | | } |
| | | /** |
| | | * è¡ç¹å»æ¶æ´æ°current |
| | | */ |
| | | const onRowClick = ({ row }: any) => { |
| | | if (dialogConfig.visible && current.value) { |
| | | current.value = row |
| | | } |
| | | } |
| | | /** |
| | | * å¯¼åº |
| | | */ |
| | | const onExport = (data={}) => { |
| | | //const params = tableRef.value?.getParams() |
| | | exportFile('/api/v1/PipeLineLems/callMaterialOrderRecord/export', data, 'å«æè®°å½') |
| | | } |
| | | |
| | | /** |
| | | * å
³é®åæç´¢ |
| | | */ |
| | | const onSearch = () => { |
| | | tableRef.value?.getList({ |
| | | Filter: search.value, |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * éç½®è¡¨æ ¼æ°æ® |
| | | */ |
| | | const reloadList = () => { |
| | | tableRef.value?.getList() |
| | | } |
| | | /** |
| | | * ä¸ä¼ æå |
| | | */ |
| | | const onSuccess = () => { |
| | | tableRef.value?.getList() |
| | | ElMessage.success('导å
¥æå') |
| | | } |
| | | /** |
| | | * 失败 |
| | | * @param err |
| | | */ |
| | | const onError = (err: any) => { |
| | | try { |
| | | const message = JSON.parse(err.message) |
| | | ElMessage.error(message.msg) |
| | | } catch (error) { |
| | | ElMessage.error('导å
¥å¤±è´¥') |
| | | } |
| | | } |
| | | /** |
| | | * ä¸ä¼ é©å |
| | | */ |
| | | const onBeforeUpload = (file: File) => { |
| | | const format = ['xlsx', 'xls', 'csv'] |
| | | if (!format.includes(file.name.split('.')[1])) { |
| | | ElMessage.error('导å
¥æä»¶æ ¼å¼ä¸æ£ç¡®ï¼è¯·å¯¼å
¥.xlsx/.xlsä¸.csvæ ¼å¼çæä»¶') |
| | | return false |
| | | } |
| | | return true |
| | | } |
| | | |
| | | onMounted(() => { |
| | | headers.value = { |
| | | Authorization: `Bearer ${sessionStorage.getItem('Token')}`, |
| | | 'X-Project': sessionStorage.getItem('X-Project'), |
| | | } |
| | | }) |
| | | |
| | | ctx.expose({ |
| | | reloadList, |
| | | }) |
| | | |
| | | return { |
| | | dataSource, |
| | | contextMenu, |
| | | dialogConfig, |
| | | dialogConfigForQuery, |
| | | dialogSettingConfig, |
| | | tableRef, |
| | | current, |
| | | search, |
| | | sort, |
| | | callMaterialOrderRecordColumns, |
| | | paginationParams, |
| | | headers, |
| | | onBeforeUpload, |
| | | onError, |
| | | onSuccess, |
| | | openDetail, |
| | | onSearch, |
| | | onExport, |
| | | onRowClick, |
| | | onConfirmCallMaterialOrderRecord, |
| | | onCheck, |
| | | onAddCallMaterialOrderRecord, |
| | | onAdvancedQuery |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { |
| | | ref, |
| | | onMounted, |
| | | reactive, |
| | | computed, |
| | | Ref, |
| | | watch, |
| | | SetupContext, |
| | | h, |
| | | } from 'vue' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | import { CallMaterialOrderRecordDrawer } from '../Models/CallMaterialOrderRecordDrawer' |
| | | import { ElMessage } from 'element-plus' |
| | | import isEqual from 'lodash/isEqual' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { cloneDeep } from 'lodash' |
| | | |
| | | export const useCallMaterialOrderRecordDrawer = (props: any, ctx?: any) => { |
| | | const callMaterialOrderRecordDrawer = injectModel<CallMaterialOrderRecordDrawer>('callMaterialOrderRecordDrawer') |
| | | /** |
| | | * ç¨æ¥å¯¹æ¯çåå§åæ°æ® |
| | | */ |
| | | const initiateData: Ref<Record<string, any>> = ref({}) |
| | | const formData = ref<Record<string, any>>({}) |
| | | // ref |
| | | const formRef = ref() |
| | | |
| | | const disabled = ref(false) |
| | | |
| | | const current = computed(() => { |
| | | return props.row || null |
| | | }) |
| | | |
| | | |
| | | const datePicker = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="date" |
| | | format="YYYY-MM-DD HH:mm:ss" |
| | | formatValue="YYYY-MM-DD HH:mm:ss" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | const inputNumber = (attrs) => { |
| | | return ( |
| | | <el-input-number |
| | | min="1" |
| | | step="1" |
| | | precision="0" |
| | | {...attrs} |
| | | ></el-input-number> |
| | | ) |
| | | } |
| | | |
| | | const dateTimePicker = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="datetime" |
| | | format="YYYY-MM-DD HH:mm:ss" |
| | | formatValue="YYYY-MM-DD HH:mm:ss" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | |
| | | const visible = computed({ |
| | | get() { |
| | | return props.modelValue |
| | | }, |
| | | set(val) { |
| | | ctx.emit('update:modelValue', val) |
| | | }, |
| | | }) |
| | | /** |
| | | * æ·»å çformåæ®µ |
| | | */ |
| | | const formItems = reactive([ |
| | | { |
| | | label: 'åææ è¯', |
| | | prop: 'dataIdentifier', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åææ è¯', |
| | | rules: [{required: true, message: 'åææ è¯ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'åæåå·', |
| | | prop: 'materialMode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åæåå·', |
| | | }, |
| | | { |
| | | label: 'å«æç¶æ', |
| | | prop: 'callMaterialStatus', |
| | | el: 'select', |
| | | clearable:true, |
| | | options: [], |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å«æç¶æ', |
| | | rules: [{required: true, message: 'å«æç¶æä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: '嫿æ°é', |
| | | prop: 'quantity', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 1, |
| | | precision: 0, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å«ææ°é', |
| | | rules: [{required: true, message: '嫿æ°éä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'WMSè¿åç»æ', |
| | | prop: 'wmsRetResult', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥WMSè¿åç»æ', |
| | | }, |
| | | { |
| | | label: 'WMSä»»å¡å·', |
| | | prop: 'wmsTaskNo', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥WMSä»»å¡å·', |
| | | }, |
| | | { |
| | | label: '夿³¨', |
| | | prop: 'remark', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¤æ³¨', |
| | | }, |
| | | ]) |
| | | /** |
| | | * æ ¡éªæ¯å¦ææ°æ®åå |
| | | */ |
| | | const checkIsEqualObject = () => { |
| | | const data = { |
| | | formData: formData.value, |
| | | } |
| | | const check = isEqual(initiateData.value, data) |
| | | return check |
| | | } |
| | | |
| | | const onClose = (done: () => void) => { |
| | | if (visible.value) { |
| | | if (checkIsEqualObject()) { |
| | | visible.value = false |
| | | done && done() |
| | | } else { |
| | | ConfirmBox('æ¯å¦ä¿å设置ï¼') |
| | | .then(() => { |
| | | onConfirm() |
| | | }) |
| | | .catch(() => { |
| | | visible.value = false |
| | | done && done() |
| | | }) |
| | | } |
| | | } |
| | | } |
| | | /** |
| | | * ä¿å |
| | | */ |
| | | const onConfirm = async () => { |
| | | await formRef.value?.validate() |
| | | const data = { |
| | | dataIdentifier: formData.value.dataIdentifier, |
| | | materialMode: formData.value.materialMode, |
| | | callMaterialStatus: formData.value.callMaterialStatus, |
| | | quantity: formData.value.quantity, |
| | | wmsRetResult: formData.value.wmsRetResult, |
| | | wmsTaskNo: formData.value.wmsTaskNo, |
| | | remark: formData.value.remark, |
| | | } |
| | | if (!current.value) { |
| | | await callMaterialOrderRecordDrawer.addCallMaterialOrderRecord(data) |
| | | } else { |
| | | const id = current.value.id |
| | | await callMaterialOrderRecordDrawer.updateCallMaterialOrderRecord(id, data) |
| | | } |
| | | ElMessage.success('ä¿åæå') |
| | | ctx.emit('confirm') |
| | | } |
| | | |
| | | const updateCheckData = () => { |
| | | initiateData.value = { |
| | | formData: { |
| | | ...formData.value, |
| | | }, |
| | | } |
| | | } |
| | | const updateFormItemOptions = (propName: string, enumData: any[]) => { |
| | | const item = formItems.find((item) => item.prop === propName) |
| | | if (item && enumData) { |
| | | item.options = enumData.map((item) => ({ |
| | | label: item.description, |
| | | value: item.value, |
| | | })) |
| | | } |
| | | } |
| | | /** |
| | | * éç¨æ¥è¯¢æä¸¾ |
| | | */ |
| | | const commonQueryEnumForFrom = async () => { |
| | | const callMaterialStatusEnumEnum = await callMaterialOrderRecordDrawer.getWmsEnumData({ |
| | | EnumName: 'CallMaterialStatusEnum', |
| | | }) |
| | | updateFormItemOptions('callMaterialStatus', callMaterialStatusEnumEnum) |
| | | |
| | | } |
| | | commonQueryEnumForFrom() |
| | | /** |
| | | * å¼¹çªæå¼è·å详æ
|
| | | */ |
| | | const onOpen = async () => { |
| | | if (current.value) { |
| | | const res = await callMaterialOrderRecordDrawer.getCallMaterialOrderRecordDetail(current.value) |
| | | |
| | | formData.value = { |
| | | dataIdentifier: res.dataIdentifier, |
| | | materialMode: res.materialMode, |
| | | callMaterialStatus: res.callMaterialStatus, |
| | | quantity: res.quantity, |
| | | wmsRetResult: res.wmsRetResult, |
| | | wmsTaskNo: res.wmsTaskNo, |
| | | remark: res.remark, |
| | | id: res.id, |
| | | } |
| | | disabled.value = true |
| | | updateCheckData() |
| | | } else { |
| | | formData.value = {} |
| | | |
| | | disabled.value = false |
| | | updateCheckData() |
| | | } |
| | | } |
| | | |
| | | watch(() => current.value, onOpen) |
| | | |
| | | return { |
| | | formItems, |
| | | formData, |
| | | visible, |
| | | formRef, |
| | | onOpen, |
| | | onClose, |
| | | onConfirm, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { |
| | | ref, |
| | | onMounted, |
| | | reactive, |
| | | computed, |
| | | Ref, |
| | | watch, |
| | | SetupContext, |
| | | h, |
| | | } from 'vue' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | import { CallMaterialOrderRecordDrawer } from '../Models/CallMaterialOrderRecordDrawer' |
| | | import { ElMessage } from 'element-plus' |
| | | import isEqual from 'lodash/isEqual' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { cloneDeep } from 'lodash' |
| | | |
| | | export const useCallMaterialOrderRecordQueryDrawer = (props: any, ctx?: any) => { |
| | | const callMaterialOrderRecordDrawer = injectModel<CallMaterialOrderRecordDrawer>('CallMaterialOrderRecordDrawer') |
| | | /** |
| | | * ç¨æ¥å¯¹æ¯çåå§åæ°æ® |
| | | */ |
| | | const initiateData: Ref<Record<string, any>> = ref({}) |
| | | const formData = ref<Record<string, any>>({}) |
| | | // ref |
| | | const formRef = ref() |
| | | |
| | | const disabled = ref(false) |
| | | |
| | | const current = computed(() => { |
| | | return props.row || null |
| | | }) |
| | | |
| | | const inputNumber = (attrs) => { |
| | | return ( |
| | | <el-input-number |
| | | min="1" |
| | | step="1" |
| | | precision="0" |
| | | {...attrs} |
| | | ></el-input-number> |
| | | ) |
| | | } |
| | | |
| | | const datePickerRange = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="daterange" |
| | | value-format="YYYY-MM-DD HH:mm:ss" |
| | | start-placeholder="å¼å§æ¥æ" |
| | | end-placeholder="ç»ææ¥æ" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | |
| | | const dateTimePickerRange = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="datetimerange" |
| | | value-format="YYYY-MM-DD HH:mm:ss" |
| | | start-placeholder="å¼å§æ¥æ" |
| | | end-placeholder="ç»ææ¥æ" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | |
| | | const visible = computed({ |
| | | get() { |
| | | return props.modelValue |
| | | }, |
| | | set(val) { |
| | | ctx.emit('update:modelValue', val) |
| | | }, |
| | | }) |
| | | /** |
| | | * é«çº§æ¥è¯¢çformåæ®µ |
| | | */ |
| | | const formItems = reactive([ |
| | | { |
| | | label: 'åææ è¯', |
| | | prop: 'dataIdentifier', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åææ è¯', |
| | | }, |
| | | { |
| | | label: 'åæåå·', |
| | | prop: 'materialMode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åæåå·', |
| | | }, |
| | | { |
| | | label: 'å«æç¶æ', |
| | | prop: 'callMaterialStatus', |
| | | el: 'select', |
| | | clearable:true, |
| | | option: [], |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å«æç¶æ', |
| | | }, |
| | | { |
| | | label: '嫿æ°é', |
| | | prop: 'quantity', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 1, |
| | | precision: 0, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å«ææ°é', |
| | | }, |
| | | { |
| | | label: 'WMSè¿åç»æ', |
| | | prop: 'wmsRetResult', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥WMSè¿åç»æ', |
| | | }, |
| | | { |
| | | label: 'WMSä»»å¡å·', |
| | | prop: 'wmsTaskNo', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥WMSä»»å¡å·', |
| | | }, |
| | | { |
| | | label: 'å建æ¶é´', |
| | | prop: 'creationTime', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(dateTimePickerRange, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å建æ¶é´', |
| | | }, |
| | | { |
| | | label: 'ä¿®æ¹æ¶é´', |
| | | prop: 'lastModificationTime', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(dateTimePickerRange, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ä¿®æ¹æ¶é´', |
| | | }, |
| | | { |
| | | label: 'å建人', |
| | | prop: 'creatorName', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å建人', |
| | | }, |
| | | { |
| | | label: '夿³¨', |
| | | prop: 'remark', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¤æ³¨', |
| | | }, |
| | | ]) |
| | | /** |
| | | * æ ¡éªæ¯å¦ææ°æ®åå |
| | | */ |
| | | const checkIsEqualObject = () => { |
| | | const data = { |
| | | formData: formData.value, |
| | | } |
| | | const check = isEqual(initiateData.value, data) |
| | | return check |
| | | } |
| | | const commonGetFormData=()=>{ |
| | | const data = { |
| | | dataIdentifier: formData.value.dataIdentifier || '', |
| | | materialMode: formData.value.materialMode || '', |
| | | callMaterialStatus: formData.value.callMaterialStatus || '', |
| | | quantity: formData.value.quantity || '', |
| | | wmsRetResult: formData.value.wmsRetResult || '', |
| | | wmsTaskNo: formData.value.wmsTaskNo || '', |
| | | creationTime: formData.value.creationTime || '', |
| | | lastModificationTime: formData.value.lastModificationTime || '', |
| | | creatorName: formData.value.creatorName || '', |
| | | remark: formData.value.remark || '', |
| | | } |
| | | return data; |
| | | } |
| | | const onClose = (done: () => void) => { |
| | | if (visible.value) { |
| | | visible.value = false |
| | | const data =commonGetFormData(); |
| | | ctx.emit('close', data) |
| | | } |
| | | } |
| | | /** |
| | | * 确认æ¥è¯¢ |
| | | */ |
| | | const onConfirmQuery = async () => { |
| | | const data =commonGetFormData(); |
| | | ctx.emit('confirmQuery', data) |
| | | } |
| | | /** |
| | | * éç½®æ¥è¯¢ |
| | | */ |
| | | const onReset = async () => { |
| | | formData.value = {} |
| | | formData.value.dataIdentifier = '' |
| | | formData.value.materialMode = '' |
| | | formData.value.callMaterialStatus = '' |
| | | formData.value.quantity = '' |
| | | formData.value.wmsRetResult = '' |
| | | formData.value.wmsTaskNo = '' |
| | | formData.value.deletionTime = '' |
| | | formData.value.remark = '' |
| | | formData.value.extraField1 = '' |
| | | formData.value.extraField2 = '' |
| | | formData.value.extraField3 = '' |
| | | //åç¶ç»ä»¶åéèªå®ä¹äºä»¶ |
| | | ctx.emit('restQuery'); |
| | | } |
| | | |
| | | const updateCheckData = () => { |
| | | initiateData.value = { |
| | | formData: { |
| | | ...formData.value, |
| | | }, |
| | | } |
| | | } |
| | | const updateFormItemOptions = (propName: string, enumData: any[]) => { |
| | | const item = formItems.find((item) => item.prop === propName) |
| | | if (item && enumData) { |
| | | item.options = enumData.map((item) => ({ |
| | | label: item.description, |
| | | value: item.value, |
| | | })) |
| | | } |
| | | } |
| | | /** |
| | | * éç¨æ¥è¯¢æä¸¾ |
| | | */ |
| | | const commonQueryEnumForFrom = async () => { |
| | | const callMaterialStatusEnumEnum = await callMaterialOrderRecordDrawer.getWmsEnumData({ |
| | | EnumName: 'CallMaterialStatusEnum', |
| | | }) |
| | | updateFormItemOptions('callMaterialStatus', callMaterialStatusEnumEnum) |
| | | |
| | | } |
| | | commonQueryEnumForFrom() |
| | | /** |
| | | * å¼¹çªæå¼è·å详æ
|
| | | */ |
| | | const onOpen = async () => { |
| | | disabled.value = false |
| | | updateCheckData() |
| | | } |
| | | |
| | | watch(() => current.value, onOpen) |
| | | |
| | | return { |
| | | formItems, |
| | | formData, |
| | | visible, |
| | | formRef, |
| | | onOpen, |
| | | onClose, |
| | | onConfirmQuery, |
| | | onReset, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { importFileToService, exportFileToClient } from '@/api/file' |
| | | import { ElMessage } from 'element-plus' |
| | | import { downloadFile } from '@/utils' |
| | | import dayjs from 'dayjs' |
| | | |
| | | export const useFile = () => { |
| | | /** |
| | | * 导å
¥æä»¶ |
| | | * @param url |
| | | */ |
| | | const importFile = async (url: string, file: File) => { |
| | | const formData = new FormData() |
| | | formData.append('file', file) |
| | | await importFileToService(url, formData) |
| | | ElMessage('导å
¥æå') |
| | | } |
| | | /** |
| | | * å¯¼åºæä»¶ |
| | | * @param url |
| | | */ |
| | | const exportFile = async (url: string, params: any, name: string) => { |
| | | const res = await exportFileToClient(url, params) |
| | | downloadFile(res, `${name}_${dayjs().format('YYYYMMDDHHMMss')}.xlsx`) |
| | | ElMessage.success('å¯¼åºæå') |
| | | } |
| | | |
| | | return { |
| | | importFile, |
| | | exportFile, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | import { |
| | | deleteCallMaterialOrderRecords, |
| | | addCallMaterialOrderRecord, |
| | | cloneData, |
| | | } from './Service/CallMaterialOrderRecord' |
| | | |
| | | export class CallMaterialOrderRecord extends Base<{ [key: string]: any }> { |
| | | constructor() { |
| | | super({ |
| | | data: [], |
| | | }) |
| | | } |
| | | onMounted() {} |
| | | /** |
| | | * å é¤ |
| | | * @param id |
| | | * @returns |
| | | */ |
| | | async deleteCallMaterialOrderRecords(ids: string[]) { |
| | | return deleteCallMaterialOrderRecords(ids) |
| | | } |
| | | |
| | | /** |
| | | * æ·»å æ°æ® |
| | | * @param data |
| | | * @returns |
| | | */ |
| | | addCallMaterialOrderRecord(data: Record<string, any>) { |
| | | return addCallMaterialOrderRecord(data) |
| | | } |
| | | |
| | | /** |
| | | * å
é |
| | | * @param ids |
| | | * @returns |
| | | */ |
| | | cloneData(ids: string[]) { |
| | | return cloneData(ids) |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | import { |
| | | addCallMaterialOrderRecord, |
| | | getCallMaterialOrderRecord, |
| | | updateCallMaterialOrderRecord, |
| | | getWmsEnumData, |
| | | } from './Service/CallMaterialOrderRecordDrawer' |
| | | import { useGlobalState } from '@/libs/Store/Store' |
| | | |
| | | export class CallMaterialOrderRecordDrawer extends Base<{ [key: string]: any }> { |
| | | constructor() { |
| | | super({ |
| | | data: [], |
| | | callMaterialOrderRecord: {}, |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @param data |
| | | */ |
| | | async addCallMaterialOrderRecord(data: Record<string, any>) { |
| | | return addCallMaterialOrderRecord(data) |
| | | } |
| | | /** |
| | | * æ´æ° |
| | | * @param data |
| | | */ |
| | | async updateCallMaterialOrderRecord(id: string, data: Record<string, any>) { |
| | | return updateCallMaterialOrderRecord(id, data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | */ |
| | | async getCallMaterialOrderRecordDetail(current: any, id?: string) { |
| | | return getCallMaterialOrderRecord(id || current?.id) |
| | | } |
| | | |
| | | // è·åæä¸¾å¼ |
| | | async getWmsEnumData(data: Record<string, any>) { |
| | | return getWmsEnumData(data) |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | import { |
| | | addCallMaterialOrderRecord, |
| | | getCallMaterialOrderRecord, |
| | | updateCallMaterialOrderRecord, |
| | | getWmsEnumData, |
| | | } from './Service/CallMaterialOrderRecordQueryDrawer' |
| | | import { useGlobalState } from '@/libs/Store/Store' |
| | | |
| | | export class CallMaterialOrderRecordQueryDrawer extends Base<{ [key: string]: any }> { |
| | | constructor() { |
| | | super({ |
| | | data: [], |
| | | callMaterialOrderRecord: {}, |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @param data |
| | | */ |
| | | async addCallMaterialOrderRecord(data: Record<string, any>) { |
| | | return addCallMaterialOrderRecord(data) |
| | | } |
| | | /** |
| | | * æ´æ° |
| | | * @param data |
| | | */ |
| | | async updateCallMaterialOrderRecord(id: string, data: Record<string, any>) { |
| | | return updateCallMaterialOrderRecord(id, data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | */ |
| | | async getCallMaterialOrderRecordDetail(current: any, id?: string) { |
| | | return getCallMaterialOrderRecord(id || current?.id) |
| | | } |
| | | |
| | | // è·åæä¸¾å¼ |
| | | async getWmsEnumData(data: Record<string, any>) { |
| | | return getWmsEnumData(data) |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | const request = Base.request |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @returns |
| | | */ |
| | | export const addCallMaterialOrderRecord = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/callMaterialOrderRecord', data) |
| | | } |
| | | |
| | | /** |
| | | * æ¹éå é¤ |
| | | * @returns |
| | | */ |
| | | export const deleteCallMaterialOrderRecords = (ids: string[]) => { |
| | | return request({ |
| | | data: ids, |
| | | url: '/api/v1/PipeLineLems/callMaterialOrderRecord', |
| | | method: 'delete', |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * å
é |
| | | * @returns |
| | | */ |
| | | export const cloneData = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/callMaterialOrderRecord/clone', data) |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | const request = Base.request |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @returns |
| | | */ |
| | | export const addCallMaterialOrderRecord = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/callMaterialOrderRecord', data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | * @returns |
| | | */ |
| | | export const getCallMaterialOrderRecord = (id: string) => { |
| | | return request.get(`/api/v1/PipeLineLems/callMaterialOrderRecord/${id}`) |
| | | } |
| | | |
| | | /** |
| | | * æ´æ° |
| | | * @returns |
| | | */ |
| | | export const updateCallMaterialOrderRecord = (id: string, data: Record<string, any>) => { |
| | | return request.put(`/api/v1/PipeLineLems/callMaterialOrderRecord/${id}`, data) |
| | | } |
| | | |
| | | /** |
| | | * è·åæä¸¾ |
| | | * @returns |
| | | */ |
| | | export const getWmsEnumData = (data: any) => { |
| | | return request.post('/api/v1/WareCmsUtilityApi/WmsEnum', data) |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | const request = Base.request |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @returns |
| | | */ |
| | | export const addCallMaterialOrderRecord = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/callMaterialOrderRecord', data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | * @returns |
| | | */ |
| | | export const getCallMaterialOrderRecord = (id: string) => { |
| | | return request.get(`/api/v1/PipeLineLems/callMaterialOrderRecord/${id}`) |
| | | } |
| | | |
| | | /** |
| | | * æ´æ° |
| | | * @returns |
| | | */ |
| | | export const updateCallMaterialOrderRecord = (id: string, data: Record<string, any>) => { |
| | | return request.put(`/api/v1/PipeLineLems/callMaterialOrderRecord/${id}`, data) |
| | | } |
| | | |
| | | /** |
| | | * è·åæä¸¾ |
| | | * @returns |
| | | */ |
| | | export const getWmsEnumData = (data: any) => { |
| | | return request.post('/api/v1/WareCmsUtilityApi/WmsEnum', data) |
| | | } |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .CallMaterialOrderRecord { |
| | | background-color: #fff; |
| | | border-radius: 5px 5px 0 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | border: 1px solid #dbdbdb; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { |
| | | Component, |
| | | DefineComponent, |
| | | defineComponent, |
| | | markRaw, |
| | | ref, |
| | | SetupContext, |
| | | onMounted, |
| | | } from 'vue' |
| | | import styles from './CallMaterialOrderRecord.module.scss' |
| | | import Tab from '@/components/Tab/Tab' |
| | | import { useProvideModels } from '@/libs/Provider/app' |
| | | import { usePermission } from '@/libs/Permission/Permission' |
| | | import { permissionCodes } from '../enum' |
| | | import { ModuleType, TabItem } from '../type/Type' |
| | | import { getEntityNames } from '@/hooks/hook' |
| | | import TabPane from '@/components/Tab/TabPane' |
| | | |
| | | const Models: ModuleType = import.meta.glob('./config/*.json', { |
| | | eager: true, |
| | | }) |
| | | |
| | | const entityNames = getEntityNames(Models) |
| | | |
| | | const nameToLabelMap = [{ name: 'CallMaterialOrderRecord', label: 'å«æè®°å½' }] |
| | | |
| | | export default defineComponent({ |
| | | name: 'CallMaterialOrderRecord', |
| | | |
| | | setup(props, ctx: SetupContext) { |
| | | useProvideModels() |
| | | usePermission(props, permissionCodes) |
| | | |
| | | const rf = ref<{ |
| | | [key: string]: any |
| | | }>({}) |
| | | |
| | | const tabData = ref<TabItem[]>([]) |
| | | |
| | | const onTabChange = (v: string) => { |
| | | rf.value?.[v]?.reloadList() |
| | | } |
| | | |
| | | const initTableData = async () => { |
| | | for (const i in entityNames) { |
| | | const name = entityNames[i] |
| | | const module = await import(`./Pages/${name}/${name}.tsx`) |
| | | const CallMaterialOrderRecord = markRaw(module.default) |
| | | const foundLabel = |
| | | nameToLabelMap.find((item) => item.name === name)?.label || name |
| | | tabData.value.push({ |
| | | label: foundLabel, |
| | | name, |
| | | component: CallMaterialOrderRecord, |
| | | }) |
| | | } |
| | | } |
| | | |
| | | initTableData() |
| | | |
| | | return () => { |
| | | return ( |
| | | <div class={styles.CallMaterialOrderRecord}> |
| | | <Tab data={tabData.value} type="list" onTab={onTabChange}> |
| | | {tabData.value.map((widgetInfo) => { |
| | | const Widget: any = widgetInfo.component |
| | | return ( |
| | | <TabPane label={widgetInfo.label} name={widgetInfo.name}> |
| | | <Widget |
| | | ref={(r: any) => (rf.value['CallMaterialOrderRecord'] = r)} |
| | | ></Widget> |
| | | </TabPane> |
| | | ) |
| | | })} |
| | | </Tab> |
| | | </div> |
| | | ) |
| | | } |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .callMaterialOrderRecordContent { |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | .callMaterialOrderRecordList { |
| | | width: 100%; |
| | | height: calc(100% - 70px); |
| | | } |
| | | .headerContent { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | height: 43px; |
| | | } |
| | | .header { |
| | | margin-bottom: 12px; |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | } |
| | | } |
| | | |
| | | .tagBox { |
| | | width: auto; |
| | | min-width: 80px; |
| | | height: 24px; |
| | | background: #ffffff; |
| | | border-radius: 19px 19px 19px 19px; |
| | | opacity: 1; |
| | | border: 1px dashed #bcc4cc; |
| | | width: 50px; |
| | | height: 20px; |
| | | font-size: 14px; |
| | | font-family: PingFang SC, PingFang SC; |
| | | font-weight: 400; |
| | | color: #5a84ff; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | // cursor: pointer; |
| | | } |
| | | |
| | | .group { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | |
| | | .groupTable { |
| | | width: 100%; |
| | | } |
| | | |
| | | .overBox { |
| | | width: 100%; |
| | | height: calc(100% - 20px); |
| | | overflow: auto; |
| | | :global(.cs-collapse-item__header) { |
| | | background-color: #f1f1f1; |
| | | padding: 0 20px; |
| | | height: 35px; |
| | | font-size: 16px; |
| | | font-family: PingFang SC, PingFang SC; |
| | | font-weight: 500; |
| | | } |
| | | :global(.cs-collapse-item__content) { |
| | | padding-bottom: 0px; |
| | | } |
| | | } |
| | | .groupHeader { |
| | | width: 100%; |
| | | height: 30px; |
| | | background: #ccc; |
| | | } |
| | | |
| | | .hideBlock { |
| | | display: none; |
| | | } |
| | | .queryForm { |
| | | padding: 10px; |
| | | background: #f5f7fa; |
| | | margin-bottom: 0px; |
| | | border-radius: 4px; |
| | | |
| | | .el-form-item { |
| | | margin-right: 20px; |
| | | margin-bottom: 0; |
| | | |
| | | // ç»ä¸è¾å
¥æ¡åéæ©æ¡ç宽度 |
| | | .el-input, .el-select { |
| | | width: 200px; // 设置ç»ä¸ç宽度 |
| | | } |
| | | |
| | | // éæ©æ¡å
é¨è¾å
¥æ¡æ ·å¼ |
| | | .el-select .el-input__wrapper { |
| | | height: 32px; // ä¸è¾å
¥æ¡é«åº¦ä¸è´ |
| | | padding: 1px 11px; // ä¸è¾å
¥æ¡å
è¾¹è·ä¸è´ |
| | | } |
| | | |
| | | // æ¥æéæ©å¨å®½åº¦ |
| | | .el-date-editor { |
| | | width: 220px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | // 妿éè¦æ´ç²¾ç¡®çæ§å¶ï¼å¯ä»¥åç¬è®¾ç½® |
| | | .formItem { |
| | | width: 200px; |
| | | |
| | | &.el-input, &.el-select { |
| | | width: 100%; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { computed, defineComponent, onMounted, reactive, ref } from 'vue' |
| | | import type { Ref } from 'vue' |
| | | import BaseTable from '@/components/Table/Table' |
| | | import styles from './CallMaterialOrderRecord.module.scss' |
| | | import { useCallMaterialOrderRecord } from '../../../Controllers/CallMaterialOrderRecord' |
| | | import IconButton from '@/components/IconButton/IconButton' |
| | | import CallMaterialOrderRecordDrawer from '../Dialog/CallMaterialOrderRecordDrawer/CallMaterialOrderRecordDrawer' |
| | | import CallMaterialOrderRecordQueryDrawer from '../Dialog/CallMaterialOrderRecordQueryDrawer/CallMaterialOrderRecordQueryDrawer' |
| | | import Search from '@/components/Search/Search' |
| | | import { columns } from './Config' |
| | | import TdButton from '@/components/TdButton/TdButton' |
| | | import { vPermission } from '@/libs/Permission/Permission' |
| | | import dayjs from 'dayjs' |
| | | import { |
| | | getWmsEnumData |
| | | } from '@/widgets/CallMaterialOrderRecord/Models/Service/CallMaterialOrderRecordDrawer' |
| | | import { |
| | | ElInput, |
| | | ElSelect, |
| | | ElOption, |
| | | ElDatePicker, |
| | | ElForm, |
| | | ElFormItem, |
| | | } from 'element-plus' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | |
| | | interface RenderTableType { |
| | | url?: string |
| | | dataSource: Ref<any[]> |
| | | isDrag?: boolean |
| | | isChecked?: boolean |
| | | isHidePagination?: boolean |
| | | params?: Record<string, any> |
| | | autoHeight?: boolean |
| | | } |
| | | |
| | | export default defineComponent({ |
| | | name: 'CallMaterialOrderRecord', |
| | | directives: { |
| | | permission: vPermission, |
| | | }, |
| | | setup(props, ctx) { |
| | | const { |
| | | dataSource, |
| | | contextMenu, |
| | | dialogConfig, |
| | | dialogConfigForQuery, |
| | | tableRef, |
| | | current, |
| | | search, |
| | | sort, |
| | | headers, |
| | | onError, |
| | | onSearch, |
| | | onRowClick, |
| | | onConfirmCallMaterialOrderRecord, |
| | | onCheck, |
| | | onAddCallMaterialOrderRecord, |
| | | onAdvancedQuery, |
| | | onExport, |
| | | openDetail, |
| | | onSuccess, |
| | | onBeforeUpload, |
| | | } = useCallMaterialOrderRecord(props, ctx) |
| | | |
| | | //å®ä¹é«çº§æ¥è¯¢å¼ç¨ |
| | | const callMaterialOrderRecordQueryDrawerRef=ref(null); |
| | | // æ°å¢çæ¥è¯¢æ¡ä»¶ |
| | | const queryForm = ref({ |
| | | searchVal: '', |
| | | str_searchFormInputAttrs:[] |
| | | }) |
| | | //å®ä¹æ´ä½æ¨¡ç³æ¥è¯¢çåæ°ç»(注æï¼å¿
须大å°åè·å端çå®ä½ç±»å±æ§åä¸è´ï¼å¦åä¼å¯¼è´å¹é
ä¸å¯¹çé®é¢) |
| | | const _searchFormInputAttrs = ref([ |
| | | 'DataIdentifier','MaterialMode','WmsRetResult','WmsTaskNo','CreatorName','Remark' |
| | | ]); |
| | | const searchFormInputAttrs_Placeholder = ref('请è¾å
¥åææ è¯/åæåå·/WMSè¿åç»æ/WMSä»»å¡å·/å建人/夿³¨'); |
| | | |
| | | |
| | | // 卿æä¸¾é项 |
| | | const enumOptions = reactive({ |
| | | callMaterialStatus: [] as Array<{label: string; value: any }>, |
| | | }) |
| | | |
| | | // è·åæä¸¾æ°æ® |
| | | const fetchEnumData = async () => { |
| | | try { |
| | | const callMaterialStatusEnumData = await getWmsEnumData({ |
| | | EnumName: 'CallMaterialStatusEnum', |
| | | }) |
| | | enumOptions.callMaterialStatus = callMaterialStatusEnumData.map((item) => ({ |
| | | label: item.description, |
| | | value: item.value, |
| | | })) |
| | | |
| | | } catch (error) { |
| | | console.error('è·åæä¸¾æ°æ®å¤±è´¥:', error) |
| | | } |
| | | } |
| | | |
| | | // ç»ä»¶æè½½æ¶è·åæä¸¾æ°æ® |
| | | onMounted(() => { |
| | | fetchEnumData() |
| | | }) |
| | | |
| | | // å®ä¹ååºå¼æ¥è¯¢æ°æ® |
| | | const _curHighQueryData = ref({ searchVal: '',str_searchFormInputAttrs:[] }); |
| | | // æ°ççæ¥è¯¢æ¹æ³ï¼ä¸»é¡µé¢ä¸çæé®ãæ¥è¯¢ãï¼ |
| | | const handleQueryForMain = async () => { |
| | | _curHighQueryData.value.searchVal = queryForm.value.searchVal; |
| | | _curHighQueryData.value.str_searchFormInputAttrs = _searchFormInputAttrs.value; |
| | | tableRef.value.getList(_curHighQueryData.value) |
| | | } |
| | | // æ°ççæ¥è¯¢æ¹æ³ï¼é«çº§æ¥è¯¢ä¸çæé®ãæ¥è¯¢ãï¼ |
| | | const handleQuery = async (extraParams = {}) => { |
| | | let filteredData = commonGetHighQueryForm(extraParams); |
| | | commonSaveCurHighQueryData(filteredData); |
| | | tableRef.value.getList(filteredData) |
| | | } |
| | | // æ°ççæ¥è¯¢éç½® |
| | | const resetQuery = () => { |
| | | queryForm.value.searchVal = '' |
| | | queryForm.value.str_searchFormInputAttrs=_searchFormInputAttrs.value; |
| | | } |
| | | //æ°ççå¯¼åºæ¹æ³ |
| | | const handleExport=()=>{ |
| | | onExport(_curHighQueryData.value); |
| | | } |
| | | // æ°ççæ¥è¯¢å¼¹åºæ¡å
³éæ¹æ³ |
| | | const closeQuery = (extraParams={}) => { |
| | | let filteredData = commonGetHighQueryForm(extraParams); |
| | | console.log("closeQueryæ¹æ³"); |
| | | console.log(filteredData); |
| | | commonSaveCurHighQueryData(filteredData); |
| | | } |
| | | //ä¿åæ¥è¯¢å¼ |
| | | const commonSaveCurHighQueryData=(filteredData={})=>{ |
| | | _curHighQueryData.value = { ..._curHighQueryData.value, ...filteredData }; |
| | | _curHighQueryData.value.searchVal = queryForm.value.searchVal |
| | | _curHighQueryData.value.str_searchFormInputAttrs =_searchFormInputAttrs.value; |
| | | } |
| | | //è·åé«çº§æ¥è¯¢å¼¹åºæ¡çæ¥è¯¢å¼ |
| | | const commonGetHighQueryForm=(extraParams={})=>{ |
| | | // è¿æ»¤æ undefined çå¼ |
| | | let filteredData = Object.assign( |
| | | {}, |
| | | ...Object.entries(extraParams).map(([key, value]) => |
| | | value !== undefined ? { [key]: value } : {} |
| | | ) |
| | | ) |
| | | //ç»åæ¨¡ç³æ¥è¯¢ |
| | | filteredData.searchVal = queryForm.value.searchVal |
| | | filteredData.str_searchFormInputAttrs =_searchFormInputAttrs.value; |
| | | return filteredData; |
| | | } |
| | | |
| | | |
| | | /** |
| | | * @returns è¡¨æ ¼ |
| | | */ |
| | | const RenderBaseTable = (props: RenderTableType) => { |
| | | const { |
| | | url, |
| | | dataSource, |
| | | isDrag, |
| | | isChecked, |
| | | isHidePagination, |
| | | params, |
| | | autoHeight, |
| | | } = props |
| | | |
| | | return ( |
| | | <div |
| | | class={{ |
| | | [styles.callMaterialOrderRecordList]: true, |
| | | }} |
| | | > |
| | | <BaseTable |
| | | ref={tableRef} |
| | | url={url} |
| | | sortUrlTpl="/api/v1/PipeLineLems/callMaterialOrderRecord/{id}/adjustsort/{sort}" |
| | | v-model:dataSource={dataSource.value} |
| | | columns={columns} |
| | | contextMenu={contextMenu} |
| | | params={params} |
| | | isDrag={isDrag} |
| | | isChecked={isChecked} |
| | | autoHeight={autoHeight} |
| | | onCheck={onCheck} |
| | | onRowClick={onRowClick} |
| | | isHidePagination={isHidePagination} |
| | | pageSize={20} |
| | | v-slots={{ |
| | | creationTime: ({ row }: any) => { |
| | | return ( |
| | | <div> |
| | | {row.creationTime != null |
| | | ? dayjs(row.creationTime).format('YYYY-MM-DD HH:mm:ss') |
| | | : '-'} |
| | | </div> |
| | | ) |
| | | }, |
| | | lastModificationTime: ({ row }: any) => { |
| | | return ( |
| | | <div> |
| | | {row.lastModificationTime != null |
| | | ? dayjs(row.lastModificationTime).format('YYYY-MM-DD HH:mm:ss') |
| | | : '-'} |
| | | </div> |
| | | ) |
| | | }, |
| | | isDeleted: ({ row }: any) => { |
| | | return ( |
| | | <div> |
| | | {row.isDeleted != null ? (row.isDeleted ? 'æ¯' : 'å¦') : '-'} |
| | | </div> |
| | | ) |
| | | }, |
| | | deletionTime: ({ row }: any) => { |
| | | return ( |
| | | <div> |
| | | {row.deletionTime != null |
| | | ? dayjs(row.deletionTime).format('YYYY-MM-DD HH:mm:ss') |
| | | : '-'} |
| | | </div> |
| | | ) |
| | | }, |
| | | name: ({ row }: any) => { |
| | | return row?.name ? ( |
| | | <TdButton |
| | | onClick={() => openDetail(row)} |
| | | text={<span style="color:#5a84ff">详æ
</span>} |
| | | icon="scale" |
| | | tip={row?.name} |
| | | hover |
| | | > |
| | | {row?.name} |
| | | </TdButton> |
| | | ) : ( |
| | | '-' |
| | | ) |
| | | }, |
| | | }} |
| | | ></BaseTable> |
| | | </div> |
| | | ) |
| | | } |
| | | |
| | | return () => { |
| | | return ( |
| | | <div class={styles.callMaterialOrderRecordContent}> |
| | | {/* æ·»å /ç¼è¾ */} |
| | | <CallMaterialOrderRecordDrawer |
| | | v-model={dialogConfig.visible} |
| | | title={dialogConfig.title} |
| | | row={current.value} |
| | | sort={sort.value} |
| | | onConfirm={onConfirmCallMaterialOrderRecord} |
| | | /> |
| | | {/* é«çº§æ¥è¯¢ */} |
| | | <CallMaterialOrderRecordQueryDrawer |
| | | ref="callMaterialOrderRecordQueryDrawerRef" |
| | | v-model={dialogConfigForQuery.visible} |
| | | title={dialogConfigForQuery.title} |
| | | row={current.value} |
| | | sort={sort.value} |
| | | onConfirmQuery={handleQuery} |
| | | onRestQuery={resetQuery} |
| | | onClose={closeQuery} |
| | | /> |
| | | |
| | | <div class={styles.headerContent}> |
| | | <div class={styles.header}> |
| | | <IconButton |
| | | v-permission="callMaterialOrderRecord-add" |
| | | icon="add-p" |
| | | onClick={onAddCallMaterialOrderRecord} |
| | | type="primary" |
| | | > |
| | | æ·»å |
| | | </IconButton> |
| | | <el-divider direction="vertical" /> |
| | | |
| | | <el-divider direction="vertical" /> |
| | | <el-upload |
| | | v-permission="callMaterialOrderRecord-import" |
| | | name="file" |
| | | accept=".xlsx,.xls,.csv" |
| | | show-file-list={false} |
| | | onError={onError} |
| | | onSuccess={onSuccess} |
| | | before-upload={onBeforeUpload} |
| | | headers={headers.value} |
| | | action="/api/v1/PipeLineLems/callMaterialOrderRecord/import" |
| | | > |
| | | <IconButton icon="in">导å
¥</IconButton> |
| | | </el-upload> |
| | | |
| | | <IconButton |
| | | v-permission="callMaterialOrderRecord-output" |
| | | icon="out" |
| | | onClick={handleExport} |
| | | > |
| | | å¯¼åº |
| | | </IconButton> |
| | | </div> |
| | | <ElFormItem style={{ marginTop: '15px' }}> |
| | | <ElFormItem label="å
³é®å"> |
| | | <el-tooltip |
| | | class="box-item" |
| | | effect="dark" |
| | | content={searchFormInputAttrs_Placeholder.value} |
| | | placement="top-start" |
| | | > |
| | | <ElInput |
| | | v-model={queryForm.value.searchVal} |
| | | placeholder={searchFormInputAttrs_Placeholder.value} |
| | | clearable |
| | | class={styles.formItem} |
| | | /> |
| | | </el-tooltip> |
| | | </ElFormItem> |
| | | <IconButton type="primary" icon="search" onClick={handleQueryForMain}> |
| | | æ¥è¯¢ |
| | | </IconButton> |
| | | {/* <IconButton style="" icon="refresh" onClick={resetQuery}> |
| | | éç½® |
| | | </IconButton> */} |
| | | <IconButton |
| | | v-permission="callMaterialOrderRecord-add" |
| | | icon="search" |
| | | onClick={onAdvancedQuery} |
| | | type="primary" |
| | | > |
| | | é«çº§æ¥è¯¢ |
| | | </IconButton> |
| | | </ElFormItem> |
| | | </div> |
| | | |
| | | <RenderBaseTable |
| | | url="/api/v1/PipeLineLems/callMaterialOrderRecord/page" |
| | | dataSource={dataSource} |
| | | isChecked={true} |
| | | isDrag={true} |
| | | /> |
| | | </div> |
| | | ) |
| | | } |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | export const columns = [ |
| | | { |
| | | type: 'seq', |
| | | width: 60, |
| | | title: 'åºå·', |
| | | }, |
| | | { |
| | | field: 'dataIdentifier', |
| | | title: 'åææ è¯', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'materialMode', |
| | | title: 'åæåå·', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'callMaterialStatusDesc', |
| | | title: 'å«æç¶æ', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'quantity', |
| | | title: '嫿æ°é', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'wmsRetResult', |
| | | title: 'WMSè¿åç»æ', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'wmsTaskNo', |
| | | title: 'WMSä»»å¡å·', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'creationTime', |
| | | title: 'å建æ¶é´', |
| | | width:180, |
| | | }, |
| | | { |
| | | field: 'lastModificationTime', |
| | | title: 'ä¿®æ¹æ¶é´', |
| | | width:180, |
| | | }, |
| | | { |
| | | field: 'creatorName', |
| | | title: 'å建人', |
| | | width:160, |
| | | }, |
| | | { |
| | | field: 'remark', |
| | | title: '夿³¨', |
| | | width:160, |
| | | }, |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .drawer { |
| | | width: 800px; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { SetupContext, defineComponent } from 'vue' |
| | | import BaseDrawer from '@/components/BaseDrawer/BaseDrawer' |
| | | import styles from './CallMaterialOrderRecordDrawer.module.scss' |
| | | import { useCallMaterialOrderRecordDrawer } from '../../../../Controllers/CallMaterialOrderRecordDrawer.tsx' |
| | | import DyForm from '@/components/DyForm/DyForm' |
| | | |
| | | // @ts-ignore |
| | | export default defineComponent<{ |
| | | [key: string]: any |
| | | }>({ |
| | | name: 'å¼¹çª', |
| | | props: { |
| | | modelValue: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | title: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | row: { |
| | | type: Object, |
| | | }, |
| | | sort: { |
| | | type: Number, |
| | | default: 0, |
| | | }, |
| | | }, |
| | | emits: ['update:modelValue', 'close', 'submit', 'confirm'], |
| | | setup(props: Record<string, any>, ctx: SetupContext) { |
| | | const { |
| | | onClose, |
| | | onConfirm, |
| | | onOpen, |
| | | formRef, |
| | | visible, |
| | | formItems, |
| | | formData, |
| | | } = useCallMaterialOrderRecordDrawer(props, ctx) |
| | | return () => ( |
| | | <BaseDrawer |
| | | class={styles.drawer} |
| | | size="800px" |
| | | title={props.title || 'æ·»å '} |
| | | v-model={visible.value} |
| | | close-on-click-modal={true} |
| | | onConfirm={onConfirm} |
| | | onOpen={onOpen} |
| | | before-close={onClose} |
| | | onClose={onClose} |
| | | > |
| | | <DyForm |
| | | ref={formRef} |
| | | formData={formData.value} |
| | | labelWidth="106px" |
| | | formItemProps={formItems} |
| | | ></DyForm> |
| | | </BaseDrawer> |
| | | ) |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .drawer { |
| | | width: 800px; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | /* |
| | | * ç©æåºç¡ä¿¡æ¯æ¥è¯¢å¼¹åºæ¡ |
| | | */ |
| | | import { SetupContext, defineComponent } from 'vue' |
| | | import BaseQueryDrawer from '@/components/BaseQueryDrawer/BaseQueryDrawer' |
| | | import styles from './CallMaterialOrderRecordQueryDrawer.module.scss' |
| | | import { useCallMaterialOrderRecordQueryDrawer } from '../../../../Controllers/CallMaterialOrderRecordQueryDrawer.tsx' |
| | | import DyForm from '@/components/DyForm/DyForm' |
| | | |
| | | // @ts-ignore |
| | | export default defineComponent<{ |
| | | [key: string]: any |
| | | }>({ |
| | | name: 'å¼¹çª', |
| | | props: { |
| | | //æä¸¾ç±»ååå
¸ |
| | | enumListDict:{ |
| | | type: Array as () => Array<{ key: string; value: object }>, // å®ä¹æ°ç»å
ç´ ç±»å |
| | | default: () => [] // é»è®¤å¼ |
| | | }, |
| | | modelValue: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | title: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | row: { |
| | | type: Object, |
| | | }, |
| | | sort: { |
| | | type: Number, |
| | | default: 0, |
| | | }, |
| | | }, |
| | | emits: ['update:modelValue', 'close', 'submit', 'confirmquery1'], |
| | | setup(props: Record<string, any>, ctx: SetupContext) { |
| | | const { |
| | | onClose, |
| | | onConfirmQuery, |
| | | onOpen, |
| | | onReset, |
| | | formRef, |
| | | visible, |
| | | formItems, |
| | | formData, |
| | | } = useCallMaterialOrderRecordQueryDrawer(props, ctx) |
| | | return () => ( |
| | | <BaseQueryDrawer |
| | | class={styles.drawer} |
| | | size="800px" |
| | | title={props.title || 'é«çº§æ¥è¯¢'} |
| | | v-model={visible.value} |
| | | close-on-click-modal={true} |
| | | onReset={onReset} |
| | | onConfirmQueryForBase={onConfirmQuery} |
| | | onOpen={onOpen} |
| | | before-close={onClose} |
| | | onClose={onClose} |
| | | > |
| | | <DyForm |
| | | ref={formRef} |
| | | formData={formData.value} |
| | | labelWidth="106px" |
| | | formItemProps={formItems} |
| | | ></DyForm> |
| | | </BaseQueryDrawer> |
| | | ) |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "name": "CallMaterialOrderRecord" |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | export interface TabType { |
| | | label: string |
| | | name: string |
| | | columns?: any[] |
| | | data?: any[] |
| | | isFooter: boolean |
| | | [key: string]: any |
| | | } |
| | | |
| | | export const permissionCodes = { |
| | | 'callMaterialOrderRecord-list': 'å表-å表', |
| | | 'callMaterialOrderRecord-add': 'å表-æ·»å ', |
| | | 'callMaterialOrderRecord-import': 'å表-导å
¥', |
| | | 'callMaterialOrderRecord-output': 'å表-è¾åº', |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import CallMaterialOrderRecord from './Views/CallMaterialOrderRecord' |
| | | import Setting from '@/components/Setting/Setting' |
| | | import { provider } from '@/provider/index' |
| | | import p from '../../assets/svg/p.svg' |
| | | |
| | | export default { |
| | | is: 'CallMaterialOrderRecord', |
| | | name: 'å«æè®°å½', |
| | | category: 'run', |
| | | icon: p, |
| | | authorizationRequired: false, |
| | | canvasView: provider(CallMaterialOrderRecord), |
| | | settingsView: Setting, |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Component } from 'vue' |
| | | |
| | | export interface DataItemType { |
| | | id?: string |
| | | name?: string |
| | | code?: string |
| | | description?: string |
| | | label?: string |
| | | value?: string | number |
| | | } |
| | | |
| | | export interface CallMaterialOrderRecordBaseType { |
| | | id?: string |
| | | name?: string |
| | | code?: string |
| | | value?: number |
| | | description?: string |
| | | options?: Array<DataItemType> |
| | | abilityValue?: number | string |
| | | data?: DataItemType |
| | | defaultValue?: string | number |
| | | flow: string |
| | | } |
| | | |
| | | export interface FlowDefinitionType { |
| | | id?: string |
| | | name?: string |
| | | code?: string |
| | | description?: string |
| | | } |
| | | |
| | | export type ModuleType = Record< |
| | | string, |
| | | { |
| | | default: Record<string, string> |
| | | name: string |
| | | } |
| | | > |
| | | |
| | | export interface TabItem { |
| | | name: string |
| | | label: string |
| | | component: Component |
| | | hidden?: boolean |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <!-- eslint-disable vue/no-mutating-props --> |
| | | <template> |
| | | <button class="http-btn" @click="handleRequest">{{ text }}</button> |
| | | </template> |
| | | |
| | | <script setup lang="ts"> |
| | | import { computed } from 'vue' |
| | | import { ElMessage } from 'element-plus' |
| | | import request from 'axios' |
| | | import { has } from 'lodash' |
| | | |
| | | const $props = defineProps<{ |
| | | node: any |
| | | }>() |
| | | |
| | | const text = computed(() => { |
| | | return $props.node?.props?.text || 'Http' |
| | | }) |
| | | |
| | | const initRequestConfig = () => { |
| | | const data = $props.node?.props || {} |
| | | const p = (v: any) => { |
| | | try { |
| | | return JSON.parse(v) |
| | | } catch (error) { |
| | | return v |
| | | } |
| | | } |
| | | return { |
| | | url: data.url, |
| | | method: data.method, |
| | | data: p(data.body), |
| | | headers: p(data.headers), |
| | | isShowMsg: has(data, 'isShowMsg') ? data.isShowMsg : true, |
| | | msg: data.msg || 'è°ç¨æå', |
| | | } |
| | | } |
| | | |
| | | const handleRequest = async () => { |
| | | // å¨æè¯·æ±ï¼æ¥å£èªå®ä¹ï¼ç«¯å£èªå®ä¹ï¼è¯·æ±æ¹æ³èªå®ä¹ï¼å
æ¬bodyçï¼ç¨requestæ¥è¯·æ±ï¼requestæ¯axiosçå°è£
ï¼ä½¿ç¨æ¹å¼ä¸æ ·ç |
| | | const data = initRequestConfig() |
| | | if (!data.url) return |
| | | try { |
| | | const res = await request(data) |
| | | if (res.status === 200) { |
| | | if (data.isShowMsg) { |
| | | ElMessage.success(data.msg) |
| | | } |
| | | } |
| | | } catch (error: any) { |
| | | const response = error.response |
| | | ElMessage.error( |
| | | response?.data.message || response?.data?.error?.message || error.message |
| | | ) |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |
| | | .http-btn { |
| | | --el-button-text-color: var(--el-color-white); |
| | | --el-button-bg-color: var(--el-color-primary); |
| | | --el-button-border-color: var(--el-color-primary); |
| | | --el-button-outline-color: var(--el-color-primary-light-5); |
| | | --el-button-active-color: var(--el-color-primary-dark-2); |
| | | --el-button-hover-text-color: var(--el-color-white); |
| | | --el-button-hover-link-text-color: var(--el-color-primary-light-5); |
| | | --el-button-hover-bg-color: var(--el-color-primary-light-3); |
| | | --el-button-hover-border-color: var(--el-color-primary-light-3); |
| | | --el-button-active-bg-color: var(--el-color-primary-dark-2); |
| | | --el-button-active-border-color: var(--el-color-primary-dark-2); |
| | | --el-button-disabled-text-color: var(--el-color-white); |
| | | --el-button-disabled-bg-color: var(--el-color-primary-light-5); |
| | | --el-button-disabled-border-color: var(--el-color-primary-light-5); |
| | | display: inline-flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | line-height: 1; |
| | | height: 32px; |
| | | white-space: nowrap; |
| | | cursor: pointer; |
| | | color: #fff; |
| | | text-align: center; |
| | | box-sizing: border-box; |
| | | outline: none; |
| | | transition: 0.1s; |
| | | font-weight: var(--el-button-font-weight); |
| | | user-select: none; |
| | | vertical-align: middle; |
| | | -webkit-appearance: none; |
| | | background-color: var(--el-button-bg-color); |
| | | border: var(--el-border); |
| | | border-color: var(--el-button-border-color); |
| | | padding: 8px 15px; |
| | | font-size: var(--el-font-size-base); |
| | | border-radius: var(--el-border-radius-base); |
| | | opacity: 1; |
| | | &:hover { |
| | | border-color: var(--el-button-hover-border-color); |
| | | background-color: var(--el-button-hover-bg-color); |
| | | outline: none; |
| | | } |
| | | &:focus { |
| | | border-color: var(--el-button-hover-border-color); |
| | | background-color: var(--el-button-hover-bg-color); |
| | | outline: none; |
| | | } |
| | | &:active { |
| | | border-color: var(--el-button-active-border-color); |
| | | background-color: var(--el-button-active-bg-color); |
| | | outline: none; |
| | | } |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <!-- eslint-disable vue/no-mutating-props --> |
| | | <template> |
| | | <div class="http"> |
| | | <SettingItem title="åè½"> |
| | | <div class="row"> |
| | | <span>æåå
容ï¼</span> |
| | | <el-input |
| | | style="width: 150px" |
| | | v-model="text" |
| | | placeholder="请è¾å
¥æåå
容" |
| | | class="cms-el-input-x row-input" |
| | | /> |
| | | </div> |
| | | <div class="row"> |
| | | <span>请æ±å°åï¼</span> |
| | | <el-input |
| | | style="width: 150px" |
| | | v-model="url" |
| | | placeholder="请è¾å
¥è¯·æ±å°å" |
| | | class="cms-el-input-x row-input" |
| | | /> |
| | | </div> |
| | | <div class="row"> |
| | | <span>è¯·æ±æ¹æ³ï¼</span> |
| | | <ElSelect |
| | | class="cms-el-select-x el-select-x-box_http" |
| | | popper-class="cms-el-select_check" |
| | | v-model="method" |
| | | style="width: 150px" |
| | | placeholder="è¯·éæ©" |
| | | > |
| | | <ElOption |
| | | v-for="method in methods" |
| | | :label="method" |
| | | :value="method" |
| | | ></ElOption> |
| | | </ElSelect> |
| | | </div> |
| | | <div class="row"> |
| | | <span>请æ±ä½ï¼</span> |
| | | <el-input |
| | | style="width: 150px" |
| | | v-model="body" |
| | | placeholder="请è¾å
¥è¯·æ±æ°æ®" |
| | | class="cms-el-input-x row-input" |
| | | readonly |
| | | /> |
| | | <i |
| | | style="cursor: pointer; margin-left: 10px" |
| | | class="iconfont icon-shezhi" |
| | | @click="onOpenCodeDialog(TYPE_CONFIG.DATA)" |
| | | ></i> |
| | | </div> |
| | | <div class="row"> |
| | | <span>请æ±å¤´ï¼</span> |
| | | <el-input |
| | | style="width: 150px" |
| | | readonly |
| | | v-model="headers" |
| | | placeholder="请è¾å
¥è¯·æ±å¤´" |
| | | class="cms-el-input-x row-input" |
| | | /> |
| | | <i |
| | | style="cursor: pointer; margin-left: 10px" |
| | | class="iconfont icon-shezhi" |
| | | @click="onOpenCodeDialog(TYPE_CONFIG.HEADER)" |
| | | ></i> |
| | | </div> |
| | | <div class="row"> |
| | | <span>æ¶æ¯ææ¡ï¼</span> |
| | | <el-input |
| | | style="width: 150px" |
| | | placeholder="请è¾å
¥æ¶æ¯ææ¡" |
| | | class="cms-el-input-x row-input" |
| | | v-model="msg" |
| | | ></el-input> |
| | | </div> |
| | | <div class="row"> |
| | | <span>æ¶æ¯æç¤ºï¼</span> |
| | | <el-switch v-model="isShowMsg"></el-switch> |
| | | </div> |
| | | </SettingItem> |
| | | <OptionConfigDialog |
| | | v-model="optionConfig.visible" |
| | | :title="optionConfig.title" |
| | | :code="optionConfig.value" |
| | | @change="optionConfigConfirm" |
| | | ></OptionConfigDialog> |
| | | </div> |
| | | </template> |
| | | |
| | | <script setup lang="ts"> |
| | | import { computed, ref, reactive, onMounted } from 'vue' |
| | | import { ElMessage } from 'element-plus' |
| | | // import sdk from 'sdk' |
| | | // const SettingItem = sdk.components.SettingItem |
| | | import SettingItem from '@/components/SettingItem/SettingItem.vue' |
| | | import ElSelect from '@/components/ElSelect/ElSelect' |
| | | import ElOption from '@/components/ElSelect/ElOption' |
| | | import OptionConfigDialog from '../components/OptionConfigDialog.vue' |
| | | |
| | | const emit = defineEmits(['update']) |
| | | const props = withDefaults( |
| | | defineProps<{ |
| | | node: any |
| | | url?: string |
| | | body?: any |
| | | headers?: any |
| | | method?: string |
| | | text?: string |
| | | isShowMsg?: boolean |
| | | msg?: string |
| | | }>(), |
| | | { |
| | | isShowMsg: true, |
| | | msg: 'è°ç¨æå', |
| | | } |
| | | ) |
| | | |
| | | onMounted(() => { |
| | | !props.text && emit('update', { text: 'æé®' }) |
| | | }) |
| | | |
| | | const TYPE_CONFIG = { |
| | | DATA: 'DATA', |
| | | HEADER: 'HEADER', |
| | | } |
| | | |
| | | const currentType = ref(null) |
| | | |
| | | const methods = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'OPTIONS'] |
| | | |
| | | const optionConfig = reactive({ |
| | | visible: false, |
| | | value: '', |
| | | title: '', |
| | | }) |
| | | const msg: any = computed({ |
| | | get() { |
| | | return props.msg |
| | | }, |
| | | set(v) { |
| | | emit('update', { msg: v }) |
| | | }, |
| | | }) |
| | | const isShowMsg: any = computed({ |
| | | get() { |
| | | return props.isShowMsg |
| | | }, |
| | | set(v) { |
| | | emit('update', { isShowMsg: v }) |
| | | }, |
| | | }) |
| | | |
| | | const text: any = computed({ |
| | | get() { |
| | | return props.text |
| | | }, |
| | | set(v) { |
| | | emit('update', { text: v }) |
| | | }, |
| | | }) |
| | | |
| | | const url: any = computed({ |
| | | get() { |
| | | return props.url |
| | | }, |
| | | set(v) { |
| | | emit('update', { url: v }) |
| | | }, |
| | | }) |
| | | |
| | | const body: any = computed({ |
| | | get() { |
| | | return props.body |
| | | }, |
| | | set(v) { |
| | | emit('update', { body: v }) |
| | | }, |
| | | }) |
| | | |
| | | const headers: any = computed({ |
| | | get() { |
| | | return props.headers |
| | | }, |
| | | set(v) { |
| | | emit('update', { headers: v }) |
| | | }, |
| | | }) |
| | | |
| | | const method: any = computed({ |
| | | get() { |
| | | return props.method |
| | | }, |
| | | set(v) { |
| | | emit('update', { method: v }) |
| | | }, |
| | | }) |
| | | |
| | | const optionConfigConfirm = (v: any) => { |
| | | try { |
| | | if (v) { |
| | | const data = JSON.parse(v) |
| | | const jsData = JSON.stringify(data) |
| | | if (currentType.value === TYPE_CONFIG.DATA) { |
| | | body.value = jsData |
| | | } else { |
| | | headers.value = jsData |
| | | } |
| | | } |
| | | optionConfig.visible = false |
| | | } catch (error) { |
| | | ElMessage.error('请è¾å
¥æ£ç¡®çJSONæ ¼å¼') |
| | | } |
| | | } |
| | | |
| | | const onOpenCodeDialog = (v: any) => { |
| | | currentType.value = v |
| | | optionConfig.title = v === TYPE_CONFIG.DATA ? '请è¾å
¥è¯·æ±ä½' : '请è¾å
¥è¯·æ±å¤´' |
| | | optionConfig.value = v === TYPE_CONFIG.DATA ? body.value : headers.value |
| | | optionConfig.visible = true |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .http { |
| | | .row { |
| | | > span { |
| | | display: flex; |
| | | width: 80px; |
| | | font-size: 12px; |
| | | } |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | } |
| | | .el-select-x-box_http { |
| | | box-shadow: none; |
| | | height: 28px; |
| | | line-height: 28px; |
| | | padding: 0 12px 0 8px !important; |
| | | font-size: 12px; |
| | | border-radius: 4px; |
| | | color: var(--cms-text-el-input-color); |
| | | border: 1px solid var(--cms-color-bg-4); |
| | | background-color: var(--cms-color-bg-3); |
| | | background-color: #141414; |
| | | outline: none; |
| | | box-sizing: border-box; |
| | | &:hover { |
| | | border: 1px solid var(--cms-color-bg-4); |
| | | border-bottom: 1px solid var(--cms-color-primary-1); |
| | | box-shadow: none !important; |
| | | } |
| | | .el-select-x-box_http { |
| | | ::deep(.el-input__inner) { |
| | | padding-right: 24px !important; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | <style lang="scss"> |
| | | .el-select-x-box_http { |
| | | .el-select__wrapper { |
| | | display: flex; |
| | | align-items: center; |
| | | position: relative; |
| | | box-sizing: border-box; |
| | | cursor: pointer; |
| | | text-align: left; |
| | | font-size: 12px; |
| | | gap: 6px; |
| | | min-height: 28px; |
| | | line-height: 24px; |
| | | border-radius: var(--el-border-radius-base); |
| | | transition: var(--el-transition-duration); |
| | | } |
| | | .el-select__selection { |
| | | position: relative; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | align-items: center; |
| | | flex: 1; |
| | | min-width: 0; |
| | | gap: 6px; |
| | | } |
| | | |
| | | .el-select__input-wrapper.is-hidden { |
| | | position: absolute; |
| | | opacity: 0; |
| | | } |
| | | .el-select__input-wrapper { |
| | | max-width: 100%; |
| | | } |
| | | .el-select__selected-item { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | user-select: none; |
| | | } |
| | | .el-select__placeholder.is-transparent { |
| | | user-select: none; |
| | | color: var(--el-text-color-placeholder); |
| | | } |
| | | .el-select__placeholder { |
| | | position: absolute; |
| | | display: block; |
| | | top: 50%; |
| | | transform: translateY(-50%); |
| | | width: 100%; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | } |
| | | .el-select__input { |
| | | border: none; |
| | | outline: none; |
| | | padding: 0; |
| | | color: var(--el-select-multiple-input-color); |
| | | font-size: inherit; |
| | | font-family: inherit; |
| | | appearance: none; |
| | | height: 24px; |
| | | max-width: 100%; |
| | | background-color: transparent; |
| | | } |
| | | .el-select__prefix, |
| | | .el-select__suffix { |
| | | display: flex; |
| | | align-items: center; |
| | | flex-shrink: 0; |
| | | gap: 6px; |
| | | color: var(--el-input-icon-color, var(--el-text-color-placeholder)); |
| | | .el-select__caret { |
| | | color: var(--el-select-input-color); |
| | | font-size: var(--el-select-input-font-size); |
| | | transition: var(--el-transition-duration); |
| | | transform: rotate(0); |
| | | cursor: pointer; |
| | | } |
| | | .el-icon { |
| | | --color: inherit; |
| | | height: 1em; |
| | | width: 1em; |
| | | line-height: 1em; |
| | | display: inline-flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | position: relative; |
| | | fill: currentColor; |
| | | color: var(--color); |
| | | font-size: inherit; |
| | | } |
| | | } |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <!-- |
| | | |
| | | v-model="ååç»å®" |
| | | |
| | | :modelValue="表达å¼" |
| | | @update:modelValue="(ä¿®æ¹åç表达å¼)=>{}" |
| | | |
| | | inputCodeRef.insertCode('å¨ç¦ç¹å¤æå
¥ä»£ç ') |
| | | |
| | | @update:focusWord="(å
æ å¤çåè¯)=>{}" |
| | | |
| | | --> |
| | | <template> |
| | | <div class="inputCode"> |
| | | <div |
| | | ref="inputEl" |
| | | class="input" |
| | | :contenteditable="(contentEditable as any)" |
| | | spellcheck="false" |
| | | @input="input" |
| | | @click="click" |
| | | .onblur="saveRange" |
| | | ></div> |
| | | <div class="highlight" v-html="codeHighlighted"></div> |
| | | </div> |
| | | </template> |
| | | <script setup lang="ts"> |
| | | import { computed, defineEmits, ref, watch } from 'vue' |
| | | |
| | | const props = defineProps(['modelValue']) |
| | | const emit = defineEmits(['update:modelValue', 'update:focusWord']) |
| | | |
| | | // code ---------------------------------------- |
| | | |
| | | let code = ref('') |
| | | watch( |
| | | () => props.modelValue, |
| | | () => { |
| | | code.value = props.modelValue || '' |
| | | }, |
| | | { immediate: true } |
| | | ) |
| | | |
| | | // inputEl ---------------------------------------- |
| | | |
| | | let inputEl = ref() |
| | | const contentEditable = 'plaintext-only' |
| | | |
| | | function updateInputInnerText() { |
| | | if (!inputEl) { |
| | | return |
| | | } |
| | | |
| | | // é¿å
å½±åå
æ |
| | | if (getInnerText() === code.value) return |
| | | |
| | | inputEl.value.innerText = code.value |
| | | } |
| | | |
| | | function getInnerText() { |
| | | const innerText = inputEl.value?.innerText || '' |
| | | return fixInnerTextLn(innerText) |
| | | } |
| | | |
| | | // é 'plaintext-only' innerText \n 伿¯é¡µé¢ä¸çå¤ |
| | | // 1 1 |
| | | // 2 3 |
| | | // 3 5 |
| | | function fixInnerTextLn(innerText: string) { |
| | | if (inputEl.value?.contentEditable === contentEditable) { |
| | | return innerText |
| | | } |
| | | |
| | | return innerText.replace(/\n+/g, function ($and) { |
| | | const length = $and.split('').length |
| | | const lengthFixed = Math.floor((length + 1) / 2) |
| | | |
| | | return Array(lengthFixed).fill('\n').join('') |
| | | }) |
| | | } |
| | | |
| | | // highlight ---------------------------------------- |
| | | |
| | | let codeHighlighted = computed(() => { |
| | | updateInputInnerText() |
| | | return highlight(code.value) |
| | | }) |
| | | |
| | | function highlight(value: string) { |
| | | let html = value |
| | | |
| | | html = html |
| | | .replace(/\b(true|false)\b/g, 'ð¾b $& bð¾') |
| | | .replace(/\b[\d.]+/gi, 'ð¾n $& nð¾') // number |
| | | .replace(/"(\\.|.)*?"/gi, 'ð¾s $& sð¾') // string |
| | | .replace(/[!%^&*\-+=|<>/]+/gi, 'ð¾p $& pð¾') // + |
| | | .replace(/\b(\w+)\s*(?=\()/gi, 'ð¾f $& fð¾') // function() |
| | | .replace(/\[.*?\]/gi, 'ð¾k $& kð¾') // [field] |
| | | |
| | | html = html.replace(/</g, '<').replace(/>/g, '>') |
| | | |
| | | html = html |
| | | .replace(/ð¾b (.*?) bð¾/g, '<span style="color:#fe72f3">$1</span>') |
| | | .replace(/ð¾n (.*?) nð¾/g, '<span style="color:#57b6ff">$1</span>') |
| | | .replace(/ð¾s (.*?) sð¾/g, '<span style="color:#ffff66">$1</span>') |
| | | .replace(/ð¾p (.*?) pð¾/g, '<span style="color:#9B9B9B">$1</span>') |
| | | .replace(/ð¾f (.*?) fð¾/g, '<span style="color:#23DBBB">$1</span>') |
| | | .replace(/ð¾k (.*?) kð¾/g, '<span style="color:#febf72">$1</span>') |
| | | |
| | | html = html.replace(/\n/g, '<br />') |
| | | |
| | | return html |
| | | } |
| | | |
| | | // emit ---------------------------------------- |
| | | |
| | | function input() { |
| | | code.value = getInnerText() |
| | | emit('update:modelValue', code.value) |
| | | emit('update:focusWord', getFocusWord()) |
| | | } |
| | | |
| | | function click() { |
| | | emit('update:focusWord', getFocusWord()) |
| | | } |
| | | |
| | | // insertCode ---------------------------------------- |
| | | |
| | | let range: Range | undefined |
| | | function saveRange() { |
| | | const selection = document.getSelection() |
| | | range = selection?.getRangeAt(0) |
| | | } |
| | | |
| | | function insertCode(text: string) { |
| | | if (!inputEl) { |
| | | console.warn('!inputEl') |
| | | return |
| | | } |
| | | |
| | | const selection = document.getSelection() |
| | | if (!selection) return |
| | | |
| | | if (!range) { |
| | | range = new Range() |
| | | range.selectNodeContents(inputEl.value) |
| | | range.collapse() |
| | | } |
| | | |
| | | selection.removeAllRanges() |
| | | selection.addRange(range) |
| | | |
| | | // range.deleteContents() |
| | | // range.insertNode(document.createTextNode(text)) |
| | | // range.collapse() |
| | | |
| | | document.execCommand('insertText', false, text) |
| | | |
| | | // fun( | ) |
| | | if (/\)$/.test(text)) { |
| | | const rangeCurrent = selection.getRangeAt(0) |
| | | rangeCurrent.setEnd(rangeCurrent.endContainer, rangeCurrent.endOffset - 2) |
| | | |
| | | selection.removeAllRanges() |
| | | selection.addRange(rangeCurrent) |
| | | } |
| | | |
| | | input() |
| | | } |
| | | |
| | | // focusWord ---------------------------------------- |
| | | |
| | | function getFocusWord() { |
| | | const range = document.getSelection()?.getRangeAt(0) |
| | | if (!range) return |
| | | |
| | | const node = range.endContainer |
| | | const text = node.nodeValue || '' |
| | | const left = text.slice(0, range.endOffset) |
| | | const right = text.slice(range.endOffset) |
| | | const l = left.match(/\w+$/)?.[0] || '' |
| | | const r = right.match(/^\w+/)?.[0] || '' |
| | | |
| | | return l + r |
| | | } |
| | | |
| | | defineExpose({ |
| | | insertCode, |
| | | getFocusWord, |
| | | }) |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .inputCode { |
| | | position: relative; |
| | | width: 100%; |
| | | height: 220px; |
| | | min-height: 42px; |
| | | background: #262c33; |
| | | border-radius: 6px 6px 6px 6px; |
| | | color: #f00; |
| | | color: transparent; |
| | | resize: none; |
| | | white-space: pre; |
| | | caret-color: #fff; |
| | | overflow: auto; |
| | | &:hover, |
| | | &:active { |
| | | resize: vertical; |
| | | } |
| | | |
| | | outline: solid 1px transparent; |
| | | outline-offset: -1px; |
| | | transition: 0.5s outline; |
| | | &:focus-within { |
| | | outline-color: #707070; |
| | | } |
| | | |
| | | .input { |
| | | outline: none; |
| | | min-height: 100%; |
| | | padding: 10px; |
| | | &[contenteditable='plaintext-only'] { |
| | | -webkit-user-modify: read-write-plaintext-only; |
| | | } |
| | | &::selection { |
| | | background-color: rgba(255, 255, 255, 0.25); |
| | | } |
| | | } |
| | | .highlight { |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | width: 100%; |
| | | padding: 10px; |
| | | pointer-events: none; |
| | | color: #febf72; |
| | | color: #fff; |
| | | // margin-top: 50px; |
| | | } |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <el-dialog |
| | | :append-to-body="true" |
| | | :close-on-click-modal="false" |
| | | :destroy-on-close="true" |
| | | :modal="false" |
| | | :title="title" |
| | | custom-class="cms-el-dialog" |
| | | width="661px" |
| | | @close="close" |
| | | > |
| | | <div class="dialog-body"> |
| | | <div class="row"> |
| | | <div class="col"> |
| | | <InputCode ref="inputCode" v-model="code"></InputCode> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <template #footer> |
| | | <el-button class="btn" @click="close">åæ¶</el-button> |
| | | <el-button class="btn btn-submit" type="primary" @click="change" |
| | | >ç¡®å®</el-button |
| | | > |
| | | </template> |
| | | </el-dialog> |
| | | </template> |
| | | <script setup lang="ts"> |
| | | import { defineEmits, ref, watch } from 'vue' |
| | | import InputCode from './InputCode.vue' |
| | | |
| | | const props = defineProps({ |
| | | code: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | title: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | }) |
| | | |
| | | const emit = defineEmits(['update:modelValue', 'update:code', 'change']) |
| | | |
| | | // code ------------------------------ |
| | | |
| | | let code = ref('') |
| | | const reset = () => { |
| | | code.value = props.code || '' |
| | | } |
| | | watch( |
| | | () => props.code, |
| | | () => { |
| | | code.value = props.code || '' |
| | | }, |
| | | { immediate: true } |
| | | ) |
| | | |
| | | async function change() { |
| | | emit('update:code', code.value) |
| | | emit('change', code.value) |
| | | } |
| | | |
| | | function close() { |
| | | emit('update:modelValue', false) |
| | | reset() |
| | | } |
| | | </script> |
| | | |
| | | <!-- .row>.col --> |
| | | <style lang="scss" scoped> |
| | | .row { |
| | | display: flex; |
| | | gap: 1px; |
| | | .col { |
| | | flex: 1; |
| | | min-width: 0; |
| | | } |
| | | } |
| | | </style> |
| | | |
| | | <!-- panel --> |
| | | <style lang="scss" scoped> |
| | | .dialog-body { |
| | | margin-top: -8px; |
| | | .header { |
| | | font-size: 14px; |
| | | font-family: PingFang SC-Regular, PingFang SC; |
| | | font-weight: 400; |
| | | color: #ffffff; |
| | | padding: 0 10px 12px; |
| | | span { |
| | | font-size: 12px; |
| | | font-family: PingFang SC-Regular, PingFang SC; |
| | | font-weight: 700; |
| | | color: #606162; |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | <!-- global --> |
| | | <style lang="scss"> |
| | | dl.global_usage_0002 { |
| | | margin: -6px; |
| | | padding: 12px 16px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | gap: 2px; |
| | | max-width: 480px; |
| | | // pointer-events: none; |
| | | > div { |
| | | display: flex; |
| | | // gap: 10px; |
| | | dt { |
| | | flex: none; |
| | | } |
| | | dd { |
| | | margin: 0; |
| | | white-space: pre-line; |
| | | } |
| | | } |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import Http from './Http.vue' |
| | | import HttpSettings from './Settings/Http.settings.vue' |
| | | import { provider } from '@/provider/index' |
| | | import p from '../../assets/svg/p.svg' |
| | | |
| | | export default { |
| | | is: 'Http请æ±', |
| | | name: 'API请æ±', |
| | | category: 'run', |
| | | icon: p, |
| | | canvasView: provider(Http, true), |
| | | settingsView: HttpSettings, |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { importFileToService, exportFileToClient } from '@/api/file' |
| | | import { ElMessage } from 'element-plus' |
| | | import { downloadFile } from '@/utils' |
| | | import dayjs from 'dayjs' |
| | | |
| | | export const useFile = () => { |
| | | /** |
| | | * 导å
¥æä»¶ |
| | | * @param url |
| | | */ |
| | | const importFile = async (url: string, file: File) => { |
| | | const formData = new FormData() |
| | | formData.append('file', file) |
| | | await importFileToService(url, formData) |
| | | ElMessage('导å
¥æå') |
| | | } |
| | | /** |
| | | * å¯¼åºæä»¶ |
| | | * @param url |
| | | */ |
| | | const exportFile = async (url: string, params: any, name: string) => { |
| | | const res = await exportFileToClient(url, params) |
| | | downloadFile(res, `${name}_${dayjs().format('YYYYMMDDHHMMss')}.xlsx`) |
| | | ElMessage.success('å¯¼åºæå') |
| | | } |
| | | |
| | | return { |
| | | importFile, |
| | | exportFile, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { ref, onMounted, reactive, Ref, nextTick, computed } from 'vue' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | import { MyEntityName } from '../Models/MyEntityName' |
| | | import { ElMessage } from 'element-plus' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { useFile } from './File' |
| | | |
| | | interface CurrentType { |
| | | row: any |
| | | index: number |
| | | } |
| | | export const useMyEntityName = (props: any, ctx?: any) => { |
| | | const myEntityName = injectModel<MyEntityName>('myEntityName') |
| | | const { exportFile } = useFile() |
| | | /** |
| | | * 头é¨é
ç½® |
| | | */ |
| | | const headers = ref({}) |
| | | /** |
| | | * 卿åé
ç½® |
| | | */ |
| | | const myEntityNameColumns = ref<Record<string, any>>([]) |
| | | /** |
| | | * æç´¢å¼ |
| | | */ |
| | | const search = ref('') |
| | | |
| | | /** |
| | | * æåº |
| | | */ |
| | | const sort = ref(0) |
| | | /** |
| | | * 鿩项 |
| | | */ |
| | | const selection = ref([]) |
| | | /** |
| | | * å½åéä¸çè¡ |
| | | */ |
| | | const current = ref<any>(null) |
| | | /** |
| | | * æ°æ®æº |
| | | */ |
| | | const dataSource: Ref<any[]> = ref([]) |
| | | |
| | | /** |
| | | * è¡¨æ ¼ |
| | | */ |
| | | const tableRef = ref() |
| | | const dialogConfig = reactive({ |
| | | visible: false, |
| | | title: '', |
| | | isAdd: false, |
| | | }) |
| | | |
| | | const dialogSettingConfig = reactive({ |
| | | visible: false, |
| | | title: '', |
| | | }) |
| | | |
| | | /** |
| | | * åé¡µæ°æ® |
| | | */ |
| | | const paginationParams = ref({}) |
| | | |
| | | /** |
| | | * æå¼è¯¦æ
|
| | | * @param row |
| | | */ |
| | | const openDetail = (row: any) => { |
| | | current.value = row |
| | | dialogConfig.visible = true |
| | | dialogConfig.title = row.name |
| | | dialogConfig.isAdd = false |
| | | sort.value = row.sort |
| | | } |
| | | |
| | | const contextMenu = [ |
| | | { |
| | | label: 'å±å¼è¯¦æ
', |
| | | fn: (c: CurrentType) => { |
| | | current.value = null |
| | | sort.value = c.row.sort |
| | | nextTick(() => openDetail(c.row)) |
| | | }, |
| | | divided: true, |
| | | icon: 'o', |
| | | }, |
| | | { |
| | | label: 'å䏿·»å ', |
| | | fn: (c: CurrentType, pageNum: number) => { |
| | | current.value = null |
| | | sort.value = c.index + 1 + (pageNum - 1) * 50 |
| | | dialogConfig.visible = true |
| | | dialogConfig.title = 'æ·»å ' |
| | | dialogConfig.isAdd = false |
| | | }, |
| | | divided: true, |
| | | icon: 'up', |
| | | }, |
| | | { |
| | | label: 'å䏿·»å ', |
| | | fn: (c: CurrentType, pageNum: number) => { |
| | | current.value = null |
| | | sort.value = c.index + 2 + (pageNum - 1) * 50 |
| | | dialogConfig.visible = true |
| | | dialogConfig.title = 'æ·»å ' |
| | | dialogConfig.isAdd = false |
| | | }, |
| | | divided: true, |
| | | icon: 'down', |
| | | }, |
| | | { |
| | | label: 'åå»ºå¯æ¬', |
| | | fn: async ({ row }: CurrentType) => { |
| | | await myEntityName.cloneData([row.id]) |
| | | ElMessage.success('åå»ºå¯æ¬æå') |
| | | tableRef.value?.getList() |
| | | }, |
| | | divided: true, |
| | | icon: 'copy', |
| | | }, |
| | | { |
| | | label: 'å é¤', |
| | | fn: async (c: CurrentType) => { |
| | | const names = selection.value.map((item: { name: string }) => item.name) |
| | | ConfirmBox( |
| | | `æ¯å¦å é¤${names.length ? names.join(',') : c.row.name}` |
| | | ).then(async () => { |
| | | const ids = selection.value.map((item: { id: string }) => item.id) |
| | | await myEntityName.deleteMyEntityNames(ids.length ? ids : [c.row.id]) |
| | | ElMessage.success('å 餿å') |
| | | tableRef.value.getList() |
| | | }) |
| | | }, |
| | | icon: 'close', |
| | | }, |
| | | ] |
| | | |
| | | const onCheck = (records: any) => { |
| | | selection.value = records |
| | | } |
| | | |
| | | const onAddMyEntityName = () => { |
| | | const params = tableRef.value?.getPaginationParams() |
| | | current.value = null |
| | | dialogConfig.visible = true |
| | | dialogConfig.isAdd = true |
| | | dialogConfig.title = 'æ·»å ' |
| | | sort.value = params.totalCount + 1 |
| | | } |
| | | |
| | | const onConfirmMyEntityName = async () => { |
| | | dialogConfig.visible = false |
| | | if (dialogConfig.isAdd) { |
| | | tableRef.value?.scrollToRow({ |
| | | skip: true, |
| | | }) |
| | | } else { |
| | | await tableRef.value?.getList() |
| | | } |
| | | } |
| | | /** |
| | | * è¡ç¹å»æ¶æ´æ°current |
| | | */ |
| | | const onRowClick = ({ row }: any) => { |
| | | if (dialogConfig.visible && current.value) { |
| | | current.value = row |
| | | } |
| | | } |
| | | /** |
| | | * å¯¼åº |
| | | */ |
| | | const onExport = () => { |
| | | const params = tableRef.value?.getParams() |
| | | exportFile( |
| | | '/api/v1/myPluginName/myEntityName/export', |
| | | params, |
| | | 'myPluginName' |
| | | ) |
| | | } |
| | | |
| | | /** |
| | | * å
³é®åæç´¢ |
| | | */ |
| | | const onSearch = () => { |
| | | tableRef.value?.getList({ |
| | | Filter: search.value, |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * éç½®è¡¨æ ¼æ°æ® |
| | | */ |
| | | const reloadList = () => { |
| | | tableRef.value?.getList() |
| | | } |
| | | /** |
| | | * ä¸ä¼ æå |
| | | */ |
| | | const onSuccess = () => { |
| | | tableRef.value?.getList() |
| | | ElMessage.success('导å
¥æå') |
| | | } |
| | | /** |
| | | * 失败 |
| | | * @param err |
| | | */ |
| | | const onError = (err: any) => { |
| | | try { |
| | | const message = JSON.parse(err.message) |
| | | ElMessage.error(message.msg) |
| | | } catch (error) { |
| | | ElMessage.error('导å
¥å¤±è´¥') |
| | | } |
| | | } |
| | | /** |
| | | * ä¸ä¼ é©å |
| | | */ |
| | | const onBeforeUpload = (file: File) => { |
| | | const format = ['xlsx', 'xls', 'csv'] |
| | | if (!format.includes(file.name.split('.')[1])) { |
| | | ElMessage.error('导å
¥æä»¶æ ¼å¼ä¸æ£ç¡®ï¼è¯·å¯¼å
¥.xlsx/.xlsä¸.csvæ ¼å¼çæä»¶') |
| | | return false |
| | | } |
| | | return true |
| | | } |
| | | |
| | | onMounted(() => { |
| | | headers.value = { |
| | | Authorization: `Bearer ${sessionStorage.getItem('Token')}`, |
| | | 'X-Project': sessionStorage.getItem('X-Project'), |
| | | } |
| | | }) |
| | | |
| | | ctx.expose({ |
| | | reloadList, |
| | | }) |
| | | |
| | | return { |
| | | dataSource, |
| | | contextMenu, |
| | | dialogConfig, |
| | | dialogSettingConfig, |
| | | tableRef, |
| | | current, |
| | | search, |
| | | sort, |
| | | myEntityNameColumns, |
| | | paginationParams, |
| | | headers, |
| | | onBeforeUpload, |
| | | onError, |
| | | onSuccess, |
| | | openDetail, |
| | | onSearch, |
| | | onExport, |
| | | onRowClick, |
| | | onConfirmMyEntityName, |
| | | onCheck, |
| | | onAddMyEntityName, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { ref, onMounted, reactive, computed, Ref, watch } from 'vue' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | import { MyEntityNameDrawer } from '../Models/MyEntityNameDrawer' |
| | | import { ElMessage } from 'element-plus' |
| | | import isEqual from 'lodash/isEqual' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { cloneDeep } from 'lodash' |
| | | |
| | | export const useMyEntityNameDrawer = (props: any, ctx?: any) => { |
| | | const myEntityNameDrawer = |
| | | injectModel<MyEntityNameDrawer>('myEntityNameDrawer') |
| | | /** |
| | | * ç¨æ¥å¯¹æ¯çåå§åæ°æ® |
| | | */ |
| | | const initiateData: Ref<Record<string, any>> = ref({}) |
| | | const formData = ref<Record<string, any>>({}) |
| | | // ref |
| | | const formRef = ref() |
| | | |
| | | const current = computed(() => { |
| | | return props.row || null |
| | | }) |
| | | const visible = computed({ |
| | | get() { |
| | | return props.modelValue |
| | | }, |
| | | set(val) { |
| | | ctx.emit('update:modelValue', val) |
| | | }, |
| | | }) |
| | | /** |
| | | * æ·»å çformåæ®µ |
| | | */ |
| | | const formItems = reactive([ |
| | | { |
| | | label: 'åç§°', |
| | | prop: 'name', |
| | | el: 'input', |
| | | placeholder: '请è¾å
¥åç§°', |
| | | rules: [{ required: true, message: 'åç§°', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'ç¼å·', |
| | | prop: 'code', |
| | | el: 'input', |
| | | placeholder: '请è¾å
¥ç¼å·', |
| | | rules: [{ required: true, message: 'ç¼å·', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: '夿³¨', |
| | | prop: 'remark', |
| | | el: 'input', |
| | | placeholder: '请è¾å
¥å¤æ³¨', |
| | | }, |
| | | ]) |
| | | /** |
| | | * æ ¡éªæ¯å¦ææ°æ®åå |
| | | */ |
| | | const checkIsEqualObject = () => { |
| | | const data = { |
| | | formData: formData.value, |
| | | } |
| | | const check = isEqual(initiateData.value, data) |
| | | return check |
| | | } |
| | | |
| | | const onClose = (done: () => void) => { |
| | | if (visible.value) { |
| | | if (checkIsEqualObject()) { |
| | | visible.value = false |
| | | done && done() |
| | | } else { |
| | | ConfirmBox('æ¯å¦ä¿å设置ï¼') |
| | | .then(() => { |
| | | onConfirm() |
| | | }) |
| | | .catch(() => { |
| | | visible.value = false |
| | | done && done() |
| | | }) |
| | | } |
| | | } |
| | | } |
| | | /** |
| | | * ä¿å |
| | | */ |
| | | const onConfirm = async () => { |
| | | await formRef.value?.validate() |
| | | const data = { |
| | | name: formData.value.name, |
| | | code: formData.value.code, |
| | | remark: formData.value.remark, |
| | | sort: props.sort, |
| | | } |
| | | if (!current.value) { |
| | | await myEntityNameDrawer.addMyEntityName(data) |
| | | } else { |
| | | const id = current.value.id |
| | | await myEntityNameDrawer.updateMyEntityName(id, data) |
| | | } |
| | | ElMessage.success('ä¿åæå') |
| | | ctx.emit('confirm') |
| | | } |
| | | |
| | | const updateCheckData = () => { |
| | | initiateData.value = { |
| | | formData: { |
| | | ...formData.value, |
| | | }, |
| | | } |
| | | } |
| | | /** |
| | | * å¼¹çªæå¼è·å详æ
|
| | | */ |
| | | const onOpen = async () => { |
| | | if (current.value) { |
| | | const res = await myEntityNameDrawer.getMyEntityNameDetail(current.value) |
| | | |
| | | formData.value = { |
| | | name: res.name, |
| | | code: res.code, |
| | | remark: res.remark, |
| | | id: res.id, |
| | | } |
| | | updateCheckData() |
| | | } else { |
| | | formData.value = {} |
| | | updateCheckData() |
| | | } |
| | | } |
| | | |
| | | watch(() => current.value, onOpen) |
| | | |
| | | return { |
| | | formItems, |
| | | formData, |
| | | visible, |
| | | formRef, |
| | | onOpen, |
| | | onClose, |
| | | onConfirm, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | import { |
| | | deleteMyEntityNames, |
| | | addMyEntityName, |
| | | cloneData, |
| | | } from './Service/MyEntityName' |
| | | |
| | | export class MyEntityName extends Base<{ [key: string]: any }> { |
| | | constructor() { |
| | | super({ |
| | | data: [], |
| | | }) |
| | | } |
| | | onMounted() {} |
| | | /** |
| | | * å é¤ |
| | | * @param id |
| | | * @returns |
| | | */ |
| | | async deleteMyEntityNames(ids: string[]) { |
| | | return deleteMyEntityNames(ids) |
| | | } |
| | | |
| | | /** |
| | | * æ·»å æ°æ® |
| | | * @param data |
| | | * @returns |
| | | */ |
| | | addMyEntityName(data: Record<string, any>) { |
| | | return addMyEntityName(data) |
| | | } |
| | | |
| | | /** |
| | | * å
é |
| | | * @param ids |
| | | * @returns |
| | | */ |
| | | cloneData(ids: string[]) { |
| | | return cloneData(ids) |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | import { |
| | | addMyEntityName, |
| | | getMyEntityName, |
| | | updateMyEntityName, |
| | | } from './Service/MyEntityNameDrawer' |
| | | import { useGlobalState } from '@/libs/Store/Store' |
| | | |
| | | export class MyEntityNameDrawer extends Base<{ [key: string]: any }> { |
| | | constructor() { |
| | | super({ |
| | | data: [], |
| | | myEntityName: {}, |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @param data |
| | | */ |
| | | async addMyEntityName(data: Record<string, any>) { |
| | | return addMyEntityName(data) |
| | | } |
| | | /** |
| | | * æ´æ° |
| | | * @param data |
| | | */ |
| | | async updateMyEntityName(id: string, data: Record<string, any>) { |
| | | return updateMyEntityName(id, data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | */ |
| | | async getMyEntityNameDetail(current: any, id?: string) { |
| | | return getMyEntityName(id || current?.id) |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | const request = Base.request |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @returns |
| | | */ |
| | | export const addMyEntityName = (data: any) => { |
| | | return request.post('/api/v1/myPluginName/myEntityName', data) |
| | | } |
| | | |
| | | /** |
| | | * æ¹éå é¤ |
| | | * @returns |
| | | */ |
| | | export const deleteMyEntityNames = (ids: string[]) => { |
| | | return request({ |
| | | data: ids, |
| | | url: '/api/v1/myPluginName/myEntityName', |
| | | method: 'delete', |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * å
é |
| | | * @returns |
| | | */ |
| | | export const cloneData = (data: any) => { |
| | | return request.post('/api/v1/myPluginName/myEntityName/clone', data) |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | const request = Base.request |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @returns |
| | | */ |
| | | export const addMyEntityName = (data: any) => { |
| | | return request.post('/api/v1/myPluginName/myEntityName', data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | * @returns |
| | | */ |
| | | export const getMyEntityName = (id: string) => { |
| | | return request.get(`/api/v1/myPluginName/myEntityName/${id}`) |
| | | } |
| | | |
| | | /** |
| | | * æ´æ° |
| | | * @returns |
| | | */ |
| | | export const updateMyEntityName = (id: string, data: Record<string, any>) => { |
| | | return request.put(`/api/v1/myPluginName/myEntityName/${id}`, data) |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .MyPluginName { |
| | | background-color: #fff; |
| | | border-radius: 5px 5px 0 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | border: 1px solid #dbdbdb; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { |
| | | Component, |
| | | DefineComponent, |
| | | defineComponent, |
| | | markRaw, |
| | | ref, |
| | | SetupContext, |
| | | onMounted, |
| | | } from 'vue' |
| | | import styles from './MyPluginName.module.scss' |
| | | // import MyEntityName from './Pages/MyEntityName/MyEntityName' |
| | | import Tab from '@/components/Tab/Tab' |
| | | import { useProvideModels } from '@/libs/Provider/app' |
| | | import { usePermission } from '@/libs/Permission/Permission' |
| | | import { permissionCodes } from '../enum' |
| | | import { ModuleType, TabItem } from '../type/Type' |
| | | import { getEntityNames } from '@/hooks/hook' |
| | | import TabPane from '@/components/Tab/TabPane' |
| | | |
| | | const Models: ModuleType = import.meta.glob('./config/*.json', { |
| | | eager: true, |
| | | }) |
| | | |
| | | const entityNames = getEntityNames(Models) |
| | | |
| | | export default defineComponent({ |
| | | name: 'MyPluginName', |
| | | |
| | | setup(props, ctx: SetupContext) { |
| | | useProvideModels() |
| | | usePermission(props, permissionCodes) |
| | | |
| | | const rf = ref<{ |
| | | [key: string]: any |
| | | }>({}) |
| | | |
| | | const tabData = ref<TabItem[]>([]) |
| | | |
| | | const onTabChange = (v: string) => { |
| | | rf.value?.[v]?.reloadList() |
| | | } |
| | | |
| | | const initTableData = async () => { |
| | | for (const i in entityNames) { |
| | | const name = entityNames[i] |
| | | const module = await import(`./Pages/${name}/${name}.tsx`) |
| | | const MyEntityName = markRaw(module.default) |
| | | tabData.value.push({ |
| | | label: name, |
| | | name, |
| | | component: MyEntityName, |
| | | }) |
| | | } |
| | | } |
| | | |
| | | initTableData() |
| | | |
| | | return () => { |
| | | return ( |
| | | <div class={styles.MyPluginName}> |
| | | <Tab data={tabData.value} type="list" onTab={onTabChange}> |
| | | {tabData.value.map((widgetInfo) => { |
| | | const Widget: any = widgetInfo.component |
| | | return ( |
| | | <TabPane label={widgetInfo.label} name={widgetInfo.name}> |
| | | <Widget |
| | | ref={(r: any) => (rf.value['MyEntityName'] = r)} |
| | | ></Widget> |
| | | </TabPane> |
| | | ) |
| | | })} |
| | | </Tab> |
| | | </div> |
| | | ) |
| | | } |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .drawer { |
| | | width: 800px; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { SetupContext, defineComponent } from 'vue' |
| | | import BaseDrawer from '@/components/BaseDrawer/BaseDrawer' |
| | | import styles from './MyEntityNameDrawer.module.scss' |
| | | import { useMyEntityNameDrawer } from '../../../../Controllers/MyEntityNameDrawer' |
| | | import DyForm from '@/components/DyForm/DyForm' |
| | | |
| | | // @ts-ignore |
| | | export default defineComponent<{ |
| | | [key: string]: any |
| | | }>({ |
| | | name: 'å¼¹çª', |
| | | props: { |
| | | modelValue: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | title: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | row: { |
| | | type: Object, |
| | | }, |
| | | sort: { |
| | | type: Number, |
| | | default: 0, |
| | | }, |
| | | }, |
| | | emits: ['update:modelValue', 'close', 'submit', 'confirm'], |
| | | setup(props: Record<string, any>, ctx: SetupContext) { |
| | | const { |
| | | onClose, |
| | | onConfirm, |
| | | onOpen, |
| | | formRef, |
| | | visible, |
| | | formItems, |
| | | formData, |
| | | } = useMyEntityNameDrawer(props, ctx) |
| | | return () => ( |
| | | <BaseDrawer |
| | | class={styles.drawer} |
| | | size="800px" |
| | | title={props.title || 'æ·»å '} |
| | | v-model={visible.value} |
| | | close-on-click-modal={true} |
| | | onConfirm={onConfirm} |
| | | onOpen={onOpen} |
| | | before-close={onClose} |
| | | onClose={onClose} |
| | | > |
| | | <DyForm |
| | | ref={formRef} |
| | | formData={formData.value} |
| | | labelWidth="106px" |
| | | formItemProps={formItems} |
| | | ></DyForm> |
| | | </BaseDrawer> |
| | | ) |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | export const columns = [ |
| | | { |
| | | type: 'seq', |
| | | width: 60, |
| | | title: 'åºå·', |
| | | }, |
| | | { |
| | | field: 'name', |
| | | title: 'åç§°', |
| | | }, |
| | | { |
| | | field: 'code', |
| | | title: 'ç¼å·', |
| | | }, |
| | | { |
| | | field: 'remark', |
| | | title: '夿³¨', |
| | | }, |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .myEntityNameContent { |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | .myEntityNameList { |
| | | width: 100%; |
| | | height: calc(100% - 70px); |
| | | } |
| | | .headerContent { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | height: 43px; |
| | | } |
| | | .header { |
| | | margin-bottom: 12px; |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | } |
| | | } |
| | | |
| | | .tagBox { |
| | | width: auto; |
| | | min-width: 80px; |
| | | height: 24px; |
| | | background: #ffffff; |
| | | border-radius: 19px 19px 19px 19px; |
| | | opacity: 1; |
| | | border: 1px dashed #bcc4cc; |
| | | width: 50px; |
| | | height: 20px; |
| | | font-size: 14px; |
| | | font-family: PingFang SC, PingFang SC; |
| | | font-weight: 400; |
| | | color: #5a84ff; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | // cursor: pointer; |
| | | } |
| | | |
| | | .group { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | |
| | | .groupTable { |
| | | width: 100%; |
| | | } |
| | | |
| | | .overBox { |
| | | width: 100%; |
| | | height: calc(100% - 20px); |
| | | overflow: auto; |
| | | :global(.cs-collapse-item__header) { |
| | | background-color: #f1f1f1; |
| | | padding: 0 20px; |
| | | height: 35px; |
| | | font-size: 16px; |
| | | font-family: PingFang SC, PingFang SC; |
| | | font-weight: 500; |
| | | } |
| | | :global(.cs-collapse-item__content) { |
| | | padding-bottom: 0px; |
| | | } |
| | | } |
| | | .groupHeader { |
| | | width: 100%; |
| | | height: 30px; |
| | | background: #ccc; |
| | | } |
| | | |
| | | .hideBlock { |
| | | display: none; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { defineComponent } from 'vue' |
| | | import type { Ref } from 'vue' |
| | | import BaseTable from '@/components/Table/Table' |
| | | import styles from './MyEntityName.module.scss' |
| | | import { useMyEntityName } from '../../../Controllers/MyEntityName' |
| | | import IconButton from '@/components/IconButton/IconButton' |
| | | import MyEntityNameDrawer from '../Dialog/MyEntityNameDrawer/MyEntityNameDrawer' |
| | | import Search from '@/components/Search/Search' |
| | | import { columns } from './Config' |
| | | import TdButton from '@/components/TdButton/TdButton' |
| | | import { vPermission } from '@/libs/Permission/Permission' |
| | | |
| | | interface RenderTableType { |
| | | url?: string |
| | | dataSource: Ref<any[]> |
| | | isDrag?: boolean |
| | | isChecked?: boolean |
| | | isHidePagination?: boolean |
| | | params?: Record<string, any> |
| | | autoHeight?: boolean |
| | | } |
| | | |
| | | export default defineComponent({ |
| | | name: 'MyEntityName', |
| | | directives: { |
| | | permission: vPermission, |
| | | }, |
| | | setup(props, ctx) { |
| | | const { |
| | | dataSource, |
| | | contextMenu, |
| | | dialogConfig, |
| | | tableRef, |
| | | current, |
| | | search, |
| | | sort, |
| | | headers, |
| | | onError, |
| | | onSearch, |
| | | onRowClick, |
| | | onConfirmMyEntityName, |
| | | onCheck, |
| | | onAddMyEntityName, |
| | | onExport, |
| | | openDetail, |
| | | onSuccess, |
| | | onBeforeUpload, |
| | | } = useMyEntityName(props, ctx) |
| | | |
| | | /** |
| | | * @returns è¡¨æ ¼ |
| | | */ |
| | | const RenderBaseTable = (props: RenderTableType) => { |
| | | const { |
| | | url, |
| | | dataSource, |
| | | isDrag, |
| | | isChecked, |
| | | isHidePagination, |
| | | params, |
| | | autoHeight, |
| | | } = props |
| | | |
| | | return ( |
| | | <div |
| | | class={{ |
| | | [styles.myEntityNameList]: true, |
| | | }} |
| | | > |
| | | <BaseTable |
| | | ref={tableRef} |
| | | url={url} |
| | | sortUrlTpl="/api/v1/myPluginName/myEntityName/{id}/adjustsort/{sort}" |
| | | v-model:dataSource={dataSource.value} |
| | | columns={columns} |
| | | contextMenu={contextMenu} |
| | | params={params} |
| | | isDrag={isDrag} |
| | | isChecked={isChecked} |
| | | autoHeight={autoHeight} |
| | | onCheck={onCheck} |
| | | onRowClick={onRowClick} |
| | | isHidePagination={isHidePagination} |
| | | pageSize={50} |
| | | v-slots={{ |
| | | name: ({ row }: any) => { |
| | | return row?.name ? ( |
| | | <TdButton |
| | | onClick={() => openDetail(row)} |
| | | text={<span style="color:#5a84ff">详æ
</span>} |
| | | icon="scale" |
| | | tip={row?.name} |
| | | hover |
| | | > |
| | | {row?.name} |
| | | </TdButton> |
| | | ) : ( |
| | | '-' |
| | | ) |
| | | }, |
| | | }} |
| | | ></BaseTable> |
| | | </div> |
| | | ) |
| | | } |
| | | return () => { |
| | | return ( |
| | | <div class={styles.myEntityNameContent}> |
| | | {/* æ·»å /ç¼è¾ */} |
| | | <MyEntityNameDrawer |
| | | v-model={dialogConfig.visible} |
| | | title={dialogConfig.title} |
| | | row={current.value} |
| | | sort={sort.value} |
| | | onConfirm={onConfirmMyEntityName} |
| | | /> |
| | | <div class={styles.headerContent}> |
| | | <div class={styles.header}> |
| | | <IconButton |
| | | v-permission="myEntityName-add" |
| | | icon="add-p" |
| | | onClick={onAddMyEntityName} |
| | | type="primary" |
| | | > |
| | | æ·»å |
| | | </IconButton> |
| | | <el-divider direction="vertical" /> |
| | | <el-upload |
| | | v-permission="myEntityName-import" |
| | | name="file" |
| | | accept=".xlsx,.xls,.csv" |
| | | show-file-list={false} |
| | | onError={onError} |
| | | onSuccess={onSuccess} |
| | | before-upload={onBeforeUpload} |
| | | headers={headers.value} |
| | | action="/api/v1/myPluginName/myEntityName/import" |
| | | > |
| | | <IconButton icon="in">导å
¥</IconButton> |
| | | </el-upload> |
| | | |
| | | <IconButton |
| | | v-permission="myEntityName-output" |
| | | icon="out" |
| | | onClick={onExport} |
| | | > |
| | | å¯¼åº |
| | | </IconButton> |
| | | </div> |
| | | <Search |
| | | placeholder="请è¾å
¥å
³é®å" |
| | | v-model={search.value} |
| | | onConfirm={onSearch} |
| | | style={{ marginTop: '-1px' }} |
| | | /> |
| | | </div> |
| | | <RenderBaseTable |
| | | url="/api/v1/myPluginName/myEntityName" |
| | | dataSource={dataSource} |
| | | isChecked={true} |
| | | isDrag={true} |
| | | /> |
| | | </div> |
| | | ) |
| | | } |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "name": "MyEntityName" |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | export interface TabType { |
| | | label: string |
| | | name: string |
| | | columns?: any[] |
| | | data?: any[] |
| | | isFooter: boolean |
| | | [key: string]: any |
| | | } |
| | | |
| | | export const permissionCodes = { |
| | | 'myEntityName-list': 'å表-å表', |
| | | 'myEntityName-add': 'å表-æ·»å ', |
| | | 'myEntityName-import': 'å表-导å
¥', |
| | | 'myEntityName-output': 'å表-è¾åº', |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import MyPluginName from "./Views/MyPluginName"; |
| | | import Setting from "@/components/Setting/Setting"; |
| | | import { provider } from "@/provider/index"; |
| | | import p from "../../assets/svg/p.svg"; |
| | | |
| | | export default { |
| | | is: "MyPluginName", |
| | | name: "MyPluginName", |
| | | category: "run", |
| | | icon: p, |
| | | authorizationRequired: false, |
| | | canvasView: provider(MyPluginName), |
| | | settingsView: Setting, |
| | | }; |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Component } from 'vue' |
| | | |
| | | export interface DataItemType { |
| | | id?: string |
| | | name?: string |
| | | code?: string |
| | | description?: string |
| | | label?: string |
| | | value?: string | number |
| | | } |
| | | |
| | | export interface MyEntityNameBaseType { |
| | | id?: string |
| | | name?: string |
| | | code?: string |
| | | value?: number |
| | | description?: string |
| | | options?: Array<DataItemType> |
| | | abilityValue?: number | string |
| | | data?: DataItemType |
| | | defaultValue?: string | number |
| | | flow: string |
| | | } |
| | | |
| | | export interface FlowDefinitionType { |
| | | id?: string |
| | | name?: string |
| | | code?: string |
| | | description?: string |
| | | } |
| | | |
| | | export type ModuleType = Record< |
| | | string, |
| | | { |
| | | default: Record<string, string> |
| | | name: string |
| | | } |
| | | > |
| | | |
| | | export interface TabItem { |
| | | name: string |
| | | label: string |
| | | component: Component |
| | | hidden?: boolean |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <!-- eslint-disable vue/no-mutating-props --> |
| | | <template> |
| | | <div class="Example"> |
| | | <h3>Example</h3> |
| | | <pre>{{ props.node.style }}</pre> |
| | | <div> |
| | | {{ props.text }} |
| | | </div> |
| | | <input v-model="props.node.style.width" /> |
| | | <button @click="props.node.style.width = '100px'">button</button> |
| | | </div> |
| | | </template> |
| | | |
| | | <script setup lang="ts"> |
| | | const $props = defineProps<{ |
| | | node: any |
| | | href?: string |
| | | text?: string |
| | | }>() |
| | | |
| | | const node = $props.node |
| | | const props = node.props |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .Example { |
| | | width: 100px; |
| | | height: 100px; |
| | | border: 1px solid #000; |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="OrderManagement"> |
| | | <Tab :data="headOptions" type="list" @Tab="changeTabFn" /> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import { defineComponent, ref, markRaw, shallowRef, computed } from 'vue' |
| | | import head from 'lodash/head' |
| | | import sdk from 'sdk' |
| | | const { models } = sdk |
| | | const { CanvasNode } = models |
| | | import OrderManagement from './views/order-management/index.vue' |
| | | import OrderRecords from './views/order-records/index.vue' |
| | | import { createProvider } from './hooks/use-permission' |
| | | import Tab from '@/components/Tab/Tab' |
| | | import { useEditionFeature } from '@/libs/Permission/Permission' |
| | | import { _t } from './app' |
| | | |
| | | export default defineComponent({ |
| | | name: 'å·¥åºç®¡ç', |
| | | components: { |
| | | OrderManagement, |
| | | OrderRecords, |
| | | Tab, |
| | | }, |
| | | props: { |
| | | node: CanvasNode, |
| | | }, |
| | | setup(props) { |
| | | useEditionFeature() |
| | | const changeTabFn = (type: any) => { |
| | | changeTab(type) |
| | | } |
| | | |
| | | const { permissionCodes, showTabs, initPermission, changeTab } = |
| | | createProvider(props) |
| | | initPermission() |
| | | const headOptions = shallowRef([ |
| | | { |
| | | label: 'å·¥å管ç', |
| | | name: 'OrderManagement', |
| | | component: markRaw(OrderManagement), |
| | | }, |
| | | { |
| | | label: 'å·¥åè®°å½', |
| | | name: 'OrderRecords', |
| | | component: markRaw(OrderRecords), |
| | | }, |
| | | ]) |
| | | |
| | | const headActive = ref(head(headOptions.value)?.name) |
| | | |
| | | const headMap = headOptions.value.reduce((acc, item) => { |
| | | // @ts-ignore |
| | | acc[item.name] = item.component |
| | | return acc |
| | | }, {}) |
| | | // @ts-ignore |
| | | const activeComponent = computed(() => headMap[headActive.value]) |
| | | |
| | | // @ts-ignore |
| | | const removeComponentsFromHeadOptions = (showTabs, headOptions) => { |
| | | // @ts-ignore |
| | | return headOptions.filter((option) => { |
| | | if (option.name === 'OrderManagement') |
| | | return showTabs.includes('Order-tabs-management') |
| | | else if (option.name === 'OrderRecords') |
| | | return showTabs.includes('Order-tabs-records') |
| | | else return false |
| | | }) |
| | | } |
| | | |
| | | headOptions.value = removeComponentsFromHeadOptions( |
| | | showTabs.value, |
| | | headOptions.value |
| | | ) |
| | | |
| | | return { |
| | | headOptions, |
| | | headActive, |
| | | activeComponent, |
| | | permissionCodes, |
| | | showTabs, |
| | | changeTabFn, |
| | | } |
| | | }, |
| | | }) |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | $borderRadius: 4px; |
| | | |
| | | .OrderManagement { |
| | | background-color: #fff; |
| | | border-radius: 5px 5px 0 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | border: 1px solid #dbdbdb; |
| | | } |
| | | |
| | | .head { |
| | | width: 100%; |
| | | height: 46px; |
| | | display: flex; |
| | | align-items: center; |
| | | padding: 0 16px; |
| | | background-color: #e8e8e8; |
| | | |
| | | &-item { |
| | | width: 128px; |
| | | height: 34px; |
| | | box-sizing: border-box; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | color: #666666; |
| | | cursor: pointer; |
| | | transition: all 0.3s; |
| | | font-size: 16px; |
| | | } |
| | | |
| | | &-active { |
| | | color: #5a84ff; |
| | | background-color: #fff; |
| | | border: 1px solid #cfcfcf; |
| | | border-radius: 4px; |
| | | transition: all 0.3s; |
| | | } |
| | | } |
| | | |
| | | .container-box { |
| | | height: auto; |
| | | box-sizing: border-box; |
| | | padding: 20px; |
| | | overflow-y: scroll; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .permission-btn { |
| | | position: absolute; |
| | | left: 50%; |
| | | top: 50%; |
| | | transform: translate(-50%, -50%); |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | // @ts-ignore |
| | | import sdk from 'sdk' |
| | | const { utils } = sdk |
| | | const { request } = utils |
| | | import omitBy from 'lodash/omitBy' |
| | | import isUndefined from 'lodash/isUndefined' |
| | | |
| | | // è·åå·¥èºè·¯çº¿ |
| | | export const getProcessList = (params: any) => { |
| | | const data = omitBy(params, isUndefined) |
| | | const query = new URLSearchParams(data).toString() |
| | | const str = query ? `?${query}` : '' |
| | | return request.get(`/api/v1/zc/processroute/page/route` + str) |
| | | } |
| | | |
| | | export const getSegments = (id: string) => { |
| | | return request.get(`/api/v1/ordermanagement/order/${id}/segments`) |
| | | } |
| | | |
| | | export const getSegmentsList = () => { |
| | | return request.get(`/api/v1/ordermanagement/order/segments`) |
| | | } |
| | | |
| | | /** |
| | | * è·åbom |
| | | * @param params |
| | | * @returns |
| | | */ |
| | | export const getBomList = (params: any) => { |
| | | const data = omitBy(params, isUndefined) |
| | | const query = new URLSearchParams(data).toString() |
| | | const str = query ? `?${query}` : '' |
| | | return request.get(`/api/v1/zc/bom/page` + str) |
| | | } |
| | | |
| | | /** |
| | | * è·ålot |
| | | * @param params |
| | | * @returns |
| | | */ |
| | | export const getLotList = (params: any) => { |
| | | const data = omitBy(params, isUndefined) |
| | | const query = new URLSearchParams(data).toString() |
| | | const str = query ? `?${query}` : '' |
| | | return request.get(`/api/v1/zc/order/lot/page` + str) |
| | | } |
| | | |
| | | /** |
| | | * æ´æ° |
| | | * @returns |
| | | */ |
| | | export const update = () => { |
| | | return request.get(`/api/v1/zc/order/update`) |
| | | } |
| | | |
| | | /** |
| | | * æ´æ°å·¥èºè·¯çº¿ |
| | | * @returns |
| | | */ |
| | | export const updateProcess = (OrderNumber: string) => { |
| | | return request.get(`/api/v1/zc/processroute/renew?OrderNumber=${OrderNumber}`) |
| | | } |
| | | |
| | | /** |
| | | * æ´æ°BOM |
| | | * @returns |
| | | */ |
| | | export const updateBom = (OrderNumber: string) => { |
| | | return request.get(`/api/v1/zc/bom/renew?OrderNumber=${OrderNumber}`) |
| | | } |
| | | |
| | | /** |
| | | * æ´æ°LOT |
| | | * @returns |
| | | */ |
| | | export const updateLot = (ordeR_ID: string) => { |
| | | return request.post(`/api/v1/zc/order/update/lot`, { |
| | | ordeR_ID, |
| | | }) |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | // @ts-ignore |
| | | import sdk from 'sdk' |
| | | const { utils } = sdk |
| | | const { request } = utils |
| | | import axios from 'axios' |
| | | |
| | | const requestByAxios = axios.create({}) |
| | | requestByAxios.interceptors.response.use( |
| | | function (response) { |
| | | return response |
| | | }, |
| | | function (error) { |
| | | return error.response.data |
| | | } |
| | | ) |
| | | import type { |
| | | IProductParams, |
| | | IProductTableList, |
| | | IProductOptionsResponse, |
| | | IProductParamsRequest, |
| | | IAbilityTypeResponse, |
| | | } from './product' |
| | | const NAME_SPACE = 'SCMS.AppSettings.FiledModel.OrderManagement' |
| | | export default { |
| | | getTableHead: () => { |
| | | return request({ |
| | | url: `api/v1/settingmanagement/setting?namePrefix=${NAME_SPACE}`, |
| | | method: 'get', |
| | | }) |
| | | }, |
| | | getTable: ({ |
| | | Filter, |
| | | StartTime, |
| | | FinishTime, |
| | | Status, |
| | | Sorting, |
| | | SkipCount, |
| | | MaxResultCount, |
| | | Product, |
| | | SegmentId, |
| | | }: IProductParams): Promise<IProductTableList> => { |
| | | const str = Product ? `&Product=${Product}` : '' |
| | | const segmentId = SegmentId ? `&SegmentId=${SegmentId}` : '' |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order?Filter=${Filter}&StartTime=${StartTime}&FinishTime=${FinishTime}&Status=${Status}&Sorting=${Sorting}&SkipCount=${SkipCount}&MaxResultCount=${MaxResultCount}${str}${segmentId}`, |
| | | method: 'get', |
| | | }) |
| | | }, |
| | | |
| | | // è·å产ååå·å表 |
| | | getModelOptions: ( |
| | | filter: string = '', |
| | | hasFormula: boolean = true, |
| | | includeFormula: boolean = false |
| | | ): Promise<IProductOptionsResponse[]> => { |
| | | return request({ |
| | | url: `/api/v1/messuite/query/product?filter=${filter}&hasFormula=${hasFormula}&includeFormula=${includeFormula}`, |
| | | method: 'get', |
| | | }) |
| | | }, |
| | | getModelOptionsNew: () => { |
| | | return request({ |
| | | url: `/api/v1/messuite/query/enumeration/ProductModel`, |
| | | method: 'get', |
| | | }) |
| | | }, |
| | | |
| | | // @ts-ignore |
| | | addOrder: (data) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order`, |
| | | method: 'post', |
| | | data, |
| | | }) |
| | | }, |
| | | // @ts-ignore |
| | | updateOrder: (data, id: string) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/${id}`, |
| | | method: 'put', |
| | | data, |
| | | }) |
| | | }, |
| | | |
| | | delOrder: (ids: string[]) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order`, |
| | | method: 'delete', |
| | | data: ids, |
| | | }) |
| | | }, |
| | | |
| | | getOrder: (id: string) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/${id}`, |
| | | method: 'get', |
| | | }) |
| | | }, |
| | | |
| | | // ä¸å |
| | | putDeliver: (id: string, data?: any, segmentId: string = null) => { |
| | | const deliverData: any = { |
| | | url: `/api/v1/ordermanagement/order/${id}/deliver?segmentId=${segmentId}`, |
| | | method: 'put', |
| | | } |
| | | if (data) { |
| | | deliverData.data = data |
| | | } |
| | | return request(deliverData) |
| | | }, |
| | | // æ¹æ¬¡æä¸å |
| | | batchPutDeliver: (ids: string[]) => { |
| | | const deliverData: any = { |
| | | url: `/api/v1/ordermanagement/order/batchdeliver`, |
| | | method: 'put', |
| | | data: ids, |
| | | } |
| | | return request(deliverData) |
| | | }, |
| | | // æå |
| | | putPause: (id: string, segmentId: string = null) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/${id}/pause?segmentId=${segmentId}`, |
| | | method: 'put', |
| | | }) |
| | | }, |
| | | // æ¹éæå |
| | | |
| | | batchPutPause: (ids: string[]) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/batchpause`, |
| | | method: 'put', |
| | | data: ids, |
| | | }) |
| | | }, |
| | | |
| | | // æ¤é |
| | | putRevoke: (id: string, segmentId: string = null) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/${id}/revoke?segmentId=${segmentId}`, |
| | | method: 'put', |
| | | }) |
| | | }, |
| | | // æ¤é |
| | | batchPutRevoke: (ids: string[]) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/batchrevoke`, |
| | | method: 'put', |
| | | data: ids, |
| | | }) |
| | | }, |
| | | |
| | | // ç»æ |
| | | putFinish: (id: string, finishReason: string, segmentId: string = null) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/${id}/finish?segmentId=${segmentId}`, |
| | | method: 'put', |
| | | data: { |
| | | finishReason, |
| | | }, |
| | | }) |
| | | }, |
| | | batchPutFinish: (ids: string[], finishReason: string) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/batchfinish`, |
| | | method: 'put', |
| | | data: { ids, finishReason }, |
| | | }) |
| | | }, |
| | | // 夿æ¥è¯¢ |
| | | getPrepare: (id: string) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/${id}/prepare`, |
| | | method: 'put', |
| | | }) |
| | | }, |
| | | |
| | | putComplete: (id: string, segmentId: string = null) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/${id}/complete?segmentId=${segmentId}`, |
| | | method: 'put', |
| | | }) |
| | | }, |
| | | batchPutComplete: (ids: string[]) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/batchcomplete`, |
| | | method: 'put', |
| | | data: ids, |
| | | }) |
| | | }, |
| | | |
| | | // æ¿æ´» |
| | | putPrepareActive: (id: string, segmentId: string = null) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/${id}/activate?segmentId=${segmentId}`, |
| | | method: 'put', |
| | | }) |
| | | }, |
| | | // æ¹éæ¿æ´» |
| | | batchPrepareActive: (ids: string[]) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/batchactivate`, |
| | | method: 'put', |
| | | data: ids, |
| | | }) |
| | | }, |
| | | |
| | | // |
| | | // æ´æ°ç©æç¶æ |
| | | putMaterial: (id: string) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/${id}/feeding`, |
| | | method: 'put', |
| | | }) |
| | | }, |
| | | |
| | | // æ´æ°å·¥å |
| | | putOrder: (id: string) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/${id}/feeding`, |
| | | method: 'put', |
| | | }) |
| | | }, |
| | | |
| | | // å¤æäº§åæ¯å¦åå¨ä¸éè¿ç弿ºç¹æ£ä»»å¡ |
| | | hasanyfailedinspectiontask: (id: string) => { |
| | | return request({ |
| | | url: `/api/v1/messuite/check/product/hasanyfailedinspectiontask?id=${id}`, |
| | | method: 'get', |
| | | }) |
| | | }, |
| | | exportOrder: ({ |
| | | Filter, |
| | | StartTime, |
| | | FinishTime, |
| | | Status, |
| | | Sorting, |
| | | SkipCount, |
| | | MaxResultCount, |
| | | }: IProductParams) => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/export?Filter=${Filter}&StartTime=${StartTime}&FinishTime=${FinishTime}&Status=${Status}&Sorting=${Sorting}&SkipCount=${SkipCount}&MaxResultCount=${MaxResultCount}`, |
| | | method: 'get', |
| | | responseType: 'blob', |
| | | }) |
| | | }, |
| | | // æåº |
| | | sortTable(id: string, index: number) { |
| | | return request({ |
| | | url: `api/v1/ordermanagement/order/${id}/adjustsort/${index}`, |
| | | method: 'put', |
| | | }) |
| | | }, |
| | | |
| | | // ä¸è½½æ¨¡ç |
| | | downloadTemplate() { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/download`, |
| | | method: 'get', |
| | | responseType: 'blob', |
| | | }) |
| | | }, |
| | | // @ts-ignore |
| | | postImport(file) { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/import`, |
| | | method: 'post', |
| | | data: file, |
| | | }) |
| | | }, |
| | | // è·åé
æ¹ä¿¡æ¯ |
| | | getFormula: (id: string) => { |
| | | return request({ |
| | | url: `/api/v1/messuite/query/formula?ProductIds=${[id]}`, |
| | | method: 'get', |
| | | }) |
| | | }, |
| | | // // æ¿æ´»å
¨é¨ä¿¡æ¯ |
| | | // active: (id?: string) => { |
| | | // const query = id ? `?id=${id}` : '' |
| | | // return request({ |
| | | // url: `/api/v1/zc/order/active${query}`, |
| | | // method: 'put', |
| | | // }) |
| | | // }, |
| | | // // å
¨é¨æåå
¨é¨ä¿¡æ¯ |
| | | // stop: (id?: string) => { |
| | | // const query = id ? `?id=${id}` : '' |
| | | // return request({ |
| | | // url: `/api/v1/zc/order/stop${query}`, |
| | | // method: 'put', |
| | | // }) |
| | | // }, |
| | | // å
¨é¨æå |
| | | allPutRevoke: () => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/pause`, |
| | | method: 'put', |
| | | }) |
| | | }, |
| | | // å
¨é¨æ¿æ´» |
| | | allPutPrepareActive: () => { |
| | | return request({ |
| | | url: `/api/v1/ordermanagement/order/activate`, |
| | | method: 'put', |
| | | }) |
| | | }, |
| | | /** |
| | | * æ´æ° |
| | | * @returns |
| | | */ |
| | | updateAll: (data: string[]) => { |
| | | return request.post(`/api/v1/zc/order/update`, data) |
| | | }, |
| | | /** |
| | | * è·åå·¥å |
| | | * @returns |
| | | */ |
| | | getOrderData: (code?: string) => { |
| | | code = code ? `?code=${code}` : '' |
| | | return request.get(`/api/v1/zc/order/get${code}`) |
| | | }, |
| | | /** |
| | | * éå¯å·¥å |
| | | * @returns |
| | | */ |
| | | restart: (data: any = {}) => { |
| | | let url = `/api/v1/zc/order/order/restart` |
| | | const method = 'get' |
| | | if (method === 'get') url += '?' + new URLSearchParams(data).toString() |
| | | return request({ url, method, data }) |
| | | }, |
| | | /** |
| | | * è·åå·¥å ä¸èµ°sdk |
| | | * @returns |
| | | */ |
| | | getOrderDataNotSdk: (code?: string) => { |
| | | code = code ? `?code=${code}` : '' |
| | | return requestByAxios.get(`/api/v1/zc/order/get${code}`) |
| | | }, |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | export interface IProductParams { |
| | | Filter?: string |
| | | StartTime?: string |
| | | FinishTime?: string |
| | | Status?: string |
| | | Sorting?: string |
| | | SkipCount?: string |
| | | MaxResultCount?: string |
| | | Product?: string |
| | | SegmentId?: string |
| | | } |
| | | |
| | | export interface IProductTableList { |
| | | items: IProductTableItem[] |
| | | totalCount: number |
| | | } |
| | | |
| | | export interface IProductTableItem { |
| | | id: string |
| | | code: string |
| | | productModel: string |
| | | planQty: string |
| | | qualifiedQty: string |
| | | shift: string |
| | | planStartTime: string |
| | | planFinishTime: string |
| | | status: number |
| | | segments: any[] |
| | | } |
| | | |
| | | export interface IProductParamsRequest { |
| | | model: string |
| | | name: string |
| | | code: string |
| | | supplier: string |
| | | remark: string |
| | | } |
| | | |
| | | export interface IAbilityTypeResponse { |
| | | text: string |
| | | value: string |
| | | } |
| | | |
| | | export interface IProductOptionsResponse { |
| | | id: string |
| | | model: string |
| | | name: string |
| | | remark: string |
| | | supplier: string |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { scope } from '@/libs/Language/Language' |
| | | |
| | | export const LanguageScopeKey = 'OrderManagement' |
| | | export const _t = scope(LanguageScopeKey) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="tipsPop"> |
| | | <div class="myDialog" id="myDialog"> |
| | | <div class="popHeader"> |
| | | <span class="iconfont icon-tishi2"></span> |
| | | <span>{{ _t('æç¤º') }}</span> |
| | | </div> |
| | | <div class="popContent"> |
| | | <div v-if="tipTextIcon" :class="`iconfont icon-${tipTextIcon}`"></div> |
| | | <div v-html="tipText"></div> |
| | | </div> |
| | | <div v-if="props.noCancel" class="popBtn"> |
| | | <div class="myBtn myBtn2" @click="handleClick('cancel')"> |
| | | {{ _t('ç¡®å®') }} |
| | | </div> |
| | | </div> |
| | | <div class="popBtn" v-else> |
| | | <div class="myBtn myBtn1" @click="handleClick('cancel')"> |
| | | {{ _t('åæ¶') }} |
| | | </div> |
| | | <div class="myBtn myBtn2" @click="handleClick('confirm')"> |
| | | {{ _t('ç¡®å®') }} |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts" setup> |
| | | import { _t } from '../../app' |
| | | |
| | | const props = defineProps({ |
| | | tipText: { |
| | | type: String, |
| | | required: true, |
| | | }, |
| | | tipTextIcon: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | noCancel: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | }) |
| | | const emit = defineEmits(['tipCallBack']) |
| | | |
| | | const handleClick = (str: string) => { |
| | | emit('tipCallBack', str) |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .tipsPop { |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | z-index: 101; |
| | | |
| | | .myDialog { |
| | | position: relative; |
| | | width: 440px; |
| | | height: fit-content; |
| | | min-height: 200px; |
| | | top: 40%; |
| | | transform: translateY(-50%); |
| | | margin: auto; |
| | | background: #fbfbfb; |
| | | box-shadow: 0px 0px 21px rgba(45, 46, 46, 0.43); |
| | | border-radius: 6px; |
| | | |
| | | .popHeader { |
| | | display: flex; |
| | | justify-items: flex-start; |
| | | padding-left: 15px; |
| | | box-sizing: border-box; |
| | | color: #35363b; |
| | | line-height: 42px; |
| | | width: 100%; |
| | | height: 42px; |
| | | background: #edeff0; |
| | | border-radius: 6px 6px 0px 0px; |
| | | opacity: 1; |
| | | font-size: 15px; |
| | | font-family: PingFang SC-Bold, PingFang SC; |
| | | font-weight: bold; |
| | | |
| | | .iconfont { |
| | | margin-right: 10px; |
| | | font-size: 20px; |
| | | color: #bebebe; |
| | | } |
| | | } |
| | | |
| | | .popContent { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | width: 78%; |
| | | margin: auto; |
| | | height: fit-content; |
| | | min-height: 110px; |
| | | padding: 30px; |
| | | word-break: break-word; |
| | | text-align: left; |
| | | box-sizing: border-box; |
| | | font-size: 16px; |
| | | font-family: PingFang SC-Regular, PingFang SC; |
| | | color: #333333; |
| | | |
| | | .iconfont { |
| | | margin-right: 10px; |
| | | font-size: 45px; |
| | | color: #ff5a5a; |
| | | } |
| | | } |
| | | |
| | | .popBtn { |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: flex-end; |
| | | padding-right: 16px; |
| | | padding-bottom: 16px; |
| | | box-sizing: border-box; |
| | | height: 50px; |
| | | font-size: 16px; |
| | | .myBtn { |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | width: 98px; |
| | | height: 26px; |
| | | border-radius: 3px 3px 3px 3px; |
| | | font-size: 14px; |
| | | font-family: PingFang SC-Regular, PingFang SC; |
| | | color: #666666; |
| | | cursor: pointer; |
| | | |
| | | &:hover { |
| | | opacity: 0.8; |
| | | } |
| | | } |
| | | .myBtn1 { |
| | | margin-right: 10px; |
| | | color: #666666; |
| | | background: #efeded; |
| | | border: 1px solid #cccccd; |
| | | } |
| | | |
| | | .myBtn2 { |
| | | color: #ffffff; |
| | | background: #5a84ff; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="variable"> |
| | | <div class="variable--title" :style="{ width: width }" v-show="title"> |
| | | {{ title }} |
| | | </div> |
| | | <el-input :model-value="modelValue" v-bind="combineAttrs($attrs, $props)"> |
| | | <template #append> |
| | | <div class="variable__icon" @click="handleButtonClick"> |
| | | <img |
| | | src="@/assets/images/variable.png" |
| | | style="width: 25px; height: 15px" |
| | | alt="" |
| | | /> |
| | | </div> |
| | | </template> |
| | | </el-input> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import { defineComponent } from 'vue' |
| | | import { omit } from 'lodash' |
| | | import sdk from 'sdk' |
| | | const { utils } = sdk |
| | | const { openVariableDialog } = utils |
| | | |
| | | export default defineComponent({ |
| | | name: 'VariableInput', |
| | | props: { |
| | | title: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | UUID: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | modelValue: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | config: { |
| | | type: Object, |
| | | default: () => ({}), |
| | | }, |
| | | width: { |
| | | type: String, |
| | | default: '80px', |
| | | }, |
| | | }, |
| | | setup(props) { |
| | | // const { variableList } = createInjector() |
| | | |
| | | const handleButtonClick = async () => { |
| | | // å¤çæé®ç¹å»äºä»¶ |
| | | const data = await openVariableDialog({ |
| | | isMultiple: false, |
| | | }) |
| | | const params = { |
| | | ...data, |
| | | value: data.name, |
| | | } |
| | | } |
| | | |
| | | const combineAttrs = ( |
| | | attrs: Record<string, unknown>, |
| | | props: Record<string, unknown>, |
| | | omitPropNames: Array<string> = [] |
| | | ) => { |
| | | const newObject = { ...attrs, ...props } |
| | | return omit(newObject, omitPropNames) |
| | | } |
| | | |
| | | return { |
| | | combineAttrs, |
| | | handleButtonClick, |
| | | } |
| | | }, |
| | | }) |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | .variable { |
| | | display: inline-flex; |
| | | align-items: center; |
| | | |
| | | &--title { |
| | | font-size: 14px; |
| | | font-weight: bold; |
| | | width: 80px; |
| | | overflow: hidden; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | &__icon { |
| | | cursor: pointer; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | padding: 10px 0; |
| | | margin-right: 8px; |
| | | } |
| | | |
| | | :deep .cs-input__inner { |
| | | height: 30px; |
| | | } |
| | | |
| | | :deep(.cs-input__wrapper) { |
| | | border: 1px solid var(--el-border-color); |
| | | border-right: none; |
| | | box-shadow: none; |
| | | } |
| | | |
| | | :deep(.cs-input-group__append) { |
| | | box-shadow: none; |
| | | border: 1px solid var(--el-border-color); |
| | | border-left: none; |
| | | background-color: #fff; |
| | | } |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { _t } from '../../app' |
| | | |
| | | export const processColumns = [ |
| | | { |
| | | title: _t('å·¥åºåºå·'), |
| | | field: 'oper', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: _t('å·¥èºè·¯çº¿çæ¬'), |
| | | field: 'floW_SEQ', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: _t('å·¥èºè·¯çº¿'), |
| | | field: 'flow', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: _t('å·¥åºæ åææ¬ç '), |
| | | field: 'oper', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: _t('å·¥åºåç§°'), |
| | | field: 'opeR_NAME', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: _t('åä¸å·¥åºææ¬ç '), |
| | | field: 'prE_OPER', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: _t('åä¸å·¥åºææ¬ç '), |
| | | field: 'nexT_OPER', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: _t('计åå¼å§æ¶é´'), |
| | | field: 'plaN_STAR_TIME', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: _t('计åç»ææ¶é´'), |
| | | field: 'plaN_END_TIME', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: _t('对åºä¸»å·¥èºè·¯çº¿'), |
| | | field: 'maiN_FLOW', |
| | | width: 150, |
| | | }, |
| | | ] |
| | | export const bomColumns = [ |
| | | { |
| | | title: _t('BOMç¼å·'), |
| | | field: 'boM_SET_ID', |
| | | }, |
| | | { |
| | | title: _t('ç©ææè¿°'), |
| | | field: 'maT_DESC', |
| | | }, |
| | | { |
| | | title: _t('æ°é'), |
| | | field: 'maT_QTY', |
| | | }, |
| | | { |
| | | title: _t('éè¦è¿½æº¯ä»¶'), |
| | | field: 'seriaL_INPUT_FLAG', |
| | | }, |
| | | { |
| | | title: _t('æå±å·¥åº'), |
| | | field: 'oper', |
| | | }, |
| | | ] |
| | | export const lotColumns = [ |
| | | { |
| | | title: _t('LOTå·'), |
| | | field: 'loT_ID', |
| | | }, |
| | | { |
| | | title: _t('LOTæè¿°'), |
| | | field: 'loT_DESC', |
| | | }, |
| | | { |
| | | title: _t('LOTç¶æ'), |
| | | field: 'loT_STATUS', |
| | | }, |
| | | { |
| | | title: _t('LOTç±»å'), |
| | | field: 'loT_TYPE', |
| | | }, |
| | | { |
| | | title: _t('åºåå·'), |
| | | field: 'subloT_ID', |
| | | }, |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div> |
| | | <Collapse :title="_t(title)" :status="status" style="margin-top: 12px"> |
| | | <template #header-left v-if="hasProductionLineStructure"> |
| | | <el-select |
| | | v-if="status != -2" |
| | | style="width: 140px; margin-left: 10px" |
| | | v-model="orderSegMap[status]" |
| | | @change="onChangeSegment" |
| | | > |
| | | <el-option :label="_t('å
¨é¨')" value=""></el-option> |
| | | <el-option |
| | | v-for="item in productionOptions" |
| | | :key="item?.value" |
| | | :label="item?.name" |
| | | :value="item?.value" |
| | | ></el-option> |
| | | </el-select> |
| | | </template> |
| | | <template #header-right> |
| | | <div class="header-right"> |
| | | <div |
| | | @click="onAction(ORDER_ACTIONS_STATUS.DOWNLOADTEMPLATE)" |
| | | class="export" |
| | | v-show="buttons.includes(ORDER_ACTIONS_STATUS.DOWNLOADTEMPLATE)" |
| | | > |
| | | {{ _t('å¯¼åºæ¨¡æ¿') }} |
| | | </div> |
| | | <el-upload |
| | | action="#" |
| | | accept=".xlsx" |
| | | :show-file-list="false" |
| | | :http-request="onImport" |
| | | v-show="buttons.includes(ORDER_ACTIONS_STATUS.UPLOAD)" |
| | | > |
| | | <div class="import">{{ _t('导å
¥') }}</div> |
| | | </el-upload> |
| | | |
| | | <div |
| | | @click="onAction(ORDER_ACTIONS_STATUS.DELIVER)" |
| | | class="deliver" |
| | | v-show="buttons.includes(ORDER_ACTIONS_STATUS.DELIVER)" |
| | | v-if="controlMode" |
| | | > |
| | | {{ _t('ä¸å') }} |
| | | </div> |
| | | |
| | | <div |
| | | @click="onAction(ORDER_ACTIONS_STATUS.ACTIVATION)" |
| | | class="edit" |
| | | v-show="buttons.includes(ORDER_ACTIONS_STATUS.ACTIVATION)" |
| | | > |
| | | {{ _t('æ¿æ´»') }} |
| | | </div> |
| | | <div |
| | | @click="onAction(ORDER_ACTIONS_STATUS.EDIT)" |
| | | class="delete" |
| | | v-show="buttons.includes(ORDER_ACTIONS_STATUS.EDIT)" |
| | | > |
| | | {{ _t('ç¼è¾') }} |
| | | </div> |
| | | <div |
| | | @click="onAction(ORDER_ACTIONS_STATUS.PAUSE)" |
| | | class="pause" |
| | | v-show="buttons.includes(ORDER_ACTIONS_STATUS.PAUSE)" |
| | | > |
| | | {{ _t('æå') }} |
| | | </div> |
| | | <div |
| | | @click="onAction(ORDER_ACTIONS_STATUS.REVOKE)" |
| | | class="delete" |
| | | v-show="buttons.includes(ORDER_ACTIONS_STATUS.REVOKE)" |
| | | > |
| | | {{ _t('æ¤é') }} |
| | | </div> |
| | | <div |
| | | @click="onAction(ORDER_ACTIONS_STATUS.COMPLTE)" |
| | | class="deliver" |
| | | v-show="buttons.includes(ORDER_ACTIONS_STATUS.COMPLTE)" |
| | | > |
| | | {{ _t('宿') }} |
| | | </div> |
| | | <div |
| | | @click="onAction(ORDER_ACTIONS_STATUS.FINISHED)" |
| | | class="finished" |
| | | v-show="buttons.includes(ORDER_ACTIONS_STATUS.FINISHED)" |
| | | > |
| | | {{ _t('ç»æ') }} |
| | | </div> |
| | | <div |
| | | @click="onAction(ORDER_ACTIONS_STATUS.DELETE)" |
| | | class="delete" |
| | | v-show="buttons.includes(ORDER_ACTIONS_STATUS.DELETE)" |
| | | > |
| | | {{ _t('å é¤') }} |
| | | </div> |
| | | </div> |
| | | </template> |
| | | <template #content> |
| | | <Table |
| | | ref="tableRef" |
| | | :total="total" |
| | | :pageSize="paginationConfig.pageSize" |
| | | v-model:dataSource="computedData" |
| | | :columns="columns" |
| | | :isSeq="true" |
| | | :isChecked="true" |
| | | maxHeight="330px" |
| | | id="id" |
| | | @page="onPage" |
| | | @check="handleSelectionChange" |
| | | > |
| | | <template |
| | | #[item.field]="{ row }" |
| | | :key="item.field" |
| | | v-for="item in columnsSlots" |
| | | > |
| | | <span v-if="item.field == 'productModel'">{{ |
| | | row.product.model || '-' |
| | | }}</span> |
| | | <span v-else>{{ |
| | | (item.formatter |
| | | ? item.formatter(row[item.field]) |
| | | : row.extraProperties[item.field] || row[item.field]) || '-' |
| | | }}</span> |
| | | </template> |
| | | <template #segments="{ row }" v-if="[1, 0, -1, -2].includes(status)"> |
| | | <Text :truncated="true" :title="currentSegment(row)">{{ |
| | | currentSegment(row) |
| | | }}</Text> |
| | | </template> |
| | | <template #actionSort="{ row, index }" v-if="!hiddenSort"> |
| | | <i |
| | | class="iconfont icon-shang2 sortClass" |
| | | :class="{ prohibit: index === 0 }" |
| | | @click="onSort(row, index, 'top')" |
| | | ></i> |
| | | <i |
| | | class="iconfont icon-xia2 sortClass" |
| | | :class="{ prohibit: index === tableData.length - 1 }" |
| | | @click="onSort(row, index, 'down')" |
| | | ></i> |
| | | </template> |
| | | </Table> |
| | | </template> |
| | | </Collapse> |
| | | <div style="width: 100%; height: 12px"></div> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts" setup> |
| | | import Collapse from '../collapse/index.vue' |
| | | import type { IProductTableItem } from '../../api/product' |
| | | import { ref, reactive, computed, watch } from 'vue' |
| | | import { useVModel } from '@vueuse/core' |
| | | import api from '../../api/product-setting' |
| | | import { createInjector } from '../../hooks/use-permission' |
| | | import sdk from 'sdk' |
| | | import Table from '@/components/Table/Table' |
| | | import Text from '@/components/Text/Text' |
| | | import { _t } from '../../app' |
| | | import { getEnum } from '../../enum' |
| | | import { useGlobalState } from '@/libs/Store/Store' |
| | | import { orderSegMap } from '../../state' |
| | | const { ORDER_ACTIONS_STATUS } = getEnum() |
| | | |
| | | const $props = defineProps<{ |
| | | modelValue: any[] |
| | | tableHead: any[] |
| | | title: string |
| | | status: number |
| | | total: number |
| | | hiddenSort?: boolean |
| | | buttons: string[] |
| | | isStartFlushList: boolean |
| | | }>() |
| | | |
| | | const emit = defineEmits(['onAction', 'page', 'emitSegment']) |
| | | const tableRef = ref<any>() |
| | | |
| | | const { isHasPermission } = createInjector() |
| | | const { systemConfig, productionLineList } = useGlobalState() |
| | | const productionOptions = computed(() => { |
| | | return productionLineList.state.value?.map((item) => { |
| | | return item |
| | | }) |
| | | }) |
| | | // 1èªå¨å±è½ï¼0æå¨ä¿ç |
| | | const controlMode = computed(() => { |
| | | const { ExecuteMode } = systemConfig.state.value |
| | | return ExecuteMode == '0' && $props.status == 0 |
| | | }) |
| | | /** |
| | | * 产线段 |
| | | */ |
| | | const hasProductionLineStructure = computed(() => { |
| | | const { ProductionLineStructure } = systemConfig.state.value |
| | | return ProductionLineStructure == 1 |
| | | }) |
| | | |
| | | const tableSelectList = ref<IProductTableItem[]>([]) |
| | | const tableData: any = useVModel($props) |
| | | const computedData: any = computed(() => { |
| | | let _list = tableData.value.map((item: any, idx: number) => ({ |
| | | ...item, |
| | | seq: |
| | | (paginationConfig.currentPage - 1) * paginationConfig.pageSize + idx + 1, |
| | | })) |
| | | return _list |
| | | }) |
| | | |
| | | const columns = computed(() => { |
| | | const data = $props.tableHead.map((item: any) => { |
| | | return { |
| | | ...item, |
| | | title: item.label, |
| | | field: item.prop, |
| | | } |
| | | }) |
| | | // 注æä¸è¦ç¨ä¸æåä½ä¸ºå¤æ |
| | | return $props.title == _t('ç产ä¸') |
| | | ? [{ title: _t('åºå·'), field: 'seq', type: 'seq' }, ...data] |
| | | : [ |
| | | { title: _t('åºå·'), field: 'seq', type: 'seq' }, |
| | | { |
| | | title: _t('æåº'), |
| | | field: 'actionSort', |
| | | }, |
| | | ...data, |
| | | ] |
| | | }) |
| | | |
| | | /** |
| | | * |
| | | * è¿æ»¤actionSort |
| | | **/ |
| | | const columnsSlots = computed(() => { |
| | | return columns.value.filter((item: any) => { |
| | | return item.field !== 'actionSort' |
| | | }) |
| | | }) |
| | | |
| | | const currentSegment = computed(() => { |
| | | return (row: Record<string, any>) => { |
| | | const text = row?.segments |
| | | ?.map((v: { segmentName: string; segmentId: string }) => { |
| | | return v.segmentName |
| | | }) |
| | | .join(',') |
| | | return text |
| | | } |
| | | }) |
| | | |
| | | const onChangeSegment = () => { |
| | | emit('emitSegment', { |
| | | status: $props.status, |
| | | id: orderSegMap.value[$props.status], |
| | | }) |
| | | } |
| | | |
| | | const onSort = ( |
| | | row: IProductTableItem, |
| | | index: number, |
| | | type: 'top' | 'down' |
| | | ) => { |
| | | if (!isHasPermission('OrderManagement-actions-sort')) { |
| | | return |
| | | } |
| | | |
| | | if (type === 'top') { |
| | | if (index === 0) { |
| | | throw new Error(_t('å·²ç»æ¯ç¬¬ä¸ä½ï¼æ æ³ååä¸è°æ´æåº')) |
| | | } |
| | | |
| | | const temp = tableData.value[index - 1] |
| | | tableData.value[index - 1] = row |
| | | tableData.value[index] = temp |
| | | } else if (type === 'down') { |
| | | if (index === tableData.value.length - 1) { |
| | | throw new Error(_t('å·²ç»æ¯æåä¸ä½ï¼æ æ³ååä¸è°æ´æåº')) |
| | | } |
| | | |
| | | const temp = tableData.value[index + 1] |
| | | tableData.value[index + 1] = row |
| | | tableData.value[index] = temp |
| | | |
| | | // å端sort ä»1å¼å§è®¡ç®ï¼æ
+1ï¼ä¸ç§»åå½ååºå·æ°+1ï¼æ
+2 |
| | | index = index + 2 |
| | | } |
| | | |
| | | const { id } = row |
| | | |
| | | api.sortTable(id, index) |
| | | } |
| | | |
| | | const handleSelectionChange = (val: IProductTableItem[]) => { |
| | | tableSelectList.value = val |
| | | } |
| | | |
| | | // å页é
ç½® |
| | | const paginationConfig = reactive<{ |
| | | pageSize: number |
| | | currentPage: number |
| | | total: number |
| | | }>({ |
| | | pageSize: 10, // Xæ¡/页 |
| | | currentPage: 1, // å½å第X页 |
| | | total: 0, // æ»å
±X页 |
| | | }) |
| | | |
| | | const onAction = (type: string) => { |
| | | emit('onAction', { |
| | | type, |
| | | data: { |
| | | tableSelectList: tableSelectList.value, |
| | | }, |
| | | status: $props.status, |
| | | }) |
| | | } |
| | | const onImport = (file: any) => { |
| | | emit('onAction', { |
| | | type: ORDER_ACTIONS_STATUS.UPLOAD, |
| | | data: file, |
| | | status: $props.status, |
| | | }) |
| | | } |
| | | const onPage = (current: number) => { |
| | | paginationConfig.currentPage = current |
| | | emit('page', { |
| | | currentPage: paginationConfig.currentPage, |
| | | status: $props.status, |
| | | segment: orderSegMap.value[$props.status], |
| | | }) |
| | | } |
| | | const onClearAll = () => { |
| | | tableRef.value?.resetTable() |
| | | } |
| | | watch(tableData, () => { |
| | | if (!$props.isStartFlushList) { |
| | | onClearAll() |
| | | } |
| | | }) |
| | | |
| | | defineExpose({ |
| | | onClearAll, |
| | | status: () => $props.status, |
| | | }) |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .sortClass { |
| | | border-radius: 50%; |
| | | color: #fff; |
| | | border: 1px solid #c7c9cc; |
| | | background-color: #c7c9cc; |
| | | padding: 3px; |
| | | font-size: 14px; |
| | | cursor: pointer; |
| | | width: 20px; |
| | | display: flex; |
| | | height: 20px; |
| | | justify-content: center; |
| | | align-items: center; |
| | | flex-shrink: 0; |
| | | &:last-child { |
| | | margin-left: 8px; |
| | | } |
| | | |
| | | &:hover { |
| | | background: #5a84ff; |
| | | border: 1px solid #5a84ff; |
| | | } |
| | | } |
| | | |
| | | .prohibit { |
| | | cursor: no-drop; |
| | | |
| | | &:hover { |
| | | border: 1px solid #c7c9cc; |
| | | background-color: #c7c9cc; |
| | | } |
| | | } |
| | | |
| | | .header-right { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: flex-end; |
| | | } |
| | | |
| | | .import { |
| | | width: 65px; |
| | | height: 32px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-left: 10px; |
| | | border-radius: 6px 6px 6px 6px; |
| | | background-color: #ff9800; |
| | | border-color: #ff9800; |
| | | color: #fff; |
| | | cursor: pointer; |
| | | |
| | | &:hover { |
| | | opacity: 0.8; |
| | | } |
| | | |
| | | &.is-disabled { |
| | | background-color: #c2c2c2; |
| | | border-color: #d7d7d7; |
| | | color: #676767; |
| | | } |
| | | } |
| | | |
| | | .export { |
| | | min-width: 80px; |
| | | padding: 0 5px; |
| | | height: 32px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-left: 10px; |
| | | border-radius: 6px 6px 6px 6px; |
| | | background-color: #35a020; |
| | | border-color: #35a020; |
| | | color: #fff; |
| | | cursor: pointer; |
| | | |
| | | &:hover { |
| | | opacity: 0.8; |
| | | } |
| | | |
| | | &.is-disabled { |
| | | background-color: #c2c2c2; |
| | | border-color: #d7d7d7; |
| | | color: #676767; |
| | | } |
| | | } |
| | | |
| | | .deliver, |
| | | .activation { |
| | | min-width: 65px; |
| | | height: 32px; |
| | | padding: 0 5px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-left: 10px; |
| | | border-radius: 6px 6px 6px 6px; |
| | | background-color: #03b982; |
| | | border-color: #03b982; |
| | | color: #fff; |
| | | cursor: pointer; |
| | | |
| | | &:hover { |
| | | opacity: 0.8; |
| | | } |
| | | |
| | | &.is-disabled { |
| | | background-color: #c2c2c2; |
| | | border-color: #d7d7d7; |
| | | color: #676767; |
| | | } |
| | | } |
| | | |
| | | .pause { |
| | | width: 65px; |
| | | height: 32px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | border-radius: 6px 6px 6px 6px; |
| | | margin-left: 10px; |
| | | cursor: pointer; |
| | | background-color: #f3b367; |
| | | border-color: #f3b367; |
| | | color: #fff; |
| | | |
| | | &:hover { |
| | | background-color: #fff; |
| | | border-color: #e0e1e7; |
| | | color: #333; |
| | | } |
| | | |
| | | &.is-disabled { |
| | | background-color: #c2c2c2; |
| | | border-color: #d7d7d7; |
| | | color: #676767; |
| | | } |
| | | } |
| | | |
| | | .delete { |
| | | width: 65px; |
| | | height: 32px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | border-radius: 6px 6px 6px 6px; |
| | | margin-left: 10px; |
| | | cursor: pointer; |
| | | background-color: rgba(255, 255, 255, 0.9); |
| | | border: 1px solid #c8c8c8; |
| | | color: #35363b; |
| | | |
| | | &:hover { |
| | | opacity: 0.8; |
| | | } |
| | | |
| | | &.is-disabled { |
| | | background-color: #c2c2c2; |
| | | border: 1px solid #d7d7d7; |
| | | color: #676767; |
| | | } |
| | | } |
| | | |
| | | .finished { |
| | | width: 65px; |
| | | height: 32px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | border-radius: 6px 6px 6px 6px; |
| | | margin-left: 10px; |
| | | cursor: pointer; |
| | | background-color: #e57a74; |
| | | border-color: #e57a74; |
| | | color: #fff; |
| | | |
| | | &:hover { |
| | | opacity: 0.8; |
| | | } |
| | | |
| | | &.is-disabled { |
| | | background-color: #c2c2c2; |
| | | border-color: #d7d7d7; |
| | | color: #676767; |
| | | } |
| | | } |
| | | |
| | | .edit, |
| | | .complete, |
| | | .revoke { |
| | | min-width: 65px; |
| | | padding: 0 5px; |
| | | height: 32px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | border-radius: 6px 6px 6px 6px; |
| | | margin-left: 10px; |
| | | cursor: pointer; |
| | | background-color: #6384f6; |
| | | border-color: #6384f6; |
| | | color: #fff; |
| | | |
| | | &:hover { |
| | | opacity: 0.8; |
| | | } |
| | | |
| | | &.is-disabled { |
| | | background-color: #c2c2c2; |
| | | border-color: #d7d7d7; |
| | | color: #676767; |
| | | } |
| | | } |
| | | |
| | | :deep(.el-table .cell) { |
| | | padding-left: 10px; |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="collapse" :class="{ collapsed: isCollapsed }"> |
| | | <div class="header"> |
| | | <div class="header-left" @click="toggleCollapse"> |
| | | <transition name="icon"> |
| | | <div :class="['icon', themeClass]" :key="'isCollapsed'"> |
| | | <span v-if="isCollapsed" class="triangle right"></span> |
| | | <span v-else class="triangle"></span> |
| | | </div> |
| | | </transition> |
| | | <div :class="['text', themeClass]">{{ $props.title }}</div> |
| | | <div> |
| | | <slot name="header-left"></slot> |
| | | </div> |
| | | </div> |
| | | <div class="header-right"> |
| | | <slot name="header-right"></slot> |
| | | </div> |
| | | </div> |
| | | <transition name="collapse"> |
| | | <div class="content" v-if="!isCollapsed"> |
| | | <slot name="content"></slot> |
| | | </div> |
| | | </transition> |
| | | <div class="slot"> |
| | | <slot></slot> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts" setup> |
| | | import { ref, computed } from 'vue' |
| | | // import { ORDER_STATUS } from '../../enum' |
| | | import { getEnum } from '../../enum' |
| | | const { ORDER_STATUS } = getEnum() |
| | | const $props = defineProps<{ |
| | | title: string |
| | | status: number |
| | | }>() |
| | | |
| | | const THEME_MAP = { |
| | | [ORDER_STATUS.PRODUCTION]: 'PRODUCTION', |
| | | [ORDER_STATUS.PRODUCED]: 'PRODUCED', |
| | | [ORDER_STATUS.PAUSED]: 'PAUSED', |
| | | [ORDER_STATUS.NOT_ACTIVE]: 'NOT_ACTIVE', |
| | | } |
| | | |
| | | const isCollapsed = ref(false) |
| | | |
| | | const themeClass = computed(() => THEME_MAP[$props.status]) |
| | | |
| | | const toggleCollapse = () => { |
| | | isCollapsed.value = !isCollapsed.value |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .collapse { |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .header { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | padding-right: 10px; |
| | | background-color: #f1f1f1; |
| | | font-size: 16px; |
| | | font-weight: bold; |
| | | border-radius: 12px 12px 0 0; |
| | | overflow: hidden; |
| | | } |
| | | .header-left { |
| | | display: flex; |
| | | align-items: center; |
| | | padding: 10px; |
| | | background-color: #f1f1f1; |
| | | cursor: pointer; |
| | | font-weight: bold; |
| | | } |
| | | |
| | | .icon { |
| | | width: 20px; |
| | | height: 20px; |
| | | line-height: 1; |
| | | border-radius: 50%; |
| | | text-align: center; |
| | | margin-right: 5px; |
| | | font-weight: bold; |
| | | } |
| | | |
| | | .content { |
| | | background-color: #ffffff; |
| | | } |
| | | .triangle { |
| | | display: inline-block; |
| | | width: 0; |
| | | height: 0; |
| | | border-style: solid; |
| | | border-width: 5px 5px 0 5px; |
| | | border-color: #fff transparent transparent transparent; |
| | | } |
| | | |
| | | .right { |
| | | transform: rotate(270deg); |
| | | position: relative; |
| | | top: -1px; |
| | | right: -1px; |
| | | } |
| | | |
| | | .PRODUCTION { |
| | | &.icon { |
| | | background-color: #426aeb; |
| | | } |
| | | &.text { |
| | | color: #426aeb; |
| | | } |
| | | } |
| | | .PRODUCED { |
| | | &.icon { |
| | | background-color: #f3b666; |
| | | } |
| | | &.text { |
| | | color: #f3b666; |
| | | } |
| | | } |
| | | .PAUSED { |
| | | &.icon { |
| | | background-color: #ea7a76; |
| | | } |
| | | &.text { |
| | | color: #ea7a76; |
| | | } |
| | | } |
| | | .NOT_ACTIVE { |
| | | &.icon { |
| | | background-color: #737373; |
| | | } |
| | | &.text { |
| | | color: #737373; |
| | | } |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="customFormItem"> |
| | | <div |
| | | v-if="showLabel" |
| | | class="label" |
| | | :style="{ width: labelWidth || 'auto' }" |
| | | > |
| | | <span v-if="!showToolTip" ref="contentRef" class="label-content">{{ |
| | | label |
| | | }}</span> |
| | | <el-tooltip |
| | | v-else |
| | | class="box-item" |
| | | effect="dark" |
| | | :content="showToolTip ? label : ''" |
| | | > |
| | | <span class="label-content" ref="contentRef">{{ label }}</span> |
| | | </el-tooltip> |
| | | </div> |
| | | <div class="content"> |
| | | <div v-if="isReadOnly" :style="{ width: inputWidth || 'auto' }"> |
| | | {{ readOnlyLabel }} |
| | | </div> |
| | | <div v-else-if="($props.source = 'productForm')"> |
| | | <component |
| | | :is="componentName" |
| | | v-model="value" |
| | | v-bind="combineAttrs($attrs, $props)" |
| | | class="fix-input-style fix-datetime-picker productForm-picker" |
| | | format="YYYY-MM-DD HH:mm" |
| | | date-format="YYYY-MM-DD" |
| | | time-format="HH:mm" |
| | | popper-class="light-datetime-picker productForm-picker" |
| | | :style="{ width: inputWidth || 'auto' }" |
| | | > |
| | | <slot></slot> |
| | | </component> |
| | | </div> |
| | | <div v-else> |
| | | <component |
| | | :is="componentName" |
| | | v-model="value" |
| | | v-bind="combineAttrs($attrs, $props)" |
| | | class="fix-input-style fix-datetime-picker" |
| | | popper-class="light-datetime-picker" |
| | | :style="{ width: inputWidth || 'auto' }" |
| | | > |
| | | <slot></slot> |
| | | </component> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import { PropType, defineComponent, computed, ref, onMounted } from 'vue' |
| | | import { isFunction, omit } from 'lodash' |
| | | import { useVModel } from '@vueuse/core' |
| | | import { ElInput, ElSelect, ElDatePicker } from 'element-plus' |
| | | |
| | | export default defineComponent({ |
| | | name: 'CustomFormItem', |
| | | components: { ElInput, ElSelect, ElDatePicker }, |
| | | props: { |
| | | showLabel: { |
| | | type: Boolean, |
| | | default: true, |
| | | }, |
| | | label: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | componentName: { |
| | | type: [String, Object] as PropType< |
| | | string | ReturnType<typeof defineComponent> |
| | | >, |
| | | default: '', |
| | | }, |
| | | isReadOnly: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | formatter: { |
| | | type: [null, Function] as PropType<(...args: any[]) => void | null>, |
| | | default: null, |
| | | }, |
| | | modelValue: { |
| | | type: [String, Number, Array, Date], |
| | | default: '', |
| | | }, |
| | | labelWidth: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | inputWidth: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | source: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | }, |
| | | |
| | | setup(props) { |
| | | const value = useVModel(props) |
| | | const showToolTip = ref(true) |
| | | const contentRef = ref() |
| | | |
| | | // åªè¯»ç¶æä¸è¿åä¸ä¸ªformatter 彿°æ¥å¤çæ°æ® |
| | | const readOnlyLabel = computed(() => { |
| | | if (props.isReadOnly && isFunction(props.formatter)) { |
| | | return props.formatter(value) |
| | | } |
| | | |
| | | return value |
| | | }) |
| | | |
| | | onMounted(() => { |
| | | try { |
| | | const offerWidth = contentRef.value.offsetWidth |
| | | const BASE_WIDTH = 80 |
| | | |
| | | showToolTip.value = offerWidth > BASE_WIDTH |
| | | } catch (error) { |
| | | console.log(error) |
| | | } |
| | | }) |
| | | |
| | | const combineAttrs = ( |
| | | attrs: Record<string, unknown>, |
| | | props: Record<string, unknown>, |
| | | omitPropNames: Array<string> = [] |
| | | ) => { |
| | | const newObject = { ...attrs, ...props } |
| | | return omit(newObject, omitPropNames) |
| | | } |
| | | |
| | | return { value, readOnlyLabel, contentRef, showToolTip, combineAttrs } |
| | | }, |
| | | }) |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | @import '../../styles/common.scss'; |
| | | |
| | | .customFormItem { |
| | | display: inline-flex; |
| | | align-items: center; |
| | | .label { |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | |
| | | &-content { |
| | | width: 100%; |
| | | color: #666; |
| | | white-space: nowrap; |
| | | } |
| | | } |
| | | |
| | | .content { |
| | | margin-left: 10px; |
| | | |
| | | :deep(.cs-select) { |
| | | width: 100%; |
| | | } |
| | | |
| | | :deep(.cs-date-editor.cs-input) { |
| | | width: 100%; |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | <style lang="scss" scoped> |
| | | @import '../../styles/common.scss'; |
| | | </style> |
| | | <style lang="scss"> |
| | | // .productForm-picker { |
| | | // .cs-time-spinner { |
| | | // .cs-scrollbar { |
| | | // width: 50%; |
| | | // } |
| | | |
| | | // .cs-scrollbar:nth-child(3) { |
| | | // display: none; |
| | | // } |
| | | // } |
| | | |
| | | // } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="customFormLayout"> |
| | | <slot /> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import { defineComponent } from 'vue' |
| | | |
| | | export default defineComponent({ |
| | | name: 'CustomFormLayout', |
| | | |
| | | setup() { |
| | | return {} |
| | | }, |
| | | }) |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .customFormLayout { |
| | | width: 100%; |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="head-tag"> |
| | | {{ title }} |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import { defineComponent } from 'vue' |
| | | |
| | | export default defineComponent({ |
| | | name: 'HeadTag', |
| | | props: { |
| | | title: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | }, |
| | | setup() { |
| | | return {} |
| | | }, |
| | | }) |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .head-tag { |
| | | width: 74px; |
| | | height: 26px; |
| | | line-height: 26px; |
| | | text-align: center; |
| | | background: #f3f3f3; |
| | | border-radius: 0px 0px 0px 0px; |
| | | opacity: 1; |
| | | font-size: 14px; |
| | | color: #333333; |
| | | font-weight: bold; |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="head-title"> |
| | | <!-- <img src="@/assets/images/title-icon.png" alt="" /> --> |
| | | <div class="icon"></div> |
| | | <span>{{ title }}</span> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import { defineComponent } from 'vue' |
| | | |
| | | export default defineComponent({ |
| | | name: 'HeadTitle', |
| | | |
| | | props: { |
| | | title: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | }, |
| | | |
| | | setup() { |
| | | return {} |
| | | }, |
| | | }) |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .head-title { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | img { |
| | | width: 22px; |
| | | height: 22px; |
| | | } |
| | | |
| | | span { |
| | | margin-left: 8px; |
| | | color: #333333; |
| | | } |
| | | |
| | | .icon { |
| | | width: 22px; |
| | | height: 22px; |
| | | background-image: url(../../../../assets/svg/peifangguanli.svg); |
| | | background-size: 22px 22px; |
| | | } |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <BaseDialog |
| | | :title="_t('è·åå·¥å')" |
| | | v-model="visible" |
| | | width="440px" |
| | | destroy-on-close |
| | | @open="onOpen" |
| | | @close="onClose" |
| | | @confirm="onConfirm" |
| | | > |
| | | <div class="order-content"> |
| | | <el-input |
| | | :placeholder="_t('è¾å
¥è®¢åå·æäº§åLOT ID')" |
| | | v-model="order" |
| | | ></el-input> |
| | | </div> |
| | | </BaseDialog> |
| | | </template> |
| | | |
| | | <script setup lang="ts"> |
| | | import { _t } from '../../app' |
| | | |
| | | import BaseDialog from '@/components/BaseDialog/index.vue' |
| | | import { ElMessage } from 'element-plus' |
| | | import { computed, ref } from 'vue' |
| | | import api from '../../api/product-setting' |
| | | import { Warning } from 'postcss' |
| | | |
| | | const props = defineProps<{ |
| | | modelValue: boolean |
| | | }>() |
| | | const emit = defineEmits(['update:modelValue', 'order']) |
| | | |
| | | const order = ref('') |
| | | |
| | | const visible = computed({ |
| | | get() { |
| | | return props.modelValue |
| | | }, |
| | | set(v) { |
| | | emit('update:modelValue', v) |
| | | }, |
| | | }) |
| | | |
| | | const onOpen = () => { |
| | | order.value = '' |
| | | } |
| | | |
| | | const onClose = () => { |
| | | visible.value = false |
| | | } |
| | | |
| | | const onConfirm = async () => { |
| | | // è·åå·¥å |
| | | if (!order.value) return ElMessage.warning(_t('请è¾å
¥è®¢åå·æäº§åLOT ID')) |
| | | emit('order', order.value) |
| | | onClose() |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | .order-content { |
| | | padding: 20px 0; |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="pagination-content"> |
| | | <span class="info"> |
| | | {{ _t('å
±') }}{{ total }}{{ _t('æ¡è®°å½') }} {{ _t('å½å第') }}{{ pageNum |
| | | }}{{ _t('页') }} {{ _t('å
±') }}{{ totalNum }}{{ _t('页') }} {{ _t('æ¯é¡µ') |
| | | }}{{ pageSize }}{{ _t('æ¡è®°å½') }} |
| | | </span> |
| | | <div class="pagination"> |
| | | <div class="without-pagination"> |
| | | <el-pagination |
| | | layout="prev, pager, next" |
| | | :total="total" |
| | | size="small" |
| | | :page-size="pageSize" |
| | | v-model:current-page="pageNum" |
| | | @current-change="onCurrentChange" |
| | | /> |
| | | </div> |
| | | <div class="numb"> |
| | | {{ _t('第') }} |
| | | <el-input-number |
| | | @change="onChange" |
| | | :min="1" |
| | | :controls="false" |
| | | :max="max" |
| | | v-model="pageNum" |
| | | controls-position="right" |
| | | style="width: 58px; height: 30px" |
| | | /> |
| | | {{ _t('页') }} |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts" setup> |
| | | import { _t } from '@/libs/Language/Language' |
| | | import { computed, ref } from 'vue' |
| | | |
| | | const props = defineProps<{ |
| | | pageSize: number |
| | | total: number |
| | | }>() |
| | | const pageNum = ref(1) |
| | | const totalNum = computed(() => |
| | | props.total ? Math.ceil(props.total / props.pageSize) : 1 |
| | | ) |
| | | const emit = defineEmits(['check', 'sort', 'page']) |
| | | |
| | | const onChange = () => { |
| | | onCurrentChange(Number(pageNum.value)) |
| | | } |
| | | |
| | | const max = computed(() => { |
| | | if (props.total && props.pageSize) { |
| | | return Math.ceil(props.total / props.pageSize) |
| | | } |
| | | return 1 |
| | | }) |
| | | |
| | | const onCurrentChange = (current: number) => { |
| | | pageNum.value = current |
| | | emit('page', current) |
| | | } |
| | | </script> |
| | | <style scoped lang="scss"> |
| | | .pagination-content { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | padding-right: 21px; |
| | | height: 50px; |
| | | .pagination { |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | :deep(.cs-pager) { |
| | | .number { |
| | | width: 28px !important; |
| | | height: 30px; |
| | | background: #ffffff; |
| | | border-radius: 2px 2px 2px 2px; |
| | | opacity: 1; |
| | | border: 1px solid #dde0e4; |
| | | color: #333; |
| | | } |
| | | .is-active { |
| | | width: 28px !important; |
| | | height: 30px; |
| | | background: #262626; |
| | | border-radius: 2px 2px 2px 2px; |
| | | opacity: 1; |
| | | border: 1px solid #dde0e4; |
| | | font-size: 14px; |
| | | font-weight: bold; |
| | | color: #ffffff; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .info { |
| | | width: 300px; |
| | | height: 20px; |
| | | font-size: 14px; |
| | | font-weight: 400; |
| | | color: #333333; |
| | | } |
| | | .numb { |
| | | margin-left: 10px; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | width: 100px; |
| | | font-size: 14px; |
| | | font-weight: bold; |
| | | color: #333333; |
| | | :deep(.cs-input__inner) { |
| | | background-color: #fff !important; |
| | | font-size: 14px; |
| | | color: #333; |
| | | text-align: center; |
| | | } |
| | | } |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="container"> |
| | | <span |
| | | v-for="(item, index) in 3" |
| | | :key="index" |
| | | :class="['radius', colorName]" |
| | | ></span> |
| | | <div class="text">{{ text }}</div> |
| | | </div> |
| | | </template> |
| | | <script lang="ts" setup> |
| | | import { computed } from 'vue' |
| | | import { getEnum } from '../../enum' |
| | | const { ORDER_STATUS } = getEnum() |
| | | const $props = defineProps<{ |
| | | color: number |
| | | text: string |
| | | }>() |
| | | const COLOR_MAP = { |
| | | [ORDER_STATUS.PAUSED]: 'PAUSED', |
| | | [ORDER_STATUS.PRODUCED]: 'PRODUCED', |
| | | [ORDER_STATUS.PRODUCTION]: 'PRODUCTION', |
| | | [ORDER_STATUS.FINISHED]: 'FINISHED', |
| | | [ORDER_STATUS.ENDED]: 'ENDED', |
| | | } |
| | | // @ts-ignore |
| | | const colorName = computed(() => COLOR_MAP[$props.color]) |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .container { |
| | | display: flex; |
| | | width: 100%; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | .radius { |
| | | display: inline-block; |
| | | width: 12px; |
| | | height: 12px; |
| | | border-radius: 10px; |
| | | border: 1px solid #c9cbca; |
| | | margin-right: 4px; |
| | | } |
| | | // æå |
| | | .PAUSED { |
| | | background-color: #f77070; |
| | | border-color: #f77070; |
| | | } |
| | | // å¾
ç产 |
| | | .PRODUCED { |
| | | background-color: #5aa7ff; |
| | | border-color: #5aa7ff; |
| | | } |
| | | // çäº§ä¸ |
| | | .PRODUCTION { |
| | | background-color: #ffd358; |
| | | border-color: #ffd358; |
| | | } |
| | | // 已宿 |
| | | .FINISHED { |
| | | background-color: #27b190; |
| | | border-color: #27b190; |
| | | } |
| | | // å·²ç»æ |
| | | .ENDED { |
| | | background-color: #c5c5c5; |
| | | border-color: #c5c5c5; |
| | | } |
| | | .text { |
| | | color: #787878; |
| | | font-size: 14px; |
| | | font-weight: bold; |
| | | margin-left: 6px; |
| | | } |
| | | |
| | | .radius:last-of-type { |
| | | background-color: #fff; |
| | | border-color: #c9cbca; |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <BaseDialog |
| | | v-model="dialogVisible" |
| | | width="500px" |
| | | :title="_t('ç»æå·¥å')" |
| | | @close="onClose" |
| | | @confirm="onSubmit" |
| | | > |
| | | <el-form :model="formList" label-position="left"> |
| | | <template v-for="item in formList" :key="item.prop"> |
| | | <el-form-item :label="item.label" :prop="item.prop"> |
| | | <el-input v-model="item.value" v-bind="{ ...item.attribute }" /> |
| | | </el-form-item> |
| | | </template> |
| | | </el-form> |
| | | <!-- æé® --> |
| | | <!-- <template #footer> |
| | | <div class="popBtn"> |
| | | <div class="myBtn myBtn1" @click="onClose">åæ¶</div> |
| | | <div class="myBtn myBtn2" @click="onSubmit">ç¡®å®</div> |
| | | </div> |
| | | </template> --> |
| | | </BaseDialog> |
| | | </template> |
| | | <script lang="ts" setup> |
| | | import BaseDialog from '@/components/BaseDialog/index.vue' |
| | | import { ref, reactive } from 'vue' |
| | | import get from 'lodash/get' |
| | | import api from '../../api/product-setting' |
| | | import { useVModel } from '@vueuse/core' |
| | | import { ElMessage, ElMessageBox } from 'element-plus' |
| | | import { getEnum } from '../../enum' |
| | | const { ORDER_STATUS } = getEnum() |
| | | import BaseDrawer from '@/components/BaseDrawer/BaseDrawer' |
| | | import { _t } from '../../app' |
| | | |
| | | const $props = defineProps<{ |
| | | modelValue: boolean |
| | | moduleDialogConfig: object |
| | | onClearTable: Function |
| | | }>() |
| | | |
| | | const emit = defineEmits(['close']) |
| | | |
| | | const dialogVisible = useVModel($props) |
| | | const formList = reactive([ |
| | | { |
| | | label: '', |
| | | prop: 'Remark', |
| | | value: '', |
| | | attribute: { |
| | | type: 'textarea', |
| | | rows: '4', |
| | | placeholder: _t('请填åç»æåå '), |
| | | }, |
| | | }, |
| | | ]) |
| | | |
| | | const onSubmit = async () => { |
| | | const obj = formList.reduce((pre, cur) => { |
| | | return { ...pre, [cur.prop]: cur.value } |
| | | }, {}) |
| | | |
| | | // @ts-ignore |
| | | const { Remark } = obj |
| | | if (!Remark) { |
| | | return ElMessage.error(_t('请填åå·¥åç»æåå ')) |
| | | } |
| | | |
| | | const ids = get($props, 'moduleDialogConfig.ids', '') |
| | | const status: any = get($props, 'moduleDialogConfig.status', '') |
| | | if (status === ORDER_STATUS.PRODUCTION) { |
| | | await ElMessageBox.confirm(_t(`工忣å¨çäº§ï¼æ¯å¦å¼ºå¶ç»æï¼`), _t('æç¤º'), { |
| | | confirmButtonText: _t('确认'), |
| | | cancelButtonText: _t('åæ¶'), |
| | | type: 'info', |
| | | }) |
| | | } |
| | | |
| | | await api.batchPutFinish(ids, Remark) |
| | | $props.onClearTable?.() |
| | | ElMessage.success(_t('æä½æå')) |
| | | |
| | | onClose() |
| | | } |
| | | const onClose = () => emit('close') |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .popBtn { |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: flex-end; |
| | | box-sizing: border-box; |
| | | height: 50px; |
| | | font-size: 16px; |
| | | .myBtn { |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | width: 98px; |
| | | height: 26px; |
| | | border-radius: 3px 3px 3px 3px; |
| | | font-size: 14px; |
| | | font-family: PingFang SC-Regular, PingFang SC; |
| | | color: #666666; |
| | | cursor: pointer; |
| | | |
| | | &:hover { |
| | | opacity: 0.8; |
| | | } |
| | | } |
| | | .myBtn1 { |
| | | margin-right: 10px; |
| | | color: #666666; |
| | | background: #efeded; |
| | | border: 1px solid #cccccd; |
| | | } |
| | | |
| | | .myBtn2 { |
| | | color: #ffffff; |
| | | background: #5a84ff; |
| | | } |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <BaseDialog |
| | | :title="_t(dialogConfig.title)" |
| | | v-model="visible" |
| | | width="50%" |
| | | destroy-on-close |
| | | @open="onOpen" |
| | | @close="onClose" |
| | | @confirm="onConfirm" |
| | | > |
| | | <div class="table-body"> |
| | | <div class="table-header"> |
| | | <el-select |
| | | :placeholder="_t('è¯·éæ©')" |
| | | clearable |
| | | style="width: 180px" |
| | | v-if="type === TYPE_MAP.BOM" |
| | | v-model="importSelected" |
| | | > |
| | | <el-option :label="_t('éè¦')" value="Y"></el-option> |
| | | <el-option :label="_t('ééè¦')" value="N"></el-option> |
| | | </el-select> |
| | | <el-input |
| | | :placeholder="_t('æç´¢')" |
| | | clearable |
| | | style="width: 180px; margin: 0 10px" |
| | | v-model="searchValue" |
| | | ></el-input> |
| | | <el-button @click="onSearch" type="info">{{ _t('æ¥è¯¢') }}</el-button> |
| | | </div> |
| | | <div class="table-content"> |
| | | <Table |
| | | ref="productRef" |
| | | :dataSource="dataSource" |
| | | :columns="dialogConfig.columns" |
| | | :total="dialogConfig.total" |
| | | :pageSize="MaxResultCount" |
| | | @page="onPageChange" |
| | | /> |
| | | </div> |
| | | </div> |
| | | <template #custom-btn> |
| | | <el-button class="update" size="small" type="info" @click="onUpdate">{{ |
| | | _t('æ´æ°') |
| | | }}</el-button> |
| | | </template> |
| | | </BaseDialog> |
| | | </template> |
| | | <script lang="ts" setup> |
| | | import { ref, computed, reactive } from 'vue' |
| | | import Table from '@/components/Table/index.vue' |
| | | import { |
| | | getBomList, |
| | | getLotList, |
| | | getProcessList, |
| | | updateProcess, |
| | | updateBom, |
| | | updateLot, |
| | | } from '../../api/process' |
| | | import { ElMessage } from 'element-plus' |
| | | import { _t } from '../../app' |
| | | import { getEnum } from '../../enum' |
| | | const { TYPE_MAP } = getEnum() |
| | | interface ParamsItem { |
| | | Filter?: string |
| | | Sorting?: string |
| | | SkipCount?: string | number |
| | | MaxResultCount?: string | number |
| | | IsDesc?: boolean |
| | | SerialInputFlag?: string |
| | | } |
| | | |
| | | const MaxResultCount = 20 |
| | | const SkipCount = 0 |
| | | const searchValue = ref('') |
| | | const importSelected = ref('') |
| | | |
| | | const params: ParamsItem = reactive({ |
| | | MaxResultCount, |
| | | SkipCount, |
| | | }) |
| | | |
| | | const props = defineProps<{ |
| | | modelValue: boolean |
| | | title: string |
| | | columns: any[] |
| | | type: string |
| | | other: string |
| | | }>() |
| | | |
| | | const emit = defineEmits(['update:modelValue', 'update:dataSource']) |
| | | |
| | | const visible = computed({ |
| | | get() { |
| | | return props.modelValue |
| | | }, |
| | | set(v) { |
| | | emit('update:modelValue', v) |
| | | }, |
| | | }) |
| | | |
| | | const dataSource = ref([]) |
| | | |
| | | const dialogConfig = computed(() => { |
| | | return { |
| | | title: props.title, |
| | | columns: props.columns, |
| | | total: 0, |
| | | } |
| | | }) |
| | | |
| | | const getList = async () => { |
| | | dataSource.value = [] |
| | | const typeMap = { |
| | | [TYPE_MAP.PROCESS]: getProcessList, |
| | | [TYPE_MAP.LOT]: getLotList, |
| | | [TYPE_MAP.BOM]: getBomList, |
| | | } |
| | | const otherParamsMap = { |
| | | [TYPE_MAP.PROCESS]: { |
| | | OrderNumber: props.other, |
| | | }, |
| | | [TYPE_MAP.LOT]: { |
| | | Code: props.other, |
| | | }, |
| | | [TYPE_MAP.BOM]: { |
| | | OrderNumber: props.other, |
| | | }, |
| | | } |
| | | const otherParams = otherParamsMap[props.type] |
| | | if (searchValue.value) { |
| | | params.Filter = searchValue.value |
| | | } else { |
| | | delete params.Filter |
| | | } |
| | | if (props.type === TYPE_MAP.BOM) { |
| | | params.SerialInputFlag = importSelected.value |
| | | } |
| | | Object.assign(params, otherParams) |
| | | const fn = typeMap[props.type] |
| | | const res = await fn(params) |
| | | |
| | | dataSource.value = res.items |
| | | dialogConfig.value.total = res.totalCount |
| | | } |
| | | |
| | | const onSearch = () => getList() |
| | | |
| | | const onOpen = () => { |
| | | searchValue.value = '' |
| | | getList() |
| | | } |
| | | |
| | | const onClose = () => { |
| | | visible.value = false |
| | | } |
| | | |
| | | const onConfirm = () => { |
| | | onClose() |
| | | } |
| | | |
| | | const onUpdate = async () => { |
| | | const updateFnMap = { |
| | | [TYPE_MAP.PROCESS]: updateProcess, |
| | | [TYPE_MAP.LOT]: updateLot, |
| | | [TYPE_MAP.BOM]: updateBom, |
| | | } |
| | | const fn = updateFnMap[props.type] |
| | | await fn(props.other) |
| | | ElMessage.success(_t('æ´æ°æå')) |
| | | visible.value = false |
| | | } |
| | | |
| | | const onPageChange = (v: number) => { |
| | | params.SkipCount = (v - 1) * MaxResultCount |
| | | getList() |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .table-content { |
| | | width: 100%; |
| | | height: 400px; |
| | | } |
| | | |
| | | .table-header { |
| | | width: 100%; |
| | | height: 50px; |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | } |
| | | .update { |
| | | width: 96px; |
| | | height: 26px; |
| | | } |
| | | .table-body { |
| | | width: 100%; |
| | | height: 500px; |
| | | } |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="dialog-container"> |
| | | <Dialog v-model="dialogVisible" :title="title" width="689px"> |
| | | <div class="dialog-content"> |
| | | <HeadTitle :title="_t('åºç¡ä¿¡æ¯')" /> |
| | | <div class="form"> |
| | | <CustomFormItem |
| | | v-for="item in form" |
| | | :key="item.prop" |
| | | v-model="item.value" |
| | | :label="item.label" |
| | | :component-name="item.componentName" |
| | | label-width="64px" |
| | | v-bind="{ ...item.attrProps }" |
| | | disabled |
| | | > |
| | | <template v-if="item.componentName === 'el-select'"> |
| | | <el-option |
| | | v-for="o in item.nodeOptions" |
| | | :key="o.id" |
| | | :label="o.model" |
| | | :value="o.id" |
| | | /> |
| | | </template> |
| | | </CustomFormItem> |
| | | </div> |
| | | |
| | | <HeadTitle :title="_t('æ¹æ¬¡ç©ææ¸
å')" style="margin-top: 24px" /> |
| | | <div class="head"> |
| | | <div class="barcode"> |
| | | <span>{{ _t('æ¡ç ä¿¡æ¯ï¼') }} </span> |
| | | <el-input |
| | | v-model="barCode" |
| | | :ref="inputRef" |
| | | @keyup.enter.native="onEnter" |
| | | style="width: 240px" |
| | | /> |
| | | </div> |
| | | <div>{{ _t('䏿è¿åº¦ï¼') }}{{ schedule }}</div> |
| | | </div> |
| | | <el-table |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | height="100%" |
| | | border |
| | | :header-cell-style="{ background: '#DBDFE7', color: '#35363B' }" |
| | | > |
| | | <el-table-column fixed type="index" width="55" :label="_t('åºå·')" /> |
| | | <template v-for="item in tableHead" :key="item.prop"> |
| | | <el-table-column |
| | | :prop="item.prop" |
| | | :label="item.label" |
| | | show-overflow-tooltip |
| | | > |
| | | <template v-slot="{ row }"> |
| | | <span>{{ |
| | | item.formatter |
| | | ? item.formatter(row[item.prop]) |
| | | : row[item.prop] |
| | | }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | </template> |
| | | </el-table> |
| | | </div> |
| | | |
| | | <template #footer> |
| | | <span class="dialog-footer"> |
| | | <el-button |
| | | @click="dialogVisible = false" |
| | | class="baseCss" |
| | | style="background: #efeded" |
| | | > |
| | | {{ _t('åæ¶') }} |
| | | </el-button> |
| | | <el-button |
| | | type="primary" |
| | | @click="onConfirm" |
| | | class="baseCss" |
| | | style="background: #5a84ff" |
| | | > |
| | | {{ _t('ç¡®å®') }} |
| | | </el-button> |
| | | </span> |
| | | </template> |
| | | </Dialog> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import { |
| | | PropType, |
| | | defineComponent, |
| | | computed, |
| | | ref, |
| | | onMounted, |
| | | reactive, |
| | | } from 'vue' |
| | | import { useVModel } from '@vueuse/core' |
| | | import api from '../api/product-setting' |
| | | import type { IProductParamsRequest } from '../api/product' |
| | | import get from 'lodash/get' |
| | | import set from 'lodash/set' |
| | | import { ElMessage } from 'element-plus' |
| | | import { getEnum } from '../enum' |
| | | const { DIALOG_STATUS, DIALOG_STATUS_OPTIONS } = getEnum() |
| | | import CustomFormItem from '../components/customFormItem/index.vue' |
| | | import HeadTitle from '../components/head-title/index.vue' |
| | | import Dialog from '../../../components/Dialog/index.vue' |
| | | import { _t } from '../app' |
| | | |
| | | export default defineComponent({ |
| | | name: 'PrepareFormDialog', |
| | | components: { Dialog, CustomFormItem, HeadTitle }, |
| | | props: { |
| | | modelValue: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | status: { |
| | | type: String, |
| | | default: DIALOG_STATUS.ADD, |
| | | }, |
| | | dialogConfig: { |
| | | type: Object as PropType<IProductParamsRequest>, |
| | | }, |
| | | }, |
| | | |
| | | setup(props, ctx) { |
| | | const dialogVisible = useVModel(props) |
| | | const dialogTableVisible = ref(false) |
| | | const title = computed(() => _t('å·¥å夿')) |
| | | const schedule = computed(() => { |
| | | console.log(tableData.value, 'tableData.value >>>') |
| | | |
| | | const notActiveLen = tableData.value.filter( |
| | | (item: any) => item.feedingStatus === 1 |
| | | ).length |
| | | return `${notActiveLen} / ${tableData.value.length}` |
| | | }) |
| | | |
| | | const inputRef = ref() |
| | | const barCode = ref('') |
| | | |
| | | const form = reactive([ |
| | | { |
| | | label: _t('å·¥åå·ï¼'), |
| | | prop: 'code', |
| | | value: '', |
| | | attrProps: { placeholder: _t('请è¾å
¥') }, |
| | | componentName: 'el-input', |
| | | }, |
| | | { |
| | | label: _t('产ååå·ï¼'), |
| | | prop: 'productName', |
| | | value: '', |
| | | attrProps: { placeholder: _t('请è¾å
¥') }, |
| | | nodeOptions: [] as { id: string; model: string }[], |
| | | componentName: 'el-select', |
| | | }, |
| | | { |
| | | label: _t('å·¥èºé
æ¹ï¼'), |
| | | prop: 'formulaName', |
| | | value: '', |
| | | attrProps: { placeholder: _t('请è¾å
¥'), disabled: true }, |
| | | componentName: 'el-input', |
| | | }, |
| | | { |
| | | label: _t('è®¡åæ°éï¼'), |
| | | prop: 'planQty', |
| | | value: '', |
| | | attrProps: { placeholder: _t('请è¾å
¥') }, |
| | | componentName: 'el-input', |
| | | formatter: (value: string) => { |
| | | return Number(value) |
| | | }, |
| | | }, |
| | | { |
| | | label: _t('计åå¼å§ï¼'), |
| | | prop: 'planStartTime', |
| | | value: '', |
| | | attrProps: { |
| | | placeholder: _t('请è¾å
¥'), |
| | | type: 'datetime', |
| | | valueFormat: 'YYYY-MM-DD HH:mm:ss', |
| | | }, |
| | | componentName: 'el-date-picker', |
| | | }, |
| | | { |
| | | label: _t('计åç»æï¼'), |
| | | prop: 'planFinishTime', |
| | | value: '', |
| | | attrProps: { |
| | | placeholder: _t('请è¾å
¥'), |
| | | type: 'datetime', |
| | | valueFormat: 'YYYY-MM-DD HH:mm:ss', |
| | | }, |
| | | componentName: 'el-date-picker', |
| | | }, |
| | | ]) |
| | | |
| | | const tableData = ref([]) |
| | | const tableHead = ref([ |
| | | { prop: 'materialCode', label: _t('ç©æç¼å·') }, |
| | | { prop: 'materialName', label: _t('ç©æåç§°') }, |
| | | { prop: 'workSectionName', label: _t('ç¨æå·¥åº') }, |
| | | { prop: 'usedQty', label: _t('ç¨é') }, |
| | | { |
| | | prop: 'feedingStatus', |
| | | label: _t('ä¸æç¶æ'), |
| | | formatter: (value: number) => { |
| | | return value === 0 ? _t('æªä¸æ') : _t('已䏿') |
| | | }, |
| | | }, |
| | | ]) |
| | | |
| | | function init() { |
| | | getProductOptions() |
| | | form.forEach((item) => { |
| | | if (item.prop == 'productId') { |
| | | // @ts-ignore |
| | | item.value = props.dialogConfig.product.id |
| | | } else if (item.prop == 'formulaId') { |
| | | // @ts-ignore |
| | | item.value = props.dialogConfig.formula.id |
| | | } else { |
| | | // @ts-ignore |
| | | item.value = props.dialogConfig[item.prop] |
| | | } |
| | | }) |
| | | |
| | | tableData.value = get(props.dialogConfig, 'tableData', []) |
| | | } |
| | | |
| | | async function getProductOptions() { |
| | | const result = await api.getModelOptions() |
| | | |
| | | const key = 'productId' |
| | | const index = form.findIndex((item) => item.prop === key) |
| | | set(form[index], 'nodeOptions', result) |
| | | console.log(result, 'result') |
| | | } |
| | | |
| | | init() |
| | | |
| | | const onEnter = async () => { |
| | | await api.putMaterial(barCode.value) |
| | | |
| | | tableData.value.forEach((item, index) => { |
| | | const targetCode = get(item, 'materialCode') |
| | | if (targetCode === barCode.value) { |
| | | set(tableData.value, `${index}.feedingStatus`, '1') |
| | | } |
| | | }) |
| | | |
| | | barCode.value = '' |
| | | inputRef.value.focus() |
| | | } |
| | | |
| | | const onConfirm = async () => { |
| | | const id = get(props, 'dialogConfig.id', '') |
| | | await api.putPrepareActive(id) |
| | | |
| | | ElMessage.success(_t('æ¿æ´»æå')) |
| | | ctx.emit('callback') |
| | | } |
| | | |
| | | onMounted(() => { |
| | | if (inputRef.value) { |
| | | // @ts-ignore |
| | | inputRef.value.focus() |
| | | } |
| | | }) |
| | | |
| | | return { |
| | | dialogVisible, |
| | | dialogTableVisible, |
| | | title, |
| | | form, |
| | | inputRef, |
| | | barCode, |
| | | schedule, |
| | | tableData, |
| | | tableHead, |
| | | _t, |
| | | onEnter, |
| | | onConfirm, |
| | | } |
| | | }, |
| | | }) |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | @import '../styles/input.scss'; |
| | | |
| | | .dialog-content { |
| | | overflow-y: scroll; |
| | | overflow-x: hidden; |
| | | } |
| | | |
| | | .form { |
| | | display: grid; |
| | | grid-template-columns: 50% 50%; |
| | | grid-row-gap: 10px; |
| | | margin-top: 20px; |
| | | |
| | | :deep(.content) { |
| | | width: 70%; |
| | | } |
| | | } |
| | | |
| | | .baseCss { |
| | | width: 98px; |
| | | height: 26px; |
| | | } |
| | | |
| | | .head { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | |
| | | .barcode { |
| | | display: flex; |
| | | align-items: center; |
| | | margin: 12px 0; |
| | | |
| | | span { |
| | | flex-shrink: 0; |
| | | margin-right: 8px; |
| | | } |
| | | |
| | | :deep(.cs-input) { |
| | | width: 240px; |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | <style lang="scss"> |
| | | @import url('../styles/common.scss'); |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="dialog-container"> |
| | | <BaseDrawer |
| | | v-model="dialogVisible" |
| | | :title="_t(title)" |
| | | width="689px" |
| | | @close="onClose" |
| | | @confirm="onConfirm" |
| | | :before-close="beforeClose" |
| | | > |
| | | <div class="dialog-content"> |
| | | <HeadTitle :title="_t('åºç¡ä¿¡æ¯')" /> |
| | | <div |
| | | class="customFormItem-container" |
| | | v-for="item in form" |
| | | :key="item.prop" |
| | | > |
| | | <CustomFormItem |
| | | v-model="item.value" |
| | | :label="item.label" |
| | | :component-name="item.componentName" |
| | | label-width="120px" |
| | | source="productForm" |
| | | inputWidth="480px" |
| | | v-bind="{ ...item.attrProps }" |
| | | :placeholder="_t(item.attrProps.placeholder)" |
| | | @change="onChange($event, item)" |
| | | > |
| | | <template v-if="item.componentName === 'el-select'"> |
| | | <el-option |
| | | v-for="o in item.nodeOptions" |
| | | :key="o.id" |
| | | :label="o.model" |
| | | :value="o.id" |
| | | /> |
| | | </template> |
| | | </CustomFormItem> |
| | | </div> |
| | | </div> |
| | | <!-- |
| | | <template #footer> |
| | | <span class="dialog-footer"> |
| | | <el-button |
| | | @click="dialogVisible = false" |
| | | class="baseCss" |
| | | style="background: #efeded" |
| | | > |
| | | åæ¶ |
| | | </el-button> |
| | | <el-button |
| | | type="primary" |
| | | @click="onConfirm" |
| | | class="baseCss" |
| | | style="background: #5a84ff" |
| | | > |
| | | ç¡®å® |
| | | </el-button> |
| | | </span> |
| | | </template> --> |
| | | </BaseDrawer> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import { |
| | | PropType, |
| | | defineComponent, |
| | | computed, |
| | | ref, |
| | | provide, |
| | | reactive, |
| | | } from 'vue' |
| | | import { useVModel } from '@vueuse/core' |
| | | import api from '../api/product-setting' |
| | | import type { IProductParamsRequest } from '../api/product' |
| | | import { get, head, set } from 'lodash' |
| | | import { ElMessage } from 'element-plus' |
| | | import { getEnum } from '../enum' |
| | | const { DIALOG_STATUS, DIALOG_STATUS_OPTIONS } = getEnum() |
| | | import CustomFormItem from '../components/customFormItem/index.vue' |
| | | import HeadTitle from '../components/head-title/index.vue' |
| | | import Dialog from '../../../components/Dialog/index.vue' |
| | | import BaseDrawer from '@/components/BaseDrawer/BaseDrawer' |
| | | import isEqual from 'lodash/isEqual' |
| | | import cloneDeep from 'lodash/cloneDeep' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { _t } from '../app' |
| | | |
| | | export default defineComponent({ |
| | | name: 'ProductFormDialog', |
| | | components: { Dialog, CustomFormItem, HeadTitle, BaseDrawer }, |
| | | props: { |
| | | modelValue: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | status: { |
| | | type: String, |
| | | default: DIALOG_STATUS.ADD, |
| | | }, |
| | | dialogConfig: { |
| | | type: Object as PropType<IProductParamsRequest>, |
| | | }, |
| | | }, |
| | | |
| | | setup(props, ctx) { |
| | | const dialogVisible = useVModel(props) |
| | | const dialogTableVisible = ref(false) |
| | | const isEdit = computed( |
| | | () => |
| | | props.status === DIALOG_STATUS.EDIT || |
| | | props.status === DIALOG_STATUS.PAUSED |
| | | ) |
| | | const title = computed( |
| | | () => |
| | | DIALOG_STATUS_OPTIONS.find((item) => item.value === props.status)?.label |
| | | ) |
| | | const form = reactive<Record<string, any>[]>([ |
| | | { |
| | | label: _t('å·¥åå·ï¼'), |
| | | prop: 'code', |
| | | value: '', |
| | | attrProps: { placeholder: _t('请è¾å
¥'), disabled: isEdit.value }, |
| | | componentName: 'el-input', |
| | | }, |
| | | { |
| | | label: _t('产ååå·ï¼'), |
| | | prop: 'productId', |
| | | value: '', |
| | | attrProps: { placeholder: _t('请è¾å
¥'), disabled: isEdit.value }, |
| | | nodeOptions: [] as { id: string; model: string }[], |
| | | componentName: 'el-select', |
| | | }, |
| | | { |
| | | label: _t('å·¥èºé
æ¹ï¼'), |
| | | prop: 'formulaId', |
| | | value: '', |
| | | attrProps: { placeholder: _t('请è¾å
¥'), disabled: true }, |
| | | nodeOptions: [] as { id: string; model: string }[], |
| | | componentName: 'el-select', |
| | | }, |
| | | { |
| | | label: _t('è®¡åæ°éï¼'), |
| | | prop: 'planQty', |
| | | value: '', |
| | | attrProps: { |
| | | placeholder: _t('请è¾å
¥'), |
| | | maxlength: '15', |
| | | 'show-word-limit': true, |
| | | }, |
| | | componentName: 'el-input', |
| | | |
| | | formatter: (value: string) => { |
| | | return Number(value) |
| | | }, |
| | | }, |
| | | { |
| | | label: _t('计åå¼å§æ¶é´ï¼'), |
| | | prop: 'planStartTime', |
| | | value: '', |
| | | attrProps: { |
| | | placeholder: _t('请è¾å
¥'), |
| | | type: 'datetime', |
| | | valueFormat: 'YYYY-MM-DD HH:mm', |
| | | }, |
| | | componentName: 'el-date-picker', |
| | | }, |
| | | { |
| | | label: _t('计åç»ææ¶é´ï¼'), |
| | | prop: 'planFinishTime', |
| | | value: '', |
| | | attrProps: { |
| | | placeholder: _t('请è¾å
¥'), |
| | | type: 'datetime', |
| | | valueFormat: 'YYYY-MM-DD HH:mm', |
| | | }, |
| | | componentName: 'el-date-picker', |
| | | }, |
| | | ]) |
| | | const prodList = ref([]) |
| | | const formList = ref([]) |
| | | const onChange = async (value: unknown, item: unknown) => { |
| | | console.log(value, item) |
| | | // TO-DO ä¿®æ¹key å¼ |
| | | const prop = get(item, 'prop') |
| | | if (prop === 'productId') { |
| | | const formulaIndex = form.findIndex((item) => item.prop === 'formulaId') |
| | | const versionIndex = form.findIndex( |
| | | (item) => item.prop === 'formulaVersionId' |
| | | ) |
| | | |
| | | // å
å°å¼æ¸
空 |
| | | set(form[formulaIndex], 'value', '') |
| | | set(form[versionIndex], 'value', '') |
| | | |
| | | // æ ¹æ®åå·è·åçå·¥èºé
æ¹ åªæä¸ä¸ªé
æ¹ï¼å¤ä¸ªçæ¬ |
| | | const list = await api.getFormula(value as string) |
| | | formList.value = list |
| | | let result = list.map((item) => ({ |
| | | ...item, |
| | | model: item.name, |
| | | value: item.id, |
| | | })) |
| | | const completeFormula = head(result) |
| | | console.log('completeFormula', completeFormula) |
| | | // ç»å·¥èºé
æ¹èµå¼ |
| | | set(form[formulaIndex], 'nodeOptions', result) |
| | | // @ts-ignore |
| | | set(form[formulaIndex], 'value', completeFormula.id) |
| | | } |
| | | } |
| | | const initiateData = ref<any>({}) |
| | | |
| | | async function init() { |
| | | const result: any = await api.getModelOptions() |
| | | prodList.value = result.items |
| | | const key = 'productId' |
| | | const index = form.findIndex((item) => item.prop === key) |
| | | set( |
| | | form[index], |
| | | 'nodeOptions', |
| | | result.items.map((item: any) => ({ |
| | | ...item, |
| | | label: item.model, |
| | | value: item.id, |
| | | })) |
| | | ) |
| | | console.log(result, 'result') |
| | | if (isEdit.value) { |
| | | form.forEach((item) => { |
| | | console.log('result222', props.dialogConfig, item.prop) |
| | | if (item.prop == 'productId') { |
| | | // @ts-ignore |
| | | item.value = props.dialogConfig.product.id |
| | | // @ts-ignore |
| | | onChange(props.dialogConfig.product.id, item) |
| | | } else if (item.prop == 'formulaId') { |
| | | // @ts-ignore |
| | | item.value = props.dialogConfig.formula.id |
| | | } else { |
| | | // @ts-ignore |
| | | item.value = props.dialogConfig[item.prop] |
| | | } |
| | | }) |
| | | } |
| | | |
| | | initiateData.value = cloneDeep(form) |
| | | } |
| | | |
| | | init() |
| | | |
| | | const onConfirm = async () => { |
| | | const emptyList = form.filter((item) => !item.value) |
| | | if (emptyList.length) { |
| | | const item = head(emptyList)!.label |
| | | const msg = item.replace(/:$/, '') |
| | | |
| | | ElMessage.error(`${msg}${_t('åæ®µä¸è½ä¸ºç©º')}`) |
| | | return |
| | | } |
| | | |
| | | const params = form.reduce( |
| | | (obj, item) => ({ |
| | | ...obj, |
| | | [item.prop]: item.formatter ? item.formatter(item.value) : item.value, |
| | | }), |
| | | {} |
| | | ) |
| | | |
| | | if (!/^[1-9][0-9]*$/.test(params.planQty)) { |
| | | ElMessage.error(_t(`è®¡åæ°é请è¾å
¥æ£æ´æ°`)) |
| | | return |
| | | } |
| | | |
| | | // é¢å¤å¤ç- æºå¸¦çæ¬å·åç§° |
| | | |
| | | // @ts-ignore |
| | | if (isEdit.value) { |
| | | // @ts-ignore |
| | | params['concurrencyStamp'] = get( |
| | | props, |
| | | 'dialogConfig.concurrencyStamp', |
| | | '' |
| | | ) |
| | | } |
| | | // @ts-ignore |
| | | console.log(prodList.value, formList.value) |
| | | // @ts-ignore |
| | | params.product = prodList.value.find((_: any) => _.id == params.productId) |
| | | // @ts-ignore |
| | | params.formula = formList.value.find((_: any) => _.id == params.formulaId) |
| | | |
| | | console.log('params', params) |
| | | const methodApi = isEdit.value ? api.updateOrder : api.addOrder |
| | | const id = get(props, 'dialogConfig.id', '') |
| | | // await api.addOrder(params) |
| | | // @ts-ignore |
| | | const result = await methodApi(params, id) |
| | | const msg = isEdit.value ? _t('æ´æ°') : _t('æ°å¢') |
| | | ElMessage.success(`${msg}${_t('æå')}`) |
| | | |
| | | ctx.emit('callback') |
| | | } |
| | | |
| | | const checkIsEqualObject = () => { |
| | | const check = isEqual(initiateData.value, form) |
| | | console.log(initiateData.value, form, check) |
| | | return check |
| | | } |
| | | |
| | | const beforeClose = (done: () => void) => { |
| | | console.log('beforeClose') |
| | | if (dialogVisible.value) { |
| | | if (checkIsEqualObject()) { |
| | | dialogVisible.value = false |
| | | done && done() |
| | | } else { |
| | | ConfirmBox(_t('æ¯å¦ä¿åå·¥å设置ï¼')) |
| | | .then(() => { |
| | | onConfirm() |
| | | }) |
| | | .catch(() => { |
| | | dialogVisible.value = false |
| | | done && done() |
| | | }) |
| | | } |
| | | } |
| | | } |
| | | const onClose = () => { |
| | | console.log('onClose') |
| | | dialogVisible.value = false |
| | | } |
| | | |
| | | return { |
| | | dialogVisible, |
| | | dialogTableVisible, |
| | | title, |
| | | isEdit, |
| | | form, |
| | | _t, |
| | | isEqual, |
| | | onChange, |
| | | onConfirm, |
| | | checkIsEqualObject, |
| | | beforeClose, |
| | | onClose, |
| | | ConfirmBox, |
| | | } |
| | | }, |
| | | }) |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | @import '../styles/input.scss'; |
| | | |
| | | .dialog-content { |
| | | overflow-y: scroll; |
| | | overflow-x: hidden; |
| | | } |
| | | |
| | | .baseCss { |
| | | width: 98px; |
| | | height: 26px; |
| | | } |
| | | |
| | | .customFormItem-container { |
| | | width: 100%; |
| | | margin-top: 10px; |
| | | .customFormItem { |
| | | .label-content { |
| | | color: #666; |
| | | } |
| | | } |
| | | |
| | | :deep(.cs-input__wrapper) { |
| | | display: flex; |
| | | } |
| | | } |
| | | </style> |
| | | |
| | | <style lang="scss"> |
| | | @import url('../styles/common.scss'); |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .segmentDialog { |
| | | width: 95%; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | height: 100px; |
| | | .select { |
| | | width: 380px; |
| | | } |
| | | > label { |
| | | margin-right: 4px; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { computed, defineComponent, ref, onMounted, watch } from 'vue' |
| | | import BaseDialog from '@/components/BaseDialog/index.vue' |
| | | import styles from './segment.module.scss' |
| | | import { getSegments } from '../../api/process' |
| | | import DyForm from '@/components/DyForm/DyForm' |
| | | import { _t } from '@/libs/Language/Language' |
| | | |
| | | interface SegmentType { |
| | | segmentId: string |
| | | segmentName: string |
| | | } |
| | | export default defineComponent({ |
| | | name: 'OrderManagementDialogSegment', |
| | | props: { |
| | | modelValue: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | id: { |
| | | type: String, |
| | | default: '', |
| | | }, |
| | | }, |
| | | emits: ['update:modelValue', 'confirm'], |
| | | setup(props, { emit }) { |
| | | const visible = computed({ |
| | | get() { |
| | | return props.modelValue |
| | | }, |
| | | set(value) { |
| | | emit('update:modelValue', value) |
| | | }, |
| | | }) |
| | | const formRef = ref<any>(null) |
| | | const formData = ref<any>({ |
| | | segment: [], |
| | | }) |
| | | const segmentList = ref<any[]>([]) |
| | | const formItemProps = computed(() => [ |
| | | { |
| | | prop: 'segment', |
| | | el: 'select', |
| | | options: segmentList, |
| | | label: _t('产线段'), |
| | | width: '350px', |
| | | collapseTags: true, |
| | | multiple: true, |
| | | collapseTagsTooltip: true, |
| | | maxCollapseTags: 5, |
| | | clearable: true, |
| | | noDataText: _t('è¯¥å·¥åæ²¡æå¯ä½¿ç¨ç产线段'), |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: _t('è¯·éæ©äº§çº¿æ®µ'), |
| | | trigger: 'change', |
| | | type: 'array', |
| | | }, |
| | | ], |
| | | }, |
| | | ]) |
| | | const init = async () => { |
| | | const res = await getSegments(props.id) |
| | | segmentList.value = res.map((item: SegmentType) => ({ |
| | | value: item.segmentId, |
| | | name: item.segmentName, |
| | | })) |
| | | formData.value = { |
| | | segment: res.map((item: SegmentType) => item.segmentId), |
| | | } |
| | | } |
| | | |
| | | const onClose = () => { |
| | | visible.value = false |
| | | } |
| | | |
| | | const onConfirm = async () => { |
| | | try { |
| | | await formRef.value?.validate() |
| | | visible.value = false |
| | | const segment = formData.value?.segment || [] |
| | | const data = segmentList.value |
| | | .map((item: any) => { |
| | | if (segment.includes(item.value)) { |
| | | return { |
| | | segmentId: item.value, |
| | | segmentName: item.name, |
| | | } |
| | | } |
| | | return null |
| | | }) |
| | | .filter((v) => v) |
| | | |
| | | emit('confirm', { |
| | | segments: data, |
| | | }) |
| | | } catch (error) { |
| | | console.error(error) |
| | | } |
| | | } |
| | | |
| | | watch( |
| | | () => props.modelValue, |
| | | (value) => { |
| | | if (value) { |
| | | init() |
| | | } |
| | | } |
| | | ) |
| | | |
| | | return () => ( |
| | | <BaseDialog |
| | | v-model={visible.value} |
| | | title={_t('产线段é
ç½®')} |
| | | onClose={onClose} |
| | | onConfirm={onConfirm} |
| | | > |
| | | <div class={styles.segmentDialog}> |
| | | <DyForm |
| | | ref={formRef} |
| | | v-model:formData={formData.value} |
| | | formItemProps={formItemProps.value} |
| | | ></DyForm> |
| | | </div> |
| | | </BaseDialog> |
| | | ) |
| | | }, |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { _t } from './app' |
| | | |
| | | export const DIALOG_STATUS = { |
| | | ADD: 'add', |
| | | EDIT: 'edit', |
| | | PAUSED: 'paused', |
| | | } |
| | | |
| | | export const DIALOG_STATUS_OPTIONS = [ |
| | | { label: _t('å建工å'), value: DIALOG_STATUS.ADD }, |
| | | { label: _t('ç¼è¾å·¥å'), value: DIALOG_STATUS.EDIT }, |
| | | ] |
| | | |
| | | export const ORDER_STATUS = { |
| | | NOT_ACTIVE: -2, // æªæ¿æ´» |
| | | PAUSED: -1, // å·²æå |
| | | PRODUCED: 0, // å¾
ç产 |
| | | PRODUCTION: 1, // çäº§ä¸ |
| | | FINISHED: 4, // 已宿 |
| | | ENDED: 5, // å·²ç»æ |
| | | } |
| | | |
| | | export const ORDER_STATUS_MAP = { |
| | | [ORDER_STATUS.NOT_ACTIVE]: _t('æªæ¿æ´»'), |
| | | [ORDER_STATUS.PAUSED]: _t('å·²æå'), |
| | | [ORDER_STATUS.PRODUCED]: _t('å¾
ç产'), |
| | | [ORDER_STATUS.PRODUCTION]: _t('ç产ä¸'), |
| | | [ORDER_STATUS.FINISHED]: _t('已宿'), |
| | | [ORDER_STATUS.ENDED]: _t('å·²ç»æ'), |
| | | } |
| | | |
| | | export const ORDER_STATUS_OPTIONS = [ |
| | | { label: _t('å·²æå'), value: ORDER_STATUS.PAUSED }, |
| | | { label: _t('å¾
ç产'), value: ORDER_STATUS.PRODUCED }, |
| | | { label: _t('ç产ä¸'), value: ORDER_STATUS.PRODUCTION }, |
| | | { label: _t('已宿'), value: ORDER_STATUS.FINISHED }, |
| | | { label: _t('å·²ç»æ'), value: ORDER_STATUS.ENDED }, |
| | | ] |
| | | |
| | | export const ORDER_ACTIONS_STATUS = { |
| | | DELIVER: 'deliver', // ä¸å |
| | | PAUSE: 'pause', // æå |
| | | FINISHED: 'finished', // ç»æ |
| | | REVOKE: 'revoke', // æ¤é |
| | | ACTIVATION: 'activation', // æ¿æ´» |
| | | EDIT: 'edit', // ç¼è¾ |
| | | DELETE: 'delete', //å é¤ |
| | | UPDATE: 'æ´æ°', |
| | | COMPLTE: '宿', |
| | | UPLOAD: 'ä¸ä¼ ', |
| | | DOWNLOADTEMPLATE: 'å¯¼åºæ¨¡æ¿', |
| | | } |
| | | |
| | | export const TYPE_MAP = { |
| | | PROCESS: 'process', |
| | | BOM: 'bom', |
| | | LOT: 'lot', |
| | | } |
| | | |
| | | export const getEnum = () => { |
| | | const DIALOG_STATUS = { |
| | | ADD: 'add', |
| | | EDIT: 'edit', |
| | | PAUSED: 'paused', |
| | | } |
| | | |
| | | const DIALOG_STATUS_OPTIONS = [ |
| | | { label: _t('å建工å'), value: DIALOG_STATUS.ADD }, |
| | | { label: _t('ç¼è¾å·¥å'), value: DIALOG_STATUS.EDIT }, |
| | | ] |
| | | |
| | | const ORDER_STATUS = { |
| | | NOT_ACTIVE: -2, // æªæ¿æ´» |
| | | PAUSED: -1, // å·²æå |
| | | PRODUCED: 0, // å¾
ç产 |
| | | PRODUCTION: 1, // çäº§ä¸ |
| | | FINISHED: 4, // 已宿 |
| | | ENDED: 5, // å·²ç»æ |
| | | } |
| | | |
| | | const ORDER_STATUS_MAP = { |
| | | [ORDER_STATUS.NOT_ACTIVE]: _t('æªæ¿æ´»'), |
| | | [ORDER_STATUS.PAUSED]: _t('å·²æå'), |
| | | [ORDER_STATUS.PRODUCED]: _t('å¾
ç产'), |
| | | [ORDER_STATUS.PRODUCTION]: _t('ç产ä¸'), |
| | | [ORDER_STATUS.FINISHED]: _t('已宿'), |
| | | [ORDER_STATUS.ENDED]: _t('å·²ç»æ'), |
| | | } |
| | | |
| | | const ORDER_STATUS_OPTIONS = [ |
| | | { label: _t('å·²æå'), value: ORDER_STATUS.PAUSED }, |
| | | { label: _t('å¾
ç产'), value: ORDER_STATUS.PRODUCED }, |
| | | { label: _t('ç产ä¸'), value: ORDER_STATUS.PRODUCTION }, |
| | | { label: _t('已宿'), value: ORDER_STATUS.FINISHED }, |
| | | { label: _t('å·²ç»æ'), value: ORDER_STATUS.ENDED }, |
| | | ] |
| | | |
| | | const ORDER_ACTIONS_STATUS = { |
| | | DELIVER: 'deliver', // ä¸å |
| | | PAUSE: 'pause', // æå |
| | | FINISHED: 'finished', // ç»æ |
| | | REVOKE: 'revoke', // æ¤é |
| | | ACTIVATION: 'activation', // æ¿æ´» |
| | | EDIT: 'edit', // ç¼è¾ |
| | | DELETE: 'delete', //å é¤ |
| | | UPDATE: 'æ´æ°', |
| | | COMPLTE: '宿', |
| | | UPLOAD: 'ä¸ä¼ ', |
| | | DOWNLOADTEMPLATE: 'å¯¼åºæ¨¡æ¿', |
| | | } |
| | | |
| | | const TYPE_MAP = { |
| | | PROCESS: 'process', |
| | | BOM: 'bom', |
| | | LOT: 'lot', |
| | | } |
| | | return { |
| | | DIALOG_STATUS, |
| | | ORDER_STATUS, |
| | | ORDER_STATUS_MAP, |
| | | ORDER_ACTIONS_STATUS, |
| | | TYPE_MAP, |
| | | ORDER_STATUS_OPTIONS, |
| | | DIALOG_STATUS_OPTIONS, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | //ä¸è½½ |
| | | export const download = (file: any, fileName: string) => { |
| | | const blob = new Blob([file]) |
| | | // å
¼å®¹ä¸åæµè§å¨çURL对象 |
| | | const url: any = window.URL || window.webkitURL |
| | | // å建ä¸è½½é¾æ¥ |
| | | const downloadHref = url.createObjectURL(blob) |
| | | // å建aæ ç¾å¹¶ä¸ºå
¶æ·»å 屿§ |
| | | const downloadLink = document.createElement('a') |
| | | downloadLink.href = downloadHref |
| | | downloadLink.download = fileName |
| | | // 触åç¹å»äºä»¶æ§è¡ä¸è½½ |
| | | downloadLink.click() |
| | | window.URL.revokeObjectURL(url) |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { reactive, ref, onUnmounted } from 'vue' |
| | | import sdk from 'sdk' |
| | | import { ElMessage } from 'element-plus' |
| | | import { _t } from '../app' |
| | | import { get } from 'lodash' |
| | | |
| | | const subs = [ |
| | | { |
| | | id: 'DefectList', |
| | | name: 'ç¼ºé·æ¸
å', |
| | | }, |
| | | { |
| | | id: 'ToDoUnqualified', |
| | | name: 'å¾
åä¸è¯å', |
| | | }, |
| | | { |
| | | id: 'JudgmentRecord', |
| | | name: '产åå¤å®è®°å½', |
| | | }, |
| | | { |
| | | id: 'ToDoUnqualified-judgment', |
| | | name: 'å¾
åä¸è¯å-å¤å®', |
| | | }, |
| | | { |
| | | id: 'ToDoUnqualified-configuration', |
| | | name: 'å¾
åä¸è¯å-é
ç½®', |
| | | }, |
| | | { |
| | | id: 'JudgmentRecord-export', |
| | | name: '产åå¤å®è®°å½-导åº', |
| | | }, |
| | | ] |
| | | const subsType = subs.map((e) => e.id) |
| | | export const permissionCodes = ref<any[]>([]) |
| | | export const initPermission = (props: any) => { |
| | | // // åç«¯é¡µé¢æé设置 |
| | | const node = reactive(props.node) |
| | | |
| | | let permissions = |
| | | process.env.NODE_ENV === 'development' |
| | | ? [] |
| | | : window.app.current.project?.current.page?.permissions |
| | | const permission = { |
| | | id: node?.id, |
| | | name: node?.name, |
| | | subs, |
| | | } |
| | | const children = get( |
| | | window.app.current.project?.current.page, |
| | | 'body.children', |
| | | [] |
| | | ) |
| | | // permissions.push(permission) |
| | | const childrenIds = children.map((item: any) => item.id) |
| | | permissions = permissions.filter((item: any) => childrenIds.includes(item.id)) |
| | | |
| | | if ( |
| | | permissions.every((item: typeof permission) => item.id !== permission.id) |
| | | ) { |
| | | permissions.push(permission) |
| | | } |
| | | |
| | | if (childrenIds.includes(permission.id)) { |
| | | const currentPermission = permissions.find( |
| | | (item: typeof permission) => item.id === permission.id |
| | | ) |
| | | currentPermission && Object.assign(currentPermission, permission) |
| | | } |
| | | const userInfo = sdk.userInfo |
| | | |
| | | // mock data |
| | | if (process.env.NODE_ENV === 'development') { |
| | | userInfo.permissions = { |
| | | all: true, |
| | | widgets: [], |
| | | } |
| | | } |
| | | |
| | | if (userInfo.permissions.all) { |
| | | permissionCodes.value = permission.subs.map((item) => item.id) |
| | | } else { |
| | | permissionCodes.value = userInfo.permissions.widgets |
| | | } |
| | | |
| | | onUnmounted(() => { |
| | | const index = permissions.findIndex((f: any) => f.id === node?.id) |
| | | if (index !== -1) { |
| | | permissions.splice(index, 1) |
| | | } |
| | | }) |
| | | } |
| | | |
| | | export const isHasPermission = (code: (typeof subsType)[number]) => { |
| | | if (!permissionCodes.value.includes(code)) { |
| | | ElMessage.warning(_t('ç¨æ·æ²¡æè¯¥æéï¼')) |
| | | return false |
| | | } |
| | | return true |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { reactive, ref, onUnmounted, provide, inject } from 'vue' |
| | | // @ts-ignore |
| | | import sdk from 'sdk' |
| | | import { ElMessage } from 'element-plus' |
| | | import { get, uniqBy } from 'lodash' |
| | | import { _t } from '@/libs/Language/Language' |
| | | const KEY = 'ORDER_MANAGEMENT_PERMISSION' |
| | | const isDev = process.env.NODE_ENV === 'development' |
| | | |
| | | export function usePermission(props: any) { |
| | | // åç«¯é¡µé¢æé设置 |
| | | const node = reactive(props.node || {}) |
| | | |
| | | const subs = [ |
| | | { |
| | | id: 'Order-tabs-management', |
| | | name: 'å·¥å管çTab', |
| | | }, |
| | | { |
| | | id: 'Order-tabs-records', |
| | | name: 'å·¥åè®°å½Tab', |
| | | }, |
| | | { |
| | | id: 'OrderManagement-actions-add', |
| | | name: 'æ·»å ', |
| | | }, |
| | | { |
| | | id: 'OrderManagement-actions-update', |
| | | name: 'ç¼è¾', |
| | | }, |
| | | { |
| | | id: 'OrderManagement-actions-delete', |
| | | name: 'å é¤', |
| | | }, |
| | | { |
| | | id: 'OrderManagement-actions-export', |
| | | name: '导åº', |
| | | }, |
| | | { |
| | | id: 'OrderManagement-actions-import', |
| | | name: '导å
¥', |
| | | }, |
| | | { |
| | | id: 'OrderManagement-actions-download', |
| | | name: 'ä¸è½½æ¨¡æ¿', |
| | | }, |
| | | { |
| | | id: 'OrderManagement-actions-deliver', |
| | | name: 'ä¸å', |
| | | }, |
| | | { |
| | | id: 'OrderManagement-actions-pause', |
| | | name: 'æå', |
| | | }, |
| | | { |
| | | id: 'OrderManagement-actions-finish', |
| | | name: 'ç»æ', |
| | | }, |
| | | { |
| | | id: 'OrderManagement-actions-sort', |
| | | name: 'æåº', |
| | | }, |
| | | { |
| | | id: 'OrderRecords-actions-export', |
| | | name: '导åº', |
| | | }, |
| | | ] |
| | | |
| | | const subsType = subs.map((e) => e.id) |
| | | |
| | | const allTabs = ['Order-tabs-management', 'Order-tabs-records'] |
| | | |
| | | const permissionCodes = ref<any[]>([]) |
| | | |
| | | const showTabs: any = ref([]) |
| | | |
| | | // @ts-ignore |
| | | const page = isDev |
| | | ? { |
| | | permissions: [], |
| | | } |
| | | : window.app.current.project?.current.page |
| | | const permission = { |
| | | id: node?.id, |
| | | name: node?.name, |
| | | subs, |
| | | } |
| | | const children = get( |
| | | window.app.current.project?.current.page, |
| | | 'body.children', |
| | | [] |
| | | ) |
| | | const childrenIds = children.map((item: any) => item.id) |
| | | page.permissions = uniqBy(page.permissions, 'id').filter((item: any) => |
| | | childrenIds.includes(item.id) |
| | | ) |
| | | |
| | | if ( |
| | | page.permissions.every( |
| | | (item: typeof permission) => item.id !== permission.id |
| | | ) |
| | | ) { |
| | | page.permissions.push(permission) |
| | | } |
| | | |
| | | if (childrenIds.includes(permission.id)) { |
| | | const currentPermission = page.permissions.find( |
| | | (item: typeof permission) => item.id === permission.id |
| | | ) |
| | | currentPermission && Object.assign(currentPermission, permission) |
| | | } |
| | | |
| | | const initPermission = () => { |
| | | const userInfo = sdk.userInfo |
| | | |
| | | // mock data |
| | | if (isDev) { |
| | | userInfo.permissions = { |
| | | all: false, |
| | | // @ts-ignore |
| | | widgets: subs.map((item) => item.id), |
| | | } |
| | | } |
| | | |
| | | if (userInfo.permissions.all) { |
| | | permissionCodes.value = permission.subs.map((item) => item.id) |
| | | showTabs.value = allTabs |
| | | } else { |
| | | permissionCodes.value = userInfo.permissions.widgets |
| | | permissionCodes.value.forEach((item: any) => { |
| | | if (allTabs.includes(item)) { |
| | | showTabs.value.push(item) |
| | | } |
| | | }) |
| | | } |
| | | } |
| | | |
| | | const curTab: any = ref('OrderManagement') |
| | | const changeTab = (tab: string) => { |
| | | curTab.value = tab |
| | | } |
| | | |
| | | const isHasPermission = (code: (typeof subsType)[number]) => { |
| | | if (!permissionCodes.value.includes(code)) { |
| | | ElMessage.warning(_t('ç¨æ·æ²¡æè¯¥æéï¼')) |
| | | return false |
| | | } |
| | | return true |
| | | } |
| | | |
| | | onUnmounted(() => { |
| | | if (node) { |
| | | const index = page.permissions.findIndex((f: any) => f.id === node?.id) |
| | | if (index !== -1) { |
| | | page.permissions.splice(index, 1) |
| | | } |
| | | } |
| | | }) |
| | | |
| | | return { |
| | | permissionCodes, |
| | | showTabs, |
| | | initPermission, |
| | | isHasPermission, |
| | | curTab, |
| | | changeTab, |
| | | } |
| | | } |
| | | |
| | | // @ts-ignore |
| | | export function createProvider(props: any): ReturnType<typeof useStore> { |
| | | let value = usePermission(props) |
| | | provide(KEY, value) |
| | | return value |
| | | } |
| | | |
| | | export function createInjector(): ReturnType<typeof usePermission> { |
| | | return inject(KEY) as ReturnType<typeof usePermission> |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import OrderManagement from './OrderManagement.vue' |
| | | import OrderManagements from './OrderManagement.settings.vue' |
| | | import { provider } from '@/provider/index' |
| | | import order from '../../assets/svg/order.svg' |
| | | |
| | | export default { |
| | | is: 'OrderManagement', |
| | | name: 'å·¥å管ç(æ°)', |
| | | category: 'run', |
| | | icon: order, |
| | | authorizationRequired: true, |
| | | canvasView: provider(OrderManagement), |
| | | settingsView: OrderManagements, |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { ref } from 'vue' |
| | | |
| | | export const selectDataMap = {} |
| | | /** |
| | | * ç¶æ |
| | | */ |
| | | export const orderSegMap = ref({ |
| | | 1: '', |
| | | 0: '', |
| | | '-1': '', |
| | | '-2': '', |
| | | }) |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .light-datetime-picker, |
| | | .light-element-ui { |
| | | // .cs-input__inner { |
| | | // background: #fff !important; |
| | | // box-shadow: none !important; |
| | | // } |
| | | // .cs-input.is-disabled .cs-input__inner { |
| | | // background: var(--el-disabled-bg-color) !important; |
| | | // } |
| | | |
| | | &.cs-popper.is-light { |
| | | max-width: inherit; |
| | | } |
| | | |
| | | |
| | | |
| | | &.cs-popper.is-light { |
| | | background-color: #fff !important; |
| | | color: #000 !important; |
| | | } |
| | | |
| | | &.cs-popper.is-light .cs-popper__arrow:before { |
| | | background-color: #fff !important; |
| | | } |
| | | |
| | | } |
| | | .light-element-ui { |
| | | |
| | | |
| | | .cs-input-group__append, |
| | | .cs-input-group__prepend { |
| | | padding: 0 14px !important; |
| | | } |
| | | |
| | | .cs-input-group { |
| | | box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset !important; |
| | | border-radius: 3px !important; |
| | | } |
| | | |
| | | .cs-input { |
| | | box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset !important; |
| | | border-radius: 3px !important; |
| | | } |
| | | |
| | | |
| | | } |
| | | .cs-popper.formula-popover { |
| | | max-width: unset; |
| | | background: #ffffff !important; |
| | | box-shadow: 0px 2px 8px 1px #e4e7e8; |
| | | border-radius: 2px 2px 2px 2px; |
| | | border: 1px solid #e6e8ef; |
| | | padding: 0 !important; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | |
| | | export interface IPeriod { |
| | | name: string |
| | | type: string |
| | | startTime: string |
| | | endTime: string |
| | | } |
| | | |
| | | export interface IErrorItem { |
| | | field: string |
| | | message: string |
| | | } |
| | | |
| | | export interface IMsgState { |
| | | index: number |
| | | [key: string]: string | number |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <!-- 忬¡è¿ä»£æ¶é´ï¼2023å¹´4æï¼tanzhiliang --> |
| | | <template> |
| | | <div class="container light-element-ui"> |
| | | <div class="header-status" v-if="!controlMode"> |
| | | <div>{{ _t('çäº§ç¶æ') }}</div> |
| | | <div class="status">{{ productionStatus }}</div> |
| | | <el-button |
| | | style="width: 80px" |
| | | size="small" |
| | | color="#03b982" |
| | | @click="() => onEmitAction(1)" |
| | | >{{ _t('å¼å§') }}</el-button |
| | | > |
| | | <el-button |
| | | style="width: 80px; color: #fff" |
| | | color="#e57a74" |
| | | size="small" |
| | | @click="() => onEmitAction(0)" |
| | | >{{ _t('忢') }}</el-button |
| | | > |
| | | </div> |
| | | <div class="head"> |
| | | <div class="head-left"> |
| | | <IconButton icon="add-p" @click="onAdd" type="primary"> |
| | | {{ _t('æ°å»ºå·¥å') }} |
| | | </IconButton> |
| | | |
| | | <TableFilter |
| | | :text="_t('æ·»å æ¡ä»¶')" |
| | | :formData="ProductModel" |
| | | @data="updateFn" |
| | | :columns="columnsFilter" |
| | | > |
| | | <IconButton icon="f">{{ _t('çé') }}</IconButton> |
| | | </TableFilter> |
| | | |
| | | <IconButton icon="export" :onClick="onExport"> |
| | | {{ _t('导åº') }} |
| | | </IconButton> |
| | | </div> |
| | | <div class="head-right"> |
| | | {{ _t('æ¶é´èå´ï¼') }} |
| | | <DatePicker |
| | | v-model="timeRange" |
| | | type="datetimerange" |
| | | range-separator="-" |
| | | :start-placeholder="_t('å¼å§æ¶é´')" |
| | | :end-placeholder="_t('ç»ææ¶é´')" |
| | | value-format="YYYY-MM-DD HH:mm:ss" |
| | | :default-time="[ |
| | | new Date(2000, 1, 1, 0, 0, 0), |
| | | new Date(2000, 2, 1, 23, 59, 59), |
| | | ]" |
| | | @change="onChangeDate" |
| | | /> |
| | | <Search |
| | | v-model="condition.Filter" |
| | | @Confirm="initAllTableData" |
| | | :placeholder="_t('请è¾å
¥æç´¢')" |
| | | :style="{ marginLeft: '5px' }" |
| | | /> |
| | | </div> |
| | | </div> |
| | | <template v-for="item in collapseList" :key="collapseOptions[item].key"> |
| | | <CollapseTable |
| | | ref="colRef" |
| | | :table-head="currentTableHead(collapseOptions[item].key)" |
| | | v-model="collapseOptions[item].tableData" |
| | | v-bind="collapseOptions[item].attrsProp" |
| | | :status="collapseOptions[item].key" |
| | | :isStartFlushList=" |
| | | [1, 0].includes(collapseOptions[item].key) ? isStartFlushList : false |
| | | " |
| | | initAllTableData |
| | | @emitSegment="onEmitSegment" |
| | | @onAction="onActions" |
| | | @Page="onPage" |
| | | /> |
| | | </template> |
| | | |
| | | <TipPop |
| | | v-if="tipParams.tipVisible" |
| | | :tipText="tipParams.tipText" |
| | | :tipTextIcon="tipParams.tipTextIcon" |
| | | :noCancel="tipParams.noCancel" |
| | | @tipCallBack="tipConfirm" |
| | | /> |
| | | <ProductFormDialog |
| | | v-if="dialogVisible" |
| | | v-model="dialogVisible" |
| | | :dialogConfig="dialogConfig" |
| | | :status="dialogStatus" |
| | | @callback="callback" |
| | | /> |
| | | <ModuleDialog |
| | | v-if="moduleDialogVisible" |
| | | v-model="moduleDialogVisible" |
| | | :moduleDialogConfig="moduleDialogConfig" |
| | | :onClearTable="onClearTable" |
| | | @close="onCloseDialog" |
| | | /> |
| | | <PrepareFormDialog |
| | | v-if="prepareFormVisible" |
| | | v-model="prepareFormVisible" |
| | | :dialogConfig="prepareDialogConfig" |
| | | @callback="prepareCallback" |
| | | /> |
| | | <SegmentDialog |
| | | :id="segmentConfig.row?.id" |
| | | v-model="segmentConfig.visible" |
| | | @confirm="onDeliverThen" |
| | | /> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import { |
| | | defineComponent, |
| | | ref, |
| | | reactive, |
| | | computed, |
| | | PropType, |
| | | onMounted, |
| | | watch, |
| | | nextTick, |
| | | onUnmounted, |
| | | } from 'vue' |
| | | import get from 'lodash/get' |
| | | import head from 'lodash/head' |
| | | import isNull from 'lodash/isNull' |
| | | import cloneDeep from 'lodash/cloneDeep' |
| | | import { useGlobalState } from '@/libs/Store/Store' |
| | | import { getSegments, getSegmentsList } from '../../api/process' |
| | | |
| | | import dayjs from 'dayjs' |
| | | import api from '../../api/product-setting' |
| | | import { ElMessage, ElMessageBox } from 'element-plus' |
| | | import type { |
| | | IProductTableItem, |
| | | IProductParamsRequest, |
| | | } from '../../api/product' |
| | | import { getEnum } from '../../enum' |
| | | import CustomFormItem from '../../components/customFormItem/index.vue' |
| | | import ProductFormDialog from '../../dialog/productForm.vue' |
| | | import PrepareFormDialog from '../../dialog/prepareForm.vue' |
| | | import Pagination from '../../components/pagination/index.vue' |
| | | import TipPop from '../../components/TipPop/index.vue' |
| | | import StatusComponent from '../../components/status/index.vue' |
| | | import ModuleDialog from '../../dialog/moduleDialog/index.vue' |
| | | import CollapseTable from '../../components/collapse-table/index.vue' |
| | | import IconButton from '@/components/IconButton/IconButton' |
| | | import Search from '@/components/Search/Search' |
| | | import DatePicker from '@/components/DatePicker/index.vue' |
| | | import TableFilter from '@/components/TableFilter/TableFilter' |
| | | import { createInjector } from '../../hooks/use-permission' |
| | | import SegmentDialog from '../../dialog/segment/segment' |
| | | import { _t } from '../../app' |
| | | import { Language } from '@/libs/Language/Language' |
| | | import { useHook } from '@/libs/Hook/Hook' |
| | | import { orderSegMap } from '../../state' |
| | | import { Socket } from '@/libs/Socket' |
| | | //import { downloadFile } from '@/utils/client' |
| | | const { DIALOG_STATUS, ORDER_STATUS, ORDER_STATUS_MAP, ORDER_ACTIONS_STATUS } = |
| | | getEnum() |
| | | |
| | | export default defineComponent({ |
| | | name: 'OrderManagement', |
| | | components: { |
| | | SegmentDialog, |
| | | ProductFormDialog, |
| | | PrepareFormDialog, |
| | | Pagination, |
| | | TipPop, |
| | | StatusComponent, |
| | | ModuleDialog, |
| | | CollapseTable, |
| | | CustomFormItem, |
| | | IconButton, |
| | | Search, |
| | | DatePicker, |
| | | TableFilter, |
| | | }, |
| | | setup(props, { emit }) { |
| | | let t |
| | | const { VariableStore, Variable } = useHook(props, emit) |
| | | const { curTab } = createInjector() |
| | | watch(curTab, (val: any) => { |
| | | if (val == 'OrderManagement') { |
| | | initProdCode() |
| | | } |
| | | }) |
| | | |
| | | const segmentConfig = ref<{ |
| | | visible: boolean |
| | | row: { |
| | | id?: string |
| | | tableSelectList?: any[] |
| | | } |
| | | }>({ |
| | | visible: false, |
| | | row: {}, |
| | | }) |
| | | const colRef = ref() |
| | | const ProductModel = ref<Record<string, any>>({}) |
| | | const prodCodeList = ref<any[]>([]) |
| | | const isStartFlushList = ref(false) |
| | | const columnsFilter = computed<any[]>(() => [ |
| | | { |
| | | field: 'ProductModel', |
| | | title: _t('产ååå·'), |
| | | el: 'select', |
| | | // æç´¢æ¶æç¨çåæ®µ |
| | | prop: 'ProductModel', |
| | | options: prodCodeList, |
| | | placeholder: _t('è¯·éæ©'), |
| | | }, |
| | | ]) |
| | | |
| | | const { isHasPermission } = createInjector() |
| | | // const timeRange: any = ref([ |
| | | // dayjs().subtract(7, 'day').startOf('day').format('YYYY-MM-DD 00:00:00'), |
| | | // dayjs().startOf('day').format('YYYY-MM-DD 23:59:59'), |
| | | // ]) |
| | | const timeRange: any = ref(['', '']) //bug-15153 é»è®¤å»ææ¶é´èå´éå¶ï¼å±ç¤ºå
¨éæ°æ® |
| | | const condition = ref({ |
| | | Filter: '', |
| | | Status: '', |
| | | currentPage: 1, |
| | | pageSize: 10, |
| | | page: {}, |
| | | }) |
| | | const collapseOptions = ref({ |
| | | [ORDER_STATUS.PRODUCTION]: { |
| | | // çäº§ä¸ |
| | | key: ORDER_STATUS.PRODUCTION, |
| | | tableData: [], |
| | | attrsProp: { |
| | | title: ORDER_STATUS_MAP[ORDER_STATUS.PRODUCTION], |
| | | total: 0, |
| | | hiddenSort: true, |
| | | buttons: [ |
| | | ORDER_ACTIONS_STATUS.PAUSE, |
| | | ORDER_ACTIONS_STATUS.COMPLTE, |
| | | ORDER_ACTIONS_STATUS.FINISHED, |
| | | ], |
| | | }, |
| | | sort: 0, |
| | | }, |
| | | [ORDER_STATUS.PRODUCED]: { |
| | | // å¾
ç产 |
| | | key: ORDER_STATUS.PRODUCED, |
| | | tableData: [], |
| | | attrsProp: { |
| | | title: ORDER_STATUS_MAP[ORDER_STATUS.PRODUCED], |
| | | total: 0, |
| | | buttons: [ |
| | | ORDER_ACTIONS_STATUS.DELIVER, |
| | | ORDER_ACTIONS_STATUS.PAUSE, |
| | | ORDER_ACTIONS_STATUS.FINISHED, |
| | | ], |
| | | }, |
| | | sort: 1, |
| | | }, |
| | | [ORDER_STATUS.PAUSED]: { |
| | | // å·²æå |
| | | key: ORDER_STATUS.PAUSED, |
| | | tableData: [], |
| | | attrsProp: { |
| | | title: ORDER_STATUS_MAP[ORDER_STATUS.PAUSED], |
| | | total: 0, |
| | | buttons: [ |
| | | ORDER_ACTIONS_STATUS.ACTIVATION, |
| | | ORDER_ACTIONS_STATUS.FINISHED, |
| | | ORDER_ACTIONS_STATUS.EDIT, |
| | | ], |
| | | }, |
| | | sort: 2, |
| | | }, |
| | | [ORDER_STATUS.NOT_ACTIVE]: { |
| | | // æªæ¿æ´» |
| | | key: ORDER_STATUS.NOT_ACTIVE, |
| | | tableData: [], |
| | | attrsProp: { |
| | | title: ORDER_STATUS_MAP[ORDER_STATUS.NOT_ACTIVE], |
| | | total: 0, |
| | | buttons: [ |
| | | ORDER_ACTIONS_STATUS.ACTIVATION, |
| | | ORDER_ACTIONS_STATUS.EDIT, |
| | | ORDER_ACTIONS_STATUS.FINISHED, |
| | | ORDER_ACTIONS_STATUS.DELETE, |
| | | ORDER_ACTIONS_STATUS.UPLOAD, |
| | | ORDER_ACTIONS_STATUS.DOWNLOADTEMPLATE, |
| | | ], |
| | | }, |
| | | sort: 3, |
| | | }, |
| | | }) |
| | | const collapseList = computed(() => |
| | | Object.keys(collapseOptions.value).sort((a, b) => { |
| | | return collapseOptions.value[a].sort - collapseOptions.value[b].sort |
| | | }) |
| | | ) |
| | | |
| | | const dialogVisible = ref(false) |
| | | const dialogConfig = ref<IProductParamsRequest>() |
| | | const dialogStatus = ref(DIALOG_STATUS.ADD) |
| | | |
| | | const moduleDialogVisible = ref(false) |
| | | const moduleDialogConfig = ref({}) |
| | | |
| | | const prepareFormVisible = ref(false) |
| | | const prepareDialogConfig = ref({}) |
| | | |
| | | const tableData = ref<IProductTableItem[]>([]) |
| | | const tableSelectList = ref<IProductTableItem[]>([]) |
| | | |
| | | const ORDER_STATUS_REF = reactive(ORDER_STATUS) |
| | | |
| | | const hasProduction = computed(() => |
| | | tableData.value.find((item) => item.status === ORDER_STATUS.PRODUCTION) |
| | | ) |
| | | const { systemConfig } = useGlobalState() |
| | | |
| | | // 1èªå¨ï¼0æå¨ |
| | | const controlMode = computed(() => { |
| | | const { ExecuteMode } = systemConfig.state.value |
| | | return ExecuteMode == '0' |
| | | }) |
| | | /** |
| | | * 产线 |
| | | */ |
| | | const hasProductionLineStructure = computed(() => { |
| | | const { ProductionLineStructure } = systemConfig.state.value |
| | | return ProductionLineStructure == 1 |
| | | }) |
| | | /** |
| | | * å¼å§ä¿¡å· |
| | | */ |
| | | const StartVariableName = computed(() => { |
| | | return systemConfig.state.value?.StartVariableName |
| | | }) |
| | | /** |
| | | * å®æä¿¡å· |
| | | */ |
| | | const FinishVariableName = computed(() => { |
| | | return systemConfig.state.value?.FinishVariableName |
| | | }) |
| | | const productionStatus = computed(() => { |
| | | if (StartVariableName.value) { |
| | | const v = Variable.store[StartVariableName.value] |
| | | if (v == 1) { |
| | | return _t('ç产ä¸') |
| | | } |
| | | return _t('æªç产') |
| | | } |
| | | return _t('æªç产') |
| | | }) |
| | | |
| | | const callbackStack = ref([]) |
| | | const callbackStatus = ref(false) |
| | | |
| | | const tipParams = ref({ |
| | | tipVisible: false, |
| | | tipText: '', |
| | | tipTextIcon: '', |
| | | noCancel: false, |
| | | }) |
| | | |
| | | const tableHead = computed(() => [ |
| | | { |
| | | prop: 'code', |
| | | label: _t('å·¥åå·'), |
| | | }, |
| | | { |
| | | prop: 'OuterDiameter', |
| | | label: _t('å¤å¾'), |
| | | }, |
| | | { |
| | | prop: 'Material', |
| | | label: _t('æè´¨'), |
| | | }, |
| | | { |
| | | prop: 'Length', |
| | | label: _t('é¿åº¦'), |
| | | }, |
| | | { |
| | | prop: 'CallMaterialStatus', |
| | | label: _t('å«æç¶æ'), |
| | | }, |
| | | { |
| | | prop: 'source', |
| | | label: _t('工忥æº'), |
| | | }, |
| | | { |
| | | prop: 'productModel', |
| | | label: _t('产ååå·'), |
| | | }, |
| | | { |
| | | prop: 'formulaName', |
| | | label: _t('å·¥èºé
æ¹'), |
| | | }, |
| | | { |
| | | prop: 'segments', |
| | | label: _t('å·¥åºæ®µ'), |
| | | }, |
| | | { |
| | | prop: 'planQty', |
| | | label: _t('è®¡åæ°é'), |
| | | }, |
| | | { |
| | | prop: 'produceQty', |
| | | label: _t('æäº§æ°é'), |
| | | }, |
| | | { |
| | | prop: 'qualifiedQty', |
| | | label: _t('åæ ¼æ°'), |
| | | }, |
| | | { |
| | | prop: 'progress', |
| | | label: _t('å·¥åç产è¿åº¦'), |
| | | }, |
| | | { |
| | | prop: 'shift', |
| | | label: _t('çæ¬¡'), |
| | | }, |
| | | { |
| | | prop: 'planStartTime', |
| | | label: _t('计åå¼å§æ¶é´'), |
| | | width: 180, |
| | | }, |
| | | { |
| | | prop: 'planFinishTime', |
| | | label: _t('计åç»ææ¶é´'), |
| | | width: 180, |
| | | }, |
| | | { |
| | | prop: 'statusName', |
| | | label: _t('å·¥åç¶æ'), |
| | | }, |
| | | ]) |
| | | |
| | | const currentTableHead = computed(() => { |
| | | return (status: number) => { |
| | | let head |
| | | if (hasProductionLineStructure.value) { |
| | | if ([1, 0, -1, -2].includes(status)) { |
| | | head = tableHead.value |
| | | } else { |
| | | head = tableHead.value.filter((item) => { |
| | | return item.prop !== 'segments' |
| | | }) |
| | | } |
| | | } else { |
| | | head = tableHead.value.filter((item) => item.prop !== 'segments') |
| | | } |
| | | if (status == -2) { |
| | | head = head.filter((item) => { |
| | | return ![ |
| | | 'produceQty', |
| | | 'qualifiedQty', |
| | | 'progress', |
| | | 'shift', |
| | | ].includes(item.prop) |
| | | }) |
| | | } |
| | | return head |
| | | } |
| | | }) |
| | | |
| | | const onChangeDate = () => { |
| | | const startTime = timeRange.value?.[0] |
| | | const endTime = timeRange.value?.[1] |
| | | console.log('onChangeDate', startTime, endTime) |
| | | initAllTableData() |
| | | } |
| | | |
| | | const onAdd = () => { |
| | | if (!isHasPermission('OrderManagement-actions-add')) { |
| | | // ElMessage.error(_t('ç¨æ·æ²¡æè¯¥æéï¼')) |
| | | return |
| | | } |
| | | dialogStatus.value = DIALOG_STATUS.ADD |
| | | dialogVisible.value = true |
| | | } |
| | | |
| | | const onEdit = async (tableSelectList: IProductTableItem[] = []) => { |
| | | if (!isHasPermission('OrderManagement-actions-update')) { |
| | | // ElMessage.error(_t('ç¨æ·æ²¡æè¯¥æéï¼')) |
| | | return |
| | | } |
| | | if (tableSelectList.length !== 1) { |
| | | ElMessage.warning(_t('è¯·éæ©ä¸ä¸ªå·¥åè¿è¡æä½')) |
| | | return |
| | | } |
| | | |
| | | const id = get(head(tableSelectList), 'id', '') |
| | | |
| | | const result = await api.getOrder(id) |
| | | |
| | | dialogConfig.value = result |
| | | console.log('result', result) |
| | | dialogStatus.value = DIALOG_STATUS.EDIT |
| | | dialogVisible.value = true |
| | | } |
| | | |
| | | const onDelete = async (tableSelectList: IProductTableItem[] = []) => { |
| | | if (!isHasPermission('OrderManagement-actions-delete')) { |
| | | // ElMessage.error(_t('ç¨æ·æ²¡æè¯¥æéï¼')) |
| | | return |
| | | } |
| | | if (!tableSelectList.length) { |
| | | ElMessage.warning(_t('请è³å°éæ©ä¸ä¸ªå·¥åè¿è¡æä½')) |
| | | return |
| | | } |
| | | // // æ¯å¦åå¨ å¾
ç产 以å¤çç¶æ |
| | | // const onlyProduced = tableSelectList.every( |
| | | // (item) => item.status === ORDER_STATUS.PRODUCED |
| | | // ) |
| | | |
| | | // æ£æµæ¯å¦å·¥åæ¥æºâæ¬å°å建â ä»¥å¤ |
| | | const isLocalSource = tableSelectList.every( |
| | | (item: any) => item.source === _t('工忥æº') |
| | | ) |
| | | |
| | | if (isLocalSource) { |
| | | return ElMessage.error(_t('å é¤å¤±è´¥ï¼å·¥åæ¥æºéæ¬å°å建ï¼ä¸æ¯æå é¤')) |
| | | } |
| | | |
| | | // if (!onlyProduced) { |
| | | // setTipParams(true, 'æä½å¤±è´¥ï¼ä»
æ¯æå é¤å·¥åç¶æä¸ºå¾
ç产çå·¥åï¼è¯·æ£æ¥åéè¯', 'cuowutishi') |
| | | // return |
| | | // } |
| | | |
| | | const func = async () => { |
| | | const ids = tableSelectList.map((item) => item.id) |
| | | await api.delOrder(ids) |
| | | ElMessage.success(_t(`å 餿å`)) |
| | | initAllTableData() |
| | | } |
| | | |
| | | setTipParams(true, _t('å·¥åå é¤åä¸å¯æ¢å¤ï¼æ¯å¦ç¡®è®¤å é¤'), '') |
| | | |
| | | // @ts-ignore |
| | | callbackStack.value.push(() => { |
| | | return callbackStatus.value ? func() : Promise.resolve |
| | | }) |
| | | } |
| | | |
| | | const onDeliver = async ( |
| | | tableSelectList: IProductTableItem[] = [], |
| | | status?: string | number |
| | | ) => { |
| | | if (!isHasPermission('OrderManagement-actions-deliver')) { |
| | | // ElMessage.error(_t('ç¨æ·æ²¡æè¯¥æéï¼')) |
| | | return |
| | | } |
| | | |
| | | segmentConfig.value.row = { |
| | | // ids, |
| | | tableSelectList, |
| | | } |
| | | |
| | | onDeliverThen() |
| | | } |
| | | // const onSegmentConfirm = (segments: string[]) => { |
| | | // onDeliverThen() |
| | | // } |
| | | const onDeliverThen = () => { |
| | | const { tableSelectList }: any = segmentConfig.value.row |
| | | const ids = tableSelectList.map((item) => item.id) |
| | | const func = async () => { |
| | | await api.batchPutDeliver(ids) |
| | | onClearTable() |
| | | ElMessage.success(_t('æä½æå')) |
| | | initAllTableData() |
| | | } |
| | | |
| | | // setTipParams(true, 'ä¸åå·¥åå请确ä¿å®ææ¸
线æä½ï¼æ¯å¦ç¡®è®¤ä¸åå·¥åï¼', '') |
| | | |
| | | // @ts-ignore |
| | | callbackStack.value.push(() => { |
| | | return callbackStatus.value ? func() : Promise.resolve |
| | | }) |
| | | |
| | | nextTick(() => tipConfirm('confirm')) |
| | | } |
| | | const onClearTable = () => { |
| | | if (Array.isArray(colRef.value)) { |
| | | colRef.value.forEach((rf) => { |
| | | const s = rf?.status?.() |
| | | if ([1, 0].includes(s)) { |
| | | rf?.onClearAll?.() |
| | | } |
| | | }) |
| | | } |
| | | } |
| | | const onPause = async (tableSelectList: IProductTableItem[] = []) => { |
| | | if (!isHasPermission('OrderManagement-actions-pause')) { |
| | | // ElMessage.error(_t('ç¨æ·æ²¡æè¯¥æéï¼')) |
| | | return |
| | | } |
| | | |
| | | // if (tableSelectList.length !== 1) { |
| | | // ElMessage.warning(_t('è¯·éæ©ä¸ä¸ªå·¥åè¿è¡æä½')) |
| | | // return |
| | | // } |
| | | |
| | | const ids = tableSelectList.map((item) => item.id) |
| | | |
| | | const func = async () => { |
| | | await api.batchPutPause(ids) |
| | | onClearTable() |
| | | ElMessage.success(_t('æä½æå')) |
| | | |
| | | initAllTableData() |
| | | } |
| | | |
| | | setTipParams( |
| | | true, |
| | | _t('å·¥åæååï¼å·²ä¸çº¿äº§åä¼ç»§ç»çäº§ï¼æ¯å¦ç¡®è®¤æåå·¥åï¼'), |
| | | '' |
| | | ) |
| | | |
| | | // @ts-ignore |
| | | callbackStack.value.push(() => { |
| | | return callbackStatus.value ? func() : Promise.resolve |
| | | }) |
| | | } |
| | | const onFinished = async ( |
| | | tableSelectList: IProductTableItem[] = [], |
| | | s?: string | number |
| | | ) => { |
| | | if (!isHasPermission('OrderManagement-actions-finish')) { |
| | | // ElMessage.error(_t('ç¨æ·æ²¡æè¯¥æéï¼')) |
| | | return |
| | | } |
| | | |
| | | // if (tableSelectList.length !== 1) { |
| | | // ElMessage.warning(_t('è¯·éæ©ä¸ä¸ªå·¥åè¿è¡æä½')) |
| | | // return |
| | | // } |
| | | |
| | | const ids = tableSelectList.map((item) => item.id) |
| | | const status = get(head(tableSelectList), 'status', '') |
| | | |
| | | if (status === ORDER_STATUS.PRODUCTION) { |
| | | await ElMessageBox.confirm( |
| | | _t(`工忣å¨çäº§ï¼æ¯å¦å¼ºå¶ç»æï¼`), |
| | | _t('æç¤º'), |
| | | { |
| | | confirmButtonText: _t('确认'), |
| | | cancelButtonText: _t('åæ¶'), |
| | | type: 'info', |
| | | } |
| | | ) |
| | | } |
| | | |
| | | moduleDialogConfig.value = { |
| | | ids, |
| | | segmentId: tableSelectList[0]?.segments?.[0]?.value, |
| | | } |
| | | moduleDialogVisible.value = true |
| | | } |
| | | const onRevoke = async ( |
| | | tableSelectList: IProductTableItem[] = [], |
| | | status?: string | number |
| | | ) => { |
| | | // if (!tableSelectList.length) { |
| | | // ElMessage.warning(_t('è¯·éæ©ä¸ä¸ªå·¥åè¿è¡æä½')) |
| | | // return |
| | | // } |
| | | |
| | | const func = async () => { |
| | | const ids = tableSelectList.map((item) => item.id) |
| | | |
| | | await api.batchPutRevoke(ids) |
| | | ElMessage.success(_t(`æ¤éæå`)) |
| | | initAllTableData() |
| | | } |
| | | |
| | | setTipParams( |
| | | true, |
| | | _t('工忤éåï¼ç¶æå为åå§å¾
æ¿æ´»ç¶æ;æ¯å¦ç¡®è®¤æ¤éå·¥åï¼'), |
| | | '' |
| | | ) |
| | | |
| | | // @ts-ignore |
| | | callbackStack.value.push(() => { |
| | | return callbackStatus.value ? func() : Promise.resolve |
| | | }) |
| | | } |
| | | const onActivation = async ( |
| | | tableSelectList: IProductTableItem[] = [], |
| | | status?: string | number |
| | | ) => { |
| | | // if (tableSelectList.length !== 1) { |
| | | // ElMessage.warning(_t('è¯·éæ©ä¸ä¸ªå·¥åè¿è¡æä½')) |
| | | // return |
| | | // } |
| | | |
| | | const ids = tableSelectList.map((item) => item.id) |
| | | |
| | | const result = await api.batchPrepareActive(ids) |
| | | ElMessage.success(_t(`æ¿æ´»æå`)) |
| | | initAllTableData() |
| | | |
| | | if (result.length) { |
| | | prepareFormVisible.value = true |
| | | prepareDialogConfig.value = { |
| | | ...head(tableSelectList), |
| | | tableData: result, |
| | | } |
| | | } |
| | | } |
| | | const onComplete = async ( |
| | | tableSelectList: IProductTableItem[] = [], |
| | | status?: string | number |
| | | ) => { |
| | | // if (tableSelectList.length !== 1) { |
| | | // ElMessage.warning(_t('è¯·éæ©ä¸ä¸ªå·¥åè¿è¡æä½')) |
| | | // return |
| | | // } |
| | | const func = async () => { |
| | | const ids = tableSelectList.map((item) => item.id) |
| | | await api.batchPutComplete(ids) |
| | | onClearTable() |
| | | ElMessage.success(_t(`宿æå`)) |
| | | initAllTableData() |
| | | } |
| | | setTipParams(true, _t('æ¯å¦ç¡®è®¤å®æå·¥åï¼'), '') |
| | | // @ts-ignore |
| | | callbackStack.value.push(() => { |
| | | return callbackStatus.value ? func() : Promise.resolve |
| | | }) |
| | | } |
| | | const onActions = async (data: any) => { |
| | | const ACTION_MAP = { |
| | | [ORDER_ACTIONS_STATUS.DELIVER]: onDeliver, |
| | | [ORDER_ACTIONS_STATUS.PAUSE]: onPause, |
| | | [ORDER_ACTIONS_STATUS.FINISHED]: onFinished, |
| | | [ORDER_ACTIONS_STATUS.REVOKE]: onRevoke, |
| | | [ORDER_ACTIONS_STATUS.EDIT]: onEdit, |
| | | [ORDER_ACTIONS_STATUS.DELETE]: onDelete, |
| | | [ORDER_ACTIONS_STATUS.ACTIVATION]: onActivation, |
| | | [ORDER_ACTIONS_STATUS.COMPLTE]: onComplete, |
| | | [ORDER_ACTIONS_STATUS.UPLOAD]: onImport, |
| | | [ORDER_ACTIONS_STATUS.DOWNLOADTEMPLATE]: onDownloadTemplate, |
| | | } |
| | | if (data.type == ORDER_ACTIONS_STATUS.UPLOAD) { |
| | | onImport(data.data) |
| | | return |
| | | } |
| | | const type = get(data, 'type') |
| | | const func = ACTION_MAP[type] |
| | | |
| | | if (!func) return |
| | | |
| | | const params = get(data, 'data.tableSelectList', []) |
| | | |
| | | func(params, get(data, 'status')) |
| | | } |
| | | // å页é
ç½® |
| | | const paginationConfig = reactive<{ |
| | | pageSize: number |
| | | currentPage: number |
| | | total: number |
| | | }>({ |
| | | pageSize: 50, // Xæ¡/页 |
| | | currentPage: 1, // å½å第X页 |
| | | total: 0, // æ»å
±X页 |
| | | }) |
| | | |
| | | const handleSelectionChange = (val: IProductTableItem[]) => { |
| | | tableSelectList.value = val |
| | | } |
| | | |
| | | const onExport = async () => { |
| | | if (!isHasPermission('OrderManagement-actions-export')) { |
| | | // ElMessage.error(_t('ç¨æ·æ²¡æè¯¥æéï¼')) |
| | | return |
| | | } |
| | | const params = { |
| | | Filter: '', |
| | | StartTime: '', |
| | | FinishTime: '', |
| | | Status: '', |
| | | Sorting: '', |
| | | SkipCount: |
| | | (paginationConfig.currentPage - 1) * paginationConfig.pageSize + '', |
| | | MaxResultCount: paginationConfig.pageSize + '', |
| | | } |
| | | // const result = await api.exportOrder(params) |
| | | |
| | | await downloadFile({ |
| | | fileUrl: '/api/v1/ordermanagement/order/export', |
| | | fileName: `${_t('å·¥å')}_${ |
| | | new Date().getFullYear() + |
| | | Number(new Date().getMonth() + 1) + |
| | | new Date().getDate() + |
| | | new Date().getTime() |
| | | }.xlsx`, |
| | | params, |
| | | }) |
| | | } |
| | | |
| | | const onDownloadTemplate = async () => { |
| | | if (!isHasPermission('OrderManagement-actions-download')) { |
| | | // ElMessage.error(_t('ç¨æ·æ²¡æè¯¥æéï¼')) |
| | | return |
| | | } |
| | | downloadFile({ |
| | | fileUrl: '/api/v1/ordermanagement/order/download', |
| | | fileName: `${_t('工忍¡ç')}${ |
| | | new Date().getFullYear() + |
| | | Number(new Date().getMonth() + 1) + |
| | | new Date().getDate() + |
| | | new Date().getTime() |
| | | }.xlsx`, |
| | | }) |
| | | } |
| | | // @ts-ignore |
| | | const onImport = async (file) => { |
| | | if (!isHasPermission('OrderManagement-actions-import')) { |
| | | // ElMessage.error(_t('ç¨æ·æ²¡æè¯¥æéï¼')) |
| | | return |
| | | } |
| | | let formData = new FormData() |
| | | formData.append('file', file.file) |
| | | |
| | | try { |
| | | await api.postImport(formData) |
| | | ElMessage.success(_t('æä½æå')) |
| | | } catch (error) { |
| | | console.log(error) |
| | | } finally { |
| | | initAllTableData() |
| | | } |
| | | } |
| | | |
| | | // @ts-ignore |
| | | // function downloadFile(file, fileName) { |
| | | // const blob = new Blob([file]) |
| | | // // å
¼å®¹ä¸åæµè§å¨çURL对象 |
| | | // // const url:any = window.URL || window.webkitURL || window.moxURL |
| | | // const url = window.URL || window.webkitURL |
| | | // // å建ä¸è½½é¾æ¥ |
| | | // const downloadHref = url.createObjectURL(blob) |
| | | // // å建aæ ç¾å¹¶ä¸ºå
¶æ·»å 屿§ |
| | | // let downloadLink = document.createElement('a') |
| | | // downloadLink.href = downloadHref |
| | | // downloadLink.download = fileName |
| | | // // 触åç¹å»äºä»¶æ§è¡ä¸è½½ |
| | | // downloadLink.click() |
| | | // // @ts-ignore |
| | | // window.URL.revokeObjectURL(url) |
| | | // } |
| | | Â // @ts-ignore |
| | | Â Â function downloadFile(file, fileName) { |
| | | Â Â Â const blob = new Blob([file]) |
| | | Â Â Â // å
¼å®¹ä¸åæµè§å¨çURL对象 |
| | | Â Â Â // const url:any = window.URL || window.webkitURL || window.moxURL |
| | | Â Â Â const url = window.URL || window.webkitURL |
| | |    // å建ä¸è½½é¾æ¥ |
| | | Â Â Â const downloadHref = url.createObjectURL(blob) |
| | |    // å建aæ ç¾å¹¶ä¸ºå
¶æ·»å 屿§ |
| | | Â Â Â let downloadLink = document.createElement('a') |
| | | Â Â Â downloadLink.href = downloadHref |
| | | Â Â Â downloadLink.download = fileName |
| | |    // 触åç¹å»äºä»¶æ§è¡ä¸è½½ |
| | | Â Â Â downloadLink.click() |
| | | Â Â Â // @ts-ignore |
| | | Â Â Â window.URL.revokeObjectURL(url) |
| | | Â Â } |
| | | |
| | | const updateFn = (data: any) => { |
| | | ProductModel.value = data |
| | | |
| | | initAllTableData() |
| | | } |
| | | |
| | | const onPage = (config: any) => { |
| | | condition.value.page[config.status] = config.currentPage |
| | | initTableData(config.status, config.segment) |
| | | } |
| | | |
| | | const onEmitSegment = (config) => { |
| | | initTableData(config.status, config.id) |
| | | } |
| | | |
| | | async function initTableData(Status = '', SegmentId = undefined) { |
| | | const skipCount = |
| | | condition.value.page[Status] || condition.value.currentPage |
| | | |
| | | const StartTime = timeRange.value?.[0] || '' |
| | | const FinishTime = timeRange.value?.[1] || '' |
| | | const params = { |
| | | Filter: condition.value.Filter, |
| | | StartTime, |
| | | FinishTime, |
| | | Status, |
| | | Sorting: '', |
| | | Product: ProductModel.value.ProductModel, |
| | | SkipCount: (skipCount - 1) * condition.value.pageSize + '', |
| | | MaxResultCount: condition.value.pageSize + '', |
| | | SegmentId, |
| | | } |
| | | |
| | | const result = await api.getTable(params) |
| | | const data = get(result, 'items', []).map((item, index) => { |
| | | // @ts-ignore |
| | | const { sort } = item |
| | | return { |
| | | ...item, |
| | | formulaName: item.formula?.name, |
| | | statusName: item.status?.description, |
| | | sort: isNull(sort) ? index : sort, |
| | | } |
| | | }) |
| | | |
| | | if (collapseOptions.value[Status]) { |
| | | collapseOptions.value[Status].tableData = cloneDeep(data) |
| | | collapseOptions.value[Status].attrsProp.total = paginationConfig.total = |
| | | get(result, 'totalCount', 0) |
| | | } |
| | | } |
| | | async function initTableHead() {} |
| | | const initProdCode = async () => { |
| | | const result = await api.getModelOptionsNew() |
| | | result.unshift({ |
| | | name: _t('ä¸é'), |
| | | value: '', |
| | | description: _t('ä¸é'), |
| | | }) |
| | | prodCodeList.value = result |
| | | initAllTableData() |
| | | } |
| | | function initAllTableData(statusList = [1, 0, -1, -2]) { |
| | | Object.keys(collapseOptions.value).forEach((status: string) => { |
| | | const segment = orderSegMap.value[status] |
| | | if (statusList.includes(Number(status))) { |
| | | initTableData(status, segment) |
| | | } |
| | | }) |
| | | } |
| | | Language.useChange(() => { |
| | | initProdCode() |
| | | }) |
| | | |
| | | onMounted(() => { |
| | | initProdCode() |
| | | }) |
| | | |
| | | const tipConfirm = async (action: 'cancel' | 'confirm') => { |
| | | if (!callbackStack.value.length) { |
| | | setTipParams() |
| | | return |
| | | } |
| | | |
| | | callbackStatus.value = action === 'confirm' |
| | | |
| | | const ajaxFunc = callbackStack.value.pop() |
| | | if (!ajaxFunc) return |
| | | |
| | | try { |
| | | // @ts-ignore |
| | | await ajaxFunc() |
| | | } catch (error) { |
| | | console.log(' callbackStack list error', error) |
| | | } finally { |
| | | callbackStack.value = [] |
| | | } |
| | | |
| | | setTipParams() |
| | | } |
| | | |
| | | const onCloseDialog = () => { |
| | | moduleDialogVisible.value = false |
| | | initAllTableData() |
| | | } |
| | | function setTipParams( |
| | | tipVisible = false, |
| | | tipText = '', |
| | | tipTextIcon = '', |
| | | noCancel?: boolean |
| | | ) { |
| | | tipParams.value = { |
| | | tipVisible, |
| | | tipText, |
| | | tipTextIcon, |
| | | noCancel: noCancel || false, |
| | | } |
| | | } |
| | | |
| | | function init() { |
| | | initTableHead() |
| | | } |
| | | |
| | | init() |
| | | |
| | | const callback = () => { |
| | | dialogVisible.value = false |
| | | initAllTableData() |
| | | } |
| | | |
| | | const prepareCallback = () => { |
| | | prepareFormVisible.value = false |
| | | prepareDialogConfig.value = {} |
| | | initAllTableData() |
| | | } |
| | | |
| | | // @ts-ignore |
| | | // function downloadFile(file, fileName) { |
| | | // const blob = new Blob([file]) |
| | | // // å
¼å®¹ä¸åæµè§å¨çURL对象 |
| | | // // const url:any = window.URL || window.webkitURL || window.moxURL |
| | | // const url = window.URL || window.webkitURL |
| | | // // å建ä¸è½½é¾æ¥ |
| | | // const downloadHref = url.createObjectURL(blob) |
| | | // // å建aæ ç¾å¹¶ä¸ºå
¶æ·»å 屿§ |
| | | // let downloadLink = document.createElement('a') |
| | | // downloadLink.href = downloadHref |
| | | // downloadLink.download = fileName |
| | | // // 触åç¹å»äºä»¶æ§è¡ä¸è½½ |
| | | // downloadLink.click() |
| | | // // @ts-ignore |
| | | // window.URL.revokeObjectURL(url) |
| | | // } |
| | | |
| | | // const onEmitWatch = () => { |
| | | // const socket = new Socket({ |
| | | // url: '/hubs/v1/easy-notice', |
| | | // name: 'å·¥å管ç', |
| | | // }) |
| | | |
| | | // socket?.connection?.start() |
| | | // socket?.on('onMessage', () => { |
| | | |
| | | // }) |
| | | // } |
| | | |
| | | const onEmitStartFlush = () => { |
| | | if (!controlMode.value) { |
| | | clearInterval(t) |
| | | isStartFlushList.value = true |
| | | t = setInterval(() => { |
| | | initAllTableData([0, 1, -1]) |
| | | }, 5000) |
| | | } |
| | | } |
| | | const onEmitAction = (value) => { |
| | | if (value === 1) { |
| | | if (StartVariableName.value) { |
| | | VariableStore[StartVariableName.value] = 1 |
| | | VariableStore[FinishVariableName.value] = 0 |
| | | return ElMessage.success(_t('å¼å§æå')) |
| | | } |
| | | return ElMessage.warning(_t(`请é
ç½®åé`)) |
| | | } |
| | | if (value === 0) { |
| | | if (FinishVariableName.value) { |
| | | VariableStore[FinishVariableName.value] = 1 |
| | | VariableStore[StartVariableName.value] = 0 |
| | | clearInterval(t) |
| | | isStartFlushList.value = false |
| | | return ElMessage.success(_t('忢æå')) |
| | | } |
| | | return ElMessage.warning(_t(`请é
ç½®åé`)) |
| | | } |
| | | } |
| | | watch( |
| | | () => Variable.store[StartVariableName.value], |
| | | (v) => { |
| | | if (v == 1) { |
| | | clearTimeout(t) |
| | | onEmitStartFlush() |
| | | } |
| | | }, |
| | | { |
| | | immediate: true, |
| | | } |
| | | ) |
| | | onUnmounted(() => { |
| | | isStartFlushList.value = false |
| | | clearInterval(t) |
| | | }) |
| | | |
| | | return { |
| | | condition, |
| | | collapseOptions, |
| | | collapseList, |
| | | tableHead, |
| | | tableData, |
| | | paginationConfig, |
| | | dialogVisible, |
| | | dialogConfig, |
| | | dialogStatus, |
| | | moduleDialogVisible, |
| | | moduleDialogConfig, |
| | | prepareFormVisible, |
| | | prepareDialogConfig, |
| | | hasProduction, |
| | | tipParams, |
| | | columnsFilter, |
| | | timeRange, |
| | | prodCodeList, |
| | | ProductModel, |
| | | ORDER_STATUS_REF, |
| | | currentTableHead, |
| | | segmentConfig, |
| | | _t, |
| | | productionStatus, |
| | | controlMode, |
| | | isStartFlushList, |
| | | colRef, |
| | | onClearTable, |
| | | onEmitSegment, |
| | | onEmitAction, |
| | | onDeliverThen, |
| | | onAdd, |
| | | onEdit, |
| | | onDelete, |
| | | onDeliver, |
| | | onPause, |
| | | onFinished, |
| | | onActions, |
| | | callback, |
| | | prepareCallback, |
| | | handleSelectionChange, |
| | | onExport, |
| | | onImport, |
| | | onDownloadTemplate, |
| | | tipConfirm, |
| | | onCloseDialog, |
| | | initAllTableData, |
| | | initProdCode, |
| | | onChangeDate, |
| | | updateFn, |
| | | onPage, |
| | | } |
| | | }, |
| | | }) |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | @import '@/assets/styles/common.scss'; |
| | | |
| | | .container { |
| | | height: 100%; |
| | | overflow: auto; |
| | | .header-status { |
| | | background-color: #f1f1f1; |
| | | border-radius: 5px; |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | height: 40px; |
| | | width: 100%; |
| | | align-items: center; |
| | | font-size: 14px; |
| | | padding: 0 10px; |
| | | margin-bottom: 10px; |
| | | .status { |
| | | border: 1px solid #ddd; |
| | | border-radius: 4px; |
| | | font-size: 14px; |
| | | min-width: 80px; |
| | | padding: 2px 10px; |
| | | display: flex; |
| | | align-content: center; |
| | | justify-content: center; |
| | | margin: 0 10px; |
| | | background-color: #fff; |
| | | height: 26px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .head { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | |
| | | .head-left { |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | } |
| | | |
| | | :deep(.cs-input__wrapper) { |
| | | height: 32px; |
| | | } |
| | | } |
| | | |
| | | .right-btn { |
| | | color: #484f53; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .sortClass { |
| | | border-radius: 50%; |
| | | color: #fff; |
| | | border: 1px solid #c7c9cc; |
| | | background-color: #c7c9cc; |
| | | padding: 3px; |
| | | font-size: 8px; |
| | | cursor: pointer; |
| | | |
| | | &:last-child { |
| | | margin-left: 8px; |
| | | } |
| | | |
| | | &:hover { |
| | | background-color: #5a84ff; |
| | | border-color: #5a84ff; |
| | | } |
| | | } |
| | | |
| | | .head-right { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .prohibit { |
| | | cursor: no-drop; |
| | | |
| | | &:hover { |
| | | border: 1px solid #c7c9cc; |
| | | background-color: #c7c9cc; |
| | | } |
| | | } |
| | | </style> |
| | | <style lang="scss"> |
| | | @import url(../../../../assets/styles/common.scss); |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="container"> |
| | | <div class="head"> |
| | | <div class="head-left"> |
| | | <el-date-picker |
| | | v-model="timeValue" |
| | | type="daterange" |
| | | range-separator="-" |
| | | :start-placeholder="_t('å¼å§æ¶é´')" |
| | | :end-placeholder="_t('ç»ææ¶é´')" |
| | | value-format="YYYY-MM-DD HH:mm:ss" |
| | | :default-time="[ |
| | | new Date(2000, 1, 1, 0, 0, 0), |
| | | new Date(2000, 2, 1, 23, 59, 59), |
| | | ]" |
| | | @change="initTableData" |
| | | class="fix-input-style fix-datetime-picker" |
| | | popper-class="light-datetime-picker" |
| | | :style="{ marginRight: '5px' }" |
| | | /> |
| | | <IconButton icon="export" :onClick="onExport"> |
| | | {{ _t('导åº') }} |
| | | </IconButton> |
| | | </div> |
| | | <div class="head-right"> |
| | | <Search |
| | | v-model="searchValue" |
| | | @Confirm="initTableData" |
| | | :style="{ marginLeft: '5px' }" |
| | | /> |
| | | </div> |
| | | </div> |
| | | <!-- --> |
| | | <!-- url="/api/v1/ordermanagement/order" |
| | | :params="{ |
| | | Filter: '', |
| | | StartTime: head(backtrackingCondition.timeValue), |
| | | FinishTime: last(backtrackingCondition.timeValue), |
| | | Status: FIXED_STATUS, // åºå®ä¼ 5 为工åè®°å½->4 |
| | | Sorting: '', |
| | | }" --> |
| | | <BaseTable |
| | | v-model:dataSource="tableData" |
| | | v-model:total="paginationConfig.total" |
| | | @page="onPage" |
| | | :pageSize="paginationConfig.pageSize" |
| | | id="id_key" |
| | | :isSeq="true" |
| | | :columns="tableHead" |
| | | > |
| | | <template #formulaName="{ row }"> |
| | | {{ row.formula.name }} |
| | | </template> |
| | | |
| | | <template #productModel="{ row }"> |
| | | {{ row.product.model }} |
| | | </template> |
| | | |
| | | <template #statusDescription="{ row }"> |
| | | {{ row.status.description }} |
| | | </template> |
| | | <template #segments="{ row }"> |
| | | <Text :truncated="true" :title="currentSegment(row)">{{ |
| | | currentSegment(row) |
| | | }}</Text> |
| | | </template> |
| | | </BaseTable> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import { |
| | | defineComponent, |
| | | ref, |
| | | reactive, |
| | | onActivated, |
| | | onMounted, |
| | | watch, |
| | | computed, |
| | | } from 'vue' |
| | | import { head, last, get, cloneDeep } from 'lodash' |
| | | import dayjs from 'dayjs' |
| | | import sdk from 'sdk' |
| | | import api from '../../api/product-setting' |
| | | import { ElMessageBox, ElMessage } from 'element-plus' |
| | | import type { IProductTableItem } from '../../api/product' |
| | | import Pagination from '../../components/pagination/index.vue' |
| | | import IconButton from '@/components/IconButton/IconButton' |
| | | import Search from '@/components/Search/Search' |
| | | import { createInjector } from '../../hooks/use-permission' |
| | | import Text from '@/components/Text/Text' |
| | | import { _t } from '../../app' |
| | | //import { downloadFile } from '@/utils/client' |
| | | const FIXED_STATUS = '4' |
| | | import BaseTable from '@/components/Table/Table' |
| | | |
| | | export default defineComponent({ |
| | | name: 'OrderRecords', |
| | | components: { |
| | | Pagination, |
| | | BaseTable, |
| | | IconButton, |
| | | Search, |
| | | Text, |
| | | }, |
| | | setup(props) { |
| | | const { curTab } = createInjector() |
| | | watch(curTab, (val: any) => { |
| | | if (val == 'OrderRecords') { |
| | | init() |
| | | } |
| | | }) |
| | | |
| | | const searchValue = ref('') |
| | | const timeValue = ref([ |
| | | dayjs().subtract(7, 'day').startOf('day').format('YYYY-MM-DD 00:00:00'), |
| | | dayjs().startOf('day').format('YYYY-MM-DD 23:59:59'), |
| | | ]) |
| | | const MaxResultCount = 20 |
| | | // ä¿çinitTableData è¯·æ±æ¶çåæ° |
| | | const backtrackingCondition = ref({ |
| | | timeValue: [], |
| | | SkipCount: '', |
| | | MaxResultCount, |
| | | }) |
| | | const tableData = ref<IProductTableItem[]>([]) |
| | | const tableSelectList = ref<IProductTableItem[]>([]) |
| | | const tableHead = computed(() => [ |
| | | { |
| | | field: 'seq', |
| | | title: _t('åºå·'), |
| | | type: 'seq', |
| | | }, |
| | | { |
| | | field: 'code', |
| | | title: _t('å·¥åå·'), |
| | | }, |
| | | { |
| | | field: 'source', |
| | | title: _t('工忥æº'), |
| | | }, |
| | | { |
| | | field: 'planStartTime', |
| | | title: _t('计åå¼å§æ¶é´'), |
| | | }, |
| | | { |
| | | field: 'planFinishTime', |
| | | title: _t('计åç»ææ¶é´'), |
| | | }, |
| | | { |
| | | field: 'productModel', |
| | | title: _t('产ååå·'), |
| | | }, |
| | | { |
| | | field: 'formulaName', |
| | | title: _t('å·¥èºé
æ¹'), |
| | | }, |
| | | { |
| | | field: 'segments', |
| | | title: _t('产线段'), |
| | | }, |
| | | { |
| | | field: 'planQty', |
| | | title: _t('è®¡åæ°é'), |
| | | }, |
| | | { |
| | | field: 'produceQty', |
| | | title: _t('æäº§æ°é'), |
| | | }, |
| | | { |
| | | field: 'qualifiedQty', |
| | | title: _t('åæ ¼æ°'), |
| | | }, |
| | | { |
| | | field: 'shift', |
| | | title: _t('çæ¬¡'), |
| | | }, |
| | | { |
| | | field: 'startTime', |
| | | title: _t('å®é
å¼å§æ¶é´'), |
| | | }, |
| | | { |
| | | field: 'finishTime', |
| | | title: _t('å®é
ç»ææ¶é´'), |
| | | }, |
| | | { |
| | | field: 'statusDescription', |
| | | title: _t('å·¥åç¶æ'), |
| | | }, |
| | | { |
| | | field: 'finishReason', |
| | | title: _t('订åç»æåå '), |
| | | }, |
| | | ]) |
| | | // å页é
ç½® |
| | | const paginationConfig = reactive<{ |
| | | pageSize: number |
| | | currentPage: number |
| | | total: number |
| | | }>({ |
| | | pageSize: MaxResultCount, // Xæ¡/页 |
| | | currentPage: 1, // å½å第X页 |
| | | total: 0, // æ»å
±X页 |
| | | }) |
| | | const currentSegment = computed(() => { |
| | | return (row: Record<string, any>) => { |
| | | const text = row?.segments |
| | | ?.map((v: { segmentName: string; segmentId: string }) => { |
| | | return v.segmentName |
| | | }) |
| | | .join(',') |
| | | return text |
| | | } |
| | | }) |
| | | const handleSelectionChange = (val: IProductTableItem[]) => { |
| | | tableSelectList.value = val |
| | | } |
| | | |
| | | const onExport = async () => { |
| | | // if (!isHasPermission('OrderRecords-actions-export')) { |
| | | // return |
| | | // } |
| | | |
| | | const StartTime = |
| | | head(backtrackingCondition.value.timeValue) || timeValue.value[0] |
| | | const FinishTime = |
| | | last(backtrackingCondition.value.timeValue) || timeValue.value[1] |
| | | const params = { |
| | | Filter: '', |
| | | StartTime, |
| | | FinishTime, |
| | | Status: FIXED_STATUS, // åºå®ä¼ 5 为工åè®°å½->4 |
| | | Sorting: '', |
| | | SkipCount: backtrackingCondition.value.SkipCount, |
| | | MaxResultCount: backtrackingCondition.value.MaxResultCount, |
| | | } |
| | | |
| | | // const result = await api.exportOrder(params) |
| | | // console.log(result, 'result >>>') |
| | | |
| | | // downloadFile( |
| | | // result, |
| | | // `${_t('å·¥åè®°å½')}${ |
| | | // '' + |
| | | // new Date().getFullYear() + |
| | | // Number(new Date().getMonth() + 1) + |
| | | // new Date().getDate() + |
| | | // new Date().getTime() |
| | | // }.xlsx` |
| | | // ) |
| | | |
| | | await downloadFile({ |
| | | fileUrl: '/api/v1/ordermanagement/order/export', |
| | | fileName: `${_t('å·¥åè®°å½')}${ |
| | | '' + |
| | | new Date().getFullYear() + |
| | | Number(new Date().getMonth() + 1) + |
| | | new Date().getDate() + |
| | | new Date().getTime() |
| | | }.xlsx`, |
| | | params, |
| | | }) |
| | | } |
| | | |
| | | const onPage = async (current: number) => { |
| | | paginationConfig.currentPage = current |
| | | |
| | | const StartTime = head(backtrackingCondition.value.timeValue) |
| | | const FinishTime = last(backtrackingCondition.value.timeValue) |
| | | const params = { |
| | | Filter: '', |
| | | StartTime, |
| | | FinishTime, |
| | | Status: FIXED_STATUS, // åºå®ä¼ 5 为工åè®°å½->4 |
| | | Sorting: '', |
| | | SkipCount: (current - 1) * paginationConfig.pageSize, |
| | | MaxResultCount: backtrackingCondition.value.MaxResultCount, |
| | | } |
| | | |
| | | const result = await api.getTable(params) |
| | | tableData.value = get(result, 'items', []) |
| | | |
| | | paginationConfig.total = get(result, 'totalCount', 0) |
| | | } |
| | | async function initTableData() { |
| | | const StartTime = head(timeValue.value) |
| | | const FinishTime = last(timeValue.value) |
| | | |
| | | const params = { |
| | | Filter: searchValue.value, |
| | | StartTime, |
| | | FinishTime, |
| | | Status: FIXED_STATUS, // åºå®ä¼ 5 为工åè®°å½->4 |
| | | Sorting: '', |
| | | SkipCount: |
| | | (paginationConfig.currentPage - 1) * paginationConfig.pageSize, |
| | | MaxResultCount: paginationConfig.pageSize + '', |
| | | } |
| | | // console.log(params, paginationConfig.currentPage, current, 'params') |
| | | |
| | | const result = await api.getTable(params) |
| | | tableData.value = get(result, 'items', []) |
| | | paginationConfig.total = get(result, 'totalCount', 0) |
| | | |
| | | backtrackingCondition.value = { |
| | | // @ts-ignore |
| | | timeValue: cloneDeep(timeValue.value), |
| | | SkipCount: |
| | | (paginationConfig.currentPage - 1) * paginationConfig.pageSize + '', |
| | | MaxResultCount: paginationConfig.pageSize + '', |
| | | } |
| | | } |
| | | function init() { |
| | | initTableData() |
| | | } |
| | | |
| | | // @ts-ignore |
| | | // function downloadFile(file, fileName) { |
| | | // const blob = new Blob([file]) |
| | | // // å
¼å®¹ä¸åæµè§å¨çURL对象 |
| | | // // const url:any = window.URL || window.webkitURL || window.moxURL |
| | | // const url = window.URL || window.webkitURL |
| | | // // å建ä¸è½½é¾æ¥ |
| | | // const downloadHref = url.createObjectURL(blob) |
| | | // // å建aæ ç¾å¹¶ä¸ºå
¶æ·»å 屿§ |
| | | // let downloadLink = document.createElement('a') |
| | | // downloadLink.href = downloadHref |
| | | // downloadLink.download = fileName |
| | | // // 触åç¹å»äºä»¶æ§è¡ä¸è½½ |
| | | // downloadLink.click() |
| | | // // @ts-ignore |
| | | // window.URL.revokeObjectURL(url) |
| | | // } |
| | | Â // @ts-ignore |
| | | Â Â function downloadFile(file, fileName) { |
| | | Â Â Â const blob = new Blob([file]) |
| | | Â Â Â // å
¼å®¹ä¸åæµè§å¨çURL对象 |
| | | Â Â Â // const url:any = window.URL || window.webkitURL || window.moxURL |
| | | Â Â Â const url = window.URL || window.webkitURL |
| | |    // å建ä¸è½½é¾æ¥ |
| | | Â Â Â const downloadHref = url.createObjectURL(blob) |
| | |    // å建aæ ç¾å¹¶ä¸ºå
¶æ·»å 屿§ |
| | | Â Â Â let downloadLink = document.createElement('a') |
| | | Â Â Â downloadLink.href = downloadHref |
| | | Â Â Â downloadLink.download = fileName |
| | |    // 触åç¹å»äºä»¶æ§è¡ä¸è½½ |
| | | Â Â Â downloadLink.click() |
| | | Â Â Â // @ts-ignore |
| | | Â Â Â window.URL.revokeObjectURL(url) |
| | | Â Â } |
| | | |
| | | init() |
| | | return { |
| | | timeValue, |
| | | tableHead, |
| | | tableData, |
| | | paginationConfig, |
| | | searchValue, |
| | | FIXED_STATUS, |
| | | backtrackingCondition, |
| | | _t, |
| | | currentSegment, |
| | | initTableData, |
| | | onExport, |
| | | handleSelectionChange, |
| | | onPage, |
| | | head, |
| | | last, |
| | | } |
| | | }, |
| | | }) |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | @import url('../../styles/common.scss'); |
| | | @import '../../styles/datePicker.scss'; |
| | | |
| | | .container { |
| | | height: calc(100% - 80px); |
| | | } |
| | | |
| | | .head { |
| | | background-color: #f3f3f3; |
| | | padding: 8px 10px; |
| | | border-radius: 5px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | |
| | | &-left { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | &-right { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: flex-end; |
| | | } |
| | | |
| | | :deep(.cs-input__wrapper) { |
| | | height: 32px; |
| | | } |
| | | } |
| | | |
| | | .mt-12 { |
| | | margin-top: 12px; |
| | | } |
| | | </style> |
| | | |
| | | <style lang="scss" scoped> |
| | | @import url('../../styles/common.scss'); |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { importFileToService, exportFileToClient } from '@/api/file' |
| | | import { ElMessage } from 'element-plus' |
| | | import { downloadFile } from '@/utils' |
| | | import dayjs from 'dayjs' |
| | | |
| | | export const useFile = () => { |
| | | /** |
| | | * 导å
¥æä»¶ |
| | | * @param url |
| | | */ |
| | | const importFile = async (url: string, file: File) => { |
| | | const formData = new FormData() |
| | | formData.append('file', file) |
| | | await importFileToService(url, formData) |
| | | ElMessage('导å
¥æå') |
| | | } |
| | | /** |
| | | * å¯¼åºæä»¶ |
| | | * @param url |
| | | */ |
| | | const exportFile = async (url: string, params: any, name: string) => { |
| | | const res = await exportFileToClient(url, params) |
| | | downloadFile(res, `${name}_${dayjs().format('YYYYMMDDHHMMss')}.xlsx`) |
| | | ElMessage.success('å¯¼åºæå') |
| | | } |
| | | |
| | | return { |
| | | importFile, |
| | | exportFile, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { ref, onMounted, reactive, Ref, nextTick, computed } from 'vue' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | import { WorkPlan } from '../Models/WorkPlan' |
| | | import { ElMessage } from 'element-plus' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { useFile } from './File' |
| | | |
| | | interface CurrentType { |
| | | row: any |
| | | index: number |
| | | } |
| | | export const useWorkPlan = (props: any, ctx?: any) => { |
| | | const workPlan = injectModel<WorkPlan>('workPlan') |
| | | const { exportFile } = useFile() |
| | | /** |
| | | * 头é¨é
ç½® |
| | | */ |
| | | const headers = ref({}) |
| | | /** |
| | | * 卿åé
ç½® |
| | | */ |
| | | const workPlanColumns = ref<Record<string, any>>([]) |
| | | /** |
| | | * æç´¢å¼ |
| | | */ |
| | | const search = ref('') |
| | | |
| | | /** |
| | | * æåº |
| | | */ |
| | | const sort = ref(0) |
| | | /** |
| | | * 鿩项 |
| | | */ |
| | | const selection = ref([]) |
| | | /** |
| | | * å½åéä¸çè¡ |
| | | */ |
| | | const current = ref<any>(null) |
| | | /** |
| | | * æ°æ®æº |
| | | */ |
| | | const dataSource: Ref<any[]> = ref([]) |
| | | |
| | | /** |
| | | * è¡¨æ ¼ |
| | | */ |
| | | const tableRef = ref() |
| | | const dialogConfig = reactive({ |
| | | visible: false, |
| | | title: '', |
| | | isAdd: false, |
| | | }) |
| | | const dialogConfigForQuery = reactive({ |
| | | visible: false, |
| | | title: '', |
| | | isAdd: false, |
| | | }) |
| | | |
| | | |
| | | const dialogSettingConfig = reactive({ |
| | | visible: false, |
| | | title: '', |
| | | }) |
| | | |
| | | /** |
| | | * åé¡µæ°æ® |
| | | */ |
| | | const paginationParams = ref({}) |
| | | |
| | | /** |
| | | * æå¼è¯¦æ
|
| | | * @param row |
| | | */ |
| | | const openDetail = (row: any) => { |
| | | current.value = row |
| | | dialogConfig.visible = true |
| | | dialogConfig.title = row.name |
| | | dialogConfig.isAdd = false |
| | | sort.value = row.sort |
| | | } |
| | | |
| | | const contextMenu = [ |
| | | { |
| | | label: 'å±å¼è¯¦æ
', |
| | | fn: (c: CurrentType) => { |
| | | current.value = null |
| | | sort.value = c.row.sort |
| | | nextTick(() => openDetail(c.row)) |
| | | }, |
| | | divided: true, |
| | | icon: 'o', |
| | | }, |
| | | // { |
| | | // label: 'å䏿·»å ', |
| | | // fn: (c: CurrentType, pageNum: number) => { |
| | | // current.value = null |
| | | // sort.value = c.index + 1 + (pageNum - 1) * 50 |
| | | // dialogConfig.visible = true |
| | | // dialogConfig.title = 'æ·»å ' |
| | | // dialogConfig.isAdd = false |
| | | // }, |
| | | // divided: true, |
| | | // icon: 'up', |
| | | // }, |
| | | // { |
| | | // label: 'å䏿·»å ', |
| | | // fn: (c: CurrentType, pageNum: number) => { |
| | | // current.value = null |
| | | // sort.value = c.index + 2 + (pageNum - 1) * 50 |
| | | // dialogConfig.visible = true |
| | | // dialogConfig.title = 'æ·»å ' |
| | | // dialogConfig.isAdd = false |
| | | // }, |
| | | // divided: true, |
| | | // icon: 'down', |
| | | // }, |
| | | // { |
| | | // label: 'åå»ºå¯æ¬', |
| | | // fn: async ({ row }: CurrentType) => { |
| | | // await workPlan.cloneData([row.id]) |
| | | // ElMessage.success('åå»ºå¯æ¬æå') |
| | | // tableRef.value?.getList() |
| | | // }, |
| | | // divided: true, |
| | | // icon: 'copy', |
| | | // }, |
| | | { |
| | | label: 'å é¤', |
| | | fn: async (c: CurrentType) => { |
| | | const names = selection.value.map((item: { taskCode: string }) => item.taskCode) |
| | | ConfirmBox( |
| | | `æ¯å¦å é¤${names.length ? names.join(',') : c.row.taskCode}` |
| | | ).then(async () => { |
| | | const ids = selection.value.map((item: { id: string }) => item.id) |
| | | await workPlan.deleteWorkPlans(ids.length ? ids : [c.row.id]) |
| | | ElMessage.success('å 餿å') |
| | | tableRef.value.getList() |
| | | }) |
| | | }, |
| | | icon: 'close', |
| | | }, |
| | | ] |
| | | |
| | | const onCheck = (records: any) => { |
| | | selection.value = records |
| | | } |
| | | |
| | | const onAddWorkPlan = () => { |
| | | const params = tableRef.value?.getPaginationParams() |
| | | current.value = null |
| | | dialogConfig.visible = true |
| | | dialogConfig.isAdd = true |
| | | dialogConfig.title = 'æ·»å ' |
| | | sort.value = params.totalCount + 1 |
| | | } |
| | | |
| | | //ç¹å»æé®ãé«çº§æ¥è¯¢ã |
| | | const onAdvancedQuery = () => { |
| | | const params = tableRef.value?.getPaginationParams() |
| | | current.value = null |
| | | dialogConfigForQuery.visible = true |
| | | dialogConfigForQuery.isAdd = true |
| | | dialogConfigForQuery.title = 'é«çº§æ¥è¯¢' |
| | | } |
| | | |
| | | const onConfirmWorkPlan = async () => { |
| | | dialogConfig.visible = false |
| | | if (dialogConfig.isAdd) { |
| | | tableRef.value?.scrollToRow({ |
| | | skip: true, |
| | | }) |
| | | } else { |
| | | await tableRef.value?.getList() |
| | | } |
| | | } |
| | | /** |
| | | * è¡ç¹å»æ¶æ´æ°current |
| | | */ |
| | | const onRowClick = ({ row }: any) => { |
| | | if (dialogConfig.visible && current.value) { |
| | | current.value = row |
| | | } |
| | | } |
| | | /** |
| | | * å¯¼åº |
| | | */ |
| | | const onExport = (data={}) => { |
| | | //const params = tableRef.value?.getParams() |
| | | exportFile('/api/v1/PipeLineLems/workPlan/export', data, 'ä½ä¸è®¡å') |
| | | } |
| | | |
| | | /** |
| | | * å
³é®åæç´¢ |
| | | */ |
| | | const onSearch = () => { |
| | | tableRef.value?.getList({ |
| | | Filter: search.value, |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * éç½®è¡¨æ ¼æ°æ® |
| | | */ |
| | | const reloadList = () => { |
| | | tableRef.value?.getList() |
| | | } |
| | | /** |
| | | * ä¸ä¼ æå |
| | | */ |
| | | const onSuccess = () => { |
| | | tableRef.value?.getList() |
| | | ElMessage.success('导å
¥æå') |
| | | } |
| | | /** |
| | | * 失败 |
| | | * @param err |
| | | */ |
| | | const onError = (err: any) => { |
| | | try { |
| | | const message = JSON.parse(err.message) |
| | | ElMessage.error(message.msg) |
| | | } catch (error) { |
| | | ElMessage.error('导å
¥å¤±è´¥') |
| | | } |
| | | } |
| | | /** |
| | | * ä¸ä¼ é©å |
| | | */ |
| | | const onBeforeUpload = (file: File) => { |
| | | const format = ['xlsx', 'xls', 'csv'] |
| | | if (!format.includes(file.name.split('.')[1])) { |
| | | ElMessage.error('导å
¥æä»¶æ ¼å¼ä¸æ£ç¡®ï¼è¯·å¯¼å
¥.xlsx/.xlsä¸.csvæ ¼å¼çæä»¶') |
| | | return false |
| | | } |
| | | return true |
| | | } |
| | | |
| | | onMounted(() => { |
| | | headers.value = { |
| | | Authorization: `Bearer ${sessionStorage.getItem('Token')}`, |
| | | 'X-Project': sessionStorage.getItem('X-Project'), |
| | | } |
| | | }) |
| | | |
| | | ctx.expose({ |
| | | reloadList, |
| | | }) |
| | | |
| | | return { |
| | | dataSource, |
| | | contextMenu, |
| | | dialogConfig, |
| | | dialogConfigForQuery, |
| | | dialogSettingConfig, |
| | | tableRef, |
| | | current, |
| | | search, |
| | | sort, |
| | | workPlanColumns, |
| | | paginationParams, |
| | | headers, |
| | | onBeforeUpload, |
| | | onError, |
| | | onSuccess, |
| | | openDetail, |
| | | onSearch, |
| | | onExport, |
| | | onRowClick, |
| | | onConfirmWorkPlan, |
| | | onCheck, |
| | | onAddWorkPlan, |
| | | onAdvancedQuery |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { |
| | | ref, |
| | | onMounted, |
| | | reactive, |
| | | computed, |
| | | Ref, |
| | | watch, |
| | | SetupContext, |
| | | h, |
| | | } from 'vue' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | import { WorkPlanDrawer } from '../Models/WorkPlanDrawer' |
| | | import { ElMessage } from 'element-plus' |
| | | import isEqual from 'lodash/isEqual' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { cloneDeep } from 'lodash' |
| | | |
| | | export const useWorkPlanDrawer = (props: any, ctx?: any) => { |
| | | const workPlanDrawer = injectModel<WorkPlanDrawer>('workPlanDrawer') |
| | | /** |
| | | * ç¨æ¥å¯¹æ¯çåå§åæ°æ® |
| | | */ |
| | | const initiateData: Ref<Record<string, any>> = ref({}) |
| | | const formData = ref<Record<string, any>>({}) |
| | | // ref |
| | | const formRef = ref() |
| | | |
| | | const disabled = ref(false) |
| | | |
| | | const current = computed(() => { |
| | | return props.row || null |
| | | }) |
| | | |
| | | |
| | | const datePicker = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="date" |
| | | format="YYYY-MM-DD HH:mm:ss" |
| | | formatValue="YYYY-MM-DD HH:mm:ss" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | const inputNumber = (attrs) => { |
| | | return ( |
| | | <el-input-number |
| | | min="1" |
| | | step="1" |
| | | precision="0" |
| | | {...attrs} |
| | | ></el-input-number> |
| | | ) |
| | | } |
| | | |
| | | const dateTimePicker = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="datetime" |
| | | format="YYYY-MM-DD HH:mm:ss" |
| | | formatValue="YYYY-MM-DD HH:mm:ss" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | |
| | | const visible = computed({ |
| | | get() { |
| | | return props.modelValue |
| | | }, |
| | | set(val) { |
| | | ctx.emit('update:modelValue', val) |
| | | }, |
| | | }) |
| | | /** |
| | | * æ·»å çformåæ®µ |
| | | */ |
| | | const formItems = reactive([ |
| | | { |
| | | label: 'ä»»å¡ç¼ç ', |
| | | prop: 'taskCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ä»»å¡ç¼ç ', |
| | | rules: [{required: true, message: 'ä»»å¡ç¼ç ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: '计åç¶æ', |
| | | prop: 'workPlanStatus', |
| | | el: 'select', |
| | | clearable:true, |
| | | options: [], |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥è®¡åç¶æ', |
| | | rules: [{required: true, message: '计åç¶æä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'å«æç¶æ', |
| | | prop: 'callMaterialStatus', |
| | | el: 'select', |
| | | clearable:true, |
| | | options: [], |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å«æç¶æ', |
| | | rules: [{required: true, message: 'å«æç¶æä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'åææ è¯', |
| | | prop: 'dataIdentifier', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åææ è¯', |
| | | }, |
| | | { |
| | | label: 'åæåå·', |
| | | prop: 'materialMode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åæåå·', |
| | | }, |
| | | { |
| | | label: 'é¿åº¦(mm)', |
| | | prop: 'length', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥é¿åº¦(mm)', |
| | | rules: [{required: true, message: 'é¿åº¦(mm)ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'æç å
容', |
| | | prop: 'markingContent', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æç å
容', |
| | | }, |
| | | { |
| | | label: 'æç ä½ç½®', |
| | | prop: 'markingPosition', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æç ä½ç½®', |
| | | rules: [{required: true, message: 'æç ä½ç½®ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'åå²ä½ç½®', |
| | | prop: 'cuttingPosition', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åå²ä½ç½®', |
| | | rules: [{required: true, message: 'åå²ä½ç½®ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: '管段æ°é', |
| | | prop: 'quantity', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 1, |
| | | precision: 0, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ç®¡æ®µæ°é', |
| | | rules: [{required: true, message: '管段æ°éä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'æ³å
°å度(mm)', |
| | | prop: 'flangeThickness', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æ³å
°å度(mm)', |
| | | rules: [{required: true, message: 'æ³å
°å度(mm)ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'æ³å
°ç´å¾(mm)', |
| | | prop: 'flangeInnerDiameter', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æ³å
°ç´å¾(mm)', |
| | | rules: [{required: true, message: 'æ³å
°ç´å¾(mm)ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'æ³å
°å
¬ç§°åå', |
| | | prop: 'weldingHeatInput', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æ³å
°å
¬ç§°åå', |
| | | }, |
| | | { |
| | | label: 'æ³å
°å²ç å
容', |
| | | prop: 'pipeAllowableStress', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æ³å
°å²ç å
容', |
| | | }, |
| | | { |
| | | label: 'å¥ç®¡é¿åº¦(mm)', |
| | | prop: 'pipeDiameter', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¥ç®¡é¿åº¦(mm)', |
| | | rules: [{required: true, message: 'å¥ç®¡é¿åº¦(mm)ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'å¥ç®¡ç´å¾(mm)', |
| | | prop: 'pipeWallThickness', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¥ç®¡ç´å¾(mm)', |
| | | rules: [{required: true, message: 'å¥ç®¡ç´å¾(mm)ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'å·¥å代ç ', |
| | | prop: 'factoryCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å·¥å代ç ', |
| | | }, |
| | | { |
| | | label: '产å代ç ', |
| | | prop: 'productCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥äº§å代ç ', |
| | | }, |
| | | { |
| | | label: 'å·¥ä½ä»£ç ', |
| | | prop: 'workstationCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å·¥ä½ä»£ç ', |
| | | }, |
| | | { |
| | | label: '设å¤ä»£ç ', |
| | | prop: 'equipmentCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥è®¾å¤ä»£ç ', |
| | | }, |
| | | { |
| | | label: '工件åç§°', |
| | | prop: 'workpieceName', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å·¥ä»¶åç§°', |
| | | }, |
| | | { |
| | | label: 'å·¥åºåç§°', |
| | | prop: 'processName', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å·¥åºåç§°', |
| | | }, |
| | | { |
| | | label: '管件ç¼ç ', |
| | | prop: 'pipeFittingCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ç®¡ä»¶ç¼ç ', |
| | | }, |
| | | { |
| | | label: '顺åºå·', |
| | | prop: 'preSerialNumber', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥é¡ºåºå·', |
| | | }, |
| | | { |
| | | label: '管段ç¼ç ', |
| | | prop: 'pipeSpecCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ç®¡æ®µç¼ç ', |
| | | }, |
| | | { |
| | | label: '管段åç§°', |
| | | prop: 'pipeSectionName', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ç®¡æ®µåç§°', |
| | | }, |
| | | { |
| | | label: 'å¤å¾(mm)', |
| | | prop: 'outerDiameter', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¤å¾(mm)', |
| | | rules: [{required: true, message: 'å¤å¾(mm)ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'å£å(mm)', |
| | | prop: 'thickness', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å£å(mm)', |
| | | rules: [{required: true, message: 'å£å(mm)ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: 'æè´¨', |
| | | prop: 'material', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æè´¨', |
| | | }, |
| | | { |
| | | label: 'å·¥èºæµåç¼å·', |
| | | prop: 'processRouteNumber', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å·¥èºæµåç¼å·', |
| | | }, |
| | | { |
| | | label: '计åå¼å§æ¶é´', |
| | | prop: 'plannedStartTime', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(datePicker, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥è®¡åå¼å§æ¶é´', |
| | | }, |
| | | { |
| | | label: '计å宿æ¶é´', |
| | | prop: 'plannedEndTime', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(datePicker, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥è®¡å宿æ¶é´', |
| | | }, |
| | | { |
| | | label: 'çç»ä¿¡æ¯', |
| | | prop: 'teamInfo', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥çç»ä¿¡æ¯', |
| | | }, |
| | | { |
| | | label: 'æ¶é´æ³', |
| | | prop: 'timestamp', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æ¶é´æ³', |
| | | }, |
| | | { |
| | | label: '夿³¨', |
| | | prop: 'remark', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¤æ³¨', |
| | | }, |
| | | ]) |
| | | /** |
| | | * æ ¡éªæ¯å¦ææ°æ®åå |
| | | */ |
| | | const checkIsEqualObject = () => { |
| | | const data = { |
| | | formData: formData.value, |
| | | } |
| | | const check = isEqual(initiateData.value, data) |
| | | return check |
| | | } |
| | | |
| | | const onClose = (done: () => void) => { |
| | | if (visible.value) { |
| | | if (checkIsEqualObject()) { |
| | | visible.value = false |
| | | done && done() |
| | | } else { |
| | | ConfirmBox('æ¯å¦ä¿å设置ï¼') |
| | | .then(() => { |
| | | onConfirm() |
| | | }) |
| | | .catch(() => { |
| | | visible.value = false |
| | | done && done() |
| | | }) |
| | | } |
| | | } |
| | | } |
| | | /** |
| | | * ä¿å |
| | | */ |
| | | const onConfirm = async () => { |
| | | await formRef.value?.validate() |
| | | const data = { |
| | | taskCode: formData.value.taskCode, |
| | | workPlanStatus: formData.value.workPlanStatus, |
| | | callMaterialStatus: formData.value.callMaterialStatus, |
| | | dataIdentifier: formData.value.dataIdentifier, |
| | | materialMode: formData.value.materialMode, |
| | | length: formData.value.length, |
| | | markingContent: formData.value.markingContent, |
| | | markingPosition: formData.value.markingPosition, |
| | | cuttingPosition: formData.value.cuttingPosition, |
| | | quantity: formData.value.quantity, |
| | | flangeThickness: formData.value.flangeThickness, |
| | | flangeInnerDiameter: formData.value.flangeInnerDiameter, |
| | | weldingHeatInput: formData.value.weldingHeatInput, |
| | | pipeAllowableStress: formData.value.pipeAllowableStress, |
| | | pipeDiameter: formData.value.pipeDiameter, |
| | | pipeWallThickness: formData.value.pipeWallThickness, |
| | | factoryCode: formData.value.factoryCode, |
| | | productCode: formData.value.productCode, |
| | | workstationCode: formData.value.workstationCode, |
| | | equipmentCode: formData.value.equipmentCode, |
| | | workpieceName: formData.value.workpieceName, |
| | | processName: formData.value.processName, |
| | | pipeFittingCode: formData.value.pipeFittingCode, |
| | | preSerialNumber: formData.value.preSerialNumber, |
| | | pipeSpecCode: formData.value.pipeSpecCode, |
| | | pipeSectionName: formData.value.pipeSectionName, |
| | | outerDiameter: formData.value.outerDiameter, |
| | | thickness: formData.value.thickness, |
| | | material: formData.value.material, |
| | | processRouteNumber: formData.value.processRouteNumber, |
| | | plannedStartTime: formData.value.plannedStartTime, |
| | | plannedEndTime: formData.value.plannedEndTime, |
| | | teamInfo: formData.value.teamInfo, |
| | | timestamp: formData.value.timestamp, |
| | | remark: formData.value.remark, |
| | | } |
| | | if (!current.value) { |
| | | await workPlanDrawer.addWorkPlan(data) |
| | | } else { |
| | | const id = current.value.id |
| | | await workPlanDrawer.updateWorkPlan(id, data) |
| | | } |
| | | ElMessage.success('ä¿åæå') |
| | | ctx.emit('confirm') |
| | | } |
| | | |
| | | const updateCheckData = () => { |
| | | initiateData.value = { |
| | | formData: { |
| | | ...formData.value, |
| | | }, |
| | | } |
| | | } |
| | | const updateFormItemOptions = (propName: string, enumData: any[]) => { |
| | | const item = formItems.find((item) => item.prop === propName) |
| | | if (item && enumData) { |
| | | item.options = enumData.map((item) => ({ |
| | | label: item.description, |
| | | value: item.value, |
| | | })) |
| | | } |
| | | } |
| | | /** |
| | | * éç¨æ¥è¯¢æä¸¾ |
| | | */ |
| | | const commonQueryEnumForFrom = async () => { |
| | | const workPlanStatusEnumEnum = await workPlanDrawer.getWmsEnumData({ |
| | | EnumName: 'WorkPlanStatusEnum', |
| | | }) |
| | | updateFormItemOptions('workPlanStatus', workPlanStatusEnumEnum) |
| | | const callMaterialStatusEnumEnum = await workPlanDrawer.getWmsEnumData({ |
| | | EnumName: 'CallMaterialStatusEnum', |
| | | }) |
| | | updateFormItemOptions('callMaterialStatus', callMaterialStatusEnumEnum) |
| | | |
| | | } |
| | | commonQueryEnumForFrom() |
| | | /** |
| | | * å¼¹çªæå¼è·å详æ
|
| | | */ |
| | | const onOpen = async () => { |
| | | if (current.value) { |
| | | const res = await workPlanDrawer.getWorkPlanDetail(current.value) |
| | | |
| | | formData.value = { |
| | | taskCode: res.taskCode, |
| | | workPlanStatus: res.workPlanStatus, |
| | | callMaterialStatus: res.callMaterialStatus, |
| | | dataIdentifier: res.dataIdentifier, |
| | | materialMode: res.materialMode, |
| | | length: res.length, |
| | | markingContent: res.markingContent, |
| | | markingPosition: res.markingPosition, |
| | | cuttingPosition: res.cuttingPosition, |
| | | quantity: res.quantity, |
| | | flangeThickness: res.flangeThickness, |
| | | flangeInnerDiameter: res.flangeInnerDiameter, |
| | | weldingHeatInput: res.weldingHeatInput, |
| | | pipeAllowableStress: res.pipeAllowableStress, |
| | | pipeDiameter: res.pipeDiameter, |
| | | pipeWallThickness: res.pipeWallThickness, |
| | | factoryCode: res.factoryCode, |
| | | productCode: res.productCode, |
| | | workstationCode: res.workstationCode, |
| | | equipmentCode: res.equipmentCode, |
| | | workpieceName: res.workpieceName, |
| | | processName: res.processName, |
| | | pipeFittingCode: res.pipeFittingCode, |
| | | preSerialNumber: res.preSerialNumber, |
| | | pipeSpecCode: res.pipeSpecCode, |
| | | pipeSectionName: res.pipeSectionName, |
| | | outerDiameter: res.outerDiameter, |
| | | thickness: res.thickness, |
| | | material: res.material, |
| | | processRouteNumber: res.processRouteNumber, |
| | | plannedStartTime: res.plannedStartTime, |
| | | plannedEndTime: res.plannedEndTime, |
| | | teamInfo: res.teamInfo, |
| | | timestamp: res.timestamp, |
| | | remark: res.remark, |
| | | id: res.id, |
| | | } |
| | | disabled.value = true |
| | | updateCheckData() |
| | | } else { |
| | | formData.value = {} |
| | | |
| | | disabled.value = false |
| | | updateCheckData() |
| | | } |
| | | } |
| | | |
| | | watch(() => current.value, onOpen) |
| | | |
| | | return { |
| | | formItems, |
| | | formData, |
| | | visible, |
| | | formRef, |
| | | onOpen, |
| | | onClose, |
| | | onConfirm, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { |
| | | ref, |
| | | onMounted, |
| | | reactive, |
| | | computed, |
| | | Ref, |
| | | watch, |
| | | SetupContext, |
| | | h, |
| | | } from 'vue' |
| | | import { injectModel } from '@/libs/Provider/Provider' |
| | | import { WorkPlanDrawer } from '../Models/WorkPlanDrawer' |
| | | import { ElMessage } from 'element-plus' |
| | | import isEqual from 'lodash/isEqual' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { cloneDeep } from 'lodash' |
| | | |
| | | export const useWorkPlanQueryDrawer = (props: any, ctx?: any) => { |
| | | const workPlanDrawer = injectModel<WorkPlanDrawer>('WorkPlanDrawer') |
| | | /** |
| | | * ç¨æ¥å¯¹æ¯çåå§åæ°æ® |
| | | */ |
| | | const initiateData: Ref<Record<string, any>> = ref({}) |
| | | const formData = ref<Record<string, any>>({}) |
| | | // ref |
| | | const formRef = ref() |
| | | |
| | | const disabled = ref(false) |
| | | |
| | | const current = computed(() => { |
| | | return props.row || null |
| | | }) |
| | | |
| | | const inputNumber = (attrs) => { |
| | | return ( |
| | | <el-input-number |
| | | min="1" |
| | | step="1" |
| | | precision="0" |
| | | {...attrs} |
| | | ></el-input-number> |
| | | ) |
| | | } |
| | | |
| | | const datePickerRange = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="daterange" |
| | | value-format="YYYY-MM-DD HH:mm:ss" |
| | | start-placeholder="å¼å§æ¥æ" |
| | | end-placeholder="ç»ææ¥æ" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | |
| | | const dateTimePickerRange = (attrs) => { |
| | | return ( |
| | | <el-date-picker |
| | | type="datetimerange" |
| | | value-format="YYYY-MM-DD HH:mm:ss" |
| | | start-placeholder="å¼å§æ¥æ" |
| | | end-placeholder="ç»ææ¥æ" |
| | | {...attrs} |
| | | ></el-date-picker> |
| | | ) |
| | | } |
| | | |
| | | const visible = computed({ |
| | | get() { |
| | | return props.modelValue |
| | | }, |
| | | set(val) { |
| | | ctx.emit('update:modelValue', val) |
| | | }, |
| | | }) |
| | | /** |
| | | * é«çº§æ¥è¯¢çformåæ®µ |
| | | */ |
| | | const formItems = reactive([ |
| | | { |
| | | label: 'ä»»å¡ç¼ç ', |
| | | prop: 'taskCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ä»»å¡ç¼ç ', |
| | | }, |
| | | { |
| | | label: '计åç¶æ', |
| | | prop: 'workPlanStatus', |
| | | el: 'select', |
| | | clearable:true, |
| | | option: [], |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥è®¡åç¶æ', |
| | | }, |
| | | { |
| | | label: 'å«æç¶æ', |
| | | prop: 'callMaterialStatus', |
| | | el: 'select', |
| | | clearable:true, |
| | | option: [], |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å«æç¶æ', |
| | | }, |
| | | { |
| | | label: 'åææ è¯', |
| | | prop: 'dataIdentifier', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åææ è¯', |
| | | }, |
| | | { |
| | | label: 'åæåå·', |
| | | prop: 'materialMode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åæåå·', |
| | | }, |
| | | { |
| | | label: 'é¿åº¦(mm)', |
| | | prop: 'length', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥é¿åº¦(mm)', |
| | | }, |
| | | { |
| | | label: 'æç å
容', |
| | | prop: 'markingContent', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æç å
容', |
| | | }, |
| | | { |
| | | label: 'æç ä½ç½®', |
| | | prop: 'markingPosition', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æç ä½ç½®', |
| | | }, |
| | | { |
| | | label: 'åå²ä½ç½®', |
| | | prop: 'cuttingPosition', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥åå²ä½ç½®', |
| | | }, |
| | | { |
| | | label: '管段æ°é', |
| | | prop: 'quantity', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 1, |
| | | precision: 0, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ç®¡æ®µæ°é', |
| | | }, |
| | | { |
| | | label: 'æ³å
°å度(mm)', |
| | | prop: 'flangeThickness', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æ³å
°å度(mm)', |
| | | }, |
| | | { |
| | | label: 'æ³å
°ç´å¾(mm)', |
| | | prop: 'flangeInnerDiameter', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æ³å
°ç´å¾(mm)', |
| | | }, |
| | | { |
| | | label: 'æ³å
°å
¬ç§°åå', |
| | | prop: 'weldingHeatInput', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æ³å
°å
¬ç§°åå', |
| | | }, |
| | | { |
| | | label: 'æ³å
°å²ç å
容', |
| | | prop: 'pipeAllowableStress', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æ³å
°å²ç å
容', |
| | | }, |
| | | { |
| | | label: 'å¥ç®¡é¿åº¦(mm)', |
| | | prop: 'pipeDiameter', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¥ç®¡é¿åº¦(mm)', |
| | | }, |
| | | { |
| | | label: 'å¥ç®¡ç´å¾(mm)', |
| | | prop: 'pipeWallThickness', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¥ç®¡ç´å¾(mm)', |
| | | }, |
| | | { |
| | | label: 'å·¥å代ç ', |
| | | prop: 'factoryCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å·¥å代ç ', |
| | | }, |
| | | { |
| | | label: '产å代ç ', |
| | | prop: 'productCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥äº§å代ç ', |
| | | }, |
| | | { |
| | | label: 'å·¥ä½ä»£ç ', |
| | | prop: 'workstationCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å·¥ä½ä»£ç ', |
| | | }, |
| | | { |
| | | label: '设å¤ä»£ç ', |
| | | prop: 'equipmentCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥è®¾å¤ä»£ç ', |
| | | }, |
| | | { |
| | | label: '工件åç§°', |
| | | prop: 'workpieceName', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å·¥ä»¶åç§°', |
| | | }, |
| | | { |
| | | label: 'å·¥åºåç§°', |
| | | prop: 'processName', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å·¥åºåç§°', |
| | | }, |
| | | { |
| | | label: '管件ç¼ç ', |
| | | prop: 'pipeFittingCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ç®¡ä»¶ç¼ç ', |
| | | }, |
| | | { |
| | | label: '顺åºå·', |
| | | prop: 'preSerialNumber', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥é¡ºåºå·', |
| | | }, |
| | | { |
| | | label: '管段ç¼ç ', |
| | | prop: 'pipeSpecCode', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ç®¡æ®µç¼ç ', |
| | | }, |
| | | { |
| | | label: '管段åç§°', |
| | | prop: 'pipeSectionName', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ç®¡æ®µåç§°', |
| | | }, |
| | | { |
| | | label: 'å¤å¾(mm)', |
| | | prop: 'outerDiameter', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¤å¾(mm)', |
| | | }, |
| | | { |
| | | label: 'å£å(mm)', |
| | | prop: 'thickness', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å£å(mm)', |
| | | }, |
| | | { |
| | | label: 'æè´¨', |
| | | prop: 'material', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æè´¨', |
| | | }, |
| | | { |
| | | label: 'å·¥èºæµåç¼å·', |
| | | prop: 'processRouteNumber', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å·¥èºæµåç¼å·', |
| | | }, |
| | | { |
| | | label: '计åå¼å§æ¶é´', |
| | | prop: 'plannedStartTime', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(dateTimePickerRange, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥è®¡åå¼å§æ¶é´', |
| | | }, |
| | | { |
| | | label: '计å宿æ¶é´', |
| | | prop: 'plannedEndTime', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(dateTimePickerRange, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥è®¡å宿æ¶é´', |
| | | }, |
| | | { |
| | | label: 'çç»ä¿¡æ¯', |
| | | prop: 'teamInfo', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥çç»ä¿¡æ¯', |
| | | }, |
| | | { |
| | | label: 'æ¶é´æ³', |
| | | prop: 'timestamp', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥æ¶é´æ³', |
| | | }, |
| | | { |
| | | label: 'å建æ¶é´', |
| | | prop: 'creationTime', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(dateTimePickerRange, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å建æ¶é´', |
| | | }, |
| | | { |
| | | label: 'ä¿®æ¹æ¶é´', |
| | | prop: 'lastModificationTime', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(dateTimePickerRange, { |
| | | ...props, |
| | | clearable: true, |
| | | ...attrs, |
| | | }) |
| | | }, |
| | | width: '100%', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ä¿®æ¹æ¶é´', |
| | | }, |
| | | { |
| | | label: 'å建人', |
| | | prop: 'creatorName', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å建人', |
| | | }, |
| | | { |
| | | label: 'ä¿®æ¹äºº', |
| | | prop: 'lastModifierName', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ä¿®æ¹äºº', |
| | | }, |
| | | { |
| | | label: '夿³¨', |
| | | prop: 'remark', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥å¤æ³¨', |
| | | }, |
| | | ]) |
| | | /** |
| | | * æ ¡éªæ¯å¦ææ°æ®åå |
| | | */ |
| | | const checkIsEqualObject = () => { |
| | | const data = { |
| | | formData: formData.value, |
| | | } |
| | | const check = isEqual(initiateData.value, data) |
| | | return check |
| | | } |
| | | const commonGetFormData=()=>{ |
| | | const data = { |
| | | taskCode: formData.value.taskCode || '', |
| | | workPlanStatus: formData.value.workPlanStatus || '', |
| | | callMaterialStatus: formData.value.callMaterialStatus || '', |
| | | dataIdentifier: formData.value.dataIdentifier || '', |
| | | materialMode: formData.value.materialMode || '', |
| | | length: formData.value.length || '', |
| | | markingContent: formData.value.markingContent || '', |
| | | markingPosition: formData.value.markingPosition || '', |
| | | cuttingPosition: formData.value.cuttingPosition || '', |
| | | quantity: formData.value.quantity || '', |
| | | flangeThickness: formData.value.flangeThickness || '', |
| | | flangeInnerDiameter: formData.value.flangeInnerDiameter || '', |
| | | weldingHeatInput: formData.value.weldingHeatInput || '', |
| | | pipeAllowableStress: formData.value.pipeAllowableStress || '', |
| | | pipeDiameter: formData.value.pipeDiameter || '', |
| | | pipeWallThickness: formData.value.pipeWallThickness || '', |
| | | factoryCode: formData.value.factoryCode || '', |
| | | productCode: formData.value.productCode || '', |
| | | workstationCode: formData.value.workstationCode || '', |
| | | equipmentCode: formData.value.equipmentCode || '', |
| | | workpieceName: formData.value.workpieceName || '', |
| | | processName: formData.value.processName || '', |
| | | pipeFittingCode: formData.value.pipeFittingCode || '', |
| | | preSerialNumber: formData.value.preSerialNumber || '', |
| | | pipeSpecCode: formData.value.pipeSpecCode || '', |
| | | pipeSectionName: formData.value.pipeSectionName || '', |
| | | outerDiameter: formData.value.outerDiameter || '', |
| | | thickness: formData.value.thickness || '', |
| | | material: formData.value.material || '', |
| | | processRouteNumber: formData.value.processRouteNumber || '', |
| | | plannedStartTime: formData.value.plannedStartTime || '', |
| | | plannedEndTime: formData.value.plannedEndTime || '', |
| | | teamInfo: formData.value.teamInfo || '', |
| | | timestamp: formData.value.timestamp || '', |
| | | creationTime: formData.value.creationTime || '', |
| | | lastModificationTime: formData.value.lastModificationTime || '', |
| | | creatorName: formData.value.creatorName || '', |
| | | lastModifierName: formData.value.lastModifierName || '', |
| | | remark: formData.value.remark || '', |
| | | } |
| | | return data; |
| | | } |
| | | const onClose = (done: () => void) => { |
| | | if (visible.value) { |
| | | visible.value = false |
| | | const data =commonGetFormData(); |
| | | ctx.emit('close', data) |
| | | } |
| | | } |
| | | /** |
| | | * 确认æ¥è¯¢ |
| | | */ |
| | | const onConfirmQuery = async () => { |
| | | const data =commonGetFormData(); |
| | | ctx.emit('confirmQuery', data) |
| | | } |
| | | /** |
| | | * éç½®æ¥è¯¢ |
| | | */ |
| | | const onReset = async () => { |
| | | formData.value = {} |
| | | formData.value.taskCode = '' |
| | | formData.value.workPlanStatus = '' |
| | | formData.value.callMaterialStatus = '' |
| | | formData.value.dataIdentifier = '' |
| | | formData.value.materialMode = '' |
| | | formData.value.length = '' |
| | | formData.value.markingContent = '' |
| | | formData.value.markingPosition = '' |
| | | formData.value.cuttingPosition = '' |
| | | formData.value.quantity = '' |
| | | formData.value.flangeThickness = '' |
| | | formData.value.flangeInnerDiameter = '' |
| | | formData.value.weldingHeatInput = '' |
| | | formData.value.pipeAllowableStress = '' |
| | | formData.value.pipeDiameter = '' |
| | | formData.value.pipeWallThickness = '' |
| | | formData.value.factoryCode = '' |
| | | formData.value.productCode = '' |
| | | formData.value.workstationCode = '' |
| | | formData.value.equipmentCode = '' |
| | | formData.value.workpieceName = '' |
| | | formData.value.processName = '' |
| | | formData.value.pipeFittingCode = '' |
| | | formData.value.preSerialNumber = '' |
| | | formData.value.pipeSpecCode = '' |
| | | formData.value.pipeSectionName = '' |
| | | formData.value.outerDiameter = '' |
| | | formData.value.thickness = '' |
| | | formData.value.material = '' |
| | | formData.value.processRouteNumber = '' |
| | | formData.value.plannedStartTime = '' |
| | | formData.value.plannedEndTime = '' |
| | | formData.value.teamInfo = '' |
| | | formData.value.timestamp = '' |
| | | formData.value.deletionTime = '' |
| | | formData.value.operationRemark = '' |
| | | formData.value.deleteRemark = '' |
| | | formData.value.remark = '' |
| | | formData.value.extraField1 = '' |
| | | formData.value.extraField2 = '' |
| | | formData.value.extraField3 = '' |
| | | //åç¶ç»ä»¶åéèªå®ä¹äºä»¶ |
| | | ctx.emit('restQuery'); |
| | | } |
| | | |
| | | const updateCheckData = () => { |
| | | initiateData.value = { |
| | | formData: { |
| | | ...formData.value, |
| | | }, |
| | | } |
| | | } |
| | | const updateFormItemOptions = (propName: string, enumData: any[]) => { |
| | | const item = formItems.find((item) => item.prop === propName) |
| | | if (item && enumData) { |
| | | item.options = enumData.map((item) => ({ |
| | | label: item.description, |
| | | value: item.value, |
| | | })) |
| | | } |
| | | } |
| | | /** |
| | | * éç¨æ¥è¯¢æä¸¾ |
| | | */ |
| | | const commonQueryEnumForFrom = async () => { |
| | | const workPlanStatusEnumEnum = await workPlanDrawer.getWmsEnumData({ |
| | | EnumName: 'WorkPlanStatusEnum', |
| | | }) |
| | | updateFormItemOptions('workPlanStatus', workPlanStatusEnumEnum) |
| | | const callMaterialStatusEnumEnum = await workPlanDrawer.getWmsEnumData({ |
| | | EnumName: 'CallMaterialStatusEnum', |
| | | }) |
| | | updateFormItemOptions('callMaterialStatus', callMaterialStatusEnumEnum) |
| | | |
| | | } |
| | | commonQueryEnumForFrom() |
| | | /** |
| | | * å¼¹çªæå¼è·å详æ
|
| | | */ |
| | | const onOpen = async () => { |
| | | disabled.value = false |
| | | updateCheckData() |
| | | } |
| | | |
| | | watch(() => current.value, onOpen) |
| | | |
| | | return { |
| | | formItems, |
| | | formData, |
| | | visible, |
| | | formRef, |
| | | onOpen, |
| | | onClose, |
| | | onConfirmQuery, |
| | | onReset, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | const request = Base.request |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @returns |
| | | */ |
| | | export const addWorkPlan = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/workPlan', data) |
| | | } |
| | | |
| | | /** |
| | | * æ¹éå é¤ |
| | | * @returns |
| | | */ |
| | | export const deleteWorkPlans = (ids: string[]) => { |
| | | return request({ |
| | | data: ids, |
| | | url: '/api/v1/PipeLineLems/workPlan', |
| | | method: 'delete', |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * å
é |
| | | * @returns |
| | | */ |
| | | export const cloneData = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/workPlan/clone', data) |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | const request = Base.request |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @returns |
| | | */ |
| | | export const addWorkPlan = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/workPlan', data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | * @returns |
| | | */ |
| | | export const getWorkPlan = (id: string) => { |
| | | return request.get(`/api/v1/PipeLineLems/workPlan/${id}`) |
| | | } |
| | | |
| | | /** |
| | | * æ´æ° |
| | | * @returns |
| | | */ |
| | | export const updateWorkPlan = (id: string, data: Record<string, any>) => { |
| | | return request.put(`/api/v1/PipeLineLems/workPlan/${id}`, data) |
| | | } |
| | | |
| | | /** |
| | | * è·åæä¸¾ |
| | | * @returns |
| | | */ |
| | | export const getWmsEnumData = (data: any) => { |
| | | return request.post('/api/v1/WareCmsUtilityApi/WmsEnum', data) |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import { Base } from '@/libs/Base/Base' |
| | | const request = Base.request |
| | | |
| | | /** |
| | | * æ·»å |
| | | * @returns |
| | | */ |
| | | export const addWorkPlan = (data: any) => { |
| | | return request.post('/api/v1/PipeLineLems/workPlan', data) |
| | | } |
| | | |
| | | /** |
| | | * è·å详æ
|
| | | * @returns |
| | | */ |
| | | export const getWorkPlan = (id: string) => { |
| | | return request.get(`/api/v1/PipeLineLems/workPlan/${id}`) |
| | | } |
| | | |
| | | /** |
| | | * æ´æ° |
| | | * @returns |
| | | */ |
| | | export const updateWorkPlan = (id: string, data: Record<string, any>) => { |
| | | return request.put(`/api/v1/PipeLineLems/workPlan/${id}`, data) |
| | | } |
| | | |
| | | /** |
| | | * è·åæä¸¾ |
| | | * @returns |
| | | */ |
| | | export const getWmsEnumData = (data: any) => { |
| | | return request.post('/api/v1/WareCmsUtilityApi/WmsEnum', data) |
| | | } |
| | | |
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Models/WorkPlan.ts
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Models/WorkPlanDrawer.ts
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Models/WorkPlanQueryDrawer.ts
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/Pages/Dialog/WorkPlanDrawer/WorkPlanDrawer.module.scss
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/Pages/Dialog/WorkPlanDrawer/WorkPlanDrawer.tsx
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/Pages/Dialog/WorkPlanQueryDrawer/WorkPlanQueryDrawer.module.scss
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/Pages/Dialog/WorkPlanQueryDrawer/WorkPlanQueryDrawer.tsx
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/Pages/WorkPlan/Config.ts
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/Pages/WorkPlan/WorkPlan.module.scss
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/Pages/WorkPlan/WorkPlan.tsx
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/WorkPlan.module.scss
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/WorkPlan.tsx
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/config/WorkPlan.json
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/enum.ts
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/index.ts
PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/type/type.d.ts
PipeLineLems/pipelinelems_web/src/widgets/hook.ts
PipeLineLems/pipelinelems_web/src/widgets/index.ts
PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/SharedService.cs
PipeLineLems/server/src/CMS.Plugin.PipeLineLems/ProjectService/PipeLineLemsProjectService.cs |