Commit 59f72971 by 夏新然

xx

2 parents ce873597 3433573b
No preview for this file type
......@@ -15,8 +15,6 @@
<strong></strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<script>
function connectCamera(szDeviceIp, szUser, szPass, camType) {
......
/* -----------------------------------------------
/* How to use? : Check the GitHub README
/* ----------------------------------------------- */
/* To load a config file (particles.json) you need to host this demo (MAMP/WAMP/local)... */
/*
particlesJS.load('particles-js', 'particles.json', function() {
console.log('particles.js loaded - callback');
});
*/
/* Otherwise just put the config content (json): */
particlesJS('particles-js',
{
"particles": {
"number": {
"value": 80,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.5,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 5,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 6,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "repulse"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true,
"config_demo": {
"hide_card": false,
"background_color": "#b61924",
"background_image": "",
"background_position": "50% 50%",
"background_repeat": "no-repeat",
"background_size": "cover"
}
}
);
\ No newline at end of file
......@@ -29,13 +29,15 @@ export default {
window.oneSearchTableHeight = document.body.clientHeight - 280 + "px";
window.twoSearchTableHeight = document.body.clientHeight - 315 + "px";
}
}
};
</script>
<style lang="scss">
#app {
height: 100%;
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
// font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
......
......@@ -3,7 +3,7 @@ import axios from "axios";
console.log(process.env.NODE_ENV);
switch (process.env.NODE_ENV) {
case "development":
baseUrl = "http://192.168.9.233:20080"; // 测试环境url
// baseUrl = "http://192.168.9.133:20080"; // 测试环境url
// baseUrl = "http://192.168.9.61:8086";
baseUrl = 'http://vion-panda.51vip.biz:52510';
break;
......
......@@ -10,7 +10,7 @@ body{
background: #fff!important;
}
.el-main{
background: #f5f7f9;
background: #F7F6F9;
}
.home,.home-box{
height: 100%;
......@@ -253,11 +253,11 @@ body{
}
.card-hover:hover {
webkit-transform: translateY(-4px) scale(1);
webkit-transform: translateY(-4px) scale(2);
-moz-transform: translateY(-4px) scale(1.01);
-ms-transform: translateY(-4px) scale(1.01);
-o-transform: translateY(-4px) scale(1.01);
transform: translateY(-4px) scale(1.01);
transform: translateY(-4px) scale(1);
-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.1);
box-shadow: 0 14px 24px rgba(62,57,107,.1);
}
......@@ -285,6 +285,9 @@ body{
.pausebox{
background:rgba(232,84,30,1);
}
.errorbox{
.alarm-event-box .el-table .el-table__header th{
background: none!important;
}
.el-submenu__title{
font-size: 15px;
}
\ No newline at end of file
/* 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;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>IconFont Demo</title>
<link rel="shortcut icon" href="https://gtms04.alicdn.com/tps/i4/TB1_oz6GVXXXXaFXpXXJDFnIXXX-64-64.ico" type="image/x-icon"/>
<link rel="stylesheet" href="https://g.alicdn.com/thx/cube/1.3.2/cube.min.css">
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="iconfont.css">
<script src="iconfont.js"></script>
<!-- jQuery -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/7bfddb60-08e8-11e9-9b04-53e73bb6408b.js"></script>
<!-- 代码高亮 -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/a3f714d0-08e6-11e9-8a15-ebf944d7534c.js"></script>
</head>
<body>
<div class="main">
<h1 class="logo"><a href="https://www.iconfont.cn/" title="iconfont 首页" target="_blank">&#xe86b;</a></h1>
<div class="nav-tabs">
<ul id="tabs" class="dib-box">
<li class="dib active"><span>Unicode</span></li>
<li class="dib"><span>Font class</span></li>
<li class="dib"><span>Symbol</span></li>
</ul>
<a href="https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=1726233" target="_blank" class="nav-more">查看项目</a>
</div>
<div class="tab-container">
<div class="content unicode" style="display: block;">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont">&#xe600;</span>
<div class="name">删 除(2)</div>
<div class="code-name">&amp;#xe600;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe601;</span>
<div class="name">删 除(1)</div>
<div class="code-name">&amp;#xe601;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe602;</span>
<div class="name"></div>
<div class="code-name">&amp;#xe602;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe603;</span>
<div class="name">任务数量</div>
<div class="code-name">&amp;#xe603;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe604;</span>
<div class="name">删 除</div>
<div class="code-name">&amp;#xe604;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe605;</span>
<div class="name">天气</div>
<div class="code-name">&amp;#xe605;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe606;</span>
<div class="name">系统信息</div>
<div class="code-name">&amp;#xe606;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe607;</span>
<div class="name">系统版本</div>
<div class="code-name">&amp;#xe607;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe608;</span>
<div class="name">右下</div>
<div class="code-name">&amp;#xe608;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe609;</span>
<div class="name">修 改 copy</div>
<div class="code-name">&amp;#xe609;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60a;</span>
<div class="name">设备信息</div>
<div class="code-name">&amp;#xe60a;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60b;</span>
<div class="name">暂停</div>
<div class="code-name">&amp;#xe60b;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60c;</span>
<div class="name">删 除(3)</div>
<div class="code-name">&amp;#xe60c;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60d;</span>
<div class="name">修 改</div>
<div class="code-name">&amp;#xe60d;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60e;</span>
<div class="name">特殊车辆总量</div>
<div class="code-name">&amp;#xe60e;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60f;</span>
<div class="name">左下</div>
<div class="code-name">&amp;#xe60f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe610;</span>
<div class="name"></div>
<div class="code-name">&amp;#xe610;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe611;</span>
<div class="name">违法总量</div>
<div class="code-name">&amp;#xe611;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe612;</span>
<div class="name">危险品(1)</div>
<div class="code-name">&amp;#xe612;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe613;</span>
<div class="name">左上</div>
<div class="code-name">&amp;#xe613;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe614;</span>
<div class="name">用户名</div>
<div class="code-name">&amp;#xe614;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe615;</span>
<div class="name">icon 选中系统运维</div>
<div class="code-name">&amp;#xe615;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe616;</span>
<div class="name">右上</div>
<div class="code-name">&amp;#xe616;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe617;</span>
<div class="name">重型罐式</div>
<div class="code-name">&amp;#xe617;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe618;</span>
<div class="name">重置</div>
<div class="code-name">&amp;#xe618;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe619;</span>
<div class="name">icon 选中任务管理(2)</div>
<div class="code-name">&amp;#xe619;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61a;</span>
<div class="name">运行路数</div>
<div class="code-name">&amp;#xe61a;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61b;</span>
<div class="name">单选/选中</div>
<div class="code-name">&amp;#xe61b;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61c;</span>
<div class="name">事件总量</div>
<div class="code-name">&amp;#xe61c;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61d;</span>
<div class="name">icon 选中智能检索(1)</div>
<div class="code-name">&amp;#xe61d;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61e;</span>
<div class="name">渣土车抓拍(1)</div>
<div class="code-name">&amp;#xe61e;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61f;</span>
<div class="name">icon 选中任务管理</div>
<div class="code-name">&amp;#xe61f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe620;</span>
<div class="name">icon 选中资源管理(2)</div>
<div class="code-name">&amp;#xe620;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe621;</span>
<div class="name"></div>
<div class="code-name">&amp;#xe621;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe622;</span>
<div class="name">icon 选中资源管理</div>
<div class="code-name">&amp;#xe622;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe623;</span>
<div class="name">icon 选中首页</div>
<div class="code-name">&amp;#xe623;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe624;</span>
<div class="name">运行异常</div>
<div class="code-name">&amp;#xe624;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe625;</span>
<div class="name">icon 选中首页(3)</div>
<div class="code-name">&amp;#xe625;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe626;</span>
<div class="name">icon 选中首页(1)</div>
<div class="code-name">&amp;#xe626;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe627;</span>
<div class="name">icon 选中智能检索</div>
<div class="code-name">&amp;#xe627;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe628;</span>
<div class="name">信息存储</div>
<div class="code-name">&amp;#xe628;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe629;</span>
<div class="name">卡口总量</div>
<div class="code-name">&amp;#xe629;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe62a;</span>
<div class="name">多选/选中</div>
<div class="code-name">&amp;#xe62a;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe62b;</span>
<div class="name">启动</div>
<div class="code-name">&amp;#xe62b;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe62c;</span>
<div class="name">在用分析资源</div>
<div class="code-name">&amp;#xe62c;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe62d;</span>
<div class="name">重型罐</div>
<div class="code-name">&amp;#xe62d;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe62e;</span>
<div class="name">icon 选中任务管理(1)</div>
<div class="code-name">&amp;#xe62e;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe62f;</span>
<div class="name">icon 选中资源管理(1)</div>
<div class="code-name">&amp;#xe62f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe630;</span>
<div class="name">密码</div>
<div class="code-name">&amp;#xe630;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe631;</span>
<div class="name">icon 选中首页(2)</div>
<div class="code-name">&amp;#xe631;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe632;</span>
<div class="name">定位 位置</div>
<div class="code-name">&amp;#xe632;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe633;</span>
<div class="name">可用资源</div>
<div class="code-name">&amp;#xe633;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe634;</span>
<div class="name">分析资源</div>
<div class="code-name">&amp;#xe634;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe635;</span>
<div class="name">迁移</div>
<div class="code-name">&amp;#xe635;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe636;</span>
<div class="name">渣土车抓拍</div>
<div class="code-name">&amp;#xe636;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe637;</span>
<div class="name"></div>
<div class="code-name">&amp;#xe637;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe638;</span>
<div class="name">危险品</div>
<div class="code-name">&amp;#xe638;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe639;</span>
<div class="name">定位 位置(1)</div>
<div class="code-name">&amp;#xe639;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe63a;</span>
<div class="name">icon 选中 智能检索</div>
<div class="code-name">&amp;#xe63a;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe63b;</span>
<div class="name">icon 选中系统管理</div>
<div class="code-name">&amp;#xe63b;</div>
</li>
</ul>
<div class="article markdown">
<h2 id="unicode-">Unicode 引用</h2>
<hr>
<p>Unicode 是字体在网页端最原始的应用方式,特点是:</p>
<ul>
<li>兼容性最好,支持 IE6+,及所有现代浏览器。</li>
<li>支持按字体的方式去动态调整图标大小,颜色等等。</li>
<li>但是因为是字体,所以不支持多色。只能使用平台里单色的图标,就算项目里有多色图标也会自动去色。</li>
</ul>
<blockquote>
<p>注意:新版 iconfont 支持多色图标,这些多色图标在 Unicode 模式下将不能使用,如果有需求建议使用symbol 的引用方式</p>
</blockquote>
<p>Unicode 使用步骤如下:</p>
<h3 id="-font-face">第一步:拷贝项目下面生成的 <code>@font-face</code></h3>
<pre><code class="language-css"
>@font-face {
font-family: 'iconfont';
src: url('iconfont.eot');
src: url('iconfont.eot?#iefix') format('embedded-opentype'),
url('iconfont.woff2') format('woff2'),
url('iconfont.woff') format('woff'),
url('iconfont.ttf') format('truetype'),
url('iconfont.svg#iconfont') format('svg');
}
</code></pre>
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
<pre><code class="language-css"
>.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取字体编码,应用于页面</h3>
<pre>
<code class="language-html"
>&lt;span class="iconfont"&gt;&amp;#x33;&lt;/span&gt;
</code></pre>
<blockquote>
<p>"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content font-class">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont iconshanchu"></span>
<div class="name">
删 除(2)
</div>
<div class="code-name">.iconshanchu
</div>
</li>
<li class="dib">
<span class="icon iconfont iconshanchu1"></span>
<div class="name">
删 除(1)
</div>
<div class="code-name">.iconshanchu1
</div>
</li>
<li class="dib">
<span class="icon iconfont iconshang"></span>
<div class="name">
</div>
<div class="code-name">.iconshang
</div>
</li>
<li class="dib">
<span class="icon iconfont iconrenwushuliang"></span>
<div class="name">
任务数量
</div>
<div class="code-name">.iconrenwushuliang
</div>
</li>
<li class="dib">
<span class="icon iconfont iconshanchu2"></span>
<div class="name">
删 除
</div>
<div class="code-name">.iconshanchu2
</div>
</li>
<li class="dib">
<span class="icon iconfont icontianqi"></span>
<div class="name">
天气
</div>
<div class="code-name">.icontianqi
</div>
</li>
<li class="dib">
<span class="icon iconfont iconxitongxinxi"></span>
<div class="name">
系统信息
</div>
<div class="code-name">.iconxitongxinxi
</div>
</li>
<li class="dib">
<span class="icon iconfont iconxitongbanben"></span>
<div class="name">
系统版本
</div>
<div class="code-name">.iconxitongbanben
</div>
</li>
<li class="dib">
<span class="icon iconfont iconyouxia"></span>
<div class="name">
右下
</div>
<div class="code-name">.iconyouxia
</div>
</li>
<li class="dib">
<span class="icon iconfont iconxiugaicopy"></span>
<div class="name">
修 改 copy
</div>
<div class="code-name">.iconxiugaicopy
</div>
</li>
<li class="dib">
<span class="icon iconfont iconshebeixinxi"></span>
<div class="name">
设备信息
</div>
<div class="code-name">.iconshebeixinxi
</div>
</li>
<li class="dib">
<span class="icon iconfont iconzanting"></span>
<div class="name">
暂停
</div>
<div class="code-name">.iconzanting
</div>
</li>
<li class="dib">
<span class="icon iconfont iconshanchu3"></span>
<div class="name">
删 除(3)
</div>
<div class="code-name">.iconshanchu3
</div>
</li>
<li class="dib">
<span class="icon iconfont iconxiugai"></span>
<div class="name">
修 改
</div>
<div class="code-name">.iconxiugai
</div>
</li>
<li class="dib">
<span class="icon iconfont iconteshucheliangzongliang"></span>
<div class="name">
特殊车辆总量
</div>
<div class="code-name">.iconteshucheliangzongliang
</div>
</li>
<li class="dib">
<span class="icon iconfont iconzuoxia"></span>
<div class="name">
左下
</div>
<div class="code-name">.iconzuoxia
</div>
</li>
<li class="dib">
<span class="icon iconfont iconxia"></span>
<div class="name">
</div>
<div class="code-name">.iconxia
</div>
</li>
<li class="dib">
<span class="icon iconfont iconweifazongliang"></span>
<div class="name">
违法总量
</div>
<div class="code-name">.iconweifazongliang
</div>
</li>
<li class="dib">
<span class="icon iconfont iconweixianpin"></span>
<div class="name">
危险品(1)
</div>
<div class="code-name">.iconweixianpin
</div>
</li>
<li class="dib">
<span class="icon iconfont iconzuoshang"></span>
<div class="name">
左上
</div>
<div class="code-name">.iconzuoshang
</div>
</li>
<li class="dib">
<span class="icon iconfont iconyonghuming"></span>
<div class="name">
用户名
</div>
<div class="code-name">.iconyonghuming
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongxitongyunwei"></span>
<div class="name">
icon 选中系统运维
</div>
<div class="code-name">.iconiconxuanzhongxitongyunwei
</div>
</li>
<li class="dib">
<span class="icon iconfont iconyoushang"></span>
<div class="name">
右上
</div>
<div class="code-name">.iconyoushang
</div>
</li>
<li class="dib">
<span class="icon iconfont iconzhongxingguanshi"></span>
<div class="name">
重型罐式
</div>
<div class="code-name">.iconzhongxingguanshi
</div>
</li>
<li class="dib">
<span class="icon iconfont iconzhongzhi"></span>
<div class="name">
重置
</div>
<div class="code-name">.iconzhongzhi
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongrenwuguanli"></span>
<div class="name">
icon 选中任务管理(2)
</div>
<div class="code-name">.iconiconxuanzhongrenwuguanli
</div>
</li>
<li class="dib">
<span class="icon iconfont iconyunhanglushu"></span>
<div class="name">
运行路数
</div>
<div class="code-name">.iconyunhanglushu
</div>
</li>
<li class="dib">
<span class="icon iconfont icondanxuanxuanzhong"></span>
<div class="name">
单选/选中
</div>
<div class="code-name">.icondanxuanxuanzhong
</div>
</li>
<li class="dib">
<span class="icon iconfont iconshijianzongliang"></span>
<div class="name">
事件总量
</div>
<div class="code-name">.iconshijianzongliang
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongzhinengjiansuo"></span>
<div class="name">
icon 选中智能检索(1)
</div>
<div class="code-name">.iconiconxuanzhongzhinengjiansuo
</div>
</li>
<li class="dib">
<span class="icon iconfont iconzhatuchezhuapai"></span>
<div class="name">
渣土车抓拍(1)
</div>
<div class="code-name">.iconzhatuchezhuapai
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongrenwuguanli1"></span>
<div class="name">
icon 选中任务管理
</div>
<div class="code-name">.iconiconxuanzhongrenwuguanli1
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongziyuanguanli"></span>
<div class="name">
icon 选中资源管理(2)
</div>
<div class="code-name">.iconiconxuanzhongziyuanguanli
</div>
</li>
<li class="dib">
<span class="icon iconfont iconyou"></span>
<div class="name">
</div>
<div class="code-name">.iconyou
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongziyuanguanli1"></span>
<div class="name">
icon 选中资源管理
</div>
<div class="code-name">.iconiconxuanzhongziyuanguanli1
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongshouye"></span>
<div class="name">
icon 选中首页
</div>
<div class="code-name">.iconiconxuanzhongshouye
</div>
</li>
<li class="dib">
<span class="icon iconfont iconyunhangyichang"></span>
<div class="name">
运行异常
</div>
<div class="code-name">.iconyunhangyichang
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongshouye1"></span>
<div class="name">
icon 选中首页(3)
</div>
<div class="code-name">.iconiconxuanzhongshouye1
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongshouye2"></span>
<div class="name">
icon 选中首页(1)
</div>
<div class="code-name">.iconiconxuanzhongshouye2
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongzhinengjiansuo1"></span>
<div class="name">
icon 选中智能检索
</div>
<div class="code-name">.iconiconxuanzhongzhinengjiansuo1
</div>
</li>
<li class="dib">
<span class="icon iconfont iconxinxicunchu"></span>
<div class="name">
信息存储
</div>
<div class="code-name">.iconxinxicunchu
</div>
</li>
<li class="dib">
<span class="icon iconfont iconkakouzongliang"></span>
<div class="name">
卡口总量
</div>
<div class="code-name">.iconkakouzongliang
</div>
</li>
<li class="dib">
<span class="icon iconfont iconduoxuanxuanzhong"></span>
<div class="name">
多选/选中
</div>
<div class="code-name">.iconduoxuanxuanzhong
</div>
</li>
<li class="dib">
<span class="icon iconfont iconqidong"></span>
<div class="name">
启动
</div>
<div class="code-name">.iconqidong
</div>
</li>
<li class="dib">
<span class="icon iconfont iconzaiyongfenxiziyuan"></span>
<div class="name">
在用分析资源
</div>
<div class="code-name">.iconzaiyongfenxiziyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont iconzhongxingguan"></span>
<div class="name">
重型罐
</div>
<div class="code-name">.iconzhongxingguan
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongrenwuguanli2"></span>
<div class="name">
icon 选中任务管理(1)
</div>
<div class="code-name">.iconiconxuanzhongrenwuguanli2
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongziyuanguanli2"></span>
<div class="name">
icon 选中资源管理(1)
</div>
<div class="code-name">.iconiconxuanzhongziyuanguanli2
</div>
</li>
<li class="dib">
<span class="icon iconfont iconmima"></span>
<div class="name">
密码
</div>
<div class="code-name">.iconmima
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongshouye3"></span>
<div class="name">
icon 选中首页(2)
</div>
<div class="code-name">.iconiconxuanzhongshouye3
</div>
</li>
<li class="dib">
<span class="icon iconfont icondingweiweizhi"></span>
<div class="name">
定位 位置
</div>
<div class="code-name">.icondingweiweizhi
</div>
</li>
<li class="dib">
<span class="icon iconfont iconkeyongziyuan"></span>
<div class="name">
可用资源
</div>
<div class="code-name">.iconkeyongziyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont iconfenxiziyuan"></span>
<div class="name">
分析资源
</div>
<div class="code-name">.iconfenxiziyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont iconqianyi"></span>
<div class="name">
迁移
</div>
<div class="code-name">.iconqianyi
</div>
</li>
<li class="dib">
<span class="icon iconfont iconzhatuchezhuapai1"></span>
<div class="name">
渣土车抓拍
</div>
<div class="code-name">.iconzhatuchezhuapai1
</div>
</li>
<li class="dib">
<span class="icon iconfont iconzuo"></span>
<div class="name">
</div>
<div class="code-name">.iconzuo
</div>
</li>
<li class="dib">
<span class="icon iconfont iconweixianpin1"></span>
<div class="name">
危险品
</div>
<div class="code-name">.iconweixianpin1
</div>
</li>
<li class="dib">
<span class="icon iconfont icondingweiweizhi1"></span>
<div class="name">
定位 位置(1)
</div>
<div class="code-name">.icondingweiweizhi1
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongzhinengjiansuo2"></span>
<div class="name">
icon 选中 智能检索
</div>
<div class="code-name">.iconiconxuanzhongzhinengjiansuo2
</div>
</li>
<li class="dib">
<span class="icon iconfont iconiconxuanzhongxitongguanli"></span>
<div class="name">
icon 选中系统管理
</div>
<div class="code-name">.iconiconxuanzhongxitongguanli
</div>
</li>
</ul>
<div class="article markdown">
<h2 id="font-class-">font-class 引用</h2>
<hr>
<p>font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。</p>
<p>与 Unicode 使用方式相比,具有如下特点:</p>
<ul>
<li>兼容性良好,支持 IE8+,及所有现代浏览器。</li>
<li>相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。</li>
<li>因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。</li>
<li>不过因为本质上还是使用的字体,所以多色图标还是不支持的。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-fontclass-">第一步:引入项目下面生成的 fontclass 代码:</h3>
<pre><code class="language-html">&lt;link rel="stylesheet" href="./iconfont.css"&gt;
</code></pre>
<h3 id="-">第二步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html">&lt;span class="iconfont iconxxx"&gt;&lt;/span&gt;
</code></pre>
<blockquote>
<p>"
iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content symbol">
<ul class="icon_lists dib-box">
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconshanchu"></use>
</svg>
<div class="name">删 除(2)</div>
<div class="code-name">#iconshanchu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconshanchu1"></use>
</svg>
<div class="name">删 除(1)</div>
<div class="code-name">#iconshanchu1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconshang"></use>
</svg>
<div class="name"></div>
<div class="code-name">#iconshang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconrenwushuliang"></use>
</svg>
<div class="name">任务数量</div>
<div class="code-name">#iconrenwushuliang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconshanchu2"></use>
</svg>
<div class="name">删 除</div>
<div class="code-name">#iconshanchu2</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icontianqi"></use>
</svg>
<div class="name">天气</div>
<div class="code-name">#icontianqi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconxitongxinxi"></use>
</svg>
<div class="name">系统信息</div>
<div class="code-name">#iconxitongxinxi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconxitongbanben"></use>
</svg>
<div class="name">系统版本</div>
<div class="code-name">#iconxitongbanben</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconyouxia"></use>
</svg>
<div class="name">右下</div>
<div class="code-name">#iconyouxia</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconxiugaicopy"></use>
</svg>
<div class="name">修 改 copy</div>
<div class="code-name">#iconxiugaicopy</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconshebeixinxi"></use>
</svg>
<div class="name">设备信息</div>
<div class="code-name">#iconshebeixinxi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzanting"></use>
</svg>
<div class="name">暂停</div>
<div class="code-name">#iconzanting</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconshanchu3"></use>
</svg>
<div class="name">删 除(3)</div>
<div class="code-name">#iconshanchu3</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconxiugai"></use>
</svg>
<div class="name">修 改</div>
<div class="code-name">#iconxiugai</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconteshucheliangzongliang"></use>
</svg>
<div class="name">特殊车辆总量</div>
<div class="code-name">#iconteshucheliangzongliang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzuoxia"></use>
</svg>
<div class="name">左下</div>
<div class="code-name">#iconzuoxia</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconxia"></use>
</svg>
<div class="name"></div>
<div class="code-name">#iconxia</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconweifazongliang"></use>
</svg>
<div class="name">违法总量</div>
<div class="code-name">#iconweifazongliang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconweixianpin"></use>
</svg>
<div class="name">危险品(1)</div>
<div class="code-name">#iconweixianpin</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzuoshang"></use>
</svg>
<div class="name">左上</div>
<div class="code-name">#iconzuoshang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconyonghuming"></use>
</svg>
<div class="name">用户名</div>
<div class="code-name">#iconyonghuming</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongxitongyunwei"></use>
</svg>
<div class="name">icon 选中系统运维</div>
<div class="code-name">#iconiconxuanzhongxitongyunwei</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconyoushang"></use>
</svg>
<div class="name">右上</div>
<div class="code-name">#iconyoushang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzhongxingguanshi"></use>
</svg>
<div class="name">重型罐式</div>
<div class="code-name">#iconzhongxingguanshi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzhongzhi"></use>
</svg>
<div class="name">重置</div>
<div class="code-name">#iconzhongzhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongrenwuguanli"></use>
</svg>
<div class="name">icon 选中任务管理(2)</div>
<div class="code-name">#iconiconxuanzhongrenwuguanli</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconyunhanglushu"></use>
</svg>
<div class="name">运行路数</div>
<div class="code-name">#iconyunhanglushu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icondanxuanxuanzhong"></use>
</svg>
<div class="name">单选/选中</div>
<div class="code-name">#icondanxuanxuanzhong</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconshijianzongliang"></use>
</svg>
<div class="name">事件总量</div>
<div class="code-name">#iconshijianzongliang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongzhinengjiansuo"></use>
</svg>
<div class="name">icon 选中智能检索(1)</div>
<div class="code-name">#iconiconxuanzhongzhinengjiansuo</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzhatuchezhuapai"></use>
</svg>
<div class="name">渣土车抓拍(1)</div>
<div class="code-name">#iconzhatuchezhuapai</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongrenwuguanli1"></use>
</svg>
<div class="name">icon 选中任务管理</div>
<div class="code-name">#iconiconxuanzhongrenwuguanli1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongziyuanguanli"></use>
</svg>
<div class="name">icon 选中资源管理(2)</div>
<div class="code-name">#iconiconxuanzhongziyuanguanli</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconyou"></use>
</svg>
<div class="name"></div>
<div class="code-name">#iconyou</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongziyuanguanli1"></use>
</svg>
<div class="name">icon 选中资源管理</div>
<div class="code-name">#iconiconxuanzhongziyuanguanli1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongshouye"></use>
</svg>
<div class="name">icon 选中首页</div>
<div class="code-name">#iconiconxuanzhongshouye</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconyunhangyichang"></use>
</svg>
<div class="name">运行异常</div>
<div class="code-name">#iconyunhangyichang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongshouye1"></use>
</svg>
<div class="name">icon 选中首页(3)</div>
<div class="code-name">#iconiconxuanzhongshouye1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongshouye2"></use>
</svg>
<div class="name">icon 选中首页(1)</div>
<div class="code-name">#iconiconxuanzhongshouye2</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongzhinengjiansuo1"></use>
</svg>
<div class="name">icon 选中智能检索</div>
<div class="code-name">#iconiconxuanzhongzhinengjiansuo1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconxinxicunchu"></use>
</svg>
<div class="name">信息存储</div>
<div class="code-name">#iconxinxicunchu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconkakouzongliang"></use>
</svg>
<div class="name">卡口总量</div>
<div class="code-name">#iconkakouzongliang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconduoxuanxuanzhong"></use>
</svg>
<div class="name">多选/选中</div>
<div class="code-name">#iconduoxuanxuanzhong</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconqidong"></use>
</svg>
<div class="name">启动</div>
<div class="code-name">#iconqidong</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzaiyongfenxiziyuan"></use>
</svg>
<div class="name">在用分析资源</div>
<div class="code-name">#iconzaiyongfenxiziyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzhongxingguan"></use>
</svg>
<div class="name">重型罐</div>
<div class="code-name">#iconzhongxingguan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongrenwuguanli2"></use>
</svg>
<div class="name">icon 选中任务管理(1)</div>
<div class="code-name">#iconiconxuanzhongrenwuguanli2</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongziyuanguanli2"></use>
</svg>
<div class="name">icon 选中资源管理(1)</div>
<div class="code-name">#iconiconxuanzhongziyuanguanli2</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconmima"></use>
</svg>
<div class="name">密码</div>
<div class="code-name">#iconmima</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongshouye3"></use>
</svg>
<div class="name">icon 选中首页(2)</div>
<div class="code-name">#iconiconxuanzhongshouye3</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icondingweiweizhi"></use>
</svg>
<div class="name">定位 位置</div>
<div class="code-name">#icondingweiweizhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconkeyongziyuan"></use>
</svg>
<div class="name">可用资源</div>
<div class="code-name">#iconkeyongziyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconfenxiziyuan"></use>
</svg>
<div class="name">分析资源</div>
<div class="code-name">#iconfenxiziyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconqianyi"></use>
</svg>
<div class="name">迁移</div>
<div class="code-name">#iconqianyi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzhatuchezhuapai1"></use>
</svg>
<div class="name">渣土车抓拍</div>
<div class="code-name">#iconzhatuchezhuapai1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzuo"></use>
</svg>
<div class="name"></div>
<div class="code-name">#iconzuo</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconweixianpin1"></use>
</svg>
<div class="name">危险品</div>
<div class="code-name">#iconweixianpin1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icondingweiweizhi1"></use>
</svg>
<div class="name">定位 位置(1)</div>
<div class="code-name">#icondingweiweizhi1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongzhinengjiansuo2"></use>
</svg>
<div class="name">icon 选中 智能检索</div>
<div class="code-name">#iconiconxuanzhongzhinengjiansuo2</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconiconxuanzhongxitongguanli"></use>
</svg>
<div class="name">icon 选中系统管理</div>
<div class="code-name">#iconiconxuanzhongxitongguanli</div>
</li>
</ul>
<div class="article markdown">
<h2 id="symbol-">Symbol 引用</h2>
<hr>
<p>这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇<a href="">文章</a>
这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:</p>
<ul>
<li>支持多色图标了,不再受单色限制。</li>
<li>通过一些技巧,支持像字体那样,通过 <code>font-size</code>, <code>color</code> 来调整样式。</li>
<li>兼容性较差,支持 IE9+,及现代浏览器。</li>
<li>浏览器渲染 SVG 的性能一般,还不如 png。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-symbol-">第一步:引入项目下面生成的 symbol 代码:</h3>
<pre><code class="language-html">&lt;script src="./iconfont.js"&gt;&lt;/script&gt;
</code></pre>
<h3 id="-css-">第二步:加入通用 CSS 代码(引入一次就行):</h3>
<pre><code class="language-html">&lt;style&gt;
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
&lt;/style&gt;
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html">&lt;svg class="icon" aria-hidden="true"&gt;
&lt;use xlink:href="#icon-xxx"&gt;&lt;/use&gt;
&lt;/svg&gt;
</code></pre>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function () {
$('.tab-container .content:first').show()
$('#tabs li').click(function (e) {
var tabContent = $('.tab-container .content')
var index = $(this).index()
if ($(this).hasClass('active')) {
return
} else {
$('#tabs li').removeClass('active')
$(this).addClass('active')
tabContent.hide().eq(index).fadeIn()
}
})
})
</script>
</body>
</html>
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1585882442967'); /* IE9 */
src: url('iconfont.eot?t=1585882442967#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAB1kAAsAAAAAOVgAAB0TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCJKgrYOMRwATYCJAOBSAtmAAQgBYRtB4V/G18uZYaYxwHQi4lEUaMGI232/x8S6CF6kdrsErt8kJA4xPnMjbvCSDR5lxFb5zY3uR8KH1Cz8asXWKI87rPyIWl41KSeos1Qyvx5fm5/7otFvrcRG7AxRtQmo0ZMYUQaVApjlPQQN4bFiDJRMfErRiQYv5pvov/bPxJRfjST79aXoDNJi8xU1ozdM5M0XRNgT43lJ/1N77MCrCj+VJBzQeb+blDPfP1Cl97cAwQAfqFMc+ygD3rOtggh1KmEroaInG2TNH0+QKBMNYIZlEUbtENdAKjsPKFAcz5gDknb9P2v9qfml1Z+Y5iubnl7sv+2y5wAuUgOoMTwfzbNdvcAqMIJVVQ0BF2VcmAF83cMI+tgtCHJB/Lx6kjykaiQAkjV2VXCWivP0R6ujAeEfaBokjLtVWnKPhC2bGwif3KWjlIdfZBtvW9G3h3epGKOCSOkQvm/uwYIADggBxWg+MR52cACApT2EACg+prqMmC5GoDgjEbAqmUwtklw0SCQwMIGsE8AYL3+16OfIAixADAgcVC6lV6VUAH6b+FbHW6bYSvGO8AmTwHAbnsAOACoAIAAQB8xrXcANxerAAfOxSJgGx8INPtWNzOjSIDKckthr5pB/zhdk9litdkdVqebO4JiOEFSNMNyvCAykkxHl6qtlYJao9XpDZz/xRsJk9litdkdToEAyqisvkP9Y8kLCFgjhSCVII0gA0E6QUaCTASZCbIQZCXIRpCdIAdhogJCNywI6AIDQBAACAoAwQAgOACEAICQABAKAEIDQBgACAsA4QAgPABEAICIABAJTIbIAH5RAkBUYCxRA/BEAwDRgrFEB2aLHixNMQBEFyMAxAQAMQNALAAQKwDEBpZfsYNBHAByxQlWleICSEPcABAPAIgnAMQLAOINAPEBgPgCQPzAiif+WMcTwKVu5Vuac/D4KeHy1qXpajXLuu+KsU51qqW21e1TGq8wp2nMbByroxF7k0mL+unVbFTTfJRHosU7i7Dl0xIj6mmSvmvcu+JfH1BJxoMqZITXYRyrztDMcuQiZcFAJWKIPr0+cMmxkh2kKVr9dp586Ur8ajdp1KrR+OE+Q8PhahSOPtLczMkgE1/cbSPndLXJdnzYpKdUyj54Ri5HAu7IU1qmUdd0UU/6GsrSb7G9ciiY6HoTdv2WZoKilHssLOHFq+/WDTecG5L7s5MOnftrAIThzj9UQ7qOeKmHZMpYNKt9NFeZCfFjvQvZekwsXu1f2qy8gWbxDPJSGunu4L6PiJs3cY8TVaWCRgNFeA0EWB1HzeZGgJUwrQKDRvU0lL9YT3iT8fQv7c4mrP2icOGfoeDuv3eHz/8NiOMogmUxWxZNV3McJPBMFtuPJEb61hC2rvQ2tHjmdrjmnBrE+Y91RU1bBpbFHQUaRc22mcULRrUsnlV4IlEDwz0auzXHndymqrvyiSELIV4xXBXb8u7NElcoM6Uoa7Z88n7HgV88D3fp4t0OhIZr2gAw6fy9TjSHYj4rEUu6fKMLrDwDR+Qo5ETnru9aI+zGYOw8lXkeKoLqChcqbMaeDbuNHHTuumv4w85btwzcVUDCh1HWaAGd+4v9fWf4R62H2lfrfr3zaKtWNqtTOF/uBZaECpU+vco1LAHI8yK4lqtMFrnDwJZxsdpPjQpCvAQANqswni3HAmLQcBA/prEy/gJ4ia1kShOSOCw0kctJjeoI4CUz5Q1nRK+gYYAArXoWiB7sTUfzdRBgtYlIodEX3GymIvKaAqwci8b+rwaNyhfvL83Mv/M5jRP9baLpzc5Djc4DX0RBRG7Du7MtopklTWMJMLstBOFKIAIUl7G1oeEoyJKArR2bEOIWCDVIh4S9DrQsAJmtkTCCqMFbDQV25BGyK8SsOdi1CWZv5jbMooISp2vpT/GxVot3OpDs6n3njvR0NBBJC0e1HhCGuUZfJPWNccZuVaFORRN4qXem+nUxOMfd4/B+R6juzp3riieNxiSiuROTnS/J0bEegqS1x47HSl8BsF2PgcbrhJhbvfCN8a35NftqqTs1LZTqH0Dj2J32jdKxe0r3UKJpVK02+0/e7sKvLcJrPYGWr6LFZlPIxheDlINBS5pKr6RUU+8txhfeTTdeFEV448PWxFGz/kWj1aBG1HFXNxLrnnjybfqMpmGIR9Ag1hHEkBag7oDhc3mJ/ndjxVoNcz5TbAiTKggpkO/8yoOPX47lz8fwMPnB5JL4SSokUfcU2vmH/zWAeA56sQef7D4Nx+bhYhlqygywCZtJFuJ9lGQQVxxDLUDVNeX7n7O4ohhTHgcXm72avolNOZzKAynQ6Zl7XQqYdaRYhe8T6EB4oQENdff+ZvvBy4M2YDXq8BIrm1VDcywLMNnGJnQU/bMunp8EuHlS1d3BJrMAchbV7w4yQNZJvs5qvGE01ww6SlqTkaMyzwAt67lT0Tx/09L7yXfmP25jZO9/2oqxg67unlT+qKbYC9bxdFTwTVedmH53Viw2+/25xrxAieCNguYxBpyOZDrQMrQoHWgkydaUUovvrb+7UK426hQkAkfItvbbePUU1N3NZTg5qHPXkD0dC8gk/cT5vwc1uHtk2KFRUQReIaxuNo0Gr60YW5jLVSbIpe8mf/inL7cnP7hcNKtqOiGSqIfp1wHSOySXWjegbmptxN2jfrV7M2457fCxVyhORXijz7/ZhIMn5OGn2yWIzXqvj9VmC3yC0AK/xGJa3pzSi8aswLYg7K7rcfl3DWRqlNfycVjSOGwCH0MhDv3Gu0e1vWsJR1yiLsyd4MeY/IiDjupQxcxiT07V81OalS3ncTrR3HW6rb/NaHgnVja7mPpM02xdBJp/55+7Xikpvu2/7xShAGmDV/w56teEaZ4zNs0sy1DjE7Il6vgwbSQ8up6iblXVuiy2QtoTamfnMpISX1YdLravhcIPHIPC1F/Kt99+UvyDS3gV3Jl12OxD15Y12zqai96jqyJX95cNqLsqHnJcLJq2NG1ZCG39xf8ZUoG/vnbleQxRwqz2OwrMTSJHQkc9yAKsTA111bnfSrZl0Fs7eE6YIWYVGoroJGhJ2cEuzLGLUgRYmhJ8nB3+Qt9LoMTijjE/RmTt5ZurnbEIgphADCgGSKeO/vbRuql3grZ8UlvyZYf+1r2vcDDt5FqvKoSLkcL0IoS496S0kYiL68l0hV8TtzLlvKp6tut3Ymg0cReTAEds0WtfrO4oLcjxU8HJqWqzO95/2A1VTXs027vfvle2M6viic5Qrm/nl9dkwk8DPVutG+ZBOVfo69zs80BfEvSFkikJVpYInBUYtNInT96Ci7Fp6w7KNIWFzHz1YcBGeMJS8qrKY6VXljtwTeASsYAnO8x2v9+bq6whSD06xDp9d20DEZC65yOSwg/r5MqVVKgTVe8/7D4d/h6jvr3WR5Qk1mk6xH/66hTwtbkdhs1fvz0L/R1+4l9Jt4p0/9C89cYzyqiaLa67ZplJ87MxfTwmOPfVwHb7yeLduWluqGqcRiHBGZAdmCVSCAZd+GPAVgime0SHRrzE/javv16zTVV3DYXq+fZiSRmd6aWkMTGFtv4Ktx5rv5pY/1d0juFwy+GWQ+b258R8vdeTqSGBN6DXaL7vlhPC+4nmLfwMOszKy2y+jr5ZmLwyhE1Xuc3h0i2WjfH217HLdy4YVlhzENr55h/c9faamo9dHkTckm/NdOPtrkLevBazsozdUlh4A0BwOeZ79+LUb6VQYcaVUzh9LfD7kwhiqBGKPaw2wX4H4EFvS0Zff7skOX3f734GukmbCqSqbiUAW00aVeMNk6ngoM/TU4pV1dCUgdI9Id2aNqK6oJHQsx1l0xcWmSTtQkDTxGj83h7o+zDtF1lQmFqQ0JddzcaS0r8waUU6nhCS6500Ae38wX8bKE6Wtwjdem7y5n7fN/Ce/jzlOmenf7dr3rt5hJTVOdukb/x5MaAXdbuvdd8WBN8pWRu/xYOa3ux2YyLInx1In9aRhjzEa54/ofUUIbspI+B6JK/oDz8EL8J/El9S0laqhvaiayjKqry0VqGWvHIMYHlrbJdt0T47WfJkPzPfZch8yhrxzeaNQ/npATTTLHl6iKf8lpwhemc2v+R//uPf66Y0l4LpFW5LRWrRUjdqhfLDDarZ0mlHjdwn1ukdaYxvoNxx+qSsSLa/7dx+6wHrlv1FB9og2qSzSJVSWg6J11tE/SILvZ3WMfGwlqjViw1abqcFwgLrC+aYsM1bseb4OWbzb+k0GUi6ZezVB3u+XcB5NPLj4COHR4M/ch9DI/sx90fB9z8IHLeZZ+b+wt05+Q3OZFXDSKhIqVDupPtHyLCyvRRTXEnIgEpX2koRmGBXxhOLFyYgwVKPEufTxSUJIFi87BrjzcjA/V/yP9fAF3JvnH4pwZtQAhAoxoNN8UzXl67M+I+j+GVMr/Qq6m/NhIeo0221OFy82m1X9vhga1iW1E4SFOxrHLzrXO47kn3sbgSVyC+sGCV+ccXwhZI8JbCAz/kp1tBdH9Vtw73NnJVccJw5/ZHKcFzPLK+POpiwr3KoPrrbx8TYlBTVUJCjqyzoDiRLoruqOe28meUMr51T1aWRskdX6nJOTVIXw+DTXR89VLkv4WB9VBZrfFWSt5ve0/BmWhpP1ZIcKLtYH1WeqN+DKnq6y7F301FNLZLLIb2hLkOUuWJRLhKLPGM7580HExpez2uMcZnbUpyEIlL+TZGh+bU1aWh2SWze39f7HU6npTuTeFKsIyk0ZWdkm971JMNMOxAPFIoHBIlJELCd2a6MSYPFMMk4wDAc0GxyEw949VQODKxf+1MTZ4DiA8Xj8QfzzE7pWxMvNr7oSbuvve98PzSC2jU3baP2uauhHwAZZy2y0ZI2CW0rMtHMNiYdpqGK6H66TWS5Bomsh4y2ap8X8WlK9j9JyfkU/C85d9LWHvvrr3EV75eWnj9ZXOyAykLiyvJp39thSzTPHFT1atpTwtjGHGJuY3hLELzPHmV/RSu8jzwujV0eG0gNJKtI3kjUB57h8Dhc58oMLqOKDGTojm0pwNpObTeBaTvL5Eyidgh3nO07mIi5g5VyLnNUeMSATAPCVcxD5CgT3ZfpKYfywu0GZDhCHWGkIMN2QtTE9GTE2bBh8MR3BDIYMVbkxdniUGEBxLWrfJNT/XIc92+p2iGuoGAdikMFgcOz5+5SYUEsAqzF9vDvh+ou8aHxKr5jsCO/atssdvK7culdUI8Ky9U8g8xO8NNTTM43yMoXf3tDNCzyHBF9qDFoPhR5jYgH0nYnOcSVrI5bGL/QHJcUXwJrqrCV2w8vwTz9pr/p+E0XOpIw6+28F7ldnsJxeBJfVPu/HTjiyXc0er0p976MZh0OxNqgnarBAtq9vi7STC+YTqJetKlW5b+tylmvUiO+2I2VWTryMcN17rAyzGDpzEfq+Z43T9xN/UPjmbv44UK639kzzy2I/ds/ShGjAXTnWi1OIpaFTQ9abG5OFqkyfGrsqkLcR1kUrZgFWcM3FsloWka2DE3+mqJbRr00molLpS53ThYZX7xtKsQ8DwKsGcyeFV7lfuVei/0WB4YElvmVeaX5pXnVqercDh0mnk7g+ySC4uDFPcXxkr+JfU8mjnzYg585i/UaLnzX9e73/aOzd0aOjdT6R5qPBf8RZbHLPT164z3kAXB7WY1dTY1HDfGmFd2PyMlYkJHTzJvi1QTk6BwTAwrdsyOWo6nhTaV8y52HEUK3VsocSwprs1wtqVBIxpqp1sC+xObZf/gKe99+NkFprJQ5kKTmZrtmKQopMtBMt2ooYrbDJezVA20+wf00MK5SYc4OfMQlI5sUTGZTQEwt6KObmEy33UuXHndN8SyQh7ssJcl2nEUqQ9gCLlObkHfcv1KKvMCj9lLmdBeHDaQ7ROeupoTtjqC7ViP3r8mLzktsJrlXUXrl1I6YHdGr2cfBZHPQ73Vys1kGabaFJXJaHSKxFVmwVoWF6vM8N0DLZDRJyilKDoskVz3WXvScjPBvBQuUp8nQtZeuur89a+C7jE3QjIw9nQ2Y7WtvJzKCKXvoT+t8iNxnK5k6KowRHp1i3nX+BzouLKf7/IXa1PK55aHfYBBnlQZLt3aeuVap+2UbpBG+0ZqytlWKrZ1I25rs9WIN7RpACxghRa4N1Kc17FmjnhptoL93RkrE3of+sErNESXGhbrdgGvLt2Tf+vG4QCxQ6q+WloTI7glEAoq/5syenfx7/J17phSAL9gcg8YPt3vmnEtCWGhESFj8XhfzYJ9EElPs3oUeVe4s4/VJd1IjUPLr+CI+6HGbdkj7fXjH4vp+/b20NKDkWlyZ376YeOce/+3Etp3uiaIl2a+rA0rH4ox++/Tx/t3+2/GtQRq9Rw19MP073D2YF+C6mXOLs9nV08gdepr+dIhr9PRV4Tz0zpjMX/buoaL5cpWLF7+r0XXofn6f75US2zw15KJYFH+5YlPsqup4Ba97Yq/r5rChqKHwIeCI49Pl6RnaJ91ThvfIzSpeRcIKBmn/Y3FmoYCcUtuuvRwrY+mP+hzV84vfZ9WpY+L9FmY1ujqdogeVHL78GMs72ePVuiqwjc8rRj5AGXV1GRlEkyBgewZ6hyF4SSxGKDVCjZLYjbtrLi71mO0R0w4b5hjabp1by59ympKGuRfMZSzEPX/T33ie/0p63eU9wyfXXpqQQ8TT5pq6lrLPK6tzqJy+LXdepRjxzm5kHCU6u4x4OerqxspHye5u4/a5qLwcpaK5xeduiU2A6Uz+OayxZ2clponBzz5hNaekcQ1q/WpeujTvyNSbu7STjffzHJKT29I9bBWOv7Z9L7Gvl+wSfS+1r+sNOgoGJyQO9Sz34yeb83lH56RoQupQx9qVaQEU01F7s9XC/pzzBfdzaUyCwxWWA0HNpYiz6uWsYn/C7iQH5+a6bpkl7sMYDtDihZ87h2nLkQNT1B+eg0Ab5xGXXbE4JjNd//y1reVebEVwcEg+FS4djpBuyRH3iZle5Vrs3NuYVws4MFB/RA6gxODqh8KTDZrXz50ys+Pc45Plqgnv+qR2oSmvrnCwqqRJWKXJS87fPVwl+kRUefpElaL6qCysVFQ1dOTCQzOoVepuf9Vit9L+9Wp/NVwjMhQND5DhWkBkEJl2km6PNlb9Q6iH437J3zhrVSITj+bHqvaPovrrnSDeMtb7Z4c0qOAXrZvQ6pbbjRLc99V1z+m+dmhUuOjVh1VXsV8UL/+Q0JJmCWL+8ZtyRnn+J6ihRlv5YVG775q6MkyT8sLDTffTZvmz/BfM+q4wvNMpQ06PHmvTaPTi1CLfGI9soViK3iuN6xwzc0JTxoPGS9ePuIUoQ5UhbtIc3mOHR46/OEzKtbs/4nwi+sSOrvvha/YY5yvOmJ36MshwDVJtkmwtcfmGDFrlLB5QnFYMYMUOX04s/KWS3J7AGeN043SxFgM7t3VZFZuLD4iMogHchA8A43zbkNX+idXrwDvVAwOJqV3So9qzLosGPk7WxFxZv3lLfKLuJYFSGquTfMpBCw03zyxY4HzTOevOmHtJ7hoZKS8niPPnjeUQ8sK21/2HqV3uJ1B8aUkKOnz0eJBMMRok/0F5BqRp6z3CxYW4S9wrfm+LmUTeI+96+Xv8K++vro498hr1erR9h5f3I+9jO8/F2ukImsI8U8J99nzmjRb9yZDFzqaenoCzps1xl+++waN5Co9thTlKp7f4NE/Irs6sZn/EziMruPIRv4oXqRtO04f3sekQt2uUXiVlEwLPbrdl2OM/27MxrXhi3rGf5aSKB/w8PrCLqmmbGds1jC2B2E92belPVCS0VlaUfer56eahR8pHt9ezZ67pBUortnMYLWnZscO6dPxjHvfjcbxweR+DoitzD37vGX4kO3JQy3fSeGHEIKR94mfyntQErKgGFgC4IwkYnGagNEALyuo81TYlS81SStVS2pkWUNtotppF29SDNEvNpvWFhmIpbUJcGsi49ExBhbJ2J+cA/qtPho4TzCLPbz0F1EsRk73u9VLjnsGv7B+x//RistdOHy4jgvsTgqlPh44RzPrQb0T27ZtQrSpjmAf8N3hwevg08N7gw0ur2RrwIx94LI50HLsUMNBqboXg9FTdICGTuZCDOhvJlfGIZWvP9JjLz+///N5PsWc4MjvbGZsdj9uvP6O9C+dMHVfuvGSacLQrc1zToTEdcrAzMveq2bb7Ersypq9ebPwdSUU2PiWTDZcYdsnRdQiizAU3Te+O7WzWXGaPsogoL8Ylgz38k/QTHHZTvfjZrrIsRFPSAplNRFUKmZ5Q5tWdPUvZlyF7JmUOnQ8oIcQ9NjvLOCneXvPsmSY9892s3niiUPt/D07rFoBZyLAv86T2ig9phtHa+Sic82A34gv9IXDxfdvTyDxqq1mQGsGpKqj8spLKTUjfsjaH/oiuPLizis45Kj6spHIWmROFH5r8fPxWePsUTmJKXyO+QNCdbh3J8uwznr5o1GbpkmfH1o38z01Sh4Z5xPpluasHFqpK4k4mjHN1hEDRKlgw3k6Ql+aywCVP2HaFsFohIHR2l8fHL9nxkqsFlYGEMD9NZknJQiLQLKimuLz87Q+N3/wgOJ3gfEzHVojMwZpPOKTU44TNrTBeVznLuciR5C9d0jgsC3MLk2ndneO07GEWnsfmc5hR2cOyRGWYXKvMXZ+lS1FlOmWsQjdGgW7BKoGgjTvJZUXHZUJj7uy0xCaCcwrmFo1bIlt1rZGWzXDTjFVHVsEPN5Xkt5s6sGPnsb64WS3D95/b0yfUS/QH/jpMHXebU7KFIEzJaobm5CxXcE3OboaVDTONMyv0ADBzXhWepU8bVYvbpvX7E7dOG/IMX2Ft0cSybI3CGvATb9o5l/GOsTedentPKKqfTNtpDV7x1W7T+HKyeNg5vEFWze+yIzTesiYiemvksLfWKwHgBjyeVfNF2jWf6sXTaUVsQV78omlRJrcFN9g3+QVvmJlxG3nUe/U2q8vXWLxaL57FK4Y0v3qRCS9IQ/V4COO/8NqEbebjNaXC2b+xuMTXMnh4/L1UnckxR/NjsQC7x9EH+w87RVydIXMa/fAr4SDinIM+l6ssCl3zXJt5FM+HRl6oPQqS1+zI6TfACjUjCH6HSBMGAJzrAoAZUJ4SweOi19gLU5WzXMYOYcAEGcKBBR460V+FSOBCCGIAC6IRB/whaftcEMNiwAERbADwg54VQkDBKYSBAG4gHCj4VCf6P0IkOMAviAEUwiUHfmnlwwFwwQvtSejzEULGjWmKISvshPOJseZv9NpD/PLrU/9jTLTALGcL77J3ZIwyXNKnX+XsjIsymLdV97DvxYxRWrR5FnIeX+dzx3KdWRm2Tj4RIau33hhNuStZYffO+cT35/9Grz1ETtbLXf9jTNR6Y2lmIaC/myyUNS+p6dOvZKKcoRtGGYw3orC/LhZjZJdr0eaZEKFpfDUnz+REzVn6NUPfM7W+nMrWr7IDSh+joqahxf93gP5R9frMFAIChcERSBQag8XhCUQSmZKKmoaWjp6BkYmZhZWNnYOTi7tXyE4B2AY90kNLcuvozyPyl6agPbn8d9SKkc8lP+h0oizsJ+K4i7PPvW2AG+SDIjoRnEykHsjKWE5TwAYp3GYOK3CmuKJrh4zxWzbgsbEKe2PqQVWZ+C5d6+ILyQGTnzgJmngkPgrBsilPCicx6EDsn1voSpMC15A1milVlB/gR2CCNVfBir0XaUyBjjwfr4GeHmRFp/dVT2eP08d4f2rUqwoIEQjFr6LLlhz+/BV/k0FijTGy5zZLKpc1QH7a1tSgMAJlVlUqlpEg3yXFt5zVUxAteJGRSCGrmaelGrJalmtddNCJ5uHjVxUquYwefNBGi90sBSov6TCSkVzxeYnY9wYa4HzjIqVGjmvXQGcdlswVnkYi8r4JuNBVkTazxKvKaU29fCmIK7IEAAAA') format('woff2'),
url('iconfont.woff?t=1585882442967') format('woff'),
url('iconfont.ttf?t=1585882442967') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1585882442967#iconfont') format('svg'); /* iOS 4.1- */
}
.icon-font {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-faxing"], [class*="icon-fanxing"] {
font-family:"iconfont" !important;
/* 以下内容参照第三方图标库本身的规则 */
font-size: 18px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-fanxing-shanchu:before {
content: "\e600";
}
.icon-fanxing-shanchu1:before {
content: "\e601";
}
.icon-fanxing-shang:before {
content: "\e602";
}
.icon-fanxing-renwushuliang:before {
content: "\e603";
}
.icon-fanxing-shanchu2:before {
content: "\e604";
}
.icon-fanxing-tianqi:before {
content: "\e605";
}
.icon-fanxing-xitongxinxi:before {
content: "\e606";
}
.icon-fanxing-xitongbanben:before {
content: "\e607";
}
.icon-fanxing-youxia:before {
content: "\e608";
}
.icon-fanxing-xiugaicopy:before {
content: "\e609";
}
.icon-fanxing-shebeixinxi:before {
content: "\e60a";
}
.icon-fanxing-zanting:before {
content: "\e60b";
}
.icon-fanxing-shanchu3:before {
content: "\e60c";
}
.icon-fanxing-xiugai:before {
content: "\e60d";
}
.icon-fanxing-teshucheliangzongliang:before {
content: "\e60e";
}
.icon-fanxing-zuoxia:before {
content: "\e60f";
}
.icon-fanxing-xia:before {
content: "\e610";
}
.icon-fanxing-weifazongliang:before {
content: "\e611";
}
.icon-fanxing-weixianpin:before {
content: "\e612";
}
.icon-fanxing-zuoshang:before {
content: "\e613";
}
.icon-fanxing-yonghuming:before {
content: "\e614";
}
.icon-fanxing-iconxuanzhongxitongyunwei:before {
content: "\e615";
}
.icon-fanxing-youshang:before {
content: "\e616";
}
.icon-fanxing-zhongxingguanshi:before {
content: "\e617";
}
.icon-fanxing-zhongzhi:before {
content: "\e618";
}
.icon-fanxing-iconxuanzhongrenwuguanli:before {
content: "\e619";
}
.icon-fanxing-yunhanglushu:before {
content: "\e61a";
}
.icon-fanxing-danxuanxuanzhong:before {
content: "\e61b";
}
.icon-fanxing-shijianzongliang:before {
content: "\e61c";
}
.icon-fanxing-iconxuanzhongzhinengjiansuo:before {
content: "\e61d";
}
.icon-fanxing-zhatuchezhuapai:before {
content: "\e61e";
}
.icon-fanxing-iconxuanzhongrenwuguanli1:before {
content: "\e61f";
}
.icon-fanxing-iconxuanzhongziyuanguanli:before {
content: "\e620";
}
.icon-fanxing-you:before {
content: "\e621";
}
.icon-fanxing-iconxuanzhongziyuanguanli1:before {
content: "\e622";
}
.icon-fanxing-iconxuanzhongshouye:before {
content: "\e623";
}
.icon-fanxing-yunhangyichang:before {
content: "\e624";
}
.icon-fanxing-iconxuanzhongshouye1:before {
content: "\e625";
}
.icon-fanxing-iconxuanzhongshouye2:before {
content: "\e626";
}
.icon-fanxing-iconxuanzhongzhinengjiansuo1:before {
content: "\e627";
}
.icon-fanxing-xinxicunchu:before {
content: "\e628";
}
.icon-fanxing-kakouzongliang:before {
content: "\e629";
}
.icon-fanxing-duoxuanxuanzhong:before {
content: "\e62a";
}
.icon-fanxing-qidong:before {
content: "\e62b";
}
.icon-fanxing-zaiyongfenxiziyuan:before {
content: "\e62c";
}
.icon-fanxing-zhongxingguan:before {
content: "\e62d";
}
.icon-fanxing-iconxuanzhongrenwuguanli2:before {
content: "\e62e";
}
.icon-fanxing-iconxuanzhongziyuanguanli2:before {
content: "\e62f";
}
.icon-fanxing-mima:before {
content: "\e630";
}
.icon-fanxing-iconxuanzhongshouye3:before {
content: "\e631";
}
.icon-fanxing-dingweiweizhi:before {
content: "\e632";
}
.icon-fanxing-keyongziyuan:before {
content: "\e633";
}
.icon-fanxing-fenxiziyuan:before {
content: "\e634";
}
.icon-fanxing-qianyi:before {
content: "\e635";
}
.icon-fanxing-zhatuchezhuapai1:before {
content: "\e636";
}
.icon-fanxing-zuo:before {
content: "\e637";
}
.icon-fanxing-weixianpin1:before {
content: "\e638";
}
.icon-fanxing-dingweiweizhi1:before {
content: "\e639";
}
.icon-fanxing-iconxuanzhongzhinengjiansuo2:before {
content: "\e63a";
}
.icon-fanxing-iconxuanzhongxitongguanli:before {
content: "\e63b";
}
No preview for this file type
!function(z){var a,t='<svg><symbol id="iconshanchu" viewBox="0 0 1024 1024"><path d="M781.696 161.28H253.12C204.8 161.28 165.376 200.256 165.376 248.32v28.8h704.064v-29.248c0-47.68-39.424-86.528-87.744-86.528z m-153.984-57.792l13.12 91.2H393.984l13.12-91.2h220.608z m7.04-57.92H400.064a51.968 51.968 0 0 0-50.24 43.072L332.48 209.92a37.056 37.056 0 0 0 38.016 43.072h293.376a37.056 37.056 0 0 0 38.016-43.072l-17.344-121.28C681.728 65.024 659.2 45.568 634.752 45.568z m161.472 289.344H238.592a52.48 52.48 0 0 0-53.504 57.856l47.872 521.28c2.816 31.488 31.936 57.856 63.872 57.856h440.256c32.384 0 60.992-25.92 63.808-57.856l48.384-521.28c3.264-31.936-20.672-57.856-53.056-57.856z m-396.16 520.832H311.808l-29.12-405.12h117.376v405.12z m176 0H458.752V450.56H576v405.12z m146.944 0H634.752V450.56h117.376l-29.12 405.12z" fill="#F2284F" ></path></symbol><symbol id="iconshanchu1" viewBox="0 0 1024 1024"><path d="M783.300066 120.470588H240.700536A90.352941 90.352941 0 0 0 150.588536 211.064471V240.941176h722.82353v-30.358588C873.412066 160.948706 832.933948 120.470588 783.300066 120.470588zM625.242654 60.235294l13.492706 94.930824H385.265242L398.757948 60.235294h226.484706zM632.470889 0H391.529713a53.609412 53.609412 0 0 0-51.561412 44.815059L322.138654 171.068235a38.369882 38.369882 0 0 0 39.032471 44.815059h301.17647a38.369882 38.369882 0 0 0 39.032471-44.815059L683.550419 44.815059C680.659125 20.239059 657.528772 0 632.470889 0z m165.76753 301.176471H225.762184a54.332235 54.332235 0 0 0-54.934589 60.235294l49.152 542.599529c2.891294 32.768 32.768 60.235294 65.536 60.235294h452.005647c33.249882 0 62.644706-26.985412 65.536-60.235294L852.691125 361.411765a53.729882 53.729882 0 0 0-54.452706-60.235294zM391.529713 843.294118H300.935831L271.059125 421.647059h120.470588v421.647059z m180.705882 0H451.765007V421.647059h120.470588v421.647059z m150.829177 0H632.470889V421.647059h120.470589l-29.876706 421.647059z" fill="#F2284F" ></path></symbol><symbol id="iconshang" viewBox="0 0 1024 1024"><path d="M1015.322034 954.576271V69.423729A60.745763 60.745763 0 0 0 954.576271 8.677966H69.423729A60.745763 60.745763 0 0 0 8.677966 69.423729v885.152542A60.745763 60.745763 0 0 0 69.423729 1015.322034h885.152542a60.745763 60.745763 0 0 0 60.745763-60.745763z m-17.355932-885.152542v885.152542a43.389831 43.389831 0 0 1-43.389831 43.389831H69.423729A43.389831 43.389831 0 0 1 26.033898 954.576271V69.423729A43.389831 43.389831 0 0 1 69.423729 26.033898h885.152542A43.389831 43.389831 0 0 1 997.966102 69.423729z" fill="#3BB7FF" ></path><path d="M111.077966 880.813559l395.715254-370.983051L902.508475 880.813559V509.830508L506.79322 138.847458 111.077966 509.830508z" fill="#3BB7FF" ></path></symbol><symbol id="iconrenwushuliang" viewBox="0 0 1024 1024"><path d="M883.057778 532.195556a263.281778 263.281778 0 0 0-114.574222-26.112c-147.2 0-266.524444 120.547556-266.524445 269.255111a269.738667 269.738667 0 0 0 118.385778 223.857777H119.324444A89.543111 89.543111 0 0 1 30.151111 909.568V93.155556A89.685333 89.685333 0 0 1 119.523556 3.498667h674.133333a89.6 89.6 0 0 1 89.400889 89.827555v438.840889zM686.535111 183.125333c0-14.222222-11.52-25.770667-25.770667-25.770666H171.349333a25.770667 25.770667 0 0 0 0 51.512889H660.764444c14.250667 0 25.770667-11.52 25.770667-25.742223z m0 122.339556c0-14.222222-11.52-25.742222-25.770667-25.742222H171.349333a25.770667 25.770667 0 1 0 0 51.541333H660.764444c14.250667 0 25.770667-11.548444 25.770667-25.799111z m-77.255111 128.853333c0-14.250667-11.548444-25.799111-25.799111-25.799111H171.320889a25.770667 25.770667 0 1 0 0 51.541333h412.216889c14.222222 0 25.742222-11.548444 25.742222-25.770666z m-103.054222 128.796445c0-14.193778-11.548444-25.713778-25.742222-25.713778l-309.191112-0.056889a25.770667 25.770667 0 0 0 0 51.512889h309.191112c14.222222 0 25.742222-11.52 25.742222-25.742222zM541.866667 776.533333c0-125.553778 100.778667-227.356444 225.080889-227.356444 124.273778 0 225.080889 101.831111 225.080888 227.384889 0 125.610667-100.778667 227.384889-225.080888 227.384889S541.866667 902.115556 541.866667 776.533333z m390.144 0c0-92.074667-73.898667-166.712889-165.063111-166.712889-91.192889 0-165.091556 74.638222-165.091556 166.769778 0 92.103111 73.898667 166.769778 165.091556 166.769778 91.164444-0.085333 165.063111-74.723556 165.063111-166.798222z m-161.223111-118.897777c15.928889 0 28.842667 12.913778 28.842666 28.871111v96.199111a28.871111 28.871111 0 0 1-57.713778 0v-96.199111c0-15.928889 12.942222-28.871111 28.871112-28.871111z m0 192.398222a28.871111 28.871111 0 0 1 0 57.713778 28.871111 28.871111 0 0 1 0-57.742223z" fill="#36BEA6" ></path></symbol><symbol id="iconshanchu2" viewBox="0 0 1024 1024"><path d="M784.96 125.12H221.568C170.048 125.12 128 167.04 128 219.2v30.976h750.528v-31.488c0-51.584-41.984-93.568-93.568-93.568zM620.864 62.528l14.016 98.56H371.712l13.952-98.56h235.2zM628.352 0H378.24a55.68 55.68 0 0 0-53.504 46.528l-18.56 131.136a39.872 39.872 0 0 0 40.576 46.528h312.704a39.872 39.872 0 0 0 40.512-46.528L681.408 46.528A54.72 54.72 0 0 0 628.352 0z m172.16 312.704H206.08a56.384 56.384 0 0 0-57.088 62.592l51.072 563.392c3.008 34.048 33.984 62.528 68.032 62.528h469.376c34.56 0 65.024-27.968 68.032-62.528l51.52-563.392a55.744 55.744 0 0 0-56.512-62.592z m-422.336 562.944H284.16l-30.976-437.824h125.056v437.824z m187.648 0H440.704V437.824h125.12v437.824z m156.608 0h-94.08V437.824h125.12l-31.04 437.824z" fill="#F2284F" ></path></symbol><symbol id="icontianqi" viewBox="0 0 1210 1024"><path d="M79.034182 625.831564a28.429964 28.429964 0 0 1-14.187055-53.061819l109.251491-63.190109c5.622691-3.2768 11.8784-3.928436 17.873455-3.127854a234.980073 234.980073 0 0 1-20.144873-76.837237 27.778327 27.778327 0 0 1-17.426618 6.516364h-126.045091A28.374109 28.374109 0 0 1 0 407.719564c0-15.732364 12.660364-28.448582 28.355491-28.448582h126.045091c6.888727 0 13.032727 2.792727 17.947927 6.925963 2.513455-27.499055 9.085673-53.620364 20.200727-77.563345-1.526691 0.242036-2.848582 1.135709-4.412509 1.135709a28.113455 28.113455 0 0 1-14.168436-3.835345L64.791273 242.725236a28.485818 28.485818 0 0 1-10.351709-38.874763 28.318255 28.318255 0 0 1 38.763054-10.388946l109.195637 63.245964c5.771636 3.314036 9.495273 8.545745 11.76669 14.336a238.126545 238.126545 0 0 1 56.357237-56.468946c-5.901964-2.290036-11.245382-5.753018-14.652509-11.617745l-62.966691-109.474909a28.429964 28.429964 0 0 1 10.388945-38.818909 28.150691 28.150691 0 0 1 38.725818 10.426182l62.966691 109.474909c3.351273 5.827491 3.965673 12.213527 3.072 18.376145 23.775418-10.984727 49.729164-17.538327 76.967564-20.051782a28.187927 28.187927 0 0 1-6.870109-18.059636V28.448582c0-15.750982 12.716218-28.448582 28.374109-28.448582 15.639273 0 28.355491 12.6976 28.355491 28.448582v126.380218c0 6.646691-2.643782 12.474182-6.423273 17.314909 26.754327 2.513455 52.559127 9.476655 76.483491 20.573091a27.815564 27.815564 0 0 1 3.072-18.208582l63.022546-109.474909a28.281018 28.281018 0 0 1 38.725818-10.426182 28.485818 28.485818 0 0 1 10.388945 38.837528l-63.022545 109.474909c-3.351273 5.864727-8.750545 9.309091-14.596655 11.599127a236.320582 236.320582 0 0 1 56.487564 56.32c2.271418-5.697164 5.995055-10.8544 11.729454-14.168436l109.139782-63.245964a28.299636 28.299636 0 0 1 38.725818 10.388945c7.838255 13.591273 3.165091 30.999273-10.407563 38.856146l-109.102546 63.301818a28.113455 28.113455 0 0 1-14.187054 3.835345c-8.787782 0-16.961164-4.654545-22.453528-12.101818l-72.18269 40.680728a142.056727 142.056727 0 0 0-123.755055-72.9088c-78.196364 0-141.814691 63.823127-141.814691 142.242909 0 28.765091 8.564364 56.487564 24.669091 80.095418l-73.541818 50.5856a27.8528 27.8528 0 0 1-13.442327 20.386909l-109.251491 63.190109c-4.431127 2.606545-9.346327 3.853964-14.1312 3.853964zM1210.181818 786.971927C1210.181818 917.671564 1104.151273 1024 973.824 1024H264.731927C160.451491 1024 75.645673 938.952145 75.645673 834.373818c0-106.142255 88.492218-192.195491 193.815272-189.588945 21.932218-108.078545 117.480727-189.682036 231.6288-189.682037 12.343855 0 24.631855 1.042618 37.012946 3.183709 49.636073-88.417745 144.104727-145.408 246.616436-145.408 147.120873 0 268.474182 112.937891 282.326109 256.856437A236.413673 236.413673 0 0 1 1210.181818 786.953309z m-94.543127 0a141.833309 141.833309 0 0 0-106.886982-137.253236l-36.398545-9.309091 1.601163-46.545455c-0.130327-101.096727-84.954764-186.1632-189.2352-186.1632-77.805382 0-148.722036 49.505745-176.314182 123.122037l-16.365381 43.566545-43.771346-15.639272c-16.681891-5.9392-32.1536-8.825018-47.178473-8.825019-78.196364 0-141.814691 63.804509-141.81469 142.224291l0.837818 6.106764 4.356654 71.866182-67.509527-24.352582c-11.580509-4.170473-22.1184-6.218473-32.228073-6.218473-52.130909 0-94.543127 42.523927-94.543127 94.8224 0 52.279855 42.3936 94.803782 94.543127 94.803782h709.073455c78.196364 0 141.833309-63.804509 141.833309-142.205673z" fill="#3BB7FF" ></path></symbol><symbol id="iconxitongxinxi" viewBox="0 0 1024 1024"><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#3BB7FF" opacity=".2" ></path><path d="M271.058824 326.113882C271.058824 295.695059 295.695059 271.058824 326.113882 271.058824h117.76c30.388706 0 55.024941 24.636235 55.024942 55.055058v165.104942c0 4.216471-3.433412 7.68-7.68 7.68h-165.104942A55.055059 55.055059 0 0 1 271.058824 443.873882v-117.76z m30.72 5.12c0-16.293647 13.161412-29.455059 29.455058-29.455058h107.52c16.263529 0 29.424941 13.161412 29.424942 29.455058v136.944942h-136.944942a29.455059 29.455059 0 0 1-29.455058-29.424942v-107.52z m481.28-5.12C783.058824 295.695059 758.422588 271.058824 728.033882 271.058824h-117.76c-30.418824 0-55.055059 24.636235-55.055058 55.055058v165.104942c0 4.216471 3.433412 7.68 7.68 7.68h165.135058c30.388706 0 55.024941-24.636235 55.024942-55.024942v-117.76z m-30.72 5.12a29.455059 29.455059 0 0 0-29.424942-29.455058h-107.52a29.455059 29.455059 0 0 0-29.455058 29.455058v136.944942h136.975058c16.263529 0 29.424941-13.191529 29.424942-29.424942v-107.52zM271.058824 728.033882C271.058824 758.422588 295.695059 783.058824 326.113882 783.058824h117.76c30.388706 0 55.024941-24.636235 55.024942-55.024942V562.898824a7.68 7.68 0 0 0-7.68-7.68h-165.104942c-30.418824 0-55.055059 24.636235-55.055058 55.055058v117.76z m30.72-5.12c0 16.263529 13.161412 29.424941 29.455058 29.424942h107.52c16.263529 0 29.424941-13.191529 29.424942-29.424942v-136.975058h-136.944942a29.455059 29.455059 0 0 0-29.455058 29.455058v107.52z m481.28 5.12C783.058824 758.422588 758.422588 783.058824 728.033882 783.058824h-117.76a55.055059 55.055059 0 0 1-55.055058-55.024942V562.898824c0-4.216471 3.433412-7.68 7.68-7.68h165.135058c30.388706 0 55.024941 24.636235 55.024942 55.055058v117.76z m-30.72-5.12c0 16.263529-13.191529 29.424941-29.424942 29.424942h-107.52a29.455059 29.455059 0 0 1-29.455058-29.424942v-136.975058h136.975058c16.263529 0 29.424941 13.161412 29.424942 29.455058v107.52z" fill="#3BB7FF" ></path></symbol><symbol id="iconxitongbanben" viewBox="0 0 1024 1024"><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#3BB7FF" opacity=".2" ></path><path d="M216.064 767.156706H699.030588V364.724706H216.064v402.462118z m134.144-321.957647h214.648471v53.669647h-214.648471v-53.669647z m0 80.50447h214.648471v53.63953h-214.648471v-53.63953z m0 80.474353h53.669647v53.669647h-53.669647v-53.669647zM269.733647 257.385412v53.669647H752.64V713.487059h53.669647V257.385412H269.733647z" fill="#3BB7FF" ></path></symbol><symbol id="iconyouxia" viewBox="0 0 1024 1024"><path d="M83.934426 8.393443h859.40459a58.754098 58.754098 0 0 1 58.754099 58.754098v888.731279a58.754098 58.754098 0 0 1-58.754099 58.754098H83.934426a58.754098 58.754098 0 0 1-58.754098-58.754098V67.147541A58.754098 58.754098 0 0 1 83.934426 8.393443z m859.40459 16.786885H83.934426A41.967213 41.967213 0 0 0 41.967213 67.147541v888.731279a41.967213 41.967213 0 0 0 41.967213 41.967213h859.40459a41.967213 41.967213 0 0 0 41.967214-41.967213V67.147541a41.967213 41.967213 0 0 0-41.967214-41.967213z" fill="#E5E5E5" ></path><path d="M83.21259 627.661639L609.363934 610.169705l16.971541-542.216394 254.606689 262.36223-16.988328 542.216393-526.151344 17.508722z" fill="#CCCCCC" ></path></symbol><symbol id="iconxiugaicopy" viewBox="0 0 1024 1024"><path d="M766.77798 359.038344L586.802214 183.567091 202.144112 567.815692 135.05417 813.106896v0.341251l244.881701-68.113696 386.842109-386.296107v-0.06825zM737.498646 33.14366L640.99287 129.376436l180.521767 174.925251 93.707519-93.502768A125.785111 125.785111 0 0 0 737.430396 33.14366h0.06825zM68.373728 855.695018h883.567033v116.434833H68.373728v-116.434833H68.373728z" fill="#87D14B" ></path></symbol><symbol id="iconshebeixinxi" viewBox="0 0 1024 1024"><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#3BB7FF" opacity=".2" ></path><path d="M759.265882 538.142118L721.076706 256.903529A18.522353 18.522353 0 0 0 702.644706 240.941176H298.827294a18.462118 18.462118 0 0 0-18.311529 15.902118l-39.393883 281.298824h0.39153l-0.39153 0.451764v199.740236c0 11.685647 9.456941 21.142588 21.142589 21.142588H738.183529a21.142588 21.142588 0 0 0 21.142589-21.142588v-199.740236l-0.39153-0.451764h0.331294z m-37.014588 184.169411H278.106353v-184.169411h444.144941v184.169411z" fill="#3BB7FF" ></path><path d="M327.619765 613.165176h49.061647a12.559059 12.559059 0 0 0 12.498823-12.528941v-11.715764a12.498824 12.498824 0 0 0-12.498823-12.438589h-49.091765a12.498824 12.498824 0 0 0-12.468706 12.438589v11.745882a12.559059 12.559059 0 0 0 12.498824 12.498823z m0 73.728h49.061647a12.559059 12.559059 0 0 0 12.498823-12.528941v-11.655529a12.498824 12.498824 0 0 0-12.498823-12.498824h-49.091765a12.498824 12.498824 0 0 0-12.468706 12.498824v11.655529c0 6.927059 5.601882 12.528941 12.498824 12.528941z m116.314353-73.728h0.391529a18.311529 18.311529 0 1 0 0-36.683294h-0.391529a18.311529 18.311529 0 0 0-18.371765 18.251294v0.060236c0 10.149647 8.222118 18.371765 18.371765 18.371764z m0 73.728h0.391529a18.311529 18.311529 0 1 0 0-36.683294h-0.391529a18.311529 18.311529 0 0 0-18.371765 18.251294v0.060236a18.311529 18.311529 0 0 0 18.251294 18.371764h0.120471z m73.999058-73.728h0.39153a18.371765 18.371765 0 0 0 18.582588-18.371764 18.311529 18.311529 0 0 0-18.311529-18.31153h-0.662589a18.371765 18.371765 0 0 0 0 36.683294z m0 73.728h0.39153a18.371765 18.371765 0 0 0 18.582588-18.371764 18.311529 18.311529 0 0 0-18.311529-18.31153h-0.662589a18.311529 18.311529 0 1 0 0 36.683294z m73.456942-73.728h0.391529a18.371765 18.371765 0 0 0 0-36.683294h-0.391529a18.371765 18.371765 0 0 0-18.371765 18.31153 18.432 18.432 0 0 0 18.371765 18.371764z m0 73.728h0.391529a18.371765 18.371765 0 0 0 0-36.683294h-0.391529a18.371765 18.371765 0 0 0 0 36.683294z m73.878588-73.728h0.391529a18.311529 18.311529 0 1 0 0.060236-36.683294h-0.451765a18.371765 18.371765 0 0 0 0 36.683294z m0 73.728h0.391529a18.311529 18.311529 0 1 0 0.060236-36.683294h-0.451765a18.311529 18.311529 0 1 0-0.060235 36.683294h0.060235z" fill="#3BB7FF" ></path></symbol><symbol id="iconzanting" viewBox="0 0 1024 1024"><path d="M196.388571 0c88.283429 0 159.890286 71.533714 159.890286 159.817143v639.414857a159.817143 159.817143 0 1 1-319.707428 0V159.817143C36.571429 71.533714 108.105143 0 196.388571 0zM782.628571 0c88.283429 0 159.817143 71.533714 159.817143 159.817143v639.414857a159.817143 159.817143 0 1 1-319.634285 0V159.817143C622.665143 71.533714 694.198857 0 782.482286 0z" fill="#FFC62E" ></path></symbol><symbol id="iconshanchu3" viewBox="0 0 1072 1024"><path d="M39.204571 0h985.721905v1018.441143H39.204571z" fill="#FFFFFF" ></path><path d="M766.927238 231.472762H344.112762c-38.66819 0-70.217143 31.110095-70.217143 69.632v22.918095h563.248762v-23.30819c0-38.13181-31.50019-69.241905-70.217143-69.241905z m-123.172571-46.32381l10.532571 72.996572h-197.485714l10.483809-72.996572h176.518096z m5.656381-46.275047h-187.733334c-19.553524 0-37.546667 15.60381-40.228571 34.425905l-13.897143 97.03619a29.647238 29.647238 0 0 0 30.427429 34.474667h234.691047c19.504762 0 33.060571-15.60381 30.427429-34.474667l-13.897143-97.03619c-2.243048-18.870857-20.284952-34.425905-39.789714-34.425905z m129.170285 231.472762H332.458667a41.935238 41.935238 0 0 0-42.812953 46.323809l38.326857 416.963048c2.243048 25.209905 25.551238 46.32381 51.053715 46.323809h352.256c25.892571 0 48.761905-20.772571 51.053714-46.323809l38.66819-417.01181c2.633143-25.551238-16.530286-46.275048-42.422857-46.275047z m-316.952381 416.621714H391.070476l-23.30819-324.022857h93.866666v324.022857z m140.824381 0H508.586667V462.945524h93.866666v324.022857z m117.516191 0h-70.558476V462.945524h93.866666l-23.259428 324.022857z" fill="#F2284F" ></path></symbol><symbol id="iconxiugai" viewBox="0 0 1024 1024"><path d="M766.77798 359.038344L586.802214 183.567091 202.144112 567.815692 135.05417 813.106896v0.341251l244.881701-68.113696 386.842109-386.296107v-0.06825zM737.498646 33.14366L640.99287 129.376436l180.521767 174.925251 93.707519-93.502768A125.785111 125.785111 0 0 0 737.430396 33.14366h0.06825zM68.373728 855.695018h883.567033v116.434833H68.373728v-116.434833H68.373728z" fill="#0069FF" ></path></symbol><symbol id="iconteshucheliangzongliang" viewBox="0 0 1137 1024"><path d="M653.160296 793.41037c0-166.07763 122.197333-299.84237 273.901037-299.84237 25.296593 0 48.469333 4.626963 71.68 11.529481-10.543407-23.058963-25.296593-43.804444-46.383407-57.647407 31.592296-2.275556 56.888889-32.274963 56.888889-69.176889 0-39.215407-27.382519-69.176889-63.222519-69.176889h-69.518222L830.198519 113.019259c-8.419556-32.274963-29.50637-57.647407-59.012741-66.863407a959.905185 959.905185 0 0 0-535.134815 0C208.592593 55.371852 185.381926 80.782222 176.96237 113.019259L132.740741 309.096296H84.271407c-35.802074 0-63.184593 29.961481-63.184592 69.176889 0 29.961481 16.839111 55.371852 42.097778 64.587852C25.296593 465.92 0 512 0 562.782815v184.471704c0 43.804444 27.382519 78.430815 63.222519 89.960296v48.431407c0 25.334519 18.962963 46.117926 42.097777 46.117926h126.445037c23.172741 0 42.135704-20.783407 42.135704-46.117926v-46.155852h383.469037c-2.085926-16.118519-4.171852-29.961481-4.171852-46.117926zM168.542815 724.15763c-46.345481 0-84.271407-41.528889-84.271408-92.235852 0-50.744889 37.925926-92.273778 84.271408-92.273778 46.383407 0 84.309333 41.528889 84.309333 92.273778 0 50.706963-37.925926 92.235852-84.309333 92.235852z m90.642963-588.079408a886.215111 886.215111 0 0 1 246.518518-34.588444c84.271407 0 166.418963 11.529481 246.518519 34.588444l46.345481 242.157037H212.764444l46.345482-242.157037zM1137.777778 793.41037C1137.777778 920.234667 1042.962963 1024 927.061333 1024c-115.863704 0-210.678519-103.765333-210.678518-230.58963 0-126.862222 94.814815-230.627556 210.678518-230.627555 59.012741 0 113.777778 27.685926 151.703704 71.49037-4.171852 4.589037-6.295704 9.216-10.505481 13.805037-21.086815 25.41037-42.135704 46.155852-67.432297 64.587852-21.086815 16.156444-44.259556 29.961481-67.432296 41.528889l-37.925926-87.646815-115.863704 219.098074 94.814815 18.432 136.912593 27.685926-37.925926-87.646815 2.123852-2.275555c27.382519-25.41037 48.469333-53.096296 69.556148-83.057778 21.048889-29.961481 37.925926-59.922963 50.555259-94.549333 2.085926-2.275556 2.085926-4.626963 2.085926-9.216 25.296593 41.490963 40.049778 87.608889 40.049778 138.353777z" fill="#7460EE" ></path></symbol><symbol id="iconzuoxia" viewBox="0 0 1024 1024"><path d="M954.576271 8.677966H68.781559A60.745763 60.745763 0 0 0 8.035797 69.423729v885.794712a60.745763 60.745763 0 0 0 60.745762 60.745762H954.576271a60.745763 60.745763 0 0 0 60.745763-60.745762V69.423729A60.745763 60.745763 0 0 0 954.576271 8.677966z m-885.794712 17.355932H954.576271A43.389831 43.389831 0 0 1 997.966102 69.423729v885.794712a43.389831 43.389831 0 0 1-43.389831 43.38983H68.781559a43.389831 43.389831 0 0 1-43.38983-43.38983V69.423729a43.389831 43.389831 0 0 1 43.38983-43.389831z" fill="#E5E5E5" ></path><path d="M955.461424 628.527729l-542.494373-17.49478-17.49478-542.494373L132.981153 331.029695 150.475932 873.524068l542.494373 17.494779z" fill="#CCCCCC" ></path></symbol><symbol id="iconxia" viewBox="0 0 1024 1024"><path d="M1015.322034 69.423729v885.152542a60.745763 60.745763 0 0 1-60.745763 60.745763H69.423729A60.745763 60.745763 0 0 1 8.677966 954.576271V69.423729A60.745763 60.745763 0 0 1 69.423729 8.677966h885.152542A60.745763 60.745763 0 0 1 1015.322034 69.423729z m-17.355932 885.152542V69.423729A43.389831 43.389831 0 0 0 954.576271 26.033898H69.423729A43.389831 43.389831 0 0 0 26.033898 69.423729v885.152542A43.389831 43.389831 0 0 0 69.423729 997.966102h885.152542a43.389831 43.389831 0 0 0 43.389831-43.389831z" fill="#E5E5E5" ></path><path d="M111.077966 143.186441l395.715254 370.983051L902.508475 143.186441v370.983051L506.79322 885.152542 111.077966 514.169492z" fill="#CCCCCC" ></path></symbol><symbol id="iconweifazongliang" viewBox="0 0 1024 1024"><path d="M364.450909 297.270303L301.676606 213.333333l-48.252121 22.124606 68.111515 92.749576 42.914909-30.937212z m111.026424 271.608242h51.696485v-117.356606h76.210424l-0.992969 49.08994h-47.600485l8.564364 41.766788h80.616727l7.664485-134.050909h-124.431516v-38.384485h98.366061v-42.201212h-98.366061V290.443636h113.881213V247.621818h-113.881213V199.121455h-51.727515V247.621818H378.414545V290.443636h97.062788v37.329455H395.853576v42.201212h79.623757v38.384485H368.329697v43.194182h107.147636v117.356606z" fill="#0069FF" ></path><path d="M509.424485 28.454788C289.481697 28.454788 111.181576 200.921212 111.181576 413.633939c0 358.151758 398.242909 581.880242 398.242909 581.880243S907.636364 741.158788 907.636364 413.66497C907.636364 200.921212 729.336242 28.454788 509.424485 28.454788z m0 718.413576c-174.452364 0-315.826424-142.273939-315.826424-317.750303 0-175.507394 141.374061-317.750303 315.826424-317.750303 174.421333 0 315.826424 142.242909 315.826424 317.750303 0 175.476364-141.405091 317.750303-315.826424 317.750303z" fill="#0069FF" ></path><path d="M441.188848 563.541333c-18.307879-6.547394-37.85697-18.028606-51.789575-33.202424v-160.550788H283.306667v43.256243H341.02303v116.860121l-59.174788 60.198788 35.871031 35.684848 47.941818-55.35806c24.389818 20.386909 44.621576 32.985212 60.571151 37.701818 24.172606 7.19903 45.583515 10.984727 83.347394 12.722424h187.267879l11.667394-47.786667-198.811151 1.768728c-33.512727-3.10303-56.28897-6.888727-68.51491-11.295031z" fill="#0069FF" ></path></symbol><symbol id="iconweixianpin" viewBox="0 0 1024 1024"><path d="M13.128205 4.621128m105.025641 0l787.692308 0q105.025641 0 105.025641 105.025641l0 804.706462q0 105.025641-105.025641 105.025641l-787.692308 0q-105.025641 0-105.025641-105.025641l0-804.706462q0-105.025641 105.025641-105.025641Z" fill="#B3E5FC" opacity=".24" ></path><path d="M877.568 732.186256H821.037949C813.948718 682.036513 772.594872 643.43959 722.051282 643.43959s-92.238769 38.964513-98.986667 88.746666h-113.086359c-15.543795 0-28.278154-12.970667-28.278153-29.223384V342.409846h47.707897v340.70318h58.341744c23.683282-52.696615 75.618462-88.772923 134.301538-88.772923 58.683077 0 110.618256 36.076308 134.301539 88.772923h2.126769V342.409846H905.846154v360.553026c0 15.885128-12.734359 29.249641-28.278154 29.249641z m-61.860103-230.977641c7.771897 0 13.075692 4.332308 15.911385 12.629334 0.36759 1.837949 0.708923 3.623385 0.708923 5.77641 0 10.476308-6.354051 16.252718-19.429743 16.961641 5.303795 5.435077 7.771897 11.185231 7.771897 16.252718 0 5.408821-2.835692 10.108718-8.139487 14.073436a17.092923 17.092923 0 0 1-9.531077 2.888205c-10.24 0-17.329231-8.664615-21.556513-26.702769l-84.125538-32.137846-84.125539 32.137846c-4.253538 17.670564-11.290256 26.702769-21.215179 26.702769a21.924103 21.924103 0 0 1-9.898667-2.888205c-5.303795-3.964718-7.771897-8.297026-7.771897-14.073436 0-5.408821 2.468103-10.817641 7.771897-16.252718-13.075692-0.708923-19.797333-6.485333-19.797333-16.961641 0-2.153026 0.36759-3.938462 0.708923-5.77641 3.177026-8.297026 8.480821-12.603077 16.278974-12.603077 6.354051 0 13.784615 3.229538 22.265436 9.373538l48.41682-18.06441-49.125743-18.747077c-8.139487 5.408821-15.911385 8.297026-22.633026 8.297026-7.430564 0-12.366769-4.332308-15.202461-12.629334-0.341333-1.837949-0.708923-3.623385-0.708923-5.77641 0-10.476308 6.721641-16.252718 19.797333-16.961641-5.303795-5.435077-7.771897-11.211487-7.771897-16.252718 0-5.408821 2.468103-10.108718 7.771897-14.073436a19.928615 19.928615 0 0 1 8.84841-2.179282c10.60759 0 17.670564 9.399795 21.530257 27.805539l84.493128 32.111589 84.493128-32.820512c3.885949-18.06441 10.948923-27.096615 21.530256-27.096616 3.203282 0 6.038974 0.735179 8.848411 2.179282 5.671385 3.964718 8.139487 8.664615 8.139487 14.073436 0 5.408821-2.835692 10.817641-7.771898 16.252718 13.075692 0.708923 19.429744 6.485333 19.429744 16.961641 0 1.785436-0.341333 3.938462-0.708923 5.77641-2.468103 8.297026-7.430564 12.603077-15.202462 12.603077-7.062974 0-14.493538-2.888205-22.606769-8.270769l-48.78441 18.747077 48.049231 18.405744c9.189744-6.485333 16.987897-9.714872 23.368205-9.714872z m-64.328205-89.508102v4.332308c0 7.220513-2.100513 12.996923-6.695384 17.69682-4.594872 4.673641-10.24 7.561846-16.987898 8.297026-6.354051 0.36759-11.290256-0.735179-14.834872-3.255795a25.915077 25.915077 0 0 1-16.620307 5.77641c-6.354051 0-12.340513-2.153026-17.670564-6.144-3.518359 2.888205-8.480821 4.332308-15.543795 3.623385a25.153641 25.153641 0 0 1-23.683282-25.626257v-5.77641c-24.024615-7.220513-42.771692-18.773333-55.847385-34.658462a85.412103 85.412103 0 0 1-19.797333-55.558564c0-4.726154 0.36759-9.767385 1.417846-15.176205 4.594872-32.479179 18.747077-59.181949 42.062769-80.475897 24.733538-22.370462 54.797128-33.214359 90.47959-33.214359 35.708718 0 65.746051 11.185231 90.47959 33.581949 23.683282 20.926359 37.809231 47.629128 42.430359 80.108307 1.050256 5.408821 1.417846 10.476308 1.417846 15.176205 0 21.635282-6.721641 40.434872-20.506257 56.293744-14.152205 15.885128-34.290872 27.779282-60.100923 34.999795z m-84.808205-133.907692c-7.089231-8.664615-15.911385-12.970667-25.810051-12.970667-10.24 0-18.747077 4.332308-25.810051 12.996923-7.089231 8.664615-10.948923 19.114667-10.948923 31.770256 0 12.261744 3.518359 23.079385 10.948923 31.744 7.089231 8.664615 15.911385 12.996923 25.810051 12.996923 10.24 0 18.720821-4.332308 25.810051-12.996923 7.062974-8.664615 10.948923-19.140923 10.948923-31.770256 0-12.603077-3.885949-23.105641-10.948923-31.770256z m40.644923 87.69641c-3.203282-5.382564-6.380308-7.929436-9.557333-7.929436-3.518359 0-6.721641 2.546872-10.24 7.220513a23.499487 23.499487 0 0 0-5.303795 14.441025c0 2.888205 0.708923 5.408821 2.468103 7.588103 2.835692 3.255795 7.430564 4.699897 13.443282 4.699897 9.189744 0 13.784615-3.623385 13.784615-10.843897a35.708718 35.708718 0 0 0-4.594872-15.149949z m69.973334-87.69641c-7.089231-8.664615-15.911385-12.970667-26.151385-12.970667-9.898667 0-18.747077 4.332308-25.810051 12.996923-7.062974 8.664615-10.60759 19.114667-10.60759 31.770256 0 12.261744 3.544615 23.079385 10.60759 31.744 7.089231 8.664615 15.543795 12.996923 25.810051 12.996923 10.24 0 19.08841-4.332308 26.151385-12.996923 7.089231-8.664615 10.60759-19.140923 10.607589-31.770256a46.552615 46.552615 0 0 0-10.607589-31.770256zM425.143795 732.238769c-7.062974-50.176-48.416821-88.799179-98.96041-88.799179s-92.238769 38.990769-98.986667 88.799179H198.971077C183.401026 732.186256 170.666667 719.21559 170.666667 702.962872v-145.460513c0-27.411692 21.556513-58.814359 21.556512-58.814359l63.277949-86.619897c13.075692-15.885128 21.530256-29.223385 42.404103-29.223385h127.238564c15.570051 0 28.278154 12.970667 28.278154 29.223385v290.921025c0 15.858872-12.708103 28.855795-28.278154 29.223385z m-19.429744-300.294564H301.42359c-1.785436 2.179282-4.253538 5.041231-6.380308 7.588103l-2.100513 2.888205-62.227692 85.175795c-6.354051 9.714872-12.708103 24.155897-12.708103 29.932307l1.417847 12.288 186.262974-1.811692v-136.060718z m-80.239589 238.198154c40.644923 0 73.885538 34.290872 73.885538 76.14359 0 41.878974-33.240615 76.169846-73.885538 76.169846s-73.859282-34.290872-73.859283-76.14359c0-41.878974 33.214359-76.14359 73.859283-76.14359z m397.994666 0c40.644923 0 73.859282 34.290872 73.859282 76.14359 0 41.878974-33.214359 76.169846-73.859282 76.169846-40.644923 0-73.885538-34.290872-73.885538-76.14359 0-42.246564 33.240615-76.14359 73.885538-76.14359z" fill="#3BB7FF" ></path></symbol><symbol id="iconzuoshang" viewBox="0 0 1024 1024"><path d="M1015.322034 954.576271V68.781559a60.745763 60.745763 0 0 0-60.745763-60.745762H68.781559a60.745763 60.745763 0 0 0-60.745762 60.745762V954.576271a60.745763 60.745763 0 0 0 60.745762 60.745763H954.576271a60.745763 60.745763 0 0 0 60.745763-60.745763z m-17.355932-885.794712V954.576271a43.389831 43.389831 0 0 1-43.389831 43.389831H68.781559a43.389831 43.389831 0 0 1-43.38983-43.389831V68.781559a43.389831 43.389831 0 0 1 43.38983-43.38983H954.576271a43.389831 43.389831 0 0 1 43.389831 43.38983z" fill="#E5E5E5" ></path><path d="M395.472271 955.461424l17.49478-542.494373 542.494373-17.49478L692.970305 132.981153 150.475932 150.475932 132.981153 692.970305z" fill="#CCCCCC" ></path></symbol><symbol id="iconyonghuming" viewBox="0 0 1024 1024"><path d="M617.301333 615.082667c252.871111 39.537778 325.688889 211.512889 325.688889 273.976889 0 85.504-308.906667 105.813333-448.568889 105.813333s-448.568889-20.309333-448.568889-105.813333c0-61.44 71.907556-236.657778 324.721778-273.863112 16.156444-2.389333 37.432889-52.167111 23.665778-61.212444-82.887111-54.613333-146.545778-149.048889-146.545778-301.511111C247.694222 122.595556 350.094222 19.342222 494.364444 19.342222s246.784 103.253333 246.784 233.130667c0 150.186667-67.015111 246.897778-150.186666 302.08-12.856889 8.533333 10.410667 58.026667 26.282666 60.529778z" fill="#0069FF" ></path></symbol><symbol id="iconiconxuanzhongxitongyunwei" viewBox="0 0 1024 1024"><path d="M938.048 0H75.776C33.984 0 0 33.92 0 75.776v577.472c0 41.856 33.92 75.84 75.776 75.84h263.68L124.8 1013.44l764.032 0.768-214.656-285.12h263.872c41.792 0 75.776-33.984 75.776-75.84V75.776C1013.824 33.984 979.712 0 938.048 0z m-46.464 606.848H582.144L506.88 506.88 431.36 606.848H122.24V122.24H891.52v484.608z" fill="#0069FF" ></path></symbol><symbol id="iconyoushang" viewBox="0 0 1041 1024"><path d="M0 963.254237V74.717288a60.745763 60.745763 0 0 1 60.745763-60.745763h918.857762a60.745763 60.745763 0 0 1 60.745763 60.745763V963.254237a60.745763 60.745763 0 0 1-60.745763 60.745763H60.745763A60.745763 60.745763 0 0 1 0 963.254237zM17.355932 74.717288V963.254237A43.389831 43.389831 0 0 0 60.745763 1006.644068h918.857762a43.389831 43.389831 0 0 0 43.389831-43.389831V74.717288a43.389831 43.389831 0 0 0-43.389831-43.38983H60.745763a43.389831 43.389831 0 0 0-43.389831 43.38983z" fill="#E5E5E5" ></path><path d="M640.260339 964.000542L622.175458 420.013559l-560.596611-17.546847L332.817356 139.229288l560.59661 17.564204 18.102237 543.986983z" fill="#CCCCCC" ></path></symbol><symbol id="iconzhongxingguanshi" viewBox="0 0 1024 1024"><path d="M13.128205 9.242256m105.025641 0l787.692308 0q105.025641 0 105.025641 105.025641l0 804.706462q0 105.025641-105.025641 105.025641l-787.692308 0q-105.025641 0-105.025641-105.025641l0-804.706462q0-105.025641 105.025641-105.025641Z" fill="#B3E5FC" opacity=".24" ></path><path d="M879.826051 307.751385L840.467692 226.172718c-6.406564-13.390769-21.609026-20.663795-36.548923-17.644308L585.124103 252.639179l0.078769 0.262565c-53.563077 13.364513-92.973949 60.284718-92.89518 116.053333 0.157538 65.851077 57.501538 120.123077 125.820718 119.256615a127.553641 127.553641 0 0 0 60.941128-16.278974l0.183795 0.446359 189.387488-125.164308c13.233231-8.795897 17.906872-25.468718 11.18523-39.489641z" fill="#3BB7FF" ></path><path d="M418.133333 554.456615v-172.425846c0-18.773333-14.257231-33.975795-31.849025-33.975795h-34.264616c-24.20841 0-47.524103 9.846154-65.299692 27.516718l-95.835897 95.573334A70.052103 70.052103 0 0 0 170.666667 520.717128v213.805949c0 18.773333 14.257231 33.975795 31.849025 33.975795h16.173949c0-60.127179 45.738667-109.069128 102.189949-109.069128 56.477538 0 102.137436 48.758154 102.137436 108.964102 0 0.105026 213.858462 0.183795 213.858461 0.105026 0-60.127179 45.686154-109.069128 102.11118-109.069128 56.372513 0 102.111179 49.020718 102.111179 109.147897 0 0.105026 32.899282-0.078769 32.899282-0.078769 17.591795 0 31.849026-15.202462 31.849026-33.975795v-112.114872c0-18.773333-14.257231-34.002051-31.849026-34.002051H450.008615c-17.591795 0-31.875282-15.202462-31.875282-33.975795z" fill="#3BB7FF" ></path><path d="M239.589744 748.649026c0 36.864 28.934564 66.717538 64.643282 66.717538s64.643282-29.853538 64.643282-66.691282c0-36.864-28.960821-66.717538-64.643282-66.717538-35.708718 0-64.643282 29.853538-64.643282 66.691282z m418.947282 0c0 36.864 28.960821 66.717538 64.643282 66.717538 35.708718 0 64.643282-29.853538 64.643282-66.691282 0-36.864-28.934564-66.717538-64.643282-66.717538s-64.643282 29.853538-64.643282 66.691282z m224.334769-344.14277c0.078769-26.440205-28.488205-42.167795-49.729641-27.411692l-135.089231 93.630359c-46.683897 29.643487-83.547897 28.488205-108.622769 24.20841-65.982359-11.290256-99.669333-50.412308-116.736-90.584615-21.477744-50.674872-16.541538 26.781538-16.541539 26.781538v48.049231c0 18.221949 14.309744 32.951795 31.927795 32.951795H850.707692c17.644308 0 31.849026-14.651077 31.927795-32.846769l0.236308-74.778257z" fill="#3BB7FF" ></path></symbol><symbol id="iconzhongzhi" viewBox="0 0 1024 1024"><path d="M1024 0m0 53.894737l0 916.210526q0 53.894737-53.894737 53.894737l-916.210526 0q-53.894737 0-53.894737-53.894737l0-916.210526q0-53.894737 53.894737-53.894737l916.210526 0q53.894737 0 53.894737 53.894737Z" fill="#6783E3" ></path><path d="M835.116912 324.033123L891.957895 267.551439 892.335158 512l-246.029474-0.377263 95.752983-95.142176c-59.176421-125.556772-209.596632-179.667088-335.961825-120.867929a251.724351 251.724351 0 0 0-127.155649 133.425403l-132.652912-0.07186C198.512281 227.579509 405.162667 106.388211 607.860772 158.288842a378.826105 378.826105 0 0 1 227.25614 165.744281z m-538.606035 298.217544c59.266246 125.538807 209.740351 179.577263 336.069614 120.670315a251.778246 251.778246 0 0 0 126.976-133.245754l132.778667-0.053895c-52.241965 201.422596-258.928281 322.63186-461.626386 270.713263a378.88 378.88 0 0 1-227.184281-165.690385l-56.858947 56.481684-0.377263-244.502456 246.047438 0.377263-95.824842 95.178105 0 0.053895z" fill="#FFFFFF" ></path></symbol><symbol id="iconiconxuanzhongrenwuguanli" viewBox="0 0 1024 1024"><path d="M888.832 983.232H73.92C33.472 983.232 0 953.6 0 917.568V196.288c0-35.904 33.472-65.664 73.92-65.664h36.992v98.56c0 35.968 33.408 65.728 73.92 65.728h592.192c40.512 0 73.92-29.76 73.92-65.728v-98.56h36.992c40.448 0 73.92 29.76 73.92 65.728v721.216c0.896 35.968-32.576 65.664-73.024 65.664z m-165.44-445.824a62.72 62.72 0 0 0-79.232 0l-198.016 167.36L353.792 626.56a62.72 62.72 0 0 0-79.232 0c-22.016 18.752-22.016 48.512 0 66.496l132.032 111.04a62.72 62.72 0 0 0 79.168 0l237.632-200.192c21.952-18.048 21.952-47.744 0-66.56z m-57.216-308.224H296.576c-40.512 0-73.92-29.696-73.92-65.728v-32.832C370.496 34.432 372.224 32.832 410.88 0h147.008c36.032 30.528 35.2 34.432 182.144 130.624v32.832c0 36.8-32.576 65.728-73.92 65.728zM481.28 65.728c-40.448 0-73.92 29.696-73.92 65.664 0 36.032 33.472 65.728 73.92 65.728 40.512 0 73.92-29.696 73.92-65.728 0-36.736-33.408-65.664-73.92-65.664z" fill="#000000" fill-opacity=".85" opacity=".5" ></path></symbol><symbol id="iconyunhanglushu" viewBox="0 0 1024 1024"><path d="M160.627451 60.235294m80.313725 0l542.117648 0q80.313725 0 80.313725 80.313726l0 542.117647q0 80.313725-80.313725 80.313725l-542.117648 0q-80.313725 0-80.313725-80.313725l0-542.117647q0-80.313725 80.313725-80.313726Z" fill="#B3E5FC" opacity=".24" ></path><path d="M713.446902 220.862745a69.792627 69.792627 0 0 0-69.591843 69.933177 69.672157 69.672157 0 0 0 23.050039 52.003137l-70.174118 126.694902a65.515922 65.515922 0 0 0-10.882509-0.863373c-13.352157 0-25.820863 4.216471-35.960471 11.344314l-93.103686-82.863686c3.774745-7.42902 5.802667-15.861961 5.802666-24.756706a55.215686 55.215686 0 0 0-55.095215-55.356235 55.215686 55.215686 0 0 0-55.115294 55.336156c0 14.737569 5.802667 28.270431 15.219451 38.189177l-43.489883 61.901804a47.666196 47.666196 0 0 0-15.239529-2.489726A47.987451 47.987451 0 0 0 261.019608 518.003451a47.987451 47.987451 0 0 0 47.846902 48.067765 47.987451 47.987451 0 0 0 40.31749-73.848471l46.120157-65.837176a55.496784 55.496784 0 0 0 39.434039-5.983373l94.569412 84.048314a62.584471 62.584471 0 0 0 56.400314 89.288784c34.334118 0 62.343529-28.109804 62.343529-62.624627 0-19.375686-8.693961-36.723451-22.487843-48.228392l69.190274-124.827608c5.943216 1.766902 12.167529 2.630275 18.69302 2.630274A69.792627 69.792627 0 0 0 783.058824 290.775843 69.792627 69.792627 0 0 0 713.446902 220.862745z" fill="#3BB7FF" ></path></symbol><symbol id="icondanxuanxuanzhong" viewBox="0 0 1024 1024"><path d="M0 512a512 512 0 1 0 1024 0A512 512 0 0 0 0 512z" fill="#3BB7FF" ></path><path d="M320 512a192 192 0 1 0 384 0 192 192 0 1 0-384 0z" fill="#FFFFFF" ></path></symbol><symbol id="iconshijianzongliang" viewBox="0 0 1024 1024"><path d="M274.358857 484.827429h351.232v50.870857l117.028572 67.181714V88.576c0.036571-23.478857-9.216-46.006857-25.673143-62.646857A87.405714 87.405714 0 0 0 654.848 0H128.036571a87.405714 87.405714 0 0 0-62.098285 25.965714A88.978286 88.978286 0 0 0 40.228571 88.539429V759.954286c0 23.478857 9.252571 46.006857 25.709715 62.610285a87.405714 87.405714 0 0 0 62.098285 25.965715h437.504v-121.234286H274.358857v-60.598857h291.181714v-121.234286H274.358857v-60.598857z m0-363.666286h351.232v60.672H274.358857V121.161143z m0 181.833143h351.232v60.635428H274.358857V302.994286zM186.514286 727.222857c-16.164571 0-29.257143-13.531429-29.257143-30.281143 0-16.713143 13.092571-30.281143 29.257143-30.281143 16.164571 0 29.257143 13.568 29.257143 30.281143 0 16.749714-13.092571 30.317714-29.257143 30.317715z m0-181.796571c-16.164571 0-29.257143-13.531429-29.257143-30.281143 0-16.749714 13.092571-30.354286 29.257143-30.354286 16.164571 0 29.257143 13.604571 29.257143 30.354286a29.769143 29.769143 0 0 1-29.257143 30.281143z m0-181.76c-16.164571 0-29.257143-13.604571-29.257143-30.354286 0-16.713143 13.092571-30.317714 29.257143-30.317714 16.164571 0 29.257143 13.604571 29.257143 30.354285 0 16.713143-13.092571 30.317714-29.257143 30.317715z m0-181.833143c-16.164571 0-29.257143-13.568-29.257143-30.354286 0-16.713143 13.092571-30.317714 29.257143-30.317714 16.164571 0 29.257143 13.604571 29.257143 30.354286 0 16.749714-13.092571 30.317714-29.257143 30.317714z m430.555428 412.16V1024l141.714286-183.771429 217.636571-31.232-359.350857-214.966857z" fill="#3BB7FF" ></path></symbol><symbol id="iconiconxuanzhongzhinengjiansuo" viewBox="0 0 1024 1024"><path d="M926.08 1008.896l-106.496-107.712c10.368-4.992 27.52-17.28 44.736-38.016l17.28 17.664 84.672 86.4c7.68 7.68 7.68 20.096 0 27.712a120.32 120.32 0 0 1-19.584 14.72c-8.064 3.84-16.832 3.008-20.608-0.768zM690.56 940.8a235.52 235.52 0 0 1 0-470.976 235.648 235.648 0 0 1 235.328 235.52c0 129.92-105.6 235.52-235.328 235.52z m0-413.12a177.728 177.728 0 0 0-177.472 177.6 177.856 177.856 0 0 0 177.472 177.728 177.856 177.856 0 0 0 177.536-177.728 177.728 177.728 0 0 0-177.536-177.6z m-269.632 182.464c0-143.36 107.136-271.232 238.976-271.232 48 0 92.736-4.352 130.176 22.272V237.952H525.824c-72.192 0-130.752-63.68-130.752-142.336V0h-264.32C58.624 0 0 63.744 0 142.336v651.136c0 78.592 58.56 142.336 130.816 142.336H541.44c-71.936-44.928-120.576-129.216-120.576-225.664z m133.44-494.08h237.888L425.408 0v86.848c0 71.36 57.728 129.216 128.96 129.216z" fill="#000000" fill-opacity=".85" opacity=".5" ></path></symbol><symbol id="iconzhatuchezhuapai" viewBox="0 0 1024 1024"><path d="M13.128205 0m105.025641 0l787.692308 0q105.025641 0 105.025641 105.025641l0 804.706462q0 105.025641-105.025641 105.025641l-787.692308 0q-105.025641 0-105.025641-105.025641l0-804.706462q0-105.025641 105.025641-105.025641Z" fill="#B3E5FC" opacity=".24" ></path><path d="M698.00041 499.449436a22.081641 22.081641 0 0 1 26.072616 17.014154l22.16041 108.465231a21.714051 21.714051 0 0 1-17.381744 25.547487 22.055385 22.055385 0 0 1-26.072615-17.014154l-22.134154-108.491487a21.714051 21.714051 0 0 1 17.329231-25.521231h0.026256z m-88.615384 0a22.055385 22.055385 0 0 1 26.072615 17.014154l22.16041 108.465231a21.714051 21.714051 0 0 1-17.381743 25.547487 22.055385 22.055385 0 0 1-26.072616-17.014154l-22.134154-108.491487a21.714051 21.714051 0 0 1 17.329231-25.521231h0.026257z m-88.615385 0a22.055385 22.055385 0 0 1 26.072615 17.014154l22.160411 108.465231a21.714051 21.714051 0 0 1-17.381744 25.547487 22.055385 22.055385 0 0 1-26.072615-17.014154l-22.134154-108.491487a21.714051 21.714051 0 0 1 17.355487-25.521231z m-347.897436 120.621949c0.078769-0.183795 0.026256-0.393846 0.131282-0.577641l66.454975-130.179282a22.212923 22.212923 0 0 1 19.823589-11.99918h119.204103l-8.008205-39.122051a21.714051 21.714051 0 0 1 21.714051-25.96759h465.237333a21.924103 21.924103 0 0 1 21.740308 25.96759l-66.481231 325.421948a22.055385 22.055385 0 0 1-21.714051 17.460513h-22.16041c0 47.944205-39.673436 86.803692-88.615385 86.803693s-88.615385-38.859487-88.615385-86.803693h-177.230769c0 47.917949-39.673436 86.803692-88.615384 86.803693s-88.615385-38.859487-88.615385-86.803693H192.800821A21.897846 21.897846 0 0 1 170.666667 759.387897v-130.179282a20.795077 20.795077 0 0 1 2.205538-9.110974z m55.794872-12.576821h74.909538v-86.777436H272.961641L228.693333 607.494564zM680.198564 824.451282c24.444718 0 44.268308-19.429744 44.320821-43.37559a42.010256 42.010256 0 0 0-2.625641-14.099692c-0.026256-0.131282-0.131282-0.210051-0.183795-0.341333a43.979487 43.979487 0 0 0-27.201641-26.440205l-2.021744-0.603898a40.539897 40.539897 0 0 0-24.602256 0c-0.65641 0.183795-1.312821 0.36759-1.969231 0.603898a44.032 44.032 0 0 0-27.227898 26.466461l-0.210051 0.36759a42.115282 42.115282 0 0 0-2.573128 14.047179c0.026256 23.945846 19.849846 43.349333 44.294564 43.37559z m-76.458667-86.777436c0.262564-0.446359 0.603897-0.840205 0.866462-1.286564 1.470359-2.363077 3.072-4.699897 4.75241-6.931692 1.312821-1.732923 2.730667-3.308308 4.148513-4.909949 2.573128-2.914462 5.330051-5.671385 8.270769-8.244513 2.048-1.759179 4.096-3.492103 6.301539-5.093743a89.429333 89.429333 0 0 1 14.493538-8.402052c1.706667-0.787692 3.360821-1.627897 5.146257-2.284307 4.043487-1.575385 8.218256-2.835692 12.471794-3.80718 1.470359-0.341333 2.940718-0.630154 4.411077-0.892718a79.451897 79.451897 0 0 1 31.218872 0 88.300308 88.300308 0 0 1 17.014154 4.726154c1.654154 0.65641 3.229538 1.417846 4.83118 2.153026 3.124513 1.444103 6.170256 3.072 9.110974 4.831179 1.837949 1.155282 3.675897 2.363077 5.461333 3.623385 2.310564 1.654154 4.46359 3.492103 6.590359 5.330051 2.809436 2.468103 5.461333 5.093744 7.90318 7.876923 1.496615 1.68041 2.993231 3.334564 4.332307 5.12 1.706667 2.231795 3.229538 4.516103 4.726154 6.905436 0.262564 0.446359 0.603897 0.840205 0.866462 1.286564h16.173948l57.580308-282.046359h-411.175384l57.580307 282.046359h126.923487zM325.737026 824.451282c24.444718 0 44.268308-19.429744 44.32082-43.37559a41.668923 41.668923 0 0 0-2.625641-14.099692 43.979487 43.979487 0 0 0-27.359179-26.781538l-2.048-0.603898a40.487385 40.487385 0 0 0-24.602257 0c-0.65641 0.183795-1.312821 0.36759-1.969231 0.603898a44.032 44.032 0 0 0-27.227897 26.466461l-0.210051 0.36759a42.115282 42.115282 0 0 0-2.573128 14.047179c0.026256 23.945846 19.849846 43.349333 44.294564 43.37559z m-76.458667-86.777436c0.262564-0.446359 0.603897-0.840205 0.866462-1.286564 1.470359-2.363077 3.072-4.699897 4.75241-6.931692 1.312821-1.732923 2.730667-3.308308 4.148513-4.909949a90.164513 90.164513 0 0 1 14.572307-13.338256 89.429333 89.429333 0 0 1 14.493539-8.402052c1.706667-0.787692 3.360821-1.627897 5.146256-2.284307 4.043487-1.575385 8.218256-2.835692 12.471795-3.80718 1.470359-0.341333 2.940718-0.630154 4.437333-0.892718a79.451897 79.451897 0 0 1 31.192616 0 88.300308 88.300308 0 0 1 17.014154 4.726154c1.654154 0.65641 3.229538 1.417846 4.831179 2.153026 3.124513 1.444103 6.170256 3.072 9.110974 4.831179 1.837949 1.155282 3.675897 2.363077 5.461334 3.623385 2.310564 1.654154 4.46359 3.492103 6.590359 5.330051 2.809436 2.468103 5.461333 5.093744 7.903179 7.876923 1.496615 1.68041 2.993231 3.334564 4.332308 5.12 1.68041 2.231795 3.255795 4.542359 4.726154 6.905436 0.262564 0.446359 0.603897 0.840205 0.866461 1.286564h29.433436l-44.294564-216.956718H347.897436v108.491487a21.924103 21.924103 0 0 1-22.16041 21.687795H214.961231v86.777436h34.317128z m586.043077-347.109743a22.317949 22.317949 0 0 1-17.066667-7.824411l-95.232-111.931077-49.309538 48.285539a22.501744 22.501744 0 0 1-32.978052-1.785436l-73.124102-89.534359-159.744 156.409436a22.475487 22.475487 0 0 1-31.323898 0.420102 21.398974 21.398974 0 0 1 0-31.087589l177.23077-173.554872a21.740308 21.740308 0 0 1 16.882872-6.327795c6.301538 0.341333 12.130462 3.282051 16.095179 8.086974l73.124103 89.534359 48.968205-47.917948a22.212923 22.212923 0 0 1 16.67282-6.327795c6.222769 0.262564 12.025436 3.072 16.01641 7.771897l110.775795 130.153026c7.82441 9.189744 6.564103 22.89559-2.809436 30.562461a22.422974 22.422974 0 0 1-14.178461 5.041231z m-110.802051 0h-44.320821V347.109744h44.320821v43.401846z m-132.936206 0V347.109744h44.320821v43.401846H591.556923z m-88.615384-43.428103h44.32082v43.401846h-44.32082v-43.401846z m44.32082-65.063385h44.294564v43.37559h-44.294564v-43.37559z" fill="#3BB7FF" ></path></symbol><symbol id="iconiconxuanzhongrenwuguanli1" viewBox="0 0 1024 1024"><path d="M888.832 983.232H73.92C33.472 983.232 0 953.6 0 917.568V196.288c0-35.904 33.472-65.664 73.92-65.664h36.992v98.56c0 35.968 33.408 65.728 73.92 65.728h592.192c40.512 0 73.92-29.76 73.92-65.728v-98.56h36.992c40.448 0 73.92 29.76 73.92 65.728v721.216c0.896 35.968-32.576 65.664-73.024 65.664z m-165.44-445.824a62.72 62.72 0 0 0-79.232 0l-198.016 167.36L353.792 626.56a62.72 62.72 0 0 0-79.232 0c-22.016 18.752-22.016 48.512 0 66.496l132.032 111.04a62.72 62.72 0 0 0 79.168 0l237.632-200.192c21.952-18.048 21.952-47.744 0-66.56z m-57.216-308.224H296.576c-40.512 0-73.92-29.696-73.92-65.728v-32.832C370.496 34.432 372.224 32.832 410.88 0h147.008c36.032 30.528 35.2 34.432 182.144 130.624v32.832c0 36.8-32.576 65.728-73.92 65.728zM481.28 65.728c-40.448 0-73.92 29.696-73.92 65.664 0 36.032 33.472 65.728 73.92 65.728 40.512 0 73.92-29.696 73.92-65.728 0-36.736-33.408-65.664-73.92-65.664z" fill="#0069FF" ></path></symbol><symbol id="iconiconxuanzhongziyuanguanli" viewBox="0 0 1024 1024"><path d="M0 194.56c0 107.456 229.248 194.56 512 194.56s512-87.104 512-194.56S794.752 0 512 0 0 87.104 0 194.56zM959.296 422.4C871.808 481.92 704.256 522.24 512 522.24S152.192 481.92 64.704 422.4C23.488 450.56 0 482.688 0 517.12c0 107.52 229.248 194.56 512 194.56s512-87.04 512-194.56c0-34.432-23.488-66.56-64.704-94.72z m0 312.32c-87.488 59.52-255.04 99.84-447.296 99.84s-359.808-40.32-447.296-99.84C23.488 762.88 0 795.008 0 829.44 0 936.96 229.248 1024 512 1024s512-87.04 512-194.56c0-34.432-23.488-66.56-64.704-94.72z" fill="#000000" fill-opacity=".85" opacity=".5" ></path></symbol><symbol id="iconyou" viewBox="0 0 1024 1024"><path d="M69.423729 1015.322034h885.152542a60.745763 60.745763 0 0 0 60.745763-60.745763V69.423729A60.745763 60.745763 0 0 0 954.576271 8.677966H69.423729A60.745763 60.745763 0 0 0 8.677966 69.423729v885.152542A60.745763 60.745763 0 0 0 69.423729 1015.322034z m885.152542-17.355932H69.423729A43.389831 43.389831 0 0 1 26.033898 954.576271V69.423729A43.389831 43.389831 0 0 1 69.423729 26.033898h885.152542A43.389831 43.389831 0 0 1 997.966102 69.423729v885.152542a43.389831 43.389831 0 0 1-43.389831 43.389831z" fill="#E5E5E5" ></path><path d="M143.186441 111.077966l370.983051 395.715254L143.186441 902.508475h370.983051L885.152542 506.79322 514.169492 111.077966z" fill="#CCCCCC" ></path></symbol><symbol id="iconiconxuanzhongziyuanguanli1" viewBox="0 0 1024 1024"><path d="M0 194.56c0 107.456 229.248 194.56 512 194.56s512-87.104 512-194.56S794.752 0 512 0 0 87.104 0 194.56zM959.296 422.4C871.808 481.92 704.256 522.24 512 522.24S152.192 481.92 64.704 422.4C23.488 450.56 0 482.688 0 517.12c0 107.52 229.248 194.56 512 194.56s512-87.04 512-194.56c0-34.432-23.488-66.56-64.704-94.72z m0 312.32c-87.488 59.52-255.04 99.84-447.296 99.84s-359.808-40.32-447.296-99.84C23.488 762.88 0 795.008 0 829.44 0 936.96 229.248 1024 512 1024s512-87.04 512-194.56c0-34.432-23.488-66.56-64.704-94.72z" fill="#0069FF" ></path></symbol><symbol id="iconiconxuanzhongshouye" viewBox="0 0 1024 1024"><path d="M569.6 21.312a82.048 82.048 0 0 0-110.336 0L13.312 444.736a41.152 41.152 0 0 0 55.04 61.12l7.104-6.72v441.92c0 45.44 36.736 82.304 82.176 82.368h239.552v-247.68a57.92 57.92 0 0 1 57.984-57.984h112.64a57.92 57.92 0 0 1 57.984 57.984v247.68h245.12a82.304 82.304 0 0 0 82.304-82.368V504.512c18.304 16.512 44.16 15.296 59.392-1.664a41.152 41.152 0 0 0-2.944-58.112L569.536 21.312z" fill="#0069FF" ></path></symbol><symbol id="iconyunhangyichang" viewBox="0 0 1024 1024"><path d="M160.627451 60.235294m80.313725 0l542.117648 0q80.313725 0 80.313725 80.313726l0 542.117647q0 80.313725-80.313725 80.313725l-542.117648 0q-80.313725 0-80.313725-80.313725l0-542.117647q0-80.313725 80.313725-80.313726Z" fill="#B3E5FC" opacity=".24" ></path><path d="M718.888157 608.215843H305.111843c-20.680784 0-31.663686-24.094118-17.889882-39.313568l1.887372-2.088157c45.638275-50.497255 58.508549-110.170353 74.832314-185.725491 2.208627-10.300235 4.497569-20.841412 6.90698-31.623529 17.066667-76.117333 81.960157-103.243294 137.015216-103.243294 1.546039 0 2.851137 0 3.915294 0.060235 1.084235-0.040157 2.389333-0.060235 3.915294-0.060235 55.03498 0 119.948549 27.105882 137.015216 103.243294 3.995608 17.78949 7.288471 34.916392 10.460863 51.481098 13.091137 68.186353 23.431529 122.056784 69.611921 164.161255l2.369255 2.168471c16.022588 14.59702 5.541647 40.96-16.263529 40.96z m-361.210981-49.734274h304.38902c-28.551529-44.493804-38.289569-95.292235-48.489412-148.299294a1581.578039 1581.578039 0 0 0-10.119529-49.995295c-13.010824-57.966431-65.696627-64.25098-87.742745-64.25098-1.224784 0-2.208627 0.040157-2.931451 0.060235l-1.003922 0.060236-1.003921-0.060236-2.911373-0.040157c-22.046118 0-74.731922 6.264471-87.742745 64.250981-2.369255 10.641569-4.618039 21.062275-6.826667 31.242039-13.332078 61.841569-25.258667 117.11749-55.617255 167.052549z m54.492863 74.430745h207.731451V682.666667H412.170039v-49.754353z m95.372549-350.248157c-34.133333 0-61.921882-27.366902-61.921882-61.038432C445.620706 188.014431 473.409255 160.627451 507.542588 160.627451c34.133333 0 61.901804 27.366902 61.901804 61.018353 0 33.651451-27.768471 61.018353-61.901804 61.018353z m0-86.939608c-14.516706 0-26.302745 11.625412-26.302745 25.921255s11.786039 25.921255 26.302745 25.921255c14.496627 0 26.302745-11.625412 26.302745-25.901177 0-14.336-11.806118-25.941333-26.302745-25.941333z" fill="#3BB7FF" ></path></symbol><symbol id="iconiconxuanzhongshouye1" viewBox="0 0 1024 1024"><path d="M569.6 21.312a82.048 82.048 0 0 0-110.336 0L13.312 444.736a41.152 41.152 0 0 0 55.04 61.12l7.104-6.72v441.92c0 45.44 36.736 82.304 82.176 82.368h239.552v-247.68a57.92 57.92 0 0 1 57.984-57.984h112.64a57.92 57.92 0 0 1 57.984 57.984v247.68h245.12a82.304 82.304 0 0 0 82.304-82.368V504.512c18.304 16.512 44.16 15.296 59.392-1.664a41.152 41.152 0 0 0-2.944-58.112L569.536 21.312z" fill="#0069FF" ></path></symbol><symbol id="iconiconxuanzhongshouye2" viewBox="0 0 1024 1024"><path d="M569.6 21.312a82.048 82.048 0 0 0-110.336 0L13.312 444.736a41.152 41.152 0 0 0 55.04 61.12l7.104-6.72v441.92c0 45.44 36.736 82.304 82.176 82.368h239.552v-247.68a57.92 57.92 0 0 1 57.984-57.984h112.64a57.92 57.92 0 0 1 57.984 57.984v247.68h245.12a82.304 82.304 0 0 0 82.304-82.368V504.512c18.304 16.512 44.16 15.296 59.392-1.664a41.152 41.152 0 0 0-2.944-58.112L569.536 21.312z" fill="#000000" fill-opacity=".85" opacity=".5" ></path></symbol><symbol id="iconiconxuanzhongzhinengjiansuo1" viewBox="0 0 1024 1024"><path d="M926.08 1008.896l-106.496-107.712c10.368-4.992 27.52-17.28 44.736-38.016l17.28 17.664 84.672 86.4c7.68 7.68 7.68 20.096 0 27.712a120.32 120.32 0 0 1-19.584 14.72c-8.064 3.84-16.832 3.008-20.608-0.768zM690.56 940.8a235.52 235.52 0 0 1 0-470.976 235.648 235.648 0 0 1 235.328 235.52c0 129.92-105.6 235.52-235.328 235.52z m0-413.12a177.728 177.728 0 0 0-177.472 177.6 177.856 177.856 0 0 0 177.472 177.728 177.856 177.856 0 0 0 177.536-177.728 177.728 177.728 0 0 0-177.536-177.6z m-269.632 182.464c0-143.36 107.136-271.232 238.976-271.232 48 0 92.736-4.352 130.176 22.272V237.952H525.824c-72.192 0-130.752-63.68-130.752-142.336V0h-264.32C58.624 0 0 63.744 0 142.336v651.136c0 78.592 58.56 142.336 130.816 142.336H541.44c-71.936-44.928-120.576-129.216-120.576-225.664z m133.44-494.08h237.888L425.408 0v86.848c0 71.36 57.728 129.216 128.96 129.216z" fill="#0069FF" ></path></symbol><symbol id="iconxinxicunchu" viewBox="0 0 1024 1024"><path d="M160.627451 60.235294m80.313725 0l542.117648 0q80.313725 0 80.313725 80.313726l0 542.117647q0 80.313725-80.313725 80.313725l-542.117648 0q-80.313725 0-80.313725-80.313725l0-542.117647q0-80.313725 80.313725-80.313726Z" fill="#B3E5FC" opacity=".24" ></path><path d="M453.029647 281.941333c0-12.709647 9.878588-23.009882 22.086275-23.009882 12.187608 0 22.086275 10.300235 22.086274 23.009882 0 12.689569-9.898667 23.009882-22.086274 23.009883-12.207686 0-22.086275-10.320314-22.086275-23.009883zM654.556863 535.009882c0 12.689569-9.878588 23.009882-22.086275 23.009883h-220.862745c-12.207686 0-22.086275-10.320314-22.086274-23.009883 0-12.709647 9.878588-23.009882 22.086274-23.009882h220.862745c12.207686 0 22.086275 10.300235 22.086275 23.009882z m0-92.039529c0 12.709647-9.878588 23.009882-22.086275 23.009882h-220.862745c-12.207686 0-22.086275-10.300235-22.086274-22.989804 0-12.709647 9.878588-23.009882 22.086274-23.009882h220.862745c12.207686 0 22.086275 10.300235 22.086275 22.989804z m44.172549 138.039216c0 12.709647-9.878588 23.009882-22.086275 23.009882H367.435294c-12.207686 0-22.086275-10.300235-22.086274-22.989804V351.974902c0-3.072 1.184627-5.983373 3.212549-8.131765l40.96-42.646588v26.744471c0 25.419294 19.777255 46.019765 44.172549 46.019764h176.690196c24.395294 0 44.172549-20.600471 44.172549-46.019764V235.921569h22.086274c12.207686 0 22.086275 10.300235 22.086275 23.009882v322.098196zM433.694118 255.196863l15.259607-15.902118a10.842353 10.842353 0 0 1 7.790432-3.353098H610.384314v69.009569c0 12.709647-9.878588 23.009882-22.086275 23.009882h-132.517647c-12.207686 0-22.086275-10.300235-22.086274-23.009882V255.196863z m265.035294-65.254902H443.151059c-5.822745 0-11.444706 2.409412-15.560784 6.706196l-119.868236 124.586667a23.491765 23.491765 0 0 0-6.485333 16.263529L301.176471 604.039529c0 25.399216 19.777255 46.019765 44.15247 46.019765H698.729412c24.395294 0 44.172549-20.600471 44.172549-46.019765V235.921569c0-25.419294-19.777255-46.019765-44.172549-46.019765z" fill="#3BB7FF" ></path></symbol><symbol id="iconkakouzongliang" viewBox="0 0 1194 1024"><path d="M263.253333 715.349333H142.293333v-148.821333L21.333333 544.597333V1024l120.96-38.528V820.053333h195.84l103.68-137.728-138.24-71.68-40.32 104.704z m627.84 27.477334l282.24-170.88L297.813333 32H194.133333L55.893333 235.946667v71.68L827.733333 748.501333l63.36-5.674666z m-103.68 38.570666L125.013333 373.674667l-69.12 71.68L827.733333 886.314667h69.12l34.56-33.194667 34.56-99.2-103.68 71.722667c-46.208-33.152-74.88-44.202667-74.88-44.202667z" fill="#FF9630" ></path></symbol><symbol id="iconduoxuanxuanzhong" viewBox="0 0 1024 1024"><path d="M864 1004.8h-704c-78.016 0-140.8-62.656-140.8-140.8v-704C19.2 81.984 81.856 19.2 160 19.2h704c78.016 0 140.8 62.656 140.8 140.8v704c0 78.144-62.784 140.8-140.8 140.8z" fill="#3BB7FF" ></path><path d="M406.4 588.48L244.992 427.008 145.408 526.592l260.992 260.928 436.992-436.928-99.584-99.584z" fill="#FFFFFF" ></path></symbol><symbol id="iconqidong" viewBox="0 0 1024 1024"><path d="M845.901531 0H171.743817A171.52 171.52 0 0 0 0.004389 172.763429v684.836571C0.004389 947.2 76.292389 1024 171.743817 1024h680.521143A171.52 171.52 0 0 0 1024.004389 851.163429V172.836571C1017.64096 76.8 941.35296 0 845.901531 0zM381.590674 768v-512L807.72096 512l-426.130286 256z" fill="#36BEA6" ></path></symbol><symbol id="iconzaiyongfenxiziyuan" viewBox="0 0 1024 1024"><path d="M510.72 7.7568C231.9104 7.7568 5.888 233.6512 5.888 512.4864c0 278.784 226.0224 504.832 504.832 504.832 278.784 0 504.832-226.048 504.832-504.832C1015.552 233.6512 789.504 7.7568 510.72 7.7568zM473.6 733.6448c-8.7808 8.8064-20.7104 13.7472-33.152 13.7728-12.4416 0-24.3712-4.9664-33.152-13.7728l-187.4432-188.2368a47.232 47.232 0 0 1 0-66.56 46.7712 46.7712 0 0 1 66.304 0l154.2912 154.9824 294.8352-296.064a46.6432 46.6432 0 0 1 66.2016 0 47.2576 47.2576 0 0 1 0 66.56L473.6 733.6192z" fill="#7460EE" ></path></symbol><symbol id="iconzhongxingguan" viewBox="0 0 1024 1024"><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#36BEA6" ></path><path d="M819.712 296.192l-37.2224-73.984c-6.0672-12.1088-20.4288-18.688-34.56-15.9744L540.9536 246.272l0.0768 0.2304c-50.6624 12.1088-87.936 54.656-87.8592 105.216 0.1536 59.648 54.3744 108.8768 119.0144 108.0832a124.6976 124.6976 0 0 0 57.6256-14.7712l0.1536 0.4352 179.1232-113.4848c12.5184-7.936 16.9472-23.0912 10.5728-35.7888z" fill="#FFFFFF" ></path><path d="M383.0528 519.808v-156.3136a30.464 30.464 0 0 0-30.1312-30.7968H320.512c-22.912 0-44.9792 8.96-61.7728 24.96l-90.624 86.6048a62.1824 62.1824 0 0 0-19.1488 44.9792v193.792a30.464 30.464 0 0 0 30.1312 30.7968h15.3088c0-54.5024 43.2384-98.8416 96.64-98.8416s96.5632 44.1856 96.5632 98.7648c0 0.0768 202.2656 0.1536 202.2656 0.0768 0-54.5024 43.264-98.8416 96.5888-98.8416s96.5632 44.416 96.5632 98.9184c0 0.0768 31.1296-0.0768 31.1296-0.0768a30.464 30.464 0 0 0 30.1312-30.7968v-101.632a30.464 30.464 0 0 0-30.1312-30.7968H413.184a30.464 30.464 0 0 1-30.1312-30.7968z" fill="#FFFFFF" ></path><path d="M214.1696 695.8336c0 33.3824 27.392 60.4672 61.1584 60.4672 33.7408 0 61.1328-27.0848 61.1328-60.4672s-27.392-60.4672-61.1328-60.4672c-33.792 0-61.1584 27.0848-61.1584 60.4672z m396.2624 0c0 33.3824 27.3664 60.4672 61.1328 60.4672s61.1328-27.0848 61.1328-60.4672-27.392-60.4672-61.1328-60.4672c-33.792 0-61.1328 27.0848-61.1328 60.4672z m212.1472-311.9616c0.0768-23.9616-26.9312-38.2208-47.0272-24.832l-127.7696 84.864c-44.16 26.88-79.0272 25.8304-102.7328 21.9392-62.4128-10.24-94.2592-45.696-110.4128-82.1248-20.3008-45.9008-15.616 24.2688-15.616 24.2688v43.5968c0 16.4864 13.5168 29.8496 30.208 29.8496h342.9376c16.6656 0 30.1056-13.2864 30.208-29.7728l0.2048-67.7888z" fill="#FFFFFF" ></path></symbol><symbol id="iconiconxuanzhongrenwuguanli2" viewBox="0 0 1024 1024"><path d="M888.832 983.232H73.92C33.472 983.232 0 953.6 0 917.568V196.288c0-35.904 33.472-65.664 73.92-65.664h36.992v98.56c0 35.968 33.408 65.728 73.92 65.728h592.192c40.512 0 73.92-29.76 73.92-65.728v-98.56h36.992c40.448 0 73.92 29.76 73.92 65.728v721.216c0.896 35.968-32.576 65.664-73.024 65.664z m-165.44-445.824a62.72 62.72 0 0 0-79.232 0l-198.016 167.36L353.792 626.56a62.72 62.72 0 0 0-79.232 0c-22.016 18.752-22.016 48.512 0 66.496l132.032 111.04a62.72 62.72 0 0 0 79.168 0l237.632-200.192c21.952-18.048 21.952-47.744 0-66.56z m-57.216-308.224H296.576c-40.512 0-73.92-29.696-73.92-65.728v-32.832C370.496 34.432 372.224 32.832 410.88 0h147.008c36.032 30.528 35.2 34.432 182.144 130.624v32.832c0 36.8-32.576 65.728-73.92 65.728zM481.28 65.728c-40.448 0-73.92 29.696-73.92 65.664 0 36.032 33.472 65.728 73.92 65.728 40.512 0 73.92-29.696 73.92-65.728 0-36.736-33.408-65.664-73.92-65.664z" fill="#0069FF" ></path></symbol><symbol id="iconiconxuanzhongziyuanguanli2" viewBox="0 0 1024 1024"><path d="M0 194.56c0 107.456 229.248 194.56 512 194.56s512-87.104 512-194.56S794.752 0 512 0 0 87.104 0 194.56zM959.296 422.4C871.808 481.92 704.256 522.24 512 522.24S152.192 481.92 64.704 422.4C23.488 450.56 0 482.688 0 517.12c0 107.52 229.248 194.56 512 194.56s512-87.04 512-194.56c0-34.432-23.488-66.56-64.704-94.72z m0 312.32c-87.488 59.52-255.04 99.84-447.296 99.84s-359.808-40.32-447.296-99.84C23.488 762.88 0 795.008 0 829.44 0 936.96 229.248 1024 512 1024s512-87.04 512-194.56c0-34.432-23.488-66.56-64.704-94.72z" fill="#0069FF" ></path></symbol><symbol id="iconmima" viewBox="0 0 1024 1024"><path d="M718.879004 0C565.677227 0 438.587449 123.619556 438.587449 276.366222c0 43.633778 11.207111 87.267556 29.923555 127.260445L53.620338 810.837333a83.968 83.968 0 0 0 0 120.035556c33.678222 32.711111 89.713778 32.711111 119.637333 0l22.414222-21.845333 100.920889 98.190222a43.804444 43.804444 0 0 0 63.488 0l149.504-149.048889c18.716444-18.204444 18.716444-43.690667 0-61.838222l-100.920889-98.190223L588.091449 519.964444c37.376 18.204444 82.204444 29.070222 127.032889 29.070223 157.013333 0 280.348444-123.619556 280.348444-276.309334C999.17056 123.676444 875.835449 0 718.879004 0z m0 381.781333c-59.790222 0-108.373333-47.217778-108.373333-105.415111 0-58.197333 48.583111-105.472 108.373333-105.472 59.790222 0 108.373333 47.274667 108.373334 105.472 0 58.140444-48.583111 105.415111-108.373334 105.415111z" fill="#000000" opacity=".7" ></path></symbol><symbol id="iconiconxuanzhongshouye3" viewBox="0 0 1024 1024"><path d="M938.048 0H75.776C33.984 0 0 33.92 0 75.776v577.472c0 41.856 33.92 75.84 75.776 75.84h263.68L124.8 1013.44l764.032 0.768-214.656-285.12h263.872c41.792 0 75.776-33.984 75.776-75.84V75.776C1013.824 33.984 979.712 0 938.048 0z m-46.464 606.848H582.144L506.88 506.88 431.36 606.848H122.24V122.24H891.52v484.608z" fill="#000000" fill-opacity=".85" opacity=".5" ></path></symbol><symbol id="icondingweiweizhi" viewBox="0 0 1024 1024"><path d="M520.064 45.568C309.504 45.568 138.688 224.96 138.688 446.208c0 110.656 42.752 210.752 111.68 283.328l269.696 283.264 269.696-283.264a409.856 409.856 0 0 0 111.68-283.264c0-221.312-170.752-400.64-381.376-400.64z m0 591.04C429.568 636.352 356.48 552.128 356.608 448.64v-0.128C356.352 344.96 429.504 260.8 520 260.48h0.064C610.56 260.8 683.776 344.96 683.52 448.512v0.128c0.32 103.488-72.832 187.712-163.264 188.032h-0.192v-0.064z" fill="#799AF4" ></path></symbol><symbol id="iconkeyongziyuan" viewBox="0 0 1024 1024"><path d="M60.235294 602.352941h301.176471a60.235294 60.235294 0 0 1 60.235294 60.235294v301.176471a60.235294 60.235294 0 0 1-60.235294 60.235294H60.235294a60.235294 60.235294 0 0 1-60.235294-60.235294V662.588235a60.235294 60.235294 0 0 1 60.235294-60.235294z m602.352941 0h301.176471a60.235294 60.235294 0 0 1 60.235294 60.235294v301.176471a60.235294 60.235294 0 0 1-60.235294 60.235294H662.588235a60.235294 60.235294 0 0 1-60.235294-60.235294V662.588235a60.235294 60.235294 0 0 1 60.235294-60.235294zM60.235294 0h301.176471a60.235294 60.235294 0 0 1 60.235294 60.235294v301.176471a60.235294 60.235294 0 0 1-60.235294 60.235294H60.235294a60.235294 60.235294 0 0 1-60.235294-60.235294V60.235294a60.235294 60.235294 0 0 1 60.235294-60.235294z m602.352941 0h301.176471a60.235294 60.235294 0 0 1 60.235294 60.235294v301.176471a60.235294 60.235294 0 0 1-60.235294 60.235294H662.588235a60.235294 60.235294 0 0 1-60.235294-60.235294V60.235294a60.235294 60.235294 0 0 1 60.235294-60.235294z" fill="#0069FF" ></path></symbol><symbol id="iconfenxiziyuan" viewBox="0 0 1024 1024"><path d="M160.627451 60.235294m80.313725 0l542.117648 0q80.313725 0 80.313725 80.313726l0 542.117647q0 80.313725-80.313725 80.313725l-542.117648 0q-80.313725 0-80.313725-80.313725l0-542.117647q0-80.313725 80.313725-80.313726Z" fill="#B3E5FC" opacity=".24" ></path><path d="M464.996392 585.687843a154.644078 154.644078 0 0 1-60.737255-15.179294c-27.949176-13.834039-45.979608-35.940392-53.549176-65.415529h4.21647a11.846275 11.846275 0 0 0 10.340393-6.083765 12.589176 12.589176 0 0 0 0.080313-12.227765l-30.920784-54.432627a11.90651 11.90651 0 0 0-10.340392-6.144 11.90651 11.90651 0 0 0-10.340392 6.144l-31.061334 54.492862a12.589176 12.589176 0 0 0 0.020079 12.267922 11.846275 11.846275 0 0 0 10.36047 6.103843h8.673883c11.083294 62.443922 50.457098 93.906824 81.598745 109.226667 25.6 12.348235 53.408627 19.19498 81.65898 20.118588 13.131294 0.040157 23.833098-10.88251 23.893333-24.415372a24.495686 24.495686 0 0 0-6.967215-17.307608 23.511843 23.511843 0 0 0-16.926118-7.147922z m276.439843-249.173333a11.886431 11.886431 0 0 0-10.440784-6.284549h-8.673882c-11.083294-62.443922-50.457098-93.906824-81.598745-109.327059a202.912627 202.912627 0 0 0-81.638902-20.078431 23.572078 23.572078 0 0 0-21.162667 11.966745c-4.417255 7.649882-4.417255 17.187137 0 24.857098 4.417255 7.649882 12.508863 12.247843 21.162667 11.966745a156.912941 156.912941 0 0 1 60.757333 15.199372c27.949176 13.854118 45.979608 35.940392 53.549176 65.41553h-4.21647a11.846275 11.846275 0 0 0-10.521098 6.083764 12.569098 12.569098 0 0 0 0.020078 12.408471l30.900706 54.432628a11.90651 11.90651 0 0 0 10.340392 6.144 11.90651 11.90651 0 0 0 10.360471-6.144l30.84047-54.372393a12.488784 12.488784 0 0 0 0.321255-12.288z m-45.839059 81.01647h-154.403137c-16.183216-0.040157-29.354667 13.392314-29.43498 30.037334v157.013333c0.080314 16.64502 13.251765 30.07749 29.43498 30.017255h154.403137c16.183216 0.060235 29.334588-13.372235 29.434981-30.017255v-157.013333c-0.100392-16.665098-13.251765-30.07749-29.434981-30.037334z m-18.291451 48.830745v119.326118H559.585882v-119.326118h117.719843zM512 230.801569c-0.100392-16.64502-13.251765-30.07749-29.43498-30.017255H328.101647c-16.163137-0.040157-29.31451 13.392314-29.394823 30.017255v157.013333c0 8.031373 3.112157 15.701333 8.633725 21.343373 5.50149 5.662118 12.970667 8.83451 20.761098 8.814431h154.403137a28.912941 28.912941 0 0 0 20.841412-8.774275c5.541647-5.662118 8.653804-13.352157 8.673882-21.383529v-157.013333z m-47.826824 18.81349v119.42651H346.553725V249.615059h117.659608z" fill="#3BB7FF" ></path></symbol><symbol id="iconqianyi" viewBox="0 0 1024 1024"><path d="M820.736 969.792H761.6c-32.64 0-59.072-29.76-59.072-66.56V105.984c0-36.8 26.432-66.56 59.072-66.56h59.136c32.64 0 59.072 29.76 59.072 66.56v797.376c-0.064 36.736-26.496 66.496-59.072 66.496z m-354.368-398.72h-177.28V438.08h177.28V305.28l236.288 199.36L466.368 704V571.072zM230.016 637.44h177.28v265.856c0 36.736-26.496 66.496-59.136 66.496H170.88c-32.64 0-59.072-29.76-59.072-66.56V105.984c0-36.8 26.496-66.56 59.136-66.56H348.16c32.64 0 59.072 29.76 59.072 66.56v265.792H230.016V637.44z" fill="#36BEA6" ></path></symbol><symbol id="iconzhatuchezhuapai1" viewBox="0 0 1024 1024"><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#0069FF" ></path><path d="M647.7312 478.3104c11.3152-2.1504 22.3488 4.7104 24.6528 15.36v0.0512l20.9664 98.3296c2.2784 10.6496-5.0944 21.0176-16.4352 23.168a21.8624 21.8624 0 0 1-4.1216 0.3584c-9.984 0-18.5856-6.6048-20.5312-15.7952l-20.9408-98.3296c-2.304-10.6496 5.0688-20.992 16.384-23.1424h0.0256z m-83.7888 0c11.264-2.176 22.272 4.6592 24.6016 15.2576l0.0512 0.1536 20.9408 98.3296c2.2784 10.6496-5.0688 21.0176-16.4352 23.168a21.8624 21.8624 0 0 1-4.1216 0.3584c-9.984 0-18.56-6.6048-20.5312-15.7952l-20.9408-98.3296c-2.2784-10.6496 5.0688-20.992 16.4096-23.1424z m-83.8144 0c11.2896-2.1504 22.3232 4.7104 24.6272 15.3088v0.1024l20.992 98.3296c2.2528 10.6496-5.12 21.0176-16.4352 23.168a21.9648 21.9648 0 0 1-4.1472 0.3584c-9.984 0-18.56-6.6048-20.5312-15.7952l-20.9408-98.3296c-2.2784-10.6496 5.0688-20.992 16.4096-23.1424zM151.04 587.6736c0.0768-0.1792 0.0512-0.384 0.1536-0.5376l62.848-118.016a21.1456 21.1456 0 0 1 18.7392-10.8544h112.7168l-7.552-35.4816c-2.2528-10.6496 5.12-20.992 16.4352-23.1424a22.2464 22.2464 0 0 1 4.096-0.384h440.0128c11.5712 0 20.9664 8.8064 20.9664 19.6608 0 1.3056-0.1536 2.6112-0.4096 3.8656l-62.8736 294.9888c-1.9712 9.216-10.5472 15.7952-20.5312 15.8208h-20.9664c0 43.4432-37.504 78.6688-83.8144 78.6688-46.2848 0-83.7888-35.2256-83.7888-78.6688h-167.6288c0 43.4432-37.5296 78.6688-83.8144 78.6688s-83.7888-35.2256-83.8144-78.6688H169.9328c-11.5456 0-20.9408-8.8064-20.9408-19.6608v-118.016a18.2272 18.2272 0 0 1 2.0736-8.2432z m52.7872-11.4176h70.8608v-78.6688H245.76L203.8528 576.256z m427.0336 196.6592c23.1424-0.0256 41.8816-17.6128 41.9328-39.3216a36.6848 36.6848 0 0 0-2.4832-12.8c-0.0256-0.1024-0.128-0.1792-0.1792-0.2816a40.832 40.832 0 0 0-25.7024-23.9616l-1.92-0.5632a39.936 39.936 0 0 0-23.296 0l-1.8688 0.5376a40.8832 40.8832 0 0 0-25.728 23.9872l-0.2048 0.3328c-1.5616 4.096-2.3808 8.3968-2.432 12.7488 0.0256 21.7088 18.7648 39.296 41.8816 39.3216z m-72.2944-78.6688c0.256-0.4096 0.5632-0.768 0.8192-1.152a82.944 82.944 0 0 1 4.48-6.2976c1.2544-1.536 2.5856-2.9952 3.9424-4.4544 2.432-2.6368 5.0432-5.12 7.808-7.4496 1.9456-1.6128 3.8912-3.1744 5.9648-4.608a85.888 85.888 0 0 1 13.696-7.6288c1.6128-0.7424 3.2-1.4848 4.864-2.0992 3.84-1.408 7.7824-2.56 11.776-3.4304 1.408-0.3072 2.816-0.5888 4.224-0.7936a78.336 78.336 0 0 1 29.4912 0c1.408 0.2048 2.7904 0.512 4.1472 0.768 4.096 0.896 8.064 2.048 11.9552 3.5072 1.5616 0.5888 3.072 1.28 4.5568 1.9456 2.9696 1.3056 5.8368 2.7648 8.6272 4.3776a84.3776 84.3776 0 0 1 11.4176 8.1152c2.6368 2.2272 5.12 4.608 7.4752 7.1424 1.408 1.536 2.816 3.0208 4.096 4.6336 1.5872 2.048 3.072 4.096 4.4544 6.272 0.256 0.384 0.5888 0.768 0.8192 1.152h15.2832l54.4768-255.6672h-388.864l54.4512 255.6672h120.0384z m-262.912 78.6688c23.1168-0.0256 41.856-17.6128 41.8816-39.3216a36.3776 36.3776 0 0 0-2.4576-12.8 40.832 40.832 0 0 0-25.8816-24.2688l-1.9456-0.5376a39.8848 39.8848 0 0 0-23.2704 0l-1.8688 0.5376a40.8832 40.8832 0 0 0-25.728 23.9872l-0.2048 0.3328c-1.5616 4.096-2.4064 8.3968-2.432 12.7488 0 21.7088 18.7648 39.296 41.8816 39.3216z m-72.3456-78.6688c0.256-0.4096 0.5632-0.768 0.8192-1.152a82.944 82.944 0 0 1 4.5056-6.2976c1.2288-1.536 2.5856-2.9952 3.9424-4.4544a83.6096 83.6096 0 0 1 13.7728-12.0576 85.888 85.888 0 0 1 13.696-7.6288c1.6128-0.7424 3.2-1.4848 4.864-2.0992 3.84-1.408 7.7824-2.56 11.776-3.4304 1.408-0.3072 2.816-0.5888 4.1984-0.7936a78.336 78.336 0 0 1 29.5168 0c1.3824 0.2048 2.7648 0.512 4.1472 0.768 4.096 0.896 8.064 2.048 11.9552 3.5072 1.536 0.5888 3.0464 1.28 4.5568 1.9456 2.9696 1.3056 5.8368 2.7648 8.6272 4.3776a84.3776 84.3776 0 0 1 11.4176 8.1152c2.6368 2.2272 5.12 4.608 7.4752 7.1424 1.408 1.536 2.816 3.0208 4.096 4.6336 1.5872 2.048 3.072 4.096 4.4288 6.272 0.256 0.384 0.6144 0.768 0.8448 1.152h27.8528l-41.9072-196.6592h-37.2992v98.3296c0 10.88-9.3696 19.6608-20.9408 19.6608H190.8736v78.6688h32.4352z m554.24-314.6496a21.504 21.504 0 0 1-16.128-7.0656l-90.0608-101.4528-46.6176 43.776a21.9648 21.9648 0 0 1-31.1808-1.6384l-69.1712-81.152-151.0912 141.7728a21.9136 21.9136 0 0 1-29.6192 0.384 18.8416 18.8416 0 0 1 0-28.1856l167.6288-157.3376a21.0688 21.0688 0 0 1 15.9744-5.7088 21.4784 21.4784 0 0 1 15.2064 7.3216l69.1712 81.1776 46.3104-43.4432a21.504 21.504 0 0 1 15.744-5.76c5.888 0.256 11.392 2.816 15.1808 7.0656l104.7552 117.9904c7.424 8.32 6.2208 20.736-2.6624 27.6992a21.76 21.76 0 0 1-13.4144 4.5568z m-104.7552 0h-41.9328v-39.3216h41.9328v39.3216z m-125.7216 0v-39.3216h41.9072v39.3216H547.072z m-83.8144-39.3216h41.9072v39.3216h-41.9072v-39.3216z m41.9072-59.008h41.9072v39.3216h-41.9072v-39.3216z" fill="#FFFFFF" ></path></symbol><symbol id="iconzuo" viewBox="0 0 1024 1024"><path d="M954.576271 1015.322034H69.423729A60.745763 60.745763 0 0 1 8.677966 954.576271V69.423729A60.745763 60.745763 0 0 1 69.423729 8.677966h885.152542A60.745763 60.745763 0 0 1 1015.322034 69.423729v885.152542a60.745763 60.745763 0 0 1-60.745763 60.745763z m-885.152542-17.355932h885.152542a43.389831 43.389831 0 0 0 43.389831-43.389831V69.423729A43.389831 43.389831 0 0 0 954.576271 26.033898H69.423729A43.389831 43.389831 0 0 0 26.033898 69.423729v885.152542A43.389831 43.389831 0 0 0 69.423729 997.966102z" fill="#E5E5E5" ></path><path d="M880.813559 111.077966L509.830508 506.79322 880.813559 902.508475H509.830508L138.847458 506.79322 509.830508 111.077966z" fill="#CCCCCC" ></path></symbol><symbol id="iconweixianpin1" viewBox="0 0 1024 1024"><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#FF9630" ></path><path d="M817.5616 659.5072h-53.504a94.3616 94.3616 0 0 0-93.568-80.4864c-47.8208 0-87.2448 35.328-93.6192 80.4864h-106.9568a26.624 26.624 0 0 1-26.752-26.496V306.176h45.1328v308.8384h55.168a140.6976 140.6976 0 0 1 127.0272-80.4864 140.6976 140.6976 0 0 1 127.0272 80.4864h1.9968V306.176h44.8v326.8352c0 14.3872-12.032 26.496-26.752 26.496z m-58.496-209.3824c7.3472 0 12.3648 3.9168 15.0528 11.4432a24.9088 24.9088 0 0 1 0.6656 5.248c0 9.472-6.016 14.72-18.3808 15.36 4.992 4.9152 7.3472 10.1632 7.3472 14.7456 0 4.8896-2.688 9.1392-7.68 12.7488a16.6912 16.6912 0 0 1-9.0368 2.6112c-9.7024 0-16.384-7.8592-20.4032-24.192l-79.5392-29.1328-79.5648 29.1328c-4.0192 16.0256-10.7008 24.192-20.0704 24.192a21.4016 21.4016 0 0 1-9.344-2.6112c-5.0176-3.584-7.3728-7.5264-7.3728-12.7488 0-4.9152 2.3552-9.8304 7.3728-14.72-12.3648-0.6656-18.7392-5.888-18.7392-15.3856 0-1.9712 0.3328-3.584 0.6912-5.248 2.9952-7.5264 8.0128-11.4432 15.36-11.4432 6.016 0 13.056 2.944 21.0688 8.4992l45.7984-16.3584-46.464-16.9984c-7.68 4.9152-15.0528 7.5264-21.4016 7.5264-7.0144 0-11.6992-3.9168-14.3616-11.4432-0.3584-1.6384-0.6912-3.2768-0.6912-5.248 0-9.472 6.3744-14.72 18.7392-15.36-5.0176-4.9152-7.3728-10.1632-7.3728-14.7456 0-4.8896 2.3552-9.1392 7.3728-12.7488a19.5072 19.5072 0 0 1 8.3456-1.9712c10.0352 0 16.7168 8.5248 20.4032 25.1904l79.872 29.1328 79.8976-29.7728c3.6864-16.384 10.368-24.5504 20.4032-24.5504a18.432 18.432 0 0 1 8.3456 1.9712c5.376 3.584 7.68 7.8592 7.68 12.7488 0 4.9152-2.6624 9.8304-7.3472 14.72 12.3904 0.6656 18.4064 5.888 18.4064 15.3856 0 1.6384-0.3328 3.584-0.6912 5.248-2.304 7.5264-7.0144 11.4432-14.3616 11.4432-6.6816 0-13.696-2.6112-21.4016-7.5264l-46.1312 16.9984 45.4656 16.6912c8.704-5.888 16.0512-8.832 22.0672-8.832z m-60.8512-81.152v3.9424c0 6.5536-1.9968 11.776-6.3488 16.0256-4.352 4.2752-9.6768 6.8864-16.0256 7.5264-6.016 0.3328-10.7008-0.64-14.0544-2.944a25.1904 25.1904 0 0 1-15.7184 5.248 28.416 28.416 0 0 1-16.6912-5.5552c-3.3536 2.6112-8.0384 3.9168-14.72 3.2512a24.2432 24.2432 0 0 1-16.0512-7.168 21.7088 21.7088 0 0 1-6.3488-16.0512v-5.2224c-22.7328-6.5536-40.448-17.024-52.8128-31.4112a75.4688 75.4688 0 0 1-17.408-64.128 116.5824 116.5824 0 0 1 39.808-72.96c23.3984-20.2752 51.8144-30.08 85.5808-30.08s62.1568 10.1376 85.5808 30.4128c22.3744 18.9696 35.7632 43.1872 40.1152 72.6272 0.9984 4.9152 1.3312 9.472 1.3312 13.7472 0 19.6352-6.3488 36.6336-19.4048 51.0208-13.3632 14.4128-32.4096 25.1904-56.832 31.744z m-80.2048-121.344c-6.7072-7.8592-15.0528-11.776-24.4224-11.776-9.6768 0-17.7152 3.9168-24.3968 11.776a42.9312 42.9312 0 0 0-10.368 28.7744c0 11.136 3.328 20.9408 10.368 28.8 6.6816 7.8592 15.0528 11.776 24.3968 11.776 9.7024 0 17.7152-3.9168 24.4224-11.776 6.656-7.8592 10.3424-17.3312 10.3424-28.8 0-11.4432-3.6608-20.9152-10.3424-28.7744z m38.4256 79.488c-2.9952-4.8896-6.016-7.168-9.0112-7.168-3.328 0-6.3488 2.2784-9.7024 6.528a20.7872 20.7872 0 0 0-5.0176 13.056c0 2.6368 0.6656 4.9408 2.3552 6.912 2.6624 2.9184 7.0144 4.224 12.6976 4.224 8.704 0 13.0304-3.2512 13.0304-9.8048a31.4112 31.4112 0 0 0-4.352-13.7472z m66.2016-79.488a31.4112 31.4112 0 0 0-24.7552-11.776c-9.344 0-17.7152 3.9168-24.3968 11.776-6.6816 7.8592-10.0352 17.3312-10.0352 28.7744 0 11.136 3.3536 20.9408 10.0352 28.8 6.6816 7.8592 14.72 11.776 24.3968 11.776 9.728 0 18.0736-3.9168 24.7552-11.776 6.656-7.8592 10.0096-17.3312 10.0096-28.8a41.088 41.088 0 0 0-10.0096-28.7744zM389.6832 659.5072a94.3616 94.3616 0 0 0-93.5936-80.4864c-47.8208 0-87.2448 35.328-93.6192 80.4864H175.744a26.624 26.624 0 0 1-26.752-26.496v-131.84c0-24.8832 20.4032-53.3248 20.4032-53.3248l59.8272-78.5152c12.3648-14.4128 20.4032-26.496 40.1152-26.496h120.32c14.72 0 26.7776 11.776 26.7776 26.496v263.68c0 14.3872-12.032 26.1632-26.752 26.496z m-18.3808-272.1792h-98.6112l-6.016 6.8608-2.0224 2.6112-58.8288 77.2096c-6.016 8.832-12.032 21.9136-12.032 27.136l1.3312 11.136 176.1792-1.6384V387.328z m-75.8784 215.9104c38.4256 0 69.8624 31.0784 69.8624 69.0176 0 37.9648-31.4368 69.0432-69.888 69.0432-38.4256 0-69.8624-31.0784-69.8624-69.0432 0-37.9392 31.4368-69.0176 69.888-69.0176z m376.3968 0c38.4512 0 69.8624 31.0784 69.8624 69.0176 0 37.9648-31.4112 69.0432-69.888 69.0432-38.4 0-69.8368-31.0784-69.8368-69.0432 0-38.272 31.4112-69.0176 69.8624-69.0176z" fill="#FFFFFF" ></path></symbol><symbol id="icondingweiweizhi1" viewBox="0 0 1024 1024"><path d="M0 0h985.721905v1018.441143H0z" fill="#FFFFFF" ></path><path d="M492.885333 138.873905c-168.521143 0-305.152 143.457524-305.152 320.512 0 88.502857 34.182095 168.618667 89.380572 226.645333l215.771428 226.596572 215.722667-226.596572a327.875048 327.875048 0 0 0 89.380571-226.645333c0-177.005714-136.630857-320.512-305.103238-320.512z m0 472.795428C420.473905 611.474286 361.910857 544.182857 362.105905 461.287619v-0.097524C361.910857 378.392381 420.327619 311.100952 492.78781 310.808381h0.097523c72.362667 0.24381 130.925714 67.535238 130.730667 150.381714v0.097524c0.24381 82.846476-58.270476 150.186667-130.633143 150.430476h-0.097524z" fill="#799AF4" ></path></symbol><symbol id="iconiconxuanzhongzhinengjiansuo2" viewBox="0 0 1024 1024"><path d="M926.08 1008.896l-106.496-107.712c10.368-4.992 27.52-17.28 44.736-38.016l17.28 17.664 84.672 86.4c7.68 7.68 7.68 20.096 0 27.712a120.32 120.32 0 0 1-19.584 14.72c-8.064 3.84-16.832 3.008-20.608-0.768zM690.56 940.8a235.52 235.52 0 0 1 0-470.976 235.648 235.648 0 0 1 235.328 235.52c0 129.92-105.6 235.52-235.328 235.52z m0-413.12a177.728 177.728 0 0 0-177.472 177.6 177.856 177.856 0 0 0 177.472 177.728 177.856 177.856 0 0 0 177.536-177.728 177.728 177.728 0 0 0-177.536-177.6z m-269.632 182.464c0-143.36 107.136-271.232 238.976-271.232 48 0 92.736-4.352 130.176 22.272V237.952H525.824c-72.192 0-130.752-63.68-130.752-142.336V0h-264.32C58.624 0 0 63.744 0 142.336v651.136c0 78.592 58.56 142.336 130.816 142.336H541.44c-71.936-44.928-120.576-129.216-120.576-225.664z m133.44-494.08h237.888L425.408 0v86.848c0 71.36 57.728 129.216 128.96 129.216z" fill="#0069FF" ></path></symbol><symbol id="iconiconxuanzhongxitongguanli" viewBox="0 0 1024 1024"><path d="M938.048 0H75.776C33.984 0 0 33.92 0 75.776v577.472c0 41.856 33.92 75.84 75.776 75.84h263.68L124.8 1013.44l764.032 0.768-214.656-285.12h263.872c41.792 0 75.776-33.984 75.776-75.84V75.776C1013.824 33.984 979.712 0 938.048 0z m-46.464 606.848H582.144L506.88 506.88 431.36 606.848H122.24V122.24H891.52v484.608z" fill="#0069FF" ></path></symbol></svg>',l=(a=document.getElementsByTagName("script"))[a.length-1].getAttribute("data-injectcss");if(l&&!z.__iconfont__svg__cssinject__){z.__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(a){console&&console.log(a)}}!function(a){if(document.addEventListener)if(~["complete","loaded","interactive"].indexOf(document.readyState))setTimeout(a,0);else{var l=function(){document.removeEventListener("DOMContentLoaded",l,!1),a()};document.addEventListener("DOMContentLoaded",l,!1)}else document.attachEvent&&(h=a,i=z.document,o=!1,(t=function(){try{i.documentElement.doScroll("left")}catch(a){return void setTimeout(t,50)}c()})(),i.onreadystatechange=function(){"complete"==i.readyState&&(i.onreadystatechange=null,c())});function c(){o||(o=!0,h())}var h,i,o,t}(function(){var a,l,c,h,i,o;(a=document.createElement("div")).innerHTML=t,t=null,(l=a.getElementsByTagName("svg")[0])&&(l.setAttribute("aria-hidden","true"),l.style.position="absolute",l.style.width=0,l.style.height=0,l.style.overflow="hidden",c=l,(h=document.body).firstChild?(i=c,(o=h.firstChild).parentNode.insertBefore(i,o)):h.appendChild(c))})}(window);
\ No newline at end of file
{
"id": "1726233",
"name": "fanxig_new02",
"font_family": "iconfont",
"css_prefix_text": "icon",
"description": "",
"glyphs": [
{
"icon_id": "13885707",
"name": "删 除(2)",
"font_class": "shanchu",
"unicode": "e600",
"unicode_decimal": 58880
},
{
"icon_id": "13885708",
"name": "删 除(1)",
"font_class": "shanchu1",
"unicode": "e601",
"unicode_decimal": 58881
},
{
"icon_id": "13885709",
"name": "上",
"font_class": "shang",
"unicode": "e602",
"unicode_decimal": 58882
},
{
"icon_id": "13885710",
"name": "任务数量",
"font_class": "renwushuliang",
"unicode": "e603",
"unicode_decimal": 58883
},
{
"icon_id": "13885711",
"name": "删 除",
"font_class": "shanchu2",
"unicode": "e604",
"unicode_decimal": 58884
},
{
"icon_id": "13885712",
"name": "天气",
"font_class": "tianqi",
"unicode": "e605",
"unicode_decimal": 58885
},
{
"icon_id": "13885713",
"name": "系统信息",
"font_class": "xitongxinxi",
"unicode": "e606",
"unicode_decimal": 58886
},
{
"icon_id": "13885714",
"name": "系统版本",
"font_class": "xitongbanben",
"unicode": "e607",
"unicode_decimal": 58887
},
{
"icon_id": "13885715",
"name": "右下",
"font_class": "youxia",
"unicode": "e608",
"unicode_decimal": 58888
},
{
"icon_id": "13885716",
"name": "修 改 copy",
"font_class": "xiugaicopy",
"unicode": "e609",
"unicode_decimal": 58889
},
{
"icon_id": "13885717",
"name": "设备信息",
"font_class": "shebeixinxi",
"unicode": "e60a",
"unicode_decimal": 58890
},
{
"icon_id": "13885718",
"name": "暂停",
"font_class": "zanting",
"unicode": "e60b",
"unicode_decimal": 58891
},
{
"icon_id": "13885719",
"name": "删 除(3)",
"font_class": "shanchu3",
"unicode": "e60c",
"unicode_decimal": 58892
},
{
"icon_id": "13885720",
"name": "修 改",
"font_class": "xiugai",
"unicode": "e60d",
"unicode_decimal": 58893
},
{
"icon_id": "13885721",
"name": "特殊车辆总量",
"font_class": "teshucheliangzongliang",
"unicode": "e60e",
"unicode_decimal": 58894
},
{
"icon_id": "13885722",
"name": "左下",
"font_class": "zuoxia",
"unicode": "e60f",
"unicode_decimal": 58895
},
{
"icon_id": "13885723",
"name": "下",
"font_class": "xia",
"unicode": "e610",
"unicode_decimal": 58896
},
{
"icon_id": "13885724",
"name": "违法总量",
"font_class": "weifazongliang",
"unicode": "e611",
"unicode_decimal": 58897
},
{
"icon_id": "13885725",
"name": "危险品(1)",
"font_class": "weixianpin",
"unicode": "e612",
"unicode_decimal": 58898
},
{
"icon_id": "13885726",
"name": "左上",
"font_class": "zuoshang",
"unicode": "e613",
"unicode_decimal": 58899
},
{
"icon_id": "13885727",
"name": "用户名",
"font_class": "yonghuming",
"unicode": "e614",
"unicode_decimal": 58900
},
{
"icon_id": "13885728",
"name": "icon 选中系统运维",
"font_class": "iconxuanzhongxitongyunwei",
"unicode": "e615",
"unicode_decimal": 58901
},
{
"icon_id": "13885729",
"name": "右上",
"font_class": "youshang",
"unicode": "e616",
"unicode_decimal": 58902
},
{
"icon_id": "13885730",
"name": "重型罐式",
"font_class": "zhongxingguanshi",
"unicode": "e617",
"unicode_decimal": 58903
},
{
"icon_id": "13885731",
"name": "重置",
"font_class": "zhongzhi",
"unicode": "e618",
"unicode_decimal": 58904
},
{
"icon_id": "13885732",
"name": "icon 选中任务管理(2)",
"font_class": "iconxuanzhongrenwuguanli",
"unicode": "e619",
"unicode_decimal": 58905
},
{
"icon_id": "13885733",
"name": "运行路数",
"font_class": "yunhanglushu",
"unicode": "e61a",
"unicode_decimal": 58906
},
{
"icon_id": "13885734",
"name": "单选/选中",
"font_class": "danxuanxuanzhong",
"unicode": "e61b",
"unicode_decimal": 58907
},
{
"icon_id": "13885735",
"name": "事件总量",
"font_class": "shijianzongliang",
"unicode": "e61c",
"unicode_decimal": 58908
},
{
"icon_id": "13885736",
"name": "icon 选中智能检索(1)",
"font_class": "iconxuanzhongzhinengjiansuo",
"unicode": "e61d",
"unicode_decimal": 58909
},
{
"icon_id": "13885737",
"name": "渣土车抓拍(1)",
"font_class": "zhatuchezhuapai",
"unicode": "e61e",
"unicode_decimal": 58910
},
{
"icon_id": "13885738",
"name": "icon 选中任务管理",
"font_class": "iconxuanzhongrenwuguanli1",
"unicode": "e61f",
"unicode_decimal": 58911
},
{
"icon_id": "13885739",
"name": "icon 选中资源管理(2)",
"font_class": "iconxuanzhongziyuanguanli",
"unicode": "e620",
"unicode_decimal": 58912
},
{
"icon_id": "13885740",
"name": " 右",
"font_class": "you",
"unicode": "e621",
"unicode_decimal": 58913
},
{
"icon_id": "13885741",
"name": "icon 选中资源管理",
"font_class": "iconxuanzhongziyuanguanli1",
"unicode": "e622",
"unicode_decimal": 58914
},
{
"icon_id": "13885742",
"name": "icon 选中首页",
"font_class": "iconxuanzhongshouye",
"unicode": "e623",
"unicode_decimal": 58915
},
{
"icon_id": "13885743",
"name": "运行异常",
"font_class": "yunhangyichang",
"unicode": "e624",
"unicode_decimal": 58916
},
{
"icon_id": "13885744",
"name": "icon 选中首页(3)",
"font_class": "iconxuanzhongshouye1",
"unicode": "e625",
"unicode_decimal": 58917
},
{
"icon_id": "13885745",
"name": "icon 选中首页(1)",
"font_class": "iconxuanzhongshouye2",
"unicode": "e626",
"unicode_decimal": 58918
},
{
"icon_id": "13885746",
"name": "icon 选中智能检索",
"font_class": "iconxuanzhongzhinengjiansuo1",
"unicode": "e627",
"unicode_decimal": 58919
},
{
"icon_id": "13885747",
"name": "信息存储",
"font_class": "xinxicunchu",
"unicode": "e628",
"unicode_decimal": 58920
},
{
"icon_id": "13885748",
"name": "卡口总量",
"font_class": "kakouzongliang",
"unicode": "e629",
"unicode_decimal": 58921
},
{
"icon_id": "13885749",
"name": "多选/选中",
"font_class": "duoxuanxuanzhong",
"unicode": "e62a",
"unicode_decimal": 58922
},
{
"icon_id": "13885750",
"name": "启动",
"font_class": "qidong",
"unicode": "e62b",
"unicode_decimal": 58923
},
{
"icon_id": "13885751",
"name": "在用分析资源",
"font_class": "zaiyongfenxiziyuan",
"unicode": "e62c",
"unicode_decimal": 58924
},
{
"icon_id": "13885752",
"name": "重型罐",
"font_class": "zhongxingguan",
"unicode": "e62d",
"unicode_decimal": 58925
},
{
"icon_id": "13885753",
"name": "icon 选中任务管理(1)",
"font_class": "iconxuanzhongrenwuguanli2",
"unicode": "e62e",
"unicode_decimal": 58926
},
{
"icon_id": "13885754",
"name": "icon 选中资源管理(1)",
"font_class": "iconxuanzhongziyuanguanli2",
"unicode": "e62f",
"unicode_decimal": 58927
},
{
"icon_id": "13885755",
"name": "密码",
"font_class": "mima",
"unicode": "e630",
"unicode_decimal": 58928
},
{
"icon_id": "13885756",
"name": "icon 选中首页(2)",
"font_class": "iconxuanzhongshouye3",
"unicode": "e631",
"unicode_decimal": 58929
},
{
"icon_id": "13885757",
"name": "定位 位置",
"font_class": "dingweiweizhi",
"unicode": "e632",
"unicode_decimal": 58930
},
{
"icon_id": "13885758",
"name": "可用资源",
"font_class": "keyongziyuan",
"unicode": "e633",
"unicode_decimal": 58931
},
{
"icon_id": "13885759",
"name": "分析资源",
"font_class": "fenxiziyuan",
"unicode": "e634",
"unicode_decimal": 58932
},
{
"icon_id": "13885760",
"name": "迁移",
"font_class": "qianyi",
"unicode": "e635",
"unicode_decimal": 58933
},
{
"icon_id": "13885761",
"name": "渣土车抓拍",
"font_class": "zhatuchezhuapai1",
"unicode": "e636",
"unicode_decimal": 58934
},
{
"icon_id": "13885762",
"name": "左",
"font_class": "zuo",
"unicode": "e637",
"unicode_decimal": 58935
},
{
"icon_id": "13885763",
"name": "危险品",
"font_class": "weixianpin1",
"unicode": "e638",
"unicode_decimal": 58936
},
{
"icon_id": "13885764",
"name": "定位 位置(1)",
"font_class": "dingweiweizhi1",
"unicode": "e639",
"unicode_decimal": 58937
},
{
"icon_id": "13885765",
"name": "icon 选中 智能检索",
"font_class": "iconxuanzhongzhinengjiansuo2",
"unicode": "e63a",
"unicode_decimal": 58938
},
{
"icon_id": "13885766",
"name": "icon 选中系统管理",
"font_class": "iconxuanzhongxitongguanli",
"unicode": "e63b",
"unicode_decimal": 58939
}
]
}
<?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" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024" >
<font-face
font-family="iconfont"
font-weight="500"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<glyph glyph-name="shanchu" unicode="&#58880;" d="M781.696 734.72H253.12C204.8 734.72 165.376 695.744 165.376 647.68v-28.8h704.064v29.248c0 47.68-39.424 86.528-87.744 86.528z m-153.984 57.792l13.12-91.2H393.984l13.12 91.2h220.608z m7.04 57.92H400.064a51.968 51.968 0 0 1-50.24-43.072L332.48 686.08a37.056 37.056 0 0 1 38.016-43.072h293.376a37.056 37.056 0 0 1 38.016 43.072l-17.344 121.28C681.728 830.976 659.2 850.432 634.752 850.432z m161.472-289.344H238.592a52.48 52.48 0 0 1-53.504-57.856l47.872-521.28c2.816-31.488 31.936-57.856 63.872-57.856h440.256c32.384 0 60.992 25.92 63.808 57.856l48.384 521.28c3.264 31.936-20.672 57.856-53.056 57.856z m-396.16-520.832H311.808l-29.12 405.12h117.376v-405.12z m176 0H458.752V445.44H576v-405.12z m146.944 0H634.752V445.44h117.376l-29.12-405.12z" horiz-adv-x="1024" />
<glyph glyph-name="shanchu1" unicode="&#58881;" d="M783.300066 775.529412H240.700536A90.352941 90.352941 0 0 1 150.588536 684.935529V655.058824h722.82353v30.358588C873.412066 735.051294 832.933948 775.529412 783.300066 775.529412zM625.242654 835.764706l13.492706-94.930824H385.265242L398.757948 835.764706h226.484706zM632.470889 896H391.529713a53.609412 53.609412 0 0 1-51.561412-44.815059L322.138654 724.931765a38.369882 38.369882 0 0 1 39.032471-44.815059h301.17647a38.369882 38.369882 0 0 1 39.032471 44.815059L683.550419 851.184941C680.659125 875.760941 657.528772 896 632.470889 896z m165.76753-301.176471H225.762184a54.332235 54.332235 0 0 1-54.934589-60.235294l49.152-542.599529c2.891294-32.768 32.768-60.235294 65.536-60.235294h452.005647c33.249882 0 62.644706 26.985412 65.536 60.235294L852.691125 534.588235a53.729882 53.729882 0 0 1-54.452706 60.235294zM391.529713 52.705882H300.935831L271.059125 474.352941h120.470588v-421.647059z m180.705882 0H451.765007V474.352941h120.470588v-421.647059z m150.829177 0H632.470889V474.352941h120.470589l-29.876706-421.647059z" horiz-adv-x="1024" />
<glyph glyph-name="shang" unicode="&#58882;" d="M1015.322034-58.576271V826.576271A60.745763 60.745763 0 0 1 954.576271 887.322034H69.423729A60.745763 60.745763 0 0 1 8.677966 826.576271v-885.152542A60.745763 60.745763 0 0 1 69.423729-119.322034h885.152542a60.745763 60.745763 0 0 1 60.745763 60.745763z m-17.355932 885.152542v-885.152542a43.389831 43.389831 0 0 0-43.389831-43.389831H69.423729A43.389831 43.389831 0 0 0 26.033898-58.576271V826.576271A43.389831 43.389831 0 0 0 69.423729 869.966102h885.152542A43.389831 43.389831 0 0 0 997.966102 826.576271zM111.077966 15.186441l395.715254 370.983051L902.508475 15.186441V386.169492L506.79322 757.152542 111.077966 386.169492z" horiz-adv-x="1024" />
<glyph glyph-name="renwushuliang" unicode="&#58883;" d="M883.057778 363.804444a263.281778 263.281778 0 0 1-114.574222 26.112c-147.2 0-266.524444-120.547556-266.524445-269.255111a269.738667 269.738667 0 0 1 118.385778-223.857777H119.324444A89.543111 89.543111 0 0 0 30.151111-13.568V802.844444A89.685333 89.685333 0 0 0 119.523556 892.501333h674.133333a89.6 89.6 0 0 0 89.400889-89.827555v-438.840889zM686.535111 712.874667c0 14.222222-11.52 25.770667-25.770667 25.770666H171.349333a25.770667 25.770667 0 0 1 0-51.512889H660.764444c14.250667 0 25.770667 11.52 25.770667 25.742223z m0-122.339556c0 14.222222-11.52 25.742222-25.770667 25.742222H171.349333a25.770667 25.770667 0 1 1 0-51.541333H660.764444c14.250667 0 25.770667 11.548444 25.770667 25.799111z m-77.255111-128.853333c0 14.250667-11.548444 25.799111-25.799111 25.799111H171.320889a25.770667 25.770667 0 1 1 0-51.541333h412.216889c14.222222 0 25.742222 11.548444 25.742222 25.770666z m-103.054222-128.796445c0 14.193778-11.548444 25.713778-25.742222 25.713778l-309.191112 0.056889a25.770667 25.770667 0 0 1 0-51.512889h309.191112c14.222222 0 25.742222 11.52 25.742222 25.742222zM541.866667 119.466667c0 125.553778 100.778667 227.356444 225.080889 227.356444 124.273778 0 225.080889-101.831111 225.080888-227.384889 0-125.610667-100.778667-227.384889-225.080888-227.384889S541.866667-6.115556 541.866667 119.466667z m390.144 0c0 92.074667-73.898667 166.712889-165.063111 166.712889-91.192889 0-165.091556-74.638222-165.091556-166.769778 0-92.103111 73.898667-166.769778 165.091556-166.769778 91.164444 0.085333 165.063111 74.723556 165.063111 166.798222z m-161.223111 118.897777c15.928889 0 28.842667-12.913778 28.842666-28.871111v-96.199111a28.871111 28.871111 0 0 0-57.713778 0v96.199111c0 15.928889 12.942222 28.871111 28.871112 28.871111z m0-192.398222a28.871111 28.871111 0 0 0 0-57.713778 28.871111 28.871111 0 0 0 0 57.742223z" horiz-adv-x="1024" />
<glyph glyph-name="shanchu2" unicode="&#58884;" d="M784.96 770.88H221.568C170.048 770.88 128 728.96 128 676.8v-30.976h750.528v31.488c0 51.584-41.984 93.568-93.568 93.568zM620.864 833.472l14.016-98.56H371.712l13.952 98.56h235.2zM628.352 896H378.24a55.68 55.68 0 0 1-53.504-46.528l-18.56-131.136a39.872 39.872 0 0 1 40.576-46.528h312.704a39.872 39.872 0 0 1 40.512 46.528L681.408 849.472A54.72 54.72 0 0 1 628.352 896z m172.16-312.704H206.08a56.384 56.384 0 0 1-57.088-62.592l51.072-563.392c3.008-34.048 33.984-62.528 68.032-62.528h469.376c34.56 0 65.024 27.968 68.032 62.528l51.52 563.392a55.744 55.744 0 0 1-56.512 62.592z m-422.336-562.944H284.16l-30.976 437.824h125.056v-437.824z m187.648 0H440.704V458.176h125.12v-437.824z m156.608 0h-94.08V458.176h125.12l-31.04-437.824z" horiz-adv-x="1024" />
<glyph glyph-name="tianqi" unicode="&#58885;" d="M79.034182 270.168436a28.429964 28.429964 0 0 0-14.187055 53.061819l109.251491 63.190109c5.622691 3.2768 11.8784 3.928436 17.873455 3.127854a234.980073 234.980073 0 0 0-20.144873 76.837237 27.778327 27.778327 0 0 0-17.426618-6.516364h-126.045091A28.374109 28.374109 0 0 0 0 488.280436c0 15.732364 12.660364 28.448582 28.355491 28.448582h126.045091c6.888727 0 13.032727-2.792727 17.947927-6.925963 2.513455 27.499055 9.085673 53.620364 20.200727 77.563345-1.526691-0.242036-2.848582-1.135709-4.412509-1.135709a28.113455 28.113455 0 0 0-14.168436 3.835345L64.791273 653.274764a28.485818 28.485818 0 0 0-10.351709 38.874763 28.318255 28.318255 0 0 0 38.763054 10.388946l109.195637-63.245964c5.771636-3.314036 9.495273-8.545745 11.76669-14.336a238.126545 238.126545 0 0 0 56.357237 56.468946c-5.901964 2.290036-11.245382 5.753018-14.652509 11.617745l-62.966691 109.474909a28.429964 28.429964 0 0 0 10.388945 38.818909 28.150691 28.150691 0 0 0 38.725818-10.426182l62.966691-109.474909c3.351273-5.827491 3.965673-12.213527 3.072-18.376145 23.775418 10.984727 49.729164 17.538327 76.967564 20.051782a28.187927 28.187927 0 0 0-6.870109 18.059636V867.551418c0 15.750982 12.716218 28.448582 28.374109 28.448582 15.639273 0 28.355491-12.6976 28.355491-28.448582v-126.380218c0-6.646691-2.643782-12.474182-6.423273-17.314909 26.754327-2.513455 52.559127-9.476655 76.483491-20.573091a27.815564 27.815564 0 0 0 3.072 18.208582l63.022546 109.474909a28.281018 28.281018 0 0 0 38.725818 10.426182 28.485818 28.485818 0 0 0 10.388945-38.837528l-63.022545-109.474909c-3.351273-5.864727-8.750545-9.309091-14.596655-11.599127a236.320582 236.320582 0 0 0 56.487564-56.32c2.271418 5.697164 5.995055 10.8544 11.729454 14.168436l109.139782 63.245964a28.299636 28.299636 0 0 0 38.725818-10.388945c7.838255-13.591273 3.165091-30.999273-10.407563-38.856146l-109.102546-63.301818a28.113455 28.113455 0 0 0-14.187054-3.835345c-8.787782 0-16.961164 4.654545-22.453528 12.101818l-72.18269-40.680728a142.056727 142.056727 0 0 1-123.755055 72.9088c-78.196364 0-141.814691-63.823127-141.814691-142.242909 0-28.765091 8.564364-56.487564 24.669091-80.095418l-73.541818-50.5856a27.8528 27.8528 0 0 0-13.442327-20.386909l-109.251491-63.190109c-4.431127-2.606545-9.346327-3.853964-14.1312-3.853964zM1210.181818 109.028073C1210.181818-21.671564 1104.151273-128 973.824-128H264.731927C160.451491-128 75.645673-42.952145 75.645673 61.626182c0 106.142255 88.492218 192.195491 193.815272 189.588945 21.932218 108.078545 117.480727 189.682036 231.6288 189.682037 12.343855 0 24.631855-1.042618 37.012946-3.183709 49.636073 88.417745 144.104727 145.408 246.616436 145.408 147.120873 0 268.474182-112.937891 282.326109-256.856437A236.413673 236.413673 0 0 0 1210.181818 109.046691z m-94.543127 0a141.833309 141.833309 0 0 1-106.886982 137.253236l-36.398545 9.309091 1.601163 46.545455c-0.130327 101.096727-84.954764 186.1632-189.2352 186.1632-77.805382 0-148.722036-49.505745-176.314182-123.122037l-16.365381-43.566545-43.771346 15.639272c-16.681891 5.9392-32.1536 8.825018-47.178473 8.825019-78.196364 0-141.814691-63.804509-141.81469-142.224291l0.837818-6.106764 4.356654-71.866182-67.509527 24.352582c-11.580509 4.170473-22.1184 6.218473-32.228073 6.218473-52.130909 0-94.543127-42.523927-94.543127-94.8224 0-52.279855 42.3936-94.803782 94.543127-94.803782h709.073455c78.196364 0 141.833309 63.804509 141.833309 142.205673z" horiz-adv-x="1210" />
<glyph glyph-name="xitongxinxi" unicode="&#58886;" d="M512 384m-512 0a512 512 0 1 1 1024 0 512 512 0 1 1-1024 0ZM271.058824 569.886118C271.058824 600.304941 295.695059 624.941176 326.113882 624.941176h117.76c30.388706 0 55.024941-24.636235 55.024942-55.055058v-165.104942c0-4.216471-3.433412-7.68-7.68-7.68h-165.104942A55.055059 55.055059 0 0 0 271.058824 452.126118v117.76z m30.72-5.12c0 16.293647 13.161412 29.455059 29.455058 29.455058h107.52c16.263529 0 29.424941-13.161412 29.424942-29.455058v-136.944942h-136.944942a29.455059 29.455059 0 0 0-29.455058 29.424942v107.52z m481.28 5.12C783.058824 600.304941 758.422588 624.941176 728.033882 624.941176h-117.76c-30.418824 0-55.055059-24.636235-55.055058-55.055058v-165.104942c0-4.216471 3.433412-7.68 7.68-7.68h165.135058c30.388706 0 55.024941 24.636235 55.024942 55.024942v117.76z m-30.72-5.12a29.455059 29.455059 0 0 1-29.424942 29.455058h-107.52a29.455059 29.455059 0 0 1-29.455058-29.455058v-136.944942h136.975058c16.263529 0 29.424941 13.191529 29.424942 29.424942v107.52zM271.058824 167.966118C271.058824 137.577412 295.695059 112.941176 326.113882 112.941176h117.76c30.388706 0 55.024941 24.636235 55.024942 55.024942V333.101176a7.68 7.68 0 0 1-7.68 7.68h-165.104942c-30.418824 0-55.055059-24.636235-55.055058-55.055058v-117.76z m30.72 5.12c0-16.263529 13.161412-29.424941 29.455058-29.424942h107.52c16.263529 0 29.424941 13.191529 29.424942 29.424942v136.975058h-136.944942a29.455059 29.455059 0 0 1-29.455058-29.455058v-107.52z m481.28-5.12C783.058824 137.577412 758.422588 112.941176 728.033882 112.941176h-117.76a55.055059 55.055059 0 0 0-55.055058 55.024942V333.101176c0 4.216471 3.433412 7.68 7.68 7.68h165.135058c30.388706 0 55.024941-24.636235 55.024942-55.055058v-117.76z m-30.72 5.12c0-16.263529-13.191529-29.424941-29.424942-29.424942h-107.52a29.455059 29.455059 0 0 0-29.455058 29.424942v136.975058h136.975058c16.263529 0 29.424941-13.161412 29.424942-29.455058v-107.52z" horiz-adv-x="1024" />
<glyph glyph-name="xitongbanben" unicode="&#58887;" d="M512 384m-512 0a512 512 0 1 1 1024 0 512 512 0 1 1-1024 0ZM216.064 128.843294H699.030588V531.275294H216.064v-402.462118z m134.144 321.957647h214.648471v-53.669647h-214.648471v53.669647z m0-80.50447h214.648471v-53.63953h-214.648471v53.63953z m0-80.474353h53.669647v-53.669647h-53.669647v53.669647zM269.733647 638.614588v-53.669647H752.64V182.512941h53.669647V638.614588H269.733647z" horiz-adv-x="1024" />
<glyph glyph-name="youxia" unicode="&#58888;" d="M83.934426 887.606557h859.40459a58.754098 58.754098 0 0 0 58.754099-58.754098v-888.731279a58.754098 58.754098 0 0 0-58.754099-58.754098H83.934426a58.754098 58.754098 0 0 0-58.754098 58.754098V828.852459A58.754098 58.754098 0 0 0 83.934426 887.606557z m859.40459-16.786885H83.934426A41.967213 41.967213 0 0 1 41.967213 828.852459v-888.731279a41.967213 41.967213 0 0 1 41.967213-41.967213h859.40459a41.967213 41.967213 0 0 1 41.967214 41.967213V828.852459a41.967213 41.967213 0 0 1-41.967214 41.967213zM83.21259 268.338361L609.363934 285.830295l16.971541 542.216394 254.606689-262.36223-16.988328-542.216393-526.151344-17.508722z" horiz-adv-x="1024" />
<glyph glyph-name="xiugaicopy" unicode="&#58889;" d="M766.77798 536.961656L586.802214 712.432909 202.144112 328.184308 135.05417 82.893104v-0.341251l244.881701 68.113696 386.842109 386.296107v0.06825zM737.498646 862.85634L640.99287 766.623564l180.521767-174.925251 93.707519 93.502768A125.785111 125.785111 0 0 1 737.430396 862.85634h0.06825zM68.373728 40.304982h883.567033v-116.434833H68.373728v116.434833H68.373728z" horiz-adv-x="1024" />
<glyph glyph-name="shebeixinxi" unicode="&#58890;" d="M512 384m-512 0a512 512 0 1 1 1024 0 512 512 0 1 1-1024 0ZM759.265882 357.857882L721.076706 639.096471A18.522353 18.522353 0 0 1 702.644706 655.058824H298.827294a18.462118 18.462118 0 0 1-18.311529-15.902118l-39.393883-281.298824h0.39153l-0.39153-0.451764v-199.740236c0-11.685647 9.456941-21.142588 21.142589-21.142588H738.183529a21.142588 21.142588 0 0 1 21.142589 21.142588v199.740236l-0.39153 0.451764h0.331294z m-37.014588-184.169411H278.106353v184.169411h444.144941v-184.169411zM327.619765 282.834824h49.061647a12.559059 12.559059 0 0 1 12.498823 12.528941v11.715764a12.498824 12.498824 0 0 1-12.498823 12.438589h-49.091765a12.498824 12.498824 0 0 1-12.468706-12.438589v-11.745882a12.559059 12.559059 0 0 1 12.498824-12.498823z m0-73.728h49.061647a12.559059 12.559059 0 0 1 12.498823 12.528941v11.655529a12.498824 12.498824 0 0 1-12.498823 12.498824h-49.091765a12.498824 12.498824 0 0 1-12.468706-12.498824v-11.655529c0-6.927059 5.601882-12.528941 12.498824-12.528941z m116.314353 73.728h0.391529a18.311529 18.311529 0 1 1 0 36.683294h-0.391529a18.311529 18.311529 0 0 1-18.371765-18.251294v-0.060236c0-10.149647 8.222118-18.371765 18.371765-18.371764z m0-73.728h0.391529a18.311529 18.311529 0 1 1 0 36.683294h-0.391529a18.311529 18.311529 0 0 1-18.371765-18.251294v-0.060236a18.311529 18.311529 0 0 1 18.251294-18.371764h0.120471z m73.999058 73.728h0.39153a18.371765 18.371765 0 0 1 18.582588 18.371764 18.311529 18.311529 0 0 1-18.311529 18.31153h-0.662589a18.371765 18.371765 0 0 1 0-36.683294z m0-73.728h0.39153a18.371765 18.371765 0 0 1 18.582588 18.371764 18.311529 18.311529 0 0 1-18.311529 18.31153h-0.662589a18.311529 18.311529 0 1 1 0-36.683294z m73.456942 73.728h0.391529a18.371765 18.371765 0 0 1 0 36.683294h-0.391529a18.371765 18.371765 0 0 1-18.371765-18.31153 18.432 18.432 0 0 1 18.371765-18.371764z m0-73.728h0.391529a18.371765 18.371765 0 0 1 0 36.683294h-0.391529a18.371765 18.371765 0 0 1 0-36.683294z m73.878588 73.728h0.391529a18.311529 18.311529 0 1 1 0.060236 36.683294h-0.451765a18.371765 18.371765 0 0 1 0-36.683294z m0-73.728h0.391529a18.311529 18.311529 0 1 1 0.060236 36.683294h-0.451765a18.311529 18.311529 0 1 1-0.060235-36.683294h0.060235z" horiz-adv-x="1024" />
<glyph glyph-name="zanting" unicode="&#58891;" d="M196.388571 896c88.283429 0 159.890286-71.533714 159.890286-159.817143v-639.414857a159.817143 159.817143 0 1 0-319.707428 0V736.182857C36.571429 824.466286 108.105143 896 196.388571 896zM782.628571 896c88.283429 0 159.817143-71.533714 159.817143-159.817143v-639.414857a159.817143 159.817143 0 1 0-319.634285 0V736.182857C622.665143 824.466286 694.198857 896 782.482286 896z" horiz-adv-x="1024" />
<glyph glyph-name="shanchu3" unicode="&#58892;" d="M39.204571 896h985.721905v-1018.441143H39.204571zM766.927238 664.527238H344.112762c-38.66819 0-70.217143-31.110095-70.217143-69.632v-22.918095h563.248762v23.30819c0 38.13181-31.50019 69.241905-70.217143 69.241905z m-123.172571 46.32381l10.532571-72.996572h-197.485714l10.483809 72.996572h176.518096z m5.656381 46.275047h-187.733334c-19.553524 0-37.546667-15.60381-40.228571-34.425905l-13.897143-97.03619a29.647238 29.647238 0 0 1 30.427429-34.474667h234.691047c19.504762 0 33.060571 15.60381 30.427429 34.474667l-13.897143 97.03619c-2.243048 18.870857-20.284952 34.425905-39.789714 34.425905z m129.170285-231.472762H332.458667a41.935238 41.935238 0 0 1-42.812953-46.323809l38.326857-416.963048c2.243048-25.209905 25.551238-46.32381 51.053715-46.323809h352.256c25.892571 0 48.761905 20.772571 51.053714 46.323809l38.66819 417.01181c2.633143 25.551238-16.530286 46.275048-42.422857 46.275047z m-316.952381-416.621714H391.070476l-23.30819 324.022857h93.866666v-324.022857z m140.824381 0H508.586667V433.054476h93.866666v-324.022857z m117.516191 0h-70.558476V433.054476h93.866666l-23.259428-324.022857z" horiz-adv-x="1072" />
<glyph glyph-name="xiugai" unicode="&#58893;" d="M766.77798 536.961656L586.802214 712.432909 202.144112 328.184308 135.05417 82.893104v-0.341251l244.881701 68.113696 386.842109 386.296107v0.06825zM737.498646 862.85634L640.99287 766.623564l180.521767-174.925251 93.707519 93.502768A125.785111 125.785111 0 0 1 737.430396 862.85634h0.06825zM68.373728 40.304982h883.567033v-116.434833H68.373728v116.434833H68.373728z" horiz-adv-x="1024" />
<glyph glyph-name="teshucheliangzongliang" unicode="&#58894;" d="M653.160296 102.58963c0 166.07763 122.197333 299.84237 273.901037 299.84237 25.296593 0 48.469333-4.626963 71.68-11.529481-10.543407 23.058963-25.296593 43.804444-46.383407 57.647407 31.592296 2.275556 56.888889 32.274963 56.888889 69.176889 0 39.215407-27.382519 69.176889-63.222519 69.176889h-69.518222L830.198519 782.980741c-8.419556 32.274963-29.50637 57.647407-59.012741 66.863407a959.905185 959.905185 0 0 1-535.134815 0C208.592593 840.628148 185.381926 815.217778 176.96237 782.980741L132.740741 586.903704H84.271407c-35.802074 0-63.184593-29.961481-63.184592-69.176889 0-29.961481 16.839111-55.371852 42.097778-64.587852C25.296593 430.08 0 384 0 333.217185v-184.471704c0-43.804444 27.382519-78.430815 63.222519-89.960296v-48.431407c0-25.334519 18.962963-46.117926 42.097777-46.117926h126.445037c23.172741 0 42.135704 20.783407 42.135704 46.117926v46.155852h383.469037c-2.085926 16.118519-4.171852 29.961481-4.171852 46.117926zM168.542815 171.84237c-46.345481 0-84.271407 41.528889-84.271408 92.235852 0 50.744889 37.925926 92.273778 84.271408 92.273778 46.383407 0 84.309333-41.528889 84.309333-92.273778 0-50.706963-37.925926-92.235852-84.309333-92.235852z m90.642963 588.079408a886.215111 886.215111 0 0 0 246.518518 34.588444c84.271407 0 166.418963-11.529481 246.518519-34.588444l46.345481-242.157037H212.764444l46.345482 242.157037zM1137.777778 102.58963C1137.777778-24.234667 1042.962963-128 927.061333-128c-115.863704 0-210.678519 103.765333-210.678518 230.58963 0 126.862222 94.814815 230.627556 210.678518 230.627555 59.012741 0 113.777778-27.685926 151.703704-71.49037-4.171852-4.589037-6.295704-9.216-10.505481-13.805037-21.086815-25.41037-42.135704-46.155852-67.432297-64.587852-21.086815-16.156444-44.259556-29.961481-67.432296-41.528889l-37.925926 87.646815-115.863704-219.098074 94.814815-18.432 136.912593-27.685926-37.925926 87.646815 2.123852 2.275555c27.382519 25.41037 48.469333 53.096296 69.556148 83.057778 21.048889 29.961481 37.925926 59.922963 50.555259 94.549333 2.085926 2.275556 2.085926 4.626963 2.085926 9.216 25.296593-41.490963 40.049778-87.608889 40.049778-138.353777z" horiz-adv-x="1137" />
<glyph glyph-name="zuoxia" unicode="&#58895;" d="M954.576271 887.322034H68.781559A60.745763 60.745763 0 0 1 8.035797 826.576271v-885.794712a60.745763 60.745763 0 0 1 60.745762-60.745762H954.576271a60.745763 60.745763 0 0 1 60.745763 60.745762V826.576271A60.745763 60.745763 0 0 1 954.576271 887.322034z m-885.794712-17.355932H954.576271A43.389831 43.389831 0 0 0 997.966102 826.576271v-885.794712a43.389831 43.389831 0 0 0-43.389831-43.38983H68.781559a43.389831 43.389831 0 0 0-43.38983 43.38983V826.576271a43.389831 43.389831 0 0 0 43.38983 43.389831zM955.461424 267.472271l-542.494373 17.49478-17.49478 542.494373L132.981153 564.970305 150.475932 22.475932l542.494373-17.494779z" horiz-adv-x="1024" />
<glyph glyph-name="xia" unicode="&#58896;" d="M1015.322034 826.576271v-885.152542a60.745763 60.745763 0 0 0-60.745763-60.745763H69.423729A60.745763 60.745763 0 0 0 8.677966-58.576271V826.576271A60.745763 60.745763 0 0 0 69.423729 887.322034h885.152542A60.745763 60.745763 0 0 0 1015.322034 826.576271z m-17.355932-885.152542V826.576271A43.389831 43.389831 0 0 1 954.576271 869.966102H69.423729A43.389831 43.389831 0 0 1 26.033898 826.576271v-885.152542A43.389831 43.389831 0 0 1 69.423729-101.966102h885.152542a43.389831 43.389831 0 0 1 43.389831 43.389831zM111.077966 752.813559l395.715254-370.983051L902.508475 752.813559v-370.983051L506.79322 10.847458 111.077966 381.830508z" horiz-adv-x="1024" />
<glyph glyph-name="weifazongliang" unicode="&#58897;" d="M364.450909 598.729697L301.676606 682.666667l-48.252121-22.124606 68.111515-92.749576 42.914909 30.937212z m111.026424-271.608242h51.696485v117.356606h76.210424l-0.992969-49.08994h-47.600485l8.564364-41.766788h80.616727l7.664485 134.050909h-124.431516v38.384485h98.366061v42.201212h-98.366061V605.556364h113.881213V648.378182h-113.881213V696.878545h-51.727515V648.378182H378.414545V605.556364h97.062788v-37.329455H395.853576v-42.201212h79.623757v-38.384485H368.329697v-43.194182h107.147636v-117.356606zM509.424485 867.545212C289.481697 867.545212 111.181576 695.078788 111.181576 482.366061c0-358.151758 398.242909-581.880242 398.242909-581.880243S907.636364 154.841212 907.636364 482.33503C907.636364 695.078788 729.336242 867.545212 509.424485 867.545212z m0-718.413576c-174.452364 0-315.826424 142.273939-315.826424 317.750303 0 175.507394 141.374061 317.750303 315.826424 317.750303 174.421333 0 315.826424-142.242909 315.826424-317.750303 0-175.476364-141.405091-317.750303-315.826424-317.750303zM441.188848 332.458667c-18.307879 6.547394-37.85697 18.028606-51.789575 33.202424v160.550788H283.306667v-43.256243H341.02303v-116.860121l-59.174788-60.198788 35.871031-35.684848 47.941818 55.35806c24.389818-20.386909 44.621576-32.985212 60.571151-37.701818 24.172606-7.19903 45.583515-10.984727 83.347394-12.722424h187.267879l11.667394 47.786667-198.811151-1.768728c-33.512727 3.10303-56.28897 6.888727-68.51491 11.295031z" horiz-adv-x="1024" />
<glyph glyph-name="weixianpin" unicode="&#58898;" d="M13.128205 891.378872m105.025641 0l787.692308 0q105.025641 0 105.025641-105.025641l0-804.706462q0-105.025641-105.025641-105.025641l-787.692308 0q-105.025641 0-105.025641 105.025641l0 804.706462q0 105.025641 105.025641 105.025641ZM877.568 163.813744H821.037949C813.948718 213.963487 772.594872 252.56041 722.051282 252.56041s-92.238769-38.964513-98.986667-88.746666h-113.086359c-15.543795 0-28.278154 12.970667-28.278153 29.223384V553.590154h47.707897v-340.70318h58.341744c23.683282 52.696615 75.618462 88.772923 134.301538 88.772923 58.683077 0 110.618256-36.076308 134.301539-88.772923h2.126769V553.590154H905.846154v-360.553026c0-15.885128-12.734359-29.249641-28.278154-29.249641z m-61.860103 230.977641c7.771897 0 13.075692-4.332308 15.911385-12.629334 0.36759-1.837949 0.708923-3.623385 0.708923-5.77641 0-10.476308-6.354051-16.252718-19.429743-16.961641 5.303795-5.435077 7.771897-11.185231 7.771897-16.252718 0-5.408821-2.835692-10.108718-8.139487-14.073436a17.092923 17.092923 0 0 0-9.531077-2.888205c-10.24 0-17.329231 8.664615-21.556513 26.702769l-84.125538 32.137846-84.125539-32.137846c-4.253538-17.670564-11.290256-26.702769-21.215179-26.702769a21.924103 21.924103 0 0 0-9.898667 2.888205c-5.303795 3.964718-7.771897 8.297026-7.771897 14.073436 0 5.408821 2.468103 10.817641 7.771897 16.252718-13.075692 0.708923-19.797333 6.485333-19.797333 16.961641 0 2.153026 0.36759 3.938462 0.708923 5.77641 3.177026 8.297026 8.480821 12.603077 16.278974 12.603077 6.354051 0 13.784615-3.229538 22.265436-9.373538l48.41682 18.06441-49.125743 18.747077c-8.139487-5.408821-15.911385-8.297026-22.633026-8.297026-7.430564 0-12.366769 4.332308-15.202461 12.629334-0.341333 1.837949-0.708923 3.623385-0.708923 5.77641 0 10.476308 6.721641 16.252718 19.797333 16.961641-5.303795 5.435077-7.771897 11.211487-7.771897 16.252718 0 5.408821 2.468103 10.108718 7.771897 14.073436a19.928615 19.928615 0 0 0 8.84841 2.179282c10.60759 0 17.670564-9.399795 21.530257-27.805539l84.493128-32.111589 84.493128 32.820512c3.885949 18.06441 10.948923 27.096615 21.530256 27.096616 3.203282 0 6.038974-0.735179 8.848411-2.179282 5.671385-3.964718 8.139487-8.664615 8.139487-14.073436 0-5.408821-2.835692-10.817641-7.771898-16.252718 13.075692-0.708923 19.429744-6.485333 19.429744-16.961641 0-1.785436-0.341333-3.938462-0.708923-5.77641-2.468103-8.297026-7.430564-12.603077-15.202462-12.603077-7.062974 0-14.493538 2.888205-22.606769 8.270769l-48.78441-18.747077 48.049231-18.405744c9.189744 6.485333 16.987897 9.714872 23.368205 9.714872z m-64.328205 89.508102v-4.332308c0-7.220513-2.100513-12.996923-6.695384-17.69682-4.594872-4.673641-10.24-7.561846-16.987898-8.297026-6.354051-0.36759-11.290256 0.735179-14.834872 3.255795a25.915077 25.915077 0 0 0-16.620307-5.77641c-6.354051 0-12.340513 2.153026-17.670564 6.144-3.518359-2.888205-8.480821-4.332308-15.543795-3.623385a25.153641 25.153641 0 0 0-23.683282 25.626257v5.77641c-24.024615 7.220513-42.771692 18.773333-55.847385 34.658462a85.412103 85.412103 0 0 0-19.797333 55.558564c0 4.726154 0.36759 9.767385 1.417846 15.176205 4.594872 32.479179 18.747077 59.181949 42.062769 80.475897 24.733538 22.370462 54.797128 33.214359 90.47959 33.214359 35.708718 0 65.746051-11.185231 90.47959-33.581949 23.683282-20.926359 37.809231-47.629128 42.430359-80.108307 1.050256-5.408821 1.417846-10.476308 1.417846-15.176205 0-21.635282-6.721641-40.434872-20.506257-56.293744-14.152205-15.885128-34.290872-27.779282-60.100923-34.999795z m-84.808205 133.907692c-7.089231 8.664615-15.911385 12.970667-25.810051 12.970667-10.24 0-18.747077-4.332308-25.810051-12.996923-7.089231-8.664615-10.948923-19.114667-10.948923-31.770256 0-12.261744 3.518359-23.079385 10.948923-31.744 7.089231-8.664615 15.911385-12.996923 25.810051-12.996923 10.24 0 18.720821 4.332308 25.810051 12.996923 7.062974 8.664615 10.948923 19.140923 10.948923 31.770256 0 12.603077-3.885949 23.105641-10.948923 31.770256z m40.644923-87.69641c-3.203282 5.382564-6.380308 7.929436-9.557333 7.929436-3.518359 0-6.721641-2.546872-10.24-7.220513a23.499487 23.499487 0 0 1-5.303795-14.441025c0-2.888205 0.708923-5.408821 2.468103-7.588103 2.835692-3.255795 7.430564-4.699897 13.443282-4.699897 9.189744 0 13.784615 3.623385 13.784615 10.843897a35.708718 35.708718 0 0 1-4.594872 15.149949z m69.973334 87.69641c-7.089231 8.664615-15.911385 12.970667-26.151385 12.970667-9.898667 0-18.747077-4.332308-25.810051-12.996923-7.062974-8.664615-10.60759-19.114667-10.60759-31.770256 0-12.261744 3.544615-23.079385 10.60759-31.744 7.089231-8.664615 15.543795-12.996923 25.810051-12.996923 10.24 0 19.08841 4.332308 26.151385 12.996923 7.089231 8.664615 10.60759 19.140923 10.607589 31.770256a46.552615 46.552615 0 0 1-10.607589 31.770256zM425.143795 163.761231c-7.062974 50.176-48.416821 88.799179-98.96041 88.799179s-92.238769-38.990769-98.986667-88.799179H198.971077C183.401026 163.813744 170.666667 176.78441 170.666667 193.037128v145.460513c0 27.411692 21.556513 58.814359 21.556512 58.814359l63.277949 86.619897c13.075692 15.885128 21.530256 29.223385 42.404103 29.223385h127.238564c15.570051 0 28.278154-12.970667 28.278154-29.223385v-290.921025c0-15.858872-12.708103-28.855795-28.278154-29.223385z m-19.429744 300.294564H301.42359c-1.785436-2.179282-4.253538-5.041231-6.380308-7.588103l-2.100513-2.888205-62.227692-85.175795c-6.354051-9.714872-12.708103-24.155897-12.708103-29.932307l1.417847-12.288 186.262974 1.811692v136.060718z m-80.239589-238.198154c40.644923 0 73.885538-34.290872 73.885538-76.14359 0-41.878974-33.240615-76.169846-73.885538-76.169846s-73.859282 34.290872-73.859283 76.14359c0 41.878974 33.214359 76.14359 73.859283 76.14359z m397.994666 0c40.644923 0 73.859282-34.290872 73.859282-76.14359 0-41.878974-33.214359-76.169846-73.859282-76.169846-40.644923 0-73.885538 34.290872-73.885538 76.14359 0 42.246564 33.240615 76.14359 73.885538 76.14359z" horiz-adv-x="1024" />
<glyph glyph-name="zuoshang" unicode="&#58899;" d="M1015.322034-58.576271V827.218441a60.745763 60.745763 0 0 1-60.745763 60.745762H68.781559a60.745763 60.745763 0 0 1-60.745762-60.745762V-58.576271a60.745763 60.745763 0 0 1 60.745762-60.745763H954.576271a60.745763 60.745763 0 0 1 60.745763 60.745763z m-17.355932 885.794712V-58.576271a43.389831 43.389831 0 0 0-43.389831-43.389831H68.781559a43.389831 43.389831 0 0 0-43.38983 43.389831V827.218441a43.389831 43.389831 0 0 0 43.38983 43.38983H954.576271a43.389831 43.389831 0 0 0 43.389831-43.38983zM395.472271-59.461424l17.49478 542.494373 542.494373 17.49478L692.970305 763.018847 150.475932 745.524068 132.981153 203.029695z" horiz-adv-x="1024" />
<glyph glyph-name="yonghuming" unicode="&#58900;" d="M617.301333 280.917333c252.871111-39.537778 325.688889-211.512889 325.688889-273.976889 0-85.504-308.906667-105.813333-448.568889-105.813333s-448.568889 20.309333-448.568889 105.813333c0 61.44 71.907556 236.657778 324.721778 273.863112 16.156444 2.389333 37.432889 52.167111 23.665778 61.212444-82.887111 54.613333-146.545778 149.048889-146.545778 301.511111C247.694222 773.404444 350.094222 876.657778 494.364444 876.657778s246.784-103.253333 246.784-233.130667c0-150.186667-67.015111-246.897778-150.186666-302.08-12.856889-8.533333 10.410667-58.026667 26.282666-60.529778z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongxitongyunwei" unicode="&#58901;" d="M938.048 896H75.776C33.984 896 0 862.08 0 820.224v-577.472c0-41.856 33.92-75.84 75.776-75.84h263.68L124.8-117.44l764.032-0.768-214.656 285.12h263.872c41.792 0 75.776 33.984 75.776 75.84V820.224C1013.824 862.016 979.712 896 938.048 896z m-46.464-606.848H582.144L506.88 389.12 431.36 289.152H122.24V773.76H891.52v-484.608z" horiz-adv-x="1024" />
<glyph glyph-name="youshang" unicode="&#58902;" d="M0-67.254237V821.282712a60.745763 60.745763 0 0 0 60.745763 60.745763h918.857762a60.745763 60.745763 0 0 0 60.745763-60.745763V-67.254237a60.745763 60.745763 0 0 0-60.745763-60.745763H60.745763A60.745763 60.745763 0 0 0 0-67.254237zM17.355932 821.282712V-67.254237A43.389831 43.389831 0 0 1 60.745763-110.644068h918.857762a43.389831 43.389831 0 0 1 43.389831 43.389831V821.282712a43.389831 43.389831 0 0 1-43.389831 43.38983H60.745763a43.389831 43.389831 0 0 1-43.389831-43.38983zM640.260339-68.000542L622.175458 475.986441l-560.596611 17.546847L332.817356 756.770712l560.59661-17.564204 18.102237-543.986983z" horiz-adv-x="1041" />
<glyph glyph-name="zhongxingguanshi" unicode="&#58903;" d="M13.128205 886.757744m105.025641 0l787.692308 0q105.025641 0 105.025641-105.025641l0-804.706462q0-105.025641-105.025641-105.025641l-787.692308 0q-105.025641 0-105.025641 105.025641l0 804.706462q0 105.025641 105.025641 105.025641ZM879.826051 588.248615L840.467692 669.827282c-6.406564 13.390769-21.609026 20.663795-36.548923 17.644308L585.124103 643.360821l0.078769-0.262565c-53.563077-13.364513-92.973949-60.284718-92.89518-116.053333 0.157538-65.851077 57.501538-120.123077 125.820718-119.256615a127.553641 127.553641 0 0 1 60.941128 16.278974l0.183795-0.446359 189.387488 125.164308c13.233231 8.795897 17.906872 25.468718 11.18523 39.489641zM418.133333 341.543385v172.425846c0 18.773333-14.257231 33.975795-31.849025 33.975795h-34.264616c-24.20841 0-47.524103-9.846154-65.299692-27.516718l-95.835897-95.573334A70.052103 70.052103 0 0 1 170.666667 375.282872v-213.805949c0-18.773333 14.257231-33.975795 31.849025-33.975795h16.173949c0 60.127179 45.738667 109.069128 102.189949 109.069128 56.477538 0 102.137436-48.758154 102.137436-108.964102 0-0.105026 213.858462-0.183795 213.858461-0.105026 0 60.127179 45.686154 109.069128 102.11118 109.069128 56.372513 0 102.111179-49.020718 102.111179-109.147897 0-0.105026 32.899282 0.078769 32.899282 0.078769 17.591795 0 31.849026 15.202462 31.849026 33.975795v112.114872c0 18.773333-14.257231 34.002051-31.849026 34.002051H450.008615c-17.591795 0-31.875282 15.202462-31.875282 33.975795zM239.589744 147.350974c0-36.864 28.934564-66.717538 64.643282-66.717538s64.643282 29.853538 64.643282 66.691282c0 36.864-28.960821 66.717538-64.643282 66.717538-35.708718 0-64.643282-29.853538-64.643282-66.691282z m418.947282 0c0-36.864 28.960821-66.717538 64.643282-66.717538 35.708718 0 64.643282 29.853538 64.643282 66.691282 0 36.864-28.934564 66.717538-64.643282 66.717538s-64.643282-29.853538-64.643282-66.691282z m224.334769 344.14277c0.078769 26.440205-28.488205 42.167795-49.729641 27.411692l-135.089231-93.630359c-46.683897-29.643487-83.547897-28.488205-108.622769-24.20841-65.982359 11.290256-99.669333 50.412308-116.736 90.584615-21.477744 50.674872-16.541538-26.781538-16.541539-26.781538v-48.049231c0-18.221949 14.309744-32.951795 31.927795-32.951795H850.707692c17.644308 0 31.849026 14.651077 31.927795 32.846769l0.236308 74.778257z" horiz-adv-x="1024" />
<glyph glyph-name="zhongzhi" unicode="&#58904;" d="M1024 896m0-53.894737l0-916.210526q0-53.894737-53.894737-53.894737l-916.210526 0q-53.894737 0-53.894737 53.894737l0 916.210526q0 53.894737 53.894737 53.894737l916.210526 0q53.894737 0 53.894737-53.894737ZM835.116912 571.966877L891.957895 628.448561 892.335158 384l-246.029474 0.377263 95.752983 95.142176c-59.176421 125.556772-209.596632 179.667088-335.961825 120.867929a251.724351 251.724351 0 0 1-127.155649-133.425403l-132.652912 0.07186C198.512281 668.420491 405.162667 789.611789 607.860772 737.711158a378.826105 378.826105 0 0 0 227.25614-165.744281z m-538.606035-298.217544c59.266246-125.538807 209.740351-179.577263 336.069614-120.670315a251.778246 251.778246 0 0 1 126.976 133.245754l132.778667 0.053895c-52.241965-201.422596-258.928281-322.63186-461.626386-270.713263a378.88 378.88 0 0 0-227.184281 165.690385l-56.858947-56.481684-0.377263 244.502456 246.047438-0.377263-95.824842-95.178105 0-0.053895z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongrenwuguanli" unicode="&#58905;" d="M888.832-87.232H73.92C33.472-87.232 0-57.6 0-21.568V699.712c0 35.904 33.472 65.664 73.92 65.664h36.992v-98.56c0-35.968 33.408-65.728 73.92-65.728h592.192c40.512 0 73.92 29.76 73.92 65.728v98.56h36.992c40.448 0 73.92-29.76 73.92-65.728v-721.216c0.896-35.968-32.576-65.664-73.024-65.664z m-165.44 445.824a62.72 62.72 0 0 1-79.232 0l-198.016-167.36L353.792 269.44a62.72 62.72 0 0 1-79.232 0c-22.016-18.752-22.016-48.512 0-66.496l132.032-111.04a62.72 62.72 0 0 1 79.168 0l237.632 200.192c21.952 18.048 21.952 47.744 0 66.56z m-57.216 308.224H296.576c-40.512 0-73.92 29.696-73.92 65.728v32.832C370.496 861.568 372.224 863.168 410.88 896h147.008c36.032-30.528 35.2-34.432 182.144-130.624v-32.832c0-36.8-32.576-65.728-73.92-65.728zM481.28 830.272c-40.448 0-73.92-29.696-73.92-65.664 0-36.032 33.472-65.728 73.92-65.728 40.512 0 73.92 29.696 73.92 65.728 0 36.736-33.408 65.664-73.92 65.664z" horiz-adv-x="1024" />
<glyph glyph-name="yunhanglushu" unicode="&#58906;" d="M160.627451 835.764706m80.313725 0l542.117648 0q80.313725 0 80.313725-80.313726l0-542.117647q0-80.313725-80.313725-80.313725l-542.117648 0q-80.313725 0-80.313725 80.313725l0 542.117647q0 80.313725 80.313725 80.313726ZM713.446902 675.137255a69.792627 69.792627 0 0 1-69.591843-69.933177 69.672157 69.672157 0 0 1 23.050039-52.003137l-70.174118-126.694902a65.515922 65.515922 0 0 1-10.882509 0.863373c-13.352157 0-25.820863-4.216471-35.960471-11.344314l-93.103686 82.863686c3.774745 7.42902 5.802667 15.861961 5.802666 24.756706a55.215686 55.215686 0 0 1-55.095215 55.356235 55.215686 55.215686 0 0 1-55.115294-55.336156c0-14.737569 5.802667-28.270431 15.219451-38.189177l-43.489883-61.901804a47.666196 47.666196 0 0 1-15.239529 2.489726A47.987451 47.987451 0 0 1 261.019608 377.996549a47.987451 47.987451 0 0 1 47.846902-48.067765 47.987451 47.987451 0 0 1 40.31749 73.848471l46.120157 65.837176a55.496784 55.496784 0 0 1 39.434039 5.983373l94.569412-84.048314a62.584471 62.584471 0 0 1 56.400314-89.288784c34.334118 0 62.343529 28.109804 62.343529 62.624627 0 19.375686-8.693961 36.723451-22.487843 48.228392l69.190274 124.827608c5.943216-1.766902 12.167529-2.630275 18.69302-2.630274A69.792627 69.792627 0 0 1 783.058824 605.224157 69.792627 69.792627 0 0 1 713.446902 675.137255z" horiz-adv-x="1024" />
<glyph glyph-name="danxuanxuanzhong" unicode="&#58907;" d="M0 384a512 512 0 1 1 1024 0A512 512 0 0 1 0 384zM320 384a192 192 0 1 1 384 0 192 192 0 1 1-384 0z" horiz-adv-x="1024" />
<glyph glyph-name="shijianzongliang" unicode="&#58908;" d="M274.358857 411.172571h351.232v-50.870857l117.028572-67.181714V807.424c0.036571 23.478857-9.216 46.006857-25.673143 62.646857A87.405714 87.405714 0 0 1 654.848 896H128.036571a87.405714 87.405714 0 0 1-62.098285-25.965714A88.978286 88.978286 0 0 1 40.228571 807.460571V136.045714c0-23.478857 9.252571-46.006857 25.709715-62.610285a87.405714 87.405714 0 0 1 62.098285-25.965715h437.504v121.234286H274.358857v60.598857h291.181714v121.234286H274.358857v60.598857z m0 363.666286h351.232v-60.672H274.358857V774.838857z m0-181.833143h351.232v-60.635428H274.358857V593.005714zM186.514286 168.777143c-16.164571 0-29.257143 13.531429-29.257143 30.281143 0 16.713143 13.092571 30.281143 29.257143 30.281143 16.164571 0 29.257143-13.568 29.257143-30.281143 0-16.749714-13.092571-30.317714-29.257143-30.317715z m0 181.796571c-16.164571 0-29.257143 13.531429-29.257143 30.281143 0 16.749714 13.092571 30.354286 29.257143 30.354286 16.164571 0 29.257143-13.604571 29.257143-30.354286a29.769143 29.769143 0 0 0-29.257143-30.281143z m0 181.76c-16.164571 0-29.257143 13.604571-29.257143 30.354286 0 16.713143 13.092571 30.317714 29.257143 30.317714 16.164571 0 29.257143-13.604571 29.257143-30.354285 0-16.713143-13.092571-30.317714-29.257143-30.317715z m0 181.833143c-16.164571 0-29.257143 13.568-29.257143 30.354286 0 16.713143 13.092571 30.317714 29.257143 30.317714 16.164571 0 29.257143-13.604571 29.257143-30.354286 0-16.749714-13.092571-30.317714-29.257143-30.317714z m430.555428-412.16V-128l141.714286 183.771429 217.636571 31.232-359.350857 214.966857z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongzhinengjiansuo" unicode="&#58909;" d="M926.08-112.896l-106.496 107.712c10.368 4.992 27.52 17.28 44.736 38.016l17.28-17.664 84.672-86.4c7.68-7.68 7.68-20.096 0-27.712a120.32 120.32 0 0 0-19.584-14.72c-8.064-3.84-16.832-3.008-20.608 0.768zM690.56-44.8a235.52 235.52 0 0 0 0 470.976 235.648 235.648 0 0 0 235.328-235.52c0-129.92-105.6-235.52-235.328-235.52z m0 413.12a177.728 177.728 0 0 1-177.472-177.6 177.856 177.856 0 0 1 177.472-177.728 177.856 177.856 0 0 1 177.536 177.728 177.728 177.728 0 0 1-177.536 177.6z m-269.632-182.464c0 143.36 107.136 271.232 238.976 271.232 48 0 92.736 4.352 130.176-22.272V658.048H525.824c-72.192 0-130.752 63.68-130.752 142.336V896h-264.32C58.624 896 0 832.256 0 753.664v-651.136c0-78.592 58.56-142.336 130.816-142.336H541.44c-71.936 44.928-120.576 129.216-120.576 225.664z m133.44 494.08h237.888L425.408 896v-86.848c0-71.36 57.728-129.216 128.96-129.216z" horiz-adv-x="1024" />
<glyph glyph-name="zhatuchezhuapai" unicode="&#58910;" d="M13.128205 896m105.025641 0l787.692308 0q105.025641 0 105.025641-105.025641l0-804.706462q0-105.025641-105.025641-105.025641l-787.692308 0q-105.025641 0-105.025641 105.025641l0 804.706462q0 105.025641 105.025641 105.025641ZM698.00041 396.550564a22.081641 22.081641 0 0 0 26.072616-17.014154l22.16041-108.465231a21.714051 21.714051 0 0 0-17.381744-25.547487 22.055385 22.055385 0 0 0-26.072615 17.014154l-22.134154 108.491487a21.714051 21.714051 0 0 0 17.329231 25.521231h0.026256z m-88.615384 0a22.055385 22.055385 0 0 0 26.072615-17.014154l22.16041-108.465231a21.714051 21.714051 0 0 0-17.381743-25.547487 22.055385 22.055385 0 0 0-26.072616 17.014154l-22.134154 108.491487a21.714051 21.714051 0 0 0 17.329231 25.521231h0.026257z m-88.615385 0a22.055385 22.055385 0 0 0 26.072615-17.014154l22.160411-108.465231a21.714051 21.714051 0 0 0-17.381744-25.547487 22.055385 22.055385 0 0 0-26.072615 17.014154l-22.134154 108.491487a21.714051 21.714051 0 0 0 17.355487 25.521231z m-347.897436-120.621949c0.078769 0.183795 0.026256 0.393846 0.131282 0.577641l66.454975 130.179282a22.212923 22.212923 0 0 0 19.823589 11.99918h119.204103l-8.008205 39.122051a21.714051 21.714051 0 0 0 21.714051 25.96759h465.237333a21.924103 21.924103 0 0 0 21.740308-25.96759l-66.481231-325.421948a22.055385 22.055385 0 0 0-21.714051-17.460513h-22.16041c0-47.944205-39.673436-86.803692-88.615385-86.803693s-88.615385 38.859487-88.615385 86.803693h-177.230769c0-47.917949-39.673436-86.803692-88.615384-86.803693s-88.615385 38.859487-88.615385 86.803693H192.800821A21.897846 21.897846 0 0 0 170.666667 136.612103v130.179282a20.795077 20.795077 0 0 0 2.205538 9.110974z m55.794872 12.576821h74.909538v86.777436H272.961641L228.693333 288.505436zM680.198564 71.548718c24.444718 0 44.268308 19.429744 44.320821 43.37559a42.010256 42.010256 0 0 1-2.625641 14.099692c-0.026256 0.131282-0.131282 0.210051-0.183795 0.341333a43.979487 43.979487 0 0 1-27.201641 26.440205l-2.021744 0.603898a40.539897 40.539897 0 0 1-24.602256 0c-0.65641-0.183795-1.312821-0.36759-1.969231-0.603898a44.032 44.032 0 0 1-27.227898-26.466461l-0.210051-0.36759a42.115282 42.115282 0 0 1-2.573128-14.047179c0.026256-23.945846 19.849846-43.349333 44.294564-43.37559z m-76.458667 86.777436c0.262564 0.446359 0.603897 0.840205 0.866462 1.286564 1.470359 2.363077 3.072 4.699897 4.75241 6.931692 1.312821 1.732923 2.730667 3.308308 4.148513 4.909949 2.573128 2.914462 5.330051 5.671385 8.270769 8.244513 2.048 1.759179 4.096 3.492103 6.301539 5.093743a89.429333 89.429333 0 0 0 14.493538 8.402052c1.706667 0.787692 3.360821 1.627897 5.146257 2.284307 4.043487 1.575385 8.218256 2.835692 12.471794 3.80718 1.470359 0.341333 2.940718 0.630154 4.411077 0.892718a79.451897 79.451897 0 0 0 31.218872 0 88.300308 88.300308 0 0 0 17.014154-4.726154c1.654154-0.65641 3.229538-1.417846 4.83118-2.153026 3.124513-1.444103 6.170256-3.072 9.110974-4.831179 1.837949-1.155282 3.675897-2.363077 5.461333-3.623385 2.310564-1.654154 4.46359-3.492103 6.590359-5.330051 2.809436-2.468103 5.461333-5.093744 7.90318-7.876923 1.496615-1.68041 2.993231-3.334564 4.332307-5.12 1.706667-2.231795 3.229538-4.516103 4.726154-6.905436 0.262564-0.446359 0.603897-0.840205 0.866462-1.286564h16.173948l57.580308 282.046359h-411.175384l57.580307-282.046359h126.923487zM325.737026 71.548718c24.444718 0 44.268308 19.429744 44.32082 43.37559a41.668923 41.668923 0 0 1-2.625641 14.099692 43.979487 43.979487 0 0 1-27.359179 26.781538l-2.048 0.603898a40.487385 40.487385 0 0 1-24.602257 0c-0.65641-0.183795-1.312821-0.36759-1.969231-0.603898a44.032 44.032 0 0 1-27.227897-26.466461l-0.210051-0.36759a42.115282 42.115282 0 0 1-2.573128-14.047179c0.026256-23.945846 19.849846-43.349333 44.294564-43.37559z m-76.458667 86.777436c0.262564 0.446359 0.603897 0.840205 0.866462 1.286564 1.470359 2.363077 3.072 4.699897 4.75241 6.931692 1.312821 1.732923 2.730667 3.308308 4.148513 4.909949a90.164513 90.164513 0 0 0 14.572307 13.338256 89.429333 89.429333 0 0 0 14.493539 8.402052c1.706667 0.787692 3.360821 1.627897 5.146256 2.284307 4.043487 1.575385 8.218256 2.835692 12.471795 3.80718 1.470359 0.341333 2.940718 0.630154 4.437333 0.892718a79.451897 79.451897 0 0 0 31.192616 0 88.300308 88.300308 0 0 0 17.014154-4.726154c1.654154-0.65641 3.229538-1.417846 4.831179-2.153026 3.124513-1.444103 6.170256-3.072 9.110974-4.831179 1.837949-1.155282 3.675897-2.363077 5.461334-3.623385 2.310564-1.654154 4.46359-3.492103 6.590359-5.330051 2.809436-2.468103 5.461333-5.093744 7.903179-7.876923 1.496615-1.68041 2.993231-3.334564 4.332308-5.12 1.68041-2.231795 3.255795-4.542359 4.726154-6.905436 0.262564-0.446359 0.603897-0.840205 0.866461-1.286564h29.433436l-44.294564 216.956718H347.897436v-108.491487a21.924103 21.924103 0 0 0-22.16041-21.687795H214.961231v-86.777436h34.317128z m586.043077 347.109743a22.317949 22.317949 0 0 0-17.066667 7.824411l-95.232 111.931077-49.309538-48.285539a22.501744 22.501744 0 0 0-32.978052 1.785436l-73.124102 89.534359-159.744-156.409436a22.475487 22.475487 0 0 0-31.323898-0.420102 21.398974 21.398974 0 0 0 0 31.087589l177.23077 173.554872a21.740308 21.740308 0 0 0 16.882872 6.327795c6.301538-0.341333 12.130462-3.282051 16.095179-8.086974l73.124103-89.534359 48.968205 47.917948a22.212923 22.212923 0 0 0 16.67282 6.327795c6.222769-0.262564 12.025436-3.072 16.01641-7.771897l110.775795-130.153026c7.82441-9.189744 6.564103-22.89559-2.809436-30.562461a22.422974 22.422974 0 0 0-14.178461-5.041231z m-110.802051 0h-44.320821V548.890256h44.320821v-43.401846z m-132.936206 0V548.890256h44.320821v-43.401846H591.556923z m-88.615384 43.428103h44.32082v-43.401846h-44.32082v43.401846z m44.32082 65.063385h44.294564v-43.37559h-44.294564v43.37559z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongrenwuguanli1" unicode="&#58911;" d="M888.832-87.232H73.92C33.472-87.232 0-57.6 0-21.568V699.712c0 35.904 33.472 65.664 73.92 65.664h36.992v-98.56c0-35.968 33.408-65.728 73.92-65.728h592.192c40.512 0 73.92 29.76 73.92 65.728v98.56h36.992c40.448 0 73.92-29.76 73.92-65.728v-721.216c0.896-35.968-32.576-65.664-73.024-65.664z m-165.44 445.824a62.72 62.72 0 0 1-79.232 0l-198.016-167.36L353.792 269.44a62.72 62.72 0 0 1-79.232 0c-22.016-18.752-22.016-48.512 0-66.496l132.032-111.04a62.72 62.72 0 0 1 79.168 0l237.632 200.192c21.952 18.048 21.952 47.744 0 66.56z m-57.216 308.224H296.576c-40.512 0-73.92 29.696-73.92 65.728v32.832C370.496 861.568 372.224 863.168 410.88 896h147.008c36.032-30.528 35.2-34.432 182.144-130.624v-32.832c0-36.8-32.576-65.728-73.92-65.728zM481.28 830.272c-40.448 0-73.92-29.696-73.92-65.664 0-36.032 33.472-65.728 73.92-65.728 40.512 0 73.92 29.696 73.92 65.728 0 36.736-33.408 65.664-73.92 65.664z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongziyuanguanli" unicode="&#58912;" d="M0 701.44c0-107.456 229.248-194.56 512-194.56s512 87.104 512 194.56S794.752 896 512 896 0 808.896 0 701.44zM959.296 473.6C871.808 414.08 704.256 373.76 512 373.76S152.192 414.08 64.704 473.6C23.488 445.44 0 413.312 0 378.88c0-107.52 229.248-194.56 512-194.56s512 87.04 512 194.56c0 34.432-23.488 66.56-64.704 94.72z m0-312.32c-87.488-59.52-255.04-99.84-447.296-99.84s-359.808 40.32-447.296 99.84C23.488 133.12 0 100.992 0 66.56 0-40.96 229.248-128 512-128s512 87.04 512 194.56c0 34.432-23.488 66.56-64.704 94.72z" horiz-adv-x="1024" />
<glyph glyph-name="you" unicode="&#58913;" d="M69.423729-119.322034h885.152542a60.745763 60.745763 0 0 1 60.745763 60.745763V826.576271A60.745763 60.745763 0 0 1 954.576271 887.322034H69.423729A60.745763 60.745763 0 0 1 8.677966 826.576271v-885.152542A60.745763 60.745763 0 0 1 69.423729-119.322034z m885.152542 17.355932H69.423729A43.389831 43.389831 0 0 0 26.033898-58.576271V826.576271A43.389831 43.389831 0 0 0 69.423729 869.966102h885.152542A43.389831 43.389831 0 0 0 997.966102 826.576271v-885.152542a43.389831 43.389831 0 0 0-43.389831-43.389831zM143.186441 784.922034l370.983051-395.715254L143.186441-6.508475h370.983051L885.152542 389.20678 514.169492 784.922034z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongziyuanguanli1" unicode="&#58914;" d="M0 701.44c0-107.456 229.248-194.56 512-194.56s512 87.104 512 194.56S794.752 896 512 896 0 808.896 0 701.44zM959.296 473.6C871.808 414.08 704.256 373.76 512 373.76S152.192 414.08 64.704 473.6C23.488 445.44 0 413.312 0 378.88c0-107.52 229.248-194.56 512-194.56s512 87.04 512 194.56c0 34.432-23.488 66.56-64.704 94.72z m0-312.32c-87.488-59.52-255.04-99.84-447.296-99.84s-359.808 40.32-447.296 99.84C23.488 133.12 0 100.992 0 66.56 0-40.96 229.248-128 512-128s512 87.04 512 194.56c0 34.432-23.488 66.56-64.704 94.72z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongshouye" unicode="&#58915;" d="M569.6 874.688a82.048 82.048 0 0 1-110.336 0L13.312 451.264a41.152 41.152 0 0 1 55.04-61.12l7.104 6.72v-441.92c0-45.44 36.736-82.304 82.176-82.368h239.552v247.68a57.92 57.92 0 0 0 57.984 57.984h112.64a57.92 57.92 0 0 0 57.984-57.984v-247.68h245.12a82.304 82.304 0 0 1 82.304 82.368V391.488c18.304-16.512 44.16-15.296 59.392 1.664a41.152 41.152 0 0 1-2.944 58.112L569.536 874.688z" horiz-adv-x="1024" />
<glyph glyph-name="yunhangyichang" unicode="&#58916;" d="M160.627451 835.764706m80.313725 0l542.117648 0q80.313725 0 80.313725-80.313726l0-542.117647q0-80.313725-80.313725-80.313725l-542.117648 0q-80.313725 0-80.313725 80.313725l0 542.117647q0 80.313725 80.313725 80.313726ZM718.888157 287.784157H305.111843c-20.680784 0-31.663686 24.094118-17.889882 39.313568l1.887372 2.088157c45.638275 50.497255 58.508549 110.170353 74.832314 185.725491 2.208627 10.300235 4.497569 20.841412 6.90698 31.623529 17.066667 76.117333 81.960157 103.243294 137.015216 103.243294 1.546039 0 2.851137 0 3.915294-0.060235 1.084235 0.040157 2.389333 0.060235 3.915294 0.060235 55.03498 0 119.948549-27.105882 137.015216-103.243294 3.995608-17.78949 7.288471-34.916392 10.460863-51.481098 13.091137-68.186353 23.431529-122.056784 69.611921-164.161255l2.369255-2.168471c16.022588-14.59702 5.541647-40.96-16.263529-40.96z m-361.210981 49.734274h304.38902c-28.551529 44.493804-38.289569 95.292235-48.489412 148.299294a1581.578039 1581.578039 0 0 1-10.119529 49.995295c-13.010824 57.966431-65.696627 64.25098-87.742745 64.25098-1.224784 0-2.208627-0.040157-2.931451-0.060235l-1.003922-0.060236-1.003921 0.060236-2.911373 0.040157c-22.046118 0-74.731922-6.264471-87.742745-64.250981-2.369255-10.641569-4.618039-21.062275-6.826667-31.242039-13.332078-61.841569-25.258667-117.11749-55.617255-167.052549z m54.492863-74.430745h207.731451V213.333333H412.170039v49.754353z m95.372549 350.248157c-34.133333 0-61.921882 27.366902-61.921882 61.038432C445.620706 707.985569 473.409255 735.372549 507.542588 735.372549c34.133333 0 61.901804-27.366902 61.901804-61.018353 0-33.651451-27.768471-61.018353-61.901804-61.018353z m0 86.939608c-14.516706 0-26.302745-11.625412-26.302745-25.921255s11.786039-25.921255 26.302745-25.921255c14.496627 0 26.302745 11.625412 26.302745 25.901177 0 14.336-11.806118 25.941333-26.302745 25.941333z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongshouye1" unicode="&#58917;" d="M569.6 874.688a82.048 82.048 0 0 1-110.336 0L13.312 451.264a41.152 41.152 0 0 1 55.04-61.12l7.104 6.72v-441.92c0-45.44 36.736-82.304 82.176-82.368h239.552v247.68a57.92 57.92 0 0 0 57.984 57.984h112.64a57.92 57.92 0 0 0 57.984-57.984v-247.68h245.12a82.304 82.304 0 0 1 82.304 82.368V391.488c18.304-16.512 44.16-15.296 59.392 1.664a41.152 41.152 0 0 1-2.944 58.112L569.536 874.688z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongshouye2" unicode="&#58918;" d="M569.6 874.688a82.048 82.048 0 0 1-110.336 0L13.312 451.264a41.152 41.152 0 0 1 55.04-61.12l7.104 6.72v-441.92c0-45.44 36.736-82.304 82.176-82.368h239.552v247.68a57.92 57.92 0 0 0 57.984 57.984h112.64a57.92 57.92 0 0 0 57.984-57.984v-247.68h245.12a82.304 82.304 0 0 1 82.304 82.368V391.488c18.304-16.512 44.16-15.296 59.392 1.664a41.152 41.152 0 0 1-2.944 58.112L569.536 874.688z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongzhinengjiansuo1" unicode="&#58919;" d="M926.08-112.896l-106.496 107.712c10.368 4.992 27.52 17.28 44.736 38.016l17.28-17.664 84.672-86.4c7.68-7.68 7.68-20.096 0-27.712a120.32 120.32 0 0 0-19.584-14.72c-8.064-3.84-16.832-3.008-20.608 0.768zM690.56-44.8a235.52 235.52 0 0 0 0 470.976 235.648 235.648 0 0 0 235.328-235.52c0-129.92-105.6-235.52-235.328-235.52z m0 413.12a177.728 177.728 0 0 1-177.472-177.6 177.856 177.856 0 0 1 177.472-177.728 177.856 177.856 0 0 1 177.536 177.728 177.728 177.728 0 0 1-177.536 177.6z m-269.632-182.464c0 143.36 107.136 271.232 238.976 271.232 48 0 92.736 4.352 130.176-22.272V658.048H525.824c-72.192 0-130.752 63.68-130.752 142.336V896h-264.32C58.624 896 0 832.256 0 753.664v-651.136c0-78.592 58.56-142.336 130.816-142.336H541.44c-71.936 44.928-120.576 129.216-120.576 225.664z m133.44 494.08h237.888L425.408 896v-86.848c0-71.36 57.728-129.216 128.96-129.216z" horiz-adv-x="1024" />
<glyph glyph-name="xinxicunchu" unicode="&#58920;" d="M160.627451 835.764706m80.313725 0l542.117648 0q80.313725 0 80.313725-80.313726l0-542.117647q0-80.313725-80.313725-80.313725l-542.117648 0q-80.313725 0-80.313725 80.313725l0 542.117647q0 80.313725 80.313725 80.313726ZM453.029647 614.058667c0 12.709647 9.878588 23.009882 22.086275 23.009882 12.187608 0 22.086275-10.300235 22.086274-23.009882 0-12.689569-9.898667-23.009882-22.086274-23.009883-12.207686 0-22.086275 10.320314-22.086275 23.009883zM654.556863 360.990118c0-12.689569-9.878588-23.009882-22.086275-23.009883h-220.862745c-12.207686 0-22.086275 10.320314-22.086274 23.009883 0 12.709647 9.878588 23.009882 22.086274 23.009882h220.862745c12.207686 0 22.086275-10.300235 22.086275-23.009882z m0 92.039529c0-12.709647-9.878588-23.009882-22.086275-23.009882h-220.862745c-12.207686 0-22.086275 10.300235-22.086274 22.989804 0 12.709647 9.878588 23.009882 22.086274 23.009882h220.862745c12.207686 0 22.086275-10.300235 22.086275-22.989804z m44.172549-138.039216c0-12.709647-9.878588-23.009882-22.086275-23.009882H367.435294c-12.207686 0-22.086275 10.300235-22.086274 22.989804V544.025098c0 3.072 1.184627 5.983373 3.212549 8.131765l40.96 42.646588v-26.744471c0-25.419294 19.777255-46.019765 44.172549-46.019764h176.690196c24.395294 0 44.172549 20.600471 44.172549 46.019764V660.078431h22.086274c12.207686 0 22.086275-10.300235 22.086275-23.009882v-322.098196zM433.694118 640.803137l15.259607 15.902118a10.842353 10.842353 0 0 0 7.790432 3.353098H610.384314v-69.009569c0-12.709647-9.878588-23.009882-22.086275-23.009882h-132.517647c-12.207686 0-22.086275 10.300235-22.086274 23.009882V640.803137z m265.035294 65.254902H443.151059c-5.822745 0-11.444706-2.409412-15.560784-6.706196l-119.868236-124.586667a23.491765 23.491765 0 0 1-6.485333-16.263529L301.176471 291.960471c0-25.399216 19.777255-46.019765 44.15247-46.019765H698.729412c24.395294 0 44.172549 20.600471 44.172549 46.019765V660.078431c0 25.419294-19.777255 46.019765-44.172549 46.019765z" horiz-adv-x="1024" />
<glyph glyph-name="kakouzongliang" unicode="&#58921;" d="M263.253333 180.650667H142.293333v148.821333L21.333333 351.402667V-128l120.96 38.528V75.946667h195.84l103.68 137.728-138.24 71.68-40.32-104.704z m627.84-27.477334l282.24 170.88L297.813333 864H194.133333L55.893333 660.053333v-71.68L827.733333 147.498667l63.36 5.674666z m-103.68-38.570666L125.013333 522.325333l-69.12-71.68L827.733333 9.685333h69.12l34.56 33.194667 34.56 99.2-103.68-71.722667c-46.208 33.152-74.88 44.202667-74.88 44.202667z" horiz-adv-x="1194" />
<glyph glyph-name="duoxuanxuanzhong" unicode="&#58922;" d="M864-108.8h-704c-78.016 0-140.8 62.656-140.8 140.8v704C19.2 814.016 81.856 876.8 160 876.8h704c78.016 0 140.8-62.656 140.8-140.8v-704c0-78.144-62.784-140.8-140.8-140.8zM406.4 307.52L244.992 468.992 145.408 369.408l260.992-260.928 436.992 436.928-99.584 99.584z" horiz-adv-x="1024" />
<glyph glyph-name="qidong" unicode="&#58923;" d="M845.901531 896H171.743817A171.52 171.52 0 0 1 0.004389 723.236571v-684.836571C0.004389-51.2 76.292389-128 171.743817-128h680.521143A171.52 171.52 0 0 1 1024.004389 44.836571V723.163429C1017.64096 819.2 941.35296 896 845.901531 896zM381.590674 128v512L807.72096 384l-426.130286-256z" horiz-adv-x="1024" />
<glyph glyph-name="zaiyongfenxiziyuan" unicode="&#58924;" d="M510.72 888.2432C231.9104 888.2432 5.888 662.3488 5.888 383.5136c0-278.784 226.0224-504.832 504.832-504.832 278.784 0 504.832 226.048 504.832 504.832C1015.552 662.3488 789.504 888.2432 510.72 888.2432zM473.6 162.3552c-8.7808-8.8064-20.7104-13.7472-33.152-13.7728-12.4416 0-24.3712 4.9664-33.152 13.7728l-187.4432 188.2368a47.232 47.232 0 0 0 0 66.56 46.7712 46.7712 0 0 0 66.304 0l154.2912-154.9824 294.8352 296.064a46.6432 46.6432 0 0 0 66.2016 0 47.2576 47.2576 0 0 0 0-66.56L473.6 162.3808z" horiz-adv-x="1024" />
<glyph glyph-name="zhongxingguan" unicode="&#58925;" d="M512 384m-512 0a512 512 0 1 1 1024 0 512 512 0 1 1-1024 0ZM819.712 599.808l-37.2224 73.984c-6.0672 12.1088-20.4288 18.688-34.56 15.9744L540.9536 649.728l0.0768-0.2304c-50.6624-12.1088-87.936-54.656-87.8592-105.216 0.1536-59.648 54.3744-108.8768 119.0144-108.0832a124.6976 124.6976 0 0 1 57.6256 14.7712l0.1536-0.4352 179.1232 113.4848c12.5184 7.936 16.9472 23.0912 10.5728 35.7888zM383.0528 376.192v156.3136a30.464 30.464 0 0 1-30.1312 30.7968H320.512c-22.912 0-44.9792-8.96-61.7728-24.96l-90.624-86.6048a62.1824 62.1824 0 0 1-19.1488-44.9792v-193.792a30.464 30.464 0 0 1 30.1312-30.7968h15.3088c0 54.5024 43.2384 98.8416 96.64 98.8416s96.5632-44.1856 96.5632-98.7648c0-0.0768 202.2656-0.1536 202.2656-0.0768 0 54.5024 43.264 98.8416 96.5888 98.8416s96.5632-44.416 96.5632-98.9184c0-0.0768 31.1296 0.0768 31.1296 0.0768a30.464 30.464 0 0 1 30.1312 30.7968v101.632a30.464 30.464 0 0 1-30.1312 30.7968H413.184a30.464 30.464 0 0 0-30.1312 30.7968zM214.1696 200.1664c0-33.3824 27.392-60.4672 61.1584-60.4672 33.7408 0 61.1328 27.0848 61.1328 60.4672s-27.392 60.4672-61.1328 60.4672c-33.792 0-61.1584-27.0848-61.1584-60.4672z m396.2624 0c0-33.3824 27.3664-60.4672 61.1328-60.4672s61.1328 27.0848 61.1328 60.4672-27.392 60.4672-61.1328 60.4672c-33.792 0-61.1328-27.0848-61.1328-60.4672z m212.1472 311.9616c0.0768 23.9616-26.9312 38.2208-47.0272 24.832l-127.7696-84.864c-44.16-26.88-79.0272-25.8304-102.7328-21.9392-62.4128 10.24-94.2592 45.696-110.4128 82.1248-20.3008 45.9008-15.616-24.2688-15.616-24.2688v-43.5968c0-16.4864 13.5168-29.8496 30.208-29.8496h342.9376c16.6656 0 30.1056 13.2864 30.208 29.7728l0.2048 67.7888z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongrenwuguanli2" unicode="&#58926;" d="M888.832-87.232H73.92C33.472-87.232 0-57.6 0-21.568V699.712c0 35.904 33.472 65.664 73.92 65.664h36.992v-98.56c0-35.968 33.408-65.728 73.92-65.728h592.192c40.512 0 73.92 29.76 73.92 65.728v98.56h36.992c40.448 0 73.92-29.76 73.92-65.728v-721.216c0.896-35.968-32.576-65.664-73.024-65.664z m-165.44 445.824a62.72 62.72 0 0 1-79.232 0l-198.016-167.36L353.792 269.44a62.72 62.72 0 0 1-79.232 0c-22.016-18.752-22.016-48.512 0-66.496l132.032-111.04a62.72 62.72 0 0 1 79.168 0l237.632 200.192c21.952 18.048 21.952 47.744 0 66.56z m-57.216 308.224H296.576c-40.512 0-73.92 29.696-73.92 65.728v32.832C370.496 861.568 372.224 863.168 410.88 896h147.008c36.032-30.528 35.2-34.432 182.144-130.624v-32.832c0-36.8-32.576-65.728-73.92-65.728zM481.28 830.272c-40.448 0-73.92-29.696-73.92-65.664 0-36.032 33.472-65.728 73.92-65.728 40.512 0 73.92 29.696 73.92 65.728 0 36.736-33.408 65.664-73.92 65.664z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongziyuanguanli2" unicode="&#58927;" d="M0 701.44c0-107.456 229.248-194.56 512-194.56s512 87.104 512 194.56S794.752 896 512 896 0 808.896 0 701.44zM959.296 473.6C871.808 414.08 704.256 373.76 512 373.76S152.192 414.08 64.704 473.6C23.488 445.44 0 413.312 0 378.88c0-107.52 229.248-194.56 512-194.56s512 87.04 512 194.56c0 34.432-23.488 66.56-64.704 94.72z m0-312.32c-87.488-59.52-255.04-99.84-447.296-99.84s-359.808 40.32-447.296 99.84C23.488 133.12 0 100.992 0 66.56 0-40.96 229.248-128 512-128s512 87.04 512 194.56c0 34.432-23.488 66.56-64.704 94.72z" horiz-adv-x="1024" />
<glyph glyph-name="mima" unicode="&#58928;" d="M718.879004 896C565.677227 896 438.587449 772.380444 438.587449 619.633778c0-43.633778 11.207111-87.267556 29.923555-127.260445L53.620338 85.162667a83.968 83.968 0 0 1 0-120.035556c33.678222-32.711111 89.713778-32.711111 119.637333 0l22.414222 21.845333 100.920889-98.190222a43.804444 43.804444 0 0 1 63.488 0l149.504 149.048889c18.716444 18.204444 18.716444 43.690667 0 61.838222l-100.920889 98.190223L588.091449 376.035556c37.376-18.204444 82.204444-29.070222 127.032889-29.070223 157.013333 0 280.348444 123.619556 280.348444 276.309334C999.17056 772.323556 875.835449 896 718.879004 896z m0-381.781333c-59.790222 0-108.373333 47.217778-108.373333 105.415111 0 58.197333 48.583111 105.472 108.373333 105.472 59.790222 0 108.373333-47.274667 108.373334-105.472 0-58.140444-48.583111-105.415111-108.373334-105.415111z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongshouye3" unicode="&#58929;" d="M938.048 896H75.776C33.984 896 0 862.08 0 820.224v-577.472c0-41.856 33.92-75.84 75.776-75.84h263.68L124.8-117.44l764.032-0.768-214.656 285.12h263.872c41.792 0 75.776 33.984 75.776 75.84V820.224C1013.824 862.016 979.712 896 938.048 896z m-46.464-606.848H582.144L506.88 389.12 431.36 289.152H122.24V773.76H891.52v-484.608z" horiz-adv-x="1024" />
<glyph glyph-name="dingweiweizhi" unicode="&#58930;" d="M520.064 850.432C309.504 850.432 138.688 671.04 138.688 449.792c0-110.656 42.752-210.752 111.68-283.328l269.696-283.264 269.696 283.264a409.856 409.856 0 0 1 111.68 283.264c0 221.312-170.752 400.64-381.376 400.64z m0-591.04C429.568 259.648 356.48 343.872 356.608 447.36v0.128C356.352 551.04 429.504 635.2 520 635.52h0.064C610.56 635.2 683.776 551.04 683.52 447.488v-0.128c0.32-103.488-72.832-187.712-163.264-188.032h-0.192v0.064z" horiz-adv-x="1024" />
<glyph glyph-name="keyongziyuan" unicode="&#58931;" d="M60.235294 293.647059h301.176471a60.235294 60.235294 0 0 0 60.235294-60.235294v-301.176471a60.235294 60.235294 0 0 0-60.235294-60.235294H60.235294a60.235294 60.235294 0 0 0-60.235294 60.235294V233.411765a60.235294 60.235294 0 0 0 60.235294 60.235294z m602.352941 0h301.176471a60.235294 60.235294 0 0 0 60.235294-60.235294v-301.176471a60.235294 60.235294 0 0 0-60.235294-60.235294H662.588235a60.235294 60.235294 0 0 0-60.235294 60.235294V233.411765a60.235294 60.235294 0 0 0 60.235294 60.235294zM60.235294 896h301.176471a60.235294 60.235294 0 0 0 60.235294-60.235294v-301.176471a60.235294 60.235294 0 0 0-60.235294-60.235294H60.235294a60.235294 60.235294 0 0 0-60.235294 60.235294V835.764706a60.235294 60.235294 0 0 0 60.235294 60.235294z m602.352941 0h301.176471a60.235294 60.235294 0 0 0 60.235294-60.235294v-301.176471a60.235294 60.235294 0 0 0-60.235294-60.235294H662.588235a60.235294 60.235294 0 0 0-60.235294 60.235294V835.764706a60.235294 60.235294 0 0 0 60.235294 60.235294z" horiz-adv-x="1024" />
<glyph glyph-name="fenxiziyuan" unicode="&#58932;" d="M160.627451 835.764706m80.313725 0l542.117648 0q80.313725 0 80.313725-80.313726l0-542.117647q0-80.313725-80.313725-80.313725l-542.117648 0q-80.313725 0-80.313725 80.313725l0 542.117647q0 80.313725 80.313725 80.313726ZM464.996392 310.312157a154.644078 154.644078 0 0 0-60.737255 15.179294c-27.949176 13.834039-45.979608 35.940392-53.549176 65.415529h4.21647a11.846275 11.846275 0 0 1 10.340393 6.083765 12.589176 12.589176 0 0 1 0.080313 12.227765l-30.920784 54.432627a11.90651 11.90651 0 0 1-10.340392 6.144 11.90651 11.90651 0 0 1-10.340392-6.144l-31.061334-54.492862a12.589176 12.589176 0 0 1 0.020079-12.267922 11.846275 11.846275 0 0 1 10.36047-6.103843h8.673883c11.083294-62.443922 50.457098-93.906824 81.598745-109.226667 25.6-12.348235 53.408627-19.19498 81.65898-20.118588 13.131294-0.040157 23.833098 10.88251 23.893333 24.415372a24.495686 24.495686 0 0 1-6.967215 17.307608 23.511843 23.511843 0 0 1-16.926118 7.147922z m276.439843 249.173333a11.886431 11.886431 0 0 1-10.440784 6.284549h-8.673882c-11.083294 62.443922-50.457098 93.906824-81.598745 109.327059a202.912627 202.912627 0 0 1-81.638902 20.078431 23.572078 23.572078 0 0 1-21.162667-11.966745c-4.417255-7.649882-4.417255-17.187137 0-24.857098 4.417255-7.649882 12.508863-12.247843 21.162667-11.966745a156.912941 156.912941 0 0 0 60.757333-15.199372c27.949176-13.854118 45.979608-35.940392 53.549176-65.41553h-4.21647a11.846275 11.846275 0 0 1-10.521098-6.083764 12.569098 12.569098 0 0 1 0.020078-12.408471l30.900706-54.432628a11.90651 11.90651 0 0 1 10.340392-6.144 11.90651 11.90651 0 0 1 10.360471 6.144l30.84047 54.372393a12.488784 12.488784 0 0 1 0.321255 12.288z m-45.839059-81.01647h-154.403137c-16.183216 0.040157-29.354667-13.392314-29.43498-30.037334v-157.013333c0.080314-16.64502 13.251765-30.07749 29.43498-30.017255h154.403137c16.183216-0.060235 29.334588 13.372235 29.434981 30.017255v157.013333c-0.100392 16.665098-13.251765 30.07749-29.434981 30.037334z m-18.291451-48.830745v-119.326118H559.585882v119.326118h117.719843zM512 665.198431c-0.100392 16.64502-13.251765 30.07749-29.43498 30.017255H328.101647c-16.163137 0.040157-29.31451-13.392314-29.394823-30.017255v-157.013333c0-8.031373 3.112157-15.701333 8.633725-21.343373 5.50149-5.662118 12.970667-8.83451 20.761098-8.814431h154.403137a28.912941 28.912941 0 0 1 20.841412 8.774275c5.541647 5.662118 8.653804 13.352157 8.673882 21.383529v157.013333z m-47.826824-18.81349v-119.42651H346.553725V646.384941h117.659608z" horiz-adv-x="1024" />
<glyph glyph-name="qianyi" unicode="&#58933;" d="M820.736-73.792H761.6c-32.64 0-59.072 29.76-59.072 66.56V790.016c0 36.8 26.432 66.56 59.072 66.56h59.136c32.64 0 59.072-29.76 59.072-66.56v-797.376c-0.064-36.736-26.496-66.496-59.072-66.496z m-354.368 398.72h-177.28V457.92h177.28V590.72l236.288-199.36L466.368 192V324.928zM230.016 258.56h177.28v-265.856c0-36.736-26.496-66.496-59.136-66.496H170.88c-32.64 0-59.072 29.76-59.072 66.56V790.016c0 36.8 26.496 66.56 59.136 66.56H348.16c32.64 0 59.072-29.76 59.072-66.56v-265.792H230.016V258.56z" horiz-adv-x="1024" />
<glyph glyph-name="zhatuchezhuapai1" unicode="&#58934;" d="M512 384m-512 0a512 512 0 1 1 1024 0 512 512 0 1 1-1024 0ZM647.7312 417.6896c11.3152 2.1504 22.3488-4.7104 24.6528-15.36v-0.0512l20.9664-98.3296c2.2784-10.6496-5.0944-21.0176-16.4352-23.168a21.8624 21.8624 0 0 0-4.1216-0.3584c-9.984 0-18.5856 6.6048-20.5312 15.7952l-20.9408 98.3296c-2.304 10.6496 5.0688 20.992 16.384 23.1424h0.0256z m-83.7888 0c11.264 2.176 22.272-4.6592 24.6016-15.2576l0.0512-0.1536 20.9408-98.3296c2.2784-10.6496-5.0688-21.0176-16.4352-23.168a21.8624 21.8624 0 0 0-4.1216-0.3584c-9.984 0-18.56 6.6048-20.5312 15.7952l-20.9408 98.3296c-2.2784 10.6496 5.0688 20.992 16.4096 23.1424z m-83.8144 0c11.2896 2.1504 22.3232-4.7104 24.6272-15.3088v-0.1024l20.992-98.3296c2.2528-10.6496-5.12-21.0176-16.4352-23.168a21.9648 21.9648 0 0 0-4.1472-0.3584c-9.984 0-18.56 6.6048-20.5312 15.7952l-20.9408 98.3296c-2.2784 10.6496 5.0688 20.992 16.4096 23.1424zM151.04 308.3264c0.0768 0.1792 0.0512 0.384 0.1536 0.5376l62.848 118.016a21.1456 21.1456 0 0 0 18.7392 10.8544h112.7168l-7.552 35.4816c-2.2528 10.6496 5.12 20.992 16.4352 23.1424a22.2464 22.2464 0 0 0 4.096 0.384h440.0128c11.5712 0 20.9664-8.8064 20.9664-19.6608 0-1.3056-0.1536-2.6112-0.4096-3.8656l-62.8736-294.9888c-1.9712-9.216-10.5472-15.7952-20.5312-15.8208h-20.9664c0-43.4432-37.504-78.6688-83.8144-78.6688-46.2848 0-83.7888 35.2256-83.7888 78.6688h-167.6288c0-43.4432-37.5296-78.6688-83.8144-78.6688s-83.7888 35.2256-83.8144 78.6688H169.9328c-11.5456 0-20.9408 8.8064-20.9408 19.6608v118.016a18.2272 18.2272 0 0 0 2.0736 8.2432z m52.7872 11.4176h70.8608v78.6688H245.76L203.8528 319.744z m427.0336-196.6592c23.1424 0.0256 41.8816 17.6128 41.9328 39.3216a36.6848 36.6848 0 0 1-2.4832 12.8c-0.0256 0.1024-0.128 0.1792-0.1792 0.2816a40.832 40.832 0 0 1-25.7024 23.9616l-1.92 0.5632a39.936 39.936 0 0 1-23.296 0l-1.8688-0.5376a40.8832 40.8832 0 0 1-25.728-23.9872l-0.2048-0.3328c-1.5616-4.096-2.3808-8.3968-2.432-12.7488 0.0256-21.7088 18.7648-39.296 41.8816-39.3216z m-72.2944 78.6688c0.256 0.4096 0.5632 0.768 0.8192 1.152a82.944 82.944 0 0 0 4.48 6.2976c1.2544 1.536 2.5856 2.9952 3.9424 4.4544 2.432 2.6368 5.0432 5.12 7.808 7.4496 1.9456 1.6128 3.8912 3.1744 5.9648 4.608a85.888 85.888 0 0 0 13.696 7.6288c1.6128 0.7424 3.2 1.4848 4.864 2.0992 3.84 1.408 7.7824 2.56 11.776 3.4304 1.408 0.3072 2.816 0.5888 4.224 0.7936a78.336 78.336 0 0 0 29.4912 0c1.408-0.2048 2.7904-0.512 4.1472-0.768 4.096-0.896 8.064-2.048 11.9552-3.5072 1.5616-0.5888 3.072-1.28 4.5568-1.9456 2.9696-1.3056 5.8368-2.7648 8.6272-4.3776a84.3776 84.3776 0 0 0 11.4176-8.1152c2.6368-2.2272 5.12-4.608 7.4752-7.1424 1.408-1.536 2.816-3.0208 4.096-4.6336 1.5872-2.048 3.072-4.096 4.4544-6.272 0.256-0.384 0.5888-0.768 0.8192-1.152h15.2832l54.4768 255.6672h-388.864l54.4512-255.6672h120.0384z m-262.912-78.6688c23.1168 0.0256 41.856 17.6128 41.8816 39.3216a36.3776 36.3776 0 0 1-2.4576 12.8 40.832 40.832 0 0 1-25.8816 24.2688l-1.9456 0.5376a39.8848 39.8848 0 0 1-23.2704 0l-1.8688-0.5376a40.8832 40.8832 0 0 1-25.728-23.9872l-0.2048-0.3328c-1.5616-4.096-2.4064-8.3968-2.432-12.7488 0-21.7088 18.7648-39.296 41.8816-39.3216z m-72.3456 78.6688c0.256 0.4096 0.5632 0.768 0.8192 1.152a82.944 82.944 0 0 0 4.5056 6.2976c1.2288 1.536 2.5856 2.9952 3.9424 4.4544a83.6096 83.6096 0 0 0 13.7728 12.0576 85.888 85.888 0 0 0 13.696 7.6288c1.6128 0.7424 3.2 1.4848 4.864 2.0992 3.84 1.408 7.7824 2.56 11.776 3.4304 1.408 0.3072 2.816 0.5888 4.1984 0.7936a78.336 78.336 0 0 0 29.5168 0c1.3824-0.2048 2.7648-0.512 4.1472-0.768 4.096-0.896 8.064-2.048 11.9552-3.5072 1.536-0.5888 3.0464-1.28 4.5568-1.9456 2.9696-1.3056 5.8368-2.7648 8.6272-4.3776a84.3776 84.3776 0 0 0 11.4176-8.1152c2.6368-2.2272 5.12-4.608 7.4752-7.1424 1.408-1.536 2.816-3.0208 4.096-4.6336 1.5872-2.048 3.072-4.096 4.4288-6.272 0.256-0.384 0.6144-0.768 0.8448-1.152h27.8528l-41.9072 196.6592h-37.2992v-98.3296c0-10.88-9.3696-19.6608-20.9408-19.6608H190.8736v-78.6688h32.4352z m554.24 314.6496a21.504 21.504 0 0 0-16.128 7.0656l-90.0608 101.4528-46.6176-43.776a21.9648 21.9648 0 0 0-31.1808 1.6384l-69.1712 81.152-151.0912-141.7728a21.9136 21.9136 0 0 0-29.6192-0.384 18.8416 18.8416 0 0 0 0 28.1856l167.6288 157.3376a21.0688 21.0688 0 0 0 15.9744 5.7088 21.4784 21.4784 0 0 0 15.2064-7.3216l69.1712-81.1776 46.3104 43.4432a21.504 21.504 0 0 0 15.744 5.76c5.888-0.256 11.392-2.816 15.1808-7.0656l104.7552-117.9904c7.424-8.32 6.2208-20.736-2.6624-27.6992a21.76 21.76 0 0 0-13.4144-4.5568z m-104.7552 0h-41.9328v39.3216h41.9328v-39.3216z m-125.7216 0v39.3216h41.9072v-39.3216H547.072z m-83.8144 39.3216h41.9072v-39.3216h-41.9072v39.3216z m41.9072 59.008h41.9072v-39.3216h-41.9072v39.3216z" horiz-adv-x="1024" />
<glyph glyph-name="zuo" unicode="&#58935;" d="M954.576271-119.322034H69.423729A60.745763 60.745763 0 0 0 8.677966-58.576271V826.576271A60.745763 60.745763 0 0 0 69.423729 887.322034h885.152542A60.745763 60.745763 0 0 0 1015.322034 826.576271v-885.152542a60.745763 60.745763 0 0 0-60.745763-60.745763z m-885.152542 17.355932h885.152542a43.389831 43.389831 0 0 1 43.389831 43.389831V826.576271A43.389831 43.389831 0 0 1 954.576271 869.966102H69.423729A43.389831 43.389831 0 0 1 26.033898 826.576271v-885.152542A43.389831 43.389831 0 0 1 69.423729-101.966102zM880.813559 784.922034L509.830508 389.20678 880.813559-6.508475H509.830508L138.847458 389.20678 509.830508 784.922034z" horiz-adv-x="1024" />
<glyph glyph-name="weixianpin1" unicode="&#58936;" d="M512 384m-512 0a512 512 0 1 1 1024 0 512 512 0 1 1-1024 0ZM817.5616 236.4928h-53.504a94.3616 94.3616 0 0 1-93.568 80.4864c-47.8208 0-87.2448-35.328-93.6192-80.4864h-106.9568a26.624 26.624 0 0 0-26.752 26.496V589.824h45.1328v-308.8384h55.168a140.6976 140.6976 0 0 0 127.0272 80.4864 140.6976 140.6976 0 0 0 127.0272-80.4864h1.9968V589.824h44.8v-326.8352c0-14.3872-12.032-26.496-26.752-26.496z m-58.496 209.3824c7.3472 0 12.3648-3.9168 15.0528-11.4432a24.9088 24.9088 0 0 0 0.6656-5.248c0-9.472-6.016-14.72-18.3808-15.36 4.992-4.9152 7.3472-10.1632 7.3472-14.7456 0-4.8896-2.688-9.1392-7.68-12.7488a16.6912 16.6912 0 0 0-9.0368-2.6112c-9.7024 0-16.384 7.8592-20.4032 24.192l-79.5392 29.1328-79.5648-29.1328c-4.0192-16.0256-10.7008-24.192-20.0704-24.192a21.4016 21.4016 0 0 0-9.344 2.6112c-5.0176 3.584-7.3728 7.5264-7.3728 12.7488 0 4.9152 2.3552 9.8304 7.3728 14.72-12.3648 0.6656-18.7392 5.888-18.7392 15.3856 0 1.9712 0.3328 3.584 0.6912 5.248 2.9952 7.5264 8.0128 11.4432 15.36 11.4432 6.016 0 13.056-2.944 21.0688-8.4992l45.7984 16.3584-46.464 16.9984c-7.68-4.9152-15.0528-7.5264-21.4016-7.5264-7.0144 0-11.6992 3.9168-14.3616 11.4432-0.3584 1.6384-0.6912 3.2768-0.6912 5.248 0 9.472 6.3744 14.72 18.7392 15.36-5.0176 4.9152-7.3728 10.1632-7.3728 14.7456 0 4.8896 2.3552 9.1392 7.3728 12.7488a19.5072 19.5072 0 0 0 8.3456 1.9712c10.0352 0 16.7168-8.5248 20.4032-25.1904l79.872-29.1328 79.8976 29.7728c3.6864 16.384 10.368 24.5504 20.4032 24.5504a18.432 18.432 0 0 0 8.3456-1.9712c5.376-3.584 7.68-7.8592 7.68-12.7488 0-4.9152-2.6624-9.8304-7.3472-14.72 12.3904-0.6656 18.4064-5.888 18.4064-15.3856 0-1.6384-0.3328-3.584-0.6912-5.248-2.304-7.5264-7.0144-11.4432-14.3616-11.4432-6.6816 0-13.696 2.6112-21.4016 7.5264l-46.1312-16.9984 45.4656-16.6912c8.704 5.888 16.0512 8.832 22.0672 8.832z m-60.8512 81.152v-3.9424c0-6.5536-1.9968-11.776-6.3488-16.0256-4.352-4.2752-9.6768-6.8864-16.0256-7.5264-6.016-0.3328-10.7008 0.64-14.0544 2.944a25.1904 25.1904 0 0 0-15.7184-5.248 28.416 28.416 0 0 0-16.6912 5.5552c-3.3536-2.6112-8.0384-3.9168-14.72-3.2512a24.2432 24.2432 0 0 0-16.0512 7.168 21.7088 21.7088 0 0 0-6.3488 16.0512v5.2224c-22.7328 6.5536-40.448 17.024-52.8128 31.4112a75.4688 75.4688 0 0 0-17.408 64.128 116.5824 116.5824 0 0 0 39.808 72.96c23.3984 20.2752 51.8144 30.08 85.5808 30.08s62.1568-10.1376 85.5808-30.4128c22.3744-18.9696 35.7632-43.1872 40.1152-72.6272 0.9984-4.9152 1.3312-9.472 1.3312-13.7472 0-19.6352-6.3488-36.6336-19.4048-51.0208-13.3632-14.4128-32.4096-25.1904-56.832-31.744z m-80.2048 121.344c-6.7072 7.8592-15.0528 11.776-24.4224 11.776-9.6768 0-17.7152-3.9168-24.3968-11.776a42.9312 42.9312 0 0 1-10.368-28.7744c0-11.136 3.328-20.9408 10.368-28.8 6.6816-7.8592 15.0528-11.776 24.3968-11.776 9.7024 0 17.7152 3.9168 24.4224 11.776 6.656 7.8592 10.3424 17.3312 10.3424 28.8 0 11.4432-3.6608 20.9152-10.3424 28.7744z m38.4256-79.488c-2.9952 4.8896-6.016 7.168-9.0112 7.168-3.328 0-6.3488-2.2784-9.7024-6.528a20.7872 20.7872 0 0 1-5.0176-13.056c0-2.6368 0.6656-4.9408 2.3552-6.912 2.6624-2.9184 7.0144-4.224 12.6976-4.224 8.704 0 13.0304 3.2512 13.0304 9.8048a31.4112 31.4112 0 0 1-4.352 13.7472z m66.2016 79.488a31.4112 31.4112 0 0 1-24.7552 11.776c-9.344 0-17.7152-3.9168-24.3968-11.776-6.6816-7.8592-10.0352-17.3312-10.0352-28.7744 0-11.136 3.3536-20.9408 10.0352-28.8 6.6816-7.8592 14.72-11.776 24.3968-11.776 9.728 0 18.0736 3.9168 24.7552 11.776 6.656 7.8592 10.0096 17.3312 10.0096 28.8a41.088 41.088 0 0 1-10.0096 28.7744zM389.6832 236.4928a94.3616 94.3616 0 0 1-93.5936 80.4864c-47.8208 0-87.2448-35.328-93.6192-80.4864H175.744a26.624 26.624 0 0 0-26.752 26.496v131.84c0 24.8832 20.4032 53.3248 20.4032 53.3248l59.8272 78.5152c12.3648 14.4128 20.4032 26.496 40.1152 26.496h120.32c14.72 0 26.7776-11.776 26.7776-26.496v-263.68c0-14.3872-12.032-26.1632-26.752-26.496z m-18.3808 272.1792h-98.6112l-6.016-6.8608-2.0224-2.6112-58.8288-77.2096c-6.016-8.832-12.032-21.9136-12.032-27.136l1.3312-11.136 176.1792 1.6384V508.672z m-75.8784-215.9104c38.4256 0 69.8624-31.0784 69.8624-69.0176 0-37.9648-31.4368-69.0432-69.888-69.0432-38.4256 0-69.8624 31.0784-69.8624 69.0432 0 37.9392 31.4368 69.0176 69.888 69.0176z m376.3968 0c38.4512 0 69.8624-31.0784 69.8624-69.0176 0-37.9648-31.4112-69.0432-69.888-69.0432-38.4 0-69.8368 31.0784-69.8368 69.0432 0 38.272 31.4112 69.0176 69.8624 69.0176z" horiz-adv-x="1024" />
<glyph glyph-name="dingweiweizhi1" unicode="&#58937;" d="M0 896h985.721905v-1018.441143H0zM492.885333 757.126095c-168.521143 0-305.152-143.457524-305.152-320.512 0-88.502857 34.182095-168.618667 89.380572-226.645333l215.771428-226.596572 215.722667 226.596572a327.875048 327.875048 0 0 1 89.380571 226.645333c0 177.005714-136.630857 320.512-305.103238 320.512z m0-472.795428C420.473905 284.525714 361.910857 351.817143 362.105905 434.712381v0.097524C361.910857 517.607619 420.327619 584.899048 492.78781 585.191619h0.097523c72.362667-0.24381 130.925714-67.535238 130.730667-150.381714v-0.097524c0.24381-82.846476-58.270476-150.186667-130.633143-150.430476h-0.097524z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongzhinengjiansuo2" unicode="&#58938;" d="M926.08-112.896l-106.496 107.712c10.368 4.992 27.52 17.28 44.736 38.016l17.28-17.664 84.672-86.4c7.68-7.68 7.68-20.096 0-27.712a120.32 120.32 0 0 0-19.584-14.72c-8.064-3.84-16.832-3.008-20.608 0.768zM690.56-44.8a235.52 235.52 0 0 0 0 470.976 235.648 235.648 0 0 0 235.328-235.52c0-129.92-105.6-235.52-235.328-235.52z m0 413.12a177.728 177.728 0 0 1-177.472-177.6 177.856 177.856 0 0 1 177.472-177.728 177.856 177.856 0 0 1 177.536 177.728 177.728 177.728 0 0 1-177.536 177.6z m-269.632-182.464c0 143.36 107.136 271.232 238.976 271.232 48 0 92.736 4.352 130.176-22.272V658.048H525.824c-72.192 0-130.752 63.68-130.752 142.336V896h-264.32C58.624 896 0 832.256 0 753.664v-651.136c0-78.592 58.56-142.336 130.816-142.336H541.44c-71.936 44.928-120.576 129.216-120.576 225.664z m133.44 494.08h237.888L425.408 896v-86.848c0-71.36 57.728-129.216 128.96-129.216z" horiz-adv-x="1024" />
<glyph glyph-name="iconxuanzhongxitongguanli" unicode="&#58939;" d="M938.048 896H75.776C33.984 896 0 862.08 0 820.224v-577.472c0-41.856 33.92-75.84 75.776-75.84h263.68L124.8-117.44l764.032-0.768-214.656 285.12h263.872c41.792 0 75.776 33.984 75.776 75.84V820.224C1013.824 862.016 979.712 896 938.048 896z m-46.464-606.848H582.144L506.88 389.12 431.36 289.152H122.24V773.76H891.52v-484.608z" horiz-adv-x="1024" />
</font>
</defs></svg>
No preview for this file type
No preview for this file type
No preview for this file type
{
"particles": {
"number": {
"value": 60,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.5,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 3,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 4,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 100,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "Window",
"events": {
"onhover": {
"enable": true,
"mode": "grab"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 140,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
}
\ No newline at end of file
......@@ -9,10 +9,11 @@ import resetCss from "./assets/resetElementCss/index.css";
import api from "./api/install";
import "./assets/css/public.css";
import echarts from "echarts";
// import "./assets/icon/icon1/iconfont.css";
import "./assets/icon/icon2/iconfont.css";
import "./assets/icon/icon3/iconfont.css";
import "../src/assets/js/vporto";
import { buildCode } from "../src/assets/js/buildcodes";
import particles from "particles.js";
Vue.use(particles);
import moment from "moment";
Vue.prototype.$echarts = echarts;
Vue.prototype.$moment = moment;
......
......@@ -19,5 +19,8 @@ export default {
},
setillegaltype(state, data) {
state.illegaltype = data;
},
setmapopen(state, data) {
state.mapopen = data;
}
};
export default {
ocxstate: 0,
mapopen:false,
addRouter:[]
}
......@@ -3,17 +3,26 @@
<el-container class="home-box">
<el-header class="headers">
<img class="logoImg" src="../../assets/img/home/logo.png" alt="" />
<span :class="{'el-icon-s-fold':isopen,'el-icon-s-unfold':!isopen,'menu-switch':true}" @click="openmenu"></span>
<span
:class="{
'el-icon-s-fold': isopen,
'el-icon-s-unfold': !isopen,
'menu-switch': true
}"
@click="openmenu"
></span>
<div class="headRight">
<span>{{ curdate }}</span>
<img src="../../assets/img/home/user.png" alt="" />
<span class="exit" @click="logout()">退出<i class="el-icon-arrow-down"></i></span>
<span class="exit" @click="logout()"
>退出<i class="el-icon-arrow-down"></i
></span>
</div>
</el-header>
<el-container style="min-height:calc(100vh - 64px);">
<menus @setTopBar="setTopBar" ref="leftmenu"></menus>
<menus @setTopBar="setTopBar" ref="leftmenu" v-show="isfull"></menus>
<el-main>
<div class="nav">
<div class="nav" id="topnav" v-show="isfull">
<div class="nav-tag-box">
<el-tag
v-for="(tag, index) in topbarArr"
......@@ -43,10 +52,10 @@ export default {
data() {
return {
curdate: "",
isopen:true,
isopen: true,
conHeight: 0,
menuwidth: "15vw",
full: false,
menuwidth: "300px",
isfull: true,
topbarArr: []
};
},
......@@ -68,6 +77,8 @@ export default {
openmenu() {
this.isopen = !this.isopen;
this.$refs.leftmenu.collapsemenu();
let date = new Date().getTime();
this.$store.commit("setmapopen", date);
},
toPath(data) {
this.$refs.leftmenu.handleSelect(data.path);
......@@ -78,10 +89,11 @@ export default {
getDate() {
let date = new Date();
let Y = date.getFullYear();
let M = date.getMonth() > 10 ? date.getMonth() : `0${date.getMonth()}`;
let M = date.getMonth() > 10 ? date.getMonth() : `0${date.getMonth() + 1}`;
let D = date.getDate() > 10 ? date.getDate() : `0${date.getDate()}`;
let h = date.getHours() > 10 ? date.getHours() : `0${date.getHours()}`;
let m = date.getMinutes() > 10 ? date.getMinutes() : `0${date.getMinutes()}`;
let m =
date.getMinutes() > 10 ? date.getMinutes() : `0${date.getMinutes()}`;
let s = date.getSeconds();
let w = date.getDay();
let wtext = "";
......@@ -139,19 +151,46 @@ export default {
console.log(this.permission_routers);
this.conHeight = window.innerHeight - 65;
console.log(this.conHeight);
document.addEventListener("keydown", event => {
//监听退出全屏事件
var that = this;
document.onkeydown = function(event) {
var e = event || window.event || arguments.callee.caller.arguments[0];
if (e && e.keyCode == 122) {
// 按 Esc
if (this.full) {
this.menuwidth = "254px";
this.full = false;
return;
}
this.menuwidth = 0;
this.full = true;
if (that.isfull) {
that.isfull = false;
console.log(1)
} else {
that.isfull = true;
console.log(2)
}
});
}
};
// window.onresize = function() {
// console.log("full",that.isfull)
// if (that.isfull) {
// that.isfull = false;
// console.log(1)
// } else {
// that.isfull = true;
// console.log(2)
// }
// };
// function checkFull() {
// var isFull =
// document.fullscreenEnabled ||
// window.fullScreen ||
// document.webkitIsFullScreen ||
// document.msFullscreenEnabled;
// //to fix : false || undefined == undefined
// if (isFull === undefined) {
// isFull = false;
// }
// return isFull;
// }
setInterval(() => {
this.getDate();
}, 1000);
......
......@@ -6,11 +6,12 @@
:collapse="isCollapse"
@select="handleSelect"
:unique-opened="true"
wdth="116vw"
>
<el-submenu index="1" class="menu-icon">
<template slot="title">
<i class="icon-fanxing-iconxuanzhongshouye1"></i>
<span slot="title">首页</span>
<span slot="title">态势总览</span>
</template>
<el-menu-item index="/trficcshow">
<i class="submenuicon"></i>交通展示
......@@ -86,9 +87,11 @@ export default {
.el-menu-vertical-demo:not(.el-menu--collapse) {
width: 200px;
min-height: 400px;
box-shadow: 0px -3px 8px 0px rgba(40,49,101,0.13);
}
.box{
height 100%;
box-shadow:0px -3px 8px 0px rgba(40,49,101,0.13);
}
.menu-icon i{
font-size 14px;
......
<template>
<div id="login" :style="{ height: innerHeight + 'px' }">
<div id="login" :style="{ height: innerHeight + 'px' }" class="js-count-particles" >
<!-- ie空白解决方法https://blog.csdn.net/heyNewbie/article/details/99623550 -->
<!-- <vue-particles
color="#dedede"
......@@ -54,6 +54,7 @@
</template>
<script>
let particlesConfig = require("../assets/js/particles.json");
let sha1 = require("js-sha1");
import types from "../store/types.js";
export default {
......@@ -268,7 +269,10 @@ export default {
}
},
watch: {},
mounted() {},
mounted() {
particlesJS('login',particlesConfig);
document.body.style.overflow = "hidden";
},
created() {
this.initHeight();
let _this = this;
......@@ -284,6 +288,14 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped lang="scss">
#login{
width: 100%;
height: 100%;
background-color: #e76392;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
}
#particles {
position: absolute;
width: 100%;
......
<template>
<div class="devinfo-box">
<div class="item-box">
<div class="icon icon-fanxing-fenxiziyuan"></div>
<div class="item-info-box">
<div>分析资源</div>
<div><span>64</span></div>
</div>
</div>
<div class="item-box">
<div class="icon icon-fanxing-yunhanglushu"></div>
<div class="item-info-box">
<div>运行路数</div>
<div> <span>47</span></div>
</div>
</div>
<div class="item-box">
<div class="icon icon-fanxing-yunhangyichang"></div>
<div class="item-info-box">
<div>运行异常</div>
<div><span>6</span></div>
</div>
</div>
<div class="item-box">
<div class="icon icon-fanxing-xinxicunchu"></div>
<div class="item-info-box">
<div>信息存储量</div>
<div><span>1.2</span> T</div>
......@@ -41,14 +37,7 @@ export default {
<style scoped="scoped" lang="stylus">
.devinfo-box {
width: 8vw;
height: 28vh;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.19);
background:rgba(255,255,255,1);
box-shadow:0px 5px 8px 0px rgba(0,0,0,0.2),0px 0px 4px 0px rgba(0,0,0,0.19);
border-radius:6px;
overflow hidden
margin-top 10vh
.item-box{
margin-top 2vh
overflow hidden
......@@ -57,29 +46,66 @@ export default {
margin-top 2vh
}
}
.icon{
margin-left .6vw
width 1.7vw
height 3.5vh
float left
font-size 28px
line-height 3.5vh
text-align center
color #3BB7FF
background:rgba(179,229,252,.21);
}
.item-info-box{
height 45px;
color #000
width 8vw
border-bottom 1px solid #E5E5E5
float left
display flex
margin-left 1vw
width 4vw
font-size 16px;
div:first-child{
flex 1
color:rgba(102,102,102,1)
}
div:last-child span{
div:last-child{
color:rgba(68,68,68,1);
font-size 20px
width 3vw
line-height 2.5vh
letter-spacing 20
span {
font-size 20px
display inline-block
width 1.5vw
font-weight 600
}
}
}
.item-box:nth-child(1) {
.item-info-box{
div:last-child{
span{
color #FF9630
}
}
}
}
.item-box:nth-child(2) {
.item-info-box{
div:last-child{
span{
color #3BB7FF
}
}
}
}
.item-box:nth-child(3) {
.item-info-box{
div:last-child{
span{
color #0069FF
}
}
}
}
.item-box:nth-child(4) {
.item-info-box{
div:last-child{
span{
color #7460EE
}
}
}
}
</style>
\ No newline at end of file
......@@ -34,7 +34,7 @@ export default {
let isLoadingOcx = typeof myVideo.GetVersion() === "string" ? true : false;
if (isLoadingOcx) {
let ocxPlayRes = document.getElementById("VionVideo").StartPlay(url, 0);
console.log("video Ocx播放rtsp流返回值:", ocxPlayRes);
console.log("视频流:", url);
} else {
this.installOcxInfo();
}
......
......@@ -58,7 +58,13 @@
<el-input v-model="videoEditParam.vchan_name"></el-input>
</el-form-item>
<el-form-item label="取流地址">
<el-input v-model="videoEditParam.video_url" disabled></el-input>
<el-input v-model="videoEditParam.video_url" disabled></el-input>
</el-form-item>
<el-form-item label="经度">
<el-input v-model="videoEditParam.longitude"></el-input>
</el-form-item>
<el-form-item label="纬度">
<el-input v-model="videoEditParam.latitude"></el-input>
</el-form-item>
</el-form>
</div>
......@@ -94,7 +100,9 @@
videoTree:[],
videoEditParam:{
vchan_name:'',
video_url:''
video_url:'',
longitude:'',
latitude:''
},
videoEditVisible:false,
vchan_duid:'',
......@@ -286,11 +294,15 @@
this.vchan_duid=row.vchan_duid;
this.videoEditParam.vchan_name = row.vchan_name;
this.videoEditParam.video_url = row.video_url;
this.videoEditParam.longitude = row.longitude;
this.videoEditParam.latitude = row.latitude;
this.videoEditVisible=true;
},
editSave(){
this.$api.resource.editVideo({
name:this.videoEditParam.vchan_name
name:this.videoEditParam.vchan_name,
longitude : this.videoEditParam.longitude,
latitude: this.videoEditParam.latitude
},this.dev_unid,this.vchan_duid).then(res=>{
if(res.ecode==200){
this.$message({
......
......@@ -26,14 +26,15 @@
stoptask: item.status != 'Running'
}"
>
<i
<!-- <i
:class="{
'el-icon-fanxin-yiyunhangrenwuliebiao':
item.status == 'Running',
' el-icon-fanxin-task-pause': item.status != 'Running',
icon: true
}"
></i>
></i> -->
<!-- <span class="el-icon-caret-bottom" style="display:inline-block"></span> -->
<span class="task-title">{{ item.task_name }}</span>
</span>
<ol v-if="index == subindex">
......@@ -100,7 +101,7 @@ export default {
return {
searchInfo: "",
taskdata: [],
subtaskdata: [],
subtaskdata: "",
subTasks: [],
subindex: -1,
playurl: "",
......@@ -127,7 +128,8 @@ export default {
this.$store.commit("setocxstate", 1);
this.currentSubtaskId = vdata.subtask_id;
this.subtaskdata = vdata;
this.$refs.setting.getTaskParams();
console.log('vdata',vdata)
this.$refs.setting.TaskParams(vdata.subtask_id);
if (vdata.running_status != "Running") {
this.$message({
message: "该任务没有运行,无法获取分析视频和抓拍信息",
......@@ -276,16 +278,19 @@ export default {
.task-lsit{
display inline-block
cursor pointer
font-size 14px
color rgba(102, 102, 102, 1)
margin-top 15px
.icon {
padding-left 10px
}
}
.runningtask{
// color rgba(1, 206, 184, 0.56);
color #999697;
color rgba(102, 102, 102, 1)
}
.stoptask{
color #999697
color rgba(102, 102, 102, 1)
.icon {
font-size 22px
margin-left -2px
......@@ -308,7 +313,7 @@ export default {
height 30px
padding-left 30px
line-height 30px
font-size 14px
font-size 13px
color #666666
// width calc(100% - 30px);
overflow hidden
......
......@@ -134,18 +134,21 @@ export default {
// props: ['bgUrl'],
methods: {
checkBrower: function() {},
showModal: function(data) {
showModal: function(data, mtaskdata) {
var _this = this;
this.$store.commit("setocxstate", 0);
this.taskData = data;
this.taskData = mtaskdata;
this.dialogVisible = true;
this.curType = 0;
// let filePath = 'C:/Program Files (x86)/screen.jpg';
let cur_duid = data.task_id;
let subtask_id = data.task_id;
this.src = "";
this.type = data.algo_type;
// this.type = 2;
this.bgUrl = "";
//获取视频截图
this.$api.task
.cutpic(data.vchan.vdev_unid, data.vchan.vchan_refid, data.subtask_id)
.then(res => {
.cutpic(
mtaskdata.vchan.vdev_unid,
mtaskdata.vchan.vchan_refid,
mtaskdata.subtask_id
).then(res => {
if (!res.ecode) {
this.src = "data:image/png;base64," + res.pic_base64;
} else {
......
......@@ -9,20 +9,34 @@
style="width: 80%;float:left"
height="25vh"
@current-change="handleCurrentChange"
v-loading="loading"
>
<el-table-column label="序号" type="index" width="50" align="center">
</el-table-column>
<el-table-column align="center" label="预置位编号" width="180">
<el-table-column align="center" label="预置位编号" width="120">
<template slot-scope="scope">
<div>
{{ setpositionnum(scope.row.position_num) }}
</div>
</template>
</el-table-column>
<el-table-column align="center" label="预设位置配置" width="180">
<el-table-column align="center" label="预设位置配置" width="120">
<template>
<div class="yzw-setbox">
<span class="icon el-icon-delete" @click="resetRoi"></span>
<span class="icon el-icon-delete" @click="resetRoi"></span>
</div>
</template>
</el-table-column>
<el-table-column align="center" label="时间设置" width="160">
<template slot-scope="scope">
<div class="yzw-setbox">
<setTimer
ref="settimer"
:runtime="scope.row.runtime"
:runindex="scope.$index"
@timerchange="submitTimer(scope.row, $event)"
></setTimer>
</div>
</template>
</el-table-column>
......@@ -34,7 +48,7 @@
<span @click="setDemarcate(scope.row, scope.$index)"
>标定设置</span
>
<span @click="setTimer(scope.row, scope.$index)">时间设置</span>
<!-- <span @click="setTimer(scope.row, scope.$index)">时间设置</span> -->
</div>
</template>
</el-table-column>
......@@ -79,61 +93,7 @@
<div>
<demarcate ref="demarcate"></demarcate>
</div>
<div>
<el-dialog
title="时间设置"
:visible.sync="timerDialog"
width="18%"
top="15%"
:before-close="handleTimerClose"
>
<div class="settimertype">
<span class="title">时间长度:</span>
<div class="timer-sel">
<el-select v-model="timersel" placeholder="请选择">
<el-option label="下拉选择" :value="0"> </el-option>
<el-option label="自定义" :value="1"> </el-option>
</el-select>
</div>
</div>
<div class="sel-box" v-show="timersel == 0">
<span class="title">长度选择:</span>
<div class="timer-sel">
<el-select v-model="timer" placeholder="请选择">
<el-option
v-for="(item, index) in timeroptions"
:key="index"
:label="item"
:value="item"
>
</el-option>
</el-select>
</div>
</div>
<div class="sel-box" v-show="timersel == 1">
<span class="title">时间长度:</span>
<div class="timer-sel">
<el-input v-model="timer" style="padding-right:23px"></el-input>
</div>
</div>
<div class="sel-box">
<span class="title">开启轮休:</span>
<div class="timer-sel">
<el-switch
width="30"
v-model="polling_state"
active-color="#13ce66"
inactive-color="#ff4949"
>
</el-switch>
</div>
</div>
<span slot="footer" class="dialog-footer">
<el-button @click="handleTimerClose">取 消</el-button>
<el-button type="primary" @click="submitTimer">确 定</el-button>
</span>
</el-dialog>
</div>
<div></div>
</div>
</template>
<script>
......@@ -142,15 +102,16 @@ import demarcate from "./demarcate";
import parameter from "./parameter";
import ytconfig from "./ytconfig";
import handleparam from "./handleparam";
import setTimer from "./setTimer";
export default {
data() {
return {
timer: 0,
loading:false,
polling_state: false,
timersel: 0,
timerDialog: false,
curindex: 0,
timeroptions: [5, 10, 15, 20, 30, 40, 50, 60],
timerscenes: null,
currentRow: null,
taskInfo: {
......@@ -160,7 +121,7 @@ export default {
}
]
},
switchstate: true
switchstate: false
};
},
props: ["taskid", "subtaskid", "playurl"],
......@@ -169,7 +130,8 @@ export default {
demarcate,
parameter,
ytconfig,
handleparam
handleparam,
setTimer
},
methods: {
setParam(scenesdata, index) {
......@@ -187,7 +149,7 @@ export default {
setDemarcate(scenesdata, index) {
if (this.checkpollstate()) {
this.curindex = index;
this.$refs.demarcate.showModal(scenesdata);
this.$refs.demarcate.showModal(scenesdata, this.taskInfo);
}
},
handleparam(type) {
......@@ -198,9 +160,13 @@ export default {
this.$refs.yt.openyt(this.currentRow);
}
},
getTaskParams() {
this.$api.task.getTaskParams(this.taskid, this.subtaskid).then(data => {
this.taskInfo = data;
TaskParams(subid) {
this.loading = true;
this.$api.task.getTaskParams(this.taskid, subid).then(res => {
this.taskInfo = res;
this.switchstate = res.alternate_status == 1 ? true : false;
this.loading = false;
this.$forceUpdate();
});
},
setTimer(data) {
......@@ -211,13 +177,29 @@ export default {
this.timer = data.runtime;
},
resetRoi() {
this.taskInfo.mtasks[0].scenes.map(ele => {
if (ele.scene_unid == this.currentRow.scene_unid) {
ele.config = {};
ele.rois = [];
}
});
this.subRoi(this.taskInfo.mtasks);
this.$store.commit("setocxstate", 0);
this.$confirm("删除预置位信息, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
this.taskInfo.mtasks[0].scenes.map(ele => {
if (ele.scene_unid == this.currentRow.scene_unid) {
ele.config = {};
ele.rois = [];
ele.runtime = 0;
}
});
this.subRoi(this.taskInfo.mtasks);
})
.catch(() => {
this.$store.commit("setocxstate", 1);
this.$message({
type: "info",
message: "已取消删除"
});
});
},
setpositionnum(index) {
return index == -1 ? "未设置" : index;
......@@ -273,11 +255,10 @@ export default {
});
this.subRoi(this.taskInfo.mtasks);
},
submitTimer(item) {
submitTimer(item, stimer) {
this.taskInfo.mtasks[0].scenes.map(ele => {
if (ele.scene_unid == this.currentRow.scene_unid) {
ele.runtime = this.timer;
ele.pollingState = this.polling_state;
if (ele.scene_unid == item.scene_unid) {
ele.runtime = stimer;
}
});
this.subRoi(this.taskInfo.mtasks);
......@@ -295,6 +276,7 @@ export default {
type: "success"
});
this.$store.commit("setocxstate", 1);
this.TaskParams(this.subtaskid);
}
});
},
......@@ -370,13 +352,15 @@ export default {
}
},
watch: {
subtaskid(val) {
this.$api.task.getTaskParams(this.taskid, val).then(res => {
this.taskInfo = res;
this.switchstate = res.alternate_status == 1 ? true : false;
console.log(res.data);
});
}
// subtaskid(val) {
// this.loading = true;
// this.$api.task.getTaskParams(this.taskid, val).then(res => {
// this.taskInfo = res;
// this.switchstate = res.alternate_status == 1 ? true : false;
// this.loading = false;
// this.$forceUpdate();
// });
// }
}
};
</script>
......
<template>
<div class="timer-sel">
<el-select v-model="settimer" placeholder="请选择" @change="changet">
<el-option
v-for="(item, index) in timeroptions"
:key="index"
:label="item.name"
:value="item.value"
>
</el-option>
</el-select>
</div>
</template>
<script>
export default {
data() {
return {
settimer: 0,
timeroptions: [{name:5,value:5},{name:10,value:10},{name:15,value:15},{name:30,value:30},{name:"不限时",value:-1}]
};
},
methods: {
changet(val) {
this.$emit("timerchange", val);
},
},
props: ["runtime","runindex"],
updated(v){
this.$nextTick(function(){
// alert(v)
this.settimer = this.runtime;
});
},
mounted() {
this.settimer = this.runtime;
if (this.runindex == 0 && (this.runtime == 0 ||this.runtime == -1)) {
this.settimer = -1;
}
},
watch:{
runtime(val) {
this.settimer = val;
}
}
};
</script>
<style></style>
......@@ -38,8 +38,8 @@
</el-form-item>
<el-form-item label="时间计划">
<el-select v-model="formData.period">
<el-option :value="1" label="全天"></el-option>
<el-option :value="0" label="时间"></el-option>
<el-option :value="true" label="全天"></el-option>
<el-option :value="false" label="时间"></el-option>
</el-select>
</el-form-item>
<el-form-item label="时间" v-show="formData.plate_time != 'day'">
......@@ -68,10 +68,15 @@
</el-select>
</el-form-item>
<el-form-item label="设备类型">
<el-input
v-model="formData.plate_type"
placeholder="请选择"
></el-input>
<el-select v-model="formData.plate_type">
<el-option
v-for="(item, index) in freeList"
:key="index"
:value="item.device_id"
>
{{ item.device_id }}
</el-option>
</el-select>
</el-form-item>
<el-form-item label="优先级">
<el-select
......@@ -117,6 +122,10 @@ export default {
pedittype: {
type: String,
default: "add"
},
freeList: {
type: Array,
default: []
}
},
watch: {},
......@@ -137,7 +146,7 @@ export default {
},
priority: "",
plate_type: "",
plate_time: "",
plate_time: ""
};
}
if (type == "edit") {
......@@ -184,8 +193,8 @@ export default {
source_type: "pull_video_stream",
dev_unid: this.dev_unid,
node_count: 0,
start_dt: this.formData.period === 1 ? "2020-03-27 00:00:00" : this.setUtcTime(this.formData.timer[0]),
end_dt: this.formData.period === 1 ? "2020-03-27 00:00:00" : this.setUtcTime(this.formData.timer[1]),
start_dt: this.formData.period ? "2020-03-27 00:00:00" : this.setUtcTime(this.formData.timer[0]),
end_dt: this.formData.period ? "3020-03-27 00:00:00" : this.setUtcTime(this.formData.timer[1]),
priority: this.formData.priority,
store_conf_unid: this.formData.store_conf.unid,
period: this.formData.period,
......
......@@ -226,6 +226,7 @@
<editset
ref="editset"
:pedittype="pedittype"
:freeList="freeList"
@refresh="getTaskList"
></editset>
<editvideo
......
......@@ -17,7 +17,7 @@
:key="index"
:value="item.device_id"
>
{{ item.in_ip }}
{{ item.device_id }}
</el-option>
</el-select>
</span>
......
......@@ -5,7 +5,7 @@
<el-table-column
align="center"
prop="camername"
label="事件地点"
label="发生地点"
></el-table-column>
<el-table-column
align="center"
......@@ -120,12 +120,13 @@ export default {
pics: pics,
pos: pos
};
if (that.tableData.length > 40) {
if (that.tableData.length > 6) {
that.tableData.pop(obj);
} else {
that.tableData.unshift(obj);
}
that.tableData.unshift(obj);
this.$forceUpdate();
}
} catch (error) {
console.log(error);
......
<template>
<div>
<div class="chart-header-box">
<div class="header-title ">事件类型分布</div>
<div class="header-title">事件类型分布</div>
</div>
<div id="eventchart" class="eventchart"></div>
</div>
......@@ -16,25 +16,27 @@ export default {
},
methods: {
initchart(data) {
let xData = [], chartData = [];
let xData = [],
chartData = [];
if (data && data.length > 0) {
data.map(ele => {
let obj = {
name:ele.event_name,
value:ele.total_num
data.map((ele, index) => {
if (index < 6) {
let obj = {
name: ele.event_name,
value: ele.total_num
};
xData.push(ele.event_name);
chartData.push(obj);
}
xData.push(ele.event_name)
chartData.push(obj)
})
});
}
var color = [
"#0069FF",
"#3BB7FF",
"#FF9630",
"#FFC62E",
"#87D14B",
"#7460EE",
"#f59a8f",
"#FFC62E",
"#FF9630"
];
var xdata = xData;
let maychart = this.$echarts.init(document.getElementById("eventchart"));
......@@ -49,7 +51,11 @@ export default {
data: xdata,
itemWidth: 6,
itemHeight: 8,
itemGap: 10,
itemGap: 15,
icon: "circle",
textStyle:{
color :"#000"
},
/*formatter:function(name){
var oa = option.series[0].data;
var num = oa[0].value + oa[1].value + oa[2].value + oa[3].value+oa[4].value + oa[5].value + oa[6].value + oa[7].value+oa[8].value + oa[9].value ;
......@@ -69,7 +75,7 @@ export default {
type: "pie",
clockwise: false, //饼图的扇区是否是顺时针排布
minAngle: 2, //最小的扇区角度(0 ~ 360)
radius: ["50%", "70%"],
radius: ["52%", "70%"],
center: ["30%", "50%"],
avoidLabelOverlap: false,
itemStyle: {
......@@ -113,14 +119,14 @@ export default {
};
maychart.setOption(option);
},
getTrafficType(){
getTrafficType() {
this.$api.show.getTrafficType().then(res => {
this.initchart(res.list_data);
})
});
}
},
mounted() {
this.getTrafficType()
this.getTrafficType();
}
};
</script>
......@@ -128,12 +134,14 @@ export default {
<style lang="stylus" scoped>
.chart-header-box {
height: 3vh;
padding 5px;
overflow: hidden;
font-size: 14px;
}
.header-title{
line-height 3vh;
padding-left 5px
padding-left 5px;
color:#000;
}
.eventchart {
height: 22vh;
......@@ -151,4 +159,4 @@ export default {
margin: 0.2vh 0.5vw 0 0.2vw;
float: left;
}
</style>
\ No newline at end of file
</style>
......@@ -2,36 +2,38 @@
<div>
<div class="chart-header-box">
<el-col :span="5" class="header-title">违法事件趋势</el-col>
<span class="header-label">违法</span>
<div class="header-select">
<el-select v-model="illtype" @change="getTrafficHour">
<el-option
v-for="item in illageList"
:key="item.value"
:label="item.name"
:value="item.code"
></el-option>
</el-select>
</div>
<span class="header-label">事件</span>
<div class="header-select">
<el-select v-model="eventtype" @change="getTrafficHour">
<el-option
v-for="item in eventList"
:key="item.value"
:label="item.name"
:value="item.code"
></el-option>
</el-select>
</div>
<span class="header-label">重点车辆</span>
<div class="header-select">
<el-select v-model="special_type" @change="getTrafficHour">
<el-option value label="全部"></el-option>
<el-option value="1" label="车辆运输车"></el-option>
<el-option value="2" label="危险品运输车"></el-option>
<el-option value="3" label="救护车"></el-option>
</el-select>
<div class="sel-box">
<span class="header-label">违法</span>
<div class="header-select">
<el-select v-model="illtype" @change="getTrafficHour">
<el-option
v-for="item in illageList"
:key="item.value"
:label="item.name"
:value="item.code"
></el-option>
</el-select>
</div>
<span class="header-label">事件</span>
<div class="header-select">
<el-select v-model="eventtype" @change="getTrafficHour">
<el-option
v-for="item in eventList"
:key="item.value"
:label="item.name"
:value="item.code"
></el-option>
</el-select>
</div>
<span class="header-label">重点车辆</span>
<div class="header-select">
<el-select v-model="special_type" @change="getTrafficHour">
<el-option value label="全部"></el-option>
<el-option value="1" label="车辆运输车"></el-option>
<el-option value="2" label="危险品运输车"></el-option>
<el-option value="3" label="救护车"></el-option>
</el-select>
</div>
</div>
</div>
<div id="illtrendchart" class="illtrendchart"></div>
......@@ -82,6 +84,7 @@ export default {
let maychart = this.$echarts.init(
document.getElementById("illtrendchart")
);
var color = ["rgba(59, 184, 255", "rgba(116, 96, 238"];
let option = {
tooltip: {
trigger: "axis",
......@@ -90,18 +93,19 @@ export default {
}
},
legend: {
data: ["违法", "事件", "重点车辆"],
align: "right",
bottom: 0,
right: "10%",
y: "0px",
itemWidth: 5,
itemHeight: 5,
textStyle: {
color: "#666"
color: "#8C8C8C",
fontSize: 12
},
itemGap: 30,
itemWidth: 30,
itemHeight: 10
icon: "circle",
data: ["违法", "事件", "重点车辆"]
},
grid: {
top: "10%",
top: "9%",
left: "3%",
right: "10%",
bottom: "10%",
......@@ -173,8 +177,6 @@ export default {
for (let i = 0; i < xData.length; i++) {
if (ele.hour == xData[i]) {
d.push(ele.total_num);
} else {
d.push(0);
}
}
});
......@@ -182,17 +184,42 @@ export default {
})(),
itemStyle: {
normal: {
color: "#0069FF"
color: "#3BB8FF"
}
},
lineStyle: {
normal: {
width: 1,
shadowColor: "rgba(0,0,0,0.4)",
shadowColor: "#3BB8FF",
shadowBlur: 10,
shadowOffsetY: 10
}
}
},
areaStyle: {
normal: {
color: new this.$echarts.graphic.LinearGradient(
0,
0,
0,
1,
[
{
offset: 0,
color: color[1] + ", 0.3)"
},
{
offset: 0.8,
color: color[1] + ", 0)"
}
],
false
),
shadowColor: "rgba(0, 0, 0, 0.1)",
shadowBlur: 10
}
},
symbol: "circle",
symbolSize: 5
},
{
name: "事件",
......@@ -262,12 +289,25 @@ export default {
this.illageList = JSON.parse(localStorage.getItem("违法类型"));
},
getTrafficHour() {
let date = new Date();
let Y = date.getFullYear();
let M = date.getMonth() > 10 ? date.getMonth() : `0${date.getMonth() + 1}`;
let D = date.getDate() > 10 ? date.getDate() : `0${date.getDate()}`;
let h = date.getHours() > 10 ? date.getHours() : `0${date.getHours()}`;
let m =
date.getMinutes() > 10 ? date.getMinutes() : `0${date.getMinutes()}`;
let s = date.getSeconds();
let startDate = `${Y}-${M}-${D} 00:00:00`;
let curDate = `${Y}-${M}-${D} ${h}:${m}:${s}`;
let data = {
illegal_type: this.illtype,
event_type: this.eventtype,
key_vehicle_type: this.special_type
key_vehicle_type: this.special_type,
start_dt:startDate,
end_dt:curDate,
};
this.$api.show.getTrafficHour(data).then(res => {
console.log('违法事件趋势',res);
this.initchart(res);
});
},
......@@ -289,29 +329,35 @@ export default {
<style lang="stylus" scoped>
.chart-header-box {
height: 3vh;
overflow: hidden;
font-size: 14px;
.sel-box{
float right;
margin-right 20px
}
}
.header-title {
padding 5px 10px
line-height: 3vh;
color #000;
}
.illtrendchart {
height: 26vh;
width: 30vw;
height: 30vh;
width: 35vw;
}
.header-label {
font-size: 12px;
line-height: 3vh;
float: left;
margin:6px 0 0px 15px;
}
.header-select {
width: 4.5vw;
margin: 0.2vh 0.5vw 0 0.2vw;
margin: 8px 0.5vw 0 0.2vw;
float: left;
}
</style>
\ No newline at end of file
</style>
<template>
<el-row
:gutter="10"
:gutter="12"
style="padding: 10px 0 10px 10px;width: 100%;overflow:hidden"
>
<el-col :span="15">
<div id="map" class="maps">
<div class="search-vchan">
<el-input
placeholder="请输入内容"
v-model="vchanname"
class="input-with-select"
>
<el-button
slot="append"
type="primary"
icon="el-icon-search"
@click="searchvchan"
></el-button>
</el-input>
</div>
<showmap ref="map"></showmap>
<div class="eventlist-box card-hover">
<!-- <eventList></eventList> -->
<devInfo></devInfo>
</div>
<div class="video-box" v-show="ocxstatus">
<div class="video-box-close" @click="closeocx"></div>
<!-- <mPlayvideo :playersrc="playurl"></mPlayvideo> -->
<!-- <videoPlay ref="mapvideo1" :playurl="playurl"></videoPlay> -->
<videoPlay2 ref="mapvideo2" :playurl="playurl2"></videoPlay2>
<!-- <videoPlay ref="mapvideo" :playurl="playurl"></videoPlay> -->
<div class="mapbox">
<div id="map" class="maps">
<div class="search-vchan">
<el-input
placeholder="请输入内容"
suffix-icon="el-icon-search"
v-model="vchanname"
class="input-with-select"
>
</el-input>
</div>
<div class="devinfobox">
<devInfo></devInfo>
</div>
<showmap ref="map"></showmap>
<div class="video-box" v-show="ocxstatus">
<div class="video-box-close" @click="closeocx"></div>
<!-- <videoPlay2 ref="mapvideo2" :playurl="playurl2"></videoPlay2> -->
</div>
</div>
</div>
<div style="clear: both;"></div>
......@@ -39,36 +31,54 @@
<div class="header-title">重点车辆分布</div>
<div class="collect-content">
<el-col :span="6" class="content-item">
<div class="item-num">{{ snapData.kakou_total_snap_num }}</div>
<div>卡口总量</div>
<div class="zd-icon" style="color:#FF9630">
<span class="icon-fanxing-kakouzongliang"></span>
</div>
<div>
<div class="zd-title">卡口数量</div>
<div class="zd-num">{{ snapData.kakou_total_snap_num }}</div>
</div>
</el-col>
<el-col :span="6" class="content-item">
<div class="item-num">{{ snapData.event_total_snap_num }}</div>
<div>事件总量</div>
<div class="zd-icon" style="color:#3BB7FF">
<span class="icon-fanxing-shijianzongliang"></span>
</div>
<div>
<div class="zd-title">事件总量</div>
<div class="zd-num">{{ snapData.event_total_snap_num }}</div>
</div>
</el-col>
<el-col :span="6" class="content-item">
<div class="item-num">{{ snapData.illega_total_snap_num }}</div>
<div>违法总量</div>
<div class="zd-icon" style="color:#0069FF">
<span class="icon-fanxing-weifazongliang"></span>
</div>
<div>
<div class="zd-title">违法总量</div>
<div class="zd-num">{{ snapData.illega_total_snap_num }}</div>
</div>
</el-col>
<el-col :span="6" class="content-item">
<div class="item-num">
{{ snapData.key_vehicle_total_snap_num }}
<div class="zd-icon" style="color:#7460EE">
<span class="icon-fanxing-teshucheliangzongliang"></span>
</div>
<div>
<div class="zd-title">特殊车辆总量</div>
<div class="zd-num">{{ snapData.key_vehicle_total_snap_num }}</div>
</div>
<div>特殊车辆总量</div>
</el-col>
</div>
</div>
</el-row>
</el-col>
<el-col :span="9">
<el-row style="margin-top:1vh;background:#fff">
<el-row style="background:#fff">
<div class="card-hover">
<illegaltrend></illegaltrend>
</div>
</el-row>
<el-row :gutter="12" class="event-type-box" style="margin-top:1.5vh">
<el-col :span="16">
<div class="right-item-box card-hover">
<el-col :span="16" class="card-hover">
<div class="right-item-box">
<eventTypedis></eventTypedis>
</div>
</el-col>
......@@ -77,7 +87,7 @@
<div class="title">重点车辆分布</div>
<div class="car-dis-info">
<div class="left-icon">
<span class="icon-fanxing-zhatuchezhuapai"></span>
<span class="icon-fanxing-zhatuchezhuapai1"></span>
</div>
<div class="right-content">
<div><span class="car-num">10</span></div>
......@@ -86,7 +96,10 @@
</div>
<div class="car-dis-info">
<div class="left-icon">
<span class="icon-fanxing-weixianpin"></span>
<span
class="icon-fanxing-weixianpin1"
style="color:#FF9630"
></span>
</div>
<div class="right-content">
<div><span class="car-num">10</span></div>
......@@ -95,7 +108,10 @@
</div>
<div class="car-dis-info">
<div class="left-icon">
<span class="icon-fanxing-zhongxingguanshi"></span>
<span
class="icon-fanxing-zhatuchezhuapai1"
style="color:#36BEA6"
></span>
</div>
<div class="right-content">
<div class><span class="car-num">29</span></div>
......@@ -108,7 +124,7 @@
<div style="clear: both;"></div>
</el-col>
<el-col :span="24">
<el-row class="clearpright" style="margin-top:2vh">
<el-row class="clearpright" style="margin-top:1.5vh">
<div class="right-item-box card-hover">
<div class="title">实时数据</div>
<alarmEvent @event="alarmevent"></alarmEvent>
......@@ -121,7 +137,7 @@
<script>
// import mPlayvideo from "../public/mapvideo"
// import videoPlay from "../public/mapvideo";
import videoPlay2 from "../public/mapvideo2";
// import videoPlay2 from "../public/mapvideo2";
import showmap from "./map";
import illegaltrend from "./illegaltrend";
import eventTypedis from "./eventTypedis";
......@@ -138,7 +154,7 @@ export default {
keyVehicleData: [],
illageList: [],
setShow: false,
ocxstatus: true,
ocxstatus: false,
archiveUnid: 0,
snap_num: 0,
playurl: {},
......@@ -157,7 +173,7 @@ export default {
showmap,
// mPlayvideo,
// videoPlay,
videoPlay2,
// videoPlay2,
illegaltrend,
eventTypedis,
alarmEvent,
......@@ -179,8 +195,9 @@ export default {
},
methods: {
alarmevent(data) {
console.log('alarmdata',data);
//移动地图
this.$refs.map.movemap(data);
this.$refs.map.movemap(data,null,2);
},
searchvchan() {
this.$refs.map.searchvchan(this.vchanname);
......@@ -208,11 +225,11 @@ export default {
<style scoped="scoped" lang="stylus">
.collect-box {
height: 11.8vh;
height: 11.2vh;
background: #fff;
margin-top .5vh
margin-top 1.5vh
.header-title {
padding: 10px 0px 0 20px;
padding: 10px 0px 0 10px;
width:113px;
height:20px;
font-size:14px;
......@@ -222,20 +239,34 @@ export default {
.collect-content {
margin-top: 1.6vh;
overflow hidden
.content-item {
display flex
text-align: center;
border-right: 1px solid #E5E5E5;
align-items center
justify-items center
overflow hidden
}
.content-item:last-child {
border-right: 0;
}
}
.item-num {
font-size: 16px;
color: #444444;
.zd-icon {
margin 0 10px 0 20px
span {
font-size 32px
}
}
.zd-num{
font-size: 24px;
font-weight 600
color: #424242;
margin-top 5px
}
.zd-title{
font-size: 14px;
color: #000;
}
}
......@@ -347,12 +378,18 @@ export default {
.lnum {
width: 37px;
}
.mapbox{
background #fff;
overflow hidden
}
.maps {
height: 45vh;
float left;
height: 49vh;
width: 100%;
margin-bottom: 8px;
position: relative;
background url('./map.png') -12px -3px;
background-size 100% 110%
}
.el-table__body tr {
......@@ -361,19 +398,18 @@ export default {
.event-type-box {
width: 100%;
height: 26.5vh;
overflow: hidden;
height: 27vh;
}
.right-item-box {
height: 27vh;
background: #fff;
overflow: hidden;
}
.right-item-box .title {
padding-left: 5px;
padding: 5px 10px;
line-height: 3vh;
color:rgba(0,0,0,1);
}
.car-dis-info {
......@@ -389,10 +425,10 @@ export default {
overflow hidden
span {
font-size: 30px;
color rgba(179,229,252,1);
background #3BB7FF;
color:#0069FF
}
}
}
......@@ -405,7 +441,7 @@ export default {
.eventlist-box {
position: absolute;
left: 10px;
right: 10px;
top: 10px;
z-index: 1000;
}
......@@ -440,11 +476,18 @@ export default {
height:200px;
}
.search-vchan{
width 270px;
width 170px;
position: absolute;
top: 12px;
z-index 900;
right 10px;
border-radius 3px;
left 20px;
border-radius 5px;
}
.devinfobox {
position absolute
top 40px
left 10
z-index 100
}
</style>
......@@ -22,24 +22,16 @@
</div>
</div>
<div id="taskinfopopup" class="ol-popup info-popup">
<a
href="#"
id="task-popup-closer"
class="ol-popup-closer"
@click="closetaskpopup"
></a>
<div>
<span>{{ infoData.vchan_name }}</span>
<span></span>
<span></span>
<span></span>
<span></span>
<!-- <span>{{ infoData.vchan_name }}</span> -->
<span>鼠标点击显示视频</span>
</div>
</div>
</div>
</template>
<script>
import {mapState} from "vuex";
import videoPlay from "../public/videoPlay";
import { inherits } from "ol/util.js";
import Map from "ol/Map";
......@@ -172,7 +164,6 @@ export default {
};
heatData.features.push(a);
}
var vectorSources = new VectorSource({
features: new GeoJSON().readFeatures(heatData, {
dataProjection: "EPSG:4326"
......@@ -242,17 +233,20 @@ export default {
let data = feature.getProperties().cameraInfo;
that.playvideo(data);
console.log("视频播放地址", data);
});
});
//鼠标移入标注点
map.on("pointermove", e => {
var pixel = map.getEventPixel(e.originalEvent);
map.forEachFeatureAtPixel(pixel, function(feature) {
let data = feature.getProperties().cameraInfo;
that.infoData = data;
that.showTaskInfo(data);
});
if (map.hasFeatureAtPixel(e.pixel)) {
var pixel = map.getEventPixel(e.originalEvent);
map.forEachFeatureAtPixel(pixel, function(feature) {
let data = feature.getProperties().cameraInfo;
that.infoData = data;
that.showTaskInfo(data);
});
} else {
this.closetaskpopup();
}
});
},
movemap(data, point, type) {
......@@ -264,6 +258,7 @@ export default {
});
if (type && type == 2) {
this.addLayer(data, pos);
console.log('alarmdata',data);
}
},
closepopup() {
......@@ -281,9 +276,15 @@ export default {
return false;
},
closetaskpopup() {
infooverlay.setPosition(undefined);
taskcloser.blur();
return false;
try {
infooverlay.setPosition(undefined);
if (taskcloser) {
taskcloser.blur();
}
return false;
} catch (error) {
console.log(error);
}
},
addLayer(pdata, pos) {
document.getElementById("popup").style.display = "block";
......@@ -317,11 +318,7 @@ export default {
});
let color = "#156BB1"; //设置气泡颜色
//添加svg图标需注意 width,height要和 new Icon 的imgSize保持一致
// let svg =
// '<svg t="1540524238971" class="icon" style="text-align:center" x="0px" y="0px" width="28px" height="28px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4126" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve"><defs><style type="text/css"></style></defs>' +
// '<path fill="' +
// color +
// '" d="M865.309 291.918c-19.289-45.606-46.897-86.557-82.06-121.719-35.161-35.162-76.114-62.771-121.718-82.06-47.23-19.976-97.385-30.105-149.072-30.105S410.618 68.163 363.388 88.139c-45.605 19.289-86.557 46.898-121.719 82.06-35.162 35.161-62.771 76.114-82.06 121.719-19.976 47.229-30.105 97.384-30.105 149.071 0 51.687 10.129 101.841 30.105 149.07 19.289 45.605 46.898 86.558 82.06 121.72 35.162 35.161 76.114 62.771 121.719 82.06 11.201 4.738 22.569 8.914 34.081 12.541l-58.051 143.991-17.783 0c-14.129 0-25.583 11.454-25.583 25.583s11.454 25.583 25.583 25.583l352.169 0c0.063 0 0.124 0.007 0.187 0.007 0.101 0 0.203-0.006 0.303-0.007l35.985 0c14.13 0 25.583-11.454 25.583-25.583s-11.453-25.583-25.583-25.583l-18.876 0-57.565-146.13c24.322-8.109 47.832-18.654 70.119-31.546 57.156-33.063 105.093-80.61 138.628-137.502 34.561-58.633 52.83-125.787 52.83-194.204C895.414 389.302 885.285 339.148 865.309 291.918zM513.814 146.1c26.472 0 48.01 21.537 48.01 48.01 0 26.472-21.537 48.01-48.01 48.01s-48.011-21.537-48.011-48.01C465.804 167.638 487.342 146.1 513.814 146.1zM512.54 688.835c-111.982 0-203.086-91.104-203.086-203.086 0-111.982 91.104-203.086 203.086-203.086 111.981 0 203.086 91.104 203.086 203.086C715.626 597.731 624.521 688.835 512.54 688.835z" p-id="4127"></path><path d="M512.54 333.829c-83.769 0-151.921 68.152-151.921 151.921 0 83.769 68.15 151.921 151.921 151.921 83.769 0 151.921-68.15 151.921-151.921C664.461 401.98 596.309 333.829 512.54 333.829z" p-id="4128"></path><path d="M513.814 197.265c1.739 0 3.154-1.415 3.154-3.155 0-1.74-1.415-3.155-3.154-3.155-1.74 0-3.155 1.415-3.155 3.155C510.659 195.85 512.074 197.265 513.814 197.265z" p-id="4129"></path><path d="M636.408 950.372 636.408 950.372 636.408 950.373Z" p-id="4130"></path></svg>';
// let 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="1585897688450" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2671" xmlns:xlink="http://www.w3.org/1999/xlink" width="28" height="28"><defs><style type="text/css"></style></defs><path d="M512 320a192.096 192.096 0 0 1 0.256 384H512a192 192 0 1 1 0-384z" fill="#2b5ffa" p-id="2672"></path></svg>';
// let cameraIcon = new Image();
// cameraIcon.src = "data:image/svg+xml," + escape(svg);
icon.setStyle(
......@@ -330,26 +327,26 @@ export default {
image: new Icon({
// img: cameraIcon,
// crossOrigin: "anonymous",
// imgSize: [38, 38],
// marginTop: 100
// imgSize: [40, 40],
marginTop: 10,
anchor: [0.5, 36],
anchorXUnits: "fraction",
anchorYUnits: "pixels",
src: require("./bioazhu.png")
}),
text: new Text({
text: data.vchan_name,
textBaseline: "top",
font: "normal 12px 微软雅黑",
lineHeight: "0px",
fill: new Fill({
color: "red"
})
src: require("./dian.png")
}),
// text: new Text({
// text: data.vchan_name,
// textBaseline: "top",
// font: "normal 12px 微软雅黑",
// lineHeight: "0px",
// fill: new Fill({
// color: "red"
// })
// }),
stroke: new Stroke({
color: "red",
width: 21,
marginTop: 100
marginTop: 10
})
})
);
......@@ -363,8 +360,9 @@ export default {
element: taskInfocontaniner,
autoPan: true,
position: pos,
offset: [-23, -20],
autoPanAnimation: {
duration: 50
duration: 150
}
});
map.addOverlay(infooverlay);
......@@ -375,6 +373,7 @@ export default {
overlay = new Overlay({
element: videocontainer,
autoPan: true,
offset: [-2, -40],
position: pos,
autoPanAnimation: {
duration: 50
......@@ -440,6 +439,14 @@ export default {
});
}
},
computed:{
...mapState(['mapopen'])
},
watch:{
mapopen(){
map.updateSize();
}
},
mounted() {
setTimeout(() => {
this.getDevList();
......@@ -456,6 +463,9 @@ export default {
</script>
<style lang="stylus" scoped>
.maps{
background:url("./map.png")
}
.ol-control button{
display:none!important;
background:red!important
......@@ -486,7 +496,6 @@ export default {
left: -50px;
width: 20vw;
height 25vh;
overflow hidden
}
.ol-popup:after, .ol-popup:before {
top: 100%;
......@@ -528,8 +537,22 @@ export default {
}
}
.info-popup {
width 10vw;
height 100px;
width 125px;
height 30px;
line-height 30px;
border-radius 5px
padding 0 0 0 10px;
color #fff;
background #333;
}
.info-popup:after {
disply block
content ""
position absolute
bottom -15px
left 75px
border: 6px solid transparent;
border-top-color: #333 ;
}
.pop-info{
float: left;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!