提交 d2f31c89 authored 作者: 庞斌's avatar 庞斌

creat 创建资源库上传图标资源包模板

上级
# iconfont字体包替换流程
## 一、解压文件
将下载的额iconfont包的大小整个解压复制到当前文件
## 二、替换demo_index.html模板
1.替换头部
``` html
<head>
<meta charset="utf-8" />
<title>iconfont Demo</title>
<link rel="stylesheet" href="./src/cube.min.css">
<link rel="stylesheet" href="./src/demo.css">
<link rel="stylesheet" href="iconfont.css">
<script src="./src/iconfont.js"></script>
<!-- jQuery -->
<script src="./src/jquery.js"></script>
<!-- 代码高亮 -->
<script src="./src/prism.js"></script>
<script src="./src/layer/layer.js" type="text/javascript" charset="utf-8"></script>
<script src="./src/index.js" type="text/javascript" charset="utf-8"></script>
</head>
```
2.删除class为main的div的整个代码结构
``` html
<div class="main">
<h1 class="logo"><a href="https://www.iconfont.cn/" title="iconfont 首页" target="_blank">
<img width="200" src="https://img.alicdn.com/imgextra/i3/O1CN01Mn65HV1FfSEzR6DKv_!!6000000000514-55-tps-228-59.svg">
</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=4493796" target="_blank" class="nav-more">查看项目</a>
</div>
```
3.删除class为content unicode的div结构和class为content symbol的div结构只留下class为content font-class的div结构 最后的body的代码结构为下面。
``` html
<div class="main">
<div class="tab-container">
<div class="content font-class">
</div>
</div>
</div>
```
4.删除class为content font-class的div结构 下面的除了ul结构外的其他代码。最后body代码结构为下面
``` html
<div class="main">
<div class="tab-container">
<div class="content font-class">
<ul class="icon_lists dib-box">
......
</ul>
</div>
</div>
</div>
```
5.删除body里的整个script脚本代码。以下代码移除掉。
``` javascript
<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>
```
## 三、模板打包为zip
将整个模板的内容打包为zip包,gis基础图标库重命名为base_font.zip。gis业务图标库重命名为gis_font.zip。旧版本的业务图标库重命名为iconfont.zip。
特别注意,保证zip的根目录不是一个文件夹,直接就是当前模板的所有文件。
/* 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="stylesheet" href="./src/cube.min.css">
<link rel="stylesheet" href="./src/demo.css">
<link rel="stylesheet" href="iconfont.css">
<script src="./src/iconfont.js"></script>
<!-- jQuery -->
<script src="./src/jquery.js"></script>
<!-- 代码高亮 -->
<script src="./src/prism.js"></script>
<script src="./src/index.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="main">
<div class="tab-container">
<div class="content font-class">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont icon-right"></span>
<div class="name">
right
</div>
<div class="code-name">.icon-right
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-down"></span>
<div class="name">
down
</div>
<div class="code-name">.icon-down
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-left"></span>
<div class="name">
left
</div>
<div class="code-name">.icon-left
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-up"></span>
<div class="name">
up
</div>
<div class="code-name">.icon-up
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zuixiaoping"></span>
<div class="name">
最小屏
</div>
<div class="code-name">.icon-zuixiaoping
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-huanyuan"></span>
<div class="name">
还原屏
</div>
<div class="code-name">.icon-huanyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zuidahua"></span>
<div class="name">
最大化
</div>
<div class="code-name">.icon-zuidahua
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-fire"></span>
<div class="name">
fire
</div>
<div class="code-name">.icon-fire
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tingzhi"></span>
<div class="name">
停止
</div>
<div class="code-name">.icon-tingzhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-down-circle-fill"></span>
<div class="name">
down-circle-fill
</div>
<div class="code-name">.icon-down-circle-fill
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shanchu"></span>
<div class="name">
删除
</div>
<div class="code-name">.icon-shanchu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-rollback"></span>
<div class="name">
rollback
</div>
<div class="code-name">.icon-rollback
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-fenping"></span>
<div class="name">
分屏
</div>
<div class="code-name">.icon-fenping
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-cad"></span>
<div class="name">
cad
</div>
<div class="code-name">.icon-cad
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-bell"></span>
<div class="name">
bell
</div>
<div class="code-name">.icon-bell
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-drag"></span>
<div class="name">
drag
</div>
<div class="code-name">.icon-drag
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-add"></span>
<div class="name">
add
</div>
<div class="code-name">.icon-add
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-exclamation"></span>
<div class="name">
exclamation
</div>
<div class="code-name">.icon-exclamation
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-markdown"></span>
<div class="name">
markdown
</div>
<div class="code-name">.icon-markdown
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-unknown"></span>
<div class="name">
unknown
</div>
<div class="code-name">.icon-unknown
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ppt"></span>
<div class="name">
ppt
</div>
<div class="code-name">.icon-ppt
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-file"></span>
<div class="name">
file
</div>
<div class="code-name">.icon-file
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-text"></span>
<div class="name">
text
</div>
<div class="code-name">.icon-text
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shp"></span>
<div class="name">
shp
</div>
<div class="code-name">.icon-shp
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-excel"></span>
<div class="name">
excel
</div>
<div class="code-name">.icon-excel
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-pdf"></span>
<div class="name">
pdf
</div>
<div class="code-name">.icon-pdf
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-image"></span>
<div class="name">
image
</div>
<div class="code-name">.icon-image
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-word"></span>
<div class="name">
word
</div>
<div class="code-name">.icon-word
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zip"></span>
<div class="name">
zip
</div>
<div class="code-name">.icon-zip
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-database"></span>
<div class="name">
数据库,数据
</div>
<div class="code-name">.icon-database
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shuxing"></span>
<div class="name">
树形
</div>
<div class="code-name">.icon-shuxing
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-pie"></span>
<div class="name">
图表
</div>
<div class="code-name">.icon-pie
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zhu"></span>
<div class="name">
柱状图
</div>
<div class="code-name">.icon-zhu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zuixiaohua"></span>
<div class="name">
最小化
</div>
<div class="code-name">.icon-zuixiaohua
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-dui"></span>
<div class="name">
</div>
<div class="code-name">.icon-dui
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-guanbi"></span>
<div class="name">
关闭
</div>
<div class="code-name">.icon-guanbi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-info-circle"></span>
<div class="name">
info-circle
</div>
<div class="code-name">.icon-info-circle
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ditu"></span>
<div class="name">
地图
</div>
<div class="code-name">.icon-ditu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-table"></span>
<div class="name">
table
</div>
<div class="code-name">.icon-table
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-linechart"></span>
<div class="name">
line chart
</div>
<div class="code-name">.icon-linechart
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-star"></span>
<div class="name">
star
</div>
<div class="code-name">.icon-star
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-quanxuan1"></span>
<div class="name">
全选
</div>
<div class="code-name">.icon-quanxuan1
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-fanxuan"></span>
<div class="name">
反选
</div>
<div class="code-name">.icon-fanxuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-key"></span>
<div class="name">
key
</div>
<div class="code-name">.icon-key
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ellipsis"></span>
<div class="name">
ellipsis
</div>
<div class="code-name">.icon-ellipsis
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-daochu"></span>
<div class="name">
导出
</div>
<div class="code-name">.icon-daochu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-daoru1"></span>
<div class="name">
导入
</div>
<div class="code-name">.icon-daoru1
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zuidaping"></span>
<div class="name">
最大屏
</div>
<div class="code-name">.icon-zuidaping
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-niantie"></span>
<div class="name">
粘贴
</div>
<div class="code-name">.icon-niantie
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-home"></span>
<div class="name">
home
</div>
<div class="code-name">.icon-home
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-down-circle"></span>
<div class="name">
down-circle
</div>
<div class="code-name">.icon-down-circle
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-up-circle"></span>
<div class="name">
up-circle
</div>
<div class="code-name">.icon-up-circle
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-indent"></span>
<div class="name">
indent
</div>
<div class="code-name">.icon-indent
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-outdent"></span>
<div class="name">
outdent
</div>
<div class="code-name">.icon-outdent
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-doubleleft"></span>
<div class="name">
doubleleft
</div>
<div class="code-name">.icon-doubleleft
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-doubleright"></span>
<div class="name">
double right
</div>
<div class="code-name">.icon-doubleright
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-user"></span>
<div class="name">
user
</div>
<div class="code-name">.icon-user
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-play-circle"></span>
<div class="name">
play-circle
</div>
<div class="code-name">.icon-play-circle
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-eye-close"></span>
<div class="name">
eye-close
</div>
<div class="code-name">.icon-eye-close
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-timeout"></span>
<div class="name">
time out
</div>
<div class="code-name">.icon-timeout
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-export"></span>
<div class="name">
export
</div>
<div class="code-name">.icon-export
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-question-circle"></span>
<div class="name">
question-circle
</div>
<div class="code-name">.icon-question-circle
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-sync"></span>
<div class="name">
sync
</div>
<div class="code-name">.icon-sync
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-location"></span>
<div class="name">
location
</div>
<div class="code-name">.icon-location
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-wrench"></span>
<div class="name">
wrench
</div>
<div class="code-name">.icon-wrench
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-reload"></span>
<div class="name">
reload
</div>
<div class="code-name">.icon-reload
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-poweroff"></span>
<div class="name">
poweroff
</div>
<div class="code-name">.icon-poweroff
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-printer"></span>
<div class="name">
printer
</div>
<div class="code-name">.icon-printer
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-filter"></span>
<div class="name">
filter
</div>
<div class="code-name">.icon-filter
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-share"></span>
<div class="name">
share
</div>
<div class="code-name">.icon-share
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-orderedlist"></span>
<div class="name">
ordered list
</div>
<div class="code-name">.icon-orderedlist
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-setting"></span>
<div class="name">
setting
</div>
<div class="code-name">.icon-setting
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-eye"></span>
<div class="name">
eye
</div>
<div class="code-name">.icon-eye
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-control"></span>
<div class="name">
control
</div>
<div class="code-name">.icon-control
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-file-copy"></span>
<div class="name">
file-copy
</div>
<div class="code-name">.icon-file-copy
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-star-fill"></span>
<div class="name">
star-fill
</div>
<div class="code-name">.icon-star-fill
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zoomout"></span>
<div class="name">
zoom out
</div>
<div class="code-name">.icon-zoomout
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zoomin"></span>
<div class="name">
zoom in
</div>
<div class="code-name">.icon-zoomin
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-edit-square"></span>
<div class="name">
edit-square
</div>
<div class="code-name">.icon-edit-square
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-save"></span>
<div class="name">
save
</div>
<div class="code-name">.icon-save
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-cloud-upload"></span>
<div class="name">
cloud-upload
</div>
<div class="code-name">.icon-cloud-upload
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-cloud-download"></span>
<div class="name">
cloud-download
</div>
<div class="code-name">.icon-cloud-download
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-close"></span>
<div class="name">
close
</div>
<div class="code-name">.icon-close
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-sousuo"></span>
<div class="name">
搜索
</div>
<div class="code-name">.icon-sousuo
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-plus"></span>
<div class="name">
plus
</div>
<div class="code-name">.icon-plus
</div>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>iconfont Demo</title>
<link rel="stylesheet" href="./src/cube.min.css">
<link rel="stylesheet" href="./src/demo.css">
<link rel="stylesheet" href="iconfont.css">
<script src="./src/iconfont.js"></script>
<!-- jQuery -->
<script src="./src/jquery.js"></script>
<!-- 代码高亮 -->
<script src="./src/prism.js"></script>
<script src="./src/layer/layer.js" type="text/javascript" charset="utf-8"></script>
<script src="./src/index.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="tab-container">
<div class="content font-class">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont icon-right"></span>
<div class="name">
right
</div>
<div class="code-name">.icon-right
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-down"></span>
<div class="name">
down
</div>
<div class="code-name">.icon-down
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-left"></span>
<div class="name">
left
</div>
<div class="code-name">.icon-left
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-up"></span>
<div class="name">
up
</div>
<div class="code-name">.icon-up
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zuixiaoping"></span>
<div class="name">
最小屏
</div>
<div class="code-name">.icon-zuixiaoping
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-huanyuan"></span>
<div class="name">
还原屏
</div>
<div class="code-name">.icon-huanyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zuidahua"></span>
<div class="name">
最大化
</div>
<div class="code-name">.icon-zuidahua
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-fire"></span>
<div class="name">
fire
</div>
<div class="code-name">.icon-fire
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tingzhi"></span>
<div class="name">
停止
</div>
<div class="code-name">.icon-tingzhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-down-circle-fill"></span>
<div class="name">
down-circle-fill
</div>
<div class="code-name">.icon-down-circle-fill
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shanchu"></span>
<div class="name">
删除
</div>
<div class="code-name">.icon-shanchu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-rollback"></span>
<div class="name">
rollback
</div>
<div class="code-name">.icon-rollback
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-fenping"></span>
<div class="name">
分屏
</div>
<div class="code-name">.icon-fenping
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-cad"></span>
<div class="name">
cad
</div>
<div class="code-name">.icon-cad
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-bell"></span>
<div class="name">
bell
</div>
<div class="code-name">.icon-bell
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-drag"></span>
<div class="name">
drag
</div>
<div class="code-name">.icon-drag
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-add"></span>
<div class="name">
add
</div>
<div class="code-name">.icon-add
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-exclamation"></span>
<div class="name">
exclamation
</div>
<div class="code-name">.icon-exclamation
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-markdown"></span>
<div class="name">
markdown
</div>
<div class="code-name">.icon-markdown
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-unknown"></span>
<div class="name">
unknown
</div>
<div class="code-name">.icon-unknown
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ppt"></span>
<div class="name">
ppt
</div>
<div class="code-name">.icon-ppt
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-file"></span>
<div class="name">
file
</div>
<div class="code-name">.icon-file
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-text"></span>
<div class="name">
text
</div>
<div class="code-name">.icon-text
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shp"></span>
<div class="name">
shp
</div>
<div class="code-name">.icon-shp
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-excel"></span>
<div class="name">
excel
</div>
<div class="code-name">.icon-excel
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-pdf"></span>
<div class="name">
pdf
</div>
<div class="code-name">.icon-pdf
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-image"></span>
<div class="name">
image
</div>
<div class="code-name">.icon-image
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-word"></span>
<div class="name">
word
</div>
<div class="code-name">.icon-word
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zip"></span>
<div class="name">
zip
</div>
<div class="code-name">.icon-zip
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-database"></span>
<div class="name">
数据库,数据
</div>
<div class="code-name">.icon-database
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shuxing"></span>
<div class="name">
树形
</div>
<div class="code-name">.icon-shuxing
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-pie"></span>
<div class="name">
图表
</div>
<div class="code-name">.icon-pie
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zhu"></span>
<div class="name">
柱状图
</div>
<div class="code-name">.icon-zhu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zuixiaohua"></span>
<div class="name">
最小化
</div>
<div class="code-name">.icon-zuixiaohua
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-dui"></span>
<div class="name">
</div>
<div class="code-name">.icon-dui
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-guanbi"></span>
<div class="name">
关闭
</div>
<div class="code-name">.icon-guanbi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-info-circle"></span>
<div class="name">
info-circle
</div>
<div class="code-name">.icon-info-circle
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ditu"></span>
<div class="name">
地图
</div>
<div class="code-name">.icon-ditu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-table"></span>
<div class="name">
table
</div>
<div class="code-name">.icon-table
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-linechart"></span>
<div class="name">
line chart
</div>
<div class="code-name">.icon-linechart
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-star"></span>
<div class="name">
star
</div>
<div class="code-name">.icon-star
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-quanxuan1"></span>
<div class="name">
全选
</div>
<div class="code-name">.icon-quanxuan1
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-fanxuan"></span>
<div class="name">
反选
</div>
<div class="code-name">.icon-fanxuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-key"></span>
<div class="name">
key
</div>
<div class="code-name">.icon-key
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ellipsis"></span>
<div class="name">
ellipsis
</div>
<div class="code-name">.icon-ellipsis
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-daochu"></span>
<div class="name">
导出
</div>
<div class="code-name">.icon-daochu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-daoru1"></span>
<div class="name">
导入
</div>
<div class="code-name">.icon-daoru1
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zuidaping"></span>
<div class="name">
最大屏
</div>
<div class="code-name">.icon-zuidaping
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-niantie"></span>
<div class="name">
粘贴
</div>
<div class="code-name">.icon-niantie
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-home"></span>
<div class="name">
home
</div>
<div class="code-name">.icon-home
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-down-circle"></span>
<div class="name">
down-circle
</div>
<div class="code-name">.icon-down-circle
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-up-circle"></span>
<div class="name">
up-circle
</div>
<div class="code-name">.icon-up-circle
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-indent"></span>
<div class="name">
indent
</div>
<div class="code-name">.icon-indent
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-outdent"></span>
<div class="name">
outdent
</div>
<div class="code-name">.icon-outdent
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-doubleleft"></span>
<div class="name">
doubleleft
</div>
<div class="code-name">.icon-doubleleft
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-doubleright"></span>
<div class="name">
double right
</div>
<div class="code-name">.icon-doubleright
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-user"></span>
<div class="name">
user
</div>
<div class="code-name">.icon-user
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-play-circle"></span>
<div class="name">
play-circle
</div>
<div class="code-name">.icon-play-circle
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-eye-close"></span>
<div class="name">
eye-close
</div>
<div class="code-name">.icon-eye-close
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-timeout"></span>
<div class="name">
time out
</div>
<div class="code-name">.icon-timeout
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-export"></span>
<div class="name">
export
</div>
<div class="code-name">.icon-export
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-question-circle"></span>
<div class="name">
question-circle
</div>
<div class="code-name">.icon-question-circle
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-sync"></span>
<div class="name">
sync
</div>
<div class="code-name">.icon-sync
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-location"></span>
<div class="name">
location
</div>
<div class="code-name">.icon-location
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-wrench"></span>
<div class="name">
wrench
</div>
<div class="code-name">.icon-wrench
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-reload"></span>
<div class="name">
reload
</div>
<div class="code-name">.icon-reload
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-poweroff"></span>
<div class="name">
poweroff
</div>
<div class="code-name">.icon-poweroff
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-printer"></span>
<div class="name">
printer
</div>
<div class="code-name">.icon-printer
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-filter"></span>
<div class="name">
filter
</div>
<div class="code-name">.icon-filter
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-share"></span>
<div class="name">
share
</div>
<div class="code-name">.icon-share
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-orderedlist"></span>
<div class="name">
ordered list
</div>
<div class="code-name">.icon-orderedlist
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-setting"></span>
<div class="name">
setting
</div>
<div class="code-name">.icon-setting
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-eye"></span>
<div class="name">
eye
</div>
<div class="code-name">.icon-eye
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-control"></span>
<div class="name">
control
</div>
<div class="code-name">.icon-control
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-file-copy"></span>
<div class="name">
file-copy
</div>
<div class="code-name">.icon-file-copy
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-star-fill"></span>
<div class="name">
star-fill
</div>
<div class="code-name">.icon-star-fill
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zoomout"></span>
<div class="name">
zoom out
</div>
<div class="code-name">.icon-zoomout
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zoomin"></span>
<div class="name">
zoom in
</div>
<div class="code-name">.icon-zoomin
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-edit-square"></span>
<div class="name">
edit-square
</div>
<div class="code-name">.icon-edit-square
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-save"></span>
<div class="name">
save
</div>
<div class="code-name">.icon-save
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-cloud-upload"></span>
<div class="name">
cloud-upload
</div>
<div class="code-name">.icon-cloud-upload
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-cloud-download"></span>
<div class="name">
cloud-download
</div>
<div class="code-name">.icon-cloud-download
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-close"></span>
<div class="name">
close
</div>
<div class="code-name">.icon-close
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-sousuo"></span>
<div class="name">
搜索
</div>
<div class="code-name">.icon-sousuo
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-plus"></span>
<div class="name">
plus
</div>
<div class="code-name">.icon-plus
</div>
</li>
</ul>
</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"; /* Project id 4493796 */
src: url('iconfont.woff2?t=1712711034076') format('woff2'),
url('iconfont.woff?t=1712711034076') format('woff'),
url('iconfont.ttf?t=1712711034076') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-right:before {
content: "\e632";
}
.icon-down:before {
content: "\e633";
}
.icon-left:before {
content: "\e637";
}
.icon-up:before {
content: "\e638";
}
.icon-zuixiaoping:before {
content: "\e730";
}
.icon-huanyuan:before {
content: "\e65b";
}
.icon-zuidahua:before {
content: "\eb7a";
}
.icon-fire:before {
content: "\e79f";
}
.icon-tingzhi:before {
content: "\e649";
}
.icon-down-circle-fill:before {
content: "\e89b";
}
.icon-shanchu:before {
content: "\e612";
}
.icon-rollback:before {
content: "\e7fe";
}
.icon-fenping:before {
content: "\e6a0";
}
.icon-cad:before {
content: "\e731";
}
.icon-bell:before {
content: "\e7c4";
}
.icon-drag:before {
content: "\e842";
}
.icon-add:before {
content: "\e7b7";
}
.icon-exclamation:before {
content: "\e7b9";
}
.icon-markdown:before {
content: "\e7bc";
}
.icon-unknown:before {
content: "\e7bd";
}
.icon-ppt:before {
content: "\e7be";
}
.icon-file:before {
content: "\e7c0";
}
.icon-text:before {
content: "\e7c2";
}
.icon-shp:before {
content: "\e600";
}
.icon-excel:before {
content: "\e7d5";
}
.icon-pdf:before {
content: "\e7d7";
}
.icon-image:before {
content: "\e7d8";
}
.icon-word:before {
content: "\e7dc";
}
.icon-zip:before {
content: "\e7df";
}
.icon-database:before {
content: "\e940";
}
.icon-shuxing:before {
content: "\e60d";
}
.icon-pie:before {
content: "\e646";
}
.icon-zhu:before {
content: "\e7b5";
}
.icon-zuixiaohua:before {
content: "\eaf5";
}
.icon-dui:before {
content: "\e636";
}
.icon-guanbi:before {
content: "\e634";
}
.icon-info-circle:before {
content: "\e77e";
}
.icon-ditu:before {
content: "\e778";
}
.icon-table:before {
content: "\e7de";
}
.icon-linechart:before {
content: "\e7d1";
}
.icon-star:before {
content: "\e839";
}
.icon-quanxuan1:before {
content: "\e658";
}
.icon-fanxuan:before {
content: "\e614";
}
.icon-key:before {
content: "\e83f";
}
.icon-ellipsis:before {
content: "\e7fc";
}
.icon-daochu:before {
content: "\e610";
}
.icon-daoru1:before {
content: "\e611";
}
.icon-zuidaping:before {
content: "\e728";
}
.icon-niantie:before {
content: "\e6b9";
}
.icon-home:before {
content: "\e801";
}
.icon-down-circle:before {
content: "\e77f";
}
.icon-up-circle:before {
content: "\e785";
}
.icon-indent:before {
content: "\e7f3";
}
.icon-outdent:before {
content: "\e7f4";
}
.icon-doubleleft:before {
content: "\e85c";
}
.icon-doubleright:before {
content: "\e85d";
}
.icon-user:before {
content: "\e7ce";
}
.icon-play-circle:before {
content: "\e781";
}
.icon-eye-close:before {
content: "\e8ff";
}
.icon-timeout:before {
content: "\e792";
}
.icon-export:before {
content: "\e7a7";
}
.icon-question-circle:before {
content: "\e78c";
}
.icon-sync:before {
content: "\e797";
}
.icon-location:before {
content: "\e7a5";
}
.icon-wrench:before {
content: "\e84b";
}
.icon-reload:before {
content: "\e79b";
}
.icon-poweroff:before {
content: "\e7a0";
}
.icon-printer:before {
content: "\e824";
}
.icon-filter:before {
content: "\e803";
}
.icon-share:before {
content: "\e84f";
}
.icon-orderedlist:before {
content: "\e873";
}
.icon-setting:before {
content: "\e7a3";
}
.icon-eye:before {
content: "\e7a4";
}
.icon-control:before {
content: "\e7b0";
}
.icon-file-copy:before {
content: "\e7ee";
}
.icon-star-fill:before {
content: "\e90e";
}
.icon-zoomout:before {
content: "\e987";
}
.icon-zoomin:before {
content: "\e98c";
}
.icon-edit-square:before {
content: "\e7a6";
}
.icon-save:before {
content: "\e7a8";
}
.icon-cloud-upload:before {
content: "\e827";
}
.icon-cloud-download:before {
content: "\e829";
}
.icon-close:before {
content: "\e889";
}
.icon-sousuo:before {
content: "\e635";
}
.icon-plus:before {
content: "\e9a9";
}
File added
window._iconfont_svg_string_4493796='<svg><symbol id="icon-right" viewBox="0 0 1024 1024"><path d="M242 115.4375L301.0625 62l480.9375 450L301.0625 962l-59.0625-53.4375 421.875-396.5625-421.875-396.5625z" ></path></symbol><symbol id="icon-down" viewBox="0 0 1024 1024"><path d="M908.5625 275.3333333L962 334.3958333 512 815.3333333 62 334.3958333 115.4375 275.3333333 512 697.2083333 908.5625 275.3333333z" ></path></symbol><symbol id="icon-left" viewBox="0 0 1024 1024"><path d="M782 115.4375L360.125 512l421.875 396.5625L722.9375 962 242 512 722.9375 62l59.0625 53.4375z" ></path></symbol><symbol id="icon-up" viewBox="0 0 1024 1024"><path d="M908.5625 793.99999997L512 372.12499997l-396.5625 421.875L62 734.93749997 512 253.99999997l450 480.9375-53.4375 59.0625z" ></path></symbol><symbol id="icon-zuixiaoping" viewBox="0 0 1024 1024"><path d="M395 673.4375l-199.125 196.875a31.5 31.5 0 0 1-44.4375 0 32.0625 32.0625 0 0 1 0-45L351.6875 624.5h-168.75a30.375 30.375 0 1 1 0-56.25h242.4375a30.375 30.375 0 0 1 30.375 28.6875v241.875a29.8125 29.8125 0 0 1-9 21.375 29.8125 29.8125 0 0 1-42.75 0 29.8125 29.8125 0 0 1-9-21.375v-165.375z m232.3125-322.3125l200.25-199.6875a32.0625 32.0625 0 0 1 45 0 31.5 31.5 0 0 1 0 44.4375L674.5625 393.875h164.8125a30.375 30.375 0 0 1 0 60.1875H596.9375A30.375 30.375 0 0 1 568.25 423.6875v-241.875a29.8125 29.8125 0 0 1 9-21.375 29.8125 29.8125 0 0 1 42.75 0 29.8125 29.8125 0 0 1 9 21.375v168.75zM148.625 420.875a30.375 30.375 0 0 1-21.375-8.4375 30.9375 30.9375 0 0 1-9-21.375V148.625A30.375 30.375 0 0 1 148.625 118.25h242.4375a30.375 30.375 0 0 1 0 60.75H179v212.0625a30.9375 30.9375 0 0 1-9 21.375 30.375 30.375 0 0 1-21.375 8.4375zM875.375 905.75h-242.4375a30.375 30.375 0 0 1 0-60.75h212.0625v-212.0625a30.375 30.375 0 0 1 60.75 0v242.4375a30.375 30.375 0 0 1-30.375 30.375z" ></path></symbol><symbol id="icon-huanyuan" viewBox="0 0 1157 1024"><path d="M1016.52185234 724.44050175L833.87364805 724.44050175 833.87364805 898.52098643 833.87364805 960.05279112 833.87364805 961.2211168 772.34184336 961.2211168 772.34184336 960.05279112 124.31068789 960.05279112 124.31068789 961.2211168 62.7788832 961.2211168 62.7788832 960.05279112 62.7788832 898.52098643 62.7788832 360.31241885 62.7788832 298.78061416 124.31068789 298.78061416 298.78061416 298.78061416 298.78061416 62.7788832 303.06447442 62.7788832 360.31241885 62.7788832 1016.52185234 62.7788832 1074.15923838 62.7788832 1078.05365615 62.7788832 1078.05365615 662.90869795 1078.05365615 724.44050175 1016.52185234 724.44050175ZM124.31068789 898.52098643L772.34184336 898.52098643 772.34184336 724.44050175 772.34184336 662.90869795 772.34184336 360.31241885 124.31068789 360.31241885 124.31068789 898.52098643ZM1016.52185234 124.31068789L360.31241885 124.31068789 360.31241885 298.78061416 772.34184336 298.78061416 833.87364805 298.78061416 833.87364805 360.31241885 833.87364805 662.90869795 1016.52185234 662.90869795 1016.52185234 124.31068789Z" ></path></symbol><symbol id="icon-zuidahua" viewBox="0 0 1024 1024"><path d="M64 64v896h896V64H64z m821.3 821.3H138.7V138.7h746.7v746.6z" ></path></symbol><symbol id="icon-fire" viewBox="0 0 1024 1024"><path d="M418.048 950.08c-48.704-28.864-83.584-79.616-85.568-139.328C329.6 699.2 407.104 644.48 452.992 569.728c65.664-107.52 47.744-174.208 47.744-174.208S555.52 426.368 587.392 540.864c9.92 33.856 11.968 67.776 8.96 99.648-4.928 80.64-39.808 153.28-39.808 153.28s60.736-12.928 77.632-123.456c27.968 28.864 53.824 70.656 56.768 114.496 4.992 75.712-39.744 145.344-107.52 175.168 117.312-26.88 201.152-126.4 230.016-199.104 36.8-91.52 26.88-173.184 20.864-243.904-7.936-96.512 25.856-168.256 25.856-168.256s-64.704 18.944-112.512 97.536C725.76 482.176 716.8 534.848 716.8 534.848s4.992-46.72-25.92-132.352c-30.784-83.648-58.752-113.472-75.712-175.168C593.344 144.64 642.048 64 642.048 64S449.024 99.904 361.344 268.096C283.712 417.408 315.584 507.072 315.584 507.072S282.688 476.16 265.792 433.344 252.672 351.744 252.672 351.744 115.456 503.04 182.208 693.248C227.008 826.624 313.536 914.24 418.048 950.08z" ></path></symbol><symbol id="icon-tingzhi" viewBox="0 0 1024 1024"><path d="M512 62C263.6 62 62 263.6 62 512s201.6 450 450 450 450-201.6 450-450S760.4 62 512 62z m0 840.15c-215.1 0-390.15-175.05-390.15-390.15 0-215.1 175.05-390.15 390.15-390.15s390.15 175.05 390.15 390.15c0 215.1-175.05 390.15-390.15 390.15z m74.25-532.35H432.35c-31.95 0-58.05 26.1-58.05 58.05v154.35c0 31.95 26.1 58.05 58.05 58.05h154.35c31.95 0 58.05-26.1 58.05-58.05V427.4c-0.45-31.95-26.55-57.6-58.5-57.6z m-1.8 209.7l-149.85 2.25-2.25-152.1 152.1-2.25V579.5z" ></path></symbol><symbol id="icon-down-circle-fill" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m184.5 353.7l-178 246c-3.2 4.4-9.7 4.4-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z" ></path></symbol><symbol id="icon-shanchu" viewBox="0 0 1024 1024"><path d="M390.94690449 408.25154375h56.99417871v344.82271992h-56.9941787zM580.18662881 408.25154375h56.99417871v344.82271992h-56.99417871zM272.98959278 66.76274463h482.30728505v56.99417871H272.98959278zM124.70947227 204.72358467h778.55000888v56.99417871H124.70947227z" ></path><path d="M716.0836124 956.60222276H312.04409961c-62.55071455 0-113.3533248-50.80261026-113.3533248-113.35332481V233.14129472H255.68495352v610.10760323c0 31.11659912 25.24254697 56.35914609 56.35914609 56.35914609H716.0836124c31.11659912 0 56.35914609-25.24254697 56.35914609-56.35914609V233.14129472h56.99417959v610.10760323c0 62.55071455-50.80261026 113.3533248-113.35332568 113.35332481z" ></path></symbol><symbol id="icon-rollback" viewBox="0 0 1024 1024"><path d="M793 242H366v-74c0-6.7-7.7-10.4-12.9-6.3l-142 112c-4.1 3.2-4.1 9.4 0 12.6l142 112c5.2 4.1 12.9 0.4 12.9-6.3v-74h415v470H175c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h618c35.3 0 64-28.7 64-64V306c0-35.3-28.7-64-64-64z" ></path></symbol><symbol id="icon-fenping" viewBox="0 0 1024 1024"><path d="M509.36328125 958.484375c-19.41503906 0-35.15625-15.74121094-35.15625-35.15625V98.9140625c0-19.41503906 15.74121094-35.15625 35.15625-35.15625s35.15625 15.74121094 35.15625 35.15625v824.4140625c0 19.41503906-15.74121094 35.15625-35.15625 35.15625zM914.5390625 866.19921875H646.47265625c-19.41503906 0-35.15625-15.74121094-35.15625-35.15625s15.74121094-35.15625 35.15625-35.15625h243.45703125V241.296875H646.47265625c-19.41503906 0-35.15625-15.74121094-35.15625-35.15625s15.74121094-35.15625 35.15625-35.15625h268.06640625c25.19824219 0 45.703125 19.95117188 45.703125 44.47265625v606.26953125c0 24.52148438-20.50488281 44.47265625-45.703125 44.47265625zM410.92578125 831.04296875c0 19.41503906-15.74121094 35.15625-35.15625 35.15625H107.703125c-25.19824219 0-45.703125-19.95117188-45.703125-44.47265625V215.45703125C62 190.93554687 82.50488281 170.984375 107.703125 170.984375h268.06640625c19.41503906 0 35.15625 15.74121094 35.15625 35.15625s-15.74121094 35.15625-35.15625 35.15625H132.3125v554.58984375h243.45703125c19.41503906 0 35.15625 15.74121094 35.15625 35.15625z" ></path></symbol><symbol id="icon-cad" viewBox="0 0 1024 1024"><path d="M377.56805689 603.42923378H424.22968888c-6.815744 41.156608-35.38944 60.817408-70.77888 60.817408-21.757952 0-38.273024-7.340032-51.904512-20.97152001-18.93262222-18.93262222-18.90349511-43.92368355-18.874368-70.77888v-3.145728-3.11660087c0-26.85519645-0.05825422-51.84625778 18.874368-70.77888 13.631488-13.66061511 30.14656-20.97152 51.904512-20.97152 35.38944 0 63.963136 19.63167289 70.77888 60.78828088h-46.66163199c-2.883584-10.48576-8.650752-19.922944-23.855104-19.922944-8.388608 0-14.680064 3.407872-18.05880889 7.86432-4.22343111 5.53415111-7.10701511 12.058624-7.10701511 46.13734399 0 34.07872 2.91271111 40.63232 7.077888 46.13734401 3.407872 4.456448 9.699328 7.86432 18.087936 7.86432 15.204352 0 20.97152-9.437184 23.8842311-19.922944zM494.92118755 476.02724978h35.38944L598.17679645 662.67377778h-47.9432249l-8.650752-27.787264h-57.409536l-9.17504001 27.787264h-47.972352l67.8661689-186.646528z m2.09715199 120.58624h32.50585601l-15.72864-49.80736-16.77721601 49.80736zM756.13312 561.5153209l-0.02912712 7.86432v7.80606576c0.23301689 25.83574755 0.37865245 47.36068267-19.39865599 67.13799112-12.845056 12.845056-30.932992 18.35008-50.331648 18.35008h-69.206016v-186.646528H686.37368889c19.398656 0 37.486592 5.53415111 50.331648 18.35008 19.77730845 19.80643555 19.63167289 41.30224355 19.42778311 67.13799112z m-50.88506311 49.80736c3.670016-5.24288 4.95160889-10.25274311 4.95160889-41.94304 0-31.45728-1.28159289-36.70016-4.95160889-41.94304001-4.194304-6.32058311-10.48576-10.48576-22.020096-10.48575999h-20.185088v104.85759999h20.185088c11.534336 0 17.825792-4.22343111 22.020096-10.48575999z" ></path><path d="M224.33032533 85.95697778c-35.41856711 0-65.18647467 28.10766222-65.18647466 64.07964445v734.0032c0 35.97198222 29.76790755 64.07964445 65.18647466 64.07964444h586.18311112c35.38944 0 65.15734755-28.10766222 65.15734755-64.07964444V313.14844445a23.30168889 23.30168889 0 0 0-7.04876089-16.68983468l-209.33654756-203.88977777a23.30168889 23.30168889 0 0 0-16.252928-6.61185422H224.33032533z m-18.58309688 64.07964445c0-9.05853155 7.74781155-17.47626667 18.58309688-17.47626666h395.40053334V313.14844445a23.30168889 23.30168889 0 0 0 23.30168888 23.30168888h186.03485867v547.5896889a18.05880889 18.05880889 0 0 1-18.55396977 17.47626667H224.33032533a18.05880889 18.05880889 0 0 1-18.58309688-17.47626667V150.03662223z m589.299712 139.81013334h-128.74183112V164.48366934l128.74183112 125.36308623z" ></path></symbol><symbol id="icon-bell" viewBox="0 0 1024 1024"><path d="M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zM304 768V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340H304z" ></path></symbol><symbol id="icon-drag" viewBox="0 0 1024 1024"><path d="M909.3 506.3L781.7 405.6c-4.7-3.7-11.7-0.4-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7c-2.9-3.7-8.5-3.7-11.3 0L405.6 242.3c-3.7 4.7-0.4 11.7 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3c-3.7 2.9-3.7 8.5 0 11.3l127.5 100.8c4.7 3.7 11.7 0.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7 0.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.7-2.9 3.7-8.5 0.1-11.4z" ></path></symbol><symbol id="icon-add" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z" ></path></symbol><symbol id="icon-exclamation" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M512 744m-40 0a40 40 0 1 0 80 0 40 40 0 1 0-80 0Z" ></path><path d="M488 640h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8z" ></path></symbol><symbol id="icon-markdown" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2c1.9 4.3 6.2 7.1 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z" ></path></symbol><symbol id="icon-unknown" viewBox="0 0 1024 1024"><path d="M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-0.8-55.5-49.2-100.8-108.5-101.6-61.4-0.7-111.5 45.6-111.5 103z" ></path><path d="M512 744m-32 0a32 32 0 1 0 64 0 32 32 0 1 0-64 0Z" ></path></symbol><symbol id="icon-ppt" viewBox="0 0 1024 1024"><path d="M424 476c-4.4 0-8 3.6-8 8v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424z m150.6 94.3c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1z" ></path><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path></symbol><symbol id="icon-file" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path></symbol><symbol id="icon-text" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z" ></path></symbol><symbol id="icon-shp" viewBox="0 0 1024 1024"><path d="M829.74831875 328.05617364L586.64589805 82.5909374a67.28444824 67.28444824 0 0 0-12.86048584-10.06326738c-1.22760791-0.70080469-2.45401612-1.39920908-3.76562549-2.01121348-0.78480527-0.43560263-1.66201084-0.78720557-2.44801583-1.13760703-7.87925215-3.49802315-16.53971045-5.42643575-25.38256992-5.42643662H240.28398828c-34.82903232 0-63.88002598 28.18098809-63.88002598 63.01002041v770.0811337c0 34.82903232 29.05099365 63.00402012 63.88002598 63.00402011h545.18523487c34.83023203 0 62.13281396-28.17498779 62.13281396-63.00402011v-524.61949747c0-16.62611045-6.12604073-32.5562168-17.85371836-44.36789589zM574.57141719 160.56265713l175.72077158 176.42157627H574.57141719V160.56265713z m210.0229998 736.48090987H239.41278301V126.96123271h272.14981436v210.02300068c0 34.82783261 29.05699395 63.00161982 63.88362597 63.00161984h209.14819365v497.05771377z m0 0" ></path><path d="M358.68877754 630.23258779c-0.74040469-7.58045039-6.99724688-11.68207822-18.75012452-12.31928173-11.02927325 0-16.54451016 3.79082549-16.54451015 11.37247558 0 5.06403369 9.18606094 9.47526328 27.57498398 13.26728848 29.40139599 1.89481289 47.04991347 15.48730283 52.94435274 40.74867158-2.20561435 22.74375146-23.54175703 35.38823555-63.97362686 37.90585283-40.44866924-0.63600381-61.40560957-12.94088643-62.87081924-36.95784609h39.70706485c1.46520967 8.85485917 9.18606094 13.59249082 23.16255468 14.21529434 13.23608818 0 19.85413271-4.41362901 19.85413185-13.26848819-0.74160527-6.94324599-10.30566885-11.99287969-28.67779073-15.16210137-36.03744053-5.6856375-53.32355508-18.95292598-51.84034541-39.80186543 1.46520967-21.47054326 21.68054473-33.47782295 60.66400429-36.00983935 36.01944053 0 55.14996797 12.00848027 57.35558234 36.00983935h-38.60545782zM429.27924834 719.31158193V543.99761299h41.91387978v68.23005557h1.10280763c8.0832542-11.99287969 22.42214912-18.00492012 43.01788622-18.00492012 25.72937138 2.5308167 41.17227451 11.37127588 46.32510938 26.53337637 2.20561435 7.58045039 3.30842198 13.90329229 3.30842197 18.95292685v79.60253027h-43.0166874V646.3438956c0-18.95292598-8.46245654-28.42938984-25.36936875-28.42938984-14.71809815 1.27440878-23.16255469 10.74967208-25.36936963 28.42938984v72.96888692h-41.9126792zM638.84864551 611.27966182h1.10280762c9.54726328-10.73407148 22.05974708-16.42090957 37.5014496-17.05691338 41.17347422 1.89481289 63.23202158 23.37975615 66.17924121 64.43922919-2.94721963 40.43786924-23.16255469 61.27240869-60.665204 62.54441719-20.5945374 0-34.9334332-6.30724219-43.01668652-18.95292685h-1.10280762v61.59761104h-41.91387978V621.70413154v-11.37247558c-0.74160527-5.6856375-1.10280761-10.09806768-1.10280674-13.26728848h41.9138789l1.10400733 14.21529434z m30.88340595 87.18418125c20.5765374 0 30.50420362-13.26848818 29.78059834-39.80186544 0.7236044-27.15618076-9.20406094-40.74867158-29.78059834-40.74867158-19.12932773 0.63600381-29.41939599 14.21529434-30.88340596 40.74867158 1.46520967 25.91297315 11.75407823 39.18026162 30.88340596 39.80186544z" ></path></symbol><symbol id="icon-excel" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5 0.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8c-1.2 1.9-1.8 4.1-1.8 6.4 0 6.6 5.4 12 12 12h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-0.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5c1.2-1.9 1.9-4.2 1.9-6.5 0-6.6-5.4-12-12-12h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z" ></path></symbol><symbol id="icon-pdf" viewBox="0 0 1024 1024"><path d="M531.3 574.4l0.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7-3.8-21.3-19.5-29.6-32.9-30.2-15.8-0.7-29.9 8.3-33.4 21.4-6.6 24-0.7 56.8 10.1 98.6-13.6 32.4-35.3 79.5-51.2 107.5-29.6 15.3-69.3 38.9-75.2 68.7-1.2 5.5 0.2 12.5 3.5 18.8 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-13.2-13-45.3-16.4-95.3-10.2-24.6-15-40.7-35.4-52.4-65.8zM421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7 6.7-12.3 19.8-25.3 30.1-34.7z m87.6-235.5c5.2 8.9 4.5 35.8 0.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4 0.8 0.1 1.5 0.7 2.2 2z m-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4z m155.6 65.5c0.1 0.2 0.2 0.5-0.4 0.9h-0.2l-0.2 0.3c-0.8 0.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4z" ></path><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path></symbol><symbol id="icon-image" viewBox="0 0 1024 1024"><path d="M553.1 509.1l-77.8 99.2-41.1-52.4c-3.2-4.1-9.4-4.1-12.6 0l-99.8 127.2c-4.1 5.2-0.4 12.9 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174c-3.3-4.1-9.5-4.1-12.7 0z" ></path><path d="M400 442m-40 0a40 40 0 1 0 80 0 40 40 0 1 0-80 0Z" ></path><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path></symbol><symbol id="icon-word" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4c-1.1 0-2.1 0.1-3.1 0.4-6.4 1.7-10.2 8.3-8.5 14.7l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276c0.3-1 0.4-2.1 0.4-3.1 0-6.6-5.4-12-12-12H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z" ></path></symbol><symbol id="icon-zip" viewBox="0 0 1024 1024"><path d="M296 392h64v64h-64zM296 582v160h128V582h-64v-62h-64v62z m80 48v64h-32v-64h32zM360 328h64v64h-64zM296 264h64v64h-64zM360 456h64v64h-64zM360 200h64v64h-64z" ></path><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h64v64h64v-64h174v216c0 23.2 18.8 42 42 42h216v494z" ></path></symbol><symbol id="icon-database" viewBox="0 0 1024 1024"><path d="M905.50287969 170.95245576C828.79683682 106.10817119 681.27169766 62.26359453 511.86820273 62.26359453S194.93956865 106.10817119 118.2335249 170.95245576C82.38465283 201.26584004 62 236.06033398 62 273.13931445v477.98496563c0 116.42097041 201.3863124 210.87571992 449.86820273 210.87571992s449.86820273-94.45474951 449.86820274-210.87571992v-477.98496563c0-37.07898047-20.38465283-71.87347442-56.23352578-102.18685869zM139.14536768 228.67968359c17.39724698-19.24240957 44.54749599-37.86976494 78.55120547-53.7733081 37.1668456-17.39724698 80.92355713-31.19203388 130.04002704-40.94503594C399.57688145 123.68114844 454.75602823 118.49712031 511.86820273 118.49712031s112.29132128 5.18402813 164.13160167 15.46421924c49.11646992 9.75300205 92.87318145 23.54778896 130.04002792 40.94503594 34.00370948 15.90354404 61.15395849 34.53089942 78.55120547 53.7733081 13.88265117 15.37635498 20.9118419 30.31338516 20.9118419 44.3717666 0 14.14624658-7.02919073 29.08327675-20.9118419 44.37176573-17.39724698 19.24240957-44.54749599 37.86976494-78.55120547 53.7733081-37.1668456 17.48511211-80.92355713 31.19203388-130.04002792 40.94503594-51.84028125 10.28019112-107.10729317 15.46421924-164.13160167 15.46421924s-112.29132128-5.18402813-164.13160254-15.46421924c-49.11646992-9.75300205-92.87318145-23.54778896-130.04002704-40.94503594-34.00370948-15.90354404-61.15395849-34.53089942-78.55120547-53.7733081C125.26271562 302.22259122 118.2335249 287.28556104 118.2335249 273.13931445s7.02919073-29.08327675 20.91184278-44.45963086zM118.2335249 375.32617402c76.70604287 64.84428369 224.23118203 108.68886035 393.63467783 108.68886036s316.92863408-43.84457666 393.63467696-108.68886036v136.45416358c0 14.14624658-7.02919073 29.08327675-20.9118419 44.3717666-17.39724698 19.24240957-44.54749599 37.86976494-78.55120547 53.7733081-37.1668456 17.39724698-80.92355713 31.19203388-130.04002792 40.94503594-51.84028125 10.28019112-107.10729317 15.46421924-164.13160167 15.46421924s-112.29132128-5.18402813-164.13160254-15.46421924c-49.11646992-9.75300205-92.87318145-23.54778896-130.04002704-40.94503594-34.00370948-15.90354404-61.15395849-34.53089942-78.55120547-53.7733081C125.26271562 540.77574922 118.2335249 525.83871904 118.2335249 511.7803376V375.32617402z m787.26935479 375.79810606c0 14.14624658-7.02919073 29.08327675-20.9118419 44.37176572-17.39724698 19.24240957-44.54749599 37.86976494-78.55120547 53.77330899-37.1668456 17.48511211-80.92355713 31.19203388-130.04002792 40.94503594-51.84028125 10.28019112-107.10729317 15.46421924-164.13160167 15.46421923s-112.29132128-5.18402813-164.13160254-15.46421923c-49.11646992-9.75300205-92.87318145-23.54778896-130.04002704-40.94503594-34.00370948-15.90354404-61.15395849-34.53089942-78.55120547-53.77330899C125.26271562 780.20755596 118.2335249 765.27052578 118.2335249 751.12428008V613.87933203c76.70604287 64.84428369 224.23118203 108.68886035 393.63467783 108.68886123s316.92863408-43.84457666 393.63467696-108.68886123v137.24494805z" ></path><path d="M209.6130043 518.89739346m-35.14595362 0a35.14595362 35.14595362 0 1 0 70.29190635 0 35.14595362 35.14595362 0 1 0-70.29190635 0Z" ></path><path d="M209.6130043 757.88987627m-35.14595362 0a35.14595362 35.14595362 0 1 0 70.29190635 0 35.14595362 35.14595362 0 1 0-70.29190635 0Z" ></path></symbol><symbol id="icon-shuxing" viewBox="0 0 1024 1024"><path d="M606.12499971 136.99999971v187.50000058h-187.49999971V136.99999971h187.49999971m75.00000058-74.99999971h-337.5v337.5h337.5V62zM287 737v150.00000029H136.99999971v-150.00000029h150.00000029m74.99999971-74.99999971H62v299.99999971h299.99999971V662.00000029zM887.00000029 737v150.00000029h-150.00000029v-150.00000029h150.00000029m74.99999971-74.99999971H662.00000029v299.99999971h299.99999971V662.00000029z" ></path><path d="M849.5 691.4375h-74.99999971v-118.50000029c0-5.81249971-1.6875-9.74999971-3.00000058-11.8125H252.50000029c-1.31249971 1.87499971-2.99999971 6.00000029-3.00000058 11.8125v118.50000029H174.5v-118.50000029c0-48.75000029 33.00000029-86.81249971 74.99999971-86.81249971h525.00000058c42.00000029 0 74.99999971 38.06250029 74.99999971 86.81249971v118.50000029z" ></path><path d="M474.875 353.9375h74.99999971v153.18749971h-74.99999971z" ></path></symbol><symbol id="icon-pie" viewBox="0 0 1024 1024"><path d="M891.02480469 477.9265625A382.1765625 382.1765625 0 0 0 545.55488281 132.90664063v345.01992187h345.46992188z m60.81328125 59.14248047a34.65 34.65 0 0 1-24.55664063 10.15751953H510.83984375a34.71416016 34.71416016 0 0 1-34.71416016-34.65V96.71328125A34.71416016 34.71416016 0 0 1 510.83984375 62c248.78408203 0 451.15488281 202.11328125 451.15488281 450.64072266 0 9.51416016-3.85751953 18.19335938-10.15751953 24.42832031z m-473.39648438 424.9265625C248.81240234 961.99560547 62 775.43896484 62 546.06904297A418.24072266 418.24072266 0 0 1 361.18408203 146.85664063a34.77832031 34.77832031 0 0 1 19.47832031 66.53583984A348.55576172 348.55576172 0 0 0 131.42832031 546.06904297a347.20576172 347.20576172 0 0 0 347.01240235 346.6265625 345.08408203 345.08408203 0 0 0 331.84160156-244.86328125 34.71416016 34.71416016 0 0 1 66.40664062 20.31503907 414.1265625 414.1265625 0 0 1-398.24824218 293.78320312z" ></path></symbol><symbol id="icon-zhu" viewBox="0 0 1024 1024"><path d="M256 448 128 448C92.608 448 64 476.608 64 512l0 320c0 35.392 28.608 64 64 64l128 0c35.392 0 64-28.608 64-64L320 512C320 476.608 291.392 448 256 448zM256 832 128 832 128 512l128 0L256 832zM896 320l-128 0c-35.392 0-64 28.608-64 64l0 448c0 35.392 28.608 64 64 64l128 0c35.392 0 64-28.608 64-64L960 384C960 348.608 931.392 320 896 320zM896 832l-128 0L768 384l128 0L896 832zM576 64 448 64C412.608 64 384 92.608 384 128l0 704c0 35.392 28.608 64 64 64l128 0c35.392 0 64-28.608 64-64L640 128C640 92.608 611.392 64 576 64zM576 832 448 832 448 128l128 0L576 832z" ></path></symbol><symbol id="icon-zuixiaohua" viewBox="0 0 1024 1024"><path d="M170.666667 469.333333h682.666666v85.333334H170.666667z" ></path></symbol><symbol id="icon-dui" viewBox="0 0 1024 1024"><path d="M521.728 88.576c-244.736 0-443.733333 198.997333-443.733333 443.733333s198.997333 443.733333 443.733333 443.733334 443.733333-198.997333 443.733333-443.733334-199.168-443.733333-443.733333-443.733333z m0 819.2c-207.018667 0-375.466667-168.448-375.466667-375.466667s168.448-375.466667 375.466667-375.466666 375.466667 168.448 375.466667 375.466666-168.448 375.466667-375.466667 375.466667z" ></path><path d="M682.325333 403.285333L486.912 598.698667l-116.565333-116.565334c-13.312-13.312-34.986667-13.312-48.298667 0-13.312 13.312-13.312 34.986667 0 48.298667l164.864 164.864 243.712-243.712c13.312-13.312 13.312-34.986667 0-48.298667s-34.986667-13.312-48.298667 0z" ></path></symbol><symbol id="icon-guanbi" viewBox="0 0 1024 1024"><path d="M687.16800031 336.00000031a37.31200031 37.31200031 0 0 0-52.73600062 0l-122.88 122.88-122.75199938-122.88a37.31200031 37.31200031 0 1 0-52.73600062 52.8L458.88000031 511.616 336.00000031 634.43199969a37.31200031 37.31200031 0 1 0 52.8 52.73600062l122.81599969-122.88 122.81599969 122.88a37.12000031 37.12000031 0 0 0 63.68000062-26.36800031 37.31200031 37.31200031 0 0 0-10.944-26.36800031l-122.88-122.88 122.88-122.75199938a37.31200031 37.31200031 0 0 0 0-52.8m-175.55200031 548.60799938a373.44 373.44 0 0 1-372.99199969-372.99199969 373.44 373.44 0 0 1 372.99199969-372.99199969 373.44 373.44 0 0 1 372.99199969 372.99199969 373.44 373.44 0 0 1-372.99199969 372.99199969M511.616 63.99999969a447.61600031 447.61600031 0 1 0 0 895.23200062A447.61600031 447.61600031 0 0 0 511.616 63.99999969" ></path></symbol><symbol id="icon-info-circle" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path><path d="M512 336m-48 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0Z" ></path><path d="M536 448h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z" ></path></symbol><symbol id="icon-ditu" viewBox="0 0 1024 1024"><path d="M864.84090925 740.57954538a7.67045462 7.67045462 0 0 1-4.21875 6.86505652l-218.99147773 111.68181848a7.67045462 7.67045462 0 0 1-7.09517039-0.0383519l-239.39488613-126.9460231a69.03409076 69.03409076 0 0 0-63.6647731-0.53693151L159.15909075 819.20170462V467.05113613l62.78267038-29.91477226a30.68181848 30.68181848 0 1 0-26.38636303-55.41903425l-75.9375 36.16619348A38.3522731 38.3522731 0 0 0 97.79545462 452.5539769v404.23295462a38.3522731 38.3522731 0 0 0 55.7258519 34.1335231l205.79829538-104.5866481a7.67045462 7.67045462 0 0 1 7.05681848 0.07670461l239.43323887 126.94602312a69.03409076 69.03409076 0 0 0 63.66477227 0.46022688l219.06818235-111.68181765a69.03409076 69.03409076 0 0 0 37.66193151-61.47869348V369.32954538a38.3522731 38.3522731 0 0 0-50.89346576-36.24289728l-69.03409075 23.89346577a30.68181848 30.68181848 0 0 0 20.05823803 57.98863613l38.50568235-13.34659075v338.95738613z" ></path><path d="M566.72869348 700.69318152C691.06676113 538.9616481 753.61931848 420.26136387 753.61931848 339.4147731a241.61931848 241.61931848 0 0 0-483.23863696 0c0 80.84659076 62.55255652 199.546875 186.890625 361.27840842a69.03409076 69.03409076 0 0 0 109.45738696 0z m-48.63068235-37.43181765a7.67045462 7.67045462 0 0 1-12.19602226 0C389.54119348 511.92329538 331.74431848 402.23579538 331.74431848 339.4147731a180.25568152 180.25568152 0 0 1 360.51136304 0c0 62.8210231-57.796875 172.5085231-174.15767039 323.84659077z" ></path><path d="M512 463.82954538a124.4147731 124.4147731 0 1 0 0-248.82954538 124.4147731 124.4147731 0 0 0 0 248.82954538z m0-61.36363614a63.05113613 63.05113613 0 1 1 0-126.10227311 63.05113613 63.05113613 0 0 1 0 126.10227312z" ></path></symbol><symbol id="icon-table" viewBox="0 0 1024 1024"><path d="M902 182H122c-16.59375001 0-30 13.40625001-30 30v600c0 16.59375001 13.40625001 30 30 30h780c16.59375001 0 30-13.40625001 30-30V212c0-16.59375001-13.40625001-30-30-30z m-37.5 195H665.75V249.5h198.75v127.5z m0 210H665.75V437h198.75v150zM418.25 437h187.5v150H418.25V437z m187.5-60H418.25V249.5h187.5v127.5z m-446.25 60h198.75v150H159.5V437z m0-187.5h198.75v127.5H159.5V249.5z m0 397.5h198.75v127.5H159.5V647z m258.75 0h187.5v127.5H418.25V647z m446.25 127.5H665.75V647h198.75v127.5z" ></path></symbol><symbol id="icon-linechart" viewBox="0 0 1024 1024"><path d="M939.80444445 830.57777778H157.01333333V120.60444445c0-5.00622222-4.096-9.10222222-9.10222222-9.10222223h-63.71555556c-5.00622222 0-9.10222222 4.096-9.10222222 9.10222223v782.7911111c0 5.00622222 4.096 9.10222222 9.10222222 9.10222223h855.6088889c5.00622222 0 9.10222222-4.096 9.10222222-9.10222223v-63.71555555c0-5.00622222-4.096-9.10222222-9.10222222-9.10222222z" ></path><path d="M277.39022222 655.01866667c3.52711111 3.52711111 9.216 3.52711111 12.85688889 0l157.35466667-156.55822222L592.78222222 644.55111111c3.52711111 3.52711111 9.32977778 3.52711111 12.85688889 0l313.344-313.23022222c3.52711111-3.52711111 3.52711111-9.32977778 0-12.85688889l-45.056-45.056c-3.52711111-3.52711111-9.32977778-3.52711111-12.85688889 0l-261.68888889 261.57511111L454.42844445 389.12c-3.52711111-3.52711111-9.32977778-3.52711111-12.8568889 0L232.448 596.992c-3.52711111 3.52711111-3.52711111 9.32977778 0 12.85688889l44.94222222 45.16977778z" ></path></symbol><symbol id="icon-star" viewBox="0 0 1024 1024"><path d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3-12.3 12.7-12.1 32.9 0.6 45.3l183.7 179.1-43.4 252.9c-1.2 6.9-0.1 14.1 3.2 20.3 8.2 15.6 27.6 21.7 43.2 13.4L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM664.8 561.6l36.1 210.3L512 672.7 323.1 772l36.1-210.3-152.8-149L417.6 382 512 190.7 606.4 382l211.2 30.7-152.8 148.9z" ></path></symbol><symbol id="icon-quanxuan1" viewBox="0 0 1024 1024"><path d="M429.734375 698.46875a42.1875 42.1875 0 0 1 0 56.953125l-2.53125 2.7421875L263.515625 912.78125a42.1875 42.1875 0 0 1-55.265625 2.3203125L205.5078125 912.78125 103.625 815.75a42.1875 42.1875 0 0 1 55.265625-63.28125l2.7421875 2.3203125 73.1953125 69.3984375 135.2109375-126.5625a42.1875 42.1875 0 0 1 59.6953125 1.8984375zM891.6875 769.5546875a42.1875 42.1875 0 0 1 0 84.375H554.1875a42.1875 42.1875 0 0 1 0-84.375zM429.734375 403.15625a42.1875 42.1875 0 0 1 0 57.1640625l-2.53125 2.53125L263.515625 617.46875a42.1875 42.1875 0 0 1-55.265625 2.3203125L205.5078125 617.46875 103.625 520.4375a42.1875 42.1875 0 0 1 55.265625-63.28125l2.7421875 2.3203125 73.1953125 69.609375 135.2109375-126.5625a42.1875 42.1875 0 0 1 59.6953125 1.6875zM891.6875 474.2421875a42.1875 42.1875 0 0 1 0 84.375H554.1875a42.1875 42.1875 0 0 1 0-84.375zM429.734375 108.0546875a42.1875 42.1875 0 0 1 0 56.953125l-2.109375 2.53125L263.515625 322.15625a42.1875 42.1875 0 0 1-55.265625 2.3203125L205.5078125 322.15625 103.625 225.125a42.1875 42.1875 0 0 1 55.265625-63.28125l2.7421875 2.53125L234.828125 233.5625l135.2109375-126.5625a42.1875 42.1875 0 0 1 59.6953125 1.0546875zM891.6875 179.140625a42.1875 42.1875 0 0 1 36.4921875 63.28125 42.1875 42.1875 0 0 1-36.4921875 21.09375H554.1875a42.1875 42.1875 0 0 1-36.4921875-21.09375 42.1875 42.1875 0 0 1 36.4921875-63.28125z m0 0" ></path></symbol><symbol id="icon-fanxuan" viewBox="0 0 1534 1024"><path d="M1044.84041646 465.36875a27.86874961 27.86874961 0 0 0-19.7712501-8.1912498 27.87000029 27.87000029 0 0 0-19.7724999 8.1912498L807.69041645 662.1875l-88.81874999-88.5375a27.97875 27.97875 0 0 0-19.8-8.1737499 27.9799998 27.9799998 0 0 0-19.80124981 8.17499971l-13.16125019 13.10500019a27.75624961 27.75624961 0 0 0-8.18249942 19.7162499c0 7.70249971 3.1275 14.6750001 8.18249942 19.7150001l118.63125 118.18125c9 9 22.5 10.125 33.07499999 4.275a26.9825001 26.9825001 0 0 0 16.9912503-8.3987499L1058.00166665 517.9625a28.03749961 28.03749961 0 0 0 8.0949999-19.74499981 28.0299999 28.0299999 0 0 0-8.04375-19.69125029l-13.2125001-13.1574999z m70.5387498-217.8h-79.70625l-1.2387498-83.98125C1034.30666704 107.4550001 988.77291694 62 932.62291626 62h-513.45C363.03416645 62 317.51166636 107.46125 317.41666626 163.57874961v511.26500039c0.0962499 56.15750039 45.6424998 101.64375 101.8125 101.64375h81.16875v83.925c0.12750029 56.13374971 45.66125039 101.5887498 101.8125 101.5887498H1115.60416626c56.17000019 0 101.7174999-45.48750029 101.81375068-101.63499961V349.21374981c-0.0962499-56.15624971-45.6424998-101.64375-101.81375068-101.64375h-0.23625l0.01125-0.00124981zM500.39791626 349.2125v358.93125H447.07291626c-33.6987501 0-61.02375029-27.2862501-61.0887498-60.96750029V191.2625c0-33.6362502 27.39499981-60.975 61.19999999-60.975H904.77916626c33.75 0 61.14375 27.33874981 61.14375 60.975l1.40625 56.30625H602.20916646c-56.17000019 0-101.7162501 45.48750029-101.81250001 101.63499961l0.00124981 0.00875039zM1150.47916626 835.8875c-0.03250019 31.35125039-25.45625039 56.7550002-56.81374981 56.7550002h-469.01249999c-31.36875029 0-56.80500029-25.3962501-56.86875-56.7500001V373.6237502c0.03125039-31.35125039 25.45499971-56.75625 56.81125019-56.75625h469.06875c31.35624961 0 56.7799998 25.40374981 56.8125 56.75374951v462.26500048l0.00249961 0.00124981z" ></path></symbol><symbol id="icon-key" viewBox="0 0 1024 1024"><path d="M608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5l-41.1 41.1-62.3-62.3c-3.1-3.1-8.2-3.1-11.4 0l-39.8 39.8c-3.1 3.1-3.1 8.2 0 11.4l62.3 62.3-44.9 44.9-62.3-62.3c-3.1-3.1-8.2-3.1-11.4 0l-39.8 39.8c-3.1 3.1-3.1 8.2 0 11.4l62.3 62.3-65.3 65.3c-3.1 3.1-3.1 8.2 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6C473 696.1 537.7 720 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112z m161.2 465.2C726.2 620.3 668.9 644 608 644c-60.9 0-118.2-23.7-161.2-66.8-43.1-43-66.8-100.3-66.8-161.2 0-60.9 23.7-118.2 66.8-161.2 43-43.1 100.3-66.8 161.2-66.8 60.9 0 118.2 23.7 161.2 66.8 43.1 43 66.8 100.3 66.8 161.2 0 60.9-23.7 118.2-66.8 161.2z" ></path></symbol><symbol id="icon-ellipsis" viewBox="0 0 1024 1024"><path d="M232 511m-56 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0Z" ></path><path d="M512 511m-56 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0Z" ></path><path d="M792 511m-56 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0Z" ></path></symbol><symbol id="icon-daochu" viewBox="0 0 1024 1024"><path d="M325.68 222.44H98.57v-59.89h227.11v59.89z" ></path><path d="M154.91 893.24H98.57v-676.1h56.34v676.1z m732.44 0H154.91V836.9h732.44v56.34z m0-56.34h-56.34V555.19h56.34V836.9z" ></path><path d="M927.4 382.27L645.53 135.09v494.36z" ></path><path d="M646.91 476.83V250.9C494.01 294.62 381.3 444.7 381.3 623.19c0 39.29 5.49 77.19 15.64 112.91 35.95-126.5 130.75-225.16 249.97-259.27z" ></path></symbol><symbol id="icon-daoru1" viewBox="0 0 1024 1024"><path d="M693.96 135.71h235.26v62.04H693.96v-62.04z" ></path><path d="M870.86 192.26h58.36v700.36h-58.36V192.26z m-758.73 642h758.72v58.36H112.13v-58.36z m0-291.82h58.36v291.82h-58.36V542.44z" ></path><path d="M463.53 701.41l256.05-291.99h-512.1z" ></path><path d="M365.58 410.85h234.03c-45.29-158.39-200.75-275.14-385.65-275.14-40.7 0-79.96 5.69-116.96 16.2 131.04 37.24 233.25 135.44 268.58 258.94z" ></path></symbol><symbol id="icon-zuidaping" viewBox="0 0 1024 1024"><path d="M182 789.8L392 579.8a33.6 33.6 0 1 1 47.4 48l-211.2 211.2h180a32.4 32.4 0 0 1 32.4 32.4 32.4 32.4 0 0 1-32.4 32.4H152a32.4 32.4 0 0 1-34.8-31.8V613.4a34.2 34.2 0 0 1 9.6-23.4 33.6 33.6 0 0 1 45.6 0 34.2 34.2 0 0 1 9.6 23.4v176.4zM842 227L627.8 440.6a33.6 33.6 0 0 1-47.4 0 34.2 34.2 0 0 1 0-48l211.2-210.6H615.8a32.4 32.4 0 1 1 0-64.8H872a32.4 32.4 0 0 1 32.4 32.4v258.6a32.4 32.4 0 0 1-64.8 0v-180zM124.4 414.8a32.4 32.4 0 0 1-22.8-9 33 33 0 0 1-9.6-22.8V124.4A32.4 32.4 0 0 1 124.4 92h258.6a32.4 32.4 0 0 1 0 64.8H156.8v226.2a33 33 0 0 1-9.6 22.8 32.4 32.4 0 0 1-22.8 9zM899.6 932h-258.6a32.4 32.4 0 0 1 0-64.8h226.2v-226.2a32.4 32.4 0 0 1 64.8 0v258.6a32.4 32.4 0 0 1-32.4 32.4z" ></path></symbol><symbol id="icon-niantie" viewBox="0 0 1024 1024"><path d="M295.1 62h126v63.45h-126V62z m379.8 0h126v63.45h-126V62zM485 62h126v63.45H485V62z m356.85 27.45h63.45v126h-63.45v-126z m0 189.9h63.45v126h-63.45v-126z m0 189.9h63.45v126h-63.45v-126z m0 190.35h63.45v126h-63.45v-126z m-106.2-442.8c0-23.4-18.9-42.3-42.3-42.3H304.55v-34.2h-63V174.5h-81c-23.4 0-42.3 18.9-42.3 42.3v441.9c0 9.9 4.95 18.9 12.15 24.75l267.3 267.3 0.9 0.9 0.45 0.45c0.45 0 0.45 0.45 0.9 0.45l0.45 0.45c0.45 0 0.45 0.45 0.9 0.45 0 0 0.45 0 0.45 0.45 0.45 0 0.45 0.45 0.9 0.45 0 0 0.45 0 0.45 0.45 0.45 0 0.45 0.45 0.9 0.45h0.45c0.45 0 0.9 0.45 1.35 0.45 0.45 0.45 0.9 0.45 1.35 0.45 2.7 1.35 5.85 2.25 9 2.7h277.65c23.4 0 42.3-18.9 42.3-42.3V827h81v-63.45h-81V216.8zM388.7 852.2l-162-162h162v162z m283.5 44.55h-220.5v-238.05c0-17.55-13.95-31.5-31.5-31.5h-238.5V237.95h490.5v658.8z" ></path></symbol><symbol id="icon-home" viewBox="0 0 1024 1024"><path d="M946.5 505L560.1 118.8l-25.9-25.9c-12.3-12.2-32.1-12.2-44.4 0L77.5 505c-12.3 12.3-18.9 28.6-18.8 46 0.4 35.2 29.7 63.3 64.9 63.3h42.5V940h691.8V614.3h43.4c17.1 0 33.2-6.7 45.3-18.8 12.1-12.1 18.7-28.2 18.7-45.3 0-17-6.7-33.1-18.8-45.2zM568 868H456V664h112v204z m217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z" ></path></symbol><symbol id="icon-down-circle" viewBox="0 0 1024 1024"><path d="M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3 0.1-12.7-6.4-12.7z" ></path><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path></symbol><symbol id="icon-up-circle" viewBox="0 0 1024 1024"><path d="M518.5 360.3c-3.2-4.4-9.7-4.4-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7H381c10.2 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246z" ></path><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path></symbol><symbol id="icon-indent" viewBox="0 0 1024 1024"><path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM400 646c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zM904 160H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM904 792H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519c4.5-3.5 4.5-10.3 0-13.9L142.4 381.9c-5.8-4.6-14.4-0.5-14.4 6.9v246.3c0 7.4 8.5 11.6 14.4 7z" ></path></symbol><symbol id="icon-outdent" viewBox="0 0 1024 1024"><path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM400 646c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zM904 160H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM904 792H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4 0.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1c-4.5 3.5-4.5 10.3 0 13.8z" ></path></symbol><symbol id="icon-doubleleft" viewBox="0 0 1024 1024"><path d="M272.9 512l265.4-339.1c4.1-5.2 0.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3c-9.1 11.6-9.1 27.9 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512z" ></path><path d="M576.9 512l265.4-339.1c4.1-5.2 0.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3c-9.1 11.6-9.1 27.9 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z" ></path></symbol><symbol id="icon-doubleright" viewBox="0 0 1024 1024"><path d="M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1c-4.1 5.2-0.4 12.9 6.3 12.9h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z" ></path><path d="M837.2 492.3L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1c-4.1 5.2-0.4 12.9 6.3 12.9h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z" ></path></symbol><symbol id="icon-user" viewBox="0 0 1024 1024"><path d="M858.5 763.6c-18.9-44.8-46.1-85-80.6-119.5-34.5-34.5-74.7-61.6-119.5-80.6-0.4-0.2-0.8-0.3-1.2-0.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-0.4 0.2-0.8 0.3-1.2 0.5-44.8 18.9-85 46-119.5 80.6-34.5 34.5-61.6 74.7-80.6 119.5C146.9 807.5 137 854 136 901.8c-0.1 4.5 3.5 8.2 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c0.1 4.4 3.6 7.8 8 7.8h60c4.5 0 8.1-3.7 8-8.2-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z" ></path></symbol><symbol id="icon-play-circle" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path><path d="M719.4 499.1l-296.1-215c-10.6-7.7-25.3-0.2-25.3 12.9v430c0 13.1 14.8 20.5 25.3 12.9l296.1-215c8.8-6.4 8.8-19.4 0-25.8z m-257.6 134V390.9L628.5 512 461.8 633.1z" ></path></symbol><symbol id="icon-eye-close" viewBox="0 0 1024 1024"><path d="M942.3 486.4l-0.1-0.1-0.1-0.1c-36.4-76.7-80-138.7-130.7-186L760.7 351c43.7 40.2 81.5 93.7 114.1 160.9C791.5 684.2 673.4 766 512 766c-51.3 0-98.3-8.3-141.2-25.1l-54.7 54.7C374.6 823.8 439.8 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0.1-51.3zM878.3 154.2l-42.4-42.4c-3.1-3.1-8.2-3.1-11.3 0L707.8 228.5C649.4 200.2 584.2 186 512 186c-192.2 0-335.4 100.5-430.2 300.3v0.1c-7.7 16.2-7.7 35.2 0 51.5 36.4 76.7 80 138.7 130.7 186.1L111.8 824.5c-3.1 3.1-3.1 8.2 0 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0l712.8-712.8c3.1-3 3.1-8.1 0-11.2zM398.9 537.4c-1.9-8.2-2.9-16.7-2.9-25.4 0-61.9 50.1-112 112-112 8.7 0 17.3 1 25.4 2.9L398.9 537.4z m184.5-184.5C560.5 342.1 535 336 508 336c-97.2 0-176 78.8-176 176 0 27 6.1 52.5 16.9 75.4L263.3 673c-43.7-40.2-81.5-93.7-114.1-160.9C232.6 339.8 350.7 258 512 258c51.3 0 98.3 8.3 141.2 25.1l-69.8 69.8z" ></path><path d="M508 624c-6.4 0-12.7-0.5-18.8-1.6l-51.1 51.1c21.4 9.3 45.1 14.4 69.9 14.4 97.2 0 176-78.8 176-176 0-24.8-5.1-48.5-14.4-69.9l-51.1 51.1c1 6.1 1.6 12.4 1.6 18.8C620 573.9 569.9 624 508 624z" ></path></symbol><symbol id="icon-timeout" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path><path d="M424 352h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zM648 352h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z" ></path></symbol><symbol id="icon-export" viewBox="0 0 1024 1024"><path d="M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7z" ></path><path d="M906.9 505.7L765 393.7c-5.3-4.2-13-0.4-13 6.3v76H438c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112c4.1-3.2 4.1-9.4 0-12.6z" ></path></symbol><symbol id="icon-question-circle" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path><path d="M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7c0-19.7 12.4-37.7 30.9-44.8 59-22.7 97.1-74.7 97.1-132.5 0.1-39.3-17.1-76-48.3-103.3z" ></path><path d="M512 732m-40 0a40 40 0 1 0 80 0 40 40 0 1 0-80 0Z" ></path></symbol><symbol id="icon-sync" viewBox="0 0 1024 1024"><path d="M168 504.2c1-43.7 10-86.1 26.9-126 17.3-41 42.1-77.7 73.7-109.4S337 212.3 378 195c42.4-17.9 87.4-27 133.9-27s91.5 9.1 133.8 27c40.9 17.3 77.7 42.1 109.3 73.8 9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47c-5.3 4.1-3.5 12.5 3 14.1l175.7 43c5 1.2 9.9-2.6 9.9-7.7l0.8-180.9c0-6.7-7.7-10.5-12.9-6.3l-56.4 44.1C765.8 155.1 646.2 92 511.8 92 282.7 92 96.3 275.6 92 503.8c-0.1 4.5 3.5 8.2 8 8.2h60c4.4 0 7.9-3.5 8-7.8zM924 512h-60c-4.4 0-7.9 3.5-8 7.8-1 43.7-10 86.1-26.9 126-17.3 41-42.1 77.8-73.7 109.4S687 811.7 646 829c-42.4 17.9-87.4 27-133.9 27s-91.5-9.1-133.9-27c-40.9-17.3-77.7-42.1-109.3-73.8-9.9-9.9-19.2-20.4-27.8-31.4l60.2-47c5.3-4.1 3.5-12.5-3-14.1l-175.7-43c-5-1.2-9.9 2.6-9.9 7.7l-0.7 181c0 6.7 7.7 10.5 12.9 6.3l56.4-44.1C258.2 868.9 377.8 932 512.2 932c229.2 0 415.5-183.7 419.8-411.8 0.1-4.5-3.5-8.2-8-8.2z" ></path></symbol><symbol id="icon-location" viewBox="0 0 1024 1024"><path d="M854.6 289.1c-18.8-43.4-45.7-82.3-79.9-115.7-34.2-33.4-73.9-59.5-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8-34.2 33.4-61.1 72.4-79.9 115.7-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153 6.9 4.1 14.7 6.1 22.4 6.1 7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1z" ></path><path d="M512 263c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176z m79.2 255.2C570 539.3 541.9 551 512 551c-29.9 0-58-11.7-79.2-32.8C411.7 497 400 468.9 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8C612.4 381 624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z" ></path></symbol><symbol id="icon-wrench" viewBox="0 0 1024 1024"><path d="M876.6 239.5c-0.5-0.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c0.8-0.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9 0.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 0.3l292.9-292.9c85.5 22.8 180.5 0.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-0.1-0.1-274 274.1-79.2-79.2 230.1-230.1s0 0.1 0.1 0.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6 39.2-39.2 92.1-57.3 144-53.5L537 318.9c-12.5 12.5-12.5 32.8 0 45.3l124.5 124.5c12.5 12.5 32.8 12.5 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z" ></path></symbol><symbol id="icon-reload" viewBox="0 0 1024 1024"><path d="M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-0.7-8.9-4.9-10.3l-56.7-19.5c-4.1-1.4-8.6 0.7-10.1 4.8-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4-31.6 31.6-68.4 56.4-109.3 73.8-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27-40.9-17.3-77.7-42.1-109.3-73.8-31.6-31.6-56.4-68.4-73.7-109.4-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27 40.9 17.3 77.7 42.1 109.3 73.8 9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47c-5.3 4.1-3.5 12.5 3 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l0.8-180.9c-0.1-6.6-7.8-10.3-13-6.2z" ></path></symbol><symbol id="icon-poweroff" viewBox="0 0 1024 1024"><path d="M705.6 124.9c-5.3-2.7-11.6 1.2-11.6 7.2v64.2c0 5.5 2.9 10.6 7.5 13.6 22.4 14.1 43.2 30.7 62.2 49.8 32.7 32.8 58.4 70.9 76.3 113.3 18.5 43.9 27.9 90.5 27.9 138.7 0 48.1-9.4 94.8-27.9 138.7-17.9 42.4-43.6 80.5-76.3 113.3-32.7 32.8-70.8 58.5-113.2 76.4-43.8 18.6-90.5 28-138.5 28s-94.7-9.4-138.5-28c-42.4-17.9-80.5-43.6-113.2-76.4-32.7-32.8-58.4-70.9-76.3-113.3-18.5-43.9-27.9-90.5-27.9-138.7 0-48.1 9.4-94.8 27.9-138.7 17.9-42.4 43.6-80.5 76.3-113.3 19-19 39.8-35.6 62.2-49.8 4.7-2.9 7.5-8.1 7.5-13.6V132c0-6-6.3-9.8-11.6-7.2C178.5 195.2 82 339.3 80 506.3 77.2 745.1 272.5 943.5 511.2 944c239 0.5 432.8-193.3 432.8-432.4 0-169.2-97-315.7-238.4-386.7z" ></path><path d="M480 560h64c4.4 0 8-3.6 8-8V88c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z" ></path></symbol><symbol id="icon-printer" viewBox="0 0 1024 1024"><path d="M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8z" ></path><path d="M852 332H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180z m304 664H360V568h304v276z m200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z" ></path></symbol><symbol id="icon-filter" viewBox="0 0 1024 1024"><path d="M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V642h182.9v156z m9.6-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z" ></path></symbol><symbol id="icon-share" viewBox="0 0 1024 1024"><path d="M752 664c-28.5 0-54.8 10-75.4 26.7L469.4 540.8c1.7-9.3 2.6-19 2.6-28.8s-0.9-19.4-2.6-28.8l207.2-149.9C697.2 350 723.5 360 752 360c66.2 0 120-53.8 120-120s-53.8-120-120-120-120 53.8-120 120c0 11.6 1.6 22.7 4.7 33.3L439.9 415.8C410.7 377.1 364.3 352 312 352c-88.4 0-160 71.6-160 160s71.6 160 160 160c52.3 0 98.7-25.1 127.9-63.8l196.8 142.5c-3.1 10.6-4.7 21.8-4.7 33.3 0 66.2 53.8 120 120 120s120-53.8 120-120-53.8-120-120-120z m0-476c28.7 0 52 23.3 52 52s-23.3 52-52 52-52-23.3-52-52 23.3-52 52-52zM312 600c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88z m440 236c-28.7 0-52-23.3-52-52s23.3-52 52-52 52 23.3 52 52-23.3 52-52 52z" ></path></symbol><symbol id="icon-orderedlist" viewBox="0 0 1024 1024"><path d="M920 760H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM920 192H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM920 476H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM216 712H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h72.4v20.5h-35.7c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h35.7V838H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4V716c0-2.2-1.8-4-4-4zM100 188h38v120c0 2.2 1.8 4 4 4h40c2.2 0 4-1.8 4-4V152c0-4.4-3.6-8-8-8h-78c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4zM216 428H100c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4h68.4l-70.3 77.7c-1.3 1.5-2.1 3.4-2.1 5.4V592c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4v-36c0-2.2-1.8-4-4-4h-68.4l70.3-77.7c1.3-1.5 2.1-3.4 2.1-5.4V432c0-2.2-1.8-4-4-4z" ></path></symbol><symbol id="icon-setting" viewBox="0 0 1024 1024"><path d="M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56c10.1-8.6 13.8-22.6 9.3-35.2l-0.9-2.6c-18.1-50.5-44.9-96.9-79.7-137.9l-1.8-2.1c-8.6-10.1-22.5-13.9-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85c-2.4-13.1-12.7-23.3-25.8-25.7l-2.7-0.5c-52.1-9.4-106.9-9.4-159 0l-2.7 0.5c-13.1 2.4-23.4 12.6-25.8 25.7l-15.8 85.4c-35.9 13.6-69.2 32.9-99 57.4l-81.9-29.1c-12.5-4.4-26.5-0.7-35.1 9.5l-1.8 2.1c-34.8 41.1-61.6 87.5-79.7 137.9l-0.9 2.6c-4.5 12.5-0.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5c-10.1 8.6-13.8 22.6-9.3 35.2l0.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1c8.6 10.1 22.5 13.9 35.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4c2.4 13.1 12.7 23.3 25.8 25.7l2.7 0.5c26.1 4.7 52.8 7.1 79.5 7.1 26.7 0 53.5-2.4 79.5-7.1l2.7-0.5c13.1-2.4 23.4-12.6 25.8-25.7l15.7-85c36.2-13.6 69.7-32.9 99.7-57.6l81.3 28.9c12.5 4.4 26.5 0.7 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l0.9-2.6c4.5-12.3 0.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9c-11.3 26.1-25.6 50.7-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97c-28.1 3.2-56.8 3.2-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9z" ></path><path d="M512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176z m79.2 255.2C570 602.3 541.9 614 512 614c-29.9 0-58-11.7-79.2-32.8C411.7 560 400 531.9 400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8C612.3 444 624 472.1 624 502c0 29.9-11.7 58-32.8 79.2z" ></path></symbol><symbol id="icon-eye" viewBox="0 0 1024 1024"><path d="M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3-7.7 16.2-7.7 35.2 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766z" ></path><path d="M508 336c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176z m0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" ></path></symbol><symbol id="icon-control" viewBox="0 0 1024 1024"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32z m-40 728H184V184h656v656z" ></path><path d="M340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zM404 485V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5z" ></path><path d="M340 683c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99z m0.1-115.7c0.3-0.6 0.7-1.2 1-1.8v-0.1l1.2-1.8c0.1-0.2 0.2-0.3 0.3-0.5 0.3-0.5 0.7-0.9 1-1.4 0.1-0.1 0.2-0.3 0.3-0.4 0.5-0.6 0.9-1.1 1.4-1.6l0.3-0.3 1.2-1.2 0.4-0.4c0.5-0.5 1-0.9 1.6-1.4 0.6-0.5 1.1-0.9 1.7-1.3 0.2-0.1 0.3-0.2 0.5-0.3 0.5-0.3 0.9-0.7 1.4-1 0.1-0.1 0.3-0.2 0.4-0.3 0.6-0.4 1.2-0.7 1.9-1.1 0.1-0.1 0.3-0.1 0.4-0.2 0.5-0.3 1-0.5 1.6-0.8l0.6-0.3c0.7-0.3 1.3-0.6 2-0.8 0.7-0.3 1.4-0.5 2.1-0.7 0.2-0.1 0.4-0.1 0.6-0.2 0.6-0.2 1.1-0.3 1.7-0.4 0.2 0 0.3-0.1 0.5-0.1 0.7-0.2 1.5-0.3 2.2-0.4 0.2 0 0.3 0 0.5-0.1 0.6-0.1 1.2-0.1 1.8-0.2h0.6c0.8 0 1.5-0.1 2.3-0.1s1.5 0 2.3 0.1h0.6c0.6 0 1.2 0.1 1.8 0.2 0.2 0 0.3 0 0.5 0.1 0.7 0.1 1.5 0.2 2.2 0.4 0.2 0 0.3 0.1 0.5 0.1 0.6 0.1 1.2 0.3 1.7 0.4 0.2 0.1 0.4 0.1 0.6 0.2 0.7 0.2 1.4 0.4 2.1 0.7 0.7 0.2 1.3 0.5 2 0.8l0.6 0.3c0.5 0.2 1.1 0.5 1.6 0.8 0.1 0.1 0.3 0.1 0.4 0.2 0.6 0.3 1.3 0.7 1.9 1.1 0.1 0.1 0.3 0.2 0.4 0.3 0.5 0.3 1 0.6 1.4 1 0.2 0.1 0.3 0.2 0.5 0.3 0.6 0.4 1.2 0.9 1.7 1.3s1.1 0.9 1.6 1.4l0.4 0.4 1.2 1.2 0.3 0.3c0.5 0.5 1 1.1 1.4 1.6 0.1 0.1 0.2 0.3 0.3 0.4 0.4 0.4 0.7 0.9 1 1.4 0.1 0.2 0.2 0.3 0.3 0.5l1.2 1.8s0 0.1 0.1 0.1c0.4 0.6 0.7 1.2 1 1.8 2.6 5 4.1 10.7 4.1 16.7s-1.5 11.7-4.1 16.7c-0.3 0.6-0.7 1.2-1 1.8 0 0 0 0.1-0.1 0.1l-1.2 1.8c-0.1 0.2-0.2 0.3-0.3 0.5-0.3 0.5-0.7 0.9-1 1.4-0.1 0.1-0.2 0.3-0.3 0.4-0.5 0.6-0.9 1.1-1.4 1.6l-0.3 0.3-1.2 1.2-0.4 0.4c-0.5 0.5-1 0.9-1.6 1.4-0.6 0.5-1.1 0.9-1.7 1.3-0.2 0.1-0.3 0.2-0.5 0.3-0.5 0.3-0.9 0.7-1.4 1-0.1 0.1-0.3 0.2-0.4 0.3-0.6 0.4-1.2 0.7-1.9 1.1-0.1 0.1-0.3 0.1-0.4 0.2-0.5 0.3-1 0.5-1.6 0.8l-0.6 0.3c-0.7 0.3-1.3 0.6-2 0.8-0.7 0.3-1.4 0.5-2.1 0.7-0.2 0.1-0.4 0.1-0.6 0.2-0.6 0.2-1.1 0.3-1.7 0.4-0.2 0-0.3 0.1-0.5 0.1-0.7 0.2-1.5 0.3-2.2 0.4-0.2 0-0.3 0-0.5 0.1-0.6 0.1-1.2 0.1-1.8 0.2h-0.6c-0.8 0-1.5 0.1-2.3 0.1s-1.5 0-2.3-0.1h-0.6c-0.6 0-1.2-0.1-1.8-0.2-0.2 0-0.3 0-0.5-0.1-0.7-0.1-1.5-0.2-2.2-0.4-0.2 0-0.3-0.1-0.5-0.1-0.6-0.1-1.2-0.3-1.7-0.4-0.2-0.1-0.4-0.1-0.6-0.2-0.7-0.2-1.4-0.4-2.1-0.7-0.7-0.2-1.3-0.5-2-0.8l-0.6-0.3c-0.5-0.2-1.1-0.5-1.6-0.8-0.1-0.1-0.3-0.1-0.4-0.2-0.6-0.3-1.3-0.7-1.9-1.1-0.1-0.1-0.3-0.2-0.4-0.3-0.5-0.3-1-0.6-1.4-1-0.2-0.1-0.3-0.2-0.5-0.3-0.6-0.4-1.2-0.9-1.7-1.3s-1.1-0.9-1.6-1.4l-0.4-0.4-1.2-1.2-0.3-0.3c-0.5-0.5-1-1.1-1.4-1.6-0.1-0.1-0.2-0.3-0.3-0.4-0.4-0.4-0.7-0.9-1-1.4-0.1-0.2-0.2-0.3-0.3-0.5l-1.2-1.8v-0.1c-0.4-0.6-0.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7z" ></path><path d="M620 539v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zM684 341v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5z" ></path><path d="M620 539c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99z m0.1-115.7c0.3-0.6 0.7-1.2 1-1.8v-0.1l1.2-1.8c0.1-0.2 0.2-0.3 0.3-0.5 0.3-0.5 0.7-0.9 1-1.4 0.1-0.1 0.2-0.3 0.3-0.4 0.5-0.6 0.9-1.1 1.4-1.6l0.3-0.3 1.2-1.2 0.4-0.4c0.5-0.5 1-0.9 1.6-1.4 0.6-0.5 1.1-0.9 1.7-1.3 0.2-0.1 0.3-0.2 0.5-0.3 0.5-0.3 0.9-0.7 1.4-1 0.1-0.1 0.3-0.2 0.4-0.3 0.6-0.4 1.2-0.7 1.9-1.1 0.1-0.1 0.3-0.1 0.4-0.2 0.5-0.3 1-0.5 1.6-0.8l0.6-0.3c0.7-0.3 1.3-0.6 2-0.8 0.7-0.3 1.4-0.5 2.1-0.7 0.2-0.1 0.4-0.1 0.6-0.2 0.6-0.2 1.1-0.3 1.7-0.4 0.2 0 0.3-0.1 0.5-0.1 0.7-0.2 1.5-0.3 2.2-0.4 0.2 0 0.3 0 0.5-0.1 0.6-0.1 1.2-0.1 1.8-0.2h0.6c0.8 0 1.5-0.1 2.3-0.1s1.5 0 2.3 0.1h0.6c0.6 0 1.2 0.1 1.8 0.2 0.2 0 0.3 0 0.5 0.1 0.7 0.1 1.5 0.2 2.2 0.4 0.2 0 0.3 0.1 0.5 0.1 0.6 0.1 1.2 0.3 1.7 0.4 0.2 0.1 0.4 0.1 0.6 0.2 0.7 0.2 1.4 0.4 2.1 0.7 0.7 0.2 1.3 0.5 2 0.8l0.6 0.3c0.5 0.2 1.1 0.5 1.6 0.8 0.1 0.1 0.3 0.1 0.4 0.2 0.6 0.3 1.3 0.7 1.9 1.1 0.1 0.1 0.3 0.2 0.4 0.3 0.5 0.3 1 0.6 1.4 1 0.2 0.1 0.3 0.2 0.5 0.3 0.6 0.4 1.2 0.9 1.7 1.3s1.1 0.9 1.6 1.4l0.4 0.4 1.2 1.2 0.3 0.3c0.5 0.5 1 1.1 1.4 1.6 0.1 0.1 0.2 0.3 0.3 0.4 0.4 0.4 0.7 0.9 1 1.4 0.1 0.2 0.2 0.3 0.3 0.5l1.2 1.8v0.1c0.4 0.6 0.7 1.2 1 1.8 2.6 5 4.1 10.7 4.1 16.7s-1.5 11.7-4.1 16.7c-0.3 0.6-0.7 1.2-1 1.8v0.1l-1.2 1.8c-0.1 0.2-0.2 0.3-0.3 0.5-0.3 0.5-0.7 0.9-1 1.4-0.1 0.1-0.2 0.3-0.3 0.4-0.5 0.6-0.9 1.1-1.4 1.6l-0.3 0.3-1.2 1.2-0.4 0.4c-0.5 0.5-1 0.9-1.6 1.4-0.6 0.5-1.1 0.9-1.7 1.3-0.2 0.1-0.3 0.2-0.5 0.3-0.5 0.3-0.9 0.7-1.4 1-0.1 0.1-0.3 0.2-0.4 0.3-0.6 0.4-1.2 0.7-1.9 1.1-0.1 0.1-0.3 0.1-0.4 0.2-0.5 0.3-1 0.5-1.6 0.8l-0.6 0.3c-0.7 0.3-1.3 0.6-2 0.8-0.7 0.3-1.4 0.5-2.1 0.7-0.2 0.1-0.4 0.1-0.6 0.2-0.6 0.2-1.1 0.3-1.7 0.4-0.2 0-0.3 0.1-0.5 0.1-0.7 0.2-1.5 0.3-2.2 0.4-0.2 0-0.3 0-0.5 0.1-0.6 0.1-1.2 0.1-1.8 0.2h-0.6c-0.8 0-1.5 0.1-2.3 0.1s-1.5 0-2.3-0.1h-0.6c-0.6 0-1.2-0.1-1.8-0.2-0.2 0-0.3 0-0.5-0.1-0.7-0.1-1.5-0.2-2.2-0.4-0.2 0-0.3-0.1-0.5-0.1-0.6-0.1-1.2-0.3-1.7-0.4-0.2-0.1-0.4-0.1-0.6-0.2-0.7-0.2-1.4-0.4-2.1-0.7-0.7-0.2-1.3-0.5-2-0.8l-0.6-0.3c-0.5-0.2-1.1-0.5-1.6-0.8-0.1-0.1-0.3-0.1-0.4-0.2-0.6-0.3-1.3-0.7-1.9-1.1-0.1-0.1-0.3-0.2-0.4-0.3-0.5-0.3-1-0.6-1.4-1-0.2-0.1-0.3-0.2-0.5-0.3-0.6-0.4-1.2-0.9-1.7-1.3s-1.1-0.9-1.6-1.4l-0.4-0.4-1.2-1.2-0.3-0.3c-0.5-0.5-1-1.1-1.4-1.6-0.1-0.1-0.2-0.3-0.3-0.4-0.4-0.4-0.7-0.9-1-1.4-0.1-0.2-0.2-0.3-0.3-0.5l-1.2-1.8v-0.1c-0.4-0.6-0.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7z" ></path></symbol><symbol id="icon-file-copy" viewBox="0 0 1024 1024"><path d="M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32z" ></path><path d="M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" ></path></symbol><symbol id="icon-star-fill" viewBox="0 0 1024 1024"><path d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3-12.3 12.7-12.1 32.9 0.6 45.3l183.7 179.1-43.4 252.9c-1.2 6.9-0.1 14.1 3.2 20.3 8.2 15.6 27.6 21.7 43.2 13.4L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z" ></path></symbol><symbol id="icon-zoomout" viewBox="0 0 1024 1024"><path d="M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" ></path><path d="M921 867L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" ></path></symbol><symbol id="icon-zoomin" viewBox="0 0 1024 1024"><path d="M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" ></path><path d="M921 867L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" ></path></symbol><symbol id="icon-edit-square" viewBox="0 0 1024 1024"><path d="M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z" ></path><path d="M355.9 534.9L354 653.8c-0.1 8.9 7.1 16.2 16 16.2h0.4l118-2.9c2-0.1 4-0.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1 0.8-5.7 2.3l-415.8 415c-1.4 1.5-2.3 3.5-2.3 5.6z m63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1 0.7-46.4z" ></path></symbol><symbol id="icon-save" viewBox="0 0 1024 1024"><path d="M893.3 293.3L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184z m456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840z" ></path><path d="M512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z m0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z" ></path></symbol><symbol id="icon-cloud-upload" viewBox="0 0 1024 1024"><path d="M518.3 459c-3.2-4.1-9.4-4.1-12.6 0l-112 141.7c-4.1 5.2-0.4 12.9 6.3 12.9h73.9V856c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V613.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 459z" ></path><path d="M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6 0.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4 14.9-19.2 32.6-35.9 52.4-49.9 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7-23.4 23.4-54.5 36.3-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z" ></path></symbol><symbol id="icon-cloud-download" viewBox="0 0 1024 1024"><path d="M624 706.3h-74.1V464c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v242.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.7c3.2 4.1 9.4 4.1 12.6 0l112-141.7c4.1-5.2 0.4-12.9-6.3-12.9z" ></path><path d="M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6 0.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4 14.9-19.2 32.6-35.9 52.4-49.9 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7-23.4 23.4-54.5 36.3-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z" ></path></symbol><symbol id="icon-close" viewBox="0 0 1024 1024"><path d="M563.8 512l262.5-312.9c4.4-5.2 0.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9c-4.4 5.2-0.7 13.1 6.1 13.1h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z" ></path></symbol><symbol id="icon-sousuo" viewBox="0 0 1024 1024"><path d="M970.837333 919.850667l-205.696-205.653334A382.421333 382.421333 0 0 0 853.333333 469.333333a384 384 0 0 0-384-384 384 384 0 0 0-384 384 384 384 0 0 0 384 384 382.421333 382.421333 0 0 0 244.906667-88.192l205.653333 205.653334a36.053333 36.053333 0 0 0 50.986667 0 36.266667 36.266667 0 0 0-0.042667-50.944z m-380.117333-162.986667c-38.4 16.256-79.189333 24.448-121.386667 24.448a311.296 311.296 0 0 1-220.586666-91.392A311.296 311.296 0 0 1 157.312 469.333333 311.296 311.296 0 0 1 248.746667 248.746667 311.296 311.296 0 0 1 469.333333 157.354667a311.296 311.296 0 0 1 220.586667 91.392A311.296 311.296 0 0 1 781.354667 469.333333a311.296 311.296 0 0 1-91.392 220.586667 310.186667 310.186667 0 0 1-99.242667 66.901333z" ></path></symbol><symbol id="icon-plus" viewBox="0 0 1024 1024"><path d="M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z" ></path><path d="M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z" ></path></symbol></svg>',function(l){var c=(c=document.getElementsByTagName("script"))[c.length-1],h=c.getAttribute("data-injectcss"),c=c.getAttribute("data-disable-injectsvg");if(!c){var a,o,t,v,i,s=function(c,h){h.parentNode.insertBefore(c,h)};if(h&&!l.__iconfont__svg__cssinject__){l.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(c){console&&console.log(c)}}a=function(){var c,h=document.createElement("div");h.innerHTML=l._iconfont_svg_string_4493796,(h=h.getElementsByTagName("svg")[0])&&(h.setAttribute("aria-hidden","true"),h.style.position="absolute",h.style.width=0,h.style.height=0,h.style.overflow="hidden",h=h,(c=document.body).firstChild?s(h,c.firstChild):c.appendChild(h))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(a,0):(o=function(){document.removeEventListener("DOMContentLoaded",o,!1),a()},document.addEventListener("DOMContentLoaded",o,!1)):document.attachEvent&&(t=a,v=l.document,i=!1,z(),v.onreadystatechange=function(){"complete"==v.readyState&&(v.onreadystatechange=null,p())})}function p(){i||(i=!0,t())}function z(){try{v.documentElement.doScroll("left")}catch(c){return void setTimeout(z,50)}p()}}(window);
\ No newline at end of file
{
"id": "4493796",
"name": "gis常用基础按钮",
"font_family": "iconfont",
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "5424655",
"name": "right",
"font_class": "right",
"unicode": "e632",
"unicode_decimal": 58930
},
{
"icon_id": "5424656",
"name": "down",
"font_class": "down",
"unicode": "e633",
"unicode_decimal": 58931
},
{
"icon_id": "5424657",
"name": "left",
"font_class": "left",
"unicode": "e637",
"unicode_decimal": 58935
},
{
"icon_id": "5424658",
"name": "up",
"font_class": "up",
"unicode": "e638",
"unicode_decimal": 58936
},
{
"icon_id": "30334329",
"name": "最小屏",
"font_class": "zuixiaoping",
"unicode": "e730",
"unicode_decimal": 59184
},
{
"icon_id": "428403",
"name": "还原屏",
"font_class": "huanyuan",
"unicode": "e65b",
"unicode_decimal": 58971
},
{
"icon_id": "5874076",
"name": "最大化",
"font_class": "zuidahua",
"unicode": "eb7a",
"unicode_decimal": 60282
},
{
"icon_id": "586888",
"name": "fire",
"font_class": "fire",
"unicode": "e79f",
"unicode_decimal": 59295
},
{
"icon_id": "8652820",
"name": "停止",
"font_class": "tingzhi",
"unicode": "e649",
"unicode_decimal": 58953
},
{
"icon_id": "4936480",
"name": "down-circle-fill",
"font_class": "down-circle-fill",
"unicode": "e89b",
"unicode_decimal": 59547
},
{
"icon_id": "6170643",
"name": "删除",
"font_class": "shanchu",
"unicode": "e612",
"unicode_decimal": 58898
},
{
"icon_id": "4767102",
"name": "rollback",
"font_class": "rollback",
"unicode": "e7fe",
"unicode_decimal": 59390
},
{
"icon_id": "22205972",
"name": "分屏",
"font_class": "fenping",
"unicode": "e6a0",
"unicode_decimal": 59040
},
{
"icon_id": "33844144",
"name": "cad",
"font_class": "cad",
"unicode": "e731",
"unicode_decimal": 59185
},
{
"icon_id": "4766680",
"name": "bell",
"font_class": "bell",
"unicode": "e7c4",
"unicode_decimal": 59332
},
{
"icon_id": "4936456",
"name": "drag",
"font_class": "drag",
"unicode": "e842",
"unicode_decimal": 59458
},
{
"icon_id": "4766468",
"name": "add",
"font_class": "add",
"unicode": "e7b7",
"unicode_decimal": 59319
},
{
"icon_id": "4766470",
"name": "exclamation",
"font_class": "exclamation",
"unicode": "e7b9",
"unicode_decimal": 59321
},
{
"icon_id": "4766474",
"name": "markdown",
"font_class": "markdown",
"unicode": "e7bc",
"unicode_decimal": 59324
},
{
"icon_id": "4766475",
"name": "unknown",
"font_class": "unknown",
"unicode": "e7bd",
"unicode_decimal": 59325
},
{
"icon_id": "4766476",
"name": "ppt",
"font_class": "ppt",
"unicode": "e7be",
"unicode_decimal": 59326
},
{
"icon_id": "4766478",
"name": "file",
"font_class": "file",
"unicode": "e7c0",
"unicode_decimal": 59328
},
{
"icon_id": "4766480",
"name": "text",
"font_class": "text",
"unicode": "e7c2",
"unicode_decimal": 59330
},
{
"icon_id": "32687791",
"name": "shp",
"font_class": "shp",
"unicode": "e600",
"unicode_decimal": 58880
},
{
"icon_id": "4766469",
"name": "excel",
"font_class": "excel",
"unicode": "e7d5",
"unicode_decimal": 59349
},
{
"icon_id": "4766472",
"name": "pdf",
"font_class": "pdf",
"unicode": "e7d7",
"unicode_decimal": 59351
},
{
"icon_id": "4766473",
"name": "image",
"font_class": "image",
"unicode": "e7d8",
"unicode_decimal": 59352
},
{
"icon_id": "4766477",
"name": "word",
"font_class": "word",
"unicode": "e7dc",
"unicode_decimal": 59356
},
{
"icon_id": "4766479",
"name": "zip",
"font_class": "zip",
"unicode": "e7df",
"unicode_decimal": 59359
},
{
"icon_id": "18169761",
"name": "数据库,数据",
"font_class": "database",
"unicode": "e940",
"unicode_decimal": 59712
},
{
"icon_id": "19041723",
"name": "树形",
"font_class": "shuxing",
"unicode": "e60d",
"unicode_decimal": 58893
},
{
"icon_id": "11892052",
"name": "图表",
"font_class": "pie",
"unicode": "e646",
"unicode_decimal": 58950
},
{
"icon_id": "688149",
"name": "柱状图",
"font_class": "zhu",
"unicode": "e7b5",
"unicode_decimal": 59317
},
{
"icon_id": "5387532",
"name": "最小化",
"font_class": "zuixiaohua",
"unicode": "eaf5",
"unicode_decimal": 60149
},
{
"icon_id": "11391508",
"name": "对",
"font_class": "dui",
"unicode": "e636",
"unicode_decimal": 58934
},
{
"icon_id": "11654064",
"name": "关闭",
"font_class": "guanbi",
"unicode": "e634",
"unicode_decimal": 58932
},
{
"icon_id": "4765727",
"name": "info-circle",
"font_class": "info-circle",
"unicode": "e77e",
"unicode_decimal": 59262
},
{
"icon_id": "11521313",
"name": "地图",
"font_class": "ditu",
"unicode": "e778",
"unicode_decimal": 59256
},
{
"icon_id": "4766919",
"name": "table",
"font_class": "table",
"unicode": "e7de",
"unicode_decimal": 59358
},
{
"icon_id": "4766298",
"name": "line chart",
"font_class": "linechart",
"unicode": "e7d1",
"unicode_decimal": 59345
},
{
"icon_id": "4766954",
"name": "star",
"font_class": "star",
"unicode": "e839",
"unicode_decimal": 59449
},
{
"icon_id": "23981145",
"name": "全选",
"font_class": "quanxuan1",
"unicode": "e658",
"unicode_decimal": 58968
},
{
"icon_id": "2003957",
"name": "反选",
"font_class": "fanxuan",
"unicode": "e614",
"unicode_decimal": 58900
},
{
"icon_id": "4766960",
"name": "key",
"font_class": "key",
"unicode": "e83f",
"unicode_decimal": 59455
},
{
"icon_id": "4767094",
"name": "ellipsis",
"font_class": "ellipsis",
"unicode": "e7fc",
"unicode_decimal": 59388
},
{
"icon_id": "27253651",
"name": "导出",
"font_class": "daochu",
"unicode": "e610",
"unicode_decimal": 58896
},
{
"icon_id": "27253652",
"name": "导入",
"font_class": "daoru1",
"unicode": "e611",
"unicode_decimal": 58897
},
{
"icon_id": "30284120",
"name": "最大屏",
"font_class": "zuidaping",
"unicode": "e728",
"unicode_decimal": 59176
},
{
"icon_id": "13070874",
"name": "粘贴",
"font_class": "niantie",
"unicode": "e6b9",
"unicode_decimal": 59065
},
{
"icon_id": "4766685",
"name": "home",
"font_class": "home",
"unicode": "e801",
"unicode_decimal": 59393
},
{
"icon_id": "4765729",
"name": "down-circle",
"font_class": "down-circle",
"unicode": "e77f",
"unicode_decimal": 59263
},
{
"icon_id": "4765745",
"name": "up-circle",
"font_class": "up-circle",
"unicode": "e785",
"unicode_decimal": 59269
},
{
"icon_id": "4767050",
"name": "indent",
"font_class": "indent",
"unicode": "e7f3",
"unicode_decimal": 59379
},
{
"icon_id": "4767051",
"name": "outdent",
"font_class": "outdent",
"unicode": "e7f4",
"unicode_decimal": 59380
},
{
"icon_id": "4767018",
"name": "doubleleft",
"font_class": "doubleleft",
"unicode": "e85c",
"unicode_decimal": 59484
},
{
"icon_id": "4767019",
"name": "double right",
"font_class": "doubleright",
"unicode": "e85d",
"unicode_decimal": 59485
},
{
"icon_id": "4766293",
"name": "user",
"font_class": "user",
"unicode": "e7ce",
"unicode_decimal": 59342
},
{
"icon_id": "4765735",
"name": "play-circle",
"font_class": "play-circle",
"unicode": "e781",
"unicode_decimal": 59265
},
{
"icon_id": "8092167",
"name": "eye-close",
"font_class": "eye-close",
"unicode": "e8ff",
"unicode_decimal": 59647
},
{
"icon_id": "4765742",
"name": "time out",
"font_class": "timeout",
"unicode": "e792",
"unicode_decimal": 59282
},
{
"icon_id": "4765958",
"name": "export",
"font_class": "export",
"unicode": "e7a7",
"unicode_decimal": 59303
},
{
"icon_id": "4765736",
"name": "question-circle",
"font_class": "question-circle",
"unicode": "e78c",
"unicode_decimal": 59276
},
{
"icon_id": "4765811",
"name": "sync",
"font_class": "sync",
"unicode": "e797",
"unicode_decimal": 59287
},
{
"icon_id": "4765897",
"name": "location",
"font_class": "location",
"unicode": "e7a5",
"unicode_decimal": 59301
},
{
"icon_id": "4766973",
"name": "wrench",
"font_class": "wrench",
"unicode": "e84b",
"unicode_decimal": 59467
},
{
"icon_id": "4765852",
"name": "reload",
"font_class": "reload",
"unicode": "e79b",
"unicode_decimal": 59291
},
{
"icon_id": "4765887",
"name": "poweroff",
"font_class": "poweroff",
"unicode": "e7a0",
"unicode_decimal": 59296
},
{
"icon_id": "4766887",
"name": "printer",
"font_class": "printer",
"unicode": "e824",
"unicode_decimal": 59428
},
{
"icon_id": "4766688",
"name": "filter",
"font_class": "filter",
"unicode": "e803",
"unicode_decimal": 59395
},
{
"icon_id": "4766985",
"name": "share",
"font_class": "share",
"unicode": "e84f",
"unicode_decimal": 59471
},
{
"icon_id": "4767061",
"name": "ordered list",
"font_class": "orderedlist",
"unicode": "e873",
"unicode_decimal": 59507
},
{
"icon_id": "4765891",
"name": "setting",
"font_class": "setting",
"unicode": "e7a3",
"unicode_decimal": 59299
},
{
"icon_id": "4765896",
"name": "eye",
"font_class": "eye",
"unicode": "e7a4",
"unicode_decimal": 59300
},
{
"icon_id": "4765969",
"name": "control",
"font_class": "control",
"unicode": "e7b0",
"unicode_decimal": 59312
},
{
"icon_id": "4766481",
"name": "file-copy",
"font_class": "file-copy",
"unicode": "e7ee",
"unicode_decimal": 59374
},
{
"icon_id": "4936673",
"name": "star-fill",
"font_class": "star-fill",
"unicode": "e90e",
"unicode_decimal": 59662
},
{
"icon_id": "5756279",
"name": "zoom out",
"font_class": "zoomout",
"unicode": "e987",
"unicode_decimal": 59783
},
{
"icon_id": "5756284",
"name": "zoom in",
"font_class": "zoomin",
"unicode": "e98c",
"unicode_decimal": 59788
},
{
"icon_id": "4765957",
"name": "edit-square",
"font_class": "edit-square",
"unicode": "e7a6",
"unicode_decimal": 59302
},
{
"icon_id": "4765959",
"name": "save",
"font_class": "save",
"unicode": "e7a8",
"unicode_decimal": 59304
},
{
"icon_id": "4766901",
"name": "cloud-upload",
"font_class": "cloud-upload",
"unicode": "e827",
"unicode_decimal": 59431
},
{
"icon_id": "4766903",
"name": "cloud-download",
"font_class": "cloud-download",
"unicode": "e829",
"unicode_decimal": 59433
},
{
"icon_id": "4767096",
"name": "close",
"font_class": "close",
"unicode": "e889",
"unicode_decimal": 59529
},
{
"icon_id": "10514900",
"name": "搜索",
"font_class": "sousuo",
"unicode": "e635",
"unicode_decimal": 58933
},
{
"icon_id": "7834345",
"name": "plus",
"font_class": "plus",
"unicode": "e9a9",
"unicode_decimal": 59817
}
]
}
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
blockquote,body,dd,dir,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,input,legend,menu,ol,optgroup,p,pre,tbody,td,textarea,tfoot,th,thead,ul{margin:0;padding:0}ol,ul{list-style-type:none;list-style-image:none}a{text-decoration:none;background-color:transparent}a:active,a:hover{outline-width:0}a:focus{outline:1px dotted}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;font-size:62.5%}body{font-size:14px;line-height:1.8}body,button,input,select,textarea{font-family:helvetica neue,arial,hiragino sans gb,stheiti,wenquanyi micro hei,\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;-ms-text-autospace:ideograph-alpha ideograph-numeric ideograph-parenthesis;text-spacing:ideograph-alpha ideograph-numeric ideograph-parenthesis}h1,h2,h3,h4,h5,h6{font-weight:400}h1{font-size:36px}h2{font-size:30px}h3{font-size:22px}h4{font-size:18px}h5{font-size:14px}h6{font-size:12px}abbr,acronym{border-bottom:1px dotted;cursor:help}b,strong{font-weight:700}dfn{font-style:italic}hr{box-sizing:content-box;height:0}mark{background-color:#d2e5ff;color:#000}code,kbd,pre,samp{font-family:monaco,menlo,consolas,courier new,courier,monospace}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;overflow:auto}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:85.7%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}table{border-collapse:collapse;border-spacing:0}th{text-align:left}table td,table th{border:1px solid #ddd;padding:8px 10px}table th{font-weight:inherit;border-bottom-width:2px;border-bottom-color:#ccc}img{border-style:none;width:auto\9;height:auto;max-width:100%;vertical-align:top;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border-style:none;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{*overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border-style:none;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}textarea{overflow:auto;resize:vertical}option:disabled:checked,select:disabled option:checked{color:#d2d2d2}@media screen and (-webkit-min-device-pixel-ratio:0){input{line-height:normal!important}}input::-moz-placeholder,textarea::-moz-placeholder{color:#a9a9a9;opacity:1}label{cursor:pointer}select[multiple],select[size],select[size][multiple]{border:1px solid #aaa;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}[draggable]{cursor:move}.dib{display:inline-block;*display:inline;*zoom:1}.dib-box{font-size:0;*word-spacing:-1px}@media (-webkit-min-device-pixel-ratio:0){.dib-box{letter-spacing:-5px}}.dib-box .dib{vertical-align:top;font-size:12px;letter-spacing:normal;word-spacing:normal;line-height:inherit}.dib-box .justify,.justify{font-size:0;line-height:inherit}.justify{text-align:justify;text-justify:inter-ideograph;*zoom:1;-moz-text-align-last:justify;text-align-last:justify}.justify:after{content:"";display:inline-block;width:100%}.justify .dib{-moz-text-align-last:auto;text-align-last:auto;text-justify:auto;text-align:left;font-size:12px;letter-spacing:normal;word-spacing:normal}.arrow{font-size:0;width:0;height:0;line-height:0;display:inline-block;*display:inline;*zoom:1;vertical-align:-2px;border:0 dashed transparent;border-width:6px}.arrow-top{border-bottom-style:solid;border-bottom-color:#2ab2df}.arrow-bottom{border-top-style:solid;border-top-color:#2ab2df}.arrow-left{border-right-style:solid;border-right-color:#2ab2df}.arrow-right{border-left-style:solid;border-left-color:#2ab2df}.arrow-left-top{border-left-width:0!important}.arrow-left-top,.arrow-right-top{border-top-style:solid;border-top-color:#2ab2df}.arrow-right-top{border-right-width:0!important}.arrow-left-bottom{border-left-width:0!important}.arrow-left-bottom,.arrow-right-bottom{border-bottom-style:solid;border-bottom-color:#2ab2df}.arrow-right-bottom{border-right-width:0!important}.fluid-media{position:relative}.fluid-media div,.fluid-media embed,.fluid-media iframe,.fluid-media object,.fluid-media video{position:absolute;width:100%;height:100%;left:0;top:0}.widescreen{padding-bottom:56.25%}.narrowscreen{padding-bottom:75%}.wole,.youku{padding-top:40px}.tudou{padding-top:50px}.iqiyi{padding-top:45px}.youtube{padding-top:30px}.center-box{font-size:0;*word-spacing:-1px;height:100%}@media (-webkit-min-device-pixel-ratio:0){.center-box{letter-spacing:-5px}}.center-box .center-hack{display:inline-block;*display:inline;*zoom:1;font-size:0;width:0;height:100%;vertical-align:middle}.center-box .center-body{letter-spacing:normal;word-spacing:normal;font-size:12px;white-space:normal;word-wrap:break-word}.center-box .center-body,.center-box .center-img{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding:0!important;margin:0!important;width:100%}.center-box .center-img{text-align:center;font-size:0}.center-box img{vertical-align:middle}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}.clearall{overflow:hidden;_overflow:visible;*zoom:1}.clearcell{display:table-cell;*zoom:1}.clearcell:after{clear:both;display:block;visibility:visible;overflow:hidden;height:0!important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "}.nowrap{white-space:nowrap;word-wrap:normal}.wrap{white-space:normal;word-wrap:break-word}.hidden,.hide{display:none}.ellipsis{display:block;word-wrap:normal;text-overflow:ellipsis;text-align:left}.ellipsis,.text-hide{white-space:nowrap;overflow:hidden}.text-hide{text-indent:100%}.clip-hide{position:absolute!important;clip:rect(1px,1px,1px,1px);padding:0!important;border:0 none!important;height:1px!important;width:1px!important}.clip-hide,.ir{overflow:hidden}.ir{z-index:-1}.ir,.ir-bg{position:relative}.ir-bg{z-index:1}.ime-inactive{ime-mode:inactive!important}.select-no-appearance{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-overflow:"";text-indent:.01px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.rmb,.yuan{font-family:arial;font-style:normal}.btn{box-sizing:content-box;display:inline-block;border:1px solid #ddd;*border:0 none;border-radius:2px;*margin-right:.3em;margin-bottom:0;padding:0 10px;*padding:1px 10px;width:auto;height:21px;line-height:21px;font-size:12px;font-weight:700;cursor:pointer;border-bottom-color:#bbb!important;background-color:#f4f4f4;background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#eee));background-image:-webkit-linear-gradient(top,#f8f8f8,#eee);background-image:linear-gradient(180deg,#f8f8f8,#eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffeeeeee',GradientType=0)}.btn,.btn:hover,.btn:visited{color:#333!important}.btn:hover{box-shadow:none;background-color:#ededed;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#f2f2f2,#e6e6e6);background-image:linear-gradient(180deg,#f2f2f2,#e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe6e6e6',GradientType=0)}.btn:active,.btn:hover{background-repeat:repeat-x}.btn:active{background-color:#ebebeb;background-image:-webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#e6e6e6,#f2f2f2);background-image:linear-gradient(180deg,#e6e6e6,#f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6',endColorstr='#fff2f2f2',GradientType=0)}.btn-error{border-color:transparent;border-bottom-color:#c21b1b!important;background-color:#ff3636;background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,from(#f44),to(#f22));background-image:-webkit-linear-gradient(top,#f44,#f22);background-image:linear-gradient(180deg,#f44,#f22);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff4444',endColorstr='#ffff2222',GradientType=0)}.btn-error,.btn-error:hover,.btn-error:visited{color:#fff!important}.btn-error:hover{background-color:#e41b1b;background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,from(#ee2020),to(#d51314));background-image:-webkit-linear-gradient(top,#ee2020,#d51314);background-image:linear-gradient(180deg,#ee2020,#d51314);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee2020',endColorstr='#ffd51314',GradientType=0)}.btn-error:active{background-color:#df1819;background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,from(#d51314),to(#ee2020));background-image:-webkit-linear-gradient(top,#d51314,#ee2020);background-image:linear-gradient(180deg,#d51314,#ee2020);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd51314',endColorstr='#ffee2020',GradientType=0)}.btn-warning{border-color:transparent;border-bottom-color:#cf370c!important;background-color:#ff4e00;background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,from(#f50),to(#f40));background-image:-webkit-linear-gradient(top,#f50,#f40);background-image:linear-gradient(180deg,#f50,#f40);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff5500',endColorstr='#ffff4400',GradientType=0)}.btn-warning,.btn-warning:hover,.btn-warning:visited{color:#fff!important}.btn-warning:hover{background-color:#ef4000;background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,from(#f40),to(#d73900));background-image:-webkit-linear-gradient(top,#f40,#d73900);background-image:linear-gradient(180deg,#f40,#d73900);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff4400',endColorstr='#ffd73900',GradientType=0)}.btn-warning:active{background-color:#e73d00;background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,from(#d73900),to(#f40));background-image:-webkit-linear-gradient(top,#d73900,#f40);background-image:linear-gradient(180deg,#d73900,#f40);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd73900',endColorstr='#ffff4400',GradientType=0)}.btn-primary{border-color:transparent;border-bottom-color:#0960ab!important;background-color:#4288c5;background-image:-webkit-gradient(linear,left top,left bottom,from(#488fcd),to(#3a7db8));background-image:-webkit-linear-gradient(top,#488fcd,#3a7db8);background-image:linear-gradient(180deg,#488fcd,#3a7db8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff488fcd',endColorstr='#ff3a7db8',GradientType=0);background-repeat:repeat-x}.btn-primary,.btn-primary:hover,.btn-primary:visited{color:#fff!important}.btn-primary:hover{background-color:#3579b5;background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,from(#4087c6),to(#25659c));background-image:-webkit-linear-gradient(top,#4087c6,#25659c);background-image:linear-gradient(180deg,#4087c6,#25659c);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4087c6',endColorstr='#ff25659c',GradientType=0)}.btn-primary:active{background-color:#3073ad;background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,from(#25659c),to(#4087c6));background-image:-webkit-linear-gradient(top,#25659c,#4087c6);background-image:linear-gradient(180deg,#25659c,#4087c6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff25659c',endColorstr='#ff4087c6',GradientType=0)}.btn-disabled{border:1px solid #e0e0e0;border-bottom-color:#ccc!important;cursor:default}.btn-disabled,.btn-disabled:hover,.btn-disabled:visited{color:#ccc!important;background-color:#ededed;background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#f2f2f2,#e6e6e6);background-image:linear-gradient(180deg,#f2f2f2,#e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe6e6e6',GradientType=0)}.btn-group{overflow:hidden}.btn-group .btn{float:left;margin:0;border-radius:0;border-left-width:0}.btn-group .btn-group .btn:first-child{border-left-width:1px;border-radius:2px 0 0 2px}.btn-group .btn:last-child{border-radius:0 2px 2px 0}.btn-xlarge{padding:0 20px;height:43px;line-height:43px;font-size:18px}.btn-large{padding:0 20px;height:38px;line-height:38px;font-size:14px}.btn-medium{height:28px;line-height:28px;padding:0 20px}.btn-small{height:26px;line-height:26px;padding:0 20px}.btn-xsmall{height:23px;line-height:23px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.table table th,.table th{border:0 none;border-bottom:2px solid #ccc}.table table td,.table td{border:0 none;border-top:1px solid #ddd}.table-striped tbody tr:nth-child(odd) td{background-color:#fafafa}.type .table-hover tbody tr:hover td,.type .table-hover thead tr:hover th{background-color:#f6f6f6}@media (max-width:767px){.table-responsive{width:100%;overflow-x:scroll;overflow-y:hidden;border-right:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive table{margin:0}.table-responsive td,.table-responsive th{white-space:nowrap}.table-responsive .table{border:0 none}}@media print{*{background-color:transparent!important;box-shadow:none!important;text-shadow:none!important;color:#000!important}a,a:visited{text-decoration:underline}a[href]:after{content:"(" attr(href) ")"}abbr[title]:after{content:"(" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
\ 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;
}
/* 页面布局 */
.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;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.icon_lists li {
width: 100px;
text-align: center;
list-style: none !important;
cursor: default;
flex: 0 0 100px;
cursor: pointer;
}
.icon_lists li .code-name {
line-height: 1.2;
}
.icon_lists .icon {
display: block;
height: 80px;
line-height: 80px;
font-size: 40px;
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: 60px;
color: #177de4;
}
.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;
}
window._iconfont_svg_string_4493796='<svg><symbol id="icon-right" viewBox="0 0 1024 1024"><path d="M242 115.4375L301.0625 62l480.9375 450L301.0625 962l-59.0625-53.4375 421.875-396.5625-421.875-396.5625z" ></path></symbol><symbol id="icon-down" viewBox="0 0 1024 1024"><path d="M908.5625 275.3333333L962 334.3958333 512 815.3333333 62 334.3958333 115.4375 275.3333333 512 697.2083333 908.5625 275.3333333z" ></path></symbol><symbol id="icon-left" viewBox="0 0 1024 1024"><path d="M782 115.4375L360.125 512l421.875 396.5625L722.9375 962 242 512 722.9375 62l59.0625 53.4375z" ></path></symbol><symbol id="icon-up" viewBox="0 0 1024 1024"><path d="M908.5625 793.99999997L512 372.12499997l-396.5625 421.875L62 734.93749997 512 253.99999997l450 480.9375-53.4375 59.0625z" ></path></symbol><symbol id="icon-zuixiaoping" viewBox="0 0 1024 1024"><path d="M395 673.4375l-199.125 196.875a31.5 31.5 0 0 1-44.4375 0 32.0625 32.0625 0 0 1 0-45L351.6875 624.5h-168.75a30.375 30.375 0 1 1 0-56.25h242.4375a30.375 30.375 0 0 1 30.375 28.6875v241.875a29.8125 29.8125 0 0 1-9 21.375 29.8125 29.8125 0 0 1-42.75 0 29.8125 29.8125 0 0 1-9-21.375v-165.375z m232.3125-322.3125l200.25-199.6875a32.0625 32.0625 0 0 1 45 0 31.5 31.5 0 0 1 0 44.4375L674.5625 393.875h164.8125a30.375 30.375 0 0 1 0 60.1875H596.9375A30.375 30.375 0 0 1 568.25 423.6875v-241.875a29.8125 29.8125 0 0 1 9-21.375 29.8125 29.8125 0 0 1 42.75 0 29.8125 29.8125 0 0 1 9 21.375v168.75zM148.625 420.875a30.375 30.375 0 0 1-21.375-8.4375 30.9375 30.9375 0 0 1-9-21.375V148.625A30.375 30.375 0 0 1 148.625 118.25h242.4375a30.375 30.375 0 0 1 0 60.75H179v212.0625a30.9375 30.9375 0 0 1-9 21.375 30.375 30.375 0 0 1-21.375 8.4375zM875.375 905.75h-242.4375a30.375 30.375 0 0 1 0-60.75h212.0625v-212.0625a30.375 30.375 0 0 1 60.75 0v242.4375a30.375 30.375 0 0 1-30.375 30.375z" ></path></symbol><symbol id="icon-huanyuan" viewBox="0 0 1157 1024"><path d="M1016.52185234 724.44050175L833.87364805 724.44050175 833.87364805 898.52098643 833.87364805 960.05279112 833.87364805 961.2211168 772.34184336 961.2211168 772.34184336 960.05279112 124.31068789 960.05279112 124.31068789 961.2211168 62.7788832 961.2211168 62.7788832 960.05279112 62.7788832 898.52098643 62.7788832 360.31241885 62.7788832 298.78061416 124.31068789 298.78061416 298.78061416 298.78061416 298.78061416 62.7788832 303.06447442 62.7788832 360.31241885 62.7788832 1016.52185234 62.7788832 1074.15923838 62.7788832 1078.05365615 62.7788832 1078.05365615 662.90869795 1078.05365615 724.44050175 1016.52185234 724.44050175ZM124.31068789 898.52098643L772.34184336 898.52098643 772.34184336 724.44050175 772.34184336 662.90869795 772.34184336 360.31241885 124.31068789 360.31241885 124.31068789 898.52098643ZM1016.52185234 124.31068789L360.31241885 124.31068789 360.31241885 298.78061416 772.34184336 298.78061416 833.87364805 298.78061416 833.87364805 360.31241885 833.87364805 662.90869795 1016.52185234 662.90869795 1016.52185234 124.31068789Z" ></path></symbol><symbol id="icon-zuidahua" viewBox="0 0 1024 1024"><path d="M64 64v896h896V64H64z m821.3 821.3H138.7V138.7h746.7v746.6z" ></path></symbol><symbol id="icon-fire" viewBox="0 0 1024 1024"><path d="M418.048 950.08c-48.704-28.864-83.584-79.616-85.568-139.328C329.6 699.2 407.104 644.48 452.992 569.728c65.664-107.52 47.744-174.208 47.744-174.208S555.52 426.368 587.392 540.864c9.92 33.856 11.968 67.776 8.96 99.648-4.928 80.64-39.808 153.28-39.808 153.28s60.736-12.928 77.632-123.456c27.968 28.864 53.824 70.656 56.768 114.496 4.992 75.712-39.744 145.344-107.52 175.168 117.312-26.88 201.152-126.4 230.016-199.104 36.8-91.52 26.88-173.184 20.864-243.904-7.936-96.512 25.856-168.256 25.856-168.256s-64.704 18.944-112.512 97.536C725.76 482.176 716.8 534.848 716.8 534.848s4.992-46.72-25.92-132.352c-30.784-83.648-58.752-113.472-75.712-175.168C593.344 144.64 642.048 64 642.048 64S449.024 99.904 361.344 268.096C283.712 417.408 315.584 507.072 315.584 507.072S282.688 476.16 265.792 433.344 252.672 351.744 252.672 351.744 115.456 503.04 182.208 693.248C227.008 826.624 313.536 914.24 418.048 950.08z" ></path></symbol><symbol id="icon-tingzhi" viewBox="0 0 1024 1024"><path d="M512 62C263.6 62 62 263.6 62 512s201.6 450 450 450 450-201.6 450-450S760.4 62 512 62z m0 840.15c-215.1 0-390.15-175.05-390.15-390.15 0-215.1 175.05-390.15 390.15-390.15s390.15 175.05 390.15 390.15c0 215.1-175.05 390.15-390.15 390.15z m74.25-532.35H432.35c-31.95 0-58.05 26.1-58.05 58.05v154.35c0 31.95 26.1 58.05 58.05 58.05h154.35c31.95 0 58.05-26.1 58.05-58.05V427.4c-0.45-31.95-26.55-57.6-58.5-57.6z m-1.8 209.7l-149.85 2.25-2.25-152.1 152.1-2.25V579.5z" ></path></symbol><symbol id="icon-down-circle-fill" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m184.5 353.7l-178 246c-3.2 4.4-9.7 4.4-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z" ></path></symbol><symbol id="icon-shanchu" viewBox="0 0 1024 1024"><path d="M390.94690449 408.25154375h56.99417871v344.82271992h-56.9941787zM580.18662881 408.25154375h56.99417871v344.82271992h-56.99417871zM272.98959278 66.76274463h482.30728505v56.99417871H272.98959278zM124.70947227 204.72358467h778.55000888v56.99417871H124.70947227z" ></path><path d="M716.0836124 956.60222276H312.04409961c-62.55071455 0-113.3533248-50.80261026-113.3533248-113.35332481V233.14129472H255.68495352v610.10760323c0 31.11659912 25.24254697 56.35914609 56.35914609 56.35914609H716.0836124c31.11659912 0 56.35914609-25.24254697 56.35914609-56.35914609V233.14129472h56.99417959v610.10760323c0 62.55071455-50.80261026 113.3533248-113.35332568 113.35332481z" ></path></symbol><symbol id="icon-rollback" viewBox="0 0 1024 1024"><path d="M793 242H366v-74c0-6.7-7.7-10.4-12.9-6.3l-142 112c-4.1 3.2-4.1 9.4 0 12.6l142 112c5.2 4.1 12.9 0.4 12.9-6.3v-74h415v470H175c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h618c35.3 0 64-28.7 64-64V306c0-35.3-28.7-64-64-64z" ></path></symbol><symbol id="icon-fenping" viewBox="0 0 1024 1024"><path d="M509.36328125 958.484375c-19.41503906 0-35.15625-15.74121094-35.15625-35.15625V98.9140625c0-19.41503906 15.74121094-35.15625 35.15625-35.15625s35.15625 15.74121094 35.15625 35.15625v824.4140625c0 19.41503906-15.74121094 35.15625-35.15625 35.15625zM914.5390625 866.19921875H646.47265625c-19.41503906 0-35.15625-15.74121094-35.15625-35.15625s15.74121094-35.15625 35.15625-35.15625h243.45703125V241.296875H646.47265625c-19.41503906 0-35.15625-15.74121094-35.15625-35.15625s15.74121094-35.15625 35.15625-35.15625h268.06640625c25.19824219 0 45.703125 19.95117188 45.703125 44.47265625v606.26953125c0 24.52148438-20.50488281 44.47265625-45.703125 44.47265625zM410.92578125 831.04296875c0 19.41503906-15.74121094 35.15625-35.15625 35.15625H107.703125c-25.19824219 0-45.703125-19.95117188-45.703125-44.47265625V215.45703125C62 190.93554687 82.50488281 170.984375 107.703125 170.984375h268.06640625c19.41503906 0 35.15625 15.74121094 35.15625 35.15625s-15.74121094 35.15625-35.15625 35.15625H132.3125v554.58984375h243.45703125c19.41503906 0 35.15625 15.74121094 35.15625 35.15625z" ></path></symbol><symbol id="icon-cad" viewBox="0 0 1024 1024"><path d="M377.56805689 603.42923378H424.22968888c-6.815744 41.156608-35.38944 60.817408-70.77888 60.817408-21.757952 0-38.273024-7.340032-51.904512-20.97152001-18.93262222-18.93262222-18.90349511-43.92368355-18.874368-70.77888v-3.145728-3.11660087c0-26.85519645-0.05825422-51.84625778 18.874368-70.77888 13.631488-13.66061511 30.14656-20.97152 51.904512-20.97152 35.38944 0 63.963136 19.63167289 70.77888 60.78828088h-46.66163199c-2.883584-10.48576-8.650752-19.922944-23.855104-19.922944-8.388608 0-14.680064 3.407872-18.05880889 7.86432-4.22343111 5.53415111-7.10701511 12.058624-7.10701511 46.13734399 0 34.07872 2.91271111 40.63232 7.077888 46.13734401 3.407872 4.456448 9.699328 7.86432 18.087936 7.86432 15.204352 0 20.97152-9.437184 23.8842311-19.922944zM494.92118755 476.02724978h35.38944L598.17679645 662.67377778h-47.9432249l-8.650752-27.787264h-57.409536l-9.17504001 27.787264h-47.972352l67.8661689-186.646528z m2.09715199 120.58624h32.50585601l-15.72864-49.80736-16.77721601 49.80736zM756.13312 561.5153209l-0.02912712 7.86432v7.80606576c0.23301689 25.83574755 0.37865245 47.36068267-19.39865599 67.13799112-12.845056 12.845056-30.932992 18.35008-50.331648 18.35008h-69.206016v-186.646528H686.37368889c19.398656 0 37.486592 5.53415111 50.331648 18.35008 19.77730845 19.80643555 19.63167289 41.30224355 19.42778311 67.13799112z m-50.88506311 49.80736c3.670016-5.24288 4.95160889-10.25274311 4.95160889-41.94304 0-31.45728-1.28159289-36.70016-4.95160889-41.94304001-4.194304-6.32058311-10.48576-10.48576-22.020096-10.48575999h-20.185088v104.85759999h20.185088c11.534336 0 17.825792-4.22343111 22.020096-10.48575999z" ></path><path d="M224.33032533 85.95697778c-35.41856711 0-65.18647467 28.10766222-65.18647466 64.07964445v734.0032c0 35.97198222 29.76790755 64.07964445 65.18647466 64.07964444h586.18311112c35.38944 0 65.15734755-28.10766222 65.15734755-64.07964444V313.14844445a23.30168889 23.30168889 0 0 0-7.04876089-16.68983468l-209.33654756-203.88977777a23.30168889 23.30168889 0 0 0-16.252928-6.61185422H224.33032533z m-18.58309688 64.07964445c0-9.05853155 7.74781155-17.47626667 18.58309688-17.47626666h395.40053334V313.14844445a23.30168889 23.30168889 0 0 0 23.30168888 23.30168888h186.03485867v547.5896889a18.05880889 18.05880889 0 0 1-18.55396977 17.47626667H224.33032533a18.05880889 18.05880889 0 0 1-18.58309688-17.47626667V150.03662223z m589.299712 139.81013334h-128.74183112V164.48366934l128.74183112 125.36308623z" ></path></symbol><symbol id="icon-bell" viewBox="0 0 1024 1024"><path d="M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zM304 768V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340H304z" ></path></symbol><symbol id="icon-drag" viewBox="0 0 1024 1024"><path d="M909.3 506.3L781.7 405.6c-4.7-3.7-11.7-0.4-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7c-2.9-3.7-8.5-3.7-11.3 0L405.6 242.3c-3.7 4.7-0.4 11.7 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3c-3.7 2.9-3.7 8.5 0 11.3l127.5 100.8c4.7 3.7 11.7 0.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7 0.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.7-2.9 3.7-8.5 0.1-11.4z" ></path></symbol><symbol id="icon-add" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z" ></path></symbol><symbol id="icon-exclamation" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M512 744m-40 0a40 40 0 1 0 80 0 40 40 0 1 0-80 0Z" ></path><path d="M488 640h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8z" ></path></symbol><symbol id="icon-markdown" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2c1.9 4.3 6.2 7.1 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z" ></path></symbol><symbol id="icon-unknown" viewBox="0 0 1024 1024"><path d="M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-0.8-55.5-49.2-100.8-108.5-101.6-61.4-0.7-111.5 45.6-111.5 103z" ></path><path d="M512 744m-32 0a32 32 0 1 0 64 0 32 32 0 1 0-64 0Z" ></path></symbol><symbol id="icon-ppt" viewBox="0 0 1024 1024"><path d="M424 476c-4.4 0-8 3.6-8 8v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424z m150.6 94.3c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1z" ></path><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path></symbol><symbol id="icon-file" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path></symbol><symbol id="icon-text" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z" ></path></symbol><symbol id="icon-shp" viewBox="0 0 1024 1024"><path d="M829.74831875 328.05617364L586.64589805 82.5909374a67.28444824 67.28444824 0 0 0-12.86048584-10.06326738c-1.22760791-0.70080469-2.45401612-1.39920908-3.76562549-2.01121348-0.78480527-0.43560263-1.66201084-0.78720557-2.44801583-1.13760703-7.87925215-3.49802315-16.53971045-5.42643575-25.38256992-5.42643662H240.28398828c-34.82903232 0-63.88002598 28.18098809-63.88002598 63.01002041v770.0811337c0 34.82903232 29.05099365 63.00402012 63.88002598 63.00402011h545.18523487c34.83023203 0 62.13281396-28.17498779 62.13281396-63.00402011v-524.61949747c0-16.62611045-6.12604073-32.5562168-17.85371836-44.36789589zM574.57141719 160.56265713l175.72077158 176.42157627H574.57141719V160.56265713z m210.0229998 736.48090987H239.41278301V126.96123271h272.14981436v210.02300068c0 34.82783261 29.05699395 63.00161982 63.88362597 63.00161984h209.14819365v497.05771377z m0 0" ></path><path d="M358.68877754 630.23258779c-0.74040469-7.58045039-6.99724688-11.68207822-18.75012452-12.31928173-11.02927325 0-16.54451016 3.79082549-16.54451015 11.37247558 0 5.06403369 9.18606094 9.47526328 27.57498398 13.26728848 29.40139599 1.89481289 47.04991347 15.48730283 52.94435274 40.74867158-2.20561435 22.74375146-23.54175703 35.38823555-63.97362686 37.90585283-40.44866924-0.63600381-61.40560957-12.94088643-62.87081924-36.95784609h39.70706485c1.46520967 8.85485917 9.18606094 13.59249082 23.16255468 14.21529434 13.23608818 0 19.85413271-4.41362901 19.85413185-13.26848819-0.74160527-6.94324599-10.30566885-11.99287969-28.67779073-15.16210137-36.03744053-5.6856375-53.32355508-18.95292598-51.84034541-39.80186543 1.46520967-21.47054326 21.68054473-33.47782295 60.66400429-36.00983935 36.01944053 0 55.14996797 12.00848027 57.35558234 36.00983935h-38.60545782zM429.27924834 719.31158193V543.99761299h41.91387978v68.23005557h1.10280763c8.0832542-11.99287969 22.42214912-18.00492012 43.01788622-18.00492012 25.72937138 2.5308167 41.17227451 11.37127588 46.32510938 26.53337637 2.20561435 7.58045039 3.30842198 13.90329229 3.30842197 18.95292685v79.60253027h-43.0166874V646.3438956c0-18.95292598-8.46245654-28.42938984-25.36936875-28.42938984-14.71809815 1.27440878-23.16255469 10.74967208-25.36936963 28.42938984v72.96888692h-41.9126792zM638.84864551 611.27966182h1.10280762c9.54726328-10.73407148 22.05974708-16.42090957 37.5014496-17.05691338 41.17347422 1.89481289 63.23202158 23.37975615 66.17924121 64.43922919-2.94721963 40.43786924-23.16255469 61.27240869-60.665204 62.54441719-20.5945374 0-34.9334332-6.30724219-43.01668652-18.95292685h-1.10280762v61.59761104h-41.91387978V621.70413154v-11.37247558c-0.74160527-5.6856375-1.10280761-10.09806768-1.10280674-13.26728848h41.9138789l1.10400733 14.21529434z m30.88340595 87.18418125c20.5765374 0 30.50420362-13.26848818 29.78059834-39.80186544 0.7236044-27.15618076-9.20406094-40.74867158-29.78059834-40.74867158-19.12932773 0.63600381-29.41939599 14.21529434-30.88340596 40.74867158 1.46520967 25.91297315 11.75407823 39.18026162 30.88340596 39.80186544z" ></path></symbol><symbol id="icon-excel" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5 0.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8c-1.2 1.9-1.8 4.1-1.8 6.4 0 6.6 5.4 12 12 12h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-0.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5c1.2-1.9 1.9-4.2 1.9-6.5 0-6.6-5.4-12-12-12h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z" ></path></symbol><symbol id="icon-pdf" viewBox="0 0 1024 1024"><path d="M531.3 574.4l0.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7-3.8-21.3-19.5-29.6-32.9-30.2-15.8-0.7-29.9 8.3-33.4 21.4-6.6 24-0.7 56.8 10.1 98.6-13.6 32.4-35.3 79.5-51.2 107.5-29.6 15.3-69.3 38.9-75.2 68.7-1.2 5.5 0.2 12.5 3.5 18.8 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-13.2-13-45.3-16.4-95.3-10.2-24.6-15-40.7-35.4-52.4-65.8zM421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7 6.7-12.3 19.8-25.3 30.1-34.7z m87.6-235.5c5.2 8.9 4.5 35.8 0.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4 0.8 0.1 1.5 0.7 2.2 2z m-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4z m155.6 65.5c0.1 0.2 0.2 0.5-0.4 0.9h-0.2l-0.2 0.3c-0.8 0.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4z" ></path><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path></symbol><symbol id="icon-image" viewBox="0 0 1024 1024"><path d="M553.1 509.1l-77.8 99.2-41.1-52.4c-3.2-4.1-9.4-4.1-12.6 0l-99.8 127.2c-4.1 5.2-0.4 12.9 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174c-3.3-4.1-9.5-4.1-12.7 0z" ></path><path d="M400 442m-40 0a40 40 0 1 0 80 0 40 40 0 1 0-80 0Z" ></path><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path></symbol><symbol id="icon-word" viewBox="0 0 1024 1024"><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z" ></path><path d="M528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4c-1.1 0-2.1 0.1-3.1 0.4-6.4 1.7-10.2 8.3-8.5 14.7l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276c0.3-1 0.4-2.1 0.4-3.1 0-6.6-5.4-12-12-12H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z" ></path></symbol><symbol id="icon-zip" viewBox="0 0 1024 1024"><path d="M296 392h64v64h-64zM296 582v160h128V582h-64v-62h-64v62z m80 48v64h-32v-64h32zM360 328h64v64h-64zM296 264h64v64h-64zM360 456h64v64h-64zM360 200h64v64h-64z" ></path><path d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h64v64h64v-64h174v216c0 23.2 18.8 42 42 42h216v494z" ></path></symbol><symbol id="icon-database" viewBox="0 0 1024 1024"><path d="M905.50287969 170.95245576C828.79683682 106.10817119 681.27169766 62.26359453 511.86820273 62.26359453S194.93956865 106.10817119 118.2335249 170.95245576C82.38465283 201.26584004 62 236.06033398 62 273.13931445v477.98496563c0 116.42097041 201.3863124 210.87571992 449.86820273 210.87571992s449.86820273-94.45474951 449.86820274-210.87571992v-477.98496563c0-37.07898047-20.38465283-71.87347442-56.23352578-102.18685869zM139.14536768 228.67968359c17.39724698-19.24240957 44.54749599-37.86976494 78.55120547-53.7733081 37.1668456-17.39724698 80.92355713-31.19203388 130.04002704-40.94503594C399.57688145 123.68114844 454.75602823 118.49712031 511.86820273 118.49712031s112.29132128 5.18402813 164.13160167 15.46421924c49.11646992 9.75300205 92.87318145 23.54778896 130.04002792 40.94503594 34.00370948 15.90354404 61.15395849 34.53089942 78.55120547 53.7733081 13.88265117 15.37635498 20.9118419 30.31338516 20.9118419 44.3717666 0 14.14624658-7.02919073 29.08327675-20.9118419 44.37176573-17.39724698 19.24240957-44.54749599 37.86976494-78.55120547 53.7733081-37.1668456 17.48511211-80.92355713 31.19203388-130.04002792 40.94503594-51.84028125 10.28019112-107.10729317 15.46421924-164.13160167 15.46421924s-112.29132128-5.18402813-164.13160254-15.46421924c-49.11646992-9.75300205-92.87318145-23.54778896-130.04002704-40.94503594-34.00370948-15.90354404-61.15395849-34.53089942-78.55120547-53.7733081C125.26271562 302.22259122 118.2335249 287.28556104 118.2335249 273.13931445s7.02919073-29.08327675 20.91184278-44.45963086zM118.2335249 375.32617402c76.70604287 64.84428369 224.23118203 108.68886035 393.63467783 108.68886036s316.92863408-43.84457666 393.63467696-108.68886036v136.45416358c0 14.14624658-7.02919073 29.08327675-20.9118419 44.3717666-17.39724698 19.24240957-44.54749599 37.86976494-78.55120547 53.7733081-37.1668456 17.39724698-80.92355713 31.19203388-130.04002792 40.94503594-51.84028125 10.28019112-107.10729317 15.46421924-164.13160167 15.46421924s-112.29132128-5.18402813-164.13160254-15.46421924c-49.11646992-9.75300205-92.87318145-23.54778896-130.04002704-40.94503594-34.00370948-15.90354404-61.15395849-34.53089942-78.55120547-53.7733081C125.26271562 540.77574922 118.2335249 525.83871904 118.2335249 511.7803376V375.32617402z m787.26935479 375.79810606c0 14.14624658-7.02919073 29.08327675-20.9118419 44.37176572-17.39724698 19.24240957-44.54749599 37.86976494-78.55120547 53.77330899-37.1668456 17.48511211-80.92355713 31.19203388-130.04002792 40.94503594-51.84028125 10.28019112-107.10729317 15.46421924-164.13160167 15.46421923s-112.29132128-5.18402813-164.13160254-15.46421923c-49.11646992-9.75300205-92.87318145-23.54778896-130.04002704-40.94503594-34.00370948-15.90354404-61.15395849-34.53089942-78.55120547-53.77330899C125.26271562 780.20755596 118.2335249 765.27052578 118.2335249 751.12428008V613.87933203c76.70604287 64.84428369 224.23118203 108.68886035 393.63467783 108.68886123s316.92863408-43.84457666 393.63467696-108.68886123v137.24494805z" ></path><path d="M209.6130043 518.89739346m-35.14595362 0a35.14595362 35.14595362 0 1 0 70.29190635 0 35.14595362 35.14595362 0 1 0-70.29190635 0Z" ></path><path d="M209.6130043 757.88987627m-35.14595362 0a35.14595362 35.14595362 0 1 0 70.29190635 0 35.14595362 35.14595362 0 1 0-70.29190635 0Z" ></path></symbol><symbol id="icon-shuxing" viewBox="0 0 1024 1024"><path d="M606.12499971 136.99999971v187.50000058h-187.49999971V136.99999971h187.49999971m75.00000058-74.99999971h-337.5v337.5h337.5V62zM287 737v150.00000029H136.99999971v-150.00000029h150.00000029m74.99999971-74.99999971H62v299.99999971h299.99999971V662.00000029zM887.00000029 737v150.00000029h-150.00000029v-150.00000029h150.00000029m74.99999971-74.99999971H662.00000029v299.99999971h299.99999971V662.00000029z" ></path><path d="M849.5 691.4375h-74.99999971v-118.50000029c0-5.81249971-1.6875-9.74999971-3.00000058-11.8125H252.50000029c-1.31249971 1.87499971-2.99999971 6.00000029-3.00000058 11.8125v118.50000029H174.5v-118.50000029c0-48.75000029 33.00000029-86.81249971 74.99999971-86.81249971h525.00000058c42.00000029 0 74.99999971 38.06250029 74.99999971 86.81249971v118.50000029z" ></path><path d="M474.875 353.9375h74.99999971v153.18749971h-74.99999971z" ></path></symbol><symbol id="icon-pie" viewBox="0 0 1024 1024"><path d="M891.02480469 477.9265625A382.1765625 382.1765625 0 0 0 545.55488281 132.90664063v345.01992187h345.46992188z m60.81328125 59.14248047a34.65 34.65 0 0 1-24.55664063 10.15751953H510.83984375a34.71416016 34.71416016 0 0 1-34.71416016-34.65V96.71328125A34.71416016 34.71416016 0 0 1 510.83984375 62c248.78408203 0 451.15488281 202.11328125 451.15488281 450.64072266 0 9.51416016-3.85751953 18.19335938-10.15751953 24.42832031z m-473.39648438 424.9265625C248.81240234 961.99560547 62 775.43896484 62 546.06904297A418.24072266 418.24072266 0 0 1 361.18408203 146.85664063a34.77832031 34.77832031 0 0 1 19.47832031 66.53583984A348.55576172 348.55576172 0 0 0 131.42832031 546.06904297a347.20576172 347.20576172 0 0 0 347.01240235 346.6265625 345.08408203 345.08408203 0 0 0 331.84160156-244.86328125 34.71416016 34.71416016 0 0 1 66.40664062 20.31503907 414.1265625 414.1265625 0 0 1-398.24824218 293.78320312z" ></path></symbol><symbol id="icon-zhu" viewBox="0 0 1024 1024"><path d="M256 448 128 448C92.608 448 64 476.608 64 512l0 320c0 35.392 28.608 64 64 64l128 0c35.392 0 64-28.608 64-64L320 512C320 476.608 291.392 448 256 448zM256 832 128 832 128 512l128 0L256 832zM896 320l-128 0c-35.392 0-64 28.608-64 64l0 448c0 35.392 28.608 64 64 64l128 0c35.392 0 64-28.608 64-64L960 384C960 348.608 931.392 320 896 320zM896 832l-128 0L768 384l128 0L896 832zM576 64 448 64C412.608 64 384 92.608 384 128l0 704c0 35.392 28.608 64 64 64l128 0c35.392 0 64-28.608 64-64L640 128C640 92.608 611.392 64 576 64zM576 832 448 832 448 128l128 0L576 832z" ></path></symbol><symbol id="icon-zuixiaohua" viewBox="0 0 1024 1024"><path d="M170.666667 469.333333h682.666666v85.333334H170.666667z" ></path></symbol><symbol id="icon-dui" viewBox="0 0 1024 1024"><path d="M521.728 88.576c-244.736 0-443.733333 198.997333-443.733333 443.733333s198.997333 443.733333 443.733333 443.733334 443.733333-198.997333 443.733333-443.733334-199.168-443.733333-443.733333-443.733333z m0 819.2c-207.018667 0-375.466667-168.448-375.466667-375.466667s168.448-375.466667 375.466667-375.466666 375.466667 168.448 375.466667 375.466666-168.448 375.466667-375.466667 375.466667z" ></path><path d="M682.325333 403.285333L486.912 598.698667l-116.565333-116.565334c-13.312-13.312-34.986667-13.312-48.298667 0-13.312 13.312-13.312 34.986667 0 48.298667l164.864 164.864 243.712-243.712c13.312-13.312 13.312-34.986667 0-48.298667s-34.986667-13.312-48.298667 0z" ></path></symbol><symbol id="icon-guanbi" viewBox="0 0 1024 1024"><path d="M687.16800031 336.00000031a37.31200031 37.31200031 0 0 0-52.73600062 0l-122.88 122.88-122.75199938-122.88a37.31200031 37.31200031 0 1 0-52.73600062 52.8L458.88000031 511.616 336.00000031 634.43199969a37.31200031 37.31200031 0 1 0 52.8 52.73600062l122.81599969-122.88 122.81599969 122.88a37.12000031 37.12000031 0 0 0 63.68000062-26.36800031 37.31200031 37.31200031 0 0 0-10.944-26.36800031l-122.88-122.88 122.88-122.75199938a37.31200031 37.31200031 0 0 0 0-52.8m-175.55200031 548.60799938a373.44 373.44 0 0 1-372.99199969-372.99199969 373.44 373.44 0 0 1 372.99199969-372.99199969 373.44 373.44 0 0 1 372.99199969 372.99199969 373.44 373.44 0 0 1-372.99199969 372.99199969M511.616 63.99999969a447.61600031 447.61600031 0 1 0 0 895.23200062A447.61600031 447.61600031 0 0 0 511.616 63.99999969" ></path></symbol><symbol id="icon-info-circle" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path><path d="M512 336m-48 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0Z" ></path><path d="M536 448h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z" ></path></symbol><symbol id="icon-ditu" viewBox="0 0 1024 1024"><path d="M864.84090925 740.57954538a7.67045462 7.67045462 0 0 1-4.21875 6.86505652l-218.99147773 111.68181848a7.67045462 7.67045462 0 0 1-7.09517039-0.0383519l-239.39488613-126.9460231a69.03409076 69.03409076 0 0 0-63.6647731-0.53693151L159.15909075 819.20170462V467.05113613l62.78267038-29.91477226a30.68181848 30.68181848 0 1 0-26.38636303-55.41903425l-75.9375 36.16619348A38.3522731 38.3522731 0 0 0 97.79545462 452.5539769v404.23295462a38.3522731 38.3522731 0 0 0 55.7258519 34.1335231l205.79829538-104.5866481a7.67045462 7.67045462 0 0 1 7.05681848 0.07670461l239.43323887 126.94602312a69.03409076 69.03409076 0 0 0 63.66477227 0.46022688l219.06818235-111.68181765a69.03409076 69.03409076 0 0 0 37.66193151-61.47869348V369.32954538a38.3522731 38.3522731 0 0 0-50.89346576-36.24289728l-69.03409075 23.89346577a30.68181848 30.68181848 0 0 0 20.05823803 57.98863613l38.50568235-13.34659075v338.95738613z" ></path><path d="M566.72869348 700.69318152C691.06676113 538.9616481 753.61931848 420.26136387 753.61931848 339.4147731a241.61931848 241.61931848 0 0 0-483.23863696 0c0 80.84659076 62.55255652 199.546875 186.890625 361.27840842a69.03409076 69.03409076 0 0 0 109.45738696 0z m-48.63068235-37.43181765a7.67045462 7.67045462 0 0 1-12.19602226 0C389.54119348 511.92329538 331.74431848 402.23579538 331.74431848 339.4147731a180.25568152 180.25568152 0 0 1 360.51136304 0c0 62.8210231-57.796875 172.5085231-174.15767039 323.84659077z" ></path><path d="M512 463.82954538a124.4147731 124.4147731 0 1 0 0-248.82954538 124.4147731 124.4147731 0 0 0 0 248.82954538z m0-61.36363614a63.05113613 63.05113613 0 1 1 0-126.10227311 63.05113613 63.05113613 0 0 1 0 126.10227312z" ></path></symbol><symbol id="icon-table" viewBox="0 0 1024 1024"><path d="M902 182H122c-16.59375001 0-30 13.40625001-30 30v600c0 16.59375001 13.40625001 30 30 30h780c16.59375001 0 30-13.40625001 30-30V212c0-16.59375001-13.40625001-30-30-30z m-37.5 195H665.75V249.5h198.75v127.5z m0 210H665.75V437h198.75v150zM418.25 437h187.5v150H418.25V437z m187.5-60H418.25V249.5h187.5v127.5z m-446.25 60h198.75v150H159.5V437z m0-187.5h198.75v127.5H159.5V249.5z m0 397.5h198.75v127.5H159.5V647z m258.75 0h187.5v127.5H418.25V647z m446.25 127.5H665.75V647h198.75v127.5z" ></path></symbol><symbol id="icon-linechart" viewBox="0 0 1024 1024"><path d="M939.80444445 830.57777778H157.01333333V120.60444445c0-5.00622222-4.096-9.10222222-9.10222222-9.10222223h-63.71555556c-5.00622222 0-9.10222222 4.096-9.10222222 9.10222223v782.7911111c0 5.00622222 4.096 9.10222222 9.10222222 9.10222223h855.6088889c5.00622222 0 9.10222222-4.096 9.10222222-9.10222223v-63.71555555c0-5.00622222-4.096-9.10222222-9.10222222-9.10222222z" ></path><path d="M277.39022222 655.01866667c3.52711111 3.52711111 9.216 3.52711111 12.85688889 0l157.35466667-156.55822222L592.78222222 644.55111111c3.52711111 3.52711111 9.32977778 3.52711111 12.85688889 0l313.344-313.23022222c3.52711111-3.52711111 3.52711111-9.32977778 0-12.85688889l-45.056-45.056c-3.52711111-3.52711111-9.32977778-3.52711111-12.85688889 0l-261.68888889 261.57511111L454.42844445 389.12c-3.52711111-3.52711111-9.32977778-3.52711111-12.8568889 0L232.448 596.992c-3.52711111 3.52711111-3.52711111 9.32977778 0 12.85688889l44.94222222 45.16977778z" ></path></symbol><symbol id="icon-star" viewBox="0 0 1024 1024"><path d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3-12.3 12.7-12.1 32.9 0.6 45.3l183.7 179.1-43.4 252.9c-1.2 6.9-0.1 14.1 3.2 20.3 8.2 15.6 27.6 21.7 43.2 13.4L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM664.8 561.6l36.1 210.3L512 672.7 323.1 772l36.1-210.3-152.8-149L417.6 382 512 190.7 606.4 382l211.2 30.7-152.8 148.9z" ></path></symbol><symbol id="icon-quanxuan1" viewBox="0 0 1024 1024"><path d="M429.734375 698.46875a42.1875 42.1875 0 0 1 0 56.953125l-2.53125 2.7421875L263.515625 912.78125a42.1875 42.1875 0 0 1-55.265625 2.3203125L205.5078125 912.78125 103.625 815.75a42.1875 42.1875 0 0 1 55.265625-63.28125l2.7421875 2.3203125 73.1953125 69.3984375 135.2109375-126.5625a42.1875 42.1875 0 0 1 59.6953125 1.8984375zM891.6875 769.5546875a42.1875 42.1875 0 0 1 0 84.375H554.1875a42.1875 42.1875 0 0 1 0-84.375zM429.734375 403.15625a42.1875 42.1875 0 0 1 0 57.1640625l-2.53125 2.53125L263.515625 617.46875a42.1875 42.1875 0 0 1-55.265625 2.3203125L205.5078125 617.46875 103.625 520.4375a42.1875 42.1875 0 0 1 55.265625-63.28125l2.7421875 2.3203125 73.1953125 69.609375 135.2109375-126.5625a42.1875 42.1875 0 0 1 59.6953125 1.6875zM891.6875 474.2421875a42.1875 42.1875 0 0 1 0 84.375H554.1875a42.1875 42.1875 0 0 1 0-84.375zM429.734375 108.0546875a42.1875 42.1875 0 0 1 0 56.953125l-2.109375 2.53125L263.515625 322.15625a42.1875 42.1875 0 0 1-55.265625 2.3203125L205.5078125 322.15625 103.625 225.125a42.1875 42.1875 0 0 1 55.265625-63.28125l2.7421875 2.53125L234.828125 233.5625l135.2109375-126.5625a42.1875 42.1875 0 0 1 59.6953125 1.0546875zM891.6875 179.140625a42.1875 42.1875 0 0 1 36.4921875 63.28125 42.1875 42.1875 0 0 1-36.4921875 21.09375H554.1875a42.1875 42.1875 0 0 1-36.4921875-21.09375 42.1875 42.1875 0 0 1 36.4921875-63.28125z m0 0" ></path></symbol><symbol id="icon-fanxuan" viewBox="0 0 1534 1024"><path d="M1044.84041646 465.36875a27.86874961 27.86874961 0 0 0-19.7712501-8.1912498 27.87000029 27.87000029 0 0 0-19.7724999 8.1912498L807.69041645 662.1875l-88.81874999-88.5375a27.97875 27.97875 0 0 0-19.8-8.1737499 27.9799998 27.9799998 0 0 0-19.80124981 8.17499971l-13.16125019 13.10500019a27.75624961 27.75624961 0 0 0-8.18249942 19.7162499c0 7.70249971 3.1275 14.6750001 8.18249942 19.7150001l118.63125 118.18125c9 9 22.5 10.125 33.07499999 4.275a26.9825001 26.9825001 0 0 0 16.9912503-8.3987499L1058.00166665 517.9625a28.03749961 28.03749961 0 0 0 8.0949999-19.74499981 28.0299999 28.0299999 0 0 0-8.04375-19.69125029l-13.2125001-13.1574999z m70.5387498-217.8h-79.70625l-1.2387498-83.98125C1034.30666704 107.4550001 988.77291694 62 932.62291626 62h-513.45C363.03416645 62 317.51166636 107.46125 317.41666626 163.57874961v511.26500039c0.0962499 56.15750039 45.6424998 101.64375 101.8125 101.64375h81.16875v83.925c0.12750029 56.13374971 45.66125039 101.5887498 101.8125 101.5887498H1115.60416626c56.17000019 0 101.7174999-45.48750029 101.81375068-101.63499961V349.21374981c-0.0962499-56.15624971-45.6424998-101.64375-101.81375068-101.64375h-0.23625l0.01125-0.00124981zM500.39791626 349.2125v358.93125H447.07291626c-33.6987501 0-61.02375029-27.2862501-61.0887498-60.96750029V191.2625c0-33.6362502 27.39499981-60.975 61.19999999-60.975H904.77916626c33.75 0 61.14375 27.33874981 61.14375 60.975l1.40625 56.30625H602.20916646c-56.17000019 0-101.7162501 45.48750029-101.81250001 101.63499961l0.00124981 0.00875039zM1150.47916626 835.8875c-0.03250019 31.35125039-25.45625039 56.7550002-56.81374981 56.7550002h-469.01249999c-31.36875029 0-56.80500029-25.3962501-56.86875-56.7500001V373.6237502c0.03125039-31.35125039 25.45499971-56.75625 56.81125019-56.75625h469.06875c31.35624961 0 56.7799998 25.40374981 56.8125 56.75374951v462.26500048l0.00249961 0.00124981z" ></path></symbol><symbol id="icon-key" viewBox="0 0 1024 1024"><path d="M608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5l-41.1 41.1-62.3-62.3c-3.1-3.1-8.2-3.1-11.4 0l-39.8 39.8c-3.1 3.1-3.1 8.2 0 11.4l62.3 62.3-44.9 44.9-62.3-62.3c-3.1-3.1-8.2-3.1-11.4 0l-39.8 39.8c-3.1 3.1-3.1 8.2 0 11.4l62.3 62.3-65.3 65.3c-3.1 3.1-3.1 8.2 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6C473 696.1 537.7 720 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112z m161.2 465.2C726.2 620.3 668.9 644 608 644c-60.9 0-118.2-23.7-161.2-66.8-43.1-43-66.8-100.3-66.8-161.2 0-60.9 23.7-118.2 66.8-161.2 43-43.1 100.3-66.8 161.2-66.8 60.9 0 118.2 23.7 161.2 66.8 43.1 43 66.8 100.3 66.8 161.2 0 60.9-23.7 118.2-66.8 161.2z" ></path></symbol><symbol id="icon-ellipsis" viewBox="0 0 1024 1024"><path d="M232 511m-56 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0Z" ></path><path d="M512 511m-56 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0Z" ></path><path d="M792 511m-56 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0Z" ></path></symbol><symbol id="icon-daochu" viewBox="0 0 1024 1024"><path d="M325.68 222.44H98.57v-59.89h227.11v59.89z" ></path><path d="M154.91 893.24H98.57v-676.1h56.34v676.1z m732.44 0H154.91V836.9h732.44v56.34z m0-56.34h-56.34V555.19h56.34V836.9z" ></path><path d="M927.4 382.27L645.53 135.09v494.36z" ></path><path d="M646.91 476.83V250.9C494.01 294.62 381.3 444.7 381.3 623.19c0 39.29 5.49 77.19 15.64 112.91 35.95-126.5 130.75-225.16 249.97-259.27z" ></path></symbol><symbol id="icon-daoru1" viewBox="0 0 1024 1024"><path d="M693.96 135.71h235.26v62.04H693.96v-62.04z" ></path><path d="M870.86 192.26h58.36v700.36h-58.36V192.26z m-758.73 642h758.72v58.36H112.13v-58.36z m0-291.82h58.36v291.82h-58.36V542.44z" ></path><path d="M463.53 701.41l256.05-291.99h-512.1z" ></path><path d="M365.58 410.85h234.03c-45.29-158.39-200.75-275.14-385.65-275.14-40.7 0-79.96 5.69-116.96 16.2 131.04 37.24 233.25 135.44 268.58 258.94z" ></path></symbol><symbol id="icon-zuidaping" viewBox="0 0 1024 1024"><path d="M182 789.8L392 579.8a33.6 33.6 0 1 1 47.4 48l-211.2 211.2h180a32.4 32.4 0 0 1 32.4 32.4 32.4 32.4 0 0 1-32.4 32.4H152a32.4 32.4 0 0 1-34.8-31.8V613.4a34.2 34.2 0 0 1 9.6-23.4 33.6 33.6 0 0 1 45.6 0 34.2 34.2 0 0 1 9.6 23.4v176.4zM842 227L627.8 440.6a33.6 33.6 0 0 1-47.4 0 34.2 34.2 0 0 1 0-48l211.2-210.6H615.8a32.4 32.4 0 1 1 0-64.8H872a32.4 32.4 0 0 1 32.4 32.4v258.6a32.4 32.4 0 0 1-64.8 0v-180zM124.4 414.8a32.4 32.4 0 0 1-22.8-9 33 33 0 0 1-9.6-22.8V124.4A32.4 32.4 0 0 1 124.4 92h258.6a32.4 32.4 0 0 1 0 64.8H156.8v226.2a33 33 0 0 1-9.6 22.8 32.4 32.4 0 0 1-22.8 9zM899.6 932h-258.6a32.4 32.4 0 0 1 0-64.8h226.2v-226.2a32.4 32.4 0 0 1 64.8 0v258.6a32.4 32.4 0 0 1-32.4 32.4z" ></path></symbol><symbol id="icon-niantie" viewBox="0 0 1024 1024"><path d="M295.1 62h126v63.45h-126V62z m379.8 0h126v63.45h-126V62zM485 62h126v63.45H485V62z m356.85 27.45h63.45v126h-63.45v-126z m0 189.9h63.45v126h-63.45v-126z m0 189.9h63.45v126h-63.45v-126z m0 190.35h63.45v126h-63.45v-126z m-106.2-442.8c0-23.4-18.9-42.3-42.3-42.3H304.55v-34.2h-63V174.5h-81c-23.4 0-42.3 18.9-42.3 42.3v441.9c0 9.9 4.95 18.9 12.15 24.75l267.3 267.3 0.9 0.9 0.45 0.45c0.45 0 0.45 0.45 0.9 0.45l0.45 0.45c0.45 0 0.45 0.45 0.9 0.45 0 0 0.45 0 0.45 0.45 0.45 0 0.45 0.45 0.9 0.45 0 0 0.45 0 0.45 0.45 0.45 0 0.45 0.45 0.9 0.45h0.45c0.45 0 0.9 0.45 1.35 0.45 0.45 0.45 0.9 0.45 1.35 0.45 2.7 1.35 5.85 2.25 9 2.7h277.65c23.4 0 42.3-18.9 42.3-42.3V827h81v-63.45h-81V216.8zM388.7 852.2l-162-162h162v162z m283.5 44.55h-220.5v-238.05c0-17.55-13.95-31.5-31.5-31.5h-238.5V237.95h490.5v658.8z" ></path></symbol><symbol id="icon-home" viewBox="0 0 1024 1024"><path d="M946.5 505L560.1 118.8l-25.9-25.9c-12.3-12.2-32.1-12.2-44.4 0L77.5 505c-12.3 12.3-18.9 28.6-18.8 46 0.4 35.2 29.7 63.3 64.9 63.3h42.5V940h691.8V614.3h43.4c17.1 0 33.2-6.7 45.3-18.8 12.1-12.1 18.7-28.2 18.7-45.3 0-17-6.7-33.1-18.8-45.2zM568 868H456V664h112v204z m217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z" ></path></symbol><symbol id="icon-down-circle" viewBox="0 0 1024 1024"><path d="M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3 0.1-12.7-6.4-12.7z" ></path><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path></symbol><symbol id="icon-up-circle" viewBox="0 0 1024 1024"><path d="M518.5 360.3c-3.2-4.4-9.7-4.4-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7H381c10.2 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246z" ></path><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path></symbol><symbol id="icon-indent" viewBox="0 0 1024 1024"><path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM400 646c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zM904 160H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM904 792H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519c4.5-3.5 4.5-10.3 0-13.9L142.4 381.9c-5.8-4.6-14.4-0.5-14.4 6.9v246.3c0 7.4 8.5 11.6 14.4 7z" ></path></symbol><symbol id="icon-outdent" viewBox="0 0 1024 1024"><path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM400 646c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zM904 160H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM904 792H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4 0.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1c-4.5 3.5-4.5 10.3 0 13.8z" ></path></symbol><symbol id="icon-doubleleft" viewBox="0 0 1024 1024"><path d="M272.9 512l265.4-339.1c4.1-5.2 0.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3c-9.1 11.6-9.1 27.9 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512z" ></path><path d="M576.9 512l265.4-339.1c4.1-5.2 0.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3c-9.1 11.6-9.1 27.9 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z" ></path></symbol><symbol id="icon-doubleright" viewBox="0 0 1024 1024"><path d="M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1c-4.1 5.2-0.4 12.9 6.3 12.9h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z" ></path><path d="M837.2 492.3L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1c-4.1 5.2-0.4 12.9 6.3 12.9h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z" ></path></symbol><symbol id="icon-user" viewBox="0 0 1024 1024"><path d="M858.5 763.6c-18.9-44.8-46.1-85-80.6-119.5-34.5-34.5-74.7-61.6-119.5-80.6-0.4-0.2-0.8-0.3-1.2-0.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-0.4 0.2-0.8 0.3-1.2 0.5-44.8 18.9-85 46-119.5 80.6-34.5 34.5-61.6 74.7-80.6 119.5C146.9 807.5 137 854 136 901.8c-0.1 4.5 3.5 8.2 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c0.1 4.4 3.6 7.8 8 7.8h60c4.5 0 8.1-3.7 8-8.2-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z" ></path></symbol><symbol id="icon-play-circle" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path><path d="M719.4 499.1l-296.1-215c-10.6-7.7-25.3-0.2-25.3 12.9v430c0 13.1 14.8 20.5 25.3 12.9l296.1-215c8.8-6.4 8.8-19.4 0-25.8z m-257.6 134V390.9L628.5 512 461.8 633.1z" ></path></symbol><symbol id="icon-eye-close" viewBox="0 0 1024 1024"><path d="M942.3 486.4l-0.1-0.1-0.1-0.1c-36.4-76.7-80-138.7-130.7-186L760.7 351c43.7 40.2 81.5 93.7 114.1 160.9C791.5 684.2 673.4 766 512 766c-51.3 0-98.3-8.3-141.2-25.1l-54.7 54.7C374.6 823.8 439.8 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0.1-51.3zM878.3 154.2l-42.4-42.4c-3.1-3.1-8.2-3.1-11.3 0L707.8 228.5C649.4 200.2 584.2 186 512 186c-192.2 0-335.4 100.5-430.2 300.3v0.1c-7.7 16.2-7.7 35.2 0 51.5 36.4 76.7 80 138.7 130.7 186.1L111.8 824.5c-3.1 3.1-3.1 8.2 0 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0l712.8-712.8c3.1-3 3.1-8.1 0-11.2zM398.9 537.4c-1.9-8.2-2.9-16.7-2.9-25.4 0-61.9 50.1-112 112-112 8.7 0 17.3 1 25.4 2.9L398.9 537.4z m184.5-184.5C560.5 342.1 535 336 508 336c-97.2 0-176 78.8-176 176 0 27 6.1 52.5 16.9 75.4L263.3 673c-43.7-40.2-81.5-93.7-114.1-160.9C232.6 339.8 350.7 258 512 258c51.3 0 98.3 8.3 141.2 25.1l-69.8 69.8z" ></path><path d="M508 624c-6.4 0-12.7-0.5-18.8-1.6l-51.1 51.1c21.4 9.3 45.1 14.4 69.9 14.4 97.2 0 176-78.8 176-176 0-24.8-5.1-48.5-14.4-69.9l-51.1 51.1c1 6.1 1.6 12.4 1.6 18.8C620 573.9 569.9 624 508 624z" ></path></symbol><symbol id="icon-timeout" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path><path d="M424 352h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zM648 352h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z" ></path></symbol><symbol id="icon-export" viewBox="0 0 1024 1024"><path d="M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7z" ></path><path d="M906.9 505.7L765 393.7c-5.3-4.2-13-0.4-13 6.3v76H438c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112c4.1-3.2 4.1-9.4 0-12.6z" ></path></symbol><symbol id="icon-question-circle" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path><path d="M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7c0-19.7 12.4-37.7 30.9-44.8 59-22.7 97.1-74.7 97.1-132.5 0.1-39.3-17.1-76-48.3-103.3z" ></path><path d="M512 732m-40 0a40 40 0 1 0 80 0 40 40 0 1 0-80 0Z" ></path></symbol><symbol id="icon-sync" viewBox="0 0 1024 1024"><path d="M168 504.2c1-43.7 10-86.1 26.9-126 17.3-41 42.1-77.7 73.7-109.4S337 212.3 378 195c42.4-17.9 87.4-27 133.9-27s91.5 9.1 133.8 27c40.9 17.3 77.7 42.1 109.3 73.8 9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47c-5.3 4.1-3.5 12.5 3 14.1l175.7 43c5 1.2 9.9-2.6 9.9-7.7l0.8-180.9c0-6.7-7.7-10.5-12.9-6.3l-56.4 44.1C765.8 155.1 646.2 92 511.8 92 282.7 92 96.3 275.6 92 503.8c-0.1 4.5 3.5 8.2 8 8.2h60c4.4 0 7.9-3.5 8-7.8zM924 512h-60c-4.4 0-7.9 3.5-8 7.8-1 43.7-10 86.1-26.9 126-17.3 41-42.1 77.8-73.7 109.4S687 811.7 646 829c-42.4 17.9-87.4 27-133.9 27s-91.5-9.1-133.9-27c-40.9-17.3-77.7-42.1-109.3-73.8-9.9-9.9-19.2-20.4-27.8-31.4l60.2-47c5.3-4.1 3.5-12.5-3-14.1l-175.7-43c-5-1.2-9.9 2.6-9.9 7.7l-0.7 181c0 6.7 7.7 10.5 12.9 6.3l56.4-44.1C258.2 868.9 377.8 932 512.2 932c229.2 0 415.5-183.7 419.8-411.8 0.1-4.5-3.5-8.2-8-8.2z" ></path></symbol><symbol id="icon-location" viewBox="0 0 1024 1024"><path d="M854.6 289.1c-18.8-43.4-45.7-82.3-79.9-115.7-34.2-33.4-73.9-59.5-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8-34.2 33.4-61.1 72.4-79.9 115.7-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153 6.9 4.1 14.7 6.1 22.4 6.1 7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1z" ></path><path d="M512 263c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176z m79.2 255.2C570 539.3 541.9 551 512 551c-29.9 0-58-11.7-79.2-32.8C411.7 497 400 468.9 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8C612.4 381 624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z" ></path></symbol><symbol id="icon-wrench" viewBox="0 0 1024 1024"><path d="M876.6 239.5c-0.5-0.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c0.8-0.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9 0.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 0.3l292.9-292.9c85.5 22.8 180.5 0.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-0.1-0.1-274 274.1-79.2-79.2 230.1-230.1s0 0.1 0.1 0.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6 39.2-39.2 92.1-57.3 144-53.5L537 318.9c-12.5 12.5-12.5 32.8 0 45.3l124.5 124.5c12.5 12.5 32.8 12.5 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z" ></path></symbol><symbol id="icon-reload" viewBox="0 0 1024 1024"><path d="M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-0.7-8.9-4.9-10.3l-56.7-19.5c-4.1-1.4-8.6 0.7-10.1 4.8-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4-31.6 31.6-68.4 56.4-109.3 73.8-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27-40.9-17.3-77.7-42.1-109.3-73.8-31.6-31.6-56.4-68.4-73.7-109.4-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27 40.9 17.3 77.7 42.1 109.3 73.8 9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47c-5.3 4.1-3.5 12.5 3 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l0.8-180.9c-0.1-6.6-7.8-10.3-13-6.2z" ></path></symbol><symbol id="icon-poweroff" viewBox="0 0 1024 1024"><path d="M705.6 124.9c-5.3-2.7-11.6 1.2-11.6 7.2v64.2c0 5.5 2.9 10.6 7.5 13.6 22.4 14.1 43.2 30.7 62.2 49.8 32.7 32.8 58.4 70.9 76.3 113.3 18.5 43.9 27.9 90.5 27.9 138.7 0 48.1-9.4 94.8-27.9 138.7-17.9 42.4-43.6 80.5-76.3 113.3-32.7 32.8-70.8 58.5-113.2 76.4-43.8 18.6-90.5 28-138.5 28s-94.7-9.4-138.5-28c-42.4-17.9-80.5-43.6-113.2-76.4-32.7-32.8-58.4-70.9-76.3-113.3-18.5-43.9-27.9-90.5-27.9-138.7 0-48.1 9.4-94.8 27.9-138.7 17.9-42.4 43.6-80.5 76.3-113.3 19-19 39.8-35.6 62.2-49.8 4.7-2.9 7.5-8.1 7.5-13.6V132c0-6-6.3-9.8-11.6-7.2C178.5 195.2 82 339.3 80 506.3 77.2 745.1 272.5 943.5 511.2 944c239 0.5 432.8-193.3 432.8-432.4 0-169.2-97-315.7-238.4-386.7z" ></path><path d="M480 560h64c4.4 0 8-3.6 8-8V88c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z" ></path></symbol><symbol id="icon-printer" viewBox="0 0 1024 1024"><path d="M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8z" ></path><path d="M852 332H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180z m304 664H360V568h304v276z m200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z" ></path></symbol><symbol id="icon-filter" viewBox="0 0 1024 1024"><path d="M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V642h182.9v156z m9.6-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z" ></path></symbol><symbol id="icon-share" viewBox="0 0 1024 1024"><path d="M752 664c-28.5 0-54.8 10-75.4 26.7L469.4 540.8c1.7-9.3 2.6-19 2.6-28.8s-0.9-19.4-2.6-28.8l207.2-149.9C697.2 350 723.5 360 752 360c66.2 0 120-53.8 120-120s-53.8-120-120-120-120 53.8-120 120c0 11.6 1.6 22.7 4.7 33.3L439.9 415.8C410.7 377.1 364.3 352 312 352c-88.4 0-160 71.6-160 160s71.6 160 160 160c52.3 0 98.7-25.1 127.9-63.8l196.8 142.5c-3.1 10.6-4.7 21.8-4.7 33.3 0 66.2 53.8 120 120 120s120-53.8 120-120-53.8-120-120-120z m0-476c28.7 0 52 23.3 52 52s-23.3 52-52 52-52-23.3-52-52 23.3-52 52-52zM312 600c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88z m440 236c-28.7 0-52-23.3-52-52s23.3-52 52-52 52 23.3 52 52-23.3 52-52 52z" ></path></symbol><symbol id="icon-orderedlist" viewBox="0 0 1024 1024"><path d="M920 760H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM920 192H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM920 476H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM216 712H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h72.4v20.5h-35.7c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h35.7V838H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4V716c0-2.2-1.8-4-4-4zM100 188h38v120c0 2.2 1.8 4 4 4h40c2.2 0 4-1.8 4-4V152c0-4.4-3.6-8-8-8h-78c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4zM216 428H100c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4h68.4l-70.3 77.7c-1.3 1.5-2.1 3.4-2.1 5.4V592c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4v-36c0-2.2-1.8-4-4-4h-68.4l70.3-77.7c1.3-1.5 2.1-3.4 2.1-5.4V432c0-2.2-1.8-4-4-4z" ></path></symbol><symbol id="icon-setting" viewBox="0 0 1024 1024"><path d="M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56c10.1-8.6 13.8-22.6 9.3-35.2l-0.9-2.6c-18.1-50.5-44.9-96.9-79.7-137.9l-1.8-2.1c-8.6-10.1-22.5-13.9-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85c-2.4-13.1-12.7-23.3-25.8-25.7l-2.7-0.5c-52.1-9.4-106.9-9.4-159 0l-2.7 0.5c-13.1 2.4-23.4 12.6-25.8 25.7l-15.8 85.4c-35.9 13.6-69.2 32.9-99 57.4l-81.9-29.1c-12.5-4.4-26.5-0.7-35.1 9.5l-1.8 2.1c-34.8 41.1-61.6 87.5-79.7 137.9l-0.9 2.6c-4.5 12.5-0.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5c-10.1 8.6-13.8 22.6-9.3 35.2l0.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1c8.6 10.1 22.5 13.9 35.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4c2.4 13.1 12.7 23.3 25.8 25.7l2.7 0.5c26.1 4.7 52.8 7.1 79.5 7.1 26.7 0 53.5-2.4 79.5-7.1l2.7-0.5c13.1-2.4 23.4-12.6 25.8-25.7l15.7-85c36.2-13.6 69.7-32.9 99.7-57.6l81.3 28.9c12.5 4.4 26.5 0.7 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l0.9-2.6c4.5-12.3 0.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9c-11.3 26.1-25.6 50.7-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97c-28.1 3.2-56.8 3.2-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9z" ></path><path d="M512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176z m79.2 255.2C570 602.3 541.9 614 512 614c-29.9 0-58-11.7-79.2-32.8C411.7 560 400 531.9 400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8C612.3 444 624 472.1 624 502c0 29.9-11.7 58-32.8 79.2z" ></path></symbol><symbol id="icon-eye" viewBox="0 0 1024 1024"><path d="M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3-7.7 16.2-7.7 35.2 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766z" ></path><path d="M508 336c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176z m0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" ></path></symbol><symbol id="icon-control" viewBox="0 0 1024 1024"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32z m-40 728H184V184h656v656z" ></path><path d="M340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zM404 485V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5z" ></path><path d="M340 683c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99z m0.1-115.7c0.3-0.6 0.7-1.2 1-1.8v-0.1l1.2-1.8c0.1-0.2 0.2-0.3 0.3-0.5 0.3-0.5 0.7-0.9 1-1.4 0.1-0.1 0.2-0.3 0.3-0.4 0.5-0.6 0.9-1.1 1.4-1.6l0.3-0.3 1.2-1.2 0.4-0.4c0.5-0.5 1-0.9 1.6-1.4 0.6-0.5 1.1-0.9 1.7-1.3 0.2-0.1 0.3-0.2 0.5-0.3 0.5-0.3 0.9-0.7 1.4-1 0.1-0.1 0.3-0.2 0.4-0.3 0.6-0.4 1.2-0.7 1.9-1.1 0.1-0.1 0.3-0.1 0.4-0.2 0.5-0.3 1-0.5 1.6-0.8l0.6-0.3c0.7-0.3 1.3-0.6 2-0.8 0.7-0.3 1.4-0.5 2.1-0.7 0.2-0.1 0.4-0.1 0.6-0.2 0.6-0.2 1.1-0.3 1.7-0.4 0.2 0 0.3-0.1 0.5-0.1 0.7-0.2 1.5-0.3 2.2-0.4 0.2 0 0.3 0 0.5-0.1 0.6-0.1 1.2-0.1 1.8-0.2h0.6c0.8 0 1.5-0.1 2.3-0.1s1.5 0 2.3 0.1h0.6c0.6 0 1.2 0.1 1.8 0.2 0.2 0 0.3 0 0.5 0.1 0.7 0.1 1.5 0.2 2.2 0.4 0.2 0 0.3 0.1 0.5 0.1 0.6 0.1 1.2 0.3 1.7 0.4 0.2 0.1 0.4 0.1 0.6 0.2 0.7 0.2 1.4 0.4 2.1 0.7 0.7 0.2 1.3 0.5 2 0.8l0.6 0.3c0.5 0.2 1.1 0.5 1.6 0.8 0.1 0.1 0.3 0.1 0.4 0.2 0.6 0.3 1.3 0.7 1.9 1.1 0.1 0.1 0.3 0.2 0.4 0.3 0.5 0.3 1 0.6 1.4 1 0.2 0.1 0.3 0.2 0.5 0.3 0.6 0.4 1.2 0.9 1.7 1.3s1.1 0.9 1.6 1.4l0.4 0.4 1.2 1.2 0.3 0.3c0.5 0.5 1 1.1 1.4 1.6 0.1 0.1 0.2 0.3 0.3 0.4 0.4 0.4 0.7 0.9 1 1.4 0.1 0.2 0.2 0.3 0.3 0.5l1.2 1.8s0 0.1 0.1 0.1c0.4 0.6 0.7 1.2 1 1.8 2.6 5 4.1 10.7 4.1 16.7s-1.5 11.7-4.1 16.7c-0.3 0.6-0.7 1.2-1 1.8 0 0 0 0.1-0.1 0.1l-1.2 1.8c-0.1 0.2-0.2 0.3-0.3 0.5-0.3 0.5-0.7 0.9-1 1.4-0.1 0.1-0.2 0.3-0.3 0.4-0.5 0.6-0.9 1.1-1.4 1.6l-0.3 0.3-1.2 1.2-0.4 0.4c-0.5 0.5-1 0.9-1.6 1.4-0.6 0.5-1.1 0.9-1.7 1.3-0.2 0.1-0.3 0.2-0.5 0.3-0.5 0.3-0.9 0.7-1.4 1-0.1 0.1-0.3 0.2-0.4 0.3-0.6 0.4-1.2 0.7-1.9 1.1-0.1 0.1-0.3 0.1-0.4 0.2-0.5 0.3-1 0.5-1.6 0.8l-0.6 0.3c-0.7 0.3-1.3 0.6-2 0.8-0.7 0.3-1.4 0.5-2.1 0.7-0.2 0.1-0.4 0.1-0.6 0.2-0.6 0.2-1.1 0.3-1.7 0.4-0.2 0-0.3 0.1-0.5 0.1-0.7 0.2-1.5 0.3-2.2 0.4-0.2 0-0.3 0-0.5 0.1-0.6 0.1-1.2 0.1-1.8 0.2h-0.6c-0.8 0-1.5 0.1-2.3 0.1s-1.5 0-2.3-0.1h-0.6c-0.6 0-1.2-0.1-1.8-0.2-0.2 0-0.3 0-0.5-0.1-0.7-0.1-1.5-0.2-2.2-0.4-0.2 0-0.3-0.1-0.5-0.1-0.6-0.1-1.2-0.3-1.7-0.4-0.2-0.1-0.4-0.1-0.6-0.2-0.7-0.2-1.4-0.4-2.1-0.7-0.7-0.2-1.3-0.5-2-0.8l-0.6-0.3c-0.5-0.2-1.1-0.5-1.6-0.8-0.1-0.1-0.3-0.1-0.4-0.2-0.6-0.3-1.3-0.7-1.9-1.1-0.1-0.1-0.3-0.2-0.4-0.3-0.5-0.3-1-0.6-1.4-1-0.2-0.1-0.3-0.2-0.5-0.3-0.6-0.4-1.2-0.9-1.7-1.3s-1.1-0.9-1.6-1.4l-0.4-0.4-1.2-1.2-0.3-0.3c-0.5-0.5-1-1.1-1.4-1.6-0.1-0.1-0.2-0.3-0.3-0.4-0.4-0.4-0.7-0.9-1-1.4-0.1-0.2-0.2-0.3-0.3-0.5l-1.2-1.8v-0.1c-0.4-0.6-0.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7z" ></path><path d="M620 539v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zM684 341v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5z" ></path><path d="M620 539c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99z m0.1-115.7c0.3-0.6 0.7-1.2 1-1.8v-0.1l1.2-1.8c0.1-0.2 0.2-0.3 0.3-0.5 0.3-0.5 0.7-0.9 1-1.4 0.1-0.1 0.2-0.3 0.3-0.4 0.5-0.6 0.9-1.1 1.4-1.6l0.3-0.3 1.2-1.2 0.4-0.4c0.5-0.5 1-0.9 1.6-1.4 0.6-0.5 1.1-0.9 1.7-1.3 0.2-0.1 0.3-0.2 0.5-0.3 0.5-0.3 0.9-0.7 1.4-1 0.1-0.1 0.3-0.2 0.4-0.3 0.6-0.4 1.2-0.7 1.9-1.1 0.1-0.1 0.3-0.1 0.4-0.2 0.5-0.3 1-0.5 1.6-0.8l0.6-0.3c0.7-0.3 1.3-0.6 2-0.8 0.7-0.3 1.4-0.5 2.1-0.7 0.2-0.1 0.4-0.1 0.6-0.2 0.6-0.2 1.1-0.3 1.7-0.4 0.2 0 0.3-0.1 0.5-0.1 0.7-0.2 1.5-0.3 2.2-0.4 0.2 0 0.3 0 0.5-0.1 0.6-0.1 1.2-0.1 1.8-0.2h0.6c0.8 0 1.5-0.1 2.3-0.1s1.5 0 2.3 0.1h0.6c0.6 0 1.2 0.1 1.8 0.2 0.2 0 0.3 0 0.5 0.1 0.7 0.1 1.5 0.2 2.2 0.4 0.2 0 0.3 0.1 0.5 0.1 0.6 0.1 1.2 0.3 1.7 0.4 0.2 0.1 0.4 0.1 0.6 0.2 0.7 0.2 1.4 0.4 2.1 0.7 0.7 0.2 1.3 0.5 2 0.8l0.6 0.3c0.5 0.2 1.1 0.5 1.6 0.8 0.1 0.1 0.3 0.1 0.4 0.2 0.6 0.3 1.3 0.7 1.9 1.1 0.1 0.1 0.3 0.2 0.4 0.3 0.5 0.3 1 0.6 1.4 1 0.2 0.1 0.3 0.2 0.5 0.3 0.6 0.4 1.2 0.9 1.7 1.3s1.1 0.9 1.6 1.4l0.4 0.4 1.2 1.2 0.3 0.3c0.5 0.5 1 1.1 1.4 1.6 0.1 0.1 0.2 0.3 0.3 0.4 0.4 0.4 0.7 0.9 1 1.4 0.1 0.2 0.2 0.3 0.3 0.5l1.2 1.8v0.1c0.4 0.6 0.7 1.2 1 1.8 2.6 5 4.1 10.7 4.1 16.7s-1.5 11.7-4.1 16.7c-0.3 0.6-0.7 1.2-1 1.8v0.1l-1.2 1.8c-0.1 0.2-0.2 0.3-0.3 0.5-0.3 0.5-0.7 0.9-1 1.4-0.1 0.1-0.2 0.3-0.3 0.4-0.5 0.6-0.9 1.1-1.4 1.6l-0.3 0.3-1.2 1.2-0.4 0.4c-0.5 0.5-1 0.9-1.6 1.4-0.6 0.5-1.1 0.9-1.7 1.3-0.2 0.1-0.3 0.2-0.5 0.3-0.5 0.3-0.9 0.7-1.4 1-0.1 0.1-0.3 0.2-0.4 0.3-0.6 0.4-1.2 0.7-1.9 1.1-0.1 0.1-0.3 0.1-0.4 0.2-0.5 0.3-1 0.5-1.6 0.8l-0.6 0.3c-0.7 0.3-1.3 0.6-2 0.8-0.7 0.3-1.4 0.5-2.1 0.7-0.2 0.1-0.4 0.1-0.6 0.2-0.6 0.2-1.1 0.3-1.7 0.4-0.2 0-0.3 0.1-0.5 0.1-0.7 0.2-1.5 0.3-2.2 0.4-0.2 0-0.3 0-0.5 0.1-0.6 0.1-1.2 0.1-1.8 0.2h-0.6c-0.8 0-1.5 0.1-2.3 0.1s-1.5 0-2.3-0.1h-0.6c-0.6 0-1.2-0.1-1.8-0.2-0.2 0-0.3 0-0.5-0.1-0.7-0.1-1.5-0.2-2.2-0.4-0.2 0-0.3-0.1-0.5-0.1-0.6-0.1-1.2-0.3-1.7-0.4-0.2-0.1-0.4-0.1-0.6-0.2-0.7-0.2-1.4-0.4-2.1-0.7-0.7-0.2-1.3-0.5-2-0.8l-0.6-0.3c-0.5-0.2-1.1-0.5-1.6-0.8-0.1-0.1-0.3-0.1-0.4-0.2-0.6-0.3-1.3-0.7-1.9-1.1-0.1-0.1-0.3-0.2-0.4-0.3-0.5-0.3-1-0.6-1.4-1-0.2-0.1-0.3-0.2-0.5-0.3-0.6-0.4-1.2-0.9-1.7-1.3s-1.1-0.9-1.6-1.4l-0.4-0.4-1.2-1.2-0.3-0.3c-0.5-0.5-1-1.1-1.4-1.6-0.1-0.1-0.2-0.3-0.3-0.4-0.4-0.4-0.7-0.9-1-1.4-0.1-0.2-0.2-0.3-0.3-0.5l-1.2-1.8v-0.1c-0.4-0.6-0.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7z" ></path></symbol><symbol id="icon-file-copy" viewBox="0 0 1024 1024"><path d="M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32z" ></path><path d="M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" ></path></symbol><symbol id="icon-star-fill" viewBox="0 0 1024 1024"><path d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3-12.3 12.7-12.1 32.9 0.6 45.3l183.7 179.1-43.4 252.9c-1.2 6.9-0.1 14.1 3.2 20.3 8.2 15.6 27.6 21.7 43.2 13.4L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z" ></path></symbol><symbol id="icon-zoomout" viewBox="0 0 1024 1024"><path d="M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" ></path><path d="M921 867L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" ></path></symbol><symbol id="icon-zoomin" viewBox="0 0 1024 1024"><path d="M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" ></path><path d="M921 867L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" ></path></symbol><symbol id="icon-edit-square" viewBox="0 0 1024 1024"><path d="M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z" ></path><path d="M355.9 534.9L354 653.8c-0.1 8.9 7.1 16.2 16 16.2h0.4l118-2.9c2-0.1 4-0.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1 0.8-5.7 2.3l-415.8 415c-1.4 1.5-2.3 3.5-2.3 5.6z m63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1 0.7-46.4z" ></path></symbol><symbol id="icon-save" viewBox="0 0 1024 1024"><path d="M893.3 293.3L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184z m456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840z" ></path><path d="M512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z m0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z" ></path></symbol><symbol id="icon-cloud-upload" viewBox="0 0 1024 1024"><path d="M518.3 459c-3.2-4.1-9.4-4.1-12.6 0l-112 141.7c-4.1 5.2-0.4 12.9 6.3 12.9h73.9V856c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V613.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 459z" ></path><path d="M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6 0.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4 14.9-19.2 32.6-35.9 52.4-49.9 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7-23.4 23.4-54.5 36.3-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z" ></path></symbol><symbol id="icon-cloud-download" viewBox="0 0 1024 1024"><path d="M624 706.3h-74.1V464c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v242.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.7c3.2 4.1 9.4 4.1 12.6 0l112-141.7c4.1-5.2 0.4-12.9-6.3-12.9z" ></path><path d="M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6 0.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4 14.9-19.2 32.6-35.9 52.4-49.9 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7-23.4 23.4-54.5 36.3-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z" ></path></symbol><symbol id="icon-close" viewBox="0 0 1024 1024"><path d="M563.8 512l262.5-312.9c4.4-5.2 0.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9c-4.4 5.2-0.7 13.1 6.1 13.1h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z" ></path></symbol><symbol id="icon-sousuo" viewBox="0 0 1024 1024"><path d="M970.837333 919.850667l-205.696-205.653334A382.421333 382.421333 0 0 0 853.333333 469.333333a384 384 0 0 0-384-384 384 384 0 0 0-384 384 384 384 0 0 0 384 384 382.421333 382.421333 0 0 0 244.906667-88.192l205.653333 205.653334a36.053333 36.053333 0 0 0 50.986667 0 36.266667 36.266667 0 0 0-0.042667-50.944z m-380.117333-162.986667c-38.4 16.256-79.189333 24.448-121.386667 24.448a311.296 311.296 0 0 1-220.586666-91.392A311.296 311.296 0 0 1 157.312 469.333333 311.296 311.296 0 0 1 248.746667 248.746667 311.296 311.296 0 0 1 469.333333 157.354667a311.296 311.296 0 0 1 220.586667 91.392A311.296 311.296 0 0 1 781.354667 469.333333a311.296 311.296 0 0 1-91.392 220.586667 310.186667 310.186667 0 0 1-99.242667 66.901333z" ></path></symbol><symbol id="icon-plus" viewBox="0 0 1024 1024"><path d="M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z" ></path><path d="M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z" ></path></symbol></svg>',function(l){var c=(c=document.getElementsByTagName("script"))[c.length-1],h=c.getAttribute("data-injectcss"),c=c.getAttribute("data-disable-injectsvg");if(!c){var a,o,t,v,i,s=function(c,h){h.parentNode.insertBefore(c,h)};if(h&&!l.__iconfont__svg__cssinject__){l.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(c){console&&console.log(c)}}a=function(){var c,h=document.createElement("div");h.innerHTML=l._iconfont_svg_string_4493796,(h=h.getElementsByTagName("svg")[0])&&(h.setAttribute("aria-hidden","true"),h.style.position="absolute",h.style.width=0,h.style.height=0,h.style.overflow="hidden",h=h,(c=document.body).firstChild?s(h,c.firstChild):c.appendChild(h))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(a,0):(o=function(){document.removeEventListener("DOMContentLoaded",o,!1),a()},document.addEventListener("DOMContentLoaded",o,!1)):document.attachEvent&&(t=a,v=l.document,i=!1,z(),v.onreadystatechange=function(){"complete"==v.readyState&&(v.onreadystatechange=null,p())})}function p(){i||(i=!0,t())}function z(){try{v.documentElement.doScroll("left")}catch(c){return void setTimeout(z,50)}p()}}(window);
\ No newline at end of file
$(function(){
$(".dib").off("click").click(function () {
var iconName = $(this).find('.code-name').text().substring(1);
var oInput = document.createElement('input');
oInput.value = iconName;
document.body.appendChild(oInput);
oInput.select(); // 选择对象
document.execCommand("Copy"); // 执行浏览器复制命令
oInput.className = 'oInput';
oInput.style.display = 'none';
})
})
//// 初始化 执行复制
//function initCopy(elem1, elem2) {
// $(elem1).off().click(function () {
// var iconName = $(this).find('.code-name').text();
// var oInput = document.createElement('input');
// var iconHtml = '<i class="iconfont ' + iconName + '"></i>';
// oInput.value = iconHtml
// document.body.appendChild(oInput);
// oInput.select(); // 选择对象
// document.execCommand("Copy"); // 执行浏览器复制命令
// oInput.className = 'oInput';
// oInput.style.display = 'none';
// layer.msg('已复制 ' + iconName, { icon: 6 });
// })
// var icontotal = $(elem1).length;
// $(elem2).text(icontotal);
//}
//layer.msg('已复制 ' , { icon: 6 });
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
var _self = (typeof window !== 'undefined')
? window // if in browser
: (
(typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope)
? self // if in worker
: {} // if in node js
);
/**
* Prism: Lightweight, robust, elegant syntax highlighting
* MIT license http://www.opensource.org/licenses/mit-license.php/
* @author Lea Verou http://lea.verou.me
*/
var Prism = (function(){
// Private helper vars
var lang = /\blang(?:uage)?-([\w-]+)\b/i;
var uniqueId = 0;
var _ = _self.Prism = {
manual: _self.Prism && _self.Prism.manual,
disableWorkerMessageHandler: _self.Prism && _self.Prism.disableWorkerMessageHandler,
util: {
encode: function (tokens) {
if (tokens instanceof Token) {
return new Token(tokens.type, _.util.encode(tokens.content), tokens.alias);
} else if (_.util.type(tokens) === 'Array') {
return tokens.map(_.util.encode);
} else {
return tokens.replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/\u00a0/g, ' ');
}
},
type: function (o) {
return Object.prototype.toString.call(o).slice(8, -1);
},
objId: function (obj) {
if (!obj['__id']) {
Object.defineProperty(obj, '__id', { value: ++uniqueId });
}
return obj['__id'];
},
// Deep clone a language definition (e.g. to extend it)
clone: function (o, visited) {
var type = _.util.type(o);
visited = visited || {};
switch (type) {
case 'Object':
if (visited[_.util.objId(o)]) {
return visited[_.util.objId(o)];
}
var clone = {};
visited[_.util.objId(o)] = clone;
for (var key in o) {
if (o.hasOwnProperty(key)) {
clone[key] = _.util.clone(o[key], visited);
}
}
return clone;
case 'Array':
if (visited[_.util.objId(o)]) {
return visited[_.util.objId(o)];
}
var clone = [];
visited[_.util.objId(o)] = clone;
o.forEach(function (v, i) {
clone[i] = _.util.clone(v, visited);
});
return clone;
}
return o;
}
},
languages: {
extend: function (id, redef) {
var lang = _.util.clone(_.languages[id]);
for (var key in redef) {
lang[key] = redef[key];
}
return lang;
},
/**
* Insert a token before another token in a language literal
* As this needs to recreate the object (we cannot actually insert before keys in object literals),
* we cannot just provide an object, we need an object and a key.
* @param inside The key (or language id) of the parent
* @param before The key to insert before.
* @param insert Object with the key/value pairs to insert
* @param root The object that contains `inside`. If equal to Prism.languages, it can be omitted.
*/
insertBefore: function (inside, before, insert, root) {
root = root || _.languages;
var grammar = root[inside];
var ret = {};
for (var token in grammar) {
if (grammar.hasOwnProperty(token)) {
if (token == before) {
for (var newToken in insert) {
if (insert.hasOwnProperty(newToken)) {
ret[newToken] = insert[newToken];
}
}
}
// Do not insert token which also occur in insert. See #1525
if (!insert.hasOwnProperty(token)) {
ret[token] = grammar[token];
}
}
}
var old = root[inside];
root[inside] = ret;
// Update references in other language definitions
_.languages.DFS(_.languages, function(key, value) {
if (value === old && key != inside) {
this[key] = ret;
}
});
return ret;
},
// Traverse a language definition with Depth First Search
DFS: function(o, callback, type, visited) {
visited = visited || {};
for (var i in o) {
if (o.hasOwnProperty(i)) {
callback.call(o, i, o[i], type || i);
if (_.util.type(o[i]) === 'Object' && !visited[_.util.objId(o[i])]) {
visited[_.util.objId(o[i])] = true;
_.languages.DFS(o[i], callback, null, visited);
}
else if (_.util.type(o[i]) === 'Array' && !visited[_.util.objId(o[i])]) {
visited[_.util.objId(o[i])] = true;
_.languages.DFS(o[i], callback, i, visited);
}
}
}
}
},
plugins: {},
highlightAll: function(async, callback) {
_.highlightAllUnder(document, async, callback);
},
highlightAllUnder: function(container, async, callback) {
var env = {
callback: callback,
selector: 'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'
};
_.hooks.run("before-highlightall", env);
var elements = env.elements || container.querySelectorAll(env.selector);
for (var i=0, element; element = elements[i++];) {
_.highlightElement(element, async === true, env.callback);
}
},
highlightElement: function(element, async, callback) {
// Find language
var language, grammar, parent = element;
while (parent && !lang.test(parent.className)) {
parent = parent.parentNode;
}
if (parent) {
language = (parent.className.match(lang) || [,''])[1].toLowerCase();
grammar = _.languages[language];
}
// Set language on the element, if not present
element.className = element.className.replace(lang, '').replace(/\s+/g, ' ') + ' language-' + language;
if (element.parentNode) {
// Set language on the parent, for styling
parent = element.parentNode;
if (/pre/i.test(parent.nodeName)) {
parent.className = parent.className.replace(lang, '').replace(/\s+/g, ' ') + ' language-' + language;
}
}
var code = element.textContent;
var env = {
element: element,
language: language,
grammar: grammar,
code: code
};
_.hooks.run('before-sanity-check', env);
if (!env.code || !env.grammar) {
if (env.code) {
_.hooks.run('before-highlight', env);
env.element.textContent = env.code;
_.hooks.run('after-highlight', env);
}
_.hooks.run('complete', env);
return;
}
_.hooks.run('before-highlight', env);
if (async && _self.Worker) {
var worker = new Worker(_.filename);
worker.onmessage = function(evt) {
env.highlightedCode = evt.data;
_.hooks.run('before-insert', env);
env.element.innerHTML = env.highlightedCode;
_.hooks.run('after-highlight', env);
_.hooks.run('complete', env);
callback && callback.call(env.element);
};
worker.postMessage(JSON.stringify({
language: env.language,
code: env.code,
immediateClose: true
}));
}
else {
env.highlightedCode = _.highlight(env.code, env.grammar, env.language);
_.hooks.run('before-insert', env);
env.element.innerHTML = env.highlightedCode;
_.hooks.run('after-highlight', env);
_.hooks.run('complete', env);
callback && callback.call(element);
}
},
highlight: function (text, grammar, language) {
var env = {
code: text,
grammar: grammar,
language: language
};
_.hooks.run('before-tokenize', env);
env.tokens = _.tokenize(env.code, env.grammar);
_.hooks.run('after-tokenize', env);
return Token.stringify(_.util.encode(env.tokens), env.language);
},
matchGrammar: function (text, strarr, grammar, index, startPos, oneshot, target) {
var Token = _.Token;
for (var token in grammar) {
if(!grammar.hasOwnProperty(token) || !grammar[token]) {
continue;
}
if (token == target) {
return;
}
var patterns = grammar[token];
patterns = (_.util.type(patterns) === "Array") ? patterns : [patterns];
for (var j = 0; j < patterns.length; ++j) {
var pattern = patterns[j],
inside = pattern.inside,
lookbehind = !!pattern.lookbehind,
greedy = !!pattern.greedy,
lookbehindLength = 0,
alias = pattern.alias;
if (greedy && !pattern.pattern.global) {
// Without the global flag, lastIndex won't work
var flags = pattern.pattern.toString().match(/[imuy]*$/)[0];
pattern.pattern = RegExp(pattern.pattern.source, flags + "g");
}
pattern = pattern.pattern || pattern;
// Don’t cache length as it changes during the loop
for (var i = index, pos = startPos; i < strarr.length; pos += strarr[i].length, ++i) {
var str = strarr[i];
if (strarr.length > text.length) {
// Something went terribly wrong, ABORT, ABORT!
return;
}
if (str instanceof Token) {
continue;
}
if (greedy && i != strarr.length - 1) {
pattern.lastIndex = pos;
var match = pattern.exec(text);
if (!match) {
break;
}
var from = match.index + (lookbehind ? match[1].length : 0),
to = match.index + match[0].length,
k = i,
p = pos;
for (var len = strarr.length; k < len && (p < to || (!strarr[k].type && !strarr[k - 1].greedy)); ++k) {
p += strarr[k].length;
// Move the index i to the element in strarr that is closest to from
if (from >= p) {
++i;
pos = p;
}
}
// If strarr[i] is a Token, then the match starts inside another Token, which is invalid
if (strarr[i] instanceof Token) {
continue;
}
// Number of tokens to delete and replace with the new match
delNum = k - i;
str = text.slice(pos, p);
match.index -= pos;
} else {
pattern.lastIndex = 0;
var match = pattern.exec(str),
delNum = 1;
}
if (!match) {
if (oneshot) {
break;
}
continue;
}
if(lookbehind) {
lookbehindLength = match[1] ? match[1].length : 0;
}
var from = match.index + lookbehindLength,
match = match[0].slice(lookbehindLength),
to = from + match.length,
before = str.slice(0, from),
after = str.slice(to);
var args = [i, delNum];
if (before) {
++i;
pos += before.length;
args.push(before);
}
var wrapped = new Token(token, inside? _.tokenize(match, inside) : match, alias, match, greedy);
args.push(wrapped);
if (after) {
args.push(after);
}
Array.prototype.splice.apply(strarr, args);
if (delNum != 1)
_.matchGrammar(text, strarr, grammar, i, pos, true, token);
if (oneshot)
break;
}
}
}
},
tokenize: function(text, grammar, language) {
var strarr = [text];
var rest = grammar.rest;
if (rest) {
for (var token in rest) {
grammar[token] = rest[token];
}
delete grammar.rest;
}
_.matchGrammar(text, strarr, grammar, 0, 0, false);
return strarr;
},
hooks: {
all: {},
add: function (name, callback) {
var hooks = _.hooks.all;
hooks[name] = hooks[name] || [];
hooks[name].push(callback);
},
run: function (name, env) {
var callbacks = _.hooks.all[name];
if (!callbacks || !callbacks.length) {
return;
}
for (var i=0, callback; callback = callbacks[i++];) {
callback(env);
}
}
}
};
var Token = _.Token = function(type, content, alias, matchedStr, greedy) {
this.type = type;
this.content = content;
this.alias = alias;
// Copy of the full string this token was created from
this.length = (matchedStr || "").length|0;
this.greedy = !!greedy;
};
Token.stringify = function(o, language, parent) {
if (typeof o == 'string') {
return o;
}
if (_.util.type(o) === 'Array') {
return o.map(function(element) {
return Token.stringify(element, language, o);
}).join('');
}
var env = {
type: o.type,
content: Token.stringify(o.content, language, parent),
tag: 'span',
classes: ['token', o.type],
attributes: {},
language: language,
parent: parent
};
if (o.alias) {
var aliases = _.util.type(o.alias) === 'Array' ? o.alias : [o.alias];
Array.prototype.push.apply(env.classes, aliases);
}
_.hooks.run('wrap', env);
var attributes = Object.keys(env.attributes).map(function(name) {
return name + '="' + (env.attributes[name] || '').replace(/"/g, '&quot;') + '"';
}).join(' ');
return '<' + env.tag + ' class="' + env.classes.join(' ') + '"' + (attributes ? ' ' + attributes : '') + '>' + env.content + '</' + env.tag + '>';
};
if (!_self.document) {
if (!_self.addEventListener) {
// in Node.js
return _self.Prism;
}
if (!_.disableWorkerMessageHandler) {
// In worker
_self.addEventListener('message', function (evt) {
var message = JSON.parse(evt.data),
lang = message.language,
code = message.code,
immediateClose = message.immediateClose;
_self.postMessage(_.highlight(code, _.languages[lang], lang));
if (immediateClose) {
_self.close();
}
}, false);
}
return _self.Prism;
}
//Get current script and highlight
var script = document.currentScript || [].slice.call(document.getElementsByTagName("script")).pop();
if (script) {
_.filename = script.src;
if (!_.manual && !script.hasAttribute('data-manual')) {
if(document.readyState !== "loading") {
if (window.requestAnimationFrame) {
window.requestAnimationFrame(_.highlightAll);
} else {
window.setTimeout(_.highlightAll, 16);
}
}
else {
document.addEventListener('DOMContentLoaded', _.highlightAll);
}
}
}
return _self.Prism;
})();
if (typeof module !== 'undefined' && module.exports) {
module.exports = Prism;
}
// hack for components to work correctly in node.js
if (typeof global !== 'undefined') {
global.Prism = Prism;
}
;
Prism.languages.markup = {
'comment': /<!--[\s\S]*?-->/,
'prolog': /<\?[\s\S]+?\?>/,
'doctype': /<!DOCTYPE[\s\S]+?>/i,
'cdata': /<!\[CDATA\[[\s\S]*?]]>/i,
'tag': {
pattern: /<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i,
greedy: true,
inside: {
'tag': {
pattern: /^<\/?[^\s>\/]+/i,
inside: {
'punctuation': /^<\/?/,
'namespace': /^[^\s>\/:]+:/
}
},
'attr-value': {
pattern: /=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+)/i,
inside: {
'punctuation': [
/^=/,
{
pattern: /(^|[^\\])["']/,
lookbehind: true
}
]
}
},
'punctuation': /\/?>/,
'attr-name': {
pattern: /[^\s>\/]+/,
inside: {
'namespace': /^[^\s>\/:]+:/
}
}
}
},
'entity': /&#?[\da-z]{1,8};/i
};
Prism.languages.markup['tag'].inside['attr-value'].inside['entity'] =
Prism.languages.markup['entity'];
// Plugin to make entity title show the real entity, idea by Roman Komarov
Prism.hooks.add('wrap', function(env) {
if (env.type === 'entity') {
env.attributes['title'] = env.content.replace(/&amp;/, '&');
}
});
Prism.languages.xml = Prism.languages.markup;
Prism.languages.html = Prism.languages.markup;
Prism.languages.mathml = Prism.languages.markup;
Prism.languages.svg = Prism.languages.markup;
Prism.languages.css = {
'comment': /\/\*[\s\S]*?\*\//,
'atrule': {
pattern: /@[\w-]+?[\s\S]*?(?:;|(?=\s*\{))/i,
inside: {
'rule': /@[\w-]+/
// See rest below
}
},
'url': /url\((?:(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,
'selector': /[^{}\s][^{};]*?(?=\s*\{)/,
'string': {
pattern: /("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,
greedy: true
},
'property': /[-_a-z\xA0-\uFFFF][-\w\xA0-\uFFFF]*(?=\s*:)/i,
'important': /!important\b/i,
'function': /[-a-z0-9]+(?=\()/i,
'punctuation': /[(){};:,]/
};
Prism.languages.css['atrule'].inside.rest = Prism.languages.css;
if (Prism.languages.markup) {
Prism.languages.insertBefore('markup', 'tag', {
'style': {
pattern: /(<style[\s\S]*?>)[\s\S]*?(?=<\/style>)/i,
lookbehind: true,
inside: Prism.languages.css,
alias: 'language-css',
greedy: true
}
});
Prism.languages.insertBefore('inside', 'attr-value', {
'style-attr': {
pattern: /\s*style=("|')(?:\\[\s\S]|(?!\1)[^\\])*\1/i,
inside: {
'attr-name': {
pattern: /^\s*style/i,
inside: Prism.languages.markup.tag.inside
},
'punctuation': /^\s*=\s*['"]|['"]\s*$/,
'attr-value': {
pattern: /.+/i,
inside: Prism.languages.css
}
},
alias: 'language-css'
}
}, Prism.languages.markup.tag);
}
;
Prism.languages.clike = {
'comment': [
{
pattern: /(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,
lookbehind: true
},
{
pattern: /(^|[^\\:])\/\/.*/,
lookbehind: true,
greedy: true
}
],
'string': {
pattern: /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,
greedy: true
},
'class-name': {
pattern: /((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[\w.\\]+/i,
lookbehind: true,
inside: {
punctuation: /[.\\]/
}
},
'keyword': /\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,
'boolean': /\b(?:true|false)\b/,
'function': /\w+(?=\()/,
'number': /\b0x[\da-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:e[+-]?\d+)?/i,
'operator': /--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,
'punctuation': /[{}[\];(),.:]/
};
Prism.languages.javascript = Prism.languages.extend('clike', {
'class-name': [
Prism.languages.clike['class-name'],
{
pattern: /(^|[^$\w\xA0-\uFFFF])[_$A-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\.(?:prototype|constructor))/,
lookbehind: true
}
],
'keyword': [
{
pattern: /((?:^|})\s*)(?:catch|finally)\b/,
lookbehind: true
},
/\b(?:as|async|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/
],
'number': /\b(?:(?:0[xX][\dA-Fa-f]+|0[bB][01]+|0[oO][0-7]+)n?|\d+n|NaN|Infinity)\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/,
// Allow for all non-ASCII characters (See http://stackoverflow.com/a/2008444)
'function': /[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*\(|\.(?:apply|bind|call)\()/,
'operator': /-[-=]?|\+[+=]?|!=?=?|<<?=?|>>?>?=?|=(?:==?|>)?|&[&=]?|\|[|=]?|\*\*?=?|\/=?|~|\^=?|%=?|\?|\.{3}/
});
Prism.languages.javascript['class-name'][0].pattern = /(\b(?:class|interface|extends|implements|instanceof|new)\s+)[\w.\\]+/
Prism.languages.insertBefore('javascript', 'keyword', {
'regex': {
pattern: /((?:^|[^$\w\xA0-\uFFFF."'\])\s])\s*)\/(\[(?:[^\]\\\r\n]|\\.)*]|\\.|[^/\\\[\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})\]]))/,
lookbehind: true,
greedy: true
},
// This must be declared before keyword because we use "function" inside the look-forward
'function-variable': {
pattern: /[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\([^()]*\)|[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)\s*=>))/i,
alias: 'function'
},
'parameter': [
{
pattern: /(function(?:\s+[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)?\s*\(\s*)[^\s()][^()]*?(?=\s*\))/,
lookbehind: true,
inside: Prism.languages.javascript
},
{
pattern: /[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*=>)/,
inside: Prism.languages.javascript
},
{
pattern: /(\(\s*)[^\s()][^()]*?(?=\s*\)\s*=>)/,
lookbehind: true,
inside: Prism.languages.javascript
},
{
pattern: /((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*\s*)\(\s*)[^\s()][^()]*?(?=\s*\)\s*\{)/,
lookbehind: true,
inside: Prism.languages.javascript
}
],
'constant': /\b[A-Z][A-Z\d_]*\b/
});
Prism.languages.insertBefore('javascript', 'string', {
'template-string': {
pattern: /`(?:\\[\s\S]|\${[^}]+}|[^\\`])*`/,
greedy: true,
inside: {
'interpolation': {
pattern: /\${[^}]+}/,
inside: {
'interpolation-punctuation': {
pattern: /^\${|}$/,
alias: 'punctuation'
},
rest: Prism.languages.javascript
}
},
'string': /[\s\S]+/
}
}
});
if (Prism.languages.markup) {
Prism.languages.insertBefore('markup', 'tag', {
'script': {
pattern: /(<script[\s\S]*?>)[\s\S]*?(?=<\/script>)/i,
lookbehind: true,
inside: Prism.languages.javascript,
alias: 'language-javascript',
greedy: true
}
});
}
Prism.languages.js = Prism.languages.javascript;
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论