代码同步

This commit is contained in:
chenxiaoxi
2021-05-25 18:10:24 +08:00
parent ee873b789e
commit 7e0cc4fd20
51 changed files with 0 additions and 3618 deletions
-238
View File
@@ -1,238 +0,0 @@
import Layout from '@/layouts'
const data = [
{
path: '/',
component: 'Layout',
redirect: 'index',
children: [
{
path: 'index',
name: 'Index',
component: '@/views/index/index',
meta: {
title: '首页',
icon: 'home',
affix: true,
},
},
],
},
{
path: '/personnelManagement',
component: 'Layout',
redirect: 'noRedirect',
name: 'PersonnelManagement',
meta: { title: '标准法规部', icon: 'users-cog', permissions: ['admin'] },
children: [
{
path: 'userManagement',
name: 'UserManagement',
component: '@/views/personnelManagement/userManagement/index',
meta: { title: '动态&资料' },
},
{
path: 'roleManagement',
name: 'RoleManagement',
component: '@/views/personnelManagement/roleManagement/index',
meta: { title: '国内标准法规' },
},
{
path: 'menuManagement',
name: 'MenuManagement',
component: '@/views/personnelManagement/menuManagement/index',
meta: { title: '海外标准法规', badge: 'New' },
},
{
path: 'foreignRegulationsDatabase',
name: 'ForeignRegulationsDatabase',
component:
'@/views/personnelManagement/foreignRegulationsDatabase/index',
meta: { title: '国内外政策' },
},
{
path: 'enterpriseStandardDatabase',
name: 'EnterpriseStandardDatabase',
component:
'@/views/personnelManagement/enterpriseStandardDatabase/index',
meta: { title: '企业标准' },
},
{
path: 'accessStandardsAndRegulations',
name: 'AccessStandardsAndRegulations',
component:
'@/views/personnelManagement/accessStandardsAndRegulations/index',
meta: { title: '标准法规清单' },
},
{
path: 'localProductsOrProjectLibrary',
name: 'LocalProductsOrProjectLibrary',
component:
'@/views/personnelManagement/localProductsOrProjectLibrary/index',
meta: { title: '车型项目库' },
},
{
path: 'nonConfomity',
name: 'NonConfomity',
component: '@/views/personnelManagement/nonConfomity/index',
meta: { title: '未符合项整改' },
},
],
},
{
path: '/vab',
component: 'Layout',
redirect: 'noRedirect',
name: 'Vab',
alwaysShow: true,
meta: { title: '工作台', icon: 'cloud' },
children: [
{
path: 'permissions',
name: 'Permission',
component: '@/views/vab/permissions/index',
meta: {
title: '流程中心',
permissions: ['admin', 'editor'],
badge: 'New',
},
},
{
path: 'table',
component: '@/views/vab/table/index',
name: 'Table',
meta: {
title: '发起流程',
permissions: ['admin'],
},
},
],
},
{
path: '/standardWarning',
component: 'Layout',
redirect: 'noRedirect',
children: [
{
path: 'standardWarning',
name: 'StandardWarning',
component: '@/views/standardWarning/index',
meta: {
title: '标准预警',
icon: 'home',
affix: true,
},
},
],
},
{
path: '/localTool',
component: 'Layout',
redirect: 'noRedirect',
name: 'LocalTool',
meta: {
title: '本地工具',
icon: 'shopping-cart',
permissions: ['admin'],
},
children: [
{
path: 'standardRecognition',
name: 'StandardRecognition',
component: '@/views/localTool/standardRecognition/index',
meta: {
title: '本地内容自动识别',
noKeepAlive: true,
},
children: null,
},
{
path: 'standAutoSplit',
name: 'StandAutoSplit',
component: '@/views/localTool/standAutoSplit/index',
meta: {
title: '标准拆分',
},
},
{
path: 'standContrast',
name: 'StandContrast',
component: '@/views/localTool/standContrast/index',
meta: {
title: '标准比对',
},
},
{
path: 'standardComparisonLibrary',
name: 'StandardComparisonLibrary',
component: '@/views/localTool/standardComparisonLibrary/index',
meta: {
title: '标准比对库',
},
},
],
},
{
path: '/mall',
component: 'Layout',
redirect: 'noRedirect',
name: 'Mall',
meta: {
title: '配置管理',
icon: 'shopping-cart',
permissions: ['admin'],
},
children: [
{
path: 'pay',
name: 'Pay',
component: '@/views/mall/pay/index',
meta: {
title: '角色管理',
noKeepAlive: true,
},
children: null,
},
{
path: 'goodsList',
name: 'GoodsList',
component: '@/views/mall/goodsList/index',
meta: {
title: '用户管理',
},
},
],
},
{
path: '/error',
component: 'EmptyLayout',
redirect: 'noRedirect',
name: 'Error',
meta: { title: '个人中心', icon: 'bug' },
children: [
{
path: '401',
name: 'Error401',
component: '@/views/401',
meta: { title: '我的消息' },
},
{
path: '404',
name: 'Error404',
component: '@/views/404',
meta: { title: '我的问答' },
},
],
},
]
module.exports = [
{
url: '/menu/navigate',
type: 'post',
response() {
return { code: 200, msg: 'success', data: data }
},
},
]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

-231
View File
@@ -1,231 +0,0 @@
const data = [
{
path: '/',
component: 'Layout',
redirect: 'index',
children: [
{
path: 'index',
name: 'Index',
component: '@/views/index/index',
meta: {
title: '首页',
icon: 'home',
affix: true,
},
},
],
},
{
path: '/personnelManagement',
component: 'Layout',
redirect: 'noRedirect',
name: 'PersonnelManagement',
meta: { title: '标准法规部', icon: 'users-cog', permissions: ['admin'] },
children: [
{
path: 'userManagement',
name: 'UserManagement',
component: '@/views/personnelManagement/userManagement/index',
meta: { title: '动态&资料' },
},
{
path: 'roleManagement',
name: 'RoleManagement',
component: '@/views/personnelManagement/roleManagement/index',
meta: { title: '国内标准法规' },
},
{
path: 'menuManagement',
name: 'MenuManagement',
component: '@/views/personnelManagement/menuManagement/index',
meta: { title: '海外标准法规', badge: 'New' },
},
{
path: 'foreignRegulationsDatabase',
name: 'ForeignRegulationsDatabase',
component:
'@/views/personnelManagement/foreignRegulationsDatabase/index',
meta: { title: '国内外政策' },
},
{
path: 'enterpriseStandardDatabase',
name: 'EnterpriseStandardDatabase',
component:
'@/views/personnelManagement/enterpriseStandardDatabase/index',
meta: { title: '企业标准' },
},
{
path: 'accessStandardsAndRegulations',
name: 'AccessStandardsAndRegulations',
component:
'@/views/personnelManagement/accessStandardsAndRegulations/index',
meta: { title: '标准法规清单' },
},
{
path: 'localProductsOrProjectLibrary',
name: 'LocalProductsOrProjectLibrary',
component:
'@/views/personnelManagement/localProductsOrProjectLibrary/index',
meta: { title: '车型项目库' },
},
{
path: 'nonConfomity',
name: 'NonConfomity',
component: '@/views/personnelManagement/nonConfomity/index',
meta: { title: '未符合项整改' },
},
],
},
{
path: '/vab',
component: 'Layout',
redirect: 'noRedirect',
name: 'Vab',
alwaysShow: true,
meta: { title: '工作台', icon: 'cloud' },
children: [
{
path: 'permissions',
name: 'Permission',
component: '@/views/vab/permissions/index',
meta: {
title: '流程中心',
permissions: ['admin', 'editor'],
badge: 'New',
},
},
{
path: 'table',
component: '@/views/vab/table/index',
name: 'Table',
meta: {
title: '发起流程',
permissions: ['admin'],
},
},
],
},
{
path: '/standardWarning',
component: 'Layout',
redirect: 'noRedirect',
children: [
{
path: 'standardWarning',
name: 'StandardWarning',
component: '@/views/standardWarning/index',
meta: {
title: '标准预警',
icon: 'home',
affix: true,
},
},
],
},
{
path: '/localTool',
component: 'Layout',
redirect: 'noRedirect',
name: 'LocalTool',
meta: {
title: '本地工具',
icon: 'shopping-cart',
permissions: ['admin'],
},
children: [
{
path: 'standardRecognition',
name: 'StandardRecognition',
component: '@/views/localTool/standardRecognition/index',
meta: {
title: '本地内容自动识别',
noKeepAlive: true,
},
children: null,
},
{
path: 'standAutoSplit',
name: 'StandAutoSplit',
component: '@/views/localTool/standAutoSplit/index',
meta: {
title: '标准拆分',
},
},
{
path: 'standContrast',
name: 'StandContrast',
component: '@/views/localTool/standContrast/index',
meta: {
title: '标准比对',
},
},
{
path: 'standardComparisonLibrary',
name: 'StandardComparisonLibrary',
component: '@/views/localTool/standardComparisonLibrary/index',
meta: {
title: '标准比对库',
},
},
],
},
{
path: '/mall',
component: 'Layout',
redirect: 'noRedirect',
name: 'Mall',
meta: {
title: '配置管理',
icon: 'shopping-cart',
permissions: ['admin'],
},
children: [
{
path: 'pay',
name: 'Pay',
component: '@/views/mall/pay/index',
meta: {
title: '角色管理',
noKeepAlive: true,
},
children: null,
},
{
path: 'goodsList',
name: 'GoodsList',
component: '@/views/mall/goodsList/index',
meta: {
title: '用户管理',
},
},
],
},
{
path: '/error',
component: 'EmptyLayout',
redirect: 'noRedirect',
name: 'Error',
meta: { title: '个人中心', icon: 'bug' },
children: [
{
path: '401',
name: 'Error401',
component: '@/views/401',
meta: { title: '我的消息' },
},
{
path: '404',
name: 'Error404',
component: '@/views/404',
meta: { title: '我的问答' },
},
],
},
]
const routes = {
routes: data,
}
module.exports = routes
-14
View File
@@ -1,14 +0,0 @@
<!-- 滚动通知组件 -->
<template>
<div class="vab-ad"></div>
</template>
<script>
export default {
name: 'VabAd',
data() {
return {}
},
methods: {},
}
</script>
<style lang="scss" scoped></style>
@@ -1,90 +0,0 @@
<template>
<div v-if="routerView" class="app-main-container">
<!-- <vab-github-corner />-->
<!-- <transition mode="out-in" name="fade-transform">-->
<!-- <keep-alive :include="cachedRoutes" :max="keepAliveMaxNum">-->
<!-- <router-view :key="key" class="app-main-height" />-->
<!-- </keep-alive>-->
<!-- </transition>-->
</div>
</template>
<script>
import { mapActions, mapGetters } from 'vuex'
import { copyright, footerCopyright, keepAliveMaxNum, title } from '@/config'
export default {
name: 'VabAppMain',
data() {
return {
show: false,
fullYear: new Date().getFullYear(),
copyright,
title,
keepAliveMaxNum,
routerView: true,
footerCopyright,
}
},
computed: {
...mapGetters({
visitedRoutes: 'tabsBar/visitedRoutes',
device: 'settings/device',
}),
cachedRoutes() {
const cachedRoutesArr = []
this.visitedRoutes.forEach((item) => {
if (!item.meta.noKeepAlive) {
cachedRoutesArr.push(item.name)
}
})
return cachedRoutesArr
},
key() {
return this.$route.path
},
},
watch: {
$route: {
handler(route) {
if ('mobile' === this.device) this.foldSideBar()
},
immediate: true,
},
},
created() {
//重载所有路由
this.$baseEventBus.$on('reload-router-view', () => {
this.routerView = false
this.$nextTick(() => {
this.routerView = true
})
})
},
mounted() {},
methods: {
...mapActions({
foldSideBar: 'settings/foldSideBar',
}),
},
}
</script>
<style lang="scss" scoped>
.app-main-container {
position: relative;
width: 100%;
overflow: hidden;
.vab-keel {
margin: $base-padding;
}
.footer-copyright {
min-height: 55px;
line-height: 55px;
color: rgba(0, 0, 0, 0.45);
text-align: center;
border-top: 1px dashed $base-border-color;
}
}
</style>
@@ -1,78 +0,0 @@
<template>
<el-dropdown @command="handleCommand">
<span class="avatar-dropdown">
<div class="user-name">
<span>您好,{{ username }}</span>
<i class="el-icon-arrow-down el-icon--right"></i>
</div>
</span>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item command="logout">退出登录</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</template>
<script>
import { mapGetters } from 'vuex'
import { recordRoute } from '@/config'
export default {
name: 'VabAvatar',
computed: {
...mapGetters({
avatar: 'user/avatar',
username: 'user/username',
}),
},
methods: {
handleCommand(command) {
switch (command) {
case 'logout':
this.logout()
break
}
},
logout() {
this.$baseConfirm(
'您确定要退出' + this.$baseTitle + '吗?',
null,
async () => {
await this.$store.dispatch('user/logout')
if (recordRoute) {
const fullPath = this.$route.fullPath
this.$router.push(`/login?redirect=${fullPath}`)
} else {
this.$router.push('/login')
}
}
)
},
},
}
</script>
<style lang="scss" scoped>
.avatar-dropdown {
display: flex;
align-content: center;
align-items: center;
justify-content: center;
justify-items: center;
height: 50px;
padding: 0;
.user-avatar {
width: 40px;
height: 40px;
cursor: pointer;
border-radius: 50%;
}
.user-name {
position: relative;
margin-left: 5px;
margin-left: 5px;
cursor: pointer;
}
}
</style>
@@ -1,60 +0,0 @@
<template>
<span :title="isFullscreen ? '退出全屏' : '进入全屏'">
<vab-icon
:icon="[
'fas',
isFullscreen ? 'compress-arrows-alt' : 'expand-arrows-alt',
]"
@click="click"
></vab-icon>
<vab-icon
:icon="[
'fas',
isFullscreen ? 'expand-arrows-alt' : 'compress-arrows-alt',
]"
@click="click"
></vab-icon>
</span>
</template>
<script>
import screenfull from 'screenfull'
export default {
name: 'VabFullScreenBar',
data() {
return {
isFullscreen: false,
}
},
mounted() {
this.init()
},
beforeDestroy() {
this.destroy()
},
methods: {
click() {
if (!screenfull.isEnabled) {
this.$baseMessage('开启全屏失败', 'error')
return false
}
screenfull.toggle()
this.$emit('refresh')
},
change() {
this.isFullscreen = screenfull.isFullscreen
},
init() {
if (screenfull.isEnabled) {
screenfull.on('change', this.change)
}
},
destroy() {
if (screenfull.isEnabled) {
screenfull.off('change', this.change)
}
},
},
}
</script>
@@ -1,10 +0,0 @@
<template>
<div></div>
</template>
<script>
export default {
name: 'VabGithubCorner',
}
</script>
<style lang="scss" scoped></style>
-136
View File
@@ -1,136 +0,0 @@
<template>
<div class="nav-bar-container">
<el-row :gutter="15">
<el-col :xs="4" :sm="12" :md="12" :lg="12" :xl="12">
<div class="left-panel">
<i
:class="collapse ? 'el-icon-s-unfold' : 'el-icon-s-fold'"
:title="collapse ? '展开' : '收起'"
class="fold-unfold"
@click="handleCollapse"
></i>
<vab-breadcrumb class="hidden-xs-only" />
</div>
</el-col>
<el-col :xs="20" :sm="12" :md="12" :lg="12" :xl="12">
<div class="right-panel">
<vab-error-log />
<vab-full-screen-bar @refresh="refreshRoute" />
<vab-theme-bar class="hidden-xs-only" />
<!-- <vab-icon-->
<!-- title="重载所有路由"-->
<!-- :pulse="pulse"-->
<!-- :icon="['fas', 'redo']"-->
<!-- @click="refreshRoute"-->
<!-- />-->
<vab-avatar />
<!-- <vab-icon
title="退出系统"
:icon="['fas', 'sign-out-alt']"
@click="logout"
/>-->
</div>
</el-col>
</el-row>
</div>
</template>
<script>
import { mapActions, mapGetters } from 'vuex'
export default {
name: 'VabNavBar',
data() {
return {
pulse: false,
}
},
computed: {
...mapGetters({
collapse: 'settings/collapse',
visitedRoutes: 'tabsBar/visitedRoutes',
device: 'settings/device',
routes: 'routes/routes',
}),
},
methods: {
...mapActions({
changeCollapse: 'settings/changeCollapse',
}),
handleCollapse() {
this.changeCollapse()
},
async refreshRoute() {
this.$baseEventBus.$emit('reload-router-view')
this.pulse = true
setTimeout(() => {
this.pulse = false
}, 1000)
},
},
}
</script>
<style lang="scss" scoped>
.nav-bar-container {
position: relative;
height: $base-nav-bar-height;
padding-right: $base-padding;
padding-left: $base-padding;
overflow: hidden;
user-select: none;
background: $base-color-white;
box-shadow: $base-box-shadow;
.left-panel {
display: flex;
align-items: center;
justify-items: center;
height: $base-nav-bar-height;
.fold-unfold {
color: $base-color-gray;
cursor: pointer;
}
::v-deep {
.breadcrumb-container {
margin-left: 10px;
}
}
}
.right-panel {
display: flex;
align-content: center;
align-items: center;
justify-content: flex-end;
height: $base-nav-bar-height;
::v-deep {
svg {
width: 1em;
height: 1em;
margin-right: 15px;
font-size: $base-font-size-small;
color: $base-color-gray;
cursor: pointer;
fill: $base-color-gray;
}
button {
svg {
margin-right: 0;
color: $base-color-white;
cursor: pointer;
fill: $base-color-white;
}
}
.el-badge {
margin-right: 15px;
}
}
}
}
</style>
@@ -1,16 +0,0 @@
<template>
<div id="tabs-bar-container" class="tabs-bar-container"></div>
</template>
<script>
export default {
name: 'VabTabsBar',
data() {
return {}
},
mounted() {},
methods: {},
}
</script>
<style lang="scss" scoped></style>
@@ -1,16 +0,0 @@
<template>
<div></div>
</template>
<script>
export default {
name: 'VabThemeBar',
data() {
return {}
},
computed: {},
methods: {},
}
</script>
<style lang="scss" scoped></style>
-302
View File
@@ -1,302 +0,0 @@
<template>
<div class="vue-admin-beautiful-wrapper" :class="classObj">
<div
v-if="'horizontal' === layout"
class="layout-container-horizontal"
:class="{
fixed: header === 'fixed',
'no-tabs-bar': tabsBar === 'false' || tabsBar === false,
}"
>
<div :class="header === 'fixed' ? 'fixed-header' : ''">
<vab-top-bar />
<div
v-if="tabsBar === 'true' || tabsBar === true"
:class="{ 'tag-view-show': tabsBar }"
>
<div class="vab-main">
<vab-tabs-bar />
</div>
</div>
</div>
<div class="vab-main main-padding">
<vab-ad />
<vab-app-main />
</div>
</div>
<div
v-else
class="layout-container-vertical"
:class="{
fixed: header === 'fixed',
'no-tabs-bar': tabsBar === 'false' || tabsBar === false,
}"
>
<div
v-if="device === 'mobile' && collapse === false"
class="mask"
@click="handleFoldSideBar"
/>
<vab-side-bar />
<div class="vab-main" :class="collapse ? 'is-collapse-main' : ''">
<div :class="header === 'fixed' ? 'fixed-header' : ''">
<vab-nav-bar />
<vab-tabs-bar v-if="tabsBar === 'true' || tabsBar === true" />
</div>
<vab-ad />
<vab-app-main />
</div>
</div>
<el-backtop />
</div>
</template>
<script>
import { mapActions, mapGetters } from 'vuex'
import { tokenName } from '@/config'
export default {
name: 'Layout',
data() {
return { oldLayout: '' }
},
computed: {
...mapGetters({
layout: 'settings/layout',
tabsBar: 'settings/tabsBar',
collapse: 'settings/collapse',
header: 'settings/header',
device: 'settings/device',
}),
classObj() {
return {
mobile: this.device === 'mobile',
}
},
},
beforeMount() {
window.addEventListener('resize', this.handleResize)
},
beforeDestroy() {
window.removeEventListener('resize', this.handleResize)
},
mounted() {
this.oldLayout = this.layout
const userAgent = navigator.userAgent
if (userAgent.includes('Juejin')) {
this.$baseAlert(
'vue-admin-beautiful不支持在掘金内置浏览器演示,请手动复制以下地址到浏览器中查看http://mpfhrd48.sanxing.uz7.cn/vue-admin-beautiful'
)
}
const isMobile = this.handleIsMobile()
if (isMobile) {
if (isMobile) {
//横向布局时如果是手机端访问那么改成纵向版
this.$store.dispatch('settings/changeLayout', 'vertical')
} else {
this.$store.dispatch('settings/changeLayout', this.oldLayout)
}
this.$store.dispatch('settings/toggleDevice', 'mobile')
setTimeout(() => {
this.$store.dispatch('settings/foldSideBar')
}, 2000)
} else {
this.$store.dispatch('settings/openSideBar')
}
this.$nextTick(() => {
window.addEventListener(
'storage',
(e) => {
if (e.key === tokenName || e.key === null) window.location.reload()
if (e.key === tokenName && e.value === null)
window.location.reload()
},
false
)
})
},
methods: {
...mapActions({
handleFoldSideBar: 'settings/foldSideBar',
}),
handleIsMobile() {
return document.body.getBoundingClientRect().width - 1 < 992
},
handleResize() {
if (!document.hidden) {
const isMobile = this.handleIsMobile()
if (isMobile) {
//横向布局时如果是手机端访问那么改成纵向版
this.$store.dispatch('settings/changeLayout', 'vertical')
} else {
this.$store.dispatch('settings/changeLayout', this.oldLayout)
}
this.$store.dispatch(
'settings/toggleDevice',
isMobile ? 'mobile' : 'desktop'
)
}
},
},
}
</script>
<style lang="scss" scoped>
@mixin fix-header {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: $base-z-index - 2;
width: 100%;
overflow: hidden;
}
.vue-admin-beautiful-wrapper {
position: relative;
width: 100%;
height: 100%;
.layout-container-horizontal {
position: relative;
&.fixed {
padding-top: calc(#{$base-top-bar-height} + #{$base-tabs-bar-height});
}
&.fixed.no-tabs-bar {
padding-top: $base-top-bar-height;
}
::v-deep {
.vab-main {
width: 88%;
margin: auto;
}
.fixed-header {
@include fix-header;
}
.tag-view-show {
background: $base-color-white;
box-shadow: $base-box-shadow;
}
.nav-bar-container {
.fold-unfold {
display: none;
}
}
.main-padding {
.app-main-container {
margin-top: $base-padding;
margin-bottom: $base-padding;
}
}
}
}
.layout-container-vertical {
position: relative;
.mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: $base-z-index - 1;
width: 100%;
height: 100vh;
overflow: hidden;
background: #000;
opacity: 0.5;
}
&.fixed {
padding-top: calc(#{$base-nav-bar-height} + #{$base-tabs-bar-height});
}
&.fixed.no-tabs-bar {
padding-top: $base-nav-bar-height;
}
.vab-main {
position: relative;
min-height: 100%;
margin-left: $base-left-menu-width;
background: #f6f8f9;
transition: $base-transition;
::v-deep {
.fixed-header {
@include fix-header;
left: $base-left-menu-width;
width: $base-right-content-width;
box-shadow: $base-box-shadow;
transition: $base-transition;
}
.nav-bar-container {
position: relative;
box-sizing: border-box;
}
.tabs-bar-container {
box-sizing: border-box;
}
.app-main-container {
width: calc(100% - #{$base-padding} - #{$base-padding});
margin: $base-padding auto;
border-radius: $base-border-radius;
}
}
&.is-collapse-main {
margin-left: $base-left-menu-width-min;
::v-deep {
.fixed-header {
left: $base-left-menu-width-min;
width: calc(100% - 65px);
}
}
}
}
}
/* 手机端开始 */
&.mobile {
::v-deep {
.el-pager,
.el-pagination__jump {
display: none;
}
.layout-container-vertical {
.el-scrollbar.side-bar-container.is-collapse {
width: 0;
}
.vab-main {
width: 100%;
margin-left: 0;
}
}
.vab-main {
.fixed-header {
left: 0 !important;
width: 100% !important;
}
}
}
}
/* 手机端结束 */
}
</style>
-241
View File
@@ -1,5 +1,4 @@
import Vue from 'vue'
<<<<<<< HEAD
import Router from 'vue-router'
import store from '../store'
import { Message } from 'element-ui'
@@ -10,15 +9,6 @@ const routes = [
redirect: '/login'
},
// 登录页
=======
import VueRouter from 'vue-router'
import Layout from '@/layouts'
import EmptyLayout from '@/layouts/EmptyLayout'
import { publicPath, routerMode } from '@/config'
Vue.use(VueRouter)
export const constantRoutes = [
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
{
path: '/login',
name: 'Login',
@@ -1769,7 +1759,6 @@ export const constantRoutes = [
menuId: 'ABCLRLJUQN44ENBS93CQ'
}
},
<<<<<<< HEAD
// 技术要求清单
{
path: '/skillReq',
@@ -1781,24 +1770,6 @@ export const constantRoutes = [
requireAuth: true,
title: '技术要求清单'
},
=======
]
export const asyncRoutes = [
// {
// path: '/',
// component: Home,
// meta: {
// title: '首页',
// icon: 'home',
// affix: true,
// },
// },
{
path: '/',
component: Layout,
redirect: 'index',
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
children: [
{
path: '/skillReqSee',
@@ -1849,7 +1820,6 @@ export const asyncRoutes = [
menuId: 'RAFQ4N4ARF'
}
},
<<<<<<< HEAD
{
path: '/dynamicInformationMore',
name: 'DynamicInformationMore',
@@ -1981,56 +1951,9 @@ export const asyncRoutes = [
parentPath: '/dynamicInformation',
menuId: 'CHZFKH6J89'
}
=======
],
}, */
{
path: '/vab',
component: Layout,
redirect: 'noRedirect',
name: 'Vab',
alwaysShow: true,
meta: { title: '工作台', icon: 'box-open' },
children: [
{
path: 'permissions',
name: 'Permission',
component: () => import('@/views/vab/permissions/index'),
meta: {
title: '流程中心',
permissions: ['admin', 'editor'],
},
},
{
path: 'table',
component: () => import('@/views/vab/table/index'),
name: 'Table',
meta: {
title: '发起流程',
permissions: ['admin'],
},
},
],
},
{
path: '/personnelManagement',
component: Layout,
redirect: 'noRedirect',
name: 'PersonnelManagement',
meta: { title: '标准法规部', icon: 'users-cog', permissions: ['admin'] },
children: [
{
path: 'userManagement',
name: 'UserManagement',
component: () =>
import('@/views/personnelManagement/userManagement/index'),
meta: { title: '动态&资料' },
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
},
// 资料中心
{
<<<<<<< HEAD
path: '/informationCenter/:id?',
name: 'InformationCenter',
component: () =>
@@ -2041,17 +1964,9 @@ export const asyncRoutes = [
parentPath: '/dynamicInformation',
menuId: 'MYVMD8FFJ8'
}
=======
path: 'roleManagement',
name: 'RoleManagement',
component: () =>
import('@/views/personnelManagement/roleManagement/index'),
meta: { title: '国内标准法规' },
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
},
// 实施预警
{
<<<<<<< HEAD
path: '/implementWarning',
name: 'ImplementWarning',
component: () =>
@@ -2085,35 +2000,9 @@ export const asyncRoutes = [
menuId: '3YVZP8R4TC',
parentPath: '/enterpriseStandardDatabase'
}
=======
path: 'menuManagement',
name: 'MenuManagement',
component: () =>
import('@/views/personnelManagement/menuManagement/index'),
meta: { title: '海外标准法规', badge: 'New' },
},
{
path: 'foreignRegulationsDatabase',
name: 'ForeignRegulationsDatabase',
component: () =>
import(
'@/views/personnelManagement/foreignRegulationsDatabase/index'
),
meta: { title: '国内外政策' },
},
{
path: 'enterpriseStandardDatabase',
name: 'EnterpriseStandardDatabase',
component: () =>
import(
'@/views/personnelManagement/enterpriseStandardDatabase/index'
),
meta: { title: '企业标准' },
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
},
// 标准法规库 - 标准法规清单
{
<<<<<<< HEAD
path: '/accessStandardsAndRegulations',
name: 'AccessStandardsAndRegulations',
component: () =>
@@ -2136,28 +2025,9 @@ export const asyncRoutes = [
title: '标准法规清单详情'
// menuId: 'A594R75XEQ'
}
=======
path: 'accessStandardsAndRegulations',
name: 'AccessStandardsAndRegulations',
component: () =>
import(
'@/views/personnelManagement/accessStandardsAndRegulations/index'
),
meta: { title: '标准法规清单' },
},
{
path: 'localProductsOrProjectLibrary',
name: 'LocalProductsOrProjectLibrary',
component: () =>
import(
'@/views/personnelManagement/localProductsOrProjectLibrary/index'
),
meta: { title: '车型项目库' },
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
},
// 标准法规库 - 标准法规清单 - 新增、编辑
{
<<<<<<< HEAD
path: '/listOfStandardsAndRegulationsDetails',
name: 'ListOfStandardsAndRegulationsDetails',
component: () =>
@@ -2204,58 +2074,9 @@ export const asyncRoutes = [
title: '备案产品标准库',
menuId: 'MQBAGJQMSRZDRX3X5AVR'
}
=======
path: 'nonConfomity',
name: 'NonConfomity',
component: () =>
import('@/views/personnelManagement/nonConfomity/index'),
meta: { title: '未符合项整改' },
},
],
},
{
path: '/standardWarning',
component: Layout,
redirect: 'noRedirect',
children: [
{
path: 'standardWarning',
name: 'StandardWarning',
component: () => import('@/views/standardWarning/index'),
meta: {
title: '标准预警',
icon: 'home',
affix: true,
},
},
],
},
{
path: '/localTool',
component: Layout,
redirect: 'noRedirect',
name: 'LocalTool',
meta: {
title: '本地工具',
icon: 'shopping-cart',
permissions: ['admin'],
},
children: [
{
path: 'standardRecognition',
name: 'StandardRecognition',
component: () => import('@/views/localTool/standardRecognition/index'),
meta: {
title: '标准内容自动识别',
noKeepAlive: true,
},
children: null,
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
},
// 动态信息
{
<<<<<<< HEAD
path: '/information',
name: 'information',
component: () =>
@@ -2276,31 +2097,6 @@ export const asyncRoutes = [
parentPath: '/information',
title: '动态信息详情'
}
=======
path: 'standAutoSplit',
name: 'StandAutoSplit',
component: () => import('@/views/localTool/standAutoSplit/index'),
meta: {
title: '标准拆分',
},
},
{
path: 'standContrast',
name: 'StandContrast',
component: () => import('@/views/localTool/standContrast/index'),
meta: {
title: '标准比对',
},
},
{
path: 'standardComparisonLibrary',
name: 'StandardComparisonLibrary',
component: () =>
import('@/views/localTool/standardComparisonLibrary/index'),
meta: {
title: '标准比对库',
},
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
},
// 动态信息-更多
{
@@ -2327,12 +2123,7 @@ export const asyncRoutes = [
import('@/pages/config'),
meta: {
title: '配置管理',
<<<<<<< HEAD
menuId: '95KGANGWCV'
=======
icon: 'shopping-cart',
permissions: ['admin'],
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
},
children: [
{
@@ -2526,17 +2317,10 @@ export const asyncRoutes = [
component: () =>
import('@/pages/config/pages/dynamicInformationManage/dynamicInfomationDetails'),
meta: {
<<<<<<< HEAD
requireAuth: true,
title: '资料中心详情',
parentPath: '/dynamicInformationManage'
}
=======
title: '角色管理',
noKeepAlive: true,
},
children: null,
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
},
{
path: '/dynamicInformationManage/dynamicInfomationDetails2',
@@ -2544,15 +2328,10 @@ export const asyncRoutes = [
component: () =>
import('@/pages/config/pages/dynamicInformationManage/dynamicInfomationDetails/index2'),
meta: {
<<<<<<< HEAD
requireAuth: true,
title: '资料中心详情',
isBoolean: true
}
=======
title: '用户管理',
},
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
},
// svpps
{
@@ -2572,7 +2351,6 @@ export const asyncRoutes = [
// 详情页
// ************************** 其他详情页 ******************************* //
{
<<<<<<< HEAD
path: '/details',
name: 'Details',
component: () =>
@@ -2659,25 +2437,6 @@ export const asyncRoutes = [
isBoolean: true,
title: '符合性详情'
}
=======
path: '/error',
component: EmptyLayout,
redirect: 'noRedirect',
name: 'Error',
meta: { title: '个人中心', icon: 'bug' },
children: [
{
path: '401',
name: 'Error401',
component: () => import('@/views/401'),
meta: { title: '我的消息' },
},
{
path: '404',
name: 'Error404',
component: () => import('@/views/404'),
meta: { title: '我的问答' },
>>>>>>> eaffe51836854f3e12a9c56f9ac3f743d659fed4
},
{
path: '/enterBSysRevPlanManaLibDetail/:id/:pageType',
@@ -1,25 +0,0 @@
@font-face {font-family: "iconfont";
src: url('../iconfont/iconfont.eot?t=1615532204963'); /* IE9 */
src: url('../iconfont/iconfont.eot?t=1615532204963#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMUAAsAAAAABvgAAALIAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqBXIFUATYCJAMMCwgABCAFhG0HOhseBsgusG3ksxZUYFrEBTrtqs/heGEsgnAMvU9SAhorAjVVtU4hCEWW1CYNoJsF0kiqNP/XvLRosfazBIkaRdnV86V40Rr3jpY6sL/ZZgPewtyOeYO6kLBIMk14u+5iQy1atUhMhAIecJNKnR1RD02ixtbqfy6nd1cBbZwfKJc5BkVHvQDjgAIaa1NkBdJLUBvGbiJwCIcJ1BokgQ9W2z3GrwCjAnFZU3jGnwspipWtFiprFhZxF6463U7PcYd/Pr7aEn6SigxMXDxbkZj8B34N9Lx+hhoUIZ7PAWsZGfMghThamzrCJSwyqlblbi+uVIQ0V/S/DheFikr4h0cSRCVQWQ+mtXTiA7EoVUuV3HVNBpVeo2w7yBKgax/7+7m1lXBXnrvF5ddnexJRed/XQ0F6jEob7RLvRf1XD1+uUQvXLfWCAd1//VAbON9nr82/+WK1BGzGv7cH4O5VDO7S8icukWsHaOjvnnt5ZcV9D/I1ATGV5ZSvXXN95XXd8emptyfqZ+EwWL+B/skXeeZhfpD3/uLvOPELi2zM+F9dV8B7b96pwfUbmP5lqiUs8Q8V96wroRSYc/FFWBR7svGbcyRUge21DvhavcfrOm46E6p1pJBUGYCs2jhaSPNQoc42qFRtD9Sa4y6v06bgEqUGs2YKhGZHSBo9gKzZEy2kF1To9INKzeGCWoeD37DOZGhBc4r8HCVobmAgki0j6zwoqjuoLEx+mpVy5gCnMy0KuqIVszW0cTrHlHKpZKu5DN0pWeAox6FpEmRT0lGcJ/vz+Tinqt26FyVbZDFBB0wh3hySgKYNMCAiNpk2nwuW3t+BFAsm3rQFN+AdQFMzWvtAp9B6oDWV3Qt3L8+UlhRZlTkZ6JoiFuAo/ZDJREBW30+HRHNJ/RGJsRwVNur2VSXX11jftwVqgQ1ypMhRVF1RedvgNW/F+NJJDAM=') format('woff2'),
url('../iconfont/iconfont.woff?t=1615532204963') format('woff'),
url('../iconfont/iconfont.ttf?t=1615532204963') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('../iconfont/iconfont.svg?t=1615532204963#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-zhankai:before {
content: "\e63c";
}
.icon-tanhao:before {
content: "\e61d";
}
@@ -1,32 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024" >
<font-face
font-family="iconfont"
font-weight="500"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<glyph glyph-name="zhankai" unicode="&#58940;" d="M512 330.88a45.44 45.44 0 0 0-32.64 13.44l-448 451.84a45.44 45.44 0 0 0 64 64L512 441.6 931.84 860.8a46.08 46.08 0 0 0 64 0 45.44 45.44 0 0 0 0-64L545.28 344.32a45.44 45.44 0 0 0-33.28-13.44zM512-120.96a45.44 45.44 0 0 0-32.64 13.44l-448 451.84a45.44 45.44 0 0 0 64 64L512-10.24l419.2 419.2a46.08 46.08 0 0 0 64 0 45.44 45.44 0 0 0 0-64l-449.92-452.48a45.44 45.44 0 0 0-33.28-13.44z" horiz-adv-x="1024" />
<glyph glyph-name="tanhao" unicode="&#58909;" d="M510.9 831.3C263.8 831.3 63.4 631 63.4 383.9s200.3-447.5 447.4-447.5 447.4 200.3 447.4 447.5S758 831.3 510.9 831.3z m51.8-732.2H457.2V223.5h105.5v-124.4z m1.9 355.1l-25.4-186.6h-58.6l-23.4 186.6v197h107.4v-197z" horiz-adv-x="1024" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -1,122 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024" >
<font-face
font-family="iconfont"
font-weight="500"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<glyph glyph-name="xiazai" unicode="&#58892;" d="M1251.23064 158.403494V-44.917185c0-16.857383-6.020494-31.306568-17.717453-43.175541-11.868974-11.868974-26.318159-17.717453-43.175542-17.717454H255.26894c-16.857383 0-31.306568 5.84848-43.175542 17.717454-11.868974 11.868974-17.717453 26.318159-17.717453 43.175541V158.403494c0 16.857383 5.84848 31.306568 17.717453 43.175542 11.868974 11.868974 26.318159 17.717453 43.175542 17.717453h295.348228l85.663027-86.351083c24.598018-23.737947 53.324374-35.606921 86.351083-35.606921s61.753066 11.868974 86.351084 35.606921l86.351083 86.351083h294.660172c16.857383 0 31.306568-6.020494 43.175541-17.717453 12.040988-11.868974 18.061482-26.318159 18.061482-43.175542z m-206.416933 361.401646c7.224593-17.373425 4.300353-32.166639-8.944733-44.37964L751.357635 190.742147c-7.568621-8.084663-17.201411-12.040988-28.554343-12.040988-11.352931 0-20.985721 3.956325-28.554342 12.040988L409.737611 475.253486c-13.073072 12.213002-16.169326 27.006215-8.944733 44.37964 7.224593 16.513355 19.609609 24.770032 37.499076 24.770032h162.553334V829.086511c0 11.008903 3.956325 20.469679 12.040988 28.554342 8.084663 8.084663 17.545439 12.040988 28.554342 12.040988h162.553335c11.008903 0 20.469679-3.956325 28.554342-12.040988 8.084663-8.084663 12.040988-17.545439 12.040988-28.554342v-284.511339h162.553334c17.889467 0 30.446498-8.256677 37.67109-24.770032z m-49.540063-532.211658c8.084663 8.084663 12.040988 17.545439 12.040987 28.554343 0 11.008903-3.956325 20.469679-12.040987 28.554342-8.084663 8.084663-17.545439 12.040988-28.554343 12.040988-11.008903 0-20.469679-3.956325-28.554342-12.040988-8.084663-8.084663-12.040988-17.545439-12.040988-28.554342 0-11.008903 3.956325-20.469679 12.040988-28.554343 8.084663-8.084663 17.545439-12.040988 28.554342-12.040987 11.008903 0 20.469679 3.956325 28.554343 12.040987z m162.553334 0c8.084663 8.084663 12.040988 17.545439 12.040988 28.554343 0 11.008903-3.956325 20.469679-12.040988 28.554342-8.084663 8.084663-17.545439 12.040988-28.554342 12.040988-11.008903 0-20.469679-3.956325-28.554343-12.040988-8.084663-8.084663-12.040988-17.545439-12.040987-28.554342 0-11.008903 3.956325-20.469679 12.040987-28.554343 8.084663-8.084663 17.545439-12.040988 28.554343-12.040987 11.008903 0 20.469679 3.956325 28.554342 12.040987z" horiz-adv-x="1448" />
<glyph glyph-name="xiazai1" unicode="&#58912;" d="M884.285714 896H139.714286C57.285714 896 0 838.714286 0 756.285714V11.714286c0-82.428571 57.285714-139.714286 139.714286-139.714286H884.285714c82.428571 0 139.714286 57.285714 139.714286 139.714286V756.285714C1024 838.714286 966.714286 896 884.285714 896z m0-651.714286c0-18.714286-27.714286-46.571429-46.571428-46.571428h-93.142857c-38.142857 0-46.571429-62-46.571429-46.571429v-93.142857c0-18.714286-27.714286-46.571429-46.571429-46.571429H372.285714c-18.714286 0-46.571429 27.714286-46.571428 46.571429v93.142857c0-15.571429-0.285714 46.571429-46.571429 46.571429h-93.142857c-18.714286 0-46.571429 27.714286-46.571429 46.571428V709.857143c0 18.714286 27.714286 46.571429 46.571429 46.571428h651.714286c18.714286 0 46.571429-27.714286 46.571428-46.571428v-465.571429z m0 0M698.142857 430.571429h-93.142857V616.714286c0 25.714286-20.857143 46.571429-46.571429 46.571428h-93.142857c-25.714286 0-46.571429-20.857143-46.571428-46.571428v-186.142857H325.714286c-25.714286 0-31.714286-14.714286-13.571429-32.857143l199.857143-199.714286 199.714286 199.714286c18.285714 18 12.142857 32.857143-13.571429 32.857143z" horiz-adv-x="1024" />
<glyph glyph-name="wenjianjia" unicode="&#58954;" d="M1106.959501 524.377386c0 24.290647-6.940185 31.230832-31.230832 31.230832H38.171017c-24.290647 0-34.700925-6.940185-34.700925-34.700924v-544.80452c0-72.871942 31.230832-104.102774 100.632682-104.102774h905.694137c69.40185 0 100.632682 31.230832 100.632682 100.632682-3.470092 190.855086-3.470092 367.829803-3.470092 551.744704zM31.230832 611.129698h1016.737097c58.991572 0 58.991572 0 58.991572 55.52148 0 65.931757-27.76074 90.222404-90.222405 90.222404H579.505444c-55.52148 0-55.52148 0-55.52148 55.52148 0 58.991572-27.76074 83.28222-86.752312 83.282219h-347.009248C27.76074 899.147374 3.470092 874.856727 0 812.395062v-170.034532c0-27.76074 6.940185-31.230832 31.230832-31.230832z" horiz-adv-x="1114" />
<glyph glyph-name="shangchuan" unicode="&#59469;" d="M996.2496 748.97408l-70.32832 108.07296A85.72928 85.72928 0 0 1 854.016 896H169.984a85.72928 85.72928 0 0 1-71.82336-38.912L27.83232 749.01504A171.49952 171.49952 0 0 1 0 655.4624v-697.7536A85.7088 85.7088 0 0 1 85.7088-128h852.5824A85.7088 85.7088 0 0 1 1024-42.2912v697.7536a171.49952 171.49952 0 0 1-27.7504 93.51168z m-337.92-547.81952v-146.28864H365.71136v146.28864H146.28864l340.5824 354.95936a34.59072 34.59072 0 0 0 50.25792 0l340.5824-355.0208H658.28864zM90.29632 706.33472L172.4416 832.57344h679.19872l82.14528-126.23872H90.25536z" horiz-adv-x="1024" />
<glyph glyph-name="chakan" unicode="&#58965;" d="M512 640c164.928 0 314.24-85.312 448-256-133.76-170.688-283.072-256-448-256s-314.24 85.312-448 256c133.76 170.688 283.072 256 448 256z m0-128a128 128 0 1 1 0-256 128 128 0 0 1 0 256z" horiz-adv-x="1024" />
<glyph glyph-name="shangchuan-copy" unicode="&#60215;" d="M996.2496 748.97408l-70.32832 108.07296A85.72928 85.72928 0 0 1 854.016 896H169.984a85.72928 85.72928 0 0 1-71.82336-38.912L27.83232 749.01504A171.49952 171.49952 0 0 1 0 655.4624v-697.7536A85.7088 85.7088 0 0 1 85.7088-128h852.5824A85.7088 85.7088 0 0 1 1024-42.2912v697.7536a171.49952 171.49952 0 0 1-27.7504 93.51168z m-337.92-547.81952v-146.28864H365.71136v146.28864H146.28864l340.5824 354.95936a34.59072 34.59072 0 0 0 50.25792 0l340.5824-355.0208H658.28864zM90.29632 706.3347200000001L172.4416 832.57344h679.19872l82.14528-126.23872H90.25536z" horiz-adv-x="1024" />
<glyph glyph-name="xiazai1-copy" unicode="&#60216;" d="M884.285714 896H139.714286C57.285714 896 0 838.714286 0 756.285714V11.714286000000016c0-82.428571 57.285714-139.714286 139.714286-139.714286H884.285714c82.428571 0 139.714286 57.285714 139.714286 139.714286V756.285714C1024 838.714286 966.714286 896 884.285714 896z m0-651.714286c0-18.714286-27.714286-46.571429-46.571428-46.571428h-93.142857c-38.142857 0-46.571429-62-46.571429-46.571429v-93.142857c0-18.714286-27.714286-46.571429-46.571429-46.571429H372.285714c-18.714286 0-46.571429 27.714286-46.571428 46.571429v93.142857c0-15.571429-0.285714 46.571429-46.571429 46.571429h-93.142857c-18.714286 0-46.571429 27.714286-46.571429 46.571428V709.857143c0 18.714286 27.714286 46.571429 46.571429 46.571428h651.714286c18.714286 0 46.571429-27.714286 46.571428-46.571428v-465.571429z m0 0M698.142857 430.571429h-93.142857V616.714286c0 25.714286-20.857143 46.571429-46.571429 46.571428h-93.142857c-25.714286 0-46.571429-20.857143-46.571428-46.571428v-186.142857H325.714286c-25.714286 0-31.714286-14.714286-13.571429-32.857143l199.857143-199.714286 199.714286 199.714286c18.285714 18 12.142857 32.857143-13.571429 32.857143z" horiz-adv-x="1024" />
<glyph glyph-name="xiazai-copy" unicode="&#60217;" d="M1251.23064 158.40349400000002V-44.91718500000002c0-16.857383-6.020494-31.306568-17.717453-43.175541-11.868974-11.868974-26.318159-17.717453-43.175542-17.717454H255.26894c-16.857383 0-31.306568 5.84848-43.175542 17.717454-11.868974 11.868974-17.717453 26.318159-17.717453 43.175541V158.40349400000002c0 16.857383 5.84848 31.306568 17.717453 43.175542 11.868974 11.868974 26.318159 17.717453 43.175542 17.717453h295.348228l85.663027-86.351083c24.598018-23.737947 53.324374-35.606921 86.351083-35.606921s61.753066 11.868974 86.351084 35.606921l86.351083 86.351083h294.660172c16.857383 0 31.306568-6.020494 43.175541-17.717453 12.040988-11.868974 18.061482-26.318159 18.061482-43.175542z m-206.416933 361.401646c7.224593-17.373425 4.300353-32.166639-8.944733-44.37964L751.357635 190.74214700000005c-7.568621-8.084663-17.201411-12.040988-28.554343-12.040988-11.352931 0-20.985721 3.956325-28.554342 12.040988L409.737611 475.253486c-13.073072 12.213002-16.169326 27.006215-8.944733 44.37964 7.224593 16.513355 19.609609 24.770032 37.499076 24.770032h162.553334V829.086511c0 11.008903 3.956325 20.469679 12.040988 28.554342 8.084663 8.084663 17.545439 12.040988 28.554342 12.040988h162.553335c11.008903 0 20.469679-3.956325 28.554342-12.040988 8.084663-8.084663 12.040988-17.545439 12.040988-28.554342v-284.511339h162.553334c17.889467 0 30.446498-8.256677 37.67109-24.770032z m-49.540063-532.211658c8.084663 8.084663 12.040988 17.545439 12.040987 28.554343 0 11.008903-3.956325 20.469679-12.040987 28.554342-8.084663 8.084663-17.545439 12.040988-28.554343 12.040988-11.008903 0-20.469679-3.956325-28.554342-12.040988-8.084663-8.084663-12.040988-17.545439-12.040988-28.554342 0-11.008903 3.956325-20.469679 12.040988-28.554343 8.084663-8.084663 17.545439-12.040988 28.554342-12.040987 11.008903 0 20.469679 3.956325 28.554343 12.040987z m162.553334 0c8.084663 8.084663 12.040988 17.545439 12.040988 28.554343 0 11.008903-3.956325 20.469679-12.040988 28.554342-8.084663 8.084663-17.545439 12.040988-28.554342 12.040988-11.008903 0-20.469679-3.956325-28.554343-12.040988-8.084663-8.084663-12.040988-17.545439-12.040987-28.554342 0-11.008903 3.956325-20.469679 12.040987-28.554343 8.084663-8.084663 17.545439-12.040988 28.554343-12.040987 11.008903 0 20.469679 3.956325 28.554342 12.040987z" horiz-adv-x="1448" />
<glyph glyph-name="chakan-copy" unicode="&#60218;" d="M512 640c164.928 0 314.24-85.312 448-256-133.76-170.688-283.072-256-448-256s-314.24 85.312-448 256c133.76 170.688 283.072 256 448 256z m0-128a128 128 0 1 1 0-256 128 128 0 0 1 0 256z" horiz-adv-x="1024" />
<glyph glyph-name="wenjianjia-copy" unicode="&#60219;" d="M1106.959501 524.377386c0 24.290647-6.940185 31.230832-31.230832 31.230832H38.171017c-24.290647 0-34.700925-6.940185-34.700925-34.700924v-544.80452c0-72.871942 31.230832-104.102774 100.632682-104.102774h905.694137c69.40185 0 100.632682 31.230832 100.632682 100.632682-3.470092 190.855086-3.470092 367.829803-3.470092 551.744704zM31.230832 611.129698h1016.737097c58.991572 0 58.991572 0 58.991572 55.52148 0 65.931757-27.76074 90.222404-90.222405 90.222404H579.505444c-55.52148 0-55.52148 0-55.52148 55.52148 0 58.991572-27.76074 83.28222-86.752312 83.282219h-347.009248C27.76074 899.147374 3.470092 874.856727 0 812.395062v-170.034532c0-27.76074 6.940185-31.230832 31.230832-31.230832z" horiz-adv-x="1114" />
<glyph glyph-name="daochu" unicode="&#58936;" d="M469.333333 213.333333V853.333333c0 23.466667 19.2 42.666667 42.666667 42.666667s42.666667-19.2 42.666667-42.666667v-640c0-23.466667-19.2-42.666667-42.666667-42.666666s-42.666667 19.2-42.666667 42.666666M226.210133 627.9424L481.826133 883.566933a42.7776 42.7776 0 0 0 60.330667 0c16.597333-16.597333 16.597333-43.776 0-60.330666L286.5408 567.611733a42.7776 42.7776 0 0 0-60.330667 0 42.7776 42.7776 0 0 0 0 60.330667M542.0544 883.5584l255.616-255.616a42.7776 42.7776 0 0 0 0-60.330667c-16.597333-16.605867-43.776-16.605867-60.330667 0L481.723733 823.210667a42.7776 42.7776 0 0 0 0 60.330666 42.7776 42.7776 0 0 0 60.330667 0M896-128H128c-70.570667 0-128 57.429333-128 128V256c0 23.594667 19.072 42.666667 42.666667 42.666667s42.666667-19.072 42.666666-42.666667v-256c0-23.552 19.114667-42.666667 42.666667-42.666667h768c23.552 0 42.666667 19.114667 42.666667 42.666667V256c0 23.594667 19.072 42.666667 42.666666 42.666667s42.666667-19.072 42.666667-42.666667v-256c0-70.570667-57.429333-128-128-128" horiz-adv-x="1024" />
<glyph glyph-name="fenkai" unicode="&#59336;" d="M958.872189 371.967966 511.152191 371.967966 287.727609 758.974184 64.303027 371.967966 288.138978-15.753543 735.859999-15.753543 959.69595 371.967966 959.284581 372.68121ZM959.308117 425.845037 959.69595 426.49893 753.451656 783.753543 340.165912 783.753543 339.778078 783.087371 546.022373 425.845037Z" horiz-adv-x="1024" />
<glyph glyph-name="xingxing" unicode="&#59504;" d="M313.991837-18.285714c-20.37551 0-40.228571 6.269388-56.946939 18.808163-30.302041 21.942857-44.930612 58.514286-38.661225 95.085714l24.032654 141.061225c3.134694 18.285714-3.134694 36.571429-16.195919 49.110204L123.297959 386.089796c-26.644898 26.122449-36.04898 64.261224-24.555102 99.787755 11.493878 35.526531 41.795918 61.126531 78.889796 66.35102l141.583674 20.375511c18.285714 2.612245 33.959184 14.106122 41.795918 30.30204l63.216326 128.522449C440.946939 765.387755 474.383673 786.285714 512 786.285714s71.053061-20.897959 87.24898-54.334694L662.987755 603.428571c8.359184-16.195918 24.032653-27.689796 41.795918-30.30204l141.583674-20.375511c37.093878-5.22449 67.395918-30.82449 78.889796-66.35102 11.493878-35.526531 2.089796-73.665306-24.555102-99.787755l-102.4-99.787755c-13.061224-12.538776-19.330612-31.346939-16.195919-49.110204l24.032654-141.061225c6.269388-37.093878-8.359184-73.142857-38.661225-95.085714-30.302041-21.942857-69.485714-24.555102-102.4-7.314286L538.122449 59.559184c-16.195918 8.359184-35.526531 8.359184-51.722449 0l-126.955102-66.87347c-14.628571-7.314286-30.302041-10.971429-45.453061-10.971428z m162.481632 96.653061z" horiz-adv-x="1024" />
<glyph glyph-name="214" unicode="&#59186;" d="M302 704h420c44.184 0 80-35.818 80-80v-480c0-44.184-35.816-80-80-80H302c-44.182 0-80 35.816-80 80V624c0 44.182 35.818 80 80 80zM722 64H302c-44.112 0-80 35.888-80 80V624c0 44.112 35.888 80 80 80h420c44.112 0 80-35.888 80-80v-480c0-44.112-35.888-80-80-80zM302 644c-11.028 0-20-8.972-20-20v-480c0-11.028 8.972-20 20-20h420c11.028 0 20 8.972 20 20V624c0 11.028-8.972 20-20 20H302zM352 354c-16.568 0-30 13.43-30 30l0.01 159.77c0 16.568 13.432 30 30 30s30-13.432 30-30L382 384c0-16.568-13.43-30-30-30zM404.686 459.286a29.906 29.906 0 0 0-21.614 9.192l-52.684 54.714c-11.492 11.936-11.132 30.926 0.802 42.418 11.936 11.492 30.93 11.132 42.418-0.802l52.684-54.714c11.492-11.936 11.132-30.926-0.802-42.418a29.896 29.896 0 0 0-20.804-8.39zM644 354h-132c-16.568 0-30 13.432-30 30s13.432 30 30 30h132c16.568 0 30-13.432 30-30s-13.432-30-30-30zM644 194h-132c-16.568 0-30 13.432-30 30s13.432 30 30 30h132c16.568 0 30-13.432 30-30s-13.432-30-30-30zM352 194a30.26 30.26 0 0 0-21.22 8.782C325.2 208.38 322 216.10000000000002 322 224s3.2 15.622 8.78 21.22c5.58 5.58 13.32 8.78 21.22 8.78 7.9 0 15.62-3.2 21.22-8.78 5.58-5.6 8.78-13.32 8.78-21.22s-3.2-15.62-8.78-21.218A30.26 30.26 0 0 0 352 194zM644 514h-132c-16.568 0-30 13.432-30 30s13.432 30 30 30h132c16.568 0 30-13.432 30-30s-13.432-30-30-30z" horiz-adv-x="1024" />
<glyph glyph-name="fenkai-copy" unicode="&#60214;" d="M958.872189 371.96796600000005L511.152191 371.96796600000005 287.727609 758.974184 64.303027 371.96796600000005 288.138978-15.753543000000036 735.859999-15.753543000000036 959.69595 371.96796600000005 959.284581 372.68120999999996ZM959.308117 425.845037L959.69595 426.49893 753.451656 783.753543 340.165912 783.753543 339.778078 783.087371 546.022373 425.845037Z" horiz-adv-x="1024" />
<glyph glyph-name="daibantixing" unicode="&#58919;" d="M301.238 744.6949999999999L239.98 805.953C137.597 727.988 69.913 606.7570000000001 63.487 469.676h85.676c6.426 113.52 64.685 212.904 152.075 275.019z m573.599-275.019h85.676c-6.426 137.081-74.109 258.312-176.92 336.277l-61.258-61.258c87.817-62.115 146.076-161.499 152.502-275.019z m-84.391-21.419c0 131.512-91.245 241.606-214.189 270.735v29.13c0 35.555-28.701 64.257-64.257 64.257-35.555 0-64.257-28.701-64.257-64.257v-29.13c-122.945-29.13-214.189-139.223-214.189-270.735v-235.608l-85.676-85.676v-42.838h728.244v42.838l-85.676 85.676V448.257zM512-44.37900000000002c5.997 0 11.566 0.428 17.135 1.714 27.845 5.569 50.977 24.846 61.687 50.549 4.284 10.281 6.854 21.419 6.854 33.414H426.324c0-47.123 38.554-85.677 85.676-85.677z" horiz-adv-x="1024" />
<glyph glyph-name="mn_xiaoxi_fill" unicode="&#58880;" d="M512 832C264.96 832 64 659.744 64 448c0-182.976 149.344-339.168 357.056-375.744l64.896-90.848C491.968-27.008000000000038 501.664-32 512-32s20.032 4.992 26.048 13.408l64.896 90.88C810.656 108.832 960 264.99199999999996 960 448c0 211.744-200.96 384-448 384zM288.032 384c-35.296 0-64 28.704-64 64s28.704 64 64 64 64-28.704 64-64-28.704-64-64-64z m224 0c-35.296 0-64 28.704-64 64s28.704 64 64 64 64-28.704 64-64-28.704-64-64-64z m224 0c-35.296 0-64 28.704-64 64s28.704 64 64 64 64-28.704 64-64-28.704-64-64-64z" horiz-adv-x="1024" />
<glyph glyph-name="shouye3" unicode="&#58918;" d="M50.65 449.1l368.05 365.7s67.05 34.15 113.9 0 371.75-369.5 371.75-369.5 11.4-93.65-113.6-92.4V34s-31.95-58.05-99.95-56.95c0 0-57.25-1.1-96.15 59.5v313.85H355.4v-303.7s-30.35-81-108.85-69.6c0 0-68.35 11.4-87.3 62v311.3S38.15 358 50.65 449.1zM702.2 788.95l143-141.75s22.8-11.4 29.1 20.25 6.35 135.4 6.35 135.4-2.55 22.8-24.05 16.45l-143 1.1c0 0.05-22.8-4.85-11.4-31.45z" horiz-adv-x="1024" />
<glyph glyph-name="touxiang" unicode="&#58920;" d="M1416.767919-128C1134.646702-128 904.767919 101.880254 904.767919 384 904.767919 666.121218 1134.646702 896 1416.767919 896c282.119746 0 511.998528-229.878782 511.998528-512 0-282.119746-229.878782-512-511.998528-512z m0 975.771006c-255.600422 0-463.771006-208.170584-463.771006-463.771006S1161.167497-79.776893 1416.767919-79.776893 1880.544812 128.399578 1880.544812 384 1672.368341 847.771006 1416.767919 847.771006z m0 0M1414.358677 262.632774c-125.390969 0-227.471012 102.080043-227.471012 227.465126 0 125.385082 102.080043 227.465125 227.471012 227.465125 125.385082 0 227.465125-102.080043 227.465125-227.465125 0-125.385082-102.080043-227.465125-227.465125-227.465126z m0 406.707144c-98.865758 0-179.242018-80.37626-179.242018-179.242018S1315.492919 310.855881 1414.358677 310.855881c98.859871 0 179.236131 80.37626 179.236131 179.242019S1513.218548 669.339918 1414.358677 669.339918z m0 0M1416.767919-128c-131.819539 0-258.009664 50.638236-353.65525 141.460923l-10.452313 9.645798 4.019328 13.665127C1100.889349 197.52584 1247.976743 310.050838 1414.358677 310.050838c168.791176 0 315.87857-114.135084 358.47815-276.491803l3.214285-13.665127-10.446427-9.64727c-94.041387-89.218488-217.823742-138.246638-348.836766-138.246638z m-309.451471 166.381934c85.200631-76.358404 194.511344-118.158827 309.451471-118.158827 113.330041 0 221.036555 40.996852 305.432143 115.74517C1681.209097 170.195586 1556.623171 262.632774 1414.358677 262.632774c-139.855252 0-264.442649-91.632145-307.042229-224.25084z m0 0" horiz-adv-x="3562" />
<glyph glyph-name="touxiangtongyong" unicode="&#58930;" d="M874.04 746.04c-200.06 199.67-524.01 199.67-724.08 0-199.67-200.07-199.67-524.01 0-724.08 200.06-199.66 524.01-199.67 724.08 0 199.67 200.06 199.67 524.02 0 724.08zM248.42 21.96c0.05 0.72 0.08 1.44 0.08 2.17 0 70.35 27.42 136.53 77.14 186.34 49.8 49.81 115.89 77.13 186.34 77.13 70.35 0 136.53-27.42 186.34-77.13 49.8-49.81 77.13-115.99 77.13-186.34 0-0.74 0.03-1.47 0.08-2.2C701.59-32.01 610.52-63.89 512-64c-98.53 0.11-189.62 32-263.58 85.96z m100.86 496.08c0 89.73 73.07 162.79 162.79 162.79 89.73 0 162.79-73.06 162.79-162.79 0-89.73-73.06-162.8-162.79-162.8-89.72 0-162.79 73.06-162.79 162.8z m487.7-442.09c-10.99 70.16-44.21 132.98-92.24 180.93-32.27 32.27-71.13 57.75-114.44 74.52 61.72 39.15 102.71 108.14 102.71 186.63 0 122-98.94 220.93-220.93 220.93-122 0-220.93-98.94-220.93-220.93 0-78.49 40.99-147.49 102.71-186.63-43.31-16.66-82.17-42.25-114.44-74.52-48.05-48.04-81.27-110.83-92.36-180.98C110.91 156.19 64.14 264.63 64 384c0.29 247.3 200.7 447.71 448 448 247.3-0.29 447.71-200.7 448-448-0.14-119.35-46.89-227.77-123.02-308.05z" horiz-adv-x="1024" />
<glyph glyph-name="touxiangxiugai" unicode="&#59035;" d="M484.072727 849.454545c-256 0-465.454545-209.454545-465.454545-465.454545 0-130.327273 55.854545-251.345455 144.290909-335.127273l69.818182-55.854545c69.818182-46.545455 158.254545-74.472727 251.345454-74.472727s181.527273 27.927273 251.345455 74.472727c23.272727 13.963636 46.545455 32.581818 69.818182 55.854545 88.436364 83.781818 144.290909 204.8 144.290909 335.127273 0 256-209.454545 465.454545-465.454546 465.454545z m0-851.781818c-79.127273 0-153.6 23.272727-218.763636 69.818182 46.545455 65.163636 125.672727 111.709091 218.763636 111.709091 88.436364 0 167.563636-46.545455 218.763637-111.709091-65.163636-41.890909-139.636364-69.818182-218.763637-69.818182z m-162.909091 446.836364c0 88.436364 74.472727 162.909091 162.909091 162.909091s162.909091-74.472727 162.909091-162.909091-74.472727-162.909091-162.909091-162.909091c-88.436364 4.654545-162.909091 74.472727-162.909091 162.909091z m442.181819-321.163636c-37.236364 51.2-88.436364 93.090909-148.945455 116.363636 69.818182 41.890909 121.018182 121.018182 121.018182 209.454545 0 134.981818-111.709091 242.036364-246.690909 242.036364s-251.345455-111.709091-251.345455-246.690909c0-88.436364 46.545455-162.909091 121.018182-209.454546-60.509091-23.272727-111.709091-65.163636-153.6-116.363636-65.163636 69.818182-102.4 162.909091-102.4 260.654546 0 209.454545 172.218182 381.672727 381.672727 381.672727s381.672727-172.218182 381.672728-381.672727c0-97.745455-37.236364-186.181818-102.4-256z" horiz-adv-x="1024" />
<glyph glyph-name="zhedie" unicode="&#58951;" d="M130.901333 366.506667l149.205334-130.517334a8.533333 8.533333 0 0 1 14.122666 6.4V503.466667a8.533333 8.533333 0 0 1-14.122666 6.4L130.901333 379.392a8.533333 8.533333 0 0 1 0-12.8zM128 682.666667m42.666667 0l682.666666 0q42.666667 0 42.666667-42.666667l0 0q0-42.666667-42.666667-42.666667l-682.666666 0q-42.666667 0-42.666667 42.666667l0 0q0 42.666667 42.666667 42.666667ZM128 170.666667m42.666667 0l682.666666 0q42.666667 0 42.666667-42.666667l0 0q0-42.666667-42.666667-42.666667l-682.666666 0q-42.666667 0-42.666667 42.666667l0 0q0 42.666667 42.666667 42.666667ZM384 426.666667m42.666667 0l426.666666 0q42.666667 0 42.666667-42.666667l0 0q0-42.666667-42.666667-42.666667l-426.666666 0q-42.666667 0-42.666667 42.666667l0 0q0 42.666667 42.666667 42.666667Z" horiz-adv-x="1024" />
<glyph glyph-name="zhongzhi" unicode="&#58884;" d="M524.8 789.333333c-106.666667 0-209.066667-42.666667-285.866667-110.933333l-8.533333 68.266667c0 25.6-21.333333 42.666667-46.933333 38.4-25.6 0-42.666667-21.333333-38.4-46.933334l8.533333-115.2c4.266667-55.466667 51.2-98.133333 106.666667-98.133333h8.533333L384 533.333333c25.6 0 42.666667 21.333333 38.4 46.933334 0 25.6-21.333333 42.666667-46.933333 38.4l-85.333334-4.266667c64 55.466667 145.066667 89.6 230.4 89.6 187.733333 0 341.333333-153.6 341.333334-341.333333s-153.6-341.333333-341.333334-341.333334-341.333333 153.6-341.333333 341.333334c0 25.6-17.066667 42.666667-42.666667 42.666666s-42.666667-17.066667-42.666666-42.666666c0-234.666667 192-426.666667 426.666666-426.666667s426.666667 192 426.666667 426.666667c4.266667 234.666667-187.733333 426.666667-422.4 426.666666z" horiz-adv-x="1024" />
<glyph glyph-name="weixiubanshou" unicode="&#59157;" d="M975.8922 152.928413l-230.14176 230.125303c14.820545 41.375012 22.321332 84.624306 22.321332 128.94697 0 211.731736-172.249292 383.999314-383.999314 383.999314-52.713963 0-103.999814-10.62581-152.392871-31.572058l-22.893673-9.910839c-0.036571-0.036571 0.142628-0.053028 0.071314-0.0896-2.177825-0.947198-4.21485-2.322282-5.999532-4.106964-7.572101-7.588558-7.572101-19.927736 0.036571-27.536408 0.107886-0.107886-0.107886-0.160914-0.036571-0.266971l214.999388-214.999388-129.321826-129.303541L77.856775 688.90917c-0.321828-0.036571-0.643656-0.053028-1.071541 0.374856-8.928898 8.928898-23.392873 8.928898-32.321771 0-2.428339-2.446624-4.21485-5.286391-5.321133-8.321814-0.107886-0.285257-0.250514-0.142628-0.393142-0.160914l-7.107644-16.427856C10.715409 616.035243 0.071314 564.749392 0.071314 511.998857c0-211.713451 172.249292-383.999314 383.999314-383.999314 44.286092 0 87.535387 7.500787 128.963427 22.321332l230.14176-230.107018C774.248675-110.857173 815.570658-128 859.534922-128c0 0 0 0 0.036571 0 43.927693 0 85.286248 17.142827 116.357278 48.213857C1040.034714-15.643629 1040.034714 88.749327 975.8922 152.928413zM924.213207-28.072407C906.927752-45.357862 883.962764-54.857273 859.569665-54.857273l-0.036571 0c-24.427842 0-47.39283 9.499412-64.643542 26.784866L530.213453 236.570778l-22.820531-9.857811C468.214021 209.74934 426.714667 201.142269 384.070628 201.142269c-171.391694 0-310.856588 139.428322-310.856588 310.856588 0 23.820757 2.678852 47.268487 7.999986 70.125589l193.356455-193.393026c8.107871-6.463988 19.249337-6.553588 27.499837-0.411428l203.28558 203.28558c0.071314 0.071314-0.071314 0.160914 0 0.232228 8.285242 8.285242 8.535756 21.215048 1.428112 30.196975L313.928582 814.873745c22.893673 5.302848 46.321289 7.9817 70.142046 7.9817 171.391694 0 310.856588-139.446608 310.856588-310.856588 0-42.697067-8.60707-84.178135-25.570697-123.285723l-9.857811-22.820531L924.176635 101.214676C959.820915 65.570397 959.820915 7.571872 924.213207-28.072407z" horiz-adv-x="1025" />
<glyph glyph-name="shouye" unicode="&#58927;" d="M602.951998 857.089946A125.126544 125.126544 0 0 1 512.025344 896c-34.558272 0-66.812659-13.823309-90.926654-38.910054L32.817304 452.988551c-40.036398-41.725914-34.916654-77.820109-28.260987-92.872157 4.710164-10.649068 23.960402-32.561572 69.833309-32.561572h61.027348v-318.345682c0-76.79616 43.261837-137.055547 115.296636-137.055548h165.265336v328.994751c0 35.326234 5.068547 61.436928 31.486426 61.436928h124.512174c30.923254 0 35.9918-22.219689 35.991801-61.436928v-328.994751h165.265337c72.034798 0 122.720264 66.454277 122.720264 137.055548v318.345682h59.849807c45.872906 0 58.877056 21.912504 63.587221 32.561572 6.655667 15.103245 11.775411 51.146243-28.260987 92.872157L602.951998 857.089946z m238.580071-473.064347v-374.816459c0-35.326234-34.251087-83.861407-70.242888-83.861407h-103.572422v275.80061c0 73.877906-22.936453 118.931653-94.971251 118.931653h-120.825959c-72.034798 0-92.360182-48.330383-92.360182-118.931653v-275.80061H250.611215c-35.9918 0-58.569872 48.586371-58.569872 83.861407V384.025599H53.859452c2.20149 3.891005 16.127194 23.755612 22.424479 30.360082l385.516724 398.213689c11.570621 12.133793 34.353482 29.540923 50.224689 29.387331 15.871206 0.153592 40.855557-17.253537 52.477376-29.387331l383.315234-398.213689c6.348483-6.60447 25.752312-26.469077 27.953803-30.360082h-134.239688z" horiz-adv-x="1024" />
<glyph glyph-name="data-analysis" unicode="&#58917;" d="M902-6H182c-49.6875 0-90 40.3125-90 90V742.125c0 16.5938 13.4063 30 30 30s30-13.4063 30-30v-658.125c0-16.5938 13.4063-30 30-30h720c16.5938 0 30-13.4063 30-30s-13.4063-30-30-30ZM478.25 144c-16.5938 0-30 13.4063-30 30V742.125c0 16.5938 13.4063 30 30 30s30-13.4063 30-30v-568.125c0-16.5938-13.4063-30-30-30ZM822.875 144c-16.5938 0-30 13.4063-30 30V742.125c0 16.5938 13.4063 30 30 30s30-13.4063 30-30v-568.125c0-16.5938-13.4063-30-30-30ZM306.687 144c-16.5938 0-30 13.4063-30 30V543.563c0 16.5938 13.4063 30 30 30s30-13.4063 30-30V174c0-16.5938-13.4063-30-30-30ZM651.313 144c-16.5938 0-30 13.4063-30 30V543.563c0 16.5938 13.4063 30 30 30s30-13.4063 30-30V174c0-16.5938-13.4063-30-30-30Z" horiz-adv-x="1024" />
<glyph glyph-name="liucheng" unicode="&#60213;" d="M544 192h-192a32 32 0 0 0-32 32v96a32 32 0 0 0 64 0v-64h160v64a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-192a32 32 0 0 0-32-32h-192a32 32 0 0 0-32 32v64z m-64 320v-64a32 32 0 0 0-32-32H256a32 32 0 0 0-32 32V640a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-64h192a32 32 0 0 0 32-32v-96a32 32 0 0 0-64 0v64h-160z m-192-32h128V608H288v-128z m320-320h128v128h-128v-128z" horiz-adv-x="1024" />
<glyph glyph-name="falvfagui" unicode="&#59098;" d="M260.1 718.3v-671.1H128.4V718.3h131.7M61.5 737.8v-710.1c0-26.2 21.2-47.4 47.4-47.4h170.7c26.2 0 47.4 21.2 47.4 47.4V737.8c0 26.2-21.2 47.4-47.4 47.4H109c-26.2 0-47.5-21.2-47.5-47.4zM228.9 582.2h-67v-49.5h67v49.5zM228.9 515.3h-67v-49.5h67v49.5zM228.9 448.4h-67v-49.5h67v49.5zM578.9 718.3v-671.1H447.1V718.3h131.8m-198.7 19.5v-710.1c0-26.2 21.2-47.4 47.4-47.4h170.7c26.2 0 47.4 21.2 47.4 47.4V737.8c0 26.2-21.2 47.4-47.4 47.4H427.7c-26.2 0-47.5-21.2-47.5-47.4zM547.6 582.2h-67v-49.5h67v49.5zM547.6 515.3h-67v-49.5h67v49.5zM547.6 448.4h-67v-49.5h67v49.5zM897.6 718.3v-671.1H765.9V718.3h131.7M699 737.8v-710.1c0-26.2 21.2-47.4 47.4-47.4H917c26.2 0 47.4 21.2 47.4 47.4V737.8c0 26.2-21.2 47.4-47.4 47.4H746.4c-26.2 0-47.4-21.2-47.4-47.4zM866.3 582.2h-67v-49.5h67v49.5zM866.3 515.3h-67v-49.5h67v49.5zM866.3 448.4h-67v-49.5h67v49.5z" horiz-adv-x="1024" />
<glyph glyph-name="shouye1" unicode="&#59249;" d="M704.4-15.9h-125V249.8c0 3.3 0.1 6.5 0.1 9.3 0 1.8 0.1 3.9 0.1 5.9H446.8c0-2 0-4.1 0.1-5.9 0.1-2.8 0.1-5.9 0.1-9.3v-265.6H321.9c-32.2 0-62 14-83.7 39.6-19.8 23.2-31.1 54.4-31.1 85.7V311.8h-16.7c-33 0-59.1 16.1-71.6 44.1l-0.1 0.1c-10 22.8-8.5 59.8 25.6 95.3l284.1 295.6c22.3 23.3 52.4 36.2 84.6 36.2 32.1 0 62.1-12.8 84.6-36.1L882 451.2c34-35.5 35.5-72.5 25.5-95.3l-0.1-0.2c-12.6-28-38.6-44-71.5-44h-16.7v-202.4c0-31.3-11.3-62.5-31.1-85.7-21.8-25.4-51.5-39.5-83.7-39.5z m-75 50h75c40 0 64.8 39.1 64.8 75.3V361.8h66.7c13.2 0 21.4 4.6 25.9 14.4 0.9 2 6.3 17.5-15.8 40.5L561.7 712.2c-12.9 13.4-30.2 20.8-48.5 20.8-18.4 0-35.7-7.4-48.5-20.8L180.5 416.6c-22.3-23.1-16.7-38.6-15.9-40.5 4.3-9.7 12.8-14.3 25.9-14.3h66.7v-252.4c0-36.2 24.8-75.3 64.8-75.3h75.1V249.8c0 2.9-0.1 5.6-0.1 8.3-0.3 15.6-0.6 31.7 11.8 44.3 12.3 12.6 30 12.6 35.8 12.6h137.5c5.8 0 23.5 0 35.8-12.6 12.4-12.6 12.1-28.7 11.8-44.3-0.1-2.7-0.1-5.5-0.1-8.4v-215.6z" horiz-adv-x="1024" />
<glyph glyph-name="sousuo" unicode="&#58916;" d="M957.9-12.2L833.4 112.3c56.4 66.7 92.7 151.4 98.6 245.3 14.6 232-161.7 431.9-393.8 446.5-9 0.6-17.9 0.8-26.8 0.8-220.4 0-405.7-171.5-419.7-394.5-14.6-232 161.7-431.9 393.8-446.5 9-0.6 17.9-0.8 26.8-0.8 102.8 0 197.9 37.3 271.6 99.8l124.5-124.5c6.8-6.8 15.8-10.3 24.7-10.3 9 0 17.9 3.4 24.7 10.3 13.7 13.6 13.7 35.7 0.1 49.4z m-206.2 140C686.4 66.7 601.4 33 512.3 33c-7.4 0-14.9 0.2-22.4 0.7-47.3 3-92.6 15.1-134.6 36-40.6 20.3-76.5 47.9-106.6 82.1-30.2 34.2-53.1 73.3-68.1 116.1-15.5 44.3-21.9 90.7-18.9 138 5.6 89.7 44.8 172.8 110.4 234.2 65.3 61.1 150.3 94.8 239.5 94.8 7.4 0 14.9-0.2 22.3-0.7 47.3-3 92.6-15.1 134.6-36 40.6-20.3 76.5-47.9 106.6-82.1 30.2-34.2 53.1-73.3 68.1-116.1 15.5-44.3 21.9-90.7 18.9-138-5.7-89.6-44.9-172.8-110.4-234.2z" horiz-adv-x="1024" />
<glyph glyph-name="tuandui" unicode="&#58891;" d="M375.1 340.9c-132.3 0-240 107.7-240 240s107.7 240 240 240 240-107.7 240-240-107.6-240-240-240z m0 390c-82.7 0-150-67.3-150-150s67.3-150 150-150 150 67.3 150 150-67.3 150-150 150zM525.1-79.1h-300c-91 0-165 74-165 165v120c0 124.1 100.9 225 225 225h180c124.1 0 225-100.9 225-225v-120c0-91-74-165-165-165z m-240 420c-74.4 0-135-60.6-135-135v-120c0-41.4 33.6-75 75-75h300c41.4 0 75 33.6 75 75v120c0 74.4-60.6 135-135 135h-180zM795.1-49.1h-60c-24.8 0-45 20.2-45 45s20.2 45 45 45h60c41.4 0 75 33.6 75 75v120c0 74.4-60.6 135-135 135h-30c-24.8 0-45 20.1-45 45s20.2 45 45 45c31.5 0 90 0 90 150 0 82.7-67.3 150-150 150-24.8 0-45 20.1-45 45s20.2 45 45 45c132.3 0 240-107.7 240-240 0-84.1-17.6-140-44.1-176.5 70.8-37.9 119.1-112.7 119.1-198.5v-120c0-91-74-165-165-165z" horiz-adv-x="1024" />
<glyph glyph-name="shouye2" unicode="&#58915;" d="M962.1059375 448.57875l-364.378125 378.909375C575.1246875 850.96125 544.821875 864 512.4125 864c-32.420625 0-62.7178125-12.9159375-85.32375-36.511875L62.8390625 448.57875C25.2096875 409.4625 30.044375 375.673125 36.2590625 361.516875c4.4653125-10.059375 19.37625-37.501875 62.47125-37.501875h53.4009375v-291.4725c0-64.7925 45.5821875-125.8575 110.866875-128.424375v-0.118125h70.483125c65.9259375 0 87.688125 43.2346875 88.69875 106.845l0.1921875 0.1228125V212.49656249999998c0 33.0403125-4.96875 51.54 28.8159375 51.54h122.5790625c33.7734375 0 28.75125-18.3871875 28.75125-51.54l0.043125-125.1253125h-0.043125v-71.8359375c0-3.3421875-0.0421875-7.561875 0.0646875-12.3965625v-0.8559375l0.0215625-0.0159375c0.8184375-34.4259375 9.1453125-98.26125 88.693125-98.26125h70.48875v0.1171875c65.3109375 2.535 110.9146875 63.6159375 110.9146875 128.424375V324.020625h53.4c43.096875 0 58.00125 27.55875 62.4721875 37.5009375 6.19875 14.1515625 11.0390625 47.9409375-26.4675 87.05625zM936.78125 384H812.5775v-351.463125c0-33.0403125-21.3609375-68.4290625-55.1446875-68.4290625h-69.3121875c-20.1028125 0.823125-24.830625 9.2625-25.696875 24.3234375v20.424375c0.031875 2.1553125 0.06375 4.3640625 0.06375 6.675V87.36562500000002h-0.0646875V212.49093749999997c0 66.1940625-21.241875 111.5296875-88.8 111.5296875H451.0596875c-67.5571875 0-88.8-45.346875-88.8-111.5296875v-224.8725c-1.0378125-15.33375-6.3375-23.634375-28.90125-23.634375h-66.18375c-33.740625 0.0590625-55.059375 35.4159375-55.059375 68.424375V383.8715625H87.906875c-1.1175 0 0.871875-0.1228125 0 0 2.1178125 3.6046875 13.5515625 17.0175 19.509375 23.221875L471.794375 785.75625c10.809375 11.4234375 26.195625 18.2578125 41.11125 18.129375 14.9053125 0.12375 29.308125-6.82875 40.23375-18.129375l364.25625-378.5353125" horiz-adv-x="1024" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
-242
View File
@@ -1,242 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024" >
<font-face
font-family="iconfont"
font-weight="500"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<glyph glyph-name="weituo" unicode="&#58901;" d="M176.384 379.008c17.664 0 32 14.336 32 32V759.04c0 1.792 1.024 2.56 1.28 2.56h432.128v-81.792c0-38.784 31.616-70.4 70.4-70.4H801.28v-198.4c0-17.664 14.336-32 32-32s32 14.336 32 32v230.4c0 0.64 0 1.28-0.128 1.92v0.512c0 0.64-0.128 1.28-0.256 1.92v0.256c-0.128 0.768-0.256 1.536-0.384 2.176-0.512 2.304-1.28 4.48-2.176 6.656v0.128c-0.384 0.64-0.64 1.408-1.024 2.048 0 0 0 0.128-0.128 0.128-0.384 0.64-0.64 1.152-1.024 1.792 0 0.128-0.128 0.128-0.128 0.256-0.384 0.64-0.768 1.152-1.28 1.792-0.128 0.128-0.128 0.256-0.256 0.384-0.384 0.512-0.768 1.024-1.28 1.536l-0.128 0.128-1.536 1.536-0.128 0.128L695.936 816.768l-0.128 0.128c-0.512 0.512-1.024 0.896-1.536 1.408h-0.128c-0.512 0.384-1.024 0.896-1.664 1.28-0.128 0.128-0.256 0.128-0.384 0.256-1.152 0.896-2.432 1.536-3.712 2.304 0 0-0.128 0-0.128 0.128-1.28 0.64-2.688 1.28-4.224 1.792-1.408 0.512-2.816 0.896-4.352 1.152h-0.256c-0.64 0.128-1.408 0.256-2.176 0.256-0.64 0.128-1.408 0.128-2.048 0.128H209.664c-35.968 0-65.28-29.824-65.28-66.56v-347.904c0-17.792 14.336-32.128 32-32.128z m535.808 294.4c-3.456 0-6.4 2.944-6.4 6.4v39.04l47.616-45.44h-41.216zM957.952 151.552L728.96 331.648c-3.328 2.688-7.296 4.608-11.392 5.76-82.944 22.4-277.632 75.008-293.76 77.312-29.44 4.352-68.608-17.152-83.712-46.08-15.872-30.336-12.16-76.416 25.472-105.728 4.864-3.84 15.744-12.288 103.168-52.736L321.664 212.48c-53.76 50.688-134.4 126.592-137.984 129.664-15.104 13.056-44.416 16.512-56.32 17.408-29.568 2.176-51.84-2.944-66.048-15.488-17.664-15.488-24.96-40.576-20.864-72.576 2.176-17.024 8.576-41.344 19.328-53.632 1.152-1.408 3.072-3.456 223.872-215.68 7.808-7.552 18.176-11.776 29.056-11.776h381.312l51.072-60.928c10.368-12.416 25.472-19.456 41.6-19.456h1.28c16.64 0.384 31.872 8.192 41.984 21.376l133.504 175.36c10.752 14.208 8.192 34.048-5.504 44.8z m-171.52-171.52l-52.864 63.104c-6.144 7.296-15.104 11.392-24.576 11.392H321.664c-70.784 68.096-193.28 185.856-212.48 204.544-3.968 8.96-7.04 28.288-5.248 36.352 9.472 2.048 30.976 0 39.68-3.2 14.208-13.312 91.264-85.76 143.104-134.656 5.76-5.504 13.44-8.576 21.376-8.704l314.88-4.992c15.232-0.256 28.544 10.24 31.744 25.216 3.2 14.848-4.48 29.952-18.432 36.096-102.272 44.672-216.832 97.408-231.68 108.416-12.544 9.728-10.112 21.76-8.064 25.6 2.432 4.736 13.184 11.392 18.432 12.16 20.608-4.352 178.304-46.592 279.424-73.984L893.44 120.832l-107.008-140.8zM280.704 601.344h318.08c17.664 0 32 14.336 32 32s-14.336 32-32 32H280.704c-17.664 0-32-14.336-32-32s14.336-32 32-32zM280.704 466.688h448.128c17.664 0 32 14.336 32 32s-14.336 32-32 32H280.704c-17.664 0-32-14.336-32-32s14.336-32 32-32z" horiz-adv-x="1024" />
<glyph glyph-name="baocun" unicode="&#58888;" d="M955.786 871.5H67.714c-24.281 0-43.964-19.683-43.964-43.964v-888.072c0-24.281 19.683-43.964 43.964-43.964h888.072c24.281 0 43.964 19.683 43.964 43.964V827.536c0 24.281-19.683 43.964-43.964 43.964zM208.399 804.159c0 2.721 0.202 5.388 0.575 7.99h605.553c0.373-2.602 0.575-5.269 0.575-7.99v-337.505c0-27.412-19.683-49.633-43.964-49.633H252.363c-24.281 0-43.964 22.221-43.964 49.633V804.159z m732-810.691c0-21.328-17.289-38.617-38.617-38.617H121.718c-21.328 0-38.617 17.289-38.617 38.617V773.532c0 21.328 17.289 38.617 38.617 38.617h27.329v-410.8c0-24.123 19.654-43.679 43.897-43.679h637.61c24.244 0 43.897 19.556 43.897 43.679v410.8h27.329c21.328 0 38.617-17.289 38.617-38.617v-780.064zM723.609 504.296c15.933 0 28.85 12.917 28.85 28.85v180.91c0 15.933-12.917 28.85-28.85 28.85s-28.85-12.917-28.85-28.85v-180.911c0-15.933 12.917-28.849 28.85-28.849z" horiz-adv-x="1024" />
<glyph glyph-name="tubiao" unicode="&#58957;" d="M597.333333 469.333333V810.666667c187.733333 0 341.333333-153.6 341.333334-341.333334H597.333333zM490.666667 362.666667V680.533333c-155.733333-10.666667-277.333333-140.8-277.333334-296.533333 0-164.266667 134.4-298.666667 298.666667-298.666667 157.866667 0 285.866667 121.6 296.533333 277.333334H490.666667zM469.333333 765.866667V341.333333h424.533334c-21.333333-192-183.466667-341.333333-381.866667-341.333333-211.2 0-384 172.8-384 384 0 196.266667 149.333333 360.533333 341.333333 381.866667M512 810.666667C277.333333 810.666667 85.333333 618.666667 85.333333 384s192-426.666667 426.666667-426.666667 426.666667 192 426.666667 426.666667H512V810.666667z" horiz-adv-x="1024" />
<glyph glyph-name="pdf" unicode="&#58911;" d="M102.4 896h819.2c56.32 0 102.4-46.08 102.4-102.4v-819.2c0-56.32-46.08-102.4-102.4-102.4H102.4c-56.32 0-102.4 46.08-102.4 102.4V793.6c0 56.32 46.08 102.4 102.4 102.4zM184.32 40.96c-15.36 0-28.16 7.68-33.28 17.92-7.68 12.8-7.68 28.16-5.12 43.52 5.12 20.48 17.92 40.96 33.28 53.76 28.16 25.6 61.44 46.08 97.28 64 20.48 10.24 43.52 17.92 69.12 28.16 40.96 58.88 74.24 122.88 99.84 189.44 2.56 7.68 7.68 17.92 10.24 25.6-7.68 17.92-15.36 35.84-20.48 53.76-7.68 25.6-12.8 48.64-15.36 74.24-2.56 20.48-2.56 40.96 0 61.44 0 15.36 5.12 30.72 15.36 46.08 7.68 10.24 17.92 17.92 30.72 23.04 5.12 2.56 10.24 2.56 15.36 2.56 7.68 2.56 15.36 2.56 23.04 0 7.68-2.56 12.8-5.12 17.92-7.68 28.16-12.8 25.6-35.84 23.04-69.12l-2.56-12.8c-7.68-56.32-20.48-112.64-38.4-166.4l5.12-10.24c20.48-33.28 40.96-66.56 66.56-97.28 12.8-17.92 28.16-33.28 43.52-51.2 25.6 2.56 48.64 2.56 74.24 0s48.64-5.12 71.68-10.24c20.48-5.12 40.96-12.8 58.88-23.04 17.92-10.24 33.28-28.16 43.52-46.08 10.24-17.92 10.24-40.96 0-61.44-7.68-17.92-25.6-28.16-43.52-33.28-17.92-5.12-38.4-5.12-58.88 0-23.04 7.68-43.52 17.92-64 33.28-25.6 17.92-51.2 38.4-74.24 61.44l-33.28 33.28c-17.92-2.56-35.84-5.12-61.44-10.24-56.32-10.24-112.64-23.04-166.4-43.52l-7.68-10.24c-28.16-46.08-64-87.04-102.4-122.88-20.48-17.92-43.52-30.72-69.12-35.84h-2.56z m110.08 135.68c-28.16-12.8-56.32-30.72-79.36-51.2-10.24-7.68-17.92-17.92-20.48-30.72v-5.12c15.36 5.12 28.16 12.8 40.96 23.04 20.48 20.48 40.96 40.96 58.88 64z m373.76 87.04l2.56-2.56c20.48-20.48 43.52-40.96 66.56-56.32 15.36-10.24 33.28-20.48 51.2-25.6 10.24-2.56 20.48-2.56 28.16 0 5.12 2.56 10.24 5.12 15.36 10.24 2.56 7.68 2.56 15.36 0 20.48-5.12 10.24-15.36 20.48-25.6 25.6-15.36 7.68-30.72 12.8-46.08 17.92-20.48 5.12-43.52 7.68-64 10.24h-28.16zM486.4 409.6c-20.48-48.64-43.52-94.72-69.12-138.24l5.12 2.56c35.84 10.24 74.24 17.92 112.64 25.6l30.72 5.12c-7.68 10.24-15.36 17.92-23.04 28.16-20.48 23.04-38.4 51.2-56.32 76.8z m5.12 271.36H483.84c-2.56 0-5.12-2.56-7.68-5.12-5.12-7.68-7.68-17.92-7.68-25.6-2.56-17.92-2.56-33.28 0-51.2s5.12-35.84 10.24-53.76c7.68 30.72 12.8 64 17.92 94.72l2.56 15.36c0 7.68 2.56 17.92 2.56 23.04-2.56 0-7.68 2.56-10.24 2.56z" horiz-adv-x="1024" />
<glyph glyph-name="fanyi" unicode="&#59241;" d="M540.621118 616.149068c19.080745-31.801242 38.161491-63.602484 76.322981-82.683229 38.161491 25.440994 69.962733 50.881988 89.043479 82.683229H540.621118zM903.15528 883.279503H120.84472C57.242236 883.279503 6.360248 832.397516 6.360248 768.795031v-782.310559c0-63.602484 50.881988-114.484472 114.484472-114.484472h782.31056c63.602484 0 114.484472 50.881988 114.484472 114.484472V768.795031c0 63.602484-50.881988 114.484472-114.484472 114.484472z m-629.664597-190.807453c44.521739-31.801242 82.68323-69.962733 114.484472-101.763975l-44.521739-44.52174c-25.440994 31.801242-63.602484 63.602484-114.484472 101.763976l44.521739 44.521739z m6.360249-610.583851l-25.440994 57.242236c12.720497 12.720497 19.080745 25.440994 19.080745 38.16149v254.409938H197.167702v63.602485h146.285714v-279.850932l57.242236 57.242236 19.080746-69.962733c-50.881988-44.521739-89.043478-89.043478-139.925466-120.84472z m527.900621 89.043478H636.024845v-120.84472H572.42236v120.84472H419.776398v63.602484H572.42236v63.602485H445.217391v63.602484h127.204969v57.242236h63.602485v-57.242236h133.565217v-57.242236H636.024845v-63.602484h165.366459c6.360248-6.360248 6.360248-69.962733 6.360249-69.962733z m-6.360249 235.329193c-76.322981 6.360248-139.925466 25.440994-190.807453 57.242236-50.881988-25.440994-114.484472-44.521739-190.807453-63.602485L387.975155 450.782609c63.602484 12.720497 120.84472 31.801242 165.36646 50.881987-38.161491 31.801242-63.602484 69.962733-76.322981 114.484472h-44.52174v57.242236h337.093168v-57.242236c-19.080745-44.521739-50.881988-89.043478-95.403727-120.84472 38.161491-12.720497 89.043478-25.440994 152.645963-31.801242l-25.440994-57.242236z" horiz-adv-x="1024" />
<glyph glyph-name="word" unicode="&#58887;" d="M808.96 896h70.997H73.045C44.373 896 21.333 873.088 21.333 844.885v-921.77c0-28.288 23.168-51.115 51.712-51.115h877.91c28.672 0 51.712 22.912 51.712 51.115V761.643 678.4L808.96 896zM1002.667 678.4H808.96V896zM394.197 162.56a25.813 25.813 0 1 0-48.469-17.92l-142.037 384a25.813 25.813 0 1 0 48.469 17.92l142.037-384z m93.568 384a25.813 25.813 0 1 0 48.47-17.92l-142.08-384a25.813 25.813 0 0 0-48.427 17.92l142.08 384z m190.507-384a25.813 25.813 0 0 0-48.47-17.92l-142.037 384a25.813 25.813 0 1 0 48.47 17.92l142.037-384z m93.568 384a25.813 25.813 0 0 0 48.47-17.92l-142.08-384a25.813 25.813 0 0 0-48.427 17.92l142.08 384z" horiz-adv-x="1024" />
<glyph glyph-name="liucheng-A-" unicode="&#58898;" d="M896 256h-64V384a64 64 0 0 1-64 64H512V576h128a64 64 0 0 1 64 64V832a64 64 0 0 1-64 64H320a64 64 0 0 1-64-64v-192a64 64 0 0 1 64-64h128v-128H192a64 64 0 0 1-64-64v-128H64a64 64 0 0 1-64-64v-192a64 64 0 0 1 64-64h192a64 64 0 0 1 64 64v192a64 64 0 0 1-64 64H192V384h576v-128h-64a64 64 0 0 1-64-64v-192a64 64 0 0 1 64-64h192a64 64 0 0 1 64 64v192a64 64 0 0 1-64 64z" horiz-adv-x="1024" />
<glyph glyph-name="baobiao" unicode="&#58886;" d="M554.496 837.632v-369.664L826.88 713.216C754.688 781.824 659.968 827.904 554.496 837.632zM967.68 384c0 105.472-35.84 202.24-96.256 279.04L568.832 390.656l317.44-266.24c51.2 73.728 81.408 162.816 81.408 259.584z m-479.744-12.288l2.56 3.072h-2.56V838.144C247.296 825.856 56.32 627.2 56.32 384c0-251.904 203.776-455.68 455.68-455.68 131.072 0 248.832 55.808 332.288 144.384L487.936 371.712z" horiz-adv-x="1024" />
<glyph glyph-name="baobiao1" unicode="&#59116;" d="M170.4 728h140.8v76.8c0 12.8 4.8 24 12.8 32 8 8.8 20 14.4 32 14.4h287.2c7.2 0 14.4-3.2 18.4-8.8l216.8-230.4c4-4.8 6.4-10.4 6.4-16.8v-503.2c0-12.8-4.8-24-12.8-32-8-8.8-20-14.4-32-14.4H752v-106.4c0-13.6-11.2-24-24-24H170.4c-13.6 0-24 11.2-24 24V703.2c0 13.6 10.4 24.8 24 24.8z m123.2-344h288c13.6 0 24 10.4 24 24s-10.4 24-24 24h-288c-13.6 0-24-10.4-24-24 0-12.8 10.4-24 24-24z m0-120.8h288c13.6 0 24 10.4 24 24s-10.4 24-24 24h-288c-13.6 0-24-10.4-24-24s10.4-24 24-24z m0-121.6h288c13.6 0 24 10.4 24 24s-10.4 24-24 24h-288c-13.6 0-24-10.4-24-24s10.4-24 24-24zM359.2 728h141.6L752 479.2v-385.6h84.8V585.6L632.8 802.4H359.2V728z" horiz-adv-x="1024" />
<glyph glyph-name="peizhi1" unicode="&#58928;" d="M139.776-128h60.928c18.432 0 33.792 15.36 33.792 33.792V256h-128v-350.208c-0.512-18.432 14.848-33.792 33.28-33.792zM542.72 896h-60.928C463.36 896 448 880.64 448 862.208v-520.704h128V862.208C576 880.64 561.152 896 542.72 896zM200.704 896h-60.928c-18.432 0-33.792-15.36-33.792-33.792v-307.712h128V862.208C233.984 880.64 219.136 896 200.704 896z m683.52 0h-60.928c-18.432 0-33.792-15.36-33.792-33.792v-179.712h128V862.208C918.016 880.64 903.168 896 884.224 896z m76.288-256H747.008a42.391 42.391 0 0 1-42.496-42.496v-128a42.391 42.391 0 0 1 42.496-42.496h213.504a42.391 42.391 0 0 1 42.496 42.496v128c0.512 23.552-18.944 42.496-42.496 42.496z m-137.216-768h60.928c18.432 0 33.792 15.36 33.792 33.792V384h-128v-478.208c0-18.432 14.848-33.792 33.28-33.792zM619.008 298.496H404.992A42.391 42.391 0 0 1 362.496 256v-128a42.391 42.391 0 0 1 42.496-42.496h213.504A42.391 42.391 0 0 1 660.992 128V256c0.512 23.552-18.432 42.496-41.984 42.496zM481.28-128h60.928c18.432 0 33.792 15.36 33.792 33.792V43.00800000000004H448v-137.216c0-18.432 14.848-33.792 33.28-33.792zM276.992 512H63.488a42.391 42.391 0 0 1-42.496-42.496v-128a42.391 42.391 0 0 1 42.496-42.496h213.504a42.391 42.391 0 0 1 42.496 42.496v128A42.391 42.391 0 0 1 276.992 512z" horiz-adv-x="1024" />
<glyph glyph-name="qingdan1" unicode="&#59208;" d="M858.584615 793.6h-214.016C623.064615 852.992 566.744615 896 500.184615 896S377.304615 852.992 355.800615 793.6H141.784615C85.464615 793.6 39.384615 747.52 39.384615 691.2v-716.8C39.384615-81.92 85.464615-128 141.784615-128h716.8c56.32 0 102.4 46.08 102.4 102.4V691.2c0 56.32-46.08 102.4-102.4 102.4z m-358.4 0c28.16 0 51.2-23.04 51.2-51.2 0-28.16-23.04-51.2-51.2-51.2-28.16 0-51.2 23.04-51.2 51.2 0 28.16 23.04 51.2 51.2 51.2zM397.784615 76.8l-204.8 204.8 72.192 72.192L397.784615 221.696l337.408 337.408L807.384615 486.4 397.784615 76.8z" horiz-adv-x="1024" />
<glyph glyph-name="dongtai" unicode="&#58899;" d="M511.646664-127.392674a130.893368 130.893368 0 0 1 142.525613 114.669447H369.121051a130.893368 130.893368 0 0 1 142.525613-114.669447z m451.086219 234.236681a1054.37118 1054.37118 0 0 0-134.689154 459.718569 286.153228 286.153228 0 0 1-248.011708 243.664922v24.488937a61.222342 61.222342 0 0 1-61.222343 61.222343h-14.203583a61.222342 61.222342 0 0 1-61.222342-61.222343v-27.305164a290.438792 290.438792 0 0 1-238.767135-253.460498 988.557162 988.557162 0 0 0-143.688838-446.004763 39.488411 39.488411 0 0 1 37.957852-59.56934h824.971063a39.488411 39.488411 0 0 1 38.876188 58.467337zM448.097873 629.315477a106.281986 106.281986 0 0 1-85.711279-98.567971 36.733405 36.733405 0 0 0-36.733406-33.304955h-3.489673a36.733405 36.733405 0 0 0-33.121287 40.039412A180.238576 180.238576 0 0 0 438.241076 701.986397a36.733405 36.733405 0 1 0 9.856797-72.732143z" horiz-adv-x="1024" />
<glyph glyph-name="gongju" unicode="&#59017;" d="M884.58 151.592c38.924-39.027 38.924-102.544 0.049-141.523-18.901-18.95-43.983-29.352-70.738-29.352-26.653 0-51.738 10.402-70.639 29.352l-200.77 201.019-19.487 19.535-26.018-9.324c-31.369-11.242-64.308-16.933-97.785-16.933-160.669 0-291.34 130.915-291.34 291.779 0 34.214 5.843 67.594 17.475 99.503l159.687-159.883 30.826-30.924 30.826 30.875 112.806 113.001 30.826 30.88-190.512 190.807c31.91 11.632 65.241 17.524 99.406 17.524 160.619 0 291.339-130.921 291.339-291.784 0-33.623-5.696-66.515-16.933-97.931l-9.329-26.014 19.535-19.588L884.58 151.592z m30.875-172.447c-27.097-27.146-63.176-42.117-101.516-42.117h-0.049c-38.334 0-74.369 14.971-101.465 42.117L511.656 180.162c-36.132-12.911-73.832-19.486-112.464-19.486-184.72 0-334.98 150.504-334.98 335.468 0 46.096 9.28 90.863 27.541 133.127l6.185 14.337h0.196c0.049 0 0.146 0 0.146 0.146 0.981 2.651 2.553 5.106 4.661 7.263a19.886 19.886 0 0 0 14.089 5.843c5.106 0 10.212-1.962 14.136-5.843 0.249-0.292 0.494-0.341 0.689-0.341h0.2l183.786-184.035 112.806 112.956-187.522 187.809c-0.097 0.097 0.097 0.146 0 0.245-6.623 6.628-6.623 17.431 0 24.056 1.523 1.522 3.29 2.748 5.204 3.583 0.049 0.049-0.097 0.049-0.049 0.049l19.981 8.689c42.214 18.31 86.933 27.59 132.932 27.59 184.67 0 334.93-150.504 334.93-335.473 0-38.729-6.531-76.477-19.492-112.655l200.775-201.018c55.961-56.112 55.961-147.269 0.049-203.327z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="peizhi2" unicode="&#59346;" d="M512.512 505.408c-29.888 0-57.92-11.584-79.104-32.832a111.36 111.36 0 0 1-32.832-79.104c0-29.888 11.712-57.856 32.832-79.104 21.184-21.12 49.216-32.768 79.104-32.768a111.36 111.36 0 0 1 79.104 32.768 111.36 111.36 0 0 1 32.768 79.104 111.36 111.36 0 0 1-32.768 79.104 110.976 110.976 0 0 1-79.104 32.832z m412.288-235.52l-65.408 55.936a359.296 359.296 0 0 1 0 115.392l65.408 55.872a32 32 0 0 1 9.28 35.2l-0.896 2.56a442.496 442.496 0 0 1-79.552 137.728l-1.856 2.112a32.128 32.128 0 0 1-35.072 9.536l-81.216-28.928a349.184 349.184 0 0 1-99.584 57.536L620.16 797.696a32 32 0 0 1-25.856 25.728l-2.688 0.448a450.624 450.624 0 0 1-158.72 0l-2.752-0.448a32 32 0 0 1-25.792-25.728l-15.808-85.312c-35.904-13.568-69.12-32.896-98.88-57.28L207.872 684.16a32 32 0 0 1-35.072-9.536l-1.792-2.112a445.952 445.952 0 0 1-79.616-137.664l-0.896-2.56a32.128 32.128 0 0 1 9.28-35.2l66.24-56.576a351.552 351.552 0 0 1 0-113.92l-65.984-56.576a32 32 0 0 1-9.344-35.2l0.896-2.56c18.112-50.304 44.8-96.832 79.616-137.728l1.792-2.112a32.128 32.128 0 0 1 35.136-9.472l81.792 29.12a346.24 346.24 0 0 1 98.88-57.344l15.808-85.312a32 32 0 0 1 25.792-25.664l2.688-0.512a448.256 448.256 0 0 1 158.784 0l2.752 0.512a32 32 0 0 1 25.792 25.664l15.68 84.928a351.552 351.552 0 0 1 99.584 57.472l81.28-28.864a32 32 0 0 1 35.008 9.472l1.856 2.112a445.952 445.952 0 0 1 79.552 137.728l0.896 2.56a32.256 32.256 0 0 1-9.472 35.008z m-412.288-52.16a175.808 175.808 0 1 0 0 351.552 175.808 175.808 0 0 0 0-351.552z" horiz-adv-x="1024" />
<glyph glyph-name="jiansuoguanli" unicode="&#58949;" d="M478.85635 422.774306m-365.988503 0a365.988503 365.988503 0 1 1 731.977006 0 365.988503 365.988503 0 1 1-731.977006 0ZM1002.501439-2.591352l-144.347913 144.347913c136.157961 186.32142 120.289928 447.376156-47.604099 615.270182-185.297676 185.297676-486.27843 185.297676-671.576106 0-185.297676-185.297676-185.297676-486.27843 0-671.576106 167.894026-167.894026 430.484379-184.273932 615.270182-47.604099l144.347913-144.347913c28.664834-28.664834 75.245189-28.664834 103.910023 0 28.664834 28.664834 28.664834 75.757061 0 103.910023z m-523.645089 26.105473c-220.616846 0-399.260185 178.643339-399.260185 399.260185s178.643339 399.260185 399.260185 399.260185 399.260185-178.643339 399.260185-399.260185-178.643339-399.260185-399.260185-399.260185z" horiz-adv-x="1024" />
<glyph glyph-name="faguiku" unicode="&#59117;" d="M232.2432 153.6c0 18.2272-14.7456 32.9728-32.9728 32.9728H133.5296c-18.2272 0-32.9728-14.7456-32.9728-32.9728 0-18.2272 14.7456-32.9728 32.9728-32.9728h65.7408c18.2272 0 32.9728 14.7456 32.9728 32.9728zM101.9904 416.9728c0-18.2272 14.7456-32.9728 32.9728-32.9728h64.512c18.2272 0 32.9728 14.7456 32.9728 32.9728 0 18.2272-14.7456 32.9728-32.9728 32.9728H134.9632c-18.2272-0.2048-32.9728-14.9504-32.9728-32.9728z m788.48 392.8064l-65.7408 2.048c0 18.2272-14.7456 32.9728-32.9728 32.9728H200.704c-18.2272 0-32.9728-14.7456-32.9728-32.9728v-63.6928H200.704s65.536-6.144 65.536-65.9456c0 0 0.6144-65.9456-67.1744-65.9456l-31.3344-1.8432 0.6144-129.6384h30.72s67.7888 0 67.7888-69.8368c0 0-6.3488-63.6928-67.9936-63.6928H167.936l-0.6144-129.6384h32.768s65.7408-2.048 65.7408-67.7888c0 0-0.2048-67.7888-67.9936-67.7888l-29.696 2.048-0.4096-65.9456s37.6832-98.7136 95.232-98.7136h629.5552s30.9248 6.144 30.9248 30.9248V777.0112s-6.144 32.768-32.9728 32.768z m-559.5136-195.3792h427.8272v-263.3728H330.9568V614.4z m493.7728-625.4592H265.216s-33.9968 11.264-33.9968 33.9968l560.5376 0.4096c18.2272 0 32.9728 14.7456 32.9728 32.9728V770.6624h33.9968v-750.7968s1.024-30.9248-33.9968-30.9248zM133.5296 647.3728h65.7408c18.2272 0 32.9728 14.7456 32.9728 32.9728 0 18.2272-14.7456 32.9728-32.9728 32.9728H133.5296c-18.2272 0-32.9728-14.7456-32.9728-32.9728 0-18.2272 14.7456-32.9728 32.9728-32.9728z m543.1296-98.7136H413.2864c-9.0112 0-16.384-7.3728-16.384-16.384s7.3728-16.384 16.384-16.384h263.3728c9.0112 0 16.384 7.3728 16.384 16.384s-7.3728 16.384-16.384 16.384z m0-98.9184H413.2864c-9.0112 0-16.384-7.3728-16.384-16.384s7.3728-16.384 16.384-16.384h263.3728c9.0112 0 16.384 7.3728 16.384 16.384s-7.3728 16.384-16.384 16.384z" horiz-adv-x="1024" />
<glyph glyph-name="falvfaguiku" unicode="&#59139;" d="M1154.706286 38.326857c3.876571-23.113143-0.950857-43.885714-14.409143-62.390857a81.92 81.92 0 0 0-54.857143-33.426286l-138.532571-21.942857a79.286857 79.286857 0 0 0-61.732572 14.409143 81.261714 81.261714 0 0 0-34.084571 54.857143l-117.76 745.691428a85.138286 85.138286 0 0 0 15.067428 61.732572 76.068571 76.068571 0 0 0 23.625143 21.942857 98.742857 98.742857 0 0 0 31.744 12.141714l137.362286 21.942857c23.113143 3.803429 43.885714-1.170286 62.317714-14.994285 18.505143-13.897143 29.696-32.329143 33.499429-55.442286l117.76-744.594286zM574.098286 857.892571c23.04 0 42.642286-8.045714 58.806857-24.283428 16.164571-16.091429 24.283429-35.766857 24.283428-58.806857V3.657143c0-23.04-8.045714-42.715429-24.283428-58.88-16.091429-16.091429-35.766857-24.210286-58.806857-24.210286H453.997714c-23.04 0-42.715429 8.045714-58.88 24.210286a80.164571 80.164571 0 0 0-24.210285 58.88V774.802286c0 23.04 6.144 42.715429 18.432 58.806857 12.361143 16.164571 30.427429 24.283429 54.272 24.283428H574.171429z m0-581.778285c7.68 0 14.189714 3.657143 19.602285 10.971428 5.412571 7.314286 8.045714 15.945143 8.045715 25.965715a41.984 41.984 0 0 1-8.045715 26.550857 24.137143 24.137143 0 0 1-19.602285 10.386285H453.997714a24.137143 24.137143 0 0 1-19.602285-10.386285 41.984 41.984 0 0 1-8.045715-26.550857c0-10.020571 2.633143-18.651429 8.045715-25.965715 5.412571-7.314286 11.922286-10.971429 19.602285-10.971428H574.171429z m0 146.578285c7.68 0 14.189714 3.657143 19.602285 10.971429 5.412571 7.314286 8.045714 16.384 8.045715 27.062857a41.984 41.984 0 0 1-8.045715 26.624 24.137143 24.137143 0 0 1-19.602285 10.386286H453.997714a24.137143 24.137143 0 0 1-19.602285-10.386286 41.984 41.984 0 0 1-8.045715-26.550857c0-10.752 2.633143-19.821714 8.045715-27.136 5.412571-7.314286 11.922286-10.971429 19.602285-10.971429H574.171429zM211.602286 857.965714c23.113143 0 42.934857-8.045714 59.465143-24.283428 16.530286-16.091429 24.868571-35.766857 24.868571-58.806857V3.657143c0-23.04-8.338286-42.715429-24.868571-58.88a82.066286 82.066286 0 0 0-59.465143-24.210286H91.574857c-23.113143 0-42.934857 8.045714-59.465143 24.210286-16.530286 16.164571-24.868571 35.84-24.868571 58.88V774.802286c0 23.04 8.338286 42.715429 24.868571 58.806857C48.64 849.773714 68.461714 857.965714 91.574857 857.965714h120.027429zM96.182857 569.270857a25.161143 25.161143 0 0 1-20.772571-10.386286 41.984 41.984 0 0 1-8.045715-26.550857c0-9.947429 2.633143-18.651429 8.045715-25.965714 5.339429-7.314286 12.288-10.971429 20.772571-10.971429H206.994286c8.484571 0 15.213714 3.657143 20.187428 10.971429a44.836571 44.836571 0 0 1 7.533715 25.965714 44.251429 44.251429 0 0 1-7.533715 26.550857 23.698286 23.698286 0 0 1-20.187428 10.386286H96.182857z m115.419429-362.422857a23.698286 23.698286 0 0 1 20.187428 10.386286 42.203429 42.203429 0 0 1 7.533715 25.380571 41.691429 41.691429 0 0 1-7.533715 25.965714 24.137143 24.137143 0 0 1-20.187428 9.801143H96.182857a25.746286 25.746286 0 0 1-20.772571-9.801143 39.497143 39.497143 0 0 1-8.045715-25.965714c0-10.020571 2.633143-18.432 8.045715-25.380571a25.161143 25.161143 0 0 1 20.772571-10.386286h115.419429z m0 141.970286a23.698286 23.698286 0 0 1 20.187428 10.386285 44.251429 44.251429 0 0 1 7.533715 26.550858 44.251429 44.251429 0 0 1-7.533715 26.550857 23.698286 23.698286 0 0 1-20.187428 10.386285H96.182857a25.161143 25.161143 0 0 1-20.772571-10.386285 41.984 41.984 0 0 1-8.045715-26.550857c0-10.752 2.633143-19.602286 8.045715-26.550858a25.161143 25.161143 0 0 1 20.772571-10.386285h115.419429z" horiz-adv-x="1170" />
<glyph glyph-name="shouye4" unicode="&#58976;" d="M984.250182 548.258909L571.810909 875.124364a96 96 0 0 1-119.272727 0L40.122182 548.258909c-25.134545-19.921455-39.936-51.246545-39.936-84.526545V-22.341818c0-58.274909 44.590545-105.541818 99.584-105.541818h275.479273a20.596364 20.596364 0 0 1 20.596363 20.596363V209.617455c0 19.269818 15.616 34.885818 34.885818 34.885818h186.228364c19.269818 0 34.885818-15.616 34.885818-34.885818V-107.287273c0-11.380364 9.216-20.596364 20.596364-20.596363h252.206545c54.993455 0 99.584 47.243636 99.584 105.541818V463.755636c-0.046545 33.256727-14.871273 64.581818-39.982545 84.503273z" horiz-adv-x="1034" />
<glyph glyph-name="qingdan" unicode="&#58885;" d="M654.629 314.514H362.057c-21.943 0-36.571 18.286-36.571 36.572 0 21.943 18.285 36.571 36.571 36.571h288.914c21.943 0 36.572-18.286 36.572-36.571 3.657-21.943-14.629-36.572-32.914-36.572z m3.657 138.972H365.714c-21.943 0-36.571 18.285-36.571 36.571 0 21.943 18.286 36.572 36.571 36.572h292.572c21.943 0 36.571-18.286 36.571-36.572s-18.286-36.571-36.571-36.571z m-3.657-288.915H362.057c-21.943 0-36.571 18.286-36.571 36.572 0 21.943 18.285 36.571 36.571 36.571h288.914c21.943 0 36.572-18.285 36.572-36.571 3.657-18.286-14.629-36.572-32.914-36.572zM841.143 713.143H768V640h36.571v-585.143H219.43V640H256v73.143h-73.143c-21.943 0-36.571-14.629-36.571-36.572v-658.285c0-21.943 14.628-36.572 36.571-36.572h658.286c21.943 0 36.571 14.629 36.571 36.572V676.57c0 21.943-14.628 36.572-36.571 36.572zM658.286 786.286H365.714c-21.943 0-36.571-14.629-36.571-36.572V640h365.714V749.714c0 21.943-14.628 36.572-36.571 36.572z" horiz-adv-x="1024" />
<glyph glyph-name="xiazai2" unicode="&#59429;" d="M358.3 320.2L512 180.1l153.7 140.1 153.7 140.2H596.7V797.8H427.3v-337.4H204.6zM204.7 69.3h614.5v-99.1H204.7z" horiz-adv-x="1024" />
<glyph glyph-name="peizhi" unicode="&#58985;" d="M358.4 665.6c0 14.08-11.52 25.6-25.6 25.6h-51.2c-14.08 0-25.6-11.52-25.6-25.6V588.8h102.4V665.6z m204.8 0c0 14.08-11.52 25.6-25.6 25.6h-51.2c-14.08 0-25.6-11.52-25.6-25.6V384h102.4V665.6z m-307.2-563.2c0-14.08 11.52-25.6 25.6-25.6h51.2c14.08 0 25.6 11.52 25.6 25.6V384H256v-281.6z m512 563.2c0 14.08-11.52 25.6-25.6 25.6h-51.2c-14.08 0-25.6-11.52-25.6-25.6V588.8h102.4V665.6z m25.6-128h-153.6c-14.08 0-25.6-11.52-25.6-25.6v-51.2c0-14.08 11.52-25.6 25.6-25.6h153.6c14.08 0 25.6 11.52 25.6 25.6v51.2c0 14.08-11.52 25.6-25.6 25.6zM409.6 512c0 14.08-11.52 25.6-25.6 25.6h-153.6c-14.08 0-25.6-11.52-25.6-25.6v-51.2c0-14.08 11.52-25.6 25.6-25.6h153.6c14.08 0 25.6 11.52 25.6 25.6v51.2z m256-409.6c0-14.08 11.52-25.6 25.6-25.6h51.2c14.08 0 25.6 11.52 25.6 25.6V384h-102.4v-281.6z m-204.8 0c0-14.08 11.52-25.6 25.6-25.6h51.2c14.08 0 25.6 11.52 25.6 25.6V179.2H460.8v-76.8z m128 230.4h-153.6c-14.08 0-25.6-11.52-25.6-25.6v-51.2c0-14.08 11.52-25.6 25.6-25.6h153.6c14.08 0 25.6 11.52 25.6 25.6v51.2c0 14.08-11.52 25.6-25.6 25.6z" horiz-adv-x="1024" />
<glyph glyph-name="yichu" unicode="&#58897;" d="M792.1 193.3l110.1 110.1c12.7 12.7 12.7 33.3 0 46-12.7 12.7-33.3 12.7-46 0l-110-110.1L636 349.4c-12.7 12.7-33.3 12.7-46 0-12.7-12.7-12.7-33.3 0-46l110.1-110.1-110-110.1c-12.7-12.7-12.7-33.3 0-46 6.3-6.3 14.7-9.5 23-9.5s16.6 3.2 23 9.5l110.1 110.1 110.1-110.1c6.3-6.3 14.7-9.5 23-9.5s16.6 3.2 23 9.5c12.7 12.7 12.7 33.3 0 46L792.1 193.3zM474.9 2.8H133v760h708.7v-239.4c0-19.3 15.7-35 35-35s35 15.7 35 35V797.8c0 19.3-15.7 35-35 35H98c-19.3 0-35-15.7-35-35v-830c0-19.3 15.7-35 35-35h376.9c19.3 0 35 15.7 35 35s-15.6 35-35 35zM753.4 593.9c0 19.3-15.7 35-35 35H267.8c-19.3 0-35-15.7-35-35s15.7-35 35-35h450.5c19.4 0 35.1 15.7 35.1 35zM493.5 387.4c0 19.3-15.7 35-35 35H267.8c-19.3 0-35-15.7-35-35s15.7-35 35-35h190.7c19.3 0 35 15.7 35 35zM267.8 215.8c-19.3 0-35-15.7-35-35s15.7-35 35-35h106.5c19.3 0 35 15.7 35 35s-15.7 35-35 35H267.8z" horiz-adv-x="1024" />
<glyph glyph-name="yujing" unicode="&#59174;" d="M175.726-38.787v316.26c0 189.18 153.404 342.612 342.774 342.612s342.775-153.433 342.775-342.612v-316.26h117.012c24.3 0 44-19.7 44-44s-19.7-44-44-44H44.747c-24.301 0-44 19.7-44 44s19.699 44 44 44h130.98z m367.588 520.804L374.237 203.668h135.221l-33.855-208.762L644.68 273.255H509.457l33.856 208.762h0.001z m259.29 305.76c15.875-9.237 21.299-29.622 12.156-45.488l-60.778-105.636-57.464 33.238 60.78 105.636c9.04 15.865 29.333 21.287 45.106 12.25h0.2zM518.4 866c19.892 0 35.966-14.962 35.966-33.539v-119.693h-71.931V832.561C482.434 851.037 498.508 866 518.4 866h-0.001z m-284.003-78.223c15.773 9.138 36.065 3.716 45.208-12.05 0 0 0-0.1 0.1-0.1l60.78-105.636-57.465-33.237-60.78 105.636c-9.14 15.866-3.716 36.15 12.156 45.387h0.001zM26.44 579.015c9.041 15.867 29.334 21.39 45.208 12.252 0 0 0.1 0 0.1-0.101l105.283-61.052-33.152-57.638L38.595 533.63c-15.872 9.137-21.298 29.522-12.155 45.387z m984.12 0c9.143-15.864 3.717-36.249-12.155-45.486L893.12 472.577l-33.152 57.637 105.283 61.053c15.773 9.137 36.065 3.715 45.208-12.05 0-0.1 0.1-0.1 0.1-0.2v-0.002z" horiz-adv-x="1024" />
<glyph glyph-name="jichuxinxiguanli" unicode="&#59029;" d="M897.707 773.44v-775.467H771.52V773.44h126.187zM924.8 818.56H744.427c-9.92 0-18.027-8.213-18.027-18.24v-829.013c0-10.134 8.107-18.24 18.027-18.24h180.266c9.92 0 18.027 8.213 18.027 18.24V800.32c0 10.027-8 18.24-17.92 18.24m-261.547-45.12v-775.467H537.067V773.44h126.186z m27.094 45.12H510.08c-9.92 0-18.027-8.213-18.027-18.24v-829.013c0-10.134 8.107-18.24 18.027-18.24h180.267c9.92 0 18.026 8.213 18.026 18.24V800.32c0 10.027-8.106 18.24-18.026 18.24M319.893 751.04l121.92-32.64-191.36-714.24-121.92 32.64 191.36 714.24z m-19.2 51.093c-8 0-15.36-5.44-17.6-13.653L77.867 22.613c-2.56-9.706 3.093-19.733 12.8-22.293l174.186-46.613c1.494-0.427 3.094-0.534 4.587-0.534 8 0 15.36 5.44 17.6 13.654l205.12 765.866c2.667 9.707-2.987 19.734-12.693 22.294L305.28 801.6a20.799 20.799 0 0 1-4.587 0.533m570.027-91.84c0-4.8-1.92-9.386-5.333-12.8-3.414-3.413-7.894-5.333-12.8-5.333h-36.054c-9.92 0-18.026 8.107-18.026 18.027 0 9.92 8.106 18.026 18.026 18.026h36.054c4.8 0 9.386-1.92 12.8-5.333 3.413-3.2 5.333-7.68 5.333-12.587m0-72.106c0-4.8-1.92-9.387-5.333-12.8-3.414-3.414-7.894-5.334-12.8-5.334h-36.054c-9.92 0-18.026 8.107-18.026 18.027 0 9.92 8.106 18.027 18.026 18.027h36.054c4.8 0 9.386-1.92 12.8-5.334 3.413-3.2 5.333-7.786 5.333-12.586m0-72.107c0-4.8-1.92-9.387-5.333-12.8-3.414-3.413-7.894-5.333-12.8-5.333h-36.054c-9.92 0-18.026 8.106-18.026 18.026S806.613 584 816.533 584h36.054c4.8 0 9.386-1.92 12.8-5.333 3.413-3.2 5.333-7.787 5.333-12.587M636.267 701.12c0-4.8-1.92-9.387-5.334-12.8-3.413-3.413-7.893-5.333-12.8-5.333H582.08c-9.92 0-18.027 8.106-18.027 18.026s8.107 18.027 18.027 18.027h36.053c4.8 0 9.387-1.92 12.8-5.333 3.414-3.2 5.334-7.787 5.334-12.587m0-72.107c0-4.8-1.92-9.386-5.334-12.8-3.413-3.413-7.893-5.333-12.8-5.333H582.08c-9.92 0-18.027 8.107-18.027 18.027 0 9.92 8.107 18.026 18.027 18.026h36.053c4.8 0 9.387-1.92 12.8-5.333 3.414-3.2 5.334-7.893 5.334-12.587m0-72.213c0-4.8-1.92-9.387-5.334-12.8-3.413-3.413-7.893-5.333-12.8-5.333H582.08c-9.92 0-18.027 8.106-18.027 18.026s8.107 18.027 18.027 18.027h36.053c4.8 0 9.387-1.92 12.8-5.333 3.414-3.2 5.334-7.68 5.334-12.587M392.32 653.227c-1.28-4.587-4.267-8.64-8.427-10.88-4.16-2.454-9.066-2.987-13.76-1.814l-34.88 9.387c-9.706 2.56-15.36 12.48-12.8 22.08 2.56 9.707 12.48 15.36 22.08 12.8l34.88-9.387c9.707-2.666 15.467-12.48 12.907-22.186z m-18.773-69.654c-1.28-4.586-4.267-8.64-8.427-10.88-4.16-2.453-9.067-2.986-13.76-1.813l-34.88 9.387c-9.707 2.56-15.36 12.48-12.8 22.08 2.56 9.706 12.48 15.36 22.08 12.8l34.88-9.387c4.587-1.28 8.64-4.267 10.88-8.427 2.667-4.16 3.307-9.066 2.027-13.76z m-18.56-69.653c-1.28-4.587-4.267-8.64-8.427-10.88-4.16-2.453-9.067-2.987-13.76-1.813l-34.88 9.386c-9.707 2.56-15.36 12.48-12.8 22.08 2.56 9.707 12.48 15.36 22.08 12.8l34.88-9.386c4.587-1.28 8.64-4.267 10.88-8.427 2.56-4.267 3.2-9.173 2.027-13.76z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="jichupeizhiguanli" unicode="&#58980;" d="M261.2 34.8H130c-17.6 0-31.8 14.2-31.8 31.8s14.2 31.8 31.8 31.8h131.2c14.5 56.2 65.1 95.5 123.2 95.5 58 0 108.7-39.3 123.2-95.5h385.6c17.6 0 31.8-14.2 31.8-31.8s-14.2-31.8-31.8-31.8H507.5c-14.5-56.2-65.1-95.5-123.2-95.5-58 0-108.7 39.3-123.1 95.5z m254.3 317.9H130c-17.6 0-31.8 14.2-31.8 31.8s14.2 31.8 31.8 31.8h385.6c14.5 56.2 65.1 95.5 123.2 95.5 58 0 108.7-39.3 123.2-95.5h131.2c17.6 0 31.8-14.2 31.8-31.8s-14.2-31.8-31.8-31.8H761.9c-14.5-56.2-65.1-95.5-123.2-95.5-58 0-108.7 39.3-123.2 95.5z m-254.3 318H130c-17.6 0-31.8 14.2-31.8 31.8s14.2 31.8 31.8 31.8h131.2c14.5 56.2 65.1 95.5 123.2 95.5 58 0 108.7-39.3 123.2-95.5h385.6c11.4 0 21.9-6.1 27.5-15.9 5.7-9.8 5.7-22 0-31.8s-16.2-15.9-27.5-15.9H507.5c-14.5-56.2-65.1-95.5-123.2-95.5-58 0-108.7 39.3-123.1 95.5z m123.2-31.8c22.7 0 43.7 12.1 55.1 31.8 11.4 19.7 11.4 43.9 0 63.6-11.4 19.7-32.4 31.8-55.1 31.8-35.1 0-63.6-28.5-63.6-63.6s28.4-63.6 63.6-63.6z m254.3-318c35.1 0 63.6 28.5 63.6 63.6s-28.5 63.6-63.6 63.6-63.6-28.5-63.6-63.6 28.5-63.6 63.6-63.6zM384.4 3c35.1 0 63.6 28.5 63.6 63.6s-28.5 63.6-63.6 63.6-63.6-28.5-63.6-63.6c0-35.2 28.4-63.6 63.6-63.6z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="sousuo1" unicode="&#59012;" d="M103.355 203.449l324.675 0c-34.137 24.771-64.03 54.772-88.375 88.972l-236.304 0c-22.82 0-41.317-18.126-41.317-40.631l0-7.541c0-22.5 18.495-40.801 41.317-40.801M831.502 192.561c-7.753 20.078-30.923 30.345-51.712 22.759l-9.753-3.555c-20.959-7.312-31.542-29.679-23.745-49.568l70.329-181.652c7.821-20.014 30.9-30.212 51.684-22.736l9.813 3.537c20.979 7.312 31.567 29.744 23.745 49.651l-70.377 181.571zM663.154 55.179l-559.798-0.042c-22.82 0-41.317-18.173-41.317-40.65l0-7.541c0-22.522 18.495-40.845 41.317-40.845l559.798 0c22.799 0 41.271 18.235 41.271 40.738l0 7.63c0.042 22.479-18.451 40.719-41.271 40.719M357.978 464.69c4.994-30.042 14.576-59.939 29.358-88.506 16.135-31.113 37.267-58.141 61.633-80.876 32.937-30.817 71.94-53.828 114.134-67.46 74.426-24.153 158.064-20.078 233.217 17.766 149.426 75.474 208.636 256.275 132.348 403.86-65.164 125.578-207.373 186.305-340.533 155.082-23.274-5.423-46.245-13.351-68.49-24.561-30.646-15.47-57.238-35.484-79.909-58.611-46.332-47.251-75.411-107.874-83.425-171.948-3.515-27.921-2.98-56.426 1.67-84.753M657.922 740.035c127.227 0 230.322-101.786 230.322-227.366 0-125.536-103.118-227.299-230.322-227.299-127.162 0-230.237 101.746-230.237 227.299 0.022 125.554 103.094 227.366 230.237 227.366M106.335 536.673c-24.475 0-44.271-19.629-44.271-43.695l0-8.228c0-24.129 19.822-43.629 44.271-43.629l169.699 0c-4.434 23.207-6.986 47.103-6.986 71.596 0 8.038 0.685 15.964 1.242 23.957l-163.953 0zM103.355 699.707l215.087 0c18.707 33.023 42.213 62.961 69.559 89.038l-284.642 0c-22.82 0-41.317-18.126-41.317-40.631l0-7.587c0-22.522 18.495-40.82 41.317-40.82z" horiz-adv-x="1024" />
<glyph glyph-name="yonghu" unicode="&#58937;" d="M613.475512-125.090975H410.530306c-192.501807 0-344.539079 0-344.539079 99.843549v19.973364c0 187.120111 154.57976 339.331924 344.539079 339.331924h202.939388c189.959319 0 344.544897-152.211813 344.544897-339.331924v-19.973364c-0.034908-99.843549-159.717097-99.843549-344.539079-99.843549zM410.495398 274.207586c-156.941888 0-284.648076-125.349878-284.648076-279.44674v-19.967546c0-39.964183 164.505352-39.964183 284.648076-39.964182h202.945206c99.45374 0 284.653894 0 284.653894 39.964182v19.967546c0 154.096861-127.712007 279.44674-284.653894 279.44674H410.495398z m91.343378 79.881821c-150.832936 0-273.483239 120.904889-273.483239 269.521147 0 148.610441 122.656121 269.480421 273.483239 269.480421s273.483239-120.86998 273.483239-269.480421c0-148.616259-122.685212-269.521147-273.483239-269.521147zM288.24654 623.610554c0-115.563919 95.817459-209.630145 213.592236-209.630144 117.786414 0 213.598055 94.031317 213.598055 209.630144S619.619372 833.205791 501.838776 833.205791c-117.774778 0-213.592237-94.037136-213.592236-209.595237z" horiz-adv-x="1024" />
<glyph glyph-name="xiala" unicode="&#58883;" d="M572.527 129.582c-13.667-13.668-32.216-26.359-49.788-22.454-17.573-2.929-34.169 10.739-47.836 22.454L52.19 554.247c-21.477 21.477-21.477 56.622 0 78.099s56.622 21.477 78.1 0l393.425-404.164 394.401 404.164c21.478 21.477 56.622 21.477 78.1 0s21.477-56.622 0-78.1L572.527 129.583z" horiz-adv-x="1024" />
<glyph glyph-name="shangchuan1" unicode="&#58973;" d="M754.645333 516.906667C743.253333 633.898667 643.498667 725.333333 522.154667 725.333333c-119.893333 0-218.496-89.258667-231.978667-204.16C174.122667 502.784 85.333333 403.541333 85.333333 283.605333 85.333333 150.528 194.474667 42.666667 329.130667 42.666667h124.16v220.842666H284.032L512 504.490667l227.968-240.981334h-164.778667V42.666667h139.946667v1.024c125.141333 10.24 223.530667 113.621333 223.530667 239.914666 0 112.64-78.336 206.933333-184.021334 233.301334z" horiz-adv-x="1024" />
<glyph glyph-name="guanbi" unicode="&#59005;" d="M1014.502958-61.523096l-444.883895 444.883895 444.883895 444.883895c15.340824 15.340824 15.340824 40.908864 0 56.249688s-40.908864 15.340824-56.249688 0l-444.883895-444.883895-444.883895 444.883895c-15.340824 15.340824-40.908864 15.340824-56.249688 0-15.340824-15.340824-15.340824-40.908864 0-56.249688l444.883895-444.883895-444.883895-444.883895c-10.227216-10.227216-15.340824-25.56804-10.227216-40.908864 5.113608-15.340824 20.454432-25.56804 35.795256-25.56804 10.227216 0 20.454432 5.113608 25.56804 10.227216l444.883895 444.883895 444.883895-444.883895c5.113608-5.113608 15.340824-10.227216 25.56804-10.227216 15.340824 0 30.681648 10.227216 35.795256 25.56804 10.227216 15.340824 10.227216 30.681648 0 40.908864z" horiz-adv-x="1027" />
<glyph glyph-name="riqi" unicode="&#58946;" d="M829.984-128l-654.464 0.832A185.6 185.6 0 0 0 7.52 57.6V621.504a185.6 185.6 0 0 0 185.6 185.6h636.864a185.6 185.6 0 0 0 185.6-185.6V57.6a185.6 185.6 0 0 0-185.6-185.6zM193.056 731.456a110.08 110.08 0 0 1-109.952-109.952V57.6a110.08 110.08 0 0 1 109.952-109.952h636.864a110.08 110.08 0 0 1 109.888 109.952V621.504a110.08 110.08 0 0 1-109.888 109.952H193.056zM714.08 622.848a50.432 50.432 0 0 0-50.368 50.368V845.632a50.368 50.368 0 1 0 100.8 0v-172.416a50.368 50.368 0 0 0-50.368-50.432zM297.696 622.848a50.432 50.432 0 0 0-50.368 50.368V845.632a50.368 50.368 0 0 0 100.8 0v-172.416a50.368 50.368 0 0 0-50.368-50.432zM535.904 74.88h-48.128a50.368 50.368 0 1 0 0 100.8h48.128a50.368 50.368 0 1 0 0-100.8zM965.92 446.72H86.432a50.368 50.368 0 0 0 0 100.8h879.488a50.368 50.368 0 1 0 0-100.8zM311.008 233.28h-48.064a50.368 50.368 0 1 0 0 100.8h48.128a50.368 50.368 0 1 0 0-100.8zM535.904 233.28h-48.128a50.368 50.368 0 1 0 0 100.8h48.128a50.368 50.368 0 1 0 0-100.8zM760.16 233.28h-48.128a50.368 50.368 0 0 0 0 100.8h48.128a50.368 50.368 0 0 0 0-100.8zM311.008 74.88h-48.064a50.368 50.368 0 1 0 0 100.8h48.128a50.368 50.368 0 1 0 0-100.8zM760.16 74.88h-48.128a50.368 50.368 0 1 0 0 100.8h48.128a50.368 50.368 0 1 0 0-100.8z" horiz-adv-x="1024" />
<glyph glyph-name="dui" unicode="&#58896;" d="M453.632 187.611l676.571 676.572a105.18 105.18 0 1 0 148.773-148.773L535.113-28.526a112.055 112.055 0 0 0-3.657-3.437 105.18 105.18 0 0 0-152.137-3.658L32.037 311.59A105.18 105.18 0 0 0 180.809 460.36l272.823-272.823z" horiz-adv-x="1316" />
<glyph glyph-name="shaixuan" unicode="&#59301;" d="M527.957333-106.632533l-129.365333 72.2944a97.245867 97.245867 0 0 0-51.4048 86.545066V462.967467a20.5312 20.5312 0 0 1-7.799467 15.633066L40.3456 718.4384l-3.2768 3.8912a95.488 95.488 0 0 0-18.773333 106.069333A95.982933 95.982933 0 0 0 108.117333 886.852267H914.261333a99.140267 99.140267 0 0 0 90.8288-58.453334 96.6144 96.6144 0 0 0-17.5104-105.9328l-3.908266-3.908266-302.301867-242.4832c-4.522667-3.925333-7.150933-9.6256-7.185067-15.616v-479.914667a97.501867 97.501867 0 0 0-96.1024-98.884267h-2.030933a100.829867 100.829867 0 0 0-48.128 11.707734zM752.298667 75.502933a39.048533 39.048533 0 0 0 0 78.097067h221.696a39.185067 39.185067 0 0 0 39.048533-39.048533 38.673067 38.673067 0 0 0-39.048533-39.048534H752.298667z m0 146.3808a39.048533 39.048533 0 0 0 0 77.960534h221.696a39.168 39.168 0 0 0 39.048533-39.048534 37.7856 37.7856 0 0 0-39.048533-39.048533l-221.696 0.136533z m0 146.875734a39.048533 39.048533 0 0 0 0 77.960533h221.696a39.168 39.168 0 0 0 39.048533-39.048533A37.7856 37.7856 0 0 0 973.994667 368.64l-221.696 0.136533z" horiz-adv-x="1024" />
<glyph glyph-name="shanchu" unicode="&#58907;" d="M731.918 715.466H293.285c-40.383 0-73.106-32.72-73.106-73.103v-24.368h584.844v24.368c0.001 40.383-32.72 73.103-73.105 73.103m-127.696 48.735l10.756-76.91H410.225l10.756 76.91h183.24m5.855 48.735H415.128c-20.108 0-38.813-16.277-41.621-36.218L359.252 674.75c-2.784-19.917 11.4-36.194 31.508-36.194h243.685c20.108 0 34.293 16.276 31.484 36.217l-14.255 101.969c-2.786 19.917-21.49 36.194-41.598 36.194m134.026-243.675H281.1c-26.795 0-46.761-21.845-44.334-48.544l39.933-438.996c2.403-26.7 26.344-48.544 53.14-48.544h365.527c26.795 0 50.736 21.845 53.14 48.544l39.932 438.996c2.426 26.699-17.54 48.544-44.336 48.544M415.128 130.647h-73.106L317.653 471.79h97.474v-341.144z m146.211 0h-97.474V471.79h97.474v-341.144z m121.842 0h-73.106V471.79h97.474l-24.368-341.144z" horiz-adv-x="1024" />
<glyph glyph-name="daoru" unicode="&#59102;" d="M564.4 162.5c-14.1-13.8-36.6-13.8-50.8 0L383.1 289.4c-0.1 0.2-0.3 0.3-0.5 0.5-43.4 41.6-53.6 59.2-54.7 77.9-1.2 19.5 14.6 35.8 34.1 35.8h90.9c4.4 0 8 3.6 8.1 8C467.4 696.8 817.6 802 880.8 818.7c9.4 2.5 19.4 2.5 28.2-1.7 10.8-5.3 15.1-14.2 16.2-21.5 3.5-22.3-10-36-21.1-43.4-5.5-3.7-11.6-6.4-18-8-209.6-53.8-295.4-340.5-229.9-340.5h96.9c21.6 0 32.3-26.2 16.8-41.3L564.4 162.5zM178.1 456.9c-21.3-0.3-38 2.9-38-28.9v-322.7c0-21.6 17-39.1 38-39.1h645.3c30 0 38 13 38 39.1v39.1c0 21.6 17 39.1 38 39.1s38-17.5 38-39.1v-78.1c-0.1-43.2-34-78.1-76-78.1H140.1c-41.9 0-75.9 34.9-75.9 78.1V456.9c0 43.2 34 78.1 75.9 78.1h38c21 0 38-17.5 38-39.1 0.3-21.2-16.7-38.7-38-39z" horiz-adv-x="1024" />
<glyph glyph-name="daochu1" unicode="&#59113;" d="M750.8 343.2c-15.1-15.5-41.3-4.8-41.3 16.8v96.9c0 65.5-286.7-20.3-340.5-229.9-1.6-6.4-4.3-12.5-8-18-7.4-11.1-21.1-24.6-43.4-21.1-7.3 1.1-16.2 5.4-21.5 16.2-4.2 8.8-4.2 18.8-1.7 28.2 16.7 63.2 121.9 413.4 407.1 419.8 4.4 0.1 8 3.7 8 8.1v90.9c0 19.5 16.3 35.3 35.8 34.1 18.7-1.1 36.3-11.3 77.9-54.7 0.2-0.2 0.3-0.4 0.5-0.5l126.9-130.5c13.8-14.2 13.8-36.7 0-50.8L750.8 343.2zM178.1 456.9c-21.3-0.3-38 2.9-38-28.9v-322.7c0-21.6 17-39.1 38-39.1h645.3c30 0 38 13 38 39.1v39.1c0 21.6 17 39.1 38 39.1s38-17.5 38-39.1v-78.1c-0.1-43.2-34-78.1-76-78.1H140.1c-41.9 0-75.9 34.9-75.9 78.1V456.9c0 43.2 34 78.1 75.9 78.1h38c21 0 38-17.5 38-39.1 0.3-21.2-16.7-38.7-38-39z" horiz-adv-x="1024" />
<glyph glyph-name="gengduo" unicode="&#58910;" d="M507.014425 634.077405c68.738471 0 124.45949 56.634317 124.45949 126.50156 0 69.873174-55.722996 126.525282-124.45949 126.525282-68.756263 0-124.49705-56.652108-124.49705-126.525282 0-69.867243 55.740788-126.50156 124.49705-126.50156z m0-126.515397c-68.756263 0-124.49705-56.650131-124.49705-126.533189 0-69.887012 55.740788-126.513421 124.49705-126.513421 68.738471 0 124.45949 56.624432 124.45949 126.513421 0.001977 69.879104-55.721019 126.533189-124.45949 126.533189z m0-379.571892c-68.756263 0-124.49705-56.640247-124.49705-126.515398 0-69.867243 55.740788-126.523305 124.49705-126.523305 68.738471 0 124.45949 56.658039 124.45949 126.523305 0.001977 69.875151-55.721019 126.515398-124.45949 126.515398z" horiz-adv-x="1024" />
<glyph glyph-name="bianji-copy" unicode="&#60220;" d="M576 768a48 48 0 0 0 6.528-95.552L576 672v-0.32H223.04a64 64 0 0 1-63.552-56.576l-0.448-7.488v-512a64 64 0 0 1 56.512-63.552l7.488-0.448h512a64 64 0 0 1 63.552 56.576l0.448 7.424V320h0.96a48 48 0 0 0 95.552 4.736l0.32-4.736H896v-256a128 128 0 0 0-128-128H192a128 128 0 0 0-128 128V640a128 128 0 0 0 118.4 127.68L192 768h384z m290.304-77.696a48 48 0 0 0 0-67.904l-384.64-384.64a48 48 0 0 0-67.968 67.84l384.64 384.64a48 48 0 0 0 67.968 0z" horiz-adv-x="1024" />
<glyph glyph-name="chuyidong" unicode="&#58882;" d="M512 481.08344739L156.18756349 836.97598447a68.64728811 68.64728811 0 1 1-97.08344532-97.08344736L414.83645201 384l-355.89253912-355.81243651a68.64728811 68.64728811 0 1 1 97.08344739-97.08344532L512 286.83645201l355.81243651-355.89253912a68.64728811 68.64728811 0 1 1 97.08344532 97.08344739L609.16354799 384l355.89253912 355.81243651a68.64728811 68.64728811 0 1 1-97.08344739 97.08344532L512 481.16354799z" horiz-adv-x="1024" />
<glyph glyph-name="xinzeng" unicode="&#59470;" d="M433.230769 462.769231V817.230769a78.769231 78.769231 0 1 0 157.538462 0v-354.461538h354.461538a78.769231 78.769231 0 1 0 0-157.538462h-354.461538v-354.461538a78.769231 78.769231 0 1 0-157.538462 0v354.461538H78.769231a78.769231 78.769231 0 1 0 0 157.538462h354.461538z" horiz-adv-x="1024" />
<glyph glyph-name="chushaixuanxiang" unicode="&#58881;" d="M512 275.456l253.33760002-253.33760001a76.6976 76.6976 0 1 1 108.54399997 108.54400002L620.6464 384l253.23520001 253.33760002a76.6976 76.6976 0 1 1-108.54400002 108.54399997L512 492.6464 258.66239998 745.88160001a76.6976 76.6976 0 1 1-108.54399997-108.54400002L403.3536 384 150.11839999 130.66239998000003a76.6976 76.6976 0 1 1 108.54400002-108.54399997L512 275.35360000000003z" horiz-adv-x="1024" />
<glyph glyph-name="xiazai" unicode="&#58892;" d="M1251.23064 158.403494V-44.917185c0-16.857383-6.020494-31.306568-17.717453-43.175541-11.868974-11.868974-26.318159-17.717453-43.175542-17.717454H255.26894c-16.857383 0-31.306568 5.84848-43.175542 17.717454-11.868974 11.868974-17.717453 26.318159-17.717453 43.175541V158.403494c0 16.857383 5.84848 31.306568 17.717453 43.175542 11.868974 11.868974 26.318159 17.717453 43.175542 17.717453h295.348228l85.663027-86.351083c24.598018-23.737947 53.324374-35.606921 86.351083-35.606921s61.753066 11.868974 86.351084 35.606921l86.351083 86.351083h294.660172c16.857383 0 31.306568-6.020494 43.175541-17.717453 12.040988-11.868974 18.061482-26.318159 18.061482-43.175542z m-206.416933 361.401646c7.224593-17.373425 4.300353-32.166639-8.944733-44.37964L751.357635 190.742147c-7.568621-8.084663-17.201411-12.040988-28.554343-12.040988-11.352931 0-20.985721 3.956325-28.554342 12.040988L409.737611 475.253486c-13.073072 12.213002-16.169326 27.006215-8.944733 44.37964 7.224593 16.513355 19.609609 24.770032 37.499076 24.770032h162.553334V829.086511c0 11.008903 3.956325 20.469679 12.040988 28.554342 8.084663 8.084663 17.545439 12.040988 28.554342 12.040988h162.553335c11.008903 0 20.469679-3.956325 28.554342-12.040988 8.084663-8.084663 12.040988-17.545439 12.040988-28.554342v-284.511339h162.553334c17.889467 0 30.446498-8.256677 37.67109-24.770032z m-49.540063-532.211658c8.084663 8.084663 12.040988 17.545439 12.040987 28.554343 0 11.008903-3.956325 20.469679-12.040987 28.554342-8.084663 8.084663-17.545439 12.040988-28.554343 12.040988-11.008903 0-20.469679-3.956325-28.554342-12.040988-8.084663-8.084663-12.040988-17.545439-12.040988-28.554342 0-11.008903 3.956325-20.469679 12.040988-28.554343 8.084663-8.084663 17.545439-12.040988 28.554342-12.040987 11.008903 0 20.469679 3.956325 28.554343 12.040987z m162.553334 0c8.084663 8.084663 12.040988 17.545439 12.040988 28.554343 0 11.008903-3.956325 20.469679-12.040988 28.554342-8.084663 8.084663-17.545439 12.040988-28.554342 12.040988-11.008903 0-20.469679-3.956325-28.554343-12.040988-8.084663-8.084663-12.040988-17.545439-12.040987-28.554342 0-11.008903 3.956325-20.469679 12.040987-28.554343 8.084663-8.084663 17.545439-12.040988 28.554343-12.040987 11.008903 0 20.469679 3.956325 28.554342 12.040987z" horiz-adv-x="1448" />
<glyph glyph-name="xiazai1" unicode="&#58912;" d="M884.285714 896H139.714286C57.285714 896 0 838.714286 0 756.285714V11.714286c0-82.428571 57.285714-139.714286 139.714286-139.714286H884.285714c82.428571 0 139.714286 57.285714 139.714286 139.714286V756.285714C1024 838.714286 966.714286 896 884.285714 896z m0-651.714286c0-18.714286-27.714286-46.571429-46.571428-46.571428h-93.142857c-38.142857 0-46.571429-62-46.571429-46.571429v-93.142857c0-18.714286-27.714286-46.571429-46.571429-46.571429H372.285714c-18.714286 0-46.571429 27.714286-46.571428 46.571429v93.142857c0-15.571429-0.285714 46.571429-46.571429 46.571429h-93.142857c-18.714286 0-46.571429 27.714286-46.571429 46.571428V709.857143c0 18.714286 27.714286 46.571429 46.571429 46.571428h651.714286c18.714286 0 46.571429-27.714286 46.571428-46.571428v-465.571429z m0 0M698.142857 430.571429h-93.142857V616.714286c0 25.714286-20.857143 46.571429-46.571429 46.571428h-93.142857c-25.714286 0-46.571429-20.857143-46.571428-46.571428v-186.142857H325.714286c-25.714286 0-31.714286-14.714286-13.571429-32.857143l199.857143-199.714286 199.714286 199.714286c18.285714 18 12.142857 32.857143-13.571429 32.857143z" horiz-adv-x="1024" />
<glyph glyph-name="wenjianjia" unicode="&#58954;" d="M1106.959501 524.377386c0 24.290647-6.940185 31.230832-31.230832 31.230832H38.171017c-24.290647 0-34.700925-6.940185-34.700925-34.700924v-544.80452c0-72.871942 31.230832-104.102774 100.632682-104.102774h905.694137c69.40185 0 100.632682 31.230832 100.632682 100.632682-3.470092 190.855086-3.470092 367.829803-3.470092 551.744704zM31.230832 611.129698h1016.737097c58.991572 0 58.991572 0 58.991572 55.52148 0 65.931757-27.76074 90.222404-90.222405 90.222404H579.505444c-55.52148 0-55.52148 0-55.52148 55.52148 0 58.991572-27.76074 83.28222-86.752312 83.282219h-347.009248C27.76074 899.147374 3.470092 874.856727 0 812.395062v-170.034532c0-27.76074 6.940185-31.230832 31.230832-31.230832z" horiz-adv-x="1114" />
<glyph glyph-name="shangchuan" unicode="&#59469;" d="M996.2496 748.97408l-70.32832 108.07296A85.72928 85.72928 0 0 1 854.016 896H169.984a85.72928 85.72928 0 0 1-71.82336-38.912L27.83232 749.01504A171.49952 171.49952 0 0 1 0 655.4624v-697.7536A85.7088 85.7088 0 0 1 85.7088-128h852.5824A85.7088 85.7088 0 0 1 1024-42.2912v697.7536a171.49952 171.49952 0 0 1-27.7504 93.51168z m-337.92-547.81952v-146.28864H365.71136v146.28864H146.28864l340.5824 354.95936a34.59072 34.59072 0 0 0 50.25792 0l340.5824-355.0208H658.28864zM90.29632 706.33472L172.4416 832.57344h679.19872l82.14528-126.23872H90.25536z" horiz-adv-x="1024" />
<glyph glyph-name="chakan" unicode="&#58965;" d="M512 640c164.928 0 314.24-85.312 448-256-133.76-170.688-283.072-256-448-256s-314.24 85.312-448 256c133.76 170.688 283.072 256 448 256z m0-128a128 128 0 1 1 0-256 128 128 0 0 1 0 256z" horiz-adv-x="1024" />
<glyph glyph-name="shangchuan-copy" unicode="&#60215;" d="M996.2496 748.97408l-70.32832 108.07296A85.72928 85.72928 0 0 1 854.016 896H169.984a85.72928 85.72928 0 0 1-71.82336-38.912L27.83232 749.01504A171.49952 171.49952 0 0 1 0 655.4624v-697.7536A85.7088 85.7088 0 0 1 85.7088-128h852.5824A85.7088 85.7088 0 0 1 1024-42.2912v697.7536a171.49952 171.49952 0 0 1-27.7504 93.51168z m-337.92-547.81952v-146.28864H365.71136v146.28864H146.28864l340.5824 354.95936a34.59072 34.59072 0 0 0 50.25792 0l340.5824-355.0208H658.28864zM90.29632 706.3347200000001L172.4416 832.57344h679.19872l82.14528-126.23872H90.25536z" horiz-adv-x="1024" />
<glyph glyph-name="xiazai1-copy" unicode="&#60216;" d="M884.285714 896H139.714286C57.285714 896 0 838.714286 0 756.285714V11.714286000000016c0-82.428571 57.285714-139.714286 139.714286-139.714286H884.285714c82.428571 0 139.714286 57.285714 139.714286 139.714286V756.285714C1024 838.714286 966.714286 896 884.285714 896z m0-651.714286c0-18.714286-27.714286-46.571429-46.571428-46.571428h-93.142857c-38.142857 0-46.571429-62-46.571429-46.571429v-93.142857c0-18.714286-27.714286-46.571429-46.571429-46.571429H372.285714c-18.714286 0-46.571429 27.714286-46.571428 46.571429v93.142857c0-15.571429-0.285714 46.571429-46.571429 46.571429h-93.142857c-18.714286 0-46.571429 27.714286-46.571429 46.571428V709.857143c0 18.714286 27.714286 46.571429 46.571429 46.571428h651.714286c18.714286 0 46.571429-27.714286 46.571428-46.571428v-465.571429z m0 0M698.142857 430.571429h-93.142857V616.714286c0 25.714286-20.857143 46.571429-46.571429 46.571428h-93.142857c-25.714286 0-46.571429-20.857143-46.571428-46.571428v-186.142857H325.714286c-25.714286 0-31.714286-14.714286-13.571429-32.857143l199.857143-199.714286 199.714286 199.714286c18.285714 18 12.142857 32.857143-13.571429 32.857143z" horiz-adv-x="1024" />
<glyph glyph-name="xiazai-copy" unicode="&#60217;" d="M1251.23064 158.40349400000002V-44.91718500000002c0-16.857383-6.020494-31.306568-17.717453-43.175541-11.868974-11.868974-26.318159-17.717453-43.175542-17.717454H255.26894c-16.857383 0-31.306568 5.84848-43.175542 17.717454-11.868974 11.868974-17.717453 26.318159-17.717453 43.175541V158.40349400000002c0 16.857383 5.84848 31.306568 17.717453 43.175542 11.868974 11.868974 26.318159 17.717453 43.175542 17.717453h295.348228l85.663027-86.351083c24.598018-23.737947 53.324374-35.606921 86.351083-35.606921s61.753066 11.868974 86.351084 35.606921l86.351083 86.351083h294.660172c16.857383 0 31.306568-6.020494 43.175541-17.717453 12.040988-11.868974 18.061482-26.318159 18.061482-43.175542z m-206.416933 361.401646c7.224593-17.373425 4.300353-32.166639-8.944733-44.37964L751.357635 190.74214700000005c-7.568621-8.084663-17.201411-12.040988-28.554343-12.040988-11.352931 0-20.985721 3.956325-28.554342 12.040988L409.737611 475.253486c-13.073072 12.213002-16.169326 27.006215-8.944733 44.37964 7.224593 16.513355 19.609609 24.770032 37.499076 24.770032h162.553334V829.086511c0 11.008903 3.956325 20.469679 12.040988 28.554342 8.084663 8.084663 17.545439 12.040988 28.554342 12.040988h162.553335c11.008903 0 20.469679-3.956325 28.554342-12.040988 8.084663-8.084663 12.040988-17.545439 12.040988-28.554342v-284.511339h162.553334c17.889467 0 30.446498-8.256677 37.67109-24.770032z m-49.540063-532.211658c8.084663 8.084663 12.040988 17.545439 12.040987 28.554343 0 11.008903-3.956325 20.469679-12.040987 28.554342-8.084663 8.084663-17.545439 12.040988-28.554343 12.040988-11.008903 0-20.469679-3.956325-28.554342-12.040988-8.084663-8.084663-12.040988-17.545439-12.040988-28.554342 0-11.008903 3.956325-20.469679 12.040988-28.554343 8.084663-8.084663 17.545439-12.040988 28.554342-12.040987 11.008903 0 20.469679 3.956325 28.554343 12.040987z m162.553334 0c8.084663 8.084663 12.040988 17.545439 12.040988 28.554343 0 11.008903-3.956325 20.469679-12.040988 28.554342-8.084663 8.084663-17.545439 12.040988-28.554342 12.040988-11.008903 0-20.469679-3.956325-28.554343-12.040988-8.084663-8.084663-12.040988-17.545439-12.040987-28.554342 0-11.008903 3.956325-20.469679 12.040987-28.554343 8.084663-8.084663 17.545439-12.040988 28.554343-12.040987 11.008903 0 20.469679 3.956325 28.554342 12.040987z" horiz-adv-x="1448" />
<glyph glyph-name="chakan-copy" unicode="&#60218;" d="M512 640c164.928 0 314.24-85.312 448-256-133.76-170.688-283.072-256-448-256s-314.24 85.312-448 256c133.76 170.688 283.072 256 448 256z m0-128a128 128 0 1 1 0-256 128 128 0 0 1 0 256z" horiz-adv-x="1024" />
<glyph glyph-name="wenjianjia-copy" unicode="&#60219;" d="M1106.959501 524.377386c0 24.290647-6.940185 31.230832-31.230832 31.230832H38.171017c-24.290647 0-34.700925-6.940185-34.700925-34.700924v-544.80452c0-72.871942 31.230832-104.102774 100.632682-104.102774h905.694137c69.40185 0 100.632682 31.230832 100.632682 100.632682-3.470092 190.855086-3.470092 367.829803-3.470092 551.744704zM31.230832 611.129698h1016.737097c58.991572 0 58.991572 0 58.991572 55.52148 0 65.931757-27.76074 90.222404-90.222405 90.222404H579.505444c-55.52148 0-55.52148 0-55.52148 55.52148 0 58.991572-27.76074 83.28222-86.752312 83.282219h-347.009248C27.76074 899.147374 3.470092 874.856727 0 812.395062v-170.034532c0-27.76074 6.940185-31.230832 31.230832-31.230832z" horiz-adv-x="1114" />
<glyph glyph-name="daochu" unicode="&#58936;" d="M469.333333 213.333333V853.333333c0 23.466667 19.2 42.666667 42.666667 42.666667s42.666667-19.2 42.666667-42.666667v-640c0-23.466667-19.2-42.666667-42.666667-42.666666s-42.666667 19.2-42.666667 42.666666M226.210133 627.9424L481.826133 883.566933a42.7776 42.7776 0 0 0 60.330667 0c16.597333-16.597333 16.597333-43.776 0-60.330666L286.5408 567.611733a42.7776 42.7776 0 0 0-60.330667 0 42.7776 42.7776 0 0 0 0 60.330667M542.0544 883.5584l255.616-255.616a42.7776 42.7776 0 0 0 0-60.330667c-16.597333-16.605867-43.776-16.605867-60.330667 0L481.723733 823.210667a42.7776 42.7776 0 0 0 0 60.330666 42.7776 42.7776 0 0 0 60.330667 0M896-128H128c-70.570667 0-128 57.429333-128 128V256c0 23.594667 19.072 42.666667 42.666667 42.666667s42.666667-19.072 42.666666-42.666667v-256c0-23.552 19.114667-42.666667 42.666667-42.666667h768c23.552 0 42.666667 19.114667 42.666667 42.666667V256c0 23.594667 19.072 42.666667 42.666666 42.666667s42.666667-19.072 42.666667-42.666667v-256c0-70.570667-57.429333-128-128-128" horiz-adv-x="1024" />
<glyph glyph-name="xingxing" unicode="&#59504;" d="M313.991837-18.285714c-20.37551 0-40.228571 6.269388-56.946939 18.808163-30.302041 21.942857-44.930612 58.514286-38.661225 95.085714l24.032654 141.061225c3.134694 18.285714-3.134694 36.571429-16.195919 49.110204L123.297959 386.089796c-26.644898 26.122449-36.04898 64.261224-24.555102 99.787755 11.493878 35.526531 41.795918 61.126531 78.889796 66.35102l141.583674 20.375511c18.285714 2.612245 33.959184 14.106122 41.795918 30.30204l63.216326 128.522449C440.946939 765.387755 474.383673 786.285714 512 786.285714s71.053061-20.897959 87.24898-54.334694L662.987755 603.428571c8.359184-16.195918 24.032653-27.689796 41.795918-30.30204l141.583674-20.375511c37.093878-5.22449 67.395918-30.82449 78.889796-66.35102 11.493878-35.526531 2.089796-73.665306-24.555102-99.787755l-102.4-99.787755c-13.061224-12.538776-19.330612-31.346939-16.195919-49.110204l24.032654-141.061225c6.269388-37.093878-8.359184-73.142857-38.661225-95.085714-30.302041-21.942857-69.485714-24.555102-102.4-7.314286L538.122449 59.559184c-16.195918 8.359184-35.526531 8.359184-51.722449 0l-126.955102-66.87347c-14.628571-7.314286-30.302041-10.971429-45.453061-10.971428z m162.481632 96.653061z" horiz-adv-x="1024" />
<glyph glyph-name="214" unicode="&#59186;" d="M302 704h420c44.184 0 80-35.818 80-80v-480c0-44.184-35.816-80-80-80H302c-44.182 0-80 35.816-80 80V624c0 44.182 35.818 80 80 80zM722 64H302c-44.112 0-80 35.888-80 80V624c0 44.112 35.888 80 80 80h420c44.112 0 80-35.888 80-80v-480c0-44.112-35.888-80-80-80zM302 644c-11.028 0-20-8.972-20-20v-480c0-11.028 8.972-20 20-20h420c11.028 0 20 8.972 20 20V624c0 11.028-8.972 20-20 20H302zM352 354c-16.568 0-30 13.43-30 30l0.01 159.77c0 16.568 13.432 30 30 30s30-13.432 30-30L382 384c0-16.568-13.43-30-30-30zM404.686 459.286a29.906 29.906 0 0 0-21.614 9.192l-52.684 54.714c-11.492 11.936-11.132 30.926 0.802 42.418 11.936 11.492 30.93 11.132 42.418-0.802l52.684-54.714c11.492-11.936 11.132-30.926-0.802-42.418a29.896 29.896 0 0 0-20.804-8.39zM644 354h-132c-16.568 0-30 13.432-30 30s13.432 30 30 30h132c16.568 0 30-13.432 30-30s-13.432-30-30-30zM644 194h-132c-16.568 0-30 13.432-30 30s13.432 30 30 30h132c16.568 0 30-13.432 30-30s-13.432-30-30-30zM352 194a30.26 30.26 0 0 0-21.22 8.782C325.2 208.38 322 216.10000000000002 322 224s3.2 15.622 8.78 21.22c5.58 5.58 13.32 8.78 21.22 8.78 7.9 0 15.62-3.2 21.22-8.78 5.58-5.6 8.78-13.32 8.78-21.22s-3.2-15.62-8.78-21.218A30.26 30.26 0 0 0 352 194zM644 514h-132c-16.568 0-30 13.432-30 30s13.432 30 30 30h132c16.568 0 30-13.432 30-30s-13.432-30-30-30z" horiz-adv-x="1024" />
<glyph glyph-name="fenkai-copy" unicode="&#60214;" d="M958.872189 371.96796600000005L511.152191 371.96796600000005 287.727609 758.974184 64.303027 371.96796600000005 288.138978-15.753543000000036 735.859999-15.753543000000036 959.69595 371.96796600000005 959.284581 372.68120999999996ZM959.308117 425.845037L959.69595 426.49893 753.451656 783.753543 340.165912 783.753543 339.778078 783.087371 546.022373 425.845037Z" horiz-adv-x="1024" />
<glyph glyph-name="daibantixing" unicode="&#58919;" d="M301.238 744.6949999999999L239.98 805.953C137.597 727.988 69.913 606.7570000000001 63.487 469.676h85.676c6.426 113.52 64.685 212.904 152.075 275.019z m573.599-275.019h85.676c-6.426 137.081-74.109 258.312-176.92 336.277l-61.258-61.258c87.817-62.115 146.076-161.499 152.502-275.019z m-84.391-21.419c0 131.512-91.245 241.606-214.189 270.735v29.13c0 35.555-28.701 64.257-64.257 64.257-35.555 0-64.257-28.701-64.257-64.257v-29.13c-122.945-29.13-214.189-139.223-214.189-270.735v-235.608l-85.676-85.676v-42.838h728.244v42.838l-85.676 85.676V448.257zM512-44.37900000000002c5.997 0 11.566 0.428 17.135 1.714 27.845 5.569 50.977 24.846 61.687 50.549 4.284 10.281 6.854 21.419 6.854 33.414H426.324c0-47.123 38.554-85.677 85.676-85.677z" horiz-adv-x="1024" />
<glyph glyph-name="mn_xiaoxi_fill" unicode="&#58880;" d="M512 832C264.96 832 64 659.744 64 448c0-182.976 149.344-339.168 357.056-375.744l64.896-90.848C491.968-27.008000000000038 501.664-32 512-32s20.032 4.992 26.048 13.408l64.896 90.88C810.656 108.832 960 264.99199999999996 960 448c0 211.744-200.96 384-448 384zM288.032 384c-35.296 0-64 28.704-64 64s28.704 64 64 64 64-28.704 64-64-28.704-64-64-64z m224 0c-35.296 0-64 28.704-64 64s28.704 64 64 64 64-28.704 64-64-28.704-64-64-64z m224 0c-35.296 0-64 28.704-64 64s28.704 64 64 64 64-28.704 64-64-28.704-64-64-64z" horiz-adv-x="1024" />
<glyph glyph-name="shouye3" unicode="&#58918;" d="M50.65 449.1l368.05 365.7s67.05 34.15 113.9 0 371.75-369.5 371.75-369.5 11.4-93.65-113.6-92.4V34s-31.95-58.05-99.95-56.95c0 0-57.25-1.1-96.15 59.5v313.85H355.4v-303.7s-30.35-81-108.85-69.6c0 0-68.35 11.4-87.3 62v311.3S38.15 358 50.65 449.1zM702.2 788.95l143-141.75s22.8-11.4 29.1 20.25 6.35 135.4 6.35 135.4-2.55 22.8-24.05 16.45l-143 1.1c0 0.05-22.8-4.85-11.4-31.45z" horiz-adv-x="1024" />
<glyph glyph-name="touxiang" unicode="&#58920;" d="M1416.767919-128C1134.646702-128 904.767919 101.880254 904.767919 384 904.767919 666.121218 1134.646702 896 1416.767919 896c282.119746 0 511.998528-229.878782 511.998528-512 0-282.119746-229.878782-512-511.998528-512z m0 975.771006c-255.600422 0-463.771006-208.170584-463.771006-463.771006S1161.167497-79.776893 1416.767919-79.776893 1880.544812 128.399578 1880.544812 384 1672.368341 847.771006 1416.767919 847.771006z m0 0M1414.358677 262.632774c-125.390969 0-227.471012 102.080043-227.471012 227.465126 0 125.385082 102.080043 227.465125 227.471012 227.465125 125.385082 0 227.465125-102.080043 227.465125-227.465125 0-125.385082-102.080043-227.465125-227.465125-227.465126z m0 406.707144c-98.865758 0-179.242018-80.37626-179.242018-179.242018S1315.492919 310.855881 1414.358677 310.855881c98.859871 0 179.236131 80.37626 179.236131 179.242019S1513.218548 669.339918 1414.358677 669.339918z m0 0M1416.767919-128c-131.819539 0-258.009664 50.638236-353.65525 141.460923l-10.452313 9.645798 4.019328 13.665127C1100.889349 197.52584 1247.976743 310.050838 1414.358677 310.050838c168.791176 0 315.87857-114.135084 358.47815-276.491803l3.214285-13.665127-10.446427-9.64727c-94.041387-89.218488-217.823742-138.246638-348.836766-138.246638z m-309.451471 166.381934c85.200631-76.358404 194.511344-118.158827 309.451471-118.158827 113.330041 0 221.036555 40.996852 305.432143 115.74517C1681.209097 170.195586 1556.623171 262.632774 1414.358677 262.632774c-139.855252 0-264.442649-91.632145-307.042229-224.25084z m0 0" horiz-adv-x="3562" />
<glyph glyph-name="touxiangtongyong" unicode="&#58930;" d="M874.04 746.04c-200.06 199.67-524.01 199.67-724.08 0-199.67-200.07-199.67-524.01 0-724.08 200.06-199.66 524.01-199.67 724.08 0 199.67 200.06 199.67 524.02 0 724.08zM248.42 21.96c0.05 0.72 0.08 1.44 0.08 2.17 0 70.35 27.42 136.53 77.14 186.34 49.8 49.81 115.89 77.13 186.34 77.13 70.35 0 136.53-27.42 186.34-77.13 49.8-49.81 77.13-115.99 77.13-186.34 0-0.74 0.03-1.47 0.08-2.2C701.59-32.01 610.52-63.89 512-64c-98.53 0.11-189.62 32-263.58 85.96z m100.86 496.08c0 89.73 73.07 162.79 162.79 162.79 89.73 0 162.79-73.06 162.79-162.79 0-89.73-73.06-162.8-162.79-162.8-89.72 0-162.79 73.06-162.79 162.8z m487.7-442.09c-10.99 70.16-44.21 132.98-92.24 180.93-32.27 32.27-71.13 57.75-114.44 74.52 61.72 39.15 102.71 108.14 102.71 186.63 0 122-98.94 220.93-220.93 220.93-122 0-220.93-98.94-220.93-220.93 0-78.49 40.99-147.49 102.71-186.63-43.31-16.66-82.17-42.25-114.44-74.52-48.05-48.04-81.27-110.83-92.36-180.98C110.91 156.19 64.14 264.63 64 384c0.29 247.3 200.7 447.71 448 448 247.3-0.29 447.71-200.7 448-448-0.14-119.35-46.89-227.77-123.02-308.05z" horiz-adv-x="1024" />
<glyph glyph-name="touxiangxiugai" unicode="&#59035;" d="M484.072727 849.454545c-256 0-465.454545-209.454545-465.454545-465.454545 0-130.327273 55.854545-251.345455 144.290909-335.127273l69.818182-55.854545c69.818182-46.545455 158.254545-74.472727 251.345454-74.472727s181.527273 27.927273 251.345455 74.472727c23.272727 13.963636 46.545455 32.581818 69.818182 55.854545 88.436364 83.781818 144.290909 204.8 144.290909 335.127273 0 256-209.454545 465.454545-465.454546 465.454545z m0-851.781818c-79.127273 0-153.6 23.272727-218.763636 69.818182 46.545455 65.163636 125.672727 111.709091 218.763636 111.709091 88.436364 0 167.563636-46.545455 218.763637-111.709091-65.163636-41.890909-139.636364-69.818182-218.763637-69.818182z m-162.909091 446.836364c0 88.436364 74.472727 162.909091 162.909091 162.909091s162.909091-74.472727 162.909091-162.909091-74.472727-162.909091-162.909091-162.909091c-88.436364 4.654545-162.909091 74.472727-162.909091 162.909091z m442.181819-321.163636c-37.236364 51.2-88.436364 93.090909-148.945455 116.363636 69.818182 41.890909 121.018182 121.018182 121.018182 209.454545 0 134.981818-111.709091 242.036364-246.690909 242.036364s-251.345455-111.709091-251.345455-246.690909c0-88.436364 46.545455-162.909091 121.018182-209.454546-60.509091-23.272727-111.709091-65.163636-153.6-116.363636-65.163636 69.818182-102.4 162.909091-102.4 260.654546 0 209.454545 172.218182 381.672727 381.672727 381.672727s381.672727-172.218182 381.672728-381.672727c0-97.745455-37.236364-186.181818-102.4-256z" horiz-adv-x="1024" />
<glyph glyph-name="zhedie" unicode="&#58951;" d="M130.901333 366.506667l149.205334-130.517334a8.533333 8.533333 0 0 1 14.122666 6.4V503.466667a8.533333 8.533333 0 0 1-14.122666 6.4L130.901333 379.392a8.533333 8.533333 0 0 1 0-12.8zM128 682.666667m42.666667 0l682.666666 0q42.666667 0 42.666667-42.666667l0 0q0-42.666667-42.666667-42.666667l-682.666666 0q-42.666667 0-42.666667 42.666667l0 0q0 42.666667 42.666667 42.666667ZM128 170.666667m42.666667 0l682.666666 0q42.666667 0 42.666667-42.666667l0 0q0-42.666667-42.666667-42.666667l-682.666666 0q-42.666667 0-42.666667 42.666667l0 0q0 42.666667 42.666667 42.666667ZM384 426.666667m42.666667 0l426.666666 0q42.666667 0 42.666667-42.666667l0 0q0-42.666667-42.666667-42.666667l-426.666666 0q-42.666667 0-42.666667 42.666667l0 0q0 42.666667 42.666667 42.666667Z" horiz-adv-x="1024" />
<glyph glyph-name="zhongzhi" unicode="&#58884;" d="M524.8 789.333333c-106.666667 0-209.066667-42.666667-285.866667-110.933333l-8.533333 68.266667c0 25.6-21.333333 42.666667-46.933333 38.4-25.6 0-42.666667-21.333333-38.4-46.933334l8.533333-115.2c4.266667-55.466667 51.2-98.133333 106.666667-98.133333h8.533333L384 533.333333c25.6 0 42.666667 21.333333 38.4 46.933334 0 25.6-21.333333 42.666667-46.933333 38.4l-85.333334-4.266667c64 55.466667 145.066667 89.6 230.4 89.6 187.733333 0 341.333333-153.6 341.333334-341.333333s-153.6-341.333333-341.333334-341.333334-341.333333 153.6-341.333333 341.333334c0 25.6-17.066667 42.666667-42.666667 42.666666s-42.666667-17.066667-42.666666-42.666666c0-234.666667 192-426.666667 426.666666-426.666667s426.666667 192 426.666667 426.666667c4.266667 234.666667-187.733333 426.666667-422.4 426.666666z" horiz-adv-x="1024" />
<glyph glyph-name="weixiubanshou" unicode="&#59157;" d="M975.8922 152.928413l-230.14176 230.125303c14.820545 41.375012 22.321332 84.624306 22.321332 128.94697 0 211.731736-172.249292 383.999314-383.999314 383.999314-52.713963 0-103.999814-10.62581-152.392871-31.572058l-22.893673-9.910839c-0.036571-0.036571 0.142628-0.053028 0.071314-0.0896-2.177825-0.947198-4.21485-2.322282-5.999532-4.106964-7.572101-7.588558-7.572101-19.927736 0.036571-27.536408 0.107886-0.107886-0.107886-0.160914-0.036571-0.266971l214.999388-214.999388-129.321826-129.303541L77.856775 688.90917c-0.321828-0.036571-0.643656-0.053028-1.071541 0.374856-8.928898 8.928898-23.392873 8.928898-32.321771 0-2.428339-2.446624-4.21485-5.286391-5.321133-8.321814-0.107886-0.285257-0.250514-0.142628-0.393142-0.160914l-7.107644-16.427856C10.715409 616.035243 0.071314 564.749392 0.071314 511.998857c0-211.713451 172.249292-383.999314 383.999314-383.999314 44.286092 0 87.535387 7.500787 128.963427 22.321332l230.14176-230.107018C774.248675-110.857173 815.570658-128 859.534922-128c0 0 0 0 0.036571 0 43.927693 0 85.286248 17.142827 116.357278 48.213857C1040.034714-15.643629 1040.034714 88.749327 975.8922 152.928413zM924.213207-28.072407C906.927752-45.357862 883.962764-54.857273 859.569665-54.857273l-0.036571 0c-24.427842 0-47.39283 9.499412-64.643542 26.784866L530.213453 236.570778l-22.820531-9.857811C468.214021 209.74934 426.714667 201.142269 384.070628 201.142269c-171.391694 0-310.856588 139.428322-310.856588 310.856588 0 23.820757 2.678852 47.268487 7.999986 70.125589l193.356455-193.393026c8.107871-6.463988 19.249337-6.553588 27.499837-0.411428l203.28558 203.28558c0.071314 0.071314-0.071314 0.160914 0 0.232228 8.285242 8.285242 8.535756 21.215048 1.428112 30.196975L313.928582 814.873745c22.893673 5.302848 46.321289 7.9817 70.142046 7.9817 171.391694 0 310.856588-139.446608 310.856588-310.856588 0-42.697067-8.60707-84.178135-25.570697-123.285723l-9.857811-22.820531L924.176635 101.214676C959.820915 65.570397 959.820915 7.571872 924.213207-28.072407z" horiz-adv-x="1025" />
<glyph glyph-name="shouye" unicode="&#58927;" d="M602.951998 857.089946A125.126544 125.126544 0 0 1 512.025344 896c-34.558272 0-66.812659-13.823309-90.926654-38.910054L32.817304 452.988551c-40.036398-41.725914-34.916654-77.820109-28.260987-92.872157 4.710164-10.649068 23.960402-32.561572 69.833309-32.561572h61.027348v-318.345682c0-76.79616 43.261837-137.055547 115.296636-137.055548h165.265336v328.994751c0 35.326234 5.068547 61.436928 31.486426 61.436928h124.512174c30.923254 0 35.9918-22.219689 35.991801-61.436928v-328.994751h165.265337c72.034798 0 122.720264 66.454277 122.720264 137.055548v318.345682h59.849807c45.872906 0 58.877056 21.912504 63.587221 32.561572 6.655667 15.103245 11.775411 51.146243-28.260987 92.872157L602.951998 857.089946z m238.580071-473.064347v-374.816459c0-35.326234-34.251087-83.861407-70.242888-83.861407h-103.572422v275.80061c0 73.877906-22.936453 118.931653-94.971251 118.931653h-120.825959c-72.034798 0-92.360182-48.330383-92.360182-118.931653v-275.80061H250.611215c-35.9918 0-58.569872 48.586371-58.569872 83.861407V384.025599H53.859452c2.20149 3.891005 16.127194 23.755612 22.424479 30.360082l385.516724 398.213689c11.570621 12.133793 34.353482 29.540923 50.224689 29.387331 15.871206 0.153592 40.855557-17.253537 52.477376-29.387331l383.315234-398.213689c6.348483-6.60447 25.752312-26.469077 27.953803-30.360082h-134.239688z" horiz-adv-x="1024" />
<glyph glyph-name="data-analysis" unicode="&#58917;" d="M902-6H182c-49.6875 0-90 40.3125-90 90V742.125c0 16.5938 13.4063 30 30 30s30-13.4063 30-30v-658.125c0-16.5938 13.4063-30 30-30h720c16.5938 0 30-13.4063 30-30s-13.4063-30-30-30ZM478.25 144c-16.5938 0-30 13.4063-30 30V742.125c0 16.5938 13.4063 30 30 30s30-13.4063 30-30v-568.125c0-16.5938-13.4063-30-30-30ZM822.875 144c-16.5938 0-30 13.4063-30 30V742.125c0 16.5938 13.4063 30 30 30s30-13.4063 30-30v-568.125c0-16.5938-13.4063-30-30-30ZM306.687 144c-16.5938 0-30 13.4063-30 30V543.563c0 16.5938 13.4063 30 30 30s30-13.4063 30-30V174c0-16.5938-13.4063-30-30-30ZM651.313 144c-16.5938 0-30 13.4063-30 30V543.563c0 16.5938 13.4063 30 30 30s30-13.4063 30-30V174c0-16.5938-13.4063-30-30-30Z" horiz-adv-x="1024" />
<glyph glyph-name="liucheng" unicode="&#60213;" d="M544 192h-192a32 32 0 0 0-32 32v96a32 32 0 0 0 64 0v-64h160v64a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-192a32 32 0 0 0-32-32h-192a32 32 0 0 0-32 32v64z m-64 320v-64a32 32 0 0 0-32-32H256a32 32 0 0 0-32 32V640a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-64h192a32 32 0 0 0 32-32v-96a32 32 0 0 0-64 0v64h-160z m-192-32h128V608H288v-128z m320-320h128v128h-128v-128z" horiz-adv-x="1024" />
<glyph glyph-name="falvfagui" unicode="&#59098;" d="M260.1 718.3v-671.1H128.4V718.3h131.7M61.5 737.8v-710.1c0-26.2 21.2-47.4 47.4-47.4h170.7c26.2 0 47.4 21.2 47.4 47.4V737.8c0 26.2-21.2 47.4-47.4 47.4H109c-26.2 0-47.5-21.2-47.5-47.4zM228.9 582.2h-67v-49.5h67v49.5zM228.9 515.3h-67v-49.5h67v49.5zM228.9 448.4h-67v-49.5h67v49.5zM578.9 718.3v-671.1H447.1V718.3h131.8m-198.7 19.5v-710.1c0-26.2 21.2-47.4 47.4-47.4h170.7c26.2 0 47.4 21.2 47.4 47.4V737.8c0 26.2-21.2 47.4-47.4 47.4H427.7c-26.2 0-47.5-21.2-47.5-47.4zM547.6 582.2h-67v-49.5h67v49.5zM547.6 515.3h-67v-49.5h67v49.5zM547.6 448.4h-67v-49.5h67v49.5zM897.6 718.3v-671.1H765.9V718.3h131.7M699 737.8v-710.1c0-26.2 21.2-47.4 47.4-47.4H917c26.2 0 47.4 21.2 47.4 47.4V737.8c0 26.2-21.2 47.4-47.4 47.4H746.4c-26.2 0-47.4-21.2-47.4-47.4zM866.3 582.2h-67v-49.5h67v49.5zM866.3 515.3h-67v-49.5h67v49.5zM866.3 448.4h-67v-49.5h67v49.5z" horiz-adv-x="1024" />
<glyph glyph-name="shouye1" unicode="&#59249;" d="M704.4-15.9h-125V249.8c0 3.3 0.1 6.5 0.1 9.3 0 1.8 0.1 3.9 0.1 5.9H446.8c0-2 0-4.1 0.1-5.9 0.1-2.8 0.1-5.9 0.1-9.3v-265.6H321.9c-32.2 0-62 14-83.7 39.6-19.8 23.2-31.1 54.4-31.1 85.7V311.8h-16.7c-33 0-59.1 16.1-71.6 44.1l-0.1 0.1c-10 22.8-8.5 59.8 25.6 95.3l284.1 295.6c22.3 23.3 52.4 36.2 84.6 36.2 32.1 0 62.1-12.8 84.6-36.1L882 451.2c34-35.5 35.5-72.5 25.5-95.3l-0.1-0.2c-12.6-28-38.6-44-71.5-44h-16.7v-202.4c0-31.3-11.3-62.5-31.1-85.7-21.8-25.4-51.5-39.5-83.7-39.5z m-75 50h75c40 0 64.8 39.1 64.8 75.3V361.8h66.7c13.2 0 21.4 4.6 25.9 14.4 0.9 2 6.3 17.5-15.8 40.5L561.7 712.2c-12.9 13.4-30.2 20.8-48.5 20.8-18.4 0-35.7-7.4-48.5-20.8L180.5 416.6c-22.3-23.1-16.7-38.6-15.9-40.5 4.3-9.7 12.8-14.3 25.9-14.3h66.7v-252.4c0-36.2 24.8-75.3 64.8-75.3h75.1V249.8c0 2.9-0.1 5.6-0.1 8.3-0.3 15.6-0.6 31.7 11.8 44.3 12.3 12.6 30 12.6 35.8 12.6h137.5c5.8 0 23.5 0 35.8-12.6 12.4-12.6 12.1-28.7 11.8-44.3-0.1-2.7-0.1-5.5-0.1-8.4v-215.6z" horiz-adv-x="1024" />
<glyph glyph-name="sousuo" unicode="&#58916;" d="M957.9-12.2L833.4 112.3c56.4 66.7 92.7 151.4 98.6 245.3 14.6 232-161.7 431.9-393.8 446.5-9 0.6-17.9 0.8-26.8 0.8-220.4 0-405.7-171.5-419.7-394.5-14.6-232 161.7-431.9 393.8-446.5 9-0.6 17.9-0.8 26.8-0.8 102.8 0 197.9 37.3 271.6 99.8l124.5-124.5c6.8-6.8 15.8-10.3 24.7-10.3 9 0 17.9 3.4 24.7 10.3 13.7 13.6 13.7 35.7 0.1 49.4z m-206.2 140C686.4 66.7 601.4 33 512.3 33c-7.4 0-14.9 0.2-22.4 0.7-47.3 3-92.6 15.1-134.6 36-40.6 20.3-76.5 47.9-106.6 82.1-30.2 34.2-53.1 73.3-68.1 116.1-15.5 44.3-21.9 90.7-18.9 138 5.6 89.7 44.8 172.8 110.4 234.2 65.3 61.1 150.3 94.8 239.5 94.8 7.4 0 14.9-0.2 22.3-0.7 47.3-3 92.6-15.1 134.6-36 40.6-20.3 76.5-47.9 106.6-82.1 30.2-34.2 53.1-73.3 68.1-116.1 15.5-44.3 21.9-90.7 18.9-138-5.7-89.6-44.9-172.8-110.4-234.2z" horiz-adv-x="1024" />
<glyph glyph-name="tuandui" unicode="&#58891;" d="M375.1 340.9c-132.3 0-240 107.7-240 240s107.7 240 240 240 240-107.7 240-240-107.6-240-240-240z m0 390c-82.7 0-150-67.3-150-150s67.3-150 150-150 150 67.3 150 150-67.3 150-150 150zM525.1-79.1h-300c-91 0-165 74-165 165v120c0 124.1 100.9 225 225 225h180c124.1 0 225-100.9 225-225v-120c0-91-74-165-165-165z m-240 420c-74.4 0-135-60.6-135-135v-120c0-41.4 33.6-75 75-75h300c41.4 0 75 33.6 75 75v120c0 74.4-60.6 135-135 135h-180zM795.1-49.1h-60c-24.8 0-45 20.2-45 45s20.2 45 45 45h60c41.4 0 75 33.6 75 75v120c0 74.4-60.6 135-135 135h-30c-24.8 0-45 20.1-45 45s20.2 45 45 45c31.5 0 90 0 90 150 0 82.7-67.3 150-150 150-24.8 0-45 20.1-45 45s20.2 45 45 45c132.3 0 240-107.7 240-240 0-84.1-17.6-140-44.1-176.5 70.8-37.9 119.1-112.7 119.1-198.5v-120c0-91-74-165-165-165z" horiz-adv-x="1024" />
<glyph glyph-name="shouye2" unicode="&#58915;" d="M962.1059375 448.57875l-364.378125 378.909375C575.1246875 850.96125 544.821875 864 512.4125 864c-32.420625 0-62.7178125-12.9159375-85.32375-36.511875L62.8390625 448.57875C25.2096875 409.4625 30.044375 375.673125 36.2590625 361.516875c4.4653125-10.059375 19.37625-37.501875 62.47125-37.501875h53.4009375v-291.4725c0-64.7925 45.5821875-125.8575 110.866875-128.424375v-0.118125h70.483125c65.9259375 0 87.688125 43.2346875 88.69875 106.845l0.1921875 0.1228125V212.49656249999998c0 33.0403125-4.96875 51.54 28.8159375 51.54h122.5790625c33.7734375 0 28.75125-18.3871875 28.75125-51.54l0.043125-125.1253125h-0.043125v-71.8359375c0-3.3421875-0.0421875-7.561875 0.0646875-12.3965625v-0.8559375l0.0215625-0.0159375c0.8184375-34.4259375 9.1453125-98.26125 88.693125-98.26125h70.48875v0.1171875c65.3109375 2.535 110.9146875 63.6159375 110.9146875 128.424375V324.020625h53.4c43.096875 0 58.00125 27.55875 62.4721875 37.5009375 6.19875 14.1515625 11.0390625 47.9409375-26.4675 87.05625zM936.78125 384H812.5775v-351.463125c0-33.0403125-21.3609375-68.4290625-55.1446875-68.4290625h-69.3121875c-20.1028125 0.823125-24.830625 9.2625-25.696875 24.3234375v20.424375c0.031875 2.1553125 0.06375 4.3640625 0.06375 6.675V87.36562500000002h-0.0646875V212.49093749999997c0 66.1940625-21.241875 111.5296875-88.8 111.5296875H451.0596875c-67.5571875 0-88.8-45.346875-88.8-111.5296875v-224.8725c-1.0378125-15.33375-6.3375-23.634375-28.90125-23.634375h-66.18375c-33.740625 0.0590625-55.059375 35.4159375-55.059375 68.424375V383.8715625H87.906875c-1.1175 0 0.871875-0.1228125 0 0 2.1178125 3.6046875 13.5515625 17.0175 19.509375 23.221875L471.794375 785.75625c10.809375 11.4234375 26.195625 18.2578125 41.11125 18.129375 14.9053125 0.12375 29.308125-6.82875 40.23375-18.129375l364.25625-378.5353125" horiz-adv-x="1024" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.
Binary file not shown.
-368
View File
@@ -1,368 +0,0 @@
@charset "utf-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
margin: 0.67em 0;
font-size: 2em;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
border-bottom: none; /* 1 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
margin: 0; /* 2 */
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
color: inherit; /* 2 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/* 福田开始 20210507 */
#foton {
width: 100%;
height: 100%;
color: #fff;
* {
box-sizing: border-box;
}
}
ul,li{
padding:0;
margin:0;
list-style:none;
}
@@ -1,52 +0,0 @@
<!-- 尾部链接 -->
<template>
<div class="link">
<ul>
<li><a href="http://www.sac.gov.cn/">国家标准化管理委员会</a></li>
<li><a href="http://www.sac.gov.cn/">全国标准公共服务平台</a></li>
<li><a href="http://www.sac.gov.cn/">国家标准全文公开</a></li>
<li><a href="http://www.sac.gov.cn/">全国汽车标准化技术委员会</a></li>
<li><a href="http://www.sac.gov.cn/">交通运输标准化信息平台</a></li>
<li><a href="http://www.sac.gov.cn/">工信部装备工业发展中心</a></li>
<li><a href="http://www.sac.gov.cn/">中华人民共和国生态环境部</a></li>
<li><a href="">更多链接></a></li>
</ul>
</div>
</template>
<script>
export default {
name: 'Empennage',
components: {},
mixins: [],
data() {
return {}
},
computed: {},
watch: {},
mounted() {},
methods: {},
}
</script>
<style lang="scss" scoped>
.link {
height: 100%;
ul {
display: flex;
height: 100%;
text-align: center;
user-select: none;
li {
flex: 1;
a {
color: #ffffff;
&:hover {
color: #e9ca32;
text-decoration: underline;
}
}
}
}
}
</style>
-103
View File
@@ -1,103 +0,0 @@
<!-- 右侧导航 -->
<template>
<div class="nav-menu">
<div class="top">
<div class="menu-item">高级检索</div>
<div class="menu-item">个人中心</div>
<div class="menu-item">统计图表</div>
</div>
<div class="bottom">
<div v-for="(menuList, index) in navMenu" :key="index" class="menu-wrap">
<div v-for="menu in menuList" :key="menu.title" class="menu-item">
{{ menu.title }}
</div>
</div>
</div>
</div>
</template>
<script>
export default {
name: 'NavMenu',
components: {},
mixins: [],
data() {
return {
navMenu: [
[
{
title: '国内法规',
path: '/',
},
{
title: '国外法规',
path: '/',
},
{
title: '标准清单',
path: '/',
},
],
[
{
title: '国内外政策',
path: '/',
},
{
title: '企业标准',
path: '/',
},
{
title: '标准预警',
path: '/',
},
],
],
}
},
computed: {},
watch: {},
mounted() {},
methods: {},
}
</script>
<style lang="scss" scoped>
.nav-menu {
margin-bottom: 10px;
.top {
display: flex;
margin-bottom: 20px;
.menu-item {
flex: 1;
height: 50px;
margin-right: 10px;
line-height: 50px;
text-align: center;
background: rgba(182, 213, 255, 0.22);
&:last-child {
margin-right: 0;
}
}
}
.bottom {
.menu-wrap {
display: flex;
margin-bottom: 10px;
&:last-child {
margin-bottom: 0;
}
.menu-item {
flex: 1;
line-height: 100px;
text-align: center;
margin-right: 10px;
background: rgba(182, 213, 255, 0.22);
&:last-child {
margin-right: 0;
}
}
}
}
}
</style>
@@ -1,90 +0,0 @@
<!-- 资讯 -->
<template>
<div class="realimeinfo">
<ul>
<li v-for="item in realimeinfoList" :key="item.id" class="time-title">
<a class="title" :title="item.title">{{ item.title }}</a>
<span class="time">{{ putTime }}</span>
</li>
</ul>
</div>
</template>
<script>
export default {
name: 'Realimeinfo',
components: {},
mixins: [],
data() {
return {
putTime: '',
realimeinfoList: [
{
id: 1,
title: '资讯1',
},
{
id: 2,
title: '资讯2',
},
{
id: 3,
title: '资讯3',
},
{
id: 4,
title: '资讯4',
},
{
id: 5,
title: '资讯5',
},
{
id: 6,
title: '资讯6',
},
],
}
},
computed: {},
watch: {},
mounted() {
this.getDate()
},
methods: {
getDate() {
//获取当前时间
var date = new Date()
var year = date.getFullYear()
var month = date.getMonth() + 1
var day = date.getDate()
if (month < 10) {
month = '0' + month
}
if (day < 10) {
day = '0' + day
}
var nowDate = year + '-' + month + '-' + day
this.putTime = nowDate
},
},
}
</script>
<style lang="scss" scoped>
.realimeinfo {
.time-title {
margin: 15px;
.time {
float: right;
}
a {
color: #ffffff;
&:hover {
color: #e9c851;
text-decoration: underline;
}
}
}
}
</style>
@@ -1,90 +0,0 @@
<!-- 标准发布 -->
<template>
<div class="release">
<ul>
<li v-for="item in standardReleaseList" :key="item.id" class="time-title">
<a class="title" :title="item.title">{{ item.title }}</a>
<span class="time">{{ putTime }}</span>
</li>
</ul>
</div>
</template>
<script>
export default {
name: 'Release',
components: {},
mixins: [],
data() {
return {
putTime: '',
standardReleaseList: [
{
id: 1,
title: '标准发布1',
},
{
id: 2,
title: '标准发布2',
},
{
id: 3,
title: '标准发布3',
},
{
id: 4,
title: '标准发布4',
},
{
id: 5,
title: '标准发布5',
},
{
id: 6,
title: '标准发布6',
},
],
}
},
computed: {},
watch: {},
mounted() {
this.getDate()
},
methods: {
getDate() {
//获取当前时间
var date = new Date()
var year = date.getFullYear()
var month = date.getMonth() + 1
var day = date.getDate()
if (month < 10) {
month = '0' + month
}
if (day < 10) {
day = '0' + day
}
var nowDate = year + '-' + month + '-' + day
this.putTime = nowDate
},
},
}
</script>
<style lang="scss" scoped>
.release {
.time-title {
margin: 15px;
.time {
float: right;
}
a {
color: #ffffff;
&:hover {
color: #e9c851;
text-decoration: underline;
}
}
}
}
</style>
@@ -1,104 +0,0 @@
<!-- 搜索栏 -->
<template>
<div class="search-group">
<el-select
v-model="selectKey"
class="search-group-item"
placeholder="请选择"
>
<el-option
v-for="item in jumpPage"
:key="item.selectKey"
:label="item.label"
:value="item.selectKey"
></el-option>
</el-select>
<div class="search-condition">
<el-input
v-model="keywords"
type="text"
placeholder="请输入关键词"
clearable
></el-input>
<el-button class="primary_button" type="primary">搜索</el-button>
</div>
</div>
</template>
<script>
export default {
name: 'SearchGroup',
components: {},
mixins: [],
data() {
return {
selectKey: '',
keywords: '',
jumpPage: [
{
selectKey: '选项1',
label: '国内外标准法规',
},
{
selectKey: '选项2',
label: '研究报告',
},
{
selectKey: '选项3',
label: '企业标准',
},
{
selectKey: '选项4',
label: '动态&通知',
},
{
selectKey: '选项5',
label: '流程中心',
},
],
}
},
computed: {},
watch: {},
mounted() {},
methods: {},
}
</script>
<style lang="scss" scoped>
.search-group {
display: flex;
width: 60vw;
height: 50px;
margin-bottom: 20px;
.search-group-item {
margin-right: 20px;
::v-deep {
.el-input__inner {
width: 18vm;
height: 40px;
color: #fff;
background: rgba(182, 213, 255, 0.22);
}
}
}
.search-condition {
display: flex;
flex: 1;
::v-deep {
.el-input__inner {
height: 40px;
font-size: 16px;
color: #fff;
background: rgba(182, 213, 255, 0.22);
}
}
}
.primary_button {
width: 8.2vw;
height: 40px;
background-color: #007dfe;
}
}
</style>
@@ -1,90 +0,0 @@
<!-- 标准征求意见 -->
<template>
<div class="solicitopinions">
<ul>
<li v-for="item in domesticDynamics" :key="item.id" class="time-title">
<a class="title" :title="item.title">{{ item.title }}</a>
<span class="time">{{ putTime }}</span>
</li>
</ul>
</div>
</template>
<script>
export default {
name: 'Solicitopinions',
components: {},
mixins: [],
data() {
return {
putTime: '',
domesticDynamics: [
{
id: 1,
title: '标准征求意见1',
},
{
id: 2,
title: '标准征求意见2',
},
{
id: 3,
title: '标准征求意见3',
},
{
id: 4,
title: '标准征求意见4',
},
{
id: 5,
title: '标准征求意见5',
},
{
id: 6,
title: '标准征求意见6',
},
],
}
},
computed: {},
watch: {},
mounted() {
this.getDate()
},
methods: {
getDate() {
//获取当前时间
var date = new Date()
var year = date.getFullYear()
var month = date.getMonth() + 1
var day = date.getDate()
if (month < 10) {
month = '0' + month
}
if (day < 10) {
day = '0' + day
}
var nowDate = year + '-' + month + '-' + day
this.putTime = nowDate
},
},
}
</script>
<style lang="scss" scoped>
.solicitopinions {
.time-title {
margin: 15px;
.time {
float: right;
}
a {
color: #ffffff;
&:hover {
color: #e9c851;
text-decoration: underline;
}
}
}
}
</style>
@@ -1,76 +0,0 @@
<!-- 待办任务 -->
<template>
<div class="to-do-list">
<div>
<h3 class="task">待办任务</h3>
<span class="more">MORE</span>
</div>
<ul>
<li v-for="item in toDoTaskList" :key="item.id" class="time-title">
<a>{{ item.title }}</a>
</li>
</ul>
</div>
</template>
<script>
export default {
name: 'ToDoList',
components: {},
mixins: [],
data() {
return {
toDoTaskList: [
{
id: 1,
title: '标准制定流程1',
},
{
id: 2,
title: '标准制定流程2',
},
{
id: 3,
title: '标准制定流程3',
},
],
}
},
computed: {},
watch: {},
mounted() {},
methods: {},
}
</script>
<style lang="scss" scoped>
.to-do-list {
flex: 1;
height: 100%;
overflow: hidden;
background: rgba(182, 213, 255, 0.22);
.task {
display: inline-block;
margin-left: 10px;
font-size: 14px;
}
.more {
float: right;
margin: 15px 15px;
&:hover {
color: red;
cursor: pointer;
}
}
.time-title {
margin: 10px;
}
a {
color: #ffffff;
&:hover {
color: #e9c851;
text-decoration: underline;
}
}
}
</style>
-186
View File
@@ -1,186 +0,0 @@
<!-- 首页 -->
<template>
<div class="home">
<div class="home_header">
<div class="logo">
<span class="logo_title"></span>
</div>
<div class="user_exit">
<span class="user">当前登录人</span>
<span class="exit">退出</span>
</div>
</div>
<div class="home_main">
<div class="left_wrapper">
<search-group></search-group>
<div class="main-tabs">
<div class="main-left-wrap">
<el-tabs
v-model="activeName"
class="home-tabs"
@tab-click="handleTabClick"
>
<el-tab-pane label="标准征求意见" name="solicitOpinions">
<solicitOpinions></solicitOpinions>
</el-tab-pane>
<el-tab-pane label="标准发布" name="release">
<release></release>
</el-tab-pane>
<el-tab-pane label="资讯" name="realTimeInfo">
<realTimeInfo></realTimeInfo>
</el-tab-pane>
</el-tabs>
</div>
</div>
</div>
<div class="right_wrapper">
<nav-menu></nav-menu>
<todo-list></todo-list>
</div>
</div>
<div calss="home_footer">
<div class="footer">
<Empennage></Empennage>
</div>
</div>
</div>
</template>
<script>
import searchGroup from './components/searchGroup'
import realTimeInfo from './components/realtimeinfo'
import release from './components/release'
import navMenu from './components/navMenu'
import solicitOpinions from './components/solicitopinions'
import todoList from './components/todoList'
import Empennage from 'views/home/components/empennage'
export default {
name: 'Home',
components: {
Empennage,
searchGroup,
solicitOpinions,
realTimeInfo,
release,
navMenu,
todoList,
},
mixins: [],
data() {
return {
activeName: 'solicitOpinions',
}
},
computed: {},
watch: {},
mounted() {},
methods: {
handleTabClick(tab, event) {},
},
}
</script>
<style lang="scss" scoped>
.home {
height: 100%;
display: flex;
flex-direction: column;
padding: 1.1vh 3.51vw 4.9vh;
background: url('../../assets/images/home/BG.png') no-repeat;
background-size: 100% 100%;
.home_header {
position: relative;
display: flex;
justify-content: space-between;
height: 9.1vh;
margin-bottom: 2.7vh;
.logo {
width: 500px;
height: 70px;
background: url('../../assets/images/home/logo.png') no-repeat;
.logo_title {
height: 50px;
margin-top: 50px;
margin-left: 35%;
font-size: 25px;
font-weight: bold;
line-height: 50px;
color: #fff;
}
}
.user_exit {
span {
display: inline-block;
margin-top: 50px;
color: #fff;
}
.user,
.exit {
height: 50px;
margin: 5px;
font-size: 14px;
line-height: 50px;
color: #fff;
cursor: pointer;
&:hover {
color: red;
}
}
}
}
.home_main {
display: flex;
flex: 1;
overflow: hidden;
.left_wrapper {
display: flex;
flex: 1;
flex-direction: column;
width: 60vw;
height: 100%;
margin-right: 10px;
.home-tabs {
margin-left: 2.34vw;
::v-deep {
.el-tabs__item {
font-size: 16px;
font-weight: 500;
color: #ffffff;
}
.el-tabs__nav-wrap::after {
background-color: transparent;
}
}
}
.main-tabs {
display: flex;
flex: 1;
flex-direction: column;
width: 60vw;
height: 67.7vh;
margin-right: 10px;
background: rgba(182, 213, 255, 0.22);
}
}
.right_wrapper {
display: flex;
flex-direction: column;
width: 32.2vw;
height: 100%;
}
.search-condition {
display: block;
.el-input {
width: 300px;
}
}
}
.footer {
height: 5.2vh;
margin-top: 1.3vh;
line-height: 5.2vh;
background: rgba(182, 213, 255, 0.22);
}
}
</style>
-26
View File
@@ -1,26 +0,0 @@
<!-- 标准发布 -->
<template>
<div class="home-page">
<h3>首页</h3>
</div>
</template>
<script>
export default {
name: 'Index',
components: {},
mixins: [],
data() {
return {}
},
computed: {},
watch: {},
mounted() {},
methods: {},
}
</script>
<style lang="scss" scoped>
.home-page {
}
</style>
@@ -1,11 +0,0 @@
<template>
<div>标准拆分</div>
</template>
<script>
export default {
name: 'StandAutoSplit',
}
</script>
<style scoped></style>
@@ -1,11 +0,0 @@
<template>
<div>标准比对</div>
</template>
<script>
export default {
name: 'StandContrast',
}
</script>
<style scoped></style>
@@ -1,11 +0,0 @@
<template>
<div>标准比对库</div>
</template>
<script>
export default {
name: 'StandardComparisonLibrary',
}
</script>
<style scoped></style>
@@ -1,11 +0,0 @@
<template>
<div>标准内容自动识别</div>
</template>
<script>
export default {
name: 'StandardRecognition',
}
</script>
<style scoped></style>
@@ -1,11 +0,0 @@
<template>
<div>标准法规清单</div>
</template>
<script>
export default {
name: 'AccessStandardsAndRegulations',
}
</script>
<style scoped></style>
@@ -1,11 +0,0 @@
<template>
<div>企业标准</div>
</template>
<script>
export default {
name: 'EnterpriseStandardDatabase',
}
</script>
<style scoped></style>
@@ -1,11 +0,0 @@
<template>
<div>国内外政策</div>
</template>
<script>
export default {
name: 'ForeignRegulationsDatabase',
}
</script>
<style scoped></style>
@@ -1,11 +0,0 @@
<template>
<div>车型项目库</div>
</template>
<script>
export default {
name: 'LocalProductsOrProjectLibrary',
}
</script>
<style scoped></style>
@@ -1,11 +0,0 @@
<template>
<div>未符合项整改</div>
</template>
<script>
export default {
name: 'NonConfomity',
}
</script>
<style scoped></style>
@@ -1,20 +0,0 @@
<!--国内标准法规-->
<template>
<div class="roleManagement-container">
<h3>国内标准法规</h3>
</div>
</template>
<script>
export default {
name: 'RoleManagement',
data() {
return {}
},
methods: {},
}
</script>
<style lang="scss" scoped>
.roleManagement-container {
}
</style>
-11
View File
@@ -1,11 +0,0 @@
<template>
<div>标准预警</div>
</template>
<script>
export default {
name: 'StandardWarning',
}
</script>
<style scoped></style>