diff --git a/.env.development b/.env.development index 51fee85..934211c 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ ENV = 'development' # http://mer.crmeb.net/admin # base api # VUE_APP_BASE_API = 'http://192.168.31.106:8324' -VUE_APP_BASE_API = 'http://127.0.0.1:8324' +VUE_APP_BASE_API = 'https://mer1.crmeb.net' # socket 连接地址 # VUE_APP_WS_URL = 'ws://0.0.0.0:8324' diff --git a/build/index.js b/build/index.js index 69151a1..bcba030 100644 --- a/build/index.js +++ b/build/index.js @@ -1,7 +1,7 @@ // +---------------------------------------------------------------------- // | CRMEB [ CRMEB赋能开发者,助力企业发展 ] // +---------------------------------------------------------------------- -// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved. +// | Copyright (c) 2016~2024 https://www.crmeb.com All rights reserved. // +---------------------------------------------------------------------- // | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 // +---------------------------------------------------------------------- diff --git a/mock/article.js b/mock/article.js index 50218ae..e527426 100644 --- a/mock/article.js +++ b/mock/article.js @@ -1,3 +1,12 @@ +// +---------------------------------------------------------------------- +// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] +// +---------------------------------------------------------------------- +// | Copyright (c) 2016~2024 https://www.crmeb.com All rights reserved. +// +---------------------------------------------------------------------- +// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 +// +---------------------------------------------------------------------- +// | Author: CRMEB Team +// +---------------------------------------------------------------------- import Mock from 'mockjs' const List = [] diff --git a/mock/index.js b/mock/index.js index 196e292..3a043fa 100644 --- a/mock/index.js +++ b/mock/index.js @@ -1,3 +1,12 @@ +// +---------------------------------------------------------------------- +// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] +// +---------------------------------------------------------------------- +// | Copyright (c) 2016~2024 https://www.crmeb.com All rights reserved. +// +---------------------------------------------------------------------- +// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 +// +---------------------------------------------------------------------- +// | Author: CRMEB Team +// +---------------------------------------------------------------------- import Mock from 'mockjs' import { param2Obj } from '../src/utils' diff --git a/mock/mock-server.js b/mock/mock-server.js index 806fdac..2b0119c 100644 --- a/mock/mock-server.js +++ b/mock/mock-server.js @@ -1,3 +1,12 @@ +// +---------------------------------------------------------------------- +// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] +// +---------------------------------------------------------------------- +// | Copyright (c) 2016~2024 https://www.crmeb.com All rights reserved. +// +---------------------------------------------------------------------- +// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 +// +---------------------------------------------------------------------- +// | Author: CRMEB Team +// +---------------------------------------------------------------------- const chokidar = require('chokidar') const bodyParser = require('body-parser') const chalk = require('chalk') diff --git a/mock/remote-search.js b/mock/remote-search.js index 60809cb..91d3548 100644 --- a/mock/remote-search.js +++ b/mock/remote-search.js @@ -1,3 +1,12 @@ +// +---------------------------------------------------------------------- +// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] +// +---------------------------------------------------------------------- +// | Copyright (c) 2016~2024 https://www.crmeb.com All rights reserved. +// +---------------------------------------------------------------------- +// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 +// +---------------------------------------------------------------------- +// | Author: CRMEB Team +// +---------------------------------------------------------------------- import Mock from 'mockjs' const NameList = [] diff --git a/mock/user.js b/mock/user.js index 859bd6f..90e4078 100644 --- a/mock/user.js +++ b/mock/user.js @@ -1,4 +1,12 @@ - +// +---------------------------------------------------------------------- +// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] +// +---------------------------------------------------------------------- +// | Copyright (c) 2016~2024 https://www.crmeb.com All rights reserved. +// +---------------------------------------------------------------------- +// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 +// +---------------------------------------------------------------------- +// | Author: CRMEB Team +// +---------------------------------------------------------------------- const tokens = { admin: { token: 'admin-token' diff --git a/plop-templates/component/prompt.js b/plop-templates/component/prompt.js index 3723e8e..287f98d 100644 --- a/plop-templates/component/prompt.js +++ b/plop-templates/component/prompt.js @@ -1,3 +1,12 @@ +// +---------------------------------------------------------------------- +// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] +// +---------------------------------------------------------------------- +// | Copyright (c) 2016~2024 https://www.crmeb.com All rights reserved. +// +---------------------------------------------------------------------- +// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 +// +---------------------------------------------------------------------- +// | Author: CRMEB Team +// +---------------------------------------------------------------------- const { notEmpty } = require('../utils.js') module.exports = { diff --git a/src/assets/401_images/401.gif b/src/assets/401_images/401.gif new file mode 100644 index 0000000..cd6e0d9 Binary files /dev/null and b/src/assets/401_images/401.gif differ diff --git a/src/assets/404_images/404.png b/src/assets/404_images/404.png new file mode 100644 index 0000000..3d8e230 Binary files /dev/null and b/src/assets/404_images/404.png differ diff --git a/src/assets/404_images/404_cloud.png b/src/assets/404_images/404_cloud.png new file mode 100644 index 0000000..c6281d0 Binary files /dev/null and b/src/assets/404_images/404_cloud.png differ diff --git a/src/assets/custom-theme/fonts/element-icons.ttf b/src/assets/custom-theme/fonts/element-icons.ttf new file mode 100644 index 0000000..570a3e1 Binary files /dev/null and b/src/assets/custom-theme/fonts/element-icons.ttf differ diff --git a/src/assets/custom-theme/fonts/element-icons.woff b/src/assets/custom-theme/fonts/element-icons.woff new file mode 100644 index 0000000..c2bcc00 Binary files /dev/null and b/src/assets/custom-theme/fonts/element-icons.woff differ diff --git a/src/assets/custom-theme/index.css b/src/assets/custom-theme/index.css new file mode 100644 index 0000000..06e2fcb --- /dev/null +++ b/src/assets/custom-theme/index.css @@ -0,0 +1 @@ +@charset "UTF-8";.custom-theme .fade-in-linear-enter-active,.custom-theme .fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.custom-theme .fade-in-linear-enter,.custom-theme .fade-in-linear-leave,.custom-theme .fade-in-linear-leave-active{opacity:0}.custom-theme .el-fade-in-linear-enter-active,.custom-theme .el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.custom-theme .el-fade-in-linear-enter,.custom-theme .el-fade-in-linear-leave,.custom-theme .el-fade-in-linear-leave-active{opacity:0}.custom-theme .el-fade-in-enter-active,.custom-theme .el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.custom-theme .el-fade-in-enter,.custom-theme .el-fade-in-leave-active{opacity:0}.custom-theme .el-zoom-in-center-enter-active,.custom-theme .el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.custom-theme .el-zoom-in-center-enter,.custom-theme .el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.custom-theme .el-zoom-in-top-enter-active,.custom-theme .el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:center top;transform-origin:center top}.custom-theme .el-zoom-in-top-enter,.custom-theme .el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.custom-theme .el-zoom-in-bottom-enter-active,.custom-theme .el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:center bottom;transform-origin:center bottom}.custom-theme .el-zoom-in-bottom-enter,.custom-theme .el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.custom-theme .el-zoom-in-left-enter-active,.custom-theme .el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:top left;transform-origin:top left}.custom-theme .el-zoom-in-left-enter,.custom-theme .el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.custom-theme .collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.custom-theme .horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.custom-theme .el-list-enter-active,.custom-theme .el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.custom-theme .el-list-enter,.custom-theme .el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.custom-theme .el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}@font-face{font-family:element-icons;src:url(fonts/element-icons.woff?t=1508751886602) format("woff"),url(fonts/element-icons.ttf?t=1508751886602) format("truetype");font-weight:400;font-style:normal}.custom-theme [class*=" el-icon-"],.custom-theme [class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-theme .el-icon-upload:before{content:"\e60d"}.custom-theme .el-icon-error:before{content:"\e62c"}.custom-theme .el-icon-success:before{content:"\e62d"}.custom-theme .el-icon-warning:before{content:"\e62e"}.custom-theme .el-icon-sort-down:before{content:"\e630"}.custom-theme .el-icon-sort-up:before{content:"\e631"}.custom-theme .el-icon-arrow-left:before{content:"\e600"}.custom-theme .el-icon-circle-plus:before{content:"\e601"}.custom-theme .el-icon-circle-plus-outline:before{content:"\e602"}.custom-theme .el-icon-arrow-down:before{content:"\e603"}.custom-theme .el-icon-arrow-right:before{content:"\e604"}.custom-theme .el-icon-arrow-up:before{content:"\e605"}.custom-theme .el-icon-back:before{content:"\e606"}.custom-theme .el-icon-circle-close:before{content:"\e607"}.custom-theme .el-icon-date:before{content:"\e608"}.custom-theme .el-icon-circle-close-outline:before{content:"\e609"}.custom-theme .el-icon-caret-left:before{content:"\e60a"}.custom-theme .el-icon-caret-bottom:before{content:"\e60b"}.custom-theme .el-icon-caret-top:before{content:"\e60c"}.custom-theme .el-icon-caret-right:before{content:"\e60e"}.custom-theme .el-icon-close:before{content:"\e60f"}.custom-theme .el-icon-d-arrow-left:before{content:"\e610"}.custom-theme .el-icon-check:before{content:"\e611"}.custom-theme .el-icon-delete:before{content:"\e612"}.custom-theme .el-icon-d-arrow-right:before{content:"\e613"}.custom-theme .el-icon-document:before{content:"\e614"}.custom-theme .el-icon-d-caret:before{content:"\e615"}.custom-theme .el-icon-edit-outline:before{content:"\e616"}.custom-theme .el-icon-download:before{content:"\e617"}.custom-theme .el-icon-goods:before{content:"\e618"}.custom-theme .el-icon-search:before{content:"\e619"}.custom-theme .el-icon-info:before{content:"\e61a"}.custom-theme .el-icon-message:before{content:"\e61b"}.custom-theme .el-icon-edit:before{content:"\e61c"}.custom-theme .el-icon-location:before{content:"\e61d"}.custom-theme .el-icon-loading:before{content:"\e61e"}.custom-theme .el-icon-location-outline:before{content:"\e61f"}.custom-theme .el-icon-menu:before{content:"\e620"}.custom-theme .el-icon-minus:before{content:"\e621"}.custom-theme .el-icon-bell:before{content:"\e622"}.custom-theme .el-icon-mobile-phone:before{content:"\e624"}.custom-theme .el-icon-news:before{content:"\e625"}.custom-theme .el-icon-more:before{content:"\e646"}.custom-theme .el-icon-more-outline:before{content:"\e626"}.custom-theme .el-icon-phone:before{content:"\e627"}.custom-theme .el-icon-phone-outline:before{content:"\e628"}.custom-theme .el-icon-picture:before{content:"\e629"}.custom-theme .el-icon-picture-outline:before{content:"\e62a"}.custom-theme .el-icon-plus:before{content:"\e62b"}.custom-theme .el-icon-printer:before{content:"\e62f"}.custom-theme .el-icon-rank:before{content:"\e632"}.custom-theme .el-icon-refresh:before{content:"\e633"}.custom-theme .el-icon-question:before{content:"\e634"}.custom-theme .el-icon-remove:before{content:"\e635"}.custom-theme .el-icon-share:before{content:"\e636"}.custom-theme .el-icon-star-on:before{content:"\e637"}.custom-theme .el-icon-setting:before{content:"\e638"}.custom-theme .el-icon-circle-check:before{content:"\e639"}.custom-theme .el-icon-service:before{content:"\e63a"}.custom-theme .el-icon-sold-out:before{content:"\e63b"}.custom-theme .el-icon-remove-outline:before{content:"\e63c"}.custom-theme .el-icon-star-off:before{content:"\e63d"}.custom-theme .el-icon-circle-check-outline:before{content:"\e63e"}.custom-theme .el-icon-tickets:before{content:"\e63f"}.custom-theme .el-icon-sort:before{content:"\e640"}.custom-theme .el-icon-zoom-in:before{content:"\e641"}.custom-theme .el-icon-time:before{content:"\e642"}.custom-theme .el-icon-view:before{content:"\e643"}.custom-theme .el-icon-upload2:before{content:"\e644"}.custom-theme .el-icon-zoom-out:before{content:"\e645"}.custom-theme .el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.custom-theme .el-icon--right{margin-left:5px}.custom-theme .el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.custom-theme .el-popper .popper__arrow,.custom-theme .el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.custom-theme .el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.custom-theme .el-popper .popper__arrow::after{content:" ";border-width:6px}.custom-theme .el-popper[x-placement^=top]{margin-bottom:12px}.custom-theme .el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#e6ebf5;border-bottom-width:0}.custom-theme .el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.custom-theme .el-popper[x-placement^=bottom]{margin-top:12px}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#e6ebf5}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.custom-theme .el-popper[x-placement^=right]{margin-left:12px}.custom-theme .el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#e6ebf5;border-left-width:0}.custom-theme .el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.custom-theme .el-popper[x-placement^=left]{margin-right:12px}.custom-theme .el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#e6ebf5}.custom-theme .el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.custom-theme .el-select-dropdown{position:absolute;z-index:1001;border:solid 1px #dfe4ed;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.custom-theme .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#262729;background-color:#fff}.custom-theme .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#f5f7fa}.custom-theme .el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\E611";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-theme .el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.custom-theme .el-select-dropdown .popper__arrow{-webkit-transform:translateX(-400%);transform:translateX(-400%)}.custom-theme .el-select-dropdown.is-arrow-fixed .popper__arrow{-webkit-transform:translateX(-200%);transform:translateX(-200%)}.custom-theme .el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.custom-theme .el-select-dropdown__wrap{max-height:274px}.custom-theme .el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-input{position:relative;font-size:14px;display:inline-block;width:100%}.custom-theme .el-input::-webkit-scrollbar{z-index:11;width:6px}.custom-theme .el-input::-webkit-scrollbar:horizontal{height:6px}.custom-theme .el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.custom-theme .el-input::-webkit-scrollbar-corner{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.custom-theme .el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:1;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.custom-theme .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input__inner:hover{border-color:#b4bccc}.custom-theme .el-input__inner:focus{outline:0;border-color:#262729}.custom-theme .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.custom-theme .el-input__suffix-inner{pointer-events:all}.custom-theme .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s}.custom-theme .el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.custom-theme .el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.custom-theme .el-input__validateIcon{pointer-events:none}.custom-theme .el-input.is-active .el-input__inner{outline:0;border-color:#262729}.custom-theme .el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__icon{cursor:not-allowed}.custom-theme .el-input--suffix .el-input__inner{padding-right:30px}.custom-theme .el-input--prefix .el-input__inner{padding-left:30px}.custom-theme .el-input--medium{font-size:14px}.custom-theme .el-input--medium .el-input__inner{height:36px}.custom-theme .el-input--medium .el-input__icon{line-height:36px}.custom-theme .el-input--small{font-size:13px}.custom-theme .el-input--small .el-input__inner{height:32px}.custom-theme .el-input--small .el-input__icon{line-height:32px}.custom-theme .el-input--mini{font-size:12px}.custom-theme .el-input--mini .el-input__inner{height:28px}.custom-theme .el-input--mini .el-input__icon{line-height:28px}.custom-theme .el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.custom-theme .el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.custom-theme .el-input-group__append,.custom-theme .el-input-group__prepend{background-color:#f5f7fa;color:#0a76a4;vertical-align:middle;display:table-cell;position:relative;border:1px solid #d8dce5;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.custom-theme .el-input-group__append:focus,.custom-theme .el-input-group__prepend:focus{outline:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-select,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-select{display:inline-block;margin:-20px}.custom-theme .el-input-group__append button.el-button,.custom-theme .el-input-group__append div.el-select .el-input__inner,.custom-theme .el-input-group__append div.el-select:hover .el-input__inner,.custom-theme .el-input-group__prepend button.el-button,.custom-theme .el-input-group__prepend div.el-select .el-input__inner,.custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-input,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-input{font-size:inherit}.custom-theme .el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-textarea{display:inline-block;width:100%;vertical-align:bottom}.custom-theme .el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#5a5e66;background-color:#fff;background-image:none;border:1px solid #d8dce5;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:hover{border-color:#b4bccc}.custom-theme .el-textarea__inner:focus{outline:0;border-color:#262729}.custom-theme .el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-tag{background-color:rgba(38,39,41,.1);display:inline-block;padding:0 10px;height:32px;line-height:30px;font-size:12px;color:#262729;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(38,39,41,.2);white-space:nowrap}.custom-theme .el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:18px;width:18px;line-height:18px;vertical-align:middle;top:-1px;right:-5px;color:#262729}.custom-theme .el-tag .el-icon-close::before{display:block}.custom-theme .el-tag .el-icon-close:hover{background-color:#262729;color:#fff}.custom-theme .el-tag--info{background-color:rgba(10,118,164,.1);border-color:rgba(10,118,164,.2);color:#0a76a4}.custom-theme .el-tag--info.is-hit{border-color:#0a76a4}.custom-theme .el-tag--info .el-tag__close{color:#0a76a4}.custom-theme .el-tag--info .el-tag__close:hover{background-color:#0a76a4;color:#fff}.custom-theme .el-tag--success{background-color:rgba(64,145,103,.1);border-color:rgba(64,145,103,.2);color:#409167}.custom-theme .el-tag--success.is-hit{border-color:#409167}.custom-theme .el-tag--success .el-tag__close{color:#409167}.custom-theme .el-tag--success .el-tag__close:hover{background-color:#409167;color:#fff}.custom-theme .el-tag--warning{background-color:rgba(157,164,8,.1);border-color:rgba(157,164,8,.2);color:#9da408}.custom-theme .el-tag--warning.is-hit{border-color:#9da408}.custom-theme .el-tag--warning .el-tag__close{color:#9da408}.custom-theme .el-tag--warning .el-tag__close:hover{background-color:#9da408;color:#fff}.custom-theme .el-tag--danger{background-color:rgba(179,69,14,.1);border-color:rgba(179,69,14,.2);color:#b3450e}.custom-theme .el-tag--danger.is-hit{border-color:#b3450e}.custom-theme .el-tag--danger .el-tag__close{color:#b3450e}.custom-theme .el-tag--danger .el-tag__close:hover{background-color:#b3450e;color:#fff}.custom-theme .el-tag--medium{height:28px;line-height:26px}.custom-theme .el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-tag--small{height:24px;padding:0 8px;line-height:22px}.custom-theme .el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-tag--mini{height:20px;padding:0 5px;line-height:19px}.custom-theme .el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.custom-theme .el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#5a5e66;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;max-width:350px;}.custom-theme .el-select-dropdown__item.is-disabled{color:#b4bccc;cursor:not-allowed}.custom-theme .el-select-dropdown__item.is-disabled:hover{background-color:#fff}.custom-theme .el-select-dropdown__item.hover,.custom-theme .el-select-dropdown__item:hover{background-color:#f5f7fa}.custom-theme .el-select-dropdown__item.selected{color:#262729;font-weight:700}.custom-theme .el-select-dropdown__item span{line-height:34px!important}.custom-theme .el-select-group{margin:0;padding:0}.custom-theme .el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.custom-theme .el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.custom-theme .el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#dfe4ed}.custom-theme .el-select-group__title{padding-left:20px;font-size:12px;color:#0a76a4;line-height:30px}.custom-theme .el-select-group .el-select-dropdown__item{padding-left:20px}.custom-theme .el-scrollbar{overflow:hidden;position:relative}.custom-theme .el-scrollbar:active>.el-scrollbar__bar,.custom-theme .el-scrollbar:focus>.el-scrollbar__bar,.custom-theme .el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.custom-theme .el-scrollbar__wrap{overflow:scroll;height:100%}.custom-theme .el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.custom-theme .el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(135,141,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.custom-theme .el-scrollbar__thumb:hover{background-color:rgba(135,141,153,.5)}.custom-theme .el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.custom-theme .el-scrollbar__bar.is-vertical{width:6px;top:2px}.custom-theme .el-scrollbar__bar.is-vertical>div{width:100%}.custom-theme .el-scrollbar__bar.is-horizontal{height:6px;left:2px}.custom-theme .el-scrollbar__bar.is-horizontal>div{height:100%}.custom-theme .el-select{display:inline-block;position:relative}.custom-theme .el-select:hover .el-input__inner{border-color:#b4bccc}.custom-theme .el-select .el-input__inner{cursor:pointer;padding-right:35px}.custom-theme .el-select .el-input__inner:focus{border-color:#262729}.custom-theme .el-select .el-input .el-select__caret{color:#b4bccc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);line-height:16px;cursor:pointer}.custom-theme .el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.custom-theme .el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#b4bccc;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-select .el-input .el-select__caret.is-show-close:hover{color:#878d99}.custom-theme .el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.custom-theme .el-select .el-input.is-disabled .el-input__inner:hover{border-color:#dfe4ed}.custom-theme .el-select>.el-input{display:block}.custom-theme .el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;vertical-align:baseline;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.custom-theme .el-select__input.is-mini{height:14px}.custom-theme .el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#b4bccc;line-height:18px;font-size:14px}.custom-theme .el-select__close:hover{color:#878d99}.custom-theme .el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.custom-theme .el-select .el-tag__close{margin-top:-2px}.custom-theme .el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:3px 0 3px 6px;background-color:#f0f2f5}.custom-theme .el-select .el-tag__close.el-icon-close{background-color:#b4bccc;right:-7px;color:#fff}.custom-theme .el-select .el-tag__close.el-icon-close:hover{background-color:#878d99}.custom-theme .el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.custom-theme .el-select__tag{display:inline-block;height:24px;line-height:24px;font-size:14px;border-radius:4px;color:#fff;background-color:#262729}.custom-theme .el-select__tag .el-icon-close{font-size:14px}.custom-theme .el-pagination{white-space:nowrap;padding:2px 5px;color:#2d2f33;font-weight:700}.custom-theme .el-pagination::after,.custom-theme .el-pagination::before{display:table;content:""}.custom-theme .el-pagination::after{clear:both}.custom-theme .el-pagination button,.custom-theme .el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-pagination .el-input__inner{text-align:center}.custom-theme .el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-pagination .el-select .el-input{width:100px;margin:0 5px}.custom-theme .el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px;height:28px}.custom-theme .el-pagination button{border:none;padding:0 6px;background:0 0}.custom-theme .el-pagination button:focus{outline:0}.custom-theme .el-pagination button:hover{color:#262729}.custom-theme .el-pagination button.disabled{color:#b4bccc;background-color:#fff;cursor:not-allowed}.custom-theme .el-pagination .btn-next,.custom-theme .el-pagination .btn-prev{background:center center no-repeat;background-size:16px;background-color:#fff;cursor:pointer;margin:0;color:#2d2f33}.custom-theme .el-pagination .btn-next .el-icon,.custom-theme .el-pagination .btn-prev .el-icon{display:block;font-size:12px}.custom-theme .el-pagination .btn-prev{padding-right:12px}.custom-theme .el-pagination .btn-next{padding-left:12px}.custom-theme .el-pagination--small .btn-next,.custom-theme .el-pagination--small .btn-prev,.custom-theme .el-pagination--small .el-pager li,.custom-theme .el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.custom-theme .el-pagination--small .arrow.disabled{visibility:hidden}.custom-theme .el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#5a5e66}.custom-theme .el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.custom-theme .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#262729}.custom-theme .el-pagination__total{margin-right:10px;font-weight:400;color:#5a5e66}.custom-theme .el-pagination__jump{margin-left:24px;font-weight:400;color:#5a5e66}.custom-theme .el-pagination__jump .el-input__inner{padding:0 3px}.custom-theme .el-pagination__rightwrapper{float:right}.custom-theme .el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px;-moz-appearance:textfield}.custom-theme .el-pagination__editor.el-input{width:50px}.custom-theme .el-pagination__editor.el-input .el-input__inner{height:28px}.custom-theme .el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.custom-theme .el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-theme .el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;display:inline-block;vertical-align:top;font-size:0;padding:0;margin:0}.custom-theme .el-pager .el-icon-more::before{vertical-align:-4px}.custom-theme .el-pager li{padding:0 4px;background:#fff;vertical-align:top;display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;margin:0}.custom-theme .el-pager li.btn-quicknext,.custom-theme .el-pager li.btn-quickprev{line-height:28px;color:#2d2f33}.custom-theme .el-pager li.btn-quickprev:hover{cursor:pointer}.custom-theme .el-pager li.btn-quicknext:hover{cursor:pointer}.custom-theme .el-pager li.active+li{border-left:0}.custom-theme .el-pager li:hover{color:#262729}.custom-theme .el-pager li.active{color:#262729;cursor:default}.custom-theme .v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.custom-theme .v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@-webkit-keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{100%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.custom-theme .v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.custom-theme .el-dialog{position:relative;margin:0 auto 50px;background:#fff;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.custom-theme .el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.custom-theme .el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.custom-theme .el-dialog__header{padding:15px;padding-bottom:10px}.custom-theme .el-dialog__headerbtn{position:absolute;top:15px;right:15px;padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:16px}.custom-theme .el-dialog__headerbtn .el-dialog__close{color:#0a76a4}.custom-theme .el-dialog__headerbtn:focus .el-dialog__close,.custom-theme .el-dialog__headerbtn:hover .el-dialog__close{color:#262729}.custom-theme .el-dialog__title{line-height:24px;font-size:18px;color:#2d2f33}.custom-theme .el-dialog__body{padding:30px 20px;color:#5a5e66;line-height:24px;font-size:14px}.custom-theme .el-dialog__footer{padding:15px;padding-top:10px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-dialog--center{text-align:center}.custom-theme .el-dialog--center .el-dialog__header{padding-top:30px}.custom-theme .el-dialog--center .el-dialog__body{text-align:initial;padding:25px 27px 30px}.custom-theme .el-dialog--center .el-dialog__footer{text-align:inherit;padding-bottom:30px}.custom-theme .dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.custom-theme .dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.custom-theme .el-input{position:relative;font-size:14px;display:inline-block;width:100%}.custom-theme .el-input::-webkit-scrollbar{z-index:11;width:6px}.custom-theme .el-input::-webkit-scrollbar:horizontal{height:6px}.custom-theme .el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.custom-theme .el-input::-webkit-scrollbar-corner{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.custom-theme .el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:1;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.custom-theme .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input__inner:hover{border-color:#b4bccc}.custom-theme .el-input__inner:focus{outline:0;border-color:#262729}.custom-theme .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.custom-theme .el-input__suffix-inner{pointer-events:all}.custom-theme .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s}.custom-theme .el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.custom-theme .el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.custom-theme .el-input__validateIcon{pointer-events:none}.custom-theme .el-input.is-active .el-input__inner{outline:0;border-color:#262729}.custom-theme .el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__icon{cursor:not-allowed}.custom-theme .el-input--suffix .el-input__inner{padding-right:30px}.custom-theme .el-input--prefix .el-input__inner{padding-left:30px}.custom-theme .el-input--medium{font-size:14px}.custom-theme .el-input--medium .el-input__inner{height:36px}.custom-theme .el-input--medium .el-input__icon{line-height:36px}.custom-theme .el-input--small{font-size:13px}.custom-theme .el-input--small .el-input__inner{height:32px}.custom-theme .el-input--small .el-input__icon{line-height:32px}.custom-theme .el-input--mini{font-size:12px}.custom-theme .el-input--mini .el-input__inner{height:28px}.custom-theme .el-input--mini .el-input__icon{line-height:28px}.custom-theme .el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.custom-theme .el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.custom-theme .el-input-group__append,.custom-theme .el-input-group__prepend{background-color:#f5f7fa;color:#0a76a4;vertical-align:middle;display:table-cell;position:relative;border:1px solid #d8dce5;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.custom-theme .el-input-group__append:focus,.custom-theme .el-input-group__prepend:focus{outline:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-select,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-select{display:inline-block;margin:-20px}.custom-theme .el-input-group__append button.el-button,.custom-theme .el-input-group__append div.el-select .el-input__inner,.custom-theme .el-input-group__append div.el-select:hover .el-input__inner,.custom-theme .el-input-group__prepend button.el-button,.custom-theme .el-input-group__prepend div.el-select .el-input__inner,.custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-input,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-input{font-size:inherit}.custom-theme .el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-textarea{display:inline-block;width:100%;vertical-align:bottom}.custom-theme .el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#5a5e66;background-color:#fff;background-image:none;border:1px solid #d8dce5;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:hover{border-color:#b4bccc}.custom-theme .el-textarea__inner:focus{outline:0;border-color:#262729}.custom-theme .el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-scrollbar{overflow:hidden;position:relative}.custom-theme .el-scrollbar:active>.el-scrollbar__bar,.custom-theme .el-scrollbar:focus>.el-scrollbar__bar,.custom-theme .el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.custom-theme .el-scrollbar__wrap{overflow:scroll;height:100%}.custom-theme .el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.custom-theme .el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(135,141,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.custom-theme .el-scrollbar__thumb:hover{background-color:rgba(135,141,153,.5)}.custom-theme .el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.custom-theme .el-scrollbar__bar.is-vertical{width:6px;top:2px}.custom-theme .el-scrollbar__bar.is-vertical>div{width:100%}.custom-theme .el-scrollbar__bar.is-horizontal{height:6px;left:2px}.custom-theme .el-scrollbar__bar.is-horizontal>div{height:100%}.custom-theme .el-popper .popper__arrow,.custom-theme .el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.custom-theme .el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.custom-theme .el-popper .popper__arrow::after{content:" ";border-width:6px}.custom-theme .el-popper[x-placement^=top]{margin-bottom:12px}.custom-theme .el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#e6ebf5;border-bottom-width:0}.custom-theme .el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.custom-theme .el-popper[x-placement^=bottom]{margin-top:12px}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#e6ebf5}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.custom-theme .el-popper[x-placement^=right]{margin-left:12px}.custom-theme .el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#e6ebf5;border-left-width:0}.custom-theme .el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.custom-theme .el-popper[x-placement^=left]{margin-right:12px}.custom-theme .el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#e6ebf5}.custom-theme .el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.custom-theme .el-autocomplete{position:relative;display:inline-block}.custom-theme .el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px}.custom-theme .el-autocomplete-suggestion.el-popper .popper__arrow{left:24px!important}.custom-theme .el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:auto;background-color:#fff;border:1px solid #dfe4ed;border-radius:4px}.custom-theme .el-autocomplete-suggestion__list{margin:0;padding:0}.custom-theme .el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#5a5e66;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-theme .el-autocomplete-suggestion li:hover{background-color:#f5f7fa}.custom-theme .el-autocomplete-suggestion li.highlighted{background-color:#f5f7fa}.custom-theme .el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.custom-theme .el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.custom-theme .el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.custom-theme .el-autocomplete-suggestion.is-loading li::after{display:inline-block;content:"";height:100%;vertical-align:middle}.custom-theme .el-autocomplete-suggestion.is-loading li:hover{background-color:#fff}.custom-theme .el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.custom-theme .el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d8dce5;border-color:#d8dce5;color:#5a5e66;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.custom-theme .el-button+.el-button{margin-left:10px}.custom-theme .el-button.is-round{padding:12px 20px}.custom-theme .el-button:focus,.custom-theme .el-button:hover{color:#262729;border-color:#bebebf;background-color:#e9e9ea}.custom-theme .el-button:active{color:#222325;border-color:#222325;outline:0}.custom-theme .el-button::-moz-focus-inner{border:0}.custom-theme .el-button [class*=el-icon-]+span{margin-left:5px}.custom-theme .el-button.is-plain:focus,.custom-theme .el-button.is-plain:hover{background:#fff;border-color:#262729;color:#262729}.custom-theme .el-button.is-plain:active{background:#fff;border-color:#222325;color:#222325;outline:0}.custom-theme .el-button.is-active{color:#222325;border-color:#222325}.custom-theme .el-button.is-disabled,.custom-theme .el-button.is-disabled:focus,.custom-theme .el-button.is-disabled:hover{color:#b4bccc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#e6ebf5}.custom-theme .el-button.is-disabled.el-button--text{background-color:transparent}.custom-theme .el-button.is-disabled.is-plain,.custom-theme .el-button.is-disabled.is-plain:focus,.custom-theme .el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#e6ebf5;color:#b4bccc}.custom-theme .el-button.is-loading{position:relative;pointer-events:none}.custom-theme .el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.custom-theme .el-button.is-round{border-radius:20px;padding:12px 23px}.custom-theme .el-button--primary{color:#fff;background-color:#262729;border-color:#262729}.custom-theme .el-button--primary:focus,.custom-theme .el-button--primary:hover{background:#515254;border-color:#515254;color:#fff}.custom-theme .el-button--primary:active{background:#222325;border-color:#222325;color:#fff;outline:0}.custom-theme .el-button--primary.is-active{background:#222325;border-color:#222325;color:#fff}.custom-theme .el-button--primary.is-disabled,.custom-theme .el-button--primary.is-disabled:active,.custom-theme .el-button--primary.is-disabled:focus,.custom-theme .el-button--primary.is-disabled:hover{color:#fff;background-color:#939394;border-color:#939394}.custom-theme .el-button--primary.is-plain{color:#262729;background:#e9e9ea;border-color:#a8a9a9}.custom-theme .el-button--primary.is-plain:focus,.custom-theme .el-button--primary.is-plain:hover{background:#262729;border-color:#262729;color:#fff}.custom-theme .el-button--primary.is-plain:active{background:#222325;border-color:#222325;color:#fff;outline:0}.custom-theme .el-button--primary.is-plain.is-disabled,.custom-theme .el-button--primary.is-plain.is-disabled:active,.custom-theme .el-button--primary.is-plain.is-disabled:focus,.custom-theme .el-button--primary.is-plain.is-disabled:hover{color:#7d7d7f;background-color:#e9e9ea;border-color:#d4d4d4}.custom-theme .el-button--success{color:#fff;background-color:#409167;border-color:#409167}.custom-theme .el-button--success:focus,.custom-theme .el-button--success:hover{background:#66a785;border-color:#66a785;color:#fff}.custom-theme .el-button--success:active{background:#3a835d;border-color:#3a835d;color:#fff;outline:0}.custom-theme .el-button--success.is-active{background:#3a835d;border-color:#3a835d;color:#fff}.custom-theme .el-button--success.is-disabled,.custom-theme .el-button--success.is-disabled:active,.custom-theme .el-button--success.is-disabled:focus,.custom-theme .el-button--success.is-disabled:hover{color:#fff;background-color:#a0c8b3;border-color:#a0c8b3}.custom-theme .el-button--success.is-plain{color:#409167;background:#ecf4f0;border-color:#b3d3c2}.custom-theme .el-button--success.is-plain:focus,.custom-theme .el-button--success.is-plain:hover{background:#409167;border-color:#409167;color:#fff}.custom-theme .el-button--success.is-plain:active{background:#3a835d;border-color:#3a835d;color:#fff;outline:0}.custom-theme .el-button--success.is-plain.is-disabled,.custom-theme .el-button--success.is-plain.is-disabled:active,.custom-theme .el-button--success.is-plain.is-disabled:focus,.custom-theme .el-button--success.is-plain.is-disabled:hover{color:#8cbda4;background-color:#ecf4f0;border-color:#d9e9e1}.custom-theme .el-button--warning{color:#fff;background-color:#9da408;border-color:#9da408}.custom-theme .el-button--warning:focus,.custom-theme .el-button--warning:hover{background:#b1b639;border-color:#b1b639;color:#fff}.custom-theme .el-button--warning:active{background:#8d9407;border-color:#8d9407;color:#fff;outline:0}.custom-theme .el-button--warning.is-active{background:#8d9407;border-color:#8d9407;color:#fff}.custom-theme .el-button--warning.is-disabled,.custom-theme .el-button--warning.is-disabled:active,.custom-theme .el-button--warning.is-disabled:focus,.custom-theme .el-button--warning.is-disabled:hover{color:#fff;background-color:#ced284;border-color:#ced284}.custom-theme .el-button--warning.is-plain{color:#9da408;background:#f5f6e6;border-color:#d8db9c}.custom-theme .el-button--warning.is-plain:focus,.custom-theme .el-button--warning.is-plain:hover{background:#9da408;border-color:#9da408;color:#fff}.custom-theme .el-button--warning.is-plain:active{background:#8d9407;border-color:#8d9407;color:#fff;outline:0}.custom-theme .el-button--warning.is-plain.is-disabled,.custom-theme .el-button--warning.is-plain.is-disabled:active,.custom-theme .el-button--warning.is-plain.is-disabled:focus,.custom-theme .el-button--warning.is-plain.is-disabled:hover{color:#c4c86b;background-color:#f5f6e6;border-color:#ebedce}.custom-theme .el-button--danger{color:#fff;background-color:#b3450e;border-color:#b3450e}.custom-theme .el-button--danger:focus,.custom-theme .el-button--danger:hover{background:#c26a3e;border-color:#c26a3e;color:#fff}.custom-theme .el-button--danger:active{background:#a13e0d;border-color:#a13e0d;color:#fff;outline:0}.custom-theme .el-button--danger.is-active{background:#a13e0d;border-color:#a13e0d;color:#fff}.custom-theme .el-button--danger.is-disabled,.custom-theme .el-button--danger.is-disabled:active,.custom-theme .el-button--danger.is-disabled:focus,.custom-theme .el-button--danger.is-disabled:hover{color:#fff;background-color:#d9a287;border-color:#d9a287}.custom-theme .el-button--danger.is-plain{color:#b3450e;background:#f7ece7;border-color:#e1b59f}.custom-theme .el-button--danger.is-plain:focus,.custom-theme .el-button--danger.is-plain:hover{background:#b3450e;border-color:#b3450e;color:#fff}.custom-theme .el-button--danger.is-plain:active{background:#a13e0d;border-color:#a13e0d;color:#fff;outline:0}.custom-theme .el-button--danger.is-plain.is-disabled,.custom-theme .el-button--danger.is-plain.is-disabled:active,.custom-theme .el-button--danger.is-plain.is-disabled:focus,.custom-theme .el-button--danger.is-plain.is-disabled:hover{color:#d18f6e;background-color:#f7ece7;border-color:#f0dacf}.custom-theme .el-button--info{color:#fff;background-color:#0a76a4;border-color:#0a76a4}.custom-theme .el-button--info:focus,.custom-theme .el-button--info:hover{background:#3b91b6;border-color:#3b91b6;color:#fff}.custom-theme .el-button--info:active{background:#096a94;border-color:#096a94;color:#fff;outline:0}.custom-theme .el-button--info.is-active{background:#096a94;border-color:#096a94;color:#fff}.custom-theme .el-button--info.is-disabled,.custom-theme .el-button--info.is-disabled:active,.custom-theme .el-button--info.is-disabled:focus,.custom-theme .el-button--info.is-disabled:hover{color:#fff;background-color:#85bbd2;border-color:#85bbd2}.custom-theme .el-button--info.is-plain{color:#0a76a4;background:#e7f1f6;border-color:#9dc8db}.custom-theme .el-button--info.is-plain:focus,.custom-theme .el-button--info.is-plain:hover{background:#0a76a4;border-color:#0a76a4;color:#fff}.custom-theme .el-button--info.is-plain:active{background:#096a94;border-color:#096a94;color:#fff;outline:0}.custom-theme .el-button--info.is-plain.is-disabled,.custom-theme .el-button--info.is-plain.is-disabled:active,.custom-theme .el-button--info.is-plain.is-disabled:focus,.custom-theme .el-button--info.is-plain.is-disabled:hover{color:#6cadc8;background-color:#e7f1f6;border-color:#cee4ed}.custom-theme .el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.custom-theme .el-button--medium.is-round{padding:10px 20px}.custom-theme .el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.custom-theme .el-button--small.is-round{padding:9px 15px}.custom-theme .el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.custom-theme .el-button--mini.is-round{padding:7px 15px}.custom-theme .el-button--text{border:none;color:#262729;background:0 0;padding-left:0;padding-right:0}.custom-theme .el-button--text:focus,.custom-theme .el-button--text:hover{color:#515254;border-color:transparent;background-color:transparent}.custom-theme .el-button--text:active{color:#222325;border-color:transparent;background-color:transparent}.custom-theme .el-button-group{display:inline-block;vertical-align:middle}.custom-theme .el-button-group::after,.custom-theme .el-button-group::before{display:table;content:""}.custom-theme .el-button-group::after{clear:both}.custom-theme .el-button-group .el-button{float:left;position:relative}.custom-theme .el-button-group .el-button+.el-button{margin-left:0}.custom-theme .el-button-group .el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-button-group .el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-button-group .el-button:not(:first-child):not(:last-child){border-radius:0}.custom-theme .el-button-group .el-button:not(:last-child){margin-right:-1px}.custom-theme .el-button-group .el-button:active,.custom-theme .el-button-group .el-button:focus,.custom-theme .el-button-group .el-button:hover{z-index:1}.custom-theme .el-button-group .el-button.is-active{z-index:1}.custom-theme .el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-popper .popper__arrow,.custom-theme .el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.custom-theme .el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.custom-theme .el-popper .popper__arrow::after{content:" ";border-width:6px}.custom-theme .el-popper[x-placement^=top]{margin-bottom:12px}.custom-theme .el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#e6ebf5;border-bottom-width:0}.custom-theme .el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.custom-theme .el-popper[x-placement^=bottom]{margin-top:12px}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#e6ebf5}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.custom-theme .el-popper[x-placement^=right]{margin-left:12px}.custom-theme .el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#e6ebf5;border-left-width:0}.custom-theme .el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.custom-theme .el-popper[x-placement^=left]{margin-right:12px}.custom-theme .el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#e6ebf5}.custom-theme .el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.custom-theme .el-dropdown{display:inline-block;position:relative;color:#5a5e66;font-size:14px}.custom-theme .el-dropdown .el-button-group{display:block}.custom-theme .el-dropdown .el-button-group .el-button{float:none}.custom-theme .el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.custom-theme .el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.custom-theme .el-dropdown .el-dropdown__caret-button:hover::before{top:0;bottom:0}.custom-theme .el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.custom-theme .el-dropdown__icon{font-size:12px;margin:0 3px}.custom-theme .el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#fff;border:1px solid #e6ebf5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.custom-theme .el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#5a5e66;cursor:pointer}.custom-theme .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#e9e9ea;color:#515254}.custom-theme .el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #e6ebf5}.custom-theme .el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -20px;background-color:#fff}.custom-theme .el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.custom-theme .el-dropdown-menu--medium{padding:6px 0}.custom-theme .el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.custom-theme .el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.custom-theme .el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.custom-theme .el-dropdown-menu--small{padding:6px 0}.custom-theme .el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.custom-theme .el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.custom-theme .el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.custom-theme .el-dropdown-menu--mini{padding:3px 0}.custom-theme .el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.custom-theme .el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.custom-theme .el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.custom-theme .el-menu{border-right:solid 1px #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0;background-color:#fff}.custom-theme .el-menu::after,.custom-theme .el-menu::before{display:table;content:""}.custom-theme .el-menu::after{clear:both}.custom-theme .el-menu li{list-style:none}.custom-theme .el-menu--horizontal{border-right:none;border-bottom:solid 1px #e6e6e6}.custom-theme .el-menu--horizontal .el-menu-item{float:left;height:60px;line-height:60px;margin:0;cursor:pointer;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:2px solid transparent;color:#878d99}.custom-theme .el-menu--horizontal .el-menu-item a,.custom-theme .el-menu--horizontal .el-menu-item a:hover{color:inherit}.custom-theme .el-menu--horizontal .el-menu-item:focus,.custom-theme .el-menu--horizontal .el-menu-item:hover{background-color:#fff}.custom-theme .el-menu--horizontal .el-submenu{float:left;position:relative}.custom-theme .el-menu--horizontal .el-submenu:focus{outline:0}.custom-theme .el-menu--horizontal .el-submenu:focus>.el-submenu__title{color:#2d2f33}.custom-theme .el-menu--horizontal .el-submenu>.el-menu{position:absolute;top:65px;left:0;border:none;padding:5px 0;background-color:#fff;z-index:100;min-width:100%;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px}.custom-theme .el-menu--horizontal .el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:2px solid transparent;color:#878d99}.custom-theme .el-menu--horizontal .el-submenu .el-submenu__title:hover{background-color:#fff}.custom-theme .el-menu--horizontal .el-submenu .el-menu-item{background-color:#fff;float:none;height:36px;line-height:36px;padding:0 10px}.custom-theme .el-menu--horizontal .el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.custom-theme .el-menu--horizontal .el-menu-item:focus,.custom-theme .el-menu--horizontal .el-menu-item:hover,.custom-theme .el-menu--horizontal .el-submenu__title:hover{outline:0;color:#2d2f33}.custom-theme .el-menu--horizontal>.el-menu-item.is-active,.custom-theme .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #262729;color:#2d2f33}.custom-theme .el-menu--collapse{width:64px}.custom-theme .el-menu--collapse>.el-menu-item [class^=el-icon-],.custom-theme .el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.custom-theme .el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.custom-theme .el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.custom-theme .el-menu--collapse>.el-menu-item span,.custom-theme .el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.custom-theme .el-menu--collapse>.el-menu-item.is-active i{color:inherit}.custom-theme .el-menu--collapse .el-menu .el-submenu{min-width:140px}.custom-theme .el-menu--collapse .el-submenu{position:relative}.custom-theme .el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;z-index:10;border:1px solid #dfe4ed;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.custom-theme .el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:none;transform:none}.custom-theme .el-menu-item{height:56px;line-height:56px;font-size:14px;color:#2d2f33;padding:0 20px;cursor:pointer;position:relative;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.custom-theme .el-menu-item [class^=el-icon-]{margin-right:5px;width:24px;text-align:center;font-size:18px}.custom-theme .el-menu-item *{vertical-align:middle}.custom-theme .el-menu-item:first-child{margin-left:0}.custom-theme .el-menu-item:last-child{margin-right:0}.custom-theme .el-menu-item:focus,.custom-theme .el-menu-item:hover{outline:0;background-color:#e9e9ea}.custom-theme .el-menu-item i{color:#878d99}.custom-theme .el-menu-item.is-active{color:#262729}.custom-theme .el-menu-item.is-active i{color:inherit}.custom-theme .el-submenu__title{position:relative;height:56px;line-height:56px;font-size:14px;color:#2d2f33;padding:0 20px;cursor:pointer;position:relative;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.custom-theme .el-submenu__title *{vertical-align:middle}.custom-theme .el-submenu__title i{color:#878d99}.custom-theme .el-submenu__title:hover{background-color:#e9e9ea}.custom-theme .el-submenu .el-menu{border:none}.custom-theme .el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;min-width:140px}.custom-theme .el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:12px}.custom-theme .el-submenu.is-active .el-submenu__title{border-bottom-color:#262729}.custom-theme .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.custom-theme .el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:24px;text-align:center;font-size:18px}.custom-theme .el-menu-item-group>ul{padding:0}.custom-theme .el-menu-item-group__title{padding:7px 0 7px 20px;line-height:normal;font-size:12px;color:#878d99}.custom-theme .horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{-webkit-transition:.2s;transition:.2s;opacity:0}.custom-theme .el-input{position:relative;font-size:14px;display:inline-block;width:100%}.custom-theme .el-input::-webkit-scrollbar{z-index:11;width:6px}.custom-theme .el-input::-webkit-scrollbar:horizontal{height:6px}.custom-theme .el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.custom-theme .el-input::-webkit-scrollbar-corner{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.custom-theme .el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:1;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.custom-theme .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input__inner:hover{border-color:#b4bccc}.custom-theme .el-input__inner:focus{outline:0;border-color:#262729}.custom-theme .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.custom-theme .el-input__suffix-inner{pointer-events:all}.custom-theme .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s}.custom-theme .el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.custom-theme .el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.custom-theme .el-input__validateIcon{pointer-events:none}.custom-theme .el-input.is-active .el-input__inner{outline:0;border-color:#262729}.custom-theme .el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__icon{cursor:not-allowed}.custom-theme .el-input--suffix .el-input__inner{padding-right:30px}.custom-theme .el-input--prefix .el-input__inner{padding-left:30px}.custom-theme .el-input--medium{font-size:14px}.custom-theme .el-input--medium .el-input__inner{height:36px}.custom-theme .el-input--medium .el-input__icon{line-height:36px}.custom-theme .el-input--small{font-size:13px}.custom-theme .el-input--small .el-input__inner{height:32px}.custom-theme .el-input--small .el-input__icon{line-height:32px}.custom-theme .el-input--mini{font-size:12px}.custom-theme .el-input--mini .el-input__inner{height:28px}.custom-theme .el-input--mini .el-input__icon{line-height:28px}.custom-theme .el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.custom-theme .el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.custom-theme .el-input-group__append,.custom-theme .el-input-group__prepend{background-color:#f5f7fa;color:#0a76a4;vertical-align:middle;display:table-cell;position:relative;border:1px solid #d8dce5;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.custom-theme .el-input-group__append:focus,.custom-theme .el-input-group__prepend:focus{outline:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-select,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-select{display:inline-block;margin:-20px}.custom-theme .el-input-group__append button.el-button,.custom-theme .el-input-group__append div.el-select .el-input__inner,.custom-theme .el-input-group__append div.el-select:hover .el-input__inner,.custom-theme .el-input-group__prepend button.el-button,.custom-theme .el-input-group__prepend div.el-select .el-input__inner,.custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-input,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-input{font-size:inherit}.custom-theme .el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-textarea{display:inline-block;width:100%;vertical-align:bottom}.custom-theme .el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#5a5e66;background-color:#fff;background-image:none;border:1px solid #d8dce5;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:hover{border-color:#b4bccc}.custom-theme .el-textarea__inner:focus{outline:0;border-color:#262729}.custom-theme .el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-input{position:relative;font-size:14px;display:inline-block;width:100%}.custom-theme .el-input::-webkit-scrollbar{z-index:11;width:6px}.custom-theme .el-input::-webkit-scrollbar:horizontal{height:6px}.custom-theme .el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.custom-theme .el-input::-webkit-scrollbar-corner{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.custom-theme .el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:1;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.custom-theme .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input__inner:hover{border-color:#b4bccc}.custom-theme .el-input__inner:focus{outline:0;border-color:#262729}.custom-theme .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.custom-theme .el-input__suffix-inner{pointer-events:all}.custom-theme .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s}.custom-theme .el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.custom-theme .el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.custom-theme .el-input__validateIcon{pointer-events:none}.custom-theme .el-input.is-active .el-input__inner{outline:0;border-color:#262729}.custom-theme .el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__icon{cursor:not-allowed}.custom-theme .el-input--suffix .el-input__inner{padding-right:30px}.custom-theme .el-input--prefix .el-input__inner{padding-left:30px}.custom-theme .el-input--medium{font-size:14px}.custom-theme .el-input--medium .el-input__inner{height:36px}.custom-theme .el-input--medium .el-input__icon{line-height:36px}.custom-theme .el-input--small{font-size:13px}.custom-theme .el-input--small .el-input__inner{height:32px}.custom-theme .el-input--small .el-input__icon{line-height:32px}.custom-theme .el-input--mini{font-size:12px}.custom-theme .el-input--mini .el-input__inner{height:28px}.custom-theme .el-input--mini .el-input__icon{line-height:28px}.custom-theme .el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.custom-theme .el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.custom-theme .el-input-group__append,.custom-theme .el-input-group__prepend{background-color:#f5f7fa;color:#0a76a4;vertical-align:middle;display:table-cell;position:relative;border:1px solid #d8dce5;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.custom-theme .el-input-group__append:focus,.custom-theme .el-input-group__prepend:focus{outline:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-select,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-select{display:inline-block;margin:-20px}.custom-theme .el-input-group__append button.el-button,.custom-theme .el-input-group__append div.el-select .el-input__inner,.custom-theme .el-input-group__append div.el-select:hover .el-input__inner,.custom-theme .el-input-group__prepend button.el-button,.custom-theme .el-input-group__prepend div.el-select .el-input__inner,.custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-input,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-input{font-size:inherit}.custom-theme .el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-textarea{display:inline-block;width:100%;vertical-align:bottom}.custom-theme .el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#5a5e66;background-color:#fff;background-image:none;border:1px solid #d8dce5;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:hover{border-color:#b4bccc}.custom-theme .el-textarea__inner:focus{outline:0;border-color:#262729}.custom-theme .el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.custom-theme .el-input-number .el-input{display:block}.custom-theme .el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.custom-theme .el-input-number__decrease,.custom-theme .el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#f5f7fa;color:#5a5e66;cursor:pointer;font-size:13px}.custom-theme .el-input-number__decrease:hover,.custom-theme .el-input-number__increase:hover{color:#262729}.custom-theme .el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.custom-theme .el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#262729}.custom-theme .el-input-number__decrease.is-disabled,.custom-theme .el-input-number__increase.is-disabled{color:#b4bccc;cursor:not-allowed}.custom-theme .el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #d8dce5}.custom-theme .el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #d8dce5}.custom-theme .el-input-number.is-disabled .el-input-number__decrease,.custom-theme .el-input-number.is-disabled .el-input-number__increase{border-color:#dfe4ed;color:#dfe4ed}.custom-theme .el-input-number.is-disabled .el-input-number__decrease:hover,.custom-theme .el-input-number.is-disabled .el-input-number__increase:hover{color:#dfe4ed;cursor:not-allowed}.custom-theme .el-input-number--medium{width:200px;line-height:34px}.custom-theme .el-input-number--medium .el-input-number__decrease,.custom-theme .el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.custom-theme .el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.custom-theme .el-input-number--small{width:130px;line-height:30px}.custom-theme .el-input-number--small .el-input-number__decrease,.custom-theme .el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.custom-theme .el-input-number--small .el-input-number__decrease [class*=el-icon],.custom-theme .el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.custom-theme .el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.custom-theme .el-input-number--mini{width:130px;line-height:26px}.custom-theme .el-input-number--mini .el-input-number__decrease,.custom-theme .el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.custom-theme .el-input-number--mini .el-input-number__decrease [class*=el-icon],.custom-theme .el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.custom-theme .el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.custom-theme .el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.custom-theme .el-input-number.is-controls-right .el-input-number__decrease,.custom-theme .el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.custom-theme .el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.custom-theme .el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #d8dce5}.custom-theme .el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #d8dce5;border-radius:0 0 4px 0}.custom-theme .el-input-number.is-controls-right[class*=medium] [class*=decrease],.custom-theme .el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.custom-theme .el-input-number.is-controls-right[class*=small] [class*=decrease],.custom-theme .el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.custom-theme .el-input-number.is-controls-right[class*=mini] [class*=decrease],.custom-theme .el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.custom-theme .el-radio{color:#5a5e66;font-weight:500;line-height:1;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;outline:0;font-size:14px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.custom-theme .el-radio.is-bordered{padding:10px 20px 10px 10px;border-radius:4px;border:1px solid #d8dce5}.custom-theme .el-radio.is-bordered.is-checked{border-color:#262729}.custom-theme .el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#e6ebf5}.custom-theme .el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.custom-theme .el-radio--medium.is-bordered{padding:8px 20px 8px 10px;border-radius:4px}.custom-theme .el-radio--medium.is-bordered .el-radio__label{font-size:14px}.custom-theme .el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.custom-theme .el-radio--small.is-bordered{padding:6px 15px 6px 10px;border-radius:3px}.custom-theme .el-radio--small.is-bordered .el-radio__label{font-size:12px}.custom-theme .el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.custom-theme .el-radio--mini.is-bordered{padding:4px 15px 4px 10px;border-radius:3px}.custom-theme .el-radio--mini.is-bordered .el-radio__label{font-size:12px}.custom-theme .el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.custom-theme .el-radio+.el-radio{margin-left:30px}.custom-theme .el-radio__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.custom-theme .el-radio__input.is-disabled .el-radio__inner{background-color:#f5f7fa;border-color:#dfe4ed;cursor:not-allowed}.custom-theme .el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#f5f7fa}.custom-theme .el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.custom-theme .el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#f5f7fa;border-color:#dfe4ed}.custom-theme .el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#b4bccc}.custom-theme .el-radio__input.is-disabled+span.el-radio__label{color:#b4bccc;cursor:not-allowed}.custom-theme .el-radio__input.is-checked .el-radio__inner{border-color:#262729;background:#262729}.custom-theme .el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.custom-theme .el-radio__input.is-checked+.el-radio__label{color:#262729}.custom-theme .el-radio__input.is-focus .el-radio__inner{border-color:#262729}.custom-theme .el-radio__inner{border:1px solid #d8dce5;border-radius:100%;width:14px;height:14px;background-color:#fff;position:relative;cursor:pointer;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-radio__inner:hover{border-color:#262729}.custom-theme .el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#fff;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6);transition:-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6);transition:transform .15s cubic-bezier(.71,-.46,.88,.6);transition:transform .15s cubic-bezier(.71,-.46,.88,.6),-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6)}.custom-theme .el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.custom-theme .el-radio:focus:not(.is-focus):not(:active) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #262729;box-shadow:0 0 2px 2px #262729}.custom-theme .el-radio__label{font-size:14px;padding-left:10px}.custom-theme .el-radio-group{display:inline-block;line-height:1;vertical-align:middle;font-size:0}.custom-theme .el-radio-button{position:relative;display:inline-block;outline:0}.custom-theme .el-radio-button__inner{display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;background:#fff;border:1px solid #d8dce5;font-weight:500;border-left:0;color:#5a5e66;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.custom-theme .el-radio-button__inner.is-round{padding:12px 20px}.custom-theme .el-radio-button__inner:hover{color:#262729}.custom-theme .el-radio-button__inner [class*=el-icon-]{line-height:.9}.custom-theme .el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.custom-theme .el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1;left:-999px}.custom-theme .el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#fff;background-color:#262729;border-color:#262729;-webkit-box-shadow:-1px 0 0 0 #262729;box-shadow:-1px 0 0 0 #262729}.custom-theme .el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#b4bccc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#e6ebf5;-webkit-box-shadow:none;box-shadow:none}.custom-theme .el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#edf2fc}.custom-theme .el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #d8dce5;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.custom-theme .el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.custom-theme .el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.custom-theme .el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.custom-theme .el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.custom-theme .el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.custom-theme .el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.custom-theme .el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.custom-theme .el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.custom-theme .el-radio-button:focus:not(.is-focus):not(:active){-webkit-box-shadow:0 0 2px 2px #262729;box-shadow:0 0 2px 2px #262729}.custom-theme .el-checkbox{color:#5a5e66;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-theme .el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #d8dce5}.custom-theme .el-checkbox.is-bordered.is-checked{border-color:#262729}.custom-theme .el-checkbox.is-bordered.is-disabled{border-color:#e6ebf5;cursor:not-allowed}.custom-theme .el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small{padding:3px 15px 7px 10px;border-radius:3px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini{padding:1px 15px 5px 10px;border-radius:3px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.custom-theme .el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5;cursor:not-allowed}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.custom-theme .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5}.custom-theme .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5}.custom-theme .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#b4bccc;border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled+span.el-checkbox__label{color:#b4bccc;cursor:not-allowed}.custom-theme .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#262729;border-color:#262729}.custom-theme .el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.custom-theme .el-checkbox__input.is-checked+.el-checkbox__label{color:#262729}.custom-theme .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#262729}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#262729;border-color:#262729}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.custom-theme .el-checkbox__inner{display:inline-block;position:relative;border:1px solid #d8dce5;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.custom-theme .el-checkbox__inner:hover{border-color:#262729}.custom-theme .el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms,-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;-webkit-transform-origin:center;transform-origin:center}.custom-theme .el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;left:-999px}.custom-theme .el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.custom-theme .el-checkbox+.el-checkbox{margin-left:30px}.custom-theme .el-checkbox-button{position:relative;display:inline-block}.custom-theme .el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #d8dce5;border-left:0;color:#5a5e66;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.custom-theme .el-checkbox-button__inner.is-round{padding:12px 20px}.custom-theme .el-checkbox-button__inner:hover{color:#262729}.custom-theme .el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.custom-theme .el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.custom-theme .el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;left:-999px}.custom-theme .el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#262729;border-color:#262729;-webkit-box-shadow:-1px 0 0 0 #7d7d7f;box-shadow:-1px 0 0 0 #7d7d7f}.custom-theme .el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#b4bccc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#e6ebf5;-webkit-box-shadow:none;box-shadow:none}.custom-theme .el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #d8dce5;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.custom-theme .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#262729}.custom-theme .el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.custom-theme .el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.custom-theme .el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.custom-theme .el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.custom-theme .el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.custom-theme .el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.custom-theme .el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.custom-theme .el-checkbox-group{font-size:0}.custom-theme .el-switch{display:inline-block;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.custom-theme .el-switch.is-disabled .el-switch__core,.custom-theme .el-switch.is-disabled .el-switch__label{cursor:not-allowed}.custom-theme .el-switch__label{-webkit-transition:.2s;transition:.2s;height:20px;display:inline-block;font-size:14px;font-weight:500;cursor:pointer;vertical-align:middle;color:#2d2f33}.custom-theme .el-switch__label.is-active{color:#262729}.custom-theme .el-switch__label--left{margin-right:10px}.custom-theme .el-switch__label--right{margin-left:10px}.custom-theme .el-switch__label *{line-height:1;font-size:14px;display:inline-block}.custom-theme .el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.custom-theme .el-switch__input:focus~.el-switch__core{outline:1px solid #262729}.custom-theme .el-switch__core{margin:0;display:inline-block;position:relative;width:40px;height:20px;border:1px solid #d8dce5;outline:0;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#d8dce5;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.custom-theme .el-switch__core .el-switch__button{position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:16px;height:16px;background-color:#fff}.custom-theme .el-switch.is-checked .el-switch__core{border-color:#262729;background-color:#262729}.custom-theme .el-switch.is-disabled{opacity:.6}.custom-theme .el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.custom-theme .el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.custom-theme .el-switch .label-fade-enter,.custom-theme .el-switch .label-fade-leave-active{opacity:0}.custom-theme .el-popper .popper__arrow,.custom-theme .el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.custom-theme .el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.custom-theme .el-popper .popper__arrow::after{content:" ";border-width:6px}.custom-theme .el-popper[x-placement^=top]{margin-bottom:12px}.custom-theme .el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#e6ebf5;border-bottom-width:0}.custom-theme .el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.custom-theme .el-popper[x-placement^=bottom]{margin-top:12px}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#e6ebf5}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.custom-theme .el-popper[x-placement^=right]{margin-left:12px}.custom-theme .el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#e6ebf5;border-left-width:0}.custom-theme .el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.custom-theme .el-popper[x-placement^=left]{margin-right:12px}.custom-theme .el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#e6ebf5}.custom-theme .el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.custom-theme .el-select-dropdown{position:absolute;z-index:1001;border:solid 1px #dfe4ed;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.custom-theme .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#262729;background-color:#fff}.custom-theme .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#f5f7fa}.custom-theme .el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\E611";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-theme .el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.custom-theme .el-select-dropdown .popper__arrow{-webkit-transform:translateX(-400%);transform:translateX(-400%)}.custom-theme .el-select-dropdown.is-arrow-fixed .popper__arrow{-webkit-transform:translateX(-200%);transform:translateX(-200%)}.custom-theme .el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.custom-theme .el-select-dropdown__wrap{max-height:274px}.custom-theme .el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-input{position:relative;font-size:14px;display:inline-block;width:100%}.custom-theme .el-input::-webkit-scrollbar{z-index:11;width:6px}.custom-theme .el-input::-webkit-scrollbar:horizontal{height:6px}.custom-theme .el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.custom-theme .el-input::-webkit-scrollbar-corner{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.custom-theme .el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:1;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.custom-theme .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input__inner:hover{border-color:#b4bccc}.custom-theme .el-input__inner:focus{outline:0;border-color:#262729}.custom-theme .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.custom-theme .el-input__suffix-inner{pointer-events:all}.custom-theme .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s}.custom-theme .el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.custom-theme .el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.custom-theme .el-input__validateIcon{pointer-events:none}.custom-theme .el-input.is-active .el-input__inner{outline:0;border-color:#262729}.custom-theme .el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__icon{cursor:not-allowed}.custom-theme .el-input--suffix .el-input__inner{padding-right:30px}.custom-theme .el-input--prefix .el-input__inner{padding-left:30px}.custom-theme .el-input--medium{font-size:14px}.custom-theme .el-input--medium .el-input__inner{height:36px}.custom-theme .el-input--medium .el-input__icon{line-height:36px}.custom-theme .el-input--small{font-size:13px}.custom-theme .el-input--small .el-input__inner{height:32px}.custom-theme .el-input--small .el-input__icon{line-height:32px}.custom-theme .el-input--mini{font-size:12px}.custom-theme .el-input--mini .el-input__inner{height:28px}.custom-theme .el-input--mini .el-input__icon{line-height:28px}.custom-theme .el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.custom-theme .el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.custom-theme .el-input-group__append,.custom-theme .el-input-group__prepend{background-color:#f5f7fa;color:#0a76a4;vertical-align:middle;display:table-cell;position:relative;border:1px solid #d8dce5;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.custom-theme .el-input-group__append:focus,.custom-theme .el-input-group__prepend:focus{outline:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-select,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-select{display:inline-block;margin:-20px}.custom-theme .el-input-group__append button.el-button,.custom-theme .el-input-group__append div.el-select .el-input__inner,.custom-theme .el-input-group__append div.el-select:hover .el-input__inner,.custom-theme .el-input-group__prepend button.el-button,.custom-theme .el-input-group__prepend div.el-select .el-input__inner,.custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-input,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-input{font-size:inherit}.custom-theme .el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-textarea{display:inline-block;width:100%;vertical-align:bottom}.custom-theme .el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#5a5e66;background-color:#fff;background-image:none;border:1px solid #d8dce5;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:hover{border-color:#b4bccc}.custom-theme .el-textarea__inner:focus{outline:0;border-color:#262729}.custom-theme .el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-tag{background-color:rgba(38,39,41,.1);display:inline-block;padding:0 10px;height:32px;line-height:30px;font-size:12px;color:#262729;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(38,39,41,.2);white-space:nowrap}.custom-theme .el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:18px;width:18px;line-height:18px;vertical-align:middle;top:-1px;right:-5px;color:#262729}.custom-theme .el-tag .el-icon-close::before{display:block}.custom-theme .el-tag .el-icon-close:hover{background-color:#262729;color:#fff}.custom-theme .el-tag--info{background-color:rgba(10,118,164,.1);border-color:rgba(10,118,164,.2);color:#0a76a4}.custom-theme .el-tag--info.is-hit{border-color:#0a76a4}.custom-theme .el-tag--info .el-tag__close{color:#0a76a4}.custom-theme .el-tag--info .el-tag__close:hover{background-color:#0a76a4;color:#fff}.custom-theme .el-tag--success{background-color:rgba(64,145,103,.1);border-color:rgba(64,145,103,.2);color:#409167}.custom-theme .el-tag--success.is-hit{border-color:#409167}.custom-theme .el-tag--success .el-tag__close{color:#409167}.custom-theme .el-tag--success .el-tag__close:hover{background-color:#409167;color:#fff}.custom-theme .el-tag--warning{background-color:rgba(157,164,8,.1);border-color:rgba(157,164,8,.2);color:#9da408}.custom-theme .el-tag--warning.is-hit{border-color:#9da408}.custom-theme .el-tag--warning .el-tag__close{color:#9da408}.custom-theme .el-tag--warning .el-tag__close:hover{background-color:#9da408;color:#fff}.custom-theme .el-tag--danger{background-color:rgba(179,69,14,.1);border-color:rgba(179,69,14,.2);color:#b3450e}.custom-theme .el-tag--danger.is-hit{border-color:#b3450e}.custom-theme .el-tag--danger .el-tag__close{color:#b3450e}.custom-theme .el-tag--danger .el-tag__close:hover{background-color:#b3450e;color:#fff}.custom-theme .el-tag--medium{height:28px;line-height:26px}.custom-theme .el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-tag--small{height:24px;padding:0 8px;line-height:22px}.custom-theme .el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-tag--mini{height:20px;padding:0 5px;line-height:19px}.custom-theme .el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.custom-theme .el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#5a5e66;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.custom-theme .el-select-dropdown__item.is-disabled{color:#b4bccc;cursor:not-allowed}.custom-theme .el-select-dropdown__item.is-disabled:hover{background-color:#fff}.custom-theme .el-select-dropdown__item.hover,.custom-theme .el-select-dropdown__item:hover{background-color:#f5f7fa}.custom-theme .el-select-dropdown__item.selected{color:#262729;font-weight:700}.custom-theme .el-select-dropdown__item span{line-height:34px!important}.custom-theme .el-select-group{margin:0;padding:0}.custom-theme .el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.custom-theme .el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.custom-theme .el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#dfe4ed}.custom-theme .el-select-group__title{padding-left:20px;font-size:12px;color:#0a76a4;line-height:30px}.custom-theme .el-select-group .el-select-dropdown__item{padding-left:20px}.custom-theme .el-scrollbar{overflow:hidden;position:relative}.custom-theme .el-scrollbar:active>.el-scrollbar__bar,.custom-theme .el-scrollbar:focus>.el-scrollbar__bar,.custom-theme .el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.custom-theme .el-scrollbar__wrap{overflow:scroll;height:100%}.custom-theme .el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.custom-theme .el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(135,141,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.custom-theme .el-scrollbar__thumb:hover{background-color:rgba(135,141,153,.5)}.custom-theme .el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.custom-theme .el-scrollbar__bar.is-vertical{width:6px;top:2px}.custom-theme .el-scrollbar__bar.is-vertical>div{width:100%}.custom-theme .el-scrollbar__bar.is-horizontal{height:6px;left:2px}.custom-theme .el-scrollbar__bar.is-horizontal>div{height:100%}.custom-theme .el-select{display:inline-block;position:relative}.custom-theme .el-select:hover .el-input__inner{border-color:#b4bccc}.custom-theme .el-select .el-input__inner{cursor:pointer;padding-right:35px}.custom-theme .el-select .el-input__inner:focus{border-color:#262729}.custom-theme .el-select .el-input .el-select__caret{color:#b4bccc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);line-height:16px;cursor:pointer}.custom-theme .el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.custom-theme .el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#b4bccc;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-select .el-input .el-select__caret.is-show-close:hover{color:#878d99}.custom-theme .el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.custom-theme .el-select .el-input.is-disabled .el-input__inner:hover{border-color:#dfe4ed}.custom-theme .el-select>.el-input{display:block}.custom-theme .el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;vertical-align:baseline;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.custom-theme .el-select__input.is-mini{height:14px}.custom-theme .el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#b4bccc;line-height:18px;font-size:14px}.custom-theme .el-select__close:hover{color:#878d99}.custom-theme .el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.custom-theme .el-select .el-tag__close{margin-top:-2px}.custom-theme .el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:3px 0 3px 6px;background-color:#f0f2f5}.custom-theme .el-select .el-tag__close.el-icon-close{background-color:#b4bccc;right:-7px;color:#fff}.custom-theme .el-select .el-tag__close.el-icon-close:hover{background-color:#878d99}.custom-theme .el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.custom-theme .el-select__tag{display:inline-block;height:24px;line-height:24px;font-size:14px;border-radius:4px;color:#fff;background-color:#262729}.custom-theme .el-select__tag .el-icon-close{font-size:14px}.custom-theme .el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d8dce5;border-color:#d8dce5;color:#5a5e66;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.custom-theme .el-button+.el-button{margin-left:10px}.custom-theme .el-button.is-round{padding:12px 20px}.custom-theme .el-button:focus,.custom-theme .el-button:hover{color:#262729;border-color:#bebebf;background-color:#e9e9ea}.custom-theme .el-button:active{color:#222325;border-color:#222325;outline:0}.custom-theme .el-button::-moz-focus-inner{border:0}.custom-theme .el-button [class*=el-icon-]+span{margin-left:5px}.custom-theme .el-button.is-plain:focus,.custom-theme .el-button.is-plain:hover{background:#fff;border-color:#262729;color:#262729}.custom-theme .el-button.is-plain:active{background:#fff;border-color:#222325;color:#222325;outline:0}.custom-theme .el-button.is-active{color:#222325;border-color:#222325}.custom-theme .el-button.is-disabled,.custom-theme .el-button.is-disabled:focus,.custom-theme .el-button.is-disabled:hover{color:#b4bccc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#e6ebf5}.custom-theme .el-button.is-disabled.el-button--text{background-color:transparent}.custom-theme .el-button.is-disabled.is-plain,.custom-theme .el-button.is-disabled.is-plain:focus,.custom-theme .el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#e6ebf5;color:#b4bccc}.custom-theme .el-button.is-loading{position:relative;pointer-events:none}.custom-theme .el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.custom-theme .el-button.is-round{border-radius:20px;padding:12px 23px}.custom-theme .el-button--primary{color:#fff;background-color:#262729;border-color:#262729}.custom-theme .el-button--primary:focus,.custom-theme .el-button--primary:hover{background:#515254;border-color:#515254;color:#fff}.custom-theme .el-button--primary:active{background:#222325;border-color:#222325;color:#fff;outline:0}.custom-theme .el-button--primary.is-active{background:#222325;border-color:#222325;color:#fff}.custom-theme .el-button--primary.is-disabled,.custom-theme .el-button--primary.is-disabled:active,.custom-theme .el-button--primary.is-disabled:focus,.custom-theme .el-button--primary.is-disabled:hover{color:#fff;background-color:#939394;border-color:#939394}.custom-theme .el-button--primary.is-plain{color:#262729;background:#e9e9ea;border-color:#a8a9a9}.custom-theme .el-button--primary.is-plain:focus,.custom-theme .el-button--primary.is-plain:hover{background:#262729;border-color:#262729;color:#fff}.custom-theme .el-button--primary.is-plain:active{background:#222325;border-color:#222325;color:#fff;outline:0}.custom-theme .el-button--primary.is-plain.is-disabled,.custom-theme .el-button--primary.is-plain.is-disabled:active,.custom-theme .el-button--primary.is-plain.is-disabled:focus,.custom-theme .el-button--primary.is-plain.is-disabled:hover{color:#7d7d7f;background-color:#e9e9ea;border-color:#d4d4d4}.custom-theme .el-button--success{color:#fff;background-color:#409167;border-color:#409167}.custom-theme .el-button--success:focus,.custom-theme .el-button--success:hover{background:#66a785;border-color:#66a785;color:#fff}.custom-theme .el-button--success:active{background:#3a835d;border-color:#3a835d;color:#fff;outline:0}.custom-theme .el-button--success.is-active{background:#3a835d;border-color:#3a835d;color:#fff}.custom-theme .el-button--success.is-disabled,.custom-theme .el-button--success.is-disabled:active,.custom-theme .el-button--success.is-disabled:focus,.custom-theme .el-button--success.is-disabled:hover{color:#fff;background-color:#a0c8b3;border-color:#a0c8b3}.custom-theme .el-button--success.is-plain{color:#409167;background:#ecf4f0;border-color:#b3d3c2}.custom-theme .el-button--success.is-plain:focus,.custom-theme .el-button--success.is-plain:hover{background:#409167;border-color:#409167;color:#fff}.custom-theme .el-button--success.is-plain:active{background:#3a835d;border-color:#3a835d;color:#fff;outline:0}.custom-theme .el-button--success.is-plain.is-disabled,.custom-theme .el-button--success.is-plain.is-disabled:active,.custom-theme .el-button--success.is-plain.is-disabled:focus,.custom-theme .el-button--success.is-plain.is-disabled:hover{color:#8cbda4;background-color:#ecf4f0;border-color:#d9e9e1}.custom-theme .el-button--warning{color:#fff;background-color:#9da408;border-color:#9da408}.custom-theme .el-button--warning:focus,.custom-theme .el-button--warning:hover{background:#b1b639;border-color:#b1b639;color:#fff}.custom-theme .el-button--warning:active{background:#8d9407;border-color:#8d9407;color:#fff;outline:0}.custom-theme .el-button--warning.is-active{background:#8d9407;border-color:#8d9407;color:#fff}.custom-theme .el-button--warning.is-disabled,.custom-theme .el-button--warning.is-disabled:active,.custom-theme .el-button--warning.is-disabled:focus,.custom-theme .el-button--warning.is-disabled:hover{color:#fff;background-color:#ced284;border-color:#ced284}.custom-theme .el-button--warning.is-plain{color:#9da408;background:#f5f6e6;border-color:#d8db9c}.custom-theme .el-button--warning.is-plain:focus,.custom-theme .el-button--warning.is-plain:hover{background:#9da408;border-color:#9da408;color:#fff}.custom-theme .el-button--warning.is-plain:active{background:#8d9407;border-color:#8d9407;color:#fff;outline:0}.custom-theme .el-button--warning.is-plain.is-disabled,.custom-theme .el-button--warning.is-plain.is-disabled:active,.custom-theme .el-button--warning.is-plain.is-disabled:focus,.custom-theme .el-button--warning.is-plain.is-disabled:hover{color:#c4c86b;background-color:#f5f6e6;border-color:#ebedce}.custom-theme .el-button--danger{color:#fff;background-color:#b3450e;border-color:#b3450e}.custom-theme .el-button--danger:focus,.custom-theme .el-button--danger:hover{background:#c26a3e;border-color:#c26a3e;color:#fff}.custom-theme .el-button--danger:active{background:#a13e0d;border-color:#a13e0d;color:#fff;outline:0}.custom-theme .el-button--danger.is-active{background:#a13e0d;border-color:#a13e0d;color:#fff}.custom-theme .el-button--danger.is-disabled,.custom-theme .el-button--danger.is-disabled:active,.custom-theme .el-button--danger.is-disabled:focus,.custom-theme .el-button--danger.is-disabled:hover{color:#fff;background-color:#d9a287;border-color:#d9a287}.custom-theme .el-button--danger.is-plain{color:#b3450e;background:#f7ece7;border-color:#e1b59f}.custom-theme .el-button--danger.is-plain:focus,.custom-theme .el-button--danger.is-plain:hover{background:#b3450e;border-color:#b3450e;color:#fff}.custom-theme .el-button--danger.is-plain:active{background:#a13e0d;border-color:#a13e0d;color:#fff;outline:0}.custom-theme .el-button--danger.is-plain.is-disabled,.custom-theme .el-button--danger.is-plain.is-disabled:active,.custom-theme .el-button--danger.is-plain.is-disabled:focus,.custom-theme .el-button--danger.is-plain.is-disabled:hover{color:#d18f6e;background-color:#f7ece7;border-color:#f0dacf}.custom-theme .el-button--info{color:#fff;background-color:#0a76a4;border-color:#0a76a4}.custom-theme .el-button--info:focus,.custom-theme .el-button--info:hover{background:#3b91b6;border-color:#3b91b6;color:#fff}.custom-theme .el-button--info:active{background:#096a94;border-color:#096a94;color:#fff;outline:0}.custom-theme .el-button--info.is-active{background:#096a94;border-color:#096a94;color:#fff}.custom-theme .el-button--info.is-disabled,.custom-theme .el-button--info.is-disabled:active,.custom-theme .el-button--info.is-disabled:focus,.custom-theme .el-button--info.is-disabled:hover{color:#fff;background-color:#85bbd2;border-color:#85bbd2}.custom-theme .el-button--info.is-plain{color:#0a76a4;background:#e7f1f6;border-color:#9dc8db}.custom-theme .el-button--info.is-plain:focus,.custom-theme .el-button--info.is-plain:hover{background:#0a76a4;border-color:#0a76a4;color:#fff}.custom-theme .el-button--info.is-plain:active{background:#096a94;border-color:#096a94;color:#fff;outline:0}.custom-theme .el-button--info.is-plain.is-disabled,.custom-theme .el-button--info.is-plain.is-disabled:active,.custom-theme .el-button--info.is-plain.is-disabled:focus,.custom-theme .el-button--info.is-plain.is-disabled:hover{color:#6cadc8;background-color:#e7f1f6;border-color:#cee4ed}.custom-theme .el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.custom-theme .el-button--medium.is-round{padding:10px 20px}.custom-theme .el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.custom-theme .el-button--small.is-round{padding:9px 15px}.custom-theme .el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.custom-theme .el-button--mini.is-round{padding:7px 15px}.custom-theme .el-button--text{border:none;color:#262729;background:0 0;padding-left:0;padding-right:0}.custom-theme .el-button--text:focus,.custom-theme .el-button--text:hover{color:#515254;border-color:transparent;background-color:transparent}.custom-theme .el-button--text:active{color:#222325;border-color:transparent;background-color:transparent}.custom-theme .el-button-group{display:inline-block;vertical-align:middle}.custom-theme .el-button-group::after,.custom-theme .el-button-group::before{display:table;content:""}.custom-theme .el-button-group::after{clear:both}.custom-theme .el-button-group .el-button{float:left;position:relative}.custom-theme .el-button-group .el-button+.el-button{margin-left:0}.custom-theme .el-button-group .el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-button-group .el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-button-group .el-button:not(:first-child):not(:last-child){border-radius:0}.custom-theme .el-button-group .el-button:not(:last-child){margin-right:-1px}.custom-theme .el-button-group .el-button:active,.custom-theme .el-button-group .el-button:focus,.custom-theme .el-button-group .el-button:hover{z-index:1}.custom-theme .el-button-group .el-button.is-active{z-index:1}.custom-theme .el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-checkbox{color:#5a5e66;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-theme .el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #d8dce5}.custom-theme .el-checkbox.is-bordered.is-checked{border-color:#262729}.custom-theme .el-checkbox.is-bordered.is-disabled{border-color:#e6ebf5;cursor:not-allowed}.custom-theme .el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small{padding:3px 15px 7px 10px;border-radius:3px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini{padding:1px 15px 5px 10px;border-radius:3px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.custom-theme .el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5;cursor:not-allowed}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.custom-theme .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5}.custom-theme .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5}.custom-theme .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#b4bccc;border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled+span.el-checkbox__label{color:#b4bccc;cursor:not-allowed}.custom-theme .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#262729;border-color:#262729}.custom-theme .el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.custom-theme .el-checkbox__input.is-checked+.el-checkbox__label{color:#262729}.custom-theme .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#262729}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#262729;border-color:#262729}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.custom-theme .el-checkbox__inner{display:inline-block;position:relative;border:1px solid #d8dce5;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.custom-theme .el-checkbox__inner:hover{border-color:#262729}.custom-theme .el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms,-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;-webkit-transform-origin:center;transform-origin:center}.custom-theme .el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;left:-999px}.custom-theme .el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.custom-theme .el-checkbox+.el-checkbox{margin-left:30px}.custom-theme .el-checkbox-button{position:relative;display:inline-block}.custom-theme .el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #d8dce5;border-left:0;color:#5a5e66;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.custom-theme .el-checkbox-button__inner.is-round{padding:12px 20px}.custom-theme .el-checkbox-button__inner:hover{color:#262729}.custom-theme .el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.custom-theme .el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.custom-theme .el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;left:-999px}.custom-theme .el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#262729;border-color:#262729;-webkit-box-shadow:-1px 0 0 0 #7d7d7f;box-shadow:-1px 0 0 0 #7d7d7f}.custom-theme .el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#b4bccc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#e6ebf5;-webkit-box-shadow:none;box-shadow:none}.custom-theme .el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #d8dce5;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.custom-theme .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#262729}.custom-theme .el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.custom-theme .el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.custom-theme .el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.custom-theme .el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.custom-theme .el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.custom-theme .el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.custom-theme .el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.custom-theme .el-checkbox-group{font-size:0}.custom-theme .el-tag{background-color:rgba(38,39,41,.1);display:inline-block;padding:0 10px;height:32px;line-height:30px;font-size:12px;color:#262729;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(38,39,41,.2);white-space:nowrap}.custom-theme .el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:18px;width:18px;line-height:18px;vertical-align:middle;top:-1px;right:-5px;color:#262729}.custom-theme .el-tag .el-icon-close::before{display:block}.custom-theme .el-tag .el-icon-close:hover{background-color:#262729;color:#fff}.custom-theme .el-tag--info{background-color:rgba(10,118,164,.1);border-color:rgba(10,118,164,.2);color:#0a76a4}.custom-theme .el-tag--info.is-hit{border-color:#0a76a4}.custom-theme .el-tag--info .el-tag__close{color:#0a76a4}.custom-theme .el-tag--info .el-tag__close:hover{background-color:#0a76a4;color:#fff}.custom-theme .el-tag--success{background-color:rgba(64,145,103,.1);border-color:rgba(64,145,103,.2);color:#409167}.custom-theme .el-tag--success.is-hit{border-color:#409167}.custom-theme .el-tag--success .el-tag__close{color:#409167}.custom-theme .el-tag--success .el-tag__close:hover{background-color:#409167;color:#fff}.custom-theme .el-tag--warning{background-color:rgba(157,164,8,.1);border-color:rgba(157,164,8,.2);color:#9da408}.custom-theme .el-tag--warning.is-hit{border-color:#9da408}.custom-theme .el-tag--warning .el-tag__close{color:#9da408}.custom-theme .el-tag--warning .el-tag__close:hover{background-color:#9da408;color:#fff}.custom-theme .el-tag--danger{background-color:rgba(179,69,14,.1);border-color:rgba(179,69,14,.2);color:#b3450e}.custom-theme .el-tag--danger.is-hit{border-color:#b3450e}.custom-theme .el-tag--danger .el-tag__close{color:#b3450e}.custom-theme .el-tag--danger .el-tag__close:hover{background-color:#b3450e;color:#fff}.custom-theme .el-tag--medium{height:28px;line-height:26px}.custom-theme .el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-tag--small{height:24px;padding:0 8px;line-height:22px}.custom-theme .el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-tag--mini{height:20px;padding:0 5px;line-height:19px}.custom-theme .el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.custom-theme .el-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;background-color:#fff;font-size:14px;color:#5a5e66}.custom-theme .el-table__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.custom-theme .el-table__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:color(#262729 s(16%) l(44%))}.custom-theme .el-table__expand-column .cell{padding:0;text-align:center}.custom-theme .el-table__expand-icon{position:relative;cursor:pointer;color:#666;font-size:12px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:20px}.custom-theme .el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.custom-theme .el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.custom-theme .el-table__expanded-cell{background-color:#fff}.custom-theme .el-table__expanded-cell[class*=cell]{padding:20px 50px}.custom-theme .el-table__expanded-cell:hover{background-color:#f5f7fa!important}.custom-theme .el-table--fit{border-right:0;border-bottom:0}.custom-theme .el-table--fit td.gutter,.custom-theme .el-table--fit th.gutter{border-right-width:1px}.custom-theme .el-table thead{color:#878d99;font-weight:500}.custom-theme .el-table thead.is-group th{background:#f5f7fa}.custom-theme .el-table td,.custom-theme .el-table th{padding:12px 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative}.custom-theme .el-table td.is-center,.custom-theme .el-table th.is-center{text-align:center}.custom-theme .el-table td.is-left,.custom-theme .el-table th.is-left{text-align:left}.custom-theme .el-table td.is-right,.custom-theme .el-table th.is-right{text-align:right}.custom-theme .el-table td.gutter,.custom-theme .el-table th.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.custom-theme .el-table td.is-hidden>*,.custom-theme .el-table th.is-hidden>*{visibility:hidden}.custom-theme .el-table--medium td,.custom-theme .el-table--medium th{padding:10px 0}.custom-theme .el-table--small{font-size:12px}.custom-theme .el-table--small td,.custom-theme .el-table--small th{padding:8px 0}.custom-theme .el-table--mini{font-size:12px}.custom-theme .el-table--mini td,.custom-theme .el-table--mini th{padding:6px 0}.custom-theme .el-table tr{background-color:#fff}.custom-theme .el-table tr input[type=checkbox]{margin:0}.custom-theme .el-table td,.custom-theme .el-table th.is-leaf{border-bottom:1px solid #e6ebf5}.custom-theme .el-table th.is-sortable{cursor:pointer}.custom-theme .el-table th{white-space:nowrap;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:left}.custom-theme .el-table th div{display:inline-block;padding-left:10px;padding-right:10px;line-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-theme .el-table th>.cell{position:relative;word-wrap:normal;text-overflow:ellipsis;display:inline-block;vertical-align:middle;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-table th>.cell.highlight{color:#262729}.custom-theme .el-table th.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.custom-theme .el-table td div{-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-table td.gutter{width:0}.custom-theme .el-table .cell{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding-left:10px;padding-right:10px}.custom-theme .el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.custom-theme .el-table td:first-child .cell,.custom-theme .el-table th:first-child .cell{padding-left:0}.custom-theme .el-table--border,.custom-theme .el-table--group{border:1px solid #e6ebf5}.custom-theme .el-table--border::after,.custom-theme .el-table--group::after,.custom-theme .el-table::before{content:'';position:absolute;background-color:#e6ebf5;z-index:1}.custom-theme .el-table--border::after,.custom-theme .el-table--group::after{top:0;right:0;width:1px;height:100%}.custom-theme .el-table::before{left:0;bottom:0;width:100%;height:1px}.custom-theme .el-table--border{border-right:none;border-bottom:none}.custom-theme .el-table--border td,.custom-theme .el-table--border th{border-right:1px solid #e6ebf5}.custom-theme .el-table--border td:first-child .cell,.custom-theme .el-table--border th:first-child .cell{padding-left:10px}.custom-theme .el-table--border .has-gutter td:nth-last-of-type(2),.custom-theme .el-table--border .has-gutter th:nth-last-of-type(2){border-right:none}.custom-theme .el-table--border th.gutter:last-of-type{border-bottom:1px solid #e6ebf5;border-bottom-width:1px}.custom-theme .el-table--border th{border-bottom:1px solid #e6ebf5}.custom-theme .el-table--hidden{visibility:hidden}.custom-theme .el-table__fixed,.custom-theme .el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.custom-theme .el-table__fixed-right::before,.custom-theme .el-table__fixed::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#e6ebf5;z-index:4}.custom-theme .el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#fff;border-bottom:1px solid #e6ebf5}.custom-theme .el-table__fixed-right{top:0;left:auto;right:0}.custom-theme .el-table__fixed-right .el-table__fixed-body-wrapper,.custom-theme .el-table__fixed-right .el-table__fixed-footer-wrapper,.custom-theme .el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.custom-theme .el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.custom-theme .el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.custom-theme .el-table__fixed-footer-wrapper tbody td{border-top:1px solid #e6ebf5;background-color:#f5f7fa;color:#5a5e66}.custom-theme .el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.custom-theme .el-table__body-wrapper,.custom-theme .el-table__footer-wrapper,.custom-theme .el-table__header-wrapper{width:100%}.custom-theme .el-table__footer-wrapper{margin-top:-1px}.custom-theme .el-table__footer-wrapper td{border-top:1px solid #e6ebf5}.custom-theme .el-table__body,.custom-theme .el-table__footer,.custom-theme .el-table__header{table-layout:fixed}.custom-theme .el-table__footer-wrapper,.custom-theme .el-table__header-wrapper{overflow:hidden}.custom-theme .el-table__footer-wrapper tbody td,.custom-theme .el-table__header-wrapper tbody td{background-color:#f5f7fa;color:#5a5e66}.custom-theme .el-table__body-wrapper{overflow:auto;position:relative}.custom-theme .el-table__body-wrapper.is-scroll-none~.el-table__fixed,.custom-theme .el-table__body-wrapper.is-scroll-none~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.custom-theme .el-table__body-wrapper.is-scroll-left~.el-table__fixed{-webkit-box-shadow:none;box-shadow:none}.custom-theme .el-table__body-wrapper.is-scroll-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.custom-theme .el-table__body-wrapper .el-table--border.is-scroll-right~.el-table__fixed-right{border-left:1px solid #e6ebf5}.custom-theme .el-table__body-wrapper .el-table--border.is-scroll-left~.el-table__fixed{border-right:1px solid #e6ebf5}.custom-theme .el-table .caret-wrapper{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:13px;width:24px;cursor:pointer;overflow:initial}.custom-theme .el-table .sort-caret{color:#0a76a4;width:14px;overflow:hidden;font-size:13px}.custom-theme .el-table .ascending .sort-caret.ascending{color:#262729}.custom-theme .el-table .descending .sort-caret.descending{color:#262729}.custom-theme .el-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.custom-theme .el-table--striped .el-table__body tr.el-table__row--striped td{background:#fafafa}.custom-theme .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#e9e9ea}.custom-theme .el-table__body tr.hover-row.current-row>td,.custom-theme .el-table__body tr.hover-row.el-table__row--striped.current-row>td,.custom-theme .el-table__body tr.hover-row.el-table__row--striped>td,.custom-theme .el-table__body tr.hover-row>td{background-color:#e9e9ea}.custom-theme .el-table__body tr.current-row>td{background-color:#e9e9ea}.custom-theme .el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #e6ebf5;z-index:10}.custom-theme .el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.custom-theme .el-table__column-filter-trigger i{color:#0a76a4;font-size:12px;-webkit-transform:scale(.75);transform:scale(.75)}.custom-theme .el-table--enable-row-transition .el-table__body td{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.custom-theme .el-table--enable-row-hover .el-table__body tr:hover>td{background-color:#f5f7fa}.custom-theme .el-table--fluid-height .el-table__fixed,.custom-theme .el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.custom-theme .el-checkbox{color:#5a5e66;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-theme .el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #d8dce5}.custom-theme .el-checkbox.is-bordered.is-checked{border-color:#262729}.custom-theme .el-checkbox.is-bordered.is-disabled{border-color:#e6ebf5;cursor:not-allowed}.custom-theme .el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small{padding:3px 15px 7px 10px;border-radius:3px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini{padding:1px 15px 5px 10px;border-radius:3px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.custom-theme .el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5;cursor:not-allowed}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.custom-theme .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5}.custom-theme .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5}.custom-theme .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#b4bccc;border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled+span.el-checkbox__label{color:#b4bccc;cursor:not-allowed}.custom-theme .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#262729;border-color:#262729}.custom-theme .el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.custom-theme .el-checkbox__input.is-checked+.el-checkbox__label{color:#262729}.custom-theme .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#262729}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#262729;border-color:#262729}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.custom-theme .el-checkbox__inner{display:inline-block;position:relative;border:1px solid #d8dce5;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.custom-theme .el-checkbox__inner:hover{border-color:#262729}.custom-theme .el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms,-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;-webkit-transform-origin:center;transform-origin:center}.custom-theme .el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;left:-999px}.custom-theme .el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.custom-theme .el-checkbox+.el-checkbox{margin-left:30px}.custom-theme .el-checkbox-button{position:relative;display:inline-block}.custom-theme .el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #d8dce5;border-left:0;color:#5a5e66;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.custom-theme .el-checkbox-button__inner.is-round{padding:12px 20px}.custom-theme .el-checkbox-button__inner:hover{color:#262729}.custom-theme .el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.custom-theme .el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.custom-theme .el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;left:-999px}.custom-theme .el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#262729;border-color:#262729;-webkit-box-shadow:-1px 0 0 0 #7d7d7f;box-shadow:-1px 0 0 0 #7d7d7f}.custom-theme .el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#b4bccc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#e6ebf5;-webkit-box-shadow:none;box-shadow:none}.custom-theme .el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #d8dce5;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.custom-theme .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#262729}.custom-theme .el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.custom-theme .el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.custom-theme .el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.custom-theme .el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.custom-theme .el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.custom-theme .el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.custom-theme .el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.custom-theme .el-checkbox-group{font-size:0}.custom-theme .el-tag{background-color:rgba(38,39,41,.1);display:inline-block;padding:0 10px;height:32px;line-height:30px;font-size:12px;color:#262729;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(38,39,41,.2);white-space:nowrap}.custom-theme .el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:18px;width:18px;line-height:18px;vertical-align:middle;top:-1px;right:-5px;color:#262729}.custom-theme .el-tag .el-icon-close::before{display:block}.custom-theme .el-tag .el-icon-close:hover{background-color:#262729;color:#fff}.custom-theme .el-tag--info{background-color:rgba(10,118,164,.1);border-color:rgba(10,118,164,.2);color:#0a76a4}.custom-theme .el-tag--info.is-hit{border-color:#0a76a4}.custom-theme .el-tag--info .el-tag__close{color:#0a76a4}.custom-theme .el-tag--info .el-tag__close:hover{background-color:#0a76a4;color:#fff}.custom-theme .el-tag--success{background-color:rgba(64,145,103,.1);border-color:rgba(64,145,103,.2);color:#409167}.custom-theme .el-tag--success.is-hit{border-color:#409167}.custom-theme .el-tag--success .el-tag__close{color:#409167}.custom-theme .el-tag--success .el-tag__close:hover{background-color:#409167;color:#fff}.custom-theme .el-tag--warning{background-color:rgba(157,164,8,.1);border-color:rgba(157,164,8,.2);color:#9da408}.custom-theme .el-tag--warning.is-hit{border-color:#9da408}.custom-theme .el-tag--warning .el-tag__close{color:#9da408}.custom-theme .el-tag--warning .el-tag__close:hover{background-color:#9da408;color:#fff}.custom-theme .el-tag--danger{background-color:rgba(179,69,14,.1);border-color:rgba(179,69,14,.2);color:#b3450e}.custom-theme .el-tag--danger.is-hit{border-color:#b3450e}.custom-theme .el-tag--danger .el-tag__close{color:#b3450e}.custom-theme .el-tag--danger .el-tag__close:hover{background-color:#b3450e;color:#fff}.custom-theme .el-tag--medium{height:28px;line-height:26px}.custom-theme .el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-tag--small{height:24px;padding:0 8px;line-height:22px}.custom-theme .el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-tag--mini{height:20px;padding:0 5px;line-height:19px}.custom-theme .el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.custom-theme .el-table-column--selection .cell{padding-left:14px;padding-right:14px}.custom-theme .el-table-filter{border:solid 1px #e6ebf5;border-radius:2px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0}.custom-theme .el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.custom-theme .el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.custom-theme .el-table-filter__list-item:hover{background-color:#e9e9ea;color:#515254}.custom-theme .el-table-filter__list-item.is-active{background-color:#262729;color:#fff}.custom-theme .el-table-filter__content{min-width:100px}.custom-theme .el-table-filter__bottom{border-top:1px solid #e6ebf5;padding:8px}.custom-theme .el-table-filter__bottom button{background:0 0;border:none;color:#5a5e66;cursor:pointer;font-size:13px;padding:0 3px}.custom-theme .el-table-filter__bottom button:hover{color:#262729}.custom-theme .el-table-filter__bottom button:focus{outline:0}.custom-theme .el-table-filter__bottom button.is-disabled{color:#b4bccc;cursor:not-allowed}.custom-theme .el-table-filter__checkbox-group{padding:10px}.custom-theme .el-table-filter__checkbox-group label.el-checkbox{display:block;margin-bottom:8px;margin-left:5px}.custom-theme .el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.custom-theme .el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-theme .el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#edf2fc}.custom-theme .el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#5a5e66}.custom-theme .el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.custom-theme .el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.custom-theme .el-date-table.is-week-mode .el-date-table__row.current div{background-color:#edf2fc}.custom-theme .el-date-table td{width:32px;height:30px;padding:4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.custom-theme .el-date-table td div{height:30px;padding:3px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.custom-theme .el-date-table td.next-month,.custom-theme .el-date-table td.prev-month{color:#b4bccc}.custom-theme .el-date-table td.today{position:relative}.custom-theme .el-date-table td.today span{color:#262729}.custom-theme .el-date-table td.today.end-date span,.custom-theme .el-date-table td.today.start-date span{color:#fff}.custom-theme .el-date-table td.available:hover{color:#262729}.custom-theme .el-date-table td.in-range div{background-color:#edf2fc}.custom-theme .el-date-table td.in-range div:hover{background-color:#edf2fc}.custom-theme .el-date-table td.current:not(.disabled) span{color:#fff;background-color:#262729}.custom-theme .el-date-table td.end-date div,.custom-theme .el-date-table td.start-date div{color:#fff}.custom-theme .el-date-table td.end-date span,.custom-theme .el-date-table td.start-date span{background-color:#262729}.custom-theme .el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.custom-theme .el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.custom-theme .el-date-table td.disabled div{background-color:#f5f7fa;opacity:1;cursor:not-allowed;color:#b4bccc}.custom-theme .el-date-table td.week{font-size:80%;color:#5a5e66}.custom-theme .el-date-table th{padding:5px;color:#5a5e66;font-weight:400;border-bottom:solid 1px #e6ebf5}.custom-theme .el-month-table{font-size:12px;margin:-1px;border-collapse:collapse}.custom-theme .el-month-table td{text-align:center;padding:20px 3px;cursor:pointer}.custom-theme .el-month-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#b4bccc}.custom-theme .el-month-table td.disabled .cell:hover{color:#b4bccc}.custom-theme .el-month-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#5a5e66;margin:0 auto}.custom-theme .el-month-table td .cell:hover{color:#262729}.custom-theme .el-month-table td.current:not(.disabled) .cell{color:#262729}.custom-theme .el-year-table{font-size:12px;margin:-1px;border-collapse:collapse}.custom-theme .el-year-table .el-icon{color:#2d2f33}.custom-theme .el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.custom-theme .el-year-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#b4bccc}.custom-theme .el-year-table td.disabled .cell:hover{color:#b4bccc}.custom-theme .el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#5a5e66;margin:0 auto}.custom-theme .el-year-table td .cell:hover{color:#262729}.custom-theme .el-year-table td.current:not(.disabled) .cell{color:#262729}.custom-theme .el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.custom-theme .el-time-spinner.has-seconds .el-time-spinner__wrapper:nth-child(2){margin-left:1%}.custom-theme .el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.custom-theme .el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.custom-theme .el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.custom-theme .el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.custom-theme .el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#fff;cursor:default}.custom-theme .el-time-spinner__arrow{font-size:12px;color:#878d99;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.custom-theme .el-time-spinner__arrow:hover{color:#262729}.custom-theme .el-time-spinner__arrow.el-icon-arrow-up{top:10px}.custom-theme .el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.custom-theme .el-time-spinner__input.el-input{width:70%}.custom-theme .el-time-spinner__input.el-input .el-input__inner{padding:0;text-align:center}.custom-theme .el-time-spinner__list{padding:0;margin:0;list-style:none;text-align:center}.custom-theme .el-time-spinner__list::after,.custom-theme .el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.custom-theme .el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#5a5e66}.custom-theme .el-time-spinner__item:hover:not(.disabled):not(.active){background:#f5f7fa;cursor:pointer}.custom-theme .el-time-spinner__item.active:not(.disabled){color:#2d2f33;font-weight:700}.custom-theme .el-time-spinner__item.disabled{color:#b4bccc;cursor:not-allowed}.custom-theme .fade-in-linear-enter-active,.custom-theme .fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.custom-theme .fade-in-linear-enter,.custom-theme .fade-in-linear-leave,.custom-theme .fade-in-linear-leave-active{opacity:0}.custom-theme .el-fade-in-linear-enter-active,.custom-theme .el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.custom-theme .el-fade-in-linear-enter,.custom-theme .el-fade-in-linear-leave,.custom-theme .el-fade-in-linear-leave-active{opacity:0}.custom-theme .el-fade-in-enter-active,.custom-theme .el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.custom-theme .el-fade-in-enter,.custom-theme .el-fade-in-leave-active{opacity:0}.custom-theme .el-zoom-in-center-enter-active,.custom-theme .el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.custom-theme .el-zoom-in-center-enter,.custom-theme .el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.custom-theme .el-zoom-in-top-enter-active,.custom-theme .el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:center top;transform-origin:center top}.custom-theme .el-zoom-in-top-enter,.custom-theme .el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.custom-theme .el-zoom-in-bottom-enter-active,.custom-theme .el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:center bottom;transform-origin:center bottom}.custom-theme .el-zoom-in-bottom-enter,.custom-theme .el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.custom-theme .el-zoom-in-left-enter-active,.custom-theme .el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:top left;transform-origin:top left}.custom-theme .el-zoom-in-left-enter,.custom-theme .el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.custom-theme .collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.custom-theme .horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.custom-theme .el-list-enter-active,.custom-theme .el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.custom-theme .el-list-enter,.custom-theme .el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.custom-theme .el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.custom-theme .el-date-editor{position:relative;display:inline-block;text-align:left}.custom-theme .el-date-editor.el-input,.custom-theme .el-date-editor.el-input__inner{width:220px}.custom-theme .el-date-editor--daterange.el-input,.custom-theme .el-date-editor--daterange.el-input__inner,.custom-theme .el-date-editor--timerange.el-input,.custom-theme .el-date-editor--timerange.el-input__inner{width:350px}.custom-theme .el-date-editor--datetimerange.el-input,.custom-theme .el-date-editor--datetimerange.el-input__inner{width:400px}.custom-theme .el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#b4bccc;float:left;line-height:32px}.custom-theme .el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:14px;color:#5a5e66}.custom-theme .el-date-editor .el-range-input::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-input:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-input::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-input::placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:32px;font-size:14px;width:5%;color:#2d2f33}.custom-theme .el-date-editor .el-range__close-icon{font-size:14px;color:#b4bccc;width:25px;display:inline-block;float:right;line-height:32px}.custom-theme .el-range-editor.el-input__inner{padding:3px 10px}.custom-theme .el-range-editor.is-active{border-color:#262729}.custom-theme .el-range-editor.is-active:hover{border-color:#262729}.custom-theme .el-range-editor--medium.el-input__inner{height:36px}.custom-theme .el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.custom-theme .el-range-editor--medium .el-range-input{font-size:14px}.custom-theme .el-range-editor--medium .el-range__close-icon,.custom-theme .el-range-editor--medium .el-range__icon{line-height:28px}.custom-theme .el-range-editor--small.el-input__inner{height:32px}.custom-theme .el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.custom-theme .el-range-editor--small .el-range-input{font-size:13px}.custom-theme .el-range-editor--small .el-range__close-icon,.custom-theme .el-range-editor--small .el-range__icon{line-height:24px}.custom-theme .el-range-editor--mini.el-input__inner{height:28px}.custom-theme .el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.custom-theme .el-range-editor--mini .el-range-input{font-size:12px}.custom-theme .el-range-editor--mini .el-range__close-icon,.custom-theme .el-range-editor--mini .el-range__icon{line-height:20px}.custom-theme .el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-range-editor.is-disabled:focus,.custom-theme .el-range-editor.is-disabled:hover{border-color:#dfe4ed}.custom-theme .el-range-editor.is-disabled input{background-color:#f5f7fa;color:#b4bccc;cursor:not-allowed}.custom-theme .el-range-editor.is-disabled input::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled input:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled input::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled input::placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled .el-range-separator{color:#b4bccc}.custom-theme .el-picker-panel{color:#5a5e66;border:1px solid #dfe4ed;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#fff;border-radius:4px;line-height:30px;margin:5px 0}.custom-theme .el-picker-panel__body-wrapper::after,.custom-theme .el-picker-panel__body::after{content:"";display:table;clear:both}.custom-theme .el-picker-panel__content{position:relative;margin:15px}.custom-theme .el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative;font-size:0}.custom-theme .el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#5a5e66;padding-left:12px;text-align:left;outline:0;cursor:pointer}.custom-theme .el-picker-panel__shortcut:hover{color:#262729}.custom-theme .el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#262729}.custom-theme .el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.custom-theme .el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.custom-theme .el-picker-panel__icon-btn{font-size:12px;color:#2d2f33;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.custom-theme .el-picker-panel__icon-btn:hover{color:#262729}.custom-theme .el-picker-panel__icon-btn.is-disabled{color:#bbb}.custom-theme .el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.custom-theme .el-picker-panel__link-btn{vertical-align:middle}.custom-theme .el-picker-panel .popper__arrow{-webkit-transform:translateX(-400%);transform:translateX(-400%)}.custom-theme .el-picker-panel [slot=sidebar],.custom-theme .el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#fff;overflow:auto}.custom-theme .el-picker-panel [slot=sidebar]+.el-picker-panel__body,.custom-theme .el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.custom-theme .el-date-picker{width:322px}.custom-theme .el-date-picker.has-sidebar.has-time{width:434px}.custom-theme .el-date-picker.has-sidebar{width:438px}.custom-theme .el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.custom-theme .el-date-picker .el-picker-panel__content{width:292px}.custom-theme .el-date-picker table{table-layout:fixed;width:100%}.custom-theme .el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.custom-theme .el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-date-picker__header{margin:12px;text-align:center}.custom-theme .el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #e6ebf5}.custom-theme .el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.custom-theme .el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#5a5e66}.custom-theme .el-date-picker__header-label:hover{color:#262729}.custom-theme .el-date-picker__header-label.active{color:#262729}.custom-theme .el-date-picker__prev-btn{float:left}.custom-theme .el-date-picker__next-btn{float:right}.custom-theme .el-date-picker__time-wrap{padding:10px;text-align:center}.custom-theme .el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.custom-theme .el-date-range-picker{width:646px}.custom-theme .el-date-range-picker.has-sidebar{width:756px}.custom-theme .el-date-range-picker table{table-layout:fixed;width:100%}.custom-theme .el-date-range-picker .el-picker-panel__body{min-width:513px}.custom-theme .el-date-range-picker .el-picker-panel__content{margin:0}.custom-theme .el-date-range-picker__header{position:relative;text-align:center;height:28px}.custom-theme .el-date-range-picker__header [class*=arrow-left]{float:left}.custom-theme .el-date-range-picker__header [class*=arrow-right]{float:right}.custom-theme .el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.custom-theme .el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:16px}.custom-theme .el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.custom-theme .el-date-range-picker__content.is-right .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.custom-theme .el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.custom-theme .el-date-range-picker__editors-wrap.is-right{text-align:right}.custom-theme .el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#2d2f33}.custom-theme .el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.custom-theme .el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#fff}.custom-theme .el-time-range-picker{width:354px;overflow:visible}.custom-theme .el-time-range-picker__content{position:relative;text-align:center;padding:10px}.custom-theme .el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.custom-theme .el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.custom-theme .el-time-range-picker__body{border-radius:2px;border:1px solid #dfe4ed}.custom-theme .el-time-panel{margin:5px 0;border:solid 1px #dfe4ed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-theme .el-time-panel__content{font-size:0;position:relative;overflow:hidden}.custom-theme .el-time-panel__content::after,.custom-theme .el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #dfe4ed;border-bottom:1px solid #dfe4ed}.custom-theme .el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.custom-theme .el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.custom-theme .el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.custom-theme .el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.custom-theme .el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#2d2f33}.custom-theme .el-time-panel__btn.confirm{font-weight:800;color:#262729}.custom-theme .el-time-panel .popper__arrow{-webkit-transform:translateX(-400%);transform:translateX(-400%)}.custom-theme .el-input{position:relative;font-size:14px;display:inline-block;width:100%}.custom-theme .el-input::-webkit-scrollbar{z-index:11;width:6px}.custom-theme .el-input::-webkit-scrollbar:horizontal{height:6px}.custom-theme .el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.custom-theme .el-input::-webkit-scrollbar-corner{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.custom-theme .el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:1;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.custom-theme .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input__inner:hover{border-color:#b4bccc}.custom-theme .el-input__inner:focus{outline:0;border-color:#262729}.custom-theme .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.custom-theme .el-input__suffix-inner{pointer-events:all}.custom-theme .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s}.custom-theme .el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.custom-theme .el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.custom-theme .el-input__validateIcon{pointer-events:none}.custom-theme .el-input.is-active .el-input__inner{outline:0;border-color:#262729}.custom-theme .el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__icon{cursor:not-allowed}.custom-theme .el-input--suffix .el-input__inner{padding-right:30px}.custom-theme .el-input--prefix .el-input__inner{padding-left:30px}.custom-theme .el-input--medium{font-size:14px}.custom-theme .el-input--medium .el-input__inner{height:36px}.custom-theme .el-input--medium .el-input__icon{line-height:36px}.custom-theme .el-input--small{font-size:13px}.custom-theme .el-input--small .el-input__inner{height:32px}.custom-theme .el-input--small .el-input__icon{line-height:32px}.custom-theme .el-input--mini{font-size:12px}.custom-theme .el-input--mini .el-input__inner{height:28px}.custom-theme .el-input--mini .el-input__icon{line-height:28px}.custom-theme .el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.custom-theme .el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.custom-theme .el-input-group__append,.custom-theme .el-input-group__prepend{background-color:#f5f7fa;color:#0a76a4;vertical-align:middle;display:table-cell;position:relative;border:1px solid #d8dce5;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.custom-theme .el-input-group__append:focus,.custom-theme .el-input-group__prepend:focus{outline:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-select,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-select{display:inline-block;margin:-20px}.custom-theme .el-input-group__append button.el-button,.custom-theme .el-input-group__append div.el-select .el-input__inner,.custom-theme .el-input-group__append div.el-select:hover .el-input__inner,.custom-theme .el-input-group__prepend button.el-button,.custom-theme .el-input-group__prepend div.el-select .el-input__inner,.custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-input,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-input{font-size:inherit}.custom-theme .el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-textarea{display:inline-block;width:100%;vertical-align:bottom}.custom-theme .el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#5a5e66;background-color:#fff;background-image:none;border:1px solid #d8dce5;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:hover{border-color:#b4bccc}.custom-theme .el-textarea__inner:focus{outline:0;border-color:#262729}.custom-theme .el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-scrollbar{overflow:hidden;position:relative}.custom-theme .el-scrollbar:active>.el-scrollbar__bar,.custom-theme .el-scrollbar:focus>.el-scrollbar__bar,.custom-theme .el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.custom-theme .el-scrollbar__wrap{overflow:scroll;height:100%}.custom-theme .el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.custom-theme .el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(135,141,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.custom-theme .el-scrollbar__thumb:hover{background-color:rgba(135,141,153,.5)}.custom-theme .el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.custom-theme .el-scrollbar__bar.is-vertical{width:6px;top:2px}.custom-theme .el-scrollbar__bar.is-vertical>div{width:100%}.custom-theme .el-scrollbar__bar.is-horizontal{height:6px;left:2px}.custom-theme .el-scrollbar__bar.is-horizontal>div{height:100%}.custom-theme .el-popper .popper__arrow,.custom-theme .el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.custom-theme .el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.custom-theme .el-popper .popper__arrow::after{content:" ";border-width:6px}.custom-theme .el-popper[x-placement^=top]{margin-bottom:12px}.custom-theme .el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#e6ebf5;border-bottom-width:0}.custom-theme .el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.custom-theme .el-popper[x-placement^=bottom]{margin-top:12px}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#e6ebf5}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.custom-theme .el-popper[x-placement^=right]{margin-left:12px}.custom-theme .el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#e6ebf5;border-left-width:0}.custom-theme .el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.custom-theme .el-popper[x-placement^=left]{margin-right:12px}.custom-theme .el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#e6ebf5}.custom-theme .el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.custom-theme .fade-in-linear-enter-active,.custom-theme .fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.custom-theme .fade-in-linear-enter,.custom-theme .fade-in-linear-leave,.custom-theme .fade-in-linear-leave-active{opacity:0}.custom-theme .el-fade-in-linear-enter-active,.custom-theme .el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.custom-theme .el-fade-in-linear-enter,.custom-theme .el-fade-in-linear-leave,.custom-theme .el-fade-in-linear-leave-active{opacity:0}.custom-theme .el-fade-in-enter-active,.custom-theme .el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.custom-theme .el-fade-in-enter,.custom-theme .el-fade-in-leave-active{opacity:0}.custom-theme .el-zoom-in-center-enter-active,.custom-theme .el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.custom-theme .el-zoom-in-center-enter,.custom-theme .el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.custom-theme .el-zoom-in-top-enter-active,.custom-theme .el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:center top;transform-origin:center top}.custom-theme .el-zoom-in-top-enter,.custom-theme .el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.custom-theme .el-zoom-in-bottom-enter-active,.custom-theme .el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:center bottom;transform-origin:center bottom}.custom-theme .el-zoom-in-bottom-enter,.custom-theme .el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.custom-theme .el-zoom-in-left-enter-active,.custom-theme .el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:top left;transform-origin:top left}.custom-theme .el-zoom-in-left-enter,.custom-theme .el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.custom-theme .collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.custom-theme .horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.custom-theme .el-list-enter-active,.custom-theme .el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.custom-theme .el-list-enter,.custom-theme .el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.custom-theme .el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.custom-theme .el-date-editor{position:relative;display:inline-block;text-align:left}.custom-theme .el-date-editor.el-input,.custom-theme .el-date-editor.el-input__inner{width:220px}.custom-theme .el-date-editor--daterange.el-input,.custom-theme .el-date-editor--daterange.el-input__inner,.custom-theme .el-date-editor--timerange.el-input,.custom-theme .el-date-editor--timerange.el-input__inner{width:350px}.custom-theme .el-date-editor--datetimerange.el-input,.custom-theme .el-date-editor--datetimerange.el-input__inner{width:400px}.custom-theme .el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#b4bccc;float:left;line-height:32px}.custom-theme .el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:14px;color:#5a5e66}.custom-theme .el-date-editor .el-range-input::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-input:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-input::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-input::placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:32px;font-size:14px;width:5%;color:#2d2f33}.custom-theme .el-date-editor .el-range__close-icon{font-size:14px;color:#b4bccc;width:25px;display:inline-block;float:right;line-height:32px}.custom-theme .el-range-editor.el-input__inner{padding:3px 10px}.custom-theme .el-range-editor.is-active{border-color:#262729}.custom-theme .el-range-editor.is-active:hover{border-color:#262729}.custom-theme .el-range-editor--medium.el-input__inner{height:36px}.custom-theme .el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.custom-theme .el-range-editor--medium .el-range-input{font-size:14px}.custom-theme .el-range-editor--medium .el-range__close-icon,.custom-theme .el-range-editor--medium .el-range__icon{line-height:28px}.custom-theme .el-range-editor--small.el-input__inner{height:32px}.custom-theme .el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.custom-theme .el-range-editor--small .el-range-input{font-size:13px}.custom-theme .el-range-editor--small .el-range__close-icon,.custom-theme .el-range-editor--small .el-range__icon{line-height:24px}.custom-theme .el-range-editor--mini.el-input__inner{height:28px}.custom-theme .el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.custom-theme .el-range-editor--mini .el-range-input{font-size:12px}.custom-theme .el-range-editor--mini .el-range__close-icon,.custom-theme .el-range-editor--mini .el-range__icon{line-height:20px}.custom-theme .el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-range-editor.is-disabled:focus,.custom-theme .el-range-editor.is-disabled:hover{border-color:#dfe4ed}.custom-theme .el-range-editor.is-disabled input{background-color:#f5f7fa;color:#b4bccc;cursor:not-allowed}.custom-theme .el-range-editor.is-disabled input::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled input:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled input::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled input::placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled .el-range-separator{color:#b4bccc}.custom-theme .el-picker-panel{color:#5a5e66;border:1px solid #dfe4ed;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#fff;border-radius:4px;line-height:30px;margin:5px 0}.custom-theme .el-picker-panel__body-wrapper::after,.custom-theme .el-picker-panel__body::after{content:"";display:table;clear:both}.custom-theme .el-picker-panel__content{position:relative;margin:15px}.custom-theme .el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative;font-size:0}.custom-theme .el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#5a5e66;padding-left:12px;text-align:left;outline:0;cursor:pointer}.custom-theme .el-picker-panel__shortcut:hover{color:#262729}.custom-theme .el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#262729}.custom-theme .el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.custom-theme .el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.custom-theme .el-picker-panel__icon-btn{font-size:12px;color:#2d2f33;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.custom-theme .el-picker-panel__icon-btn:hover{color:#262729}.custom-theme .el-picker-panel__icon-btn.is-disabled{color:#bbb}.custom-theme .el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.custom-theme .el-picker-panel__link-btn{vertical-align:middle}.custom-theme .el-picker-panel .popper__arrow{-webkit-transform:translateX(-400%);transform:translateX(-400%)}.custom-theme .el-picker-panel [slot=sidebar],.custom-theme .el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#fff;overflow:auto}.custom-theme .el-picker-panel [slot=sidebar]+.el-picker-panel__body,.custom-theme .el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.custom-theme .el-date-picker{width:322px}.custom-theme .el-date-picker.has-sidebar.has-time{width:434px}.custom-theme .el-date-picker.has-sidebar{width:438px}.custom-theme .el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.custom-theme .el-date-picker .el-picker-panel__content{width:292px}.custom-theme .el-date-picker table{table-layout:fixed;width:100%}.custom-theme .el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.custom-theme .el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-date-picker__header{margin:12px;text-align:center}.custom-theme .el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #e6ebf5}.custom-theme .el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.custom-theme .el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#5a5e66}.custom-theme .el-date-picker__header-label:hover{color:#262729}.custom-theme .el-date-picker__header-label.active{color:#262729}.custom-theme .el-date-picker__prev-btn{float:left}.custom-theme .el-date-picker__next-btn{float:right}.custom-theme .el-date-picker__time-wrap{padding:10px;text-align:center}.custom-theme .el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.custom-theme .el-scrollbar{overflow:hidden;position:relative}.custom-theme .el-scrollbar:active>.el-scrollbar__bar,.custom-theme .el-scrollbar:focus>.el-scrollbar__bar,.custom-theme .el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.custom-theme .el-scrollbar__wrap{overflow:scroll;height:100%}.custom-theme .el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.custom-theme .el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(135,141,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.custom-theme .el-scrollbar__thumb:hover{background-color:rgba(135,141,153,.5)}.custom-theme .el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.custom-theme .el-scrollbar__bar.is-vertical{width:6px;top:2px}.custom-theme .el-scrollbar__bar.is-vertical>div{width:100%}.custom-theme .el-scrollbar__bar.is-horizontal{height:6px;left:2px}.custom-theme .el-scrollbar__bar.is-horizontal>div{height:100%}.custom-theme .el-popper .popper__arrow,.custom-theme .el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.custom-theme .el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.custom-theme .el-popper .popper__arrow::after{content:" ";border-width:6px}.custom-theme .el-popper[x-placement^=top]{margin-bottom:12px}.custom-theme .el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#e6ebf5;border-bottom-width:0}.custom-theme .el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.custom-theme .el-popper[x-placement^=bottom]{margin-top:12px}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#e6ebf5}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.custom-theme .el-popper[x-placement^=right]{margin-left:12px}.custom-theme .el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#e6ebf5;border-left-width:0}.custom-theme .el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.custom-theme .el-popper[x-placement^=left]{margin-right:12px}.custom-theme .el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#e6ebf5}.custom-theme .el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.custom-theme .time-select{margin:5px 0;min-width:0}.custom-theme .time-select .el-picker-panel__content{max-height:200px;margin:0}.custom-theme .time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.custom-theme .time-select-item.selected:not(.disabled){color:#262729;font-weight:700}.custom-theme .time-select-item.disabled{color:#dfe4ed;cursor:not-allowed}.custom-theme .time-select-item:hover{background-color:#f5f7fa;font-weight:700;cursor:pointer}.custom-theme .fade-in-linear-enter-active,.custom-theme .fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.custom-theme .fade-in-linear-enter,.custom-theme .fade-in-linear-leave,.custom-theme .fade-in-linear-leave-active{opacity:0}.custom-theme .el-fade-in-linear-enter-active,.custom-theme .el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.custom-theme .el-fade-in-linear-enter,.custom-theme .el-fade-in-linear-leave,.custom-theme .el-fade-in-linear-leave-active{opacity:0}.custom-theme .el-fade-in-enter-active,.custom-theme .el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.custom-theme .el-fade-in-enter,.custom-theme .el-fade-in-leave-active{opacity:0}.custom-theme .el-zoom-in-center-enter-active,.custom-theme .el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.custom-theme .el-zoom-in-center-enter,.custom-theme .el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.custom-theme .el-zoom-in-top-enter-active,.custom-theme .el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:center top;transform-origin:center top}.custom-theme .el-zoom-in-top-enter,.custom-theme .el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.custom-theme .el-zoom-in-bottom-enter-active,.custom-theme .el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:center bottom;transform-origin:center bottom}.custom-theme .el-zoom-in-bottom-enter,.custom-theme .el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.custom-theme .el-zoom-in-left-enter-active,.custom-theme .el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:top left;transform-origin:top left}.custom-theme .el-zoom-in-left-enter,.custom-theme .el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.custom-theme .collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.custom-theme .horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.custom-theme .el-list-enter-active,.custom-theme .el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.custom-theme .el-list-enter,.custom-theme .el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.custom-theme .el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.custom-theme .el-date-editor{position:relative;display:inline-block;text-align:left}.custom-theme .el-date-editor.el-input,.custom-theme .el-date-editor.el-input__inner{width:220px}.custom-theme .el-date-editor--daterange.el-input,.custom-theme .el-date-editor--daterange.el-input__inner,.custom-theme .el-date-editor--timerange.el-input,.custom-theme .el-date-editor--timerange.el-input__inner{width:350px}.custom-theme .el-date-editor--datetimerange.el-input,.custom-theme .el-date-editor--datetimerange.el-input__inner{width:400px}.custom-theme .el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#b4bccc;float:left;line-height:32px}.custom-theme .el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:14px;color:#5a5e66}.custom-theme .el-date-editor .el-range-input::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-input:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-input::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-input::placeholder{color:#b4bccc}.custom-theme .el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:32px;font-size:14px;width:5%;color:#2d2f33}.custom-theme .el-date-editor .el-range__close-icon{font-size:14px;color:#b4bccc;width:25px;display:inline-block;float:right;line-height:32px}.custom-theme .el-range-editor.el-input__inner{padding:3px 10px}.custom-theme .el-range-editor.is-active{border-color:#262729}.custom-theme .el-range-editor.is-active:hover{border-color:#262729}.custom-theme .el-range-editor--medium.el-input__inner{height:36px}.custom-theme .el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.custom-theme .el-range-editor--medium .el-range-input{font-size:14px}.custom-theme .el-range-editor--medium .el-range__close-icon,.custom-theme .el-range-editor--medium .el-range__icon{line-height:28px}.custom-theme .el-range-editor--small.el-input__inner{height:32px}.custom-theme .el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.custom-theme .el-range-editor--small .el-range-input{font-size:13px}.custom-theme .el-range-editor--small .el-range__close-icon,.custom-theme .el-range-editor--small .el-range__icon{line-height:24px}.custom-theme .el-range-editor--mini.el-input__inner{height:28px}.custom-theme .el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.custom-theme .el-range-editor--mini .el-range-input{font-size:12px}.custom-theme .el-range-editor--mini .el-range__close-icon,.custom-theme .el-range-editor--mini .el-range__icon{line-height:20px}.custom-theme .el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-range-editor.is-disabled:focus,.custom-theme .el-range-editor.is-disabled:hover{border-color:#dfe4ed}.custom-theme .el-range-editor.is-disabled input{background-color:#f5f7fa;color:#b4bccc;cursor:not-allowed}.custom-theme .el-range-editor.is-disabled input::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled input:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled input::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled input::placeholder{color:#b4bccc}.custom-theme .el-range-editor.is-disabled .el-range-separator{color:#b4bccc}.custom-theme .el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.custom-theme .el-time-spinner.has-seconds .el-time-spinner__wrapper:nth-child(2){margin-left:1%}.custom-theme .el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.custom-theme .el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.custom-theme .el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.custom-theme .el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.custom-theme .el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#fff;cursor:default}.custom-theme .el-time-spinner__arrow{font-size:12px;color:#878d99;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.custom-theme .el-time-spinner__arrow:hover{color:#262729}.custom-theme .el-time-spinner__arrow.el-icon-arrow-up{top:10px}.custom-theme .el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.custom-theme .el-time-spinner__input.el-input{width:70%}.custom-theme .el-time-spinner__input.el-input .el-input__inner{padding:0;text-align:center}.custom-theme .el-time-spinner__list{padding:0;margin:0;list-style:none;text-align:center}.custom-theme .el-time-spinner__list::after,.custom-theme .el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.custom-theme .el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#5a5e66}.custom-theme .el-time-spinner__item:hover:not(.disabled):not(.active){background:#f5f7fa;cursor:pointer}.custom-theme .el-time-spinner__item.active:not(.disabled){color:#2d2f33;font-weight:700}.custom-theme .el-time-spinner__item.disabled{color:#b4bccc;cursor:not-allowed}.custom-theme .el-time-panel{margin:5px 0;border:solid 1px #dfe4ed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-theme .el-time-panel__content{font-size:0;position:relative;overflow:hidden}.custom-theme .el-time-panel__content::after,.custom-theme .el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #dfe4ed;border-bottom:1px solid #dfe4ed}.custom-theme .el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.custom-theme .el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.custom-theme .el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.custom-theme .el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.custom-theme .el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#2d2f33}.custom-theme .el-time-panel__btn.confirm{font-weight:800;color:#262729}.custom-theme .el-time-panel .popper__arrow{-webkit-transform:translateX(-400%);transform:translateX(-400%)}.custom-theme .el-input{position:relative;font-size:14px;display:inline-block;width:100%}.custom-theme .el-input::-webkit-scrollbar{z-index:11;width:6px}.custom-theme .el-input::-webkit-scrollbar:horizontal{height:6px}.custom-theme .el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.custom-theme .el-input::-webkit-scrollbar-corner{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.custom-theme .el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:1;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.custom-theme .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input__inner:hover{border-color:#b4bccc}.custom-theme .el-input__inner:focus{outline:0;border-color:#262729}.custom-theme .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.custom-theme .el-input__suffix-inner{pointer-events:all}.custom-theme .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s}.custom-theme .el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.custom-theme .el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.custom-theme .el-input__validateIcon{pointer-events:none}.custom-theme .el-input.is-active .el-input__inner{outline:0;border-color:#262729}.custom-theme .el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__icon{cursor:not-allowed}.custom-theme .el-input--suffix .el-input__inner{padding-right:30px}.custom-theme .el-input--prefix .el-input__inner{padding-left:30px}.custom-theme .el-input--medium{font-size:14px}.custom-theme .el-input--medium .el-input__inner{height:36px}.custom-theme .el-input--medium .el-input__icon{line-height:36px}.custom-theme .el-input--small{font-size:13px}.custom-theme .el-input--small .el-input__inner{height:32px}.custom-theme .el-input--small .el-input__icon{line-height:32px}.custom-theme .el-input--mini{font-size:12px}.custom-theme .el-input--mini .el-input__inner{height:28px}.custom-theme .el-input--mini .el-input__icon{line-height:28px}.custom-theme .el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.custom-theme .el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.custom-theme .el-input-group__append,.custom-theme .el-input-group__prepend{background-color:#f5f7fa;color:#0a76a4;vertical-align:middle;display:table-cell;position:relative;border:1px solid #d8dce5;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.custom-theme .el-input-group__append:focus,.custom-theme .el-input-group__prepend:focus{outline:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-select,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-select{display:inline-block;margin:-20px}.custom-theme .el-input-group__append button.el-button,.custom-theme .el-input-group__append div.el-select .el-input__inner,.custom-theme .el-input-group__append div.el-select:hover .el-input__inner,.custom-theme .el-input-group__prepend button.el-button,.custom-theme .el-input-group__prepend div.el-select .el-input__inner,.custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-input,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-input{font-size:inherit}.custom-theme .el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-textarea{display:inline-block;width:100%;vertical-align:bottom}.custom-theme .el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#5a5e66;background-color:#fff;background-image:none;border:1px solid #d8dce5;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:hover{border-color:#b4bccc}.custom-theme .el-textarea__inner:focus{outline:0;border-color:#262729}.custom-theme .el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-scrollbar{overflow:hidden;position:relative}.custom-theme .el-scrollbar:active>.el-scrollbar__bar,.custom-theme .el-scrollbar:focus>.el-scrollbar__bar,.custom-theme .el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.custom-theme .el-scrollbar__wrap{overflow:scroll;height:100%}.custom-theme .el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.custom-theme .el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(135,141,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.custom-theme .el-scrollbar__thumb:hover{background-color:rgba(135,141,153,.5)}.custom-theme .el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.custom-theme .el-scrollbar__bar.is-vertical{width:6px;top:2px}.custom-theme .el-scrollbar__bar.is-vertical>div{width:100%}.custom-theme .el-scrollbar__bar.is-horizontal{height:6px;left:2px}.custom-theme .el-scrollbar__bar.is-horizontal>div{height:100%}.custom-theme .el-popper .popper__arrow,.custom-theme .el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.custom-theme .el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.custom-theme .el-popper .popper__arrow::after{content:" ";border-width:6px}.custom-theme .el-popper[x-placement^=top]{margin-bottom:12px}.custom-theme .el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#e6ebf5;border-bottom-width:0}.custom-theme .el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.custom-theme .el-popper[x-placement^=bottom]{margin-top:12px}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#e6ebf5}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.custom-theme .el-popper[x-placement^=right]{margin-left:12px}.custom-theme .el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#e6ebf5;border-left-width:0}.custom-theme .el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.custom-theme .el-popper[x-placement^=left]{margin-right:12px}.custom-theme .el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#e6ebf5}.custom-theme .el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.custom-theme .el-popper .popper__arrow,.custom-theme .el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.custom-theme .el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.custom-theme .el-popper .popper__arrow::after{content:" ";border-width:6px}.custom-theme .el-popper[x-placement^=top]{margin-bottom:12px}.custom-theme .el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#e6ebf5;border-bottom-width:0}.custom-theme .el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.custom-theme .el-popper[x-placement^=bottom]{margin-top:12px}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#e6ebf5}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.custom-theme .el-popper[x-placement^=right]{margin-left:12px}.custom-theme .el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#e6ebf5;border-left-width:0}.custom-theme .el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.custom-theme .el-popper[x-placement^=left]{margin-right:12px}.custom-theme .el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#e6ebf5}.custom-theme .el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.custom-theme .el-popover{position:absolute;background:#fff;min-width:150px;border-radius:4px;border:1px solid #e6ebf5;padding:12px;z-index:2000;color:#5a5e66;line-height:1.4;text-align:justify;word-break:break-all;font-size:14px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.custom-theme .el-popover--plain{padding:18px 20px}.custom-theme .el-popover__title{color:#2d2f33;font-size:16px;line-height:1;margin-bottom:12px}.custom-theme .el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2}.custom-theme .el-tooltip__popper .popper__arrow,.custom-theme .el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.custom-theme .el-tooltip__popper .popper__arrow{border-width:6px}.custom-theme .el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.custom-theme .el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.custom-theme .el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#2d2f33;border-bottom-width:0}.custom-theme .el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#2d2f33;border-bottom-width:0}.custom-theme .el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.custom-theme .el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#2d2f33}.custom-theme .el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#2d2f33}.custom-theme .el-tooltip__popper[x-placement^=right]{margin-left:12px}.custom-theme .el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#2d2f33;border-left-width:0}.custom-theme .el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#2d2f33;border-left-width:0}.custom-theme .el-tooltip__popper[x-placement^=left]{margin-right:12px}.custom-theme .el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#2d2f33}.custom-theme .el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#2d2f33}.custom-theme .el-tooltip__popper.is-dark{background:#2d2f33;color:#fff}.custom-theme .el-tooltip__popper.is-light{background:#fff;border:1px solid #2d2f33}.custom-theme .el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#2d2f33}.custom-theme .el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#fff}.custom-theme .el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#2d2f33}.custom-theme .el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#fff}.custom-theme .el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#2d2f33}.custom-theme .el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#fff}.custom-theme .el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#2d2f33}.custom-theme .el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#fff}.custom-theme .v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.custom-theme .v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.custom-theme .v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.custom-theme .el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d8dce5;border-color:#d8dce5;color:#5a5e66;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.custom-theme .el-button+.el-button{margin-left:10px}.custom-theme .el-button.is-round{padding:12px 20px}.custom-theme .el-button:focus,.custom-theme .el-button:hover{color:#262729;border-color:#bebebf;background-color:#e9e9ea}.custom-theme .el-button:active{color:#222325;border-color:#222325;outline:0}.custom-theme .el-button::-moz-focus-inner{border:0}.custom-theme .el-button [class*=el-icon-]+span{margin-left:5px}.custom-theme .el-button.is-plain:focus,.custom-theme .el-button.is-plain:hover{background:#fff;border-color:#262729;color:#262729}.custom-theme .el-button.is-plain:active{background:#fff;border-color:#222325;color:#222325;outline:0}.custom-theme .el-button.is-active{color:#222325;border-color:#222325}.custom-theme .el-button.is-disabled,.custom-theme .el-button.is-disabled:focus,.custom-theme .el-button.is-disabled:hover{color:#b4bccc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#e6ebf5}.custom-theme .el-button.is-disabled.el-button--text{background-color:transparent}.custom-theme .el-button.is-disabled.is-plain,.custom-theme .el-button.is-disabled.is-plain:focus,.custom-theme .el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#e6ebf5;color:#b4bccc}.custom-theme .el-button.is-loading{position:relative;pointer-events:none}.custom-theme .el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.custom-theme .el-button.is-round{border-radius:20px;padding:12px 23px}.custom-theme .el-button--primary{color:#fff;background-color:#262729;border-color:#262729}.custom-theme .el-button--primary:focus,.custom-theme .el-button--primary:hover{background:#515254;border-color:#515254;color:#fff}.custom-theme .el-button--primary:active{background:#222325;border-color:#222325;color:#fff;outline:0}.custom-theme .el-button--primary.is-active{background:#222325;border-color:#222325;color:#fff}.custom-theme .el-button--primary.is-disabled,.custom-theme .el-button--primary.is-disabled:active,.custom-theme .el-button--primary.is-disabled:focus,.custom-theme .el-button--primary.is-disabled:hover{color:#fff;background-color:#939394;border-color:#939394}.custom-theme .el-button--primary.is-plain{color:#262729;background:#e9e9ea;border-color:#a8a9a9}.custom-theme .el-button--primary.is-plain:focus,.custom-theme .el-button--primary.is-plain:hover{background:#262729;border-color:#262729;color:#fff}.custom-theme .el-button--primary.is-plain:active{background:#222325;border-color:#222325;color:#fff;outline:0}.custom-theme .el-button--primary.is-plain.is-disabled,.custom-theme .el-button--primary.is-plain.is-disabled:active,.custom-theme .el-button--primary.is-plain.is-disabled:focus,.custom-theme .el-button--primary.is-plain.is-disabled:hover{color:#7d7d7f;background-color:#e9e9ea;border-color:#d4d4d4}.custom-theme .el-button--success{color:#fff;background-color:#409167;border-color:#409167}.custom-theme .el-button--success:focus,.custom-theme .el-button--success:hover{background:#66a785;border-color:#66a785;color:#fff}.custom-theme .el-button--success:active{background:#3a835d;border-color:#3a835d;color:#fff;outline:0}.custom-theme .el-button--success.is-active{background:#3a835d;border-color:#3a835d;color:#fff}.custom-theme .el-button--success.is-disabled,.custom-theme .el-button--success.is-disabled:active,.custom-theme .el-button--success.is-disabled:focus,.custom-theme .el-button--success.is-disabled:hover{color:#fff;background-color:#a0c8b3;border-color:#a0c8b3}.custom-theme .el-button--success.is-plain{color:#409167;background:#ecf4f0;border-color:#b3d3c2}.custom-theme .el-button--success.is-plain:focus,.custom-theme .el-button--success.is-plain:hover{background:#409167;border-color:#409167;color:#fff}.custom-theme .el-button--success.is-plain:active{background:#3a835d;border-color:#3a835d;color:#fff;outline:0}.custom-theme .el-button--success.is-plain.is-disabled,.custom-theme .el-button--success.is-plain.is-disabled:active,.custom-theme .el-button--success.is-plain.is-disabled:focus,.custom-theme .el-button--success.is-plain.is-disabled:hover{color:#8cbda4;background-color:#ecf4f0;border-color:#d9e9e1}.custom-theme .el-button--warning{color:#fff;background-color:#9da408;border-color:#9da408}.custom-theme .el-button--warning:focus,.custom-theme .el-button--warning:hover{background:#b1b639;border-color:#b1b639;color:#fff}.custom-theme .el-button--warning:active{background:#8d9407;border-color:#8d9407;color:#fff;outline:0}.custom-theme .el-button--warning.is-active{background:#8d9407;border-color:#8d9407;color:#fff}.custom-theme .el-button--warning.is-disabled,.custom-theme .el-button--warning.is-disabled:active,.custom-theme .el-button--warning.is-disabled:focus,.custom-theme .el-button--warning.is-disabled:hover{color:#fff;background-color:#ced284;border-color:#ced284}.custom-theme .el-button--warning.is-plain{color:#9da408;background:#f5f6e6;border-color:#d8db9c}.custom-theme .el-button--warning.is-plain:focus,.custom-theme .el-button--warning.is-plain:hover{background:#9da408;border-color:#9da408;color:#fff}.custom-theme .el-button--warning.is-plain:active{background:#8d9407;border-color:#8d9407;color:#fff;outline:0}.custom-theme .el-button--warning.is-plain.is-disabled,.custom-theme .el-button--warning.is-plain.is-disabled:active,.custom-theme .el-button--warning.is-plain.is-disabled:focus,.custom-theme .el-button--warning.is-plain.is-disabled:hover{color:#c4c86b;background-color:#f5f6e6;border-color:#ebedce}.custom-theme .el-button--danger{color:#fff;background-color:#b3450e;border-color:#b3450e}.custom-theme .el-button--danger:focus,.custom-theme .el-button--danger:hover{background:#c26a3e;border-color:#c26a3e;color:#fff}.custom-theme .el-button--danger:active{background:#a13e0d;border-color:#a13e0d;color:#fff;outline:0}.custom-theme .el-button--danger.is-active{background:#a13e0d;border-color:#a13e0d;color:#fff}.custom-theme .el-button--danger.is-disabled,.custom-theme .el-button--danger.is-disabled:active,.custom-theme .el-button--danger.is-disabled:focus,.custom-theme .el-button--danger.is-disabled:hover{color:#fff;background-color:#d9a287;border-color:#d9a287}.custom-theme .el-button--danger.is-plain{color:#b3450e;background:#f7ece7;border-color:#e1b59f}.custom-theme .el-button--danger.is-plain:focus,.custom-theme .el-button--danger.is-plain:hover{background:#b3450e;border-color:#b3450e;color:#fff}.custom-theme .el-button--danger.is-plain:active{background:#a13e0d;border-color:#a13e0d;color:#fff;outline:0}.custom-theme .el-button--danger.is-plain.is-disabled,.custom-theme .el-button--danger.is-plain.is-disabled:active,.custom-theme .el-button--danger.is-plain.is-disabled:focus,.custom-theme .el-button--danger.is-plain.is-disabled:hover{color:#d18f6e;background-color:#f7ece7;border-color:#f0dacf}.custom-theme .el-button--info{color:#fff;background-color:#0a76a4;border-color:#0a76a4}.custom-theme .el-button--info:focus,.custom-theme .el-button--info:hover{background:#3b91b6;border-color:#3b91b6;color:#fff}.custom-theme .el-button--info:active{background:#096a94;border-color:#096a94;color:#fff;outline:0}.custom-theme .el-button--info.is-active{background:#096a94;border-color:#096a94;color:#fff}.custom-theme .el-button--info.is-disabled,.custom-theme .el-button--info.is-disabled:active,.custom-theme .el-button--info.is-disabled:focus,.custom-theme .el-button--info.is-disabled:hover{color:#fff;background-color:#85bbd2;border-color:#85bbd2}.custom-theme .el-button--info.is-plain{color:#0a76a4;background:#e7f1f6;border-color:#9dc8db}.custom-theme .el-button--info.is-plain:focus,.custom-theme .el-button--info.is-plain:hover{background:#0a76a4;border-color:#0a76a4;color:#fff}.custom-theme .el-button--info.is-plain:active{background:#096a94;border-color:#096a94;color:#fff;outline:0}.custom-theme .el-button--info.is-plain.is-disabled,.custom-theme .el-button--info.is-plain.is-disabled:active,.custom-theme .el-button--info.is-plain.is-disabled:focus,.custom-theme .el-button--info.is-plain.is-disabled:hover{color:#6cadc8;background-color:#e7f1f6;border-color:#cee4ed}.custom-theme .el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.custom-theme .el-button--medium.is-round{padding:10px 20px}.custom-theme .el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.custom-theme .el-button--small.is-round{padding:9px 15px}.custom-theme .el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.custom-theme .el-button--mini.is-round{padding:7px 15px}.custom-theme .el-button--text{border:none;color:#262729;background:0 0;padding-left:0;padding-right:0}.custom-theme .el-button--text:focus,.custom-theme .el-button--text:hover{color:#515254;border-color:transparent;background-color:transparent}.custom-theme .el-button--text:active{color:#222325;border-color:transparent;background-color:transparent}.custom-theme .el-button-group{display:inline-block;vertical-align:middle}.custom-theme .el-button-group::after,.custom-theme .el-button-group::before{display:table;content:""}.custom-theme .el-button-group::after{clear:both}.custom-theme .el-button-group .el-button{float:left;position:relative}.custom-theme .el-button-group .el-button+.el-button{margin-left:0}.custom-theme .el-button-group .el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-button-group .el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-button-group .el-button:not(:first-child):not(:last-child){border-radius:0}.custom-theme .el-button-group .el-button:not(:last-child){margin-right:-1px}.custom-theme .el-button-group .el-button:active,.custom-theme .el-button-group .el-button:focus,.custom-theme .el-button-group .el-button:hover{z-index:1}.custom-theme .el-button-group .el-button.is-active{z-index:1}.custom-theme .el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-input{position:relative;font-size:14px;display:inline-block;width:100%}.custom-theme .el-input::-webkit-scrollbar{z-index:11;width:6px}.custom-theme .el-input::-webkit-scrollbar:horizontal{height:6px}.custom-theme .el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.custom-theme .el-input::-webkit-scrollbar-corner{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.custom-theme .el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:1;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.custom-theme .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input__inner:hover{border-color:#b4bccc}.custom-theme .el-input__inner:focus{outline:0;border-color:#262729}.custom-theme .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.custom-theme .el-input__suffix-inner{pointer-events:all}.custom-theme .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s}.custom-theme .el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.custom-theme .el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.custom-theme .el-input__validateIcon{pointer-events:none}.custom-theme .el-input.is-active .el-input__inner{outline:0;border-color:#262729}.custom-theme .el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__icon{cursor:not-allowed}.custom-theme .el-input--suffix .el-input__inner{padding-right:30px}.custom-theme .el-input--prefix .el-input__inner{padding-left:30px}.custom-theme .el-input--medium{font-size:14px}.custom-theme .el-input--medium .el-input__inner{height:36px}.custom-theme .el-input--medium .el-input__icon{line-height:36px}.custom-theme .el-input--small{font-size:13px}.custom-theme .el-input--small .el-input__inner{height:32px}.custom-theme .el-input--small .el-input__icon{line-height:32px}.custom-theme .el-input--mini{font-size:12px}.custom-theme .el-input--mini .el-input__inner{height:28px}.custom-theme .el-input--mini .el-input__icon{line-height:28px}.custom-theme .el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.custom-theme .el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.custom-theme .el-input-group__append,.custom-theme .el-input-group__prepend{background-color:#f5f7fa;color:#0a76a4;vertical-align:middle;display:table-cell;position:relative;border:1px solid #d8dce5;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.custom-theme .el-input-group__append:focus,.custom-theme .el-input-group__prepend:focus{outline:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-select,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-select{display:inline-block;margin:-20px}.custom-theme .el-input-group__append button.el-button,.custom-theme .el-input-group__append div.el-select .el-input__inner,.custom-theme .el-input-group__append div.el-select:hover .el-input__inner,.custom-theme .el-input-group__prepend button.el-button,.custom-theme .el-input-group__prepend div.el-select .el-input__inner,.custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-input,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-input{font-size:inherit}.custom-theme .el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-textarea{display:inline-block;width:100%;vertical-align:bottom}.custom-theme .el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#5a5e66;background-color:#fff;background-image:none;border:1px solid #d8dce5;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:hover{border-color:#b4bccc}.custom-theme .el-textarea__inner:focus{outline:0;border-color:#262729}.custom-theme .el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#fff;border-radius:4px;border:1px solid #e6ebf5;font-size:18px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.custom-theme .el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.custom-theme .el-message-box__wrapper::after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.custom-theme .el-message-box__header{position:relative;padding:15px;padding-bottom:10px}.custom-theme .el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#2d2f33}.custom-theme .el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:none;outline:0;background:0 0;font-size:16px;cursor:pointer}.custom-theme .el-message-box__headerbtn .el-message-box__close{color:#0a76a4}.custom-theme .el-message-box__headerbtn:focus .el-message-box__close,.custom-theme .el-message-box__headerbtn:hover .el-message-box__close{color:#262729}.custom-theme .el-message-box__content{position:relative;padding:10px 15px;color:#5a5e66;font-size:14px}.custom-theme .el-message-box__input{padding-top:15px}.custom-theme .el-message-box__input input.invalid{border-color:#b3450e}.custom-theme .el-message-box__input input.invalid:focus{border-color:#b3450e}.custom-theme .el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px!important}.custom-theme .el-message-box__status::before{padding-left:1px}.custom-theme .el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.custom-theme .el-message-box__status.el-icon-success{color:#409167}.custom-theme .el-message-box__status.el-icon-info{color:#0a76a4}.custom-theme .el-message-box__status.el-icon-warning{color:#9da408}.custom-theme .el-message-box__status.el-icon-error{color:#b3450e}.custom-theme .el-message-box__message{margin:0}.custom-theme .el-message-box__message p{margin:0;line-height:24px}.custom-theme .el-message-box__errormsg{color:#b3450e;font-size:12px;min-height:18px;margin-top:2px}.custom-theme .el-message-box__btns{padding:5px 15px 0;text-align:right}.custom-theme .el-message-box__btns button:nth-child(2){margin-left:10px}.custom-theme .el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.custom-theme .el-message-box--center{padding-bottom:30px}.custom-theme .el-message-box--center .el-message-box__header{padding-top:30px}.custom-theme .el-message-box--center .el-message-box__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-theme .el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.custom-theme .el-message-box--center .el-message-box__message{margin-left:0}.custom-theme .el-message-box--center .el-message-box__btns,.custom-theme .el-message-box--center .el-message-box__content{text-align:center}.custom-theme .el-message-box--center .el-message-box__content{padding-left:27px;padding-right:27px}.custom-theme .msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.custom-theme .msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.custom-theme .el-breadcrumb{font-size:14px;line-height:1}.custom-theme .el-breadcrumb::after,.custom-theme .el-breadcrumb::before{display:table;content:""}.custom-theme .el-breadcrumb::after{clear:both}.custom-theme .el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#b4bccc}.custom-theme .el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.custom-theme .el-breadcrumb__item{float:left}.custom-theme .el-breadcrumb__inner,.custom-theme .el-breadcrumb__inner a{font-weight:700;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1);color:#2d2f33}.custom-theme .el-breadcrumb__inner a:hover,.custom-theme .el-breadcrumb__inner:hover{color:#262729;cursor:pointer}.custom-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner,.custom-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner a,.custom-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.custom-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{font-weight:400;color:#5a5e66;cursor:text}.custom-theme .el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.custom-theme .el-form--label-left .el-form-item__label{text-align:left}.custom-theme .el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px 0}.custom-theme .el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.custom-theme .el-form--inline .el-form-item__label{float:none;display:inline-block}.custom-theme .el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.custom-theme .el-form--inline.el-form--label-top .el-form-item__content{display:block}.custom-theme .el-form-item{margin-bottom:22px}.custom-theme .el-form-item::after,.custom-theme .el-form-item::before{display:table;content:""}.custom-theme .el-form-item::after{clear:both}.custom-theme .el-form-item .el-form-item{margin-bottom:0}.custom-theme .el-form-item .el-input__validateIcon{display:none}.custom-theme .el-form-item--medium .el-form-item__label{line-height:36px}.custom-theme .el-form-item--medium .el-form-item__content{line-height:36px}.custom-theme .el-form-item--small .el-form-item__label{line-height:32px}.custom-theme .el-form-item--small .el-form-item__content{line-height:32px}.custom-theme .el-form-item--small.el-form-item{margin-bottom:18px}.custom-theme .el-form-item--small .el-form-item__error{padding-top:2px}.custom-theme .el-form-item--mini .el-form-item__label{line-height:28px}.custom-theme .el-form-item--mini .el-form-item__content{line-height:28px}.custom-theme .el-form-item--mini.el-form-item{margin-bottom:18px}.custom-theme .el-form-item--mini .el-form-item__error{padding-top:1px}.custom-theme .el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#5a5e66;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-form-item__content{line-height:40px;position:relative;font-size:14px}.custom-theme .el-form-item__content::after,.custom-theme .el-form-item__content::before{display:table;content:""}.custom-theme .el-form-item__content::after{clear:both}.custom-theme .el-form-item__error{color:#b3450e;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.custom-theme .el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.custom-theme .el-form-item.is-required .el-form-item__label:before{content:'*';color:#b3450e;margin-right:4px}.custom-theme .el-form-item.is-error .el-input__inner,.custom-theme .el-form-item.is-error .el-input__inner:focus,.custom-theme .el-form-item.is-error .el-textarea__inner,.custom-theme .el-form-item.is-error .el-textarea__inner:focus{border-color:#b3450e}.custom-theme .el-form-item.is-error .el-input-group__append .el-input__inner,.custom-theme .el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.custom-theme .el-form-item.is-error .el-input__validateIcon{color:#b3450e}.custom-theme .el-form-item.is-success .el-input__inner,.custom-theme .el-form-item.is-success .el-input__inner:focus,.custom-theme .el-form-item.is-success .el-textarea__inner,.custom-theme .el-form-item.is-success .el-textarea__inner:focus{border-color:#409167}.custom-theme .el-form-item.is-success .el-input-group__append .el-input__inner,.custom-theme .el-form-item.is-success .el-input-group__prepend .el-input__inner{border-color:transparent}.custom-theme .el-form-item.is-success .el-input__validateIcon{color:#409167}.custom-theme .el-form-item--feedback .el-input__validateIcon{display:inline-block}.custom-theme .el-tabs__header{padding:0;position:relative;margin:0 0 15px}.custom-theme .el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#262729;z-index:1;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.custom-theme .el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;-webkit-transition:all .15s;transition:all .15s}.custom-theme .el-tabs__new-tab .el-icon-plus{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}.custom-theme .el-tabs__new-tab:hover{color:#262729}.custom-theme .el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.custom-theme .el-tabs__nav-wrap::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#dfe4ed;z-index:1}.custom-theme .el-tabs__nav-wrap.is-scrollable{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-tabs__nav-scroll{overflow:hidden}.custom-theme .el-tabs__nav-next,.custom-theme .el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#878d99}.custom-theme .el-tabs__nav-next{right:0}.custom-theme .el-tabs__nav-prev{left:0}.custom-theme .el-tabs__nav{white-space:nowrap;position:relative;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2}.custom-theme .el-tabs__item{padding:0 20px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#2d2f33;position:relative}.custom-theme .el-tabs__item:focus,.custom-theme .el-tabs__item:focus:active{outline:0}.custom-theme .el-tabs__item .el-icon-close{border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.custom-theme .el-tabs__item .el-icon-close:before{-webkit-transform:scale(.9);transform:scale(.9);display:inline-block}.custom-theme .el-tabs__item .el-icon-close:hover{background-color:#b4bccc;color:#fff}.custom-theme .el-tabs__item.is-active{color:#262729}.custom-theme .el-tabs__item:hover{color:#262729;cursor:pointer}.custom-theme .el-tabs__item.is-disabled{color:#b4bccc;cursor:default}.custom-theme .el-tabs__content{overflow:hidden;position:relative}.custom-theme .el-tabs--card>.el-tabs__header{border-bottom:1px solid #dfe4ed}.custom-theme .el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.custom-theme .el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #dfe4ed;border-bottom:none;border-radius:4px 4px 0 0}.custom-theme .el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.custom-theme .el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.custom-theme .el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #dfe4ed;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.custom-theme .el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.custom-theme .el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.custom-theme .el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#fff}.custom-theme .el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.custom-theme .el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close{width:14px}.custom-theme .el-tabs--border-card{background:#fff;border:1px solid #d8dce5;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.custom-theme .el-tabs--border-card>.el-tabs__content{padding:15px}.custom-theme .el-tabs--border-card>.el-tabs__header{background-color:#f5f7fa;border-bottom:1px solid #dfe4ed;margin:0}.custom-theme .el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.custom-theme .el-tabs--border-card>.el-tabs__header .el-tabs__item{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;margin:-1px -1px 0;color:#878d99}.custom-theme .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#262729;background-color:#fff;border-right-color:#d8dce5;border-left-color:#d8dce5}.custom-theme .el-tabs--border-card>.el-tabs__header .el-tabs__item:hover{color:#262729}.custom-theme .el-tabs--bottom:not(.el-tabs--border-card):not(.el-tabs--card) .el-tabs__item:nth-child(2),.custom-theme .el-tabs--top:not(.el-tabs--border-card):not(.el-tabs--card) .el-tabs__item:nth-child(2){padding-left:0}.custom-theme .el-tabs--bottom .el-tabs__header{margin-bottom:0;margin-top:10px}.custom-theme .el-tabs--bottom.el-tabs--border-card .el-tabs__header{border-bottom:0;border-top:1px solid #d8dce5}.custom-theme .el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap{margin-top:-1px;margin-bottom:0}.custom-theme .el-tabs--bottom.el-tabs--border-card .el-tabs__item{border:1px solid transparent;margin:0 -1px -1px -1px}.custom-theme .el-tabs--left,.custom-theme .el-tabs--right{overflow:hidden}.custom-theme .el-tabs--left .el-tabs__header,.custom-theme .el-tabs--left .el-tabs__nav-scroll,.custom-theme .el-tabs--left .el-tabs__nav-wrap,.custom-theme .el-tabs--right .el-tabs__header,.custom-theme .el-tabs--right .el-tabs__nav-scroll,.custom-theme .el-tabs--right .el-tabs__nav-wrap{height:100%}.custom-theme .el-tabs--left .el-tabs__active-bar,.custom-theme .el-tabs--right .el-tabs__active-bar{top:0;bottom:auto;width:2px;height:auto}.custom-theme .el-tabs--left .el-tabs__nav-wrap,.custom-theme .el-tabs--right .el-tabs__nav-wrap{margin-bottom:0}.custom-theme .el-tabs--left .el-tabs__nav-wrap.is-scrollable,.custom-theme .el-tabs--right .el-tabs__nav-wrap.is-scrollable{padding:30px 0}.custom-theme .el-tabs--left .el-tabs__nav-wrap::after,.custom-theme .el-tabs--right .el-tabs__nav-wrap::after{height:100%;width:2px;bottom:auto;top:0}.custom-theme .el-tabs--left .el-tabs__nav,.custom-theme .el-tabs--right .el-tabs__nav{float:none}.custom-theme .el-tabs--left .el-tabs__item,.custom-theme .el-tabs--right .el-tabs__item{display:block}.custom-theme .el-tabs--left .el-tabs__nav-next,.custom-theme .el-tabs--left .el-tabs__nav-prev,.custom-theme .el-tabs--right .el-tabs__nav-next,.custom-theme .el-tabs--right .el-tabs__nav-prev{height:30px;line-height:30px;width:100%;text-align:center;cursor:pointer}.custom-theme .el-tabs--left .el-tabs__nav-next i,.custom-theme .el-tabs--left .el-tabs__nav-prev i,.custom-theme .el-tabs--right .el-tabs__nav-next i,.custom-theme .el-tabs--right .el-tabs__nav-prev i{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.custom-theme .el-tabs--left .el-tabs__nav-prev,.custom-theme .el-tabs--right .el-tabs__nav-prev{left:auto;top:0}.custom-theme .el-tabs--left .el-tabs__nav-next,.custom-theme .el-tabs--right .el-tabs__nav-next{right:auto;bottom:0}.custom-theme .el-tabs--left .el-tabs__header{float:left;margin-bottom:0;margin-right:10px}.custom-theme .el-tabs--left .el-tabs__nav-wrap{margin-right:-1px}.custom-theme .el-tabs--left .el-tabs__nav-wrap::after{left:auto;right:0}.custom-theme .el-tabs--left .el-tabs__active-bar{right:0;left:auto}.custom-theme .el-tabs--left .el-tabs__item{text-align:right}.custom-theme .el-tabs--left.el-tabs--card .el-tabs__active-bar{display:none}.custom-theme .el-tabs--left.el-tabs--card .el-tabs__item{border-left:none;border-right:1px solid #dfe4ed;border-bottom:none;border-top:1px solid #dfe4ed}.custom-theme .el-tabs--left.el-tabs--card .el-tabs__item:first-child{border-right:1px solid #dfe4ed;border-top:none}.custom-theme .el-tabs--left.el-tabs--card .el-tabs__item.is-active{border:1px solid #dfe4ed;border-right-color:#fff;border-left:none;border-bottom:none}.custom-theme .el-tabs--left.el-tabs--card .el-tabs__item.is-active:first-child{border-top:none}.custom-theme .el-tabs--left.el-tabs--card .el-tabs__item.is-active:last-child{border-bottom:none}.custom-theme .el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #dfe4ed;border-right:none}.custom-theme .el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.custom-theme .el-tabs--left.el-tabs--border-card .el-tabs__header{border-right:1px solid #dfe4ed}.custom-theme .el-tabs--left.el-tabs--border-card .el-tabs__item{border:1px solid transparent;margin:-1px 0 -1px -1px}.custom-theme .el-tabs--left.el-tabs--border-card .el-tabs__item.is-active{border-color:transparent;border-top-color:#d1dbe5;border-bottom-color:#d1dbe5}.custom-theme .el-tabs--right .el-tabs__header{float:right;margin-bottom:0;margin-left:10px}.custom-theme .el-tabs--right .el-tabs__nav-wrap{margin-left:-1px}.custom-theme .el-tabs--right .el-tabs__nav-wrap::after{left:0;right:auto}.custom-theme .el-tabs--right .el-tabs__active-bar{left:0}.custom-theme .el-tabs--right.el-tabs--card .el-tabs__active-bar{display:none}.custom-theme .el-tabs--right.el-tabs--card .el-tabs__item{border-bottom:none;border-top:1px solid #dfe4ed}.custom-theme .el-tabs--right.el-tabs--card .el-tabs__item:first-child{border-left:1px solid #dfe4ed;border-top:none}.custom-theme .el-tabs--right.el-tabs--card .el-tabs__item.is-active{border:1px solid #dfe4ed;border-left-color:#fff;border-right:none;border-bottom:none}.custom-theme .el-tabs--right.el-tabs--card .el-tabs__item.is-active:first-child{border-top:none}.custom-theme .el-tabs--right.el-tabs--card .el-tabs__item.is-active:last-child{border-bottom:none}.custom-theme .el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #dfe4ed;border-left:none}.custom-theme .el-tabs--right.el-tabs--border-card .el-tabs__header{border-left:1px solid #dfe4ed}.custom-theme .el-tabs--right.el-tabs--border-card .el-tabs__item{border:1px solid transparent;margin:-1px -1px -1px 0}.custom-theme .el-tabs--right.el-tabs--border-card .el-tabs__item.is-active{border-color:transparent;border-top-color:#d1dbe5;border-bottom-color:#d1dbe5}.custom-theme .slideInLeft-transition,.custom-theme .slideInRight-transition{display:inline-block}.custom-theme .slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.custom-theme .slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.custom-theme .slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.custom-theme .slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}.custom-theme .el-tag{background-color:rgba(38,39,41,.1);display:inline-block;padding:0 10px;height:32px;line-height:30px;font-size:12px;color:#262729;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(38,39,41,.2);white-space:nowrap}.custom-theme .el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:18px;width:18px;line-height:18px;vertical-align:middle;top:-1px;right:-5px;color:#262729}.custom-theme .el-tag .el-icon-close::before{display:block}.custom-theme .el-tag .el-icon-close:hover{background-color:#262729;color:#fff}.custom-theme .el-tag--info{background-color:rgba(10,118,164,.1);border-color:rgba(10,118,164,.2);color:#0a76a4}.custom-theme .el-tag--info.is-hit{border-color:#0a76a4}.custom-theme .el-tag--info .el-tag__close{color:#0a76a4}.custom-theme .el-tag--info .el-tag__close:hover{background-color:#0a76a4;color:#fff}.custom-theme .el-tag--success{background-color:rgba(64,145,103,.1);border-color:rgba(64,145,103,.2);color:#409167}.custom-theme .el-tag--success.is-hit{border-color:#409167}.custom-theme .el-tag--success .el-tag__close{color:#409167}.custom-theme .el-tag--success .el-tag__close:hover{background-color:#409167;color:#fff}.custom-theme .el-tag--warning{background-color:rgba(157,164,8,.1);border-color:rgba(157,164,8,.2);color:#9da408}.custom-theme .el-tag--warning.is-hit{border-color:#9da408}.custom-theme .el-tag--warning .el-tag__close{color:#9da408}.custom-theme .el-tag--warning .el-tag__close:hover{background-color:#9da408;color:#fff}.custom-theme .el-tag--danger{background-color:rgba(179,69,14,.1);border-color:rgba(179,69,14,.2);color:#b3450e}.custom-theme .el-tag--danger.is-hit{border-color:#b3450e}.custom-theme .el-tag--danger .el-tag__close{color:#b3450e}.custom-theme .el-tag--danger .el-tag__close:hover{background-color:#b3450e;color:#fff}.custom-theme .el-tag--medium{height:28px;line-height:26px}.custom-theme .el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-tag--small{height:24px;padding:0 8px;line-height:22px}.custom-theme .el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-tag--mini{height:20px;padding:0 5px;line-height:19px}.custom-theme .el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.custom-theme .el-tree{cursor:default;background:#fff;color:#5a5e66}.custom-theme .el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.custom-theme .el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#623615}.custom-theme .el-tree-node{white-space:nowrap}.custom-theme .el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;cursor:pointer}.custom-theme .el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.custom-theme .el-tree-node__content>.el-checkbox{margin-right:8px}.custom-theme .el-tree-node__content:hover{background-color:#f5f7fa}.custom-theme .el-tree-node__expand-icon{cursor:pointer;color:#b4bccc;font-size:12px;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.custom-theme .el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.custom-theme .el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.custom-theme .el-tree-node__label{font-size:14px}.custom-theme .el-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#b4bccc}.custom-theme .el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.custom-theme .el-tree-node.is-expanded>.el-tree-node__children{display:block}.custom-theme .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#eee}.custom-theme .el-alert{width:100%;padding:8px 16px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;position:relative;background-color:#fff;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s}.custom-theme .el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-theme .el-alert--success{background-color:#ecf4f0;color:#409167}.custom-theme .el-alert--success .el-alert__description{color:#409167}.custom-theme .el-alert--info{background-color:#e7f1f6;color:#0a76a4}.custom-theme .el-alert--info .el-alert__description{color:#0a76a4}.custom-theme .el-alert--warning{background-color:#f5f6e6;color:#9da408}.custom-theme .el-alert--warning .el-alert__description{color:#9da408}.custom-theme .el-alert--error{background-color:#f7ece7;color:#b3450e}.custom-theme .el-alert--error .el-alert__description{color:#b3450e}.custom-theme .el-alert__content{display:table-cell;padding:0 8px}.custom-theme .el-alert__icon{font-size:16px;width:16px}.custom-theme .el-alert__icon.is-big{font-size:28px;width:28px}.custom-theme .el-alert__title{font-size:13px;line-height:18px}.custom-theme .el-alert__title.is-bold{font-weight:700}.custom-theme .el-alert .el-alert__description{font-size:12px;margin:5px 0 0 0}.custom-theme .el-alert__closebtn{font-size:12px;color:#b4bccc;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.custom-theme .el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.custom-theme .el-alert-fade-enter,.custom-theme .el-alert-fade-leave-active{opacity:0}.custom-theme .el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e6ebf5;position:fixed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.custom-theme .el-notification.right{right:16px}.custom-theme .el-notification.left{left:16px}.custom-theme .el-notification__group{margin-left:13px}.custom-theme .el-notification__title{font-weight:700;font-size:16px;color:#2d2f33;margin:0}.custom-theme .el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0 0;color:#5a5e66;text-align:justify}.custom-theme .el-notification__content p{margin:0}.custom-theme .el-notification__icon{height:24px;width:24px;font-size:24px;-webkit-transform:translateY(4px);transform:translateY(4px)}.custom-theme .el-notification__closeBtn{position:absolute;top:15px;right:15px;cursor:pointer;color:#878d99;font-size:16px}.custom-theme .el-notification__closeBtn:hover{color:#5a5e66}.custom-theme .el-notification .el-icon-success{color:#409167}.custom-theme .el-notification .el-icon-error{color:#b3450e}.custom-theme .el-notification .el-icon-info{color:#0a76a4}.custom-theme .el-notification .el-icon-warning{color:#9da408}.custom-theme .el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.custom-theme .el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.custom-theme .el-notification-fade-leave-active{opacity:0}.custom-theme .el-input{position:relative;font-size:14px;display:inline-block;width:100%}.custom-theme .el-input::-webkit-scrollbar{z-index:11;width:6px}.custom-theme .el-input::-webkit-scrollbar:horizontal{height:6px}.custom-theme .el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.custom-theme .el-input::-webkit-scrollbar-corner{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.custom-theme .el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:1;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.custom-theme .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input__inner:hover{border-color:#b4bccc}.custom-theme .el-input__inner:focus{outline:0;border-color:#262729}.custom-theme .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.custom-theme .el-input__suffix-inner{pointer-events:all}.custom-theme .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s}.custom-theme .el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.custom-theme .el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.custom-theme .el-input__validateIcon{pointer-events:none}.custom-theme .el-input.is-active .el-input__inner{outline:0;border-color:#262729}.custom-theme .el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__icon{cursor:not-allowed}.custom-theme .el-input--suffix .el-input__inner{padding-right:30px}.custom-theme .el-input--prefix .el-input__inner{padding-left:30px}.custom-theme .el-input--medium{font-size:14px}.custom-theme .el-input--medium .el-input__inner{height:36px}.custom-theme .el-input--medium .el-input__icon{line-height:36px}.custom-theme .el-input--small{font-size:13px}.custom-theme .el-input--small .el-input__inner{height:32px}.custom-theme .el-input--small .el-input__icon{line-height:32px}.custom-theme .el-input--mini{font-size:12px}.custom-theme .el-input--mini .el-input__inner{height:28px}.custom-theme .el-input--mini .el-input__icon{line-height:28px}.custom-theme .el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.custom-theme .el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.custom-theme .el-input-group__append,.custom-theme .el-input-group__prepend{background-color:#f5f7fa;color:#0a76a4;vertical-align:middle;display:table-cell;position:relative;border:1px solid #d8dce5;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.custom-theme .el-input-group__append:focus,.custom-theme .el-input-group__prepend:focus{outline:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-select,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-select{display:inline-block;margin:-20px}.custom-theme .el-input-group__append button.el-button,.custom-theme .el-input-group__append div.el-select .el-input__inner,.custom-theme .el-input-group__append div.el-select:hover .el-input__inner,.custom-theme .el-input-group__prepend button.el-button,.custom-theme .el-input-group__prepend div.el-select .el-input__inner,.custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-input,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-input{font-size:inherit}.custom-theme .el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-textarea{display:inline-block;width:100%;vertical-align:bottom}.custom-theme .el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#5a5e66;background-color:#fff;background-image:none;border:1px solid #d8dce5;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:hover{border-color:#b4bccc}.custom-theme .el-textarea__inner:focus{outline:0;border-color:#262729}.custom-theme .el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.custom-theme .el-input-number .el-input{display:block}.custom-theme .el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.custom-theme .el-input-number__decrease,.custom-theme .el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#f5f7fa;color:#5a5e66;cursor:pointer;font-size:13px}.custom-theme .el-input-number__decrease:hover,.custom-theme .el-input-number__increase:hover{color:#262729}.custom-theme .el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.custom-theme .el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#262729}.custom-theme .el-input-number__decrease.is-disabled,.custom-theme .el-input-number__increase.is-disabled{color:#b4bccc;cursor:not-allowed}.custom-theme .el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #d8dce5}.custom-theme .el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #d8dce5}.custom-theme .el-input-number.is-disabled .el-input-number__decrease,.custom-theme .el-input-number.is-disabled .el-input-number__increase{border-color:#dfe4ed;color:#dfe4ed}.custom-theme .el-input-number.is-disabled .el-input-number__decrease:hover,.custom-theme .el-input-number.is-disabled .el-input-number__increase:hover{color:#dfe4ed;cursor:not-allowed}.custom-theme .el-input-number--medium{width:200px;line-height:34px}.custom-theme .el-input-number--medium .el-input-number__decrease,.custom-theme .el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.custom-theme .el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.custom-theme .el-input-number--small{width:130px;line-height:30px}.custom-theme .el-input-number--small .el-input-number__decrease,.custom-theme .el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.custom-theme .el-input-number--small .el-input-number__decrease [class*=el-icon],.custom-theme .el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.custom-theme .el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.custom-theme .el-input-number--mini{width:130px;line-height:26px}.custom-theme .el-input-number--mini .el-input-number__decrease,.custom-theme .el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.custom-theme .el-input-number--mini .el-input-number__decrease [class*=el-icon],.custom-theme .el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.custom-theme .el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.custom-theme .el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.custom-theme .el-input-number.is-controls-right .el-input-number__decrease,.custom-theme .el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.custom-theme .el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.custom-theme .el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.custom-theme .el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #d8dce5}.custom-theme .el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #d8dce5;border-radius:0 0 4px 0}.custom-theme .el-input-number.is-controls-right[class*=medium] [class*=decrease],.custom-theme .el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.custom-theme .el-input-number.is-controls-right[class*=small] [class*=decrease],.custom-theme .el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.custom-theme .el-input-number.is-controls-right[class*=mini] [class*=decrease],.custom-theme .el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.custom-theme .el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2}.custom-theme .el-tooltip__popper .popper__arrow,.custom-theme .el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.custom-theme .el-tooltip__popper .popper__arrow{border-width:6px}.custom-theme .el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.custom-theme .el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.custom-theme .el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#2d2f33;border-bottom-width:0}.custom-theme .el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#2d2f33;border-bottom-width:0}.custom-theme .el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.custom-theme .el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#2d2f33}.custom-theme .el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#2d2f33}.custom-theme .el-tooltip__popper[x-placement^=right]{margin-left:12px}.custom-theme .el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#2d2f33;border-left-width:0}.custom-theme .el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#2d2f33;border-left-width:0}.custom-theme .el-tooltip__popper[x-placement^=left]{margin-right:12px}.custom-theme .el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#2d2f33}.custom-theme .el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#2d2f33}.custom-theme .el-tooltip__popper.is-dark{background:#2d2f33;color:#fff}.custom-theme .el-tooltip__popper.is-light{background:#fff;border:1px solid #2d2f33}.custom-theme .el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#2d2f33}.custom-theme .el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#fff}.custom-theme .el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#2d2f33}.custom-theme .el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#fff}.custom-theme .el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#2d2f33}.custom-theme .el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#fff}.custom-theme .el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#2d2f33}.custom-theme .el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#fff}.custom-theme .el-slider::after,.custom-theme .el-slider::before{display:table;content:""}.custom-theme .el-slider::after{clear:both}.custom-theme .el-slider__runway{width:100%;height:6px;margin:16px 0;background-color:#dfe4ed;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.custom-theme .el-slider__runway.show-input{margin-right:160px;width:auto}.custom-theme .el-slider__runway.disabled{cursor:default}.custom-theme .el-slider__runway.disabled .el-slider__bar{background-color:#b4bccc}.custom-theme .el-slider__runway.disabled .el-slider__button{border-color:#b4bccc}.custom-theme .el-slider__runway.disabled .el-slider__button-wrapper.hover,.custom-theme .el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.custom-theme .el-slider__runway.disabled .el-slider__button-wrapper.dragging{cursor:not-allowed}.custom-theme .el-slider__runway.disabled .el-slider__button.dragging,.custom-theme .el-slider__runway.disabled .el-slider__button.hover,.custom-theme .el-slider__runway.disabled .el-slider__button:hover{-webkit-transform:scale(1);transform:scale(1)}.custom-theme .el-slider__runway.disabled .el-slider__button.hover,.custom-theme .el-slider__runway.disabled .el-slider__button:hover{cursor:not-allowed}.custom-theme .el-slider__runway.disabled .el-slider__button.dragging{cursor:not-allowed}.custom-theme .el-slider__input{float:right;margin-top:3px}.custom-theme .el-slider__bar{height:6px;background-color:#262729;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.custom-theme .el-slider__button-wrapper{height:36px;width:36px;position:absolute;z-index:100;top:-15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:transparent;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-theme .el-slider__button-wrapper::after{display:inline-block;content:"";height:100%;vertical-align:middle}.custom-theme .el-slider__button-wrapper .el-tooltip{vertical-align:middle;display:inline-block}.custom-theme .el-slider__button-wrapper.hover,.custom-theme .el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.custom-theme .el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.custom-theme .el-slider__button{width:16px;height:16px;border:solid 2px #262729;background-color:#fff;border-radius:50%;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-theme .el-slider__button.dragging,.custom-theme .el-slider__button.hover,.custom-theme .el-slider__button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.custom-theme .el-slider__button.hover,.custom-theme .el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.custom-theme .el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.custom-theme .el-slider__stop{position:absolute;height:6px;width:6px;border-radius:100%;background-color:#fff;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.custom-theme .el-slider.is-vertical{position:relative}.custom-theme .el-slider.is-vertical .el-slider__runway{width:4px;height:100%;margin:0 16px}.custom-theme .el-slider.is-vertical .el-slider__bar{width:4px;height:auto;border-radius:0 0 3px 3px}.custom-theme .el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.custom-theme .el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);transform:translateY(50%)}.custom-theme .el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:32px;margin-top:-1px;border:1px solid #d8dce5;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#b4bccc}.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#262729}.custom-theme .el-loading-parent--relative{position:relative!important}.custom-theme .el-loading-parent--hidden{overflow:hidden!important}.custom-theme .el-loading-mask{position:absolute;z-index:10000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.custom-theme .el-loading-mask.is-fullscreen{position:fixed}.custom-theme .el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.custom-theme .el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.custom-theme .el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.custom-theme .el-loading-spinner .el-loading-text{color:#262729;margin:3px 0;font-size:14px}.custom-theme .el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.custom-theme .el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#262729;stroke-linecap:round}.custom-theme .el-loading-spinner i{color:#262729}.custom-theme .el-loading-fade-enter,.custom-theme .el-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.custom-theme .el-row{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-row::after,.custom-theme .el-row::before{display:table;content:""}.custom-theme .el-row::after{clear:both}.custom-theme .el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.custom-theme .el-row--flex:after,.custom-theme .el-row--flex:before{display:none}.custom-theme .el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-theme .el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.custom-theme .el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.custom-theme .el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.custom-theme .el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-theme .el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.custom-theme [class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-col-0{display:none}.custom-theme .el-col-1{width:4.16667%}.custom-theme .el-col-offset-1{margin-left:4.16667%}.custom-theme .el-col-pull-1{position:relative;right:4.16667%}.custom-theme .el-col-push-1{position:relative;left:4.16667%}.custom-theme .el-col-2{width:8.33333%}.custom-theme .el-col-offset-2{margin-left:8.33333%}.custom-theme .el-col-pull-2{position:relative;right:8.33333%}.custom-theme .el-col-push-2{position:relative;left:8.33333%}.custom-theme .el-col-3{width:12.5%}.custom-theme .el-col-offset-3{margin-left:12.5%}.custom-theme .el-col-pull-3{position:relative;right:12.5%}.custom-theme .el-col-push-3{position:relative;left:12.5%}.custom-theme .el-col-4{width:16.66667%}.custom-theme .el-col-offset-4{margin-left:16.66667%}.custom-theme .el-col-pull-4{position:relative;right:16.66667%}.custom-theme .el-col-push-4{position:relative;left:16.66667%}.custom-theme .el-col-5{width:20.83333%}.custom-theme .el-col-offset-5{margin-left:20.83333%}.custom-theme .el-col-pull-5{position:relative;right:20.83333%}.custom-theme .el-col-push-5{position:relative;left:20.83333%}.custom-theme .el-col-6{width:25%}.custom-theme .el-col-offset-6{margin-left:25%}.custom-theme .el-col-pull-6{position:relative;right:25%}.custom-theme .el-col-push-6{position:relative;left:25%}.custom-theme .el-col-7{width:29.16667%}.custom-theme .el-col-offset-7{margin-left:29.16667%}.custom-theme .el-col-pull-7{position:relative;right:29.16667%}.custom-theme .el-col-push-7{position:relative;left:29.16667%}.custom-theme .el-col-8{width:33.33333%}.custom-theme .el-col-offset-8{margin-left:33.33333%}.custom-theme .el-col-pull-8{position:relative;right:33.33333%}.custom-theme .el-col-push-8{position:relative;left:33.33333%}.custom-theme .el-col-9{width:37.5%}.custom-theme .el-col-offset-9{margin-left:37.5%}.custom-theme .el-col-pull-9{position:relative;right:37.5%}.custom-theme .el-col-push-9{position:relative;left:37.5%}.custom-theme .el-col-10{width:41.66667%}.custom-theme .el-col-offset-10{margin-left:41.66667%}.custom-theme .el-col-pull-10{position:relative;right:41.66667%}.custom-theme .el-col-push-10{position:relative;left:41.66667%}.custom-theme .el-col-11{width:45.83333%}.custom-theme .el-col-offset-11{margin-left:45.83333%}.custom-theme .el-col-pull-11{position:relative;right:45.83333%}.custom-theme .el-col-push-11{position:relative;left:45.83333%}.custom-theme .el-col-12{width:50%}.custom-theme .el-col-offset-12{margin-left:50%}.custom-theme .el-col-pull-12{position:relative;right:50%}.custom-theme .el-col-push-12{position:relative;left:50%}.custom-theme .el-col-13{width:54.16667%}.custom-theme .el-col-offset-13{margin-left:54.16667%}.custom-theme .el-col-pull-13{position:relative;right:54.16667%}.custom-theme .el-col-push-13{position:relative;left:54.16667%}.custom-theme .el-col-14{width:58.33333%}.custom-theme .el-col-offset-14{margin-left:58.33333%}.custom-theme .el-col-pull-14{position:relative;right:58.33333%}.custom-theme .el-col-push-14{position:relative;left:58.33333%}.custom-theme .el-col-15{width:62.5%}.custom-theme .el-col-offset-15{margin-left:62.5%}.custom-theme .el-col-pull-15{position:relative;right:62.5%}.custom-theme .el-col-push-15{position:relative;left:62.5%}.custom-theme .el-col-16{width:66.66667%}.custom-theme .el-col-offset-16{margin-left:66.66667%}.custom-theme .el-col-pull-16{position:relative;right:66.66667%}.custom-theme .el-col-push-16{position:relative;left:66.66667%}.custom-theme .el-col-17{width:70.83333%}.custom-theme .el-col-offset-17{margin-left:70.83333%}.custom-theme .el-col-pull-17{position:relative;right:70.83333%}.custom-theme .el-col-push-17{position:relative;left:70.83333%}.custom-theme .el-col-18{width:75%}.custom-theme .el-col-offset-18{margin-left:75%}.custom-theme .el-col-pull-18{position:relative;right:75%}.custom-theme .el-col-push-18{position:relative;left:75%}.custom-theme .el-col-19{width:79.16667%}.custom-theme .el-col-offset-19{margin-left:79.16667%}.custom-theme .el-col-pull-19{position:relative;right:79.16667%}.custom-theme .el-col-push-19{position:relative;left:79.16667%}.custom-theme .el-col-20{width:83.33333%}.custom-theme .el-col-offset-20{margin-left:83.33333%}.custom-theme .el-col-pull-20{position:relative;right:83.33333%}.custom-theme .el-col-push-20{position:relative;left:83.33333%}.custom-theme .el-col-21{width:87.5%}.custom-theme .el-col-offset-21{margin-left:87.5%}.custom-theme .el-col-pull-21{position:relative;right:87.5%}.custom-theme .el-col-push-21{position:relative;left:87.5%}.custom-theme .el-col-22{width:91.66667%}.custom-theme .el-col-offset-22{margin-left:91.66667%}.custom-theme .el-col-pull-22{position:relative;right:91.66667%}.custom-theme .el-col-push-22{position:relative;left:91.66667%}.custom-theme .el-col-23{width:95.83333%}.custom-theme .el-col-offset-23{margin-left:95.83333%}.custom-theme .el-col-pull-23{position:relative;right:95.83333%}.custom-theme .el-col-push-23{position:relative;left:95.83333%}.custom-theme .el-col-24{width:100%}.custom-theme .el-col-offset-24{margin-left:100%}.custom-theme .el-col-pull-24{position:relative;right:100%}.custom-theme .el-col-push-24{position:relative;left:100%}@media only screen and (max-width:768px){.custom-theme .el-col-xs-0{display:none}.custom-theme .el-col-xs-1{width:4.16667%}.custom-theme .el-col-xs-offset-1{margin-left:4.16667%}.custom-theme .el-col-xs-pull-1{position:relative;right:4.16667%}.custom-theme .el-col-xs-push-1{position:relative;left:4.16667%}.custom-theme .el-col-xs-2{width:8.33333%}.custom-theme .el-col-xs-offset-2{margin-left:8.33333%}.custom-theme .el-col-xs-pull-2{position:relative;right:8.33333%}.custom-theme .el-col-xs-push-2{position:relative;left:8.33333%}.custom-theme .el-col-xs-3{width:12.5%}.custom-theme .el-col-xs-offset-3{margin-left:12.5%}.custom-theme .el-col-xs-pull-3{position:relative;right:12.5%}.custom-theme .el-col-xs-push-3{position:relative;left:12.5%}.custom-theme .el-col-xs-4{width:16.66667%}.custom-theme .el-col-xs-offset-4{margin-left:16.66667%}.custom-theme .el-col-xs-pull-4{position:relative;right:16.66667%}.custom-theme .el-col-xs-push-4{position:relative;left:16.66667%}.custom-theme .el-col-xs-5{width:20.83333%}.custom-theme .el-col-xs-offset-5{margin-left:20.83333%}.custom-theme .el-col-xs-pull-5{position:relative;right:20.83333%}.custom-theme .el-col-xs-push-5{position:relative;left:20.83333%}.custom-theme .el-col-xs-6{width:25%}.custom-theme .el-col-xs-offset-6{margin-left:25%}.custom-theme .el-col-xs-pull-6{position:relative;right:25%}.custom-theme .el-col-xs-push-6{position:relative;left:25%}.custom-theme .el-col-xs-7{width:29.16667%}.custom-theme .el-col-xs-offset-7{margin-left:29.16667%}.custom-theme .el-col-xs-pull-7{position:relative;right:29.16667%}.custom-theme .el-col-xs-push-7{position:relative;left:29.16667%}.custom-theme .el-col-xs-8{width:33.33333%}.custom-theme .el-col-xs-offset-8{margin-left:33.33333%}.custom-theme .el-col-xs-pull-8{position:relative;right:33.33333%}.custom-theme .el-col-xs-push-8{position:relative;left:33.33333%}.custom-theme .el-col-xs-9{width:37.5%}.custom-theme .el-col-xs-offset-9{margin-left:37.5%}.custom-theme .el-col-xs-pull-9{position:relative;right:37.5%}.custom-theme .el-col-xs-push-9{position:relative;left:37.5%}.custom-theme .el-col-xs-10{width:41.66667%}.custom-theme .el-col-xs-offset-10{margin-left:41.66667%}.custom-theme .el-col-xs-pull-10{position:relative;right:41.66667%}.custom-theme .el-col-xs-push-10{position:relative;left:41.66667%}.custom-theme .el-col-xs-11{width:45.83333%}.custom-theme .el-col-xs-offset-11{margin-left:45.83333%}.custom-theme .el-col-xs-pull-11{position:relative;right:45.83333%}.custom-theme .el-col-xs-push-11{position:relative;left:45.83333%}.custom-theme .el-col-xs-12{width:50%}.custom-theme .el-col-xs-offset-12{margin-left:50%}.custom-theme .el-col-xs-pull-12{position:relative;right:50%}.custom-theme .el-col-xs-push-12{position:relative;left:50%}.custom-theme .el-col-xs-13{width:54.16667%}.custom-theme .el-col-xs-offset-13{margin-left:54.16667%}.custom-theme .el-col-xs-pull-13{position:relative;right:54.16667%}.custom-theme .el-col-xs-push-13{position:relative;left:54.16667%}.custom-theme .el-col-xs-14{width:58.33333%}.custom-theme .el-col-xs-offset-14{margin-left:58.33333%}.custom-theme .el-col-xs-pull-14{position:relative;right:58.33333%}.custom-theme .el-col-xs-push-14{position:relative;left:58.33333%}.custom-theme .el-col-xs-15{width:62.5%}.custom-theme .el-col-xs-offset-15{margin-left:62.5%}.custom-theme .el-col-xs-pull-15{position:relative;right:62.5%}.custom-theme .el-col-xs-push-15{position:relative;left:62.5%}.custom-theme .el-col-xs-16{width:66.66667%}.custom-theme .el-col-xs-offset-16{margin-left:66.66667%}.custom-theme .el-col-xs-pull-16{position:relative;right:66.66667%}.custom-theme .el-col-xs-push-16{position:relative;left:66.66667%}.custom-theme .el-col-xs-17{width:70.83333%}.custom-theme .el-col-xs-offset-17{margin-left:70.83333%}.custom-theme .el-col-xs-pull-17{position:relative;right:70.83333%}.custom-theme .el-col-xs-push-17{position:relative;left:70.83333%}.custom-theme .el-col-xs-18{width:75%}.custom-theme .el-col-xs-offset-18{margin-left:75%}.custom-theme .el-col-xs-pull-18{position:relative;right:75%}.custom-theme .el-col-xs-push-18{position:relative;left:75%}.custom-theme .el-col-xs-19{width:79.16667%}.custom-theme .el-col-xs-offset-19{margin-left:79.16667%}.custom-theme .el-col-xs-pull-19{position:relative;right:79.16667%}.custom-theme .el-col-xs-push-19{position:relative;left:79.16667%}.custom-theme .el-col-xs-20{width:83.33333%}.custom-theme .el-col-xs-offset-20{margin-left:83.33333%}.custom-theme .el-col-xs-pull-20{position:relative;right:83.33333%}.custom-theme .el-col-xs-push-20{position:relative;left:83.33333%}.custom-theme .el-col-xs-21{width:87.5%}.custom-theme .el-col-xs-offset-21{margin-left:87.5%}.custom-theme .el-col-xs-pull-21{position:relative;right:87.5%}.custom-theme .el-col-xs-push-21{position:relative;left:87.5%}.custom-theme .el-col-xs-22{width:91.66667%}.custom-theme .el-col-xs-offset-22{margin-left:91.66667%}.custom-theme .el-col-xs-pull-22{position:relative;right:91.66667%}.custom-theme .el-col-xs-push-22{position:relative;left:91.66667%}.custom-theme .el-col-xs-23{width:95.83333%}.custom-theme .el-col-xs-offset-23{margin-left:95.83333%}.custom-theme .el-col-xs-pull-23{position:relative;right:95.83333%}.custom-theme .el-col-xs-push-23{position:relative;left:95.83333%}.custom-theme .el-col-xs-24{width:100%}.custom-theme .el-col-xs-offset-24{margin-left:100%}.custom-theme .el-col-xs-pull-24{position:relative;right:100%}.custom-theme .el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.custom-theme .el-col-sm-0{display:none}.custom-theme .el-col-sm-1{width:4.16667%}.custom-theme .el-col-sm-offset-1{margin-left:4.16667%}.custom-theme .el-col-sm-pull-1{position:relative;right:4.16667%}.custom-theme .el-col-sm-push-1{position:relative;left:4.16667%}.custom-theme .el-col-sm-2{width:8.33333%}.custom-theme .el-col-sm-offset-2{margin-left:8.33333%}.custom-theme .el-col-sm-pull-2{position:relative;right:8.33333%}.custom-theme .el-col-sm-push-2{position:relative;left:8.33333%}.custom-theme .el-col-sm-3{width:12.5%}.custom-theme .el-col-sm-offset-3{margin-left:12.5%}.custom-theme .el-col-sm-pull-3{position:relative;right:12.5%}.custom-theme .el-col-sm-push-3{position:relative;left:12.5%}.custom-theme .el-col-sm-4{width:16.66667%}.custom-theme .el-col-sm-offset-4{margin-left:16.66667%}.custom-theme .el-col-sm-pull-4{position:relative;right:16.66667%}.custom-theme .el-col-sm-push-4{position:relative;left:16.66667%}.custom-theme .el-col-sm-5{width:20.83333%}.custom-theme .el-col-sm-offset-5{margin-left:20.83333%}.custom-theme .el-col-sm-pull-5{position:relative;right:20.83333%}.custom-theme .el-col-sm-push-5{position:relative;left:20.83333%}.custom-theme .el-col-sm-6{width:25%}.custom-theme .el-col-sm-offset-6{margin-left:25%}.custom-theme .el-col-sm-pull-6{position:relative;right:25%}.custom-theme .el-col-sm-push-6{position:relative;left:25%}.custom-theme .el-col-sm-7{width:29.16667%}.custom-theme .el-col-sm-offset-7{margin-left:29.16667%}.custom-theme .el-col-sm-pull-7{position:relative;right:29.16667%}.custom-theme .el-col-sm-push-7{position:relative;left:29.16667%}.custom-theme .el-col-sm-8{width:33.33333%}.custom-theme .el-col-sm-offset-8{margin-left:33.33333%}.custom-theme .el-col-sm-pull-8{position:relative;right:33.33333%}.custom-theme .el-col-sm-push-8{position:relative;left:33.33333%}.custom-theme .el-col-sm-9{width:37.5%}.custom-theme .el-col-sm-offset-9{margin-left:37.5%}.custom-theme .el-col-sm-pull-9{position:relative;right:37.5%}.custom-theme .el-col-sm-push-9{position:relative;left:37.5%}.custom-theme .el-col-sm-10{width:41.66667%}.custom-theme .el-col-sm-offset-10{margin-left:41.66667%}.custom-theme .el-col-sm-pull-10{position:relative;right:41.66667%}.custom-theme .el-col-sm-push-10{position:relative;left:41.66667%}.custom-theme .el-col-sm-11{width:45.83333%}.custom-theme .el-col-sm-offset-11{margin-left:45.83333%}.custom-theme .el-col-sm-pull-11{position:relative;right:45.83333%}.custom-theme .el-col-sm-push-11{position:relative;left:45.83333%}.custom-theme .el-col-sm-12{width:50%}.custom-theme .el-col-sm-offset-12{margin-left:50%}.custom-theme .el-col-sm-pull-12{position:relative;right:50%}.custom-theme .el-col-sm-push-12{position:relative;left:50%}.custom-theme .el-col-sm-13{width:54.16667%}.custom-theme .el-col-sm-offset-13{margin-left:54.16667%}.custom-theme .el-col-sm-pull-13{position:relative;right:54.16667%}.custom-theme .el-col-sm-push-13{position:relative;left:54.16667%}.custom-theme .el-col-sm-14{width:58.33333%}.custom-theme .el-col-sm-offset-14{margin-left:58.33333%}.custom-theme .el-col-sm-pull-14{position:relative;right:58.33333%}.custom-theme .el-col-sm-push-14{position:relative;left:58.33333%}.custom-theme .el-col-sm-15{width:62.5%}.custom-theme .el-col-sm-offset-15{margin-left:62.5%}.custom-theme .el-col-sm-pull-15{position:relative;right:62.5%}.custom-theme .el-col-sm-push-15{position:relative;left:62.5%}.custom-theme .el-col-sm-16{width:66.66667%}.custom-theme .el-col-sm-offset-16{margin-left:66.66667%}.custom-theme .el-col-sm-pull-16{position:relative;right:66.66667%}.custom-theme .el-col-sm-push-16{position:relative;left:66.66667%}.custom-theme .el-col-sm-17{width:70.83333%}.custom-theme .el-col-sm-offset-17{margin-left:70.83333%}.custom-theme .el-col-sm-pull-17{position:relative;right:70.83333%}.custom-theme .el-col-sm-push-17{position:relative;left:70.83333%}.custom-theme .el-col-sm-18{width:75%}.custom-theme .el-col-sm-offset-18{margin-left:75%}.custom-theme .el-col-sm-pull-18{position:relative;right:75%}.custom-theme .el-col-sm-push-18{position:relative;left:75%}.custom-theme .el-col-sm-19{width:79.16667%}.custom-theme .el-col-sm-offset-19{margin-left:79.16667%}.custom-theme .el-col-sm-pull-19{position:relative;right:79.16667%}.custom-theme .el-col-sm-push-19{position:relative;left:79.16667%}.custom-theme .el-col-sm-20{width:83.33333%}.custom-theme .el-col-sm-offset-20{margin-left:83.33333%}.custom-theme .el-col-sm-pull-20{position:relative;right:83.33333%}.custom-theme .el-col-sm-push-20{position:relative;left:83.33333%}.custom-theme .el-col-sm-21{width:87.5%}.custom-theme .el-col-sm-offset-21{margin-left:87.5%}.custom-theme .el-col-sm-pull-21{position:relative;right:87.5%}.custom-theme .el-col-sm-push-21{position:relative;left:87.5%}.custom-theme .el-col-sm-22{width:91.66667%}.custom-theme .el-col-sm-offset-22{margin-left:91.66667%}.custom-theme .el-col-sm-pull-22{position:relative;right:91.66667%}.custom-theme .el-col-sm-push-22{position:relative;left:91.66667%}.custom-theme .el-col-sm-23{width:95.83333%}.custom-theme .el-col-sm-offset-23{margin-left:95.83333%}.custom-theme .el-col-sm-pull-23{position:relative;right:95.83333%}.custom-theme .el-col-sm-push-23{position:relative;left:95.83333%}.custom-theme .el-col-sm-24{width:100%}.custom-theme .el-col-sm-offset-24{margin-left:100%}.custom-theme .el-col-sm-pull-24{position:relative;right:100%}.custom-theme .el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.custom-theme .el-col-md-0{display:none}.custom-theme .el-col-md-1{width:4.16667%}.custom-theme .el-col-md-offset-1{margin-left:4.16667%}.custom-theme .el-col-md-pull-1{position:relative;right:4.16667%}.custom-theme .el-col-md-push-1{position:relative;left:4.16667%}.custom-theme .el-col-md-2{width:8.33333%}.custom-theme .el-col-md-offset-2{margin-left:8.33333%}.custom-theme .el-col-md-pull-2{position:relative;right:8.33333%}.custom-theme .el-col-md-push-2{position:relative;left:8.33333%}.custom-theme .el-col-md-3{width:12.5%}.custom-theme .el-col-md-offset-3{margin-left:12.5%}.custom-theme .el-col-md-pull-3{position:relative;right:12.5%}.custom-theme .el-col-md-push-3{position:relative;left:12.5%}.custom-theme .el-col-md-4{width:16.66667%}.custom-theme .el-col-md-offset-4{margin-left:16.66667%}.custom-theme .el-col-md-pull-4{position:relative;right:16.66667%}.custom-theme .el-col-md-push-4{position:relative;left:16.66667%}.custom-theme .el-col-md-5{width:20.83333%}.custom-theme .el-col-md-offset-5{margin-left:20.83333%}.custom-theme .el-col-md-pull-5{position:relative;right:20.83333%}.custom-theme .el-col-md-push-5{position:relative;left:20.83333%}.custom-theme .el-col-md-6{width:25%}.custom-theme .el-col-md-offset-6{margin-left:25%}.custom-theme .el-col-md-pull-6{position:relative;right:25%}.custom-theme .el-col-md-push-6{position:relative;left:25%}.custom-theme .el-col-md-7{width:29.16667%}.custom-theme .el-col-md-offset-7{margin-left:29.16667%}.custom-theme .el-col-md-pull-7{position:relative;right:29.16667%}.custom-theme .el-col-md-push-7{position:relative;left:29.16667%}.custom-theme .el-col-md-8{width:33.33333%}.custom-theme .el-col-md-offset-8{margin-left:33.33333%}.custom-theme .el-col-md-pull-8{position:relative;right:33.33333%}.custom-theme .el-col-md-push-8{position:relative;left:33.33333%}.custom-theme .el-col-md-9{width:37.5%}.custom-theme .el-col-md-offset-9{margin-left:37.5%}.custom-theme .el-col-md-pull-9{position:relative;right:37.5%}.custom-theme .el-col-md-push-9{position:relative;left:37.5%}.custom-theme .el-col-md-10{width:41.66667%}.custom-theme .el-col-md-offset-10{margin-left:41.66667%}.custom-theme .el-col-md-pull-10{position:relative;right:41.66667%}.custom-theme .el-col-md-push-10{position:relative;left:41.66667%}.custom-theme .el-col-md-11{width:45.83333%}.custom-theme .el-col-md-offset-11{margin-left:45.83333%}.custom-theme .el-col-md-pull-11{position:relative;right:45.83333%}.custom-theme .el-col-md-push-11{position:relative;left:45.83333%}.custom-theme .el-col-md-12{width:50%}.custom-theme .el-col-md-offset-12{margin-left:50%}.custom-theme .el-col-md-pull-12{position:relative;right:50%}.custom-theme .el-col-md-push-12{position:relative;left:50%}.custom-theme .el-col-md-13{width:54.16667%}.custom-theme .el-col-md-offset-13{margin-left:54.16667%}.custom-theme .el-col-md-pull-13{position:relative;right:54.16667%}.custom-theme .el-col-md-push-13{position:relative;left:54.16667%}.custom-theme .el-col-md-14{width:58.33333%}.custom-theme .el-col-md-offset-14{margin-left:58.33333%}.custom-theme .el-col-md-pull-14{position:relative;right:58.33333%}.custom-theme .el-col-md-push-14{position:relative;left:58.33333%}.custom-theme .el-col-md-15{width:62.5%}.custom-theme .el-col-md-offset-15{margin-left:62.5%}.custom-theme .el-col-md-pull-15{position:relative;right:62.5%}.custom-theme .el-col-md-push-15{position:relative;left:62.5%}.custom-theme .el-col-md-16{width:66.66667%}.custom-theme .el-col-md-offset-16{margin-left:66.66667%}.custom-theme .el-col-md-pull-16{position:relative;right:66.66667%}.custom-theme .el-col-md-push-16{position:relative;left:66.66667%}.custom-theme .el-col-md-17{width:70.83333%}.custom-theme .el-col-md-offset-17{margin-left:70.83333%}.custom-theme .el-col-md-pull-17{position:relative;right:70.83333%}.custom-theme .el-col-md-push-17{position:relative;left:70.83333%}.custom-theme .el-col-md-18{width:75%}.custom-theme .el-col-md-offset-18{margin-left:75%}.custom-theme .el-col-md-pull-18{position:relative;right:75%}.custom-theme .el-col-md-push-18{position:relative;left:75%}.custom-theme .el-col-md-19{width:79.16667%}.custom-theme .el-col-md-offset-19{margin-left:79.16667%}.custom-theme .el-col-md-pull-19{position:relative;right:79.16667%}.custom-theme .el-col-md-push-19{position:relative;left:79.16667%}.custom-theme .el-col-md-20{width:83.33333%}.custom-theme .el-col-md-offset-20{margin-left:83.33333%}.custom-theme .el-col-md-pull-20{position:relative;right:83.33333%}.custom-theme .el-col-md-push-20{position:relative;left:83.33333%}.custom-theme .el-col-md-21{width:87.5%}.custom-theme .el-col-md-offset-21{margin-left:87.5%}.custom-theme .el-col-md-pull-21{position:relative;right:87.5%}.custom-theme .el-col-md-push-21{position:relative;left:87.5%}.custom-theme .el-col-md-22{width:91.66667%}.custom-theme .el-col-md-offset-22{margin-left:91.66667%}.custom-theme .el-col-md-pull-22{position:relative;right:91.66667%}.custom-theme .el-col-md-push-22{position:relative;left:91.66667%}.custom-theme .el-col-md-23{width:95.83333%}.custom-theme .el-col-md-offset-23{margin-left:95.83333%}.custom-theme .el-col-md-pull-23{position:relative;right:95.83333%}.custom-theme .el-col-md-push-23{position:relative;left:95.83333%}.custom-theme .el-col-md-24{width:100%}.custom-theme .el-col-md-offset-24{margin-left:100%}.custom-theme .el-col-md-pull-24{position:relative;right:100%}.custom-theme .el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.custom-theme .el-col-lg-0{display:none}.custom-theme .el-col-lg-1{width:4.16667%}.custom-theme .el-col-lg-offset-1{margin-left:4.16667%}.custom-theme .el-col-lg-pull-1{position:relative;right:4.16667%}.custom-theme .el-col-lg-push-1{position:relative;left:4.16667%}.custom-theme .el-col-lg-2{width:8.33333%}.custom-theme .el-col-lg-offset-2{margin-left:8.33333%}.custom-theme .el-col-lg-pull-2{position:relative;right:8.33333%}.custom-theme .el-col-lg-push-2{position:relative;left:8.33333%}.custom-theme .el-col-lg-3{width:12.5%}.custom-theme .el-col-lg-offset-3{margin-left:12.5%}.custom-theme .el-col-lg-pull-3{position:relative;right:12.5%}.custom-theme .el-col-lg-push-3{position:relative;left:12.5%}.custom-theme .el-col-lg-4{width:16.66667%}.custom-theme .el-col-lg-offset-4{margin-left:16.66667%}.custom-theme .el-col-lg-pull-4{position:relative;right:16.66667%}.custom-theme .el-col-lg-push-4{position:relative;left:16.66667%}.custom-theme .el-col-lg-5{width:20.83333%}.custom-theme .el-col-lg-offset-5{margin-left:20.83333%}.custom-theme .el-col-lg-pull-5{position:relative;right:20.83333%}.custom-theme .el-col-lg-push-5{position:relative;left:20.83333%}.custom-theme .el-col-lg-6{width:25%}.custom-theme .el-col-lg-offset-6{margin-left:25%}.custom-theme .el-col-lg-pull-6{position:relative;right:25%}.custom-theme .el-col-lg-push-6{position:relative;left:25%}.custom-theme .el-col-lg-7{width:29.16667%}.custom-theme .el-col-lg-offset-7{margin-left:29.16667%}.custom-theme .el-col-lg-pull-7{position:relative;right:29.16667%}.custom-theme .el-col-lg-push-7{position:relative;left:29.16667%}.custom-theme .el-col-lg-8{width:33.33333%}.custom-theme .el-col-lg-offset-8{margin-left:33.33333%}.custom-theme .el-col-lg-pull-8{position:relative;right:33.33333%}.custom-theme .el-col-lg-push-8{position:relative;left:33.33333%}.custom-theme .el-col-lg-9{width:37.5%}.custom-theme .el-col-lg-offset-9{margin-left:37.5%}.custom-theme .el-col-lg-pull-9{position:relative;right:37.5%}.custom-theme .el-col-lg-push-9{position:relative;left:37.5%}.custom-theme .el-col-lg-10{width:41.66667%}.custom-theme .el-col-lg-offset-10{margin-left:41.66667%}.custom-theme .el-col-lg-pull-10{position:relative;right:41.66667%}.custom-theme .el-col-lg-push-10{position:relative;left:41.66667%}.custom-theme .el-col-lg-11{width:45.83333%}.custom-theme .el-col-lg-offset-11{margin-left:45.83333%}.custom-theme .el-col-lg-pull-11{position:relative;right:45.83333%}.custom-theme .el-col-lg-push-11{position:relative;left:45.83333%}.custom-theme .el-col-lg-12{width:50%}.custom-theme .el-col-lg-offset-12{margin-left:50%}.custom-theme .el-col-lg-pull-12{position:relative;right:50%}.custom-theme .el-col-lg-push-12{position:relative;left:50%}.custom-theme .el-col-lg-13{width:54.16667%}.custom-theme .el-col-lg-offset-13{margin-left:54.16667%}.custom-theme .el-col-lg-pull-13{position:relative;right:54.16667%}.custom-theme .el-col-lg-push-13{position:relative;left:54.16667%}.custom-theme .el-col-lg-14{width:58.33333%}.custom-theme .el-col-lg-offset-14{margin-left:58.33333%}.custom-theme .el-col-lg-pull-14{position:relative;right:58.33333%}.custom-theme .el-col-lg-push-14{position:relative;left:58.33333%}.custom-theme .el-col-lg-15{width:62.5%}.custom-theme .el-col-lg-offset-15{margin-left:62.5%}.custom-theme .el-col-lg-pull-15{position:relative;right:62.5%}.custom-theme .el-col-lg-push-15{position:relative;left:62.5%}.custom-theme .el-col-lg-16{width:66.66667%}.custom-theme .el-col-lg-offset-16{margin-left:66.66667%}.custom-theme .el-col-lg-pull-16{position:relative;right:66.66667%}.custom-theme .el-col-lg-push-16{position:relative;left:66.66667%}.custom-theme .el-col-lg-17{width:70.83333%}.custom-theme .el-col-lg-offset-17{margin-left:70.83333%}.custom-theme .el-col-lg-pull-17{position:relative;right:70.83333%}.custom-theme .el-col-lg-push-17{position:relative;left:70.83333%}.custom-theme .el-col-lg-18{width:75%}.custom-theme .el-col-lg-offset-18{margin-left:75%}.custom-theme .el-col-lg-pull-18{position:relative;right:75%}.custom-theme .el-col-lg-push-18{position:relative;left:75%}.custom-theme .el-col-lg-19{width:79.16667%}.custom-theme .el-col-lg-offset-19{margin-left:79.16667%}.custom-theme .el-col-lg-pull-19{position:relative;right:79.16667%}.custom-theme .el-col-lg-push-19{position:relative;left:79.16667%}.custom-theme .el-col-lg-20{width:83.33333%}.custom-theme .el-col-lg-offset-20{margin-left:83.33333%}.custom-theme .el-col-lg-pull-20{position:relative;right:83.33333%}.custom-theme .el-col-lg-push-20{position:relative;left:83.33333%}.custom-theme .el-col-lg-21{width:87.5%}.custom-theme .el-col-lg-offset-21{margin-left:87.5%}.custom-theme .el-col-lg-pull-21{position:relative;right:87.5%}.custom-theme .el-col-lg-push-21{position:relative;left:87.5%}.custom-theme .el-col-lg-22{width:91.66667%}.custom-theme .el-col-lg-offset-22{margin-left:91.66667%}.custom-theme .el-col-lg-pull-22{position:relative;right:91.66667%}.custom-theme .el-col-lg-push-22{position:relative;left:91.66667%}.custom-theme .el-col-lg-23{width:95.83333%}.custom-theme .el-col-lg-offset-23{margin-left:95.83333%}.custom-theme .el-col-lg-pull-23{position:relative;right:95.83333%}.custom-theme .el-col-lg-push-23{position:relative;left:95.83333%}.custom-theme .el-col-lg-24{width:100%}.custom-theme .el-col-lg-offset-24{margin-left:100%}.custom-theme .el-col-lg-pull-24{position:relative;right:100%}.custom-theme .el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.custom-theme .el-col-xl-0{display:none}.custom-theme .el-col-xl-1{width:4.16667%}.custom-theme .el-col-xl-offset-1{margin-left:4.16667%}.custom-theme .el-col-xl-pull-1{position:relative;right:4.16667%}.custom-theme .el-col-xl-push-1{position:relative;left:4.16667%}.custom-theme .el-col-xl-2{width:8.33333%}.custom-theme .el-col-xl-offset-2{margin-left:8.33333%}.custom-theme .el-col-xl-pull-2{position:relative;right:8.33333%}.custom-theme .el-col-xl-push-2{position:relative;left:8.33333%}.custom-theme .el-col-xl-3{width:12.5%}.custom-theme .el-col-xl-offset-3{margin-left:12.5%}.custom-theme .el-col-xl-pull-3{position:relative;right:12.5%}.custom-theme .el-col-xl-push-3{position:relative;left:12.5%}.custom-theme .el-col-xl-4{width:16.66667%}.custom-theme .el-col-xl-offset-4{margin-left:16.66667%}.custom-theme .el-col-xl-pull-4{position:relative;right:16.66667%}.custom-theme .el-col-xl-push-4{position:relative;left:16.66667%}.custom-theme .el-col-xl-5{width:20.83333%}.custom-theme .el-col-xl-offset-5{margin-left:20.83333%}.custom-theme .el-col-xl-pull-5{position:relative;right:20.83333%}.custom-theme .el-col-xl-push-5{position:relative;left:20.83333%}.custom-theme .el-col-xl-6{width:25%}.custom-theme .el-col-xl-offset-6{margin-left:25%}.custom-theme .el-col-xl-pull-6{position:relative;right:25%}.custom-theme .el-col-xl-push-6{position:relative;left:25%}.custom-theme .el-col-xl-7{width:29.16667%}.custom-theme .el-col-xl-offset-7{margin-left:29.16667%}.custom-theme .el-col-xl-pull-7{position:relative;right:29.16667%}.custom-theme .el-col-xl-push-7{position:relative;left:29.16667%}.custom-theme .el-col-xl-8{width:33.33333%}.custom-theme .el-col-xl-offset-8{margin-left:33.33333%}.custom-theme .el-col-xl-pull-8{position:relative;right:33.33333%}.custom-theme .el-col-xl-push-8{position:relative;left:33.33333%}.custom-theme .el-col-xl-9{width:37.5%}.custom-theme .el-col-xl-offset-9{margin-left:37.5%}.custom-theme .el-col-xl-pull-9{position:relative;right:37.5%}.custom-theme .el-col-xl-push-9{position:relative;left:37.5%}.custom-theme .el-col-xl-10{width:41.66667%}.custom-theme .el-col-xl-offset-10{margin-left:41.66667%}.custom-theme .el-col-xl-pull-10{position:relative;right:41.66667%}.custom-theme .el-col-xl-push-10{position:relative;left:41.66667%}.custom-theme .el-col-xl-11{width:45.83333%}.custom-theme .el-col-xl-offset-11{margin-left:45.83333%}.custom-theme .el-col-xl-pull-11{position:relative;right:45.83333%}.custom-theme .el-col-xl-push-11{position:relative;left:45.83333%}.custom-theme .el-col-xl-12{width:50%}.custom-theme .el-col-xl-offset-12{margin-left:50%}.custom-theme .el-col-xl-pull-12{position:relative;right:50%}.custom-theme .el-col-xl-push-12{position:relative;left:50%}.custom-theme .el-col-xl-13{width:54.16667%}.custom-theme .el-col-xl-offset-13{margin-left:54.16667%}.custom-theme .el-col-xl-pull-13{position:relative;right:54.16667%}.custom-theme .el-col-xl-push-13{position:relative;left:54.16667%}.custom-theme .el-col-xl-14{width:58.33333%}.custom-theme .el-col-xl-offset-14{margin-left:58.33333%}.custom-theme .el-col-xl-pull-14{position:relative;right:58.33333%}.custom-theme .el-col-xl-push-14{position:relative;left:58.33333%}.custom-theme .el-col-xl-15{width:62.5%}.custom-theme .el-col-xl-offset-15{margin-left:62.5%}.custom-theme .el-col-xl-pull-15{position:relative;right:62.5%}.custom-theme .el-col-xl-push-15{position:relative;left:62.5%}.custom-theme .el-col-xl-16{width:66.66667%}.custom-theme .el-col-xl-offset-16{margin-left:66.66667%}.custom-theme .el-col-xl-pull-16{position:relative;right:66.66667%}.custom-theme .el-col-xl-push-16{position:relative;left:66.66667%}.custom-theme .el-col-xl-17{width:70.83333%}.custom-theme .el-col-xl-offset-17{margin-left:70.83333%}.custom-theme .el-col-xl-pull-17{position:relative;right:70.83333%}.custom-theme .el-col-xl-push-17{position:relative;left:70.83333%}.custom-theme .el-col-xl-18{width:75%}.custom-theme .el-col-xl-offset-18{margin-left:75%}.custom-theme .el-col-xl-pull-18{position:relative;right:75%}.custom-theme .el-col-xl-push-18{position:relative;left:75%}.custom-theme .el-col-xl-19{width:79.16667%}.custom-theme .el-col-xl-offset-19{margin-left:79.16667%}.custom-theme .el-col-xl-pull-19{position:relative;right:79.16667%}.custom-theme .el-col-xl-push-19{position:relative;left:79.16667%}.custom-theme .el-col-xl-20{width:83.33333%}.custom-theme .el-col-xl-offset-20{margin-left:83.33333%}.custom-theme .el-col-xl-pull-20{position:relative;right:83.33333%}.custom-theme .el-col-xl-push-20{position:relative;left:83.33333%}.custom-theme .el-col-xl-21{width:87.5%}.custom-theme .el-col-xl-offset-21{margin-left:87.5%}.custom-theme .el-col-xl-pull-21{position:relative;right:87.5%}.custom-theme .el-col-xl-push-21{position:relative;left:87.5%}.custom-theme .el-col-xl-22{width:91.66667%}.custom-theme .el-col-xl-offset-22{margin-left:91.66667%}.custom-theme .el-col-xl-pull-22{position:relative;right:91.66667%}.custom-theme .el-col-xl-push-22{position:relative;left:91.66667%}.custom-theme .el-col-xl-23{width:95.83333%}.custom-theme .el-col-xl-offset-23{margin-left:95.83333%}.custom-theme .el-col-xl-pull-23{position:relative;right:95.83333%}.custom-theme .el-col-xl-push-23{position:relative;left:95.83333%}.custom-theme .el-col-xl-24{width:100%}.custom-theme .el-col-xl-offset-24{margin-left:100%}.custom-theme .el-col-xl-pull-24{position:relative;right:100%}.custom-theme .el-col-xl-push-24{position:relative;left:100%}}.custom-theme .el-progress{position:relative;line-height:1}.custom-theme .el-progress__text{font-size:14px;color:#5a5e66;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.custom-theme .el-progress__text i{vertical-align:middle;display:block}.custom-theme .el-progress--circle{display:inline-block}.custom-theme .el-progress--circle .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.custom-theme .el-progress--circle .el-progress__text i{vertical-align:middle;display:inline-block}.custom-theme .el-progress--without-text .el-progress__text{display:none}.custom-theme .el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.custom-theme .el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.custom-theme .el-progress.is-success .el-progress-bar__inner{background-color:#409167}.custom-theme .el-progress.is-success .el-progress__text{color:#409167}.custom-theme .el-progress.is-exception .el-progress-bar__inner{background-color:#b3450e}.custom-theme .el-progress.is-exception .el-progress__text{color:#b3450e}.custom-theme .el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-progress-bar__outer{height:6px;border-radius:100px;background-color:#e6ebf5;overflow:hidden;position:relative;vertical-align:middle}.custom-theme .el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#262729;text-align:right;border-radius:100px;line-height:1;white-space:nowrap}.custom-theme .el-progress-bar__inner::after{display:inline-block;content:"";height:100%;vertical-align:middle}.custom-theme .el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#fff;font-size:12px;margin:0 5px}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.custom-theme .el-upload{display:inline-block;text-align:center;cursor:pointer}.custom-theme .el-upload__input{display:none}.custom-theme .el-upload__tip{font-size:12px;color:#5a5e66;margin-top:7px}.custom-theme .el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0}.custom-theme .el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;cursor:pointer;line-height:146px;vertical-align:top}.custom-theme .el-upload--picture-card i{font-size:28px;color:#8c939d}.custom-theme .el-upload--picture-card:hover{border-color:#262729;color:#262729}.custom-theme .el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:360px;height:180px;text-align:center;cursor:pointer;position:relative;overflow:hidden}.custom-theme .el-upload-dragger .el-icon-upload{font-size:67px;color:#b4bccc;margin:40px 0 16px;line-height:50px}.custom-theme .el-upload-dragger+.el-upload__tip{text-align:center}.custom-theme .el-upload-dragger~.el-upload__files{border-top:1px solid #d8dce5;margin-top:7px;padding-top:5px}.custom-theme .el-upload-dragger .el-upload__text{color:#5a5e66;font-size:14px;text-align:center}.custom-theme .el-upload-dragger .el-upload__text em{color:#262729;font-style:normal}.custom-theme .el-upload-dragger:hover{border-color:#262729}.custom-theme .el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #262729}.custom-theme .el-upload-list{margin:0;padding:0;list-style:none}.custom-theme .el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#5a5e66;line-height:1.8;margin-top:5px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.custom-theme .el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.custom-theme .el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.custom-theme .el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.custom-theme .el-upload-list__item:first-child{margin-top:10px}.custom-theme .el-upload-list__item .el-icon-upload-success{color:#409167}.custom-theme .el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#5a5e66}.custom-theme .el-upload-list__item .el-icon-close:hover{opacity:1}.custom-theme .el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:0;cursor:pointer;opacity:1;color:#262729;-webkit-transform:translate(15%,0);transform:translate(15%,0)}.custom-theme .el-upload-list__item:hover{background-color:#f5f7fa}.custom-theme .el-upload-list__item:hover .el-icon-close{display:inline-block}.custom-theme .el-upload-list__item:hover .el-progress__text{display:none}.custom-theme .el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.custom-theme .el-upload-list__item.is-success .el-upload-list__item-name:focus,.custom-theme .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#262729;cursor:pointer}.custom-theme .el-upload-list__item.is-success:focus .el-icon-close-tip{display:inline-block}.custom-theme .el-upload-list__item.is-success:active,.custom-theme .el-upload-list__item.is-success:focus:not(.focusing){outline-width:0}.custom-theme .el-upload-list__item.is-success:active .el-icon-close-tip,.custom-theme .el-upload-list__item.is-success:focus:not(.focusing) .el-icon-close-tip{display:none}.custom-theme .el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.custom-theme .el-upload-list__item.is-success:hover .el-upload-list__item-status-label{display:none}.custom-theme .el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.custom-theme .el-upload-list__item-name{color:#5a5e66;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;-webkit-transition:color .3s;transition:color .3s;white-space:nowrap}.custom-theme .el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#878d99;line-height:inherit}.custom-theme .el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.custom-theme .el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#5a5e66;display:none}.custom-theme .el-upload-list__item-delete:hover{color:#262729}.custom-theme .el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.custom-theme .el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.custom-theme .el-upload-list--picture-card .el-upload-list__item .el-icon-check,.custom-theme .el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#fff}.custom-theme .el-upload-list--picture-card .el-upload-list__item .el-icon-close{display:none}.custom-theme .el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.custom-theme .el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.custom-theme .el-upload-list--picture-card .el-upload-list__item-name{display:none}.custom-theme .el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.custom-theme .el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.custom-theme .el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions::after{display:inline-block;content:"";height:100%;vertical-align:middle}.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.custom-theme .el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.custom-theme .el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.custom-theme .el-upload-list--picture .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.custom-theme .el-upload-list--picture .el-upload-list__item .el-icon-check,.custom-theme .el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#fff}.custom-theme .el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.custom-theme .el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.custom-theme .el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.custom-theme .el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.custom-theme .el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px}.custom-theme .el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.custom-theme .el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.custom-theme .el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.custom-theme .el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.custom-theme .el-upload-list--picture .el-progress{position:relative;top:-7px}.custom-theme .el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.custom-theme .el-upload-cover::after{display:inline-block;content:"";height:100%;vertical-align:middle}.custom-theme .el-upload-cover img{display:block;width:100%;height:100%}.custom-theme .el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.custom-theme .el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.custom-theme .el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.custom-theme .el-upload-cover__progress+.el-upload__inner{opacity:0}.custom-theme .el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.custom-theme .el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.custom-theme .el-upload-cover__interact .btn{display:inline-block;color:#fff;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;margin-top:60px}.custom-theme .el-upload-cover__interact .btn i{margin-top:0}.custom-theme .el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.custom-theme .el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.custom-theme .el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.custom-theme .el-upload-cover__interact .btn:hover span{opacity:1}.custom-theme .el-upload-cover__interact .btn i{color:#fff;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.custom-theme .el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#fff;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#2d2f33}.custom-theme .el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.custom-theme .el-progress{position:relative;line-height:1}.custom-theme .el-progress__text{font-size:14px;color:#5a5e66;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.custom-theme .el-progress__text i{vertical-align:middle;display:block}.custom-theme .el-progress--circle{display:inline-block}.custom-theme .el-progress--circle .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.custom-theme .el-progress--circle .el-progress__text i{vertical-align:middle;display:inline-block}.custom-theme .el-progress--without-text .el-progress__text{display:none}.custom-theme .el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.custom-theme .el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.custom-theme .el-progress.is-success .el-progress-bar__inner{background-color:#409167}.custom-theme .el-progress.is-success .el-progress__text{color:#409167}.custom-theme .el-progress.is-exception .el-progress-bar__inner{background-color:#b3450e}.custom-theme .el-progress.is-exception .el-progress__text{color:#b3450e}.custom-theme .el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-progress-bar__outer{height:6px;border-radius:100px;background-color:#e6ebf5;overflow:hidden;position:relative;vertical-align:middle}.custom-theme .el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#262729;text-align:right;border-radius:100px;line-height:1;white-space:nowrap}.custom-theme .el-progress-bar__inner::after{display:inline-block;content:"";height:100%;vertical-align:middle}.custom-theme .el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#fff;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.custom-theme .el-time-spinner{width:100%;white-space:nowrap}.custom-theme .el-spinner{display:inline-block;vertical-align:middle}.custom-theme .el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.custom-theme .el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.custom-theme .el-message{min-width:380px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border-width:1px;border-style:solid;border-color:#e6ebf5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,-webkit-transform .4s;transition:opacity .3s,-webkit-transform .4s;transition:opacity .3s,transform .4s;transition:opacity .3s,transform .4s,-webkit-transform .4s;overflow:hidden;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-theme .el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-theme .el-message p{margin:0}.custom-theme .el-message--info .el-message__content{color:#0a76a4}.custom-theme .el-message--success{background-color:#ecf4f0;border-color:#d9e9e1}.custom-theme .el-message--success .el-message__content{color:#409167}.custom-theme .el-message--warning{background-color:#f5f6e6;border-color:#ebedce}.custom-theme .el-message--warning .el-message__content{color:#9da408}.custom-theme .el-message--error{background-color:#f7ece7;border-color:#f0dacf}.custom-theme .el-message--error .el-message__content{color:#b3450e}.custom-theme .el-message__icon{margin-right:10px}.custom-theme .el-message__content{padding:0;font-size:14px;line-height:1}.custom-theme .el-message__content:focus{outline-width:0}.custom-theme .el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#b4bccc;font-size:16px}.custom-theme .el-message__closeBtn:focus{outline-width:0}.custom-theme .el-message__closeBtn:hover{color:#878d99}.custom-theme .el-message .el-icon-success{color:#409167}.custom-theme .el-message .el-icon-error{color:#b3450e}.custom-theme .el-message .el-icon-info{color:#0a76a4}.custom-theme .el-message .el-icon-warning{color:#9da408}.custom-theme .el-message-fade-enter,.custom-theme .el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.custom-theme .el-badge{position:relative;vertical-align:middle;display:inline-block}.custom-theme .el-badge__content{background-color:#b3450e;border-radius:10px;color:#fff;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #fff}.custom-theme .el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.custom-theme .el-badge__content.is-fixed.is-dot{right:5px}.custom-theme .el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.custom-theme .el-card{border-radius:4px;border:1px solid #e6ebf5;background-color:#fff;overflow:hidden;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);color:#2d2f33}.custom-theme .el-card__header{padding:18px 20px;border-bottom:1px solid #e6ebf5;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-card__body{padding:20px}.custom-theme .el-rate{height:20px;line-height:1}.custom-theme .el-rate:active,.custom-theme .el-rate:focus{outline-width:0}.custom-theme .el-rate__item{display:inline-block;position:relative;font-size:0;vertical-align:middle}.custom-theme .el-rate__icon{position:relative;display:inline-block;font-size:18px;margin-right:6px;color:#b4bccc;-webkit-transition:.3s;transition:.3s}.custom-theme .el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.custom-theme .el-rate__icon .path2{position:absolute;left:0;top:0}.custom-theme .el-rate__decimal{position:absolute;top:0;left:0;display:inline-block;overflow:hidden}.custom-theme .el-rate__text{font-size:14px;vertical-align:middle}.custom-theme .el-steps{display:-webkit-box;display:-ms-flexbox;display:flex}.custom-theme .el-steps--simple{padding:13px 8%;border-radius:4px;background:#f5f7fa}.custom-theme .el-steps--horizontal{white-space:nowrap}.custom-theme .el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.custom-theme .el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.custom-theme .el-step:last-of-type .el-step__line{display:none}.custom-theme .el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.custom-theme .el-step:last-of-type .el-step__description,.custom-theme .el-step:last-of-type .el-step__main{padding-right:0}.custom-theme .el-step__head{position:relative;width:100%}.custom-theme .el-step__head.is-process{color:#2d2f33;border-color:#2d2f33}.custom-theme .el-step__head.is-wait{color:#b4bccc;border-color:#b4bccc}.custom-theme .el-step__head.is-success{color:#409167;border-color:#409167}.custom-theme .el-step__head.is-error{color:#b3450e;border-color:#b3450e}.custom-theme .el-step__head.is-finish{color:#262729;border-color:#262729}.custom-theme .el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-transition:.15s ease-out;transition:.15s ease-out}.custom-theme .el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.custom-theme .el-step__icon.is-icon{width:40px}.custom-theme .el-step__icon-inner{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.custom-theme .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.custom-theme .el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.custom-theme .el-step__line{position:absolute;border-color:inherit;background-color:#b4bccc}.custom-theme .el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.custom-theme .el-step__main{white-space:normal;text-align:left}.custom-theme .el-step__title{font-size:16px;line-height:38px}.custom-theme .el-step__title.is-process{font-weight:700;color:#2d2f33}.custom-theme .el-step__title.is-wait{color:#b4bccc}.custom-theme .el-step__title.is-success{color:#409167}.custom-theme .el-step__title.is-error{color:#b3450e}.custom-theme .el-step__title.is-finish{color:#262729}.custom-theme .el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.custom-theme .el-step__description.is-process{color:#2d2f33}.custom-theme .el-step__description.is-wait{color:#b4bccc}.custom-theme .el-step__description.is-success{color:#409167}.custom-theme .el-step__description.is-error{color:#b3450e}.custom-theme .el-step__description.is-finish{color:#262729}.custom-theme .el-step.is-horizontal{display:inline-block}.custom-theme .el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.custom-theme .el-step.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.custom-theme .el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:24px}.custom-theme .el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.custom-theme .el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.custom-theme .el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.custom-theme .el-step.is-vertical .el-step__icon.is-icon{width:24px}.custom-theme .el-step.is-center .el-step__head{text-align:center}.custom-theme .el-step.is-center .el-step__main{text-align:center}.custom-theme .el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.custom-theme .el-step.is-center .el-step__line{left:50%;right:-50%}.custom-theme .el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-theme .el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.custom-theme .el-step.is-simple .el-step__icon{background:0 0;width:16px;height:16px;font-size:12px}.custom-theme .el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.custom-theme .el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.custom-theme .el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.custom-theme .el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.custom-theme .el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.custom-theme .el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-theme .el-step.is-simple .el-step__arrow::after,.custom-theme .el-step.is-simple .el-step__arrow::before{content:'';display:inline-block;position:absolute;height:15px;width:1px;background:#b4bccc}.custom-theme .el-step.is-simple .el-step__arrow::before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.custom-theme .el-step.is-simple .el-step__arrow::after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.custom-theme .el-step.is-simple:last-of-type .el-step__arrow{display:none}.custom-theme .el-carousel{overflow-x:hidden;position:relative}.custom-theme .el-carousel__container{position:relative;height:300px}.custom-theme .el-carousel__arrow{border:none;outline:0;padding:0;margin:0;height:36px;width:36px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#fff;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:12px}.custom-theme .el-carousel__arrow--left{left:16px}.custom-theme .el-carousel__arrow--right{right:16px}.custom-theme .el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.custom-theme .el-carousel__arrow i{cursor:pointer}.custom-theme .el-carousel__indicators{position:absolute;list-style:none;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin:0;padding:0;z-index:2}.custom-theme .el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;-webkit-transform:none;transform:none}.custom-theme .el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.custom-theme .el-carousel__indicators--outside button{background-color:#b4bccc;opacity:.24}.custom-theme .el-carousel__indicators--labels{left:0;right:0;-webkit-transform:none;transform:none;text-align:center}.custom-theme .el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 18px;font-size:12px}.custom-theme .el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.custom-theme .el-carousel__indicator{display:inline-block;background-color:transparent;padding:12px 4px;cursor:pointer}.custom-theme .el-carousel__indicator:hover button{opacity:.72}.custom-theme .el-carousel__indicator.is-active button{opacity:1}.custom-theme .el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#fff;border:none;outline:0;padding:0;margin:0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.custom-theme .carousel-arrow-left-enter,.custom-theme .carousel-arrow-left-leave-active{-webkit-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.custom-theme .carousel-arrow-right-enter,.custom-theme .carousel-arrow-right-leave-active{-webkit-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.custom-theme .el-scrollbar{overflow:hidden;position:relative}.custom-theme .el-scrollbar:active>.el-scrollbar__bar,.custom-theme .el-scrollbar:focus>.el-scrollbar__bar,.custom-theme .el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.custom-theme .el-scrollbar__wrap{overflow:scroll;height:100%}.custom-theme .el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.custom-theme .el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(135,141,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.custom-theme .el-scrollbar__thumb:hover{background-color:rgba(135,141,153,.5)}.custom-theme .el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.custom-theme .el-scrollbar__bar.is-vertical{width:6px;top:2px}.custom-theme .el-scrollbar__bar.is-vertical>div{width:100%}.custom-theme .el-scrollbar__bar.is-horizontal{height:6px;left:2px}.custom-theme .el-scrollbar__bar.is-horizontal>div{height:100%}.custom-theme .el-carousel__item{position:absolute;top:0;left:0;width:100%;height:100%;display:inline-block;overflow:hidden;z-index:0}.custom-theme .el-carousel__item.is-active{z-index:2}.custom-theme .el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.custom-theme .el-carousel__item--card{width:50%;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.custom-theme .el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.custom-theme .el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.custom-theme .el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.custom-theme .el-carousel__item--card.is-active{z-index:2}.custom-theme .el-carousel__mask{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.24;-webkit-transition:.2s;transition:.2s}.custom-theme .el-collapse{border-top:1px solid #e6ebf5;border-bottom:1px solid #e6ebf5}.custom-theme .el-collapse-item__header{height:48px;line-height:48px;background-color:#fff;color:#2d2f33;cursor:pointer;border-bottom:1px solid #e6ebf5;font-size:13px;font-weight:500;-webkit-transition:border-bottom-color .3s;transition:border-bottom-color .3s}.custom-theme .el-collapse-item__header:active,.custom-theme .el-collapse-item__header:focus:not(.focusing){outline-width:0}.custom-theme .el-collapse-item__arrow{margin-right:8px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;float:right;line-height:48px;font-weight:300}.custom-theme .el-collapse-item__wrap{will-change:height;background-color:#fff;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #e6ebf5}.custom-theme .el-collapse-item__content{padding-bottom:25px;font-size:13px;color:#2d2f33;line-height:1.769230769230769}.custom-theme .el-collapse-item.is-active .el-collapse-item__header{border-bottom-color:transparent}.custom-theme .el-collapse-item.is-active .el-collapse-item__header .el-collapse-item__arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.custom-theme .el-collapse-item:last-child{margin-bottom:-1px}.custom-theme .el-input{position:relative;font-size:14px;display:inline-block;width:100%}.custom-theme .el-input::-webkit-scrollbar{z-index:11;width:6px}.custom-theme .el-input::-webkit-scrollbar:horizontal{height:6px}.custom-theme .el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.custom-theme .el-input::-webkit-scrollbar-corner{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.custom-theme .el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:1;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.custom-theme .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input__inner:hover{border-color:#b4bccc}.custom-theme .el-input__inner:focus{outline:0;border-color:#262729}.custom-theme .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.custom-theme .el-input__suffix-inner{pointer-events:all}.custom-theme .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s}.custom-theme .el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.custom-theme .el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.custom-theme .el-input__validateIcon{pointer-events:none}.custom-theme .el-input.is-active .el-input__inner{outline:0;border-color:#262729}.custom-theme .el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__icon{cursor:not-allowed}.custom-theme .el-input--suffix .el-input__inner{padding-right:30px}.custom-theme .el-input--prefix .el-input__inner{padding-left:30px}.custom-theme .el-input--medium{font-size:14px}.custom-theme .el-input--medium .el-input__inner{height:36px}.custom-theme .el-input--medium .el-input__icon{line-height:36px}.custom-theme .el-input--small{font-size:13px}.custom-theme .el-input--small .el-input__inner{height:32px}.custom-theme .el-input--small .el-input__icon{line-height:32px}.custom-theme .el-input--mini{font-size:12px}.custom-theme .el-input--mini .el-input__inner{height:28px}.custom-theme .el-input--mini .el-input__icon{line-height:28px}.custom-theme .el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.custom-theme .el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.custom-theme .el-input-group__append,.custom-theme .el-input-group__prepend{background-color:#f5f7fa;color:#0a76a4;vertical-align:middle;display:table-cell;position:relative;border:1px solid #d8dce5;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.custom-theme .el-input-group__append:focus,.custom-theme .el-input-group__prepend:focus{outline:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-select,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-select{display:inline-block;margin:-20px}.custom-theme .el-input-group__append button.el-button,.custom-theme .el-input-group__append div.el-select .el-input__inner,.custom-theme .el-input-group__append div.el-select:hover .el-input__inner,.custom-theme .el-input-group__prepend button.el-button,.custom-theme .el-input-group__prepend div.el-select .el-input__inner,.custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-input,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-input{font-size:inherit}.custom-theme .el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-textarea{display:inline-block;width:100%;vertical-align:bottom}.custom-theme .el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#5a5e66;background-color:#fff;background-image:none;border:1px solid #d8dce5;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:hover{border-color:#b4bccc}.custom-theme .el-textarea__inner:focus{outline:0;border-color:#262729}.custom-theme .el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-popper .popper__arrow,.custom-theme .el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.custom-theme .el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.custom-theme .el-popper .popper__arrow::after{content:" ";border-width:6px}.custom-theme .el-popper[x-placement^=top]{margin-bottom:12px}.custom-theme .el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#e6ebf5;border-bottom-width:0}.custom-theme .el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.custom-theme .el-popper[x-placement^=bottom]{margin-top:12px}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#e6ebf5}.custom-theme .el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.custom-theme .el-popper[x-placement^=right]{margin-left:12px}.custom-theme .el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#e6ebf5;border-left-width:0}.custom-theme .el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.custom-theme .el-popper[x-placement^=left]{margin-right:12px}.custom-theme .el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#e6ebf5}.custom-theme .el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.custom-theme .el-cascader{display:inline-block;position:relative;font-size:14px;line-height:40px}.custom-theme .el-cascader .el-input,.custom-theme .el-cascader .el-input__inner{cursor:pointer}.custom-theme .el-cascader .el-input__icon{-webkit-transition:none;transition:none}.custom-theme .el-cascader .el-icon-arrow-down{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:14px}.custom-theme .el-cascader .el-icon-arrow-down.is-reverse{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.custom-theme .el-cascader .el-icon-circle-close{z-index:2;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-cascader .el-icon-circle-close:hover{color:#878d99}.custom-theme .el-cascader__clearIcon{z-index:2;position:relative}.custom-theme .el-cascader__label{position:absolute;left:0;top:0;height:100%;padding:0 25px 0 15px;color:#5a5e66;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;text-align:left;font-size:inherit}.custom-theme .el-cascader__label span{color:#000}.custom-theme .el-cascader--medium{font-size:14px;line-height:36px}.custom-theme .el-cascader--small{font-size:13px;line-height:32px}.custom-theme .el-cascader--mini{font-size:12px;line-height:28px}.custom-theme .el-cascader.is-disabled .el-cascader__label{z-index:2;color:#b4bccc}.custom-theme .el-cascader-menus{white-space:nowrap;background:#fff;position:absolute;margin:5px 0;z-index:2;border:solid 1px #dfe4ed;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.custom-theme .el-cascader-menus .popper__arrow{-webkit-transform:translateX(-400%);transform:translateX(-400%)}.custom-theme .el-cascader-menu{display:inline-block;vertical-align:top;height:204px;overflow:auto;border-right:solid 1px #dfe4ed;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:6px 0;min-width:160px}.custom-theme .el-cascader-menu:last-child{border-right:0}.custom-theme .el-cascader-menu__item{font-size:14px;padding:8px 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#5a5e66;height:34px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.custom-theme .el-cascader-menu__item--extensible:after{font-family:element-icons;content:"\e604";font-size:14px;color:#bfcbd9;position:absolute;right:15px}.custom-theme .el-cascader-menu__item.is-disabled{color:#b4bccc;background-color:#fff;cursor:not-allowed}.custom-theme .el-cascader-menu__item.is-disabled:hover{background-color:#fff}.custom-theme .el-cascader-menu__item.is-active{color:#262729}.custom-theme .el-cascader-menu__item:hover{background-color:#f5f7fa}.custom-theme .el-cascader-menu__item.selected{color:#fff;background-color:#f5f7fa}.custom-theme .el-cascader-menu__item__keyword{font-weight:700}.custom-theme .el-cascader-menu--flexible{height:auto;max-height:180px;overflow:auto}.custom-theme .el-cascader-menu--flexible .el-cascader-menu__item{overflow:visible}.custom-theme .el-color-hue-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.custom-theme .el-color-hue-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);height:100%}.custom-theme .el-color-hue-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.custom-theme .el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.custom-theme .el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.custom-theme .el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.custom-theme .el-color-svpanel{position:relative;width:280px;height:180px}.custom-theme .el-color-svpanel__black,.custom-theme .el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.custom-theme .el-color-svpanel__white{background:-webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.custom-theme .el-color-svpanel__black{background:-webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));background:linear-gradient(to top,#000,transparent)}.custom-theme .el-color-svpanel__cursor{position:absolute}.custom-theme .el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.custom-theme .el-color-alpha-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.custom-theme .el-color-alpha-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white));background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);height:100%}.custom-theme .el-color-alpha-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.custom-theme .el-color-alpha-slider.is-vertical{width:20px;height:180px}.custom-theme .el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(white));background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}.custom-theme .el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.custom-theme .el-color-dropdown{width:300px}.custom-theme .el-color-dropdown__main-wrapper{margin-bottom:6px}.custom-theme .el-color-dropdown__main-wrapper::after{content:"";display:table;clear:both}.custom-theme .el-color-dropdown__btns{margin-top:6px;text-align:right}.custom-theme .el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#000;width:160px}.custom-theme .el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.custom-theme .el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.custom-theme .el-color-dropdown__btn:hover{color:#262729;border-color:#262729}.custom-theme .el-color-dropdown__link-btn{cursor:pointer;color:#262729;text-decoration:none;padding:15px;font-size:12px}.custom-theme .el-color-dropdown__link-btn:hover{color:tint(#262729,20%)}.custom-theme .el-color-picker{display:inline-block;position:relative;line-height:normal;height:40px}.custom-theme .el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.custom-theme .el-color-picker--medium{height:36px}.custom-theme .el-color-picker--medium .el-color-picker__trigger{height:36px;width:36px}.custom-theme .el-color-picker--medium .el-color-picker__mask{height:34px;width:34px}.custom-theme .el-color-picker--small{height:32px}.custom-theme .el-color-picker--small .el-color-picker__trigger{height:32px;width:32px}.custom-theme .el-color-picker--small .el-color-picker__mask{height:30px;width:30px}.custom-theme .el-color-picker--small .el-color-picker__empty,.custom-theme .el-color-picker--small .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.custom-theme .el-color-picker--mini{height:28px}.custom-theme .el-color-picker--mini .el-color-picker__trigger{height:28px;width:28px}.custom-theme .el-color-picker--mini .el-color-picker__mask{height:26px;width:26px}.custom-theme .el-color-picker--mini .el-color-picker__empty,.custom-theme .el-color-picker--mini .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.custom-theme .el-color-picker__mask{height:38px;width:38px;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:rgba(255,255,255,.7)}.custom-theme .el-color-picker__trigger{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;width:40px;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;position:relative;cursor:pointer}.custom-theme .el-color-picker__color{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.custom-theme .el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.custom-theme .el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.custom-theme .el-color-picker__empty{font-size:12px;color:#999;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.custom-theme .el-color-picker__icon{display:inline-block;position:absolute;width:100%;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);color:#fff;text-align:center;font-size:12px}.custom-theme .el-color-picker__panel{position:absolute;z-index:10;padding:6px;background-color:#fff;border:1px solid #e6ebf5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.custom-theme .el-input{position:relative;font-size:14px;display:inline-block;width:100%}.custom-theme .el-input::-webkit-scrollbar{z-index:11;width:6px}.custom-theme .el-input::-webkit-scrollbar:horizontal{height:6px}.custom-theme .el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.custom-theme .el-input::-webkit-scrollbar-corner{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track{background:#fff}.custom-theme .el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.custom-theme .el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:1;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.custom-theme .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input__inner:hover{border-color:#b4bccc}.custom-theme .el-input__inner:focus{outline:0;border-color:#262729}.custom-theme .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.custom-theme .el-input__suffix-inner{pointer-events:all}.custom-theme .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#b4bccc;-webkit-transition:all .3s;transition:all .3s}.custom-theme .el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.custom-theme .el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.custom-theme .el-input__validateIcon{pointer-events:none}.custom-theme .el-input.is-active .el-input__inner{outline:0;border-color:#262729}.custom-theme .el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__inner::placeholder{color:#b4bccc}.custom-theme .el-input.is-disabled .el-input__icon{cursor:not-allowed}.custom-theme .el-input--suffix .el-input__inner{padding-right:30px}.custom-theme .el-input--prefix .el-input__inner{padding-left:30px}.custom-theme .el-input--medium{font-size:14px}.custom-theme .el-input--medium .el-input__inner{height:36px}.custom-theme .el-input--medium .el-input__icon{line-height:36px}.custom-theme .el-input--small{font-size:13px}.custom-theme .el-input--small .el-input__inner{height:32px}.custom-theme .el-input--small .el-input__icon{line-height:32px}.custom-theme .el-input--mini{font-size:12px}.custom-theme .el-input--mini .el-input__inner{height:28px}.custom-theme .el-input--mini .el-input__icon{line-height:28px}.custom-theme .el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.custom-theme .el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.custom-theme .el-input-group__append,.custom-theme .el-input-group__prepend{background-color:#f5f7fa;color:#0a76a4;vertical-align:middle;display:table-cell;position:relative;border:1px solid #d8dce5;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.custom-theme .el-input-group__append:focus,.custom-theme .el-input-group__prepend:focus{outline:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-select,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-select{display:inline-block;margin:-20px}.custom-theme .el-input-group__append button.el-button,.custom-theme .el-input-group__append div.el-select .el-input__inner,.custom-theme .el-input-group__append div.el-select:hover .el-input__inner,.custom-theme .el-input-group__prepend button.el-button,.custom-theme .el-input-group__prepend div.el-select .el-input__inner,.custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.custom-theme .el-input-group__append .el-button,.custom-theme .el-input-group__append .el-input,.custom-theme .el-input-group__prepend .el-button,.custom-theme .el-input-group__prepend .el-input{font-size:inherit}.custom-theme .el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-textarea{display:inline-block;width:100%;vertical-align:bottom}.custom-theme .el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#5a5e66;background-color:#fff;background-image:none;border:1px solid #d8dce5;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.custom-theme .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-textarea__inner:hover{border-color:#b4bccc}.custom-theme .el-textarea__inner:focus{outline:0;border-color:#262729}.custom-theme .el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#dfe4ed;color:#b4bccc;cursor:not-allowed}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#b4bccc}.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder{color:#b4bccc}.custom-theme .el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d8dce5;border-color:#d8dce5;color:#5a5e66;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.custom-theme .el-button+.el-button{margin-left:10px}.custom-theme .el-button.is-round{padding:12px 20px}.custom-theme .el-button:focus,.custom-theme .el-button:hover{color:#262729;border-color:#bebebf;background-color:#e9e9ea}.custom-theme .el-button:active{color:#222325;border-color:#222325;outline:0}.custom-theme .el-button::-moz-focus-inner{border:0}.custom-theme .el-button [class*=el-icon-]+span{margin-left:5px}.custom-theme .el-button.is-plain:focus,.custom-theme .el-button.is-plain:hover{background:#fff;border-color:#262729;color:#262729}.custom-theme .el-button.is-plain:active{background:#fff;border-color:#222325;color:#222325;outline:0}.custom-theme .el-button.is-active{color:#222325;border-color:#222325}.custom-theme .el-button.is-disabled,.custom-theme .el-button.is-disabled:focus,.custom-theme .el-button.is-disabled:hover{color:#b4bccc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#e6ebf5}.custom-theme .el-button.is-disabled.el-button--text{background-color:transparent}.custom-theme .el-button.is-disabled.is-plain,.custom-theme .el-button.is-disabled.is-plain:focus,.custom-theme .el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#e6ebf5;color:#b4bccc}.custom-theme .el-button.is-loading{position:relative;pointer-events:none}.custom-theme .el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.custom-theme .el-button.is-round{border-radius:20px;padding:12px 23px}.custom-theme .el-button--primary{color:#fff;background-color:#262729;border-color:#262729}.custom-theme .el-button--primary:focus,.custom-theme .el-button--primary:hover{background:#515254;border-color:#515254;color:#fff}.custom-theme .el-button--primary:active{background:#222325;border-color:#222325;color:#fff;outline:0}.custom-theme .el-button--primary.is-active{background:#222325;border-color:#222325;color:#fff}.custom-theme .el-button--primary.is-disabled,.custom-theme .el-button--primary.is-disabled:active,.custom-theme .el-button--primary.is-disabled:focus,.custom-theme .el-button--primary.is-disabled:hover{color:#fff;background-color:#939394;border-color:#939394}.custom-theme .el-button--primary.is-plain{color:#262729;background:#e9e9ea;border-color:#a8a9a9}.custom-theme .el-button--primary.is-plain:focus,.custom-theme .el-button--primary.is-plain:hover{background:#262729;border-color:#262729;color:#fff}.custom-theme .el-button--primary.is-plain:active{background:#222325;border-color:#222325;color:#fff;outline:0}.custom-theme .el-button--primary.is-plain.is-disabled,.custom-theme .el-button--primary.is-plain.is-disabled:active,.custom-theme .el-button--primary.is-plain.is-disabled:focus,.custom-theme .el-button--primary.is-plain.is-disabled:hover{color:#7d7d7f;background-color:#e9e9ea;border-color:#d4d4d4}.custom-theme .el-button--success{color:#fff;background-color:#409167;border-color:#409167}.custom-theme .el-button--success:focus,.custom-theme .el-button--success:hover{background:#66a785;border-color:#66a785;color:#fff}.custom-theme .el-button--success:active{background:#3a835d;border-color:#3a835d;color:#fff;outline:0}.custom-theme .el-button--success.is-active{background:#3a835d;border-color:#3a835d;color:#fff}.custom-theme .el-button--success.is-disabled,.custom-theme .el-button--success.is-disabled:active,.custom-theme .el-button--success.is-disabled:focus,.custom-theme .el-button--success.is-disabled:hover{color:#fff;background-color:#a0c8b3;border-color:#a0c8b3}.custom-theme .el-button--success.is-plain{color:#409167;background:#ecf4f0;border-color:#b3d3c2}.custom-theme .el-button--success.is-plain:focus,.custom-theme .el-button--success.is-plain:hover{background:#409167;border-color:#409167;color:#fff}.custom-theme .el-button--success.is-plain:active{background:#3a835d;border-color:#3a835d;color:#fff;outline:0}.custom-theme .el-button--success.is-plain.is-disabled,.custom-theme .el-button--success.is-plain.is-disabled:active,.custom-theme .el-button--success.is-plain.is-disabled:focus,.custom-theme .el-button--success.is-plain.is-disabled:hover{color:#8cbda4;background-color:#ecf4f0;border-color:#d9e9e1}.custom-theme .el-button--warning{color:#fff;background-color:#9da408;border-color:#9da408}.custom-theme .el-button--warning:focus,.custom-theme .el-button--warning:hover{background:#b1b639;border-color:#b1b639;color:#fff}.custom-theme .el-button--warning:active{background:#8d9407;border-color:#8d9407;color:#fff;outline:0}.custom-theme .el-button--warning.is-active{background:#8d9407;border-color:#8d9407;color:#fff}.custom-theme .el-button--warning.is-disabled,.custom-theme .el-button--warning.is-disabled:active,.custom-theme .el-button--warning.is-disabled:focus,.custom-theme .el-button--warning.is-disabled:hover{color:#fff;background-color:#ced284;border-color:#ced284}.custom-theme .el-button--warning.is-plain{color:#9da408;background:#f5f6e6;border-color:#d8db9c}.custom-theme .el-button--warning.is-plain:focus,.custom-theme .el-button--warning.is-plain:hover{background:#9da408;border-color:#9da408;color:#fff}.custom-theme .el-button--warning.is-plain:active{background:#8d9407;border-color:#8d9407;color:#fff;outline:0}.custom-theme .el-button--warning.is-plain.is-disabled,.custom-theme .el-button--warning.is-plain.is-disabled:active,.custom-theme .el-button--warning.is-plain.is-disabled:focus,.custom-theme .el-button--warning.is-plain.is-disabled:hover{color:#c4c86b;background-color:#f5f6e6;border-color:#ebedce}.custom-theme .el-button--danger{color:#fff;background-color:#b3450e;border-color:#b3450e}.custom-theme .el-button--danger:focus,.custom-theme .el-button--danger:hover{background:#c26a3e;border-color:#c26a3e;color:#fff}.custom-theme .el-button--danger:active{background:#a13e0d;border-color:#a13e0d;color:#fff;outline:0}.custom-theme .el-button--danger.is-active{background:#a13e0d;border-color:#a13e0d;color:#fff}.custom-theme .el-button--danger.is-disabled,.custom-theme .el-button--danger.is-disabled:active,.custom-theme .el-button--danger.is-disabled:focus,.custom-theme .el-button--danger.is-disabled:hover{color:#fff;background-color:#d9a287;border-color:#d9a287}.custom-theme .el-button--danger.is-plain{color:#b3450e;background:#f7ece7;border-color:#e1b59f}.custom-theme .el-button--danger.is-plain:focus,.custom-theme .el-button--danger.is-plain:hover{background:#b3450e;border-color:#b3450e;color:#fff}.custom-theme .el-button--danger.is-plain:active{background:#a13e0d;border-color:#a13e0d;color:#fff;outline:0}.custom-theme .el-button--danger.is-plain.is-disabled,.custom-theme .el-button--danger.is-plain.is-disabled:active,.custom-theme .el-button--danger.is-plain.is-disabled:focus,.custom-theme .el-button--danger.is-plain.is-disabled:hover{color:#d18f6e;background-color:#f7ece7;border-color:#f0dacf}.custom-theme .el-button--info{color:#fff;background-color:#0a76a4;border-color:#0a76a4}.custom-theme .el-button--info:focus,.custom-theme .el-button--info:hover{background:#3b91b6;border-color:#3b91b6;color:#fff}.custom-theme .el-button--info:active{background:#096a94;border-color:#096a94;color:#fff;outline:0}.custom-theme .el-button--info.is-active{background:#096a94;border-color:#096a94;color:#fff}.custom-theme .el-button--info.is-disabled,.custom-theme .el-button--info.is-disabled:active,.custom-theme .el-button--info.is-disabled:focus,.custom-theme .el-button--info.is-disabled:hover{color:#fff;background-color:#85bbd2;border-color:#85bbd2}.custom-theme .el-button--info.is-plain{color:#0a76a4;background:#e7f1f6;border-color:#9dc8db}.custom-theme .el-button--info.is-plain:focus,.custom-theme .el-button--info.is-plain:hover{background:#0a76a4;border-color:#0a76a4;color:#fff}.custom-theme .el-button--info.is-plain:active{background:#096a94;border-color:#096a94;color:#fff;outline:0}.custom-theme .el-button--info.is-plain.is-disabled,.custom-theme .el-button--info.is-plain.is-disabled:active,.custom-theme .el-button--info.is-plain.is-disabled:focus,.custom-theme .el-button--info.is-plain.is-disabled:hover{color:#6cadc8;background-color:#e7f1f6;border-color:#cee4ed}.custom-theme .el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.custom-theme .el-button--medium.is-round{padding:10px 20px}.custom-theme .el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.custom-theme .el-button--small.is-round{padding:9px 15px}.custom-theme .el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.custom-theme .el-button--mini.is-round{padding:7px 15px}.custom-theme .el-button--text{border:none;color:#262729;background:0 0;padding-left:0;padding-right:0}.custom-theme .el-button--text:focus,.custom-theme .el-button--text:hover{color:#515254;border-color:transparent;background-color:transparent}.custom-theme .el-button--text:active{color:#222325;border-color:transparent;background-color:transparent}.custom-theme .el-button-group{display:inline-block;vertical-align:middle}.custom-theme .el-button-group::after,.custom-theme .el-button-group::before{display:table;content:""}.custom-theme .el-button-group::after{clear:both}.custom-theme .el-button-group .el-button{float:left;position:relative}.custom-theme .el-button-group .el-button+.el-button{margin-left:0}.custom-theme .el-button-group .el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.custom-theme .el-button-group .el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.custom-theme .el-button-group .el-button:not(:first-child):not(:last-child){border-radius:0}.custom-theme .el-button-group .el-button:not(:last-child){margin-right:-1px}.custom-theme .el-button-group .el-button:active,.custom-theme .el-button-group .el-button:focus,.custom-theme .el-button-group .el-button:hover{z-index:1}.custom-theme .el-button-group .el-button.is-active{z-index:1}.custom-theme .el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.custom-theme .el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.custom-theme .el-checkbox{color:#5a5e66;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-theme .el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #d8dce5}.custom-theme .el-checkbox.is-bordered.is-checked{border-color:#262729}.custom-theme .el-checkbox.is-bordered.is-disabled{border-color:#e6ebf5;cursor:not-allowed}.custom-theme .el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.custom-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small{padding:3px 15px 7px 10px;border-radius:3px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini{padding:1px 15px 5px 10px;border-radius:3px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.custom-theme .el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5;cursor:not-allowed}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.custom-theme .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5}.custom-theme .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#edf2fc;border-color:#d8dce5}.custom-theme .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#b4bccc;border-color:#b4bccc}.custom-theme .el-checkbox__input.is-disabled+span.el-checkbox__label{color:#b4bccc;cursor:not-allowed}.custom-theme .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#262729;border-color:#262729}.custom-theme .el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.custom-theme .el-checkbox__input.is-checked+.el-checkbox__label{color:#262729}.custom-theme .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#262729}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#262729;border-color:#262729}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.custom-theme .el-checkbox__inner{display:inline-block;position:relative;border:1px solid #d8dce5;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.custom-theme .el-checkbox__inner:hover{border-color:#262729}.custom-theme .el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms,-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;-webkit-transform-origin:center;transform-origin:center}.custom-theme .el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;left:-999px}.custom-theme .el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.custom-theme .el-checkbox+.el-checkbox{margin-left:30px}.custom-theme .el-checkbox-button{position:relative;display:inline-block}.custom-theme .el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #d8dce5;border-left:0;color:#5a5e66;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.custom-theme .el-checkbox-button__inner.is-round{padding:12px 20px}.custom-theme .el-checkbox-button__inner:hover{color:#262729}.custom-theme .el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.custom-theme .el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.custom-theme .el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;left:-999px}.custom-theme .el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#262729;border-color:#262729;-webkit-box-shadow:-1px 0 0 0 #7d7d7f;box-shadow:-1px 0 0 0 #7d7d7f}.custom-theme .el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#b4bccc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#e6ebf5;-webkit-box-shadow:none;box-shadow:none}.custom-theme .el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #d8dce5;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.custom-theme .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#262729}.custom-theme .el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.custom-theme .el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.custom-theme .el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.custom-theme .el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.custom-theme .el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.custom-theme .el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.custom-theme .el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.custom-theme .el-checkbox-group{font-size:0}.custom-theme .el-transfer{font-size:14px}.custom-theme .el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 30px}.custom-theme .el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#fff;background-color:#262729;font-size:0}.custom-theme .el-transfer__button.is-with-texts{border-radius:4px}.custom-theme .el-transfer__button.is-disabled{border:1px solid #d8dce5;background-color:#f5f7fa;color:#b4bccc}.custom-theme .el-transfer__button.is-disabled:hover{border:1px solid #d8dce5;background-color:#f5f7fa;color:#b4bccc}.custom-theme .el-transfer__button:first-child{margin-bottom:10px}.custom-theme .el-transfer__button:nth-child(2){margin:0}.custom-theme .el-transfer__button i,.custom-theme .el-transfer__button span{font-size:14px}.custom-theme .el-transfer__button [class*=el-icon-]+span{margin-left:0}.custom-theme .el-transfer-panel{border:1px solid #e6ebf5;border-radius:4px;overflow:hidden;background:#fff;display:inline-block;vertical-align:middle;width:200px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.custom-theme .el-transfer-panel__body{height:246px}.custom-theme .el-transfer-panel__body.is-with-footer{padding-bottom:40px}.custom-theme .el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-transfer-panel__list.is-filterable{height:194px;padding-top:0}.custom-theme .el-transfer-panel__item{height:30px;line-height:30px;padding-left:15px;display:block}.custom-theme .el-transfer-panel__item+.el-transfer-panel__item{margin-left:0}.custom-theme .el-transfer-panel__item.el-checkbox{color:#5a5e66}.custom-theme .el-transfer-panel__item:hover{color:#262729}.custom-theme .el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;line-height:30px}.custom-theme .el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.custom-theme .el-transfer-panel__filter{text-align:center;margin:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:auto}.custom-theme .el-transfer-panel__filter .el-input__inner{height:32px;width:100%;font-size:12px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;padding-right:10px;padding-left:30px}.custom-theme .el-transfer-panel__filter .el-input__icon{margin-left:5px}.custom-theme .el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.custom-theme .el-transfer-panel .el-transfer-panel__header{height:40px;line-height:40px;background:#f5f7fa;margin:0;padding-left:15px;border-bottom:1px solid #e6ebf5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000}.custom-theme .el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:40px}.custom-theme .el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:16px;color:#2d2f33;font-weight:400}.custom-theme .el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:15px;color:#878d99;font-size:12px;font-weight:400}.custom-theme .el-transfer-panel .el-transfer-panel__footer{height:40px;background:#fff;margin:0;padding:0;border-top:1px solid #e6ebf5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.custom-theme .el-transfer-panel .el-transfer-panel__footer::after{display:inline-block;content:"";height:100%;vertical-align:middle}.custom-theme .el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#5a5e66}.custom-theme .el-transfer-panel .el-transfer-panel__empty{margin:0;height:30px;line-height:30px;padding:6px 15px 0;color:#878d99}.custom-theme .el-transfer-panel .el-checkbox__label{padding-left:8px}.custom-theme .el-transfer-panel .el-checkbox__inner{height:14px;width:14px;border-radius:3px}.custom-theme .el-transfer-panel .el-checkbox__inner::after{height:6px;width:3px;left:4px}.custom-theme .el-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-container.is-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.custom-theme .el-header{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-aside{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-theme .el-main{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.custom-theme .el-footer{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box} diff --git a/src/assets/images/assist_title.png b/src/assets/images/assist_title.png new file mode 100644 index 0000000..19017b8 Binary files /dev/null and b/src/assets/images/assist_title.png differ diff --git a/src/assets/images/bg.jpg b/src/assets/images/bg.jpg new file mode 100644 index 0000000..5169230 Binary files /dev/null and b/src/assets/images/bg.jpg differ diff --git a/src/assets/images/bjt.png b/src/assets/images/bjt.png new file mode 100644 index 0000000..573fb9e Binary files /dev/null and b/src/assets/images/bjt.png differ diff --git a/src/assets/images/bluesgin.png b/src/assets/images/bluesgin.png new file mode 100644 index 0000000..1f9948c Binary files /dev/null and b/src/assets/images/bluesgin.png differ diff --git a/src/assets/images/broadcast_title.png b/src/assets/images/broadcast_title.png new file mode 100644 index 0000000..aa9b5eb Binary files /dev/null and b/src/assets/images/broadcast_title.png differ diff --git a/src/assets/images/c_presell_bg0.png b/src/assets/images/c_presell_bg0.png new file mode 100644 index 0000000..3f4ccdc Binary files /dev/null and b/src/assets/images/c_presell_bg0.png differ diff --git a/src/assets/images/c_presell_bg1.png b/src/assets/images/c_presell_bg1.png new file mode 100644 index 0000000..8144f17 Binary files /dev/null and b/src/assets/images/c_presell_bg1.png differ diff --git a/src/assets/images/c_presell_bg2.png b/src/assets/images/c_presell_bg2.png new file mode 100644 index 0000000..b2fb1df Binary files /dev/null and b/src/assets/images/c_presell_bg2.png differ diff --git a/src/assets/images/coupon-bg.png b/src/assets/images/coupon-bg.png new file mode 100644 index 0000000..779daa9 Binary files /dev/null and b/src/assets/images/coupon-bg.png differ diff --git a/src/assets/images/default.jpg b/src/assets/images/default.jpg new file mode 100644 index 0000000..aa0237b Binary files /dev/null and b/src/assets/images/default.jpg differ diff --git a/src/assets/images/dui.png b/src/assets/images/dui.png new file mode 100644 index 0000000..0f1ac0c Binary files /dev/null and b/src/assets/images/dui.png differ diff --git a/src/assets/images/edit.png b/src/assets/images/edit.png new file mode 100644 index 0000000..5d27d0c Binary files /dev/null and b/src/assets/images/edit.png differ diff --git a/src/assets/images/electric.png b/src/assets/images/electric.png new file mode 100644 index 0000000..2223227 Binary files /dev/null and b/src/assets/images/electric.png differ diff --git a/src/assets/images/expressi.jpg b/src/assets/images/expressi.jpg new file mode 100644 index 0000000..d3fbe46 Binary files /dev/null and b/src/assets/images/expressi.jpg differ diff --git a/src/assets/images/f.png b/src/assets/images/f.png new file mode 100644 index 0000000..3c18c6a Binary files /dev/null and b/src/assets/images/f.png differ diff --git a/src/assets/images/foot-001.png b/src/assets/images/foot-001.png new file mode 100644 index 0000000..c2d7fae Binary files /dev/null and b/src/assets/images/foot-001.png differ diff --git a/src/assets/images/foot-0010.png b/src/assets/images/foot-0010.png new file mode 100644 index 0000000..f3304d7 Binary files /dev/null and b/src/assets/images/foot-0010.png differ diff --git a/src/assets/images/foot-002.png b/src/assets/images/foot-002.png new file mode 100644 index 0000000..c6bd228 Binary files /dev/null and b/src/assets/images/foot-002.png differ diff --git a/src/assets/images/foot-003.png b/src/assets/images/foot-003.png new file mode 100644 index 0000000..a25cf93 Binary files /dev/null and b/src/assets/images/foot-003.png differ diff --git a/src/assets/images/foot-004.png b/src/assets/images/foot-004.png new file mode 100644 index 0000000..76aa0d2 Binary files /dev/null and b/src/assets/images/foot-004.png differ diff --git a/src/assets/images/foot-005.png b/src/assets/images/foot-005.png new file mode 100644 index 0000000..1032825 Binary files /dev/null and b/src/assets/images/foot-005.png differ diff --git a/src/assets/images/foot-006.png b/src/assets/images/foot-006.png new file mode 100644 index 0000000..7e6a257 Binary files /dev/null and b/src/assets/images/foot-006.png differ diff --git a/src/assets/images/foot-007.png b/src/assets/images/foot-007.png new file mode 100644 index 0000000..b55ee31 Binary files /dev/null and b/src/assets/images/foot-007.png differ diff --git a/src/assets/images/foot-008.png b/src/assets/images/foot-008.png new file mode 100644 index 0000000..4a0ca41 Binary files /dev/null and b/src/assets/images/foot-008.png differ diff --git a/src/assets/images/foot-009.png b/src/assets/images/foot-009.png new file mode 100644 index 0000000..26d7fbe Binary files /dev/null and b/src/assets/images/foot-009.png differ diff --git a/src/assets/images/formImg.png b/src/assets/images/formImg.png new file mode 100644 index 0000000..6d2e0f7 Binary files /dev/null and b/src/assets/images/formImg.png differ diff --git a/src/assets/images/gg.jpg b/src/assets/images/gg.jpg new file mode 100644 index 0000000..eec8f48 Binary files /dev/null and b/src/assets/images/gg.jpg differ diff --git a/src/assets/images/goods_icon.png b/src/assets/images/goods_icon.png new file mode 100644 index 0000000..68b63ed Binary files /dev/null and b/src/assets/images/goods_icon.png differ diff --git a/src/assets/images/greesgin.png b/src/assets/images/greesgin.png new file mode 100644 index 0000000..90df489 Binary files /dev/null and b/src/assets/images/greesgin.png differ diff --git a/src/assets/images/group_title.png b/src/assets/images/group_title.png new file mode 100644 index 0000000..8bb5828 Binary files /dev/null and b/src/assets/images/group_title.png differ diff --git a/src/assets/images/head.gif b/src/assets/images/head.gif new file mode 100644 index 0000000..e33fb4a Binary files /dev/null and b/src/assets/images/head.gif differ diff --git a/src/assets/images/icons.png b/src/assets/images/icons.png new file mode 100644 index 0000000..c015e3a Binary files /dev/null and b/src/assets/images/icons.png differ diff --git a/src/assets/images/integral.png b/src/assets/images/integral.png new file mode 100644 index 0000000..cfee538 Binary files /dev/null and b/src/assets/images/integral.png differ diff --git a/src/assets/images/laber.png b/src/assets/images/laber.png new file mode 100644 index 0000000..bda12a7 Binary files /dev/null and b/src/assets/images/laber.png differ diff --git a/src/assets/images/member.png b/src/assets/images/member.png new file mode 100644 index 0000000..424e7e6 Binary files /dev/null and b/src/assets/images/member.png differ diff --git a/src/assets/images/member01.png b/src/assets/images/member01.png new file mode 100644 index 0000000..8d07a06 Binary files /dev/null and b/src/assets/images/member01.png differ diff --git a/src/assets/images/mobilefoot.png b/src/assets/images/mobilefoot.png new file mode 100644 index 0000000..4a89d4b Binary files /dev/null and b/src/assets/images/mobilefoot.png differ diff --git a/src/assets/images/mobilehead.png b/src/assets/images/mobilehead.png new file mode 100644 index 0000000..248cfb7 Binary files /dev/null and b/src/assets/images/mobilehead.png differ diff --git a/src/assets/images/moren.jpg b/src/assets/images/moren.jpg new file mode 100644 index 0000000..98725f1 Binary files /dev/null and b/src/assets/images/moren.jpg differ diff --git a/src/assets/images/news.png b/src/assets/images/news.png new file mode 100644 index 0000000..9399505 Binary files /dev/null and b/src/assets/images/news.png differ diff --git a/src/assets/images/no-message.png b/src/assets/images/no-message.png new file mode 100644 index 0000000..3e29578 Binary files /dev/null and b/src/assets/images/no-message.png differ diff --git a/src/assets/images/no-msg.png b/src/assets/images/no-msg.png new file mode 100644 index 0000000..d68acdb Binary files /dev/null and b/src/assets/images/no-msg.png differ diff --git a/src/assets/images/no.png b/src/assets/images/no.png new file mode 100644 index 0000000..e4ade86 Binary files /dev/null and b/src/assets/images/no.png differ diff --git a/src/assets/images/oragesgin.png b/src/assets/images/oragesgin.png new file mode 100644 index 0000000..89cbcaf Binary files /dev/null and b/src/assets/images/oragesgin.png differ diff --git a/src/assets/images/order1.png b/src/assets/images/order1.png new file mode 100644 index 0000000..d13de89 Binary files /dev/null and b/src/assets/images/order1.png differ diff --git a/src/assets/images/order2.png b/src/assets/images/order2.png new file mode 100644 index 0000000..f255903 Binary files /dev/null and b/src/assets/images/order2.png differ diff --git a/src/assets/images/order3.png b/src/assets/images/order3.png new file mode 100644 index 0000000..dfab784 Binary files /dev/null and b/src/assets/images/order3.png differ diff --git a/src/assets/images/order4.png b/src/assets/images/order4.png new file mode 100644 index 0000000..3b670cf Binary files /dev/null and b/src/assets/images/order4.png differ diff --git a/src/assets/images/order5.png b/src/assets/images/order5.png new file mode 100644 index 0000000..13ae5c4 Binary files /dev/null and b/src/assets/images/order5.png differ diff --git a/src/assets/images/order_icon.png b/src/assets/images/order_icon.png new file mode 100644 index 0000000..ca97dcb Binary files /dev/null and b/src/assets/images/order_icon.png differ diff --git a/src/assets/images/pclogin.png b/src/assets/images/pclogin.png new file mode 100644 index 0000000..b1c3769 Binary files /dev/null and b/src/assets/images/pclogin.png differ diff --git a/src/assets/images/phoneBox.png b/src/assets/images/phoneBox.png new file mode 100644 index 0000000..41e0d27 Binary files /dev/null and b/src/assets/images/phoneBox.png differ diff --git a/src/assets/images/pinksgin.png b/src/assets/images/pinksgin.png new file mode 100644 index 0000000..f305e1d Binary files /dev/null and b/src/assets/images/pinksgin.png differ diff --git a/src/assets/images/plant_bg.png b/src/assets/images/plant_bg.png new file mode 100644 index 0000000..7a1ee67 Binary files /dev/null and b/src/assets/images/plant_bg.png differ diff --git a/src/assets/images/plant_form.png b/src/assets/images/plant_form.png new file mode 100644 index 0000000..3e6dff7 Binary files /dev/null and b/src/assets/images/plant_form.png differ diff --git a/src/assets/images/plant_title.png b/src/assets/images/plant_title.png new file mode 100644 index 0000000..03f392c Binary files /dev/null and b/src/assets/images/plant_title.png differ diff --git a/src/assets/images/points_mall.png b/src/assets/images/points_mall.png new file mode 100644 index 0000000..940c39a Binary files /dev/null and b/src/assets/images/points_mall.png differ diff --git a/src/assets/images/presell_bg.png b/src/assets/images/presell_bg.png new file mode 100644 index 0000000..4e1ff89 Binary files /dev/null and b/src/assets/images/presell_bg.png differ diff --git a/src/assets/images/presell_title.png b/src/assets/images/presell_title.png new file mode 100644 index 0000000..9efbab1 Binary files /dev/null and b/src/assets/images/presell_title.png differ diff --git a/src/assets/images/product_icon.png b/src/assets/images/product_icon.png new file mode 100644 index 0000000..88aae2e Binary files /dev/null and b/src/assets/images/product_icon.png differ diff --git a/src/assets/images/purplesign.png b/src/assets/images/purplesign.png new file mode 100644 index 0000000..376bc01 Binary files /dev/null and b/src/assets/images/purplesign.png differ diff --git a/src/assets/images/rank_cate.png b/src/assets/images/rank_cate.png new file mode 100644 index 0000000..fb2af94 Binary files /dev/null and b/src/assets/images/rank_cate.png differ diff --git a/src/assets/images/rank_num.png b/src/assets/images/rank_num.png new file mode 100644 index 0000000..4aaef2a Binary files /dev/null and b/src/assets/images/rank_num.png differ diff --git a/src/assets/images/rank_title.png b/src/assets/images/rank_title.png new file mode 100644 index 0000000..35c1c6d Binary files /dev/null and b/src/assets/images/rank_title.png differ diff --git a/src/assets/images/redsgin.png b/src/assets/images/redsgin.png new file mode 100644 index 0000000..2463e2b Binary files /dev/null and b/src/assets/images/redsgin.png differ diff --git a/src/assets/images/ren.png b/src/assets/images/ren.png new file mode 100644 index 0000000..38d73a5 Binary files /dev/null and b/src/assets/images/ren.png differ diff --git a/src/assets/images/ren1.png b/src/assets/images/ren1.png new file mode 100644 index 0000000..b084f1d Binary files /dev/null and b/src/assets/images/ren1.png differ diff --git a/src/assets/images/ren2.png b/src/assets/images/ren2.png new file mode 100644 index 0000000..990d767 Binary files /dev/null and b/src/assets/images/ren2.png differ diff --git a/src/assets/images/right.png b/src/assets/images/right.png new file mode 100644 index 0000000..253fff6 Binary files /dev/null and b/src/assets/images/right.png differ diff --git a/src/assets/images/sort01.jpg b/src/assets/images/sort01.jpg new file mode 100644 index 0000000..6729ff1 Binary files /dev/null and b/src/assets/images/sort01.jpg differ diff --git a/src/assets/images/sort02.jpg b/src/assets/images/sort02.jpg new file mode 100644 index 0000000..098d55e Binary files /dev/null and b/src/assets/images/sort02.jpg differ diff --git a/src/assets/images/sort03.jpg b/src/assets/images/sort03.jpg new file mode 100644 index 0000000..56ef48b Binary files /dev/null and b/src/assets/images/sort03.jpg differ diff --git a/src/assets/images/sort11.jpg b/src/assets/images/sort11.jpg new file mode 100644 index 0000000..022f970 Binary files /dev/null and b/src/assets/images/sort11.jpg differ diff --git a/src/assets/images/sort12.jpg b/src/assets/images/sort12.jpg new file mode 100644 index 0000000..23e9985 Binary files /dev/null and b/src/assets/images/sort12.jpg differ diff --git a/src/assets/images/sort13.jpg b/src/assets/images/sort13.jpg new file mode 100644 index 0000000..368fb39 Binary files /dev/null and b/src/assets/images/sort13.jpg differ diff --git a/src/assets/images/spike_title.png b/src/assets/images/spike_title.png new file mode 100644 index 0000000..1677fd6 Binary files /dev/null and b/src/assets/images/spike_title.png differ diff --git a/src/assets/images/store_avatar.png b/src/assets/images/store_avatar.png new file mode 100644 index 0000000..69a2296 Binary files /dev/null and b/src/assets/images/store_avatar.png differ diff --git a/src/assets/images/store_bg.png b/src/assets/images/store_bg.png new file mode 100644 index 0000000..526b1b1 Binary files /dev/null and b/src/assets/images/store_bg.png differ diff --git a/src/assets/images/store_icon.png b/src/assets/images/store_icon.png new file mode 100644 index 0000000..3f96220 Binary files /dev/null and b/src/assets/images/store_icon.png differ diff --git a/src/assets/images/svip.png b/src/assets/images/svip.png new file mode 100644 index 0000000..2dac89e Binary files /dev/null and b/src/assets/images/svip.png differ diff --git a/src/assets/images/themStyle/blue1.jpg b/src/assets/images/themStyle/blue1.jpg new file mode 100644 index 0000000..91c64b7 Binary files /dev/null and b/src/assets/images/themStyle/blue1.jpg differ diff --git a/src/assets/images/themStyle/blue2.jpg b/src/assets/images/themStyle/blue2.jpg new file mode 100644 index 0000000..5701dfd Binary files /dev/null and b/src/assets/images/themStyle/blue2.jpg differ diff --git a/src/assets/images/themStyle/blue3.jpg b/src/assets/images/themStyle/blue3.jpg new file mode 100644 index 0000000..d20dc12 Binary files /dev/null and b/src/assets/images/themStyle/blue3.jpg differ diff --git a/src/assets/images/themStyle/green1.jpg b/src/assets/images/themStyle/green1.jpg new file mode 100644 index 0000000..7fb1293 Binary files /dev/null and b/src/assets/images/themStyle/green1.jpg differ diff --git a/src/assets/images/themStyle/green2.jpg b/src/assets/images/themStyle/green2.jpg new file mode 100644 index 0000000..94cb56a Binary files /dev/null and b/src/assets/images/themStyle/green2.jpg differ diff --git a/src/assets/images/themStyle/green3.jpg b/src/assets/images/themStyle/green3.jpg new file mode 100644 index 0000000..f7556f7 Binary files /dev/null and b/src/assets/images/themStyle/green3.jpg differ diff --git a/src/assets/images/themStyle/orange1.jpg b/src/assets/images/themStyle/orange1.jpg new file mode 100644 index 0000000..2fd3247 Binary files /dev/null and b/src/assets/images/themStyle/orange1.jpg differ diff --git a/src/assets/images/themStyle/orange2.jpg b/src/assets/images/themStyle/orange2.jpg new file mode 100644 index 0000000..d4ae3d5 Binary files /dev/null and b/src/assets/images/themStyle/orange2.jpg differ diff --git a/src/assets/images/themStyle/orange3.jpg b/src/assets/images/themStyle/orange3.jpg new file mode 100644 index 0000000..d70ff9d Binary files /dev/null and b/src/assets/images/themStyle/orange3.jpg differ diff --git a/src/assets/images/themStyle/pink1.jpg b/src/assets/images/themStyle/pink1.jpg new file mode 100644 index 0000000..b21d8b8 Binary files /dev/null and b/src/assets/images/themStyle/pink1.jpg differ diff --git a/src/assets/images/themStyle/pink2.jpg b/src/assets/images/themStyle/pink2.jpg new file mode 100644 index 0000000..1ec7096 Binary files /dev/null and b/src/assets/images/themStyle/pink2.jpg differ diff --git a/src/assets/images/themStyle/pink3.jpg b/src/assets/images/themStyle/pink3.jpg new file mode 100644 index 0000000..362fa36 Binary files /dev/null and b/src/assets/images/themStyle/pink3.jpg differ diff --git a/src/assets/images/themStyle/purple1.jpg b/src/assets/images/themStyle/purple1.jpg new file mode 100644 index 0000000..2097f58 Binary files /dev/null and b/src/assets/images/themStyle/purple1.jpg differ diff --git a/src/assets/images/themStyle/purple2.jpg b/src/assets/images/themStyle/purple2.jpg new file mode 100644 index 0000000..2979173 Binary files /dev/null and b/src/assets/images/themStyle/purple2.jpg differ diff --git a/src/assets/images/themStyle/purple3.jpg b/src/assets/images/themStyle/purple3.jpg new file mode 100644 index 0000000..110d7f9 Binary files /dev/null and b/src/assets/images/themStyle/purple3.jpg differ diff --git a/src/assets/images/themStyle/red1.jpg b/src/assets/images/themStyle/red1.jpg new file mode 100644 index 0000000..7fb7094 Binary files /dev/null and b/src/assets/images/themStyle/red1.jpg differ diff --git a/src/assets/images/themStyle/red2.jpg b/src/assets/images/themStyle/red2.jpg new file mode 100644 index 0000000..0b6c325 Binary files /dev/null and b/src/assets/images/themStyle/red2.jpg differ diff --git a/src/assets/images/themStyle/red3.jpg b/src/assets/images/themStyle/red3.jpg new file mode 100644 index 0000000..2b1a3e6 Binary files /dev/null and b/src/assets/images/themStyle/red3.jpg differ diff --git a/src/assets/images/topic_title.png b/src/assets/images/topic_title.png new file mode 100644 index 0000000..4ac7402 Binary files /dev/null and b/src/assets/images/topic_title.png differ diff --git a/src/assets/images/type_icon.png b/src/assets/images/type_icon.png new file mode 100644 index 0000000..2b9346d Binary files /dev/null and b/src/assets/images/type_icon.png differ diff --git a/src/assets/images/uploadImg.png b/src/assets/images/uploadImg.png new file mode 100644 index 0000000..c18a3cd Binary files /dev/null and b/src/assets/images/uploadImg.png differ diff --git a/src/assets/images/user01.png b/src/assets/images/user01.png new file mode 100644 index 0000000..0401ab1 Binary files /dev/null and b/src/assets/images/user01.png differ diff --git a/src/assets/images/user_vip.png b/src/assets/images/user_vip.png new file mode 100644 index 0000000..ab0f0f8 Binary files /dev/null and b/src/assets/images/user_vip.png differ diff --git a/src/assets/images/wutu.png b/src/assets/images/wutu.png new file mode 100644 index 0000000..42c67aa Binary files /dev/null and b/src/assets/images/wutu.png differ diff --git a/src/assets/js/canvas-nest.min.js b/src/assets/js/canvas-nest.min.js new file mode 100644 index 0000000..abea46d --- /dev/null +++ b/src/assets/js/canvas-nest.min.js @@ -0,0 +1,94 @@ +// +---------------------------------------------------------------------- +// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] +// +---------------------------------------------------------------------- +// | Copyright (c) 2016~2023 https://www.crmeb.com All rights reserved. +// +---------------------------------------------------------------------- +// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 +// +---------------------------------------------------------------------- +// | Author: CRMEB Team +// +---------------------------------------------------------------------- +// JavaScript Document +! function() { + function o(w, v, i) { + return w.getAttribute(v) || i + } + + function j(i) { + return document.getElementsByTagName(i) + } + + function l() { + var i = j("script"), + w = i.length, + v = i[w - 1]; + return { + l: w, + z: o(v, "zIndex", -2), + o: o(v, "opacity", 0.8), + c: o(v, "color", "255,255,255"), + n: o(v, "count", 240) + } + } + + function k() { + r = u.width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth, n = u.height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight + } + + function b() { + delay = delay + 1; + if( delay < 5 ) { m(b) } else { delay = 0; + e.clearRect(0, 0, r, n); + var w = [f].concat(t); + var x, v, A, B, z, y; + t.forEach(function(i) { + i.x += i.xa, i.y += i.ya, i.xa *= i.x > r || i.x < 0 ? -1 : 1, i.ya *= i.y > n || i.y < 0 ? -1 : 1, e.fillRect(i.x - 0.5, i.y - 0.5, 2, 2);e.fillStyle="#FFFFFF"; + for (v = 0; v < w.length; v++) { + x = w[v]; + if (i !== x && null !== x.x && null !== x.y) { + B = i.x - x.x, z = i.y - x.y, y = B * B + z * z; + y < x.max && (x === f && y >= x.max / 2 && (i.x -= 0.03 * B, i.y -= 0.03 * z), A = (x.max - y) / x.max, e.beginPath(), e.lineWidth = A / 2, e.strokeStyle = "rgba(" + s.c + "," + (A + 0.2) + ")", e.moveTo(i.x, i.y), e.lineTo(x.x, x.y), e.stroke()) + } + } + w.splice(w.indexOf(i), 1) + }), m(b) } + } + var u = document.createElement("canvas"), + s = l(), + c = "c_n" + s.l, + e = u.getContext("2d"), + delay = 0, + r, n, m = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function(i) { + window.setTimeout(i, 1000 / 45) + }, + a = Math.random, + f = { + x: null, + y: null, + max: 20000 + } + u.id = c; + u.style.cssText = "position:fixed;top:0;left:0;z-index:" + s.z + ";opacity:" + s.o; + j("body")[0].appendChild(u); + k(), window.onresize = k; + window.onmousemove = function(i) { + i = i || window.event, f.x = i.clientX, f.y = i.clientY + }, window.onmouseout = function() { + f.x = null, f.y = null + }; + for (var t = [], p = 0; s.n > p; p++) { + var h = a() * r, + g = a() * n, + q = 2 * a() - 1, + d = 2 * a() - 1; + t.push({ + x: h, + y: g, + xa: q, + ya: d, + max: 6000 + }) + } + setTimeout(function() { + b() + }, 100) +}(); \ No newline at end of file diff --git a/src/assets/js/jigsaw.css b/src/assets/js/jigsaw.css new file mode 100644 index 0000000..b9e61b1 --- /dev/null +++ b/src/assets/js/jigsaw.css @@ -0,0 +1,127 @@ +.block { + position: absolute; + left: 0; + top: 0; + cursor: pointer; + cursor: grab; +} + +.block:active { + cursor: grabbing; +} + +.sliderContainer { + position: relative; + text-align: center; + width: 310px; + height: 40px; + line-height: 40px; + margin-top: 15px; + background: #f7f9fa; + color: #45494c; + border: 1px solid #e4e7eb; +} + +.sliderContainer_active .slider { + height: 38px; + top: -1px; + border: 1px solid #1991FA; +} + +.sliderContainer_active .sliderMask { + height: 38px; + border-width: 1px; +} + +.sliderContainer_success .slider { + height: 38px; + top: -1px; + border: 1px solid #52CCBA; + background-color: #52CCBA !important; +} + +.sliderContainer_success .sliderMask { + height: 38px; + border: 1px solid #52CCBA; + background-color: #D2F4EF; +} + +.sliderContainer_success .sliderIcon { + background-position: 0 0 !important; +} + +.sliderContainer_fail .slider { + height: 38px; + top: -1px; + border: 1px solid #f57a7a; + background-color: #f57a7a !important; +} + +.sliderContainer_fail .sliderMask { + height: 38px; + border: 1px solid #f57a7a; + background-color: #fce1e1; +} + +.sliderContainer_fail .sliderIcon { + top: 14px; + background-position: 0 -82px !important; +} +.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText { + display: none; +} + +.sliderMask { + position: absolute; + left: 0; + top: 0; + height: 40px; + border: 0 solid #1991FA; + background: #D1E9FE; +} + +.slider { + position: absolute; + top: 0; + left: 0; + width: 40px; + height: 40px; + background: #fff; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); + transition: background .2s linear; + cursor: pointer; + cursor: grab; +} + +.slider:active { + cursor: grabbing; +} + +.slider:hover { + background: #1991FA; +} + +.slider:hover .sliderIcon { + background-position: 0 -13px; +} + +.sliderIcon { + position: absolute; + top: 15px; + left: 13px; + width: 14px; + height: 12px; + background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -26px; + background-size: 34px 471px; +} + +.refreshIcon { + position: absolute; + right: 0; + top: 0; + width: 34px; + height: 34px; + cursor: pointer; + background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -437px; + background-size: 34px 471px; +} diff --git a/src/assets/js/jigsaw.js b/src/assets/js/jigsaw.js new file mode 100644 index 0000000..7e316f3 --- /dev/null +++ b/src/assets/js/jigsaw.js @@ -0,0 +1,277 @@ +import './jigsaw.css' + +let w = 310 // canvas宽度 +let h = 155 // canvas高度 +const l = 42 // 滑块边长 +const r = 9 // 滑块半径 +const PI = Math.PI +const L = l + r * 2 + 3 // 滑块实际边长 + +function getRandomNumberByRange(start, end) { + return Math.round(Math.random() * (end - start) + start) +} + +function createCanvas(width, height) { + const canvas = document.createElement('canvas') + canvas.width = width + canvas.height = height + return canvas +} + +function createImg(onload) { + const img = new Image() + img.crossOrigin = 'Anonymous' + img.onload = onload + img.onerror = () => { + img.setSrc(getRandomImgSrc()) + } + + img.setSrc = function (src) { + const isIE = window.navigator.userAgent.indexOf('Trident') > -1 + if (isIE) { // IE浏览器无法通过img.crossOrigin跨域,使用ajax获取图片blob然后转为dataURL显示 + const xhr = new XMLHttpRequest() + xhr.onloadend = function (e) { + const file = new FileReader() // FileReader仅支持IE10+ + file.readAsDataURL(e.target.response) + file.onloadend = function (e) { + img.src = e.target.result + } + } + xhr.open('GET', src) + xhr.responseType = 'blob' + xhr.send() + } else img.src = src + } + + img.setSrc(getRandomImgSrc()) + return img +} + +function createElement(tagName, className) { + const elment = document.createElement(tagName) + elment.className = className + return elment +} + +function addClass(tag, className) { + tag.classList.add(className) +} + +function removeClass(tag, className) { + tag.classList.remove(className) +} + +function getRandomImgSrc() { + return `https://picsum.photos/${w}/${h}/?image=${getRandomNumberByRange(0, 1084)}` +} + +function draw(ctx, x, y, operation) { + ctx.beginPath() + ctx.moveTo(x, y) + ctx.arc(x + l / 2, y - r + 2, r, 0.72 * PI, 2.26 * PI) + ctx.lineTo(x + l, y) + ctx.arc(x + l + r - 2, y + l / 2, r, 1.21 * PI, 2.78 * PI) + ctx.lineTo(x + l, y + l) + ctx.lineTo(x, y + l) + ctx.arc(x + r - 2, y + l / 2, r + 0.4, 2.76 * PI, 1.24 * PI, true) + ctx.lineTo(x, y) + ctx.lineWidth = 2 + ctx.fillStyle = 'rgba(255, 255, 255, 0.7)' + ctx.strokeStyle = 'rgba(255, 255, 255, 0.7)' + ctx.stroke() + ctx[operation]() + ctx.globalCompositeOperation = 'destination-over' +} + +function sum(x, y) { + return x + y +} + +function square(x) { + return x * x +} + +class jigsaw { + constructor({el, width = 310, height = 155, onSuccess, onFail, onRefresh}) { + w = width + h = height + el.style.position = 'relative'; + el.style.width = w + 'px' + Object.assign(el.style, { + position: 'relative', + width: w + 'px', + margin: '0 auto' + }) + this.el = el + this.onSuccess = onSuccess + this.onFail = onFail + this.onRefresh = onRefresh + } + + init() { + this.initDOM() + this.initImg() + this.bindEvents() + } + + initDOM() { + const canvas = createCanvas(w, h) // 画布 + const block = canvas.cloneNode(true) // 滑块 + const sliderContainer = createElement('div', 'sliderContainer') + sliderContainer.style.width = w + 'px' + const refreshIcon = createElement('div', 'refreshIcon') + const sliderMask = createElement('div', 'sliderMask') + const slider = createElement('div', 'slider') + const sliderIcon = createElement('span', 'sliderIcon') + const text = createElement('span', 'sliderText') + + block.className = 'block' + text.innerHTML = '向右滑动填充拼图' + + const el = this.el + el.appendChild(canvas) + el.appendChild(refreshIcon) + el.appendChild(block) + slider.appendChild(sliderIcon) + sliderMask.appendChild(slider) + sliderContainer.appendChild(sliderMask) + sliderContainer.appendChild(text) + el.appendChild(sliderContainer) + + Object.assign(this, { + canvas, + block, + sliderContainer, + refreshIcon, + slider, + sliderMask, + sliderIcon, + text, + canvasCtx: canvas.getContext('2d'), + blockCtx: block.getContext('2d') + }) + } + + initImg() { + const img = createImg(() => { + this.draw() + this.canvasCtx.drawImage(img, 0, 0, w, h) + this.blockCtx.drawImage(img, 0, 0, w, h) + const y = this.y - r * 2 - 1 + const ImageData = this.blockCtx.getImageData(this.x - 3, y, L, L) + this.block.width = L + this.blockCtx.putImageData(ImageData, 0, y) + }) + this.img = img + } + + draw() { + // 随机创建滑块的位置 + this.x = getRandomNumberByRange(L + 10, w - (L + 10)) + this.y = getRandomNumberByRange(10 + r * 2, h - (L + 10)) + draw(this.canvasCtx, this.x, this.y, 'fill') + draw(this.blockCtx, this.x, this.y, 'clip') + } + + clean() { + this.canvasCtx.clearRect(0, 0, w, h) + this.blockCtx.clearRect(0, 0, w, h) + this.block.width = w + } + + bindEvents() { + this.el.onselectstart = () => false + this.refreshIcon.onclick = () => { + this.reset() + typeof this.onRefresh === 'function' && this.onRefresh() + } + + let originX, originY, trail = [], isMouseDown = false + + const handleDragStart = function (e) { + originX = e.clientX || e.touches[0].clientX + originY = e.clientY || e.touches[0].clientY + isMouseDown = true + } + + const handleDragMove = (e) => { + if (!isMouseDown) return false + const eventX = e.clientX || e.touches[0].clientX + const eventY = e.clientY || e.touches[0].clientY + const moveX = eventX - originX + const moveY = eventY - originY + if (moveX < 0 || moveX + 38 >= w) return false + this.slider.style.left = moveX + 'px' + const blockLeft = (w - 40 - 20) / (w - 40) * moveX + this.block.style.left = blockLeft + 'px' + + addClass(this.sliderContainer, 'sliderContainer_active') + this.sliderMask.style.width = moveX + 'px' + trail.push(moveY) + } + + const handleDragEnd = (e) => { + if (!isMouseDown) return false + isMouseDown = false + const eventX = e.clientX || e.changedTouches[0].clientX + if (eventX === originX) return false + removeClass(this.sliderContainer, 'sliderContainer_active') + this.trail = trail + const {spliced, verified} = this.verify() + if (spliced) { + if (verified) { + addClass(this.sliderContainer, 'sliderContainer_success') + typeof this.onSuccess === 'function' && this.onSuccess() + } else { + addClass(this.sliderContainer, 'sliderContainer_fail') + this.text.innerHTML = '请再试一次' + this.reset() + } + } else { + addClass(this.sliderContainer, 'sliderContainer_fail') + typeof this.onFail === 'function' && this.onFail() + setTimeout(() => { + this.reset() + }, 1000) + } + } + this.slider.addEventListener('mousedown', handleDragStart) + this.slider.addEventListener('touchstart', handleDragStart) + this.block.addEventListener('mousedown', handleDragStart) + this.block.addEventListener('touchstart', handleDragStart) + document.addEventListener('mousemove', handleDragMove) + document.addEventListener('touchmove', handleDragMove) + document.addEventListener('mouseup', handleDragEnd) + document.addEventListener('touchend', handleDragEnd) + } + + verify() { + const arr = this.trail // 拖动时y轴的移动距离 + const average = arr.reduce(sum) / arr.length + const deviations = arr.map(x => x - average) + const stddev = Math.sqrt(deviations.map(square).reduce(sum) / arr.length) + const left = parseInt(this.block.style.left) + return { + spliced: Math.abs(left - this.x) < 10, + verified: stddev !== 0 // 简单验证拖动轨迹,为零时表示Y轴上下没有波动,可能非人为操作 + } + } + + reset() { + this.sliderContainer.className = 'sliderContainer' + this.slider.style.left = 0 + this.block.style.left = 0 + this.sliderMask.style.width = 0 + this.clean() + this.img.setSrc(getRandomImgSrc()) + } +} + +window.jigsaw = { + init: function (opts) { + let $jigsaw = new jigsaw(opts) + $jigsaw.init(); + return $jigsaw; + } +} + diff --git a/src/assets/video/newOrderAudioLink.mp3 b/src/assets/video/newOrderAudioLink.mp3 new file mode 100644 index 0000000..cc88770 Binary files /dev/null and b/src/assets/video/newOrderAudioLink.mp3 differ diff --git a/src/assets/video/notice.mp3 b/src/assets/video/notice.mp3 new file mode 100644 index 0000000..69ddc62 Binary files /dev/null and b/src/assets/video/notice.mp3 differ diff --git a/src/assets/video/notice.wav b/src/assets/video/notice.wav new file mode 100644 index 0000000..ac51707 Binary files /dev/null and b/src/assets/video/notice.wav differ diff --git a/src/directive/waves/waves.css b/src/directive/waves/waves.css new file mode 100644 index 0000000..af7a7ef --- /dev/null +++ b/src/directive/waves/waves.css @@ -0,0 +1,26 @@ +.waves-ripple { + position: absolute; + border-radius: 100%; + background-color: rgba(0, 0, 0, 0.15); + background-clip: padding-box; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + opacity: 1; +} + +.waves-ripple.z-active { + opacity: 0; + -webkit-transform: scale(2); + -ms-transform: scale(2); + transform: scale(2); + -webkit-transition: opacity 1.2s ease-out, -webkit-transform 0.6s ease-out; + transition: opacity 1.2s ease-out, -webkit-transform 0.6s ease-out; + transition: opacity 1.2s ease-out, transform 0.6s ease-out; + transition: opacity 1.2s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out; +} \ No newline at end of file diff --git a/src/icons/svg/404.svg b/src/icons/svg/404.svg new file mode 100644 index 0000000..6df5019 --- /dev/null +++ b/src/icons/svg/404.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/bug.svg b/src/icons/svg/bug.svg new file mode 100644 index 0000000..05a150d --- /dev/null +++ b/src/icons/svg/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/chart.svg b/src/icons/svg/chart.svg new file mode 100644 index 0000000..27728fb --- /dev/null +++ b/src/icons/svg/chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/clipboard.svg b/src/icons/svg/clipboard.svg new file mode 100644 index 0000000..90923ff --- /dev/null +++ b/src/icons/svg/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/component.svg b/src/icons/svg/component.svg new file mode 100644 index 0000000..207ada3 --- /dev/null +++ b/src/icons/svg/component.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/dashboard.svg b/src/icons/svg/dashboard.svg new file mode 100644 index 0000000..5317d37 --- /dev/null +++ b/src/icons/svg/dashboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/documentation.svg b/src/icons/svg/documentation.svg new file mode 100644 index 0000000..7043122 --- /dev/null +++ b/src/icons/svg/documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/drag.svg b/src/icons/svg/drag.svg new file mode 100644 index 0000000..4185d3c --- /dev/null +++ b/src/icons/svg/drag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/edit.svg b/src/icons/svg/edit.svg new file mode 100644 index 0000000..d26101f --- /dev/null +++ b/src/icons/svg/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/education.svg b/src/icons/svg/education.svg new file mode 100644 index 0000000..7bfb01d --- /dev/null +++ b/src/icons/svg/education.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/email.svg b/src/icons/svg/email.svg new file mode 100644 index 0000000..74d25e2 --- /dev/null +++ b/src/icons/svg/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/example.svg b/src/icons/svg/example.svg new file mode 100644 index 0000000..46f42b5 --- /dev/null +++ b/src/icons/svg/example.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/excel.svg b/src/icons/svg/excel.svg new file mode 100644 index 0000000..74d97b8 --- /dev/null +++ b/src/icons/svg/excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/exit-fullscreen.svg b/src/icons/svg/exit-fullscreen.svg new file mode 100644 index 0000000..485c128 --- /dev/null +++ b/src/icons/svg/exit-fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/eye-open.svg b/src/icons/svg/eye-open.svg new file mode 100644 index 0000000..88dcc98 --- /dev/null +++ b/src/icons/svg/eye-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/eye.svg b/src/icons/svg/eye.svg new file mode 100644 index 0000000..16ed2d8 --- /dev/null +++ b/src/icons/svg/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/form.svg b/src/icons/svg/form.svg new file mode 100644 index 0000000..dcbaa18 --- /dev/null +++ b/src/icons/svg/form.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/fullscreen.svg b/src/icons/svg/fullscreen.svg new file mode 100644 index 0000000..0e86b6f --- /dev/null +++ b/src/icons/svg/fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/guide.svg b/src/icons/svg/guide.svg new file mode 100644 index 0000000..b271001 --- /dev/null +++ b/src/icons/svg/guide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/icon.svg b/src/icons/svg/icon.svg new file mode 100644 index 0000000..82be8ee --- /dev/null +++ b/src/icons/svg/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/international.svg b/src/icons/svg/international.svg new file mode 100644 index 0000000..e9b56ee --- /dev/null +++ b/src/icons/svg/international.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/language.svg b/src/icons/svg/language.svg new file mode 100644 index 0000000..0082b57 --- /dev/null +++ b/src/icons/svg/language.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/link.svg b/src/icons/svg/link.svg new file mode 100644 index 0000000..48197ba --- /dev/null +++ b/src/icons/svg/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/list.svg b/src/icons/svg/list.svg new file mode 100644 index 0000000..20259ed --- /dev/null +++ b/src/icons/svg/list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/lock.svg b/src/icons/svg/lock.svg new file mode 100644 index 0000000..74fee54 --- /dev/null +++ b/src/icons/svg/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/message.svg b/src/icons/svg/message.svg new file mode 100644 index 0000000..14ca817 --- /dev/null +++ b/src/icons/svg/message.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/money.svg b/src/icons/svg/money.svg new file mode 100644 index 0000000..c1580de --- /dev/null +++ b/src/icons/svg/money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/nested.svg b/src/icons/svg/nested.svg new file mode 100644 index 0000000..06713a8 --- /dev/null +++ b/src/icons/svg/nested.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/password.svg b/src/icons/svg/password.svg new file mode 100644 index 0000000..e291d85 --- /dev/null +++ b/src/icons/svg/password.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/pdf.svg b/src/icons/svg/pdf.svg new file mode 100644 index 0000000..957aa0c --- /dev/null +++ b/src/icons/svg/pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/people.svg b/src/icons/svg/people.svg new file mode 100644 index 0000000..2bd54ae --- /dev/null +++ b/src/icons/svg/people.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/peoples.svg b/src/icons/svg/peoples.svg new file mode 100644 index 0000000..aab852e --- /dev/null +++ b/src/icons/svg/peoples.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/qq.svg b/src/icons/svg/qq.svg new file mode 100644 index 0000000..ee13d4e --- /dev/null +++ b/src/icons/svg/qq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/search.svg b/src/icons/svg/search.svg new file mode 100644 index 0000000..84233dd --- /dev/null +++ b/src/icons/svg/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/shopping.svg b/src/icons/svg/shopping.svg new file mode 100644 index 0000000..87513e7 --- /dev/null +++ b/src/icons/svg/shopping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/size.svg b/src/icons/svg/size.svg new file mode 100644 index 0000000..ddb25b8 --- /dev/null +++ b/src/icons/svg/size.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/skill.svg b/src/icons/svg/skill.svg new file mode 100644 index 0000000..a3b7312 --- /dev/null +++ b/src/icons/svg/skill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/star.svg b/src/icons/svg/star.svg new file mode 100644 index 0000000..6cf86e6 --- /dev/null +++ b/src/icons/svg/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/tab.svg b/src/icons/svg/tab.svg new file mode 100644 index 0000000..b4b48e4 --- /dev/null +++ b/src/icons/svg/tab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/table.svg b/src/icons/svg/table.svg new file mode 100644 index 0000000..0e3dc9d --- /dev/null +++ b/src/icons/svg/table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/theme.svg b/src/icons/svg/theme.svg new file mode 100644 index 0000000..5982a2f --- /dev/null +++ b/src/icons/svg/theme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/tree-table.svg b/src/icons/svg/tree-table.svg new file mode 100644 index 0000000..8aafdb8 --- /dev/null +++ b/src/icons/svg/tree-table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/tree.svg b/src/icons/svg/tree.svg new file mode 100644 index 0000000..dd4b7dd --- /dev/null +++ b/src/icons/svg/tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/user.svg b/src/icons/svg/user.svg new file mode 100644 index 0000000..0ba0716 --- /dev/null +++ b/src/icons/svg/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/wechat.svg b/src/icons/svg/wechat.svg new file mode 100644 index 0000000..c586e55 --- /dev/null +++ b/src/icons/svg/wechat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/zip.svg b/src/icons/svg/zip.svg new file mode 100644 index 0000000..f806fc4 --- /dev/null +++ b/src/icons/svg/zip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svgo.yml b/src/icons/svgo.yml new file mode 100644 index 0000000..d11906a --- /dev/null +++ b/src/icons/svgo.yml @@ -0,0 +1,22 @@ +# replace default config + +# multipass: true +# full: true + +plugins: + + # - name + # + # or: + # - name: false + # - name: true + # + # or: + # - name: + # param1: 1 + # param2: 2 + +- removeAttrs: + attrs: + - 'fill' + - 'fill-rule' diff --git a/src/layout/navBars/breadcrumb/theme.js b/src/layout/navBars/breadcrumb/theme.js new file mode 100644 index 0000000..f6458e4 --- /dev/null +++ b/src/layout/navBars/breadcrumb/theme.js @@ -0,0 +1,140 @@ +export const themeList = { + 'theme-1': { + '--prev-bg-menuBar': '#282c34', + '--prev-bg-menuBarColor': '#fff', + '--prev-color-primary': '#4073FA', + '--prev-color-text-white': '#fff', + '--prev-bg-menu-hover-ba-color': '#4073FA', + '--prev-bg-topBar': '#fff', //顶部菜单栏颜色 + '--prev-bg-topBarColor': '#282c34', + '--prev-bg-columnsMenuBar': '#282c34', + '--prev-bg-columnsMenuBarColor': '#fff', + '--prev-MenuActiveColor': '#4073FA', + '--prev-tag-active-color': '#4073FA', + '--prev-color-primary-light-8': '#F2F6FF', + '--prev-color-primary-light-9': '#e8f4ff', + '--prev-bg-columnsMenuActiveColor': '#fff', + }, + 'theme-2': { + '--prev-bg-menuBar': '#ffffff', + '--prev-bg-menuBarColor': '#515a6e', + '--prev-color-primary': '#4073FA', + '--prev-color-text-white': '#fff', + '--prev-bg-menu-hover-ba-color': '#e8f4ff', + '--prev-bg-topBar': '#ffffff', + '--prev-bg-topBarColor': '#515a6e', + '--prev-bg-columnsMenuBar': '#fff', + '--prev-bg-columnsMenuBarColor': '#515a6e', + '--prev-bg-columnsMenuActiveColor': '#fff', + '--prev-MenuActiveColor': '#4073FA', + '--prev-bg-columnsMenuActiveBgColor': '#4073FA', + '--prev-tag-active-color': '#4073FA', + '--prev-color-primary-light-9': '#e8f4ff', + }, + 'theme-3': { + '--prev-bg-menuBar': '#282c34', + '--prev-bg-menuBarColor': '#fff', + '--prev-color-primary': '#41b584', + '--prev-color-text-white': '#fff', + '--prev-bg-menu-hover-ba-color': '#41b584', // 菜单选中背景色 + '--prev-bg-topBar': '#fff', //顶部菜单栏颜色 + '--prev-bg-topBarColor': '#282c34', + '--prev-bg-columnsMenuBar': '#282c34', + '--prev-bg-columnsMenuBarColor': '#fff', + '--prev-bg-columnsMenuActiveColor': '#fff', + '--prev-MenuActiveColor': '#41b584', + '--prev-color-primary-light-9': '#ecf8f3', + '--prev-tag-active-color': '#41b584', + '--prev-color-primary-light-9': '#ecf8f3', + }, + 'theme-4': { + '--prev-bg-menuBar': '#ffffff', + '--prev-bg-menuBarColor': '#515a6e', + '--prev-color-primary': '#41b584', + '--prev-color-text-white': '#fff', + '--prev-bg-menu-hover-ba-color': '#ecf8f3', + '--prev-bg-topBar': '#ffffff', + '--prev-bg-topBarColor': '#515a6e', + '--prev-bg-columnsMenuBar': '#fff', + '--prev-bg-columnsMenuBarColor': '#515a6e', + '--prev-bg-columnsMenuActiveColor': '#fff', + '--prev-MenuActiveColor': '#41b584', + + '--prev-tag-active-color': '#41b584', + '--prev-color-primary-light-9': '#ecf8f3', + }, + 'theme-5': { + '--prev-bg-menuBar': '#282c34', + '--prev-bg-menuBarColor': '#fff', + '--prev-color-primary': '#6954f0', + '--prev-color-text-white': '#fff', + '--prev-bg-menu-hover-ba-color': '#6954f0', // 菜单选中背景色 + '--prev-bg-topBar': '#fff', //顶部菜单栏颜色 + '--prev-bg-topBarColor': '#282c34', + '--prev-bg-columnsMenuBar': '#282c34', + '--prev-bg-columnsMenuBarColor': '#fff', + '--prev-bg-columnsMenuActiveColor': '#fff', + '--prev-MenuActiveColor': '#6954f0', + '--prev-color-primary-light-9': '#f0eefe', + '--prev-tag-active-color': '#6954f0', + }, + 'theme-6': { + '--prev-bg-menuBar': '#ffffff', + '--prev-bg-menuBarColor': '#515a6e', + '--prev-color-primary': '#6954f0', + '--prev-color-text-white': '#fff', + '--prev-bg-menu-hover-ba-color': '#e8f4ff', + '--prev-bg-topBar': '#ffffff', + '--prev-bg-topBarColor': '#515a6e', + '--prev-bg-columnsMenuBar': '#fff', + '--prev-bg-columnsMenuBarColor': '#515a6e', + '--prev-bg-columnsMenuActiveColor': '#fff', + '--prev-MenuActiveColor': '#6954f0', + '--prev-color-primary-light-9': '#f0eefe', + '--prev-tag-active-color': '#6954f0', + }, + 'theme-7': { + '--prev-bg-menuBar': '#282c34', + '--prev-bg-menuBarColor': '#fff', + '--prev-color-primary': '#f34d37', + '--prev-color-text-white': '#fff', + '--prev-bg-menu-hover-ba-color': '#f34d37', // 菜单选中背景色 + '--prev-bg-topBar': '#fff', //顶部菜单栏颜色 + '--prev-bg-topBarColor': '#282c34', + '--prev-bg-columnsMenuBar': '#282c34', + '--prev-bg-columnsMenuBarColor': '#fff', + '--prev-bg-columnsMenuActiveColor': '#fff', + '--prev-MenuActiveColor': '#f34d37', + '--prev-tag-active-color': '#f34d37', + }, + 'theme-8': { + '--prev-bg-menuBar': '#ffffff', + '--prev-bg-menuBarColor': '#515a6e', + '--prev-color-primary': '#f34d37', + '--prev-color-text-white': '#fff', + '--prev-bg-menu-hover-ba-color': '#feedeb', + '--prev-bg-topBar': '#ffffff', + '--prev-bg-topBarColor': '#515a6e', + '--prev-bg-columnsMenuBar': '#fff', + '--prev-bg-columnsMenuBarColor': '#515a6e', + '--prev-bg-columnsMenuActiveColor': '#fff', + '--prev-color-primary-light-9': '#feedeb', + '--prev-MenuActiveColor': '#f34d37', + '--prev-tag-active-color': '#f34d37', + }, + 'theme-9': { + '--prev-bg-menuBar': '#ffffff', + '--prev-bg-menuBarColor': '#515a6e', + '--prev-color-primary': '#4073FA', + '--prev-color-text-white': '#fff', + '--prev-bg-menu-hover-ba-color': '#e8f4ff', + '--prev-bg-topBar': '#ffffff', + '--prev-bg-topBarColor': '#515a6e', + '--prev-bg-columnsMenuBar': 'linear-gradient(90deg,#006cff,#399efd)', + '--prev-bg-columnsMenuBarColor': '#fff', + '--prev-bg-columnsMenuActiveColor': '#fff', + '--prev-tag-active-color': '#4073FA', + '--prev-MenuActiveColor': '#4073FA', + '--prev-color-primary-light-9': '#e8f4ff', + }, +}; diff --git a/src/styles/app.scss b/src/styles/app.scss new file mode 100644 index 0000000..e902d4f --- /dev/null +++ b/src/styles/app.scss @@ -0,0 +1,262 @@ +/* 初始化样式 +------------------------------- */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; + outline: none; +} + +:root { + --prev-bg-menuBar: #fff; + --prev-bg-menuBarColor: #ffffff; + --prev-bg-topBar: #ffffff; + --prev-bg-topBarColor: #282c34; + --prev-bg-columnsMenuBar: #282c34; + --prev-bg-columnsMenuBarColor: #e6e6e6; + --prev-bg-columnsMenuActiveColor: #ffffff; + --prev-bg-menu-hover-ba-color: rgba(0, 0, 0, 0.2); + --prev-bg-menu-active-color: #4073FA; + --prev-bg-main-color: #F0F2F5; + --prev-bg-color: #f5f7fa; + --prev-bg-white: #ffffff; + --prev-color-primary: #4073FA; + --prev-color-text-white: #ffffff; + --prev-color-text-black: #000000; + --prev-color-text-primary: #606266; + --prev-color-text-regular: #303133; + --prev-color-text-secondary: #909399; + --prev-color-text-placeholder: #c0c4cc; + --prev-color-hover: rgba(0, 0, 0, 0.04); + --prev-color-seting-main: #e9eef3; + --prev-color-seting-aside: #d3dce6; + --prev-color-seting-header: #b3c0d1; + --prev-border-color-hover: #c0c4cc; + --prev-border-color-base: #dcdfe6; + --prev-border-color-light: #e4e7ed; + --prev-border-color-lighter: #ebeef5; + --prev-border-color-extra-light: #f2f6fc; + --prev-tag-active-color: #fff; + --prev-MenuActiveColor: #fff; + --prev-table-header-bag: #f2f6ff; +} + +html, +body, +#app { + width: 100%; + height: 100%; + // background-color: var(--prev-bg-main-color); + font-size: 14px; +} + +/* 主布局样式 +------------------------------- */ +.layout-container { + width: 100%; + height: 100%; + .layout-aside { + background: var(--prev-bg-menuBar); + // box-shadow: 0px 0 1px rgba(0, 21, 41, 1%); + height: inherit; + position: relative; + z-index: 3; + display: flex; + flex-direction: column; + overflow-x: hidden !important; + .el-scrollbar__view { + overflow: hidden; + } + } + .layout-header { + padding: 0 !important; + height: auto !important; + } + .layout-main { + padding: 0 !important; + overflow: hidden; + width: 100%; + background-color: var(--prev-bg-main-color); + position: relative; + } + .el-scrollbar { + width: 100%; + } + .layout-view-bg-white { + background: var(--prev-bg-white); + width: 100%; + height: 100%; + border-radius: 4px; + border: 1px solid var(--prev-border-color-lighter); + } + .layout-el-aside-br-color { + // border-right: 1px solid rgb(238, 238, 238); + } + .layout-aside-width-default { + width: 180px !important; + transition: width 0.2s ease; + box-shadow: 1px 1px 4px rgba(0, 21, 41, 0.08); + } + .layout-aside-width64 { + width: 64px !important; + transition: width 0.2s ease; + } + .layout-aside-width1 { + width: 0px !important; + transition: width 0.2s ease; + } + .layout-scrollbar { + @extend .el-scrollbar; + padding: 14px; + } + .layout-mian-height-50 { + height: calc(100vh - 50px); + } + .layout-columns-warp { + flex: 1; + display: flex; + overflow: hidden; + } + .layout-hide { + display: none; + } +} + +/* 进度条颜色 +------------------------------- */ +#nprogress .bar { + background: var(--prev-color-primary) !important; +} + +/* flex 弹性布局 +------------------------------- */ +.flex { + display: flex; +} +.flex-auto { + flex: 1; +} +.flex-center { + @extend .flex; + flex-direction: column !important; + width: 100%; + overflow: hidden; +} +.flex-margin { + margin: auto; +} +.flex-warp { + display: flex; + flex-wrap: wrap; + align-content: flex-start; + margin: 0 -5px; + .flex-warp-item { + padding: 5px; + .flex-warp-item-box { + width: 100%; + height: 100%; + } + } +} +/* 宽高 100% +------------------------------- */ +.w100 { + width: 100% !important; +} +.h100 { + height: 100% !important; + min-height: calc(100vh - 185px); + // background: #ffffff; +} +.h101 { + height: 100% !important; + min-height: calc(100vh - 150px); +} +.vh100 { + height: 100vh !important; +} +.max100vh { + max-height: 100vh !important; +} +.min100vh { + min-height: 100vh !important; +} + +/* 颜色值 +------------------------------- */ +.color-primary { + color: var(--prev-color-primary); +} +.color-success { + color: var(--prev-color-success); +} +.color-warning { + color: var(--prev-color-warning); +} +.color-danger { + color: var(--prev-color-danger); +} +.color-info { + color: var(--prev-color-info); +} + +/* 溢出省略号 +------------------------------- */ +.one-text-overflow { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.two-text-overflow { + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; +} +.overflow { + overflow: hidden !important; +} + +/* 字体大小全局样式 +------------------------------- */ +@for $i from 10 through 32 { + .font#{$i} { + font-size: #{$i}px !important; + } +} + +/* 外边距、内边距全局样式 +------------------------------- */ +@for $i from 5 through 35 { + .mt#{$i} { + margin-top: #{$i}px !important; + } + .mr#{$i} { + margin-right: #{$i}px !important; + } + .mb#{$i} { + margin-bottom: #{$i}px !important; + } + .ml#{$i} { + margin-left: #{$i}px !important; + } + .pt#{$i} { + padding-top: #{$i}px !important; + } + .pr#{$i} { + padding-right: #{$i}px !important; + } + .pb#{$i} { + padding-bottom: #{$i}px !important; + } + .pl#{$i} { + padding-left: #{$i}px !important; + } +} + +.el-scrollbar__view::-webkit-scrollbar { + display: none; + width: 0; + height: 0; + color: transparent; +} diff --git a/src/styles/btn.scss b/src/styles/btn.scss new file mode 100644 index 0000000..e6ba1a8 --- /dev/null +++ b/src/styles/btn.scss @@ -0,0 +1,99 @@ +@import './variables.scss'; + +@mixin colorBtn($color) { + background: $color; + + &:hover { + color: $color; + + &:before, + &:after { + background: $color; + } + } +} + +.blue-btn { + @include colorBtn($blue) +} + +.light-blue-btn { + @include colorBtn($light-blue) +} + +.red-btn { + @include colorBtn($red) +} + +.pink-btn { + @include colorBtn($pink) +} + +.green-btn { + @include colorBtn($green) +} + +.tiffany-btn { + @include colorBtn($tiffany) +} + +.yellow-btn { + @include colorBtn($yellow) +} + +.pan-btn { + font-size: 14px; + color: #fff; + padding: 14px 36px; + border-radius: 8px; + border: none; + outline: none; + transition: 600ms ease all; + position: relative; + display: inline-block; + + &:hover { + background: #fff; + + &:before, + &:after { + width: 100%; + transition: 600ms ease all; + } + } + + &:before, + &:after { + content: ''; + position: absolute; + top: 0; + right: 0; + height: 2px; + width: 0; + transition: 400ms ease all; + } + + &::after { + right: inherit; + top: inherit; + left: 0; + bottom: 0; + } +} + +.custom-button { + display: inline-block; + line-height: 1; + white-space: nowrap; + cursor: pointer; + background: #fff; + color: #fff; + -webkit-appearance: none; + text-align: center; + box-sizing: border-box; + outline: 0; + margin: 0; + padding: 10px 15px; + font-size: 14px; + border-radius: 4px; +} diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss new file mode 100644 index 0000000..fc9faec --- /dev/null +++ b/src/styles/element-ui.scss @@ -0,0 +1,407 @@ +/* 防止页面切换时,滚动条高度不变的问题(滚动条高度非滚动条滚动高度) +------------------------------- */ +.el-scrollbar { + overflow: hidden; + position: relative; + height: 100%; +} +.el-scrollbar__wrap { + // overflow: auto !important; + overflow-x: hidden !important; + max-height: 100%; /*防止页面切换时,滚动条高度不变的问题(滚动条高度非滚动条滚动高度)*/ +} +.el-scrollbar__wrap::-webkit-scrollbar { + width: 0!important; +} +.el-scrollbar__wrap::-webkit-scrollbar-track { + background-color: transparent; + border-radius: 10px; +} +.el-scrollbar__wrap::-webkit-scrollbar-thumb { + background-color: transparent; + border-radius: 10px; +} +.el-select-dropdown .el-scrollbar__wrap { + overflow-x: scroll !important; +} +.el-select-dropdown__wrap { + max-height: 274px !important; /*修复Select 选择器高度问题*/ +} +.el-autocomplete-suggestion__wrap { + max-height: 280px !important; +} +/* Button 按钮 +------------------------------- */ +.el-button { + font-weight: 400 !important; + // padding: 9px 15px !important; + border-radius: 4px; +} +.el-button + .el-button { + margin-left: 10px !important; +} +// 第三方字体图标大小 +.el-button i.iconfont, +.el-button i.fa { + font-size: 14px !important; + margin-right: 5px; +} +.el-button--medium i.iconfont, +.el-button--medium i.fa { + font-size: 14px !important; + margin-right: 5px; +} +.el-button--small i.iconfont, +.el-button--small i.fa { + font-size: 12px !important; + margin-right: 5px; +} +.el-button--mini i.iconfont, +.el-button--mini i.fa { + font-size: 12px !important; + margin-right: 5px; +} + +/* Dialog 对话框 +------------------------------- */ +.el-dialog__body { + overflow-y: auto; + overflow-x: hidden; + max-height: 720px; + padding: 20px 24px 20px 24px !important; +} + +.el-dialog { + //top: -20%; + box-shadow: unset !important; + border-radius: 6px !important; +} + +.el-dialog__header { + border-bottom: 1px solid #eee; + padding: 16px 20px 11px !important; + display: flex; + align-items: center; + justify-content: space-between; +} + +.el-dialog__title { + font-size: 14px !important; + font-weight: bold; + color: #303133; + line-height: 14px !important; +} +.el-dialog__headerbtn { + position: initial !important; +} +.el-dialog__body > img { + // max-width: 600px; + max-height: 600px; +} + +/* Alert 警告 +------------------------------- */ +.el-alert--warning.is-light { + // border: 1px solid rgba(230, 162, 60, 0.3) !important; +} +.el-alert--success.is-light { + // border: 1px solid rgba(103, 194, 58, 0.3) !important; +} +// .el-alert--info.is-light { +// color: #f7ba1e; +// background-color: #fef8e8; +// // border: 1px solid rgba(144, 147, 153, 0.3) !important; +// } +.el-alert--error.is-light { + // border: 1px solid rgba(245, 108, 108, 0.3) !important; +} + +/* Table 表格 +------------------------------- */ + +.el-table-column--selection { + .el-checkbox { + margin-right: unset !important; + } +} + +.el-table::before, +.el-table--group::after, +.el-table--border::after { + z-index: 1 !important; +} + +/* 下拉选择器/时间选择器滚动条 +------------------------------- */ +.el-table__body tr.current-row > td.el-table__cell, +.vxe-table--render-default .vxe-body--row.row--current { + background-color: #f5f7fa !important; +} +.hover-row .el-select-dropdown .el-scrollbar__wrap, +.el-picker-panel .el-scrollbar__wrap { + overflow-x: scroll !important; +} +.el-table--enable-row-transition .el-table__body td { + // display: flex; + // align-items: center; + height: 50px; +} +.vxe-table--body-wrapper .vxe-cell { + min-height: 24px; +} +/* NavMenu 导航菜单 +------------------------------- */ +// 默认样式修改 +.el-menu { + border-right: none !important; +} +.el-menu-item, +.el-submenu__title { + height: 50px !important; + line-height: 50px !important; + color: var(--prev-bg-menuBarColor) !important; + transition: none !important; +} +// horizontal 水平方向时 +.el-menu--horizontal > .el-menu-item.is-active, +.el-menu--horizontal > .el-submenu.is-active .el-submenu__title { + border-bottom: 3px solid !important; + border-bottom-color: var(--prev-color-primary) !important; + // color: var(--prev-color-primary) !important; +} +.el-menu--horizontal .el-menu-item:not(.is-disabled):focus, +.el-menu--horizontal .el-menu-item:not(.is-disabled):hover, +.el-menu--horizontal > .el-submenu:focus .el-submenu__title, +.el-menu--horizontal > .el-submenu:hover .el-submenu__title, +.el-menu--horizontal .el-menu .el-menu-item.is-active, +.el-menu--horizontal .el-menu .el-submenu.is-active > .el-submenu__title { + color: var(--prev-MenuActiveColor) !important; +} +.el-menu.el-menu--horizontal { + border-bottom: none !important; +} +.el-menu--horizontal > .el-menu-item, +.el-menu--horizontal > .el-submenu .el-submenu__title { + padding: 0 14px; + color: var(--prev-bg-topBarColor) !important; +} +// 外部链接时 +.el-menu-item a, +.el-menu-item a:hover, +.el-menu-item i, +.el-submenu__title i { + color: var(--prev-bg-menuBarColor) !important; + text-decoration: none; + margin-right: 8px; + margin-left: 5px; +} +.el-menu-item a { + width: 86%; + display: inline-block; +} +// 默认 hover 时 +.el-menu-item:hover, +.el-submenu__title:hover { + color: var(--prev-MenuActiveColor) !important; + background-color: var(--prev-bg-menu-hover-ba-color) !important; + i { + color: var(--prev-MenuActiveColor) !important; + } +} +// 鼠标 hover 时颜色 +.el-menu-hover-bg-color { + background-color: var(--prev-bg-menu-hover-ba-color) !important; +} +// 高亮时 +.el-menu-item.is-active { + color: var(--prev-MenuActiveColor) !important; + // background-color: var(--prev-bg-menu-hover-ba-color) !important; + .el-submenu__title i { + color: var(--prev-MenuActiveColor) !important; + } +} + +.el-menu-item.is-active, +.el-sub-menu.is-active .el-sub-menu__title, +.el-sub-menu:not(.is-opened):hover .el-sub-menu__title { + @extend .el-menu-hover-bg-color; +} +.el-menu-item:hover { + @extend .el-menu-hover-bg-color; +} + +.el-active-extend { + color: #ffffff !important; + // background-color: var(--prev-color-primary) !important; + // background-color: var(--prev-bg-menu-hover-ba-color) !important; + + i { + color: #ffffff !important; + } +} +.columns-card{ + .el-submenu .el-menu-item{ + min-width:140px; + } +} + +.columns-round { + .el-menu-item { + margin: 5px 5px 0px 5px; + border-radius: 5px; + } + .el-submenu { + border-radius: 5px; + .el-submenu__title { + margin: 5px 5px; + } + .el-submenu__title:hover { + border-radius: 5px; + } + } + .el-submenu .el-menu-item { + min-width: min-content !important; + width: 94%; + } + .el-submenu .el-menu-item { + padding: 0 30px !important; + } + .el-submenu .el-submenu { + .el-submenu__title { + padding-left: 30px !important; + } + .el-menu-item { + padding-left: 40px !important; + } + } +} + +#add-is-active { + // @extend .el-active-extend; + // &:hover { + // @extend .el-active-extend; + // } +} +// 菜单收起时且是a链接 +.is-dark a { + color: #ffffff !important; + text-decoration: none; +} +// 菜单收起时鼠标经过背景颜色/字体颜色 +.el-menu--vertical { + background: var(--prev-bg-menuBar) !important; +} +.el-menu--horizontal { + .el-menu { + background: var(--prev-bg-topBar) !important; + } + .el-menu-item, + .el-submenu__title { + color: var(--prev-bg-topBarColor) !important; + } +} +// 第三方图标字体间距/大小设置 +.el-menu-item .iconfont, +.el-submenu .iconfont, +.el-menu-item .fa, +.el-submenu__title .fa { + font-size: 14px !important; + display: inline-block; + vertical-align: middle; + margin-right: 5px; + width: 24px; + text-align: center; +} +// element plus 本身字体图标 +.el-submenu [class^='el-icon-'], +.el-menu-item [class^='el-icon-'] { + font-size: 14px !important; +} +// 去掉离开浏览器时,菜单的默认高亮 +.el-menu-item:focus { + // background-color: transparent !important; +} + +/* Alert 警告 +------------------------------- */ +.el-alert__title { + word-break: break-all; +} + +// tooltip +.el-tooltip__popper.is-light { + border-color: #f2f2f2 !important; +} + +.el-tooltip__popper .popper__arrow, +.el-tooltip__popper .popper__arrow::after { + color: #f2f2f2 !important; +} +.el-tooltip__popper .popper__arrow { + border-bottom-color: #f2f2f2 !important; +} +// 下拉菜单 +.el-dropdown { + font-size: 12px !important; +} +.el-dropdown-link { + cursor: pointer; + color: var(--prev-color-primary); +} +.el-icon-arrow-down { + font-size: 12px; +} +.el-message { + min-width: 100px !important; + padding-right: 25px !important; +} +.el-message-box { + position: absolute; + top: 20%; + left: 50%; + -webkit-transform: translate(-50%); + transform: translate(-50%); +} +.el-notification__content { + color: var(--prev-color-text-regular); + p { + word-break: break-all; + } +} + +// input + +// 取消input的上下箭头 +input::-webkit-inner-spin-button { + -webkit-appearance: none !important; +} +input::-webkit-outer-spin-button { + -webkit-appearance: none !important; +} +.el-card__body{ + padding: 20px; +} +.el-card.is-always-shadow{ + box-shadow: none; +} +// primary +.el-button--primary { + color: var(--prev-color-text-white) !important; + background: var(--prev-color-primary) !important; + border-color: var(--prev-color-primary) !important; + &:hover, + &:focus { + color: var(--prev-color-text-white); + background: var(--prev-color-primary-light-3) !important; + border-color: var(--prev-color-primary-light-3) !important; + } +} + +// loading +.vxe-loading > .vxe-loading--chunk { + color: var(--prev-color-primary) !important; +} + +.el-form-item--small .el-form-item__label { + word-break: break-word; +} diff --git a/src/styles/element-variables.scss b/src/styles/element-variables.scss new file mode 100644 index 0000000..f629e09 --- /dev/null +++ b/src/styles/element-variables.scss @@ -0,0 +1,31 @@ +/** +* I think element-ui's default theme color is too light for long-term use. +* So I modified the default color and you can modify it to your liking. +**/ + +/* theme color */ +$--color-primary: #437FFD; +$--color-success: #13ce66; +$--color-warning: #FFBA00; +$--color-danger: #ff4949; +// $--color-info: #1E1E1E; + +$--button-font-weight: 400; + +// $--color-text-regular: #1f2d3d; + +$--border-color-light: #dfe4ed; +$--border-color-lighter: #e6ebf5; + +$--table-border:1px solid#dfe6ec; + +/* icon font path, required */ +$--font-path: '~element-ui/lib/theme-chalk/fonts'; + +@import "~element-ui/packages/theme-chalk/src/index"; + +// the :export directive is the magic sauce for webpack +// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass +:export { + theme: $--color-primary; +} diff --git a/src/styles/font/demo.css b/src/styles/font/demo.css new file mode 100644 index 0000000..a67054a --- /dev/null +++ b/src/styles/font/demo.css @@ -0,0 +1,539 @@ +/* Logo 字体 */ +@font-face { + font-family: "iconfont logo"; + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834'); + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg'); +} + +.logo { + font-family: "iconfont logo"; + font-size: 160px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +/* tabs */ +.nav-tabs { + position: relative; +} + +.nav-tabs .nav-more { + position: absolute; + right: 0; + bottom: 0; + height: 42px; + line-height: 42px; + color: #666; +} + +#tabs { + border-bottom: 1px solid #eee; +} + +#tabs li { + cursor: pointer; + width: 100px; + height: 40px; + line-height: 40px; + text-align: center; + font-size: 16px; + border-bottom: 2px solid transparent; + position: relative; + z-index: 1; + margin-bottom: -1px; + color: #666; +} + + +#tabs .active { + border-bottom-color: #f00; + color: #222; +} + +.tab-container .content { + display: none; +} + +/* 页面布局 */ +.main { + padding: 30px 100px; + width: 960px; + margin: 0 auto; +} + +.main .logo { + color: #333; + text-align: left; + margin-bottom: 30px; + line-height: 1; + height: 110px; + margin-top: -50px; + overflow: hidden; + *zoom: 1; +} + +.main .logo a { + font-size: 160px; + color: #333; +} + +.helps { + margin-top: 40px; +} + +.helps pre { + padding: 20px; + margin: 10px 0; + border: solid 1px #e7e1cd; + background-color: #fffdef; + overflow: auto; +} + +.icon_lists { + width: 100% !important; + overflow: hidden; + *zoom: 1; +} + +.icon_lists li { + width: 100px; + margin-bottom: 10px; + margin-right: 20px; + text-align: center; + list-style: none !important; + cursor: default; +} + +.icon_lists li .code-name { + line-height: 1.2; +} + +.icon_lists .icon { + display: block; + height: 100px; + line-height: 100px; + font-size: 42px; + margin: 10px auto; + color: #333; + -webkit-transition: font-size 0.25s linear, width 0.25s linear; + -moz-transition: font-size 0.25s linear, width 0.25s linear; + transition: font-size 0.25s linear, width 0.25s linear; +} + +.icon_lists .icon:hover { + font-size: 100px; +} + +.icon_lists .svg-icon { + /* 通过设置 font-size 来改变图标大小 */ + width: 1em; + /* 图标和文字相邻时,垂直对齐 */ + vertical-align: -0.15em; + /* 通过设置 color 来改变 SVG 的颜色/fill */ + fill: currentColor; + /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示 + normalize.css 中也包含这行 */ + overflow: hidden; +} + +.icon_lists li .name, +.icon_lists li .code-name { + color: #666; +} + +/* markdown 样式 */ +.markdown { + color: #666; + font-size: 14px; + line-height: 1.8; +} + +.highlight { + line-height: 1.5; +} + +.markdown img { + vertical-align: middle; + max-width: 100%; +} + +.markdown h1 { + color: #404040; + font-weight: 500; + line-height: 40px; + margin-bottom: 24px; +} + +.markdown h2, +.markdown h3, +.markdown h4, +.markdown h5, +.markdown h6 { + color: #404040; + margin: 1.6em 0 0.6em 0; + font-weight: 500; + clear: both; +} + +.markdown h1 { + font-size: 28px; +} + +.markdown h2 { + font-size: 22px; +} + +.markdown h3 { + font-size: 16px; +} + +.markdown h4 { + font-size: 14px; +} + +.markdown h5 { + font-size: 12px; +} + +.markdown h6 { + font-size: 12px; +} + +.markdown hr { + height: 1px; + border: 0; + background: #e9e9e9; + margin: 16px 0; + clear: both; +} + +.markdown p { + margin: 1em 0; +} + +.markdown>p, +.markdown>blockquote, +.markdown>.highlight, +.markdown>ol, +.markdown>ul { + width: 80%; +} + +.markdown ul>li { + list-style: circle; +} + +.markdown>ul li, +.markdown blockquote ul>li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown>ul li p, +.markdown>ol li p { + margin: 0.6em 0; +} + +.markdown ol>li { + list-style: decimal; +} + +.markdown>ol li, +.markdown blockquote ol>li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown code { + margin: 0 3px; + padding: 0 5px; + background: #eee; + border-radius: 3px; +} + +.markdown strong, +.markdown b { + font-weight: 600; +} + +.markdown>table { + border-collapse: collapse; + border-spacing: 0px; + empty-cells: show; + border: 1px solid #e9e9e9; + width: 95%; + margin-bottom: 24px; +} + +.markdown>table th { + white-space: nowrap; + color: #333; + font-weight: 600; +} + +.markdown>table th, +.markdown>table td { + border: 1px solid #e9e9e9; + padding: 8px 16px; + text-align: left; +} + +.markdown>table th { + background: #F7F7F7; +} + +.markdown blockquote { + font-size: 90%; + color: #999; + border-left: 4px solid #e9e9e9; + padding-left: 0.8em; + margin: 1em 0; +} + +.markdown blockquote p { + margin: 0; +} + +.markdown .anchor { + opacity: 0; + transition: opacity 0.3s ease; + margin-left: 8px; +} + +.markdown .waiting { + color: #ccc; +} + +.markdown h1:hover .anchor, +.markdown h2:hover .anchor, +.markdown h3:hover .anchor, +.markdown h4:hover .anchor, +.markdown h5:hover .anchor, +.markdown h6:hover .anchor { + opacity: 1; + display: inline-block; +} + +.markdown>br, +.markdown>p>br { + clear: both; +} + + +.hljs { + display: block; + background: white; + padding: 0.5em; + color: #333333; + overflow-x: auto; +} + +.hljs-comment, +.hljs-meta { + color: #969896; +} + +.hljs-string, +.hljs-variable, +.hljs-template-variable, +.hljs-strong, +.hljs-emphasis, +.hljs-quote { + color: #df5000; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-type { + color: #a71d5d; +} + +.hljs-literal, +.hljs-symbol, +.hljs-bullet, +.hljs-attribute { + color: #0086b3; +} + +.hljs-section, +.hljs-name { + color: #63a35c; +} + +.hljs-tag { + color: #333333; +} + +.hljs-title, +.hljs-attr, +.hljs-selector-id, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo { + color: #795da3; +} + +.hljs-addition { + color: #55a532; + background-color: #eaffea; +} + +.hljs-deletion { + color: #bd2c00; + background-color: #ffecec; +} + +.hljs-link { + text-decoration: underline; +} + +/* 代码高亮 */ +/* PrismJS 1.15.0 +https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */ +/** + * prism.js default theme for JavaScript, CSS and HTML + * Based on dabblet (http://dabblet.com) + * @author Lea Verou + */ +code[class*="language-"], +pre[class*="language-"] { + color: black; + background: none; + text-shadow: 0 1px white; + font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; + text-align: left; + white-space: pre; + word-spacing: normal; + word-break: normal; + word-wrap: normal; + line-height: 1.5; + + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; +} + +pre[class*="language-"]::-moz-selection, +pre[class*="language-"] ::-moz-selection, +code[class*="language-"]::-moz-selection, +code[class*="language-"] ::-moz-selection { + text-shadow: none; + background: #b3d4fc; +} + +pre[class*="language-"]::selection, +pre[class*="language-"] ::selection, +code[class*="language-"]::selection, +code[class*="language-"] ::selection { + text-shadow: none; + background: #b3d4fc; +} + +@media print { + + code[class*="language-"], + pre[class*="language-"] { + text-shadow: none; + } +} + +/* Code blocks */ +pre[class*="language-"] { + padding: 1em; + margin: .5em 0; + overflow: auto; +} + +:not(pre)>code[class*="language-"], +pre[class*="language-"] { + background: #f5f2f0; +} + +/* Inline code */ +:not(pre)>code[class*="language-"] { + padding: .1em; + border-radius: .3em; + white-space: normal; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: slategray; +} + +.token.punctuation { + color: #999; +} + +.namespace { + opacity: .7; +} + +.token.property, +.token.tag, +.token.boolean, +.token.number, +.token.constant, +.token.symbol, +.token.deleted { + color: #905; +} + +.token.selector, +.token.attr-name, +.token.string, +.token.char, +.token.builtin, +.token.inserted { + color: #690; +} + +.token.operator, +.token.entity, +.token.url, +.language-css .token.string, +.style .token.string { + color: #9a6e3a; + background: hsla(0, 0%, 100%, .5); +} + +.token.atrule, +.token.attr-value, +.token.keyword { + color: #07a; +} + +.token.function, +.token.class-name { + color: #DD4A68; +} + +.token.regex, +.token.important, +.token.variable { + color: #e90; +} + +.token.important, +.token.bold { + font-weight: bold; +} + +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} diff --git a/src/styles/font/demo_index.html b/src/styles/font/demo_index.html new file mode 100644 index 0000000..f439010 --- /dev/null +++ b/src/styles/font/demo_index.html @@ -0,0 +1,3459 @@ + + + + + IconFont Demo + + + + + + + + + + + +
+

+ +
+
+
    + +
  • + +
    编辑
    +
    &#xe682;
    +
  • + +
  • + +
    更多展开
    +
    &#xe67e;
    +
  • + +
  • + +
    图片
    +
    &#xe67f;
    +
  • + +
  • + +
    表情
    +
    &#xe680;
    +
  • + +
  • + +
    话术
    +
    &#xe681;
    +
  • + +
  • + +
    商品退款金额
    +
    &#xe679;
    +
  • + +
  • + +
    交易金额
    +
    &#xe67a;
    +
  • + +
  • + +
    余额支付金额
    +
    &#xe67b;
    +
  • + +
  • + +
    支付佣金金额
    +
    &#xe67c;
    +
  • + +
  • + +
    线下收银金额
    +
    &#xe67d;
    +
  • + +
  • + +
    聊天
    +
    &#xe769;
    +
  • + +
  • + +
    编辑 (1)
    +
    &#xe678;
    +
  • + +
  • + +
    进入
    +
    &#xe676;
    +
  • + +
  • + +
    返回
    +
    &#xe677;
    +
  • + +
  • + +
    更多
    +
    &#xe66d;
    +
  • + +
  • + +
    发送
    +
    &#xe66e;
    +
  • + +
  • + +
    +
    &#xe66f;
    +
  • + +
  • + +
    密码
    +
    &#xe670;
    +
  • + +
  • + +
    搜索
    +
    &#xe671;
    +
  • + +
  • + +
    手机
    +
    &#xe672;
    +
  • + +
  • + +
    退出
    +
    &#xe673;
    +
  • + +
  • + +
    商品信息
    +
    &#xe674;
    +
  • + +
  • + +
    账号
    +
    &#xe675;
    +
  • + +
  • + +
    表情
    +
    &#xe668;
    +
  • + +
  • + +
    更多展开
    +
    &#xe669;
    +
  • + +
  • + +
    话术
    +
    &#xe66b;
    +
  • + +
  • + +
    图片
    +
    &#xe66c;
    +
  • + +
  • + +
    添加 (1) (1)
    +
    &#xe662;
    +
  • + +
  • + +
    编辑 (1)
    +
    &#xe663;
    +
  • + +
  • + +
    设置 (1)
    +
    &#xe664;
    +
  • + +
  • + +
    删除
    +
    &#xe665;
    +
  • + +
  • + +
    加号
    +
    &#xe666;
    +
  • + +
  • + +
    +
    &#xe667;
    +
  • + +
  • + +
    删除
    +
    &#xe767;
    +
  • + +
  • + +
    编辑
    +
    &#xe768;
    +
  • + +
  • + +
    对号
    +
    &#xe6ba;
    +
  • + +
  • + +
    待评价
    +
    &#xe65d;
    +
  • + +
  • + +
    待收货
    +
    &#xe65e;
    +
  • + +
  • + +
    售后-退款
    +
    &#xe65f;
    +
  • + +
  • + +
    待发货
    +
    &#xe660;
    +
  • + +
  • + +
    待付款
    +
    &#xe661;
    +
  • + +
  • + +
    转接
    +
    &#xe766;
    +
  • + +
  • + +
    浏览器
    +
    &#xe65c;
    +
  • + +
  • + +
    访客数
    +
    &#xe63f;
    +
  • + +
  • + +
    访问量
    +
    &#xe642;
    +
  • + +
  • + +
    成交用户数
    +
    &#xe63d;
    +
  • + +
  • + +
    充值件数
    +
    &#xe63e;
    +
  • + +
  • + +
    成本金额
    +
    &#xe640;
    +
  • + +
  • + +
    付费会员数
    +
    &#xe641;
    +
  • + +
  • + +
    充值用户数
    +
    &#xe643;
    +
  • + +
  • + +
    购买会员金额
    +
    &#xe644;
    +
  • + +
  • + +
    访客-支付转化率
    +
    &#xe645;
    +
  • + +
  • + +
    净增用户
    +
    &#xe646;
    +
  • + +
  • + +
    客单价
    +
    &#xe647;
    +
  • + +
  • + +
    加购件数
    +
    &#xe648;
    +
  • + +
  • + +
    累计充值用户
    +
    &#xe649;
    +
  • + +
  • + +
    累计成交用户
    +
    &#xe64a;
    +
  • + +
  • + +
    累计会员数
    +
    &#xe64b;
    +
  • + +
  • + +
    商品浏览量
    +
    &#xe64c;
    +
  • + +
  • + +
    商品支付金额
    +
    &#xe64d;
    +
  • + +
  • + +
    退款件数
    +
    &#xe64e;
    +
  • + +
  • + +
    累计关注用户
    +
    &#xe64f;
    +
  • + +
  • + +
    退款
    +
    &#xe650;
    +
  • + +
  • + +
    下单件数
    +
    &#xe651;
    +
  • + +
  • + +
    累计取关用户
    +
    &#xe652;
    +
  • + +
  • + +
    累计用户
    +
    &#xe653;
    +
  • + +
  • + +
    新增取关用户
    +
    &#xe654;
    +
  • + +
  • + +
    商品访客数
    +
    &#xe655;
    +
  • + +
  • + +
    新增用户数
    +
    &#xe656;
    +
  • + +
  • + +
    新增关注用户
    +
    &#xe657;
    +
  • + +
  • + +
    支付金额
    +
    &#xe658;
    +
  • + +
  • + +
    营业额
    +
    &#xe659;
    +
  • + +
  • + +
    支付件数
    +
    &#xe65a;
    +
  • + +
  • + +
    支出金额
    +
    &#xe65b;
    +
  • + +
  • + +
    关机
    +
    &#xe6ed;
    +
  • + +
  • + +
    声音 静音 线性
    +
    &#xe94f;
    +
  • + +
  • + +
    声音
    +
    &#xe66a;
    +
  • + +
  • + +
    关闭
    +
    &#xe761;
    +
  • + +
  • + +
    图片
    +
    &#xe762;
    +
  • + +
  • + +
    表情
    +
    &#xe764;
    +
  • + +
  • + +
    账号密码
    +
    &#xe763;
    +
  • + +
  • + +
    二维码
    +
    &#xe765;
    +
  • + +
  • + +
    矩形
    +
    &#xe628;
    +
  • + +
  • + +
    自动选择
    +
    &#xe625;
    +
  • + +
  • + +
    手动选择
    +
    &#xe626;
    +
  • + +
  • + +
    单列
    +
    &#xe622;
    +
  • + +
  • + +
    两列
    +
    &#xe623;
    +
  • + +
  • + +
    三列
    +
    &#xe624;
    +
  • + +
  • + +
    直播中
    +
    &#xe621;
    +
  • + +
  • + +
    已结束
    +
    &#xe61f;
    +
  • + +
  • + +
    未开始
    +
    &#xe620;
    +
  • + +
  • + +
    drag2
    +
    &#xe61e;
    +
  • + +
  • + +
    banner_3~
    +
    &#xe613;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe63c;
    +
  • + +
  • + +
    Solid line
    +
    &#xe61b;
    +
  • + +
  • + +
    Dotted line
    +
    &#xe61c;
    +
  • + +
  • + +
    Dot line
    +
    &#xe61d;
    +
  • + +
  • + +
    drop-down
    +
    &#xe619;
    +
  • + +
  • + +
    Dot
    +
    &#xe605;
    +
  • + +
  • + +
    Square point
    +
    &#xe60d;
    +
  • + +
  • + +
    del_2
    +
    &#xe608;
    +
  • + +
  • + +
    add to
    +
    &#xe60c;
    +
  • + +
  • + +
    del_1
    +
    &#xe610;
    +
  • + +
  • + +
    drag
    +
    &#xe617;
    +
  • + +
  • + +
    Comm_number
    +
    &#xe600;
    +
  • + +
  • + +
    Comm_whole
    +
    &#xe603;
    +
  • + +
  • + +
    Comm_Price
    +
    &#xe616;
    +
  • + +
  • + +
    Pic_square
    +
    &#xe60e;
    +
  • + +
  • + +
    Pic_fillet
    +
    &#xe60f;
    +
  • + +
  • + +
    search_2
    +
    &#xe615;
    +
  • + +
  • + +
    search_1
    +
    &#xe618;
    +
  • + +
  • + +
    banner_2
    +
    &#xe602;
    +
  • + +
  • + +
    Pic_small
    +
    &#xe609;
    +
  • + +
  • + +
    Pic_big
    +
    &#xe60a;
    +
  • + +
  • + +
    banner_1
    +
    &#xe60b;
    +
  • + +
  • + +
    doc_skew
    +
    &#xe601;
    +
  • + +
  • + +
    doc_bold
    +
    &#xe604;
    +
  • + +
  • + +
    doc_general
    +
    &#xe61a;
    +
  • + +
  • + +
    five
    +
    &#xe606;
    +
  • + +
  • + +
    Four
    +
    &#xe614;
    +
  • + +
  • + +
    doc_center
    +
    &#xe607;
    +
  • + +
  • + +
    doc_right
    +
    &#xe611;
    +
  • + +
  • + +
    doc_left
    +
    &#xe612;
    +
  • + +
  • + +
    图片
    +
    &#xe63b;
    +
  • + +
  • + +
    客服
    +
    &#xe633;
    +
  • + +
  • + +
    辅助线
    +
    &#xe63a;
    +
  • + +
  • + +
    标题
    +
    &#xe627;
    +
  • + +
  • + +
    导航组
    +
    &#xe629;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe62a;
    +
  • + +
  • + +
    分类导航
    +
    &#xe62b;
    +
  • + +
  • + +
    推荐组
    +
    &#xe62c;
    +
  • + +
  • + +
    助力
    +
    &#xe62d;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe62e;
    +
  • + +
  • + +
    活动魔方
    +
    &#xe62f;
    +
  • + +
  • + +
    富文本
    +
    &#xe630;
    +
  • + +
  • + +
    秒杀
    +
    &#xe631;
    +
  • + +
  • + +
    商品列表
    +
    &#xe632;
    +
  • + +
  • + +
    拼团
    +
    &#xe634;
    +
  • + +
  • + +
    搜素框
    +
    &#xe635;
    +
  • + +
  • + +
    图片广告
    +
    &#xe636;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe637;
    +
  • + +
  • + +
    文章列表
    +
    &#xe638;
    +
  • + +
  • + +
    优惠券
    +
    &#xe639;
    +
  • + +
+
+

Unicode 引用

+
+ +

Unicode 是字体在网页端最原始的应用方式,特点是:

+
    +
  • 兼容性最好,支持 IE6+,及所有现代浏览器。
  • +
  • 支持按字体的方式去动态调整图标大小,颜色等等。
  • +
  • 但是因为是字体,所以不支持多色。只能使用平台里单色的图标,就算项目里有多色图标也会自动去色。
  • +
+
+

注意:新版 iconfont 支持多色图标,这些多色图标在 Unicode 模式下将不能使用,如果有需求建议使用symbol 的引用方式

+
+

Unicode 使用步骤如下:

+

第一步:拷贝项目下面生成的 @font-face

+
@font-face {
+  font-family: 'iconfont';
+  src: url('iconfont.eot');
+  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
+      url('iconfont.woff2') format('woff2'),
+      url('iconfont.woff') format('woff'),
+      url('iconfont.ttf') format('truetype'),
+      url('iconfont.svg#iconfont') format('svg');
+}
+
+

第二步:定义使用 iconfont 的样式

+
.iconfont {
+  font-family: "iconfont" !important;
+  font-size: 16px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+

第三步:挑选相应图标并获取字体编码,应用于页面

+
+<span class="iconfont">&#x33;</span>
+
+
+

"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

+
+
+
+
+
    + +
  • + +
    + 编辑 +
    +
    .iconbianji2 +
    +
  • + +
  • + +
    + 更多展开 +
    +
    .icongengduozhankai1 +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian3 +
    +
  • + +
  • + +
    + 表情 +
    +
    .iconbiaoqing2 +
    +
  • + +
  • + +
    + 话术 +
    +
    .iconhuashu1 +
    +
  • + +
  • + +
    + 商品退款金额 +
    +
    .iconshangpintuikuanjine +
    +
  • + +
  • + +
    + 交易金额 +
    +
    .iconjiaoyijine +
    +
  • + +
  • + +
    + 余额支付金额 +
    +
    .iconyuezhifujine +
    +
  • + +
  • + +
    + 支付佣金金额 +
    +
    .iconzhifuyongjinjine +
    +
  • + +
  • + +
    + 线下收银金额 +
    +
    .iconxianxiashouyinjine +
    +
  • + +
  • + +
    + 聊天 +
    +
    .iconliaotian +
    +
  • + +
  • + +
    + 编辑 (1) +
    +
    .iconbianji11 +
    +
  • + +
  • + +
    + 进入 +
    +
    .iconjinru +
    +
  • + +
  • + +
    + 返回 +
    +
    .iconfanhui +
    +
  • + +
  • + +
    + 更多 +
    +
    .icongengduo +
    +
  • + +
  • + +
    + 发送 +
    +
    .iconfasong +
    +
  • + +
  • + +
    + 叉 +
    +
    .iconcha1 +
    +
  • + +
  • + +
    + 密码 +
    +
    .iconmima +
    +
  • + +
  • + +
    + 搜索 +
    +
    .iconsousuo +
    +
  • + +
  • + +
    + 手机 +
    +
    .iconshouji +
    +
  • + +
  • + +
    + 退出 +
    +
    .icontuichu +
    +
  • + +
  • + +
    + 商品信息 +
    +
    .iconshangpinxinxi +
    +
  • + +
  • + +
    + 账号 +
    +
    .iconzhanghao +
    +
  • + +
  • + +
    + 表情 +
    +
    .iconbiaoqing +
    +
  • + +
  • + +
    + 更多展开 +
    +
    .icongengduozhankai +
    +
  • + +
  • + +
    + 话术 +
    +
    .iconhuashu +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian2 +
    +
  • + +
  • + +
    + 添加 (1) (1) +
    +
    .icontianjia11 +
    +
  • + +
  • + +
    + 编辑 (1) +
    +
    .iconbianji1 +
    +
  • + +
  • + +
    + 设置 (1) +
    +
    .iconshezhi1 +
    +
  • + +
  • + +
    + 删除 +
    +
    .iconshanchu1 +
    +
  • + +
  • + +
    + 加号 +
    +
    .iconjiahao +
    +
  • + +
  • + +
    + 叉 +
    +
    .iconcha +
    +
  • + +
  • + +
    + 删除 +
    +
    .iconshanchu +
    +
  • + +
  • + +
    + 编辑 +
    +
    .iconbianji +
    +
  • + +
  • + +
    + 对号 +
    +
    .iconduihao +
    +
  • + +
  • + +
    + 待评价 +
    +
    .icondaipingjia +
    +
  • + +
  • + +
    + 待收货 +
    +
    .icondaishouhuo +
    +
  • + +
  • + +
    + 售后-退款 +
    +
    .iconshouhou-tuikuan +
    +
  • + +
  • + +
    + 待发货 +
    +
    .icondaifahuo +
    +
  • + +
  • + +
    + 待付款 +
    +
    .icondaifukuan +
    +
  • + +
  • + +
    + 转接 +
    +
    .iconzhuanjie +
    +
  • + +
  • + +
    + 浏览器 +
    +
    .iconliulanqi +
    +
  • + +
  • + +
    + 访客数 +
    +
    .iconfangkeshu +
    +
  • + +
  • + +
    + 访问量 +
    +
    .iconfangwenliang +
    +
  • + +
  • + +
    + 成交用户数 +
    +
    .iconchengjiaoyonghushu +
    +
  • + +
  • + +
    + 充值件数 +
    +
    .iconchongzhijianshu +
    +
  • + +
  • + +
    + 成本金额 +
    +
    .iconchengbenjine +
    +
  • + +
  • + +
    + 付费会员数 +
    +
    .iconfufeihuiyuanshu +
    +
  • + +
  • + +
    + 充值用户数 +
    +
    .iconchongzhiyonghushu +
    +
  • + +
  • + +
    + 购买会员金额 +
    +
    .icongoumaihuiyuanjine +
    +
  • + +
  • + +
    + 访客-支付转化率 +
    +
    .iconfangke-zhifuzhuanhuashuai +
    +
  • + +
  • + +
    + 净增用户 +
    +
    .iconjingzengyonghu +
    +
  • + +
  • + +
    + 客单价 +
    +
    .iconkedanjia +
    +
  • + +
  • + +
    + 加购件数 +
    +
    .iconjiagoujianshu +
    +
  • + +
  • + +
    + 累计充值用户 +
    +
    .iconleijichongzhiyonghu +
    +
  • + +
  • + +
    + 累计成交用户 +
    +
    .iconleijichengjiaoyonghu +
    +
  • + +
  • + +
    + 累计会员数 +
    +
    .iconleijihuiyuanshu +
    +
  • + +
  • + +
    + 商品浏览量 +
    +
    .iconshangpinliulanliang +
    +
  • + +
  • + +
    + 商品支付金额 +
    +
    .iconshangpinzhifujine +
    +
  • + +
  • + +
    + 退款件数 +
    +
    .icontuikuanjianshu +
    +
  • + +
  • + +
    + 累计关注用户 +
    +
    .iconleijiguanzhuyonghu +
    +
  • + +
  • + +
    + 退款 +
    +
    .icontuikuan +
    +
  • + +
  • + +
    + 下单件数 +
    +
    .iconxiadanjianshu +
    +
  • + +
  • + +
    + 累计取关用户 +
    +
    .iconleijiquguanyonghu +
    +
  • + +
  • + +
    + 累计用户 +
    +
    .iconleijiyonghu +
    +
  • + +
  • + +
    + 新增取关用户 +
    +
    .iconxinzengquguanyonghu +
    +
  • + +
  • + +
    + 商品访客数 +
    +
    .iconshangpinfangkeshu +
    +
  • + +
  • + +
    + 新增用户数 +
    +
    .iconxinzengyonghushu +
    +
  • + +
  • + +
    + 新增关注用户 +
    +
    .iconxinzengguanzhuyonghu +
    +
  • + +
  • + +
    + 支付金额 +
    +
    .iconzhifujine +
    +
  • + +
  • + +
    + 营业额 +
    +
    .iconyingyee +
    +
  • + +
  • + +
    + 支付件数 +
    +
    .iconzhifujianshu +
    +
  • + +
  • + +
    + 支出金额 +
    +
    .iconzhichujine +
    +
  • + +
  • + +
    + 关机 +
    +
    .iconguanji +
    +
  • + +
  • + +
    + 声音 静音 线性 +
    +
    .iconshengyinjingyinxianxing +
    +
  • + +
  • + +
    + 声音 +
    +
    .iconshengyinyinliang +
    +
  • + +
  • + +
    + 关闭 +
    +
    .iconguanbi5 +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian1 +
    +
  • + +
  • + +
    + 表情 +
    +
    .iconbiaoqing1 +
    +
  • + +
  • + +
    + 账号密码 +
    +
    .iconzhanghaomima +
    +
  • + +
  • + +
    + 二维码 +
    +
    .iconerweima2 +
    +
  • + +
  • + +
    + 矩形 +
    +
    .iconjuxing +
    +
  • + +
  • + +
    + 自动选择 +
    +
    .iconzidongxuanze +
    +
  • + +
  • + +
    + 手动选择 +
    +
    .iconshoudongxuanze +
    +
  • + +
  • + +
    + 单列 +
    +
    .icondanlie +
    +
  • + +
  • + +
    + 两列 +
    +
    .iconlianglie +
    +
  • + +
  • + +
    + 三列 +
    +
    .iconsanlie +
    +
  • + +
  • + +
    + 直播中 +
    +
    .iconzhibozhong +
    +
  • + +
  • + +
    + 已结束 +
    +
    .iconyijieshu +
    +
  • + +
  • + +
    + 未开始 +
    +
    .iconweikaishi +
    +
  • + +
  • + +
    + drag2 +
    +
    .icondrag2 +
    +
  • + +
  • + +
    + banner_3~ +
    +
    .iconbanner_3 +
    +
  • + +
  • + +
    + 小程序直播 +
    +
    .iconxiaochengxuzhibo +
    +
  • + +
  • + +
    + Solid line +
    +
    .iconSolidline +
    +
  • + +
  • + +
    + Dotted line +
    +
    .iconDottedline +
    +
  • + +
  • + +
    + Dot line +
    +
    .iconDotline +
    +
  • + +
  • + +
    + drop-down +
    +
    .icondrop-down +
    +
  • + +
  • + +
    + Dot +
    +
    .iconDot +
    +
  • + +
  • + +
    + Square point +
    +
    .iconSquarepoint +
    +
  • + +
  • + +
    + del_2 +
    +
    .icondel_2 +
    +
  • + +
  • + +
    + add to +
    +
    .iconaddto +
    +
  • + +
  • + +
    + del_1 +
    +
    .icondel_1 +
    +
  • + +
  • + +
    + drag +
    +
    .icondrag +
    +
  • + +
  • + +
    + Comm_number +
    +
    .iconComm_number +
    +
  • + +
  • + +
    + Comm_whole +
    +
    .iconComm_whole +
    +
  • + +
  • + +
    + Comm_Price +
    +
    .iconComm_Price +
    +
  • + +
  • + +
    + Pic_square +
    +
    .iconPic_square +
    +
  • + +
  • + +
    + Pic_fillet +
    +
    .iconPic_fillet +
    +
  • + +
  • + +
    + search_2 +
    +
    .iconsearch_2 +
    +
  • + +
  • + +
    + search_1 +
    +
    .iconsearch_1 +
    +
  • + +
  • + +
    + banner_2 +
    +
    .iconbanner_2 +
    +
  • + +
  • + +
    + Pic_small +
    +
    .iconPic_small +
    +
  • + +
  • + +
    + Pic_big +
    +
    .iconPic_big +
    +
  • + +
  • + +
    + banner_1 +
    +
    .iconbanner_1 +
    +
  • + +
  • + +
    + doc_skew +
    +
    .icondoc_skew +
    +
  • + +
  • + +
    + doc_bold +
    +
    .icondoc_bold +
    +
  • + +
  • + +
    + doc_general +
    +
    .icondoc_general +
    +
  • + +
  • + +
    + five +
    +
    .iconfive +
    +
  • + +
  • + +
    + Four +
    +
    .iconFour +
    +
  • + +
  • + +
    + doc_center +
    +
    .icondoc_center +
    +
  • + +
  • + +
    + doc_right +
    +
    .icondoc_right +
    +
  • + +
  • + +
    + doc_left +
    +
    .icondoc_left +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian +
    +
  • + +
  • + +
    + 客服 +
    +
    .iconkefu +
    +
  • + +
  • + +
    + 辅助线 +
    +
    .iconfuzhuxian +
    +
  • + +
  • + +
    + 标题 +
    +
    .iconbiaoti +
    +
  • + +
  • + +
    + 导航组 +
    +
    .icondaohangzu +
    +
  • + +
  • + +
    + 辅助空白 +
    +
    .iconfuzhukongbai +
    +
  • + +
  • + +
    + 分类导航 +
    +
    .iconfenleidaohang +
    +
  • + +
  • + +
    + 推荐组 +
    +
    .iconcuxiaoliebiao +
    +
  • + +
  • + +
    + 助力 +
    +
    .iconkanjia +
    +
  • + +
  • + +
    + 关注公众号 +
    +
    .iconguanzhugongzhonghao +
    +
  • + +
  • + +
    + 活动魔方 +
    +
    .iconhuodongmofang +
    +
  • + +
  • + +
    + 富文本 +
    +
    .iconfuwenben +
    +
  • + +
  • + +
    + 秒杀 +
    +
    .iconmiaosha +
    +
  • + +
  • + +
    + 商品列表 +
    +
    .iconshangpinliebiao +
    +
  • + +
  • + +
    + 拼团 +
    +
    .iconpintuan +
    +
  • + +
  • + +
    + 搜素框 +
    +
    .iconsousukuang +
    +
  • + +
  • + +
    + 图片广告 +
    +
    .icontupianguanggao +
    +
  • + +
  • + +
    + 新闻播报 +
    +
    .iconxinwenbobao +
    +
  • + +
  • + +
    + 文章列表 +
    +
    .iconwenzhangliebiao +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .iconyouhuiquan +
    +
  • + +
+
+

font-class 引用

+
+ +

font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。

+

与 Unicode 使用方式相比,具有如下特点:

+
    +
  • 兼容性良好,支持 IE8+,及所有现代浏览器。
  • +
  • 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
  • +
  • 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。
  • +
  • 不过因为本质上还是使用的字体,所以多色图标还是不支持的。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 fontclass 代码:

+
<link rel="stylesheet" href="./iconfont.css">
+
+

第二步:挑选相应图标并获取类名,应用于页面:

+
<span class="iconfont iconxxx"></span>
+
+
+

" + iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

+
+
+
+
+
    + +
  • + +
    编辑
    +
    #iconbianji2
    +
  • + +
  • + +
    更多展开
    +
    #icongengduozhankai1
    +
  • + +
  • + +
    图片
    +
    #icontupian3
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing2
    +
  • + +
  • + +
    话术
    +
    #iconhuashu1
    +
  • + +
  • + +
    商品退款金额
    +
    #iconshangpintuikuanjine
    +
  • + +
  • + +
    交易金额
    +
    #iconjiaoyijine
    +
  • + +
  • + +
    余额支付金额
    +
    #iconyuezhifujine
    +
  • + +
  • + +
    支付佣金金额
    +
    #iconzhifuyongjinjine
    +
  • + +
  • + +
    线下收银金额
    +
    #iconxianxiashouyinjine
    +
  • + +
  • + +
    聊天
    +
    #iconliaotian
    +
  • + +
  • + +
    编辑 (1)
    +
    #iconbianji11
    +
  • + +
  • + +
    进入
    +
    #iconjinru
    +
  • + +
  • + +
    返回
    +
    #iconfanhui
    +
  • + +
  • + +
    更多
    +
    #icongengduo
    +
  • + +
  • + +
    发送
    +
    #iconfasong
    +
  • + +
  • + +
    +
    #iconcha1
    +
  • + +
  • + +
    密码
    +
    #iconmima
    +
  • + +
  • + +
    搜索
    +
    #iconsousuo
    +
  • + +
  • + +
    手机
    +
    #iconshouji
    +
  • + +
  • + +
    退出
    +
    #icontuichu
    +
  • + +
  • + +
    商品信息
    +
    #iconshangpinxinxi
    +
  • + +
  • + +
    账号
    +
    #iconzhanghao
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing
    +
  • + +
  • + +
    更多展开
    +
    #icongengduozhankai
    +
  • + +
  • + +
    话术
    +
    #iconhuashu
    +
  • + +
  • + +
    图片
    +
    #icontupian2
    +
  • + +
  • + +
    添加 (1) (1)
    +
    #icontianjia11
    +
  • + +
  • + +
    编辑 (1)
    +
    #iconbianji1
    +
  • + +
  • + +
    设置 (1)
    +
    #iconshezhi1
    +
  • + +
  • + +
    删除
    +
    #iconshanchu1
    +
  • + +
  • + +
    加号
    +
    #iconjiahao
    +
  • + +
  • + +
    +
    #iconcha
    +
  • + +
  • + +
    删除
    +
    #iconshanchu
    +
  • + +
  • + +
    编辑
    +
    #iconbianji
    +
  • + +
  • + +
    对号
    +
    #iconduihao
    +
  • + +
  • + +
    待评价
    +
    #icondaipingjia
    +
  • + +
  • + +
    待收货
    +
    #icondaishouhuo
    +
  • + +
  • + +
    售后-退款
    +
    #iconshouhou-tuikuan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo
    +
  • + +
  • + +
    待付款
    +
    #icondaifukuan
    +
  • + +
  • + +
    转接
    +
    #iconzhuanjie
    +
  • + +
  • + +
    浏览器
    +
    #iconliulanqi
    +
  • + +
  • + +
    访客数
    +
    #iconfangkeshu
    +
  • + +
  • + +
    访问量
    +
    #iconfangwenliang
    +
  • + +
  • + +
    成交用户数
    +
    #iconchengjiaoyonghushu
    +
  • + +
  • + +
    充值件数
    +
    #iconchongzhijianshu
    +
  • + +
  • + +
    成本金额
    +
    #iconchengbenjine
    +
  • + +
  • + +
    付费会员数
    +
    #iconfufeihuiyuanshu
    +
  • + +
  • + +
    充值用户数
    +
    #iconchongzhiyonghushu
    +
  • + +
  • + +
    购买会员金额
    +
    #icongoumaihuiyuanjine
    +
  • + +
  • + +
    访客-支付转化率
    +
    #iconfangke-zhifuzhuanhuashuai
    +
  • + +
  • + +
    净增用户
    +
    #iconjingzengyonghu
    +
  • + +
  • + +
    客单价
    +
    #iconkedanjia
    +
  • + +
  • + +
    加购件数
    +
    #iconjiagoujianshu
    +
  • + +
  • + +
    累计充值用户
    +
    #iconleijichongzhiyonghu
    +
  • + +
  • + +
    累计成交用户
    +
    #iconleijichengjiaoyonghu
    +
  • + +
  • + +
    累计会员数
    +
    #iconleijihuiyuanshu
    +
  • + +
  • + +
    商品浏览量
    +
    #iconshangpinliulanliang
    +
  • + +
  • + +
    商品支付金额
    +
    #iconshangpinzhifujine
    +
  • + +
  • + +
    退款件数
    +
    #icontuikuanjianshu
    +
  • + +
  • + +
    累计关注用户
    +
    #iconleijiguanzhuyonghu
    +
  • + +
  • + +
    退款
    +
    #icontuikuan
    +
  • + +
  • + +
    下单件数
    +
    #iconxiadanjianshu
    +
  • + +
  • + +
    累计取关用户
    +
    #iconleijiquguanyonghu
    +
  • + +
  • + +
    累计用户
    +
    #iconleijiyonghu
    +
  • + +
  • + +
    新增取关用户
    +
    #iconxinzengquguanyonghu
    +
  • + +
  • + +
    商品访客数
    +
    #iconshangpinfangkeshu
    +
  • + +
  • + +
    新增用户数
    +
    #iconxinzengyonghushu
    +
  • + +
  • + +
    新增关注用户
    +
    #iconxinzengguanzhuyonghu
    +
  • + +
  • + +
    支付金额
    +
    #iconzhifujine
    +
  • + +
  • + +
    营业额
    +
    #iconyingyee
    +
  • + +
  • + +
    支付件数
    +
    #iconzhifujianshu
    +
  • + +
  • + +
    支出金额
    +
    #iconzhichujine
    +
  • + +
  • + +
    关机
    +
    #iconguanji
    +
  • + +
  • + +
    声音 静音 线性
    +
    #iconshengyinjingyinxianxing
    +
  • + +
  • + +
    声音
    +
    #iconshengyinyinliang
    +
  • + +
  • + +
    关闭
    +
    #iconguanbi5
    +
  • + +
  • + +
    图片
    +
    #icontupian1
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing1
    +
  • + +
  • + +
    账号密码
    +
    #iconzhanghaomima
    +
  • + +
  • + +
    二维码
    +
    #iconerweima2
    +
  • + +
  • + +
    矩形
    +
    #iconjuxing
    +
  • + +
  • + +
    自动选择
    +
    #iconzidongxuanze
    +
  • + +
  • + +
    手动选择
    +
    #iconshoudongxuanze
    +
  • + +
  • + +
    单列
    +
    #icondanlie
    +
  • + +
  • + +
    两列
    +
    #iconlianglie
    +
  • + +
  • + +
    三列
    +
    #iconsanlie
    +
  • + +
  • + +
    直播中
    +
    #iconzhibozhong
    +
  • + +
  • + +
    已结束
    +
    #iconyijieshu
    +
  • + +
  • + +
    未开始
    +
    #iconweikaishi
    +
  • + +
  • + +
    drag2
    +
    #icondrag2
    +
  • + +
  • + +
    banner_3~
    +
    #iconbanner_3
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo
    +
  • + +
  • + +
    Solid line
    +
    #iconSolidline
    +
  • + +
  • + +
    Dotted line
    +
    #iconDottedline
    +
  • + +
  • + +
    Dot line
    +
    #iconDotline
    +
  • + +
  • + +
    drop-down
    +
    #icondrop-down
    +
  • + +
  • + +
    Dot
    +
    #iconDot
    +
  • + +
  • + +
    Square point
    +
    #iconSquarepoint
    +
  • + +
  • + +
    del_2
    +
    #icondel_2
    +
  • + +
  • + +
    add to
    +
    #iconaddto
    +
  • + +
  • + +
    del_1
    +
    #icondel_1
    +
  • + +
  • + +
    drag
    +
    #icondrag
    +
  • + +
  • + +
    Comm_number
    +
    #iconComm_number
    +
  • + +
  • + +
    Comm_whole
    +
    #iconComm_whole
    +
  • + +
  • + +
    Comm_Price
    +
    #iconComm_Price
    +
  • + +
  • + +
    Pic_square
    +
    #iconPic_square
    +
  • + +
  • + +
    Pic_fillet
    +
    #iconPic_fillet
    +
  • + +
  • + +
    search_2
    +
    #iconsearch_2
    +
  • + +
  • + +
    search_1
    +
    #iconsearch_1
    +
  • + +
  • + +
    banner_2
    +
    #iconbanner_2
    +
  • + +
  • + +
    Pic_small
    +
    #iconPic_small
    +
  • + +
  • + +
    Pic_big
    +
    #iconPic_big
    +
  • + +
  • + +
    banner_1
    +
    #iconbanner_1
    +
  • + +
  • + +
    doc_skew
    +
    #icondoc_skew
    +
  • + +
  • + +
    doc_bold
    +
    #icondoc_bold
    +
  • + +
  • + +
    doc_general
    +
    #icondoc_general
    +
  • + +
  • + +
    five
    +
    #iconfive
    +
  • + +
  • + +
    Four
    +
    #iconFour
    +
  • + +
  • + +
    doc_center
    +
    #icondoc_center
    +
  • + +
  • + +
    doc_right
    +
    #icondoc_right
    +
  • + +
  • + +
    doc_left
    +
    #icondoc_left
    +
  • + +
  • + +
    图片
    +
    #icontupian
    +
  • + +
  • + +
    客服
    +
    #iconkefu
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai
    +
  • + +
  • + +
    分类导航
    +
    #iconfenleidaohang
    +
  • + +
  • + +
    推荐组
    +
    #iconcuxiaoliebiao
    +
  • + +
  • + +
    助力
    +
    #iconkanjia
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao
    +
  • + +
  • + +
    活动魔方
    +
    #iconhuodongmofang
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan
    +
  • + +
  • + +
    搜素框
    +
    #iconsousukuang
    +
  • + +
  • + +
    图片广告
    +
    #icontupianguanggao
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao
    +
  • + +
  • + +
    文章列表
    +
    #iconwenzhangliebiao
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan
    +
  • + +
+
+

Symbol 引用

+
+ +

这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章 + 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:

+
    +
  • 支持多色图标了,不再受单色限制。
  • +
  • 通过一些技巧,支持像字体那样,通过 font-size, color 来调整样式。
  • +
  • 兼容性较差,支持 IE9+,及现代浏览器。
  • +
  • 浏览器渲染 SVG 的性能一般,还不如 png。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 symbol 代码:

+
<script src="./iconfont.js"></script>
+
+

第二步:加入通用 CSS 代码(引入一次就行):

+
<style>
+.icon {
+  width: 1em;
+  height: 1em;
+  vertical-align: -0.15em;
+  fill: currentColor;
+  overflow: hidden;
+}
+</style>
+
+

第三步:挑选相应图标并获取类名,应用于页面:

+
<svg class="icon" aria-hidden="true">
+  <use xlink:href="#icon-xxx"></use>
+</svg>
+
+
+
+ +
+
+ + + diff --git a/src/styles/font/iconfont.css b/src/styles/font/iconfont.css new file mode 100644 index 0000000..f63aede --- /dev/null +++ b/src/styles/font/iconfont.css @@ -0,0 +1,586 @@ +@font-face {font-family: "iconfont-diy"; + src: url('iconfont.eot?t=1605508296403'); /* IE9 */ + src: url('iconfont.eot?t=1605508296403#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAE+YAAsAAAAAnCwAAE9EAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCSVAqChyyBzxABNgIkA4RAC4IiAAQgBYRtB48EGyZ+B8a2jIbdDkAkqXiiKErCqkZRPUpn//8nJBuH1BWXgm+bB1J8SHhoTJzgc/pKCMKW7Zuy5IjL1Bj4w7HrCdiVrzaMBVQCWHJ+5sJIdjMahlrH8mkhS83Wt8FH60UvcMLbJpfi07tZNC4pyaO5MJRHXCO7+SzvdeVvZw/rwWm57OyQpGjC07ff746sPEG0iaXHj5AhmWZC+S3hLXJIgc6WOMPzc+v9/7exKthgA8ZGW2yjpZZEDcZoYdQGgjhygHqE0CrYgAHYYKFiAXpgJHpYpychxp0XgqgXJVAgclBzliqBTxdNuckHAA/E4f41MU0DS6TzEg/jPW2s8zEtXRYG3n3+tqjAkzY3KRX1RfW5gzqz8xqvthTo88EDwYQA8ZqsAsdu2SA44hqKlERgpq0qX8mzK0/L1iAdAD9C9kFyQb5B9D/qepVWKVB4YGjZENjK02Df/YTPAQAv1mqvQC3fcRim6vNji1YIhSYmXzhvWhLSTnLG9rZTgYDcdcnDuOjhODjvoU04zFA+MM/SFyoe+qBDMz87/8jNIi3U51GRmV2SE/cWyuo7N/jbV/UtVe23vmlM9Y+U9DW5u/X66geJIAmLAmSKcLvKaf8zkv2hR5KTKlv6fEI4Pf6I2RUElpLY8UPWZeY6c4W25cCCLQceUPKASJYjYP5VNVeAslxTyKt0Ste1Oiylb0mmTOMvIMGPT1D6gKQTCOkskNZFEOUcAco+grJO5eR3kuzn6J6dVjpAyneEKN8TJCeP1yWlyWmtTWXKMObtN17GTFuG8W5On7cM656kYRBG4Jl7MR7Uy30CgrZZzXaMzTxYfk1XGDiHyASzPusYmz3L+sq1qFNQ0AOhf4eGgN62paDU+elzKqdfnwDJzh/eVl0q50RETWXGnOHxp62kBv/cWHgl3375auMALFQK0as+Pjhyz1n/R6r6zl6aS1CnAYu5wMAMwKFDZlbamUVmhPasW+aBG8CoUs5RywabfZ/zefj//l1r0kQ9JzBAjf+TeVqDeVvGnTtMflU3gZdm4bzoY55EhdOblq0pqiyIEscf7Cmk0sY6H7Z/uu7n3Vfj0lZdXw/jNC/rth/ndT/vh6AYTpAUzVzBOEmz3LId1/Ol+gETUIQJZUGYYSFZNMqKqtNTxiXiUKh7D548ejbhEyC4hUTB9iMg33D/66YisFvH4yC8C8arEDwJhfehcTcMPmaCz2FxPxxeh8ebCHgbEQ8i4V5kPIuC51HxMBq+RMfXGLgeE58yxYvM8DQWHsXGy8xxJwt8iIObcXErS9zOCteyxpV4uJoNLsfHhQS4mC0uZYdz2eN8Dvg+R5zNCT/kjB9bgp9aip9bhl9ajl9bgd9ywe8J8Uci/JkY3+aKv3LD37njnzzwb574L6/a7N6A71qJb/LBjXyxNj+syx+rC8D6JNiQFGuSYWNybEqBzSmxpUBsLQjbCsb2QrCjUOwsDLsKx+4isKdI7E2FfUVhf9E4kBoHi8GhNDhcLI4Uh6PF41gJOF4iTpSEkyVjVauwpBQsLRXL0mJ5aVhROmaXgTllYm5ZmJcO89NjQdmYXg5mtBpnysXM8jCrNRhXPsa3FhMyYGIFmFQhJleEKRVjaiWYVinGZMTYyjC6cgytAsNah+Gtx4g2YGTfYGCVGFQVBleNIdVgQINY3CxOhbWlwT1aOjygZcATWiY8omXBM5oOJqDpYR9o2XAAtBwXrzF4ZCXALeEWwBuAJAKah2k/JwOB3uXdTINJBs2PC9CSjMuhRgijjOZENJcNxKTp0RfCVB8bIrZeuZe6IYjLVSX1OBAWOBOzW9ghlbrr1PGOvLrprWblItXyBACaD/FU0nW+nNKkmxKLbPmIx0od5P5GrwpnS3Y59NxkCpWvkFlgyHqPmAGRElD14fGL+NWHm18eR1l3TWQOjFeNbk1llpaFe7dKIpYy6EQOvIgP4qV4EU3KG68y1AIokKoIkKbMIQx77IcBzAmiTg0Jmj3xs3OUFbVTFGhcp2ukOHvaNYpbBJlzlmg9wod/yAstbwoeMlOMw/03t9u0vM4psqR9mT0uvWG2HNxP7a/wIh6ycWnjhnqQ1C5bL963cXrXprrnLltVD/3/Yqcj1xjNo3iLHr25X5hCyJLxwWNm7matqjwOBnulD/P1g845chFIvEiqcR5mXkXQFM/m3AKse0+EiCzpZQCDm1ppi3bCXqKQrxRFZNi4AbXs3KxpID0TxS6W8zaAyKA3gqYmZK5WOUtB9sGrjbGmK94z68hLQefDOqhs01848VRWXVp3KNsg2dGRaeb5MPAMZRAqyFeBA3crk94lZFAIGiF4X+W+Sa/OHTUX4yi7QOVBEh3zXXZFXEGE36/L12pmdBHnit76mUXnrsLynEuUVdo31NRqVXqx9ojBmimYYUSpfYNmS/H6ZXAFV5EKN9CEdD01h0CFyFtBQCfZDBnhuFhIyrD2yxLM5oVMGEnmBktUXPfuojUx/cbQDQS6f6OFjB+p2nzI32Xvx4IWVVbm8mZZU1RSQfJSEI63R98qMmqO2CbwhBLot9m0RdgvjFQwAGQSPgyx5SHRmkguqiJIIekVW2FvG0g0CkYYVZuW5UQxZkdKTLoYpFsa6aUgBS2hcNnFq67Mj42bzKjTBKFEpKFCRdTevWIunBmg7NcKMoQcV4hTmywzTEAitwrOkRFQluUYTelKWFKaZBqlwejYywya/4A5IC0UgSUUVgOiBctxLD7XOAN8BG8QPcBjV9nGi2PH/OkIXjH/DZH7oDRrqtGsHvAXP7TRwXAFA0zYtKPIOTYDZCgljS8tqYgpy1TMcaYzjBPL/p/uFR1esxBQSMeswHkdfhY9btKHJ1iQICy2AxhvWm3tOoRT1v1Fa7i0+znlrByZafQLXDmIZM4CwrJyxA24ETLlm4z1oWST5h8XdzlXra06y8z+1taZsnVm/mWtq6pKwTvUU2Ezj9thoeHCA4VSLrF84k1asphpFKOaSMRkCdkEw6C+R4TkluKCXNjInrmkJJlfjnXGNjGWdHcUXnE4U4EU0i3E0nJ2hqHWs2ONayucRFJor9Z6xmzlRxzSysaNT7j67JrKdQAZ7g5sQ74KTbbMXHDWPSk22u8fTo9V9e/P3Z3aaFhgMpn511yR4/sOrjMhdHXjt6fohQ2gbD2lIB2cYUf/1EIhtfGTDPNZlUHs5DgiIIRTs5mEpLPJVZLNRWq2yV7eYrXcXZaZ/DFjr8OJESBVrfvKua2UzrD0fTrXIF0Uu4b/DOC54ljQl+KUDh2ftx0cVu1oZqZWhjxPnvky5gOczGDMxVXqKKM1HZSTtSlk6FOvJFONwgoIazfYDL6RRBhdbsdZ1E9v6XV1Hdm4jwFtFeKP/FQ/6fbitZ2huH/eCZtlc9LtMOSpPY0odXjPdWNrGUNLOMM+JgbfkeBhG2wKfMh0l59IYTjH/iqDB/XvUE7SdPWwCbfbx05XTBnego7IpWzeOgdjBWXzvtGYWSR3g11aiDu6R6lkLiFJEK6m8/6mVafVHtrwxJvkFXPrq4kGb3iyJJxPSmY1hlz7sTmaQqgN/3joY14KeicjfOvHyJCDYQRasJWHpqU1LIJx5RZ1Gr5i6uUY+N3/ee2aGTzxzGeuugkfDN5IZVvjcZvAmIrMew/JChDPRCstF+dcmt4sAibPIb8T1CRrc1F/6LlS4WZnyLXUWLPK3qiOGOkdW4jIiwov6dK7MiAtZqJSp8TAAINFqsLCGbPtcY9mjqz8w2ZaZsrArGduP3Z/DdhXzEwvB2RsaP1EId8J+3cGJyP13jjSOh4KYbKU6cGIRnktqaDbFRaEfyFbZ//kWbqo8EktKoB0VkEFqQAvi2al8jKmiV0Zst/CGW83ByfVV7SaCRmab0FLeEOGxe+nl005zp7pCatMQ/GX/dIIG9lKN8aEcJGjNNYfP4/6q0xSVuZj8f6fd6NumBQjhKlC/Uznnzh7gM+mMTbqeiJfyNzQcjS0+Ro5rCl3BrMqKIXTHDU4i5Jr5b01/WVfGpZa6uDDh9K1JG+P9nH3C+jul6nsVB0Oz4vrGdaRagqKjrfTApB4+9LZgaNC0DdvXWb9sFnMOsHZqBRmU6yyZbpgiWn0Iv2Tlwkl1OKTaZl9YbFHb7Mpct1a+zW2i5sNg9FHyk2AIrTRUdt0DNgPKWE0LzT9SmFzXxXixIJ4lRahZnzajfNaem3dxSR+au0YJYNxNGZp1pNCPSRIar8eM3CG6cuBXCHG41B8MfRUyiE7BqCvsNAiEJxzMyjAQiXSPGrv31wc5ZpJi4x3k07I7kHNVr+/1F0PmoDHxkUzzyv91rR2IXlKtAtslbFnXAURPoDBNY+AHi5TN11vYPS7x9/7HGrJUY4dUFTCJBql2sFTZOV+ZapowBToBK6bWj4nSO0kkDTj/Vk2uesrh3oJ9nEpu/CHglj36JQNxkUDZPM7Ph5+TvLmckbyyb8BWAd3tlV0/1Qwi/46EN6oUCsjnlVAhITPsX15pxGuwmhwYv8s9Zf+hLQq4fe/8zkCIMw4eoVfLG3dsIAmYJpGMzprEdQ1zbJENQ3sGLa2ICdKeq3kSEmH7tnE3M88Pe5QP2eWELT78PG5+WHdKEDW80qRL5im2jHsKflcm/SyXFCvrhumo86fRvew4+uSYYtsMCrbEIB1xDWUDQfgUoF99bYlVdK0eF1cxiL8ya4nKVt6dW34Z1fgPX0uu4X8KEOzNexa8cCDuSDRGBw25aLJJIcOzQgkCEl2mIYzoZth2xKyCKEh+zMKMVcsoiepmPndqzdQIZGpFBcDjudaPWzFEYVD9iAW63LJQBAlfc36NRQNZxhUYr1HwhaMP1RTBydNB9pyZKZ3j4Ymc/7UjI/qcOYLlaDYT+UxuzXmD6DcvuxiYR+c1g6kTkCvJn1TjegFoy4cYd/9isytd3D64bI+cu/z931sMvCmZvla7l1eVywID68PFQg7FnwSTu6setpr71/bRq8dae81t30ZP60c1ToUYHX35rDTrVhDC8r1Z95Mi9r6GaTHYOcftvE7YccggMdk7WWIMGpHiACloz3HpRfl9VdTz7Q7s8/mr0Td8rd+Y3c9stxJXvKs1PFQtX3pFCP6pPOi1Txt8q8YSco+olSXdE17z5yzfua2FUNMmkWiJCruePqJVy33bvv9vOmP6smhkREzKf1HfsJviU0SESJowarBxpMSpyKaAck4Uv1RrACib9Lvbegb1EI40hDx3jSEuerjvc6hy/8OLQgjXGgAHgTkJIRBua4UZ4vXbpeTlUwq3bmu0/6x9j7DrIMp66iPexAytdFFbuXdMTnTiKcz0WSq8y2B0wFZ1Ljq/FT7gDdZbPzO8zfNPFdOQZLvZDtHD6xolNkZJTNGhzJFwR698n0qU5g7gUxMFMTjy0jy1WJbeXLTWh7s290za/rZG/pHB6KuBluW8BpS7aO/YrrJVWoPsKcStmxd55Xwi0TJr9pnpusb95J6stTB1PcfbMUgqbAULNEpk588shyfIcKXB2nsh+ZZ5VFn0GGKsH5FSPpj0b3yBKuOf3mVNK4kdLg9ASqivAQY57oEKYTzpTJFhzr/RxUveYrecAhKEIqMJAG4NktAI0w6yJAS8EZjVAv1KuaKv+eaBFbIdHTwtU3KQGilmSaczonoVloBdHLm3Sjkc/tPxFplMJ+tBOGbb+Sh7D0mZxK9xPSGV+3LIMarV68cMalmKh4MpOrJydbohDDSP1rJyKixGsP1gAEibn2nOSN/Ivt5iyXX0jrfZ1QhIqKPtIwNz9+3j5MzywJFOUKHhw6YYdDPIT5lGxLZjEnEDCgPiIwxCzdJfsaoiC8ltM7ldl0FWs/BW8o33rJGyivbq+nuhbC5dfMNxmRl53zIV/XXa6PdRxmmSEwIoDOiNubkKfZHSG21nwxLT0PbhL95nmIIEVhgPfjhcwJAnCcWil45C75VdL6NUFDeop2kziyAP2KdKm98izrx3rh/aHK7az/5LMiJ95TzCaVTWBaye8WVJ5ByO6IIf8dp0Whsm6/36UaIJ/drFjUAND8XPu/30yYfF6bUkmkpmLFhJmsef3okknJd2sJG0Yjn94Pz148+Eu4oaMxmGCRCdFeYWQRfcb67QTnteZwenppKgMoGo2x05uBWp2yXbE9+WmujF88mMyXRBWlfU3/8jUTsnUtegDyUFw4FNQGkeizH4MyODrXe3Wtifd62xojhjEOQPAS/Dl5smLKVATvrotFEBldYutXE02GKVvQxljYTap6VAlqTrcAQ0EfVZWKFz310h+6NQ8dDJQF6UwA2EnCVFBYrRLP9GMwfpJ7uTAlgTESAe8xBMTA8EyKWB0lj/PbGTqlbz9Ycdwfrr5tFFXlUUG4ZLBocKWiOqoOBJNTEP7wP20yN2R9YQSCZ1RqBApSb9+yhPzNRVHw0F5y7Z4265fFc7prORWQbmwYcxaXx9dQSGqth7v7tySzlMWN5wvicUj2pxwwsR2Br2DOAOU52WYNL0RdG08VCiL5Kc6ymX7hkZmOI9o2LMMOonkPbuuE/B0gSVF+kFcvatYn2q9xTkeAWJFWHMIk0IL0klFd0vbXoEElvgVMUufUhnEr34K7nXaYgAiQKxuuBgX/DfMEoc9vJ748nKXv5ocRARXu6gcAGFERl6/R+/F82gdimyCAAZRYZRw9Q3uZZQVSA2GqBBiAfYEwZ+gQSoIzcgrmk/gM2KaXIj0y8V01p1rP45mNCIceDBxUyxW0SGIKvFmMqpsGRVNLcHaHDmdc6FLfXfakYmHQx3Qo5U7luHAJv10XCue2uoD1hnhmHcJtKCQtQgo6jnxVCeZoi6hbn09keFXDayd8YlNvBi7ccWXXtGXjm3GuY+Sj7OzoG7yH7GlD7ps/Y2b1izzoihO3fIYwU1Uj50/jsXcfa1jF+eL3xOxwLg/F1v7PjdBs6tOZI9a7RlhPttp7Q3ng1sBnRTkjopzSsG3nFbhdjDriAuAschNMN30OL9UyYJGas/oPLhk1tOJRbET91BEgYxn0lTBxjY6EYbPxewSG5dmQ9umc6pbCm/8w9vYNoBZz1pdMu1vlxGo2eITx5qLSMA4qx8jtqoSbo5ZY93/vfBOgriFQ419j3tEl/guRrlnpeJ5biHuXTk9HzXtw+bW6BCopgH7oEOjpSLFFrUhUVtoIiRZI3XMqCoxvmi/AKTKDZVNdJnamU8ZJ8S2OOFfX1L5rtQA/vEW1j6HmxRHafJtfY/fOZrt0z6JQEqY03M7e1supCT4p41RHu6fuGZ8vY01ltRiU+ctQsSZzuYSFXXZxFbqvy32gG7ZTqD6ge0e4jz9i4RY3XDSrc6ka4zQ3ZmlyC+ddpxXEn7Qkcw9Gv4F/GcG3jjAbZpO0OmJyDMhryJrUlM1T2rjgbXZ7VgwmaQuT0c2reLeaWQIfdaA2ajgujaaZeccYY6wbIsAuqBcdVCxfG0yn1VdyTV1QBjAvh8PKQdtBN0ts2szldOe9vGOIKysxg4V7czvBuCeAN5MxDFOVshRVGNHP2G/YVb5fRpzZsNAEhylpB7nHiyHNE7HC0WZQ13aWSwnCG6cofZHyspNnPVn8f0FfkDF3bBQWr8WThQcCudp2X7A9/RtQkkM/EuJ9D2MicfeL82zPZtaZk9MvmcJ7+7nXD27Wrs97wl6KXDXxZElw5dZJluaMVKT75XeKedrj9QzYKiQQ7Mni4ruD/NAbngXyRe69t4zwB/Zl9ZkAmt0xwOM2TPTbYzPDR31Y+BVk5rgcjhoU2MLNfNZPyZfkN3a3ret3r+73fbeWK7xdjE4q+y8S7FWlMWs3AyaZTLOnfPmmZLgwmpTCbU7YBrKLmyXvArXeYf+xmGzOmOOT4shblwYXbMs0ABs2u4ZuC+o/M/+nsF6sff7B06Bh1eJDmb5vOCVfN6qW+kq5biCAYM8tJI42Z2xQX3ZmXl7pC6jsYgezRWCWMvpgUSOqiM1BI73E8F06cuutA2Ca5/RBpoecrZ18Bh3Q77733kQqrruM5KwjmPjuJv601cIHNTw81+Yhi32I6PTwxs7sviV8OOsaJJmxSJp8jhqULHjddhosX9LK7ZJHO5+f6Fgn2Gj7xNtF4jvQwApuF9l1T5ZfOdpF/+Mrdq08dl9UGv8DFderJ3lGF/aF3nim+IDvlz+zZ+mu6W/2yvJrjU3Bz4KGra+t9Swrm97WE7gwYtEASgiSpH92bo6txazVeHRfZ+//5NZ0wxyvMuRtSxpwBA/blkGGgJ8mg4SOlSgxpAlLzoU4mZIJpLrrBkTnEwtuXfjKZy+558fgt99WBOZsGQWrB2iJZWKu10Gas9sZ8dObdrdO9/trx+ZAX9sZJqx/NwgD8eI4j6t0xFiXrn/3mlrq9/291Ty2d+obSI31Wn9Rnaft6ltqgKaQK9neLsZdfYq8254APZsViMP08n7bxt7+kaL95ijlwc87J+VfzFtaAWwsinS9pT4sE5JGsficEkfPIXMuSOEMkPY+s9syHFr66eB2wwJZcb+/OFyqA02rmqa1tQxA/dU3N8f3AP5OMX5UzqfSlffivkV+sV3F+72dLV92dhQspjQ9rRB5LQN3D55z3rpgYaRHGn/w2sAwXMlz6rZLF3+99VbuiOljrxh2BjM7lY26Q1uFJBlXt42Oz+Pjfh2OlQiWX72DkuGEon8SJznh2WVTpoRTyeZt9KYmbZT7cyryYnYHYz+B87r9rsQOtHC7u2i+84DX43IxLKvqcKnvnCZucdBytOKP54IPassPe7g7JsvLtF4ScPQSpF8Oavwrn87RLj0Nv86ifLdDF0Suf7kDSgLbokL+DbKLGjaC53f7lmQLitu7VlNrtgI43IW46p8niMNe4+5lLT5FuidfXCS1lmcRwfyo5w/y/EKW9waa3UG47d+hgPbSoRJXAD4IVdMPytbgNGpTzblbH6DVbUXHjJNdIsBLBvEndyn2Wie+9dkjcFe8XOtuXguqrcTeO49Sce51gI4hHdua4nSKiEOoLMflgRAd97sndfdNji+WSF+ymW17IT25pP0LUduFb8voUykrStAj2ZnRUa5Yd9XcnTHrVSIb7vJjwwoNYf8T8mNhviCzBgpRaoqBB4FgmjZ0ZWe6bv3ODdCvAxChnE6P0VySRoGynaTn/MLxjunXfOjOY1O9b71aNKkwSgxs+j5q69DdZhA48HqsWItxXVRGNLp+MSorjNsI3hoTA7cGqJJEuvCVdofBktzxJgZGfb3m75/pdRmH52DrbOJEeCrEnm0N0ZwG5yFOykS1zm3kk916qcl8wPnlXvx0RSZLm8zzcojqxRzEf9PXtU7Fn81IngJpJJROf7e0JcRt7nXRr8tP+tn4kau7xyB2XYOuVIEqP0qlXDQglqS+QjiIZjEg9Uc/oMa2bce2PN7ugP5S9hQAXc1w3vqM9/dG6u3GTBCySgZuY/i65oN92MvcCnEbiOUSki178o/XNjVs48ZyxMgk+EZAA1Cg4HmpN3E/hVMStWSQaNQJ8GVPwNbQzhmsb4eg6nCSxubyTw4TKH6WFTFxQyXz2NLARv2obmHYt3BOl6e9lwWn8n0Al71vKhOVxe1jLrtKvtKPcZiD+F2qbXbH++74N9QzvuMuq7/cVF0mQjeSNznu7tdYKZ/utk1M/osJwcmFa+A1jt7mJq2xgXuGWTWD7XLisnLvmoDIw0LjPWg2SjhXWhEtqWWNkqrOGIlRgrOp0hCv/z8qLafVVi5lRCFM3qiDgEF3oGNaWePA13W8z+AjahOzAgheMQtzDQlPDkG9gqaclHierKqdlxbXlbGPI/bqZOCbqOUeOW0jDwgQvGKTTEqLX6HtFzCwkodiTMeQuLScctibJOCwiuJKa4/enqKenhN+keH2uY5MisTgpEmB7Eqnkk06BEbNchH0jj/4pgsP2yU9UXjm8q2VmjURDY+0jlS4qTfVTFF4/8KRXqcDvL21r16O6pGaWuqf2jPspU5aTp26RXbNyF5Opq7Rr2LWSiRaM0ufuPDHuw2BvWvpPsyhJUvNV/HXr9pr6At8BF5ztm3+BsYRmNMKc2Syhuu2j6RzeeJpQ8vGTEZ9mMUtIIxjnPjagS1JTy2YifZ49G8oisCi5ivr6FVWJqwOC6BQRvqiOI2/eICSOGwQRVyMY27sIgDVP6OruprAodLQTFlc3ob29mycyd07VfDPsCSU7d+qYpdFRYza1aEJshVFvquM/eTBWk5Ot8w7GFHP9sSwJqK3lb0TjaDuM6c+synyMvkafMpwSN0gbpA/RhqJ0k0QQF/FywiJ7kdDGQiiBQm2isIrd87aZOMVrFevyd+IgJ5ZptaOFskwTBoWC8hiLIMeCeHwKhgtVUG4upGq1o6l+sPPyoEh7KGp5+w/bW6pU4xN0PW0zyfwSKxyPVi3Q8Q9w4fgJmjETH4KfSsJfwebhxnCogj24XPwV4PHpJGKeWjxPtCHDXB4pe2lgXabaLI51yixyySq3kn7CapE7PiG2M9DzymaXkP5z+0yfPDPdg1kqLr/uv4zV83n4AGWj6cAAY6OfryvAQUod7cKFQ+PjMIFK3FJX10AOdrM6unc3N29u7mhzs+ioq9uCuW5MxpDhkYPLu8k83t1S2esj+ZhV4lIKQoKI+QdUN8UVRBKVeGA5cDu7/zDaUKyOZyFLWtzqCqpZZ9ZwkJUt2QMwFe4OrsKFEI26Mb1Pz0aWlDBquZJz/VqD3cp8qyWuf57Wb0S53xrEZHqkWazxJBz66eERdD9gg/4AeINlVVdKcnziMeONtGtHg1kw99nZKhbGUA6v3MQ8/DaL+HmEwMpRZHoiRMYRqWSdREf6RMISASU/OrzTpKLjbMdUgLSp7WinRbNKk8++kkSl5EqsL2DgPrrLLypaLGj+n6Tv0a61NIOBzecL1fDGgc82ADa3NBTU9pKXv6hpDpLcDc9FahlQbHFxLPRPOKTPgSKWwFLnCrvt/IGmPM8M/t5mlk3dL848NPHal2Piek2jVntmVXuFERH3Y5AaEiP43H2AzrvKz/AMi7vVVVykiQR+FtqJLpFQTXh1dwvbe/IzLWbVgQlIODOcLLOSjYd7ExlcIdk7fEZsJaaEM1VkGysyk+LjlYokln5TXiZOdk91q4saTdIne6V6U1ytGODqaxJtXErik5Q+3nJv68NVGnYaYfxspj8Gs8r/wAwxDZtVZS15Q6KTpWQ66Q386TX8GqurklZlYd+QaBzaH7FhwUHB7RZ8i8aQYFeqtRVVwpOQbLg2JImE/uk1JAkg07g0cgAv5mltxXMNCxreiHJBk8CCZBQerRqV1MiSj/hrGStWMGL9UO7PPhmFw1+33dprfu261/KRveyDFR8C+etFbW+so9DNS9pTrXaTcSwIWIi99iYEZAcezM0XejNoJLo35+jOsBEpSi2IVOJ4s1e0+sSZ2p1mxoqUNq/9sL0Gf0QCYb1dCNb9VhzLEs+lGTvi/DTwmM/hC2c0IMsqy6bsEFhtkyqlBS9tLtZupTcGRFSEAW+R2EQU/FXiH259OoGeHE+P5AWLXk25BOLmKUrBUbym+wo6AtuirPCV+HfFO1PjO3Ypa/1CkV11kV4teqdm73CHMJK/78u7nSfHv5Beg+FQ96bKZ0ifo+H7gkG6fWvY58h7ItLn9OtlBlqCPseKFRVA3O+HDLKVzD6m0vSUS69rb1UzV8luqlKO9GKP+uLR8uMWut/V6oXcKvy6PvPCNeantzQmqIHnM7FGXa7arre9oip9aPuw3Idt19kCTmXXYYdIlQbQBcC3Es0Pg33o7CwXwEOk36L+/x/1LcDgXnTey/gaOjV2JrOtZT/TGdlbX+/6JlMUY+126mQsrf50n2wF8Or2IJWJBaJGFo3VSHogfyK0Fk7rKgPlIX+pGBvoGupfVA0koMXa6mgCtFzB+0tV1dE7kgVre4Aeabp0sRn+qwFeVZAmpPnS5WbPv3RwUxNMQjcAImU0NL1ZL2P9Q4jE4moa4FXFnrKbvXHjoe2Q7Yfx6TFt9zZ1E3LrLHUTftP+75usWtg/Ni6ps28wfKryknKDCrTQlmJmCjU19kC8fSK/3809wjWKdlGm0GgdAL2I2KqKNcSqwDuD0QTvgpsYVxgdjF077+FlV9Lo9rvs6WlXovjEhb8ncfx1jJWV5rVxCjd56ZIasaOjuKZGYF+6AuBRuEXsm6hUov/4uSviw7vHoSufu4eaDghiTy+DJCwZp1XK+Xf5/KQgljngEXonbOWjZxN+hq9ofXJgpGyV+aulubyICmO4TZTNWTjaKsL6yoR1xPJc85mTEbxG+Fe40b6dMccrAe5V9umBQJsCB/n+BwdqVwV+0xKoCgfSS5Uq7D9i9XVF+oqvVj7/WS/M/zS/YI1k8sIhnR4KI1HMF4kMhdzFZX6CMoiL5hQSFKbTA3CFiQAb1FZBfn6OvRt//LBWpfH0wChBeiqitFh882t9KqcEEgeSN1T5st9++elh6uU/iuOS/B7wpfGRLKU9JnfL5hxbJATKyoIqEToAAhUOhUJ+chn9zOtzD6pAtRGLj+9GahTTZX7eBeTLF+RCgIZ70akZ9id+CCfHDTGH8HL8UDD+yJj3cfD7e/eEAmOMhdJxremfjglp8vVaRbbjn+jKKfqJbIyJxczfbcAPrzhDN3P41L0l36f28n01tdaXTfDmoFYoIjsnAiqMnBg67EGELe214k/qGKtWRjvvh08xMWR7cnTMpzVvsL24cJNOHAB32M5kS5PLuDxsJ44KXXu5N9plKkzBddI05WUaqsZoVFD7qDHZ2Xm5tSdMcJrGxrAwDXWIqklK4rTs3FnBTqrfdcd4aDwUJjJuImGONcuaYk3HV9cheP4mv9uyZztjl6R9pXPiqvr4JkuPwpLFgzJ03tJN0MNeyyZ284bfqjw3ihbDVYWhpeb4tEzdJq/t2tFrk8FVr42OQBbQiGv5xm3w8DjwTBvvxsyz9hvmTPabzBm6aUQirRtapOwHi2CXVTXPZnU3y+L55ctSUycKHa40SxKlhD+4DIIuy+6tjJ3SM7KQ+vCTiv660BORan6ceytaYlrphh3CknbvNY+9n3w/7UXNYQdxJNwgdvmzLWgJesuf2CEcETeE/WvvZ7/P+1yWGQZp/5BZytreUNnhvvdkZsfTZy69I/W8Oh07gHd6R1j/AnuRGEZcZC/wfm5GfG1heLLHL2XjtvHzAm8RPkikEPIlOPEgsuDzQwNhrn+hf47Q0PdGu4jxMlkwvM5mMC/Mov61h9cbL8BDlpP4JC6JzqUjjVa5ac+4NBtOpnsRPLB3QW3GaqY0NM2ezoBHZMOZvAfGZBwW0GRJlRLSoXDea2I6kT8CqI+J6ZAliSohpROlkU9/dyTfcnkwfw/H+4Mutw2nBx6m3Hx4eXju4vcFUqVYxxxHEE5/Rosm8mzHv4QSaB5UCXFfPSgXffgN/Pbh3MzIyBHlkflg/AhlR/cIAcfhBCvTt/TZDP76P9ViyCbbZtjZbYiGLazRocxO2IBj/0X378VdptE8navXl1Yp1tOWetJol7HDrBbSnIWxleSzPMXqxFklz4DuR8HjbvDnAzMCatjMc2R9WV6gJ90zMK+h4pwXaRNqAD2kilINoUH6LI1qQaONr/RJkJFk/IQEMamBLM7MlJPkk66kX4+20ScYbSdcdutlLwgVgT5CszBdDb2mSqueUSfAs6o10+d4EvJFPo3FbnEJjBm9QSUKr6upIimBRsW9wGahs1xE2wBHhnkcovSJk5OlTiElNBrKRWywsyp1DZMbSpfddt3xNx7cFqMumaCbDXIzuct5bItBLkIhIhEfbSj380NfwOWi5Cy/qnIUbBSiRH9laqm06lIxA8FcUyh9AhUyfZuEqHU4GhXTtFzGDhUlU+P/fSbDmBxD08DqePwN92ei+zel7pYI7CqBYdTWDFuABrgBTeqqrDOghGIGH0VDZ6HdUHP57kURUHSxiI8V6h1QaFy75T+0+xDORtaOvVlWEoK6hEXoYs08nsYP5V+DshEL6NgWbM1flFA++ig2WTPwURextD9lQGmiYFaxjnBHyMe6lJFcgd88HmH8aYTyAxeIm/Hom1Xs+TP2/RHBKC2qxrkGy38GOzo7AjwTW7PDKdV+JOH119jo5xgZD8Ggk9A5LG/ILC9U3pS60JAgX1nFr+KFRLRvRJEvqpRmQ6um4yqQoWUk0ZMJkh8RVC0j8y3plGUUOonAdO5rbe21iLHo08TOVcO9vXBVgK5WjVjN0KxoM1YZUG0tnEFL7cb6SZzTaPos+gQ3KTfFra2dFq3jHx35sHzZN4f2LDfFqMe7/whShcpij7rmNvFEISE6kQBSWRN/+TfM2lDsuRfXYx9sMfPP7HzjBkjx7ZM4/39vxDqja1m7FTb3j15Ii9pLvvsC9P7ikRn9vXCdMPIbgakdU37iytIg9iZ79mauAhVKVa7oXP9pry5ytcN6IDG1I8utYiirVmEVIasrvkUklyEbPu3ohdtBuIEbcuyhI0f/EzKOAzqfVrEuDxe0ahVFY6Ugmygs6yqXQSClUalVQm6a4ZL6Fz8Fnr/p8dOLTCDLGouN35dfnJRclL/PHciVY5wN5wPD1JiYm5SzOb8o2eAFARpYeaYxdDB275UAre2Wzbba0FBXZM8VCb9l5a6CSnCvUVik6F5WedAv3Lqo2DpMVHS/fsMBJZS0CpJDylXJciCHVi0S8naRE3ra8fiO7u4O+S9PO7iHrmDVsXcFeih+WcI0FqbmiMqhHHfhYdO4iEQ/rWXRQb+hviy28gY5zNmMZDkCjyBchqy1/NGVEpFEq2ZUHTWf3xSKSu/jKO2hsNW5kQhsL+PorOQRHIVOxrGfq3yhMbL1Awf9A42qujLTish48QUM0Xh7oBMNfGxqSXxLEdccW1x3cY3dR383N/95h6Kb9RUQRWDFIO+F5s44bxe+RwdPYa6i/v+KGr6yMp3Ct+ZTL1IE1MsUsbWIkgkgGoPRxBFYXqYzEOC6zWpu7le5fI7FMo0NlEIkBguhc0K/ZaHTukmlu5vHpSBWycIrBuXyokstt1dW+EFHZkZuY7jpB1aUaf0aYqAA3/Lo4N3KXGUhOo9GLHFCk57u+P7WenhQbhl9QMXZI93rejvq8VG48CeKowZPD7U7X5fkUXxLMZO2CpUtF+enRjQ4RUPcs9D9LmiLWJi+bDJhpXP/HOtj/8Z4wqK2WU+MryMushaJNW7kkDEfiQXZ68rsl6cZ8yvXVNbXEMlsj5x1BVzmAT5/8FVw3v96GbvPvPT8Bf+XZXabtw2R6C6Xmra5ZYdxN22duN+0VbxUfCGAUYfu6/c+H8Ag2WDWr1+3vpfb5JpM9FXv2C6+Rbrhtn17B4dpCb43MZq0m++8aKhQ2yZm2ieKw4LuhgY59wSyLs8VlzvtLJUD5AgHMwKF+4bElAnXxyeVCAOAd4ZddaNh7XifkmOvgnJyIZUjR66Qc+wxAqll43GOIoIjLx4YGfnCEGg0guWxMA3iqRh2CbJ1TTnmnHLGP5FlWEy1WPIv61pmCmGGvUBM0RKA6QxJm4L/ZD5DSEkhLGCu5tXl+4v+Z8tYx9llZ2XzD6vdmjtsSUOrW1ERanVVldNcN28TL3W74C+oQx3v9t6eblzageyVJPI5YoNWD1R6lmSNqViTh83sX2TPEzNXZBLnH3IYmW5EypG5xT0AWZVxYqxDbD+FDYixeGB8AvMeIWTwCiUWoIL91ZeSVwPwDf90fGmr350XmyPsjCOtGyCQQAfYlXkvW2fGfk71g3L1zMNn1TmEPGMqFptKCF9Ozgn0Ch2NaqxwKGHtblUL7BNBpl2itKhBrgTfPjHLNlGmbs04t3yoT2OutFSACDMimYSQvnAZ8i1No1c2h+Subrl/sUQSwGns48ojuIpYOcfhFTDDnqOI7VefEL9VvxIWE6bZUwSPAkNkZANTv21bHEPTgEWwxZXfREbWMbNqaz0IUwQESyGUOM2C3xnlrBKT+i0yvl18hiBeGqK8aTGnvGxLxoBlX6earbBWqhLCwfVxGNLN2d+dLHQJCJB9bj3K/q1J+J+xz0IaZiGXy0SLgHIemi+nHUcul3Lsfvom5QVqOyNQgCJM4j2Q4KBSZr9LvUwxZcSia2xKEX1oqD+vWhQL6yUsFqH8Gf5tkwSU5YxYfxvUqYmfwtt4+H8CGrGEyTYPqgfwfpx+hUwnjwMuGCdgi7ODloeZ/IJ/qw5yN3D3pHFcHMg0LpVs1/Z1CbdTWCAmSX4U/JnmHkYrGr585LUvB8uZP3PqURgHy91uPvk9ltdHsP0UTq+ESSajBWJHO4Lc0zD/4XDlXgDm1zS4lIyMerb4hzYUGkTMrUUDd0QAltAVixC8KdTTUSgWCR09UbluqAAGPcu2SA7BdwaKtjEcPl9LbioLfVLcVrnl2s5vu+WnvTUQBMtj5LOfWIZEErCgktzdv4FcE8V8PgSoQ7AQBcNi6RF8IDqEdsDOJbrJobSJcBkNMkglM0EdWDb+Zt9RwpzAc+QzlynbUj76oFgo0QqQrkbD/KYlxwlxGh0bue/NY+0ZcApxQfuRkJJGmjGjENJSCdY40gw+NYX0kYD9DgwmwSNeLStC6zdm+kQ3LomosHAToGeUSYVOHqgkBTrMjxW7APjSjaKtTAf4nGzMTj7D/mv1D7fKu0KiVNhVs+E1+wiIA1Whi0PEdDqA4fuwDYou7xPREY4S423TY7+h18jaPXDQJ7AhoK7MrkKXP3M70SzwoErNaOs3EfaRrlASJ+Pu8eL72CVxWfTdpHQS0ggy8oW4fvQBOyEth9Dg/ZRZci6fB6kVk3HtP1QDGe+sR6HrWuelp1Un8i7cFvHdYk+fXlrfhIx6NbuE1hcZxLnfcId/Qr4bgOCWsM0SsVgSznVH7HSdoNh450alq/C1Gx/SNrJV65bHux9uVXSFZmVykGus4usb84JcHPZwb3Ukim1sYAgeq3aNDskAAgRvz5gKdh37aJfa1T5Jlyl7ePBYWLDYwZkrRtaVcc5veFBnHviOEu5c6y4IlyFvbR59WCqSqIda0Gb/vDlKwm0cGny/XJU6BdcxCsrLg6McuEqdnGs/uxF4HpBQaJTV2PSmDemAkd64Hpe6hkSzorPDpb7zGrBgXbhco71vRv8cnEXijczA3K1IiE4bCjFCdelIyA4Cb6sNOTnM9JPZ3S7+6IiQjJD8R29QEDZ1xdeNb96SLP1Gjqu+AngCx5W/hNdYRiiR4LSUoEBkVVqQn2p848qVH/C4TEPIjg+z29G+9/rPPiD4PffbtCMAefTF0vsXJBb1O0qHuhcKW9O6txrNKeyGhITEhAazRXOjXo9NecaY7U+xTRnCWYoQG/MEoRrMeaLaVj3Af2KuIKoJwKNImjkzSLbym+mjVIMmm1TQaW0lt2kCNeS+k/ofrTDtqjRVO6YG04GRO1r3WU2kYprQ1ZhGVaqq3aQauzvFt8QWK251mySFhgRuCA7RlY3lMzL9N/4ZSgVywz90rS7rmD6LppXwNaeY7uBiCtIf3OIf0lCIFTFqNp4bI1BDkQB0sCUiTsr2RBLdUegTFJXdObexxvh0PazjxjJSTbGs3NxVuLZosIYKnTBG/v9rliGBt7C4bYFcE1wxwmmeCw09hBD3RwiNwfE9YlA5q561q0smHhm61aGBdzM+ZNhkXUUHlw/emwx4Rw51MiMNEyEGhm1uausD6XfTwjlXjZFfTL9WZ7nk0MPC6E1CS9ku//y4NFmVCU/4V07sv7usZQaHy+/est9q8oYcWEPr1Qi+0ECIa4iiAvGbq4s9svMHZFWV8p4kGL+7lDC+2l8WxJ9VlTdRIhJr5UtbY92kq1qcZJx26z2JlVLnLe6/U1JaAC9ue/fOkky9f9qt3CKQAA5IKyulB0ACnCjt8VCLsiZ0u/QZrhck+FcO3sbZX40be7MeE5VGZ7FpPmYNVtiGK8o2ukp05ySN3oiTho/AbRnse9XrncdFh3G7uvYj6ah+YZnZ2bOkg47KCu9viraZTbEYqxmHsyJDJttMprP0H27vjrkUow/BfzBpO9Fxb6tfCn12P1QA7c/8I+0M/bf9K4hYaSwKooHvgyNb8M4m7qIibbo7ulqud7ocD58AsM2pQ+GHBacEQHt8xJpIAZQXOGyJxM/sefKN8Zn4Ccw/tbMvTugRREiqMJos9ovNxtAR46HoMZX4zDWCq6t4fopSQpma1828siyxnkP9/tFsTKVTjaE/yo/f513atq2MfazUrFSnnyNAHED6TadrMMAmu+9sAsPxSL/XnqmKrxpafP2ykAoLBa7jFYR1IkBfUeOl68XjNXedlDdBuhXdeP13PfLTIbEQgOUa+cJrdsGIrbfC4qkKoW4bFI1K3i6LuD+D+ThxCcfSjc2OJY4bQ2yfBAbjhJqt98ODxOPXHOqu4nPL7/fpzJU/ksNwwGDLBzVwzFpciUiqVVsfzIiScBqPc+WRXGWsgjNeRaAoe9gCHR82nr9IsaEQb+9hEdypIiGiJWoRoYkASMG/mVLfi/Xlm6yocgYqRGtotJWzSH3tplIBA8/OcwlPRC6kqZhOllVYKWmsj9vXTgsNlbEknHW2Yr5r45FGmA7LjshqpNhDhwQS9ugRqStf1r66EabBsiSxF1a6ciVpeJAzWCa0wJkiAY7GVwxxnHCICsF8ERW++5R1W93jdvDG3TqhTkRFBBC8Oax6vdJcFtK/Pq7clcY/jHduOtyO6bE9+OxOnShWst4WQFS+AMCpMnc3i2jv8L1CqIyA7uDyYXCkGnk7mHvs+Q0kJqbH9dCNwAF0QpoAhveGNSkUFrKQsE3xFGUr86dYrUYfQD/Z3PLihmcKuVe6zK3dItRctgkB/PNalasTt9pEmuI/zH3HgM9KGTuAuE7gyhc3HWm0kx2Wb5NgH18ETxcnmKdlE6yePSSD0XasKhOJ6NaMEbErsqaqRPgf6XcjCAMh0igkCp+CP71RVkXC1kaXTzqOt6nzlNwLmOI3IJaYUPz3NylI55CR9dHMeN7dIFKJI8UqEfBWNRvWmOSIdkSbEObxa9aMfibi5gl7iYifRxHSArdoDeYwM8EOQ5gj5WOOMCpY9ewjbeqgsPtB4aIkB116BQbaJ2XZJqnVbUXNeMPxrCMpYc4gWrhM7lXxyGS2NVDDSgGOo8weW0B8Hm7P3hFKzmALRy7MAfexFY/sxOFaiQ59ujVNZAcb/I73KHhB0Y//bUSG7JumMw/syqpkjK72qo8t4UhW7qNsfDNF5HDN7Y3AYckcd+OKtRzm3ibZ0btP3zpG1w+xHNbLvmyowtfPA//3kBqbNjdhbQzthuKkwvIaF4eKgs3N41AfVU1fvqKk/l/Q/eQt7NlqdprRbba1ZzzK0iqqmXPsKYlGWkZ/8xlaRqLijrRBb7tFDcubQghrVxUkmDLWBx9R3sw6vDGM45ZiTFhnZpWXa8jimZRoCzLtrdSVq5URmeXZDlVA/lLOj+N/EPt0kAq7FJdBEFlMfrnnC4/MP7l/D/L0Pn4PvGdkqpO2jsyfWUfd+fhbzusobnmpVVR06f5Cvra1Jc3mSUvLRXDo760cZ/OyoU3rsRWk/aegddbhFj09PBg/4ahGgMF4Tr9UZhnSAN88wKk1PzMIuqfMpggr5nTMORejVBIgKb29mfqpZTMvXsz4MHwI05wiH3fCrOksweMIz5nOzYNZJbyDHDvlm459Sf75F/JL2o9/PgU/fqMq8tl2/MZV5ysYSri6MThRW3S33IJlIedEs5d5DDiOkq3HfLadCOo7iylFR8/1GFaHKjpgZ8BXydW3D2Fuyf9Zhq/y32xkHCkBQxuW5y3JWzodpVZHTy9ZsyR32YZhUEIS9gNSoPl6TpLINgT6CI0kwNNJ1SSygEAjk0deLrTtDeM0EoUk6u7lIpHpZCtyR35+L962+5ihoIMjIJPFnI78tcd6GObla/ObWp+T+dyNx1jcoam1ho7UtTOCZjNOZN7us4Qc25K1Li5U3juSLZ5GAkueeGFuijFNvrWLFtt526fP74Z3wa/OW2/nbP+aT7PvwO5jZQNdyg476+N2feDRKThAgwccgzrskraSaeSRtzEg/loAYji2Q+dYDRQg3m/P8TLDJ3Yjw60OhOJ5uftVHSGKFTbRM0YDxCor2yxYsVnVeLnctXEN9Z9TMy/2tp9iXDZZNBy9se2HN9P/Uusarz7ZP3hyh7RMC8zKjh09/vc3x4EYqNR573atZTSyPxka9/ju6Y9HjtqYig3ZZayWYMxYRydHdH3Wt6uPsoDJZQzQKpXebbTnH9/Jdly+BDw//6zT66P3bxZ4XLdn6Bh/79zfNEThdpnq9uy+XNP2UFds7kTJ0qXobdvTzSjatnM5rOxzbQydvQ5Q/sEDd6o7jXMQZLPwVDd7qbdTK7rni70l9fZLj+66ZuHFJ+71jV+ameD8/T6oIifrya44t2uHzhi8/R/dRVGpKEvcHRBEx5t4sOIM6v2vqFOoM7++hxis0vv34DGN1iBoANlqNeMcnxcoE7xDZEpRg1r9PU3Dew0ZQQNVw3NRx7xAZIEij072ItttmobbERHWV/lgjBIVHXUA4JGo9miXP/6Iin4VFSWMnqkWHx/tuPdrh54xukOo1wuVUX+wX39Hms+BKA7EvYCLBFRZEViUXEEtLKAscWVAEJ0iwlvZYWRiAiFx2CCMwPnVZLhw9+5CErBBEHEQUPxnmIXYVWCRu6mciHst+4tMMz/rqn50fe5Ja8kh4WbEWBK9XUEI+68pxTZQnGmTdfc7hWufa4wriTRH4oRHjPRHRBCIb9v8SCA2zxALa6CCPEiDceUBr7ZJEU9D/5Ou4c1+ClyjrP4U/SnmMZmNM4dmfM3kQ8kbD+53QcB8feg1dBBC/99UcOqJ/QN0FGYsfAwThX5gjFJN2h90mAybdDhoP2k8ym74l/sXll7vCOq//1CaGB3REWQUgZAY4QAcQ9UidgC7WDVAxin0nt7LJicOkIHpEx6fLOLyLflckU0nn2KfYwft9J3ABQy73XlJAVEt4pP48w18XhyfYwftxBO4gGG3Oy9RiTJFx4gsRQI+xw4M00RcwIzd7rzEAuQzQS8I4zXcIeLjS5iluA1MnvsVaTs2HfO27UdWUaXwyFpCjzsbR28Ccagmn34ojtoIrQKN1Djguq1jR0KCjjHFyKpYN1G+roQ+y9AlJGw3yE3+NpEb6sGBiWEMMeqZx/u+dpxZ78zjVCd1COo2FbkVOO6N9M5cnum9XEzoZDKN3E1//ScdOAds+aYbgL7fResCUgbGs8c99Vpld/132d8B1dksXdbuLC2hcwzt7VleD7CSHtB/7uw5zXpUHRx67rIiGFYFUNEwrRK4UD7J4BkLsD63wWXeAYIHrxZdjS3c+8QUXim6AlpC3dzEojFXff2sG+C1d3d3dZv+f5ZRBHJ6lsqXFl2cLnKwWNmD9P/2W78mkAFBdDTT5bl6n4LaQY0x+ZipFR5PcPCLC+lGsnnyDYubh+e4+Z644m7/G29y1t7GaARgGBnuUZLMkxC9C7gaWOzMRrL3r8kmZj/0ye4Kd7Qeo88XB2QHAPnrUrecKblReqN/x59lZ/Z5yFmYB7hnvlq/2oQXFLTwNTgICfz69QFYo+XZ7tmL2cxe4KnFkD28r8tl1YFnP8GsBTk6PX0UaWkuKYH37IFLTB2dgZD6fmBQTparVfvqNY/19feciVDr5Ttt2K3YS3egrRFmgabDTsPO6naCuiEwcNSBNGH72y5edFxwqjifW+CQ4YJch0Tew+UtYZ6DvTFPqPnOae2KNY80a53XrNCMOxt4kZuSYgE3B4hVaIXiO4+vE4IJXZYpk4eO+v7sfOvsNWuyrfOz9Wus9fn5eustxmK4swMpgYs69+xvArynAy7xcMoIC89wAh68oXfdk3gifpLwhgBgzhtndehe/uO5qs5brhZAQN1qAcwtoHxRgrPT8bi9P96qAsaYUbhu4l5iNy4G278DEEbOrm392eYi1XAm576A30ZzNT4BGML5psQXiaAhci5l7ungMGGK4EKc7B7uniQuJ7z6INz7POLO1/JD54K5Ag++u5RrLgAeWv854iIhgrDYP9f/EU/tj4KAobe35wnbTzV19FiMaLwhD7w8S8nR5gmLEtILKKu1iZL7Ew0QrlPz6Ks4G/7jheDJ5liz+V7bkfhQpoRu65R06k4mi59XMTD76PN0j42LE467IvX3J5Hwm88t3dfJS3XRo1IK9B5wMmy3McVBzREvcvBrWJByWypQIGZvqmfqFY/9jkMeWk/tVQ/aAda8KDxb+O4MhH48hLdnis4WgR8ZD4senix0LnI+WWJVKXEGHuPIubzzedDL//MiBrPl/w8CzJ7sHnfdi+wX7nrtvZzzQv8CuNHOuVfa2Oy0P/BJRMPU8jMybNFtwGCiPHDIAyPWWmrFGNf6H7SySFix3iTI9aIL0F60ycgSX1MVnGcc+uJm3T1uBVvpLo31W/ZP9wHa/gz4vVj8CLcXCs/ODq8ENAAmYc5sGv8O7arXpo6Uprq1OqhoPJvS2FjHPStyMOn44+/fnsCQzpn8+js0gD39y8/VGSbqjgwLjw7M2BimA+x/+HyfCWEX+sEdLPNPXJ7uYO50AEaouN3OEJhQnOhuwp3AN3Zv70b8SZzxDHxSoZ0yO/HaTO8J1qTZSSpo/5Lgp/Dh+CnmQVr5eV4D98D0AeV4UO8f3jZpOrmA+DKcIgDg6RLVKM4X+LS1TeLD3EALJ71B2xguTNp8wvBjoJ8aXjXJnMSF48eYY/0BKHhfC8HC8BRzkJa2ySBit6Snz4uo2rQWLP82Sl1hkxaxgMwjnyDriDnfUHVB2LN/7VoRQWQwdKGN6C7pEBD4le5C6YETbSsw7MPoWeUMBfsxIhrw1v49H5nWNt92OBuueR7/gPEAD15SplfBZ/Lqm6kgbMs+onv+fVbw0mXZIXPZ133q50Jqg6+/2k6lvZdC4uQs+XlN3k+2B7czZ4OYIRKeDXDveYm7jxuFO3hhLk2M0X9CX9aDpqvCo2joUexQ+w8qvv23uDH6GO5bZgcznDF7R/D36UNAfjaisIn5wZ6MY+9ThkWRMdQ2AFjDu3FlxXbjDzoG2X2H4RutcBW5opDn3z//ZhfjsTj07jaKlYN7GoZC/c6HKxD14+NUfHQchq/aFUUOcfb8DdO8DmYcY+fBiEPaXRga3APat/m6dfQH9OX6TCdZOj5LJk/OzIxdc0wtO94tc3f1EBPwYuv3rI3jk9wJxUNs1A2CLfDGc+egt/SZJhLjNRgY0DM/Mo1HjowBqpEKxu6qeuY83/OHl0bmItM4MPDly8S238sfGjfiPzL158+XMheYZWHge/AlPjp66d//rFv3uMBV19JSStfhcDrG974VJDjc1i5RDOVs2pIDC2P5NF6c4Ek5OFYXzhHZJfFL6VN0/ZhVsBOkKSiKhZdG2l7Tq2KvRdgu08AFRUDjZBkyFRSuY+h2ge+8MNEuvUeJlcQ1FzZ3JCjpiNT6O7AlELTWsEykF0mV5PMregfWnU1cIEgGvTFwcUtQiB+ESdPeuM15ln74lzxdD9+yPJ96o1r8ctmRpWHdBHarD7aNNSb+oD4m62pmFH9IW3VZzFmbRdVkh/FdFhidZofx73FB0GGRw62LVZP4BfwkYwy3gBtbvIcfw0+89DOPn8SNPaE3newreTGBHxPQXk4uNNyJ47L0Bw4vlKt9J6EYLPKOIW+mkaMBuugY0ou8nkYdBVDUO70duTGKbAXQsh0henMU3gpYXWKwIauekW2uVprssN+m3nE+1O9Z01tAbPo+1Pd8bcZ2ux1YtdwiW/Dg4lNVWm10cFjLtcK38mFDxr0gd6/3p5NiM+r3exqq+9r764BrzVUTifa1QWTGyHNQGiiF9ibqbW/opQxY4wNpICNuhEQvo5PfBlBeM+JVT/II06bTBH6i2vFvGG0/ZaMJZzxNP4VJPKV03zR5CGPIXK4FcAS24p0Li2zrbALNcbI28/qs7Mek+SCv04TTOyCouL2zGFWM/JBRXUU+y1ffljhadB1A0zNkInv/mLYlyW4gZX1lChy9GypBqtv5yVGV6WcvF7Pv4dA93U4SxzvLVwdtSnNKEvuvXJ26w7ZHtLN9hRrCC0ItGnDuDnI39kscemu3xfGueNti1cocstgpKU26TD6Hgj9/vwr2hAYL29ClwhXq3gwp8GiD8br7T4zIrIvu3mMjMtUKTPuHCM6EwX7n/j6CKWHKdKodmDmts3YO40yqmeKnTKdNNmZC9fVQFpQJyZx319XDmQE0P6s3EspZDVVElZOD3gwGJCK/6gOia47mYd+iXknMiQ8fA7b0uu73LoxIRVeJMNt20Psy1cn3Y49u3FsVePqmSmZfuNOKZqTRdwG20koBHZTSPngYGcaTJ3XMuSN34rKlEVQNPeMjD9iwCdP4Q/hpswNLt7tWPhFezUl84jpRdmy+nOE+ZUCahfXVnpsI6SRdIP/lWdTsLHI2jNkPZ1FOwwfXWYKYsQ8ZH0f2Ivua7JtHHo0jgAyAH4+URQKPZdp06vKVOsqYaqvrhpshe4P/yDBOTpYy5hj6qUl93VfLQEsDJ3ZrGd8DX2JowhaY9Jm8J1K/x0k4zVWMgiIR/iUn29BQKfMj4zgoOhm/yDQODg4/EFYlQTE8YBImOBnvprU8NvHs2fRGdBC1KslDxW2YeophLjx7+spxWqNZ4DvIHFwX5IsxGrLDD+6Z56sYNeCppHYySjDlU7NPFVQu6t+lBOIqcg2RkodfQUaQEP06ImHJozy5BkVuINEPHUTuI8qHvXQEcb7/niD2oXevFuwa9FLli991EXF3ozAI9JfsoPOF52HVy0Sv+IjziCrN+jiSDEfeRBRHvkUyI9cRWe6R08jyvAii244in5AqLKTxmXUd7iyb5uE44iyvnUg4AGAj8Iym39JXZk9lxPWwbSiC+8hdSICML2t6muSuu4D4Ac3nxdPaOXK73G0ozzByOda7ETmmG/Moj4B+BVWnYkTcjT10H+vhV1BFSOBUh5F8NS3ycfSU15HQPMrHCB3J+0MbTbe/TEueik5cil5sXhtq2Wajy4wI4JEfce0cWUBexLbRKeLSZvYxWyKqGrtONu7miSDFd6nyO0dxA2CTc0bTV+c8HHk45/TTSvHRl/OiYcia0y/Er3XDm/VNO4AP6W0SN/nHfWYTgF33JveWGytWpQY4xB9aEMLq7czRTM2IAOvsr7RU2FziM6NRtaDj3Uj8uN9YBuITmTECMalCyLO+2X5SabgfEh/sYIb0IgA0qyr9+w2Jo0bMGOIWiEueCqv7yHciu9642sb1KTzW1/uQNr0ezLMOYAXirz7A/5+7YSOfPEWatph7ZatlaR6qNYtA/OJ4GuiYl5vRwFGEnhwDcv+og+1jXU+p/k/xF8Pw+7M8Enz+lTAYwN+L/ElSMboelqqgUj9Jcoj+K7F1yLlaFW/jeuubX9+JdnzyrlZTOS6QM3BeaT4k/6TjvJ78uzGI+I+vF+zFhCiqib8Wj5XNKHQX+lY1IwLehJ0z8K9XjN6YBv+fuWXVdJuTN4RNENUlLJpUsdVkqkPeG2dNyeC4KatOm3pHAg8+WFPISHgEmNRpTWLZ6Sa16LfJLHvAe+NUU7JptilbHoA09V6XDGDcDs48gCpZREho6m5fUy9shVNl7vg3Og0QN3HykP8xznRF3Sw+nD7uD2SMKnzmjWtTsrWNMta/a+8ehiD1FGWFfVr4lKYfj4+WdRMWvYxPqoIIgQQZtc7+cHbSE8w+9aTyfOv/hhwVgMgZ8+bs/0PRjF77WmPhgwD/B2WhMdPinG04rYQ0q96ZkRgt+XesoWDkRG1iV1pBvWTBhzAnPzyiqawoXcQvj0MebXzXqC+MxS+noKSipqGlo2f4nRbC7EuSFWFCGRdSadOyHdfzgzCKkzTLi7Kqm7brh3Gal3Xbj/O6n/dDUAwnSIpmvsZmuz+eTwfu6T5fluMFUZIVVdMN07Id1/ODMPrFSZrlRVnVTdv1wzjNy7rtx4lAotAYLA5PIJK4uHl4+fgzDSwdAa+oPXPIzqgcPPAA1ORJJyb7WPJ8ZU3s2twrzF6bq8261E3ESWnQCw3GarVR9mSXHu8VD56sLum5ZeyFHUbr9Zc7wrv+2YvuT9cXYb2kVi6SoTWNPXeAqJkF9kp5oiBdbRZ2L3oPzYuRRsiE6cxCcq5nRVlS6r2eJEzabZXi4LrCgxQ5mOI0i8ksP7GM6m2ZYu+CpikSsJXZ50RpCpVQNWsyvyEe5HnvIfcmMzEjM0pMW2WAJsqsBDZKWdarnJEu0fcFRorzzMJCKk2qp+rBlyQqjNk1AK+ptMBuwNnrsWVukQOR7GXvUTWTPWZeedpZ723t4IkhsSj2Vzss3EpnVi2SV9qrT+oioHjpDhdOdAR/JJ58iJa+rzucKKGUNKBTv353QHYhM8WABjE42UmuFrD61+IqIK0oEvnaOzrh9Ox6RMLEliUUAM5s6sIrtqnm03aHL6CXEohbcQdBpZxzrzzZEZhADRfKWpfCih55BCdztSPO1SieGK9YD/K5gFhy8vXJ6Liby3Rq+Z4CdiEee3AiSEWpveepmctE+m72EnF/QEehk1zO7pwF17gkpFy0q6PPDba56Z3tzXFTR13DLDBukWTabKUqSo4PZITdLoEKnjbFEXQuM8Ch0WnAzlSz2Y0SWNLJwQu7omOjnJNSYrABaPb00kRwbdEBM8blxyJRQSpW3WmYmuU/EsgEYqx+SUpo8zkiXqWJMr03suXnnkUf/bNWiDgJcXppMCzbl2BMEkdpXkRS+einjOOSdewwVtC/9RJwFv0zUp/7k/rlLAXDjVkKAVMxI8TeL1sz1aRWbcvAfSOEkM8u78id39wURvQBt+bDOgnmiDnclIfwwtIGX/wuGqu5vUdOGMtlLpLzSbw/oE1Z7RS8GNBq2YVQhaKh4oSSqDQgOXYHPT5/kEHYdUAnFjkgLZWTPnhGAuFSzYZGLF81Muo6FlrYQE68Sl3+wkaxwK6wukXukPORQGYPZz0KK6H50K0DV+MnGaxWd5pQyd3aHcjRjjh8i3SQMxM3q1hIR7UX9UrrtfIEAAAA') format('woff2'), + url('iconfont.woff?t=1605508296403') format('woff'), + url('iconfont.ttf?t=1605508296403') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ + url('iconfont.svg?t=1605508296403#iconfont') format('svg'); /* iOS 4.1- */ +} + +.iconfont-diy { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.iconbianji2:before { + content: "\e682"; +} + +.icongengduozhankai1:before { + content: "\e67e"; +} + +.icontupian3:before { + content: "\e67f"; +} + +.iconbiaoqing2:before { + content: "\e680"; +} + +.iconhuashu1:before { + content: "\e681"; +} + +.iconshangpintuikuanjine:before { + content: "\e679"; +} + +.iconjiaoyijine:before { + content: "\e67a"; +} + +.iconyuezhifujine:before { + content: "\e67b"; +} + +.iconzhifuyongjinjine:before { + content: "\e67c"; +} + +.iconxianxiashouyinjine:before { + content: "\e67d"; +} + +.iconliaotian:before { + content: "\e769"; +} + +.iconbianji11:before { + content: "\e678"; +} + +.iconjinru:before { + content: "\e676"; +} + +.iconfanhui:before { + content: "\e677"; +} + +.icongengduo:before { + content: "\e66d"; +} + +.iconfasong:before { + content: "\e66e"; +} + +.iconcha1:before { + content: "\e66f"; +} + +.iconmima:before { + content: "\e670"; +} + +.iconsousuo:before { + content: "\e671"; +} + +.iconshouji:before { + content: "\e672"; +} + +.icontuichu:before { + content: "\e673"; +} + +.iconshangpinxinxi:before { + content: "\e674"; +} + +.iconzhanghao:before { + content: "\e675"; +} + +.iconbiaoqing:before { + content: "\e668"; +} + +.icongengduozhankai:before { + content: "\e669"; +} + +.iconhuashu:before { + content: "\e66b"; +} + +.icontupian2:before { + content: "\e66c"; +} + +.icontianjia11:before { + content: "\e662"; +} + +.iconbianji1:before { + content: "\e663"; +} + +.iconshezhi1:before { + content: "\e664"; +} + +.iconshanchu1:before { + content: "\e665"; +} + +.iconjiahao:before { + content: "\e666"; +} + +.iconcha:before { + content: "\e667"; +} + +.iconshanchu:before { + content: "\e767"; +} + +.iconbianji:before { + content: "\e768"; +} + +.iconduihao:before { + content: "\e6ba"; +} + +.icondaipingjia:before { + content: "\e65d"; +} + +.icondaishouhuo:before { + content: "\e65e"; +} + +.iconshouhou-tuikuan:before { + content: "\e65f"; +} + +.icondaifahuo:before { + content: "\e660"; +} + +.icondaifukuan:before { + content: "\e661"; +} + +.iconzhuanjie:before { + content: "\e766"; +} + +.iconliulanqi:before { + content: "\e65c"; +} + +.iconfangkeshu:before { + content: "\e63f"; +} + +.iconfangwenliang:before { + content: "\e642"; +} + +.iconchengjiaoyonghushu:before { + content: "\e63d"; +} + +.iconchongzhijianshu:before { + content: "\e63e"; +} + +.iconchengbenjine:before { + content: "\e640"; +} + +.iconfufeihuiyuanshu:before { + content: "\e641"; +} + +.iconchongzhiyonghushu:before { + content: "\e643"; +} + +.icongoumaihuiyuanjine:before { + content: "\e644"; +} + +.iconfangke-zhifuzhuanhuashuai:before { + content: "\e645"; +} + +.iconjingzengyonghu:before { + content: "\e646"; +} + +.iconkedanjia:before { + content: "\e647"; +} + +.iconjiagoujianshu:before { + content: "\e648"; +} + +.iconleijichongzhiyonghu:before { + content: "\e649"; +} + +.iconleijichengjiaoyonghu:before { + content: "\e64a"; +} + +.iconleijihuiyuanshu:before { + content: "\e64b"; +} + +.iconshangpinliulanliang:before { + content: "\e64c"; +} + +.iconshangpinzhifujine:before { + content: "\e64d"; +} + +.icontuikuanjianshu:before { + content: "\e64e"; +} + +.iconleijiguanzhuyonghu:before { + content: "\e64f"; +} + +.icontuikuan:before { + content: "\e650"; +} + +.iconxiadanjianshu:before { + content: "\e651"; +} + +.iconleijiquguanyonghu:before { + content: "\e652"; +} + +.iconleijiyonghu:before { + content: "\e653"; +} + +.iconxinzengquguanyonghu:before { + content: "\e654"; +} + +.iconshangpinfangkeshu:before { + content: "\e655"; +} + +.iconxinzengyonghushu:before { + content: "\e656"; +} + +.iconxinzengguanzhuyonghu:before { + content: "\e657"; +} + +.iconzhifujine:before { + content: "\e658"; +} + +.iconyingyee:before { + content: "\e659"; +} + +.iconzhifujianshu:before { + content: "\e65a"; +} + +.iconzhichujine:before { + content: "\e65b"; +} + +.iconguanji:before { + content: "\e6ed"; +} + +.iconshengyinjingyinxianxing:before { + content: "\e94f"; +} + +.iconshengyinyinliang:before { + content: "\e66a"; +} + +.iconguanbi5:before { + content: "\e761"; +} + +.icontupian1:before { + content: "\e762"; +} + +.iconbiaoqing1:before { + content: "\e764"; +} + +.iconzhanghaomima:before { + content: "\e763"; +} + +.iconerweima2:before { + content: "\e765"; +} + +.iconjuxing:before { + content: "\e628"; +} + +.iconzidongxuanze:before { + content: "\e625"; +} + +.iconshoudongxuanze:before { + content: "\e626"; +} + +.icondanlie:before { + content: "\e622"; +} + +.iconlianglie:before { + content: "\e623"; +} + +.iconsanlie:before { + content: "\e624"; +} + +.iconzhibozhong:before { + content: "\e621"; +} + +.iconyijieshu:before { + content: "\e61f"; +} + +.iconweikaishi:before { + content: "\e620"; +} + +.icondrag2:before { + content: "\e61e"; +} + +.iconbanner_3:before { + content: "\e613"; +} + +.iconxiaochengxuzhibo:before { + content: "\e63c"; +} + +.iconSolidline:before { + content: "\e61b"; +} + +.iconDottedline:before { + content: "\e61c"; +} + +.iconDotline:before { + content: "\e61d"; +} + +.icondrop-down:before { + content: "\e619"; +} + +.iconDot:before { + content: "\e605"; +} + +.iconSquarepoint:before { + content: "\e60d"; +} + +.icondel_2:before { + content: "\e608"; +} + +.iconaddto:before { + content: "\e60c"; +} + + +.icondrag:before { + content: "\e617"; +} + +.iconComm_number:before { + content: "\e600"; +} + +.iconComm_whole:before { + content: "\e603"; +} + +.iconComm_Price:before { + content: "\e616"; +} + +.iconPic_square:before { + content: "\e60e"; +} + +.iconPic_fillet:before { + content: "\e60f"; +} + +.iconsearch_2:before { + content: "\e615"; +} + +.iconsearch_1:before { + content: "\e618"; +} + +.iconbanner_2:before { + content: "\e602"; +} + +.iconPic_small:before { + content: "\e609"; +} + +.iconPic_big:before { + content: "\e60a"; +} + +.iconbanner_1:before { + content: "\e60b"; +} + +.icondoc_skew:before { + content: "\e601"; +} + +.icondoc_bold:before { + content: "\e604"; +} + +.icondoc_general:before { + content: "\e61a"; +} + +.iconfive:before { + content: "\e606"; +} + +.iconFour:before { + content: "\e614"; +} + +.icondoc_center:before { + content: "\e607"; +} + +.icondoc_right:before { + content: "\e611"; +} + +.icondoc_left:before { + content: "\e612"; +} + +.icontupian:before { + content: "\e63b"; +} + +.iconkefu:before { + content: "\e633"; +} + +.iconfuzhuxian:before { + content: "\e63a"; +} + +.iconbiaoti:before { + content: "\e627"; +} + +.icondaohangzu:before { + content: "\e629"; +} + +.iconfuzhukongbai:before { + content: "\e62a"; +} + +.iconfenleidaohang:before { + content: "\e62b"; +} + +.iconcuxiaoliebiao:before { + content: "\e62c"; +} + +.iconkanjia:before { + content: "\e62d"; +} + +.iconguanzhugongzhonghao:before { + content: "\e62e"; +} + +.iconhuodongmofang:before { + content: "\e62f"; +} + +.iconfuwenben:before { + content: "\e630"; +} + +.iconmiaosha:before { + content: "\e631"; +} + +.iconshangpinliebiao:before { + content: "\e632"; +} + +.iconpintuan:before { + content: "\e634"; +} + +.iconsousukuang:before { + content: "\e635"; +} + +.icontupianguanggao:before { + content: "\e636"; +} + +.iconxinwenbobao:before { + content: "\e637"; +} + +.iconwenzhangliebiao:before { + content: "\e638"; +} + +.iconyouhuiquan:before { + content: "\e639"; +} + diff --git a/src/styles/font/iconfont.eot b/src/styles/font/iconfont.eot new file mode 100644 index 0000000..73c549f Binary files /dev/null and b/src/styles/font/iconfont.eot differ diff --git a/src/styles/font/iconfont.js b/src/styles/font/iconfont.js new file mode 100644 index 0000000..027f198 --- /dev/null +++ b/src/styles/font/iconfont.js @@ -0,0 +1 @@ +!function(c){var a,l,h,i,o,t,s='',z=(z=document.getElementsByTagName("script"))[z.length-1].getAttribute("data-injectcss");if(z&&!c.__iconfont__svg__cssinject__){c.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(c){console&&console.log(c)}}function v(){o||(o=!0,h())}a=function(){var c,a,l,h;(h=document.createElement("div")).innerHTML=s,s=null,(l=h.getElementsByTagName("svg")[0])&&(l.setAttribute("aria-hidden","true"),l.style.position="absolute",l.style.width=0,l.style.height=0,l.style.overflow="hidden",c=l,(a=document.body).firstChild?(h=c,(l=a.firstChild).parentNode.insertBefore(h,l)):a.appendChild(c))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(a,0):(l=function(){document.removeEventListener("DOMContentLoaded",l,!1),a()},document.addEventListener("DOMContentLoaded",l,!1)):document.attachEvent&&(h=a,i=c.document,o=!1,(t=function(){try{i.documentElement.doScroll("left")}catch(c){return void setTimeout(t,50)}v()})(),i.onreadystatechange=function(){"complete"==i.readyState&&(i.onreadystatechange=null,v())})}(window); \ No newline at end of file diff --git a/src/styles/font/iconfont.json b/src/styles/font/iconfont.json new file mode 100644 index 0000000..ce98d3e --- /dev/null +++ b/src/styles/font/iconfont.json @@ -0,0 +1,1010 @@ +{ + "id": "1945396", + "name": "后台图标", + "font_family": "iconfont", + "css_prefix_text": "icon", + "description": "", + "glyphs": [ + { + "icon_id": "18236207", + "name": "编辑", + "font_class": "bianji2", + "unicode": "e682", + "unicode_decimal": 59010 + }, + { + "icon_id": "18235370", + "name": "更多展开", + "font_class": "gengduozhankai1", + "unicode": "e67e", + "unicode_decimal": 59006 + }, + { + "icon_id": "18235371", + "name": "图片", + "font_class": "tupian3", + "unicode": "e67f", + "unicode_decimal": 59007 + }, + { + "icon_id": "18235372", + "name": "表情", + "font_class": "biaoqing2", + "unicode": "e680", + "unicode_decimal": 59008 + }, + { + "icon_id": "18235373", + "name": "话术", + "font_class": "huashu1", + "unicode": "e681", + "unicode_decimal": 59009 + }, + { + "icon_id": "18164660", + "name": "商品退款金额", + "font_class": "shangpintuikuanjine", + "unicode": "e679", + "unicode_decimal": 59001 + }, + { + "icon_id": "18164661", + "name": "交易金额", + "font_class": "jiaoyijine", + "unicode": "e67a", + "unicode_decimal": 59002 + }, + { + "icon_id": "18164662", + "name": "余额支付金额", + "font_class": "yuezhifujine", + "unicode": "e67b", + "unicode_decimal": 59003 + }, + { + "icon_id": "18164663", + "name": "支付佣金金额", + "font_class": "zhifuyongjinjine", + "unicode": "e67c", + "unicode_decimal": 59004 + }, + { + "icon_id": "18164664", + "name": "线下收银金额", + "font_class": "xianxiashouyinjine", + "unicode": "e67d", + "unicode_decimal": 59005 + }, + { + "icon_id": "18094807", + "name": "聊天", + "font_class": "liaotian", + "unicode": "e769", + "unicode_decimal": 59241 + }, + { + "icon_id": "18038482", + "name": "编辑 (1)", + "font_class": "bianji11", + "unicode": "e678", + "unicode_decimal": 59000 + }, + { + "icon_id": "18029991", + "name": "进入", + "font_class": "jinru", + "unicode": "e676", + "unicode_decimal": 58998 + }, + { + "icon_id": "18029992", + "name": "返回", + "font_class": "fanhui", + "unicode": "e677", + "unicode_decimal": 58999 + }, + { + "icon_id": "18029937", + "name": "更多", + "font_class": "gengduo", + "unicode": "e66d", + "unicode_decimal": 58989 + }, + { + "icon_id": "18029938", + "name": "发送", + "font_class": "fasong", + "unicode": "e66e", + "unicode_decimal": 58990 + }, + { + "icon_id": "18029939", + "name": "叉", + "font_class": "cha1", + "unicode": "e66f", + "unicode_decimal": 58991 + }, + { + "icon_id": "18029940", + "name": "密码", + "font_class": "mima", + "unicode": "e670", + "unicode_decimal": 58992 + }, + { + "icon_id": "18029941", + "name": "搜索", + "font_class": "sousuo", + "unicode": "e671", + "unicode_decimal": 58993 + }, + { + "icon_id": "18029942", + "name": "手机", + "font_class": "shouji", + "unicode": "e672", + "unicode_decimal": 58994 + }, + { + "icon_id": "18029943", + "name": "退出", + "font_class": "tuichu", + "unicode": "e673", + "unicode_decimal": 58995 + }, + { + "icon_id": "18029944", + "name": "商品信息", + "font_class": "shangpinxinxi", + "unicode": "e674", + "unicode_decimal": 58996 + }, + { + "icon_id": "18029945", + "name": "账号", + "font_class": "zhanghao", + "unicode": "e675", + "unicode_decimal": 58997 + }, + { + "icon_id": "18029928", + "name": "表情", + "font_class": "biaoqing", + "unicode": "e668", + "unicode_decimal": 58984 + }, + { + "icon_id": "18029929", + "name": "更多展开", + "font_class": "gengduozhankai", + "unicode": "e669", + "unicode_decimal": 58985 + }, + { + "icon_id": "18029930", + "name": "话术", + "font_class": "huashu", + "unicode": "e66b", + "unicode_decimal": 58987 + }, + { + "icon_id": "18029931", + "name": "图片", + "font_class": "tupian2", + "unicode": "e66c", + "unicode_decimal": 58988 + }, + { + "icon_id": "18014797", + "name": "添加 (1) (1)", + "font_class": "tianjia11", + "unicode": "e662", + "unicode_decimal": 58978 + }, + { + "icon_id": "18014798", + "name": "编辑 (1)", + "font_class": "bianji1", + "unicode": "e663", + "unicode_decimal": 58979 + }, + { + "icon_id": "18014799", + "name": "设置 (1)", + "font_class": "shezhi1", + "unicode": "e664", + "unicode_decimal": 58980 + }, + { + "icon_id": "18014800", + "name": "删除", + "font_class": "shanchu1", + "unicode": "e665", + "unicode_decimal": 58981 + }, + { + "icon_id": "18014801", + "name": "加号", + "font_class": "jiahao", + "unicode": "e666", + "unicode_decimal": 58982 + }, + { + "icon_id": "18014802", + "name": "叉", + "font_class": "cha", + "unicode": "e667", + "unicode_decimal": 58983 + }, + { + "icon_id": "17964902", + "name": "删除", + "font_class": "shanchu", + "unicode": "e767", + "unicode_decimal": 59239 + }, + { + "icon_id": "17964878", + "name": "编辑", + "font_class": "bianji", + "unicode": "e768", + "unicode_decimal": 59240 + }, + { + "icon_id": "3033955", + "name": "对号", + "font_class": "duihao", + "unicode": "e6ba", + "unicode_decimal": 59066 + }, + { + "icon_id": "17931155", + "name": "待评价", + "font_class": "daipingjia", + "unicode": "e65d", + "unicode_decimal": 58973 + }, + { + "icon_id": "17931156", + "name": "待收货", + "font_class": "daishouhuo", + "unicode": "e65e", + "unicode_decimal": 58974 + }, + { + "icon_id": "17931157", + "name": "售后-退款", + "font_class": "shouhou-tuikuan", + "unicode": "e65f", + "unicode_decimal": 58975 + }, + { + "icon_id": "17931158", + "name": "待发货", + "font_class": "daifahuo", + "unicode": "e660", + "unicode_decimal": 58976 + }, + { + "icon_id": "17931159", + "name": "待付款", + "font_class": "daifukuan", + "unicode": "e661", + "unicode_decimal": 58977 + }, + { + "icon_id": "17871185", + "name": "转接", + "font_class": "zhuanjie", + "unicode": "e766", + "unicode_decimal": 59238 + }, + { + "icon_id": "17829133", + "name": "浏览器", + "font_class": "liulanqi", + "unicode": "e65c", + "unicode_decimal": 58972 + }, + { + "icon_id": "17786896", + "name": "访客数", + "font_class": "fangkeshu", + "unicode": "e63f", + "unicode_decimal": 58943 + }, + { + "icon_id": "17786793", + "name": "访问量", + "font_class": "fangwenliang", + "unicode": "e642", + "unicode_decimal": 58946 + }, + { + "icon_id": "17786484", + "name": "成交用户数", + "font_class": "chengjiaoyonghushu", + "unicode": "e63d", + "unicode_decimal": 58941 + }, + { + "icon_id": "17786485", + "name": "充值件数", + "font_class": "chongzhijianshu", + "unicode": "e63e", + "unicode_decimal": 58942 + }, + { + "icon_id": "17786487", + "name": "成本金额", + "font_class": "chengbenjine", + "unicode": "e640", + "unicode_decimal": 58944 + }, + { + "icon_id": "17786488", + "name": "付费会员数", + "font_class": "fufeihuiyuanshu", + "unicode": "e641", + "unicode_decimal": 58945 + }, + { + "icon_id": "17786490", + "name": "充值用户数", + "font_class": "chongzhiyonghushu", + "unicode": "e643", + "unicode_decimal": 58947 + }, + { + "icon_id": "17786491", + "name": "购买会员金额", + "font_class": "goumaihuiyuanjine", + "unicode": "e644", + "unicode_decimal": 58948 + }, + { + "icon_id": "17786492", + "name": "访客-支付转化率", + "font_class": "fangke-zhifuzhuanhuashuai", + "unicode": "e645", + "unicode_decimal": 58949 + }, + { + "icon_id": "17786493", + "name": "净增用户", + "font_class": "jingzengyonghu", + "unicode": "e646", + "unicode_decimal": 58950 + }, + { + "icon_id": "17786494", + "name": "客单价", + "font_class": "kedanjia", + "unicode": "e647", + "unicode_decimal": 58951 + }, + { + "icon_id": "17786495", + "name": "加购件数", + "font_class": "jiagoujianshu", + "unicode": "e648", + "unicode_decimal": 58952 + }, + { + "icon_id": "17786496", + "name": "累计充值用户", + "font_class": "leijichongzhiyonghu", + "unicode": "e649", + "unicode_decimal": 58953 + }, + { + "icon_id": "17786497", + "name": "累计成交用户", + "font_class": "leijichengjiaoyonghu", + "unicode": "e64a", + "unicode_decimal": 58954 + }, + { + "icon_id": "17786498", + "name": "累计会员数", + "font_class": "leijihuiyuanshu", + "unicode": "e64b", + "unicode_decimal": 58955 + }, + { + "icon_id": "17786499", + "name": "商品浏览量", + "font_class": "shangpinliulanliang", + "unicode": "e64c", + "unicode_decimal": 58956 + }, + { + "icon_id": "17786500", + "name": "商品支付金额", + "font_class": "shangpinzhifujine", + "unicode": "e64d", + "unicode_decimal": 58957 + }, + { + "icon_id": "17786501", + "name": "退款件数", + "font_class": "tuikuanjianshu", + "unicode": "e64e", + "unicode_decimal": 58958 + }, + { + "icon_id": "17786502", + "name": "累计关注用户", + "font_class": "leijiguanzhuyonghu", + "unicode": "e64f", + "unicode_decimal": 58959 + }, + { + "icon_id": "17786503", + "name": "退款", + "font_class": "tuikuan", + "unicode": "e650", + "unicode_decimal": 58960 + }, + { + "icon_id": "17786504", + "name": "下单件数", + "font_class": "xiadanjianshu", + "unicode": "e651", + "unicode_decimal": 58961 + }, + { + "icon_id": "17786505", + "name": "累计取关用户", + "font_class": "leijiquguanyonghu", + "unicode": "e652", + "unicode_decimal": 58962 + }, + { + "icon_id": "17786506", + "name": "累计用户", + "font_class": "leijiyonghu", + "unicode": "e653", + "unicode_decimal": 58963 + }, + { + "icon_id": "17786507", + "name": "新增取关用户", + "font_class": "xinzengquguanyonghu", + "unicode": "e654", + "unicode_decimal": 58964 + }, + { + "icon_id": "17786508", + "name": "商品访客数", + "font_class": "shangpinfangkeshu", + "unicode": "e655", + "unicode_decimal": 58965 + }, + { + "icon_id": "17786509", + "name": "新增用户数", + "font_class": "xinzengyonghushu", + "unicode": "e656", + "unicode_decimal": 58966 + }, + { + "icon_id": "17786510", + "name": "新增关注用户", + "font_class": "xinzengguanzhuyonghu", + "unicode": "e657", + "unicode_decimal": 58967 + }, + { + "icon_id": "17786511", + "name": "支付金额", + "font_class": "zhifujine", + "unicode": "e658", + "unicode_decimal": 58968 + }, + { + "icon_id": "17786512", + "name": "营业额", + "font_class": "yingyee", + "unicode": "e659", + "unicode_decimal": 58969 + }, + { + "icon_id": "17786513", + "name": "支付件数", + "font_class": "zhifujianshu", + "unicode": "e65a", + "unicode_decimal": 58970 + }, + { + "icon_id": "17786514", + "name": "支出金额", + "font_class": "zhichujine", + "unicode": "e65b", + "unicode_decimal": 58971 + }, + { + "icon_id": "3716229", + "name": "关机", + "font_class": "guanji", + "unicode": "e6ed", + "unicode_decimal": 59117 + }, + { + "icon_id": "4144169", + "name": "声音 静音 线性", + "font_class": "shengyinjingyinxianxing", + "unicode": "e94f", + "unicode_decimal": 59727 + }, + { + "icon_id": "8960847", + "name": "声音", + "font_class": "shengyinyinliang", + "unicode": "e66a", + "unicode_decimal": 58986 + }, + { + "icon_id": "17742623", + "name": "关闭", + "font_class": "guanbi5", + "unicode": "e761", + "unicode_decimal": 59233 + }, + { + "icon_id": "17742651", + "name": "图片", + "font_class": "tupian1", + "unicode": "e762", + "unicode_decimal": 59234 + }, + { + "icon_id": "17742653", + "name": "表情", + "font_class": "biaoqing1", + "unicode": "e764", + "unicode_decimal": 59236 + }, + { + "icon_id": "17742749", + "name": "账号密码", + "font_class": "zhanghaomima", + "unicode": "e763", + "unicode_decimal": 59235 + }, + { + "icon_id": "17742750", + "name": "二维码", + "font_class": "erweima2", + "unicode": "e765", + "unicode_decimal": 59237 + }, + { + "icon_id": "16106384", + "name": "矩形", + "font_class": "juxing", + "unicode": "e628", + "unicode_decimal": 58920 + }, + { + "icon_id": "16106356", + "name": "自动选择", + "font_class": "zidongxuanze", + "unicode": "e625", + "unicode_decimal": 58917 + }, + { + "icon_id": "16106269", + "name": "手动选择", + "font_class": "shoudongxuanze", + "unicode": "e626", + "unicode_decimal": 58918 + }, + { + "icon_id": "16106224", + "name": "单列", + "font_class": "danlie", + "unicode": "e622", + "unicode_decimal": 58914 + }, + { + "icon_id": "16106225", + "name": "两列", + "font_class": "lianglie", + "unicode": "e623", + "unicode_decimal": 58915 + }, + { + "icon_id": "16106226", + "name": "三列", + "font_class": "sanlie", + "unicode": "e624", + "unicode_decimal": 58916 + }, + { + "icon_id": "16106197", + "name": "直播中", + "font_class": "zhibozhong", + "unicode": "e621", + "unicode_decimal": 58913 + }, + { + "icon_id": "16106160", + "name": "已结束", + "font_class": "yijieshu", + "unicode": "e61f", + "unicode_decimal": 58911 + }, + { + "icon_id": "16106161", + "name": "未开始", + "font_class": "weikaishi", + "unicode": "e620", + "unicode_decimal": 58912 + }, + { + "icon_id": "16085764", + "name": "drag2", + "font_class": "drag2", + "unicode": "e61e", + "unicode_decimal": 58910 + }, + { + "icon_id": "16085227", + "name": "banner_3~", + "font_class": "banner_3", + "unicode": "e613", + "unicode_decimal": 58899 + }, + { + "icon_id": "16016764", + "name": "小程序直播", + "font_class": "xiaochengxuzhibo", + "unicode": "e63c", + "unicode_decimal": 58940 + }, + { + "icon_id": "16001808", + "name": "Solid line", + "font_class": "Solidline", + "unicode": "e61b", + "unicode_decimal": 58907 + }, + { + "icon_id": "16001809", + "name": "Dotted line", + "font_class": "Dottedline", + "unicode": "e61c", + "unicode_decimal": 58908 + }, + { + "icon_id": "16001810", + "name": "Dot line", + "font_class": "Dotline", + "unicode": "e61d", + "unicode_decimal": 58909 + }, + { + "icon_id": "16001732", + "name": "drop-down", + "font_class": "drop-down", + "unicode": "e619", + "unicode_decimal": 58905 + }, + { + "icon_id": "15999602", + "name": "Dot", + "font_class": "Dot", + "unicode": "e605", + "unicode_decimal": 58885 + }, + { + "icon_id": "15999610", + "name": "Square point", + "font_class": "Squarepoint", + "unicode": "e60d", + "unicode_decimal": 58893 + }, + { + "icon_id": "15999605", + "name": "del_2", + "font_class": "del_2", + "unicode": "e608", + "unicode_decimal": 58888 + }, + { + "icon_id": "15999609", + "name": "add to", + "font_class": "addto", + "unicode": "e60c", + "unicode_decimal": 58892 + }, + { + "icon_id": "15999613", + "name": "del_1", + "font_class": "del_1", + "unicode": "e610", + "unicode_decimal": 58896 + }, + { + "icon_id": "15999620", + "name": "drag", + "font_class": "drag", + "unicode": "e617", + "unicode_decimal": 58903 + }, + { + "icon_id": "15999597", + "name": "Comm_number", + "font_class": "Comm_number", + "unicode": "e600", + "unicode_decimal": 58880 + }, + { + "icon_id": "15999600", + "name": "Comm_whole", + "font_class": "Comm_whole", + "unicode": "e603", + "unicode_decimal": 58883 + }, + { + "icon_id": "15999619", + "name": "Comm_Price", + "font_class": "Comm_Price", + "unicode": "e616", + "unicode_decimal": 58902 + }, + { + "icon_id": "15999611", + "name": "Pic_square", + "font_class": "Pic_square", + "unicode": "e60e", + "unicode_decimal": 58894 + }, + { + "icon_id": "15999612", + "name": "Pic_fillet", + "font_class": "Pic_fillet", + "unicode": "e60f", + "unicode_decimal": 58895 + }, + { + "icon_id": "15999618", + "name": "search_2", + "font_class": "search_2", + "unicode": "e615", + "unicode_decimal": 58901 + }, + { + "icon_id": "15999621", + "name": "search_1", + "font_class": "search_1", + "unicode": "e618", + "unicode_decimal": 58904 + }, + { + "icon_id": "15999599", + "name": "banner_2", + "font_class": "banner_2", + "unicode": "e602", + "unicode_decimal": 58882 + }, + { + "icon_id": "15999606", + "name": "Pic_small", + "font_class": "Pic_small", + "unicode": "e609", + "unicode_decimal": 58889 + }, + { + "icon_id": "15999607", + "name": "Pic_big", + "font_class": "Pic_big", + "unicode": "e60a", + "unicode_decimal": 58890 + }, + { + "icon_id": "15999608", + "name": "banner_1", + "font_class": "banner_1", + "unicode": "e60b", + "unicode_decimal": 58891 + }, + { + "icon_id": "15999598", + "name": "doc_skew", + "font_class": "doc_skew", + "unicode": "e601", + "unicode_decimal": 58881 + }, + { + "icon_id": "15999601", + "name": "doc_bold", + "font_class": "doc_bold", + "unicode": "e604", + "unicode_decimal": 58884 + }, + { + "icon_id": "15999623", + "name": "doc_general", + "font_class": "doc_general", + "unicode": "e61a", + "unicode_decimal": 58906 + }, + { + "icon_id": "15999603", + "name": "five", + "font_class": "five", + "unicode": "e606", + "unicode_decimal": 58886 + }, + { + "icon_id": "15999617", + "name": "Four", + "font_class": "Four", + "unicode": "e614", + "unicode_decimal": 58900 + }, + { + "icon_id": "15999604", + "name": "doc_center", + "font_class": "doc_center", + "unicode": "e607", + "unicode_decimal": 58887 + }, + { + "icon_id": "15999614", + "name": "doc_right", + "font_class": "doc_right", + "unicode": "e611", + "unicode_decimal": 58897 + }, + { + "icon_id": "15999615", + "name": "doc_left", + "font_class": "doc_left", + "unicode": "e612", + "unicode_decimal": 58898 + }, + { + "icon_id": "1635049", + "name": "图片", + "font_class": "tupian", + "unicode": "e63b", + "unicode_decimal": 58939 + }, + { + "icon_id": "15929253", + "name": "客服", + "font_class": "kefu", + "unicode": "e633", + "unicode_decimal": 58931 + }, + { + "icon_id": "15929259", + "name": "辅助线", + "font_class": "fuzhuxian", + "unicode": "e63a", + "unicode_decimal": 58938 + }, + { + "icon_id": "15929182", + "name": "标题", + "font_class": "biaoti", + "unicode": "e627", + "unicode_decimal": 58919 + }, + { + "icon_id": "15929184", + "name": "导航组", + "font_class": "daohangzu", + "unicode": "e629", + "unicode_decimal": 58921 + }, + { + "icon_id": "15929185", + "name": "辅助空白", + "font_class": "fuzhukongbai", + "unicode": "e62a", + "unicode_decimal": 58922 + }, + { + "icon_id": "15929186", + "name": "分类导航", + "font_class": "fenleidaohang", + "unicode": "e62b", + "unicode_decimal": 58923 + }, + { + "icon_id": "15929187", + "name": "推荐组", + "font_class": "cuxiaoliebiao", + "unicode": "e62c", + "unicode_decimal": 58924 + }, + { + "icon_id": "15929188", + "name": "助力", + "font_class": "kanjia", + "unicode": "e62d", + "unicode_decimal": 58925 + }, + { + "icon_id": "15929189", + "name": "关注公众号", + "font_class": "guanzhugongzhonghao", + "unicode": "e62e", + "unicode_decimal": 58926 + }, + { + "icon_id": "15929190", + "name": "活动魔方", + "font_class": "huodongmofang", + "unicode": "e62f", + "unicode_decimal": 58927 + }, + { + "icon_id": "15929191", + "name": "富文本", + "font_class": "fuwenben", + "unicode": "e630", + "unicode_decimal": 58928 + }, + { + "icon_id": "15929193", + "name": "秒杀", + "font_class": "miaosha", + "unicode": "e631", + "unicode_decimal": 58929 + }, + { + "icon_id": "15929194", + "name": "商品列表", + "font_class": "shangpinliebiao", + "unicode": "e632", + "unicode_decimal": 58930 + }, + { + "icon_id": "15929196", + "name": "拼团", + "font_class": "pintuan", + "unicode": "e634", + "unicode_decimal": 58932 + }, + { + "icon_id": "15929197", + "name": "搜素框", + "font_class": "sousukuang", + "unicode": "e635", + "unicode_decimal": 58933 + }, + { + "icon_id": "15929198", + "name": "图片广告", + "font_class": "tupianguanggao", + "unicode": "e636", + "unicode_decimal": 58934 + }, + { + "icon_id": "15929199", + "name": "新闻播报", + "font_class": "xinwenbobao", + "unicode": "e637", + "unicode_decimal": 58935 + }, + { + "icon_id": "15929200", + "name": "文章列表", + "font_class": "wenzhangliebiao", + "unicode": "e638", + "unicode_decimal": 58936 + }, + { + "icon_id": "15929201", + "name": "优惠券", + "font_class": "youhuiquan", + "unicode": "e639", + "unicode_decimal": 58937 + } + ] +} diff --git a/src/styles/font/iconfont.svg b/src/styles/font/iconfont.svg new file mode 100644 index 0000000..19cf6da --- /dev/null +++ b/src/styles/font/iconfont.svg @@ -0,0 +1,455 @@ + + + + + +Created by iconfont + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/styles/font/iconfont.ttf b/src/styles/font/iconfont.ttf new file mode 100644 index 0000000..2394664 Binary files /dev/null and b/src/styles/font/iconfont.ttf differ diff --git a/src/styles/font/iconfont.woff b/src/styles/font/iconfont.woff new file mode 100644 index 0000000..338b4a4 Binary files /dev/null and b/src/styles/font/iconfont.woff differ diff --git a/src/styles/font/iconfont.woff2 b/src/styles/font/iconfont.woff2 new file mode 100644 index 0000000..a9c9527 Binary files /dev/null and b/src/styles/font/iconfont.woff2 differ diff --git a/src/styles/iconfont/demo.css b/src/styles/iconfont/demo.css new file mode 100644 index 0000000..a67054a --- /dev/null +++ b/src/styles/iconfont/demo.css @@ -0,0 +1,539 @@ +/* Logo 字体 */ +@font-face { + font-family: "iconfont logo"; + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834'); + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg'); +} + +.logo { + font-family: "iconfont logo"; + font-size: 160px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +/* tabs */ +.nav-tabs { + position: relative; +} + +.nav-tabs .nav-more { + position: absolute; + right: 0; + bottom: 0; + height: 42px; + line-height: 42px; + color: #666; +} + +#tabs { + border-bottom: 1px solid #eee; +} + +#tabs li { + cursor: pointer; + width: 100px; + height: 40px; + line-height: 40px; + text-align: center; + font-size: 16px; + border-bottom: 2px solid transparent; + position: relative; + z-index: 1; + margin-bottom: -1px; + color: #666; +} + + +#tabs .active { + border-bottom-color: #f00; + color: #222; +} + +.tab-container .content { + display: none; +} + +/* 页面布局 */ +.main { + padding: 30px 100px; + width: 960px; + margin: 0 auto; +} + +.main .logo { + color: #333; + text-align: left; + margin-bottom: 30px; + line-height: 1; + height: 110px; + margin-top: -50px; + overflow: hidden; + *zoom: 1; +} + +.main .logo a { + font-size: 160px; + color: #333; +} + +.helps { + margin-top: 40px; +} + +.helps pre { + padding: 20px; + margin: 10px 0; + border: solid 1px #e7e1cd; + background-color: #fffdef; + overflow: auto; +} + +.icon_lists { + width: 100% !important; + overflow: hidden; + *zoom: 1; +} + +.icon_lists li { + width: 100px; + margin-bottom: 10px; + margin-right: 20px; + text-align: center; + list-style: none !important; + cursor: default; +} + +.icon_lists li .code-name { + line-height: 1.2; +} + +.icon_lists .icon { + display: block; + height: 100px; + line-height: 100px; + font-size: 42px; + margin: 10px auto; + color: #333; + -webkit-transition: font-size 0.25s linear, width 0.25s linear; + -moz-transition: font-size 0.25s linear, width 0.25s linear; + transition: font-size 0.25s linear, width 0.25s linear; +} + +.icon_lists .icon:hover { + font-size: 100px; +} + +.icon_lists .svg-icon { + /* 通过设置 font-size 来改变图标大小 */ + width: 1em; + /* 图标和文字相邻时,垂直对齐 */ + vertical-align: -0.15em; + /* 通过设置 color 来改变 SVG 的颜色/fill */ + fill: currentColor; + /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示 + normalize.css 中也包含这行 */ + overflow: hidden; +} + +.icon_lists li .name, +.icon_lists li .code-name { + color: #666; +} + +/* markdown 样式 */ +.markdown { + color: #666; + font-size: 14px; + line-height: 1.8; +} + +.highlight { + line-height: 1.5; +} + +.markdown img { + vertical-align: middle; + max-width: 100%; +} + +.markdown h1 { + color: #404040; + font-weight: 500; + line-height: 40px; + margin-bottom: 24px; +} + +.markdown h2, +.markdown h3, +.markdown h4, +.markdown h5, +.markdown h6 { + color: #404040; + margin: 1.6em 0 0.6em 0; + font-weight: 500; + clear: both; +} + +.markdown h1 { + font-size: 28px; +} + +.markdown h2 { + font-size: 22px; +} + +.markdown h3 { + font-size: 16px; +} + +.markdown h4 { + font-size: 14px; +} + +.markdown h5 { + font-size: 12px; +} + +.markdown h6 { + font-size: 12px; +} + +.markdown hr { + height: 1px; + border: 0; + background: #e9e9e9; + margin: 16px 0; + clear: both; +} + +.markdown p { + margin: 1em 0; +} + +.markdown>p, +.markdown>blockquote, +.markdown>.highlight, +.markdown>ol, +.markdown>ul { + width: 80%; +} + +.markdown ul>li { + list-style: circle; +} + +.markdown>ul li, +.markdown blockquote ul>li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown>ul li p, +.markdown>ol li p { + margin: 0.6em 0; +} + +.markdown ol>li { + list-style: decimal; +} + +.markdown>ol li, +.markdown blockquote ol>li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown code { + margin: 0 3px; + padding: 0 5px; + background: #eee; + border-radius: 3px; +} + +.markdown strong, +.markdown b { + font-weight: 600; +} + +.markdown>table { + border-collapse: collapse; + border-spacing: 0px; + empty-cells: show; + border: 1px solid #e9e9e9; + width: 95%; + margin-bottom: 24px; +} + +.markdown>table th { + white-space: nowrap; + color: #333; + font-weight: 600; +} + +.markdown>table th, +.markdown>table td { + border: 1px solid #e9e9e9; + padding: 8px 16px; + text-align: left; +} + +.markdown>table th { + background: #F7F7F7; +} + +.markdown blockquote { + font-size: 90%; + color: #999; + border-left: 4px solid #e9e9e9; + padding-left: 0.8em; + margin: 1em 0; +} + +.markdown blockquote p { + margin: 0; +} + +.markdown .anchor { + opacity: 0; + transition: opacity 0.3s ease; + margin-left: 8px; +} + +.markdown .waiting { + color: #ccc; +} + +.markdown h1:hover .anchor, +.markdown h2:hover .anchor, +.markdown h3:hover .anchor, +.markdown h4:hover .anchor, +.markdown h5:hover .anchor, +.markdown h6:hover .anchor { + opacity: 1; + display: inline-block; +} + +.markdown>br, +.markdown>p>br { + clear: both; +} + + +.hljs { + display: block; + background: white; + padding: 0.5em; + color: #333333; + overflow-x: auto; +} + +.hljs-comment, +.hljs-meta { + color: #969896; +} + +.hljs-string, +.hljs-variable, +.hljs-template-variable, +.hljs-strong, +.hljs-emphasis, +.hljs-quote { + color: #df5000; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-type { + color: #a71d5d; +} + +.hljs-literal, +.hljs-symbol, +.hljs-bullet, +.hljs-attribute { + color: #0086b3; +} + +.hljs-section, +.hljs-name { + color: #63a35c; +} + +.hljs-tag { + color: #333333; +} + +.hljs-title, +.hljs-attr, +.hljs-selector-id, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo { + color: #795da3; +} + +.hljs-addition { + color: #55a532; + background-color: #eaffea; +} + +.hljs-deletion { + color: #bd2c00; + background-color: #ffecec; +} + +.hljs-link { + text-decoration: underline; +} + +/* 代码高亮 */ +/* PrismJS 1.15.0 +https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */ +/** + * prism.js default theme for JavaScript, CSS and HTML + * Based on dabblet (http://dabblet.com) + * @author Lea Verou + */ +code[class*="language-"], +pre[class*="language-"] { + color: black; + background: none; + text-shadow: 0 1px white; + font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; + text-align: left; + white-space: pre; + word-spacing: normal; + word-break: normal; + word-wrap: normal; + line-height: 1.5; + + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; +} + +pre[class*="language-"]::-moz-selection, +pre[class*="language-"] ::-moz-selection, +code[class*="language-"]::-moz-selection, +code[class*="language-"] ::-moz-selection { + text-shadow: none; + background: #b3d4fc; +} + +pre[class*="language-"]::selection, +pre[class*="language-"] ::selection, +code[class*="language-"]::selection, +code[class*="language-"] ::selection { + text-shadow: none; + background: #b3d4fc; +} + +@media print { + + code[class*="language-"], + pre[class*="language-"] { + text-shadow: none; + } +} + +/* Code blocks */ +pre[class*="language-"] { + padding: 1em; + margin: .5em 0; + overflow: auto; +} + +:not(pre)>code[class*="language-"], +pre[class*="language-"] { + background: #f5f2f0; +} + +/* Inline code */ +:not(pre)>code[class*="language-"] { + padding: .1em; + border-radius: .3em; + white-space: normal; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: slategray; +} + +.token.punctuation { + color: #999; +} + +.namespace { + opacity: .7; +} + +.token.property, +.token.tag, +.token.boolean, +.token.number, +.token.constant, +.token.symbol, +.token.deleted { + color: #905; +} + +.token.selector, +.token.attr-name, +.token.string, +.token.char, +.token.builtin, +.token.inserted { + color: #690; +} + +.token.operator, +.token.entity, +.token.url, +.language-css .token.string, +.style .token.string { + color: #9a6e3a; + background: hsla(0, 0%, 100%, .5); +} + +.token.atrule, +.token.attr-value, +.token.keyword { + color: #07a; +} + +.token.function, +.token.class-name { + color: #DD4A68; +} + +.token.regex, +.token.important, +.token.variable { + color: #e90; +} + +.token.important, +.token.bold { + font-weight: bold; +} + +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} diff --git a/src/styles/iconfont/demo_index.html b/src/styles/iconfont/demo_index.html new file mode 100644 index 0000000..59cbb19 --- /dev/null +++ b/src/styles/iconfont/demo_index.html @@ -0,0 +1,11182 @@ + + + + + iconfont Demo + + + + + + + + + + + + + +
+

+ + +

+ +
+
+
    + +
  • + +
    待发货-积分
    +
    &#xe78c;
    +
  • + +
  • + +
    ic_fire
    +
    &#xe78b;
    +
  • + +
  • + +
    复选框-未选中
    +
    &#xe78f;
    +
  • + +
  • + +
    复制
    +
    &#xe787;
    +
  • + +
  • + +
    操作-整体
    +
    &#xe788;
    +
  • + +
  • + +
    操作-边角
    +
    &#xe789;
    +
  • + +
  • + +
    播放
    +
    &#xe78a;
    +
  • + +
  • + +
    右上角
    +
    &#xe77d;
    +
  • + +
  • + +
    关闭
    +
    &#xe77e;
    +
  • + +
  • + +
    +
    &#xe77f;
    +
  • + +
  • + +
    形状结合
    +
    &#xe780;
    +
  • + +
  • + +
    显示
    +
    &#xe781;
    +
  • + +
  • + +
    完成
    +
    &#xe782;
    +
  • + +
  • + +
    删除
    +
    &#xe783;
    +
  • + +
  • + +
    +
    &#xe784;
    +
  • + +
  • + +
    加号
    +
    &#xe785;
    +
  • + +
  • + +
    复选框-选中
    +
    &#xe786;
    +
  • + +
  • + +
    右下角
    +
    &#xe75a;
    +
  • + +
  • + +
    隐藏
    +
    &#xe76f;
    +
  • + +
  • + +
    购物车
    +
    &#xe779;
    +
  • + +
  • + +
    +
    &#xe77a;
    +
  • + +
  • + +
    左上角
    +
    &#xe77b;
    +
  • + +
  • + +
    左下角
    +
    &#xe77c;
    +
  • + +
  • + +
    组件-公众号
    +
    &#xe759;
    +
  • + +
  • + +
    组件-拼团
    +
    &#xe770;
    +
  • + +
  • + +
    组件-商品选项卡
    +
    &#xe771;
    +
  • + +
  • + +
    组件-签到
    +
    &#xe772;
    +
  • + +
  • + +
    组件-悬浮按钮
    +
    &#xe773;
    +
  • + +
  • + +
    组件-选项卡
    +
    &#xe774;
    +
  • + +
  • + +
    组件-积分商城
    +
    &#xe775;
    +
  • + +
  • + +
    组件-砍价
    +
    &#xe776;
    +
  • + +
  • + +
    组件-热区
    +
    &#xe777;
    +
  • + +
  • + +
    组件-短视频
    +
    &#xe778;
    +
  • + +
  • + +
    组件-新人专享
    +
    &#xe755;
    +
  • + +
  • + +
    组件-排行榜
    +
    &#xe76a;
    +
  • + +
  • + +
    组件-用户信息
    +
    &#xe76b;
    +
  • + +
  • + +
    组件-预售
    +
    &#xe76e;
    +
  • + +
  • + +
    组件-店铺街
    +
    &#xe735;
    +
  • + +
  • + +
    组件-导航组
    +
    &#xe736;
    +
  • + +
  • + +
    组件-标题
    +
    &#xe737;
    +
  • + +
  • + +
    组件-辅助空白
    +
    &#xe738;
    +
  • + +
  • + +
    组件-图片魔方
    +
    &#xe73a;
    +
  • + +
  • + +
    组件-商品分类
    +
    &#xe745;
    +
  • + +
  • + +
    组件-文章列表
    +
    &#xe746;
    +
  • + +
  • + +
    组件-商品列表
    +
    &#xe747;
    +
  • + +
  • + +
    组件-轮播图
    +
    &#xe748;
    +
  • + +
  • + +
    组件-小程序直播
    +
    &#xe749;
    +
  • + +
  • + +
    组件-富文本
    +
    &#xe74a;
    +
  • + +
  • + +
    组件-视频
    +
    &#xe74b;
    +
  • + +
  • + +
    组件-搜索框
    +
    &#xe74c;
    +
  • + +
  • + +
    组件-种草社区
    +
    &#xe74d;
    +
  • + +
  • + +
    组件-悬浮菜单
    +
    &#xe74e;
    +
  • + +
  • + +
    组件-秒杀
    +
    &#xe74f;
    +
  • + +
  • + +
    组件-优惠券
    +
    &#xe750;
    +
  • + +
  • + +
    组件-新闻播报
    +
    &#xe751;
    +
  • + +
  • + +
    组件-选项卡
    +
    &#xe752;
    +
  • + +
  • + +
    组件-轮播搜索
    +
    &#xe753;
    +
  • + +
  • + +
    组件-辅助线
    +
    &#xe754;
    +
  • + +
  • + +
    组件-底部菜单
    +
    &#xe734;
    +
  • + +
  • + +
    待发货
    +
    &#xe732;
    +
  • + +
  • + +
    待处理-用户反馈
    +
    &#xe733;
    +
  • + +
  • + +
    待退款
    +
    &#xe726;
    +
  • + +
  • + +
    待审核-提现
    +
    &#xe727;
    +
  • + +
  • + +
    待审核-商户入驻
    +
    &#xe728;
    +
  • + +
  • + +
    待审核-社区内容
    +
    &#xe729;
    +
  • + +
  • + +
    警戒库存
    +
    &#xe72a;
    +
  • + +
  • + +
    待审核-转账
    +
    &#xe72b;
    +
  • + +
  • + +
    普通商品
    +
    &#xe72c;
    +
  • + +
  • + +
    售罄商品
    +
    &#xe72d;
    +
  • + +
  • + +
    待核销-分销礼包
    +
    &#xe72e;
    +
  • + +
  • + +
    待回复
    +
    &#xe72f;
    +
  • + +
  • + +
    待开票
    +
    &#xe730;
    +
  • + +
  • + +
    待核销
    +
    &#xe731;
    +
  • + +
  • + +
    在售商品
    +
    &#xe724;
    +
  • + +
  • + +
    活动商品
    +
    &#xe725;
    +
  • + +
  • + +
    系统设置
    +
    &#xe71e;
    +
  • + +
  • + +
    用户管理
    +
    &#xe71f;
    +
  • + +
  • + +
    商品
    +
    &#xe720;
    +
  • + +
  • + +
    分销管理
    +
    &#xe721;
    +
  • + +
  • + +
    优惠券
    +
    &#xe722;
    +
  • + +
  • + +
    文章管理
    +
    &#xe723;
    +
  • + +
  • + +
    订单管理
    +
    &#xe71c;
    +
  • + +
  • + +
    短信配置
    +
    &#xe71d;
    +
  • + +
  • + +
    商业授权
    +
    &#xe71b;
    +
  • + +
  • + +
    微信支付
    +
    &#xe719;
    +
  • + +
  • + +
    支付宝
    +
    &#xe71a;
    +
  • + +
  • + +
    宫格
    +
    &#xe718;
    +
  • + +
  • + +
    列表
    +
    &#xe717;
    +
  • + +
  • + +
    收银台-收银
    +
    &#xe707;
    +
  • + +
  • + +
    收银台-订单
    +
    &#xe708;
    +
  • + +
  • + +
    收银台-核销
    +
    &#xe709;
    +
  • + +
  • + +
    收银台-桌码
    +
    &#xe711;
    +
  • + +
  • + +
    收银台-退货
    +
    &#xe712;
    +
  • + +
  • + +
    收银台-用户
    +
    &#xe713;
    +
  • + +
  • + +
    收银台-挂单
    +
    &#xe714;
    +
  • + +
  • + +
    收银台-充值
    +
    &#xe716;
    +
  • + +
  • + +
    渠道码
    +
    &#xe6da;
    +
  • + +
  • + +
    表单组件-多选框
    +
    &#xe6c9;
    +
  • + +
  • + +
    表单组件-日期
    +
    &#xe6ca;
    +
  • + +
  • + +
    表单组件-单选框
    +
    &#xe6cb;
    +
  • + +
  • + +
    表单组件-单行文本
    +
    &#xe6cc;
    +
  • + +
  • + +
    表单组件-日期范围
    +
    &#xe6cd;
    +
  • + +
  • + +
    表单组件-时间
    +
    &#xe6ce;
    +
  • + +
  • + +
    表单组件-下拉框
    +
    &#xe6cf;
    +
  • + +
  • + +
    表单组件-时间范围
    +
    &#xe6d0;
    +
  • + +
  • + +
    表单组件-图片
    +
    &#xe6d1;
    +
  • + +
  • + +
    表单组件-城市
    +
    &#xe6d2;
    +
  • + +
  • + +
    当前积分
    +
    &#xe6bb;
    +
  • + +
  • + +
    累计积分
    +
    &#xe6be;
    +
  • + +
  • + +
    发起人数
    +
    &#xe6bf;
    +
  • + +
  • + +
    剩余库存
    +
    &#xe6c0;
    +
  • + +
  • + +
    推广人数
    +
    &#xe6c1;
    +
  • + +
  • + +
    砍价成功
    +
    &#xe6c2;
    +
  • + +
  • + +
    成团数
    +
    &#xe6c3;
    +
  • + +
  • + +
    参与人数
    +
    &#xe6c4;
    +
  • + +
  • + +
    下单人数
    +
    &#xe6c5;
    +
  • + +
  • + +
    消耗积分
    +
    &#xe6c6;
    +
  • + +
  • + +
    支付订单
    +
    &#xe6c7;
    +
  • + +
  • + +
    支付人数
    +
    &#xe6c8;
    +
  • + +
  • + +
    新人礼
    +
    &#xe6bd;
    +
  • + +
  • + +
    会员激活
    +
    &#xe6bc;
    +
  • + +
  • + +
    样式二
    +
    &#xe69c;
    +
  • + +
  • + +
    样式一
    +
    &#xe69d;
    +
  • + +
  • + +
    组合- banner
    +
    &#xe8fe;
    +
  • + +
  • + +
    组合组件
    +
    &#xe8fb;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe8fc;
    +
  • + +
  • + +
    配置引导
    +
    &#xe8f8;
    +
  • + +
  • + +
    余额充值
    +
    &#xe8f5;
    +
  • + +
  • + +
    优惠套餐
    +
    &#xe8f6;
    +
  • + +
  • + +
    组合-分类
    +
    &#xe8ea;
    +
  • + +
  • + +
    配置引导
    +
    &#xe8e9;
    +
  • + +
  • + +
    短视频
    +
    &#xe8d9;
    +
  • + +
  • + +
    第n件n折
    +
    &#xe8da;
    +
  • + +
  • + +
    活动背景图
    +
    &#xe8db;
    +
  • + +
  • + +
    积分商城
    +
    &#xe8dc;
    +
  • + +
  • + +
    活动边框
    +
    &#xe8dd;
    +
  • + +
  • + +
    砍价活动
    +
    &#xe8de;
    +
  • + +
  • + +
    九宫格抽奖
    +
    &#xe8df;
    +
  • + +
  • + +
    满送活动
    +
    &#xe8e0;
    +
  • + +
  • + +
    满减满折
    +
    &#xe8e1;
    +
  • + +
  • + +
    每日签到
    +
    &#xe8e2;
    +
  • + +
  • + +
    文章
    +
    &#xe8e3;
    +
  • + +
  • + +
    秒杀活动
    +
    &#xe8e4;
    +
  • + +
  • + +
    拼团活动
    +
    &#xe8e5;
    +
  • + +
  • + +
    优惠券
    +
    &#xe8e6;
    +
  • + +
  • + +
    直播
    +
    &#xe8e7;
    +
  • + +
  • + +
    限时折扣
    +
    &#xe8e8;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe710;
    +
  • + +
  • + +
    热卖排行
    +
    &#xe70c;
    +
  • + +
  • + +
    用户信息
    +
    &#xe82e;
    +
  • + +
  • + +
    视频样式2
    +
    &#xe829;
    +
  • + +
  • + +
    标题
    +
    &#xe82a;
    +
  • + +
  • + +
    视频样式1
    +
    &#xe82b;
    +
  • + +
  • + +
    定位1
    +
    &#xe82c;
    +
  • + +
  • + +
    搜索1
    +
    &#xe82d;
    +
  • + +
  • + +
    手机
    +
    &#xe828;
    +
  • + +
  • + +
    二维码
    +
    &#xe823;
    +
  • + +
  • + +
    搜索
    +
    &#xe824;
    +
  • + +
  • + +
    定位
    +
    &#xe825;
    +
  • + +
  • + +
    视频点赞-已点
    +
    &#xe826;
    +
  • + +
  • + +
    视频点赞-未点
    +
    &#xe827;
    +
  • + +
  • + +
    顶部导航
    +
    &#xe81e;
    +
  • + +
  • + +
    短视频
    +
    &#xe81f;
    +
  • + +
  • + +
    新人礼
    +
    &#xe820;
    +
  • + +
  • + +
    购物车
    +
    &#xe816;
    +
  • + +
  • + +
    分享
    +
    &#xe817;
    +
  • + +
  • + +
    砍价
    +
    &#xe818;
    +
  • + +
  • + +
    拼团
    +
    &#xe819;
    +
  • + +
  • + +
    客服
    +
    &#xe81a;
    +
  • + +
  • + +
    收 藏
    +
    &#xe81b;
    +
  • + +
  • + +
    门店
    +
    &#xe81c;
    +
  • + +
  • + +
    秒杀
    +
    &#xe81d;
    +
  • + +
  • + +
    退款订单量
    +
    &#xe7d1;
    +
  • + +
  • + +
    订单量
    +
    &#xe7d2;
    +
  • + +
  • + +
    订单金额
    +
    &#xe7d3;
    +
  • + +
  • + +
    退款金额
    +
    &#xe7d4;
    +
  • + +
  • + +
    statis
    +
    &#xe70a;
    +
  • + +
  • + +
    表格1
    +
    &#xe70b;
    +
  • + +
  • + +
    返回
    +
    &#xe7c8;
    +
  • + +
  • + +
    pc-积分
    +
    &#xe7e3;
    +
  • + +
  • + +
    pc-优惠券
    +
    &#xe7e4;
    +
  • + +
  • + +
    收银台
    +
    &#xe7c7;
    +
  • + +
  • + +
    +
    &#xe7c5;
    +
  • + +
  • + +
    +
    &#xe7c6;
    +
  • + +
  • + +
    crmeb2
    +
    &#xe739;
    +
  • + +
  • + +
    左右
    +
    &#xe7ba;
    +
  • + +
  • + +
    上下
    +
    &#xe7bb;
    +
  • + +
  • + +
    当前群成员
    +
    &#xe7b7;
    +
  • + +
  • + +
    今日退群
    +
    &#xe7b8;
    +
  • + +
  • + +
    今日新增
    +
    &#xe7b9;
    +
  • + +
  • + +
    累计退群
    +
    &#xe7b6;
    +
  • + +
  • + +
    店铺街
    +
    &#xe692;
    +
  • + +
  • + +
    图片
    +
    &#xe7b5;
    +
  • + +
  • + +
    收银台-微信、支付宝
    +
    &#xe7a9;
    +
  • + +
  • + +
    收银台-现金收款
    +
    &#xe7ad;
    +
  • + +
  • + +
    收银台-形状
    +
    &#xe7ae;
    +
  • + +
  • + +
    收银台-刷新
    +
    &#xe7a3;
    +
  • + +
  • + +
    收银台-密码
    +
    &#xe7a4;
    +
  • + +
  • + +
    收银台-企业微信
    +
    &#xe7a5;
    +
  • + +
  • + +
    收银台-店员
    +
    &#xe7a6;
    +
  • + +
  • + +
    收银台-清空
    +
    &#xe7a7;
    +
  • + +
  • + +
    收银台-筛选
    +
    &#xe7a8;
    +
  • + +
  • + +
    收银台-微信
    +
    &#xe7aa;
    +
  • + +
  • + +
    收银台-账号
    +
    &#xe7ab;
    +
  • + +
  • + +
    收银台-眼睛
    +
    &#xe7ac;
    +
  • + +
  • + +
    自定义菜单
    +
    &#xe68a;
    +
  • + +
  • + +
    富文本
    +
    &#xe688;
    +
  • + +
  • + +
    种草社区
    +
    &#xe685;
    +
  • + +
  • + +
    预售
    +
    &#xe69a;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe69b;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe684;
    +
  • + +
  • + +
    专题
    +
    &#xe686;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe687;
    +
  • + +
  • + +
    助力
    +
    &#xe689;
    +
  • + +
  • + +
    搜索框
    +
    &#xe68b;
    +
  • + +
  • + +
    秒杀
    +
    &#xe68c;
    +
  • + +
  • + +
    推荐组
    +
    &#xe68d;
    +
  • + +
  • + +
    导航组
    +
    &#xe68e;
    +
  • + +
  • + +
    拼团
    +
    &#xe68f;
    +
  • + +
  • + +
    商品列表
    +
    &#xe690;
    +
  • + +
  • + +
    商品分类
    +
    &#xe691;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe693;
    +
  • + +
  • + +
    优惠券
    +
    &#xe694;
    +
  • + +
  • + +
    辅助线
    +
    &#xe695;
    +
  • + +
  • + +
    在线客服
    +
    &#xe696;
    +
  • + +
  • + +
    标题
    +
    &#xe697;
    +
  • + +
  • + +
    轮播图
    +
    &#xe698;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe699;
    +
  • + +
  • + +
    版权
    +
    &#xe793;
    +
  • + +
  • + +
    菜单收起
    +
    &#xe791;
    +
  • + +
  • + +
    菜单展开
    +
    &#xe792;
    +
  • + +
  • + +
    订单
    +
    &#xe760;
    +
  • + +
  • + +
    app
    +
    &#xe75b;
    +
  • + +
  • + +
    PC
    +
    &#xe75c;
    +
  • + +
  • + +
    小程序
    +
    &#xe75d;
    +
  • + +
  • + +
    公众号
    +
    &#xe75e;
    +
  • + +
  • + +
    h5
    +
    &#xe75f;
    +
  • + +
  • + +
    视频
    +
    &#xe758;
    +
  • + +
  • + +
    切换会员
    +
    &#xe757;
    +
  • + +
  • + +
    挂单
    +
    &#xe756;
    +
  • + +
  • + +
    核销订单金额
    +
    &#xe73c;
    +
  • + +
  • + +
    门店订单金额
    +
    &#xe73b;
    +
  • + +
  • + +
    门店成交用户数
    +
    &#xe73d;
    +
  • + +
  • + +
    付费会员金额
    +
    &#xe73e;
    +
  • + +
  • + +
    收银订单金额
    +
    &#xe73f;
    +
  • + +
  • + +
    门店新增用户数
    +
    &#xe740;
    +
  • + +
  • + +
    会员卡激活数
    +
    &#xe741;
    +
  • + +
  • + +
    新增用户数
    +
    &#xe742;
    +
  • + +
  • + +
    分配订单金额
    +
    &#xe743;
    +
  • + +
  • + +
    余额消耗金额
    +
    &#xe744;
    +
  • + +
  • + +
    二维码-新个人中心
    +
    &#xe715;
    +
  • + +
  • + +
    回删
    +
    &#xe70f;
    +
  • + +
  • + +
    商品数量-加
    +
    &#xe70e;
    +
  • + +
  • + +
    商品数量-减
    +
    &#xe70d;
    +
  • + +
  • + +
    图片广告
    +
    &#xe6fe;
    +
  • + +
  • + +
    搜素框
    +
    &#xe6ff;
    +
  • + +
  • + +
    文章列表
    +
    &#xe700;
    +
  • + +
  • + +
    拼团
    +
    &#xe701;
    +
  • + +
  • + +
    商品列表
    +
    &#xe702;
    +
  • + +
  • + +
    优惠券
    +
    &#xe703;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe704;
    +
  • + +
  • + +
    秒杀
    +
    &#xe705;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe706;
    +
  • + +
  • + +
    导航组
    +
    &#xe6f3;
    +
  • + +
  • + +
    标题
    +
    &#xe6f4;
    +
  • + +
  • + +
    分类导航
    +
    &#xe6f5;
    +
  • + +
  • + +
    促销列表
    +
    &#xe6f6;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe6f7;
    +
  • + +
  • + +
    活动魔方
    +
    &#xe6f8;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe6f9;
    +
  • + +
  • + +
    砍价
    +
    &#xe6fa;
    +
  • + +
  • + +
    辅助线
    +
    &#xe6fb;
    +
  • + +
  • + +
    客服
    +
    &#xe6fc;
    +
  • + +
  • + +
    富文本
    +
    &#xe6fd;
    +
  • + +
  • + +
    单图
    +
    &#xe6f0;
    +
  • + +
  • + +
    拉伸
    +
    &#xe6f1;
    +
  • + +
  • + +
    平铺
    +
    &#xe6f2;
    +
  • + +
  • + +
    售后-退款-蓝
    +
    &#xe6ea;
    +
  • + +
  • + +
    代付款-蓝
    +
    &#xe6eb;
    +
  • + +
  • + +
    待收货-蓝
    +
    &#xe6ec;
    +
  • + +
  • + +
    待评价-蓝
    +
    &#xe6ee;
    +
  • + +
  • + +
    待发货-蓝
    +
    &#xe6ef;
    +
  • + +
  • + +
    待付款-橘
    +
    &#xe6e5;
    +
  • + +
  • + +
    售后-退款-橘
    +
    &#xe6e6;
    +
  • + +
  • + +
    待收货-橘
    +
    &#xe6e7;
    +
  • + +
  • + +
    待评价-橘
    +
    &#xe6e8;
    +
  • + +
  • + +
    待发货-橘
    +
    &#xe6e9;
    +
  • + +
  • + +
    待评价-粉
    +
    &#xe6e0;
    +
  • + +
  • + +
    待收货-粉
    +
    &#xe6e1;
    +
  • + +
  • + +
    代付款-粉
    +
    &#xe6e2;
    +
  • + +
  • + +
    待发货-粉
    +
    &#xe6e3;
    +
  • + +
  • + +
    售后:退款-粉
    +
    &#xe6e4;
    +
  • + +
  • + +
    待发货-绿
    +
    &#xe6db;
    +
  • + +
  • + +
    待收货-绿
    +
    &#xe6dc;
    +
  • + +
  • + +
    代付款-绿
    +
    &#xe6dd;
    +
  • + +
  • + +
    待评价-绿
    +
    &#xe6de;
    +
  • + +
  • + +
    售后-退款-绿
    +
    &#xe6df;
    +
  • + +
  • + +
    待付款
    +
    &#xe6d5;
    +
  • + +
  • + +
    待评价
    +
    &#xe6d6;
    +
  • + +
  • + +
    售后_退款
    +
    &#xe6d7;
    +
  • + +
  • + +
    待发货
    +
    &#xe6d8;
    +
  • + +
  • + +
    待收货
    +
    &#xe6d9;
    +
  • + +
  • + +
    设置
    +
    &#xe6d4;
    +
  • + +
  • + +
    s-客服
    +
    &#xe6d3;
    +
  • + +
  • + +
    多行
    +
    &#xe6b4;
    +
  • + +
  • + +
    4个
    +
    &#xe6b5;
    +
  • + +
  • + +
    5个
    +
    &#xe6b6;
    +
  • + +
  • + +
    大圆角
    +
    &#xe6b7;
    +
  • + +
  • + +
    3个
    +
    &#xe6b8;
    +
  • + +
  • + +
    单行
    +
    &#xe6b9;
    +
  • + +
  • + +
    左右图文
    +
    &#xe6b3;
    +
  • + +
  • + +
    样式8
    +
    &#xe6b1;
    +
  • + +
  • + +
    样式9
    +
    &#xe6b2;
    +
  • + +
  • + +
    样式1
    +
    &#xe6aa;
    +
  • + +
  • + +
    样式4
    +
    &#xe6ab;
    +
  • + +
  • + +
    样式5
    +
    &#xe6ac;
    +
  • + +
  • + +
    样式6
    +
    &#xe6ad;
    +
  • + +
  • + +
    样式2
    +
    &#xe6ae;
    +
  • + +
  • + +
    样式7
    +
    &#xe6af;
    +
  • + +
  • + +
    样式3
    +
    &#xe6b0;
    +
  • + +
  • + +
    数字
    +
    &#xe6a8;
    +
  • + +
  • + +
    禁用
    +
    &#xe6a9;
    +
  • + +
  • + +
    4个
    +
    &#xe6a5;
    +
  • + +
  • + +
    3个
    +
    &#xe6a6;
    +
  • + +
  • + +
    5个
    +
    &#xe6a7;
    +
  • + +
  • + +
    2行
    +
    &#xe6a2;
    +
  • + +
  • + +
    3行
    +
    &#xe6a3;
    +
  • + +
  • + +
    4行
    +
    &#xe6a4;
    +
  • + +
  • + +
    下移
    +
    &#xe69e;
    +
  • + +
  • + +
    上移
    +
    &#xe6a1;
    +
  • + +
  • + +
    删除
    +
    &#xe69f;
    +
  • + +
  • + +
    复制
    +
    &#xe6a0;
    +
  • + +
  • + +
    最新
    +
    &#xe683;
    +
  • + +
  • + +
    选中
    +
    &#xe76d;
    +
  • + +
  • + +
    添加
    +
    &#xe76c;
    +
  • + +
  • + +
    编辑
    +
    &#xe682;
    +
  • + +
  • + +
    更多展开
    +
    &#xe67e;
    +
  • + +
  • + +
    图片
    +
    &#xe67f;
    +
  • + +
  • + +
    表情
    +
    &#xe680;
    +
  • + +
  • + +
    话术
    +
    &#xe681;
    +
  • + +
  • + +
    商品退款金额
    +
    &#xe679;
    +
  • + +
  • + +
    交易金额
    +
    &#xe67a;
    +
  • + +
  • + +
    余额支付金额
    +
    &#xe67b;
    +
  • + +
  • + +
    支付佣金金额
    +
    &#xe67c;
    +
  • + +
  • + +
    线下收银金额
    +
    &#xe67d;
    +
  • + +
  • + +
    聊天
    +
    &#xe769;
    +
  • + +
  • + +
    编辑 (1)
    +
    &#xe678;
    +
  • + +
  • + +
    进入
    +
    &#xe676;
    +
  • + +
  • + +
    返回
    +
    &#xe677;
    +
  • + +
  • + +
    更多
    +
    &#xe66d;
    +
  • + +
  • + +
    发送
    +
    &#xe66e;
    +
  • + +
  • + +
    +
    &#xe66f;
    +
  • + +
  • + +
    密码
    +
    &#xe670;
    +
  • + +
  • + +
    搜索
    +
    &#xe671;
    +
  • + +
  • + +
    手机
    +
    &#xe672;
    +
  • + +
  • + +
    退出
    +
    &#xe673;
    +
  • + +
  • + +
    商品信息
    +
    &#xe674;
    +
  • + +
  • + +
    账号
    +
    &#xe675;
    +
  • + +
  • + +
    表情
    +
    &#xe668;
    +
  • + +
  • + +
    更多展开
    +
    &#xe669;
    +
  • + +
  • + +
    话术
    +
    &#xe66b;
    +
  • + +
  • + +
    图片
    +
    &#xe66c;
    +
  • + +
  • + +
    添加 (1) (1)
    +
    &#xe662;
    +
  • + +
  • + +
    编辑 (1)
    +
    &#xe663;
    +
  • + +
  • + +
    设置 (1)
    +
    &#xe664;
    +
  • + +
  • + +
    删除
    +
    &#xe665;
    +
  • + +
  • + +
    加号
    +
    &#xe666;
    +
  • + +
  • + +
    +
    &#xe667;
    +
  • + +
  • + +
    删除
    +
    &#xe767;
    +
  • + +
  • + +
    编辑
    +
    &#xe768;
    +
  • + +
  • + +
    对号
    +
    &#xe6ba;
    +
  • + +
  • + +
    待评价
    +
    &#xe65d;
    +
  • + +
  • + +
    待收货
    +
    &#xe65e;
    +
  • + +
  • + +
    售后-退款
    +
    &#xe65f;
    +
  • + +
  • + +
    待发货
    +
    &#xe660;
    +
  • + +
  • + +
    待付款
    +
    &#xe661;
    +
  • + +
  • + +
    转接
    +
    &#xe766;
    +
  • + +
  • + +
    浏览器
    +
    &#xe65c;
    +
  • + +
  • + +
    访客数
    +
    &#xe63f;
    +
  • + +
  • + +
    访问量
    +
    &#xe642;
    +
  • + +
  • + +
    成交用户数
    +
    &#xe63d;
    +
  • + +
  • + +
    充值件数
    +
    &#xe63e;
    +
  • + +
  • + +
    成本金额
    +
    &#xe640;
    +
  • + +
  • + +
    付费会员数
    +
    &#xe641;
    +
  • + +
  • + +
    充值用户数
    +
    &#xe643;
    +
  • + +
  • + +
    购买会员金额
    +
    &#xe644;
    +
  • + +
  • + +
    访客-支付转化率
    +
    &#xe645;
    +
  • + +
  • + +
    净增用户
    +
    &#xe646;
    +
  • + +
  • + +
    客单价
    +
    &#xe647;
    +
  • + +
  • + +
    加购件数
    +
    &#xe648;
    +
  • + +
  • + +
    累计充值用户
    +
    &#xe649;
    +
  • + +
  • + +
    累计成交用户
    +
    &#xe64a;
    +
  • + +
  • + +
    累计会员数
    +
    &#xe64b;
    +
  • + +
  • + +
    商品浏览量
    +
    &#xe64c;
    +
  • + +
  • + +
    商品支付金额
    +
    &#xe64d;
    +
  • + +
  • + +
    退款件数
    +
    &#xe64e;
    +
  • + +
  • + +
    累计关注用户
    +
    &#xe64f;
    +
  • + +
  • + +
    退款
    +
    &#xe650;
    +
  • + +
  • + +
    下单件数
    +
    &#xe651;
    +
  • + +
  • + +
    累计取关用户
    +
    &#xe652;
    +
  • + +
  • + +
    累计用户
    +
    &#xe653;
    +
  • + +
  • + +
    新增取关用户
    +
    &#xe654;
    +
  • + +
  • + +
    商品访客数
    +
    &#xe655;
    +
  • + +
  • + +
    新增用户数
    +
    &#xe656;
    +
  • + +
  • + +
    新增关注用户
    +
    &#xe657;
    +
  • + +
  • + +
    支付金额
    +
    &#xe658;
    +
  • + +
  • + +
    营业额
    +
    &#xe659;
    +
  • + +
  • + +
    支付件数
    +
    &#xe65a;
    +
  • + +
  • + +
    支出金额
    +
    &#xe65b;
    +
  • + +
  • + +
    关机
    +
    &#xe6ed;
    +
  • + +
  • + +
    声音 静音 线性
    +
    &#xe94f;
    +
  • + +
  • + +
    声音
    +
    &#xe66a;
    +
  • + +
  • + +
    关闭
    +
    &#xe761;
    +
  • + +
  • + +
    图片
    +
    &#xe762;
    +
  • + +
  • + +
    表情
    +
    &#xe764;
    +
  • + +
  • + +
    账号密码
    +
    &#xe763;
    +
  • + +
  • + +
    二维码
    +
    &#xe765;
    +
  • + +
  • + +
    矩形
    +
    &#xe628;
    +
  • + +
  • + +
    自动选择
    +
    &#xe625;
    +
  • + +
  • + +
    手动选择
    +
    &#xe626;
    +
  • + +
  • + +
    单列
    +
    &#xe622;
    +
  • + +
  • + +
    两列
    +
    &#xe623;
    +
  • + +
  • + +
    三列
    +
    &#xe624;
    +
  • + +
  • + +
    直播中
    +
    &#xe621;
    +
  • + +
  • + +
    已结束
    +
    &#xe61f;
    +
  • + +
  • + +
    未开始
    +
    &#xe620;
    +
  • + +
  • + +
    drag2
    +
    &#xe61e;
    +
  • + +
  • + +
    banner_3~
    +
    &#xe613;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe63c;
    +
  • + +
  • + +
    Solid line
    +
    &#xe61b;
    +
  • + +
  • + +
    Dotted line
    +
    &#xe61c;
    +
  • + +
  • + +
    Dot line
    +
    &#xe61d;
    +
  • + +
  • + +
    drop-down
    +
    &#xe619;
    +
  • + +
  • + +
    Dot
    +
    &#xe605;
    +
  • + +
  • + +
    Square point
    +
    &#xe60d;
    +
  • + +
  • + +
    del_2
    +
    &#xe608;
    +
  • + +
  • + +
    add to
    +
    &#xe60c;
    +
  • + +
  • + +
    del_1
    +
    &#xe610;
    +
  • + +
  • + +
    drag
    +
    &#xe617;
    +
  • + +
  • + +
    Comm_number
    +
    &#xe600;
    +
  • + +
  • + +
    Comm_whole
    +
    &#xe603;
    +
  • + +
  • + +
    Comm_Price
    +
    &#xe616;
    +
  • + +
  • + +
    Pic_square
    +
    &#xe60e;
    +
  • + +
  • + +
    Pic_fillet
    +
    &#xe60f;
    +
  • + +
  • + +
    search_2
    +
    &#xe615;
    +
  • + +
  • + +
    search_1
    +
    &#xe618;
    +
  • + +
  • + +
    banner_2
    +
    &#xe602;
    +
  • + +
  • + +
    Pic_small
    +
    &#xe609;
    +
  • + +
  • + +
    Pic_big
    +
    &#xe60a;
    +
  • + +
  • + +
    banner_1
    +
    &#xe60b;
    +
  • + +
  • + +
    doc_skew
    +
    &#xe601;
    +
  • + +
  • + +
    doc_bold
    +
    &#xe604;
    +
  • + +
  • + +
    doc_general
    +
    &#xe61a;
    +
  • + +
  • + +
    five
    +
    &#xe606;
    +
  • + +
  • + +
    Four
    +
    &#xe614;
    +
  • + +
  • + +
    doc_center
    +
    &#xe607;
    +
  • + +
  • + +
    doc_right
    +
    &#xe611;
    +
  • + +
  • + +
    doc_left
    +
    &#xe612;
    +
  • + +
  • + +
    图片
    +
    &#xe63b;
    +
  • + +
  • + +
    客服
    +
    &#xe633;
    +
  • + +
  • + +
    辅助线
    +
    &#xe63a;
    +
  • + +
  • + +
    标题
    +
    &#xe627;
    +
  • + +
  • + +
    导航组
    +
    &#xe629;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe62a;
    +
  • + +
  • + +
    分类导航
    +
    &#xe62b;
    +
  • + +
  • + +
    促销列表
    +
    &#xe62c;
    +
  • + +
  • + +
    砍价
    +
    &#xe62d;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe62e;
    +
  • + +
  • + +
    活动魔方
    +
    &#xe62f;
    +
  • + +
  • + +
    富文本
    +
    &#xe630;
    +
  • + +
  • + +
    秒杀
    +
    &#xe631;
    +
  • + +
  • + +
    商品列表
    +
    &#xe632;
    +
  • + +
  • + +
    拼团
    +
    &#xe634;
    +
  • + +
  • + +
    搜素框
    +
    &#xe635;
    +
  • + +
  • + +
    图片广告
    +
    &#xe636;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe637;
    +
  • + +
  • + +
    文章列表
    +
    &#xe638;
    +
  • + +
  • + +
    优惠券
    +
    &#xe639;
    +
  • + +
+
+

Unicode 引用

+
+ +

Unicode 是字体在网页端最原始的应用方式,特点是:

+
    +
  • 支持按字体的方式去动态调整图标大小,颜色等等。
  • +
  • 默认情况下不支持多色,直接添加多色图标会自动去色。
  • +
+
+

注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。)

+
+

Unicode 使用步骤如下:

+

第一步:拷贝项目下面生成的 @font-face

+
@font-face {
+  font-family: 'iconfont';
+  src: url('iconfont.woff2?t=1702435978728') format('woff2'),
+       url('iconfont.woff?t=1702435978728') format('woff'),
+       url('iconfont.ttf?t=1702435978728') format('truetype');
+}
+
+

第二步:定义使用 iconfont 的样式

+
.iconfont {
+  font-family: "iconfont" !important;
+  font-size: 16px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+

第三步:挑选相应图标并获取字体编码,应用于页面

+
+<span class="iconfont">&#x33;</span>
+
+
+

"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

+
+
+
+
+
    + +
  • + +
    + 待发货-积分 +
    +
    .icondaifahuo-jifen +
    +
  • + +
  • + +
    + ic_fire +
    +
    .iconic_fire +
    +
  • + +
  • + +
    + 复选框-未选中 +
    +
    .iconfuxuankuang-weixuanzhong +
    +
  • + +
  • + +
    + 复制 +
    +
    .iconfuzhi1 +
    +
  • + +
  • + +
    + 操作-整体 +
    +
    .iconcaozuo-zhengti +
    +
  • + +
  • + +
    + 操作-边角 +
    +
    .iconcaozuo-bianjiao +
    +
  • + +
  • + +
    + 播放 +
    +
    .iconbofang +
    +
  • + +
  • + +
    + 右上角 +
    +
    .iconyoushangjiao +
    +
  • + +
  • + +
    + 关闭 +
    +
    .iconguanbi +
    +
  • + +
  • + +
    + 下 +
    +
    .iconxia +
    +
  • + +
  • + +
    + 形状结合 +
    +
    .iconxingzhuangjiehe +
    +
  • + +
  • + +
    + 显示 +
    +
    .iconxianshi +
    +
  • + +
  • + +
    + 完成 +
    +
    .iconwancheng +
    +
  • + +
  • + +
    + 删除 +
    +
    .iconshanchu3 +
    +
  • + +
  • + +
    + 上 +
    +
    .iconshang +
    +
  • + +
  • + +
    + 加号 +
    +
    .iconjiahao1 +
    +
  • + +
  • + +
    + 复选框-选中 +
    +
    .iconfuxuankuang-xuanzhong +
    +
  • + +
  • + +
    + 右下角 +
    +
    .iconyouxiajiao +
    +
  • + +
  • + +
    + 隐藏 +
    +
    .iconyincang +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icongouwuche1 +
    +
  • + +
  • + +
    + 右 +
    +
    .iconyou +
    +
  • + +
  • + +
    + 左上角 +
    +
    .iconzuoshangjiao +
    +
  • + +
  • + +
    + 左下角 +
    +
    .iconzuoxiajiao +
    +
  • + +
  • + +
    + 组件-公众号 +
    +
    .iconzujian-gongzhonghao +
    +
  • + +
  • + +
    + 组件-拼团 +
    +
    .iconzujian-pintuan +
    +
  • + +
  • + +
    + 组件-商品选项卡 +
    +
    .iconzujian-shangpinxuanxiangka +
    +
  • + +
  • + +
    + 组件-签到 +
    +
    .iconzujian-qiandao +
    +
  • + +
  • + +
    + 组件-悬浮按钮 +
    +
    .iconzujian-xuanfuanniu +
    +
  • + +
  • + +
    + 组件-选项卡 +
    +
    .iconzujian-xuanxiangka1 +
    +
  • + +
  • + +
    + 组件-积分商城 +
    +
    .iconzujian-jifenshangcheng +
    +
  • + +
  • + +
    + 组件-砍价 +
    +
    .iconzujian-kanjia +
    +
  • + +
  • + +
    + 组件-热区 +
    +
    .iconzujian-requ +
    +
  • + +
  • + +
    + 组件-短视频 +
    +
    .iconzujian-duanshipin +
    +
  • + +
  • + +
    + 组件-新人专享 +
    +
    .iconzujian-xinrenzhuanxiang +
    +
  • + +
  • + +
    + 组件-排行榜 +
    +
    .iconzujian-paihangbang +
    +
  • + +
  • + +
    + 组件-用户信息 +
    +
    .iconzujian-yonghuxinxi +
    +
  • + +
  • + +
    + 组件-预售 +
    +
    .iconzujian-yushou +
    +
  • + +
  • + +
    + 组件-店铺街 +
    +
    .iconzujian-dianpujie +
    +
  • + +
  • + +
    + 组件-导航组 +
    +
    .iconzujian-daohangzu +
    +
  • + +
  • + +
    + 组件-标题 +
    +
    .iconzujian-biaoti +
    +
  • + +
  • + +
    + 组件-辅助空白 +
    +
    .iconzujian-fuzhukongbai +
    +
  • + +
  • + +
    + 组件-图片魔方 +
    +
    .iconzujian-tupianmofang +
    +
  • + +
  • + +
    + 组件-商品分类 +
    +
    .iconzujian-shangpinfenlei +
    +
  • + +
  • + +
    + 组件-文章列表 +
    +
    .iconzujian-wenzhangliebiao +
    +
  • + +
  • + +
    + 组件-商品列表 +
    +
    .iconzujian-shangpinliebiao +
    +
  • + +
  • + +
    + 组件-轮播图 +
    +
    .iconzujian-lunbotu +
    +
  • + +
  • + +
    + 组件-小程序直播 +
    +
    .iconzujian-xiaochengxuzhibo +
    +
  • + +
  • + +
    + 组件-富文本 +
    +
    .iconzujian-fuwenben +
    +
  • + +
  • + +
    + 组件-视频 +
    +
    .iconzujian-shipin +
    +
  • + +
  • + +
    + 组件-搜索框 +
    +
    .iconzujian-sousuokuang +
    +
  • + +
  • + +
    + 组件-种草社区 +
    +
    .iconzujian-zhongcaoshequ +
    +
  • + +
  • + +
    + 组件-悬浮菜单 +
    +
    .iconzujian-xuanfucaidan +
    +
  • + +
  • + +
    + 组件-秒杀 +
    +
    .iconzujian-miaosha +
    +
  • + +
  • + +
    + 组件-优惠券 +
    +
    .iconzujian-youhuiquan +
    +
  • + +
  • + +
    + 组件-新闻播报 +
    +
    .iconzujian-xinwenbobao +
    +
  • + +
  • + +
    + 组件-选项卡 +
    +
    .iconzujian-xuanxiangka +
    +
  • + +
  • + +
    + 组件-轮播搜索 +
    +
    .iconzujian-zuhezujian +
    +
  • + +
  • + +
    + 组件-辅助线 +
    +
    .iconzujian-fuzhuxian +
    +
  • + +
  • + +
    + 组件-底部菜单 +
    +
    .iconzujian-dibucaidan +
    +
  • + +
  • + +
    + 待发货 +
    +
    .icondaifahuo2 +
    +
  • + +
  • + +
    + 待处理-用户反馈 +
    +
    .icondaichuli-yonghufankui +
    +
  • + +
  • + +
    + 待退款 +
    +
    .icondaituikuan +
    +
  • + +
  • + +
    + 待审核-提现 +
    +
    .icondaishenhe-tixian +
    +
  • + +
  • + +
    + 待审核-商户入驻 +
    +
    .icondaishenhe-shanghuruzhu +
    +
  • + +
  • + +
    + 待审核-社区内容 +
    +
    .icondaishenhe-shequneirong +
    +
  • + +
  • + +
    + 警戒库存 +
    +
    .iconjingjiekucun +
    +
  • + +
  • + +
    + 待审核-转账 +
    +
    .icondaishenhe-zhuanzhang +
    +
  • + +
  • + +
    + 普通商品 +
    +
    .iconputongshangpin +
    +
  • + +
  • + +
    + 售罄商品 +
    +
    .iconshouqingshangpin +
    +
  • + +
  • + +
    + 待核销-分销礼包 +
    +
    .icondaihexiao-fenxiaolibao +
    +
  • + +
  • + +
    + 待回复 +
    +
    .icondaihuifu +
    +
  • + +
  • + +
    + 待开票 +
    +
    .icondaikaipiao +
    +
  • + +
  • + +
    + 待核销 +
    +
    .icondaihexiao +
    +
  • + +
  • + +
    + 在售商品 +
    +
    .iconzaishoushangpin +
    +
  • + +
  • + +
    + 活动商品 +
    +
    .iconhuodongshangpin +
    +
  • + +
  • + +
    + 系统设置 +
    +
    .iconxitongshezhi +
    +
  • + +
  • + +
    + 用户管理 +
    +
    .iconyonghuguanli +
    +
  • + +
  • + +
    + 商品 +
    +
    .iconshangpin +
    +
  • + +
  • + +
    + 分销管理 +
    +
    .iconfenxiaoguanli +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .iconyouhuiquan4 +
    +
  • + +
  • + +
    + 文章管理 +
    +
    .iconwenzhangguanli +
    +
  • + +
  • + +
    + 订单管理 +
    +
    .icondingdanguanli +
    +
  • + +
  • + +
    + 短信配置 +
    +
    .iconduanxinpeizhi +
    +
  • + +
  • + +
    + 商业授权 +
    +
    .iconshangyeshouquan +
    +
  • + +
  • + +
    + 微信支付 +
    +
    .iconweixinzhifu +
    +
  • + +
  • + +
    + 支付宝 +
    +
    .iconzhifubao +
    +
  • + +
  • + +
    + 宫格 +
    +
    .icongongge +
    +
  • + +
  • + +
    + 列表 +
    +
    .iconliebiao +
    +
  • + +
  • + +
    + 收银台-收银 +
    +
    .iconshouyintai-shouyin1 +
    +
  • + +
  • + +
    + 收银台-订单 +
    +
    .iconshouyintai-dingdan1 +
    +
  • + +
  • + +
    + 收银台-核销 +
    +
    .iconshouyintai-hexiao1 +
    +
  • + +
  • + +
    + 收银台-桌码 +
    +
    .iconshouyintai-zhuoma +
    +
  • + +
  • + +
    + 收银台-退货 +
    +
    .iconshouyintai-tuihuo1 +
    +
  • + +
  • + +
    + 收银台-用户 +
    +
    .iconshouyintai-yonghu +
    +
  • + +
  • + +
    + 收银台-挂单 +
    +
    .iconshouyintai-guadan1 +
    +
  • + +
  • + +
    + 收银台-充值 +
    +
    .iconshouyintai-chongzhi1 +
    +
  • + +
  • + +
    + 渠道码 +
    +
    .iconqudaoma +
    +
  • + +
  • + +
    + 表单组件-多选框 +
    +
    .iconbiaodanzujian-duoxuankuang +
    +
  • + +
  • + +
    + 表单组件-日期 +
    +
    .iconbiaodanzujian-riqi +
    +
  • + +
  • + +
    + 表单组件-单选框 +
    +
    .iconbiaodanzujian-danxuankuang +
    +
  • + +
  • + +
    + 表单组件-单行文本 +
    +
    .iconbiaodanzujian-danhangwenben +
    +
  • + +
  • + +
    + 表单组件-日期范围 +
    +
    .iconbiaodanzujian-riqifanwei +
    +
  • + +
  • + +
    + 表单组件-时间 +
    +
    .iconbiaodanzujian-shijian +
    +
  • + +
  • + +
    + 表单组件-下拉框 +
    +
    .iconbiaodanzujian-xialakuang +
    +
  • + +
  • + +
    + 表单组件-时间范围 +
    +
    .iconbiaodanzujian-shijianfanwei +
    +
  • + +
  • + +
    + 表单组件-图片 +
    +
    .iconbiaodanzujian-tupian +
    +
  • + +
  • + +
    + 表单组件-城市 +
    +
    .iconbiaodanzujian-chengshi +
    +
  • + +
  • + +
    + 当前积分 +
    +
    .icondangqianjifen +
    +
  • + +
  • + +
    + 累计积分 +
    +
    .iconleijijifen +
    +
  • + +
  • + +
    + 发起人数 +
    +
    .iconfaqirenshu +
    +
  • + +
  • + +
    + 剩余库存 +
    +
    .iconshengyukucun +
    +
  • + +
  • + +
    + 推广人数 +
    +
    .icontuiguangrenshu +
    +
  • + +
  • + +
    + 砍价成功 +
    +
    .iconkanjiachenggong +
    +
  • + +
  • + +
    + 成团数 +
    +
    .iconchengtuanshu +
    +
  • + +
  • + +
    + 参与人数 +
    +
    .iconcanyurenshu +
    +
  • + +
  • + +
    + 下单人数 +
    +
    .iconxiadanrenshu +
    +
  • + +
  • + +
    + 消耗积分 +
    +
    .iconxiaohaojifen +
    +
  • + +
  • + +
    + 支付订单 +
    +
    .iconzhifudingdan +
    +
  • + +
  • + +
    + 支付人数 +
    +
    .iconzhifurenshu +
    +
  • + +
  • + +
    + 新人礼 +
    +
    .iconxinrenli2 +
    +
  • + +
  • + +
    + 会员激活 +
    +
    .iconhuiyuanjihuo +
    +
  • + +
  • + +
    + 样式二 +
    +
    .iconyangshier +
    +
  • + +
  • + +
    + 样式一 +
    +
    .iconyangshiyi +
    +
  • + +
  • + +
    + 组合- banner +
    +
    .icona-zuhe-banner1 +
    +
  • + +
  • + +
    + 组合组件 +
    +
    .icontupianmofang2 +
    +
  • + +
  • + +
    + 图片魔方 +
    +
    .iconshangpinfenlei1 +
    +
  • + +
  • + +
    + 配置引导 +
    +
    .iconpeizhiyindao1 +
    +
  • + +
  • + +
    + 余额充值 +
    +
    .iconyuechongzhi +
    +
  • + +
  • + +
    + 优惠套餐 +
    +
    .iconyouhuitaocan +
    +
  • + +
  • + +
    + 组合-分类 +
    +
    .iconzuhe-fenlei +
    +
  • + +
  • + +
    + 配置引导 +
    +
    .iconpeizhiyindao +
    +
  • + +
  • + +
    + 短视频 +
    +
    .iconduanshipin1 +
    +
  • + +
  • + +
    + 第n件n折 +
    +
    .icondinjiannzhe +
    +
  • + +
  • + +
    + 活动背景图 +
    +
    .iconhuodongbeijingtu +
    +
  • + +
  • + +
    + 积分商城 +
    +
    .iconjifenshangcheng +
    +
  • + +
  • + +
    + 活动边框 +
    +
    .iconhuodongbiankuang +
    +
  • + +
  • + +
    + 砍价活动 +
    +
    .iconkanjiahuodong +
    +
  • + +
  • + +
    + 九宫格抽奖 +
    +
    .iconjiugonggechoujiang +
    +
  • + +
  • + +
    + 满送活动 +
    +
    .iconmansonghuodong +
    +
  • + +
  • + +
    + 满减满折 +
    +
    .iconmanjianmanzhe +
    +
  • + +
  • + +
    + 每日签到 +
    +
    .iconmeiriqiandao +
    +
  • + +
  • + +
    + 文章 +
    +
    .iconwenzhang +
    +
  • + +
  • + +
    + 秒杀活动 +
    +
    .iconmiaoshahuodong +
    +
  • + +
  • + +
    + 拼团活动 +
    +
    .iconpintuanhuodong +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .iconyouhuiquan3 +
    +
  • + +
  • + +
    + 直播 +
    +
    .iconzhibo +
    +
  • + +
  • + +
    + 限时折扣 +
    +
    .iconxianshizhekou +
    +
  • + +
  • + +
    + 图片魔方 +
    +
    .icontupianmofang1 +
    +
  • + +
  • + +
    + 热卖排行 +
    +
    .iconremaipaihang +
    +
  • + +
  • + +
    + 用户信息 +
    +
    .iconyonghuxinxi +
    +
  • + +
  • + +
    + 视频样式2 +
    +
    .iconshipinyangshi2 +
    +
  • + +
  • + +
    + 标题 +
    +
    .iconbiaoti3 +
    +
  • + +
  • + +
    + 视频样式1 +
    +
    .iconshipinyangshi1 +
    +
  • + +
  • + +
    + 定位1 +
    +
    .icondingwei1 +
    +
  • + +
  • + +
    + 搜索1 +
    +
    .iconsousuo11 +
    +
  • + +
  • + +
    + 手机 +
    +
    .iconshouji1 +
    +
  • + +
  • + +
    + 二维码 +
    +
    .iconerweima +
    +
  • + +
  • + +
    + 搜索 +
    +
    .iconsousuo1 +
    +
  • + +
  • + +
    + 定位 +
    +
    .icondingwei +
    +
  • + +
  • + +
    + 视频点赞-已点 +
    +
    .iconshipindianzan-yidian +
    +
  • + +
  • + +
    + 视频点赞-未点 +
    +
    .iconshipindianzan-weidian +
    +
  • + +
  • + +
    + 顶部导航 +
    +
    .icondingbudaohang +
    +
  • + +
  • + +
    + 短视频 +
    +
    .iconduanshipin +
    +
  • + +
  • + +
    + 新人礼 +
    +
    .iconxinrenli +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icongouwuche +
    +
  • + +
  • + +
    + 分享 +
    +
    .iconfenxiang +
    +
  • + +
  • + +
    + 砍价 +
    +
    .iconkanjia2 +
    +
  • + +
  • + +
    + 拼团 +
    +
    .iconpintuan3 +
    +
  • + +
  • + +
    + 客服 +
    +
    .iconkefu2 +
    +
  • + +
  • + +
    + 收 藏 +
    +
    .icona-shoucang +
    +
  • + +
  • + +
    + 门店 +
    +
    .iconmendian +
    +
  • + +
  • + +
    + 秒杀 +
    +
    .iconmiaosha3 +
    +
  • + +
  • + +
    + 退款订单量 +
    +
    .icontuikuandingdanliang +
    +
  • + +
  • + +
    + 订单量 +
    +
    .icondingdanliang +
    +
  • + +
  • + +
    + 订单金额 +
    +
    .icondingdanjine +
    +
  • + +
  • + +
    + 退款金额 +
    +
    .icontuikuanjine +
    +
  • + +
  • + +
    + statis +
    +
    .icontongji +
    +
  • + +
  • + +
    + 表格1 +
    +
    .iconbiaoge1 +
    +
  • + +
  • + +
    + 返回 +
    +
    .iconfanhui1 +
    +
  • + +
  • + +
    + pc-积分 +
    +
    .iconpc-jifen +
    +
  • + +
  • + +
    + pc-优惠券 +
    +
    .iconpc-youhuiquan +
    +
  • + +
  • + +
    + 收银台 +
    +
    .iconshouyintai +
    +
  • + +
  • + +
    + 加 +
    +
    .iconjia +
    +
  • + +
  • + +
    + 减 +
    +
    .iconjian +
    +
  • + +
  • + +
    + crmeb2 +
    +
    .iconcrmeb1 +
    +
  • + +
  • + +
    + 左右 +
    +
    .iconzuoyou +
    +
  • + +
  • + +
    + 上下 +
    +
    .iconshangxia +
    +
  • + +
  • + +
    + 当前群成员 +
    +
    .icondangqianqunchengyuan +
    +
  • + +
  • + +
    + 今日退群 +
    +
    .iconjinrituiqun +
    +
  • + +
  • + +
    + 今日新增 +
    +
    .iconjinrixinzeng +
    +
  • + +
  • + +
    + 累计退群 +
    +
    .iconleijituiqun +
    +
  • + +
  • + +
    + 店铺街 +
    +
    .icondianpujie +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian4 +
    +
  • + +
  • + +
    + 收银台-微信、支付宝 +
    +
    .icona-shouyintai-weixinzhifubao +
    +
  • + +
  • + +
    + 收银台-现金收款 +
    +
    .iconshouyintai-xianjinshoukuan +
    +
  • + +
  • + +
    + 收银台-形状 +
    +
    .iconshouyintai-xingzhuang +
    +
  • + +
  • + +
    + 收银台-刷新 +
    +
    .iconshouyintai-shuaxin +
    +
  • + +
  • + +
    + 收银台-密码 +
    +
    .iconshouyintai-mima +
    +
  • + +
  • + +
    + 收银台-企业微信 +
    +
    .iconshouyintai-qiyeweixin +
    +
  • + +
  • + +
    + 收银台-店员 +
    +
    .iconshouyintai-dianyuan +
    +
  • + +
  • + +
    + 收银台-清空 +
    +
    .iconshouyintai-qingkong +
    +
  • + +
  • + +
    + 收银台-筛选 +
    +
    .iconshouyintai-shaixuan +
    +
  • + +
  • + +
    + 收银台-微信 +
    +
    .iconshouyintai-weixin +
    +
  • + +
  • + +
    + 收银台-账号 +
    +
    .iconshouyintai-zhanghao +
    +
  • + +
  • + +
    + 收银台-眼睛 +
    +
    .iconshouyintai-yanjing +
    +
  • + +
  • + +
    + 自定义菜单 +
    +
    .iconzidingyicaidan +
    +
  • + +
  • + +
    + 富文本 +
    +
    .iconfuwenben3 +
    +
  • + +
  • + +
    + 种草社区 +
    +
    .iconzhongcaoshequ1 +
    +
  • + +
  • + +
    + 预售 +
    +
    .iconyushou1 +
    +
  • + +
  • + +
    + 小程序直播 +
    +
    .iconxiaochengxuzhibo3 +
    +
  • + +
  • + +
    + 关注公众号 +
    +
    .iconguanzhugongzhonghao2 +
    +
  • + +
  • + +
    + 专题 +
    +
    .iconzhuanti +
    +
  • + +
  • + +
    + 辅助空白 +
    +
    .iconfuzhukongbai2 +
    +
  • + +
  • + +
    + 助力 +
    +
    .iconzhuli +
    +
  • + +
  • + +
    + 搜索框 +
    +
    .iconsousuokuang +
    +
  • + +
  • + +
    + 秒杀 +
    +
    .iconmiaosha2 +
    +
  • + +
  • + +
    + 推荐组 +
    +
    .icontuijianzu +
    +
  • + +
  • + +
    + 导航组 +
    +
    .icondaohangzu2 +
    +
  • + +
  • + +
    + 拼团 +
    +
    .iconpintuan2 +
    +
  • + +
  • + +
    + 商品列表 +
    +
    .iconshangpinliebiao2 +
    +
  • + +
  • + +
    + 商品分类 +
    +
    .iconshangpinfenlei +
    +
  • + +
  • + +
    + 新闻播报 +
    +
    .iconxinwenbobao2 +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .iconyouhuiquan2 +
    +
  • + +
  • + +
    + 辅助线 +
    +
    .iconfuzhuxian2 +
    +
  • + +
  • + +
    + 在线客服 +
    +
    .iconzaixiankefu +
    +
  • + +
  • + +
    + 标题 +
    +
    .iconbiaoti2 +
    +
  • + +
  • + +
    + 轮播图 +
    +
    .iconlunbotu +
    +
  • + +
  • + +
    + 图片魔方 +
    +
    .icontupianmofang +
    +
  • + +
  • + +
    + 版权 +
    +
    .iconbanquan +
    +
  • + +
  • + +
    + 菜单收起 +
    +
    .iconcaidanshouqi +
    +
  • + +
  • + +
    + 菜单展开 +
    +
    .iconcaidanzhankai +
    +
  • + +
  • + +
    + 订单 +
    +
    .icondingdan +
    +
  • + +
  • + +
    + app +
    +
    .iconapp +
    +
  • + +
  • + +
    + PC +
    +
    .iconPC +
    +
  • + +
  • + +
    + 小程序 +
    +
    .iconxiaochengxu +
    +
  • + +
  • + +
    + 公众号 +
    +
    .icongongzhonghao +
    +
  • + +
  • + +
    + h5 +
    +
    .iconh5 +
    +
  • + +
  • + +
    + 视频 +
    +
    .iconshipin +
    +
  • + +
  • + +
    + 切换会员 +
    +
    .iconqiehuanhuiyuan +
    +
  • + +
  • + +
    + 挂单 +
    +
    .iconguadan +
    +
  • + +
  • + +
    + 核销订单金额 +
    +
    .iconhexiaodingdanjine +
    +
  • + +
  • + +
    + 门店订单金额 +
    +
    .iconmendiandingdanjine +
    +
  • + +
  • + +
    + 门店成交用户数 +
    +
    .iconmendianchengjiaoyonghushu +
    +
  • + +
  • + +
    + 付费会员金额 +
    +
    .iconfufeihuiyuanjine +
    +
  • + +
  • + +
    + 收银订单金额 +
    +
    .iconshouyindingdanjine +
    +
  • + +
  • + +
    + 门店新增用户数 +
    +
    .iconmendianxinzengyonghushu +
    +
  • + +
  • + +
    + 会员卡激活数 +
    +
    .iconhuiyuankajihuoshu +
    +
  • + +
  • + +
    + 新增用户数 +
    +
    .iconxinzengyonghushu1 +
    +
  • + +
  • + +
    + 分配订单金额 +
    +
    .iconfenpeidingdanjine +
    +
  • + +
  • + +
    + 余额消耗金额 +
    +
    .iconyuexiaohaojine +
    +
  • + +
  • + +
    + 二维码-新个人中心 +
    +
    .iconerweima-xingerenzhongxin +
    +
  • + +
  • + +
    + 回删 +
    +
    .iconhuishan +
    +
  • + +
  • + +
    + 商品数量-加 +
    +
    .iconshangpinshuliang-jia +
    +
  • + +
  • + +
    + 商品数量-减 +
    +
    .iconshangpinshuliang-jian +
    +
  • + +
  • + +
    + 图片广告 +
    +
    .icontupianguanggao1 +
    +
  • + +
  • + +
    + 搜素框 +
    +
    .iconsousukuang1 +
    +
  • + +
  • + +
    + 文章列表 +
    +
    .iconwenzhangliebiao1 +
    +
  • + +
  • + +
    + 拼团 +
    +
    .iconpintuan1 +
    +
  • + +
  • + +
    + 商品列表 +
    +
    .iconshangpinliebiao1 +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .iconyouhuiquan1 +
    +
  • + +
  • + +
    + 小程序直播 +
    +
    .iconxiaochengxuzhibo1 +
    +
  • + +
  • + +
    + 秒杀 +
    +
    .iconmiaosha1 +
    +
  • + +
  • + +
    + 新闻播报 +
    +
    .iconxinwenbobao1 +
    +
  • + +
  • + +
    + 导航组 +
    +
    .icondaohangzu1 +
    +
  • + +
  • + +
    + 标题 +
    +
    .iconbiaoti1 +
    +
  • + +
  • + +
    + 分类导航 +
    +
    .iconfenleidaohang1 +
    +
  • + +
  • + +
    + 促销列表 +
    +
    .iconcuxiaoliebiao1 +
    +
  • + +
  • + +
    + 辅助空白 +
    +
    .iconfuzhukongbai1 +
    +
  • + +
  • + +
    + 活动魔方 +
    +
    .iconhuodongmofang1 +
    +
  • + +
  • + +
    + 关注公众号 +
    +
    .iconguanzhugongzhonghao1 +
    +
  • + +
  • + +
    + 砍价 +
    +
    .iconkanjia1 +
    +
  • + +
  • + +
    + 辅助线 +
    +
    .iconfuzhuxian1 +
    +
  • + +
  • + +
    + 客服 +
    +
    .iconkefu1 +
    +
  • + +
  • + +
    + 富文本 +
    +
    .iconfuwenben1 +
    +
  • + +
  • + +
    + 单图 +
    +
    .icondantu +
    +
  • + +
  • + +
    + 拉伸 +
    +
    .iconlashen +
    +
  • + +
  • + +
    + 平铺 +
    +
    .iconpingpu +
    +
  • + +
  • + +
    + 售后-退款-蓝 +
    +
    .iconshouhou-tuikuan-lan +
    +
  • + +
  • + +
    + 代付款-蓝 +
    +
    .icondaifukuan-lan +
    +
  • + +
  • + +
    + 待收货-蓝 +
    +
    .icondaishouhuo-lan +
    +
  • + +
  • + +
    + 待评价-蓝 +
    +
    .icondaipingjia-lan +
    +
  • + +
  • + +
    + 待发货-蓝 +
    +
    .icondaifahuo-lan +
    +
  • + +
  • + +
    + 待付款-橘 +
    +
    .icondaifukuan-ju +
    +
  • + +
  • + +
    + 售后-退款-橘 +
    +
    .iconshouhou-tuikuan-ju +
    +
  • + +
  • + +
    + 待收货-橘 +
    +
    .icondaishouhuo-ju +
    +
  • + +
  • + +
    + 待评价-橘 +
    +
    .icondaipingjia-ju +
    +
  • + +
  • + +
    + 待发货-橘 +
    +
    .icondaifahuo-ju +
    +
  • + +
  • + +
    + 待评价-粉 +
    +
    .icondaipingjia-fen +
    +
  • + +
  • + +
    + 待收货-粉 +
    +
    .icondaishouhuo-fen +
    +
  • + +
  • + +
    + 代付款-粉 +
    +
    .icondaifukuan-fen +
    +
  • + +
  • + +
    + 待发货-粉 +
    +
    .icondaifahuo-fen +
    +
  • + +
  • + +
    + 售后:退款-粉 +
    +
    .icona-shouhoutuikuan-fen +
    +
  • + +
  • + +
    + 待发货-绿 +
    +
    .icondaifahuo-lv +
    +
  • + +
  • + +
    + 待收货-绿 +
    +
    .icondaishouhuo-lv +
    +
  • + +
  • + +
    + 代付款-绿 +
    +
    .icondaifukuan-lv +
    +
  • + +
  • + +
    + 待评价-绿 +
    +
    .icondaipingjia-lv +
    +
  • + +
  • + +
    + 售后-退款-绿 +
    +
    .iconshouhou-tuikuan-lv +
    +
  • + +
  • + +
    + 待付款 +
    +
    .icondaifukuan1 +
    +
  • + +
  • + +
    + 待评价 +
    +
    .icondaipingjia1 +
    +
  • + +
  • + +
    + 售后_退款 +
    +
    .iconshouhou_tuikuan +
    +
  • + +
  • + +
    + 待发货 +
    +
    .icondaifahuo1 +
    +
  • + +
  • + +
    + 待收货 +
    +
    .icondaishouhuo1 +
    +
  • + +
  • + +
    + 设置 +
    +
    .iconshezhi +
    +
  • + +
  • + +
    + s-客服 +
    +
    .icons-kefu +
    +
  • + +
  • + +
    + 多行 +
    +
    .iconduohang +
    +
  • + +
  • + +
    + 4个 +
    +
    .icon4ge1 +
    +
  • + +
  • + +
    + 5个 +
    +
    .icon5ge1 +
    +
  • + +
  • + +
    + 大圆角 +
    +
    .icondayuanjiao +
    +
  • + +
  • + +
    + 3个 +
    +
    .icon3ge1 +
    +
  • + +
  • + +
    + 单行 +
    +
    .icondanhang +
    +
  • + +
  • + +
    + 左右图文 +
    +
    .iconzuoyoutuwen +
    +
  • + +
  • + +
    + 样式8 +
    +
    .iconyangshi8 +
    +
  • + +
  • + +
    + 样式9 +
    +
    .iconyangshi9 +
    +
  • + +
  • + +
    + 样式1 +
    +
    .iconyangshi1 +
    +
  • + +
  • + +
    + 样式4 +
    +
    .iconyangshi4 +
    +
  • + +
  • + +
    + 样式5 +
    +
    .iconyangshi5 +
    +
  • + +
  • + +
    + 样式6 +
    +
    .iconyangshi6 +
    +
  • + +
  • + +
    + 样式2 +
    +
    .iconyangshi2 +
    +
  • + +
  • + +
    + 样式7 +
    +
    .iconyangshi7 +
    +
  • + +
  • + +
    + 样式3 +
    +
    .iconyangshi3 +
    +
  • + +
  • + +
    + 数字 +
    +
    .iconshuzi +
    +
  • + +
  • + +
    + 禁用 +
    +
    .iconjinyong +
    +
  • + +
  • + +
    + 4个 +
    +
    .icon4ge +
    +
  • + +
  • + +
    + 3个 +
    +
    .icon3ge +
    +
  • + +
  • + +
    + 5个 +
    +
    .icon5ge +
    +
  • + +
  • + +
    + 2行 +
    +
    .icon2hang +
    +
  • + +
  • + +
    + 3行 +
    +
    .icon3hang +
    +
  • + +
  • + +
    + 4行 +
    +
    .icon4hang +
    +
  • + +
  • + +
    + 下移 +
    +
    .iconxiayi +
    +
  • + +
  • + +
    + 上移 +
    +
    .iconshangyi +
    +
  • + +
  • + +
    + 删除 +
    +
    .iconshanchu2 +
    +
  • + +
  • + +
    + 复制 +
    +
    .iconfuzhi +
    +
  • + +
  • + +
    + 最新 +
    +
    .iconzuixin +
    +
  • + +
  • + +
    + 选中 +
    +
    .iconxuanzhong6 +
    +
  • + +
  • + +
    + 添加 +
    +
    .icontianjia +
    +
  • + +
  • + +
    + 编辑 +
    +
    .iconbianji2 +
    +
  • + +
  • + +
    + 更多展开 +
    +
    .icongengduozhankai1 +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian3 +
    +
  • + +
  • + +
    + 表情 +
    +
    .iconbiaoqing2 +
    +
  • + +
  • + +
    + 话术 +
    +
    .iconhuashu1 +
    +
  • + +
  • + +
    + 商品退款金额 +
    +
    .iconshangpintuikuanjine +
    +
  • + +
  • + +
    + 交易金额 +
    +
    .iconjiaoyijine +
    +
  • + +
  • + +
    + 余额支付金额 +
    +
    .iconyuezhifujine +
    +
  • + +
  • + +
    + 支付佣金金额 +
    +
    .iconzhifuyongjinjine +
    +
  • + +
  • + +
    + 线下收银金额 +
    +
    .iconxianxiashouyinjine +
    +
  • + +
  • + +
    + 聊天 +
    +
    .iconliaotian +
    +
  • + +
  • + +
    + 编辑 (1) +
    +
    .iconbianji11 +
    +
  • + +
  • + +
    + 进入 +
    +
    .iconjinru +
    +
  • + +
  • + +
    + 返回 +
    +
    .iconfanhui +
    +
  • + +
  • + +
    + 更多 +
    +
    .icongengduo +
    +
  • + +
  • + +
    + 发送 +
    +
    .iconfasong +
    +
  • + +
  • + +
    + 叉 +
    +
    .iconcha1 +
    +
  • + +
  • + +
    + 密码 +
    +
    .iconmima +
    +
  • + +
  • + +
    + 搜索 +
    +
    .iconsousuo +
    +
  • + +
  • + +
    + 手机 +
    +
    .iconshouji +
    +
  • + +
  • + +
    + 退出 +
    +
    .icontuichu +
    +
  • + +
  • + +
    + 商品信息 +
    +
    .iconshangpinxinxi +
    +
  • + +
  • + +
    + 账号 +
    +
    .iconzhanghao +
    +
  • + +
  • + +
    + 表情 +
    +
    .iconbiaoqing +
    +
  • + +
  • + +
    + 更多展开 +
    +
    .icongengduozhankai +
    +
  • + +
  • + +
    + 话术 +
    +
    .iconhuashu +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian2 +
    +
  • + +
  • + +
    + 添加 (1) (1) +
    +
    .icontianjia11 +
    +
  • + +
  • + +
    + 编辑 (1) +
    +
    .iconbianji1 +
    +
  • + +
  • + +
    + 设置 (1) +
    +
    .iconshezhi1 +
    +
  • + +
  • + +
    + 删除 +
    +
    .iconshanchu1 +
    +
  • + +
  • + +
    + 加号 +
    +
    .iconjiahao +
    +
  • + +
  • + +
    + 叉 +
    +
    .iconcha +
    +
  • + +
  • + +
    + 删除 +
    +
    .iconshanchu +
    +
  • + +
  • + +
    + 编辑 +
    +
    .iconbianji +
    +
  • + +
  • + +
    + 对号 +
    +
    .iconduihao +
    +
  • + +
  • + +
    + 待评价 +
    +
    .icondaipingjia +
    +
  • + +
  • + +
    + 待收货 +
    +
    .icondaishouhuo +
    +
  • + +
  • + +
    + 售后-退款 +
    +
    .iconshouhou-tuikuan +
    +
  • + +
  • + +
    + 待发货 +
    +
    .icondaifahuo +
    +
  • + +
  • + +
    + 待付款 +
    +
    .icondaifukuan +
    +
  • + +
  • + +
    + 转接 +
    +
    .iconzhuanjie +
    +
  • + +
  • + +
    + 浏览器 +
    +
    .iconliulanqi +
    +
  • + +
  • + +
    + 访客数 +
    +
    .iconfangkeshu +
    +
  • + +
  • + +
    + 访问量 +
    +
    .iconfangwenliang +
    +
  • + +
  • + +
    + 成交用户数 +
    +
    .iconchengjiaoyonghushu +
    +
  • + +
  • + +
    + 充值件数 +
    +
    .iconchongzhijianshu +
    +
  • + +
  • + +
    + 成本金额 +
    +
    .iconchengbenjine +
    +
  • + +
  • + +
    + 付费会员数 +
    +
    .iconfufeihuiyuanshu +
    +
  • + +
  • + +
    + 充值用户数 +
    +
    .iconchongzhiyonghushu +
    +
  • + +
  • + +
    + 购买会员金额 +
    +
    .icongoumaihuiyuanjine +
    +
  • + +
  • + +
    + 访客-支付转化率 +
    +
    .iconfangke-zhifuzhuanhuashuai +
    +
  • + +
  • + +
    + 净增用户 +
    +
    .iconjingzengyonghu +
    +
  • + +
  • + +
    + 客单价 +
    +
    .iconkedanjia +
    +
  • + +
  • + +
    + 加购件数 +
    +
    .iconjiagoujianshu +
    +
  • + +
  • + +
    + 累计充值用户 +
    +
    .iconleijichongzhiyonghu +
    +
  • + +
  • + +
    + 累计成交用户 +
    +
    .iconleijichengjiaoyonghu +
    +
  • + +
  • + +
    + 累计会员数 +
    +
    .iconleijihuiyuanshu +
    +
  • + +
  • + +
    + 商品浏览量 +
    +
    .iconshangpinliulanliang +
    +
  • + +
  • + +
    + 商品支付金额 +
    +
    .iconshangpinzhifujine +
    +
  • + +
  • + +
    + 退款件数 +
    +
    .icontuikuanjianshu +
    +
  • + +
  • + +
    + 累计关注用户 +
    +
    .iconleijiguanzhuyonghu +
    +
  • + +
  • + +
    + 退款 +
    +
    .icontuikuan +
    +
  • + +
  • + +
    + 下单件数 +
    +
    .iconxiadanjianshu +
    +
  • + +
  • + +
    + 累计取关用户 +
    +
    .iconleijiquguanyonghu +
    +
  • + +
  • + +
    + 累计用户 +
    +
    .iconleijiyonghu +
    +
  • + +
  • + +
    + 新增取关用户 +
    +
    .iconxinzengquguanyonghu +
    +
  • + +
  • + +
    + 商品访客数 +
    +
    .iconshangpinfangkeshu +
    +
  • + +
  • + +
    + 新增用户数 +
    +
    .iconxinzengyonghushu +
    +
  • + +
  • + +
    + 新增关注用户 +
    +
    .iconxinzengguanzhuyonghu +
    +
  • + +
  • + +
    + 支付金额 +
    +
    .iconzhifujine +
    +
  • + +
  • + +
    + 营业额 +
    +
    .iconyingyee +
    +
  • + +
  • + +
    + 支付件数 +
    +
    .iconzhifujianshu +
    +
  • + +
  • + +
    + 支出金额 +
    +
    .iconzhichujine +
    +
  • + +
  • + +
    + 关机 +
    +
    .iconguanji +
    +
  • + +
  • + +
    + 声音 静音 线性 +
    +
    .iconshengyinjingyinxianxing +
    +
  • + +
  • + +
    + 声音 +
    +
    .iconshengyinyinliang +
    +
  • + +
  • + +
    + 关闭 +
    +
    .iconguanbi5 +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian1 +
    +
  • + +
  • + +
    + 表情 +
    +
    .iconbiaoqing1 +
    +
  • + +
  • + +
    + 账号密码 +
    +
    .iconzhanghaomima +
    +
  • + +
  • + +
    + 二维码 +
    +
    .iconerweima2 +
    +
  • + +
  • + +
    + 矩形 +
    +
    .iconjuxing +
    +
  • + +
  • + +
    + 自动选择 +
    +
    .iconzidongxuanze +
    +
  • + +
  • + +
    + 手动选择 +
    +
    .iconshoudongxuanze +
    +
  • + +
  • + +
    + 单列 +
    +
    .icondanlie +
    +
  • + +
  • + +
    + 两列 +
    +
    .iconlianglie +
    +
  • + +
  • + +
    + 三列 +
    +
    .iconsanlie +
    +
  • + +
  • + +
    + 直播中 +
    +
    .iconzhibozhong +
    +
  • + +
  • + +
    + 已结束 +
    +
    .iconyijieshu +
    +
  • + +
  • + +
    + 未开始 +
    +
    .iconweikaishi +
    +
  • + +
  • + +
    + drag2 +
    +
    .icondrag2 +
    +
  • + +
  • + +
    + banner_3~ +
    +
    .iconbanner_3 +
    +
  • + +
  • + +
    + 小程序直播 +
    +
    .iconxiaochengxuzhibo +
    +
  • + +
  • + +
    + Solid line +
    +
    .iconSolidline +
    +
  • + +
  • + +
    + Dotted line +
    +
    .iconDottedline +
    +
  • + +
  • + +
    + Dot line +
    +
    .iconDotline +
    +
  • + +
  • + +
    + drop-down +
    +
    .icondrop-down +
    +
  • + +
  • + +
    + Dot +
    +
    .iconDot +
    +
  • + +
  • + +
    + Square point +
    +
    .iconSquarepoint +
    +
  • + +
  • + +
    + del_2 +
    +
    .icondel_2 +
    +
  • + +
  • + +
    + add to +
    +
    .iconaddto +
    +
  • + +
  • + +
    + del_1 +
    +
    .icondel_1 +
    +
  • + +
  • + +
    + drag +
    +
    .icondrag +
    +
  • + +
  • + +
    + Comm_number +
    +
    .iconComm_number +
    +
  • + +
  • + +
    + Comm_whole +
    +
    .iconComm_whole +
    +
  • + +
  • + +
    + Comm_Price +
    +
    .iconComm_Price +
    +
  • + +
  • + +
    + Pic_square +
    +
    .iconPic_square +
    +
  • + +
  • + +
    + Pic_fillet +
    +
    .iconPic_fillet +
    +
  • + +
  • + +
    + search_2 +
    +
    .iconsearch_2 +
    +
  • + +
  • + +
    + search_1 +
    +
    .iconsearch_1 +
    +
  • + +
  • + +
    + banner_2 +
    +
    .iconbanner_2 +
    +
  • + +
  • + +
    + Pic_small +
    +
    .iconPic_small +
    +
  • + +
  • + +
    + Pic_big +
    +
    .iconPic_big +
    +
  • + +
  • + +
    + banner_1 +
    +
    .iconbanner_1 +
    +
  • + +
  • + +
    + doc_skew +
    +
    .icondoc_skew +
    +
  • + +
  • + +
    + doc_bold +
    +
    .icondoc_bold +
    +
  • + +
  • + +
    + doc_general +
    +
    .icondoc_general +
    +
  • + +
  • + +
    + five +
    +
    .iconfive +
    +
  • + +
  • + +
    + Four +
    +
    .iconFour +
    +
  • + +
  • + +
    + doc_center +
    +
    .icondoc_center +
    +
  • + +
  • + +
    + doc_right +
    +
    .icondoc_right +
    +
  • + +
  • + +
    + doc_left +
    +
    .icondoc_left +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian +
    +
  • + +
  • + +
    + 客服 +
    +
    .iconkefu +
    +
  • + +
  • + +
    + 辅助线 +
    +
    .iconfuzhuxian +
    +
  • + +
  • + +
    + 标题 +
    +
    .iconbiaoti +
    +
  • + +
  • + +
    + 导航组 +
    +
    .icondaohangzu +
    +
  • + +
  • + +
    + 辅助空白 +
    +
    .iconfuzhukongbai +
    +
  • + +
  • + +
    + 分类导航 +
    +
    .iconfenleidaohang +
    +
  • + +
  • + +
    + 促销列表 +
    +
    .iconcuxiaoliebiao +
    +
  • + +
  • + +
    + 砍价 +
    +
    .iconkanjia +
    +
  • + +
  • + +
    + 关注公众号 +
    +
    .iconguanzhugongzhonghao +
    +
  • + +
  • + +
    + 活动魔方 +
    +
    .iconhuodongmofang +
    +
  • + +
  • + +
    + 富文本 +
    +
    .iconfuwenben +
    +
  • + +
  • + +
    + 秒杀 +
    +
    .iconmiaosha +
    +
  • + +
  • + +
    + 商品列表 +
    +
    .iconshangpinliebiao +
    +
  • + +
  • + +
    + 拼团 +
    +
    .iconpintuan +
    +
  • + +
  • + +
    + 搜素框 +
    +
    .iconsousukuang +
    +
  • + +
  • + +
    + 图片广告 +
    +
    .icontupianguanggao +
    +
  • + +
  • + +
    + 新闻播报 +
    +
    .iconxinwenbobao +
    +
  • + +
  • + +
    + 文章列表 +
    +
    .iconwenzhangliebiao +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .iconyouhuiquan +
    +
  • + +
+
+

font-class 引用

+
+ +

font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。

+

与 Unicode 使用方式相比,具有如下特点:

+
    +
  • 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
  • +
  • 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 fontclass 代码:

+
<link rel="stylesheet" href="./iconfont.css">
+
+

第二步:挑选相应图标并获取类名,应用于页面:

+
<span class="iconfont iconxxx"></span>
+
+
+

" + iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

+
+
+
+
+
    + +
  • + +
    待发货-积分
    +
    #icondaifahuo-jifen
    +
  • + +
  • + +
    ic_fire
    +
    #iconic_fire
    +
  • + +
  • + +
    复选框-未选中
    +
    #iconfuxuankuang-weixuanzhong
    +
  • + +
  • + +
    复制
    +
    #iconfuzhi1
    +
  • + +
  • + +
    操作-整体
    +
    #iconcaozuo-zhengti
    +
  • + +
  • + +
    操作-边角
    +
    #iconcaozuo-bianjiao
    +
  • + +
  • + +
    播放
    +
    #iconbofang
    +
  • + +
  • + +
    右上角
    +
    #iconyoushangjiao
    +
  • + +
  • + +
    关闭
    +
    #iconguanbi
    +
  • + +
  • + +
    +
    #iconxia
    +
  • + +
  • + +
    形状结合
    +
    #iconxingzhuangjiehe
    +
  • + +
  • + +
    显示
    +
    #iconxianshi
    +
  • + +
  • + +
    完成
    +
    #iconwancheng
    +
  • + +
  • + +
    删除
    +
    #iconshanchu3
    +
  • + +
  • + +
    +
    #iconshang
    +
  • + +
  • + +
    加号
    +
    #iconjiahao1
    +
  • + +
  • + +
    复选框-选中
    +
    #iconfuxuankuang-xuanzhong
    +
  • + +
  • + +
    右下角
    +
    #iconyouxiajiao
    +
  • + +
  • + +
    隐藏
    +
    #iconyincang
    +
  • + +
  • + +
    购物车
    +
    #icongouwuche1
    +
  • + +
  • + +
    +
    #iconyou
    +
  • + +
  • + +
    左上角
    +
    #iconzuoshangjiao
    +
  • + +
  • + +
    左下角
    +
    #iconzuoxiajiao
    +
  • + +
  • + +
    组件-公众号
    +
    #iconzujian-gongzhonghao
    +
  • + +
  • + +
    组件-拼团
    +
    #iconzujian-pintuan
    +
  • + +
  • + +
    组件-商品选项卡
    +
    #iconzujian-shangpinxuanxiangka
    +
  • + +
  • + +
    组件-签到
    +
    #iconzujian-qiandao
    +
  • + +
  • + +
    组件-悬浮按钮
    +
    #iconzujian-xuanfuanniu
    +
  • + +
  • + +
    组件-选项卡
    +
    #iconzujian-xuanxiangka1
    +
  • + +
  • + +
    组件-积分商城
    +
    #iconzujian-jifenshangcheng
    +
  • + +
  • + +
    组件-砍价
    +
    #iconzujian-kanjia
    +
  • + +
  • + +
    组件-热区
    +
    #iconzujian-requ
    +
  • + +
  • + +
    组件-短视频
    +
    #iconzujian-duanshipin
    +
  • + +
  • + +
    组件-新人专享
    +
    #iconzujian-xinrenzhuanxiang
    +
  • + +
  • + +
    组件-排行榜
    +
    #iconzujian-paihangbang
    +
  • + +
  • + +
    组件-用户信息
    +
    #iconzujian-yonghuxinxi
    +
  • + +
  • + +
    组件-预售
    +
    #iconzujian-yushou
    +
  • + +
  • + +
    组件-店铺街
    +
    #iconzujian-dianpujie
    +
  • + +
  • + +
    组件-导航组
    +
    #iconzujian-daohangzu
    +
  • + +
  • + +
    组件-标题
    +
    #iconzujian-biaoti
    +
  • + +
  • + +
    组件-辅助空白
    +
    #iconzujian-fuzhukongbai
    +
  • + +
  • + +
    组件-图片魔方
    +
    #iconzujian-tupianmofang
    +
  • + +
  • + +
    组件-商品分类
    +
    #iconzujian-shangpinfenlei
    +
  • + +
  • + +
    组件-文章列表
    +
    #iconzujian-wenzhangliebiao
    +
  • + +
  • + +
    组件-商品列表
    +
    #iconzujian-shangpinliebiao
    +
  • + +
  • + +
    组件-轮播图
    +
    #iconzujian-lunbotu
    +
  • + +
  • + +
    组件-小程序直播
    +
    #iconzujian-xiaochengxuzhibo
    +
  • + +
  • + +
    组件-富文本
    +
    #iconzujian-fuwenben
    +
  • + +
  • + +
    组件-视频
    +
    #iconzujian-shipin
    +
  • + +
  • + +
    组件-搜索框
    +
    #iconzujian-sousuokuang
    +
  • + +
  • + +
    组件-种草社区
    +
    #iconzujian-zhongcaoshequ
    +
  • + +
  • + +
    组件-悬浮菜单
    +
    #iconzujian-xuanfucaidan
    +
  • + +
  • + +
    组件-秒杀
    +
    #iconzujian-miaosha
    +
  • + +
  • + +
    组件-优惠券
    +
    #iconzujian-youhuiquan
    +
  • + +
  • + +
    组件-新闻播报
    +
    #iconzujian-xinwenbobao
    +
  • + +
  • + +
    组件-选项卡
    +
    #iconzujian-xuanxiangka
    +
  • + +
  • + +
    组件-轮播搜索
    +
    #iconzujian-zuhezujian
    +
  • + +
  • + +
    组件-辅助线
    +
    #iconzujian-fuzhuxian
    +
  • + +
  • + +
    组件-底部菜单
    +
    #iconzujian-dibucaidan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo2
    +
  • + +
  • + +
    待处理-用户反馈
    +
    #icondaichuli-yonghufankui
    +
  • + +
  • + +
    待退款
    +
    #icondaituikuan
    +
  • + +
  • + +
    待审核-提现
    +
    #icondaishenhe-tixian
    +
  • + +
  • + +
    待审核-商户入驻
    +
    #icondaishenhe-shanghuruzhu
    +
  • + +
  • + +
    待审核-社区内容
    +
    #icondaishenhe-shequneirong
    +
  • + +
  • + +
    警戒库存
    +
    #iconjingjiekucun
    +
  • + +
  • + +
    待审核-转账
    +
    #icondaishenhe-zhuanzhang
    +
  • + +
  • + +
    普通商品
    +
    #iconputongshangpin
    +
  • + +
  • + +
    售罄商品
    +
    #iconshouqingshangpin
    +
  • + +
  • + +
    待核销-分销礼包
    +
    #icondaihexiao-fenxiaolibao
    +
  • + +
  • + +
    待回复
    +
    #icondaihuifu
    +
  • + +
  • + +
    待开票
    +
    #icondaikaipiao
    +
  • + +
  • + +
    待核销
    +
    #icondaihexiao
    +
  • + +
  • + +
    在售商品
    +
    #iconzaishoushangpin
    +
  • + +
  • + +
    活动商品
    +
    #iconhuodongshangpin
    +
  • + +
  • + +
    系统设置
    +
    #iconxitongshezhi
    +
  • + +
  • + +
    用户管理
    +
    #iconyonghuguanli
    +
  • + +
  • + +
    商品
    +
    #iconshangpin
    +
  • + +
  • + +
    分销管理
    +
    #iconfenxiaoguanli
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan4
    +
  • + +
  • + +
    文章管理
    +
    #iconwenzhangguanli
    +
  • + +
  • + +
    订单管理
    +
    #icondingdanguanli
    +
  • + +
  • + +
    短信配置
    +
    #iconduanxinpeizhi
    +
  • + +
  • + +
    商业授权
    +
    #iconshangyeshouquan
    +
  • + +
  • + +
    微信支付
    +
    #iconweixinzhifu
    +
  • + +
  • + +
    支付宝
    +
    #iconzhifubao
    +
  • + +
  • + +
    宫格
    +
    #icongongge
    +
  • + +
  • + +
    列表
    +
    #iconliebiao
    +
  • + +
  • + +
    收银台-收银
    +
    #iconshouyintai-shouyin1
    +
  • + +
  • + +
    收银台-订单
    +
    #iconshouyintai-dingdan1
    +
  • + +
  • + +
    收银台-核销
    +
    #iconshouyintai-hexiao1
    +
  • + +
  • + +
    收银台-桌码
    +
    #iconshouyintai-zhuoma
    +
  • + +
  • + +
    收银台-退货
    +
    #iconshouyintai-tuihuo1
    +
  • + +
  • + +
    收银台-用户
    +
    #iconshouyintai-yonghu
    +
  • + +
  • + +
    收银台-挂单
    +
    #iconshouyintai-guadan1
    +
  • + +
  • + +
    收银台-充值
    +
    #iconshouyintai-chongzhi1
    +
  • + +
  • + +
    渠道码
    +
    #iconqudaoma
    +
  • + +
  • + +
    表单组件-多选框
    +
    #iconbiaodanzujian-duoxuankuang
    +
  • + +
  • + +
    表单组件-日期
    +
    #iconbiaodanzujian-riqi
    +
  • + +
  • + +
    表单组件-单选框
    +
    #iconbiaodanzujian-danxuankuang
    +
  • + +
  • + +
    表单组件-单行文本
    +
    #iconbiaodanzujian-danhangwenben
    +
  • + +
  • + +
    表单组件-日期范围
    +
    #iconbiaodanzujian-riqifanwei
    +
  • + +
  • + +
    表单组件-时间
    +
    #iconbiaodanzujian-shijian
    +
  • + +
  • + +
    表单组件-下拉框
    +
    #iconbiaodanzujian-xialakuang
    +
  • + +
  • + +
    表单组件-时间范围
    +
    #iconbiaodanzujian-shijianfanwei
    +
  • + +
  • + +
    表单组件-图片
    +
    #iconbiaodanzujian-tupian
    +
  • + +
  • + +
    表单组件-城市
    +
    #iconbiaodanzujian-chengshi
    +
  • + +
  • + +
    当前积分
    +
    #icondangqianjifen
    +
  • + +
  • + +
    累计积分
    +
    #iconleijijifen
    +
  • + +
  • + +
    发起人数
    +
    #iconfaqirenshu
    +
  • + +
  • + +
    剩余库存
    +
    #iconshengyukucun
    +
  • + +
  • + +
    推广人数
    +
    #icontuiguangrenshu
    +
  • + +
  • + +
    砍价成功
    +
    #iconkanjiachenggong
    +
  • + +
  • + +
    成团数
    +
    #iconchengtuanshu
    +
  • + +
  • + +
    参与人数
    +
    #iconcanyurenshu
    +
  • + +
  • + +
    下单人数
    +
    #iconxiadanrenshu
    +
  • + +
  • + +
    消耗积分
    +
    #iconxiaohaojifen
    +
  • + +
  • + +
    支付订单
    +
    #iconzhifudingdan
    +
  • + +
  • + +
    支付人数
    +
    #iconzhifurenshu
    +
  • + +
  • + +
    新人礼
    +
    #iconxinrenli2
    +
  • + +
  • + +
    会员激活
    +
    #iconhuiyuanjihuo
    +
  • + +
  • + +
    样式二
    +
    #iconyangshier
    +
  • + +
  • + +
    样式一
    +
    #iconyangshiyi
    +
  • + +
  • + +
    组合- banner
    +
    #icona-zuhe-banner1
    +
  • + +
  • + +
    组合组件
    +
    #icontupianmofang2
    +
  • + +
  • + +
    图片魔方
    +
    #iconshangpinfenlei1
    +
  • + +
  • + +
    配置引导
    +
    #iconpeizhiyindao1
    +
  • + +
  • + +
    余额充值
    +
    #iconyuechongzhi
    +
  • + +
  • + +
    优惠套餐
    +
    #iconyouhuitaocan
    +
  • + +
  • + +
    组合-分类
    +
    #iconzuhe-fenlei
    +
  • + +
  • + +
    配置引导
    +
    #iconpeizhiyindao
    +
  • + +
  • + +
    短视频
    +
    #iconduanshipin1
    +
  • + +
  • + +
    第n件n折
    +
    #icondinjiannzhe
    +
  • + +
  • + +
    活动背景图
    +
    #iconhuodongbeijingtu
    +
  • + +
  • + +
    积分商城
    +
    #iconjifenshangcheng
    +
  • + +
  • + +
    活动边框
    +
    #iconhuodongbiankuang
    +
  • + +
  • + +
    砍价活动
    +
    #iconkanjiahuodong
    +
  • + +
  • + +
    九宫格抽奖
    +
    #iconjiugonggechoujiang
    +
  • + +
  • + +
    满送活动
    +
    #iconmansonghuodong
    +
  • + +
  • + +
    满减满折
    +
    #iconmanjianmanzhe
    +
  • + +
  • + +
    每日签到
    +
    #iconmeiriqiandao
    +
  • + +
  • + +
    文章
    +
    #iconwenzhang
    +
  • + +
  • + +
    秒杀活动
    +
    #iconmiaoshahuodong
    +
  • + +
  • + +
    拼团活动
    +
    #iconpintuanhuodong
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan3
    +
  • + +
  • + +
    直播
    +
    #iconzhibo
    +
  • + +
  • + +
    限时折扣
    +
    #iconxianshizhekou
    +
  • + +
  • + +
    图片魔方
    +
    #icontupianmofang1
    +
  • + +
  • + +
    热卖排行
    +
    #iconremaipaihang
    +
  • + +
  • + +
    用户信息
    +
    #iconyonghuxinxi
    +
  • + +
  • + +
    视频样式2
    +
    #iconshipinyangshi2
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti3
    +
  • + +
  • + +
    视频样式1
    +
    #iconshipinyangshi1
    +
  • + +
  • + +
    定位1
    +
    #icondingwei1
    +
  • + +
  • + +
    搜索1
    +
    #iconsousuo11
    +
  • + +
  • + +
    手机
    +
    #iconshouji1
    +
  • + +
  • + +
    二维码
    +
    #iconerweima
    +
  • + +
  • + +
    搜索
    +
    #iconsousuo1
    +
  • + +
  • + +
    定位
    +
    #icondingwei
    +
  • + +
  • + +
    视频点赞-已点
    +
    #iconshipindianzan-yidian
    +
  • + +
  • + +
    视频点赞-未点
    +
    #iconshipindianzan-weidian
    +
  • + +
  • + +
    顶部导航
    +
    #icondingbudaohang
    +
  • + +
  • + +
    短视频
    +
    #iconduanshipin
    +
  • + +
  • + +
    新人礼
    +
    #iconxinrenli
    +
  • + +
  • + +
    购物车
    +
    #icongouwuche
    +
  • + +
  • + +
    分享
    +
    #iconfenxiang
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia2
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan3
    +
  • + +
  • + +
    客服
    +
    #iconkefu2
    +
  • + +
  • + +
    收 藏
    +
    #icona-shoucang
    +
  • + +
  • + +
    门店
    +
    #iconmendian
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha3
    +
  • + +
  • + +
    退款订单量
    +
    #icontuikuandingdanliang
    +
  • + +
  • + +
    订单量
    +
    #icondingdanliang
    +
  • + +
  • + +
    订单金额
    +
    #icondingdanjine
    +
  • + +
  • + +
    退款金额
    +
    #icontuikuanjine
    +
  • + +
  • + +
    statis
    +
    #icontongji
    +
  • + +
  • + +
    表格1
    +
    #iconbiaoge1
    +
  • + +
  • + +
    返回
    +
    #iconfanhui1
    +
  • + +
  • + +
    pc-积分
    +
    #iconpc-jifen
    +
  • + +
  • + +
    pc-优惠券
    +
    #iconpc-youhuiquan
    +
  • + +
  • + +
    收银台
    +
    #iconshouyintai
    +
  • + +
  • + +
    +
    #iconjia
    +
  • + +
  • + +
    +
    #iconjian
    +
  • + +
  • + +
    crmeb2
    +
    #iconcrmeb1
    +
  • + +
  • + +
    左右
    +
    #iconzuoyou
    +
  • + +
  • + +
    上下
    +
    #iconshangxia
    +
  • + +
  • + +
    当前群成员
    +
    #icondangqianqunchengyuan
    +
  • + +
  • + +
    今日退群
    +
    #iconjinrituiqun
    +
  • + +
  • + +
    今日新增
    +
    #iconjinrixinzeng
    +
  • + +
  • + +
    累计退群
    +
    #iconleijituiqun
    +
  • + +
  • + +
    店铺街
    +
    #icondianpujie
    +
  • + +
  • + +
    图片
    +
    #icontupian4
    +
  • + +
  • + +
    收银台-微信、支付宝
    +
    #icona-shouyintai-weixinzhifubao
    +
  • + +
  • + +
    收银台-现金收款
    +
    #iconshouyintai-xianjinshoukuan
    +
  • + +
  • + +
    收银台-形状
    +
    #iconshouyintai-xingzhuang
    +
  • + +
  • + +
    收银台-刷新
    +
    #iconshouyintai-shuaxin
    +
  • + +
  • + +
    收银台-密码
    +
    #iconshouyintai-mima
    +
  • + +
  • + +
    收银台-企业微信
    +
    #iconshouyintai-qiyeweixin
    +
  • + +
  • + +
    收银台-店员
    +
    #iconshouyintai-dianyuan
    +
  • + +
  • + +
    收银台-清空
    +
    #iconshouyintai-qingkong
    +
  • + +
  • + +
    收银台-筛选
    +
    #iconshouyintai-shaixuan
    +
  • + +
  • + +
    收银台-微信
    +
    #iconshouyintai-weixin
    +
  • + +
  • + +
    收银台-账号
    +
    #iconshouyintai-zhanghao
    +
  • + +
  • + +
    收银台-眼睛
    +
    #iconshouyintai-yanjing
    +
  • + +
  • + +
    自定义菜单
    +
    #iconzidingyicaidan
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben3
    +
  • + +
  • + +
    种草社区
    +
    #iconzhongcaoshequ1
    +
  • + +
  • + +
    预售
    +
    #iconyushou1
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo3
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao2
    +
  • + +
  • + +
    专题
    +
    #iconzhuanti
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai2
    +
  • + +
  • + +
    助力
    +
    #iconzhuli
    +
  • + +
  • + +
    搜索框
    +
    #iconsousuokuang
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha2
    +
  • + +
  • + +
    推荐组
    +
    #icontuijianzu
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu2
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan2
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao2
    +
  • + +
  • + +
    商品分类
    +
    #iconshangpinfenlei
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao2
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan2
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian2
    +
  • + +
  • + +
    在线客服
    +
    #iconzaixiankefu
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti2
    +
  • + +
  • + +
    轮播图
    +
    #iconlunbotu
    +
  • + +
  • + +
    图片魔方
    +
    #icontupianmofang
    +
  • + +
  • + +
    版权
    +
    #iconbanquan
    +
  • + +
  • + +
    菜单收起
    +
    #iconcaidanshouqi
    +
  • + +
  • + +
    菜单展开
    +
    #iconcaidanzhankai
    +
  • + +
  • + +
    订单
    +
    #icondingdan
    +
  • + +
  • + +
    app
    +
    #iconapp
    +
  • + +
  • + +
    PC
    +
    #iconPC
    +
  • + +
  • + +
    小程序
    +
    #iconxiaochengxu
    +
  • + +
  • + +
    公众号
    +
    #icongongzhonghao
    +
  • + +
  • + +
    h5
    +
    #iconh5
    +
  • + +
  • + +
    视频
    +
    #iconshipin
    +
  • + +
  • + +
    切换会员
    +
    #iconqiehuanhuiyuan
    +
  • + +
  • + +
    挂单
    +
    #iconguadan
    +
  • + +
  • + +
    核销订单金额
    +
    #iconhexiaodingdanjine
    +
  • + +
  • + +
    门店订单金额
    +
    #iconmendiandingdanjine
    +
  • + +
  • + +
    门店成交用户数
    +
    #iconmendianchengjiaoyonghushu
    +
  • + +
  • + +
    付费会员金额
    +
    #iconfufeihuiyuanjine
    +
  • + +
  • + +
    收银订单金额
    +
    #iconshouyindingdanjine
    +
  • + +
  • + +
    门店新增用户数
    +
    #iconmendianxinzengyonghushu
    +
  • + +
  • + +
    会员卡激活数
    +
    #iconhuiyuankajihuoshu
    +
  • + +
  • + +
    新增用户数
    +
    #iconxinzengyonghushu1
    +
  • + +
  • + +
    分配订单金额
    +
    #iconfenpeidingdanjine
    +
  • + +
  • + +
    余额消耗金额
    +
    #iconyuexiaohaojine
    +
  • + +
  • + +
    二维码-新个人中心
    +
    #iconerweima-xingerenzhongxin
    +
  • + +
  • + +
    回删
    +
    #iconhuishan
    +
  • + +
  • + +
    商品数量-加
    +
    #iconshangpinshuliang-jia
    +
  • + +
  • + +
    商品数量-减
    +
    #iconshangpinshuliang-jian
    +
  • + +
  • + +
    图片广告
    +
    #icontupianguanggao1
    +
  • + +
  • + +
    搜素框
    +
    #iconsousukuang1
    +
  • + +
  • + +
    文章列表
    +
    #iconwenzhangliebiao1
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan1
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao1
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan1
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo1
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha1
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao1
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu1
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti1
    +
  • + +
  • + +
    分类导航
    +
    #iconfenleidaohang1
    +
  • + +
  • + +
    促销列表
    +
    #iconcuxiaoliebiao1
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai1
    +
  • + +
  • + +
    活动魔方
    +
    #iconhuodongmofang1
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao1
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia1
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian1
    +
  • + +
  • + +
    客服
    +
    #iconkefu1
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben1
    +
  • + +
  • + +
    单图
    +
    #icondantu
    +
  • + +
  • + +
    拉伸
    +
    #iconlashen
    +
  • + +
  • + +
    平铺
    +
    #iconpingpu
    +
  • + +
  • + +
    售后-退款-蓝
    +
    #iconshouhou-tuikuan-lan
    +
  • + +
  • + +
    代付款-蓝
    +
    #icondaifukuan-lan
    +
  • + +
  • + +
    待收货-蓝
    +
    #icondaishouhuo-lan
    +
  • + +
  • + +
    待评价-蓝
    +
    #icondaipingjia-lan
    +
  • + +
  • + +
    待发货-蓝
    +
    #icondaifahuo-lan
    +
  • + +
  • + +
    待付款-橘
    +
    #icondaifukuan-ju
    +
  • + +
  • + +
    售后-退款-橘
    +
    #iconshouhou-tuikuan-ju
    +
  • + +
  • + +
    待收货-橘
    +
    #icondaishouhuo-ju
    +
  • + +
  • + +
    待评价-橘
    +
    #icondaipingjia-ju
    +
  • + +
  • + +
    待发货-橘
    +
    #icondaifahuo-ju
    +
  • + +
  • + +
    待评价-粉
    +
    #icondaipingjia-fen
    +
  • + +
  • + +
    待收货-粉
    +
    #icondaishouhuo-fen
    +
  • + +
  • + +
    代付款-粉
    +
    #icondaifukuan-fen
    +
  • + +
  • + +
    待发货-粉
    +
    #icondaifahuo-fen
    +
  • + +
  • + +
    售后:退款-粉
    +
    #icona-shouhoutuikuan-fen
    +
  • + +
  • + +
    待发货-绿
    +
    #icondaifahuo-lv
    +
  • + +
  • + +
    待收货-绿
    +
    #icondaishouhuo-lv
    +
  • + +
  • + +
    代付款-绿
    +
    #icondaifukuan-lv
    +
  • + +
  • + +
    待评价-绿
    +
    #icondaipingjia-lv
    +
  • + +
  • + +
    售后-退款-绿
    +
    #iconshouhou-tuikuan-lv
    +
  • + +
  • + +
    待付款
    +
    #icondaifukuan1
    +
  • + +
  • + +
    待评价
    +
    #icondaipingjia1
    +
  • + +
  • + +
    售后_退款
    +
    #iconshouhou_tuikuan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo1
    +
  • + +
  • + +
    待收货
    +
    #icondaishouhuo1
    +
  • + +
  • + +
    设置
    +
    #iconshezhi
    +
  • + +
  • + +
    s-客服
    +
    #icons-kefu
    +
  • + +
  • + +
    多行
    +
    #iconduohang
    +
  • + +
  • + +
    4个
    +
    #icon4ge1
    +
  • + +
  • + +
    5个
    +
    #icon5ge1
    +
  • + +
  • + +
    大圆角
    +
    #icondayuanjiao
    +
  • + +
  • + +
    3个
    +
    #icon3ge1
    +
  • + +
  • + +
    单行
    +
    #icondanhang
    +
  • + +
  • + +
    左右图文
    +
    #iconzuoyoutuwen
    +
  • + +
  • + +
    样式8
    +
    #iconyangshi8
    +
  • + +
  • + +
    样式9
    +
    #iconyangshi9
    +
  • + +
  • + +
    样式1
    +
    #iconyangshi1
    +
  • + +
  • + +
    样式4
    +
    #iconyangshi4
    +
  • + +
  • + +
    样式5
    +
    #iconyangshi5
    +
  • + +
  • + +
    样式6
    +
    #iconyangshi6
    +
  • + +
  • + +
    样式2
    +
    #iconyangshi2
    +
  • + +
  • + +
    样式7
    +
    #iconyangshi7
    +
  • + +
  • + +
    样式3
    +
    #iconyangshi3
    +
  • + +
  • + +
    数字
    +
    #iconshuzi
    +
  • + +
  • + +
    禁用
    +
    #iconjinyong
    +
  • + +
  • + +
    4个
    +
    #icon4ge
    +
  • + +
  • + +
    3个
    +
    #icon3ge
    +
  • + +
  • + +
    5个
    +
    #icon5ge
    +
  • + +
  • + +
    2行
    +
    #icon2hang
    +
  • + +
  • + +
    3行
    +
    #icon3hang
    +
  • + +
  • + +
    4行
    +
    #icon4hang
    +
  • + +
  • + +
    下移
    +
    #iconxiayi
    +
  • + +
  • + +
    上移
    +
    #iconshangyi
    +
  • + +
  • + +
    删除
    +
    #iconshanchu2
    +
  • + +
  • + +
    复制
    +
    #iconfuzhi
    +
  • + +
  • + +
    最新
    +
    #iconzuixin
    +
  • + +
  • + +
    选中
    +
    #iconxuanzhong6
    +
  • + +
  • + +
    添加
    +
    #icontianjia
    +
  • + +
  • + +
    编辑
    +
    #iconbianji2
    +
  • + +
  • + +
    更多展开
    +
    #icongengduozhankai1
    +
  • + +
  • + +
    图片
    +
    #icontupian3
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing2
    +
  • + +
  • + +
    话术
    +
    #iconhuashu1
    +
  • + +
  • + +
    商品退款金额
    +
    #iconshangpintuikuanjine
    +
  • + +
  • + +
    交易金额
    +
    #iconjiaoyijine
    +
  • + +
  • + +
    余额支付金额
    +
    #iconyuezhifujine
    +
  • + +
  • + +
    支付佣金金额
    +
    #iconzhifuyongjinjine
    +
  • + +
  • + +
    线下收银金额
    +
    #iconxianxiashouyinjine
    +
  • + +
  • + +
    聊天
    +
    #iconliaotian
    +
  • + +
  • + +
    编辑 (1)
    +
    #iconbianji11
    +
  • + +
  • + +
    进入
    +
    #iconjinru
    +
  • + +
  • + +
    返回
    +
    #iconfanhui
    +
  • + +
  • + +
    更多
    +
    #icongengduo
    +
  • + +
  • + +
    发送
    +
    #iconfasong
    +
  • + +
  • + +
    +
    #iconcha1
    +
  • + +
  • + +
    密码
    +
    #iconmima
    +
  • + +
  • + +
    搜索
    +
    #iconsousuo
    +
  • + +
  • + +
    手机
    +
    #iconshouji
    +
  • + +
  • + +
    退出
    +
    #icontuichu
    +
  • + +
  • + +
    商品信息
    +
    #iconshangpinxinxi
    +
  • + +
  • + +
    账号
    +
    #iconzhanghao
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing
    +
  • + +
  • + +
    更多展开
    +
    #icongengduozhankai
    +
  • + +
  • + +
    话术
    +
    #iconhuashu
    +
  • + +
  • + +
    图片
    +
    #icontupian2
    +
  • + +
  • + +
    添加 (1) (1)
    +
    #icontianjia11
    +
  • + +
  • + +
    编辑 (1)
    +
    #iconbianji1
    +
  • + +
  • + +
    设置 (1)
    +
    #iconshezhi1
    +
  • + +
  • + +
    删除
    +
    #iconshanchu1
    +
  • + +
  • + +
    加号
    +
    #iconjiahao
    +
  • + +
  • + +
    +
    #iconcha
    +
  • + +
  • + +
    删除
    +
    #iconshanchu
    +
  • + +
  • + +
    编辑
    +
    #iconbianji
    +
  • + +
  • + +
    对号
    +
    #iconduihao
    +
  • + +
  • + +
    待评价
    +
    #icondaipingjia
    +
  • + +
  • + +
    待收货
    +
    #icondaishouhuo
    +
  • + +
  • + +
    售后-退款
    +
    #iconshouhou-tuikuan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo
    +
  • + +
  • + +
    待付款
    +
    #icondaifukuan
    +
  • + +
  • + +
    转接
    +
    #iconzhuanjie
    +
  • + +
  • + +
    浏览器
    +
    #iconliulanqi
    +
  • + +
  • + +
    访客数
    +
    #iconfangkeshu
    +
  • + +
  • + +
    访问量
    +
    #iconfangwenliang
    +
  • + +
  • + +
    成交用户数
    +
    #iconchengjiaoyonghushu
    +
  • + +
  • + +
    充值件数
    +
    #iconchongzhijianshu
    +
  • + +
  • + +
    成本金额
    +
    #iconchengbenjine
    +
  • + +
  • + +
    付费会员数
    +
    #iconfufeihuiyuanshu
    +
  • + +
  • + +
    充值用户数
    +
    #iconchongzhiyonghushu
    +
  • + +
  • + +
    购买会员金额
    +
    #icongoumaihuiyuanjine
    +
  • + +
  • + +
    访客-支付转化率
    +
    #iconfangke-zhifuzhuanhuashuai
    +
  • + +
  • + +
    净增用户
    +
    #iconjingzengyonghu
    +
  • + +
  • + +
    客单价
    +
    #iconkedanjia
    +
  • + +
  • + +
    加购件数
    +
    #iconjiagoujianshu
    +
  • + +
  • + +
    累计充值用户
    +
    #iconleijichongzhiyonghu
    +
  • + +
  • + +
    累计成交用户
    +
    #iconleijichengjiaoyonghu
    +
  • + +
  • + +
    累计会员数
    +
    #iconleijihuiyuanshu
    +
  • + +
  • + +
    商品浏览量
    +
    #iconshangpinliulanliang
    +
  • + +
  • + +
    商品支付金额
    +
    #iconshangpinzhifujine
    +
  • + +
  • + +
    退款件数
    +
    #icontuikuanjianshu
    +
  • + +
  • + +
    累计关注用户
    +
    #iconleijiguanzhuyonghu
    +
  • + +
  • + +
    退款
    +
    #icontuikuan
    +
  • + +
  • + +
    下单件数
    +
    #iconxiadanjianshu
    +
  • + +
  • + +
    累计取关用户
    +
    #iconleijiquguanyonghu
    +
  • + +
  • + +
    累计用户
    +
    #iconleijiyonghu
    +
  • + +
  • + +
    新增取关用户
    +
    #iconxinzengquguanyonghu
    +
  • + +
  • + +
    商品访客数
    +
    #iconshangpinfangkeshu
    +
  • + +
  • + +
    新增用户数
    +
    #iconxinzengyonghushu
    +
  • + +
  • + +
    新增关注用户
    +
    #iconxinzengguanzhuyonghu
    +
  • + +
  • + +
    支付金额
    +
    #iconzhifujine
    +
  • + +
  • + +
    营业额
    +
    #iconyingyee
    +
  • + +
  • + +
    支付件数
    +
    #iconzhifujianshu
    +
  • + +
  • + +
    支出金额
    +
    #iconzhichujine
    +
  • + +
  • + +
    关机
    +
    #iconguanji
    +
  • + +
  • + +
    声音 静音 线性
    +
    #iconshengyinjingyinxianxing
    +
  • + +
  • + +
    声音
    +
    #iconshengyinyinliang
    +
  • + +
  • + +
    关闭
    +
    #iconguanbi5
    +
  • + +
  • + +
    图片
    +
    #icontupian1
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing1
    +
  • + +
  • + +
    账号密码
    +
    #iconzhanghaomima
    +
  • + +
  • + +
    二维码
    +
    #iconerweima2
    +
  • + +
  • + +
    矩形
    +
    #iconjuxing
    +
  • + +
  • + +
    自动选择
    +
    #iconzidongxuanze
    +
  • + +
  • + +
    手动选择
    +
    #iconshoudongxuanze
    +
  • + +
  • + +
    单列
    +
    #icondanlie
    +
  • + +
  • + +
    两列
    +
    #iconlianglie
    +
  • + +
  • + +
    三列
    +
    #iconsanlie
    +
  • + +
  • + +
    直播中
    +
    #iconzhibozhong
    +
  • + +
  • + +
    已结束
    +
    #iconyijieshu
    +
  • + +
  • + +
    未开始
    +
    #iconweikaishi
    +
  • + +
  • + +
    drag2
    +
    #icondrag2
    +
  • + +
  • + +
    banner_3~
    +
    #iconbanner_3
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo
    +
  • + +
  • + +
    Solid line
    +
    #iconSolidline
    +
  • + +
  • + +
    Dotted line
    +
    #iconDottedline
    +
  • + +
  • + +
    Dot line
    +
    #iconDotline
    +
  • + +
  • + +
    drop-down
    +
    #icondrop-down
    +
  • + +
  • + +
    Dot
    +
    #iconDot
    +
  • + +
  • + +
    Square point
    +
    #iconSquarepoint
    +
  • + +
  • + +
    del_2
    +
    #icondel_2
    +
  • + +
  • + +
    add to
    +
    #iconaddto
    +
  • + +
  • + +
    del_1
    +
    #icondel_1
    +
  • + +
  • + +
    drag
    +
    #icondrag
    +
  • + +
  • + +
    Comm_number
    +
    #iconComm_number
    +
  • + +
  • + +
    Comm_whole
    +
    #iconComm_whole
    +
  • + +
  • + +
    Comm_Price
    +
    #iconComm_Price
    +
  • + +
  • + +
    Pic_square
    +
    #iconPic_square
    +
  • + +
  • + +
    Pic_fillet
    +
    #iconPic_fillet
    +
  • + +
  • + +
    search_2
    +
    #iconsearch_2
    +
  • + +
  • + +
    search_1
    +
    #iconsearch_1
    +
  • + +
  • + +
    banner_2
    +
    #iconbanner_2
    +
  • + +
  • + +
    Pic_small
    +
    #iconPic_small
    +
  • + +
  • + +
    Pic_big
    +
    #iconPic_big
    +
  • + +
  • + +
    banner_1
    +
    #iconbanner_1
    +
  • + +
  • + +
    doc_skew
    +
    #icondoc_skew
    +
  • + +
  • + +
    doc_bold
    +
    #icondoc_bold
    +
  • + +
  • + +
    doc_general
    +
    #icondoc_general
    +
  • + +
  • + +
    five
    +
    #iconfive
    +
  • + +
  • + +
    Four
    +
    #iconFour
    +
  • + +
  • + +
    doc_center
    +
    #icondoc_center
    +
  • + +
  • + +
    doc_right
    +
    #icondoc_right
    +
  • + +
  • + +
    doc_left
    +
    #icondoc_left
    +
  • + +
  • + +
    图片
    +
    #icontupian
    +
  • + +
  • + +
    客服
    +
    #iconkefu
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai
    +
  • + +
  • + +
    分类导航
    +
    #iconfenleidaohang
    +
  • + +
  • + +
    促销列表
    +
    #iconcuxiaoliebiao
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao
    +
  • + +
  • + +
    活动魔方
    +
    #iconhuodongmofang
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan
    +
  • + +
  • + +
    搜素框
    +
    #iconsousukuang
    +
  • + +
  • + +
    图片广告
    +
    #icontupianguanggao
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao
    +
  • + +
  • + +
    文章列表
    +
    #iconwenzhangliebiao
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan
    +
  • + +
+
+

Symbol 引用

+
+ +

这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章 + 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:

+
    +
  • 支持多色图标了,不再受单色限制。
  • +
  • 通过一些技巧,支持像字体那样,通过 font-size, color 来调整样式。
  • +
  • 兼容性较差,支持 IE9+,及现代浏览器。
  • +
  • 浏览器渲染 SVG 的性能一般,还不如 png。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 symbol 代码:

+
<script src="./iconfont.js"></script>
+
+

第二步:加入通用 CSS 代码(引入一次就行):

+
<style>
+.icon {
+  width: 1em;
+  height: 1em;
+  vertical-align: -0.15em;
+  fill: currentColor;
+  overflow: hidden;
+}
+</style>
+
+

第三步:挑选相应图标并获取类名,应用于页面:

+
<svg class="icon" aria-hidden="true">
+  <use xlink:href="#icon-xxx"></use>
+</svg>
+
+
+
+ +
+
+ + + diff --git a/src/styles/iconfont/font_1945396_bzyvwsjuo37/demo.css b/src/styles/iconfont/font_1945396_bzyvwsjuo37/demo.css new file mode 100644 index 0000000..a67054a --- /dev/null +++ b/src/styles/iconfont/font_1945396_bzyvwsjuo37/demo.css @@ -0,0 +1,539 @@ +/* Logo 字体 */ +@font-face { + font-family: "iconfont logo"; + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834'); + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg'); +} + +.logo { + font-family: "iconfont logo"; + font-size: 160px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +/* tabs */ +.nav-tabs { + position: relative; +} + +.nav-tabs .nav-more { + position: absolute; + right: 0; + bottom: 0; + height: 42px; + line-height: 42px; + color: #666; +} + +#tabs { + border-bottom: 1px solid #eee; +} + +#tabs li { + cursor: pointer; + width: 100px; + height: 40px; + line-height: 40px; + text-align: center; + font-size: 16px; + border-bottom: 2px solid transparent; + position: relative; + z-index: 1; + margin-bottom: -1px; + color: #666; +} + + +#tabs .active { + border-bottom-color: #f00; + color: #222; +} + +.tab-container .content { + display: none; +} + +/* 页面布局 */ +.main { + padding: 30px 100px; + width: 960px; + margin: 0 auto; +} + +.main .logo { + color: #333; + text-align: left; + margin-bottom: 30px; + line-height: 1; + height: 110px; + margin-top: -50px; + overflow: hidden; + *zoom: 1; +} + +.main .logo a { + font-size: 160px; + color: #333; +} + +.helps { + margin-top: 40px; +} + +.helps pre { + padding: 20px; + margin: 10px 0; + border: solid 1px #e7e1cd; + background-color: #fffdef; + overflow: auto; +} + +.icon_lists { + width: 100% !important; + overflow: hidden; + *zoom: 1; +} + +.icon_lists li { + width: 100px; + margin-bottom: 10px; + margin-right: 20px; + text-align: center; + list-style: none !important; + cursor: default; +} + +.icon_lists li .code-name { + line-height: 1.2; +} + +.icon_lists .icon { + display: block; + height: 100px; + line-height: 100px; + font-size: 42px; + margin: 10px auto; + color: #333; + -webkit-transition: font-size 0.25s linear, width 0.25s linear; + -moz-transition: font-size 0.25s linear, width 0.25s linear; + transition: font-size 0.25s linear, width 0.25s linear; +} + +.icon_lists .icon:hover { + font-size: 100px; +} + +.icon_lists .svg-icon { + /* 通过设置 font-size 来改变图标大小 */ + width: 1em; + /* 图标和文字相邻时,垂直对齐 */ + vertical-align: -0.15em; + /* 通过设置 color 来改变 SVG 的颜色/fill */ + fill: currentColor; + /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示 + normalize.css 中也包含这行 */ + overflow: hidden; +} + +.icon_lists li .name, +.icon_lists li .code-name { + color: #666; +} + +/* markdown 样式 */ +.markdown { + color: #666; + font-size: 14px; + line-height: 1.8; +} + +.highlight { + line-height: 1.5; +} + +.markdown img { + vertical-align: middle; + max-width: 100%; +} + +.markdown h1 { + color: #404040; + font-weight: 500; + line-height: 40px; + margin-bottom: 24px; +} + +.markdown h2, +.markdown h3, +.markdown h4, +.markdown h5, +.markdown h6 { + color: #404040; + margin: 1.6em 0 0.6em 0; + font-weight: 500; + clear: both; +} + +.markdown h1 { + font-size: 28px; +} + +.markdown h2 { + font-size: 22px; +} + +.markdown h3 { + font-size: 16px; +} + +.markdown h4 { + font-size: 14px; +} + +.markdown h5 { + font-size: 12px; +} + +.markdown h6 { + font-size: 12px; +} + +.markdown hr { + height: 1px; + border: 0; + background: #e9e9e9; + margin: 16px 0; + clear: both; +} + +.markdown p { + margin: 1em 0; +} + +.markdown>p, +.markdown>blockquote, +.markdown>.highlight, +.markdown>ol, +.markdown>ul { + width: 80%; +} + +.markdown ul>li { + list-style: circle; +} + +.markdown>ul li, +.markdown blockquote ul>li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown>ul li p, +.markdown>ol li p { + margin: 0.6em 0; +} + +.markdown ol>li { + list-style: decimal; +} + +.markdown>ol li, +.markdown blockquote ol>li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown code { + margin: 0 3px; + padding: 0 5px; + background: #eee; + border-radius: 3px; +} + +.markdown strong, +.markdown b { + font-weight: 600; +} + +.markdown>table { + border-collapse: collapse; + border-spacing: 0px; + empty-cells: show; + border: 1px solid #e9e9e9; + width: 95%; + margin-bottom: 24px; +} + +.markdown>table th { + white-space: nowrap; + color: #333; + font-weight: 600; +} + +.markdown>table th, +.markdown>table td { + border: 1px solid #e9e9e9; + padding: 8px 16px; + text-align: left; +} + +.markdown>table th { + background: #F7F7F7; +} + +.markdown blockquote { + font-size: 90%; + color: #999; + border-left: 4px solid #e9e9e9; + padding-left: 0.8em; + margin: 1em 0; +} + +.markdown blockquote p { + margin: 0; +} + +.markdown .anchor { + opacity: 0; + transition: opacity 0.3s ease; + margin-left: 8px; +} + +.markdown .waiting { + color: #ccc; +} + +.markdown h1:hover .anchor, +.markdown h2:hover .anchor, +.markdown h3:hover .anchor, +.markdown h4:hover .anchor, +.markdown h5:hover .anchor, +.markdown h6:hover .anchor { + opacity: 1; + display: inline-block; +} + +.markdown>br, +.markdown>p>br { + clear: both; +} + + +.hljs { + display: block; + background: white; + padding: 0.5em; + color: #333333; + overflow-x: auto; +} + +.hljs-comment, +.hljs-meta { + color: #969896; +} + +.hljs-string, +.hljs-variable, +.hljs-template-variable, +.hljs-strong, +.hljs-emphasis, +.hljs-quote { + color: #df5000; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-type { + color: #a71d5d; +} + +.hljs-literal, +.hljs-symbol, +.hljs-bullet, +.hljs-attribute { + color: #0086b3; +} + +.hljs-section, +.hljs-name { + color: #63a35c; +} + +.hljs-tag { + color: #333333; +} + +.hljs-title, +.hljs-attr, +.hljs-selector-id, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo { + color: #795da3; +} + +.hljs-addition { + color: #55a532; + background-color: #eaffea; +} + +.hljs-deletion { + color: #bd2c00; + background-color: #ffecec; +} + +.hljs-link { + text-decoration: underline; +} + +/* 代码高亮 */ +/* PrismJS 1.15.0 +https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */ +/** + * prism.js default theme for JavaScript, CSS and HTML + * Based on dabblet (http://dabblet.com) + * @author Lea Verou + */ +code[class*="language-"], +pre[class*="language-"] { + color: black; + background: none; + text-shadow: 0 1px white; + font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; + text-align: left; + white-space: pre; + word-spacing: normal; + word-break: normal; + word-wrap: normal; + line-height: 1.5; + + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; +} + +pre[class*="language-"]::-moz-selection, +pre[class*="language-"] ::-moz-selection, +code[class*="language-"]::-moz-selection, +code[class*="language-"] ::-moz-selection { + text-shadow: none; + background: #b3d4fc; +} + +pre[class*="language-"]::selection, +pre[class*="language-"] ::selection, +code[class*="language-"]::selection, +code[class*="language-"] ::selection { + text-shadow: none; + background: #b3d4fc; +} + +@media print { + + code[class*="language-"], + pre[class*="language-"] { + text-shadow: none; + } +} + +/* Code blocks */ +pre[class*="language-"] { + padding: 1em; + margin: .5em 0; + overflow: auto; +} + +:not(pre)>code[class*="language-"], +pre[class*="language-"] { + background: #f5f2f0; +} + +/* Inline code */ +:not(pre)>code[class*="language-"] { + padding: .1em; + border-radius: .3em; + white-space: normal; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: slategray; +} + +.token.punctuation { + color: #999; +} + +.namespace { + opacity: .7; +} + +.token.property, +.token.tag, +.token.boolean, +.token.number, +.token.constant, +.token.symbol, +.token.deleted { + color: #905; +} + +.token.selector, +.token.attr-name, +.token.string, +.token.char, +.token.builtin, +.token.inserted { + color: #690; +} + +.token.operator, +.token.entity, +.token.url, +.language-css .token.string, +.style .token.string { + color: #9a6e3a; + background: hsla(0, 0%, 100%, .5); +} + +.token.atrule, +.token.attr-value, +.token.keyword { + color: #07a; +} + +.token.function, +.token.class-name { + color: #DD4A68; +} + +.token.regex, +.token.important, +.token.variable { + color: #e90; +} + +.token.important, +.token.bold { + font-weight: bold; +} + +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} diff --git a/src/styles/iconfont/font_1945396_bzyvwsjuo37/demo_index.html b/src/styles/iconfont/font_1945396_bzyvwsjuo37/demo_index.html new file mode 100644 index 0000000..64982a5 --- /dev/null +++ b/src/styles/iconfont/font_1945396_bzyvwsjuo37/demo_index.html @@ -0,0 +1,11182 @@ + + + + + iconfont Demo + + + + + + + + + + + + + +
+

+ + +

+ +
+
+
    + +
  • + +
    待发货-积分
    +
    &#xe78c;
    +
  • + +
  • + +
    ic_fire
    +
    &#xe78b;
    +
  • + +
  • + +
    复选框-未选中
    +
    &#xe78f;
    +
  • + +
  • + +
    复制
    +
    &#xe787;
    +
  • + +
  • + +
    操作-整体
    +
    &#xe788;
    +
  • + +
  • + +
    操作-边角
    +
    &#xe789;
    +
  • + +
  • + +
    播放
    +
    &#xe78a;
    +
  • + +
  • + +
    右上角
    +
    &#xe77d;
    +
  • + +
  • + +
    关闭
    +
    &#xe77e;
    +
  • + +
  • + +
    +
    &#xe77f;
    +
  • + +
  • + +
    形状结合
    +
    &#xe780;
    +
  • + +
  • + +
    显示
    +
    &#xe781;
    +
  • + +
  • + +
    完成
    +
    &#xe782;
    +
  • + +
  • + +
    删除
    +
    &#xe783;
    +
  • + +
  • + +
    +
    &#xe784;
    +
  • + +
  • + +
    加号
    +
    &#xe785;
    +
  • + +
  • + +
    复选框-选中
    +
    &#xe786;
    +
  • + +
  • + +
    右下角
    +
    &#xe75a;
    +
  • + +
  • + +
    隐藏
    +
    &#xe76f;
    +
  • + +
  • + +
    购物车
    +
    &#xe779;
    +
  • + +
  • + +
    +
    &#xe77a;
    +
  • + +
  • + +
    左上角
    +
    &#xe77b;
    +
  • + +
  • + +
    左下角
    +
    &#xe77c;
    +
  • + +
  • + +
    组件-公众号
    +
    &#xe759;
    +
  • + +
  • + +
    组件-拼团
    +
    &#xe770;
    +
  • + +
  • + +
    组件-商品选项卡
    +
    &#xe771;
    +
  • + +
  • + +
    组件-签到
    +
    &#xe772;
    +
  • + +
  • + +
    组件-悬浮按钮
    +
    &#xe773;
    +
  • + +
  • + +
    组件-选项卡
    +
    &#xe774;
    +
  • + +
  • + +
    组件-积分商城
    +
    &#xe775;
    +
  • + +
  • + +
    组件-砍价
    +
    &#xe776;
    +
  • + +
  • + +
    组件-热区
    +
    &#xe777;
    +
  • + +
  • + +
    组件-短视频
    +
    &#xe778;
    +
  • + +
  • + +
    组件-新人专享
    +
    &#xe755;
    +
  • + +
  • + +
    组件-排行榜
    +
    &#xe76a;
    +
  • + +
  • + +
    组件-用户信息
    +
    &#xe76b;
    +
  • + +
  • + +
    组件-预售
    +
    &#xe76e;
    +
  • + +
  • + +
    组件-店铺街
    +
    &#xe735;
    +
  • + +
  • + +
    组件-导航组
    +
    &#xe736;
    +
  • + +
  • + +
    组件-标题
    +
    &#xe737;
    +
  • + +
  • + +
    组件-辅助空白
    +
    &#xe738;
    +
  • + +
  • + +
    组件-图片魔方
    +
    &#xe73a;
    +
  • + +
  • + +
    组件-商品分类
    +
    &#xe745;
    +
  • + +
  • + +
    组件-文章列表
    +
    &#xe746;
    +
  • + +
  • + +
    组件-商品列表
    +
    &#xe747;
    +
  • + +
  • + +
    组件-轮播图
    +
    &#xe748;
    +
  • + +
  • + +
    组件-小程序直播
    +
    &#xe749;
    +
  • + +
  • + +
    组件-富文本
    +
    &#xe74a;
    +
  • + +
  • + +
    组件-视频
    +
    &#xe74b;
    +
  • + +
  • + +
    组件-搜索框
    +
    &#xe74c;
    +
  • + +
  • + +
    组件-种草社区
    +
    &#xe74d;
    +
  • + +
  • + +
    组件-悬浮菜单
    +
    &#xe74e;
    +
  • + +
  • + +
    组件-秒杀
    +
    &#xe74f;
    +
  • + +
  • + +
    组件-优惠券
    +
    &#xe750;
    +
  • + +
  • + +
    组件-新闻播报
    +
    &#xe751;
    +
  • + +
  • + +
    组件-选项卡
    +
    &#xe752;
    +
  • + +
  • + +
    组件-轮播搜索
    +
    &#xe753;
    +
  • + +
  • + +
    组件-辅助线
    +
    &#xe754;
    +
  • + +
  • + +
    组件-底部菜单
    +
    &#xe734;
    +
  • + +
  • + +
    待发货
    +
    &#xe732;
    +
  • + +
  • + +
    待处理-用户反馈
    +
    &#xe733;
    +
  • + +
  • + +
    待退款
    +
    &#xe726;
    +
  • + +
  • + +
    待审核-提现
    +
    &#xe727;
    +
  • + +
  • + +
    待审核-商户入驻
    +
    &#xe728;
    +
  • + +
  • + +
    待审核-社区内容
    +
    &#xe729;
    +
  • + +
  • + +
    警戒库存
    +
    &#xe72a;
    +
  • + +
  • + +
    待审核-转账
    +
    &#xe72b;
    +
  • + +
  • + +
    普通商品
    +
    &#xe72c;
    +
  • + +
  • + +
    售罄商品
    +
    &#xe72d;
    +
  • + +
  • + +
    待核销-分销礼包
    +
    &#xe72e;
    +
  • + +
  • + +
    待回复
    +
    &#xe72f;
    +
  • + +
  • + +
    待开票
    +
    &#xe730;
    +
  • + +
  • + +
    待核销
    +
    &#xe731;
    +
  • + +
  • + +
    在售商品
    +
    &#xe724;
    +
  • + +
  • + +
    活动商品
    +
    &#xe725;
    +
  • + +
  • + +
    系统设置
    +
    &#xe71e;
    +
  • + +
  • + +
    用户管理
    +
    &#xe71f;
    +
  • + +
  • + +
    商品
    +
    &#xe720;
    +
  • + +
  • + +
    分销管理
    +
    &#xe721;
    +
  • + +
  • + +
    优惠券
    +
    &#xe722;
    +
  • + +
  • + +
    文章管理
    +
    &#xe723;
    +
  • + +
  • + +
    订单管理
    +
    &#xe71c;
    +
  • + +
  • + +
    短信配置
    +
    &#xe71d;
    +
  • + +
  • + +
    商业授权
    +
    &#xe71b;
    +
  • + +
  • + +
    微信支付
    +
    &#xe719;
    +
  • + +
  • + +
    支付宝
    +
    &#xe71a;
    +
  • + +
  • + +
    宫格
    +
    &#xe718;
    +
  • + +
  • + +
    列表
    +
    &#xe717;
    +
  • + +
  • + +
    收银台-收银
    +
    &#xe707;
    +
  • + +
  • + +
    收银台-订单
    +
    &#xe708;
    +
  • + +
  • + +
    收银台-核销
    +
    &#xe709;
    +
  • + +
  • + +
    收银台-桌码
    +
    &#xe711;
    +
  • + +
  • + +
    收银台-退货
    +
    &#xe712;
    +
  • + +
  • + +
    收银台-用户
    +
    &#xe713;
    +
  • + +
  • + +
    收银台-挂单
    +
    &#xe714;
    +
  • + +
  • + +
    收银台-充值
    +
    &#xe716;
    +
  • + +
  • + +
    渠道码
    +
    &#xe6da;
    +
  • + +
  • + +
    表单组件-多选框
    +
    &#xe6c9;
    +
  • + +
  • + +
    表单组件-日期
    +
    &#xe6ca;
    +
  • + +
  • + +
    表单组件-单选框
    +
    &#xe6cb;
    +
  • + +
  • + +
    表单组件-单行文本
    +
    &#xe6cc;
    +
  • + +
  • + +
    表单组件-日期范围
    +
    &#xe6cd;
    +
  • + +
  • + +
    表单组件-时间
    +
    &#xe6ce;
    +
  • + +
  • + +
    表单组件-下拉框
    +
    &#xe6cf;
    +
  • + +
  • + +
    表单组件-时间范围
    +
    &#xe6d0;
    +
  • + +
  • + +
    表单组件-图片
    +
    &#xe6d1;
    +
  • + +
  • + +
    表单组件-城市
    +
    &#xe6d2;
    +
  • + +
  • + +
    当前积分
    +
    &#xe6bb;
    +
  • + +
  • + +
    累计积分
    +
    &#xe6be;
    +
  • + +
  • + +
    发起人数
    +
    &#xe6bf;
    +
  • + +
  • + +
    剩余库存
    +
    &#xe6c0;
    +
  • + +
  • + +
    推广人数
    +
    &#xe6c1;
    +
  • + +
  • + +
    砍价成功
    +
    &#xe6c2;
    +
  • + +
  • + +
    成团数
    +
    &#xe6c3;
    +
  • + +
  • + +
    参与人数
    +
    &#xe6c4;
    +
  • + +
  • + +
    下单人数
    +
    &#xe6c5;
    +
  • + +
  • + +
    消耗积分
    +
    &#xe6c6;
    +
  • + +
  • + +
    支付订单
    +
    &#xe6c7;
    +
  • + +
  • + +
    支付人数
    +
    &#xe6c8;
    +
  • + +
  • + +
    新人礼
    +
    &#xe6bd;
    +
  • + +
  • + +
    会员激活
    +
    &#xe6bc;
    +
  • + +
  • + +
    样式二
    +
    &#xe69c;
    +
  • + +
  • + +
    样式一
    +
    &#xe69d;
    +
  • + +
  • + +
    组合- banner
    +
    &#xe8fe;
    +
  • + +
  • + +
    组合组件
    +
    &#xe8fb;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe8fc;
    +
  • + +
  • + +
    配置引导
    +
    &#xe8f8;
    +
  • + +
  • + +
    余额充值
    +
    &#xe8f5;
    +
  • + +
  • + +
    优惠套餐
    +
    &#xe8f6;
    +
  • + +
  • + +
    组合-分类
    +
    &#xe8ea;
    +
  • + +
  • + +
    配置引导
    +
    &#xe8e9;
    +
  • + +
  • + +
    短视频
    +
    &#xe8d9;
    +
  • + +
  • + +
    第n件n折
    +
    &#xe8da;
    +
  • + +
  • + +
    活动背景图
    +
    &#xe8db;
    +
  • + +
  • + +
    积分商城
    +
    &#xe8dc;
    +
  • + +
  • + +
    活动边框
    +
    &#xe8dd;
    +
  • + +
  • + +
    砍价活动
    +
    &#xe8de;
    +
  • + +
  • + +
    九宫格抽奖
    +
    &#xe8df;
    +
  • + +
  • + +
    满送活动
    +
    &#xe8e0;
    +
  • + +
  • + +
    满减满折
    +
    &#xe8e1;
    +
  • + +
  • + +
    每日签到
    +
    &#xe8e2;
    +
  • + +
  • + +
    文章
    +
    &#xe8e3;
    +
  • + +
  • + +
    秒杀活动
    +
    &#xe8e4;
    +
  • + +
  • + +
    拼团活动
    +
    &#xe8e5;
    +
  • + +
  • + +
    优惠券
    +
    &#xe8e6;
    +
  • + +
  • + +
    直播
    +
    &#xe8e7;
    +
  • + +
  • + +
    限时折扣
    +
    &#xe8e8;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe710;
    +
  • + +
  • + +
    热卖排行
    +
    &#xe70c;
    +
  • + +
  • + +
    用户信息
    +
    &#xe82e;
    +
  • + +
  • + +
    视频样式2
    +
    &#xe829;
    +
  • + +
  • + +
    标题
    +
    &#xe82a;
    +
  • + +
  • + +
    视频样式1
    +
    &#xe82b;
    +
  • + +
  • + +
    定位1
    +
    &#xe82c;
    +
  • + +
  • + +
    搜索1
    +
    &#xe82d;
    +
  • + +
  • + +
    手机
    +
    &#xe828;
    +
  • + +
  • + +
    二维码
    +
    &#xe823;
    +
  • + +
  • + +
    搜索
    +
    &#xe824;
    +
  • + +
  • + +
    定位
    +
    &#xe825;
    +
  • + +
  • + +
    视频点赞-已点
    +
    &#xe826;
    +
  • + +
  • + +
    视频点赞-未点
    +
    &#xe827;
    +
  • + +
  • + +
    顶部导航
    +
    &#xe81e;
    +
  • + +
  • + +
    短视频
    +
    &#xe81f;
    +
  • + +
  • + +
    新人礼
    +
    &#xe820;
    +
  • + +
  • + +
    购物车
    +
    &#xe816;
    +
  • + +
  • + +
    分享
    +
    &#xe817;
    +
  • + +
  • + +
    砍价
    +
    &#xe818;
    +
  • + +
  • + +
    拼团
    +
    &#xe819;
    +
  • + +
  • + +
    客服
    +
    &#xe81a;
    +
  • + +
  • + +
    收 藏
    +
    &#xe81b;
    +
  • + +
  • + +
    门店
    +
    &#xe81c;
    +
  • + +
  • + +
    秒杀
    +
    &#xe81d;
    +
  • + +
  • + +
    退款订单量
    +
    &#xe7d1;
    +
  • + +
  • + +
    订单量
    +
    &#xe7d2;
    +
  • + +
  • + +
    订单金额
    +
    &#xe7d3;
    +
  • + +
  • + +
    退款金额
    +
    &#xe7d4;
    +
  • + +
  • + +
    statis
    +
    &#xe70a;
    +
  • + +
  • + +
    表格1
    +
    &#xe70b;
    +
  • + +
  • + +
    返回
    +
    &#xe7c8;
    +
  • + +
  • + +
    pc-积分
    +
    &#xe7e3;
    +
  • + +
  • + +
    pc-优惠券
    +
    &#xe7e4;
    +
  • + +
  • + +
    收银台
    +
    &#xe7c7;
    +
  • + +
  • + +
    +
    &#xe7c5;
    +
  • + +
  • + +
    +
    &#xe7c6;
    +
  • + +
  • + +
    crmeb2
    +
    &#xe739;
    +
  • + +
  • + +
    左右
    +
    &#xe7ba;
    +
  • + +
  • + +
    上下
    +
    &#xe7bb;
    +
  • + +
  • + +
    当前群成员
    +
    &#xe7b7;
    +
  • + +
  • + +
    今日退群
    +
    &#xe7b8;
    +
  • + +
  • + +
    今日新增
    +
    &#xe7b9;
    +
  • + +
  • + +
    累计退群
    +
    &#xe7b6;
    +
  • + +
  • + +
    店铺街
    +
    &#xe692;
    +
  • + +
  • + +
    图片
    +
    &#xe7b5;
    +
  • + +
  • + +
    收银台-微信、支付宝
    +
    &#xe7a9;
    +
  • + +
  • + +
    收银台-现金收款
    +
    &#xe7ad;
    +
  • + +
  • + +
    收银台-形状
    +
    &#xe7ae;
    +
  • + +
  • + +
    收银台-刷新
    +
    &#xe7a3;
    +
  • + +
  • + +
    收银台-密码
    +
    &#xe7a4;
    +
  • + +
  • + +
    收银台-企业微信
    +
    &#xe7a5;
    +
  • + +
  • + +
    收银台-店员
    +
    &#xe7a6;
    +
  • + +
  • + +
    收银台-清空
    +
    &#xe7a7;
    +
  • + +
  • + +
    收银台-筛选
    +
    &#xe7a8;
    +
  • + +
  • + +
    收银台-微信
    +
    &#xe7aa;
    +
  • + +
  • + +
    收银台-账号
    +
    &#xe7ab;
    +
  • + +
  • + +
    收银台-眼睛
    +
    &#xe7ac;
    +
  • + +
  • + +
    自定义菜单
    +
    &#xe68a;
    +
  • + +
  • + +
    富文本
    +
    &#xe688;
    +
  • + +
  • + +
    种草社区
    +
    &#xe685;
    +
  • + +
  • + +
    预售
    +
    &#xe69a;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe69b;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe684;
    +
  • + +
  • + +
    专题
    +
    &#xe686;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe687;
    +
  • + +
  • + +
    助力
    +
    &#xe689;
    +
  • + +
  • + +
    搜索框
    +
    &#xe68b;
    +
  • + +
  • + +
    秒杀
    +
    &#xe68c;
    +
  • + +
  • + +
    推荐组
    +
    &#xe68d;
    +
  • + +
  • + +
    导航组
    +
    &#xe68e;
    +
  • + +
  • + +
    拼团
    +
    &#xe68f;
    +
  • + +
  • + +
    商品列表
    +
    &#xe690;
    +
  • + +
  • + +
    商品分类
    +
    &#xe691;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe693;
    +
  • + +
  • + +
    优惠券
    +
    &#xe694;
    +
  • + +
  • + +
    辅助线
    +
    &#xe695;
    +
  • + +
  • + +
    在线客服
    +
    &#xe696;
    +
  • + +
  • + +
    标题
    +
    &#xe697;
    +
  • + +
  • + +
    轮播图
    +
    &#xe698;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe699;
    +
  • + +
  • + +
    版权
    +
    &#xe793;
    +
  • + +
  • + +
    菜单收起
    +
    &#xe791;
    +
  • + +
  • + +
    菜单展开
    +
    &#xe792;
    +
  • + +
  • + +
    订单
    +
    &#xe760;
    +
  • + +
  • + +
    app
    +
    &#xe75b;
    +
  • + +
  • + +
    PC
    +
    &#xe75c;
    +
  • + +
  • + +
    小程序
    +
    &#xe75d;
    +
  • + +
  • + +
    公众号
    +
    &#xe75e;
    +
  • + +
  • + +
    h5
    +
    &#xe75f;
    +
  • + +
  • + +
    视频
    +
    &#xe758;
    +
  • + +
  • + +
    切换会员
    +
    &#xe757;
    +
  • + +
  • + +
    挂单
    +
    &#xe756;
    +
  • + +
  • + +
    核销订单金额
    +
    &#xe73c;
    +
  • + +
  • + +
    门店订单金额
    +
    &#xe73b;
    +
  • + +
  • + +
    门店成交用户数
    +
    &#xe73d;
    +
  • + +
  • + +
    付费会员金额
    +
    &#xe73e;
    +
  • + +
  • + +
    收银订单金额
    +
    &#xe73f;
    +
  • + +
  • + +
    门店新增用户数
    +
    &#xe740;
    +
  • + +
  • + +
    会员卡激活数
    +
    &#xe741;
    +
  • + +
  • + +
    新增用户数
    +
    &#xe742;
    +
  • + +
  • + +
    分配订单金额
    +
    &#xe743;
    +
  • + +
  • + +
    余额消耗金额
    +
    &#xe744;
    +
  • + +
  • + +
    二维码-新个人中心
    +
    &#xe715;
    +
  • + +
  • + +
    回删
    +
    &#xe70f;
    +
  • + +
  • + +
    商品数量-加
    +
    &#xe70e;
    +
  • + +
  • + +
    商品数量-减
    +
    &#xe70d;
    +
  • + +
  • + +
    图片广告
    +
    &#xe6fe;
    +
  • + +
  • + +
    搜素框
    +
    &#xe6ff;
    +
  • + +
  • + +
    文章列表
    +
    &#xe700;
    +
  • + +
  • + +
    拼团
    +
    &#xe701;
    +
  • + +
  • + +
    商品列表
    +
    &#xe702;
    +
  • + +
  • + +
    优惠券
    +
    &#xe703;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe704;
    +
  • + +
  • + +
    秒杀
    +
    &#xe705;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe706;
    +
  • + +
  • + +
    导航组
    +
    &#xe6f3;
    +
  • + +
  • + +
    标题
    +
    &#xe6f4;
    +
  • + +
  • + +
    分类导航
    +
    &#xe6f5;
    +
  • + +
  • + +
    促销列表
    +
    &#xe6f6;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe6f7;
    +
  • + +
  • + +
    活动魔方
    +
    &#xe6f8;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe6f9;
    +
  • + +
  • + +
    砍价
    +
    &#xe6fa;
    +
  • + +
  • + +
    辅助线
    +
    &#xe6fb;
    +
  • + +
  • + +
    客服
    +
    &#xe6fc;
    +
  • + +
  • + +
    富文本
    +
    &#xe6fd;
    +
  • + +
  • + +
    单图
    +
    &#xe6f0;
    +
  • + +
  • + +
    拉伸
    +
    &#xe6f1;
    +
  • + +
  • + +
    平铺
    +
    &#xe6f2;
    +
  • + +
  • + +
    售后-退款-蓝
    +
    &#xe6ea;
    +
  • + +
  • + +
    代付款-蓝
    +
    &#xe6eb;
    +
  • + +
  • + +
    待收货-蓝
    +
    &#xe6ec;
    +
  • + +
  • + +
    待评价-蓝
    +
    &#xe6ee;
    +
  • + +
  • + +
    待发货-蓝
    +
    &#xe6ef;
    +
  • + +
  • + +
    待付款-橘
    +
    &#xe6e5;
    +
  • + +
  • + +
    售后-退款-橘
    +
    &#xe6e6;
    +
  • + +
  • + +
    待收货-橘
    +
    &#xe6e7;
    +
  • + +
  • + +
    待评价-橘
    +
    &#xe6e8;
    +
  • + +
  • + +
    待发货-橘
    +
    &#xe6e9;
    +
  • + +
  • + +
    待评价-粉
    +
    &#xe6e0;
    +
  • + +
  • + +
    待收货-粉
    +
    &#xe6e1;
    +
  • + +
  • + +
    代付款-粉
    +
    &#xe6e2;
    +
  • + +
  • + +
    待发货-粉
    +
    &#xe6e3;
    +
  • + +
  • + +
    售后:退款-粉
    +
    &#xe6e4;
    +
  • + +
  • + +
    待发货-绿
    +
    &#xe6db;
    +
  • + +
  • + +
    待收货-绿
    +
    &#xe6dc;
    +
  • + +
  • + +
    代付款-绿
    +
    &#xe6dd;
    +
  • + +
  • + +
    待评价-绿
    +
    &#xe6de;
    +
  • + +
  • + +
    售后-退款-绿
    +
    &#xe6df;
    +
  • + +
  • + +
    待付款
    +
    &#xe6d5;
    +
  • + +
  • + +
    待评价
    +
    &#xe6d6;
    +
  • + +
  • + +
    售后_退款
    +
    &#xe6d7;
    +
  • + +
  • + +
    待发货
    +
    &#xe6d8;
    +
  • + +
  • + +
    待收货
    +
    &#xe6d9;
    +
  • + +
  • + +
    设置
    +
    &#xe6d4;
    +
  • + +
  • + +
    s-客服
    +
    &#xe6d3;
    +
  • + +
  • + +
    多行
    +
    &#xe6b4;
    +
  • + +
  • + +
    4个
    +
    &#xe6b5;
    +
  • + +
  • + +
    5个
    +
    &#xe6b6;
    +
  • + +
  • + +
    大圆角
    +
    &#xe6b7;
    +
  • + +
  • + +
    3个
    +
    &#xe6b8;
    +
  • + +
  • + +
    单行
    +
    &#xe6b9;
    +
  • + +
  • + +
    左右图文
    +
    &#xe6b3;
    +
  • + +
  • + +
    样式8
    +
    &#xe6b1;
    +
  • + +
  • + +
    样式9
    +
    &#xe6b2;
    +
  • + +
  • + +
    样式1
    +
    &#xe6aa;
    +
  • + +
  • + +
    样式4
    +
    &#xe6ab;
    +
  • + +
  • + +
    样式5
    +
    &#xe6ac;
    +
  • + +
  • + +
    样式6
    +
    &#xe6ad;
    +
  • + +
  • + +
    样式2
    +
    &#xe6ae;
    +
  • + +
  • + +
    样式7
    +
    &#xe6af;
    +
  • + +
  • + +
    样式3
    +
    &#xe6b0;
    +
  • + +
  • + +
    数字
    +
    &#xe6a8;
    +
  • + +
  • + +
    禁用
    +
    &#xe6a9;
    +
  • + +
  • + +
    4个
    +
    &#xe6a5;
    +
  • + +
  • + +
    3个
    +
    &#xe6a6;
    +
  • + +
  • + +
    5个
    +
    &#xe6a7;
    +
  • + +
  • + +
    2行
    +
    &#xe6a2;
    +
  • + +
  • + +
    3行
    +
    &#xe6a3;
    +
  • + +
  • + +
    4行
    +
    &#xe6a4;
    +
  • + +
  • + +
    下移
    +
    &#xe69e;
    +
  • + +
  • + +
    上移
    +
    &#xe6a1;
    +
  • + +
  • + +
    删除
    +
    &#xe69f;
    +
  • + +
  • + +
    复制
    +
    &#xe6a0;
    +
  • + +
  • + +
    最新
    +
    &#xe683;
    +
  • + +
  • + +
    选中
    +
    &#xe76d;
    +
  • + +
  • + +
    添加
    +
    &#xe76c;
    +
  • + +
  • + +
    编辑
    +
    &#xe682;
    +
  • + +
  • + +
    更多展开
    +
    &#xe67e;
    +
  • + +
  • + +
    图片
    +
    &#xe67f;
    +
  • + +
  • + +
    表情
    +
    &#xe680;
    +
  • + +
  • + +
    话术
    +
    &#xe681;
    +
  • + +
  • + +
    商品退款金额
    +
    &#xe679;
    +
  • + +
  • + +
    交易金额
    +
    &#xe67a;
    +
  • + +
  • + +
    余额支付金额
    +
    &#xe67b;
    +
  • + +
  • + +
    支付佣金金额
    +
    &#xe67c;
    +
  • + +
  • + +
    线下收银金额
    +
    &#xe67d;
    +
  • + +
  • + +
    聊天
    +
    &#xe769;
    +
  • + +
  • + +
    编辑 (1)
    +
    &#xe678;
    +
  • + +
  • + +
    进入
    +
    &#xe676;
    +
  • + +
  • + +
    返回
    +
    &#xe677;
    +
  • + +
  • + +
    更多
    +
    &#xe66d;
    +
  • + +
  • + +
    发送
    +
    &#xe66e;
    +
  • + +
  • + +
    +
    &#xe66f;
    +
  • + +
  • + +
    密码
    +
    &#xe670;
    +
  • + +
  • + +
    搜索
    +
    &#xe671;
    +
  • + +
  • + +
    手机
    +
    &#xe672;
    +
  • + +
  • + +
    退出
    +
    &#xe673;
    +
  • + +
  • + +
    商品信息
    +
    &#xe674;
    +
  • + +
  • + +
    账号
    +
    &#xe675;
    +
  • + +
  • + +
    表情
    +
    &#xe668;
    +
  • + +
  • + +
    更多展开
    +
    &#xe669;
    +
  • + +
  • + +
    话术
    +
    &#xe66b;
    +
  • + +
  • + +
    图片
    +
    &#xe66c;
    +
  • + +
  • + +
    添加 (1) (1)
    +
    &#xe662;
    +
  • + +
  • + +
    编辑 (1)
    +
    &#xe663;
    +
  • + +
  • + +
    设置 (1)
    +
    &#xe664;
    +
  • + +
  • + +
    删除
    +
    &#xe665;
    +
  • + +
  • + +
    加号
    +
    &#xe666;
    +
  • + +
  • + +
    +
    &#xe667;
    +
  • + +
  • + +
    删除
    +
    &#xe767;
    +
  • + +
  • + +
    编辑
    +
    &#xe768;
    +
  • + +
  • + +
    对号
    +
    &#xe6ba;
    +
  • + +
  • + +
    待评价
    +
    &#xe65d;
    +
  • + +
  • + +
    待收货
    +
    &#xe65e;
    +
  • + +
  • + +
    售后-退款
    +
    &#xe65f;
    +
  • + +
  • + +
    待发货
    +
    &#xe660;
    +
  • + +
  • + +
    待付款
    +
    &#xe661;
    +
  • + +
  • + +
    转接
    +
    &#xe766;
    +
  • + +
  • + +
    浏览器
    +
    &#xe65c;
    +
  • + +
  • + +
    访客数
    +
    &#xe63f;
    +
  • + +
  • + +
    访问量
    +
    &#xe642;
    +
  • + +
  • + +
    成交用户数
    +
    &#xe63d;
    +
  • + +
  • + +
    充值件数
    +
    &#xe63e;
    +
  • + +
  • + +
    成本金额
    +
    &#xe640;
    +
  • + +
  • + +
    付费会员数
    +
    &#xe641;
    +
  • + +
  • + +
    充值用户数
    +
    &#xe643;
    +
  • + +
  • + +
    购买会员金额
    +
    &#xe644;
    +
  • + +
  • + +
    访客-支付转化率
    +
    &#xe645;
    +
  • + +
  • + +
    净增用户
    +
    &#xe646;
    +
  • + +
  • + +
    客单价
    +
    &#xe647;
    +
  • + +
  • + +
    加购件数
    +
    &#xe648;
    +
  • + +
  • + +
    累计充值用户
    +
    &#xe649;
    +
  • + +
  • + +
    累计成交用户
    +
    &#xe64a;
    +
  • + +
  • + +
    累计会员数
    +
    &#xe64b;
    +
  • + +
  • + +
    商品浏览量
    +
    &#xe64c;
    +
  • + +
  • + +
    商品支付金额
    +
    &#xe64d;
    +
  • + +
  • + +
    退款件数
    +
    &#xe64e;
    +
  • + +
  • + +
    累计关注用户
    +
    &#xe64f;
    +
  • + +
  • + +
    退款
    +
    &#xe650;
    +
  • + +
  • + +
    下单件数
    +
    &#xe651;
    +
  • + +
  • + +
    累计取关用户
    +
    &#xe652;
    +
  • + +
  • + +
    累计用户
    +
    &#xe653;
    +
  • + +
  • + +
    新增取关用户
    +
    &#xe654;
    +
  • + +
  • + +
    商品访客数
    +
    &#xe655;
    +
  • + +
  • + +
    新增用户数
    +
    &#xe656;
    +
  • + +
  • + +
    新增关注用户
    +
    &#xe657;
    +
  • + +
  • + +
    支付金额
    +
    &#xe658;
    +
  • + +
  • + +
    营业额
    +
    &#xe659;
    +
  • + +
  • + +
    支付件数
    +
    &#xe65a;
    +
  • + +
  • + +
    支出金额
    +
    &#xe65b;
    +
  • + +
  • + +
    关机
    +
    &#xe6ed;
    +
  • + +
  • + +
    声音 静音 线性
    +
    &#xe94f;
    +
  • + +
  • + +
    声音
    +
    &#xe66a;
    +
  • + +
  • + +
    关闭
    +
    &#xe761;
    +
  • + +
  • + +
    图片
    +
    &#xe762;
    +
  • + +
  • + +
    表情
    +
    &#xe764;
    +
  • + +
  • + +
    账号密码
    +
    &#xe763;
    +
  • + +
  • + +
    二维码
    +
    &#xe765;
    +
  • + +
  • + +
    矩形
    +
    &#xe628;
    +
  • + +
  • + +
    自动选择
    +
    &#xe625;
    +
  • + +
  • + +
    手动选择
    +
    &#xe626;
    +
  • + +
  • + +
    单列
    +
    &#xe622;
    +
  • + +
  • + +
    两列
    +
    &#xe623;
    +
  • + +
  • + +
    三列
    +
    &#xe624;
    +
  • + +
  • + +
    直播中
    +
    &#xe621;
    +
  • + +
  • + +
    已结束
    +
    &#xe61f;
    +
  • + +
  • + +
    未开始
    +
    &#xe620;
    +
  • + +
  • + +
    drag2
    +
    &#xe61e;
    +
  • + +
  • + +
    banner_3~
    +
    &#xe613;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe63c;
    +
  • + +
  • + +
    Solid line
    +
    &#xe61b;
    +
  • + +
  • + +
    Dotted line
    +
    &#xe61c;
    +
  • + +
  • + +
    Dot line
    +
    &#xe61d;
    +
  • + +
  • + +
    drop-down
    +
    &#xe619;
    +
  • + +
  • + +
    Dot
    +
    &#xe605;
    +
  • + +
  • + +
    Square point
    +
    &#xe60d;
    +
  • + +
  • + +
    del_2
    +
    &#xe608;
    +
  • + +
  • + +
    add to
    +
    &#xe60c;
    +
  • + +
  • + +
    del_1
    +
    &#xe610;
    +
  • + +
  • + +
    drag
    +
    &#xe617;
    +
  • + +
  • + +
    Comm_number
    +
    &#xe600;
    +
  • + +
  • + +
    Comm_whole
    +
    &#xe603;
    +
  • + +
  • + +
    Comm_Price
    +
    &#xe616;
    +
  • + +
  • + +
    Pic_square
    +
    &#xe60e;
    +
  • + +
  • + +
    Pic_fillet
    +
    &#xe60f;
    +
  • + +
  • + +
    search_2
    +
    &#xe615;
    +
  • + +
  • + +
    search_1
    +
    &#xe618;
    +
  • + +
  • + +
    banner_2
    +
    &#xe602;
    +
  • + +
  • + +
    Pic_small
    +
    &#xe609;
    +
  • + +
  • + +
    Pic_big
    +
    &#xe60a;
    +
  • + +
  • + +
    banner_1
    +
    &#xe60b;
    +
  • + +
  • + +
    doc_skew
    +
    &#xe601;
    +
  • + +
  • + +
    doc_bold
    +
    &#xe604;
    +
  • + +
  • + +
    doc_general
    +
    &#xe61a;
    +
  • + +
  • + +
    five
    +
    &#xe606;
    +
  • + +
  • + +
    Four
    +
    &#xe614;
    +
  • + +
  • + +
    doc_center
    +
    &#xe607;
    +
  • + +
  • + +
    doc_right
    +
    &#xe611;
    +
  • + +
  • + +
    doc_left
    +
    &#xe612;
    +
  • + +
  • + +
    图片
    +
    &#xe63b;
    +
  • + +
  • + +
    客服
    +
    &#xe633;
    +
  • + +
  • + +
    辅助线
    +
    &#xe63a;
    +
  • + +
  • + +
    标题
    +
    &#xe627;
    +
  • + +
  • + +
    导航组
    +
    &#xe629;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe62a;
    +
  • + +
  • + +
    分类导航
    +
    &#xe62b;
    +
  • + +
  • + +
    促销列表
    +
    &#xe62c;
    +
  • + +
  • + +
    砍价
    +
    &#xe62d;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe62e;
    +
  • + +
  • + +
    活动魔方
    +
    &#xe62f;
    +
  • + +
  • + +
    富文本
    +
    &#xe630;
    +
  • + +
  • + +
    秒杀
    +
    &#xe631;
    +
  • + +
  • + +
    商品列表
    +
    &#xe632;
    +
  • + +
  • + +
    拼团
    +
    &#xe634;
    +
  • + +
  • + +
    搜素框
    +
    &#xe635;
    +
  • + +
  • + +
    图片广告
    +
    &#xe636;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe637;
    +
  • + +
  • + +
    文章列表
    +
    &#xe638;
    +
  • + +
  • + +
    优惠券
    +
    &#xe639;
    +
  • + +
+
+

Unicode 引用

+
+ +

Unicode 是字体在网页端最原始的应用方式,特点是:

+
    +
  • 支持按字体的方式去动态调整图标大小,颜色等等。
  • +
  • 默认情况下不支持多色,直接添加多色图标会自动去色。
  • +
+
+

注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。)

+
+

Unicode 使用步骤如下:

+

第一步:拷贝项目下面生成的 @font-face

+
@font-face {
+  font-family: 'iconfont';
+  src: url('iconfont.woff2?t=1703040607868') format('woff2'),
+       url('iconfont.woff?t=1703040607868') format('woff'),
+       url('iconfont.ttf?t=1703040607868') format('truetype');
+}
+
+

第二步:定义使用 iconfont 的样式

+
.iconfont {
+  font-family: "iconfont" !important;
+  font-size: 16px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+

第三步:挑选相应图标并获取字体编码,应用于页面

+
+<span class="iconfont">&#x33;</span>
+
+
+

"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

+
+
+
+
+
    + +
  • + +
    + 待发货-积分 +
    +
    .icondaifahuo-jifen +
    +
  • + +
  • + +
    + ic_fire +
    +
    .iconic_fire +
    +
  • + +
  • + +
    + 复选框-未选中 +
    +
    .iconfuxuankuang-weixuanzhong +
    +
  • + +
  • + +
    + 复制 +
    +
    .iconfuzhi1 +
    +
  • + +
  • + +
    + 操作-整体 +
    +
    .iconcaozuo-zhengti +
    +
  • + +
  • + +
    + 操作-边角 +
    +
    .iconcaozuo-bianjiao +
    +
  • + +
  • + +
    + 播放 +
    +
    .iconbofang +
    +
  • + +
  • + +
    + 右上角 +
    +
    .iconyoushangjiao +
    +
  • + +
  • + +
    + 关闭 +
    +
    .iconguanbi +
    +
  • + +
  • + +
    + 下 +
    +
    .iconxia +
    +
  • + +
  • + +
    + 形状结合 +
    +
    .iconxingzhuangjiehe +
    +
  • + +
  • + +
    + 显示 +
    +
    .iconxianshi +
    +
  • + +
  • + +
    + 完成 +
    +
    .iconwancheng +
    +
  • + +
  • + +
    + 删除 +
    +
    .iconshanchu3 +
    +
  • + +
  • + +
    + 上 +
    +
    .iconshang +
    +
  • + +
  • + +
    + 加号 +
    +
    .iconjiahao1 +
    +
  • + +
  • + +
    + 复选框-选中 +
    +
    .iconfuxuankuang-xuanzhong +
    +
  • + +
  • + +
    + 右下角 +
    +
    .iconyouxiajiao +
    +
  • + +
  • + +
    + 隐藏 +
    +
    .iconyincang +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icongouwuche1 +
    +
  • + +
  • + +
    + 右 +
    +
    .iconyou +
    +
  • + +
  • + +
    + 左上角 +
    +
    .iconzuoshangjiao +
    +
  • + +
  • + +
    + 左下角 +
    +
    .iconzuoxiajiao +
    +
  • + +
  • + +
    + 组件-公众号 +
    +
    .iconzujian-gongzhonghao +
    +
  • + +
  • + +
    + 组件-拼团 +
    +
    .iconzujian-pintuan +
    +
  • + +
  • + +
    + 组件-商品选项卡 +
    +
    .iconzujian-shangpinxuanxiangka +
    +
  • + +
  • + +
    + 组件-签到 +
    +
    .iconzujian-qiandao +
    +
  • + +
  • + +
    + 组件-悬浮按钮 +
    +
    .iconzujian-xuanfuanniu +
    +
  • + +
  • + +
    + 组件-选项卡 +
    +
    .iconzujian-xuanxiangka1 +
    +
  • + +
  • + +
    + 组件-积分商城 +
    +
    .iconzujian-jifenshangcheng +
    +
  • + +
  • + +
    + 组件-砍价 +
    +
    .iconzujian-kanjia +
    +
  • + +
  • + +
    + 组件-热区 +
    +
    .iconzujian-requ +
    +
  • + +
  • + +
    + 组件-短视频 +
    +
    .iconzujian-duanshipin +
    +
  • + +
  • + +
    + 组件-新人专享 +
    +
    .iconzujian-xinrenzhuanxiang +
    +
  • + +
  • + +
    + 组件-排行榜 +
    +
    .iconzujian-paihangbang +
    +
  • + +
  • + +
    + 组件-用户信息 +
    +
    .iconzujian-yonghuxinxi +
    +
  • + +
  • + +
    + 组件-预售 +
    +
    .iconzujian-yushou +
    +
  • + +
  • + +
    + 组件-店铺街 +
    +
    .iconzujian-dianpujie +
    +
  • + +
  • + +
    + 组件-导航组 +
    +
    .iconzujian-daohangzu +
    +
  • + +
  • + +
    + 组件-标题 +
    +
    .iconzujian-biaoti +
    +
  • + +
  • + +
    + 组件-辅助空白 +
    +
    .iconzujian-fuzhukongbai +
    +
  • + +
  • + +
    + 组件-图片魔方 +
    +
    .iconzujian-tupianmofang +
    +
  • + +
  • + +
    + 组件-商品分类 +
    +
    .iconzujian-shangpinfenlei +
    +
  • + +
  • + +
    + 组件-文章列表 +
    +
    .iconzujian-wenzhangliebiao +
    +
  • + +
  • + +
    + 组件-商品列表 +
    +
    .iconzujian-shangpinliebiao +
    +
  • + +
  • + +
    + 组件-轮播图 +
    +
    .iconzujian-lunbotu +
    +
  • + +
  • + +
    + 组件-小程序直播 +
    +
    .iconzujian-xiaochengxuzhibo +
    +
  • + +
  • + +
    + 组件-富文本 +
    +
    .iconzujian-fuwenben +
    +
  • + +
  • + +
    + 组件-视频 +
    +
    .iconzujian-shipin +
    +
  • + +
  • + +
    + 组件-搜索框 +
    +
    .iconzujian-sousuokuang +
    +
  • + +
  • + +
    + 组件-种草社区 +
    +
    .iconzujian-zhongcaoshequ +
    +
  • + +
  • + +
    + 组件-悬浮菜单 +
    +
    .iconzujian-xuanfucaidan +
    +
  • + +
  • + +
    + 组件-秒杀 +
    +
    .iconzujian-miaosha +
    +
  • + +
  • + +
    + 组件-优惠券 +
    +
    .iconzujian-youhuiquan +
    +
  • + +
  • + +
    + 组件-新闻播报 +
    +
    .iconzujian-xinwenbobao +
    +
  • + +
  • + +
    + 组件-选项卡 +
    +
    .iconzujian-xuanxiangka +
    +
  • + +
  • + +
    + 组件-轮播搜索 +
    +
    .iconzujian-zuhezujian +
    +
  • + +
  • + +
    + 组件-辅助线 +
    +
    .iconzujian-fuzhuxian +
    +
  • + +
  • + +
    + 组件-底部菜单 +
    +
    .iconzujian-dibucaidan +
    +
  • + +
  • + +
    + 待发货 +
    +
    .icondaifahuo2 +
    +
  • + +
  • + +
    + 待处理-用户反馈 +
    +
    .icondaichuli-yonghufankui +
    +
  • + +
  • + +
    + 待退款 +
    +
    .icondaituikuan +
    +
  • + +
  • + +
    + 待审核-提现 +
    +
    .icondaishenhe-tixian +
    +
  • + +
  • + +
    + 待审核-商户入驻 +
    +
    .icondaishenhe-shanghuruzhu +
    +
  • + +
  • + +
    + 待审核-社区内容 +
    +
    .icondaishenhe-shequneirong +
    +
  • + +
  • + +
    + 警戒库存 +
    +
    .iconjingjiekucun +
    +
  • + +
  • + +
    + 待审核-转账 +
    +
    .icondaishenhe-zhuanzhang +
    +
  • + +
  • + +
    + 普通商品 +
    +
    .iconputongshangpin +
    +
  • + +
  • + +
    + 售罄商品 +
    +
    .iconshouqingshangpin +
    +
  • + +
  • + +
    + 待核销-分销礼包 +
    +
    .icondaihexiao-fenxiaolibao +
    +
  • + +
  • + +
    + 待回复 +
    +
    .icondaihuifu +
    +
  • + +
  • + +
    + 待开票 +
    +
    .icondaikaipiao +
    +
  • + +
  • + +
    + 待核销 +
    +
    .icondaihexiao +
    +
  • + +
  • + +
    + 在售商品 +
    +
    .iconzaishoushangpin +
    +
  • + +
  • + +
    + 活动商品 +
    +
    .iconhuodongshangpin +
    +
  • + +
  • + +
    + 系统设置 +
    +
    .iconxitongshezhi +
    +
  • + +
  • + +
    + 用户管理 +
    +
    .iconyonghuguanli +
    +
  • + +
  • + +
    + 商品 +
    +
    .iconshangpin +
    +
  • + +
  • + +
    + 分销管理 +
    +
    .iconfenxiaoguanli +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .iconyouhuiquan4 +
    +
  • + +
  • + +
    + 文章管理 +
    +
    .iconwenzhangguanli +
    +
  • + +
  • + +
    + 订单管理 +
    +
    .icondingdanguanli +
    +
  • + +
  • + +
    + 短信配置 +
    +
    .iconduanxinpeizhi +
    +
  • + +
  • + +
    + 商业授权 +
    +
    .iconshangyeshouquan +
    +
  • + +
  • + +
    + 微信支付 +
    +
    .iconweixinzhifu +
    +
  • + +
  • + +
    + 支付宝 +
    +
    .iconzhifubao +
    +
  • + +
  • + +
    + 宫格 +
    +
    .icongongge +
    +
  • + +
  • + +
    + 列表 +
    +
    .iconliebiao +
    +
  • + +
  • + +
    + 收银台-收银 +
    +
    .iconshouyintai-shouyin1 +
    +
  • + +
  • + +
    + 收银台-订单 +
    +
    .iconshouyintai-dingdan1 +
    +
  • + +
  • + +
    + 收银台-核销 +
    +
    .iconshouyintai-hexiao1 +
    +
  • + +
  • + +
    + 收银台-桌码 +
    +
    .iconshouyintai-zhuoma +
    +
  • + +
  • + +
    + 收银台-退货 +
    +
    .iconshouyintai-tuihuo1 +
    +
  • + +
  • + +
    + 收银台-用户 +
    +
    .iconshouyintai-yonghu +
    +
  • + +
  • + +
    + 收银台-挂单 +
    +
    .iconshouyintai-guadan1 +
    +
  • + +
  • + +
    + 收银台-充值 +
    +
    .iconshouyintai-chongzhi1 +
    +
  • + +
  • + +
    + 渠道码 +
    +
    .iconqudaoma +
    +
  • + +
  • + +
    + 表单组件-多选框 +
    +
    .iconbiaodanzujian-duoxuankuang +
    +
  • + +
  • + +
    + 表单组件-日期 +
    +
    .iconbiaodanzujian-riqi +
    +
  • + +
  • + +
    + 表单组件-单选框 +
    +
    .iconbiaodanzujian-danxuankuang +
    +
  • + +
  • + +
    + 表单组件-单行文本 +
    +
    .iconbiaodanzujian-danhangwenben +
    +
  • + +
  • + +
    + 表单组件-日期范围 +
    +
    .iconbiaodanzujian-riqifanwei +
    +
  • + +
  • + +
    + 表单组件-时间 +
    +
    .iconbiaodanzujian-shijian +
    +
  • + +
  • + +
    + 表单组件-下拉框 +
    +
    .iconbiaodanzujian-xialakuang +
    +
  • + +
  • + +
    + 表单组件-时间范围 +
    +
    .iconbiaodanzujian-shijianfanwei +
    +
  • + +
  • + +
    + 表单组件-图片 +
    +
    .iconbiaodanzujian-tupian +
    +
  • + +
  • + +
    + 表单组件-城市 +
    +
    .iconbiaodanzujian-chengshi +
    +
  • + +
  • + +
    + 当前积分 +
    +
    .icondangqianjifen +
    +
  • + +
  • + +
    + 累计积分 +
    +
    .iconleijijifen +
    +
  • + +
  • + +
    + 发起人数 +
    +
    .iconfaqirenshu +
    +
  • + +
  • + +
    + 剩余库存 +
    +
    .iconshengyukucun +
    +
  • + +
  • + +
    + 推广人数 +
    +
    .icontuiguangrenshu +
    +
  • + +
  • + +
    + 砍价成功 +
    +
    .iconkanjiachenggong +
    +
  • + +
  • + +
    + 成团数 +
    +
    .iconchengtuanshu +
    +
  • + +
  • + +
    + 参与人数 +
    +
    .iconcanyurenshu +
    +
  • + +
  • + +
    + 下单人数 +
    +
    .iconxiadanrenshu +
    +
  • + +
  • + +
    + 消耗积分 +
    +
    .iconxiaohaojifen +
    +
  • + +
  • + +
    + 支付订单 +
    +
    .iconzhifudingdan +
    +
  • + +
  • + +
    + 支付人数 +
    +
    .iconzhifurenshu +
    +
  • + +
  • + +
    + 新人礼 +
    +
    .iconxinrenli2 +
    +
  • + +
  • + +
    + 会员激活 +
    +
    .iconhuiyuanjihuo +
    +
  • + +
  • + +
    + 样式二 +
    +
    .iconyangshier +
    +
  • + +
  • + +
    + 样式一 +
    +
    .iconyangshiyi +
    +
  • + +
  • + +
    + 组合- banner +
    +
    .icona-zuhe-banner1 +
    +
  • + +
  • + +
    + 组合组件 +
    +
    .icontupianmofang2 +
    +
  • + +
  • + +
    + 图片魔方 +
    +
    .iconshangpinfenlei1 +
    +
  • + +
  • + +
    + 配置引导 +
    +
    .iconpeizhiyindao1 +
    +
  • + +
  • + +
    + 余额充值 +
    +
    .iconyuechongzhi +
    +
  • + +
  • + +
    + 优惠套餐 +
    +
    .iconyouhuitaocan +
    +
  • + +
  • + +
    + 组合-分类 +
    +
    .iconzuhe-fenlei +
    +
  • + +
  • + +
    + 配置引导 +
    +
    .iconpeizhiyindao +
    +
  • + +
  • + +
    + 短视频 +
    +
    .iconduanshipin1 +
    +
  • + +
  • + +
    + 第n件n折 +
    +
    .icondinjiannzhe +
    +
  • + +
  • + +
    + 活动背景图 +
    +
    .iconhuodongbeijingtu +
    +
  • + +
  • + +
    + 积分商城 +
    +
    .iconjifenshangcheng +
    +
  • + +
  • + +
    + 活动边框 +
    +
    .iconhuodongbiankuang +
    +
  • + +
  • + +
    + 砍价活动 +
    +
    .iconkanjiahuodong +
    +
  • + +
  • + +
    + 九宫格抽奖 +
    +
    .iconjiugonggechoujiang +
    +
  • + +
  • + +
    + 满送活动 +
    +
    .iconmansonghuodong +
    +
  • + +
  • + +
    + 满减满折 +
    +
    .iconmanjianmanzhe +
    +
  • + +
  • + +
    + 每日签到 +
    +
    .iconmeiriqiandao +
    +
  • + +
  • + +
    + 文章 +
    +
    .iconwenzhang +
    +
  • + +
  • + +
    + 秒杀活动 +
    +
    .iconmiaoshahuodong +
    +
  • + +
  • + +
    + 拼团活动 +
    +
    .iconpintuanhuodong +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .iconyouhuiquan3 +
    +
  • + +
  • + +
    + 直播 +
    +
    .iconzhibo +
    +
  • + +
  • + +
    + 限时折扣 +
    +
    .iconxianshizhekou +
    +
  • + +
  • + +
    + 图片魔方 +
    +
    .icontupianmofang1 +
    +
  • + +
  • + +
    + 热卖排行 +
    +
    .iconremaipaihang +
    +
  • + +
  • + +
    + 用户信息 +
    +
    .iconyonghuxinxi +
    +
  • + +
  • + +
    + 视频样式2 +
    +
    .iconshipinyangshi2 +
    +
  • + +
  • + +
    + 标题 +
    +
    .iconbiaoti3 +
    +
  • + +
  • + +
    + 视频样式1 +
    +
    .iconshipinyangshi1 +
    +
  • + +
  • + +
    + 定位1 +
    +
    .icondingwei1 +
    +
  • + +
  • + +
    + 搜索1 +
    +
    .iconsousuo11 +
    +
  • + +
  • + +
    + 手机 +
    +
    .iconshouji1 +
    +
  • + +
  • + +
    + 二维码 +
    +
    .iconerweima +
    +
  • + +
  • + +
    + 搜索 +
    +
    .iconsousuo1 +
    +
  • + +
  • + +
    + 定位 +
    +
    .icondingwei +
    +
  • + +
  • + +
    + 视频点赞-已点 +
    +
    .iconshipindianzan-yidian +
    +
  • + +
  • + +
    + 视频点赞-未点 +
    +
    .iconshipindianzan-weidian +
    +
  • + +
  • + +
    + 顶部导航 +
    +
    .icondingbudaohang +
    +
  • + +
  • + +
    + 短视频 +
    +
    .iconduanshipin +
    +
  • + +
  • + +
    + 新人礼 +
    +
    .iconxinrenli +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icongouwuche +
    +
  • + +
  • + +
    + 分享 +
    +
    .iconfenxiang +
    +
  • + +
  • + +
    + 砍价 +
    +
    .iconkanjia2 +
    +
  • + +
  • + +
    + 拼团 +
    +
    .iconpintuan3 +
    +
  • + +
  • + +
    + 客服 +
    +
    .iconkefu2 +
    +
  • + +
  • + +
    + 收 藏 +
    +
    .icona-shoucang +
    +
  • + +
  • + +
    + 门店 +
    +
    .iconmendian +
    +
  • + +
  • + +
    + 秒杀 +
    +
    .iconmiaosha3 +
    +
  • + +
  • + +
    + 退款订单量 +
    +
    .icontuikuandingdanliang +
    +
  • + +
  • + +
    + 订单量 +
    +
    .icondingdanliang +
    +
  • + +
  • + +
    + 订单金额 +
    +
    .icondingdanjine +
    +
  • + +
  • + +
    + 退款金额 +
    +
    .icontuikuanjine +
    +
  • + +
  • + +
    + statis +
    +
    .icontongji +
    +
  • + +
  • + +
    + 表格1 +
    +
    .iconbiaoge1 +
    +
  • + +
  • + +
    + 返回 +
    +
    .iconfanhui1 +
    +
  • + +
  • + +
    + pc-积分 +
    +
    .iconpc-jifen +
    +
  • + +
  • + +
    + pc-优惠券 +
    +
    .iconpc-youhuiquan +
    +
  • + +
  • + +
    + 收银台 +
    +
    .iconshouyintai +
    +
  • + +
  • + +
    + 加 +
    +
    .iconjia +
    +
  • + +
  • + +
    + 减 +
    +
    .iconjian +
    +
  • + +
  • + +
    + crmeb2 +
    +
    .iconcrmeb1 +
    +
  • + +
  • + +
    + 左右 +
    +
    .iconzuoyou +
    +
  • + +
  • + +
    + 上下 +
    +
    .iconshangxia +
    +
  • + +
  • + +
    + 当前群成员 +
    +
    .icondangqianqunchengyuan +
    +
  • + +
  • + +
    + 今日退群 +
    +
    .iconjinrituiqun +
    +
  • + +
  • + +
    + 今日新增 +
    +
    .iconjinrixinzeng +
    +
  • + +
  • + +
    + 累计退群 +
    +
    .iconleijituiqun +
    +
  • + +
  • + +
    + 店铺街 +
    +
    .icondianpujie +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian4 +
    +
  • + +
  • + +
    + 收银台-微信、支付宝 +
    +
    .icona-shouyintai-weixinzhifubao +
    +
  • + +
  • + +
    + 收银台-现金收款 +
    +
    .iconshouyintai-xianjinshoukuan +
    +
  • + +
  • + +
    + 收银台-形状 +
    +
    .iconshouyintai-xingzhuang +
    +
  • + +
  • + +
    + 收银台-刷新 +
    +
    .iconshouyintai-shuaxin +
    +
  • + +
  • + +
    + 收银台-密码 +
    +
    .iconshouyintai-mima +
    +
  • + +
  • + +
    + 收银台-企业微信 +
    +
    .iconshouyintai-qiyeweixin +
    +
  • + +
  • + +
    + 收银台-店员 +
    +
    .iconshouyintai-dianyuan +
    +
  • + +
  • + +
    + 收银台-清空 +
    +
    .iconshouyintai-qingkong +
    +
  • + +
  • + +
    + 收银台-筛选 +
    +
    .iconshouyintai-shaixuan +
    +
  • + +
  • + +
    + 收银台-微信 +
    +
    .iconshouyintai-weixin +
    +
  • + +
  • + +
    + 收银台-账号 +
    +
    .iconshouyintai-zhanghao +
    +
  • + +
  • + +
    + 收银台-眼睛 +
    +
    .iconshouyintai-yanjing +
    +
  • + +
  • + +
    + 自定义菜单 +
    +
    .iconzidingyicaidan +
    +
  • + +
  • + +
    + 富文本 +
    +
    .iconfuwenben3 +
    +
  • + +
  • + +
    + 种草社区 +
    +
    .iconzhongcaoshequ1 +
    +
  • + +
  • + +
    + 预售 +
    +
    .iconyushou1 +
    +
  • + +
  • + +
    + 小程序直播 +
    +
    .iconxiaochengxuzhibo3 +
    +
  • + +
  • + +
    + 关注公众号 +
    +
    .iconguanzhugongzhonghao2 +
    +
  • + +
  • + +
    + 专题 +
    +
    .iconzhuanti +
    +
  • + +
  • + +
    + 辅助空白 +
    +
    .iconfuzhukongbai2 +
    +
  • + +
  • + +
    + 助力 +
    +
    .iconzhuli +
    +
  • + +
  • + +
    + 搜索框 +
    +
    .iconsousuokuang +
    +
  • + +
  • + +
    + 秒杀 +
    +
    .iconmiaosha2 +
    +
  • + +
  • + +
    + 推荐组 +
    +
    .icontuijianzu +
    +
  • + +
  • + +
    + 导航组 +
    +
    .icondaohangzu2 +
    +
  • + +
  • + +
    + 拼团 +
    +
    .iconpintuan2 +
    +
  • + +
  • + +
    + 商品列表 +
    +
    .iconshangpinliebiao2 +
    +
  • + +
  • + +
    + 商品分类 +
    +
    .iconshangpinfenlei +
    +
  • + +
  • + +
    + 新闻播报 +
    +
    .iconxinwenbobao2 +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .iconyouhuiquan2 +
    +
  • + +
  • + +
    + 辅助线 +
    +
    .iconfuzhuxian2 +
    +
  • + +
  • + +
    + 在线客服 +
    +
    .iconzaixiankefu +
    +
  • + +
  • + +
    + 标题 +
    +
    .iconbiaoti2 +
    +
  • + +
  • + +
    + 轮播图 +
    +
    .iconlunbotu +
    +
  • + +
  • + +
    + 图片魔方 +
    +
    .icontupianmofang +
    +
  • + +
  • + +
    + 版权 +
    +
    .iconbanquan +
    +
  • + +
  • + +
    + 菜单收起 +
    +
    .iconcaidanshouqi +
    +
  • + +
  • + +
    + 菜单展开 +
    +
    .iconcaidanzhankai +
    +
  • + +
  • + +
    + 订单 +
    +
    .icondingdan +
    +
  • + +
  • + +
    + app +
    +
    .iconapp +
    +
  • + +
  • + +
    + PC +
    +
    .iconPC +
    +
  • + +
  • + +
    + 小程序 +
    +
    .iconxiaochengxu +
    +
  • + +
  • + +
    + 公众号 +
    +
    .icongongzhonghao +
    +
  • + +
  • + +
    + h5 +
    +
    .iconh5 +
    +
  • + +
  • + +
    + 视频 +
    +
    .iconshipin +
    +
  • + +
  • + +
    + 切换会员 +
    +
    .iconqiehuanhuiyuan +
    +
  • + +
  • + +
    + 挂单 +
    +
    .iconguadan +
    +
  • + +
  • + +
    + 核销订单金额 +
    +
    .iconhexiaodingdanjine +
    +
  • + +
  • + +
    + 门店订单金额 +
    +
    .iconmendiandingdanjine +
    +
  • + +
  • + +
    + 门店成交用户数 +
    +
    .iconmendianchengjiaoyonghushu +
    +
  • + +
  • + +
    + 付费会员金额 +
    +
    .iconfufeihuiyuanjine +
    +
  • + +
  • + +
    + 收银订单金额 +
    +
    .iconshouyindingdanjine +
    +
  • + +
  • + +
    + 门店新增用户数 +
    +
    .iconmendianxinzengyonghushu +
    +
  • + +
  • + +
    + 会员卡激活数 +
    +
    .iconhuiyuankajihuoshu +
    +
  • + +
  • + +
    + 新增用户数 +
    +
    .iconxinzengyonghushu1 +
    +
  • + +
  • + +
    + 分配订单金额 +
    +
    .iconfenpeidingdanjine +
    +
  • + +
  • + +
    + 余额消耗金额 +
    +
    .iconyuexiaohaojine +
    +
  • + +
  • + +
    + 二维码-新个人中心 +
    +
    .iconerweima-xingerenzhongxin +
    +
  • + +
  • + +
    + 回删 +
    +
    .iconhuishan +
    +
  • + +
  • + +
    + 商品数量-加 +
    +
    .iconshangpinshuliang-jia +
    +
  • + +
  • + +
    + 商品数量-减 +
    +
    .iconshangpinshuliang-jian +
    +
  • + +
  • + +
    + 图片广告 +
    +
    .icontupianguanggao1 +
    +
  • + +
  • + +
    + 搜素框 +
    +
    .iconsousukuang1 +
    +
  • + +
  • + +
    + 文章列表 +
    +
    .iconwenzhangliebiao1 +
    +
  • + +
  • + +
    + 拼团 +
    +
    .iconpintuan1 +
    +
  • + +
  • + +
    + 商品列表 +
    +
    .iconshangpinliebiao1 +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .iconyouhuiquan1 +
    +
  • + +
  • + +
    + 小程序直播 +
    +
    .iconxiaochengxuzhibo1 +
    +
  • + +
  • + +
    + 秒杀 +
    +
    .iconmiaosha1 +
    +
  • + +
  • + +
    + 新闻播报 +
    +
    .iconxinwenbobao1 +
    +
  • + +
  • + +
    + 导航组 +
    +
    .icondaohangzu1 +
    +
  • + +
  • + +
    + 标题 +
    +
    .iconbiaoti1 +
    +
  • + +
  • + +
    + 分类导航 +
    +
    .iconfenleidaohang1 +
    +
  • + +
  • + +
    + 促销列表 +
    +
    .iconcuxiaoliebiao1 +
    +
  • + +
  • + +
    + 辅助空白 +
    +
    .iconfuzhukongbai1 +
    +
  • + +
  • + +
    + 活动魔方 +
    +
    .iconhuodongmofang1 +
    +
  • + +
  • + +
    + 关注公众号 +
    +
    .iconguanzhugongzhonghao1 +
    +
  • + +
  • + +
    + 砍价 +
    +
    .iconkanjia1 +
    +
  • + +
  • + +
    + 辅助线 +
    +
    .iconfuzhuxian1 +
    +
  • + +
  • + +
    + 客服 +
    +
    .iconkefu1 +
    +
  • + +
  • + +
    + 富文本 +
    +
    .iconfuwenben1 +
    +
  • + +
  • + +
    + 单图 +
    +
    .icondantu +
    +
  • + +
  • + +
    + 拉伸 +
    +
    .iconlashen +
    +
  • + +
  • + +
    + 平铺 +
    +
    .iconpingpu +
    +
  • + +
  • + +
    + 售后-退款-蓝 +
    +
    .iconshouhou-tuikuan-lan +
    +
  • + +
  • + +
    + 代付款-蓝 +
    +
    .icondaifukuan-lan +
    +
  • + +
  • + +
    + 待收货-蓝 +
    +
    .icondaishouhuo-lan +
    +
  • + +
  • + +
    + 待评价-蓝 +
    +
    .icondaipingjia-lan +
    +
  • + +
  • + +
    + 待发货-蓝 +
    +
    .icondaifahuo-lan +
    +
  • + +
  • + +
    + 待付款-橘 +
    +
    .icondaifukuan-ju +
    +
  • + +
  • + +
    + 售后-退款-橘 +
    +
    .iconshouhou-tuikuan-ju +
    +
  • + +
  • + +
    + 待收货-橘 +
    +
    .icondaishouhuo-ju +
    +
  • + +
  • + +
    + 待评价-橘 +
    +
    .icondaipingjia-ju +
    +
  • + +
  • + +
    + 待发货-橘 +
    +
    .icondaifahuo-ju +
    +
  • + +
  • + +
    + 待评价-粉 +
    +
    .icondaipingjia-fen +
    +
  • + +
  • + +
    + 待收货-粉 +
    +
    .icondaishouhuo-fen +
    +
  • + +
  • + +
    + 代付款-粉 +
    +
    .icondaifukuan-fen +
    +
  • + +
  • + +
    + 待发货-粉 +
    +
    .icondaifahuo-fen +
    +
  • + +
  • + +
    + 售后:退款-粉 +
    +
    .icona-shouhoutuikuan-fen +
    +
  • + +
  • + +
    + 待发货-绿 +
    +
    .icondaifahuo-lv +
    +
  • + +
  • + +
    + 待收货-绿 +
    +
    .icondaishouhuo-lv +
    +
  • + +
  • + +
    + 代付款-绿 +
    +
    .icondaifukuan-lv +
    +
  • + +
  • + +
    + 待评价-绿 +
    +
    .icondaipingjia-lv +
    +
  • + +
  • + +
    + 售后-退款-绿 +
    +
    .iconshouhou-tuikuan-lv +
    +
  • + +
  • + +
    + 待付款 +
    +
    .icondaifukuan1 +
    +
  • + +
  • + +
    + 待评价 +
    +
    .icondaipingjia1 +
    +
  • + +
  • + +
    + 售后_退款 +
    +
    .iconshouhou_tuikuan +
    +
  • + +
  • + +
    + 待发货 +
    +
    .icondaifahuo1 +
    +
  • + +
  • + +
    + 待收货 +
    +
    .icondaishouhuo1 +
    +
  • + +
  • + +
    + 设置 +
    +
    .iconshezhi +
    +
  • + +
  • + +
    + s-客服 +
    +
    .icons-kefu +
    +
  • + +
  • + +
    + 多行 +
    +
    .iconduohang +
    +
  • + +
  • + +
    + 4个 +
    +
    .icon4ge1 +
    +
  • + +
  • + +
    + 5个 +
    +
    .icon5ge1 +
    +
  • + +
  • + +
    + 大圆角 +
    +
    .icondayuanjiao +
    +
  • + +
  • + +
    + 3个 +
    +
    .icon3ge1 +
    +
  • + +
  • + +
    + 单行 +
    +
    .icondanhang +
    +
  • + +
  • + +
    + 左右图文 +
    +
    .iconzuoyoutuwen +
    +
  • + +
  • + +
    + 样式8 +
    +
    .iconyangshi8 +
    +
  • + +
  • + +
    + 样式9 +
    +
    .iconyangshi9 +
    +
  • + +
  • + +
    + 样式1 +
    +
    .iconyangshi1 +
    +
  • + +
  • + +
    + 样式4 +
    +
    .iconyangshi4 +
    +
  • + +
  • + +
    + 样式5 +
    +
    .iconyangshi5 +
    +
  • + +
  • + +
    + 样式6 +
    +
    .iconyangshi6 +
    +
  • + +
  • + +
    + 样式2 +
    +
    .iconyangshi2 +
    +
  • + +
  • + +
    + 样式7 +
    +
    .iconyangshi7 +
    +
  • + +
  • + +
    + 样式3 +
    +
    .iconyangshi3 +
    +
  • + +
  • + +
    + 数字 +
    +
    .iconshuzi +
    +
  • + +
  • + +
    + 禁用 +
    +
    .iconjinyong +
    +
  • + +
  • + +
    + 4个 +
    +
    .icon4ge +
    +
  • + +
  • + +
    + 3个 +
    +
    .icon3ge +
    +
  • + +
  • + +
    + 5个 +
    +
    .icon5ge +
    +
  • + +
  • + +
    + 2行 +
    +
    .icon2hang +
    +
  • + +
  • + +
    + 3行 +
    +
    .icon3hang +
    +
  • + +
  • + +
    + 4行 +
    +
    .icon4hang +
    +
  • + +
  • + +
    + 下移 +
    +
    .iconxiayi +
    +
  • + +
  • + +
    + 上移 +
    +
    .iconshangyi +
    +
  • + +
  • + +
    + 删除 +
    +
    .iconshanchu2 +
    +
  • + +
  • + +
    + 复制 +
    +
    .iconfuzhi +
    +
  • + +
  • + +
    + 最新 +
    +
    .iconzuixin +
    +
  • + +
  • + +
    + 选中 +
    +
    .iconxuanzhong6 +
    +
  • + +
  • + +
    + 添加 +
    +
    .icontianjia +
    +
  • + +
  • + +
    + 编辑 +
    +
    .iconbianji2 +
    +
  • + +
  • + +
    + 更多展开 +
    +
    .icongengduozhankai1 +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian3 +
    +
  • + +
  • + +
    + 表情 +
    +
    .iconbiaoqing2 +
    +
  • + +
  • + +
    + 话术 +
    +
    .iconhuashu1 +
    +
  • + +
  • + +
    + 商品退款金额 +
    +
    .iconshangpintuikuanjine +
    +
  • + +
  • + +
    + 交易金额 +
    +
    .iconjiaoyijine +
    +
  • + +
  • + +
    + 余额支付金额 +
    +
    .iconyuezhifujine +
    +
  • + +
  • + +
    + 支付佣金金额 +
    +
    .iconzhifuyongjinjine +
    +
  • + +
  • + +
    + 线下收银金额 +
    +
    .iconxianxiashouyinjine +
    +
  • + +
  • + +
    + 聊天 +
    +
    .iconliaotian +
    +
  • + +
  • + +
    + 编辑 (1) +
    +
    .iconbianji11 +
    +
  • + +
  • + +
    + 进入 +
    +
    .iconjinru +
    +
  • + +
  • + +
    + 返回 +
    +
    .iconfanhui +
    +
  • + +
  • + +
    + 更多 +
    +
    .icongengduo +
    +
  • + +
  • + +
    + 发送 +
    +
    .iconfasong +
    +
  • + +
  • + +
    + 叉 +
    +
    .iconcha1 +
    +
  • + +
  • + +
    + 密码 +
    +
    .iconmima +
    +
  • + +
  • + +
    + 搜索 +
    +
    .iconsousuo +
    +
  • + +
  • + +
    + 手机 +
    +
    .iconshouji +
    +
  • + +
  • + +
    + 退出 +
    +
    .icontuichu +
    +
  • + +
  • + +
    + 商品信息 +
    +
    .iconshangpinxinxi +
    +
  • + +
  • + +
    + 账号 +
    +
    .iconzhanghao +
    +
  • + +
  • + +
    + 表情 +
    +
    .iconbiaoqing +
    +
  • + +
  • + +
    + 更多展开 +
    +
    .icongengduozhankai +
    +
  • + +
  • + +
    + 话术 +
    +
    .iconhuashu +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian2 +
    +
  • + +
  • + +
    + 添加 (1) (1) +
    +
    .icontianjia11 +
    +
  • + +
  • + +
    + 编辑 (1) +
    +
    .iconbianji1 +
    +
  • + +
  • + +
    + 设置 (1) +
    +
    .iconshezhi1 +
    +
  • + +
  • + +
    + 删除 +
    +
    .iconshanchu1 +
    +
  • + +
  • + +
    + 加号 +
    +
    .iconjiahao +
    +
  • + +
  • + +
    + 叉 +
    +
    .iconcha +
    +
  • + +
  • + +
    + 删除 +
    +
    .iconshanchu +
    +
  • + +
  • + +
    + 编辑 +
    +
    .iconbianji +
    +
  • + +
  • + +
    + 对号 +
    +
    .iconduihao +
    +
  • + +
  • + +
    + 待评价 +
    +
    .icondaipingjia +
    +
  • + +
  • + +
    + 待收货 +
    +
    .icondaishouhuo +
    +
  • + +
  • + +
    + 售后-退款 +
    +
    .iconshouhou-tuikuan +
    +
  • + +
  • + +
    + 待发货 +
    +
    .icondaifahuo +
    +
  • + +
  • + +
    + 待付款 +
    +
    .icondaifukuan +
    +
  • + +
  • + +
    + 转接 +
    +
    .iconzhuanjie +
    +
  • + +
  • + +
    + 浏览器 +
    +
    .iconliulanqi +
    +
  • + +
  • + +
    + 访客数 +
    +
    .iconfangkeshu +
    +
  • + +
  • + +
    + 访问量 +
    +
    .iconfangwenliang +
    +
  • + +
  • + +
    + 成交用户数 +
    +
    .iconchengjiaoyonghushu +
    +
  • + +
  • + +
    + 充值件数 +
    +
    .iconchongzhijianshu +
    +
  • + +
  • + +
    + 成本金额 +
    +
    .iconchengbenjine +
    +
  • + +
  • + +
    + 付费会员数 +
    +
    .iconfufeihuiyuanshu +
    +
  • + +
  • + +
    + 充值用户数 +
    +
    .iconchongzhiyonghushu +
    +
  • + +
  • + +
    + 购买会员金额 +
    +
    .icongoumaihuiyuanjine +
    +
  • + +
  • + +
    + 访客-支付转化率 +
    +
    .iconfangke-zhifuzhuanhuashuai +
    +
  • + +
  • + +
    + 净增用户 +
    +
    .iconjingzengyonghu +
    +
  • + +
  • + +
    + 客单价 +
    +
    .iconkedanjia +
    +
  • + +
  • + +
    + 加购件数 +
    +
    .iconjiagoujianshu +
    +
  • + +
  • + +
    + 累计充值用户 +
    +
    .iconleijichongzhiyonghu +
    +
  • + +
  • + +
    + 累计成交用户 +
    +
    .iconleijichengjiaoyonghu +
    +
  • + +
  • + +
    + 累计会员数 +
    +
    .iconleijihuiyuanshu +
    +
  • + +
  • + +
    + 商品浏览量 +
    +
    .iconshangpinliulanliang +
    +
  • + +
  • + +
    + 商品支付金额 +
    +
    .iconshangpinzhifujine +
    +
  • + +
  • + +
    + 退款件数 +
    +
    .icontuikuanjianshu +
    +
  • + +
  • + +
    + 累计关注用户 +
    +
    .iconleijiguanzhuyonghu +
    +
  • + +
  • + +
    + 退款 +
    +
    .icontuikuan +
    +
  • + +
  • + +
    + 下单件数 +
    +
    .iconxiadanjianshu +
    +
  • + +
  • + +
    + 累计取关用户 +
    +
    .iconleijiquguanyonghu +
    +
  • + +
  • + +
    + 累计用户 +
    +
    .iconleijiyonghu +
    +
  • + +
  • + +
    + 新增取关用户 +
    +
    .iconxinzengquguanyonghu +
    +
  • + +
  • + +
    + 商品访客数 +
    +
    .iconshangpinfangkeshu +
    +
  • + +
  • + +
    + 新增用户数 +
    +
    .iconxinzengyonghushu +
    +
  • + +
  • + +
    + 新增关注用户 +
    +
    .iconxinzengguanzhuyonghu +
    +
  • + +
  • + +
    + 支付金额 +
    +
    .iconzhifujine +
    +
  • + +
  • + +
    + 营业额 +
    +
    .iconyingyee +
    +
  • + +
  • + +
    + 支付件数 +
    +
    .iconzhifujianshu +
    +
  • + +
  • + +
    + 支出金额 +
    +
    .iconzhichujine +
    +
  • + +
  • + +
    + 关机 +
    +
    .iconguanji +
    +
  • + +
  • + +
    + 声音 静音 线性 +
    +
    .iconshengyinjingyinxianxing +
    +
  • + +
  • + +
    + 声音 +
    +
    .iconshengyinyinliang +
    +
  • + +
  • + +
    + 关闭 +
    +
    .iconguanbi5 +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian1 +
    +
  • + +
  • + +
    + 表情 +
    +
    .iconbiaoqing1 +
    +
  • + +
  • + +
    + 账号密码 +
    +
    .iconzhanghaomima +
    +
  • + +
  • + +
    + 二维码 +
    +
    .iconerweima2 +
    +
  • + +
  • + +
    + 矩形 +
    +
    .iconjuxing +
    +
  • + +
  • + +
    + 自动选择 +
    +
    .iconzidongxuanze +
    +
  • + +
  • + +
    + 手动选择 +
    +
    .iconshoudongxuanze +
    +
  • + +
  • + +
    + 单列 +
    +
    .icondanlie +
    +
  • + +
  • + +
    + 两列 +
    +
    .iconlianglie +
    +
  • + +
  • + +
    + 三列 +
    +
    .iconsanlie +
    +
  • + +
  • + +
    + 直播中 +
    +
    .iconzhibozhong +
    +
  • + +
  • + +
    + 已结束 +
    +
    .iconyijieshu +
    +
  • + +
  • + +
    + 未开始 +
    +
    .iconweikaishi +
    +
  • + +
  • + +
    + drag2 +
    +
    .icondrag2 +
    +
  • + +
  • + +
    + banner_3~ +
    +
    .iconbanner_3 +
    +
  • + +
  • + +
    + 小程序直播 +
    +
    .iconxiaochengxuzhibo +
    +
  • + +
  • + +
    + Solid line +
    +
    .iconSolidline +
    +
  • + +
  • + +
    + Dotted line +
    +
    .iconDottedline +
    +
  • + +
  • + +
    + Dot line +
    +
    .iconDotline +
    +
  • + +
  • + +
    + drop-down +
    +
    .icondrop-down +
    +
  • + +
  • + +
    + Dot +
    +
    .iconDot +
    +
  • + +
  • + +
    + Square point +
    +
    .iconSquarepoint +
    +
  • + +
  • + +
    + del_2 +
    +
    .icondel_2 +
    +
  • + +
  • + +
    + add to +
    +
    .iconaddto +
    +
  • + +
  • + +
    + del_1 +
    +
    .icondel_1 +
    +
  • + +
  • + +
    + drag +
    +
    .icondrag +
    +
  • + +
  • + +
    + Comm_number +
    +
    .iconComm_number +
    +
  • + +
  • + +
    + Comm_whole +
    +
    .iconComm_whole +
    +
  • + +
  • + +
    + Comm_Price +
    +
    .iconComm_Price +
    +
  • + +
  • + +
    + Pic_square +
    +
    .iconPic_square +
    +
  • + +
  • + +
    + Pic_fillet +
    +
    .iconPic_fillet +
    +
  • + +
  • + +
    + search_2 +
    +
    .iconsearch_2 +
    +
  • + +
  • + +
    + search_1 +
    +
    .iconsearch_1 +
    +
  • + +
  • + +
    + banner_2 +
    +
    .iconbanner_2 +
    +
  • + +
  • + +
    + Pic_small +
    +
    .iconPic_small +
    +
  • + +
  • + +
    + Pic_big +
    +
    .iconPic_big +
    +
  • + +
  • + +
    + banner_1 +
    +
    .iconbanner_1 +
    +
  • + +
  • + +
    + doc_skew +
    +
    .icondoc_skew +
    +
  • + +
  • + +
    + doc_bold +
    +
    .icondoc_bold +
    +
  • + +
  • + +
    + doc_general +
    +
    .icondoc_general +
    +
  • + +
  • + +
    + five +
    +
    .iconfive +
    +
  • + +
  • + +
    + Four +
    +
    .iconFour +
    +
  • + +
  • + +
    + doc_center +
    +
    .icondoc_center +
    +
  • + +
  • + +
    + doc_right +
    +
    .icondoc_right +
    +
  • + +
  • + +
    + doc_left +
    +
    .icondoc_left +
    +
  • + +
  • + +
    + 图片 +
    +
    .icontupian +
    +
  • + +
  • + +
    + 客服 +
    +
    .iconkefu +
    +
  • + +
  • + +
    + 辅助线 +
    +
    .iconfuzhuxian +
    +
  • + +
  • + +
    + 标题 +
    +
    .iconbiaoti +
    +
  • + +
  • + +
    + 导航组 +
    +
    .icondaohangzu +
    +
  • + +
  • + +
    + 辅助空白 +
    +
    .iconfuzhukongbai +
    +
  • + +
  • + +
    + 分类导航 +
    +
    .iconfenleidaohang +
    +
  • + +
  • + +
    + 促销列表 +
    +
    .iconcuxiaoliebiao +
    +
  • + +
  • + +
    + 砍价 +
    +
    .iconkanjia +
    +
  • + +
  • + +
    + 关注公众号 +
    +
    .iconguanzhugongzhonghao +
    +
  • + +
  • + +
    + 活动魔方 +
    +
    .iconhuodongmofang +
    +
  • + +
  • + +
    + 富文本 +
    +
    .iconfuwenben +
    +
  • + +
  • + +
    + 秒杀 +
    +
    .iconmiaosha +
    +
  • + +
  • + +
    + 商品列表 +
    +
    .iconshangpinliebiao +
    +
  • + +
  • + +
    + 拼团 +
    +
    .iconpintuan +
    +
  • + +
  • + +
    + 搜素框 +
    +
    .iconsousukuang +
    +
  • + +
  • + +
    + 图片广告 +
    +
    .icontupianguanggao +
    +
  • + +
  • + +
    + 新闻播报 +
    +
    .iconxinwenbobao +
    +
  • + +
  • + +
    + 文章列表 +
    +
    .iconwenzhangliebiao +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .iconyouhuiquan +
    +
  • + +
+
+

font-class 引用

+
+ +

font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。

+

与 Unicode 使用方式相比,具有如下特点:

+
    +
  • 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
  • +
  • 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 fontclass 代码:

+
<link rel="stylesheet" href="./iconfont.css">
+
+

第二步:挑选相应图标并获取类名,应用于页面:

+
<span class="iconfont iconxxx"></span>
+
+
+

" + iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

+
+
+
+
+
    + +
  • + +
    待发货-积分
    +
    #icondaifahuo-jifen
    +
  • + +
  • + +
    ic_fire
    +
    #iconic_fire
    +
  • + +
  • + +
    复选框-未选中
    +
    #iconfuxuankuang-weixuanzhong
    +
  • + +
  • + +
    复制
    +
    #iconfuzhi1
    +
  • + +
  • + +
    操作-整体
    +
    #iconcaozuo-zhengti
    +
  • + +
  • + +
    操作-边角
    +
    #iconcaozuo-bianjiao
    +
  • + +
  • + +
    播放
    +
    #iconbofang
    +
  • + +
  • + +
    右上角
    +
    #iconyoushangjiao
    +
  • + +
  • + +
    关闭
    +
    #iconguanbi
    +
  • + +
  • + +
    +
    #iconxia
    +
  • + +
  • + +
    形状结合
    +
    #iconxingzhuangjiehe
    +
  • + +
  • + +
    显示
    +
    #iconxianshi
    +
  • + +
  • + +
    完成
    +
    #iconwancheng
    +
  • + +
  • + +
    删除
    +
    #iconshanchu3
    +
  • + +
  • + +
    +
    #iconshang
    +
  • + +
  • + +
    加号
    +
    #iconjiahao1
    +
  • + +
  • + +
    复选框-选中
    +
    #iconfuxuankuang-xuanzhong
    +
  • + +
  • + +
    右下角
    +
    #iconyouxiajiao
    +
  • + +
  • + +
    隐藏
    +
    #iconyincang
    +
  • + +
  • + +
    购物车
    +
    #icongouwuche1
    +
  • + +
  • + +
    +
    #iconyou
    +
  • + +
  • + +
    左上角
    +
    #iconzuoshangjiao
    +
  • + +
  • + +
    左下角
    +
    #iconzuoxiajiao
    +
  • + +
  • + +
    组件-公众号
    +
    #iconzujian-gongzhonghao
    +
  • + +
  • + +
    组件-拼团
    +
    #iconzujian-pintuan
    +
  • + +
  • + +
    组件-商品选项卡
    +
    #iconzujian-shangpinxuanxiangka
    +
  • + +
  • + +
    组件-签到
    +
    #iconzujian-qiandao
    +
  • + +
  • + +
    组件-悬浮按钮
    +
    #iconzujian-xuanfuanniu
    +
  • + +
  • + +
    组件-选项卡
    +
    #iconzujian-xuanxiangka1
    +
  • + +
  • + +
    组件-积分商城
    +
    #iconzujian-jifenshangcheng
    +
  • + +
  • + +
    组件-砍价
    +
    #iconzujian-kanjia
    +
  • + +
  • + +
    组件-热区
    +
    #iconzujian-requ
    +
  • + +
  • + +
    组件-短视频
    +
    #iconzujian-duanshipin
    +
  • + +
  • + +
    组件-新人专享
    +
    #iconzujian-xinrenzhuanxiang
    +
  • + +
  • + +
    组件-排行榜
    +
    #iconzujian-paihangbang
    +
  • + +
  • + +
    组件-用户信息
    +
    #iconzujian-yonghuxinxi
    +
  • + +
  • + +
    组件-预售
    +
    #iconzujian-yushou
    +
  • + +
  • + +
    组件-店铺街
    +
    #iconzujian-dianpujie
    +
  • + +
  • + +
    组件-导航组
    +
    #iconzujian-daohangzu
    +
  • + +
  • + +
    组件-标题
    +
    #iconzujian-biaoti
    +
  • + +
  • + +
    组件-辅助空白
    +
    #iconzujian-fuzhukongbai
    +
  • + +
  • + +
    组件-图片魔方
    +
    #iconzujian-tupianmofang
    +
  • + +
  • + +
    组件-商品分类
    +
    #iconzujian-shangpinfenlei
    +
  • + +
  • + +
    组件-文章列表
    +
    #iconzujian-wenzhangliebiao
    +
  • + +
  • + +
    组件-商品列表
    +
    #iconzujian-shangpinliebiao
    +
  • + +
  • + +
    组件-轮播图
    +
    #iconzujian-lunbotu
    +
  • + +
  • + +
    组件-小程序直播
    +
    #iconzujian-xiaochengxuzhibo
    +
  • + +
  • + +
    组件-富文本
    +
    #iconzujian-fuwenben
    +
  • + +
  • + +
    组件-视频
    +
    #iconzujian-shipin
    +
  • + +
  • + +
    组件-搜索框
    +
    #iconzujian-sousuokuang
    +
  • + +
  • + +
    组件-种草社区
    +
    #iconzujian-zhongcaoshequ
    +
  • + +
  • + +
    组件-悬浮菜单
    +
    #iconzujian-xuanfucaidan
    +
  • + +
  • + +
    组件-秒杀
    +
    #iconzujian-miaosha
    +
  • + +
  • + +
    组件-优惠券
    +
    #iconzujian-youhuiquan
    +
  • + +
  • + +
    组件-新闻播报
    +
    #iconzujian-xinwenbobao
    +
  • + +
  • + +
    组件-选项卡
    +
    #iconzujian-xuanxiangka
    +
  • + +
  • + +
    组件-轮播搜索
    +
    #iconzujian-zuhezujian
    +
  • + +
  • + +
    组件-辅助线
    +
    #iconzujian-fuzhuxian
    +
  • + +
  • + +
    组件-底部菜单
    +
    #iconzujian-dibucaidan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo2
    +
  • + +
  • + +
    待处理-用户反馈
    +
    #icondaichuli-yonghufankui
    +
  • + +
  • + +
    待退款
    +
    #icondaituikuan
    +
  • + +
  • + +
    待审核-提现
    +
    #icondaishenhe-tixian
    +
  • + +
  • + +
    待审核-商户入驻
    +
    #icondaishenhe-shanghuruzhu
    +
  • + +
  • + +
    待审核-社区内容
    +
    #icondaishenhe-shequneirong
    +
  • + +
  • + +
    警戒库存
    +
    #iconjingjiekucun
    +
  • + +
  • + +
    待审核-转账
    +
    #icondaishenhe-zhuanzhang
    +
  • + +
  • + +
    普通商品
    +
    #iconputongshangpin
    +
  • + +
  • + +
    售罄商品
    +
    #iconshouqingshangpin
    +
  • + +
  • + +
    待核销-分销礼包
    +
    #icondaihexiao-fenxiaolibao
    +
  • + +
  • + +
    待回复
    +
    #icondaihuifu
    +
  • + +
  • + +
    待开票
    +
    #icondaikaipiao
    +
  • + +
  • + +
    待核销
    +
    #icondaihexiao
    +
  • + +
  • + +
    在售商品
    +
    #iconzaishoushangpin
    +
  • + +
  • + +
    活动商品
    +
    #iconhuodongshangpin
    +
  • + +
  • + +
    系统设置
    +
    #iconxitongshezhi
    +
  • + +
  • + +
    用户管理
    +
    #iconyonghuguanli
    +
  • + +
  • + +
    商品
    +
    #iconshangpin
    +
  • + +
  • + +
    分销管理
    +
    #iconfenxiaoguanli
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan4
    +
  • + +
  • + +
    文章管理
    +
    #iconwenzhangguanli
    +
  • + +
  • + +
    订单管理
    +
    #icondingdanguanli
    +
  • + +
  • + +
    短信配置
    +
    #iconduanxinpeizhi
    +
  • + +
  • + +
    商业授权
    +
    #iconshangyeshouquan
    +
  • + +
  • + +
    微信支付
    +
    #iconweixinzhifu
    +
  • + +
  • + +
    支付宝
    +
    #iconzhifubao
    +
  • + +
  • + +
    宫格
    +
    #icongongge
    +
  • + +
  • + +
    列表
    +
    #iconliebiao
    +
  • + +
  • + +
    收银台-收银
    +
    #iconshouyintai-shouyin1
    +
  • + +
  • + +
    收银台-订单
    +
    #iconshouyintai-dingdan1
    +
  • + +
  • + +
    收银台-核销
    +
    #iconshouyintai-hexiao1
    +
  • + +
  • + +
    收银台-桌码
    +
    #iconshouyintai-zhuoma
    +
  • + +
  • + +
    收银台-退货
    +
    #iconshouyintai-tuihuo1
    +
  • + +
  • + +
    收银台-用户
    +
    #iconshouyintai-yonghu
    +
  • + +
  • + +
    收银台-挂单
    +
    #iconshouyintai-guadan1
    +
  • + +
  • + +
    收银台-充值
    +
    #iconshouyintai-chongzhi1
    +
  • + +
  • + +
    渠道码
    +
    #iconqudaoma
    +
  • + +
  • + +
    表单组件-多选框
    +
    #iconbiaodanzujian-duoxuankuang
    +
  • + +
  • + +
    表单组件-日期
    +
    #iconbiaodanzujian-riqi
    +
  • + +
  • + +
    表单组件-单选框
    +
    #iconbiaodanzujian-danxuankuang
    +
  • + +
  • + +
    表单组件-单行文本
    +
    #iconbiaodanzujian-danhangwenben
    +
  • + +
  • + +
    表单组件-日期范围
    +
    #iconbiaodanzujian-riqifanwei
    +
  • + +
  • + +
    表单组件-时间
    +
    #iconbiaodanzujian-shijian
    +
  • + +
  • + +
    表单组件-下拉框
    +
    #iconbiaodanzujian-xialakuang
    +
  • + +
  • + +
    表单组件-时间范围
    +
    #iconbiaodanzujian-shijianfanwei
    +
  • + +
  • + +
    表单组件-图片
    +
    #iconbiaodanzujian-tupian
    +
  • + +
  • + +
    表单组件-城市
    +
    #iconbiaodanzujian-chengshi
    +
  • + +
  • + +
    当前积分
    +
    #icondangqianjifen
    +
  • + +
  • + +
    累计积分
    +
    #iconleijijifen
    +
  • + +
  • + +
    发起人数
    +
    #iconfaqirenshu
    +
  • + +
  • + +
    剩余库存
    +
    #iconshengyukucun
    +
  • + +
  • + +
    推广人数
    +
    #icontuiguangrenshu
    +
  • + +
  • + +
    砍价成功
    +
    #iconkanjiachenggong
    +
  • + +
  • + +
    成团数
    +
    #iconchengtuanshu
    +
  • + +
  • + +
    参与人数
    +
    #iconcanyurenshu
    +
  • + +
  • + +
    下单人数
    +
    #iconxiadanrenshu
    +
  • + +
  • + +
    消耗积分
    +
    #iconxiaohaojifen
    +
  • + +
  • + +
    支付订单
    +
    #iconzhifudingdan
    +
  • + +
  • + +
    支付人数
    +
    #iconzhifurenshu
    +
  • + +
  • + +
    新人礼
    +
    #iconxinrenli2
    +
  • + +
  • + +
    会员激活
    +
    #iconhuiyuanjihuo
    +
  • + +
  • + +
    样式二
    +
    #iconyangshier
    +
  • + +
  • + +
    样式一
    +
    #iconyangshiyi
    +
  • + +
  • + +
    组合- banner
    +
    #icona-zuhe-banner1
    +
  • + +
  • + +
    组合组件
    +
    #icontupianmofang2
    +
  • + +
  • + +
    图片魔方
    +
    #iconshangpinfenlei1
    +
  • + +
  • + +
    配置引导
    +
    #iconpeizhiyindao1
    +
  • + +
  • + +
    余额充值
    +
    #iconyuechongzhi
    +
  • + +
  • + +
    优惠套餐
    +
    #iconyouhuitaocan
    +
  • + +
  • + +
    组合-分类
    +
    #iconzuhe-fenlei
    +
  • + +
  • + +
    配置引导
    +
    #iconpeizhiyindao
    +
  • + +
  • + +
    短视频
    +
    #iconduanshipin1
    +
  • + +
  • + +
    第n件n折
    +
    #icondinjiannzhe
    +
  • + +
  • + +
    活动背景图
    +
    #iconhuodongbeijingtu
    +
  • + +
  • + +
    积分商城
    +
    #iconjifenshangcheng
    +
  • + +
  • + +
    活动边框
    +
    #iconhuodongbiankuang
    +
  • + +
  • + +
    砍价活动
    +
    #iconkanjiahuodong
    +
  • + +
  • + +
    九宫格抽奖
    +
    #iconjiugonggechoujiang
    +
  • + +
  • + +
    满送活动
    +
    #iconmansonghuodong
    +
  • + +
  • + +
    满减满折
    +
    #iconmanjianmanzhe
    +
  • + +
  • + +
    每日签到
    +
    #iconmeiriqiandao
    +
  • + +
  • + +
    文章
    +
    #iconwenzhang
    +
  • + +
  • + +
    秒杀活动
    +
    #iconmiaoshahuodong
    +
  • + +
  • + +
    拼团活动
    +
    #iconpintuanhuodong
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan3
    +
  • + +
  • + +
    直播
    +
    #iconzhibo
    +
  • + +
  • + +
    限时折扣
    +
    #iconxianshizhekou
    +
  • + +
  • + +
    图片魔方
    +
    #icontupianmofang1
    +
  • + +
  • + +
    热卖排行
    +
    #iconremaipaihang
    +
  • + +
  • + +
    用户信息
    +
    #iconyonghuxinxi
    +
  • + +
  • + +
    视频样式2
    +
    #iconshipinyangshi2
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti3
    +
  • + +
  • + +
    视频样式1
    +
    #iconshipinyangshi1
    +
  • + +
  • + +
    定位1
    +
    #icondingwei1
    +
  • + +
  • + +
    搜索1
    +
    #iconsousuo11
    +
  • + +
  • + +
    手机
    +
    #iconshouji1
    +
  • + +
  • + +
    二维码
    +
    #iconerweima
    +
  • + +
  • + +
    搜索
    +
    #iconsousuo1
    +
  • + +
  • + +
    定位
    +
    #icondingwei
    +
  • + +
  • + +
    视频点赞-已点
    +
    #iconshipindianzan-yidian
    +
  • + +
  • + +
    视频点赞-未点
    +
    #iconshipindianzan-weidian
    +
  • + +
  • + +
    顶部导航
    +
    #icondingbudaohang
    +
  • + +
  • + +
    短视频
    +
    #iconduanshipin
    +
  • + +
  • + +
    新人礼
    +
    #iconxinrenli
    +
  • + +
  • + +
    购物车
    +
    #icongouwuche
    +
  • + +
  • + +
    分享
    +
    #iconfenxiang
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia2
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan3
    +
  • + +
  • + +
    客服
    +
    #iconkefu2
    +
  • + +
  • + +
    收 藏
    +
    #icona-shoucang
    +
  • + +
  • + +
    门店
    +
    #iconmendian
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha3
    +
  • + +
  • + +
    退款订单量
    +
    #icontuikuandingdanliang
    +
  • + +
  • + +
    订单量
    +
    #icondingdanliang
    +
  • + +
  • + +
    订单金额
    +
    #icondingdanjine
    +
  • + +
  • + +
    退款金额
    +
    #icontuikuanjine
    +
  • + +
  • + +
    statis
    +
    #icontongji
    +
  • + +
  • + +
    表格1
    +
    #iconbiaoge1
    +
  • + +
  • + +
    返回
    +
    #iconfanhui1
    +
  • + +
  • + +
    pc-积分
    +
    #iconpc-jifen
    +
  • + +
  • + +
    pc-优惠券
    +
    #iconpc-youhuiquan
    +
  • + +
  • + +
    收银台
    +
    #iconshouyintai
    +
  • + +
  • + +
    +
    #iconjia
    +
  • + +
  • + +
    +
    #iconjian
    +
  • + +
  • + +
    crmeb2
    +
    #iconcrmeb1
    +
  • + +
  • + +
    左右
    +
    #iconzuoyou
    +
  • + +
  • + +
    上下
    +
    #iconshangxia
    +
  • + +
  • + +
    当前群成员
    +
    #icondangqianqunchengyuan
    +
  • + +
  • + +
    今日退群
    +
    #iconjinrituiqun
    +
  • + +
  • + +
    今日新增
    +
    #iconjinrixinzeng
    +
  • + +
  • + +
    累计退群
    +
    #iconleijituiqun
    +
  • + +
  • + +
    店铺街
    +
    #icondianpujie
    +
  • + +
  • + +
    图片
    +
    #icontupian4
    +
  • + +
  • + +
    收银台-微信、支付宝
    +
    #icona-shouyintai-weixinzhifubao
    +
  • + +
  • + +
    收银台-现金收款
    +
    #iconshouyintai-xianjinshoukuan
    +
  • + +
  • + +
    收银台-形状
    +
    #iconshouyintai-xingzhuang
    +
  • + +
  • + +
    收银台-刷新
    +
    #iconshouyintai-shuaxin
    +
  • + +
  • + +
    收银台-密码
    +
    #iconshouyintai-mima
    +
  • + +
  • + +
    收银台-企业微信
    +
    #iconshouyintai-qiyeweixin
    +
  • + +
  • + +
    收银台-店员
    +
    #iconshouyintai-dianyuan
    +
  • + +
  • + +
    收银台-清空
    +
    #iconshouyintai-qingkong
    +
  • + +
  • + +
    收银台-筛选
    +
    #iconshouyintai-shaixuan
    +
  • + +
  • + +
    收银台-微信
    +
    #iconshouyintai-weixin
    +
  • + +
  • + +
    收银台-账号
    +
    #iconshouyintai-zhanghao
    +
  • + +
  • + +
    收银台-眼睛
    +
    #iconshouyintai-yanjing
    +
  • + +
  • + +
    自定义菜单
    +
    #iconzidingyicaidan
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben3
    +
  • + +
  • + +
    种草社区
    +
    #iconzhongcaoshequ1
    +
  • + +
  • + +
    预售
    +
    #iconyushou1
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo3
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao2
    +
  • + +
  • + +
    专题
    +
    #iconzhuanti
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai2
    +
  • + +
  • + +
    助力
    +
    #iconzhuli
    +
  • + +
  • + +
    搜索框
    +
    #iconsousuokuang
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha2
    +
  • + +
  • + +
    推荐组
    +
    #icontuijianzu
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu2
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan2
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao2
    +
  • + +
  • + +
    商品分类
    +
    #iconshangpinfenlei
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao2
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan2
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian2
    +
  • + +
  • + +
    在线客服
    +
    #iconzaixiankefu
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti2
    +
  • + +
  • + +
    轮播图
    +
    #iconlunbotu
    +
  • + +
  • + +
    图片魔方
    +
    #icontupianmofang
    +
  • + +
  • + +
    版权
    +
    #iconbanquan
    +
  • + +
  • + +
    菜单收起
    +
    #iconcaidanshouqi
    +
  • + +
  • + +
    菜单展开
    +
    #iconcaidanzhankai
    +
  • + +
  • + +
    订单
    +
    #icondingdan
    +
  • + +
  • + +
    app
    +
    #iconapp
    +
  • + +
  • + +
    PC
    +
    #iconPC
    +
  • + +
  • + +
    小程序
    +
    #iconxiaochengxu
    +
  • + +
  • + +
    公众号
    +
    #icongongzhonghao
    +
  • + +
  • + +
    h5
    +
    #iconh5
    +
  • + +
  • + +
    视频
    +
    #iconshipin
    +
  • + +
  • + +
    切换会员
    +
    #iconqiehuanhuiyuan
    +
  • + +
  • + +
    挂单
    +
    #iconguadan
    +
  • + +
  • + +
    核销订单金额
    +
    #iconhexiaodingdanjine
    +
  • + +
  • + +
    门店订单金额
    +
    #iconmendiandingdanjine
    +
  • + +
  • + +
    门店成交用户数
    +
    #iconmendianchengjiaoyonghushu
    +
  • + +
  • + +
    付费会员金额
    +
    #iconfufeihuiyuanjine
    +
  • + +
  • + +
    收银订单金额
    +
    #iconshouyindingdanjine
    +
  • + +
  • + +
    门店新增用户数
    +
    #iconmendianxinzengyonghushu
    +
  • + +
  • + +
    会员卡激活数
    +
    #iconhuiyuankajihuoshu
    +
  • + +
  • + +
    新增用户数
    +
    #iconxinzengyonghushu1
    +
  • + +
  • + +
    分配订单金额
    +
    #iconfenpeidingdanjine
    +
  • + +
  • + +
    余额消耗金额
    +
    #iconyuexiaohaojine
    +
  • + +
  • + +
    二维码-新个人中心
    +
    #iconerweima-xingerenzhongxin
    +
  • + +
  • + +
    回删
    +
    #iconhuishan
    +
  • + +
  • + +
    商品数量-加
    +
    #iconshangpinshuliang-jia
    +
  • + +
  • + +
    商品数量-减
    +
    #iconshangpinshuliang-jian
    +
  • + +
  • + +
    图片广告
    +
    #icontupianguanggao1
    +
  • + +
  • + +
    搜素框
    +
    #iconsousukuang1
    +
  • + +
  • + +
    文章列表
    +
    #iconwenzhangliebiao1
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan1
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao1
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan1
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo1
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha1
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao1
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu1
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti1
    +
  • + +
  • + +
    分类导航
    +
    #iconfenleidaohang1
    +
  • + +
  • + +
    促销列表
    +
    #iconcuxiaoliebiao1
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai1
    +
  • + +
  • + +
    活动魔方
    +
    #iconhuodongmofang1
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao1
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia1
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian1
    +
  • + +
  • + +
    客服
    +
    #iconkefu1
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben1
    +
  • + +
  • + +
    单图
    +
    #icondantu
    +
  • + +
  • + +
    拉伸
    +
    #iconlashen
    +
  • + +
  • + +
    平铺
    +
    #iconpingpu
    +
  • + +
  • + +
    售后-退款-蓝
    +
    #iconshouhou-tuikuan-lan
    +
  • + +
  • + +
    代付款-蓝
    +
    #icondaifukuan-lan
    +
  • + +
  • + +
    待收货-蓝
    +
    #icondaishouhuo-lan
    +
  • + +
  • + +
    待评价-蓝
    +
    #icondaipingjia-lan
    +
  • + +
  • + +
    待发货-蓝
    +
    #icondaifahuo-lan
    +
  • + +
  • + +
    待付款-橘
    +
    #icondaifukuan-ju
    +
  • + +
  • + +
    售后-退款-橘
    +
    #iconshouhou-tuikuan-ju
    +
  • + +
  • + +
    待收货-橘
    +
    #icondaishouhuo-ju
    +
  • + +
  • + +
    待评价-橘
    +
    #icondaipingjia-ju
    +
  • + +
  • + +
    待发货-橘
    +
    #icondaifahuo-ju
    +
  • + +
  • + +
    待评价-粉
    +
    #icondaipingjia-fen
    +
  • + +
  • + +
    待收货-粉
    +
    #icondaishouhuo-fen
    +
  • + +
  • + +
    代付款-粉
    +
    #icondaifukuan-fen
    +
  • + +
  • + +
    待发货-粉
    +
    #icondaifahuo-fen
    +
  • + +
  • + +
    售后:退款-粉
    +
    #icona-shouhoutuikuan-fen
    +
  • + +
  • + +
    待发货-绿
    +
    #icondaifahuo-lv
    +
  • + +
  • + +
    待收货-绿
    +
    #icondaishouhuo-lv
    +
  • + +
  • + +
    代付款-绿
    +
    #icondaifukuan-lv
    +
  • + +
  • + +
    待评价-绿
    +
    #icondaipingjia-lv
    +
  • + +
  • + +
    售后-退款-绿
    +
    #iconshouhou-tuikuan-lv
    +
  • + +
  • + +
    待付款
    +
    #icondaifukuan1
    +
  • + +
  • + +
    待评价
    +
    #icondaipingjia1
    +
  • + +
  • + +
    售后_退款
    +
    #iconshouhou_tuikuan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo1
    +
  • + +
  • + +
    待收货
    +
    #icondaishouhuo1
    +
  • + +
  • + +
    设置
    +
    #iconshezhi
    +
  • + +
  • + +
    s-客服
    +
    #icons-kefu
    +
  • + +
  • + +
    多行
    +
    #iconduohang
    +
  • + +
  • + +
    4个
    +
    #icon4ge1
    +
  • + +
  • + +
    5个
    +
    #icon5ge1
    +
  • + +
  • + +
    大圆角
    +
    #icondayuanjiao
    +
  • + +
  • + +
    3个
    +
    #icon3ge1
    +
  • + +
  • + +
    单行
    +
    #icondanhang
    +
  • + +
  • + +
    左右图文
    +
    #iconzuoyoutuwen
    +
  • + +
  • + +
    样式8
    +
    #iconyangshi8
    +
  • + +
  • + +
    样式9
    +
    #iconyangshi9
    +
  • + +
  • + +
    样式1
    +
    #iconyangshi1
    +
  • + +
  • + +
    样式4
    +
    #iconyangshi4
    +
  • + +
  • + +
    样式5
    +
    #iconyangshi5
    +
  • + +
  • + +
    样式6
    +
    #iconyangshi6
    +
  • + +
  • + +
    样式2
    +
    #iconyangshi2
    +
  • + +
  • + +
    样式7
    +
    #iconyangshi7
    +
  • + +
  • + +
    样式3
    +
    #iconyangshi3
    +
  • + +
  • + +
    数字
    +
    #iconshuzi
    +
  • + +
  • + +
    禁用
    +
    #iconjinyong
    +
  • + +
  • + +
    4个
    +
    #icon4ge
    +
  • + +
  • + +
    3个
    +
    #icon3ge
    +
  • + +
  • + +
    5个
    +
    #icon5ge
    +
  • + +
  • + +
    2行
    +
    #icon2hang
    +
  • + +
  • + +
    3行
    +
    #icon3hang
    +
  • + +
  • + +
    4行
    +
    #icon4hang
    +
  • + +
  • + +
    下移
    +
    #iconxiayi
    +
  • + +
  • + +
    上移
    +
    #iconshangyi
    +
  • + +
  • + +
    删除
    +
    #iconshanchu2
    +
  • + +
  • + +
    复制
    +
    #iconfuzhi
    +
  • + +
  • + +
    最新
    +
    #iconzuixin
    +
  • + +
  • + +
    选中
    +
    #iconxuanzhong6
    +
  • + +
  • + +
    添加
    +
    #icontianjia
    +
  • + +
  • + +
    编辑
    +
    #iconbianji2
    +
  • + +
  • + +
    更多展开
    +
    #icongengduozhankai1
    +
  • + +
  • + +
    图片
    +
    #icontupian3
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing2
    +
  • + +
  • + +
    话术
    +
    #iconhuashu1
    +
  • + +
  • + +
    商品退款金额
    +
    #iconshangpintuikuanjine
    +
  • + +
  • + +
    交易金额
    +
    #iconjiaoyijine
    +
  • + +
  • + +
    余额支付金额
    +
    #iconyuezhifujine
    +
  • + +
  • + +
    支付佣金金额
    +
    #iconzhifuyongjinjine
    +
  • + +
  • + +
    线下收银金额
    +
    #iconxianxiashouyinjine
    +
  • + +
  • + +
    聊天
    +
    #iconliaotian
    +
  • + +
  • + +
    编辑 (1)
    +
    #iconbianji11
    +
  • + +
  • + +
    进入
    +
    #iconjinru
    +
  • + +
  • + +
    返回
    +
    #iconfanhui
    +
  • + +
  • + +
    更多
    +
    #icongengduo
    +
  • + +
  • + +
    发送
    +
    #iconfasong
    +
  • + +
  • + +
    +
    #iconcha1
    +
  • + +
  • + +
    密码
    +
    #iconmima
    +
  • + +
  • + +
    搜索
    +
    #iconsousuo
    +
  • + +
  • + +
    手机
    +
    #iconshouji
    +
  • + +
  • + +
    退出
    +
    #icontuichu
    +
  • + +
  • + +
    商品信息
    +
    #iconshangpinxinxi
    +
  • + +
  • + +
    账号
    +
    #iconzhanghao
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing
    +
  • + +
  • + +
    更多展开
    +
    #icongengduozhankai
    +
  • + +
  • + +
    话术
    +
    #iconhuashu
    +
  • + +
  • + +
    图片
    +
    #icontupian2
    +
  • + +
  • + +
    添加 (1) (1)
    +
    #icontianjia11
    +
  • + +
  • + +
    编辑 (1)
    +
    #iconbianji1
    +
  • + +
  • + +
    设置 (1)
    +
    #iconshezhi1
    +
  • + +
  • + +
    删除
    +
    #iconshanchu1
    +
  • + +
  • + +
    加号
    +
    #iconjiahao
    +
  • + +
  • + +
    +
    #iconcha
    +
  • + +
  • + +
    删除
    +
    #iconshanchu
    +
  • + +
  • + +
    编辑
    +
    #iconbianji
    +
  • + +
  • + +
    对号
    +
    #iconduihao
    +
  • + +
  • + +
    待评价
    +
    #icondaipingjia
    +
  • + +
  • + +
    待收货
    +
    #icondaishouhuo
    +
  • + +
  • + +
    售后-退款
    +
    #iconshouhou-tuikuan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo
    +
  • + +
  • + +
    待付款
    +
    #icondaifukuan
    +
  • + +
  • + +
    转接
    +
    #iconzhuanjie
    +
  • + +
  • + +
    浏览器
    +
    #iconliulanqi
    +
  • + +
  • + +
    访客数
    +
    #iconfangkeshu
    +
  • + +
  • + +
    访问量
    +
    #iconfangwenliang
    +
  • + +
  • + +
    成交用户数
    +
    #iconchengjiaoyonghushu
    +
  • + +
  • + +
    充值件数
    +
    #iconchongzhijianshu
    +
  • + +
  • + +
    成本金额
    +
    #iconchengbenjine
    +
  • + +
  • + +
    付费会员数
    +
    #iconfufeihuiyuanshu
    +
  • + +
  • + +
    充值用户数
    +
    #iconchongzhiyonghushu
    +
  • + +
  • + +
    购买会员金额
    +
    #icongoumaihuiyuanjine
    +
  • + +
  • + +
    访客-支付转化率
    +
    #iconfangke-zhifuzhuanhuashuai
    +
  • + +
  • + +
    净增用户
    +
    #iconjingzengyonghu
    +
  • + +
  • + +
    客单价
    +
    #iconkedanjia
    +
  • + +
  • + +
    加购件数
    +
    #iconjiagoujianshu
    +
  • + +
  • + +
    累计充值用户
    +
    #iconleijichongzhiyonghu
    +
  • + +
  • + +
    累计成交用户
    +
    #iconleijichengjiaoyonghu
    +
  • + +
  • + +
    累计会员数
    +
    #iconleijihuiyuanshu
    +
  • + +
  • + +
    商品浏览量
    +
    #iconshangpinliulanliang
    +
  • + +
  • + +
    商品支付金额
    +
    #iconshangpinzhifujine
    +
  • + +
  • + +
    退款件数
    +
    #icontuikuanjianshu
    +
  • + +
  • + +
    累计关注用户
    +
    #iconleijiguanzhuyonghu
    +
  • + +
  • + +
    退款
    +
    #icontuikuan
    +
  • + +
  • + +
    下单件数
    +
    #iconxiadanjianshu
    +
  • + +
  • + +
    累计取关用户
    +
    #iconleijiquguanyonghu
    +
  • + +
  • + +
    累计用户
    +
    #iconleijiyonghu
    +
  • + +
  • + +
    新增取关用户
    +
    #iconxinzengquguanyonghu
    +
  • + +
  • + +
    商品访客数
    +
    #iconshangpinfangkeshu
    +
  • + +
  • + +
    新增用户数
    +
    #iconxinzengyonghushu
    +
  • + +
  • + +
    新增关注用户
    +
    #iconxinzengguanzhuyonghu
    +
  • + +
  • + +
    支付金额
    +
    #iconzhifujine
    +
  • + +
  • + +
    营业额
    +
    #iconyingyee
    +
  • + +
  • + +
    支付件数
    +
    #iconzhifujianshu
    +
  • + +
  • + +
    支出金额
    +
    #iconzhichujine
    +
  • + +
  • + +
    关机
    +
    #iconguanji
    +
  • + +
  • + +
    声音 静音 线性
    +
    #iconshengyinjingyinxianxing
    +
  • + +
  • + +
    声音
    +
    #iconshengyinyinliang
    +
  • + +
  • + +
    关闭
    +
    #iconguanbi5
    +
  • + +
  • + +
    图片
    +
    #icontupian1
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing1
    +
  • + +
  • + +
    账号密码
    +
    #iconzhanghaomima
    +
  • + +
  • + +
    二维码
    +
    #iconerweima2
    +
  • + +
  • + +
    矩形
    +
    #iconjuxing
    +
  • + +
  • + +
    自动选择
    +
    #iconzidongxuanze
    +
  • + +
  • + +
    手动选择
    +
    #iconshoudongxuanze
    +
  • + +
  • + +
    单列
    +
    #icondanlie
    +
  • + +
  • + +
    两列
    +
    #iconlianglie
    +
  • + +
  • + +
    三列
    +
    #iconsanlie
    +
  • + +
  • + +
    直播中
    +
    #iconzhibozhong
    +
  • + +
  • + +
    已结束
    +
    #iconyijieshu
    +
  • + +
  • + +
    未开始
    +
    #iconweikaishi
    +
  • + +
  • + +
    drag2
    +
    #icondrag2
    +
  • + +
  • + +
    banner_3~
    +
    #iconbanner_3
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo
    +
  • + +
  • + +
    Solid line
    +
    #iconSolidline
    +
  • + +
  • + +
    Dotted line
    +
    #iconDottedline
    +
  • + +
  • + +
    Dot line
    +
    #iconDotline
    +
  • + +
  • + +
    drop-down
    +
    #icondrop-down
    +
  • + +
  • + +
    Dot
    +
    #iconDot
    +
  • + +
  • + +
    Square point
    +
    #iconSquarepoint
    +
  • + +
  • + +
    del_2
    +
    #icondel_2
    +
  • + +
  • + +
    add to
    +
    #iconaddto
    +
  • + +
  • + +
    del_1
    +
    #icondel_1
    +
  • + +
  • + +
    drag
    +
    #icondrag
    +
  • + +
  • + +
    Comm_number
    +
    #iconComm_number
    +
  • + +
  • + +
    Comm_whole
    +
    #iconComm_whole
    +
  • + +
  • + +
    Comm_Price
    +
    #iconComm_Price
    +
  • + +
  • + +
    Pic_square
    +
    #iconPic_square
    +
  • + +
  • + +
    Pic_fillet
    +
    #iconPic_fillet
    +
  • + +
  • + +
    search_2
    +
    #iconsearch_2
    +
  • + +
  • + +
    search_1
    +
    #iconsearch_1
    +
  • + +
  • + +
    banner_2
    +
    #iconbanner_2
    +
  • + +
  • + +
    Pic_small
    +
    #iconPic_small
    +
  • + +
  • + +
    Pic_big
    +
    #iconPic_big
    +
  • + +
  • + +
    banner_1
    +
    #iconbanner_1
    +
  • + +
  • + +
    doc_skew
    +
    #icondoc_skew
    +
  • + +
  • + +
    doc_bold
    +
    #icondoc_bold
    +
  • + +
  • + +
    doc_general
    +
    #icondoc_general
    +
  • + +
  • + +
    five
    +
    #iconfive
    +
  • + +
  • + +
    Four
    +
    #iconFour
    +
  • + +
  • + +
    doc_center
    +
    #icondoc_center
    +
  • + +
  • + +
    doc_right
    +
    #icondoc_right
    +
  • + +
  • + +
    doc_left
    +
    #icondoc_left
    +
  • + +
  • + +
    图片
    +
    #icontupian
    +
  • + +
  • + +
    客服
    +
    #iconkefu
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai
    +
  • + +
  • + +
    分类导航
    +
    #iconfenleidaohang
    +
  • + +
  • + +
    促销列表
    +
    #iconcuxiaoliebiao
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao
    +
  • + +
  • + +
    活动魔方
    +
    #iconhuodongmofang
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan
    +
  • + +
  • + +
    搜素框
    +
    #iconsousukuang
    +
  • + +
  • + +
    图片广告
    +
    #icontupianguanggao
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao
    +
  • + +
  • + +
    文章列表
    +
    #iconwenzhangliebiao
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan
    +
  • + +
+
+

Symbol 引用

+
+ +

这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章 + 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:

+
    +
  • 支持多色图标了,不再受单色限制。
  • +
  • 通过一些技巧,支持像字体那样,通过 font-size, color 来调整样式。
  • +
  • 兼容性较差,支持 IE9+,及现代浏览器。
  • +
  • 浏览器渲染 SVG 的性能一般,还不如 png。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 symbol 代码:

+
<script src="./iconfont.js"></script>
+
+

第二步:加入通用 CSS 代码(引入一次就行):

+
<style>
+.icon {
+  width: 1em;
+  height: 1em;
+  vertical-align: -0.15em;
+  fill: currentColor;
+  overflow: hidden;
+}
+</style>
+
+

第三步:挑选相应图标并获取类名,应用于页面:

+
<svg class="icon" aria-hidden="true">
+  <use xlink:href="#icon-xxx"></use>
+</svg>
+
+
+
+ +
+
+ + + diff --git a/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.css b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.css new file mode 100644 index 0000000..090c20e --- /dev/null +++ b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.css @@ -0,0 +1,1927 @@ +@font-face { + font-family: "iconfont"; /* Project id 1945396 */ + src: url('iconfont.woff2?t=1703040607868') format('woff2'), + url('iconfont.woff?t=1703040607868') format('woff'), + url('iconfont.ttf?t=1703040607868') format('truetype'); +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icondaifahuo-jifen:before { + content: "\e78c"; +} + +.iconic_fire:before { + content: "\e78b"; +} + +.iconfuxuankuang-weixuanzhong:before { + content: "\e78f"; +} + +.iconfuzhi1:before { + content: "\e787"; +} + +.iconcaozuo-zhengti:before { + content: "\e788"; +} + +.iconcaozuo-bianjiao:before { + content: "\e789"; +} + +.iconbofang:before { + content: "\e78a"; +} + +.iconyoushangjiao:before { + content: "\e77d"; +} + +.iconguanbi:before { + content: "\e77e"; +} + +.iconxia:before { + content: "\e77f"; +} + +.iconxingzhuangjiehe:before { + content: "\e780"; +} + +.iconxianshi:before { + content: "\e781"; +} + +.iconwancheng:before { + content: "\e782"; +} + +.iconshanchu3:before { + content: "\e783"; +} + +.iconshang:before { + content: "\e784"; +} + +.iconjiahao1:before { + content: "\e785"; +} + +.iconfuxuankuang-xuanzhong:before { + content: "\e786"; +} + +.iconyouxiajiao:before { + content: "\e75a"; +} + +.iconyincang:before { + content: "\e76f"; +} + +.icongouwuche1:before { + content: "\e779"; +} + +.iconyou:before { + content: "\e77a"; +} + +.iconzuoshangjiao:before { + content: "\e77b"; +} + +.iconzuoxiajiao:before { + content: "\e77c"; +} + +.iconzujian-gongzhonghao:before { + content: "\e759"; +} + +.iconzujian-pintuan:before { + content: "\e770"; +} + +.iconzujian-shangpinxuanxiangka:before { + content: "\e771"; +} + +.iconzujian-qiandao:before { + content: "\e772"; +} + +.iconzujian-xuanfuanniu:before { + content: "\e773"; +} + +.iconzujian-xuanxiangka1:before { + content: "\e774"; +} + +.iconzujian-jifenshangcheng:before { + content: "\e775"; +} + +.iconzujian-kanjia:before { + content: "\e776"; +} + +.iconzujian-requ:before { + content: "\e777"; +} + +.iconzujian-duanshipin:before { + content: "\e778"; +} + +.iconzujian-xinrenzhuanxiang:before { + content: "\e755"; +} + +.iconzujian-paihangbang:before { + content: "\e76a"; +} + +.iconzujian-yonghuxinxi:before { + content: "\e76b"; +} + +.iconzujian-yushou:before { + content: "\e76e"; +} + +.iconzujian-dianpujie:before { + content: "\e735"; +} + +.iconzujian-daohangzu:before { + content: "\e736"; +} + +.iconzujian-biaoti:before { + content: "\e737"; +} + +.iconzujian-fuzhukongbai:before { + content: "\e738"; +} + +.iconzujian-tupianmofang:before { + content: "\e73a"; +} + +.iconzujian-shangpinfenlei:before { + content: "\e745"; +} + +.iconzujian-wenzhangliebiao:before { + content: "\e746"; +} + +.iconzujian-shangpinliebiao:before { + content: "\e747"; +} + +.iconzujian-lunbotu:before { + content: "\e748"; +} + +.iconzujian-xiaochengxuzhibo:before { + content: "\e749"; +} + +.iconzujian-fuwenben:before { + content: "\e74a"; +} + +.iconzujian-shipin:before { + content: "\e74b"; +} + +.iconzujian-sousuokuang:before { + content: "\e74c"; +} + +.iconzujian-zhongcaoshequ:before { + content: "\e74d"; +} + +.iconzujian-xuanfucaidan:before { + content: "\e74e"; +} + +.iconzujian-miaosha:before { + content: "\e74f"; +} + +.iconzujian-youhuiquan:before { + content: "\e750"; +} + +.iconzujian-xinwenbobao:before { + content: "\e751"; +} + +.iconzujian-xuanxiangka:before { + content: "\e752"; +} + +.iconzujian-zuhezujian:before { + content: "\e753"; +} + +.iconzujian-fuzhuxian:before { + content: "\e754"; +} + +.iconzujian-dibucaidan:before { + content: "\e734"; +} + +.icondaifahuo2:before { + content: "\e732"; +} + +.icondaichuli-yonghufankui:before { + content: "\e733"; +} + +.icondaituikuan:before { + content: "\e726"; +} + +.icondaishenhe-tixian:before { + content: "\e727"; +} + +.icondaishenhe-shanghuruzhu:before { + content: "\e728"; +} + +.icondaishenhe-shequneirong:before { + content: "\e729"; +} + +.iconjingjiekucun:before { + content: "\e72a"; +} + +.icondaishenhe-zhuanzhang:before { + content: "\e72b"; +} + +.iconputongshangpin:before { + content: "\e72c"; +} + +.iconshouqingshangpin:before { + content: "\e72d"; +} + +.icondaihexiao-fenxiaolibao:before { + content: "\e72e"; +} + +.icondaihuifu:before { + content: "\e72f"; +} + +.icondaikaipiao:before { + content: "\e730"; +} + +.icondaihexiao:before { + content: "\e731"; +} + +.iconzaishoushangpin:before { + content: "\e724"; +} + +.iconhuodongshangpin:before { + content: "\e725"; +} + +.iconxitongshezhi:before { + content: "\e71e"; +} + +.iconyonghuguanli:before { + content: "\e71f"; +} + +.iconshangpin:before { + content: "\e720"; +} + +.iconfenxiaoguanli:before { + content: "\e721"; +} + +.iconyouhuiquan4:before { + content: "\e722"; +} + +.iconwenzhangguanli:before { + content: "\e723"; +} + +.icondingdanguanli:before { + content: "\e71c"; +} + +.iconduanxinpeizhi:before { + content: "\e71d"; +} + +.iconshangyeshouquan:before { + content: "\e71b"; +} + +.iconweixinzhifu:before { + content: "\e719"; +} + +.iconzhifubao:before { + content: "\e71a"; +} + +.icongongge:before { + content: "\e718"; +} + +.iconliebiao:before { + content: "\e717"; +} + +.iconshouyintai-shouyin1:before { + content: "\e707"; +} + +.iconshouyintai-dingdan1:before { + content: "\e708"; +} + +.iconshouyintai-hexiao1:before { + content: "\e709"; +} + +.iconshouyintai-zhuoma:before { + content: "\e711"; +} + +.iconshouyintai-tuihuo1:before { + content: "\e712"; +} + +.iconshouyintai-yonghu:before { + content: "\e713"; +} + +.iconshouyintai-guadan1:before { + content: "\e714"; +} + +.iconshouyintai-chongzhi1:before { + content: "\e716"; +} + +.iconqudaoma:before { + content: "\e6da"; +} + +.iconbiaodanzujian-duoxuankuang:before { + content: "\e6c9"; +} + +.iconbiaodanzujian-riqi:before { + content: "\e6ca"; +} + +.iconbiaodanzujian-danxuankuang:before { + content: "\e6cb"; +} + +.iconbiaodanzujian-danhangwenben:before { + content: "\e6cc"; +} + +.iconbiaodanzujian-riqifanwei:before { + content: "\e6cd"; +} + +.iconbiaodanzujian-shijian:before { + content: "\e6ce"; +} + +.iconbiaodanzujian-xialakuang:before { + content: "\e6cf"; +} + +.iconbiaodanzujian-shijianfanwei:before { + content: "\e6d0"; +} + +.iconbiaodanzujian-tupian:before { + content: "\e6d1"; +} + +.iconbiaodanzujian-chengshi:before { + content: "\e6d2"; +} + +.icondangqianjifen:before { + content: "\e6bb"; +} + +.iconleijijifen:before { + content: "\e6be"; +} + +.iconfaqirenshu:before { + content: "\e6bf"; +} + +.iconshengyukucun:before { + content: "\e6c0"; +} + +.icontuiguangrenshu:before { + content: "\e6c1"; +} + +.iconkanjiachenggong:before { + content: "\e6c2"; +} + +.iconchengtuanshu:before { + content: "\e6c3"; +} + +.iconcanyurenshu:before { + content: "\e6c4"; +} + +.iconxiadanrenshu:before { + content: "\e6c5"; +} + +.iconxiaohaojifen:before { + content: "\e6c6"; +} + +.iconzhifudingdan:before { + content: "\e6c7"; +} + +.iconzhifurenshu:before { + content: "\e6c8"; +} + +.iconxinrenli2:before { + content: "\e6bd"; +} + +.iconhuiyuanjihuo:before { + content: "\e6bc"; +} + +.iconyangshier:before { + content: "\e69c"; +} + +.iconyangshiyi:before { + content: "\e69d"; +} + +.icona-zuhe-banner1:before { + content: "\e8fe"; +} + +.icontupianmofang2:before { + content: "\e8fb"; +} + +.iconshangpinfenlei1:before { + content: "\e8fc"; +} + +.iconpeizhiyindao1:before { + content: "\e8f8"; +} + +.iconyuechongzhi:before { + content: "\e8f5"; +} + +.iconyouhuitaocan:before { + content: "\e8f6"; +} + +.iconzuhe-fenlei:before { + content: "\e8ea"; +} + +.iconpeizhiyindao:before { + content: "\e8e9"; +} + +.iconduanshipin1:before { + content: "\e8d9"; +} + +.icondinjiannzhe:before { + content: "\e8da"; +} + +.iconhuodongbeijingtu:before { + content: "\e8db"; +} + +.iconjifenshangcheng:before { + content: "\e8dc"; +} + +.iconhuodongbiankuang:before { + content: "\e8dd"; +} + +.iconkanjiahuodong:before { + content: "\e8de"; +} + +.iconjiugonggechoujiang:before { + content: "\e8df"; +} + +.iconmansonghuodong:before { + content: "\e8e0"; +} + +.iconmanjianmanzhe:before { + content: "\e8e1"; +} + +.iconmeiriqiandao:before { + content: "\e8e2"; +} + +.iconwenzhang:before { + content: "\e8e3"; +} + +.iconmiaoshahuodong:before { + content: "\e8e4"; +} + +.iconpintuanhuodong:before { + content: "\e8e5"; +} + +.iconyouhuiquan3:before { + content: "\e8e6"; +} + +.iconzhibo:before { + content: "\e8e7"; +} + +.iconxianshizhekou:before { + content: "\e8e8"; +} + +.icontupianmofang1:before { + content: "\e710"; +} + +.iconremaipaihang:before { + content: "\e70c"; +} + +.iconyonghuxinxi:before { + content: "\e82e"; +} + +.iconshipinyangshi2:before { + content: "\e829"; +} + +.iconbiaoti3:before { + content: "\e82a"; +} + +.iconshipinyangshi1:before { + content: "\e82b"; +} + +.icondingwei1:before { + content: "\e82c"; +} + +.iconsousuo11:before { + content: "\e82d"; +} + +.iconshouji1:before { + content: "\e828"; +} + +.iconerweima:before { + content: "\e823"; +} + +.iconsousuo1:before { + content: "\e824"; +} + +.icondingwei:before { + content: "\e825"; +} + +.iconshipindianzan-yidian:before { + content: "\e826"; +} + +.iconshipindianzan-weidian:before { + content: "\e827"; +} + +.icondingbudaohang:before { + content: "\e81e"; +} + +.iconduanshipin:before { + content: "\e81f"; +} + +.iconxinrenli:before { + content: "\e820"; +} + +.icongouwuche:before { + content: "\e816"; +} + +.iconfenxiang:before { + content: "\e817"; +} + +.iconkanjia2:before { + content: "\e818"; +} + +.iconpintuan3:before { + content: "\e819"; +} + +.iconkefu2:before { + content: "\e81a"; +} + +.icona-shoucang:before { + content: "\e81b"; +} + +.iconmendian:before { + content: "\e81c"; +} + +.iconmiaosha3:before { + content: "\e81d"; +} + +.icontuikuandingdanliang:before { + content: "\e7d1"; +} + +.icondingdanliang:before { + content: "\e7d2"; +} + +.icondingdanjine:before { + content: "\e7d3"; +} + +.icontuikuanjine:before { + content: "\e7d4"; +} + +.icontongji:before { + content: "\e70a"; +} + +.iconbiaoge1:before { + content: "\e70b"; +} + +.iconfanhui1:before { + content: "\e7c8"; +} + +.iconpc-jifen:before { + content: "\e7e3"; +} + +.iconpc-youhuiquan:before { + content: "\e7e4"; +} + +.iconshouyintai:before { + content: "\e7c7"; +} + +.iconjia:before { + content: "\e7c5"; +} + +.iconjian:before { + content: "\e7c6"; +} + +.iconcrmeb1:before { + content: "\e739"; +} + +.iconzuoyou:before { + content: "\e7ba"; +} + +.iconshangxia:before { + content: "\e7bb"; +} + +.icondangqianqunchengyuan:before { + content: "\e7b7"; +} + +.iconjinrituiqun:before { + content: "\e7b8"; +} + +.iconjinrixinzeng:before { + content: "\e7b9"; +} + +.iconleijituiqun:before { + content: "\e7b6"; +} + +.icondianpujie:before { + content: "\e692"; +} + +.icontupian4:before { + content: "\e7b5"; +} + +.icona-shouyintai-weixinzhifubao:before { + content: "\e7a9"; +} + +.iconshouyintai-xianjinshoukuan:before { + content: "\e7ad"; +} + +.iconshouyintai-xingzhuang:before { + content: "\e7ae"; +} + +.iconshouyintai-shuaxin:before { + content: "\e7a3"; +} + +.iconshouyintai-mima:before { + content: "\e7a4"; +} + +.iconshouyintai-qiyeweixin:before { + content: "\e7a5"; +} + +.iconshouyintai-dianyuan:before { + content: "\e7a6"; +} + +.iconshouyintai-qingkong:before { + content: "\e7a7"; +} + +.iconshouyintai-shaixuan:before { + content: "\e7a8"; +} + +.iconshouyintai-weixin:before { + content: "\e7aa"; +} + +.iconshouyintai-zhanghao:before { + content: "\e7ab"; +} + +.iconshouyintai-yanjing:before { + content: "\e7ac"; +} + +.iconzidingyicaidan:before { + content: "\e68a"; +} + +.iconfuwenben3:before { + content: "\e688"; +} + +.iconzhongcaoshequ1:before { + content: "\e685"; +} + +.iconyushou1:before { + content: "\e69a"; +} + +.iconxiaochengxuzhibo3:before { + content: "\e69b"; +} + +.iconguanzhugongzhonghao2:before { + content: "\e684"; +} + +.iconzhuanti:before { + content: "\e686"; +} + +.iconfuzhukongbai2:before { + content: "\e687"; +} + +.iconzhuli:before { + content: "\e689"; +} + +.iconsousuokuang:before { + content: "\e68b"; +} + +.iconmiaosha2:before { + content: "\e68c"; +} + +.icontuijianzu:before { + content: "\e68d"; +} + +.icondaohangzu2:before { + content: "\e68e"; +} + +.iconpintuan2:before { + content: "\e68f"; +} + +.iconshangpinliebiao2:before { + content: "\e690"; +} + +.iconshangpinfenlei:before { + content: "\e691"; +} + +.iconxinwenbobao2:before { + content: "\e693"; +} + +.iconyouhuiquan2:before { + content: "\e694"; +} + +.iconfuzhuxian2:before { + content: "\e695"; +} + +.iconzaixiankefu:before { + content: "\e696"; +} + +.iconbiaoti2:before { + content: "\e697"; +} + +.iconlunbotu:before { + content: "\e698"; +} + +.icontupianmofang:before { + content: "\e699"; +} + +.iconbanquan:before { + content: "\e793"; +} + +.iconcaidanshouqi:before { + content: "\e791"; +} + +.iconcaidanzhankai:before { + content: "\e792"; +} + +.icondingdan:before { + content: "\e760"; +} + +.iconapp:before { + content: "\e75b"; +} + +.iconPC:before { + content: "\e75c"; +} + +.iconxiaochengxu:before { + content: "\e75d"; +} + +.icongongzhonghao:before { + content: "\e75e"; +} + +.iconh5:before { + content: "\e75f"; +} + +.iconshipin:before { + content: "\e758"; +} + +.iconqiehuanhuiyuan:before { + content: "\e757"; +} + +.iconguadan:before { + content: "\e756"; +} + +.iconhexiaodingdanjine:before { + content: "\e73c"; +} + +.iconmendiandingdanjine:before { + content: "\e73b"; +} + +.iconmendianchengjiaoyonghushu:before { + content: "\e73d"; +} + +.iconfufeihuiyuanjine:before { + content: "\e73e"; +} + +.iconshouyindingdanjine:before { + content: "\e73f"; +} + +.iconmendianxinzengyonghushu:before { + content: "\e740"; +} + +.iconhuiyuankajihuoshu:before { + content: "\e741"; +} + +.iconxinzengyonghushu1:before { + content: "\e742"; +} + +.iconfenpeidingdanjine:before { + content: "\e743"; +} + +.iconyuexiaohaojine:before { + content: "\e744"; +} + +.iconerweima-xingerenzhongxin:before { + content: "\e715"; +} + +.iconhuishan:before { + content: "\e70f"; +} + +.iconshangpinshuliang-jia:before { + content: "\e70e"; +} + +.iconshangpinshuliang-jian:before { + content: "\e70d"; +} + +.icontupianguanggao1:before { + content: "\e6fe"; +} + +.iconsousukuang1:before { + content: "\e6ff"; +} + +.iconwenzhangliebiao1:before { + content: "\e700"; +} + +.iconpintuan1:before { + content: "\e701"; +} + +.iconshangpinliebiao1:before { + content: "\e702"; +} + +.iconyouhuiquan1:before { + content: "\e703"; +} + +.iconxiaochengxuzhibo1:before { + content: "\e704"; +} + +.iconmiaosha1:before { + content: "\e705"; +} + +.iconxinwenbobao1:before { + content: "\e706"; +} + +.icondaohangzu1:before { + content: "\e6f3"; +} + +.iconbiaoti1:before { + content: "\e6f4"; +} + +.iconfenleidaohang1:before { + content: "\e6f5"; +} + +.iconcuxiaoliebiao1:before { + content: "\e6f6"; +} + +.iconfuzhukongbai1:before { + content: "\e6f7"; +} + +.iconhuodongmofang1:before { + content: "\e6f8"; +} + +.iconguanzhugongzhonghao1:before { + content: "\e6f9"; +} + +.iconkanjia1:before { + content: "\e6fa"; +} + +.iconfuzhuxian1:before { + content: "\e6fb"; +} + +.iconkefu1:before { + content: "\e6fc"; +} + +.iconfuwenben1:before { + content: "\e6fd"; +} + +.icondantu:before { + content: "\e6f0"; +} + +.iconlashen:before { + content: "\e6f1"; +} + +.iconpingpu:before { + content: "\e6f2"; +} + +.iconshouhou-tuikuan-lan:before { + content: "\e6ea"; +} + +.icondaifukuan-lan:before { + content: "\e6eb"; +} + +.icondaishouhuo-lan:before { + content: "\e6ec"; +} + +.icondaipingjia-lan:before { + content: "\e6ee"; +} + +.icondaifahuo-lan:before { + content: "\e6ef"; +} + +.icondaifukuan-ju:before { + content: "\e6e5"; +} + +.iconshouhou-tuikuan-ju:before { + content: "\e6e6"; +} + +.icondaishouhuo-ju:before { + content: "\e6e7"; +} + +.icondaipingjia-ju:before { + content: "\e6e8"; +} + +.icondaifahuo-ju:before { + content: "\e6e9"; +} + +.icondaipingjia-fen:before { + content: "\e6e0"; +} + +.icondaishouhuo-fen:before { + content: "\e6e1"; +} + +.icondaifukuan-fen:before { + content: "\e6e2"; +} + +.icondaifahuo-fen:before { + content: "\e6e3"; +} + +.icona-shouhoutuikuan-fen:before { + content: "\e6e4"; +} + +.icondaifahuo-lv:before { + content: "\e6db"; +} + +.icondaishouhuo-lv:before { + content: "\e6dc"; +} + +.icondaifukuan-lv:before { + content: "\e6dd"; +} + +.icondaipingjia-lv:before { + content: "\e6de"; +} + +.iconshouhou-tuikuan-lv:before { + content: "\e6df"; +} + +.icondaifukuan1:before { + content: "\e6d5"; +} + +.icondaipingjia1:before { + content: "\e6d6"; +} + +.iconshouhou_tuikuan:before { + content: "\e6d7"; +} + +.icondaifahuo1:before { + content: "\e6d8"; +} + +.icondaishouhuo1:before { + content: "\e6d9"; +} + +.iconshezhi:before { + content: "\e6d4"; +} + +.icons-kefu:before { + content: "\e6d3"; +} + +.iconduohang:before { + content: "\e6b4"; +} + +.icon4ge1:before { + content: "\e6b5"; +} + +.icon5ge1:before { + content: "\e6b6"; +} + +.icondayuanjiao:before { + content: "\e6b7"; +} + +.icon3ge1:before { + content: "\e6b8"; +} + +.icondanhang:before { + content: "\e6b9"; +} + +.iconzuoyoutuwen:before { + content: "\e6b3"; +} + +.iconyangshi8:before { + content: "\e6b1"; +} + +.iconyangshi9:before { + content: "\e6b2"; +} + +.iconyangshi1:before { + content: "\e6aa"; +} + +.iconyangshi4:before { + content: "\e6ab"; +} + +.iconyangshi5:before { + content: "\e6ac"; +} + +.iconyangshi6:before { + content: "\e6ad"; +} + +.iconyangshi2:before { + content: "\e6ae"; +} + +.iconyangshi7:before { + content: "\e6af"; +} + +.iconyangshi3:before { + content: "\e6b0"; +} + +.iconshuzi:before { + content: "\e6a8"; +} + +.iconjinyong:before { + content: "\e6a9"; +} + +.icon4ge:before { + content: "\e6a5"; +} + +.icon3ge:before { + content: "\e6a6"; +} + +.icon5ge:before { + content: "\e6a7"; +} + +.icon2hang:before { + content: "\e6a2"; +} + +.icon3hang:before { + content: "\e6a3"; +} + +.icon4hang:before { + content: "\e6a4"; +} + +.iconxiayi:before { + content: "\e69e"; +} + +.iconshangyi:before { + content: "\e6a1"; +} + +.iconshanchu2:before { + content: "\e69f"; +} + +.iconfuzhi:before { + content: "\e6a0"; +} + +.iconzuixin:before { + content: "\e683"; +} + +.iconxuanzhong6:before { + content: "\e76d"; +} + +.icontianjia:before { + content: "\e76c"; +} + +.iconbianji2:before { + content: "\e682"; +} + +.icongengduozhankai1:before { + content: "\e67e"; +} + +.icontupian3:before { + content: "\e67f"; +} + +.iconbiaoqing2:before { + content: "\e680"; +} + +.iconhuashu1:before { + content: "\e681"; +} + +.iconshangpintuikuanjine:before { + content: "\e679"; +} + +.iconjiaoyijine:before { + content: "\e67a"; +} + +.iconyuezhifujine:before { + content: "\e67b"; +} + +.iconzhifuyongjinjine:before { + content: "\e67c"; +} + +.iconxianxiashouyinjine:before { + content: "\e67d"; +} + +.iconliaotian:before { + content: "\e769"; +} + +.iconbianji11:before { + content: "\e678"; +} + +.iconjinru:before { + content: "\e676"; +} + +.iconfanhui:before { + content: "\e677"; +} + +.icongengduo:before { + content: "\e66d"; +} + +.iconfasong:before { + content: "\e66e"; +} + +.iconcha1:before { + content: "\e66f"; +} + +.iconmima:before { + content: "\e670"; +} + +.iconsousuo:before { + content: "\e671"; +} + +.iconshouji:before { + content: "\e672"; +} + +.icontuichu:before { + content: "\e673"; +} + +.iconshangpinxinxi:before { + content: "\e674"; +} + +.iconzhanghao:before { + content: "\e675"; +} + +.iconbiaoqing:before { + content: "\e668"; +} + +.icongengduozhankai:before { + content: "\e669"; +} + +.iconhuashu:before { + content: "\e66b"; +} + +.icontupian2:before { + content: "\e66c"; +} + +.icontianjia11:before { + content: "\e662"; +} + +.iconbianji1:before { + content: "\e663"; +} + +.iconshezhi1:before { + content: "\e664"; +} + +.iconshanchu1:before { + content: "\e665"; +} + +.iconjiahao:before { + content: "\e666"; +} + +.iconcha:before { + content: "\e667"; +} + +.iconshanchu:before { + content: "\e767"; +} + +.iconbianji:before { + content: "\e768"; +} + +.iconduihao:before { + content: "\e6ba"; +} + +.icondaipingjia:before { + content: "\e65d"; +} + +.icondaishouhuo:before { + content: "\e65e"; +} + +.iconshouhou-tuikuan:before { + content: "\e65f"; +} + +.icondaifahuo:before { + content: "\e660"; +} + +.icondaifukuan:before { + content: "\e661"; +} + +.iconzhuanjie:before { + content: "\e766"; +} + +.iconliulanqi:before { + content: "\e65c"; +} + +.iconfangkeshu:before { + content: "\e63f"; +} + +.iconfangwenliang:before { + content: "\e642"; +} + +.iconchengjiaoyonghushu:before { + content: "\e63d"; +} + +.iconchongzhijianshu:before { + content: "\e63e"; +} + +.iconchengbenjine:before { + content: "\e640"; +} + +.iconfufeihuiyuanshu:before { + content: "\e641"; +} + +.iconchongzhiyonghushu:before { + content: "\e643"; +} + +.icongoumaihuiyuanjine:before { + content: "\e644"; +} + +.iconfangke-zhifuzhuanhuashuai:before { + content: "\e645"; +} + +.iconjingzengyonghu:before { + content: "\e646"; +} + +.iconkedanjia:before { + content: "\e647"; +} + +.iconjiagoujianshu:before { + content: "\e648"; +} + +.iconleijichongzhiyonghu:before { + content: "\e649"; +} + +.iconleijichengjiaoyonghu:before { + content: "\e64a"; +} + +.iconleijihuiyuanshu:before { + content: "\e64b"; +} + +.iconshangpinliulanliang:before { + content: "\e64c"; +} + +.iconshangpinzhifujine:before { + content: "\e64d"; +} + +.icontuikuanjianshu:before { + content: "\e64e"; +} + +.iconleijiguanzhuyonghu:before { + content: "\e64f"; +} + +.icontuikuan:before { + content: "\e650"; +} + +.iconxiadanjianshu:before { + content: "\e651"; +} + +.iconleijiquguanyonghu:before { + content: "\e652"; +} + +.iconleijiyonghu:before { + content: "\e653"; +} + +.iconxinzengquguanyonghu:before { + content: "\e654"; +} + +.iconshangpinfangkeshu:before { + content: "\e655"; +} + +.iconxinzengyonghushu:before { + content: "\e656"; +} + +.iconxinzengguanzhuyonghu:before { + content: "\e657"; +} + +.iconzhifujine:before { + content: "\e658"; +} + +.iconyingyee:before { + content: "\e659"; +} + +.iconzhifujianshu:before { + content: "\e65a"; +} + +.iconzhichujine:before { + content: "\e65b"; +} + +.iconguanji:before { + content: "\e6ed"; +} + +.iconshengyinjingyinxianxing:before { + content: "\e94f"; +} + +.iconshengyinyinliang:before { + content: "\e66a"; +} + +.iconguanbi5:before { + content: "\e761"; +} + +.icontupian1:before { + content: "\e762"; +} + +.iconbiaoqing1:before { + content: "\e764"; +} + +.iconzhanghaomima:before { + content: "\e763"; +} + +.iconerweima2:before { + content: "\e765"; +} + +.iconjuxing:before { + content: "\e628"; +} + +.iconzidongxuanze:before { + content: "\e625"; +} + +.iconshoudongxuanze:before { + content: "\e626"; +} + +.icondanlie:before { + content: "\e622"; +} + +.iconlianglie:before { + content: "\e623"; +} + +.iconsanlie:before { + content: "\e624"; +} + +.iconzhibozhong:before { + content: "\e621"; +} + +.iconyijieshu:before { + content: "\e61f"; +} + +.iconweikaishi:before { + content: "\e620"; +} + +.icondrag2:before { + content: "\e61e"; +} + +.iconbanner_3:before { + content: "\e613"; +} + +.iconxiaochengxuzhibo:before { + content: "\e63c"; +} + +.iconSolidline:before { + content: "\e61b"; +} + +.iconDottedline:before { + content: "\e61c"; +} + +.iconDotline:before { + content: "\e61d"; +} + +.icondrop-down:before { + content: "\e619"; +} + +.iconDot:before { + content: "\e605"; +} + +.iconSquarepoint:before { + content: "\e60d"; +} + +.icondel_2:before { + content: "\e608"; +} + +.iconaddto:before { + content: "\e60c"; +} + +.icondel_1:before { + content: "\e610"; +} + +.icondrag:before { + content: "\e617"; +} + +.iconComm_number:before { + content: "\e600"; +} + +.iconComm_whole:before { + content: "\e603"; +} + +.iconComm_Price:before { + content: "\e616"; +} + +.iconPic_square:before { + content: "\e60e"; +} + +.iconPic_fillet:before { + content: "\e60f"; +} + +.iconsearch_2:before { + content: "\e615"; +} + +.iconsearch_1:before { + content: "\e618"; +} + +.iconbanner_2:before { + content: "\e602"; +} + +.iconPic_small:before { + content: "\e609"; +} + +.iconPic_big:before { + content: "\e60a"; +} + +.iconbanner_1:before { + content: "\e60b"; +} + +.icondoc_skew:before { + content: "\e601"; +} + +.icondoc_bold:before { + content: "\e604"; +} + +.icondoc_general:before { + content: "\e61a"; +} + +.iconfive:before { + content: "\e606"; +} + +.iconFour:before { + content: "\e614"; +} + +.icondoc_center:before { + content: "\e607"; +} + +.icondoc_right:before { + content: "\e611"; +} + +.icondoc_left:before { + content: "\e612"; +} + +.icontupian:before { + content: "\e63b"; +} + +.iconkefu:before { + content: "\e633"; +} + +.iconfuzhuxian:before { + content: "\e63a"; +} + +.iconbiaoti:before { + content: "\e627"; +} + +.icondaohangzu:before { + content: "\e629"; +} + +.iconfuzhukongbai:before { + content: "\e62a"; +} + +.iconfenleidaohang:before { + content: "\e62b"; +} + +.iconcuxiaoliebiao:before { + content: "\e62c"; +} + +.iconkanjia:before { + content: "\e62d"; +} + +.iconguanzhugongzhonghao:before { + content: "\e62e"; +} + +.iconhuodongmofang:before { + content: "\e62f"; +} + +.iconfuwenben:before { + content: "\e630"; +} + +.iconmiaosha:before { + content: "\e631"; +} + +.iconshangpinliebiao:before { + content: "\e632"; +} + +.iconpintuan:before { + content: "\e634"; +} + +.iconsousukuang:before { + content: "\e635"; +} + +.icontupianguanggao:before { + content: "\e636"; +} + +.iconxinwenbobao:before { + content: "\e637"; +} + +.iconwenzhangliebiao:before { + content: "\e638"; +} + +.iconyouhuiquan:before { + content: "\e639"; +} + diff --git a/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.js b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.js new file mode 100644 index 0000000..ba927e3 --- /dev/null +++ b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.js @@ -0,0 +1 @@ +window._iconfont_svg_string_1945396='',function(h){var a=(a=document.getElementsByTagName("script"))[a.length-1],l=a.getAttribute("data-injectcss"),a=a.getAttribute("data-disable-injectsvg");if(!a){var c,i,o,v,z,t=function(a,l){l.parentNode.insertBefore(a,l)};if(l&&!h.__iconfont__svg__cssinject__){h.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(a){console&&console.log(a)}}c=function(){var a,l=document.createElement("div");l.innerHTML=h._iconfont_svg_string_1945396,(l=l.getElementsByTagName("svg")[0])&&(l.setAttribute("aria-hidden","true"),l.style.position="absolute",l.style.width=0,l.style.height=0,l.style.overflow="hidden",l=l,(a=document.body).firstChild?t(l,a.firstChild):a.appendChild(l))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(c,0):(i=function(){document.removeEventListener("DOMContentLoaded",i,!1),c()},document.addEventListener("DOMContentLoaded",i,!1)):document.attachEvent&&(o=c,v=h.document,z=!1,p(),v.onreadystatechange=function(){"complete"==v.readyState&&(v.onreadystatechange=null,s())})}function s(){z||(z=!0,o())}function p(){try{v.documentElement.doScroll("left")}catch(a){return void setTimeout(p,50)}s()}}(window); \ No newline at end of file diff --git a/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.json b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.json new file mode 100644 index 0000000..61ce8db --- /dev/null +++ b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.json @@ -0,0 +1,3355 @@ +{ + "id": "1945396", + "name": "后台图标", + "font_family": "iconfont", + "css_prefix_text": "icon", + "description": "", + "glyphs": [ + { + "icon_id": "38535244", + "name": "待发货-积分", + "font_class": "daifahuo-jifen", + "unicode": "e78c", + "unicode_decimal": 59276 + }, + { + "icon_id": "37847260", + "name": "ic_fire", + "font_class": "ic_fire", + "unicode": "e78b", + "unicode_decimal": 59275 + }, + { + "icon_id": "38319510", + "name": "复选框-未选中", + "font_class": "fuxuankuang-weixuanzhong", + "unicode": "e78f", + "unicode_decimal": 59279 + }, + { + "icon_id": "38319398", + "name": "复制", + "font_class": "fuzhi1", + "unicode": "e787", + "unicode_decimal": 59271 + }, + { + "icon_id": "38319394", + "name": "操作-整体", + "font_class": "caozuo-zhengti", + "unicode": "e788", + "unicode_decimal": 59272 + }, + { + "icon_id": "38319396", + "name": "操作-边角", + "font_class": "caozuo-bianjiao", + "unicode": "e789", + "unicode_decimal": 59273 + }, + { + "icon_id": "38319395", + "name": "播放", + "font_class": "bofang", + "unicode": "e78a", + "unicode_decimal": 59274 + }, + { + "icon_id": "38319409", + "name": "右上角", + "font_class": "youshangjiao", + "unicode": "e77d", + "unicode_decimal": 59261 + }, + { + "icon_id": "38319401", + "name": "关闭", + "font_class": "guanbi", + "unicode": "e77e", + "unicode_decimal": 59262 + }, + { + "icon_id": "38319407", + "name": "下", + "font_class": "xia", + "unicode": "e77f", + "unicode_decimal": 59263 + }, + { + "icon_id": "38319406", + "name": "形状结合", + "font_class": "xingzhuangjiehe", + "unicode": "e780", + "unicode_decimal": 59264 + }, + { + "icon_id": "38319408", + "name": "显示", + "font_class": "xianshi", + "unicode": "e781", + "unicode_decimal": 59265 + }, + { + "icon_id": "38319404", + "name": "完成", + "font_class": "wancheng", + "unicode": "e782", + "unicode_decimal": 59266 + }, + { + "icon_id": "38319405", + "name": "删除", + "font_class": "shanchu3", + "unicode": "e783", + "unicode_decimal": 59267 + }, + { + "icon_id": "38319402", + "name": "上", + "font_class": "shang", + "unicode": "e784", + "unicode_decimal": 59268 + }, + { + "icon_id": "38319399", + "name": "加号", + "font_class": "jiahao1", + "unicode": "e785", + "unicode_decimal": 59269 + }, + { + "icon_id": "38319397", + "name": "复选框-选中", + "font_class": "fuxuankuang-xuanzhong", + "unicode": "e786", + "unicode_decimal": 59270 + }, + { + "icon_id": "38319416", + "name": "右下角", + "font_class": "youxiajiao", + "unicode": "e75a", + "unicode_decimal": 59226 + }, + { + "icon_id": "38319415", + "name": "隐藏", + "font_class": "yincang", + "unicode": "e76f", + "unicode_decimal": 59247 + }, + { + "icon_id": "38319410", + "name": "购物车", + "font_class": "gouwuche1", + "unicode": "e779", + "unicode_decimal": 59257 + }, + { + "icon_id": "38319413", + "name": "右", + "font_class": "you", + "unicode": "e77a", + "unicode_decimal": 59258 + }, + { + "icon_id": "38319411", + "name": "左上角", + "font_class": "zuoshangjiao", + "unicode": "e77b", + "unicode_decimal": 59259 + }, + { + "icon_id": "38319412", + "name": "左下角", + "font_class": "zuoxiajiao", + "unicode": "e77c", + "unicode_decimal": 59260 + }, + { + "icon_id": "38312575", + "name": "组件-公众号", + "font_class": "zujian-gongzhonghao", + "unicode": "e759", + "unicode_decimal": 59225 + }, + { + "icon_id": "38312038", + "name": "组件-拼团", + "font_class": "zujian-pintuan", + "unicode": "e770", + "unicode_decimal": 59248 + }, + { + "icon_id": "38312042", + "name": "组件-商品选项卡", + "font_class": "zujian-shangpinxuanxiangka", + "unicode": "e771", + "unicode_decimal": 59249 + }, + { + "icon_id": "38312041", + "name": "组件-签到", + "font_class": "zujian-qiandao", + "unicode": "e772", + "unicode_decimal": 59250 + }, + { + "icon_id": "38312040", + "name": "组件-悬浮按钮", + "font_class": "zujian-xuanfuanniu", + "unicode": "e773", + "unicode_decimal": 59251 + }, + { + "icon_id": "38312043", + "name": "组件-选项卡", + "font_class": "zujian-xuanxiangka1", + "unicode": "e774", + "unicode_decimal": 59252 + }, + { + "icon_id": "38312039", + "name": "组件-积分商城", + "font_class": "zujian-jifenshangcheng", + "unicode": "e775", + "unicode_decimal": 59253 + }, + { + "icon_id": "38312036", + "name": "组件-砍价", + "font_class": "zujian-kanjia", + "unicode": "e776", + "unicode_decimal": 59254 + }, + { + "icon_id": "38312037", + "name": "组件-热区", + "font_class": "zujian-requ", + "unicode": "e777", + "unicode_decimal": 59255 + }, + { + "icon_id": "38312035", + "name": "组件-短视频", + "font_class": "zujian-duanshipin", + "unicode": "e778", + "unicode_decimal": 59256 + }, + { + "icon_id": "38312050", + "name": "组件-新人专享", + "font_class": "zujian-xinrenzhuanxiang", + "unicode": "e755", + "unicode_decimal": 59221 + }, + { + "icon_id": "38312047", + "name": "组件-排行榜", + "font_class": "zujian-paihangbang", + "unicode": "e76a", + "unicode_decimal": 59242 + }, + { + "icon_id": "38312044", + "name": "组件-用户信息", + "font_class": "zujian-yonghuxinxi", + "unicode": "e76b", + "unicode_decimal": 59243 + }, + { + "icon_id": "38312045", + "name": "组件-预售", + "font_class": "zujian-yushou", + "unicode": "e76e", + "unicode_decimal": 59246 + }, + { + "icon_id": "35661916", + "name": "组件-店铺街", + "font_class": "zujian-dianpujie", + "unicode": "e735", + "unicode_decimal": 59189 + }, + { + "icon_id": "35661917", + "name": "组件-导航组", + "font_class": "zujian-daohangzu", + "unicode": "e736", + "unicode_decimal": 59190 + }, + { + "icon_id": "35661918", + "name": "组件-标题", + "font_class": "zujian-biaoti", + "unicode": "e737", + "unicode_decimal": 59191 + }, + { + "icon_id": "35661919", + "name": "组件-辅助空白", + "font_class": "zujian-fuzhukongbai", + "unicode": "e738", + "unicode_decimal": 59192 + }, + { + "icon_id": "35661921", + "name": "组件-图片魔方", + "font_class": "zujian-tupianmofang", + "unicode": "e73a", + "unicode_decimal": 59194 + }, + { + "icon_id": "35661922", + "name": "组件-商品分类", + "font_class": "zujian-shangpinfenlei", + "unicode": "e745", + "unicode_decimal": 59205 + }, + { + "icon_id": "35661923", + "name": "组件-文章列表", + "font_class": "zujian-wenzhangliebiao", + "unicode": "e746", + "unicode_decimal": 59206 + }, + { + "icon_id": "35661924", + "name": "组件-商品列表", + "font_class": "zujian-shangpinliebiao", + "unicode": "e747", + "unicode_decimal": 59207 + }, + { + "icon_id": "35661925", + "name": "组件-轮播图", + "font_class": "zujian-lunbotu", + "unicode": "e748", + "unicode_decimal": 59208 + }, + { + "icon_id": "35661926", + "name": "组件-小程序直播", + "font_class": "zujian-xiaochengxuzhibo", + "unicode": "e749", + "unicode_decimal": 59209 + }, + { + "icon_id": "35661927", + "name": "组件-富文本", + "font_class": "zujian-fuwenben", + "unicode": "e74a", + "unicode_decimal": 59210 + }, + { + "icon_id": "35661928", + "name": "组件-视频", + "font_class": "zujian-shipin", + "unicode": "e74b", + "unicode_decimal": 59211 + }, + { + "icon_id": "35661929", + "name": "组件-搜索框", + "font_class": "zujian-sousuokuang", + "unicode": "e74c", + "unicode_decimal": 59212 + }, + { + "icon_id": "35661930", + "name": "组件-种草社区", + "font_class": "zujian-zhongcaoshequ", + "unicode": "e74d", + "unicode_decimal": 59213 + }, + { + "icon_id": "35661931", + "name": "组件-悬浮菜单", + "font_class": "zujian-xuanfucaidan", + "unicode": "e74e", + "unicode_decimal": 59214 + }, + { + "icon_id": "35661932", + "name": "组件-秒杀", + "font_class": "zujian-miaosha", + "unicode": "e74f", + "unicode_decimal": 59215 + }, + { + "icon_id": "35661933", + "name": "组件-优惠券", + "font_class": "zujian-youhuiquan", + "unicode": "e750", + "unicode_decimal": 59216 + }, + { + "icon_id": "35661934", + "name": "组件-新闻播报", + "font_class": "zujian-xinwenbobao", + "unicode": "e751", + "unicode_decimal": 59217 + }, + { + "icon_id": "35661935", + "name": "组件-选项卡", + "font_class": "zujian-xuanxiangka", + "unicode": "e752", + "unicode_decimal": 59218 + }, + { + "icon_id": "35661936", + "name": "组件-轮播搜索", + "font_class": "zujian-zuhezujian", + "unicode": "e753", + "unicode_decimal": 59219 + }, + { + "icon_id": "35668796", + "name": "组件-辅助线", + "font_class": "zujian-fuzhuxian", + "unicode": "e754", + "unicode_decimal": 59220 + }, + { + "icon_id": "35661915", + "name": "组件-底部菜单", + "font_class": "zujian-dibucaidan", + "unicode": "e734", + "unicode_decimal": 59188 + }, + { + "icon_id": "37924879", + "name": "待发货", + "font_class": "daifahuo2", + "unicode": "e732", + "unicode_decimal": 59186 + }, + { + "icon_id": "37924880", + "name": "待处理-用户反馈", + "font_class": "daichuli-yonghufankui", + "unicode": "e733", + "unicode_decimal": 59187 + }, + { + "icon_id": "37924897", + "name": "待退款", + "font_class": "daituikuan", + "unicode": "e726", + "unicode_decimal": 59174 + }, + { + "icon_id": "37924896", + "name": "待审核-提现", + "font_class": "daishenhe-tixian", + "unicode": "e727", + "unicode_decimal": 59175 + }, + { + "icon_id": "37924895", + "name": "待审核-商户入驻", + "font_class": "daishenhe-shanghuruzhu", + "unicode": "e728", + "unicode_decimal": 59176 + }, + { + "icon_id": "37924894", + "name": "待审核-社区内容", + "font_class": "daishenhe-shequneirong", + "unicode": "e729", + "unicode_decimal": 59177 + }, + { + "icon_id": "37924892", + "name": "警戒库存", + "font_class": "jingjiekucun", + "unicode": "e72a", + "unicode_decimal": 59178 + }, + { + "icon_id": "37924890", + "name": "待审核-转账", + "font_class": "daishenhe-zhuanzhang", + "unicode": "e72b", + "unicode_decimal": 59179 + }, + { + "icon_id": "37924888", + "name": "普通商品", + "font_class": "putongshangpin", + "unicode": "e72c", + "unicode_decimal": 59180 + }, + { + "icon_id": "37924889", + "name": "售罄商品", + "font_class": "shouqingshangpin", + "unicode": "e72d", + "unicode_decimal": 59181 + }, + { + "icon_id": "37924885", + "name": "待核销-分销礼包", + "font_class": "daihexiao-fenxiaolibao", + "unicode": "e72e", + "unicode_decimal": 59182 + }, + { + "icon_id": "37924884", + "name": "待回复", + "font_class": "daihuifu", + "unicode": "e72f", + "unicode_decimal": 59183 + }, + { + "icon_id": "37924881", + "name": "待开票", + "font_class": "daikaipiao", + "unicode": "e730", + "unicode_decimal": 59184 + }, + { + "icon_id": "37924882", + "name": "待核销", + "font_class": "daihexiao", + "unicode": "e731", + "unicode_decimal": 59185 + }, + { + "icon_id": "37924898", + "name": "在售商品", + "font_class": "zaishoushangpin", + "unicode": "e724", + "unicode_decimal": 59172 + }, + { + "icon_id": "37924893", + "name": "活动商品", + "font_class": "huodongshangpin", + "unicode": "e725", + "unicode_decimal": 59173 + }, + { + "icon_id": "37107583", + "name": "系统设置", + "font_class": "xitongshezhi", + "unicode": "e71e", + "unicode_decimal": 59166 + }, + { + "icon_id": "37107582", + "name": "用户管理", + "font_class": "yonghuguanli", + "unicode": "e71f", + "unicode_decimal": 59167 + }, + { + "icon_id": "37107581", + "name": "商品", + "font_class": "shangpin", + "unicode": "e720", + "unicode_decimal": 59168 + }, + { + "icon_id": "37107580", + "name": "分销管理", + "font_class": "fenxiaoguanli", + "unicode": "e721", + "unicode_decimal": 59169 + }, + { + "icon_id": "37107579", + "name": "优惠券", + "font_class": "youhuiquan4", + "unicode": "e722", + "unicode_decimal": 59170 + }, + { + "icon_id": "37107578", + "name": "文章管理", + "font_class": "wenzhangguanli", + "unicode": "e723", + "unicode_decimal": 59171 + }, + { + "icon_id": "37107577", + "name": "订单管理", + "font_class": "dingdanguanli", + "unicode": "e71c", + "unicode_decimal": 59164 + }, + { + "icon_id": "37107576", + "name": "短信配置", + "font_class": "duanxinpeizhi", + "unicode": "e71d", + "unicode_decimal": 59165 + }, + { + "icon_id": "37045864", + "name": "商业授权", + "font_class": "shangyeshouquan", + "unicode": "e71b", + "unicode_decimal": 59163 + }, + { + "icon_id": "6133627", + "name": "微信支付", + "font_class": "weixinzhifu", + "unicode": "e719", + "unicode_decimal": 59161 + }, + { + "icon_id": "6783580", + "name": "支付宝", + "font_class": "zhifubao", + "unicode": "e71a", + "unicode_decimal": 59162 + }, + { + "icon_id": "36549435", + "name": "宫格", + "font_class": "gongge", + "unicode": "e718", + "unicode_decimal": 59160 + }, + { + "icon_id": "36549353", + "name": "列表", + "font_class": "liebiao", + "unicode": "e717", + "unicode_decimal": 59159 + }, + { + "icon_id": "35446049", + "name": "收银台-收银", + "font_class": "shouyintai-shouyin1", + "unicode": "e707", + "unicode_decimal": 59143 + }, + { + "icon_id": "35446050", + "name": "收银台-订单", + "font_class": "shouyintai-dingdan1", + "unicode": "e708", + "unicode_decimal": 59144 + }, + { + "icon_id": "35446051", + "name": "收银台-核销", + "font_class": "shouyintai-hexiao1", + "unicode": "e709", + "unicode_decimal": 59145 + }, + { + "icon_id": "35446052", + "name": "收银台-桌码", + "font_class": "shouyintai-zhuoma", + "unicode": "e711", + "unicode_decimal": 59153 + }, + { + "icon_id": "35446053", + "name": "收银台-退货", + "font_class": "shouyintai-tuihuo1", + "unicode": "e712", + "unicode_decimal": 59154 + }, + { + "icon_id": "35446054", + "name": "收银台-用户", + "font_class": "shouyintai-yonghu", + "unicode": "e713", + "unicode_decimal": 59155 + }, + { + "icon_id": "35446055", + "name": "收银台-挂单", + "font_class": "shouyintai-guadan1", + "unicode": "e714", + "unicode_decimal": 59156 + }, + { + "icon_id": "35446056", + "name": "收银台-充值", + "font_class": "shouyintai-chongzhi1", + "unicode": "e716", + "unicode_decimal": 59158 + }, + { + "icon_id": "35445049", + "name": "渠道码", + "font_class": "qudaoma", + "unicode": "e6da", + "unicode_decimal": 59098 + }, + { + "icon_id": "34411016", + "name": "表单组件-多选框", + "font_class": "biaodanzujian-duoxuankuang", + "unicode": "e6c9", + "unicode_decimal": 59081 + }, + { + "icon_id": "34411017", + "name": "表单组件-日期", + "font_class": "biaodanzujian-riqi", + "unicode": "e6ca", + "unicode_decimal": 59082 + }, + { + "icon_id": "34411018", + "name": "表单组件-单选框", + "font_class": "biaodanzujian-danxuankuang", + "unicode": "e6cb", + "unicode_decimal": 59083 + }, + { + "icon_id": "34411019", + "name": "表单组件-单行文本", + "font_class": "biaodanzujian-danhangwenben", + "unicode": "e6cc", + "unicode_decimal": 59084 + }, + { + "icon_id": "34411020", + "name": "表单组件-日期范围", + "font_class": "biaodanzujian-riqifanwei", + "unicode": "e6cd", + "unicode_decimal": 59085 + }, + { + "icon_id": "34411021", + "name": "表单组件-时间", + "font_class": "biaodanzujian-shijian", + "unicode": "e6ce", + "unicode_decimal": 59086 + }, + { + "icon_id": "34411022", + "name": "表单组件-下拉框", + "font_class": "biaodanzujian-xialakuang", + "unicode": "e6cf", + "unicode_decimal": 59087 + }, + { + "icon_id": "34411023", + "name": "表单组件-时间范围", + "font_class": "biaodanzujian-shijianfanwei", + "unicode": "e6d0", + "unicode_decimal": 59088 + }, + { + "icon_id": "34411025", + "name": "表单组件-图片", + "font_class": "biaodanzujian-tupian", + "unicode": "e6d1", + "unicode_decimal": 59089 + }, + { + "icon_id": "34411033", + "name": "表单组件-城市", + "font_class": "biaodanzujian-chengshi", + "unicode": "e6d2", + "unicode_decimal": 59090 + }, + { + "icon_id": "34383552", + "name": "当前积分", + "font_class": "dangqianjifen", + "unicode": "e6bb", + "unicode_decimal": 59067 + }, + { + "icon_id": "34383553", + "name": "累计积分", + "font_class": "leijijifen", + "unicode": "e6be", + "unicode_decimal": 59070 + }, + { + "icon_id": "34383554", + "name": "发起人数", + "font_class": "faqirenshu", + "unicode": "e6bf", + "unicode_decimal": 59071 + }, + { + "icon_id": "34383555", + "name": "剩余库存", + "font_class": "shengyukucun", + "unicode": "e6c0", + "unicode_decimal": 59072 + }, + { + "icon_id": "34383556", + "name": "推广人数", + "font_class": "tuiguangrenshu", + "unicode": "e6c1", + "unicode_decimal": 59073 + }, + { + "icon_id": "34383557", + "name": "砍价成功", + "font_class": "kanjiachenggong", + "unicode": "e6c2", + "unicode_decimal": 59074 + }, + { + "icon_id": "34383558", + "name": "成团数", + "font_class": "chengtuanshu", + "unicode": "e6c3", + "unicode_decimal": 59075 + }, + { + "icon_id": "34383559", + "name": "参与人数", + "font_class": "canyurenshu", + "unicode": "e6c4", + "unicode_decimal": 59076 + }, + { + "icon_id": "34383560", + "name": "下单人数", + "font_class": "xiadanrenshu", + "unicode": "e6c5", + "unicode_decimal": 59077 + }, + { + "icon_id": "34383561", + "name": "消耗积分", + "font_class": "xiaohaojifen", + "unicode": "e6c6", + "unicode_decimal": 59078 + }, + { + "icon_id": "34383562", + "name": "支付订单", + "font_class": "zhifudingdan", + "unicode": "e6c7", + "unicode_decimal": 59079 + }, + { + "icon_id": "34383563", + "name": "支付人数", + "font_class": "zhifurenshu", + "unicode": "e6c8", + "unicode_decimal": 59080 + }, + { + "icon_id": "34194714", + "name": "新人礼", + "font_class": "xinrenli2", + "unicode": "e6bd", + "unicode_decimal": 59069 + }, + { + "icon_id": "34193147", + "name": "会员激活", + "font_class": "huiyuanjihuo", + "unicode": "e6bc", + "unicode_decimal": 59068 + }, + { + "icon_id": "33898433", + "name": "样式二", + "font_class": "yangshier", + "unicode": "e69c", + "unicode_decimal": 59036 + }, + { + "icon_id": "33898434", + "name": "样式一", + "font_class": "yangshiyi", + "unicode": "e69d", + "unicode_decimal": 59037 + }, + { + "icon_id": "33522415", + "name": "组合- banner", + "font_class": "a-zuhe-banner1", + "unicode": "e8fe", + "unicode_decimal": 59646 + }, + { + "icon_id": "33485905", + "name": "组合组件", + "font_class": "tupianmofang2", + "unicode": "e8fb", + "unicode_decimal": 59643 + }, + { + "icon_id": "33485906", + "name": "图片魔方", + "font_class": "shangpinfenlei1", + "unicode": "e8fc", + "unicode_decimal": 59644 + }, + { + "icon_id": "33389692", + "name": "配置引导", + "font_class": "peizhiyindao1", + "unicode": "e8f8", + "unicode_decimal": 59640 + }, + { + "icon_id": "33376724", + "name": "余额充值", + "font_class": "yuechongzhi", + "unicode": "e8f5", + "unicode_decimal": 59637 + }, + { + "icon_id": "33376725", + "name": "优惠套餐", + "font_class": "youhuitaocan", + "unicode": "e8f6", + "unicode_decimal": 59638 + }, + { + "icon_id": "33067917", + "name": "组合-分类", + "font_class": "zuhe-fenlei", + "unicode": "e8ea", + "unicode_decimal": 59626 + }, + { + "icon_id": "33056327", + "name": "配置引导", + "font_class": "peizhiyindao", + "unicode": "e8e9", + "unicode_decimal": 59625 + }, + { + "icon_id": "32960517", + "name": "短视频", + "font_class": "duanshipin1", + "unicode": "e8d9", + "unicode_decimal": 59609 + }, + { + "icon_id": "32960518", + "name": "第n件n折", + "font_class": "dinjiannzhe", + "unicode": "e8da", + "unicode_decimal": 59610 + }, + { + "icon_id": "32960519", + "name": "活动背景图", + "font_class": "huodongbeijingtu", + "unicode": "e8db", + "unicode_decimal": 59611 + }, + { + "icon_id": "32960520", + "name": "积分商城", + "font_class": "jifenshangcheng", + "unicode": "e8dc", + "unicode_decimal": 59612 + }, + { + "icon_id": "32960521", + "name": "活动边框", + "font_class": "huodongbiankuang", + "unicode": "e8dd", + "unicode_decimal": 59613 + }, + { + "icon_id": "32960522", + "name": "砍价活动", + "font_class": "kanjiahuodong", + "unicode": "e8de", + "unicode_decimal": 59614 + }, + { + "icon_id": "32960523", + "name": "九宫格抽奖", + "font_class": "jiugonggechoujiang", + "unicode": "e8df", + "unicode_decimal": 59615 + }, + { + "icon_id": "32960524", + "name": "满送活动", + "font_class": "mansonghuodong", + "unicode": "e8e0", + "unicode_decimal": 59616 + }, + { + "icon_id": "32960525", + "name": "满减满折", + "font_class": "manjianmanzhe", + "unicode": "e8e1", + "unicode_decimal": 59617 + }, + { + "icon_id": "32960526", + "name": "每日签到", + "font_class": "meiriqiandao", + "unicode": "e8e2", + "unicode_decimal": 59618 + }, + { + "icon_id": "32960527", + "name": "文章", + "font_class": "wenzhang", + "unicode": "e8e3", + "unicode_decimal": 59619 + }, + { + "icon_id": "32960528", + "name": "秒杀活动", + "font_class": "miaoshahuodong", + "unicode": "e8e4", + "unicode_decimal": 59620 + }, + { + "icon_id": "32960529", + "name": "拼团活动", + "font_class": "pintuanhuodong", + "unicode": "e8e5", + "unicode_decimal": 59621 + }, + { + "icon_id": "32960530", + "name": "优惠券", + "font_class": "youhuiquan3", + "unicode": "e8e6", + "unicode_decimal": 59622 + }, + { + "icon_id": "32960531", + "name": "直播", + "font_class": "zhibo", + "unicode": "e8e7", + "unicode_decimal": 59623 + }, + { + "icon_id": "32960532", + "name": "限时折扣", + "font_class": "xianshizhekou", + "unicode": "e8e8", + "unicode_decimal": 59624 + }, + { + "icon_id": "31779641", + "name": "图片魔方", + "font_class": "tupianmofang1", + "unicode": "e710", + "unicode_decimal": 59152 + }, + { + "icon_id": "31749318", + "name": "热卖排行", + "font_class": "remaipaihang", + "unicode": "e70c", + "unicode_decimal": 59148 + }, + { + "icon_id": "30985521", + "name": "用户信息", + "font_class": "yonghuxinxi", + "unicode": "e82e", + "unicode_decimal": 59438 + }, + { + "icon_id": "30926959", + "name": "视频样式2", + "font_class": "shipinyangshi2", + "unicode": "e829", + "unicode_decimal": 59433 + }, + { + "icon_id": "30926960", + "name": "标题", + "font_class": "biaoti3", + "unicode": "e82a", + "unicode_decimal": 59434 + }, + { + "icon_id": "30926961", + "name": "视频样式1", + "font_class": "shipinyangshi1", + "unicode": "e82b", + "unicode_decimal": 59435 + }, + { + "icon_id": "30926962", + "name": "定位1", + "font_class": "dingwei1", + "unicode": "e82c", + "unicode_decimal": 59436 + }, + { + "icon_id": "30926963", + "name": "搜索1", + "font_class": "sousuo11", + "unicode": "e82d", + "unicode_decimal": 59437 + }, + { + "icon_id": "30924835", + "name": "手机", + "font_class": "shouji1", + "unicode": "e828", + "unicode_decimal": 59432 + }, + { + "icon_id": "30924474", + "name": "二维码", + "font_class": "erweima", + "unicode": "e823", + "unicode_decimal": 59427 + }, + { + "icon_id": "30924538", + "name": "搜索", + "font_class": "sousuo1", + "unicode": "e824", + "unicode_decimal": 59428 + }, + { + "icon_id": "30924539", + "name": "定位", + "font_class": "dingwei", + "unicode": "e825", + "unicode_decimal": 59429 + }, + { + "icon_id": "30924597", + "name": "视频点赞-已点", + "font_class": "shipindianzan-yidian", + "unicode": "e826", + "unicode_decimal": 59430 + }, + { + "icon_id": "30924598", + "name": "视频点赞-未点", + "font_class": "shipindianzan-weidian", + "unicode": "e827", + "unicode_decimal": 59431 + }, + { + "icon_id": "30903818", + "name": "顶部导航", + "font_class": "dingbudaohang", + "unicode": "e81e", + "unicode_decimal": 59422 + }, + { + "icon_id": "30903819", + "name": "短视频", + "font_class": "duanshipin", + "unicode": "e81f", + "unicode_decimal": 59423 + }, + { + "icon_id": "30903820", + "name": "新人礼", + "font_class": "xinrenli", + "unicode": "e820", + "unicode_decimal": 59424 + }, + { + "icon_id": "30808795", + "name": "购物车", + "font_class": "gouwuche", + "unicode": "e816", + "unicode_decimal": 59414 + }, + { + "icon_id": "30808796", + "name": "分享", + "font_class": "fenxiang", + "unicode": "e817", + "unicode_decimal": 59415 + }, + { + "icon_id": "30808797", + "name": "砍价", + "font_class": "kanjia2", + "unicode": "e818", + "unicode_decimal": 59416 + }, + { + "icon_id": "30808798", + "name": "拼团", + "font_class": "pintuan3", + "unicode": "e819", + "unicode_decimal": 59417 + }, + { + "icon_id": "30808799", + "name": "客服", + "font_class": "kefu2", + "unicode": "e81a", + "unicode_decimal": 59418 + }, + { + "icon_id": "30808800", + "name": "收 藏", + "font_class": "a-shoucang", + "unicode": "e81b", + "unicode_decimal": 59419 + }, + { + "icon_id": "30808801", + "name": "门店", + "font_class": "mendian", + "unicode": "e81c", + "unicode_decimal": 59420 + }, + { + "icon_id": "30808802", + "name": "秒杀", + "font_class": "miaosha3", + "unicode": "e81d", + "unicode_decimal": 59421 + }, + { + "icon_id": "30227254", + "name": "退款订单量", + "font_class": "tuikuandingdanliang", + "unicode": "e7d1", + "unicode_decimal": 59345 + }, + { + "icon_id": "30227255", + "name": "订单量", + "font_class": "dingdanliang", + "unicode": "e7d2", + "unicode_decimal": 59346 + }, + { + "icon_id": "30227256", + "name": "订单金额", + "font_class": "dingdanjine", + "unicode": "e7d3", + "unicode_decimal": 59347 + }, + { + "icon_id": "30227257", + "name": "退款金额", + "font_class": "tuikuanjine", + "unicode": "e7d4", + "unicode_decimal": 59348 + }, + { + "icon_id": "5744739", + "name": "statis", + "font_class": "tongji", + "unicode": "e70a", + "unicode_decimal": 59146 + }, + { + "icon_id": "16067501", + "name": "表格1", + "font_class": "biaoge1", + "unicode": "e70b", + "unicode_decimal": 59147 + }, + { + "icon_id": "29074589", + "name": "返回", + "font_class": "fanhui1", + "unicode": "e7c8", + "unicode_decimal": 59336 + }, + { + "icon_id": "28495815", + "name": "pc-积分", + "font_class": "pc-jifen", + "unicode": "e7e3", + "unicode_decimal": 59363 + }, + { + "icon_id": "28495816", + "name": "pc-优惠券", + "font_class": "pc-youhuiquan", + "unicode": "e7e4", + "unicode_decimal": 59364 + }, + { + "icon_id": "28827591", + "name": "收银台", + "font_class": "shouyintai", + "unicode": "e7c7", + "unicode_decimal": 59335 + }, + { + "icon_id": "28774447", + "name": "加", + "font_class": "jia", + "unicode": "e7c5", + "unicode_decimal": 59333 + }, + { + "icon_id": "28774448", + "name": "减", + "font_class": "jian", + "unicode": "e7c6", + "unicode_decimal": 59334 + }, + { + "icon_id": "9895692", + "name": "crmeb2", + "font_class": "crmeb1", + "unicode": "e739", + "unicode_decimal": 59193 + }, + { + "icon_id": "28493421", + "name": "左右", + "font_class": "zuoyou", + "unicode": "e7ba", + "unicode_decimal": 59322 + }, + { + "icon_id": "28493422", + "name": "上下", + "font_class": "shangxia", + "unicode": "e7bb", + "unicode_decimal": 59323 + }, + { + "icon_id": "28383782", + "name": "当前群成员", + "font_class": "dangqianqunchengyuan", + "unicode": "e7b7", + "unicode_decimal": 59319 + }, + { + "icon_id": "28383783", + "name": "今日退群", + "font_class": "jinrituiqun", + "unicode": "e7b8", + "unicode_decimal": 59320 + }, + { + "icon_id": "28383784", + "name": "今日新增", + "font_class": "jinrixinzeng", + "unicode": "e7b9", + "unicode_decimal": 59321 + }, + { + "icon_id": "28383772", + "name": "累计退群", + "font_class": "leijituiqun", + "unicode": "e7b6", + "unicode_decimal": 59318 + }, + { + "icon_id": "28380112", + "name": "店铺街", + "font_class": "dianpujie", + "unicode": "e692", + "unicode_decimal": 59026 + }, + { + "icon_id": "28117068", + "name": "图片", + "font_class": "tupian4", + "unicode": "e7b5", + "unicode_decimal": 59317 + }, + { + "icon_id": "28062253", + "name": "收银台-微信、支付宝", + "font_class": "a-shouyintai-weixinzhifubao", + "unicode": "e7a9", + "unicode_decimal": 59305 + }, + { + "icon_id": "28062254", + "name": "收银台-现金收款", + "font_class": "shouyintai-xianjinshoukuan", + "unicode": "e7ad", + "unicode_decimal": 59309 + }, + { + "icon_id": "28062255", + "name": "收银台-形状", + "font_class": "shouyintai-xingzhuang", + "unicode": "e7ae", + "unicode_decimal": 59310 + }, + { + "icon_id": "28061966", + "name": "收银台-刷新", + "font_class": "shouyintai-shuaxin", + "unicode": "e7a3", + "unicode_decimal": 59299 + }, + { + "icon_id": "28061967", + "name": "收银台-密码", + "font_class": "shouyintai-mima", + "unicode": "e7a4", + "unicode_decimal": 59300 + }, + { + "icon_id": "28061968", + "name": "收银台-企业微信", + "font_class": "shouyintai-qiyeweixin", + "unicode": "e7a5", + "unicode_decimal": 59301 + }, + { + "icon_id": "28061969", + "name": "收银台-店员", + "font_class": "shouyintai-dianyuan", + "unicode": "e7a6", + "unicode_decimal": 59302 + }, + { + "icon_id": "28061970", + "name": "收银台-清空", + "font_class": "shouyintai-qingkong", + "unicode": "e7a7", + "unicode_decimal": 59303 + }, + { + "icon_id": "28061971", + "name": "收银台-筛选", + "font_class": "shouyintai-shaixuan", + "unicode": "e7a8", + "unicode_decimal": 59304 + }, + { + "icon_id": "28061973", + "name": "收银台-微信", + "font_class": "shouyintai-weixin", + "unicode": "e7aa", + "unicode_decimal": 59306 + }, + { + "icon_id": "28061975", + "name": "收银台-账号", + "font_class": "shouyintai-zhanghao", + "unicode": "e7ab", + "unicode_decimal": 59307 + }, + { + "icon_id": "28061977", + "name": "收银台-眼睛", + "font_class": "shouyintai-yanjing", + "unicode": "e7ac", + "unicode_decimal": 59308 + }, + { + "icon_id": "27978012", + "name": "自定义菜单", + "font_class": "zidingyicaidan", + "unicode": "e68a", + "unicode_decimal": 59018 + }, + { + "icon_id": "27948848", + "name": "富文本", + "font_class": "fuwenben3", + "unicode": "e688", + "unicode_decimal": 59016 + }, + { + "icon_id": "27948680", + "name": "种草社区", + "font_class": "zhongcaoshequ1", + "unicode": "e685", + "unicode_decimal": 59013 + }, + { + "icon_id": "27947581", + "name": "预售", + "font_class": "yushou1", + "unicode": "e69a", + "unicode_decimal": 59034 + }, + { + "icon_id": "27947582", + "name": "小程序直播", + "font_class": "xiaochengxuzhibo3", + "unicode": "e69b", + "unicode_decimal": 59035 + }, + { + "icon_id": "27946643", + "name": "关注公众号", + "font_class": "guanzhugongzhonghao2", + "unicode": "e684", + "unicode_decimal": 59012 + }, + { + "icon_id": "27946645", + "name": "专题", + "font_class": "zhuanti", + "unicode": "e686", + "unicode_decimal": 59014 + }, + { + "icon_id": "27946646", + "name": "辅助空白", + "font_class": "fuzhukongbai2", + "unicode": "e687", + "unicode_decimal": 59015 + }, + { + "icon_id": "27946648", + "name": "助力", + "font_class": "zhuli", + "unicode": "e689", + "unicode_decimal": 59017 + }, + { + "icon_id": "27946650", + "name": "搜索框", + "font_class": "sousuokuang", + "unicode": "e68b", + "unicode_decimal": 59019 + }, + { + "icon_id": "27946651", + "name": "秒杀", + "font_class": "miaosha2", + "unicode": "e68c", + "unicode_decimal": 59020 + }, + { + "icon_id": "27946652", + "name": "推荐组", + "font_class": "tuijianzu", + "unicode": "e68d", + "unicode_decimal": 59021 + }, + { + "icon_id": "27946653", + "name": "导航组", + "font_class": "daohangzu2", + "unicode": "e68e", + "unicode_decimal": 59022 + }, + { + "icon_id": "27946654", + "name": "拼团", + "font_class": "pintuan2", + "unicode": "e68f", + "unicode_decimal": 59023 + }, + { + "icon_id": "27946655", + "name": "商品列表", + "font_class": "shangpinliebiao2", + "unicode": "e690", + "unicode_decimal": 59024 + }, + { + "icon_id": "27946656", + "name": "商品分类", + "font_class": "shangpinfenlei", + "unicode": "e691", + "unicode_decimal": 59025 + }, + { + "icon_id": "27946658", + "name": "新闻播报", + "font_class": "xinwenbobao2", + "unicode": "e693", + "unicode_decimal": 59027 + }, + { + "icon_id": "27946659", + "name": "优惠券", + "font_class": "youhuiquan2", + "unicode": "e694", + "unicode_decimal": 59028 + }, + { + "icon_id": "27946660", + "name": "辅助线", + "font_class": "fuzhuxian2", + "unicode": "e695", + "unicode_decimal": 59029 + }, + { + "icon_id": "27946662", + "name": "在线客服", + "font_class": "zaixiankefu", + "unicode": "e696", + "unicode_decimal": 59030 + }, + { + "icon_id": "27946663", + "name": "标题", + "font_class": "biaoti2", + "unicode": "e697", + "unicode_decimal": 59031 + }, + { + "icon_id": "27946664", + "name": "轮播图", + "font_class": "lunbotu", + "unicode": "e698", + "unicode_decimal": 59032 + }, + { + "icon_id": "27946665", + "name": "图片魔方", + "font_class": "tupianmofang", + "unicode": "e699", + "unicode_decimal": 59033 + }, + { + "icon_id": "27712915", + "name": "版权", + "font_class": "banquan", + "unicode": "e793", + "unicode_decimal": 59283 + }, + { + "icon_id": "27629791", + "name": "菜单收起", + "font_class": "caidanshouqi", + "unicode": "e791", + "unicode_decimal": 59281 + }, + { + "icon_id": "27629792", + "name": "菜单展开", + "font_class": "caidanzhankai", + "unicode": "e792", + "unicode_decimal": 59282 + }, + { + "icon_id": "27097498", + "name": "订单", + "font_class": "dingdan", + "unicode": "e760", + "unicode_decimal": 59232 + }, + { + "icon_id": "27097340", + "name": "app", + "font_class": "app", + "unicode": "e75b", + "unicode_decimal": 59227 + }, + { + "icon_id": "27097341", + "name": "PC", + "font_class": "PC", + "unicode": "e75c", + "unicode_decimal": 59228 + }, + { + "icon_id": "27097342", + "name": "小程序", + "font_class": "xiaochengxu", + "unicode": "e75d", + "unicode_decimal": 59229 + }, + { + "icon_id": "27097343", + "name": "公众号", + "font_class": "gongzhonghao", + "unicode": "e75e", + "unicode_decimal": 59230 + }, + { + "icon_id": "27097344", + "name": "h5", + "font_class": "h5", + "unicode": "e75f", + "unicode_decimal": 59231 + }, + { + "icon_id": "26399347", + "name": "视频", + "font_class": "shipin", + "unicode": "e758", + "unicode_decimal": 59224 + }, + { + "icon_id": "26384958", + "name": "切换会员", + "font_class": "qiehuanhuiyuan", + "unicode": "e757", + "unicode_decimal": 59223 + }, + { + "icon_id": "26384917", + "name": "挂单", + "font_class": "guadan", + "unicode": "e756", + "unicode_decimal": 59222 + }, + { + "icon_id": "24483311", + "name": "核销订单金额", + "font_class": "hexiaodingdanjine", + "unicode": "e73c", + "unicode_decimal": 59196 + }, + { + "icon_id": "24483144", + "name": "门店订单金额", + "font_class": "mendiandingdanjine", + "unicode": "e73b", + "unicode_decimal": 59195 + }, + { + "icon_id": "24483146", + "name": "门店成交用户数", + "font_class": "mendianchengjiaoyonghushu", + "unicode": "e73d", + "unicode_decimal": 59197 + }, + { + "icon_id": "24483147", + "name": "付费会员金额", + "font_class": "fufeihuiyuanjine", + "unicode": "e73e", + "unicode_decimal": 59198 + }, + { + "icon_id": "24483148", + "name": "收银订单金额", + "font_class": "shouyindingdanjine", + "unicode": "e73f", + "unicode_decimal": 59199 + }, + { + "icon_id": "24483149", + "name": "门店新增用户数", + "font_class": "mendianxinzengyonghushu", + "unicode": "e740", + "unicode_decimal": 59200 + }, + { + "icon_id": "24483150", + "name": "会员卡激活数", + "font_class": "huiyuankajihuoshu", + "unicode": "e741", + "unicode_decimal": 59201 + }, + { + "icon_id": "24483151", + "name": "新增用户数", + "font_class": "xinzengyonghushu1", + "unicode": "e742", + "unicode_decimal": 59202 + }, + { + "icon_id": "24483152", + "name": "分配订单金额", + "font_class": "fenpeidingdanjine", + "unicode": "e743", + "unicode_decimal": 59203 + }, + { + "icon_id": "24483153", + "name": "余额消耗金额", + "font_class": "yuexiaohaojine", + "unicode": "e744", + "unicode_decimal": 59204 + }, + { + "icon_id": "24030436", + "name": "二维码-新个人中心", + "font_class": "erweima-xingerenzhongxin", + "unicode": "e715", + "unicode_decimal": 59157 + }, + { + "icon_id": "23734105", + "name": "回删", + "font_class": "huishan", + "unicode": "e70f", + "unicode_decimal": 59151 + }, + { + "icon_id": "23688382", + "name": "商品数量-加", + "font_class": "shangpinshuliang-jia", + "unicode": "e70e", + "unicode_decimal": 59150 + }, + { + "icon_id": "23688366", + "name": "商品数量-减", + "font_class": "shangpinshuliang-jian", + "unicode": "e70d", + "unicode_decimal": 59149 + }, + { + "icon_id": "23238217", + "name": "图片广告", + "font_class": "tupianguanggao1", + "unicode": "e6fe", + "unicode_decimal": 59134 + }, + { + "icon_id": "23238218", + "name": "搜素框", + "font_class": "sousukuang1", + "unicode": "e6ff", + "unicode_decimal": 59135 + }, + { + "icon_id": "23238219", + "name": "文章列表", + "font_class": "wenzhangliebiao1", + "unicode": "e700", + "unicode_decimal": 59136 + }, + { + "icon_id": "23238220", + "name": "拼团", + "font_class": "pintuan1", + "unicode": "e701", + "unicode_decimal": 59137 + }, + { + "icon_id": "23238221", + "name": "商品列表", + "font_class": "shangpinliebiao1", + "unicode": "e702", + "unicode_decimal": 59138 + }, + { + "icon_id": "23238222", + "name": "优惠券", + "font_class": "youhuiquan1", + "unicode": "e703", + "unicode_decimal": 59139 + }, + { + "icon_id": "23238223", + "name": "小程序直播", + "font_class": "xiaochengxuzhibo1", + "unicode": "e704", + "unicode_decimal": 59140 + }, + { + "icon_id": "23238224", + "name": "秒杀", + "font_class": "miaosha1", + "unicode": "e705", + "unicode_decimal": 59141 + }, + { + "icon_id": "23238225", + "name": "新闻播报", + "font_class": "xinwenbobao1", + "unicode": "e706", + "unicode_decimal": 59142 + }, + { + "icon_id": "23238206", + "name": "导航组", + "font_class": "daohangzu1", + "unicode": "e6f3", + "unicode_decimal": 59123 + }, + { + "icon_id": "23238207", + "name": "标题", + "font_class": "biaoti1", + "unicode": "e6f4", + "unicode_decimal": 59124 + }, + { + "icon_id": "23238208", + "name": "分类导航", + "font_class": "fenleidaohang1", + "unicode": "e6f5", + "unicode_decimal": 59125 + }, + { + "icon_id": "23238209", + "name": "促销列表", + "font_class": "cuxiaoliebiao1", + "unicode": "e6f6", + "unicode_decimal": 59126 + }, + { + "icon_id": "23238210", + "name": "辅助空白", + "font_class": "fuzhukongbai1", + "unicode": "e6f7", + "unicode_decimal": 59127 + }, + { + "icon_id": "23238211", + "name": "活动魔方", + "font_class": "huodongmofang1", + "unicode": "e6f8", + "unicode_decimal": 59128 + }, + { + "icon_id": "23238212", + "name": "关注公众号", + "font_class": "guanzhugongzhonghao1", + "unicode": "e6f9", + "unicode_decimal": 59129 + }, + { + "icon_id": "23238213", + "name": "砍价", + "font_class": "kanjia1", + "unicode": "e6fa", + "unicode_decimal": 59130 + }, + { + "icon_id": "23238214", + "name": "辅助线", + "font_class": "fuzhuxian1", + "unicode": "e6fb", + "unicode_decimal": 59131 + }, + { + "icon_id": "23238215", + "name": "客服", + "font_class": "kefu1", + "unicode": "e6fc", + "unicode_decimal": 59132 + }, + { + "icon_id": "23238216", + "name": "富文本", + "font_class": "fuwenben1", + "unicode": "e6fd", + "unicode_decimal": 59133 + }, + { + "icon_id": "23082005", + "name": "单图", + "font_class": "dantu", + "unicode": "e6f0", + "unicode_decimal": 59120 + }, + { + "icon_id": "23082006", + "name": "拉伸", + "font_class": "lashen", + "unicode": "e6f1", + "unicode_decimal": 59121 + }, + { + "icon_id": "23082007", + "name": "平铺", + "font_class": "pingpu", + "unicode": "e6f2", + "unicode_decimal": 59122 + }, + { + "icon_id": "23018755", + "name": "售后-退款-蓝", + "font_class": "shouhou-tuikuan-lan", + "unicode": "e6ea", + "unicode_decimal": 59114 + }, + { + "icon_id": "23018756", + "name": "代付款-蓝", + "font_class": "daifukuan-lan", + "unicode": "e6eb", + "unicode_decimal": 59115 + }, + { + "icon_id": "23018757", + "name": "待收货-蓝", + "font_class": "daishouhuo-lan", + "unicode": "e6ec", + "unicode_decimal": 59116 + }, + { + "icon_id": "23018758", + "name": "待评价-蓝", + "font_class": "daipingjia-lan", + "unicode": "e6ee", + "unicode_decimal": 59118 + }, + { + "icon_id": "23018759", + "name": "待发货-蓝", + "font_class": "daifahuo-lan", + "unicode": "e6ef", + "unicode_decimal": 59119 + }, + { + "icon_id": "23018703", + "name": "待付款-橘", + "font_class": "daifukuan-ju", + "unicode": "e6e5", + "unicode_decimal": 59109 + }, + { + "icon_id": "23018687", + "name": "售后-退款-橘", + "font_class": "shouhou-tuikuan-ju", + "unicode": "e6e6", + "unicode_decimal": 59110 + }, + { + "icon_id": "23018688", + "name": "待收货-橘", + "font_class": "daishouhuo-ju", + "unicode": "e6e7", + "unicode_decimal": 59111 + }, + { + "icon_id": "23018689", + "name": "待评价-橘", + "font_class": "daipingjia-ju", + "unicode": "e6e8", + "unicode_decimal": 59112 + }, + { + "icon_id": "23018690", + "name": "待发货-橘", + "font_class": "daifahuo-ju", + "unicode": "e6e9", + "unicode_decimal": 59113 + }, + { + "icon_id": "23018636", + "name": "待评价-粉", + "font_class": "daipingjia-fen", + "unicode": "e6e0", + "unicode_decimal": 59104 + }, + { + "icon_id": "23018637", + "name": "待收货-粉", + "font_class": "daishouhuo-fen", + "unicode": "e6e1", + "unicode_decimal": 59105 + }, + { + "icon_id": "23018638", + "name": "代付款-粉", + "font_class": "daifukuan-fen", + "unicode": "e6e2", + "unicode_decimal": 59106 + }, + { + "icon_id": "23018639", + "name": "待发货-粉", + "font_class": "daifahuo-fen", + "unicode": "e6e3", + "unicode_decimal": 59107 + }, + { + "icon_id": "23018640", + "name": "售后:退款-粉", + "font_class": "a-shouhoutuikuan-fen", + "unicode": "e6e4", + "unicode_decimal": 59108 + }, + { + "icon_id": "23018536", + "name": "待发货-绿", + "font_class": "daifahuo-lv", + "unicode": "e6db", + "unicode_decimal": 59099 + }, + { + "icon_id": "23018537", + "name": "待收货-绿", + "font_class": "daishouhuo-lv", + "unicode": "e6dc", + "unicode_decimal": 59100 + }, + { + "icon_id": "23018538", + "name": "代付款-绿", + "font_class": "daifukuan-lv", + "unicode": "e6dd", + "unicode_decimal": 59101 + }, + { + "icon_id": "23018539", + "name": "待评价-绿", + "font_class": "daipingjia-lv", + "unicode": "e6de", + "unicode_decimal": 59102 + }, + { + "icon_id": "23018540", + "name": "售后-退款-绿", + "font_class": "shouhou-tuikuan-lv", + "unicode": "e6df", + "unicode_decimal": 59103 + }, + { + "icon_id": "22957875", + "name": "待付款", + "font_class": "daifukuan1", + "unicode": "e6d5", + "unicode_decimal": 59093 + }, + { + "icon_id": "22957876", + "name": "待评价", + "font_class": "daipingjia1", + "unicode": "e6d6", + "unicode_decimal": 59094 + }, + { + "icon_id": "22957877", + "name": "售后_退款", + "font_class": "shouhou_tuikuan", + "unicode": "e6d7", + "unicode_decimal": 59095 + }, + { + "icon_id": "22957878", + "name": "待发货", + "font_class": "daifahuo1", + "unicode": "e6d8", + "unicode_decimal": 59096 + }, + { + "icon_id": "22957879", + "name": "待收货", + "font_class": "daishouhuo1", + "unicode": "e6d9", + "unicode_decimal": 59097 + }, + { + "icon_id": "22956436", + "name": "设置", + "font_class": "shezhi", + "unicode": "e6d4", + "unicode_decimal": 59092 + }, + { + "icon_id": "22956355", + "name": "s-客服", + "font_class": "s-kefu", + "unicode": "e6d3", + "unicode_decimal": 59091 + }, + { + "icon_id": "22167955", + "name": "多行", + "font_class": "duohang", + "unicode": "e6b4", + "unicode_decimal": 59060 + }, + { + "icon_id": "22167956", + "name": "4个", + "font_class": "4ge1", + "unicode": "e6b5", + "unicode_decimal": 59061 + }, + { + "icon_id": "22167957", + "name": "5个", + "font_class": "5ge1", + "unicode": "e6b6", + "unicode_decimal": 59062 + }, + { + "icon_id": "22167958", + "name": "大圆角", + "font_class": "dayuanjiao", + "unicode": "e6b7", + "unicode_decimal": 59063 + }, + { + "icon_id": "22167959", + "name": "3个", + "font_class": "3ge1", + "unicode": "e6b8", + "unicode_decimal": 59064 + }, + { + "icon_id": "22167960", + "name": "单行", + "font_class": "danhang", + "unicode": "e6b9", + "unicode_decimal": 59065 + }, + { + "icon_id": "22084331", + "name": "左右图文", + "font_class": "zuoyoutuwen", + "unicode": "e6b3", + "unicode_decimal": 59059 + }, + { + "icon_id": "22079333", + "name": "样式8", + "font_class": "yangshi8", + "unicode": "e6b1", + "unicode_decimal": 59057 + }, + { + "icon_id": "22079334", + "name": "样式9", + "font_class": "yangshi9", + "unicode": "e6b2", + "unicode_decimal": 59058 + }, + { + "icon_id": "21991574", + "name": "样式1", + "font_class": "yangshi1", + "unicode": "e6aa", + "unicode_decimal": 59050 + }, + { + "icon_id": "21991575", + "name": "样式4", + "font_class": "yangshi4", + "unicode": "e6ab", + "unicode_decimal": 59051 + }, + { + "icon_id": "21991576", + "name": "样式5", + "font_class": "yangshi5", + "unicode": "e6ac", + "unicode_decimal": 59052 + }, + { + "icon_id": "21991577", + "name": "样式6", + "font_class": "yangshi6", + "unicode": "e6ad", + "unicode_decimal": 59053 + }, + { + "icon_id": "21991578", + "name": "样式2", + "font_class": "yangshi2", + "unicode": "e6ae", + "unicode_decimal": 59054 + }, + { + "icon_id": "21991579", + "name": "样式7", + "font_class": "yangshi7", + "unicode": "e6af", + "unicode_decimal": 59055 + }, + { + "icon_id": "21991580", + "name": "样式3", + "font_class": "yangshi3", + "unicode": "e6b0", + "unicode_decimal": 59056 + }, + { + "icon_id": "21991419", + "name": "数字", + "font_class": "shuzi", + "unicode": "e6a8", + "unicode_decimal": 59048 + }, + { + "icon_id": "21991420", + "name": "禁用", + "font_class": "jinyong", + "unicode": "e6a9", + "unicode_decimal": 59049 + }, + { + "icon_id": "21990843", + "name": "4个", + "font_class": "4ge", + "unicode": "e6a5", + "unicode_decimal": 59045 + }, + { + "icon_id": "21990844", + "name": "3个", + "font_class": "3ge", + "unicode": "e6a6", + "unicode_decimal": 59046 + }, + { + "icon_id": "21990845", + "name": "5个", + "font_class": "5ge", + "unicode": "e6a7", + "unicode_decimal": 59047 + }, + { + "icon_id": "21990805", + "name": "2行", + "font_class": "2hang", + "unicode": "e6a2", + "unicode_decimal": 59042 + }, + { + "icon_id": "21990806", + "name": "3行", + "font_class": "3hang", + "unicode": "e6a3", + "unicode_decimal": 59043 + }, + { + "icon_id": "21990807", + "name": "4行", + "font_class": "4hang", + "unicode": "e6a4", + "unicode_decimal": 59044 + }, + { + "icon_id": "21621380", + "name": "下移", + "font_class": "xiayi", + "unicode": "e69e", + "unicode_decimal": 59038 + }, + { + "icon_id": "21621381", + "name": "上移", + "font_class": "shangyi", + "unicode": "e6a1", + "unicode_decimal": 59041 + }, + { + "icon_id": "21621376", + "name": "删除", + "font_class": "shanchu2", + "unicode": "e69f", + "unicode_decimal": 59039 + }, + { + "icon_id": "21621377", + "name": "复制", + "font_class": "fuzhi", + "unicode": "e6a0", + "unicode_decimal": 59040 + }, + { + "icon_id": "21074698", + "name": "最新", + "font_class": "zuixin", + "unicode": "e683", + "unicode_decimal": 59011 + }, + { + "icon_id": "19265750", + "name": "选中", + "font_class": "xuanzhong6", + "unicode": "e76d", + "unicode_decimal": 59245 + }, + { + "icon_id": "19265587", + "name": "添加", + "font_class": "tianjia", + "unicode": "e76c", + "unicode_decimal": 59244 + }, + { + "icon_id": "18236207", + "name": "编辑", + "font_class": "bianji2", + "unicode": "e682", + "unicode_decimal": 59010 + }, + { + "icon_id": "18235370", + "name": "更多展开", + "font_class": "gengduozhankai1", + "unicode": "e67e", + "unicode_decimal": 59006 + }, + { + "icon_id": "18235371", + "name": "图片", + "font_class": "tupian3", + "unicode": "e67f", + "unicode_decimal": 59007 + }, + { + "icon_id": "18235372", + "name": "表情", + "font_class": "biaoqing2", + "unicode": "e680", + "unicode_decimal": 59008 + }, + { + "icon_id": "18235373", + "name": "话术", + "font_class": "huashu1", + "unicode": "e681", + "unicode_decimal": 59009 + }, + { + "icon_id": "18164660", + "name": "商品退款金额", + "font_class": "shangpintuikuanjine", + "unicode": "e679", + "unicode_decimal": 59001 + }, + { + "icon_id": "18164661", + "name": "交易金额", + "font_class": "jiaoyijine", + "unicode": "e67a", + "unicode_decimal": 59002 + }, + { + "icon_id": "18164662", + "name": "余额支付金额", + "font_class": "yuezhifujine", + "unicode": "e67b", + "unicode_decimal": 59003 + }, + { + "icon_id": "18164663", + "name": "支付佣金金额", + "font_class": "zhifuyongjinjine", + "unicode": "e67c", + "unicode_decimal": 59004 + }, + { + "icon_id": "18164664", + "name": "线下收银金额", + "font_class": "xianxiashouyinjine", + "unicode": "e67d", + "unicode_decimal": 59005 + }, + { + "icon_id": "18094807", + "name": "聊天", + "font_class": "liaotian", + "unicode": "e769", + "unicode_decimal": 59241 + }, + { + "icon_id": "18038482", + "name": "编辑 (1)", + "font_class": "bianji11", + "unicode": "e678", + "unicode_decimal": 59000 + }, + { + "icon_id": "18029991", + "name": "进入", + "font_class": "jinru", + "unicode": "e676", + "unicode_decimal": 58998 + }, + { + "icon_id": "18029992", + "name": "返回", + "font_class": "fanhui", + "unicode": "e677", + "unicode_decimal": 58999 + }, + { + "icon_id": "18029937", + "name": "更多", + "font_class": "gengduo", + "unicode": "e66d", + "unicode_decimal": 58989 + }, + { + "icon_id": "18029938", + "name": "发送", + "font_class": "fasong", + "unicode": "e66e", + "unicode_decimal": 58990 + }, + { + "icon_id": "18029939", + "name": "叉", + "font_class": "cha1", + "unicode": "e66f", + "unicode_decimal": 58991 + }, + { + "icon_id": "18029940", + "name": "密码", + "font_class": "mima", + "unicode": "e670", + "unicode_decimal": 58992 + }, + { + "icon_id": "18029941", + "name": "搜索", + "font_class": "sousuo", + "unicode": "e671", + "unicode_decimal": 58993 + }, + { + "icon_id": "18029942", + "name": "手机", + "font_class": "shouji", + "unicode": "e672", + "unicode_decimal": 58994 + }, + { + "icon_id": "18029943", + "name": "退出", + "font_class": "tuichu", + "unicode": "e673", + "unicode_decimal": 58995 + }, + { + "icon_id": "18029944", + "name": "商品信息", + "font_class": "shangpinxinxi", + "unicode": "e674", + "unicode_decimal": 58996 + }, + { + "icon_id": "18029945", + "name": "账号", + "font_class": "zhanghao", + "unicode": "e675", + "unicode_decimal": 58997 + }, + { + "icon_id": "18029928", + "name": "表情", + "font_class": "biaoqing", + "unicode": "e668", + "unicode_decimal": 58984 + }, + { + "icon_id": "18029929", + "name": "更多展开", + "font_class": "gengduozhankai", + "unicode": "e669", + "unicode_decimal": 58985 + }, + { + "icon_id": "18029930", + "name": "话术", + "font_class": "huashu", + "unicode": "e66b", + "unicode_decimal": 58987 + }, + { + "icon_id": "18029931", + "name": "图片", + "font_class": "tupian2", + "unicode": "e66c", + "unicode_decimal": 58988 + }, + { + "icon_id": "18014797", + "name": "添加 (1) (1)", + "font_class": "tianjia11", + "unicode": "e662", + "unicode_decimal": 58978 + }, + { + "icon_id": "18014798", + "name": "编辑 (1)", + "font_class": "bianji1", + "unicode": "e663", + "unicode_decimal": 58979 + }, + { + "icon_id": "18014799", + "name": "设置 (1)", + "font_class": "shezhi1", + "unicode": "e664", + "unicode_decimal": 58980 + }, + { + "icon_id": "18014800", + "name": "删除", + "font_class": "shanchu1", + "unicode": "e665", + "unicode_decimal": 58981 + }, + { + "icon_id": "18014801", + "name": "加号", + "font_class": "jiahao", + "unicode": "e666", + "unicode_decimal": 58982 + }, + { + "icon_id": "18014802", + "name": "叉", + "font_class": "cha", + "unicode": "e667", + "unicode_decimal": 58983 + }, + { + "icon_id": "17964902", + "name": "删除", + "font_class": "shanchu", + "unicode": "e767", + "unicode_decimal": 59239 + }, + { + "icon_id": "17964878", + "name": "编辑", + "font_class": "bianji", + "unicode": "e768", + "unicode_decimal": 59240 + }, + { + "icon_id": "3033955", + "name": "对号", + "font_class": "duihao", + "unicode": "e6ba", + "unicode_decimal": 59066 + }, + { + "icon_id": "17931155", + "name": "待评价", + "font_class": "daipingjia", + "unicode": "e65d", + "unicode_decimal": 58973 + }, + { + "icon_id": "17931156", + "name": "待收货", + "font_class": "daishouhuo", + "unicode": "e65e", + "unicode_decimal": 58974 + }, + { + "icon_id": "17931157", + "name": "售后-退款", + "font_class": "shouhou-tuikuan", + "unicode": "e65f", + "unicode_decimal": 58975 + }, + { + "icon_id": "17931158", + "name": "待发货", + "font_class": "daifahuo", + "unicode": "e660", + "unicode_decimal": 58976 + }, + { + "icon_id": "17931159", + "name": "待付款", + "font_class": "daifukuan", + "unicode": "e661", + "unicode_decimal": 58977 + }, + { + "icon_id": "17871185", + "name": "转接", + "font_class": "zhuanjie", + "unicode": "e766", + "unicode_decimal": 59238 + }, + { + "icon_id": "17829133", + "name": "浏览器", + "font_class": "liulanqi", + "unicode": "e65c", + "unicode_decimal": 58972 + }, + { + "icon_id": "17786896", + "name": "访客数", + "font_class": "fangkeshu", + "unicode": "e63f", + "unicode_decimal": 58943 + }, + { + "icon_id": "17786793", + "name": "访问量", + "font_class": "fangwenliang", + "unicode": "e642", + "unicode_decimal": 58946 + }, + { + "icon_id": "17786484", + "name": "成交用户数", + "font_class": "chengjiaoyonghushu", + "unicode": "e63d", + "unicode_decimal": 58941 + }, + { + "icon_id": "17786485", + "name": "充值件数", + "font_class": "chongzhijianshu", + "unicode": "e63e", + "unicode_decimal": 58942 + }, + { + "icon_id": "17786487", + "name": "成本金额", + "font_class": "chengbenjine", + "unicode": "e640", + "unicode_decimal": 58944 + }, + { + "icon_id": "17786488", + "name": "付费会员数", + "font_class": "fufeihuiyuanshu", + "unicode": "e641", + "unicode_decimal": 58945 + }, + { + "icon_id": "17786490", + "name": "充值用户数", + "font_class": "chongzhiyonghushu", + "unicode": "e643", + "unicode_decimal": 58947 + }, + { + "icon_id": "17786491", + "name": "购买会员金额", + "font_class": "goumaihuiyuanjine", + "unicode": "e644", + "unicode_decimal": 58948 + }, + { + "icon_id": "17786492", + "name": "访客-支付转化率", + "font_class": "fangke-zhifuzhuanhuashuai", + "unicode": "e645", + "unicode_decimal": 58949 + }, + { + "icon_id": "17786493", + "name": "净增用户", + "font_class": "jingzengyonghu", + "unicode": "e646", + "unicode_decimal": 58950 + }, + { + "icon_id": "17786494", + "name": "客单价", + "font_class": "kedanjia", + "unicode": "e647", + "unicode_decimal": 58951 + }, + { + "icon_id": "17786495", + "name": "加购件数", + "font_class": "jiagoujianshu", + "unicode": "e648", + "unicode_decimal": 58952 + }, + { + "icon_id": "17786496", + "name": "累计充值用户", + "font_class": "leijichongzhiyonghu", + "unicode": "e649", + "unicode_decimal": 58953 + }, + { + "icon_id": "17786497", + "name": "累计成交用户", + "font_class": "leijichengjiaoyonghu", + "unicode": "e64a", + "unicode_decimal": 58954 + }, + { + "icon_id": "17786498", + "name": "累计会员数", + "font_class": "leijihuiyuanshu", + "unicode": "e64b", + "unicode_decimal": 58955 + }, + { + "icon_id": "17786499", + "name": "商品浏览量", + "font_class": "shangpinliulanliang", + "unicode": "e64c", + "unicode_decimal": 58956 + }, + { + "icon_id": "17786500", + "name": "商品支付金额", + "font_class": "shangpinzhifujine", + "unicode": "e64d", + "unicode_decimal": 58957 + }, + { + "icon_id": "17786501", + "name": "退款件数", + "font_class": "tuikuanjianshu", + "unicode": "e64e", + "unicode_decimal": 58958 + }, + { + "icon_id": "17786502", + "name": "累计关注用户", + "font_class": "leijiguanzhuyonghu", + "unicode": "e64f", + "unicode_decimal": 58959 + }, + { + "icon_id": "17786503", + "name": "退款", + "font_class": "tuikuan", + "unicode": "e650", + "unicode_decimal": 58960 + }, + { + "icon_id": "17786504", + "name": "下单件数", + "font_class": "xiadanjianshu", + "unicode": "e651", + "unicode_decimal": 58961 + }, + { + "icon_id": "17786505", + "name": "累计取关用户", + "font_class": "leijiquguanyonghu", + "unicode": "e652", + "unicode_decimal": 58962 + }, + { + "icon_id": "17786506", + "name": "累计用户", + "font_class": "leijiyonghu", + "unicode": "e653", + "unicode_decimal": 58963 + }, + { + "icon_id": "17786507", + "name": "新增取关用户", + "font_class": "xinzengquguanyonghu", + "unicode": "e654", + "unicode_decimal": 58964 + }, + { + "icon_id": "17786508", + "name": "商品访客数", + "font_class": "shangpinfangkeshu", + "unicode": "e655", + "unicode_decimal": 58965 + }, + { + "icon_id": "17786509", + "name": "新增用户数", + "font_class": "xinzengyonghushu", + "unicode": "e656", + "unicode_decimal": 58966 + }, + { + "icon_id": "17786510", + "name": "新增关注用户", + "font_class": "xinzengguanzhuyonghu", + "unicode": "e657", + "unicode_decimal": 58967 + }, + { + "icon_id": "17786511", + "name": "支付金额", + "font_class": "zhifujine", + "unicode": "e658", + "unicode_decimal": 58968 + }, + { + "icon_id": "17786512", + "name": "营业额", + "font_class": "yingyee", + "unicode": "e659", + "unicode_decimal": 58969 + }, + { + "icon_id": "17786513", + "name": "支付件数", + "font_class": "zhifujianshu", + "unicode": "e65a", + "unicode_decimal": 58970 + }, + { + "icon_id": "17786514", + "name": "支出金额", + "font_class": "zhichujine", + "unicode": "e65b", + "unicode_decimal": 58971 + }, + { + "icon_id": "3716229", + "name": "关机", + "font_class": "guanji", + "unicode": "e6ed", + "unicode_decimal": 59117 + }, + { + "icon_id": "4144169", + "name": "声音 静音 线性", + "font_class": "shengyinjingyinxianxing", + "unicode": "e94f", + "unicode_decimal": 59727 + }, + { + "icon_id": "8960847", + "name": "声音", + "font_class": "shengyinyinliang", + "unicode": "e66a", + "unicode_decimal": 58986 + }, + { + "icon_id": "17742623", + "name": "关闭", + "font_class": "guanbi5", + "unicode": "e761", + "unicode_decimal": 59233 + }, + { + "icon_id": "17742651", + "name": "图片", + "font_class": "tupian1", + "unicode": "e762", + "unicode_decimal": 59234 + }, + { + "icon_id": "17742653", + "name": "表情", + "font_class": "biaoqing1", + "unicode": "e764", + "unicode_decimal": 59236 + }, + { + "icon_id": "17742749", + "name": "账号密码", + "font_class": "zhanghaomima", + "unicode": "e763", + "unicode_decimal": 59235 + }, + { + "icon_id": "17742750", + "name": "二维码", + "font_class": "erweima2", + "unicode": "e765", + "unicode_decimal": 59237 + }, + { + "icon_id": "16106384", + "name": "矩形", + "font_class": "juxing", + "unicode": "e628", + "unicode_decimal": 58920 + }, + { + "icon_id": "16106356", + "name": "自动选择", + "font_class": "zidongxuanze", + "unicode": "e625", + "unicode_decimal": 58917 + }, + { + "icon_id": "16106269", + "name": "手动选择", + "font_class": "shoudongxuanze", + "unicode": "e626", + "unicode_decimal": 58918 + }, + { + "icon_id": "16106224", + "name": "单列", + "font_class": "danlie", + "unicode": "e622", + "unicode_decimal": 58914 + }, + { + "icon_id": "16106225", + "name": "两列", + "font_class": "lianglie", + "unicode": "e623", + "unicode_decimal": 58915 + }, + { + "icon_id": "16106226", + "name": "三列", + "font_class": "sanlie", + "unicode": "e624", + "unicode_decimal": 58916 + }, + { + "icon_id": "16106197", + "name": "直播中", + "font_class": "zhibozhong", + "unicode": "e621", + "unicode_decimal": 58913 + }, + { + "icon_id": "16106160", + "name": "已结束", + "font_class": "yijieshu", + "unicode": "e61f", + "unicode_decimal": 58911 + }, + { + "icon_id": "16106161", + "name": "未开始", + "font_class": "weikaishi", + "unicode": "e620", + "unicode_decimal": 58912 + }, + { + "icon_id": "16085764", + "name": "drag2", + "font_class": "drag2", + "unicode": "e61e", + "unicode_decimal": 58910 + }, + { + "icon_id": "16085227", + "name": "banner_3~", + "font_class": "banner_3", + "unicode": "e613", + "unicode_decimal": 58899 + }, + { + "icon_id": "16016764", + "name": "小程序直播", + "font_class": "xiaochengxuzhibo", + "unicode": "e63c", + "unicode_decimal": 58940 + }, + { + "icon_id": "16001808", + "name": "Solid line", + "font_class": "Solidline", + "unicode": "e61b", + "unicode_decimal": 58907 + }, + { + "icon_id": "16001809", + "name": "Dotted line", + "font_class": "Dottedline", + "unicode": "e61c", + "unicode_decimal": 58908 + }, + { + "icon_id": "16001810", + "name": "Dot line", + "font_class": "Dotline", + "unicode": "e61d", + "unicode_decimal": 58909 + }, + { + "icon_id": "16001732", + "name": "drop-down", + "font_class": "drop-down", + "unicode": "e619", + "unicode_decimal": 58905 + }, + { + "icon_id": "15999602", + "name": "Dot", + "font_class": "Dot", + "unicode": "e605", + "unicode_decimal": 58885 + }, + { + "icon_id": "15999610", + "name": "Square point", + "font_class": "Squarepoint", + "unicode": "e60d", + "unicode_decimal": 58893 + }, + { + "icon_id": "15999605", + "name": "del_2", + "font_class": "del_2", + "unicode": "e608", + "unicode_decimal": 58888 + }, + { + "icon_id": "15999609", + "name": "add to", + "font_class": "addto", + "unicode": "e60c", + "unicode_decimal": 58892 + }, + { + "icon_id": "15999613", + "name": "del_1", + "font_class": "del_1", + "unicode": "e610", + "unicode_decimal": 58896 + }, + { + "icon_id": "15999620", + "name": "drag", + "font_class": "drag", + "unicode": "e617", + "unicode_decimal": 58903 + }, + { + "icon_id": "15999597", + "name": "Comm_number", + "font_class": "Comm_number", + "unicode": "e600", + "unicode_decimal": 58880 + }, + { + "icon_id": "15999600", + "name": "Comm_whole", + "font_class": "Comm_whole", + "unicode": "e603", + "unicode_decimal": 58883 + }, + { + "icon_id": "15999619", + "name": "Comm_Price", + "font_class": "Comm_Price", + "unicode": "e616", + "unicode_decimal": 58902 + }, + { + "icon_id": "15999611", + "name": "Pic_square", + "font_class": "Pic_square", + "unicode": "e60e", + "unicode_decimal": 58894 + }, + { + "icon_id": "15999612", + "name": "Pic_fillet", + "font_class": "Pic_fillet", + "unicode": "e60f", + "unicode_decimal": 58895 + }, + { + "icon_id": "15999618", + "name": "search_2", + "font_class": "search_2", + "unicode": "e615", + "unicode_decimal": 58901 + }, + { + "icon_id": "15999621", + "name": "search_1", + "font_class": "search_1", + "unicode": "e618", + "unicode_decimal": 58904 + }, + { + "icon_id": "15999599", + "name": "banner_2", + "font_class": "banner_2", + "unicode": "e602", + "unicode_decimal": 58882 + }, + { + "icon_id": "15999606", + "name": "Pic_small", + "font_class": "Pic_small", + "unicode": "e609", + "unicode_decimal": 58889 + }, + { + "icon_id": "15999607", + "name": "Pic_big", + "font_class": "Pic_big", + "unicode": "e60a", + "unicode_decimal": 58890 + }, + { + "icon_id": "15999608", + "name": "banner_1", + "font_class": "banner_1", + "unicode": "e60b", + "unicode_decimal": 58891 + }, + { + "icon_id": "15999598", + "name": "doc_skew", + "font_class": "doc_skew", + "unicode": "e601", + "unicode_decimal": 58881 + }, + { + "icon_id": "15999601", + "name": "doc_bold", + "font_class": "doc_bold", + "unicode": "e604", + "unicode_decimal": 58884 + }, + { + "icon_id": "15999623", + "name": "doc_general", + "font_class": "doc_general", + "unicode": "e61a", + "unicode_decimal": 58906 + }, + { + "icon_id": "15999603", + "name": "five", + "font_class": "five", + "unicode": "e606", + "unicode_decimal": 58886 + }, + { + "icon_id": "15999617", + "name": "Four", + "font_class": "Four", + "unicode": "e614", + "unicode_decimal": 58900 + }, + { + "icon_id": "15999604", + "name": "doc_center", + "font_class": "doc_center", + "unicode": "e607", + "unicode_decimal": 58887 + }, + { + "icon_id": "15999614", + "name": "doc_right", + "font_class": "doc_right", + "unicode": "e611", + "unicode_decimal": 58897 + }, + { + "icon_id": "15999615", + "name": "doc_left", + "font_class": "doc_left", + "unicode": "e612", + "unicode_decimal": 58898 + }, + { + "icon_id": "1635049", + "name": "图片", + "font_class": "tupian", + "unicode": "e63b", + "unicode_decimal": 58939 + }, + { + "icon_id": "15929253", + "name": "客服", + "font_class": "kefu", + "unicode": "e633", + "unicode_decimal": 58931 + }, + { + "icon_id": "15929259", + "name": "辅助线", + "font_class": "fuzhuxian", + "unicode": "e63a", + "unicode_decimal": 58938 + }, + { + "icon_id": "15929182", + "name": "标题", + "font_class": "biaoti", + "unicode": "e627", + "unicode_decimal": 58919 + }, + { + "icon_id": "15929184", + "name": "导航组", + "font_class": "daohangzu", + "unicode": "e629", + "unicode_decimal": 58921 + }, + { + "icon_id": "15929185", + "name": "辅助空白", + "font_class": "fuzhukongbai", + "unicode": "e62a", + "unicode_decimal": 58922 + }, + { + "icon_id": "15929186", + "name": "分类导航", + "font_class": "fenleidaohang", + "unicode": "e62b", + "unicode_decimal": 58923 + }, + { + "icon_id": "15929187", + "name": "促销列表", + "font_class": "cuxiaoliebiao", + "unicode": "e62c", + "unicode_decimal": 58924 + }, + { + "icon_id": "15929188", + "name": "砍价", + "font_class": "kanjia", + "unicode": "e62d", + "unicode_decimal": 58925 + }, + { + "icon_id": "15929189", + "name": "关注公众号", + "font_class": "guanzhugongzhonghao", + "unicode": "e62e", + "unicode_decimal": 58926 + }, + { + "icon_id": "15929190", + "name": "活动魔方", + "font_class": "huodongmofang", + "unicode": "e62f", + "unicode_decimal": 58927 + }, + { + "icon_id": "15929191", + "name": "富文本", + "font_class": "fuwenben", + "unicode": "e630", + "unicode_decimal": 58928 + }, + { + "icon_id": "15929193", + "name": "秒杀", + "font_class": "miaosha", + "unicode": "e631", + "unicode_decimal": 58929 + }, + { + "icon_id": "15929194", + "name": "商品列表", + "font_class": "shangpinliebiao", + "unicode": "e632", + "unicode_decimal": 58930 + }, + { + "icon_id": "15929196", + "name": "拼团", + "font_class": "pintuan", + "unicode": "e634", + "unicode_decimal": 58932 + }, + { + "icon_id": "15929197", + "name": "搜素框", + "font_class": "sousukuang", + "unicode": "e635", + "unicode_decimal": 58933 + }, + { + "icon_id": "15929198", + "name": "图片广告", + "font_class": "tupianguanggao", + "unicode": "e636", + "unicode_decimal": 58934 + }, + { + "icon_id": "15929199", + "name": "新闻播报", + "font_class": "xinwenbobao", + "unicode": "e637", + "unicode_decimal": 58935 + }, + { + "icon_id": "15929200", + "name": "文章列表", + "font_class": "wenzhangliebiao", + "unicode": "e638", + "unicode_decimal": 58936 + }, + { + "icon_id": "15929201", + "name": "优惠券", + "font_class": "youhuiquan", + "unicode": "e639", + "unicode_decimal": 58937 + } + ] +} diff --git a/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.ttf b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.ttf new file mode 100644 index 0000000..d4f63f8 Binary files /dev/null and b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.ttf differ diff --git a/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.woff b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.woff new file mode 100644 index 0000000..be2acbc Binary files /dev/null and b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.woff differ diff --git a/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.woff2 b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.woff2 new file mode 100644 index 0000000..34f6a08 Binary files /dev/null and b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.woff2 differ diff --git a/src/styles/iconfont/iconfont.css b/src/styles/iconfont/iconfont.css new file mode 100644 index 0000000..08a4793 --- /dev/null +++ b/src/styles/iconfont/iconfont.css @@ -0,0 +1,1927 @@ +@font-face { + font-family: "iconfont"; /* Project id 1945396 */ + src: url('iconfont.woff2?t=1702435978728') format('woff2'), + url('iconfont.woff?t=1702435978728') format('woff'), + url('iconfont.ttf?t=1702435978728') format('truetype'); +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icondaifahuo-jifen:before { + content: "\e78c"; +} + +.iconic_fire:before { + content: "\e78b"; +} + +.iconfuxuankuang-weixuanzhong:before { + content: "\e78f"; +} + +.iconfuzhi1:before { + content: "\e787"; +} + +.iconcaozuo-zhengti:before { + content: "\e788"; +} + +.iconcaozuo-bianjiao:before { + content: "\e789"; +} + +.iconbofang:before { + content: "\e78a"; +} + +.iconyoushangjiao:before { + content: "\e77d"; +} + +.iconguanbi:before { + content: "\e77e"; +} + +.iconxia:before { + content: "\e77f"; +} + +.iconxingzhuangjiehe:before { + content: "\e780"; +} + +.iconxianshi:before { + content: "\e781"; +} + +.iconwancheng:before { + content: "\e782"; +} + +.iconshanchu3:before { + content: "\e783"; +} + +.iconshang:before { + content: "\e784"; +} + +.iconjiahao1:before { + content: "\e785"; +} + +.iconfuxuankuang-xuanzhong:before { + content: "\e786"; +} + +.iconyouxiajiao:before { + content: "\e75a"; +} + +.iconyincang:before { + content: "\e76f"; +} + +.icongouwuche1:before { + content: "\e779"; +} + +.iconyou:before { + content: "\e77a"; +} + +.iconzuoshangjiao:before { + content: "\e77b"; +} + +.iconzuoxiajiao:before { + content: "\e77c"; +} + +.iconzujian-gongzhonghao:before { + content: "\e759"; +} + +.iconzujian-pintuan:before { + content: "\e770"; +} + +.iconzujian-shangpinxuanxiangka:before { + content: "\e771"; +} + +.iconzujian-qiandao:before { + content: "\e772"; +} + +.iconzujian-xuanfuanniu:before { + content: "\e773"; +} + +.iconzujian-xuanxiangka1:before { + content: "\e774"; +} + +.iconzujian-jifenshangcheng:before { + content: "\e775"; +} + +.iconzujian-kanjia:before { + content: "\e776"; +} + +.iconzujian-requ:before { + content: "\e777"; +} + +.iconzujian-duanshipin:before { + content: "\e778"; +} + +.iconzujian-xinrenzhuanxiang:before { + content: "\e755"; +} + +.iconzujian-paihangbang:before { + content: "\e76a"; +} + +.iconzujian-yonghuxinxi:before { + content: "\e76b"; +} + +.iconzujian-yushou:before { + content: "\e76e"; +} + +.iconzujian-dianpujie:before { + content: "\e735"; +} + +.iconzujian-daohangzu:before { + content: "\e736"; +} + +.iconzujian-biaoti:before { + content: "\e737"; +} + +.iconzujian-fuzhukongbai:before { + content: "\e738"; +} + +.iconzujian-tupianmofang:before { + content: "\e73a"; +} + +.iconzujian-shangpinfenlei:before { + content: "\e745"; +} + +.iconzujian-wenzhangliebiao:before { + content: "\e746"; +} + +.iconzujian-shangpinliebiao:before { + content: "\e747"; +} + +.iconzujian-lunbotu:before { + content: "\e748"; +} + +.iconzujian-xiaochengxuzhibo:before { + content: "\e749"; +} + +.iconzujian-fuwenben:before { + content: "\e74a"; +} + +.iconzujian-shipin:before { + content: "\e74b"; +} + +.iconzujian-sousuokuang:before { + content: "\e74c"; +} + +.iconzujian-zhongcaoshequ:before { + content: "\e74d"; +} + +.iconzujian-xuanfucaidan:before { + content: "\e74e"; +} + +.iconzujian-miaosha:before { + content: "\e74f"; +} + +.iconzujian-youhuiquan:before { + content: "\e750"; +} + +.iconzujian-xinwenbobao:before { + content: "\e751"; +} + +.iconzujian-xuanxiangka:before { + content: "\e752"; +} + +.iconzujian-zuhezujian:before { + content: "\e753"; +} + +.iconzujian-fuzhuxian:before { + content: "\e754"; +} + +.iconzujian-dibucaidan:before { + content: "\e734"; +} + +.icondaifahuo2:before { + content: "\e732"; +} + +.icondaichuli-yonghufankui:before { + content: "\e733"; +} + +.icondaituikuan:before { + content: "\e726"; +} + +.icondaishenhe-tixian:before { + content: "\e727"; +} + +.icondaishenhe-shanghuruzhu:before { + content: "\e728"; +} + +.icondaishenhe-shequneirong:before { + content: "\e729"; +} + +.iconjingjiekucun:before { + content: "\e72a"; +} + +.icondaishenhe-zhuanzhang:before { + content: "\e72b"; +} + +.iconputongshangpin:before { + content: "\e72c"; +} + +.iconshouqingshangpin:before { + content: "\e72d"; +} + +.icondaihexiao-fenxiaolibao:before { + content: "\e72e"; +} + +.icondaihuifu:before { + content: "\e72f"; +} + +.icondaikaipiao:before { + content: "\e730"; +} + +.icondaihexiao:before { + content: "\e731"; +} + +.iconzaishoushangpin:before { + content: "\e724"; +} + +.iconhuodongshangpin:before { + content: "\e725"; +} + +.iconxitongshezhi:before { + content: "\e71e"; +} + +.iconyonghuguanli:before { + content: "\e71f"; +} + +.iconshangpin:before { + content: "\e720"; +} + +.iconfenxiaoguanli:before { + content: "\e721"; +} + +.iconyouhuiquan4:before { + content: "\e722"; +} + +.iconwenzhangguanli:before { + content: "\e723"; +} + +.icondingdanguanli:before { + content: "\e71c"; +} + +.iconduanxinpeizhi:before { + content: "\e71d"; +} + +.iconshangyeshouquan:before { + content: "\e71b"; +} + +.iconweixinzhifu:before { + content: "\e719"; +} + +.iconzhifubao:before { + content: "\e71a"; +} + +.icongongge:before { + content: "\e718"; +} + +.iconliebiao:before { + content: "\e717"; +} + +.iconshouyintai-shouyin1:before { + content: "\e707"; +} + +.iconshouyintai-dingdan1:before { + content: "\e708"; +} + +.iconshouyintai-hexiao1:before { + content: "\e709"; +} + +.iconshouyintai-zhuoma:before { + content: "\e711"; +} + +.iconshouyintai-tuihuo1:before { + content: "\e712"; +} + +.iconshouyintai-yonghu:before { + content: "\e713"; +} + +.iconshouyintai-guadan1:before { + content: "\e714"; +} + +.iconshouyintai-chongzhi1:before { + content: "\e716"; +} + +.iconqudaoma:before { + content: "\e6da"; +} + +.iconbiaodanzujian-duoxuankuang:before { + content: "\e6c9"; +} + +.iconbiaodanzujian-riqi:before { + content: "\e6ca"; +} + +.iconbiaodanzujian-danxuankuang:before { + content: "\e6cb"; +} + +.iconbiaodanzujian-danhangwenben:before { + content: "\e6cc"; +} + +.iconbiaodanzujian-riqifanwei:before { + content: "\e6cd"; +} + +.iconbiaodanzujian-shijian:before { + content: "\e6ce"; +} + +.iconbiaodanzujian-xialakuang:before { + content: "\e6cf"; +} + +.iconbiaodanzujian-shijianfanwei:before { + content: "\e6d0"; +} + +.iconbiaodanzujian-tupian:before { + content: "\e6d1"; +} + +.iconbiaodanzujian-chengshi:before { + content: "\e6d2"; +} + +.icondangqianjifen:before { + content: "\e6bb"; +} + +.iconleijijifen:before { + content: "\e6be"; +} + +.iconfaqirenshu:before { + content: "\e6bf"; +} + +.iconshengyukucun:before { + content: "\e6c0"; +} + +.icontuiguangrenshu:before { + content: "\e6c1"; +} + +.iconkanjiachenggong:before { + content: "\e6c2"; +} + +.iconchengtuanshu:before { + content: "\e6c3"; +} + +.iconcanyurenshu:before { + content: "\e6c4"; +} + +.iconxiadanrenshu:before { + content: "\e6c5"; +} + +.iconxiaohaojifen:before { + content: "\e6c6"; +} + +.iconzhifudingdan:before { + content: "\e6c7"; +} + +.iconzhifurenshu:before { + content: "\e6c8"; +} + +.iconxinrenli2:before { + content: "\e6bd"; +} + +.iconhuiyuanjihuo:before { + content: "\e6bc"; +} + +.iconyangshier:before { + content: "\e69c"; +} + +.iconyangshiyi:before { + content: "\e69d"; +} + +.icona-zuhe-banner1:before { + content: "\e8fe"; +} + +.icontupianmofang2:before { + content: "\e8fb"; +} + +.iconshangpinfenlei1:before { + content: "\e8fc"; +} + +.iconpeizhiyindao1:before { + content: "\e8f8"; +} + +.iconyuechongzhi:before { + content: "\e8f5"; +} + +.iconyouhuitaocan:before { + content: "\e8f6"; +} + +.iconzuhe-fenlei:before { + content: "\e8ea"; +} + +.iconpeizhiyindao:before { + content: "\e8e9"; +} + +.iconduanshipin1:before { + content: "\e8d9"; +} + +.icondinjiannzhe:before { + content: "\e8da"; +} + +.iconhuodongbeijingtu:before { + content: "\e8db"; +} + +.iconjifenshangcheng:before { + content: "\e8dc"; +} + +.iconhuodongbiankuang:before { + content: "\e8dd"; +} + +.iconkanjiahuodong:before { + content: "\e8de"; +} + +.iconjiugonggechoujiang:before { + content: "\e8df"; +} + +.iconmansonghuodong:before { + content: "\e8e0"; +} + +.iconmanjianmanzhe:before { + content: "\e8e1"; +} + +.iconmeiriqiandao:before { + content: "\e8e2"; +} + +.iconwenzhang:before { + content: "\e8e3"; +} + +.iconmiaoshahuodong:before { + content: "\e8e4"; +} + +.iconpintuanhuodong:before { + content: "\e8e5"; +} + +.iconyouhuiquan3:before { + content: "\e8e6"; +} + +.iconzhibo:before { + content: "\e8e7"; +} + +.iconxianshizhekou:before { + content: "\e8e8"; +} + +.icontupianmofang1:before { + content: "\e710"; +} + +.iconremaipaihang:before { + content: "\e70c"; +} + +.iconyonghuxinxi:before { + content: "\e82e"; +} + +.iconshipinyangshi2:before { + content: "\e829"; +} + +.iconbiaoti3:before { + content: "\e82a"; +} + +.iconshipinyangshi1:before { + content: "\e82b"; +} + +.icondingwei1:before { + content: "\e82c"; +} + +.iconsousuo11:before { + content: "\e82d"; +} + +.iconshouji1:before { + content: "\e828"; +} + +.iconerweima:before { + content: "\e823"; +} + +.iconsousuo1:before { + content: "\e824"; +} + +.icondingwei:before { + content: "\e825"; +} + +.iconshipindianzan-yidian:before { + content: "\e826"; +} + +.iconshipindianzan-weidian:before { + content: "\e827"; +} + +.icondingbudaohang:before { + content: "\e81e"; +} + +.iconduanshipin:before { + content: "\e81f"; +} + +.iconxinrenli:before { + content: "\e820"; +} + +.icongouwuche:before { + content: "\e816"; +} + +.iconfenxiang:before { + content: "\e817"; +} + +.iconkanjia2:before { + content: "\e818"; +} + +.iconpintuan3:before { + content: "\e819"; +} + +.iconkefu2:before { + content: "\e81a"; +} + +.icona-shoucang:before { + content: "\e81b"; +} + +.iconmendian:before { + content: "\e81c"; +} + +.iconmiaosha3:before { + content: "\e81d"; +} + +.icontuikuandingdanliang:before { + content: "\e7d1"; +} + +.icondingdanliang:before { + content: "\e7d2"; +} + +.icondingdanjine:before { + content: "\e7d3"; +} + +.icontuikuanjine:before { + content: "\e7d4"; +} + +.icontongji:before { + content: "\e70a"; +} + +.iconbiaoge1:before { + content: "\e70b"; +} + +.iconfanhui1:before { + content: "\e7c8"; +} + +.iconpc-jifen:before { + content: "\e7e3"; +} + +.iconpc-youhuiquan:before { + content: "\e7e4"; +} + +.iconshouyintai:before { + content: "\e7c7"; +} + +.iconjia:before { + content: "\e7c5"; +} + +.iconjian:before { + content: "\e7c6"; +} + +.iconcrmeb1:before { + content: "\e739"; +} + +.iconzuoyou:before { + content: "\e7ba"; +} + +.iconshangxia:before { + content: "\e7bb"; +} + +.icondangqianqunchengyuan:before { + content: "\e7b7"; +} + +.iconjinrituiqun:before { + content: "\e7b8"; +} + +.iconjinrixinzeng:before { + content: "\e7b9"; +} + +.iconleijituiqun:before { + content: "\e7b6"; +} + +.icondianpujie:before { + content: "\e692"; +} + +.icontupian4:before { + content: "\e7b5"; +} + +.icona-shouyintai-weixinzhifubao:before { + content: "\e7a9"; +} + +.iconshouyintai-xianjinshoukuan:before { + content: "\e7ad"; +} + +.iconshouyintai-xingzhuang:before { + content: "\e7ae"; +} + +.iconshouyintai-shuaxin:before { + content: "\e7a3"; +} + +.iconshouyintai-mima:before { + content: "\e7a4"; +} + +.iconshouyintai-qiyeweixin:before { + content: "\e7a5"; +} + +.iconshouyintai-dianyuan:before { + content: "\e7a6"; +} + +.iconshouyintai-qingkong:before { + content: "\e7a7"; +} + +.iconshouyintai-shaixuan:before { + content: "\e7a8"; +} + +.iconshouyintai-weixin:before { + content: "\e7aa"; +} + +.iconshouyintai-zhanghao:before { + content: "\e7ab"; +} + +.iconshouyintai-yanjing:before { + content: "\e7ac"; +} + +.iconzidingyicaidan:before { + content: "\e68a"; +} + +.iconfuwenben3:before { + content: "\e688"; +} + +.iconzhongcaoshequ1:before { + content: "\e685"; +} + +.iconyushou1:before { + content: "\e69a"; +} + +.iconxiaochengxuzhibo3:before { + content: "\e69b"; +} + +.iconguanzhugongzhonghao2:before { + content: "\e684"; +} + +.iconzhuanti:before { + content: "\e686"; +} + +.iconfuzhukongbai2:before { + content: "\e687"; +} + +.iconzhuli:before { + content: "\e689"; +} + +.iconsousuokuang:before { + content: "\e68b"; +} + +.iconmiaosha2:before { + content: "\e68c"; +} + +.icontuijianzu:before { + content: "\e68d"; +} + +.icondaohangzu2:before { + content: "\e68e"; +} + +.iconpintuan2:before { + content: "\e68f"; +} + +.iconshangpinliebiao2:before { + content: "\e690"; +} + +.iconshangpinfenlei:before { + content: "\e691"; +} + +.iconxinwenbobao2:before { + content: "\e693"; +} + +.iconyouhuiquan2:before { + content: "\e694"; +} + +.iconfuzhuxian2:before { + content: "\e695"; +} + +.iconzaixiankefu:before { + content: "\e696"; +} + +.iconbiaoti2:before { + content: "\e697"; +} + +.iconlunbotu:before { + content: "\e698"; +} + +.icontupianmofang:before { + content: "\e699"; +} + +.iconbanquan:before { + content: "\e793"; +} + +.iconcaidanshouqi:before { + content: "\e791"; +} + +.iconcaidanzhankai:before { + content: "\e792"; +} + +.icondingdan:before { + content: "\e760"; +} + +.iconapp:before { + content: "\e75b"; +} + +.iconPC:before { + content: "\e75c"; +} + +.iconxiaochengxu:before { + content: "\e75d"; +} + +.icongongzhonghao:before { + content: "\e75e"; +} + +.iconh5:before { + content: "\e75f"; +} + +.iconshipin:before { + content: "\e758"; +} + +.iconqiehuanhuiyuan:before { + content: "\e757"; +} + +.iconguadan:before { + content: "\e756"; +} + +.iconhexiaodingdanjine:before { + content: "\e73c"; +} + +.iconmendiandingdanjine:before { + content: "\e73b"; +} + +.iconmendianchengjiaoyonghushu:before { + content: "\e73d"; +} + +.iconfufeihuiyuanjine:before { + content: "\e73e"; +} + +.iconshouyindingdanjine:before { + content: "\e73f"; +} + +.iconmendianxinzengyonghushu:before { + content: "\e740"; +} + +.iconhuiyuankajihuoshu:before { + content: "\e741"; +} + +.iconxinzengyonghushu1:before { + content: "\e742"; +} + +.iconfenpeidingdanjine:before { + content: "\e743"; +} + +.iconyuexiaohaojine:before { + content: "\e744"; +} + +.iconerweima-xingerenzhongxin:before { + content: "\e715"; +} + +.iconhuishan:before { + content: "\e70f"; +} + +.iconshangpinshuliang-jia:before { + content: "\e70e"; +} + +.iconshangpinshuliang-jian:before { + content: "\e70d"; +} + +.icontupianguanggao1:before { + content: "\e6fe"; +} + +.iconsousukuang1:before { + content: "\e6ff"; +} + +.iconwenzhangliebiao1:before { + content: "\e700"; +} + +.iconpintuan1:before { + content: "\e701"; +} + +.iconshangpinliebiao1:before { + content: "\e702"; +} + +.iconyouhuiquan1:before { + content: "\e703"; +} + +.iconxiaochengxuzhibo1:before { + content: "\e704"; +} + +.iconmiaosha1:before { + content: "\e705"; +} + +.iconxinwenbobao1:before { + content: "\e706"; +} + +.icondaohangzu1:before { + content: "\e6f3"; +} + +.iconbiaoti1:before { + content: "\e6f4"; +} + +.iconfenleidaohang1:before { + content: "\e6f5"; +} + +.iconcuxiaoliebiao1:before { + content: "\e6f6"; +} + +.iconfuzhukongbai1:before { + content: "\e6f7"; +} + +.iconhuodongmofang1:before { + content: "\e6f8"; +} + +.iconguanzhugongzhonghao1:before { + content: "\e6f9"; +} + +.iconkanjia1:before { + content: "\e6fa"; +} + +.iconfuzhuxian1:before { + content: "\e6fb"; +} + +.iconkefu1:before { + content: "\e6fc"; +} + +.iconfuwenben1:before { + content: "\e6fd"; +} + +.icondantu:before { + content: "\e6f0"; +} + +.iconlashen:before { + content: "\e6f1"; +} + +.iconpingpu:before { + content: "\e6f2"; +} + +.iconshouhou-tuikuan-lan:before { + content: "\e6ea"; +} + +.icondaifukuan-lan:before { + content: "\e6eb"; +} + +.icondaishouhuo-lan:before { + content: "\e6ec"; +} + +.icondaipingjia-lan:before { + content: "\e6ee"; +} + +.icondaifahuo-lan:before { + content: "\e6ef"; +} + +.icondaifukuan-ju:before { + content: "\e6e5"; +} + +.iconshouhou-tuikuan-ju:before { + content: "\e6e6"; +} + +.icondaishouhuo-ju:before { + content: "\e6e7"; +} + +.icondaipingjia-ju:before { + content: "\e6e8"; +} + +.icondaifahuo-ju:before { + content: "\e6e9"; +} + +.icondaipingjia-fen:before { + content: "\e6e0"; +} + +.icondaishouhuo-fen:before { + content: "\e6e1"; +} + +.icondaifukuan-fen:before { + content: "\e6e2"; +} + +.icondaifahuo-fen:before { + content: "\e6e3"; +} + +.icona-shouhoutuikuan-fen:before { + content: "\e6e4"; +} + +.icondaifahuo-lv:before { + content: "\e6db"; +} + +.icondaishouhuo-lv:before { + content: "\e6dc"; +} + +.icondaifukuan-lv:before { + content: "\e6dd"; +} + +.icondaipingjia-lv:before { + content: "\e6de"; +} + +.iconshouhou-tuikuan-lv:before { + content: "\e6df"; +} + +.icondaifukuan1:before { + content: "\e6d5"; +} + +.icondaipingjia1:before { + content: "\e6d6"; +} + +.iconshouhou_tuikuan:before { + content: "\e6d7"; +} + +.icondaifahuo1:before { + content: "\e6d8"; +} + +.icondaishouhuo1:before { + content: "\e6d9"; +} + +.iconshezhi:before { + content: "\e6d4"; +} + +.icons-kefu:before { + content: "\e6d3"; +} + +.iconduohang:before { + content: "\e6b4"; +} + +.icon4ge1:before { + content: "\e6b5"; +} + +.icon5ge1:before { + content: "\e6b6"; +} + +.icondayuanjiao:before { + content: "\e6b7"; +} + +.icon3ge1:before { + content: "\e6b8"; +} + +.icondanhang:before { + content: "\e6b9"; +} + +.iconzuoyoutuwen:before { + content: "\e6b3"; +} + +.iconyangshi8:before { + content: "\e6b1"; +} + +.iconyangshi9:before { + content: "\e6b2"; +} + +.iconyangshi1:before { + content: "\e6aa"; +} + +.iconyangshi4:before { + content: "\e6ab"; +} + +.iconyangshi5:before { + content: "\e6ac"; +} + +.iconyangshi6:before { + content: "\e6ad"; +} + +.iconyangshi2:before { + content: "\e6ae"; +} + +.iconyangshi7:before { + content: "\e6af"; +} + +.iconyangshi3:before { + content: "\e6b0"; +} + +.iconshuzi:before { + content: "\e6a8"; +} + +.iconjinyong:before { + content: "\e6a9"; +} + +.icon4ge:before { + content: "\e6a5"; +} + +.icon3ge:before { + content: "\e6a6"; +} + +.icon5ge:before { + content: "\e6a7"; +} + +.icon2hang:before { + content: "\e6a2"; +} + +.icon3hang:before { + content: "\e6a3"; +} + +.icon4hang:before { + content: "\e6a4"; +} + +.iconxiayi:before { + content: "\e69e"; +} + +.iconshangyi:before { + content: "\e6a1"; +} + +.iconshanchu2:before { + content: "\e69f"; +} + +.iconfuzhi:before { + content: "\e6a0"; +} + +.iconzuixin:before { + content: "\e683"; +} + +.iconxuanzhong6:before { + content: "\e76d"; +} + +.icontianjia:before { + content: "\e76c"; +} + +.iconbianji2:before { + content: "\e682"; +} + +.icongengduozhankai1:before { + content: "\e67e"; +} + +.icontupian3:before { + content: "\e67f"; +} + +.iconbiaoqing2:before { + content: "\e680"; +} + +.iconhuashu1:before { + content: "\e681"; +} + +.iconshangpintuikuanjine:before { + content: "\e679"; +} + +.iconjiaoyijine:before { + content: "\e67a"; +} + +.iconyuezhifujine:before { + content: "\e67b"; +} + +.iconzhifuyongjinjine:before { + content: "\e67c"; +} + +.iconxianxiashouyinjine:before { + content: "\e67d"; +} + +.iconliaotian:before { + content: "\e769"; +} + +.iconbianji11:before { + content: "\e678"; +} + +.iconjinru:before { + content: "\e676"; +} + +.iconfanhui:before { + content: "\e677"; +} + +.icongengduo:before { + content: "\e66d"; +} + +.iconfasong:before { + content: "\e66e"; +} + +.iconcha1:before { + content: "\e66f"; +} + +.iconmima:before { + content: "\e670"; +} + +.iconsousuo:before { + content: "\e671"; +} + +.iconshouji:before { + content: "\e672"; +} + +.icontuichu:before { + content: "\e673"; +} + +.iconshangpinxinxi:before { + content: "\e674"; +} + +.iconzhanghao:before { + content: "\e675"; +} + +.iconbiaoqing:before { + content: "\e668"; +} + +.icongengduozhankai:before { + content: "\e669"; +} + +.iconhuashu:before { + content: "\e66b"; +} + +.icontupian2:before { + content: "\e66c"; +} + +.icontianjia11:before { + content: "\e662"; +} + +.iconbianji1:before { + content: "\e663"; +} + +.iconshezhi1:before { + content: "\e664"; +} + +.iconshanchu1:before { + content: "\e665"; +} + +.iconjiahao:before { + content: "\e666"; +} + +.iconcha:before { + content: "\e667"; +} + +.iconshanchu:before { + content: "\e767"; +} + +.iconbianji:before { + content: "\e768"; +} + +.iconduihao:before { + content: "\e6ba"; +} + +.icondaipingjia:before { + content: "\e65d"; +} + +.icondaishouhuo:before { + content: "\e65e"; +} + +.iconshouhou-tuikuan:before { + content: "\e65f"; +} + +.icondaifahuo:before { + content: "\e660"; +} + +.icondaifukuan:before { + content: "\e661"; +} + +.iconzhuanjie:before { + content: "\e766"; +} + +.iconliulanqi:before { + content: "\e65c"; +} + +.iconfangkeshu:before { + content: "\e63f"; +} + +.iconfangwenliang:before { + content: "\e642"; +} + +.iconchengjiaoyonghushu:before { + content: "\e63d"; +} + +.iconchongzhijianshu:before { + content: "\e63e"; +} + +.iconchengbenjine:before { + content: "\e640"; +} + +.iconfufeihuiyuanshu:before { + content: "\e641"; +} + +.iconchongzhiyonghushu:before { + content: "\e643"; +} + +.icongoumaihuiyuanjine:before { + content: "\e644"; +} + +.iconfangke-zhifuzhuanhuashuai:before { + content: "\e645"; +} + +.iconjingzengyonghu:before { + content: "\e646"; +} + +.iconkedanjia:before { + content: "\e647"; +} + +.iconjiagoujianshu:before { + content: "\e648"; +} + +.iconleijichongzhiyonghu:before { + content: "\e649"; +} + +.iconleijichengjiaoyonghu:before { + content: "\e64a"; +} + +.iconleijihuiyuanshu:before { + content: "\e64b"; +} + +.iconshangpinliulanliang:before { + content: "\e64c"; +} + +.iconshangpinzhifujine:before { + content: "\e64d"; +} + +.icontuikuanjianshu:before { + content: "\e64e"; +} + +.iconleijiguanzhuyonghu:before { + content: "\e64f"; +} + +.icontuikuan:before { + content: "\e650"; +} + +.iconxiadanjianshu:before { + content: "\e651"; +} + +.iconleijiquguanyonghu:before { + content: "\e652"; +} + +.iconleijiyonghu:before { + content: "\e653"; +} + +.iconxinzengquguanyonghu:before { + content: "\e654"; +} + +.iconshangpinfangkeshu:before { + content: "\e655"; +} + +.iconxinzengyonghushu:before { + content: "\e656"; +} + +.iconxinzengguanzhuyonghu:before { + content: "\e657"; +} + +.iconzhifujine:before { + content: "\e658"; +} + +.iconyingyee:before { + content: "\e659"; +} + +.iconzhifujianshu:before { + content: "\e65a"; +} + +.iconzhichujine:before { + content: "\e65b"; +} + +.iconguanji:before { + content: "\e6ed"; +} + +.iconshengyinjingyinxianxing:before { + content: "\e94f"; +} + +.iconshengyinyinliang:before { + content: "\e66a"; +} + +.iconguanbi5:before { + content: "\e761"; +} + +.icontupian1:before { + content: "\e762"; +} + +.iconbiaoqing1:before { + content: "\e764"; +} + +.iconzhanghaomima:before { + content: "\e763"; +} + +.iconerweima2:before { + content: "\e765"; +} + +.iconjuxing:before { + content: "\e628"; +} + +.iconzidongxuanze:before { + content: "\e625"; +} + +.iconshoudongxuanze:before { + content: "\e626"; +} + +.icondanlie:before { + content: "\e622"; +} + +.iconlianglie:before { + content: "\e623"; +} + +.iconsanlie:before { + content: "\e624"; +} + +.iconzhibozhong:before { + content: "\e621"; +} + +.iconyijieshu:before { + content: "\e61f"; +} + +.iconweikaishi:before { + content: "\e620"; +} + +.icondrag2:before { + content: "\e61e"; +} + +.iconbanner_3:before { + content: "\e613"; +} + +.iconxiaochengxuzhibo:before { + content: "\e63c"; +} + +.iconSolidline:before { + content: "\e61b"; +} + +.iconDottedline:before { + content: "\e61c"; +} + +.iconDotline:before { + content: "\e61d"; +} + +.icondrop-down:before { + content: "\e619"; +} + +.iconDot:before { + content: "\e605"; +} + +.iconSquarepoint:before { + content: "\e60d"; +} + +.icondel_2:before { + content: "\e608"; +} + +.iconaddto:before { + content: "\e60c"; +} + +.icondel_1:before { + content: "\e610"; +} + +.icondrag:before { + content: "\e617"; +} + +.iconComm_number:before { + content: "\e600"; +} + +.iconComm_whole:before { + content: "\e603"; +} + +.iconComm_Price:before { + content: "\e616"; +} + +.iconPic_square:before { + content: "\e60e"; +} + +.iconPic_fillet:before { + content: "\e60f"; +} + +.iconsearch_2:before { + content: "\e615"; +} + +.iconsearch_1:before { + content: "\e618"; +} + +.iconbanner_2:before { + content: "\e602"; +} + +.iconPic_small:before { + content: "\e609"; +} + +.iconPic_big:before { + content: "\e60a"; +} + +.iconbanner_1:before { + content: "\e60b"; +} + +.icondoc_skew:before { + content: "\e601"; +} + +.icondoc_bold:before { + content: "\e604"; +} + +.icondoc_general:before { + content: "\e61a"; +} + +.iconfive:before { + content: "\e606"; +} + +.iconFour:before { + content: "\e614"; +} + +.icondoc_center:before { + content: "\e607"; +} + +.icondoc_right:before { + content: "\e611"; +} + +.icondoc_left:before { + content: "\e612"; +} + +.icontupian:before { + content: "\e63b"; +} + +.iconkefu:before { + content: "\e633"; +} + +.iconfuzhuxian:before { + content: "\e63a"; +} + +.iconbiaoti:before { + content: "\e627"; +} + +.icondaohangzu:before { + content: "\e629"; +} + +.iconfuzhukongbai:before { + content: "\e62a"; +} + +.iconfenleidaohang:before { + content: "\e62b"; +} + +.iconcuxiaoliebiao:before { + content: "\e62c"; +} + +.iconkanjia:before { + content: "\e62d"; +} + +.iconguanzhugongzhonghao:before { + content: "\e62e"; +} + +.iconhuodongmofang:before { + content: "\e62f"; +} + +.iconfuwenben:before { + content: "\e630"; +} + +.iconmiaosha:before { + content: "\e631"; +} + +.iconshangpinliebiao:before { + content: "\e632"; +} + +.iconpintuan:before { + content: "\e634"; +} + +.iconsousukuang:before { + content: "\e635"; +} + +.icontupianguanggao:before { + content: "\e636"; +} + +.iconxinwenbobao:before { + content: "\e637"; +} + +.iconwenzhangliebiao:before { + content: "\e638"; +} + +.iconyouhuiquan:before { + content: "\e639"; +} + diff --git a/src/styles/iconfont/iconfont.js b/src/styles/iconfont/iconfont.js new file mode 100644 index 0000000..ba927e3 --- /dev/null +++ b/src/styles/iconfont/iconfont.js @@ -0,0 +1 @@ +window._iconfont_svg_string_1945396='',function(h){var a=(a=document.getElementsByTagName("script"))[a.length-1],l=a.getAttribute("data-injectcss"),a=a.getAttribute("data-disable-injectsvg");if(!a){var c,i,o,v,z,t=function(a,l){l.parentNode.insertBefore(a,l)};if(l&&!h.__iconfont__svg__cssinject__){h.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(a){console&&console.log(a)}}c=function(){var a,l=document.createElement("div");l.innerHTML=h._iconfont_svg_string_1945396,(l=l.getElementsByTagName("svg")[0])&&(l.setAttribute("aria-hidden","true"),l.style.position="absolute",l.style.width=0,l.style.height=0,l.style.overflow="hidden",l=l,(a=document.body).firstChild?t(l,a.firstChild):a.appendChild(l))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(c,0):(i=function(){document.removeEventListener("DOMContentLoaded",i,!1),c()},document.addEventListener("DOMContentLoaded",i,!1)):document.attachEvent&&(o=c,v=h.document,z=!1,p(),v.onreadystatechange=function(){"complete"==v.readyState&&(v.onreadystatechange=null,s())})}function s(){z||(z=!0,o())}function p(){try{v.documentElement.doScroll("left")}catch(a){return void setTimeout(p,50)}s()}}(window); \ No newline at end of file diff --git a/src/styles/iconfont/iconfont.json b/src/styles/iconfont/iconfont.json new file mode 100644 index 0000000..61ce8db --- /dev/null +++ b/src/styles/iconfont/iconfont.json @@ -0,0 +1,3355 @@ +{ + "id": "1945396", + "name": "后台图标", + "font_family": "iconfont", + "css_prefix_text": "icon", + "description": "", + "glyphs": [ + { + "icon_id": "38535244", + "name": "待发货-积分", + "font_class": "daifahuo-jifen", + "unicode": "e78c", + "unicode_decimal": 59276 + }, + { + "icon_id": "37847260", + "name": "ic_fire", + "font_class": "ic_fire", + "unicode": "e78b", + "unicode_decimal": 59275 + }, + { + "icon_id": "38319510", + "name": "复选框-未选中", + "font_class": "fuxuankuang-weixuanzhong", + "unicode": "e78f", + "unicode_decimal": 59279 + }, + { + "icon_id": "38319398", + "name": "复制", + "font_class": "fuzhi1", + "unicode": "e787", + "unicode_decimal": 59271 + }, + { + "icon_id": "38319394", + "name": "操作-整体", + "font_class": "caozuo-zhengti", + "unicode": "e788", + "unicode_decimal": 59272 + }, + { + "icon_id": "38319396", + "name": "操作-边角", + "font_class": "caozuo-bianjiao", + "unicode": "e789", + "unicode_decimal": 59273 + }, + { + "icon_id": "38319395", + "name": "播放", + "font_class": "bofang", + "unicode": "e78a", + "unicode_decimal": 59274 + }, + { + "icon_id": "38319409", + "name": "右上角", + "font_class": "youshangjiao", + "unicode": "e77d", + "unicode_decimal": 59261 + }, + { + "icon_id": "38319401", + "name": "关闭", + "font_class": "guanbi", + "unicode": "e77e", + "unicode_decimal": 59262 + }, + { + "icon_id": "38319407", + "name": "下", + "font_class": "xia", + "unicode": "e77f", + "unicode_decimal": 59263 + }, + { + "icon_id": "38319406", + "name": "形状结合", + "font_class": "xingzhuangjiehe", + "unicode": "e780", + "unicode_decimal": 59264 + }, + { + "icon_id": "38319408", + "name": "显示", + "font_class": "xianshi", + "unicode": "e781", + "unicode_decimal": 59265 + }, + { + "icon_id": "38319404", + "name": "完成", + "font_class": "wancheng", + "unicode": "e782", + "unicode_decimal": 59266 + }, + { + "icon_id": "38319405", + "name": "删除", + "font_class": "shanchu3", + "unicode": "e783", + "unicode_decimal": 59267 + }, + { + "icon_id": "38319402", + "name": "上", + "font_class": "shang", + "unicode": "e784", + "unicode_decimal": 59268 + }, + { + "icon_id": "38319399", + "name": "加号", + "font_class": "jiahao1", + "unicode": "e785", + "unicode_decimal": 59269 + }, + { + "icon_id": "38319397", + "name": "复选框-选中", + "font_class": "fuxuankuang-xuanzhong", + "unicode": "e786", + "unicode_decimal": 59270 + }, + { + "icon_id": "38319416", + "name": "右下角", + "font_class": "youxiajiao", + "unicode": "e75a", + "unicode_decimal": 59226 + }, + { + "icon_id": "38319415", + "name": "隐藏", + "font_class": "yincang", + "unicode": "e76f", + "unicode_decimal": 59247 + }, + { + "icon_id": "38319410", + "name": "购物车", + "font_class": "gouwuche1", + "unicode": "e779", + "unicode_decimal": 59257 + }, + { + "icon_id": "38319413", + "name": "右", + "font_class": "you", + "unicode": "e77a", + "unicode_decimal": 59258 + }, + { + "icon_id": "38319411", + "name": "左上角", + "font_class": "zuoshangjiao", + "unicode": "e77b", + "unicode_decimal": 59259 + }, + { + "icon_id": "38319412", + "name": "左下角", + "font_class": "zuoxiajiao", + "unicode": "e77c", + "unicode_decimal": 59260 + }, + { + "icon_id": "38312575", + "name": "组件-公众号", + "font_class": "zujian-gongzhonghao", + "unicode": "e759", + "unicode_decimal": 59225 + }, + { + "icon_id": "38312038", + "name": "组件-拼团", + "font_class": "zujian-pintuan", + "unicode": "e770", + "unicode_decimal": 59248 + }, + { + "icon_id": "38312042", + "name": "组件-商品选项卡", + "font_class": "zujian-shangpinxuanxiangka", + "unicode": "e771", + "unicode_decimal": 59249 + }, + { + "icon_id": "38312041", + "name": "组件-签到", + "font_class": "zujian-qiandao", + "unicode": "e772", + "unicode_decimal": 59250 + }, + { + "icon_id": "38312040", + "name": "组件-悬浮按钮", + "font_class": "zujian-xuanfuanniu", + "unicode": "e773", + "unicode_decimal": 59251 + }, + { + "icon_id": "38312043", + "name": "组件-选项卡", + "font_class": "zujian-xuanxiangka1", + "unicode": "e774", + "unicode_decimal": 59252 + }, + { + "icon_id": "38312039", + "name": "组件-积分商城", + "font_class": "zujian-jifenshangcheng", + "unicode": "e775", + "unicode_decimal": 59253 + }, + { + "icon_id": "38312036", + "name": "组件-砍价", + "font_class": "zujian-kanjia", + "unicode": "e776", + "unicode_decimal": 59254 + }, + { + "icon_id": "38312037", + "name": "组件-热区", + "font_class": "zujian-requ", + "unicode": "e777", + "unicode_decimal": 59255 + }, + { + "icon_id": "38312035", + "name": "组件-短视频", + "font_class": "zujian-duanshipin", + "unicode": "e778", + "unicode_decimal": 59256 + }, + { + "icon_id": "38312050", + "name": "组件-新人专享", + "font_class": "zujian-xinrenzhuanxiang", + "unicode": "e755", + "unicode_decimal": 59221 + }, + { + "icon_id": "38312047", + "name": "组件-排行榜", + "font_class": "zujian-paihangbang", + "unicode": "e76a", + "unicode_decimal": 59242 + }, + { + "icon_id": "38312044", + "name": "组件-用户信息", + "font_class": "zujian-yonghuxinxi", + "unicode": "e76b", + "unicode_decimal": 59243 + }, + { + "icon_id": "38312045", + "name": "组件-预售", + "font_class": "zujian-yushou", + "unicode": "e76e", + "unicode_decimal": 59246 + }, + { + "icon_id": "35661916", + "name": "组件-店铺街", + "font_class": "zujian-dianpujie", + "unicode": "e735", + "unicode_decimal": 59189 + }, + { + "icon_id": "35661917", + "name": "组件-导航组", + "font_class": "zujian-daohangzu", + "unicode": "e736", + "unicode_decimal": 59190 + }, + { + "icon_id": "35661918", + "name": "组件-标题", + "font_class": "zujian-biaoti", + "unicode": "e737", + "unicode_decimal": 59191 + }, + { + "icon_id": "35661919", + "name": "组件-辅助空白", + "font_class": "zujian-fuzhukongbai", + "unicode": "e738", + "unicode_decimal": 59192 + }, + { + "icon_id": "35661921", + "name": "组件-图片魔方", + "font_class": "zujian-tupianmofang", + "unicode": "e73a", + "unicode_decimal": 59194 + }, + { + "icon_id": "35661922", + "name": "组件-商品分类", + "font_class": "zujian-shangpinfenlei", + "unicode": "e745", + "unicode_decimal": 59205 + }, + { + "icon_id": "35661923", + "name": "组件-文章列表", + "font_class": "zujian-wenzhangliebiao", + "unicode": "e746", + "unicode_decimal": 59206 + }, + { + "icon_id": "35661924", + "name": "组件-商品列表", + "font_class": "zujian-shangpinliebiao", + "unicode": "e747", + "unicode_decimal": 59207 + }, + { + "icon_id": "35661925", + "name": "组件-轮播图", + "font_class": "zujian-lunbotu", + "unicode": "e748", + "unicode_decimal": 59208 + }, + { + "icon_id": "35661926", + "name": "组件-小程序直播", + "font_class": "zujian-xiaochengxuzhibo", + "unicode": "e749", + "unicode_decimal": 59209 + }, + { + "icon_id": "35661927", + "name": "组件-富文本", + "font_class": "zujian-fuwenben", + "unicode": "e74a", + "unicode_decimal": 59210 + }, + { + "icon_id": "35661928", + "name": "组件-视频", + "font_class": "zujian-shipin", + "unicode": "e74b", + "unicode_decimal": 59211 + }, + { + "icon_id": "35661929", + "name": "组件-搜索框", + "font_class": "zujian-sousuokuang", + "unicode": "e74c", + "unicode_decimal": 59212 + }, + { + "icon_id": "35661930", + "name": "组件-种草社区", + "font_class": "zujian-zhongcaoshequ", + "unicode": "e74d", + "unicode_decimal": 59213 + }, + { + "icon_id": "35661931", + "name": "组件-悬浮菜单", + "font_class": "zujian-xuanfucaidan", + "unicode": "e74e", + "unicode_decimal": 59214 + }, + { + "icon_id": "35661932", + "name": "组件-秒杀", + "font_class": "zujian-miaosha", + "unicode": "e74f", + "unicode_decimal": 59215 + }, + { + "icon_id": "35661933", + "name": "组件-优惠券", + "font_class": "zujian-youhuiquan", + "unicode": "e750", + "unicode_decimal": 59216 + }, + { + "icon_id": "35661934", + "name": "组件-新闻播报", + "font_class": "zujian-xinwenbobao", + "unicode": "e751", + "unicode_decimal": 59217 + }, + { + "icon_id": "35661935", + "name": "组件-选项卡", + "font_class": "zujian-xuanxiangka", + "unicode": "e752", + "unicode_decimal": 59218 + }, + { + "icon_id": "35661936", + "name": "组件-轮播搜索", + "font_class": "zujian-zuhezujian", + "unicode": "e753", + "unicode_decimal": 59219 + }, + { + "icon_id": "35668796", + "name": "组件-辅助线", + "font_class": "zujian-fuzhuxian", + "unicode": "e754", + "unicode_decimal": 59220 + }, + { + "icon_id": "35661915", + "name": "组件-底部菜单", + "font_class": "zujian-dibucaidan", + "unicode": "e734", + "unicode_decimal": 59188 + }, + { + "icon_id": "37924879", + "name": "待发货", + "font_class": "daifahuo2", + "unicode": "e732", + "unicode_decimal": 59186 + }, + { + "icon_id": "37924880", + "name": "待处理-用户反馈", + "font_class": "daichuli-yonghufankui", + "unicode": "e733", + "unicode_decimal": 59187 + }, + { + "icon_id": "37924897", + "name": "待退款", + "font_class": "daituikuan", + "unicode": "e726", + "unicode_decimal": 59174 + }, + { + "icon_id": "37924896", + "name": "待审核-提现", + "font_class": "daishenhe-tixian", + "unicode": "e727", + "unicode_decimal": 59175 + }, + { + "icon_id": "37924895", + "name": "待审核-商户入驻", + "font_class": "daishenhe-shanghuruzhu", + "unicode": "e728", + "unicode_decimal": 59176 + }, + { + "icon_id": "37924894", + "name": "待审核-社区内容", + "font_class": "daishenhe-shequneirong", + "unicode": "e729", + "unicode_decimal": 59177 + }, + { + "icon_id": "37924892", + "name": "警戒库存", + "font_class": "jingjiekucun", + "unicode": "e72a", + "unicode_decimal": 59178 + }, + { + "icon_id": "37924890", + "name": "待审核-转账", + "font_class": "daishenhe-zhuanzhang", + "unicode": "e72b", + "unicode_decimal": 59179 + }, + { + "icon_id": "37924888", + "name": "普通商品", + "font_class": "putongshangpin", + "unicode": "e72c", + "unicode_decimal": 59180 + }, + { + "icon_id": "37924889", + "name": "售罄商品", + "font_class": "shouqingshangpin", + "unicode": "e72d", + "unicode_decimal": 59181 + }, + { + "icon_id": "37924885", + "name": "待核销-分销礼包", + "font_class": "daihexiao-fenxiaolibao", + "unicode": "e72e", + "unicode_decimal": 59182 + }, + { + "icon_id": "37924884", + "name": "待回复", + "font_class": "daihuifu", + "unicode": "e72f", + "unicode_decimal": 59183 + }, + { + "icon_id": "37924881", + "name": "待开票", + "font_class": "daikaipiao", + "unicode": "e730", + "unicode_decimal": 59184 + }, + { + "icon_id": "37924882", + "name": "待核销", + "font_class": "daihexiao", + "unicode": "e731", + "unicode_decimal": 59185 + }, + { + "icon_id": "37924898", + "name": "在售商品", + "font_class": "zaishoushangpin", + "unicode": "e724", + "unicode_decimal": 59172 + }, + { + "icon_id": "37924893", + "name": "活动商品", + "font_class": "huodongshangpin", + "unicode": "e725", + "unicode_decimal": 59173 + }, + { + "icon_id": "37107583", + "name": "系统设置", + "font_class": "xitongshezhi", + "unicode": "e71e", + "unicode_decimal": 59166 + }, + { + "icon_id": "37107582", + "name": "用户管理", + "font_class": "yonghuguanli", + "unicode": "e71f", + "unicode_decimal": 59167 + }, + { + "icon_id": "37107581", + "name": "商品", + "font_class": "shangpin", + "unicode": "e720", + "unicode_decimal": 59168 + }, + { + "icon_id": "37107580", + "name": "分销管理", + "font_class": "fenxiaoguanli", + "unicode": "e721", + "unicode_decimal": 59169 + }, + { + "icon_id": "37107579", + "name": "优惠券", + "font_class": "youhuiquan4", + "unicode": "e722", + "unicode_decimal": 59170 + }, + { + "icon_id": "37107578", + "name": "文章管理", + "font_class": "wenzhangguanli", + "unicode": "e723", + "unicode_decimal": 59171 + }, + { + "icon_id": "37107577", + "name": "订单管理", + "font_class": "dingdanguanli", + "unicode": "e71c", + "unicode_decimal": 59164 + }, + { + "icon_id": "37107576", + "name": "短信配置", + "font_class": "duanxinpeizhi", + "unicode": "e71d", + "unicode_decimal": 59165 + }, + { + "icon_id": "37045864", + "name": "商业授权", + "font_class": "shangyeshouquan", + "unicode": "e71b", + "unicode_decimal": 59163 + }, + { + "icon_id": "6133627", + "name": "微信支付", + "font_class": "weixinzhifu", + "unicode": "e719", + "unicode_decimal": 59161 + }, + { + "icon_id": "6783580", + "name": "支付宝", + "font_class": "zhifubao", + "unicode": "e71a", + "unicode_decimal": 59162 + }, + { + "icon_id": "36549435", + "name": "宫格", + "font_class": "gongge", + "unicode": "e718", + "unicode_decimal": 59160 + }, + { + "icon_id": "36549353", + "name": "列表", + "font_class": "liebiao", + "unicode": "e717", + "unicode_decimal": 59159 + }, + { + "icon_id": "35446049", + "name": "收银台-收银", + "font_class": "shouyintai-shouyin1", + "unicode": "e707", + "unicode_decimal": 59143 + }, + { + "icon_id": "35446050", + "name": "收银台-订单", + "font_class": "shouyintai-dingdan1", + "unicode": "e708", + "unicode_decimal": 59144 + }, + { + "icon_id": "35446051", + "name": "收银台-核销", + "font_class": "shouyintai-hexiao1", + "unicode": "e709", + "unicode_decimal": 59145 + }, + { + "icon_id": "35446052", + "name": "收银台-桌码", + "font_class": "shouyintai-zhuoma", + "unicode": "e711", + "unicode_decimal": 59153 + }, + { + "icon_id": "35446053", + "name": "收银台-退货", + "font_class": "shouyintai-tuihuo1", + "unicode": "e712", + "unicode_decimal": 59154 + }, + { + "icon_id": "35446054", + "name": "收银台-用户", + "font_class": "shouyintai-yonghu", + "unicode": "e713", + "unicode_decimal": 59155 + }, + { + "icon_id": "35446055", + "name": "收银台-挂单", + "font_class": "shouyintai-guadan1", + "unicode": "e714", + "unicode_decimal": 59156 + }, + { + "icon_id": "35446056", + "name": "收银台-充值", + "font_class": "shouyintai-chongzhi1", + "unicode": "e716", + "unicode_decimal": 59158 + }, + { + "icon_id": "35445049", + "name": "渠道码", + "font_class": "qudaoma", + "unicode": "e6da", + "unicode_decimal": 59098 + }, + { + "icon_id": "34411016", + "name": "表单组件-多选框", + "font_class": "biaodanzujian-duoxuankuang", + "unicode": "e6c9", + "unicode_decimal": 59081 + }, + { + "icon_id": "34411017", + "name": "表单组件-日期", + "font_class": "biaodanzujian-riqi", + "unicode": "e6ca", + "unicode_decimal": 59082 + }, + { + "icon_id": "34411018", + "name": "表单组件-单选框", + "font_class": "biaodanzujian-danxuankuang", + "unicode": "e6cb", + "unicode_decimal": 59083 + }, + { + "icon_id": "34411019", + "name": "表单组件-单行文本", + "font_class": "biaodanzujian-danhangwenben", + "unicode": "e6cc", + "unicode_decimal": 59084 + }, + { + "icon_id": "34411020", + "name": "表单组件-日期范围", + "font_class": "biaodanzujian-riqifanwei", + "unicode": "e6cd", + "unicode_decimal": 59085 + }, + { + "icon_id": "34411021", + "name": "表单组件-时间", + "font_class": "biaodanzujian-shijian", + "unicode": "e6ce", + "unicode_decimal": 59086 + }, + { + "icon_id": "34411022", + "name": "表单组件-下拉框", + "font_class": "biaodanzujian-xialakuang", + "unicode": "e6cf", + "unicode_decimal": 59087 + }, + { + "icon_id": "34411023", + "name": "表单组件-时间范围", + "font_class": "biaodanzujian-shijianfanwei", + "unicode": "e6d0", + "unicode_decimal": 59088 + }, + { + "icon_id": "34411025", + "name": "表单组件-图片", + "font_class": "biaodanzujian-tupian", + "unicode": "e6d1", + "unicode_decimal": 59089 + }, + { + "icon_id": "34411033", + "name": "表单组件-城市", + "font_class": "biaodanzujian-chengshi", + "unicode": "e6d2", + "unicode_decimal": 59090 + }, + { + "icon_id": "34383552", + "name": "当前积分", + "font_class": "dangqianjifen", + "unicode": "e6bb", + "unicode_decimal": 59067 + }, + { + "icon_id": "34383553", + "name": "累计积分", + "font_class": "leijijifen", + "unicode": "e6be", + "unicode_decimal": 59070 + }, + { + "icon_id": "34383554", + "name": "发起人数", + "font_class": "faqirenshu", + "unicode": "e6bf", + "unicode_decimal": 59071 + }, + { + "icon_id": "34383555", + "name": "剩余库存", + "font_class": "shengyukucun", + "unicode": "e6c0", + "unicode_decimal": 59072 + }, + { + "icon_id": "34383556", + "name": "推广人数", + "font_class": "tuiguangrenshu", + "unicode": "e6c1", + "unicode_decimal": 59073 + }, + { + "icon_id": "34383557", + "name": "砍价成功", + "font_class": "kanjiachenggong", + "unicode": "e6c2", + "unicode_decimal": 59074 + }, + { + "icon_id": "34383558", + "name": "成团数", + "font_class": "chengtuanshu", + "unicode": "e6c3", + "unicode_decimal": 59075 + }, + { + "icon_id": "34383559", + "name": "参与人数", + "font_class": "canyurenshu", + "unicode": "e6c4", + "unicode_decimal": 59076 + }, + { + "icon_id": "34383560", + "name": "下单人数", + "font_class": "xiadanrenshu", + "unicode": "e6c5", + "unicode_decimal": 59077 + }, + { + "icon_id": "34383561", + "name": "消耗积分", + "font_class": "xiaohaojifen", + "unicode": "e6c6", + "unicode_decimal": 59078 + }, + { + "icon_id": "34383562", + "name": "支付订单", + "font_class": "zhifudingdan", + "unicode": "e6c7", + "unicode_decimal": 59079 + }, + { + "icon_id": "34383563", + "name": "支付人数", + "font_class": "zhifurenshu", + "unicode": "e6c8", + "unicode_decimal": 59080 + }, + { + "icon_id": "34194714", + "name": "新人礼", + "font_class": "xinrenli2", + "unicode": "e6bd", + "unicode_decimal": 59069 + }, + { + "icon_id": "34193147", + "name": "会员激活", + "font_class": "huiyuanjihuo", + "unicode": "e6bc", + "unicode_decimal": 59068 + }, + { + "icon_id": "33898433", + "name": "样式二", + "font_class": "yangshier", + "unicode": "e69c", + "unicode_decimal": 59036 + }, + { + "icon_id": "33898434", + "name": "样式一", + "font_class": "yangshiyi", + "unicode": "e69d", + "unicode_decimal": 59037 + }, + { + "icon_id": "33522415", + "name": "组合- banner", + "font_class": "a-zuhe-banner1", + "unicode": "e8fe", + "unicode_decimal": 59646 + }, + { + "icon_id": "33485905", + "name": "组合组件", + "font_class": "tupianmofang2", + "unicode": "e8fb", + "unicode_decimal": 59643 + }, + { + "icon_id": "33485906", + "name": "图片魔方", + "font_class": "shangpinfenlei1", + "unicode": "e8fc", + "unicode_decimal": 59644 + }, + { + "icon_id": "33389692", + "name": "配置引导", + "font_class": "peizhiyindao1", + "unicode": "e8f8", + "unicode_decimal": 59640 + }, + { + "icon_id": "33376724", + "name": "余额充值", + "font_class": "yuechongzhi", + "unicode": "e8f5", + "unicode_decimal": 59637 + }, + { + "icon_id": "33376725", + "name": "优惠套餐", + "font_class": "youhuitaocan", + "unicode": "e8f6", + "unicode_decimal": 59638 + }, + { + "icon_id": "33067917", + "name": "组合-分类", + "font_class": "zuhe-fenlei", + "unicode": "e8ea", + "unicode_decimal": 59626 + }, + { + "icon_id": "33056327", + "name": "配置引导", + "font_class": "peizhiyindao", + "unicode": "e8e9", + "unicode_decimal": 59625 + }, + { + "icon_id": "32960517", + "name": "短视频", + "font_class": "duanshipin1", + "unicode": "e8d9", + "unicode_decimal": 59609 + }, + { + "icon_id": "32960518", + "name": "第n件n折", + "font_class": "dinjiannzhe", + "unicode": "e8da", + "unicode_decimal": 59610 + }, + { + "icon_id": "32960519", + "name": "活动背景图", + "font_class": "huodongbeijingtu", + "unicode": "e8db", + "unicode_decimal": 59611 + }, + { + "icon_id": "32960520", + "name": "积分商城", + "font_class": "jifenshangcheng", + "unicode": "e8dc", + "unicode_decimal": 59612 + }, + { + "icon_id": "32960521", + "name": "活动边框", + "font_class": "huodongbiankuang", + "unicode": "e8dd", + "unicode_decimal": 59613 + }, + { + "icon_id": "32960522", + "name": "砍价活动", + "font_class": "kanjiahuodong", + "unicode": "e8de", + "unicode_decimal": 59614 + }, + { + "icon_id": "32960523", + "name": "九宫格抽奖", + "font_class": "jiugonggechoujiang", + "unicode": "e8df", + "unicode_decimal": 59615 + }, + { + "icon_id": "32960524", + "name": "满送活动", + "font_class": "mansonghuodong", + "unicode": "e8e0", + "unicode_decimal": 59616 + }, + { + "icon_id": "32960525", + "name": "满减满折", + "font_class": "manjianmanzhe", + "unicode": "e8e1", + "unicode_decimal": 59617 + }, + { + "icon_id": "32960526", + "name": "每日签到", + "font_class": "meiriqiandao", + "unicode": "e8e2", + "unicode_decimal": 59618 + }, + { + "icon_id": "32960527", + "name": "文章", + "font_class": "wenzhang", + "unicode": "e8e3", + "unicode_decimal": 59619 + }, + { + "icon_id": "32960528", + "name": "秒杀活动", + "font_class": "miaoshahuodong", + "unicode": "e8e4", + "unicode_decimal": 59620 + }, + { + "icon_id": "32960529", + "name": "拼团活动", + "font_class": "pintuanhuodong", + "unicode": "e8e5", + "unicode_decimal": 59621 + }, + { + "icon_id": "32960530", + "name": "优惠券", + "font_class": "youhuiquan3", + "unicode": "e8e6", + "unicode_decimal": 59622 + }, + { + "icon_id": "32960531", + "name": "直播", + "font_class": "zhibo", + "unicode": "e8e7", + "unicode_decimal": 59623 + }, + { + "icon_id": "32960532", + "name": "限时折扣", + "font_class": "xianshizhekou", + "unicode": "e8e8", + "unicode_decimal": 59624 + }, + { + "icon_id": "31779641", + "name": "图片魔方", + "font_class": "tupianmofang1", + "unicode": "e710", + "unicode_decimal": 59152 + }, + { + "icon_id": "31749318", + "name": "热卖排行", + "font_class": "remaipaihang", + "unicode": "e70c", + "unicode_decimal": 59148 + }, + { + "icon_id": "30985521", + "name": "用户信息", + "font_class": "yonghuxinxi", + "unicode": "e82e", + "unicode_decimal": 59438 + }, + { + "icon_id": "30926959", + "name": "视频样式2", + "font_class": "shipinyangshi2", + "unicode": "e829", + "unicode_decimal": 59433 + }, + { + "icon_id": "30926960", + "name": "标题", + "font_class": "biaoti3", + "unicode": "e82a", + "unicode_decimal": 59434 + }, + { + "icon_id": "30926961", + "name": "视频样式1", + "font_class": "shipinyangshi1", + "unicode": "e82b", + "unicode_decimal": 59435 + }, + { + "icon_id": "30926962", + "name": "定位1", + "font_class": "dingwei1", + "unicode": "e82c", + "unicode_decimal": 59436 + }, + { + "icon_id": "30926963", + "name": "搜索1", + "font_class": "sousuo11", + "unicode": "e82d", + "unicode_decimal": 59437 + }, + { + "icon_id": "30924835", + "name": "手机", + "font_class": "shouji1", + "unicode": "e828", + "unicode_decimal": 59432 + }, + { + "icon_id": "30924474", + "name": "二维码", + "font_class": "erweima", + "unicode": "e823", + "unicode_decimal": 59427 + }, + { + "icon_id": "30924538", + "name": "搜索", + "font_class": "sousuo1", + "unicode": "e824", + "unicode_decimal": 59428 + }, + { + "icon_id": "30924539", + "name": "定位", + "font_class": "dingwei", + "unicode": "e825", + "unicode_decimal": 59429 + }, + { + "icon_id": "30924597", + "name": "视频点赞-已点", + "font_class": "shipindianzan-yidian", + "unicode": "e826", + "unicode_decimal": 59430 + }, + { + "icon_id": "30924598", + "name": "视频点赞-未点", + "font_class": "shipindianzan-weidian", + "unicode": "e827", + "unicode_decimal": 59431 + }, + { + "icon_id": "30903818", + "name": "顶部导航", + "font_class": "dingbudaohang", + "unicode": "e81e", + "unicode_decimal": 59422 + }, + { + "icon_id": "30903819", + "name": "短视频", + "font_class": "duanshipin", + "unicode": "e81f", + "unicode_decimal": 59423 + }, + { + "icon_id": "30903820", + "name": "新人礼", + "font_class": "xinrenli", + "unicode": "e820", + "unicode_decimal": 59424 + }, + { + "icon_id": "30808795", + "name": "购物车", + "font_class": "gouwuche", + "unicode": "e816", + "unicode_decimal": 59414 + }, + { + "icon_id": "30808796", + "name": "分享", + "font_class": "fenxiang", + "unicode": "e817", + "unicode_decimal": 59415 + }, + { + "icon_id": "30808797", + "name": "砍价", + "font_class": "kanjia2", + "unicode": "e818", + "unicode_decimal": 59416 + }, + { + "icon_id": "30808798", + "name": "拼团", + "font_class": "pintuan3", + "unicode": "e819", + "unicode_decimal": 59417 + }, + { + "icon_id": "30808799", + "name": "客服", + "font_class": "kefu2", + "unicode": "e81a", + "unicode_decimal": 59418 + }, + { + "icon_id": "30808800", + "name": "收 藏", + "font_class": "a-shoucang", + "unicode": "e81b", + "unicode_decimal": 59419 + }, + { + "icon_id": "30808801", + "name": "门店", + "font_class": "mendian", + "unicode": "e81c", + "unicode_decimal": 59420 + }, + { + "icon_id": "30808802", + "name": "秒杀", + "font_class": "miaosha3", + "unicode": "e81d", + "unicode_decimal": 59421 + }, + { + "icon_id": "30227254", + "name": "退款订单量", + "font_class": "tuikuandingdanliang", + "unicode": "e7d1", + "unicode_decimal": 59345 + }, + { + "icon_id": "30227255", + "name": "订单量", + "font_class": "dingdanliang", + "unicode": "e7d2", + "unicode_decimal": 59346 + }, + { + "icon_id": "30227256", + "name": "订单金额", + "font_class": "dingdanjine", + "unicode": "e7d3", + "unicode_decimal": 59347 + }, + { + "icon_id": "30227257", + "name": "退款金额", + "font_class": "tuikuanjine", + "unicode": "e7d4", + "unicode_decimal": 59348 + }, + { + "icon_id": "5744739", + "name": "statis", + "font_class": "tongji", + "unicode": "e70a", + "unicode_decimal": 59146 + }, + { + "icon_id": "16067501", + "name": "表格1", + "font_class": "biaoge1", + "unicode": "e70b", + "unicode_decimal": 59147 + }, + { + "icon_id": "29074589", + "name": "返回", + "font_class": "fanhui1", + "unicode": "e7c8", + "unicode_decimal": 59336 + }, + { + "icon_id": "28495815", + "name": "pc-积分", + "font_class": "pc-jifen", + "unicode": "e7e3", + "unicode_decimal": 59363 + }, + { + "icon_id": "28495816", + "name": "pc-优惠券", + "font_class": "pc-youhuiquan", + "unicode": "e7e4", + "unicode_decimal": 59364 + }, + { + "icon_id": "28827591", + "name": "收银台", + "font_class": "shouyintai", + "unicode": "e7c7", + "unicode_decimal": 59335 + }, + { + "icon_id": "28774447", + "name": "加", + "font_class": "jia", + "unicode": "e7c5", + "unicode_decimal": 59333 + }, + { + "icon_id": "28774448", + "name": "减", + "font_class": "jian", + "unicode": "e7c6", + "unicode_decimal": 59334 + }, + { + "icon_id": "9895692", + "name": "crmeb2", + "font_class": "crmeb1", + "unicode": "e739", + "unicode_decimal": 59193 + }, + { + "icon_id": "28493421", + "name": "左右", + "font_class": "zuoyou", + "unicode": "e7ba", + "unicode_decimal": 59322 + }, + { + "icon_id": "28493422", + "name": "上下", + "font_class": "shangxia", + "unicode": "e7bb", + "unicode_decimal": 59323 + }, + { + "icon_id": "28383782", + "name": "当前群成员", + "font_class": "dangqianqunchengyuan", + "unicode": "e7b7", + "unicode_decimal": 59319 + }, + { + "icon_id": "28383783", + "name": "今日退群", + "font_class": "jinrituiqun", + "unicode": "e7b8", + "unicode_decimal": 59320 + }, + { + "icon_id": "28383784", + "name": "今日新增", + "font_class": "jinrixinzeng", + "unicode": "e7b9", + "unicode_decimal": 59321 + }, + { + "icon_id": "28383772", + "name": "累计退群", + "font_class": "leijituiqun", + "unicode": "e7b6", + "unicode_decimal": 59318 + }, + { + "icon_id": "28380112", + "name": "店铺街", + "font_class": "dianpujie", + "unicode": "e692", + "unicode_decimal": 59026 + }, + { + "icon_id": "28117068", + "name": "图片", + "font_class": "tupian4", + "unicode": "e7b5", + "unicode_decimal": 59317 + }, + { + "icon_id": "28062253", + "name": "收银台-微信、支付宝", + "font_class": "a-shouyintai-weixinzhifubao", + "unicode": "e7a9", + "unicode_decimal": 59305 + }, + { + "icon_id": "28062254", + "name": "收银台-现金收款", + "font_class": "shouyintai-xianjinshoukuan", + "unicode": "e7ad", + "unicode_decimal": 59309 + }, + { + "icon_id": "28062255", + "name": "收银台-形状", + "font_class": "shouyintai-xingzhuang", + "unicode": "e7ae", + "unicode_decimal": 59310 + }, + { + "icon_id": "28061966", + "name": "收银台-刷新", + "font_class": "shouyintai-shuaxin", + "unicode": "e7a3", + "unicode_decimal": 59299 + }, + { + "icon_id": "28061967", + "name": "收银台-密码", + "font_class": "shouyintai-mima", + "unicode": "e7a4", + "unicode_decimal": 59300 + }, + { + "icon_id": "28061968", + "name": "收银台-企业微信", + "font_class": "shouyintai-qiyeweixin", + "unicode": "e7a5", + "unicode_decimal": 59301 + }, + { + "icon_id": "28061969", + "name": "收银台-店员", + "font_class": "shouyintai-dianyuan", + "unicode": "e7a6", + "unicode_decimal": 59302 + }, + { + "icon_id": "28061970", + "name": "收银台-清空", + "font_class": "shouyintai-qingkong", + "unicode": "e7a7", + "unicode_decimal": 59303 + }, + { + "icon_id": "28061971", + "name": "收银台-筛选", + "font_class": "shouyintai-shaixuan", + "unicode": "e7a8", + "unicode_decimal": 59304 + }, + { + "icon_id": "28061973", + "name": "收银台-微信", + "font_class": "shouyintai-weixin", + "unicode": "e7aa", + "unicode_decimal": 59306 + }, + { + "icon_id": "28061975", + "name": "收银台-账号", + "font_class": "shouyintai-zhanghao", + "unicode": "e7ab", + "unicode_decimal": 59307 + }, + { + "icon_id": "28061977", + "name": "收银台-眼睛", + "font_class": "shouyintai-yanjing", + "unicode": "e7ac", + "unicode_decimal": 59308 + }, + { + "icon_id": "27978012", + "name": "自定义菜单", + "font_class": "zidingyicaidan", + "unicode": "e68a", + "unicode_decimal": 59018 + }, + { + "icon_id": "27948848", + "name": "富文本", + "font_class": "fuwenben3", + "unicode": "e688", + "unicode_decimal": 59016 + }, + { + "icon_id": "27948680", + "name": "种草社区", + "font_class": "zhongcaoshequ1", + "unicode": "e685", + "unicode_decimal": 59013 + }, + { + "icon_id": "27947581", + "name": "预售", + "font_class": "yushou1", + "unicode": "e69a", + "unicode_decimal": 59034 + }, + { + "icon_id": "27947582", + "name": "小程序直播", + "font_class": "xiaochengxuzhibo3", + "unicode": "e69b", + "unicode_decimal": 59035 + }, + { + "icon_id": "27946643", + "name": "关注公众号", + "font_class": "guanzhugongzhonghao2", + "unicode": "e684", + "unicode_decimal": 59012 + }, + { + "icon_id": "27946645", + "name": "专题", + "font_class": "zhuanti", + "unicode": "e686", + "unicode_decimal": 59014 + }, + { + "icon_id": "27946646", + "name": "辅助空白", + "font_class": "fuzhukongbai2", + "unicode": "e687", + "unicode_decimal": 59015 + }, + { + "icon_id": "27946648", + "name": "助力", + "font_class": "zhuli", + "unicode": "e689", + "unicode_decimal": 59017 + }, + { + "icon_id": "27946650", + "name": "搜索框", + "font_class": "sousuokuang", + "unicode": "e68b", + "unicode_decimal": 59019 + }, + { + "icon_id": "27946651", + "name": "秒杀", + "font_class": "miaosha2", + "unicode": "e68c", + "unicode_decimal": 59020 + }, + { + "icon_id": "27946652", + "name": "推荐组", + "font_class": "tuijianzu", + "unicode": "e68d", + "unicode_decimal": 59021 + }, + { + "icon_id": "27946653", + "name": "导航组", + "font_class": "daohangzu2", + "unicode": "e68e", + "unicode_decimal": 59022 + }, + { + "icon_id": "27946654", + "name": "拼团", + "font_class": "pintuan2", + "unicode": "e68f", + "unicode_decimal": 59023 + }, + { + "icon_id": "27946655", + "name": "商品列表", + "font_class": "shangpinliebiao2", + "unicode": "e690", + "unicode_decimal": 59024 + }, + { + "icon_id": "27946656", + "name": "商品分类", + "font_class": "shangpinfenlei", + "unicode": "e691", + "unicode_decimal": 59025 + }, + { + "icon_id": "27946658", + "name": "新闻播报", + "font_class": "xinwenbobao2", + "unicode": "e693", + "unicode_decimal": 59027 + }, + { + "icon_id": "27946659", + "name": "优惠券", + "font_class": "youhuiquan2", + "unicode": "e694", + "unicode_decimal": 59028 + }, + { + "icon_id": "27946660", + "name": "辅助线", + "font_class": "fuzhuxian2", + "unicode": "e695", + "unicode_decimal": 59029 + }, + { + "icon_id": "27946662", + "name": "在线客服", + "font_class": "zaixiankefu", + "unicode": "e696", + "unicode_decimal": 59030 + }, + { + "icon_id": "27946663", + "name": "标题", + "font_class": "biaoti2", + "unicode": "e697", + "unicode_decimal": 59031 + }, + { + "icon_id": "27946664", + "name": "轮播图", + "font_class": "lunbotu", + "unicode": "e698", + "unicode_decimal": 59032 + }, + { + "icon_id": "27946665", + "name": "图片魔方", + "font_class": "tupianmofang", + "unicode": "e699", + "unicode_decimal": 59033 + }, + { + "icon_id": "27712915", + "name": "版权", + "font_class": "banquan", + "unicode": "e793", + "unicode_decimal": 59283 + }, + { + "icon_id": "27629791", + "name": "菜单收起", + "font_class": "caidanshouqi", + "unicode": "e791", + "unicode_decimal": 59281 + }, + { + "icon_id": "27629792", + "name": "菜单展开", + "font_class": "caidanzhankai", + "unicode": "e792", + "unicode_decimal": 59282 + }, + { + "icon_id": "27097498", + "name": "订单", + "font_class": "dingdan", + "unicode": "e760", + "unicode_decimal": 59232 + }, + { + "icon_id": "27097340", + "name": "app", + "font_class": "app", + "unicode": "e75b", + "unicode_decimal": 59227 + }, + { + "icon_id": "27097341", + "name": "PC", + "font_class": "PC", + "unicode": "e75c", + "unicode_decimal": 59228 + }, + { + "icon_id": "27097342", + "name": "小程序", + "font_class": "xiaochengxu", + "unicode": "e75d", + "unicode_decimal": 59229 + }, + { + "icon_id": "27097343", + "name": "公众号", + "font_class": "gongzhonghao", + "unicode": "e75e", + "unicode_decimal": 59230 + }, + { + "icon_id": "27097344", + "name": "h5", + "font_class": "h5", + "unicode": "e75f", + "unicode_decimal": 59231 + }, + { + "icon_id": "26399347", + "name": "视频", + "font_class": "shipin", + "unicode": "e758", + "unicode_decimal": 59224 + }, + { + "icon_id": "26384958", + "name": "切换会员", + "font_class": "qiehuanhuiyuan", + "unicode": "e757", + "unicode_decimal": 59223 + }, + { + "icon_id": "26384917", + "name": "挂单", + "font_class": "guadan", + "unicode": "e756", + "unicode_decimal": 59222 + }, + { + "icon_id": "24483311", + "name": "核销订单金额", + "font_class": "hexiaodingdanjine", + "unicode": "e73c", + "unicode_decimal": 59196 + }, + { + "icon_id": "24483144", + "name": "门店订单金额", + "font_class": "mendiandingdanjine", + "unicode": "e73b", + "unicode_decimal": 59195 + }, + { + "icon_id": "24483146", + "name": "门店成交用户数", + "font_class": "mendianchengjiaoyonghushu", + "unicode": "e73d", + "unicode_decimal": 59197 + }, + { + "icon_id": "24483147", + "name": "付费会员金额", + "font_class": "fufeihuiyuanjine", + "unicode": "e73e", + "unicode_decimal": 59198 + }, + { + "icon_id": "24483148", + "name": "收银订单金额", + "font_class": "shouyindingdanjine", + "unicode": "e73f", + "unicode_decimal": 59199 + }, + { + "icon_id": "24483149", + "name": "门店新增用户数", + "font_class": "mendianxinzengyonghushu", + "unicode": "e740", + "unicode_decimal": 59200 + }, + { + "icon_id": "24483150", + "name": "会员卡激活数", + "font_class": "huiyuankajihuoshu", + "unicode": "e741", + "unicode_decimal": 59201 + }, + { + "icon_id": "24483151", + "name": "新增用户数", + "font_class": "xinzengyonghushu1", + "unicode": "e742", + "unicode_decimal": 59202 + }, + { + "icon_id": "24483152", + "name": "分配订单金额", + "font_class": "fenpeidingdanjine", + "unicode": "e743", + "unicode_decimal": 59203 + }, + { + "icon_id": "24483153", + "name": "余额消耗金额", + "font_class": "yuexiaohaojine", + "unicode": "e744", + "unicode_decimal": 59204 + }, + { + "icon_id": "24030436", + "name": "二维码-新个人中心", + "font_class": "erweima-xingerenzhongxin", + "unicode": "e715", + "unicode_decimal": 59157 + }, + { + "icon_id": "23734105", + "name": "回删", + "font_class": "huishan", + "unicode": "e70f", + "unicode_decimal": 59151 + }, + { + "icon_id": "23688382", + "name": "商品数量-加", + "font_class": "shangpinshuliang-jia", + "unicode": "e70e", + "unicode_decimal": 59150 + }, + { + "icon_id": "23688366", + "name": "商品数量-减", + "font_class": "shangpinshuliang-jian", + "unicode": "e70d", + "unicode_decimal": 59149 + }, + { + "icon_id": "23238217", + "name": "图片广告", + "font_class": "tupianguanggao1", + "unicode": "e6fe", + "unicode_decimal": 59134 + }, + { + "icon_id": "23238218", + "name": "搜素框", + "font_class": "sousukuang1", + "unicode": "e6ff", + "unicode_decimal": 59135 + }, + { + "icon_id": "23238219", + "name": "文章列表", + "font_class": "wenzhangliebiao1", + "unicode": "e700", + "unicode_decimal": 59136 + }, + { + "icon_id": "23238220", + "name": "拼团", + "font_class": "pintuan1", + "unicode": "e701", + "unicode_decimal": 59137 + }, + { + "icon_id": "23238221", + "name": "商品列表", + "font_class": "shangpinliebiao1", + "unicode": "e702", + "unicode_decimal": 59138 + }, + { + "icon_id": "23238222", + "name": "优惠券", + "font_class": "youhuiquan1", + "unicode": "e703", + "unicode_decimal": 59139 + }, + { + "icon_id": "23238223", + "name": "小程序直播", + "font_class": "xiaochengxuzhibo1", + "unicode": "e704", + "unicode_decimal": 59140 + }, + { + "icon_id": "23238224", + "name": "秒杀", + "font_class": "miaosha1", + "unicode": "e705", + "unicode_decimal": 59141 + }, + { + "icon_id": "23238225", + "name": "新闻播报", + "font_class": "xinwenbobao1", + "unicode": "e706", + "unicode_decimal": 59142 + }, + { + "icon_id": "23238206", + "name": "导航组", + "font_class": "daohangzu1", + "unicode": "e6f3", + "unicode_decimal": 59123 + }, + { + "icon_id": "23238207", + "name": "标题", + "font_class": "biaoti1", + "unicode": "e6f4", + "unicode_decimal": 59124 + }, + { + "icon_id": "23238208", + "name": "分类导航", + "font_class": "fenleidaohang1", + "unicode": "e6f5", + "unicode_decimal": 59125 + }, + { + "icon_id": "23238209", + "name": "促销列表", + "font_class": "cuxiaoliebiao1", + "unicode": "e6f6", + "unicode_decimal": 59126 + }, + { + "icon_id": "23238210", + "name": "辅助空白", + "font_class": "fuzhukongbai1", + "unicode": "e6f7", + "unicode_decimal": 59127 + }, + { + "icon_id": "23238211", + "name": "活动魔方", + "font_class": "huodongmofang1", + "unicode": "e6f8", + "unicode_decimal": 59128 + }, + { + "icon_id": "23238212", + "name": "关注公众号", + "font_class": "guanzhugongzhonghao1", + "unicode": "e6f9", + "unicode_decimal": 59129 + }, + { + "icon_id": "23238213", + "name": "砍价", + "font_class": "kanjia1", + "unicode": "e6fa", + "unicode_decimal": 59130 + }, + { + "icon_id": "23238214", + "name": "辅助线", + "font_class": "fuzhuxian1", + "unicode": "e6fb", + "unicode_decimal": 59131 + }, + { + "icon_id": "23238215", + "name": "客服", + "font_class": "kefu1", + "unicode": "e6fc", + "unicode_decimal": 59132 + }, + { + "icon_id": "23238216", + "name": "富文本", + "font_class": "fuwenben1", + "unicode": "e6fd", + "unicode_decimal": 59133 + }, + { + "icon_id": "23082005", + "name": "单图", + "font_class": "dantu", + "unicode": "e6f0", + "unicode_decimal": 59120 + }, + { + "icon_id": "23082006", + "name": "拉伸", + "font_class": "lashen", + "unicode": "e6f1", + "unicode_decimal": 59121 + }, + { + "icon_id": "23082007", + "name": "平铺", + "font_class": "pingpu", + "unicode": "e6f2", + "unicode_decimal": 59122 + }, + { + "icon_id": "23018755", + "name": "售后-退款-蓝", + "font_class": "shouhou-tuikuan-lan", + "unicode": "e6ea", + "unicode_decimal": 59114 + }, + { + "icon_id": "23018756", + "name": "代付款-蓝", + "font_class": "daifukuan-lan", + "unicode": "e6eb", + "unicode_decimal": 59115 + }, + { + "icon_id": "23018757", + "name": "待收货-蓝", + "font_class": "daishouhuo-lan", + "unicode": "e6ec", + "unicode_decimal": 59116 + }, + { + "icon_id": "23018758", + "name": "待评价-蓝", + "font_class": "daipingjia-lan", + "unicode": "e6ee", + "unicode_decimal": 59118 + }, + { + "icon_id": "23018759", + "name": "待发货-蓝", + "font_class": "daifahuo-lan", + "unicode": "e6ef", + "unicode_decimal": 59119 + }, + { + "icon_id": "23018703", + "name": "待付款-橘", + "font_class": "daifukuan-ju", + "unicode": "e6e5", + "unicode_decimal": 59109 + }, + { + "icon_id": "23018687", + "name": "售后-退款-橘", + "font_class": "shouhou-tuikuan-ju", + "unicode": "e6e6", + "unicode_decimal": 59110 + }, + { + "icon_id": "23018688", + "name": "待收货-橘", + "font_class": "daishouhuo-ju", + "unicode": "e6e7", + "unicode_decimal": 59111 + }, + { + "icon_id": "23018689", + "name": "待评价-橘", + "font_class": "daipingjia-ju", + "unicode": "e6e8", + "unicode_decimal": 59112 + }, + { + "icon_id": "23018690", + "name": "待发货-橘", + "font_class": "daifahuo-ju", + "unicode": "e6e9", + "unicode_decimal": 59113 + }, + { + "icon_id": "23018636", + "name": "待评价-粉", + "font_class": "daipingjia-fen", + "unicode": "e6e0", + "unicode_decimal": 59104 + }, + { + "icon_id": "23018637", + "name": "待收货-粉", + "font_class": "daishouhuo-fen", + "unicode": "e6e1", + "unicode_decimal": 59105 + }, + { + "icon_id": "23018638", + "name": "代付款-粉", + "font_class": "daifukuan-fen", + "unicode": "e6e2", + "unicode_decimal": 59106 + }, + { + "icon_id": "23018639", + "name": "待发货-粉", + "font_class": "daifahuo-fen", + "unicode": "e6e3", + "unicode_decimal": 59107 + }, + { + "icon_id": "23018640", + "name": "售后:退款-粉", + "font_class": "a-shouhoutuikuan-fen", + "unicode": "e6e4", + "unicode_decimal": 59108 + }, + { + "icon_id": "23018536", + "name": "待发货-绿", + "font_class": "daifahuo-lv", + "unicode": "e6db", + "unicode_decimal": 59099 + }, + { + "icon_id": "23018537", + "name": "待收货-绿", + "font_class": "daishouhuo-lv", + "unicode": "e6dc", + "unicode_decimal": 59100 + }, + { + "icon_id": "23018538", + "name": "代付款-绿", + "font_class": "daifukuan-lv", + "unicode": "e6dd", + "unicode_decimal": 59101 + }, + { + "icon_id": "23018539", + "name": "待评价-绿", + "font_class": "daipingjia-lv", + "unicode": "e6de", + "unicode_decimal": 59102 + }, + { + "icon_id": "23018540", + "name": "售后-退款-绿", + "font_class": "shouhou-tuikuan-lv", + "unicode": "e6df", + "unicode_decimal": 59103 + }, + { + "icon_id": "22957875", + "name": "待付款", + "font_class": "daifukuan1", + "unicode": "e6d5", + "unicode_decimal": 59093 + }, + { + "icon_id": "22957876", + "name": "待评价", + "font_class": "daipingjia1", + "unicode": "e6d6", + "unicode_decimal": 59094 + }, + { + "icon_id": "22957877", + "name": "售后_退款", + "font_class": "shouhou_tuikuan", + "unicode": "e6d7", + "unicode_decimal": 59095 + }, + { + "icon_id": "22957878", + "name": "待发货", + "font_class": "daifahuo1", + "unicode": "e6d8", + "unicode_decimal": 59096 + }, + { + "icon_id": "22957879", + "name": "待收货", + "font_class": "daishouhuo1", + "unicode": "e6d9", + "unicode_decimal": 59097 + }, + { + "icon_id": "22956436", + "name": "设置", + "font_class": "shezhi", + "unicode": "e6d4", + "unicode_decimal": 59092 + }, + { + "icon_id": "22956355", + "name": "s-客服", + "font_class": "s-kefu", + "unicode": "e6d3", + "unicode_decimal": 59091 + }, + { + "icon_id": "22167955", + "name": "多行", + "font_class": "duohang", + "unicode": "e6b4", + "unicode_decimal": 59060 + }, + { + "icon_id": "22167956", + "name": "4个", + "font_class": "4ge1", + "unicode": "e6b5", + "unicode_decimal": 59061 + }, + { + "icon_id": "22167957", + "name": "5个", + "font_class": "5ge1", + "unicode": "e6b6", + "unicode_decimal": 59062 + }, + { + "icon_id": "22167958", + "name": "大圆角", + "font_class": "dayuanjiao", + "unicode": "e6b7", + "unicode_decimal": 59063 + }, + { + "icon_id": "22167959", + "name": "3个", + "font_class": "3ge1", + "unicode": "e6b8", + "unicode_decimal": 59064 + }, + { + "icon_id": "22167960", + "name": "单行", + "font_class": "danhang", + "unicode": "e6b9", + "unicode_decimal": 59065 + }, + { + "icon_id": "22084331", + "name": "左右图文", + "font_class": "zuoyoutuwen", + "unicode": "e6b3", + "unicode_decimal": 59059 + }, + { + "icon_id": "22079333", + "name": "样式8", + "font_class": "yangshi8", + "unicode": "e6b1", + "unicode_decimal": 59057 + }, + { + "icon_id": "22079334", + "name": "样式9", + "font_class": "yangshi9", + "unicode": "e6b2", + "unicode_decimal": 59058 + }, + { + "icon_id": "21991574", + "name": "样式1", + "font_class": "yangshi1", + "unicode": "e6aa", + "unicode_decimal": 59050 + }, + { + "icon_id": "21991575", + "name": "样式4", + "font_class": "yangshi4", + "unicode": "e6ab", + "unicode_decimal": 59051 + }, + { + "icon_id": "21991576", + "name": "样式5", + "font_class": "yangshi5", + "unicode": "e6ac", + "unicode_decimal": 59052 + }, + { + "icon_id": "21991577", + "name": "样式6", + "font_class": "yangshi6", + "unicode": "e6ad", + "unicode_decimal": 59053 + }, + { + "icon_id": "21991578", + "name": "样式2", + "font_class": "yangshi2", + "unicode": "e6ae", + "unicode_decimal": 59054 + }, + { + "icon_id": "21991579", + "name": "样式7", + "font_class": "yangshi7", + "unicode": "e6af", + "unicode_decimal": 59055 + }, + { + "icon_id": "21991580", + "name": "样式3", + "font_class": "yangshi3", + "unicode": "e6b0", + "unicode_decimal": 59056 + }, + { + "icon_id": "21991419", + "name": "数字", + "font_class": "shuzi", + "unicode": "e6a8", + "unicode_decimal": 59048 + }, + { + "icon_id": "21991420", + "name": "禁用", + "font_class": "jinyong", + "unicode": "e6a9", + "unicode_decimal": 59049 + }, + { + "icon_id": "21990843", + "name": "4个", + "font_class": "4ge", + "unicode": "e6a5", + "unicode_decimal": 59045 + }, + { + "icon_id": "21990844", + "name": "3个", + "font_class": "3ge", + "unicode": "e6a6", + "unicode_decimal": 59046 + }, + { + "icon_id": "21990845", + "name": "5个", + "font_class": "5ge", + "unicode": "e6a7", + "unicode_decimal": 59047 + }, + { + "icon_id": "21990805", + "name": "2行", + "font_class": "2hang", + "unicode": "e6a2", + "unicode_decimal": 59042 + }, + { + "icon_id": "21990806", + "name": "3行", + "font_class": "3hang", + "unicode": "e6a3", + "unicode_decimal": 59043 + }, + { + "icon_id": "21990807", + "name": "4行", + "font_class": "4hang", + "unicode": "e6a4", + "unicode_decimal": 59044 + }, + { + "icon_id": "21621380", + "name": "下移", + "font_class": "xiayi", + "unicode": "e69e", + "unicode_decimal": 59038 + }, + { + "icon_id": "21621381", + "name": "上移", + "font_class": "shangyi", + "unicode": "e6a1", + "unicode_decimal": 59041 + }, + { + "icon_id": "21621376", + "name": "删除", + "font_class": "shanchu2", + "unicode": "e69f", + "unicode_decimal": 59039 + }, + { + "icon_id": "21621377", + "name": "复制", + "font_class": "fuzhi", + "unicode": "e6a0", + "unicode_decimal": 59040 + }, + { + "icon_id": "21074698", + "name": "最新", + "font_class": "zuixin", + "unicode": "e683", + "unicode_decimal": 59011 + }, + { + "icon_id": "19265750", + "name": "选中", + "font_class": "xuanzhong6", + "unicode": "e76d", + "unicode_decimal": 59245 + }, + { + "icon_id": "19265587", + "name": "添加", + "font_class": "tianjia", + "unicode": "e76c", + "unicode_decimal": 59244 + }, + { + "icon_id": "18236207", + "name": "编辑", + "font_class": "bianji2", + "unicode": "e682", + "unicode_decimal": 59010 + }, + { + "icon_id": "18235370", + "name": "更多展开", + "font_class": "gengduozhankai1", + "unicode": "e67e", + "unicode_decimal": 59006 + }, + { + "icon_id": "18235371", + "name": "图片", + "font_class": "tupian3", + "unicode": "e67f", + "unicode_decimal": 59007 + }, + { + "icon_id": "18235372", + "name": "表情", + "font_class": "biaoqing2", + "unicode": "e680", + "unicode_decimal": 59008 + }, + { + "icon_id": "18235373", + "name": "话术", + "font_class": "huashu1", + "unicode": "e681", + "unicode_decimal": 59009 + }, + { + "icon_id": "18164660", + "name": "商品退款金额", + "font_class": "shangpintuikuanjine", + "unicode": "e679", + "unicode_decimal": 59001 + }, + { + "icon_id": "18164661", + "name": "交易金额", + "font_class": "jiaoyijine", + "unicode": "e67a", + "unicode_decimal": 59002 + }, + { + "icon_id": "18164662", + "name": "余额支付金额", + "font_class": "yuezhifujine", + "unicode": "e67b", + "unicode_decimal": 59003 + }, + { + "icon_id": "18164663", + "name": "支付佣金金额", + "font_class": "zhifuyongjinjine", + "unicode": "e67c", + "unicode_decimal": 59004 + }, + { + "icon_id": "18164664", + "name": "线下收银金额", + "font_class": "xianxiashouyinjine", + "unicode": "e67d", + "unicode_decimal": 59005 + }, + { + "icon_id": "18094807", + "name": "聊天", + "font_class": "liaotian", + "unicode": "e769", + "unicode_decimal": 59241 + }, + { + "icon_id": "18038482", + "name": "编辑 (1)", + "font_class": "bianji11", + "unicode": "e678", + "unicode_decimal": 59000 + }, + { + "icon_id": "18029991", + "name": "进入", + "font_class": "jinru", + "unicode": "e676", + "unicode_decimal": 58998 + }, + { + "icon_id": "18029992", + "name": "返回", + "font_class": "fanhui", + "unicode": "e677", + "unicode_decimal": 58999 + }, + { + "icon_id": "18029937", + "name": "更多", + "font_class": "gengduo", + "unicode": "e66d", + "unicode_decimal": 58989 + }, + { + "icon_id": "18029938", + "name": "发送", + "font_class": "fasong", + "unicode": "e66e", + "unicode_decimal": 58990 + }, + { + "icon_id": "18029939", + "name": "叉", + "font_class": "cha1", + "unicode": "e66f", + "unicode_decimal": 58991 + }, + { + "icon_id": "18029940", + "name": "密码", + "font_class": "mima", + "unicode": "e670", + "unicode_decimal": 58992 + }, + { + "icon_id": "18029941", + "name": "搜索", + "font_class": "sousuo", + "unicode": "e671", + "unicode_decimal": 58993 + }, + { + "icon_id": "18029942", + "name": "手机", + "font_class": "shouji", + "unicode": "e672", + "unicode_decimal": 58994 + }, + { + "icon_id": "18029943", + "name": "退出", + "font_class": "tuichu", + "unicode": "e673", + "unicode_decimal": 58995 + }, + { + "icon_id": "18029944", + "name": "商品信息", + "font_class": "shangpinxinxi", + "unicode": "e674", + "unicode_decimal": 58996 + }, + { + "icon_id": "18029945", + "name": "账号", + "font_class": "zhanghao", + "unicode": "e675", + "unicode_decimal": 58997 + }, + { + "icon_id": "18029928", + "name": "表情", + "font_class": "biaoqing", + "unicode": "e668", + "unicode_decimal": 58984 + }, + { + "icon_id": "18029929", + "name": "更多展开", + "font_class": "gengduozhankai", + "unicode": "e669", + "unicode_decimal": 58985 + }, + { + "icon_id": "18029930", + "name": "话术", + "font_class": "huashu", + "unicode": "e66b", + "unicode_decimal": 58987 + }, + { + "icon_id": "18029931", + "name": "图片", + "font_class": "tupian2", + "unicode": "e66c", + "unicode_decimal": 58988 + }, + { + "icon_id": "18014797", + "name": "添加 (1) (1)", + "font_class": "tianjia11", + "unicode": "e662", + "unicode_decimal": 58978 + }, + { + "icon_id": "18014798", + "name": "编辑 (1)", + "font_class": "bianji1", + "unicode": "e663", + "unicode_decimal": 58979 + }, + { + "icon_id": "18014799", + "name": "设置 (1)", + "font_class": "shezhi1", + "unicode": "e664", + "unicode_decimal": 58980 + }, + { + "icon_id": "18014800", + "name": "删除", + "font_class": "shanchu1", + "unicode": "e665", + "unicode_decimal": 58981 + }, + { + "icon_id": "18014801", + "name": "加号", + "font_class": "jiahao", + "unicode": "e666", + "unicode_decimal": 58982 + }, + { + "icon_id": "18014802", + "name": "叉", + "font_class": "cha", + "unicode": "e667", + "unicode_decimal": 58983 + }, + { + "icon_id": "17964902", + "name": "删除", + "font_class": "shanchu", + "unicode": "e767", + "unicode_decimal": 59239 + }, + { + "icon_id": "17964878", + "name": "编辑", + "font_class": "bianji", + "unicode": "e768", + "unicode_decimal": 59240 + }, + { + "icon_id": "3033955", + "name": "对号", + "font_class": "duihao", + "unicode": "e6ba", + "unicode_decimal": 59066 + }, + { + "icon_id": "17931155", + "name": "待评价", + "font_class": "daipingjia", + "unicode": "e65d", + "unicode_decimal": 58973 + }, + { + "icon_id": "17931156", + "name": "待收货", + "font_class": "daishouhuo", + "unicode": "e65e", + "unicode_decimal": 58974 + }, + { + "icon_id": "17931157", + "name": "售后-退款", + "font_class": "shouhou-tuikuan", + "unicode": "e65f", + "unicode_decimal": 58975 + }, + { + "icon_id": "17931158", + "name": "待发货", + "font_class": "daifahuo", + "unicode": "e660", + "unicode_decimal": 58976 + }, + { + "icon_id": "17931159", + "name": "待付款", + "font_class": "daifukuan", + "unicode": "e661", + "unicode_decimal": 58977 + }, + { + "icon_id": "17871185", + "name": "转接", + "font_class": "zhuanjie", + "unicode": "e766", + "unicode_decimal": 59238 + }, + { + "icon_id": "17829133", + "name": "浏览器", + "font_class": "liulanqi", + "unicode": "e65c", + "unicode_decimal": 58972 + }, + { + "icon_id": "17786896", + "name": "访客数", + "font_class": "fangkeshu", + "unicode": "e63f", + "unicode_decimal": 58943 + }, + { + "icon_id": "17786793", + "name": "访问量", + "font_class": "fangwenliang", + "unicode": "e642", + "unicode_decimal": 58946 + }, + { + "icon_id": "17786484", + "name": "成交用户数", + "font_class": "chengjiaoyonghushu", + "unicode": "e63d", + "unicode_decimal": 58941 + }, + { + "icon_id": "17786485", + "name": "充值件数", + "font_class": "chongzhijianshu", + "unicode": "e63e", + "unicode_decimal": 58942 + }, + { + "icon_id": "17786487", + "name": "成本金额", + "font_class": "chengbenjine", + "unicode": "e640", + "unicode_decimal": 58944 + }, + { + "icon_id": "17786488", + "name": "付费会员数", + "font_class": "fufeihuiyuanshu", + "unicode": "e641", + "unicode_decimal": 58945 + }, + { + "icon_id": "17786490", + "name": "充值用户数", + "font_class": "chongzhiyonghushu", + "unicode": "e643", + "unicode_decimal": 58947 + }, + { + "icon_id": "17786491", + "name": "购买会员金额", + "font_class": "goumaihuiyuanjine", + "unicode": "e644", + "unicode_decimal": 58948 + }, + { + "icon_id": "17786492", + "name": "访客-支付转化率", + "font_class": "fangke-zhifuzhuanhuashuai", + "unicode": "e645", + "unicode_decimal": 58949 + }, + { + "icon_id": "17786493", + "name": "净增用户", + "font_class": "jingzengyonghu", + "unicode": "e646", + "unicode_decimal": 58950 + }, + { + "icon_id": "17786494", + "name": "客单价", + "font_class": "kedanjia", + "unicode": "e647", + "unicode_decimal": 58951 + }, + { + "icon_id": "17786495", + "name": "加购件数", + "font_class": "jiagoujianshu", + "unicode": "e648", + "unicode_decimal": 58952 + }, + { + "icon_id": "17786496", + "name": "累计充值用户", + "font_class": "leijichongzhiyonghu", + "unicode": "e649", + "unicode_decimal": 58953 + }, + { + "icon_id": "17786497", + "name": "累计成交用户", + "font_class": "leijichengjiaoyonghu", + "unicode": "e64a", + "unicode_decimal": 58954 + }, + { + "icon_id": "17786498", + "name": "累计会员数", + "font_class": "leijihuiyuanshu", + "unicode": "e64b", + "unicode_decimal": 58955 + }, + { + "icon_id": "17786499", + "name": "商品浏览量", + "font_class": "shangpinliulanliang", + "unicode": "e64c", + "unicode_decimal": 58956 + }, + { + "icon_id": "17786500", + "name": "商品支付金额", + "font_class": "shangpinzhifujine", + "unicode": "e64d", + "unicode_decimal": 58957 + }, + { + "icon_id": "17786501", + "name": "退款件数", + "font_class": "tuikuanjianshu", + "unicode": "e64e", + "unicode_decimal": 58958 + }, + { + "icon_id": "17786502", + "name": "累计关注用户", + "font_class": "leijiguanzhuyonghu", + "unicode": "e64f", + "unicode_decimal": 58959 + }, + { + "icon_id": "17786503", + "name": "退款", + "font_class": "tuikuan", + "unicode": "e650", + "unicode_decimal": 58960 + }, + { + "icon_id": "17786504", + "name": "下单件数", + "font_class": "xiadanjianshu", + "unicode": "e651", + "unicode_decimal": 58961 + }, + { + "icon_id": "17786505", + "name": "累计取关用户", + "font_class": "leijiquguanyonghu", + "unicode": "e652", + "unicode_decimal": 58962 + }, + { + "icon_id": "17786506", + "name": "累计用户", + "font_class": "leijiyonghu", + "unicode": "e653", + "unicode_decimal": 58963 + }, + { + "icon_id": "17786507", + "name": "新增取关用户", + "font_class": "xinzengquguanyonghu", + "unicode": "e654", + "unicode_decimal": 58964 + }, + { + "icon_id": "17786508", + "name": "商品访客数", + "font_class": "shangpinfangkeshu", + "unicode": "e655", + "unicode_decimal": 58965 + }, + { + "icon_id": "17786509", + "name": "新增用户数", + "font_class": "xinzengyonghushu", + "unicode": "e656", + "unicode_decimal": 58966 + }, + { + "icon_id": "17786510", + "name": "新增关注用户", + "font_class": "xinzengguanzhuyonghu", + "unicode": "e657", + "unicode_decimal": 58967 + }, + { + "icon_id": "17786511", + "name": "支付金额", + "font_class": "zhifujine", + "unicode": "e658", + "unicode_decimal": 58968 + }, + { + "icon_id": "17786512", + "name": "营业额", + "font_class": "yingyee", + "unicode": "e659", + "unicode_decimal": 58969 + }, + { + "icon_id": "17786513", + "name": "支付件数", + "font_class": "zhifujianshu", + "unicode": "e65a", + "unicode_decimal": 58970 + }, + { + "icon_id": "17786514", + "name": "支出金额", + "font_class": "zhichujine", + "unicode": "e65b", + "unicode_decimal": 58971 + }, + { + "icon_id": "3716229", + "name": "关机", + "font_class": "guanji", + "unicode": "e6ed", + "unicode_decimal": 59117 + }, + { + "icon_id": "4144169", + "name": "声音 静音 线性", + "font_class": "shengyinjingyinxianxing", + "unicode": "e94f", + "unicode_decimal": 59727 + }, + { + "icon_id": "8960847", + "name": "声音", + "font_class": "shengyinyinliang", + "unicode": "e66a", + "unicode_decimal": 58986 + }, + { + "icon_id": "17742623", + "name": "关闭", + "font_class": "guanbi5", + "unicode": "e761", + "unicode_decimal": 59233 + }, + { + "icon_id": "17742651", + "name": "图片", + "font_class": "tupian1", + "unicode": "e762", + "unicode_decimal": 59234 + }, + { + "icon_id": "17742653", + "name": "表情", + "font_class": "biaoqing1", + "unicode": "e764", + "unicode_decimal": 59236 + }, + { + "icon_id": "17742749", + "name": "账号密码", + "font_class": "zhanghaomima", + "unicode": "e763", + "unicode_decimal": 59235 + }, + { + "icon_id": "17742750", + "name": "二维码", + "font_class": "erweima2", + "unicode": "e765", + "unicode_decimal": 59237 + }, + { + "icon_id": "16106384", + "name": "矩形", + "font_class": "juxing", + "unicode": "e628", + "unicode_decimal": 58920 + }, + { + "icon_id": "16106356", + "name": "自动选择", + "font_class": "zidongxuanze", + "unicode": "e625", + "unicode_decimal": 58917 + }, + { + "icon_id": "16106269", + "name": "手动选择", + "font_class": "shoudongxuanze", + "unicode": "e626", + "unicode_decimal": 58918 + }, + { + "icon_id": "16106224", + "name": "单列", + "font_class": "danlie", + "unicode": "e622", + "unicode_decimal": 58914 + }, + { + "icon_id": "16106225", + "name": "两列", + "font_class": "lianglie", + "unicode": "e623", + "unicode_decimal": 58915 + }, + { + "icon_id": "16106226", + "name": "三列", + "font_class": "sanlie", + "unicode": "e624", + "unicode_decimal": 58916 + }, + { + "icon_id": "16106197", + "name": "直播中", + "font_class": "zhibozhong", + "unicode": "e621", + "unicode_decimal": 58913 + }, + { + "icon_id": "16106160", + "name": "已结束", + "font_class": "yijieshu", + "unicode": "e61f", + "unicode_decimal": 58911 + }, + { + "icon_id": "16106161", + "name": "未开始", + "font_class": "weikaishi", + "unicode": "e620", + "unicode_decimal": 58912 + }, + { + "icon_id": "16085764", + "name": "drag2", + "font_class": "drag2", + "unicode": "e61e", + "unicode_decimal": 58910 + }, + { + "icon_id": "16085227", + "name": "banner_3~", + "font_class": "banner_3", + "unicode": "e613", + "unicode_decimal": 58899 + }, + { + "icon_id": "16016764", + "name": "小程序直播", + "font_class": "xiaochengxuzhibo", + "unicode": "e63c", + "unicode_decimal": 58940 + }, + { + "icon_id": "16001808", + "name": "Solid line", + "font_class": "Solidline", + "unicode": "e61b", + "unicode_decimal": 58907 + }, + { + "icon_id": "16001809", + "name": "Dotted line", + "font_class": "Dottedline", + "unicode": "e61c", + "unicode_decimal": 58908 + }, + { + "icon_id": "16001810", + "name": "Dot line", + "font_class": "Dotline", + "unicode": "e61d", + "unicode_decimal": 58909 + }, + { + "icon_id": "16001732", + "name": "drop-down", + "font_class": "drop-down", + "unicode": "e619", + "unicode_decimal": 58905 + }, + { + "icon_id": "15999602", + "name": "Dot", + "font_class": "Dot", + "unicode": "e605", + "unicode_decimal": 58885 + }, + { + "icon_id": "15999610", + "name": "Square point", + "font_class": "Squarepoint", + "unicode": "e60d", + "unicode_decimal": 58893 + }, + { + "icon_id": "15999605", + "name": "del_2", + "font_class": "del_2", + "unicode": "e608", + "unicode_decimal": 58888 + }, + { + "icon_id": "15999609", + "name": "add to", + "font_class": "addto", + "unicode": "e60c", + "unicode_decimal": 58892 + }, + { + "icon_id": "15999613", + "name": "del_1", + "font_class": "del_1", + "unicode": "e610", + "unicode_decimal": 58896 + }, + { + "icon_id": "15999620", + "name": "drag", + "font_class": "drag", + "unicode": "e617", + "unicode_decimal": 58903 + }, + { + "icon_id": "15999597", + "name": "Comm_number", + "font_class": "Comm_number", + "unicode": "e600", + "unicode_decimal": 58880 + }, + { + "icon_id": "15999600", + "name": "Comm_whole", + "font_class": "Comm_whole", + "unicode": "e603", + "unicode_decimal": 58883 + }, + { + "icon_id": "15999619", + "name": "Comm_Price", + "font_class": "Comm_Price", + "unicode": "e616", + "unicode_decimal": 58902 + }, + { + "icon_id": "15999611", + "name": "Pic_square", + "font_class": "Pic_square", + "unicode": "e60e", + "unicode_decimal": 58894 + }, + { + "icon_id": "15999612", + "name": "Pic_fillet", + "font_class": "Pic_fillet", + "unicode": "e60f", + "unicode_decimal": 58895 + }, + { + "icon_id": "15999618", + "name": "search_2", + "font_class": "search_2", + "unicode": "e615", + "unicode_decimal": 58901 + }, + { + "icon_id": "15999621", + "name": "search_1", + "font_class": "search_1", + "unicode": "e618", + "unicode_decimal": 58904 + }, + { + "icon_id": "15999599", + "name": "banner_2", + "font_class": "banner_2", + "unicode": "e602", + "unicode_decimal": 58882 + }, + { + "icon_id": "15999606", + "name": "Pic_small", + "font_class": "Pic_small", + "unicode": "e609", + "unicode_decimal": 58889 + }, + { + "icon_id": "15999607", + "name": "Pic_big", + "font_class": "Pic_big", + "unicode": "e60a", + "unicode_decimal": 58890 + }, + { + "icon_id": "15999608", + "name": "banner_1", + "font_class": "banner_1", + "unicode": "e60b", + "unicode_decimal": 58891 + }, + { + "icon_id": "15999598", + "name": "doc_skew", + "font_class": "doc_skew", + "unicode": "e601", + "unicode_decimal": 58881 + }, + { + "icon_id": "15999601", + "name": "doc_bold", + "font_class": "doc_bold", + "unicode": "e604", + "unicode_decimal": 58884 + }, + { + "icon_id": "15999623", + "name": "doc_general", + "font_class": "doc_general", + "unicode": "e61a", + "unicode_decimal": 58906 + }, + { + "icon_id": "15999603", + "name": "five", + "font_class": "five", + "unicode": "e606", + "unicode_decimal": 58886 + }, + { + "icon_id": "15999617", + "name": "Four", + "font_class": "Four", + "unicode": "e614", + "unicode_decimal": 58900 + }, + { + "icon_id": "15999604", + "name": "doc_center", + "font_class": "doc_center", + "unicode": "e607", + "unicode_decimal": 58887 + }, + { + "icon_id": "15999614", + "name": "doc_right", + "font_class": "doc_right", + "unicode": "e611", + "unicode_decimal": 58897 + }, + { + "icon_id": "15999615", + "name": "doc_left", + "font_class": "doc_left", + "unicode": "e612", + "unicode_decimal": 58898 + }, + { + "icon_id": "1635049", + "name": "图片", + "font_class": "tupian", + "unicode": "e63b", + "unicode_decimal": 58939 + }, + { + "icon_id": "15929253", + "name": "客服", + "font_class": "kefu", + "unicode": "e633", + "unicode_decimal": 58931 + }, + { + "icon_id": "15929259", + "name": "辅助线", + "font_class": "fuzhuxian", + "unicode": "e63a", + "unicode_decimal": 58938 + }, + { + "icon_id": "15929182", + "name": "标题", + "font_class": "biaoti", + "unicode": "e627", + "unicode_decimal": 58919 + }, + { + "icon_id": "15929184", + "name": "导航组", + "font_class": "daohangzu", + "unicode": "e629", + "unicode_decimal": 58921 + }, + { + "icon_id": "15929185", + "name": "辅助空白", + "font_class": "fuzhukongbai", + "unicode": "e62a", + "unicode_decimal": 58922 + }, + { + "icon_id": "15929186", + "name": "分类导航", + "font_class": "fenleidaohang", + "unicode": "e62b", + "unicode_decimal": 58923 + }, + { + "icon_id": "15929187", + "name": "促销列表", + "font_class": "cuxiaoliebiao", + "unicode": "e62c", + "unicode_decimal": 58924 + }, + { + "icon_id": "15929188", + "name": "砍价", + "font_class": "kanjia", + "unicode": "e62d", + "unicode_decimal": 58925 + }, + { + "icon_id": "15929189", + "name": "关注公众号", + "font_class": "guanzhugongzhonghao", + "unicode": "e62e", + "unicode_decimal": 58926 + }, + { + "icon_id": "15929190", + "name": "活动魔方", + "font_class": "huodongmofang", + "unicode": "e62f", + "unicode_decimal": 58927 + }, + { + "icon_id": "15929191", + "name": "富文本", + "font_class": "fuwenben", + "unicode": "e630", + "unicode_decimal": 58928 + }, + { + "icon_id": "15929193", + "name": "秒杀", + "font_class": "miaosha", + "unicode": "e631", + "unicode_decimal": 58929 + }, + { + "icon_id": "15929194", + "name": "商品列表", + "font_class": "shangpinliebiao", + "unicode": "e632", + "unicode_decimal": 58930 + }, + { + "icon_id": "15929196", + "name": "拼团", + "font_class": "pintuan", + "unicode": "e634", + "unicode_decimal": 58932 + }, + { + "icon_id": "15929197", + "name": "搜素框", + "font_class": "sousukuang", + "unicode": "e635", + "unicode_decimal": 58933 + }, + { + "icon_id": "15929198", + "name": "图片广告", + "font_class": "tupianguanggao", + "unicode": "e636", + "unicode_decimal": 58934 + }, + { + "icon_id": "15929199", + "name": "新闻播报", + "font_class": "xinwenbobao", + "unicode": "e637", + "unicode_decimal": 58935 + }, + { + "icon_id": "15929200", + "name": "文章列表", + "font_class": "wenzhangliebiao", + "unicode": "e638", + "unicode_decimal": 58936 + }, + { + "icon_id": "15929201", + "name": "优惠券", + "font_class": "youhuiquan", + "unicode": "e639", + "unicode_decimal": 58937 + } + ] +} diff --git a/src/styles/iconfont/iconfont.ttf b/src/styles/iconfont/iconfont.ttf new file mode 100644 index 0000000..ea77498 Binary files /dev/null and b/src/styles/iconfont/iconfont.ttf differ diff --git a/src/styles/iconfont/iconfont.woff b/src/styles/iconfont/iconfont.woff new file mode 100644 index 0000000..91c2285 Binary files /dev/null and b/src/styles/iconfont/iconfont.woff differ diff --git a/src/styles/iconfont/iconfont.woff2 b/src/styles/iconfont/iconfont.woff2 new file mode 100644 index 0000000..0974a28 Binary files /dev/null and b/src/styles/iconfont/iconfont.woff2 differ diff --git a/src/styles/iconfont2/demo.css b/src/styles/iconfont2/demo.css new file mode 100644 index 0000000..a67054a --- /dev/null +++ b/src/styles/iconfont2/demo.css @@ -0,0 +1,539 @@ +/* Logo 字体 */ +@font-face { + font-family: "iconfont logo"; + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834'); + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg'); +} + +.logo { + font-family: "iconfont logo"; + font-size: 160px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +/* tabs */ +.nav-tabs { + position: relative; +} + +.nav-tabs .nav-more { + position: absolute; + right: 0; + bottom: 0; + height: 42px; + line-height: 42px; + color: #666; +} + +#tabs { + border-bottom: 1px solid #eee; +} + +#tabs li { + cursor: pointer; + width: 100px; + height: 40px; + line-height: 40px; + text-align: center; + font-size: 16px; + border-bottom: 2px solid transparent; + position: relative; + z-index: 1; + margin-bottom: -1px; + color: #666; +} + + +#tabs .active { + border-bottom-color: #f00; + color: #222; +} + +.tab-container .content { + display: none; +} + +/* 页面布局 */ +.main { + padding: 30px 100px; + width: 960px; + margin: 0 auto; +} + +.main .logo { + color: #333; + text-align: left; + margin-bottom: 30px; + line-height: 1; + height: 110px; + margin-top: -50px; + overflow: hidden; + *zoom: 1; +} + +.main .logo a { + font-size: 160px; + color: #333; +} + +.helps { + margin-top: 40px; +} + +.helps pre { + padding: 20px; + margin: 10px 0; + border: solid 1px #e7e1cd; + background-color: #fffdef; + overflow: auto; +} + +.icon_lists { + width: 100% !important; + overflow: hidden; + *zoom: 1; +} + +.icon_lists li { + width: 100px; + margin-bottom: 10px; + margin-right: 20px; + text-align: center; + list-style: none !important; + cursor: default; +} + +.icon_lists li .code-name { + line-height: 1.2; +} + +.icon_lists .icon { + display: block; + height: 100px; + line-height: 100px; + font-size: 42px; + margin: 10px auto; + color: #333; + -webkit-transition: font-size 0.25s linear, width 0.25s linear; + -moz-transition: font-size 0.25s linear, width 0.25s linear; + transition: font-size 0.25s linear, width 0.25s linear; +} + +.icon_lists .icon:hover { + font-size: 100px; +} + +.icon_lists .svg-icon { + /* 通过设置 font-size 来改变图标大小 */ + width: 1em; + /* 图标和文字相邻时,垂直对齐 */ + vertical-align: -0.15em; + /* 通过设置 color 来改变 SVG 的颜色/fill */ + fill: currentColor; + /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示 + normalize.css 中也包含这行 */ + overflow: hidden; +} + +.icon_lists li .name, +.icon_lists li .code-name { + color: #666; +} + +/* markdown 样式 */ +.markdown { + color: #666; + font-size: 14px; + line-height: 1.8; +} + +.highlight { + line-height: 1.5; +} + +.markdown img { + vertical-align: middle; + max-width: 100%; +} + +.markdown h1 { + color: #404040; + font-weight: 500; + line-height: 40px; + margin-bottom: 24px; +} + +.markdown h2, +.markdown h3, +.markdown h4, +.markdown h5, +.markdown h6 { + color: #404040; + margin: 1.6em 0 0.6em 0; + font-weight: 500; + clear: both; +} + +.markdown h1 { + font-size: 28px; +} + +.markdown h2 { + font-size: 22px; +} + +.markdown h3 { + font-size: 16px; +} + +.markdown h4 { + font-size: 14px; +} + +.markdown h5 { + font-size: 12px; +} + +.markdown h6 { + font-size: 12px; +} + +.markdown hr { + height: 1px; + border: 0; + background: #e9e9e9; + margin: 16px 0; + clear: both; +} + +.markdown p { + margin: 1em 0; +} + +.markdown>p, +.markdown>blockquote, +.markdown>.highlight, +.markdown>ol, +.markdown>ul { + width: 80%; +} + +.markdown ul>li { + list-style: circle; +} + +.markdown>ul li, +.markdown blockquote ul>li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown>ul li p, +.markdown>ol li p { + margin: 0.6em 0; +} + +.markdown ol>li { + list-style: decimal; +} + +.markdown>ol li, +.markdown blockquote ol>li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown code { + margin: 0 3px; + padding: 0 5px; + background: #eee; + border-radius: 3px; +} + +.markdown strong, +.markdown b { + font-weight: 600; +} + +.markdown>table { + border-collapse: collapse; + border-spacing: 0px; + empty-cells: show; + border: 1px solid #e9e9e9; + width: 95%; + margin-bottom: 24px; +} + +.markdown>table th { + white-space: nowrap; + color: #333; + font-weight: 600; +} + +.markdown>table th, +.markdown>table td { + border: 1px solid #e9e9e9; + padding: 8px 16px; + text-align: left; +} + +.markdown>table th { + background: #F7F7F7; +} + +.markdown blockquote { + font-size: 90%; + color: #999; + border-left: 4px solid #e9e9e9; + padding-left: 0.8em; + margin: 1em 0; +} + +.markdown blockquote p { + margin: 0; +} + +.markdown .anchor { + opacity: 0; + transition: opacity 0.3s ease; + margin-left: 8px; +} + +.markdown .waiting { + color: #ccc; +} + +.markdown h1:hover .anchor, +.markdown h2:hover .anchor, +.markdown h3:hover .anchor, +.markdown h4:hover .anchor, +.markdown h5:hover .anchor, +.markdown h6:hover .anchor { + opacity: 1; + display: inline-block; +} + +.markdown>br, +.markdown>p>br { + clear: both; +} + + +.hljs { + display: block; + background: white; + padding: 0.5em; + color: #333333; + overflow-x: auto; +} + +.hljs-comment, +.hljs-meta { + color: #969896; +} + +.hljs-string, +.hljs-variable, +.hljs-template-variable, +.hljs-strong, +.hljs-emphasis, +.hljs-quote { + color: #df5000; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-type { + color: #a71d5d; +} + +.hljs-literal, +.hljs-symbol, +.hljs-bullet, +.hljs-attribute { + color: #0086b3; +} + +.hljs-section, +.hljs-name { + color: #63a35c; +} + +.hljs-tag { + color: #333333; +} + +.hljs-title, +.hljs-attr, +.hljs-selector-id, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo { + color: #795da3; +} + +.hljs-addition { + color: #55a532; + background-color: #eaffea; +} + +.hljs-deletion { + color: #bd2c00; + background-color: #ffecec; +} + +.hljs-link { + text-decoration: underline; +} + +/* 代码高亮 */ +/* PrismJS 1.15.0 +https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */ +/** + * prism.js default theme for JavaScript, CSS and HTML + * Based on dabblet (http://dabblet.com) + * @author Lea Verou + */ +code[class*="language-"], +pre[class*="language-"] { + color: black; + background: none; + text-shadow: 0 1px white; + font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; + text-align: left; + white-space: pre; + word-spacing: normal; + word-break: normal; + word-wrap: normal; + line-height: 1.5; + + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; +} + +pre[class*="language-"]::-moz-selection, +pre[class*="language-"] ::-moz-selection, +code[class*="language-"]::-moz-selection, +code[class*="language-"] ::-moz-selection { + text-shadow: none; + background: #b3d4fc; +} + +pre[class*="language-"]::selection, +pre[class*="language-"] ::selection, +code[class*="language-"]::selection, +code[class*="language-"] ::selection { + text-shadow: none; + background: #b3d4fc; +} + +@media print { + + code[class*="language-"], + pre[class*="language-"] { + text-shadow: none; + } +} + +/* Code blocks */ +pre[class*="language-"] { + padding: 1em; + margin: .5em 0; + overflow: auto; +} + +:not(pre)>code[class*="language-"], +pre[class*="language-"] { + background: #f5f2f0; +} + +/* Inline code */ +:not(pre)>code[class*="language-"] { + padding: .1em; + border-radius: .3em; + white-space: normal; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: slategray; +} + +.token.punctuation { + color: #999; +} + +.namespace { + opacity: .7; +} + +.token.property, +.token.tag, +.token.boolean, +.token.number, +.token.constant, +.token.symbol, +.token.deleted { + color: #905; +} + +.token.selector, +.token.attr-name, +.token.string, +.token.char, +.token.builtin, +.token.inserted { + color: #690; +} + +.token.operator, +.token.entity, +.token.url, +.language-css .token.string, +.style .token.string { + color: #9a6e3a; + background: hsla(0, 0%, 100%, .5); +} + +.token.atrule, +.token.attr-value, +.token.keyword { + color: #07a; +} + +.token.function, +.token.class-name { + color: #DD4A68; +} + +.token.regex, +.token.important, +.token.variable { + color: #e90; +} + +.token.important, +.token.bold { + font-weight: bold; +} + +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} diff --git a/src/styles/iconfont2/demo_index.html b/src/styles/iconfont2/demo_index.html new file mode 100644 index 0000000..b2b2ddc --- /dev/null +++ b/src/styles/iconfont2/demo_index.html @@ -0,0 +1,13942 @@ + + + + + iconfont Demo + + + + + + + + + + + + + +
+

+ + +

+ +
+
+
    + +
  • + +
    购物_o
    +
    &#xeb60;
    +
  • + +
  • + +
    成长值
    +
    &#xe815;
    +
  • + +
  • + +
    发布
    +
    &#xe814;
    +
  • + +
  • + +
    签到
    +
    &#xe816;
    +
  • + +
  • + +
    评价
    +
    &#xe817;
    +
  • + +
  • + +
    邀请
    +
    &#xe819;
    +
  • + +
  • + +
    列表1
    +
    &#xe7f9;
    +
  • + +
  • + +
    列表2
    +
    &#xe7fa;
    +
  • + +
  • + +
    消费记录-容错
    +
    &#xe853;
    +
  • + +
  • + +
    购买商品
    +
    &#xe84e;
    +
  • + +
  • + +
    每日签到
    +
    &#xe84f;
    +
  • + +
  • + +
    邀请好友
    +
    &#xe850;
    +
  • + +
  • + +
    消费记录
    +
    &#xe851;
    +
  • + +
  • + +
    付费会员
    +
    &#xe852;
    +
  • + +
  • + +
    购买
    +
    &#xe7f8;
    +
  • + +
  • + +
    等待支付
    +
    &#xe840;
    +
  • + +
  • + +
    星号
    +
    &#xe838;
    +
  • + +
  • + +
    手机
    +
    &#xe829;
    +
  • + +
  • + +
    定位
    +
    &#xe82a;
    +
  • + +
  • + +
    搜索
    +
    &#xe82b;
    +
  • + +
  • + +
    二维码
    +
    &#xe82c;
    +
  • + +
  • + +
    首单优惠
    +
    &#xe818;
    +
  • + +
  • + +
    购物车-门店
    +
    &#xe812;
    +
  • + +
  • + +
    客服-门店
    +
    &#xe813;
    +
  • + +
  • + +
    中文
    +
    &#xe810;
    +
  • + +
  • + +
    英文
    +
    &#xe811;
    +
  • + +
  • + +
    视频点赞-未点
    +
    &#xe80e;
    +
  • + +
  • + +
    视频点赞-已点
    +
    &#xe80f;
    +
  • + +
  • + +
    门店
    +
    &#xe807;
    +
  • + +
  • + +
    购物车
    +
    &#xe808;
    +
  • + +
  • + +
    添加购物车
    +
    &#xe809;
    +
  • + +
  • + +
    视频点赞-未点
    +
    &#xe80a;
    +
  • + +
  • + +
    评价
    +
    &#xe80b;
    +
  • + +
  • + +
    礼物
    +
    &#xe80c;
    +
  • + +
  • + +
    视频点赞
    +
    &#xe80d;
    +
  • + +
  • + +
    定位2
    +
    &#xe7fb;
    +
  • + +
  • + +
    电话
    +
    &#xe7fc;
    +
  • + +
  • + +
    营业时间
    +
    &#xe7fd;
    +
  • + +
  • + +
    编辑
    +
    &#xe7fe;
    +
  • + +
  • + +
    选中
    +
    &#xe7ff;
    +
  • + +
  • + +
    筛选
    +
    &#xe800;
    +
  • + +
  • + +
    营业时间2
    +
    &#xe801;
    +
  • + +
  • + +
    定位
    +
    &#xe802;
    +
  • + +
  • + +
    门店
    +
    &#xe806;
    +
  • + +
  • + +
    放大
    +
    &#xe7f7;
    +
  • + +
  • + +
    美元
    +
    &#xe7f5;
    +
  • + +
  • + +
    已领取
    +
    &#xe7f6;
    +
  • + +
  • + +
    积分
    +
    &#xe7f3;
    +
  • + +
  • + +
    优惠券
    +
    &#xe7f4;
    +
  • + +
  • + +
    足迹-选中
    +
    &#xe7f2;
    +
  • + +
  • + +
    足迹
    +
    &#xe7f1;
    +
  • + +
  • + +
    返回
    +
    &#xe7f0;
    +
  • + +
  • + +
    分销订单
    +
    &#xe7e9;
    +
  • + +
  • + +
    推广人排行
    +
    &#xe7ea;
    +
  • + +
  • + +
    活动规则
    +
    &#xe7eb;
    +
  • + +
  • + +
    形状结合
    +
    &#xe7ec;
    +
  • + +
  • + +
    我的团队
    +
    &#xe7ed;
    +
  • + +
  • + +
    邀请好友
    +
    &#xe7ee;
    +
  • + +
  • + +
    佣金排行
    +
    &#xe7ef;
    +
  • + +
  • + +
    导航到店
    +
    &#xe7e5;
    +
  • + +
  • + +
    营业时间
    +
    &#xe7e6;
    +
  • + +
  • + +
    定位
    +
    &#xe7e7;
    +
  • + +
  • + +
    致电咨询
    +
    &#xe7e8;
    +
  • + +
  • + +
    pc-积分
    +
    &#xe7e3;
    +
  • + +
  • + +
    pc-优惠券
    +
    &#xe7e4;
    +
  • + +
  • + +
    群聊
    +
    &#xe7e2;
    +
  • + +
  • + +
    订单-选中
    +
    &#xe7db;
    +
  • + +
  • + +
    记录-选中
    +
    &#xe7dc;
    +
  • + +
  • + +
    客户-选中
    +
    &#xe7dd;
    +
  • + +
  • + +
    记录
    +
    &#xe7de;
    +
  • + +
  • + +
    订单
    +
    &#xe7df;
    +
  • + +
  • + +
    客户
    +
    &#xe7e1;
    +
  • + +
  • + +
    性别-男
    +
    &#xe7d9;
    +
  • + +
  • + +
    性别-女
    +
    &#xe7da;
    +
  • + +
  • + +
    v
    +
    &#xe7d7;
    +
  • + +
  • + +
    皇冠
    +
    &#xe7d8;
    +
  • + +
  • + +
    已领取
    +
    &#xe7d6;
    +
  • + +
  • + +
    进入
    +
    &#xe7d5;
    +
  • + +
  • + +
    订单管理
    +
    &#xe7d1;
    +
  • + +
  • + +
    客服记录
    +
    &#xe7d2;
    +
  • + +
  • + +
    订单核销
    +
    &#xe7d3;
    +
  • + +
  • + +
    商家管理
    +
    &#xe7d4;
    +
  • + +
  • + +
    邀请好友
    +
    &#xe7d0;
    +
  • + +
  • + +
    佣金排行
    +
    &#xe7cb;
    +
  • + +
  • + +
    推广人排行
    +
    &#xe7cf;
    +
  • + +
  • + +
    密码图标
    +
    &#xe7ca;
    +
  • + +
  • + +
    限时
    +
    &#xe7cc;
    +
  • + +
  • + +
    折扣价
    +
    &#xe7cd;
    +
  • + +
  • + +
    +
    &#xe7ce;
    +
  • + +
  • + +
    未赞
    +
    &#xe7c7;
    +
  • + +
  • + +
    +
    &#xe7c8;
    +
  • + +
  • + +
    评论
    +
    &#xe7c9;
    +
  • + +
  • + +
    +
    &#xe7c6;
    +
  • + +
  • + +
    版权
    +
    &#xe7c2;
    +
  • + +
  • + +
    更新时间
    +
    &#xe7c3;
    +
  • + +
  • + +
    下载量
    +
    &#xe7c4;
    +
  • + +
  • + +
    文件大小
    +
    &#xe7c5;
    +
  • + +
  • + +
    地址
    +
    &#xe7bd;
    +
  • + +
  • + +
    国家高新企业
    +
    &#xe7be;
    +
  • + +
  • + +
    已收藏
    +
    &#xe7bf;
    +
  • + +
  • + +
    文档
    +
    &#xe7c0;
    +
  • + +
  • + +
    收藏本站
    +
    &#xe7c1;
    +
  • + +
  • + +
    分类
    +
    &#xe7bc;
    +
  • + +
  • + +
    审核未通过
    +
    &#xe7b9;
    +
  • + +
  • + +
    审核通过
    +
    &#xe7ba;
    +
  • + +
  • + +
    待审核
    +
    &#xe7bb;
    +
  • + +
  • + +
    首发新品
    +
    &#xe7b8;
    +
  • + +
  • + +
    促销单品
    +
    &#xe7b7;
    +
  • + +
  • + +
    精品推荐
    +
    &#xe7b5;
    +
  • + +
  • + +
    排行榜
    +
    &#xe7b6;
    +
  • + +
  • + +
    已点赞
    +
    &#xe7b4;
    +
  • + +
  • + +
    点赞
    +
    &#xe7b3;
    +
  • + +
  • + +
    好友代支付
    +
    &#xe7b2;
    +
  • + +
  • + +
    宝贝链接
    +
    &#xe7b0;
    +
  • + +
  • + +
    参与话题
    +
    &#xe7b1;
    +
  • + +
  • + +
    点赞
    +
    &#xe7ac;
    +
  • + +
  • + +
    评论
    +
    &#xe7ad;
    +
  • + +
  • + +
    分享
    +
    &#xe7ae;
    +
  • + +
  • + +
    发布
    +
    &#xe7af;
    +
  • + +
  • + +
    更多
    +
    &#xe7ab;
    +
  • + +
  • + +
    返回
    +
    &#xe7a9;
    +
  • + +
  • + +
    砍价列表
    +
    &#xe7aa;
    +
  • + +
  • + +
    虚拟商品
    +
    &#xe7a8;
    +
  • + +
  • + +
    订单列表
    +
    &#xe7a6;
    +
  • + +
  • + +
    数据统计
    +
    &#xe7a7;
    +
  • + +
  • + +
    搜索
    +
    &#xe7a5;
    +
  • + +
  • + +
    直播中
    +
    &#xe7a4;
    +
  • + +
  • + +
    优惠券实色背景
    +
    &#xe7a2;
    +
  • + +
  • + +
    优惠券透明背景
    +
    &#xe7a3;
    +
  • + +
  • + +
    预售按钮
    +
    &#xe7a1;
    +
  • + +
  • + +
    更多
    +
    &#xe7a0;
    +
  • + +
  • + +
    搜索
    +
    &#xe79b;
    +
  • + +
  • + +
    个人中心
    +
    &#xe79c;
    +
  • + +
  • + +
    收藏
    +
    &#xe79d;
    +
  • + +
  • + +
    首页
    +
    &#xe79e;
    +
  • + +
  • + +
    购物车
    +
    &#xe79f;
    +
  • + +
  • + +
    复制口令
    +
    &#xe79a;
    +
  • + +
  • + +
    专题
    +
    &#xe799;
    +
  • + +
  • + +
    代付款-3
    +
    &#xe794;
    +
  • + +
  • + +
    售后-退款-3
    +
    &#xe795;
    +
  • + +
  • + +
    待评价-3
    +
    &#xe796;
    +
  • + +
  • + +
    待发货-3
    +
    &#xe797;
    +
  • + +
  • + +
    全部订单-3
    +
    &#xe798;
    +
  • + +
  • + +
    待发货-2
    +
    &#xe78e;
    +
  • + +
  • + +
    待收货-2
    +
    &#xe78f;
    +
  • + +
  • + +
    待评价-2
    +
    &#xe791;
    +
  • + +
  • + +
    售后-退款-2
    +
    &#xe792;
    +
  • + +
  • + +
    代付款-2
    +
    &#xe793;
    +
  • + +
  • + +
    多商户pc-说明弹窗
    +
    &#xe78b;
    +
  • + +
  • + +
    多商户pc-到货通知
    +
    &#xe78c;
    +
  • + +
  • + +
    多商户pc-保障
    +
    &#xe78d;
    +
  • + +
  • + +
    店铺
    +
    &#xe78a;
    +
  • + +
  • + +
    等级图标
    +
    &#xe789;
    +
  • + +
  • + +
    待发货-新个人中心
    +
    &#xe782;
    +
  • + +
  • + +
    二维码-新个人中心
    +
    &#xe783;
    +
  • + +
  • + +
    全部订单-新个人中心
    +
    &#xe784;
    +
  • + +
  • + +
    消息-新个人中心
    +
    &#xe785;
    +
  • + +
  • + +
    待评价-新个人中心
    +
    &#xe786;
    +
  • + +
  • + +
    售后:退款-新个人中心
    +
    &#xe787;
    +
  • + +
  • + +
    待付款-新个人中心
    +
    &#xe788;
    +
  • + +
  • + +
    发票
    +
    &#xe781;
    +
  • + +
  • + +
    售后-退款-蓝
    +
    &#xe77c;
    +
  • + +
  • + +
    待评价-蓝
    +
    &#xe780;
    +
  • + +
  • + +
    待收货-蓝
    +
    &#xe77d;
    +
  • + +
  • + +
    代付款-蓝
    +
    &#xe77e;
    +
  • + +
  • + +
    待发货-蓝
    +
    &#xe77f;
    +
  • + +
  • + +
    待发货-橘
    +
    &#xe777;
    +
  • + +
  • + +
    待付款-橘
    +
    &#xe778;
    +
  • + +
  • + +
    待收货-橘
    +
    &#xe779;
    +
  • + +
  • + +
    售后-退款-橘
    +
    &#xe77a;
    +
  • + +
  • + +
    待评价-橘
    +
    &#xe77b;
    +
  • + +
  • + +
    待收货-粉
    +
    &#xe772;
    +
  • + +
  • + +
    待评价-粉
    +
    &#xe773;
    +
  • + +
  • + +
    代付款-粉
    +
    &#xe774;
    +
  • + +
  • + +
    售后:退款-粉
    +
    &#xe775;
    +
  • + +
  • + +
    待发货-粉
    +
    &#xe776;
    +
  • + +
  • + +
    待发货-绿
    +
    &#xe768;
    +
  • + +
  • + +
    售后-退款-绿
    +
    &#xe76a;
    +
  • + +
  • + +
    代付款-绿
    +
    &#xe76d;
    +
  • + +
  • + +
    待收货-绿
    +
    &#xe770;
    +
  • + +
  • + +
    待评价-绿
    +
    &#xe771;
    +
  • + +
  • + +
    待收货
    +
    &#xe75d;
    +
  • + +
  • + +
    待评价
    +
    &#xe75e;
    +
  • + +
  • + +
    待发货
    +
    &#xe760;
    +
  • + +
  • + +
    待付款
    +
    &#xe766;
    +
  • + +
  • + +
    售后:退款
    +
    &#xe767;
    +
  • + +
  • + +
    购物车-样式1
    +
    &#xe75b;
    +
  • + +
  • + +
    购物车-样式2
    +
    &#xe75c;
    +
  • + +
  • + +
    日历图标
    +
    &#xe75a;
    +
  • + +
  • + +
    提示
    +
    &#xe759;
    +
  • + +
  • + +
    待退货
    +
    &#xe752;
    +
  • + +
  • + +
    申请中
    +
    &#xe756;
    +
  • + +
  • + +
    返佣
    +
    &#xe74d;
    +
  • + +
  • + +
    资质证件
    +
    &#xe743;
    +
  • + +
  • + +
    分销等级
    +
    &#xe742;
    +
  • + +
  • + +
    已拒绝
    +
    &#xe741;
    +
  • + +
  • + +
    退款中
    +
    &#xe803;
    +
  • + +
  • + +
    退款失败
    +
    &#xe804;
    +
  • + +
  • + +
    退款成功
    +
    &#xe805;
    +
  • + +
  • + +
    退款中
    +
    &#xe744;
    +
  • + +
  • + +
    已完成
    +
    &#xe745;
    +
  • + +
  • + +
    已退款
    +
    &#xe747;
    +
  • + +
  • + +
    退款
    +
    &#xe73a;
    +
  • + +
  • + +
    退货
    +
    &#xe73c;
    +
  • + +
  • + +
    审核
    +
    &#xe73d;
    +
  • + +
  • + +
    上传图片
    +
    &#xe755;
    +
  • + +
  • + +
    首页
    +
    &#xe863;
    +
  • + +
  • + +
    省钱
    +
    &#xe738;
    +
  • + +
  • + +
    笑脸
    +
    &#xe737;
    +
  • + +
  • + +
    放大
    +
    &#xe736;
    +
  • + +
  • + +
    点击抽奖
    +
    &#xe730;
    +
  • + +
  • + +
    7纪念版
    +
    &#xe76f;
    +
  • + +
  • + +
    领取优惠券按钮
    +
    &#xe72e;
    +
  • + +
  • + +
    签到成功按钮
    +
    &#xe72f;
    +
  • + +
  • + +
    s-限时秒杀
    +
    &#xe727;
    +
  • + +
  • + +
    s-拼团
    +
    &#xe726;
    +
  • + +
  • + +
    s-砍价
    +
    &#xe72d;
    +
  • + +
  • + +
    s-苹果
    +
    &#xe722;
    +
  • + +
  • + +
    s-微信登录
    +
    &#xe729;
    +
  • + +
  • + +
    s-验证码登录
    +
    &#xe72a;
    +
  • + +
  • + +
    s-密码登录
    +
    &#xe72b;
    +
  • + +
  • + +
    s-验证码
    +
    &#xe728;
    +
  • + +
  • + +
    朋友圈
    +
    &#xe76e;
    +
  • + +
  • + +
    积分中心
    +
    &#xe71f;
    +
  • + +
  • + +
    s-充值记录
    +
    &#xe71c;
    +
  • + +
  • + +
    s-消费记录
    +
    &#xe71e;
    +
  • + +
  • + +
    s-账单记录
    +
    &#xe720;
    +
  • + +
  • + +
    s-客服
    +
    &#xe721;
    +
  • + +
  • + +
    s-编辑
    +
    &#xe71d;
    +
  • + +
  • + +
    s-拼团
    +
    &#xe719;
    +
  • + +
  • + +
    s-砍价
    +
    &#xe71a;
    +
  • + +
  • + +
    s-秒杀
    +
    &#xe71b;
    +
  • + +
  • + +
    返回
    +
    &#xe718;
    +
  • + +
  • + +
    客服
    +
    &#xe716;
    +
  • + +
  • + +
    首页
    +
    &#xe717;
    +
  • + +
  • + +
    查看地图
    +
    &#xe715;
    +
  • + +
  • + +
    好物圈
    +
    &#xe713;
    +
  • + +
  • + +
    好物圈
    +
    &#xe712;
    +
  • + +
  • + +
    更多展开
    +
    &#xe70e;
    +
  • + +
  • + +
    表情
    +
    &#xe70f;
    +
  • + +
  • + +
    话术
    +
    &#xe710;
    +
  • + +
  • + +
    图片
    +
    &#xe711;
    +
  • + +
  • + +
    回放
    +
    &#xe76c;
    +
  • + +
  • + +
    直播中
    +
    &#xe76b;
    +
  • + +
  • + +
    huangguan
    +
    &#xe769;
    +
  • + +
  • + +
    会员 (2)
    +
    &#xe70c;
    +
  • + +
  • + +
    发票
    +
    &#xe70b;
    +
  • + +
  • + +
    +
    &#xe709;
    +
  • + +
  • + +
    设置
    +
    &#xe70a;
    +
  • + +
  • + +
    添加 (1)
    +
    &#xe705;
    +
  • + +
  • + +
    编辑
    +
    &#xe706;
    +
  • + +
  • + +
    加号
    +
    &#xe707;
    +
  • + +
  • + +
    删除
    +
    &#xe708;
    +
  • + +
  • + +
    复制口令
    +
    &#xe704;
    +
  • + +
  • + +
    客服接待
    +
    &#xe703;
    +
  • + +
  • + +
    秒杀 (1)
    +
    &#xe702;
    +
  • + +
  • + +
    编辑
    +
    &#xe700;
    +
  • + +
  • + +
    清空缓存
    +
    &#xe701;
    +
  • + +
  • + +
    时间
    +
    &#xe66b;
    +
  • + +
  • + +
    问号 (1)
    +
    &#xe6ee;
    +
  • + +
  • + +
    账号密码
    +
    &#xe763;
    +
  • + +
  • + +
    二维码
    +
    &#xe765;
    +
  • + +
  • + +
    关机
    +
    &#xe6ed;
    +
  • + +
  • + +
    图片
    +
    &#xe762;
    +
  • + +
  • + +
    表情
    +
    &#xe764;
    +
  • + +
  • + +
    关闭
    +
    &#xe761;
    +
  • + +
  • + +
    声音 静音 线性
    +
    &#xe94f;
    +
  • + +
  • + +
    声音
    +
    &#xe66a;
    +
  • + +
  • + +
    评价
    +
    &#xe6ec;
    +
  • + +
  • + +
    下拉展开
    +
    &#xe6dd;
    +
  • + +
  • + +
    +
    &#xe6e6;
    +
  • + +
  • + +
    返回首页
    +
    &#xe6df;
    +
  • + +
  • + +
    更多
    +
    &#xe6e0;
    +
  • + +
  • + +
    分享
    +
    &#xe6e2;
    +
  • + +
  • + +
    搜索
    +
    &#xe6e3;
    +
  • + +
  • + +
    会员
    +
    &#xe6e5;
    +
  • + +
  • + +
    +
    &#xe6e7;
    +
  • + +
  • + +
    购物车
    +
    &#xe6e8;
    +
  • + +
  • + +
    +
    &#xe6e9;
    +
  • + +
  • + +
    +
    &#xe6ea;
    +
  • + +
  • + +
    vip
    +
    &#xe6eb;
    +
  • + +
  • + +
    优惠券
    +
    &#xe6db;
    +
  • + +
  • + +
    客服 (2)
    +
    &#xe6da;
    +
  • + +
  • + +
    余额
    +
    &#xe6dc;
    +
  • + +
  • + +
    会员中心
    +
    &#xe6d5;
    +
  • + +
  • + +
    砍价记录
    +
    &#xe6d6;
    +
  • + +
  • + +
    地址信息
    +
    &#xe6d7;
    +
  • + +
  • + +
    我的推广
    +
    &#xe6d8;
    +
  • + +
  • + +
    我的收藏
    +
    &#xe6d9;
    +
  • + +
  • + +
    回到顶部
    +
    &#xe6d4;
    +
  • + +
  • + +
    扫一扫
    +
    &#xe6d3;
    +
  • + +
  • + +
    价格筛选(上)
    +
    &#xe6d0;
    +
  • + +
  • + +
    价格筛选(下)
    +
    &#xe6d1;
    +
  • + +
  • + +
    手机
    +
    &#xe6cf;
    +
  • + +
  • + +
    更多
    +
    &#xe6cd;
    +
  • + +
  • + +
    +
    &#xe6cb;
    +
  • + +
  • + +
    发送
    +
    &#xe6be;
    +
  • + +
  • + +
    更多展开
    +
    &#xe6c7;
    +
  • + +
  • + +
    表情
    +
    &#xe6c8;
    +
  • + +
  • + +
    话术
    +
    &#xe6c9;
    +
  • + +
  • + +
    图片
    +
    &#xe6ca;
    +
  • + +
  • + +
    密码
    +
    &#xe6ba;
    +
  • + +
  • + +
    账号
    +
    &#xe6bc;
    +
  • + +
  • + +
    返回
    +
    &#xe6b9;
    +
  • + +
  • + +
    进入
    +
    &#xe6bd;
    +
  • + +
  • + +
    商品信息
    +
    &#xe6bf;
    +
  • + +
  • + +
    退出
    +
    &#xe6c0;
    +
  • + +
  • + +
    交易订单
    +
    &#xe6c1;
    +
  • + +
  • + +
    搜索
    +
    &#xe6c4;
    +
  • + +
  • + +
    选中
    +
    &#xe6c6;
    +
  • + +
  • + +
    VIP
    +
    &#xe6b8;
    +
  • + +
  • + +
    品种
    +
    &#xe6a2;
    +
  • + +
  • + +
    行货
    +
    &#xe6a3;
    +
  • + +
  • + +
    直发
    +
    &#xe6b6;
    +
  • + +
  • + +
    低价
    +
    &#xe6b7;
    +
  • + +
  • + +
    个人中心-选中
    +
    &#xe6ae;
    +
  • + +
  • + +
    选中
    +
    &#xe6af;
    +
  • + +
  • + +
    暂无秒杀
    +
    &#xe6b0;
    +
  • + +
  • + +
    上传图片
    +
    &#xe6b3;
    +
  • + +
  • + +
    服务
    +
    &#xe6b4;
    +
  • + +
  • + +
    退款提示
    +
    &#xe6b5;
    +
  • + +
  • + +
    二维码-右下
    +
    &#xe6ad;
    +
  • + +
  • + +
    二维码边角
    +
    &#xe6ac;
    +
  • + +
  • + +
    微信登录
    +
    &#xe6aa;
    +
  • + +
  • + +
    账号登录
    +
    &#xe6ab;
    +
  • + +
  • + +
    上架时间
    +
    &#xe6a9;
    +
  • + +
  • + +
    价格筛选
    +
    &#xe6a7;
    +
  • + +
  • + +
    更多分类
    +
    &#xe6a8;
    +
  • + +
  • + +
    未选
    +
    &#xe6a6;
    +
  • + +
  • + +
    选中1
    +
    &#xe6a5;
    +
  • + +
  • + +
    评价
    +
    &#xe6a4;
    +
  • + +
  • + +
    关 闭
    +
    &#xe6a0;
    +
  • + +
  • + +
    品种齐全
    +
    &#xe69d;
    +
  • + +
  • + +
    低价畅选
    +
    &#xe69e;
    +
  • + +
  • + +
    正品行货
    +
    &#xe69f;
    +
  • + +
  • + +
    地址-添加
    +
    &#xe696;
    +
  • + +
  • + +
    删除
    +
    &#xe69c;
    +
  • + +
  • + +
    余额
    +
    &#xe699;
    +
  • + +
  • + +
    微信支付
    +
    &#xe69a;
    +
  • + +
  • + +
    商品数量-减
    +
    &#xe698;
    +
  • + +
  • + +
    商品数量-加
    +
    &#xe697;
    +
  • + +
  • + +
    选中
    +
    &#xe693;
    +
  • + +
  • + +
    地址下拉
    +
    &#xe694;
    +
  • + +
  • + +
    进入
    +
    &#xe695;
    +
  • + +
  • + +
    申请退款
    +
    &#xe692;
    +
  • + +
  • + +
    配货
    +
    &#xe68d;
    +
  • + +
  • + +
    下单
    +
    &#xe68e;
    +
  • + +
  • + +
    完成
    +
    &#xe68f;
    +
  • + +
  • + +
    付款
    +
    &#xe690;
    +
  • + +
  • + +
    发货
    +
    &#xe691;
    +
  • + +
  • + +
    扫码
    +
    &#xe68c;
    +
  • + +
  • + +
    提示
    +
    &#xe68b;
    +
  • + +
  • + +
    下拉
    +
    &#xe682;
    +
  • + +
  • + +
    VIP
    +
    &#xe68a;
    +
  • + +
  • + +
    已收藏
    +
    &#xe683;
    +
  • + +
  • + +
    收藏
    +
    &#xe686;
    +
  • + +
  • + +
    客服
    +
    &#xe689;
    +
  • + +
  • + +
    发票
    +
    &#xe680;
    +
  • + +
  • + +
    发票管理
    +
    &#xe681;
    +
  • + +
  • + +
    进入
    +
    &#xe67e;
    +
  • + +
  • + +
    搜索
    +
    &#xe67b;
    +
  • + +
  • + +
    顶部-购物车
    +
    &#xe67a;
    +
  • + +
  • + +
    回到顶部
    +
    &#xe678;
    +
  • + +
  • + +
    侧导航-购物车
    +
    &#xe676;
    +
  • + +
  • + +
    微信
    +
    &#xe675;
    +
  • + +
  • + +
    联系客服
    +
    &#xe672;
    +
  • + +
  • + +
    左-秒杀
    +
    &#xe670;
    +
  • + +
  • + +
    右-秒杀
    +
    &#xe671;
    +
  • + +
  • + +
    +
    &#xe66d;
    +
  • + +
  • + +
    +
    &#xe66f;
    +
  • + +
  • + +
    收藏本站
    +
    &#xe66c;
    +
  • + +
  • + +
    联系商家
    +
    &#xe668;
    +
  • + +
  • + +
    定位
    +
    &#xe667;
    +
  • + +
  • + +
    分类
    +
    &#xe663;
    +
  • + +
  • + +
    我的
    +
    &#xe664;
    +
  • + +
  • + +
    首页
    +
    &#xe665;
    +
  • + +
  • + +
    购物车
    +
    &#xe666;
    +
  • + +
  • + +
    减号
    +
    &#xe661;
    +
  • + +
  • + +
    加号
    +
    &#xe662;
    +
  • + +
  • + +
    验证码
    +
    &#xe65f;
    +
  • + +
  • + +
    手机
    +
    &#xe660;
    +
  • + +
  • + +
    +
    &#xe658;
    +
  • + +
  • + +
    手机号
    +
    &#xe659;
    +
  • + +
  • + +
    企业
    +
    &#xe65b;
    +
  • + +
  • + +
    用户
    +
    &#xe65c;
    +
  • + +
  • + +
    验证码
    +
    &#xe65d;
    +
  • + +
  • + +
    商品
    +
    &#xe653;
    +
  • + +
  • + +
    签到 (1)
    +
    &#xe65a;
    +
  • + +
  • + +
    邀请
    +
    &#xea39;
    +
  • + +
  • + +
    退货中
    +
    &#xe64f;
    +
  • + +
  • + +
    审核中
    +
    &#xe650;
    +
  • + +
  • + +
    待退货
    +
    &#xe652;
    +
  • + +
  • + +
    已核销
    +
    &#xe75f;
    +
  • + +
  • + +
    已拒绝
    +
    &#xe6a1;
    +
  • + +
  • + +
    更多
    +
    &#xe674;
    +
  • + +
  • + +
    退款
    +
    &#xe657;
    +
  • + +
  • + +
    消息
    +
    &#xe64b;
    +
  • + +
  • + +
    二维码
    +
    &#xe647;
    +
  • + +
  • + +
    客服
    +
    &#xe648;
    +
  • + +
  • + +
    关注
    +
    &#xe645;
    +
  • + +
  • + +
    相机
    +
    &#xe6bb;
    +
  • + +
  • + +
    注意
    +
    &#xe688;
    +
  • + +
  • + +
    评分
    +
    &#xe649;
    +
  • + +
  • + +
    应用APP_o
    +
    &#xeb88;
    +
  • + +
  • + +
    驿站_o
    +
    &#xebc6;
    +
  • + +
  • + +
    筛选
    +
    &#xe651;
    +
  • + +
  • + +
    商家【订单】
    +
    &#xe64a;
    +
  • + +
  • + +
    首页
    +
    &#xe64d;
    +
  • + +
  • + +
    金币
    +
    &#xe63f;
    +
  • + +
  • + +
    金币
    +
    &#xe63c;
    +
  • + +
  • + +
    坐标
    +
    &#xe6de;
    +
  • + +
  • + +
    减号
    +
    &#xe753;
    +
  • + +
  • + +
    加号
    +
    &#xe754;
    +
  • + +
  • + +
    直播结束@2x
    +
    &#xe63d;
    +
  • + +
  • + +
    直播
    +
    &#xe63e;
    +
  • + +
  • + +
    VIP
    +
    &#xe751;
    +
  • + +
  • + +
    推广
    +
    &#xe63b;
    +
  • + +
  • + +
    geren02
    +
    &#xe750;
    +
  • + +
  • + +
    gouwuche02
    +
    &#xe74f;
    +
  • + +
  • + +
    fenlei02
    +
    &#xe74e;
    +
  • + +
  • + +
    shouye02
    +
    &#xe74c;
    +
  • + +
  • + +
    geren01
    +
    &#xe74b;
    +
  • + +
  • + +
    gouwuche01
    +
    &#xe74a;
    +
  • + +
  • + +
    fenlei01
    +
    &#xe749;
    +
  • + +
  • + +
    shouye01
    +
    &#xe748;
    +
  • + +
  • + +
    mzshopping01
    +
    &#xe746;
    +
  • + +
  • + +
    功能
    +
    &#xe63a;
    +
  • + +
  • + +
    个人中心
    +
    &#xebc0;
    +
  • + +
  • + +
    首页
    +
    &#xebc1;
    +
  • + +
  • + +
    个人中心
    +
    &#xe636;
    +
  • + +
  • + +
    首页
    +
    &#xe637;
    +
  • + +
  • + +
    购物车
    +
    &#xe638;
    +
  • + +
  • + +
    分类
    +
    &#xe639;
    +
  • + +
  • + +
    购物车
    +
    &#xebc2;
    +
  • + +
  • + +
    分类
    +
    &#xebc3;
    +
  • + +
  • + +
    通话
    +
    &#xe740;
    +
  • + +
  • + +
    右键
    +
    &#xe677;
    +
  • + +
  • + +
    打电话-01
    +
    &#xe623;
    +
  • + +
  • + +
    排行
    +
    &#xe73e;
    +
  • + +
  • + +
    位置
    +
    &#xe62d;
    +
  • + +
  • + +
    排行
    +
    &#xe633;
    +
  • + +
  • + +
    说明
    +
    &#xe673;
    +
  • + +
  • + +
    dianhau
    +
    &#xe634;
    +
  • + +
  • + +
    时间
    +
    &#xe635;
    +
  • + +
  • + +
    新闻通知
    +
    &#xe654;
    +
  • + +
  • + +
    +
    &#xe621;
    +
  • + +
  • + +
    +
    &#xe7e0;
    +
  • + +
  • + +
    修 改
    +
    &#xe61f;
    +
  • + +
  • + +
    按钮_箭头展开_o
    +
    &#xeb89;
    +
  • + +
  • + +
    箭头_下一页_o
    +
    &#xeb8f;
    +
  • + +
  • + +
    箭头_上下切换_o
    +
    &#xeb90;
    +
  • + +
  • + +
    上下展开_o
    +
    &#xeb9a;
    +
  • + +
  • + +
    电话_o
    +
    &#xebaf;
    +
  • + +
  • + +
    云上传_o
    +
    &#xebb3;
    +
  • + +
  • + +
    饼图_o
    +
    &#xebb4;
    +
  • + +
  • + +
    包裹_环保盒_o
    +
    &#xebb6;
    +
  • + +
  • + +
    包裹_取消收货_o
    +
    &#xebb7;
    +
  • + +
  • + +
    包裹_收货_o
    +
    &#xebb8;
    +
  • + +
  • + +
    包裹_领件_o
    +
    &#xebb9;
    +
  • + +
  • + +
    包裹_收纳_o
    +
    &#xebbe;
    +
  • + +
  • + +
    线下支付
    +
    &#xe6e1;
    +
  • + +
  • + +
    icon_im_keyboard
    +
    &#xeb97;
    +
  • + +
  • + +
    tupian-01
    +
    &#xe73f;
    +
  • + +
  • + +
    icon_im_face
    +
    &#xeb96;
    +
  • + +
  • + +
    余额支付
    +
    &#xe65e;
    +
  • + +
  • + +
    余额支付
    +
    &#xe61a;
    +
  • + +
  • + +
    微信支付
    +
    &#xe632;
    +
  • + +
  • + +
    支付宝
    +
    &#xe61d;
    +
  • + +
  • + +
    海报
    +
    &#xe73b;
    +
  • + +
  • + +
    微信
    +
    &#xe618;
    +
  • + +
  • + +
    crmeb2
    +
    &#xe739;
    +
  • + +
  • + +
    crmeb
    +
    &#xe735;
    +
  • + +
  • + +
    选中
    +
    &#xe731;
    +
  • + +
  • + +
    数据统计
    +
    &#xe732;
    +
  • + +
  • + +
    详细数据
    +
    &#xe733;
    +
  • + +
  • + +
    更多
    +
    &#xe734;
    +
  • + +
  • + +
    更多
    +
    &#xe617;
    +
  • + +
  • + +
    用户
    +
    &#xe60a;
    +
  • + +
  • + +
    备注
    +
    &#xe616;
    +
  • + +
  • + +
    向上
    +
    &#xe622;
    +
  • + +
  • + +
    向上
    +
    &#xebbd;
    +
  • + +
  • + +
    code_1
    +
    &#xe723;
    +
  • + +
  • + +
    code_2
    +
    &#xe724;
    +
  • + +
  • + +
    phone_1
    +
    &#xe725;
    +
  • + +
  • + +
    下拉
    +
    &#xe67f;
    +
  • + +
  • + +
    设置
    +
    &#xe619;
    +
  • + +
  • + +
    编辑
    +
    &#xe614;
    +
  • + +
  • + +
    收 藏
    +
    &#xe714;
    +
  • + +
  • + +
    加载
    +
    &#xe62c;
    +
  • + +
  • + +
    订单
    +
    &#xe684;
    +
  • + +
  • + +
    团队
    +
    &#xe685;
    +
  • + +
  • + +
    金币
    +
    &#xe655;
    +
  • + +
  • + +
    关 闭
    +
    &#xe6c5;
    +
  • + +
  • + +
    问题
    +
    &#xe758;
    +
  • + +
  • + +
    33资源-线性
    +
    &#xe8a4;
    +
  • + +
  • + +
    用户
    +
    &#xe644;
    +
  • + +
  • + +
    订单
    +
    &#xe61e;
    +
  • + +
  • + +
    锁子
    +
    &#xe631;
    +
  • + +
  • + +
    权限管理锁子
    +
    &#xe6d2;
    +
  • + +
  • + +
    菱形
    +
    &#xe6ff;
    +
  • + +
  • + +
    秒杀
    +
    &#xe6c3;
    +
  • + +
  • + +
    拼团
    +
    &#xe656;
    +
  • + +
  • + +
    砍价
    +
    &#xe613;
    +
  • + +
  • + +
    钱袋 (1) (3)
    +
    &#xe6b1;
    +
  • + +
  • + +
    统计 (1)
    +
    &#xe687;
    +
  • + +
  • + +
    二维码
    +
    &#xe607;
    +
  • + +
  • + +
    支付宝
    +
    &#xe62b;
    +
  • + +
  • + +
    银行卡
    +
    &#xe72c;
    +
  • + +
  • + +
    已退款
    +
    &#xe6fd;
    +
  • + +
  • + +
    退款中
    +
    &#xe6fe;
    +
  • + +
  • + +
    搜索
    +
    &#xe757;
    +
  • + +
  • + +
    菜单
    +
    &#xe62a;
    +
  • + +
  • + +
    拍照
    +
    &#xe70d;
    +
  • + +
  • + +
    实体星
    +
    &#xe6fb;
    +
  • + +
  • + +
    空心星
    +
    &#xe6fc;
    +
  • + +
  • + +
    拼团成功
    +
    &#xe6f9;
    +
  • + +
  • + +
    拼团失败
    +
    &#xe6fa;
    +
  • + +
  • + +
    喇叭
    +
    &#xe612;
    +
  • + +
  • + +
    笑脸
    +
    &#xe60f;
    +
  • + +
  • + +
    砍价
    +
    &#xe69b;
    +
  • + +
  • + +
    说明
    +
    &#xe630;
    +
  • + +
  • + +
    明细
    +
    &#xe6f7;
    +
  • + +
  • + +
    提升分值
    +
    &#xe6f8;
    +
  • + +
  • + +
    关闭
    +
    &#xe61c;
    +
  • + +
  • + +
    圆点小
    +
    &#xe82f;
    +
  • + +
  • + +
    点选
    +
    &#xe6c2;
    +
  • + +
  • + +
    添加地址
    +
    &#xe640;
    +
  • + +
  • + +
    删 除
    +
    &#xe628;
    +
  • + +
  • + +
    微信
    +
    &#xe604;
    +
  • + +
  • + +
    +
    &#xe6f6;
    +
  • + +
  • + +
    关 闭
    +
    &#xe6f5;
    +
  • + +
  • + +
    收 藏
    +
    &#xe606;
    +
  • + +
  • + +
    客服
    +
    &#xe6b2;
    +
  • + +
  • + +
    边框001
    +
    &#xe6f4;
    +
  • + +
  • + +
    装饰线
    +
    &#xe6f1;
    +
  • + +
  • + +
    技术支持
    +
    &#xe6f3;
    +
  • + +
  • + +
    选中001
    +
    &#xe6ef;
    +
  • + +
  • + +
    未选中001
    +
    &#xe6f0;
    +
  • + +
  • + +
    向右
    +
    &#xebbb;
    +
  • + +
  • + +
    向右
    +
    &#xe8ca;
    +
  • + +
  • + +
    促销管理
    +
    &#xe60e;
    +
  • + +
  • + +
    删 除
    +
    &#xe611;
    +
  • + +
  • + +
    05采购-线性
    +
    &#xe887;
    +
  • + +
  • + +
    05采购
    +
    &#xe888;
    +
  • + +
  • + +
    30应用程序-线性
    +
    &#xe8a1;
    +
  • + +
  • + +
    30应用程序
    +
    &#xe8a2;
    +
  • + +
  • + +
    204首页
    +
    &#xe8b9;
    +
  • + +
  • + +
    204首页-线性
    +
    &#xe8ba;
    +
  • + +
  • + +
    224用户-线性
    +
    &#xe8c8;
    +
  • + +
  • + +
    224用户
    +
    &#xe8c9;
    +
  • + +
  • + +
    搜索
    +
    &#xe67d;
    +
  • + +
  • + +
    搜索01
    +
    &#xe64c;
    +
  • + +
  • + +
    客服_o
    +
    &#xeb63;
    +
  • + +
  • + +
    礼物_o
    +
    &#xeb65;
    +
  • + +
  • + +
    货币流_o
    +
    &#xeb9f;
    +
  • + +
  • + +
    金币_o
    +
    &#xeba1;
    +
  • + +
  • + +
    个人头像_o
    +
    &#xebac;
    +
  • + +
  • + +
    群组_o
    +
    &#xebad;
    +
  • + +
  • + +
    收藏_o
    +
    &#xebae;
    +
  • + +
  • + +
    地点定位_o
    +
    &#xebba;
    +
  • + +
  • + +
    向右
    +
    &#xe679;
    +
  • + +
  • + +
    精品推荐
    +
    &#xe60d;
    +
  • + +
  • + +
    新品
    +
    &#xe610;
    +
  • + +
  • + +
    热门
    +
    &#xe67c;
    +
  • + +
  • + +
    向右
    +
    &#xebbc;
    +
  • + +
  • + +
    411地图
    +
    &#xe906;
    +
  • + +
  • + +
    关 闭
    +
    &#xe62f;
    +
  • + +
  • + +
    浏览
    +
    &#xe629;
    +
  • + +
  • + +
    审核中
    +
    &#xe6ce;
    +
  • + +
  • + +
    充值
    +
    &#xe602;
    +
  • + +
  • + +
    关闭
    +
    &#xe643;
    +
  • + +
  • + +
    折扣
    +
    &#xe790;
    +
  • + +
  • + +
    对号
    +
    &#xe601;
    +
  • + +
  • + +
    对号01
    +
    &#xe64e;
    +
  • + +
  • + +
    经验值
    +
    &#xe62e;
    +
  • + +
  • + +
    物流
    +
    &#xe6f2;
    +
  • + +
  • +  +
    拼团
    +
    &#xebbf;
    +
  • + +
  • + +
    箭头
    +
    &#xe627;
    +
  • + +
  • + +
    拼团
    +
    &#xe60c;
    +
  • + +
  • + +
    优惠券
    +
    &#xe6e4;
    +
  • + +
  • + +
    购物车
    +
    &#xe642;
    +
  • + +
  • + +
    排列2
    +
    &#xe61b;
    +
  • + +
  • + +
    图片排列
    +
    &#xe620;
    +
  • + +
  • + +
    搜索
    +
    &#xe605;
    +
  • + +
  • + +
    微信
    +
    &#xe66e;
    +
  • + +
  • + +
    购物车
    +
    &#xe669;
    +
  • + +
  • + +
    图标_设备列表轮播图右键头
    +
    &#xe641;
    +
  • + +
  • + +
    会员
    +
    &#xe60b;
    +
  • + +
  • + +
    选中
    +
    &#xe615;
    +
  • + +
  • + +
    选中
    +
    &#xe646;
    +
  • + +
  • + +
    下 拉
    +
    &#xe609;
    +
  • + +
  • + +
    地址
    +
    &#xe608;
    +
  • + +
  • + +
    微信
    +
    &#xe600;
    +
  • + +
  • + +
    分享
    +
    &#xe603;
    +
  • + +
  • + +
    编辑
    +
    &#xe6cc;
    +
  • + +
  • + +
    皇冠2
    +
    &#xe624;
    +
  • + +
  • + +
    皇冠3
    +
    &#xe625;
    +
  • + +
  • + +
    皇冠
    +
    &#xe626;
    +
  • + +
+
+

Unicode 引用

+
+ +

Unicode 是字体在网页端最原始的应用方式,特点是:

+
    +
  • 支持按字体的方式去动态调整图标大小,颜色等等。
  • +
  • 默认情况下不支持多色,直接添加多色图标会自动去色。
  • +
+
+

注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。)

+
+

Unicode 使用步骤如下:

+

第一步:拷贝项目下面生成的 @font-face

+
@font-face {
+  font-family: 'iconfont';
+  src: url('iconfont.woff2?t=1665560959543') format('woff2'),
+       url('iconfont.woff?t=1665560959543') format('woff'),
+       url('iconfont.ttf?t=1665560959543') format('truetype');
+}
+
+

第二步:定义使用 iconfont 的样式

+
.iconfont {
+  font-family: "iconfont" !important;
+  font-size: 16px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+

第三步:挑选相应图标并获取字体编码,应用于页面

+
+<span class="iconfont">&#x33;</span>
+
+
+

"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

+
+
+
+
+
    + +
  • + +
    + 购物_o +
    +
    .icon-gouwu_o +
    +
  • + +
  • + +
    + 成长值 +
    +
    .icon-chengchangzhi +
    +
  • + +
  • + +
    + 发布 +
    +
    .icon-fabu1 +
    +
  • + +
  • + +
    + 签到 +
    +
    .icon-qiandao +
    +
  • + +
  • + +
    + 评价 +
    +
    .icon-pingjia3 +
    +
  • + +
  • + +
    + 邀请 +
    +
    .icon-yaoqing1 +
    +
  • + +
  • + +
    + 列表1 +
    +
    .icon-liebiao1 +
    +
  • + +
  • + +
    + 列表2 +
    +
    .icon-liebiao2 +
    +
  • + +
  • + +
    + 消费记录-容错 +
    +
    .icon-xiaofeijilu-rongcuo +
    +
  • + +
  • + +
    + 购买商品 +
    +
    .icon-goumaishangpin +
    +
  • + +
  • + +
    + 每日签到 +
    +
    .icon-meiriqiandao +
    +
  • + +
  • + +
    + 邀请好友 +
    +
    .icon-yaoqinghaoyou2 +
    +
  • + +
  • + +
    + 消费记录 +
    +
    .icon-xiaofeijilu1 +
    +
  • + +
  • + +
    + 付费会员 +
    +
    .icon-fufeihuiyuan1 +
    +
  • + +
  • + +
    + 购买 +
    +
    .icon-goumai +
    +
  • + +
  • + +
    + 等待支付 +
    +
    .icon-dengdaizhifu +
    +
  • + +
  • + +
    + 星号 +
    +
    .icon-xinghao +
    +
  • + +
  • + +
    + 手机 +
    +
    .icon-shouji2 +
    +
  • + +
  • + +
    + 定位 +
    +
    .icon-dingwei4 +
    +
  • + +
  • + +
    + 搜索 +
    +
    .icon-sousuo8 +
    +
  • + +
  • + +
    + 二维码 +
    +
    .icon-erweima3 +
    +
  • + +
  • + +
    + 首单优惠 +
    +
    .icon-shoudanyouhui +
    +
  • + +
  • + +
    + 购物车-门店 +
    +
    .icon-gouwuche-mendian +
    +
  • + +
  • + +
    + 客服-门店 +
    +
    .icon-kefu-mendian +
    +
  • + +
  • + +
    + 中文 +
    +
    .icon-zhongwen +
    +
  • + +
  • + +
    + 英文 +
    +
    .icon-yingwen +
    +
  • + +
  • + +
    + 视频点赞-未点 +
    +
    .icon-shipindianzan-weidian1 +
    +
  • + +
  • + +
    + 视频点赞-已点 +
    +
    .icon-shipindianzan-yidian +
    +
  • + +
  • + +
    + 门店 +
    +
    .icon-mendian1 +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icon-gouwuche8 +
    +
  • + +
  • + +
    + 添加购物车 +
    +
    .icon-tianjiagouwuche +
    +
  • + +
  • + +
    + 视频点赞-未点 +
    +
    .icon-shipindianzan-weidian +
    +
  • + +
  • + +
    + 评价 +
    +
    .icon-pingjia2 +
    +
  • + +
  • + +
    + 礼物 +
    +
    .icon-liwu +
    +
  • + +
  • + +
    + 视频点赞 +
    +
    .icon-shipindianzan +
    +
  • + +
  • + +
    + 定位2 +
    +
    .icon-dingwei2 +
    +
  • + +
  • + +
    + 电话 +
    +
    .icon-dianhua +
    +
  • + +
  • + +
    + 营业时间 +
    +
    .icon-yingyeshijian1 +
    +
  • + +
  • + +
    + 编辑 +
    +
    .icon-bianji4 +
    +
  • + +
  • + +
    + 选中 +
    +
    .icon-xuanzhong6 +
    +
  • + +
  • + +
    + 筛选 +
    +
    .icon-shaixuan1 +
    +
  • + +
  • + +
    + 营业时间2 +
    +
    .icon-yingyeshijian2 +
    +
  • + +
  • + +
    + 定位 +
    +
    .icon-dingwei3 +
    +
  • + +
  • + +
    + 门店 +
    +
    .icon-mendian +
    +
  • + +
  • + +
    + 放大 +
    +
    .icon-fangda1 +
    +
  • + +
  • + +
    + 美元 +
    +
    .icon-meiyuan +
    +
  • + +
  • + +
    + 已领取 +
    +
    .icon-yilingqu2 +
    +
  • + +
  • + +
    + 积分 +
    +
    .icon-jifen +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .icon-youhuiquan2 +
    +
  • + +
  • + +
    + 足迹-选中 +
    +
    .icon-zuji-xuanzhong +
    +
  • + +
  • + +
    + 足迹 +
    +
    .icon-zuji +
    +
  • + +
  • + +
    + 返回 +
    +
    .icon-fanhui3 +
    +
  • + +
  • + +
    + 分销订单 +
    +
    .icon-fenxiaodingdan +
    +
  • + +
  • + +
    + 推广人排行 +
    +
    .icon-tuiguangrenpaihang1 +
    +
  • + +
  • + +
    + 活动规则 +
    +
    .icon-huodongguize +
    +
  • + +
  • + +
    + 形状结合 +
    +
    .icon-xingzhuangjiehe +
    +
  • + +
  • + +
    + 我的团队 +
    +
    .icon-wodetuandui +
    +
  • + +
  • + +
    + 邀请好友 +
    +
    .icon-yaoqinghaoyou1 +
    +
  • + +
  • + +
    + 佣金排行 +
    +
    .icon-yongjinpaihang1 +
    +
  • + +
  • + +
    + 导航到店 +
    +
    .icon-daohangdaodian +
    +
  • + +
  • + +
    + 营业时间 +
    +
    .icon-yingyeshijian +
    +
  • + +
  • + +
    + 定位 +
    +
    .icon-dingwei1 +
    +
  • + +
  • + +
    + 致电咨询 +
    +
    .icon-zhidianzixun +
    +
  • + +
  • + +
    + pc-积分 +
    +
    .icon-pc-jifen +
    +
  • + +
  • + +
    + pc-优惠券 +
    +
    .icon-pc-youhuiquan +
    +
  • + +
  • + +
    + 群聊 +
    +
    .icon-qunliao +
    +
  • + +
  • + +
    + 订单-选中 +
    +
    .icon-dingdan-xuanzhong +
    +
  • + +
  • + +
    + 记录-选中 +
    +
    .icon-jilu-xuanzhong +
    +
  • + +
  • + +
    + 客户-选中 +
    +
    .icon-kehu-xuanzhong +
    +
  • + +
  • + +
    + 记录 +
    +
    .icon-jilu +
    +
  • + +
  • + +
    + 订单 +
    +
    .icon-dingdan1 +
    +
  • + +
  • + +
    + 客户 +
    +
    .icon-kehu +
    +
  • + +
  • + +
    + 性别-男 +
    +
    .icon-xingbie-nan +
    +
  • + +
  • + +
    + 性别-女 +
    +
    .icon-xingbie-nv +
    +
  • + +
  • + +
    + v +
    +
    .icon-v +
    +
  • + +
  • + +
    + 皇冠 +
    +
    .icon-huangguan4 +
    +
  • + +
  • + +
    + 已领取 +
    +
    .icon-yilingqu +
    +
  • + +
  • + +
    + 进入 +
    +
    .icon-jinru3 +
    +
  • + +
  • + +
    + 订单管理 +
    +
    .icon-dingdanguanli +
    +
  • + +
  • + +
    + 客服记录 +
    +
    .icon-kefujilu +
    +
  • + +
  • + +
    + 订单核销 +
    +
    .icon-dingdanhexiao +
    +
  • + +
  • + +
    + 商家管理 +
    +
    .icon-shangjiaguanli +
    +
  • + +
  • + +
    + 邀请好友 +
    +
    .icon-yaoqinghaoyou +
    +
  • + +
  • + +
    + 佣金排行 +
    +
    .icon-yongjinpaihang +
    +
  • + +
  • + +
    + 推广人排行 +
    +
    .icon-tuiguangrenpaihang +
    +
  • + +
  • + +
    + 密码图标 +
    +
    .icon-mimatubiao +
    +
  • + +
  • + +
    + 限时 +
    +
    .icon-xianshi +
    +
  • + +
  • + +
    + 折扣价 +
    +
    .icon-zhekoujia +
    +
  • + +
  • + +
    + 猪 +
    +
    .icon-zhu +
    +
  • + +
  • + +
    + 未赞 +
    +
    .icon-weizan +
    +
  • + +
  • + +
    + 赞 +
    +
    .icon-zan +
    +
  • + +
  • + +
    + 评论 +
    +
    .icon-pinglun1 +
    +
  • + +
  • + +
    + 勾 +
    +
    .icon-gou1 +
    +
  • + +
  • + +
    + 版权 +
    +
    .icon-banquan +
    +
  • + +
  • + +
    + 更新时间 +
    +
    .icon-gengxinshijian +
    +
  • + +
  • + +
    + 下载量 +
    +
    .icon-xiazailiang +
    +
  • + +
  • + +
    + 文件大小 +
    +
    .icon-wenjiandaxiao +
    +
  • + +
  • + +
    + 地址 +
    +
    .icon-dizhi1 +
    +
  • + +
  • + +
    + 国家高新企业 +
    +
    .icon-guojiagaoxinqiye +
    +
  • + +
  • + +
    + 已收藏 +
    +
    .icon-yishoucang1 +
    +
  • + +
  • + +
    + 文档 +
    +
    .icon-wendang +
    +
  • + +
  • + +
    + 收藏本站 +
    +
    .icon-shoucangbenzhan1 +
    +
  • + +
  • + +
    + 分类 +
    +
    .icon-fenlei3 +
    +
  • + +
  • + +
    + 审核未通过 +
    +
    .icon-shenheweitongguo +
    +
  • + +
  • + +
    + 审核通过 +
    +
    .icon-shenhetongguo +
    +
  • + +
  • + +
    + 待审核 +
    +
    .icon-daishenhe +
    +
  • + +
  • + +
    + 首发新品 +
    +
    .icon-shoufaxinpin +
    +
  • + +
  • + +
    + 促销单品 +
    +
    .icon-cuxiaodanpin +
    +
  • + +
  • + +
    + 精品推荐 +
    +
    .icon-jingpintuijian1 +
    +
  • + +
  • + +
    + 排行榜 +
    +
    .icon-paihangbang +
    +
  • + +
  • + +
    + 已点赞 +
    +
    .icon-yidianzan +
    +
  • + +
  • + +
    + 点赞 +
    +
    .icon-dianzan1 +
    +
  • + +
  • + +
    + 好友代支付 +
    +
    .icon-haoyoudaizhifu +
    +
  • + +
  • + +
    + 宝贝链接 +
    +
    .icon-baobeilianjie +
    +
  • + +
  • + +
    + 参与话题 +
    +
    .icon-canyuhuati +
    +
  • + +
  • + +
    + 点赞 +
    +
    .icon-dianzan +
    +
  • + +
  • + +
    + 评论 +
    +
    .icon-pinglun +
    +
  • + +
  • + +
    + 分享 +
    +
    .icon-fenxiang2 +
    +
  • + +
  • + +
    + 发布 +
    +
    .icon-fabu +
    +
  • + +
  • + +
    + 更多 +
    +
    .icon-gengduo5 +
    +
  • + +
  • + +
    + 返回 +
    +
    .icon-fanhui2 +
    +
  • + +
  • + +
    + 砍价列表 +
    +
    .icon-kanjialiebiao +
    +
  • + +
  • + +
    + 虚拟商品 +
    +
    .icon-xunishangpin +
    +
  • + +
  • + +
    + 订单列表 +
    +
    .icon-dingdanliebiao +
    +
  • + +
  • + +
    + 数据统计 +
    +
    .icon-shujutongji1 +
    +
  • + +
  • + +
    + 搜索 +
    +
    .icon-sousuo7 +
    +
  • + +
  • + +
    + 直播中 +
    +
    .icon-zhibozhong1 +
    +
  • + +
  • + +
    + 优惠券实色背景 +
    +
    .icon-youhuiquanshisebeijing +
    +
  • + +
  • + +
    + 优惠券透明背景 +
    +
    .icon-youhuiquantoumingbeijing +
    +
  • + +
  • + +
    + 预售按钮 +
    +
    .icon-yushouanniu +
    +
  • + +
  • + +
    + 更多 +
    +
    .icon-gengduo4 +
    +
  • + +
  • + +
    + 搜索 +
    +
    .icon-sousuo6 +
    +
  • + +
  • + +
    + 个人中心 +
    +
    .icon-gerenzhongxin1 +
    +
  • + +
  • + +
    + 收藏 +
    +
    .icon-shoucang3 +
    +
  • + +
  • + +
    + 首页 +
    +
    .icon-shouye8 +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icon-gouwuche7 +
    +
  • + +
  • + +
    + 复制口令 +
    +
    .icon-fuzhikouling1 +
    +
  • + +
  • + +
    + 专题 +
    +
    .icon-zhuanti +
    +
  • + +
  • + +
    + 代付款-3 +
    +
    .icon-daifukuan-3 +
    +
  • + +
  • + +
    + 售后-退款-3 +
    +
    .icon-shouhou-tuikuan-3 +
    +
  • + +
  • + +
    + 待评价-3 +
    +
    .icon-daipingjia-3 +
    +
  • + +
  • + +
    + 待发货-3 +
    +
    .icon-daifahuo-3 +
    +
  • + +
  • + +
    + 全部订单-3 +
    +
    .icon-quanbudingdan-3 +
    +
  • + +
  • + +
    + 待发货-2 +
    +
    .icon-daifahuo-2 +
    +
  • + +
  • + +
    + 待收货-2 +
    +
    .icon-daishouhuo-2 +
    +
  • + +
  • + +
    + 待评价-2 +
    +
    .icon-daipingjia-2 +
    +
  • + +
  • + +
    + 售后-退款-2 +
    +
    .icon-shouhou-tuikuan-2 +
    +
  • + +
  • + +
    + 代付款-2 +
    +
    .icon-daifukuan-2 +
    +
  • + +
  • + +
    + 多商户pc-说明弹窗 +
    +
    .icon-duoshanghupc-shuomingdanchuang +
    +
  • + +
  • + +
    + 多商户pc-到货通知 +
    +
    .icon-duoshanghupc-daohuotongzhi +
    +
  • + +
  • + +
    + 多商户pc-保障 +
    +
    .icon-duoshanghupc-baozhang +
    +
  • + +
  • + +
    + 店铺 +
    +
    .icon-dianpu +
    +
  • + +
  • + +
    + 等级图标 +
    +
    .icon-dengjitubiao +
    +
  • + +
  • + +
    + 待发货-新个人中心 +
    +
    .icon-daifahuo-xingerenzhongxin +
    +
  • + +
  • + +
    + 二维码-新个人中心 +
    +
    .icon-erweima-xingerenzhongxin +
    +
  • + +
  • + +
    + 全部订单-新个人中心 +
    +
    .icon-quanbudingdan-xingerenzhongxin +
    +
  • + +
  • + +
    + 消息-新个人中心 +
    +
    .icon-xiaoxi-xingerenzhongxin +
    +
  • + +
  • + +
    + 待评价-新个人中心 +
    +
    .icon-daipingjia-xingerenzhongxin +
    +
  • + +
  • + +
    + 售后:退款-新个人中心 +
    +
    .icon-a-shouhoutuikuan-xingerenzhongxin +
    +
  • + +
  • + +
    + 待付款-新个人中心 +
    +
    .icon-daifukuan-xingerenzhongxin +
    +
  • + +
  • + +
    + 发票 +
    +
    .icon-fapiao2 +
    +
  • + +
  • + +
    + 售后-退款-蓝 +
    +
    .icon-shouhou-tuikuan-lan +
    +
  • + +
  • + +
    + 待评价-蓝 +
    +
    .icon-daipingjia-lan +
    +
  • + +
  • + +
    + 待收货-蓝 +
    +
    .icon-daishouhuo-lan +
    +
  • + +
  • + +
    + 代付款-蓝 +
    +
    .icon-daifukuan-lan +
    +
  • + +
  • + +
    + 待发货-蓝 +
    +
    .icon-daifahuo-lan +
    +
  • + +
  • + +
    + 待发货-橘 +
    +
    .icon-daifahuo-ju +
    +
  • + +
  • + +
    + 待付款-橘 +
    +
    .icon-daifukuan-ju +
    +
  • + +
  • + +
    + 待收货-橘 +
    +
    .icon-daishouhuo-ju +
    +
  • + +
  • + +
    + 售后-退款-橘 +
    +
    .icon-shouhou-tuikuan-ju +
    +
  • + +
  • + +
    + 待评价-橘 +
    +
    .icon-daipingjia-ju +
    +
  • + +
  • + +
    + 待收货-粉 +
    +
    .icon-daishouhuo-fen +
    +
  • + +
  • + +
    + 待评价-粉 +
    +
    .icon-daipingjia-fen +
    +
  • + +
  • + +
    + 代付款-粉 +
    +
    .icon-daifukuan-fen +
    +
  • + +
  • + +
    + 售后:退款-粉 +
    +
    .icon-a-shouhoutuikuan-fen +
    +
  • + +
  • + +
    + 待发货-粉 +
    +
    .icon-daifahuo-fen +
    +
  • + +
  • + +
    + 待发货-绿 +
    +
    .icon-daifahuo-lv +
    +
  • + +
  • + +
    + 售后-退款-绿 +
    +
    .icon-shouhou-tuikuan-lv +
    +
  • + +
  • + +
    + 代付款-绿 +
    +
    .icon-daifukuan-lv +
    +
  • + +
  • + +
    + 待收货-绿 +
    +
    .icon-daishouhuo-lv +
    +
  • + +
  • + +
    + 待评价-绿 +
    +
    .icon-daipingjia-lv +
    +
  • + +
  • + +
    + 待收货 +
    +
    .icon-daishouhuo +
    +
  • + +
  • + +
    + 待评价 +
    +
    .icon-daipingjia +
    +
  • + +
  • + +
    + 待发货 +
    +
    .icon-daifahuo +
    +
  • + +
  • + +
    + 待付款 +
    +
    .icon-daifukuan +
    +
  • + +
  • + +
    + 售后:退款 +
    +
    .icon-a-shouhoutuikuan +
    +
  • + +
  • + +
    + 购物车-样式1 +
    +
    .icon-gouwuche-yangshi1 +
    +
  • + +
  • + +
    + 购物车-样式2 +
    +
    .icon-gouwuche-yangshi2 +
    +
  • + +
  • + +
    + 日历图标 +
    +
    .icon-rilitubiao +
    +
  • + +
  • + +
    + 提示 +
    +
    .icon-tishi1 +
    +
  • + +
  • + +
    + 待退货 +
    +
    .icon-daituihuo1 +
    +
  • + +
  • + +
    + 申请中 +
    +
    .icon-shenqingzhong +
    +
  • + +
  • + +
    + 返佣 +
    +
    .icon-fanyong +
    +
  • + +
  • + +
    + 资质证件 +
    +
    .icon-zizhizhengjian +
    +
  • + +
  • + +
    + 分销等级 +
    +
    .icon-fenxiaodengji +
    +
  • + +
  • + +
    + 已拒绝 +
    +
    .icon-yijujue +
    +
  • + +
  • + +
    + 退款中 +
    +
    .icon-tuikuanzhong1 +
    +
  • + +
  • + +
    + 退款失败 +
    +
    .icon-tuikuanshibai +
    +
  • + +
  • + +
    + 退款成功 +
    +
    .icon-tuikuanchenggong +
    +
  • + +
  • + +
    + 退款中 +
    +
    .icon-tuikuanzhong11 +
    +
  • + +
  • + +
    + 已完成 +
    +
    .icon-yiwancheng +
    +
  • + +
  • + +
    + 已退款 +
    +
    .icon-yituikuan1 +
    +
  • + +
  • + +
    + 退款 +
    +
    .icon-tuikuan1 +
    +
  • + +
  • + +
    + 退货 +
    +
    .icon-tuihuo +
    +
  • + +
  • + +
    + 审核 +
    +
    .icon-shenhe +
    +
  • + +
  • + +
    + 上传图片 +
    +
    .icon-shangchuantupian1 +
    +
  • + +
  • + +
    + 首页 +
    +
    .icon-shouye7 +
    +
  • + +
  • + +
    + 省钱 +
    +
    .icon-shengqian +
    +
  • + +
  • + +
    + 笑脸 +
    +
    .icon-xiaolian1 +
    +
  • + +
  • + +
    + 放大 +
    +
    .icon-fangda +
    +
  • + +
  • + +
    + 点击抽奖 +
    +
    .icon-dianjichoujiang +
    +
  • + +
  • + +
    + 7纪念版 +
    +
    .icon-7jinianban +
    +
  • + +
  • + +
    + 领取优惠券按钮 +
    +
    .icon-lingquyouhuiquananniu +
    +
  • + +
  • + +
    + 签到成功按钮 +
    +
    .icon-qiandaochenggonganniu +
    +
  • + +
  • + +
    + s-限时秒杀 +
    +
    .icon-s-xianshimiaosha +
    +
  • + +
  • + +
    + s-拼团 +
    +
    .icon-s-pintuan1 +
    +
  • + +
  • + +
    + s-砍价 +
    +
    .icon-s-kanjia1 +
    +
  • + +
  • + +
    + s-苹果 +
    +
    .icon-s-pingguo +
    +
  • + +
  • + +
    + s-微信登录 +
    +
    .icon-s-weixindenglu1 +
    +
  • + +
  • + +
    + s-验证码登录 +
    +
    .icon-s-yanzhengmadenglu1 +
    +
  • + +
  • + +
    + s-密码登录 +
    +
    .icon-s-mimadenglu1 +
    +
  • + +
  • + +
    + s-验证码 +
    +
    .icon-s-yanzhengma +
    +
  • + +
  • + +
    + 朋友圈 +
    +
    .icon-pengyouquan +
    +
  • + +
  • + +
    + 积分中心 +
    +
    .icon-jifenzhongxin +
    +
  • + +
  • + +
    + s-充值记录 +
    +
    .icon-s-chongzhijilu +
    +
  • + +
  • + +
    + s-消费记录 +
    +
    .icon-s-xiaofeijilu +
    +
  • + +
  • + +
    + s-账单记录 +
    +
    .icon-s-zhangdanjilu +
    +
  • + +
  • + +
    + s-客服 +
    +
    .icon-s-kefu +
    +
  • + +
  • + +
    + s-编辑 +
    +
    .icon-s-bianji +
    +
  • + +
  • + +
    + s-拼团 +
    +
    .icon-s-pintuan +
    +
  • + +
  • + +
    + s-砍价 +
    +
    .icon-s-kanjia +
    +
  • + +
  • + +
    + s-秒杀 +
    +
    .icon-s-miaosha +
    +
  • + +
  • + +
    + 返回 +
    +
    .icon-fanhui1 +
    +
  • + +
  • + +
    + 客服 +
    +
    .icon-kefu3 +
    +
  • + +
  • + +
    + 首页 +
    +
    .icon-shouye6 +
    +
  • + +
  • + +
    + 查看地图 +
    +
    .icon-chakanditu +
    +
  • + +
  • + +
    + 好物圈 +
    +
    .icon-haowuquan1 +
    +
  • + +
  • + +
    + 好物圈 +
    +
    .icon-haowuquan +
    +
  • + +
  • + +
    + 更多展开 +
    +
    .icon-gengduozhankai1 +
    +
  • + +
  • + +
    + 表情 +
    +
    .icon-biaoqing2 +
    +
  • + +
  • + +
    + 话术 +
    +
    .icon-huashu1 +
    +
  • + +
  • + +
    + 图片 +
    +
    .icon-tupian2 +
    +
  • + +
  • + +
    + 回放 +
    +
    .icon-huifang +
    +
  • + +
  • + +
    + 直播中 +
    +
    .icon-zhibozhong +
    +
  • + +
  • + +
    + huangguan +
    +
    .icon-huangguan3 +
    +
  • + +
  • + +
    + 会员 (2) +
    +
    .icon-huiyuan2 +
    +
  • + +
  • + +
    + 发票 +
    +
    .icon-fapiao1 +
    +
  • + +
  • + +
    + 叉 +
    +
    .icon-cha3 +
    +
  • + +
  • + +
    + 设置 +
    +
    .icon-shezhi1 +
    +
  • + +
  • + +
    + 添加 (1) +
    +
    .icon-tianjia1 +
    +
  • + +
  • + +
    + 编辑 +
    +
    .icon-bianji3 +
    +
  • + +
  • + +
    + 加号 +
    +
    .icon-jiahao2 +
    +
  • + +
  • + +
    + 删除 +
    +
    .icon-shanchu3 +
    +
  • + +
  • + +
    + 复制口令 +
    +
    .icon-fuzhikouling +
    +
  • + +
  • + +
    + 客服接待 +
    +
    .icon-kefujiedai +
    +
  • + +
  • + +
    + 秒杀 (1) +
    +
    .icon-miaosha1 +
    +
  • + +
  • + +
    + 编辑 +
    +
    .icon-bianji2 +
    +
  • + +
  • + +
    + 清空缓存 +
    +
    .icon-qingkonghuancun +
    +
  • + +
  • + +
    + 时间 +
    +
    .icon-shijian1 +
    +
  • + +
  • + +
    + 问号 (1) +
    +
    .icon-wenhao1 +
    +
  • + +
  • + +
    + 账号密码 +
    +
    .icon-zhanghaomima +
    +
  • + +
  • + +
    + 二维码 +
    +
    .icon-erweima2 +
    +
  • + +
  • + +
    + 关机 +
    +
    .icon-guanji +
    +
  • + +
  • + +
    + 图片 +
    +
    .icon-tupian1 +
    +
  • + +
  • + +
    + 表情 +
    +
    .icon-biaoqing1 +
    +
  • + +
  • + +
    + 关闭 +
    +
    .icon-guanbi5 +
    +
  • + +
  • + +
    + 声音 静音 线性 +
    +
    .icon-shengyinjingyinxianxing +
    +
  • + +
  • + +
    + 声音 +
    +
    .icon-shengyinyinliang +
    +
  • + +
  • + +
    + 评价 +
    +
    .icon-pingjia1 +
    +
  • + +
  • + +
    + 下拉展开 +
    +
    .icon-xialazhankai +
    +
  • + +
  • + +
    + 叉 +
    +
    .icon-cha2 +
    +
  • + +
  • + +
    + 返回首页 +
    +
    .icon-fanhuishouye +
    +
  • + +
  • + +
    + 更多 +
    +
    .icon-gengduo3 +
    +
  • + +
  • + +
    + 分享 +
    +
    .icon-fenxiang1 +
    +
  • + +
  • + +
    + 搜索 +
    +
    .icon-sousuo5 +
    +
  • + +
  • + +
    + 会员 +
    +
    .icon-huiyuan1 +
    +
  • + +
  • + +
    + 勾 +
    +
    .icon-gou +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icon-gouwuche6 +
    +
  • + +
  • + +
    + 右 +
    +
    .icon-you1 +
    +
  • + +
  • + +
    + 左 +
    +
    .icon-zuo1 +
    +
  • + +
  • + +
    + vip +
    +
    .icon-vip12 +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .icon-youhuiquan1 +
    +
  • + +
  • + +
    + 客服 (2) +
    +
    .icon-kefu21 +
    +
  • + +
  • + +
    + 余额 +
    +
    .icon-yue1 +
    +
  • + +
  • + +
    + 会员中心 +
    +
    .icon-huiyuanzhongxin +
    +
  • + +
  • + +
    + 砍价记录 +
    +
    .icon-kanjiajilu +
    +
  • + +
  • + +
    + 地址信息 +
    +
    .icon-dizhixinxi +
    +
  • + +
  • + +
    + 我的推广 +
    +
    .icon-wodetuiguang +
    +
  • + +
  • + +
    + 我的收藏 +
    +
    .icon-wodeshoucang +
    +
  • + +
  • + +
    + 回到顶部 +
    +
    .icon-huidaodingbu1 +
    +
  • + +
  • + +
    + 扫一扫 +
    +
    .icon-saoyisao +
    +
  • + +
  • + +
    + 价格筛选(上) +
    +
    .icon-jiageshaixuanshang +
    +
  • + +
  • + +
    + 价格筛选(下) +
    +
    .icon-jiageshaixuanxia +
    +
  • + +
  • + +
    + 手机 +
    +
    .icon-shouji1 +
    +
  • + +
  • + +
    + 更多 +
    +
    .icon-gengduo2 +
    +
  • + +
  • + +
    + 叉 +
    +
    .icon-cha1 +
    +
  • + +
  • + +
    + 发送 +
    +
    .icon-fasong +
    +
  • + +
  • + +
    + 更多展开 +
    +
    .icon-gengduozhankai +
    +
  • + +
  • + +
    + 表情 +
    +
    .icon-biaoqing +
    +
  • + +
  • + +
    + 话术 +
    +
    .icon-huashu +
    +
  • + +
  • + +
    + 图片 +
    +
    .icon-tupian +
    +
  • + +
  • + +
    + 密码 +
    +
    .icon-mima +
    +
  • + +
  • + +
    + 账号 +
    +
    .icon-zhanghao +
    +
  • + +
  • + +
    + 返回 +
    +
    .icon-fanhui +
    +
  • + +
  • + +
    + 进入 +
    +
    .icon-jinru2 +
    +
  • + +
  • + +
    + 商品信息 +
    +
    .icon-shangpinxinxi +
    +
  • + +
  • + +
    + 退出 +
    +
    .icon-tuichu +
    +
  • + +
  • + +
    + 交易订单 +
    +
    .icon-jiaoyidingdan +
    +
  • + +
  • + +
    + 搜索 +
    +
    .icon-sousuo4 +
    +
  • + +
  • + +
    + 选中 +
    +
    .icon-xuanzhong5 +
    +
  • + +
  • + +
    + VIP +
    +
    .icon-VIP2 +
    +
  • + +
  • + +
    + 品种 +
    +
    .icon-pinzhong +
    +
  • + +
  • + +
    + 行货 +
    +
    .icon-hanghuo +
    +
  • + +
  • + +
    + 直发 +
    +
    .icon-zhifa +
    +
  • + +
  • + +
    + 低价 +
    +
    .icon-dijia +
    +
  • + +
  • + +
    + 个人中心-选中 +
    +
    .icon-gerenzhongxin-xuanzhong +
    +
  • + +
  • + +
    + 选中 +
    +
    .icon-xuanzhong4 +
    +
  • + +
  • + +
    + 暂无秒杀 +
    +
    .icon-zanwumiaosha +
    +
  • + +
  • + +
    + 上传图片 +
    +
    .icon-shangchuantupian +
    +
  • + +
  • + +
    + 服务 +
    +
    .icon-fuwu +
    +
  • + +
  • + +
    + 退款提示 +
    +
    .icon-tuikuantishi +
    +
  • + +
  • + +
    + 二维码-右下 +
    +
    .icon-erweima-youxia +
    +
  • + +
  • + +
    + 二维码边角 +
    +
    .icon-erweimabianjiao +
    +
  • + +
  • + +
    + 微信登录 +
    +
    .icon-weixindenglu1 +
    +
  • + +
  • + +
    + 账号登录 +
    +
    .icon-zhanghaodenglu1 +
    +
  • + +
  • + +
    + 上架时间 +
    +
    .icon-shangjiashijian +
    +
  • + +
  • + +
    + 价格筛选 +
    +
    .icon-jiageshaixuan +
    +
  • + +
  • + +
    + 更多分类 +
    +
    .icon-gengduofenlei +
    +
  • + +
  • + +
    + 未选 +
    +
    .icon-weixuan +
    +
  • + +
  • + +
    + 选中1 +
    +
    .icon-xuanzhong11 +
    +
  • + +
  • + +
    + 评价 +
    +
    .icon-pingjia +
    +
  • + +
  • + +
    + 关 闭 +
    +
    .icon-guanbi4 +
    +
  • + +
  • + +
    + 品种齐全 +
    +
    .icon-pinzhongqiquan +
    +
  • + +
  • + +
    + 低价畅选 +
    +
    .icon-dijiachangxuan +
    +
  • + +
  • + +
    + 正品行货 +
    +
    .icon-zhengpinhanghuo +
    +
  • + +
  • + +
    + 地址-添加 +
    +
    .icon-dizhi-tianjia +
    +
  • + +
  • + +
    + 删除 +
    +
    .icon-shanchu2 +
    +
  • + +
  • + +
    + 余额 +
    +
    .icon-yue +
    +
  • + +
  • + +
    + 微信支付 +
    +
    .icon-weixinzhifu1 +
    +
  • + +
  • + +
    + 商品数量-减 +
    +
    .icon-shangpinshuliang-jian +
    +
  • + +
  • + +
    + 商品数量-加 +
    +
    .icon-shangpinshuliang-jia +
    +
  • + +
  • + +
    + 选中 +
    +
    .icon-xuanzhong3 +
    +
  • + +
  • + +
    + 地址下拉 +
    +
    .icon-dizhixiala +
    +
  • + +
  • + +
    + 进入 +
    +
    .icon-jinru1 +
    +
  • + +
  • + +
    + 申请退款 +
    +
    .icon-shenqingtuikuan +
    +
  • + +
  • + +
    + 配货 +
    +
    .icon-peihuo +
    +
  • + +
  • + +
    + 下单 +
    +
    .icon-xiadan +
    +
  • + +
  • + +
    + 完成 +
    +
    .icon-wancheng +
    +
  • + +
  • + +
    + 付款 +
    +
    .icon-fukuan +
    +
  • + +
  • + +
    + 发货 +
    +
    .icon-fahuo +
    +
  • + +
  • + +
    + 扫码 +
    +
    .icon-saoma +
    +
  • + +
  • + +
    + 提示 +
    +
    .icon-tishi +
    +
  • + +
  • + +
    + 下拉 +
    +
    .icon-xiala2 +
    +
  • + +
  • + +
    + VIP +
    +
    .icon-VIP1 +
    +
  • + +
  • + +
    + 已收藏 +
    +
    .icon-yishoucang +
    +
  • + +
  • + +
    + 收藏 +
    +
    .icon-shoucang2 +
    +
  • + +
  • + +
    + 客服 +
    +
    .icon-kefu2 +
    +
  • + +
  • + +
    + 发票 +
    +
    .icon-fapiao +
    +
  • + +
  • + +
    + 发票管理 +
    +
    .icon-fapiaoguanli +
    +
  • + +
  • + +
    + 进入 +
    +
    .icon-jinru +
    +
  • + +
  • + +
    + 搜索 +
    +
    .icon-sousuo3 +
    +
  • + +
  • + +
    + 顶部-购物车 +
    +
    .icon-dingbu-gouwuche +
    +
  • + +
  • + +
    + 回到顶部 +
    +
    .icon-huidaodingbu +
    +
  • + +
  • + +
    + 侧导航-购物车 +
    +
    .icon-cedaohang-gouwuche +
    +
  • + +
  • + +
    + 微信 +
    +
    .icon-weixin4 +
    +
  • + +
  • + +
    + 联系客服 +
    +
    .icon-lianxikefu +
    +
  • + +
  • + +
    + 左-秒杀 +
    +
    .icon-zuo-miaosha +
    +
  • + +
  • + +
    + 右-秒杀 +
    +
    .icon-you-miaosha +
    +
  • + +
  • + +
    + 左 +
    +
    .icon-zuo +
    +
  • + +
  • + +
    + 右 +
    +
    .icon-you +
    +
  • + +
  • + +
    + 收藏本站 +
    +
    .icon-shoucangbenzhan +
    +
  • + +
  • + +
    + 联系商家 +
    +
    .icon-lianxishangjia +
    +
  • + +
  • + +
    + 定位 +
    +
    .icon-dingwei +
    +
  • + +
  • + +
    + 分类 +
    +
    .icon-fenlei2 +
    +
  • + +
  • + +
    + 我的 +
    +
    .icon-wode +
    +
  • + +
  • + +
    + 首页 +
    +
    .icon-shouye5 +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icon-gouwuche5 +
    +
  • + +
  • + +
    + 减号 +
    +
    .icon-jianhao1 +
    +
  • + +
  • + +
    + 加号 +
    +
    .icon-jiahao1 +
    +
  • + +
  • + +
    + 验证码 +
    +
    .icon-yanzhengma1 +
    +
  • + +
  • + +
    + 手机 +
    +
    .icon-shouji +
    +
  • + +
  • + +
    + 叉 +
    +
    .icon-cha +
    +
  • + +
  • + +
    + 手机号 +
    +
    .icon-shoujihao +
    +
  • + +
  • + +
    + 企业 +
    +
    .icon-qiye +
    +
  • + +
  • + +
    + 用户 +
    +
    .icon-yonghu3 +
    +
  • + +
  • + +
    + 验证码 +
    +
    .icon-yanzhengma +
    +
  • + +
  • + +
    + 商品 +
    +
    .icon-shangpin +
    +
  • + +
  • + +
    + 签到 (1) +
    +
    .icon-qiandao2 +
    +
  • + +
  • + +
    + 邀请 +
    +
    .icon-yaoqing +
    +
  • + +
  • + +
    + 退货中 +
    +
    .icon-tuihuozhong +
    +
  • + +
  • + +
    + 审核中 +
    +
    .icon-shenhezhong1 +
    +
  • + +
  • + +
    + 待退货 +
    +
    .icon-daituihuo +
    +
  • + +
  • + +
    + 已核销 +
    +
    .icon-yihexiao +
    +
  • + +
  • + +
    + 已拒绝 +
    +
    .icon-yijujue1 +
    +
  • + +
  • + +
    + 更多 +
    +
    .icon-gengduo1 +
    +
  • + +
  • + +
    + 退款 +
    +
    .icon-tuikuan +
    +
  • + +
  • + +
    + 消息 +
    +
    .icon-xiaoxi +
    +
  • + +
  • + +
    + 二维码 +
    +
    .icon-erweima1 +
    +
  • + +
  • + +
    + 客服 +
    +
    .icon-kefu1 +
    +
  • + +
  • + +
    + 关注 +
    +
    .icon-guanzhu +
    +
  • + +
  • + +
    + 相机 +
    +
    .icon-xiangji +
    +
  • + +
  • + +
    + 注意 +
    +
    .icon-zhuyi-copy +
    +
  • + +
  • + +
    + 评分 +
    +
    .icon-pingfen +
    +
  • + +
  • + +
    + 应用APP_o +
    +
    .icon-yingyongAPP_o +
    +
  • + +
  • + +
    + 驿站_o +
    +
    .icon-yizhan_o +
    +
  • + +
  • + +
    + 筛选 +
    +
    .icon-shaixuan +
    +
  • + +
  • + +
    + 商家【订单】 +
    +
    .icon-shangjiadingdan +
    +
  • + +
  • + +
    + 首页 +
    +
    .icon-shouye4 +
    +
  • + +
  • + +
    + 金币 +
    +
    .icon-jinbi2 +
    +
  • + +
  • + +
    + 金币 +
    +
    .icon-jinbi +
    +
  • + +
  • + +
    + 坐标 +
    +
    .icon-zuobiao +
    +
  • + +
  • + +
    + 减号 +
    +
    .icon-jianhao +
    +
  • + +
  • + +
    + 加号 +
    +
    .icon-jiahao +
    +
  • + +
  • + +
    + 直播结束@2x +
    +
    .icon-zhibojieshux +
    +
  • + +
  • + +
    + 直播 +
    +
    .icon-zhibo +
    +
  • + +
  • + +
    + VIP +
    +
    .icon-VIP +
    +
  • + +
  • + +
    + 推广 +
    +
    .icon-tuiguang +
    +
  • + +
  • + +
    + geren02 +
    +
    .icon-geren1 +
    +
  • + +
  • + +
    + gouwuche02 +
    +
    .icon-gouwuche4 +
    +
  • + +
  • + +
    + fenlei02 +
    +
    .icon-fenlei1 +
    +
  • + +
  • + +
    + shouye02 +
    +
    .icon-shouye3 +
    +
  • + +
  • + +
    + geren01 +
    +
    .icon-geren +
    +
  • + +
  • + +
    + gouwuche01 +
    +
    .icon-gouwuche3 +
    +
  • + +
  • + +
    + fenlei01 +
    +
    .icon-fenlei +
    +
  • + +
  • + +
    + shouye01 +
    +
    .icon-shouye2 +
    +
  • + +
  • + +
    + mzshopping01 +
    +
    .icon-mzshopping +
    +
  • + +
  • + +
    + 功能 +
    +
    .icon-gongneng +
    +
  • + +
  • + +
    + 个人中心 +
    +
    .icon-gerenzhongxin-copy +
    +
  • + +
  • + +
    + 首页 +
    +
    .icon-shouye1-copy +
    +
  • + +
  • + +
    + 个人中心 +
    +
    .icon-gerenzhongxin +
    +
  • + +
  • + +
    + 首页 +
    +
    .icon-shouye1 +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icon-gouwuche2 +
    +
  • + +
  • + +
    + 分类 +
    +
    .icon-fenleiyemian +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icon-gouwuche2-copy +
    +
  • + +
  • + +
    + 分类 +
    +
    .icon-fenleiyemian-copy +
    +
  • + +
  • + +
    + 通话 +
    +
    .icon-tonghua +
    +
  • + +
  • + +
    + 右键 +
    +
    .icon-youjian +
    +
  • + +
  • + +
    + 打电话-01 +
    +
    .icon-dadianhua01 +
    +
  • + +
  • + +
    + 排行 +
    +
    .icon-paihang +
    +
  • + +
  • + +
    + 位置 +
    +
    .icon-weizhi +
    +
  • + +
  • + +
    + 排行 +
    +
    .icon-paihang1 +
    +
  • + +
  • + +
    + 说明 +
    +
    .icon-shuoming1 +
    +
  • + +
  • + +
    + dianhau +
    +
    .icon-dianhau +
    +
  • + +
  • + +
    + 时间 +
    +
    .icon-shijian +
    +
  • + +
  • + +
    + 新闻通知 +
    +
    .icon-huabanfuben +
    +
  • + +
  • + +
    + 减 +
    +
    .icon-jian +
    +
  • + +
  • + +
    + 加 +
    +
    .icon-jia +
    +
  • + +
  • + +
    + 修 改 +
    +
    .icon-xiugai +
    +
  • + +
  • + +
    + 按钮_箭头展开_o +
    +
    .icon-anniu_jiantouzhankai_o +
    +
  • + +
  • + +
    + 箭头_下一页_o +
    +
    .icon-jiantou_xiayiye_o +
    +
  • + +
  • + +
    + 箭头_上下切换_o +
    +
    .icon-jiantou_shangxiaqiehuan_o +
    +
  • + +
  • + +
    + 上下展开_o +
    +
    .icon-shangxiazhankai_o +
    +
  • + +
  • + +
    + 电话_o +
    +
    .icon-dianhua_o +
    +
  • + +
  • + +
    + 云上传_o +
    +
    .icon-yunshangchuan_o +
    +
  • + +
  • + +
    + 饼图_o +
    +
    .icon-bingtu_o +
    +
  • + +
  • + +
    + 包裹_环保盒_o +
    +
    .icon-baoguo_huanbaohe_o +
    +
  • + +
  • + +
    + 包裹_取消收货_o +
    +
    .icon-baoguo_quxiaoshouhuo_o +
    +
  • + +
  • + +
    + 包裹_收货_o +
    +
    .icon-baoguo_shouhuo_o +
    +
  • + +
  • + +
    + 包裹_领件_o +
    +
    .icon-baoguo_lingjian_o +
    +
  • + +
  • + +
    + 包裹_收纳_o +
    +
    .icon-baoguo_shouna_o +
    +
  • + +
  • + +
    + 线下支付 +
    +
    .icon-xianxiazhifu +
    +
  • + +
  • + +
    + icon_im_keyboard +
    +
    .icon-icon_im_keyboard +
    +
  • + +
  • + +
    + tupian-01 +
    +
    .icon-tupian- +
    +
  • + +
  • + +
    + icon_im_face +
    +
    .icon-icon_im_face +
    +
  • + +
  • + +
    + 余额支付 +
    +
    .icon-yuezhifu +
    +
  • + +
  • + +
    + 余额支付 +
    +
    .icon-yuezhifu1 +
    +
  • + +
  • + +
    + 微信支付 +
    +
    .icon-weixinzhifu +
    +
  • + +
  • + +
    + 支付宝 +
    +
    .icon-zhifubao +
    +
  • + +
  • + +
    + 海报 +
    +
    .icon-haibao +
    +
  • + +
  • + +
    + 微信 +
    +
    .icon-weixin3 +
    +
  • + +
  • + +
    + crmeb2 +
    +
    .icon-crmeb1 +
    +
  • + +
  • + +
    + crmeb +
    +
    .icon-crmeb +
    +
  • + +
  • + +
    + 选中 +
    +
    .icon-xuanzhong2 +
    +
  • + +
  • + +
    + 数据统计 +
    +
    .icon-shujutongji +
    +
  • + +
  • + +
    + 详细数据 +
    +
    .icon-xiangxishuju +
    +
  • + +
  • + +
    + 更多 +
    +
    .icon-gengduo +
    +
  • + +
  • + +
    + 更多 +
    +
    .icon-up +
    +
  • + +
  • + +
    + 用户 +
    +
    .icon-yonghu2 +
    +
  • + +
  • + +
    + 备注 +
    +
    .icon-zhinengkefu- +
    +
  • + +
  • + +
    + 向上 +
    +
    .icon-xiangshang1 +
    +
  • + +
  • + +
    + 向上 +
    +
    .icon-xiangxia2 +
    +
  • + +
  • + +
    + code_1 +
    +
    .icon-code_ +
    +
  • + +
  • + +
    + code_2 +
    +
    .icon-code_1 +
    +
  • + +
  • + +
    + phone_1 +
    +
    .icon-phone_ +
    +
  • + +
  • + +
    + 下拉 +
    +
    .icon-xiala +
    +
  • + +
  • + +
    + 设置 +
    +
    .icon-shezhi +
    +
  • + +
  • + +
    + 编辑 +
    +
    .icon-bianji1 +
    +
  • + +
  • + +
    + 收 藏 +
    +
    .icon-shoucang1 +
    +
  • + +
  • + +
    + 加载 +
    +
    .icon-jiazai +
    +
  • + +
  • + +
    + 订单 +
    +
    .icon-2 +
    +
  • + +
  • + +
    + 团队 +
    +
    .icon-tuandui +
    +
  • + +
  • + +
    + 金币 +
    +
    .icon-jinbi1 +
    +
  • + +
  • + +
    + 关 闭 +
    +
    .icon-guanbi3 +
    +
  • + +
  • + +
    + 问题 +
    +
    .icon-wenti +
    +
  • + +
  • + +
    + 33资源-线性 +
    +
    .icon-ziyuan-xianxing +
    +
  • + +
  • + +
    + 用户 +
    +
    .icon-yonghu1 +
    +
  • + +
  • + +
    + 订单 +
    +
    .icon-dingdan +
    +
  • + +
  • + +
    + 锁子 +
    +
    .icon-suozi +
    +
  • + +
  • + +
    + 权限管理锁子 +
    +
    .icon-quanxianguanlisuozi +
    +
  • + +
  • + +
    + 菱形 +
    +
    .icon-lingxing +
    +
  • + +
  • + +
    + 秒杀 +
    +
    .icon-miaosha +
    +
  • + +
  • + +
    + 拼团 +
    +
    .icon-hebingxingzhuang +
    +
  • + +
  • + +
    + 砍价 +
    +
    .icon-kanjia1 +
    +
  • + +
  • + +
    + 钱袋 (1) (3) +
    +
    .icon-qiandai +
    +
  • + +
  • + +
    + 统计 (1) +
    +
    .icon-tongji +
    +
  • + +
  • + +
    + 二维码 +
    +
    .icon-erweima +
    +
  • + +
  • + +
    + 支付宝 +
    +
    .icon-icon34 +
    +
  • + +
  • + +
    + 银行卡 +
    +
    .icon-yinhangqia +
    +
  • + +
  • + +
    + 已退款 +
    +
    .icon-yituikuan +
    +
  • + +
  • + +
    + 退款中 +
    +
    .icon-tuikuanzhong +
    +
  • + +
  • + +
    + 搜索 +
    +
    .icon-sousuo2 +
    +
  • + +
  • + +
    + 菜单 +
    +
    .icon-caidan +
    +
  • + +
  • + +
    + 拍照 +
    +
    .icon-icon25201 +
    +
  • + +
  • + +
    + 实体星 +
    +
    .icon-shitixing +
    +
  • + +
  • + +
    + 空心星 +
    +
    .icon-kongxinxing +
    +
  • + +
  • + +
    + 拼团成功 +
    +
    .icon-pintuanchenggong +
    +
  • + +
  • + +
    + 拼团失败 +
    +
    .icon-pintuanshibai +
    +
  • + +
  • + +
    + 喇叭 +
    +
    .icon-laba +
    +
  • + +
  • + +
    + 笑脸 +
    +
    .icon-xiaolian +
    +
  • + +
  • + +
    + 砍价 +
    +
    .icon-kanjia +
    +
  • + +
  • + +
    + 说明 +
    +
    .icon-shuoming +
    +
  • + +
  • + +
    + 明细 +
    +
    .icon-mingxi +
    +
  • + +
  • + +
    + 提升分值 +
    +
    .icon-tishengfenzhi +
    +
  • + +
  • + +
    + 关闭 +
    +
    .icon-guanbi2 +
    +
  • + +
  • + +
    + 圆点小 +
    +
    .icon-yuandianxiao +
    +
  • + +
  • + +
    + 点选 +
    +
    .icon-webicon318 +
    +
  • + +
  • + +
    + 添加地址 +
    +
    .icon-tianjiadizhi +
    +
  • + +
  • + +
    + 删 除 +
    +
    .icon-shanchu +
    +
  • + +
  • + +
    + 微信 +
    +
    .icon-weixin2 +
    +
  • + +
  • + +
    + ¥ +
    +
    .icon-icon-test +
    +
  • + +
  • + +
    + 关 闭 +
    +
    .icon-guanbi1 +
    +
  • + +
  • + +
    + 收 藏 +
    +
    .icon-shoucang +
    +
  • + +
  • + +
    + 客服 +
    +
    .icon-kefu +
    +
  • + +
  • + +
    + 边框001 +
    +
    .icon-biankuang +
    +
  • + +
  • + +
    + 装饰线 +
    +
    .icon-zhuangshixian +
    +
  • + +
  • + +
    + 技术支持 +
    +
    .icon-jishuzhichi +
    +
  • + +
  • + +
    + 选中001 +
    +
    .icon-xuanzhong1 +
    +
  • + +
  • + +
    + 未选中001 +
    +
    .icon-weixuanzhong +
    +
  • + +
  • + +
    + 向右 +
    +
    .icon-xiangshang +
    +
  • + +
  • + +
    + 向右 +
    +
    .icon-xiangxia +
    +
  • + +
  • + +
    + 促销管理 +
    +
    .icon-cuxiaoguanli +
    +
  • + +
  • + +
    + 删 除 +
    +
    .icon-shanchu1 +
    +
  • + +
  • + +
    + 05采购-线性 +
    +
    .icon-caigou-xianxing +
    +
  • + +
  • + +
    + 05采购 +
    +
    .icon-caigou +
    +
  • + +
  • + +
    + 30应用程序-线性 +
    +
    .icon-yingyongchengxu-xianxing +
    +
  • + +
  • + +
    + 30应用程序 +
    +
    .icon-yingyongchengxu +
    +
  • + +
  • + +
    + 204首页 +
    +
    .icon-shouye +
    +
  • + +
  • + +
    + 204首页-线性 +
    +
    .icon-shouye-xianxing +
    +
  • + +
  • + +
    + 224用户-线性 +
    +
    .icon-yonghu-xianxing +
    +
  • + +
  • + +
    + 224用户 +
    +
    .icon-yonghu +
    +
  • + +
  • + +
    + 搜索 +
    +
    .icon-sousuo +
    +
  • + +
  • + +
    + 搜索01 +
    +
    .icon-sousuo1 +
    +
  • + +
  • + +
    + 客服_o +
    +
    .icon-kefu_o +
    +
  • + +
  • + +
    + 礼物_o +
    +
    .icon-liwu_o +
    +
  • + +
  • + +
    + 货币流_o +
    +
    .icon-huobiliu_o +
    +
  • + +
  • + +
    + 金币_o +
    +
    .icon-jinbi_o +
    +
  • + +
  • + +
    + 个人头像_o +
    +
    .icon-gerentouxiang_o +
    +
  • + +
  • + +
    + 群组_o +
    +
    .icon-qunzu_o +
    +
  • + +
  • + +
    + 收藏_o +
    +
    .icon-shoucang_o +
    +
  • + +
  • + +
    + 地点定位_o +
    +
    .icon-didiandingwei_o +
    +
  • + +
  • + +
    + 向右 +
    +
    .icon-xiangyou +
    +
  • + +
  • + +
    + 精品推荐 +
    +
    .icon-jingpintuijian +
    +
  • + +
  • + +
    + 新品 +
    +
    .icon-xinpin +
    +
  • + +
  • + +
    + 热门 +
    +
    .icon-remen +
    +
  • + +
  • + +
    + 向右 +
    +
    .icon-xiangzuo +
    +
  • + +
  • + +
    + 411地图 +
    +
    .icon-ditu +
    +
  • + +
  • + +
    + 关 闭 +
    +
    .icon-guanbi +
    +
  • + +
  • + +
    + 浏览 +
    +
    .icon-liulan +
    +
  • + +
  • + +
    + 审核中 +
    +
    .icon-shenhezhong +
    +
  • + +
  • + +
    + 充值 +
    +
    .icon-chongzhi +
    +
  • + +
  • + +
    + 关闭 +
    +
    .icon-iconfontguanbi +
    +
  • + +
  • + +
    + 折扣 +
    +
    .icon-zhekou +
    +
  • + +
  • + +
    + 对号 +
    +
    .icon-duihao2 +
    +
  • + +
  • + +
    + 对号01 +
    +
    .icon-duihao +
    +
  • + +
  • + +
    + 经验值 +
    +
    .icon-jingyanzhi +
    +
  • + +
  • + +
    + 物流 +
    +
    .icon-wuliu +
    +
  • + +
  • + +
    + 拼团 +
    +
    .icon-pintuan-copy +
    +
  • + +
  • + +
    + 箭头 +
    +
    .icon-arrow +
    +
  • + +
  • + +
    + 拼团 +
    +
    .icon-pintuan +
    +
  • + +
  • + +
    + 优惠券 +
    +
    .icon-youhuiquan +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icon-gouwuche1 +
    +
  • + +
  • + +
    + 排列2 +
    +
    .icon-pailie +
    +
  • + +
  • + +
    + 图片排列 +
    +
    .icon-tupianpailie +
    +
  • + +
  • + +
    + 搜索 +
    +
    .icon-xiazai5 +
    +
  • + +
  • + +
    + 微信 +
    +
    .icon-weixin1 +
    +
  • + +
  • + +
    + 购物车 +
    +
    .icon-gouwuche +
    +
  • + +
  • + +
    + 图标_设备列表轮播图右键头 +
    +
    .icon-jiantou +
    +
  • + +
  • + +
    + 会员 +
    +
    .icon-huiyuan +
    +
  • + +
  • + +
    + 选中 +
    +
    .icon-xuanzhong +
    +
  • + +
  • + +
    + 选中 +
    +
    .icon-complete +
    +
  • + +
  • + +
    + 下 拉 +
    +
    .icon-xiala1 +
    +
  • + +
  • + +
    + 地址 +
    +
    .icon-dizhi +
    +
  • + +
  • + +
    + 微信 +
    +
    .icon-weixin +
    +
  • + +
  • + +
    + 分享 +
    +
    .icon-fenxiang +
    +
  • + +
  • + +
    + 编辑 +
    +
    .icon-bianji +
    +
  • + +
  • + +
    + 皇冠2 +
    +
    .icon-huangguan +
    +
  • + +
  • + +
    + 皇冠3 +
    +
    .icon-huangguan1 +
    +
  • + +
  • + +
    + 皇冠 +
    +
    .icon-huangguan2 +
    +
  • + +
+
+

font-class 引用

+
+ +

font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。

+

与 Unicode 使用方式相比,具有如下特点:

+
    +
  • 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
  • +
  • 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 fontclass 代码:

+
<link rel="stylesheet" href="./iconfont.css">
+
+

第二步:挑选相应图标并获取类名,应用于页面:

+
<span class="iconfont icon-xxx"></span>
+
+
+

" + iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

+
+
+
+
+
    + +
  • + +
    购物_o
    +
    #icon-gouwu_o
    +
  • + +
  • + +
    成长值
    +
    #icon-chengchangzhi
    +
  • + +
  • + +
    发布
    +
    #icon-fabu1
    +
  • + +
  • + +
    签到
    +
    #icon-qiandao
    +
  • + +
  • + +
    评价
    +
    #icon-pingjia3
    +
  • + +
  • + +
    邀请
    +
    #icon-yaoqing1
    +
  • + +
  • + +
    列表1
    +
    #icon-liebiao1
    +
  • + +
  • + +
    列表2
    +
    #icon-liebiao2
    +
  • + +
  • + +
    消费记录-容错
    +
    #icon-xiaofeijilu-rongcuo
    +
  • + +
  • + +
    购买商品
    +
    #icon-goumaishangpin
    +
  • + +
  • + +
    每日签到
    +
    #icon-meiriqiandao
    +
  • + +
  • + +
    邀请好友
    +
    #icon-yaoqinghaoyou2
    +
  • + +
  • + +
    消费记录
    +
    #icon-xiaofeijilu1
    +
  • + +
  • + +
    付费会员
    +
    #icon-fufeihuiyuan1
    +
  • + +
  • + +
    购买
    +
    #icon-goumai
    +
  • + +
  • + +
    等待支付
    +
    #icon-dengdaizhifu
    +
  • + +
  • + +
    星号
    +
    #icon-xinghao
    +
  • + +
  • + +
    手机
    +
    #icon-shouji2
    +
  • + +
  • + +
    定位
    +
    #icon-dingwei4
    +
  • + +
  • + +
    搜索
    +
    #icon-sousuo8
    +
  • + +
  • + +
    二维码
    +
    #icon-erweima3
    +
  • + +
  • + +
    首单优惠
    +
    #icon-shoudanyouhui
    +
  • + +
  • + +
    购物车-门店
    +
    #icon-gouwuche-mendian
    +
  • + +
  • + +
    客服-门店
    +
    #icon-kefu-mendian
    +
  • + +
  • + +
    中文
    +
    #icon-zhongwen
    +
  • + +
  • + +
    英文
    +
    #icon-yingwen
    +
  • + +
  • + +
    视频点赞-未点
    +
    #icon-shipindianzan-weidian1
    +
  • + +
  • + +
    视频点赞-已点
    +
    #icon-shipindianzan-yidian
    +
  • + +
  • + +
    门店
    +
    #icon-mendian1
    +
  • + +
  • + +
    购物车
    +
    #icon-gouwuche8
    +
  • + +
  • + +
    添加购物车
    +
    #icon-tianjiagouwuche
    +
  • + +
  • + +
    视频点赞-未点
    +
    #icon-shipindianzan-weidian
    +
  • + +
  • + +
    评价
    +
    #icon-pingjia2
    +
  • + +
  • + +
    礼物
    +
    #icon-liwu
    +
  • + +
  • + +
    视频点赞
    +
    #icon-shipindianzan
    +
  • + +
  • + +
    定位2
    +
    #icon-dingwei2
    +
  • + +
  • + +
    电话
    +
    #icon-dianhua
    +
  • + +
  • + +
    营业时间
    +
    #icon-yingyeshijian1
    +
  • + +
  • + +
    编辑
    +
    #icon-bianji4
    +
  • + +
  • + +
    选中
    +
    #icon-xuanzhong6
    +
  • + +
  • + +
    筛选
    +
    #icon-shaixuan1
    +
  • + +
  • + +
    营业时间2
    +
    #icon-yingyeshijian2
    +
  • + +
  • + +
    定位
    +
    #icon-dingwei3
    +
  • + +
  • + +
    门店
    +
    #icon-mendian
    +
  • + +
  • + +
    放大
    +
    #icon-fangda1
    +
  • + +
  • + +
    美元
    +
    #icon-meiyuan
    +
  • + +
  • + +
    已领取
    +
    #icon-yilingqu2
    +
  • + +
  • + +
    积分
    +
    #icon-jifen
    +
  • + +
  • + +
    优惠券
    +
    #icon-youhuiquan2
    +
  • + +
  • + +
    足迹-选中
    +
    #icon-zuji-xuanzhong
    +
  • + +
  • + +
    足迹
    +
    #icon-zuji
    +
  • + +
  • + +
    返回
    +
    #icon-fanhui3
    +
  • + +
  • + +
    分销订单
    +
    #icon-fenxiaodingdan
    +
  • + +
  • + +
    推广人排行
    +
    #icon-tuiguangrenpaihang1
    +
  • + +
  • + +
    活动规则
    +
    #icon-huodongguize
    +
  • + +
  • + +
    形状结合
    +
    #icon-xingzhuangjiehe
    +
  • + +
  • + +
    我的团队
    +
    #icon-wodetuandui
    +
  • + +
  • + +
    邀请好友
    +
    #icon-yaoqinghaoyou1
    +
  • + +
  • + +
    佣金排行
    +
    #icon-yongjinpaihang1
    +
  • + +
  • + +
    导航到店
    +
    #icon-daohangdaodian
    +
  • + +
  • + +
    营业时间
    +
    #icon-yingyeshijian
    +
  • + +
  • + +
    定位
    +
    #icon-dingwei1
    +
  • + +
  • + +
    致电咨询
    +
    #icon-zhidianzixun
    +
  • + +
  • + +
    pc-积分
    +
    #icon-pc-jifen
    +
  • + +
  • + +
    pc-优惠券
    +
    #icon-pc-youhuiquan
    +
  • + +
  • + +
    群聊
    +
    #icon-qunliao
    +
  • + +
  • + +
    订单-选中
    +
    #icon-dingdan-xuanzhong
    +
  • + +
  • + +
    记录-选中
    +
    #icon-jilu-xuanzhong
    +
  • + +
  • + +
    客户-选中
    +
    #icon-kehu-xuanzhong
    +
  • + +
  • + +
    记录
    +
    #icon-jilu
    +
  • + +
  • + +
    订单
    +
    #icon-dingdan1
    +
  • + +
  • + +
    客户
    +
    #icon-kehu
    +
  • + +
  • + +
    性别-男
    +
    #icon-xingbie-nan
    +
  • + +
  • + +
    性别-女
    +
    #icon-xingbie-nv
    +
  • + +
  • + +
    v
    +
    #icon-v
    +
  • + +
  • + +
    皇冠
    +
    #icon-huangguan4
    +
  • + +
  • + +
    已领取
    +
    #icon-yilingqu
    +
  • + +
  • + +
    进入
    +
    #icon-jinru3
    +
  • + +
  • + +
    订单管理
    +
    #icon-dingdanguanli
    +
  • + +
  • + +
    客服记录
    +
    #icon-kefujilu
    +
  • + +
  • + +
    订单核销
    +
    #icon-dingdanhexiao
    +
  • + +
  • + +
    商家管理
    +
    #icon-shangjiaguanli
    +
  • + +
  • + +
    邀请好友
    +
    #icon-yaoqinghaoyou
    +
  • + +
  • + +
    佣金排行
    +
    #icon-yongjinpaihang
    +
  • + +
  • + +
    推广人排行
    +
    #icon-tuiguangrenpaihang
    +
  • + +
  • + +
    密码图标
    +
    #icon-mimatubiao
    +
  • + +
  • + +
    限时
    +
    #icon-xianshi
    +
  • + +
  • + +
    折扣价
    +
    #icon-zhekoujia
    +
  • + +
  • + +
    +
    #icon-zhu
    +
  • + +
  • + +
    未赞
    +
    #icon-weizan
    +
  • + +
  • + +
    +
    #icon-zan
    +
  • + +
  • + +
    评论
    +
    #icon-pinglun1
    +
  • + +
  • + +
    +
    #icon-gou1
    +
  • + +
  • + +
    版权
    +
    #icon-banquan
    +
  • + +
  • + +
    更新时间
    +
    #icon-gengxinshijian
    +
  • + +
  • + +
    下载量
    +
    #icon-xiazailiang
    +
  • + +
  • + +
    文件大小
    +
    #icon-wenjiandaxiao
    +
  • + +
  • + +
    地址
    +
    #icon-dizhi1
    +
  • + +
  • + +
    国家高新企业
    +
    #icon-guojiagaoxinqiye
    +
  • + +
  • + +
    已收藏
    +
    #icon-yishoucang1
    +
  • + +
  • + +
    文档
    +
    #icon-wendang
    +
  • + +
  • + +
    收藏本站
    +
    #icon-shoucangbenzhan1
    +
  • + +
  • + +
    分类
    +
    #icon-fenlei3
    +
  • + +
  • + +
    审核未通过
    +
    #icon-shenheweitongguo
    +
  • + +
  • + +
    审核通过
    +
    #icon-shenhetongguo
    +
  • + +
  • + +
    待审核
    +
    #icon-daishenhe
    +
  • + +
  • + +
    首发新品
    +
    #icon-shoufaxinpin
    +
  • + +
  • + +
    促销单品
    +
    #icon-cuxiaodanpin
    +
  • + +
  • + +
    精品推荐
    +
    #icon-jingpintuijian1
    +
  • + +
  • + +
    排行榜
    +
    #icon-paihangbang
    +
  • + +
  • + +
    已点赞
    +
    #icon-yidianzan
    +
  • + +
  • + +
    点赞
    +
    #icon-dianzan1
    +
  • + +
  • + +
    好友代支付
    +
    #icon-haoyoudaizhifu
    +
  • + +
  • + +
    宝贝链接
    +
    #icon-baobeilianjie
    +
  • + +
  • + +
    参与话题
    +
    #icon-canyuhuati
    +
  • + +
  • + +
    点赞
    +
    #icon-dianzan
    +
  • + +
  • + +
    评论
    +
    #icon-pinglun
    +
  • + +
  • + +
    分享
    +
    #icon-fenxiang2
    +
  • + +
  • + +
    发布
    +
    #icon-fabu
    +
  • + +
  • + +
    更多
    +
    #icon-gengduo5
    +
  • + +
  • + +
    返回
    +
    #icon-fanhui2
    +
  • + +
  • + +
    砍价列表
    +
    #icon-kanjialiebiao
    +
  • + +
  • + +
    虚拟商品
    +
    #icon-xunishangpin
    +
  • + +
  • + +
    订单列表
    +
    #icon-dingdanliebiao
    +
  • + +
  • + +
    数据统计
    +
    #icon-shujutongji1
    +
  • + +
  • + +
    搜索
    +
    #icon-sousuo7
    +
  • + +
  • + +
    直播中
    +
    #icon-zhibozhong1
    +
  • + +
  • + +
    优惠券实色背景
    +
    #icon-youhuiquanshisebeijing
    +
  • + +
  • + +
    优惠券透明背景
    +
    #icon-youhuiquantoumingbeijing
    +
  • + +
  • + +
    预售按钮
    +
    #icon-yushouanniu
    +
  • + +
  • + +
    更多
    +
    #icon-gengduo4
    +
  • + +
  • + +
    搜索
    +
    #icon-sousuo6
    +
  • + +
  • + +
    个人中心
    +
    #icon-gerenzhongxin1
    +
  • + +
  • + +
    收藏
    +
    #icon-shoucang3
    +
  • + +
  • + +
    首页
    +
    #icon-shouye8
    +
  • + +
  • + +
    购物车
    +
    #icon-gouwuche7
    +
  • + +
  • + +
    复制口令
    +
    #icon-fuzhikouling1
    +
  • + +
  • + +
    专题
    +
    #icon-zhuanti
    +
  • + +
  • + +
    代付款-3
    +
    #icon-daifukuan-3
    +
  • + +
  • + +
    售后-退款-3
    +
    #icon-shouhou-tuikuan-3
    +
  • + +
  • + +
    待评价-3
    +
    #icon-daipingjia-3
    +
  • + +
  • + +
    待发货-3
    +
    #icon-daifahuo-3
    +
  • + +
  • + +
    全部订单-3
    +
    #icon-quanbudingdan-3
    +
  • + +
  • + +
    待发货-2
    +
    #icon-daifahuo-2
    +
  • + +
  • + +
    待收货-2
    +
    #icon-daishouhuo-2
    +
  • + +
  • + +
    待评价-2
    +
    #icon-daipingjia-2
    +
  • + +
  • + +
    售后-退款-2
    +
    #icon-shouhou-tuikuan-2
    +
  • + +
  • + +
    代付款-2
    +
    #icon-daifukuan-2
    +
  • + +
  • + +
    多商户pc-说明弹窗
    +
    #icon-duoshanghupc-shuomingdanchuang
    +
  • + +
  • + +
    多商户pc-到货通知
    +
    #icon-duoshanghupc-daohuotongzhi
    +
  • + +
  • + +
    多商户pc-保障
    +
    #icon-duoshanghupc-baozhang
    +
  • + +
  • + +
    店铺
    +
    #icon-dianpu
    +
  • + +
  • + +
    等级图标
    +
    #icon-dengjitubiao
    +
  • + +
  • + +
    待发货-新个人中心
    +
    #icon-daifahuo-xingerenzhongxin
    +
  • + +
  • + +
    二维码-新个人中心
    +
    #icon-erweima-xingerenzhongxin
    +
  • + +
  • + +
    全部订单-新个人中心
    +
    #icon-quanbudingdan-xingerenzhongxin
    +
  • + +
  • + +
    消息-新个人中心
    +
    #icon-xiaoxi-xingerenzhongxin
    +
  • + +
  • + +
    待评价-新个人中心
    +
    #icon-daipingjia-xingerenzhongxin
    +
  • + +
  • + +
    售后:退款-新个人中心
    +
    #icon-a-shouhoutuikuan-xingerenzhongxin
    +
  • + +
  • + +
    待付款-新个人中心
    +
    #icon-daifukuan-xingerenzhongxin
    +
  • + +
  • + +
    发票
    +
    #icon-fapiao2
    +
  • + +
  • + +
    售后-退款-蓝
    +
    #icon-shouhou-tuikuan-lan
    +
  • + +
  • + +
    待评价-蓝
    +
    #icon-daipingjia-lan
    +
  • + +
  • + +
    待收货-蓝
    +
    #icon-daishouhuo-lan
    +
  • + +
  • + +
    代付款-蓝
    +
    #icon-daifukuan-lan
    +
  • + +
  • + +
    待发货-蓝
    +
    #icon-daifahuo-lan
    +
  • + +
  • + +
    待发货-橘
    +
    #icon-daifahuo-ju
    +
  • + +
  • + +
    待付款-橘
    +
    #icon-daifukuan-ju
    +
  • + +
  • + +
    待收货-橘
    +
    #icon-daishouhuo-ju
    +
  • + +
  • + +
    售后-退款-橘
    +
    #icon-shouhou-tuikuan-ju
    +
  • + +
  • + +
    待评价-橘
    +
    #icon-daipingjia-ju
    +
  • + +
  • + +
    待收货-粉
    +
    #icon-daishouhuo-fen
    +
  • + +
  • + +
    待评价-粉
    +
    #icon-daipingjia-fen
    +
  • + +
  • + +
    代付款-粉
    +
    #icon-daifukuan-fen
    +
  • + +
  • + +
    售后:退款-粉
    +
    #icon-a-shouhoutuikuan-fen
    +
  • + +
  • + +
    待发货-粉
    +
    #icon-daifahuo-fen
    +
  • + +
  • + +
    待发货-绿
    +
    #icon-daifahuo-lv
    +
  • + +
  • + +
    售后-退款-绿
    +
    #icon-shouhou-tuikuan-lv
    +
  • + +
  • + +
    代付款-绿
    +
    #icon-daifukuan-lv
    +
  • + +
  • + +
    待收货-绿
    +
    #icon-daishouhuo-lv
    +
  • + +
  • + +
    待评价-绿
    +
    #icon-daipingjia-lv
    +
  • + +
  • + +
    待收货
    +
    #icon-daishouhuo
    +
  • + +
  • + +
    待评价
    +
    #icon-daipingjia
    +
  • + +
  • + +
    待发货
    +
    #icon-daifahuo
    +
  • + +
  • + +
    待付款
    +
    #icon-daifukuan
    +
  • + +
  • + +
    售后:退款
    +
    #icon-a-shouhoutuikuan
    +
  • + +
  • + +
    购物车-样式1
    +
    #icon-gouwuche-yangshi1
    +
  • + +
  • + +
    购物车-样式2
    +
    #icon-gouwuche-yangshi2
    +
  • + +
  • + +
    日历图标
    +
    #icon-rilitubiao
    +
  • + +
  • + +
    提示
    +
    #icon-tishi1
    +
  • + +
  • + +
    待退货
    +
    #icon-daituihuo1
    +
  • + +
  • + +
    申请中
    +
    #icon-shenqingzhong
    +
  • + +
  • + +
    返佣
    +
    #icon-fanyong
    +
  • + +
  • + +
    资质证件
    +
    #icon-zizhizhengjian
    +
  • + +
  • + +
    分销等级
    +
    #icon-fenxiaodengji
    +
  • + +
  • + +
    已拒绝
    +
    #icon-yijujue
    +
  • + +
  • + +
    退款中
    +
    #icon-tuikuanzhong1
    +
  • + +
  • + +
    退款失败
    +
    #icon-tuikuanshibai
    +
  • + +
  • + +
    退款成功
    +
    #icon-tuikuanchenggong
    +
  • + +
  • + +
    退款中
    +
    #icon-tuikuanzhong11
    +
  • + +
  • + +
    已完成
    +
    #icon-yiwancheng
    +
  • + +
  • + +
    已退款
    +
    #icon-yituikuan1
    +
  • + +
  • + +
    退款
    +
    #icon-tuikuan1
    +
  • + +
  • + +
    退货
    +
    #icon-tuihuo
    +
  • + +
  • + +
    审核
    +
    #icon-shenhe
    +
  • + +
  • + +
    上传图片
    +
    #icon-shangchuantupian1
    +
  • + +
  • + +
    首页
    +
    #icon-shouye7
    +
  • + +
  • + +
    省钱
    +
    #icon-shengqian
    +
  • + +
  • + +
    笑脸
    +
    #icon-xiaolian1
    +
  • + +
  • + +
    放大
    +
    #icon-fangda
    +
  • + +
  • + +
    点击抽奖
    +
    #icon-dianjichoujiang
    +
  • + +
  • + +
    7纪念版
    +
    #icon-7jinianban
    +
  • + +
  • + +
    领取优惠券按钮
    +
    #icon-lingquyouhuiquananniu
    +
  • + +
  • + +
    签到成功按钮
    +
    #icon-qiandaochenggonganniu
    +
  • + +
  • + +
    s-限时秒杀
    +
    #icon-s-xianshimiaosha
    +
  • + +
  • + +
    s-拼团
    +
    #icon-s-pintuan1
    +
  • + +
  • + +
    s-砍价
    +
    #icon-s-kanjia1
    +
  • + +
  • + +
    s-苹果
    +
    #icon-s-pingguo
    +
  • + +
  • + +
    s-微信登录
    +
    #icon-s-weixindenglu1
    +
  • + +
  • + +
    s-验证码登录
    +
    #icon-s-yanzhengmadenglu1
    +
  • + +
  • + +
    s-密码登录
    +
    #icon-s-mimadenglu1
    +
  • + +
  • + +
    s-验证码
    +
    #icon-s-yanzhengma
    +
  • + +
  • + +
    朋友圈
    +
    #icon-pengyouquan
    +
  • + +
  • + +
    积分中心
    +
    #icon-jifenzhongxin
    +
  • + +
  • + +
    s-充值记录
    +
    #icon-s-chongzhijilu
    +
  • + +
  • + +
    s-消费记录
    +
    #icon-s-xiaofeijilu
    +
  • + +
  • + +
    s-账单记录
    +
    #icon-s-zhangdanjilu
    +
  • + +
  • + +
    s-客服
    +
    #icon-s-kefu
    +
  • + +
  • + +
    s-编辑
    +
    #icon-s-bianji
    +
  • + +
  • + +
    s-拼团
    +
    #icon-s-pintuan
    +
  • + +
  • + +
    s-砍价
    +
    #icon-s-kanjia
    +
  • + +
  • + +
    s-秒杀
    +
    #icon-s-miaosha
    +
  • + +
  • + +
    返回
    +
    #icon-fanhui1
    +
  • + +
  • + +
    客服
    +
    #icon-kefu3
    +
  • + +
  • + +
    首页
    +
    #icon-shouye6
    +
  • + +
  • + +
    查看地图
    +
    #icon-chakanditu
    +
  • + +
  • + +
    好物圈
    +
    #icon-haowuquan1
    +
  • + +
  • + +
    好物圈
    +
    #icon-haowuquan
    +
  • + +
  • + +
    更多展开
    +
    #icon-gengduozhankai1
    +
  • + +
  • + +
    表情
    +
    #icon-biaoqing2
    +
  • + +
  • + +
    话术
    +
    #icon-huashu1
    +
  • + +
  • + +
    图片
    +
    #icon-tupian2
    +
  • + +
  • + +
    回放
    +
    #icon-huifang
    +
  • + +
  • + +
    直播中
    +
    #icon-zhibozhong
    +
  • + +
  • + +
    huangguan
    +
    #icon-huangguan3
    +
  • + +
  • + +
    会员 (2)
    +
    #icon-huiyuan2
    +
  • + +
  • + +
    发票
    +
    #icon-fapiao1
    +
  • + +
  • + +
    +
    #icon-cha3
    +
  • + +
  • + +
    设置
    +
    #icon-shezhi1
    +
  • + +
  • + +
    添加 (1)
    +
    #icon-tianjia1
    +
  • + +
  • + +
    编辑
    +
    #icon-bianji3
    +
  • + +
  • + +
    加号
    +
    #icon-jiahao2
    +
  • + +
  • + +
    删除
    +
    #icon-shanchu3
    +
  • + +
  • + +
    复制口令
    +
    #icon-fuzhikouling
    +
  • + +
  • + +
    客服接待
    +
    #icon-kefujiedai
    +
  • + +
  • + +
    秒杀 (1)
    +
    #icon-miaosha1
    +
  • + +
  • + +
    编辑
    +
    #icon-bianji2
    +
  • + +
  • + +
    清空缓存
    +
    #icon-qingkonghuancun
    +
  • + +
  • + +
    时间
    +
    #icon-shijian1
    +
  • + +
  • + +
    问号 (1)
    +
    #icon-wenhao1
    +
  • + +
  • + +
    账号密码
    +
    #icon-zhanghaomima
    +
  • + +
  • + +
    二维码
    +
    #icon-erweima2
    +
  • + +
  • + +
    关机
    +
    #icon-guanji
    +
  • + +
  • + +
    图片
    +
    #icon-tupian1
    +
  • + +
  • + +
    表情
    +
    #icon-biaoqing1
    +
  • + +
  • + +
    关闭
    +
    #icon-guanbi5
    +
  • + +
  • + +
    声音 静音 线性
    +
    #icon-shengyinjingyinxianxing
    +
  • + +
  • + +
    声音
    +
    #icon-shengyinyinliang
    +
  • + +
  • + +
    评价
    +
    #icon-pingjia1
    +
  • + +
  • + +
    下拉展开
    +
    #icon-xialazhankai
    +
  • + +
  • + +
    +
    #icon-cha2
    +
  • + +
  • + +
    返回首页
    +
    #icon-fanhuishouye
    +
  • + +
  • + +
    更多
    +
    #icon-gengduo3
    +
  • + +
  • + +
    分享
    +
    #icon-fenxiang1
    +
  • + +
  • + +
    搜索
    +
    #icon-sousuo5
    +
  • + +
  • + +
    会员
    +
    #icon-huiyuan1
    +
  • + +
  • + +
    +
    #icon-gou
    +
  • + +
  • + +
    购物车
    +
    #icon-gouwuche6
    +
  • + +
  • + +
    +
    #icon-you1
    +
  • + +
  • + +
    +
    #icon-zuo1
    +
  • + +
  • + +
    vip
    +
    #icon-vip12
    +
  • + +
  • + +
    优惠券
    +
    #icon-youhuiquan1
    +
  • + +
  • + +
    客服 (2)
    +
    #icon-kefu21
    +
  • + +
  • + +
    余额
    +
    #icon-yue1
    +
  • + +
  • + +
    会员中心
    +
    #icon-huiyuanzhongxin
    +
  • + +
  • + +
    砍价记录
    +
    #icon-kanjiajilu
    +
  • + +
  • + +
    地址信息
    +
    #icon-dizhixinxi
    +
  • + +
  • + +
    我的推广
    +
    #icon-wodetuiguang
    +
  • + +
  • + +
    我的收藏
    +
    #icon-wodeshoucang
    +
  • + +
  • + +
    回到顶部
    +
    #icon-huidaodingbu1
    +
  • + +
  • + +
    扫一扫
    +
    #icon-saoyisao
    +
  • + +
  • + +
    价格筛选(上)
    +
    #icon-jiageshaixuanshang
    +
  • + +
  • + +
    价格筛选(下)
    +
    #icon-jiageshaixuanxia
    +
  • + +
  • + +
    手机
    +
    #icon-shouji1
    +
  • + +
  • + +
    更多
    +
    #icon-gengduo2
    +
  • + +
  • + +
    +
    #icon-cha1
    +
  • + +
  • + +
    发送
    +
    #icon-fasong
    +
  • + +
  • + +
    更多展开
    +
    #icon-gengduozhankai
    +
  • + +
  • + +
    表情
    +
    #icon-biaoqing
    +
  • + +
  • + +
    话术
    +
    #icon-huashu
    +
  • + +
  • + +
    图片
    +
    #icon-tupian
    +
  • + +
  • + +
    密码
    +
    #icon-mima
    +
  • + +
  • + +
    账号
    +
    #icon-zhanghao
    +
  • + +
  • + +
    返回
    +
    #icon-fanhui
    +
  • + +
  • + +
    进入
    +
    #icon-jinru2
    +
  • + +
  • + +
    商品信息
    +
    #icon-shangpinxinxi
    +
  • + +
  • + +
    退出
    +
    #icon-tuichu
    +
  • + +
  • + +
    交易订单
    +
    #icon-jiaoyidingdan
    +
  • + +
  • + +
    搜索
    +
    #icon-sousuo4
    +
  • + +
  • + +
    选中
    +
    #icon-xuanzhong5
    +
  • + +
  • + +
    VIP
    +
    #icon-VIP2
    +
  • + +
  • + +
    品种
    +
    #icon-pinzhong
    +
  • + +
  • + +
    行货
    +
    #icon-hanghuo
    +
  • + +
  • + +
    直发
    +
    #icon-zhifa
    +
  • + +
  • + +
    低价
    +
    #icon-dijia
    +
  • + +
  • + +
    个人中心-选中
    +
    #icon-gerenzhongxin-xuanzhong
    +
  • + +
  • + +
    选中
    +
    #icon-xuanzhong4
    +
  • + +
  • + +
    暂无秒杀
    +
    #icon-zanwumiaosha
    +
  • + +
  • + +
    上传图片
    +
    #icon-shangchuantupian
    +
  • + +
  • + +
    服务
    +
    #icon-fuwu
    +
  • + +
  • + +
    退款提示
    +
    #icon-tuikuantishi
    +
  • + +
  • + +
    二维码-右下
    +
    #icon-erweima-youxia
    +
  • + +
  • + +
    二维码边角
    +
    #icon-erweimabianjiao
    +
  • + +
  • + +
    微信登录
    +
    #icon-weixindenglu1
    +
  • + +
  • + +
    账号登录
    +
    #icon-zhanghaodenglu1
    +
  • + +
  • + +
    上架时间
    +
    #icon-shangjiashijian
    +
  • + +
  • + +
    价格筛选
    +
    #icon-jiageshaixuan
    +
  • + +
  • + +
    更多分类
    +
    #icon-gengduofenlei
    +
  • + +
  • + +
    未选
    +
    #icon-weixuan
    +
  • + +
  • + +
    选中1
    +
    #icon-xuanzhong11
    +
  • + +
  • + +
    评价
    +
    #icon-pingjia
    +
  • + +
  • + +
    关 闭
    +
    #icon-guanbi4
    +
  • + +
  • + +
    品种齐全
    +
    #icon-pinzhongqiquan
    +
  • + +
  • + +
    低价畅选
    +
    #icon-dijiachangxuan
    +
  • + +
  • + +
    正品行货
    +
    #icon-zhengpinhanghuo
    +
  • + +
  • + +
    地址-添加
    +
    #icon-dizhi-tianjia
    +
  • + +
  • + +
    删除
    +
    #icon-shanchu2
    +
  • + +
  • + +
    余额
    +
    #icon-yue
    +
  • + +
  • + +
    微信支付
    +
    #icon-weixinzhifu1
    +
  • + +
  • + +
    商品数量-减
    +
    #icon-shangpinshuliang-jian
    +
  • + +
  • + +
    商品数量-加
    +
    #icon-shangpinshuliang-jia
    +
  • + +
  • + +
    选中
    +
    #icon-xuanzhong3
    +
  • + +
  • + +
    地址下拉
    +
    #icon-dizhixiala
    +
  • + +
  • + +
    进入
    +
    #icon-jinru1
    +
  • + +
  • + +
    申请退款
    +
    #icon-shenqingtuikuan
    +
  • + +
  • + +
    配货
    +
    #icon-peihuo
    +
  • + +
  • + +
    下单
    +
    #icon-xiadan
    +
  • + +
  • + +
    完成
    +
    #icon-wancheng
    +
  • + +
  • + +
    付款
    +
    #icon-fukuan
    +
  • + +
  • + +
    发货
    +
    #icon-fahuo
    +
  • + +
  • + +
    扫码
    +
    #icon-saoma
    +
  • + +
  • + +
    提示
    +
    #icon-tishi
    +
  • + +
  • + +
    下拉
    +
    #icon-xiala2
    +
  • + +
  • + +
    VIP
    +
    #icon-VIP1
    +
  • + +
  • + +
    已收藏
    +
    #icon-yishoucang
    +
  • + +
  • + +
    收藏
    +
    #icon-shoucang2
    +
  • + +
  • + +
    客服
    +
    #icon-kefu2
    +
  • + +
  • + +
    发票
    +
    #icon-fapiao
    +
  • + +
  • + +
    发票管理
    +
    #icon-fapiaoguanli
    +
  • + +
  • + +
    进入
    +
    #icon-jinru
    +
  • + +
  • + +
    搜索
    +
    #icon-sousuo3
    +
  • + +
  • + +
    顶部-购物车
    +
    #icon-dingbu-gouwuche
    +
  • + +
  • + +
    回到顶部
    +
    #icon-huidaodingbu
    +
  • + +
  • + +
    侧导航-购物车
    +
    #icon-cedaohang-gouwuche
    +
  • + +
  • + +
    微信
    +
    #icon-weixin4
    +
  • + +
  • + +
    联系客服
    +
    #icon-lianxikefu
    +
  • + +
  • + +
    左-秒杀
    +
    #icon-zuo-miaosha
    +
  • + +
  • + +
    右-秒杀
    +
    #icon-you-miaosha
    +
  • + +
  • + +
    +
    #icon-zuo
    +
  • + +
  • + +
    +
    #icon-you
    +
  • + +
  • + +
    收藏本站
    +
    #icon-shoucangbenzhan
    +
  • + +
  • + +
    联系商家
    +
    #icon-lianxishangjia
    +
  • + +
  • + +
    定位
    +
    #icon-dingwei
    +
  • + +
  • + +
    分类
    +
    #icon-fenlei2
    +
  • + +
  • + +
    我的
    +
    #icon-wode
    +
  • + +
  • + +
    首页
    +
    #icon-shouye5
    +
  • + +
  • + +
    购物车
    +
    #icon-gouwuche5
    +
  • + +
  • + +
    减号
    +
    #icon-jianhao1
    +
  • + +
  • + +
    加号
    +
    #icon-jiahao1
    +
  • + +
  • + +
    验证码
    +
    #icon-yanzhengma1
    +
  • + +
  • + +
    手机
    +
    #icon-shouji
    +
  • + +
  • + +
    +
    #icon-cha
    +
  • + +
  • + +
    手机号
    +
    #icon-shoujihao
    +
  • + +
  • + +
    企业
    +
    #icon-qiye
    +
  • + +
  • + +
    用户
    +
    #icon-yonghu3
    +
  • + +
  • + +
    验证码
    +
    #icon-yanzhengma
    +
  • + +
  • + +
    商品
    +
    #icon-shangpin
    +
  • + +
  • + +
    签到 (1)
    +
    #icon-qiandao2
    +
  • + +
  • + +
    邀请
    +
    #icon-yaoqing
    +
  • + +
  • + +
    退货中
    +
    #icon-tuihuozhong
    +
  • + +
  • + +
    审核中
    +
    #icon-shenhezhong1
    +
  • + +
  • + +
    待退货
    +
    #icon-daituihuo
    +
  • + +
  • + +
    已核销
    +
    #icon-yihexiao
    +
  • + +
  • + +
    已拒绝
    +
    #icon-yijujue1
    +
  • + +
  • + +
    更多
    +
    #icon-gengduo1
    +
  • + +
  • + +
    退款
    +
    #icon-tuikuan
    +
  • + +
  • + +
    消息
    +
    #icon-xiaoxi
    +
  • + +
  • + +
    二维码
    +
    #icon-erweima1
    +
  • + +
  • + +
    客服
    +
    #icon-kefu1
    +
  • + +
  • + +
    关注
    +
    #icon-guanzhu
    +
  • + +
  • + +
    相机
    +
    #icon-xiangji
    +
  • + +
  • + +
    注意
    +
    #icon-zhuyi-copy
    +
  • + +
  • + +
    评分
    +
    #icon-pingfen
    +
  • + +
  • + +
    应用APP_o
    +
    #icon-yingyongAPP_o
    +
  • + +
  • + +
    驿站_o
    +
    #icon-yizhan_o
    +
  • + +
  • + +
    筛选
    +
    #icon-shaixuan
    +
  • + +
  • + +
    商家【订单】
    +
    #icon-shangjiadingdan
    +
  • + +
  • + +
    首页
    +
    #icon-shouye4
    +
  • + +
  • + +
    金币
    +
    #icon-jinbi2
    +
  • + +
  • + +
    金币
    +
    #icon-jinbi
    +
  • + +
  • + +
    坐标
    +
    #icon-zuobiao
    +
  • + +
  • + +
    减号
    +
    #icon-jianhao
    +
  • + +
  • + +
    加号
    +
    #icon-jiahao
    +
  • + +
  • + +
    直播结束@2x
    +
    #icon-zhibojieshux
    +
  • + +
  • + +
    直播
    +
    #icon-zhibo
    +
  • + +
  • + +
    VIP
    +
    #icon-VIP
    +
  • + +
  • + +
    推广
    +
    #icon-tuiguang
    +
  • + +
  • + +
    geren02
    +
    #icon-geren1
    +
  • + +
  • + +
    gouwuche02
    +
    #icon-gouwuche4
    +
  • + +
  • + +
    fenlei02
    +
    #icon-fenlei1
    +
  • + +
  • + +
    shouye02
    +
    #icon-shouye3
    +
  • + +
  • + +
    geren01
    +
    #icon-geren
    +
  • + +
  • + +
    gouwuche01
    +
    #icon-gouwuche3
    +
  • + +
  • + +
    fenlei01
    +
    #icon-fenlei
    +
  • + +
  • + +
    shouye01
    +
    #icon-shouye2
    +
  • + +
  • + +
    mzshopping01
    +
    #icon-mzshopping
    +
  • + +
  • + +
    功能
    +
    #icon-gongneng
    +
  • + +
  • + +
    个人中心
    +
    #icon-gerenzhongxin-copy
    +
  • + +
  • + +
    首页
    +
    #icon-shouye1-copy
    +
  • + +
  • + +
    个人中心
    +
    #icon-gerenzhongxin
    +
  • + +
  • + +
    首页
    +
    #icon-shouye1
    +
  • + +
  • + +
    购物车
    +
    #icon-gouwuche2
    +
  • + +
  • + +
    分类
    +
    #icon-fenleiyemian
    +
  • + +
  • + +
    购物车
    +
    #icon-gouwuche2-copy
    +
  • + +
  • + +
    分类
    +
    #icon-fenleiyemian-copy
    +
  • + +
  • + +
    通话
    +
    #icon-tonghua
    +
  • + +
  • + +
    右键
    +
    #icon-youjian
    +
  • + +
  • + +
    打电话-01
    +
    #icon-dadianhua01
    +
  • + +
  • + +
    排行
    +
    #icon-paihang
    +
  • + +
  • + +
    位置
    +
    #icon-weizhi
    +
  • + +
  • + +
    排行
    +
    #icon-paihang1
    +
  • + +
  • + +
    说明
    +
    #icon-shuoming1
    +
  • + +
  • + +
    dianhau
    +
    #icon-dianhau
    +
  • + +
  • + +
    时间
    +
    #icon-shijian
    +
  • + +
  • + +
    新闻通知
    +
    #icon-huabanfuben
    +
  • + +
  • + +
    +
    #icon-jian
    +
  • + +
  • + +
    +
    #icon-jia
    +
  • + +
  • + +
    修 改
    +
    #icon-xiugai
    +
  • + +
  • + +
    按钮_箭头展开_o
    +
    #icon-anniu_jiantouzhankai_o
    +
  • + +
  • + +
    箭头_下一页_o
    +
    #icon-jiantou_xiayiye_o
    +
  • + +
  • + +
    箭头_上下切换_o
    +
    #icon-jiantou_shangxiaqiehuan_o
    +
  • + +
  • + +
    上下展开_o
    +
    #icon-shangxiazhankai_o
    +
  • + +
  • + +
    电话_o
    +
    #icon-dianhua_o
    +
  • + +
  • + +
    云上传_o
    +
    #icon-yunshangchuan_o
    +
  • + +
  • + +
    饼图_o
    +
    #icon-bingtu_o
    +
  • + +
  • + +
    包裹_环保盒_o
    +
    #icon-baoguo_huanbaohe_o
    +
  • + +
  • + +
    包裹_取消收货_o
    +
    #icon-baoguo_quxiaoshouhuo_o
    +
  • + +
  • + +
    包裹_收货_o
    +
    #icon-baoguo_shouhuo_o
    +
  • + +
  • + +
    包裹_领件_o
    +
    #icon-baoguo_lingjian_o
    +
  • + +
  • + +
    包裹_收纳_o
    +
    #icon-baoguo_shouna_o
    +
  • + +
  • + +
    线下支付
    +
    #icon-xianxiazhifu
    +
  • + +
  • + +
    icon_im_keyboard
    +
    #icon-icon_im_keyboard
    +
  • + +
  • + +
    tupian-01
    +
    #icon-tupian-
    +
  • + +
  • + +
    icon_im_face
    +
    #icon-icon_im_face
    +
  • + +
  • + +
    余额支付
    +
    #icon-yuezhifu
    +
  • + +
  • + +
    余额支付
    +
    #icon-yuezhifu1
    +
  • + +
  • + +
    微信支付
    +
    #icon-weixinzhifu
    +
  • + +
  • + +
    支付宝
    +
    #icon-zhifubao
    +
  • + +
  • + +
    海报
    +
    #icon-haibao
    +
  • + +
  • + +
    微信
    +
    #icon-weixin3
    +
  • + +
  • + +
    crmeb2
    +
    #icon-crmeb1
    +
  • + +
  • + +
    crmeb
    +
    #icon-crmeb
    +
  • + +
  • + +
    选中
    +
    #icon-xuanzhong2
    +
  • + +
  • + +
    数据统计
    +
    #icon-shujutongji
    +
  • + +
  • + +
    详细数据
    +
    #icon-xiangxishuju
    +
  • + +
  • + +
    更多
    +
    #icon-gengduo
    +
  • + +
  • + +
    更多
    +
    #icon-up
    +
  • + +
  • + +
    用户
    +
    #icon-yonghu2
    +
  • + +
  • + +
    备注
    +
    #icon-zhinengkefu-
    +
  • + +
  • + +
    向上
    +
    #icon-xiangshang1
    +
  • + +
  • + +
    向上
    +
    #icon-xiangxia2
    +
  • + +
  • + +
    code_1
    +
    #icon-code_
    +
  • + +
  • + +
    code_2
    +
    #icon-code_1
    +
  • + +
  • + +
    phone_1
    +
    #icon-phone_
    +
  • + +
  • + +
    下拉
    +
    #icon-xiala
    +
  • + +
  • + +
    设置
    +
    #icon-shezhi
    +
  • + +
  • + +
    编辑
    +
    #icon-bianji1
    +
  • + +
  • + +
    收 藏
    +
    #icon-shoucang1
    +
  • + +
  • + +
    加载
    +
    #icon-jiazai
    +
  • + +
  • + +
    订单
    +
    #icon-2
    +
  • + +
  • + +
    团队
    +
    #icon-tuandui
    +
  • + +
  • + +
    金币
    +
    #icon-jinbi1
    +
  • + +
  • + +
    关 闭
    +
    #icon-guanbi3
    +
  • + +
  • + +
    问题
    +
    #icon-wenti
    +
  • + +
  • + +
    33资源-线性
    +
    #icon-ziyuan-xianxing
    +
  • + +
  • + +
    用户
    +
    #icon-yonghu1
    +
  • + +
  • + +
    订单
    +
    #icon-dingdan
    +
  • + +
  • + +
    锁子
    +
    #icon-suozi
    +
  • + +
  • + +
    权限管理锁子
    +
    #icon-quanxianguanlisuozi
    +
  • + +
  • + +
    菱形
    +
    #icon-lingxing
    +
  • + +
  • + +
    秒杀
    +
    #icon-miaosha
    +
  • + +
  • + +
    拼团
    +
    #icon-hebingxingzhuang
    +
  • + +
  • + +
    砍价
    +
    #icon-kanjia1
    +
  • + +
  • + +
    钱袋 (1) (3)
    +
    #icon-qiandai
    +
  • + +
  • + +
    统计 (1)
    +
    #icon-tongji
    +
  • + +
  • + +
    二维码
    +
    #icon-erweima
    +
  • + +
  • + +
    支付宝
    +
    #icon-icon34
    +
  • + +
  • + +
    银行卡
    +
    #icon-yinhangqia
    +
  • + +
  • + +
    已退款
    +
    #icon-yituikuan
    +
  • + +
  • + +
    退款中
    +
    #icon-tuikuanzhong
    +
  • + +
  • + +
    搜索
    +
    #icon-sousuo2
    +
  • + +
  • + +
    菜单
    +
    #icon-caidan
    +
  • + +
  • + +
    拍照
    +
    #icon-icon25201
    +
  • + +
  • + +
    实体星
    +
    #icon-shitixing
    +
  • + +
  • + +
    空心星
    +
    #icon-kongxinxing
    +
  • + +
  • + +
    拼团成功
    +
    #icon-pintuanchenggong
    +
  • + +
  • + +
    拼团失败
    +
    #icon-pintuanshibai
    +
  • + +
  • + +
    喇叭
    +
    #icon-laba
    +
  • + +
  • + +
    笑脸
    +
    #icon-xiaolian
    +
  • + +
  • + +
    砍价
    +
    #icon-kanjia
    +
  • + +
  • + +
    说明
    +
    #icon-shuoming
    +
  • + +
  • + +
    明细
    +
    #icon-mingxi
    +
  • + +
  • + +
    提升分值
    +
    #icon-tishengfenzhi
    +
  • + +
  • + +
    关闭
    +
    #icon-guanbi2
    +
  • + +
  • + +
    圆点小
    +
    #icon-yuandianxiao
    +
  • + +
  • + +
    点选
    +
    #icon-webicon318
    +
  • + +
  • + +
    添加地址
    +
    #icon-tianjiadizhi
    +
  • + +
  • + +
    删 除
    +
    #icon-shanchu
    +
  • + +
  • + +
    微信
    +
    #icon-weixin2
    +
  • + +
  • + +
    +
    #icon-icon-test
    +
  • + +
  • + +
    关 闭
    +
    #icon-guanbi1
    +
  • + +
  • + +
    收 藏
    +
    #icon-shoucang
    +
  • + +
  • + +
    客服
    +
    #icon-kefu
    +
  • + +
  • + +
    边框001
    +
    #icon-biankuang
    +
  • + +
  • + +
    装饰线
    +
    #icon-zhuangshixian
    +
  • + +
  • + +
    技术支持
    +
    #icon-jishuzhichi
    +
  • + +
  • + +
    选中001
    +
    #icon-xuanzhong1
    +
  • + +
  • + +
    未选中001
    +
    #icon-weixuanzhong
    +
  • + +
  • + +
    向右
    +
    #icon-xiangshang
    +
  • + +
  • + +
    向右
    +
    #icon-xiangxia
    +
  • + +
  • + +
    促销管理
    +
    #icon-cuxiaoguanli
    +
  • + +
  • + +
    删 除
    +
    #icon-shanchu1
    +
  • + +
  • + +
    05采购-线性
    +
    #icon-caigou-xianxing
    +
  • + +
  • + +
    05采购
    +
    #icon-caigou
    +
  • + +
  • + +
    30应用程序-线性
    +
    #icon-yingyongchengxu-xianxing
    +
  • + +
  • + +
    30应用程序
    +
    #icon-yingyongchengxu
    +
  • + +
  • + +
    204首页
    +
    #icon-shouye
    +
  • + +
  • + +
    204首页-线性
    +
    #icon-shouye-xianxing
    +
  • + +
  • + +
    224用户-线性
    +
    #icon-yonghu-xianxing
    +
  • + +
  • + +
    224用户
    +
    #icon-yonghu
    +
  • + +
  • + +
    搜索
    +
    #icon-sousuo
    +
  • + +
  • + +
    搜索01
    +
    #icon-sousuo1
    +
  • + +
  • + +
    客服_o
    +
    #icon-kefu_o
    +
  • + +
  • + +
    礼物_o
    +
    #icon-liwu_o
    +
  • + +
  • + +
    货币流_o
    +
    #icon-huobiliu_o
    +
  • + +
  • + +
    金币_o
    +
    #icon-jinbi_o
    +
  • + +
  • + +
    个人头像_o
    +
    #icon-gerentouxiang_o
    +
  • + +
  • + +
    群组_o
    +
    #icon-qunzu_o
    +
  • + +
  • + +
    收藏_o
    +
    #icon-shoucang_o
    +
  • + +
  • + +
    地点定位_o
    +
    #icon-didiandingwei_o
    +
  • + +
  • + +
    向右
    +
    #icon-xiangyou
    +
  • + +
  • + +
    精品推荐
    +
    #icon-jingpintuijian
    +
  • + +
  • + +
    新品
    +
    #icon-xinpin
    +
  • + +
  • + +
    热门
    +
    #icon-remen
    +
  • + +
  • + +
    向右
    +
    #icon-xiangzuo
    +
  • + +
  • + +
    411地图
    +
    #icon-ditu
    +
  • + +
  • + +
    关 闭
    +
    #icon-guanbi
    +
  • + +
  • + +
    浏览
    +
    #icon-liulan
    +
  • + +
  • + +
    审核中
    +
    #icon-shenhezhong
    +
  • + +
  • + +
    充值
    +
    #icon-chongzhi
    +
  • + +
  • + +
    关闭
    +
    #icon-iconfontguanbi
    +
  • + +
  • + +
    折扣
    +
    #icon-zhekou
    +
  • + +
  • + +
    对号
    +
    #icon-duihao2
    +
  • + +
  • + +
    对号01
    +
    #icon-duihao
    +
  • + +
  • + +
    经验值
    +
    #icon-jingyanzhi
    +
  • + +
  • + +
    物流
    +
    #icon-wuliu
    +
  • + +
  • + +
    拼团
    +
    #icon-pintuan-copy
    +
  • + +
  • + +
    箭头
    +
    #icon-arrow
    +
  • + +
  • + +
    拼团
    +
    #icon-pintuan
    +
  • + +
  • + +
    优惠券
    +
    #icon-youhuiquan
    +
  • + +
  • + +
    购物车
    +
    #icon-gouwuche1
    +
  • + +
  • + +
    排列2
    +
    #icon-pailie
    +
  • + +
  • + +
    图片排列
    +
    #icon-tupianpailie
    +
  • + +
  • + +
    搜索
    +
    #icon-xiazai5
    +
  • + +
  • + +
    微信
    +
    #icon-weixin1
    +
  • + +
  • + +
    购物车
    +
    #icon-gouwuche
    +
  • + +
  • + +
    图标_设备列表轮播图右键头
    +
    #icon-jiantou
    +
  • + +
  • + +
    会员
    +
    #icon-huiyuan
    +
  • + +
  • + +
    选中
    +
    #icon-xuanzhong
    +
  • + +
  • + +
    选中
    +
    #icon-complete
    +
  • + +
  • + +
    下 拉
    +
    #icon-xiala1
    +
  • + +
  • + +
    地址
    +
    #icon-dizhi
    +
  • + +
  • + +
    微信
    +
    #icon-weixin
    +
  • + +
  • + +
    分享
    +
    #icon-fenxiang
    +
  • + +
  • + +
    编辑
    +
    #icon-bianji
    +
  • + +
  • + +
    皇冠2
    +
    #icon-huangguan
    +
  • + +
  • + +
    皇冠3
    +
    #icon-huangguan1
    +
  • + +
  • + +
    皇冠
    +
    #icon-huangguan2
    +
  • + +
+
+

Symbol 引用

+
+ +

这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章 + 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:

+
    +
  • 支持多色图标了,不再受单色限制。
  • +
  • 通过一些技巧,支持像字体那样,通过 font-size, color 来调整样式。
  • +
  • 兼容性较差,支持 IE9+,及现代浏览器。
  • +
  • 浏览器渲染 SVG 的性能一般,还不如 png。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 symbol 代码:

+
<script src="./iconfont.js"></script>
+
+

第二步:加入通用 CSS 代码(引入一次就行):

+
<style>
+.icon {
+  width: 1em;
+  height: 1em;
+  vertical-align: -0.15em;
+  fill: currentColor;
+  overflow: hidden;
+}
+</style>
+
+

第三步:挑选相应图标并获取类名,应用于页面:

+
<svg class="icon" aria-hidden="true">
+  <use xlink:href="#icon-xxx"></use>
+</svg>
+
+
+
+ +
+
+ + + diff --git a/src/styles/iconfont2/iconfont.css b/src/styles/iconfont2/iconfont.css new file mode 100644 index 0000000..9c686bc --- /dev/null +++ b/src/styles/iconfont2/iconfont.css @@ -0,0 +1,2407 @@ +@font-face { + font-family: "iconfont-h5"; /* Project id 993865 */ + src: url('iconfont.woff2?t=1665560959543') format('woff2'), + url('iconfont.woff?t=1665560959543') format('woff'), + url('iconfont.ttf?t=1665560959543') format('truetype'); +} + +.iconfont-h5 { + font-family: "iconfont-h5" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-gouwu_o:before { + content: "\eb60"; +} + +.icon-chengchangzhi:before { + content: "\e815"; +} + +.icon-fabu1:before { + content: "\e814"; +} + +.icon-qiandao:before { + content: "\e816"; +} + +.icon-pingjia3:before { + content: "\e817"; +} + +.icon-yaoqing1:before { + content: "\e819"; +} + +.icon-liebiao1:before { + content: "\e7f9"; +} + +.icon-liebiao2:before { + content: "\e7fa"; +} + +.icon-xiaofeijilu-rongcuo:before { + content: "\e853"; +} + +.icon-goumaishangpin:before { + content: "\e84e"; +} + +.icon-meiriqiandao:before { + content: "\e84f"; +} + +.icon-yaoqinghaoyou2:before { + content: "\e850"; +} + +.icon-xiaofeijilu1:before { + content: "\e851"; +} + +.icon-fufeihuiyuan1:before { + content: "\e852"; +} + +.icon-goumai:before { + content: "\e7f8"; +} + +.icon-dengdaizhifu:before { + content: "\e840"; +} + +.icon-xinghao:before { + content: "\e838"; +} + +.icon-shouji2:before { + content: "\e829"; +} + +.icon-dingwei4:before { + content: "\e82a"; +} + +.icon-sousuo8:before { + content: "\e82b"; +} + +.icon-erweima3:before { + content: "\e82c"; +} + +.icon-shoudanyouhui:before { + content: "\e818"; +} + +.icon-gouwuche-mendian:before { + content: "\e812"; +} + +.icon-kefu-mendian:before { + content: "\e813"; +} + +.icon-zhongwen:before { + content: "\e810"; +} + +.icon-yingwen:before { + content: "\e811"; +} + +.icon-shipindianzan-weidian1:before { + content: "\e80e"; +} + +.icon-shipindianzan-yidian:before { + content: "\e80f"; +} + +.icon-mendian1:before { + content: "\e807"; +} + +.icon-gouwuche8:before { + content: "\e808"; +} + +.icon-tianjiagouwuche:before { + content: "\e809"; +} + +.icon-shipindianzan-weidian:before { + content: "\e80a"; +} + +.icon-pingjia2:before { + content: "\e80b"; +} + +.icon-liwu:before { + content: "\e80c"; +} + +.icon-shipindianzan:before { + content: "\e80d"; +} + +.icon-dingwei2:before { + content: "\e7fb"; +} + +.icon-dianhua:before { + content: "\e7fc"; +} + +.icon-yingyeshijian1:before { + content: "\e7fd"; +} + +.icon-bianji4:before { + content: "\e7fe"; +} + +.icon-xuanzhong6:before { + content: "\e7ff"; +} + +.icon-shaixuan1:before { + content: "\e800"; +} + +.icon-yingyeshijian2:before { + content: "\e801"; +} + +.icon-dingwei3:before { + content: "\e802"; +} + +.icon-mendian:before { + content: "\e806"; +} + +.icon-fangda1:before { + content: "\e7f7"; +} + +.icon-meiyuan:before { + content: "\e7f5"; +} + +.icon-yilingqu2:before { + content: "\e7f6"; +} + +.icon-jifen:before { + content: "\e7f3"; +} + +.icon-youhuiquan2:before { + content: "\e7f4"; +} + +.icon-zuji-xuanzhong:before { + content: "\e7f2"; +} + +.icon-zuji:before { + content: "\e7f1"; +} + +.icon-fanhui3:before { + content: "\e7f0"; +} + +.icon-fenxiaodingdan:before { + content: "\e7e9"; +} + +.icon-tuiguangrenpaihang1:before { + content: "\e7ea"; +} + +.icon-huodongguize:before { + content: "\e7eb"; +} + +.icon-xingzhuangjiehe:before { + content: "\e7ec"; +} + +.icon-wodetuandui:before { + content: "\e7ed"; +} + +.icon-yaoqinghaoyou1:before { + content: "\e7ee"; +} + +.icon-yongjinpaihang1:before { + content: "\e7ef"; +} + +.icon-daohangdaodian:before { + content: "\e7e5"; +} + +.icon-yingyeshijian:before { + content: "\e7e6"; +} + +.icon-dingwei1:before { + content: "\e7e7"; +} + +.icon-zhidianzixun:before { + content: "\e7e8"; +} + +.icon-pc-jifen:before { + content: "\e7e3"; +} + +.icon-pc-youhuiquan:before { + content: "\e7e4"; +} + +.icon-qunliao:before { + content: "\e7e2"; +} + +.icon-dingdan-xuanzhong:before { + content: "\e7db"; +} + +.icon-jilu-xuanzhong:before { + content: "\e7dc"; +} + +.icon-kehu-xuanzhong:before { + content: "\e7dd"; +} + +.icon-jilu:before { + content: "\e7de"; +} + +.icon-dingdan1:before { + content: "\e7df"; +} + +.icon-kehu:before { + content: "\e7e1"; +} + +.icon-xingbie-nan:before { + content: "\e7d9"; +} + +.icon-xingbie-nv:before { + content: "\e7da"; +} + +.icon-v:before { + content: "\e7d7"; +} + +.icon-huangguan4:before { + content: "\e7d8"; +} + +.icon-yilingqu:before { + content: "\e7d6"; +} + +.icon-jinru3:before { + content: "\e7d5"; +} + +.icon-dingdanguanli:before { + content: "\e7d1"; +} + +.icon-kefujilu:before { + content: "\e7d2"; +} + +.icon-dingdanhexiao:before { + content: "\e7d3"; +} + +.icon-shangjiaguanli:before { + content: "\e7d4"; +} + +.icon-yaoqinghaoyou:before { + content: "\e7d0"; +} + +.icon-yongjinpaihang:before { + content: "\e7cb"; +} + +.icon-tuiguangrenpaihang:before { + content: "\e7cf"; +} + +.icon-mimatubiao:before { + content: "\e7ca"; +} + +.icon-xianshi:before { + content: "\e7cc"; +} + +.icon-zhekoujia:before { + content: "\e7cd"; +} + +.icon-zhu:before { + content: "\e7ce"; +} + +.icon-weizan:before { + content: "\e7c7"; +} + +.icon-zan:before { + content: "\e7c8"; +} + +.icon-pinglun1:before { + content: "\e7c9"; +} + +.icon-gou1:before { + content: "\e7c6"; +} + +.icon-banquan:before { + content: "\e7c2"; +} + +.icon-gengxinshijian:before { + content: "\e7c3"; +} + +.icon-xiazailiang:before { + content: "\e7c4"; +} + +.icon-wenjiandaxiao:before { + content: "\e7c5"; +} + +.icon-dizhi1:before { + content: "\e7bd"; +} + +.icon-guojiagaoxinqiye:before { + content: "\e7be"; +} + +.icon-yishoucang1:before { + content: "\e7bf"; +} + +.icon-wendang:before { + content: "\e7c0"; +} + +.icon-shoucangbenzhan1:before { + content: "\e7c1"; +} + +.icon-fenlei3:before { + content: "\e7bc"; +} + +.icon-shenheweitongguo:before { + content: "\e7b9"; +} + +.icon-shenhetongguo:before { + content: "\e7ba"; +} + +.icon-daishenhe:before { + content: "\e7bb"; +} + +.icon-shoufaxinpin:before { + content: "\e7b8"; +} + +.icon-cuxiaodanpin:before { + content: "\e7b7"; +} + +.icon-jingpintuijian1:before { + content: "\e7b5"; +} + +.icon-paihangbang:before { + content: "\e7b6"; +} + +.icon-yidianzan:before { + content: "\e7b4"; +} + +.icon-dianzan1:before { + content: "\e7b3"; +} + +.icon-haoyoudaizhifu:before { + content: "\e7b2"; +} + +.icon-baobeilianjie:before { + content: "\e7b0"; +} + +.icon-canyuhuati:before { + content: "\e7b1"; +} + +.icon-dianzan:before { + content: "\e7ac"; +} + +.icon-pinglun:before { + content: "\e7ad"; +} + +.icon-fenxiang2:before { + content: "\e7ae"; +} + +.icon-fabu:before { + content: "\e7af"; +} + +.icon-gengduo5:before { + content: "\e7ab"; +} + +.icon-fanhui2:before { + content: "\e7a9"; +} + +.icon-kanjialiebiao:before { + content: "\e7aa"; +} + +.icon-xunishangpin:before { + content: "\e7a8"; +} + +.icon-dingdanliebiao:before { + content: "\e7a6"; +} + +.icon-shujutongji1:before { + content: "\e7a7"; +} + +.icon-sousuo7:before { + content: "\e7a5"; +} + +.icon-zhibozhong1:before { + content: "\e7a4"; +} + +.icon-youhuiquanshisebeijing:before { + content: "\e7a2"; +} + +.icon-youhuiquantoumingbeijing:before { + content: "\e7a3"; +} + +.icon-yushouanniu:before { + content: "\e7a1"; +} + +.icon-gengduo4:before { + content: "\e7a0"; +} + +.icon-sousuo6:before { + content: "\e79b"; +} + +.icon-gerenzhongxin1:before { + content: "\e79c"; +} + +.icon-shoucang3:before { + content: "\e79d"; +} + +.icon-shouye8:before { + content: "\e79e"; +} + +.icon-gouwuche7:before { + content: "\e79f"; +} + +.icon-fuzhikouling1:before { + content: "\e79a"; +} + +.icon-zhuanti:before { + content: "\e799"; +} + +.icon-daifukuan-3:before { + content: "\e794"; +} + +.icon-shouhou-tuikuan-3:before { + content: "\e795"; +} + +.icon-daipingjia-3:before { + content: "\e796"; +} + +.icon-daifahuo-3:before { + content: "\e797"; +} + +.icon-quanbudingdan-3:before { + content: "\e798"; +} + +.icon-daifahuo-2:before { + content: "\e78e"; +} + +.icon-daishouhuo-2:before { + content: "\e78f"; +} + +.icon-daipingjia-2:before { + content: "\e791"; +} + +.icon-shouhou-tuikuan-2:before { + content: "\e792"; +} + +.icon-daifukuan-2:before { + content: "\e793"; +} + +.icon-duoshanghupc-shuomingdanchuang:before { + content: "\e78b"; +} + +.icon-duoshanghupc-daohuotongzhi:before { + content: "\e78c"; +} + +.icon-duoshanghupc-baozhang:before { + content: "\e78d"; +} + +.icon-dianpu:before { + content: "\e78a"; +} + +.icon-dengjitubiao:before { + content: "\e789"; +} + +.icon-daifahuo-xingerenzhongxin:before { + content: "\e782"; +} + +.icon-erweima-xingerenzhongxin:before { + content: "\e783"; +} + +.icon-quanbudingdan-xingerenzhongxin:before { + content: "\e784"; +} + +.icon-xiaoxi-xingerenzhongxin:before { + content: "\e785"; +} + +.icon-daipingjia-xingerenzhongxin:before { + content: "\e786"; +} + +.icon-a-shouhoutuikuan-xingerenzhongxin:before { + content: "\e787"; +} + +.icon-daifukuan-xingerenzhongxin:before { + content: "\e788"; +} + +.icon-fapiao2:before { + content: "\e781"; +} + +.icon-shouhou-tuikuan-lan:before { + content: "\e77c"; +} + +.icon-daipingjia-lan:before { + content: "\e780"; +} + +.icon-daishouhuo-lan:before { + content: "\e77d"; +} + +.icon-daifukuan-lan:before { + content: "\e77e"; +} + +.icon-daifahuo-lan:before { + content: "\e77f"; +} + +.icon-daifahuo-ju:before { + content: "\e777"; +} + +.icon-daifukuan-ju:before { + content: "\e778"; +} + +.icon-daishouhuo-ju:before { + content: "\e779"; +} + +.icon-shouhou-tuikuan-ju:before { + content: "\e77a"; +} + +.icon-daipingjia-ju:before { + content: "\e77b"; +} + +.icon-daishouhuo-fen:before { + content: "\e772"; +} + +.icon-daipingjia-fen:before { + content: "\e773"; +} + +.icon-daifukuan-fen:before { + content: "\e774"; +} + +.icon-a-shouhoutuikuan-fen:before { + content: "\e775"; +} + +.icon-daifahuo-fen:before { + content: "\e776"; +} + +.icon-daifahuo-lv:before { + content: "\e768"; +} + +.icon-shouhou-tuikuan-lv:before { + content: "\e76a"; +} + +.icon-daifukuan-lv:before { + content: "\e76d"; +} + +.icon-daishouhuo-lv:before { + content: "\e770"; +} + +.icon-daipingjia-lv:before { + content: "\e771"; +} + +.icon-daishouhuo:before { + content: "\e75d"; +} + +.icon-daipingjia:before { + content: "\e75e"; +} + +.icon-daifahuo:before { + content: "\e760"; +} + +.icon-daifukuan:before { + content: "\e766"; +} + +.icon-a-shouhoutuikuan:before { + content: "\e767"; +} + +.icon-gouwuche-yangshi1:before { + content: "\e75b"; +} + +.icon-gouwuche-yangshi2:before { + content: "\e75c"; +} + +.icon-rilitubiao:before { + content: "\e75a"; +} + +.icon-tishi1:before { + content: "\e759"; +} + +.icon-daituihuo1:before { + content: "\e752"; +} + +.icon-shenqingzhong:before { + content: "\e756"; +} + +.icon-fanyong:before { + content: "\e74d"; +} + +.icon-zizhizhengjian:before { + content: "\e743"; +} + +.icon-fenxiaodengji:before { + content: "\e742"; +} + +.icon-yijujue:before { + content: "\e741"; +} + +.icon-tuikuanzhong1:before { + content: "\e803"; +} + +.icon-tuikuanshibai:before { + content: "\e804"; +} + +.icon-tuikuanchenggong:before { + content: "\e805"; +} + +.icon-tuikuanzhong11:before { + content: "\e744"; +} + +.icon-yiwancheng:before { + content: "\e745"; +} + +.icon-yituikuan1:before { + content: "\e747"; +} + +.icon-tuikuan1:before { + content: "\e73a"; +} + +.icon-tuihuo:before { + content: "\e73c"; +} + +.icon-shenhe:before { + content: "\e73d"; +} + +.icon-shangchuantupian1:before { + content: "\e755"; +} + +.icon-shouye7:before { + content: "\e863"; +} + +.icon-shengqian:before { + content: "\e738"; +} + +.icon-xiaolian1:before { + content: "\e737"; +} + +.icon-fangda:before { + content: "\e736"; +} + +.icon-dianjichoujiang:before { + content: "\e730"; +} + +.icon-7jinianban:before { + content: "\e76f"; +} + +.icon-lingquyouhuiquananniu:before { + content: "\e72e"; +} + +.icon-qiandaochenggonganniu:before { + content: "\e72f"; +} + +.icon-s-xianshimiaosha:before { + content: "\e727"; +} + +.icon-s-pintuan1:before { + content: "\e726"; +} + +.icon-s-kanjia1:before { + content: "\e72d"; +} + +.icon-s-pingguo:before { + content: "\e722"; +} + +.icon-s-weixindenglu1:before { + content: "\e729"; +} + +.icon-s-yanzhengmadenglu1:before { + content: "\e72a"; +} + +.icon-s-mimadenglu1:before { + content: "\e72b"; +} + +.icon-s-yanzhengma:before { + content: "\e728"; +} + +.icon-pengyouquan:before { + content: "\e76e"; +} + +.icon-jifenzhongxin:before { + content: "\e71f"; +} + +.icon-s-chongzhijilu:before { + content: "\e71c"; +} + +.icon-s-xiaofeijilu:before { + content: "\e71e"; +} + +.icon-s-zhangdanjilu:before { + content: "\e720"; +} + +.icon-s-kefu:before { + content: "\e721"; +} + +.icon-s-bianji:before { + content: "\e71d"; +} + +.icon-s-pintuan:before { + content: "\e719"; +} + +.icon-s-kanjia:before { + content: "\e71a"; +} + +.icon-s-miaosha:before { + content: "\e71b"; +} + +.icon-fanhui1:before { + content: "\e718"; +} + +.icon-kefu3:before { + content: "\e716"; +} + +.icon-shouye6:before { + content: "\e717"; +} + +.icon-chakanditu:before { + content: "\e715"; +} + +.icon-haowuquan1:before { + content: "\e713"; +} + +.icon-haowuquan:before { + content: "\e712"; +} + +.icon-gengduozhankai1:before { + content: "\e70e"; +} + +.icon-biaoqing2:before { + content: "\e70f"; +} + +.icon-huashu1:before { + content: "\e710"; +} + +.icon-tupian2:before { + content: "\e711"; +} + +.icon-huifang:before { + content: "\e76c"; +} + +.icon-zhibozhong:before { + content: "\e76b"; +} + +.icon-huangguan3:before { + content: "\e769"; +} + +.icon-huiyuan2:before { + content: "\e70c"; +} + +.icon-fapiao1:before { + content: "\e70b"; +} + +.icon-cha3:before { + content: "\e709"; +} + +.icon-shezhi1:before { + content: "\e70a"; +} + +.icon-tianjia1:before { + content: "\e705"; +} + +.icon-bianji3:before { + content: "\e706"; +} + +.icon-jiahao2:before { + content: "\e707"; +} + +.icon-shanchu3:before { + content: "\e708"; +} + +.icon-fuzhikouling:before { + content: "\e704"; +} + +.icon-kefujiedai:before { + content: "\e703"; +} + +.icon-miaosha1:before { + content: "\e702"; +} + +.icon-bianji2:before { + content: "\e700"; +} + +.icon-qingkonghuancun:before { + content: "\e701"; +} + +.icon-shijian1:before { + content: "\e66b"; +} + +.icon-wenhao1:before { + content: "\e6ee"; +} + +.icon-zhanghaomima:before { + content: "\e763"; +} + +.icon-erweima2:before { + content: "\e765"; +} + +.icon-guanji:before { + content: "\e6ed"; +} + +.icon-tupian1:before { + content: "\e762"; +} + +.icon-biaoqing1:before { + content: "\e764"; +} + +.icon-guanbi5:before { + content: "\e761"; +} + +.icon-shengyinjingyinxianxing:before { + content: "\e94f"; +} + +.icon-shengyinyinliang:before { + content: "\e66a"; +} + +.icon-pingjia1:before { + content: "\e6ec"; +} + +.icon-xialazhankai:before { + content: "\e6dd"; +} + +.icon-cha2:before { + content: "\e6e6"; +} + +.icon-fanhuishouye:before { + content: "\e6df"; +} + +.icon-gengduo3:before { + content: "\e6e0"; +} + +.icon-fenxiang1:before { + content: "\e6e2"; +} + +.icon-sousuo5:before { + content: "\e6e3"; +} + +.icon-huiyuan1:before { + content: "\e6e5"; +} + +.icon-gou:before { + content: "\e6e7"; +} + +.icon-gouwuche6:before { + content: "\e6e8"; +} + +.icon-you1:before { + content: "\e6e9"; +} + +.icon-zuo1:before { + content: "\e6ea"; +} + +.icon-vip12:before { + content: "\e6eb"; +} + +.icon-youhuiquan1:before { + content: "\e6db"; +} + +.icon-kefu21:before { + content: "\e6da"; +} + +.icon-yue1:before { + content: "\e6dc"; +} + +.icon-huiyuanzhongxin:before { + content: "\e6d5"; +} + +.icon-kanjiajilu:before { + content: "\e6d6"; +} + +.icon-dizhixinxi:before { + content: "\e6d7"; +} + +.icon-wodetuiguang:before { + content: "\e6d8"; +} + +.icon-wodeshoucang:before { + content: "\e6d9"; +} + +.icon-huidaodingbu1:before { + content: "\e6d4"; +} + +.icon-saoyisao:before { + content: "\e6d3"; +} + +.icon-jiageshaixuanshang:before { + content: "\e6d0"; +} + +.icon-jiageshaixuanxia:before { + content: "\e6d1"; +} + +.icon-shouji1:before { + content: "\e6cf"; +} + +.icon-gengduo2:before { + content: "\e6cd"; +} + +.icon-cha1:before { + content: "\e6cb"; +} + +.icon-fasong:before { + content: "\e6be"; +} + +.icon-gengduozhankai:before { + content: "\e6c7"; +} + +.icon-biaoqing:before { + content: "\e6c8"; +} + +.icon-huashu:before { + content: "\e6c9"; +} + +.icon-tupian:before { + content: "\e6ca"; +} + +.icon-mima:before { + content: "\e6ba"; +} + +.icon-zhanghao:before { + content: "\e6bc"; +} + +.icon-fanhui:before { + content: "\e6b9"; +} + +.icon-jinru2:before { + content: "\e6bd"; +} + +.icon-shangpinxinxi:before { + content: "\e6bf"; +} + +.icon-tuichu:before { + content: "\e6c0"; +} + +.icon-jiaoyidingdan:before { + content: "\e6c1"; +} + +.icon-sousuo4:before { + content: "\e6c4"; +} + +.icon-xuanzhong5:before { + content: "\e6c6"; +} + +.icon-VIP2:before { + content: "\e6b8"; +} + +.icon-pinzhong:before { + content: "\e6a2"; +} + +.icon-hanghuo:before { + content: "\e6a3"; +} + +.icon-zhifa:before { + content: "\e6b6"; +} + +.icon-dijia:before { + content: "\e6b7"; +} + +.icon-gerenzhongxin-xuanzhong:before { + content: "\e6ae"; +} + +.icon-xuanzhong4:before { + content: "\e6af"; +} + +.icon-zanwumiaosha:before { + content: "\e6b0"; +} + +.icon-shangchuantupian:before { + content: "\e6b3"; +} + +.icon-fuwu:before { + content: "\e6b4"; +} + +.icon-tuikuantishi:before { + content: "\e6b5"; +} + +.icon-erweima-youxia:before { + content: "\e6ad"; +} + +.icon-erweimabianjiao:before { + content: "\e6ac"; +} + +.icon-weixindenglu1:before { + content: "\e6aa"; +} + +.icon-zhanghaodenglu1:before { + content: "\e6ab"; +} + +.icon-shangjiashijian:before { + content: "\e6a9"; +} + +.icon-jiageshaixuan:before { + content: "\e6a7"; +} + +.icon-gengduofenlei:before { + content: "\e6a8"; +} + +.icon-weixuan:before { + content: "\e6a6"; +} + +.icon-xuanzhong11:before { + content: "\e6a5"; +} + +.icon-pingjia:before { + content: "\e6a4"; +} + +.icon-guanbi4:before { + content: "\e6a0"; +} + +.icon-pinzhongqiquan:before { + content: "\e69d"; +} + +.icon-dijiachangxuan:before { + content: "\e69e"; +} + +.icon-zhengpinhanghuo:before { + content: "\e69f"; +} + +.icon-dizhi-tianjia:before { + content: "\e696"; +} + +.icon-shanchu2:before { + content: "\e69c"; +} + +.icon-yue:before { + content: "\e699"; +} + +.icon-weixinzhifu1:before { + content: "\e69a"; +} + +.icon-shangpinshuliang-jian:before { + content: "\e698"; +} + +.icon-shangpinshuliang-jia:before { + content: "\e697"; +} + +.icon-xuanzhong3:before { + content: "\e693"; +} + +.icon-dizhixiala:before { + content: "\e694"; +} + +.icon-jinru1:before { + content: "\e695"; +} + +.icon-shenqingtuikuan:before { + content: "\e692"; +} + +.icon-peihuo:before { + content: "\e68d"; +} + +.icon-xiadan:before { + content: "\e68e"; +} + +.icon-wancheng:before { + content: "\e68f"; +} + +.icon-fukuan:before { + content: "\e690"; +} + +.icon-fahuo:before { + content: "\e691"; +} + +.icon-saoma:before { + content: "\e68c"; +} + +.icon-tishi:before { + content: "\e68b"; +} + +.icon-xiala2:before { + content: "\e682"; +} + +.icon-VIP1:before { + content: "\e68a"; +} + +.icon-yishoucang:before { + content: "\e683"; +} + +.icon-shoucang2:before { + content: "\e686"; +} + +.icon-kefu2:before { + content: "\e689"; +} + +.icon-fapiao:before { + content: "\e680"; +} + +.icon-fapiaoguanli:before { + content: "\e681"; +} + +.icon-jinru:before { + content: "\e67e"; +} + +.icon-sousuo3:before { + content: "\e67b"; +} + +.icon-dingbu-gouwuche:before { + content: "\e67a"; +} + +.icon-huidaodingbu:before { + content: "\e678"; +} + +.icon-cedaohang-gouwuche:before { + content: "\e676"; +} + +.icon-weixin4:before { + content: "\e675"; +} + +.icon-lianxikefu:before { + content: "\e672"; +} + +.icon-zuo-miaosha:before { + content: "\e670"; +} + +.icon-you-miaosha:before { + content: "\e671"; +} + +.icon-zuo:before { + content: "\e66d"; +} + +.icon-you:before { + content: "\e66f"; +} + +.icon-shoucangbenzhan:before { + content: "\e66c"; +} + +.icon-lianxishangjia:before { + content: "\e668"; +} + +.icon-dingwei:before { + content: "\e667"; +} + +.icon-fenlei2:before { + content: "\e663"; +} + +.icon-wode:before { + content: "\e664"; +} + +.icon-shouye5:before { + content: "\e665"; +} + +.icon-gouwuche5:before { + content: "\e666"; +} + +.icon-jianhao1:before { + content: "\e661"; +} + +.icon-jiahao1:before { + content: "\e662"; +} + +.icon-yanzhengma1:before { + content: "\e65f"; +} + +.icon-shouji:before { + content: "\e660"; +} + +.icon-cha:before { + content: "\e658"; +} + +.icon-shoujihao:before { + content: "\e659"; +} + +.icon-qiye:before { + content: "\e65b"; +} + +.icon-yonghu3:before { + content: "\e65c"; +} + +.icon-yanzhengma:before { + content: "\e65d"; +} + +.icon-shangpin:before { + content: "\e653"; +} + +.icon-qiandao2:before { + content: "\e65a"; +} + +.icon-yaoqing:before { + content: "\ea39"; +} + +.icon-tuihuozhong:before { + content: "\e64f"; +} + +.icon-shenhezhong1:before { + content: "\e650"; +} + +.icon-daituihuo:before { + content: "\e652"; +} + +.icon-yihexiao:before { + content: "\e75f"; +} + +.icon-yijujue1:before { + content: "\e6a1"; +} + +.icon-gengduo1:before { + content: "\e674"; +} + +.icon-tuikuan:before { + content: "\e657"; +} + +.icon-xiaoxi:before { + content: "\e64b"; +} + +.icon-erweima1:before { + content: "\e647"; +} + +.icon-kefu1:before { + content: "\e648"; +} + +.icon-guanzhu:before { + content: "\e645"; +} + +.icon-xiangji:before { + content: "\e6bb"; +} + +.icon-zhuyi-copy:before { + content: "\e688"; +} + +.icon-pingfen:before { + content: "\e649"; +} + +.icon-yingyongAPP_o:before { + content: "\eb88"; +} + +.icon-yizhan_o:before { + content: "\ebc6"; +} + +.icon-shaixuan:before { + content: "\e651"; +} + +.icon-shangjiadingdan:before { + content: "\e64a"; +} + +.icon-shouye4:before { + content: "\e64d"; +} + +.icon-jinbi2:before { + content: "\e63f"; +} + +.icon-jinbi:before { + content: "\e63c"; +} + +.icon-zuobiao:before { + content: "\e6de"; +} + +.icon-jianhao:before { + content: "\e753"; +} + +.icon-jiahao:before { + content: "\e754"; +} + +.icon-zhibojieshux:before { + content: "\e63d"; +} + +.icon-zhibo:before { + content: "\e63e"; +} + +.icon-VIP:before { + content: "\e751"; +} + +.icon-tuiguang:before { + content: "\e63b"; +} + +.icon-geren1:before { + content: "\e750"; +} + +.icon-gouwuche4:before { + content: "\e74f"; +} + +.icon-fenlei1:before { + content: "\e74e"; +} + +.icon-shouye3:before { + content: "\e74c"; +} + +.icon-geren:before { + content: "\e74b"; +} + +.icon-gouwuche3:before { + content: "\e74a"; +} + +.icon-fenlei:before { + content: "\e749"; +} + +.icon-shouye2:before { + content: "\e748"; +} + +.icon-mzshopping:before { + content: "\e746"; +} + +.icon-gongneng:before { + content: "\e63a"; +} + +.icon-gerenzhongxin-copy:before { + content: "\ebc0"; +} + +.icon-shouye1-copy:before { + content: "\ebc1"; +} + +.icon-gerenzhongxin:before { + content: "\e636"; +} + +.icon-shouye1:before { + content: "\e637"; +} + +.icon-gouwuche2:before { + content: "\e638"; +} + +.icon-fenleiyemian:before { + content: "\e639"; +} + +.icon-gouwuche2-copy:before { + content: "\ebc2"; +} + +.icon-fenleiyemian-copy:before { + content: "\ebc3"; +} + +.icon-tonghua:before { + content: "\e740"; +} + +.icon-youjian:before { + content: "\e677"; +} + +.icon-dadianhua01:before { + content: "\e623"; +} + +.icon-paihang:before { + content: "\e73e"; +} + +.icon-weizhi:before { + content: "\e62d"; +} + +.icon-paihang1:before { + content: "\e633"; +} + +.icon-shuoming1:before { + content: "\e673"; +} + +.icon-dianhau:before { + content: "\e634"; +} + +.icon-shijian:before { + content: "\e635"; +} + +.icon-huabanfuben:before { + content: "\e654"; +} + +.icon-jian:before { + content: "\e621"; +} + +.icon-jia:before { + content: "\e7e0"; +} + +.icon-xiugai:before { + content: "\e61f"; +} + +.icon-anniu_jiantouzhankai_o:before { + content: "\eb89"; +} + +.icon-jiantou_xiayiye_o:before { + content: "\eb8f"; +} + +.icon-jiantou_shangxiaqiehuan_o:before { + content: "\eb90"; +} + +.icon-shangxiazhankai_o:before { + content: "\eb9a"; +} + +.icon-dianhua_o:before { + content: "\ebaf"; +} + +.icon-yunshangchuan_o:before { + content: "\ebb3"; +} + +.icon-bingtu_o:before { + content: "\ebb4"; +} + +.icon-baoguo_huanbaohe_o:before { + content: "\ebb6"; +} + +.icon-baoguo_quxiaoshouhuo_o:before { + content: "\ebb7"; +} + +.icon-baoguo_shouhuo_o:before { + content: "\ebb8"; +} + +.icon-baoguo_lingjian_o:before { + content: "\ebb9"; +} + +.icon-baoguo_shouna_o:before { + content: "\ebbe"; +} + +.icon-xianxiazhifu:before { + content: "\e6e1"; +} + +.icon-icon_im_keyboard:before { + content: "\eb97"; +} + +.icon-tupian-:before { + content: "\e73f"; +} + +.icon-icon_im_face:before { + content: "\eb96"; +} + +.icon-yuezhifu:before { + content: "\e65e"; +} + +.icon-yuezhifu1:before { + content: "\e61a"; +} + +.icon-weixinzhifu:before { + content: "\e632"; +} + +.icon-zhifubao:before { + content: "\e61d"; +} + +.icon-haibao:before { + content: "\e73b"; +} + +.icon-weixin3:before { + content: "\e618"; +} + +.icon-crmeb1:before { + content: "\e739"; +} + +.icon-crmeb:before { + content: "\e735"; +} + +.icon-xuanzhong2:before { + content: "\e731"; +} + +.icon-shujutongji:before { + content: "\e732"; +} + +.icon-xiangxishuju:before { + content: "\e733"; +} + +.icon-gengduo:before { + content: "\e734"; +} + +.icon-up:before { + content: "\e617"; +} + +.icon-yonghu2:before { + content: "\e60a"; +} + +.icon-zhinengkefu-:before { + content: "\e616"; +} + +.icon-xiangshang1:before { + content: "\e622"; +} + +.icon-xiangxia2:before { + content: "\ebbd"; +} + +.icon-code_:before { + content: "\e723"; +} + +.icon-code_1:before { + content: "\e724"; +} + +.icon-phone_:before { + content: "\e725"; +} + +.icon-xiala:before { + content: "\e67f"; +} + +.icon-shezhi:before { + content: "\e619"; +} + +.icon-bianji1:before { + content: "\e614"; +} + +.icon-shoucang1:before { + content: "\e714"; +} + +.icon-jiazai:before { + content: "\e62c"; +} + +.icon-2:before { + content: "\e684"; +} + +.icon-tuandui:before { + content: "\e685"; +} + +.icon-jinbi1:before { + content: "\e655"; +} + +.icon-guanbi3:before { + content: "\e6c5"; +} + +.icon-wenti:before { + content: "\e758"; +} + +.icon-ziyuan-xianxing:before { + content: "\e8a4"; +} + +.icon-yonghu1:before { + content: "\e644"; +} + +.icon-dingdan:before { + content: "\e61e"; +} + +.icon-suozi:before { + content: "\e631"; +} + +.icon-quanxianguanlisuozi:before { + content: "\e6d2"; +} + +.icon-lingxing:before { + content: "\e6ff"; +} + +.icon-miaosha:before { + content: "\e6c3"; +} + +.icon-hebingxingzhuang:before { + content: "\e656"; +} + +.icon-kanjia1:before { + content: "\e613"; +} + +.icon-qiandai:before { + content: "\e6b1"; +} + +.icon-tongji:before { + content: "\e687"; +} + +.icon-erweima:before { + content: "\e607"; +} + +.icon-icon34:before { + content: "\e62b"; +} + +.icon-yinhangqia:before { + content: "\e72c"; +} + +.icon-yituikuan:before { + content: "\e6fd"; +} + +.icon-tuikuanzhong:before { + content: "\e6fe"; +} + +.icon-sousuo2:before { + content: "\e757"; +} + +.icon-caidan:before { + content: "\e62a"; +} + +.icon-icon25201:before { + content: "\e70d"; +} + +.icon-shitixing:before { + content: "\e6fb"; +} + +.icon-kongxinxing:before { + content: "\e6fc"; +} + +.icon-pintuanchenggong:before { + content: "\e6f9"; +} + +.icon-pintuanshibai:before { + content: "\e6fa"; +} + +.icon-laba:before { + content: "\e612"; +} + +.icon-xiaolian:before { + content: "\e60f"; +} + +.icon-kanjia:before { + content: "\e69b"; +} + +.icon-shuoming:before { + content: "\e630"; +} + +.icon-mingxi:before { + content: "\e6f7"; +} + +.icon-tishengfenzhi:before { + content: "\e6f8"; +} + +.icon-guanbi2:before { + content: "\e61c"; +} + +.icon-yuandianxiao:before { + content: "\e82f"; +} + +.icon-webicon318:before { + content: "\e6c2"; +} + +.icon-tianjiadizhi:before { + content: "\e640"; +} + +.icon-shanchu:before { + content: "\e628"; +} + +.icon-weixin2:before { + content: "\e604"; +} + +.icon-icon-test:before { + content: "\e6f6"; +} + +.icon-guanbi1:before { + content: "\e6f5"; +} + +.icon-shoucang:before { + content: "\e606"; +} + +.icon-kefu:before { + content: "\e6b2"; +} + +.icon-biankuang:before { + content: "\e6f4"; +} + +.icon-zhuangshixian:before { + content: "\e6f1"; +} + +.icon-jishuzhichi:before { + content: "\e6f3"; +} + +.icon-xuanzhong1:before { + content: "\e6ef"; +} + +.icon-weixuanzhong:before { + content: "\e6f0"; +} + +.icon-xiangshang:before { + content: "\ebbb"; +} + +.icon-xiangxia:before { + content: "\e8ca"; +} + +.icon-cuxiaoguanli:before { + content: "\e60e"; +} + +.icon-shanchu1:before { + content: "\e611"; +} + +.icon-caigou-xianxing:before { + content: "\e887"; +} + +.icon-caigou:before { + content: "\e888"; +} + +.icon-yingyongchengxu-xianxing:before { + content: "\e8a1"; +} + +.icon-yingyongchengxu:before { + content: "\e8a2"; +} + +.icon-shouye:before { + content: "\e8b9"; +} + +.icon-shouye-xianxing:before { + content: "\e8ba"; +} + +.icon-yonghu-xianxing:before { + content: "\e8c8"; +} + +.icon-yonghu:before { + content: "\e8c9"; +} + +.icon-sousuo:before { + content: "\e67d"; +} + +.icon-sousuo1:before { + content: "\e64c"; +} + +.icon-kefu_o:before { + content: "\eb63"; +} + +.icon-liwu_o:before { + content: "\eb65"; +} + +.icon-huobiliu_o:before { + content: "\eb9f"; +} + +.icon-jinbi_o:before { + content: "\eba1"; +} + +.icon-gerentouxiang_o:before { + content: "\ebac"; +} + +.icon-qunzu_o:before { + content: "\ebad"; +} + +.icon-shoucang_o:before { + content: "\ebae"; +} + +.icon-didiandingwei_o:before { + content: "\ebba"; +} + +.icon-xiangyou:before { + content: "\e679"; +} + +.icon-jingpintuijian:before { + content: "\e60d"; +} + +.icon-xinpin:before { + content: "\e610"; +} + +.icon-remen:before { + content: "\e67c"; +} + +.icon-xiangzuo:before { + content: "\ebbc"; +} + +.icon-ditu:before { + content: "\e906"; +} + +.icon-guanbi:before { + content: "\e62f"; +} + +.icon-liulan:before { + content: "\e629"; +} + +.icon-shenhezhong:before { + content: "\e6ce"; +} + +.icon-chongzhi:before { + content: "\e602"; +} + +.icon-iconfontguanbi:before { + content: "\e643"; +} + +.icon-zhekou:before { + content: "\e790"; +} + +.icon-duihao2:before { + content: "\e601"; +} + +.icon-duihao:before { + content: "\e64e"; +} + +.icon-jingyanzhi:before { + content: "\e62e"; +} + +.icon-wuliu:before { + content: "\e6f2"; +} + +.icon-pintuan-copy:before { + content: "\ebbf"; +} + +.icon-arrow:before { + content: "\e627"; +} + +.icon-pintuan:before { + content: "\e60c"; +} + +.icon-youhuiquan:before { + content: "\e6e4"; +} + +.icon-gouwuche1:before { + content: "\e642"; +} + +.icon-pailie:before { + content: "\e61b"; +} + +.icon-tupianpailie:before { + content: "\e620"; +} + +.icon-xiazai5:before { + content: "\e605"; +} + +.icon-weixin1:before { + content: "\e66e"; +} + +.icon-gouwuche:before { + content: "\e669"; +} + +.icon-jiantou:before { + content: "\e641"; +} + +.icon-huiyuan:before { + content: "\e60b"; +} + +.icon-xuanzhong:before { + content: "\e615"; +} + +.icon-complete:before { + content: "\e646"; +} + +.icon-xiala1:before { + content: "\e609"; +} + +.icon-dizhi:before { + content: "\e608"; +} + +.icon-weixin:before { + content: "\e600"; +} + +.icon-fenxiang:before { + content: "\e603"; +} + +.icon-bianji:before { + content: "\e6cc"; +} + +.icon-huangguan:before { + content: "\e624"; +} + +.icon-huangguan1:before { + content: "\e625"; +} + +.icon-huangguan2:before { + content: "\e626"; +} + diff --git a/src/styles/iconfont2/iconfont.js b/src/styles/iconfont2/iconfont.js new file mode 100644 index 0000000..e008ae2 --- /dev/null +++ b/src/styles/iconfont2/iconfont.js @@ -0,0 +1 @@ +window._iconfont_svg_string_993865='',function(c){var a=(a=document.getElementsByTagName("script"))[a.length-1],l=a.getAttribute("data-injectcss"),a=a.getAttribute("data-disable-injectsvg");if(!a){var h,i,z,o,m,v=function(a,l){l.parentNode.insertBefore(a,l)};if(l&&!c.__iconfont__svg__cssinject__){c.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(a){console&&console.log(a)}}h=function(){var a,l=document.createElement("div");l.innerHTML=c._iconfont_svg_string_993865,(l=l.getElementsByTagName("svg")[0])&&(l.setAttribute("aria-hidden","true"),l.style.position="absolute",l.style.width=0,l.style.height=0,l.style.overflow="hidden",l=l,(a=document.body).firstChild?v(l,a.firstChild):a.appendChild(l))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(h,0):(i=function(){document.removeEventListener("DOMContentLoaded",i,!1),h()},document.addEventListener("DOMContentLoaded",i,!1)):document.attachEvent&&(z=h,o=c.document,m=!1,p(),o.onreadystatechange=function(){"complete"==o.readyState&&(o.onreadystatechange=null,t())})}function t(){m||(m=!0,z())}function p(){try{o.documentElement.doScroll("left")}catch(a){return void setTimeout(p,50)}t()}}(window); \ No newline at end of file diff --git a/src/styles/iconfont2/iconfont.json b/src/styles/iconfont2/iconfont.json new file mode 100644 index 0000000..ef68320 --- /dev/null +++ b/src/styles/iconfont2/iconfont.json @@ -0,0 +1,4195 @@ +{ + "id": "993865", + "name": "CRMEB 商城图标", + "font_family": "iconfont", + "css_prefix_text": "icon-", + "description": "外包项目图标添加", + "glyphs": [ + { + "icon_id": "5387812", + "name": "购物_o", + "font_class": "gouwu_o", + "unicode": "eb60", + "unicode_decimal": 60256 + }, + { + "icon_id": "32119631", + "name": "成长值", + "font_class": "chengchangzhi", + "unicode": "e815", + "unicode_decimal": 59413 + }, + { + "icon_id": "32119458", + "name": "发布", + "font_class": "fabu1", + "unicode": "e814", + "unicode_decimal": 59412 + }, + { + "icon_id": "32119460", + "name": "签到", + "font_class": "qiandao", + "unicode": "e816", + "unicode_decimal": 59414 + }, + { + "icon_id": "32119461", + "name": "评价", + "font_class": "pingjia3", + "unicode": "e817", + "unicode_decimal": 59415 + }, + { + "icon_id": "32119462", + "name": "邀请", + "font_class": "yaoqing1", + "unicode": "e819", + "unicode_decimal": 59417 + }, + { + "icon_id": "31924939", + "name": "列表1", + "font_class": "liebiao1", + "unicode": "e7f9", + "unicode_decimal": 59385 + }, + { + "icon_id": "31924941", + "name": "列表2", + "font_class": "liebiao2", + "unicode": "e7fa", + "unicode_decimal": 59386 + }, + { + "icon_id": "31882112", + "name": "消费记录-容错", + "font_class": "xiaofeijilu-rongcuo", + "unicode": "e853", + "unicode_decimal": 59475 + }, + { + "icon_id": "31878460", + "name": "购买商品", + "font_class": "goumaishangpin", + "unicode": "e84e", + "unicode_decimal": 59470 + }, + { + "icon_id": "31878461", + "name": "每日签到", + "font_class": "meiriqiandao", + "unicode": "e84f", + "unicode_decimal": 59471 + }, + { + "icon_id": "31878463", + "name": "邀请好友", + "font_class": "yaoqinghaoyou2", + "unicode": "e850", + "unicode_decimal": 59472 + }, + { + "icon_id": "31878478", + "name": "消费记录", + "font_class": "xiaofeijilu1", + "unicode": "e851", + "unicode_decimal": 59473 + }, + { + "icon_id": "31878480", + "name": "付费会员", + "font_class": "fufeihuiyuan1", + "unicode": "e852", + "unicode_decimal": 59474 + }, + { + "icon_id": "31867444", + "name": "购买", + "font_class": "goumai", + "unicode": "e7f8", + "unicode_decimal": 59384 + }, + { + "icon_id": "31757934", + "name": "等待支付", + "font_class": "dengdaizhifu", + "unicode": "e840", + "unicode_decimal": 59456 + }, + { + "icon_id": "31209987", + "name": "星号", + "font_class": "xinghao", + "unicode": "e838", + "unicode_decimal": 59448 + }, + { + "icon_id": "30929840", + "name": "手机", + "font_class": "shouji2", + "unicode": "e829", + "unicode_decimal": 59433 + }, + { + "icon_id": "30929841", + "name": "定位", + "font_class": "dingwei4", + "unicode": "e82a", + "unicode_decimal": 59434 + }, + { + "icon_id": "30929842", + "name": "搜索", + "font_class": "sousuo8", + "unicode": "e82b", + "unicode_decimal": 59435 + }, + { + "icon_id": "30929862", + "name": "二维码", + "font_class": "erweima3", + "unicode": "e82c", + "unicode_decimal": 59436 + }, + { + "icon_id": "30843719", + "name": "首单优惠", + "font_class": "shoudanyouhui", + "unicode": "e818", + "unicode_decimal": 59416 + }, + { + "icon_id": "30734707", + "name": "购物车-门店", + "font_class": "gouwuche-mendian", + "unicode": "e812", + "unicode_decimal": 59410 + }, + { + "icon_id": "30734708", + "name": "客服-门店", + "font_class": "kefu-mendian", + "unicode": "e813", + "unicode_decimal": 59411 + }, + { + "icon_id": "30601240", + "name": "中文", + "font_class": "zhongwen", + "unicode": "e810", + "unicode_decimal": 59408 + }, + { + "icon_id": "30601241", + "name": "英文", + "font_class": "yingwen", + "unicode": "e811", + "unicode_decimal": 59409 + }, + { + "icon_id": "30549901", + "name": "视频点赞-未点", + "font_class": "shipindianzan-weidian1", + "unicode": "e80e", + "unicode_decimal": 59406 + }, + { + "icon_id": "30549902", + "name": "视频点赞-已点", + "font_class": "shipindianzan-yidian", + "unicode": "e80f", + "unicode_decimal": 59407 + }, + { + "icon_id": "30535299", + "name": "门店", + "font_class": "mendian1", + "unicode": "e807", + "unicode_decimal": 59399 + }, + { + "icon_id": "30535300", + "name": "购物车", + "font_class": "gouwuche8", + "unicode": "e808", + "unicode_decimal": 59400 + }, + { + "icon_id": "30535301", + "name": "添加购物车", + "font_class": "tianjiagouwuche", + "unicode": "e809", + "unicode_decimal": 59401 + }, + { + "icon_id": "30535302", + "name": "视频点赞-未点", + "font_class": "shipindianzan-weidian", + "unicode": "e80a", + "unicode_decimal": 59402 + }, + { + "icon_id": "30535303", + "name": "评价", + "font_class": "pingjia2", + "unicode": "e80b", + "unicode_decimal": 59403 + }, + { + "icon_id": "30535304", + "name": "礼物", + "font_class": "liwu", + "unicode": "e80c", + "unicode_decimal": 59404 + }, + { + "icon_id": "30535308", + "name": "视频点赞", + "font_class": "shipindianzan", + "unicode": "e80d", + "unicode_decimal": 59405 + }, + { + "icon_id": "30507865", + "name": "定位2", + "font_class": "dingwei2", + "unicode": "e7fb", + "unicode_decimal": 59387 + }, + { + "icon_id": "30507866", + "name": "电话", + "font_class": "dianhua", + "unicode": "e7fc", + "unicode_decimal": 59388 + }, + { + "icon_id": "30507867", + "name": "营业时间", + "font_class": "yingyeshijian1", + "unicode": "e7fd", + "unicode_decimal": 59389 + }, + { + "icon_id": "30507868", + "name": "编辑", + "font_class": "bianji4", + "unicode": "e7fe", + "unicode_decimal": 59390 + }, + { + "icon_id": "30507869", + "name": "选中", + "font_class": "xuanzhong6", + "unicode": "e7ff", + "unicode_decimal": 59391 + }, + { + "icon_id": "30507870", + "name": "筛选", + "font_class": "shaixuan1", + "unicode": "e800", + "unicode_decimal": 59392 + }, + { + "icon_id": "30507871", + "name": "营业时间2", + "font_class": "yingyeshijian2", + "unicode": "e801", + "unicode_decimal": 59393 + }, + { + "icon_id": "30507872", + "name": "定位", + "font_class": "dingwei3", + "unicode": "e802", + "unicode_decimal": 59394 + }, + { + "icon_id": "30507873", + "name": "门店", + "font_class": "mendian", + "unicode": "e806", + "unicode_decimal": 59398 + }, + { + "icon_id": "29822056", + "name": "放大", + "font_class": "fangda1", + "unicode": "e7f7", + "unicode_decimal": 59383 + }, + { + "icon_id": "29716655", + "name": "美元", + "font_class": "meiyuan", + "unicode": "e7f5", + "unicode_decimal": 59381 + }, + { + "icon_id": "29663467", + "name": "已领取", + "font_class": "yilingqu2", + "unicode": "e7f6", + "unicode_decimal": 59382 + }, + { + "icon_id": "29123219", + "name": "积分", + "font_class": "jifen", + "unicode": "e7f3", + "unicode_decimal": 59379 + }, + { + "icon_id": "29123220", + "name": "优惠券", + "font_class": "youhuiquan2", + "unicode": "e7f4", + "unicode_decimal": 59380 + }, + { + "icon_id": "29102183", + "name": "足迹-选中", + "font_class": "zuji-xuanzhong", + "unicode": "e7f2", + "unicode_decimal": 59378 + }, + { + "icon_id": "29101985", + "name": "足迹", + "font_class": "zuji", + "unicode": "e7f1", + "unicode_decimal": 59377 + }, + { + "icon_id": "29098457", + "name": "返回", + "font_class": "fanhui3", + "unicode": "e7f0", + "unicode_decimal": 59376 + }, + { + "icon_id": "28548808", + "name": "分销订单", + "font_class": "fenxiaodingdan", + "unicode": "e7e9", + "unicode_decimal": 59369 + }, + { + "icon_id": "28548809", + "name": "推广人排行", + "font_class": "tuiguangrenpaihang1", + "unicode": "e7ea", + "unicode_decimal": 59370 + }, + { + "icon_id": "28548810", + "name": "活动规则", + "font_class": "huodongguize", + "unicode": "e7eb", + "unicode_decimal": 59371 + }, + { + "icon_id": "28548811", + "name": "形状结合", + "font_class": "xingzhuangjiehe", + "unicode": "e7ec", + "unicode_decimal": 59372 + }, + { + "icon_id": "28548812", + "name": "我的团队", + "font_class": "wodetuandui", + "unicode": "e7ed", + "unicode_decimal": 59373 + }, + { + "icon_id": "28548813", + "name": "邀请好友", + "font_class": "yaoqinghaoyou1", + "unicode": "e7ee", + "unicode_decimal": 59374 + }, + { + "icon_id": "28548814", + "name": "佣金排行", + "font_class": "yongjinpaihang1", + "unicode": "e7ef", + "unicode_decimal": 59375 + }, + { + "icon_id": "28546382", + "name": "导航到店", + "font_class": "daohangdaodian", + "unicode": "e7e5", + "unicode_decimal": 59365 + }, + { + "icon_id": "28546383", + "name": "营业时间", + "font_class": "yingyeshijian", + "unicode": "e7e6", + "unicode_decimal": 59366 + }, + { + "icon_id": "28546384", + "name": "定位", + "font_class": "dingwei1", + "unicode": "e7e7", + "unicode_decimal": 59367 + }, + { + "icon_id": "28546385", + "name": "致电咨询", + "font_class": "zhidianzixun", + "unicode": "e7e8", + "unicode_decimal": 59368 + }, + { + "icon_id": "28495815", + "name": "pc-积分", + "font_class": "pc-jifen", + "unicode": "e7e3", + "unicode_decimal": 59363 + }, + { + "icon_id": "28495816", + "name": "pc-优惠券", + "font_class": "pc-youhuiquan", + "unicode": "e7e4", + "unicode_decimal": 59364 + }, + { + "icon_id": "28417038", + "name": "群聊", + "font_class": "qunliao", + "unicode": "e7e2", + "unicode_decimal": 59362 + }, + { + "icon_id": "28379537", + "name": "订单-选中", + "font_class": "dingdan-xuanzhong", + "unicode": "e7db", + "unicode_decimal": 59355 + }, + { + "icon_id": "28379538", + "name": "记录-选中", + "font_class": "jilu-xuanzhong", + "unicode": "e7dc", + "unicode_decimal": 59356 + }, + { + "icon_id": "28379539", + "name": "客户-选中", + "font_class": "kehu-xuanzhong", + "unicode": "e7dd", + "unicode_decimal": 59357 + }, + { + "icon_id": "28379545", + "name": "记录", + "font_class": "jilu", + "unicode": "e7de", + "unicode_decimal": 59358 + }, + { + "icon_id": "28379546", + "name": "订单", + "font_class": "dingdan1", + "unicode": "e7df", + "unicode_decimal": 59359 + }, + { + "icon_id": "28379547", + "name": "客户", + "font_class": "kehu", + "unicode": "e7e1", + "unicode_decimal": 59361 + }, + { + "icon_id": "2718743", + "name": "性别-男", + "font_class": "xingbie-nan", + "unicode": "e7d9", + "unicode_decimal": 59353 + }, + { + "icon_id": "2718744", + "name": "性别-女", + "font_class": "xingbie-nv", + "unicode": "e7da", + "unicode_decimal": 59354 + }, + { + "icon_id": "28334446", + "name": "v ", + "font_class": "v", + "unicode": "e7d7", + "unicode_decimal": 59351 + }, + { + "icon_id": "28334447", + "name": "皇冠", + "font_class": "huangguan4", + "unicode": "e7d8", + "unicode_decimal": 59352 + }, + { + "icon_id": "28292990", + "name": "已领取", + "font_class": "yilingqu", + "unicode": "e7d6", + "unicode_decimal": 59350 + }, + { + "icon_id": "28266175", + "name": "进入", + "font_class": "jinru3", + "unicode": "e7d5", + "unicode_decimal": 59349 + }, + { + "icon_id": "28130604", + "name": "订单管理", + "font_class": "dingdanguanli", + "unicode": "e7d1", + "unicode_decimal": 59345 + }, + { + "icon_id": "28130605", + "name": "客服记录", + "font_class": "kefujilu", + "unicode": "e7d2", + "unicode_decimal": 59346 + }, + { + "icon_id": "28130607", + "name": "订单核销", + "font_class": "dingdanhexiao", + "unicode": "e7d3", + "unicode_decimal": 59347 + }, + { + "icon_id": "28130678", + "name": "商家管理", + "font_class": "shangjiaguanli", + "unicode": "e7d4", + "unicode_decimal": 59348 + }, + { + "icon_id": "28009509", + "name": "邀请好友", + "font_class": "yaoqinghaoyou", + "unicode": "e7d0", + "unicode_decimal": 59344 + }, + { + "icon_id": "28009480", + "name": "佣金排行", + "font_class": "yongjinpaihang", + "unicode": "e7cb", + "unicode_decimal": 59339 + }, + { + "icon_id": "28009481", + "name": "推广人排行", + "font_class": "tuiguangrenpaihang", + "unicode": "e7cf", + "unicode_decimal": 59343 + }, + { + "icon_id": "28009335", + "name": "密码图标", + "font_class": "mimatubiao", + "unicode": "e7ca", + "unicode_decimal": 59338 + }, + { + "icon_id": "28009301", + "name": "限时", + "font_class": "xianshi", + "unicode": "e7cc", + "unicode_decimal": 59340 + }, + { + "icon_id": "28009302", + "name": "折扣价", + "font_class": "zhekoujia", + "unicode": "e7cd", + "unicode_decimal": 59341 + }, + { + "icon_id": "28009303", + "name": "猪", + "font_class": "zhu", + "unicode": "e7ce", + "unicode_decimal": 59342 + }, + { + "icon_id": "28004089", + "name": "未赞", + "font_class": "weizan", + "unicode": "e7c7", + "unicode_decimal": 59335 + }, + { + "icon_id": "28004090", + "name": "赞", + "font_class": "zan", + "unicode": "e7c8", + "unicode_decimal": 59336 + }, + { + "icon_id": "28004094", + "name": "评论", + "font_class": "pinglun1", + "unicode": "e7c9", + "unicode_decimal": 59337 + }, + { + "icon_id": "27933388", + "name": "勾", + "font_class": "gou1", + "unicode": "e7c6", + "unicode_decimal": 59334 + }, + { + "icon_id": "27284184", + "name": "版权", + "font_class": "banquan", + "unicode": "e7c2", + "unicode_decimal": 59330 + }, + { + "icon_id": "27284185", + "name": "更新时间", + "font_class": "gengxinshijian", + "unicode": "e7c3", + "unicode_decimal": 59331 + }, + { + "icon_id": "27284186", + "name": "下载量", + "font_class": "xiazailiang", + "unicode": "e7c4", + "unicode_decimal": 59332 + }, + { + "icon_id": "27284187", + "name": "文件大小", + "font_class": "wenjiandaxiao", + "unicode": "e7c5", + "unicode_decimal": 59333 + }, + { + "icon_id": "27284179", + "name": "地址", + "font_class": "dizhi1", + "unicode": "e7bd", + "unicode_decimal": 59325 + }, + { + "icon_id": "27284180", + "name": "国家高新企业", + "font_class": "guojiagaoxinqiye", + "unicode": "e7be", + "unicode_decimal": 59326 + }, + { + "icon_id": "27284181", + "name": "已收藏", + "font_class": "yishoucang1", + "unicode": "e7bf", + "unicode_decimal": 59327 + }, + { + "icon_id": "27284182", + "name": "文档", + "font_class": "wendang", + "unicode": "e7c0", + "unicode_decimal": 59328 + }, + { + "icon_id": "27284183", + "name": "收藏本站", + "font_class": "shoucangbenzhan1", + "unicode": "e7c1", + "unicode_decimal": 59329 + }, + { + "icon_id": "26822488", + "name": "分类", + "font_class": "fenlei3", + "unicode": "e7bc", + "unicode_decimal": 59324 + }, + { + "icon_id": "26778783", + "name": "审核未通过", + "font_class": "shenheweitongguo", + "unicode": "e7b9", + "unicode_decimal": 59321 + }, + { + "icon_id": "26778784", + "name": "审核通过", + "font_class": "shenhetongguo", + "unicode": "e7ba", + "unicode_decimal": 59322 + }, + { + "icon_id": "26778785", + "name": "待审核", + "font_class": "daishenhe", + "unicode": "e7bb", + "unicode_decimal": 59323 + }, + { + "icon_id": "25889622", + "name": "首发新品", + "font_class": "shoufaxinpin", + "unicode": "e7b8", + "unicode_decimal": 59320 + }, + { + "icon_id": "25889479", + "name": "促销单品", + "font_class": "cuxiaodanpin", + "unicode": "e7b7", + "unicode_decimal": 59319 + }, + { + "icon_id": "25887283", + "name": "精品推荐", + "font_class": "jingpintuijian1", + "unicode": "e7b5", + "unicode_decimal": 59317 + }, + { + "icon_id": "25887284", + "name": "排行榜", + "font_class": "paihangbang", + "unicode": "e7b6", + "unicode_decimal": 59318 + }, + { + "icon_id": "25623232", + "name": "已点赞", + "font_class": "yidianzan", + "unicode": "e7b4", + "unicode_decimal": 59316 + }, + { + "icon_id": "25620498", + "name": "点赞", + "font_class": "dianzan1", + "unicode": "e7b3", + "unicode_decimal": 59315 + }, + { + "icon_id": "25537288", + "name": "好友代支付", + "font_class": "haoyoudaizhifu", + "unicode": "e7b2", + "unicode_decimal": 59314 + }, + { + "icon_id": "25190279", + "name": "宝贝链接", + "font_class": "baobeilianjie", + "unicode": "e7b0", + "unicode_decimal": 59312 + }, + { + "icon_id": "25190280", + "name": "参与话题", + "font_class": "canyuhuati", + "unicode": "e7b1", + "unicode_decimal": 59313 + }, + { + "icon_id": "25154953", + "name": "点赞", + "font_class": "dianzan", + "unicode": "e7ac", + "unicode_decimal": 59308 + }, + { + "icon_id": "25154954", + "name": "评论", + "font_class": "pinglun", + "unicode": "e7ad", + "unicode_decimal": 59309 + }, + { + "icon_id": "25154955", + "name": "分享", + "font_class": "fenxiang2", + "unicode": "e7ae", + "unicode_decimal": 59310 + }, + { + "icon_id": "25154956", + "name": "发布", + "font_class": "fabu", + "unicode": "e7af", + "unicode_decimal": 59311 + }, + { + "icon_id": "24635224", + "name": "更多", + "font_class": "gengduo5", + "unicode": "e7ab", + "unicode_decimal": 59307 + }, + { + "icon_id": "24633362", + "name": "返回", + "font_class": "fanhui2", + "unicode": "e7a9", + "unicode_decimal": 59305 + }, + { + "icon_id": "24633363", + "name": "砍价列表", + "font_class": "kanjialiebiao", + "unicode": "e7aa", + "unicode_decimal": 59306 + }, + { + "icon_id": "24556663", + "name": "虚拟商品", + "font_class": "xunishangpin", + "unicode": "e7a8", + "unicode_decimal": 59304 + }, + { + "icon_id": "24401953", + "name": "订单列表", + "font_class": "dingdanliebiao", + "unicode": "e7a6", + "unicode_decimal": 59302 + }, + { + "icon_id": "24401954", + "name": "数据统计", + "font_class": "shujutongji1", + "unicode": "e7a7", + "unicode_decimal": 59303 + }, + { + "icon_id": "24391637", + "name": "搜索", + "font_class": "sousuo7", + "unicode": "e7a5", + "unicode_decimal": 59301 + }, + { + "icon_id": "24390931", + "name": "直播中", + "font_class": "zhibozhong1", + "unicode": "e7a4", + "unicode_decimal": 59300 + }, + { + "icon_id": "24390779", + "name": "优惠券实色背景", + "font_class": "youhuiquanshisebeijing", + "unicode": "e7a2", + "unicode_decimal": 59298 + }, + { + "icon_id": "24390780", + "name": "优惠券透明背景", + "font_class": "youhuiquantoumingbeijing", + "unicode": "e7a3", + "unicode_decimal": 59299 + }, + { + "icon_id": "24376438", + "name": "预售按钮", + "font_class": "yushouanniu", + "unicode": "e7a1", + "unicode_decimal": 59297 + }, + { + "icon_id": "24323253", + "name": "更多", + "font_class": "gengduo4", + "unicode": "e7a0", + "unicode_decimal": 59296 + }, + { + "icon_id": "24323151", + "name": "搜索", + "font_class": "sousuo6", + "unicode": "e79b", + "unicode_decimal": 59291 + }, + { + "icon_id": "24323152", + "name": "个人中心", + "font_class": "gerenzhongxin1", + "unicode": "e79c", + "unicode_decimal": 59292 + }, + { + "icon_id": "24323153", + "name": "收藏", + "font_class": "shoucang3", + "unicode": "e79d", + "unicode_decimal": 59293 + }, + { + "icon_id": "24323154", + "name": "首页", + "font_class": "shouye8", + "unicode": "e79e", + "unicode_decimal": 59294 + }, + { + "icon_id": "24323155", + "name": "购物车", + "font_class": "gouwuche7", + "unicode": "e79f", + "unicode_decimal": 59295 + }, + { + "icon_id": "24038801", + "name": "复制口令", + "font_class": "fuzhikouling1", + "unicode": "e79a", + "unicode_decimal": 59290 + }, + { + "icon_id": "23938915", + "name": "专场", + "font_class": "zhuanti", + "unicode": "e799", + "unicode_decimal": 59289 + }, + { + "icon_id": "23780401", + "name": "代付款-3", + "font_class": "daifukuan-3", + "unicode": "e794", + "unicode_decimal": 59284 + }, + { + "icon_id": "23780402", + "name": "售后-退款-3", + "font_class": "shouhou-tuikuan-3", + "unicode": "e795", + "unicode_decimal": 59285 + }, + { + "icon_id": "23780403", + "name": "待评价-3", + "font_class": "daipingjia-3", + "unicode": "e796", + "unicode_decimal": 59286 + }, + { + "icon_id": "23780404", + "name": "待发货-3", + "font_class": "daifahuo-3", + "unicode": "e797", + "unicode_decimal": 59287 + }, + { + "icon_id": "23780405", + "name": "全部订单-3", + "font_class": "quanbudingdan-3", + "unicode": "e798", + "unicode_decimal": 59288 + }, + { + "icon_id": "23778557", + "name": "待发货-2", + "font_class": "daifahuo-2", + "unicode": "e78e", + "unicode_decimal": 59278 + }, + { + "icon_id": "23778558", + "name": "待收货-2", + "font_class": "daishouhuo-2", + "unicode": "e78f", + "unicode_decimal": 59279 + }, + { + "icon_id": "23778559", + "name": "待评价-2", + "font_class": "daipingjia-2", + "unicode": "e791", + "unicode_decimal": 59281 + }, + { + "icon_id": "23778560", + "name": "售后-退款-2", + "font_class": "shouhou-tuikuan-2", + "unicode": "e792", + "unicode_decimal": 59282 + }, + { + "icon_id": "23778561", + "name": "代付款-2", + "font_class": "daifukuan-2", + "unicode": "e793", + "unicode_decimal": 59283 + }, + { + "icon_id": "23453683", + "name": "多商户pc-说明弹窗", + "font_class": "duoshanghupc-shuomingdanchuang", + "unicode": "e78b", + "unicode_decimal": 59275 + }, + { + "icon_id": "23453684", + "name": "多商户pc-到货通知", + "font_class": "duoshanghupc-daohuotongzhi", + "unicode": "e78c", + "unicode_decimal": 59276 + }, + { + "icon_id": "23453685", + "name": "多商户pc-保障", + "font_class": "duoshanghupc-baozhang", + "unicode": "e78d", + "unicode_decimal": 59277 + }, + { + "icon_id": "23433761", + "name": "店铺", + "font_class": "dianpu", + "unicode": "e78a", + "unicode_decimal": 59274 + }, + { + "icon_id": "23226659", + "name": "等级图标", + "font_class": "dengjitubiao", + "unicode": "e789", + "unicode_decimal": 59273 + }, + { + "icon_id": "23142904", + "name": "待发货-新个人中心", + "font_class": "daifahuo-xingerenzhongxin", + "unicode": "e782", + "unicode_decimal": 59266 + }, + { + "icon_id": "23142905", + "name": "二维码-新个人中心", + "font_class": "erweima-xingerenzhongxin", + "unicode": "e783", + "unicode_decimal": 59267 + }, + { + "icon_id": "23142906", + "name": "全部订单-新个人中心", + "font_class": "quanbudingdan-xingerenzhongxin", + "unicode": "e784", + "unicode_decimal": 59268 + }, + { + "icon_id": "23142907", + "name": "消息-新个人中心", + "font_class": "xiaoxi-xingerenzhongxin", + "unicode": "e785", + "unicode_decimal": 59269 + }, + { + "icon_id": "23142908", + "name": "待评价-新个人中心", + "font_class": "daipingjia-xingerenzhongxin", + "unicode": "e786", + "unicode_decimal": 59270 + }, + { + "icon_id": "23142909", + "name": "售后:退款-新个人中心", + "font_class": "a-shouhoutuikuan-xingerenzhongxin", + "unicode": "e787", + "unicode_decimal": 59271 + }, + { + "icon_id": "23142910", + "name": "待付款-新个人中心", + "font_class": "daifukuan-xingerenzhongxin", + "unicode": "e788", + "unicode_decimal": 59272 + }, + { + "icon_id": "23025336", + "name": "发票", + "font_class": "fapiao2", + "unicode": "e781", + "unicode_decimal": 59265 + }, + { + "icon_id": "23018738", + "name": "售后-退款-蓝", + "font_class": "shouhou-tuikuan-lan", + "unicode": "e77c", + "unicode_decimal": 59260 + }, + { + "icon_id": "23018739", + "name": "待评价-蓝", + "font_class": "daipingjia-lan", + "unicode": "e780", + "unicode_decimal": 59264 + }, + { + "icon_id": "23018716", + "name": "待收货-蓝", + "font_class": "daishouhuo-lan", + "unicode": "e77d", + "unicode_decimal": 59261 + }, + { + "icon_id": "23018717", + "name": "代付款-蓝", + "font_class": "daifukuan-lan", + "unicode": "e77e", + "unicode_decimal": 59262 + }, + { + "icon_id": "23018718", + "name": "待发货-蓝", + "font_class": "daifahuo-lan", + "unicode": "e77f", + "unicode_decimal": 59263 + }, + { + "icon_id": "23018675", + "name": "待发货-橘", + "font_class": "daifahuo-ju", + "unicode": "e777", + "unicode_decimal": 59255 + }, + { + "icon_id": "23018676", + "name": "待付款-橘", + "font_class": "daifukuan-ju", + "unicode": "e778", + "unicode_decimal": 59256 + }, + { + "icon_id": "23018677", + "name": "待收货-橘", + "font_class": "daishouhuo-ju", + "unicode": "e779", + "unicode_decimal": 59257 + }, + { + "icon_id": "23018678", + "name": "售后-退款-橘", + "font_class": "shouhou-tuikuan-ju", + "unicode": "e77a", + "unicode_decimal": 59258 + }, + { + "icon_id": "23018679", + "name": "待评价-橘", + "font_class": "daipingjia-ju", + "unicode": "e77b", + "unicode_decimal": 59259 + }, + { + "icon_id": "23018598", + "name": "待收货-粉", + "font_class": "daishouhuo-fen", + "unicode": "e772", + "unicode_decimal": 59250 + }, + { + "icon_id": "23018599", + "name": "待评价-粉", + "font_class": "daipingjia-fen", + "unicode": "e773", + "unicode_decimal": 59251 + }, + { + "icon_id": "23018600", + "name": "代付款-粉", + "font_class": "daifukuan-fen", + "unicode": "e774", + "unicode_decimal": 59252 + }, + { + "icon_id": "23018601", + "name": "售后:退款-粉", + "font_class": "a-shouhoutuikuan-fen", + "unicode": "e775", + "unicode_decimal": 59253 + }, + { + "icon_id": "23018602", + "name": "待发货-粉", + "font_class": "daifahuo-fen", + "unicode": "e776", + "unicode_decimal": 59254 + }, + { + "icon_id": "23018522", + "name": "待发货-绿", + "font_class": "daifahuo-lv", + "unicode": "e768", + "unicode_decimal": 59240 + }, + { + "icon_id": "23018523", + "name": "售后-退款-绿", + "font_class": "shouhou-tuikuan-lv", + "unicode": "e76a", + "unicode_decimal": 59242 + }, + { + "icon_id": "23018524", + "name": "代付款-绿", + "font_class": "daifukuan-lv", + "unicode": "e76d", + "unicode_decimal": 59245 + }, + { + "icon_id": "23018525", + "name": "待收货-绿", + "font_class": "daishouhuo-lv", + "unicode": "e770", + "unicode_decimal": 59248 + }, + { + "icon_id": "23018526", + "name": "待评价-绿", + "font_class": "daipingjia-lv", + "unicode": "e771", + "unicode_decimal": 59249 + }, + { + "icon_id": "22912184", + "name": "待收货", + "font_class": "daishouhuo", + "unicode": "e75d", + "unicode_decimal": 59229 + }, + { + "icon_id": "22912185", + "name": "待评价", + "font_class": "daipingjia", + "unicode": "e75e", + "unicode_decimal": 59230 + }, + { + "icon_id": "22912186", + "name": "待发货", + "font_class": "daifahuo", + "unicode": "e760", + "unicode_decimal": 59232 + }, + { + "icon_id": "22912187", + "name": "待付款", + "font_class": "daifukuan", + "unicode": "e766", + "unicode_decimal": 59238 + }, + { + "icon_id": "22912188", + "name": "售后:退款", + "font_class": "a-shouhoutuikuan", + "unicode": "e767", + "unicode_decimal": 59239 + }, + { + "icon_id": "22897249", + "name": "购物车-样式1", + "font_class": "gouwuche-yangshi1", + "unicode": "e75b", + "unicode_decimal": 59227 + }, + { + "icon_id": "22897250", + "name": "购物车-样式2", + "font_class": "gouwuche-yangshi2", + "unicode": "e75c", + "unicode_decimal": 59228 + }, + { + "icon_id": "22753020", + "name": "日历图标", + "font_class": "rilitubiao", + "unicode": "e75a", + "unicode_decimal": 59226 + }, + { + "icon_id": "22625321", + "name": "提示", + "font_class": "tishi1", + "unicode": "e759", + "unicode_decimal": 59225 + }, + { + "icon_id": "22332103", + "name": "待退货", + "font_class": "daituihuo1", + "unicode": "e752", + "unicode_decimal": 59218 + }, + { + "icon_id": "22332104", + "name": "申请中", + "font_class": "shenqingzhong", + "unicode": "e756", + "unicode_decimal": 59222 + }, + { + "icon_id": "22028919", + "name": "返佣", + "font_class": "fanyong", + "unicode": "e74d", + "unicode_decimal": 59213 + }, + { + "icon_id": "8991273", + "name": "资质证件", + "font_class": "zizhizhengjian", + "unicode": "e743", + "unicode_decimal": 59203 + }, + { + "icon_id": "21903923", + "name": "分销等级", + "font_class": "fenxiaodengji", + "unicode": "e742", + "unicode_decimal": 59202 + }, + { + "icon_id": "6463462", + "name": "已拒绝", + "font_class": "yijujue", + "unicode": "e741", + "unicode_decimal": 59201 + }, + { + "icon_id": "10987569", + "name": "退款中", + "font_class": "tuikuanzhong1", + "unicode": "e803", + "unicode_decimal": 59395 + }, + { + "icon_id": "10987570", + "name": "退款失败", + "font_class": "tuikuanshibai", + "unicode": "e804", + "unicode_decimal": 59396 + }, + { + "icon_id": "10987571", + "name": "退款成功", + "font_class": "tuikuanchenggong", + "unicode": "e805", + "unicode_decimal": 59397 + }, + { + "icon_id": "15693084", + "name": "退款中", + "font_class": "tuikuanzhong11", + "unicode": "e744", + "unicode_decimal": 59204 + }, + { + "icon_id": "17966686", + "name": "已完成", + "font_class": "yiwancheng", + "unicode": "e745", + "unicode_decimal": 59205 + }, + { + "icon_id": "18943158", + "name": "已退款", + "font_class": "yituikuan1", + "unicode": "e747", + "unicode_decimal": 59207 + }, + { + "icon_id": "12157701", + "name": "退款", + "font_class": "tuikuan1", + "unicode": "e73a", + "unicode_decimal": 59194 + }, + { + "icon_id": "15647652", + "name": "退货", + "font_class": "tuihuo", + "unicode": "e73c", + "unicode_decimal": 59196 + }, + { + "icon_id": "18998149", + "name": "审核", + "font_class": "shenhe", + "unicode": "e73d", + "unicode_decimal": 59197 + }, + { + "icon_id": "20174701", + "name": "上传图片", + "font_class": "shangchuantupian1", + "unicode": "e755", + "unicode_decimal": 59221 + }, + { + "icon_id": "18303420", + "name": "首页", + "font_class": "shouye7", + "unicode": "e863", + "unicode_decimal": 59491 + }, + { + "icon_id": "21201608", + "name": "省钱", + "font_class": "shengqian", + "unicode": "e738", + "unicode_decimal": 59192 + }, + { + "icon_id": "21151646", + "name": "笑脸", + "font_class": "xiaolian1", + "unicode": "e737", + "unicode_decimal": 59191 + }, + { + "icon_id": "21117815", + "name": "放大", + "font_class": "fangda", + "unicode": "e736", + "unicode_decimal": 59190 + }, + { + "icon_id": "20747594", + "name": "点击抽奖", + "font_class": "dianjichoujiang", + "unicode": "e730", + "unicode_decimal": 59184 + }, + { + "icon_id": "20350243", + "name": "7纪念版", + "font_class": "7jinianban", + "unicode": "e76f", + "unicode_decimal": 59247 + }, + { + "icon_id": "20171836", + "name": "领取优惠券按钮", + "font_class": "lingquyouhuiquananniu", + "unicode": "e72e", + "unicode_decimal": 59182 + }, + { + "icon_id": "20171837", + "name": "签到成功按钮", + "font_class": "qiandaochenggonganniu", + "unicode": "e72f", + "unicode_decimal": 59183 + }, + { + "icon_id": "19661507", + "name": "s-限时秒杀", + "font_class": "s-xianshimiaosha", + "unicode": "e727", + "unicode_decimal": 59175 + }, + { + "icon_id": "19661413", + "name": "s-拼团", + "font_class": "s-pintuan1", + "unicode": "e726", + "unicode_decimal": 59174 + }, + { + "icon_id": "19661415", + "name": "s-砍价", + "font_class": "s-kanjia1", + "unicode": "e72d", + "unicode_decimal": 59181 + }, + { + "icon_id": "19602319", + "name": "s-苹果", + "font_class": "s-pingguo", + "unicode": "e722", + "unicode_decimal": 59170 + }, + { + "icon_id": "19443429", + "name": "s-微信登录", + "font_class": "s-weixindenglu1", + "unicode": "e729", + "unicode_decimal": 59177 + }, + { + "icon_id": "19443430", + "name": "s-验证码登录", + "font_class": "s-yanzhengmadenglu1", + "unicode": "e72a", + "unicode_decimal": 59178 + }, + { + "icon_id": "19443431", + "name": "s-密码登录", + "font_class": "s-mimadenglu1", + "unicode": "e72b", + "unicode_decimal": 59179 + }, + { + "icon_id": "19440627", + "name": "s-验证码", + "font_class": "s-yanzhengma", + "unicode": "e728", + "unicode_decimal": 59176 + }, + { + "icon_id": "19266197", + "name": "朋友圈", + "font_class": "pengyouquan", + "unicode": "e76e", + "unicode_decimal": 59246 + }, + { + "icon_id": "19166528", + "name": "积分中心", + "font_class": "jifenzhongxin", + "unicode": "e71f", + "unicode_decimal": 59167 + }, + { + "icon_id": "19166486", + "name": "s-充值记录", + "font_class": "s-chongzhijilu", + "unicode": "e71c", + "unicode_decimal": 59164 + }, + { + "icon_id": "19166487", + "name": "s-消费记录", + "font_class": "s-xiaofeijilu", + "unicode": "e71e", + "unicode_decimal": 59166 + }, + { + "icon_id": "19166489", + "name": "s-账单记录", + "font_class": "s-zhangdanjilu", + "unicode": "e720", + "unicode_decimal": 59168 + }, + { + "icon_id": "19102715", + "name": "s-客服", + "font_class": "s-kefu", + "unicode": "e721", + "unicode_decimal": 59169 + }, + { + "icon_id": "19061404", + "name": "s-编辑", + "font_class": "s-bianji", + "unicode": "e71d", + "unicode_decimal": 59165 + }, + { + "icon_id": "18819977", + "name": "s-拼团", + "font_class": "s-pintuan", + "unicode": "e719", + "unicode_decimal": 59161 + }, + { + "icon_id": "18819765", + "name": "s-砍价", + "font_class": "s-kanjia", + "unicode": "e71a", + "unicode_decimal": 59162 + }, + { + "icon_id": "18819954", + "name": "s-秒杀", + "font_class": "s-miaosha", + "unicode": "e71b", + "unicode_decimal": 59163 + }, + { + "icon_id": "18623908", + "name": "返回", + "font_class": "fanhui1", + "unicode": "e718", + "unicode_decimal": 59160 + }, + { + "icon_id": "18565428", + "name": "客服", + "font_class": "kefu3", + "unicode": "e716", + "unicode_decimal": 59158 + }, + { + "icon_id": "18565429", + "name": "首页", + "font_class": "shouye6", + "unicode": "e717", + "unicode_decimal": 59159 + }, + { + "icon_id": "18497357", + "name": "查看地图", + "font_class": "chakanditu", + "unicode": "e715", + "unicode_decimal": 59157 + }, + { + "icon_id": "18398022", + "name": "好物圈", + "font_class": "haowuquan1", + "unicode": "e713", + "unicode_decimal": 59155 + }, + { + "icon_id": "9720361", + "name": "好物圈", + "font_class": "haowuquan", + "unicode": "e712", + "unicode_decimal": 59154 + }, + { + "icon_id": "18241349", + "name": "更多展开", + "font_class": "gengduozhankai1", + "unicode": "e70e", + "unicode_decimal": 59150 + }, + { + "icon_id": "18241350", + "name": "表情", + "font_class": "biaoqing2", + "unicode": "e70f", + "unicode_decimal": 59151 + }, + { + "icon_id": "18241351", + "name": "话术", + "font_class": "huashu1", + "unicode": "e710", + "unicode_decimal": 59152 + }, + { + "icon_id": "18241352", + "name": "图片", + "font_class": "tupian2", + "unicode": "e711", + "unicode_decimal": 59153 + }, + { + "icon_id": "18208669", + "name": "回放", + "font_class": "huifang", + "unicode": "e76c", + "unicode_decimal": 59244 + }, + { + "icon_id": "18208646", + "name": "直播中", + "font_class": "zhibozhong", + "unicode": "e76b", + "unicode_decimal": 59243 + }, + { + "icon_id": "18132600", + "name": "huangguan", + "font_class": "huangguan3", + "unicode": "e769", + "unicode_decimal": 59241 + }, + { + "icon_id": "18106245", + "name": "会员 (2)", + "font_class": "huiyuan2", + "unicode": "e70c", + "unicode_decimal": 59148 + }, + { + "icon_id": "18048170", + "name": "发票", + "font_class": "fapiao1", + "unicode": "e70b", + "unicode_decimal": 59147 + }, + { + "icon_id": "17992611", + "name": "叉", + "font_class": "cha3", + "unicode": "e709", + "unicode_decimal": 59145 + }, + { + "icon_id": "17992612", + "name": "设置", + "font_class": "shezhi1", + "unicode": "e70a", + "unicode_decimal": 59146 + }, + { + "icon_id": "17992599", + "name": "添加 (1)", + "font_class": "tianjia1", + "unicode": "e705", + "unicode_decimal": 59141 + }, + { + "icon_id": "17992600", + "name": "编辑", + "font_class": "bianji3", + "unicode": "e706", + "unicode_decimal": 59142 + }, + { + "icon_id": "17992601", + "name": "加号", + "font_class": "jiahao2", + "unicode": "e707", + "unicode_decimal": 59143 + }, + { + "icon_id": "17992602", + "name": "删除", + "font_class": "shanchu3", + "unicode": "e708", + "unicode_decimal": 59144 + }, + { + "icon_id": "17950802", + "name": "复制口令", + "font_class": "fuzhikouling", + "unicode": "e704", + "unicode_decimal": 59140 + }, + { + "icon_id": "17928659", + "name": "客服接待", + "font_class": "kefujiedai", + "unicode": "e703", + "unicode_decimal": 59139 + }, + { + "icon_id": "17898154", + "name": "秒杀 (1)", + "font_class": "miaosha1", + "unicode": "e702", + "unicode_decimal": 59138 + }, + { + "icon_id": "17759886", + "name": "编辑", + "font_class": "bianji2", + "unicode": "e700", + "unicode_decimal": 59136 + }, + { + "icon_id": "17759887", + "name": "清空缓存", + "font_class": "qingkonghuancun", + "unicode": "e701", + "unicode_decimal": 59137 + }, + { + "icon_id": "17759858", + "name": "时间", + "font_class": "shijian1", + "unicode": "e66b", + "unicode_decimal": 58987 + }, + { + "icon_id": "17759861", + "name": "问号 (1)", + "font_class": "wenhao1", + "unicode": "e6ee", + "unicode_decimal": 59118 + }, + { + "icon_id": "17742749", + "name": "账号密码", + "font_class": "zhanghaomima", + "unicode": "e763", + "unicode_decimal": 59235 + }, + { + "icon_id": "17742750", + "name": "二维码", + "font_class": "erweima2", + "unicode": "e765", + "unicode_decimal": 59237 + }, + { + "icon_id": "3716229", + "name": "关机", + "font_class": "guanji", + "unicode": "e6ed", + "unicode_decimal": 59117 + }, + { + "icon_id": "17742651", + "name": "图片", + "font_class": "tupian1", + "unicode": "e762", + "unicode_decimal": 59234 + }, + { + "icon_id": "17742653", + "name": "表情", + "font_class": "biaoqing1", + "unicode": "e764", + "unicode_decimal": 59236 + }, + { + "icon_id": "17742623", + "name": "关闭", + "font_class": "guanbi5", + "unicode": "e761", + "unicode_decimal": 59233 + }, + { + "icon_id": "4144169", + "name": "声音 静音 线性", + "font_class": "shengyinjingyinxianxing", + "unicode": "e94f", + "unicode_decimal": 59727 + }, + { + "icon_id": "8960847", + "name": "声音", + "font_class": "shengyinyinliang", + "unicode": "e66a", + "unicode_decimal": 58986 + }, + { + "icon_id": "17603949", + "name": "评价", + "font_class": "pingjia1", + "unicode": "e6ec", + "unicode_decimal": 59116 + }, + { + "icon_id": "17580487", + "name": "下拉展开", + "font_class": "xialazhankai", + "unicode": "e6dd", + "unicode_decimal": 59101 + }, + { + "icon_id": "17580488", + "name": "叉", + "font_class": "cha2", + "unicode": "e6e6", + "unicode_decimal": 59110 + }, + { + "icon_id": "17580404", + "name": "返回首页", + "font_class": "fanhuishouye", + "unicode": "e6df", + "unicode_decimal": 59103 + }, + { + "icon_id": "17580405", + "name": "更多", + "font_class": "gengduo3", + "unicode": "e6e0", + "unicode_decimal": 59104 + }, + { + "icon_id": "17580406", + "name": "分享", + "font_class": "fenxiang1", + "unicode": "e6e2", + "unicode_decimal": 59106 + }, + { + "icon_id": "17580407", + "name": "搜索", + "font_class": "sousuo5", + "unicode": "e6e3", + "unicode_decimal": 59107 + }, + { + "icon_id": "17580409", + "name": "会员", + "font_class": "huiyuan1", + "unicode": "e6e5", + "unicode_decimal": 59109 + }, + { + "icon_id": "17580411", + "name": "勾", + "font_class": "gou", + "unicode": "e6e7", + "unicode_decimal": 59111 + }, + { + "icon_id": "17580412", + "name": "购物车", + "font_class": "gouwuche6", + "unicode": "e6e8", + "unicode_decimal": 59112 + }, + { + "icon_id": "17580413", + "name": "右", + "font_class": "you1", + "unicode": "e6e9", + "unicode_decimal": 59113 + }, + { + "icon_id": "17580414", + "name": "左", + "font_class": "zuo1", + "unicode": "e6ea", + "unicode_decimal": 59114 + }, + { + "icon_id": "17580415", + "name": "vip", + "font_class": "vip12", + "unicode": "e6eb", + "unicode_decimal": 59115 + }, + { + "icon_id": "17580376", + "name": "优惠券", + "font_class": "youhuiquan1", + "unicode": "e6db", + "unicode_decimal": 59099 + }, + { + "icon_id": "17580357", + "name": "客服 (2)", + "font_class": "kefu21", + "unicode": "e6da", + "unicode_decimal": 59098 + }, + { + "icon_id": "17580359", + "name": "余额", + "font_class": "yue1", + "unicode": "e6dc", + "unicode_decimal": 59100 + }, + { + "icon_id": "17580217", + "name": "会员中心", + "font_class": "huiyuanzhongxin", + "unicode": "e6d5", + "unicode_decimal": 59093 + }, + { + "icon_id": "17580218", + "name": "砍价记录", + "font_class": "kanjiajilu", + "unicode": "e6d6", + "unicode_decimal": 59094 + }, + { + "icon_id": "17580219", + "name": "地址信息", + "font_class": "dizhixinxi", + "unicode": "e6d7", + "unicode_decimal": 59095 + }, + { + "icon_id": "17580220", + "name": "我的推广", + "font_class": "wodetuiguang", + "unicode": "e6d8", + "unicode_decimal": 59096 + }, + { + "icon_id": "17580221", + "name": "我的收藏", + "font_class": "wodeshoucang", + "unicode": "e6d9", + "unicode_decimal": 59097 + }, + { + "icon_id": "17499862", + "name": "回到顶部", + "font_class": "huidaodingbu1", + "unicode": "e6d4", + "unicode_decimal": 59092 + }, + { + "icon_id": "17440785", + "name": "扫一扫", + "font_class": "saoyisao", + "unicode": "e6d3", + "unicode_decimal": 59091 + }, + { + "icon_id": "17387549", + "name": "价格筛选(上)", + "font_class": "jiageshaixuanshang", + "unicode": "e6d0", + "unicode_decimal": 59088 + }, + { + "icon_id": "17387550", + "name": "价格筛选(下)", + "font_class": "jiageshaixuanxia", + "unicode": "e6d1", + "unicode_decimal": 59089 + }, + { + "icon_id": "17373682", + "name": "手机", + "font_class": "shouji1", + "unicode": "e6cf", + "unicode_decimal": 59087 + }, + { + "icon_id": "17372315", + "name": "更多", + "font_class": "gengduo2", + "unicode": "e6cd", + "unicode_decimal": 59085 + }, + { + "icon_id": "17372311", + "name": "叉", + "font_class": "cha1", + "unicode": "e6cb", + "unicode_decimal": 59083 + }, + { + "icon_id": "17372250", + "name": "发送", + "font_class": "fasong", + "unicode": "e6be", + "unicode_decimal": 59070 + }, + { + "icon_id": "17372251", + "name": "更多展开", + "font_class": "gengduozhankai", + "unicode": "e6c7", + "unicode_decimal": 59079 + }, + { + "icon_id": "17372252", + "name": "表情", + "font_class": "biaoqing", + "unicode": "e6c8", + "unicode_decimal": 59080 + }, + { + "icon_id": "17372253", + "name": "话术", + "font_class": "huashu", + "unicode": "e6c9", + "unicode_decimal": 59081 + }, + { + "icon_id": "17372254", + "name": "图片", + "font_class": "tupian", + "unicode": "e6ca", + "unicode_decimal": 59082 + }, + { + "icon_id": "17372239", + "name": "密码", + "font_class": "mima", + "unicode": "e6ba", + "unicode_decimal": 59066 + }, + { + "icon_id": "17372240", + "name": "账号", + "font_class": "zhanghao", + "unicode": "e6bc", + "unicode_decimal": 59068 + }, + { + "icon_id": "17372087", + "name": "返回", + "font_class": "fanhui", + "unicode": "e6b9", + "unicode_decimal": 59065 + }, + { + "icon_id": "17372093", + "name": "进入", + "font_class": "jinru2", + "unicode": "e6bd", + "unicode_decimal": 59069 + }, + { + "icon_id": "17372095", + "name": "商品信息", + "font_class": "shangpinxinxi", + "unicode": "e6bf", + "unicode_decimal": 59071 + }, + { + "icon_id": "17372097", + "name": "退出", + "font_class": "tuichu", + "unicode": "e6c0", + "unicode_decimal": 59072 + }, + { + "icon_id": "17372099", + "name": "交易订单", + "font_class": "jiaoyidingdan", + "unicode": "e6c1", + "unicode_decimal": 59073 + }, + { + "icon_id": "17372100", + "name": "搜索", + "font_class": "sousuo4", + "unicode": "e6c4", + "unicode_decimal": 59076 + }, + { + "icon_id": "17372101", + "name": "选中", + "font_class": "xuanzhong5", + "unicode": "e6c6", + "unicode_decimal": 59078 + }, + { + "icon_id": "17340774", + "name": "VIP", + "font_class": "VIP2", + "unicode": "e6b8", + "unicode_decimal": 59064 + }, + { + "icon_id": "17291941", + "name": "品种", + "font_class": "pinzhong", + "unicode": "e6a2", + "unicode_decimal": 59042 + }, + { + "icon_id": "17291942", + "name": "行货", + "font_class": "hanghuo", + "unicode": "e6a3", + "unicode_decimal": 59043 + }, + { + "icon_id": "17291943", + "name": "直发", + "font_class": "zhifa", + "unicode": "e6b6", + "unicode_decimal": 59062 + }, + { + "icon_id": "17291944", + "name": "低价", + "font_class": "dijia", + "unicode": "e6b7", + "unicode_decimal": 59063 + }, + { + "icon_id": "17263492", + "name": "个人中心-选中", + "font_class": "gerenzhongxin-xuanzhong", + "unicode": "e6ae", + "unicode_decimal": 59054 + }, + { + "icon_id": "17263000", + "name": "选中", + "font_class": "xuanzhong4", + "unicode": "e6af", + "unicode_decimal": 59055 + }, + { + "icon_id": "17263001", + "name": "暂无秒杀", + "font_class": "zanwumiaosha", + "unicode": "e6b0", + "unicode_decimal": 59056 + }, + { + "icon_id": "17263002", + "name": "上传图片", + "font_class": "shangchuantupian", + "unicode": "e6b3", + "unicode_decimal": 59059 + }, + { + "icon_id": "17263003", + "name": "服务", + "font_class": "fuwu", + "unicode": "e6b4", + "unicode_decimal": 59060 + }, + { + "icon_id": "17263004", + "name": "退款提示", + "font_class": "tuikuantishi", + "unicode": "e6b5", + "unicode_decimal": 59061 + }, + { + "icon_id": "17250368", + "name": "二维码-右下", + "font_class": "erweima-youxia", + "unicode": "e6ad", + "unicode_decimal": 59053 + }, + { + "icon_id": "17247575", + "name": "二维码边角", + "font_class": "erweimabianjiao", + "unicode": "e6ac", + "unicode_decimal": 59052 + }, + { + "icon_id": "17246424", + "name": "微信登录", + "font_class": "weixindenglu1", + "unicode": "e6aa", + "unicode_decimal": 59050 + }, + { + "icon_id": "17246425", + "name": "账号登录", + "font_class": "zhanghaodenglu1", + "unicode": "e6ab", + "unicode_decimal": 59051 + }, + { + "icon_id": "17222859", + "name": "上架时间", + "font_class": "shangjiashijian", + "unicode": "e6a9", + "unicode_decimal": 59049 + }, + { + "icon_id": "17222848", + "name": "价格筛选", + "font_class": "jiageshaixuan", + "unicode": "e6a7", + "unicode_decimal": 59047 + }, + { + "icon_id": "17222849", + "name": "更多分类", + "font_class": "gengduofenlei", + "unicode": "e6a8", + "unicode_decimal": 59048 + }, + { + "icon_id": "17179785", + "name": "未选", + "font_class": "weixuan", + "unicode": "e6a6", + "unicode_decimal": 59046 + }, + { + "icon_id": "17179708", + "name": "选中1", + "font_class": "xuanzhong11", + "unicode": "e6a5", + "unicode_decimal": 59045 + }, + { + "icon_id": "17179618", + "name": "评价", + "font_class": "pingjia", + "unicode": "e6a4", + "unicode_decimal": 59044 + }, + { + "icon_id": "17179152", + "name": "关 闭", + "font_class": "guanbi4", + "unicode": "e6a0", + "unicode_decimal": 59040 + }, + { + "icon_id": "17179076", + "name": "品种齐全", + "font_class": "pinzhongqiquan", + "unicode": "e69d", + "unicode_decimal": 59037 + }, + { + "icon_id": "17179077", + "name": "低价畅选", + "font_class": "dijiachangxuan", + "unicode": "e69e", + "unicode_decimal": 59038 + }, + { + "icon_id": "17179078", + "name": "正品行货", + "font_class": "zhengpinhanghuo", + "unicode": "e69f", + "unicode_decimal": 59039 + }, + { + "icon_id": "17179021", + "name": "地址-添加", + "font_class": "dizhi-tianjia", + "unicode": "e696", + "unicode_decimal": 59030 + }, + { + "icon_id": "17179006", + "name": "删除", + "font_class": "shanchu2", + "unicode": "e69c", + "unicode_decimal": 59036 + }, + { + "icon_id": "17178966", + "name": "余额", + "font_class": "yue", + "unicode": "e699", + "unicode_decimal": 59033 + }, + { + "icon_id": "17178967", + "name": "微信支付", + "font_class": "weixinzhifu1", + "unicode": "e69a", + "unicode_decimal": 59034 + }, + { + "icon_id": "17178959", + "name": "商品数量-减", + "font_class": "shangpinshuliang-jian", + "unicode": "e698", + "unicode_decimal": 59032 + }, + { + "icon_id": "17178896", + "name": "商品数量-加", + "font_class": "shangpinshuliang-jia", + "unicode": "e697", + "unicode_decimal": 59031 + }, + { + "icon_id": "17178852", + "name": "选中", + "font_class": "xuanzhong3", + "unicode": "e693", + "unicode_decimal": 59027 + }, + { + "icon_id": "17178853", + "name": "地址下拉", + "font_class": "dizhixiala", + "unicode": "e694", + "unicode_decimal": 59028 + }, + { + "icon_id": "17178834", + "name": "进入", + "font_class": "jinru1", + "unicode": "e695", + "unicode_decimal": 59029 + }, + { + "icon_id": "17178684", + "name": "申请退款", + "font_class": "shenqingtuikuan", + "unicode": "e692", + "unicode_decimal": 59026 + }, + { + "icon_id": "17178640", + "name": "配货", + "font_class": "peihuo", + "unicode": "e68d", + "unicode_decimal": 59021 + }, + { + "icon_id": "17178641", + "name": "下单", + "font_class": "xiadan", + "unicode": "e68e", + "unicode_decimal": 59022 + }, + { + "icon_id": "17178642", + "name": "完成", + "font_class": "wancheng", + "unicode": "e68f", + "unicode_decimal": 59023 + }, + { + "icon_id": "17178643", + "name": "付款", + "font_class": "fukuan", + "unicode": "e690", + "unicode_decimal": 59024 + }, + { + "icon_id": "17178644", + "name": "发货", + "font_class": "fahuo", + "unicode": "e691", + "unicode_decimal": 59025 + }, + { + "icon_id": "17178584", + "name": "扫码", + "font_class": "saoma", + "unicode": "e68c", + "unicode_decimal": 59020 + }, + { + "icon_id": "17178465", + "name": "提示", + "font_class": "tishi", + "unicode": "e68b", + "unicode_decimal": 59019 + }, + { + "icon_id": "17178420", + "name": "下拉", + "font_class": "xiala2", + "unicode": "e682", + "unicode_decimal": 59010 + }, + { + "icon_id": "17178421", + "name": "VIP", + "font_class": "VIP1", + "unicode": "e68a", + "unicode_decimal": 59018 + }, + { + "icon_id": "17178383", + "name": "已收藏", + "font_class": "yishoucang", + "unicode": "e683", + "unicode_decimal": 59011 + }, + { + "icon_id": "17178384", + "name": "收藏", + "font_class": "shoucang2", + "unicode": "e686", + "unicode_decimal": 59014 + }, + { + "icon_id": "17178385", + "name": "客服", + "font_class": "kefu2", + "unicode": "e689", + "unicode_decimal": 59017 + }, + { + "icon_id": "17178297", + "name": "发票", + "font_class": "fapiao", + "unicode": "e680", + "unicode_decimal": 59008 + }, + { + "icon_id": "17178288", + "name": "发票管理", + "font_class": "fapiaoguanli", + "unicode": "e681", + "unicode_decimal": 59009 + }, + { + "icon_id": "17156206", + "name": "进入", + "font_class": "jinru", + "unicode": "e67e", + "unicode_decimal": 59006 + }, + { + "icon_id": "17156160", + "name": "搜索", + "font_class": "sousuo3", + "unicode": "e67b", + "unicode_decimal": 59003 + }, + { + "icon_id": "17155978", + "name": "顶部-购物车", + "font_class": "dingbu-gouwuche", + "unicode": "e67a", + "unicode_decimal": 59002 + }, + { + "icon_id": "17155967", + "name": "回到顶部", + "font_class": "huidaodingbu", + "unicode": "e678", + "unicode_decimal": 59000 + }, + { + "icon_id": "17155547", + "name": "侧导航-购物车", + "font_class": "cedaohang-gouwuche", + "unicode": "e676", + "unicode_decimal": 58998 + }, + { + "icon_id": "17155537", + "name": "微信", + "font_class": "weixin4", + "unicode": "e675", + "unicode_decimal": 58997 + }, + { + "icon_id": "17155527", + "name": "联系客服", + "font_class": "lianxikefu", + "unicode": "e672", + "unicode_decimal": 58994 + }, + { + "icon_id": "17155425", + "name": "左-秒杀", + "font_class": "zuo-miaosha", + "unicode": "e670", + "unicode_decimal": 58992 + }, + { + "icon_id": "17155426", + "name": "右-秒杀", + "font_class": "you-miaosha", + "unicode": "e671", + "unicode_decimal": 58993 + }, + { + "icon_id": "17155414", + "name": "左", + "font_class": "zuo", + "unicode": "e66d", + "unicode_decimal": 58989 + }, + { + "icon_id": "17155415", + "name": "右", + "font_class": "you", + "unicode": "e66f", + "unicode_decimal": 58991 + }, + { + "icon_id": "17155379", + "name": "收藏本站", + "font_class": "shoucangbenzhan", + "unicode": "e66c", + "unicode_decimal": 58988 + }, + { + "icon_id": "16881301", + "name": "联系商家", + "font_class": "lianxishangjia", + "unicode": "e668", + "unicode_decimal": 58984 + }, + { + "icon_id": "16881237", + "name": "定位", + "font_class": "dingwei", + "unicode": "e667", + "unicode_decimal": 58983 + }, + { + "icon_id": "16855793", + "name": "分类", + "font_class": "fenlei2", + "unicode": "e663", + "unicode_decimal": 58979 + }, + { + "icon_id": "16855794", + "name": "我的", + "font_class": "wode", + "unicode": "e664", + "unicode_decimal": 58980 + }, + { + "icon_id": "16855795", + "name": "首页", + "font_class": "shouye5", + "unicode": "e665", + "unicode_decimal": 58981 + }, + { + "icon_id": "16855796", + "name": "购物车", + "font_class": "gouwuche5", + "unicode": "e666", + "unicode_decimal": 58982 + }, + { + "icon_id": "16842413", + "name": "减号", + "font_class": "jianhao1", + "unicode": "e661", + "unicode_decimal": 58977 + }, + { + "icon_id": "16842414", + "name": "加号", + "font_class": "jiahao1", + "unicode": "e662", + "unicode_decimal": 58978 + }, + { + "icon_id": "16522587", + "name": "验证码", + "font_class": "yanzhengma1", + "unicode": "e65f", + "unicode_decimal": 58975 + }, + { + "icon_id": "16522588", + "name": "手机", + "font_class": "shouji", + "unicode": "e660", + "unicode_decimal": 58976 + }, + { + "icon_id": "15999750", + "name": "叉", + "font_class": "cha", + "unicode": "e658", + "unicode_decimal": 58968 + }, + { + "icon_id": "15999751", + "name": "手机号", + "font_class": "shoujihao", + "unicode": "e659", + "unicode_decimal": 58969 + }, + { + "icon_id": "15999752", + "name": "企业", + "font_class": "qiye", + "unicode": "e65b", + "unicode_decimal": 58971 + }, + { + "icon_id": "15999753", + "name": "用户", + "font_class": "yonghu3", + "unicode": "e65c", + "unicode_decimal": 58972 + }, + { + "icon_id": "15999754", + "name": "验证码", + "font_class": "yanzhengma", + "unicode": "e65d", + "unicode_decimal": 58973 + }, + { + "icon_id": "6612140", + "name": "商品", + "font_class": "shangpin", + "unicode": "e653", + "unicode_decimal": 58963 + }, + { + "icon_id": "8794230", + "name": "签到 (1)", + "font_class": "qiandao2", + "unicode": "e65a", + "unicode_decimal": 58970 + }, + { + "icon_id": "9972588", + "name": "邀请", + "font_class": "yaoqing", + "unicode": "ea39", + "unicode_decimal": 59961 + }, + { + "icon_id": "15318957", + "name": "退货中", + "font_class": "tuihuozhong", + "unicode": "e64f", + "unicode_decimal": 58959 + }, + { + "icon_id": "15318958", + "name": "审核中", + "font_class": "shenhezhong1", + "unicode": "e650", + "unicode_decimal": 58960 + }, + { + "icon_id": "15318959", + "name": "待退货", + "font_class": "daituihuo", + "unicode": "e652", + "unicode_decimal": 58962 + }, + { + "icon_id": "15295351", + "name": "已核销", + "font_class": "yihexiao", + "unicode": "e75f", + "unicode_decimal": 59231 + }, + { + "icon_id": "1312558", + "name": "已拒绝", + "font_class": "yijujue1", + "unicode": "e6a1", + "unicode_decimal": 59041 + }, + { + "icon_id": "11304395", + "name": "更多", + "font_class": "gengduo1", + "unicode": "e674", + "unicode_decimal": 58996 + }, + { + "icon_id": "1052580", + "name": "退款", + "font_class": "tuikuan", + "unicode": "e657", + "unicode_decimal": 58967 + }, + { + "icon_id": "9157604", + "name": "消息", + "font_class": "xiaoxi", + "unicode": "e64b", + "unicode_decimal": 58955 + }, + { + "icon_id": "503176", + "name": "二维码", + "font_class": "erweima1", + "unicode": "e647", + "unicode_decimal": 58951 + }, + { + "icon_id": "3122166", + "name": "客服", + "font_class": "kefu1", + "unicode": "e648", + "unicode_decimal": 58952 + }, + { + "icon_id": "5941547", + "name": "关注", + "font_class": "guanzhu", + "unicode": "e645", + "unicode_decimal": 58949 + }, + { + "icon_id": "4360804", + "name": "相机", + "font_class": "xiangji", + "unicode": "e6bb", + "unicode_decimal": 59067 + }, + { + "icon_id": "7677879", + "name": "注意", + "font_class": "zhuyi-copy", + "unicode": "e688", + "unicode_decimal": 59016 + }, + { + "icon_id": "3656374", + "name": "评分", + "font_class": "pingfen", + "unicode": "e649", + "unicode_decimal": 58953 + }, + { + "icon_id": "5387905", + "name": "应用APP_o", + "font_class": "yingyongAPP_o", + "unicode": "eb88", + "unicode_decimal": 60296 + }, + { + "icon_id": "5388057", + "name": "驿站_o", + "font_class": "yizhan_o", + "unicode": "ebc6", + "unicode_decimal": 60358 + }, + { + "icon_id": "6204467", + "name": "筛选", + "font_class": "shaixuan", + "unicode": "e651", + "unicode_decimal": 58961 + }, + { + "icon_id": "11017383", + "name": "商家【订单】", + "font_class": "shangjiadingdan", + "unicode": "e64a", + "unicode_decimal": 58954 + }, + { + "icon_id": "13540820", + "name": "首页", + "font_class": "shouye4", + "unicode": "e64d", + "unicode_decimal": 58957 + }, + { + "icon_id": "2382828", + "name": "金币", + "font_class": "jinbi2", + "unicode": "e63f", + "unicode_decimal": 58943 + }, + { + "icon_id": "1487445", + "name": "金币", + "font_class": "jinbi", + "unicode": "e63c", + "unicode_decimal": 58940 + }, + { + "icon_id": "1713291", + "name": "坐标", + "font_class": "zuobiao", + "unicode": "e6de", + "unicode_decimal": 59102 + }, + { + "icon_id": "13670774", + "name": "减号", + "font_class": "jianhao", + "unicode": "e753", + "unicode_decimal": 59219 + }, + { + "icon_id": "13670775", + "name": "加号", + "font_class": "jiahao", + "unicode": "e754", + "unicode_decimal": 59220 + }, + { + "icon_id": "4128532", + "name": "直播结束@2x", + "font_class": "zhibojieshux", + "unicode": "e63d", + "unicode_decimal": 58941 + }, + { + "icon_id": "12314352", + "name": "直播", + "font_class": "zhibo", + "unicode": "e63e", + "unicode_decimal": 58942 + }, + { + "icon_id": "12254242", + "name": "VIP", + "font_class": "VIP", + "unicode": "e751", + "unicode_decimal": 59217 + }, + { + "icon_id": "539040", + "name": "推广", + "font_class": "tuiguang", + "unicode": "e63b", + "unicode_decimal": 58939 + }, + { + "icon_id": "11680996", + "name": "geren02", + "font_class": "geren1", + "unicode": "e750", + "unicode_decimal": 59216 + }, + { + "icon_id": "11680989", + "name": "gouwuche02", + "font_class": "gouwuche4", + "unicode": "e74f", + "unicode_decimal": 59215 + }, + { + "icon_id": "11680960", + "name": "fenlei02", + "font_class": "fenlei1", + "unicode": "e74e", + "unicode_decimal": 59214 + }, + { + "icon_id": "11680785", + "name": "shouye02", + "font_class": "shouye3", + "unicode": "e74c", + "unicode_decimal": 59212 + }, + { + "icon_id": "11680780", + "name": "geren01", + "font_class": "geren", + "unicode": "e74b", + "unicode_decimal": 59211 + }, + { + "icon_id": "11680778", + "name": "gouwuche01", + "font_class": "gouwuche3", + "unicode": "e74a", + "unicode_decimal": 59210 + }, + { + "icon_id": "11680757", + "name": "fenlei01", + "font_class": "fenlei", + "unicode": "e749", + "unicode_decimal": 59209 + }, + { + "icon_id": "11680752", + "name": "shouye01", + "font_class": "shouye2", + "unicode": "e748", + "unicode_decimal": 59208 + }, + { + "icon_id": "11680690", + "name": "mzshopping01", + "font_class": "mzshopping", + "unicode": "e746", + "unicode_decimal": 59206 + }, + { + "icon_id": "6854655", + "name": "功能", + "font_class": "gongneng", + "unicode": "e63a", + "unicode_decimal": 58938 + }, + { + "icon_id": "11003792", + "name": "个人中心", + "font_class": "gerenzhongxin-copy", + "unicode": "ebc0", + "unicode_decimal": 60352 + }, + { + "icon_id": "11003799", + "name": "首页", + "font_class": "shouye1-copy", + "unicode": "ebc1", + "unicode_decimal": 60353 + }, + { + "icon_id": "4769807", + "name": "个人中心", + "font_class": "gerenzhongxin", + "unicode": "e636", + "unicode_decimal": 58934 + }, + { + "icon_id": "4770063", + "name": "首页", + "font_class": "shouye1", + "unicode": "e637", + "unicode_decimal": 58935 + }, + { + "icon_id": "4770130", + "name": "购物车", + "font_class": "gouwuche2", + "unicode": "e638", + "unicode_decimal": 58936 + }, + { + "icon_id": "7383390", + "name": "分类", + "font_class": "fenleiyemian", + "unicode": "e639", + "unicode_decimal": 58937 + }, + { + "icon_id": "11003806", + "name": "购物车", + "font_class": "gouwuche2-copy", + "unicode": "ebc2", + "unicode_decimal": 60354 + }, + { + "icon_id": "11003812", + "name": "分类", + "font_class": "fenleiyemian-copy", + "unicode": "ebc3", + "unicode_decimal": 60355 + }, + { + "icon_id": "10880067", + "name": "通话", + "font_class": "tonghua", + "unicode": "e740", + "unicode_decimal": 59200 + }, + { + "icon_id": "5996196", + "name": "右键", + "font_class": "youjian", + "unicode": "e677", + "unicode_decimal": 58999 + }, + { + "icon_id": "926111", + "name": "打电话-01", + "font_class": "dadianhua01", + "unicode": "e623", + "unicode_decimal": 58915 + }, + { + "icon_id": "2553385", + "name": "排行", + "font_class": "paihang", + "unicode": "e73e", + "unicode_decimal": 59198 + }, + { + "icon_id": "2559567", + "name": "位置", + "font_class": "weizhi", + "unicode": "e62d", + "unicode_decimal": 58925 + }, + { + "icon_id": "3203334", + "name": "排行", + "font_class": "paihang1", + "unicode": "e633", + "unicode_decimal": 58931 + }, + { + "icon_id": "4919800", + "name": "说明", + "font_class": "shuoming1", + "unicode": "e673", + "unicode_decimal": 58995 + }, + { + "icon_id": "8181204", + "name": "dianhau", + "font_class": "dianhau", + "unicode": "e634", + "unicode_decimal": 58932 + }, + { + "icon_id": "9136175", + "name": "时间", + "font_class": "shijian", + "unicode": "e635", + "unicode_decimal": 58933 + }, + { + "icon_id": "5383811", + "name": "新闻通知", + "font_class": "huabanfuben", + "unicode": "e654", + "unicode_decimal": 58964 + }, + { + "icon_id": "3453309", + "name": "减", + "font_class": "jian", + "unicode": "e621", + "unicode_decimal": 58913 + }, + { + "icon_id": "3577985", + "name": "加", + "font_class": "jia", + "unicode": "e7e0", + "unicode_decimal": 59360 + }, + { + "icon_id": "10283513", + "name": "修 改", + "font_class": "xiugai", + "unicode": "e61f", + "unicode_decimal": 58911 + }, + { + "icon_id": "5387908", + "name": "按钮_箭头展开_o", + "font_class": "anniu_jiantouzhankai_o", + "unicode": "eb89", + "unicode_decimal": 60297 + }, + { + "icon_id": "5387922", + "name": "箭头_下一页_o", + "font_class": "jiantou_xiayiye_o", + "unicode": "eb8f", + "unicode_decimal": 60303 + }, + { + "icon_id": "5387926", + "name": "箭头_上下切换_o", + "font_class": "jiantou_shangxiaqiehuan_o", + "unicode": "eb90", + "unicode_decimal": 60304 + }, + { + "icon_id": "5387950", + "name": "上下展开_o", + "font_class": "shangxiazhankai_o", + "unicode": "eb9a", + "unicode_decimal": 60314 + }, + { + "icon_id": "5387993", + "name": "电话_o", + "font_class": "dianhua_o", + "unicode": "ebaf", + "unicode_decimal": 60335 + }, + { + "icon_id": "5388009", + "name": "云上传_o", + "font_class": "yunshangchuan_o", + "unicode": "ebb3", + "unicode_decimal": 60339 + }, + { + "icon_id": "5388011", + "name": "饼图_o", + "font_class": "bingtu_o", + "unicode": "ebb4", + "unicode_decimal": 60340 + }, + { + "icon_id": "5388017", + "name": "包裹_环保盒_o", + "font_class": "baoguo_huanbaohe_o", + "unicode": "ebb6", + "unicode_decimal": 60342 + }, + { + "icon_id": "5388018", + "name": "包裹_取消收货_o", + "font_class": "baoguo_quxiaoshouhuo_o", + "unicode": "ebb7", + "unicode_decimal": 60343 + }, + { + "icon_id": "5388019", + "name": "包裹_收货_o", + "font_class": "baoguo_shouhuo_o", + "unicode": "ebb8", + "unicode_decimal": 60344 + }, + { + "icon_id": "5388020", + "name": "包裹_领件_o", + "font_class": "baoguo_lingjian_o", + "unicode": "ebb9", + "unicode_decimal": 60345 + }, + { + "icon_id": "5388021", + "name": "包裹_收纳_o", + "font_class": "baoguo_shouna_o", + "unicode": "ebbe", + "unicode_decimal": 60350 + }, + { + "icon_id": "5116806", + "name": "线下支付", + "font_class": "xianxiazhifu", + "unicode": "e6e1", + "unicode_decimal": 59105 + }, + { + "icon_id": "7766777", + "name": "icon_im_keyboard", + "font_class": "icon_im_keyboard", + "unicode": "eb97", + "unicode_decimal": 60311 + }, + { + "icon_id": "10144788", + "name": "tupian-01", + "font_class": "tupian-", + "unicode": "e73f", + "unicode_decimal": 59199 + }, + { + "icon_id": "7766749", + "name": "icon_im_face", + "font_class": "icon_im_face", + "unicode": "eb96", + "unicode_decimal": 60310 + }, + { + "icon_id": "2203117", + "name": "余额支付", + "font_class": "yuezhifu", + "unicode": "e65e", + "unicode_decimal": 58974 + }, + { + "icon_id": "2672470", + "name": "余额支付", + "font_class": "yuezhifu1", + "unicode": "e61a", + "unicode_decimal": 58906 + }, + { + "icon_id": "6133627", + "name": "微信支付", + "font_class": "weixinzhifu", + "unicode": "e632", + "unicode_decimal": 58930 + }, + { + "icon_id": "6783580", + "name": "支付宝", + "font_class": "zhifubao", + "unicode": "e61d", + "unicode_decimal": 58909 + }, + { + "icon_id": "9896813", + "name": "海报", + "font_class": "haibao", + "unicode": "e73b", + "unicode_decimal": 59195 + }, + { + "icon_id": "3185373", + "name": "微信", + "font_class": "weixin3", + "unicode": "e618", + "unicode_decimal": 58904 + }, + { + "icon_id": "9895692", + "name": "crmeb2", + "font_class": "crmeb1", + "unicode": "e739", + "unicode_decimal": 59193 + }, + { + "icon_id": "9561662", + "name": "crmeb", + "font_class": "crmeb", + "unicode": "e735", + "unicode_decimal": 59189 + }, + { + "icon_id": "9364654", + "name": "选中", + "font_class": "xuanzhong2", + "unicode": "e731", + "unicode_decimal": 59185 + }, + { + "icon_id": "9364655", + "name": "数据统计", + "font_class": "shujutongji", + "unicode": "e732", + "unicode_decimal": 59186 + }, + { + "icon_id": "9364656", + "name": "详细数据", + "font_class": "xiangxishuju", + "unicode": "e733", + "unicode_decimal": 59187 + }, + { + "icon_id": "9364657", + "name": "更多", + "font_class": "gengduo", + "unicode": "e734", + "unicode_decimal": 59188 + }, + { + "icon_id": "6194276", + "name": "更多", + "font_class": "up", + "unicode": "e617", + "unicode_decimal": 58903 + }, + { + "icon_id": "2681908", + "name": "用户", + "font_class": "yonghu2", + "unicode": "e60a", + "unicode_decimal": 58890 + }, + { + "icon_id": "8902924", + "name": "备注", + "font_class": "zhinengkefu-", + "unicode": "e616", + "unicode_decimal": 58902 + }, + { + "icon_id": "3751425", + "name": "向上", + "font_class": "xiangshang1", + "unicode": "e622", + "unicode_decimal": 58914 + }, + { + "icon_id": "9364404", + "name": "向上", + "font_class": "xiangxia2", + "unicode": "ebbd", + "unicode_decimal": 60349 + }, + { + "icon_id": "8906620", + "name": "code_1", + "font_class": "code_", + "unicode": "e723", + "unicode_decimal": 59171 + }, + { + "icon_id": "8906621", + "name": "code_2", + "font_class": "code_1", + "unicode": "e724", + "unicode_decimal": 59172 + }, + { + "icon_id": "8906622", + "name": "phone_1", + "font_class": "phone_", + "unicode": "e725", + "unicode_decimal": 59173 + }, + { + "icon_id": "3844134", + "name": "下拉", + "font_class": "xiala", + "unicode": "e67f", + "unicode_decimal": 59007 + }, + { + "icon_id": "4603167", + "name": "设置", + "font_class": "shezhi", + "unicode": "e619", + "unicode_decimal": 58905 + }, + { + "icon_id": "7311029", + "name": "编辑", + "font_class": "bianji1", + "unicode": "e614", + "unicode_decimal": 58900 + }, + { + "icon_id": "8037761", + "name": "收 藏", + "font_class": "shoucang1", + "unicode": "e714", + "unicode_decimal": 59156 + }, + { + "icon_id": "5301920", + "name": "加载", + "font_class": "jiazai", + "unicode": "e62c", + "unicode_decimal": 58924 + }, + { + "icon_id": "1850915", + "name": "订单", + "font_class": "2", + "unicode": "e684", + "unicode_decimal": 59012 + }, + { + "icon_id": "2664568", + "name": "团队", + "font_class": "tuandui", + "unicode": "e685", + "unicode_decimal": 59013 + }, + { + "icon_id": "2980623", + "name": "金币", + "font_class": "jinbi1", + "unicode": "e655", + "unicode_decimal": 58965 + }, + { + "icon_id": "7540338", + "name": "关 闭", + "font_class": "guanbi3", + "unicode": "e6c5", + "unicode_decimal": 59077 + }, + { + "icon_id": "2360857", + "name": "问题", + "font_class": "wenti", + "unicode": "e758", + "unicode_decimal": 59224 + }, + { + "icon_id": "1727379", + "name": "33资源-线性", + "font_class": "ziyuan-xianxing", + "unicode": "e8a4", + "unicode_decimal": 59556 + }, + { + "icon_id": "6825609", + "name": "用户", + "font_class": "yonghu1", + "unicode": "e644", + "unicode_decimal": 58948 + }, + { + "icon_id": "4133807", + "name": "订单", + "font_class": "dingdan", + "unicode": "e61e", + "unicode_decimal": 58910 + }, + { + "icon_id": "6970586", + "name": "锁子", + "font_class": "suozi", + "unicode": "e631", + "unicode_decimal": 58929 + }, + { + "icon_id": "5860911", + "name": "权限管理锁子", + "font_class": "quanxianguanlisuozi", + "unicode": "e6d2", + "unicode_decimal": 59090 + }, + { + "icon_id": "7563801", + "name": "菱形", + "font_class": "lingxing", + "unicode": "e6ff", + "unicode_decimal": 59135 + }, + { + "icon_id": "1534823", + "name": "秒杀", + "font_class": "miaosha", + "unicode": "e6c3", + "unicode_decimal": 59075 + }, + { + "icon_id": "2762285", + "name": "拼团", + "font_class": "hebingxingzhuang", + "unicode": "e656", + "unicode_decimal": 58966 + }, + { + "icon_id": "6582604", + "name": "砍价", + "font_class": "kanjia1", + "unicode": "e613", + "unicode_decimal": 58899 + }, + { + "icon_id": "2540845", + "name": "钱袋 (1) (3)", + "font_class": "qiandai", + "unicode": "e6b1", + "unicode_decimal": 59057 + }, + { + "icon_id": "3232659", + "name": "统计 (1)", + "font_class": "tongji", + "unicode": "e687", + "unicode_decimal": 59015 + }, + { + "icon_id": "3402041", + "name": "二维码", + "font_class": "erweima", + "unicode": "e607", + "unicode_decimal": 58887 + }, + { + "icon_id": "872548", + "name": "支付宝", + "font_class": "icon34", + "unicode": "e62b", + "unicode_decimal": 58923 + }, + { + "icon_id": "3968583", + "name": "银行卡", + "font_class": "yinhangqia", + "unicode": "e72c", + "unicode_decimal": 59180 + }, + { + "icon_id": "7563430", + "name": "已退款", + "font_class": "yituikuan", + "unicode": "e6fd", + "unicode_decimal": 59133 + }, + { + "icon_id": "7563431", + "name": "退款中", + "font_class": "tuikuanzhong", + "unicode": "e6fe", + "unicode_decimal": 59134 + }, + { + "icon_id": "1780995", + "name": "搜索", + "font_class": "sousuo2", + "unicode": "e757", + "unicode_decimal": 59223 + }, + { + "icon_id": "3355930", + "name": "菜单", + "font_class": "caidan", + "unicode": "e62a", + "unicode_decimal": 58922 + }, + { + "icon_id": "1207404", + "name": "拍照", + "font_class": "icon25201", + "unicode": "e70d", + "unicode_decimal": 59149 + }, + { + "icon_id": "7563348", + "name": "实体星", + "font_class": "shitixing", + "unicode": "e6fb", + "unicode_decimal": 59131 + }, + { + "icon_id": "7563349", + "name": "空心星", + "font_class": "kongxinxing", + "unicode": "e6fc", + "unicode_decimal": 59132 + }, + { + "icon_id": "7563099", + "name": "拼团成功", + "font_class": "pintuanchenggong", + "unicode": "e6f9", + "unicode_decimal": 59129 + }, + { + "icon_id": "7563100", + "name": "拼团失败", + "font_class": "pintuanshibai", + "unicode": "e6fa", + "unicode_decimal": 59130 + }, + { + "icon_id": "5452215", + "name": "喇叭", + "font_class": "laba", + "unicode": "e612", + "unicode_decimal": 58898 + }, + { + "icon_id": "464461", + "name": "笑脸", + "font_class": "xiaolian", + "unicode": "e60f", + "unicode_decimal": 58895 + }, + { + "icon_id": "7193264", + "name": "砍价", + "font_class": "kanjia", + "unicode": "e69b", + "unicode_decimal": 59035 + }, + { + "icon_id": "3790017", + "name": "说明", + "font_class": "shuoming", + "unicode": "e630", + "unicode_decimal": 58928 + }, + { + "icon_id": "7562923", + "name": "明细", + "font_class": "mingxi", + "unicode": "e6f7", + "unicode_decimal": 59127 + }, + { + "icon_id": "7562924", + "name": "提升分值", + "font_class": "tishengfenzhi", + "unicode": "e6f8", + "unicode_decimal": 59128 + }, + { + "icon_id": "3034678", + "name": "关闭", + "font_class": "guanbi2", + "unicode": "e61c", + "unicode_decimal": 58908 + }, + { + "icon_id": "689324", + "name": "圆点小", + "font_class": "yuandianxiao", + "unicode": "e82f", + "unicode_decimal": 59439 + }, + { + "icon_id": "1090230", + "name": "点选", + "font_class": "webicon318", + "unicode": "e6c2", + "unicode_decimal": 59074 + }, + { + "icon_id": "5174616", + "name": "添加地址", + "font_class": "tianjiadizhi", + "unicode": "e640", + "unicode_decimal": 58944 + }, + { + "icon_id": "7474826", + "name": "删 除", + "font_class": "shanchu", + "unicode": "e628", + "unicode_decimal": 58920 + }, + { + "icon_id": "5236609", + "name": "微信", + "font_class": "weixin2", + "unicode": "e604", + "unicode_decimal": 58884 + }, + { + "icon_id": "7561200", + "name": "¥", + "font_class": "icon-test", + "unicode": "e6f6", + "unicode_decimal": 59126 + }, + { + "icon_id": "7560838", + "name": "关 闭", + "font_class": "guanbi1", + "unicode": "e6f5", + "unicode_decimal": 59125 + }, + { + "icon_id": "3416446", + "name": "收 藏", + "font_class": "shoucang", + "unicode": "e606", + "unicode_decimal": 58886 + }, + { + "icon_id": "6265459", + "name": "客服", + "font_class": "kefu", + "unicode": "e6b2", + "unicode_decimal": 59058 + }, + { + "icon_id": "7560557", + "name": "边框001", + "font_class": "biankuang", + "unicode": "e6f4", + "unicode_decimal": 59124 + }, + { + "icon_id": "7559551", + "name": "装饰线", + "font_class": "zhuangshixian", + "unicode": "e6f1", + "unicode_decimal": 59121 + }, + { + "icon_id": "7559552", + "name": "技术支持", + "font_class": "jishuzhichi", + "unicode": "e6f3", + "unicode_decimal": 59123 + }, + { + "icon_id": "7559350", + "name": "选中001", + "font_class": "xuanzhong1", + "unicode": "e6ef", + "unicode_decimal": 59119 + }, + { + "icon_id": "7559357", + "name": "未选中001", + "font_class": "weixuanzhong", + "unicode": "e6f0", + "unicode_decimal": 59120 + }, + { + "icon_id": "7560940", + "name": "向右", + "font_class": "xiangshang", + "unicode": "ebbb", + "unicode_decimal": 60347 + }, + { + "icon_id": "7467481", + "name": "向右", + "font_class": "xiangxia", + "unicode": "e8ca", + "unicode_decimal": 59594 + }, + { + "icon_id": "1518998", + "name": "促销管理", + "font_class": "cuxiaoguanli", + "unicode": "e60e", + "unicode_decimal": 58894 + }, + { + "icon_id": "6636378", + "name": "删 除", + "font_class": "shanchu1", + "unicode": "e611", + "unicode_decimal": 58897 + }, + { + "icon_id": "1727266", + "name": "05采购-线性", + "font_class": "caigou-xianxing", + "unicode": "e887", + "unicode_decimal": 59527 + }, + { + "icon_id": "1727267", + "name": "05采购", + "font_class": "caigou", + "unicode": "e888", + "unicode_decimal": 59528 + }, + { + "icon_id": "1727371", + "name": "30应用程序-线性", + "font_class": "yingyongchengxu-xianxing", + "unicode": "e8a1", + "unicode_decimal": 59553 + }, + { + "icon_id": "1727372", + "name": "30应用程序", + "font_class": "yingyongchengxu", + "unicode": "e8a2", + "unicode_decimal": 59554 + }, + { + "icon_id": "1727423", + "name": "204首页", + "font_class": "shouye", + "unicode": "e8b9", + "unicode_decimal": 59577 + }, + { + "icon_id": "1727424", + "name": "204首页-线性", + "font_class": "shouye-xianxing", + "unicode": "e8ba", + "unicode_decimal": 59578 + }, + { + "icon_id": "1727458", + "name": "224用户-线性", + "font_class": "yonghu-xianxing", + "unicode": "e8c8", + "unicode_decimal": 59592 + }, + { + "icon_id": "1727459", + "name": "224用户", + "font_class": "yonghu", + "unicode": "e8c9", + "unicode_decimal": 59593 + }, + { + "icon_id": "3054938", + "name": "搜索", + "font_class": "sousuo", + "unicode": "e67d", + "unicode_decimal": 59005 + }, + { + "icon_id": "4018497", + "name": "搜索01", + "font_class": "sousuo1", + "unicode": "e64c", + "unicode_decimal": 58956 + }, + { + "icon_id": "5387815", + "name": "客服_o", + "font_class": "kefu_o", + "unicode": "eb63", + "unicode_decimal": 60259 + }, + { + "icon_id": "5387821", + "name": "礼物_o", + "font_class": "liwu_o", + "unicode": "eb65", + "unicode_decimal": 60261 + }, + { + "icon_id": "5387958", + "name": "货币流_o", + "font_class": "huobiliu_o", + "unicode": "eb9f", + "unicode_decimal": 60319 + }, + { + "icon_id": "5387967", + "name": "金币_o", + "font_class": "jinbi_o", + "unicode": "eba1", + "unicode_decimal": 60321 + }, + { + "icon_id": "5387990", + "name": "个人头像_o", + "font_class": "gerentouxiang_o", + "unicode": "ebac", + "unicode_decimal": 60332 + }, + { + "icon_id": "5387992", + "name": "群组_o", + "font_class": "qunzu_o", + "unicode": "ebad", + "unicode_decimal": 60333 + }, + { + "icon_id": "5387995", + "name": "收藏_o", + "font_class": "shoucang_o", + "unicode": "ebae", + "unicode_decimal": 60334 + }, + { + "icon_id": "5388026", + "name": "地点定位_o", + "font_class": "didiandingwei_o", + "unicode": "ebba", + "unicode_decimal": 60346 + }, + { + "icon_id": "2551763", + "name": "向右", + "font_class": "xiangyou", + "unicode": "e679", + "unicode_decimal": 59001 + }, + { + "icon_id": "160836", + "name": "精品推荐", + "font_class": "jingpintuijian", + "unicode": "e60d", + "unicode_decimal": 58893 + }, + { + "icon_id": "2121745", + "name": "新品", + "font_class": "xinpin", + "unicode": "e610", + "unicode_decimal": 58896 + }, + { + "icon_id": "2562049", + "name": "热门", + "font_class": "remen", + "unicode": "e67c", + "unicode_decimal": 59004 + }, + { + "icon_id": "7583837", + "name": "向右", + "font_class": "xiangzuo", + "unicode": "ebbc", + "unicode_decimal": 60348 + }, + { + "icon_id": "1727598", + "name": "411地图", + "font_class": "ditu", + "unicode": "e906", + "unicode_decimal": 59654 + }, + { + "icon_id": "3584611", + "name": "关 闭", + "font_class": "guanbi", + "unicode": "e62f", + "unicode_decimal": 58927 + }, + { + "icon_id": "2808105", + "name": "浏览", + "font_class": "liulan", + "unicode": "e629", + "unicode_decimal": 58921 + }, + { + "icon_id": "6450775", + "name": "审核中", + "font_class": "shenhezhong", + "unicode": "e6ce", + "unicode_decimal": 59086 + }, + { + "icon_id": "4432686", + "name": "充值", + "font_class": "chongzhi", + "unicode": "e602", + "unicode_decimal": 58882 + }, + { + "icon_id": "1141383", + "name": "关闭", + "font_class": "iconfontguanbi", + "unicode": "e643", + "unicode_decimal": 58947 + }, + { + "icon_id": "5441298", + "name": "折扣", + "font_class": "zhekou", + "unicode": "e790", + "unicode_decimal": 59280 + }, + { + "icon_id": "4943660", + "name": "对号", + "font_class": "duihao2", + "unicode": "e601", + "unicode_decimal": 58881 + }, + { + "icon_id": "4018775", + "name": "对号01", + "font_class": "duihao", + "unicode": "e64e", + "unicode_decimal": 58958 + }, + { + "icon_id": "6155492", + "name": "经验值", + "font_class": "jingyanzhi", + "unicode": "e62e", + "unicode_decimal": 58926 + }, + { + "icon_id": "1983323", + "name": "物流", + "font_class": "wuliu", + "unicode": "e6f2", + "unicode_decimal": 59122 + }, + { + "icon_id": "10717369", + "name": "拼团", + "font_class": "pintuan-copy", + "unicode": "ebbf", + "unicode_decimal": 60351 + }, + { + "icon_id": "2182776", + "name": "箭头", + "font_class": "arrow", + "unicode": "e627", + "unicode_decimal": 58919 + }, + { + "icon_id": "7246995", + "name": "拼团", + "font_class": "pintuan", + "unicode": "e60c", + "unicode_decimal": 58892 + }, + { + "icon_id": "7341104", + "name": "优惠券", + "font_class": "youhuiquan", + "unicode": "e6e4", + "unicode_decimal": 59108 + }, + { + "icon_id": "2762614", + "name": "购物车", + "font_class": "gouwuche1", + "unicode": "e642", + "unicode_decimal": 58946 + }, + { + "icon_id": "3845489", + "name": "排列2", + "font_class": "pailie", + "unicode": "e61b", + "unicode_decimal": 58907 + }, + { + "icon_id": "4182111", + "name": "图片排列", + "font_class": "tupianpailie", + "unicode": "e620", + "unicode_decimal": 58912 + }, + { + "icon_id": "720963", + "name": "搜索", + "font_class": "xiazai5", + "unicode": "e605", + "unicode_decimal": 58885 + }, + { + "icon_id": "5110066", + "name": "微信", + "font_class": "weixin1", + "unicode": "e66e", + "unicode_decimal": 58990 + }, + { + "icon_id": "5258701", + "name": "购物车", + "font_class": "gouwuche", + "unicode": "e669", + "unicode_decimal": 58985 + }, + { + "icon_id": "7133397", + "name": "图标_设备列表轮播图右键头", + "font_class": "jiantou", + "unicode": "e641", + "unicode_decimal": 58945 + }, + { + "icon_id": "1671897", + "name": "会员", + "font_class": "huiyuan", + "unicode": "e60b", + "unicode_decimal": 58891 + }, + { + "icon_id": "2051400", + "name": "选中", + "font_class": "xuanzhong", + "unicode": "e615", + "unicode_decimal": 58901 + }, + { + "icon_id": "5087448", + "name": "选中", + "font_class": "complete", + "unicode": "e646", + "unicode_decimal": 58950 + }, + { + "icon_id": "6091393", + "name": "下 拉", + "font_class": "xiala1", + "unicode": "e609", + "unicode_decimal": 58889 + }, + { + "icon_id": "1852350", + "name": "地址", + "font_class": "dizhi", + "unicode": "e608", + "unicode_decimal": 58888 + }, + { + "icon_id": "3131690", + "name": "微信", + "font_class": "weixin", + "unicode": "e600", + "unicode_decimal": 58880 + }, + { + "icon_id": "3931371", + "name": "分享", + "font_class": "fenxiang", + "unicode": "e603", + "unicode_decimal": 58883 + }, + { + "icon_id": "2351436", + "name": "编辑", + "font_class": "bianji", + "unicode": "e6cc", + "unicode_decimal": 59084 + }, + { + "icon_id": "1857286", + "name": "皇冠2", + "font_class": "huangguan", + "unicode": "e624", + "unicode_decimal": 58916 + }, + { + "icon_id": "1857287", + "name": "皇冠3", + "font_class": "huangguan1", + "unicode": "e625", + "unicode_decimal": 58917 + }, + { + "icon_id": "1857288", + "name": "皇冠", + "font_class": "huangguan2", + "unicode": "e626", + "unicode_decimal": 58918 + } + ] +} diff --git a/src/styles/iconfont2/iconfont.ttf b/src/styles/iconfont2/iconfont.ttf new file mode 100644 index 0000000..58ca4d4 Binary files /dev/null and b/src/styles/iconfont2/iconfont.ttf differ diff --git a/src/styles/iconfont2/iconfont.woff b/src/styles/iconfont2/iconfont.woff new file mode 100644 index 0000000..6729885 Binary files /dev/null and b/src/styles/iconfont2/iconfont.woff differ diff --git a/src/styles/iconfont2/iconfont.woff2 b/src/styles/iconfont2/iconfont.woff2 new file mode 100644 index 0000000..da03e1a Binary files /dev/null and b/src/styles/iconfont2/iconfont.woff2 differ diff --git a/src/styles/index.scss b/src/styles/index.scss new file mode 100644 index 0000000..3606559 --- /dev/null +++ b/src/styles/index.scss @@ -0,0 +1,175 @@ +@import './variables.scss'; +@import "./font/iconfont.css"; +@import './mixin.scss'; +@import './transition.scss'; +@import './element-ui.scss'; +@import './styles.scss'; +@import './sidebar.scss'; +@import './btn.scss'; +@import './app.scss'; +body { + height: 100%; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + text-rendering: optimizeLegibility; + font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; +} +// label { +// font-weight: 700; +// } +html { + height: 100%; + box-sizing: border-box; + line-height: normal; +} +#app { + min-height: 100%; +} +*, +*:before, +*:after { + box-sizing: inherit; +} +.no-padding { + padding: 0px !important; +} +.padding-content { + padding: 4px 0; +} +a:focus, +a:active { + outline: none; +} +a, +a:focus, +a:hover { + cursor: pointer; + color: inherit; + text-decoration: none; +} +div:focus { + outline: none; +} +.fr { + float: right; +} +.fl { + float: left; +} +.pr-5 { + padding-right: 5px; +} +.pl-5 { + padding-left: 5px; +} +.mb-5{ + margin-bottom: 5px; +} +.block { + display: block; +} +.pointer { + cursor: pointer; +} +.selCard{ + padding: 20px 14px 2px; + background: #ffffff; + border-radius: 4px; +} +.inlineBlock { + display: block; +} +.clearfix { + &:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; + } +} +//main-container全局样式 +.app-container { + padding: 20px; +} +.components-container { + margin: 30px 50px; + position: relative; +} +.pagination-container { + margin-top: 30px; +} +.text-center { + text-align: center +} +.sub-navbar { + height: 50px; + line-height: 50px; + position: relative; + width: 100%; + text-align: right; + padding-right: 20px; + transition: 600ms ease position; + background: linear-gradient(90deg, rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%, rgba(33, 120, 241, 1) 100%, rgba(33, 120, 241, 1) 100%); + .subtitle { + font-size: 20px; + color: #fff; + } + &.draft { + background: #d0d0d0; + } + &.deleted { + background: #d0d0d0; + } +} +.link-type, +.link-type:focus { + color: #337ab7; + cursor: pointer; + &:hover { + color: rgb(32, 160, 255); + } +} +.filter-container { + padding-bottom: 10px; + .filter-item { + display: inline-block; + vertical-align: middle; + margin-bottom: 10px; + } +} +//refine vue-multiselect plugin +.multiselect { + line-height: 16px; +} +.multiselect--active { + z-index: 1000 !important; +} +.el-button-solt { + background-color: var(--prev-color-primary)!important; + border-radius: 0 4px 4px 0; +} +.el-button-solt i { + color: #fff; +} +// el-image 的 关闭预览样式 +.el-image-viewer__close { + border: 2px solid #fff; + background: none; +} +.el-date-editor .el-range-separator { + width: 26px; +} +.selWidth{ + width: 280px; +} +.dialogWidth { + width: 250px; +} +.pageWidth{ + width: 460px; +} +.width100{ + width: 100%; +} \ No newline at end of file diff --git a/src/styles/mixin.scss b/src/styles/mixin.scss new file mode 100644 index 0000000..06fa061 --- /dev/null +++ b/src/styles/mixin.scss @@ -0,0 +1,66 @@ +@mixin clearfix { + &:after { + content: ""; + display: table; + clear: both; + } +} + +@mixin scrollBar { + &::-webkit-scrollbar-track-piece { + background: #d3dce6; + } + + &::-webkit-scrollbar { + width: 6px; + } + + &::-webkit-scrollbar-thumb { + background: #99a9bf; + border-radius: 20px; + } +} + +@mixin relative { + position: relative; + width: 100%; + height: 100%; +} + +@mixin pct($pct) { + width: #{$pct}; + position: relative; + margin: 0 auto; +} + +@mixin triangle($width, $height, $color, $direction) { + $width: $width/2; + $color-border-style: $height solid $color; + $transparent-border-style: $width solid transparent; + height: 0; + width: 0; + + @if $direction==up { + border-bottom: $color-border-style; + border-left: $transparent-border-style; + border-right: $transparent-border-style; + } + + @else if $direction==right { + border-left: $color-border-style; + border-top: $transparent-border-style; + border-bottom: $transparent-border-style; + } + + @else if $direction==down { + border-top: $color-border-style; + border-left: $transparent-border-style; + border-right: $transparent-border-style; + } + + @else if $direction==left { + border-right: $color-border-style; + border-top: $transparent-border-style; + border-bottom: $transparent-border-style; + } +} diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss new file mode 100644 index 0000000..5372b38 --- /dev/null +++ b/src/styles/sidebar.scss @@ -0,0 +1,223 @@ +#app { + + .main-container { + min-height: 100%; + + transition: margin-left .28s; + margin-left: $sideBarWidth; + position: relative; + &.leftBar { + margin-left: $leftBarWidth !important; + } + &.leftBar130 { + margin-left: 130px !important; + } + &.leftBar210 { + margin-left: 180px !important; + } + &.leftBar270 { + margin-left: 270px !important; + } + } + + .sidebar-container { + transition: width 0.28s; + width: $sideBarWidth !important; + background-color: $menuBg; + height: 100%; + position: fixed; + font-size: 0px; + top: 0; + bottom: 0; + left: 0; + z-index: 790; + overflow: hidden; + &.leftBar130,&.leftBar270 { + width: 130px !important; + } + &.leftBar210 { + width: 180px !important; + } + // reset element-ui css + .horizontal-collapse-transition { + transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out; + } + + .scrollbar-wrapper { + overflow-y: scroll !important; + height: calc(100vh - 50px); + + } + + .el-scrollbar__bar.is-vertical { + right: 0px; + } + + .el-scrollbar { + height: 100%; + } + + &.has-logo { + .el-scrollbar { + height: calc(100% - 50px); + } + } + + .is-horizontal { + display: none; + } + + a { + display: inline-block; + width: 100%; + overflow: hidden; + } + + .svg-icon { + margin-right: 16px; + } + + .el-menu { + border: none; + height: 100%; + width: 100%; + } + & .nest-menu .el-submenu>.el-submenu__title, + & .el-submenu .el-menu-item { + min-width: $sideBarWidth; + background-color: $subMenuBg; + + &:hover { + background-color: $subMenuHover; + } + } + } + .hideSidebar { + .sidebar-container { + width: 54px !important; + &.leftBar270,&.leftBar130{ + width: 130px !important; + } + } + + .main-container { + margin-left: 54px !important; + &.leftBar270,&.leftBar130{ + margin-left: 130px !important; + } + } + .submenu-title-noDropdown { + padding: 0 !important; + position: relative; + + .el-tooltip { + padding: 0 !important; + text-align: center !important; + .svg-icon { + margin-left: 20px; + } + } + } + .el-submenu { + overflow: hidden; + &>.el-submenu__title { + padding: 0 !important; + text-align: center !important; + .svg-icon { + margin-left: 20px; + } + .el-submenu__icon-arrow { + display: none; + } + } + } + + .el-menu--collapse { + .el-submenu { + &>.el-submenu__title { + &>span { + height: 0; + width: 0; + overflow: hidden; + visibility: hidden; + display: inline-block; + } + } + } + } + } + + .el-menu--collapse .el-menu .el-submenu { + min-width: $sideBarWidth !important; + } + + // mobile responsive + .mobile { + .main-container { + margin-left: 0px; + } + + .sidebar-container { + transition: transform .28s; + width: $sideBarWidth !important; + } + + &.hideSidebar { + .sidebar-container { + pointer-events: none; + transition-duration: 0.3s; + transform: translate3d(-$sideBarWidth, 0, 0); + } + } + } + + .withoutAnimation { + + .main-container, + .sidebar-container { + transition: none; + } + } +} + +// when menu collapsed +.el-menu--vertical { + &>.el-menu { + .svg-icon { + margin-right: 16px; + } + } + + .nest-menu .el-submenu>.el-submenu__title, + .el-menu-item { + &:hover { + // you can use $subMenuHover + background-color: $menuHover; + } + } + // the scroll bar appears when the subMenu is too long + >.el-menu--popup { + max-height: 100vh; + // overflow-y: auto; + min-width: 140px; + &::-webkit-scrollbar-track-piece { + background: #d3dce6; + } + + &::-webkit-scrollbar { + width: 6px; + } + + &::-webkit-scrollbar-thumb { + background: #99a9bf; + border-radius: 20px; + } + } +} + +.container::-webkit-scrollbar { + display: none; + width: 0; + height: 0; + color: transparent; +} diff --git a/src/styles/styles.scss b/src/styles/styles.scss new file mode 100644 index 0000000..7536a7c --- /dev/null +++ b/src/styles/styles.scss @@ -0,0 +1,491 @@ +@charset "UTF-8"; +.el-card{ + font-size: 14px; +} +.svg-icon{ + width: 0.8em !important; + height: 0.8em !important; +} +.el-table--mini { + font-size: 13px !important; +} +.el-dialog__body{ + // padding: 5px 20px 15px 20px !important; +} +.el-dialog__wrapper{ + //overflow: auto !important; +} +.selWidth{ + width: 280px; +} +.mobile-page{ + width: 100%; +} +.paddingBox{ + padding:0 10px 10px; +} +.mobile-config{ + width: 100%; + padding: 15px; +} +.c_label{ + font-size: 14px; + color: #999999; +} +.c_label span{ + margin-left: 10px; + color: #333; +} +.empty-box{ + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + background: #f3f5f7; + border-radius: 6px; +} +.empty-box.on{ + border-radius: 0px; +} +.empty-box .iconfont-diy{ + color: #bbbfc8; + font-size: 30px; +} +.c_row-item{ + display: flex; + justify-content: space-between; + align-items: center; +} +.acea-row { + display: -webkit-box; + display: -moz-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-lines: multiple; + -moz-box-lines: multiple; + -o-box-lines: multiple; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + /* 辅助类 */ +} +.acea-row.row-bottom { + -webkit-box-align: end; + -moz-box-align: end; + -o-box-align: end; + -ms-flex-align: end; + -webkit-align-items: flex-end; + align-items: flex-end; +} +.acea-row.row-between { + -webkit-box-pack: justify; + -moz-box-pack: justify; + -o-box-pack: justify; + -ms-flex-pack: justify; + -webkit-justify-content: space-between; + justify-content: space-between; +} +/* 上下左右垂直居中 */ +.acea-row.row-center-wrapper { + -webkit-box-align: center; + -moz-box-align: center; + -o-box-align: center; + -ms-flex-align: center; + -webkit-align-items: center; + align-items: center; + -webkit-box-pack: center; + -moz-box-pack: center; + -o-box-pack: center; + -ms-flex-pack: center; + -webkit-justify-content: center; + justify-content: center; +} +.acea-row.row-middle { + -webkit-box-align: center; + -moz-box-align: center; + -o-box-align: center; + -ms-flex-align: center; + -webkit-align-items: center; + align-items: center; +} +/* 上下两边居中对齐 */ +.acea-row.row-between-wrapper { + -webkit-box-align: center; + -moz-box-align: center; + -o-box-align: center; + -ms-flex-align: center; + -webkit-align-items: center; + align-items: center; + -webkit-box-pack: justify; + -moz-box-pack: justify; + -o-box-pack: justify; + -ms-flex-pack: justify; + -webkit-justify-content: space-between; + justify-content: space-between; +} +.divBox{ + box-sizing: border-box; + .el-pagination{ + display: flex; + justify-content: flex-end; + margin-top: 25px; + } +} +.seachTiele{ + font-size: 12px; +} +.el-divider--horizontal{ + margin: 19px 0; +} +.suibian-modal{ + .el-dialog__footer{ + display: none !important; + } +} +.el-message-box__wrapper{ + overflow: auto; +} +.el-message-box{ + overflow: auto!important; +} +.modal-form{ + width: 600px; +} +.modal-form .el-select{ + width: 100%; +} +.upload-form{ + min-width: 1000px; + max-height:620px; +} +.listPic{ + .image-slot{ + width: 100%; + height: 100%; + display: flex; + justify-content: center; + align-items: center; + } +} +.switchTable{ + .el-switch.is-disabled { + opacity: 1; + } + .el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label { + cursor: pointer !important;; + } +} +/** + * 上传图片的照相机 + */ +.upLoadPicBox{ + display: inline-block; + cursor: pointer; + + .pictrue { + width: 60px; + height: 60px; + border: 1px dotted rgba(0, 0, 0, 0.1); + margin-right: 10px; + position: relative; + img { + width: 100%; + height: 100%; + } + .btndel{ + position: absolute; + right: -5px; + top: -5px; + cursor: pointer; + } + } + .upLoad { + width: 58px; + height: 58px; + line-height: 58px; + font-size: 20px; + border: 1px dotted rgba(0, 0, 0, 0.1); + border-radius: 4px; + background: rgba(0, 0, 0, 0.02); + display: flex; + justify-content: center; + align-items: center; + } +} + +/** + * 标题带下划线 + */ +.dividerTitle{ + .title{ + border-bottom: 2px solid var(--prev-color-primary); + padding: 0 8px 18px 5px; + color: #000; + font-size: 14px; + } +} +.cameraIconfont{ + color: #898989; + font-size: 26px; +} +.ml10{ + margin-left: 10px; +} +.mr10{ + margin-right: 10px; +} +.mb15{ + margin-bottom: 15px; +} +.mb20{ + margin-bottom: 20px; +} +.mb5{ + margin-bottom: 5px; +} +.mr15{ + margin-right: 15px; +} +.mt20{ + margin-top: 20px; +} +.mr50 { + margin-right: 50px; +} +.mr20{ + margin-right: 20px !important; +} +.ml40 { + margin-left: 40px !important; +} +.ml50{ + margin-left: 50px !important; +} +.mb10{ + margin-bottom: 10px; +} +.mr5{ + margin-right: 5px; +} +.pl25{ + padding-left: 25px; + box-sizing: border-box; +} +a { + color: var(--prev-color-primary); + background: transparent; + text-decoration: none; + outline: none; + cursor: pointer; + transition: color .2s ease; + font-size: 12px; +} +.spBlock{ + display: block; +} +.onHand{ + cursor: pointer; +} +/** + * 搜索框标题 + */ +.seachTiele{ + line-height: 35px; + font-size: 12px; +} +/*switch样式*/ +.el-switch__label { + position: absolute; + display: none; + color: #fff; + font-size: 12px !important; +} +/*打开时文字位置设置*/ +.el-switch__label--right { + z-index: 1; + font-size: 12px !important; +} +/*关闭时文字位置设置*/ +.el-switch__label--left { + z-index: 1; + left: 19px; + font-size: 12px !important; +} +/*显示文字*/ +.el-switch__label.is-active { + display: block; + color: #fff; + font-size: 12px; +} +.el-table__row .el-switch .el-switch__core, +.el-table__row .el-switch .el-switch__label { + font-size: 12px; + width: 55px!important; +} +.el-switch__label * { + font-size: 12px; +} + +/** + * 表格下拉内容 + */ +.demo-table-expand { + font-size: 0; +} +.demo-table-expand label { + width: 111px; + color: #99a9bf; +} +.demo-table-expand .el-form-item { + margin-right: 0; + margin-bottom: 0; + width: 33.33%; +} +table .el-image{ + width: 36px; + height: 36px; +} +//登录页动画 +.index_bg { + width: 100%; + height: 100vh; + background: rgba(0, 0, 0, .6) !important; + z-index: 0 !important; +} + +//表格下拉文字 +.el-form-item__label, .el-form-item__content{ + font-size: 13px !important; +} +@font-face { + font-family: "iconfont"; /* Project id 2955395 */ + src: url('//at.alicdn.com/t/font_2955395_hzsad8tzvr.woff2?t=1637567333533') format('woff2'), + url('//at.alicdn.com/t/font_2955395_hzsad8tzvr.woff?t=1637567333533') format('woff'), + url('//at.alicdn.com/t/font_2955395_hzsad8tzvr.ttf?t=1637567333533') format('truetype'); +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-daochuwenjian:before { + content: "\e608"; +} + +.icon-yihaotong:before { + content: "\e609"; +} + +.icon-caiwuguanli:before { + content: "\e60a"; +} + +.icon-fenxiaoguanli:before { + content: "\e606"; +} + +.icon-shangpinguanli:before { + content: "\e607"; +} + +.icon-yonghuguanli:before { + content: "\e600"; +} + +.icon-duanxinpeizhi:before { + content: "\e601"; +} + +.icon-wenzhangguanli:before { + content: "\e602"; +} + +.icon-xitongshezhi:before { + content: "\e603"; +} + +.icon-youhuiquan:before { + content: "\e604"; +} + +.icon-dingdanguanli:before { + content: "\e605"; +} +.el-menu-item,.el-submenu__title { + height: 50px; + line-height: 50px; +} +.styleTwo,.styleTwo .el-menu--popup { + min-width: 140px!important; + padding: 0; + max-height: auto; +} +.styleTwo .el-menu--popup{ + border-radius: 4px; + background: #5F5F66!important; +} +.styleTwo{ + &::before{ + content: ""; + border: 10px solid transparent; + border-right-color: #5F5F66; + position: absolute; + left: 0; + top: 50px; + } +} +.styleTwo .el-menu--popup-right-start{ + margin-left: 17px; + margin-right: 12px; +} +.styleTwo li{ + background: #5f5f66!important; + height: 46px!important; + line-height: 46px!important; + font-size: 13px; + padding-left: 0!important; +} + +.styleTwo .el-submenu__title{ + background: #5f5f66!important; + height: 46px!important; + line-height: 46px!important; + font-size: 13px; + color: #ffffff!important; +} + +.styleTwo li:hover,.styleTwo .is-active{ + background: #77777D!important; + .el-submenu__title{ + background: #77777D!important; + } +} +.styleTwo .router-link-active{ + background: #ffffff; +} +#app .hideSidebar .style2 .el-submenu>.el-submenu__title{ + text-align: left!important; +} +.el-slider__button-wrapper{ + z-index: 100 +} +.el-radio-button .el-radio__input.is-checked+.el-radio__label, +.el-radio-button .el-radio-button__inner:hover { + color: var(--prev-color-primary); +} + +.fc-upload-btn{ + display: flex!important; + align-items: center; + justify-content: center; +} +.fc-upload-btn .el-icon-camera{ + font-size: 26px; + color: #898989; +} diff --git a/src/styles/transition.scss b/src/styles/transition.scss new file mode 100644 index 0000000..4cb27cc --- /dev/null +++ b/src/styles/transition.scss @@ -0,0 +1,48 @@ +// global transition css + +/* fade */ +.fade-enter-active, +.fade-leave-active { + transition: opacity 0.28s; +} + +.fade-enter, +.fade-leave-active { + opacity: 0; +} + +/* fade-transform */ +.fade-transform-leave-active, +.fade-transform-enter-active { + transition: all .5s; +} + +.fade-transform-enter { + opacity: 0; + transform: translateX(-30px); +} + +.fade-transform-leave-to { + opacity: 0; + transform: translateX(30px); +} + +/* breadcrumb transition */ +.breadcrumb-enter-active, +.breadcrumb-leave-active { + transition: all .5s; +} + +.breadcrumb-enter, +.breadcrumb-leave-active { + opacity: 0; + transform: translateX(20px); +} + +.breadcrumb-move { + transition: all .5s; +} + +.breadcrumb-leave-active { + position: absolute; +} diff --git a/src/views/app/wechat/reply/index.vue b/src/views/app/wechat/reply/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/app/wechat/reply/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/dataScreen/assets/css/index.scss b/src/views/dataScreen/assets/css/index.scss new file mode 100644 index 0000000..f3ae3ef --- /dev/null +++ b/src/views/dataScreen/assets/css/index.scss @@ -0,0 +1,381 @@ +@import "./modules/reset.scss"; +@import "./modules/variables.scss"; +// @import './theme/index.css'; +@import '../iconfont/iconfont.css'; + +@font-face { + font-family: 'number-font'; + src: url('../font/D-DINExp-Bold.otf'); +} + +[class*=" blq-icon-"], +[class^=blq-icon-] { + font-family: iconfont !important; + speak: none; + font-style: normal; + font-weight: 400; + font-variant: normal; + text-transform: none; + line-height: 1; + vertical-align: middle; + display: inline-block; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale +} + +*, +:after, +:before { + box-sizing: border-box; +} + +.line1 { + white-space: nowrap; + word-break: break-all; + overflow: hidden; + text-overflow: ellipsis; +} + +.clearfix { + &::after { + content: ""; + display: table; + height: 0; + line-height: 0; + visibility: hidden; + clear: both; + } +} + +.contents { + width: 100%; + display: flex; + min-height: calc(100% - 60px); + justify-content: space-between; + line-height: 20px; +} +.contents_info{ + width: 100%; + display: flex; + min-height: calc(100% - 60px); + line-height: 20px; +} +.beautify-scroll-def { + overflow-y: auto; + + &::-webkit-scrollbar-thumb { + //滚动条的设置 + background-color: rgba(14, 59, 150, 0); + background-clip: padding-box; + border-radius: 4px; + } + + &:hover { + &::-webkit-scrollbar-thumb { + //滚动条的设置 + background-color: rgba(14, 59, 150, 0.5); + background-clip: padding-box; + border-radius: 4px; + } + } + + &::-webkit-scrollbar-track-piece { + //滚动条凹槽的颜色,还可以设置边框属性 + background-color: transparent; + } + + &::-webkit-scrollbar { + //滚动条的宽度 + width: 8px; + height: 8px; + } + + + + &::-webkit-scrollbar-thumb:hover { + background-color: rgba(14, 59, 150, .8); + } +} + + +.orderNum { + // min-width: 22px; + // height: 22px; + // background: #00b8ff; + // border-radius: 50%; + // text-align: center; + // line-height: 22px; + // font-size: 13px; + // font-weight: 900; + // color: #0f2854; + color: #ffba1a; +} + +.yh-big-input { + width: 253px; + height: 14px; + background: transparent; + border: 1px solid rgba(255, 255, 255, .53); + border-radius: 4px; + color: #fff; + padding: 6px 10px; + font-size: 14px; + transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); + + &:focus { + outline: none; + border-color: #31abe3; + } +} + +.yh-big-el-input { + width: 253px; + font-size: 14px; + + .el-input__inner { + padding: 6px 10px; + border: 1px solid rgba(255, 255, 255, .53); + background-color: transparent; + font-size: 14px; + line-height: 1; + color: #fff; + + &:hover { + border-color: rgba(255, 255, 255, .8); + } + + &:focus { + outline: none; + border-color: #31abe3; + } + + } + +} + +.yh-big-button { + width: 53px; + height: 26px; + background: #00b1d6; + border-radius: 4px; + // border-color: #00b1d6; + border-width: 1px; + border: none; + cursor: pointer; + color: #fff; + font-size: 15px; + + &:hover, + &:focus { + // border-color: #0597b4; + background: #0597b4; + } +} + + +//浮动 +.float-r { + float: right; +} + +//浮动 +.float-l { + float: left; +} + +// 字体加粗 +.fw-b { + font-weight: bold; +} + +//文章一行显示,多余省略号显示 +.title-item { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +//表格样式重置 +.ve-table { + $border-color: #525371; + // $border-color: rgba(255, 255, 255, .43); + box-sizing: border-box; + + .ve-table-container { + &::-webkit-scrollbar-track-piece { + //滚动条凹槽的颜色,还可以设置边框属性 + background-color: transparent; + } + + &::-webkit-scrollbar { + //滚动条的宽度 + width: 8px; + height: 8px; + } + + &::-webkit-scrollbar-thumb { + //滚动条的设置 + background-color: rgba(14, 59, 150, 0.5); + background-clip: padding-box; + border-radius: 4px; + } + + &::-webkit-scrollbar-thumb:hover { + background-color: rgba(14, 59, 150, .8); + } + + .ve-table-content { + &::after { + content: ""; + position: absolute; + top: 0; + right: 0px; + width: 1px; + height: 100%; + background-color: $border-color; + z-index: 20; + + } + } + + } + + &.ve-table-border-around { + border-color: $border-color; + } + + .ve-table-container table.ve-table-content thead.ve-table-header tr.ve-table-header-tr { + height: 34px; + box-sizing: border-box; + + th.ve-table-header-th { + background: #04004E; + color: #FFF; + border-color: $border-color; + box-sizing: border-box; + line-height: 1; + } + } + + .ve-table-container table.ve-table-content tbody.ve-table-body { + + tr.ve-table-body-tr td.ve-table-body-td, + tr.ve-table-expand-tr td.ve-table-body-td, + tr.ve-table-body-tr td.ve-table-expand-td, + tr.ve-table-expand-tr td.ve-table-expand-td { + background: transparent; + color: #FFF; + border-color: $border-color; + box-sizing: border-box; + } + + tr.ve-table-body-tr, + tr.ve-table-expand-tr { + height: 34px; + box-sizing: border-box; + } + + &.ve-table-row-hover tr.ve-table-body-tr:hover td { + background-color: rgba(0, 0, 0, .22); + box-sizing: border-box; + } + } + + + + .ve-table-container .ve-table-border-x th, + .ve-table-container .ve-table-border-x td { + border-color: $border-color; + box-sizing: border-box; + } + +} + + + +//颜色 +@each $colorkey, +$color in $colors { + .text-#{$colorkey} { + color: $color; + } + + .bg-#{$colorkey} { + background-color: $color; + } +} + +//对齐 +@each $var in (left, center, right) { + .text-#{$var} { + text-align: $var !important; + } +} + +//flex +@each $key, +$value in $flex-jc { + .jc-#{$key} { + justify-content: $value; + } +} + +@each $key, +$value in $flex-ai { + .ai-#{$key} { + align-items: $value; + } +} + +//字体 +@each $fontkey, +$fontvalue in $font-sizes { + .fs-#{$fontkey} { + font-size: $fontvalue * $base-font-size; + } +} + +//.mt-1 => margin top +//spacing + +@each $typekey, +$type in $spacing-types { + + //.m-1 + @each $sizekey, + $size in $spacing-sizes { + .#{$typekey}-#{$sizekey} { + #{$type}: $size * $spacing-base-size; + } + } + + //.mx-1 + @each $sizekey, + $size in $spacing-sizes { + .#{$typekey}x-#{$sizekey} { + #{$type}-left: $size * $spacing-base-size; + #{$type}-right: $size * $spacing-base-size; + } + + .#{$typekey}y-#{$sizekey} { + #{$type}-top: $size * $spacing-base-size; + #{$type}-bottom: $size * $spacing-base-size; + } + } + + //.mt-1 + @each $directionkey, + $direction in $spacing-directions { + + @each $sizekey, + $size in $spacing-sizes { + .#{$typekey}#{$directionkey}-#{$sizekey} { + #{$type}-#{$direction}: $size * $spacing-base-size; + } + } + } + + .#{$typekey} { + #{$type}: 0; + } +} diff --git a/src/views/dataScreen/assets/css/modules/reset.scss b/src/views/dataScreen/assets/css/modules/reset.scss new file mode 100644 index 0000000..0c97af7 --- /dev/null +++ b/src/views/dataScreen/assets/css/modules/reset.scss @@ -0,0 +1,186 @@ +/** + * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) + * http://cssreset.com + */ +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video, +input { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + // font-weight: normal; + vertical-align: baseline; +} + +/* HTML5 display-role reset for older browsers */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +menu, +nav, +section { + display: block; +} + + +blockquote, +q { + quotes: none; +} + +blockquote:before, +blockquote:after, +q:before, +q:after { + content: none; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +/* custom */ + +li { + list-style: none; +} + +.olControlScaleLineBottom { + display: none; +} + +.olControlScaleLineTop { + color: #000 !important; + border-bottom: solid 3px #000 !important; + border-left: solid 2px #000 !important; + border-right: solid 2px #000 !important; + background-color: rgba(255, 255, 255, .4); + font-size: 10px; + text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; +} + +.olControlScaleLine { + z-index: 900 !important; +} +/*清除浮动*/ +.clearfix:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} +.clearfix {display: inline-block;} +/* 点击搜索框获取焦点 placeholder消失-开始 */ +/* WebKit browsers */ + +// input:focus::-webkit-input-placeholder { +// color: transparent; +// } + + +// /* Mozilla Firefox 4 to 18 */ + +// input:focus:-moz-placeholder { +// color: transparent; +// } + + +// /* Mozilla Firefox 19+ */ + +// input:focus::-moz-placeholder { +// color: transparent; +// } + + +// /* Internet Explorer 10+ */ + +// input:focus:-ms-input-placeholder { +// color: transparent; +// } + +/* 点击搜索框获取焦点 placeholder消失-结束 */ diff --git a/src/views/dataScreen/assets/css/modules/variables.scss b/src/views/dataScreen/assets/css/modules/variables.scss new file mode 100644 index 0000000..e36162c --- /dev/null +++ b/src/views/dataScreen/assets/css/modules/variables.scss @@ -0,0 +1,98 @@ +// 颜色 +$colors: ( + "primary": #1A5CD7, + "info-1": #4394e4, + "info": #4b67af, + "white": #ffffff, + "light": #f9f9f9, + "grey-1": #999999, + "grey": #666666, + "dark-1": #5f5f5f, + "dark": #222222, + "black-1": #171823, + "black": #000000, + "icon": #5cd9e8 +); + +// 字体大小 +$base-font-size: 0.2rem; +$font-sizes: ( + xxs: 0.1, + //8px + xs: 0.125, + //10px + sm: 0.2875, + //12px + md: 0.1625, + //13px + lg: 0.175, + //14px + xl: 0.2, + //16px + xxl: 0.225, + //18px + xxxl: 0.25 //20px,,,, +); + +// 宽高 +.w-100 { + width: 100%; +} +.h-100 { + height: 100%; +} + +//flex +.flex { + display: flex; +} +.flex-column { + flex-direction: column; +} +.flex-wrap { + flex-wrap: wrap; +} +.flex-nowrap { + flex-wrap: nowrap; +} +$flex-jc: ( + start: flex-start, + end: flex-end, + center: center, + between: space-between, + around: space-around, + evenly: space-evenly, +); + +$flex-ai: ( + start: flex-start, + end: flex-end, + center: center, + stretch: stretch, +); + +.flex-1 { + flex: 1; +} + +//.mt-1 => margin top +//spacing +$spacing-types: ( + m: margin, + p: padding, +); +$spacing-directions: ( + t: top, + r: right, + b: bottom, + l: left, +); +$spacing-base-size: 0.5rem; +$spacing-sizes: ( + 0: 0, + 1: 0.5, + 2: 1, + 3: 1.5, + 4: 2, + 5: 2.5, +); diff --git a/src/views/dataScreen/assets/css/public.scss b/src/views/dataScreen/assets/css/public.scss new file mode 100644 index 0000000..5c669b2 --- /dev/null +++ b/src/views/dataScreen/assets/css/public.scss @@ -0,0 +1,221 @@ +.flex { + display: flex; +} + +.flex-direction { + flex-direction: column; +} + +.flex-wrap { + flex-wrap: wrap; +} + +.align-start { + align-items: flex-start; +} + +.align-end { + align-items: flex-end; +} + +.align-center { + align-items: center; +} + +.align-stretch { + align-items: stretch; +} + +.self-start { + align-self: flex-start; +} + +.self-center { + align-self: flex-center; +} + +.self-end { + align-self: flex-end; +} + +.self-stretch { + align-self: stretch; +} + +.align-stretch { + align-items: stretch; +} + +.justify-start { + justify-content: flex-start; +} + +.justify-end { + justify-content: flex-end; +} + +.justify-center { + justify-content: center; +} + +.justify-between { + justify-content: space-between; +} + +.justify-around { + justify-content: space-around; +} + +@for $i from 0 through 12 { + .rdx-flex-#{$i} { + flex: $i; + } +} + +@for $i from 9 to 50 { + .rdx-font-#{$i} { + font-size: $i + px; + } +} + +@for $i from 2 to 50 { + .rdx-radius-#{$i} { + border-radius: $i + px; + } +} + +@for $i from 10 to 50 { + .rdx-line-height-#{$i} { + line-height: $i + px; + } +} + +// 定义内外边距,历遍1-80 +@for $i from 0 through 80 { + + // 只要双数和能被5除尽的数 + @if $i % 2==0 or $i % 5==0 { + + // 得出:u-margin-30或者u-m-30 + .rdx-m-#{$i} { + margin: $i + px !important; + } + + // 得出:u-padding-30或者u-p-30 + .rdx-p-#{$i} { + padding: $i + px !important; + } + + @each $short, $long in l left, t top, r right, b bottom { + + // 缩写版,结果如: u-m-l-30 + // 定义外边距 + .rdx-m-#{$short}-#{$i} { + margin-#{$long}: $i + px !important; + } + + // 定义内边距 + .rdx-p-#{$short}-#{$i} { + padding-#{$long}: $i + px !important; + } + + //自定义左右内边距 + .rdx-p-lr-#{$i} { + padding-left: $i + px !important; + padding-right: $i + px !important; + } + + //自定义上下内边距 + .rdx-p-tb-#{$i} { + padding-top: $i + px !important; + padding-bottom: $i + px !important; + } + } + } +} + +i { + font-style: normal; +} + +.position-re { + position: relative; +} + +.position-ab { + position: absolute; + z-index: 9; +} + +.position-fixed { + position: fixed; + background: rgba(92, 116, 143, 0.45); + width: 100%; + height: 100%; + left: 0px; + top: 0px; + z-index: 10; +} + +.round { + border-radius: 50%; +} + +.font-strong { + font-weight: bold; +} + +.color-del { + color: $del-color; +} + +.color-primary { + color: $primary-color; +} + +.color-remark { + color: #666666; +} + +.color-9 { + color: #999999; +} + +.color-green { + color: #38a800; +} + +.bg-white { + background-color: white; +} + +.line-bottom { + border-bottom: 1px solid #eeeeee; +} + +.button-pointer { + cursor: pointer; +} + +.box-shadow-item { + box-shadow: 0px 0px 4px 0px rgba(45, 45, 46, 0.1); +} + +.search-form .search-form-item label { + text-align: right; + padding-right: 6px; +} + + +.break-all { + word-break: break-all; +} + +.blocks { + width: 100%; + height: 100%; +} + +.cursor-pointer { + cursor: pointer; +} diff --git a/src/views/dataScreen/assets/css/theme/fonts/element-icons.ttf b/src/views/dataScreen/assets/css/theme/fonts/element-icons.ttf new file mode 100644 index 0000000..91b74de Binary files /dev/null and b/src/views/dataScreen/assets/css/theme/fonts/element-icons.ttf differ diff --git a/src/views/dataScreen/assets/css/theme/fonts/element-icons.woff b/src/views/dataScreen/assets/css/theme/fonts/element-icons.woff new file mode 100644 index 0000000..02b9a25 Binary files /dev/null and b/src/views/dataScreen/assets/css/theme/fonts/element-icons.woff differ diff --git a/src/views/dataScreen/assets/css/theme/index.css b/src/views/dataScreen/assets/css/theme/index.css new file mode 100644 index 0000000..46d081c --- /dev/null +++ b/src/views/dataScreen/assets/css/theme/index.css @@ -0,0 +1 @@ +@charset "UTF-8";.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55, 0, .1, 1);transition:opacity .3s cubic-bezier(.55, 0, .1, 1)}@font-face{font-family:element-icons;src:url("fonts/element-icons.woff") format("woff"),url("fonts/element-icons.ttf") format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\e6a0"}.el-icon-ice-cream-square:before{content:"\e6a3"}.el-icon-lollipop:before{content:"\e6a4"}.el-icon-potato-strips:before{content:"\e6a5"}.el-icon-milk-tea:before{content:"\e6a6"}.el-icon-ice-drink:before{content:"\e6a7"}.el-icon-ice-tea:before{content:"\e6a9"}.el-icon-coffee:before{content:"\e6aa"}.el-icon-orange:before{content:"\e6ab"}.el-icon-pear:before{content:"\e6ac"}.el-icon-apple:before{content:"\e6ad"}.el-icon-cherry:before{content:"\e6ae"}.el-icon-watermelon:before{content:"\e6af"}.el-icon-grape:before{content:"\e6b0"}.el-icon-refrigerator:before{content:"\e6b1"}.el-icon-goblet-square-full:before{content:"\e6b2"}.el-icon-goblet-square:before{content:"\e6b3"}.el-icon-goblet-full:before{content:"\e6b4"}.el-icon-goblet:before{content:"\e6b5"}.el-icon-cold-drink:before{content:"\e6b6"}.el-icon-coffee-cup:before{content:"\e6b8"}.el-icon-water-cup:before{content:"\e6b9"}.el-icon-hot-water:before{content:"\e6ba"}.el-icon-ice-cream:before{content:"\e6bb"}.el-icon-dessert:before{content:"\e6bc"}.el-icon-sugar:before{content:"\e6bd"}.el-icon-tableware:before{content:"\e6be"}.el-icon-burger:before{content:"\e6bf"}.el-icon-knife-fork:before{content:"\e6c1"}.el-icon-fork-spoon:before{content:"\e6c2"}.el-icon-chicken:before{content:"\e6c3"}.el-icon-food:before{content:"\e6c4"}.el-icon-dish-1:before{content:"\e6c5"}.el-icon-dish:before{content:"\e6c6"}.el-icon-moon-night:before{content:"\e6ee"}.el-icon-moon:before{content:"\e6f0"}.el-icon-cloudy-and-sunny:before{content:"\e6f1"}.el-icon-partly-cloudy:before{content:"\e6f2"}.el-icon-cloudy:before{content:"\e6f3"}.el-icon-sunny:before{content:"\e6f6"}.el-icon-sunset:before{content:"\e6f7"}.el-icon-sunrise-1:before{content:"\e6f8"}.el-icon-sunrise:before{content:"\e6f9"}.el-icon-heavy-rain:before{content:"\e6fa"}.el-icon-lightning:before{content:"\e6fb"}.el-icon-light-rain:before{content:"\e6fc"}.el-icon-wind-power:before{content:"\e6fd"}.el-icon-baseball:before{content:"\e712"}.el-icon-soccer:before{content:"\e713"}.el-icon-football:before{content:"\e715"}.el-icon-basketball:before{content:"\e716"}.el-icon-ship:before{content:"\e73f"}.el-icon-truck:before{content:"\e740"}.el-icon-bicycle:before{content:"\e741"}.el-icon-mobile-phone:before{content:"\e6d3"}.el-icon-service:before{content:"\e6d4"}.el-icon-key:before{content:"\e6e2"}.el-icon-unlock:before{content:"\e6e4"}.el-icon-lock:before{content:"\e6e5"}.el-icon-watch:before{content:"\e6fe"}.el-icon-watch-1:before{content:"\e6ff"}.el-icon-timer:before{content:"\e702"}.el-icon-alarm-clock:before{content:"\e703"}.el-icon-map-location:before{content:"\e704"}.el-icon-delete-location:before{content:"\e705"}.el-icon-add-location:before{content:"\e706"}.el-icon-location-information:before{content:"\e707"}.el-icon-location-outline:before{content:"\e708"}.el-icon-location:before{content:"\e79e"}.el-icon-place:before{content:"\e709"}.el-icon-discover:before{content:"\e70a"}.el-icon-first-aid-kit:before{content:"\e70b"}.el-icon-trophy-1:before{content:"\e70c"}.el-icon-trophy:before{content:"\e70d"}.el-icon-medal:before{content:"\e70e"}.el-icon-medal-1:before{content:"\e70f"}.el-icon-stopwatch:before{content:"\e710"}.el-icon-mic:before{content:"\e711"}.el-icon-copy-document:before{content:"\e718"}.el-icon-full-screen:before{content:"\e719"}.el-icon-switch-button:before{content:"\e71b"}.el-icon-aim:before{content:"\e71c"}.el-icon-crop:before{content:"\e71d"}.el-icon-odometer:before{content:"\e71e"}.el-icon-time:before{content:"\e71f"}.el-icon-bangzhu:before{content:"\e724"}.el-icon-close-notification:before{content:"\e726"}.el-icon-microphone:before{content:"\e727"}.el-icon-turn-off-microphone:before{content:"\e728"}.el-icon-position:before{content:"\e729"}.el-icon-postcard:before{content:"\e72a"}.el-icon-message:before{content:"\e72b"}.el-icon-chat-line-square:before{content:"\e72d"}.el-icon-chat-dot-square:before{content:"\e72e"}.el-icon-chat-dot-round:before{content:"\e72f"}.el-icon-chat-square:before{content:"\e730"}.el-icon-chat-line-round:before{content:"\e731"}.el-icon-chat-round:before{content:"\e732"}.el-icon-set-up:before{content:"\e733"}.el-icon-turn-off:before{content:"\e734"}.el-icon-open:before{content:"\e735"}.el-icon-connection:before{content:"\e736"}.el-icon-link:before{content:"\e737"}.el-icon-cpu:before{content:"\e738"}.el-icon-thumb:before{content:"\e739"}.el-icon-female:before{content:"\e73a"}.el-icon-male:before{content:"\e73b"}.el-icon-guide:before{content:"\e73c"}.el-icon-news:before{content:"\e73e"}.el-icon-price-tag:before{content:"\e744"}.el-icon-discount:before{content:"\e745"}.el-icon-wallet:before{content:"\e747"}.el-icon-coin:before{content:"\e748"}.el-icon-money:before{content:"\e749"}.el-icon-bank-card:before{content:"\e74a"}.el-icon-box:before{content:"\e74b"}.el-icon-present:before{content:"\e74c"}.el-icon-sell:before{content:"\e6d5"}.el-icon-sold-out:before{content:"\e6d6"}.el-icon-shopping-bag-2:before{content:"\e74d"}.el-icon-shopping-bag-1:before{content:"\e74e"}.el-icon-shopping-cart-2:before{content:"\e74f"}.el-icon-shopping-cart-1:before{content:"\e750"}.el-icon-shopping-cart-full:before{content:"\e751"}.el-icon-smoking:before{content:"\e752"}.el-icon-no-smoking:before{content:"\e753"}.el-icon-house:before{content:"\e754"}.el-icon-table-lamp:before{content:"\e755"}.el-icon-school:before{content:"\e756"}.el-icon-office-building:before{content:"\e757"}.el-icon-toilet-paper:before{content:"\e758"}.el-icon-notebook-2:before{content:"\e759"}.el-icon-notebook-1:before{content:"\e75a"}.el-icon-files:before{content:"\e75b"}.el-icon-collection:before{content:"\e75c"}.el-icon-receiving:before{content:"\e75d"}.el-icon-suitcase-1:before{content:"\e760"}.el-icon-suitcase:before{content:"\e761"}.el-icon-film:before{content:"\e763"}.el-icon-collection-tag:before{content:"\e765"}.el-icon-data-analysis:before{content:"\e766"}.el-icon-pie-chart:before{content:"\e767"}.el-icon-data-board:before{content:"\e768"}.el-icon-data-line:before{content:"\e76d"}.el-icon-reading:before{content:"\e769"}.el-icon-magic-stick:before{content:"\e76a"}.el-icon-coordinate:before{content:"\e76b"}.el-icon-mouse:before{content:"\e76c"}.el-icon-brush:before{content:"\e76e"}.el-icon-headset:before{content:"\e76f"}.el-icon-umbrella:before{content:"\e770"}.el-icon-scissors:before{content:"\e771"}.el-icon-mobile:before{content:"\e773"}.el-icon-attract:before{content:"\e774"}.el-icon-monitor:before{content:"\e775"}.el-icon-search:before{content:"\e778"}.el-icon-takeaway-box:before{content:"\e77a"}.el-icon-paperclip:before{content:"\e77d"}.el-icon-printer:before{content:"\e77e"}.el-icon-document-add:before{content:"\e782"}.el-icon-document:before{content:"\e785"}.el-icon-document-checked:before{content:"\e786"}.el-icon-document-copy:before{content:"\e787"}.el-icon-document-delete:before{content:"\e788"}.el-icon-document-remove:before{content:"\e789"}.el-icon-tickets:before{content:"\e78b"}.el-icon-folder-checked:before{content:"\e77f"}.el-icon-folder-delete:before{content:"\e780"}.el-icon-folder-remove:before{content:"\e781"}.el-icon-folder-add:before{content:"\e783"}.el-icon-folder-opened:before{content:"\e784"}.el-icon-folder:before{content:"\e78a"}.el-icon-edit-outline:before{content:"\e764"}.el-icon-edit:before{content:"\e78c"}.el-icon-date:before{content:"\e78e"}.el-icon-c-scale-to-original:before{content:"\e7c6"}.el-icon-view:before{content:"\e6ce"}.el-icon-loading:before{content:"\e6cf"}.el-icon-rank:before{content:"\e6d1"}.el-icon-sort-down:before{content:"\e7c4"}.el-icon-sort-up:before{content:"\e7c5"}.el-icon-sort:before{content:"\e6d2"}.el-icon-finished:before{content:"\e6cd"}.el-icon-refresh-left:before{content:"\e6c7"}.el-icon-refresh-right:before{content:"\e6c8"}.el-icon-refresh:before{content:"\e6d0"}.el-icon-video-play:before{content:"\e7c0"}.el-icon-video-pause:before{content:"\e7c1"}.el-icon-d-arrow-right:before{content:"\e6dc"}.el-icon-d-arrow-left:before{content:"\e6dd"}.el-icon-arrow-up:before{content:"\e6e1"}.el-icon-arrow-down:before{content:"\e6df"}.el-icon-arrow-right:before{content:"\e6e0"}.el-icon-arrow-left:before{content:"\e6de"}.el-icon-top-right:before{content:"\e6e7"}.el-icon-top-left:before{content:"\e6e8"}.el-icon-top:before{content:"\e6e6"}.el-icon-bottom:before{content:"\e6eb"}.el-icon-right:before{content:"\e6e9"}.el-icon-back:before{content:"\e6ea"}.el-icon-bottom-right:before{content:"\e6ec"}.el-icon-bottom-left:before{content:"\e6ed"}.el-icon-caret-top:before{content:"\e78f"}.el-icon-caret-bottom:before{content:"\e790"}.el-icon-caret-right:before{content:"\e791"}.el-icon-caret-left:before{content:"\e792"}.el-icon-d-caret:before{content:"\e79a"}.el-icon-share:before{content:"\e793"}.el-icon-menu:before{content:"\e798"}.el-icon-s-grid:before{content:"\e7a6"}.el-icon-s-check:before{content:"\e7a7"}.el-icon-s-data:before{content:"\e7a8"}.el-icon-s-opportunity:before{content:"\e7aa"}.el-icon-s-custom:before{content:"\e7ab"}.el-icon-s-claim:before{content:"\e7ad"}.el-icon-s-finance:before{content:"\e7ae"}.el-icon-s-comment:before{content:"\e7af"}.el-icon-s-flag:before{content:"\e7b0"}.el-icon-s-marketing:before{content:"\e7b1"}.el-icon-s-shop:before{content:"\e7b4"}.el-icon-s-open:before{content:"\e7b5"}.el-icon-s-management:before{content:"\e7b6"}.el-icon-s-ticket:before{content:"\e7b7"}.el-icon-s-release:before{content:"\e7b8"}.el-icon-s-home:before{content:"\e7b9"}.el-icon-s-promotion:before{content:"\e7ba"}.el-icon-s-operation:before{content:"\e7bb"}.el-icon-s-unfold:before{content:"\e7bc"}.el-icon-s-fold:before{content:"\e7a9"}.el-icon-s-platform:before{content:"\e7bd"}.el-icon-s-order:before{content:"\e7be"}.el-icon-s-cooperation:before{content:"\e7bf"}.el-icon-bell:before{content:"\e725"}.el-icon-message-solid:before{content:"\e799"}.el-icon-video-camera:before{content:"\e772"}.el-icon-video-camera-solid:before{content:"\e796"}.el-icon-camera:before{content:"\e779"}.el-icon-camera-solid:before{content:"\e79b"}.el-icon-download:before{content:"\e77c"}.el-icon-upload2:before{content:"\e77b"}.el-icon-upload:before{content:"\e7c3"}.el-icon-picture-outline-round:before{content:"\e75f"}.el-icon-picture-outline:before{content:"\e75e"}.el-icon-picture:before{content:"\e79f"}.el-icon-close:before{content:"\e6db"}.el-icon-check:before{content:"\e6da"}.el-icon-plus:before{content:"\e6d9"}.el-icon-minus:before{content:"\e6d8"}.el-icon-help:before{content:"\e73d"}.el-icon-s-help:before{content:"\e7b3"}.el-icon-circle-close:before{content:"\e78d"}.el-icon-circle-check:before{content:"\e720"}.el-icon-circle-plus-outline:before{content:"\e723"}.el-icon-remove-outline:before{content:"\e722"}.el-icon-zoom-out:before{content:"\e776"}.el-icon-zoom-in:before{content:"\e777"}.el-icon-error:before{content:"\e79d"}.el-icon-success:before{content:"\e79c"}.el-icon-circle-plus:before{content:"\e7a0"}.el-icon-remove:before{content:"\e7a2"}.el-icon-info:before{content:"\e7a1"}.el-icon-question:before{content:"\e7a4"}.el-icon-warning-outline:before{content:"\e6c9"}.el-icon-warning:before{content:"\e7a3"}.el-icon-goods:before{content:"\e7c2"}.el-icon-s-goods:before{content:"\e7b2"}.el-icon-star-off:before{content:"\e717"}.el-icon-star-on:before{content:"\e797"}.el-icon-more-outline:before{content:"\e6cc"}.el-icon-more:before{content:"\e794"}.el-icon-phone-outline:before{content:"\e6cb"}.el-icon-phone:before{content:"\e795"}.el-icon-user:before{content:"\e6e3"}.el-icon-user-solid:before{content:"\e7a5"}.el-icon-setting:before{content:"\e6ca"}.el-icon-s-tools:before{content:"\e7ac"}.el-icon-delete:before{content:"\e6d7"}.el-icon-delete-solid:before{content:"\e7c9"}.el-icon-eleme:before{content:"\e7c7"}.el-icon-platform-eleme:before{content:"\e7ca"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,0.03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-select-dropdown{position:absolute;z-index:1001;border:solid 1px #e4e7ed;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item{padding-right:40px}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#1890ff;background-color:#fff}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#f5f7fa}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\e6da";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#1890ff}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:0;border-color:#1890ff}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:0;border-color:#1890ff}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-tag{background-color:#e8f4ff;border-color:#d1e9ff;color:#1890ff;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#1890ff;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#1890ff}.el-tag .el-tag__close{color:#1890ff}.el-tag .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67c23a}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#1890ff;border-color:#1890ff;color:#fff}.el-tag--dark.is-hit{border-color:#1890ff}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#fff;background-color:#46a6ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#fff;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67c23a}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#fff;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#a3d3ff;color:#1890ff}.el-tag--plain.is-hit{border-color:#1890ff}.el-tag--plain .el-tag__close{color:#1890ff}.el-tag--plain .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fff}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#f5f7fa}.el-select-dropdown__item.selected{color:#1890ff;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type)::after{content:"";position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#e4e7ed}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#c0c4cc}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#1890ff}.el-select .el-input .el-select__caret{color:#c0c4cc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#c0c4cc;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#e4e7ed}.el-select .el-input.is-focus .el-input__inner{border-color:#1890ff}.el-select>.el-input{display:block}.el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#c0c4cc;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select__tags-text{overflow:hidden;text-overflow:ellipsis}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-select .el-tag__close.el-icon-close{background-color:#c0c4cc;top:0;color:#fff;-ms-flex-negative:0;flex-shrink:0}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination::after,.el-pagination::before{display:table;content:""}.el-pagination::after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.el-pagination .el-select .el-input{width:100px;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px}.el-pagination button{border:none;padding:0 6px;background:0 0}.el-pagination button:focus{outline:0}.el-pagination button:hover{color:#1890ff}.el-pagination button:disabled{color:#c0c4cc;background-color:#fff;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:center center no-repeat;background-size:16px;background-color:#fff;cursor:pointer;margin:0;color:#303133}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700}.el-pagination .btn-prev{padding-right:12px}.el-pagination .btn-next{padding-left:12px}.el-pagination .el-pager li.disabled{color:#c0c4cc;cursor:not-allowed}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .arrow.disabled{visibility:hidden}.el-pagination--small .more::before,.el-pagination--small li.more::before{line-height:24px}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:22px;line-height:22px}.el-pagination--small .el-pagination__editor{height:22px}.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:22px}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#1890ff}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:24px;font-weight:400;color:#606266}.el-pagination__jump .el-input__inner{padding:0 3px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.el-pagination__editor.el-input{width:50px}.el-pagination__editor.el-input .el-input__inner{height:28px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .el-pager li.disabled{color:#c0c4cc}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev:disabled{color:#c0c4cc}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#1890ff}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#1890ff;color:#fff}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:22px}.el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;display:inline-block;vertical-align:top;font-size:0;padding:0;margin:0}.el-pager .more::before{line-height:30px}.el-pager li{padding:0 4px;background:#fff;vertical-align:top;display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;margin:0}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#c0c4cc}.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pager li.btn-quicknext:hover{cursor:pointer}.el-pager li.active+li{border-left:0}.el-pager li:hover{color:#1890ff}.el-pager li.active{color:#1890ff;cursor:default}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@-webkit-keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{100%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-dialog{position:relative;margin:0 auto 50px;background:#fff;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:20px;padding-bottom:10px}.el-dialog__headerbtn{position:absolute;top:20px;right:20px;padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#1890ff}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;font-size:14px;word-break:break-all}.el-dialog__footer{padding:20px;padding-top:10px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 25px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#1890ff}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:0;border-color:#1890ff}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:0;border-color:#1890ff}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,0.03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px;border:1px solid #e4e7ed;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#606266;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li:hover{background-color:#f5f7fa}.el-autocomplete-suggestion li.highlighted{background-color:#f5f7fa}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading li::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#fff}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-color:#dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button.is-round{padding:12px 20px}.el-button:focus,.el-button:hover{color:#1890ff;border-color:#badeff;background-color:#e8f4ff}.el-button:active{color:#1682e6;border-color:#1682e6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#1890ff;color:#1890ff}.el-button.is-plain:active{background:#fff;border-color:#1682e6;color:#1682e6;outline:0}.el-button.is-active{color:#1682e6;border-color:#1682e6}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#fff;background-color:#1890ff;border-color:#1890ff}.el-button--primary:focus,.el-button--primary:hover{background:#46a6ff;border-color:#46a6ff;color:#fff}.el-button--primary:active{background:#1682e6;border-color:#1682e6;color:#fff;outline:0}.el-button--primary.is-active{background:#1682e6;border-color:#1682e6;color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#8cc8ff;border-color:#8cc8ff}.el-button--primary.is-plain{color:#1890ff;background:#e8f4ff;border-color:#a3d3ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#1890ff;border-color:#1890ff;color:#fff}.el-button--primary.is-plain:active{background:#1682e6;border-color:#1682e6;color:#fff;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#74bcff;background-color:#e8f4ff;border-color:#d1e9ff}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#1890ff;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#46a6ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#1682e6;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-bottom-left-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-button.is-active{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,0.03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:"";position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default::before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{cursor:not-allowed;color:#bbb}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#606266;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#e8f4ff;color:#46a6ff}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #ebeef5}.el-dropdown-menu__item--divided:before{content:"";height:6px;display:block;margin:0 -20px;background-color:#fff}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55, 0, .1, 1);transition:opacity .3s cubic-bezier(.55, 0, .1, 1)}.el-menu{border-right:solid 1px #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0;background-color:#fff}.el-menu::after,.el-menu::before{display:table;content:""}.el-menu::after{clear:both}.el-menu.el-menu--horizontal{border-bottom:solid 1px #e6e6e6}.el-menu--horizontal{border-right:none}.el-menu--horizontal>.el-menu-item{float:left;height:60px;line-height:60px;margin:0;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover{background-color:#fff}.el-menu--horizontal>.el-submenu{float:left}.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover{outline:0}.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{color:#303133}.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #1890ff;color:#303133}.el-menu--horizontal>.el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:#fff}.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title{background-color:#fff;float:none;height:36px;line-height:36px;padding:0 10px;color:#909399}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title{color:#303133}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{outline:0;color:#303133}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #1890ff;color:#303133}.el-menu--collapse{width:64px}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-menu .el-submenu{min-width:200px}.el-menu--collapse .el-submenu{position:relative}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;z-index:10;border:1px solid #e4e7ed;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:none;transform:none}.el-menu--popup{z-index:100;min-width:200px;border:none;padding:5px 0;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--popup-bottom-start{margin-top:5px}.el-menu--popup-right-start{margin-left:5px;margin-right:5px}.el-menu-item{height:56px;line-height:56px;font-size:14px;color:#303133;padding:0 20px;list-style:none;cursor:pointer;position:relative;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-menu-item *{vertical-align:middle}.el-menu-item i{color:#909399}.el-menu-item:focus,.el-menu-item:hover{outline:0;background-color:#e8f4ff}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-menu-item [class^=el-icon-]{margin-right:5px;width:24px;text-align:center;font-size:18px;vertical-align:middle}.el-menu-item.is-active{color:#1890ff}.el-menu-item.is-active i{color:inherit}.el-submenu{list-style:none;margin:0;padding-left:0}.el-submenu__title{height:56px;line-height:56px;font-size:14px;color:#303133;padding:0 20px;list-style:none;cursor:pointer;position:relative;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-submenu__title *{vertical-align:middle}.el-submenu__title i{color:#909399}.el-submenu__title:focus,.el-submenu__title:hover{outline:0;background-color:#e8f4ff}.el-submenu__title.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu__title:hover{background-color:#e8f4ff}.el-submenu .el-menu{border:none}.el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;}.el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:12px}.el-submenu.is-active .el-submenu__title{border-bottom-color:#1890ff}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:24px;text-align:center;font-size:18px}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px 20px;line-height:normal;font-size:12px;color:#909399}.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{-webkit-transition:.2s;transition:.2s;opacity:0}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#1890ff}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:0;border-color:#1890ff}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:0;border-color:#1890ff}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#1890ff}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:0;border-color:#1890ff}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:0;border-color:#1890ff}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#f5f7fa;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#1890ff}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#1890ff}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #dcdfe6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #dcdfe6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#e4e7ed;color:#e4e7ed}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#e4e7ed;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #dcdfe6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #dcdfe6;border-radius:0 0 4px 0}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-radio{color:#606266;font-weight:500;line-height:1;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;outline:0;font-size:14px;margin-right:30px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-radio.is-bordered.is-checked{border-color:#1890ff}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#ebeef5}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--medium.is-bordered .el-radio__label{font-size:14px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__label{font-size:12px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio:last-child{margin-right:0}.el-radio__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed;cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#f5f7fa}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed}.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#c0c4cc}.el-radio__input.is-disabled+span.el-radio__label{color:#c0c4cc;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#1890ff;background:#1890ff}.el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#1890ff}.el-radio__input.is-focus .el-radio__inner{border-color:#1890ff}.el-radio__inner{border:1px solid #dcdfe6;border-radius:100%;width:14px;height:14px;background-color:#fff;position:relative;cursor:pointer;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#1890ff}.el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#fff;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #1890ff;box-shadow:0 0 2px 2px #1890ff}.el-radio__label{font-size:14px;padding-left:10px}.el-radio-group{display:inline-block;line-height:1;vertical-align:middle;font-size:0}.el-radio-button{position:relative;display:inline-block;outline:0}.el-radio-button__inner{display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;background:#fff;border:1px solid #dcdfe6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);transition:all .3s cubic-bezier(.645, .045, .355, 1);padding:12px 20px;font-size:14px;border-radius:0}.el-radio-button__inner.is-round{padding:12px 20px}.el-radio-button__inner:hover{color:#1890ff}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#fff;background-color:#1890ff;border-color:#1890ff;-webkit-box-shadow:-1px 0 0 0 #1890ff;box-shadow:-1px 0 0 0 #1890ff}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#f2f6fc}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #1890ff;box-shadow:0 0 2px 2px #1890ff}.el-checkbox{color:#606266;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#1890ff}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#1890ff}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:"";position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46);transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46)}.el-checkbox__inner:hover{border-color:#1890ff}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in 50ms;transition:-webkit-transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms,-webkit-transform .15s ease-in 50ms;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button{position:relative;display:inline-block}.el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;-webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);transition:all .3s cubic-bezier(.645, .045, .355, 1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#1890ff}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#1890ff;border-color:#1890ff;-webkit-box-shadow:-1px 0 0 0 #74bcff;box-shadow:-1px 0 0 0 #74bcff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#1890ff}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#1890ff}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:20px;display:inline-block;font-size:14px;font-weight:500;cursor:pointer;vertical-align:middle;color:#303133}.el-switch__label.is-active{color:#1890ff}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;display:inline-block;position:relative;width:40px;height:20px;border:1px solid #dcdfe6;outline:0;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#dcdfe6;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:16px;height:16px;background-color:#fff}.el-switch.is-checked .el-switch__core{border-color:#1890ff;background-color:#1890ff}.el-switch.is-checked .el-switch__core::after{left:100%;margin-left:-17px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,0.03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-select-dropdown{position:absolute;z-index:1001;border:solid 1px #e4e7ed;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item{padding-right:40px}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#1890ff;background-color:#fff}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#f5f7fa}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\e6da";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#1890ff}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:0;border-color:#1890ff}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:0;border-color:#1890ff}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-tag{background-color:#e8f4ff;border-color:#d1e9ff;color:#1890ff;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#1890ff;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#1890ff}.el-tag .el-tag__close{color:#1890ff}.el-tag .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67c23a}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#1890ff;border-color:#1890ff;color:#fff}.el-tag--dark.is-hit{border-color:#1890ff}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#fff;background-color:#46a6ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#fff;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67c23a}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#fff;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#a3d3ff;color:#1890ff}.el-tag--plain.is-hit{border-color:#1890ff}.el-tag--plain .el-tag__close{color:#1890ff}.el-tag--plain .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fff}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#f5f7fa}.el-select-dropdown__item.selected{color:#1890ff;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type)::after{content:"";position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#e4e7ed}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#c0c4cc}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#1890ff}.el-select .el-input .el-select__caret{color:#c0c4cc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#c0c4cc;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#e4e7ed}.el-select .el-input.is-focus .el-input__inner{border-color:#1890ff}.el-select>.el-input{display:block}.el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#c0c4cc;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select__tags-text{overflow:hidden;text-overflow:ellipsis}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-select .el-tag__close.el-icon-close{background-color:#c0c4cc;top:0;color:#fff;-ms-flex-negative:0;flex-shrink:0}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-color:#dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button.is-round{padding:12px 20px}.el-button:focus,.el-button:hover{color:#1890ff;border-color:#badeff;background-color:#e8f4ff}.el-button:active{color:#1682e6;border-color:#1682e6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#1890ff;color:#1890ff}.el-button.is-plain:active{background:#fff;border-color:#1682e6;color:#1682e6;outline:0}.el-button.is-active{color:#1682e6;border-color:#1682e6}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#fff;background-color:#1890ff;border-color:#1890ff}.el-button--primary:focus,.el-button--primary:hover{background:#46a6ff;border-color:#46a6ff;color:#fff}.el-button--primary:active{background:#1682e6;border-color:#1682e6;color:#fff;outline:0}.el-button--primary.is-active{background:#1682e6;border-color:#1682e6;color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#8cc8ff;border-color:#8cc8ff}.el-button--primary.is-plain{color:#1890ff;background:#e8f4ff;border-color:#a3d3ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#1890ff;border-color:#1890ff;color:#fff}.el-button--primary.is-plain:active{background:#1682e6;border-color:#1682e6;color:#fff;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#74bcff;background-color:#e8f4ff;border-color:#d1e9ff}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#1890ff;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#46a6ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#1682e6;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-bottom-left-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-button.is-active{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-checkbox{color:#606266;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#1890ff}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#1890ff}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:"";position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46);transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46)}.el-checkbox__inner:hover{border-color:#1890ff}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in 50ms;transition:-webkit-transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms,-webkit-transform .15s ease-in 50ms;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button{position:relative;display:inline-block}.el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;-webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);transition:all .3s cubic-bezier(.645, .045, .355, 1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#1890ff}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#1890ff;border-color:#1890ff;-webkit-box-shadow:-1px 0 0 0 #74bcff;box-shadow:-1px 0 0 0 #74bcff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#1890ff}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#1890ff}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-tag{background-color:#e8f4ff;border-color:#d1e9ff;color:#1890ff;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#1890ff;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#1890ff}.el-tag .el-tag__close{color:#1890ff}.el-tag .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67c23a}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#1890ff;border-color:#1890ff;color:#fff}.el-tag--dark.is-hit{border-color:#1890ff}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#fff;background-color:#46a6ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#fff;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67c23a}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#fff;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#a3d3ff;color:#1890ff}.el-tag--plain.is-hit{border-color:#1890ff}.el-tag--plain .el-tag__close{color:#1890ff}.el-tag--plain .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#fff}.el-tooltip__popper.is-light{background:#fff;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#fff}.el-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;background-color:#fff;font-size:14px;color:#606266}.el-table__empty-block{min-height:60px;text-align:center;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-table__empty-text{line-height:60px;width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;font-size:12px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:20px}.el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell{background-color:#fff}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit .el-table__cell.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th.el-table__cell{background:#f5f7fa}.el-table .el-table__cell{padding:12px 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table .el-table__cell.is-center{text-align:center}.el-table .el-table__cell.is-right{text-align:right}.el-table .el-table__cell.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table .el-table__cell.is-hidden>*{visibility:hidden}.el-table--medium .el-table__cell{padding:10px 0}.el-table--small{font-size:12px}.el-table--small .el-table__cell{padding:8px 0}.el-table--mini{font-size:12px}.el-table--mini .el-table__cell{padding:6px 0}.el-table tr{background-color:#fff}.el-table tr input[type=checkbox]{margin:0}.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{border-bottom:1px solid #ebeef5}.el-table th.el-table__cell.is-sortable{cursor:pointer}.el-table th.el-table__cell{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.el-table th.el-table__cell>.cell{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;vertical-align:middle;padding-left:10px;padding-right:10px;width:100%}.el-table th.el-table__cell>.cell.highlight{color:#1890ff}.el-table th.el-table__cell.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td.el-table__cell div{-webkit-box-sizing:border-box;box-sizing:border-box}.el-table td.el-table__cell.gutter{width:0}.el-table .cell{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding-left:10px;padding-right:10px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--border,.el-table--group{border:1px solid #ebeef5}.el-table--border::after,.el-table--group::after,.el-table::before{content:"";position:absolute;background-color:#ebeef5;z-index:1}.el-table--border::after,.el-table--group::after{top:0;right:0;width:1px;height:100%}.el-table::before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:none;border-bottom:none}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border .el-table__cell{border-right:1px solid #ebeef5}.el-table--border .el-table__cell:first-child .cell{padding-left:10px}.el-table--border th.el-table__cell.gutter:last-of-type{border-bottom:1px solid #ebeef5;border-bottom-width:1px}.el-table--border th.el-table__cell{border-bottom:1px solid #ebeef5}.el-table--hidden{visibility:hidden}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right::before,.el-table__fixed::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#ebeef5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#fff;border-bottom:1px solid #ebeef5}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td.el-table__cell{border-top:1px solid #ebeef5;background-color:#f5f7fa;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td.el-table__cell{border-top:1px solid #ebeef5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td.el-table__cell,.el-table__header-wrapper tbody td.el-table__cell{background-color:#f5f7fa;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed{-webkit-box-shadow:none;box-shadow:none}.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #ebeef5}.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #ebeef5}.el-table .caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:solid 5px transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#c0c4cc;top:5px}.el-table .sort-caret.descending{border-top-color:#c0c4cc;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#1890ff}.el-table .descending .sort-caret.descending{border-top-color:#1890ff}.el-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:#fafafa}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell{background-color:#e8f4ff}.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row>td.el-table__cell{background-color:#f5f7fa}.el-table__body tr.current-row>td.el-table__cell{background-color:#e8f4ff}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #ebeef5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:12px;-webkit-transform:scale(.75);transform:scale(.75)}.el-table--enable-row-transition .el-table__body td.el-table__cell{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:#f5f7fa}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:20px;line-height:20px;height:20px;text-align:center;margin-right:3px}.el-checkbox{color:#606266;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#1890ff}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#1890ff}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:"";position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46);transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46)}.el-checkbox__inner:hover{border-color:#1890ff}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in 50ms;transition:-webkit-transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms,-webkit-transform .15s ease-in 50ms;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button{position:relative;display:inline-block}.el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;-webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);transition:all .3s cubic-bezier(.645, .045, .355, 1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#1890ff}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#1890ff;border-color:#1890ff;-webkit-box-shadow:-1px 0 0 0 #74bcff;box-shadow:-1px 0 0 0 #74bcff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#1890ff}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#1890ff}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-tag{background-color:#e8f4ff;border-color:#d1e9ff;color:#1890ff;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#1890ff;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#1890ff}.el-tag .el-tag__close{color:#1890ff}.el-tag .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67c23a}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#1890ff;border-color:#1890ff;color:#fff}.el-tag--dark.is-hit{border-color:#1890ff}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#fff;background-color:#46a6ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#fff;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67c23a}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#fff;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#a3d3ff;color:#1890ff}.el-tag--plain.is-hit{border-color:#1890ff}.el-tag--plain .el-tag__close{color:#1890ff}.el-tag--plain .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:solid 1px #ebeef5;border-radius:2px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#e8f4ff;color:#46a6ff}.el-table-filter__list-item.is-active{background-color:#1890ff;color:#fff}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #ebeef5;padding:8px}.el-table-filter__bottom button{background:0 0;border:none;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-table-filter__bottom button:hover{color:#1890ff}.el-table-filter__bottom button:focus{outline:0}.el-table-filter__bottom button.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#f2f6fc}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table.is-week-mode .el-date-table__row.current div{background-color:#f2f6fc}.el-date-table td{width:32px;height:30px;padding:4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.el-date-table td div{height:30px;padding:3px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#c0c4cc}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#1890ff;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#fff}.el-date-table td.available:hover{color:#1890ff}.el-date-table td.in-range div{background-color:#f2f6fc}.el-date-table td.in-range div:hover{background-color:#f2f6fc}.el-date-table td.current:not(.disabled) span{color:#fff;background-color:#1890ff}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#fff}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#1890ff}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#f5f7fa;opacity:1;cursor:not-allowed;color:#c0c4cc}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#f2f6fc;border-radius:15px}.el-date-table td.selected div:hover{background-color:#f2f6fc}.el-date-table td.selected span{background-color:#1890ff;color:#fff;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:solid 1px #ebeef5}.el-month-table{font-size:12px;margin:-1px;border-collapse:collapse}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:48px;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-month-table td.today .cell{color:#1890ff;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#fff}.el-month-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#c0c4cc}.el-month-table td.disabled .cell:hover{color:#c0c4cc}.el-month-table td .cell{width:60px;height:36px;display:block;line-height:36px;color:#606266;margin:0 auto;border-radius:18px}.el-month-table td .cell:hover{color:#1890ff}.el-month-table td.in-range div{background-color:#f2f6fc}.el-month-table td.in-range div:hover{background-color:#f2f6fc}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#fff}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#fff;background-color:#1890ff}.el-month-table td.start-date div{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-month-table td.end-date div{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-month-table td.current:not(.disabled) .cell{color:#1890ff}.el-year-table{font-size:12px;margin:-1px;border-collapse:collapse}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.today .cell{color:#1890ff;font-weight:700}.el-year-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#c0c4cc}.el-year-table td.disabled .cell:hover{color:#c0c4cc}.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#606266;margin:0 auto}.el-year-table td .cell:hover{color:#1890ff}.el-year-table td.current:not(.disabled) .cell{color:#1890ff}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#fff;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#1890ff}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__input.el-input .el-input__inner{padding:0;text-align:center}.el-time-spinner__list{padding:0;margin:0;list-style:none;text-align:center}.el-time-spinner__list::after,.el-time-spinner__list::before{content:"";display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#f5f7fa;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#c0c4cc;cursor:not-allowed}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55, 0, .1, 1);transition:opacity .3s cubic-bezier(.55, 0, .1, 1)}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#c0c4cc;float:left;line-height:32px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:14px;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::-moz-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::-ms-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::placeholder{color:#c0c4cc}.el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:32px;font-size:14px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#c0c4cc;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active{border-color:#1890ff}.el-range-editor.is-active:hover{border-color:#1890ff}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#e4e7ed}.el-range-editor.is-disabled input{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::-moz-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::placeholder{color:#c0c4cc}.el-range-editor.is-disabled .el-range-separator{color:#c0c4cc}.el-picker-panel{color:#606266;border:1px solid #e4e7ed;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#fff;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#1890ff}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#1890ff}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#1890ff}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#fff;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #ebeef5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label:hover{color:#1890ff}.el-date-picker__header-label.active{color:#1890ff}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#fff}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #e4e7ed}.el-time-panel{margin:5px 0;border:solid 1px #e4e7ed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #e4e7ed;border-bottom:1px solid #e4e7ed}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:66.6666666667%}.el-time-panel__content.has-seconds::before{padding-left:33.3333333333%}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#1890ff}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#1890ff}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:0;border-color:#1890ff}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:0;border-color:#1890ff}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,0.03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55, 0, .1, 1);transition:opacity .3s cubic-bezier(.55, 0, .1, 1)}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#c0c4cc;float:left;line-height:32px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:14px;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::-moz-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::-ms-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::placeholder{color:#c0c4cc}.el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:32px;font-size:14px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#c0c4cc;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active{border-color:#1890ff}.el-range-editor.is-active:hover{border-color:#1890ff}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#e4e7ed}.el-range-editor.is-disabled input{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::-moz-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::placeholder{color:#c0c4cc}.el-range-editor.is-disabled .el-range-separator{color:#c0c4cc}.el-picker-panel{color:#606266;border:1px solid #e4e7ed;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#fff;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#1890ff}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#1890ff}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#1890ff}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#fff;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #ebeef5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label:hover{color:#1890ff}.el-date-picker__header-label.active{color:#1890ff}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,0.03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.selected:not(.disabled){color:#1890ff;font-weight:700}.time-select-item.disabled{color:#e4e7ed;cursor:not-allowed}.time-select-item:hover{background-color:#f5f7fa;font-weight:700;cursor:pointer}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55, 0, .1, 1);transition:opacity .3s cubic-bezier(.55, 0, .1, 1)}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#c0c4cc;float:left;line-height:32px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:14px;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::-moz-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::-ms-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::placeholder{color:#c0c4cc}.el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:32px;font-size:14px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#c0c4cc;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active{border-color:#1890ff}.el-range-editor.is-active:hover{border-color:#1890ff}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#e4e7ed}.el-range-editor.is-disabled input{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::-moz-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::placeholder{color:#c0c4cc}.el-range-editor.is-disabled .el-range-separator{color:#c0c4cc}.el-picker-panel{color:#606266;border:1px solid #e4e7ed;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#fff;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#1890ff}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#1890ff}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#1890ff}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#fff;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#fff;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#1890ff}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__input.el-input .el-input__inner{padding:0;text-align:center}.el-time-spinner__list{padding:0;margin:0;list-style:none;text-align:center}.el-time-spinner__list::after,.el-time-spinner__list::before{content:"";display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#f5f7fa;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#c0c4cc;cursor:not-allowed}.el-time-panel{margin:5px 0;border:solid 1px #e4e7ed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #e4e7ed;border-bottom:1px solid #e4e7ed}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:66.6666666667%}.el-time-panel__content.has-seconds::before{padding-left:33.3333333333%}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#1890ff}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #e4e7ed}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#1890ff}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:0;border-color:#1890ff}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:0;border-color:#1890ff}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,0.03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,0.03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-popover{position:absolute;background:#fff;min-width:150px;border-radius:4px;border:1px solid #ebeef5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.el-popover:focus,.el-popover:focus:active{outline-width:0}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#fff}.el-tooltip__popper.is-light{background:#fff;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#fff}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-color:#dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button.is-round{padding:12px 20px}.el-button:focus,.el-button:hover{color:#1890ff;border-color:#badeff;background-color:#e8f4ff}.el-button:active{color:#1682e6;border-color:#1682e6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#1890ff;color:#1890ff}.el-button.is-plain:active{background:#fff;border-color:#1682e6;color:#1682e6;outline:0}.el-button.is-active{color:#1682e6;border-color:#1682e6}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#fff;background-color:#1890ff;border-color:#1890ff}.el-button--primary:focus,.el-button--primary:hover{background:#46a6ff;border-color:#46a6ff;color:#fff}.el-button--primary:active{background:#1682e6;border-color:#1682e6;color:#fff;outline:0}.el-button--primary.is-active{background:#1682e6;border-color:#1682e6;color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#8cc8ff;border-color:#8cc8ff}.el-button--primary.is-plain{color:#1890ff;background:#e8f4ff;border-color:#a3d3ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#1890ff;border-color:#1890ff;color:#fff}.el-button--primary.is-plain:active{background:#1682e6;border-color:#1682e6;color:#fff;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#74bcff;background-color:#e8f4ff;border-color:#d1e9ff}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#1890ff;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#46a6ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#1682e6;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-bottom-left-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-button.is-active{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#1890ff}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:0;border-color:#1890ff}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:0;border-color:#1890ff}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#fff;border-radius:4px;border:1px solid #ebeef5;font-size:18px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper::after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:15px;padding-bottom:10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:none;outline:0;background:0 0;font-size:16px;cursor:pointer}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#1890ff}.el-message-box__content{padding:10px 15px;color:#606266;font-size:14px}.el-message-box__container{position:relative}.el-message-box__input{padding-top:15px}.el-message-box__input input.invalid{border-color:#f56c6c}.el-message-box__input input.invalid:focus{border-color:#f56c6c}.el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px!important}.el-message-box__status::before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.el-message-box__status.el-icon-success{color:#67c23a}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#e6a23c}.el-message-box__status.el-icon-error{color:#f56c6c}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:24px}.el-message-box__errormsg{color:#f56c6c;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__btns{padding:5px 15px 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-message-box--center{padding-bottom:30px}.el-message-box--center .el-message-box__header{padding-top:30px}.el-message-box--center .el-message-box__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:27px;padding-right:27px}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb::after,.el-breadcrumb::before{display:table;content:""}.el-breadcrumb::after{clear:both}.el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#c0c4cc}.el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.el-breadcrumb__item{float:left}.el-breadcrumb__inner{color:#606266}.el-breadcrumb__inner a,.el-breadcrumb__inner.is-link{font-weight:700;text-decoration:none;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1);color:#303133}.el-breadcrumb__inner a:hover,.el-breadcrumb__inner.is-link:hover{color:#1890ff;cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{font-weight:400;color:#606266;cursor:text}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px 0}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:22px}.el-form-item::after,.el-form-item::before{display:table;content:""}.el-form-item::after{clear:both}.el-form-item .el-form-item{margin-bottom:0}.el-form-item .el-input__validateIcon{display:none}.el-form-item--medium .el-form-item__label{line-height:36px}.el-form-item--medium .el-form-item__content{line-height:36px}.el-form-item--small .el-form-item__label{line-height:32px}.el-form-item--small .el-form-item__content{line-height:32px}.el-form-item--small.el-form-item{margin-bottom:18px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--mini .el-form-item__label{line-height:28px}.el-form-item--mini .el-form-item__content{line-height:28px}.el-form-item--mini.el-form-item{margin-bottom:18px}.el-form-item--mini .el-form-item__error{padding-top:1px}.el-form-item__label-wrap{float:left}.el-form-item__label-wrap .el-form-item__label{display:inline-block;float:none}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-form-item__content{line-height:40px;position:relative;font-size:14px}.el-form-item__content::after,.el-form-item__content::before{display:table;content:""}.el-form-item__content::after{clear:both}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:#f56c6c;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:"*";color:#f56c6c;margin-right:4px}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus{border-color:#f56c6c}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__validateIcon{color:#f56c6c}.el-form-item--feedback .el-input__validateIcon{display:inline-block}.el-tabs__header{padding:0;position:relative;margin:0 0 15px}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#1890ff;z-index:1;-webkit-transition:-webkit-transform .3s cubic-bezier(.645, .045, .355, 1);transition:-webkit-transform .3s cubic-bezier(.645, .045, .355, 1);transition:transform .3s cubic-bezier(.645, .045, .355, 1);transition:transform .3s cubic-bezier(.645, .045, .355, 1),-webkit-transform .3s cubic-bezier(.645, .045, .355, 1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;-webkit-transition:all .15s;transition:all .15s}.el-tabs__new-tab .el-icon-plus{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}.el-tabs__new-tab:hover{color:#1890ff}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#e4e7ed;z-index:1}.el-tabs__nav-wrap.is-scrollable{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#909399}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;position:relative;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2}.el-tabs__nav.is-stretch{min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.el-tabs__nav.is-stretch>*{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.el-tabs__item{padding:0 20px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#303133;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:0}.el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #1890ff inset;box-shadow:0 0 2px 2px #1890ff inset;border-radius:3px}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);transition:all .3s cubic-bezier(.645, .045, .355, 1);margin-left:5px}.el-tabs__item .el-icon-close:before{-webkit-transform:scale(.9);transform:scale(.9);display:inline-block}.el-tabs__item .el-icon-close:hover{background-color:#c0c4cc;color:#fff}.el-tabs__item.is-active{color:#1890ff}.el-tabs__item:hover{color:#1890ff;cursor:pointer}.el-tabs__item.is-disabled{color:#c0c4cc;cursor:default}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header{border-bottom:1px solid #e4e7ed}.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #e4e7ed;border-bottom:none;border-radius:4px 4px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #e4e7ed;-webkit-transition:color .3s cubic-bezier(.645, .045, .355, 1),padding .3s cubic-bezier(.645, .045, .355, 1);transition:color .3s cubic-bezier(.645, .045, .355, 1),padding .3s cubic-bezier(.645, .045, .355, 1)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#fff}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close{width:14px}.el-tabs--border-card{background:#fff;border:1px solid #dcdfe6;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:#f5f7fa;border-bottom:1px solid #e4e7ed;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs--border-card>.el-tabs__header .el-tabs__item{-webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);transition:all .3s cubic-bezier(.645, .045, .355, 1);border:1px solid transparent;margin-top:-1px;color:#909399}.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item{margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#1890ff;background-color:#fff;border-right-color:#dcdfe6;border-left-color:#dcdfe6}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#1890ff}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:#c0c4cc}.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2){padding-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child{padding-right:0}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid #dcdfe6}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{top:0;bottom:auto;width:2px;height:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{height:30px;line-height:30px;width:100%;text-align:center;cursor:pointer}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{right:auto;bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left::after,.el-tabs--left .el-tabs__nav-wrap.is-right::after,.el-tabs--right .el-tabs__nav-wrap.is-left::after,.el-tabs--right .el-tabs__nav-wrap.is-right::after{height:100%;width:2px;bottom:auto;top:0}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{float:none}.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right{display:block}.el-tabs--left .el-tabs__header.is-left{float:left;margin-bottom:0;margin-right:10px}.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__nav-wrap.is-left::after{left:auto;right:0}.el-tabs--left .el-tabs__active-bar.is-left{right:0;left:auto}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left{display:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid #e4e7ed;border-bottom:none;border-top:1px solid #e4e7ed;text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid #e4e7ed;border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid #e4e7ed;border-right-color:#fff;border-left:none;border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #e4e7ed;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid #dfe4ed}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:transparent;border-top-color:#d1dbe5;border-bottom-color:#d1dbe5}.el-tabs--right .el-tabs__header.is-right{float:right;margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right::after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid #e4e7ed}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid #e4e7ed;border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid #e4e7ed;border-left-color:#fff;border-right:none;border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #e4e7ed;border-left:none}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid #dfe4ed}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:transparent;border-top-color:#d1dbe5;border-bottom-color:#d1dbe5}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}.el-tag{background-color:#e8f4ff;border-color:#d1e9ff;color:#1890ff;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#1890ff;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#1890ff}.el-tag .el-tag__close{color:#1890ff}.el-tag .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67c23a}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#1890ff;border-color:#1890ff;color:#fff}.el-tag--dark.is-hit{border-color:#1890ff}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#fff;background-color:#46a6ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#fff;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67c23a}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#fff;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#a3d3ff;color:#1890ff}.el-tag--plain.is-hit{border-color:#1890ff}.el-tag--plain .el-tag__close{color:#1890ff}.el-tag--plain .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55, 0, .1, 1);transition:opacity .3s cubic-bezier(.55, 0, .1, 1)}.el-checkbox{color:#606266;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#1890ff}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#1890ff}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:"";position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46);transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46)}.el-checkbox__inner:hover{border-color:#1890ff}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in 50ms;transition:-webkit-transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms,-webkit-transform .15s ease-in 50ms;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button{position:relative;display:inline-block}.el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;-webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);transition:all .3s cubic-bezier(.645, .045, .355, 1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#1890ff}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#1890ff;border-color:#1890ff;-webkit-box-shadow:-1px 0 0 0 #74bcff;box-shadow:-1px 0 0 0 #74bcff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#1890ff}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#1890ff}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-tree{position:relative;cursor:default;background:#fff;color:#606266}.el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#909399;font-size:14px}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#1890ff}.el-tree-node{white-space:nowrap;outline:0}.el-tree-node:focus>.el-tree-node__content{background-color:#f5f7fa}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#1890ff;color:#fff}.el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree-node__content:hover{background-color:#f5f7fa}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#c0c4cc;font-size:12px;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:14px}.el-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#c0c4cc}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#edf6ff}.el-alert{width:100%;padding:8px 16px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;position:relative;background-color:#fff;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s}.el-alert.is-light .el-alert__closebtn{color:#c0c4cc}.el-alert.is-dark .el-alert__closebtn{color:#fff}.el-alert.is-dark .el-alert__description{color:#fff}.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-alert--success.is-light{background-color:#f0f9eb;color:#67c23a}.el-alert--success.is-light .el-alert__description{color:#67c23a}.el-alert--success.is-dark{background-color:#67c23a;color:#fff}.el-alert--info.is-light{background-color:#f4f4f5;color:#909399}.el-alert--info.is-dark{background-color:#909399;color:#fff}.el-alert--info .el-alert__description{color:#909399}.el-alert--warning.is-light{background-color:#fdf6ec;color:#e6a23c}.el-alert--warning.is-light .el-alert__description{color:#e6a23c}.el-alert--warning.is-dark{background-color:#e6a23c;color:#fff}.el-alert--error.is-light{background-color:#fef0f0;color:#f56c6c}.el-alert--error.is-light .el-alert__description{color:#f56c6c}.el-alert--error.is-dark{background-color:#f56c6c;color:#fff}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0 0}.el-alert__closebtn{font-size:12px;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.el-alert-fade-enter,.el-alert-fade-leave-active{opacity:0}.el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ebeef5;position:fixed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:24px;width:24px;font-size:24px}.el-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67c23a}.el-notification .el-icon-error{color:#f56c6c}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#e6a23c}.el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.el-notification-fade-leave-active{opacity:0}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#1890ff}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:0;border-color:#1890ff}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:0;border-color:#1890ff}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#f5f7fa;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#1890ff}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#1890ff}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #dcdfe6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #dcdfe6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#e4e7ed;color:#e4e7ed}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#e4e7ed;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #dcdfe6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #dcdfe6;border-radius:0 0 4px 0}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#fff}.el-tooltip__popper.is-light{background:#fff;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#fff}.el-slider::after,.el-slider::before{display:table;content:""}.el-slider::after{clear:both}.el-slider__runway{width:100%;height:6px;margin:16px 0;background-color:#e4e7ed;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#c0c4cc}.el-slider__runway.disabled .el-slider__button{border-color:#c0c4cc}.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button-wrapper.dragging{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{-webkit-transform:scale(1);transform:scale(1)}.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging{cursor:not-allowed}.el-slider__input{float:right;margin-top:3px;width:130px}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{height:6px;background-color:#1890ff;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{height:36px;width:36px;position:absolute;z-index:1001;top:-15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:transparent;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.el-slider__button-wrapper::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-slider__button-wrapper .el-tooltip{vertical-align:middle;display:inline-block}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:16px;height:16px;border:solid 2px #1890ff;background-color:#fff;border-radius:50%;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{position:absolute;height:6px;width:6px;border-radius:100%;background-color:#fff;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-slider__marks{top:0;left:12px;width:18px;height:100%}.el-slider__marks-text{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#909399;margin-top:15px}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:6px;height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:6px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:32px;margin-top:-1px;border:1px solid #dcdfe6;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#c0c4cc}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#1890ff}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-loading-spinner .el-loading-text{color:#1890ff;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#1890FF;stroke-linecap:round}.el-loading-spinner i{color:#1890ff}.el-loading-fade-enter,.el-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-row{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.el-row::after,.el-row::before{display:table;content:""}.el-row::after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}[class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-col-0{display:none}.el-col-0{width:0%}.el-col-offset-0{margin-left:0}.el-col-pull-0{position:relative;right:0}.el-col-push-0{position:relative;left:0}.el-col-1{width:4.1666666667%}.el-col-offset-1{margin-left:4.1666666667%}.el-col-pull-1{position:relative;right:4.1666666667%}.el-col-push-1{position:relative;left:4.1666666667%}.el-col-2{width:8.3333333333%}.el-col-offset-2{margin-left:8.3333333333%}.el-col-pull-2{position:relative;right:8.3333333333%}.el-col-push-2{position:relative;left:8.3333333333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{position:relative;right:12.5%}.el-col-push-3{position:relative;left:12.5%}.el-col-4{width:16.6666666667%}.el-col-offset-4{margin-left:16.6666666667%}.el-col-pull-4{position:relative;right:16.6666666667%}.el-col-push-4{position:relative;left:16.6666666667%}.el-col-5{width:20.8333333333%}.el-col-offset-5{margin-left:20.8333333333%}.el-col-pull-5{position:relative;right:20.8333333333%}.el-col-push-5{position:relative;left:20.8333333333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{position:relative;right:25%}.el-col-push-6{position:relative;left:25%}.el-col-7{width:29.1666666667%}.el-col-offset-7{margin-left:29.1666666667%}.el-col-pull-7{position:relative;right:29.1666666667%}.el-col-push-7{position:relative;left:29.1666666667%}.el-col-8{width:33.3333333333%}.el-col-offset-8{margin-left:33.3333333333%}.el-col-pull-8{position:relative;right:33.3333333333%}.el-col-push-8{position:relative;left:33.3333333333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{position:relative;right:37.5%}.el-col-push-9{position:relative;left:37.5%}.el-col-10{width:41.6666666667%}.el-col-offset-10{margin-left:41.6666666667%}.el-col-pull-10{position:relative;right:41.6666666667%}.el-col-push-10{position:relative;left:41.6666666667%}.el-col-11{width:45.8333333333%}.el-col-offset-11{margin-left:45.8333333333%}.el-col-pull-11{position:relative;right:45.8333333333%}.el-col-push-11{position:relative;left:45.8333333333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{position:relative;left:50%}.el-col-13{width:54.1666666667%}.el-col-offset-13{margin-left:54.1666666667%}.el-col-pull-13{position:relative;right:54.1666666667%}.el-col-push-13{position:relative;left:54.1666666667%}.el-col-14{width:58.3333333333%}.el-col-offset-14{margin-left:58.3333333333%}.el-col-pull-14{position:relative;right:58.3333333333%}.el-col-push-14{position:relative;left:58.3333333333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{position:relative;right:62.5%}.el-col-push-15{position:relative;left:62.5%}.el-col-16{width:66.6666666667%}.el-col-offset-16{margin-left:66.6666666667%}.el-col-pull-16{position:relative;right:66.6666666667%}.el-col-push-16{position:relative;left:66.6666666667%}.el-col-17{width:70.8333333333%}.el-col-offset-17{margin-left:70.8333333333%}.el-col-pull-17{position:relative;right:70.8333333333%}.el-col-push-17{position:relative;left:70.8333333333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{position:relative;right:75%}.el-col-push-18{position:relative;left:75%}.el-col-19{width:79.1666666667%}.el-col-offset-19{margin-left:79.1666666667%}.el-col-pull-19{position:relative;right:79.1666666667%}.el-col-push-19{position:relative;left:79.1666666667%}.el-col-20{width:83.3333333333%}.el-col-offset-20{margin-left:83.3333333333%}.el-col-pull-20{position:relative;right:83.3333333333%}.el-col-push-20{position:relative;left:83.3333333333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{position:relative;right:87.5%}.el-col-push-21{position:relative;left:87.5%}.el-col-22{width:91.6666666667%}.el-col-offset-22{margin-left:91.6666666667%}.el-col-pull-22{position:relative;right:91.6666666667%}.el-col-push-22{position:relative;left:91.6666666667%}.el-col-23{width:95.8333333333%}.el-col-offset-23{margin-left:95.8333333333%}.el-col-pull-23{position:relative;right:95.8333333333%}.el-col-push-23{position:relative;left:95.8333333333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{position:relative;right:100%}.el-col-push-24{position:relative;left:100%}@media only screen and (max-width:767px){.el-col-xs-0{display:none}.el-col-xs-0{width:0%}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.1666666667%}.el-col-xs-offset-1{margin-left:4.1666666667%}.el-col-xs-pull-1{position:relative;right:4.1666666667%}.el-col-xs-push-1{position:relative;left:4.1666666667%}.el-col-xs-2{width:8.3333333333%}.el-col-xs-offset-2{margin-left:8.3333333333%}.el-col-xs-pull-2{position:relative;right:8.3333333333%}.el-col-xs-push-2{position:relative;left:8.3333333333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.6666666667%}.el-col-xs-offset-4{margin-left:16.6666666667%}.el-col-xs-pull-4{position:relative;right:16.6666666667%}.el-col-xs-push-4{position:relative;left:16.6666666667%}.el-col-xs-5{width:20.8333333333%}.el-col-xs-offset-5{margin-left:20.8333333333%}.el-col-xs-pull-5{position:relative;right:20.8333333333%}.el-col-xs-push-5{position:relative;left:20.8333333333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.1666666667%}.el-col-xs-offset-7{margin-left:29.1666666667%}.el-col-xs-pull-7{position:relative;right:29.1666666667%}.el-col-xs-push-7{position:relative;left:29.1666666667%}.el-col-xs-8{width:33.3333333333%}.el-col-xs-offset-8{margin-left:33.3333333333%}.el-col-xs-pull-8{position:relative;right:33.3333333333%}.el-col-xs-push-8{position:relative;left:33.3333333333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.6666666667%}.el-col-xs-offset-10{margin-left:41.6666666667%}.el-col-xs-pull-10{position:relative;right:41.6666666667%}.el-col-xs-push-10{position:relative;left:41.6666666667%}.el-col-xs-11{width:45.8333333333%}.el-col-xs-offset-11{margin-left:45.8333333333%}.el-col-xs-pull-11{position:relative;right:45.8333333333%}.el-col-xs-push-11{position:relative;left:45.8333333333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.1666666667%}.el-col-xs-offset-13{margin-left:54.1666666667%}.el-col-xs-pull-13{position:relative;right:54.1666666667%}.el-col-xs-push-13{position:relative;left:54.1666666667%}.el-col-xs-14{width:58.3333333333%}.el-col-xs-offset-14{margin-left:58.3333333333%}.el-col-xs-pull-14{position:relative;right:58.3333333333%}.el-col-xs-push-14{position:relative;left:58.3333333333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.6666666667%}.el-col-xs-offset-16{margin-left:66.6666666667%}.el-col-xs-pull-16{position:relative;right:66.6666666667%}.el-col-xs-push-16{position:relative;left:66.6666666667%}.el-col-xs-17{width:70.8333333333%}.el-col-xs-offset-17{margin-left:70.8333333333%}.el-col-xs-pull-17{position:relative;right:70.8333333333%}.el-col-xs-push-17{position:relative;left:70.8333333333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.1666666667%}.el-col-xs-offset-19{margin-left:79.1666666667%}.el-col-xs-pull-19{position:relative;right:79.1666666667%}.el-col-xs-push-19{position:relative;left:79.1666666667%}.el-col-xs-20{width:83.3333333333%}.el-col-xs-offset-20{margin-left:83.3333333333%}.el-col-xs-pull-20{position:relative;right:83.3333333333%}.el-col-xs-push-20{position:relative;left:83.3333333333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.6666666667%}.el-col-xs-offset-22{margin-left:91.6666666667%}.el-col-xs-pull-22{position:relative;right:91.6666666667%}.el-col-xs-push-22{position:relative;left:91.6666666667%}.el-col-xs-23{width:95.8333333333%}.el-col-xs-offset-23{margin-left:95.8333333333%}.el-col-xs-pull-23{position:relative;right:95.8333333333%}.el-col-xs-push-23{position:relative;left:95.8333333333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{display:none}.el-col-sm-0{width:0%}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.1666666667%}.el-col-sm-offset-1{margin-left:4.1666666667%}.el-col-sm-pull-1{position:relative;right:4.1666666667%}.el-col-sm-push-1{position:relative;left:4.1666666667%}.el-col-sm-2{width:8.3333333333%}.el-col-sm-offset-2{margin-left:8.3333333333%}.el-col-sm-pull-2{position:relative;right:8.3333333333%}.el-col-sm-push-2{position:relative;left:8.3333333333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.6666666667%}.el-col-sm-offset-4{margin-left:16.6666666667%}.el-col-sm-pull-4{position:relative;right:16.6666666667%}.el-col-sm-push-4{position:relative;left:16.6666666667%}.el-col-sm-5{width:20.8333333333%}.el-col-sm-offset-5{margin-left:20.8333333333%}.el-col-sm-pull-5{position:relative;right:20.8333333333%}.el-col-sm-push-5{position:relative;left:20.8333333333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.1666666667%}.el-col-sm-offset-7{margin-left:29.1666666667%}.el-col-sm-pull-7{position:relative;right:29.1666666667%}.el-col-sm-push-7{position:relative;left:29.1666666667%}.el-col-sm-8{width:33.3333333333%}.el-col-sm-offset-8{margin-left:33.3333333333%}.el-col-sm-pull-8{position:relative;right:33.3333333333%}.el-col-sm-push-8{position:relative;left:33.3333333333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.6666666667%}.el-col-sm-offset-10{margin-left:41.6666666667%}.el-col-sm-pull-10{position:relative;right:41.6666666667%}.el-col-sm-push-10{position:relative;left:41.6666666667%}.el-col-sm-11{width:45.8333333333%}.el-col-sm-offset-11{margin-left:45.8333333333%}.el-col-sm-pull-11{position:relative;right:45.8333333333%}.el-col-sm-push-11{position:relative;left:45.8333333333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.1666666667%}.el-col-sm-offset-13{margin-left:54.1666666667%}.el-col-sm-pull-13{position:relative;right:54.1666666667%}.el-col-sm-push-13{position:relative;left:54.1666666667%}.el-col-sm-14{width:58.3333333333%}.el-col-sm-offset-14{margin-left:58.3333333333%}.el-col-sm-pull-14{position:relative;right:58.3333333333%}.el-col-sm-push-14{position:relative;left:58.3333333333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.6666666667%}.el-col-sm-offset-16{margin-left:66.6666666667%}.el-col-sm-pull-16{position:relative;right:66.6666666667%}.el-col-sm-push-16{position:relative;left:66.6666666667%}.el-col-sm-17{width:70.8333333333%}.el-col-sm-offset-17{margin-left:70.8333333333%}.el-col-sm-pull-17{position:relative;right:70.8333333333%}.el-col-sm-push-17{position:relative;left:70.8333333333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.1666666667%}.el-col-sm-offset-19{margin-left:79.1666666667%}.el-col-sm-pull-19{position:relative;right:79.1666666667%}.el-col-sm-push-19{position:relative;left:79.1666666667%}.el-col-sm-20{width:83.3333333333%}.el-col-sm-offset-20{margin-left:83.3333333333%}.el-col-sm-pull-20{position:relative;right:83.3333333333%}.el-col-sm-push-20{position:relative;left:83.3333333333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.6666666667%}.el-col-sm-offset-22{margin-left:91.6666666667%}.el-col-sm-pull-22{position:relative;right:91.6666666667%}.el-col-sm-push-22{position:relative;left:91.6666666667%}.el-col-sm-23{width:95.8333333333%}.el-col-sm-offset-23{margin-left:95.8333333333%}.el-col-sm-pull-23{position:relative;right:95.8333333333%}.el-col-sm-push-23{position:relative;left:95.8333333333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{display:none}.el-col-md-0{width:0%}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.1666666667%}.el-col-md-offset-1{margin-left:4.1666666667%}.el-col-md-pull-1{position:relative;right:4.1666666667%}.el-col-md-push-1{position:relative;left:4.1666666667%}.el-col-md-2{width:8.3333333333%}.el-col-md-offset-2{margin-left:8.3333333333%}.el-col-md-pull-2{position:relative;right:8.3333333333%}.el-col-md-push-2{position:relative;left:8.3333333333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.6666666667%}.el-col-md-offset-4{margin-left:16.6666666667%}.el-col-md-pull-4{position:relative;right:16.6666666667%}.el-col-md-push-4{position:relative;left:16.6666666667%}.el-col-md-5{width:20.8333333333%}.el-col-md-offset-5{margin-left:20.8333333333%}.el-col-md-pull-5{position:relative;right:20.8333333333%}.el-col-md-push-5{position:relative;left:20.8333333333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.1666666667%}.el-col-md-offset-7{margin-left:29.1666666667%}.el-col-md-pull-7{position:relative;right:29.1666666667%}.el-col-md-push-7{position:relative;left:29.1666666667%}.el-col-md-8{width:33.3333333333%}.el-col-md-offset-8{margin-left:33.3333333333%}.el-col-md-pull-8{position:relative;right:33.3333333333%}.el-col-md-push-8{position:relative;left:33.3333333333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.6666666667%}.el-col-md-offset-10{margin-left:41.6666666667%}.el-col-md-pull-10{position:relative;right:41.6666666667%}.el-col-md-push-10{position:relative;left:41.6666666667%}.el-col-md-11{width:45.8333333333%}.el-col-md-offset-11{margin-left:45.8333333333%}.el-col-md-pull-11{position:relative;right:45.8333333333%}.el-col-md-push-11{position:relative;left:45.8333333333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.1666666667%}.el-col-md-offset-13{margin-left:54.1666666667%}.el-col-md-pull-13{position:relative;right:54.1666666667%}.el-col-md-push-13{position:relative;left:54.1666666667%}.el-col-md-14{width:58.3333333333%}.el-col-md-offset-14{margin-left:58.3333333333%}.el-col-md-pull-14{position:relative;right:58.3333333333%}.el-col-md-push-14{position:relative;left:58.3333333333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.6666666667%}.el-col-md-offset-16{margin-left:66.6666666667%}.el-col-md-pull-16{position:relative;right:66.6666666667%}.el-col-md-push-16{position:relative;left:66.6666666667%}.el-col-md-17{width:70.8333333333%}.el-col-md-offset-17{margin-left:70.8333333333%}.el-col-md-pull-17{position:relative;right:70.8333333333%}.el-col-md-push-17{position:relative;left:70.8333333333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.1666666667%}.el-col-md-offset-19{margin-left:79.1666666667%}.el-col-md-pull-19{position:relative;right:79.1666666667%}.el-col-md-push-19{position:relative;left:79.1666666667%}.el-col-md-20{width:83.3333333333%}.el-col-md-offset-20{margin-left:83.3333333333%}.el-col-md-pull-20{position:relative;right:83.3333333333%}.el-col-md-push-20{position:relative;left:83.3333333333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.6666666667%}.el-col-md-offset-22{margin-left:91.6666666667%}.el-col-md-pull-22{position:relative;right:91.6666666667%}.el-col-md-push-22{position:relative;left:91.6666666667%}.el-col-md-23{width:95.8333333333%}.el-col-md-offset-23{margin-left:95.8333333333%}.el-col-md-pull-23{position:relative;right:95.8333333333%}.el-col-md-push-23{position:relative;left:95.8333333333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none}.el-col-lg-0{width:0%}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.1666666667%}.el-col-lg-offset-1{margin-left:4.1666666667%}.el-col-lg-pull-1{position:relative;right:4.1666666667%}.el-col-lg-push-1{position:relative;left:4.1666666667%}.el-col-lg-2{width:8.3333333333%}.el-col-lg-offset-2{margin-left:8.3333333333%}.el-col-lg-pull-2{position:relative;right:8.3333333333%}.el-col-lg-push-2{position:relative;left:8.3333333333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.6666666667%}.el-col-lg-offset-4{margin-left:16.6666666667%}.el-col-lg-pull-4{position:relative;right:16.6666666667%}.el-col-lg-push-4{position:relative;left:16.6666666667%}.el-col-lg-5{width:20.8333333333%}.el-col-lg-offset-5{margin-left:20.8333333333%}.el-col-lg-pull-5{position:relative;right:20.8333333333%}.el-col-lg-push-5{position:relative;left:20.8333333333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.1666666667%}.el-col-lg-offset-7{margin-left:29.1666666667%}.el-col-lg-pull-7{position:relative;right:29.1666666667%}.el-col-lg-push-7{position:relative;left:29.1666666667%}.el-col-lg-8{width:33.3333333333%}.el-col-lg-offset-8{margin-left:33.3333333333%}.el-col-lg-pull-8{position:relative;right:33.3333333333%}.el-col-lg-push-8{position:relative;left:33.3333333333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.6666666667%}.el-col-lg-offset-10{margin-left:41.6666666667%}.el-col-lg-pull-10{position:relative;right:41.6666666667%}.el-col-lg-push-10{position:relative;left:41.6666666667%}.el-col-lg-11{width:45.8333333333%}.el-col-lg-offset-11{margin-left:45.8333333333%}.el-col-lg-pull-11{position:relative;right:45.8333333333%}.el-col-lg-push-11{position:relative;left:45.8333333333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.1666666667%}.el-col-lg-offset-13{margin-left:54.1666666667%}.el-col-lg-pull-13{position:relative;right:54.1666666667%}.el-col-lg-push-13{position:relative;left:54.1666666667%}.el-col-lg-14{width:58.3333333333%}.el-col-lg-offset-14{margin-left:58.3333333333%}.el-col-lg-pull-14{position:relative;right:58.3333333333%}.el-col-lg-push-14{position:relative;left:58.3333333333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.6666666667%}.el-col-lg-offset-16{margin-left:66.6666666667%}.el-col-lg-pull-16{position:relative;right:66.6666666667%}.el-col-lg-push-16{position:relative;left:66.6666666667%}.el-col-lg-17{width:70.8333333333%}.el-col-lg-offset-17{margin-left:70.8333333333%}.el-col-lg-pull-17{position:relative;right:70.8333333333%}.el-col-lg-push-17{position:relative;left:70.8333333333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.1666666667%}.el-col-lg-offset-19{margin-left:79.1666666667%}.el-col-lg-pull-19{position:relative;right:79.1666666667%}.el-col-lg-push-19{position:relative;left:79.1666666667%}.el-col-lg-20{width:83.3333333333%}.el-col-lg-offset-20{margin-left:83.3333333333%}.el-col-lg-pull-20{position:relative;right:83.3333333333%}.el-col-lg-push-20{position:relative;left:83.3333333333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.6666666667%}.el-col-lg-offset-22{margin-left:91.6666666667%}.el-col-lg-pull-22{position:relative;right:91.6666666667%}.el-col-lg-push-22{position:relative;left:91.6666666667%}.el-col-lg-23{width:95.8333333333%}.el-col-lg-offset-23{margin-left:95.8333333333%}.el-col-lg-pull-23{position:relative;right:95.8333333333%}.el-col-lg-push-23{position:relative;left:95.8333333333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none}.el-col-xl-0{width:0%}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.1666666667%}.el-col-xl-offset-1{margin-left:4.1666666667%}.el-col-xl-pull-1{position:relative;right:4.1666666667%}.el-col-xl-push-1{position:relative;left:4.1666666667%}.el-col-xl-2{width:8.3333333333%}.el-col-xl-offset-2{margin-left:8.3333333333%}.el-col-xl-pull-2{position:relative;right:8.3333333333%}.el-col-xl-push-2{position:relative;left:8.3333333333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.6666666667%}.el-col-xl-offset-4{margin-left:16.6666666667%}.el-col-xl-pull-4{position:relative;right:16.6666666667%}.el-col-xl-push-4{position:relative;left:16.6666666667%}.el-col-xl-5{width:20.8333333333%}.el-col-xl-offset-5{margin-left:20.8333333333%}.el-col-xl-pull-5{position:relative;right:20.8333333333%}.el-col-xl-push-5{position:relative;left:20.8333333333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.1666666667%}.el-col-xl-offset-7{margin-left:29.1666666667%}.el-col-xl-pull-7{position:relative;right:29.1666666667%}.el-col-xl-push-7{position:relative;left:29.1666666667%}.el-col-xl-8{width:33.3333333333%}.el-col-xl-offset-8{margin-left:33.3333333333%}.el-col-xl-pull-8{position:relative;right:33.3333333333%}.el-col-xl-push-8{position:relative;left:33.3333333333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.6666666667%}.el-col-xl-offset-10{margin-left:41.6666666667%}.el-col-xl-pull-10{position:relative;right:41.6666666667%}.el-col-xl-push-10{position:relative;left:41.6666666667%}.el-col-xl-11{width:45.8333333333%}.el-col-xl-offset-11{margin-left:45.8333333333%}.el-col-xl-pull-11{position:relative;right:45.8333333333%}.el-col-xl-push-11{position:relative;left:45.8333333333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.1666666667%}.el-col-xl-offset-13{margin-left:54.1666666667%}.el-col-xl-pull-13{position:relative;right:54.1666666667%}.el-col-xl-push-13{position:relative;left:54.1666666667%}.el-col-xl-14{width:58.3333333333%}.el-col-xl-offset-14{margin-left:58.3333333333%}.el-col-xl-pull-14{position:relative;right:58.3333333333%}.el-col-xl-push-14{position:relative;left:58.3333333333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.6666666667%}.el-col-xl-offset-16{margin-left:66.6666666667%}.el-col-xl-pull-16{position:relative;right:66.6666666667%}.el-col-xl-push-16{position:relative;left:66.6666666667%}.el-col-xl-17{width:70.8333333333%}.el-col-xl-offset-17{margin-left:70.8333333333%}.el-col-xl-pull-17{position:relative;right:70.8333333333%}.el-col-xl-push-17{position:relative;left:70.8333333333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.1666666667%}.el-col-xl-offset-19{margin-left:79.1666666667%}.el-col-xl-pull-19{position:relative;right:79.1666666667%}.el-col-xl-push-19{position:relative;left:79.1666666667%}.el-col-xl-20{width:83.3333333333%}.el-col-xl-offset-20{margin-left:83.3333333333%}.el-col-xl-pull-20{position:relative;right:83.3333333333%}.el-col-xl-push-20{position:relative;left:83.3333333333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.6666666667%}.el-col-xl-offset-22{margin-left:91.6666666667%}.el-col-xl-pull-22{position:relative;right:91.6666666667%}.el-col-xl-push-22{position:relative;left:91.6666666667%}.el-col-xl-23{width:95.8333333333%}.el-col-xl-offset-23{margin-left:95.8333333333%}.el-col-xl-pull-23{position:relative;right:95.8333333333%}.el-col-xl-push-23{position:relative;left:95.8333333333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67c23a}.el-progress.is-success .el-progress__text{color:#67c23a}.el-progress.is-warning .el-progress-bar__inner{background-color:#e6a23c}.el-progress.is-warning .el-progress__text{color:#e6a23c}.el-progress.is-exception .el-progress-bar__inner{background-color:#f56c6c}.el-progress.is-exception .el-progress__text{color:#f56c6c}.el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#ebeef5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#1890ff;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-progress-bar__inner::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#fff;font-size:12px;margin:0 5px}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;cursor:pointer;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover{border-color:#1890ff;color:#1890ff}.el-upload:focus{border-color:#1890ff;color:#1890ff}.el-upload:focus .el-upload-dragger{border-color:#1890ff}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:360px;height:180px;text-align:center;cursor:pointer;position:relative;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#c0c4cc;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #dcdfe6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#1890ff;font-style:normal}.el-upload-dragger:hover{border-color:#1890ff}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #1890ff}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55, 0, .1, 1);transition:all .5s cubic-bezier(.55, 0, .1, 1);font-size:14px;color:#606266;line-height:1.8;margin-top:5px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67c23a}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#1890ff}.el-upload-list__item:hover{background-color:#f5f7fa}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#1890ff;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;-webkit-transition:color .3s;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#1890ff}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture-card .el-upload-list__item .el-icon-close{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px;background-color:#fff}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#fff;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);margin-top:60px}.el-upload-cover__interact .btn i{margin-top:0}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#fff;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#fff;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67c23a}.el-progress.is-success .el-progress__text{color:#67c23a}.el-progress.is-warning .el-progress-bar__inner{background-color:#e6a23c}.el-progress.is-warning .el-progress__text{color:#e6a23c}.el-progress.is-exception .el-progress-bar__inner{background-color:#f56c6c}.el-progress.is-exception .el-progress__text{color:#f56c6c}.el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#ebeef5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#1890ff;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-progress-bar__inner::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#fff;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-time-spinner{width:100%;white-space:nowrap}.el-spinner{display:inline-block;vertical-align:middle}.el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{min-width:380px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border-width:1px;border-style:solid;border-color:#ebeef5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;overflow:hidden;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67c23a}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#e6a23c}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#f56c6c}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__content:focus{outline-width:0}.el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#c0c4cc;font-size:16px}.el-message__closeBtn:focus{outline-width:0}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67c23a}.el-message .el-icon-error{color:#f56c6c}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#e6a23c}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{background-color:#f56c6c;border-radius:10px;color:#fff;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #fff}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#1890ff}.el-badge__content--success{background-color:#67c23a}.el-badge__content--warning{background-color:#e6a23c}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#f56c6c}.el-card{border-radius:4px;border:1px solid #ebeef5;background-color:#fff;overflow:hidden;color:#303133;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:1px solid #ebeef5;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__body{padding:20px}.el-rate{height:20px;line-height:1}.el-rate:active,.el-rate:focus{outline-width:0}.el-rate__item{display:inline-block;position:relative;font-size:0;vertical-align:middle}.el-rate__icon{position:relative;display:inline-block;font-size:18px;margin-right:6px;color:#c0c4cc;-webkit-transition:.3s;transition:.3s}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__icon .path2{position:absolute;left:0;top:0}.el-rate__decimal{position:absolute;top:0;left:0;display:inline-block;overflow:hidden}.el-rate__text{font-size:14px;vertical-align:middle}.el-steps{display:-webkit-box;display:-ms-flexbox;display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#f5f7fa}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#c0c4cc;border-color:#c0c4cc}.el-step__head.is-success{color:#67c23a;border-color:#67c23a}.el-step__head.is-error{color:#f56c6c;border-color:#f56c6c}.el-step__head.is-finish{color:#1890ff;border-color:#1890ff}.el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-transition:.15s ease-out;transition:.15s ease-out}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#c0c4cc}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#c0c4cc}.el-step__title.is-success{color:#67c23a}.el-step__title.is-error{color:#f56c6c}.el-step__title.is-finish{color:#1890ff}.el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#c0c4cc}.el-step__description.is-success{color:#67c23a}.el-step__description.is-error{color:#f56c6c}.el-step__description.is-finish{color:#1890ff}.el-step.is-horizontal{display:inline-block}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head{text-align:center}.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:0 0;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-step.is-simple .el-step__arrow::after,.el-step.is-simple .el-step__arrow::before{content:"";display:inline-block;position:absolute;height:15px;width:1px;background:#c0c4cc}.el-step.is-simple .el-step__arrow::before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.el-step.is-simple .el-step__arrow::after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-carousel{position:relative}.el-carousel--horizontal{overflow-x:hidden}.el-carousel--vertical{overflow-y:hidden}.el-carousel__container{position:relative;height:300px}.el-carousel__arrow{border:none;outline:0;padding:0;margin:0;height:36px;width:36px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#fff;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:12px}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{position:absolute;list-style:none;margin:0;padding:0;z-index:2}.el-carousel__indicators--horizontal{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;-webkit-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#c0c4cc;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;-webkit-transform:none;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:12px 4px}.el-carousel__indicator--vertical{padding:4px 12px}.el-carousel__indicator--vertical .el-carousel__button{width:2px;height:15px}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#fff;border:none;outline:0;padding:0;margin:0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{-webkit-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{-webkit-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-carousel__item{position:absolute;top:0;left:0;width:100%;height:100%;display:inline-block;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card{width:50%;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:2}.el-carousel__mask{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.24;-webkit-transition:.2s;transition:.2s}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55, 0, .1, 1);transition:all .3s cubic-bezier(.55, 0, .1, 1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1);transition:transform .3s cubic-bezier(.23, 1, .32, 1),opacity .3s cubic-bezier(.23, 1, .32, 1),-webkit-transform .3s cubic-bezier(.23, 1, .32, 1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55, 0, .1, 1);transition:opacity .3s cubic-bezier(.55, 0, .1, 1)}.el-collapse{border-top:1px solid #ebeef5;border-bottom:1px solid #ebeef5}.el-collapse-item.is-disabled .el-collapse-item__header{color:#bbb;cursor:not-allowed}.el-collapse-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;line-height:48px;background-color:#fff;color:#303133;cursor:pointer;border-bottom:1px solid #ebeef5;font-size:13px;font-weight:500;-webkit-transition:border-bottom-color .3s;transition:border-bottom-color .3s;outline:0}.el-collapse-item__arrow{margin:0 8px 0 auto;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-weight:300}.el-collapse-item__arrow.is-active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:#1890ff}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{will-change:height;background-color:#fff;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #ebeef5}.el-collapse-item__content{padding-bottom:25px;font-size:13px;color:#303133;line-height:1.7692307692}.el-collapse-item:last-child{margin-bottom:-1px}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#1890ff}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:0;border-color:#1890ff}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:0;border-color:#1890ff}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,0.03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-tag{background-color:#e8f4ff;border-color:#d1e9ff;color:#1890ff;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#1890ff;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#1890ff}.el-tag .el-tag__close{color:#1890ff}.el-tag .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67c23a}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#1890ff;border-color:#1890ff;color:#fff}.el-tag--dark.is-hit{border-color:#1890ff}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#fff;background-color:#46a6ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#fff;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67c23a}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#fff;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#a3d3ff;color:#1890ff}.el-tag--plain.is-hit{border-color:#1890ff}.el-tag--plain .el-tag__close{color:#1890ff}.el-tag--plain .el-tag__close:hover{color:#fff;background-color:#1890ff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-checkbox{color:#606266;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#1890ff}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#1890ff}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:"";position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46);transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46)}.el-checkbox__inner:hover{border-color:#1890ff}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in 50ms;transition:-webkit-transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms,-webkit-transform .15s ease-in 50ms;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button{position:relative;display:inline-block}.el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;-webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);transition:all .3s cubic-bezier(.645, .045, .355, 1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#1890ff}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#1890ff;border-color:#1890ff;-webkit-box-shadow:-1px 0 0 0 #74bcff;box-shadow:-1px 0 0 0 #74bcff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#1890ff}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#1890ff}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-radio{color:#606266;font-weight:500;line-height:1;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;outline:0;font-size:14px;margin-right:30px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-radio.is-bordered.is-checked{border-color:#1890ff}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#ebeef5}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--medium.is-bordered .el-radio__label{font-size:14px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__label{font-size:12px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio:last-child{margin-right:0}.el-radio__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed;cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#f5f7fa}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed}.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#c0c4cc}.el-radio__input.is-disabled+span.el-radio__label{color:#c0c4cc;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#1890ff;background:#1890ff}.el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#1890ff}.el-radio__input.is-focus .el-radio__inner{border-color:#1890ff}.el-radio__inner{border:1px solid #dcdfe6;border-radius:100%;width:14px;height:14px;background-color:#fff;position:relative;cursor:pointer;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#1890ff}.el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#fff;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #1890ff;box-shadow:0 0 2px 2px #1890ff}.el-radio__label{font-size:14px;padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;font-size:14px}.el-cascader-panel.is-bordered{border:solid 1px #e4e7ed;border-radius:4px}.el-cascader-menu{min-width:180px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;border-right:solid 1px #e4e7ed}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#c0c4cc}.el-cascader-node{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:0}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#1890ff;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#f5f7fa}.el-cascader-node.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio{margin-right:0}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-cascader{display:inline-block;position:relative;font-size:14px;line-height:40px}.el-cascader:not(.is-disabled):hover .el-input__inner{cursor:pointer;border-color:#c0c4cc}.el-cascader .el-input{cursor:pointer}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-input__inner:focus{border-color:#1890ff}.el-cascader .el-input .el-icon-arrow-down{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:14px}.el-cascader .el-input .el-icon-arrow-down.is-reverse{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-cascader .el-input .el-icon-circle-close:hover{color:#909399}.el-cascader .el-input.is-focus .el-input__inner{border-color:#1890ff}.el-cascader--medium{font-size:14px;line-height:36px}.el-cascader--small{font-size:13px;line-height:32px}.el-cascader--mini{font-size:12px;line-height:28px}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#c0c4cc}.el-cascader__dropdown{margin:5px 0;font-size:14px;background:#fff;border:solid 1px #e4e7ed;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-cascader__tags{position:absolute;left:0;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:normal;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__tags .el-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:2px 0 2px 6px;text-overflow:ellipsis;background:#f0f2f5}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag>span{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#c0c4cc;color:#fff}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:#909399}.el-cascader__suggestion-panel{border-radius:4px}.el-cascader__suggestion-list{max-height:204px;margin:0;padding:6px 0;font-size:14px;color:#606266;text-align:center}.el-cascader__suggestion-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;padding:0 15px;text-align:left;outline:0;cursor:pointer}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:#f5f7fa}.el-cascader__suggestion-item.is-checked{color:#1890ff;font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{margin:10px 0;color:#c0c4cc}.el-cascader__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;min-width:60px;margin:2px 0 2px 15px;padding:0;color:#606266;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__search-input::-webkit-input-placeholder{color:#c0c4cc}.el-cascader__search-input::-moz-placeholder{color:#c0c4cc}.el-cascader__search-input::-ms-input-placeholder{color:#c0c4cc}.el-cascader__search-input::placeholder{color:#c0c4cc}.el-color-predefine{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;margin-top:8px;width:280px}.el-color-predefine__colors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-color-predefine__color-selector{margin:0 0 8px 8px;width:20px;height:20px;border-radius:4px;cursor:pointer}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #1890ff;box-shadow:0 0 3px 2px #1890ff}.el-color-predefine__color-selector>div{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;border-radius:3px}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.el-color-hue-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-svpanel{position:relative;width:280px;height:180px}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:-webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.el-color-svpanel__black{background:-webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(to top,#000,rgba(0,0,0,0))}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white));background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(white));background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper::after{content:"";display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#000;width:160px}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#1890ff;border-color:#1890ff}.el-color-dropdown__link-btn{cursor:pointer;color:#1890ff;text-decoration:none;padding:15px;font-size:12px}.el-color-dropdown__link-btn:hover{color:tint(#1890ff,20%)}.el-color-picker{display:inline-block;position:relative;line-height:normal;height:40px}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--medium{height:36px}.el-color-picker--medium .el-color-picker__trigger{height:36px;width:36px}.el-color-picker--medium .el-color-picker__mask{height:34px;width:34px}.el-color-picker--small{height:32px}.el-color-picker--small .el-color-picker__trigger{height:32px;width:32px}.el-color-picker--small .el-color-picker__mask{height:30px;width:30px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker--mini{height:28px}.el-color-picker--mini .el-color-picker__trigger{height:28px;width:28px}.el-color-picker--mini .el-color-picker__mask{height:26px;width:26px}.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker__mask{height:38px;width:38px;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:rgba(255,255,255,.7)}.el-color-picker__trigger{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;width:40px;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;position:relative;cursor:pointer}.el-color-picker__color{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty{font-size:12px;color:#999;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.el-color-picker__icon{display:inline-block;position:absolute;width:100%;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);color:#fff;text-align:center;font-size:12px}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#1890ff}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645, .045, .355, 1);transition:color .2s cubic-bezier(.645, .045, .355, 1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645, .045, .355, 1);transition:border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:0;border-color:#1890ff}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:0;border-color:#1890ff}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-color:#dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button.is-round{padding:12px 20px}.el-button:focus,.el-button:hover{color:#1890ff;border-color:#badeff;background-color:#e8f4ff}.el-button:active{color:#1682e6;border-color:#1682e6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#1890ff;color:#1890ff}.el-button.is-plain:active{background:#fff;border-color:#1682e6;color:#1682e6;outline:0}.el-button.is-active{color:#1682e6;border-color:#1682e6}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#fff;background-color:#1890ff;border-color:#1890ff}.el-button--primary:focus,.el-button--primary:hover{background:#46a6ff;border-color:#46a6ff;color:#fff}.el-button--primary:active{background:#1682e6;border-color:#1682e6;color:#fff;outline:0}.el-button--primary.is-active{background:#1682e6;border-color:#1682e6;color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#8cc8ff;border-color:#8cc8ff}.el-button--primary.is-plain{color:#1890ff;background:#e8f4ff;border-color:#a3d3ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#1890ff;border-color:#1890ff;color:#fff}.el-button--primary.is-plain:active{background:#1682e6;border-color:#1682e6;color:#fff;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#74bcff;background-color:#e8f4ff;border-color:#d1e9ff}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#1890ff;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#46a6ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#1682e6;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-bottom-left-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-button.is-active{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-checkbox{color:#606266;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#1890ff}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#1890ff}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:"";position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46);transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46)}.el-checkbox__inner:hover{border-color:#1890ff}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in 50ms;transition:-webkit-transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms,-webkit-transform .15s ease-in 50ms;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button{position:relative;display:inline-block}.el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;-webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);transition:all .3s cubic-bezier(.645, .045, .355, 1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#1890ff}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#1890ff;border-color:#1890ff;-webkit-box-shadow:-1px 0 0 0 #74bcff;box-shadow:-1px 0 0 0 #74bcff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#1890ff}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#1890ff}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-transfer{font-size:14px}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 30px}.el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#fff;background-color:#1890ff;font-size:0}.el-transfer__button.is-with-texts{border-radius:4px}.el-transfer__button.is-disabled{border:1px solid #dcdfe6;background-color:#f5f7fa;color:#c0c4cc}.el-transfer__button.is-disabled:hover{border:1px solid #dcdfe6;background-color:#f5f7fa;color:#c0c4cc}.el-transfer__button:first-child{margin-bottom:10px}.el-transfer__button:nth-child(2){margin:0}.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer__button [class*=el-icon-]+span{margin-left:0}.el-transfer-panel{border:1px solid #ebeef5;border-radius:4px;overflow:hidden;background:#fff;display:inline-block;vertical-align:middle;width:200px;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.el-transfer-panel__body{height:246px}.el-transfer-panel__body.is-with-footer{padding-bottom:40px}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:194px;padding-top:0}.el-transfer-panel__item{height:30px;line-height:30px;padding-left:15px;display:block!important}.el-transfer-panel__item+.el-transfer-panel__item{margin-left:0}.el-transfer-panel__item.el-checkbox{color:#606266}.el-transfer-panel__item:hover{color:#1890ff}.el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;line-height:30px}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;margin:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:auto}.el-transfer-panel__filter .el-input__inner{height:32px;width:100%;font-size:12px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;padding-right:10px;padding-left:30px}.el-transfer-panel__filter .el-input__icon{margin-left:5px}.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-transfer-panel .el-transfer-panel__header{height:40px;line-height:40px;background:#f5f7fa;margin:0;padding-left:15px;border-bottom:1px solid #ebeef5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000}.el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:40px}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:16px;color:#303133;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:15px;color:#909399;font-size:12px;font-weight:400}.el-transfer-panel .el-transfer-panel__footer{height:40px;background:#fff;margin:0;padding:0;border-top:1px solid #ebeef5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#606266}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:30px;line-height:30px;padding:6px 15px 0;color:#909399;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{height:14px;width:14px;border-radius:3px}.el-transfer-panel .el-checkbox__inner::after{height:6px;width:3px;left:4px}.el-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.el-container.is-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.el-header{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-aside{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-main{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.el-footer{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-timeline{margin:0;font-size:14px;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:28px;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #e4e7ed}.el-timeline-item__icon{color:#fff;font-size:13px}.el-timeline-item__node{position:absolute;background-color:#e4e7ed;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__node--normal{left:-1px;width:12px;height:12px}.el-timeline-item__node--large{left:-2px;width:14px;height:14px}.el-timeline-item__node--primary{background-color:#1890ff}.el-timeline-item__node--success{background-color:#67c23a}.el-timeline-item__node--warning{background-color:#e6a23c}.el-timeline-item__node--danger{background-color:#f56c6c}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;position:relative;text-decoration:none;outline:0;cursor:pointer;padding:0;font-size:14px;font-weight:500}.el-link.is-underline:hover:after{content:"";position:absolute;left:0;right:0;height:0;bottom:0;border-bottom:1px solid #1890ff}.el-link.is-disabled{cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default{color:#606266}.el-link.el-link--default:hover{color:#1890ff}.el-link.el-link--default:after{border-color:#1890ff}.el-link.el-link--default.is-disabled{color:#c0c4cc}.el-link.el-link--primary{color:#1890ff}.el-link.el-link--primary:hover{color:#46a6ff}.el-link.el-link--primary:after{border-color:#1890ff}.el-link.el-link--primary.is-disabled{color:#8cc8ff}.el-link.el-link--primary.is-underline:hover:after{border-color:#1890ff}.el-link.el-link--danger{color:#f56c6c}.el-link.el-link--danger:hover{color:#f78989}.el-link.el-link--danger:after{border-color:#f56c6c}.el-link.el-link--danger.is-disabled{color:#fab6b6}.el-link.el-link--danger.is-underline:hover:after{border-color:#f56c6c}.el-link.el-link--success{color:#67c23a}.el-link.el-link--success:hover{color:#85ce61}.el-link.el-link--success:after{border-color:#67c23a}.el-link.el-link--success.is-disabled{color:#b3e19d}.el-link.el-link--success.is-underline:hover:after{border-color:#67c23a}.el-link.el-link--warning{color:#e6a23c}.el-link.el-link--warning:hover{color:#ebb563}.el-link.el-link--warning:after{border-color:#e6a23c}.el-link.el-link--warning.is-disabled{color:#f3d19e}.el-link.el-link--warning.is-underline:hover:after{border-color:#e6a23c}.el-link.el-link--info{color:#909399}.el-link.el-link--info:hover{color:#a6a9ad}.el-link.el-link--info:after{border-color:#909399}.el-link.el-link--info.is-disabled{color:#c8c9cc}.el-link.el-link--info.is-underline:hover:after{border-color:#909399}.el-divider{background-color:#dcdfe6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:24px 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#fff;padding:0 20px;font-weight:500;color:#303133;font-size:14px}.el-divider__text.is-left{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.el-image__placeholder{background:#f5f7fa}.el-image__error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;background:#f5f7fa;color:#c0c4cc;vertical-align:middle}.el-image__preview{cursor:pointer}.el-image-viewer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.el-image-viewer__btn{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:.8;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-image-viewer__close{top:40px;right:40px;width:40px;height:40px;font-size:24px;color:#fff;background-color:#606266}.el-image-viewer__canvas{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image-viewer__actions{left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:282px;height:44px;padding:0 23px;background-color:#606266;border-color:#fff;border-radius:22px}.el-image-viewer__actions__inner{width:100%;height:100%;text-align:justify;cursor:default;font-size:23px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.el-image-viewer__prev{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:44px;height:44px;font-size:24px;color:#fff;background-color:#606266;border-color:#fff;left:40px}.el-image-viewer__next{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:44px;height:44px;font-size:24px;color:#fff;background-color:#606266;border-color:#fff;right:40px;text-indent:2px}.el-image-viewer__mask{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.5;background:#000}.viewer-fade-enter-active{-webkit-animation:viewer-fade-in .3s;animation:viewer-fade-in .3s}.viewer-fade-leave-active{-webkit-animation:viewer-fade-out .3s;animation:viewer-fade-out .3s}@-webkit-keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-color:#dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button.is-round{padding:12px 20px}.el-button:focus,.el-button:hover{color:#1890ff;border-color:#badeff;background-color:#e8f4ff}.el-button:active{color:#1682e6;border-color:#1682e6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#1890ff;color:#1890ff}.el-button.is-plain:active{background:#fff;border-color:#1682e6;color:#1682e6;outline:0}.el-button.is-active{color:#1682e6;border-color:#1682e6}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#fff;background-color:#1890ff;border-color:#1890ff}.el-button--primary:focus,.el-button--primary:hover{background:#46a6ff;border-color:#46a6ff;color:#fff}.el-button--primary:active{background:#1682e6;border-color:#1682e6;color:#fff;outline:0}.el-button--primary.is-active{background:#1682e6;border-color:#1682e6;color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#8cc8ff;border-color:#8cc8ff}.el-button--primary.is-plain{color:#1890ff;background:#e8f4ff;border-color:#a3d3ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#1890ff;border-color:#1890ff;color:#fff}.el-button--primary.is-plain:active{background:#1682e6;border-color:#1682e6;color:#fff;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#74bcff;background-color:#e8f4ff;border-color:#d1e9ff}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#1890ff;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#46a6ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#1682e6;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-bottom-left-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-button.is-active{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #ebeef5}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#606266;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#c0c4cc}.el-calendar-table td{border-bottom:1px solid #ebeef5;border-right:1px solid #ebeef5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#f2f8fe}.el-calendar-table td.is-today{color:#1890ff}.el-calendar-table tr:first-child td{border-top:1px solid #ebeef5}.el-calendar-table tr td:first-child{border-left:1px solid #ebeef5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#f2f8fe}.el-backtop{position:fixed;background-color:#fff;width:40px;height:40px;border-radius:50%;color:#1890ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#f2f6fc}.el-page-header{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:24px}.el-page-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-right:40px;position:relative}.el-page-header__left::after{content:"";position:absolute;width:1px;height:16px;right:-20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#dcdfe6}.el-page-header__left .el-icon-back{font-size:18px;margin-right:6px;-ms-flex-item-align:center;align-self:center}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{font-size:18px;color:#303133}.el-checkbox{color:#606266;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#1890ff}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#1890ff}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#1890ff;border-color:#1890ff}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:"";position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46);transition:border-color .25s cubic-bezier(.71, -.46, .29, 1.46),background-color .25s cubic-bezier(.71, -.46, .29, 1.46)}.el-checkbox__inner:hover{border-color:#1890ff}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in 50ms;transition:-webkit-transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms;transition:transform .15s ease-in 50ms,-webkit-transform .15s ease-in 50ms;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button{position:relative;display:inline-block}.el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;-webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);transition:all .3s cubic-bezier(.645, .045, .355, 1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#1890ff}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#1890ff;border-color:#1890ff;-webkit-box-shadow:-1px 0 0 0 #74bcff;box-shadow:-1px 0 0 0 #74bcff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#1890ff}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#1890ff}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-radio{color:#606266;font-weight:500;line-height:1;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;outline:0;font-size:14px;margin-right:30px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-radio.is-bordered.is-checked{border-color:#1890ff}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#ebeef5}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--medium.is-bordered .el-radio__label{font-size:14px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__label{font-size:12px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio:last-child{margin-right:0}.el-radio__input{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed;cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#f5f7fa}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed}.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#c0c4cc}.el-radio__input.is-disabled+span.el-radio__label{color:#c0c4cc;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#1890ff;background:#1890ff}.el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#1890ff}.el-radio__input.is-focus .el-radio__inner{border-color:#1890ff}.el-radio__inner{border:1px solid #dcdfe6;border-radius:100%;width:14px;height:14px;background-color:#fff;position:relative;cursor:pointer;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#1890ff}.el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#fff;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #1890ff;box-shadow:0 0 2px 2px #1890ff}.el-radio__label{font-size:14px;padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;font-size:14px}.el-cascader-panel.is-bordered{border:solid 1px #e4e7ed;border-radius:4px}.el-cascader-menu{min-width:180px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;border-right:solid 1px #e4e7ed}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#c0c4cc}.el-cascader-node{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:0}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#1890ff;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#f5f7fa}.el-cascader-node.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio{margin-right:0}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-avatar{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden;color:#fff;background:#c0c4cc;width:40px;height:40px;line-height:40px;font-size:14px}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{width:40px;height:40px;line-height:40px}.el-avatar--medium{width:36px;height:36px;line-height:36px}.el-avatar--small{width:28px;height:28px;line-height:28px}@-webkit-keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@-webkit-keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@-webkit-keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@-webkit-keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}@keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}.el-drawer{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);overflow:hidden;outline:0}.el-drawer.rtl{-webkit-animation:rtl-drawer-out .3s;animation:rtl-drawer-out .3s}.el-drawer__open .el-drawer.rtl{-webkit-animation:rtl-drawer-in .3s 1ms;animation:rtl-drawer-in .3s 1ms}.el-drawer.ltr{-webkit-animation:ltr-drawer-out .3s;animation:ltr-drawer-out .3s}.el-drawer__open .el-drawer.ltr{-webkit-animation:ltr-drawer-in .3s 1ms;animation:ltr-drawer-in .3s 1ms}.el-drawer.ttb{-webkit-animation:ttb-drawer-out .3s;animation:ttb-drawer-out .3s}.el-drawer__open .el-drawer.ttb{-webkit-animation:ttb-drawer-in .3s 1ms;animation:ttb-drawer-in .3s 1ms}.el-drawer.btt{-webkit-animation:btt-drawer-out .3s;animation:btt-drawer-out .3s}.el-drawer__open .el-drawer.btt{-webkit-animation:btt-drawer-in .3s 1ms;animation:btt-drawer-in .3s 1ms}.el-drawer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;margin:0}.el-drawer__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#72767b;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px;padding:20px;padding-bottom:0}.el-drawer__header>:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-drawer__title{margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:inherit;font-size:1rem}.el-drawer__close-btn{border:none;cursor:pointer;font-size:20px;color:inherit;background-color:transparent}.el-drawer__body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.el-drawer__body>*{-webkit-box-sizing:border-box;box-sizing:border-box}.el-drawer.ltr,.el-drawer.rtl{height:100%;top:0;bottom:0}.el-drawer.btt,.el-drawer.ttb{width:100%;left:0;right:0}.el-drawer.ltr{left:0}.el-drawer.rtl{right:0}.el-drawer.ttb{top:0}.el-drawer.btt{bottom:0}.el-drawer__container{position:relative;left:0;right:0;top:0;bottom:0;height:100%;width:100%}.el-drawer-fade-enter-active{-webkit-animation:el-drawer-fade-in .3s;animation:el-drawer-fade-in .3s}.el-drawer-fade-leave-active{animation:el-drawer-fade-in .3s reverse}.el-popconfirm__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{text-align:right;margin:0}.el-skeleton__item{background:#f2f2f2;display:inline-block;height:16px;border-radius:4px;width:100%}.el-skeleton__circle{border-radius:50%;width:36px;height:36px;line-height:36px}.el-skeleton__circle--lg{width:40px;height:40px;line-height:40px}.el-skeleton__circle--md{width:28px;height:28px;line-height:28px}.el-skeleton__button{height:40px;width:64px;border-radius:4px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{width:100%;height:13px}.el-skeleton__caption{height:12px}.el-skeleton__h1{height:20px}.el-skeleton__h3{height:18px}.el-skeleton__h5{height:16px}.el-skeleton__image{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.el-skeleton__image svg{fill:#DCDDE0;width:22%;height:22%}@-webkit-keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line{height:16px;margin-top:16px;background:#f2f2f2}.el-skeleton__paragraph{height:16px;margin-top:16px;background:#f2f2f2}.el-skeleton.is-animated .el-skeleton__item{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#f2f2f2),color-stop(37%,#e6e6e6),color-stop(63%,#f2f2f2));background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;-webkit-animation:el-skeleton-loading 1.4s ease infinite;animation:el-skeleton-loading 1.4s ease infinite}.el-skeleton__item{background:#f2f2f2;display:inline-block;height:16px;border-radius:4px;width:100%}.el-skeleton__circle{border-radius:50%;width:36px;height:36px;line-height:36px}.el-skeleton__circle--lg{width:40px;height:40px;line-height:40px}.el-skeleton__circle--md{width:28px;height:28px;line-height:28px}.el-skeleton__button{height:40px;width:64px;border-radius:4px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{width:100%;height:13px}.el-skeleton__caption{height:12px}.el-skeleton__h1{height:20px}.el-skeleton__h3{height:18px}.el-skeleton__h5{height:16px}.el-skeleton__image{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.el-skeleton__image svg{fill:#DCDDE0;width:22%;height:22%}.el-empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0}.el-empty__image{width:160px}.el-empty__image img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:100%;vertical-align:top;-o-object-fit:contain;object-fit:contain}.el-empty__image svg{fill:#DCDDE0;width:100%;height:100%;vertical-align:top}.el-empty__description{margin-top:20px}.el-empty__description p{margin:0;font-size:14px;color:#909399}.el-empty__bottom{margin-top:20px}.el-descriptions-item{vertical-align:top}.el-descriptions-item__container{display:-webkit-box;display:-ms-flexbox;display:flex}.el-descriptions-item__container .el-descriptions-item__content,.el-descriptions-item__container .el-descriptions-item__label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.el-descriptions-item__container .el-descriptions-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-descriptions-item__label.has-colon::after{content:":";position:relative;top:-.5px}.el-descriptions-item__label.is-bordered-label{font-weight:700;color:#909399;background:#fafafa}.el-descriptions-item__label:not(.is-bordered-label){margin-right:10px}.el-descriptions-item__content{word-break:break-word;overflow-wrap:break-word}.el-descriptions{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;color:#303133}.el-descriptions__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.el-descriptions__title{font-size:16px;font-weight:700}.el-descriptions__body{color:#606266;background-color:#fff}.el-descriptions__body .el-descriptions__table{border-collapse:collapse;width:100%;table-layout:fixed}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;font-weight:400;line-height:1.5}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-left{text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-center{text-align:center}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-right{text-align:right}.el-descriptions .is-bordered{table-layout:auto}.el-descriptions .is-bordered .el-descriptions-item__cell{border:1px solid #ebeef5;padding:12px 10px}.el-descriptions :not(.is-bordered) .el-descriptions-item__cell{padding-bottom:12px}.el-descriptions--medium.is-bordered .el-descriptions-item__cell{padding:10px}.el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:10px}.el-descriptions--small{font-size:12px}.el-descriptions--small.is-bordered .el-descriptions-item__cell{padding:8px 10px}.el-descriptions--small:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:8px}.el-descriptions--mini{font-size:12px}.el-descriptions--mini.is-bordered .el-descriptions-item__cell{padding:6px 10px}.el-descriptions--mini:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:6px}.el-descriptions-item{vertical-align:top}.el-descriptions-item__container{display:-webkit-box;display:-ms-flexbox;display:flex}.el-descriptions-item__container .el-descriptions-item__content,.el-descriptions-item__container .el-descriptions-item__label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.el-descriptions-item__container .el-descriptions-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-descriptions-item__label.has-colon::after{content:":";position:relative;top:-.5px}.el-descriptions-item__label.is-bordered-label{font-weight:700;color:#909399;background:#fafafa}.el-descriptions-item__label:not(.is-bordered-label){margin-right:10px}.el-descriptions-item__content{word-break:break-word;overflow-wrap:break-word}.el-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 30px}.el-result__icon svg{width:64px;height:64px}.el-result__title{margin-top:20px}.el-result__title p{margin:0;font-size:20px;color:#303133;line-height:1.3}.el-result__subtitle{margin-top:10px}.el-result__subtitle p{margin:0;font-size:14px;color:#606266;line-height:1.3}.el-result__extra{margin-top:30px}.el-result .icon-success{fill:#67C23A}.el-result .icon-error{fill:#F56C6C}.el-result .icon-info{fill:#909399}.el-result .icon-warning{fill:#E6A23C} diff --git a/src/views/dataScreen/assets/css/variable.scss b/src/views/dataScreen/assets/css/variable.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/views/dataScreen/assets/css/webfont/index.css b/src/views/dataScreen/assets/css/webfont/index.css new file mode 100644 index 0000000..e1f0487 --- /dev/null +++ b/src/views/dataScreen/assets/css/webfont/index.css @@ -0,0 +1,18 @@ +/* @font-face { + font-family: 'webfont'; + font-display: swap; + src: url('//at.alicdn.com/t/webfont_c14qx7m7htb.eot'); + src: + url('//at.alicdn.com/t/webfont_c14qx7m7htb.woff2') format('woff2'), + url('//at.alicdn.com/t/webfont_c14qx7m7htb.woff') format('woff'), + + + } + +.number-font{ + font-family:"webfont" !important; + font-size:16px;font-style:normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale; +} */ \ No newline at end of file diff --git a/src/views/dataScreen/assets/font/D-DINExp-Bold.otf b/src/views/dataScreen/assets/font/D-DINExp-Bold.otf new file mode 100644 index 0000000..a1a5f50 Binary files /dev/null and b/src/views/dataScreen/assets/font/D-DINExp-Bold.otf differ diff --git a/src/views/dataScreen/assets/iconfont/iconfont.css b/src/views/dataScreen/assets/iconfont/iconfont.css new file mode 100644 index 0000000..f043473 --- /dev/null +++ b/src/views/dataScreen/assets/iconfont/iconfont.css @@ -0,0 +1,23 @@ +@font-face { + font-family: "iconfont"; /* Project id 2995337 */ + src: url('iconfont.woff2?t=1638871675242') format('woff2'), + url('iconfont.woff?t=1638871675242') format('woff'), + url('iconfont.ttf?t=1638871675242') format('truetype'); +} + +/* .iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} */ + +.blq-icon-shezhi01:before { + content: "\e610"; +} + +.blq-icon-shezhi02:before { + content: "\e611"; +} + diff --git a/src/views/dataScreen/assets/iconfont/iconfont.ttf b/src/views/dataScreen/assets/iconfont/iconfont.ttf new file mode 100644 index 0000000..4846ee3 Binary files /dev/null and b/src/views/dataScreen/assets/iconfont/iconfont.ttf differ diff --git a/src/views/dataScreen/assets/iconfont/iconfont.woff b/src/views/dataScreen/assets/iconfont/iconfont.woff new file mode 100644 index 0000000..a4600dc Binary files /dev/null and b/src/views/dataScreen/assets/iconfont/iconfont.woff differ diff --git a/src/views/dataScreen/assets/iconfont/iconfont.woff2 b/src/views/dataScreen/assets/iconfont/iconfont.woff2 new file mode 100644 index 0000000..8154396 Binary files /dev/null and b/src/views/dataScreen/assets/iconfont/iconfont.woff2 differ diff --git a/src/views/dataScreen/assets/img/center_map.png b/src/views/dataScreen/assets/img/center_map.png new file mode 100644 index 0000000..71f4036 Binary files /dev/null and b/src/views/dataScreen/assets/img/center_map.png differ diff --git a/src/views/dataScreen/assets/img/frame.png b/src/views/dataScreen/assets/img/frame.png new file mode 100644 index 0000000..150ec5e Binary files /dev/null and b/src/views/dataScreen/assets/img/frame.png differ diff --git a/src/views/dataScreen/assets/img/guang.png b/src/views/dataScreen/assets/img/guang.png new file mode 100644 index 0000000..3c49e9d Binary files /dev/null and b/src/views/dataScreen/assets/img/guang.png differ diff --git a/src/views/dataScreen/assets/img/headers/juxing1.png b/src/views/dataScreen/assets/img/headers/juxing1.png new file mode 100644 index 0000000..36d901a Binary files /dev/null and b/src/views/dataScreen/assets/img/headers/juxing1.png differ diff --git a/src/views/dataScreen/assets/img/headers/juxing2.png b/src/views/dataScreen/assets/img/headers/juxing2.png new file mode 100644 index 0000000..5c99bd7 Binary files /dev/null and b/src/views/dataScreen/assets/img/headers/juxing2.png differ diff --git a/src/views/dataScreen/assets/img/left_top_hong.png b/src/views/dataScreen/assets/img/left_top_hong.png new file mode 100644 index 0000000..daa5e5f Binary files /dev/null and b/src/views/dataScreen/assets/img/left_top_hong.png differ diff --git a/src/views/dataScreen/assets/img/left_top_huang.png b/src/views/dataScreen/assets/img/left_top_huang.png new file mode 100644 index 0000000..9ef67dd Binary files /dev/null and b/src/views/dataScreen/assets/img/left_top_huang.png differ diff --git a/src/views/dataScreen/assets/img/left_top_lan.png b/src/views/dataScreen/assets/img/left_top_lan.png new file mode 100644 index 0000000..836ef6c Binary files /dev/null and b/src/views/dataScreen/assets/img/left_top_lan.png differ diff --git a/src/views/dataScreen/assets/img/left_top_lv.png b/src/views/dataScreen/assets/img/left_top_lv.png new file mode 100644 index 0000000..7efe078 Binary files /dev/null and b/src/views/dataScreen/assets/img/left_top_lv.png differ diff --git a/src/views/dataScreen/assets/img/pageBg.png b/src/views/dataScreen/assets/img/pageBg.png new file mode 100644 index 0000000..13704e4 Binary files /dev/null and b/src/views/dataScreen/assets/img/pageBg.png differ diff --git a/src/views/dataScreen/assets/img/titles/you.png b/src/views/dataScreen/assets/img/titles/you.png new file mode 100644 index 0000000..3877b31 Binary files /dev/null and b/src/views/dataScreen/assets/img/titles/you.png differ diff --git a/src/views/dataScreen/assets/img/titles/zuo.png b/src/views/dataScreen/assets/img/titles/zuo.png new file mode 100644 index 0000000..b3b355d Binary files /dev/null and b/src/views/dataScreen/assets/img/titles/zuo.png differ diff --git a/src/views/dataScreen/assets/img/top.png b/src/views/dataScreen/assets/img/top.png new file mode 100644 index 0000000..50c0c9a Binary files /dev/null and b/src/views/dataScreen/assets/img/top.png differ diff --git a/src/views/dataScreen/assets/img/xieyou.png b/src/views/dataScreen/assets/img/xieyou.png new file mode 100644 index 0000000..1744fae Binary files /dev/null and b/src/views/dataScreen/assets/img/xieyou.png differ diff --git a/src/views/dataScreen/assets/img/xiezuo.png b/src/views/dataScreen/assets/img/xiezuo.png new file mode 100644 index 0000000..272249d Binary files /dev/null and b/src/views/dataScreen/assets/img/xiezuo.png differ diff --git a/src/views/dataScreen/assets/img/zuo_xuxian.png b/src/views/dataScreen/assets/img/zuo_xuxian.png new file mode 100644 index 0000000..e54d037 Binary files /dev/null and b/src/views/dataScreen/assets/img/zuo_xuxian.png differ diff --git a/src/views/dataScreen/home.scss b/src/views/dataScreen/home.scss new file mode 100644 index 0000000..6e98241 --- /dev/null +++ b/src/views/dataScreen/home.scss @@ -0,0 +1,263 @@ +.scale-wrap { + color: #d3d6dd; + width: 1920px; + height: 1080px; + overflow: hidden; + + // &.pageisScale { + // position: absolute; + // top: 50%; + // left: 50%; + // transform: translate(-50%, -50%); + // transform-origin: left top; + // } + .bg { + width: 100%; + height: 100%; + box-sizing: border-box; + background-image: url("./assets/img/pageBg.png"); + background-size: auto; + background-position: center center; + } + + .host-body { + height: 100%; + padding: 16px 16px 10px 16px; + + .title_wrap { + height: 6%; + background-image: url("./assets/img/top.png"); + background-size: cover; + background-position: center center; + position: relative; + margin-bottom: 4px; + + .guang { + position: absolute; + font-size: 22px; + font-family: PingFang SC, PingFang SC; + font-weight: 500; + color: #33D3FF; + top: 15px; + background-image: url("./assets/img/guang.png"); + background-position: 80px center; + width: 100%; + // height: 56px; + } + + .zuojuxing, + .youjuxing { + position: absolute; + top: -2px; + width: 140px; + height: 6px; + background-image: url("./assets/img/headers/juxing1.png"); + } + + .zuojuxing { + left: 11%; + } + .youjuxing { + right: 11%; + transform: rotate(180deg); + } + .timers { + // height: 56px; + position: absolute; + right: 0; + top: 15px; + font-size: 22px; + display: flex; + align-items: center; + color: #33D3FF; + cursor: pointer; + } + } + .title { + position: relative; + // width: 500px; + text-align: center; + background-size: cover; + color: transparent; + height: 60px; + line-height: 46px; + + .title-text { + font-size: 38px; + font-weight: 900; + letter-spacing: 6px; + width: 100%; + background: linear-gradient(92deg, #0072FF 0%, #00EAFF 48.8525390625%, #01AAFF 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + } + } + } + + +} + +.scale-wrap { + .pagetab { + position: absolute; + top: -35px; + display: flex; + + .item { + width: 130px; + height: 36px; + border-radius: 18px 0px 0px 18px; + color: #00FBF8; + text-indent: 26px; + line-height: 36px; + font-size: 16px; + margin-right: 20px; + background: linear-gradient(to right, rgba(76, 245, 255, .5), rgba(76, 245, 255, 0)); + } + } +} + +.setting { + position: fixed; + width: 100%; + height: 100%; + z-index: 999; + top: 0; + left: 0; + + .left_shu { + color: #000; + font-weight: 900; + position: relative; + text-indent: 10px; + padding: 16px 0 10px 0; + + &::before { + display: block; + content: " "; + height: 16px; + width: 4px; + border-radius: 2px; + background: #0072FF; + position: absolute; + left: 0px; + } + } + + .setting_dislog { + background-color: rgba($color: #000000, $alpha: .5); + position: absolute; + width: 100%; + height: 100%; + z-index: 0; + right: 0; + top: 0; + } + + .setting_inner { + box-sizing: border-box; + background: #FFF; + width: 340px; + height: 100%; + position: absolute; + right: 0px; + top: 0; + z-index: 1; + color: #000000; + box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12); + + .setting_header { + font-size: 20px; + color: rgb(0, 0, 0); + font-weight: 900; + text-align: center; + line-height: 40px; + } + + .setting_body { + padding: 0px 16px; + box-sizing: border-box; + position: relative; + } + + .setting_item { + font-size: 14px; + line-height: 1.5; + + // display: flex; + .setting_label { + color: #555454; + } + + .setting_label_tip { + font-size: 12px; + color: #838282; + } + } + } + + .setting_inner { + animation: rtl-drawer-out .3s; + } +} + + +.settingShow { + .setting_inner { + animation: rtl-drawer-in .3s 1ms; + } + +} + +.yh-setting-fade-enter-active { + animation: yh-setting-fade-in .3s; +} + +.yh-setting-fade-leave-active { + + animation: yh-setting-fade-out .3s; + +} + +@keyframes yh-setting-fade-in { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} + +@keyframes yh-setting-fade-out { + 0% { + opacity: 1; + + } + + 100% { + opacity: 0; + } +} + + +@keyframes rtl-drawer-in { + 0% { + transform: translate(100%, 0) + } + + 100% { + -webkit-transform: translate(0, 0); + transform: translate(0, 0) + } +} + +@keyframes rtl-drawer-out { + 0% { + transform: translate(0, 0) + } + + 100% { + transform: translate(100%, 0) + } +} diff --git a/src/views/dataScreen/utils/drawMixin.js b/src/views/dataScreen/utils/drawMixin.js new file mode 100644 index 0000000..883e228 --- /dev/null +++ b/src/views/dataScreen/utils/drawMixin.js @@ -0,0 +1,67 @@ +// 屏幕适配 mixin 函数 +// * 默认缩放值 +const scale = { + width: '1', + height: '1', +} + +// * 设计稿尺寸(px) +const baseWidth = 1920 +const baseHeight = 1080 + +// * 需保持的比例(默认1.77778) +const baseProportion = parseFloat((baseWidth / baseHeight).toFixed(5)) + +export default { + data() { + return { + // * 定时函数 + drawTiming: null, + } + }, + computed: { + isScale(){ + return this.$store.state.screenSetting.isScale + } + }, + mounted () { + if(!this.isScale){ + return + } + this.calcRate() + window.addEventListener('resize', this.resize) + }, + beforeDestroy () { + window.removeEventListener('resize', this.resize) + }, + methods: { + calcRate () { + const appRef = this.$refs["appRef"] + if (!appRef) return + // 当前宽高比 + const currentRate = parseFloat((window.innerWidth / window.innerHeight).toFixed(5)) + if (appRef) { + if (currentRate > baseProportion) { + // 表示更宽 + scale.width = ((window.innerHeight * baseProportion) / baseWidth).toFixed(5) + scale.height = (window.innerHeight / baseHeight).toFixed(5) + appRef.style.transform = `scale(${scale.width}, ${scale.height}) translate(-50%, -50%)` + } else { + // 表示更高 + scale.height = ((window.innerWidth / baseProportion) / baseHeight).toFixed(5) + scale.width = (window.innerWidth / baseWidth).toFixed(5) + appRef.style.transform = `scale(${scale.width}, ${scale.height}) translate(-50%, -50%)` + } + } + }, + resize () { + if(!this.isScale){ + return + } + clearTimeout(this.drawTiming) + this.drawTiming = setTimeout(() => { + this.calcRate() + }, 200) + } + }, +} diff --git a/src/views/dataScreen/utils/index.js b/src/views/dataScreen/utils/index.js new file mode 100644 index 0000000..b6f203b --- /dev/null +++ b/src/views/dataScreen/utils/index.js @@ -0,0 +1,50 @@ +/** + * @param {Function} fn 防抖函数 + * @param {Number} delay 延迟时间 + */ +export function debounce(fn, delay) { + var timer; + return function () { + var context = this; + var args = arguments; + clearTimeout(timer); + timer = setTimeout(function () { + fn.apply(context, args); + }, delay); + }; +} +/** + * @param {date} time 需要转换的时间 + * @param {String} fmt 需要转换的格式 如 yyyy-MM-dd、yyyy-MM-dd HH:mm:ss + */ +export function formatTime(time, fmt) { + if (!time) return ''; + else { + const date = new Date(time); + const o = { + 'M+': date.getMonth() + 1, + 'd+': date.getDate(), + 'H+': date.getHours(), + 'm+': date.getMinutes(), + 's+': date.getSeconds(), + 'q+': Math.floor((date.getMonth() + 3) / 3), + S: date.getMilliseconds(), + }; + if (/(y+)/.test(fmt)) + fmt = fmt.replace( + RegExp.$1, + (date.getFullYear() + '').substr(4 - RegExp.$1.length) + ); + for (const k in o) { + if (new RegExp('(' + k + ')').test(fmt)) { + fmt = fmt.replace( + RegExp.$1, + RegExp.$1.length === 1 + ? o[k] + : ('00' + o[k]).substr(('' + o[k]).length) + ); + } + } + return fmt; + } +} diff --git a/src/views/dataScreen/utils/map/china.json b/src/views/dataScreen/utils/map/china.json new file mode 100644 index 0000000..772b81d --- /dev/null +++ b/src/views/dataScreen/utils/map/china.json @@ -0,0 +1,25711 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "adcode": 110000, + "name": "北京市", + "center": [116.405285, 39.904989], + "centroid": [116.41995, 40.18994], + "childrenNum": 16, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 0, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [117.348611, 40.581141], + [117.389879, 40.561593], + [117.429915, 40.576141], + [117.412669, 40.605226], + [117.467487, 40.649738], + [117.467487, 40.649738], + [117.501364, 40.636569], + [117.514914, 40.660181], + [117.493973, 40.675161], + [117.408973, 40.686961], + [117.342451, 40.673799], + [117.319662, 40.657911], + [117.278394, 40.664267], + [117.208177, 40.694675], + [117.117018, 40.70012], + [117.11209, 40.707379], + [117.012308, 40.693767], + [116.964881, 40.709647], + [116.926692, 40.745022], + [116.924229, 40.773581], + [116.848468, 40.839264], + [116.81336, 40.848319], + [116.759773, 40.889954], + [116.713577, 40.909858], + [116.722201, 40.927495], + [116.677853, 40.970888], + [116.698795, 41.021477], + [116.688324, 41.044501], + [116.647672, 41.059394], + [116.615643, 41.053076], + [116.623034, 41.021026], + [116.598397, 40.974503], + [116.5676, 40.992574], + [116.519557, 40.98128], + [116.519557, 40.98128], + [116.455499, 40.980828], + [116.447492, 40.953715], + [116.477057, 40.899907], + [116.398216, 40.90624], + [116.370499, 40.94377], + [116.339702, 40.929303], + [116.334159, 40.90443], + [116.438253, 40.81934], + [116.46597, 40.774487], + [116.453651, 40.765876], + [116.316912, 40.772221], + [116.311369, 40.754996], + [116.273181, 40.762703], + [116.247311, 40.791707], + [116.22021, 40.744115], + [116.204812, 40.740035], + [116.171551, 40.695582], + [116.162928, 40.662451], + [116.133979, 40.666536], + [116.09887, 40.630665], + [116.005247, 40.583868], + [115.982457, 40.578868], + [115.971986, 40.6025], + [115.907929, 40.617493], + [115.885139, 40.595229], + [115.827857, 40.587504], + [115.819849, 40.55932], + [115.784741, 40.55841], + [115.755176, 40.540221], + [115.736082, 40.503372], + [115.781045, 40.49336], + [115.771806, 40.443734], + [115.864197, 40.359422], + [115.917784, 40.354405], + [115.95166, 40.281852], + [115.968907, 40.264045], + [115.89869, 40.234354], + [115.870356, 40.185909], + [115.855574, 40.188652], + [115.847567, 40.147036], + [115.806299, 40.15344], + [115.773654, 40.176307], + [115.75456, 40.145663], + [115.75456, 40.145663], + [115.599959, 40.119583], + [115.59072, 40.096239], + [115.527278, 40.076092], + [115.485394, 40.040364], + [115.454597, 40.029825], + [115.450286, 39.992697], + [115.428728, 39.984443], + [115.426264, 39.950502], + [115.481083, 39.935819], + [115.522967, 39.899099], + [115.515575, 39.892212], + [115.515575, 39.892212], + [115.526046, 39.87568], + [115.514344, 39.837549], + [115.567314, 39.816407], + [115.552532, 39.794799], + [115.50572, 39.784222], + [115.483547, 39.798477], + [115.483547, 39.798477], + [115.443511, 39.785601], + [115.439815, 39.752022], + [115.486626, 39.741899], + [115.491554, 39.670074], + [115.478619, 39.650723], + [115.478619, 39.650723], + [115.522351, 39.640124], + [115.518039, 39.597252], + [115.545756, 39.618922], + [115.587024, 39.589873], + [115.633836, 39.599557], + [115.633836, 39.599557], + [115.667712, 39.615234], + [115.698509, 39.577881], + [115.698509, 39.577881], + [115.699125, 39.570039], + [115.699125, 39.570039], + [115.716988, 39.56035], + [115.716988, 39.56035], + [115.718835, 39.553891], + [115.718835, 39.553891], + [115.720683, 39.551122], + [115.720683, 39.551122], + [115.722531, 39.5442], + [115.721299, 39.543738], + [115.722531, 39.5442], + [115.722531, 39.543738], + [115.721299, 39.543738], + [115.722531, 39.543738], + [115.724995, 39.5442], + [115.724995, 39.5442], + [115.738545, 39.540046], + [115.738545, 39.539585], + [115.738545, 39.540046], + [115.738545, 39.539585], + [115.752712, 39.515581], + [115.806299, 39.510041], + [115.806299, 39.510041], + [115.821081, 39.522968], + [115.821081, 39.522968], + [115.828473, 39.541431], + [115.867893, 39.546507], + [115.867893, 39.546507], + [115.91532, 39.582955], + [115.91532, 39.582955], + [115.910393, 39.600479], + [115.910393, 39.600479], + [115.957204, 39.560812], + [115.978146, 39.595868], + [115.995392, 39.576958], + [116.026189, 39.587567], + [116.036044, 39.571884], + [116.09887, 39.575113], + [116.130283, 39.567732], + [116.151841, 39.583416], + [116.198652, 39.589412], + [116.240536, 39.564041], + [116.257782, 39.500344], + [116.307057, 39.488337], + [116.337854, 39.455536], + [116.361876, 39.455074], + [116.361876, 39.455074], + [116.434557, 39.442597], + [116.454883, 39.453226], + [116.444412, 39.482332], + [116.411767, 39.482794], + [116.401912, 39.528046], + [116.443796, 39.510041], + [116.437637, 39.526661], + [116.478289, 39.535431], + [116.473361, 39.552968], + [116.50847, 39.551122], + [116.524484, 39.596329], + [116.592237, 39.621227], + [116.592237, 39.621227], + [116.620571, 39.601863], + [116.664918, 39.605552], + [116.723432, 39.59264], + [116.724048, 39.59264], + [116.723432, 39.59264], + [116.724048, 39.59264], + [116.726512, 39.595407], + [116.726512, 39.595407], + [116.709266, 39.618], + [116.748686, 39.619844], + [116.79057, 39.595868], + [116.812128, 39.615695], + [116.8497, 39.66777], + [116.906366, 39.677444], + [116.90575, 39.688037], + [116.889736, 39.687576], + [116.887272, 39.72533], + [116.916837, 39.731314], + [116.902055, 39.763523], + [116.949482, 39.778703], + [116.918069, 39.84628], + [116.907598, 39.832494], + [116.865714, 39.843982], + [116.812128, 39.889916], + [116.78441, 39.891294], + [116.782563, 39.947749], + [116.757925, 39.967934], + [116.781331, 40.034866], + [116.820135, 40.02845], + [116.831222, 40.051359], + [116.867562, 40.041739], + [116.927924, 40.055024], + [116.945171, 40.04128], + [117.025243, 40.030283], + [117.051728, 40.059605], + [117.105315, 40.074261], + [117.105315, 40.074261], + [117.140423, 40.064185], + [117.159517, 40.077008], + [117.204481, 40.069681], + [117.210024, 40.082045], + [117.224191, 40.094865], + [117.224191, 40.094865], + [117.254988, 40.114548], + [117.254988, 40.114548], + [117.254988, 40.114548], + [117.274082, 40.105852], + [117.307343, 40.136971], + [117.349227, 40.136513], + [117.367089, 40.172649], + [117.367089, 40.173106], + [117.367089, 40.173106], + [117.367089, 40.172649], + [117.383719, 40.188195], + [117.389879, 40.227958], + [117.351075, 40.229786], + [117.331365, 40.289613], + [117.295024, 40.2782], + [117.271618, 40.325211], + [117.271618, 40.325211], + [117.243285, 40.369453], + [117.226039, 40.368997], + [117.234046, 40.417312], + [117.263611, 40.442367], + [117.208793, 40.501552], + [117.262995, 40.512927], + [117.247597, 40.539766], + [117.269771, 40.560684], + [117.348611, 40.581141], + [117.348611, 40.581141] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 120000, + "name": "天津市", + "center": [117.190182, 39.125596], + "centroid": [117.347043, 39.288036], + "childrenNum": 16, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 1, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [117.765602, 39.400527], + [117.846906, 39.407926], + [117.871543, 39.411625], + [117.870311, 39.455074], + [117.899877, 39.474479], + [117.912195, 39.517428], + [117.912195, 39.517428], + [117.904804, 39.533585], + [117.933753, 39.574191], + [117.868464, 39.59679], + [117.829659, 39.589873], + [117.766834, 39.598635], + [117.753899, 39.579726], + [117.753899, 39.579726], + [117.745276, 39.547892], + [117.715711, 39.529892], + [117.707088, 39.576036], + [117.684914, 39.58895], + [117.654117, 39.575113], + [117.637486, 39.603246], + [117.66274, 39.636437], + [117.668899, 39.666849], + [117.627015, 39.703693], + [117.57774, 39.726711], + [117.595603, 39.74604], + [117.56111, 39.754782], + [117.546327, 39.775943], + [117.561726, 39.799856], + [117.529081, 39.859144], + [117.529081, 39.859144], + [117.508139, 39.901854], + [117.508139, 39.901854], + [117.512451, 39.90874], + [117.512451, 39.90874], + [117.513067, 39.910576], + [117.513067, 39.910576], + [117.514914, 39.946832], + [117.534625, 39.954631], + [117.546327, 39.999116], + [117.594987, 39.994531], + [117.594987, 39.994531], + [117.614697, 39.97252], + [117.671363, 39.973896], + [117.691073, 39.984902], + [117.756363, 39.965181], + [117.781616, 39.966558], + [117.781616, 39.966558], + [117.795167, 39.996823], + [117.795167, 39.996823], + [117.793319, 40.005534], + [117.793319, 40.005534], + [117.768681, 40.022034], + [117.768681, 40.022034], + [117.744044, 40.018368], + [117.74774, 40.047236], + [117.776073, 40.059605], + [117.752667, 40.081588], + [117.71879, 40.082045], + [117.71879, 40.082045], + [117.675059, 40.082045], + [117.655965, 40.109514], + [117.655965, 40.109514], + [117.654117, 40.114548], + [117.654117, 40.114548], + [117.651653, 40.122786], + [117.651653, 40.122786], + [117.613465, 40.158014], + [117.613465, 40.158014], + [117.609769, 40.160301], + [117.609769, 40.160301], + [117.576508, 40.178593], + [117.571581, 40.219276], + [117.548791, 40.232527], + [117.505059, 40.227044], + [117.450241, 40.252627], + [117.415748, 40.248973], + [117.389879, 40.227958], + [117.383719, 40.188195], + [117.367089, 40.172649], + [117.367089, 40.173106], + [117.367089, 40.173106], + [117.367089, 40.172649], + [117.349227, 40.136513], + [117.307343, 40.136971], + [117.274082, 40.105852], + [117.254988, 40.114548], + [117.254988, 40.114548], + [117.254988, 40.114548], + [117.224191, 40.094865], + [117.224191, 40.094865], + [117.210024, 40.082045], + [117.192162, 40.066475], + [117.198322, 39.992697], + [117.150894, 39.944996], + [117.162597, 39.876598], + [117.162597, 39.876598], + [117.227887, 39.852712], + [117.247597, 39.860981], + [117.251908, 39.834332], + [117.192162, 39.832953], + [117.156438, 39.817326], + [117.15767, 39.796638], + [117.205713, 39.763984], + [117.161981, 39.748801], + [117.165061, 39.718886], + [117.165061, 39.718886], + [117.177996, 39.645194], + [117.152742, 39.623532], + [117.10901, 39.625375], + [117.10901, 39.625375], + [117.016004, 39.653949], + [116.983359, 39.638742], + [116.983359, 39.638742], + [116.964265, 39.64335], + [116.948866, 39.680668], + [116.948866, 39.680668], + [116.944555, 39.695405], + [116.944555, 39.695405], + [116.932236, 39.706456], + [116.932236, 39.706456], + [116.90575, 39.688037], + [116.906366, 39.677444], + [116.8497, 39.66777], + [116.812128, 39.615695], + [116.808432, 39.576497], + [116.78749, 39.554352], + [116.819519, 39.528507], + [116.820751, 39.482332], + [116.785026, 39.465702], + [116.832454, 39.435664], + [116.876185, 39.43474], + [116.839845, 39.413474], + [116.840461, 39.378326], + [116.818287, 39.3737], + [116.829374, 39.338994], + [116.870642, 39.357506], + [116.889736, 39.338068], + [116.87249, 39.291304], + [116.881729, 39.225966], + [116.881729, 39.225966], + [116.855859, 39.215766], + [116.870026, 39.153607], + [116.909446, 39.150822], + [116.912526, 39.110898], + [116.91191, 39.111362], + [116.91191, 39.111362], + [116.912526, 39.110898], + [116.871874, 39.054688], + [116.812744, 39.05097], + [116.812744, 39.05097], + [116.783179, 39.05097], + [116.783179, 39.05097], + [116.754229, 39.034701], + [116.754229, 39.034701], + [116.754845, 39.003084], + [116.72836, 38.975174], + [116.708034, 38.931892], + [116.722201, 38.896968], + [116.723432, 38.852706], + [116.75115, 38.831264], + [116.737599, 38.784629], + [116.746222, 38.754299], + [116.794265, 38.744498], + [116.794265, 38.744498], + [116.858939, 38.741231], + [116.877417, 38.680522], + [116.948866, 38.689398], + [116.950714, 38.689398], + [116.95133, 38.689398], + [116.950714, 38.689398], + [116.948866, 38.689398], + [116.95133, 38.689398], + [117.038793, 38.688464], + [117.068358, 38.680522], + [117.055424, 38.639398], + [117.070822, 38.608072], + [117.109626, 38.584685], + [117.150894, 38.617892], + [117.183539, 38.61836], + [117.183539, 38.61836], + [117.213104, 38.639866], + [117.213104, 38.639866], + [117.258684, 38.608072], + [117.258684, 38.608072], + [117.238358, 38.580943], + [117.25314, 38.556143], + [117.368937, 38.564566], + [117.432379, 38.601524], + [117.47919, 38.616489], + [117.55803, 38.613683], + [117.639334, 38.626776], + [117.65658, 38.66043], + [117.729261, 38.680055], + [117.740964, 38.700141], + [117.740964, 38.753833], + [117.671363, 38.772032], + [117.646725, 38.788827], + [117.64611, 38.828933], + [117.752051, 38.847579], + [117.778536, 38.869016], + [117.847522, 38.855502], + [117.875855, 38.920252], + [117.898029, 38.948649], + [117.855529, 38.957492], + [117.837667, 39.057011], + [117.871543, 39.122506], + [117.96455, 39.172631], + [117.977485, 39.206028], + [118.032919, 39.219939], + [118.034767, 39.218548], + [118.064948, 39.231065], + [118.064948, 39.256094], + [118.036615, 39.264898], + [118.024296, 39.289451], + [118.024296, 39.289451], + [117.982412, 39.298714], + [117.982412, 39.298714], + [117.979333, 39.300566], + [117.979333, 39.300566], + [117.973173, 39.312143], + [117.973173, 39.312143], + [117.965782, 39.314921], + [117.965782, 39.314921], + [117.919587, 39.318162], + [117.919587, 39.318162], + [117.88879, 39.332051], + [117.854913, 39.328348], + [117.854297, 39.328348], + [117.854913, 39.328348], + [117.854297, 39.328348], + [117.850601, 39.363984], + [117.850601, 39.363984], + [117.810565, 39.354729], + [117.805022, 39.373237], + [117.784696, 39.376938], + [117.74466, 39.354729], + [117.670747, 39.357969], + [117.669515, 39.322792], + [117.594987, 39.349176], + [117.536472, 39.338068], + [117.521074, 39.357043], + [117.570965, 39.404689], + [117.601146, 39.419485], + [117.614081, 39.407001], + [117.668899, 39.412087], + [117.673211, 39.386652], + [117.699696, 39.407463], + [117.765602, 39.400527] + ] + ], + [ + [ + [117.805022, 39.373237], + [117.852449, 39.380639], + [117.846906, 39.407926], + [117.765602, 39.400527], + [117.784696, 39.376938], + [117.805022, 39.373237] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130000, + "name": "河北省", + "center": [114.502461, 38.045474], + "childrenNum": 11, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 2, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [117.467487, 40.649738], + [117.412669, 40.605226], + [117.429915, 40.576141], + [117.389879, 40.561593], + [117.348611, 40.581141], + [117.348611, 40.581141], + [117.269771, 40.560684], + [117.247597, 40.539766], + [117.262995, 40.512927], + [117.208793, 40.501552], + [117.263611, 40.442367], + [117.234046, 40.417312], + [117.226039, 40.368997], + [117.243285, 40.369453], + [117.271618, 40.325211], + [117.271618, 40.325211], + [117.295024, 40.2782], + [117.331365, 40.289613], + [117.351075, 40.229786], + [117.389879, 40.227958], + [117.415748, 40.248973], + [117.450241, 40.252627], + [117.505059, 40.227044], + [117.548791, 40.232527], + [117.571581, 40.219276], + [117.576508, 40.178593], + [117.609769, 40.160301], + [117.609769, 40.160301], + [117.613465, 40.158014], + [117.613465, 40.158014], + [117.651653, 40.122786], + [117.651653, 40.122786], + [117.654117, 40.114548], + [117.654117, 40.114548], + [117.655965, 40.109514], + [117.655965, 40.109514], + [117.675059, 40.082045], + [117.71879, 40.082045], + [117.71879, 40.082045], + [117.752667, 40.081588], + [117.776073, 40.059605], + [117.74774, 40.047236], + [117.744044, 40.018368], + [117.768681, 40.022034], + [117.768681, 40.022034], + [117.793319, 40.005534], + [117.793319, 40.005534], + [117.795167, 39.996823], + [117.795167, 39.996823], + [117.781616, 39.966558], + [117.781616, 39.966558], + [117.756363, 39.965181], + [117.691073, 39.984902], + [117.671363, 39.973896], + [117.614697, 39.97252], + [117.594987, 39.994531], + [117.594987, 39.994531], + [117.546327, 39.999116], + [117.534625, 39.954631], + [117.514914, 39.946832], + [117.513067, 39.910576], + [117.513067, 39.910576], + [117.512451, 39.90874], + [117.512451, 39.90874], + [117.508139, 39.901854], + [117.508139, 39.901854], + [117.529081, 39.859144], + [117.529081, 39.859144], + [117.561726, 39.799856], + [117.546327, 39.775943], + [117.56111, 39.754782], + [117.595603, 39.74604], + [117.57774, 39.726711], + [117.627015, 39.703693], + [117.668899, 39.666849], + [117.66274, 39.636437], + [117.637486, 39.603246], + [117.654117, 39.575113], + [117.684914, 39.58895], + [117.707088, 39.576036], + [117.715711, 39.529892], + [117.745276, 39.547892], + [117.753899, 39.579726], + [117.753899, 39.579726], + [117.766834, 39.598635], + [117.829659, 39.589873], + [117.868464, 39.59679], + [117.933753, 39.574191], + [117.904804, 39.533585], + [117.912195, 39.517428], + [117.912195, 39.517428], + [117.899877, 39.474479], + [117.870311, 39.455074], + [117.871543, 39.411625], + [117.846906, 39.407926], + [117.852449, 39.380639], + [117.805022, 39.373237], + [117.810565, 39.354729], + [117.850601, 39.363984], + [117.850601, 39.363984], + [117.854297, 39.328348], + [117.854913, 39.328348], + [117.854297, 39.328348], + [117.854913, 39.328348], + [117.88879, 39.332051], + [117.919587, 39.318162], + [117.919587, 39.318162], + [117.965782, 39.314921], + [117.965782, 39.314921], + [117.973173, 39.312143], + [117.973173, 39.312143], + [117.979333, 39.300566], + [117.979333, 39.300566], + [117.982412, 39.298714], + [117.982412, 39.298714], + [118.024296, 39.289451], + [118.024296, 39.289451], + [118.036615, 39.264898], + [118.064948, 39.256094], + [118.064948, 39.231065], + [118.034767, 39.218548], + [118.026144, 39.201854], + [118.070492, 39.213911], + [118.077883, 39.201854], + [118.12531, 39.182838], + [118.162883, 39.136433], + [118.1906, 39.080708], + [118.225092, 39.034701], + [118.319331, 39.009594], + [118.366143, 39.016104], + [118.377845, 38.971917], + [118.491178, 38.909077], + [118.539837, 38.910008], + [118.604511, 38.971452], + [118.570634, 38.999363], + [118.533062, 39.090928], + [118.588497, 39.107648], + [118.578642, 39.130863], + [118.637156, 39.157319], + [118.76096, 39.133648], + [118.814546, 39.138754], + [118.857662, 39.162888], + [118.897082, 39.151286], + [118.920488, 39.171703], + [118.951285, 39.178662], + [118.896466, 39.139683], + [118.890307, 39.118792], + [118.926031, 39.123435], + [118.97777, 39.163352], + [119.023966, 39.187012], + [119.038132, 39.211593], + [119.096031, 39.24219], + [119.121284, 39.281576], + [119.185342, 39.342234], + [119.272805, 39.363521], + [119.317153, 39.4107], + [119.316537, 39.437051], + [119.269726, 39.498497], + [119.366428, 39.734996], + [119.474217, 39.813189], + [119.536427, 39.809052], + [119.520413, 39.840306], + [119.540739, 39.888079], + [119.588166, 39.910576], + [119.620195, 39.904609], + [119.642369, 39.925264], + [119.681789, 39.922511], + [119.726137, 39.940867], + [119.787115, 39.950502], + [119.820375, 39.979399], + [119.842549, 39.956007], + [119.872114, 39.960594], + [119.854252, 39.98857], + [119.845629, 40.000949], + [119.845629, 40.000949], + [119.854252, 40.033033], + [119.81668, 40.050443], + [119.81668, 40.050443], + [119.787115, 40.041739], + [119.787115, 40.041739], + [119.783419, 40.046778], + [119.783419, 40.046778], + [119.772332, 40.08113], + [119.736608, 40.104936], + [119.760629, 40.136056], + [119.745847, 40.207851], + [119.716898, 40.195966], + [119.671934, 40.23938], + [119.639289, 40.231613], + [119.639289, 40.231613], + [119.651608, 40.271808], + [119.598021, 40.334335], + [119.586934, 40.375381], + [119.604797, 40.455119], + [119.553674, 40.502007], + [119.572152, 40.523846], + [119.559217, 40.547952], + [119.503783, 40.553864], + [119.477913, 40.533399], + [119.429254, 40.540221], + [119.30237, 40.530215], + [119.256175, 40.543404], + [119.22045, 40.569322], + [119.230921, 40.603863], + [119.177951, 40.609315], + [119.162552, 40.600228], + [119.14469, 40.632482], + [119.184726, 40.680153], + [119.165632, 40.69286], + [119.115125, 40.666536], + [119.054763, 40.664721], + [119.028277, 40.692406], + [119.011031, 40.687414], + [118.96114, 40.72008], + [118.950053, 40.747743], + [118.895234, 40.75409], + [118.907553, 40.775394], + [118.878604, 40.783098], + [118.845959, 40.822057], + [118.873061, 40.847866], + [118.90201, 40.960946], + [118.916792, 40.969984], + [118.977154, 40.959138], + [118.977154, 40.959138], + [119.00056, 40.967273], + [119.013495, 41.007479], + [118.951901, 41.018317], + [118.937118, 41.052625], + [118.964836, 41.079246], + [119.037516, 41.067516], + [119.080632, 41.095936], + [119.081248, 41.131555], + [119.126212, 41.138767], + [119.189038, 41.198234], + [119.169943, 41.222996], + [119.204436, 41.222546], + [119.209364, 41.244599], + [119.2494, 41.279689], + [119.239545, 41.31431], + [119.211827, 41.308016], + [119.197661, 41.282837], + [119.168712, 41.294978], + [119.092951, 41.293629], + [118.980234, 41.305769], + [118.949437, 41.317906], + [118.890923, 41.300823], + [118.844727, 41.342622], + [118.843496, 41.374516], + [118.770199, 41.352956], + [118.741866, 41.324198], + [118.677192, 41.35026], + [118.629765, 41.346666], + [118.528135, 41.355202], + [118.412338, 41.331838], + [118.380309, 41.312062], + [118.348896, 41.342622], + [118.361215, 41.384844], + [118.348896, 41.428384], + [118.327338, 41.450816], + [118.271904, 41.471446], + [118.315636, 41.512688], + [118.302701, 41.55256], + [118.215237, 41.59554], + [118.206614, 41.650566], + [118.159187, 41.67605], + [118.155491, 41.712694], + [118.132702, 41.733241], + [118.140093, 41.784134], + [118.178281, 41.814917], + [118.236179, 41.80778], + [118.247266, 41.773869], + [118.29223, 41.772976], + [118.335346, 41.845241], + [118.340273, 41.87243], + [118.268824, 41.930336], + [118.306396, 41.940131], + [118.313788, 41.98819], + [118.291614, 42.007759], + [118.239875, 42.024655], + [118.286686, 42.033991], + [118.296541, 42.057545], + [118.27252, 42.083312], + [118.239259, 42.092639], + [118.212774, 42.081091], + [118.220165, 42.058434], + [118.194296, 42.031324], + [118.116687, 42.037102], + [118.155491, 42.081091], + [118.097593, 42.105072], + [118.089586, 42.12283], + [118.106216, 42.172082], + [118.033535, 42.199132], + [117.977485, 42.229716], + [117.974405, 42.25054], + [118.047702, 42.280656], + [118.060021, 42.298364], + [118.008898, 42.346595], + [118.024296, 42.385064], + [117.997811, 42.416884], + [117.874007, 42.510038], + [117.856761, 42.539148], + [117.797631, 42.585431], + [117.801326, 42.612744], + [117.779768, 42.61847], + [117.708935, 42.588515], + [117.667051, 42.582347], + [117.60053, 42.603054], + [117.537088, 42.603054], + [117.530313, 42.590278], + [117.475494, 42.602613], + [117.435458, 42.585431], + [117.434226, 42.557224], + [117.387415, 42.517537], + [117.387415, 42.517537], + [117.410205, 42.519743], + [117.413284, 42.471645], + [117.390495, 42.461933], + [117.332596, 42.46105], + [117.332596, 42.46105], + [117.275314, 42.481797], + [117.275314, 42.481797], + [117.188467, 42.468114], + [117.188467, 42.468114], + [117.135496, 42.468996], + [117.09546, 42.484004], + [117.080061, 42.463699], + [117.080061, 42.463699], + [117.01662, 42.456193], + [117.01662, 42.456193], + [117.009228, 42.44957], + [117.009228, 42.44957], + [117.005533, 42.43367], + [117.005533, 42.43367], + [116.99075, 42.425719], + [116.99075, 42.425719], + [116.974736, 42.426603], + [116.974736, 42.426603], + [116.97104, 42.427486], + [116.97104, 42.427486], + [116.944555, 42.415116], + [116.944555, 42.415116], + [116.936547, 42.410256], + [116.936547, 42.410256], + [116.921765, 42.403628], + [116.921765, 42.403628], + [116.910062, 42.395231], + [116.910062, 42.395231], + [116.910678, 42.394789], + [116.910678, 42.394789], + [116.886656, 42.366496], + [116.897743, 42.297479], + [116.918685, 42.229716], + [116.903287, 42.190708], + [116.789338, 42.200462], + [116.825062, 42.155669], + [116.850316, 42.156556], + [116.890352, 42.092639], + [116.879881, 42.018431], + [116.796113, 41.977958], + [116.748686, 41.984186], + [116.727744, 41.951259], + [116.66923, 41.947698], + [116.639049, 41.929891], + [116.597165, 41.935679], + [116.553433, 41.928555], + [116.510933, 41.974399], + [116.4826, 41.975734], + [116.453651, 41.945917], + [116.393289, 41.942802], + [116.414231, 41.982407], + [116.373579, 42.009983], + [116.310137, 41.997086], + [116.298434, 41.96817], + [116.223906, 41.932562], + [116.212819, 41.885352], + [116.194341, 41.861734], + [116.122892, 41.861734], + [116.106877, 41.831419], + [116.129051, 41.805996], + [116.09887, 41.776547], + [116.034196, 41.782795], + [116.007095, 41.79752], + [116.007095, 41.797966], + [116.007095, 41.79752], + [116.007095, 41.797966], + [115.994776, 41.828743], + [115.954124, 41.874213], + [115.916552, 41.945027], + [115.85311, 41.927665], + [115.834632, 41.93835], + [115.811226, 41.912525], + [115.726227, 41.870202], + [115.688038, 41.867528], + [115.654162, 41.829189], + [115.57409, 41.80555], + [115.519887, 41.76762], + [115.488474, 41.760924], + [115.42996, 41.728775], + [115.346808, 41.712247], + [115.319091, 41.691693], + [115.360975, 41.661297], + [115.345576, 41.635807], + [115.377605, 41.603148], + [115.310468, 41.592854], + [115.290142, 41.622835], + [115.26612, 41.616124], + [115.256881, 41.580768], + [115.20391, 41.571367], + [115.195287, 41.602253], + [115.0992, 41.62373], + [115.056085, 41.602253], + [115.016049, 41.615229], + [114.860832, 41.60091], + [114.895325, 41.636255], + [114.902716, 41.695715], + [114.89594, 41.76762], + [114.868839, 41.813579], + [114.922426, 41.825175], + [114.939056, 41.846132], + [114.923658, 41.871093], + [114.915035, 41.960605], + [114.9021, 42.015763], + [114.860832, 42.054879], + [114.86268, 42.097967], + [114.825723, 42.139695], + [114.79431, 42.149457], + [114.789383, 42.130819], + [114.75489, 42.115727], + [114.675434, 42.12061], + [114.647717, 42.109512], + [114.560254, 42.132595], + [114.510978, 42.110844], + [114.502355, 42.06732], + [114.480181, 42.064654], + [114.467863, 42.025989], + [114.511594, 41.981962], + [114.478334, 41.951704], + [114.419203, 41.942356], + [114.352066, 41.953484], + [114.343443, 41.926774], + [114.282465, 41.863517], + [114.200545, 41.789934], + [114.215328, 41.75646], + [114.206704, 41.7386], + [114.237501, 41.698843], + [114.215328, 41.68499], + [114.259059, 41.623282], + [114.226414, 41.616572], + [114.221487, 41.582111], + [114.230726, 41.513584], + [114.101379, 41.537779], + [114.032394, 41.529715], + [113.976959, 41.505966], + [113.953553, 41.483553], + [113.933227, 41.487139], + [113.919677, 41.454404], + [113.877793, 41.431076], + [113.871017, 41.413126], + [113.94493, 41.392477], + [113.92522, 41.325546], + [113.899351, 41.316108], + [113.914749, 41.294529], + [113.95109, 41.282837], + [113.971416, 41.239649], + [113.992357, 41.269794], + [114.016379, 41.231999], + [113.996669, 41.19238], + [113.960945, 41.171211], + [113.920293, 41.172112], + [113.877793, 41.115777], + [113.819279, 41.09774], + [113.868554, 41.06887], + [113.973263, 40.983087], + [113.994821, 40.938798], + [114.057647, 40.925234], + [114.041633, 40.917546], + [114.055183, 40.867782], + [114.073661, 40.857372], + [114.044712, 40.830661], + [114.080437, 40.790348], + [114.104458, 40.797597], + [114.103227, 40.770861], + [114.134639, 40.737314], + [114.162357, 40.71373], + [114.183299, 40.67153], + [114.236269, 40.607043], + [114.283081, 40.590685], + [114.273842, 40.552954], + [114.293552, 40.55159], + [114.282465, 40.494725], + [114.267066, 40.474242], + [114.299711, 40.44009], + [114.286161, 40.425057], + [114.31203, 40.372645], + [114.381015, 40.36307], + [114.390254, 40.351213], + [114.438914, 40.371733], + [114.481413, 40.34802], + [114.530688, 40.345283], + [114.510978, 40.302851], + [114.46971, 40.268155], + [114.406269, 40.246232], + [114.362537, 40.249886], + [114.292936, 40.230242], + [114.255364, 40.236182], + [114.235654, 40.198252], + [114.180219, 40.191395], + [114.135871, 40.175392], + [114.097683, 40.193681], + [114.073046, 40.168533], + [114.073046, 40.168533], + [114.101995, 40.099901], + [114.086596, 40.071513], + [114.045944, 40.056856], + [114.018227, 40.103563], + [113.989278, 40.11226], + [113.959097, 40.033491], + [113.910438, 40.015618], + [114.029314, 39.985819], + [114.028082, 39.959218], + [114.047176, 39.916085], + [114.067502, 39.922511], + [114.17406, 39.897722], + [114.212248, 39.918839], + [114.229494, 39.899558], + [114.204241, 39.885324], + [114.215943, 39.8619], + [114.286776, 39.871087], + [114.285545, 39.858225], + [114.395182, 39.867412], + [114.406885, 39.833413], + [114.390254, 39.819165], + [114.41674, 39.775943], + [114.409964, 39.761683], + [114.408117, 39.652106], + [114.431522, 39.613851], + [114.49558, 39.608318], + [114.51529, 39.564964], + [114.568877, 39.573729], + [114.532536, 39.486027], + [114.501739, 39.476789], + [114.496812, 39.438437], + [114.469095, 39.400989], + [114.466631, 39.329736], + [114.430906, 39.307513], + [114.437066, 39.259337], + [114.416124, 39.242654], + [114.47587, 39.21623], + [114.443841, 39.174023], + [114.388406, 39.176807], + [114.360689, 39.134112], + [114.369928, 39.107648], + [114.345907, 39.075133], + [114.252284, 39.073739], + [114.180835, 39.049111], + [114.157429, 39.061194], + [114.10877, 39.052364], + [114.082901, 39.09325], + [114.082901, 39.09325], + [114.064422, 39.094179], + [114.050872, 39.135969], + [114.006524, 39.122971], + [113.994821, 39.095572], + [113.961561, 39.100681], + [113.930148, 39.063517], + [113.898119, 39.067699], + [113.80696, 38.989595], + [113.776779, 38.986804], + [113.76754, 38.959819], + [113.776163, 38.885788], + [113.795257, 38.860628], + [113.855619, 38.828933], + [113.836525, 38.795824], + [113.839605, 38.7585], + [113.802648, 38.763166], + [113.775547, 38.709949], + [113.720728, 38.713218], + [113.70225, 38.651551], + [113.612939, 38.645942], + [113.603084, 38.587024], + [113.561816, 38.558483], + [113.546417, 38.492936], + [113.583374, 38.459671], + [113.537794, 38.417952], + [113.525475, 38.383245], + [113.557504, 38.343359], + [113.54457, 38.270569], + [113.570439, 38.237202], + [113.598772, 38.22733], + [113.64312, 38.232031], + [113.678844, 38.20523], + [113.711489, 38.213695], + [113.720728, 38.174656], + [113.797105, 38.162894], + [113.831597, 38.16854], + [113.811271, 38.117707], + [113.876561, 38.055059], + [113.872249, 37.990471], + [113.901198, 37.984811], + [113.936307, 37.922993], + [113.959097, 37.906468], + [113.976959, 37.816696], + [114.006524, 37.813386], + [114.044712, 37.761834], + [113.996669, 37.730128], + [113.993589, 37.706932], + [114.068118, 37.721608], + [114.12848, 37.698409], + [114.139567, 37.675676], + [114.115545, 37.619761], + [114.118625, 37.59084], + [114.036705, 37.494037], + [114.014531, 37.42468], + [113.973879, 37.40329], + [113.962792, 37.355734], + [113.90243, 37.310052], + [113.886416, 37.239095], + [113.853155, 37.215269], + [113.832213, 37.167594], + [113.773083, 37.151855], + [113.773699, 37.107004], + [113.758301, 37.075497], + [113.788482, 37.059739], + [113.771851, 37.016745], + [113.791561, 36.98759], + [113.76138, 36.956034], + [113.792793, 36.894796], + [113.773083, 36.85506], + [113.731815, 36.858891], + [113.731815, 36.878521], + [113.696707, 36.882351], + [113.676381, 36.855539], + [113.680692, 36.789907], + [113.600004, 36.752995], + [113.549497, 36.752515], + [113.535946, 36.732373], + [113.499606, 36.740527], + [113.465113, 36.707908], + [113.506997, 36.705029], + [113.476816, 36.655114], + [113.486671, 36.635427], + [113.54457, 36.62342], + [113.539642, 36.594116], + [113.569823, 36.585947], + [113.588917, 36.547974], + [113.559968, 36.528741], + [113.554425, 36.494589], + [113.587069, 36.460904], + [113.635729, 36.451277], + [113.670221, 36.425278], + [113.708409, 36.423352], + [113.731199, 36.363135], + [113.755221, 36.366026], + [113.813119, 36.332285], + [113.856851, 36.329392], + [113.84946, 36.347711], + [113.882104, 36.353977], + [113.911054, 36.314927], + [113.962792, 36.353977], + [113.981887, 36.31782], + [114.002828, 36.334214], + [114.056415, 36.329392], + [114.04348, 36.303353], + [114.080437, 36.269585], + [114.129096, 36.280199], + [114.175907, 36.264759], + [114.170364, 36.245938], + [114.170364, 36.245938], + [114.203009, 36.245456], + [114.2104, 36.272962], + [114.241197, 36.251247], + [114.257827, 36.263794], + [114.299095, 36.245938], + [114.345291, 36.255591], + [114.356378, 36.230492], + [114.408117, 36.224699], + [114.417356, 36.205868], + [114.466015, 36.197658], + [114.480181, 36.177855], + [114.533152, 36.171575], + [114.586739, 36.141133], + [114.588587, 36.118414], + [114.640326, 36.137266], + [114.720398, 36.140166], + [114.734564, 36.15563], + [114.771521, 36.124699], + [114.857752, 36.127599], + [114.858368, 36.144516], + [114.912571, 36.140649], + [114.926737, 36.089403], + [114.914419, 36.052155], + [114.998186, 36.069572], + [115.04623, 36.112613], + [115.048693, 36.161912], + [115.06286, 36.178338], + [115.104744, 36.172058], + [115.12507, 36.209731], + [115.1842, 36.193312], + [115.201446, 36.210214], + [115.201446, 36.210214], + [115.202678, 36.209248], + [115.202678, 36.209248], + [115.202678, 36.208765], + [115.202678, 36.208765], + [115.242098, 36.19138], + [115.279055, 36.13775], + [115.30246, 36.127599], + [115.312931, 36.088436], + [115.365902, 36.099074], + [115.376989, 36.128083], + [115.450902, 36.152248], + [115.465068, 36.170125], + [115.483547, 36.148865], + [115.474923, 36.248352], + [115.466916, 36.258969], + [115.466916, 36.258969], + [115.462605, 36.276339], + [115.417025, 36.292742], + [115.423185, 36.32216], + [115.366518, 36.30914], + [115.368982, 36.342409], + [115.340033, 36.398307], + [115.297533, 36.413239], + [115.317243, 36.454166], + [115.291374, 36.460423], + [115.272895, 36.497476], + [115.33141, 36.550378], + [115.355431, 36.627262], + [115.365902, 36.621979], + [115.420105, 36.686795], + [115.451518, 36.702151], + [115.479851, 36.760187], + [115.524815, 36.763543], + [115.683727, 36.808117], + [115.71206, 36.883308], + [115.75764, 36.902453], + [115.79706, 36.968945], + [115.776734, 36.992848], + [115.85619, 37.060694], + [115.888219, 37.112254], + [115.879596, 37.150901], + [115.91224, 37.177132], + [115.909777, 37.20669], + [115.969523, 37.239572], + [115.975682, 37.337179], + [116.024341, 37.360015], + [116.085935, 37.373809], + [116.106261, 37.368577], + [116.169087, 37.384271], + [116.193109, 37.365723], + [116.236224, 37.361442], + [116.2855, 37.404241], + [116.226369, 37.428007], + [116.243, 37.447965], + [116.224522, 37.479791], + [116.240536, 37.489764], + [116.240536, 37.489764], + [116.27626, 37.466967], + [116.290427, 37.484065], + [116.278724, 37.524895], + [116.295355, 37.554316], + [116.336007, 37.581355], + [116.36742, 37.566177], + [116.379738, 37.522047], + [116.38097, 37.522522], + [116.379738, 37.522047], + [116.38097, 37.522522], + [116.433941, 37.473142], + [116.448108, 37.503059], + [116.4826, 37.521573], + [116.575607, 37.610754], + [116.604556, 37.624975], + [116.66307, 37.686096], + [116.679085, 37.728708], + [116.724664, 37.744327], + [116.753613, 37.77035], + [116.753613, 37.793054], + [116.804736, 37.848837], + [116.837997, 37.835132], + [116.919301, 37.846002], + [117.027091, 37.832296], + [117.074518, 37.848837], + [117.150278, 37.839385], + [117.185387, 37.849783], + [117.271618, 37.839858], + [117.320278, 37.861596], + [117.400966, 37.844584], + [117.438538, 37.854035], + [117.481038, 37.914967], + [117.513067, 37.94329], + [117.524154, 37.989527], + [117.557414, 38.046105], + [117.557414, 38.046105], + [117.586979, 38.071551], + [117.704624, 38.076262], + [117.746508, 38.12524], + [117.771145, 38.134655], + [117.766834, 38.158658], + [117.789007, 38.180772], + [117.808718, 38.22827], + [117.848754, 38.255062], + [117.895565, 38.301572], + [117.948536, 38.346644], + [117.957775, 38.376208], + [117.937449, 38.387936], + [117.84629, 38.368232], + [117.781, 38.373862], + [117.730493, 38.424985], + [117.72495, 38.457328], + [117.678754, 38.477008], + [117.644878, 38.52759], + [117.68553, 38.539293], + [117.638102, 38.54491], + [117.639334, 38.626776], + [117.55803, 38.613683], + [117.47919, 38.616489], + [117.432379, 38.601524], + [117.368937, 38.564566], + [117.25314, 38.556143], + [117.238358, 38.580943], + [117.258684, 38.608072], + [117.258684, 38.608072], + [117.213104, 38.639866], + [117.213104, 38.639866], + [117.183539, 38.61836], + [117.183539, 38.61836], + [117.150894, 38.617892], + [117.109626, 38.584685], + [117.070822, 38.608072], + [117.055424, 38.639398], + [117.068358, 38.680522], + [117.038793, 38.688464], + [116.95133, 38.689398], + [116.948866, 38.689398], + [116.950714, 38.689398], + [116.95133, 38.689398], + [116.950714, 38.689398], + [116.948866, 38.689398], + [116.877417, 38.680522], + [116.858939, 38.741231], + [116.794265, 38.744498], + [116.794265, 38.744498], + [116.746222, 38.754299], + [116.737599, 38.784629], + [116.75115, 38.831264], + [116.723432, 38.852706], + [116.722201, 38.896968], + [116.708034, 38.931892], + [116.72836, 38.975174], + [116.754845, 39.003084], + [116.754229, 39.034701], + [116.754229, 39.034701], + [116.783179, 39.05097], + [116.783179, 39.05097], + [116.812744, 39.05097], + [116.812744, 39.05097], + [116.871874, 39.054688], + [116.912526, 39.110898], + [116.91191, 39.111362], + [116.91191, 39.111362], + [116.912526, 39.110898], + [116.909446, 39.150822], + [116.870026, 39.153607], + [116.855859, 39.215766], + [116.881729, 39.225966], + [116.881729, 39.225966], + [116.87249, 39.291304], + [116.889736, 39.338068], + [116.870642, 39.357506], + [116.829374, 39.338994], + [116.818287, 39.3737], + [116.840461, 39.378326], + [116.839845, 39.413474], + [116.876185, 39.43474], + [116.832454, 39.435664], + [116.785026, 39.465702], + [116.820751, 39.482332], + [116.819519, 39.528507], + [116.78749, 39.554352], + [116.808432, 39.576497], + [116.812128, 39.615695], + [116.79057, 39.595868], + [116.748686, 39.619844], + [116.709266, 39.618], + [116.726512, 39.595407], + [116.726512, 39.595407], + [116.724048, 39.59264], + [116.723432, 39.59264], + [116.724048, 39.59264], + [116.723432, 39.59264], + [116.664918, 39.605552], + [116.620571, 39.601863], + [116.592237, 39.621227], + [116.592237, 39.621227], + [116.524484, 39.596329], + [116.50847, 39.551122], + [116.473361, 39.552968], + [116.478289, 39.535431], + [116.437637, 39.526661], + [116.443796, 39.510041], + [116.401912, 39.528046], + [116.411767, 39.482794], + [116.444412, 39.482332], + [116.454883, 39.453226], + [116.434557, 39.442597], + [116.361876, 39.455074], + [116.361876, 39.455074], + [116.337854, 39.455536], + [116.307057, 39.488337], + [116.257782, 39.500344], + [116.240536, 39.564041], + [116.198652, 39.589412], + [116.151841, 39.583416], + [116.130283, 39.567732], + [116.09887, 39.575113], + [116.036044, 39.571884], + [116.026189, 39.587567], + [115.995392, 39.576958], + [115.978146, 39.595868], + [115.957204, 39.560812], + [115.910393, 39.600479], + [115.910393, 39.600479], + [115.91532, 39.582955], + [115.91532, 39.582955], + [115.867893, 39.546507], + [115.867893, 39.546507], + [115.828473, 39.541431], + [115.821081, 39.522968], + [115.821081, 39.522968], + [115.806299, 39.510041], + [115.806299, 39.510041], + [115.752712, 39.515581], + [115.738545, 39.539585], + [115.738545, 39.540046], + [115.738545, 39.539585], + [115.738545, 39.540046], + [115.724995, 39.5442], + [115.724995, 39.5442], + [115.722531, 39.543738], + [115.721299, 39.543738], + [115.722531, 39.543738], + [115.722531, 39.5442], + [115.721299, 39.543738], + [115.722531, 39.5442], + [115.720683, 39.551122], + [115.720683, 39.551122], + [115.718835, 39.553891], + [115.718835, 39.553891], + [115.716988, 39.56035], + [115.716988, 39.56035], + [115.699125, 39.570039], + [115.699125, 39.570039], + [115.698509, 39.577881], + [115.698509, 39.577881], + [115.667712, 39.615234], + [115.633836, 39.599557], + [115.633836, 39.599557], + [115.587024, 39.589873], + [115.545756, 39.618922], + [115.518039, 39.597252], + [115.522351, 39.640124], + [115.478619, 39.650723], + [115.478619, 39.650723], + [115.491554, 39.670074], + [115.486626, 39.741899], + [115.439815, 39.752022], + [115.443511, 39.785601], + [115.483547, 39.798477], + [115.483547, 39.798477], + [115.50572, 39.784222], + [115.552532, 39.794799], + [115.567314, 39.816407], + [115.514344, 39.837549], + [115.526046, 39.87568], + [115.515575, 39.892212], + [115.515575, 39.892212], + [115.522967, 39.899099], + [115.481083, 39.935819], + [115.426264, 39.950502], + [115.428728, 39.984443], + [115.450286, 39.992697], + [115.454597, 40.029825], + [115.485394, 40.040364], + [115.527278, 40.076092], + [115.59072, 40.096239], + [115.599959, 40.119583], + [115.75456, 40.145663], + [115.75456, 40.145663], + [115.773654, 40.176307], + [115.806299, 40.15344], + [115.847567, 40.147036], + [115.855574, 40.188652], + [115.870356, 40.185909], + [115.89869, 40.234354], + [115.968907, 40.264045], + [115.95166, 40.281852], + [115.917784, 40.354405], + [115.864197, 40.359422], + [115.771806, 40.443734], + [115.781045, 40.49336], + [115.736082, 40.503372], + [115.755176, 40.540221], + [115.784741, 40.55841], + [115.819849, 40.55932], + [115.827857, 40.587504], + [115.885139, 40.595229], + [115.907929, 40.617493], + [115.971986, 40.6025], + [115.982457, 40.578868], + [116.005247, 40.583868], + [116.09887, 40.630665], + [116.133979, 40.666536], + [116.162928, 40.662451], + [116.171551, 40.695582], + [116.204812, 40.740035], + [116.22021, 40.744115], + [116.247311, 40.791707], + [116.273181, 40.762703], + [116.311369, 40.754996], + [116.316912, 40.772221], + [116.453651, 40.765876], + [116.46597, 40.774487], + [116.438253, 40.81934], + [116.334159, 40.90443], + [116.339702, 40.929303], + [116.370499, 40.94377], + [116.398216, 40.90624], + [116.477057, 40.899907], + [116.447492, 40.953715], + [116.455499, 40.980828], + [116.519557, 40.98128], + [116.519557, 40.98128], + [116.5676, 40.992574], + [116.598397, 40.974503], + [116.623034, 41.021026], + [116.615643, 41.053076], + [116.647672, 41.059394], + [116.688324, 41.044501], + [116.698795, 41.021477], + [116.677853, 40.970888], + [116.722201, 40.927495], + [116.713577, 40.909858], + [116.759773, 40.889954], + [116.81336, 40.848319], + [116.848468, 40.839264], + [116.924229, 40.773581], + [116.926692, 40.745022], + [116.964881, 40.709647], + [117.012308, 40.693767], + [117.11209, 40.707379], + [117.117018, 40.70012], + [117.208177, 40.694675], + [117.278394, 40.664267], + [117.319662, 40.657911], + [117.342451, 40.673799], + [117.408973, 40.686961], + [117.493973, 40.675161], + [117.514914, 40.660181], + [117.501364, 40.636569], + [117.467487, 40.649738], + [117.467487, 40.649738] + ] + ], + [ + [ + [117.210024, 40.082045], + [117.204481, 40.069681], + [117.159517, 40.077008], + [117.140423, 40.064185], + [117.105315, 40.074261], + [117.105315, 40.074261], + [117.051728, 40.059605], + [117.025243, 40.030283], + [116.945171, 40.04128], + [116.927924, 40.055024], + [116.867562, 40.041739], + [116.831222, 40.051359], + [116.820135, 40.02845], + [116.781331, 40.034866], + [116.757925, 39.967934], + [116.782563, 39.947749], + [116.78441, 39.891294], + [116.812128, 39.889916], + [116.865714, 39.843982], + [116.907598, 39.832494], + [116.918069, 39.84628], + [116.949482, 39.778703], + [116.902055, 39.763523], + [116.916837, 39.731314], + [116.887272, 39.72533], + [116.889736, 39.687576], + [116.90575, 39.688037], + [116.932236, 39.706456], + [116.932236, 39.706456], + [116.944555, 39.695405], + [116.944555, 39.695405], + [116.948866, 39.680668], + [116.948866, 39.680668], + [116.964265, 39.64335], + [116.983359, 39.638742], + [116.983359, 39.638742], + [117.016004, 39.653949], + [117.10901, 39.625375], + [117.10901, 39.625375], + [117.152742, 39.623532], + [117.177996, 39.645194], + [117.165061, 39.718886], + [117.165061, 39.718886], + [117.161981, 39.748801], + [117.205713, 39.763984], + [117.15767, 39.796638], + [117.156438, 39.817326], + [117.192162, 39.832953], + [117.251908, 39.834332], + [117.247597, 39.860981], + [117.227887, 39.852712], + [117.162597, 39.876598], + [117.162597, 39.876598], + [117.150894, 39.944996], + [117.198322, 39.992697], + [117.192162, 40.066475], + [117.210024, 40.082045] + ] + ], + [ + [ + [117.784696, 39.376938], + [117.765602, 39.400527], + [117.699696, 39.407463], + [117.673211, 39.386652], + [117.668899, 39.412087], + [117.614081, 39.407001], + [117.601146, 39.419485], + [117.570965, 39.404689], + [117.521074, 39.357043], + [117.536472, 39.338068], + [117.594987, 39.349176], + [117.669515, 39.322792], + [117.670747, 39.357969], + [117.74466, 39.354729], + [117.784696, 39.376938] + ] + ], + [ + [ + [118.869365, 39.142932], + [118.82009, 39.108576], + [118.857662, 39.098824], + [118.869365, 39.142932] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 140000, + "name": "山西省", + "center": [112.549248, 37.857014], + "centroid": [112.304436, 37.618179], + "childrenNum": 11, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 3, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [110.379257, 34.600612], + [110.424837, 34.588295], + [110.488279, 34.610956], + [110.533242, 34.583368], + [110.610851, 34.607508], + [110.710017, 34.605045], + [110.749437, 34.65232], + [110.791937, 34.649858], + [110.824582, 34.615881], + [110.883712, 34.64395], + [110.903422, 34.669056], + [110.920052, 34.730068], + [110.976103, 34.706456], + [111.035233, 34.740887], + [111.118385, 34.756623], + [111.148566, 34.807742], + [111.232949, 34.789559], + [111.255123, 34.819535], + [111.29208, 34.806759], + [111.345666, 34.831816], + [111.389398, 34.815113], + [111.439289, 34.838202], + [111.502731, 34.829851], + [111.543999, 34.853428], + [111.570484, 34.843114], + [111.592042, 34.881416], + [111.617911, 34.894671], + [111.646861, 34.938836], + [111.681969, 34.9511], + [111.664107, 34.984449], + [111.740483, 35.00455], + [111.807005, 35.032977], + [111.810084, 35.062374], + [111.933272, 35.083435], + [111.97762, 35.067272], + [112.018888, 35.068742], + [112.039214, 35.045717], + [112.062004, 35.056005], + [112.05646, 35.098615], + [112.066315, 35.153437], + [112.03983, 35.194039], + [112.078634, 35.219467], + [112.058924, 35.280069], + [112.13838, 35.271275], + [112.21722, 35.253195], + [112.242474, 35.234622], + [112.304684, 35.251728], + [112.288053, 35.219956], + [112.36751, 35.219956], + [112.390915, 35.239021], + [112.513487, 35.218489], + [112.637291, 35.225822], + [112.628052, 35.263457], + [112.720443, 35.206265], + [112.772798, 35.207732], + [112.822073, 35.258082], + [112.884283, 35.243909], + [112.934174, 35.262968], + [112.936022, 35.284466], + [112.992072, 35.29619], + [112.985913, 35.33965], + [112.996384, 35.362104], + [113.067217, 35.353806], + [113.126347, 35.332327], + [113.149137, 35.350878], + [113.165151, 35.412845], + [113.185477, 35.409431], + [113.189789, 35.44893], + [113.243375, 35.449418], + [113.304353, 35.426989], + [113.31236, 35.481101], + [113.348085, 35.468429], + [113.391817, 35.506925], + [113.439244, 35.507412], + [113.49899, 35.532254], + [113.513773, 35.57364], + [113.55812, 35.621816], + [113.547649, 35.656835], + [113.578446, 35.633491], + [113.625258, 35.632518], + [113.622794, 35.674825], + [113.592613, 35.691838], + [113.587685, 35.736542], + [113.604932, 35.797727], + [113.582758, 35.818111], + [113.660982, 35.837035], + [113.637576, 35.870019], + [113.654207, 35.931586], + [113.648663, 35.994073], + [113.678844, 35.985841], + [113.694859, 36.026991], + [113.660366, 36.034735], + [113.68562, 36.056026], + [113.671453, 36.115514], + [113.655439, 36.125182], + [113.712721, 36.129533], + [113.705946, 36.148865], + [113.651127, 36.174473], + [113.697939, 36.181719], + [113.681924, 36.216491], + [113.716417, 36.262347], + [113.712105, 36.303353], + [113.736127, 36.324571], + [113.731199, 36.363135], + [113.708409, 36.423352], + [113.670221, 36.425278], + [113.635729, 36.451277], + [113.587069, 36.460904], + [113.554425, 36.494589], + [113.559968, 36.528741], + [113.588917, 36.547974], + [113.569823, 36.585947], + [113.539642, 36.594116], + [113.54457, 36.62342], + [113.486671, 36.635427], + [113.476816, 36.655114], + [113.506997, 36.705029], + [113.465113, 36.707908], + [113.499606, 36.740527], + [113.535946, 36.732373], + [113.549497, 36.752515], + [113.600004, 36.752995], + [113.680692, 36.789907], + [113.676381, 36.855539], + [113.696707, 36.882351], + [113.731815, 36.878521], + [113.731815, 36.858891], + [113.773083, 36.85506], + [113.792793, 36.894796], + [113.76138, 36.956034], + [113.791561, 36.98759], + [113.771851, 37.016745], + [113.788482, 37.059739], + [113.758301, 37.075497], + [113.773699, 37.107004], + [113.773083, 37.151855], + [113.832213, 37.167594], + [113.853155, 37.215269], + [113.886416, 37.239095], + [113.90243, 37.310052], + [113.962792, 37.355734], + [113.973879, 37.40329], + [114.014531, 37.42468], + [114.036705, 37.494037], + [114.118625, 37.59084], + [114.115545, 37.619761], + [114.139567, 37.675676], + [114.12848, 37.698409], + [114.068118, 37.721608], + [113.993589, 37.706932], + [113.996669, 37.730128], + [114.044712, 37.761834], + [114.006524, 37.813386], + [113.976959, 37.816696], + [113.959097, 37.906468], + [113.936307, 37.922993], + [113.901198, 37.984811], + [113.872249, 37.990471], + [113.876561, 38.055059], + [113.811271, 38.117707], + [113.831597, 38.16854], + [113.797105, 38.162894], + [113.720728, 38.174656], + [113.711489, 38.213695], + [113.678844, 38.20523], + [113.64312, 38.232031], + [113.598772, 38.22733], + [113.570439, 38.237202], + [113.54457, 38.270569], + [113.557504, 38.343359], + [113.525475, 38.383245], + [113.537794, 38.417952], + [113.583374, 38.459671], + [113.546417, 38.492936], + [113.561816, 38.558483], + [113.603084, 38.587024], + [113.612939, 38.645942], + [113.70225, 38.651551], + [113.720728, 38.713218], + [113.775547, 38.709949], + [113.802648, 38.763166], + [113.839605, 38.7585], + [113.836525, 38.795824], + [113.855619, 38.828933], + [113.795257, 38.860628], + [113.776163, 38.885788], + [113.76754, 38.959819], + [113.776779, 38.986804], + [113.80696, 38.989595], + [113.898119, 39.067699], + [113.930148, 39.063517], + [113.961561, 39.100681], + [113.994821, 39.095572], + [114.006524, 39.122971], + [114.050872, 39.135969], + [114.064422, 39.094179], + [114.082901, 39.09325], + [114.082901, 39.09325], + [114.10877, 39.052364], + [114.157429, 39.061194], + [114.180835, 39.049111], + [114.252284, 39.073739], + [114.345907, 39.075133], + [114.369928, 39.107648], + [114.360689, 39.134112], + [114.388406, 39.176807], + [114.443841, 39.174023], + [114.47587, 39.21623], + [114.416124, 39.242654], + [114.437066, 39.259337], + [114.430906, 39.307513], + [114.466631, 39.329736], + [114.469095, 39.400989], + [114.496812, 39.438437], + [114.501739, 39.476789], + [114.532536, 39.486027], + [114.568877, 39.573729], + [114.51529, 39.564964], + [114.49558, 39.608318], + [114.431522, 39.613851], + [114.408117, 39.652106], + [114.409964, 39.761683], + [114.41674, 39.775943], + [114.390254, 39.819165], + [114.406885, 39.833413], + [114.395182, 39.867412], + [114.285545, 39.858225], + [114.286776, 39.871087], + [114.215943, 39.8619], + [114.204241, 39.885324], + [114.229494, 39.899558], + [114.212248, 39.918839], + [114.17406, 39.897722], + [114.067502, 39.922511], + [114.047176, 39.916085], + [114.028082, 39.959218], + [114.029314, 39.985819], + [113.910438, 40.015618], + [113.959097, 40.033491], + [113.989278, 40.11226], + [114.018227, 40.103563], + [114.045944, 40.056856], + [114.086596, 40.071513], + [114.101995, 40.099901], + [114.073046, 40.168533], + [114.073046, 40.168533], + [114.097683, 40.193681], + [114.135871, 40.175392], + [114.180219, 40.191395], + [114.235654, 40.198252], + [114.255364, 40.236182], + [114.292936, 40.230242], + [114.362537, 40.249886], + [114.406269, 40.246232], + [114.46971, 40.268155], + [114.510978, 40.302851], + [114.530688, 40.345283], + [114.481413, 40.34802], + [114.438914, 40.371733], + [114.390254, 40.351213], + [114.381015, 40.36307], + [114.31203, 40.372645], + [114.286161, 40.425057], + [114.299711, 40.44009], + [114.267066, 40.474242], + [114.282465, 40.494725], + [114.293552, 40.55159], + [114.273842, 40.552954], + [114.283081, 40.590685], + [114.236269, 40.607043], + [114.183299, 40.67153], + [114.162357, 40.71373], + [114.134639, 40.737314], + [114.084748, 40.729605], + [114.063806, 40.706925], + [114.07243, 40.679246], + [114.041633, 40.608861], + [114.076741, 40.575686], + [114.080437, 40.547952], + [114.061959, 40.52885], + [114.011452, 40.515657], + [113.948626, 40.514747], + [113.890112, 40.466503], + [113.850691, 40.460583], + [113.794641, 40.517932], + [113.763228, 40.473787], + [113.688699, 40.448288], + [113.559968, 40.348476], + [113.500222, 40.334335], + [113.387505, 40.319279], + [113.316672, 40.319736], + [113.27602, 40.388601], + [113.251382, 40.413211], + [113.083231, 40.374925], + [113.03334, 40.368997], + [112.898449, 40.329317], + [112.848558, 40.206937], + [112.744464, 40.167161], + [112.712436, 40.178593], + [112.6299, 40.235725], + [112.511639, 40.269068], + [112.456205, 40.300112], + [112.418017, 40.295091], + [112.349031, 40.257194], + [112.310227, 40.256281], + [112.299756, 40.21105], + [112.232619, 40.169905], + [112.232003, 40.133311], + [112.183344, 40.083877], + [112.182112, 40.061437], + [112.142076, 40.027076], + [112.133453, 40.001866], + [112.07617, 39.919298], + [112.042294, 39.886243], + [112.012729, 39.827438], + [111.970229, 39.796638], + [111.959758, 39.692642], + [111.925265, 39.66731], + [111.9382, 39.623071], + [111.87907, 39.606013], + [111.842729, 39.620305], + [111.783599, 39.58895], + [111.722621, 39.606013], + [111.659179, 39.641507], + [111.625303, 39.633672], + [111.525521, 39.662242], + [111.497187, 39.661781], + [111.445448, 39.640124], + [111.460847, 39.606935], + [111.441137, 39.59679], + [111.422043, 39.539123], + [111.431282, 39.508656], + [111.372152, 39.479099], + [111.358601, 39.432428], + [111.337043, 39.420872], + [111.171971, 39.423183], + [111.143022, 39.407926], + [111.125776, 39.366297], + [111.159037, 39.362596], + [111.155341, 39.338531], + [111.186138, 39.35149], + [111.179363, 39.326959], + [111.202152, 39.305197], + [111.247732, 39.302419], + [111.213239, 39.257021], + [111.219399, 39.244044], + [111.163348, 39.152678], + [111.173819, 39.135041], + [111.147334, 39.100681], + [111.138095, 39.064447], + [111.094363, 39.030053], + [111.038313, 39.020289], + [110.998276, 38.998433], + [110.980414, 38.970056], + [111.009979, 38.932823], + [111.016755, 38.889981], + [110.995813, 38.868084], + [111.009363, 38.847579], + [110.965016, 38.755699], + [110.915125, 38.704345], + [110.916357, 38.673981], + [110.880632, 38.626776], + [110.898494, 38.587024], + [110.920052, 38.581878], + [110.907733, 38.521035], + [110.870777, 38.510265], + [110.874473, 38.453579], + [110.840596, 38.439986], + [110.796864, 38.453579], + [110.77777, 38.440924], + [110.746973, 38.366355], + [110.701394, 38.353215], + [110.661358, 38.308617], + [110.601612, 38.308147], + [110.57759, 38.297345], + [110.565887, 38.215105], + [110.528315, 38.211814], + [110.509221, 38.192061], + [110.519692, 38.130889], + [110.501829, 38.097929], + [110.507989, 38.013107], + [110.528315, 37.990471], + [110.522771, 37.955088], + [110.59422, 37.922049], + [110.680452, 37.790216], + [110.735886, 37.77035], + [110.750669, 37.736281], + [110.716792, 37.728708], + [110.706321, 37.705511], + [110.775306, 37.680886], + [110.793169, 37.650567], + [110.763604, 37.639668], + [110.771611, 37.594634], + [110.795017, 37.558586], + [110.770995, 37.538184], + [110.759292, 37.474567], + [110.740198, 37.44939], + [110.644111, 37.435135], + [110.630561, 37.372858], + [110.641648, 37.360015], + [110.695234, 37.34955], + [110.678604, 37.317668], + [110.690307, 37.287201], + [110.661974, 37.281963], + [110.651503, 37.256722], + [110.590525, 37.187145], + [110.53509, 37.138021], + [110.535706, 37.115118], + [110.49567, 37.086956], + [110.460561, 37.044932], + [110.417446, 37.027257], + [110.426685, 37.008621], + [110.382953, 37.022001], + [110.381721, 37.002408], + [110.424221, 36.963685], + [110.408823, 36.892403], + [110.376178, 36.882351], + [110.424221, 36.855539], + [110.406975, 36.824886], + [110.423605, 36.818179], + [110.407591, 36.776007], + [110.447011, 36.737649], + [110.438388, 36.685835], + [110.402663, 36.697352], + [110.394656, 36.676716], + [110.426685, 36.657514], + [110.447627, 36.621018], + [110.496902, 36.582102], + [110.488895, 36.556628], + [110.503677, 36.488335], + [110.47288, 36.453203], + [110.489511, 36.430094], + [110.487047, 36.393972], + [110.459946, 36.327946], + [110.474112, 36.306729], + [110.474112, 36.248352], + [110.45625, 36.22663], + [110.447011, 36.164328], + [110.467953, 36.074893], + [110.491974, 36.034735], + [110.49259, 35.994073], + [110.516612, 35.971796], + [110.502445, 35.947575], + [110.516612, 35.918501], + [110.511684, 35.879718], + [110.549257, 35.877778], + [110.550489, 35.838005], + [110.571431, 35.800639], + [110.57759, 35.701559], + [110.609619, 35.632031], + [110.589293, 35.602355], + [110.567735, 35.539559], + [110.531394, 35.511309], + [110.477808, 35.413821], + [110.45009, 35.327933], + [110.374946, 35.251728], + [110.378642, 35.210666], + [110.364475, 35.197952], + [110.373714, 35.134351], + [110.320743, 35.00504], + [110.262229, 34.944233], + [110.230816, 34.880925], + [110.246831, 34.789068], + [110.243135, 34.725641], + [110.229584, 34.692679], + [110.269004, 34.629671], + [110.29549, 34.610956], + [110.379257, 34.600612] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150000, + "name": "内蒙古自治区", + "center": [111.670801, 40.818311], + "centroid": [114.077429, 44.331087], + "childrenNum": 12, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 4, + "acroutes": [100000] + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [97.172903, 42.795257], + [97.371235, 42.457076], + [97.500582, 42.243894], + [97.653335, 41.986856], + [97.84674, 41.656379], + [97.613915, 41.477276], + [97.629314, 41.440498], + [97.903407, 41.168057], + [97.971776, 41.09774], + [98.142391, 41.001607], + [98.184891, 40.988056], + [98.25018, 40.93925], + [98.333332, 40.918903], + [98.344419, 40.568413], + [98.627751, 40.677884], + [98.569853, 40.746836], + [98.668403, 40.773128], + [98.689345, 40.691952], + [98.72199, 40.657911], + [98.762642, 40.639748], + [98.802678, 40.607043], + [98.80699, 40.660181], + [98.790975, 40.705564], + [98.984996, 40.782644], + [99.041662, 40.693767], + [99.102025, 40.676522], + [99.12543, 40.715091], + [99.172858, 40.747289], + [99.174705, 40.858278], + [99.565827, 40.846961], + [99.673, 40.93292], + [99.985897, 40.909858], + [100.057346, 40.908049], + [100.107853, 40.875475], + [100.224882, 40.727337], + [100.237201, 40.716905], + [100.242744, 40.618855], + [100.169447, 40.541131], + [100.169447, 40.277743], + [100.007455, 40.20008], + [99.955716, 40.150695], + [99.927383, 40.063727], + [99.841152, 40.013326], + [99.751225, 40.006909], + [99.714268, 39.972061], + [99.533182, 39.891753], + [99.491298, 39.884406], + [99.459885, 39.898181], + [99.440791, 39.885783], + [99.469124, 39.875221], + [99.672384, 39.888079], + [99.822058, 39.860063], + [99.904593, 39.785601], + [99.958796, 39.769504], + [100.040716, 39.757083], + [100.128179, 39.702312], + [100.250135, 39.685274], + [100.314193, 39.606935], + [100.301258, 39.572345], + [100.326512, 39.509118], + [100.44354, 39.485565], + [100.500823, 39.481408], + [100.498975, 39.400527], + [100.606764, 39.387577], + [100.707778, 39.404689], + [100.842053, 39.405614], + [100.842669, 39.199999], + [100.864227, 39.106719], + [100.829118, 39.075133], + [100.835278, 39.025869], + [100.875314, 39.002619], + [100.901799, 39.030053], + [100.961545, 39.005874], + [100.969553, 38.946788], + [101.117378, 38.975174], + [101.228863, 39.020754], + [101.198682, 38.943064], + [101.237486, 38.907214], + [101.24303, 38.860628], + [101.33542, 38.847113], + [101.34158, 38.822406], + [101.307087, 38.80282], + [101.331109, 38.777164], + [101.412413, 38.764099], + [101.562702, 38.713218], + [101.601506, 38.65529], + [101.672955, 38.6908], + [101.777049, 38.66043], + [101.873751, 38.733761], + [101.941505, 38.808883], + [102.075164, 38.891378], + [102.045599, 38.904885], + [101.955055, 38.985874], + [101.926106, 39.000758], + [101.833715, 39.08907], + [101.902701, 39.111827], + [102.012338, 39.127149], + [102.050526, 39.141075], + [102.276576, 39.188868], + [102.3548, 39.231993], + [102.45335, 39.255167], + [102.579002, 39.183301], + [102.616574, 39.171703], + [102.883892, 39.120649], + [103.007696, 39.099753], + [103.133347, 39.192579], + [103.188166, 39.215302], + [103.259615, 39.263971], + [103.344615, 39.331588], + [103.428998, 39.353341], + [103.595302, 39.386652], + [103.728961, 39.430117], + [103.85338, 39.461543], + [103.955626, 39.456923], + [104.089901, 39.419947], + [104.073271, 39.351953], + [104.047401, 39.297788], + [104.171205, 39.160567], + [104.207546, 39.083495], + [104.190915, 39.042139], + [104.196459, 38.9882], + [104.173053, 38.94446], + [104.044322, 38.895105], + [104.011677, 38.85923], + [103.85954, 38.64454], + [103.416063, 38.404821], + [103.465339, 38.353215], + [103.507838, 38.280905], + [103.53494, 38.156776], + [103.368636, 38.08898], + [103.362477, 38.037621], + [103.40744, 37.860651], + [103.627947, 37.797783], + [103.683381, 37.777919], + [103.841062, 37.64725], + [103.874938, 37.604117], + [103.935916, 37.572818], + [104.089285, 37.465067], + [104.183524, 37.406618], + [104.237727, 37.411847], + [104.287002, 37.428007], + [104.322726, 37.44844], + [104.407726, 37.464592], + [104.419429, 37.511604], + [104.433595, 37.515402], + [104.623305, 37.522522], + [104.805007, 37.539133], + [104.866601, 37.566651], + [105.027977, 37.580881], + [105.111128, 37.633981], + [105.187505, 37.657674], + [105.221998, 37.677097], + [105.315004, 37.702197], + [105.4037, 37.710246], + [105.467141, 37.695094], + [105.598952, 37.699356], + [105.616199, 37.722555], + [105.622358, 37.777919], + [105.677177, 37.771769], + [105.760944, 37.799674], + [105.80406, 37.862068], + [105.799749, 37.939986], + [105.840401, 38.004147], + [105.780655, 38.084741], + [105.76772, 38.121474], + [105.775111, 38.186887], + [105.802828, 38.220277], + [105.842248, 38.240962], + [105.86627, 38.296406], + [105.821307, 38.366824], + [105.835473, 38.387467], + [105.827466, 38.432486], + [105.850872, 38.443736], + [105.836705, 38.476071], + [105.863806, 38.53508], + [105.856415, 38.569714], + [105.874277, 38.593105], + [105.852719, 38.641735], + [105.894603, 38.696405], + [105.88598, 38.716953], + [105.908154, 38.737496], + [105.909386, 38.791159], + [105.992538, 38.857366], + [105.97098, 38.909077], + [106.021487, 38.953769], + [106.060907, 38.96866], + [106.087392, 39.006339], + [106.078153, 39.026333], + [106.096631, 39.084889], + [106.145907, 39.153142], + [106.170544, 39.163352], + [106.192718, 39.142932], + [106.251232, 39.131327], + [106.285109, 39.146181], + [106.29558, 39.167992], + [106.280181, 39.262118], + [106.402753, 39.291767], + [106.511774, 39.272311], + [106.525325, 39.308439], + [106.556122, 39.322329], + [106.602318, 39.37555], + [106.643586, 39.357969], + [106.683622, 39.357506], + [106.751375, 39.381564], + [106.781556, 39.371849], + [106.806809, 39.318625], + [106.806193, 39.277407], + [106.790795, 39.241263], + [106.795723, 39.214375], + [106.825288, 39.19397], + [106.859164, 39.107648], + [106.878874, 39.091392], + [106.933693, 39.076527], + [106.96757, 39.054688], + [106.971881, 39.026333], + [106.954019, 38.941202], + [106.837606, 38.847579], + [106.756302, 38.748699], + [106.709491, 38.718821], + [106.66268, 38.601524], + [106.647897, 38.470917], + [106.599854, 38.389812], + [106.482209, 38.319417], + [106.555506, 38.263521], + [106.627571, 38.232501], + [106.654672, 38.22921], + [106.737824, 38.197706], + [106.779092, 38.171833], + [106.858548, 38.156306], + [106.942316, 38.132302], + [107.010069, 38.120532], + [107.051337, 38.122886], + [107.071047, 38.138892], + [107.119091, 38.134185], + [107.138801, 38.161011], + [107.19054, 38.153953], + [107.240431, 38.111586], + [107.33159, 38.086625], + [107.3938, 38.014993], + [107.440611, 37.995659], + [107.411662, 37.948009], + [107.448618, 37.933378], + [107.49235, 37.944706], + [107.560719, 37.893717], + [107.65003, 37.86443], + [107.684523, 37.888522], + [107.732566, 37.84931], + [107.842819, 37.828987], + [107.884703, 37.808186], + [107.982022, 37.787378], + [107.993109, 37.735335], + [108.025753, 37.696041], + [108.012819, 37.66857], + [108.025137, 37.649619], + [108.055318, 37.652462], + [108.134159, 37.622131], + [108.193905, 37.638246], + [108.205608, 37.655779], + [108.24626, 37.665728], + [108.293071, 37.656726], + [108.301078, 37.640616], + [108.422418, 37.648672], + [108.485244, 37.678044], + [108.532671, 37.690832], + [108.628142, 37.651988], + [108.699591, 37.669518], + [108.720533, 37.683728], + [108.777815, 37.683728], + [108.791982, 37.700303], + [108.784591, 37.764673], + [108.799989, 37.784068], + [108.791982, 37.872934], + [108.798141, 37.93385], + [108.82709, 37.989056], + [108.797525, 38.04799], + [108.830786, 38.049875], + [108.883141, 38.01405], + [108.893612, 37.978207], + [108.93488, 37.922521], + [108.9743, 37.931962], + [108.982923, 37.964053], + [109.018648, 37.971602], + [109.037742, 38.021593], + [109.06977, 38.023008], + [109.050676, 38.055059], + [109.069155, 38.091336], + [108.964445, 38.154894], + [108.938575, 38.207582], + [108.976148, 38.245192], + [108.961981, 38.26493], + [109.007561, 38.359316], + [109.051292, 38.385122], + [109.054372, 38.433892], + [109.128901, 38.480288], + [109.175712, 38.518694], + [109.196654, 38.552867], + [109.276726, 38.623035], + [109.331545, 38.597783], + [109.367269, 38.627711], + [109.329081, 38.66043], + [109.338936, 38.701542], + [109.404226, 38.720689], + [109.444262, 38.782763], + [109.511399, 38.833595], + [109.549587, 38.805618], + [109.624116, 38.85457], + [109.672159, 38.928167], + [109.685094, 38.968195], + [109.665384, 38.981687], + [109.72513, 39.018429], + [109.762086, 39.057476], + [109.793499, 39.074204], + [109.851397, 39.122971], + [109.890818, 39.103932], + [109.92223, 39.107183], + [109.893897, 39.141075], + [109.961035, 39.191651], + [109.871723, 39.243581], + [109.90252, 39.271848], + [109.962267, 39.212056], + [110.041107, 39.21623], + [110.109476, 39.249606], + [110.217881, 39.281113], + [110.184005, 39.355192], + [110.161831, 39.387115], + [110.136577, 39.39174], + [110.12549, 39.432891], + [110.152592, 39.45415], + [110.243751, 39.423645], + [110.257917, 39.407001], + [110.385417, 39.310291], + [110.429764, 39.341308], + [110.434692, 39.381101], + [110.482735, 39.360745], + [110.524003, 39.382952], + [110.559728, 39.351027], + [110.566503, 39.320014], + [110.596684, 39.282966], + [110.626249, 39.266751], + [110.702626, 39.273701], + [110.731575, 39.30705], + [110.73835, 39.348713], + [110.782698, 39.38804], + [110.869545, 39.494341], + [110.891103, 39.509118], + [110.958856, 39.519275], + [111.017371, 39.552045], + [111.101138, 39.559428], + [111.136863, 39.587106], + [111.154725, 39.569116], + [111.148566, 39.531277], + [111.10545, 39.497573], + [111.10545, 39.472631], + [111.058639, 39.447681], + [111.064182, 39.400989], + [111.098059, 39.401914], + [111.087588, 39.376013], + [111.125776, 39.366297], + [111.143022, 39.407926], + [111.171971, 39.423183], + [111.337043, 39.420872], + [111.358601, 39.432428], + [111.372152, 39.479099], + [111.431282, 39.508656], + [111.422043, 39.539123], + [111.441137, 39.59679], + [111.460847, 39.606935], + [111.445448, 39.640124], + [111.497187, 39.661781], + [111.525521, 39.662242], + [111.625303, 39.633672], + [111.659179, 39.641507], + [111.722621, 39.606013], + [111.783599, 39.58895], + [111.842729, 39.620305], + [111.87907, 39.606013], + [111.9382, 39.623071], + [111.925265, 39.66731], + [111.959758, 39.692642], + [111.970229, 39.796638], + [112.012729, 39.827438], + [112.042294, 39.886243], + [112.07617, 39.919298], + [112.133453, 40.001866], + [112.142076, 40.027076], + [112.182112, 40.061437], + [112.183344, 40.083877], + [112.232003, 40.133311], + [112.232619, 40.169905], + [112.299756, 40.21105], + [112.310227, 40.256281], + [112.349031, 40.257194], + [112.418017, 40.295091], + [112.456205, 40.300112], + [112.511639, 40.269068], + [112.6299, 40.235725], + [112.712436, 40.178593], + [112.744464, 40.167161], + [112.848558, 40.206937], + [112.898449, 40.329317], + [113.03334, 40.368997], + [113.083231, 40.374925], + [113.251382, 40.413211], + [113.27602, 40.388601], + [113.316672, 40.319736], + [113.387505, 40.319279], + [113.500222, 40.334335], + [113.559968, 40.348476], + [113.688699, 40.448288], + [113.763228, 40.473787], + [113.794641, 40.517932], + [113.850691, 40.460583], + [113.890112, 40.466503], + [113.948626, 40.514747], + [114.011452, 40.515657], + [114.061959, 40.52885], + [114.080437, 40.547952], + [114.076741, 40.575686], + [114.041633, 40.608861], + [114.07243, 40.679246], + [114.063806, 40.706925], + [114.084748, 40.729605], + [114.134639, 40.737314], + [114.103227, 40.770861], + [114.104458, 40.797597], + [114.080437, 40.790348], + [114.044712, 40.830661], + [114.073661, 40.857372], + [114.055183, 40.867782], + [114.041633, 40.917546], + [114.057647, 40.925234], + [113.994821, 40.938798], + [113.973263, 40.983087], + [113.868554, 41.06887], + [113.819279, 41.09774], + [113.877793, 41.115777], + [113.920293, 41.172112], + [113.960945, 41.171211], + [113.996669, 41.19238], + [114.016379, 41.231999], + [113.992357, 41.269794], + [113.971416, 41.239649], + [113.95109, 41.282837], + [113.914749, 41.294529], + [113.899351, 41.316108], + [113.92522, 41.325546], + [113.94493, 41.392477], + [113.871017, 41.413126], + [113.877793, 41.431076], + [113.919677, 41.454404], + [113.933227, 41.487139], + [113.953553, 41.483553], + [113.976959, 41.505966], + [114.032394, 41.529715], + [114.101379, 41.537779], + [114.230726, 41.513584], + [114.221487, 41.582111], + [114.226414, 41.616572], + [114.259059, 41.623282], + [114.215328, 41.68499], + [114.237501, 41.698843], + [114.206704, 41.7386], + [114.215328, 41.75646], + [114.200545, 41.789934], + [114.282465, 41.863517], + [114.343443, 41.926774], + [114.352066, 41.953484], + [114.419203, 41.942356], + [114.478334, 41.951704], + [114.511594, 41.981962], + [114.467863, 42.025989], + [114.480181, 42.064654], + [114.502355, 42.06732], + [114.510978, 42.110844], + [114.560254, 42.132595], + [114.647717, 42.109512], + [114.675434, 42.12061], + [114.75489, 42.115727], + [114.789383, 42.130819], + [114.79431, 42.149457], + [114.825723, 42.139695], + [114.86268, 42.097967], + [114.860832, 42.054879], + [114.9021, 42.015763], + [114.915035, 41.960605], + [114.923658, 41.871093], + [114.939056, 41.846132], + [114.922426, 41.825175], + [114.868839, 41.813579], + [114.89594, 41.76762], + [114.902716, 41.695715], + [114.895325, 41.636255], + [114.860832, 41.60091], + [115.016049, 41.615229], + [115.056085, 41.602253], + [115.0992, 41.62373], + [115.195287, 41.602253], + [115.20391, 41.571367], + [115.256881, 41.580768], + [115.26612, 41.616124], + [115.290142, 41.622835], + [115.310468, 41.592854], + [115.377605, 41.603148], + [115.345576, 41.635807], + [115.360975, 41.661297], + [115.319091, 41.691693], + [115.346808, 41.712247], + [115.42996, 41.728775], + [115.488474, 41.760924], + [115.519887, 41.76762], + [115.57409, 41.80555], + [115.654162, 41.829189], + [115.688038, 41.867528], + [115.726227, 41.870202], + [115.811226, 41.912525], + [115.834632, 41.93835], + [115.85311, 41.927665], + [115.916552, 41.945027], + [115.954124, 41.874213], + [115.994776, 41.828743], + [116.007095, 41.797966], + [116.007095, 41.79752], + [116.034196, 41.782795], + [116.09887, 41.776547], + [116.129051, 41.805996], + [116.106877, 41.831419], + [116.122892, 41.861734], + [116.194341, 41.861734], + [116.212819, 41.885352], + [116.223906, 41.932562], + [116.298434, 41.96817], + [116.310137, 41.997086], + [116.373579, 42.009983], + [116.414231, 41.982407], + [116.393289, 41.942802], + [116.453651, 41.945917], + [116.4826, 41.975734], + [116.510933, 41.974399], + [116.553433, 41.928555], + [116.597165, 41.935679], + [116.639049, 41.929891], + [116.66923, 41.947698], + [116.727744, 41.951259], + [116.748686, 41.984186], + [116.796113, 41.977958], + [116.879881, 42.018431], + [116.890352, 42.092639], + [116.850316, 42.156556], + [116.825062, 42.155669], + [116.789338, 42.200462], + [116.903287, 42.190708], + [116.918685, 42.229716], + [116.897743, 42.297479], + [116.886656, 42.366496], + [116.910678, 42.394789], + [116.910062, 42.395231], + [116.921765, 42.403628], + [116.936547, 42.410256], + [116.944555, 42.415116], + [116.97104, 42.427486], + [116.974736, 42.426603], + [116.99075, 42.425719], + [117.005533, 42.43367], + [117.009228, 42.44957], + [117.01662, 42.456193], + [117.080061, 42.463699], + [117.09546, 42.484004], + [117.135496, 42.468996], + [117.188467, 42.468114], + [117.275314, 42.481797], + [117.332596, 42.46105], + [117.390495, 42.461933], + [117.413284, 42.471645], + [117.410205, 42.519743], + [117.387415, 42.517537], + [117.434226, 42.557224], + [117.435458, 42.585431], + [117.475494, 42.602613], + [117.530313, 42.590278], + [117.537088, 42.603054], + [117.60053, 42.603054], + [117.667051, 42.582347], + [117.708935, 42.588515], + [117.779768, 42.61847], + [117.801326, 42.612744], + [117.797631, 42.585431], + [117.856761, 42.539148], + [117.874007, 42.510038], + [117.997811, 42.416884], + [118.024296, 42.385064], + [118.008898, 42.346595], + [118.060021, 42.298364], + [118.047702, 42.280656], + [117.974405, 42.25054], + [117.977485, 42.229716], + [118.033535, 42.199132], + [118.106216, 42.172082], + [118.089586, 42.12283], + [118.097593, 42.105072], + [118.155491, 42.081091], + [118.116687, 42.037102], + [118.194296, 42.031324], + [118.220165, 42.058434], + [118.212774, 42.081091], + [118.239259, 42.092639], + [118.27252, 42.083312], + [118.296541, 42.057545], + [118.286686, 42.033991], + [118.239875, 42.024655], + [118.291614, 42.007759], + [118.313788, 41.98819], + [118.306396, 41.940131], + [118.268824, 41.930336], + [118.340273, 41.87243], + [118.335346, 41.845241], + [118.29223, 41.772976], + [118.247266, 41.773869], + [118.236179, 41.80778], + [118.178281, 41.814917], + [118.140093, 41.784134], + [118.132702, 41.733241], + [118.155491, 41.712694], + [118.159187, 41.67605], + [118.206614, 41.650566], + [118.215237, 41.59554], + [118.302701, 41.55256], + [118.315636, 41.512688], + [118.271904, 41.471446], + [118.327338, 41.450816], + [118.348896, 41.428384], + [118.361215, 41.384844], + [118.348896, 41.342622], + [118.380309, 41.312062], + [118.412338, 41.331838], + [118.528135, 41.355202], + [118.629765, 41.346666], + [118.677192, 41.35026], + [118.741866, 41.324198], + [118.770199, 41.352956], + [118.843496, 41.374516], + [118.844727, 41.342622], + [118.890923, 41.300823], + [118.949437, 41.317906], + [118.980234, 41.305769], + [119.092951, 41.293629], + [119.168712, 41.294978], + [119.197661, 41.282837], + [119.211827, 41.308016], + [119.239545, 41.31431], + [119.296211, 41.325097], + [119.330704, 41.385293], + [119.309762, 41.405944], + [119.376283, 41.422102], + [119.378131, 41.459787], + [119.401537, 41.472343], + [119.406464, 41.503276], + [119.361501, 41.545841], + [119.362116, 41.566442], + [119.420015, 41.567785], + [119.415703, 41.590169], + [119.342406, 41.617914], + [119.307914, 41.657273], + [119.299907, 41.705545], + [119.319001, 41.727435], + [119.317769, 41.764049], + [119.292515, 41.790827], + [119.312841, 41.80555], + [119.334399, 41.871539], + [119.323312, 41.889807], + [119.340559, 41.926774], + [119.323928, 41.937014], + [119.324544, 41.969505], + [119.375667, 42.023322], + [119.384906, 42.08953], + [119.352261, 42.118391], + [119.314689, 42.119723], + [119.30853, 42.147239], + [119.286972, 42.154781], + [119.277733, 42.185387], + [119.237697, 42.200905], + [119.274037, 42.239021], + [119.280197, 42.260728], + [119.34795, 42.300578], + [119.432949, 42.317396], + [119.482841, 42.347037], + [119.502551, 42.388159], + [119.540123, 42.363401], + [119.572152, 42.359421], + [119.571536, 42.335536], + [119.539507, 42.297922], + [119.557985, 42.289068], + [119.609108, 42.276671], + [119.617115, 42.252755], + [119.679941, 42.240793], + [119.744615, 42.211545], + [119.841933, 42.215534], + [119.854868, 42.170308], + [119.837622, 42.135257], + [119.845629, 42.097079], + [119.87581, 42.077982], + [119.897368, 42.030879], + [119.921389, 42.014429], + [119.924469, 41.98908], + [119.950954, 41.974399], + [119.954034, 41.923212], + [119.989759, 41.899163], + [120.023019, 41.816701], + [120.041498, 41.818932], + [120.050737, 41.776101], + [120.024867, 41.737707], + [120.035954, 41.708226], + [120.096316, 41.697056], + [120.1382, 41.729221], + [120.127113, 41.77253], + [120.183164, 41.826513], + [120.188707, 41.848361], + [120.215808, 41.853265], + [120.251533, 41.884016], + [120.286641, 41.880005], + [120.290337, 41.897381], + [120.260156, 41.904062], + [120.271859, 41.925439], + [120.318054, 41.93746], + [120.309431, 41.951704], + [120.373489, 41.994862], + [120.399358, 41.984631], + [120.456641, 42.016208], + [120.450481, 42.057101], + [120.493597, 42.073539], + [120.466496, 42.105516], + [120.56751, 42.152119], + [120.58414, 42.167203], + [120.624792, 42.154338], + [120.72211, 42.203565], + [120.745516, 42.223512], + [120.79048, 42.218636], + [120.820661, 42.227943], + [120.8299, 42.252755], + [120.883487, 42.242565], + [120.883487, 42.269585], + [120.933994, 42.27977], + [120.992508, 42.264714], + [121.028848, 42.242565], + [121.070732, 42.254083], + [121.087978, 42.278885], + [121.120623, 42.280656], + [121.133558, 42.300135], + [121.184681, 42.333324], + [121.218558, 42.371802], + [121.285079, 42.387717], + [121.314644, 42.42837], + [121.304789, 42.435879], + [121.386093, 42.474294], + [121.434752, 42.475176], + [121.4791, 42.49636], + [121.506201, 42.482239], + [121.570875, 42.487093], + [121.607831, 42.516214], + [121.604136, 42.495037], + [121.66573, 42.437204], + [121.69899, 42.438529], + [121.747649, 42.484887], + [121.803084, 42.514891], + [121.817867, 42.504303], + [121.831417, 42.533856], + [121.844352, 42.522389], + [121.889931, 42.556784], + [121.921344, 42.605697], + [121.915801, 42.656332], + [121.94167, 42.666014], + [121.939207, 42.688453], + [122.018663, 42.69901], + [122.062394, 42.723635], + [122.072865, 42.710444], + [122.160945, 42.684934], + [122.204676, 42.685374], + [122.204676, 42.732867], + [122.261343, 42.695931], + [122.324785, 42.684934], + [122.338951, 42.669975], + [122.396234, 42.684054], + [122.396234, 42.707366], + [122.460907, 42.755282], + [122.439349, 42.770221], + [122.371596, 42.776371], + [122.35127, 42.830378], + [122.436886, 42.843105], + [122.556378, 42.827745], + [122.576088, 42.819405], + [122.580399, 42.789987], + [122.624747, 42.773296], + [122.653696, 42.78252], + [122.733152, 42.786034], + [122.73808, 42.77066], + [122.786123, 42.757479], + [122.848949, 42.712203], + [122.883442, 42.751766], + [122.887137, 42.770221], + [122.925941, 42.772417], + [122.945651, 42.753524], + [122.980144, 42.777689], + [123.058368, 42.768903], + [123.118114, 42.801405], + [123.227752, 42.831695], + [123.169853, 42.859777], + [123.188947, 42.895739], + [123.18402, 42.925983], + [123.259165, 42.993431], + [123.323222, 43.000872], + [123.434707, 43.027565], + [123.474743, 43.042438], + [123.536337, 43.007], + [123.572678, 43.003498], + [123.580685, 43.036314], + [123.631192, 43.088346], + [123.636119, 43.141644], + [123.666916, 43.179623], + [123.645974, 43.208855], + [123.676771, 43.223684], + [123.664453, 43.264663], + [123.698329, 43.272071], + [123.703873, 43.37047], + [123.608402, 43.366119], + [123.54496, 43.415262], + [123.519707, 43.402219], + [123.486446, 43.44525], + [123.442098, 43.437863], + [123.419925, 43.410046], + [123.382968, 43.469143], + [123.36449, 43.483475], + [123.315831, 43.492159], + [123.329998, 43.519071], + [123.304744, 43.550742], + [123.360179, 43.567223], + [123.452569, 43.545971], + [123.461193, 43.568523], + [123.434091, 43.575461], + [123.421157, 43.598435], + [123.5117, 43.592801], + [123.510468, 43.624867], + [123.536953, 43.633964], + [123.518475, 43.682024], + [123.520323, 43.708419], + [123.48275, 43.737396], + [123.498149, 43.771114], + [123.461809, 43.822518], + [123.467968, 43.853599], + [123.397135, 43.954929], + [123.37065, 43.970006], + [123.400831, 43.979481], + [123.365722, 44.013922], + [123.331229, 44.028984], + [123.32815, 44.084035], + [123.350939, 44.092633], + [123.362642, 44.133452], + [123.386664, 44.161794], + [123.323838, 44.179823], + [123.286882, 44.211574], + [123.277027, 44.25274], + [123.196955, 44.34483], + [123.128585, 44.367081], + [123.114419, 44.40258], + [123.142136, 44.428228], + [123.125506, 44.455147], + [123.137209, 44.486322], + [123.12489, 44.5098], + [123.06576, 44.505959], + [123.025108, 44.493153], + [122.85634, 44.398304], + [122.76087, 44.369648], + [122.702971, 44.319145], + [122.675254, 44.285738], + [122.641993, 44.283595], + [122.515726, 44.251025], + [122.483081, 44.236877], + [122.319241, 44.233018], + [122.271198, 44.255741], + [122.291524, 44.310152], + [122.294604, 44.41113], + [122.28598, 44.477783], + [122.228082, 44.480345], + [122.224386, 44.526016], + [122.196053, 44.559712], + [122.13138, 44.577619], + [122.113517, 44.615546], + [122.103046, 44.67388], + [122.117213, 44.701961], + [122.161561, 44.728328], + [122.152322, 44.744057], + [122.10243, 44.736406], + [122.110438, 44.767856], + [122.142467, 44.753833], + [122.168952, 44.770405], + [122.099967, 44.7823], + [122.098119, 44.81882], + [122.04946, 44.912985], + [122.079025, 44.914256], + [122.087032, 44.95281], + [122.074713, 45.006573], + [122.098735, 45.02138], + [122.119677, 45.068739], + [122.109822, 45.142236], + [122.143082, 45.183167], + [122.192358, 45.180636], + [122.22993, 45.206784], + [122.239169, 45.276313], + [122.147394, 45.295682], + [122.146778, 45.374352], + [122.180039, 45.409655], + [122.168336, 45.439897], + [122.064242, 45.472641], + [122.002648, 45.507882], + [121.993409, 45.552741], + [121.966308, 45.596308], + [121.995873, 45.59882], + [122.003264, 45.623102], + [121.970004, 45.692956], + [121.934279, 45.71051], + [121.867142, 45.719703], + [121.812323, 45.704659], + [121.811091, 45.687103], + [121.713773, 45.701734], + [121.666345, 45.727641], + [121.644172, 45.752284], + [121.657106, 45.770238], + [121.697142, 45.76314], + [121.754425, 45.794862], + [121.766744, 45.830318], + [121.769823, 45.84366], + [121.817251, 45.875336], + [121.805548, 45.900746], + [121.821562, 45.918235], + [121.809243, 45.961102], + [121.761816, 45.998947], + [121.819098, 46.023054], + [121.843736, 46.024301], + [121.864062, 46.002272], + [121.923808, 46.004767], + [121.92812, 45.988552], + [122.040221, 45.959022], + [122.085184, 45.912406], + [122.091344, 45.882002], + [122.200981, 45.857], + [122.236705, 45.831569], + [122.253952, 45.7982], + [122.301379, 45.813218], + [122.337719, 45.859917], + [122.372828, 45.856166], + [122.362357, 45.917403], + [122.446125, 45.916986], + [122.496016, 45.85825], + [122.504639, 45.786933], + [122.522501, 45.786933], + [122.556378, 45.82156], + [122.603189, 45.778169], + [122.640761, 45.771072], + [122.650001, 45.731401], + [122.671558, 45.70048], + [122.741775, 45.705077], + [122.751015, 45.735996], + [122.792283, 45.766063], + [122.752246, 45.834905], + [122.772572, 45.856583], + [122.80029, 45.856583], + [122.828623, 45.912406], + [122.792898, 46.073313], + [123.04605, 46.099878], + [123.070071, 46.123527], + [123.112571, 46.130163], + [123.102716, 46.172037], + [123.127354, 46.174523], + [123.128585, 46.210565], + [123.178476, 46.248239], + [123.142136, 46.298293], + [123.089781, 46.347888], + [123.011557, 46.434984], + [123.010325, 46.524823], + [123.002318, 46.574624], + [123.052825, 46.579972], + [123.04605, 46.617803], + [123.077462, 46.622324], + [123.098404, 46.603002], + [123.18094, 46.614103], + [123.228368, 46.588198], + [123.279491, 46.616981], + [123.276411, 46.660947], + [123.318295, 46.662179], + [123.366338, 46.677784], + [123.474743, 46.686817], + [123.603475, 46.68928], + [123.631808, 46.728675], + [123.629344, 46.813524], + [123.580069, 46.827447], + [123.625648, 46.847508], + [123.599163, 46.868378], + [123.605322, 46.891286], + [123.576989, 46.891286], + [123.575757, 46.845461], + [123.562823, 46.82581], + [123.506772, 46.827038], + [123.483366, 46.84587], + [123.52833, 46.944836], + [123.487678, 46.959951], + [123.42362, 46.934212], + [123.337389, 46.988943], + [123.301664, 46.999965], + [123.304128, 46.964852], + [123.360179, 46.970978], + [123.404526, 46.935438], + [123.40699, 46.906416], + [123.374345, 46.837683], + [123.341084, 46.826628], + [123.295505, 46.865105], + [123.221592, 46.850373], + [123.22344, 46.821305], + [123.198802, 46.803283], + [123.163694, 46.74016], + [123.103332, 46.734828], + [123.076846, 46.745082], + [123.026339, 46.718829], + [123.00355, 46.730726], + [122.996774, 46.761483], + [122.906847, 46.80738], + [122.893913, 46.895376], + [122.895144, 46.960359], + [122.83971, 46.937072], + [122.791051, 46.941567], + [122.798442, 46.9575], + [122.77442, 46.973837], + [122.778116, 47.002822], + [122.845869, 47.046881], + [122.852645, 47.072158], + [122.821232, 47.065636], + [122.710363, 47.093349], + [122.679566, 47.094164], + [122.615508, 47.124306], + [122.582863, 47.158092], + [122.531124, 47.198771], + [122.498479, 47.255262], + [122.462755, 47.27841], + [122.441197, 47.310476], + [122.418407, 47.350632], + [122.507103, 47.401291], + [122.543443, 47.495589], + [122.59395, 47.54732], + [122.765181, 47.614333], + [122.848949, 47.67441], + [122.926557, 47.697777], + [123.041122, 47.746492], + [123.161846, 47.781892], + [123.214201, 47.824502], + [123.256085, 47.876711], + [123.300432, 47.953723], + [123.537569, 48.021816], + [123.579453, 48.045427], + [123.705105, 48.152142], + [123.746373, 48.197638], + [123.862785, 48.271782], + [124.019234, 48.39313], + [124.07898, 48.43603], + [124.136878, 48.463023], + [124.25945, 48.536385], + [124.314269, 48.503881], + [124.302566, 48.456673], + [124.330283, 48.435633], + [124.309957, 48.413393], + [124.331515, 48.380015], + [124.317964, 48.35099], + [124.353689, 48.315978], + [124.365392, 48.283731], + [124.422058, 48.245884], + [124.412819, 48.219175], + [124.418978, 48.181679], + [124.475029, 48.173698], + [124.471333, 48.133373], + [124.430065, 48.12099], + [124.415899, 48.08782], + [124.46579, 48.098213], + [124.478108, 48.123387], + [124.505826, 48.124985], + [124.529847, 48.146951], + [124.512601, 48.164518], + [124.547094, 48.200829], + [124.579122, 48.262221], + [124.558796, 48.268197], + [124.579738, 48.297269], + [124.540934, 48.335476], + [124.547094, 48.35775], + [124.51876, 48.378027], + [124.52492, 48.426897], + [124.507674, 48.445558], + [124.555717, 48.467784], + [124.533543, 48.515379], + [124.548941, 48.535593], + [124.520608, 48.556195], + [124.579122, 48.596582], + [124.601912, 48.632587], + [124.624702, 48.701755], + [124.612383, 48.747945], + [124.656115, 48.783842], + [124.644412, 48.80789], + [124.654267, 48.83429], + [124.697383, 48.841775], + [124.715861, 48.885475], + [124.709086, 48.920487], + [124.744194, 48.920487], + [124.756513, 48.967262], + [124.808252, 49.020666], + [124.828578, 49.077933], + [124.809484, 49.115943], + [124.847672, 49.129651], + [124.860607, 49.166448], + [124.906802, 49.184054], + [124.983179, 49.162535], + [125.039845, 49.17623], + [125.034302, 49.157056], + [125.117453, 49.126127], + [125.158721, 49.144921], + [125.187671, 49.186792], + [125.219699, 49.189139], + [125.227707, 49.248947], + [125.214772, 49.277066], + [125.261583, 49.322336], + [125.256656, 49.359769], + [125.277598, 49.379644], + [125.25604, 49.395227], + [125.256656, 49.437275], + [125.270822, 49.454395], + [125.228323, 49.487063], + [125.211076, 49.539908], + [125.233866, 49.536801], + [125.23017, 49.595411], + [125.205533, 49.593859], + [125.16796, 49.629923], + [125.15441, 49.616741], + [125.127308, 49.655113], + [125.132236, 49.672157], + [125.164881, 49.669446], + [125.189518, 49.652401], + [125.185207, 49.634574], + [125.219699, 49.669058], + [125.225243, 49.726349], + [125.204301, 49.734086], + [125.221547, 49.754969], + [125.222779, 49.799026], + [125.177815, 49.829533], + [125.239409, 49.844587], + [125.225243, 49.867351], + [125.245569, 49.87198], + [125.212924, 49.907452], + [125.225859, 49.922481], + [125.199373, 49.935194], + [125.190134, 49.959841], + [125.231402, 49.957531], + [125.241873, 49.987938], + [125.278214, 49.996402], + [125.297924, 50.014481], + [125.283757, 50.036012], + [125.25296, 50.041393], + [125.289916, 50.057917], + [125.315786, 50.04562], + [125.328105, 50.065985], + [125.283757, 50.070211], + [125.287453, 50.093636], + [125.258504, 50.103618], + [125.27883, 50.127411], + [125.311474, 50.140453], + [125.376148, 50.137385], + [125.335496, 50.161161], + [125.382923, 50.172278], + [125.39093, 50.199868], + [125.417416, 50.195654], + [125.448829, 50.216338], + [125.442053, 50.260357], + [125.466075, 50.266861], + [125.463611, 50.295925], + [125.530749, 50.331085], + [125.520278, 50.3498], + [125.546763, 50.358965], + [125.522126, 50.404759], + [125.536292, 50.420014], + [125.567089, 50.402852], + [125.583104, 50.409717], + [125.562162, 50.438314], + [125.580024, 50.449366], + [125.627451, 50.443268], + [125.654553, 50.471082], + [125.699516, 50.487078], + [125.740784, 50.523237], + [125.754335, 50.506874], + [125.770349, 50.531227], + [125.794987, 50.532748], + [125.829479, 50.56165], + [125.807921, 50.60383], + [125.814697, 50.62092], + [125.793139, 50.643316], + [125.804226, 50.658874], + [125.789443, 50.679735], + [125.825784, 50.70362], + [125.78082, 50.725598], + [125.795603, 50.738856], + [125.758646, 50.746809], + [125.804226, 50.773309], + [125.828863, 50.756654], + [125.846726, 50.769524], + [125.836255, 50.793363], + [125.890457, 50.805845], + [125.878138, 50.816812], + [125.913247, 50.825885], + [125.939732, 50.85423], + [125.961906, 50.901054], + [125.997631, 50.872738], + [125.996399, 50.906715], + [126.02042, 50.927466], + [126.042594, 50.92558], + [126.068464, 50.967434], + [126.041978, 50.981753], + [126.033971, 51.011132], + [126.059225, 51.043503], + [125.976073, 51.084498], + [125.993935, 51.119072], + [125.970529, 51.123955], + [125.946508, 51.108176], + [125.909551, 51.138977], + [125.864588, 51.146487], + [125.850421, 51.21364], + [125.819008, 51.227134], + [125.761726, 51.226385], + [125.76111, 51.261976], + [125.740784, 51.27583], + [125.700132, 51.327465], + [125.626219, 51.380163], + [125.623756, 51.387633], + [125.62314, 51.398089], + [125.600966, 51.410409], + [125.60035, 51.413396], + [125.595422, 51.416755], + [125.559082, 51.461521], + [125.528285, 51.488359], + [125.424807, 51.562827], + [125.38046, 51.585516], + [125.35151, 51.623801], + [125.316402, 51.610052], + [125.289301, 51.633831], + [125.228938, 51.640517], + [125.214772, 51.627888], + [125.175968, 51.639403], + [125.130388, 51.635317], + [125.12854, 51.659083], + [125.098975, 51.658341], + [125.060171, 51.59667], + [125.073106, 51.553526], + [125.047236, 51.529704], + [125.004737, 51.529332], + [124.983795, 51.508478], + [124.928976, 51.498419], + [124.917889, 51.474196], + [124.942527, 51.447349], + [124.885244, 51.40817], + [124.864302, 51.37979], + [124.783614, 51.392115], + [124.76452, 51.38726], + [124.752817, 51.35812], + [124.693687, 51.3327], + [124.62655, 51.327465], + [124.58713, 51.363725], + [124.555717, 51.375307], + [124.490427, 51.380537], + [124.478108, 51.36223], + [124.443616, 51.35812], + [124.426985, 51.331953], + [124.430065, 51.301281], + [124.406659, 51.272086], + [124.339522, 51.293422], + [124.297638, 51.298661], + [124.271769, 51.308389], + [124.239124, 51.344664], + [124.192313, 51.33943], + [124.128255, 51.347281], + [124.090067, 51.3413], + [124.071588, 51.320734], + [123.994596, 51.322604], + [123.939777, 51.313253], + [123.926227, 51.300532], + [123.887423, 51.320734], + [123.842459, 51.367462], + [123.794416, 51.361109], + [123.711264, 51.398089], + [123.660141, 51.342795], + [123.661989, 51.319237], + [123.582533, 51.306893], + [123.582533, 51.294545], + [123.46304, 51.286686], + [123.440251, 51.270963], + [123.414381, 51.278825], + [123.376809, 51.266844], + [123.339853, 51.27246], + [123.294273, 51.254111], + [123.231447, 51.268716], + [123.231447, 51.279199], + [123.127969, 51.297913], + [123.069455, 51.321108], + [123.002934, 51.31213], + [122.965977, 51.345786], + [122.965977, 51.386886], + [122.946267, 51.405183], + [122.903768, 51.415262], + [122.900072, 51.445112], + [122.871123, 51.455181], + [122.854492, 51.477551], + [122.880362, 51.511085], + [122.858804, 51.524864], + [122.880362, 51.537894], + [122.874202, 51.561339], + [122.832935, 51.581797], + [122.85634, 51.606707], + [122.820616, 51.633088], + [122.816304, 51.655371], + [122.778732, 51.698048], + [122.749167, 51.746613], + [122.771957, 51.779579], + [122.732536, 51.832495], + [122.725761, 51.87833], + [122.706051, 51.890151], + [122.729457, 51.919321], + [122.726377, 51.978709], + [122.683877, 51.974654], + [122.664783, 51.99861], + [122.650616, 52.058997], + [122.625363, 52.067459], + [122.643841, 52.111585], + [122.629059, 52.13657], + [122.690653, 52.140243], + [122.73808, 52.153464], + [122.769493, 52.179893], + [122.766413, 52.232705], + [122.787355, 52.252494], + [122.76087, 52.26678], + [122.710979, 52.256157], + [122.67895, 52.276667], + [122.585943, 52.266413], + [122.560689, 52.282526], + [122.478153, 52.29607], + [122.484313, 52.341432], + [122.447356, 52.394052], + [122.419023, 52.375057], + [122.378987, 52.395512], + [122.367284, 52.413768], + [122.342031, 52.414133], + [122.326016, 52.459374], + [122.310618, 52.475416], + [122.207756, 52.469218], + [122.178191, 52.48963], + [122.168952, 52.513674], + [122.140003, 52.510032], + [122.142467, 52.495096], + [122.107358, 52.452445], + [122.080873, 52.440407], + [122.091344, 52.427272], + [122.040837, 52.413038], + [122.035909, 52.377615], + [121.976779, 52.343626], + [121.94783, 52.298266], + [121.901018, 52.280695], + [121.841272, 52.282526], + [121.769207, 52.308147], + [121.714389, 52.318025], + [121.715621, 52.342894], + [121.658338, 52.3904], + [121.678664, 52.419973], + [121.63986, 52.44442], + [121.590585, 52.443326], + [121.565331, 52.460468], + [121.519136, 52.456821], + [121.495114, 52.484892], + [121.474172, 52.482706], + [121.416274, 52.499468], + [121.411963, 52.52205], + [121.353448, 52.534793], + [121.323883, 52.573727], + [121.280151, 52.586819], + [121.225333, 52.577364], + [121.182217, 52.59918], + [121.237036, 52.619167], + [121.29247, 52.651855], + [121.309717, 52.676173], + [121.373158, 52.683067], + [121.455078, 52.73528], + [121.476636, 52.772225], + [121.511129, 52.779104], + [121.537614, 52.801542], + [121.591201, 52.824693], + [121.620766, 52.853251], + [121.604136, 52.872401], + [121.610295, 52.892264], + [121.66265, 52.912478], + [121.677432, 52.948192], + [121.715621, 52.997926], + [121.785838, 53.018451], + [121.817867, 53.061631], + [121.775367, 53.089674], + [121.784606, 53.104408], + [121.753193, 53.147501], + [121.722396, 53.145706], + [121.665114, 53.170467], + [121.660186, 53.195213], + [121.67928, 53.199515], + [121.679896, 53.240722], + [121.642324, 53.262564], + [121.615222, 53.258984], + [121.575802, 53.29155], + [121.504969, 53.323018], + [121.499426, 53.337314], + [121.416274, 53.319443], + [121.336818, 53.325877], + [121.308485, 53.301565], + [121.227797, 53.280459], + [121.155732, 53.285468], + [121.129246, 53.277238], + [121.098449, 53.306929], + [121.055334, 53.29155], + [120.950624, 53.29763], + [120.936457, 53.28833], + [120.882871, 53.294411], + [120.867472, 53.278669], + [120.820661, 53.269007], + [120.838523, 53.239648], + [120.821893, 53.241797], + [120.736277, 53.204892], + [120.690698, 53.174771], + [120.687002, 53.142476], + [120.659901, 53.137091], + [120.643886, 53.106923], + [120.562582, 53.082845], + [120.529321, 53.045803], + [120.452945, 53.01017], + [120.411061, 52.957927], + [120.363018, 52.94134], + [120.350699, 52.906343], + [120.295265, 52.891542], + [120.297112, 52.869872], + [120.222584, 52.84277], + [120.181316, 52.806969], + [120.14128, 52.813119], + [120.101244, 52.788877], + [120.031642, 52.773674], + [120.071063, 52.70628], + [120.035338, 52.646409], + [120.049505, 52.598453], + [120.07599, 52.586092], + [120.125265, 52.586819], + [120.194866, 52.578819], + [120.289721, 52.623527], + [120.396895, 52.616261], + [120.462184, 52.64532], + [120.483742, 52.630066], + [120.56135, 52.595544], + [120.605082, 52.589364], + [120.62664, 52.570818], + [120.658669, 52.56718], + [120.690698, 52.547532], + [120.734429, 52.536977], + [120.687002, 52.511489], + [120.706712, 52.492909], + [120.68269, 52.464479], + [120.688234, 52.427637], + [120.64943, 52.3904], + [120.653741, 52.371038], + [120.62356, 52.361172], + [120.627256, 52.323878], + [120.653741, 52.302658], + [120.695625, 52.290214], + [120.715951, 52.261286], + [120.755371, 52.258355], + [120.745516, 52.20594], + [120.786784, 52.15787], + [120.760299, 52.136937], + [120.76769, 52.10938], + [120.753523, 52.085483], + [120.717183, 52.072978], + [120.690698, 52.047221], + [120.691929, 52.026973], + [120.717799, 52.015556], + [120.704864, 51.983501], + [120.66298, 51.958061], + [120.656821, 51.926333], + [120.548416, 51.907877], + [120.549032, 51.882394], + [120.481278, 51.885719], + [120.480046, 51.855049], + [120.40059, 51.833605], + [120.40675, 51.81659], + [120.363634, 51.789945], + [120.317438, 51.785873], + [120.294649, 51.752171], + [120.226279, 51.717703], + [120.172693, 51.679868], + [120.087077, 51.678013], + [120.100628, 51.649058], + [120.05936, 51.634203], + [120.035954, 51.583657], + [120.052584, 51.560967], + [120.017476, 51.52114], + [119.985447, 51.505125], + [119.982367, 51.482396], + [120.002693, 51.459283], + [119.982983, 51.445112], + [119.97128, 51.40033], + [119.910918, 51.390994], + [119.914614, 51.374187], + [119.946643, 51.360736], + [119.883817, 51.336813], + [119.885049, 51.302777], + [119.811136, 51.281071], + [119.828383, 51.263099], + [119.797586, 51.243622], + [119.821607, 51.21439], + [119.784035, 51.22601], + [119.760629, 51.212516], + [119.788346, 51.174636], + [119.771716, 51.124331], + [119.752622, 51.117193], + [119.764325, 51.092017], + [119.719361, 51.075099], + [119.726753, 51.051028], + [119.678093, 51.016404], + [119.630666, 51.00925], + [119.598637, 50.984767], + [119.569688, 50.933879], + [119.491464, 50.87878], + [119.498855, 50.827776], + [119.515485, 50.814165], + [119.496391, 50.771795], + [119.506862, 50.763846], + [119.450196, 50.695281], + [119.430486, 50.684286], + [119.385522, 50.682769], + [119.394145, 50.667219], + [119.361501, 50.632689], + [119.298059, 50.616743], + [119.281428, 50.601551], + [119.295595, 50.573814], + [119.264182, 50.536933], + [119.262334, 50.490124], + [119.250631, 50.448604], + [119.22353, 50.441363], + [119.217371, 50.414675], + [119.165016, 50.422683], + [119.125596, 50.389118], + [119.176719, 50.378814], + [119.155777, 50.364691], + [119.188422, 50.347509], + [119.232153, 50.365455], + [119.259871, 50.345218], + [119.277117, 50.366218], + [119.322696, 50.352474], + [119.358421, 50.358965], + [119.381827, 50.324208], + [119.35103, 50.303953], + [119.339943, 50.244668], + [119.319001, 50.220933], + [119.358421, 50.197953], + [119.339327, 50.192206], + [119.350414, 50.166145], + [119.309762, 50.161161], + [119.290052, 50.121655], + [119.236465, 50.075204], + [119.190269, 50.087877], + [119.193965, 50.069826], + [119.163168, 50.027554], + [119.12498, 50.019095], + [119.090487, 49.985629], + [118.982082, 49.979087], + [118.964836, 49.988708], + [118.791757, 49.955606], + [118.761576, 49.959456], + [118.739402, 49.946364], + [118.672264, 49.955991], + [118.605127, 49.926719], + [118.574946, 49.931342], + [118.531214, 49.887791], + [118.485019, 49.866194], + [118.483787, 49.830691], + [118.443751, 49.835709], + [118.385853, 49.827217], + [118.398787, 49.802502], + [118.384005, 49.783958], + [118.315636, 49.766953], + [118.284223, 49.743755], + [118.220781, 49.729831], + [118.211542, 49.690744], + [118.156723, 49.660149], + [118.129622, 49.669446], + [118.082811, 49.616741], + [118.011362, 49.614803], + [117.995963, 49.623332], + [117.950999, 49.596187], + [117.866, 49.591532], + [117.849369, 49.551557], + [117.809333, 49.521263], + [117.638102, 49.574847], + [117.485349, 49.633024], + [117.278394, 49.636512], + [117.068974, 49.695389], + [116.736367, 49.847674], + [116.717889, 49.847288], + [116.428397, 49.430659], + [116.048363, 48.873274], + [116.077928, 48.822471], + [116.069305, 48.811437], + [115.83032, 48.560156], + [115.799523, 48.514982], + [115.822929, 48.259432], + [115.81061, 48.257042], + [115.529126, 48.155336], + [115.545141, 48.134971], + [115.539597, 48.104607], + [115.580249, 47.921649], + [115.939342, 47.683275], + [115.968291, 47.689721], + [116.111189, 47.811642], + [116.130283, 47.823296], + [116.26579, 47.876711], + [116.453035, 47.837358], + [116.669846, 47.890758], + [116.791186, 47.89758], + [116.879265, 47.893968], + [117.094844, 47.8241], + [117.384335, 47.641356], + [117.493357, 47.758563], + [117.519226, 47.761782], + [117.529081, 47.782697], + [117.813645, 48.016212], + [117.886942, 48.025418], + [117.96147, 48.011007], + [118.052014, 48.01421], + [118.107448, 48.031021], + [118.124694, 48.047427], + [118.150564, 48.036224], + [118.238643, 48.041826], + [118.238027, 48.031422], + [118.284839, 48.011007], + [118.351976, 48.006203], + [118.37415, 48.016612], + [118.422193, 48.01461], + [118.441903, 47.995791], + [118.568171, 47.992187], + [118.773278, 47.771034], + [119.134219, 47.664335], + [119.152081, 47.540453], + [119.205052, 47.520249], + [119.365812, 47.47739], + [119.32208, 47.42721], + [119.365812, 47.423161], + [119.386138, 47.397645], + [119.437877, 47.378602], + [119.450812, 47.353065], + [119.559217, 47.303172], + [119.56784, 47.248357], + [119.627586, 47.247544], + [119.716282, 47.195518], + [119.763093, 47.13082], + [119.806825, 47.055037], + [119.79081, 47.04525], + [119.795122, 47.013024], + [119.845013, 46.964852], + [119.859795, 46.917046], + [119.926933, 46.903963], + [119.920157, 46.853238], + [119.936172, 46.790173], + [119.917078, 46.758203], + [119.93494, 46.712674], + [119.911534, 46.669572], + [119.859179, 46.669572], + [119.804361, 46.68189], + [119.8136, 46.66834], + [119.783419, 46.626023], + [119.739687, 46.615336], + [119.677477, 46.584908], + [119.682405, 46.605058], + [119.656535, 46.625612], + [119.598637, 46.618214], + [119.557985, 46.633832], + [119.491464, 46.629311], + [119.431718, 46.638763], + [119.374435, 46.603414], + [119.357805, 46.619447], + [119.325776, 46.608759], + [119.26295, 46.649034], + [119.20074, 46.648213], + [119.152081, 46.658072], + [119.123132, 46.642872], + [119.073857, 46.676552], + [119.011647, 46.745902], + [118.951285, 46.722111], + [118.912481, 46.733188], + [118.914329, 46.77501], + [118.845343, 46.771731], + [118.788061, 46.717598], + [118.788061, 46.687227], + [118.677192, 46.6979], + [118.639004, 46.721291], + [118.586033, 46.692975], + [118.446831, 46.704467], + [118.41049, 46.728265], + [118.316252, 46.73934], + [118.274984, 46.715957], + [118.238643, 46.709392], + [118.192448, 46.682711], + [118.124078, 46.678195], + [118.04647, 46.631366], + [117.992883, 46.631366], + [117.982412, 46.614925], + [117.914659, 46.607936], + [117.868464, 46.575447], + [117.870927, 46.549935], + [117.813645, 46.530588], + [117.769913, 46.537586], + [117.748355, 46.521941], + [117.704008, 46.516587], + [117.641182, 46.558166], + [117.622704, 46.596012], + [117.596218, 46.603414], + [117.49582, 46.600535], + [117.42006, 46.582029], + [117.447777, 46.528117], + [117.392343, 46.463023], + [117.375712, 46.416421], + [117.383719, 46.394962], + [117.372017, 46.36028], + [117.247597, 46.366888], + [117.097308, 46.356976], + [116.876801, 46.375559], + [116.834302, 46.384229], + [116.81336, 46.355737], + [116.745606, 46.327642], + [116.673541, 46.325163], + [116.585462, 46.292504], + [116.573143, 46.258998], + [116.536187, 46.23251], + [116.439484, 46.137628], + [116.414231, 46.133896], + [116.271949, 45.966926], + [116.243, 45.876169], + [116.288579, 45.839074], + [116.278108, 45.831152], + [116.286731, 45.775247], + [116.260862, 45.776082], + [116.22329, 45.747273], + [116.217746, 45.72221], + [116.17463, 45.688775], + [116.1155, 45.679577], + [116.035428, 45.685013], + [116.026805, 45.661177], + [115.936878, 45.632727], + [115.864197, 45.572853], + [115.699741, 45.45963], + [115.586408, 45.440317], + [115.36467, 45.392427], + [115.178041, 45.396209], + [114.983404, 45.379397], + [114.920578, 45.386122], + [114.745035, 45.438217], + [114.600906, 45.403773], + [114.551014, 45.387383], + [114.539928, 45.325985], + [114.519602, 45.283893], + [114.459855, 45.21353], + [114.409348, 45.179371], + [114.347139, 45.119436], + [114.313262, 45.107189], + [114.19069, 45.036607], + [114.158045, 44.994301], + [114.116777, 44.957045], + [114.065038, 44.931206], + [113.907358, 44.915104], + [113.861778, 44.863377], + [113.798953, 44.849377], + [113.712105, 44.788247], + [113.631417, 44.745333], + [113.540874, 44.759358], + [113.503918, 44.777628], + [113.11526, 44.799714], + [113.037652, 44.822641], + [112.937869, 44.840042], + [112.850406, 44.840466], + [112.712436, 44.879494], + [112.599719, 44.930783], + [112.540589, 45.001072], + [112.438959, 45.071697], + [112.396459, 45.064512], + [112.113743, 45.072965], + [112.071243, 45.096206], + [112.002874, 45.090713], + [111.903707, 45.052252], + [111.764505, 44.969325], + [111.69244, 44.859983], + [111.624687, 44.778477], + [111.585267, 44.705789], + [111.560629, 44.647062], + [111.569868, 44.57634], + [111.530448, 44.55033], + [111.514434, 44.507666], + [111.478709, 44.488884], + [111.427586, 44.394455], + [111.415883, 44.35724], + [111.428818, 44.319573], + [111.507042, 44.294305], + [111.534144, 44.26217], + [111.541535, 44.206855], + [111.559397, 44.171238], + [111.662875, 44.061247], + [111.702295, 44.034147], + [111.773128, 44.010479], + [111.870447, 43.940279], + [111.959758, 43.823382], + [111.970845, 43.748205], + [111.951135, 43.693275], + [111.891388, 43.6738], + [111.79407, 43.672068], + [111.606209, 43.513863], + [111.564325, 43.490422], + [111.456535, 43.494329], + [111.400485, 43.472618], + [111.354289, 43.436125], + [111.183674, 43.396132], + [111.151029, 43.38004], + [111.069725, 43.357852], + [111.02045, 43.329998], + [110.82027, 43.149067], + [110.769763, 43.099272], + [110.736502, 43.089657], + [110.687227, 43.036314], + [110.689691, 43.02144], + [110.631177, 42.936061], + [110.469801, 42.839156], + [110.437156, 42.781203], + [110.34846, 42.742098], + [110.139657, 42.674815], + [110.108244, 42.642687], + [109.906216, 42.635643], + [109.733753, 42.579262], + [109.683862, 42.558988], + [109.544044, 42.472528], + [109.486761, 42.458842], + [109.291509, 42.435879], + [109.026039, 42.458401], + [108.983539, 42.449128], + [108.845569, 42.395673], + [108.798757, 42.415116], + [108.705134, 42.413349], + [108.532671, 42.442945], + [108.298614, 42.438529], + [108.238252, 42.460167], + [108.089195, 42.436321], + [108.022058, 42.433229], + [107.986949, 42.413349], + [107.939522, 42.403628], + [107.736262, 42.415116], + [107.57427, 42.412907], + [107.501589, 42.456635], + [107.46648, 42.458842], + [107.303872, 42.412465], + [107.271844, 42.364285], + [107.051337, 42.319166], + [106.785867, 42.291281], + [106.612789, 42.241679], + [106.372572, 42.161436], + [106.344855, 42.149457], + [106.01348, 42.032213], + [105.74185, 41.949033], + [105.589713, 41.888471], + [105.385221, 41.797073], + [105.291599, 41.749763], + [105.230621, 41.751103], + [105.009498, 41.583007], + [104.923267, 41.654143], + [104.803775, 41.652355], + [104.68921, 41.6452], + [104.524138, 41.661745], + [104.530298, 41.875104], + [104.418813, 41.860397], + [104.30856, 41.840782], + [104.080046, 41.805104], + [103.868779, 41.802427], + [103.454868, 41.877332], + [103.418527, 41.882233], + [103.20726, 41.96283], + [103.021862, 42.028212], + [102.712045, 42.153007], + [102.621502, 42.154338], + [102.540814, 42.162323], + [102.449039, 42.144133], + [102.093642, 42.223512], + [102.070236, 42.232374], + [101.877447, 42.432345], + [101.803534, 42.503861], + [101.770274, 42.509597], + [101.557775, 42.529887], + [101.291689, 42.586312], + [100.862995, 42.671295], + [100.826655, 42.675255], + [100.32528, 42.690213], + [100.272309, 42.636523], + [100.004376, 42.648849], + [99.969267, 42.647969], + [99.51224, 42.568244], + [98.962822, 42.607018], + [98.546447, 42.638284], + [98.195362, 42.653251], + [97.831958, 42.706047], + [97.28254, 42.782081], + [97.172903, 42.795257] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 210000, + "name": "辽宁省", + "center": [123.429096, 41.796767], + "centroid": [122.604994, 41.299712], + "childrenNum": 14, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 5, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [123.534489, 39.788361], + [123.546808, 39.756163], + [123.579453, 39.781002], + [123.612714, 39.775023], + [123.642279, 39.796178], + [123.645358, 39.823761], + [123.674924, 39.826979], + [123.687858, 39.808132], + [123.795032, 39.822842], + [123.812278, 39.831115], + [123.95148, 39.817786], + [124.002603, 39.800316], + [124.103001, 39.823302], + [124.099306, 39.777323], + [124.151045, 39.74558], + [124.173218, 39.841225], + [124.214486, 39.865116], + [124.215102, 39.883487], + [124.21695, 39.894049], + [124.218182, 39.895885], + [124.219414, 39.899099], + [124.241588, 39.928477], + [124.286551, 39.931689], + [124.288399, 39.962888], + [124.349377, 39.989029], + [124.372167, 40.021576], + [124.336442, 40.049985], + [124.346913, 40.079756], + [124.428217, 40.144291], + [124.457782, 40.177679], + [124.490427, 40.18408], + [124.513833, 40.218362], + [124.515065, 40.22019], + [124.62655, 40.291896], + [124.722636, 40.321561], + [124.739267, 40.371733], + [124.834121, 40.423235], + [124.913578, 40.481981], + [124.945606, 40.45603], + [124.985642, 40.475153], + [125.044157, 40.466503], + [125.042925, 40.483802], + [125.004737, 40.496091], + [125.015823, 40.533853], + [125.076801, 40.562048], + [125.113758, 40.569322], + [125.181511, 40.611132], + [125.262815, 40.620218], + [125.279445, 40.655187], + [125.305315, 40.661089], + [125.329337, 40.643835], + [125.375532, 40.658365], + [125.422343, 40.635661], + [125.418648, 40.673345], + [125.453756, 40.676522], + [125.459916, 40.707379], + [125.49564, 40.728697], + [125.544915, 40.729605], + [125.551075, 40.761796], + [125.585567, 40.788535], + [125.61698, 40.763609], + [125.685349, 40.769048], + [125.67611, 40.788082], + [125.641002, 40.798503], + [125.648393, 40.826133], + [125.707523, 40.866877], + [125.687813, 40.897645], + [125.652089, 40.91619], + [125.584335, 40.891764], + [125.589263, 40.931112], + [125.635458, 40.94151], + [125.650241, 40.970888], + [125.674879, 40.974503], + [125.684118, 41.021929], + [125.726617, 41.055332], + [125.739552, 41.08917], + [125.712451, 41.095485], + [125.734009, 41.125695], + [125.759878, 41.132908], + [125.791291, 41.167607], + [125.73832, 41.178418], + [125.758646, 41.232449], + [125.749407, 41.245499], + [125.695205, 41.244599], + [125.685349, 41.273842], + [125.646545, 41.264396], + [125.642234, 41.296327], + [125.62006, 41.318355], + [125.637306, 41.34442], + [125.610205, 41.365084], + [125.589879, 41.359245], + [125.581256, 41.396517], + [125.547995, 41.401006], + [125.534444, 41.428833], + [125.533212, 41.479069], + [125.493176, 41.509103], + [125.507343, 41.534195], + [125.479626, 41.544946], + [125.450061, 41.597777], + [125.461148, 41.642516], + [125.446981, 41.67605], + [125.412488, 41.691246], + [125.344119, 41.672474], + [125.317018, 41.676944], + [125.332416, 41.711354], + [125.336112, 41.768067], + [125.336112, 41.768067], + [125.323177, 41.771191], + [125.323177, 41.771191], + [125.319482, 41.776993], + [125.319482, 41.776993], + [125.294844, 41.822945], + [125.307779, 41.924548], + [125.35151, 41.92811], + [125.291764, 41.958825], + [125.29854, 41.974399], + [125.369989, 42.002868], + [125.363213, 42.017097], + [125.416184, 42.063766], + [125.414336, 42.101964], + [125.446365, 42.098411], + [125.490097, 42.136145], + [125.458068, 42.160105], + [125.458068, 42.160105], + [125.41372, 42.156112], + [125.368141, 42.182726], + [125.357054, 42.145464], + [125.305931, 42.146351], + [125.312706, 42.197359], + [125.280677, 42.175187], + [125.312706, 42.219966], + [125.27575, 42.231045], + [125.27575, 42.266928], + [125.299156, 42.289953], + [125.264047, 42.312528], + [125.224011, 42.30102], + [125.175352, 42.308102], + [125.167345, 42.351903], + [125.203685, 42.366938], + [125.185823, 42.38197], + [125.186439, 42.427928], + [125.140243, 42.44692], + [125.150098, 42.458842], + [125.105135, 42.490624], + [125.068794, 42.499449], + [125.090968, 42.515773], + [125.066946, 42.534738], + [125.089736, 42.567803], + [125.082961, 42.591159], + [125.097127, 42.622433], + [125.038613, 42.615387], + [125.010896, 42.63212], + [125.014592, 42.666014], + [124.99057, 42.677455], + [124.968396, 42.722756], + [124.996729, 42.745174], + [124.975171, 42.802722], + [124.92836, 42.819844], + [124.897563, 42.787791], + [124.874157, 42.789987], + [124.856911, 42.824234], + [124.84952, 42.882585], + [124.87231, 42.962344], + [124.869846, 42.988178], + [124.840897, 43.032377], + [124.88894, 43.074796], + [124.882781, 43.13422], + [124.785462, 43.117185], + [124.755281, 43.074359], + [124.719557, 43.069987], + [124.686912, 43.051185], + [124.677673, 43.002185], + [124.658579, 42.972854], + [124.635173, 42.972854], + [124.632093, 42.949642], + [124.607456, 42.937376], + [124.586514, 42.905384], + [124.466406, 42.847054], + [124.435609, 42.880831], + [124.371551, 42.880831], + [124.38079, 42.912835], + [124.431913, 42.930803], + [124.442384, 42.958841], + [124.42329, 42.975482], + [124.369703, 42.972854], + [124.333363, 42.997371], + [124.425754, 43.076107], + [124.366007, 43.121554], + [124.273617, 43.17875], + [124.287167, 43.207983], + [124.27608, 43.233278], + [124.228653, 43.235022], + [124.215102, 43.255947], + [124.168291, 43.244177], + [124.114088, 43.247229], + [124.117168, 43.2773], + [124.099306, 43.292983], + [124.032784, 43.280786], + [123.964415, 43.34088], + [123.896046, 43.361333], + [123.881263, 43.392218], + [123.881263, 43.392218], + [123.852314, 43.406133], + [123.857858, 43.459153], + [123.857858, 43.459153], + [123.79688, 43.489988], + [123.747604, 43.472184], + [123.749452, 43.439167], + [123.710032, 43.417001], + [123.703873, 43.37047], + [123.698329, 43.272071], + [123.664453, 43.264663], + [123.676771, 43.223684], + [123.645974, 43.208855], + [123.666916, 43.179623], + [123.636119, 43.141644], + [123.631192, 43.088346], + [123.580685, 43.036314], + [123.572678, 43.003498], + [123.536337, 43.007], + [123.474743, 43.042438], + [123.434707, 43.027565], + [123.323222, 43.000872], + [123.259165, 42.993431], + [123.18402, 42.925983], + [123.188947, 42.895739], + [123.169853, 42.859777], + [123.227752, 42.831695], + [123.118114, 42.801405], + [123.058368, 42.768903], + [122.980144, 42.777689], + [122.945651, 42.753524], + [122.925941, 42.772417], + [122.887137, 42.770221], + [122.883442, 42.751766], + [122.883442, 42.751766], + [122.848949, 42.712203], + [122.848949, 42.712203], + [122.786123, 42.757479], + [122.73808, 42.77066], + [122.733152, 42.786034], + [122.653696, 42.78252], + [122.624747, 42.773296], + [122.580399, 42.789987], + [122.576088, 42.819405], + [122.556378, 42.827745], + [122.436886, 42.843105], + [122.35127, 42.830378], + [122.371596, 42.776371], + [122.439349, 42.770221], + [122.460907, 42.755282], + [122.396234, 42.707366], + [122.396234, 42.684054], + [122.338951, 42.669975], + [122.324785, 42.684934], + [122.261343, 42.695931], + [122.204676, 42.732867], + [122.204676, 42.685374], + [122.160945, 42.684934], + [122.072865, 42.710444], + [122.062394, 42.723635], + [122.018663, 42.69901], + [121.939207, 42.688453], + [121.94167, 42.666014], + [121.915801, 42.656332], + [121.921344, 42.605697], + [121.889931, 42.556784], + [121.844352, 42.522389], + [121.831417, 42.533856], + [121.817867, 42.504303], + [121.803084, 42.514891], + [121.747649, 42.484887], + [121.69899, 42.438529], + [121.66573, 42.437204], + [121.604136, 42.495037], + [121.607831, 42.516214], + [121.570875, 42.487093], + [121.506201, 42.482239], + [121.4791, 42.49636], + [121.434752, 42.475176], + [121.386093, 42.474294], + [121.304789, 42.435879], + [121.314644, 42.42837], + [121.285079, 42.387717], + [121.218558, 42.371802], + [121.184681, 42.333324], + [121.133558, 42.300135], + [121.120623, 42.280656], + [121.087978, 42.278885], + [121.070732, 42.254083], + [121.028848, 42.242565], + [120.992508, 42.264714], + [120.933994, 42.27977], + [120.883487, 42.269585], + [120.883487, 42.269585], + [120.883487, 42.242565], + [120.8299, 42.252755], + [120.820661, 42.227943], + [120.79048, 42.218636], + [120.745516, 42.223512], + [120.72211, 42.203565], + [120.624792, 42.154338], + [120.58414, 42.167203], + [120.56751, 42.152119], + [120.466496, 42.105516], + [120.493597, 42.073539], + [120.450481, 42.057101], + [120.456641, 42.016208], + [120.399358, 41.984631], + [120.373489, 41.994862], + [120.309431, 41.951704], + [120.318054, 41.93746], + [120.271859, 41.925439], + [120.260156, 41.904062], + [120.290337, 41.897381], + [120.286641, 41.880005], + [120.251533, 41.884016], + [120.215808, 41.853265], + [120.188707, 41.848361], + [120.183164, 41.826513], + [120.127113, 41.77253], + [120.1382, 41.729221], + [120.096316, 41.697056], + [120.035954, 41.708226], + [120.024867, 41.737707], + [120.050737, 41.776101], + [120.041498, 41.818932], + [120.023019, 41.816701], + [119.989759, 41.899163], + [119.954034, 41.923212], + [119.950954, 41.974399], + [119.924469, 41.98908], + [119.921389, 42.014429], + [119.897368, 42.030879], + [119.87581, 42.077982], + [119.845629, 42.097079], + [119.837622, 42.135257], + [119.854868, 42.170308], + [119.841933, 42.215534], + [119.744615, 42.211545], + [119.679941, 42.240793], + [119.617115, 42.252755], + [119.609108, 42.276671], + [119.557985, 42.289068], + [119.557985, 42.289068], + [119.539507, 42.297922], + [119.571536, 42.335536], + [119.572152, 42.359421], + [119.540123, 42.363401], + [119.502551, 42.388159], + [119.482841, 42.347037], + [119.432949, 42.317396], + [119.34795, 42.300578], + [119.280197, 42.260728], + [119.274037, 42.239021], + [119.237697, 42.200905], + [119.277733, 42.185387], + [119.286972, 42.154781], + [119.30853, 42.147239], + [119.314689, 42.119723], + [119.352261, 42.118391], + [119.384906, 42.08953], + [119.375667, 42.023322], + [119.324544, 41.969505], + [119.323928, 41.937014], + [119.340559, 41.926774], + [119.323312, 41.889807], + [119.334399, 41.871539], + [119.312841, 41.80555], + [119.292515, 41.790827], + [119.317769, 41.764049], + [119.319001, 41.727435], + [119.299907, 41.705545], + [119.307914, 41.657273], + [119.342406, 41.617914], + [119.415703, 41.590169], + [119.420015, 41.567785], + [119.362116, 41.566442], + [119.361501, 41.545841], + [119.406464, 41.503276], + [119.401537, 41.472343], + [119.378131, 41.459787], + [119.376283, 41.422102], + [119.309762, 41.405944], + [119.330704, 41.385293], + [119.296211, 41.325097], + [119.239545, 41.31431], + [119.2494, 41.279689], + [119.209364, 41.244599], + [119.204436, 41.222546], + [119.169943, 41.222996], + [119.189038, 41.198234], + [119.126212, 41.138767], + [119.081248, 41.131555], + [119.080632, 41.095936], + [119.037516, 41.067516], + [118.964836, 41.079246], + [118.937118, 41.052625], + [118.951901, 41.018317], + [119.013495, 41.007479], + [119.00056, 40.967273], + [118.977154, 40.959138], + [118.977154, 40.959138], + [118.916792, 40.969984], + [118.90201, 40.960946], + [118.873061, 40.847866], + [118.845959, 40.822057], + [118.878604, 40.783098], + [118.907553, 40.775394], + [118.895234, 40.75409], + [118.950053, 40.747743], + [118.96114, 40.72008], + [119.011031, 40.687414], + [119.028277, 40.692406], + [119.054763, 40.664721], + [119.115125, 40.666536], + [119.165632, 40.69286], + [119.184726, 40.680153], + [119.14469, 40.632482], + [119.162552, 40.600228], + [119.177951, 40.609315], + [119.230921, 40.603863], + [119.22045, 40.569322], + [119.256175, 40.543404], + [119.30237, 40.530215], + [119.429254, 40.540221], + [119.477913, 40.533399], + [119.503783, 40.553864], + [119.559217, 40.547952], + [119.572152, 40.523846], + [119.553674, 40.502007], + [119.604797, 40.455119], + [119.586934, 40.375381], + [119.598021, 40.334335], + [119.651608, 40.271808], + [119.639289, 40.231613], + [119.639289, 40.231613], + [119.671934, 40.23938], + [119.716898, 40.195966], + [119.745847, 40.207851], + [119.760629, 40.136056], + [119.736608, 40.104936], + [119.772332, 40.08113], + [119.783419, 40.046778], + [119.783419, 40.046778], + [119.787115, 40.041739], + [119.787115, 40.041739], + [119.81668, 40.050443], + [119.81668, 40.050443], + [119.854252, 40.033033], + [119.845629, 40.000949], + [119.845629, 40.000949], + [119.854252, 39.98857], + [119.91831, 39.989946], + [119.941715, 40.009659], + [119.947259, 40.040364], + [120.092005, 40.077466], + [120.134504, 40.074719], + [120.161606, 40.096239], + [120.273091, 40.127362], + [120.371641, 40.174478], + [120.451097, 40.177679], + [120.491749, 40.20008], + [120.523778, 40.256737], + [120.52193, 40.304676], + [120.537329, 40.325211], + [120.602618, 40.36079], + [120.596459, 40.399084], + [120.617401, 40.41959], + [120.616169, 40.444645], + [120.619249, 40.460128], + [120.666676, 40.467413], + [120.693777, 40.505647], + [120.72211, 40.515657], + [120.72827, 40.539311], + [120.822509, 40.59432], + [120.837291, 40.644289], + [120.8299, 40.671076], + [120.861313, 40.684692], + [120.939537, 40.686507], + [120.983269, 40.712822], + [121.032544, 40.709193], + [121.028848, 40.746382], + [120.991276, 40.744115], + [120.980189, 40.766329], + [120.994356, 40.790801], + [120.971566, 40.805751], + [121.00729, 40.807563], + [121.010986, 40.784457], + [121.086747, 40.79805], + [121.076892, 40.815716], + [121.096602, 40.839717], + [121.126167, 40.86914], + [121.177906, 40.873665], + [121.23642, 40.851035], + [121.290622, 40.851488], + [121.439064, 40.830208], + [121.440296, 40.88181], + [121.499426, 40.880001], + [121.526527, 40.85194], + [121.55486, 40.849677], + [121.553013, 40.817528], + [121.576418, 40.837906], + [121.626309, 40.844244], + [121.682976, 40.829755], + [121.732251, 40.846961], + [121.735331, 40.862351], + [121.778446, 40.886787], + [121.816019, 40.894931], + [121.84312, 40.831567], + [121.883772, 40.802127], + [121.934279, 40.79805], + [121.936127, 40.711462], + [121.951525, 40.680607], + [122.025438, 40.674253], + [122.06609, 40.64883], + [122.122141, 40.657457], + [122.148626, 40.671983], + [122.133843, 40.614313], + [122.150474, 40.588413], + [122.245944, 40.519752], + [122.231162, 40.505192], + [122.265038, 40.48016], + [122.221923, 40.481071], + [122.240401, 40.461039], + [122.250872, 40.445555], + [122.229314, 40.424146], + [122.186814, 40.422779], + [122.198517, 40.382219], + [122.152322, 40.357597], + [122.135691, 40.374925], + [122.111054, 40.348932], + [122.138155, 40.338897], + [122.110438, 40.315629], + [122.079641, 40.332967], + [122.040221, 40.322017], + [122.039605, 40.260391], + [122.02667, 40.244862], + [121.940438, 40.242121], + [121.950293, 40.204194], + [121.98109, 40.173106], + [122.003264, 40.172191], + [121.995257, 40.128277], + [121.956453, 40.133311], + [121.910257, 40.072887], + [121.824642, 40.025701], + [121.796309, 39.999116], + [121.779062, 39.942702], + [121.76428, 39.933525], + [121.699606, 39.937196], + [121.626925, 39.882569], + [121.572107, 39.865116], + [121.541926, 39.874302], + [121.530223, 39.851334], + [121.472325, 39.802155], + [121.487107, 39.760303], + [121.45939, 39.747881], + [121.502506, 39.703233], + [121.482796, 39.659478], + [121.451999, 39.658095], + [121.450151, 39.624914], + [121.325731, 39.601402], + [121.299246, 39.606013], + [121.263521, 39.589873], + [121.226565, 39.554814], + [121.224717, 39.519275], + [121.268449, 39.482794], + [121.286927, 39.507271], + [121.301709, 39.476327], + [121.245659, 39.456923], + [121.270296, 39.434277], + [121.246891, 39.421334], + [121.245659, 39.389427], + [121.270296, 39.374162], + [121.307869, 39.391277], + [121.324499, 39.371386], + [121.35468, 39.377863], + [121.432904, 39.357506], + [121.435984, 39.329736], + [121.466781, 39.320014], + [121.474788, 39.296398], + [121.508665, 39.29223], + [121.51544, 39.286672], + [121.562252, 39.322792], + [121.621382, 39.326033], + [121.72486, 39.364447], + [121.711925, 39.33992], + [121.7187, 39.320477], + [121.667577, 39.310754], + [121.672505, 39.275554], + [121.623846, 39.285745], + [121.589353, 39.263044], + [121.631237, 39.22643], + [121.591201, 39.228748], + [121.586889, 39.193506], + [121.604136, 39.166136], + [121.639244, 39.166136], + [121.68236, 39.117863], + [121.631853, 39.077921], + [121.605983, 39.080708], + [121.642324, 39.11972], + [121.590585, 39.154999], + [121.562252, 39.127149], + [121.599208, 39.098824], + [121.581962, 39.075598], + [121.508049, 39.034237], + [121.431057, 39.027263], + [121.370695, 39.060264], + [121.317108, 39.012384], + [121.341129, 38.980757], + [121.275224, 38.971917], + [121.204391, 38.941202], + [121.180369, 38.959819], + [121.128014, 38.958888], + [121.08921, 38.922115], + [121.094138, 38.894173], + [121.129862, 38.879266], + [121.110768, 38.862026], + [121.12863, 38.799089], + [121.112, 38.776231], + [121.13787, 38.723023], + [121.198848, 38.721623], + [121.259825, 38.786495], + [121.280767, 38.786961], + [121.288775, 38.78976], + [121.315876, 38.793958], + [121.359608, 38.822406], + [121.399028, 38.812613], + [121.509897, 38.817743], + [121.564715, 38.874607], + [121.618302, 38.862492], + [121.675585, 38.86156], + [121.708845, 38.872744], + [121.719316, 38.920252], + [121.655874, 38.946788], + [121.618918, 38.950046], + [121.66265, 38.966333], + [121.671273, 39.010059], + [121.73841, 38.998898], + [121.756889, 39.025869], + [121.790149, 39.022614], + [121.804932, 38.970986], + [121.863446, 38.942598], + [121.920728, 38.969591], + [121.905946, 38.997503], + [121.852975, 39.035631], + [121.8887, 39.027263], + [121.929352, 39.024939], + [121.907178, 39.055617], + [121.923192, 39.053758], + [121.963228, 39.030053], + [122.013735, 39.073275], + [122.061778, 39.060264], + [122.071634, 39.074204], + [122.048228, 39.101146], + [122.088264, 39.112291], + [122.127684, 39.144788], + [122.167104, 39.158711], + [122.123988, 39.172631], + [122.117213, 39.213911], + [122.160329, 39.238019], + [122.242865, 39.267678], + [122.274893, 39.322329], + [122.30877, 39.346399], + [122.366053, 39.370461], + [122.412864, 39.411625], + [122.455364, 39.408388], + [122.467682, 39.403301], + [122.51203, 39.413474], + [122.532972, 39.419947], + [122.581631, 39.464316], + [122.637066, 39.488799], + [122.649385, 39.516505], + [122.682645, 39.514658], + [122.808913, 39.559889], + [122.847101, 39.581571], + [122.860652, 39.604629], + [122.941956, 39.604629], + [122.972753, 39.594946], + [122.978912, 39.616156], + [123.021412, 39.64335], + [123.010941, 39.655331], + [123.103332, 39.676983], + [123.146448, 39.647037], + [123.166774, 39.674219], + [123.212969, 39.665928], + [123.215433, 39.696786], + [123.253005, 39.689879], + [123.286882, 39.704154], + [123.270251, 39.714743], + [123.274563, 39.753862], + [123.350939, 39.750641], + [123.388512, 39.74742], + [123.392823, 39.723949], + [123.477823, 39.74696], + [123.521555, 39.772724], + [123.534489, 39.788361] + ] + ], + [ + [ + [122.63953, 39.286209], + [122.593334, 39.278334], + [122.539131, 39.308439], + [122.50895, 39.290377], + [122.57732, 39.269994], + [122.67895, 39.268605], + [122.673406, 39.269531], + [122.662935, 39.273701], + [122.655544, 39.277407], + [122.640761, 39.288061], + [122.63953, 39.286209] + ] + ], + [ + [ + [122.318625, 39.170775], + [122.345111, 39.144788], + [122.366053, 39.174951], + [122.398697, 39.16196], + [122.383299, 39.190723], + [122.393154, 39.213448], + [122.343263, 39.203246], + [122.322321, 39.177271], + [122.322937, 39.174487], + [122.319241, 39.172167], + [122.318625, 39.170775] + ] + ], + [ + [ + [122.691884, 39.23292], + [122.696812, 39.206492], + [122.751631, 39.229675], + [122.740544, 39.248679], + [122.635834, 39.241727], + [122.628443, 39.231993], + [122.690037, 39.234774], + [122.691268, 39.23431], + [122.691884, 39.23292] + ] + ], + [ + [ + [122.738696, 39.034701], + [122.704819, 39.044463], + [122.733152, 39.014244], + [122.75779, 39.009594], + [122.739312, 39.036561], + [122.738696, 39.034701] + ] + ], + [ + [ + [123.022644, 39.546507], + [122.96105, 39.551122], + [122.945035, 39.520198], + [122.995542, 39.495264], + [123.036194, 39.533123], + [123.022644, 39.546507] + ] + ], + [ + [ + [122.503407, 39.241263], + [122.502175, 39.224112], + [122.547755, 39.229211], + [122.503407, 39.241263] + ] + ], + [ + [ + [120.786784, 40.473787], + [120.83298, 40.491995], + [120.8299, 40.516112], + [120.805262, 40.525666], + [120.774465, 40.48016], + [120.786784, 40.473787] + ] + ], + [ + [ + [123.086702, 39.426881], + [123.090397, 39.450915], + [123.054057, 39.457847], + [123.086702, 39.426881] + ] + ], + [ + [ + [123.160614, 39.025404], + [123.205578, 39.057011], + [123.20065, 39.077921], + [123.145832, 39.091857], + [123.143984, 39.038885], + [123.160614, 39.025404] + ] + ], + [ + [ + [123.716807, 39.74512], + [123.756843, 39.754322], + [123.719887, 39.763063], + [123.716807, 39.74512] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 220000, + "name": "吉林省", + "center": [125.3245, 43.886841], + "centroid": [126.171208, 43.703954], + "childrenNum": 9, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 6, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [129.601492, 42.415116], + [129.601492, 42.422627], + [129.591021, 42.447803], + [129.627361, 42.462816], + [129.651999, 42.426603], + [129.704354, 42.427045], + [129.748701, 42.471204], + [129.738846, 42.500332], + [129.749933, 42.546644], + [129.746237, 42.58455], + [129.786889, 42.615387], + [129.754245, 42.645768], + [129.796744, 42.681854], + [129.767179, 42.707806], + [129.78381, 42.762752], + [129.810911, 42.795257], + [129.816454, 42.851003], + [129.835549, 42.866796], + [129.846636, 42.918533], + [129.874969, 42.923792], + [129.856491, 42.951833], + [129.868193, 42.97373], + [129.903918, 42.968475], + [129.897143, 43.001748], + [129.954425, 43.010938], + [129.963664, 42.978547], + [130.002468, 42.981174], + [130.027106, 42.9676], + [130.072685, 42.971541], + [130.10841, 42.989929], + [130.144134, 42.976357], + [130.120729, 42.954461], + [130.127504, 42.932556], + [130.10225, 42.922916], + [130.136127, 42.90363], + [130.17062, 42.912397], + [130.21004, 42.902315], + [130.258083, 42.90626], + [130.277793, 42.892232], + [130.258083, 42.860655], + [130.245148, 42.799209], + [130.242069, 42.738582], + [130.257467, 42.710884], + [130.290112, 42.702968], + [130.333228, 42.64973], + [130.373264, 42.630799], + [130.388046, 42.603054], + [130.420691, 42.617148], + [130.44656, 42.607459], + [130.423771, 42.574855], + [130.435474, 42.553257], + [130.476125, 42.570007], + [130.459495, 42.588075], + [130.482285, 42.626837], + [130.522937, 42.622433], + [130.520473, 42.593362], + [130.558661, 42.495919], + [130.585763, 42.485328], + [130.581451, 42.435437], + [130.645509, 42.426603], + [130.600545, 42.450453], + [130.599929, 42.486211], + [130.565437, 42.506509], + [130.570364, 42.557224], + [130.622719, 42.573092], + [130.633806, 42.603494], + [130.592538, 42.671295], + [130.521089, 42.702089], + [130.464423, 42.688453], + [130.425003, 42.706926], + [130.40714, 42.731548], + [130.46627, 42.772417], + [130.532792, 42.787352], + [130.562357, 42.815015], + [130.603625, 42.819405], + [130.665835, 42.847932], + [130.708335, 42.846615], + [130.719422, 42.831695], + [130.75453, 42.845738], + [130.784095, 42.842227], + [130.801957, 42.879515], + [130.845073, 42.881269], + [130.890653, 42.852758], + [130.912826, 42.870744], + [130.949783, 42.876884], + [130.981812, 42.857145], + [131.043406, 42.862848], + [131.017536, 42.915027], + [131.034167, 42.929051], + [131.114855, 42.915027], + [131.145652, 42.9365], + [131.151195, 42.968475], + [131.115471, 42.975482], + [131.11855, 43.007875], + [131.102536, 43.021002], + [131.120398, 43.068238], + [131.171521, 43.06955], + [131.173985, 43.111506], + [131.207861, 43.1316], + [131.218948, 43.191405], + [131.201086, 43.203185], + [131.206014, 43.237202], + [131.255289, 43.265099], + [131.269455, 43.297775], + [131.275615, 43.369165], + [131.314419, 43.392653], + [131.295941, 43.441774], + [131.314419, 43.461325], + [131.31873, 43.499539], + [131.304564, 43.502144], + [131.294093, 43.470012], + [131.234963, 43.475224], + [131.201086, 43.442209], + [131.175217, 43.444816], + [131.142572, 43.425695], + [131.026775, 43.508655], + [130.959638, 43.48608], + [130.907283, 43.434387], + [130.864167, 43.437863], + [130.841378, 43.454374], + [130.822899, 43.503446], + [130.776704, 43.52341], + [130.727429, 43.560284], + [130.671378, 43.565054], + [130.665835, 43.583698], + [130.623335, 43.589767], + [130.630726, 43.622268], + [130.57098, 43.626167], + [130.57098, 43.626167], + [130.501995, 43.636563], + [130.488444, 43.65605], + [130.437937, 43.646091], + [130.412684, 43.652586], + [130.394206, 43.703227], + [130.423155, 43.745179], + [130.382503, 43.777164], + [130.381887, 43.817768], + [130.362793, 43.844967], + [130.386198, 43.85403], + [130.368336, 43.894151], + [130.381887, 43.910106], + [130.338155, 43.963975], + [130.364025, 43.992399], + [130.365256, 44.044042], + [130.319061, 44.03974], + [130.307358, 44.002731], + [130.27225, 43.981634], + [130.262395, 43.949328], + [130.208192, 43.948466], + [130.153373, 43.915711], + [130.143518, 43.878624], + [130.116417, 43.878192], + [130.110873, 43.852735], + [130.079461, 43.835039], + [130.027722, 43.851872], + [130.009243, 43.889407], + [130.022794, 43.917866], + [130.017867, 43.961821], + [129.979062, 44.015644], + [129.951345, 44.027263], + [129.907614, 44.023821], + [129.881128, 44.000148], + [129.868193, 44.012631], + [129.802904, 43.964837], + [129.780114, 43.892857], + [129.739462, 43.895876], + [129.743158, 43.876035], + [129.699426, 43.8838], + [129.650767, 43.873016], + [129.529427, 43.870427], + [129.467833, 43.874741], + [129.449971, 43.850578], + [129.417942, 43.843672], + [129.406855, 43.819496], + [129.348341, 43.798333], + [129.30892, 43.812155], + [129.289826, 43.797038], + [129.254718, 43.819496], + [129.211602, 43.784509], + [129.232544, 43.709284], + [129.214066, 43.695006], + [129.217146, 43.648689], + [129.232544, 43.635263], + [129.23008, 43.593234], + [129.169102, 43.561585], + [129.145081, 43.570258], + [129.093958, 43.547706], + [129.037907, 43.540332], + [129.013886, 43.522976], + [128.962763, 43.53903], + [128.949828, 43.553779], + [128.878379, 43.539898], + [128.834647, 43.587599], + [128.821097, 43.637429], + [128.78722, 43.686784], + [128.768126, 43.732207], + [128.729322, 43.736964], + [128.760119, 43.755554], + [128.739177, 43.806972], + [128.719467, 43.816905], + [128.760734, 43.857482], + [128.729938, 43.889838], + [128.696061, 43.903207], + [128.636315, 43.891132], + [128.64001, 43.948035], + [128.610445, 43.960529], + [128.584576, 43.990246], + [128.574721, 44.047914], + [128.529141, 44.112401], + [128.471859, 44.157501], + [128.450301, 44.203423], + [128.471859, 44.247596], + [128.453997, 44.257884], + [128.472475, 44.320001], + [128.446605, 44.339694], + [128.475555, 44.346114], + [128.481714, 44.375637], + [128.457076, 44.409848], + [128.463236, 44.431647], + [128.427511, 44.473512], + [128.397946, 44.483761], + [128.372693, 44.514495], + [128.295084, 44.480772], + [128.293237, 44.467961], + [128.228563, 44.445748], + [128.211317, 44.431647], + [128.172512, 44.34697], + [128.137404, 44.357668], + [128.094904, 44.354673], + [128.074578, 44.370075], + [128.049941, 44.349965], + [128.065339, 44.307155], + [128.101679, 44.293449], + [128.064107, 44.251454], + [128.104143, 44.230017], + [128.09244, 44.181539], + [128.060411, 44.168663], + [128.088129, 44.158359], + [128.091208, 44.133022], + [128.042549, 44.103807], + [127.950158, 44.088334], + [127.912586, 44.064687], + [127.862695, 44.062967], + [127.846065, 44.081886], + [127.808492, 44.086615], + [127.783239, 44.071997], + [127.729036, 44.09908], + [127.735811, 44.11412], + [127.712406, 44.199133], + [127.681609, 44.166946], + [127.641573, 44.193555], + [127.626174, 44.187977], + [127.59045, 44.227872], + [127.623711, 44.278025], + [127.579363, 44.310581], + [127.486356, 44.410275], + [127.50853, 44.437202], + [127.463566, 44.484615], + [127.465414, 44.516628], + [127.485124, 44.528576], + [127.536247, 44.522176], + [127.570124, 44.55033], + [127.557189, 44.575488], + [127.392733, 44.632158], + [127.275705, 44.640249], + [127.261538, 44.61299], + [127.214111, 44.624917], + [127.228893, 44.642804], + [127.182082, 44.644507], + [127.138966, 44.607451], + [127.094619, 44.615972], + [127.089691, 44.593816], + [127.049655, 44.566961], + [127.041648, 44.591258], + [127.044112, 44.653874], + [127.030561, 44.673454], + [127.041032, 44.712169], + [126.9973, 44.764882], + [126.984366, 44.823914], + [126.999764, 44.87398], + [127.021938, 44.898997], + [127.073061, 44.907051], + [127.092771, 44.94688], + [127.050271, 45.004034], + [127.018242, 45.024341], + [126.984981, 45.067893], + [126.970815, 45.070852], + [126.96404, 45.132104], + [126.85625, 45.145613], + [126.792808, 45.135481], + [126.787265, 45.159118], + [126.732446, 45.187385], + [126.685635, 45.187807], + [126.640055, 45.214373], + [126.644983, 45.225334], + [126.569222, 45.252725], + [126.540273, 45.23882], + [126.519331, 45.248091], + [126.402919, 45.222805], + [126.356107, 45.185698], + [126.293282, 45.180214], + [126.285274, 45.162494], + [126.235383, 45.140125], + [126.225528, 45.154054], + [126.166398, 45.13337], + [126.142992, 45.147723], + [126.091869, 45.149411], + [126.047522, 45.170933], + [125.998247, 45.162072], + [125.992703, 45.192447], + [125.957595, 45.201303], + [125.915095, 45.196664], + [125.849805, 45.23882], + [125.823936, 45.237978], + [125.815929, 45.264942], + [125.761726, 45.291472], + [125.726001, 45.336503], + [125.695205, 45.352066], + [125.712451, 45.389485], + [125.711835, 45.477677], + [125.687813, 45.514173], + [125.660096, 45.507043], + [125.61698, 45.517947], + [125.583104, 45.491942], + [125.497488, 45.469283], + [125.480242, 45.486488], + [125.424807, 45.485649], + [125.434662, 45.462988], + [125.398322, 45.416797], + [125.361981, 45.392847], + [125.319482, 45.422678], + [125.301619, 45.402092], + [125.248649, 45.417637], + [125.189518, 45.39915], + [125.137779, 45.409655], + [125.097127, 45.38276], + [125.06633, 45.39915], + [125.08912, 45.420998], + [125.0497, 45.428558], + [125.025678, 45.493201], + [124.961005, 45.495299], + [124.936983, 45.53388], + [124.911114, 45.535976], + [124.884628, 45.495299], + [124.886476, 45.442836], + [124.839665, 45.455852], + [124.792853, 45.436958], + [124.776223, 45.468024], + [124.729412, 45.444096], + [124.690607, 45.452493], + [124.625318, 45.437377], + [124.575427, 45.451234], + [124.579738, 45.424358], + [124.544014, 45.411756], + [124.507058, 45.424778], + [124.480572, 45.456271], + [124.398652, 45.440737], + [124.374015, 45.45795], + [124.352457, 45.496557], + [124.369087, 45.512915], + [124.348761, 45.546874], + [124.287783, 45.539329], + [124.264377, 45.555256], + [124.273001, 45.584163], + [124.238508, 45.591702], + [124.226805, 45.633564], + [124.162132, 45.616404], + [124.128255, 45.641933], + [124.147349, 45.665359], + [124.122096, 45.669123], + [124.13503, 45.690448], + [124.10177, 45.700898], + [124.098074, 45.722628], + [124.054342, 45.751449], + [124.014922, 45.749779], + [124.001987, 45.770655], + [124.064197, 45.802372], + [124.03648, 45.83824], + [124.067277, 45.840325], + [124.061118, 45.886168], + [123.996444, 45.906993], + [123.968727, 45.936551], + [123.973654, 45.973997], + [124.011842, 45.981899], + [123.989053, 46.011833], + [124.040176, 46.01973], + [124.034016, 46.045074], + [124.009995, 46.057534], + [124.015538, 46.088257], + [123.99398, 46.101123], + [124.01677, 46.118549], + [123.991516, 46.143019], + [124.001987, 46.166649], + [123.971806, 46.170379], + [123.956408, 46.206009], + [123.979814, 46.228784], + [123.952096, 46.256516], + [123.960103, 46.288369], + [123.936082, 46.286715], + [123.917604, 46.25693], + [123.896046, 46.303668], + [123.84985, 46.302428], + [123.775938, 46.263136], + [123.726047, 46.255688], + [123.673692, 46.258585], + [123.604706, 46.251964], + [123.569598, 46.223816], + [123.569598, 46.223816], + [123.499381, 46.259826], + [123.452569, 46.233338], + [123.430396, 46.243687], + [123.357099, 46.232096], + [123.357099, 46.232096], + [123.320758, 46.254447], + [123.286266, 46.250308], + [123.248078, 46.273065], + [123.178476, 46.248239], + [123.128585, 46.210565], + [123.127354, 46.174523], + [123.102716, 46.172037], + [123.112571, 46.130163], + [123.070071, 46.123527], + [123.04605, 46.099878], + [122.792898, 46.073313], + [122.828623, 45.912406], + [122.80029, 45.856583], + [122.772572, 45.856583], + [122.752246, 45.834905], + [122.792283, 45.766063], + [122.751015, 45.735996], + [122.741775, 45.705077], + [122.671558, 45.70048], + [122.650001, 45.731401], + [122.640761, 45.771072], + [122.603189, 45.778169], + [122.556378, 45.82156], + [122.522501, 45.786933], + [122.504639, 45.786933], + [122.496016, 45.85825], + [122.446125, 45.916986], + [122.362357, 45.917403], + [122.372828, 45.856166], + [122.337719, 45.859917], + [122.301379, 45.813218], + [122.253952, 45.7982], + [122.236705, 45.831569], + [122.200981, 45.857], + [122.091344, 45.882002], + [122.085184, 45.912406], + [122.040221, 45.959022], + [121.92812, 45.988552], + [121.923808, 46.004767], + [121.864062, 46.002272], + [121.843736, 46.024301], + [121.819098, 46.023054], + [121.761816, 45.998947], + [121.809243, 45.961102], + [121.821562, 45.918235], + [121.805548, 45.900746], + [121.817251, 45.875336], + [121.769823, 45.84366], + [121.766744, 45.830318], + [121.766744, 45.830318], + [121.754425, 45.794862], + [121.697142, 45.76314], + [121.657106, 45.770238], + [121.644172, 45.752284], + [121.666345, 45.727641], + [121.713773, 45.701734], + [121.811091, 45.687103], + [121.812323, 45.704659], + [121.867142, 45.719703], + [121.934279, 45.71051], + [121.970004, 45.692956], + [122.003264, 45.623102], + [121.995873, 45.59882], + [121.966308, 45.596308], + [121.993409, 45.552741], + [122.002648, 45.507882], + [122.064242, 45.472641], + [122.168336, 45.439897], + [122.180039, 45.409655], + [122.146778, 45.374352], + [122.147394, 45.295682], + [122.239169, 45.276313], + [122.22993, 45.206784], + [122.192358, 45.180636], + [122.143082, 45.183167], + [122.109822, 45.142236], + [122.119677, 45.068739], + [122.098735, 45.02138], + [122.074713, 45.006573], + [122.087032, 44.95281], + [122.079025, 44.914256], + [122.04946, 44.912985], + [122.098119, 44.81882], + [122.099967, 44.7823], + [122.168952, 44.770405], + [122.142467, 44.753833], + [122.110438, 44.767856], + [122.10243, 44.736406], + [122.152322, 44.744057], + [122.161561, 44.728328], + [122.117213, 44.701961], + [122.103046, 44.67388], + [122.113517, 44.615546], + [122.13138, 44.577619], + [122.196053, 44.559712], + [122.224386, 44.526016], + [122.228082, 44.480345], + [122.28598, 44.477783], + [122.294604, 44.41113], + [122.291524, 44.310152], + [122.271198, 44.255741], + [122.319241, 44.233018], + [122.483081, 44.236877], + [122.515726, 44.251025], + [122.641993, 44.283595], + [122.675254, 44.285738], + [122.702971, 44.319145], + [122.76087, 44.369648], + [122.85634, 44.398304], + [123.025108, 44.493153], + [123.06576, 44.505959], + [123.12489, 44.5098], + [123.137209, 44.486322], + [123.125506, 44.455147], + [123.142136, 44.428228], + [123.114419, 44.40258], + [123.128585, 44.367081], + [123.196955, 44.34483], + [123.277027, 44.25274], + [123.286882, 44.211574], + [123.323838, 44.179823], + [123.386664, 44.161794], + [123.362642, 44.133452], + [123.350939, 44.092633], + [123.32815, 44.084035], + [123.331229, 44.028984], + [123.365722, 44.013922], + [123.400831, 43.979481], + [123.37065, 43.970006], + [123.397135, 43.954929], + [123.467968, 43.853599], + [123.461809, 43.822518], + [123.498149, 43.771114], + [123.48275, 43.737396], + [123.520323, 43.708419], + [123.518475, 43.682024], + [123.536953, 43.633964], + [123.510468, 43.624867], + [123.5117, 43.592801], + [123.421157, 43.598435], + [123.434091, 43.575461], + [123.461193, 43.568523], + [123.452569, 43.545971], + [123.452569, 43.545971], + [123.360179, 43.567223], + [123.304744, 43.550742], + [123.329998, 43.519071], + [123.315831, 43.492159], + [123.36449, 43.483475], + [123.382968, 43.469143], + [123.419925, 43.410046], + [123.442098, 43.437863], + [123.486446, 43.44525], + [123.519707, 43.402219], + [123.54496, 43.415262], + [123.608402, 43.366119], + [123.703873, 43.37047], + [123.710032, 43.417001], + [123.749452, 43.439167], + [123.747604, 43.472184], + [123.79688, 43.489988], + [123.857858, 43.459153], + [123.857858, 43.459153], + [123.852314, 43.406133], + [123.881263, 43.392218], + [123.881263, 43.392218], + [123.896046, 43.361333], + [123.964415, 43.34088], + [124.032784, 43.280786], + [124.099306, 43.292983], + [124.117168, 43.2773], + [124.114088, 43.247229], + [124.168291, 43.244177], + [124.215102, 43.255947], + [124.228653, 43.235022], + [124.27608, 43.233278], + [124.287167, 43.207983], + [124.273617, 43.17875], + [124.366007, 43.121554], + [124.425754, 43.076107], + [124.333363, 42.997371], + [124.369703, 42.972854], + [124.42329, 42.975482], + [124.442384, 42.958841], + [124.431913, 42.930803], + [124.38079, 42.912835], + [124.371551, 42.880831], + [124.435609, 42.880831], + [124.466406, 42.847054], + [124.586514, 42.905384], + [124.607456, 42.937376], + [124.632093, 42.949642], + [124.635173, 42.972854], + [124.658579, 42.972854], + [124.677673, 43.002185], + [124.686912, 43.051185], + [124.719557, 43.069987], + [124.755281, 43.074359], + [124.785462, 43.117185], + [124.882781, 43.13422], + [124.88894, 43.074796], + [124.840897, 43.032377], + [124.869846, 42.988178], + [124.87231, 42.962344], + [124.84952, 42.882585], + [124.856911, 42.824234], + [124.874157, 42.789987], + [124.897563, 42.787791], + [124.92836, 42.819844], + [124.975171, 42.802722], + [124.996729, 42.745174], + [124.968396, 42.722756], + [124.99057, 42.677455], + [125.014592, 42.666014], + [125.010896, 42.63212], + [125.038613, 42.615387], + [125.097127, 42.622433], + [125.082961, 42.591159], + [125.089736, 42.567803], + [125.066946, 42.534738], + [125.090968, 42.515773], + [125.068794, 42.499449], + [125.105135, 42.490624], + [125.150098, 42.458842], + [125.140243, 42.44692], + [125.186439, 42.427928], + [125.185823, 42.38197], + [125.203685, 42.366938], + [125.167345, 42.351903], + [125.175352, 42.308102], + [125.224011, 42.30102], + [125.264047, 42.312528], + [125.299156, 42.289953], + [125.27575, 42.266928], + [125.27575, 42.231045], + [125.312706, 42.219966], + [125.280677, 42.175187], + [125.312706, 42.197359], + [125.305931, 42.146351], + [125.357054, 42.145464], + [125.368141, 42.182726], + [125.41372, 42.156112], + [125.458068, 42.160105], + [125.458068, 42.160105], + [125.490097, 42.136145], + [125.446365, 42.098411], + [125.414336, 42.101964], + [125.416184, 42.063766], + [125.363213, 42.017097], + [125.369989, 42.002868], + [125.29854, 41.974399], + [125.291764, 41.958825], + [125.35151, 41.92811], + [125.307779, 41.924548], + [125.294844, 41.822945], + [125.319482, 41.776993], + [125.319482, 41.776993], + [125.323177, 41.771191], + [125.323177, 41.771191], + [125.336112, 41.768067], + [125.336112, 41.768067], + [125.332416, 41.711354], + [125.317018, 41.676944], + [125.344119, 41.672474], + [125.412488, 41.691246], + [125.446981, 41.67605], + [125.461148, 41.642516], + [125.450061, 41.597777], + [125.479626, 41.544946], + [125.507343, 41.534195], + [125.493176, 41.509103], + [125.533212, 41.479069], + [125.534444, 41.428833], + [125.547995, 41.401006], + [125.581256, 41.396517], + [125.589879, 41.359245], + [125.610205, 41.365084], + [125.637306, 41.34442], + [125.62006, 41.318355], + [125.642234, 41.296327], + [125.646545, 41.264396], + [125.685349, 41.273842], + [125.695205, 41.244599], + [125.749407, 41.245499], + [125.758646, 41.232449], + [125.73832, 41.178418], + [125.791291, 41.167607], + [125.759878, 41.132908], + [125.734009, 41.125695], + [125.712451, 41.095485], + [125.739552, 41.08917], + [125.726617, 41.055332], + [125.684118, 41.021929], + [125.674879, 40.974503], + [125.650241, 40.970888], + [125.635458, 40.94151], + [125.589263, 40.931112], + [125.584335, 40.891764], + [125.652089, 40.91619], + [125.687813, 40.897645], + [125.707523, 40.866877], + [125.778356, 40.897645], + [125.817161, 40.866877], + [125.860892, 40.888597], + [125.875059, 40.908501], + [125.921254, 40.882715], + [125.959442, 40.88181], + [126.008102, 40.936537], + [126.041362, 40.928851], + [126.051833, 40.96185], + [126.08263, 40.976762], + [126.066, 40.997542], + [126.1085, 41.011995], + [126.099877, 41.036376], + [126.133753, 41.063906], + [126.124514, 41.092327], + [126.16763, 41.094583], + [126.187956, 41.113072], + [126.188572, 41.114875], + [126.295129, 41.171661], + [126.332086, 41.236949], + [126.35426, 41.244599], + [126.373354, 41.289133], + [126.437411, 41.353405], + [126.497158, 41.374965], + [126.524259, 41.349362], + [126.539041, 41.366881], + [126.497158, 41.406842], + [126.559983, 41.548081], + [126.582773, 41.563307], + [126.564295, 41.608965], + [126.592628, 41.624624], + [126.608027, 41.669345], + [126.644983, 41.661297], + [126.688099, 41.674262], + [126.724439, 41.710907], + [126.690562, 41.728328], + [126.694874, 41.751103], + [126.723207, 41.753335], + [126.8002, 41.702865], + [126.809439, 41.749317], + [126.848243, 41.734134], + [126.85625, 41.760031], + [126.887047, 41.791719], + [126.931395, 41.812687], + [126.952953, 41.804212], + [126.940018, 41.773423], + [126.979438, 41.776993], + [127.005923, 41.749317], + [127.050887, 41.744852], + [127.057662, 41.703758], + [127.037952, 41.676944], + [127.103242, 41.647883], + [127.093387, 41.629993], + [127.127263, 41.622388], + [127.135887, 41.600463], + [127.178386, 41.600015], + [127.125416, 41.566442], + [127.11864, 41.540018], + [127.164836, 41.542706], + [127.188241, 41.527475], + [127.241212, 41.520754], + [127.28864, 41.501932], + [127.253531, 41.486691], + [127.296031, 41.486243], + [127.360704, 41.466065], + [127.360088, 41.479518], + [127.405668, 41.478621], + [127.419835, 41.460235], + [127.459255, 41.461581], + [127.465414, 41.479069], + [127.526392, 41.467859], + [127.547334, 41.477276], + [127.563964, 41.432871], + [127.618783, 41.432871], + [127.636645, 41.413575], + [127.684073, 41.422999], + [127.780159, 41.427038], + [127.854688, 41.420755], + [127.86947, 41.4037], + [127.882405, 41.448124], + [127.909506, 41.42973], + [127.93168, 41.444984], + [127.970484, 41.438704], + [127.991426, 41.421204], + [128.000049, 41.442741], + [128.040085, 41.393375], + [128.110919, 41.393375], + [128.090593, 41.374516], + [128.114614, 41.364186], + [128.169433, 41.404149], + [128.203925, 41.410882], + [128.243345, 41.477276], + [128.238418, 41.497898], + [128.301244, 41.540018], + [128.317874, 41.575844], + [128.30186, 41.627756], + [128.248889, 41.681414], + [128.208853, 41.688565], + [128.163889, 41.721628], + [128.147875, 41.78101], + [128.112766, 41.793504], + [128.104143, 41.843457], + [128.115846, 41.896935], + [128.106607, 41.949923], + [128.033926, 42.000199], + [128.090593, 42.022877], + [128.294468, 42.026434], + [128.405338, 42.018876], + [128.466316, 42.020654], + [128.49896, 42.000644], + [128.598127, 42.007315], + [128.60675, 42.02999], + [128.637547, 42.035324], + [128.658489, 42.018876], + [128.70222, 42.02021], + [128.737945, 42.050435], + [128.779213, 42.033546], + [128.795227, 42.042436], + [128.898089, 42.016653], + [128.952908, 42.025545], + [128.954755, 42.083756], + [128.971386, 42.097079], + [129.008958, 42.09175], + [129.039139, 42.107736], + [129.048378, 42.137476], + [129.113668, 42.140583], + [129.166639, 42.188047], + [129.215914, 42.208442], + [129.209138, 42.237692], + [129.181421, 42.242122], + [129.183269, 42.262056], + [129.215914, 42.265157], + [129.231312, 42.283755], + [129.208522, 42.293052], + [129.260261, 42.335536], + [129.231312, 42.356325], + [129.240551, 42.376223], + [129.326167, 42.389927], + [129.30892, 42.403628], + [129.331094, 42.429695], + [129.356348, 42.427045], + [129.342181, 42.441179], + [129.368051, 42.459284], + [129.366203, 42.428811], + [129.392688, 42.42837], + [129.400695, 42.449128], + [129.452434, 42.441179], + [129.49863, 42.412023], + [129.546057, 42.361632], + [129.578086, 42.380202], + [129.569463, 42.399208], + [129.601492, 42.415116] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 230000, + "name": "黑龙江省", + "center": [126.642464, 45.756967], + "centroid": [127.693027, 48.040465], + "childrenNum": 13, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 7, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [123.569598, 46.223816], + [123.604706, 46.251964], + [123.673692, 46.258585], + [123.726047, 46.255688], + [123.775938, 46.263136], + [123.84985, 46.302428], + [123.896046, 46.303668], + [123.917604, 46.25693], + [123.936082, 46.286715], + [123.960103, 46.288369], + [123.952096, 46.256516], + [123.979814, 46.228784], + [123.956408, 46.206009], + [123.971806, 46.170379], + [124.001987, 46.166649], + [123.991516, 46.143019], + [124.01677, 46.118549], + [123.99398, 46.101123], + [124.015538, 46.088257], + [124.009995, 46.057534], + [124.034016, 46.045074], + [124.040176, 46.01973], + [123.989053, 46.011833], + [124.011842, 45.981899], + [123.973654, 45.973997], + [123.968727, 45.936551], + [123.996444, 45.906993], + [124.061118, 45.886168], + [124.067277, 45.840325], + [124.03648, 45.83824], + [124.064197, 45.802372], + [124.001987, 45.770655], + [124.014922, 45.749779], + [124.054342, 45.751449], + [124.098074, 45.722628], + [124.10177, 45.700898], + [124.13503, 45.690448], + [124.122096, 45.669123], + [124.147349, 45.665359], + [124.128255, 45.641933], + [124.162132, 45.616404], + [124.226805, 45.633564], + [124.238508, 45.591702], + [124.273001, 45.584163], + [124.264377, 45.555256], + [124.287783, 45.539329], + [124.348761, 45.546874], + [124.369087, 45.512915], + [124.352457, 45.496557], + [124.374015, 45.45795], + [124.398652, 45.440737], + [124.480572, 45.456271], + [124.507058, 45.424778], + [124.544014, 45.411756], + [124.579738, 45.424358], + [124.575427, 45.451234], + [124.625318, 45.437377], + [124.690607, 45.452493], + [124.729412, 45.444096], + [124.776223, 45.468024], + [124.792853, 45.436958], + [124.839665, 45.455852], + [124.886476, 45.442836], + [124.884628, 45.495299], + [124.911114, 45.535976], + [124.936983, 45.53388], + [124.961005, 45.495299], + [125.025678, 45.493201], + [125.0497, 45.428558], + [125.08912, 45.420998], + [125.06633, 45.39915], + [125.097127, 45.38276], + [125.137779, 45.409655], + [125.189518, 45.39915], + [125.248649, 45.417637], + [125.301619, 45.402092], + [125.319482, 45.422678], + [125.361981, 45.392847], + [125.398322, 45.416797], + [125.434662, 45.462988], + [125.424807, 45.485649], + [125.480242, 45.486488], + [125.497488, 45.469283], + [125.583104, 45.491942], + [125.61698, 45.517947], + [125.660096, 45.507043], + [125.687813, 45.514173], + [125.711835, 45.477677], + [125.712451, 45.389485], + [125.695205, 45.352066], + [125.726001, 45.336503], + [125.761726, 45.291472], + [125.815929, 45.264942], + [125.823936, 45.237978], + [125.849805, 45.23882], + [125.915095, 45.196664], + [125.957595, 45.201303], + [125.992703, 45.192447], + [125.998247, 45.162072], + [126.047522, 45.170933], + [126.091869, 45.149411], + [126.142992, 45.147723], + [126.166398, 45.13337], + [126.225528, 45.154054], + [126.235383, 45.140125], + [126.285274, 45.162494], + [126.293282, 45.180214], + [126.356107, 45.185698], + [126.402919, 45.222805], + [126.519331, 45.248091], + [126.540273, 45.23882], + [126.569222, 45.252725], + [126.644983, 45.225334], + [126.640055, 45.214373], + [126.685635, 45.187807], + [126.732446, 45.187385], + [126.787265, 45.159118], + [126.792808, 45.135481], + [126.85625, 45.145613], + [126.96404, 45.132104], + [126.970815, 45.070852], + [126.984981, 45.067893], + [127.018242, 45.024341], + [127.050271, 45.004034], + [127.092771, 44.94688], + [127.073061, 44.907051], + [127.021938, 44.898997], + [126.999764, 44.87398], + [126.984366, 44.823914], + [126.9973, 44.764882], + [127.041032, 44.712169], + [127.030561, 44.673454], + [127.044112, 44.653874], + [127.041648, 44.591258], + [127.049655, 44.566961], + [127.089691, 44.593816], + [127.094619, 44.615972], + [127.138966, 44.607451], + [127.182082, 44.644507], + [127.228893, 44.642804], + [127.214111, 44.624917], + [127.261538, 44.61299], + [127.275705, 44.640249], + [127.392733, 44.632158], + [127.557189, 44.575488], + [127.570124, 44.55033], + [127.536247, 44.522176], + [127.485124, 44.528576], + [127.465414, 44.516628], + [127.463566, 44.484615], + [127.50853, 44.437202], + [127.486356, 44.410275], + [127.579363, 44.310581], + [127.623711, 44.278025], + [127.59045, 44.227872], + [127.626174, 44.187977], + [127.641573, 44.193555], + [127.681609, 44.166946], + [127.712406, 44.199133], + [127.735811, 44.11412], + [127.729036, 44.09908], + [127.783239, 44.071997], + [127.808492, 44.086615], + [127.846065, 44.081886], + [127.862695, 44.062967], + [127.912586, 44.064687], + [127.950158, 44.088334], + [128.042549, 44.103807], + [128.091208, 44.133022], + [128.088129, 44.158359], + [128.060411, 44.168663], + [128.09244, 44.181539], + [128.104143, 44.230017], + [128.064107, 44.251454], + [128.101679, 44.293449], + [128.065339, 44.307155], + [128.049941, 44.349965], + [128.074578, 44.370075], + [128.094904, 44.354673], + [128.137404, 44.357668], + [128.172512, 44.34697], + [128.211317, 44.431647], + [128.228563, 44.445748], + [128.293237, 44.467961], + [128.295084, 44.480772], + [128.372693, 44.514495], + [128.397946, 44.483761], + [128.427511, 44.473512], + [128.463236, 44.431647], + [128.457076, 44.409848], + [128.481714, 44.375637], + [128.475555, 44.346114], + [128.446605, 44.339694], + [128.472475, 44.320001], + [128.453997, 44.257884], + [128.471859, 44.247596], + [128.450301, 44.203423], + [128.471859, 44.157501], + [128.529141, 44.112401], + [128.574721, 44.047914], + [128.584576, 43.990246], + [128.610445, 43.960529], + [128.64001, 43.948035], + [128.636315, 43.891132], + [128.696061, 43.903207], + [128.729938, 43.889838], + [128.760734, 43.857482], + [128.719467, 43.816905], + [128.739177, 43.806972], + [128.760119, 43.755554], + [128.729322, 43.736964], + [128.768126, 43.732207], + [128.78722, 43.686784], + [128.821097, 43.637429], + [128.834647, 43.587599], + [128.878379, 43.539898], + [128.949828, 43.553779], + [128.962763, 43.53903], + [129.013886, 43.522976], + [129.037907, 43.540332], + [129.093958, 43.547706], + [129.145081, 43.570258], + [129.169102, 43.561585], + [129.23008, 43.593234], + [129.232544, 43.635263], + [129.217146, 43.648689], + [129.214066, 43.695006], + [129.232544, 43.709284], + [129.211602, 43.784509], + [129.254718, 43.819496], + [129.289826, 43.797038], + [129.30892, 43.812155], + [129.348341, 43.798333], + [129.406855, 43.819496], + [129.417942, 43.843672], + [129.449971, 43.850578], + [129.467833, 43.874741], + [129.529427, 43.870427], + [129.650767, 43.873016], + [129.699426, 43.8838], + [129.743158, 43.876035], + [129.739462, 43.895876], + [129.780114, 43.892857], + [129.802904, 43.964837], + [129.868193, 44.012631], + [129.881128, 44.000148], + [129.907614, 44.023821], + [129.951345, 44.027263], + [129.979062, 44.015644], + [130.017867, 43.961821], + [130.022794, 43.917866], + [130.009243, 43.889407], + [130.027722, 43.851872], + [130.079461, 43.835039], + [130.110873, 43.852735], + [130.116417, 43.878192], + [130.143518, 43.878624], + [130.153373, 43.915711], + [130.208192, 43.948466], + [130.262395, 43.949328], + [130.27225, 43.981634], + [130.307358, 44.002731], + [130.319061, 44.03974], + [130.365256, 44.044042], + [130.364025, 43.992399], + [130.338155, 43.963975], + [130.381887, 43.910106], + [130.368336, 43.894151], + [130.386198, 43.85403], + [130.362793, 43.844967], + [130.381887, 43.817768], + [130.382503, 43.777164], + [130.423155, 43.745179], + [130.394206, 43.703227], + [130.412684, 43.652586], + [130.437937, 43.646091], + [130.488444, 43.65605], + [130.501995, 43.636563], + [130.57098, 43.626167], + [130.57098, 43.626167], + [130.630726, 43.622268], + [130.623335, 43.589767], + [130.665835, 43.583698], + [130.671378, 43.565054], + [130.727429, 43.560284], + [130.776704, 43.52341], + [130.822899, 43.503446], + [130.841378, 43.454374], + [130.864167, 43.437863], + [130.907283, 43.434387], + [130.959638, 43.48608], + [131.026775, 43.508655], + [131.142572, 43.425695], + [131.175217, 43.444816], + [131.201086, 43.442209], + [131.234963, 43.475224], + [131.294093, 43.470012], + [131.304564, 43.502144], + [131.276847, 43.495632], + [131.20047, 43.532089], + [131.222028, 43.593234], + [131.216485, 43.613169], + [131.239274, 43.670337], + [131.221412, 43.682024], + [131.215869, 43.72745], + [131.232499, 43.742585], + [131.213405, 43.801357], + [131.2171, 43.836334], + [131.254057, 43.893289], + [131.26268, 43.948897], + [131.245434, 43.95579], + [131.26576, 44.034578], + [131.28239, 44.035868], + [131.287318, 44.03802], + [131.293477, 44.043182], + [131.310723, 44.046623], + [131.111775, 44.710042], + [131.090833, 44.717272], + [131.093297, 44.746183], + [131.069275, 44.759783], + [131.064348, 44.786973], + [131.016304, 44.789521], + [131.015688, 44.814999], + [130.972573, 44.820094], + [130.965181, 44.85065], + [131.07913, 44.881614], + [131.10192, 44.898997], + [131.090217, 44.924427], + [131.16105, 44.948151], + [131.20355, 44.932901], + [131.207861, 44.913833], + [131.263296, 44.929935], + [131.274999, 44.919766], + [131.313803, 44.950692], + [131.313803, 44.965938], + [131.355071, 44.990068], + [131.380324, 44.978216], + [131.409889, 44.985836], + [131.464708, 44.963397], + [131.501664, 44.977793], + [131.484418, 44.99557], + [131.529382, 45.012073], + [131.566338, 45.045487], + [131.63286, 45.075078], + [131.695685, 45.132104], + [131.687678, 45.1511], + [131.650722, 45.159962], + [131.681519, 45.215217], + [131.721555, 45.234606], + [131.759127, 45.213952], + [131.79362, 45.211844], + [131.788692, 45.245984], + [131.825649, 45.291472], + [131.82996, 45.311677], + [131.887858, 45.342393], + [131.917423, 45.339448], + [131.93159, 45.287683], + [131.976554, 45.277156], + [132.003655, 45.25441], + [132.17427, 45.216903], + [132.394161, 45.16376], + [132.76434, 45.081417], + [132.867202, 45.061976], + [132.916477, 45.031109], + [132.954049, 45.023072], + [132.98731, 45.043373], + [133.035969, 45.054366], + [133.070462, 45.097051], + [133.089556, 45.097473], + [133.107418, 45.124504], + [133.139447, 45.127459], + [133.129592, 45.211422], + [133.095715, 45.246827], + [133.110498, 45.266627], + [133.097563, 45.284735], + [133.128976, 45.336924], + [133.119121, 45.352908], + [133.144991, 45.367205], + [133.143759, 45.430658], + [133.164701, 45.437377], + [133.170244, 45.465506], + [133.203505, 45.516689], + [133.246005, 45.517528], + [133.333468, 45.562379], + [133.342707, 45.554836], + [133.393214, 45.580393], + [133.423395, 45.584163], + [133.412924, 45.618079], + [133.471438, 45.631053], + [133.448649, 45.647372], + [133.485605, 45.658667], + [133.484989, 45.691702], + [133.445569, 45.705077], + [133.454192, 45.731819], + [133.486837, 45.740173], + [133.469591, 45.777751], + [133.505315, 45.785681], + [133.469591, 45.799451], + [133.467743, 45.834905], + [133.494228, 45.840325], + [133.491764, 45.867002], + [133.51209, 45.887001], + [133.55459, 45.893249], + [133.583539, 45.868669], + [133.618032, 45.903662], + [133.614952, 45.942794], + [133.676546, 45.94321], + [133.681474, 45.986473], + [133.740604, 46.048812], + [133.745531, 46.075389], + [133.690713, 46.133896], + [133.706111, 46.163333], + [133.764626, 46.17328], + [133.794807, 46.193583], + [133.814517, 46.230854], + [133.849625, 46.203939], + [133.87919, 46.233752], + [133.867487, 46.250722], + [133.909987, 46.254447], + [133.91861, 46.280924], + [133.908139, 46.308216], + [133.922922, 46.330948], + [133.869335, 46.338386], + [133.876726, 46.362345], + [133.940784, 46.38134], + [133.948791, 46.401153], + [133.902596, 46.446119], + [133.852089, 46.450242], + [133.849625, 46.475389], + [133.890893, 46.525235], + [133.919842, 46.596012], + [134.011001, 46.637941], + [134.030711, 46.708981], + [134.033175, 46.759023], + [134.052885, 46.779928], + [134.025168, 46.810657], + [134.041182, 46.848326], + [134.042414, 46.886787], + [134.076291, 46.938298], + [134.063972, 46.979962], + [134.10216, 47.005678], + [134.118175, 47.061968], + [134.142812, 47.093349], + [134.222268, 47.105164], + [134.232739, 47.134892], + [134.230276, 47.182097], + [134.210566, 47.210155], + [134.156979, 47.248357], + [134.177305, 47.326299], + [134.203174, 47.347389], + [134.263536, 47.371307], + [134.266616, 47.391974], + [134.307268, 47.428829], + [134.339297, 47.439759], + [134.490202, 47.446235], + [134.522847, 47.468086], + [134.568426, 47.478199], + [134.576434, 47.519036], + [134.627556, 47.546512], + [134.678064, 47.588507], + [134.689766, 47.63813], + [134.779694, 47.7159], + [134.772918, 47.763391], + [134.678679, 47.819278], + [134.670056, 47.864667], + [134.677448, 47.884738], + [134.658969, 47.901191], + [134.607846, 47.909214], + [134.599839, 47.947711], + [134.55426, 47.982173], + [134.551796, 48.032622], + [134.632484, 48.099412], + [134.67252, 48.170505], + [134.679295, 48.256245], + [134.77107, 48.288908], + [134.864077, 48.332293], + [135.009439, 48.365703], + [135.090743, 48.403461], + [135.09567, 48.437618], + [135.068569, 48.459451], + [135.035924, 48.440795], + [134.996504, 48.439603], + [134.927519, 48.451513], + [134.886867, 48.437618], + [134.848679, 48.393925], + [134.820961, 48.37604], + [134.764295, 48.370076], + [134.704549, 48.405448], + [134.640491, 48.409818], + [134.578281, 48.405448], + [134.501905, 48.418954], + [134.438463, 48.405448], + [134.369478, 48.382797], + [134.20379, 48.3824], + [134.150819, 48.346217], + [134.116327, 48.333089], + [134.0689, 48.338659], + [134.029479, 48.327519], + [133.995603, 48.303639], + [133.940784, 48.302047], + [133.876111, 48.282536], + [133.824372, 48.277359], + [133.791111, 48.261026], + [133.740604, 48.254651], + [133.693177, 48.186866], + [133.667307, 48.183275], + [133.59709, 48.194846], + [133.573068, 48.182078], + [133.545967, 48.121389], + [133.451728, 48.112999], + [133.407997, 48.124585], + [133.302055, 48.103009], + [133.239845, 48.126583], + [133.182563, 48.135769], + [133.130208, 48.134971], + [133.053216, 48.110202], + [133.02673, 48.085421], + [133.016259, 48.054228], + [132.992238, 48.035424], + [132.883216, 48.002599], + [132.819159, 47.936887], + [132.769268, 47.93849], + [132.723072, 47.962941], + [132.691043, 47.962941], + [132.661478, 47.944905], + [132.662094, 47.922451], + [132.687348, 47.88514], + [132.662094, 47.854227], + [132.621442, 47.82852], + [132.599268, 47.792347], + [132.6005, 47.740858], + [132.558, 47.718316], + [132.469305, 47.726368], + [132.371987, 47.765402], + [132.325175, 47.762184], + [132.288835, 47.742065], + [132.272205, 47.718718], + [132.242639, 47.70986], + [132.19706, 47.714289], + [132.157024, 47.70543], + [132.086191, 47.703013], + [132.000575, 47.712276], + [131.976554, 47.673201], + [131.900793, 47.685692], + [131.825649, 47.677231], + [131.741881, 47.706638], + [131.690142, 47.707041], + [131.641483, 47.663932], + [131.59036, 47.660707], + [131.568186, 47.682469], + [131.559563, 47.724757], + [131.543548, 47.736028], + [131.456085, 47.747297], + [131.359998, 47.730796], + [131.273767, 47.738846], + [131.236811, 47.733211], + [131.183224, 47.702611], + [131.115471, 47.689721], + [131.029855, 47.694555], + [130.983659, 47.713081], + [130.966413, 47.733211], + [130.961486, 47.828118], + [130.891269, 47.927263], + [130.870943, 47.943301], + [130.770544, 47.998194], + [130.737284, 48.034223], + [130.699711, 48.044227], + [130.666451, 48.105007], + [130.673842, 48.12818], + [130.765617, 48.18926], + [130.769313, 48.231136], + [130.787791, 48.256643], + [130.817972, 48.265409], + [130.845073, 48.296473], + [130.81982, 48.341444], + [130.785327, 48.357353], + [130.747755, 48.404256], + [130.745907, 48.449131], + [130.776704, 48.480084], + [130.767465, 48.507846], + [130.711414, 48.511414], + [130.647357, 48.484844], + [130.620871, 48.49595], + [130.615944, 48.575601], + [130.605473, 48.594207], + [130.538335, 48.612016], + [130.538951, 48.635751], + [130.576524, 48.688719], + [130.622103, 48.783842], + [130.689856, 48.849651], + [130.680617, 48.881146], + [130.609168, 48.881146], + [130.559277, 48.861071], + [130.501995, 48.865795], + [130.471198, 48.905541], + [130.412068, 48.905148], + [130.279641, 48.866976], + [130.237757, 48.868551], + [130.219895, 48.893739], + [130.113337, 48.956653], + [130.059135, 48.979047], + [130.020946, 49.021058], + [129.937179, 49.040285], + [129.9187, 49.060681], + [129.934715, 49.078717], + [129.913157, 49.1085], + [129.866962, 49.113985], + [129.855259, 49.133567], + [129.864498, 49.158621], + [129.847867, 49.181316], + [129.784426, 49.184054], + [129.753629, 49.208692], + [129.761636, 49.25754], + [129.730223, 49.288387], + [129.696962, 49.298535], + [129.604571, 49.279018], + [129.562687, 49.299706], + [129.546057, 49.395227], + [129.51834, 49.423652], + [129.448739, 49.441167], + [129.390224, 49.432605], + [129.374826, 49.414309], + [129.379138, 49.367175], + [129.358196, 49.355871], + [129.320623, 49.3586], + [129.266421, 49.396006], + [129.215298, 49.399122], + [129.180805, 49.386657], + [129.143849, 49.357431], + [129.084719, 49.359769], + [129.061929, 49.374189], + [129.013886, 49.457119], + [128.932582, 49.46801], + [128.871604, 49.492506], + [128.792147, 49.473065], + [128.76135, 49.482009], + [128.763198, 49.515824], + [128.813089, 49.558157], + [128.802618, 49.58222], + [128.744104, 49.595023], + [128.715155, 49.564756], + [128.656025, 49.577564], + [128.619684, 49.593471], + [128.537764, 49.604332], + [128.500192, 49.593859], + [128.389939, 49.58998], + [128.343128, 49.544956], + [128.287077, 49.566309], + [128.243345, 49.563203], + [128.185447, 49.53952], + [128.122005, 49.55311], + [128.070882, 49.556604], + [128.001281, 49.592307], + [127.949542, 49.596187], + [127.897804, 49.579116], + [127.815268, 49.593859], + [127.782007, 49.630698], + [127.705015, 49.665185], + [127.677913, 49.697712], + [127.674833, 49.764247], + [127.653892, 49.780094], + [127.583059, 49.786277], + [127.531936, 49.826059], + [127.529472, 49.864265], + [127.547334, 49.928645], + [127.543638, 49.944438], + [127.495595, 49.994479], + [127.501755, 50.056764], + [127.58737, 50.137768], + [127.60708, 50.178794], + [127.603385, 50.239309], + [127.44632, 50.270686], + [127.371791, 50.29669], + [127.332371, 50.340634], + [127.369944, 50.403996], + [127.3644, 50.438314], + [127.30527, 50.45432], + [127.293567, 50.46575], + [127.323132, 50.52552], + [127.36132, 50.547582], + [127.370559, 50.581415], + [127.294799, 50.663426], + [127.28864, 50.699451], + [127.305886, 50.733932], + [127.295415, 50.755139], + [127.236285, 50.781256], + [127.143894, 50.910111], + [127.113713, 50.93765], + [127.052119, 50.962911], + [126.985597, 51.029202], + [126.922772, 51.061937], + [126.917844, 51.138977], + [126.899982, 51.200518], + [126.926467, 51.246244], + [126.976358, 51.291551], + [126.98375, 51.318863], + [126.970815, 51.332327], + [126.887047, 51.321856], + [126.877808, 51.300906], + [126.908605, 51.283691], + [126.92154, 51.259729], + [126.908605, 51.246619], + [126.863025, 51.248492], + [126.820526, 51.281071], + [126.813134, 51.311756], + [126.837156, 51.345038], + [126.904293, 51.340552], + [126.930163, 51.359241], + [126.908605, 51.407423], + [126.835308, 51.413769], + [126.791577, 51.432428], + [126.784185, 51.448095], + [126.812518, 51.493948], + [126.843931, 51.521885], + [126.837156, 51.536033], + [126.69549, 51.57845], + [126.67886, 51.602246], + [126.741069, 51.642374], + [126.723823, 51.679126], + [126.734294, 51.711399], + [126.724439, 51.7266], + [126.6727, 51.73179], + [126.658534, 51.762544], + [126.622809, 51.777357], + [126.580925, 51.824728], + [126.555056, 51.874266], + [126.510092, 51.922274], + [126.462665, 51.948471], + [126.468208, 51.982395], + [126.447882, 52.009294], + [126.450962, 52.027709], + [126.487918, 52.041699], + [126.514404, 52.037282], + [126.563679, 52.119302], + [126.556288, 52.136203], + [126.499005, 52.16044], + [126.457121, 52.165212], + [126.403535, 52.185031], + [126.34502, 52.192002], + [126.306832, 52.205574], + [126.312992, 52.235271], + [126.357955, 52.264216], + [126.401071, 52.279597], + [126.436795, 52.277034], + [126.4331, 52.298632], + [126.327774, 52.310342], + [126.320999, 52.342163], + [126.348716, 52.357882], + [126.353644, 52.389304], + [126.326542, 52.424353], + [126.268644, 52.475051], + [126.205202, 52.466302], + [126.192883, 52.492181], + [126.213209, 52.525327], + [126.147304, 52.573], + [126.066616, 52.603905], + [126.055529, 52.582455], + [126.030891, 52.576273], + [125.989008, 52.603178], + [125.968682, 52.630429], + [125.971145, 52.654033], + [125.995783, 52.675085], + [126.061688, 52.673271], + [126.072775, 52.691048], + [126.044442, 52.739628], + [126.112195, 52.757016], + [126.116507, 52.768243], + [126.052449, 52.800095], + [126.02042, 52.795753], + [125.985312, 52.758465], + [125.966834, 52.759914], + [125.937269, 52.786705], + [125.923718, 52.815651], + [125.855349, 52.866259], + [125.854117, 52.891542], + [125.827631, 52.899123], + [125.772197, 52.89804], + [125.751255, 52.88143], + [125.722306, 52.880347], + [125.678574, 52.86084], + [125.666871, 52.869872], + [125.665023, 52.913561], + [125.737088, 52.943504], + [125.742632, 52.993964], + [125.684118, 53.00801], + [125.643466, 53.039686], + [125.640386, 53.06199], + [125.613901, 53.083564], + [125.588647, 53.081047], + [125.530749, 53.0512], + [125.504263, 53.061271], + [125.503647, 53.095424], + [125.452524, 53.107641], + [125.343503, 53.14463], + [125.315786, 53.144989], + [125.252344, 53.18051], + [125.195062, 53.198439], + [125.142091, 53.204175], + [125.038613, 53.202741], + [124.970244, 53.194137], + [124.887708, 53.164368], + [124.909266, 53.118059], + [124.87231, 53.099018], + [124.832889, 53.145347], + [124.787926, 53.140681], + [124.734339, 53.146783], + [124.712165, 53.162574], + [124.720789, 53.192344], + [124.678905, 53.207043], + [124.590209, 53.208476], + [124.563108, 53.201666], + [124.496587, 53.207759], + [124.487348, 53.217436], + [124.435609, 53.223886], + [124.412203, 53.248601], + [124.375863, 53.258984], + [124.327819, 53.331954], + [124.239124, 53.379817], + [124.19416, 53.37339], + [124.125791, 53.348033], + [124.058038, 53.404085], + [124.01369, 53.403371], + [123.985973, 53.434401], + [123.865249, 53.489627], + [123.797495, 53.489983], + [123.746373, 53.500308], + [123.698329, 53.498528], + [123.668764, 53.533756], + [123.620721, 53.550115], + [123.58746, 53.546915], + [123.569598, 53.505291], + [123.53141, 53.507071], + [123.557895, 53.531978], + [123.546808, 53.551537], + [123.517243, 53.558292], + [123.490758, 53.542648], + [123.510468, 53.509206], + [123.499381, 53.497816], + [123.47228, 53.509206], + [123.454417, 53.536602], + [123.394055, 53.538024], + [123.309672, 53.56078], + [123.274563, 53.563269], + [123.231447, 53.549404], + [123.179092, 53.509918], + [123.137209, 53.498172], + [123.093477, 53.508138], + [123.052209, 53.506715], + [122.943804, 53.483929], + [122.894528, 53.462914], + [122.826775, 53.457213], + [122.763949, 53.463626], + [122.673406, 53.459351], + [122.608117, 53.465408], + [122.5379, 53.453293], + [122.496016, 53.458638], + [122.435038, 53.444739], + [122.37406, 53.47467], + [122.350038, 53.505647], + [122.266886, 53.470039], + [122.227466, 53.461845], + [122.161561, 53.468614], + [122.111054, 53.426913], + [122.077177, 53.422277], + [122.026054, 53.428339], + [121.875765, 53.426556], + [121.816019, 53.41336], + [121.754425, 53.389454], + [121.697758, 53.392666], + [121.589969, 53.350891], + [121.499426, 53.337314], + [121.504969, 53.323018], + [121.575802, 53.29155], + [121.615222, 53.258984], + [121.642324, 53.262564], + [121.679896, 53.240722], + [121.67928, 53.199515], + [121.660186, 53.195213], + [121.665114, 53.170467], + [121.722396, 53.145706], + [121.753193, 53.147501], + [121.784606, 53.104408], + [121.775367, 53.089674], + [121.817867, 53.061631], + [121.785838, 53.018451], + [121.715621, 52.997926], + [121.677432, 52.948192], + [121.66265, 52.912478], + [121.610295, 52.892264], + [121.604136, 52.872401], + [121.620766, 52.853251], + [121.591201, 52.824693], + [121.537614, 52.801542], + [121.511129, 52.779104], + [121.476636, 52.772225], + [121.455078, 52.73528], + [121.373158, 52.683067], + [121.309717, 52.676173], + [121.29247, 52.651855], + [121.237036, 52.619167], + [121.182217, 52.59918], + [121.225333, 52.577364], + [121.280151, 52.586819], + [121.323883, 52.573727], + [121.353448, 52.534793], + [121.411963, 52.52205], + [121.416274, 52.499468], + [121.474172, 52.482706], + [121.495114, 52.484892], + [121.519136, 52.456821], + [121.565331, 52.460468], + [121.590585, 52.443326], + [121.63986, 52.44442], + [121.678664, 52.419973], + [121.658338, 52.3904], + [121.715621, 52.342894], + [121.714389, 52.318025], + [121.769207, 52.308147], + [121.841272, 52.282526], + [121.901018, 52.280695], + [121.94783, 52.298266], + [121.976779, 52.343626], + [122.035909, 52.377615], + [122.040837, 52.413038], + [122.091344, 52.427272], + [122.080873, 52.440407], + [122.107358, 52.452445], + [122.142467, 52.495096], + [122.140003, 52.510032], + [122.168952, 52.513674], + [122.178191, 52.48963], + [122.207756, 52.469218], + [122.310618, 52.475416], + [122.326016, 52.459374], + [122.342031, 52.414133], + [122.367284, 52.413768], + [122.378987, 52.395512], + [122.419023, 52.375057], + [122.447356, 52.394052], + [122.484313, 52.341432], + [122.478153, 52.29607], + [122.560689, 52.282526], + [122.585943, 52.266413], + [122.67895, 52.276667], + [122.710979, 52.256157], + [122.76087, 52.26678], + [122.787355, 52.252494], + [122.766413, 52.232705], + [122.769493, 52.179893], + [122.73808, 52.153464], + [122.690653, 52.140243], + [122.629059, 52.13657], + [122.643841, 52.111585], + [122.625363, 52.067459], + [122.650616, 52.058997], + [122.664783, 51.99861], + [122.683877, 51.974654], + [122.726377, 51.978709], + [122.729457, 51.919321], + [122.706051, 51.890151], + [122.725761, 51.87833], + [122.732536, 51.832495], + [122.771957, 51.779579], + [122.749167, 51.746613], + [122.778732, 51.698048], + [122.816304, 51.655371], + [122.820616, 51.633088], + [122.85634, 51.606707], + [122.832935, 51.581797], + [122.874202, 51.561339], + [122.880362, 51.537894], + [122.858804, 51.524864], + [122.880362, 51.511085], + [122.854492, 51.477551], + [122.871123, 51.455181], + [122.900072, 51.445112], + [122.903768, 51.415262], + [122.946267, 51.405183], + [122.965977, 51.386886], + [122.965977, 51.345786], + [123.002934, 51.31213], + [123.069455, 51.321108], + [123.127969, 51.297913], + [123.231447, 51.279199], + [123.231447, 51.268716], + [123.294273, 51.254111], + [123.339853, 51.27246], + [123.376809, 51.266844], + [123.414381, 51.278825], + [123.440251, 51.270963], + [123.46304, 51.286686], + [123.582533, 51.294545], + [123.582533, 51.306893], + [123.661989, 51.319237], + [123.660141, 51.342795], + [123.711264, 51.398089], + [123.794416, 51.361109], + [123.842459, 51.367462], + [123.887423, 51.320734], + [123.926227, 51.300532], + [123.939777, 51.313253], + [123.994596, 51.322604], + [124.071588, 51.320734], + [124.090067, 51.3413], + [124.128255, 51.347281], + [124.192313, 51.33943], + [124.239124, 51.344664], + [124.271769, 51.308389], + [124.297638, 51.298661], + [124.339522, 51.293422], + [124.406659, 51.272086], + [124.430065, 51.301281], + [124.426985, 51.331953], + [124.443616, 51.35812], + [124.478108, 51.36223], + [124.490427, 51.380537], + [124.555717, 51.375307], + [124.58713, 51.363725], + [124.62655, 51.327465], + [124.693687, 51.3327], + [124.752817, 51.35812], + [124.76452, 51.38726], + [124.783614, 51.392115], + [124.864302, 51.37979], + [124.885244, 51.40817], + [124.942527, 51.447349], + [124.917889, 51.474196], + [124.928976, 51.498419], + [124.983795, 51.508478], + [125.004737, 51.529332], + [125.047236, 51.529704], + [125.073106, 51.553526], + [125.060171, 51.59667], + [125.098975, 51.658341], + [125.12854, 51.659083], + [125.130388, 51.635317], + [125.175968, 51.639403], + [125.214772, 51.627888], + [125.228938, 51.640517], + [125.289301, 51.633831], + [125.316402, 51.610052], + [125.35151, 51.623801], + [125.38046, 51.585516], + [125.424807, 51.562827], + [125.528285, 51.488359], + [125.559082, 51.461521], + [125.559082, 51.461521], + [125.595422, 51.416755], + [125.595422, 51.416755], + [125.60035, 51.413396], + [125.60035, 51.413396], + [125.600966, 51.410409], + [125.600966, 51.410409], + [125.62314, 51.398089], + [125.62314, 51.398089], + [125.623756, 51.387633], + [125.623756, 51.387633], + [125.626219, 51.380163], + [125.626219, 51.380163], + [125.700132, 51.327465], + [125.700132, 51.327465], + [125.740784, 51.27583], + [125.740784, 51.27583], + [125.76111, 51.261976], + [125.76111, 51.261976], + [125.761726, 51.226385], + [125.819008, 51.227134], + [125.850421, 51.21364], + [125.864588, 51.146487], + [125.909551, 51.138977], + [125.946508, 51.108176], + [125.970529, 51.123955], + [125.993935, 51.119072], + [125.976073, 51.084498], + [126.059225, 51.043503], + [126.033971, 51.011132], + [126.041978, 50.981753], + [126.068464, 50.967434], + [126.042594, 50.92558], + [126.02042, 50.927466], + [125.996399, 50.906715], + [125.997631, 50.872738], + [125.961906, 50.901054], + [125.939732, 50.85423], + [125.913247, 50.825885], + [125.878138, 50.816812], + [125.890457, 50.805845], + [125.836255, 50.793363], + [125.846726, 50.769524], + [125.828863, 50.756654], + [125.804226, 50.773309], + [125.758646, 50.746809], + [125.795603, 50.738856], + [125.78082, 50.725598], + [125.825784, 50.70362], + [125.789443, 50.679735], + [125.804226, 50.658874], + [125.793139, 50.643316], + [125.814697, 50.62092], + [125.807921, 50.60383], + [125.829479, 50.56165], + [125.794987, 50.532748], + [125.770349, 50.531227], + [125.754335, 50.506874], + [125.740784, 50.523237], + [125.699516, 50.487078], + [125.654553, 50.471082], + [125.627451, 50.443268], + [125.580024, 50.449366], + [125.562162, 50.438314], + [125.583104, 50.409717], + [125.567089, 50.402852], + [125.536292, 50.420014], + [125.522126, 50.404759], + [125.546763, 50.358965], + [125.520278, 50.3498], + [125.530749, 50.331085], + [125.463611, 50.295925], + [125.466075, 50.266861], + [125.442053, 50.260357], + [125.448829, 50.216338], + [125.417416, 50.195654], + [125.39093, 50.199868], + [125.382923, 50.172278], + [125.335496, 50.161161], + [125.376148, 50.137385], + [125.311474, 50.140453], + [125.27883, 50.127411], + [125.258504, 50.103618], + [125.287453, 50.093636], + [125.283757, 50.070211], + [125.328105, 50.065985], + [125.315786, 50.04562], + [125.289916, 50.057917], + [125.25296, 50.041393], + [125.283757, 50.036012], + [125.297924, 50.014481], + [125.278214, 49.996402], + [125.241873, 49.987938], + [125.231402, 49.957531], + [125.190134, 49.959841], + [125.199373, 49.935194], + [125.225859, 49.922481], + [125.212924, 49.907452], + [125.245569, 49.87198], + [125.225243, 49.867351], + [125.239409, 49.844587], + [125.177815, 49.829533], + [125.222779, 49.799026], + [125.221547, 49.754969], + [125.204301, 49.734086], + [125.225243, 49.726349], + [125.219699, 49.669058], + [125.185207, 49.634574], + [125.189518, 49.652401], + [125.164881, 49.669446], + [125.132236, 49.672157], + [125.127308, 49.655113], + [125.15441, 49.616741], + [125.16796, 49.629923], + [125.205533, 49.593859], + [125.23017, 49.595411], + [125.233866, 49.536801], + [125.211076, 49.539908], + [125.228323, 49.487063], + [125.270822, 49.454395], + [125.256656, 49.437275], + [125.25604, 49.395227], + [125.277598, 49.379644], + [125.256656, 49.359769], + [125.261583, 49.322336], + [125.214772, 49.277066], + [125.227707, 49.248947], + [125.219699, 49.189139], + [125.187671, 49.186792], + [125.158721, 49.144921], + [125.117453, 49.126127], + [125.034302, 49.157056], + [125.039845, 49.17623], + [124.983179, 49.162535], + [124.906802, 49.184054], + [124.860607, 49.166448], + [124.847672, 49.129651], + [124.809484, 49.115943], + [124.828578, 49.077933], + [124.808252, 49.020666], + [124.756513, 48.967262], + [124.744194, 48.920487], + [124.709086, 48.920487], + [124.715861, 48.885475], + [124.697383, 48.841775], + [124.654267, 48.83429], + [124.644412, 48.80789], + [124.656115, 48.783842], + [124.612383, 48.747945], + [124.624702, 48.701755], + [124.601912, 48.632587], + [124.579122, 48.596582], + [124.520608, 48.556195], + [124.548941, 48.535593], + [124.533543, 48.515379], + [124.555717, 48.467784], + [124.507674, 48.445558], + [124.52492, 48.426897], + [124.51876, 48.378027], + [124.547094, 48.35775], + [124.540934, 48.335476], + [124.579738, 48.297269], + [124.558796, 48.268197], + [124.579122, 48.262221], + [124.547094, 48.200829], + [124.512601, 48.164518], + [124.529847, 48.146951], + [124.505826, 48.124985], + [124.478108, 48.123387], + [124.46579, 48.098213], + [124.415899, 48.08782], + [124.430065, 48.12099], + [124.471333, 48.133373], + [124.475029, 48.173698], + [124.418978, 48.181679], + [124.412819, 48.219175], + [124.422058, 48.245884], + [124.365392, 48.283731], + [124.353689, 48.315978], + [124.317964, 48.35099], + [124.331515, 48.380015], + [124.309957, 48.413393], + [124.330283, 48.435633], + [124.302566, 48.456673], + [124.314269, 48.503881], + [124.25945, 48.536385], + [124.25945, 48.536385], + [124.136878, 48.463023], + [124.07898, 48.43603], + [124.019234, 48.39313], + [123.862785, 48.271782], + [123.746373, 48.197638], + [123.705105, 48.152142], + [123.579453, 48.045427], + [123.537569, 48.021816], + [123.300432, 47.953723], + [123.256085, 47.876711], + [123.214201, 47.824502], + [123.161846, 47.781892], + [123.041122, 47.746492], + [122.926557, 47.697777], + [122.848949, 47.67441], + [122.765181, 47.614333], + [122.59395, 47.54732], + [122.543443, 47.495589], + [122.507103, 47.401291], + [122.418407, 47.350632], + [122.441197, 47.310476], + [122.441197, 47.310476], + [122.462755, 47.27841], + [122.498479, 47.255262], + [122.531124, 47.198771], + [122.582863, 47.158092], + [122.582863, 47.158092], + [122.615508, 47.124306], + [122.679566, 47.094164], + [122.710363, 47.093349], + [122.710363, 47.093349], + [122.821232, 47.065636], + [122.852645, 47.072158], + [122.845869, 47.046881], + [122.778116, 47.002822], + [122.77442, 46.973837], + [122.798442, 46.9575], + [122.791051, 46.941567], + [122.83971, 46.937072], + [122.895144, 46.960359], + [122.893913, 46.895376], + [122.906847, 46.80738], + [122.996774, 46.761483], + [123.00355, 46.730726], + [123.026339, 46.718829], + [123.076846, 46.745082], + [123.103332, 46.734828], + [123.163694, 46.74016], + [123.198802, 46.803283], + [123.22344, 46.821305], + [123.221592, 46.850373], + [123.295505, 46.865105], + [123.341084, 46.826628], + [123.374345, 46.837683], + [123.40699, 46.906416], + [123.404526, 46.935438], + [123.360179, 46.970978], + [123.304128, 46.964852], + [123.301664, 46.999965], + [123.337389, 46.988943], + [123.42362, 46.934212], + [123.487678, 46.959951], + [123.52833, 46.944836], + [123.483366, 46.84587], + [123.506772, 46.827038], + [123.562823, 46.82581], + [123.575757, 46.845461], + [123.576989, 46.891286], + [123.605322, 46.891286], + [123.599163, 46.868378], + [123.625648, 46.847508], + [123.580069, 46.827447], + [123.629344, 46.813524], + [123.631808, 46.728675], + [123.603475, 46.68928], + [123.474743, 46.686817], + [123.366338, 46.677784], + [123.318295, 46.662179], + [123.276411, 46.660947], + [123.279491, 46.616981], + [123.228368, 46.588198], + [123.18094, 46.614103], + [123.098404, 46.603002], + [123.077462, 46.622324], + [123.04605, 46.617803], + [123.052825, 46.579972], + [123.002318, 46.574624], + [123.010325, 46.524823], + [123.011557, 46.434984], + [123.089781, 46.347888], + [123.142136, 46.298293], + [123.178476, 46.248239], + [123.248078, 46.273065], + [123.286266, 46.250308], + [123.320758, 46.254447], + [123.357099, 46.232096], + [123.357099, 46.232096], + [123.430396, 46.243687], + [123.452569, 46.233338], + [123.499381, 46.259826], + [123.569598, 46.223816], + [123.569598, 46.223816] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 310000, + "name": "上海市", + "center": [121.472644, 31.231706], + "centroid": [121.438737, 31.072559], + "childrenNum": 16, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 8, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [120.901349, 31.017327], + [120.940153, 31.010146], + [120.949392, 31.030148], + [120.989428, 31.01425], + [121.000515, 30.938309], + [120.993124, 30.889532], + [121.020225, 30.872069], + [120.991892, 30.837133], + [121.038087, 30.814007], + [121.060261, 30.845354], + [121.097833, 30.857171], + [121.13787, 30.826342], + [121.123087, 30.77905], + [121.174826, 30.771851], + [121.21671, 30.785734], + [121.232108, 30.755909], + [121.272144, 30.723504], + [121.274608, 30.677191], + [121.362071, 30.679764], + [121.426129, 30.730192], + [121.517288, 30.775451], + [121.601056, 30.805269], + [121.681128, 30.818633], + [121.904714, 30.814007], + [121.943518, 30.776993], + [121.970004, 30.789333], + [121.954605, 30.825828], + [121.994025, 30.862823], + [121.990945, 30.96859], + [121.977395, 31.016301], + [121.946598, 31.066039], + [121.809859, 31.196669], + [121.722396, 31.3036], + [121.599208, 31.37465], + [121.520984, 31.394575], + [121.404571, 31.479337], + [121.343593, 31.511996], + [121.301093, 31.49873], + [121.301093, 31.49873], + [121.247507, 31.476785], + [121.241963, 31.493117], + [121.174826, 31.44922], + [121.143413, 31.392021], + [121.113848, 31.37465], + [121.130478, 31.343987], + [121.142797, 31.275472], + [121.090442, 31.291838], + [121.060261, 31.245289], + [121.076892, 31.158267], + [121.018377, 31.134194], + [120.930298, 31.141365], + [120.881023, 31.134706], + [120.859465, 31.100379], + [120.890878, 31.094229], + [120.901349, 31.017327] + ] + ], + [ + [ + [121.974931, 31.61704], + [121.715005, 31.673592], + [121.64294, 31.697527], + [121.599824, 31.703128], + [121.49881, 31.753012], + [121.431673, 31.769295], + [121.384861, 31.833382], + [121.323267, 31.868458], + [121.265369, 31.863883], + [121.200079, 31.834907], + [121.118775, 31.759119], + [121.145261, 31.75403], + [121.289391, 31.61653], + [121.371926, 31.553314], + [121.395332, 31.585437], + [121.434136, 31.590535], + [121.547469, 31.531382], + [121.625693, 31.501792], + [121.682976, 31.491075], + [121.819098, 31.437987], + [121.890547, 31.428795], + [121.981706, 31.464024], + [121.995873, 31.493117], + [121.974931, 31.61704] + ] + ], + [ + [ + [121.795693, 31.330186], + [121.792613, 31.363408], + [121.742106, 31.407345], + [121.585657, 31.454836], + [121.567179, 31.48342], + [121.520984, 31.494137], + [121.509897, 31.4824], + [121.572107, 31.435944], + [121.727939, 31.35472], + [121.76428, 31.31536], + [121.785222, 31.31127], + [121.795693, 31.330186] + ] + ], + [ + [ + [121.801852, 31.356765], + [121.8037, 31.328652], + [121.840656, 31.295418], + [121.932431, 31.283144], + [122.016199, 31.282121], + [122.097503, 31.255522], + [122.122756, 31.307179], + [122.116597, 31.320984], + [122.040837, 31.324051], + [121.951525, 31.337343], + [121.845584, 31.37465], + [121.792613, 31.377715], + [121.801852, 31.356765] + ] + ], + [ + [ + [121.626925, 31.445135], + [121.631853, 31.456878], + [121.579498, 31.479848], + [121.626925, 31.445135] + ] + ], + [ + [ + [121.943518, 31.215608], + [121.959533, 31.159291], + [121.995873, 31.160828], + [122.008808, 31.221238], + [121.950909, 31.228915], + [121.943518, 31.215608] + ] + ], + [ + [ + [121.88254, 31.240684], + [121.909026, 31.195133], + [121.923808, 31.234032], + [121.88254, 31.240684] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 320000, + "name": "江苏省", + "center": [118.767413, 32.041544], + "centroid": [119.486506, 32.983991], + "childrenNum": 13, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 9, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [117.311654, 34.561686], + [117.27285, 34.556757], + [117.303647, 34.542463], + [117.267923, 34.532603], + [117.27285, 34.499565], + [117.252524, 34.48674], + [117.248213, 34.451216], + [117.166293, 34.434435], + [117.139191, 34.526687], + [117.15151, 34.559222], + [117.104083, 34.648874], + [117.073286, 34.639026], + [117.061583, 34.675947], + [117.070206, 34.713835], + [117.022163, 34.759081], + [116.969192, 34.771864], + [116.95133, 34.81069], + [116.979047, 34.815113], + [116.966113, 34.844588], + [116.929156, 34.843114], + [116.922381, 34.894671], + [116.858323, 34.928533], + [116.821983, 34.929515], + [116.815823, 34.965324], + [116.789338, 34.975133], + [116.781331, 34.916757], + [116.677853, 34.939327], + [116.622418, 34.939818], + [116.613795, 34.922645], + [116.557745, 34.908905], + [116.445028, 34.895652], + [116.408071, 34.850972], + [116.403144, 34.756131], + [116.369267, 34.749247], + [116.363724, 34.715311], + [116.392057, 34.710391], + [116.374195, 34.640011], + [116.430245, 34.650843], + [116.432709, 34.630163], + [116.477057, 34.614896], + [116.490607, 34.573513], + [116.594085, 34.511894], + [116.592237, 34.493646], + [116.662454, 34.472927], + [116.722816, 34.472434], + [116.773939, 34.453683], + [116.782563, 34.429993], + [116.828142, 34.389012], + [116.909446, 34.408271], + [116.969192, 34.389012], + [116.960569, 34.363821], + [116.983359, 34.348011], + [116.969192, 34.283753], + [117.051112, 34.221425], + [117.025243, 34.167469], + [117.046801, 34.151622], + [117.123793, 34.128342], + [117.130568, 34.101586], + [117.192162, 34.068873], + [117.257452, 34.065899], + [117.277162, 34.078787], + [117.311654, 34.067882], + [117.357234, 34.088205], + [117.404045, 34.03218], + [117.435458, 34.028212], + [117.514914, 34.060941], + [117.543248, 34.038627], + [117.569117, 33.985051], + [117.612849, 34.000433], + [117.629479, 34.028708], + [117.671363, 33.992494], + [117.672595, 33.934916], + [117.715095, 33.879287], + [117.753899, 33.891211], + [117.759442, 33.874318], + [117.739732, 33.758467], + [117.72495, 33.74951], + [117.750203, 33.710688], + [117.791471, 33.733585], + [117.843826, 33.736074], + [117.901724, 33.720146], + [117.972557, 33.74951], + [118.019985, 33.738562], + [118.065564, 33.76593], + [118.117919, 33.766427], + [118.161035, 33.735576], + [118.16781, 33.663381], + [118.112376, 33.617045], + [118.117919, 33.594615], + [118.107448, 33.475391], + [118.050782, 33.491863], + [118.027376, 33.455421], + [118.016905, 33.402978], + [118.029224, 33.374995], + [117.992883, 33.333005], + [117.974405, 33.279487], + [117.939297, 33.262475], + [117.942376, 33.224936], + [117.977485, 33.226437], + [117.988572, 33.180869], + [118.037231, 33.152314], + [118.038463, 33.134776], + [118.149332, 33.169348], + [118.178281, 33.217926], + [118.217085, 33.191888], + [118.219549, 33.114227], + [118.243571, 33.027967], + [118.244803, 32.998359], + [118.26944, 32.969242], + [118.303933, 32.96874], + [118.291614, 32.946143], + [118.252194, 32.936601], + [118.2331, 32.914498], + [118.250346, 32.848157], + [118.301469, 32.846145], + [118.300237, 32.783275], + [118.334114, 32.761637], + [118.363063, 32.770695], + [118.375382, 32.718849], + [118.411106, 32.715828], + [118.450526, 32.743518], + [118.483787, 32.721367], + [118.560163, 32.729926], + [118.572482, 32.719856], + [118.642699, 32.744525], + [118.707373, 32.72036], + [118.756648, 32.737477], + [118.73817, 32.772708], + [118.743097, 32.853184], + [118.743097, 32.853184], + [118.810235, 32.853687], + [118.821322, 32.920527], + [118.846575, 32.922034], + [118.849039, 32.956689], + [118.89585, 32.957694], + [118.89585, 32.957694], + [118.892771, 32.941121], + [118.934039, 32.93861], + [118.993169, 32.958196], + [119.020886, 32.955685], + [119.054763, 32.8748], + [119.113277, 32.823014], + [119.184726, 32.825529], + [119.211827, 32.708275], + [119.208748, 32.641276], + [119.230921, 32.607001], + [119.22045, 32.576748], + [119.152697, 32.557582], + [119.168096, 32.536394], + [119.142226, 32.499556], + [119.084944, 32.452602], + [119.041212, 32.515201], + [118.975923, 32.505108], + [118.922336, 32.557078], + [118.92172, 32.557078], + [118.922336, 32.557078], + [118.92172, 32.557078], + [118.890923, 32.553042], + [118.908169, 32.59238], + [118.84288, 32.56767], + [118.820706, 32.60448], + [118.784981, 32.582295], + [118.757264, 32.603976], + [118.73509, 32.58885], + [118.719076, 32.614059], + [118.719076, 32.614059], + [118.688895, 32.588346], + [118.658714, 32.594397], + [118.632844, 32.578261], + [118.59712, 32.600951], + [118.568787, 32.585825], + [118.564475, 32.562122], + [118.608823, 32.536899], + [118.592192, 32.481383], + [118.628533, 32.467751], + [118.691359, 32.472295], + [118.685199, 32.403604], + [118.703061, 32.328792], + [118.657482, 32.30148], + [118.674728, 32.250375], + [118.643931, 32.209875], + [118.510888, 32.194176], + [118.49549, 32.165304], + [118.501033, 32.121726], + [118.433896, 32.086746], + [118.394476, 32.076098], + [118.389548, 31.985281], + [118.363679, 31.930443], + [118.472084, 31.879639], + [118.466541, 31.857784], + [118.504729, 31.841516], + [118.481939, 31.778453], + [118.533678, 31.76726], + [118.521975, 31.743343], + [118.5577, 31.73011], + [118.571866, 31.746397], + [118.641467, 31.75861], + [118.653786, 31.73011], + [118.697518, 31.709747], + [118.643315, 31.671555], + [118.643315, 31.649651], + [118.736322, 31.633347], + [118.748025, 31.675629], + [118.773894, 31.682759], + [118.802844, 31.619078], + [118.858894, 31.623665], + [118.881684, 31.564023], + [118.885995, 31.519139], + [118.883532, 31.500261], + [118.852119, 31.393553], + [118.824401, 31.375672], + [118.767735, 31.363919], + [118.745561, 31.372606], + [118.720924, 31.322518], + [118.726467, 31.282121], + [118.756648, 31.279564], + [118.794836, 31.229426], + [118.870597, 31.242219], + [118.984546, 31.237102], + [119.014727, 31.241707], + [119.10527, 31.235055], + [119.107118, 31.250917], + [119.158241, 31.294907], + [119.197661, 31.295418], + [119.198277, 31.270357], + [119.266646, 31.250405], + [119.294363, 31.263195], + [119.338095, 31.259103], + [119.350414, 31.301043], + [119.374435, 31.258591], + [119.360269, 31.213049], + [119.391682, 31.174142], + [119.439109, 31.177214], + [119.461283, 31.156219], + [119.532732, 31.159291], + [119.599869, 31.10909], + [119.623891, 31.130096], + [119.678093, 31.167997], + [119.705811, 31.152634], + [119.715666, 31.169533], + [119.779723, 31.17875], + [119.809904, 31.148536], + [119.827151, 31.174142], + [119.878274, 31.160828], + [119.921389, 31.170045], + [119.946027, 31.106016], + [119.988527, 31.059375], + [120.001461, 31.027071], + [120.052584, 31.00553], + [120.111099, 30.955761], + [120.149903, 30.937283], + [120.223816, 30.926502], + [120.316206, 30.933689], + [120.371025, 30.948575], + [120.35809, 30.886964], + [120.42338, 30.902884], + [120.435083, 30.920855], + [120.441858, 30.860768], + [120.460336, 30.839702], + [120.489285, 30.763624], + [120.504684, 30.757967], + [120.563814, 30.835592], + [120.589684, 30.854089], + [120.654973, 30.846896], + [120.68269, 30.882342], + [120.713487, 30.88491], + [120.709176, 30.933176], + [120.684538, 30.955247], + [120.698089, 30.970643], + [120.746132, 30.962432], + [120.770154, 30.996809], + [120.820661, 31.006556], + [120.865624, 30.989627], + [120.901349, 31.017327], + [120.890878, 31.094229], + [120.859465, 31.100379], + [120.881023, 31.134706], + [120.930298, 31.141365], + [121.018377, 31.134194], + [121.076892, 31.158267], + [121.060261, 31.245289], + [121.090442, 31.291838], + [121.142797, 31.275472], + [121.130478, 31.343987], + [121.113848, 31.37465], + [121.143413, 31.392021], + [121.174826, 31.44922], + [121.241963, 31.493117], + [121.247507, 31.476785], + [121.301093, 31.49873], + [121.301093, 31.49873], + [121.343593, 31.511996], + [121.371926, 31.553314], + [121.289391, 31.61653], + [121.145261, 31.75403], + [121.118775, 31.759119], + [121.200079, 31.834907], + [121.265369, 31.863883], + [121.323267, 31.868458], + [121.384861, 31.833382], + [121.431673, 31.769295], + [121.49881, 31.753012], + [121.599824, 31.703128], + [121.64294, 31.697527], + [121.715005, 31.673592], + [121.974931, 31.61704], + [121.970004, 31.718911], + [121.889315, 31.866425], + [121.856055, 31.955328], + [121.772287, 32.032984], + [121.759352, 32.059362], + [121.525295, 32.136423], + [121.542542, 32.152132], + [121.458774, 32.177462], + [121.499426, 32.211394], + [121.493882, 32.263533], + [121.450151, 32.282256], + [121.425513, 32.430885], + [121.390405, 32.460682], + [121.352216, 32.474315], + [121.269681, 32.483402], + [121.153268, 32.52933], + [121.121855, 32.569183], + [121.076892, 32.576243], + [121.020225, 32.605489], + [120.961711, 32.612042], + [120.979573, 32.636236], + [120.963559, 32.68259], + [120.916131, 32.701225], + [120.953088, 32.714318], + [120.972182, 32.761134], + [120.981421, 32.85972], + [120.957399, 32.893395], + [120.932762, 33.005887], + [120.917979, 33.02596], + [120.871784, 33.047032], + [120.874247, 33.093672], + [120.843451, 33.209915], + [120.819429, 33.237951], + [120.833595, 33.274984], + [120.813885, 33.303499], + [120.769538, 33.307], + [120.741205, 33.337505], + [120.717183, 33.436945], + [120.680227, 33.520306], + [120.622944, 33.615051], + [120.611241, 33.627012], + [120.583524, 33.668362], + [120.534249, 33.782346], + [120.48559, 33.859411], + [120.367329, 34.091674], + [120.347619, 34.179352], + [120.314359, 34.255563], + [120.311895, 34.306991], + [120.103707, 34.391481], + [119.962657, 34.459112], + [119.811752, 34.485754], + [119.781571, 34.515839], + [119.641137, 34.569078], + [119.610956, 34.592729], + [119.569072, 34.615389], + [119.465594, 34.672994], + [119.525956, 34.73351], + [119.456971, 34.748264], + [119.381827, 34.752198], + [119.494543, 34.754656], + [119.497007, 34.754164], + [119.439725, 34.785136], + [119.440957, 34.769406], + [119.378747, 34.764489], + [119.312841, 34.774813], + [119.272189, 34.797914], + [119.238313, 34.799388], + [119.217371, 34.827886], + [119.202588, 34.890253], + [119.214907, 34.925589], + [119.211211, 34.981507], + [119.238313, 35.048657], + [119.285124, 35.068252], + [119.291899, 35.028567], + [119.307298, 35.032977], + [119.292515, 35.068742], + [119.306066, 35.076578], + [119.286972, 35.115261], + [119.250016, 35.124562], + [119.217371, 35.106939], + [119.137915, 35.096167], + [119.114509, 35.055026], + [119.027045, 35.055516], + [118.942662, 35.040817], + [118.928495, 35.051106], + [118.86259, 35.025626], + [118.860742, 34.944233], + [118.805307, 34.87307], + [118.80038, 34.843114], + [118.772047, 34.794474], + [118.739402, 34.792508], + [118.719076, 34.745313], + [118.764039, 34.740396], + [118.783749, 34.723181], + [118.739402, 34.693663], + [118.690127, 34.678408], + [118.664257, 34.693663], + [118.607591, 34.694155], + [118.601431, 34.714327], + [118.545997, 34.705964], + [118.460997, 34.656258], + [118.473932, 34.623269], + [118.439439, 34.626223], + [118.424657, 34.595193], + [118.439439, 34.507949], + [118.416034, 34.473914], + [118.404947, 34.427525], + [118.379693, 34.415183], + [118.290382, 34.424563], + [118.277447, 34.404814], + [118.220165, 34.405802], + [118.217701, 34.379134], + [118.179513, 34.379628], + [118.177665, 34.45319], + [118.132702, 34.483287], + [118.16473, 34.50499], + [118.185056, 34.543942], + [118.079115, 34.569571], + [118.114839, 34.614404], + [118.084042, 34.655766], + [118.053861, 34.650843], + [117.951615, 34.678408], + [117.909732, 34.670533], + [117.902956, 34.644443], + [117.793935, 34.651827], + [117.791471, 34.583368], + [117.801942, 34.518798], + [117.684298, 34.547392], + [117.659044, 34.501044], + [117.609769, 34.490686], + [117.592523, 34.462566], + [117.53832, 34.467006], + [117.465023, 34.484767], + [117.402813, 34.550843], + [117.402813, 34.569571], + [117.370785, 34.584846], + [117.325205, 34.573021], + [117.325205, 34.573021], + [117.32151, 34.566614], + [117.32151, 34.566614], + [117.311654, 34.561686], + [117.311654, 34.561686] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 330000, + "name": "浙江省", + "center": [120.153576, 30.287459], + "centroid": [120.109913, 29.181466], + "childrenNum": 11, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 10, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [118.433896, 28.288335], + [118.444367, 28.253548], + [118.490562, 28.238259], + [118.493026, 28.262509], + [118.588497, 28.282538], + [118.595272, 28.258292], + [118.651322, 28.277267], + [118.674728, 28.27147], + [118.699366, 28.309939], + [118.719692, 28.312047], + [118.756032, 28.252493], + [118.802228, 28.240368], + [118.804075, 28.207675], + [118.771431, 28.188687], + [118.805923, 28.154923], + [118.802228, 28.117453], + [118.767735, 28.10584], + [118.719076, 28.063601], + [118.733858, 28.027684], + [118.730163, 27.970615], + [118.753568, 27.947885], + [118.818242, 27.916689], + [118.829329, 27.847921], + [118.873677, 27.733563], + [118.879836, 27.667859], + [118.913713, 27.619616], + [118.909401, 27.568168], + [118.869365, 27.540047], + [118.907553, 27.460952], + [118.955597, 27.4498], + [118.986393, 27.47582], + [118.983314, 27.498649], + [119.020886, 27.498118], + [119.03998, 27.478475], + [119.092335, 27.466262], + [119.129907, 27.475289], + [119.121284, 27.438115], + [119.14777, 27.424836], + [119.224146, 27.416868], + [119.26911, 27.42218], + [119.285124, 27.457766], + [119.334399, 27.480067], + [119.360269, 27.524657], + [119.416935, 27.539517], + [119.438493, 27.508734], + [119.466826, 27.526249], + [119.501935, 27.610601], + [119.501319, 27.649837], + [119.541971, 27.666799], + [119.606028, 27.674749], + [119.644217, 27.663619], + [119.626354, 27.620676], + [119.630666, 27.582491], + [119.675014, 27.574534], + [119.659615, 27.540578], + [119.690412, 27.537394], + [119.70889, 27.514042], + [119.703347, 27.446613], + [119.685485, 27.438646], + [119.711354, 27.403054], + [119.750774, 27.373829], + [119.739687, 27.362668], + [119.782187, 27.330241], + [119.768636, 27.307909], + [119.843165, 27.300464], + [119.938636, 27.329709], + [119.960194, 27.365857], + [120.008237, 27.375423], + [120.026099, 27.344063], + [120.052584, 27.338747], + [120.096316, 27.390302], + [120.136968, 27.402523], + [120.134504, 27.420055], + [120.221352, 27.420055], + [120.26262, 27.432804], + [120.273091, 27.38924], + [120.340844, 27.399867], + [120.343924, 27.363199], + [120.430155, 27.258976], + [120.401822, 27.250996], + [120.404286, 27.204166], + [120.461568, 27.142407], + [120.492365, 27.136016], + [120.545952, 27.156785], + [120.574901, 27.234501], + [120.554575, 27.25206], + [120.580444, 27.321203], + [120.665444, 27.357884], + [120.673451, 27.420055], + [120.703016, 27.478475], + [120.637111, 27.561271], + [120.634647, 27.577186], + [120.685154, 27.622797], + [120.709176, 27.682699], + [120.771386, 27.734623], + [120.777545, 27.774873], + [120.809574, 27.775402], + [120.840371, 27.758986], + [120.910588, 27.864852], + [120.942001, 27.896592], + [120.97403, 27.887071], + [121.027616, 27.832574], + [121.070116, 27.834162], + [121.107688, 27.81352], + [121.152036, 27.815638], + [121.134174, 27.787051], + [121.13479, 27.787051], + [121.149572, 27.801345], + [121.149572, 27.801875], + [121.153268, 27.809815], + [121.152652, 27.810344], + [121.192072, 27.822518], + [121.193304, 27.872259], + [121.162507, 27.879136], + [121.162507, 27.90717], + [121.099681, 27.895005], + [121.05595, 27.900294], + [120.991892, 27.95], + [121.015298, 27.981714], + [121.059029, 28.096338], + [121.108304, 28.139092], + [121.121239, 28.12537], + [121.140949, 28.031382], + [121.176058, 28.022401], + [121.261057, 28.034551], + [121.299862, 28.067297], + [121.328195, 28.134343], + [121.373774, 28.133287], + [121.402107, 28.197127], + [121.45631, 28.250385], + [121.488955, 28.301509], + [121.538846, 28.299401], + [121.571491, 28.279376], + [121.580114, 28.240368], + [121.627541, 28.251966], + [121.669425, 28.33312], + [121.660186, 28.355768], + [121.634317, 28.347868], + [121.658954, 28.392628], + [121.692831, 28.407368], + [121.671273, 28.472621], + [121.646019, 28.511544], + [121.634317, 28.562542], + [121.596128, 28.575156], + [121.557324, 28.645033], + [121.540694, 28.655537], + [121.646019, 28.682842], + [121.689135, 28.719062], + [121.704534, 28.804577], + [121.687287, 28.863294], + [121.774751, 28.863818], + [121.772287, 28.898404], + [121.743338, 28.954451], + [121.711309, 28.985865], + [121.712541, 29.028783], + [121.658954, 29.058606], + [121.660186, 29.118226], + [121.616454, 29.143318], + [121.608447, 29.168927], + [121.715621, 29.125022], + [121.750113, 29.136523], + [121.767975, 29.166837], + [121.780294, 29.10986], + [121.811091, 29.10986], + [121.85975, 29.086328], + [121.884388, 29.105677], + [121.966308, 29.052852], + [121.970004, 29.092604], + [121.988482, 29.110906], + [121.986634, 29.154817], + [121.948446, 29.193485], + [121.971851, 29.193485], + [121.966924, 29.249894], + [122.002032, 29.260336], + [122.000185, 29.278608], + [121.94475, 29.28435], + [121.958301, 29.334448], + [121.936127, 29.348012], + [121.937975, 29.384], + [121.975547, 29.411113], + [121.993409, 29.45229], + [121.973083, 29.477821], + [121.968772, 29.515846], + [121.995257, 29.545007], + [122.000185, 29.582486], + [121.966308, 29.636078], + [121.909641, 29.650122], + [121.872685, 29.632437], + [121.833265, 29.653242], + [121.937359, 29.748373], + [122.003264, 29.762401], + [122.043916, 29.822647], + [122.10243, 29.859504], + [122.143082, 29.877668], + [122.140003, 29.901535], + [122.00696, 29.891678], + [122.00388, 29.92021], + [121.971235, 29.955476], + [121.919497, 29.920729], + [121.835113, 29.958068], + [121.78399, 29.99332], + [121.721164, 29.992802], + [121.699606, 30.007832], + [121.652795, 30.071037], + [121.635548, 30.070002], + [121.561636, 30.184395], + [121.497578, 30.258861], + [121.395332, 30.338435], + [121.371926, 30.37097], + [121.328195, 30.397299], + [121.225333, 30.404526], + [121.183449, 30.434458], + [121.092906, 30.515952], + [121.058413, 30.563888], + [121.148956, 30.599953], + [121.188992, 30.632916], + [121.239499, 30.648878], + [121.274608, 30.677191], + [121.272144, 30.723504], + [121.232108, 30.755909], + [121.21671, 30.785734], + [121.174826, 30.771851], + [121.123087, 30.77905], + [121.13787, 30.826342], + [121.097833, 30.857171], + [121.060261, 30.845354], + [121.038087, 30.814007], + [120.991892, 30.837133], + [121.020225, 30.872069], + [120.993124, 30.889532], + [121.000515, 30.938309], + [120.989428, 31.01425], + [120.949392, 31.030148], + [120.940153, 31.010146], + [120.901349, 31.017327], + [120.865624, 30.989627], + [120.820661, 31.006556], + [120.770154, 30.996809], + [120.746132, 30.962432], + [120.698089, 30.970643], + [120.684538, 30.955247], + [120.709176, 30.933176], + [120.713487, 30.88491], + [120.68269, 30.882342], + [120.654973, 30.846896], + [120.589684, 30.854089], + [120.563814, 30.835592], + [120.504684, 30.757967], + [120.489285, 30.763624], + [120.460336, 30.839702], + [120.441858, 30.860768], + [120.435083, 30.920855], + [120.42338, 30.902884], + [120.35809, 30.886964], + [120.371025, 30.948575], + [120.316206, 30.933689], + [120.223816, 30.926502], + [120.149903, 30.937283], + [120.111099, 30.955761], + [120.052584, 31.00553], + [120.001461, 31.027071], + [119.988527, 31.059375], + [119.946027, 31.106016], + [119.921389, 31.170045], + [119.878274, 31.160828], + [119.827151, 31.174142], + [119.809904, 31.148536], + [119.779723, 31.17875], + [119.715666, 31.169533], + [119.705811, 31.152634], + [119.678093, 31.167997], + [119.623891, 31.130096], + [119.649144, 31.104991], + [119.629434, 31.085517], + [119.633746, 31.019379], + [119.580159, 30.967051], + [119.582007, 30.932149], + [119.563529, 30.919315], + [119.557369, 30.874124], + [119.575847, 30.829939], + [119.55429, 30.825828], + [119.527188, 30.77905], + [119.479761, 30.772365], + [119.482841, 30.704467], + [119.444652, 30.650422], + [119.408312, 30.645274], + [119.39045, 30.685941], + [119.343022, 30.664322], + [119.323312, 30.630341], + [119.238929, 30.609225], + [119.265414, 30.574709], + [119.237081, 30.546881], + [119.272189, 30.510281], + [119.326392, 30.532964], + [119.336247, 30.508734], + [119.335015, 30.448389], + [119.36766, 30.38491], + [119.402768, 30.374584], + [119.349182, 30.349281], + [119.326392, 30.372002], + [119.277117, 30.341018], + [119.246936, 30.341018], + [119.236465, 30.297106], + [119.201356, 30.290905], + [119.126828, 30.304856], + [119.091719, 30.323972], + [119.06277, 30.304856], + [118.988857, 30.332237], + [118.954365, 30.360126], + [118.880452, 30.31519], + [118.877988, 30.282637], + [118.905089, 30.216464], + [118.929727, 30.2025], + [118.852735, 30.166805], + [118.852119, 30.149729], + [118.895234, 30.148694], + [118.873677, 30.11505], + [118.878604, 30.064822], + [118.902626, 30.029078], + [118.894619, 29.937845], + [118.838568, 29.934733], + [118.841032, 29.891159], + [118.740634, 29.814859], + [118.744945, 29.73902], + [118.700598, 29.706277], + [118.647011, 29.64336], + [118.61991, 29.654282], + [118.573714, 29.638159], + [118.532446, 29.588731], + [118.500417, 29.57572], + [118.496106, 29.519492], + [118.381541, 29.504909], + [118.347664, 29.474174], + [118.329802, 29.495012], + [118.306396, 29.479384], + [118.316252, 29.422581], + [118.248498, 29.431443], + [118.193064, 29.395472], + [118.205382, 29.343839], + [118.166578, 29.314099], + [118.178281, 29.297921], + [118.138861, 29.283828], + [118.077883, 29.290614], + [118.073571, 29.216993], + [118.042159, 29.210202], + [118.027992, 29.167882], + [118.045238, 29.149068], + [118.037847, 29.102017], + [118.076035, 29.074822], + [118.066796, 29.053898], + [118.097593, 28.998952], + [118.115455, 29.009944], + [118.115455, 29.009944], + [118.133933, 28.983771], + [118.165346, 28.986912], + [118.227556, 28.942406], + [118.195527, 28.904167], + [118.270056, 28.918836], + [118.300237, 28.826075], + [118.364295, 28.813491], + [118.403099, 28.702791], + [118.428352, 28.681267], + [118.428352, 28.617193], + [118.428352, 28.617193], + [118.412338, 28.55676], + [118.4302, 28.515225], + [118.414802, 28.497344], + [118.474548, 28.478934], + [118.456686, 28.424738], + [118.432048, 28.402104], + [118.455454, 28.384204], + [118.480091, 28.327325], + [118.433896, 28.288335] + ] + ], + [ + [ + [122.163408, 29.988137], + [122.239785, 29.962735], + [122.279205, 29.937326], + [122.322321, 29.940438], + [122.341415, 29.976733], + [122.343879, 30.020269], + [122.310002, 30.039958], + [122.290908, 30.074663], + [122.301379, 30.086574], + [122.293988, 30.100554], + [122.152938, 30.113497], + [122.095655, 30.158008], + [122.048844, 30.147141], + [121.955221, 30.183878], + [121.934895, 30.161631], + [121.983554, 30.100554], + [121.989714, 30.077252], + [121.978011, 30.059125], + [122.027902, 29.991247], + [122.106742, 30.005759], + [122.118445, 29.986582], + [122.163408, 29.988137] + ] + ], + [ + [ + [122.213915, 30.186464], + [122.178807, 30.199396], + [122.152938, 30.19112], + [122.143698, 30.163183], + [122.168336, 30.138343], + [122.213915, 30.186464] + ] + ], + [ + [ + [122.229314, 29.711995], + [122.210836, 29.700559], + [122.269966, 29.685482], + [122.231162, 29.710435], + [122.229314, 29.711995] + ] + ], + [ + [ + [122.427646, 30.738422], + [122.427031, 30.697777], + [122.532972, 30.696748], + [122.528045, 30.725047], + [122.475074, 30.714243], + [122.445509, 30.745109], + [122.427646, 30.738422] + ] + ], + [ + [ + [122.162793, 30.329654], + [122.058083, 30.291938], + [122.154169, 30.244903], + [122.231778, 30.234562], + [122.247176, 30.30124], + [122.228082, 30.329654], + [122.191126, 30.329654], + [122.176343, 30.351863], + [122.162793, 30.329654] + ] + ], + [ + [ + [122.317393, 30.249556], + [122.277973, 30.242835], + [122.358661, 30.236113], + [122.365437, 30.255242], + [122.417175, 30.238699], + [122.40732, 30.272817], + [122.333408, 30.272817], + [122.317393, 30.249556] + ] + ], + [ + [ + [122.026054, 29.178333], + [122.013119, 29.151681], + [122.056851, 29.158476], + [122.075945, 29.176243], + [122.036525, 29.20759], + [122.026054, 29.178333] + ] + ], + [ + [ + [122.372212, 29.893234], + [122.386379, 29.834069], + [122.415944, 29.828877], + [122.401777, 29.869884], + [122.433806, 29.883376], + [122.43319, 29.919173], + [122.411632, 29.951846], + [122.398081, 29.9394], + [122.351886, 29.959105], + [122.330944, 29.937845], + [122.338951, 29.911911], + [122.353734, 29.89946], + [122.362973, 29.894272], + [122.372212, 29.893234] + ] + ], + [ + [ + [122.43011, 30.408655], + [122.432574, 30.445294], + [122.37406, 30.461802], + [122.277973, 30.471603], + [122.281669, 30.418461], + [122.318625, 30.407106], + [122.352502, 30.422074], + [122.43011, 30.408655] + ] + ], + [ + [ + [121.837577, 28.770484], + [121.86283, 28.782024], + [121.861598, 28.814016], + [121.837577, 28.770484] + ] + ], + [ + [ + [122.265038, 29.84549], + [122.221307, 29.832512], + [122.248408, 29.804473], + [122.310002, 29.766557], + [122.325401, 29.781621], + [122.299531, 29.819532], + [122.319241, 29.829397], + [122.265038, 29.84549] + ] + ], + [ + [ + [121.790765, 29.082144], + [121.832649, 29.050236], + [121.84312, 29.082144], + [121.82033, 29.099402], + [121.790765, 29.082144] + ] + ], + [ + [ + [121.201311, 27.623328], + [121.197616, 27.618025], + [121.198848, 27.616964], + [121.203775, 27.625979], + [121.201311, 27.623328] + ] + ], + [ + [ + [121.943518, 30.776993], + [121.968156, 30.688514], + [121.997105, 30.658659], + [122.087032, 30.602014], + [122.133227, 30.595317], + [122.075329, 30.647848], + [122.011271, 30.66947], + [121.992793, 30.695204], + [121.987866, 30.753338], + [121.970004, 30.789333], + [121.943518, 30.776993] + ] + ], + [ + [ + [121.889315, 28.471569], + [121.918881, 28.497344], + [121.881924, 28.502603], + [121.889315, 28.471569] + ] + ], + [ + [ + [122.182503, 29.650642], + [122.211452, 29.692241], + [122.200365, 29.712515], + [122.146778, 29.749412], + [122.13138, 29.788893], + [122.083952, 29.78318], + [122.047612, 29.719791], + [122.074097, 29.701599], + [122.095655, 29.716673], + [122.138155, 29.662083], + [122.182503, 29.650642] + ] + ], + [ + [ + [122.461523, 29.944068], + [122.459675, 29.944586], + [122.460291, 29.947179], + [122.451668, 29.943031], + [122.451052, 29.940956], + [122.450436, 29.940956], + [122.449204, 29.9394], + [122.4529, 29.936807], + [122.452284, 29.935252], + [122.45598, 29.926435], + [122.457827, 29.927472], + [122.462755, 29.927991], + [122.467067, 29.928509], + [122.459059, 29.938882], + [122.461523, 29.944068] + ] + ], + [ + [ + [122.570544, 30.644244], + [122.559457, 30.679764], + [122.546523, 30.651967], + [122.570544, 30.644244] + ] + ], + [ + [ + [121.869605, 28.423685], + [121.910873, 28.44], + [121.889931, 28.45105], + [121.869605, 28.423685] + ] + ], + [ + [ + [122.065474, 30.179739], + [122.055619, 30.200431], + [122.017431, 30.186464], + [122.025438, 30.161631], + [122.065474, 30.179739] + ] + ], + [ + [ + [122.391306, 29.970512], + [122.411632, 30.025969], + [122.378371, 30.023896], + [122.3679, 29.980361], + [122.391306, 29.970512] + ] + ], + [ + [ + [121.850511, 29.977251], + [121.874533, 29.964809], + [121.933047, 29.994875], + [121.924424, 30.052391], + [121.88562, 30.094859], + [121.848663, 30.101072], + [121.84004, 30.047211], + [121.844968, 29.982953], + [121.850511, 29.977251] + ] + ], + [ + [ + [121.066421, 27.478475], + [121.066421, 27.461483], + [121.107073, 27.443958], + [121.067036, 27.478475], + [121.066421, 27.478475] + ] + ], + [ + [ + [121.952141, 29.187738], + [121.979243, 29.160043], + [121.976779, 29.191918], + [121.952141, 29.187738] + ] + ], + [ + [ + [122.038373, 29.759284], + [122.011271, 29.746294], + [122.02975, 29.716673], + [122.038373, 29.759284] + ] + ], + [ + [ + [121.940438, 30.114533], + [121.910257, 30.089163], + [121.945982, 30.064304], + [121.962612, 30.106249], + [121.940438, 30.114533] + ] + ], + [ + [ + [121.957685, 30.287804], + [122.0008, 30.308473], + [121.989098, 30.339985], + [121.94167, 30.33327], + [121.921344, 30.30744], + [121.957685, 30.287804] + ] + ], + [ + [ + [122.192974, 29.965327], + [122.163408, 29.988137], + [122.152322, 29.97103], + [122.154169, 29.97103], + [122.155401, 29.970512], + [122.18435, 29.955476], + [122.192974, 29.965327] + ] + ], + [ + [ + [122.287828, 29.723949], + [122.301379, 29.748373], + [122.258263, 29.753569], + [122.241633, 29.784738], + [122.2133, 29.771752], + [122.251488, 29.731225], + [122.287828, 29.723949] + ] + ], + [ + [ + [121.134174, 27.787051], + [121.134174, 27.785992], + [121.13479, 27.787051], + [121.134174, 27.787051] + ] + ], + [ + [ + [122.760254, 30.141966], + [122.784275, 30.130062], + [122.781196, 30.13265], + [122.778116, 30.13679], + [122.770725, 30.138861], + [122.763333, 30.141966], + [122.762101, 30.142484], + [122.760254, 30.141966] + ] + ], + [ + [ + [122.264423, 30.269716], + [122.253952, 30.237147], + [122.315545, 30.250073], + [122.300147, 30.271266], + [122.264423, 30.269716] + ] + ], + [ + [ + [122.282901, 29.860542], + [122.30877, 29.849642], + [122.343263, 29.860542], + [122.343263, 29.882857], + [122.301379, 29.883895], + [122.282901, 29.860542] + ] + ], + [ + [ + [122.781196, 30.694175], + [122.799674, 30.716301], + [122.778732, 30.729677], + [122.757174, 30.713728], + [122.781196, 30.694175] + ] + ], + [ + [ + [121.098449, 27.937311], + [121.152652, 27.961629], + [121.120623, 27.986471], + [121.0695, 27.984357], + [121.038087, 27.948942], + [121.098449, 27.937311] + ] + ], + [ + [ + [121.185913, 27.963215], + [121.237652, 27.988056], + [121.197616, 28.000739], + [121.17113, 27.978543], + [121.185913, 27.963215] + ] + ], + [ + [ + [122.454132, 29.956513], + [122.447972, 29.955994], + [122.445509, 29.952365], + [122.446741, 29.951327], + [122.447972, 29.947698], + [122.459059, 29.950809], + [122.458443, 29.951846], + [122.455364, 29.955994], + [122.454132, 29.956513] + ] + ], + [ + [ + [122.836014, 30.698806], + [122.831087, 30.728648], + [122.807681, 30.714243], + [122.836014, 30.698806] + ] + ], + [ + [ + [122.200365, 29.969475], + [122.233626, 29.946661], + [122.273662, 29.93214], + [122.239785, 29.960142], + [122.200365, 29.969475] + ] + ], + [ + [ + [122.029134, 29.954957], + [122.043916, 29.930584], + [122.058699, 29.955994], + [122.029134, 29.954957] + ] + ], + [ + [ + [121.044247, 27.979072], + [121.089826, 27.998625], + [121.073812, 28.007608], + [121.044247, 27.979072] + ] + ], + [ + [ + [122.471378, 29.927472], + [122.470762, 29.925916], + [122.473226, 29.925397], + [122.47261, 29.927472], + [122.471378, 29.927472] + ] + ], + [ + [ + [122.152322, 29.97103], + [122.155401, 29.970512], + [122.154169, 29.97103], + [122.152322, 29.97103] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 340000, + "name": "安徽省", + "center": [117.283042, 31.86119], + "centroid": [117.226884, 31.849254], + "childrenNum": 16, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 11, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [116.599629, 34.014324], + [116.641512, 33.978103], + [116.64336, 33.896675], + [116.631042, 33.887733], + [116.566984, 33.9081], + [116.558361, 33.881274], + [116.486296, 33.869846], + [116.437637, 33.846489], + [116.437021, 33.801246], + [116.408071, 33.805721], + [116.393905, 33.782843], + [116.316912, 33.771402], + [116.263326, 33.730101], + [116.230065, 33.735078], + [116.155536, 33.709693], + [116.132747, 33.751501], + [116.100102, 33.782843], + [116.074232, 33.781351], + [116.055754, 33.804727], + [116.05945, 33.860902], + [115.982457, 33.917039], + [116.00032, 33.965199], + [115.95782, 34.007875], + [115.904233, 34.009859], + [115.876516, 34.028708], + [115.877132, 34.002913], + [115.85003, 34.004898], + [115.846335, 34.028708], + [115.809378, 34.062428], + [115.768726, 34.061932], + [115.736082, 34.076805], + [115.705901, 34.059949], + [115.658473, 34.061437], + [115.642459, 34.03218], + [115.60735, 34.030196], + [115.579017, 33.974133], + [115.577785, 33.950307], + [115.547604, 33.874815], + [115.631988, 33.869846], + [115.614126, 33.775879], + [115.576553, 33.787817], + [115.563003, 33.772895], + [115.601807, 33.718653], + [115.601191, 33.658898], + [115.639995, 33.585143], + [115.564851, 33.576169], + [115.511264, 33.55323], + [115.463837, 33.567193], + [115.422569, 33.557219], + [115.394851, 33.506335], + [115.366518, 33.5233], + [115.345576, 33.502842], + [115.345576, 33.449928], + [115.324634, 33.457418], + [115.315395, 33.431451], + [115.328946, 33.403477], + [115.313547, 33.376994], + [115.341881, 33.370997], + [115.365286, 33.336005], + [115.361591, 33.298497], + [115.335105, 33.297997], + [115.340033, 33.260973], + [115.300613, 33.204407], + [115.303692, 33.149809], + [115.289526, 33.131769], + [115.245178, 33.135778], + [115.194671, 33.120743], + [115.168186, 33.088658], + [115.041302, 33.086653], + [114.990795, 33.102195], + [114.966158, 33.147304], + [114.932897, 33.153817], + [114.902716, 33.129764], + [114.897172, 33.086653], + [114.913187, 33.083143], + [114.925506, 33.016928], + [114.891629, 33.020441], + [114.883006, 32.990328], + [114.916266, 32.971251], + [114.943368, 32.935094], + [115.009273, 32.940117], + [115.035143, 32.932582], + [115.029599, 32.906962], + [115.139237, 32.897917], + [115.155867, 32.864747], + [115.197135, 32.856201], + [115.189744, 32.812452], + [115.211301, 32.785791], + [115.189744, 32.770695], + [115.179273, 32.726402], + [115.182968, 32.666973], + [115.20083, 32.591876], + [115.24333, 32.593388], + [115.267352, 32.578261], + [115.30554, 32.583303], + [115.304924, 32.553042], + [115.411482, 32.575235], + [115.409018, 32.549007], + [115.497713, 32.492489], + [115.5088, 32.468761], + [115.510648, 32.468761], + [115.510648, 32.468256], + [115.510648, 32.467751], + [115.509416, 32.466741], + [115.522967, 32.441997], + [115.57101, 32.419266], + [115.604271, 32.425833], + [115.626445, 32.40512], + [115.657857, 32.428864], + [115.667712, 32.409667], + [115.704669, 32.495013], + [115.742241, 32.476335], + [115.771806, 32.505108], + [115.789052, 32.468761], + [115.861117, 32.537403], + [115.891298, 32.576243], + [115.910393, 32.567165], + [115.8759, 32.542448], + [115.845719, 32.501575], + [115.883291, 32.487946], + [115.865429, 32.458662], + [115.899306, 32.390971], + [115.912856, 32.227596], + [115.941805, 32.166318], + [115.922095, 32.049725], + [115.928871, 32.003046], + [115.909161, 31.94314], + [115.920248, 31.920285], + [115.894994, 31.8649], + [115.893762, 31.832365], + [115.914704, 31.814567], + [115.886371, 31.776418], + [115.851878, 31.786593], + [115.808147, 31.770313], + [115.808147, 31.770313], + [115.767495, 31.78761], + [115.731154, 31.76726], + [115.676336, 31.778453], + [115.553764, 31.69549], + [115.534054, 31.698545], + [115.495249, 31.673083], + [115.476771, 31.643028], + [115.485394, 31.608885], + [115.439815, 31.588496], + [115.415793, 31.525771], + [115.371446, 31.495668], + [115.389924, 31.450241], + [115.373909, 31.405813], + [115.393004, 31.389977], + [115.372062, 31.349098], + [115.40717, 31.337854], + [115.443511, 31.344498], + [115.473076, 31.265242], + [115.507568, 31.267799], + [115.539597, 31.231985], + [115.540213, 31.194621], + [115.585793, 31.143926], + [115.603655, 31.17363], + [115.655394, 31.211002], + [115.700973, 31.201276], + [115.778582, 31.112164], + [115.797676, 31.128047], + [115.837712, 31.127022], + [115.867277, 31.147512], + [115.887603, 31.10909], + [115.939958, 31.071678], + [115.938726, 31.04707], + [116.006479, 31.034764], + [116.015102, 31.011685], + [116.058834, 31.012711], + [116.071769, 30.956787], + [116.03974, 30.957813], + [115.976298, 30.931636], + [115.932566, 30.889532], + [115.865429, 30.864364], + [115.848799, 30.828397], + [115.863581, 30.815549], + [115.851262, 30.756938], + [115.782893, 30.751795], + [115.762567, 30.685426], + [115.81369, 30.637035], + [115.819234, 30.597893], + [115.848799, 30.602014], + [115.876516, 30.582438], + [115.887603, 30.542758], + [115.910393, 30.519046], + [115.894994, 30.452517], + [115.921479, 30.416397], + [115.885139, 30.379747], + [115.91532, 30.337919], + [115.903001, 30.31364], + [115.985537, 30.290905], + [115.997856, 30.252657], + [116.065609, 30.204569], + [116.055754, 30.180774], + [116.088399, 30.110391], + [116.078544, 30.062233], + [116.091479, 30.036331], + [116.073616, 29.969993], + [116.128435, 29.897904], + [116.13521, 29.819532], + [116.172783, 29.828358], + [116.227601, 29.816936], + [116.250391, 29.785777], + [116.280572, 29.788893], + [116.342782, 29.835626], + [116.467818, 29.896347], + [116.525716, 29.897385], + [116.552201, 29.909836], + [116.585462, 30.045657], + [116.620571, 30.073109], + [116.666766, 30.076734], + [116.720353, 30.053945], + [116.747454, 30.057053], + [116.783794, 30.030632], + [116.802889, 29.99643], + [116.830606, 30.004723], + [116.83307, 29.95755], + [116.868794, 29.980361], + [116.900207, 29.949253], + [116.882961, 29.893753], + [116.780715, 29.792529], + [116.762237, 29.802396], + [116.673541, 29.709916], + [116.698795, 29.707836], + [116.70557, 29.69692], + [116.706802, 29.6964], + [116.704954, 29.688602], + [116.680317, 29.681323], + [116.651983, 29.637118], + [116.716657, 29.590813], + [116.721585, 29.564789], + [116.760389, 29.599139], + [116.780715, 29.569994], + [116.849084, 29.57624], + [116.873722, 29.609546], + [116.939627, 29.648561], + [116.974736, 29.657403], + [116.996294, 29.683403], + [117.041873, 29.680803], + [117.112706, 29.711995], + [117.108395, 29.75201], + [117.136728, 29.775388], + [117.123177, 29.798761], + [117.073286, 29.831992], + [117.127489, 29.86158], + [117.129952, 29.89946], + [117.171836, 29.920729], + [117.2168, 29.926953], + [117.246365, 29.915023], + [117.261763, 29.880781], + [117.25314, 29.834588], + [117.29256, 29.822647], + [117.338756, 29.848085], + [117.359082, 29.812782], + [117.382487, 29.840818], + [117.415132, 29.85068], + [117.408973, 29.802396], + [117.455168, 29.749412], + [117.453936, 29.688082], + [117.490277, 29.660003], + [117.530313, 29.654282], + [117.523538, 29.630356], + [117.543248, 29.588731], + [117.608537, 29.591333], + [117.647957, 29.614749], + [117.678754, 29.595496], + [117.690457, 29.555939], + [117.729877, 29.550213], + [117.795167, 29.570515], + [117.872775, 29.54761], + [117.933753, 29.549172], + [118.00397, 29.578322], + [118.042774, 29.566351], + [118.050782, 29.542924], + [118.095129, 29.534072], + [118.143788, 29.489803], + [118.127774, 29.47209], + [118.136397, 29.418932], + [118.193064, 29.395472], + [118.248498, 29.431443], + [118.316252, 29.422581], + [118.306396, 29.479384], + [118.329802, 29.495012], + [118.347664, 29.474174], + [118.381541, 29.504909], + [118.496106, 29.519492], + [118.500417, 29.57572], + [118.532446, 29.588731], + [118.573714, 29.638159], + [118.61991, 29.654282], + [118.647011, 29.64336], + [118.700598, 29.706277], + [118.744945, 29.73902], + [118.740634, 29.814859], + [118.841032, 29.891159], + [118.838568, 29.934733], + [118.894619, 29.937845], + [118.902626, 30.029078], + [118.878604, 30.064822], + [118.873677, 30.11505], + [118.895234, 30.148694], + [118.852119, 30.149729], + [118.852735, 30.166805], + [118.929727, 30.2025], + [118.905089, 30.216464], + [118.877988, 30.282637], + [118.880452, 30.31519], + [118.954365, 30.360126], + [118.988857, 30.332237], + [119.06277, 30.304856], + [119.091719, 30.323972], + [119.126828, 30.304856], + [119.201356, 30.290905], + [119.236465, 30.297106], + [119.246936, 30.341018], + [119.277117, 30.341018], + [119.326392, 30.372002], + [119.349182, 30.349281], + [119.402768, 30.374584], + [119.36766, 30.38491], + [119.335015, 30.448389], + [119.336247, 30.508734], + [119.326392, 30.532964], + [119.272189, 30.510281], + [119.237081, 30.546881], + [119.265414, 30.574709], + [119.238929, 30.609225], + [119.323312, 30.630341], + [119.343022, 30.664322], + [119.39045, 30.685941], + [119.408312, 30.645274], + [119.444652, 30.650422], + [119.482841, 30.704467], + [119.479761, 30.772365], + [119.527188, 30.77905], + [119.55429, 30.825828], + [119.575847, 30.829939], + [119.557369, 30.874124], + [119.563529, 30.919315], + [119.582007, 30.932149], + [119.580159, 30.967051], + [119.633746, 31.019379], + [119.629434, 31.085517], + [119.649144, 31.104991], + [119.623891, 31.130096], + [119.599869, 31.10909], + [119.532732, 31.159291], + [119.461283, 31.156219], + [119.439109, 31.177214], + [119.391682, 31.174142], + [119.360269, 31.213049], + [119.374435, 31.258591], + [119.350414, 31.301043], + [119.338095, 31.259103], + [119.294363, 31.263195], + [119.266646, 31.250405], + [119.198277, 31.270357], + [119.197661, 31.295418], + [119.158241, 31.294907], + [119.107118, 31.250917], + [119.10527, 31.235055], + [119.014727, 31.241707], + [118.984546, 31.237102], + [118.870597, 31.242219], + [118.794836, 31.229426], + [118.756648, 31.279564], + [118.726467, 31.282121], + [118.720924, 31.322518], + [118.745561, 31.372606], + [118.767735, 31.363919], + [118.824401, 31.375672], + [118.852119, 31.393553], + [118.883532, 31.500261], + [118.857046, 31.506384], + [118.865669, 31.519139], + [118.885995, 31.519139], + [118.881684, 31.564023], + [118.858894, 31.623665], + [118.802844, 31.619078], + [118.773894, 31.682759], + [118.748025, 31.675629], + [118.736322, 31.633347], + [118.643315, 31.649651], + [118.643315, 31.671555], + [118.697518, 31.709747], + [118.653786, 31.73011], + [118.641467, 31.75861], + [118.571866, 31.746397], + [118.5577, 31.73011], + [118.521975, 31.743343], + [118.533678, 31.76726], + [118.481939, 31.778453], + [118.504729, 31.841516], + [118.466541, 31.857784], + [118.472084, 31.879639], + [118.363679, 31.930443], + [118.389548, 31.985281], + [118.394476, 32.076098], + [118.433896, 32.086746], + [118.501033, 32.121726], + [118.49549, 32.165304], + [118.510888, 32.194176], + [118.643931, 32.209875], + [118.674728, 32.250375], + [118.657482, 32.30148], + [118.703061, 32.328792], + [118.685199, 32.403604], + [118.691359, 32.472295], + [118.628533, 32.467751], + [118.592192, 32.481383], + [118.608823, 32.536899], + [118.564475, 32.562122], + [118.568787, 32.585825], + [118.59712, 32.600951], + [118.632844, 32.578261], + [118.658714, 32.594397], + [118.688895, 32.588346], + [118.719076, 32.614059], + [118.719076, 32.614059], + [118.73509, 32.58885], + [118.757264, 32.603976], + [118.784981, 32.582295], + [118.820706, 32.60448], + [118.84288, 32.56767], + [118.908169, 32.59238], + [118.890923, 32.553042], + [118.92172, 32.557078], + [118.922336, 32.557078], + [118.92172, 32.557078], + [118.922336, 32.557078], + [118.975923, 32.505108], + [119.041212, 32.515201], + [119.084944, 32.452602], + [119.142226, 32.499556], + [119.168096, 32.536394], + [119.152697, 32.557582], + [119.22045, 32.576748], + [119.230921, 32.607001], + [119.208748, 32.641276], + [119.211827, 32.708275], + [119.184726, 32.825529], + [119.113277, 32.823014], + [119.054763, 32.8748], + [119.020886, 32.955685], + [118.993169, 32.958196], + [118.934039, 32.93861], + [118.892771, 32.941121], + [118.89585, 32.957694], + [118.89585, 32.957694], + [118.849039, 32.956689], + [118.846575, 32.922034], + [118.821322, 32.920527], + [118.810235, 32.853687], + [118.743097, 32.853184], + [118.743097, 32.853184], + [118.73817, 32.772708], + [118.756648, 32.737477], + [118.707373, 32.72036], + [118.642699, 32.744525], + [118.572482, 32.719856], + [118.560163, 32.729926], + [118.483787, 32.721367], + [118.450526, 32.743518], + [118.411106, 32.715828], + [118.375382, 32.718849], + [118.363063, 32.770695], + [118.334114, 32.761637], + [118.300237, 32.783275], + [118.301469, 32.846145], + [118.250346, 32.848157], + [118.2331, 32.914498], + [118.252194, 32.936601], + [118.291614, 32.946143], + [118.303933, 32.96874], + [118.26944, 32.969242], + [118.244803, 32.998359], + [118.243571, 33.027967], + [118.219549, 33.114227], + [118.217085, 33.191888], + [118.178281, 33.217926], + [118.149332, 33.169348], + [118.038463, 33.134776], + [118.037231, 33.152314], + [117.988572, 33.180869], + [117.977485, 33.226437], + [117.942376, 33.224936], + [117.939297, 33.262475], + [117.974405, 33.279487], + [117.992883, 33.333005], + [118.029224, 33.374995], + [118.016905, 33.402978], + [118.027376, 33.455421], + [118.050782, 33.491863], + [118.107448, 33.475391], + [118.117919, 33.594615], + [118.112376, 33.617045], + [118.16781, 33.663381], + [118.161035, 33.735576], + [118.117919, 33.766427], + [118.065564, 33.76593], + [118.019985, 33.738562], + [117.972557, 33.74951], + [117.901724, 33.720146], + [117.843826, 33.736074], + [117.791471, 33.733585], + [117.750203, 33.710688], + [117.72495, 33.74951], + [117.739732, 33.758467], + [117.759442, 33.874318], + [117.753899, 33.891211], + [117.715095, 33.879287], + [117.672595, 33.934916], + [117.671363, 33.992494], + [117.629479, 34.028708], + [117.612849, 34.000433], + [117.569117, 33.985051], + [117.543248, 34.038627], + [117.514914, 34.060941], + [117.435458, 34.028212], + [117.404045, 34.03218], + [117.357234, 34.088205], + [117.311654, 34.067882], + [117.277162, 34.078787], + [117.257452, 34.065899], + [117.192162, 34.068873], + [117.130568, 34.101586], + [117.123793, 34.128342], + [117.046801, 34.151622], + [117.025243, 34.167469], + [117.051112, 34.221425], + [116.969192, 34.283753], + [116.983359, 34.348011], + [116.960569, 34.363821], + [116.969192, 34.389012], + [116.909446, 34.408271], + [116.828142, 34.389012], + [116.782563, 34.429993], + [116.773939, 34.453683], + [116.722816, 34.472434], + [116.662454, 34.472927], + [116.592237, 34.493646], + [116.594085, 34.511894], + [116.490607, 34.573513], + [116.477057, 34.614896], + [116.432709, 34.630163], + [116.430245, 34.650843], + [116.374195, 34.640011], + [116.334159, 34.620806], + [116.32492, 34.601104], + [116.286116, 34.608986], + [116.247927, 34.551829], + [116.196804, 34.575977], + [116.191261, 34.535561], + [116.204196, 34.508442], + [116.178326, 34.496112], + [116.162312, 34.459605], + [116.178942, 34.430487], + [116.215898, 34.403333], + [116.213435, 34.382098], + [116.255934, 34.376665], + [116.301514, 34.342082], + [116.357564, 34.319843], + [116.372347, 34.26595], + [116.409303, 34.273863], + [116.409303, 34.273863], + [116.456731, 34.268917], + [116.516477, 34.296114], + [116.562056, 34.285731], + [116.582382, 34.266444], + [116.545426, 34.241711], + [116.542962, 34.203608], + [116.565752, 34.16945], + [116.536187, 34.151127], + [116.52818, 34.122892], + [116.576223, 34.068873], + [116.576223, 34.068873], + [116.599629, 34.014324], + [116.599629, 34.014324] + ] + ], + [ + [ + [118.865669, 31.519139], + [118.857046, 31.506384], + [118.883532, 31.500261], + [118.885995, 31.519139], + [118.865669, 31.519139] + ] + ], + [ + [ + [116.698795, 29.707836], + [116.673541, 29.709916], + [116.653831, 29.694841], + [116.680317, 29.681323], + [116.704954, 29.688602], + [116.706802, 29.6964], + [116.70557, 29.69692], + [116.698795, 29.707836] + ] + ], + [ + [ + [115.5088, 32.468761], + [115.509416, 32.466741], + [115.510648, 32.467751], + [115.510648, 32.468256], + [115.510648, 32.468761], + [115.5088, 32.468761] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 350000, + "name": "福建省", + "center": [119.306239, 26.075302], + "centroid": [118.006468, 26.069925], + "childrenNum": 9, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 12, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [119.004872, 24.970009], + [118.989473, 24.973807], + [119.023966, 25.04377], + [119.016575, 25.058409], + [118.974691, 25.024792], + [118.945126, 25.028588], + [118.892155, 25.092558], + [118.974691, 25.115319], + [118.951901, 25.15162], + [118.985162, 25.168954], + [118.985162, 25.19495], + [118.942046, 25.211195], + [118.940198, 25.21715], + [118.943278, 25.221482], + [118.903242, 25.239347], + [118.900162, 25.242595], + [118.919256, 25.248008], + [118.91556, 25.256668], + [118.918024, 25.25721], + [118.956212, 25.272905], + [118.996864, 25.266411], + [118.975307, 25.237723], + [118.990089, 25.20199], + [119.055379, 25.219316], + [119.074473, 25.211195], + [119.054147, 25.168412], + [119.032589, 25.17437], + [119.028893, 25.139702], + [119.06585, 25.102855], + [119.075705, 25.099604], + [119.134219, 25.106107], + [119.107118, 25.075214], + [119.119436, 25.012861], + [119.146538, 25.056782], + [119.165632, 25.145661], + [119.137299, 25.15487], + [119.108349, 25.193867], + [119.131755, 25.223106], + [119.190269, 25.175995], + [119.231537, 25.188993], + [119.26911, 25.159746], + [119.314689, 25.190076], + [119.294979, 25.237182], + [119.331935, 25.230685], + [119.380595, 25.250173], + [119.333167, 25.287516], + [119.299291, 25.328634], + [119.247552, 25.333502], + [119.240776, 25.316733], + [119.218603, 25.368115], + [119.14469, 25.388121], + [119.151465, 25.426503], + [119.191501, 25.424341], + [119.232153, 25.442176], + [119.219834, 25.468654], + [119.256175, 25.488643], + [119.275269, 25.476758], + [119.26295, 25.428124], + [119.288204, 25.410827], + [119.353493, 25.411908], + [119.343638, 25.472436], + [119.359037, 25.521592], + [119.400921, 25.493505], + [119.45266, 25.493505], + [119.438493, 25.412449], + [119.463131, 25.448661], + [119.491464, 25.443257], + [119.48592, 25.418935], + [119.507478, 25.396231], + [119.486536, 25.369737], + [119.548746, 25.365952], + [119.578927, 25.400556], + [119.555521, 25.429205], + [119.577695, 25.445959], + [119.59063, 25.398394], + [119.582623, 25.374063], + [119.597405, 25.334584], + [119.649144, 25.342697], + [119.665159, 25.3719], + [119.656535, 25.396772], + [119.670086, 25.435691], + [119.622659, 25.434069], + [119.675014, 25.468113], + [119.682405, 25.445959], + [119.688564, 25.441095], + [119.773564, 25.395691], + [119.764325, 25.433529], + [119.804977, 25.457847], + [119.866571, 25.455145], + [119.864107, 25.469734], + [119.862875, 25.474597], + [119.811136, 25.507009], + [119.81668, 25.532393], + [119.861027, 25.531313], + [119.883817, 25.546432], + [119.831462, 25.579905], + [119.843165, 25.597717], + [119.790194, 25.614447], + [119.785883, 25.66786], + [119.700267, 25.616606], + [119.683637, 25.592859], + [119.716898, 25.551292], + [119.715666, 25.51187], + [119.680557, 25.497827], + [119.675014, 25.475137], + [119.634362, 25.475137], + [119.611572, 25.519972], + [119.616499, 25.556691], + [119.586934, 25.59232], + [119.534579, 25.585303], + [119.541355, 25.6247], + [119.478529, 25.631715], + [119.472986, 25.662466], + [119.543819, 25.684581], + [119.602949, 25.68512], + [119.602949, 25.714779], + [119.626354, 25.723406], + [119.628202, 25.87212], + [119.638057, 25.889888], + [119.69534, 25.904424], + [119.723673, 26.011503], + [119.700267, 26.032477], + [119.668854, 26.026024], + [119.654688, 26.090002], + [119.618963, 26.11956], + [119.604181, 26.168985], + [119.664543, 26.202282], + [119.676246, 26.262943], + [119.7711, 26.285481], + [119.802513, 26.268846], + [119.806825, 26.307479], + [119.845013, 26.323036], + [119.862875, 26.307479], + [119.904143, 26.308552], + [119.95465, 26.352534], + [119.946027, 26.374519], + [119.893672, 26.355752], + [119.835774, 26.434019], + [119.83639, 26.454381], + [119.788346, 26.583435], + [119.740303, 26.610727], + [119.670086, 26.618218], + [119.605412, 26.595744], + [119.577695, 26.622498], + [119.619579, 26.649246], + [119.637441, 26.703256], + [119.664543, 26.726243], + [119.711354, 26.686681], + [119.833926, 26.690959], + [119.864107, 26.671174], + [119.873962, 26.642827], + [119.908455, 26.661547], + [119.899216, 26.693098], + [119.938636, 26.747088], + [119.942947, 26.784492], + [120.052584, 26.786629], + [120.061824, 26.768997], + [119.99407, 26.720363], + [119.969433, 26.686681], + [119.972512, 26.654594], + [119.949107, 26.624638], + [119.901679, 26.624638], + [119.851788, 26.595209], + [119.828383, 26.524013], + [119.867187, 26.509019], + [119.947875, 26.56042], + [119.93802, 26.576478], + [119.967585, 26.597885], + [120.007621, 26.595744], + [120.063671, 26.627848], + [120.093852, 26.613938], + [120.1382, 26.638012], + [120.110483, 26.692563], + [120.162222, 26.717691], + [120.151135, 26.750829], + [120.106787, 26.752966], + [120.136352, 26.797847], + [120.103707, 26.794642], + [120.102476, 26.82669], + [120.073526, 26.823485], + [120.054432, 26.863533], + [120.117874, 26.882751], + [120.126497, 26.920644], + [120.130193, 26.917976], + [120.1807, 26.920644], + [120.233055, 26.907837], + [120.25954, 26.982526], + [120.279866, 26.987326], + [120.275554, 27.027315], + [120.29588, 27.035845], + [120.282946, 27.089671], + [120.391967, 27.081146], + [120.403054, 27.10086], + [120.461568, 27.142407], + [120.404286, 27.204166], + [120.401822, 27.250996], + [120.430155, 27.258976], + [120.343924, 27.363199], + [120.340844, 27.399867], + [120.273091, 27.38924], + [120.26262, 27.432804], + [120.221352, 27.420055], + [120.134504, 27.420055], + [120.136968, 27.402523], + [120.096316, 27.390302], + [120.052584, 27.338747], + [120.026099, 27.344063], + [120.008237, 27.375423], + [119.960194, 27.365857], + [119.938636, 27.329709], + [119.843165, 27.300464], + [119.768636, 27.307909], + [119.782187, 27.330241], + [119.739687, 27.362668], + [119.750774, 27.373829], + [119.711354, 27.403054], + [119.685485, 27.438646], + [119.703347, 27.446613], + [119.70889, 27.514042], + [119.690412, 27.537394], + [119.659615, 27.540578], + [119.675014, 27.574534], + [119.630666, 27.582491], + [119.626354, 27.620676], + [119.644217, 27.663619], + [119.606028, 27.674749], + [119.541971, 27.666799], + [119.501319, 27.649837], + [119.501935, 27.610601], + [119.466826, 27.526249], + [119.438493, 27.508734], + [119.416935, 27.539517], + [119.360269, 27.524657], + [119.334399, 27.480067], + [119.285124, 27.457766], + [119.26911, 27.42218], + [119.224146, 27.416868], + [119.14777, 27.424836], + [119.121284, 27.438115], + [119.129907, 27.475289], + [119.092335, 27.466262], + [119.03998, 27.478475], + [119.020886, 27.498118], + [118.983314, 27.498649], + [118.986393, 27.47582], + [118.955597, 27.4498], + [118.907553, 27.460952], + [118.869365, 27.540047], + [118.909401, 27.568168], + [118.913713, 27.619616], + [118.879836, 27.667859], + [118.873677, 27.733563], + [118.829329, 27.847921], + [118.818242, 27.916689], + [118.753568, 27.947885], + [118.730163, 27.970615], + [118.733858, 28.027684], + [118.719076, 28.063601], + [118.767735, 28.10584], + [118.802228, 28.117453], + [118.805923, 28.154923], + [118.771431, 28.188687], + [118.804075, 28.207675], + [118.802228, 28.240368], + [118.756032, 28.252493], + [118.719692, 28.312047], + [118.699366, 28.309939], + [118.674728, 28.27147], + [118.651322, 28.277267], + [118.595272, 28.258292], + [118.588497, 28.282538], + [118.493026, 28.262509], + [118.490562, 28.238259], + [118.444367, 28.253548], + [118.433896, 28.288335], + [118.424041, 28.291497], + [118.314404, 28.221913], + [118.339041, 28.193962], + [118.375382, 28.186577], + [118.361215, 28.155978], + [118.356288, 28.091586], + [118.242339, 28.075746], + [118.199839, 28.049869], + [118.153644, 28.062016], + [118.120999, 28.041946], + [118.129006, 28.017118], + [118.094513, 28.003909], + [118.096977, 27.970615], + [117.999043, 27.991227], + [117.965166, 27.962687], + [117.942992, 27.974315], + [117.910963, 27.949471], + [117.856145, 27.94577], + [117.78716, 27.896063], + [117.788392, 27.855858], + [117.740348, 27.800286], + [117.704624, 27.834162], + [117.68245, 27.823577], + [117.649805, 27.851625], + [117.609769, 27.863265], + [117.556182, 27.966387], + [117.52169, 27.982243], + [117.477958, 27.930966], + [117.453936, 27.939955], + [117.407741, 27.893948], + [117.366473, 27.88231], + [117.341836, 27.855858], + [117.334444, 27.8876], + [117.280242, 27.871201], + [117.276546, 27.847921], + [117.303031, 27.833103], + [117.296256, 27.764282], + [117.245133, 27.71926], + [117.205097, 27.714492], + [117.204481, 27.683759], + [117.174916, 27.677399], + [117.114554, 27.692238], + [117.096076, 27.667329], + [117.11209, 27.645596], + [117.094228, 27.627569], + [117.065279, 27.665739], + [117.040641, 27.669979], + [117.003685, 27.625449], + [117.024627, 27.592569], + [117.01662, 27.563393], + [117.054808, 27.5427], + [117.076982, 27.566046], + [117.103467, 27.533149], + [117.110242, 27.458828], + [117.133032, 27.42218], + [117.107163, 27.393491], + [117.104699, 27.330773], + [117.140423, 27.322798], + [117.136728, 27.303123], + [117.171836, 27.29036], + [117.149662, 27.241419], + [117.044953, 27.146667], + [117.05296, 27.100327], + [116.967344, 27.061962], + [116.936547, 27.019319], + [116.910062, 27.034779], + [116.851548, 27.009188], + [116.817671, 27.018252], + [116.679085, 26.978259], + [116.632889, 26.933984], + [116.602092, 26.888623], + [116.548506, 26.84004], + [116.543578, 26.803723], + [116.557745, 26.773806], + [116.515245, 26.720898], + [116.520172, 26.684543], + [116.566368, 26.650315], + [116.553433, 26.575942], + [116.539267, 26.559349], + [116.597165, 26.512768], + [116.610716, 26.476882], + [116.638433, 26.477418], + [116.608252, 26.429732], + [116.601476, 26.372911], + [116.553433, 26.365404], + [116.553433, 26.400253], + [116.519557, 26.410437], + [116.499846, 26.361651], + [116.459194, 26.345026], + [116.437021, 26.308016], + [116.412999, 26.297822], + [116.385282, 26.238253], + [116.400064, 26.202819], + [116.392057, 26.171133], + [116.435789, 26.159854], + [116.476441, 26.172745], + [116.489375, 26.113649], + [116.384666, 26.030864], + [116.360028, 25.991601], + [116.369883, 25.963088], + [116.326152, 25.956631], + [116.303362, 25.924341], + [116.258398, 25.902809], + [116.225138, 25.908731], + [116.17771, 25.894195], + [116.132131, 25.860273], + [116.131515, 25.824185], + [116.18079, 25.778926], + [116.129667, 25.758985], + [116.106877, 25.701299], + [116.067457, 25.703995], + [116.068689, 25.646282], + [116.041588, 25.62416], + [116.063145, 25.56317], + [116.040356, 25.548052], + [116.03666, 25.514571], + [116.005247, 25.490264], + [116.023109, 25.435691], + [115.992928, 25.374063], + [116.008327, 25.319437], + [115.987385, 25.290221], + [115.949813, 25.292386], + [115.930719, 25.236099], + [115.855574, 25.20957], + [115.860501, 25.165704], + [115.888219, 25.128866], + [115.880212, 25.092016], + [115.908545, 25.084428], + [115.928255, 25.050276], + [115.873436, 25.019911], + [115.925175, 24.960786], + [115.870356, 24.959701], + [115.89253, 24.936911], + [115.907929, 24.923343], + [115.985537, 24.899461], + [116.015102, 24.905975], + [116.068073, 24.850053], + [116.153073, 24.846795], + [116.191877, 24.877203], + [116.221442, 24.829959], + [116.251007, 24.82507], + [116.244232, 24.793563], + [116.297202, 24.801712], + [116.345862, 24.828872], + [116.363724, 24.87123], + [116.395137, 24.877746], + [116.417927, 24.840821], + [116.381586, 24.82507], + [116.375427, 24.803885], + [116.419158, 24.767482], + [116.416079, 24.744113], + [116.44626, 24.714216], + [116.485064, 24.720196], + [116.517709, 24.652225], + [116.506622, 24.621218], + [116.530027, 24.604895], + [116.570679, 24.621762], + [116.600861, 24.654401], + [116.623034, 24.64189], + [116.667382, 24.658752], + [116.777635, 24.679418], + [116.815207, 24.654944], + [116.761005, 24.583128], + [116.759157, 24.545572], + [116.796729, 24.502014], + [116.83307, 24.496568], + [116.860787, 24.460075], + [116.839229, 24.442097], + [116.903903, 24.369614], + [116.895895, 24.350533], + [116.919301, 24.321087], + [116.914374, 24.287817], + [116.938395, 24.28127], + [116.933468, 24.220157], + [116.956257, 24.216883], + [116.998757, 24.179217], + [116.9347, 24.126794], + [116.930388, 24.064514], + [116.953178, 24.008218], + [116.981511, 23.999471], + [116.976583, 23.931659], + [116.955642, 23.922359], + [116.981511, 23.855602], + [117.012308, 23.855054], + [117.019083, 23.801952], + [117.048032, 23.758687], + [117.055424, 23.694038], + [117.123793, 23.647448], + [117.147199, 23.654027], + [117.192778, 23.629356], + [117.192778, 23.5619], + [117.291328, 23.571225], + [117.302415, 23.550379], + [117.387415, 23.555317], + [117.463791, 23.584937], + [117.454552, 23.628259], + [117.493357, 23.642514], + [117.501364, 23.70445], + [117.54448, 23.715956], + [117.601762, 23.70171], + [117.660276, 23.789357], + [117.651653, 23.815093], + [117.671979, 23.878041], + [117.691073, 23.888985], + [117.762522, 23.886796], + [117.792703, 23.906494], + [117.807486, 23.947521], + [117.864768, 24.004938], + [117.910347, 24.012045], + [117.927594, 24.039922], + [117.936217, 24.100029], + [118.000275, 24.152462], + [118.019369, 24.197232], + [118.074803, 24.225615], + [118.115455, 24.229435], + [118.158571, 24.269814], + [118.112376, 24.357075], + [118.081579, 24.35653], + [118.088354, 24.408858], + [118.048934, 24.418122], + [118.084042, 24.528695], + [118.121615, 24.570067], + [118.150564, 24.583673], + [118.169042, 24.559725], + [118.242955, 24.51236], + [118.375382, 24.536317], + [118.363679, 24.567889], + [118.444367, 24.614689], + [118.512736, 24.60816], + [118.557084, 24.572788], + [118.558316, 24.51236], + [118.614366, 24.521617], + [118.680272, 24.58204], + [118.687047, 24.63373], + [118.661178, 24.622306], + [118.652554, 24.653857], + [118.670417, 24.679962], + [118.703677, 24.665278], + [118.778822, 24.743569], + [118.786213, 24.77672], + [118.650707, 24.808774], + [118.647627, 24.843536], + [118.702445, 24.865258], + [118.69875, 24.848967], + [118.748641, 24.84245], + [118.807771, 24.870687], + [118.834256, 24.854397], + [118.864437, 24.887518], + [118.933423, 24.870687], + [118.988857, 24.878831], + [118.987009, 24.898375], + [118.932807, 24.906518], + [118.91864, 24.932569], + [118.945741, 24.954275], + [119.014111, 24.941252], + [119.032589, 24.961328], + [119.032589, 24.961871], + [119.007335, 24.963499], + [119.004872, 24.970009] + ] + ], + [ + [ + [118.412338, 24.514538], + [118.374766, 24.458986], + [118.318715, 24.486765], + [118.298389, 24.477506], + [118.31194, 24.424661], + [118.282375, 24.413218], + [118.329802, 24.382152], + [118.353208, 24.415398], + [118.405563, 24.427931], + [118.457918, 24.412128], + [118.477012, 24.437738], + [118.451758, 24.506915], + [118.412338, 24.514538] + ] + ], + [ + [ + [119.471138, 25.197116], + [119.507478, 25.183036], + [119.52534, 25.157579], + [119.549362, 25.161912], + [119.566608, 25.210112], + [119.540739, 25.20199], + [119.501319, 25.21715], + [119.473601, 25.259916], + [119.44342, 25.238806], + [119.444036, 25.20199], + [119.471138, 25.197116] + ] + ], + [ + [ + [119.580159, 25.627398], + [119.611572, 25.669479], + [119.580775, 25.650059], + [119.580159, 25.627398] + ] + ], + [ + [ + [119.976824, 26.191005], + [120.016244, 26.217316], + [119.998998, 26.235569], + [119.970665, 26.217852], + [119.976824, 26.191005] + ] + ], + [ + [ + [118.230636, 24.401228], + [118.273752, 24.441007], + [118.233716, 24.445911], + [118.230636, 24.401228] + ] + ], + [ + [ + [119.906607, 26.68989], + [119.926933, 26.664756], + [119.950954, 26.692563], + [119.906607, 26.68989] + ] + ], + [ + [ + [118.204151, 24.504737], + [118.191832, 24.536861], + [118.14502, 24.560814], + [118.093281, 24.540672], + [118.068644, 24.463344], + [118.084042, 24.435559], + [118.143173, 24.420847], + [118.19368, 24.463344], + [118.204151, 24.504737] + ] + ], + [ + [ + [119.929397, 26.134067], + [119.960194, 26.146961], + [119.919542, 26.172208], + [119.929397, 26.134067] + ] + ], + [ + [ + [119.642985, 26.129231], + [119.665159, 26.155556], + [119.62697, 26.173282], + [119.606028, 26.15287], + [119.642985, 26.129231] + ] + ], + [ + [ + [120.034106, 26.488667], + [120.066751, 26.498308], + [120.071679, 26.521336], + [120.035954, 26.515981], + [120.034106, 26.488667] + ] + ], + [ + [ + [119.662079, 25.646822], + [119.673782, 25.632794], + [119.718745, 25.634952], + [119.716898, 25.664624], + [119.662079, 25.646822] + ] + ], + [ + [ + [119.760629, 26.613402], + [119.776644, 26.600025], + [119.818527, 26.616613], + [119.796354, 26.630523], + [119.760629, 26.613402] + ] + ], + [ + [ + [120.135736, 26.550784], + [120.167149, 26.571661], + [120.153598, 26.604841], + [120.117874, 26.568984], + [120.135736, 26.550784] + ] + ], + [ + [ + [120.360554, 26.916909], + [120.394431, 26.933984], + [120.363018, 26.967592], + [120.327909, 26.963858], + [120.319286, 26.944654], + [120.360554, 26.916909] + ] + ], + [ + [ + [120.150519, 26.798916], + [120.140048, 26.795176], + [120.163454, 26.798381], + [120.161606, 26.803189], + [120.150519, 26.798916] + ] + ], + [ + [ + [119.668238, 26.628383], + [119.720593, 26.635873], + [119.758781, 26.659408], + [119.748926, 26.681334], + [119.712586, 26.6685], + [119.673782, 26.680799], + [119.651608, 26.657269], + [119.668238, 26.628383] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 360000, + "name": "江西省", + "center": [115.892151, 28.676493], + "centroid": [115.732975, 27.636112], + "childrenNum": 11, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 13, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [118.193064, 29.395472], + [118.136397, 29.418932], + [118.127774, 29.47209], + [118.143788, 29.489803], + [118.095129, 29.534072], + [118.050782, 29.542924], + [118.042774, 29.566351], + [118.00397, 29.578322], + [117.933753, 29.549172], + [117.872775, 29.54761], + [117.795167, 29.570515], + [117.729877, 29.550213], + [117.690457, 29.555939], + [117.678754, 29.595496], + [117.647957, 29.614749], + [117.608537, 29.591333], + [117.543248, 29.588731], + [117.523538, 29.630356], + [117.530313, 29.654282], + [117.490277, 29.660003], + [117.453936, 29.688082], + [117.455168, 29.749412], + [117.408973, 29.802396], + [117.415132, 29.85068], + [117.382487, 29.840818], + [117.359082, 29.812782], + [117.338756, 29.848085], + [117.29256, 29.822647], + [117.25314, 29.834588], + [117.261763, 29.880781], + [117.246365, 29.915023], + [117.2168, 29.926953], + [117.171836, 29.920729], + [117.129952, 29.89946], + [117.127489, 29.86158], + [117.073286, 29.831992], + [117.123177, 29.798761], + [117.136728, 29.775388], + [117.108395, 29.75201], + [117.112706, 29.711995], + [117.041873, 29.680803], + [116.996294, 29.683403], + [116.974736, 29.657403], + [116.939627, 29.648561], + [116.873722, 29.609546], + [116.849084, 29.57624], + [116.780715, 29.569994], + [116.760389, 29.599139], + [116.721585, 29.564789], + [116.716657, 29.590813], + [116.651983, 29.637118], + [116.680317, 29.681323], + [116.653831, 29.694841], + [116.673541, 29.709916], + [116.762237, 29.802396], + [116.780715, 29.792529], + [116.882961, 29.893753], + [116.900207, 29.949253], + [116.868794, 29.980361], + [116.83307, 29.95755], + [116.830606, 30.004723], + [116.802889, 29.99643], + [116.783794, 30.030632], + [116.747454, 30.057053], + [116.720353, 30.053945], + [116.666766, 30.076734], + [116.620571, 30.073109], + [116.585462, 30.045657], + [116.552201, 29.909836], + [116.525716, 29.897385], + [116.467818, 29.896347], + [116.342782, 29.835626], + [116.280572, 29.788893], + [116.250391, 29.785777], + [116.227601, 29.816936], + [116.172783, 29.828358], + [116.13521, 29.819532], + [116.087167, 29.795125], + [116.049595, 29.761881], + [115.965827, 29.724469], + [115.909777, 29.723949], + [115.837096, 29.748373], + [115.762567, 29.793048], + [115.706517, 29.837703], + [115.667712, 29.850161], + [115.611662, 29.841337], + [115.51188, 29.840299], + [115.479235, 29.811224], + [115.470612, 29.739539], + [115.412714, 29.688602], + [115.355431, 29.649602], + [115.304924, 29.637118], + [115.28583, 29.618391], + [115.250722, 29.660003], + [115.176809, 29.654803], + [115.113367, 29.684963], + [115.117679, 29.655843], + [115.143548, 29.645961], + [115.120142, 29.597578], + [115.157099, 29.584568], + [115.154019, 29.510117], + [115.086266, 29.525741], + [115.087498, 29.560104], + [115.033295, 29.546568], + [115.00065, 29.572076], + [114.947679, 29.542924], + [114.966773, 29.522096], + [114.940288, 29.493971], + [114.900868, 29.505951], + [114.860216, 29.476258], + [114.888549, 29.436134], + [114.918114, 29.454374], + [114.90518, 29.473132], + [114.935977, 29.486678], + [114.947063, 29.465317], + [114.931049, 29.422581], + [114.895325, 29.397557], + [114.866375, 29.404335], + [114.812173, 29.383478], + [114.784455, 29.386086], + [114.759818, 29.363139], + [114.740724, 29.386607], + [114.67297, 29.395993], + [114.621847, 29.379828], + [114.589819, 29.352707], + [114.519602, 29.325578], + [114.466015, 29.324013], + [114.440145, 29.341752], + [114.376088, 29.322969], + [114.341595, 29.327665], + [114.307102, 29.365225], + [114.259059, 29.343839], + [114.252284, 29.23475], + [114.169748, 29.216993], + [114.063191, 29.204978], + [114.034857, 29.152204], + [113.98743, 29.126068], + [113.952321, 29.092604], + [113.94185, 29.047097], + [113.961561, 28.999476], + [113.955401, 28.978536], + [113.973879, 28.937692], + [114.008988, 28.955498], + [114.005292, 28.917788], + [114.028082, 28.891069], + [114.060111, 28.902596], + [114.056415, 28.872204], + [114.076741, 28.834464], + [114.124784, 28.843376], + [114.153734, 28.829221], + [114.137719, 28.779926], + [114.157429, 28.761566], + [114.122321, 28.623497], + [114.132176, 28.607211], + [114.08598, 28.558337], + [114.138335, 28.533629], + [114.15435, 28.507337], + [114.218407, 28.48472], + [114.217175, 28.466308], + [114.172212, 28.432632], + [114.214712, 28.403157], + [114.252284, 28.395787], + [114.2529, 28.319423], + [114.198081, 28.29097], + [114.182067, 28.249858], + [114.143879, 28.246694], + [114.109386, 28.205038], + [114.107538, 28.182885], + [114.068734, 28.171806], + [114.012068, 28.174972], + [113.992357, 28.161255], + [114.025002, 28.080499], + [114.047176, 28.057263], + [114.025618, 28.031382], + [113.970184, 28.041418], + [113.966488, 28.017646], + [113.936307, 28.018703], + [113.914133, 27.991227], + [113.864242, 28.004966], + [113.845148, 27.971672], + [113.822974, 27.982243], + [113.752141, 27.93361], + [113.72812, 27.874904], + [113.756453, 27.860091], + [113.763228, 27.799228], + [113.69917, 27.740979], + [113.696707, 27.71979], + [113.652359, 27.663619], + [113.607395, 27.625449], + [113.608627, 27.585143], + [113.579062, 27.545354], + [113.583374, 27.524657], + [113.627105, 27.49971], + [113.591381, 27.467855], + [113.59754, 27.428554], + [113.632033, 27.40518], + [113.605548, 27.38924], + [113.616635, 27.345658], + [113.657902, 27.347253], + [113.699786, 27.331836], + [113.72812, 27.350442], + [113.872865, 27.384988], + [113.872865, 27.346721], + [113.854387, 27.30525], + [113.872865, 27.289828], + [113.846996, 27.222262], + [113.779242, 27.137081], + [113.771851, 27.096598], + [113.803264, 27.099261], + [113.824206, 27.036378], + [113.86301, 27.018252], + [113.892575, 26.964925], + [113.927068, 26.948922], + [113.890112, 26.895562], + [113.877177, 26.859262], + [113.835909, 26.806394], + [113.853771, 26.769532], + [113.860546, 26.664221], + [113.912901, 26.613938], + [113.996669, 26.615543], + [114.019459, 26.587182], + [114.10877, 26.56952], + [114.07243, 26.480096], + [114.110002, 26.482775], + [114.090292, 26.455988], + [114.085364, 26.406149], + [114.062575, 26.406149], + [114.030546, 26.376664], + [114.047792, 26.337518], + [114.021307, 26.288701], + [114.029314, 26.266163], + [113.978807, 26.237716], + [113.972647, 26.20604], + [113.949242, 26.192616], + [113.962792, 26.150722], + [114.013299, 26.184023], + [114.088444, 26.168448], + [114.102611, 26.187783], + [114.181451, 26.214631], + [114.216559, 26.203355], + [114.237501, 26.152333], + [114.188842, 26.121172], + [114.10569, 26.097526], + [114.121089, 26.085702], + [114.087828, 26.06635], + [114.044096, 26.076564], + [114.008372, 26.015806], + [114.028082, 25.98138], + [114.028082, 25.893119], + [113.971416, 25.836036], + [113.961561, 25.77731], + [113.920293, 25.741197], + [113.913517, 25.701299], + [113.957249, 25.611749], + [113.983118, 25.599336], + [113.986198, 25.529153], + [113.962792, 25.528072], + [113.94493, 25.441635], + [114.003444, 25.442716], + [113.983118, 25.415152], + [114.050256, 25.36433], + [114.029314, 25.328093], + [114.017611, 25.273987], + [114.039785, 25.250714], + [114.055799, 25.277775], + [114.083517, 25.275611], + [114.115545, 25.302125], + [114.190074, 25.316733], + [114.204857, 25.29942], + [114.260291, 25.291845], + [114.2954, 25.299961], + [114.31511, 25.33837], + [114.382863, 25.317274], + [114.43029, 25.343779], + [114.438914, 25.376226], + [114.477718, 25.37136], + [114.541159, 25.416773], + [114.599674, 25.385959], + [114.63663, 25.324306], + [114.714238, 25.315651], + [114.743188, 25.274528], + [114.73518, 25.225813], + [114.693912, 25.213902], + [114.685905, 25.173287], + [114.73518, 25.155954], + [114.735796, 25.121822], + [114.664963, 25.10123], + [114.640326, 25.074129], + [114.604601, 25.083886], + [114.561485, 25.077382], + [114.532536, 25.022623], + [114.506051, 24.999844], + [114.45616, 24.99659], + [114.454928, 24.977062], + [114.395798, 24.951019], + [114.403189, 24.877746], + [114.378551, 24.861457], + [114.342211, 24.807145], + [114.336052, 24.749004], + [114.281849, 24.724001], + [114.27261, 24.700624], + [114.169132, 24.689749], + [114.19069, 24.656576], + [114.258443, 24.641346], + [114.289856, 24.619042], + [114.300943, 24.578775], + [114.363769, 24.582584], + [114.391486, 24.563535], + [114.403189, 24.497657], + [114.429058, 24.48622], + [114.534384, 24.559181], + [114.589819, 24.537406], + [114.627391, 24.576598], + [114.664963, 24.583673], + [114.704999, 24.525973], + [114.73826, 24.565168], + [114.729637, 24.608704], + [114.781376, 24.613057], + [114.827571, 24.588026], + [114.846665, 24.602719], + [114.868839, 24.562446], + [114.893477, 24.582584], + [114.909491, 24.661471], + [114.940288, 24.650049], + [115.00373, 24.679418], + [115.024672, 24.669085], + [115.057317, 24.703343], + [115.083802, 24.699537], + [115.104744, 24.667997], + [115.1842, 24.711498], + [115.258729, 24.728894], + [115.269816, 24.749548], + [115.306772, 24.758787], + [115.358511, 24.735416], + [115.372678, 24.774546], + [115.412714, 24.79302], + [115.476771, 24.762591], + [115.522967, 24.702799], + [115.555611, 24.683768], + [115.569778, 24.622306], + [115.605503, 24.62557], + [115.671408, 24.604895], + [115.68927, 24.545027], + [115.752712, 24.546116], + [115.785357, 24.567345], + [115.843871, 24.562446], + [115.840791, 24.584217], + [115.797676, 24.628834], + [115.780429, 24.663103], + [115.801371, 24.705517], + [115.769342, 24.708236], + [115.756408, 24.749004], + [115.776734, 24.774546], + [115.764415, 24.791933], + [115.790284, 24.856027], + [115.807531, 24.862543], + [115.824161, 24.909232], + [115.863581, 24.891318], + [115.861733, 24.863629], + [115.907313, 24.879917], + [115.885139, 24.898918], + [115.89253, 24.936911], + [115.870356, 24.959701], + [115.925175, 24.960786], + [115.873436, 25.019911], + [115.928255, 25.050276], + [115.908545, 25.084428], + [115.880212, 25.092016], + [115.888219, 25.128866], + [115.860501, 25.165704], + [115.855574, 25.20957], + [115.930719, 25.236099], + [115.949813, 25.292386], + [115.987385, 25.290221], + [116.008327, 25.319437], + [115.992928, 25.374063], + [116.023109, 25.435691], + [116.005247, 25.490264], + [116.03666, 25.514571], + [116.040356, 25.548052], + [116.063145, 25.56317], + [116.041588, 25.62416], + [116.068689, 25.646282], + [116.067457, 25.703995], + [116.106877, 25.701299], + [116.129667, 25.758985], + [116.18079, 25.778926], + [116.131515, 25.824185], + [116.132131, 25.860273], + [116.17771, 25.894195], + [116.225138, 25.908731], + [116.258398, 25.902809], + [116.303362, 25.924341], + [116.326152, 25.956631], + [116.369883, 25.963088], + [116.360028, 25.991601], + [116.384666, 26.030864], + [116.489375, 26.113649], + [116.476441, 26.172745], + [116.435789, 26.159854], + [116.392057, 26.171133], + [116.400064, 26.202819], + [116.385282, 26.238253], + [116.412999, 26.297822], + [116.437021, 26.308016], + [116.459194, 26.345026], + [116.499846, 26.361651], + [116.519557, 26.410437], + [116.553433, 26.400253], + [116.553433, 26.365404], + [116.601476, 26.372911], + [116.608252, 26.429732], + [116.638433, 26.477418], + [116.610716, 26.476882], + [116.597165, 26.512768], + [116.539267, 26.559349], + [116.553433, 26.575942], + [116.566368, 26.650315], + [116.520172, 26.684543], + [116.515245, 26.720898], + [116.557745, 26.773806], + [116.543578, 26.803723], + [116.548506, 26.84004], + [116.602092, 26.888623], + [116.632889, 26.933984], + [116.679085, 26.978259], + [116.817671, 27.018252], + [116.851548, 27.009188], + [116.910062, 27.034779], + [116.936547, 27.019319], + [116.967344, 27.061962], + [117.05296, 27.100327], + [117.044953, 27.146667], + [117.149662, 27.241419], + [117.171836, 27.29036], + [117.136728, 27.303123], + [117.140423, 27.322798], + [117.104699, 27.330773], + [117.107163, 27.393491], + [117.133032, 27.42218], + [117.110242, 27.458828], + [117.103467, 27.533149], + [117.076982, 27.566046], + [117.054808, 27.5427], + [117.01662, 27.563393], + [117.024627, 27.592569], + [117.003685, 27.625449], + [117.040641, 27.669979], + [117.065279, 27.665739], + [117.094228, 27.627569], + [117.11209, 27.645596], + [117.096076, 27.667329], + [117.114554, 27.692238], + [117.174916, 27.677399], + [117.204481, 27.683759], + [117.205097, 27.714492], + [117.245133, 27.71926], + [117.296256, 27.764282], + [117.303031, 27.833103], + [117.276546, 27.847921], + [117.280242, 27.871201], + [117.334444, 27.8876], + [117.341836, 27.855858], + [117.366473, 27.88231], + [117.407741, 27.893948], + [117.453936, 27.939955], + [117.477958, 27.930966], + [117.52169, 27.982243], + [117.556182, 27.966387], + [117.609769, 27.863265], + [117.649805, 27.851625], + [117.68245, 27.823577], + [117.704624, 27.834162], + [117.740348, 27.800286], + [117.788392, 27.855858], + [117.78716, 27.896063], + [117.856145, 27.94577], + [117.910963, 27.949471], + [117.942992, 27.974315], + [117.965166, 27.962687], + [117.999043, 27.991227], + [118.096977, 27.970615], + [118.094513, 28.003909], + [118.129006, 28.017118], + [118.120999, 28.041946], + [118.153644, 28.062016], + [118.199839, 28.049869], + [118.242339, 28.075746], + [118.356288, 28.091586], + [118.361215, 28.155978], + [118.375382, 28.186577], + [118.339041, 28.193962], + [118.314404, 28.221913], + [118.424041, 28.291497], + [118.433896, 28.288335], + [118.480091, 28.327325], + [118.455454, 28.384204], + [118.432048, 28.402104], + [118.456686, 28.424738], + [118.474548, 28.478934], + [118.414802, 28.497344], + [118.4302, 28.515225], + [118.412338, 28.55676], + [118.428352, 28.617193], + [118.428352, 28.617193], + [118.428352, 28.681267], + [118.403099, 28.702791], + [118.364295, 28.813491], + [118.300237, 28.826075], + [118.270056, 28.918836], + [118.195527, 28.904167], + [118.227556, 28.942406], + [118.165346, 28.986912], + [118.133933, 28.983771], + [118.115455, 29.009944], + [118.115455, 29.009944], + [118.097593, 28.998952], + [118.066796, 29.053898], + [118.076035, 29.074822], + [118.037847, 29.102017], + [118.045238, 29.149068], + [118.027992, 29.167882], + [118.042159, 29.210202], + [118.073571, 29.216993], + [118.077883, 29.290614], + [118.138861, 29.283828], + [118.178281, 29.297921], + [118.166578, 29.314099], + [118.205382, 29.343839], + [118.193064, 29.395472] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370000, + "name": "山东省", + "center": [117.000923, 36.675807], + "centroid": [118.187759, 36.376092], + "childrenNum": 16, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 14, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [116.374195, 34.640011], + [116.392057, 34.710391], + [116.363724, 34.715311], + [116.369267, 34.749247], + [116.403144, 34.756131], + [116.408071, 34.850972], + [116.445028, 34.895652], + [116.557745, 34.908905], + [116.613795, 34.922645], + [116.622418, 34.939818], + [116.677853, 34.939327], + [116.781331, 34.916757], + [116.789338, 34.975133], + [116.815823, 34.965324], + [116.821983, 34.929515], + [116.858323, 34.928533], + [116.922381, 34.894671], + [116.929156, 34.843114], + [116.966113, 34.844588], + [116.979047, 34.815113], + [116.95133, 34.81069], + [116.969192, 34.771864], + [117.022163, 34.759081], + [117.070206, 34.713835], + [117.061583, 34.675947], + [117.073286, 34.639026], + [117.104083, 34.648874], + [117.15151, 34.559222], + [117.139191, 34.526687], + [117.166293, 34.434435], + [117.248213, 34.451216], + [117.252524, 34.48674], + [117.27285, 34.499565], + [117.267923, 34.532603], + [117.303647, 34.542463], + [117.27285, 34.556757], + [117.311654, 34.561686], + [117.311654, 34.561686], + [117.32151, 34.566614], + [117.32151, 34.566614], + [117.325205, 34.573021], + [117.325205, 34.573021], + [117.370785, 34.584846], + [117.402813, 34.569571], + [117.402813, 34.550843], + [117.465023, 34.484767], + [117.53832, 34.467006], + [117.592523, 34.462566], + [117.609769, 34.490686], + [117.659044, 34.501044], + [117.684298, 34.547392], + [117.801942, 34.518798], + [117.791471, 34.583368], + [117.793935, 34.651827], + [117.902956, 34.644443], + [117.909732, 34.670533], + [117.951615, 34.678408], + [118.053861, 34.650843], + [118.084042, 34.655766], + [118.114839, 34.614404], + [118.079115, 34.569571], + [118.185056, 34.543942], + [118.16473, 34.50499], + [118.132702, 34.483287], + [118.177665, 34.45319], + [118.179513, 34.379628], + [118.217701, 34.379134], + [118.220165, 34.405802], + [118.277447, 34.404814], + [118.290382, 34.424563], + [118.379693, 34.415183], + [118.404947, 34.427525], + [118.416034, 34.473914], + [118.439439, 34.507949], + [118.424657, 34.595193], + [118.439439, 34.626223], + [118.473932, 34.623269], + [118.460997, 34.656258], + [118.545997, 34.705964], + [118.601431, 34.714327], + [118.607591, 34.694155], + [118.664257, 34.693663], + [118.690127, 34.678408], + [118.739402, 34.693663], + [118.783749, 34.723181], + [118.764039, 34.740396], + [118.719076, 34.745313], + [118.739402, 34.792508], + [118.772047, 34.794474], + [118.80038, 34.843114], + [118.805307, 34.87307], + [118.860742, 34.944233], + [118.86259, 35.025626], + [118.928495, 35.051106], + [118.942662, 35.040817], + [119.027045, 35.055516], + [119.114509, 35.055026], + [119.137915, 35.096167], + [119.217371, 35.106939], + [119.250016, 35.124562], + [119.286972, 35.115261], + [119.306066, 35.076578], + [119.354109, 35.080007], + [119.373819, 35.078538], + [119.428022, 35.121136], + [119.397841, 35.137777], + [119.411392, 35.231689], + [119.450812, 35.285443], + [119.493312, 35.318655], + [119.538275, 35.296678], + [119.543819, 35.347949], + [119.590014, 35.37284], + [119.579543, 35.406504], + [119.618963, 35.459655], + [119.663311, 35.562931], + [119.662079, 35.589215], + [119.718129, 35.615492], + [119.75139, 35.617924], + [119.772332, 35.578995], + [119.780339, 35.584835], + [119.792658, 35.615492], + [119.824071, 35.646136], + [119.83023, 35.620357], + [119.868419, 35.60868], + [119.925085, 35.637382], + [119.91215, 35.660725], + [119.950339, 35.729741], + [119.920157, 35.739943], + [119.926317, 35.759856], + [119.958346, 35.760342], + [120.01378, 35.714193], + [120.049505, 35.786562], + [120.032258, 35.812288], + [120.064287, 35.873414], + [120.112331, 35.885052], + [120.125265, 35.906868], + [120.152983, 35.907353], + [120.207801, 35.947575], + [120.169613, 35.888446], + [120.202258, 35.89184], + [120.209033, 35.917531], + [120.265699, 35.966468], + [120.30512, 35.971796], + [120.316206, 36.002304], + [120.289721, 36.017311], + [120.285409, 36.01247], + [120.249069, 35.992136], + [120.257076, 36.025055], + [120.198562, 35.995525], + [120.234902, 36.030863], + [120.239214, 36.062316], + [120.181316, 36.066669], + [120.152367, 36.095206], + [120.116642, 36.102943], + [120.108635, 36.127599], + [120.142512, 36.143549], + [120.140664, 36.173507], + [120.181316, 36.203936], + [120.22012, 36.209248], + [120.224432, 36.19138], + [120.260772, 36.198624], + [120.263236, 36.182202], + [120.310047, 36.185101], + [120.297112, 36.225664], + [120.319902, 36.232423], + [120.362402, 36.196209], + [120.35809, 36.174956], + [120.286025, 36.047317], + [120.337764, 36.055058], + [120.429539, 36.056994], + [120.468959, 36.087952], + [120.546568, 36.091821], + [120.546568, 36.107778], + [120.593995, 36.100525], + [120.615553, 36.120348], + [120.64327, 36.114547], + [120.672835, 36.130016], + [120.712255, 36.126632], + [120.696857, 36.15563], + [120.696857, 36.203936], + [120.680843, 36.238698], + [120.686386, 36.279234], + [120.657437, 36.276339], + [120.66298, 36.331803], + [120.744284, 36.327946], + [120.694393, 36.390118], + [120.759683, 36.46283], + [120.828668, 36.46668], + [120.837291, 36.459942], + [120.858849, 36.424797], + [120.848994, 36.403124], + [120.871784, 36.36699], + [120.911204, 36.412276], + [120.917979, 36.417573], + [120.90874, 36.450315], + [120.938305, 36.447908], + [120.965407, 36.466199], + [120.95432, 36.507578], + [120.983269, 36.546051], + [120.962327, 36.562877], + [120.909972, 36.568645], + [120.884718, 36.601323], + [120.847146, 36.618617], + [120.882255, 36.627262], + [120.926602, 36.611892], + [120.955551, 36.575855], + [121.028848, 36.572971], + [121.078123, 36.607568], + [121.161275, 36.651273], + [121.251818, 36.671436], + [121.29863, 36.702151], + [121.31218, 36.702151], + [121.35776, 36.713186], + [121.400876, 36.701191], + [121.3941, 36.738129], + [121.454462, 36.752515], + [121.496962, 36.795179], + [121.506817, 36.803805], + [121.565331, 36.830635], + [121.548701, 36.807638], + [121.485259, 36.786073], + [121.532071, 36.73621], + [121.575186, 36.740047], + [121.556092, 36.764502], + [121.651563, 36.723739], + [121.631853, 36.80093], + [121.6762, 36.819137], + [121.726092, 36.826323], + [121.762432, 36.84644], + [121.767975, 36.874691], + [121.927504, 36.932597], + [121.965076, 36.938337], + [122.008808, 36.96225], + [122.042684, 36.871819], + [122.051923, 36.904846], + [122.093191, 36.913938], + [122.115981, 36.94025], + [122.124604, 36.944077], + [122.141235, 36.938337], + [122.119677, 36.891924], + [122.175727, 36.894317], + [122.188662, 36.866073], + [122.174495, 36.842609], + [122.220691, 36.848835], + [122.275509, 36.83734], + [122.280437, 36.835904], + [122.344495, 36.828239], + [122.378371, 36.844525], + [122.383915, 36.865595], + [122.415944, 36.85937], + [122.454748, 36.879], + [122.452284, 36.88618], + [122.434422, 36.914416], + [122.483081, 36.913938], + [122.48924, 36.886659], + [122.532356, 36.901496], + [122.55761, 36.968467], + [122.544675, 37.004797], + [122.583479, 37.037289], + [122.575472, 37.054485], + [122.494168, 37.033945], + [122.467067, 37.037289], + [122.478769, 37.058784], + [122.484313, 37.128956], + [122.533588, 37.153286], + [122.581015, 37.147562], + [122.573624, 37.176178], + [122.624131, 37.190959], + [122.592718, 37.261485], + [122.567465, 37.25958], + [122.573624, 37.296247], + [122.611196, 37.339558], + [122.607501, 37.364296], + [122.650616, 37.388551], + [122.6925, 37.373809], + [122.714058, 37.392355], + [122.701739, 37.418501], + [122.67587, 37.413273], + [122.641377, 37.428482], + [122.553914, 37.407093], + [122.4954, 37.413748], + [122.487393, 37.43466], + [122.41656, 37.414699], + [122.337103, 37.414223], + [122.281053, 37.430858], + [122.287212, 37.445114], + [122.25272, 37.467917], + [122.194205, 37.456041], + [122.166488, 37.438937], + [122.131996, 37.49926], + [122.163408, 37.519199], + [122.150474, 37.557163], + [122.08888, 37.554316], + [122.075329, 37.540556], + [122.017431, 37.531065], + [121.997721, 37.494512], + [121.923808, 37.473142], + [121.772903, 37.466492], + [121.66573, 37.473617], + [121.635548, 37.494037], + [121.575802, 37.460317], + [121.571491, 37.441313], + [121.477252, 37.475992], + [121.460006, 37.522522], + [121.400876, 37.557638], + [121.395948, 37.589891], + [121.435368, 37.592737], + [121.391021, 37.625449], + [121.349137, 37.635403], + [121.358376, 37.597479], + [121.304789, 37.582778], + [121.217326, 37.582778], + [121.17421, 37.597479], + [121.148956, 37.626397], + [121.161891, 37.646302], + [121.142797, 37.661464], + [121.160043, 37.698882], + [121.136022, 37.723501], + [121.037471, 37.718767], + [120.994356, 37.759468], + [120.943233, 37.785486], + [120.940769, 37.819533], + [120.874863, 37.833241], + [120.845298, 37.826623], + [120.839139, 37.82426], + [120.733197, 37.833714], + [120.656821, 37.793054], + [120.634031, 37.796364], + [120.590915, 37.7642], + [120.517619, 37.750005], + [120.454793, 37.757576], + [120.367945, 37.697935], + [120.227511, 37.693673], + [120.22012, 37.671886], + [120.269395, 37.658622], + [120.272475, 37.636824], + [120.215192, 37.621183], + [120.208417, 37.588469], + [120.246605, 37.556689], + [120.222584, 37.532963], + [120.144359, 37.481691], + [120.086461, 37.465067], + [120.064903, 37.448915], + [120.010085, 37.442263], + [119.949723, 37.419927], + [119.926933, 37.386649], + [119.843781, 37.376662], + [119.837006, 37.346695], + [119.883201, 37.311004], + [119.89244, 37.263866], + [119.865339, 37.233854], + [119.83023, 37.225754], + [119.808057, 37.196203], + [119.740303, 37.133727], + [119.687332, 37.143746], + [119.678709, 37.158056], + [119.576463, 37.127524], + [119.489616, 37.134681], + [119.428022, 37.125616], + [119.361501, 37.125616], + [119.327624, 37.115595], + [119.301138, 37.139452], + [119.298675, 37.197156], + [119.2069, 37.223371], + [119.190885, 37.25958], + [119.204436, 37.280058], + [119.136683, 37.230995], + [119.12806, 37.254816], + [119.091103, 37.257674], + [119.084328, 37.239572], + [119.054147, 37.254816], + [119.03998, 37.30434], + [119.001176, 37.31862], + [118.942662, 37.497361], + [118.939582, 37.527268], + [118.988857, 37.620709], + [119.023966, 37.642037], + [119.153313, 37.655305], + [119.236465, 37.651988], + [119.262334, 37.660517], + [119.280197, 37.692726], + [119.309146, 37.805349], + [119.291899, 37.869627], + [119.24016, 37.878131], + [119.212443, 37.838913], + [119.16132, 37.81906], + [119.12806, 37.847892], + [119.110813, 37.921577], + [119.001792, 37.99613], + [118.974075, 38.094162], + [118.908169, 38.139362], + [118.811467, 38.157717], + [118.703677, 38.151129], + [118.626069, 38.138421], + [118.607591, 38.129006], + [118.597736, 38.079088], + [118.552156, 38.05553], + [118.534294, 38.063541], + [118.517048, 38.088509], + [118.504729, 38.11394], + [118.44991, 38.124299], + [118.431432, 38.106406], + [118.404331, 38.121003], + [118.331034, 38.12524], + [118.217085, 38.146893], + [118.177665, 38.186417], + [118.112376, 38.210403], + [118.045238, 38.214165], + [118.018753, 38.202409], + [117.896797, 38.279495], + [117.895565, 38.301572], + [117.848754, 38.255062], + [117.808718, 38.22827], + [117.789007, 38.180772], + [117.766834, 38.158658], + [117.771145, 38.134655], + [117.746508, 38.12524], + [117.704624, 38.076262], + [117.586979, 38.071551], + [117.557414, 38.046105], + [117.557414, 38.046105], + [117.524154, 37.989527], + [117.513067, 37.94329], + [117.481038, 37.914967], + [117.438538, 37.854035], + [117.400966, 37.844584], + [117.320278, 37.861596], + [117.271618, 37.839858], + [117.185387, 37.849783], + [117.150278, 37.839385], + [117.074518, 37.848837], + [117.027091, 37.832296], + [116.919301, 37.846002], + [116.837997, 37.835132], + [116.804736, 37.848837], + [116.753613, 37.793054], + [116.753613, 37.77035], + [116.724664, 37.744327], + [116.679085, 37.728708], + [116.66307, 37.686096], + [116.604556, 37.624975], + [116.575607, 37.610754], + [116.4826, 37.521573], + [116.448108, 37.503059], + [116.433941, 37.473142], + [116.38097, 37.522522], + [116.379738, 37.522047], + [116.38097, 37.522522], + [116.379738, 37.522047], + [116.36742, 37.566177], + [116.336007, 37.581355], + [116.295355, 37.554316], + [116.278724, 37.524895], + [116.290427, 37.484065], + [116.27626, 37.466967], + [116.240536, 37.489764], + [116.240536, 37.489764], + [116.224522, 37.479791], + [116.243, 37.447965], + [116.226369, 37.428007], + [116.2855, 37.404241], + [116.236224, 37.361442], + [116.193109, 37.365723], + [116.169087, 37.384271], + [116.106261, 37.368577], + [116.085935, 37.373809], + [116.024341, 37.360015], + [115.975682, 37.337179], + [115.969523, 37.239572], + [115.909777, 37.20669], + [115.91224, 37.177132], + [115.879596, 37.150901], + [115.888219, 37.112254], + [115.85619, 37.060694], + [115.776734, 36.992848], + [115.79706, 36.968945], + [115.75764, 36.902453], + [115.71206, 36.883308], + [115.683727, 36.808117], + [115.524815, 36.763543], + [115.479851, 36.760187], + [115.451518, 36.702151], + [115.420105, 36.686795], + [115.365902, 36.621979], + [115.355431, 36.627262], + [115.33141, 36.550378], + [115.272895, 36.497476], + [115.291374, 36.460423], + [115.317243, 36.454166], + [115.297533, 36.413239], + [115.340033, 36.398307], + [115.368982, 36.342409], + [115.366518, 36.30914], + [115.423185, 36.32216], + [115.417025, 36.292742], + [115.462605, 36.276339], + [115.466916, 36.258969], + [115.466916, 36.258969], + [115.474923, 36.248352], + [115.483547, 36.148865], + [115.484163, 36.125666], + [115.449054, 36.047317], + [115.447822, 36.01247], + [115.362822, 35.971796], + [115.353583, 35.938854], + [115.364054, 35.894264], + [115.335105, 35.796756], + [115.363438, 35.779765], + [115.407786, 35.80889], + [115.460141, 35.867594], + [115.487858, 35.880688], + [115.495249, 35.896203], + [115.505104, 35.899112], + [115.513112, 35.890385], + [115.583945, 35.921893], + [115.648618, 35.922863], + [115.699125, 35.966468], + [115.774886, 35.974702], + [115.779813, 35.993588], + [115.817386, 36.012954], + [115.859886, 36.003756], + [115.89869, 36.026507], + [115.989849, 36.045381], + [116.057602, 36.104877], + [116.099486, 36.112129], + [116.063145, 36.028927], + [116.048979, 35.970343], + [115.984921, 35.974218], + [115.911624, 35.960171], + [115.907929, 35.92674], + [115.873436, 35.918985], + [115.882675, 35.879718], + [115.859886, 35.857894], + [115.81677, 35.844312], + [115.773654, 35.854014], + [115.73485, 35.833154], + [115.696046, 35.788989], + [115.693582, 35.754028], + [115.622749, 35.739457], + [115.52851, 35.733628], + [115.48601, 35.710306], + [115.383148, 35.568772], + [115.34496, 35.55368], + [115.356047, 35.490359], + [115.307388, 35.480126], + [115.237171, 35.423087], + [115.172497, 35.426501], + [115.126302, 35.41821], + [115.117679, 35.400163], + [115.091809, 35.416259], + [115.073947, 35.374304], + [115.04315, 35.376744], + [114.957534, 35.261014], + [114.929201, 35.244886], + [114.932281, 35.198441], + [114.861448, 35.182301], + [114.841738, 35.15099], + [114.883006, 35.098615], + [114.835578, 35.076578], + [114.818948, 35.051596], + [114.852209, 35.041797], + [114.824492, 35.012393], + [114.880542, 35.00357], + [114.923658, 34.968757], + [114.950759, 34.989843], + [115.008041, 34.988372], + [115.028983, 34.9717], + [115.075179, 35.000628], + [115.12815, 35.00455], + [115.157099, 34.957968], + [115.219309, 34.96042], + [115.205142, 34.914303], + [115.251953, 34.906451], + [115.239019, 34.87798], + [115.256265, 34.845079], + [115.317243, 34.859321], + [115.42688, 34.805285], + [115.449054, 34.74433], + [115.433655, 34.725149], + [115.461373, 34.637057], + [115.515575, 34.582383], + [115.553148, 34.568586], + [115.622749, 34.574499], + [115.685575, 34.556265], + [115.697278, 34.594207], + [115.787821, 34.580905], + [115.827241, 34.558236], + [115.838328, 34.5676], + [115.984305, 34.589281], + [115.991081, 34.615389], + [116.037276, 34.593222], + [116.101334, 34.60603], + [116.134594, 34.559715], + [116.156768, 34.5538], + [116.196804, 34.575977], + [116.247927, 34.551829], + [116.286116, 34.608986], + [116.32492, 34.601104], + [116.334159, 34.620806], + [116.374195, 34.640011] + ] + ], + [ + [ + [120.729502, 37.947065], + [120.721495, 37.917328], + [120.76461, 37.895134], + [120.76461, 37.923937], + [120.729502, 37.947065] + ] + ], + [ + [ + [120.692545, 37.983867], + [120.732581, 37.961694], + [120.724574, 37.987641], + [120.692545, 37.983867] + ] + ], + [ + [ + [120.990044, 36.413239], + [120.978341, 36.428649], + [120.950624, 36.414684], + [120.990044, 36.413239] + ] + ], + [ + [ + [120.750444, 38.150188], + [120.7874, 38.158658], + [120.742436, 38.199116], + [120.750444, 38.150188] + ] + ], + [ + [ + [120.918595, 38.345236], + [120.914899, 38.373393], + [120.895189, 38.36307], + [120.918595, 38.345236] + ] + ], + [ + [ + [120.159142, 35.765198], + [120.169613, 35.740428], + [120.193019, 35.756942], + [120.172077, 35.785591], + [120.159142, 35.765198] + ] + ], + [ + [ + [120.62664, 37.94565], + [120.631567, 37.981037], + [120.602002, 37.978678], + [120.62664, 37.94565] + ] + ], + [ + [ + [120.802183, 38.284193], + [120.848378, 38.305799], + [120.816349, 38.318008], + [120.802183, 38.284193] + ] + ], + [ + [ + [121.489571, 37.577086], + [121.489571, 37.577561], + [121.489571, 37.578509], + [121.488955, 37.578035], + [121.489571, 37.577086] + ] + ], + [ + [ + [121.485875, 37.578509], + [121.487723, 37.578035], + [121.487723, 37.578509], + [121.485875, 37.578509] + ] + ], + [ + [ + [121.487723, 37.578509], + [121.487723, 37.577561], + [121.488955, 37.578035], + [121.488955, 37.578509], + [121.488339, 37.578509], + [121.487723, 37.578509] + ] + ], + [ + [ + [115.495249, 35.896203], + [115.487858, 35.880688], + [115.513112, 35.890385], + [115.505104, 35.899112], + [115.495249, 35.896203] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 410000, + "name": "河南省", + "center": [113.665412, 34.757975], + "centroid": [113.619717, 33.902648], + "childrenNum": 18, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 15, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [112.716747, 32.357612], + [112.735841, 32.356095], + [112.776493, 32.358623], + [112.860877, 32.396024], + [112.888594, 32.37682], + [112.912, 32.390971], + [112.992072, 32.378336], + [113.000695, 32.41674], + [113.025949, 32.425328], + [113.078919, 32.394508], + [113.107869, 32.398551], + [113.118956, 32.375809], + [113.155912, 32.380863], + [113.158992, 32.410677], + [113.211962, 32.431895], + [113.2366, 32.407141], + [113.333918, 32.336377], + [113.317904, 32.327275], + [113.353628, 32.294904], + [113.376418, 32.298445], + [113.428773, 32.270618], + [113.511925, 32.316654], + [113.624642, 32.36115], + [113.650511, 32.412698], + [113.700402, 32.420782], + [113.735511, 32.410677], + [113.76754, 32.370249], + [113.753989, 32.328286], + [113.768772, 32.30148], + [113.768156, 32.284279], + [113.758301, 32.27669], + [113.749061, 32.272642], + [113.73859, 32.255942], + [113.752757, 32.215951], + [113.782322, 32.184553], + [113.750293, 32.11615], + [113.722576, 32.12426], + [113.728735, 32.083197], + [113.791561, 32.036028], + [113.757685, 31.98985], + [113.817431, 31.964467], + [113.805728, 31.929428], + [113.832213, 31.918761], + [113.830981, 31.87913], + [113.854387, 31.843042], + [113.893807, 31.847109], + [113.914749, 31.877098], + [113.957865, 31.852701], + [113.952321, 31.793714], + [113.988662, 31.749959], + [114.017611, 31.770822], + [114.086596, 31.782014], + [114.121705, 31.809482], + [114.134024, 31.843042], + [114.191922, 31.852192], + [114.235654, 31.833382], + [114.292936, 31.752503], + [114.350218, 31.755557], + [114.403189, 31.746906], + [114.443841, 31.728074], + [114.530688, 31.742834], + [114.549783, 31.766751], + [114.586123, 31.762172], + [114.57134, 31.660858], + [114.547935, 31.623665], + [114.560869, 31.560963], + [114.572572, 31.553824], + [114.61692, 31.585437], + [114.641558, 31.582378], + [114.696376, 31.525771], + [114.778912, 31.520669], + [114.789383, 31.480358], + [114.830035, 31.45892], + [114.870071, 31.479337], + [114.884238, 31.469129], + [114.962462, 31.494648], + [114.995107, 31.471171], + [115.022824, 31.527811], + [115.096121, 31.508425], + [115.114599, 31.530362], + [115.106592, 31.567592], + [115.12507, 31.599201], + [115.16449, 31.604808], + [115.212533, 31.555354], + [115.235939, 31.555354], + [115.218077, 31.515057], + [115.211301, 31.442072], + [115.252569, 31.421646], + [115.250722, 31.392021], + [115.301229, 31.383846], + [115.338801, 31.40428], + [115.373909, 31.405813], + [115.389924, 31.450241], + [115.371446, 31.495668], + [115.415793, 31.525771], + [115.439815, 31.588496], + [115.485394, 31.608885], + [115.476771, 31.643028], + [115.495249, 31.673083], + [115.534054, 31.698545], + [115.553764, 31.69549], + [115.676336, 31.778453], + [115.731154, 31.76726], + [115.767495, 31.78761], + [115.808147, 31.770313], + [115.808147, 31.770313], + [115.851878, 31.786593], + [115.886371, 31.776418], + [115.914704, 31.814567], + [115.893762, 31.832365], + [115.894994, 31.8649], + [115.920248, 31.920285], + [115.909161, 31.94314], + [115.928871, 32.003046], + [115.922095, 32.049725], + [115.941805, 32.166318], + [115.912856, 32.227596], + [115.899306, 32.390971], + [115.865429, 32.458662], + [115.883291, 32.487946], + [115.845719, 32.501575], + [115.8759, 32.542448], + [115.910393, 32.567165], + [115.891298, 32.576243], + [115.861117, 32.537403], + [115.789052, 32.468761], + [115.771806, 32.505108], + [115.742241, 32.476335], + [115.704669, 32.495013], + [115.667712, 32.409667], + [115.657857, 32.428864], + [115.626445, 32.40512], + [115.604271, 32.425833], + [115.57101, 32.419266], + [115.522967, 32.441997], + [115.509416, 32.466741], + [115.5088, 32.468761], + [115.497713, 32.492489], + [115.409018, 32.549007], + [115.411482, 32.575235], + [115.304924, 32.553042], + [115.30554, 32.583303], + [115.267352, 32.578261], + [115.24333, 32.593388], + [115.20083, 32.591876], + [115.182968, 32.666973], + [115.179273, 32.726402], + [115.189744, 32.770695], + [115.211301, 32.785791], + [115.189744, 32.812452], + [115.197135, 32.856201], + [115.155867, 32.864747], + [115.139237, 32.897917], + [115.029599, 32.906962], + [115.035143, 32.932582], + [115.009273, 32.940117], + [114.943368, 32.935094], + [114.916266, 32.971251], + [114.883006, 32.990328], + [114.891629, 33.020441], + [114.925506, 33.016928], + [114.913187, 33.083143], + [114.897172, 33.086653], + [114.902716, 33.129764], + [114.932897, 33.153817], + [114.966158, 33.147304], + [114.990795, 33.102195], + [115.041302, 33.086653], + [115.168186, 33.088658], + [115.194671, 33.120743], + [115.245178, 33.135778], + [115.289526, 33.131769], + [115.303692, 33.149809], + [115.300613, 33.204407], + [115.340033, 33.260973], + [115.335105, 33.297997], + [115.361591, 33.298497], + [115.365286, 33.336005], + [115.341881, 33.370997], + [115.313547, 33.376994], + [115.328946, 33.403477], + [115.315395, 33.431451], + [115.324634, 33.457418], + [115.345576, 33.449928], + [115.345576, 33.502842], + [115.366518, 33.5233], + [115.394851, 33.506335], + [115.422569, 33.557219], + [115.463837, 33.567193], + [115.511264, 33.55323], + [115.564851, 33.576169], + [115.639995, 33.585143], + [115.601191, 33.658898], + [115.601807, 33.718653], + [115.563003, 33.772895], + [115.576553, 33.787817], + [115.614126, 33.775879], + [115.631988, 33.869846], + [115.547604, 33.874815], + [115.577785, 33.950307], + [115.579017, 33.974133], + [115.60735, 34.030196], + [115.642459, 34.03218], + [115.658473, 34.061437], + [115.705901, 34.059949], + [115.736082, 34.076805], + [115.768726, 34.061932], + [115.809378, 34.062428], + [115.846335, 34.028708], + [115.85003, 34.004898], + [115.877132, 34.002913], + [115.876516, 34.028708], + [115.904233, 34.009859], + [115.95782, 34.007875], + [116.00032, 33.965199], + [115.982457, 33.917039], + [116.05945, 33.860902], + [116.055754, 33.804727], + [116.074232, 33.781351], + [116.100102, 33.782843], + [116.132747, 33.751501], + [116.155536, 33.709693], + [116.230065, 33.735078], + [116.263326, 33.730101], + [116.316912, 33.771402], + [116.393905, 33.782843], + [116.408071, 33.805721], + [116.437021, 33.801246], + [116.437637, 33.846489], + [116.486296, 33.869846], + [116.558361, 33.881274], + [116.566984, 33.9081], + [116.631042, 33.887733], + [116.64336, 33.896675], + [116.641512, 33.978103], + [116.599629, 34.014324], + [116.599629, 34.014324], + [116.576223, 34.068873], + [116.576223, 34.068873], + [116.52818, 34.122892], + [116.536187, 34.151127], + [116.565752, 34.16945], + [116.542962, 34.203608], + [116.545426, 34.241711], + [116.582382, 34.266444], + [116.562056, 34.285731], + [116.516477, 34.296114], + [116.456731, 34.268917], + [116.409303, 34.273863], + [116.409303, 34.273863], + [116.372347, 34.26595], + [116.357564, 34.319843], + [116.301514, 34.342082], + [116.255934, 34.376665], + [116.213435, 34.382098], + [116.215898, 34.403333], + [116.178942, 34.430487], + [116.162312, 34.459605], + [116.178326, 34.496112], + [116.204196, 34.508442], + [116.191261, 34.535561], + [116.196804, 34.575977], + [116.156768, 34.5538], + [116.134594, 34.559715], + [116.101334, 34.60603], + [116.037276, 34.593222], + [115.991081, 34.615389], + [115.984305, 34.589281], + [115.838328, 34.5676], + [115.827241, 34.558236], + [115.787821, 34.580905], + [115.697278, 34.594207], + [115.685575, 34.556265], + [115.622749, 34.574499], + [115.553148, 34.568586], + [115.515575, 34.582383], + [115.461373, 34.637057], + [115.433655, 34.725149], + [115.449054, 34.74433], + [115.42688, 34.805285], + [115.317243, 34.859321], + [115.256265, 34.845079], + [115.239019, 34.87798], + [115.251953, 34.906451], + [115.205142, 34.914303], + [115.219309, 34.96042], + [115.157099, 34.957968], + [115.12815, 35.00455], + [115.075179, 35.000628], + [115.028983, 34.9717], + [115.008041, 34.988372], + [114.950759, 34.989843], + [114.923658, 34.968757], + [114.880542, 35.00357], + [114.824492, 35.012393], + [114.852209, 35.041797], + [114.818948, 35.051596], + [114.835578, 35.076578], + [114.883006, 35.098615], + [114.841738, 35.15099], + [114.861448, 35.182301], + [114.932281, 35.198441], + [114.929201, 35.244886], + [114.957534, 35.261014], + [115.04315, 35.376744], + [115.073947, 35.374304], + [115.091809, 35.416259], + [115.117679, 35.400163], + [115.126302, 35.41821], + [115.172497, 35.426501], + [115.237171, 35.423087], + [115.307388, 35.480126], + [115.356047, 35.490359], + [115.34496, 35.55368], + [115.383148, 35.568772], + [115.48601, 35.710306], + [115.52851, 35.733628], + [115.622749, 35.739457], + [115.693582, 35.754028], + [115.696046, 35.788989], + [115.73485, 35.833154], + [115.773654, 35.854014], + [115.81677, 35.844312], + [115.859886, 35.857894], + [115.882675, 35.879718], + [115.873436, 35.918985], + [115.907929, 35.92674], + [115.911624, 35.960171], + [115.984921, 35.974218], + [116.048979, 35.970343], + [116.063145, 36.028927], + [116.099486, 36.112129], + [116.057602, 36.104877], + [115.989849, 36.045381], + [115.89869, 36.026507], + [115.859886, 36.003756], + [115.817386, 36.012954], + [115.779813, 35.993588], + [115.774886, 35.974702], + [115.699125, 35.966468], + [115.648618, 35.922863], + [115.583945, 35.921893], + [115.513112, 35.890385], + [115.487858, 35.880688], + [115.460141, 35.867594], + [115.407786, 35.80889], + [115.363438, 35.779765], + [115.335105, 35.796756], + [115.364054, 35.894264], + [115.353583, 35.938854], + [115.362822, 35.971796], + [115.447822, 36.01247], + [115.449054, 36.047317], + [115.484163, 36.125666], + [115.483547, 36.148865], + [115.465068, 36.170125], + [115.450902, 36.152248], + [115.376989, 36.128083], + [115.365902, 36.099074], + [115.312931, 36.088436], + [115.30246, 36.127599], + [115.279055, 36.13775], + [115.242098, 36.19138], + [115.202678, 36.208765], + [115.202678, 36.208765], + [115.202678, 36.209248], + [115.202678, 36.209248], + [115.201446, 36.210214], + [115.201446, 36.210214], + [115.1842, 36.193312], + [115.12507, 36.209731], + [115.104744, 36.172058], + [115.06286, 36.178338], + [115.048693, 36.161912], + [115.04623, 36.112613], + [114.998186, 36.069572], + [114.914419, 36.052155], + [114.926737, 36.089403], + [114.912571, 36.140649], + [114.858368, 36.144516], + [114.857752, 36.127599], + [114.771521, 36.124699], + [114.734564, 36.15563], + [114.720398, 36.140166], + [114.640326, 36.137266], + [114.588587, 36.118414], + [114.586739, 36.141133], + [114.533152, 36.171575], + [114.480181, 36.177855], + [114.466015, 36.197658], + [114.417356, 36.205868], + [114.408117, 36.224699], + [114.356378, 36.230492], + [114.345291, 36.255591], + [114.299095, 36.245938], + [114.257827, 36.263794], + [114.241197, 36.251247], + [114.2104, 36.272962], + [114.203009, 36.245456], + [114.170364, 36.245938], + [114.170364, 36.245938], + [114.175907, 36.264759], + [114.129096, 36.280199], + [114.080437, 36.269585], + [114.04348, 36.303353], + [114.056415, 36.329392], + [114.002828, 36.334214], + [113.981887, 36.31782], + [113.962792, 36.353977], + [113.911054, 36.314927], + [113.882104, 36.353977], + [113.84946, 36.347711], + [113.856851, 36.329392], + [113.813119, 36.332285], + [113.755221, 36.366026], + [113.731199, 36.363135], + [113.736127, 36.324571], + [113.712105, 36.303353], + [113.716417, 36.262347], + [113.681924, 36.216491], + [113.697939, 36.181719], + [113.651127, 36.174473], + [113.705946, 36.148865], + [113.712721, 36.129533], + [113.655439, 36.125182], + [113.671453, 36.115514], + [113.68562, 36.056026], + [113.660366, 36.034735], + [113.694859, 36.026991], + [113.678844, 35.985841], + [113.648663, 35.994073], + [113.654207, 35.931586], + [113.637576, 35.870019], + [113.660982, 35.837035], + [113.582758, 35.818111], + [113.604932, 35.797727], + [113.587685, 35.736542], + [113.592613, 35.691838], + [113.622794, 35.674825], + [113.625258, 35.632518], + [113.578446, 35.633491], + [113.547649, 35.656835], + [113.55812, 35.621816], + [113.513773, 35.57364], + [113.49899, 35.532254], + [113.439244, 35.507412], + [113.391817, 35.506925], + [113.348085, 35.468429], + [113.31236, 35.481101], + [113.304353, 35.426989], + [113.243375, 35.449418], + [113.189789, 35.44893], + [113.185477, 35.409431], + [113.165151, 35.412845], + [113.149137, 35.350878], + [113.126347, 35.332327], + [113.067217, 35.353806], + [112.996384, 35.362104], + [112.985913, 35.33965], + [112.992072, 35.29619], + [112.936022, 35.284466], + [112.934174, 35.262968], + [112.884283, 35.243909], + [112.822073, 35.258082], + [112.772798, 35.207732], + [112.720443, 35.206265], + [112.628052, 35.263457], + [112.637291, 35.225822], + [112.513487, 35.218489], + [112.390915, 35.239021], + [112.36751, 35.219956], + [112.288053, 35.219956], + [112.304684, 35.251728], + [112.242474, 35.234622], + [112.21722, 35.253195], + [112.13838, 35.271275], + [112.058924, 35.280069], + [112.078634, 35.219467], + [112.03983, 35.194039], + [112.066315, 35.153437], + [112.05646, 35.098615], + [112.062004, 35.056005], + [112.039214, 35.045717], + [112.018888, 35.068742], + [111.97762, 35.067272], + [111.933272, 35.083435], + [111.810084, 35.062374], + [111.807005, 35.032977], + [111.740483, 35.00455], + [111.664107, 34.984449], + [111.681969, 34.9511], + [111.646861, 34.938836], + [111.617911, 34.894671], + [111.592042, 34.881416], + [111.570484, 34.843114], + [111.543999, 34.853428], + [111.502731, 34.829851], + [111.439289, 34.838202], + [111.389398, 34.815113], + [111.345666, 34.831816], + [111.29208, 34.806759], + [111.255123, 34.819535], + [111.232949, 34.789559], + [111.148566, 34.807742], + [111.118385, 34.756623], + [111.035233, 34.740887], + [110.976103, 34.706456], + [110.920052, 34.730068], + [110.903422, 34.669056], + [110.883712, 34.64395], + [110.824582, 34.615881], + [110.791937, 34.649858], + [110.749437, 34.65232], + [110.710017, 34.605045], + [110.610851, 34.607508], + [110.533242, 34.583368], + [110.488279, 34.610956], + [110.424837, 34.588295], + [110.379257, 34.600612], + [110.366939, 34.566614], + [110.404511, 34.557743], + [110.372482, 34.544435], + [110.360779, 34.516825], + [110.403279, 34.433448], + [110.403279, 34.433448], + [110.473496, 34.393457], + [110.503677, 34.33714], + [110.451938, 34.292653], + [110.428533, 34.288203], + [110.43962, 34.243196], + [110.507989, 34.217466], + [110.55172, 34.213012], + [110.55788, 34.193214], + [110.621938, 34.177372], + [110.642264, 34.161032], + [110.61393, 34.113478], + [110.591757, 34.101586], + [110.587445, 34.023252], + [110.620706, 34.035652], + [110.671213, 33.966192], + [110.665669, 33.937895], + [110.627481, 33.925482], + [110.628713, 33.910086], + [110.587445, 33.887733], + [110.612083, 33.852453], + [110.66259, 33.85295], + [110.712481, 33.833564], + [110.74143, 33.798759], + [110.782082, 33.796272], + [110.81719, 33.751003], + [110.831973, 33.713675], + [110.823966, 33.685793], + [110.878784, 33.634486], + [110.966864, 33.609071], + [111.00382, 33.578662], + [111.002588, 33.535772], + [111.02661, 33.478386], + [111.02661, 33.467903], + [110.996429, 33.435946], + [111.025994, 33.375495], + [111.025994, 33.330504], + [110.984726, 33.255469], + [111.046936, 33.202905], + [111.045704, 33.169849], + [111.08882, 33.181871], + [111.12824, 33.15532], + [111.146102, 33.12375], + [111.179363, 33.115229], + [111.192913, 33.071609], + [111.152877, 33.039507], + [111.221862, 33.042517], + [111.258819, 33.006389], + [111.273601, 32.971753], + [111.242804, 32.930573], + [111.255123, 32.883846], + [111.276065, 32.903445], + [111.293311, 32.859217], + [111.380159, 32.829049], + [111.41342, 32.757108], + [111.475629, 32.760127], + [111.458383, 32.726402], + [111.513202, 32.674026], + [111.530448, 32.628172], + [111.577875, 32.593388], + [111.640701, 32.634724], + [111.646245, 32.605993], + [111.713382, 32.606497], + [111.808853, 32.536899], + [111.858128, 32.528826], + [111.890157, 32.503089], + [111.948671, 32.51722], + [111.975772, 32.471791], + [112.014576, 32.450077], + [112.063851, 32.474315], + [112.081098, 32.425833], + [112.155626, 32.377326], + [112.150083, 32.411688], + [112.172873, 32.385412], + [112.206133, 32.392992], + [112.328089, 32.321712], + [112.360118, 32.3657], + [112.390915, 32.37126], + [112.448814, 32.34295], + [112.477147, 32.380863], + [112.530733, 32.37682], + [112.545516, 32.404109], + [112.589248, 32.381369], + [112.612037, 32.386928], + [112.645298, 32.368227], + [112.716747, 32.357612] + ] + ], + [ + [ + [113.768156, 32.284279], + [113.768772, 32.30148], + [113.749061, 32.272642], + [113.758301, 32.27669], + [113.768156, 32.284279] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 420000, + "name": "湖北省", + "center": [114.298572, 30.584355], + "centroid": [112.271301, 30.987527], + "childrenNum": 17, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 16, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [111.045704, 33.169849], + [111.034001, 33.177864], + [111.035849, 33.187881], + [111.046936, 33.202905], + [110.984726, 33.255469], + [110.960704, 33.253967], + [110.9219, 33.203907], + [110.865234, 33.213921], + [110.828893, 33.201403], + [110.824582, 33.158327], + [110.753133, 33.15031], + [110.702626, 33.097182], + [110.650887, 33.157324], + [110.623785, 33.143796], + [110.59422, 33.168346], + [110.57759, 33.250464], + [110.54125, 33.255469], + [110.471032, 33.171352], + [110.398352, 33.176862], + [110.398352, 33.176862], + [110.372482, 33.186379], + [110.33799, 33.160331], + [110.285635, 33.171352], + [110.218497, 33.163336], + [110.164911, 33.209415], + [110.031252, 33.191888], + [109.999223, 33.212419], + [109.973353, 33.203907], + [109.916687, 33.229942], + [109.852013, 33.247961], + [109.813209, 33.236449], + [109.732521, 33.231443], + [109.693101, 33.254468], + [109.649985, 33.251465], + [109.619804, 33.275484], + [109.60687, 33.235949], + [109.514479, 33.237951], + [109.498464, 33.207412], + [109.438718, 33.152314], + [109.468283, 33.140288], + [109.522486, 33.138785], + [109.576073, 33.110216], + [109.688174, 33.116733], + [109.704188, 33.101694], + [109.794731, 33.067095], + [109.785492, 32.987316], + [109.76455, 32.909474], + [109.789804, 32.882339], + [109.847702, 32.893395], + [109.856941, 32.910479], + [109.907448, 32.903947], + [109.927158, 32.887364], + [109.988752, 32.886359], + [110.051578, 32.851676], + [110.105164, 32.832569], + [110.142121, 32.802895], + [110.127338, 32.77774], + [110.159367, 32.767173], + [110.156903, 32.683093], + [110.206179, 32.633212], + [110.153824, 32.593388], + [110.124259, 32.616579], + [110.090382, 32.617083], + [110.084223, 32.580782], + [110.017701, 32.546989], + [109.97089, 32.577756], + [109.910528, 32.592884], + [109.816905, 32.577252], + [109.746072, 32.594901], + [109.726978, 32.608513], + [109.631507, 32.599943], + [109.619804, 32.56767], + [109.637051, 32.540935], + [109.575457, 32.506622], + [109.526797, 32.43341], + [109.529877, 32.405625], + [109.502776, 32.38895], + [109.513247, 32.342444], + [109.495385, 32.300468], + [109.528645, 32.270112], + [109.550203, 32.225065], + [109.592703, 32.219495], + [109.604406, 32.199241], + [109.58716, 32.161251], + [109.621652, 32.106519], + [109.590855, 32.047696], + [109.590855, 32.012688], + [109.631507, 31.962436], + [109.62042, 31.928412], + [109.584696, 31.900472], + [109.60379, 31.885737], + [109.633971, 31.824738], + [109.633971, 31.804396], + [109.592087, 31.789136], + [109.585928, 31.726546], + [109.622268, 31.711783], + [109.683246, 31.719929], + [109.731289, 31.700582], + [109.737449, 31.628761], + [109.76455, 31.602769], + [109.745456, 31.598182], + [109.727594, 31.548214], + [109.837847, 31.555354], + [109.894513, 31.519139], + [109.969658, 31.508935], + [109.94502, 31.47066], + [109.98752, 31.474744], + [110.036795, 31.436966], + [110.054042, 31.410921], + [110.118715, 31.409899], + [110.161831, 31.314338], + [110.155671, 31.279564], + [110.180309, 31.179774], + [110.200019, 31.158779], + [110.180309, 31.121899], + [110.147048, 31.116776], + [110.119947, 31.088592], + [110.120563, 31.0322], + [110.140273, 31.030661], + [110.140889, 30.987062], + [110.172918, 30.978853], + [110.153824, 30.953708], + [110.151976, 30.911613], + [110.082375, 30.799614], + [110.048498, 30.800642], + [110.019549, 30.829425], + [110.008462, 30.883369], + [109.943788, 30.878746], + [109.894513, 30.899803], + [109.828608, 30.864364], + [109.780564, 30.848437], + [109.701724, 30.783677], + [109.656761, 30.760538], + [109.661072, 30.738936], + [109.625348, 30.702923], + [109.590855, 30.69366], + [109.574225, 30.646818], + [109.543428, 30.63961], + [109.535421, 30.664837], + [109.435638, 30.595832], + [109.418392, 30.559766], + [109.35495, 30.487076], + [109.337088, 30.521623], + [109.36111, 30.551004], + [109.314298, 30.599953], + [109.299516, 30.630341], + [109.245313, 30.580892], + [109.191726, 30.545851], + [109.191726, 30.545851], + [109.143683, 30.521108], + [109.103647, 30.565949], + [109.09256, 30.578831], + [109.106111, 30.61077], + [109.111654, 30.646303], + [109.071002, 30.640125], + [109.042669, 30.655571], + [109.006329, 30.626736], + [108.971836, 30.627766], + [108.893612, 30.565434], + [108.838793, 30.503062], + [108.808612, 30.491202], + [108.789518, 30.513374], + [108.743939, 30.494812], + [108.698975, 30.54482], + [108.688504, 30.58759], + [108.642925, 30.578831], + [108.6497, 30.53915], + [108.56778, 30.468508], + [108.556077, 30.487592], + [108.512961, 30.501515], + [108.472925, 30.487076], + [108.42673, 30.492233], + [108.411331, 30.438586], + [108.430425, 30.416397], + [108.402092, 30.376649], + [108.431041, 30.354446], + [108.460606, 30.35961], + [108.501258, 30.314673], + [108.524048, 30.309506], + [108.54499, 30.269716], + [108.581947, 30.255759], + [108.551766, 30.1637], + [108.56778, 30.157491], + [108.546222, 30.104178], + [108.513577, 30.057571], + [108.532055, 30.051873], + [108.536367, 29.983472], + [108.517889, 29.9394], + [108.516041, 29.885451], + [108.467998, 29.864175], + [108.433505, 29.880262], + [108.371295, 29.841337], + [108.424266, 29.815897], + [108.422418, 29.772791], + [108.442744, 29.778505], + [108.437201, 29.741098], + [108.460606, 29.741098], + [108.504338, 29.707836], + [108.504954, 29.728626], + [108.548686, 29.749412], + [108.52528, 29.770713], + [108.556077, 29.818493], + [108.601041, 29.863656], + [108.658939, 29.854833], + [108.680497, 29.800319], + [108.676801, 29.749412], + [108.690968, 29.689642], + [108.752562, 29.649082], + [108.786438, 29.691721], + [108.797525, 29.660003], + [108.781511, 29.635558], + [108.844337, 29.658443], + [108.888068, 29.628795], + [108.870206, 29.596537], + [108.901003, 29.604863], + [108.913322, 29.574679], + [108.878213, 29.539279], + [108.888684, 29.502305], + [108.866511, 29.470527], + [108.884373, 29.440824], + [108.927488, 29.435612], + [108.934264, 29.399643], + [108.919481, 29.3261], + [108.983539, 29.332883], + [108.999553, 29.36366], + [109.034662, 29.360531], + [109.060531, 29.403292], + [109.11227, 29.361053], + [109.106727, 29.288526], + [109.141835, 29.270256], + [109.110422, 29.21647], + [109.139372, 29.168927], + [109.162777, 29.180946], + [109.215748, 29.145409], + [109.232378, 29.119271], + [109.274262, 29.121885], + [109.261328, 29.161089], + [109.275494, 29.202366], + [109.257632, 29.222738], + [109.312451, 29.25146], + [109.352487, 29.284872], + [109.343863, 29.369398], + [109.391291, 29.372005], + [109.368501, 29.413719], + [109.418392, 29.453332], + [109.415928, 29.497617], + [109.436254, 29.488761], + [109.433791, 29.530948], + [109.458428, 29.513242], + [109.467051, 29.560104], + [109.488609, 29.553336], + [109.516326, 29.626194], + [109.558826, 29.606944], + [109.578536, 29.629836], + [109.651833, 29.625674], + [109.664768, 29.599659], + [109.717739, 29.615269], + [109.701108, 29.636078], + [109.714659, 29.673524], + [109.760238, 29.689122], + [109.755311, 29.733304], + [109.779333, 29.757725], + [109.869876, 29.774869], + [109.908064, 29.763959], + [109.941325, 29.774349], + [110.02386, 29.769674], + [110.113788, 29.789932], + [110.160599, 29.753569], + [110.219729, 29.746814], + [110.289946, 29.6964], + [110.302265, 29.661563], + [110.339221, 29.668324], + [110.372482, 29.633477], + [110.447011, 29.664684], + [110.467337, 29.713034], + [110.507373, 29.692241], + [110.562807, 29.712515], + [110.642879, 29.775907], + [110.60038, 29.839779], + [110.549873, 29.848085], + [110.538786, 29.895828], + [110.49875, 29.91243], + [110.517228, 29.961179], + [110.557264, 29.988137], + [110.491358, 30.019751], + [110.497518, 30.055499], + [110.531394, 30.061197], + [110.600996, 30.054463], + [110.650887, 30.07777], + [110.712481, 30.033223], + [110.756212, 30.054463], + [110.746973, 30.112979], + [110.851067, 30.126439], + [110.924364, 30.111426], + [110.929907, 30.063268], + [111.031537, 30.048765], + [111.242188, 30.040476], + [111.266826, 30.01146], + [111.3315, 29.970512], + [111.342587, 29.944586], + [111.382623, 29.95029], + [111.394325, 29.912948], + [111.436825, 29.930065], + [111.475629, 29.918654], + [111.527368, 29.925916], + [111.553854, 29.894272], + [111.669034, 29.888565], + [111.669034, 29.888565], + [111.705375, 29.890121], + [111.723853, 29.909317], + [111.723853, 29.909317], + [111.75773, 29.92021], + [111.8107, 29.901017], + [111.861207, 29.856909], + [111.899396, 29.855871], + [111.899396, 29.855871], + [111.925881, 29.836665], + [111.965917, 29.832512], + [111.95483, 29.796683], + [112.008417, 29.778505], + [112.07617, 29.743696], + [112.065699, 29.681323], + [112.089721, 29.685482], + [112.111279, 29.659483], + [112.178416, 29.656883], + [112.202438, 29.633997], + [112.244322, 29.659483], + [112.233851, 29.61631], + [112.303452, 29.585609], + [112.281278, 29.536676], + [112.291133, 29.517409], + [112.333017, 29.545007], + [112.368741, 29.541362], + [112.424792, 29.598619], + [112.439574, 29.633997], + [112.499321, 29.629316], + [112.54182, 29.60122], + [112.572001, 29.624113], + [112.640371, 29.607985], + [112.650842, 29.592374], + [112.693957, 29.601741], + [112.714283, 29.648561], + [112.733378, 29.645441], + [112.788812, 29.681323], + [112.79374, 29.735902], + [112.861493, 29.78318], + [112.894138, 29.783699], + [112.902145, 29.79149], + [112.929246, 29.77383], + [112.923703, 29.766557], + [112.926782, 29.692241], + [112.944645, 29.682883], + [112.974826, 29.732784], + [113.025949, 29.772791], + [113.005007, 29.693801], + [112.915696, 29.620992], + [112.912, 29.606944], + [112.950188, 29.473132], + [113.034572, 29.523658], + [113.057362, 29.522616], + [113.078304, 29.438218], + [113.099861, 29.459585], + [113.145441, 29.449163], + [113.181781, 29.485636], + [113.222433, 29.543965], + [113.277252, 29.594976], + [113.37765, 29.703158], + [113.571671, 29.849123], + [113.575367, 29.809147], + [113.550729, 29.768115], + [113.558736, 29.727067], + [113.540258, 29.699519], + [113.547033, 29.675603], + [113.606164, 29.666764], + [113.663446, 29.684443], + [113.680692, 29.64336], + [113.704098, 29.634518], + [113.73859, 29.579363], + [113.710257, 29.555419], + [113.630801, 29.523137], + [113.677613, 29.513763], + [113.755221, 29.446557], + [113.731199, 29.393907], + [113.674533, 29.388172], + [113.660982, 29.333405], + [113.632033, 29.316186], + [113.609859, 29.25146], + [113.651743, 29.225872], + [113.693011, 29.226394], + [113.691779, 29.19662], + [113.66283, 29.16945], + [113.690547, 29.114566], + [113.696091, 29.077437], + [113.722576, 29.104631], + [113.749677, 29.060699], + [113.775547, 29.095219], + [113.816199, 29.105154], + [113.852539, 29.058606], + [113.882104, 29.065407], + [113.876561, 29.038202], + [113.898119, 29.029307], + [113.94185, 29.047097], + [113.952321, 29.092604], + [113.98743, 29.126068], + [114.034857, 29.152204], + [114.063191, 29.204978], + [114.169748, 29.216993], + [114.252284, 29.23475], + [114.259059, 29.343839], + [114.307102, 29.365225], + [114.341595, 29.327665], + [114.376088, 29.322969], + [114.440145, 29.341752], + [114.466015, 29.324013], + [114.519602, 29.325578], + [114.589819, 29.352707], + [114.621847, 29.379828], + [114.67297, 29.395993], + [114.740724, 29.386607], + [114.759818, 29.363139], + [114.784455, 29.386086], + [114.812173, 29.383478], + [114.866375, 29.404335], + [114.895325, 29.397557], + [114.931049, 29.422581], + [114.947063, 29.465317], + [114.935977, 29.486678], + [114.90518, 29.473132], + [114.918114, 29.454374], + [114.888549, 29.436134], + [114.860216, 29.476258], + [114.900868, 29.505951], + [114.940288, 29.493971], + [114.966773, 29.522096], + [114.947679, 29.542924], + [115.00065, 29.572076], + [115.033295, 29.546568], + [115.087498, 29.560104], + [115.086266, 29.525741], + [115.154019, 29.510117], + [115.157099, 29.584568], + [115.120142, 29.597578], + [115.143548, 29.645961], + [115.117679, 29.655843], + [115.113367, 29.684963], + [115.176809, 29.654803], + [115.250722, 29.660003], + [115.28583, 29.618391], + [115.304924, 29.637118], + [115.355431, 29.649602], + [115.412714, 29.688602], + [115.470612, 29.739539], + [115.479235, 29.811224], + [115.51188, 29.840299], + [115.611662, 29.841337], + [115.667712, 29.850161], + [115.706517, 29.837703], + [115.762567, 29.793048], + [115.837096, 29.748373], + [115.909777, 29.723949], + [115.965827, 29.724469], + [116.049595, 29.761881], + [116.087167, 29.795125], + [116.13521, 29.819532], + [116.128435, 29.897904], + [116.073616, 29.969993], + [116.091479, 30.036331], + [116.078544, 30.062233], + [116.088399, 30.110391], + [116.055754, 30.180774], + [116.065609, 30.204569], + [115.997856, 30.252657], + [115.985537, 30.290905], + [115.903001, 30.31364], + [115.91532, 30.337919], + [115.885139, 30.379747], + [115.921479, 30.416397], + [115.894994, 30.452517], + [115.910393, 30.519046], + [115.887603, 30.542758], + [115.876516, 30.582438], + [115.848799, 30.602014], + [115.819234, 30.597893], + [115.81369, 30.637035], + [115.762567, 30.685426], + [115.782893, 30.751795], + [115.851262, 30.756938], + [115.863581, 30.815549], + [115.848799, 30.828397], + [115.865429, 30.864364], + [115.932566, 30.889532], + [115.976298, 30.931636], + [116.03974, 30.957813], + [116.071769, 30.956787], + [116.058834, 31.012711], + [116.015102, 31.011685], + [116.006479, 31.034764], + [115.938726, 31.04707], + [115.939958, 31.071678], + [115.887603, 31.10909], + [115.867277, 31.147512], + [115.837712, 31.127022], + [115.797676, 31.128047], + [115.778582, 31.112164], + [115.700973, 31.201276], + [115.655394, 31.211002], + [115.603655, 31.17363], + [115.585793, 31.143926], + [115.540213, 31.194621], + [115.539597, 31.231985], + [115.507568, 31.267799], + [115.473076, 31.265242], + [115.443511, 31.344498], + [115.40717, 31.337854], + [115.372062, 31.349098], + [115.393004, 31.389977], + [115.373909, 31.405813], + [115.338801, 31.40428], + [115.301229, 31.383846], + [115.250722, 31.392021], + [115.252569, 31.421646], + [115.211301, 31.442072], + [115.218077, 31.515057], + [115.235939, 31.555354], + [115.212533, 31.555354], + [115.16449, 31.604808], + [115.12507, 31.599201], + [115.106592, 31.567592], + [115.114599, 31.530362], + [115.096121, 31.508425], + [115.022824, 31.527811], + [114.995107, 31.471171], + [114.962462, 31.494648], + [114.884238, 31.469129], + [114.870071, 31.479337], + [114.830035, 31.45892], + [114.789383, 31.480358], + [114.778912, 31.520669], + [114.696376, 31.525771], + [114.641558, 31.582378], + [114.61692, 31.585437], + [114.572572, 31.553824], + [114.560869, 31.560963], + [114.547935, 31.623665], + [114.57134, 31.660858], + [114.586123, 31.762172], + [114.549783, 31.766751], + [114.530688, 31.742834], + [114.443841, 31.728074], + [114.403189, 31.746906], + [114.350218, 31.755557], + [114.292936, 31.752503], + [114.235654, 31.833382], + [114.191922, 31.852192], + [114.134024, 31.843042], + [114.121705, 31.809482], + [114.086596, 31.782014], + [114.017611, 31.770822], + [113.988662, 31.749959], + [113.952321, 31.793714], + [113.957865, 31.852701], + [113.914749, 31.877098], + [113.893807, 31.847109], + [113.854387, 31.843042], + [113.830981, 31.87913], + [113.832213, 31.918761], + [113.805728, 31.929428], + [113.817431, 31.964467], + [113.757685, 31.98985], + [113.791561, 32.036028], + [113.728735, 32.083197], + [113.722576, 32.12426], + [113.750293, 32.11615], + [113.782322, 32.184553], + [113.752757, 32.215951], + [113.73859, 32.255942], + [113.749061, 32.272642], + [113.768772, 32.30148], + [113.753989, 32.328286], + [113.76754, 32.370249], + [113.735511, 32.410677], + [113.700402, 32.420782], + [113.650511, 32.412698], + [113.624642, 32.36115], + [113.511925, 32.316654], + [113.428773, 32.270618], + [113.376418, 32.298445], + [113.353628, 32.294904], + [113.317904, 32.327275], + [113.333918, 32.336377], + [113.2366, 32.407141], + [113.211962, 32.431895], + [113.158992, 32.410677], + [113.155912, 32.380863], + [113.118956, 32.375809], + [113.107869, 32.398551], + [113.078919, 32.394508], + [113.025949, 32.425328], + [113.000695, 32.41674], + [112.992072, 32.378336], + [112.912, 32.390971], + [112.888594, 32.37682], + [112.860877, 32.396024], + [112.776493, 32.358623], + [112.735841, 32.356095], + [112.733993, 32.356601], + [112.724138, 32.358623], + [112.716747, 32.357612], + [112.645298, 32.368227], + [112.612037, 32.386928], + [112.589248, 32.381369], + [112.545516, 32.404109], + [112.530733, 32.37682], + [112.477147, 32.380863], + [112.448814, 32.34295], + [112.390915, 32.37126], + [112.360118, 32.3657], + [112.328089, 32.321712], + [112.206133, 32.392992], + [112.172873, 32.385412], + [112.150083, 32.411688], + [112.155626, 32.377326], + [112.081098, 32.425833], + [112.063851, 32.474315], + [112.014576, 32.450077], + [111.975772, 32.471791], + [111.948671, 32.51722], + [111.890157, 32.503089], + [111.858128, 32.528826], + [111.808853, 32.536899], + [111.713382, 32.606497], + [111.646245, 32.605993], + [111.640701, 32.634724], + [111.577875, 32.593388], + [111.530448, 32.628172], + [111.513202, 32.674026], + [111.458383, 32.726402], + [111.475629, 32.760127], + [111.41342, 32.757108], + [111.380159, 32.829049], + [111.293311, 32.859217], + [111.276065, 32.903445], + [111.255123, 32.883846], + [111.242804, 32.930573], + [111.273601, 32.971753], + [111.258819, 33.006389], + [111.221862, 33.042517], + [111.152877, 33.039507], + [111.192913, 33.071609], + [111.179363, 33.115229], + [111.146102, 33.12375], + [111.12824, 33.15532], + [111.08882, 33.181871], + [111.045704, 33.169849] + ] + ], + [ + [ + [109.106111, 30.570587], + [109.101183, 30.579346], + [109.09872, 30.579346], + [109.106111, 30.570587] + ] + ], + [ + [ + [111.046936, 33.202905], + [111.035849, 33.187881], + [111.034001, 33.177864], + [111.045704, 33.169849], + [111.046936, 33.202905] + ] + ], + [ + [ + [112.716747, 32.357612], + [112.735841, 32.356095], + [112.733993, 32.356601], + [112.724138, 32.358623], + [112.716747, 32.357612] + ] + ], + [ + [ + [112.902145, 29.79149], + [112.894138, 29.783699], + [112.923703, 29.766557], + [112.929246, 29.77383], + [112.902145, 29.79149] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 430000, + "name": "湖南省", + "center": [112.982279, 28.19409], + "centroid": [111.711649, 27.629216], + "childrenNum": 14, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 17, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [112.024431, 24.740308], + [112.03367, 24.771286], + [112.124214, 24.841364], + [112.149467, 24.837019], + [112.167329, 24.859828], + [112.175337, 24.927685], + [112.119902, 24.963499], + [112.12175, 24.989538], + [112.155626, 25.026419], + [112.151931, 25.055698], + [112.177184, 25.106649], + [112.187039, 25.182494], + [112.246785, 25.185202], + [112.256025, 25.159204], + [112.302836, 25.157037], + [112.315771, 25.175453], + [112.365046, 25.191701], + [112.414937, 25.14241], + [112.44327, 25.185744], + [112.458053, 25.152162], + [112.562762, 25.124531], + [112.628052, 25.140785], + [112.660081, 25.132658], + [112.712436, 25.083344], + [112.714899, 25.025876], + [112.742001, 24.99876], + [112.743233, 24.959701], + [112.778341, 24.947764], + [112.780805, 24.896747], + [112.873812, 24.896747], + [112.904609, 24.921715], + [112.941565, 24.915745], + [112.994536, 24.927142], + [113.009934, 24.977604], + [112.979137, 25.03401], + [113.004391, 25.089306], + [112.96805, 25.141869], + [112.97421, 25.168412], + [113.034572, 25.198199], + [112.992688, 25.247467], + [112.958195, 25.254503], + [112.897833, 25.238264], + [112.867036, 25.249632], + [112.854718, 25.337829], + [112.891058, 25.339993], + [112.924319, 25.296714], + [112.93479, 25.325929], + [112.969898, 25.350269], + [113.013014, 25.352432], + [113.078304, 25.382174], + [113.096782, 25.412449], + [113.131274, 25.414611], + [113.11834, 25.445418], + [113.176854, 25.471355], + [113.226129, 25.50971], + [113.248919, 25.514031], + [113.311129, 25.490264], + [113.314208, 25.442716], + [113.341926, 25.448661], + [113.373338, 25.402719], + [113.407215, 25.401637], + [113.449715, 25.359463], + [113.479896, 25.375145], + [113.535946, 25.368656], + [113.579062, 25.34432], + [113.584606, 25.306453], + [113.611707, 25.327552], + [113.680076, 25.334584], + [113.686852, 25.351891], + [113.753373, 25.362707], + [113.76446, 25.333502], + [113.814967, 25.328634], + [113.839605, 25.363248], + [113.877177, 25.380552], + [113.887032, 25.436772], + [113.94493, 25.441635], + [113.962792, 25.528072], + [113.986198, 25.529153], + [113.983118, 25.599336], + [113.957249, 25.611749], + [113.913517, 25.701299], + [113.920293, 25.741197], + [113.961561, 25.77731], + [113.971416, 25.836036], + [114.028082, 25.893119], + [114.028082, 25.98138], + [114.008372, 26.015806], + [114.044096, 26.076564], + [114.087828, 26.06635], + [114.121089, 26.085702], + [114.10569, 26.097526], + [114.188842, 26.121172], + [114.237501, 26.152333], + [114.216559, 26.203355], + [114.181451, 26.214631], + [114.102611, 26.187783], + [114.088444, 26.168448], + [114.013299, 26.184023], + [113.962792, 26.150722], + [113.949242, 26.192616], + [113.972647, 26.20604], + [113.978807, 26.237716], + [114.029314, 26.266163], + [114.021307, 26.288701], + [114.047792, 26.337518], + [114.030546, 26.376664], + [114.062575, 26.406149], + [114.085364, 26.406149], + [114.090292, 26.455988], + [114.110002, 26.482775], + [114.07243, 26.480096], + [114.10877, 26.56952], + [114.019459, 26.587182], + [113.996669, 26.615543], + [113.912901, 26.613938], + [113.860546, 26.664221], + [113.853771, 26.769532], + [113.835909, 26.806394], + [113.877177, 26.859262], + [113.890112, 26.895562], + [113.927068, 26.948922], + [113.892575, 26.964925], + [113.86301, 27.018252], + [113.824206, 27.036378], + [113.803264, 27.099261], + [113.771851, 27.096598], + [113.779242, 27.137081], + [113.846996, 27.222262], + [113.872865, 27.289828], + [113.854387, 27.30525], + [113.872865, 27.346721], + [113.872865, 27.384988], + [113.72812, 27.350442], + [113.699786, 27.331836], + [113.657902, 27.347253], + [113.616635, 27.345658], + [113.605548, 27.38924], + [113.632033, 27.40518], + [113.59754, 27.428554], + [113.591381, 27.467855], + [113.627105, 27.49971], + [113.583374, 27.524657], + [113.579062, 27.545354], + [113.608627, 27.585143], + [113.607395, 27.625449], + [113.652359, 27.663619], + [113.696707, 27.71979], + [113.69917, 27.740979], + [113.763228, 27.799228], + [113.756453, 27.860091], + [113.72812, 27.874904], + [113.752141, 27.93361], + [113.822974, 27.982243], + [113.845148, 27.971672], + [113.864242, 28.004966], + [113.914133, 27.991227], + [113.936307, 28.018703], + [113.966488, 28.017646], + [113.970184, 28.041418], + [114.025618, 28.031382], + [114.047176, 28.057263], + [114.025002, 28.080499], + [113.992357, 28.161255], + [114.012068, 28.174972], + [114.068734, 28.171806], + [114.107538, 28.182885], + [114.109386, 28.205038], + [114.143879, 28.246694], + [114.182067, 28.249858], + [114.198081, 28.29097], + [114.2529, 28.319423], + [114.252284, 28.395787], + [114.214712, 28.403157], + [114.172212, 28.432632], + [114.217175, 28.466308], + [114.218407, 28.48472], + [114.15435, 28.507337], + [114.138335, 28.533629], + [114.08598, 28.558337], + [114.132176, 28.607211], + [114.122321, 28.623497], + [114.157429, 28.761566], + [114.137719, 28.779926], + [114.153734, 28.829221], + [114.124784, 28.843376], + [114.076741, 28.834464], + [114.056415, 28.872204], + [114.060111, 28.902596], + [114.028082, 28.891069], + [114.005292, 28.917788], + [114.008988, 28.955498], + [113.973879, 28.937692], + [113.955401, 28.978536], + [113.961561, 28.999476], + [113.94185, 29.047097], + [113.898119, 29.029307], + [113.876561, 29.038202], + [113.882104, 29.065407], + [113.852539, 29.058606], + [113.816199, 29.105154], + [113.775547, 29.095219], + [113.749677, 29.060699], + [113.722576, 29.104631], + [113.696091, 29.077437], + [113.690547, 29.114566], + [113.66283, 29.16945], + [113.691779, 29.19662], + [113.693011, 29.226394], + [113.651743, 29.225872], + [113.609859, 29.25146], + [113.632033, 29.316186], + [113.660982, 29.333405], + [113.674533, 29.388172], + [113.731199, 29.393907], + [113.755221, 29.446557], + [113.677613, 29.513763], + [113.630801, 29.523137], + [113.710257, 29.555419], + [113.73859, 29.579363], + [113.704098, 29.634518], + [113.680692, 29.64336], + [113.663446, 29.684443], + [113.606164, 29.666764], + [113.547033, 29.675603], + [113.540258, 29.699519], + [113.558736, 29.727067], + [113.550729, 29.768115], + [113.575367, 29.809147], + [113.571671, 29.849123], + [113.37765, 29.703158], + [113.277252, 29.594976], + [113.222433, 29.543965], + [113.181781, 29.485636], + [113.145441, 29.449163], + [113.099861, 29.459585], + [113.078304, 29.438218], + [113.057362, 29.522616], + [113.034572, 29.523658], + [112.950188, 29.473132], + [112.912, 29.606944], + [112.915696, 29.620992], + [113.005007, 29.693801], + [113.025949, 29.772791], + [112.974826, 29.732784], + [112.944645, 29.682883], + [112.926782, 29.692241], + [112.923703, 29.766557], + [112.894138, 29.783699], + [112.861493, 29.78318], + [112.79374, 29.735902], + [112.788812, 29.681323], + [112.733378, 29.645441], + [112.714283, 29.648561], + [112.693957, 29.601741], + [112.650842, 29.592374], + [112.640371, 29.607985], + [112.572001, 29.624113], + [112.54182, 29.60122], + [112.499321, 29.629316], + [112.439574, 29.633997], + [112.424792, 29.598619], + [112.368741, 29.541362], + [112.333017, 29.545007], + [112.291133, 29.517409], + [112.281278, 29.536676], + [112.303452, 29.585609], + [112.233851, 29.61631], + [112.244322, 29.659483], + [112.202438, 29.633997], + [112.178416, 29.656883], + [112.111279, 29.659483], + [112.089721, 29.685482], + [112.065699, 29.681323], + [112.07617, 29.743696], + [112.008417, 29.778505], + [111.95483, 29.796683], + [111.965917, 29.832512], + [111.925881, 29.836665], + [111.899396, 29.855871], + [111.899396, 29.855871], + [111.861207, 29.856909], + [111.8107, 29.901017], + [111.75773, 29.92021], + [111.723853, 29.909317], + [111.723853, 29.909317], + [111.705375, 29.890121], + [111.669034, 29.888565], + [111.669034, 29.888565], + [111.553854, 29.894272], + [111.527368, 29.925916], + [111.475629, 29.918654], + [111.436825, 29.930065], + [111.394325, 29.912948], + [111.382623, 29.95029], + [111.342587, 29.944586], + [111.3315, 29.970512], + [111.266826, 30.01146], + [111.242188, 30.040476], + [111.031537, 30.048765], + [110.929907, 30.063268], + [110.924364, 30.111426], + [110.851067, 30.126439], + [110.746973, 30.112979], + [110.756212, 30.054463], + [110.712481, 30.033223], + [110.650887, 30.07777], + [110.600996, 30.054463], + [110.531394, 30.061197], + [110.497518, 30.055499], + [110.491358, 30.019751], + [110.557264, 29.988137], + [110.517228, 29.961179], + [110.49875, 29.91243], + [110.538786, 29.895828], + [110.549873, 29.848085], + [110.60038, 29.839779], + [110.642879, 29.775907], + [110.562807, 29.712515], + [110.507373, 29.692241], + [110.467337, 29.713034], + [110.447011, 29.664684], + [110.372482, 29.633477], + [110.339221, 29.668324], + [110.302265, 29.661563], + [110.289946, 29.6964], + [110.219729, 29.746814], + [110.160599, 29.753569], + [110.113788, 29.789932], + [110.02386, 29.769674], + [109.941325, 29.774349], + [109.908064, 29.763959], + [109.869876, 29.774869], + [109.779333, 29.757725], + [109.755311, 29.733304], + [109.760238, 29.689122], + [109.714659, 29.673524], + [109.701108, 29.636078], + [109.717739, 29.615269], + [109.664768, 29.599659], + [109.651833, 29.625674], + [109.578536, 29.629836], + [109.558826, 29.606944], + [109.516326, 29.626194], + [109.488609, 29.553336], + [109.467051, 29.560104], + [109.458428, 29.513242], + [109.433791, 29.530948], + [109.436254, 29.488761], + [109.415928, 29.497617], + [109.418392, 29.453332], + [109.368501, 29.413719], + [109.391291, 29.372005], + [109.343863, 29.369398], + [109.352487, 29.284872], + [109.312451, 29.25146], + [109.257632, 29.222738], + [109.275494, 29.202366], + [109.261328, 29.161089], + [109.274262, 29.121885], + [109.232378, 29.119271], + [109.240386, 29.086328], + [109.312451, 29.066453], + [109.319842, 29.042388], + [109.294588, 29.015177], + [109.292741, 28.987436], + [109.261328, 28.952356], + [109.235458, 28.882161], + [109.246545, 28.80143], + [109.241002, 28.776779], + [109.2989, 28.7474], + [109.294588, 28.722211], + [109.252704, 28.691767], + [109.271183, 28.671816], + [109.192958, 28.636104], + [109.201581, 28.597753], + [109.235458, 28.61982], + [109.252089, 28.606685], + [109.306907, 28.62087], + [109.319842, 28.579886], + [109.273646, 28.53836], + [109.274262, 28.494714], + [109.260712, 28.46473], + [109.264407, 28.392628], + [109.289045, 28.373673], + [109.268719, 28.33786], + [109.275494, 28.313101], + [109.317994, 28.277795], + [109.33524, 28.293605], + [109.388211, 28.268307], + [109.367885, 28.254602], + [109.340168, 28.19027], + [109.33832, 28.141731], + [109.314298, 28.103729], + [109.298284, 28.036136], + [109.335856, 28.063073], + [109.378972, 28.034551], + [109.362342, 28.007608], + [109.319842, 27.988585], + [109.30198, 27.956343], + [109.32169, 27.868027], + [109.346943, 27.838396], + [109.332777, 27.782815], + [109.37774, 27.736741], + [109.366653, 27.721909], + [109.414081, 27.725087], + [109.470747, 27.680049], + [109.45658, 27.673689], + [109.470131, 27.62863], + [109.451037, 27.586204], + [109.461508, 27.567637], + [109.404841, 27.55066], + [109.303211, 27.47582], + [109.300132, 27.423774], + [109.245313, 27.41793], + [109.202197, 27.450331], + [109.167089, 27.41793], + [109.141835, 27.448207], + [109.142451, 27.418461], + [109.103647, 27.336621], + [109.044517, 27.331304], + [109.053756, 27.293551], + [108.983539, 27.26802], + [108.963213, 27.235565], + [108.907778, 27.204699], + [108.926873, 27.160512], + [108.878829, 27.106187], + [108.79075, 27.084343], + [108.877597, 27.01612], + [108.942887, 27.017186], + [108.942887, 27.017186], + [108.940423, 27.044907], + [109.007561, 27.08008], + [109.032814, 27.104056], + [109.128901, 27.122701], + [109.101183, 27.06889], + [109.165857, 27.066758], + [109.21698, 27.114711], + [109.239154, 27.14933], + [109.264407, 27.131755], + [109.33524, 27.139212], + [109.358646, 27.153058], + [109.415312, 27.154123], + [109.441182, 27.117907], + [109.472595, 27.134951], + [109.454733, 27.069423], + [109.486761, 27.053968], + [109.497848, 27.079548], + [109.520022, 27.058764], + [109.555131, 26.946788], + [109.436254, 26.892359], + [109.452885, 26.861932], + [109.486761, 26.895562], + [109.509551, 26.877947], + [109.513247, 26.84004], + [109.497232, 26.815474], + [109.522486, 26.749226], + [109.528645, 26.743881], + [109.554515, 26.73533], + [109.597015, 26.756173], + [109.568065, 26.726243], + [109.528645, 26.743881], + [109.52187, 26.749226], + [109.486761, 26.759913], + [109.447957, 26.759913], + [109.407305, 26.719829], + [109.35495, 26.693098], + [109.283501, 26.698445], + [109.306291, 26.661012], + [109.334008, 26.646036], + [109.35495, 26.658873], + [109.390675, 26.598955], + [109.407305, 26.533116], + [109.381436, 26.518659], + [109.385747, 26.493487], + [109.362342, 26.472061], + [109.38082, 26.454381], + [109.319842, 26.418477], + [109.29582, 26.350389], + [109.271183, 26.327863], + [109.285965, 26.295676], + [109.325385, 26.29031], + [109.351255, 26.264016], + [109.369733, 26.277432], + [109.442414, 26.289774], + [109.467051, 26.313917], + [109.439334, 26.238789], + [109.47629, 26.148035], + [109.513863, 26.128157], + [109.502776, 26.096451], + [109.449805, 26.101826], + [109.452885, 26.055598], + [109.48245, 26.029788], + [109.513247, 25.998056], + [109.560058, 26.021184], + [109.588391, 26.019571], + [109.635203, 26.047533], + [109.649369, 26.016882], + [109.730057, 25.989988], + [109.710963, 25.954478], + [109.693717, 25.959321], + [109.67955, 25.921649], + [109.685094, 25.880197], + [109.768246, 25.890427], + [109.779333, 25.866196], + [109.811361, 25.877504], + [109.826144, 25.911422], + [109.806434, 25.973848], + [109.782412, 25.996981], + [109.814441, 26.041081], + [109.864332, 26.027637], + [109.898825, 26.095377], + [109.904368, 26.135679], + [109.970274, 26.195301], + [110.03002, 26.166299], + [110.099005, 26.168985], + [110.100853, 26.132455], + [110.065128, 26.050221], + [110.100853, 26.020108], + [110.168606, 26.028713], + [110.181541, 26.060437], + [110.24991, 26.010965], + [110.257301, 25.961473], + [110.325671, 25.975462], + [110.373098, 26.088927], + [110.437772, 26.153945], + [110.477808, 26.179727], + [110.495054, 26.166299], + [110.546793, 26.233421], + [110.552952, 26.283335], + [110.584365, 26.296749], + [110.612083, 26.333764], + [110.643495, 26.308552], + [110.673676, 26.317135], + [110.721104, 26.294066], + [110.742046, 26.313917], + [110.73527, 26.270993], + [110.759292, 26.248451], + [110.836284, 26.255966], + [110.939762, 26.286554], + [110.926212, 26.320354], + [110.944074, 26.326791], + [110.94469, 26.373447], + [110.974255, 26.385778], + [111.008747, 26.35897], + [111.008132, 26.336982], + [111.090667, 26.308016], + [111.208928, 26.30426], + [111.204616, 26.276359], + [111.228022, 26.261333], + [111.277913, 26.272066], + [111.293311, 26.222148], + [111.271754, 26.217316], + [111.274833, 26.183486], + [111.258203, 26.151796], + [111.26621, 26.095914], + [111.244652, 26.078177], + [111.267442, 26.058824], + [111.235413, 26.048071], + [111.189834, 25.953402], + [111.230486, 25.916267], + [111.251428, 25.864581], + [111.29208, 25.854349], + [111.297007, 25.874274], + [111.346282, 25.906577], + [111.376463, 25.906039], + [111.383239, 25.881812], + [111.460231, 25.885042], + [111.4861, 25.859196], + [111.43313, 25.84627], + [111.442369, 25.77192], + [111.399869, 25.744431], + [111.30871, 25.720171], + [111.309942, 25.645203], + [111.343202, 25.602574], + [111.324724, 25.564249], + [111.32842, 25.521592], + [111.279145, 25.42326], + [111.210776, 25.363248], + [111.184906, 25.367034], + [111.138711, 25.303748], + [111.103602, 25.285351], + [111.112841, 25.21715], + [110.998892, 25.161371], + [110.98411, 25.101772], + [110.951465, 25.04377], + [110.968711, 24.975434], + [111.009363, 24.921172], + [111.100522, 24.945593], + [111.101754, 25.035095], + [111.139943, 25.042144], + [111.200921, 25.074672], + [111.221862, 25.106649], + [111.274833, 25.151078], + [111.321645, 25.105023], + [111.36784, 25.108817], + [111.375231, 25.128324], + [111.435593, 25.093642], + [111.416499, 25.047566], + [111.467622, 25.02208], + [111.460231, 24.992793], + [111.43313, 24.979774], + [111.434977, 24.951562], + [111.470086, 24.92877], + [111.447296, 24.892947], + [111.449144, 24.857113], + [111.479325, 24.797366], + [111.461463, 24.728894], + [111.431282, 24.687574], + [111.451608, 24.665822], + [111.499035, 24.667997], + [111.526752, 24.637538], + [111.570484, 24.64461], + [111.588962, 24.690837], + [111.641933, 24.684856], + [111.637621, 24.715303], + [111.666571, 24.760961], + [111.708455, 24.788673], + [111.783599, 24.785957], + [111.814396, 24.770199], + [111.868599, 24.771829], + [111.875374, 24.756613], + [111.929577, 24.75607], + [111.951135, 24.769655], + [112.024431, 24.740308] + ] + ], + [ + [ + [109.528645, 26.743881], + [109.522486, 26.749226], + [109.52187, 26.749226], + [109.528645, 26.743881] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 440000, + "name": "广东省", + "center": [113.280637, 23.125178], + "centroid": [113.429919, 23.334643], + "childrenNum": 21, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 18, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [113.558736, 22.212244], + [113.594461, 22.228864], + [113.595693, 22.304186], + [113.617866, 22.315259], + [113.604932, 22.339617], + [113.627721, 22.349027], + [113.669605, 22.416539], + [113.66591, 22.438667], + [113.624642, 22.443092], + [113.608627, 22.408793], + [113.573519, 22.41156], + [113.631417, 22.475723], + [113.668373, 22.4807], + [113.691779, 22.514981], + [113.740438, 22.534329], + [113.717033, 22.645391], + [113.678228, 22.726007], + [113.733663, 22.736494], + [113.758301, 22.683496], + [113.765692, 22.665825], + [113.803264, 22.593463], + [113.856851, 22.539857], + [113.869786, 22.459685], + [113.893807, 22.442539], + [113.952937, 22.486783], + [113.954785, 22.491206], + [113.976343, 22.510558], + [114.031778, 22.503923], + [114.082285, 22.512216], + [114.095219, 22.534329], + [114.156813, 22.543726], + [114.166052, 22.559201], + [114.222719, 22.553122], + [114.232574, 22.539857], + [114.294784, 22.563623], + [114.321885, 22.587385], + [114.381631, 22.60175], + [114.427211, 22.589042], + [114.472174, 22.522168], + [114.476486, 22.459132], + [114.506667, 22.438667], + [114.549167, 22.465769], + [114.611377, 22.481806], + [114.628623, 22.513875], + [114.614456, 22.545384], + [114.568261, 22.560859], + [114.559022, 22.583517], + [114.603369, 22.638763], + [114.579964, 22.661407], + [114.51529, 22.655332], + [114.567029, 22.685705], + [114.591666, 22.690122], + [114.601521, 22.730975], + [114.689601, 22.7674], + [114.709927, 22.787817], + [114.749963, 22.764089], + [114.73518, 22.724351], + [114.728405, 22.651466], + [114.743803, 22.632687], + [114.746267, 22.581859], + [114.866375, 22.591805], + [114.88547, 22.538751], + [114.922426, 22.549253], + [114.927969, 22.621639], + [114.945216, 22.645391], + [115.039454, 22.713862], + [115.02344, 22.726007], + [115.053621, 22.747533], + [115.076411, 22.788368], + [115.154635, 22.80161], + [115.190975, 22.77347], + [115.190359, 22.818711], + [115.236555, 22.82533], + [115.230396, 22.776781], + [115.319091, 22.783402], + [115.338185, 22.776781], + [115.349272, 22.712206], + [115.381301, 22.684048], + [115.430576, 22.684048], + [115.471844, 22.697852], + [115.575322, 22.650914], + [115.565467, 22.684048], + [115.609198, 22.753052], + [115.541445, 22.755259], + [115.570394, 22.786713], + [115.583945, 22.82864], + [115.654162, 22.865591], + [115.696046, 22.84298], + [115.760103, 22.834707], + [115.788437, 22.809885], + [115.796444, 22.739254], + [115.829089, 22.734838], + [115.883291, 22.78561], + [115.931334, 22.802713], + [115.965211, 22.800506], + [115.99724, 22.826985], + [116.05637, 22.844635], + [116.104413, 22.816505], + [116.14137, 22.835259], + [116.239304, 22.921275], + [116.259014, 22.932298], + [116.302746, 22.951588], + [116.382818, 22.91907], + [116.449955, 22.936707], + [116.50539, 22.930645], + [116.544194, 22.996769], + [116.576839, 23.014397], + [116.557129, 23.056253], + [116.566368, 23.088738], + [116.550969, 23.109656], + [116.566368, 23.134424], + [116.665534, 23.158086], + [116.701259, 23.198248], + [116.74499, 23.215299], + [116.806584, 23.200998], + [116.821367, 23.240597], + [116.798577, 23.244996], + [116.782563, 23.313714], + [116.871874, 23.4159], + [116.871258, 23.416449], + [116.874338, 23.447199], + [116.874953, 23.447748], + [116.895895, 23.476295], + [116.888504, 23.501543], + [116.92854, 23.530079], + [116.963649, 23.507031], + [117.01046, 23.502641], + [117.044953, 23.539955], + [117.085605, 23.536663], + [117.192778, 23.5619], + [117.192778, 23.629356], + [117.147199, 23.654027], + [117.123793, 23.647448], + [117.055424, 23.694038], + [117.048032, 23.758687], + [117.019083, 23.801952], + [117.012308, 23.855054], + [116.981511, 23.855602], + [116.955642, 23.922359], + [116.976583, 23.931659], + [116.981511, 23.999471], + [116.953178, 24.008218], + [116.930388, 24.064514], + [116.9347, 24.126794], + [116.998757, 24.179217], + [116.956257, 24.216883], + [116.933468, 24.220157], + [116.938395, 24.28127], + [116.914374, 24.287817], + [116.919301, 24.321087], + [116.895895, 24.350533], + [116.903903, 24.369614], + [116.839229, 24.442097], + [116.860787, 24.460075], + [116.83307, 24.496568], + [116.796729, 24.502014], + [116.759157, 24.545572], + [116.761005, 24.583128], + [116.815207, 24.654944], + [116.777635, 24.679418], + [116.667382, 24.658752], + [116.623034, 24.64189], + [116.600861, 24.654401], + [116.570679, 24.621762], + [116.530027, 24.604895], + [116.506622, 24.621218], + [116.517709, 24.652225], + [116.485064, 24.720196], + [116.44626, 24.714216], + [116.416079, 24.744113], + [116.419158, 24.767482], + [116.375427, 24.803885], + [116.381586, 24.82507], + [116.417927, 24.840821], + [116.395137, 24.877746], + [116.363724, 24.87123], + [116.345862, 24.828872], + [116.297202, 24.801712], + [116.244232, 24.793563], + [116.251007, 24.82507], + [116.221442, 24.829959], + [116.191877, 24.877203], + [116.153073, 24.846795], + [116.068073, 24.850053], + [116.015102, 24.905975], + [115.985537, 24.899461], + [115.907929, 24.923343], + [115.89253, 24.936911], + [115.885139, 24.898918], + [115.907313, 24.879917], + [115.861733, 24.863629], + [115.863581, 24.891318], + [115.824161, 24.909232], + [115.807531, 24.862543], + [115.790284, 24.856027], + [115.764415, 24.791933], + [115.776734, 24.774546], + [115.756408, 24.749004], + [115.769342, 24.708236], + [115.801371, 24.705517], + [115.780429, 24.663103], + [115.797676, 24.628834], + [115.840791, 24.584217], + [115.843871, 24.562446], + [115.785357, 24.567345], + [115.752712, 24.546116], + [115.68927, 24.545027], + [115.671408, 24.604895], + [115.605503, 24.62557], + [115.569778, 24.622306], + [115.555611, 24.683768], + [115.522967, 24.702799], + [115.476771, 24.762591], + [115.412714, 24.79302], + [115.372678, 24.774546], + [115.358511, 24.735416], + [115.306772, 24.758787], + [115.269816, 24.749548], + [115.258729, 24.728894], + [115.1842, 24.711498], + [115.104744, 24.667997], + [115.083802, 24.699537], + [115.057317, 24.703343], + [115.024672, 24.669085], + [115.00373, 24.679418], + [114.940288, 24.650049], + [114.909491, 24.661471], + [114.893477, 24.582584], + [114.868839, 24.562446], + [114.846665, 24.602719], + [114.827571, 24.588026], + [114.781376, 24.613057], + [114.729637, 24.608704], + [114.73826, 24.565168], + [114.704999, 24.525973], + [114.664963, 24.583673], + [114.627391, 24.576598], + [114.589819, 24.537406], + [114.534384, 24.559181], + [114.429058, 24.48622], + [114.403189, 24.497657], + [114.391486, 24.563535], + [114.363769, 24.582584], + [114.300943, 24.578775], + [114.289856, 24.619042], + [114.258443, 24.641346], + [114.19069, 24.656576], + [114.169132, 24.689749], + [114.27261, 24.700624], + [114.281849, 24.724001], + [114.336052, 24.749004], + [114.342211, 24.807145], + [114.378551, 24.861457], + [114.403189, 24.877746], + [114.395798, 24.951019], + [114.454928, 24.977062], + [114.45616, 24.99659], + [114.506051, 24.999844], + [114.532536, 25.022623], + [114.561485, 25.077382], + [114.604601, 25.083886], + [114.640326, 25.074129], + [114.664963, 25.10123], + [114.735796, 25.121822], + [114.73518, 25.155954], + [114.685905, 25.173287], + [114.693912, 25.213902], + [114.73518, 25.225813], + [114.743188, 25.274528], + [114.714238, 25.315651], + [114.63663, 25.324306], + [114.599674, 25.385959], + [114.541159, 25.416773], + [114.477718, 25.37136], + [114.438914, 25.376226], + [114.43029, 25.343779], + [114.382863, 25.317274], + [114.31511, 25.33837], + [114.2954, 25.299961], + [114.260291, 25.291845], + [114.204857, 25.29942], + [114.190074, 25.316733], + [114.115545, 25.302125], + [114.083517, 25.275611], + [114.055799, 25.277775], + [114.039785, 25.250714], + [114.017611, 25.273987], + [114.029314, 25.328093], + [114.050256, 25.36433], + [113.983118, 25.415152], + [114.003444, 25.442716], + [113.94493, 25.441635], + [113.887032, 25.436772], + [113.877177, 25.380552], + [113.839605, 25.363248], + [113.814967, 25.328634], + [113.76446, 25.333502], + [113.753373, 25.362707], + [113.686852, 25.351891], + [113.680076, 25.334584], + [113.611707, 25.327552], + [113.584606, 25.306453], + [113.579062, 25.34432], + [113.535946, 25.368656], + [113.479896, 25.375145], + [113.449715, 25.359463], + [113.407215, 25.401637], + [113.373338, 25.402719], + [113.341926, 25.448661], + [113.314208, 25.442716], + [113.311129, 25.490264], + [113.248919, 25.514031], + [113.226129, 25.50971], + [113.176854, 25.471355], + [113.11834, 25.445418], + [113.131274, 25.414611], + [113.096782, 25.412449], + [113.078304, 25.382174], + [113.013014, 25.352432], + [112.969898, 25.350269], + [112.93479, 25.325929], + [112.924319, 25.296714], + [112.891058, 25.339993], + [112.854718, 25.337829], + [112.867036, 25.249632], + [112.897833, 25.238264], + [112.958195, 25.254503], + [112.992688, 25.247467], + [113.034572, 25.198199], + [112.97421, 25.168412], + [112.96805, 25.141869], + [113.004391, 25.089306], + [112.979137, 25.03401], + [113.009934, 24.977604], + [112.994536, 24.927142], + [112.941565, 24.915745], + [112.904609, 24.921715], + [112.873812, 24.896747], + [112.780805, 24.896747], + [112.778341, 24.947764], + [112.743233, 24.959701], + [112.742001, 24.99876], + [112.714899, 25.025876], + [112.712436, 25.083344], + [112.660081, 25.132658], + [112.628052, 25.140785], + [112.562762, 25.124531], + [112.458053, 25.152162], + [112.44327, 25.185744], + [112.414937, 25.14241], + [112.365046, 25.191701], + [112.315771, 25.175453], + [112.302836, 25.157037], + [112.256025, 25.159204], + [112.246785, 25.185202], + [112.187039, 25.182494], + [112.177184, 25.106649], + [112.151931, 25.055698], + [112.155626, 25.026419], + [112.12175, 24.989538], + [112.119902, 24.963499], + [112.175337, 24.927685], + [112.167329, 24.859828], + [112.149467, 24.837019], + [112.124214, 24.841364], + [112.03367, 24.771286], + [112.024431, 24.740308], + [111.961606, 24.721283], + [111.939432, 24.686487], + [111.953598, 24.64733], + [111.927729, 24.629378], + [111.936968, 24.595645], + [111.972077, 24.578775], + [112.007185, 24.534684], + [112.009649, 24.503103], + [111.985011, 24.467701], + [112.025047, 24.438828], + [112.057692, 24.387057], + [112.05954, 24.339628], + [112.026279, 24.294908], + [111.990555, 24.279634], + [111.986243, 24.25672], + [111.958526, 24.263813], + [111.912946, 24.221795], + [111.877222, 24.227252], + [111.871062, 24.176487], + [111.886461, 24.163929], + [111.878454, 24.109862], + [111.92157, 24.012045], + [111.940664, 23.987989], + [111.911714, 23.943693], + [111.854432, 23.947521], + [111.845809, 23.904305], + [111.812548, 23.887343], + [111.824867, 23.832612], + [111.8107, 23.80688], + [111.722621, 23.823305], + [111.683201, 23.822758], + [111.683201, 23.822758], + [111.654868, 23.833159], + [111.627766, 23.78881], + [111.621607, 23.725819], + [111.666571, 23.718696], + [111.614832, 23.65896], + [111.615448, 23.639225], + [111.555702, 23.64087], + [111.487332, 23.626615], + [111.479941, 23.532822], + [111.428818, 23.466414], + [111.399869, 23.469159], + [111.383239, 23.399423], + [111.389398, 23.375804], + [111.363528, 23.340641], + [111.376463, 23.30437], + [111.353058, 23.284582], + [111.36476, 23.240047], + [111.388782, 23.210349], + [111.38447, 23.16744], + [111.365992, 23.14488], + [111.377695, 23.082132], + [111.402333, 23.066165], + [111.43313, 23.073322], + [111.433746, 23.036428], + [111.389398, 23.005583], + [111.403565, 22.99126], + [111.362913, 22.967568], + [111.374615, 22.938361], + [111.358601, 22.889301], + [111.218167, 22.748085], + [111.185522, 22.735942], + [111.118385, 22.744773], + [111.058023, 22.729871], + [111.089435, 22.695643], + [111.055559, 22.648705], + [110.997045, 22.631582], + [110.958856, 22.636553], + [110.950233, 22.61059], + [110.896031, 22.613352], + [110.897878, 22.591805], + [110.812263, 22.576333], + [110.778386, 22.585174], + [110.749437, 22.556991], + [110.762988, 22.518298], + [110.740198, 22.498947], + [110.74143, 22.464109], + [110.688459, 22.477935], + [110.712481, 22.440879], + [110.711249, 22.369506], + [110.74143, 22.361757], + [110.749437, 22.329653], + [110.787009, 22.28259], + [110.759292, 22.274837], + [110.725415, 22.29588], + [110.687843, 22.249914], + [110.646575, 22.220554], + [110.678604, 22.172901], + [110.629329, 22.149068], + [110.598532, 22.162924], + [110.602843, 22.18343], + [110.55788, 22.196175], + [110.505525, 22.14297], + [110.456866, 22.189526], + [110.414366, 22.208365], + [110.378026, 22.164587], + [110.34846, 22.195621], + [110.326287, 22.152393], + [110.364475, 22.125785], + [110.35154, 22.097508], + [110.359547, 22.015973], + [110.352772, 21.97602], + [110.374946, 21.967695], + [110.374946, 21.967695], + [110.378642, 21.939942], + [110.378642, 21.939942], + [110.391576, 21.89386], + [110.337374, 21.887751], + [110.290562, 21.917736], + [110.283787, 21.892194], + [110.224041, 21.882198], + [110.224041, 21.882198], + [110.212338, 21.886085], + [110.212338, 21.886085], + [110.196323, 21.899968], + [110.12857, 21.902744], + [110.101469, 21.86998], + [110.050962, 21.857205], + [109.999839, 21.881643], + [109.94502, 21.84443], + [109.940093, 21.769419], + [109.916071, 21.668787], + [109.888354, 21.652101], + [109.888354, 21.652101], + [109.839695, 21.636525], + [109.786108, 21.637638], + [109.778101, 21.670455], + [109.742992, 21.616497], + [109.754695, 21.556396], + [109.788572, 21.490702], + [109.785492, 21.45673], + [109.819369, 21.445033], + [109.894513, 21.442248], + [109.904368, 21.429992], + [109.868644, 21.365913], + [109.770709, 21.359783], + [109.757775, 21.346963], + [109.763934, 21.226514], + [109.674623, 21.136671], + [109.674007, 21.067997], + [109.655529, 20.929435], + [109.664768, 20.862343], + [109.711579, 20.774519], + [109.730057, 20.719673], + [109.74484, 20.621124], + [109.793499, 20.615522], + [109.813825, 20.574627], + [109.811977, 20.541566], + [109.839695, 20.489439], + [109.888354, 20.475423], + [109.895745, 20.42776], + [109.864948, 20.40196], + [109.861252, 20.376717], + [109.916071, 20.316677], + [109.909296, 20.236961], + [109.929006, 20.211691], + [109.993679, 20.254368], + [110.082375, 20.258859], + [110.118099, 20.219553], + [110.168606, 20.219553], + [110.220345, 20.25156], + [110.296722, 20.249314], + [110.349076, 20.258859], + [110.384185, 20.293103], + [110.425453, 20.291419], + [110.452554, 20.311064], + [110.491358, 20.373912], + [110.54125, 20.42047], + [110.550489, 20.47262], + [110.499982, 20.572386], + [110.487047, 20.640167], + [110.466105, 20.680485], + [110.411286, 20.670966], + [110.392192, 20.682724], + [110.407591, 20.731987], + [110.393424, 20.816479], + [110.350924, 20.84165], + [110.327519, 20.847802], + [110.269004, 20.839972], + [110.209874, 20.860106], + [110.184005, 20.891979], + [110.180925, 20.98197], + [110.204947, 21.003202], + [110.208642, 21.050684], + [110.241903, 21.016051], + [110.24991, 21.045098], + [110.296722, 21.093684], + [110.39096, 21.124949], + [110.422373, 21.190807], + [110.451322, 21.186343], + [110.501213, 21.217588], + [110.534474, 21.204198], + [110.626249, 21.215915], + [110.65951, 21.239902], + [110.713097, 21.3124], + [110.768531, 21.364799], + [110.796248, 21.37483], + [110.888639, 21.367585], + [110.929291, 21.375945], + [111.034617, 21.438906], + [111.103602, 21.455616], + [111.171355, 21.458401], + [111.28284, 21.485691], + [111.276065, 21.443362], + [111.250196, 21.45116], + [111.257587, 21.41495], + [111.28592, 21.41885], + [111.353058, 21.464528], + [111.382623, 21.495714], + [111.444217, 21.514088], + [111.494724, 21.501282], + [111.521825, 21.517429], + [111.560629, 21.50518], + [111.609904, 21.530234], + [111.650556, 21.512418], + [111.677658, 21.529677], + [111.693672, 21.590345], + [111.736788, 21.609821], + [111.794686, 21.61149], + [111.832258, 21.578659], + [111.810084, 21.555283], + [111.887693, 21.578659], + [111.941896, 21.607039], + [111.972692, 21.603144], + [112.026895, 21.633744], + [111.997946, 21.657107], + [111.954214, 21.667674], + [111.956062, 21.710494], + [112.036134, 21.761637], + [112.136532, 21.793871], + [112.192583, 21.789425], + [112.196894, 21.736624], + [112.236315, 21.727173], + [112.238778, 21.702153], + [112.353343, 21.707157], + [112.415553, 21.734956], + [112.427256, 21.789981], + [112.445734, 21.803317], + [112.497473, 21.785535], + [112.535661, 21.753856], + [112.647146, 21.758302], + [112.68595, 21.810541], + [112.792508, 21.921067], + [112.841167, 21.920512], + [112.893522, 21.84443], + [112.929862, 21.838875], + [112.989608, 21.869424], + [113.047507, 21.956595], + [113.053666, 22.012089], + [113.032108, 22.04593], + [113.045659, 22.088636], + [113.086927, 22.12634], + [113.091854, 22.065344], + [113.142977, 22.012089], + [113.1516, 21.979905], + [113.235368, 21.887751], + [113.266781, 21.871646], + [113.319752, 21.909407], + [113.330223, 21.96159], + [113.442324, 22.009315], + [113.45957, 22.043711], + [113.527939, 22.073663], + [113.567359, 22.075327], + [113.554425, 22.107489], + [113.554425, 22.142416], + [113.534715, 22.174009], + [113.53841, 22.209473], + [113.558736, 22.212244] + ] + ], + [ + [ + [117.024627, 23.437865], + [116.982743, 23.460924], + [116.944555, 23.440061], + [116.951946, 23.419744], + [117.027091, 23.41535], + [117.050496, 23.400522], + [117.081909, 23.409309], + [117.124409, 23.389537], + [117.142887, 23.400522], + [117.142887, 23.459826], + [117.129336, 23.483431], + [117.093612, 23.459277], + [117.058503, 23.47355], + [117.029554, 23.443356], + [117.024627, 23.437865] + ] + ], + [ + [ + [112.853486, 21.740515], + [112.876275, 21.772753], + [112.840551, 21.776644], + [112.782653, 21.739959], + [112.724138, 21.719945], + [112.70566, 21.679354], + [112.734609, 21.666562], + [112.780189, 21.671568], + [112.730914, 21.613715], + [112.775261, 21.564189], + [112.817145, 21.590345], + [112.798667, 21.610933], + [112.821457, 21.655994], + [112.804826, 21.686583], + [112.83316, 21.736624], + [112.853486, 21.740515] + ] + ], + [ + [ + [112.530733, 21.583667], + [112.563378, 21.591458], + [112.571385, 21.619835], + [112.621277, 21.606482], + [112.665624, 21.642644], + [112.639139, 21.67268], + [112.66624, 21.683803], + [112.663776, 21.714386], + [112.592327, 21.693256], + [112.560299, 21.666562], + [112.57077, 21.645982], + [112.535045, 21.628737], + [112.530733, 21.583667] + ] + ], + [ + [ + [114.231342, 22.016528], + [114.311414, 22.041493], + [114.302791, 22.050368], + [114.239965, 22.03539], + [114.231342, 22.016528] + ] + ], + [ + [ + [110.43346, 21.171276], + [110.489511, 21.138904], + [110.508605, 21.140579], + [110.544945, 21.083633], + [110.582517, 21.094801], + [110.632409, 21.210893], + [110.589293, 21.194713], + [110.525235, 21.190249], + [110.499366, 21.213125], + [110.445163, 21.184669], + [110.431612, 21.180763], + [110.43346, 21.171276] + ] + ], + [ + [ + [112.435263, 21.663781], + [112.456205, 21.648763], + [112.458669, 21.68992], + [112.435263, 21.663781] + ] + ], + [ + [ + [110.517844, 21.079166], + [110.459946, 21.062971], + [110.398352, 21.096476], + [110.352772, 21.079724], + [110.305961, 21.0881], + [110.27578, 21.033369], + [110.211106, 20.986999], + [110.201251, 20.938378], + [110.309656, 20.963529], + [110.347845, 20.984763], + [110.407591, 20.990351], + [110.47288, 20.983087], + [110.511684, 20.916578], + [110.535706, 20.922727], + [110.539402, 20.987557], + [110.560344, 21.061295], + [110.517844, 21.079166] + ] + ], + [ + [ + [113.765076, 21.962145], + [113.774315, 21.998218], + [113.74167, 21.991559], + [113.765076, 21.962145] + ] + ], + [ + [ + [113.723192, 21.922177], + [113.742902, 21.950489], + [113.71888, 21.951599], + [113.723192, 21.922177] + ] + ], + [ + [ + [113.142977, 21.831653], + [113.162071, 21.853873], + [113.203955, 21.861093], + [113.167615, 21.876644], + [113.136818, 21.868869], + [113.142977, 21.831653] + ] + ], + [ + [ + [113.819894, 22.396068], + [113.813735, 22.419858], + [113.786634, 22.413773], + [113.819894, 22.396068] + ] + ], + [ + [ + [114.190074, 21.986564], + [114.229494, 21.995443], + [114.180835, 22.00987], + [114.190074, 21.986564] + ] + ], + [ + [ + [114.153734, 21.97491], + [114.171596, 22.000437], + [114.124169, 21.985455], + [114.153734, 21.97491] + ] + ], + [ + [ + [116.769628, 20.771721], + [116.761005, 20.750456], + [116.87249, 20.738143], + [116.889736, 20.683284], + [116.849084, 20.628405], + [116.749302, 20.600958], + [116.796113, 20.582471], + [116.862635, 20.588633], + [116.905135, 20.619443], + [116.934084, 20.676565], + [116.925461, 20.726949], + [116.88604, 20.775638], + [116.820135, 20.780674], + [116.769628, 20.771721] + ] + ], + [ + [ + [113.025333, 21.847762], + [113.045659, 21.882753], + [113.007471, 21.869424], + [113.025333, 21.847762] + ] + ], + [ + [ + [110.405127, 20.678245], + [110.437772, 20.677685], + [110.414366, 20.710157], + [110.405127, 20.678245] + ] + ], + [ + [ + [110.644727, 20.935584], + [110.584365, 20.948998], + [110.548641, 20.908752], + [110.562807, 20.861224], + [110.611467, 20.860106], + [110.646575, 20.917137], + [110.644727, 20.935584] + ] + ], + [ + [ + [110.556648, 20.32734], + [110.593604, 20.360447], + [110.586213, 20.381205], + [110.556648, 20.32734] + ] + ], + [ + [ + [115.943037, 21.097592], + [115.953508, 21.064088], + [115.989233, 21.035603], + [116.040356, 21.02052], + [116.067457, 21.04063], + [116.044051, 21.110434], + [116.024341, 21.12439], + [115.965211, 21.123832], + [115.943037, 21.097592] + ] + ], + [ + [ + [115.926407, 20.981411], + [115.939342, 20.945644], + [115.970139, 20.919373], + [115.999088, 20.922727], + [116.000936, 20.948439], + [115.954124, 20.99985], + [115.926407, 20.981411] + ] + ], + [ + [ + [115.834632, 22.722695], + [115.834632, 22.722143], + [115.835248, 22.722695], + [115.834632, 22.722695] + ] + ], + [ + [ + [115.834632, 22.723247], + [115.834632, 22.722695], + [115.835248, 22.722695], + [115.834632, 22.723247] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 450000, + "name": "广西壮族自治区", + "center": [108.320004, 22.82402], + "centroid": [108.7944, 23.833381], + "childrenNum": 14, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 19, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [109.48245, 26.029788], + [109.473211, 26.006663], + [109.408537, 25.967392], + [109.435022, 25.93349], + [109.396834, 25.900117], + [109.359262, 25.836036], + [109.339552, 25.83442], + [109.327849, 25.76168], + [109.340168, 25.731493], + [109.296436, 25.71424], + [109.207125, 25.740119], + [109.206509, 25.788087], + [109.147995, 25.741736], + [109.13198, 25.762758], + [109.143683, 25.795092], + [109.095024, 25.80533], + [109.077778, 25.776771], + [109.048213, 25.790781], + [108.989698, 25.778926], + [108.999553, 25.765453], + [108.963829, 25.732572], + [108.940423, 25.740119], + [108.896076, 25.71424], + [108.900387, 25.682423], + [108.953974, 25.686738], + [108.953974, 25.686738], + [109.007561, 25.734728], + [109.043285, 25.738502], + [109.07901, 25.72071], + [109.075314, 25.693749], + [109.030966, 25.629556], + [109.051908, 25.566949], + [109.088249, 25.550752], + [109.024807, 25.51241], + [108.949046, 25.557231], + [108.8893, 25.543193], + [108.890532, 25.556151], + [108.826474, 25.550212], + [108.814772, 25.526992], + [108.781511, 25.554531], + [108.799989, 25.576666], + [108.783975, 25.628477], + [108.724844, 25.634952], + [108.68912, 25.623081], + [108.68604, 25.587462], + [108.660787, 25.584763], + [108.658323, 25.550212], + [108.68912, 25.533473], + [108.634917, 25.520512], + [108.6072, 25.491885], + [108.600425, 25.432448], + [108.62999, 25.335666], + [108.625062, 25.308076], + [108.589338, 25.335125], + [108.585642, 25.365952], + [108.471693, 25.458928], + [108.418723, 25.443257], + [108.400244, 25.491344], + [108.359592, 25.513491], + [108.348506, 25.536173], + [108.308469, 25.525912], + [108.280752, 25.48], + [108.241332, 25.46217], + [108.251803, 25.430286], + [108.192673, 25.458928], + [108.162492, 25.444878], + [108.193289, 25.405421], + [108.142782, 25.390825], + [108.152021, 25.324306], + [108.143398, 25.269658], + [108.115065, 25.210112], + [108.080572, 25.193867], + [108.001732, 25.196574], + [107.928435, 25.155954], + [107.872384, 25.141327], + [107.839124, 25.115861], + [107.762747, 25.125073], + [107.789233, 25.15487], + [107.760283, 25.188451], + [107.762131, 25.229061], + [107.741805, 25.24043], + [107.700537, 25.194408], + [107.696226, 25.219858], + [107.661733, 25.258833], + [107.659885, 25.316192], + [107.632168, 25.310241], + [107.599523, 25.250714], + [107.576734, 25.256668], + [107.512676, 25.209029], + [107.472024, 25.213902], + [107.489886, 25.276693], + [107.481263, 25.299961], + [107.432604, 25.289139], + [107.409198, 25.347024], + [107.420901, 25.392987], + [107.375937, 25.411908], + [107.358691, 25.393528], + [107.318039, 25.401637], + [107.308184, 25.432988], + [107.336517, 25.461089], + [107.263836, 25.543193], + [107.232423, 25.556691], + [107.228728, 25.604733], + [107.205322, 25.607971], + [107.185612, 25.578825], + [107.064272, 25.559391], + [107.066736, 25.50917], + [107.015613, 25.495666], + [106.996519, 25.442716], + [106.963874, 25.437852], + [106.987896, 25.358922], + [107.012533, 25.352973], + [107.013765, 25.275611], + [106.975577, 25.232851], + [106.933077, 25.250714], + [106.904128, 25.231768], + [106.888113, 25.181953], + [106.853005, 25.186827], + [106.787715, 25.17112], + [106.764926, 25.183036], + [106.732281, 25.162454], + [106.691013, 25.179245], + [106.644817, 25.164621], + [106.63989, 25.132658], + [106.590615, 25.08768], + [106.551195, 25.082802], + [106.519782, 25.054072], + [106.450181, 25.033468], + [106.442173, 25.019369], + [106.332536, 24.988454], + [106.304819, 24.973807], + [106.253696, 24.971094], + [106.215508, 24.981944], + [106.191486, 24.95319], + [106.145291, 24.954275], + [106.197645, 24.885889], + [106.206269, 24.851139], + [106.173008, 24.760417], + [106.150218, 24.762591], + [106.113878, 24.714216], + [106.047356, 24.684312], + [106.024566, 24.633186], + [105.961741, 24.677786], + [105.942031, 24.725088], + [105.863806, 24.729437], + [105.827466, 24.702799], + [105.767104, 24.719109], + [105.70551, 24.768569], + [105.617431, 24.78161], + [105.607576, 24.803885], + [105.573083, 24.797366], + [105.497322, 24.809318], + [105.493011, 24.833217], + [105.457286, 24.87123], + [105.428337, 24.930941], + [105.365511, 24.943423], + [105.334099, 24.9266], + [105.267577, 24.929313], + [105.251563, 24.967296], + [105.212758, 24.995505], + [105.178266, 24.985199], + [105.157324, 24.958616], + [105.131454, 24.959701], + [105.09573, 24.92877], + [105.096346, 24.928228], + [105.082179, 24.915745], + [105.077868, 24.918459], + [105.039064, 24.872859], + [105.026745, 24.815836], + [105.03352, 24.787586], + [104.899245, 24.752809], + [104.865985, 24.730524], + [104.841963, 24.676155], + [104.771746, 24.659839], + [104.729246, 24.617953], + [104.703377, 24.645698], + [104.628848, 24.660927], + [104.595587, 24.709323], + [104.529682, 24.731611], + [104.489646, 24.653313], + [104.520443, 24.535228], + [104.550008, 24.518894], + [104.575877, 24.424661], + [104.616529, 24.421937], + [104.63008, 24.397958], + [104.610986, 24.377246], + [104.641783, 24.367979], + [104.70892, 24.321087], + [104.721239, 24.340173], + [104.703377, 24.419757], + [104.715695, 24.441552], + [104.74834, 24.435559], + [104.765587, 24.45953], + [104.784681, 24.443732], + [104.83642, 24.446456], + [104.914028, 24.426296], + [104.930042, 24.411038], + [104.979933, 24.412673], + [105.042759, 24.442097], + [105.106817, 24.414853], + [105.111744, 24.37234], + [105.138846, 24.376701], + [105.188121, 24.347261], + [105.196744, 24.326541], + [105.164715, 24.288362], + [105.215222, 24.214699], + [105.24294, 24.208695], + [105.229389, 24.165567], + [105.182577, 24.167205], + [105.20044, 24.105491], + [105.260186, 24.061236], + [105.292831, 24.074896], + [105.273121, 24.092927], + [105.320548, 24.116416], + [105.334099, 24.094566], + [105.395692, 24.065607], + [105.406163, 24.043748], + [105.493011, 24.016965], + [105.533663, 24.130071], + [105.594641, 24.137718], + [105.628518, 24.126794], + [105.649459, 24.032816], + [105.704278, 24.0667], + [105.739387, 24.059596], + [105.765256, 24.073804], + [105.802212, 24.051945], + [105.796669, 24.023524], + [105.841633, 24.03063], + [105.859495, 24.056864], + [105.89214, 24.040468], + [105.908154, 24.069432], + [105.901995, 24.099482], + [105.919241, 24.122425], + [105.963589, 24.110954], + [105.998081, 24.120786], + [106.011632, 24.099482], + [106.04982, 24.089649], + [106.053516, 24.051399], + [106.096631, 24.018058], + [106.091088, 23.998924], + [106.128044, 23.956819], + [106.157609, 23.891174], + [106.192718, 23.879135], + [106.173008, 23.861622], + [106.192102, 23.824947], + [106.136667, 23.795381], + [106.157609, 23.724175], + [106.149602, 23.665538], + [106.120653, 23.605229], + [106.141595, 23.569579], + [106.08616, 23.524043], + [106.071994, 23.495506], + [106.039965, 23.484529], + [105.999929, 23.447748], + [105.986378, 23.489469], + [105.935871, 23.508678], + [105.913081, 23.499348], + [105.89214, 23.52514], + [105.852103, 23.526786], + [105.815763, 23.507031], + [105.805908, 23.467512], + [105.758481, 23.459826], + [105.699966, 23.40162], + [105.637757, 23.404366], + [105.694423, 23.363168], + [105.699966, 23.327453], + [105.649459, 23.346136], + [105.593409, 23.312614], + [105.560148, 23.257093], + [105.526272, 23.234548], + [105.542902, 23.184495], + [105.558916, 23.177893], + [105.574931, 23.066165], + [105.625438, 23.064513], + [105.648844, 23.078828], + [105.724604, 23.06231], + [105.74185, 23.030921], + [105.780039, 23.022659], + [105.805908, 22.994565], + [105.839169, 22.987403], + [105.879205, 22.916865], + [105.893987, 22.936707], + [105.959277, 22.948832], + [105.994385, 22.93781], + [106.019639, 22.990709], + [106.08616, 22.996218], + [106.106486, 22.980792], + [106.153914, 22.988505], + [106.206885, 22.978588], + [106.270326, 22.907494], + [106.258007, 22.889852], + [106.286957, 22.867245], + [106.366413, 22.857871], + [106.37134, 22.878273], + [106.41384, 22.877171], + [106.504383, 22.91025], + [106.525941, 22.946628], + [106.562282, 22.923479], + [106.606013, 22.925684], + [106.631267, 22.88103], + [106.657136, 22.863385], + [106.674998, 22.891506], + [106.716882, 22.881582], + [106.709491, 22.866142], + [106.774781, 22.812643], + [106.776012, 22.813746], + [106.778476, 22.814298], + [106.779092, 22.813746], + [106.779708, 22.813195], + [106.78094, 22.813195], + [106.784636, 22.812643], + [106.796338, 22.812091], + [106.801882, 22.815401], + [106.804346, 22.816505], + [106.808657, 22.817608], + [106.813585, 22.817608], + [106.838838, 22.803265], + [106.820976, 22.768504], + [106.768621, 22.739254], + [106.780324, 22.708894], + [106.756302, 22.68957], + [106.711955, 22.575228], + [106.650361, 22.575228], + [106.61402, 22.602303], + [106.585071, 22.517192], + [106.588151, 22.472958], + [106.560434, 22.455813], + [106.588767, 22.374486], + [106.562897, 22.345706], + [106.663296, 22.33076], + [106.670071, 22.283144], + [106.688549, 22.260438], + [106.7021, 22.207257], + [106.673151, 22.182322], + [106.706411, 22.160707], + [106.691629, 22.13521], + [106.71565, 22.089745], + [106.706411, 22.021521], + [106.683006, 21.999882], + [106.698404, 21.959925], + [106.73844, 22.008205], + [106.790179, 22.004876], + [106.802498, 21.98157], + [106.859164, 21.986009], + [106.926302, 21.967695], + [106.935541, 21.933836], + [106.974345, 21.923288], + [106.999598, 21.947714], + [107.05996, 21.914959], + [107.058729, 21.887196], + [107.018693, 21.859427], + [107.018077, 21.81943], + [107.093837, 21.803317], + [107.148656, 21.758858], + [107.194851, 21.736624], + [107.199163, 21.718833], + [107.242279, 21.703265], + [107.271844, 21.727173], + [107.310648, 21.733844], + [107.356843, 21.667674], + [107.363619, 21.602031], + [107.388256, 21.594241], + [107.431372, 21.642088], + [107.477567, 21.659888], + [107.500973, 21.613715], + [107.486806, 21.59591], + [107.547168, 21.58645], + [107.584741, 21.614828], + [107.603219, 21.597579], + [107.712856, 21.616497], + [107.807711, 21.655438], + [107.837892, 21.640419], + [107.863761, 21.650988], + [107.892095, 21.622617], + [107.893942, 21.596466], + [107.929051, 21.585893], + [107.958, 21.534131], + [108.034376, 21.545821], + [108.108289, 21.508521], + [108.193905, 21.519656], + [108.156332, 21.55083], + [108.205608, 21.597579], + [108.241332, 21.599805], + [108.249955, 21.561406], + [108.210535, 21.505737], + [108.230245, 21.491259], + [108.330027, 21.540254], + [108.397781, 21.533017], + [108.492635, 21.554727], + [108.591802, 21.677129], + [108.626294, 21.67991], + [108.658939, 21.643757], + [108.678033, 21.659331], + [108.735931, 21.628181], + [108.734084, 21.626512], + [108.745786, 21.602587], + [108.801837, 21.626512], + [108.83325, 21.610933], + [108.881293, 21.627068], + [108.937959, 21.589789], + [109.093792, 21.579215], + [109.09872, 21.571424], + [109.110422, 21.568085], + [109.138756, 21.567528], + [109.142451, 21.511861], + [109.074698, 21.489589], + [109.039589, 21.457844], + [109.046365, 21.424421], + [109.095024, 21.419407], + [109.138756, 21.388762], + [109.186183, 21.390991], + [109.245929, 21.425536], + [109.41716, 21.438906], + [109.484914, 21.453388], + [109.529877, 21.437234], + [109.540964, 21.466199], + [109.576689, 21.493487], + [109.604406, 21.523553], + [109.612413, 21.556953], + [109.654913, 21.493487], + [109.704188, 21.462857], + [109.785492, 21.45673], + [109.788572, 21.490702], + [109.754695, 21.556396], + [109.742992, 21.616497], + [109.778101, 21.670455], + [109.786108, 21.637638], + [109.839695, 21.636525], + [109.888354, 21.652101], + [109.888354, 21.652101], + [109.916071, 21.668787], + [109.940093, 21.769419], + [109.94502, 21.84443], + [109.999839, 21.881643], + [110.050962, 21.857205], + [110.101469, 21.86998], + [110.12857, 21.902744], + [110.196323, 21.899968], + [110.212338, 21.886085], + [110.212338, 21.886085], + [110.224041, 21.882198], + [110.224041, 21.882198], + [110.283787, 21.892194], + [110.290562, 21.917736], + [110.337374, 21.887751], + [110.391576, 21.89386], + [110.378642, 21.939942], + [110.378642, 21.939942], + [110.374946, 21.967695], + [110.374946, 21.967695], + [110.352772, 21.97602], + [110.359547, 22.015973], + [110.35154, 22.097508], + [110.364475, 22.125785], + [110.326287, 22.152393], + [110.34846, 22.195621], + [110.378026, 22.164587], + [110.414366, 22.208365], + [110.456866, 22.189526], + [110.505525, 22.14297], + [110.55788, 22.196175], + [110.602843, 22.18343], + [110.598532, 22.162924], + [110.629329, 22.149068], + [110.678604, 22.172901], + [110.646575, 22.220554], + [110.687843, 22.249914], + [110.725415, 22.29588], + [110.759292, 22.274837], + [110.787009, 22.28259], + [110.749437, 22.329653], + [110.74143, 22.361757], + [110.711249, 22.369506], + [110.712481, 22.440879], + [110.688459, 22.477935], + [110.74143, 22.464109], + [110.740198, 22.498947], + [110.762988, 22.518298], + [110.749437, 22.556991], + [110.778386, 22.585174], + [110.812263, 22.576333], + [110.897878, 22.591805], + [110.896031, 22.613352], + [110.950233, 22.61059], + [110.958856, 22.636553], + [110.997045, 22.631582], + [111.055559, 22.648705], + [111.089435, 22.695643], + [111.058023, 22.729871], + [111.118385, 22.744773], + [111.185522, 22.735942], + [111.218167, 22.748085], + [111.358601, 22.889301], + [111.374615, 22.938361], + [111.362913, 22.967568], + [111.403565, 22.99126], + [111.389398, 23.005583], + [111.433746, 23.036428], + [111.43313, 23.073322], + [111.402333, 23.066165], + [111.377695, 23.082132], + [111.365992, 23.14488], + [111.38447, 23.16744], + [111.388782, 23.210349], + [111.36476, 23.240047], + [111.353058, 23.284582], + [111.376463, 23.30437], + [111.363528, 23.340641], + [111.389398, 23.375804], + [111.383239, 23.399423], + [111.399869, 23.469159], + [111.428818, 23.466414], + [111.479941, 23.532822], + [111.487332, 23.626615], + [111.555702, 23.64087], + [111.615448, 23.639225], + [111.614832, 23.65896], + [111.666571, 23.718696], + [111.621607, 23.725819], + [111.627766, 23.78881], + [111.654868, 23.833159], + [111.683201, 23.822758], + [111.683201, 23.822758], + [111.722621, 23.823305], + [111.8107, 23.80688], + [111.824867, 23.832612], + [111.812548, 23.887343], + [111.845809, 23.904305], + [111.854432, 23.947521], + [111.911714, 23.943693], + [111.940664, 23.987989], + [111.92157, 24.012045], + [111.878454, 24.109862], + [111.886461, 24.163929], + [111.871062, 24.176487], + [111.877222, 24.227252], + [111.912946, 24.221795], + [111.958526, 24.263813], + [111.986243, 24.25672], + [111.990555, 24.279634], + [112.026279, 24.294908], + [112.05954, 24.339628], + [112.057692, 24.387057], + [112.025047, 24.438828], + [111.985011, 24.467701], + [112.009649, 24.503103], + [112.007185, 24.534684], + [111.972077, 24.578775], + [111.936968, 24.595645], + [111.927729, 24.629378], + [111.953598, 24.64733], + [111.939432, 24.686487], + [111.961606, 24.721283], + [112.024431, 24.740308], + [111.951135, 24.769655], + [111.929577, 24.75607], + [111.875374, 24.756613], + [111.868599, 24.771829], + [111.814396, 24.770199], + [111.783599, 24.785957], + [111.708455, 24.788673], + [111.666571, 24.760961], + [111.637621, 24.715303], + [111.641933, 24.684856], + [111.588962, 24.690837], + [111.570484, 24.64461], + [111.526752, 24.637538], + [111.499035, 24.667997], + [111.451608, 24.665822], + [111.431282, 24.687574], + [111.461463, 24.728894], + [111.479325, 24.797366], + [111.449144, 24.857113], + [111.447296, 24.892947], + [111.470086, 24.92877], + [111.434977, 24.951562], + [111.43313, 24.979774], + [111.460231, 24.992793], + [111.467622, 25.02208], + [111.416499, 25.047566], + [111.435593, 25.093642], + [111.375231, 25.128324], + [111.36784, 25.108817], + [111.321645, 25.105023], + [111.274833, 25.151078], + [111.221862, 25.106649], + [111.200921, 25.074672], + [111.139943, 25.042144], + [111.101754, 25.035095], + [111.100522, 24.945593], + [111.009363, 24.921172], + [110.968711, 24.975434], + [110.951465, 25.04377], + [110.98411, 25.101772], + [110.998892, 25.161371], + [111.112841, 25.21715], + [111.103602, 25.285351], + [111.138711, 25.303748], + [111.184906, 25.367034], + [111.210776, 25.363248], + [111.279145, 25.42326], + [111.32842, 25.521592], + [111.324724, 25.564249], + [111.343202, 25.602574], + [111.309942, 25.645203], + [111.30871, 25.720171], + [111.399869, 25.744431], + [111.442369, 25.77192], + [111.43313, 25.84627], + [111.4861, 25.859196], + [111.460231, 25.885042], + [111.383239, 25.881812], + [111.376463, 25.906039], + [111.346282, 25.906577], + [111.297007, 25.874274], + [111.29208, 25.854349], + [111.251428, 25.864581], + [111.230486, 25.916267], + [111.189834, 25.953402], + [111.235413, 26.048071], + [111.267442, 26.058824], + [111.244652, 26.078177], + [111.26621, 26.095914], + [111.258203, 26.151796], + [111.274833, 26.183486], + [111.271754, 26.217316], + [111.293311, 26.222148], + [111.277913, 26.272066], + [111.228022, 26.261333], + [111.204616, 26.276359], + [111.208928, 26.30426], + [111.090667, 26.308016], + [111.008132, 26.336982], + [111.008747, 26.35897], + [110.974255, 26.385778], + [110.94469, 26.373447], + [110.944074, 26.326791], + [110.926212, 26.320354], + [110.939762, 26.286554], + [110.836284, 26.255966], + [110.759292, 26.248451], + [110.73527, 26.270993], + [110.742046, 26.313917], + [110.721104, 26.294066], + [110.673676, 26.317135], + [110.643495, 26.308552], + [110.612083, 26.333764], + [110.584365, 26.296749], + [110.552952, 26.283335], + [110.546793, 26.233421], + [110.495054, 26.166299], + [110.477808, 26.179727], + [110.437772, 26.153945], + [110.373098, 26.088927], + [110.325671, 25.975462], + [110.257301, 25.961473], + [110.24991, 26.010965], + [110.181541, 26.060437], + [110.168606, 26.028713], + [110.100853, 26.020108], + [110.065128, 26.050221], + [110.100853, 26.132455], + [110.099005, 26.168985], + [110.03002, 26.166299], + [109.970274, 26.195301], + [109.904368, 26.135679], + [109.898825, 26.095377], + [109.864332, 26.027637], + [109.814441, 26.041081], + [109.782412, 25.996981], + [109.806434, 25.973848], + [109.826144, 25.911422], + [109.811361, 25.877504], + [109.779333, 25.866196], + [109.768246, 25.890427], + [109.685094, 25.880197], + [109.67955, 25.921649], + [109.693717, 25.959321], + [109.710963, 25.954478], + [109.730057, 25.989988], + [109.649369, 26.016882], + [109.635203, 26.047533], + [109.588391, 26.019571], + [109.560058, 26.021184], + [109.513247, 25.998056], + [109.48245, 26.029788] + ] + ], + [ + [ + [105.096346, 24.928228], + [105.09573, 24.92877], + [105.077868, 24.918459], + [105.082179, 24.915745], + [105.096346, 24.928228] + ] + ], + [ + [ + [109.088249, 21.014934], + [109.11227, 21.02499], + [109.117814, 21.017727], + [109.144299, 21.041189], + [109.138756, 21.067439], + [109.09256, 21.057386], + [109.088865, 21.031134], + [109.088249, 21.014934] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 460000, + "name": "海南省", + "center": [110.33119, 20.031971], + "centroid": [109.754859, 19.189767], + "childrenNum": 19, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 20, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [110.106396, 20.026812], + [110.042339, 19.991384], + [109.997375, 19.980136], + [109.965346, 19.993634], + [109.898825, 19.994196], + [109.855093, 19.984073], + [109.814441, 19.993072], + [109.76147, 19.981261], + [109.712195, 20.017253], + [109.657993, 20.01163], + [109.585312, 19.98801], + [109.526797, 19.943573], + [109.498464, 19.873236], + [109.411001, 19.895184], + [109.349407, 19.898561], + [109.300748, 19.917693], + [109.25948, 19.898561], + [109.255784, 19.867045], + [109.231147, 19.863105], + [109.159082, 19.79048], + [109.169553, 19.736411], + [109.147379, 19.704863], + [109.093792, 19.68965], + [109.048829, 19.619764], + [108.993394, 19.587065], + [108.92872, 19.524468], + [108.855424, 19.469182], + [108.806148, 19.450561], + [108.765496, 19.400894], + [108.694047, 19.387346], + [108.644772, 19.349518], + [108.609048, 19.276661], + [108.591186, 19.141592], + [108.598577, 19.055633], + [108.630606, 19.003017], + [108.637997, 18.924346], + [108.595497, 18.872256], + [108.593033, 18.809386], + [108.65278, 18.740258], + [108.663866, 18.67337], + [108.641077, 18.565614], + [108.644772, 18.486738], + [108.68912, 18.447571], + [108.776583, 18.441894], + [108.881293, 18.416344], + [108.905315, 18.389087], + [108.944735, 18.314107], + [109.006329, 18.323198], + [109.108575, 18.323766], + [109.138756, 18.268081], + [109.17448, 18.260125], + [109.287813, 18.264671], + [109.355566, 18.215221], + [109.441182, 18.199303], + [109.467051, 18.173718], + [109.527413, 18.169169], + [109.584696, 18.143579], + [109.661688, 18.175424], + [109.726362, 18.177698], + [109.749767, 18.193618], + [109.785492, 18.339672], + [109.919767, 18.375457], + [110.022629, 18.360121], + [110.070672, 18.376025], + [110.090382, 18.399309], + [110.116867, 18.506602], + [110.214186, 18.578662], + [110.246215, 18.609859], + [110.329366, 18.642185], + [110.367555, 18.631977], + [110.499366, 18.651824], + [110.499366, 18.751592], + [110.578206, 18.784458], + [110.590525, 18.838841], + [110.585597, 18.88075], + [110.619474, 19.152334], + [110.676756, 19.286264], + [110.706321, 19.320153], + [110.729727, 19.378878], + [110.787009, 19.399765], + [110.844292, 19.449996], + [110.888023, 19.518827], + [110.920668, 19.552668], + [111.008747, 19.60398], + [111.061718, 19.612436], + [111.071573, 19.628784], + [111.043856, 19.763448], + [111.013675, 19.850159], + [110.966248, 20.018377], + [110.940994, 20.028499], + [110.871393, 20.01163], + [110.808567, 20.035808], + [110.778386, 20.068415], + [110.744509, 20.074036], + [110.717408, 20.148778], + [110.687843, 20.163947], + [110.655814, 20.134169], + [110.562191, 20.110006], + [110.526467, 20.07516], + [110.495054, 20.077408], + [110.387265, 20.113378], + [110.318279, 20.108882], + [110.28933, 20.056047], + [110.243135, 20.077408], + [110.144585, 20.074598], + [110.106396, 20.026812] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 500000, + "name": "重庆市", + "center": [106.504962, 29.533155], + "centroid": [107.8839, 30.067297], + "childrenNum": 38, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 21, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [106.37442, 28.525742], + [106.403369, 28.569901], + [106.477282, 28.530474], + [106.504999, 28.544669], + [106.466811, 28.586193], + [106.49268, 28.591448], + [106.502535, 28.661313], + [106.528405, 28.677591], + [106.492064, 28.742153], + [106.461883, 28.761041], + [106.45326, 28.817162], + [106.474202, 28.832891], + [106.561666, 28.756319], + [106.56105, 28.719062], + [106.587535, 28.691767], + [106.6171, 28.691242], + [106.617716, 28.66709], + [106.651593, 28.649235], + [106.618332, 28.645033], + [106.63681, 28.622972], + [106.606629, 28.593024], + [106.615252, 28.549401], + [106.567825, 28.523638], + [106.564745, 28.485247], + [106.632499, 28.503655], + [106.697788, 28.47683], + [106.708259, 28.450524], + [106.747063, 28.467361], + [106.726121, 28.51838], + [106.73844, 28.554657], + [106.77786, 28.563068], + [106.756918, 28.607211], + [106.784636, 28.626649], + [106.807425, 28.589346], + [106.830831, 28.623497], + [106.866556, 28.624548], + [106.889345, 28.695966], + [106.86594, 28.690192], + [106.824056, 28.756319], + [106.845614, 28.780975], + [106.872099, 28.777304], + [106.923222, 28.809821], + [106.951555, 28.766812], + [106.988512, 28.776254], + [106.983584, 28.851239], + [107.019308, 28.861722], + [107.016229, 28.882685], + [107.14188, 28.887925], + [107.206554, 28.868535], + [107.194851, 28.838134], + [107.227496, 28.836037], + [107.210866, 28.817686], + [107.219489, 28.772582], + [107.24659, 28.76209], + [107.261373, 28.792514], + [107.327894, 28.810869], + [107.339597, 28.845997], + [107.383945, 28.848618], + [107.41351, 28.911502], + [107.441227, 28.943977], + [107.412894, 28.960211], + [107.396879, 28.993718], + [107.364235, 29.00942], + [107.395647, 29.041341], + [107.369778, 29.091558], + [107.412278, 29.094696], + [107.427676, 29.128682], + [107.408582, 29.138091], + [107.401807, 29.184603], + [107.441227, 29.203934], + [107.486806, 29.174153], + [107.570574, 29.218037], + [107.589052, 29.150113], + [107.605683, 29.164747], + [107.659885, 29.162656], + [107.700537, 29.141228], + [107.749197, 29.199754], + [107.810791, 29.139137], + [107.784921, 29.048143], + [107.823725, 29.034016], + [107.810175, 28.984295], + [107.867457, 28.960211], + [107.882855, 29.00628], + [107.908725, 29.007327], + [107.925971, 29.032446], + [108.026369, 29.039772], + [108.070717, 29.086328], + [108.150173, 29.053375], + [108.193289, 29.072207], + [108.256115, 29.040295], + [108.277673, 29.091558], + [108.306622, 29.079006], + [108.297999, 29.045527], + [108.319556, 28.961258], + [108.345426, 28.943453], + [108.357745, 28.893165], + [108.346658, 28.859625], + [108.352817, 28.815589], + [108.386078, 28.803003], + [108.385462, 28.772058], + [108.347274, 28.736381], + [108.332491, 28.679166], + [108.439049, 28.634003], + [108.501258, 28.626649], + [108.50249, 28.63768], + [108.575787, 28.659738], + [108.636149, 28.621396], + [108.604736, 28.590922], + [108.610896, 28.539412], + [108.573939, 28.531], + [108.586874, 28.463678], + [108.609664, 28.43579], + [108.609048, 28.407368], + [108.576403, 28.38631], + [108.580099, 28.343128], + [108.611512, 28.324691], + [108.667562, 28.334173], + [108.656475, 28.359981], + [108.697127, 28.401051], + [108.688504, 28.422106], + [108.640461, 28.456838], + [108.657091, 28.47683], + [108.700207, 28.48209], + [108.709446, 28.501026], + [108.746402, 28.45105], + [108.780279, 28.42579], + [108.759953, 28.389995], + [108.783359, 28.380518], + [108.761801, 28.304143], + [108.726692, 28.282011], + [108.738395, 28.228241], + [108.772888, 28.212949], + [108.821547, 28.245113], + [108.855424, 28.199764], + [108.89546, 28.219804], + [108.923793, 28.217167], + [108.929952, 28.19027], + [109.005713, 28.162837], + [109.026655, 28.220331], + [109.086401, 28.184467], + [109.101799, 28.202401], + [109.081473, 28.247749], + [109.117198, 28.277795], + [109.152306, 28.349975], + [109.153538, 28.417369], + [109.191726, 28.471043], + [109.23361, 28.474726], + [109.274262, 28.494714], + [109.273646, 28.53836], + [109.319842, 28.579886], + [109.306907, 28.62087], + [109.252089, 28.606685], + [109.235458, 28.61982], + [109.201581, 28.597753], + [109.192958, 28.636104], + [109.271183, 28.671816], + [109.252704, 28.691767], + [109.294588, 28.722211], + [109.2989, 28.7474], + [109.241002, 28.776779], + [109.246545, 28.80143], + [109.235458, 28.882161], + [109.261328, 28.952356], + [109.292741, 28.987436], + [109.294588, 29.015177], + [109.319842, 29.042388], + [109.312451, 29.066453], + [109.240386, 29.086328], + [109.232378, 29.119271], + [109.215748, 29.145409], + [109.162777, 29.180946], + [109.139372, 29.168927], + [109.110422, 29.21647], + [109.141835, 29.270256], + [109.106727, 29.288526], + [109.11227, 29.361053], + [109.060531, 29.403292], + [109.034662, 29.360531], + [108.999553, 29.36366], + [108.983539, 29.332883], + [108.919481, 29.3261], + [108.934264, 29.399643], + [108.927488, 29.435612], + [108.884373, 29.440824], + [108.866511, 29.470527], + [108.888684, 29.502305], + [108.878213, 29.539279], + [108.913322, 29.574679], + [108.901003, 29.604863], + [108.870206, 29.596537], + [108.888068, 29.628795], + [108.844337, 29.658443], + [108.781511, 29.635558], + [108.797525, 29.660003], + [108.786438, 29.691721], + [108.752562, 29.649082], + [108.690968, 29.689642], + [108.676801, 29.749412], + [108.680497, 29.800319], + [108.658939, 29.854833], + [108.601041, 29.863656], + [108.556077, 29.818493], + [108.52528, 29.770713], + [108.548686, 29.749412], + [108.504954, 29.728626], + [108.504338, 29.707836], + [108.460606, 29.741098], + [108.437201, 29.741098], + [108.442744, 29.778505], + [108.422418, 29.772791], + [108.424266, 29.815897], + [108.371295, 29.841337], + [108.433505, 29.880262], + [108.467998, 29.864175], + [108.516041, 29.885451], + [108.517889, 29.9394], + [108.536367, 29.983472], + [108.532055, 30.051873], + [108.513577, 30.057571], + [108.546222, 30.104178], + [108.56778, 30.157491], + [108.551766, 30.1637], + [108.581947, 30.255759], + [108.54499, 30.269716], + [108.524048, 30.309506], + [108.501258, 30.314673], + [108.460606, 30.35961], + [108.431041, 30.354446], + [108.402092, 30.376649], + [108.430425, 30.416397], + [108.411331, 30.438586], + [108.42673, 30.492233], + [108.472925, 30.487076], + [108.512961, 30.501515], + [108.556077, 30.487592], + [108.56778, 30.468508], + [108.6497, 30.53915], + [108.642925, 30.578831], + [108.688504, 30.58759], + [108.698975, 30.54482], + [108.743939, 30.494812], + [108.789518, 30.513374], + [108.808612, 30.491202], + [108.838793, 30.503062], + [108.893612, 30.565434], + [108.971836, 30.627766], + [109.006329, 30.626736], + [109.042669, 30.655571], + [109.071002, 30.640125], + [109.111654, 30.646303], + [109.106111, 30.61077], + [109.105495, 30.585529], + [109.102415, 30.580377], + [109.101183, 30.579346], + [109.106111, 30.570587], + [109.103647, 30.565949], + [109.143683, 30.521108], + [109.191726, 30.545851], + [109.191726, 30.545851], + [109.245313, 30.580892], + [109.299516, 30.630341], + [109.314298, 30.599953], + [109.36111, 30.551004], + [109.337088, 30.521623], + [109.35495, 30.487076], + [109.418392, 30.559766], + [109.435638, 30.595832], + [109.535421, 30.664837], + [109.543428, 30.63961], + [109.574225, 30.646818], + [109.590855, 30.69366], + [109.625348, 30.702923], + [109.661072, 30.738936], + [109.656761, 30.760538], + [109.701724, 30.783677], + [109.780564, 30.848437], + [109.828608, 30.864364], + [109.894513, 30.899803], + [109.943788, 30.878746], + [110.008462, 30.883369], + [110.019549, 30.829425], + [110.048498, 30.800642], + [110.082375, 30.799614], + [110.151976, 30.911613], + [110.153824, 30.953708], + [110.172918, 30.978853], + [110.140889, 30.987062], + [110.140273, 31.030661], + [110.120563, 31.0322], + [110.119947, 31.088592], + [110.147048, 31.116776], + [110.180309, 31.121899], + [110.200019, 31.158779], + [110.180309, 31.179774], + [110.155671, 31.279564], + [110.161831, 31.314338], + [110.118715, 31.409899], + [110.054042, 31.410921], + [110.036795, 31.436966], + [109.98752, 31.474744], + [109.94502, 31.47066], + [109.969658, 31.508935], + [109.894513, 31.519139], + [109.837847, 31.555354], + [109.727594, 31.548214], + [109.745456, 31.598182], + [109.76455, 31.602769], + [109.737449, 31.628761], + [109.731289, 31.700582], + [109.683246, 31.719929], + [109.622268, 31.711783], + [109.585928, 31.726546], + [109.549587, 31.73011], + [109.502776, 31.716365], + [109.446109, 31.722983], + [109.381436, 31.705165], + [109.281654, 31.716874], + [109.282885, 31.743343], + [109.253936, 31.759628], + [109.279806, 31.776418], + [109.27611, 31.79931], + [109.195422, 31.817618], + [109.191111, 31.85575], + [109.123357, 31.892851], + [109.085785, 31.929428], + [108.986619, 31.980205], + [108.902235, 31.984774], + [108.837561, 32.039072], + [108.78767, 32.04871], + [108.75133, 32.076098], + [108.734084, 32.106519], + [108.676801, 32.10297], + [108.585026, 32.17189], + [108.543758, 32.177969], + [108.509882, 32.201266], + [108.480317, 32.182527], + [108.399013, 32.194176], + [108.370063, 32.172397], + [108.379918, 32.154158], + [108.379918, 32.154158], + [108.379303, 32.153652], + [108.379303, 32.153652], + [108.399628, 32.147065], + [108.452599, 32.090296], + [108.42981, 32.061391], + [108.372527, 32.077112], + [108.344194, 32.067477], + [108.362056, 32.035521], + [108.329411, 32.020299], + [108.370063, 31.988835], + [108.351585, 31.971575], + [108.307238, 31.997463], + [108.259194, 31.967006], + [108.343578, 31.860834], + [108.386078, 31.854226], + [108.391005, 31.829822], + [108.429194, 31.809482], + [108.455063, 31.814059], + [108.462454, 31.780488], + [108.535135, 31.757592], + [108.50557, 31.734182], + [108.514809, 31.693963], + [108.546838, 31.665442], + [108.519121, 31.665952], + [108.468614, 31.636404], + [108.442744, 31.633856], + [108.390389, 31.591555], + [108.386078, 31.544134], + [108.339266, 31.539033], + [108.344194, 31.512506], + [108.254883, 31.49873], + [108.233941, 31.506894], + [108.191441, 31.492096], + [108.193289, 31.467598], + [108.224086, 31.464024], + [108.216079, 31.41041], + [108.153869, 31.371073], + [108.185898, 31.336831], + [108.095354, 31.268311], + [108.038688, 31.252964], + [108.031297, 31.217144], + [108.07626, 31.231985], + [108.089811, 31.204859], + [108.025753, 31.116263], + [108.009123, 31.109602], + [108.026985, 31.061938], + [108.060246, 31.052197], + [108.00358, 31.025533], + [107.983254, 30.983983], + [107.942602, 30.989114], + [107.948145, 30.918802], + [107.994956, 30.908533], + [107.956152, 30.882855], + [107.851443, 30.792931], + [107.788001, 30.81966], + [107.763979, 30.817091], + [107.760899, 30.862823], + [107.739957, 30.884396], + [107.693146, 30.875665], + [107.645103, 30.821202], + [107.57735, 30.847924], + [107.515756, 30.854603], + [107.483111, 30.838675], + [107.498509, 30.809381], + [107.454162, 30.771851], + [107.454162, 30.771851], + [107.424597, 30.74048], + [107.458473, 30.704981], + [107.477567, 30.664837], + [107.516987, 30.644759], + [107.485575, 30.598408], + [107.427676, 30.547397], + [107.443075, 30.53348], + [107.408582, 30.521623], + [107.368546, 30.468508], + [107.338981, 30.386459], + [107.288474, 30.337402], + [107.257677, 30.267131], + [107.221337, 30.213878], + [107.103076, 30.090198], + [107.080286, 30.094341], + [107.084598, 30.063786], + [107.058113, 30.043066], + [107.055649, 30.040476], + [107.054417, 30.040994], + [107.053801, 30.043584], + [107.02054, 30.036849], + [106.981736, 30.08502], + [106.976193, 30.083467], + [106.94478, 30.037367], + [106.913367, 30.025451], + [106.862244, 30.033223], + [106.83699, 30.049801], + [106.825904, 30.03115], + [106.825904, 30.03115], + [106.785252, 30.01716], + [106.732281, 30.027005], + [106.724274, 30.058607], + [106.699636, 30.074145], + [106.700252, 30.111944], + [106.672535, 30.122297], + [106.677462, 30.156974], + [106.631883, 30.186464], + [106.611557, 30.235596], + [106.612173, 30.235596], + [106.611557, 30.235596], + [106.612173, 30.235596], + [106.612173, 30.235596], + [106.612789, 30.235596], + [106.612789, 30.235596], + [106.642354, 30.246454], + [106.611557, 30.292455], + [106.560434, 30.31519], + [106.545035, 30.296589], + [106.49884, 30.295556], + [106.43971, 30.308473], + [106.428623, 30.254725], + [106.401521, 30.242318], + [106.349167, 30.24542], + [106.334384, 30.225772], + [106.306667, 30.238182], + [106.296196, 30.205603], + [106.264167, 30.20974], + [106.260471, 30.19681], + [106.232754, 30.185947], + [106.180399, 30.233011], + [106.168696, 30.303823], + [106.132356, 30.323972], + [106.132972, 30.30279], + [106.07261, 30.333786], + [106.031958, 30.373551], + [105.943263, 30.372002], + [105.900763, 30.405042], + [105.84656, 30.410203], + [105.825618, 30.436006], + [105.792357, 30.427234], + [105.760329, 30.384393], + [105.754785, 30.342567], + [105.714749, 30.322939], + [105.720292, 30.252657], + [105.720292, 30.252657], + [105.670401, 30.254208], + [105.624822, 30.275918], + [105.619894, 30.234045], + [105.662394, 30.210258], + [105.642684, 30.186464], + [105.56138, 30.183878], + [105.550909, 30.179222], + [105.536127, 30.152834], + [105.596489, 30.159043], + [105.574315, 30.130579], + [105.580474, 30.129544], + [105.582938, 30.127474], + [105.582938, 30.12385], + [105.642068, 30.101072], + [105.638988, 30.076216], + [105.676561, 30.06793], + [105.687032, 30.038922], + [105.719677, 30.042548], + [105.753553, 30.018196], + [105.723372, 29.975177], + [105.730763, 29.95755], + [105.70243, 29.924879], + [105.717213, 29.893753], + [105.738771, 29.891159], + [105.707974, 29.840818], + [105.610655, 29.837184], + [105.582938, 29.819013], + [105.574931, 29.744216], + [105.529351, 29.707836], + [105.481924, 29.718232], + [105.476996, 29.674564], + [105.419714, 29.688082], + [105.38091, 29.628275], + [105.347649, 29.621512], + [105.332867, 29.592374], + [105.296526, 29.571035], + [105.305149, 29.53199], + [105.337794, 29.459064], + [105.334099, 29.441345], + [105.387069, 29.455416], + [105.387069, 29.455416], + [105.399388, 29.43874], + [105.372903, 29.421018], + [105.426489, 29.419454], + [105.441888, 29.400686], + [105.418482, 29.352185], + [105.42033, 29.31149], + [105.465294, 29.322969], + [105.459134, 29.288526], + [105.513337, 29.283306], + [105.521344, 29.264513], + [105.557684, 29.278608], + [105.631597, 29.280174], + [105.647612, 29.253027], + [105.695039, 29.287482], + [105.712285, 29.219082], + [105.703662, 29.176766], + [105.728916, 29.134432], + [105.752321, 29.129727], + [105.728916, 29.1062], + [105.757865, 29.069068], + [105.74185, 29.039249], + [105.766488, 29.013607], + [105.762176, 28.9911], + [105.801596, 28.958116], + [105.797285, 28.936121], + [105.830546, 28.944501], + [105.852719, 28.927217], + [105.910002, 28.920407], + [105.969132, 28.965971], + [106.001161, 28.973824], + [106.040581, 28.955498], + [106.049204, 28.906263], + [106.070762, 28.919884], + [106.101559, 28.898928], + [106.14837, 28.901548], + [106.173008, 28.920407], + [106.206885, 28.904691], + [106.264783, 28.845997], + [106.245689, 28.817686], + [106.267863, 28.779402], + [106.274022, 28.739004], + [106.305435, 28.704365], + [106.304203, 28.64976], + [106.346703, 28.583565], + [106.33192, 28.55308], + [106.37442, 28.525742] + ] + ], + [ + [ + [109.105495, 30.585529], + [109.106111, 30.61077], + [109.09256, 30.578831], + [109.09872, 30.579346], + [109.101183, 30.579346], + [109.102415, 30.580377], + [109.105495, 30.585529] + ] + ], + [ + [ + [105.582938, 30.12385], + [105.582938, 30.127474], + [105.580474, 30.129544], + [105.574315, 30.130579], + [105.582938, 30.12385] + ] + ], + [ + [ + [109.09872, 30.579346], + [109.09256, 30.578831], + [109.103647, 30.565949], + [109.106111, 30.570587], + [109.09872, 30.579346] + ] + ], + [ + [ + [107.058113, 30.043066], + [107.053801, 30.043584], + [107.054417, 30.040994], + [107.055649, 30.040476], + [107.058113, 30.043066] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 510000, + "name": "四川省", + "center": [104.065735, 30.659462], + "centroid": [102.693453, 30.674545], + "childrenNum": 21, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 22, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [101.167885, 27.198311], + [101.170349, 27.175421], + [101.145095, 27.103523], + [101.157414, 27.094999], + [101.136472, 27.023584], + [101.228863, 26.981992], + [101.227015, 26.959057], + [101.264587, 26.955323], + [101.267667, 26.903034], + [101.311399, 26.903034], + [101.365602, 26.883819], + [101.399478, 26.841642], + [101.358826, 26.771669], + [101.387159, 26.753501], + [101.389623, 26.723036], + [101.435819, 26.740675], + [101.458608, 26.731054], + [101.445674, 26.77434], + [101.466, 26.786629], + [101.513427, 26.768463], + [101.453065, 26.692563], + [101.481398, 26.673313], + [101.461072, 26.640687], + [101.461688, 26.606447], + [101.402558, 26.604841], + [101.395783, 26.591998], + [101.422884, 26.53151], + [101.458608, 26.49563], + [101.506652, 26.499915], + [101.530057, 26.467239], + [101.565782, 26.454381], + [101.637847, 26.388995], + [101.635383, 26.357361], + [101.660636, 26.346635], + [101.64031, 26.318745], + [101.597195, 26.303187], + [101.586108, 26.279579], + [101.630455, 26.224832], + [101.690202, 26.241473], + [101.737013, 26.219463], + [101.773353, 26.168448], + [101.807846, 26.156093], + [101.796759, 26.114723], + [101.839875, 26.082477], + [101.835563, 26.04592], + [101.857737, 26.049146], + [101.899621, 26.099139], + [101.929186, 26.105588], + [101.954439, 26.084627], + [102.020961, 26.096451], + [102.080091, 26.065275], + [102.107808, 26.068501], + [102.152156, 26.10935], + [102.174946, 26.146961], + [102.242699, 26.190468], + [102.245163, 26.212483], + [102.349257, 26.244694], + [102.392372, 26.296749], + [102.440416, 26.300505], + [102.542046, 26.338591], + [102.570995, 26.362723], + [102.629509, 26.336982], + [102.638748, 26.307479], + [102.60056, 26.250598], + [102.659074, 26.221611], + [102.709581, 26.210336], + [102.739762, 26.268846], + [102.785342, 26.298895], + [102.833385, 26.306406], + [102.878964, 26.364332], + [102.893131, 26.338591], + [102.975667, 26.340736], + [102.998457, 26.371839], + [102.988602, 26.413117], + [102.989833, 26.482775], + [103.030485, 26.485989], + [103.052659, 26.514374], + [103.052659, 26.555602], + [103.035413, 26.556673], + [103.026174, 26.664221], + [103.005232, 26.679195], + [103.008312, 26.710741], + [102.983674, 26.76686], + [102.991681, 26.775409], + [102.966428, 26.837904], + [102.949181, 26.843244], + [102.896211, 26.91264], + [102.894979, 27.001724], + [102.870957, 27.026782], + [102.913457, 27.133886], + [102.904218, 27.227584], + [102.883276, 27.258444], + [102.883892, 27.299401], + [102.899906, 27.317481], + [102.941174, 27.405711], + [102.989833, 27.367983], + [103.055739, 27.40943], + [103.080992, 27.396679], + [103.141355, 27.420586], + [103.144434, 27.450331], + [103.19063, 27.523596], + [103.232514, 27.56976], + [103.2861, 27.561802], + [103.29226, 27.632872], + [103.349542, 27.678459], + [103.369868, 27.708664], + [103.393274, 27.709194], + [103.461027, 27.779638], + [103.487512, 27.794992], + [103.509686, 27.843687], + [103.502295, 27.910343], + [103.55465, 27.978543], + [103.515846, 27.965329], + [103.486281, 28.033495], + [103.459179, 28.021345], + [103.430846, 28.044587], + [103.470266, 28.122204], + [103.533092, 28.168641], + [103.573128, 28.230877], + [103.643961, 28.260401], + [103.692004, 28.232459], + [103.701859, 28.198709], + [103.740048, 28.23615], + [103.770845, 28.233514], + [103.828743, 28.285173], + [103.877402, 28.316262], + [103.85338, 28.356822], + [103.860156, 28.383677], + [103.828743, 28.44], + [103.829975, 28.459995], + [103.781931, 28.525216], + [103.802873, 28.563068], + [103.838598, 28.587244], + [103.833054, 28.605109], + [103.850917, 28.66709], + [103.887873, 28.61982], + [103.910047, 28.631377], + [103.953779, 28.600906], + [104.05972, 28.6277], + [104.09606, 28.603533], + [104.117618, 28.634003], + [104.170589, 28.642932], + [104.230951, 28.635579], + [104.252509, 28.660788], + [104.277147, 28.631902], + [104.314719, 28.615617], + [104.372617, 28.649235], + [104.425588, 28.626649], + [104.417581, 28.598279], + [104.375697, 28.5946], + [104.355987, 28.555183], + [104.323342, 28.540989], + [104.260516, 28.536257], + [104.267908, 28.499448], + [104.254357, 28.403683], + [104.282074, 28.343128], + [104.314103, 28.306778], + [104.343052, 28.334173], + [104.384936, 28.329959], + [104.392943, 28.291497], + [104.420045, 28.269889], + [104.44961, 28.269889], + [104.462544, 28.241422], + [104.442834, 28.211366], + [104.402182, 28.202928], + [104.406494, 28.173389], + [104.444682, 28.16231], + [104.448994, 28.113758], + [104.40095, 28.091586], + [104.373233, 28.051454], + [104.304248, 28.050926], + [104.30856, 28.036136], + [104.362762, 28.012891], + [104.40095, 27.952114], + [104.44961, 27.927794], + [104.508124, 27.878078], + [104.52537, 27.889187], + [104.573413, 27.840512], + [104.607906, 27.857974], + [104.63316, 27.850567], + [104.676275, 27.880723], + [104.743413, 27.901881], + [104.761891, 27.884426], + [104.796999, 27.901352], + [104.842579, 27.900294], + [104.888158, 27.914574], + [104.918339, 27.938897], + [104.903557, 27.962158], + [104.975006, 28.020816], + [104.980549, 28.063073], + [105.002107, 28.064129], + [105.061853, 28.096866], + [105.119752, 28.07205], + [105.168411, 28.071522], + [105.186889, 28.054623], + [105.167795, 28.021345], + [105.186273, 27.995454], + [105.218302, 27.990698], + [105.247867, 28.009193], + [105.270657, 27.99704], + [105.284823, 27.935725], + [105.233084, 27.895534], + [105.25957, 27.827811], + [105.313157, 27.810874], + [105.273736, 27.794992], + [105.293447, 27.770637], + [105.290367, 27.712373], + [105.308229, 27.704955], + [105.353809, 27.748924], + [105.44004, 27.775402], + [105.508409, 27.769048], + [105.560148, 27.71979], + [105.605112, 27.715552], + [105.62359, 27.666269], + [105.664242, 27.683759], + [105.720292, 27.683759], + [105.722756, 27.706015], + [105.76772, 27.7182], + [105.848408, 27.707074], + [105.868118, 27.732504], + [105.922937, 27.746805], + [105.92848, 27.729855], + [105.985146, 27.749983], + [106.023335, 27.746805], + [106.063987, 27.776991], + [106.120653, 27.779638], + [106.193334, 27.75422], + [106.242609, 27.767459], + [106.306667, 27.808756], + [106.337464, 27.859033], + [106.325145, 27.898708], + [106.304819, 27.899237], + [106.307899, 27.936782], + [106.328225, 27.952643], + [106.286341, 28.007079], + [106.246305, 28.011835], + [106.266631, 28.066769], + [106.206885, 28.134343], + [106.145291, 28.162837], + [106.093552, 28.162837], + [105.975907, 28.107952], + [105.943878, 28.143314], + [105.895219, 28.119565], + [105.860727, 28.159672], + [105.889676, 28.237732], + [105.848408, 28.255656], + [105.824386, 28.306251], + [105.78743, 28.335753], + [105.76464, 28.308359], + [105.76464, 28.308359], + [105.737539, 28.30309], + [105.730147, 28.271997], + [105.68888, 28.284119], + [105.639604, 28.324164], + [105.655003, 28.362615], + [105.643916, 28.431053], + [105.612503, 28.438947], + [105.62359, 28.517854], + [105.68272, 28.534154], + [105.693191, 28.58882], + [105.712901, 28.586718], + [105.74493, 28.616668], + [105.757249, 28.590397], + [105.78435, 28.610889], + [105.808372, 28.599855], + [105.884748, 28.595126], + [105.889676, 28.670765], + [105.937719, 28.686517], + [105.966668, 28.761041], + [106.001161, 28.743727], + [106.030726, 28.694917], + [106.085544, 28.681792], + [106.103407, 28.636104], + [106.14837, 28.642932], + [106.17116, 28.629275], + [106.184711, 28.58882], + [106.254928, 28.539412], + [106.2925, 28.537309], + [106.304819, 28.505233], + [106.349167, 28.473674], + [106.379348, 28.479986], + [106.37442, 28.525742], + [106.33192, 28.55308], + [106.346703, 28.583565], + [106.304203, 28.64976], + [106.305435, 28.704365], + [106.274022, 28.739004], + [106.267863, 28.779402], + [106.245689, 28.817686], + [106.264783, 28.845997], + [106.206885, 28.904691], + [106.173008, 28.920407], + [106.14837, 28.901548], + [106.101559, 28.898928], + [106.070762, 28.919884], + [106.049204, 28.906263], + [106.040581, 28.955498], + [106.001161, 28.973824], + [105.969132, 28.965971], + [105.910002, 28.920407], + [105.852719, 28.927217], + [105.830546, 28.944501], + [105.797285, 28.936121], + [105.801596, 28.958116], + [105.762176, 28.9911], + [105.766488, 29.013607], + [105.74185, 29.039249], + [105.757865, 29.069068], + [105.728916, 29.1062], + [105.752321, 29.129727], + [105.728916, 29.134432], + [105.703662, 29.176766], + [105.712285, 29.219082], + [105.695039, 29.287482], + [105.647612, 29.253027], + [105.631597, 29.280174], + [105.557684, 29.278608], + [105.521344, 29.264513], + [105.513337, 29.283306], + [105.459134, 29.288526], + [105.465294, 29.322969], + [105.42033, 29.31149], + [105.418482, 29.352185], + [105.441888, 29.400686], + [105.426489, 29.419454], + [105.372903, 29.421018], + [105.399388, 29.43874], + [105.387069, 29.455416], + [105.387069, 29.455416], + [105.334099, 29.441345], + [105.337794, 29.459064], + [105.305149, 29.53199], + [105.296526, 29.571035], + [105.332867, 29.592374], + [105.347649, 29.621512], + [105.38091, 29.628275], + [105.419714, 29.688082], + [105.476996, 29.674564], + [105.481924, 29.718232], + [105.529351, 29.707836], + [105.574931, 29.744216], + [105.582938, 29.819013], + [105.610655, 29.837184], + [105.707974, 29.840818], + [105.738771, 29.891159], + [105.717213, 29.893753], + [105.70243, 29.924879], + [105.730763, 29.95755], + [105.723372, 29.975177], + [105.753553, 30.018196], + [105.719677, 30.042548], + [105.687032, 30.038922], + [105.676561, 30.06793], + [105.638988, 30.076216], + [105.642068, 30.101072], + [105.582938, 30.12385], + [105.574315, 30.130579], + [105.596489, 30.159043], + [105.536127, 30.152834], + [105.550909, 30.179222], + [105.556453, 30.187499], + [105.558916, 30.18543], + [105.56138, 30.183878], + [105.642684, 30.186464], + [105.662394, 30.210258], + [105.619894, 30.234045], + [105.624822, 30.275918], + [105.670401, 30.254208], + [105.720292, 30.252657], + [105.720292, 30.252657], + [105.714749, 30.322939], + [105.754785, 30.342567], + [105.760329, 30.384393], + [105.792357, 30.427234], + [105.825618, 30.436006], + [105.84656, 30.410203], + [105.900763, 30.405042], + [105.943263, 30.372002], + [106.031958, 30.373551], + [106.07261, 30.333786], + [106.132972, 30.30279], + [106.132356, 30.323972], + [106.168696, 30.303823], + [106.180399, 30.233011], + [106.232754, 30.185947], + [106.260471, 30.19681], + [106.260471, 30.204051], + [106.260471, 30.207672], + [106.264167, 30.20974], + [106.296196, 30.205603], + [106.306667, 30.238182], + [106.334384, 30.225772], + [106.349167, 30.24542], + [106.401521, 30.242318], + [106.428623, 30.254725], + [106.43971, 30.308473], + [106.49884, 30.295556], + [106.545035, 30.296589], + [106.560434, 30.31519], + [106.611557, 30.292455], + [106.642354, 30.246454], + [106.612789, 30.235596], + [106.612789, 30.235596], + [106.612173, 30.235596], + [106.612173, 30.235596], + [106.611557, 30.235596], + [106.612173, 30.235596], + [106.611557, 30.235596], + [106.631883, 30.186464], + [106.677462, 30.156974], + [106.672535, 30.122297], + [106.700252, 30.111944], + [106.699636, 30.074145], + [106.724274, 30.058607], + [106.732281, 30.027005], + [106.785252, 30.01716], + [106.825904, 30.03115], + [106.825904, 30.03115], + [106.83699, 30.049801], + [106.862244, 30.033223], + [106.913367, 30.025451], + [106.94478, 30.037367], + [106.976193, 30.083467], + [106.975577, 30.088127], + [106.976809, 30.088127], + [106.977425, 30.087609], + [106.978656, 30.087609], + [106.979888, 30.088127], + [106.980504, 30.087609], + [106.981736, 30.08502], + [107.02054, 30.036849], + [107.053801, 30.043584], + [107.058113, 30.043066], + [107.084598, 30.063786], + [107.080286, 30.094341], + [107.103076, 30.090198], + [107.221337, 30.213878], + [107.257677, 30.267131], + [107.288474, 30.337402], + [107.338981, 30.386459], + [107.368546, 30.468508], + [107.408582, 30.521623], + [107.443075, 30.53348], + [107.427676, 30.547397], + [107.485575, 30.598408], + [107.516987, 30.644759], + [107.477567, 30.664837], + [107.458473, 30.704981], + [107.424597, 30.74048], + [107.454162, 30.771851], + [107.454162, 30.771851], + [107.498509, 30.809381], + [107.483111, 30.838675], + [107.515756, 30.854603], + [107.57735, 30.847924], + [107.645103, 30.821202], + [107.693146, 30.875665], + [107.739957, 30.884396], + [107.760899, 30.862823], + [107.763979, 30.817091], + [107.788001, 30.81966], + [107.851443, 30.792931], + [107.956152, 30.882855], + [107.994956, 30.908533], + [107.948145, 30.918802], + [107.942602, 30.989114], + [107.983254, 30.983983], + [108.00358, 31.025533], + [108.060246, 31.052197], + [108.026985, 31.061938], + [108.009123, 31.109602], + [108.025753, 31.116263], + [108.089811, 31.204859], + [108.07626, 31.231985], + [108.031297, 31.217144], + [108.038688, 31.252964], + [108.095354, 31.268311], + [108.185898, 31.336831], + [108.153869, 31.371073], + [108.216079, 31.41041], + [108.224086, 31.464024], + [108.193289, 31.467598], + [108.191441, 31.492096], + [108.233941, 31.506894], + [108.254883, 31.49873], + [108.344194, 31.512506], + [108.339266, 31.539033], + [108.386078, 31.544134], + [108.390389, 31.591555], + [108.442744, 31.633856], + [108.468614, 31.636404], + [108.519121, 31.665952], + [108.546838, 31.665442], + [108.514809, 31.693963], + [108.50557, 31.734182], + [108.535135, 31.757592], + [108.462454, 31.780488], + [108.455063, 31.814059], + [108.429194, 31.809482], + [108.391005, 31.829822], + [108.386078, 31.854226], + [108.343578, 31.860834], + [108.259194, 31.967006], + [108.307238, 31.997463], + [108.351585, 31.971575], + [108.370063, 31.988835], + [108.329411, 32.020299], + [108.362056, 32.035521], + [108.344194, 32.067477], + [108.372527, 32.077112], + [108.42981, 32.061391], + [108.452599, 32.090296], + [108.399628, 32.147065], + [108.379303, 32.153652], + [108.379303, 32.153652], + [108.379918, 32.154158], + [108.379918, 32.154158], + [108.370063, 32.172397], + [108.399013, 32.194176], + [108.480317, 32.182527], + [108.509882, 32.201266], + [108.507418, 32.245819], + [108.469846, 32.270618], + [108.414411, 32.252399], + [108.389773, 32.263533], + [108.310933, 32.232152], + [108.240716, 32.274666], + [108.179738, 32.221521], + [108.156948, 32.239239], + [108.143398, 32.219495], + [108.086731, 32.233165], + [108.018362, 32.2119], + [108.024521, 32.177462], + [107.979558, 32.146051], + [107.924739, 32.197215], + [107.890247, 32.214432], + [107.864377, 32.201266], + [107.812022, 32.247844], + [107.753508, 32.338399], + [107.707929, 32.331826], + [107.680827, 32.397035], + [107.648183, 32.413709], + [107.598291, 32.411688], + [107.527458, 32.38238], + [107.489886, 32.425328], + [107.456625, 32.41775], + [107.460937, 32.453612], + [107.438763, 32.465732], + [107.436299, 32.529835], + [107.382097, 32.54043], + [107.356843, 32.506622], + [107.313727, 32.489965], + [107.287858, 32.457147], + [107.263836, 32.403099], + [107.212097, 32.428864], + [107.189924, 32.468256], + [107.127098, 32.482393], + [107.080286, 32.542448], + [107.108004, 32.600951], + [107.098765, 32.649338], + [107.05996, 32.686115], + [107.066736, 32.708779], + [107.012533, 32.721367], + [106.912751, 32.704247], + [106.903512, 32.721367], + [106.854853, 32.724388], + [106.82344, 32.705254], + [106.793259, 32.712807], + [106.783404, 32.735967], + [106.733513, 32.739491], + [106.670071, 32.694678], + [106.626955, 32.682086], + [106.585687, 32.68813], + [106.517934, 32.668485], + [106.498224, 32.649338], + [106.451412, 32.65992], + [106.421231, 32.616579], + [106.389203, 32.62666], + [106.347935, 32.671003], + [106.301123, 32.680071], + [106.267863, 32.673522], + [106.254928, 32.693671], + [106.17424, 32.6977], + [106.120037, 32.719856], + [106.071378, 32.758114], + [106.07261, 32.76365], + [106.093552, 32.82402], + [106.071378, 32.828546], + [106.044277, 32.864747], + [106.011632, 32.829552], + [105.969132, 32.849162], + [105.93156, 32.826032], + [105.893371, 32.838603], + [105.849024, 32.817985], + [105.825002, 32.824523], + [105.822538, 32.770192], + [105.779423, 32.750061], + [105.768952, 32.767676], + [105.719061, 32.759624], + [105.677793, 32.726402], + [105.596489, 32.69921], + [105.585402, 32.728919], + [105.563844, 32.724891], + [105.555221, 32.794343], + [105.534279, 32.790822], + [105.524424, 32.847654], + [105.495475, 32.873292], + [105.49917, 32.911986], + [105.467757, 32.930071], + [105.414171, 32.922034], + [105.408011, 32.885857], + [105.38091, 32.876307], + [105.396308, 32.85067], + [105.396308, 32.85067], + [105.427721, 32.784281], + [105.454207, 32.767173], + [105.448663, 32.732946], + [105.368591, 32.712807], + [105.347033, 32.68259], + [105.297758, 32.656897], + [105.263265, 32.652362], + [105.219534, 32.666469], + [105.215222, 32.63674], + [105.185041, 32.617587], + [105.111128, 32.593893], + [105.0791, 32.637244], + [105.026745, 32.650346], + [104.925115, 32.607505], + [104.881999, 32.600951], + [104.845659, 32.653873], + [104.820405, 32.662943], + [104.795768, 32.643292], + [104.739717, 32.635228], + [104.696601, 32.673522], + [104.643015, 32.661935], + [104.592508, 32.695685], + [104.582653, 32.722374], + [104.526602, 32.728416], + [104.51182, 32.753585], + [104.458849, 32.748551], + [104.363994, 32.822511], + [104.294393, 32.835586], + [104.277147, 32.90244], + [104.288234, 32.942628], + [104.345516, 32.940117], + [104.378161, 32.953174], + [104.383704, 32.994343], + [104.426204, 33.010906], + [104.391711, 33.035493], + [104.337509, 33.038002], + [104.378161, 33.109214], + [104.351059, 33.158828], + [104.32827, 33.223934], + [104.323958, 33.26898], + [104.303632, 33.304499], + [104.333813, 33.315502], + [104.386168, 33.298497], + [104.420045, 33.327004], + [104.373849, 33.345004], + [104.292545, 33.336505], + [104.272219, 33.391486], + [104.22048, 33.404477], + [104.213089, 33.446932], + [104.180444, 33.472895], + [104.155191, 33.542755], + [104.176749, 33.5996], + [104.103452, 33.663381], + [104.046169, 33.686291], + [103.980264, 33.670852], + [103.861388, 33.682307], + [103.778236, 33.658898], + [103.690772, 33.69376], + [103.667983, 33.685793], + [103.645809, 33.708697], + [103.593454, 33.716164], + [103.563889, 33.699735], + [103.552186, 33.671351], + [103.520157, 33.678323], + [103.545411, 33.719649], + [103.518309, 33.807213], + [103.464723, 33.80224], + [103.434542, 33.752993], + [103.35447, 33.743539], + [103.278709, 33.774387], + [103.284868, 33.80224], + [103.24976, 33.814175], + [103.228202, 33.79478], + [103.165376, 33.805721], + [103.153673, 33.819147], + [103.181391, 33.900649], + [103.16476, 33.929454], + [103.1315, 33.931937], + [103.120413, 33.953286], + [103.157369, 33.998944], + [103.147514, 34.036644], + [103.119797, 34.03466], + [103.129652, 34.065899], + [103.178927, 34.079779], + [103.121644, 34.112487], + [103.124108, 34.162022], + [103.100087, 34.181828], + [103.052043, 34.195194], + [103.005848, 34.184798], + [102.973203, 34.205588], + [102.977515, 34.252595], + [102.949181, 34.292159], + [102.911609, 34.312923], + [102.85987, 34.301058], + [102.856791, 34.270895], + [102.798276, 34.272874], + [102.779798, 34.236764], + [102.728675, 34.235774], + [102.694799, 34.198659], + [102.664002, 34.192719], + [102.651067, 34.165983], + [102.598712, 34.14766], + [102.655994, 34.113478], + [102.649219, 34.080275], + [102.615958, 34.099604], + [102.511865, 34.086222], + [102.471213, 34.072839], + [102.437336, 34.087214], + [102.406539, 34.033172], + [102.392372, 33.971651], + [102.345561, 33.969666], + [102.315996, 33.993983], + [102.287047, 33.977607], + [102.248858, 33.98654], + [102.226069, 33.963214], + [102.16817, 33.983066], + [102.136142, 33.965199], + [102.25317, 33.861399], + [102.261177, 33.821136], + [102.243315, 33.786823], + [102.296286, 33.783838], + [102.324619, 33.754486], + [102.284583, 33.719151], + [102.342481, 33.725622], + [102.31538, 33.665374], + [102.346793, 33.605582], + [102.440416, 33.574673], + [102.477988, 33.543254], + [102.446575, 33.53228], + [102.461358, 33.501345], + [102.462589, 33.449429], + [102.447807, 33.454922], + [102.392988, 33.404477], + [102.368967, 33.41247], + [102.310452, 33.397982], + [102.296286, 33.413969], + [102.258098, 33.409472], + [102.218062, 33.349503], + [102.192192, 33.337005], + [102.217446, 33.247961], + [102.200815, 33.223434], + [102.160163, 33.242956], + [102.144765, 33.273983], + [102.117047, 33.288492], + [102.08933, 33.227439], + [102.08933, 33.204908], + [102.054838, 33.189884], + [101.99386, 33.1999], + [101.935345, 33.186879], + [101.921795, 33.153817], + [101.887302, 33.135778], + [101.865744, 33.103198], + [101.825708, 33.119239], + [101.841723, 33.184876], + [101.83002, 33.213921], + [101.770274, 33.248962], + [101.769658, 33.26898], + [101.877447, 33.314502], + [101.887302, 33.383991], + [101.915635, 33.425957], + [101.946432, 33.442937], + [101.906396, 33.48188], + [101.907012, 33.539264], + [101.884222, 33.578163], + [101.844186, 33.602591], + [101.831252, 33.554726], + [101.783208, 33.556721], + [101.769042, 33.538765], + [101.777665, 33.533776], + [101.769042, 33.45592], + [101.695745, 33.433948], + [101.663716, 33.383991], + [101.64955, 33.323004], + [101.677883, 33.297497], + [101.735781, 33.279987], + [101.709912, 33.21292], + [101.653861, 33.162835], + [101.661252, 33.135778], + [101.633535, 33.101193], + [101.557775, 33.167344], + [101.515275, 33.192889], + [101.487557, 33.226938], + [101.403174, 33.225436], + [101.386543, 33.207412], + [101.393935, 33.157826], + [101.381616, 33.153316], + [101.297232, 33.262475], + [101.217776, 33.256469], + [101.182668, 33.26948], + [101.156798, 33.236449], + [101.124769, 33.221431], + [101.11553, 33.194893], + [101.169733, 33.10019], + [101.143863, 33.086151], + [101.146327, 33.056563], + [101.184515, 33.041514], + [101.171581, 33.009902], + [101.183899, 32.984304], + [101.129081, 32.989324], + [101.134624, 32.95217], + [101.124153, 32.909976], + [101.178356, 32.892892], + [101.223935, 32.855698], + [101.237486, 32.825026], + [101.22332, 32.725898], + [101.157414, 32.661431], + [101.124769, 32.658408], + [101.077342, 32.68259], + [101.030531, 32.660424], + [100.99727, 32.627668], + [100.956618, 32.621116], + [100.93198, 32.600447], + [100.887633, 32.632708], + [100.834046, 32.648835], + [100.77122, 32.643795], + [100.690532, 32.678056], + [100.71209, 32.645307], + [100.710242, 32.610026], + [100.673286, 32.628172], + [100.661583, 32.616075], + [100.657887, 32.546484], + [100.645568, 32.526303], + [100.603069, 32.553547], + [100.54517, 32.569687], + [100.516837, 32.632204], + [100.470026, 32.694678], + [100.450932, 32.694678], + [100.420135, 32.73194], + [100.378251, 32.698707], + [100.399193, 32.756101], + [100.339447, 32.719353], + [100.258759, 32.742511], + [100.231041, 32.696189], + [100.229809, 32.650346], + [100.208252, 32.606497], + [100.189773, 32.630692], + [100.109701, 32.640268], + [100.088143, 32.668988], + [100.139266, 32.724388], + [100.117093, 32.802392], + [100.123252, 32.837095], + [100.064738, 32.895907], + [100.029629, 32.895907], + [100.038252, 32.929066], + [99.956332, 32.948152], + [99.947709, 32.986814], + [99.877492, 33.045527], + [99.877492, 32.993339], + [99.851007, 32.941623], + [99.805427, 32.940619], + [99.788181, 32.956689], + [99.764159, 32.924545], + [99.791877, 32.883344], + [99.766623, 32.826032], + [99.760464, 32.769689], + [99.717964, 32.732443], + [99.700718, 32.76667], + [99.646515, 32.774721], + [99.640355, 32.790822], + [99.589233, 32.789312], + [99.558436, 32.839106], + [99.45311, 32.862233], + [99.376118, 32.899927], + [99.353944, 32.885354], + [99.268944, 32.878318], + [99.24677, 32.924043], + [99.235067, 32.982296], + [99.214741, 32.991332], + [99.196263, 33.035493], + [99.124814, 33.046028], + [99.090322, 33.079131], + [99.024416, 33.094675], + [99.014561, 33.081137], + [98.971445, 33.098185], + [98.967134, 33.115229], + [98.92217, 33.118738], + [98.858728, 33.150811], + [98.804526, 33.219428], + [98.802062, 33.270481], + [98.759562, 33.276985], + [98.779888, 33.370497], + [98.736157, 33.406975], + [98.742316, 33.477887], + [98.725686, 33.503341], + [98.678258, 33.522801], + [98.648077, 33.548741], + [98.652389, 33.595114], + [98.622824, 33.610067], + [98.61728, 33.637476], + [98.6567, 33.64744], + [98.610505, 33.682805], + [98.582788, 33.731595], + [98.539672, 33.746525], + [98.51873, 33.77389], + [98.494092, 33.768915], + [98.492861, 33.796272], + [98.463295, 33.848477], + [98.434962, 33.843009], + [98.407245, 33.867362], + [98.425723, 33.913066], + [98.415252, 33.956761], + [98.440506, 33.981577], + [98.428187, 34.029204], + [98.396774, 34.053008], + [98.399854, 34.085231], + [98.344419, 34.094648], + [98.258188, 34.083249], + [98.206449, 34.08424], + [98.158405, 34.107037], + [98.098043, 34.122892], + [98.028442, 34.122892], + [97.95453, 34.190739], + [97.898479, 34.209548], + [97.8104, 34.207568], + [97.796849, 34.199154], + [97.796849, 34.199154], + [97.789458, 34.182818], + [97.789458, 34.182818], + [97.766668, 34.158555], + [97.665654, 34.126855], + [97.70261, 34.036644], + [97.652719, 33.998448], + [97.660111, 33.956264], + [97.629314, 33.919523], + [97.601596, 33.929951], + [97.52214, 33.903133], + [97.503662, 33.912073], + [97.460546, 33.887236], + [97.395257, 33.889224], + [97.398336, 33.848477], + [97.371851, 33.842015], + [97.373083, 33.817655], + [97.406344, 33.795278], + [97.422974, 33.754984], + [97.418046, 33.728608], + [97.435293, 33.682307], + [97.415583, 33.605582], + [97.450075, 33.582152], + [97.523372, 33.577166], + [97.511669, 33.520805], + [97.552321, 33.465906], + [97.625618, 33.461412], + [97.674893, 33.432949], + [97.754349, 33.409972], + [97.676125, 33.341004], + [97.622538, 33.337005], + [97.607756, 33.263976], + [97.548626, 33.203907], + [97.487648, 33.168346], + [97.498119, 33.137783], + [97.487032, 33.107209], + [97.517213, 33.097683], + [97.542466, 33.035995], + [97.499966, 33.011408], + [97.523988, 32.988822], + [97.438372, 32.976271], + [97.375547, 32.956689], + [97.347829, 32.895907], + [97.376163, 32.886359], + [97.392793, 32.828546], + [97.386018, 32.77925], + [97.429133, 32.714318], + [97.42359, 32.70475], + [97.48272, 32.654377], + [97.535075, 32.638252], + [97.543698, 32.62162], + [97.607756, 32.614059], + [97.616995, 32.586329], + [97.700763, 32.53488], + [97.730944, 32.527312], + [97.795617, 32.521257], + [97.80732, 32.50006], + [97.863986, 32.499051], + [97.880001, 32.486431], + [97.940363, 32.482393], + [98.079565, 32.415224], + [98.107283, 32.391476], + [98.125145, 32.401077], + [98.218768, 32.342444], + [98.208913, 32.318171], + [98.23047, 32.262521], + [98.218768, 32.234683], + [98.260035, 32.208862], + [98.303151, 32.121726], + [98.357354, 32.087253], + [98.404781, 32.045159], + [98.402933, 32.026896], + [98.434962, 32.007613], + [98.432498, 31.922825], + [98.399238, 31.895899], + [98.426339, 31.856767], + [98.414636, 31.832365], + [98.461448, 31.800327], + [98.508875, 31.751995], + [98.516882, 31.717383], + [98.545831, 31.717383], + [98.553839, 31.660349], + [98.619128, 31.591555], + [98.651157, 31.57881], + [98.696736, 31.538523], + [98.714599, 31.508935], + [98.844562, 31.429817], + [98.84333, 31.416028], + [98.887062, 31.37465], + [98.810685, 31.306668], + [98.805758, 31.279052], + [98.773113, 31.249382], + [98.691809, 31.333253], + [98.643766, 31.338876], + [98.616048, 31.3036], + [98.60373, 31.257568], + [98.62344, 31.221238], + [98.602498, 31.192062], + [98.675179, 31.15417], + [98.710287, 31.1178], + [98.712135, 31.082954], + [98.736772, 31.049121], + [98.774961, 31.031174], + [98.806374, 30.995783], + [98.797135, 30.948575], + [98.774345, 30.908019], + [98.797135, 30.87926], + [98.850105, 30.849465], + [98.904924, 30.782649], + [98.957895, 30.765166], + [98.963438, 30.728134], + [98.907388, 30.698292], + [98.92217, 30.609225], + [98.939417, 30.598923], + [98.926482, 30.569556], + [98.932025, 30.521623], + [98.965286, 30.449937], + [98.967134, 30.33482], + [98.986844, 30.280569], + [98.970829, 30.260928], + [98.993003, 30.215429], + [98.9813, 30.182843], + [98.989308, 30.151799], + [99.044742, 30.079842], + [99.036735, 30.053945], + [99.055213, 29.958587], + [99.068148, 29.931621], + [99.0238, 29.846009], + [99.018873, 29.792009], + [98.992387, 29.677163], + [99.014561, 29.607464], + [99.052133, 29.563748], + [99.044742, 29.520013], + [99.066916, 29.421018], + [99.058909, 29.417368], + [99.075539, 29.316186], + [99.114343, 29.243628], + [99.113727, 29.221171], + [99.105104, 29.162656], + [99.118039, 29.100971], + [99.113727, 29.07273], + [99.132206, 28.94869], + [99.123582, 28.890021], + [99.103872, 28.841803], + [99.114343, 28.765763], + [99.134053, 28.734806], + [99.126662, 28.698066], + [99.147604, 28.640831], + [99.183944, 28.58882], + [99.170394, 28.566221], + [99.191952, 28.494714], + [99.187024, 28.44], + [99.16485, 28.425264], + [99.200575, 28.365774], + [99.229524, 28.350502], + [99.237531, 28.317842], + [99.28927, 28.286227], + [99.306516, 28.227714], + [99.374886, 28.18183], + [99.412458, 28.295186], + [99.392748, 28.318369], + [99.437095, 28.398419], + [99.404451, 28.44421], + [99.426625, 28.454207], + [99.396444, 28.491032], + [99.403219, 28.546246], + [99.463581, 28.549401], + [99.466045, 28.579886], + [99.504233, 28.619294], + [99.540573, 28.623497], + [99.53195, 28.677591], + [99.553508, 28.710664], + [99.614486, 28.740054], + [99.609559, 28.784122], + [99.625573, 28.81454], + [99.676696, 28.810345], + [99.717964, 28.846521], + [99.722275, 28.757369], + [99.755536, 28.701216], + [99.79434, 28.699116], + [99.834992, 28.660788], + [99.834376, 28.628225], + [99.873181, 28.631902], + [99.875644, 28.611939], + [99.91876, 28.599329], + [99.985281, 28.529422], + [99.990209, 28.47683], + [100.073977, 28.426317], + [100.057346, 28.368934], + [100.136803, 28.349975], + [100.176223, 28.325218], + [100.147274, 28.288862], + [100.188541, 28.252493], + [100.153433, 28.208202], + [100.102926, 28.201873], + [100.091223, 28.181302], + [100.062274, 28.193962], + [100.033325, 28.184467], + [100.021006, 28.147008], + [100.05673, 28.097922], + [100.088759, 28.029269], + [100.120788, 28.018703], + [100.196549, 27.936254], + [100.170063, 27.907699], + [100.210715, 27.87702], + [100.30865, 27.861149], + [100.30865, 27.830457], + [100.28586, 27.80611], + [100.304954, 27.788639], + [100.311729, 27.724028], + [100.327744, 27.72032], + [100.350534, 27.755809], + [100.412127, 27.816167], + [100.442924, 27.86644], + [100.504518, 27.852154], + [100.511294, 27.827811], + [100.54517, 27.809286], + [100.609228, 27.859033], + [100.634482, 27.915631], + [100.681293, 27.923035], + [100.719481, 27.858503], + [100.707162, 27.800816], + [100.757053, 27.770107], + [100.775532, 27.743098], + [100.782307, 27.691708], + [100.848212, 27.672099], + [100.827886, 27.615904], + [100.854988, 27.623858], + [100.91227, 27.521473], + [100.901183, 27.453517], + [100.936908, 27.469448], + [100.95169, 27.426961], + [101.021907, 27.332899], + [101.026219, 27.270679], + [101.042233, 27.22173], + [101.071798, 27.194585], + [101.119226, 27.208957], + [101.167885, 27.198311], + [101.167885, 27.198311] + ] + ], + [ + [ + [106.264167, 30.20974], + [106.260471, 30.207672], + [106.260471, 30.204051], + [106.260471, 30.19681], + [106.264167, 30.20974] + ] + ], + [ + [ + [106.976809, 30.088127], + [106.975577, 30.088127], + [106.976193, 30.083467], + [106.981736, 30.08502], + [106.980504, 30.087609], + [106.979888, 30.088127], + [106.978656, 30.087609], + [106.977425, 30.087609], + [106.976809, 30.088127] + ] + ], + [ + [ + [105.558916, 30.18543], + [105.556453, 30.187499], + [105.550909, 30.179222], + [105.56138, 30.183878], + [105.558916, 30.18543] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 520000, + "name": "贵州省", + "center": [106.713478, 26.578343], + "centroid": [106.880455, 26.826368], + "childrenNum": 9, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 23, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [109.274262, 28.494714], + [109.23361, 28.474726], + [109.191726, 28.471043], + [109.153538, 28.417369], + [109.152306, 28.349975], + [109.117198, 28.277795], + [109.081473, 28.247749], + [109.101799, 28.202401], + [109.086401, 28.184467], + [109.026655, 28.220331], + [109.005713, 28.162837], + [108.929952, 28.19027], + [108.923793, 28.217167], + [108.89546, 28.219804], + [108.855424, 28.199764], + [108.821547, 28.245113], + [108.772888, 28.212949], + [108.738395, 28.228241], + [108.726692, 28.282011], + [108.761801, 28.304143], + [108.783359, 28.380518], + [108.759953, 28.389995], + [108.780279, 28.42579], + [108.746402, 28.45105], + [108.709446, 28.501026], + [108.700207, 28.48209], + [108.657091, 28.47683], + [108.640461, 28.456838], + [108.688504, 28.422106], + [108.697127, 28.401051], + [108.656475, 28.359981], + [108.667562, 28.334173], + [108.611512, 28.324691], + [108.580099, 28.343128], + [108.576403, 28.38631], + [108.609048, 28.407368], + [108.609664, 28.43579], + [108.586874, 28.463678], + [108.573939, 28.531], + [108.610896, 28.539412], + [108.604736, 28.590922], + [108.636149, 28.621396], + [108.575787, 28.659738], + [108.50249, 28.63768], + [108.501258, 28.626649], + [108.439049, 28.634003], + [108.332491, 28.679166], + [108.347274, 28.736381], + [108.385462, 28.772058], + [108.386078, 28.803003], + [108.352817, 28.815589], + [108.346658, 28.859625], + [108.357745, 28.893165], + [108.345426, 28.943453], + [108.319556, 28.961258], + [108.297999, 29.045527], + [108.306622, 29.079006], + [108.277673, 29.091558], + [108.256115, 29.040295], + [108.193289, 29.072207], + [108.150173, 29.053375], + [108.070717, 29.086328], + [108.026369, 29.039772], + [107.925971, 29.032446], + [107.908725, 29.007327], + [107.882855, 29.00628], + [107.867457, 28.960211], + [107.810175, 28.984295], + [107.823725, 29.034016], + [107.784921, 29.048143], + [107.810791, 29.139137], + [107.749197, 29.199754], + [107.700537, 29.141228], + [107.659885, 29.162656], + [107.605683, 29.164747], + [107.589052, 29.150113], + [107.570574, 29.218037], + [107.486806, 29.174153], + [107.441227, 29.203934], + [107.401807, 29.184603], + [107.408582, 29.138091], + [107.427676, 29.128682], + [107.412278, 29.094696], + [107.369778, 29.091558], + [107.395647, 29.041341], + [107.364235, 29.00942], + [107.396879, 28.993718], + [107.412894, 28.960211], + [107.441227, 28.943977], + [107.41351, 28.911502], + [107.383945, 28.848618], + [107.339597, 28.845997], + [107.327894, 28.810869], + [107.261373, 28.792514], + [107.24659, 28.76209], + [107.219489, 28.772582], + [107.210866, 28.817686], + [107.227496, 28.836037], + [107.194851, 28.838134], + [107.206554, 28.868535], + [107.14188, 28.887925], + [107.016229, 28.882685], + [107.019308, 28.861722], + [106.983584, 28.851239], + [106.988512, 28.776254], + [106.951555, 28.766812], + [106.923222, 28.809821], + [106.872099, 28.777304], + [106.845614, 28.780975], + [106.824056, 28.756319], + [106.86594, 28.690192], + [106.889345, 28.695966], + [106.866556, 28.624548], + [106.830831, 28.623497], + [106.807425, 28.589346], + [106.784636, 28.626649], + [106.756918, 28.607211], + [106.77786, 28.563068], + [106.73844, 28.554657], + [106.726121, 28.51838], + [106.747063, 28.467361], + [106.708259, 28.450524], + [106.697788, 28.47683], + [106.632499, 28.503655], + [106.564745, 28.485247], + [106.567825, 28.523638], + [106.615252, 28.549401], + [106.606629, 28.593024], + [106.63681, 28.622972], + [106.618332, 28.645033], + [106.651593, 28.649235], + [106.617716, 28.66709], + [106.6171, 28.691242], + [106.587535, 28.691767], + [106.56105, 28.719062], + [106.561666, 28.756319], + [106.474202, 28.832891], + [106.45326, 28.817162], + [106.461883, 28.761041], + [106.492064, 28.742153], + [106.528405, 28.677591], + [106.502535, 28.661313], + [106.49268, 28.591448], + [106.466811, 28.586193], + [106.504999, 28.544669], + [106.477282, 28.530474], + [106.403369, 28.569901], + [106.37442, 28.525742], + [106.379348, 28.479986], + [106.349167, 28.473674], + [106.304819, 28.505233], + [106.2925, 28.537309], + [106.254928, 28.539412], + [106.184711, 28.58882], + [106.17116, 28.629275], + [106.14837, 28.642932], + [106.103407, 28.636104], + [106.085544, 28.681792], + [106.030726, 28.694917], + [106.001161, 28.743727], + [105.966668, 28.761041], + [105.937719, 28.686517], + [105.889676, 28.670765], + [105.884748, 28.595126], + [105.808372, 28.599855], + [105.78435, 28.610889], + [105.757249, 28.590397], + [105.74493, 28.616668], + [105.712901, 28.586718], + [105.693191, 28.58882], + [105.68272, 28.534154], + [105.62359, 28.517854], + [105.612503, 28.438947], + [105.643916, 28.431053], + [105.655003, 28.362615], + [105.639604, 28.324164], + [105.68888, 28.284119], + [105.730147, 28.271997], + [105.737539, 28.30309], + [105.76464, 28.308359], + [105.76464, 28.308359], + [105.78743, 28.335753], + [105.824386, 28.306251], + [105.848408, 28.255656], + [105.889676, 28.237732], + [105.860727, 28.159672], + [105.895219, 28.119565], + [105.943878, 28.143314], + [105.975907, 28.107952], + [106.093552, 28.162837], + [106.145291, 28.162837], + [106.206885, 28.134343], + [106.266631, 28.066769], + [106.246305, 28.011835], + [106.286341, 28.007079], + [106.328225, 27.952643], + [106.307899, 27.936782], + [106.304819, 27.899237], + [106.325145, 27.898708], + [106.337464, 27.859033], + [106.306667, 27.808756], + [106.242609, 27.767459], + [106.193334, 27.75422], + [106.120653, 27.779638], + [106.063987, 27.776991], + [106.023335, 27.746805], + [105.985146, 27.749983], + [105.92848, 27.729855], + [105.922937, 27.746805], + [105.868118, 27.732504], + [105.848408, 27.707074], + [105.76772, 27.7182], + [105.722756, 27.706015], + [105.720292, 27.683759], + [105.664242, 27.683759], + [105.62359, 27.666269], + [105.605112, 27.715552], + [105.560148, 27.71979], + [105.508409, 27.769048], + [105.44004, 27.775402], + [105.353809, 27.748924], + [105.308229, 27.704955], + [105.29591, 27.631811], + [105.304533, 27.611661], + [105.25649, 27.582491], + [105.232469, 27.546945], + [105.260186, 27.514573], + [105.234316, 27.489093], + [105.233084, 27.436522], + [105.182577, 27.367451], + [105.184425, 27.392959], + [105.120984, 27.418461], + [105.068013, 27.418461], + [105.01073, 27.379143], + [104.913412, 27.327051], + [104.871528, 27.290891], + [104.851818, 27.299401], + [104.856746, 27.332368], + [104.824717, 27.3531], + [104.77113, 27.317481], + [104.7545, 27.345658], + [104.611602, 27.306846], + [104.570334, 27.331836], + [104.539537, 27.327583], + [104.497037, 27.414743], + [104.467472, 27.414211], + [104.363378, 27.467855], + [104.30856, 27.407305], + [104.295625, 27.37436], + [104.247582, 27.336621], + [104.248813, 27.291955], + [104.210625, 27.297273], + [104.173053, 27.263232], + [104.113923, 27.338216], + [104.084358, 27.330773], + [104.01722, 27.383926], + [104.015372, 27.429086], + [103.956242, 27.425367], + [103.932221, 27.443958], + [103.905119, 27.38552], + [103.903271, 27.347785], + [103.874322, 27.331304], + [103.865699, 27.28185], + [103.80041, 27.26536], + [103.801641, 27.250464], + [103.748671, 27.210021], + [103.696316, 27.126429], + [103.63349, 27.12057], + [103.620555, 27.096598], + [103.652584, 27.092868], + [103.659975, 27.065692], + [103.614396, 27.079548], + [103.601461, 27.061962], + [103.623635, 27.035312], + [103.623019, 27.007056], + [103.675374, 27.051836], + [103.704939, 27.049171], + [103.73204, 27.018785], + [103.753598, 26.963858], + [103.775156, 26.951056], + [103.763453, 26.905702], + [103.779468, 26.87421], + [103.722185, 26.851253], + [103.705555, 26.794642], + [103.725265, 26.742812], + [103.773308, 26.716621], + [103.759142, 26.689355], + [103.748671, 26.623568], + [103.763453, 26.585041], + [103.815808, 26.55239], + [103.819504, 26.529903], + [103.865699, 26.512232], + [103.953163, 26.521336], + [104.008597, 26.511697], + [104.067727, 26.51491], + [104.068343, 26.573266], + [104.121314, 26.638012], + [104.160734, 26.646571], + [104.222328, 26.620358], + [104.268524, 26.617683], + [104.274683, 26.633733], + [104.313487, 26.612867], + [104.353523, 26.620893], + [104.398487, 26.686147], + [104.424356, 26.709137], + [104.468088, 26.644431], + [104.459465, 26.602701], + [104.488414, 26.579689], + [104.556783, 26.590393], + [104.579573, 26.568449], + [104.57095, 26.524549], + [104.598667, 26.520801], + [104.638703, 26.477954], + [104.631928, 26.451702], + [104.665804, 26.434019], + [104.664572, 26.397572], + [104.684283, 26.3772], + [104.659645, 26.335373], + [104.592508, 26.317672], + [104.542616, 26.253282], + [104.548776, 26.226979], + [104.518595, 26.165762], + [104.52845, 26.114186], + [104.499501, 26.070651], + [104.460081, 26.085702], + [104.470552, 26.009352], + [104.438523, 25.92757], + [104.414501, 25.909807], + [104.441602, 25.868889], + [104.42374, 25.841961], + [104.397871, 25.76168], + [104.370769, 25.730415], + [104.328886, 25.760602], + [104.310407, 25.647901], + [104.332581, 25.598796], + [104.389248, 25.595558], + [104.428668, 25.576126], + [104.436059, 25.520512], + [104.418813, 25.499447], + [104.434827, 25.472436], + [104.44961, 25.495126], + [104.483486, 25.494585], + [104.524138, 25.526992], + [104.556783, 25.524832], + [104.543232, 25.400556], + [104.566638, 25.402719], + [104.615913, 25.364871], + [104.646094, 25.356759], + [104.639935, 25.295632], + [104.689826, 25.296173], + [104.736021, 25.268034], + [104.816094, 25.262622], + [104.826565, 25.235558], + [104.806854, 25.224189], + [104.822869, 25.170037], + [104.801927, 25.163537], + [104.753884, 25.214443], + [104.724319, 25.195491], + [104.732326, 25.167871], + [104.695369, 25.122364], + [104.685514, 25.078466], + [104.619609, 25.060577], + [104.684898, 25.054072], + [104.713232, 24.996048], + [104.663957, 24.964584], + [104.635623, 24.903803], + [104.586964, 24.872859], + [104.539537, 24.813663], + [104.542616, 24.75607], + [104.529682, 24.731611], + [104.595587, 24.709323], + [104.628848, 24.660927], + [104.703377, 24.645698], + [104.729246, 24.617953], + [104.771746, 24.659839], + [104.841963, 24.676155], + [104.865985, 24.730524], + [104.899245, 24.752809], + [105.03352, 24.787586], + [105.026745, 24.815836], + [105.039064, 24.872859], + [105.077868, 24.918459], + [105.09573, 24.92877], + [105.131454, 24.959701], + [105.157324, 24.958616], + [105.178266, 24.985199], + [105.212758, 24.995505], + [105.251563, 24.967296], + [105.267577, 24.929313], + [105.334099, 24.9266], + [105.365511, 24.943423], + [105.428337, 24.930941], + [105.457286, 24.87123], + [105.493011, 24.833217], + [105.497322, 24.809318], + [105.573083, 24.797366], + [105.607576, 24.803885], + [105.617431, 24.78161], + [105.70551, 24.768569], + [105.767104, 24.719109], + [105.827466, 24.702799], + [105.863806, 24.729437], + [105.942031, 24.725088], + [105.961741, 24.677786], + [106.024566, 24.633186], + [106.047356, 24.684312], + [106.113878, 24.714216], + [106.150218, 24.762591], + [106.173008, 24.760417], + [106.206269, 24.851139], + [106.197645, 24.885889], + [106.145291, 24.954275], + [106.191486, 24.95319], + [106.215508, 24.981944], + [106.253696, 24.971094], + [106.304819, 24.973807], + [106.332536, 24.988454], + [106.442173, 25.019369], + [106.450181, 25.033468], + [106.519782, 25.054072], + [106.551195, 25.082802], + [106.590615, 25.08768], + [106.63989, 25.132658], + [106.644817, 25.164621], + [106.691013, 25.179245], + [106.732281, 25.162454], + [106.764926, 25.183036], + [106.787715, 25.17112], + [106.853005, 25.186827], + [106.888113, 25.181953], + [106.904128, 25.231768], + [106.933077, 25.250714], + [106.975577, 25.232851], + [107.013765, 25.275611], + [107.012533, 25.352973], + [106.987896, 25.358922], + [106.963874, 25.437852], + [106.996519, 25.442716], + [107.015613, 25.495666], + [107.066736, 25.50917], + [107.064272, 25.559391], + [107.185612, 25.578825], + [107.205322, 25.607971], + [107.228728, 25.604733], + [107.232423, 25.556691], + [107.263836, 25.543193], + [107.336517, 25.461089], + [107.308184, 25.432988], + [107.318039, 25.401637], + [107.358691, 25.393528], + [107.375937, 25.411908], + [107.420901, 25.392987], + [107.409198, 25.347024], + [107.432604, 25.289139], + [107.481263, 25.299961], + [107.489886, 25.276693], + [107.472024, 25.213902], + [107.512676, 25.209029], + [107.576734, 25.256668], + [107.599523, 25.250714], + [107.632168, 25.310241], + [107.659885, 25.316192], + [107.661733, 25.258833], + [107.696226, 25.219858], + [107.700537, 25.194408], + [107.741805, 25.24043], + [107.762131, 25.229061], + [107.760283, 25.188451], + [107.789233, 25.15487], + [107.762747, 25.125073], + [107.839124, 25.115861], + [107.872384, 25.141327], + [107.928435, 25.155954], + [108.001732, 25.196574], + [108.080572, 25.193867], + [108.115065, 25.210112], + [108.143398, 25.269658], + [108.152021, 25.324306], + [108.142782, 25.390825], + [108.193289, 25.405421], + [108.162492, 25.444878], + [108.192673, 25.458928], + [108.251803, 25.430286], + [108.241332, 25.46217], + [108.280752, 25.48], + [108.308469, 25.525912], + [108.348506, 25.536173], + [108.359592, 25.513491], + [108.400244, 25.491344], + [108.418723, 25.443257], + [108.471693, 25.458928], + [108.585642, 25.365952], + [108.589338, 25.335125], + [108.625062, 25.308076], + [108.62999, 25.335666], + [108.600425, 25.432448], + [108.6072, 25.491885], + [108.634917, 25.520512], + [108.68912, 25.533473], + [108.658323, 25.550212], + [108.660787, 25.584763], + [108.68604, 25.587462], + [108.68912, 25.623081], + [108.724844, 25.634952], + [108.783975, 25.628477], + [108.799989, 25.576666], + [108.781511, 25.554531], + [108.814772, 25.526992], + [108.826474, 25.550212], + [108.890532, 25.556151], + [108.8893, 25.543193], + [108.949046, 25.557231], + [109.024807, 25.51241], + [109.088249, 25.550752], + [109.051908, 25.566949], + [109.030966, 25.629556], + [109.075314, 25.693749], + [109.07901, 25.72071], + [109.043285, 25.738502], + [109.007561, 25.734728], + [108.953974, 25.686738], + [108.953974, 25.686738], + [108.900387, 25.682423], + [108.896076, 25.71424], + [108.940423, 25.740119], + [108.963829, 25.732572], + [108.999553, 25.765453], + [108.989698, 25.778926], + [109.048213, 25.790781], + [109.077778, 25.776771], + [109.095024, 25.80533], + [109.143683, 25.795092], + [109.13198, 25.762758], + [109.147995, 25.741736], + [109.206509, 25.788087], + [109.207125, 25.740119], + [109.296436, 25.71424], + [109.340168, 25.731493], + [109.327849, 25.76168], + [109.339552, 25.83442], + [109.359262, 25.836036], + [109.396834, 25.900117], + [109.435022, 25.93349], + [109.408537, 25.967392], + [109.473211, 26.006663], + [109.48245, 26.029788], + [109.452885, 26.055598], + [109.449805, 26.101826], + [109.502776, 26.096451], + [109.513863, 26.128157], + [109.47629, 26.148035], + [109.439334, 26.238789], + [109.467051, 26.313917], + [109.442414, 26.289774], + [109.369733, 26.277432], + [109.351255, 26.264016], + [109.325385, 26.29031], + [109.285965, 26.295676], + [109.271183, 26.327863], + [109.29582, 26.350389], + [109.319842, 26.418477], + [109.38082, 26.454381], + [109.362342, 26.472061], + [109.385747, 26.493487], + [109.381436, 26.518659], + [109.407305, 26.533116], + [109.390675, 26.598955], + [109.35495, 26.658873], + [109.334008, 26.646036], + [109.306291, 26.661012], + [109.283501, 26.698445], + [109.35495, 26.693098], + [109.407305, 26.719829], + [109.447957, 26.759913], + [109.486761, 26.759913], + [109.47629, 26.829894], + [109.467051, 26.83203], + [109.452885, 26.861932], + [109.436254, 26.892359], + [109.555131, 26.946788], + [109.520022, 27.058764], + [109.497848, 27.079548], + [109.486761, 27.053968], + [109.454733, 27.069423], + [109.472595, 27.134951], + [109.441182, 27.117907], + [109.415312, 27.154123], + [109.358646, 27.153058], + [109.33524, 27.139212], + [109.264407, 27.131755], + [109.239154, 27.14933], + [109.21698, 27.114711], + [109.165857, 27.066758], + [109.101183, 27.06889], + [109.128901, 27.122701], + [109.032814, 27.104056], + [109.007561, 27.08008], + [108.940423, 27.044907], + [108.942887, 27.017186], + [108.942887, 27.017186], + [108.877597, 27.01612], + [108.79075, 27.084343], + [108.878829, 27.106187], + [108.926873, 27.160512], + [108.907778, 27.204699], + [108.963213, 27.235565], + [108.983539, 27.26802], + [109.053756, 27.293551], + [109.044517, 27.331304], + [109.103647, 27.336621], + [109.142451, 27.418461], + [109.141835, 27.448207], + [109.167089, 27.41793], + [109.202197, 27.450331], + [109.245313, 27.41793], + [109.300132, 27.423774], + [109.303211, 27.47582], + [109.404841, 27.55066], + [109.461508, 27.567637], + [109.451037, 27.586204], + [109.470131, 27.62863], + [109.45658, 27.673689], + [109.470747, 27.680049], + [109.414081, 27.725087], + [109.366653, 27.721909], + [109.37774, 27.736741], + [109.332777, 27.782815], + [109.346943, 27.838396], + [109.32169, 27.868027], + [109.30198, 27.956343], + [109.319842, 27.988585], + [109.362342, 28.007608], + [109.378972, 28.034551], + [109.335856, 28.063073], + [109.298284, 28.036136], + [109.314298, 28.103729], + [109.33832, 28.141731], + [109.340168, 28.19027], + [109.367885, 28.254602], + [109.388211, 28.268307], + [109.33524, 28.293605], + [109.317994, 28.277795], + [109.275494, 28.313101], + [109.268719, 28.33786], + [109.289045, 28.373673], + [109.264407, 28.392628], + [109.260712, 28.46473], + [109.274262, 28.494714] + ] + ], + [ + [ + [109.47629, 26.829894], + [109.486761, 26.759913], + [109.52187, 26.749226], + [109.522486, 26.749226], + [109.497232, 26.815474], + [109.513247, 26.84004], + [109.509551, 26.877947], + [109.486761, 26.895562], + [109.452885, 26.861932], + [109.467051, 26.83203], + [109.47629, 26.829894] + ] + ], + [ + [ + [109.528645, 26.743881], + [109.568065, 26.726243], + [109.597015, 26.756173], + [109.554515, 26.73533], + [109.528645, 26.743881] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 530000, + "name": "云南省", + "center": [102.712251, 25.040609], + "centroid": [101.485106, 25.008643], + "childrenNum": 16, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 24, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [105.308229, 27.704955], + [105.290367, 27.712373], + [105.293447, 27.770637], + [105.273736, 27.794992], + [105.313157, 27.810874], + [105.25957, 27.827811], + [105.233084, 27.895534], + [105.284823, 27.935725], + [105.270657, 27.99704], + [105.247867, 28.009193], + [105.218302, 27.990698], + [105.186273, 27.995454], + [105.167795, 28.021345], + [105.186889, 28.054623], + [105.168411, 28.071522], + [105.119752, 28.07205], + [105.061853, 28.096866], + [105.002107, 28.064129], + [104.980549, 28.063073], + [104.975006, 28.020816], + [104.903557, 27.962158], + [104.918339, 27.938897], + [104.888158, 27.914574], + [104.842579, 27.900294], + [104.796999, 27.901352], + [104.761891, 27.884426], + [104.743413, 27.901881], + [104.676275, 27.880723], + [104.63316, 27.850567], + [104.607906, 27.857974], + [104.573413, 27.840512], + [104.52537, 27.889187], + [104.508124, 27.878078], + [104.44961, 27.927794], + [104.40095, 27.952114], + [104.362762, 28.012891], + [104.30856, 28.036136], + [104.304248, 28.050926], + [104.373233, 28.051454], + [104.40095, 28.091586], + [104.448994, 28.113758], + [104.444682, 28.16231], + [104.406494, 28.173389], + [104.402182, 28.202928], + [104.442834, 28.211366], + [104.462544, 28.241422], + [104.44961, 28.269889], + [104.420045, 28.269889], + [104.392943, 28.291497], + [104.384936, 28.329959], + [104.343052, 28.334173], + [104.314103, 28.306778], + [104.282074, 28.343128], + [104.254357, 28.403683], + [104.267908, 28.499448], + [104.260516, 28.536257], + [104.323342, 28.540989], + [104.355987, 28.555183], + [104.375697, 28.5946], + [104.417581, 28.598279], + [104.425588, 28.626649], + [104.372617, 28.649235], + [104.314719, 28.615617], + [104.277147, 28.631902], + [104.252509, 28.660788], + [104.230951, 28.635579], + [104.170589, 28.642932], + [104.117618, 28.634003], + [104.09606, 28.603533], + [104.05972, 28.6277], + [103.953779, 28.600906], + [103.910047, 28.631377], + [103.887873, 28.61982], + [103.850917, 28.66709], + [103.833054, 28.605109], + [103.838598, 28.587244], + [103.802873, 28.563068], + [103.781931, 28.525216], + [103.829975, 28.459995], + [103.828743, 28.44], + [103.860156, 28.383677], + [103.85338, 28.356822], + [103.877402, 28.316262], + [103.828743, 28.285173], + [103.770845, 28.233514], + [103.740048, 28.23615], + [103.701859, 28.198709], + [103.692004, 28.232459], + [103.643961, 28.260401], + [103.573128, 28.230877], + [103.533092, 28.168641], + [103.470266, 28.122204], + [103.430846, 28.044587], + [103.459179, 28.021345], + [103.486281, 28.033495], + [103.515846, 27.965329], + [103.55465, 27.978543], + [103.502295, 27.910343], + [103.509686, 27.843687], + [103.487512, 27.794992], + [103.461027, 27.779638], + [103.393274, 27.709194], + [103.369868, 27.708664], + [103.349542, 27.678459], + [103.29226, 27.632872], + [103.2861, 27.561802], + [103.232514, 27.56976], + [103.19063, 27.523596], + [103.144434, 27.450331], + [103.141355, 27.420586], + [103.080992, 27.396679], + [103.055739, 27.40943], + [102.989833, 27.367983], + [102.941174, 27.405711], + [102.899906, 27.317481], + [102.883892, 27.299401], + [102.883276, 27.258444], + [102.904218, 27.227584], + [102.913457, 27.133886], + [102.870957, 27.026782], + [102.894979, 27.001724], + [102.896211, 26.91264], + [102.949181, 26.843244], + [102.966428, 26.837904], + [102.991681, 26.775409], + [102.983674, 26.76686], + [103.008312, 26.710741], + [103.005232, 26.679195], + [103.026174, 26.664221], + [103.035413, 26.556673], + [103.052659, 26.555602], + [103.052659, 26.514374], + [103.030485, 26.485989], + [102.989833, 26.482775], + [102.988602, 26.413117], + [102.998457, 26.371839], + [102.975667, 26.340736], + [102.893131, 26.338591], + [102.878964, 26.364332], + [102.833385, 26.306406], + [102.785342, 26.298895], + [102.739762, 26.268846], + [102.709581, 26.210336], + [102.659074, 26.221611], + [102.60056, 26.250598], + [102.638748, 26.307479], + [102.629509, 26.336982], + [102.570995, 26.362723], + [102.542046, 26.338591], + [102.440416, 26.300505], + [102.392372, 26.296749], + [102.349257, 26.244694], + [102.245163, 26.212483], + [102.242699, 26.190468], + [102.174946, 26.146961], + [102.152156, 26.10935], + [102.107808, 26.068501], + [102.080091, 26.065275], + [102.020961, 26.096451], + [101.954439, 26.084627], + [101.929186, 26.105588], + [101.899621, 26.099139], + [101.857737, 26.049146], + [101.835563, 26.04592], + [101.839875, 26.082477], + [101.796759, 26.114723], + [101.807846, 26.156093], + [101.773353, 26.168448], + [101.737013, 26.219463], + [101.690202, 26.241473], + [101.630455, 26.224832], + [101.586108, 26.279579], + [101.597195, 26.303187], + [101.64031, 26.318745], + [101.660636, 26.346635], + [101.635383, 26.357361], + [101.637847, 26.388995], + [101.565782, 26.454381], + [101.530057, 26.467239], + [101.506652, 26.499915], + [101.458608, 26.49563], + [101.422884, 26.53151], + [101.395783, 26.591998], + [101.402558, 26.604841], + [101.461688, 26.606447], + [101.461072, 26.640687], + [101.481398, 26.673313], + [101.453065, 26.692563], + [101.513427, 26.768463], + [101.466, 26.786629], + [101.445674, 26.77434], + [101.458608, 26.731054], + [101.435819, 26.740675], + [101.389623, 26.723036], + [101.387159, 26.753501], + [101.358826, 26.771669], + [101.399478, 26.841642], + [101.365602, 26.883819], + [101.311399, 26.903034], + [101.267667, 26.903034], + [101.264587, 26.955323], + [101.227015, 26.959057], + [101.228863, 26.981992], + [101.136472, 27.023584], + [101.157414, 27.094999], + [101.145095, 27.103523], + [101.170349, 27.175421], + [101.167885, 27.198311], + [101.167885, 27.198311], + [101.119226, 27.208957], + [101.071798, 27.194585], + [101.042233, 27.22173], + [101.026219, 27.270679], + [101.021907, 27.332899], + [100.95169, 27.426961], + [100.936908, 27.469448], + [100.901183, 27.453517], + [100.91227, 27.521473], + [100.854988, 27.623858], + [100.827886, 27.615904], + [100.848212, 27.672099], + [100.782307, 27.691708], + [100.775532, 27.743098], + [100.757053, 27.770107], + [100.707162, 27.800816], + [100.719481, 27.858503], + [100.681293, 27.923035], + [100.634482, 27.915631], + [100.609228, 27.859033], + [100.54517, 27.809286], + [100.511294, 27.827811], + [100.504518, 27.852154], + [100.442924, 27.86644], + [100.412127, 27.816167], + [100.350534, 27.755809], + [100.327744, 27.72032], + [100.311729, 27.724028], + [100.304954, 27.788639], + [100.28586, 27.80611], + [100.30865, 27.830457], + [100.30865, 27.861149], + [100.210715, 27.87702], + [100.170063, 27.907699], + [100.196549, 27.936254], + [100.120788, 28.018703], + [100.088759, 28.029269], + [100.05673, 28.097922], + [100.021006, 28.147008], + [100.033325, 28.184467], + [100.062274, 28.193962], + [100.091223, 28.181302], + [100.102926, 28.201873], + [100.153433, 28.208202], + [100.188541, 28.252493], + [100.147274, 28.288862], + [100.176223, 28.325218], + [100.136803, 28.349975], + [100.057346, 28.368934], + [100.073977, 28.426317], + [99.990209, 28.47683], + [99.985281, 28.529422], + [99.91876, 28.599329], + [99.875644, 28.611939], + [99.873181, 28.631902], + [99.834376, 28.628225], + [99.834992, 28.660788], + [99.79434, 28.699116], + [99.755536, 28.701216], + [99.722275, 28.757369], + [99.717964, 28.846521], + [99.676696, 28.810345], + [99.625573, 28.81454], + [99.609559, 28.784122], + [99.614486, 28.740054], + [99.553508, 28.710664], + [99.53195, 28.677591], + [99.540573, 28.623497], + [99.504233, 28.619294], + [99.466045, 28.579886], + [99.463581, 28.549401], + [99.403219, 28.546246], + [99.396444, 28.491032], + [99.426625, 28.454207], + [99.404451, 28.44421], + [99.437095, 28.398419], + [99.392748, 28.318369], + [99.412458, 28.295186], + [99.374886, 28.18183], + [99.306516, 28.227714], + [99.28927, 28.286227], + [99.237531, 28.317842], + [99.229524, 28.350502], + [99.200575, 28.365774], + [99.16485, 28.425264], + [99.187024, 28.44], + [99.191952, 28.494714], + [99.170394, 28.566221], + [99.183944, 28.58882], + [99.147604, 28.640831], + [99.126662, 28.698066], + [99.134053, 28.734806], + [99.114343, 28.765763], + [99.103872, 28.841803], + [99.123582, 28.890021], + [99.132206, 28.94869], + [99.113727, 29.07273], + [99.118039, 29.100971], + [99.105104, 29.162656], + [99.113727, 29.221171], + [99.037351, 29.20759], + [99.024416, 29.188783], + [98.9813, 29.204978], + [98.960974, 29.165792], + [98.967134, 29.128159], + [98.991771, 29.105677], + [99.013329, 29.036632], + [98.925866, 28.978536], + [98.917859, 28.886877], + [98.973909, 28.864867], + [98.972677, 28.832367], + [98.922786, 28.823978], + [98.912931, 28.800906], + [98.852569, 28.798283], + [98.827932, 28.821356], + [98.821772, 28.920931], + [98.786048, 28.998952], + [98.757714, 29.004186], + [98.70228, 28.9644], + [98.655469, 28.976966], + [98.624056, 28.95864], + [98.6567, 28.910454], + [98.643766, 28.895261], + [98.668403, 28.843376], + [98.652389, 28.817162], + [98.683802, 28.740054], + [98.666555, 28.712239], + [98.594491, 28.667615], + [98.637606, 28.552029], + [98.619128, 28.50944], + [98.625903, 28.489455], + [98.673947, 28.478934], + [98.693041, 28.43158], + [98.740468, 28.348395], + [98.746628, 28.321003], + [98.710287, 28.288862], + [98.712135, 28.229296], + [98.649925, 28.200291], + [98.625903, 28.165475], + [98.559382, 28.182885], + [98.494092, 28.141203], + [98.464527, 28.151229], + [98.428803, 28.104785], + [98.389383, 28.114814], + [98.389999, 28.16442], + [98.370289, 28.18394], + [98.37768, 28.246167], + [98.353042, 28.293078], + [98.317934, 28.324691], + [98.301303, 28.384204], + [98.208913, 28.358401], + [98.207681, 28.330486], + [98.231702, 28.314681], + [98.266811, 28.242477], + [98.21692, 28.212949], + [98.169492, 28.206093], + [98.17442, 28.163365], + [98.139311, 28.142259], + [98.160253, 28.101089], + [98.133152, 27.990698], + [98.143007, 27.948942], + [98.187355, 27.939426], + [98.205217, 27.889716], + [98.169492, 27.851096], + [98.215688, 27.810874], + [98.234166, 27.690648], + [98.283441, 27.654608], + [98.310542, 27.583552], + [98.317318, 27.51935], + [98.337644, 27.508734], + [98.388767, 27.515104], + [98.429419, 27.549068], + [98.430035, 27.653547], + [98.444201, 27.665209], + [98.474998, 27.634462], + [98.53536, 27.620676], + [98.554454, 27.646126], + [98.587099, 27.587265], + [98.583404, 27.571351], + [98.650541, 27.567637], + [98.662244, 27.586734], + [98.706591, 27.553313], + [98.685034, 27.484315], + [98.704744, 27.462014], + [98.686881, 27.425367], + [98.702896, 27.412618], + [98.706591, 27.362136], + [98.741084, 27.330241], + [98.734925, 27.287168], + [98.717062, 27.271211], + [98.723222, 27.221198], + [98.696121, 27.211086], + [98.713983, 27.139744], + [98.712751, 27.075817], + [98.765722, 27.05077], + [98.762642, 27.018252], + [98.732461, 27.002257], + [98.757098, 26.877947], + [98.730613, 26.851253], + [98.762026, 26.798916], + [98.746012, 26.696841], + [98.770033, 26.690424], + [98.762642, 26.660478], + [98.781736, 26.620893], + [98.773113, 26.578083], + [98.753403, 26.559349], + [98.757098, 26.491881], + [98.741084, 26.432947], + [98.750323, 26.424372], + [98.733693, 26.350926], + [98.681338, 26.308016], + [98.672715, 26.239863], + [98.713367, 26.231274], + [98.735541, 26.185097], + [98.712751, 26.156093], + [98.720142, 26.127082], + [98.661012, 26.087852], + [98.656084, 26.139977], + [98.632679, 26.145887], + [98.575396, 26.118485], + [98.602498, 26.054523], + [98.614201, 25.968468], + [98.637606, 25.971696], + [98.686881, 25.925955], + [98.705976, 25.855426], + [98.677642, 25.816105], + [98.640686, 25.798864], + [98.553839, 25.845731], + [98.529201, 25.840884], + [98.476846, 25.77731], + [98.461448, 25.735267], + [98.457752, 25.682963], + [98.409709, 25.664084], + [98.402317, 25.593939], + [98.326557, 25.566409], + [98.314854, 25.543193], + [98.247717, 25.607971], + [98.170724, 25.620383], + [98.189818, 25.569108], + [98.163949, 25.524292], + [98.131304, 25.51025], + [98.15779, 25.457307], + [98.137464, 25.381633], + [98.101123, 25.388662], + [98.099891, 25.354055], + [98.06971, 25.311864], + [98.006884, 25.298338], + [98.0075, 25.279399], + [97.940363, 25.214985], + [97.904023, 25.216609], + [97.875689, 25.25721], + [97.839349, 25.27074], + [97.796233, 25.155954], + [97.743262, 25.078466], + [97.719857, 25.080634], + [97.727864, 25.04377], + [97.716777, 24.978147], + [97.729712, 24.908689], + [97.785762, 24.876117], + [97.797465, 24.845709], + [97.765436, 24.823984], + [97.680437, 24.827243], + [97.652103, 24.790846], + [97.569567, 24.765852], + [97.547394, 24.739221], + [97.569567, 24.708236], + [97.570799, 24.602719], + [97.554785, 24.490577], + [97.530147, 24.443187], + [97.588662, 24.435559], + [97.669966, 24.452993], + [97.679821, 24.401228], + [97.716161, 24.358711], + [97.662574, 24.339083], + [97.665038, 24.296544], + [97.721089, 24.295999], + [97.767284, 24.258357], + [97.729712, 24.227252], + [97.72848, 24.183585], + [97.754349, 24.163929], + [97.748806, 24.160653], + [97.743262, 24.159561], + [97.730944, 24.113685], + [97.700763, 24.093473], + [97.697067, 24.092927], + [97.637321, 24.04812], + [97.628698, 24.004938], + [97.572647, 23.983068], + [97.529531, 23.943146], + [97.5283, 23.926736], + [97.618227, 23.888438], + [97.640401, 23.866001], + [97.647176, 23.840823], + [97.684132, 23.876946], + [97.718009, 23.867643], + [97.72848, 23.895551], + [97.763588, 23.907041], + [97.795617, 23.951897], + [97.8104, 23.943146], + [97.863371, 23.978693], + [97.896015, 23.974319], + [97.902175, 24.014231], + [97.984095, 24.031177], + [97.995182, 24.04648], + [98.091268, 24.085824], + [98.096196, 24.08637], + [98.123297, 24.092927], + [98.125761, 24.092927], + [98.132536, 24.09238], + [98.19721, 24.09839], + [98.219999, 24.113685], + [98.343187, 24.098936], + [98.37768, 24.114232], + [98.48239, 24.122425], + [98.487933, 24.123517], + [98.547063, 24.128433], + [98.593875, 24.08036], + [98.646229, 24.106038], + [98.681954, 24.100029], + [98.71891, 24.127887], + [98.818692, 24.133348], + [98.841482, 24.126794], + [98.876591, 24.15137], + [98.895069, 24.098936], + [98.807606, 24.025164], + [98.773729, 24.022431], + [98.727533, 23.970491], + [98.701048, 23.981427], + [98.673331, 23.960647], + [98.701048, 23.946427], + [98.68565, 23.90157], + [98.701664, 23.834254], + [98.669019, 23.800857], + [98.696121, 23.784429], + [98.784816, 23.781691], + [98.824236, 23.727462], + [98.811917, 23.703354], + [98.835939, 23.683625], + [98.847026, 23.632097], + [98.882134, 23.620035], + [98.882134, 23.595358], + [98.844562, 23.578904], + [98.80391, 23.540504], + [98.826084, 23.470257], + [98.874743, 23.483431], + [98.912315, 23.426333], + [98.920938, 23.360971], + [98.872895, 23.329651], + [98.906772, 23.331849], + [98.936953, 23.309866], + [98.928946, 23.26589], + [98.889525, 23.209249], + [98.906772, 23.185595], + [99.002242, 23.160287], + [99.057677, 23.164689], + [99.048438, 23.11461], + [99.106336, 23.086536], + [99.187024, 23.100299], + [99.255393, 23.077727], + [99.281879, 23.101399], + [99.3484, 23.12892], + [99.380429, 23.099748], + [99.440791, 23.079379], + [99.477747, 23.083233], + [99.528255, 23.065614], + [99.517168, 23.006685], + [99.533798, 22.961507], + [99.563363, 22.925684], + [99.531334, 22.897019], + [99.446951, 22.934503], + [99.43648, 22.913557], + [99.462965, 22.844635], + [99.401371, 22.826434], + [99.385357, 22.761882], + [99.326842, 22.751396], + [99.31514, 22.737598], + [99.339777, 22.708894], + [99.385973, 22.57136], + [99.359487, 22.535435], + [99.382277, 22.493418], + [99.297277, 22.41156], + [99.251698, 22.393301], + [99.278183, 22.34626], + [99.233836, 22.296434], + [99.235683, 22.250468], + [99.207966, 22.232188], + [99.175321, 22.185647], + [99.188256, 22.162924], + [99.156227, 22.159599], + [99.219669, 22.110816], + [99.294814, 22.109152], + [99.35456, 22.095845], + [99.400139, 22.100281], + [99.486987, 22.128557], + [99.516552, 22.099726], + [99.562747, 22.113034], + [99.578762, 22.098617], + [99.581841, 22.103053], + [99.648979, 22.100835], + [99.696406, 22.067562], + [99.762927, 22.068117], + [99.870101, 22.029288], + [99.871333, 22.067007], + [99.972347, 22.053141], + [99.965571, 22.014309], + [100.000064, 21.973245], + [99.982202, 21.919401], + [99.960028, 21.907186], + [99.944014, 21.821097], + [99.991441, 21.703821], + [100.049339, 21.669899], + [100.094303, 21.702709], + [100.131875, 21.699929], + [100.169447, 21.663225], + [100.107853, 21.585337], + [100.123252, 21.565302], + [100.131259, 21.504066], + [100.168831, 21.482906], + [100.184846, 21.516315], + [100.206404, 21.509634], + [100.235353, 21.466756], + [100.298795, 21.477894], + [100.349302, 21.528564], + [100.437381, 21.533017], + [100.48296, 21.458958], + [100.526692, 21.471211], + [100.579047, 21.451717], + [100.691764, 21.510748], + [100.730568, 21.518542], + [100.753358, 21.555283], + [100.789082, 21.570867], + [100.804481, 21.609821], + [100.847597, 21.634856], + [100.870386, 21.67268], + [100.896872, 21.68269], + [100.899335, 21.684915], + [100.936292, 21.694368], + [100.937524, 21.693812], + [101.015132, 21.707157], + [101.089661, 21.773865], + [101.123537, 21.771642], + [101.111835, 21.746074], + [101.116762, 21.691032], + [101.153102, 21.669343], + [101.169117, 21.590345], + [101.146943, 21.560293], + [101.209153, 21.55751], + [101.210385, 21.509077], + [101.225167, 21.499055], + [101.193138, 21.473996], + [101.194986, 21.424979], + [101.142631, 21.409379], + [101.183899, 21.334699], + [101.244877, 21.302364], + [101.246725, 21.275598], + [101.222088, 21.234324], + [101.290457, 21.17853], + [101.387775, 21.225956], + [101.439514, 21.227072], + [101.532521, 21.252174], + [101.601506, 21.233208], + [101.588572, 21.191365], + [101.605818, 21.172392], + [101.672339, 21.194713], + [101.703136, 21.14616], + [101.76473, 21.147835], + [101.794911, 21.208104], + [101.834331, 21.204756], + [101.833715, 21.252731], + [101.791832, 21.285636], + [101.745636, 21.297345], + [101.730238, 21.336929], + [101.749948, 21.409379], + [101.741324, 21.482906], + [101.772737, 21.512975], + [101.755491, 21.538027], + [101.754875, 21.58478], + [101.804766, 21.577546], + [101.828788, 21.617054], + [101.807846, 21.644313], + [101.780129, 21.640975], + [101.76781, 21.716054], + [101.747484, 21.729953], + [101.771506, 21.833319], + [101.740093, 21.845541], + [101.735165, 21.875534], + [101.700057, 21.897191], + [101.701288, 21.938832], + [101.666796, 21.934391], + [101.606434, 21.967695], + [101.626144, 22.005986], + [101.573789, 22.115251], + [101.602738, 22.131883], + [101.596579, 22.161262], + [101.547304, 22.238282], + [101.56455, 22.269299], + [101.625528, 22.28259], + [101.671723, 22.372826], + [101.648318, 22.400494], + [101.672339, 22.47517], + [101.715455, 22.477935], + [101.774585, 22.506135], + [101.824476, 22.45692], + [101.823244, 22.42705], + [101.862665, 22.389427], + [101.901469, 22.384447], + [101.907628, 22.437007], + [101.978461, 22.427603], + [102.046214, 22.458026], + [102.131214, 22.430922], + [102.145381, 22.397727], + [102.179257, 22.430369], + [102.270416, 22.419858], + [102.25625, 22.457473], + [102.322771, 22.554227], + [102.356648, 22.563623], + [102.404691, 22.629925], + [102.384365, 22.679631], + [102.43672, 22.699508], + [102.45951, 22.762986], + [102.510633, 22.774574], + [102.551285, 22.743669], + [102.569763, 22.701164], + [102.607335, 22.730975], + [102.657226, 22.687913], + [102.688639, 22.70006], + [102.80074, 22.620534], + [102.82353, 22.623296], + [102.880196, 22.586832], + [102.892515, 22.533223], + [102.930703, 22.482359], + [102.986754, 22.477935], + [103.030485, 22.441432], + [103.081608, 22.454154], + [103.071753, 22.488441], + [103.183238, 22.558649], + [103.161065, 22.590147], + [103.195557, 22.648153], + [103.220195, 22.643734], + [103.283021, 22.678526], + [103.288564, 22.732078], + [103.321209, 22.777885], + [103.323057, 22.807678], + [103.375411, 22.794989], + [103.441317, 22.753052], + [103.436389, 22.6973], + [103.457947, 22.658646], + [103.50907, 22.601198], + [103.529396, 22.59291], + [103.580519, 22.66693], + [103.567585, 22.701164], + [103.642113, 22.794989], + [103.740048, 22.709446], + [103.743127, 22.697852], + [103.766533, 22.688465], + [103.825047, 22.615562], + [103.863851, 22.584069], + [103.875554, 22.565833], + [103.894032, 22.564728], + [103.964865, 22.502265], + [104.009213, 22.517745], + [104.009213, 22.575228], + [104.022148, 22.593463], + [104.04309, 22.67687], + [104.045553, 22.728215], + [104.089901, 22.768504], + [104.117618, 22.808781], + [104.224176, 22.826434], + [104.261748, 22.841877], + [104.274067, 22.828088], + [104.256821, 22.77347], + [104.272835, 22.73815], + [104.323342, 22.728767], + [104.375697, 22.690122], + [104.422508, 22.734838], + [104.498885, 22.774574], + [104.527834, 22.814298], + [104.596203, 22.846289], + [104.674428, 22.817056], + [104.737869, 22.825882], + [104.732942, 22.852356], + [104.760659, 22.862282], + [104.772362, 22.893711], + [104.846275, 22.926235], + [104.860441, 22.970874], + [104.821021, 23.032022], + [104.804391, 23.110207], + [104.874608, 23.123417], + [104.882615, 23.163589], + [104.912796, 23.175693], + [104.949136, 23.152033], + [104.958991, 23.188896], + [105.093266, 23.260942], + [105.122215, 23.247745], + [105.181962, 23.279084], + [105.238012, 23.26424], + [105.260186, 23.31811], + [105.325475, 23.390086], + [105.353809, 23.362069], + [105.372903, 23.317561], + [105.416018, 23.283482], + [105.445584, 23.292827], + [105.50225, 23.202648], + [105.542902, 23.184495], + [105.526272, 23.234548], + [105.560148, 23.257093], + [105.593409, 23.312614], + [105.649459, 23.346136], + [105.699966, 23.327453], + [105.694423, 23.363168], + [105.637757, 23.404366], + [105.699966, 23.40162], + [105.758481, 23.459826], + [105.805908, 23.467512], + [105.815763, 23.507031], + [105.852103, 23.526786], + [105.89214, 23.52514], + [105.913081, 23.499348], + [105.935871, 23.508678], + [105.986378, 23.489469], + [105.999929, 23.447748], + [106.039965, 23.484529], + [106.071994, 23.495506], + [106.08616, 23.524043], + [106.141595, 23.569579], + [106.120653, 23.605229], + [106.149602, 23.665538], + [106.157609, 23.724175], + [106.136667, 23.795381], + [106.192102, 23.824947], + [106.173008, 23.861622], + [106.192718, 23.879135], + [106.157609, 23.891174], + [106.128044, 23.956819], + [106.091088, 23.998924], + [106.096631, 24.018058], + [106.053516, 24.051399], + [106.04982, 24.089649], + [106.011632, 24.099482], + [105.998081, 24.120786], + [105.963589, 24.110954], + [105.919241, 24.122425], + [105.901995, 24.099482], + [105.908154, 24.069432], + [105.89214, 24.040468], + [105.859495, 24.056864], + [105.841633, 24.03063], + [105.796669, 24.023524], + [105.802212, 24.051945], + [105.765256, 24.073804], + [105.739387, 24.059596], + [105.704278, 24.0667], + [105.649459, 24.032816], + [105.628518, 24.126794], + [105.594641, 24.137718], + [105.533663, 24.130071], + [105.493011, 24.016965], + [105.406163, 24.043748], + [105.395692, 24.065607], + [105.334099, 24.094566], + [105.320548, 24.116416], + [105.273121, 24.092927], + [105.292831, 24.074896], + [105.260186, 24.061236], + [105.20044, 24.105491], + [105.182577, 24.167205], + [105.229389, 24.165567], + [105.24294, 24.208695], + [105.215222, 24.214699], + [105.164715, 24.288362], + [105.196744, 24.326541], + [105.188121, 24.347261], + [105.138846, 24.376701], + [105.111744, 24.37234], + [105.106817, 24.414853], + [105.042759, 24.442097], + [104.979933, 24.412673], + [104.930042, 24.411038], + [104.914028, 24.426296], + [104.83642, 24.446456], + [104.784681, 24.443732], + [104.765587, 24.45953], + [104.74834, 24.435559], + [104.715695, 24.441552], + [104.703377, 24.419757], + [104.721239, 24.340173], + [104.70892, 24.321087], + [104.641783, 24.367979], + [104.610986, 24.377246], + [104.63008, 24.397958], + [104.616529, 24.421937], + [104.575877, 24.424661], + [104.550008, 24.518894], + [104.520443, 24.535228], + [104.489646, 24.653313], + [104.529682, 24.731611], + [104.542616, 24.75607], + [104.539537, 24.813663], + [104.586964, 24.872859], + [104.635623, 24.903803], + [104.663957, 24.964584], + [104.713232, 24.996048], + [104.684898, 25.054072], + [104.619609, 25.060577], + [104.685514, 25.078466], + [104.695369, 25.122364], + [104.732326, 25.167871], + [104.724319, 25.195491], + [104.753884, 25.214443], + [104.801927, 25.163537], + [104.822869, 25.170037], + [104.806854, 25.224189], + [104.826565, 25.235558], + [104.816094, 25.262622], + [104.736021, 25.268034], + [104.689826, 25.296173], + [104.639935, 25.295632], + [104.646094, 25.356759], + [104.615913, 25.364871], + [104.566638, 25.402719], + [104.543232, 25.400556], + [104.556783, 25.524832], + [104.524138, 25.526992], + [104.483486, 25.494585], + [104.44961, 25.495126], + [104.434827, 25.472436], + [104.418813, 25.499447], + [104.436059, 25.520512], + [104.428668, 25.576126], + [104.389248, 25.595558], + [104.332581, 25.598796], + [104.310407, 25.647901], + [104.328886, 25.760602], + [104.370769, 25.730415], + [104.397871, 25.76168], + [104.42374, 25.841961], + [104.441602, 25.868889], + [104.414501, 25.909807], + [104.438523, 25.92757], + [104.470552, 26.009352], + [104.460081, 26.085702], + [104.499501, 26.070651], + [104.52845, 26.114186], + [104.518595, 26.165762], + [104.548776, 26.226979], + [104.542616, 26.253282], + [104.592508, 26.317672], + [104.659645, 26.335373], + [104.684283, 26.3772], + [104.664572, 26.397572], + [104.665804, 26.434019], + [104.631928, 26.451702], + [104.638703, 26.477954], + [104.598667, 26.520801], + [104.57095, 26.524549], + [104.579573, 26.568449], + [104.556783, 26.590393], + [104.488414, 26.579689], + [104.459465, 26.602701], + [104.468088, 26.644431], + [104.424356, 26.709137], + [104.398487, 26.686147], + [104.353523, 26.620893], + [104.313487, 26.612867], + [104.274683, 26.633733], + [104.268524, 26.617683], + [104.222328, 26.620358], + [104.160734, 26.646571], + [104.121314, 26.638012], + [104.068343, 26.573266], + [104.067727, 26.51491], + [104.008597, 26.511697], + [103.953163, 26.521336], + [103.865699, 26.512232], + [103.819504, 26.529903], + [103.815808, 26.55239], + [103.763453, 26.585041], + [103.748671, 26.623568], + [103.759142, 26.689355], + [103.773308, 26.716621], + [103.725265, 26.742812], + [103.705555, 26.794642], + [103.722185, 26.851253], + [103.779468, 26.87421], + [103.763453, 26.905702], + [103.775156, 26.951056], + [103.753598, 26.963858], + [103.73204, 27.018785], + [103.704939, 27.049171], + [103.675374, 27.051836], + [103.623019, 27.007056], + [103.623635, 27.035312], + [103.601461, 27.061962], + [103.614396, 27.079548], + [103.659975, 27.065692], + [103.652584, 27.092868], + [103.620555, 27.096598], + [103.63349, 27.12057], + [103.696316, 27.126429], + [103.748671, 27.210021], + [103.801641, 27.250464], + [103.80041, 27.26536], + [103.865699, 27.28185], + [103.874322, 27.331304], + [103.903271, 27.347785], + [103.905119, 27.38552], + [103.932221, 27.443958], + [103.956242, 27.425367], + [104.015372, 27.429086], + [104.01722, 27.383926], + [104.084358, 27.330773], + [104.113923, 27.338216], + [104.173053, 27.263232], + [104.210625, 27.297273], + [104.248813, 27.291955], + [104.247582, 27.336621], + [104.295625, 27.37436], + [104.30856, 27.407305], + [104.363378, 27.467855], + [104.467472, 27.414211], + [104.497037, 27.414743], + [104.539537, 27.327583], + [104.570334, 27.331836], + [104.611602, 27.306846], + [104.7545, 27.345658], + [104.77113, 27.317481], + [104.824717, 27.3531], + [104.856746, 27.332368], + [104.851818, 27.299401], + [104.871528, 27.290891], + [104.913412, 27.327051], + [105.01073, 27.379143], + [105.068013, 27.418461], + [105.120984, 27.418461], + [105.184425, 27.392959], + [105.182577, 27.367451], + [105.233084, 27.436522], + [105.234316, 27.489093], + [105.260186, 27.514573], + [105.232469, 27.546945], + [105.25649, 27.582491], + [105.304533, 27.611661], + [105.29591, 27.631811], + [105.308229, 27.704955] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 540000, + "name": "西藏自治区", + "center": [91.132212, 29.660361], + "centroid": [88.388277, 31.56375], + "childrenNum": 7, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 25, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [89.711414, 36.093272], + [89.614711, 36.109712], + [89.594385, 36.126632], + [89.490291, 36.151281], + [89.375727, 36.228078], + [89.335075, 36.23725], + [89.292575, 36.231457], + [89.232213, 36.295636], + [89.198952, 36.260417], + [89.126887, 36.254626], + [89.10225, 36.281164], + [89.054822, 36.291777], + [89.013554, 36.315409], + [88.964279, 36.318785], + [88.926091, 36.36458], + [88.870657, 36.348193], + [88.838628, 36.353496], + [88.802903, 36.33807], + [88.783809, 36.291777], + [88.766563, 36.292259], + [88.690186, 36.367954], + [88.623665, 36.389636], + [88.618121, 36.428168], + [88.573158, 36.461386], + [88.498629, 36.446463], + [88.470912, 36.48208], + [88.41055, 36.473418], + [88.356963, 36.477268], + [88.366202, 36.458016], + [88.282434, 36.470049], + [88.241782, 36.468605], + [88.222688, 36.447426], + [88.182652, 36.452721], + [88.134609, 36.427205], + [88.092109, 36.43539], + [88.006494, 36.430575], + [87.983088, 36.437797], + [87.95845, 36.408423], + [87.919646, 36.39349], + [87.838342, 36.383855], + [87.826023, 36.391563], + [87.767509, 36.3747], + [87.731785, 36.384818], + [87.6203, 36.360243], + [87.570409, 36.342409], + [87.470626, 36.354459], + [87.460155, 36.409868], + [87.426895, 36.42576], + [87.386859, 36.412757], + [87.363453, 36.420463], + [87.348055, 36.393008], + [87.292004, 36.358797], + [87.193454, 36.349158], + [87.161425, 36.325535], + [87.149106, 36.297565], + [87.08628, 36.310587], + [87.051788, 36.2966], + [86.996353, 36.308658], + [86.943998, 36.284058], + [86.931064, 36.265242], + [86.887332, 36.262829], + [86.86331, 36.299977], + [86.836209, 36.291294], + [86.746282, 36.291777], + [86.69947, 36.24449], + [86.599072, 36.222285], + [86.531935, 36.227113], + [86.515305, 36.205385], + [86.454943, 36.221319], + [86.392733, 36.206834], + [86.35824, 36.168676], + [86.2794, 36.170608], + [86.248603, 36.141616], + [86.187625, 36.130983], + [86.182081, 36.064734], + [86.199944, 36.047801], + [86.173458, 36.008113], + [86.150668, 36.00424], + [86.129111, 35.941761], + [86.093386, 35.906868], + [86.090306, 35.876809], + [86.05335, 35.842857], + [86.035488, 35.846738], + [85.949256, 35.778794], + [85.903677, 35.78462], + [85.835308, 35.771996], + [85.811286, 35.778794], + [85.691178, 35.751114], + [85.65299, 35.731199], + [85.612953, 35.651486], + [85.566142, 35.6403], + [85.518715, 35.680658], + [85.373969, 35.700101], + [85.341324, 35.753543], + [85.271107, 35.788989], + [85.146071, 35.742371], + [85.053065, 35.752086], + [84.99455, 35.737028], + [84.973608, 35.709334], + [84.920022, 35.696213], + [84.798066, 35.647595], + [84.729081, 35.613546], + [84.704443, 35.616951], + [84.628067, 35.595055], + [84.570168, 35.588242], + [84.513502, 35.564391], + [84.448828, 35.550272], + [84.475929, 35.516181], + [84.45314, 35.473303], + [84.424191, 35.466479], + [84.333032, 35.413821], + [84.274517, 35.404065], + [84.200605, 35.381135], + [84.160569, 35.359663], + [84.140859, 35.379184], + [84.095895, 35.362592], + [84.077417, 35.400163], + [84.005968, 35.422599], + [83.906186, 35.40309], + [83.885244, 35.367472], + [83.79778, 35.354783], + [83.785462, 35.36308], + [83.677672, 35.361128], + [83.622238, 35.335256], + [83.599448, 35.351366], + [83.54155, 35.341603], + [83.540318, 35.364056], + [83.502745, 35.360639], + [83.449159, 35.382111], + [83.405427, 35.380648], + [83.333978, 35.397236], + [83.280391, 35.401138], + [83.251442, 35.417722], + [83.178145, 35.38943], + [83.127022, 35.398699], + [83.088834, 35.425526], + [83.067892, 35.46258], + [82.998907, 35.484512], + [82.971806, 35.548324], + [82.981661, 35.599922], + [82.956407, 35.636409], + [82.967494, 35.667532], + [82.894813, 35.673852], + [82.873871, 35.688922], + [82.795031, 35.688436], + [82.780249, 35.666073], + [82.731589, 35.637868], + [82.652133, 35.67288], + [82.628727, 35.692324], + [82.546192, 35.708362], + [82.501844, 35.701073], + [82.468583, 35.717595], + [82.424852, 35.712736], + [82.392823, 35.656349], + [82.336156, 35.651486], + [82.350323, 35.611113], + [82.328149, 35.559523], + [82.2992, 35.544916], + [82.263475, 35.547837], + [82.234526, 35.520565], + [82.189563, 35.513258], + [82.164925, 35.495719], + [82.086701, 35.467454], + [82.071302, 35.450393], + [82.034346, 35.451855], + [82.029419, 35.426013], + [82.05344, 35.35039], + [82.030034, 35.321585], + [81.99123, 35.30547], + [81.955506, 35.307423], + [81.927789, 35.271275], + [81.853876, 35.25857], + [81.804601, 35.270786], + [81.736847, 35.26248], + [81.68634, 35.235599], + [81.513261, 35.23511], + [81.504638, 35.279092], + [81.447972, 35.318167], + [81.441196, 35.333303], + [81.385762, 35.335256], + [81.363588, 35.354783], + [81.314313, 35.337209], + [81.285364, 35.345508], + [81.26627, 35.322562], + [81.219458, 35.319144], + [81.191741, 35.36552], + [81.142466, 35.365032], + [81.103662, 35.386015], + [81.09935, 35.40748], + [81.054387, 35.402602], + [81.031597, 35.380648], + [81.030981, 35.337209], + [81.002648, 35.334768], + [81.026053, 35.31133], + [80.963844, 35.310842], + [80.924423, 35.330862], + [80.894242, 35.324027], + [80.844351, 35.345508], + [80.759968, 35.334768], + [80.689135, 35.339162], + [80.690982, 35.364544], + [80.65649, 35.393821], + [80.599823, 35.409431], + [80.56841, 35.391381], + [80.532686, 35.404553], + [80.514824, 35.391869], + [80.444607, 35.417235], + [80.432904, 35.449418], + [80.375006, 35.387966], + [80.321419, 35.38699], + [80.286926, 35.35283], + [80.267832, 35.295701], + [80.362687, 35.20871], + [80.257977, 35.203331], + [80.223484, 35.177409], + [80.23026, 35.147565], + [80.118159, 35.066293], + [80.078123, 35.076578], + [80.031311, 35.034447], + [80.04363, 35.022196], + [80.02392, 34.971209], + [80.041782, 34.943252], + [80.034391, 34.902033], + [80.003594, 34.895162], + [79.996819, 34.856375], + [79.961094, 34.862759], + [79.926602, 34.849499], + [79.947544, 34.821008], + [79.898268, 34.732035], + [79.906892, 34.683821], + [79.866856, 34.671517], + [79.88595, 34.642965], + [79.84345, 34.55725], + [79.861312, 34.528166], + [79.801566, 34.478847], + [79.735661, 34.471447], + [79.699936, 34.477861], + [79.675914, 34.451216], + [79.58106, 34.456151], + [79.545335, 34.476381], + [79.504683, 34.45467], + [79.435082, 34.447761], + [79.363017, 34.428018], + [79.326677, 34.44332], + [79.274322, 34.435916], + [79.241677, 34.415183], + [79.179467, 34.422588], + [79.161605, 34.441345], + [79.072294, 34.412714], + [79.039033, 34.421601], + [79.0107, 34.399877], + [79.048888, 34.348506], + [79.039649, 34.33467], + [79.019939, 34.313417], + [78.981751, 34.31836], + [78.958345, 34.230827], + [78.941099, 34.212022], + [78.9257, 34.155584], + [78.910302, 34.143202], + [78.878273, 34.163012], + [78.828998, 34.125369], + [78.801897, 34.137258], + [78.737223, 34.089692], + [78.661462, 34.086718], + [78.656535, 34.030196], + [78.736607, 33.999937], + [78.744614, 33.980585], + [78.734143, 33.918529], + [78.762476, 33.90959], + [78.756317, 33.8773], + [78.766172, 33.823124], + [78.758165, 33.790802], + [78.779723, 33.73259], + [78.692259, 33.676331], + [78.684868, 33.654415], + [78.713201, 33.623025], + [78.755085, 33.623025], + [78.74215, 33.55323], + [78.816679, 33.480882], + [78.84994, 33.419963], + [78.896751, 33.41247], + [78.949722, 33.376495], + [78.9682, 33.334505], + [79.022403, 33.323504], + [79.041497, 33.268479], + [79.083997, 33.245459], + [79.072294, 33.22844], + [79.10925, 33.200401], + [79.152366, 33.184375], + [79.162221, 33.165841], + [79.139431, 33.117735], + [79.162837, 33.01191], + [79.204721, 32.964724], + [79.255844, 32.942628], + [79.227511, 32.89038], + [79.237982, 32.846145], + [79.225047, 32.784281], + [79.275554, 32.778746], + [79.301423, 32.728919], + [79.27309, 32.678056], + [79.299575, 32.637244], + [79.308199, 32.596918], + [79.272474, 32.561113], + [79.252148, 32.516715], + [79.190554, 32.511669], + [79.180083, 32.492994], + [79.135736, 32.472295], + [79.124649, 32.416235], + [79.103091, 32.369744], + [79.067982, 32.380863], + [79.005772, 32.375304], + [78.970664, 32.331826], + [78.904142, 32.374798], + [78.87273, 32.40512], + [78.81052, 32.436441], + [78.782186, 32.480373], + [78.760629, 32.563635], + [78.781571, 32.608009], + [78.74215, 32.654881], + [78.741534, 32.703743], + [78.6861, 32.680071], + [78.675013, 32.658408], + [78.628202, 32.630188], + [78.588782, 32.637748], + [78.577695, 32.615067], + [78.518564, 32.605993], + [78.500086, 32.580782], + [78.424942, 32.565652], + [78.395377, 32.530339], + [78.426174, 32.502584], + [78.472985, 32.435431], + [78.458818, 32.379853], + [78.483456, 32.357106], + [78.480992, 32.329297], + [78.508709, 32.297939], + [78.475449, 32.236708], + [78.430485, 32.212407], + [78.429869, 32.194683], + [78.469905, 32.127808], + [78.509941, 32.147065], + [78.527188, 32.11463], + [78.609107, 32.052768], + [78.60726, 32.023851], + [78.705194, 31.988835], + [78.762476, 31.947203], + [78.768636, 31.92638], + [78.739687, 31.885228], + [78.665158, 31.851684], + [78.654687, 31.819144], + [78.706426, 31.778453], + [78.763092, 31.668499], + [78.798817, 31.675629], + [78.806824, 31.64099], + [78.845628, 31.609905], + [78.833925, 31.584927], + [78.779723, 31.545154], + [78.740303, 31.532912], + [78.729832, 31.478316], + [78.755701, 31.478316], + [78.792041, 31.435944], + [78.760013, 31.392531], + [78.755085, 31.355742], + [78.795121, 31.301043], + [78.859179, 31.289281], + [78.865338, 31.312804], + [78.884432, 31.277006], + [78.923852, 31.246824], + [78.930628, 31.220726], + [78.997765, 31.158779], + [78.97436, 31.115751], + [79.010084, 31.043994], + [79.059359, 31.028097], + [79.096931, 30.992192], + [79.181931, 31.015788], + [79.205953, 31.0004], + [79.227511, 30.949088], + [79.33222, 30.969103], + [79.316206, 31.01784], + [79.35809, 31.031174], + [79.404901, 31.071678], + [79.424611, 31.061425], + [79.427075, 31.018353], + [79.505915, 31.027584], + [79.550879, 30.957813], + [79.59769, 30.925989], + [79.660516, 30.956787], + [79.668523, 30.980392], + [79.729501, 30.941389], + [79.75845, 30.936769], + [79.835443, 30.851006], + [79.890877, 30.855116], + [79.913051, 30.833022], + [79.900732, 30.7991], + [79.961094, 30.771337], + [79.955551, 30.738422], + [79.970333, 30.685941], + [80.014065, 30.661748], + [80.04363, 30.603559], + [80.143412, 30.55822], + [80.214245, 30.586044], + [80.261673, 30.566465], + [80.322035, 30.564403], + [80.357759, 30.520592], + [80.43044, 30.515952], + [80.446454, 30.495327], + [80.504969, 30.483466], + [80.549316, 30.448905], + [80.585041, 30.463866], + [80.633084, 30.458707], + [80.692214, 30.416913], + [80.719316, 30.414848], + [80.81725, 30.321389], + [80.910873, 30.30279], + [80.933662, 30.266614], + [80.996488, 30.267648], + [81.034677, 30.246971], + [81.038372, 30.205086], + [81.082104, 30.151281], + [81.085799, 30.100554], + [81.110437, 30.085538], + [81.09627, 30.052909], + [81.131995, 30.016124], + [81.225618, 30.005759], + [81.256415, 30.011978], + [81.247792, 30.032705], + [81.2829, 30.061197], + [81.293371, 30.094859], + [81.269349, 30.153351], + [81.335871, 30.149729], + [81.393769, 30.199396], + [81.397465, 30.240767], + [81.419023, 30.270232], + [81.406088, 30.291938], + [81.427646, 30.305373], + [81.399929, 30.319323], + [81.406088, 30.369421], + [81.432573, 30.379231], + [81.406704, 30.40401], + [81.418407, 30.420525], + [81.454131, 30.412268], + [81.494783, 30.381296], + [81.555761, 30.369421], + [81.566232, 30.428782], + [81.613044, 30.412784], + [81.63029, 30.446842], + [81.723913, 30.407623], + [81.759021, 30.385426], + [81.872354, 30.373035], + [81.939491, 30.344633], + [81.954274, 30.355995], + [81.99123, 30.322939], + [82.022027, 30.339468], + [82.060215, 30.332237], + [82.104563, 30.346182], + [82.132896, 30.30434], + [82.11873, 30.279019], + [82.114418, 30.226806], + [82.142135, 30.200948], + [82.188947, 30.18543], + [82.207425, 30.143519], + [82.183403, 30.12178], + [82.17786, 30.06793], + [82.246845, 30.071555], + [82.311519, 30.035813], + [82.333693, 30.045138], + [82.368185, 30.014051], + [82.412533, 30.011978], + [82.431011, 29.989692], + [82.474743, 29.973622], + [82.498148, 29.947698], + [82.560974, 29.955476], + [82.609017, 29.886489], + [82.64351, 29.868846], + [82.6238, 29.834588], + [82.703872, 29.847566], + [82.737749, 29.80655], + [82.691553, 29.766037], + [82.757459, 29.761881], + [82.774089, 29.726548], + [82.816589, 29.717192], + [82.830756, 29.687562], + [82.885574, 29.689122], + [82.9484, 29.704718], + [82.966878, 29.658963], + [83.011226, 29.667804], + [83.088834, 29.604863], + [83.12887, 29.623593], + [83.159667, 29.61735], + [83.164595, 29.595496], + [83.217565, 29.60018], + [83.266841, 29.571035], + [83.27608, 29.505951], + [83.325355, 29.502826], + [83.383253, 29.42206], + [83.415898, 29.420496], + [83.423289, 29.361053], + [83.450391, 29.332883], + [83.463941, 29.285916], + [83.492274, 29.280174], + [83.548941, 29.201322], + [83.57789, 29.203934], + [83.596368, 29.174153], + [83.656114, 29.16736], + [83.667201, 29.200277], + [83.727563, 29.244672], + [83.800244, 29.249372], + [83.82057, 29.294267], + [83.851367, 29.294789], + [83.911729, 29.323491], + [83.949301, 29.312533], + [83.986874, 29.325057], + [84.002272, 29.291658], + [84.052163, 29.296877], + [84.116837, 29.286438], + [84.130388, 29.239972], + [84.203068, 29.239972], + [84.197525, 29.210202], + [84.17104, 29.19453], + [84.176583, 29.133909], + [84.20738, 29.118749], + [84.192597, 29.084236], + [84.194445, 29.045004], + [84.224626, 29.049189], + [84.248648, 29.030353], + [84.228322, 28.949738], + [84.234481, 28.889497], + [84.268358, 28.895261], + [84.330568, 28.859101], + [84.340423, 28.866963], + [84.408176, 28.85386], + [84.404481, 28.828173], + [84.434046, 28.823978], + [84.445133, 28.764189], + [84.483321, 28.735331], + [84.557233, 28.74635], + [84.620059, 28.732182], + [84.650856, 28.714338], + [84.669334, 28.680742], + [84.699515, 28.671816], + [84.698284, 28.633478], + [84.773428, 28.610363], + [84.857196, 28.567798], + [84.896616, 28.587244], + [84.981616, 28.586193], + [84.995782, 28.611414], + [85.05676, 28.674441], + [85.126361, 28.676016], + [85.155926, 28.643983], + [85.195963, 28.624022], + [85.18426, 28.587244], + [85.189803, 28.544669], + [85.160238, 28.49261], + [85.108499, 28.461047], + [85.129441, 28.377885], + [85.113427, 28.344708], + [85.179948, 28.324164], + [85.209513, 28.338914], + [85.272339, 28.282538], + [85.349947, 28.298347], + [85.379512, 28.274105], + [85.415853, 28.321003], + [85.458969, 28.332593], + [85.520563, 28.326798], + [85.602483, 28.295712], + [85.601251, 28.254075], + [85.650526, 28.283592], + [85.682555, 28.375779], + [85.720743, 28.372093], + [85.753388, 28.227714], + [85.791576, 28.195544], + [85.854402, 28.172334], + [85.871648, 28.124843], + [85.898749, 28.101617], + [85.901213, 28.053566], + [85.980053, 27.984357], + [85.949256, 27.937311], + [86.002227, 27.90717], + [86.053966, 27.900823], + [86.125415, 27.923035], + [86.082915, 28.018175], + [86.086611, 28.090002], + [86.128495, 28.086835], + [86.140198, 28.114814], + [86.19132, 28.167058], + [86.223965, 28.092642], + [86.206103, 28.084195], + [86.231972, 27.974315], + [86.27324, 27.976958], + [86.308965, 27.950528], + [86.393349, 27.926736], + [86.414906, 27.904526], + [86.450015, 27.908757], + [86.475884, 27.944713], + [86.514689, 27.954757], + [86.513457, 27.996511], + [86.537478, 28.044587], + [86.55842, 28.047757], + [86.568891, 28.103201], + [86.60092, 28.097922], + [86.611391, 28.069938], + [86.647732, 28.06941], + [86.662514, 28.092114], + [86.700086, 28.101617], + [86.74813, 28.089474], + [86.768456, 28.06941], + [86.756753, 28.032967], + [86.827586, 28.012363], + [86.864542, 28.022401], + [86.885484, 27.995983], + [86.926752, 27.985942], + [86.935375, 27.955286], + [87.035157, 27.946299], + [87.080737, 27.910872], + [87.118309, 27.840512], + [87.173744, 27.818284], + [87.227946, 27.812991], + [87.249504, 27.839454], + [87.280917, 27.845275], + [87.317258, 27.826753], + [87.364069, 27.824106], + [87.421967, 27.856916], + [87.418272, 27.825694], + [87.45954, 27.820931], + [87.58088, 27.859562], + [87.598126, 27.814579], + [87.670191, 27.832045], + [87.668343, 27.809815], + [87.727473, 27.802933], + [87.77798, 27.860091], + [87.782292, 27.890774], + [87.826639, 27.927794], + [87.930733, 27.909285], + [87.982472, 27.884426], + [88.037291, 27.901881], + [88.090877, 27.885484], + [88.111819, 27.864852], + [88.137689, 27.878607], + [88.120442, 27.915103], + [88.156783, 27.957929], + [88.203594, 27.943127], + [88.242398, 27.967444], + [88.254101, 27.939426], + [88.357579, 27.986471], + [88.401311, 27.976958], + [88.43334, 28.002852], + [88.469064, 28.009721], + [88.498013, 28.04089], + [88.554064, 28.027684], + [88.565151, 28.083139], + [88.620585, 28.091586], + [88.645223, 28.111119], + [88.67602, 28.068353], + [88.764099, 28.068353], + [88.812142, 28.018175], + [88.842939, 28.006023], + [88.846635, 27.921448], + [88.864497, 27.921448], + [88.888519, 27.846863], + [88.863265, 27.811932], + [88.870657, 27.743098], + [88.850331, 27.710783], + [88.852178, 27.671039], + [88.816454, 27.641354], + [88.813374, 27.606889], + [88.770874, 27.563924], + [88.797976, 27.521473], + [88.783193, 27.467324], + [88.809063, 27.405711], + [88.838012, 27.37808], + [88.867577, 27.3818], + [88.901453, 27.327583], + [88.920548, 27.325456], + [88.911924, 27.272807], + [88.942105, 27.261636], + [88.984605, 27.208957], + [89.067757, 27.240354], + [89.077612, 27.287168], + [89.152757, 27.319076], + [89.182938, 27.373829], + [89.132431, 27.441302], + [89.095474, 27.471572], + [89.109025, 27.537925], + [89.163228, 27.574534], + [89.128735, 27.611131], + [89.131815, 27.633402], + [89.184786, 27.673689], + [89.238988, 27.796581], + [89.295655, 27.84845], + [89.375727, 27.875962], + [89.44348, 27.968501], + [89.461958, 28.03191], + [89.511233, 28.086307], + [89.541414, 28.088418], + [89.605472, 28.161782], + [89.720037, 28.170224], + [89.779167, 28.197127], + [89.789638, 28.240895], + [89.869094, 28.221386], + [89.901739, 28.18183], + [89.976268, 28.189215], + [90.017536, 28.162837], + [90.03355, 28.136981], + [90.07297, 28.155451], + [90.103151, 28.141731], + [90.124709, 28.190797], + [90.166593, 28.187632], + [90.189999, 28.161782], + [90.231882, 28.144897], + [90.297172, 28.153868], + [90.367389, 28.088946], + [90.384019, 28.06096], + [90.43699, 28.063073], + [90.47949, 28.044587], + [90.513983, 28.062016], + [90.569417, 28.044059], + [90.591591, 28.021345], + [90.701844, 28.076274], + [90.741264, 28.053038], + [90.802242, 28.040362], + [90.806554, 28.015005], + [90.853365, 27.969029], + [90.896481, 27.946299], + [90.96177, 27.9537], + [90.976553, 27.935725], + [90.96485, 27.900294], + [91.025828, 27.857445], + [91.113292, 27.846333], + [91.155175, 27.894476], + [91.147784, 27.927794], + [91.162567, 27.968501], + [91.216153, 27.989113], + [91.251878, 27.970615], + [91.309776, 28.057791], + [91.464993, 28.002852], + [91.490246, 27.971672], + [91.486551, 27.937311], + [91.552456, 27.90717], + [91.611586, 27.891303], + [91.618978, 27.856916], + [91.561079, 27.855329], + [91.544449, 27.820401], + [91.610355, 27.819343], + [91.642383, 27.7664], + [91.622673, 27.692238], + [91.570934, 27.650897], + [91.562311, 27.627569], + [91.582637, 27.598933], + [91.564775, 27.58196], + [91.585101, 27.540578], + [91.626985, 27.509265], + [91.663325, 27.507142], + [91.71876, 27.467324], + [91.753868, 27.462545], + [91.839484, 27.489624], + [91.946657, 27.464138], + [92.010715, 27.474758], + [92.021802, 27.444489], + [92.064918, 27.391365], + [92.125896, 27.273339], + [92.091403, 27.264296], + [92.071077, 27.237694], + [92.061222, 27.190327], + [92.032273, 27.167967], + [92.02673, 27.108318], + [92.043976, 27.052902], + [92.076005, 27.041175], + [92.124664, 26.960124], + [92.109265, 26.854991], + [92.197961, 26.86994], + [92.28604, 26.892359], + [92.404916, 26.9025], + [92.496691, 26.921711], + [92.549046, 26.941453], + [92.64698, 26.952656], + [92.682089, 26.947855], + [92.802813, 26.895028], + [92.909371, 26.914241], + [93.050421, 26.883819], + [93.111399, 26.880082], + [93.232739, 26.906769], + [93.56781, 26.938252], + [93.625092, 26.955323], + [93.747048, 27.015587], + [93.817265, 27.025183], + [93.841903, 27.045973], + [93.849294, 27.168499], + [93.970634, 27.30525], + [94.056866, 27.375423], + [94.147409, 27.458297], + [94.220705, 27.536333], + [94.277372, 27.58143], + [94.353132, 27.578778], + [94.399944, 27.589386], + [94.443675, 27.585143], + [94.478168, 27.602116], + [94.524979, 27.596282], + [94.660486, 27.650367], + [94.722696, 27.683759], + [94.78121, 27.699127], + [94.836645, 27.728796], + [94.88592, 27.743098], + [94.947514, 27.792345], + [95.015267, 27.82887], + [95.067006, 27.840512], + [95.28628, 27.939955], + [95.32878, 28.017646], + [95.352802, 28.04089], + [95.371896, 28.110063], + [95.39715, 28.142259], + [95.437802, 28.161782], + [95.528345, 28.182885], + [95.674322, 28.254075], + [95.740228, 28.275159], + [95.787655, 28.270416], + [95.832003, 28.295186], + [95.874502, 28.29782], + [95.899756, 28.278322], + [95.907763, 28.241422], + [95.936096, 28.240368], + [95.989067, 28.198181], + [96.074683, 28.193434], + [96.098088, 28.212421], + [96.194175, 28.212949], + [96.275479, 28.228241], + [96.298269, 28.140148], + [96.367254, 28.118509], + [96.398667, 28.118509], + [96.395587, 28.143842], + [96.426384, 28.161782], + [96.46334, 28.143314], + [96.499681, 28.067297], + [96.538485, 28.075218], + [96.623485, 28.024514], + [96.635188, 27.994926], + [96.690622, 27.948942], + [96.711564, 27.9574], + [96.784245, 27.931495], + [96.810114, 27.890245], + [96.849534, 27.874375], + [96.908049, 27.884426], + [96.972722, 27.861149], + [97.008447, 27.807698], + [97.049099, 27.81405], + [97.062649, 27.742568], + [97.097758, 27.740979], + [97.103301, 27.780697], + [97.167975, 27.811932], + [97.253591, 27.891832], + [97.303482, 27.913516], + [97.324424, 27.880723], + [97.386634, 27.882839], + [97.372467, 27.907699], + [97.379242, 27.970087], + [97.413119, 28.01342], + [97.378626, 28.031382], + [97.375547, 28.062545], + [97.320728, 28.054095], + [97.305945, 28.071522], + [97.340438, 28.104785], + [97.326887, 28.132759], + [97.352757, 28.149646], + [97.362612, 28.199236], + [97.349677, 28.235623], + [97.398336, 28.238786], + [97.402032, 28.279903], + [97.422358, 28.297293], + [97.461162, 28.26778], + [97.469169, 28.30309], + [97.518445, 28.327852], + [97.488879, 28.347341], + [97.485184, 28.38631], + [97.499966, 28.428948], + [97.521524, 28.444736], + [97.507974, 28.46473], + [97.521524, 28.495766], + [97.569567, 28.541515], + [97.60406, 28.515225], + [97.634857, 28.532051], + [97.68598, 28.519958], + [97.737103, 28.465782], + [97.738335, 28.396313], + [97.769748, 28.3742], + [97.801161, 28.326798], + [97.842429, 28.326798], + [97.871378, 28.361561], + [97.907718, 28.363141], + [98.020435, 28.253548], + [98.008116, 28.214003], + [98.03337, 28.187105], + [98.056775, 28.202401], + [98.090036, 28.195544], + [98.097427, 28.166531], + [98.139311, 28.142259], + [98.17442, 28.163365], + [98.169492, 28.206093], + [98.21692, 28.212949], + [98.266811, 28.242477], + [98.231702, 28.314681], + [98.207681, 28.330486], + [98.208913, 28.358401], + [98.301303, 28.384204], + [98.317934, 28.324691], + [98.353042, 28.293078], + [98.37768, 28.246167], + [98.370289, 28.18394], + [98.389999, 28.16442], + [98.389383, 28.114814], + [98.428803, 28.104785], + [98.464527, 28.151229], + [98.494092, 28.141203], + [98.559382, 28.182885], + [98.625903, 28.165475], + [98.649925, 28.200291], + [98.712135, 28.229296], + [98.710287, 28.288862], + [98.746628, 28.321003], + [98.740468, 28.348395], + [98.693041, 28.43158], + [98.673947, 28.478934], + [98.625903, 28.489455], + [98.619128, 28.50944], + [98.637606, 28.552029], + [98.594491, 28.667615], + [98.666555, 28.712239], + [98.683802, 28.740054], + [98.652389, 28.817162], + [98.668403, 28.843376], + [98.643766, 28.895261], + [98.6567, 28.910454], + [98.624056, 28.95864], + [98.655469, 28.976966], + [98.70228, 28.9644], + [98.757714, 29.004186], + [98.786048, 28.998952], + [98.821772, 28.920931], + [98.827932, 28.821356], + [98.852569, 28.798283], + [98.912931, 28.800906], + [98.922786, 28.823978], + [98.972677, 28.832367], + [98.973909, 28.864867], + [98.917859, 28.886877], + [98.925866, 28.978536], + [99.013329, 29.036632], + [98.991771, 29.105677], + [98.967134, 29.128159], + [98.960974, 29.165792], + [98.9813, 29.204978], + [99.024416, 29.188783], + [99.037351, 29.20759], + [99.113727, 29.221171], + [99.114343, 29.243628], + [99.075539, 29.316186], + [99.058909, 29.417368], + [99.066916, 29.421018], + [99.044742, 29.520013], + [99.052133, 29.563748], + [99.014561, 29.607464], + [98.992387, 29.677163], + [99.018873, 29.792009], + [99.0238, 29.846009], + [99.068148, 29.931621], + [99.055213, 29.958587], + [99.036735, 30.053945], + [99.044742, 30.079842], + [98.989308, 30.151799], + [98.9813, 30.182843], + [98.993003, 30.215429], + [98.970829, 30.260928], + [98.986844, 30.280569], + [98.967134, 30.33482], + [98.965286, 30.449937], + [98.932025, 30.521623], + [98.926482, 30.569556], + [98.939417, 30.598923], + [98.92217, 30.609225], + [98.907388, 30.698292], + [98.963438, 30.728134], + [98.957895, 30.765166], + [98.904924, 30.782649], + [98.850105, 30.849465], + [98.797135, 30.87926], + [98.774345, 30.908019], + [98.797135, 30.948575], + [98.806374, 30.995783], + [98.774961, 31.031174], + [98.736772, 31.049121], + [98.712135, 31.082954], + [98.710287, 31.1178], + [98.675179, 31.15417], + [98.602498, 31.192062], + [98.62344, 31.221238], + [98.60373, 31.257568], + [98.616048, 31.3036], + [98.643766, 31.338876], + [98.691809, 31.333253], + [98.773113, 31.249382], + [98.805758, 31.279052], + [98.810685, 31.306668], + [98.887062, 31.37465], + [98.84333, 31.416028], + [98.844562, 31.429817], + [98.714599, 31.508935], + [98.696736, 31.538523], + [98.651157, 31.57881], + [98.619128, 31.591555], + [98.553839, 31.660349], + [98.545831, 31.717383], + [98.516882, 31.717383], + [98.508875, 31.751995], + [98.461448, 31.800327], + [98.414636, 31.832365], + [98.426339, 31.856767], + [98.399238, 31.895899], + [98.432498, 31.922825], + [98.434962, 32.007613], + [98.402933, 32.026896], + [98.404781, 32.045159], + [98.357354, 32.087253], + [98.303151, 32.121726], + [98.260035, 32.208862], + [98.218768, 32.234683], + [98.23047, 32.262521], + [98.208913, 32.318171], + [98.218768, 32.342444], + [98.125145, 32.401077], + [98.107283, 32.391476], + [98.079565, 32.415224], + [97.940363, 32.482393], + [97.880001, 32.486431], + [97.863986, 32.499051], + [97.80732, 32.50006], + [97.795617, 32.521257], + [97.730944, 32.527312], + [97.684132, 32.530339], + [97.670582, 32.51722], + [97.540618, 32.536899], + [97.50243, 32.530844], + [97.463626, 32.55506], + [97.448843, 32.586833], + [97.411887, 32.575235], + [97.374315, 32.546484], + [97.3583, 32.563635], + [97.332431, 32.542448], + [97.334895, 32.514192], + [97.388481, 32.501575], + [97.341054, 32.440987], + [97.387865, 32.427349], + [97.424822, 32.322723], + [97.415583, 32.296421], + [97.371235, 32.273148], + [97.32196, 32.303503], + [97.299786, 32.294904], + [97.264062, 32.182527], + [97.271453, 32.139971], + [97.313953, 32.130342], + [97.293011, 32.096887], + [97.308409, 32.076605], + [97.258518, 32.072041], + [97.219714, 32.109054], + [97.201852, 32.090296], + [97.233881, 32.063927], + [97.214786, 32.042623], + [97.188301, 32.055304], + [97.169823, 32.032984], + [97.127323, 32.044145], + [97.028773, 32.04871], + [97.006599, 32.067984], + [96.935766, 32.048203], + [96.965947, 32.008628], + [96.941925, 31.986297], + [96.894498, 32.013703], + [96.863085, 31.996448], + [96.868629, 31.964975], + [96.824281, 32.007613], + [96.722651, 32.013195], + [96.742977, 32.001016], + [96.753448, 31.944156], + [96.776238, 31.935015], + [96.81073, 31.894375], + [96.794716, 31.869474], + [96.760223, 31.860325], + [96.765767, 31.819144], + [96.799027, 31.792188], + [96.840295, 31.720438], + [96.790404, 31.698545], + [96.778701, 31.675629], + [96.722651, 31.686833], + [96.691854, 31.722474], + [96.661057, 31.705674], + [96.615477, 31.737236], + [96.56805, 31.711783], + [96.519391, 31.74945], + [96.468884, 31.769804], + [96.435623, 31.796258], + [96.407906, 31.845583], + [96.389428, 31.919777], + [96.288414, 31.919777], + [96.253305, 31.929936], + [96.220044, 31.905553], + [96.188632, 31.904028], + [96.214501, 31.876589], + [96.202798, 31.841008], + [96.183088, 31.835924], + [96.178161, 31.775401], + [96.231131, 31.749959], + [96.222508, 31.733164], + [96.252073, 31.697527], + [96.245298, 31.657802], + [96.221892, 31.647613], + [96.207726, 31.598691], + [96.156603, 31.602769], + [96.148595, 31.686324], + [96.135661, 31.70211], + [96.064828, 31.720438], + [95.989067, 31.78761], + [95.983524, 31.816601], + [95.89914, 31.81711], + [95.846169, 31.736218], + [95.853561, 31.714329], + [95.823995, 31.68225], + [95.779648, 31.748941], + [95.634286, 31.782523], + [95.580083, 31.76726], + [95.546823, 31.73978], + [95.511714, 31.750468], + [95.480301, 31.795749], + [95.456896, 31.801853], + [95.406389, 31.896915], + [95.408852, 31.918761], + [95.3682, 31.92892], + [95.360809, 31.95939], + [95.395918, 32.001523], + [95.454432, 32.007613], + [95.421171, 32.033999], + [95.454432, 32.061898], + [95.440265, 32.157705], + [95.406389, 32.182021], + [95.367584, 32.178982], + [95.366968, 32.151118], + [95.31523, 32.148585], + [95.270266, 32.194683], + [95.270266, 32.194683], + [95.239469, 32.287315], + [95.241317, 32.3207], + [95.214216, 32.321712], + [95.20744, 32.297433], + [95.10581, 32.258979], + [95.079325, 32.279726], + [95.096571, 32.322217], + [95.193274, 32.332331], + [95.261643, 32.348006], + [95.228382, 32.363678], + [95.218527, 32.397035], + [95.153853, 32.386423], + [95.081789, 32.384907], + [95.075013, 32.376315], + [95.075013, 32.376315], + [95.057151, 32.395014], + [94.988166, 32.422802], + [94.944434, 32.404109], + [94.912405, 32.41573], + [94.889616, 32.472295], + [94.852043, 32.463712], + [94.80708, 32.486431], + [94.78737, 32.522266], + [94.762116, 32.526303], + [94.737479, 32.587338], + [94.638312, 32.645307], + [94.614291, 32.673522], + [94.591501, 32.640772], + [94.522516, 32.595909], + [94.459074, 32.599439], + [94.463386, 32.572209], + [94.435052, 32.562626], + [94.395016, 32.594397], + [94.371611, 32.524789], + [94.350053, 32.533871], + [94.294002, 32.519743], + [94.292154, 32.502584], + [94.250886, 32.51722], + [94.196684, 32.51621], + [94.176974, 32.454117], + [94.137554, 32.433915], + [94.091974, 32.463207], + [94.049474, 32.469771], + [94.03038, 32.448057], + [93.978641, 32.459672], + [93.960163, 32.484917], + [93.90904, 32.463207], + [93.861613, 32.466237], + [93.851142, 32.50965], + [93.820345, 32.549511], + [93.75136, 32.56313], + [93.721795, 32.578261], + [93.651577, 32.571705], + [93.618933, 32.522771], + [93.516687, 32.47583], + [93.501904, 32.503593], + [93.476651, 32.504603], + [93.4631, 32.556069], + [93.411977, 32.558086], + [93.385492, 32.525294], + [93.33868, 32.5712], + [93.308499, 32.580278], + [93.300492, 32.619604], + [93.260456, 32.62666], + [93.239514, 32.662439], + [93.210565, 32.655385], + [93.176688, 32.6705], + [93.159442, 32.644803], + [93.087993, 32.63674], + [93.069515, 32.626156], + [93.023935, 32.703239], + [93.019624, 32.737477], + [93.00053, 32.741001], + [92.964189, 32.714821], + [92.933392, 32.719353], + [92.866871, 32.698203], + [92.822523, 32.729926], + [92.789262, 32.719856], + [92.756618, 32.743014], + [92.686401, 32.76516], + [92.667922, 32.73194], + [92.634662, 32.720863], + [92.574916, 32.741001], + [92.56814, 32.73194], + [92.484372, 32.745028], + [92.459119, 32.76365], + [92.411076, 32.748048], + [92.355641, 32.764657], + [92.343938, 32.738484], + [92.310062, 32.751571], + [92.255243, 32.720863], + [92.198577, 32.754591], + [92.211511, 32.788306], + [92.193649, 32.801889], + [92.227526, 32.821003], + [92.205352, 32.866255], + [92.145606, 32.885857], + [92.101874, 32.860222], + [92.038432, 32.860725], + [92.018722, 32.829552], + [91.955897, 32.8205], + [91.896766, 32.907967], + [91.857962, 32.90244], + [91.839484, 32.948152], + [91.799448, 32.942126], + [91.752637, 32.969242], + [91.685499, 32.989324], + [91.664557, 33.012913], + [91.583253, 33.0375], + [91.55492, 33.060074], + [91.535826, 33.10019], + [91.49579, 33.109214], + [91.436044, 33.066092], + [91.370138, 33.100691], + [91.311624, 33.108211], + [91.261733, 33.141291], + [91.226624, 33.141792], + [91.18782, 33.106206], + [91.161335, 33.108712], + [91.147784, 33.07211], + [91.072024, 33.113224], + [91.037531, 33.098686], + [91.001807, 33.11573], + [90.927894, 33.120241], + [90.902024, 33.083143], + [90.88293, 33.120241], + [90.803474, 33.114227], + [90.740032, 33.142293], + [90.704308, 33.135778], + [90.627315, 33.180368], + [90.562642, 33.229441], + [90.490577, 33.264977], + [90.405577, 33.260473], + [90.363077, 33.279487], + [90.332896, 33.310501], + [90.246665, 33.423959], + [90.22018, 33.437943], + [90.107463, 33.460913], + [90.088984, 33.478885], + [90.083441, 33.525295], + [90.01076, 33.553728], + [89.984275, 33.612061], + [90.008296, 33.687785], + [89.981195, 33.70322], + [89.983659, 33.725622], + [89.907282, 33.741051], + [89.902355, 33.758467], + [89.942391, 33.801246], + [89.899891, 33.80771], + [89.837065, 33.868853], + [89.795181, 33.865374], + [89.73174, 33.921509], + [89.718805, 33.946832], + [89.688008, 33.959739], + [89.684928, 33.990013], + [89.635037, 34.049537], + [89.656595, 34.057966], + [89.655979, 34.097126], + [89.71203, 34.131809], + [89.756993, 34.124874], + [89.760073, 34.152613], + [89.789638, 34.150632], + [89.816739, 34.16945], + [89.838297, 34.263477], + [89.825362, 34.293642], + [89.86663, 34.324785], + [89.858623, 34.359375], + [89.820435, 34.369255], + [89.799493, 34.39642], + [89.819819, 34.420614], + [89.823515, 34.455657], + [89.814891, 34.548871], + [89.777935, 34.574499], + [89.798877, 34.628686], + [89.74837, 34.641981], + [89.72558, 34.660689], + [89.732356, 34.732035], + [89.799493, 34.743838], + [89.825978, 34.796931], + [89.867862, 34.81069], + [89.838913, 34.865705], + [89.814891, 34.86816], + [89.821051, 34.902033], + [89.78779, 34.921664], + [89.747138, 34.903506], + [89.707102, 34.919701], + [89.670146, 34.887798], + [89.578987, 34.895162], + [89.560509, 34.938836], + [89.59069, 35.057965], + [89.593153, 35.104491], + [89.579603, 35.118688], + [89.519241, 35.133862], + [89.46935, 35.214577], + [89.450255, 35.223867], + [89.48598, 35.256616], + [89.531559, 35.276161], + [89.494603, 35.298632], + [89.516161, 35.330862], + [89.497067, 35.361128], + [89.58761, 35.383575], + [89.619639, 35.412357], + [89.658443, 35.425526], + [89.685544, 35.416259], + [89.739131, 35.468429], + [89.765, 35.482563], + [89.740979, 35.507412], + [89.720037, 35.501566], + [89.699711, 35.544916], + [89.71203, 35.581915], + [89.75145, 35.580942], + [89.765616, 35.599922], + [89.726196, 35.648082], + [89.748986, 35.66267], + [89.747138, 35.7516], + [89.782863, 35.773453], + [89.767464, 35.799183], + [89.801957, 35.848193], + [89.778551, 35.861775], + [89.707718, 35.849163], + [89.654747, 35.848193], + [89.62395, 35.859349], + [89.550654, 35.856924], + [89.554965, 35.873414], + [89.489676, 35.903475], + [89.428082, 35.917531], + [89.434857, 35.992136], + [89.404676, 36.016827], + [89.417611, 36.044897], + [89.474893, 36.022151], + [89.605472, 36.038123], + [89.688624, 36.091337], + [89.711414, 36.093272] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 610000, + "name": "陕西省", + "center": [108.948024, 34.263161], + "centroid": [108.887114, 35.263661], + "childrenNum": 10, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 26, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [110.379257, 34.600612], + [110.29549, 34.610956], + [110.269004, 34.629671], + [110.229584, 34.692679], + [110.243135, 34.725641], + [110.246831, 34.789068], + [110.230816, 34.880925], + [110.262229, 34.944233], + [110.320743, 35.00504], + [110.373714, 35.134351], + [110.364475, 35.197952], + [110.378642, 35.210666], + [110.374946, 35.251728], + [110.45009, 35.327933], + [110.477808, 35.413821], + [110.531394, 35.511309], + [110.567735, 35.539559], + [110.589293, 35.602355], + [110.609619, 35.632031], + [110.57759, 35.701559], + [110.571431, 35.800639], + [110.550489, 35.838005], + [110.549257, 35.877778], + [110.511684, 35.879718], + [110.516612, 35.918501], + [110.502445, 35.947575], + [110.516612, 35.971796], + [110.49259, 35.994073], + [110.491974, 36.034735], + [110.467953, 36.074893], + [110.447011, 36.164328], + [110.45625, 36.22663], + [110.474112, 36.248352], + [110.474112, 36.306729], + [110.459946, 36.327946], + [110.487047, 36.393972], + [110.489511, 36.430094], + [110.47288, 36.453203], + [110.503677, 36.488335], + [110.488895, 36.556628], + [110.496902, 36.582102], + [110.447627, 36.621018], + [110.426685, 36.657514], + [110.394656, 36.676716], + [110.402663, 36.697352], + [110.438388, 36.685835], + [110.447011, 36.737649], + [110.407591, 36.776007], + [110.423605, 36.818179], + [110.406975, 36.824886], + [110.424221, 36.855539], + [110.376178, 36.882351], + [110.408823, 36.892403], + [110.424221, 36.963685], + [110.381721, 37.002408], + [110.382953, 37.022001], + [110.426685, 37.008621], + [110.417446, 37.027257], + [110.460561, 37.044932], + [110.49567, 37.086956], + [110.535706, 37.115118], + [110.53509, 37.138021], + [110.590525, 37.187145], + [110.651503, 37.256722], + [110.661974, 37.281963], + [110.690307, 37.287201], + [110.678604, 37.317668], + [110.695234, 37.34955], + [110.641648, 37.360015], + [110.630561, 37.372858], + [110.644111, 37.435135], + [110.740198, 37.44939], + [110.759292, 37.474567], + [110.770995, 37.538184], + [110.795017, 37.558586], + [110.771611, 37.594634], + [110.763604, 37.639668], + [110.793169, 37.650567], + [110.775306, 37.680886], + [110.706321, 37.705511], + [110.716792, 37.728708], + [110.750669, 37.736281], + [110.735886, 37.77035], + [110.680452, 37.790216], + [110.59422, 37.922049], + [110.522771, 37.955088], + [110.528315, 37.990471], + [110.507989, 38.013107], + [110.501829, 38.097929], + [110.519692, 38.130889], + [110.509221, 38.192061], + [110.528315, 38.211814], + [110.565887, 38.215105], + [110.57759, 38.297345], + [110.601612, 38.308147], + [110.661358, 38.308617], + [110.701394, 38.353215], + [110.746973, 38.366355], + [110.77777, 38.440924], + [110.796864, 38.453579], + [110.840596, 38.439986], + [110.874473, 38.453579], + [110.870777, 38.510265], + [110.907733, 38.521035], + [110.920052, 38.581878], + [110.898494, 38.587024], + [110.880632, 38.626776], + [110.916357, 38.673981], + [110.915125, 38.704345], + [110.965016, 38.755699], + [111.009363, 38.847579], + [110.995813, 38.868084], + [111.016755, 38.889981], + [111.009979, 38.932823], + [110.980414, 38.970056], + [110.998276, 38.998433], + [111.038313, 39.020289], + [111.094363, 39.030053], + [111.138095, 39.064447], + [111.147334, 39.100681], + [111.173819, 39.135041], + [111.163348, 39.152678], + [111.219399, 39.244044], + [111.213239, 39.257021], + [111.247732, 39.302419], + [111.202152, 39.305197], + [111.179363, 39.326959], + [111.186138, 39.35149], + [111.155341, 39.338531], + [111.159037, 39.362596], + [111.125776, 39.366297], + [111.087588, 39.376013], + [111.098059, 39.401914], + [111.064182, 39.400989], + [111.058639, 39.447681], + [111.10545, 39.472631], + [111.10545, 39.497573], + [111.148566, 39.531277], + [111.154725, 39.569116], + [111.136863, 39.587106], + [111.101138, 39.559428], + [111.017371, 39.552045], + [110.958856, 39.519275], + [110.891103, 39.509118], + [110.869545, 39.494341], + [110.782698, 39.38804], + [110.73835, 39.348713], + [110.731575, 39.30705], + [110.702626, 39.273701], + [110.626249, 39.266751], + [110.596684, 39.282966], + [110.566503, 39.320014], + [110.559728, 39.351027], + [110.524003, 39.382952], + [110.482735, 39.360745], + [110.434692, 39.381101], + [110.429764, 39.341308], + [110.385417, 39.310291], + [110.257917, 39.407001], + [110.243751, 39.423645], + [110.152592, 39.45415], + [110.12549, 39.432891], + [110.136577, 39.39174], + [110.161831, 39.387115], + [110.184005, 39.355192], + [110.217881, 39.281113], + [110.109476, 39.249606], + [110.041107, 39.21623], + [109.962267, 39.212056], + [109.90252, 39.271848], + [109.871723, 39.243581], + [109.961035, 39.191651], + [109.893897, 39.141075], + [109.92223, 39.107183], + [109.890818, 39.103932], + [109.851397, 39.122971], + [109.793499, 39.074204], + [109.762086, 39.057476], + [109.72513, 39.018429], + [109.665384, 38.981687], + [109.685094, 38.968195], + [109.672159, 38.928167], + [109.624116, 38.85457], + [109.549587, 38.805618], + [109.511399, 38.833595], + [109.444262, 38.782763], + [109.404226, 38.720689], + [109.338936, 38.701542], + [109.329081, 38.66043], + [109.367269, 38.627711], + [109.331545, 38.597783], + [109.276726, 38.623035], + [109.196654, 38.552867], + [109.175712, 38.518694], + [109.128901, 38.480288], + [109.054372, 38.433892], + [109.051292, 38.385122], + [109.007561, 38.359316], + [108.961981, 38.26493], + [108.976148, 38.245192], + [108.938575, 38.207582], + [108.964445, 38.154894], + [109.069155, 38.091336], + [109.050676, 38.055059], + [109.06977, 38.023008], + [109.037742, 38.021593], + [109.018648, 37.971602], + [108.982923, 37.964053], + [108.9743, 37.931962], + [108.93488, 37.922521], + [108.893612, 37.978207], + [108.883141, 38.01405], + [108.830786, 38.049875], + [108.797525, 38.04799], + [108.82709, 37.989056], + [108.798141, 37.93385], + [108.791982, 37.872934], + [108.799989, 37.784068], + [108.784591, 37.764673], + [108.791982, 37.700303], + [108.777815, 37.683728], + [108.720533, 37.683728], + [108.699591, 37.669518], + [108.628142, 37.651988], + [108.532671, 37.690832], + [108.485244, 37.678044], + [108.422418, 37.648672], + [108.301078, 37.640616], + [108.293071, 37.656726], + [108.24626, 37.665728], + [108.205608, 37.655779], + [108.193905, 37.638246], + [108.134159, 37.622131], + [108.055318, 37.652462], + [108.025137, 37.649619], + [108.012819, 37.66857], + [108.025753, 37.696041], + [107.993109, 37.735335], + [107.982022, 37.787378], + [107.884703, 37.808186], + [107.842819, 37.828987], + [107.732566, 37.84931], + [107.684523, 37.888522], + [107.65003, 37.86443], + [107.659269, 37.844112], + [107.646335, 37.805349], + [107.620465, 37.776026], + [107.599523, 37.791162], + [107.57119, 37.776499], + [107.499125, 37.765619], + [107.484959, 37.706458], + [107.425828, 37.684201], + [107.387024, 37.691305], + [107.389488, 37.671413], + [107.422133, 37.665254], + [107.361155, 37.613125], + [107.311264, 37.609806], + [107.330358, 37.584201], + [107.369162, 37.58752], + [107.345756, 37.518725], + [107.284162, 37.481691], + [107.282931, 37.437036], + [107.257677, 37.337179], + [107.273075, 37.29101], + [107.309416, 37.239095], + [107.270612, 37.229089], + [107.317423, 37.200017], + [107.336517, 37.165687], + [107.334669, 37.138975], + [107.306952, 37.100799], + [107.281083, 37.127047], + [107.268764, 37.099367], + [107.28601, 37.054963], + [107.288474, 37.008143], + [107.288474, 37.008143], + [107.291554, 36.979463], + [107.291554, 36.979463], + [107.310032, 36.912502], + [107.336517, 36.925899], + [107.365466, 36.905324], + [107.478183, 36.908196], + [107.533618, 36.867031], + [107.540393, 36.828718], + [107.5909, 36.836382], + [107.642023, 36.819137], + [107.670356, 36.83303], + [107.722095, 36.802367], + [107.742421, 36.811951], + [107.768291, 36.792783], + [107.866841, 36.766899], + [107.907493, 36.750118], + [107.914268, 36.720861], + [107.940754, 36.694953], + [107.938906, 36.655594], + [108.006659, 36.683435], + [108.02329, 36.647912], + [108.001732, 36.639269], + [108.060862, 36.592194], + [108.079956, 36.614294], + [108.092891, 36.587388], + [108.163724, 36.563839], + [108.1976, 36.630144], + [108.222854, 36.631105], + [108.204992, 36.606607], + [108.204992, 36.606607], + [108.210535, 36.577296], + [108.245644, 36.571048], + [108.262274, 36.549417], + [108.340498, 36.559032], + [108.365136, 36.519603], + [108.391621, 36.505654], + [108.408252, 36.45946], + [108.460606, 36.422871], + [108.495099, 36.422389], + [108.514809, 36.445501], + [108.510498, 36.47438], + [108.562852, 36.43876], + [108.618903, 36.433946], + [108.651548, 36.384818], + [108.641693, 36.359279], + [108.646004, 36.254143], + [108.712526, 36.138716], + [108.682345, 36.062316], + [108.688504, 36.021183], + [108.659555, 35.990683], + [108.652164, 35.94806], + [108.593649, 35.950967], + [108.562852, 35.921409], + [108.518505, 35.905414], + [108.499411, 35.872444], + [108.527744, 35.82442], + [108.533903, 35.746257], + [108.517889, 35.699615], + [108.539447, 35.605761], + [108.618287, 35.557088], + [108.625678, 35.537124], + [108.605968, 35.503028], + [108.631222, 35.418698], + [108.61028, 35.355271], + [108.614591, 35.328909], + [108.583178, 35.294724], + [108.547454, 35.304981], + [108.48894, 35.275184], + [108.36144, 35.279581], + [108.345426, 35.300586], + [108.296767, 35.267855], + [108.239484, 35.256127], + [108.221622, 35.296678], + [108.174811, 35.304981], + [108.094739, 35.280069], + [108.049159, 35.253683], + [107.949993, 35.245375], + [107.960464, 35.263457], + [107.867457, 35.256127], + [107.841587, 35.276649], + [107.745501, 35.311819], + [107.737494, 35.267366], + [107.667277, 35.257104], + [107.652494, 35.244886], + [107.686371, 35.218], + [107.715936, 35.168114], + [107.727639, 35.120157], + [107.769523, 35.064333], + [107.769523, 35.064333], + [107.773218, 35.060904], + [107.773218, 35.060904], + [107.814486, 35.024646], + [107.846515, 35.024646], + [107.863145, 34.999158], + [107.842203, 34.979056], + [107.741805, 34.953553], + [107.675284, 34.9511], + [107.638943, 34.935402], + [107.619849, 34.964834], + [107.564415, 34.968757], + [107.523763, 34.909886], + [107.455394, 34.916757], + [107.400575, 34.932949], + [107.369162, 34.917738], + [107.350068, 34.93393], + [107.286626, 34.931968], + [107.252749, 34.880925], + [107.189308, 34.893198], + [107.162206, 34.944233], + [107.119707, 34.950119], + [107.089526, 34.976604], + [107.08275, 35.024156], + [107.012533, 35.029547], + [106.990975, 35.068252], + [106.950323, 35.066782], + [106.901664, 35.094698], + [106.838222, 35.080007], + [106.710723, 35.100574], + [106.706411, 35.081966], + [106.615252, 35.071191], + [106.577064, 35.089312], + [106.541956, 35.083925], + [106.52163, 35.027587], + [106.494528, 35.006021], + [106.494528, 35.006021], + [106.484673, 34.983959], + [106.493296, 34.941289], + [106.527789, 34.876507], + [106.556122, 34.861285], + [106.550579, 34.82936], + [106.575216, 34.769897], + [106.539492, 34.745805], + [106.505615, 34.746789], + [106.487137, 34.715311], + [106.456956, 34.703996], + [106.442173, 34.675455], + [106.471122, 34.634102], + [106.419384, 34.643458], + [106.314058, 34.578934], + [106.341159, 34.568093], + [106.334384, 34.517811], + [106.455108, 34.531617], + [106.514238, 34.511894], + [106.513622, 34.498085], + [106.558586, 34.48822], + [106.610941, 34.454177], + [106.638042, 34.391481], + [106.717498, 34.369255], + [106.691013, 34.337635], + [106.705179, 34.299575], + [106.68239, 34.256057], + [106.652825, 34.24369], + [106.63373, 34.260014], + [106.589383, 34.253584], + [106.577064, 34.280786], + [106.526557, 34.292159], + [106.496376, 34.238248], + [106.5321, 34.254079], + [106.55797, 34.229837], + [106.585071, 34.149641], + [106.560434, 34.109514], + [106.501919, 34.105055], + [106.505615, 34.056479], + [106.471738, 34.024244], + [106.474202, 33.970659], + [106.41076, 33.909093], + [106.428007, 33.866368], + [106.475434, 33.875809], + [106.491448, 33.834559], + [106.461883, 33.789807], + [106.488369, 33.757969], + [106.482825, 33.707203], + [106.534564, 33.695254], + [106.575832, 33.631497], + [106.58076, 33.576169], + [106.540108, 33.512822], + [106.456956, 33.532779], + [106.447101, 33.613058], + [106.384891, 33.612061], + [106.35163, 33.587137], + [106.303587, 33.604585], + [106.237681, 33.564201], + [106.187174, 33.546746], + [106.108334, 33.569686], + [106.117573, 33.602591], + [106.086776, 33.617045], + [106.047356, 33.610067], + [105.971596, 33.613058], + [105.940183, 33.570684], + [105.902611, 33.556222], + [105.871198, 33.511325], + [105.842248, 33.489866], + [105.831162, 33.451926], + [105.837937, 33.410971], + [105.827466, 33.379993], + [105.709822, 33.382991], + [105.755401, 33.329004], + [105.752937, 33.291994], + [105.791741, 33.278486], + [105.799133, 33.258471], + [105.862574, 33.234447], + [105.917393, 33.237951], + [105.965436, 33.204407], + [105.968516, 33.154318], + [105.93156, 33.178365], + [105.897067, 33.146803], + [105.923552, 33.147805], + [105.934639, 33.112221], + [105.914929, 33.066092], + [105.926632, 33.042517], + [105.917393, 32.993841], + [105.861959, 32.939112], + [105.82685, 32.950663], + [105.735691, 32.905454], + [105.656851, 32.895405], + [105.638373, 32.879323], + [105.590329, 32.87681], + [105.565692, 32.906962], + [105.528119, 32.919019], + [105.49917, 32.911986], + [105.495475, 32.873292], + [105.524424, 32.847654], + [105.534279, 32.790822], + [105.555221, 32.794343], + [105.563844, 32.724891], + [105.585402, 32.728919], + [105.596489, 32.69921], + [105.677793, 32.726402], + [105.719061, 32.759624], + [105.768952, 32.767676], + [105.779423, 32.750061], + [105.822538, 32.770192], + [105.825002, 32.824523], + [105.849024, 32.817985], + [105.893371, 32.838603], + [105.93156, 32.826032], + [105.969132, 32.849162], + [106.011632, 32.829552], + [106.044277, 32.864747], + [106.071378, 32.828546], + [106.093552, 32.82402], + [106.07261, 32.76365], + [106.076921, 32.76365], + [106.076305, 32.759121], + [106.071378, 32.758114], + [106.120037, 32.719856], + [106.17424, 32.6977], + [106.254928, 32.693671], + [106.267863, 32.673522], + [106.301123, 32.680071], + [106.347935, 32.671003], + [106.389203, 32.62666], + [106.421231, 32.616579], + [106.451412, 32.65992], + [106.498224, 32.649338], + [106.517934, 32.668485], + [106.585687, 32.68813], + [106.626955, 32.682086], + [106.670071, 32.694678], + [106.733513, 32.739491], + [106.783404, 32.735967], + [106.793259, 32.712807], + [106.82344, 32.705254], + [106.854853, 32.724388], + [106.903512, 32.721367], + [106.912751, 32.704247], + [107.012533, 32.721367], + [107.066736, 32.708779], + [107.05996, 32.686115], + [107.098765, 32.649338], + [107.108004, 32.600951], + [107.080286, 32.542448], + [107.127098, 32.482393], + [107.189924, 32.468256], + [107.212097, 32.428864], + [107.263836, 32.403099], + [107.287858, 32.457147], + [107.313727, 32.489965], + [107.356843, 32.506622], + [107.382097, 32.54043], + [107.436299, 32.529835], + [107.438763, 32.465732], + [107.460937, 32.453612], + [107.456625, 32.41775], + [107.489886, 32.425328], + [107.527458, 32.38238], + [107.598291, 32.411688], + [107.648183, 32.413709], + [107.680827, 32.397035], + [107.707929, 32.331826], + [107.753508, 32.338399], + [107.812022, 32.247844], + [107.864377, 32.201266], + [107.890247, 32.214432], + [107.924739, 32.197215], + [107.979558, 32.146051], + [108.024521, 32.177462], + [108.018362, 32.2119], + [108.086731, 32.233165], + [108.143398, 32.219495], + [108.156948, 32.239239], + [108.179738, 32.221521], + [108.240716, 32.274666], + [108.310933, 32.232152], + [108.389773, 32.263533], + [108.414411, 32.252399], + [108.469846, 32.270618], + [108.507418, 32.245819], + [108.509882, 32.201266], + [108.543758, 32.177969], + [108.585026, 32.17189], + [108.676801, 32.10297], + [108.734084, 32.106519], + [108.75133, 32.076098], + [108.78767, 32.04871], + [108.837561, 32.039072], + [108.902235, 31.984774], + [108.986619, 31.980205], + [109.085785, 31.929428], + [109.123357, 31.892851], + [109.191111, 31.85575], + [109.195422, 31.817618], + [109.27611, 31.79931], + [109.279806, 31.776418], + [109.253936, 31.759628], + [109.282885, 31.743343], + [109.281654, 31.716874], + [109.381436, 31.705165], + [109.446109, 31.722983], + [109.502776, 31.716365], + [109.549587, 31.73011], + [109.585928, 31.726546], + [109.592087, 31.789136], + [109.633971, 31.804396], + [109.633971, 31.824738], + [109.60379, 31.885737], + [109.584696, 31.900472], + [109.62042, 31.928412], + [109.631507, 31.962436], + [109.590855, 32.012688], + [109.590855, 32.047696], + [109.621652, 32.106519], + [109.58716, 32.161251], + [109.604406, 32.199241], + [109.592703, 32.219495], + [109.550203, 32.225065], + [109.528645, 32.270112], + [109.495385, 32.300468], + [109.513247, 32.342444], + [109.502776, 32.38895], + [109.529877, 32.405625], + [109.526797, 32.43341], + [109.575457, 32.506622], + [109.637051, 32.540935], + [109.619804, 32.56767], + [109.631507, 32.599943], + [109.726978, 32.608513], + [109.746072, 32.594901], + [109.816905, 32.577252], + [109.910528, 32.592884], + [109.97089, 32.577756], + [110.017701, 32.546989], + [110.084223, 32.580782], + [110.090382, 32.617083], + [110.124259, 32.616579], + [110.153824, 32.593388], + [110.206179, 32.633212], + [110.156903, 32.683093], + [110.159367, 32.767173], + [110.127338, 32.77774], + [110.142121, 32.802895], + [110.105164, 32.832569], + [110.051578, 32.851676], + [109.988752, 32.886359], + [109.927158, 32.887364], + [109.907448, 32.903947], + [109.856941, 32.910479], + [109.847702, 32.893395], + [109.789804, 32.882339], + [109.76455, 32.909474], + [109.785492, 32.987316], + [109.794731, 33.067095], + [109.704188, 33.101694], + [109.688174, 33.116733], + [109.576073, 33.110216], + [109.522486, 33.138785], + [109.468283, 33.140288], + [109.438718, 33.152314], + [109.498464, 33.207412], + [109.514479, 33.237951], + [109.60687, 33.235949], + [109.619804, 33.275484], + [109.649985, 33.251465], + [109.693101, 33.254468], + [109.732521, 33.231443], + [109.813209, 33.236449], + [109.852013, 33.247961], + [109.916687, 33.229942], + [109.973353, 33.203907], + [109.999223, 33.212419], + [110.031252, 33.191888], + [110.164911, 33.209415], + [110.218497, 33.163336], + [110.285635, 33.171352], + [110.33799, 33.160331], + [110.372482, 33.186379], + [110.398352, 33.176862], + [110.398352, 33.176862], + [110.471032, 33.171352], + [110.54125, 33.255469], + [110.57759, 33.250464], + [110.59422, 33.168346], + [110.623785, 33.143796], + [110.650887, 33.157324], + [110.702626, 33.097182], + [110.753133, 33.15031], + [110.824582, 33.158327], + [110.828893, 33.201403], + [110.865234, 33.213921], + [110.9219, 33.203907], + [110.960704, 33.253967], + [110.984726, 33.255469], + [111.025994, 33.330504], + [111.025994, 33.375495], + [110.996429, 33.435946], + [111.02661, 33.467903], + [111.021066, 33.471397], + [111.021682, 33.476389], + [111.02661, 33.478386], + [111.002588, 33.535772], + [111.00382, 33.578662], + [110.966864, 33.609071], + [110.878784, 33.634486], + [110.823966, 33.685793], + [110.831973, 33.713675], + [110.81719, 33.751003], + [110.782082, 33.796272], + [110.74143, 33.798759], + [110.712481, 33.833564], + [110.66259, 33.85295], + [110.612083, 33.852453], + [110.587445, 33.887733], + [110.628713, 33.910086], + [110.627481, 33.925482], + [110.665669, 33.937895], + [110.671213, 33.966192], + [110.620706, 34.035652], + [110.587445, 34.023252], + [110.591757, 34.101586], + [110.61393, 34.113478], + [110.642264, 34.161032], + [110.621938, 34.177372], + [110.55788, 34.193214], + [110.55172, 34.213012], + [110.507989, 34.217466], + [110.43962, 34.243196], + [110.428533, 34.288203], + [110.451938, 34.292653], + [110.503677, 34.33714], + [110.473496, 34.393457], + [110.403279, 34.433448], + [110.403279, 34.433448], + [110.360779, 34.516825], + [110.372482, 34.544435], + [110.404511, 34.557743], + [110.366939, 34.566614], + [110.379257, 34.600612] + ] + ], + [ + [ + [111.02661, 33.478386], + [111.021682, 33.476389], + [111.021066, 33.471397], + [111.02661, 33.467903], + [111.02661, 33.478386] + ] + ], + [ + [ + [106.076921, 32.76365], + [106.07261, 32.76365], + [106.071378, 32.758114], + [106.076305, 32.759121], + [106.076921, 32.76365] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 620000, + "name": "甘肃省", + "center": [103.823557, 36.058039], + "childrenNum": 14, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 27, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [106.506231, 35.737514], + [106.504383, 35.736057], + [106.498224, 35.732656], + [106.49268, 35.732656], + [106.434782, 35.688436], + [106.460036, 35.643705], + [106.47913, 35.575101], + [106.460036, 35.578995], + [106.440941, 35.52641], + [106.465579, 35.481101], + [106.490217, 35.480613], + [106.483441, 35.450393], + [106.503767, 35.415284], + [106.501304, 35.364056], + [106.472354, 35.310842], + [106.415688, 35.276161], + [106.368261, 35.273718], + [106.363333, 35.238532], + [106.319601, 35.265411], + [106.241377, 35.358687], + [106.237681, 35.409431], + [106.196414, 35.409919], + [106.173008, 35.437716], + [106.129892, 35.393333], + [106.113262, 35.361616], + [106.083081, 35.421624], + [106.073226, 35.420649], + [106.067682, 35.436254], + [106.073226, 35.447468], + [106.071378, 35.449418], + [106.06953, 35.458193], + [106.071994, 35.463555], + [106.054132, 35.45478], + [106.034422, 35.469404], + [106.002393, 35.438692], + [105.894603, 35.413821], + [105.897683, 35.451368], + [106.048588, 35.488898], + [106.047356, 35.498155], + [106.023335, 35.49377], + [106.017175, 35.519103], + [105.900147, 35.54735], + [105.868734, 35.540046], + [105.847176, 35.490359], + [105.816379, 35.575101], + [105.800365, 35.564878], + [105.762176, 35.602841], + [105.759097, 35.634464], + [105.713517, 35.650513], + [105.722756, 35.673366], + [105.690727, 35.698643], + [105.723988, 35.725854], + [105.740618, 35.698643], + [105.759097, 35.724883], + [105.70243, 35.733142], + [105.667322, 35.749657], + [105.595873, 35.715651], + [105.481924, 35.727312], + [105.457286, 35.771511], + [105.432033, 35.787533], + [105.428953, 35.819082], + [105.408627, 35.822479], + [105.38091, 35.792873], + [105.371055, 35.844312], + [105.39754, 35.857409], + [105.350113, 35.875839], + [105.324859, 35.941761], + [105.343954, 36.033767], + [105.406163, 36.074409], + [105.430801, 36.10391], + [105.491163, 36.101009], + [105.515185, 36.147415], + [105.478844, 36.213111], + [105.460366, 36.223733], + [105.45975, 36.268137], + [105.476381, 36.293224], + [105.455439, 36.321678], + [105.425873, 36.330357], + [105.401236, 36.369881], + [105.398156, 36.430575], + [105.363048, 36.443093], + [105.362432, 36.496514], + [105.322396, 36.535954], + [105.281744, 36.522489], + [105.252179, 36.553263], + [105.2762, 36.563358], + [105.261418, 36.602764], + [105.22015, 36.631105], + [105.225693, 36.664716], + [105.201056, 36.700711], + [105.218302, 36.730455], + [105.272505, 36.739567], + [105.275584, 36.752515], + [105.319932, 36.742924], + [105.340874, 36.764502], + [105.334714, 36.80093], + [105.303302, 36.820575], + [105.279896, 36.86751], + [105.244787, 36.894796], + [105.178882, 36.892403], + [105.185657, 36.942164], + [105.165331, 36.99476], + [105.128991, 36.996194], + [105.05939, 37.022956], + [105.03968, 37.007187], + [105.004571, 37.035378], + [104.95468, 37.040156], + [104.954064, 37.077407], + [104.914644, 37.097935], + [104.888158, 37.15901], + [104.864753, 37.17284], + [104.85613, 37.211933], + [104.776673, 37.246718], + [104.717543, 37.208597], + [104.638087, 37.201923], + [104.600515, 37.242907], + [104.624536, 37.298627], + [104.651022, 37.290534], + [104.673812, 37.317668], + [104.713848, 37.329566], + [104.662109, 37.367626], + [104.679971, 37.408044], + [104.521059, 37.43466], + [104.499501, 37.421353], + [104.448994, 37.42468], + [104.437907, 37.445589], + [104.365226, 37.418026], + [104.298705, 37.414223], + [104.287002, 37.428007], + [104.237727, 37.411847], + [104.183524, 37.406618], + [104.089285, 37.465067], + [103.935916, 37.572818], + [103.874938, 37.604117], + [103.841062, 37.64725], + [103.683381, 37.777919], + [103.627947, 37.797783], + [103.40744, 37.860651], + [103.362477, 38.037621], + [103.368636, 38.08898], + [103.53494, 38.156776], + [103.507838, 38.280905], + [103.465339, 38.353215], + [103.416063, 38.404821], + [103.85954, 38.64454], + [104.011677, 38.85923], + [104.044322, 38.895105], + [104.173053, 38.94446], + [104.196459, 38.9882], + [104.190915, 39.042139], + [104.207546, 39.083495], + [104.171205, 39.160567], + [104.047401, 39.297788], + [104.073271, 39.351953], + [104.089901, 39.419947], + [103.955626, 39.456923], + [103.85338, 39.461543], + [103.728961, 39.430117], + [103.595302, 39.386652], + [103.428998, 39.353341], + [103.344615, 39.331588], + [103.259615, 39.263971], + [103.188166, 39.215302], + [103.133347, 39.192579], + [103.007696, 39.099753], + [102.883892, 39.120649], + [102.616574, 39.171703], + [102.579002, 39.183301], + [102.45335, 39.255167], + [102.3548, 39.231993], + [102.276576, 39.188868], + [102.050526, 39.141075], + [102.012338, 39.127149], + [101.902701, 39.111827], + [101.833715, 39.08907], + [101.926106, 39.000758], + [101.955055, 38.985874], + [102.045599, 38.904885], + [102.075164, 38.891378], + [101.941505, 38.808883], + [101.873751, 38.733761], + [101.777049, 38.66043], + [101.672955, 38.6908], + [101.601506, 38.65529], + [101.562702, 38.713218], + [101.412413, 38.764099], + [101.331109, 38.777164], + [101.307087, 38.80282], + [101.34158, 38.822406], + [101.33542, 38.847113], + [101.24303, 38.860628], + [101.237486, 38.907214], + [101.198682, 38.943064], + [101.228863, 39.020754], + [101.117378, 38.975174], + [100.969553, 38.946788], + [100.961545, 39.005874], + [100.901799, 39.030053], + [100.875314, 39.002619], + [100.835278, 39.025869], + [100.829118, 39.075133], + [100.864227, 39.106719], + [100.842669, 39.199999], + [100.842053, 39.405614], + [100.707778, 39.404689], + [100.606764, 39.387577], + [100.498975, 39.400527], + [100.500823, 39.481408], + [100.44354, 39.485565], + [100.326512, 39.509118], + [100.301258, 39.572345], + [100.314193, 39.606935], + [100.250135, 39.685274], + [100.128179, 39.702312], + [100.040716, 39.757083], + [99.958796, 39.769504], + [99.904593, 39.785601], + [99.822058, 39.860063], + [99.672384, 39.888079], + [99.469124, 39.875221], + [99.440791, 39.885783], + [99.459885, 39.898181], + [99.491298, 39.884406], + [99.533182, 39.891753], + [99.714268, 39.972061], + [99.751225, 40.006909], + [99.841152, 40.013326], + [99.927383, 40.063727], + [99.955716, 40.150695], + [100.007455, 40.20008], + [100.169447, 40.277743], + [100.169447, 40.541131], + [100.242744, 40.618855], + [100.237201, 40.716905], + [100.224882, 40.727337], + [100.107853, 40.875475], + [100.057346, 40.908049], + [99.985897, 40.909858], + [99.673, 40.93292], + [99.565827, 40.846961], + [99.174705, 40.858278], + [99.172858, 40.747289], + [99.12543, 40.715091], + [99.102025, 40.676522], + [99.041662, 40.693767], + [98.984996, 40.782644], + [98.790975, 40.705564], + [98.80699, 40.660181], + [98.802678, 40.607043], + [98.762642, 40.639748], + [98.72199, 40.657911], + [98.689345, 40.691952], + [98.668403, 40.773128], + [98.569853, 40.746836], + [98.627751, 40.677884], + [98.344419, 40.568413], + [98.333332, 40.918903], + [98.25018, 40.93925], + [98.184891, 40.988056], + [98.142391, 41.001607], + [97.971776, 41.09774], + [97.903407, 41.168057], + [97.629314, 41.440498], + [97.613915, 41.477276], + [97.84674, 41.656379], + [97.653335, 41.986856], + [97.500582, 42.243894], + [97.371235, 42.457076], + [97.172903, 42.795257], + [96.968411, 42.756161], + [96.742361, 42.75704], + [96.386348, 42.727592], + [96.166458, 42.623314], + [96.103632, 42.604375], + [96.072219, 42.569566], + [96.02356, 42.542675], + [96.0174, 42.482239], + [95.978596, 42.436762], + [96.06606, 42.414674], + [96.042038, 42.352787], + [96.040806, 42.326688], + [96.178161, 42.21775], + [96.077147, 42.149457], + [96.13874, 42.05399], + [96.137509, 42.019765], + [96.117183, 41.985966], + [96.054973, 41.936124], + [95.998306, 41.906289], + [95.855408, 41.849699], + [95.801206, 41.848361], + [95.759322, 41.835878], + [95.65646, 41.826067], + [95.57146, 41.796181], + [95.445193, 41.719841], + [95.39407, 41.693481], + [95.335556, 41.644305], + [95.299831, 41.565994], + [95.247476, 41.61344], + [95.194505, 41.694821], + [95.199433, 41.719395], + [95.16494, 41.735474], + [95.135991, 41.772976], + [95.110738, 41.768513], + [95.011572, 41.726541], + [94.969072, 41.718948], + [94.861898, 41.668451], + [94.809543, 41.619256], + [94.750413, 41.538227], + [94.534219, 41.505966], + [94.184365, 41.268444], + [94.01067, 41.114875], + [93.908424, 40.983539], + [93.809874, 40.879548], + [93.820961, 40.793519], + [93.760599, 40.664721], + [93.506216, 40.648376], + [92.928465, 40.572504], + [92.920458, 40.391792], + [92.906907, 40.310609], + [92.796654, 40.153897], + [92.745531, 39.868331], + [92.687632, 39.657174], + [92.639589, 39.514196], + [92.52564, 39.368611], + [92.378431, 39.258411], + [92.339011, 39.236628], + [92.343938, 39.146181], + [92.366112, 39.096037], + [92.366728, 39.059335], + [92.41046, 39.03842], + [92.459119, 39.042604], + [92.459119, 39.063982], + [92.489916, 39.099753], + [92.545966, 39.111362], + [92.659299, 39.109969], + [92.765857, 39.136898], + [92.866871, 39.138754], + [92.889045, 39.160103], + [92.938936, 39.169848], + [92.978356, 39.143396], + [93.043029, 39.146645], + [93.115094, 39.17959], + [93.142196, 39.160567], + [93.131725, 39.108112], + [93.165601, 39.090928], + [93.198246, 39.045857], + [93.179152, 38.923977], + [93.237666, 38.916062], + [93.274007, 38.896036], + [93.453245, 38.915596], + [93.729186, 38.924443], + [93.834511, 38.867618], + [93.884403, 38.867618], + [93.884403, 38.826136], + [93.769838, 38.821007], + [93.756287, 38.807484], + [93.773533, 38.771099], + [93.800019, 38.750566], + [93.885018, 38.720689], + [93.95154, 38.715086], + [93.973098, 38.724891], + [94.281067, 38.7599], + [94.370379, 38.7627], + [94.511429, 38.445142], + [94.527443, 38.425922], + [94.527443, 38.365416], + [94.56132, 38.351807], + [94.582878, 38.36917], + [94.672805, 38.386998], + [94.812623, 38.385591], + [94.861282, 38.393565], + [94.884072, 38.414669], + [94.973999, 38.430142], + [95.045448, 38.418889], + [95.072549, 38.402476], + [95.122441, 38.417014], + [95.140919, 38.392158], + [95.185266, 38.379492], + [95.209904, 38.327868], + [95.229614, 38.330685], + [95.259179, 38.302981], + [95.315846, 38.318947], + [95.408236, 38.300163], + [95.440881, 38.310965], + [95.455664, 38.291709], + [95.487693, 38.314721], + [95.51849, 38.294997], + [95.585011, 38.343359], + [95.608417, 38.339134], + [95.671858, 38.388405], + [95.703887, 38.400131], + [95.723597, 38.378554], + [95.775952, 38.356031], + [95.83693, 38.344298], + [95.852945, 38.287481], + [95.89606, 38.2903], + [95.932401, 38.259291], + [95.93856, 38.237202], + [96.006929, 38.207582], + [96.06606, 38.173245], + [96.109175, 38.187358], + [96.221892, 38.149246], + [96.252689, 38.167599], + [96.264392, 38.145952], + [96.313051, 38.161952], + [96.301964, 38.183124], + [96.335841, 38.246132], + [96.378341, 38.277146], + [96.46334, 38.277616], + [96.665369, 38.23015], + [96.655514, 38.295936], + [96.638883, 38.307208], + [96.626564, 38.356031], + [96.698013, 38.422172], + [96.707868, 38.459203], + [96.6666, 38.483567], + [96.706637, 38.505582], + [96.780549, 38.504177], + [96.800259, 38.52759], + [96.767614, 38.552399], + [96.808882, 38.582346], + [96.7941, 38.608072], + [96.847071, 38.599186], + [96.876636, 38.580475], + [96.961019, 38.558015], + [97.055874, 38.594508], + [97.047251, 38.653888], + [97.057722, 38.67258], + [97.009063, 38.702477], + [97.023229, 38.755699], + [97.00044, 38.7613], + [96.987505, 38.793025], + [96.993664, 38.834993], + [96.983809, 38.869016], + [96.940693, 38.90768], + [96.938846, 38.95563], + [96.965331, 39.017034], + [96.95794, 39.041674], + [96.969643, 39.097895], + [97.012142, 39.142004], + [96.962251, 39.198144], + [97.017686, 39.208347], + [97.060186, 39.19768], + [97.14149, 39.199999], + [97.220946, 39.193042], + [97.315185, 39.164744], + [97.347213, 39.167528], + [97.371235, 39.140611], + [97.401416, 39.146645], + [97.458698, 39.117863], + [97.504894, 39.076527], + [97.58127, 39.052364], + [97.679205, 39.010524], + [97.701379, 38.963076], + [97.828878, 38.93003], + [97.875689, 38.898365], + [98.009348, 38.85923], + [98.029058, 38.834061], + [98.068478, 38.816344], + [98.091884, 38.786495], + [98.167645, 38.840121], + [98.242173, 38.880664], + [98.235398, 38.918855], + [98.276666, 38.963541], + [98.287753, 38.992386], + [98.280977, 39.027263], + [98.316702, 39.040744], + [98.383839, 39.029588], + [98.401086, 39.001688], + [98.432498, 38.996107], + [98.428187, 38.976104], + [98.457752, 38.952838], + [98.526737, 38.95563], + [98.584635, 38.93003], + [98.624056, 38.959353], + [98.612353, 38.977035], + [98.661628, 38.993782], + [98.70536, 39.043533], + [98.730613, 39.057011], + [98.743548, 39.086747], + [98.816845, 39.085818], + [98.818076, 39.064911], + [98.886446, 39.040744], + [98.903076, 39.012384], + [98.951735, 38.987735], + [99.054597, 38.97657], + [99.107568, 38.951907], + [99.071843, 38.921184], + [99.068764, 38.896968], + [99.141445, 38.852706], + [99.222133, 38.788827], + [99.291118, 38.765966], + [99.361951, 38.718354], + [99.375502, 38.684727], + [99.412458, 38.665571], + [99.450646, 38.60433], + [99.501769, 38.612281], + [99.52887, 38.546314], + [99.585537, 38.498556], + [99.63974, 38.474666], + [99.65945, 38.449361], + [99.727203, 38.415607], + [99.758, 38.410449], + [99.826985, 38.370109], + [99.960028, 38.320825], + [100.001912, 38.315191], + [100.049955, 38.283254], + [100.071513, 38.284663], + [100.117093, 38.253652], + [100.126332, 38.231561], + [100.182998, 38.222158], + [100.159592, 38.291239], + [100.163904, 38.328337], + [100.136803, 38.33444], + [100.093071, 38.407166], + [100.022238, 38.432017], + [100.001296, 38.467169], + [100.025933, 38.507923], + [100.064122, 38.518694], + [100.086911, 38.492936], + [100.113397, 38.497151], + [100.163288, 38.461546], + [100.24028, 38.441861], + [100.259374, 38.366355], + [100.301874, 38.388405], + [100.331439, 38.337257], + [100.318505, 38.329276], + [100.396729, 38.293118], + [100.424446, 38.307208], + [100.432453, 38.275267], + [100.459555, 38.2654], + [100.474953, 38.288891], + [100.516837, 38.272448], + [100.545786, 38.247072], + [100.595061, 38.242372], + [100.619083, 38.26587], + [100.71517, 38.253652], + [100.752126, 38.238612], + [100.825423, 38.158658], + [100.860531, 38.148305], + [100.913502, 38.17889], + [100.93814, 38.16007], + [100.91843, 38.129006], + [100.922125, 38.084741], + [100.888864, 38.056001], + [100.895024, 38.013107], + [100.91843, 37.999432], + [100.964009, 38.011221], + [101.077342, 37.941874], + [101.103211, 37.946593], + [101.114298, 37.92016], + [101.152486, 37.891356], + [101.159262, 37.86821], + [101.202994, 37.84742], + [101.276906, 37.83655], + [101.362522, 37.791162], + [101.382848, 37.822369], + [101.459224, 37.86632], + [101.551615, 37.835604], + [101.598427, 37.827569], + [101.670491, 37.754264], + [101.659405, 37.733441], + [101.791832, 37.696041], + [101.815853, 37.654357], + [101.854657, 37.664781], + [101.873135, 37.686569], + [101.946432, 37.728235], + [101.998787, 37.724921], + [102.036359, 37.685149], + [102.048678, 37.651515], + [102.035128, 37.627819], + [102.102265, 37.582304], + [102.131214, 37.54625], + [102.103497, 37.482641], + [102.125055, 37.48549], + [102.176794, 37.458892], + [102.19712, 37.420403], + [102.299981, 37.391404], + [102.29875, 37.370004], + [102.368351, 37.327662], + [102.428097, 37.308624], + [102.419474, 37.294343], + [102.45335, 37.271487], + [102.457662, 37.248147], + [102.490307, 37.223371], + [102.533422, 37.217176], + [102.578386, 37.17284], + [102.599944, 37.174748], + [102.642444, 37.099845], + [102.583314, 37.104618], + [102.488459, 37.078362], + [102.506321, 37.019134], + [102.450271, 36.968467], + [102.499546, 36.954599], + [102.526031, 36.928291], + [102.56114, 36.91968], + [102.587009, 36.869904], + [102.639364, 36.852666], + [102.720052, 36.767858], + [102.692335, 36.775528], + [102.639364, 36.732853], + [102.612879, 36.738129], + [102.601176, 36.710307], + [102.630741, 36.650793], + [102.684328, 36.619097], + [102.724364, 36.613813], + [102.714509, 36.599401], + [102.761936, 36.568645], + [102.734219, 36.562396], + [102.753313, 36.525855], + [102.793349, 36.497957], + [102.771791, 36.47438], + [102.829689, 36.365544], + [102.831537, 36.365544], + [102.838928, 36.345783], + [102.836465, 36.344819], + [102.845704, 36.331803], + [102.896827, 36.331803], + [102.922696, 36.298047], + [103.024942, 36.256556], + [103.021246, 36.232906], + [103.066826, 36.216974], + [103.048964, 36.199107], + [102.986754, 36.193312], + [102.965812, 36.151765], + [102.948566, 36.150798], + [102.941174, 36.104877], + [102.882044, 36.082632], + [102.932551, 36.048285], + [102.968276, 36.044414], + [102.951645, 36.021667], + [102.971971, 35.995525], + [102.942406, 35.92674], + [102.954725, 35.858864], + [102.94487, 35.829757], + [102.914073, 35.845282], + [102.81737, 35.850133], + [102.787189, 35.862745], + [102.739146, 35.821023], + [102.715125, 35.815685], + [102.686175, 35.771996], + [102.707733, 35.70496], + [102.744074, 35.657807], + [102.7644, 35.653431], + [102.763168, 35.612086], + [102.808747, 35.560496], + [102.746537, 35.545403], + [102.729291, 35.523487], + [102.782878, 35.527871], + [102.743458, 35.494745], + [102.695414, 35.528358], + [102.570995, 35.548324], + [102.531575, 35.580455], + [102.503241, 35.585322], + [102.49893, 35.545403], + [102.437952, 35.455268], + [102.447807, 35.437229], + [102.408387, 35.409431], + [102.314764, 35.434303], + [102.293822, 35.424063], + [102.287663, 35.36552], + [102.317844, 35.343067], + [102.311684, 35.31426], + [102.280887, 35.303028], + [102.3123, 35.282512], + [102.370199, 35.263946], + [102.365887, 35.235599], + [102.404075, 35.179366], + [102.346793, 35.164201], + [102.310452, 35.128967], + [102.29567, 35.071681], + [102.252554, 35.048657], + [102.218062, 35.057475], + [102.211286, 35.034937], + [102.176178, 35.032977], + [102.157699, 35.010923], + [102.133678, 35.014844], + [102.094874, 34.986901], + [102.048062, 34.910868], + [102.068388, 34.887798], + [101.985852, 34.90007], + [101.916867, 34.873561], + [101.923027, 34.835746], + [101.917483, 34.705964], + [101.919947, 34.621791], + [101.934729, 34.58731], + [101.956287, 34.582876], + [101.97415, 34.548871], + [102.001867, 34.538519], + [102.093026, 34.536547], + [102.139837, 34.50351], + [102.155852, 34.507456], + [102.169402, 34.457631], + [102.205743, 34.407777], + [102.259329, 34.355917], + [102.237156, 34.34307], + [102.237156, 34.34307], + [102.186649, 34.352952], + [102.149692, 34.271885], + [102.067772, 34.293642], + [102.062229, 34.227858], + [102.01357, 34.218456], + [102.030816, 34.190739], + [102.003099, 34.162022], + [101.965526, 34.167469], + [101.955055, 34.109514], + [101.897773, 34.133791], + [101.874367, 34.130323], + [101.851578, 34.153108], + [101.836795, 34.124378], + [101.788136, 34.131809], + [101.764114, 34.122892], + [101.736397, 34.080275], + [101.718535, 34.083249], + [101.703136, 34.119424], + [101.674187, 34.110506], + [101.6206, 34.178857], + [101.53868, 34.212022], + [101.492485, 34.195689], + [101.482014, 34.218951], + [101.417956, 34.227858], + [101.369913, 34.248143], + [101.327413, 34.24468], + [101.325565, 34.268423], + [101.268899, 34.278808], + [101.228863, 34.298586], + [101.235022, 34.325279], + [101.193754, 34.336646], + [101.178356, 34.320831], + [101.098284, 34.329233], + [101.054552, 34.322808], + [100.986799, 34.374689], + [100.951074, 34.38358], + [100.895024, 34.375183], + [100.868538, 34.332693], + [100.821727, 34.317371], + [100.798321, 34.260014], + [100.809408, 34.247153], + [100.764445, 34.178857], + [100.806329, 34.155584], + [100.848828, 34.089692], + [100.870386, 34.083744], + [100.880857, 34.036644], + [100.93506, 33.990013], + [100.927669, 33.975126], + [100.965857, 33.946832], + [100.994806, 33.891707], + [101.023139, 33.896178], + [101.054552, 33.863386], + [101.153718, 33.8445], + [101.153102, 33.823124], + [101.190675, 33.791796], + [101.186363, 33.741051], + [101.162957, 33.719649], + [101.177124, 33.685295], + [101.166653, 33.659894], + [101.217776, 33.669856], + [101.23687, 33.685793], + [101.302776, 33.657902], + [101.385312, 33.644949], + [101.424732, 33.655411], + [101.428427, 33.680315], + [101.501724, 33.702723], + [101.58426, 33.674339], + [101.585492, 33.645448], + [101.616905, 33.598603], + [101.611977, 33.565199], + [101.622448, 33.502343], + [101.718535, 33.494857], + [101.748716, 33.505337], + [101.769042, 33.538765], + [101.783208, 33.556721], + [101.831252, 33.554726], + [101.844186, 33.602591], + [101.884222, 33.578163], + [101.907012, 33.539264], + [101.906396, 33.48188], + [101.946432, 33.442937], + [101.915635, 33.425957], + [101.887302, 33.383991], + [101.877447, 33.314502], + [101.769658, 33.26898], + [101.770274, 33.248962], + [101.83002, 33.213921], + [101.841723, 33.184876], + [101.825708, 33.119239], + [101.865744, 33.103198], + [101.887302, 33.135778], + [101.921795, 33.153817], + [101.935345, 33.186879], + [101.99386, 33.1999], + [102.054838, 33.189884], + [102.08933, 33.204908], + [102.08933, 33.227439], + [102.117047, 33.288492], + [102.144765, 33.273983], + [102.160163, 33.242956], + [102.200815, 33.223434], + [102.217446, 33.247961], + [102.192192, 33.337005], + [102.218062, 33.349503], + [102.258098, 33.409472], + [102.296286, 33.413969], + [102.310452, 33.397982], + [102.368967, 33.41247], + [102.392988, 33.404477], + [102.447807, 33.454922], + [102.462589, 33.449429], + [102.461358, 33.501345], + [102.446575, 33.53228], + [102.477988, 33.543254], + [102.440416, 33.574673], + [102.346793, 33.605582], + [102.31538, 33.665374], + [102.342481, 33.725622], + [102.284583, 33.719151], + [102.324619, 33.754486], + [102.296286, 33.783838], + [102.243315, 33.786823], + [102.261177, 33.821136], + [102.25317, 33.861399], + [102.136142, 33.965199], + [102.16817, 33.983066], + [102.226069, 33.963214], + [102.248858, 33.98654], + [102.287047, 33.977607], + [102.315996, 33.993983], + [102.345561, 33.969666], + [102.392372, 33.971651], + [102.406539, 34.033172], + [102.437336, 34.087214], + [102.471213, 34.072839], + [102.511865, 34.086222], + [102.615958, 34.099604], + [102.649219, 34.080275], + [102.655994, 34.113478], + [102.598712, 34.14766], + [102.651067, 34.165983], + [102.664002, 34.192719], + [102.694799, 34.198659], + [102.728675, 34.235774], + [102.779798, 34.236764], + [102.798276, 34.272874], + [102.856791, 34.270895], + [102.85987, 34.301058], + [102.911609, 34.312923], + [102.949181, 34.292159], + [102.977515, 34.252595], + [102.973203, 34.205588], + [103.005848, 34.184798], + [103.052043, 34.195194], + [103.100087, 34.181828], + [103.124108, 34.162022], + [103.121644, 34.112487], + [103.178927, 34.079779], + [103.129652, 34.065899], + [103.119797, 34.03466], + [103.147514, 34.036644], + [103.157369, 33.998944], + [103.120413, 33.953286], + [103.1315, 33.931937], + [103.16476, 33.929454], + [103.181391, 33.900649], + [103.153673, 33.819147], + [103.165376, 33.805721], + [103.228202, 33.79478], + [103.24976, 33.814175], + [103.284868, 33.80224], + [103.278709, 33.774387], + [103.35447, 33.743539], + [103.434542, 33.752993], + [103.464723, 33.80224], + [103.518309, 33.807213], + [103.545411, 33.719649], + [103.520157, 33.678323], + [103.552186, 33.671351], + [103.563889, 33.699735], + [103.593454, 33.716164], + [103.645809, 33.708697], + [103.667983, 33.685793], + [103.690772, 33.69376], + [103.778236, 33.658898], + [103.861388, 33.682307], + [103.980264, 33.670852], + [104.046169, 33.686291], + [104.103452, 33.663381], + [104.176749, 33.5996], + [104.155191, 33.542755], + [104.180444, 33.472895], + [104.213089, 33.446932], + [104.22048, 33.404477], + [104.272219, 33.391486], + [104.292545, 33.336505], + [104.373849, 33.345004], + [104.420045, 33.327004], + [104.386168, 33.298497], + [104.333813, 33.315502], + [104.303632, 33.304499], + [104.323958, 33.26898], + [104.32827, 33.223934], + [104.351059, 33.158828], + [104.378161, 33.109214], + [104.337509, 33.038002], + [104.391711, 33.035493], + [104.426204, 33.010906], + [104.383704, 32.994343], + [104.378161, 32.953174], + [104.345516, 32.940117], + [104.288234, 32.942628], + [104.277147, 32.90244], + [104.294393, 32.835586], + [104.363994, 32.822511], + [104.458849, 32.748551], + [104.51182, 32.753585], + [104.526602, 32.728416], + [104.582653, 32.722374], + [104.592508, 32.695685], + [104.643015, 32.661935], + [104.696601, 32.673522], + [104.739717, 32.635228], + [104.795768, 32.643292], + [104.820405, 32.662943], + [104.845659, 32.653873], + [104.881999, 32.600951], + [104.925115, 32.607505], + [105.026745, 32.650346], + [105.0791, 32.637244], + [105.111128, 32.593893], + [105.185041, 32.617587], + [105.215222, 32.63674], + [105.219534, 32.666469], + [105.263265, 32.652362], + [105.297758, 32.656897], + [105.347033, 32.68259], + [105.368591, 32.712807], + [105.448663, 32.732946], + [105.454207, 32.767173], + [105.427721, 32.784281], + [105.396308, 32.85067], + [105.396308, 32.85067], + [105.38091, 32.876307], + [105.408011, 32.885857], + [105.414171, 32.922034], + [105.467757, 32.930071], + [105.49917, 32.911986], + [105.528119, 32.919019], + [105.565692, 32.906962], + [105.590329, 32.87681], + [105.638373, 32.879323], + [105.656851, 32.895405], + [105.735691, 32.905454], + [105.82685, 32.950663], + [105.861959, 32.939112], + [105.917393, 32.993841], + [105.926632, 33.042517], + [105.914929, 33.066092], + [105.934639, 33.112221], + [105.923552, 33.147805], + [105.897067, 33.146803], + [105.93156, 33.178365], + [105.968516, 33.154318], + [105.965436, 33.204407], + [105.917393, 33.237951], + [105.862574, 33.234447], + [105.799133, 33.258471], + [105.791741, 33.278486], + [105.752937, 33.291994], + [105.755401, 33.329004], + [105.709822, 33.382991], + [105.827466, 33.379993], + [105.837937, 33.410971], + [105.831162, 33.451926], + [105.842248, 33.489866], + [105.871198, 33.511325], + [105.902611, 33.556222], + [105.940183, 33.570684], + [105.971596, 33.613058], + [106.047356, 33.610067], + [106.086776, 33.617045], + [106.117573, 33.602591], + [106.108334, 33.569686], + [106.187174, 33.546746], + [106.237681, 33.564201], + [106.303587, 33.604585], + [106.35163, 33.587137], + [106.384891, 33.612061], + [106.447101, 33.613058], + [106.456956, 33.532779], + [106.540108, 33.512822], + [106.58076, 33.576169], + [106.575832, 33.631497], + [106.534564, 33.695254], + [106.482825, 33.707203], + [106.488369, 33.757969], + [106.461883, 33.789807], + [106.491448, 33.834559], + [106.475434, 33.875809], + [106.428007, 33.866368], + [106.41076, 33.909093], + [106.474202, 33.970659], + [106.471738, 34.024244], + [106.505615, 34.056479], + [106.501919, 34.105055], + [106.560434, 34.109514], + [106.585071, 34.149641], + [106.55797, 34.229837], + [106.5321, 34.254079], + [106.496376, 34.238248], + [106.526557, 34.292159], + [106.577064, 34.280786], + [106.589383, 34.253584], + [106.63373, 34.260014], + [106.652825, 34.24369], + [106.68239, 34.256057], + [106.705179, 34.299575], + [106.691013, 34.337635], + [106.717498, 34.369255], + [106.638042, 34.391481], + [106.610941, 34.454177], + [106.558586, 34.48822], + [106.513622, 34.498085], + [106.514238, 34.511894], + [106.455108, 34.531617], + [106.334384, 34.517811], + [106.341159, 34.568093], + [106.314058, 34.578934], + [106.419384, 34.643458], + [106.471122, 34.634102], + [106.442173, 34.675455], + [106.456956, 34.703996], + [106.487137, 34.715311], + [106.505615, 34.746789], + [106.539492, 34.745805], + [106.575216, 34.769897], + [106.550579, 34.82936], + [106.556122, 34.861285], + [106.527789, 34.876507], + [106.493296, 34.941289], + [106.484673, 34.983959], + [106.494528, 35.006021], + [106.494528, 35.006021], + [106.52163, 35.027587], + [106.541956, 35.083925], + [106.577064, 35.089312], + [106.615252, 35.071191], + [106.706411, 35.081966], + [106.710723, 35.100574], + [106.838222, 35.080007], + [106.901664, 35.094698], + [106.950323, 35.066782], + [106.990975, 35.068252], + [107.012533, 35.029547], + [107.08275, 35.024156], + [107.089526, 34.976604], + [107.119707, 34.950119], + [107.162206, 34.944233], + [107.189308, 34.893198], + [107.252749, 34.880925], + [107.286626, 34.931968], + [107.350068, 34.93393], + [107.369162, 34.917738], + [107.400575, 34.932949], + [107.455394, 34.916757], + [107.523763, 34.909886], + [107.564415, 34.968757], + [107.619849, 34.964834], + [107.638943, 34.935402], + [107.675284, 34.9511], + [107.741805, 34.953553], + [107.842203, 34.979056], + [107.863145, 34.999158], + [107.846515, 35.024646], + [107.814486, 35.024646], + [107.773218, 35.060904], + [107.773218, 35.060904], + [107.769523, 35.064333], + [107.769523, 35.064333], + [107.727639, 35.120157], + [107.715936, 35.168114], + [107.686371, 35.218], + [107.652494, 35.244886], + [107.667277, 35.257104], + [107.737494, 35.267366], + [107.745501, 35.311819], + [107.841587, 35.276649], + [107.867457, 35.256127], + [107.960464, 35.263457], + [107.949993, 35.245375], + [108.049159, 35.253683], + [108.094739, 35.280069], + [108.174811, 35.304981], + [108.221622, 35.296678], + [108.239484, 35.256127], + [108.296767, 35.267855], + [108.345426, 35.300586], + [108.36144, 35.279581], + [108.48894, 35.275184], + [108.547454, 35.304981], + [108.583178, 35.294724], + [108.614591, 35.328909], + [108.61028, 35.355271], + [108.631222, 35.418698], + [108.605968, 35.503028], + [108.625678, 35.537124], + [108.618287, 35.557088], + [108.539447, 35.605761], + [108.517889, 35.699615], + [108.533903, 35.746257], + [108.527744, 35.82442], + [108.499411, 35.872444], + [108.518505, 35.905414], + [108.562852, 35.921409], + [108.593649, 35.950967], + [108.652164, 35.94806], + [108.659555, 35.990683], + [108.688504, 36.021183], + [108.682345, 36.062316], + [108.712526, 36.138716], + [108.646004, 36.254143], + [108.641693, 36.359279], + [108.651548, 36.384818], + [108.618903, 36.433946], + [108.562852, 36.43876], + [108.510498, 36.47438], + [108.514809, 36.445501], + [108.495099, 36.422389], + [108.460606, 36.422871], + [108.408252, 36.45946], + [108.391621, 36.505654], + [108.365136, 36.519603], + [108.340498, 36.559032], + [108.262274, 36.549417], + [108.245644, 36.571048], + [108.210535, 36.577296], + [108.204992, 36.606607], + [108.204992, 36.606607], + [108.222854, 36.631105], + [108.1976, 36.630144], + [108.163724, 36.563839], + [108.092891, 36.587388], + [108.079956, 36.614294], + [108.060862, 36.592194], + [108.001732, 36.639269], + [108.02329, 36.647912], + [108.006659, 36.683435], + [107.938906, 36.655594], + [107.940754, 36.694953], + [107.914268, 36.720861], + [107.907493, 36.750118], + [107.866841, 36.766899], + [107.768291, 36.792783], + [107.742421, 36.811951], + [107.722095, 36.802367], + [107.670356, 36.83303], + [107.642023, 36.819137], + [107.5909, 36.836382], + [107.540393, 36.828718], + [107.533618, 36.867031], + [107.478183, 36.908196], + [107.365466, 36.905324], + [107.336517, 36.925899], + [107.310032, 36.912502], + [107.291554, 36.979463], + [107.291554, 36.979463], + [107.288474, 37.008143], + [107.288474, 37.008143], + [107.28601, 37.054963], + [107.268764, 37.099367], + [107.234887, 37.096503], + [107.181916, 37.143269], + [107.133873, 37.134681], + [107.095685, 37.115595], + [107.030395, 37.140883], + [107.031011, 37.108436], + [106.998367, 37.106527], + [106.905976, 37.151378], + [106.912135, 37.110345], + [106.891193, 37.098413], + [106.818512, 37.141838], + [106.776012, 37.158056], + [106.772933, 37.120367], + [106.750143, 37.09889], + [106.728585, 37.121321], + [106.687933, 37.12991], + [106.673151, 37.1113], + [106.6171, 37.135158], + [106.605397, 37.127524], + [106.645433, 37.064992], + [106.666991, 37.016745], + [106.646665, 37.000496], + [106.64297, 36.962729], + [106.594926, 36.967988], + [106.595542, 36.94025], + [106.540108, 36.984244], + [106.549347, 36.941685], + [106.601702, 36.918244], + [106.609709, 36.878521], + [106.609709, 36.878521], + [106.626955, 36.892403], + [106.637426, 36.867031], + [106.637426, 36.867031], + [106.657752, 36.820575], + [106.627571, 36.752995], + [106.644817, 36.72278], + [106.59431, 36.750118], + [106.514238, 36.715584], + [106.519782, 36.708868], + [106.519782, 36.708868], + [106.530869, 36.690154], + [106.490833, 36.685835], + [106.491448, 36.628703], + [106.444637, 36.624861], + [106.465579, 36.583063], + [106.444637, 36.557109], + [106.397826, 36.576816], + [106.392282, 36.556628], + [106.363949, 36.577296], + [106.37134, 36.549417], + [106.39721, 36.548455], + [106.455724, 36.496995], + [106.494528, 36.494589], + [106.523477, 36.468605], + [106.492064, 36.422389], + [106.510543, 36.379037], + [106.497608, 36.31348], + [106.470507, 36.306246], + [106.504383, 36.266207], + [106.54134, 36.25366], + [106.559202, 36.292259], + [106.647897, 36.259451], + [106.685469, 36.273445], + [106.698404, 36.244008], + [106.735976, 36.23725], + [106.772933, 36.212628], + [106.808657, 36.21118], + [106.833295, 36.229044], + [106.858548, 36.206834], + [106.858548, 36.206834], + [106.873947, 36.178338], + [106.873947, 36.178338], + [106.930613, 36.138716], + [106.925686, 36.115997], + [106.957715, 36.091337], + [106.940468, 36.064734], + [106.928149, 36.011502], + [106.94786, 35.988262], + [106.90228, 35.943699], + [106.93862, 35.952905], + [106.940468, 35.931101], + [106.912751, 35.93207], + [106.849925, 35.887476], + [106.927534, 35.810346], + [106.897353, 35.759856], + [106.868403, 35.771996], + [106.867171, 35.738485], + [106.819128, 35.7448], + [106.806193, 35.70982], + [106.750759, 35.725369], + [106.750759, 35.689408], + [106.674998, 35.728284], + [106.66268, 35.70739], + [106.633115, 35.714679], + [106.620796, 35.743829], + [106.595542, 35.727312], + [106.566593, 35.738971], + [106.506231, 35.737514] + ] + ], + [ + [ + [106.047356, 35.498155], + [106.048588, 35.488898], + [106.054132, 35.45478], + [106.071994, 35.463555], + [106.078769, 35.509848], + [106.047356, 35.498155] + ] + ], + [ + [ + [102.831537, 36.365544], + [102.829689, 36.365544], + [102.836465, 36.344819], + [102.838928, 36.345783], + [102.831537, 36.365544] + ] + ], + [ + [ + [106.073226, 35.447468], + [106.067682, 35.436254], + [106.073226, 35.420649], + [106.083081, 35.421624], + [106.073226, 35.447468] + ] + ], + [ + [ + [106.504383, 35.736057], + [106.506231, 35.737514], + [106.49268, 35.732656], + [106.498224, 35.732656], + [106.504383, 35.736057] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 630000, + "name": "青海省", + "center": [101.778916, 36.623178], + "centroid": [96.043533, 35.726403], + "childrenNum": 8, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 28, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [102.829689, 36.365544], + [102.771791, 36.47438], + [102.793349, 36.497957], + [102.753313, 36.525855], + [102.734219, 36.562396], + [102.761936, 36.568645], + [102.714509, 36.599401], + [102.724364, 36.613813], + [102.684328, 36.619097], + [102.630741, 36.650793], + [102.601176, 36.710307], + [102.612879, 36.738129], + [102.639364, 36.732853], + [102.692335, 36.775528], + [102.720052, 36.767858], + [102.639364, 36.852666], + [102.587009, 36.869904], + [102.56114, 36.91968], + [102.526031, 36.928291], + [102.499546, 36.954599], + [102.450271, 36.968467], + [102.506321, 37.019134], + [102.488459, 37.078362], + [102.583314, 37.104618], + [102.642444, 37.099845], + [102.599944, 37.174748], + [102.578386, 37.17284], + [102.533422, 37.217176], + [102.490307, 37.223371], + [102.457662, 37.248147], + [102.45335, 37.271487], + [102.419474, 37.294343], + [102.428097, 37.308624], + [102.368351, 37.327662], + [102.29875, 37.370004], + [102.299981, 37.391404], + [102.19712, 37.420403], + [102.176794, 37.458892], + [102.125055, 37.48549], + [102.103497, 37.482641], + [102.131214, 37.54625], + [102.102265, 37.582304], + [102.035128, 37.627819], + [102.048678, 37.651515], + [102.036359, 37.685149], + [101.998787, 37.724921], + [101.946432, 37.728235], + [101.873135, 37.686569], + [101.854657, 37.664781], + [101.815853, 37.654357], + [101.791832, 37.696041], + [101.659405, 37.733441], + [101.670491, 37.754264], + [101.598427, 37.827569], + [101.551615, 37.835604], + [101.459224, 37.86632], + [101.382848, 37.822369], + [101.362522, 37.791162], + [101.276906, 37.83655], + [101.202994, 37.84742], + [101.159262, 37.86821], + [101.152486, 37.891356], + [101.114298, 37.92016], + [101.103211, 37.946593], + [101.077342, 37.941874], + [100.964009, 38.011221], + [100.91843, 37.999432], + [100.895024, 38.013107], + [100.888864, 38.056001], + [100.922125, 38.084741], + [100.91843, 38.129006], + [100.93814, 38.16007], + [100.913502, 38.17889], + [100.860531, 38.148305], + [100.825423, 38.158658], + [100.752126, 38.238612], + [100.71517, 38.253652], + [100.619083, 38.26587], + [100.595061, 38.242372], + [100.545786, 38.247072], + [100.516837, 38.272448], + [100.474953, 38.288891], + [100.459555, 38.2654], + [100.432453, 38.275267], + [100.424446, 38.307208], + [100.396729, 38.293118], + [100.318505, 38.329276], + [100.331439, 38.337257], + [100.301874, 38.388405], + [100.259374, 38.366355], + [100.24028, 38.441861], + [100.163288, 38.461546], + [100.113397, 38.497151], + [100.086911, 38.492936], + [100.064122, 38.518694], + [100.025933, 38.507923], + [100.001296, 38.467169], + [100.022238, 38.432017], + [100.093071, 38.407166], + [100.136803, 38.33444], + [100.163904, 38.328337], + [100.159592, 38.291239], + [100.182998, 38.222158], + [100.126332, 38.231561], + [100.117093, 38.253652], + [100.071513, 38.284663], + [100.049955, 38.283254], + [100.001912, 38.315191], + [99.960028, 38.320825], + [99.826985, 38.370109], + [99.758, 38.410449], + [99.727203, 38.415607], + [99.65945, 38.449361], + [99.63974, 38.474666], + [99.585537, 38.498556], + [99.52887, 38.546314], + [99.501769, 38.612281], + [99.450646, 38.60433], + [99.412458, 38.665571], + [99.375502, 38.684727], + [99.361951, 38.718354], + [99.291118, 38.765966], + [99.222133, 38.788827], + [99.141445, 38.852706], + [99.068764, 38.896968], + [99.071843, 38.921184], + [99.107568, 38.951907], + [99.054597, 38.97657], + [98.951735, 38.987735], + [98.903076, 39.012384], + [98.886446, 39.040744], + [98.818076, 39.064911], + [98.816845, 39.085818], + [98.743548, 39.086747], + [98.730613, 39.057011], + [98.70536, 39.043533], + [98.661628, 38.993782], + [98.612353, 38.977035], + [98.624056, 38.959353], + [98.584635, 38.93003], + [98.526737, 38.95563], + [98.457752, 38.952838], + [98.428187, 38.976104], + [98.432498, 38.996107], + [98.401086, 39.001688], + [98.383839, 39.029588], + [98.316702, 39.040744], + [98.280977, 39.027263], + [98.287753, 38.992386], + [98.276666, 38.963541], + [98.235398, 38.918855], + [98.242173, 38.880664], + [98.167645, 38.840121], + [98.091884, 38.786495], + [98.068478, 38.816344], + [98.029058, 38.834061], + [98.009348, 38.85923], + [97.875689, 38.898365], + [97.828878, 38.93003], + [97.701379, 38.963076], + [97.679205, 39.010524], + [97.58127, 39.052364], + [97.504894, 39.076527], + [97.458698, 39.117863], + [97.401416, 39.146645], + [97.371235, 39.140611], + [97.347213, 39.167528], + [97.315185, 39.164744], + [97.220946, 39.193042], + [97.14149, 39.199999], + [97.060186, 39.19768], + [97.017686, 39.208347], + [96.962251, 39.198144], + [97.012142, 39.142004], + [96.969643, 39.097895], + [96.95794, 39.041674], + [96.965331, 39.017034], + [96.938846, 38.95563], + [96.940693, 38.90768], + [96.983809, 38.869016], + [96.993664, 38.834993], + [96.987505, 38.793025], + [97.00044, 38.7613], + [97.023229, 38.755699], + [97.009063, 38.702477], + [97.057722, 38.67258], + [97.047251, 38.653888], + [97.055874, 38.594508], + [96.961019, 38.558015], + [96.876636, 38.580475], + [96.847071, 38.599186], + [96.7941, 38.608072], + [96.808882, 38.582346], + [96.767614, 38.552399], + [96.800259, 38.52759], + [96.780549, 38.504177], + [96.706637, 38.505582], + [96.6666, 38.483567], + [96.707868, 38.459203], + [96.698013, 38.422172], + [96.626564, 38.356031], + [96.638883, 38.307208], + [96.655514, 38.295936], + [96.665369, 38.23015], + [96.46334, 38.277616], + [96.378341, 38.277146], + [96.335841, 38.246132], + [96.301964, 38.183124], + [96.313051, 38.161952], + [96.264392, 38.145952], + [96.252689, 38.167599], + [96.221892, 38.149246], + [96.109175, 38.187358], + [96.06606, 38.173245], + [96.006929, 38.207582], + [95.93856, 38.237202], + [95.932401, 38.259291], + [95.89606, 38.2903], + [95.852945, 38.287481], + [95.83693, 38.344298], + [95.775952, 38.356031], + [95.723597, 38.378554], + [95.703887, 38.400131], + [95.671858, 38.388405], + [95.608417, 38.339134], + [95.585011, 38.343359], + [95.51849, 38.294997], + [95.487693, 38.314721], + [95.455664, 38.291709], + [95.440881, 38.310965], + [95.408236, 38.300163], + [95.315846, 38.318947], + [95.259179, 38.302981], + [95.229614, 38.330685], + [95.209904, 38.327868], + [95.185266, 38.379492], + [95.140919, 38.392158], + [95.122441, 38.417014], + [95.072549, 38.402476], + [95.045448, 38.418889], + [94.973999, 38.430142], + [94.884072, 38.414669], + [94.861282, 38.393565], + [94.812623, 38.385591], + [94.672805, 38.386998], + [94.582878, 38.36917], + [94.56132, 38.351807], + [94.527443, 38.365416], + [94.527443, 38.425922], + [94.511429, 38.445142], + [94.370379, 38.7627], + [94.281067, 38.7599], + [93.973098, 38.724891], + [93.95154, 38.715086], + [93.885018, 38.720689], + [93.800019, 38.750566], + [93.773533, 38.771099], + [93.756287, 38.807484], + [93.769838, 38.821007], + [93.884403, 38.826136], + [93.884403, 38.867618], + [93.834511, 38.867618], + [93.729186, 38.924443], + [93.453245, 38.915596], + [93.274007, 38.896036], + [93.237666, 38.916062], + [93.179152, 38.923977], + [93.198246, 39.045857], + [93.165601, 39.090928], + [93.131725, 39.108112], + [93.142196, 39.160567], + [93.115094, 39.17959], + [93.043029, 39.146645], + [92.978356, 39.143396], + [92.938936, 39.169848], + [92.889045, 39.160103], + [92.866871, 39.138754], + [92.765857, 39.136898], + [92.659299, 39.109969], + [92.545966, 39.111362], + [92.489916, 39.099753], + [92.459119, 39.063982], + [92.459119, 39.042604], + [92.41046, 39.03842], + [92.416003, 39.010524], + [92.380279, 38.999828], + [92.263866, 39.002153], + [92.197961, 38.983548], + [92.173323, 38.960749], + [92.10865, 38.963541], + [91.966368, 38.930961], + [91.880752, 38.899297], + [91.87952, 38.884391], + [91.806223, 38.872744], + [91.694738, 38.86622], + [91.681188, 38.852706], + [91.501333, 38.815411], + [91.446515, 38.813546], + [91.298689, 38.746365], + [91.242639, 38.752433], + [91.188436, 38.73096], + [90.992567, 38.695003], + [90.970394, 38.697806], + [90.899561, 38.679588], + [90.724634, 38.658094], + [90.65996, 38.674449], + [90.619308, 38.664636], + [90.645794, 38.635191], + [90.606374, 38.610878], + [90.608837, 38.594508], + [90.560794, 38.593573], + [90.525685, 38.561291], + [90.463476, 38.556611], + [90.465323, 38.521971], + [90.427135, 38.493873], + [90.353222, 38.482162], + [90.315034, 38.501835], + [90.248513, 38.491531], + [90.130868, 38.494341], + [90.111774, 38.477945], + [90.111774, 38.418889], + [90.129636, 38.400131], + [90.179528, 38.396848], + [90.137644, 38.340543], + [90.280542, 38.238142], + [90.352607, 38.233441], + [90.361846, 38.300163], + [90.401882, 38.311434], + [90.531229, 38.319886], + [90.516446, 38.207111], + [90.519526, 37.730601], + [90.579272, 37.720661], + [90.586663, 37.703144], + [90.643946, 37.696988], + [90.777605, 37.648672], + [90.820104, 37.613599], + [90.854597, 37.604117], + [90.882314, 37.575664], + [90.865684, 37.53059], + [90.911879, 37.519674], + [90.958075, 37.477891], + [91.019669, 37.493088], + [91.073256, 37.475992], + [91.099741, 37.447965], + [91.113292, 37.387124], + [91.136081, 37.355734], + [91.134849, 37.324331], + [91.194596, 37.273868], + [91.1909, 37.205737], + [91.280211, 37.163779], + [91.286371, 37.105095], + [91.303617, 37.083136], + [91.291298, 37.042544], + [91.303617, 37.012444], + [91.216153, 37.010054], + [91.181045, 37.025345], + [91.133618, 37.007665], + [91.126842, 36.978507], + [91.051698, 36.96751], + [91.036915, 36.929727], + [90.983944, 36.913459], + [90.924198, 36.921115], + [90.853981, 36.915373], + [90.758511, 36.825844], + [90.732025, 36.825844], + [90.727098, 36.755872], + [90.754815, 36.721341], + [90.720938, 36.708868], + [90.706156, 36.658955], + [90.730793, 36.655594], + [90.72217, 36.620058], + [90.741264, 36.585947], + [90.810865, 36.585466], + [90.831191, 36.55807], + [90.905104, 36.560474], + [91.011662, 36.539801], + [91.035683, 36.529703], + [91.039995, 36.474861], + [91.028292, 36.443093], + [91.051698, 36.433946], + [91.026444, 36.323607], + [91.07264, 36.299012], + [91.051698, 36.238215], + [91.096045, 36.219871], + [91.09235, 36.163844], + [91.124994, 36.115514], + [91.081263, 36.088436], + [90.979017, 36.106811], + [90.922966, 36.028927], + [90.850285, 36.016827], + [90.815793, 36.035703], + [90.776373, 36.086501], + [90.659344, 36.13485], + [90.613149, 36.126632], + [90.534925, 36.147899], + [90.478258, 36.13195], + [90.424055, 36.133883], + [90.325505, 36.159496], + [90.23681, 36.160462], + [90.198006, 36.187516], + [90.130252, 36.2078], + [90.145651, 36.239181], + [90.058188, 36.255591], + [90.043405, 36.276822], + [90.003369, 36.278752], + [90.028006, 36.258486], + [90.019999, 36.213594], + [89.997825, 36.168193], + [89.944855, 36.140649], + [89.941159, 36.067637], + [89.914058, 36.079246], + [89.819819, 36.080697], + [89.766848, 36.073925], + [89.711414, 36.093272], + [89.688624, 36.091337], + [89.605472, 36.038123], + [89.474893, 36.022151], + [89.417611, 36.044897], + [89.404676, 36.016827], + [89.434857, 35.992136], + [89.428082, 35.917531], + [89.489676, 35.903475], + [89.554965, 35.873414], + [89.550654, 35.856924], + [89.62395, 35.859349], + [89.654747, 35.848193], + [89.707718, 35.849163], + [89.778551, 35.861775], + [89.801957, 35.848193], + [89.767464, 35.799183], + [89.782863, 35.773453], + [89.747138, 35.7516], + [89.748986, 35.66267], + [89.726196, 35.648082], + [89.765616, 35.599922], + [89.75145, 35.580942], + [89.71203, 35.581915], + [89.699711, 35.544916], + [89.720037, 35.501566], + [89.740979, 35.507412], + [89.765, 35.482563], + [89.739131, 35.468429], + [89.685544, 35.416259], + [89.658443, 35.425526], + [89.619639, 35.412357], + [89.58761, 35.383575], + [89.497067, 35.361128], + [89.516161, 35.330862], + [89.494603, 35.298632], + [89.531559, 35.276161], + [89.48598, 35.256616], + [89.450255, 35.223867], + [89.46935, 35.214577], + [89.519241, 35.133862], + [89.579603, 35.118688], + [89.593153, 35.104491], + [89.59069, 35.057965], + [89.560509, 34.938836], + [89.578987, 34.895162], + [89.670146, 34.887798], + [89.707102, 34.919701], + [89.747138, 34.903506], + [89.78779, 34.921664], + [89.821051, 34.902033], + [89.814891, 34.86816], + [89.838913, 34.865705], + [89.867862, 34.81069], + [89.825978, 34.796931], + [89.799493, 34.743838], + [89.732356, 34.732035], + [89.72558, 34.660689], + [89.74837, 34.641981], + [89.798877, 34.628686], + [89.777935, 34.574499], + [89.814891, 34.548871], + [89.823515, 34.455657], + [89.819819, 34.420614], + [89.799493, 34.39642], + [89.820435, 34.369255], + [89.858623, 34.359375], + [89.86663, 34.324785], + [89.825362, 34.293642], + [89.838297, 34.263477], + [89.816739, 34.16945], + [89.789638, 34.150632], + [89.760073, 34.152613], + [89.756993, 34.124874], + [89.71203, 34.131809], + [89.655979, 34.097126], + [89.656595, 34.057966], + [89.635037, 34.049537], + [89.684928, 33.990013], + [89.688008, 33.959739], + [89.718805, 33.946832], + [89.73174, 33.921509], + [89.795181, 33.865374], + [89.837065, 33.868853], + [89.899891, 33.80771], + [89.942391, 33.801246], + [89.902355, 33.758467], + [89.907282, 33.741051], + [89.983659, 33.725622], + [89.981195, 33.70322], + [90.008296, 33.687785], + [89.984275, 33.612061], + [90.01076, 33.553728], + [90.083441, 33.525295], + [90.088984, 33.478885], + [90.107463, 33.460913], + [90.22018, 33.437943], + [90.246665, 33.423959], + [90.332896, 33.310501], + [90.363077, 33.279487], + [90.405577, 33.260473], + [90.490577, 33.264977], + [90.562642, 33.229441], + [90.627315, 33.180368], + [90.704308, 33.135778], + [90.740032, 33.142293], + [90.803474, 33.114227], + [90.88293, 33.120241], + [90.902024, 33.083143], + [90.927894, 33.120241], + [91.001807, 33.11573], + [91.037531, 33.098686], + [91.072024, 33.113224], + [91.147784, 33.07211], + [91.161335, 33.108712], + [91.18782, 33.106206], + [91.226624, 33.141792], + [91.261733, 33.141291], + [91.311624, 33.108211], + [91.370138, 33.100691], + [91.436044, 33.066092], + [91.49579, 33.109214], + [91.535826, 33.10019], + [91.55492, 33.060074], + [91.583253, 33.0375], + [91.664557, 33.012913], + [91.685499, 32.989324], + [91.752637, 32.969242], + [91.799448, 32.942126], + [91.839484, 32.948152], + [91.857962, 32.90244], + [91.896766, 32.907967], + [91.955897, 32.8205], + [92.018722, 32.829552], + [92.038432, 32.860725], + [92.101874, 32.860222], + [92.145606, 32.885857], + [92.205352, 32.866255], + [92.227526, 32.821003], + [92.193649, 32.801889], + [92.211511, 32.788306], + [92.198577, 32.754591], + [92.255243, 32.720863], + [92.310062, 32.751571], + [92.343938, 32.738484], + [92.355641, 32.764657], + [92.411076, 32.748048], + [92.459119, 32.76365], + [92.484372, 32.745028], + [92.56814, 32.73194], + [92.574916, 32.741001], + [92.634662, 32.720863], + [92.667922, 32.73194], + [92.686401, 32.76516], + [92.756618, 32.743014], + [92.789262, 32.719856], + [92.822523, 32.729926], + [92.866871, 32.698203], + [92.933392, 32.719353], + [92.964189, 32.714821], + [93.00053, 32.741001], + [93.019624, 32.737477], + [93.023935, 32.703239], + [93.069515, 32.626156], + [93.087993, 32.63674], + [93.159442, 32.644803], + [93.176688, 32.6705], + [93.210565, 32.655385], + [93.239514, 32.662439], + [93.260456, 32.62666], + [93.300492, 32.619604], + [93.308499, 32.580278], + [93.33868, 32.5712], + [93.385492, 32.525294], + [93.411977, 32.558086], + [93.4631, 32.556069], + [93.476651, 32.504603], + [93.501904, 32.503593], + [93.516687, 32.47583], + [93.618933, 32.522771], + [93.651577, 32.571705], + [93.721795, 32.578261], + [93.75136, 32.56313], + [93.820345, 32.549511], + [93.851142, 32.50965], + [93.861613, 32.466237], + [93.90904, 32.463207], + [93.960163, 32.484917], + [93.978641, 32.459672], + [94.03038, 32.448057], + [94.049474, 32.469771], + [94.091974, 32.463207], + [94.137554, 32.433915], + [94.176974, 32.454117], + [94.196684, 32.51621], + [94.250886, 32.51722], + [94.292154, 32.502584], + [94.294002, 32.519743], + [94.350053, 32.533871], + [94.371611, 32.524789], + [94.395016, 32.594397], + [94.435052, 32.562626], + [94.463386, 32.572209], + [94.459074, 32.599439], + [94.522516, 32.595909], + [94.591501, 32.640772], + [94.614291, 32.673522], + [94.638312, 32.645307], + [94.737479, 32.587338], + [94.762116, 32.526303], + [94.78737, 32.522266], + [94.80708, 32.486431], + [94.852043, 32.463712], + [94.889616, 32.472295], + [94.912405, 32.41573], + [94.944434, 32.404109], + [94.988166, 32.422802], + [95.057151, 32.395014], + [95.075013, 32.376315], + [95.075013, 32.376315], + [95.081789, 32.384907], + [95.153853, 32.386423], + [95.218527, 32.397035], + [95.228382, 32.363678], + [95.261643, 32.348006], + [95.193274, 32.332331], + [95.096571, 32.322217], + [95.079325, 32.279726], + [95.10581, 32.258979], + [95.20744, 32.297433], + [95.214216, 32.321712], + [95.241317, 32.3207], + [95.239469, 32.287315], + [95.270266, 32.194683], + [95.270266, 32.194683], + [95.31523, 32.148585], + [95.366968, 32.151118], + [95.367584, 32.178982], + [95.406389, 32.182021], + [95.440265, 32.157705], + [95.454432, 32.061898], + [95.421171, 32.033999], + [95.454432, 32.007613], + [95.395918, 32.001523], + [95.360809, 31.95939], + [95.3682, 31.92892], + [95.408852, 31.918761], + [95.406389, 31.896915], + [95.456896, 31.801853], + [95.480301, 31.795749], + [95.511714, 31.750468], + [95.546823, 31.73978], + [95.580083, 31.76726], + [95.634286, 31.782523], + [95.779648, 31.748941], + [95.823995, 31.68225], + [95.853561, 31.714329], + [95.846169, 31.736218], + [95.89914, 31.81711], + [95.983524, 31.816601], + [95.989067, 31.78761], + [96.064828, 31.720438], + [96.135661, 31.70211], + [96.148595, 31.686324], + [96.156603, 31.602769], + [96.207726, 31.598691], + [96.221892, 31.647613], + [96.245298, 31.657802], + [96.252073, 31.697527], + [96.222508, 31.733164], + [96.231131, 31.749959], + [96.178161, 31.775401], + [96.183088, 31.835924], + [96.202798, 31.841008], + [96.214501, 31.876589], + [96.188632, 31.904028], + [96.220044, 31.905553], + [96.253305, 31.929936], + [96.288414, 31.919777], + [96.389428, 31.919777], + [96.407906, 31.845583], + [96.435623, 31.796258], + [96.468884, 31.769804], + [96.519391, 31.74945], + [96.56805, 31.711783], + [96.615477, 31.737236], + [96.661057, 31.705674], + [96.691854, 31.722474], + [96.722651, 31.686833], + [96.778701, 31.675629], + [96.790404, 31.698545], + [96.840295, 31.720438], + [96.799027, 31.792188], + [96.765767, 31.819144], + [96.760223, 31.860325], + [96.794716, 31.869474], + [96.81073, 31.894375], + [96.776238, 31.935015], + [96.753448, 31.944156], + [96.742977, 32.001016], + [96.722651, 32.013195], + [96.824281, 32.007613], + [96.868629, 31.964975], + [96.863085, 31.996448], + [96.894498, 32.013703], + [96.941925, 31.986297], + [96.965947, 32.008628], + [96.935766, 32.048203], + [97.006599, 32.067984], + [97.028773, 32.04871], + [97.127323, 32.044145], + [97.169823, 32.032984], + [97.188301, 32.055304], + [97.214786, 32.042623], + [97.233881, 32.063927], + [97.201852, 32.090296], + [97.219714, 32.109054], + [97.258518, 32.072041], + [97.308409, 32.076605], + [97.293011, 32.096887], + [97.313953, 32.130342], + [97.271453, 32.139971], + [97.264062, 32.182527], + [97.299786, 32.294904], + [97.32196, 32.303503], + [97.371235, 32.273148], + [97.415583, 32.296421], + [97.424822, 32.322723], + [97.387865, 32.427349], + [97.341054, 32.440987], + [97.388481, 32.501575], + [97.334895, 32.514192], + [97.332431, 32.542448], + [97.3583, 32.563635], + [97.374315, 32.546484], + [97.411887, 32.575235], + [97.448843, 32.586833], + [97.463626, 32.55506], + [97.50243, 32.530844], + [97.540618, 32.536899], + [97.670582, 32.51722], + [97.684132, 32.530339], + [97.730944, 32.527312], + [97.700763, 32.53488], + [97.616995, 32.586329], + [97.607756, 32.614059], + [97.543698, 32.62162], + [97.535075, 32.638252], + [97.48272, 32.654377], + [97.42359, 32.70475], + [97.429133, 32.714318], + [97.386018, 32.77925], + [97.392793, 32.828546], + [97.376163, 32.886359], + [97.347829, 32.895907], + [97.375547, 32.956689], + [97.438372, 32.976271], + [97.523988, 32.988822], + [97.499966, 33.011408], + [97.542466, 33.035995], + [97.517213, 33.097683], + [97.487032, 33.107209], + [97.498119, 33.137783], + [97.487648, 33.168346], + [97.548626, 33.203907], + [97.607756, 33.263976], + [97.622538, 33.337005], + [97.676125, 33.341004], + [97.754349, 33.409972], + [97.674893, 33.432949], + [97.625618, 33.461412], + [97.552321, 33.465906], + [97.511669, 33.520805], + [97.523372, 33.577166], + [97.450075, 33.582152], + [97.415583, 33.605582], + [97.435293, 33.682307], + [97.418046, 33.728608], + [97.422974, 33.754984], + [97.406344, 33.795278], + [97.373083, 33.817655], + [97.371851, 33.842015], + [97.398336, 33.848477], + [97.395257, 33.889224], + [97.460546, 33.887236], + [97.503662, 33.912073], + [97.52214, 33.903133], + [97.601596, 33.929951], + [97.629314, 33.919523], + [97.660111, 33.956264], + [97.652719, 33.998448], + [97.70261, 34.036644], + [97.665654, 34.126855], + [97.766668, 34.158555], + [97.789458, 34.182818], + [97.789458, 34.182818], + [97.796849, 34.199154], + [97.796849, 34.199154], + [97.8104, 34.207568], + [97.898479, 34.209548], + [97.95453, 34.190739], + [98.028442, 34.122892], + [98.098043, 34.122892], + [98.158405, 34.107037], + [98.206449, 34.08424], + [98.258188, 34.083249], + [98.344419, 34.094648], + [98.399854, 34.085231], + [98.396774, 34.053008], + [98.428187, 34.029204], + [98.440506, 33.981577], + [98.415252, 33.956761], + [98.425723, 33.913066], + [98.407245, 33.867362], + [98.434962, 33.843009], + [98.463295, 33.848477], + [98.492861, 33.796272], + [98.494092, 33.768915], + [98.51873, 33.77389], + [98.539672, 33.746525], + [98.582788, 33.731595], + [98.610505, 33.682805], + [98.6567, 33.64744], + [98.61728, 33.637476], + [98.622824, 33.610067], + [98.652389, 33.595114], + [98.648077, 33.548741], + [98.678258, 33.522801], + [98.725686, 33.503341], + [98.742316, 33.477887], + [98.736157, 33.406975], + [98.779888, 33.370497], + [98.759562, 33.276985], + [98.802062, 33.270481], + [98.804526, 33.219428], + [98.858728, 33.150811], + [98.92217, 33.118738], + [98.967134, 33.115229], + [98.971445, 33.098185], + [99.014561, 33.081137], + [99.024416, 33.094675], + [99.090322, 33.079131], + [99.124814, 33.046028], + [99.196263, 33.035493], + [99.214741, 32.991332], + [99.235067, 32.982296], + [99.24677, 32.924043], + [99.268944, 32.878318], + [99.353944, 32.885354], + [99.376118, 32.899927], + [99.45311, 32.862233], + [99.558436, 32.839106], + [99.589233, 32.789312], + [99.640355, 32.790822], + [99.646515, 32.774721], + [99.700718, 32.76667], + [99.717964, 32.732443], + [99.760464, 32.769689], + [99.766623, 32.826032], + [99.791877, 32.883344], + [99.764159, 32.924545], + [99.788181, 32.956689], + [99.805427, 32.940619], + [99.851007, 32.941623], + [99.877492, 32.993339], + [99.877492, 33.045527], + [99.947709, 32.986814], + [99.956332, 32.948152], + [100.038252, 32.929066], + [100.029629, 32.895907], + [100.064738, 32.895907], + [100.123252, 32.837095], + [100.117093, 32.802392], + [100.139266, 32.724388], + [100.088143, 32.668988], + [100.109701, 32.640268], + [100.189773, 32.630692], + [100.208252, 32.606497], + [100.229809, 32.650346], + [100.231041, 32.696189], + [100.258759, 32.742511], + [100.339447, 32.719353], + [100.399193, 32.756101], + [100.378251, 32.698707], + [100.420135, 32.73194], + [100.450932, 32.694678], + [100.470026, 32.694678], + [100.516837, 32.632204], + [100.54517, 32.569687], + [100.603069, 32.553547], + [100.645568, 32.526303], + [100.657887, 32.546484], + [100.661583, 32.616075], + [100.673286, 32.628172], + [100.710242, 32.610026], + [100.71209, 32.645307], + [100.690532, 32.678056], + [100.77122, 32.643795], + [100.834046, 32.648835], + [100.887633, 32.632708], + [100.93198, 32.600447], + [100.956618, 32.621116], + [100.99727, 32.627668], + [101.030531, 32.660424], + [101.077342, 32.68259], + [101.124769, 32.658408], + [101.157414, 32.661431], + [101.22332, 32.725898], + [101.237486, 32.825026], + [101.223935, 32.855698], + [101.178356, 32.892892], + [101.124153, 32.909976], + [101.134624, 32.95217], + [101.129081, 32.989324], + [101.183899, 32.984304], + [101.171581, 33.009902], + [101.184515, 33.041514], + [101.146327, 33.056563], + [101.143863, 33.086151], + [101.169733, 33.10019], + [101.11553, 33.194893], + [101.124769, 33.221431], + [101.156798, 33.236449], + [101.182668, 33.26948], + [101.217776, 33.256469], + [101.297232, 33.262475], + [101.381616, 33.153316], + [101.393935, 33.157826], + [101.386543, 33.207412], + [101.403174, 33.225436], + [101.487557, 33.226938], + [101.515275, 33.192889], + [101.557775, 33.167344], + [101.633535, 33.101193], + [101.661252, 33.135778], + [101.653861, 33.162835], + [101.709912, 33.21292], + [101.735781, 33.279987], + [101.677883, 33.297497], + [101.64955, 33.323004], + [101.663716, 33.383991], + [101.695745, 33.433948], + [101.769042, 33.45592], + [101.777665, 33.533776], + [101.769042, 33.538765], + [101.748716, 33.505337], + [101.718535, 33.494857], + [101.622448, 33.502343], + [101.611977, 33.565199], + [101.616905, 33.598603], + [101.585492, 33.645448], + [101.58426, 33.674339], + [101.501724, 33.702723], + [101.428427, 33.680315], + [101.424732, 33.655411], + [101.385312, 33.644949], + [101.302776, 33.657902], + [101.23687, 33.685793], + [101.217776, 33.669856], + [101.166653, 33.659894], + [101.177124, 33.685295], + [101.162957, 33.719649], + [101.186363, 33.741051], + [101.190675, 33.791796], + [101.153102, 33.823124], + [101.153718, 33.8445], + [101.054552, 33.863386], + [101.023139, 33.896178], + [100.994806, 33.891707], + [100.965857, 33.946832], + [100.927669, 33.975126], + [100.93506, 33.990013], + [100.880857, 34.036644], + [100.870386, 34.083744], + [100.848828, 34.089692], + [100.806329, 34.155584], + [100.764445, 34.178857], + [100.809408, 34.247153], + [100.798321, 34.260014], + [100.821727, 34.317371], + [100.868538, 34.332693], + [100.895024, 34.375183], + [100.951074, 34.38358], + [100.986799, 34.374689], + [101.054552, 34.322808], + [101.098284, 34.329233], + [101.178356, 34.320831], + [101.193754, 34.336646], + [101.235022, 34.325279], + [101.228863, 34.298586], + [101.268899, 34.278808], + [101.325565, 34.268423], + [101.327413, 34.24468], + [101.369913, 34.248143], + [101.417956, 34.227858], + [101.482014, 34.218951], + [101.492485, 34.195689], + [101.53868, 34.212022], + [101.6206, 34.178857], + [101.674187, 34.110506], + [101.703136, 34.119424], + [101.718535, 34.083249], + [101.736397, 34.080275], + [101.764114, 34.122892], + [101.788136, 34.131809], + [101.836795, 34.124378], + [101.851578, 34.153108], + [101.874367, 34.130323], + [101.897773, 34.133791], + [101.955055, 34.109514], + [101.965526, 34.167469], + [102.003099, 34.162022], + [102.030816, 34.190739], + [102.01357, 34.218456], + [102.062229, 34.227858], + [102.067772, 34.293642], + [102.149692, 34.271885], + [102.186649, 34.352952], + [102.237156, 34.34307], + [102.237156, 34.34307], + [102.259329, 34.355917], + [102.205743, 34.407777], + [102.169402, 34.457631], + [102.155852, 34.507456], + [102.139837, 34.50351], + [102.093026, 34.536547], + [102.001867, 34.538519], + [101.97415, 34.548871], + [101.956287, 34.582876], + [101.934729, 34.58731], + [101.919947, 34.621791], + [101.917483, 34.705964], + [101.923027, 34.835746], + [101.916867, 34.873561], + [101.985852, 34.90007], + [102.068388, 34.887798], + [102.048062, 34.910868], + [102.094874, 34.986901], + [102.133678, 35.014844], + [102.157699, 35.010923], + [102.176178, 35.032977], + [102.211286, 35.034937], + [102.218062, 35.057475], + [102.252554, 35.048657], + [102.29567, 35.071681], + [102.310452, 35.128967], + [102.346793, 35.164201], + [102.404075, 35.179366], + [102.365887, 35.235599], + [102.370199, 35.263946], + [102.3123, 35.282512], + [102.280887, 35.303028], + [102.311684, 35.31426], + [102.317844, 35.343067], + [102.287663, 35.36552], + [102.293822, 35.424063], + [102.314764, 35.434303], + [102.408387, 35.409431], + [102.447807, 35.437229], + [102.437952, 35.455268], + [102.49893, 35.545403], + [102.503241, 35.585322], + [102.531575, 35.580455], + [102.570995, 35.548324], + [102.695414, 35.528358], + [102.743458, 35.494745], + [102.782878, 35.527871], + [102.729291, 35.523487], + [102.746537, 35.545403], + [102.808747, 35.560496], + [102.763168, 35.612086], + [102.7644, 35.653431], + [102.744074, 35.657807], + [102.707733, 35.70496], + [102.686175, 35.771996], + [102.715125, 35.815685], + [102.739146, 35.821023], + [102.787189, 35.862745], + [102.81737, 35.850133], + [102.914073, 35.845282], + [102.94487, 35.829757], + [102.954725, 35.858864], + [102.942406, 35.92674], + [102.971971, 35.995525], + [102.951645, 36.021667], + [102.968276, 36.044414], + [102.932551, 36.048285], + [102.882044, 36.082632], + [102.941174, 36.104877], + [102.948566, 36.150798], + [102.965812, 36.151765], + [102.986754, 36.193312], + [103.048964, 36.199107], + [103.066826, 36.216974], + [103.021246, 36.232906], + [103.024942, 36.256556], + [102.922696, 36.298047], + [102.896827, 36.331803], + [102.845704, 36.331803], + [102.836465, 36.344819], + [102.829689, 36.365544] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 640000, + "name": "宁夏回族自治区", + "center": [106.278179, 38.46637], + "centroid": [106.169866, 37.291332], + "childrenNum": 5, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 29, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [107.268764, 37.099367], + [107.281083, 37.127047], + [107.306952, 37.100799], + [107.334669, 37.138975], + [107.336517, 37.165687], + [107.317423, 37.200017], + [107.270612, 37.229089], + [107.309416, 37.239095], + [107.273075, 37.29101], + [107.257677, 37.337179], + [107.282931, 37.437036], + [107.284162, 37.481691], + [107.345756, 37.518725], + [107.369162, 37.58752], + [107.330358, 37.584201], + [107.311264, 37.609806], + [107.361155, 37.613125], + [107.422133, 37.665254], + [107.389488, 37.671413], + [107.387024, 37.691305], + [107.425828, 37.684201], + [107.484959, 37.706458], + [107.499125, 37.765619], + [107.57119, 37.776499], + [107.599523, 37.791162], + [107.620465, 37.776026], + [107.646335, 37.805349], + [107.659269, 37.844112], + [107.65003, 37.86443], + [107.560719, 37.893717], + [107.49235, 37.944706], + [107.448618, 37.933378], + [107.411662, 37.948009], + [107.440611, 37.995659], + [107.3938, 38.014993], + [107.33159, 38.086625], + [107.240431, 38.111586], + [107.19054, 38.153953], + [107.138801, 38.161011], + [107.119091, 38.134185], + [107.071047, 38.138892], + [107.051337, 38.122886], + [107.010069, 38.120532], + [106.942316, 38.132302], + [106.858548, 38.156306], + [106.779092, 38.171833], + [106.737824, 38.197706], + [106.654672, 38.22921], + [106.627571, 38.232501], + [106.555506, 38.263521], + [106.482209, 38.319417], + [106.599854, 38.389812], + [106.647897, 38.470917], + [106.66268, 38.601524], + [106.709491, 38.718821], + [106.756302, 38.748699], + [106.837606, 38.847579], + [106.954019, 38.941202], + [106.971881, 39.026333], + [106.96757, 39.054688], + [106.933693, 39.076527], + [106.878874, 39.091392], + [106.859164, 39.107648], + [106.825288, 39.19397], + [106.795723, 39.214375], + [106.790795, 39.241263], + [106.806193, 39.277407], + [106.806809, 39.318625], + [106.781556, 39.371849], + [106.751375, 39.381564], + [106.683622, 39.357506], + [106.643586, 39.357969], + [106.602318, 39.37555], + [106.556122, 39.322329], + [106.525325, 39.308439], + [106.511774, 39.272311], + [106.402753, 39.291767], + [106.280181, 39.262118], + [106.29558, 39.167992], + [106.285109, 39.146181], + [106.251232, 39.131327], + [106.192718, 39.142932], + [106.170544, 39.163352], + [106.145907, 39.153142], + [106.096631, 39.084889], + [106.078153, 39.026333], + [106.087392, 39.006339], + [106.060907, 38.96866], + [106.021487, 38.953769], + [105.97098, 38.909077], + [105.992538, 38.857366], + [105.909386, 38.791159], + [105.908154, 38.737496], + [105.88598, 38.716953], + [105.894603, 38.696405], + [105.852719, 38.641735], + [105.874277, 38.593105], + [105.856415, 38.569714], + [105.863806, 38.53508], + [105.836705, 38.476071], + [105.850872, 38.443736], + [105.827466, 38.432486], + [105.835473, 38.387467], + [105.821307, 38.366824], + [105.86627, 38.296406], + [105.842248, 38.240962], + [105.802828, 38.220277], + [105.775111, 38.186887], + [105.76772, 38.121474], + [105.780655, 38.084741], + [105.840401, 38.004147], + [105.799749, 37.939986], + [105.80406, 37.862068], + [105.760944, 37.799674], + [105.677177, 37.771769], + [105.622358, 37.777919], + [105.616199, 37.722555], + [105.598952, 37.699356], + [105.467141, 37.695094], + [105.4037, 37.710246], + [105.315004, 37.702197], + [105.221998, 37.677097], + [105.187505, 37.657674], + [105.111128, 37.633981], + [105.027977, 37.580881], + [104.866601, 37.566651], + [104.805007, 37.539133], + [104.623305, 37.522522], + [104.433595, 37.515402], + [104.419429, 37.511604], + [104.407726, 37.464592], + [104.322726, 37.44844], + [104.287002, 37.428007], + [104.298705, 37.414223], + [104.365226, 37.418026], + [104.437907, 37.445589], + [104.448994, 37.42468], + [104.499501, 37.421353], + [104.521059, 37.43466], + [104.679971, 37.408044], + [104.662109, 37.367626], + [104.713848, 37.329566], + [104.673812, 37.317668], + [104.651022, 37.290534], + [104.624536, 37.298627], + [104.600515, 37.242907], + [104.638087, 37.201923], + [104.717543, 37.208597], + [104.776673, 37.246718], + [104.85613, 37.211933], + [104.864753, 37.17284], + [104.888158, 37.15901], + [104.914644, 37.097935], + [104.954064, 37.077407], + [104.95468, 37.040156], + [105.004571, 37.035378], + [105.03968, 37.007187], + [105.05939, 37.022956], + [105.128991, 36.996194], + [105.165331, 36.99476], + [105.185657, 36.942164], + [105.178882, 36.892403], + [105.244787, 36.894796], + [105.279896, 36.86751], + [105.303302, 36.820575], + [105.334714, 36.80093], + [105.340874, 36.764502], + [105.319932, 36.742924], + [105.275584, 36.752515], + [105.272505, 36.739567], + [105.218302, 36.730455], + [105.201056, 36.700711], + [105.225693, 36.664716], + [105.22015, 36.631105], + [105.261418, 36.602764], + [105.2762, 36.563358], + [105.252179, 36.553263], + [105.281744, 36.522489], + [105.322396, 36.535954], + [105.362432, 36.496514], + [105.363048, 36.443093], + [105.398156, 36.430575], + [105.401236, 36.369881], + [105.425873, 36.330357], + [105.455439, 36.321678], + [105.476381, 36.293224], + [105.45975, 36.268137], + [105.460366, 36.223733], + [105.478844, 36.213111], + [105.515185, 36.147415], + [105.491163, 36.101009], + [105.430801, 36.10391], + [105.406163, 36.074409], + [105.343954, 36.033767], + [105.324859, 35.941761], + [105.350113, 35.875839], + [105.39754, 35.857409], + [105.371055, 35.844312], + [105.38091, 35.792873], + [105.408627, 35.822479], + [105.428953, 35.819082], + [105.432033, 35.787533], + [105.457286, 35.771511], + [105.481924, 35.727312], + [105.595873, 35.715651], + [105.667322, 35.749657], + [105.70243, 35.733142], + [105.759097, 35.724883], + [105.740618, 35.698643], + [105.723988, 35.725854], + [105.690727, 35.698643], + [105.722756, 35.673366], + [105.713517, 35.650513], + [105.759097, 35.634464], + [105.762176, 35.602841], + [105.800365, 35.564878], + [105.816379, 35.575101], + [105.847176, 35.490359], + [105.868734, 35.540046], + [105.900147, 35.54735], + [106.017175, 35.519103], + [106.023335, 35.49377], + [106.047356, 35.498155], + [106.078769, 35.509848], + [106.071994, 35.463555], + [106.06953, 35.458193], + [106.073842, 35.45478], + [106.073226, 35.450393], + [106.071378, 35.449418], + [106.073226, 35.447468], + [106.083081, 35.421624], + [106.113262, 35.361616], + [106.129892, 35.393333], + [106.173008, 35.437716], + [106.196414, 35.409919], + [106.237681, 35.409431], + [106.241377, 35.358687], + [106.319601, 35.265411], + [106.363333, 35.238532], + [106.368261, 35.273718], + [106.415688, 35.276161], + [106.472354, 35.310842], + [106.501304, 35.364056], + [106.503767, 35.415284], + [106.483441, 35.450393], + [106.490217, 35.480613], + [106.465579, 35.481101], + [106.440941, 35.52641], + [106.460036, 35.578995], + [106.47913, 35.575101], + [106.460036, 35.643705], + [106.434782, 35.688436], + [106.49268, 35.732656], + [106.506231, 35.737514], + [106.566593, 35.738971], + [106.595542, 35.727312], + [106.620796, 35.743829], + [106.633115, 35.714679], + [106.66268, 35.70739], + [106.674998, 35.728284], + [106.750759, 35.689408], + [106.750759, 35.725369], + [106.806193, 35.70982], + [106.819128, 35.7448], + [106.867171, 35.738485], + [106.868403, 35.771996], + [106.897353, 35.759856], + [106.927534, 35.810346], + [106.849925, 35.887476], + [106.912751, 35.93207], + [106.940468, 35.931101], + [106.93862, 35.952905], + [106.90228, 35.943699], + [106.94786, 35.988262], + [106.928149, 36.011502], + [106.940468, 36.064734], + [106.957715, 36.091337], + [106.925686, 36.115997], + [106.930613, 36.138716], + [106.873947, 36.178338], + [106.873947, 36.178338], + [106.858548, 36.206834], + [106.858548, 36.206834], + [106.833295, 36.229044], + [106.808657, 36.21118], + [106.772933, 36.212628], + [106.735976, 36.23725], + [106.698404, 36.244008], + [106.685469, 36.273445], + [106.647897, 36.259451], + [106.559202, 36.292259], + [106.54134, 36.25366], + [106.504383, 36.266207], + [106.470507, 36.306246], + [106.497608, 36.31348], + [106.510543, 36.379037], + [106.492064, 36.422389], + [106.523477, 36.468605], + [106.494528, 36.494589], + [106.455724, 36.496995], + [106.39721, 36.548455], + [106.37134, 36.549417], + [106.363949, 36.577296], + [106.392282, 36.556628], + [106.397826, 36.576816], + [106.444637, 36.557109], + [106.465579, 36.583063], + [106.444637, 36.624861], + [106.491448, 36.628703], + [106.490833, 36.685835], + [106.530869, 36.690154], + [106.519782, 36.708868], + [106.519782, 36.708868], + [106.514238, 36.715584], + [106.59431, 36.750118], + [106.644817, 36.72278], + [106.627571, 36.752995], + [106.657752, 36.820575], + [106.637426, 36.867031], + [106.637426, 36.867031], + [106.626955, 36.892403], + [106.609709, 36.878521], + [106.609709, 36.878521], + [106.601702, 36.918244], + [106.549347, 36.941685], + [106.540108, 36.984244], + [106.595542, 36.94025], + [106.594926, 36.967988], + [106.64297, 36.962729], + [106.646665, 37.000496], + [106.666991, 37.016745], + [106.645433, 37.064992], + [106.605397, 37.127524], + [106.6171, 37.135158], + [106.673151, 37.1113], + [106.687933, 37.12991], + [106.728585, 37.121321], + [106.750143, 37.09889], + [106.772933, 37.120367], + [106.776012, 37.158056], + [106.818512, 37.141838], + [106.891193, 37.098413], + [106.912135, 37.110345], + [106.905976, 37.151378], + [106.998367, 37.106527], + [107.031011, 37.108436], + [107.030395, 37.140883], + [107.095685, 37.115595], + [107.133873, 37.134681], + [107.181916, 37.143269], + [107.234887, 37.096503], + [107.268764, 37.099367] + ] + ], + [ + [ + [106.048588, 35.488898], + [105.897683, 35.451368], + [105.894603, 35.413821], + [106.002393, 35.438692], + [106.034422, 35.469404], + [106.054132, 35.45478], + [106.048588, 35.488898] + ] + ], + [ + [ + [106.073842, 35.45478], + [106.06953, 35.458193], + [106.071378, 35.449418], + [106.073226, 35.450393], + [106.073842, 35.45478] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 650000, + "name": "新疆维吾尔自治区", + "center": [87.617733, 43.792818], + "centroid": [85.294711, 41.371801], + "childrenNum": 24, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 30, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [96.386348, 42.727592], + [96.363558, 42.900562], + [95.921314, 43.229789], + [95.880046, 43.28035], + [95.857872, 43.417436], + [95.735916, 43.597569], + [95.705735, 43.67077], + [95.645373, 43.787966], + [95.623199, 43.855756], + [95.527113, 44.007466], + [95.426099, 44.009618], + [95.377439, 44.025972], + [95.326932, 44.028554], + [95.35157, 44.090054], + [95.355882, 44.166087], + [95.376208, 44.227444], + [95.4107, 44.245024], + [95.43041, 44.281882], + [95.41378, 44.298589], + [95.238853, 44.277169], + [95.1286, 44.269884], + [94.998637, 44.253169], + [94.945666, 44.292592], + [94.826174, 44.320001], + [94.768275, 44.34055], + [94.722696, 44.34055], + [94.673421, 44.397021], + [94.606283, 44.448311], + [94.557008, 44.462408], + [94.470777, 44.509373], + [94.390705, 44.521749], + [94.359292, 44.515775], + [94.329727, 44.582734], + [94.279836, 44.603617], + [94.227481, 44.645785], + [94.215162, 44.667921], + [94.152336, 44.684944], + [94.066105, 44.732154], + [93.723642, 44.865498], + [93.716251, 44.894334], + [93.613389, 44.926546], + [93.509296, 44.968055], + [93.434767, 44.955351], + [93.376869, 44.985412], + [93.314659, 44.995147], + [93.314043, 44.980333], + [93.252449, 44.991761], + [93.174225, 45.015458], + [93.100312, 45.007419], + [93.062124, 45.018419], + [93.002377, 45.009958], + [92.932776, 45.017573], + [92.922921, 45.03703], + [92.884117, 45.046756], + [92.847777, 45.038721], + [92.779407, 45.050561], + [92.683937, 45.02561], + [92.547814, 45.018419], + [92.501003, 45.001072], + [92.414155, 45.018419], + [92.348866, 45.014188], + [92.315605, 45.028994], + [92.240461, 45.015881], + [92.100026, 45.081417], + [92.056911, 45.086911], + [91.885679, 45.078882], + [91.803144, 45.082685], + [91.694738, 45.065357], + [91.561695, 45.075501], + [91.500101, 45.103809], + [91.448978, 45.156586], + [91.429268, 45.156586], + [91.37753, 45.11099], + [91.33503, 45.129571], + [91.242023, 45.13717], + [91.230936, 45.153632], + [91.195827, 45.159118], + [91.17119, 45.199616], + [91.129922, 45.21606], + [91.050466, 45.208892], + [91.007966, 45.218589], + [90.96177, 45.201303], + [90.881698, 45.192025], + [90.866916, 45.209314], + [90.897713, 45.249776], + [90.877387, 45.280946], + [90.831807, 45.300313], + [90.804706, 45.29484], + [90.813329, 45.32851], + [90.773909, 45.405874], + [90.772677, 45.432338], + [90.723402, 45.464667], + [90.671047, 45.487747], + [90.676591, 45.582488], + [90.714779, 45.728895], + [90.799778, 45.834905], + [90.890937, 45.921566], + [91.028292, 46.023054], + [91.014741, 46.06667], + [91.021517, 46.121038], + [90.98456, 46.160431], + [90.94822, 46.219262], + [90.955611, 46.233752], + [90.900177, 46.31235], + [90.983328, 46.374734], + [90.996263, 46.419309], + [91.025828, 46.444057], + [91.038147, 46.500936], + [91.060937, 46.516999], + [91.079415, 46.558989], + [91.068328, 46.579149], + [91.017821, 46.58244], + [91.036299, 46.670393], + [91.054161, 46.717598], + [91.019053, 46.766402], + [90.992567, 46.769682], + [90.992567, 46.790583], + [90.942676, 46.82581], + [90.958075, 46.879425], + [90.929742, 46.893331], + [90.92235, 46.938707], + [90.901408, 46.960768], + [90.830575, 46.995883], + [90.767134, 46.992617], + [90.691989, 47.080717], + [90.653801, 47.111681], + [90.579888, 47.198364], + [90.56141, 47.206903], + [90.521374, 47.2845], + [90.488113, 47.317374], + [90.526301, 47.379007], + [90.507823, 47.400076], + [90.468403, 47.404937], + [90.459164, 47.43895], + [90.474562, 47.462422], + [90.468403, 47.497611], + [90.398186, 47.547724], + [90.376012, 47.603036], + [90.346447, 47.637324], + [90.384635, 47.644179], + [90.331665, 47.681663], + [90.216484, 47.70543], + [90.180144, 47.72516], + [90.13518, 47.723147], + [90.07605, 47.777469], + [90.070506, 47.820483], + [90.086521, 47.86547], + [90.066195, 47.883534], + [90.040941, 47.874704], + [89.960253, 47.885942], + [89.957789, 47.842982], + [89.86971, 47.834144], + [89.761921, 47.835751], + [89.735435, 47.89758], + [89.651052, 47.913627], + [89.645508, 47.947711], + [89.595617, 47.973359], + [89.599313, 48.015811], + [89.569132, 48.037825], + [89.498299, 48.02822], + [89.38127, 48.046227], + [89.359712, 48.026219], + [89.308589, 48.021816], + [89.282104, 47.994189], + [89.231597, 47.98017], + [89.156452, 47.996992], + [89.078228, 47.98698], + [89.044967, 48.009806], + [89.027105, 48.051028], + [88.953808, 48.090618], + [88.939026, 48.115396], + [88.824461, 48.107005], + [88.79736, 48.133772], + [88.721599, 48.160526], + [88.700657, 48.180881], + [88.668628, 48.171303], + [88.638447, 48.183674], + [88.601491, 48.221567], + [88.594716, 48.259831], + [88.575006, 48.277757], + [88.605803, 48.337863], + [88.573774, 48.351785], + [88.573158, 48.369679], + [88.535586, 48.368884], + [88.523267, 48.403461], + [88.503557, 48.412996], + [88.462289, 48.392335], + [88.438267, 48.393528], + [88.360659, 48.433251], + [88.363123, 48.460641], + [88.318159, 48.478497], + [88.229464, 48.498329], + [88.196819, 48.493967], + [88.151855, 48.526478], + [88.130297, 48.521721], + [88.10874, 48.545895], + [88.041602, 48.548272], + [87.973233, 48.575997], + [87.96153, 48.599353], + [88.010805, 48.618742], + [88.02682, 48.65315], + [88.089645, 48.69504], + [88.090877, 48.71992], + [88.064392, 48.712813], + [88.029283, 48.750313], + [87.96153, 48.773588], + [87.93874, 48.757809], + [87.872219, 48.799612], + [87.826639, 48.800795], + [87.803234, 48.824835], + [87.829103, 48.825623], + [87.792147, 48.849258], + [87.78106, 48.872094], + [87.742256, 48.881146], + [87.760118, 48.925992], + [87.793995, 48.927565], + [87.814321, 48.945256], + [87.87653, 48.949186], + [87.871603, 48.963726], + [87.911639, 48.979833], + [87.883922, 48.993971], + [87.883306, 49.023806], + [87.835263, 49.054406], + [87.858052, 49.07362], + [87.844502, 49.090084], + [87.867291, 49.108892], + [87.845733, 49.146096], + [87.82048, 49.148445], + [87.821096, 49.173883], + [87.793379, 49.18249], + [87.762582, 49.172709], + [87.700372, 49.175839], + [87.67635, 49.15549], + [87.602437, 49.152359], + [87.563017, 49.142572], + [87.517438, 49.145704], + [87.49588, 49.132001], + [87.511894, 49.10184], + [87.43675, 49.075188], + [87.388707, 49.097921], + [87.304939, 49.112418], + [87.239033, 49.114376], + [87.211932, 49.140615], + [87.112766, 49.15549], + [87.088128, 49.133567], + [87.000049, 49.142572], + [86.953853, 49.131218], + [86.887948, 49.132001], + [86.854071, 49.109284], + [86.84976, 49.066563], + [86.836209, 49.051269], + [86.772151, 49.02773], + [86.732115, 48.994757], + [86.730267, 48.959797], + [86.757985, 48.894919], + [86.782006, 48.887049], + [86.821426, 48.850439], + [86.818963, 48.831139], + [86.770303, 48.810255], + [86.754289, 48.78463], + [86.780774, 48.731369], + [86.771535, 48.717156], + [86.70255, 48.666195], + [86.693311, 48.64366], + [86.640956, 48.629027], + [86.635413, 48.612016], + [86.594761, 48.576789], + [86.579978, 48.538763], + [86.416138, 48.481671], + [86.38103, 48.49357], + [86.305269, 48.491984], + [86.270161, 48.452307], + [86.225813, 48.432456], + [86.053966, 48.441192], + [85.916612, 48.438015], + [85.791576, 48.418954], + [85.758315, 48.403064], + [85.695489, 48.335078], + [85.695489, 48.302445], + [85.678243, 48.266205], + [85.633895, 48.232731], + [85.622193, 48.202824], + [85.587084, 48.191654], + [85.576613, 48.15853], + [85.55136, 48.127781], + [85.551975, 48.081423], + [85.531649, 48.046227], + [85.547048, 48.008205], + [85.617881, 47.550552], + [85.614801, 47.498015], + [85.685018, 47.428829], + [85.701649, 47.384275], + [85.675779, 47.321837], + [85.701033, 47.28856], + [85.682555, 47.249982], + [85.682555, 47.222757], + [85.641903, 47.18413], + [85.582772, 47.142626], + [85.547048, 47.096609], + [85.545816, 47.057891], + [85.441106, 47.063191], + [85.355491, 47.054629], + [85.325926, 47.044842], + [85.276651, 47.068898], + [85.213825, 47.041172], + [85.175637, 46.997924], + [85.102956, 46.968936], + [85.082014, 46.939933], + [84.987159, 46.918272], + [84.979768, 46.883106], + [84.95513, 46.861013], + [84.934188, 46.863878], + [84.867051, 46.927673], + [84.849189, 46.957092], + [84.781435, 46.979962], + [84.748175, 47.009759], + [84.699515, 47.008535], + [84.668718, 46.995067], + [84.563393, 46.991801], + [84.506726, 46.97302], + [84.425422, 47.008943], + [84.37122, 46.993434], + [84.336727, 47.00527], + [84.2893, 46.994658], + [84.195061, 47.003638], + [84.150098, 46.977512], + [84.086656, 46.965261], + [84.038613, 46.973428], + [84.002888, 46.990576], + [83.951765, 46.98731], + [83.932671, 46.970161], + [83.88586, 46.982003], + [83.766367, 47.026896], + [83.69923, 47.015472], + [83.700462, 47.032199], + [83.576042, 47.059114], + [83.566803, 47.080717], + [83.53847, 47.083977], + [83.463325, 47.132042], + [83.418978, 47.119012], + [83.370318, 47.178436], + [83.324739, 47.167858], + [83.306261, 47.179656], + [83.257602, 47.173147], + [83.221877, 47.186977], + [83.207094, 47.213814], + [83.17445, 47.218286], + [83.15474, 47.236168], + [83.108544, 47.221944], + [83.02724, 47.21544], + [83.031552, 47.168265], + [82.993364, 47.065229], + [82.937929, 47.014248], + [82.923762, 46.932169], + [82.876335, 46.823762], + [82.878183, 46.797138], + [82.829524, 46.772551], + [82.788872, 46.677784], + [82.774089, 46.600124], + [82.726662, 46.494756], + [82.609017, 46.294985], + [82.518474, 46.153798], + [82.461808, 45.97982], + [82.401446, 45.972333], + [82.342932, 45.935303], + [82.336156, 45.882418], + [82.349707, 45.822811], + [82.340468, 45.772742], + [82.289961, 45.71636], + [82.288729, 45.655321], + [82.266555, 45.620172], + [82.281954, 45.53891], + [82.448257, 45.461309], + [82.546808, 45.426038], + [82.60101, 45.346178], + [82.58746, 45.224069], + [82.562822, 45.204676], + [82.487061, 45.181058], + [82.344779, 45.219011], + [82.294272, 45.247669], + [82.206809, 45.236713], + [82.109491, 45.211422], + [82.091012, 45.222383], + [82.09594, 45.249776], + [82.052824, 45.255674], + [81.993078, 45.237978], + [81.921013, 45.233342], + [81.879745, 45.284314], + [81.832318, 45.319673], + [81.78797, 45.3836], + [81.677101, 45.35459], + [81.645072, 45.359216], + [81.582863, 45.336503], + [81.575471, 45.30789], + [81.536667, 45.304101], + [81.52866, 45.285999], + [81.462754, 45.264099], + [81.437501, 45.28263], + [81.398697, 45.275471], + [81.382066, 45.257781], + [81.327864, 45.260729], + [81.284748, 45.23882], + [81.236705, 45.247248], + [81.175111, 45.227863], + [81.170183, 45.211001], + [81.111669, 45.218168], + [81.080872, 45.182745], + [81.024821, 45.162916], + [80.966307, 45.168402], + [80.93551, 45.160384], + [80.897938, 45.127459], + [80.862214, 45.127037], + [80.816634, 45.152788], + [80.731634, 45.156164], + [80.686055, 45.129148], + [80.599207, 45.105921], + [80.519135, 45.108878], + [80.493882, 45.127037], + [80.445839, 45.097895], + [80.443991, 45.077614], + [80.404571, 45.049293], + [80.358375, 45.040836], + [80.328194, 45.070007], + [80.291854, 45.06578], + [80.24381, 45.031532], + [80.195767, 45.030686], + [80.144644, 45.059017], + [80.136021, 45.041259], + [80.111999, 45.052675], + [80.060876, 45.026033], + [80.056565, 45.011227], + [79.98142, 44.964244], + [79.951855, 44.957892], + [79.944464, 44.937985], + [79.887798, 44.90917], + [79.969102, 44.877797], + [79.953703, 44.849377], + [79.991891, 44.830281], + [79.999283, 44.793768], + [80.087978, 44.817122], + [80.115695, 44.815424], + [80.169898, 44.84471], + [80.18776, 44.825612], + [80.178521, 44.796741], + [80.200695, 44.756808], + [80.238883, 44.7228], + [80.313412, 44.704938], + [80.400259, 44.628751], + [80.411962, 44.605321], + [80.350368, 44.484615], + [80.383013, 44.401297], + [80.399027, 44.30587], + [80.413194, 44.264741], + [80.400875, 44.198704], + [80.407034, 44.149772], + [80.3941, 44.127009], + [80.449534, 44.078017], + [80.458773, 44.047054], + [80.457541, 43.981203], + [80.485259, 43.95579], + [80.475404, 43.938124], + [80.511128, 43.906657], + [80.522215, 43.816473], + [80.75504, 43.494329], + [80.761199, 43.446554], + [80.746417, 43.439167], + [80.735946, 43.389609], + [80.686055, 43.333916], + [80.69283, 43.32042], + [80.777214, 43.308227], + [80.769207, 43.265535], + [80.788917, 43.242433], + [80.789533, 43.201876], + [80.804315, 43.178314], + [80.79446, 43.137277], + [80.752576, 43.148194], + [80.73225, 43.131163], + [80.706997, 43.143828], + [80.650946, 43.147321], + [80.593048, 43.133347], + [80.556092, 43.104515], + [80.482795, 43.06955], + [80.416889, 43.05687], + [80.378701, 43.031502], + [80.397795, 42.996933], + [80.487106, 42.948766], + [80.5912, 42.923354], + [80.602903, 42.894424], + [80.503737, 42.882146], + [80.450766, 42.861971], + [80.407034, 42.834767], + [80.338049, 42.831695], + [80.280151, 42.838278], + [80.262289, 42.828623], + [80.259209, 42.790865], + [80.225948, 42.713083], + [80.228412, 42.692852], + [80.179753, 42.670415], + [80.163738, 42.629919], + [80.180985, 42.590718], + [80.221637, 42.533415], + [80.265368, 42.502097], + [80.225948, 42.485769], + [80.206238, 42.431462], + [80.239499, 42.389927], + [80.229028, 42.358536], + [80.283847, 42.320493], + [80.272144, 42.281984], + [80.29247, 42.259842], + [80.28631, 42.233261], + [80.233339, 42.210215], + [80.168666, 42.200462], + [80.163738, 42.152563], + [80.139717, 42.151232], + [80.16805, 42.096635], + [80.193303, 42.081535], + [80.14218, 42.03488], + [80.089826, 42.047325], + [79.923522, 42.042436], + [79.852689, 42.015319], + [79.854537, 41.984186], + [79.822508, 41.963275], + [79.776313, 41.89248], + [79.724574, 41.896935], + [79.640806, 41.884907], + [79.616784, 41.856385], + [79.550879, 41.834094], + [79.500988, 41.835432], + [79.457256, 41.847915], + [79.415372, 41.836769], + [79.356242, 41.795735], + [79.326061, 41.809565], + [79.276786, 41.78101], + [79.271858, 41.767174], + [79.21704, 41.725648], + [79.138199, 41.722968], + [79.10925, 41.697503], + [79.043345, 41.681414], + [79.021787, 41.657273], + [78.99407, 41.664427], + [78.957729, 41.65146], + [78.891824, 41.597777], + [78.86657, 41.593749], + [78.825302, 41.560173], + [78.739071, 41.555695], + [78.696571, 41.54181], + [78.707042, 41.522098], + [78.675629, 41.50238], + [78.650375, 41.467411], + [78.580774, 41.481759], + [78.527188, 41.440947], + [78.454507, 41.412228], + [78.391681, 41.408189], + [78.385522, 41.394721], + [78.338094, 41.397415], + [78.324544, 41.384395], + [78.235232, 41.399211], + [78.163783, 41.383497], + [78.149617, 41.368228], + [78.165015, 41.340825], + [78.136682, 41.279239], + [78.129291, 41.228398], + [78.094798, 41.224347], + [77.972842, 41.173013], + [77.905089, 41.185174], + [77.836104, 41.153189], + [77.814546, 41.13426], + [77.807155, 41.091876], + [77.829328, 41.059394], + [77.796068, 41.049014], + [77.780669, 41.022832], + [77.737553, 41.032313], + [77.684583, 41.00793], + [77.654402, 41.016059], + [77.597119, 41.005221], + [77.591576, 40.992122], + [77.540453, 41.006575], + [77.476395, 40.999349], + [77.473931, 41.022832], + [77.415417, 41.038633], + [77.363062, 41.04089], + [77.296541, 41.004769], + [77.236795, 41.027798], + [77.169041, 41.009285], + [77.108063, 41.038181], + [77.091433, 41.062553], + [77.023064, 41.059394], + [77.002122, 41.073381], + [76.940528, 41.028701], + [76.885709, 41.027347], + [76.85368, 40.97631], + [76.817956, 40.975406], + [76.761905, 40.954167], + [76.741579, 40.912119], + [76.731724, 40.818887], + [76.693536, 40.779472], + [76.646725, 40.759983], + [76.646725, 40.73686], + [76.676906, 40.696036], + [76.654732, 40.652917], + [76.657196, 40.620218], + [76.611, 40.601591], + [76.601145, 40.578868], + [76.556798, 40.542495], + [76.543247, 40.513837], + [76.539551, 40.464226], + [76.508754, 40.429613], + [76.470566, 40.422779], + [76.442233, 40.391336], + [76.390494, 40.37766], + [76.381871, 40.39088], + [76.333212, 40.343459], + [76.327668, 40.391336], + [76.283321, 40.415034], + [76.279625, 40.439179], + [76.22419, 40.401819], + [76.176147, 40.381307], + [76.144118, 40.393615], + [76.081293, 40.39635], + [76.048648, 40.388601], + [76.048648, 40.357141], + [76.026474, 40.355317], + [75.986438, 40.381763], + [75.932235, 40.339353], + [75.921764, 40.291439], + [75.890351, 40.30924], + [75.84046, 40.312434], + [75.831221, 40.327492], + [75.785642, 40.301025], + [75.739446, 40.299199], + [75.709265, 40.280939], + [75.688323, 40.343915], + [75.669845, 40.363982], + [75.686475, 40.418223], + [75.717272, 40.443278], + [75.733287, 40.474242], + [75.646439, 40.516567], + [75.631041, 40.548862], + [75.627345, 40.605226], + [75.636584, 40.624306], + [75.599628, 40.659727], + [75.550353, 40.64883], + [75.467817, 40.599773], + [75.432093, 40.563412], + [75.355716, 40.537947], + [75.292274, 40.483802], + [75.268869, 40.483802], + [75.242383, 40.448743], + [75.206659, 40.447833], + [75.13521, 40.463315], + [75.102565, 40.44009], + [75.051442, 40.449654], + [75.021877, 40.466958], + [74.995392, 40.455119], + [74.963363, 40.464681], + [74.891914, 40.507467], + [74.844486, 40.521117], + [74.819233, 40.505647], + [74.814921, 40.461039], + [74.795211, 40.443278], + [74.908544, 40.338897], + [74.862965, 40.32658], + [74.824776, 40.344371], + [74.700357, 40.346195], + [74.697893, 40.310153], + [74.673255, 40.278656], + [74.618437, 40.27957], + [74.577169, 40.260391], + [74.534669, 40.207851], + [74.485394, 40.182251], + [74.433039, 40.13148], + [74.356662, 40.089371], + [74.316626, 40.106767], + [74.280902, 40.09807], + [74.26304, 40.125074], + [74.126301, 40.104479], + [74.113366, 40.086624], + [74.023439, 40.085251], + [74.008041, 40.050901], + [73.943367, 40.016076], + [73.980324, 40.004617], + [73.910722, 39.934443], + [73.907027, 39.873843], + [73.845433, 39.831115], + [73.841737, 39.756163], + [73.905795, 39.741899], + [73.924273, 39.722108], + [73.953838, 39.600018], + [73.916266, 39.586644], + [73.914418, 39.564041], + [73.883621, 39.540969], + [73.893476, 39.528046], + [73.868223, 39.482794], + [73.836194, 39.472169], + [73.745651, 39.462005], + [73.6471, 39.474479], + [73.61076, 39.465702], + [73.592898, 39.412087], + [73.502355, 39.383877], + [73.554094, 39.350102], + [73.554709, 39.295935], + [73.542391, 39.269531], + [73.564564, 39.266288], + [73.580579, 39.237555], + [73.623079, 39.235237], + [73.639709, 39.220402], + [73.657571, 39.166136], + [73.688368, 39.154999], + [73.719781, 39.108112], + [73.720397, 39.071881], + [73.743187, 39.029588], + [73.780143, 39.026798], + [73.820179, 39.041674], + [73.839889, 39.008199], + [73.846665, 38.962145], + [73.826339, 38.916993], + [73.767824, 38.941202], + [73.742571, 38.933754], + [73.70931, 38.893241], + [73.699455, 38.857832], + [73.729636, 38.837324], + [73.769056, 38.775765], + [73.757353, 38.719755], + [73.809092, 38.634256], + [73.799237, 38.610878], + [73.852208, 38.584217], + [73.89902, 38.579071], + [73.926121, 38.536016], + [74.011736, 38.52478], + [74.034526, 38.541634], + [74.090577, 38.542102], + [74.068403, 38.585621], + [74.088113, 38.610878], + [74.11275, 38.611345], + [74.147859, 38.676785], + [74.229779, 38.656224], + [74.353583, 38.655757], + [74.421952, 38.647812], + [74.455829, 38.632853], + [74.506336, 38.637528], + [74.546988, 38.607604], + [74.613509, 38.593105], + [74.639995, 38.599653], + [74.717603, 38.542102], + [74.78474, 38.538357], + [74.821697, 38.491062], + [74.862965, 38.484035], + [74.868508, 38.403883], + [74.834015, 38.361193], + [74.789668, 38.324581], + [74.806914, 38.285602], + [74.793363, 38.271039], + [74.816769, 38.215576], + [74.80445, 38.167128], + [74.821697, 38.10311], + [74.879595, 38.021122], + [74.92579, 38.01735], + [74.911008, 37.966884], + [74.919015, 37.908357], + [74.936877, 37.876241], + [74.917167, 37.845057], + [74.989848, 37.797783], + [75.006478, 37.770823], + [74.949196, 37.725395], + [74.923327, 37.717347], + [74.920863, 37.684675], + [74.891914, 37.668097], + [74.940573, 37.559061], + [75.000935, 37.53059], + [75.002167, 37.511604], + [75.035428, 37.500685], + [75.078543, 37.511129], + [75.090862, 37.486915], + [75.129666, 37.459367], + [75.153072, 37.414223], + [75.125971, 37.388075], + [75.140137, 37.355258], + [75.125971, 37.322427], + [75.078543, 37.318144], + [75.018181, 37.293867], + [74.927022, 37.277678], + [74.911008, 37.233378], + [74.816153, 37.216699], + [74.800139, 37.248147], + [74.753943, 37.281011], + [74.727458, 37.282916], + [74.665864, 37.23576], + [74.642458, 37.261485], + [74.598727, 37.258151], + [74.578401, 37.231472], + [74.54514, 37.2491], + [74.511263, 37.240048], + [74.477387, 37.19954], + [74.487858, 37.161871], + [74.465068, 37.147085], + [74.496481, 37.116072], + [74.498944, 37.072155], + [74.530357, 37.082182], + [74.56793, 37.032512], + [74.617205, 37.043499], + [74.632603, 37.066425], + [74.70898, 37.084569], + [74.739161, 37.028212], + [74.792747, 37.027257], + [74.806914, 37.054485], + [74.84695, 37.056873], + [74.84387, 37.0134], + [74.86974, 36.990458], + [74.893762, 36.939772], + [74.938725, 36.94312], + [74.927638, 36.978029], + [75.005862, 36.99476], + [75.032348, 37.016745], + [75.063145, 37.006231], + [75.172166, 37.013877], + [75.16847, 36.991892], + [75.244847, 36.963207], + [75.288579, 36.974682], + [75.345861, 36.960816], + [75.413614, 36.954599], + [75.396368, 36.904367], + [75.430245, 36.873255], + [75.434556, 36.83303], + [75.425933, 36.778883], + [75.458578, 36.720861], + [75.504773, 36.743404], + [75.536802, 36.729975], + [75.537418, 36.773131], + [75.588541, 36.762584], + [75.634121, 36.771693], + [75.724048, 36.750597], + [75.8072, 36.707908], + [75.871257, 36.666636], + [75.947018, 36.590752], + [75.924228, 36.566242], + [75.991981, 36.505654], + [76.035097, 36.409386], + [75.991365, 36.35205], + [75.998757, 36.312034], + [76.055423, 36.252695], + [76.060967, 36.225182], + [76.011691, 36.229044], + [76.016619, 36.165294], + [75.96796, 36.159013], + [75.936547, 36.13485], + [75.949482, 36.070056], + [75.982742, 36.031347], + [76.028322, 36.016827], + [76.044336, 36.026991], + [76.097307, 36.022635], + [76.117017, 35.975186], + [76.16506, 35.908807], + [76.146582, 35.839946], + [76.160133, 35.82442], + [76.221727, 35.823449], + [76.228502, 35.837035], + [76.298719, 35.841401], + [76.365857, 35.82442], + [76.369552, 35.86323], + [76.431762, 35.851589], + [76.471798, 35.886021], + [76.51553, 35.881173], + [76.55803, 35.923347], + [76.59745, 35.895718], + [76.579587, 35.866625], + [76.587595, 35.840431], + [76.566037, 35.819082], + [76.593754, 35.771996], + [76.69292, 35.747714], + [76.769297, 35.653917], + [76.848753, 35.668018], + [76.906651, 35.615005], + [76.967013, 35.591649], + [76.99781, 35.611113], + [77.072339, 35.591162], + [77.093281, 35.569746], + [77.195527, 35.519103], + [77.307628, 35.540533], + [77.331649, 35.530793], + [77.355055, 35.494257], + [77.396939, 35.467942], + [77.451758, 35.46063], + [77.518895, 35.482075], + [77.578025, 35.47574], + [77.590344, 35.460143], + [77.639619, 35.45478], + [77.657481, 35.477689], + [77.690742, 35.448443], + [77.735706, 35.461605], + [77.757879, 35.497181], + [77.797299, 35.491334], + [77.816394, 35.518616], + [77.85643, 35.487436], + [77.870596, 35.495232], + [77.914944, 35.465017], + [77.917408, 35.490847], + [77.951284, 35.478664], + [78.009799, 35.491821], + [78.029509, 35.469404], + [78.048603, 35.491334], + [78.140378, 35.494745], + [78.113892, 35.466967], + [78.107117, 35.437229], + [78.046755, 35.384063], + [78.013494, 35.366008], + [78.020885, 35.315237], + [78.01719, 35.228267], + [78.060306, 35.180344], + [78.062769, 35.114772], + [78.078784, 35.100084], + [78.124979, 35.108407], + [78.150849, 35.069721], + [78.123131, 35.036897], + [78.160704, 34.990823], + [78.201972, 34.974642], + [78.182262, 34.936874], + [78.206283, 34.891726], + [78.237696, 34.882398], + [78.230921, 34.776288], + [78.21429, 34.760556], + [78.213059, 34.717771], + [78.267261, 34.705472], + [78.265413, 34.651335], + [78.280812, 34.623269], + [78.346101, 34.60406], + [78.397224, 34.605538], + [78.427405, 34.594207], + [78.436029, 34.543942], + [78.492695, 34.578441], + [78.542586, 34.574499], + [78.559832, 34.55725], + [78.562912, 34.51288], + [78.58139, 34.505483], + [78.634977, 34.538026], + [78.708274, 34.522249], + [78.715049, 34.502031], + [78.758781, 34.481807], + [78.742766, 34.45467], + [78.809288, 34.432955], + [78.878273, 34.391481], + [78.899831, 34.354929], + [78.958961, 34.386049], + [78.973128, 34.362833], + [79.039649, 34.33467], + [79.048888, 34.348506], + [79.0107, 34.399877], + [79.039033, 34.421601], + [79.072294, 34.412714], + [79.161605, 34.441345], + [79.179467, 34.422588], + [79.241677, 34.415183], + [79.274322, 34.435916], + [79.326677, 34.44332], + [79.363017, 34.428018], + [79.435082, 34.447761], + [79.504683, 34.45467], + [79.545335, 34.476381], + [79.58106, 34.456151], + [79.675914, 34.451216], + [79.699936, 34.477861], + [79.735661, 34.471447], + [79.801566, 34.478847], + [79.861312, 34.528166], + [79.84345, 34.55725], + [79.88595, 34.642965], + [79.866856, 34.671517], + [79.906892, 34.683821], + [79.898268, 34.732035], + [79.947544, 34.821008], + [79.926602, 34.849499], + [79.961094, 34.862759], + [79.996819, 34.856375], + [80.003594, 34.895162], + [80.034391, 34.902033], + [80.041782, 34.943252], + [80.02392, 34.971209], + [80.04363, 35.022196], + [80.031311, 35.034447], + [80.078123, 35.076578], + [80.118159, 35.066293], + [80.23026, 35.147565], + [80.223484, 35.177409], + [80.257977, 35.203331], + [80.362687, 35.20871], + [80.267832, 35.295701], + [80.286926, 35.35283], + [80.321419, 35.38699], + [80.375006, 35.387966], + [80.432904, 35.449418], + [80.444607, 35.417235], + [80.514824, 35.391869], + [80.532686, 35.404553], + [80.56841, 35.391381], + [80.599823, 35.409431], + [80.65649, 35.393821], + [80.690982, 35.364544], + [80.689135, 35.339162], + [80.759968, 35.334768], + [80.844351, 35.345508], + [80.894242, 35.324027], + [80.924423, 35.330862], + [80.963844, 35.310842], + [81.026053, 35.31133], + [81.002648, 35.334768], + [81.030981, 35.337209], + [81.031597, 35.380648], + [81.054387, 35.402602], + [81.09935, 35.40748], + [81.103662, 35.386015], + [81.142466, 35.365032], + [81.191741, 35.36552], + [81.219458, 35.319144], + [81.26627, 35.322562], + [81.285364, 35.345508], + [81.314313, 35.337209], + [81.363588, 35.354783], + [81.385762, 35.335256], + [81.441196, 35.333303], + [81.447972, 35.318167], + [81.504638, 35.279092], + [81.513261, 35.23511], + [81.68634, 35.235599], + [81.736847, 35.26248], + [81.804601, 35.270786], + [81.853876, 35.25857], + [81.927789, 35.271275], + [81.955506, 35.307423], + [81.99123, 35.30547], + [82.030034, 35.321585], + [82.05344, 35.35039], + [82.029419, 35.426013], + [82.034346, 35.451855], + [82.071302, 35.450393], + [82.086701, 35.467454], + [82.164925, 35.495719], + [82.189563, 35.513258], + [82.234526, 35.520565], + [82.263475, 35.547837], + [82.2992, 35.544916], + [82.328149, 35.559523], + [82.350323, 35.611113], + [82.336156, 35.651486], + [82.392823, 35.656349], + [82.424852, 35.712736], + [82.468583, 35.717595], + [82.501844, 35.701073], + [82.546192, 35.708362], + [82.628727, 35.692324], + [82.652133, 35.67288], + [82.731589, 35.637868], + [82.780249, 35.666073], + [82.795031, 35.688436], + [82.873871, 35.688922], + [82.894813, 35.673852], + [82.967494, 35.667532], + [82.956407, 35.636409], + [82.981661, 35.599922], + [82.971806, 35.548324], + [82.998907, 35.484512], + [83.067892, 35.46258], + [83.088834, 35.425526], + [83.127022, 35.398699], + [83.178145, 35.38943], + [83.251442, 35.417722], + [83.280391, 35.401138], + [83.333978, 35.397236], + [83.405427, 35.380648], + [83.449159, 35.382111], + [83.502745, 35.360639], + [83.540318, 35.364056], + [83.54155, 35.341603], + [83.599448, 35.351366], + [83.622238, 35.335256], + [83.677672, 35.361128], + [83.785462, 35.36308], + [83.79778, 35.354783], + [83.885244, 35.367472], + [83.906186, 35.40309], + [84.005968, 35.422599], + [84.077417, 35.400163], + [84.095895, 35.362592], + [84.140859, 35.379184], + [84.160569, 35.359663], + [84.200605, 35.381135], + [84.274517, 35.404065], + [84.333032, 35.413821], + [84.424191, 35.466479], + [84.45314, 35.473303], + [84.475929, 35.516181], + [84.448828, 35.550272], + [84.513502, 35.564391], + [84.570168, 35.588242], + [84.628067, 35.595055], + [84.704443, 35.616951], + [84.729081, 35.613546], + [84.798066, 35.647595], + [84.920022, 35.696213], + [84.973608, 35.709334], + [84.99455, 35.737028], + [85.053065, 35.752086], + [85.146071, 35.742371], + [85.271107, 35.788989], + [85.341324, 35.753543], + [85.373969, 35.700101], + [85.518715, 35.680658], + [85.566142, 35.6403], + [85.612953, 35.651486], + [85.65299, 35.731199], + [85.691178, 35.751114], + [85.811286, 35.778794], + [85.835308, 35.771996], + [85.903677, 35.78462], + [85.949256, 35.778794], + [86.035488, 35.846738], + [86.05335, 35.842857], + [86.090306, 35.876809], + [86.093386, 35.906868], + [86.129111, 35.941761], + [86.150668, 36.00424], + [86.173458, 36.008113], + [86.199944, 36.047801], + [86.182081, 36.064734], + [86.187625, 36.130983], + [86.248603, 36.141616], + [86.2794, 36.170608], + [86.35824, 36.168676], + [86.392733, 36.206834], + [86.454943, 36.221319], + [86.515305, 36.205385], + [86.531935, 36.227113], + [86.599072, 36.222285], + [86.69947, 36.24449], + [86.746282, 36.291777], + [86.836209, 36.291294], + [86.86331, 36.299977], + [86.887332, 36.262829], + [86.931064, 36.265242], + [86.943998, 36.284058], + [86.996353, 36.308658], + [87.051788, 36.2966], + [87.08628, 36.310587], + [87.149106, 36.297565], + [87.161425, 36.325535], + [87.193454, 36.349158], + [87.292004, 36.358797], + [87.348055, 36.393008], + [87.363453, 36.420463], + [87.386859, 36.412757], + [87.426895, 36.42576], + [87.460155, 36.409868], + [87.470626, 36.354459], + [87.570409, 36.342409], + [87.6203, 36.360243], + [87.731785, 36.384818], + [87.767509, 36.3747], + [87.826023, 36.391563], + [87.838342, 36.383855], + [87.919646, 36.39349], + [87.95845, 36.408423], + [87.983088, 36.437797], + [88.006494, 36.430575], + [88.092109, 36.43539], + [88.134609, 36.427205], + [88.182652, 36.452721], + [88.222688, 36.447426], + [88.241782, 36.468605], + [88.282434, 36.470049], + [88.366202, 36.458016], + [88.356963, 36.477268], + [88.41055, 36.473418], + [88.470912, 36.48208], + [88.498629, 36.446463], + [88.573158, 36.461386], + [88.618121, 36.428168], + [88.623665, 36.389636], + [88.690186, 36.367954], + [88.766563, 36.292259], + [88.783809, 36.291777], + [88.802903, 36.33807], + [88.838628, 36.353496], + [88.870657, 36.348193], + [88.926091, 36.36458], + [88.964279, 36.318785], + [89.013554, 36.315409], + [89.054822, 36.291777], + [89.10225, 36.281164], + [89.126887, 36.254626], + [89.198952, 36.260417], + [89.232213, 36.295636], + [89.292575, 36.231457], + [89.335075, 36.23725], + [89.375727, 36.228078], + [89.490291, 36.151281], + [89.594385, 36.126632], + [89.614711, 36.109712], + [89.711414, 36.093272], + [89.766848, 36.073925], + [89.819819, 36.080697], + [89.914058, 36.079246], + [89.941159, 36.067637], + [89.944855, 36.140649], + [89.997825, 36.168193], + [90.019999, 36.213594], + [90.028006, 36.258486], + [90.003369, 36.278752], + [90.043405, 36.276822], + [90.058188, 36.255591], + [90.145651, 36.239181], + [90.130252, 36.2078], + [90.198006, 36.187516], + [90.23681, 36.160462], + [90.325505, 36.159496], + [90.424055, 36.133883], + [90.478258, 36.13195], + [90.534925, 36.147899], + [90.613149, 36.126632], + [90.659344, 36.13485], + [90.776373, 36.086501], + [90.815793, 36.035703], + [90.850285, 36.016827], + [90.922966, 36.028927], + [90.979017, 36.106811], + [91.081263, 36.088436], + [91.124994, 36.115514], + [91.09235, 36.163844], + [91.096045, 36.219871], + [91.051698, 36.238215], + [91.07264, 36.299012], + [91.026444, 36.323607], + [91.051698, 36.433946], + [91.028292, 36.443093], + [91.039995, 36.474861], + [91.035683, 36.529703], + [91.011662, 36.539801], + [90.905104, 36.560474], + [90.831191, 36.55807], + [90.810865, 36.585466], + [90.741264, 36.585947], + [90.72217, 36.620058], + [90.730793, 36.655594], + [90.706156, 36.658955], + [90.720938, 36.708868], + [90.754815, 36.721341], + [90.727098, 36.755872], + [90.732025, 36.825844], + [90.758511, 36.825844], + [90.853981, 36.915373], + [90.924198, 36.921115], + [90.983944, 36.913459], + [91.036915, 36.929727], + [91.051698, 36.96751], + [91.126842, 36.978507], + [91.133618, 37.007665], + [91.181045, 37.025345], + [91.216153, 37.010054], + [91.303617, 37.012444], + [91.291298, 37.042544], + [91.303617, 37.083136], + [91.286371, 37.105095], + [91.280211, 37.163779], + [91.1909, 37.205737], + [91.194596, 37.273868], + [91.134849, 37.324331], + [91.136081, 37.355734], + [91.113292, 37.387124], + [91.099741, 37.447965], + [91.073256, 37.475992], + [91.019669, 37.493088], + [90.958075, 37.477891], + [90.911879, 37.519674], + [90.865684, 37.53059], + [90.882314, 37.575664], + [90.854597, 37.604117], + [90.820104, 37.613599], + [90.777605, 37.648672], + [90.643946, 37.696988], + [90.586663, 37.703144], + [90.579272, 37.720661], + [90.519526, 37.730601], + [90.516446, 38.207111], + [90.531229, 38.319886], + [90.401882, 38.311434], + [90.361846, 38.300163], + [90.352607, 38.233441], + [90.280542, 38.238142], + [90.137644, 38.340543], + [90.179528, 38.396848], + [90.129636, 38.400131], + [90.111774, 38.418889], + [90.111774, 38.477945], + [90.130868, 38.494341], + [90.248513, 38.491531], + [90.315034, 38.501835], + [90.353222, 38.482162], + [90.427135, 38.493873], + [90.465323, 38.521971], + [90.463476, 38.556611], + [90.525685, 38.561291], + [90.560794, 38.593573], + [90.608837, 38.594508], + [90.606374, 38.610878], + [90.645794, 38.635191], + [90.619308, 38.664636], + [90.65996, 38.674449], + [90.724634, 38.658094], + [90.899561, 38.679588], + [90.970394, 38.697806], + [90.992567, 38.695003], + [91.188436, 38.73096], + [91.242639, 38.752433], + [91.298689, 38.746365], + [91.446515, 38.813546], + [91.501333, 38.815411], + [91.681188, 38.852706], + [91.694738, 38.86622], + [91.806223, 38.872744], + [91.87952, 38.884391], + [91.880752, 38.899297], + [91.966368, 38.930961], + [92.10865, 38.963541], + [92.173323, 38.960749], + [92.197961, 38.983548], + [92.263866, 39.002153], + [92.380279, 38.999828], + [92.416003, 39.010524], + [92.41046, 39.03842], + [92.366728, 39.059335], + [92.366112, 39.096037], + [92.343938, 39.146181], + [92.339011, 39.236628], + [92.378431, 39.258411], + [92.52564, 39.368611], + [92.639589, 39.514196], + [92.687632, 39.657174], + [92.745531, 39.868331], + [92.796654, 40.153897], + [92.906907, 40.310609], + [92.920458, 40.391792], + [92.928465, 40.572504], + [93.506216, 40.648376], + [93.760599, 40.664721], + [93.820961, 40.793519], + [93.809874, 40.879548], + [93.908424, 40.983539], + [94.01067, 41.114875], + [94.184365, 41.268444], + [94.534219, 41.505966], + [94.750413, 41.538227], + [94.809543, 41.619256], + [94.861898, 41.668451], + [94.969072, 41.718948], + [95.011572, 41.726541], + [95.110738, 41.768513], + [95.135991, 41.772976], + [95.16494, 41.735474], + [95.199433, 41.719395], + [95.194505, 41.694821], + [95.247476, 41.61344], + [95.299831, 41.565994], + [95.335556, 41.644305], + [95.39407, 41.693481], + [95.445193, 41.719841], + [95.57146, 41.796181], + [95.65646, 41.826067], + [95.759322, 41.835878], + [95.801206, 41.848361], + [95.855408, 41.849699], + [95.998306, 41.906289], + [96.054973, 41.936124], + [96.117183, 41.985966], + [96.137509, 42.019765], + [96.13874, 42.05399], + [96.077147, 42.149457], + [96.178161, 42.21775], + [96.040806, 42.326688], + [96.042038, 42.352787], + [96.06606, 42.414674], + [95.978596, 42.436762], + [96.0174, 42.482239], + [96.02356, 42.542675], + [96.072219, 42.569566], + [96.103632, 42.604375], + [96.166458, 42.623314], + [96.386348, 42.727592] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 710000, + "name": "台湾省", + "center": [121.509062, 25.044332], + "centroid": [120.971485, 23.749452], + "childrenNum": 0, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 31, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [120.443706, 22.441432], + [120.517619, 22.408793], + [120.569973, 22.361757], + [120.640806, 22.241605], + [120.659285, 22.154056], + [120.661748, 22.067007], + [120.651277, 22.033171], + [120.667908, 21.983235], + [120.701784, 21.927174], + [120.743052, 21.915515], + [120.781857, 21.923843], + [120.854537, 21.883309], + [120.873016, 21.897191], + [120.86624, 21.984345], + [120.907508, 22.033171], + [120.912436, 22.086418], + [120.903197, 22.12634], + [120.914899, 22.302525], + [120.981421, 22.528248], + [121.014682, 22.584069], + [121.03316, 22.650914], + [121.078739, 22.669691], + [121.170514, 22.723247], + [121.21055, 22.770711], + [121.237652, 22.836362], + [121.276456, 22.877171], + [121.324499, 22.945526], + [121.35468, 23.00999], + [121.370695, 23.084334], + [121.409499, 23.1025], + [121.430441, 23.137175], + [121.415042, 23.196047], + [121.440296, 23.271937], + [121.479716, 23.322507], + [121.497578, 23.419744], + [121.5216, 23.483431], + [121.522832, 23.538858], + [121.587505, 23.760878], + [121.621382, 23.920718], + [121.65957, 24.007125], + [121.63986, 24.064514], + [121.643556, 24.097843], + [121.678048, 24.133895], + [121.689135, 24.174303], + [121.809243, 24.339083], + [121.82649, 24.423572], + [121.867758, 24.47914], + [121.88562, 24.529784], + [121.892395, 24.617953], + [121.86283, 24.671261], + [121.841272, 24.734329], + [121.844968, 24.836476], + [121.933047, 24.938539], + [122.012503, 25.001471], + [121.98109, 25.030757], + [121.947214, 25.031841], + [121.917033, 25.138076], + [121.841888, 25.135367], + [121.782142, 25.160287], + [121.745186, 25.161912], + [121.707613, 25.191701], + [121.700222, 25.226896], + [121.655259, 25.242054], + [121.62323, 25.29455], + [121.585041, 25.309159], + [121.53515, 25.307535], + [121.444607, 25.27074], + [121.413194, 25.238806], + [121.371926, 25.159746], + [121.319572, 25.140785], + [121.209318, 25.12724], + [121.132942, 25.078466], + [121.102145, 25.075214], + [121.024537, 25.040517], + [121.009754, 24.993878], + [120.961095, 24.940167], + [120.914899, 24.864715], + [120.89211, 24.767482], + [120.82374, 24.688118], + [120.762147, 24.658208], + [120.68885, 24.600542], + [120.642654, 24.490033], + [120.589068, 24.43229], + [120.546568, 24.370159], + [120.520698, 24.311816], + [120.470807, 24.242533], + [120.451713, 24.182493], + [120.391967, 24.118055], + [120.316206, 23.984708], + [120.278018, 23.92783], + [120.245989, 23.840276], + [120.175156, 23.807427], + [120.102476, 23.701162], + [120.095084, 23.58768], + [120.12157, 23.504836], + [120.108019, 23.341191], + [120.081534, 23.291728], + [120.018708, 23.073322], + [120.029795, 23.048544], + [120.133272, 23.000625], + [120.149287, 22.896468], + [120.20041, 22.721039], + [120.274323, 22.560307], + [120.297112, 22.531565], + [120.443706, 22.441432] + ] + ], + [ + [ + [124.542782, 25.903886], + [124.584666, 25.908731], + [124.566804, 25.941563], + [124.542782, 25.903886] + ] + ], + [ + [ + [123.445178, 25.726102], + [123.469816, 25.712623], + [123.50862, 25.722867], + [123.512316, 25.755212], + [123.479055, 25.768687], + [123.445794, 25.749822], + [123.445178, 25.726102] + ] + ], + [ + [ + [119.646064, 23.550928], + [119.691028, 23.547087], + [119.678093, 23.600294], + [119.61034, 23.604132], + [119.601717, 23.575613], + [119.566608, 23.584937], + [119.562297, 23.530627], + [119.578927, 23.502641], + [119.609108, 23.503738], + [119.646064, 23.550928] + ] + ], + [ + [ + [123.666916, 25.914114], + [123.706952, 25.91519], + [123.689706, 25.939949], + [123.666916, 25.914114] + ] + ], + [ + [ + [119.506246, 23.625518], + [119.506246, 23.577259], + [119.47237, 23.556962], + [119.519181, 23.559705], + [119.52534, 23.62497], + [119.506246, 23.625518] + ] + ], + [ + [ + [119.497623, 23.38679], + [119.495159, 23.349982], + [119.516717, 23.349982], + [119.497623, 23.38679] + ] + ], + [ + [ + [119.557369, 23.666634], + [119.608492, 23.620035], + [119.615268, 23.661153], + [119.586318, 23.675952], + [119.557369, 23.666634] + ] + ], + [ + [ + [122.066706, 25.6247], + [122.087032, 25.61067], + [122.092575, 25.639268], + [122.066706, 25.6247] + ] + ], + [ + [ + [121.468013, 22.67687], + [121.474788, 22.643734], + [121.513592, 22.631582], + [121.514824, 22.676318], + [121.468013, 22.67687] + ] + ], + [ + [ + [121.510513, 22.086972], + [121.507433, 22.048704], + [121.533918, 22.022076], + [121.594281, 21.995443], + [121.604752, 22.022631], + [121.575186, 22.037055], + [121.575802, 22.0842], + [121.510513, 22.086972] + ] + ], + [ + [ + [122.097503, 25.499987], + [122.110438, 25.465952], + [122.122141, 25.495666], + [122.097503, 25.499987] + ] + ], + [ + [ + [119.421247, 23.216949], + [119.436029, 23.186146], + [119.453275, 23.216399], + [119.421247, 23.216949] + ] + ], + [ + [ + [120.355011, 22.327439], + [120.395663, 22.342385], + [120.383344, 22.355669], + [120.355011, 22.327439] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 810000, + "name": "香港特别行政区", + "center": [114.173355, 22.320048], + "centroid": [114.134357, 22.377366], + "childrenNum": 18, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 32, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [114.031778, 22.503923], + [114.000981, 22.491206], + [113.977575, 22.45692], + [113.918445, 22.418199], + [113.920293, 22.367845], + [113.951706, 22.355116], + [113.956633, 22.359543], + [113.980039, 22.366185], + [114.026234, 22.34792], + [113.955401, 22.298649], + [113.969568, 22.321349], + [113.898119, 22.308615], + [113.889496, 22.271514], + [113.8433, 22.229418], + [113.84946, 22.191188], + [113.899351, 22.215568], + [113.935691, 22.205041], + [113.981271, 22.229972], + [113.996669, 22.206149], + [114.026234, 22.229418], + [114.004676, 22.239389], + [114.02993, 22.263207], + [114.034857, 22.300864], + [114.069966, 22.326885], + [114.121089, 22.320795], + [114.145726, 22.300864], + [114.120473, 22.272068], + [114.164821, 22.226648], + [114.200545, 22.232188], + [114.203009, 22.206703], + [114.265835, 22.200608], + [114.248588, 22.274837], + [114.262139, 22.294773], + [114.284929, 22.263761], + [114.313262, 22.264315], + [114.315726, 22.299203], + [114.315726, 22.299756], + [114.278153, 22.328546], + [114.283081, 22.386661], + [114.322501, 22.385554], + [114.323117, 22.385554], + [114.323733, 22.385001], + [114.323733, 22.384447], + [114.356994, 22.340171], + [114.394566, 22.361757], + [114.385327, 22.41156], + [114.406269, 22.432582], + [114.406269, 22.433688], + [114.376088, 22.436454], + [114.325581, 22.479041], + [114.278769, 22.435901], + [114.220255, 22.427603], + [114.205473, 22.449729], + [114.23319, 22.466875], + [114.2529, 22.445304], + [114.340979, 22.50337], + [114.309566, 22.497288], + [114.28924, 22.52272], + [114.263987, 22.541515], + [114.263371, 22.541515], + [114.260291, 22.547595], + [114.232574, 22.528801], + [114.232574, 22.539857], + [114.222719, 22.553122], + [114.166052, 22.559201], + [114.156813, 22.543726], + [114.095219, 22.534329], + [114.082285, 22.512216], + [114.031778, 22.503923] + ] + ], + [ + [ + [114.142647, 22.213906], + [114.123553, 22.238836], + [114.120473, 22.177888], + [114.154965, 22.177888], + [114.166668, 22.205041], + [114.142647, 22.213906] + ] + ], + [ + [ + [114.305871, 22.372273], + [114.313878, 22.340724], + [114.332972, 22.353455], + [114.305255, 22.372826], + [114.305871, 22.372273] + ] + ], + [ + [ + [114.320037, 22.381127], + [114.323733, 22.384447], + [114.323733, 22.385001], + [114.323117, 22.385554], + [114.322501, 22.385554], + [114.319421, 22.382234], + [114.320037, 22.38168], + [114.320037, 22.381127] + ] + ], + [ + [ + [114.305871, 22.369506], + [114.305871, 22.372273], + [114.305255, 22.372826], + [114.305871, 22.369506] + ] + ], + [ + [ + [114.315726, 22.299203], + [114.316958, 22.298649], + [114.316342, 22.30031], + [114.315726, 22.299756], + [114.315726, 22.299203] + ] + ], + [ + [ + [114.319421, 22.382234], + [114.320037, 22.381127], + [114.320037, 22.38168], + [114.319421, 22.382234] + ] + ], + [ + [ + [114.372392, 22.32301], + [114.373008, 22.323564], + [114.372392, 22.323564], + [114.372392, 22.32301] + ] + ], + [ + [ + [114.323733, 22.297541], + [114.324349, 22.297541], + [114.323733, 22.298095], + [114.323733, 22.297541] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 820000, + "name": "澳门特别行政区", + "center": [113.54909, 22.198951], + "centroid": [113.566988, 22.159307], + "childrenNum": 8, + "level": "province", + "parent": { + "adcode": 100000 + }, + "subFeatureIndex": 33, + "acroutes": [100000] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [113.554425, 22.107489], + [113.6037, 22.132438], + [113.575983, 22.194513], + [113.558736, 22.212244], + [113.53841, 22.209473], + [113.534715, 22.174009], + [113.554425, 22.142416], + [113.554425, 22.107489] + ] + ], + [ + [ + [113.586453, 22.201162], + [113.575983, 22.201162], + [113.575983, 22.194513], + [113.586453, 22.201162] + ] + ] + ] + } + } + ] +} diff --git a/src/views/dataScreen/utils/map/xzqCode.js b/src/views/dataScreen/utils/map/xzqCode.js new file mode 100644 index 0000000..4302ce6 --- /dev/null +++ b/src/views/dataScreen/utils/map/xzqCode.js @@ -0,0 +1,177 @@ +export default { + "中国": { + "adcode": "100000", + "level": "country", + "name": "中华人民共和国" + }, + "新疆维吾尔自治区": { + "adcode": "650000", + "level": "province", + "name": "新疆维吾尔自治区" + }, + "湖北省": { + "adcode": "420000", + "level": "province", + "name": "湖北省" + }, + "辽宁省": { + "adcode": "210000", + "level": "province", + "name": "辽宁省" + }, + "广东省": { + "adcode": "440000", + "level": "province", + "name": "广东省" + }, + "内蒙古自治区": { + "adcode": "150000", + "level": "province", + "name": "内蒙古自治区" + }, + "黑龙江省": { + "adcode": "230000", + "level": "province", + "name": "黑龙江省" + }, + "河南省": { + "adcode": "410000", + "level": "province", + "name": "河南省" + }, + "山东省": { + "adcode": "370000", + "level": "province", + "name": "山东省" + }, + "陕西省": { + "adcode": "610000", + "level": "province", + "name": "陕西省" + }, + "贵州省": { + "adcode": "520000", + "level": "province", + "name": "贵州省" + }, + "上海市": { + "adcode": "310000", + "level": "province", + "name": "上海市" + }, + "重庆市": { + "adcode": "500000", + "level": "province", + "name": "重庆市" + }, + "西藏自治区": { + "adcode": "540000", + "level": "province", + "name": "西藏自治区" + }, + "安徽省": { + "adcode": "340000", + "level": "province", + "name": "安徽省" + }, + "福建省": { + "adcode": "350000", + "level": "province", + "name": "福建省" + }, + "湖南省": { + "adcode": "430000", + "level": "province", + "name": "湖南省" + }, + "海南省": { + "adcode": "460000", + "level": "province", + "name": "海南省" + }, + "江苏省": { + "adcode": "320000", + "level": "province", + "name": "江苏省" + }, + "青海省": { + "adcode": "630000", + "level": "province", + "name": "青海省" + }, + "广西壮族自治区": { + "adcode": "450000", + "level": "province", + "name": "广西壮族自治区" + }, + "宁夏回族自治区": { + "adcode": "640000", + "level": "province", + "name": "宁夏回族自治区" + }, + "浙江省": { + "adcode": "330000", + "level": "province", + "name": "浙江省" + }, + "河北省": { + "adcode": "130000", + "level": "province", + "name": "河北省" + }, + "香港特别行政区": { + "adcode": "810000", + "level": "province", + "name": "香港特别行政区" + }, + "台湾省": { + "adcode": "710000", + "level": "province", + "name": "台湾省" + }, + "澳门特别行政区": { + "adcode": "820000", + "level": "province", + "name": "澳门特别行政区" + }, + "甘肃省": { + "adcode": "620000", + "level": "province", + "name": "甘肃省" + }, + "四川省": { + "adcode": "510000", + "level": "province", + "name": "四川省" + }, + "天津市": { + "adcode": "120000", + "level": "province", + "name": "天津市" + }, + "江西省": { + "adcode": "360000", + "level": "province", + "name": "江西省" + }, + "云南省": { + "adcode": "530000", + "level": "province", + "name": "云南省" + }, + "山西省": { + "adcode": "140000", + "level": "province", + "name": "山西省" + }, + "北京市": { + "adcode": "110000", + "level": "province", + "name": "北京市" + }, + "吉林省": { + "adcode": "220000", + "level": "province", + "name": "吉林省" + } +} diff --git a/src/views/login/mixins.js b/src/views/login/mixins.js new file mode 100644 index 0000000..90a0159 --- /dev/null +++ b/src/views/login/mixins.js @@ -0,0 +1,20 @@ +// +---------------------------------------------------------------------- +// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] +// +---------------------------------------------------------------------- +// | Copyright (c) 2016~2023 https://www.crmeb.com All rights reserved. +// +---------------------------------------------------------------------- +// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 +// +---------------------------------------------------------------------- +// | Author: CRMEB Team +// +---------------------------------------------------------------------- +import iHeaderI18n from '@/layouts/basic-layout/header-i18n' +import { mapState } from 'vuex' + +export default { + components: { iHeaderI18n }, + computed: { + ...mapState('admin/layout', [ + 'showI18n' + ]) + } +} diff --git a/src/views/marketing/application/index.vue b/src/views/marketing/application/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/marketing/application/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/marketing/assist/index.vue b/src/views/marketing/assist/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/marketing/assist/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/marketing/atmosphere/index.vue b/src/views/marketing/atmosphere/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/marketing/atmosphere/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/marketing/border/index.vue b/src/views/marketing/border/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/marketing/border/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/marketing/broadcast/index.vue b/src/views/marketing/broadcast/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/marketing/broadcast/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/marketing/combination/index.vue b/src/views/marketing/combination/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/marketing/combination/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/marketing/coupon/index.vue b/src/views/marketing/coupon/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/marketing/coupon/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/marketing/integral/index.vue b/src/views/marketing/integral/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/marketing/integral/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/marketing/platformCoupon/index.vue b/src/views/marketing/platformCoupon/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/marketing/platformCoupon/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/marketing/seckill/index.vue b/src/views/marketing/seckill/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/marketing/seckill/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/marketing/studio/index.vue b/src/views/marketing/studio/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/marketing/studio/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/product/band/index.vue b/src/views/product/band/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/product/band/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/user/member/index.vue b/src/views/user/member/index.vue new file mode 100644 index 0000000..87ed26e --- /dev/null +++ b/src/views/user/member/index.vue @@ -0,0 +1,3 @@ + \ No newline at end of file