Helius
2020-06-08 9f4a559df527eb660fe67648dbb26e24136e9b77
init
435 files added
1 files modified
35084 ■■■■■ changed files
.gitignore 36 ●●●●● patch | view | raw | blame | history
LICENSE 201 ●●●●● patch | view | raw | blame | history
README.md 194 ●●●● patch | view | raw | blame | history
pom.xml 227 ●●●●● patch | view | raw | blame | history
screenshot/QQ.jpg patch | view | raw | blame | history
screenshot/jetbrains.png patch | view | raw | blame | history
screenshot/mobile_screenshot_1.jpg patch | view | raw | blame | history
screenshot/mobile_screenshot_2.jpg patch | view | raw | blame | history
screenshot/pad_screenshot_1.jpg patch | view | raw | blame | history
screenshot/pad_screenshot_2.jpg patch | view | raw | blame | history
screenshot/pad_screenshot_3.jpg patch | view | raw | blame | history
screenshot/pc_screenshot_1.jpg patch | view | raw | blame | history
screenshot/pc_screenshot_2.jpg patch | view | raw | blame | history
screenshot/pc_screenshot_3.jpg patch | view | raw | blame | history
screenshot/pc_screenshot_4.jpg patch | view | raw | blame | history
screenshot/pc_screenshot_5.jpg patch | view | raw | blame | history
screenshot/pc_screenshot_6.jpg patch | view | raw | blame | history
screenshot/treatme.jpg patch | view | raw | blame | history
sql/febs_base.sql 621 ●●●●● patch | view | raw | blame | history
sql/febs_quartz.sql 158 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/FebsShiroApplication.java 25 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/annotation/ControllerEndpoint.java 17 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/annotation/DataPermission.java 36 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/annotation/Desensitization.java 27 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/annotation/FebsEndPoint.java 18 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/annotation/Helper.java 18 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/annotation/IsCron.java 25 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/annotation/IsMobile.java 25 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/annotation/Limit.java 47 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/aspect/BaseAspectSupport.java 36 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/aspect/ControllerEndpointAspect.java 70 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/aspect/LimitAspect.java 93 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/authentication/ShiroConfig.java 187 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/authentication/ShiroHelper.java 20 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/authentication/ShiroRealm.java 115 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/authentication/ShiroSessionListener.java 29 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/configure/FebsConfigure.java 88 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/configure/MybatisPlusConfigure.java 50 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/configure/P6spySqlFormatConfigure.java 21 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/configure/RedisConfigure.java 46 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/controller/BaseController.java 49 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/converter/TimeConverter.java 32 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/entity/DeptTree.java 37 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/entity/DesensitizationType.java 40 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/entity/FebsConstant.java 54 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/entity/FebsResponse.java 44 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/entity/ImageType.java 18 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/entity/LimitType.java 15 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/entity/MenuTree.java 33 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/entity/QueryRequest.java 36 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/entity/Regexp.java 15 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/exception/FebsException.java 15 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/exception/FileDownloadException.java 14 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/exception/GeneratorException.java 15 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/exception/LimitAccessException.java 15 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/exception/RedisConnectException.java 15 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/handler/GlobalExceptionHandler.java 138 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/interceptor/DataPermissionInterceptor.java 129 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/interceptor/DesensitizationInterceptor.java 114 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/properties/FebsProperties.java 24 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/properties/ShiroProperties.java 18 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/properties/SwaggerProperties.java 19 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/properties/ValidateCodeProperties.java 39 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/runner/FebsStartedUpRunner.java 79 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/service/RedisService.java 562 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/service/ValidateCodeService.java 80 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/utils/AddressUtil.java 67 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/utils/DateUtil.java 49 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/utils/FebsUtil.java 117 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/utils/FileUtil.java 165 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/utils/HttpContextUtil.java 20 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/utils/IpUtil.java 32 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/utils/JsoupUtil.java 39 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/utils/Md5Util.java 21 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/utils/SortUtil.java 129 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/utils/SpringContextUtil.java 47 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/utils/TreeUtil.java 104 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/validator/CronValidator.java 28 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/validator/MobileValidator.java 35 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/xss/XssFilter.java 71 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/xss/XssHttpServletRequestWrapper.java 86 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/controller/GeneratorConfigController.java 47 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/controller/GeneratorController.java 101 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/controller/ViewController.java 37 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/entity/Column.java 30 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/entity/FieldType.java 13 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/entity/GeneratorConfig.java 123 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/entity/GeneratorConstant.java 68 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/entity/Table.java 30 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/helper/GeneratorHelper.java 142 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/mapper/GeneratorConfigMapper.java 11 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/mapper/GeneratorMapper.java 22 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/service/IGeneratorConfigService.java 25 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/service/IGeneratorService.java 43 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/service/impl/GeneratorConfigServiceImpl.java 32 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/generator/service/impl/GeneratorServiceImpl.java 42 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/configure/ScheduleConfigure.java 77 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/controller/JobController.java 107 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/controller/JobLogController.java 60 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/controller/ViewController.java 53 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/entity/Job.java 96 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/entity/JobLog.java 71 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/mapper/JobLogMapper.java 11 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/mapper/JobMapper.java 20 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/service/IJobLogService.java 38 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/service/IJobService.java 80 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/service/impl/JobLogServiceImpl.java 56 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/service/impl/JobServiceImpl.java 148 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/task/TestTask.java 20 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/util/ScheduleJob.java 66 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/util/ScheduleRunnable.java 47 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/job/util/ScheduleUtils.java 155 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/configure/FebsMonitorConfigure.java 18 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/controller/FebsActuatorController.java 72 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/controller/LogController.java 58 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/controller/LoginLogController.java 58 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/controller/SessionController.java 44 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/controller/ViewController.java 88 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/endpoint/FebsHttpTraceEndpoint.java 37 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/endpoint/FebsMetricsEndpoint.java 212 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/entity/ActiveUser.java 61 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/entity/FebsHttpTrace.java 37 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/entity/JvmInfo.java 70 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/entity/LoginLog.java 168 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/entity/ServerInfo.java 46 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/entity/SystemLog.java 87 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/entity/TomcatInfo.java 58 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/helper/FebsActuatorHelper.java 211 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/mapper/LogMapper.java 11 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/mapper/LoginLogMapper.java 43 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/service/ILogService.java 48 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/service/ILoginLogService.java 68 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/service/ISessionService.java 26 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/service/impl/LogServiceImpl.java 141 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/service/impl/LoginLogServiceImpl.java 90 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/monitor/service/impl/SessionServiceImpl.java 76 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/others/controller/DataPermissionTestController.java 37 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/others/controller/EximportController.java 123 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/others/controller/ViewController.java 104 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/others/entity/DataPermissionTest.java 60 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/others/entity/Eximport.java 47 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/others/mapper/DataPermissionTestMapper.java 13 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/others/mapper/EximportMapper.java 11 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/others/service/IDataPermissionTestService.java 21 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/others/service/IEximportService.java 32 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/others/service/impl/DataPermissionTestServiceImpl.java 29 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/others/service/impl/EximportServiceImpl.java 42 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/controller/DeptController.java 79 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/controller/LoginController.java 102 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/controller/MenuController.java 83 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/controller/RoleController.java 78 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/controller/UserController.java 137 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/controller/ViewController.java 179 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/entity/Dept.java 67 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/entity/Menu.java 112 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/entity/Role.java 67 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/entity/RoleMenu.java 30 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/entity/Test.java 19 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/entity/User.java 214 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/entity/UserDataPermission.java 19 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/entity/UserRole.java 30 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/mapper/DeptMapper.java 10 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/mapper/MenuMapper.java 27 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/mapper/RoleMapper.java 33 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/mapper/RoleMenuMapper.java 10 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/mapper/UserDataPermissionMapper.java 11 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/mapper/UserMapper.java 43 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/mapper/UserRoleMapper.java 11 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/IDeptService.java 59 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/IMenuService.java 66 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/IRoleMenuService.java 26 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/IRoleService.java 70 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/IUserDataPermissionService.java 36 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/IUserRoleService.java 26 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/IUserService.java 115 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/impl/DeptServiceImpl.java 119 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/impl/MenuServiceImpl.java 142 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/impl/RoleMenuServiceImpl.java 33 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/impl/RoleServiceImpl.java 113 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/impl/UserDataPermissionServiceImpl.java 43 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/impl/UserRoleServiceImpl.java 32 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/system/service/impl/UserServiceImpl.java 239 ●●●●● patch | view | raw | blame | history
src/main/resources/ValidationMessages.properties 6 ●●●●● patch | view | raw | blame | history
src/main/resources/application-dev.yml 49 ●●●●● patch | view | raw | blame | history
src/main/resources/application-prod.yml 49 ●●●●● patch | view | raw | blame | history
src/main/resources/application-test.yml 49 ●●●●● patch | view | raw | blame | history
src/main/resources/application.yml 37 ●●●●● patch | view | raw | blame | history
src/main/resources/banner.txt 10 ●●●●● patch | view | raw | blame | history
src/main/resources/febs.properties 43 ●●●●● patch | view | raw | blame | history
src/main/resources/generator/templates/controller.ftl 96 ●●●●● patch | view | raw | blame | history
src/main/resources/generator/templates/entity.ftl 67 ●●●●● patch | view | raw | blame | history
src/main/resources/generator/templates/mapper.ftl 14 ●●●●● patch | view | raw | blame | history
src/main/resources/generator/templates/mapperXml.ftl 5 ●●●●● patch | view | raw | blame | history
src/main/resources/generator/templates/service.ftl 55 ●●●●● patch | view | raw | blame | history
src/main/resources/generator/templates/serviceImpl.ftl 66 ●●●●● patch | view | raw | blame | history
src/main/resources/ip2region/ip2region.db patch | view | raw | blame | history
src/main/resources/logback-spring.xml 54 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/generator/GeneratorMapper.xml 41 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/job/JobMapper.xml 16 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/system/LoginLogMapper.xml 35 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/system/MenuMapper.xml 53 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/system/RoleMapper.xml 52 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/system/UserMapper.xml 152 ●●●●● patch | view | raw | blame | history
src/main/resources/spy.properties 13 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/config.js 18 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/css/apexcharts.min.css 1 ●●●● patch | view | raw | blame | history
src/main/resources/static/febs/css/eleTree.css 1 ●●●● patch | view | raw | blame | history
src/main/resources/static/febs/css/febs.css 1 ●●●● patch | view | raw | blame | history
src/main/resources/static/febs/css/formSelects-v4.css 174 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/css/login.css 1 ●●●● patch | view | raw | blame | history
src/main/resources/static/febs/font/iconfont.eot patch | view | raw | blame | history
src/main/resources/static/febs/font/iconfont.svg 1622 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/font/iconfont.ttf patch | view | raw | blame | history
src/main/resources/static/febs/font/iconfont.woff patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/17e420c250804efe904a09a33796d5a10.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/17e420c250804efe904a09a33796d5a16.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/19034103295190235.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/1d22f3e41d284f50b2c8fc32e0788698.jpeg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165754.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165815.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165821.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165827.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165834.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165840.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165846.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165855.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165909.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165914.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165920.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165927.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165936.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165942.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165947.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414165955.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/20180414170003.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/2dd7a2d09fa94bf8b5c52e5318868b4d9.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/2dd7a2d09fa94bf8b5c52e5318868b4df.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/496b3ace787342f7954b7045b8b06804.jpeg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/595ba7b05f2e485eb50565a50cb6cc3c.jpeg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/5997fedcc7bd4cffbd350b40d1b5b9824.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/5997fedcc7bd4cffbd350b40d1b5b987.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/87d8194bc9834e9f8f0228e9e530beb1.jpeg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/8f5b60ef00714a399ee544d331231820.jpeg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/964e40b005724165b8cf772355796c8c.jpeg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/BiazfanxmamNRoxxVxka.png patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/WhxKECPNujWoWEFNdnJE.png patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/a3b10296862e40edb811418d64455d00.jpeg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/a43456282d684e0b9319cf332f8ac468.jpeg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/bba284ac05b041a8b8b0d1927868d5c9x.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/c7c4ee7be3eb4e73a19887dc713505145.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/cnrhVkzwxjPwAaCfPbdc.png patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/default.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/empty.jpg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/ff698bb2d25c4d218b3256b46c706ece.jpeg patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/gaOngJwsRYRaVAuXXcmB.png patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/jZUIxmJycoymBprLOUbT.png patch | view | raw | blame | history
src/main/resources/static/febs/images/avatar/ubnKSIfAJTxIgXOKlciN.png patch | view | raw | blame | history
src/main/resources/static/febs/images/background.svg 69 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/images/error/403.svg 508 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/images/error/404.svg 314 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/images/error/500.svg 208 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/images/favicon.ico patch | view | raw | blame | history
src/main/resources/static/febs/images/logo.png patch | view | raw | blame | history
src/main/resources/static/febs/images/side-bar-dark.svg 40 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/images/side-bar-light.svg 40 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/index.js 8 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/lay/data/dataSeries.js 1793 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/lay/extends/apexcharts.min.js 9 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/lay/extends/eleTree.js 1418 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/lay/extends/formSelects-v4.min.js 1 ●●●● patch | view | raw | blame | history
src/main/resources/static/febs/lay/extends/treeSelect.js 1 ●●●● patch | view | raw | blame | history
src/main/resources/static/febs/lay/modules/api.js 5 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/lay/modules/dropdown.js 154 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/lay/modules/febs.js 671 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/lay/modules/loadBar.js 85 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/lay/modules/validate.js 87 ●●●●● patch | view | raw | blame | history
src/main/resources/static/febs/lay/modules/view.js 549 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/css/layui.css 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/css/layui.mobile.css 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/css/modules/code.css 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/css/modules/laydate/default/laydate.css 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/css/modules/layer/default/icon-ext.png patch | view | raw | blame | history
src/main/resources/static/layui/css/modules/layer/default/icon.png patch | view | raw | blame | history
src/main/resources/static/layui/css/modules/layer/default/layer.css 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/css/modules/layer/default/loading-0.gif patch | view | raw | blame | history
src/main/resources/static/layui/css/modules/layer/default/loading-1.gif patch | view | raw | blame | history
src/main/resources/static/layui/css/modules/layer/default/loading-2.gif patch | view | raw | blame | history
src/main/resources/static/layui/font/iconfont.eot patch | view | raw | blame | history
src/main/resources/static/layui/font/iconfont.svg 485 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/font/iconfont.ttf patch | view | raw | blame | history
src/main/resources/static/layui/font/iconfont.woff patch | view | raw | blame | history
src/main/resources/static/layui/font/iconfont.woff2 patch | view | raw | blame | history
src/main/resources/static/layui/images/face/0.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/1.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/10.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/11.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/12.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/13.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/14.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/15.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/16.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/17.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/18.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/19.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/2.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/20.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/21.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/22.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/23.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/24.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/25.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/26.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/27.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/28.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/29.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/3.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/30.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/31.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/32.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/33.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/34.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/35.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/36.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/37.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/38.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/39.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/4.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/40.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/41.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/42.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/43.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/44.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/45.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/46.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/47.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/48.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/49.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/5.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/50.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/51.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/52.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/53.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/54.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/55.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/56.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/57.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/58.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/59.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/6.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/60.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/61.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/62.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/63.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/64.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/65.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/66.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/67.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/68.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/69.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/7.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/70.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/71.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/8.gif patch | view | raw | blame | history
src/main/resources/static/layui/images/face/9.gif patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/carousel.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/code.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/colorpicker.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/element.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/flow.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/form.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/jquery.js 5 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/laydate.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/layedit.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/layer.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/laypage.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/laytpl.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/mobile.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/rate.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/slider.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/table.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/transfer.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/tree.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/upload.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/lay/modules/util.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/layui.all.js 5 ●●●●● patch | view | raw | blame | history
src/main/resources/static/layui/layui.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/error/403.html 40 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/error/404.html 42 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/error/500.html 42 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/error/403.html 23 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/error/404.html 25 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/error/500.html 23 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/generator/configure.html 168 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/generator/generator.html 131 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/index.html 428 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/job/job.html 285 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/job/jobAdd.html 78 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/job/jobLog.html 209 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/job/jobUpdate.html 109 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/layout.html 180 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/login.html 213 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/monitor/httpTrace.html 137 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/monitor/jvmInfo.html 179 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/monitor/log.html 207 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/monitor/loginLog.html 184 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/monitor/online.html 137 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/monitor/serverInfo.html 125 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/monitor/swagger.html 12 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/monitor/tomcatInfo.html 152 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/apex/area.html 756 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/apex/bar.html 631 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/apex/column.html 480 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/apex/line.html 923 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/apex/mix.html 374 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/apex/radar.html 152 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/datapermission/test.html 41 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/eximport/eximport.html 90 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/eximport/eximportResult.html 141 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/febs/form.html 211 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/febs/formGroup.html 287 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/febs/icon.html 4299 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/febs/others.html 74 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/febs/tools.html 238 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/others/map/gaodeMap.html 36 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/system/dept/dept.html 245 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/system/menu/menu.html 337 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/system/role/role.html 284 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/system/user/avatar.html 90 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/system/user/passwordUpdate.html 56 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/system/user/profileUpdate.html 110 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/system/user/user.html 315 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/system/user/userAdd.html 180 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/system/user/userDetail.html 72 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/system/user/userProfile.html 204 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/system/user/userUpdate.html 216 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/index.html 41 ●●●●● patch | view | raw | blame | history
.gitignore
New file
@@ -0,0 +1,36 @@
HELP.md
target/
logs/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
.mvn
mvnw
mvnw.cmd
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
### VS Code ###
.vscode/
LICENSE
New file
@@ -0,0 +1,201 @@
                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   1. Definitions.
      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.
      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.
      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.
      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.
      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.
      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.
      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).
      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.
      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."
      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.
   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.
   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.
   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:
      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and
      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and
      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and
      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.
      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.
   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.
   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.
   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.
   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.
   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.
   END OF TERMS AND CONDITIONS
   APPENDIX: How to apply the Apache License to your work.
      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.
   Copyright [yyyy] [name of copyright owner]
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
       http://www.apache.org/licenses/LICENSE-2.0
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
README.md
@@ -1,39 +1,179 @@
# new_excoin_manage
### 编辑器记得安装lombok插件
#### 介绍
{**以下是码云平台说明,您可以替换此简介**
码云是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台
无论是个人、团队、或是企业,都能够用码云实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
### FEBS-Shiro 2.0
![https://img.shields.io/badge/license-Apache%202.0-blue.svg?longCache=true&style=flat-square](https://img.shields.io/badge/license-Apache%202.0-blue.svg?longCache=true&style=flat-square)
![https://img.shields.io/badge/springboot-2.2.1-yellow.svg?style=flat-square](https://img.shields.io/badge/springboot-2.2.1-yellow.svg?style=flat-square)
![https://img.shields.io/badge/shiro-1.4.2-orange.svg?longCache=true&style=flat-square](https://img.shields.io/badge/shiro-1.4.2-orange.svg?longCache=true&style=flat-square)
![https://img.shields.io/badge/layui-2.5.5-brightgreen.svg?longCache=true&style=flat-square](https://img.shields.io/badge/layui-2.5.5-brightgreen.svg?longCache=true&style=flat-square)
#### 软件架构
软件架构说明
FEBS-Shiro是一款简单高效的后台权限管理系统,使用Spring Boot,Shiro和Layui构建。FEBS意指:**F**ast,**E**asy use,**B**eautiful和**S**afe。相信无论作为企业级应用,私活开发脚手架或者权限系统构建学习,FEBS-Shiro都会是一个不错的选择。
### 演示地址
[http://47.104.70.138:8080](http://47.104.70.138:8080/login)
演示环境账号密码:
账号 | 密码| 权限
---|---|---
scott | 1234qwer | 注册账户,拥有查看,新增权限(新增用户除外)和导出Excel权限
#### 安装教程
本地部署账号密码:
1.  xxxx
2.  xxxx
3.  xxxx
账号 | 密码| 权限
---|---|---
mrbird | 1234qwer |超级管理员,拥有所有增删改查权限
scott | 1234qwer | 注册账户,拥有查看,新增权限(新增用户除外)和导出Excel权限
micaela | 1234qwer |系统监测员,负责整个系统监控模块
Jana   | 1234qwer  |跑批人员,负责任务调度跑批模块
#### 使用说明
### 更多版本
当前分支为2.0版本,页面采用Layui全新构建,FEBS的其他版本:
1.  xxxx
2.  xxxx
3.  xxxx
名称 | 描述| 地址
---|---|---
FEBS-Shiro 1.x | Spring Boot 2.0.4 & Shiro1.4.2 权限管理系统(单页)。 | [https://github.com/wuyouzhuguli/FEBS-Shiro/tree/mysql](https://github.com/wuyouzhuguli/FEBS-Shiro/tree/mysql)
FEBS-Security | Spring Boot 2.0.4 & Spring Security 5.0.7 权限管理系统(单页)。 | [https://github.com/wuyouzhuguli/FEBS-Security](https://github.com/wuyouzhuguli/FEBS-Security)
FEBS-Vue | FEBS-Shiro前后端分离版本,前端架构采用Vue全家桶。 | [https://github.com/wuyouzhuguli/FEBS-Vue](https://github.com/wuyouzhuguli/FEBS-Vue)
FEBS-Cloud | 基于Spring Cloud的微服务权限系统 | [https://github.com/wuyouzhuguli/FEBS-Cloud](https://github.com/wuyouzhuguli/FEBS-Cloud)
#### 参与贡献
### 系统模块
系统功能模块组成如下所示:
```
├─系统管理
│  ├─用户管理
│  ├─角色管理
│  ├─菜单管理
│  └─部门管理
├─系统监控
│  ├─在线用户
│  ├─系统日志
│  ├─登录日志
│  ├─请求追踪
│  ├─系统信息
│  │  ├─JVM信息
│  │  ├─TOMCAT信息
│  │  └─服务器信息
├─任务调度
│  ├─定时任务
│  └─调度日志
├─代码生成
│  ├─生成配置
│  ├─代码生成
└─其他模块
   ├─FEBS组件
   │  ├─表单组件
   │  ├─表单组合
   │  ├─FEBS工具
   │  ├─系统图标
   │  └─其他组件
   ├─APEX图表
   ├─高德地图
   └─导入导出
```
### 系统特点
1.  Fork 本仓库
2.  新建 Feat_xxx 分支
3.  提交代码
4.  新建 Pull Request
1. 前后端请求参数校验
2. 支持Excel导入导出
#### 码云特技
3. 前端页面布局多样化,主题多样化
1.  使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2.  码云官方博客 [blog.gitee.com](https://blog.gitee.com)
3.  你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
4.  [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
5.  码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6.  码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
4. 支持多数据源,代码生成
5. 多Tab页面,适合企业应用
6. 用户权限动态刷新
7. 浏览器兼容性好,页面支持PC,Pad和移动端。
8. 代码简单,结构清晰
### 技术选型
#### 后端
- [Spring Boot 2.2.1](http://spring.io/projects/spring-boot/)
- [Mybatis-Plus](https://mp.baomidou.com/guide/)
- [MySQL 5.7.x](https://dev.mysql.com/downloads/mysql/5.7.html#downloads),[Hikari](https://brettwooldridge.github.io/HikariCP/),[Redis](https://redis.io/)
- [Shiro 1.4.2](http://shiro.apache.org/)
#### 前端
- [Layui 2.5.5](https://www.layui.com/)
- [Nepadmin](https://gitee.com/june000/nep-admin)
- [formSelects 4.x 多选框](https://hnzzmsf.github.io/example/example_v4.html)
- [eleTree 树组件](https://layuiextend.hsianglee.cn/eletree/)
- [formSelect.js树形下拉](https://wujiawei0926.gitee.io/treeselect/docs/doc.html)
- [Apexcharts图表](https://apexcharts.com/)
### 系统截图
#### PC端
![screenshot](screenshot/pc_screenshot_1.jpg)
![screenshot](screenshot/pc_screenshot_2.jpg)
![screenshot](screenshot/pc_screenshot_3.jpg)
![screenshot](screenshot/pc_screenshot_4.jpg)
![screenshot](screenshot/pc_screenshot_5.jpg)
![screenshot](screenshot/pc_screenshot_6.jpg)
#### 手机
![screenshot](screenshot/mobile_screenshot_1.jpg)
![screenshot](screenshot/mobile_screenshot_2.jpg)
#### Pad
![screenshot](screenshot/pad_screenshot_1.jpg)
![screenshot](screenshot/pad_screenshot_2.jpg)
![screenshot](screenshot/pad_screenshot_3.jpg)
### 浏览器兼容
|[<img src="https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png" alt="Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari |[<img src="https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera
| --------- | --------- | --------- | --------- | --------- |--------- |
|IE 10+| Edge| last 15 versions| last 15 versions| last 10 versions| last 15 versions
### 参与贡献
欢迎提交PR一起完善项目,以下为提PR并合并的小伙伴(排名不分先后):
<a href="https://github.com/everhopingandwaiting">
    <img src="https://avatars3.githubusercontent.com/u/6021724?s=400&v=4" width="45px"></a>
<a href="https://github.com/mgzu">
    <img src="https://avatars1.githubusercontent.com/u/29629221?s=400&v=4" width="45px"></a>
<a href="https://github.com/yuuki80code">
    <img src="https://avatars0.githubusercontent.com/u/17798853?s=400&v=4" width="45px"></a>
<a href="https://github.com/cinsin">
    <img src="https://avatars1.githubusercontent.com/u/12856067?s=400&v=4" width="45px"></a>
<a href="https://github.com/Minnull">
    <img src="https://avatars2.githubusercontent.com/u/19608781?s=400&v=4" width="45px"></a>
<a href="https://github.com/Harrison0x80">
    <img src="https://avatars2.githubusercontent.com/u/8622915?s=400&v=4" width="45px"></a>
<a href="https://github.com/notlcry">
    <img src="https://avatars2.githubusercontent.com/u/1989218?s=400&v=4" width="45px"></a>
<a href="https://github.com/gelibo">
    <img src="https://avatars1.githubusercontent.com/u/14520562?s=400&v=4" width="45px"></a>
<a href="https://github.com/FiseTch">
    <img src="https://avatars0.githubusercontent.com/u/29654322?s=400&v=4" width="45px"></a>
<a href="https://github.com/pangPython">
    <img src="https://avatars3.githubusercontent.com/u/12680677?s=400&v=4" width="45px"></a>
<a href="https://github.com/atsushinee">
    <img src="https://avatars2.githubusercontent.com/u/26084189?s=400&v=4" width="45px"></a>
<a href="https://github.com/liuzhuoming23">
    <img src="https://avatars1.githubusercontent.com/u/41719224?s=400&v=4" width="45px"></a>
<a href="https://github.com/yqmmm">
    <img src="https://avatars2.githubusercontent.com/u/38187913?s=400&v=4" width="45px"></a>
<a href="https://github.com/wtune">
    <img src="https://avatars1.githubusercontent.com/u/59522871?s=400&v=4" width="45px"></a>
<a href="https://github.com/robinliu2827">
    <img src="https://avatars2.githubusercontent.com/u/46709292?s=400&v=4" width="45px"></a>
### 反馈交流
加入QQ群和大家一起~~交流~~吹水:
![qq](screenshot/QQ.jpg)
### 特别赞助
<a href="https://www.jetbrains.com/?from=FEBS Shiro">
    <img src="screenshot/jetbrains.png" width="100px"></a>
### 支持作者
如果该系统对您有帮助的话,请作者喝杯肥宅水吧🍺~
![treatme](screenshot/treatme.jpg)
pom.xml
New file
@@ -0,0 +1,227 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.xcong</groupId>
    <artifactId>excoin-back</artifactId>
    <version>2.0</version>
    <name>excoin-back</name>
    <description>coin back manage</description>
    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.2.5.RELEASE</version>
        <relativePath/> <!-- lookup parent from repository -->
    </parent>
    <properties>
        <java.version>1.8</java.version>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
        <mybatis.plus.version>3.3.1</mybatis.plus.version>
        <swagger.ui>2.9.2</swagger.ui>
        <tomcat.version>9.0.31</tomcat.version>
    </properties>
    <dependencies>
        <!-- Spring系列 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-aop</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-thymeleaf</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-data-redis</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-cache</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-configuration-processor</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-actuator</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
        <!-- redis连接池 -->
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-pool2</artifactId>
        </dependency>
        <!-- 任务调度 -->
        <dependency>
            <groupId>org.quartz-scheduler</groupId>
            <artifactId>quartz</artifactId>
        </dependency>
        <!-- MyBatis增强插件 -->
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-boot-starter</artifactId>
            <version>${mybatis.plus.version}</version>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-generator</artifactId>
            <version>${mybatis.plus.version}</version>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
            <version>3.0.0</version>
        </dependency>
        <!-- freemaker模板引擎,用于定义代码生成模板 -->
        <dependency>
            <groupId>org.freemarker</groupId>
            <artifactId>freemarker</artifactId>
            <version>2.3.28</version>
        </dependency>
        <!-- 控制台 SQL日志打印插件 -->
        <dependency>
            <groupId>p6spy</groupId>
            <artifactId>p6spy</artifactId>
            <version>3.8.1</version>
        </dependency>
        <!-- mysql驱动 -->
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <scope>runtime</scope>
        </dependency>
        <!-- shiro -->
        <dependency>
            <groupId>org.apache.shiro</groupId>
            <artifactId>shiro-spring</artifactId>
            <version>1.4.2</version>
        </dependency>
        <dependency>
            <groupId>org.crazycake</groupId>
            <artifactId>shiro-redis</artifactId>
            <version>3.2.3</version>
            <!-- 排除最新3.1.0版本,引用2.9.0版本,https://github.com/alexxiyang/shiro-redis/issues/113 -->
            <exclusions>
                <exclusion>
                    <groupId>redis.clients</groupId>
                    <artifactId>jedis</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>redis.clients</groupId>
            <artifactId>jedis</artifactId>
            <version>2.9.0</version>
        </dependency>
        <dependency>
            <groupId>com.github.theborakompanioni</groupId>
            <artifactId>thymeleaf-extras-shiro</artifactId>
            <version>2.0.0</version>
        </dependency>
        <!-- IP定位插件 -->
        <dependency>
            <groupId>org.lionsoul</groupId>
            <artifactId>ip2region</artifactId>
            <version>1.7.2</version>
        </dependency>
        <!-- commons工具 -->
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.6</version>
        </dependency>
        <!-- google guava -->
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>27.0-jre</version>
        </dependency>
        <!-- Excel导入导出插件 -->
        <dependency>
            <groupId>com.wuwenze</groupId>
            <artifactId>ExcelKit</artifactId>
            <version>2.0.72</version>
        </dependency>
        <!-- lombok -->
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
            <optional>true</optional>
        </dependency>
        <!-- fastjson -->
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>fastjson</artifactId>
            <version>1.2.70</version>
        </dependency>
        <!-- 验证码生成插件 -->
        <dependency>
            <groupId>com.github.whvcse</groupId>
            <artifactId>easy-captcha</artifactId>
            <version>1.6.2</version>
        </dependency>
        <!-- xss过滤 -->
        <dependency>
            <groupId>org.jsoup</groupId>
            <artifactId>jsoup</artifactId>
            <version>1.12.1</version>
        </dependency>
        <dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger2</artifactId>
            <version>${swagger.ui}</version>
        </dependency>
        <dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger-ui</artifactId>
            <version>${swagger.ui}</version>
        </dependency>
        <dependency>
            <groupId>xml-apis</groupId>
            <artifactId>xml-apis</artifactId>
            <version>1.4.01</version>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>
screenshot/QQ.jpg
screenshot/jetbrains.png
screenshot/mobile_screenshot_1.jpg
screenshot/mobile_screenshot_2.jpg
screenshot/pad_screenshot_1.jpg
screenshot/pad_screenshot_2.jpg
screenshot/pad_screenshot_3.jpg
screenshot/pc_screenshot_1.jpg
screenshot/pc_screenshot_2.jpg
screenshot/pc_screenshot_3.jpg
screenshot/pc_screenshot_4.jpg
screenshot/pc_screenshot_5.jpg
screenshot/pc_screenshot_6.jpg
screenshot/treatme.jpg
sql/febs_base.sql
New file
@@ -0,0 +1,621 @@
/*
 Navicat Premium Data Transfer
 Source Server         : localhost_mysql_5.7
 Source Server Type    : MySQL
 Source Server Version : 50726
 Source Host           : localhost:3306
 Source Schema         : febs_base
 Target Server Type    : MySQL
 Target Server Version : 50726
 File Encoding         : 65001
 Date: 04/12/2019 16:48:56
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for t_dept
-- ----------------------------
DROP TABLE IF EXISTS `t_dept`;
CREATE TABLE `t_dept`  (
                           `DEPT_ID` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '部门ID',
                           `PARENT_ID` bigint(20) NOT NULL COMMENT '上级部门ID',
                           `DEPT_NAME` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '部门名称',
                           `ORDER_NUM` bigint(20) NULL DEFAULT NULL COMMENT '排序',
                           `CREATE_TIME` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
                           `MODIFY_TIME` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
                           PRIMARY KEY (`DEPT_ID`) USING BTREE,
                           KEY `t_dept_parent_id` (`PARENT_ID`),
                           KEY `t_dept_dept_name` (`DEPT_NAME`)
) ENGINE = InnoDB AUTO_INCREMENT = 11 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '部门表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of t_dept
-- ----------------------------
INSERT INTO `t_dept` VALUES (1, 0, '开发部', 1, '2019-06-14 20:56:41', NULL);
INSERT INTO `t_dept` VALUES (2, 1, '开发一部', 1, '2019-06-14 20:58:46', NULL);
INSERT INTO `t_dept` VALUES (3, 1, '开发二部', 2, '2019-06-14 20:58:56', NULL);
INSERT INTO `t_dept` VALUES (4, 0, '采购部', 2, '2019-06-14 20:59:56', NULL);
INSERT INTO `t_dept` VALUES (5, 0, '财务部', 3, '2019-06-14 21:00:08', NULL);
INSERT INTO `t_dept` VALUES (6, 0, '销售部', 4, '2019-06-14 21:00:15', NULL);
INSERT INTO `t_dept` VALUES (7, 0, '工程部', 5, '2019-06-14 21:00:42', NULL);
INSERT INTO `t_dept` VALUES (8, 0, '行政部', 6, '2019-06-14 21:00:49', NULL);
INSERT INTO `t_dept` VALUES (9, 0, '人力资源部', 8, '2019-06-14 21:01:14', '2019-06-14 21:01:34');
INSERT INTO `t_dept` VALUES (10, 0, '系统部', 7, '2019-06-14 21:01:31', NULL);
-- ----------------------------
-- Table structure for t_eximport
-- ----------------------------
DROP TABLE IF EXISTS `t_eximport`;
CREATE TABLE `t_eximport`  (
                               `FIELD1` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '字段1',
                               `FIELD2` int(11) NOT NULL COMMENT '字段2',
                               `FIELD3` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '字段3',
                               `CREATE_TIME` datetime(0) NOT NULL
) ENGINE = MyISAM CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = 'Excel导入导出测试' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of t_eximport
-- ----------------------------
INSERT INTO `t_eximport` VALUES ('字段1', 1, 'mrbird0@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 2, 'mrbird1@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 3, 'mrbird2@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 4, 'mrbird3@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 5, 'mrbird4@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 6, 'mrbird5@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 7, 'mrbird6@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 8, 'mrbird7@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 9, 'mrbird8@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 10, 'mrbird9@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 11, 'mrbird10@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 12, 'mrbird11@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 13, 'mrbird12@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 14, 'mrbird13@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 15, 'mrbird14@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 16, 'mrbird15@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 17, 'mrbird16@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 18, 'mrbird17@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 19, 'mrbird18@gmail.com', '2019-06-13 03:14:06');
INSERT INTO `t_eximport` VALUES ('字段1', 20, 'mrbird19@gmail.com', '2019-06-13 03:14:06');
-- ----------------------------
-- Table structure for t_generator_config
-- ----------------------------
DROP TABLE IF EXISTS `t_generator_config`;
CREATE TABLE `t_generator_config`  (
                                       `id` int(11) NOT NULL COMMENT '主键',
                                       `author` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '作者',
                                       `base_package` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '基础包名',
                                       `entity_package` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'entity文件存放路径',
                                       `mapper_package` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'mapper文件存放路径',
                                       `mapper_xml_package` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'mapper xml文件存放路径',
                                       `service_package` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'servcie文件存放路径',
                                       `service_impl_package` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'serviceImpl文件存放路径',
                                       `controller_package` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'controller文件存放路径',
                                       `is_trim` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '是否去除前缀 1是 0否',
                                       `trim_value` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '前缀内容',
                                       PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '代码生成配置表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of t_generator_config
-- ----------------------------
INSERT INTO `t_generator_config` VALUES (1, 'MrBird', 'com.xcong.excoin.gen', 'entity', 'mapper', 'mapper', 'service', 'service.impl', 'controller', '1', 't_');
-- ----------------------------
-- Table structure for t_job
-- ----------------------------
DROP TABLE IF EXISTS `t_job`;
CREATE TABLE `t_job`  (
                          `JOB_ID` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '任务id',
                          `BEAN_NAME` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'spring bean名称',
                          `METHOD_NAME` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '方法名',
                          `PARAMS` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '参数',
                          `CRON_EXPRESSION` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'cron表达式',
                          `STATUS` char(2) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '任务状态  0:正常  1:暂停',
                          `REMARK` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '备注',
                          `CREATE_TIME` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
                          PRIMARY KEY (`JOB_ID`) USING BTREE,
                          KEY `t_job_create_time` (`CREATE_TIME`)
) ENGINE = InnoDB AUTO_INCREMENT = 12 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '定时任务表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of t_job
-- ----------------------------
INSERT INTO `t_job` VALUES (1, 'testTask', 'test', 'mrbird', '0/1 * * * * ?', '1', '有参任务调度测试~~', '2018-02-24 16:26:14');
INSERT INTO `t_job` VALUES (2, 'testTask', 'test1', NULL, '0/10 * * * * ?', '1', '无参任务调度测试', '2018-02-24 17:06:23');
INSERT INTO `t_job` VALUES (3, 'testTask', 'test', 'hello world', '0/1 * * * * ?', '1', '有参任务调度测试,每隔一秒触发', '2018-02-26 09:28:26');
INSERT INTO `t_job` VALUES (11, 'testTask', 'test2', NULL, '0/5 * * * * ?', '1', '测试异常', '2018-02-26 11:15:30');
-- ----------------------------
-- Table structure for t_job_log
-- ----------------------------
DROP TABLE IF EXISTS `t_job_log`;
CREATE TABLE `t_job_log`  (
                              `LOG_ID` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '任务日志id',
                              `JOB_ID` bigint(20) NOT NULL COMMENT '任务id',
                              `BEAN_NAME` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'spring bean名称',
                              `METHOD_NAME` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '方法名',
                              `PARAMS` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '参数',
                              `STATUS` char(2) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '任务状态    0:成功    1:失败',
                              `ERROR` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '失败信息',
                              `TIMES` decimal(11, 0) NULL DEFAULT NULL COMMENT '耗时(单位:毫秒)',
                              `CREATE_TIME` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
                              PRIMARY KEY (`LOG_ID`) USING BTREE,
                              KEY `t_job_log_create_time` (`CREATE_TIME`)
) ENGINE = MyISAM AUTO_INCREMENT = 2562 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '调度日志表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for t_log
-- ----------------------------
DROP TABLE IF EXISTS `t_log`;
CREATE TABLE `t_log`  (
                          `ID` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '日志ID',
                          `USERNAME` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作用户',
                          `OPERATION` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '操作内容',
                          `TIME` decimal(11, 0) NULL DEFAULT NULL COMMENT '耗时',
                          `METHOD` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '操作方法',
                          `PARAMS` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '方法参数',
                          `IP` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作者IP',
                          `CREATE_TIME` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
                          `location` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作地点',
                          PRIMARY KEY (`ID`) USING BTREE,
                          KEY `t_log_create_time` (`CREATE_TIME`)
) ENGINE = MyISAM AUTO_INCREMENT = 1011 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '操作日志表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for t_login_log
-- ----------------------------
DROP TABLE IF EXISTS `t_login_log`;
CREATE TABLE `t_login_log`  (
                                `ID` bigint(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
                                `USERNAME` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '用户名',
                                `LOGIN_TIME` datetime(0) NOT NULL COMMENT '登录时间',
                                `LOCATION` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '登录地点',
                                `IP` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'IP地址',
                                `SYSTEM` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作系统',
                                `BROWSER` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '浏览器',
                                PRIMARY KEY (`ID`) USING BTREE,
                                KEY `t_login_log_login_time` (`LOGIN_TIME`)
) ENGINE = MyISAM AUTO_INCREMENT = 70 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '登录日志表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for t_menu
-- ----------------------------
DROP TABLE IF EXISTS `t_menu`;
CREATE TABLE `t_menu` (
    `MENU_ID` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '菜单/按钮ID',
    `PARENT_ID` bigint(20) NOT NULL COMMENT '上级菜单ID',
    `MENU_NAME` varchar(50) NOT NULL COMMENT '菜单/按钮名称',
    `URL` varchar(50) DEFAULT NULL COMMENT '菜单URL',
    `PERMS` text COMMENT '权限标识',
    `ICON` varchar(50) DEFAULT NULL COMMENT '图标',
    `TYPE` char(2) NOT NULL COMMENT '类型 0菜单 1按钮',
    `ORDER_NUM` bigint(20) DEFAULT NULL COMMENT '排序',
    `CREATE_TIME` datetime NOT NULL COMMENT '创建时间',
    `MODIFY_TIME` datetime DEFAULT NULL COMMENT '修改时间',
    PRIMARY KEY (`MENU_ID`) USING BTREE,
    KEY `t_menu_parent_id` (`PARENT_ID`),
    KEY `t_menu_menu_id` (`MENU_ID`)
    ) ENGINE=InnoDB AUTO_INCREMENT=179 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='菜单表';
-- ----------------------------
-- Records of t_menu
-- ----------------------------
BEGIN;
INSERT INTO `t_menu` VALUES (1, 0, '系统管理', NULL, NULL, 'layui-icon-setting', '0', 1, '2017-12-27 16:39:07', NULL);
INSERT INTO `t_menu` VALUES (2, 0, '系统监控', '', '', 'layui-icon-alert', '0', 2, '2017-12-27 16:45:51', '2019-06-13 11:20:40');
INSERT INTO `t_menu` VALUES (3, 1, '用户管理', '/system/user', 'user:view', '', '0', 1, '2017-12-27 16:47:13', '2019-12-04 16:46:50');
INSERT INTO `t_menu` VALUES (4, 1, '角色管理', '/system/role', 'role:view', '', '0', 2, '2017-12-27 16:48:09', '2019-06-13 08:57:19');
INSERT INTO `t_menu` VALUES (5, 1, '菜单管理', '/system/menu', 'menu:view', '', '0', 3, '2017-12-27 16:48:57', '2019-06-13 08:57:34');
INSERT INTO `t_menu` VALUES (6, 1, '部门管理', '/system/dept', 'dept:view', '', '0', 4, '2017-12-27 16:57:33', '2019-06-14 19:56:00');
INSERT INTO `t_menu` VALUES (8, 2, '在线用户', '/monitor/online', 'online:view', '', '0', 1, '2017-12-27 16:59:33', '2019-06-13 14:30:31');
INSERT INTO `t_menu` VALUES (10, 2, '系统日志', '/monitor/log', 'log:view', '', '0', 2, '2017-12-27 17:00:50', '2019-06-13 14:30:37');
INSERT INTO `t_menu` VALUES (11, 3, '新增用户', NULL, 'user:add', NULL, '1', NULL, '2017-12-27 17:02:58', NULL);
INSERT INTO `t_menu` VALUES (12, 3, '修改用户', NULL, 'user:update', NULL, '1', NULL, '2017-12-27 17:04:07', NULL);
INSERT INTO `t_menu` VALUES (13, 3, '删除用户', NULL, 'user:delete', NULL, '1', NULL, '2017-12-27 17:04:58', NULL);
INSERT INTO `t_menu` VALUES (14, 4, '新增角色', NULL, 'role:add', NULL, '1', NULL, '2017-12-27 17:06:38', NULL);
INSERT INTO `t_menu` VALUES (15, 4, '修改角色', NULL, 'role:update', NULL, '1', NULL, '2017-12-27 17:06:38', NULL);
INSERT INTO `t_menu` VALUES (16, 4, '删除角色', NULL, 'role:delete', NULL, '1', NULL, '2017-12-27 17:06:38', NULL);
INSERT INTO `t_menu` VALUES (17, 5, '新增菜单', NULL, 'menu:add', NULL, '1', NULL, '2017-12-27 17:08:02', NULL);
INSERT INTO `t_menu` VALUES (18, 5, '修改菜单', NULL, 'menu:update', NULL, '1', NULL, '2017-12-27 17:08:02', NULL);
INSERT INTO `t_menu` VALUES (19, 5, '删除菜单', NULL, 'menu:delete', NULL, '1', NULL, '2017-12-27 17:08:02', NULL);
INSERT INTO `t_menu` VALUES (20, 6, '新增部门', NULL, 'dept:add', NULL, '1', NULL, '2017-12-27 17:09:24', NULL);
INSERT INTO `t_menu` VALUES (21, 6, '修改部门', NULL, 'dept:update', NULL, '1', NULL, '2017-12-27 17:09:24', NULL);
INSERT INTO `t_menu` VALUES (22, 6, '删除部门', NULL, 'dept:delete', NULL, '1', NULL, '2017-12-27 17:09:24', NULL);
INSERT INTO `t_menu` VALUES (23, 8, '踢出用户', NULL, 'user:kickout', NULL, '1', NULL, '2017-12-27 17:11:13', NULL);
INSERT INTO `t_menu` VALUES (24, 10, '删除日志', NULL, 'log:delete', NULL, '1', NULL, '2017-12-27 17:11:45', '2019-06-06 05:56:40');
INSERT INTO `t_menu` VALUES (101, 0, '任务调度', NULL, NULL, 'layui-icon-time-circle', '0', 3, '2018-02-24 15:52:57', NULL);
INSERT INTO `t_menu` VALUES (102, 101, '定时任务', '/job/job', 'job:view', '', '0', 1, '2018-02-24 15:53:53', '2018-04-25 09:05:12');
INSERT INTO `t_menu` VALUES (103, 102, '新增任务', NULL, 'job:add', NULL, '1', NULL, '2018-02-24 15:55:10', NULL);
INSERT INTO `t_menu` VALUES (104, 102, '修改任务', NULL, 'job:update', NULL, '1', NULL, '2018-02-24 15:55:53', NULL);
INSERT INTO `t_menu` VALUES (105, 102, '删除任务', NULL, 'job:delete', NULL, '1', NULL, '2018-02-24 15:56:18', NULL);
INSERT INTO `t_menu` VALUES (106, 102, '暂停任务', NULL, 'job:pause', NULL, '1', NULL, '2018-02-24 15:57:08', NULL);
INSERT INTO `t_menu` VALUES (107, 102, '恢复任务', NULL, 'job:resume', NULL, '1', NULL, '2018-02-24 15:58:21', NULL);
INSERT INTO `t_menu` VALUES (108, 102, '立即执行任务', NULL, 'job:run', NULL, '1', NULL, '2018-02-24 15:59:45', NULL);
INSERT INTO `t_menu` VALUES (109, 101, '调度日志', '/job/log', 'job:log:view', '', '0', 2, '2018-02-24 16:00:45', '2019-06-09 02:48:19');
INSERT INTO `t_menu` VALUES (110, 109, '删除日志', NULL, 'job:log:delete', NULL, '1', NULL, '2018-02-24 16:01:21', NULL);
INSERT INTO `t_menu` VALUES (115, 0, '其他模块', NULL, NULL, 'layui-icon-gift', '0', 5, '2019-05-27 10:18:07', NULL);
INSERT INTO `t_menu` VALUES (116, 115, 'Apex图表', '', '', NULL, '0', 2, '2019-05-27 10:21:35', NULL);
INSERT INTO `t_menu` VALUES (117, 116, '线性图表', '/others/apex/line', 'apex:line:view', NULL, '0', 1, '2019-05-27 10:24:49', NULL);
INSERT INTO `t_menu` VALUES (118, 115, '高德地图', '/others/map', 'map:view', '', '0', 3, '2019-05-27 17:13:12', '2019-06-12 15:33:00');
INSERT INTO `t_menu` VALUES (119, 116, '面积图表', '/others/apex/area', 'apex:area:view', NULL, '0', 2, '2019-05-27 18:49:22', NULL);
INSERT INTO `t_menu` VALUES (120, 116, '柱形图表', '/others/apex/column', 'apex:column:view', NULL, '0', 3, '2019-05-27 18:51:33', NULL);
INSERT INTO `t_menu` VALUES (121, 116, '雷达图表', '/others/apex/radar', 'apex:radar:view', NULL, '0', 4, '2019-05-27 18:56:05', NULL);
INSERT INTO `t_menu` VALUES (122, 116, '条形图表', '/others/apex/bar', 'apex:bar:view', NULL, '0', 5, '2019-05-27 18:57:02', NULL);
INSERT INTO `t_menu` VALUES (123, 116, '混合图表', '/others/apex/mix', 'apex:mix:view', '', '0', 6, '2019-05-27 18:58:04', '2019-06-06 02:55:23');
INSERT INTO `t_menu` VALUES (125, 115, '导入导出', '/others/eximport', 'others:eximport:view', '', '0', 4, '2019-05-27 19:01:57', '2019-06-13 01:20:14');
INSERT INTO `t_menu` VALUES (126, 132, '系统图标', '/others/febs/icon', 'febs:icons:view', '', '0', 4, '2019-05-27 19:03:18', '2019-06-06 03:05:26');
INSERT INTO `t_menu` VALUES (127, 2, '请求追踪', '/monitor/httptrace', 'httptrace:view', '', '0', 6, '2019-05-27 19:06:38', '2019-06-13 14:36:43');
INSERT INTO `t_menu` VALUES (128, 2, '系统信息', NULL, NULL, NULL, '0', 7, '2019-05-27 19:08:23', NULL);
INSERT INTO `t_menu` VALUES (129, 128, 'JVM信息', '/monitor/jvm', 'jvm:view', '', '0', 1, '2019-05-27 19:08:50', '2019-06-13 14:36:51');
INSERT INTO `t_menu` VALUES (131, 128, '服务器信息', '/monitor/server', 'server:view', '', '0', 3, '2019-05-27 19:10:07', '2019-06-13 14:37:04');
INSERT INTO `t_menu` VALUES (132, 115, 'FEBS组件', '', '', NULL, '0', 1, '2019-05-27 19:13:54', NULL);
INSERT INTO `t_menu` VALUES (133, 132, '表单组件', '/others/febs/form', 'febs:form:view', NULL, '0', 1, '2019-05-27 19:14:45', NULL);
INSERT INTO `t_menu` VALUES (134, 132, 'FEBS工具', '/others/febs/tools', 'febs:tools:view', '', '0', 3, '2019-05-29 10:11:22', '2019-06-12 13:21:27');
INSERT INTO `t_menu` VALUES (135, 132, '表单组合', '/others/febs/form/group', 'febs:formgroup:view', NULL, '0', 2, '2019-05-29 10:16:19', NULL);
INSERT INTO `t_menu` VALUES (136, 2, '登录日志', '/monitor/loginlog', 'loginlog:view', '', '0', 3, '2019-05-29 15:56:15', '2019-06-13 14:35:56');
INSERT INTO `t_menu` VALUES (137, 0, '代码生成', '', NULL, 'layui-icon-verticalright', '0', 4, '2019-06-03 15:35:58', NULL);
INSERT INTO `t_menu` VALUES (138, 137, '生成配置', '/generator/configure', 'generator:configure:view', NULL, '0', 1, '2019-06-03 15:38:36', NULL);
INSERT INTO `t_menu` VALUES (139, 137, '代码生成', '/generator/generator', 'generator:view', '', '0', 2, '2019-06-03 15:39:15', '2019-06-13 14:31:38');
INSERT INTO `t_menu` VALUES (159, 132, '其他组件', '/others/febs/others', 'others:febs:others', '', '0', 5, '2019-06-12 07:51:08', '2019-06-12 07:51:40');
INSERT INTO `t_menu` VALUES (160, 3, '密码重置', NULL, 'user:password:reset', NULL, '1', NULL, '2019-06-13 08:40:13', NULL);
INSERT INTO `t_menu` VALUES (161, 3, '导出Excel', NULL, 'user:export', NULL, '1', NULL, '2019-06-13 08:40:34', NULL);
INSERT INTO `t_menu` VALUES (162, 4, '导出Excel', NULL, 'role:export', NULL, '1', NULL, '2019-06-13 14:29:00', '2019-06-13 14:29:11');
INSERT INTO `t_menu` VALUES (163, 5, '导出Excel', NULL, 'menu:export', NULL, '1', NULL, '2019-06-13 14:29:32', NULL);
INSERT INTO `t_menu` VALUES (164, 6, '导出Excel', NULL, 'dept:export', NULL, '1', NULL, '2019-06-13 14:29:59', NULL);
INSERT INTO `t_menu` VALUES (165, 138, '修改配置', NULL, 'generator:configure:update', NULL, '1', NULL, '2019-06-13 14:32:09', '2019-06-13 14:32:20');
INSERT INTO `t_menu` VALUES (166, 139, '生成代码', NULL, 'generator:generate', NULL, '1', NULL, '2019-06-13 14:32:51', NULL);
INSERT INTO `t_menu` VALUES (167, 125, '模板下载', NULL, 'eximport:template', NULL, '1', NULL, '2019-06-13 14:33:37', NULL);
INSERT INTO `t_menu` VALUES (168, 125, '导出Excel', NULL, 'eximport:export', NULL, '1', NULL, '2019-06-13 14:33:57', NULL);
INSERT INTO `t_menu` VALUES (169, 125, '导入Excel', NULL, 'eximport:import', NULL, '1', NULL, '2019-06-13 14:34:19', NULL);
INSERT INTO `t_menu` VALUES (170, 10, '导出Excel', NULL, 'log:export', NULL, '1', NULL, '2019-06-13 14:34:55', NULL);
INSERT INTO `t_menu` VALUES (171, 136, '删除日志', NULL, 'loginlog:delete', NULL, '1', NULL, '2019-06-13 14:35:27', '2019-06-13 14:36:08');
INSERT INTO `t_menu` VALUES (172, 136, '导出Excel', NULL, 'loginlog:export', NULL, '1', NULL, '2019-06-13 14:36:26', NULL);
INSERT INTO `t_menu` VALUES (173, 102, '导出Excel', NULL, 'job:export', NULL, '1', NULL, '2019-06-13 14:37:25', NULL);
INSERT INTO `t_menu` VALUES (174, 109, '导出Excel', NULL, 'job:log:export', NULL, '1', NULL, '2019-06-13 14:37:46', '2019-06-13 14:38:02');
INSERT INTO `t_menu` VALUES (175, 2, 'Swagger文档', '/monitor/swagger', 'swagger:view', '', '0', 8, '2019-08-18 17:25:36', '2019-08-18 17:25:59');
INSERT INTO `t_menu` VALUES (178, 115, '数据权限', '/others/datapermission', 'others:datapermission', '', '0', 5, '2020-04-29 09:34:25', NULL);
COMMIT;
-- ----------------------------
-- Table structure for t_role
-- ----------------------------
DROP TABLE IF EXISTS `t_role`;
CREATE TABLE `t_role`  (
                           `ROLE_ID` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '角色ID',
                           `ROLE_NAME` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '角色名称',
                           `REMARK` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '角色描述',
                           `CREATE_TIME` datetime(0) NOT NULL COMMENT '创建时间',
                           `MODIFY_TIME` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
                           PRIMARY KEY (`ROLE_ID`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 81 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '角色表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of t_role
-- ----------------------------
INSERT INTO `t_role` VALUES (1, '系统管理员', '系统管理员,拥有所有操作权限 ^_^', '2019-06-14 16:23:11', '2019-08-18 17:26:19');
INSERT INTO `t_role` VALUES (2, '注册账户', '注册账户,拥有查看,新增权限(新增用户除外)和导出Excel权限', '2019-06-14 16:00:15', '2019-08-18 17:36:02');
INSERT INTO `t_role` VALUES (77, 'Redis监控员', '负责Redis模块', '2019-06-14 20:49:22', NULL);
INSERT INTO `t_role` VALUES (78, '系统监控员', '负责整个系统监控模块', '2019-06-14 20:50:07', NULL);
INSERT INTO `t_role` VALUES (79, '跑批人员', '负责任务调度跑批模块', '2019-06-14 20:51:02', NULL);
INSERT INTO `t_role` VALUES (80, '开发人员', '拥有代码生成模块的权限', '2019-06-14 20:51:26', NULL);
-- ----------------------------
-- Table structure for t_role_menu
-- ----------------------------
DROP TABLE IF EXISTS `t_role_menu`;
CREATE TABLE `t_role_menu` (
    `ROLE_ID` bigint(20) NOT NULL COMMENT '角色ID',
    `MENU_ID` bigint(20) NOT NULL COMMENT '菜单/按钮ID',
    KEY `t_role_menu_menu_id` (`MENU_ID`),
    KEY `t_role_menu_role_id` (`ROLE_ID`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='角色菜单关联表';
-- ----------------------------
-- Records of t_role_menu
-- ----------------------------
BEGIN;
INSERT INTO `t_role_menu` VALUES (77, 2);
INSERT INTO `t_role_menu` VALUES (78, 2);
INSERT INTO `t_role_menu` VALUES (78, 8);
INSERT INTO `t_role_menu` VALUES (78, 23);
INSERT INTO `t_role_menu` VALUES (78, 10);
INSERT INTO `t_role_menu` VALUES (78, 24);
INSERT INTO `t_role_menu` VALUES (78, 170);
INSERT INTO `t_role_menu` VALUES (78, 136);
INSERT INTO `t_role_menu` VALUES (78, 171);
INSERT INTO `t_role_menu` VALUES (78, 172);
INSERT INTO `t_role_menu` VALUES (78, 127);
INSERT INTO `t_role_menu` VALUES (78, 128);
INSERT INTO `t_role_menu` VALUES (78, 129);
INSERT INTO `t_role_menu` VALUES (78, 131);
INSERT INTO `t_role_menu` VALUES (79, 101);
INSERT INTO `t_role_menu` VALUES (79, 102);
INSERT INTO `t_role_menu` VALUES (79, 103);
INSERT INTO `t_role_menu` VALUES (79, 104);
INSERT INTO `t_role_menu` VALUES (79, 105);
INSERT INTO `t_role_menu` VALUES (79, 106);
INSERT INTO `t_role_menu` VALUES (79, 107);
INSERT INTO `t_role_menu` VALUES (79, 108);
INSERT INTO `t_role_menu` VALUES (79, 173);
INSERT INTO `t_role_menu` VALUES (79, 109);
INSERT INTO `t_role_menu` VALUES (79, 110);
INSERT INTO `t_role_menu` VALUES (79, 174);
INSERT INTO `t_role_menu` VALUES (80, 137);
INSERT INTO `t_role_menu` VALUES (80, 138);
INSERT INTO `t_role_menu` VALUES (80, 165);
INSERT INTO `t_role_menu` VALUES (80, 139);
INSERT INTO `t_role_menu` VALUES (80, 166);
INSERT INTO `t_role_menu` VALUES (1, 1);
INSERT INTO `t_role_menu` VALUES (1, 3);
INSERT INTO `t_role_menu` VALUES (1, 11);
INSERT INTO `t_role_menu` VALUES (1, 12);
INSERT INTO `t_role_menu` VALUES (1, 13);
INSERT INTO `t_role_menu` VALUES (1, 160);
INSERT INTO `t_role_menu` VALUES (1, 161);
INSERT INTO `t_role_menu` VALUES (1, 4);
INSERT INTO `t_role_menu` VALUES (1, 14);
INSERT INTO `t_role_menu` VALUES (1, 15);
INSERT INTO `t_role_menu` VALUES (1, 16);
INSERT INTO `t_role_menu` VALUES (1, 162);
INSERT INTO `t_role_menu` VALUES (1, 5);
INSERT INTO `t_role_menu` VALUES (1, 17);
INSERT INTO `t_role_menu` VALUES (1, 18);
INSERT INTO `t_role_menu` VALUES (1, 19);
INSERT INTO `t_role_menu` VALUES (1, 163);
INSERT INTO `t_role_menu` VALUES (1, 6);
INSERT INTO `t_role_menu` VALUES (1, 20);
INSERT INTO `t_role_menu` VALUES (1, 21);
INSERT INTO `t_role_menu` VALUES (1, 22);
INSERT INTO `t_role_menu` VALUES (1, 164);
INSERT INTO `t_role_menu` VALUES (1, 2);
INSERT INTO `t_role_menu` VALUES (1, 8);
INSERT INTO `t_role_menu` VALUES (1, 23);
INSERT INTO `t_role_menu` VALUES (1, 10);
INSERT INTO `t_role_menu` VALUES (1, 24);
INSERT INTO `t_role_menu` VALUES (1, 170);
INSERT INTO `t_role_menu` VALUES (1, 136);
INSERT INTO `t_role_menu` VALUES (1, 171);
INSERT INTO `t_role_menu` VALUES (1, 172);
INSERT INTO `t_role_menu` VALUES (1, 127);
INSERT INTO `t_role_menu` VALUES (1, 128);
INSERT INTO `t_role_menu` VALUES (1, 129);
INSERT INTO `t_role_menu` VALUES (1, 131);
INSERT INTO `t_role_menu` VALUES (1, 175);
INSERT INTO `t_role_menu` VALUES (1, 101);
INSERT INTO `t_role_menu` VALUES (1, 102);
INSERT INTO `t_role_menu` VALUES (1, 103);
INSERT INTO `t_role_menu` VALUES (1, 104);
INSERT INTO `t_role_menu` VALUES (1, 105);
INSERT INTO `t_role_menu` VALUES (1, 106);
INSERT INTO `t_role_menu` VALUES (1, 107);
INSERT INTO `t_role_menu` VALUES (1, 108);
INSERT INTO `t_role_menu` VALUES (1, 173);
INSERT INTO `t_role_menu` VALUES (1, 109);
INSERT INTO `t_role_menu` VALUES (1, 110);
INSERT INTO `t_role_menu` VALUES (1, 174);
INSERT INTO `t_role_menu` VALUES (1, 137);
INSERT INTO `t_role_menu` VALUES (1, 138);
INSERT INTO `t_role_menu` VALUES (1, 165);
INSERT INTO `t_role_menu` VALUES (1, 139);
INSERT INTO `t_role_menu` VALUES (1, 166);
INSERT INTO `t_role_menu` VALUES (1, 115);
INSERT INTO `t_role_menu` VALUES (1, 132);
INSERT INTO `t_role_menu` VALUES (1, 133);
INSERT INTO `t_role_menu` VALUES (1, 135);
INSERT INTO `t_role_menu` VALUES (1, 134);
INSERT INTO `t_role_menu` VALUES (1, 126);
INSERT INTO `t_role_menu` VALUES (1, 159);
INSERT INTO `t_role_menu` VALUES (1, 116);
INSERT INTO `t_role_menu` VALUES (1, 117);
INSERT INTO `t_role_menu` VALUES (1, 119);
INSERT INTO `t_role_menu` VALUES (1, 120);
INSERT INTO `t_role_menu` VALUES (1, 121);
INSERT INTO `t_role_menu` VALUES (1, 122);
INSERT INTO `t_role_menu` VALUES (1, 123);
INSERT INTO `t_role_menu` VALUES (1, 118);
INSERT INTO `t_role_menu` VALUES (1, 125);
INSERT INTO `t_role_menu` VALUES (1, 167);
INSERT INTO `t_role_menu` VALUES (1, 168);
INSERT INTO `t_role_menu` VALUES (1, 169);
INSERT INTO `t_role_menu` VALUES (1, 178);
INSERT INTO `t_role_menu` VALUES (2, 1);
INSERT INTO `t_role_menu` VALUES (2, 3);
INSERT INTO `t_role_menu` VALUES (2, 161);
INSERT INTO `t_role_menu` VALUES (2, 4);
INSERT INTO `t_role_menu` VALUES (2, 14);
INSERT INTO `t_role_menu` VALUES (2, 162);
INSERT INTO `t_role_menu` VALUES (2, 5);
INSERT INTO `t_role_menu` VALUES (2, 17);
INSERT INTO `t_role_menu` VALUES (2, 163);
INSERT INTO `t_role_menu` VALUES (2, 6);
INSERT INTO `t_role_menu` VALUES (2, 20);
INSERT INTO `t_role_menu` VALUES (2, 164);
INSERT INTO `t_role_menu` VALUES (2, 2);
INSERT INTO `t_role_menu` VALUES (2, 8);
INSERT INTO `t_role_menu` VALUES (2, 10);
INSERT INTO `t_role_menu` VALUES (2, 170);
INSERT INTO `t_role_menu` VALUES (2, 136);
INSERT INTO `t_role_menu` VALUES (2, 172);
INSERT INTO `t_role_menu` VALUES (2, 127);
INSERT INTO `t_role_menu` VALUES (2, 128);
INSERT INTO `t_role_menu` VALUES (2, 129);
INSERT INTO `t_role_menu` VALUES (2, 131);
INSERT INTO `t_role_menu` VALUES (2, 175);
INSERT INTO `t_role_menu` VALUES (2, 101);
INSERT INTO `t_role_menu` VALUES (2, 102);
INSERT INTO `t_role_menu` VALUES (2, 173);
INSERT INTO `t_role_menu` VALUES (2, 109);
INSERT INTO `t_role_menu` VALUES (2, 174);
INSERT INTO `t_role_menu` VALUES (2, 137);
INSERT INTO `t_role_menu` VALUES (2, 138);
INSERT INTO `t_role_menu` VALUES (2, 139);
INSERT INTO `t_role_menu` VALUES (2, 115);
INSERT INTO `t_role_menu` VALUES (2, 132);
INSERT INTO `t_role_menu` VALUES (2, 133);
INSERT INTO `t_role_menu` VALUES (2, 135);
INSERT INTO `t_role_menu` VALUES (2, 134);
INSERT INTO `t_role_menu` VALUES (2, 126);
INSERT INTO `t_role_menu` VALUES (2, 159);
INSERT INTO `t_role_menu` VALUES (2, 116);
INSERT INTO `t_role_menu` VALUES (2, 117);
INSERT INTO `t_role_menu` VALUES (2, 119);
INSERT INTO `t_role_menu` VALUES (2, 120);
INSERT INTO `t_role_menu` VALUES (2, 121);
INSERT INTO `t_role_menu` VALUES (2, 122);
INSERT INTO `t_role_menu` VALUES (2, 123);
INSERT INTO `t_role_menu` VALUES (2, 118);
INSERT INTO `t_role_menu` VALUES (2, 125);
INSERT INTO `t_role_menu` VALUES (2, 167);
INSERT INTO `t_role_menu` VALUES (2, 168);
INSERT INTO `t_role_menu` VALUES (2, 169);
INSERT INTO `t_role_menu` VALUES (2, 178);
COMMIT;
-- ----------------------------
-- Table structure for t_user
-- ----------------------------
DROP TABLE IF EXISTS `t_user`;
CREATE TABLE `t_user`  (
                           `USER_ID` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '用户ID',
                           `USERNAME` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '用户名',
                           `PASSWORD` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '密码',
                           `DEPT_ID` bigint(20) NULL DEFAULT NULL COMMENT '部门ID',
                           `EMAIL` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '邮箱',
                           `MOBILE` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '联系电话',
                           `STATUS` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '状态 0锁定 1有效',
                           `CREATE_TIME` datetime(0) NOT NULL COMMENT '创建时间',
                           `MODIFY_TIME` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
                           `LAST_LOGIN_TIME` datetime(0) NULL DEFAULT NULL COMMENT '最近访问时间',
                           `SSEX` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '性别 0男 1女 2保密',
                           `IS_TAB` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '是否开启tab,0关闭 1开启',
                           `THEME` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '主题',
                           `AVATAR` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '头像',
                           `DESCRIPTION` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
                           PRIMARY KEY (`USER_ID`) USING BTREE,
                           KEY `t_user_username` (`USERNAME`),
                           KEY `t_user_mobile` (`MOBILE`)
) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of t_user
-- ----------------------------
INSERT INTO `t_user` VALUES (1, 'MrBird', 'cb62ad1497597283961545d608f80241', 1, 'mrbird@qq.com', '17788888888', '1', '2019-06-14 20:39:22', '2019-12-04 16:47:11', '2019-12-04 16:48:10', '0', '1', 'black', 'cnrhVkzwxjPwAaCfPbdc.png', '我是帅比作者。');
INSERT INTO `t_user` VALUES (2, 'Scott', '1d685729d113cfd03872f154939bee1c', 10, 'scott@gmail.com', '17722222222', '1', '2019-06-14 20:55:53', '2019-06-14 21:05:43', '2019-08-18 17:36:18', '0', '1', 'black', 'gaOngJwsRYRaVAuXXcmB.png', '我是scott。');
INSERT INTO `t_user` VALUES (3, 'Reina', '1461afff857c02afbfb768aa3771503d', 4, 'Reina@hotmail.com', '17711111111', '0', '2019-06-14 21:07:38', '2019-06-14 21:09:06', '2019-06-14 21:08:26', '1', '1', 'black', '5997fedcc7bd4cffbd350b40d1b5b987.jpg', '由于公款私用,已被封禁。');
INSERT INTO `t_user` VALUES (4, 'Micaela', '9f2daa2c7bed6870fcbb5b9a51d6300e', 10, 'Micaela@163.com', '17733333333', '1', '2019-06-14 21:10:13', '2019-06-14 21:11:26', '2019-06-14 21:10:37', '0', '0', 'white', '20180414165909.jpg', '我叫米克拉');
INSERT INTO `t_user` VALUES (5, 'Jana', '176679b77b3c3e352bd3b30ddc81083e', 8, 'Jana@126.com', '17744444444', '1', '2019-06-14 21:12:16', '2019-06-14 21:12:52', '2019-06-14 21:12:32', '1', '1', 'white', '20180414165821.jpg', '大家好,我叫简娜');
INSERT INTO `t_user` VALUES (6, 'Georgie', 'dffc683378cdaa015a0ee9554c532225', 3, 'Georgie@qq.com', '17766666666', '0', '2019-06-14 21:15:09', '2019-06-14 21:16:25', '2019-06-14 21:16:11', '2', '0', 'black', 'BiazfanxmamNRoxxVxka.png', '生产执行rm -rf *,账号封禁T T');
INSERT INTO `t_user` VALUES (7, 'Margot', '31379841b9f4bfde22b8b40471e9a6ce', 9, 'Margot@qq.com', '13444444444', '1', '2019-06-14 21:17:53', '2019-06-14 21:18:59', '2019-06-14 21:18:07', '1', '1', 'white', '20180414165834.jpg', '大家好我叫玛戈');
-- ----------------------------
-- Table structure for t_user_role
-- ----------------------------
DROP TABLE IF EXISTS `t_user_role`;
CREATE TABLE `t_user_role`  (
                                `USER_ID` bigint(20) NOT NULL COMMENT '用户ID',
                                `ROLE_ID` bigint(20) NOT NULL COMMENT '角色ID',
                                KEY `t_user_role_user_id` (`USER_ID`),
                                KEY `t_user_role_role_id` (`ROLE_ID`)
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户角色关联表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of t_user_role
-- ----------------------------
INSERT INTO `t_user_role` VALUES (1, 1);
INSERT INTO `t_user_role` VALUES (2, 2);
INSERT INTO `t_user_role` VALUES (3, 77);
INSERT INTO `t_user_role` VALUES (4, 78);
INSERT INTO `t_user_role` VALUES (5, 79);
INSERT INTO `t_user_role` VALUES (6, 80);
INSERT INTO `t_user_role` VALUES (7, 78);
INSERT INTO `t_user_role` VALUES (7, 79);
INSERT INTO `t_user_role` VALUES (7, 80);
-- ----------------------------
-- Table structure for t_user_data_permission
-- ----------------------------
DROP TABLE IF EXISTS `t_user_data_permission`;
CREATE TABLE `t_user_data_permission`
(
    `USER_ID` bigint(20) NOT NULL,
    `DEPT_ID` bigint(20) NOT NULL,
    PRIMARY KEY (`USER_ID`, `DEPT_ID`)
    ) ENGINE = InnoDB
    DEFAULT CHARSET = utf8 COMMENT ='用户数据权限关联表';
-- ----------------------------
-- Records of t_user_data_permission
-- ----------------------------
BEGIN;
INSERT INTO `t_user_data_permission`
VALUES (1, 1);
INSERT INTO `t_user_data_permission`
VALUES (1, 2);
INSERT INTO `t_user_data_permission`
VALUES (1, 3);
INSERT INTO `t_user_data_permission`
VALUES (1, 4);
INSERT INTO `t_user_data_permission`
VALUES (1, 5);
INSERT INTO `t_user_data_permission`
VALUES (1, 6);
INSERT INTO `t_user_data_permission`
VALUES (2, 1);
INSERT INTO `t_user_data_permission`
VALUES (2, 2);
INSERT INTO `t_user_data_permission`
VALUES (3, 4);
INSERT INTO `t_user_data_permission`
VALUES (4, 5);
COMMIT;
-- ----------------------------
-- Table structure for t_data_permission_test
-- ----------------------------
DROP TABLE IF EXISTS `t_data_permission_test`;
CREATE TABLE `t_data_permission_test`
(
    `FIELD1`      varchar(20) NOT NULL,
    `FIELD2`      varchar(20) NOT NULL,
    `FIELD3`      varchar(20) NOT NULL,
    `FIELD4`      varchar(20) NOT NULL,
    `DEPT_ID`     int(11)     NOT NULL,
    `CREATE_TIME` datetime    NOT NULL,
    `ID`          int(11)     NOT NULL,
    PRIMARY KEY (`ID`)
    ) ENGINE = InnoDB
DEFAULT CHARSET = utf8 COMMENT ='用户权限测试';
-- ----------------------------
-- Records of t_data_permission_test
-- ----------------------------
BEGIN;
INSERT INTO `t_data_permission_test`
VALUES ('小米', '小米10Pro', '4999', '珍珠白', 1, '2020-04-14 15:00:38', 1);
INSERT INTO `t_data_permission_test`
VALUES ('腾讯', '黑鲨游戏手机3', '3799', '铠甲灰', 2, '2020-04-14 15:01:36', 2);
INSERT INTO `t_data_permission_test`
VALUES ('华为', '华为P30', '3299', '天空之境', 1, '2020-04-14 15:03:11', 3);
INSERT INTO `t_data_permission_test`
VALUES ('华为', '华为P40Pro', '6488', '亮黑色', 3, '2020-04-14 15:04:31', 4);
INSERT INTO `t_data_permission_test`
VALUES ('vivo', 'Vivo iQOO 3', '3998', '拉力橙', 4, '2020-04-14 15:05:55', 5);
INSERT INTO `t_data_permission_test`
VALUES ('一加', '一加7T', '3199', '冰际蓝', 5, '2020-04-14 15:06:53', 6);
INSERT INTO `t_data_permission_test`
VALUES ('三星', '三星Galaxy S10', '4098', '浩玉白', 6, '2020-04-14 15:08:25', 7);
INSERT INTO `t_data_permission_test`
VALUES ('苹果', 'iPhone 11 pro max', '9198', '暗夜绿', 4, '2020-04-14 15:09:20', 8);
COMMIT;
SET FOREIGN_KEY_CHECKS = 1;
sql/febs_quartz.sql
New file
@@ -0,0 +1,158 @@
DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS;
DROP TABLE IF EXISTS QRTZ_SCHEDULER_STATE;
DROP TABLE IF EXISTS QRTZ_LOCKS;
DROP TABLE IF EXISTS QRTZ_SIMPLE_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_SIMPROP_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_CRON_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_BLOB_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_JOB_DETAILS;
DROP TABLE IF EXISTS QRTZ_CALENDARS;
CREATE TABLE QRTZ_JOB_DETAILS
  (
    SCHED_NAME VARCHAR(120) NOT NULL,
    JOB_NAME  VARCHAR(200) NOT NULL,
    JOB_GROUP VARCHAR(200) NOT NULL,
    DESCRIPTION VARCHAR(250) NULL,
    JOB_CLASS_NAME   VARCHAR(250) NOT NULL,
    IS_DURABLE VARCHAR(1) NOT NULL,
    IS_NONCONCURRENT VARCHAR(1) NOT NULL,
    IS_UPDATE_DATA VARCHAR(1) NOT NULL,
    REQUESTS_RECOVERY VARCHAR(1) NOT NULL,
    JOB_DATA BLOB NULL,
    PRIMARY KEY (SCHED_NAME,JOB_NAME,JOB_GROUP)
);
CREATE TABLE QRTZ_TRIGGERS
  (
    SCHED_NAME VARCHAR(120) NOT NULL,
    TRIGGER_NAME VARCHAR(200) NOT NULL,
    TRIGGER_GROUP VARCHAR(200) NOT NULL,
    JOB_NAME  VARCHAR(200) NOT NULL,
    JOB_GROUP VARCHAR(200) NOT NULL,
    DESCRIPTION VARCHAR(250) NULL,
    NEXT_FIRE_TIME BIGINT(13) NULL,
    PREV_FIRE_TIME BIGINT(13) NULL,
    PRIORITY INTEGER NULL,
    TRIGGER_STATE VARCHAR(16) NOT NULL,
    TRIGGER_TYPE VARCHAR(8) NOT NULL,
    START_TIME BIGINT(13) NOT NULL,
    END_TIME BIGINT(13) NULL,
    CALENDAR_NAME VARCHAR(200) NULL,
    MISFIRE_INSTR SMALLINT(2) NULL,
    JOB_DATA BLOB NULL,
    PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
    FOREIGN KEY (SCHED_NAME,JOB_NAME,JOB_GROUP)
        REFERENCES QRTZ_JOB_DETAILS(SCHED_NAME,JOB_NAME,JOB_GROUP)
);
CREATE TABLE QRTZ_SIMPLE_TRIGGERS
  (
    SCHED_NAME VARCHAR(120) NOT NULL,
    TRIGGER_NAME VARCHAR(200) NOT NULL,
    TRIGGER_GROUP VARCHAR(200) NOT NULL,
    REPEAT_COUNT BIGINT(7) NOT NULL,
    REPEAT_INTERVAL BIGINT(12) NOT NULL,
    TIMES_TRIGGERED BIGINT(10) NOT NULL,
    PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
    FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
        REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
);
CREATE TABLE QRTZ_CRON_TRIGGERS
  (
    SCHED_NAME VARCHAR(120) NOT NULL,
    TRIGGER_NAME VARCHAR(200) NOT NULL,
    TRIGGER_GROUP VARCHAR(200) NOT NULL,
    CRON_EXPRESSION VARCHAR(200) NOT NULL,
    TIME_ZONE_ID VARCHAR(80),
    PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
    FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
        REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
);
CREATE TABLE QRTZ_SIMPROP_TRIGGERS
  (
    SCHED_NAME VARCHAR(120) NOT NULL,
    TRIGGER_NAME VARCHAR(200) NOT NULL,
    TRIGGER_GROUP VARCHAR(200) NOT NULL,
    STR_PROP_1 VARCHAR(512) NULL,
    STR_PROP_2 VARCHAR(512) NULL,
    STR_PROP_3 VARCHAR(512) NULL,
    INT_PROP_1 INT NULL,
    INT_PROP_2 INT NULL,
    LONG_PROP_1 BIGINT NULL,
    LONG_PROP_2 BIGINT NULL,
    DEC_PROP_1 NUMERIC(13,4) NULL,
    DEC_PROP_2 NUMERIC(13,4) NULL,
    BOOL_PROP_1 VARCHAR(1) NULL,
    BOOL_PROP_2 VARCHAR(1) NULL,
    PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
    FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
    REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
);
CREATE TABLE QRTZ_BLOB_TRIGGERS
  (
    SCHED_NAME VARCHAR(120) NOT NULL,
    TRIGGER_NAME VARCHAR(200) NOT NULL,
    TRIGGER_GROUP VARCHAR(200) NOT NULL,
    BLOB_DATA BLOB NULL,
    PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
    FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
        REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
);
CREATE TABLE QRTZ_CALENDARS
  (
    SCHED_NAME VARCHAR(120) NOT NULL,
    CALENDAR_NAME  VARCHAR(200) NOT NULL,
    CALENDAR BLOB NOT NULL,
    PRIMARY KEY (SCHED_NAME,CALENDAR_NAME)
);
CREATE TABLE QRTZ_PAUSED_TRIGGER_GRPS
  (
    SCHED_NAME VARCHAR(120) NOT NULL,
    TRIGGER_GROUP  VARCHAR(200) NOT NULL,
    PRIMARY KEY (SCHED_NAME,TRIGGER_GROUP)
);
CREATE TABLE QRTZ_FIRED_TRIGGERS
  (
    SCHED_NAME VARCHAR(120) NOT NULL,
    ENTRY_ID VARCHAR(95) NOT NULL,
    TRIGGER_NAME VARCHAR(200) NOT NULL,
    TRIGGER_GROUP VARCHAR(200) NOT NULL,
    INSTANCE_NAME VARCHAR(200) NOT NULL,
    FIRED_TIME BIGINT(13) NOT NULL,
    SCHED_TIME BIGINT(13) NOT NULL,
    PRIORITY INTEGER NOT NULL,
    STATE VARCHAR(16) NOT NULL,
    JOB_NAME VARCHAR(200) NULL,
    JOB_GROUP VARCHAR(200) NULL,
    IS_NONCONCURRENT VARCHAR(1) NULL,
    REQUESTS_RECOVERY VARCHAR(1) NULL,
    PRIMARY KEY (SCHED_NAME,ENTRY_ID)
);
CREATE TABLE QRTZ_SCHEDULER_STATE
  (
    SCHED_NAME VARCHAR(120) NOT NULL,
    INSTANCE_NAME VARCHAR(200) NOT NULL,
    LAST_CHECKIN_TIME BIGINT(13) NOT NULL,
    CHECKIN_INTERVAL BIGINT(13) NOT NULL,
    PRIMARY KEY (SCHED_NAME,INSTANCE_NAME)
);
CREATE TABLE QRTZ_LOCKS
  (
    SCHED_NAME VARCHAR(120) NOT NULL,
    LOCK_NAME  VARCHAR(40) NOT NULL,
    PRIMARY KEY (SCHED_NAME,LOCK_NAME)
);
SET FOREIGN_KEY_CHECKS=0;
src/main/java/com/xcong/excoin/FebsShiroApplication.java
New file
@@ -0,0 +1,25 @@
package com.xcong.excoin;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.WebApplicationType;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.transaction.annotation.EnableTransactionManagement;
/**
 * @author MrBird
 */
@EnableAsync
@SpringBootApplication
@EnableTransactionManagement
@MapperScan("com.xcong.excoin.*.mapper")
public class FebsShiroApplication {
    public static void main(String[] args) {
        new SpringApplicationBuilder(FebsShiroApplication.class)
                .web(WebApplicationType.SERVLET)
                .run(args);
    }
}
src/main/java/com/xcong/excoin/common/annotation/ControllerEndpoint.java
New file
@@ -0,0 +1,17 @@
package com.xcong.excoin.common.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
 * @author MrBird
 */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface ControllerEndpoint {
    String operation() default "";
    String exceptionMessage() default "FEBS系统内部异常";
}
src/main/java/com/xcong/excoin/common/annotation/DataPermission.java
New file
@@ -0,0 +1,36 @@
package com.xcong.excoin.common.annotation;
import java.lang.annotation.*;
/**
 * @author MrBird
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface DataPermission {
    /**
     * mapper层需要数据权限过滤的方法名集合
     *
     * @return 方法名数组
     */
    String[] methods() default {};
    /**
     * mapper层需要数据过滤的方法名前缀,
     * 比如指定为find,表示所有以find开头的方法
     * 都会进行数据权限过滤
     *
     * @return 方法名前缀
     */
    String methodPrefix() default "";
    /**
     * 数据权限关联字段
     * 目前系统数据权限通过dept_id关联
     *
     * @return String
     */
    String field() default "dept_id";
}
src/main/java/com/xcong/excoin/common/annotation/Desensitization.java
New file
@@ -0,0 +1,27 @@
package com.xcong.excoin.common.annotation;
import com.xcong.excoin.common.entity.DesensitizationType;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
 * @author MrBird
 */
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Desensitization {
    /**
     * 脱敏规则类型
     */
    DesensitizationType type();
    /**
     * 附加值, 自定义正则表达式等
     */
    String[] attach() default "";
}
src/main/java/com/xcong/excoin/common/annotation/FebsEndPoint.java
New file
@@ -0,0 +1,18 @@
package com.xcong.excoin.common.annotation;
import org.springframework.core.annotation.AliasFor;
import org.springframework.stereotype.Component;
import java.lang.annotation.*;
/**
 * @author MrBird
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface FebsEndPoint {
    @AliasFor(annotation = Component.class)
    String value() default "";
}
src/main/java/com/xcong/excoin/common/annotation/Helper.java
New file
@@ -0,0 +1,18 @@
package com.xcong.excoin.common.annotation;
import org.springframework.core.annotation.AliasFor;
import org.springframework.stereotype.Component;
import java.lang.annotation.*;
/**
 * @author MrBird
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface Helper {
    @AliasFor(annotation = Component.class)
    String value() default "";
}
src/main/java/com/xcong/excoin/common/annotation/IsCron.java
New file
@@ -0,0 +1,25 @@
package com.xcong.excoin.common.annotation;
import com.xcong.excoin.common.validator.CronValidator;
import javax.validation.Constraint;
import javax.validation.Payload;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
 * @author MrBird
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Constraint(validatedBy = CronValidator.class)
public @interface IsCron {
    String message();
    Class<?>[] groups() default {};
    Class<? extends Payload>[] payload() default {};
}
src/main/java/com/xcong/excoin/common/annotation/IsMobile.java
New file
@@ -0,0 +1,25 @@
package com.xcong.excoin.common.annotation;
import com.xcong.excoin.common.validator.MobileValidator;
import javax.validation.Constraint;
import javax.validation.Payload;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
 * @author MrBird
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Constraint(validatedBy = MobileValidator.class)
public @interface IsMobile {
    String message();
    Class<?>[] groups() default {};
    Class<? extends Payload>[] payload() default {};
}
src/main/java/com/xcong/excoin/common/annotation/Limit.java
New file
@@ -0,0 +1,47 @@
package com.xcong.excoin.common.annotation;
import com.xcong.excoin.common.entity.LimitType;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
 * @author MrBird
 */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Limit {
    /**
     * 资源名称,用于描述接口功能
     */
    String name() default "";
    /**
     * 资源 key
     */
    String key() default "";
    /**
     * key prefix
     */
    String prefix() default "";
    /**
     * 时间范围,单位秒
     */
    int period();
    /**
     * 限制访问次数
     */
    int count();
    /**
     * 限制类型
     */
    LimitType limitType() default LimitType.CUSTOMER;
}
src/main/java/com/xcong/excoin/common/aspect/BaseAspectSupport.java
New file
@@ -0,0 +1,36 @@
package com.xcong.excoin.common.aspect;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.reflect.MethodSignature;
import java.lang.reflect.Method;
/**
 * @author MrBird
 */
public abstract class BaseAspectSupport {
    Method resolveMethod(ProceedingJoinPoint point) {
        MethodSignature signature = (MethodSignature)point.getSignature();
        Class<?> targetClass = point.getTarget().getClass();
        Method method = getDeclaredMethod(targetClass, signature.getName(),
                signature.getMethod().getParameterTypes());
        if (method == null) {
            throw new IllegalStateException("无法解析目标方法: " + signature.getMethod().getName());
        }
        return method;
    }
    private Method getDeclaredMethod(Class<?> clazz, String name, Class<?>... parameterTypes) {
        try {
            return clazz.getDeclaredMethod(name, parameterTypes);
        } catch (NoSuchMethodException e) {
            Class<?> superClass = clazz.getSuperclass();
            if (superClass != null) {
                return getDeclaredMethod(superClass, name, parameterTypes);
            }
        }
        return null;
    }
}
src/main/java/com/xcong/excoin/common/aspect/ControllerEndpointAspect.java
New file
@@ -0,0 +1,70 @@
package com.xcong.excoin.common.aspect;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.common.utils.FebsUtil;
import com.xcong.excoin.monitor.service.ILogService;
import com.xcong.excoin.system.entity.User;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.SecurityUtils;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.springframework.stereotype.Component;
import org.springframework.web.context.request.RequestAttributes;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;
import java.lang.reflect.Method;
/**
 * @author MrBird
 */
@Slf4j
@Aspect
@Component
@RequiredArgsConstructor
public class ControllerEndpointAspect extends BaseAspectSupport {
    private final ILogService logService;
    @Pointcut("@annotation(com.xcong.excoin.common.annotation.ControllerEndpoint)")
    public void pointcut() {
    }
    @Around("pointcut()")
    public Object around(ProceedingJoinPoint point) throws FebsException {
        Object result;
        Method targetMethod = resolveMethod(point);
        ControllerEndpoint annotation = targetMethod.getAnnotation(ControllerEndpoint.class);
        String operation = annotation.operation();
        long start = System.currentTimeMillis();
        try {
            result = point.proceed();
            if (StringUtils.isNotBlank(operation)) {
                RequestAttributes attributes = RequestContextHolder.getRequestAttributes();
                ServletRequestAttributes servletRequestAttributes = (ServletRequestAttributes) attributes;
                String ip = StringUtils.EMPTY;
                if (servletRequestAttributes != null) {
                    ip = servletRequestAttributes.getRequest().getRemoteAddr();
                }
                // 设置操作用户
                User user = (User) SecurityUtils.getSubject().getPrincipal();
                logService.saveLog(user, point, targetMethod, ip, operation, start);
            }
            return result;
        } catch (Throwable throwable) {
            log.error(throwable.getMessage(), throwable);
            String exceptionMessage = annotation.exceptionMessage();
            String message = throwable.getMessage();
            String error = FebsUtil.containChinese(message) ? exceptionMessage + "," + message : exceptionMessage;
            throw new FebsException(error);
        }
    }
}
src/main/java/com/xcong/excoin/common/aspect/LimitAspect.java
New file
@@ -0,0 +1,93 @@
package com.xcong.excoin.common.aspect;
import com.xcong.excoin.common.annotation.Limit;
import com.xcong.excoin.common.entity.LimitType;
import com.xcong.excoin.common.exception.LimitAccessException;
import com.xcong.excoin.common.utils.HttpContextUtil;
import com.xcong.excoin.common.utils.IpUtil;
import com.google.common.collect.ImmutableList;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.core.script.DefaultRedisScript;
import org.springframework.data.redis.core.script.RedisScript;
import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletRequest;
import java.lang.reflect.Method;
/**
 * 接口限流
 *
 * @author MrBird
 */
@Slf4j
@Aspect
@Component
@RequiredArgsConstructor
public class LimitAspect extends BaseAspectSupport {
    private final RedisTemplate<String, Object> redisTemplate;
    @Pointcut("@annotation(com.xcong.excoin.common.annotation.Limit)")
    public void pointcut() {
    }
    @Around("pointcut()")
    public Object around(ProceedingJoinPoint point) throws Throwable {
        HttpServletRequest request = HttpContextUtil.getHttpServletRequest();
        Method method = resolveMethod(point);
        Limit limitAnnotation = method.getAnnotation(Limit.class);
        LimitType limitType = limitAnnotation.limitType();
        String name = limitAnnotation.name();
        String key;
        String ip = IpUtil.getIpAddr(request);
        int limitPeriod = limitAnnotation.period();
        int limitCount = limitAnnotation.count();
        switch (limitType) {
            case IP:
                key = ip;
                break;
            case CUSTOMER:
                key = limitAnnotation.key();
                break;
            default:
                key = StringUtils.upperCase(method.getName());
        }
        ImmutableList<String> keys = ImmutableList.of(StringUtils.join(limitAnnotation.prefix() + "_", key, ip));
        String luaScript = buildLuaScript();
        RedisScript<Number> redisScript = new DefaultRedisScript<>(luaScript, Number.class);
        Number count = redisTemplate.execute(redisScript, keys, limitCount, limitPeriod);
        log.info("IP:{} 第 {} 次访问key为 {},描述为 [{}] 的接口", ip, count, keys, name);
        if (count != null && count.intValue() <= limitCount) {
            return point.proceed();
        } else {
            throw new LimitAccessException("接口访问超出频率限制");
        }
    }
    /**
     * 限流脚本
     * 调用的时候不超过阈值,则直接返回并执行计算器自加。
     *
     * @return lua脚本
     */
    private String buildLuaScript() {
        return "local c" +
                "\nc = redis.call('get',KEYS[1])" +
                "\nif c and tonumber(c) > tonumber(ARGV[1]) then" +
                "\nreturn c;" +
                "\nend" +
                "\nc = redis.call('incr',KEYS[1])" +
                "\nif tonumber(c) == 1 then" +
                "\nredis.call('expire',KEYS[1],ARGV[2])" +
                "\nend" +
                "\nreturn c;";
    }
}
src/main/java/com/xcong/excoin/common/authentication/ShiroConfig.java
New file
@@ -0,0 +1,187 @@
package com.xcong.excoin.common.authentication;
import at.pollux.thymeleaf.shiro.dialect.ShiroDialect;
import com.xcong.excoin.common.properties.FebsProperties;
import lombok.RequiredArgsConstructor;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.codec.Base64;
import org.apache.shiro.mgt.SecurityManager;
import org.apache.shiro.session.SessionListener;
import org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor;
import org.apache.shiro.spring.web.ShiroFilterFactoryBean;
import org.apache.shiro.web.mgt.CookieRememberMeManager;
import org.apache.shiro.web.mgt.DefaultWebSecurityManager;
import org.apache.shiro.web.servlet.SimpleCookie;
import org.apache.shiro.web.session.mgt.DefaultWebSessionManager;
import org.crazycake.shiro.RedisCacheManager;
import org.crazycake.shiro.RedisManager;
import org.crazycake.shiro.RedisSessionDAO;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.util.Base64Utils;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.LinkedHashMap;
/**
 * Shiro 配置类
 *
 * @author MrBird
 */
@Configuration
@RequiredArgsConstructor
public class ShiroConfig {
    private final FebsProperties febsProperties;
    @Value("${spring.redis.host}")
    private String host;
    @Value("${spring.redis.port}")
    private int port;
    @Value("${spring.redis.password:}")
    private String password;
    @Value("${spring.redis.timeout}")
    private int timeout;
    @Value("${spring.redis.database:0}")
    private int database;
    /**
     * shiro 中配置 redis 缓存
     *
     * @return RedisManager
     */
    private RedisManager redisManager() {
        RedisManager redisManager = new RedisManager();
        redisManager.setHost(host + ":" + port);
        if (StringUtils.isNotBlank(password)) {
            redisManager.setPassword(password);
        }
        redisManager.setTimeout(timeout);
        redisManager.setDatabase(database);
        return redisManager;
    }
    private RedisCacheManager cacheManager() {
        RedisCacheManager redisCacheManager = new RedisCacheManager();
        redisCacheManager.setRedisManager(redisManager());
        return redisCacheManager;
    }
    @Bean
    public ShiroFilterFactoryBean shiroFilterFactoryBean(SecurityManager securityManager) {
        ShiroFilterFactoryBean shiroFilterFactoryBean = new ShiroFilterFactoryBean();
        // 设置 securityManager
        shiroFilterFactoryBean.setSecurityManager(securityManager);
        // 登录的 url
        shiroFilterFactoryBean.setLoginUrl(febsProperties.getShiro().getLoginUrl());
        // 登录成功后跳转的 url
        shiroFilterFactoryBean.setSuccessUrl(febsProperties.getShiro().getSuccessUrl());
        // 未授权 url
        shiroFilterFactoryBean.setUnauthorizedUrl(febsProperties.getShiro().getUnauthorizedUrl());
        LinkedHashMap<String, String> filterChainDefinitionMap = new LinkedHashMap<>();
        // 设置免认证 url
        String[] anonUrls = StringUtils.splitByWholeSeparatorPreserveAllTokens(febsProperties.getShiro().getAnonUrl(), ",");
        for (String url : anonUrls) {
            filterChainDefinitionMap.put(url, "anon");
        }
        // 配置退出过滤器,其中具体的退出代码 Shiro已经替我们实现了
        filterChainDefinitionMap.put(febsProperties.getShiro().getLogoutUrl(), "logout");
        // 除上以外所有 url都必须认证通过才可以访问,未通过认证自动访问 LoginUrl
        filterChainDefinitionMap.put("/**", "user");
        shiroFilterFactoryBean.setFilterChainDefinitionMap(filterChainDefinitionMap);
        return shiroFilterFactoryBean;
    }
    @Bean
    public SecurityManager securityManager(ShiroRealm shiroRealm) {
        DefaultWebSecurityManager securityManager = new DefaultWebSecurityManager();
        // 配置 SecurityManager,并注入 shiroRealm
        securityManager.setRealm(shiroRealm);
        // 配置 shiro session管理器
        securityManager.setSessionManager(sessionManager());
        // 配置 缓存管理类 cacheManager
        securityManager.setCacheManager(cacheManager());
        // 配置 rememberMeCookie
        securityManager.setRememberMeManager(rememberMeManager());
        return securityManager;
    }
    /**
     * rememberMe cookie 效果是重开浏览器后无需重新登录
     *
     * @return SimpleCookie
     */
    private SimpleCookie rememberMeCookie() {
        // 设置 cookie 名称,对应 login.html 页面的 <input type="checkbox" name="rememberMe"/>
        SimpleCookie cookie = new SimpleCookie("rememberMe");
        // 设置 cookie 的过期时间,单位为秒,这里为一天
        cookie.setMaxAge(febsProperties.getShiro().getCookieTimeout());
        return cookie;
    }
    /**
     * cookie管理对象
     *
     * @return CookieRememberMeManager
     */
    private CookieRememberMeManager rememberMeManager() {
        CookieRememberMeManager cookieRememberMeManager = new CookieRememberMeManager();
        cookieRememberMeManager.setCookie(rememberMeCookie());
        // rememberMe cookie 加密的密钥
        String encryptKey = "febs_shiro_key";
        byte[] encryptKeyBytes = encryptKey.getBytes(StandardCharsets.UTF_8);
        String rememberKey = Base64Utils.encodeToString(Arrays.copyOf(encryptKeyBytes, 16));
        cookieRememberMeManager.setCipherKey(Base64.decode(rememberKey));
        return cookieRememberMeManager;
    }
    @Bean
    public AuthorizationAttributeSourceAdvisor authorizationAttributeSourceAdvisor(SecurityManager securityManager) {
        AuthorizationAttributeSourceAdvisor authorizationAttributeSourceAdvisor = new AuthorizationAttributeSourceAdvisor();
        authorizationAttributeSourceAdvisor.setSecurityManager(securityManager);
        return authorizationAttributeSourceAdvisor;
    }
    /**
     * 用于开启 Thymeleaf 中的 shiro 标签的使用
     *
     * @return ShiroDialect shiro 方言对象
     */
    @Bean
    public ShiroDialect shiroDialect() {
        return new ShiroDialect();
    }
    @Bean
    public RedisSessionDAO redisSessionDAO() {
        RedisSessionDAO redisSessionDAO = new RedisSessionDAO();
        redisSessionDAO.setRedisManager(redisManager());
        return redisSessionDAO;
    }
    /**
     * session 管理对象
     *
     * @return DefaultWebSessionManager
     */
    @Bean
    public DefaultWebSessionManager sessionManager() {
        DefaultWebSessionManager sessionManager = new DefaultWebSessionManager();
        Collection<SessionListener> listeners = new ArrayList<>();
        listeners.add(new ShiroSessionListener());
        // 设置 session超时时间
        sessionManager.setGlobalSessionTimeout(febsProperties.getShiro().getSessionTimeout() * 1000L);
        sessionManager.setSessionListeners(listeners);
        sessionManager.setSessionDAO(redisSessionDAO());
        sessionManager.setSessionIdUrlRewritingEnabled(false);
        return sessionManager;
    }
}
src/main/java/com/xcong/excoin/common/authentication/ShiroHelper.java
New file
@@ -0,0 +1,20 @@
package com.xcong.excoin.common.authentication;
import com.xcong.excoin.common.annotation.Helper;
import org.apache.shiro.authz.AuthorizationInfo;
/**
 * @author MrBird
 */
@Helper
public class ShiroHelper extends ShiroRealm {
    /**
     * 获取当前用户的角色和权限集合
     *
     * @return AuthorizationInfo
     */
    public AuthorizationInfo getCurrentUserAuthorizationInfo() {
        return super.doGetAuthorizationInfo(null);
    }
}
src/main/java/com/xcong/excoin/common/authentication/ShiroRealm.java
New file
@@ -0,0 +1,115 @@
package com.xcong.excoin.common.authentication;
import com.xcong.excoin.system.entity.Menu;
import com.xcong.excoin.system.entity.Role;
import com.xcong.excoin.system.entity.User;
import com.xcong.excoin.system.service.IMenuService;
import com.xcong.excoin.system.service.IRoleService;
import com.xcong.excoin.system.service.IUserDataPermissionService;
import com.xcong.excoin.system.service.IUserService;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.authc.*;
import org.apache.shiro.authz.AuthorizationInfo;
import org.apache.shiro.authz.SimpleAuthorizationInfo;
import org.apache.shiro.realm.AuthorizingRealm;
import org.apache.shiro.subject.PrincipalCollection;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
/**
 * 自定义实现 ShiroRealm,包含认证和授权两大模块
 *
 * @author MrBird
 */
@Component
public class ShiroRealm extends AuthorizingRealm {
    private IUserService userService;
    private IRoleService roleService;
    private IMenuService menuService;
    private IUserDataPermissionService userDataPermissionService;
    @Autowired
    public void setMenuService(IMenuService menuService) {
        this.menuService = menuService;
    }
    @Autowired
    public void setUserService(IUserService userService) {
        this.userService = userService;
    }
    @Autowired
    public void setRoleService(IRoleService roleService) {
        this.roleService = roleService;
    }
    @Autowired
    public void setUserDataPermissionService(IUserDataPermissionService userDataPermissionService) {
        this.userDataPermissionService = userDataPermissionService;
    }
    /**
     * 授权模块,获取用户角色和权限
     *
     * @param principal principal
     * @return AuthorizationInfo 权限信息
     */
    @Override
    protected AuthorizationInfo doGetAuthorizationInfo(PrincipalCollection principal) {
        User user = (User) SecurityUtils.getSubject().getPrincipal();
        String userName = user.getUsername();
        SimpleAuthorizationInfo simpleAuthorizationInfo = new SimpleAuthorizationInfo();
        // 获取用户角色集
        List<Role> roleList = this.roleService.findUserRole(userName);
        Set<String> roleSet = roleList.stream().map(Role::getRoleName).collect(Collectors.toSet());
        simpleAuthorizationInfo.setRoles(roleSet);
        // 获取用户权限集
        List<Menu> permissionList = this.menuService.findUserPermissions(userName);
        Set<String> permissionSet = permissionList.stream().map(Menu::getPerms).collect(Collectors.toSet());
        simpleAuthorizationInfo.setStringPermissions(permissionSet);
        return simpleAuthorizationInfo;
    }
    /**
     * 用户认证
     *
     * @param token AuthenticationToken 身份认证 token
     * @return AuthenticationInfo 身份认证信息
     * @throws AuthenticationException 认证相关异常
     */
    @Override
    protected AuthenticationInfo doGetAuthenticationInfo(AuthenticationToken token) throws AuthenticationException {
        // 获取用户输入的用户名和密码
        String username = (String) token.getPrincipal();
        String password = new String((char[]) token.getCredentials());
        // 通过用户名到数据库查询用户信息
        User user = this.userService.findByName(username);
        if (user == null || !StringUtils.equals(password, user.getPassword())) {
            throw new IncorrectCredentialsException("用户名或密码错误!");
        }
        if (User.STATUS_LOCK.equals(user.getStatus())) {
            throw new LockedAccountException("账号已被锁定,请联系管理员!");
        }
        String deptIds = this.userDataPermissionService.findByUserId(String.valueOf(user.getUserId()));
        user.setDeptIds(deptIds);
        return new SimpleAuthenticationInfo(user, password, getName());
    }
    /**
     * 清除当前用户权限缓存
     * 使用方法:在需要清除用户权限的地方注入 ShiroRealm,
     * 然后调用其 clearCache方法。
     */
    public void clearCache() {
        PrincipalCollection principals = SecurityUtils.getSubject().getPrincipals();
        super.clearCache(principals);
    }
}
src/main/java/com/xcong/excoin/common/authentication/ShiroSessionListener.java
New file
@@ -0,0 +1,29 @@
package com.xcong.excoin.common.authentication;
import org.apache.shiro.session.Session;
import org.apache.shiro.session.SessionListener;
import java.util.concurrent.atomic.AtomicInteger;
/**
 * @author MrBird
 */
public class ShiroSessionListener implements SessionListener{
    private final AtomicInteger sessionCount = new AtomicInteger(0);
    @Override
    public void onStart(Session session) {
        sessionCount.incrementAndGet();
    }
    @Override
    public void onStop(Session session) {
        sessionCount.decrementAndGet();
    }
    @Override
    public void onExpiration(Session session) {
        sessionCount.decrementAndGet();
    }
}
src/main/java/com/xcong/excoin/common/configure/FebsConfigure.java
New file
@@ -0,0 +1,88 @@
package com.xcong.excoin.common.configure;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.properties.FebsProperties;
import com.xcong.excoin.common.properties.SwaggerProperties;
import com.xcong.excoin.common.xss.XssFilter;
import lombok.RequiredArgsConstructor;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentation.service.ApiInfo;
import springfox.documentation.service.Contact;
import springfox.documentation.spi.DocumentationType;
import springfox.documentation.spring.web.plugins.Docket;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ThreadPoolExecutor;
/**
 * @author MrBird
 */
@Configuration
@EnableSwagger2
@RequiredArgsConstructor
public class FebsConfigure {
    private final FebsProperties properties;
    @Bean(FebsConstant.ASYNC_POOL)
    public ThreadPoolTaskExecutor asyncThreadPoolTaskExecutor(){
        ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();
        executor.setCorePoolSize(5);
        executor.setMaxPoolSize(20);
        executor.setQueueCapacity(200);
        executor.setKeepAliveSeconds(30);
        executor.setThreadNamePrefix("Febs-Async-Thread");
        executor.setWaitForTasksToCompleteOnShutdown(true);
        executor.setAwaitTerminationSeconds(60);
        executor.setRejectedExecutionHandler(new ThreadPoolExecutor.CallerRunsPolicy());
        executor.initialize();
        return executor;
    }
    /**
     * XssFilter Bean
     */
    @Bean
    public FilterRegistrationBean<XssFilter> xssFilterRegistrationBean() {
        FilterRegistrationBean<XssFilter> filterRegistrationBean = new FilterRegistrationBean<>();
        filterRegistrationBean.setFilter(new XssFilter());
        filterRegistrationBean.setOrder(1);
        filterRegistrationBean.setEnabled(true);
        filterRegistrationBean.addUrlPatterns("/*");
        Map<String, String> initParameters = new HashMap<>(2);
        initParameters.put("excludes", "/favicon.ico,/img/*,/js/*,/css/*");
        initParameters.put("isIncludeRichText", "true");
        filterRegistrationBean.setInitParameters(initParameters);
        return filterRegistrationBean;
    }
    @Bean
    public Docket swaggerApi() {
        SwaggerProperties swagger = properties.getSwagger();
        return new Docket(DocumentationType.SWAGGER_2)
                .select()
                .apis(RequestHandlerSelectors.basePackage(swagger.getBasePackage()))
                .paths(PathSelectors.any())
                .build()
                .apiInfo(apiInfo(swagger));
    }
    private ApiInfo apiInfo(SwaggerProperties swagger) {
        return new ApiInfo(
                swagger.getTitle(),
                swagger.getDescription(),
                swagger.getVersion(),
                null,
                new Contact(swagger.getAuthor(), swagger.getUrl(), swagger.getEmail()),
                swagger.getLicense(), swagger.getLicenseUrl(), Collections.emptyList());
    }
}
src/main/java/com/xcong/excoin/common/configure/MybatisPlusConfigure.java
New file
@@ -0,0 +1,50 @@
package com.xcong.excoin.common.configure;
import com.xcong.excoin.common.interceptor.DataPermissionInterceptor;
import com.xcong.excoin.common.interceptor.DesensitizationInterceptor;
import com.baomidou.mybatisplus.core.parser.ISqlParser;
import com.baomidou.mybatisplus.extension.parsers.BlockAttackSqlParser;
import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;
import java.util.ArrayList;
import java.util.List;
/**
 * @author MrBird
 */
@Configuration
public class MybatisPlusConfigure {
    /**
     * 注册数据权限
     */
    @Bean
    @Order(0)
    public DataPermissionInterceptor dataPermissionInterceptor() {
        return new DataPermissionInterceptor();
    }
    /**
     * 数据脱敏
     */
    @Bean
    @Order(-1)
    public DesensitizationInterceptor desensitizationInterceptor() {
        return new DesensitizationInterceptor();
    }
    /**
     * 注册分页插件
     */
    @Bean
    @Order(-2)
    public PaginationInterceptor paginationInterceptor() {
        PaginationInterceptor paginationInterceptor = new PaginationInterceptor();
        List<ISqlParser> sqlParserList = new ArrayList<>();
        sqlParserList.add(new BlockAttackSqlParser());
        paginationInterceptor.setSqlParserList(sqlParserList);
        return paginationInterceptor;
    }
}
src/main/java/com/xcong/excoin/common/configure/P6spySqlFormatConfigure.java
New file
@@ -0,0 +1,21 @@
package com.xcong.excoin.common.configure;
import com.xcong.excoin.common.utils.DateUtil;
import com.p6spy.engine.spy.appender.MessageFormattingStrategy;
import org.apache.commons.lang3.StringUtils;
import java.time.LocalDateTime;
/**
 * 自定义 p6spy sql输出格式
 *
 * @author MrBird
 */
public class P6spySqlFormatConfigure implements MessageFormattingStrategy {
    @Override
    public String formatMessage(int connectionId, String now, long elapsed, String category, String prepared, String sql, String url) {
        return StringUtils.isNotBlank(sql) ? DateUtil.formatFullTime(LocalDateTime.now(), DateUtil.FULL_TIME_SPLIT_PATTERN)
                + " | 耗时 " + elapsed + " ms | SQL 语句:" + StringUtils.LF + sql.replaceAll("[\\s]+", StringUtils.SPACE) + ";" : StringUtils.EMPTY;
    }
}
src/main/java/com/xcong/excoin/common/configure/RedisConfigure.java
New file
@@ -0,0 +1,46 @@
package com.xcong.excoin.common.configure;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.PropertyAccessor;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.redis.connection.RedisConnectionFactory;
import org.springframework.data.redis.core.RedisOperations;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer;
import org.springframework.data.redis.serializer.StringRedisSerializer;
/**
 * @author MrBird
 */
@Configuration
public class RedisConfigure {
    @Bean
    @ConditionalOnClass(RedisOperations.class)
    public RedisTemplate<String, Object> redisTemplate(RedisConnectionFactory factory) {
        RedisTemplate<String, Object> template = new RedisTemplate<>();
        template.setConnectionFactory(factory);
        Jackson2JsonRedisSerializer<Object> jackson2JsonRedisSerializer = new Jackson2JsonRedisSerializer<>(Object.class);
        ObjectMapper mapper = new ObjectMapper();
        mapper.setVisibility(PropertyAccessor.ALL, JsonAutoDetect.Visibility.ANY);
        mapper.activateDefaultTyping(mapper.getPolymorphicTypeValidator(), ObjectMapper.DefaultTyping.NON_FINAL);
        jackson2JsonRedisSerializer.setObjectMapper(mapper);
        StringRedisSerializer stringRedisSerializer = new StringRedisSerializer();
        // key采用 String的序列化方式
        template.setKeySerializer(stringRedisSerializer);
        // hash的 key也采用 String的序列化方式
        template.setHashKeySerializer(stringRedisSerializer);
        // value序列化方式采用 jackson
        template.setValueSerializer(jackson2JsonRedisSerializer);
        // hash的 value序列化方式采用 jackson
        template.setHashValueSerializer(jackson2JsonRedisSerializer);
        template.afterPropertiesSet();
        return template;
    }
}
src/main/java/com/xcong/excoin/common/controller/BaseController.java
New file
@@ -0,0 +1,49 @@
package com.xcong.excoin.common.controller;
import com.xcong.excoin.system.entity.User;
import com.baomidou.mybatisplus.core.metadata.IPage;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.authc.AuthenticationToken;
import org.apache.shiro.session.Session;
import org.apache.shiro.subject.Subject;
import java.util.HashMap;
import java.util.Map;
/**
 * @author MrBird
 */
public class BaseController {
    private Subject getSubject() {
        return SecurityUtils.getSubject();
    }
    protected User getCurrentUser() {
        return (User) getSubject().getPrincipal();
    }
    protected Session getSession() {
        return getSubject().getSession();
    }
    protected Session getSession(Boolean flag) {
        return getSubject().getSession(flag);
    }
    protected void login(AuthenticationToken token) {
        getSubject().login(token);
    }
    protected Map<String, Object> getDataTable(IPage<?> pageInfo) {
        return getDataTable(pageInfo, 2);
    }
    protected Map<String, Object> getDataTable(IPage<?> pageInfo, int dataMapInitialCapacity) {
        Map<String, Object> data = new HashMap<>(dataMapInitialCapacity);
        data.put("rows", pageInfo.getRecords());
        data.put("total", pageInfo.getTotal());
        return data;
    }
}
src/main/java/com/xcong/excoin/common/converter/TimeConverter.java
New file
@@ -0,0 +1,32 @@
package com.xcong.excoin.common.converter;
import com.xcong.excoin.common.utils.DateUtil;
import com.wuwenze.poi.convert.WriteConverter;
import com.wuwenze.poi.exception.ExcelKitWriteConverterException;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import java.text.ParseException;
/**
 * Execl导出时间类型字段格式化
 *
 * @author MrBird
 */
@Slf4j
public class TimeConverter implements WriteConverter {
    @Override
    public String convert(Object value) {
        if (value == null) {
            return StringUtils.EMPTY;
        } else {
            try {
                return DateUtil.formatCstTime(value.toString(), DateUtil.FULL_TIME_SPLIT_PATTERN);
            } catch (ParseException e) {
                String message = "时间转换异常";
                log.error(message, e);
                throw new ExcelKitWriteConverterException(message);
            }
        }
    }
}
src/main/java/com/xcong/excoin/common/entity/DeptTree.java
New file
@@ -0,0 +1,37 @@
package com.xcong.excoin.common.entity;
import com.xcong.excoin.system.entity.Dept;
import lombok.Data;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@Data
public class DeptTree<T> implements Serializable {
    private static final long serialVersionUID = 7681873362531265829L;
    private String id;
    private String icon;
    private String href;
    private String name;
    private Map<String, Object> state;
    private boolean checked = false;
    private Map<String, Object> attributes;
    private List<DeptTree<T>> children;
    private String parentId;
    private boolean hasParent = false;
    private boolean hasChild = false;
    private Dept data;
    public void initChildren(){
        this.children = new ArrayList<>();
    }
}
src/main/java/com/xcong/excoin/common/entity/DesensitizationType.java
New file
@@ -0,0 +1,40 @@
package com.xcong.excoin.common.entity;
import lombok.Getter;
/**
 * @author MrBird
 */
@Getter
public enum DesensitizationType {
    /**
     * 手机号脱敏
     */
    PHONE("phone", "11位手机号", "^(\\d{3})\\d{4}(\\d{4})$", "$1****$2"),
    /**
     * 身份证号脱敏
     */
    ID_CARD("idCard", "16或者18身份证号", "^(\\d{4})\\d{8,10}(\\w{4})$", "$1****$2"),
    /**
     * 银行卡号脱敏
     */
    BANK_CARD("bankCardNo", "银行卡号", "^(\\d{4})\\d*(\\d{4})$", "$1****$2"),
    /**
     * 姓名脱敏
     */
    NAME("name", "真实姓名", "(?<=.{1}).*(?=.{1})", "*"),
    /**
     * 邮箱脱敏
     */
    EMAIL("email", "电子邮箱", "(\\w+)\\w{5}@(\\w+)", "$1***@$2");
    String type;
    String describe;
    String[] regular;
    DesensitizationType(String type, String describe, String... regular) {
        this.type = type;
        this.describe = describe;
        this.regular = regular;
    }
}
src/main/java/com/xcong/excoin/common/entity/FebsConstant.java
New file
@@ -0,0 +1,54 @@
package com.xcong.excoin.common.entity;
/**
 * 常量
 *
 * @author MrBird
 */
public interface FebsConstant {
    /**
     * 注册用户角色ID
     */
    Long REGISTER_ROLE_ID = 2L;
    /**
     * 排序规则:降序
     */
    String ORDER_DESC = "desc";
    /**
     * 排序规则:升序
     */
    String ORDER_ASC = "asc";
    /**
     * 前端页面路径前缀
     */
    String VIEW_PREFIX = "febs/views/";
    /**
     * 验证码 Session Key
     */
    String CODE_PREFIX = "febs_captcha_";
    /**
     * 允许下载的文件类型,根据需求自己添加(小写)
     */
    String[] VALID_FILE_TYPE = {"xlsx", "zip"};
    /**
     * 异步线程池名称
     */
    String ASYNC_POOL = "febsAsyncThreadPool";
    /**
     * 开发环境
     */
    String DEVELOP = "dev";
    /**
     * Windows 操作系统
     */
    String SYSTEM_WINDOWS = "windows";
}
src/main/java/com/xcong/excoin/common/entity/FebsResponse.java
New file
@@ -0,0 +1,44 @@
package com.xcong.excoin.common.entity;
import org.springframework.http.HttpStatus;
import java.util.HashMap;
/**
 * @author MrBird
 */
public class FebsResponse extends HashMap<String, Object> {
    private static final long serialVersionUID = -8713837118340960775L;
    public FebsResponse code(HttpStatus status) {
        this.put("code", status.value());
        return this;
    }
    public FebsResponse message(String message) {
        this.put("message", message);
        return this;
    }
    public FebsResponse data(Object data) {
        this.put("data", data);
        return this;
    }
    public FebsResponse success() {
        this.code(HttpStatus.OK);
        return this;
    }
    public FebsResponse fail() {
        this.code(HttpStatus.INTERNAL_SERVER_ERROR);
        return this;
    }
    @Override
    public FebsResponse put(String key, Object value) {
        super.put(key, value);
        return this;
    }
}
src/main/java/com/xcong/excoin/common/entity/ImageType.java
New file
@@ -0,0 +1,18 @@
package com.xcong.excoin.common.entity;
/**
 * 图片类型常量类
 *
 * @author MrBird
 */
public interface ImageType {
    /**
     * gif类型
     */
    String GIF = "gif";
    /**
     * png类型
     */
    String PNG = "png";
}
src/main/java/com/xcong/excoin/common/entity/LimitType.java
New file
@@ -0,0 +1,15 @@
package com.xcong.excoin.common.entity;
/**
 * @author MrBird
 */
public enum LimitType {
    /**
     * 传统类型
     */
    CUSTOMER,
    /**
     *  根据 IP地址限制
     */
    IP
}
src/main/java/com/xcong/excoin/common/entity/MenuTree.java
New file
@@ -0,0 +1,33 @@
package com.xcong.excoin.common.entity;
import com.xcong.excoin.system.entity.Menu;
import lombok.Data;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@Data
public class MenuTree<T> implements Serializable {
    private static final long serialVersionUID = 7681873362531265829L;
    private String id;
    private String icon;
    private String href;
    private String title;
    private Map<String, Object> state;
    private boolean checked = false;
    private Map<String, Object> attributes;
    private List<MenuTree<T>> childs = new ArrayList<>();
    private String parentId;
    private boolean hasParent = false;
    private boolean hasChild = false;
    private Menu data;
}
src/main/java/com/xcong/excoin/common/entity/QueryRequest.java
New file
@@ -0,0 +1,36 @@
package com.xcong.excoin.common.entity;
import lombok.Data;
import lombok.ToString;
import java.io.Serializable;
/**
 * @author MrBird
 */
@Data
@ToString
public class QueryRequest implements Serializable {
    private static final long serialVersionUID = -4869594085374385813L;
    /**
     * 当前页面数据量
     */
    private int pageSize = 10;
    /**
     * 当前页码
     */
    private int pageNum = 1;
    /**
     * 排序字段
     */
    private String field;
    /**
     * 排序规则,asc升序,desc降序
     */
    private String order;
}
src/main/java/com/xcong/excoin/common/entity/Regexp.java
New file
@@ -0,0 +1,15 @@
package com.xcong.excoin.common.entity;
/**
 * 正则常量
 *
 * @author MrBird
 */
public interface Regexp {
    /**
     * 简单手机号正则(这里只是简单校验是否为 11位,实际规则更复杂)
     */
    String MOBILE_REG = "[1]\\d{10}";
}
src/main/java/com/xcong/excoin/common/exception/FebsException.java
New file
@@ -0,0 +1,15 @@
package com.xcong.excoin.common.exception;
/**
 * FEBS系统内部异常
 *
 * @author MrBird
 */
public class FebsException extends RuntimeException  {
    private static final long serialVersionUID = -994962710559017255L;
    public FebsException(String message) {
        super(message);
    }
}
src/main/java/com/xcong/excoin/common/exception/FileDownloadException.java
New file
@@ -0,0 +1,14 @@
package com.xcong.excoin.common.exception;
/**
 * 文件下载异常
 *
 * @author MrBird
 */
public class FileDownloadException extends Exception {
    private static final long serialVersionUID = -4353976687870027960L;
    public FileDownloadException(String message) {
        super(message);
    }
}
src/main/java/com/xcong/excoin/common/exception/GeneratorException.java
New file
@@ -0,0 +1,15 @@
package com.xcong.excoin.common.exception;
/**
 * 代码生成异常
 *
 * @author MrBird
 */
public class GeneratorException extends Exception {
    private static final long serialVersionUID = 150902781087610054L;
    public GeneratorException(String message) {
        super(message);
    }
}
src/main/java/com/xcong/excoin/common/exception/LimitAccessException.java
New file
@@ -0,0 +1,15 @@
package com.xcong.excoin.common.exception;
/**
 * 限流异常
 *
 * @author MrBird
 */
public class LimitAccessException extends Exception {
    private static final long serialVersionUID = -3608667856397125671L;
    public LimitAccessException(String message) {
        super(message);
    }
}
src/main/java/com/xcong/excoin/common/exception/RedisConnectException.java
New file
@@ -0,0 +1,15 @@
package com.xcong.excoin.common.exception;
/**
 * Redis 连接异常
 *
 * @author MrBird
 */
public class RedisConnectException extends Exception {
    private static final long serialVersionUID = 1639374111871115063L;
    public RedisConnectException(String message) {
        super(message);
    }
}
src/main/java/com/xcong/excoin/common/handler/GlobalExceptionHandler.java
New file
@@ -0,0 +1,138 @@
package com.xcong.excoin.common.handler;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.common.exception.FileDownloadException;
import com.xcong.excoin.common.exception.LimitAccessException;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authz.AuthorizationException;
import org.apache.shiro.authz.UnauthorizedException;
import org.apache.shiro.session.ExpiredSessionException;
import org.springframework.core.Ordered;
import org.springframework.core.annotation.Order;
import org.springframework.http.HttpStatus;
import org.springframework.validation.BindException;
import org.springframework.validation.FieldError;
import org.springframework.web.bind.MethodArgumentNotValidException;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.ResponseStatus;
import org.springframework.web.bind.annotation.RestControllerAdvice;
import javax.validation.ConstraintViolation;
import javax.validation.ConstraintViolationException;
import javax.validation.Path;
import java.util.List;
import java.util.Set;
/**
 * @author MrBird
 */
@Slf4j
@RestControllerAdvice
@Order(value = Ordered.HIGHEST_PRECEDENCE)
public class GlobalExceptionHandler {
    @ExceptionHandler(value = Exception.class)
    public FebsResponse handleException(Exception e) {
        log.error("系统内部异常,异常信息", e);
        return new FebsResponse().code(HttpStatus.INTERNAL_SERVER_ERROR).message("系统内部异常");
    }
    @ExceptionHandler(value = FebsException.class)
    public FebsResponse handleFebsException(FebsException e) {
        log.error("系统错误", e);
        return new FebsResponse().code(HttpStatus.INTERNAL_SERVER_ERROR).message(e.getMessage());
    }
    /**
     * 统一处理请求参数校验(实体对象传参-form)
     *
     * @param e BindException
     * @return FebsResponse
     */
    @ExceptionHandler(BindException.class)
    public FebsResponse validExceptionHandler(BindException e) {
        StringBuilder message = new StringBuilder();
        List<FieldError> fieldErrors = e.getBindingResult().getFieldErrors();
        for (FieldError error : fieldErrors) {
            message.append(error.getField()).append(error.getDefaultMessage()).append(",");
        }
        message = new StringBuilder(message.substring(0, message.length() - 1));
        return new FebsResponse().code(HttpStatus.BAD_REQUEST).message(message.toString());
    }
    /**
     * 统一处理请求参数校验(普通传参)
     *
     * @param e ConstraintViolationException
     * @return FebsResponse
     */
    @ExceptionHandler(value = ConstraintViolationException.class)
    public FebsResponse handleConstraintViolationException(ConstraintViolationException e) {
        StringBuilder message = new StringBuilder();
        Set<ConstraintViolation<?>> violations = e.getConstraintViolations();
        for (ConstraintViolation<?> violation : violations) {
            Path path = violation.getPropertyPath();
            String[] pathArr = StringUtils.splitByWholeSeparatorPreserveAllTokens(path.toString(), ".");
            message.append(pathArr[1]).append(violation.getMessage()).append(",");
        }
        message = new StringBuilder(message.substring(0, message.length() - 1));
        return new FebsResponse().code(HttpStatus.BAD_REQUEST).message(message.toString());
    }
    /**
     * 统一处理请求参数校验(json)
     *
     * @param e ConstraintViolationException
     * @return FebsResponse
     */
    @ExceptionHandler(MethodArgumentNotValidException.class)
    public FebsResponse handlerMethodArgumentNotValidException(MethodArgumentNotValidException e) {
        StringBuilder message = new StringBuilder();
        for (FieldError error : e.getBindingResult().getFieldErrors()) {
            message.append(error.getField()).append(error.getDefaultMessage()).append(",");
        }
        message = new StringBuilder(message.substring(0, message.length() - 1));
        log.error(message.toString(), e);
        return new FebsResponse().code(HttpStatus.BAD_REQUEST).message(message.toString());
    }
    @ExceptionHandler(value = LimitAccessException.class)
    public FebsResponse handleLimitAccessException(LimitAccessException e) {
        log.error("LimitAccessException", e);
        return new FebsResponse().code(HttpStatus.TOO_MANY_REQUESTS).message(e.getMessage());
    }
    @ExceptionHandler(value = UnauthorizedException.class)
    public FebsResponse handleUnauthorizedException(UnauthorizedException e) {
        log.error("UnauthorizedException, {}", e.getMessage());
        return new FebsResponse().code(HttpStatus.FORBIDDEN).message(e.getMessage());
    }
    @ExceptionHandler(value = AuthenticationException.class)
    public FebsResponse handleAuthenticationException(AuthenticationException e) {
        log.error("AuthenticationException, {}", e.getMessage());
        return new FebsResponse().code(HttpStatus.INTERNAL_SERVER_ERROR).message(e.getMessage());
    }
    @ExceptionHandler(value = AuthorizationException.class)
    public FebsResponse handleAuthorizationException(AuthorizationException e){
        log.error("AuthorizationException, {}", e.getMessage());
        return new FebsResponse().code(HttpStatus.UNAUTHORIZED).message(e.getMessage());
    }
    @ExceptionHandler(value = ExpiredSessionException.class)
    public FebsResponse handleExpiredSessionException(ExpiredSessionException e) {
        log.error("ExpiredSessionException", e);
        return new FebsResponse().code(HttpStatus.UNAUTHORIZED).message(e.getMessage());
    }
    @ExceptionHandler(value = FileDownloadException.class)
    @ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)
    public void handleFileDownloadException(FileDownloadException e) {
        log.error("FileDownloadException", e);
    }
}
src/main/java/com/xcong/excoin/common/interceptor/DataPermissionInterceptor.java
New file
@@ -0,0 +1,129 @@
package com.xcong.excoin.common.interceptor;
import com.xcong.excoin.common.annotation.DataPermission;
import com.xcong.excoin.common.utils.FebsUtil;
import com.xcong.excoin.system.entity.User;
import com.baomidou.mybatisplus.core.toolkit.PluginUtils;
import com.baomidou.mybatisplus.extension.handlers.AbstractSqlParserHandler;
import lombok.extern.slf4j.Slf4j;
import net.sf.jsqlparser.expression.operators.conditional.AndExpression;
import net.sf.jsqlparser.parser.CCJSqlParserManager;
import net.sf.jsqlparser.parser.CCJSqlParserUtil;
import net.sf.jsqlparser.schema.Table;
import net.sf.jsqlparser.statement.select.PlainSelect;
import net.sf.jsqlparser.statement.select.Select;
import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.executor.statement.StatementHandler;
import org.apache.ibatis.mapping.BoundSql;
import org.apache.ibatis.mapping.MappedStatement;
import org.apache.ibatis.mapping.SqlCommandType;
import org.apache.ibatis.plugin.*;
import org.apache.ibatis.reflection.MetaObject;
import org.apache.ibatis.reflection.SystemMetaObject;
import java.io.StringReader;
import java.sql.Connection;
import java.util.Properties;
/**
 * @author MrBird
 */
@Slf4j
@Intercepts({@Signature(type = StatementHandler.class, method = "prepare", args = {Connection.class, Integer.class})})
public class DataPermissionInterceptor extends AbstractSqlParserHandler implements Interceptor {
    @Override
    public Object intercept(Invocation invocation) throws Throwable {
        StatementHandler statementHandler = PluginUtils.realTarget(invocation.getTarget());
        MetaObject metaObject = SystemMetaObject.forObject(statementHandler);
        this.sqlParser(metaObject);
        MappedStatement mappedStatement = (MappedStatement) metaObject.getValue("delegate.mappedStatement");
        BoundSql boundSql = (BoundSql) metaObject.getValue("delegate.boundSql");
        // 数据权限只针对查询语句
        if (SqlCommandType.SELECT == mappedStatement.getSqlCommandType()) {
            DataPermission dataPermission = getDataPermission(mappedStatement);
            if (shouldFilter(mappedStatement, dataPermission)) {
                String id = mappedStatement.getId();
                log.info("\n 数据权限过滤 Method -> {}", id);
                String originSql = boundSql.getSql();
                String dataPermissionSql = dataPermissionSql(originSql, dataPermission);
                metaObject.setValue("delegate.boundSql.sql", dataPermissionSql);
                log.info("\n 原始SQL -> {} \n 数据权限过滤SQL -> {}", originSql, dataPermissionSql);
            }
        }
        return invocation.proceed();
    }
    @Override
    public Object plugin(Object target) {
        if (target instanceof StatementHandler) {
            return Plugin.wrap(target, this);
        }
        return target;
    }
    @Override
    public void setProperties(Properties properties) {
    }
    private String dataPermissionSql(String originSql, DataPermission dataPermission) {
        try {
            if (StringUtils.isBlank(dataPermission.field())) {
                return originSql;
            }
            User currentUser = FebsUtil.getCurrentUser();
            if (currentUser == null) {
                return originSql;
            }
            CCJSqlParserManager parserManager = new CCJSqlParserManager();
            Select select = (Select) parserManager.parse(new StringReader(originSql));
            PlainSelect plainSelect = (PlainSelect) select.getSelectBody();
            Table fromItem = (Table) plainSelect.getFromItem();
            String selectTableName = fromItem.getAlias() == null ? fromItem.getName() : fromItem.getAlias().getName();
            String dataPermissionSql = String.format("%s.%s in (%s)", selectTableName, dataPermission.field(), StringUtils.defaultIfBlank(currentUser.getDeptIds(), "'WITHOUT PERMISSIONS'"));
            if (plainSelect.getWhere() == null) {
                plainSelect.setWhere(CCJSqlParserUtil.parseCondExpression(dataPermissionSql));
            } else {
                plainSelect.setWhere(new AndExpression(plainSelect.getWhere(), CCJSqlParserUtil.parseCondExpression(dataPermissionSql)));
            }
            return select.toString();
        } catch (Exception e) {
            log.warn("get data permission sql fail: {}", e.getMessage());
            return originSql;
        }
    }
    private DataPermission getDataPermission(MappedStatement mappedStatement) {
        String mappedStatementId = mappedStatement.getId();
        DataPermission dataPermission = null;
        try {
            String className = mappedStatementId.substring(0, mappedStatementId.lastIndexOf("."));
            final Class<?> clazz = Class.forName(className);
            if (clazz.isAnnotationPresent(DataPermission.class)) {
                dataPermission = clazz.getAnnotation(DataPermission.class);
            }
        } catch (Exception ignore) {
        }
        return dataPermission;
    }
    private Boolean shouldFilter(MappedStatement mappedStatement, DataPermission dataPermission) {
        if (dataPermission != null) {
            String methodName = StringUtils.substringAfterLast(mappedStatement.getId(), ".");
            String methodPrefix = dataPermission.methodPrefix();
            if (StringUtils.isNotBlank(methodPrefix) && StringUtils.startsWith(methodName, methodPrefix)) {
                return Boolean.TRUE;
            }
            String[] methods = dataPermission.methods();
            for (String method : methods) {
                if (StringUtils.equals(method, methodName)) {
                    return Boolean.TRUE;
                }
            }
        }
        return Boolean.FALSE;
    }
}
src/main/java/com/xcong/excoin/common/interceptor/DesensitizationInterceptor.java
New file
@@ -0,0 +1,114 @@
package com.xcong.excoin.common.interceptor;
import com.xcong.excoin.common.annotation.Desensitization;
import com.xcong.excoin.common.entity.DesensitizationType;
import lombok.Data;
import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.cache.CacheKey;
import org.apache.ibatis.executor.Executor;
import org.apache.ibatis.mapping.BoundSql;
import org.apache.ibatis.mapping.MappedStatement;
import org.apache.ibatis.plugin.*;
import org.apache.ibatis.session.ResultHandler;
import org.apache.ibatis.session.RowBounds;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Properties;
/**
 * @author MrBird
 */
@Data
@Intercepts({
        @Signature(type = Executor.class, method = "query", args = {MappedStatement.class, Object.class,
                RowBounds.class, ResultHandler.class}),
        @Signature(type = Executor.class, method = "query", args = {MappedStatement.class, Object.class,
                RowBounds.class, ResultHandler.class, CacheKey.class, BoundSql.class}),})
public class DesensitizationInterceptor implements Interceptor {
    @Override
    public Object intercept(Invocation invocation) throws Throwable {
        Object result = invocation.proceed();
        if (result instanceof ArrayList<?>) {
            List<?> list = (ArrayList<?>) result;
            return this.desensitization(list);
        } else {
            return this.desensitization(result);
        }
    }
    @Override
    public Object plugin(Object target) {
        return Plugin.wrap(target, this);
    }
    @Override
    public void setProperties(Properties properties) {
    }
    private List<?> desensitization(List<?> list) {
        Class<?> cls = null;
        Field[] objFields = null;
        if (list != null && list.size() > 0) {
            for (Object o : list) {
                if (cls == null) {
                    cls = o.getClass();
                    objFields = cls.getDeclaredFields();
                }
                desensitizationField(o, objFields);
            }
        }
        return list;
    }
    private Object desensitization(Object obj) {
        Class<?> cls;
        Field[] objFields;
        if (obj != null) {
            cls = obj.getClass();
            objFields = cls.getDeclaredFields();
            desensitizationField(obj, objFields);
        }
        return obj;
    }
    private void desensitizationField(Object obj, Field[] objFields) {
        for (Field field : objFields) {
            Desensitization desensitization;
            if ("serialVersionUID".equals(field.getName())) {
                continue;
            }
            if (String.class != field.getType() || (desensitization = field.getAnnotation(Desensitization.class)) == null) {
                continue;
            }
            field.setAccessible(true);
            String value;
            try {
                value = field.get(obj) != null ? field.get(obj).toString() : null;
            } catch (Exception e) {
                value = null;
            }
            if (value == null) {
                continue;
            }
            List<String> regular;
            DesensitizationType type = desensitization.type();
            regular = Arrays.asList(type.getRegular());
            if (regular.size() > 1) {
                String match = regular.get(0);
                String result = regular.get(1);
                if (StringUtils.isNotBlank(match) && StringUtils.isNotBlank(result)) {
                    value = value.replaceAll(match, result);
                    try {
                        field.set(obj, value);
                    } catch (Exception ignore) {
                    }
                }
            }
        }
    }
}
src/main/java/com/xcong/excoin/common/properties/FebsProperties.java
New file
@@ -0,0 +1,24 @@
package com.xcong.excoin.common.properties;
import lombok.Data;
import org.springframework.boot.SpringBootConfiguration;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.PropertySource;
/**
 * @author MrBird
 */
@Data
@SpringBootConfiguration
@PropertySource(value = {"classpath:febs.properties"})
@ConfigurationProperties(prefix = "febs")
public class FebsProperties {
    private ShiroProperties shiro = new ShiroProperties();
    private boolean autoOpenBrowser = true;
    private SwaggerProperties swagger = new SwaggerProperties();
    private int maxBatchInsertNum = 1000;
    private ValidateCodeProperties code = new ValidateCodeProperties();
}
src/main/java/com/xcong/excoin/common/properties/ShiroProperties.java
New file
@@ -0,0 +1,18 @@
package com.xcong.excoin.common.properties;
import lombok.Data;
/**
 * @author MrBird
 */
@Data
public class ShiroProperties {
    private long sessionTimeout;
    private int cookieTimeout;
    private String anonUrl;
    private String loginUrl;
    private String successUrl;
    private String logoutUrl;
    private String unauthorizedUrl;
}
src/main/java/com/xcong/excoin/common/properties/SwaggerProperties.java
New file
@@ -0,0 +1,19 @@
package com.xcong.excoin.common.properties;
import lombok.Data;
/**
 * @author MrBird
 */
@Data
public class SwaggerProperties {
    private String basePackage;
    private String title;
    private String description;
    private String version;
    private String author;
    private String url;
    private String email;
    private String license;
    private String licenseUrl;
}
src/main/java/com/xcong/excoin/common/properties/ValidateCodeProperties.java
New file
@@ -0,0 +1,39 @@
package com.xcong.excoin.common.properties;
import com.xcong.excoin.common.entity.ImageType;
import lombok.Data;
/**
 * @author MrBird
 */
@Data
public class ValidateCodeProperties {
    /**
     * 验证码有效时间,单位秒
     */
    private Long time = 120L;
    /**
     * 验证码类型,可选值 png和 gif
     */
    private String type = ImageType.PNG;
    /**
     * 图片宽度,px
     */
    private Integer width = 130;
    /**
     * 图片高度,px
     */
    private Integer height = 48;
    /**
     * 验证码位数
     */
    private Integer length = 4;
    /**
     * 验证码值的类型
     * 1. 数字加字母
     * 2. 纯数字
     * 3. 纯字母
     */
    private Integer charType = 2;
}
src/main/java/com/xcong/excoin/common/runner/FebsStartedUpRunner.java
New file
@@ -0,0 +1,79 @@
package com.xcong.excoin.common.runner;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.properties.FebsProperties;
import com.xcong.excoin.common.service.RedisService;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.ApplicationRunner;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.stereotype.Component;
import java.net.InetAddress;
/**
 * @author MrBird
 * @author FiseTch
 */
@Slf4j
@Component
@RequiredArgsConstructor
public class FebsStartedUpRunner implements ApplicationRunner {
    private final ConfigurableApplicationContext context;
    private final FebsProperties febsProperties;
    private final RedisService redisService;
    @Value("${server.port:8080}")
    private String port;
    @Value("${server.servlet.context-path:}")
    private String contextPath;
    @Value("${spring.profiles.active}")
    private String active;
    @Override
    public void run(ApplicationArguments args) throws Exception {
        try {
            // 测试 Redis连接是否正常
            redisService.hasKey("febs_test");
        } catch (Exception e) {
            log.error(" ____   __    _   _ ");
            log.error("| |_   / /\\  | | | |");
            log.error("|_|   /_/--\\ |_| |_|__");
            log.error("                        ");
            log.error("FEBS启动失败,{}", e.getMessage());
            log.error("Redis连接异常,请检查Redis连接配置并确保Redis服务已启动");
            // 关闭 FEBS
            context.close();
        }
        if (context.isActive()) {
            InetAddress address = InetAddress.getLocalHost();
            String url = String.format("http://%s:%s", address.getHostAddress(), port);
            String loginUrl = febsProperties.getShiro().getLoginUrl();
            if (StringUtils.isNotBlank(contextPath)) {
                url += contextPath;
            }
            if (StringUtils.isNotBlank(loginUrl)) {
                url += loginUrl;
            }
            log.info(" __    ___   _      ___   _     ____ _____  ____ ");
            log.info("/ /`  / / \\ | |\\/| | |_) | |   | |_   | |  | |_  ");
            log.info("\\_\\_, \\_\\_/ |_|  | |_|   |_|__ |_|__  |_|  |_|__ ");
            log.info("                                                      ");
            log.info("FEBS 权限系统启动完毕,地址:{}", url);
            boolean auto = febsProperties.isAutoOpenBrowser();
            if (auto && StringUtils.equalsIgnoreCase(active, FebsConstant.DEVELOP)) {
                String os = System.getProperty("os.name");
                // 默认为 windows时才自动打开页面
                if (StringUtils.containsIgnoreCase(os, FebsConstant.SYSTEM_WINDOWS)) {
                    //使用默认浏览器打开系统登录页
                    Runtime.getRuntime().exec("cmd  /c  start " + url);
                }
            }
        }
    }
}
src/main/java/com/xcong/excoin/common/service/RedisService.java
New file
@@ -0,0 +1,562 @@
package com.xcong.excoin.common.service;
import lombok.RequiredArgsConstructor;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.stereotype.Service;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.TimeUnit;
/**
 * 定义常用的 Redis操作
 *
 * @author MrBird
 */
@Service
@RequiredArgsConstructor
public class RedisService {
    private final RedisTemplate<String, Object> redisTemplate;
    /**
     * 指定缓存失效时间
     *
     * @param key  键
     * @param time 时间(秒)
     * @return Boolean
     */
    public Boolean expire(String key, Long time) {
        try {
            if (time > 0) {
                redisTemplate.expire(key, time, TimeUnit.SECONDS);
            }
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 根据key获取过期时间
     *
     * @param key 键 不能为 null
     * @return 时间(秒) 返回 0代表为永久有效
     */
    public Long getExpire(String key) {
        return redisTemplate.getExpire(key, TimeUnit.SECONDS);
    }
    /**
     * 判断 key是否存在
     *
     * @param key 键
     * @return true 存在 false不存在
     */
    public Boolean hasKey(String key) {
        try {
            return redisTemplate.hasKey(key);
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 删除缓存
     *
     * @param key 可以传一个值 或多个
     */
    public void del(String... key) {
        if (key != null && key.length > 0) {
            if (key.length == 1) {
                redisTemplate.delete(key[0]);
            } else {
                redisTemplate.delete(Arrays.asList(key));
            }
        }
    }
    /**
     * 普通缓存获取
     *
     * @param key 键
     * @return 值
     */
    public Object get(String key) {
        return key == null ? null : redisTemplate.opsForValue().get(key);
    }
    /**
     * 普通缓存放入
     *
     * @param key   键
     * @param value 值
     * @return true成功 false失败
     */
    public Boolean set(String key, Object value) {
        try {
            redisTemplate.opsForValue().set(key, value);
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 普通缓存放入并设置时间
     *
     * @param key   键
     * @param value 值
     * @param time  时间(秒) time要大于0 如果time小于等于0 将设置无限期
     * @return true成功 false 失败
     */
    public Boolean set(String key, Object value, Long time) {
        try {
            if (time > 0) {
                redisTemplate.opsForValue().set(key, value, time, TimeUnit.SECONDS);
            } else {
                set(key, value);
            }
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 递增
     *
     * @param key   键
     * @param delta 要增加几(大于0)
     * @return Long
     */
    public Long incr(String key, Long delta) {
        if (delta < 0) {
            throw new RuntimeException("递增因子必须大于0");
        }
        return redisTemplate.opsForValue().increment(key, delta);
    }
    /**
     * 递减
     *
     * @param key   键
     * @param delta 要减少几
     * @return Long
     */
    public Long decr(String key, Long delta) {
        if (delta < 0) {
            throw new RuntimeException("递减因子必须大于0");
        }
        return redisTemplate.opsForValue().increment(key, -delta);
    }
    /**
     * HashGet
     *
     * @param key  键 不能为 null
     * @param item 项 不能为 null
     * @return 值
     */
    public Object hget(String key, String item) {
        return redisTemplate.opsForHash().get(key, item);
    }
    /**
     * 获取 hashKey对应的所有键值
     *
     * @param key 键
     * @return 对应的多个键值
     */
    public Map<Object, Object> hmget(String key) {
        return redisTemplate.opsForHash().entries(key);
    }
    /**
     * HashSet
     *
     * @param key 键
     * @param map 对应多个键值
     * @return true 成功 false 失败
     */
    public Boolean hmset(String key, Map<String, Object> map) {
        try {
            redisTemplate.opsForHash().putAll(key, map);
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * HashSet 并设置时间
     *
     * @param key  键
     * @param map  对应多个键值
     * @param time 时间(秒)
     * @return true成功 false失败
     */
    public Boolean hmset(String key, Map<String, Object> map, Long time) {
        try {
            redisTemplate.opsForHash().putAll(key, map);
            if (time > 0) {
                expire(key, time);
            }
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 向一张hash表中放入数据,如果不存在将创建
     *
     * @param key   键
     * @param item  项
     * @param value 值
     * @return true 成功 false失败
     */
    public Boolean hset(String key, String item, Object value) {
        try {
            redisTemplate.opsForHash().put(key, item, value);
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 向一张hash表中放入数据,如果不存在将创建
     *
     * @param key   键
     * @param item  项
     * @param value 值
     * @param time  时间(秒) 注意:如果已存在的hash表有时间,这里将会替换原有的时间
     * @return true 成功 false失败
     */
    public Boolean hset(String key, String item, Object value, Long time) {
        try {
            redisTemplate.opsForHash().put(key, item, value);
            if (time > 0) {
                expire(key, time);
            }
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 删除hash表中的值
     *
     * @param key  键 不能为 null
     * @param item 项 可以使多个不能为 null
     */
    public void hdel(String key, Object... item) {
        redisTemplate.opsForHash().delete(key, item);
    }
    /**
     * 判断hash表中是否有该项的值
     *
     * @param key  键 不能为 null
     * @param item 项 不能为 null
     * @return true 存在 false不存在
     */
    public Boolean hHasKey(String key, String item) {
        return redisTemplate.opsForHash().hasKey(key, item);
    }
    /**
     * hash递增 如果不存在,就会创建一个 并把新增后的值返回
     *
     * @param key  键
     * @param item 项
     * @param by   要增加几(大于0)
     * @return Double
     */
    public Double hincr(String key, String item, Double by) {
        return redisTemplate.opsForHash().increment(key, item, by);
    }
    /**
     * hash递减
     *
     * @param key  键
     * @param item 项
     * @param by   要减少记(小于0)
     * @return Double
     */
    public Double hdecr(String key, String item, Double by) {
        return redisTemplate.opsForHash().increment(key, item, -by);
    }
    /**
     * 根据 key获取 Set中的所有值
     *
     * @param key 键
     * @return Set
     */
    public Set<Object> sGet(String key) {
        try {
            return redisTemplate.opsForSet().members(key);
        } catch (Exception e) {
            e.printStackTrace();
            return null;
        }
    }
    /**
     * 根据value从一个set中查询,是否存在
     *
     * @param key   键
     * @param value 值
     * @return true 存在 false不存在
     */
    public Boolean sHasKey(String key, Object value) {
        try {
            return redisTemplate.opsForSet().isMember(key, value);
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 将数据放入set缓存
     *
     * @param key    键
     * @param values 值 可以是多个
     * @return 成功个数
     */
    public Long sSet(String key, Object... values) {
        try {
            return redisTemplate.opsForSet().add(key, values);
        } catch (Exception e) {
            e.printStackTrace();
            return 0L;
        }
    }
    /**
     * 将set数据放入缓存
     *
     * @param key    键
     * @param time   时间(秒)
     * @param values 值 可以是多个
     * @return 成功个数
     */
    public Long sSetAndTime(String key, Long time, Object... values) {
        try {
            Long count = redisTemplate.opsForSet().add(key, values);
            if (time > 0) {
                expire(key, time);
            }
            return count;
        } catch (Exception e) {
            e.printStackTrace();
            return 0L;
        }
    }
    /**
     * 获取set缓存的长度
     *
     * @param key 键
     * @return Long
     */
    public Long sGetSetSize(String key) {
        try {
            return redisTemplate.opsForSet().size(key);
        } catch (Exception e) {
            e.printStackTrace();
            return 0L;
        }
    }
    /**
     * 移除值为value的
     *
     * @param key    键
     * @param values 值 可以是多个
     * @return 移除的个数
     */
    public Long setRemove(String key, Object... values) {
        try {
            return redisTemplate.opsForSet().remove(key, values);
        } catch (Exception e) {
            e.printStackTrace();
            return 0L;
        }
    }
    /**
     * 获取list缓存的内容
     *
     * @param key   键
     * @param start 开始
     * @param end   结束 0 到 -1代表所有值
     * @return List
     */
    public List<Object> lGet(String key, Long start, Long end) {
        try {
            return redisTemplate.opsForList().range(key, start, end);
        } catch (Exception e) {
            e.printStackTrace();
            return null;
        }
    }
    /**
     * 获取list缓存的长度
     *
     * @param key 键
     * @return Long
     */
    public Long lGetListSize(String key) {
        try {
            return redisTemplate.opsForList().size(key);
        } catch (Exception e) {
            e.printStackTrace();
            return 0L;
        }
    }
    /**
     * 通过索引 获取list中的值
     *
     * @param key   键
     * @param index 索引 index>=0时, 0 表头,1 第二个元素,依次类推;
     *              index<0时,-1,表尾,-2倒数第二个元素,依次类推
     * @return Object
     */
    public Object lGetIndex(String key, Long index) {
        try {
            return redisTemplate.opsForList().index(key, index);
        } catch (Exception e) {
            e.printStackTrace();
            return null;
        }
    }
    /**
     * 将list放入缓存
     *
     * @param key   键
     * @param value 值
     * @return Boolean
     */
    public Boolean lSet(String key, Object value) {
        try {
            redisTemplate.opsForList().rightPush(key, value);
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 将list放入缓存
     *
     * @param key   键
     * @param value 值
     * @param time  时间(秒)
     * @return Boolean
     */
    public Boolean lSet(String key, Object value, Long time) {
        try {
            redisTemplate.opsForList().rightPush(key, value);
            if (time > 0) {
                expire(key, time);
            }
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 将list放入缓存
     *
     * @param key   键
     * @param value 值
     * @return Boolean
     */
    public Boolean lSet(String key, List<Object> value) {
        try {
            redisTemplate.opsForList().rightPushAll(key, value);
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 将list放入缓存
     *
     * @param key   键
     * @param value 值
     * @param time  时间(秒)
     * @return Boolean
     */
    public Boolean lSet(String key, List<Object> value, Long time) {
        try {
            redisTemplate.opsForList().rightPushAll(key, value);
            if (time > 0) {
                expire(key, time);
            }
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 根据索引修改list中的某条数据
     *
     * @param key   键
     * @param index 索引
     * @param value 值
     * @return Boolean
     */
    public Boolean lUpdateIndex(String key, Long index, Object value) {
        try {
            redisTemplate.opsForList().set(key, index, value);
            return true;
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
    /**
     * 移除N个值为value
     *
     * @param key   键
     * @param count 移除多少个
     * @param value 值
     * @return 移除的个数
     */
    public Long lRemove(String key, Long count, Object value) {
        try {
            return redisTemplate.opsForList().remove(key, count, value);
        } catch (Exception e) {
            e.printStackTrace();
            return 0L;
        }
    }
}
src/main/java/com/xcong/excoin/common/service/ValidateCodeService.java
New file
@@ -0,0 +1,80 @@
package com.xcong.excoin.common.service;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.ImageType;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.common.properties.FebsProperties;
import com.xcong.excoin.common.properties.ValidateCodeProperties;
import com.wf.captcha.GifCaptcha;
import com.wf.captcha.SpecCaptcha;
import com.wf.captcha.base.Captcha;
import lombok.RequiredArgsConstructor;
import org.apache.commons.lang3.StringUtils;
import org.springframework.http.HttpHeaders;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Service;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
/**
 * 验证码服务
 *
 * @author MrBird
 */
@Service
@RequiredArgsConstructor
public class ValidateCodeService {
    private final RedisService redisService;
    private final FebsProperties properties;
    public void create(HttpServletRequest request, HttpServletResponse response) throws IOException {
        HttpSession session = request.getSession();
        String key = session.getId();
        ValidateCodeProperties code = properties.getCode();
        setHeader(response, code.getType());
        Captcha captcha = createCaptcha(code);
        redisService.set(FebsConstant.CODE_PREFIX  + key, StringUtils.lowerCase(captcha.text()), code.getTime());
        captcha.out(response.getOutputStream());
    }
    public void check(String key, String value) throws FebsException {
        Object codeInRedis = redisService.get(FebsConstant.CODE_PREFIX + key);
        if (StringUtils.isBlank(value)) {
            throw new FebsException("请输入验证码");
        }
        if (codeInRedis == null) {
            throw new FebsException("验证码已过期");
        }
        if (!StringUtils.equalsIgnoreCase(value, String.valueOf(codeInRedis))) {
            throw new FebsException("验证码不正确");
        }
    }
    private Captcha createCaptcha(ValidateCodeProperties code) {
        Captcha captcha;
        if (StringUtils.equalsIgnoreCase(code.getType(), ImageType.GIF)) {
            captcha = new GifCaptcha(code.getWidth(), code.getHeight(), code.getLength());
        } else {
            captcha = new SpecCaptcha(code.getWidth(), code.getHeight(), code.getLength());
        }
        captcha.setCharType(code.getCharType());
        return captcha;
    }
    private void setHeader(HttpServletResponse response, String type) {
        if (StringUtils.equalsIgnoreCase(type, ImageType.GIF)) {
            response.setContentType(MediaType.IMAGE_GIF_VALUE);
        } else {
            response.setContentType(MediaType.IMAGE_PNG_VALUE);
        }
        response.setHeader(HttpHeaders.PRAGMA, "No-cache");
        response.setHeader(HttpHeaders.CACHE_CONTROL, "No-cache");
        response.setDateHeader(HttpHeaders.EXPIRES, 0L);
    }
}
src/main/java/com/xcong/excoin/common/utils/AddressUtil.java
New file
@@ -0,0 +1,67 @@
package com.xcong.excoin.common.utils;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.FileUtils;
import org.lionsoul.ip2region.DataBlock;
import org.lionsoul.ip2region.DbConfig;
import org.lionsoul.ip2region.DbSearcher;
import org.lionsoul.ip2region.Util;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.Method;
/**
 * @author MrBird
 */
@Slf4j
public class AddressUtil {
    @SuppressWarnings("all")
    public static String getCityInfo(String ip) {
        DbSearcher searcher = null;
        try {
            String dbPath = AddressUtil.class.getResource("/ip2region/ip2region.db").getPath();
            File file = new File(dbPath);
            if (!file.exists()) {
                String tmpDir = System.getProperties().getProperty("java.io.tmpdir");
                dbPath = tmpDir + "ip.db";
                file = new File(dbPath);
                FileUtils.copyInputStreamToFile(AddressUtil.class.getClassLoader().getResourceAsStream("classpath:ip2region/ip2region.db"), file);
            }
            int algorithm = DbSearcher.BTREE_ALGORITHM;
            DbConfig config = new DbConfig();
            searcher = new DbSearcher(config, dbPath);
            Method method = null;
            switch (algorithm) {
                case DbSearcher.BTREE_ALGORITHM:
                    method = searcher.getClass().getMethod("btreeSearch", String.class);
                    break;
                case DbSearcher.BINARY_ALGORITHM:
                    method = searcher.getClass().getMethod("binarySearch", String.class);
                    break;
                case DbSearcher.MEMORY_ALGORITYM:
                    method = searcher.getClass().getMethod("memorySearch", String.class);
                    break;
            }
            DataBlock dataBlock = null;
            if (!Util.isIpAddress(ip)) {
                log.error("Error: Invalid ip address");
            }
            dataBlock = (DataBlock) method.invoke(searcher, ip);
            return dataBlock.getRegion();
        } catch (Exception e) {
            log.error("获取IP地址失败,{}", e.getMessage());
        } finally {
            if (searcher != null) {
                try {
                    searcher.close();
                } catch (IOException e) {
                    e.printStackTrace();
                }
            }
        }
        return null;
    }
}
src/main/java/com/xcong/excoin/common/utils/DateUtil.java
New file
@@ -0,0 +1,49 @@
package com.xcong.excoin.common.utils;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
import java.util.Date;
import java.util.Locale;
/**
 * 时间工具类
 *
 * @author MrBird
 */
public class DateUtil {
    public static final String FULL_TIME_PATTERN = "yyyyMMddHHmmss";
    public static final String FULL_TIME_SPLIT_PATTERN = "yyyy-MM-dd HH:mm:ss";
    public static final String CST_TIME_PATTERN = "EEE MMM dd HH:mm:ss zzz yyyy";
    public static String formatFullTime(LocalDateTime localDateTime) {
        return formatFullTime(localDateTime, FULL_TIME_PATTERN);
    }
    public static String formatFullTime(LocalDateTime localDateTime, String pattern) {
        DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern(pattern);
        return localDateTime.format(dateTimeFormatter);
    }
    public static String getDateFormat(Date date, String dateFormatType) {
        SimpleDateFormat simpleDateFormat = new SimpleDateFormat(dateFormatType, Locale.CHINA);
        return simpleDateFormat.format(date);
    }
    public static String formatCstTime(String date, String format) throws ParseException {
        SimpleDateFormat simpleDateFormat = new SimpleDateFormat(CST_TIME_PATTERN, Locale.US);
        Date usDate = simpleDateFormat.parse(date);
        return DateUtil.getDateFormat(usDate, format);
    }
    public static String formatInstant(Instant instant, String format) {
        LocalDateTime localDateTime = LocalDateTime.ofInstant(instant, ZoneId.systemDefault());
        return localDateTime.format(DateTimeFormatter.ofPattern(format));
    }
}
src/main/java/com/xcong/excoin/common/utils/FebsUtil.java
New file
@@ -0,0 +1,117 @@
package com.xcong.excoin.common.utils;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.system.entity.User;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.SecurityUtils;
import javax.servlet.http.HttpServletRequest;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.stream.IntStream;
/**
 * FEBS工具类
 *
 * @author MrBird
 */
@Slf4j
public class FebsUtil {
    private static final Pattern CHINESE_PATTERN = Pattern.compile("[\u4e00-\u9fa5]");
    /**
     * 驼峰转下划线
     *
     * @param value 待转换值
     * @return 结果
     */
    public static String camelToUnderscore(String value) {
        if (StringUtils.isBlank(value)) {
            return value;
        }
        String[] arr = StringUtils.splitByCharacterTypeCamelCase(value);
        if (arr.length == 0) {
            return value;
        }
        StringBuilder result = new StringBuilder();
        IntStream.range(0, arr.length).forEach(i -> {
            if (i != arr.length - 1) {
                result.append(arr[i]).append(StringPool.UNDERSCORE);
            } else {
                result.append(arr[i]);
            }
        });
        return StringUtils.lowerCase(result.toString());
    }
    /**
     * 下划线转驼峰
     *
     * @param value 待转换值
     * @return 结果
     */
    public static String underscoreToCamel(String value) {
        StringBuilder result = new StringBuilder();
        String[] arr = value.split("_");
        for (String s : arr) {
            result.append((String.valueOf(s.charAt(0))).toUpperCase()).append(s.substring(1));
        }
        return result.toString();
    }
    /**
     * 判断是否为 ajax请求
     *
     * @param request HttpServletRequest
     * @return boolean
     */
    public static boolean isAjaxRequest(HttpServletRequest request) {
        return (request.getHeader("X-Requested-With") != null
                && "XMLHttpRequest".equals(request.getHeader("X-Requested-With")));
    }
    /**
     * 正则校验
     *
     * @param regex 正则表达式字符串
     * @param value 要匹配的字符串
     * @return 正则校验结果
     */
    public static boolean match(String regex, String value) {
        Pattern pattern = Pattern.compile(regex);
        Matcher matcher = pattern.matcher(value);
        return matcher.matches();
    }
    /**
     * 获取当前登录用户
     *
     * @return User
     */
    public static User getCurrentUser() {
        return (User) SecurityUtils.getSubject().getPrincipal();
    }
    /**
     * 判断是否包含中文
     *
     * @param value 内容
     * @return 结果
     */
    public static boolean containChinese(String value) {
        if (StringUtils.isBlank(value)) {
            return false;
        }
        Matcher matcher = CHINESE_PATTERN.matcher(value);
        return matcher.find();
    }
    public static String view(String viewName) {
        return FebsConstant.VIEW_PREFIX + viewName;
    }
}
src/main/java/com/xcong/excoin/common/utils/FileUtil.java
New file
@@ -0,0 +1,165 @@
package com.xcong.excoin.common.utils;
import com.xcong.excoin.common.entity.FebsConstant;
import com.google.common.base.Preconditions;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.StringUtils;
import javax.servlet.http.HttpServletResponse;
import java.io.*;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.Arrays;
import java.util.zip.CRC32;
import java.util.zip.CheckedOutputStream;
import java.util.zip.ZipEntry;
import java.util.zip.ZipOutputStream;
/**
 * @author MrBird
 */
@Slf4j
public class FileUtil {
    private static final int BUFFER = 1024 * 8;
    /**
     * 压缩文件或目录
     *
     * @param fromPath 待压缩文件或路径
     * @param toPath   压缩文件,如 xx.zip
     */
    public static void compress(String fromPath, String toPath) throws IOException {
        File fromFile = new File(fromPath);
        File toFile = new File(toPath);
        if (!fromFile.exists()) {
            throw new FileNotFoundException(fromPath + "不存在!");
        }
        try (
                FileOutputStream outputStream = new FileOutputStream(toFile);
                CheckedOutputStream checkedOutputStream = new CheckedOutputStream(outputStream, new CRC32());
                ZipOutputStream zipOutputStream = new ZipOutputStream(checkedOutputStream)
        ) {
            String baseDir = "";
            compress(fromFile, zipOutputStream, baseDir);
        }
    }
    /**
     * 文件下载
     *
     * @param filePath 待下载文件路径
     * @param fileName 下载文件名称
     * @param delete   下载后是否删除源文件
     * @param response HttpServletResponse
     * @throws Exception Exception
     */
    public static void download(String filePath, String fileName, Boolean delete, HttpServletResponse response) throws Exception {
        File file = new File(filePath);
        if (!file.exists()) {
            throw new Exception("文件未找到");
        }
        String fileType = getFileType(file);
        if (!fileTypeIsValid(fileType)) {
            throw new Exception("暂不支持该类型文件下载");
        }
        response.setHeader("Content-Disposition", "attachment;fileName=" + java.net.URLEncoder.encode(fileName, "utf-8"));
        response.setContentType("multipart/form-data");
        response.setCharacterEncoding("utf-8");
        try (InputStream inputStream = new FileInputStream(file); OutputStream os = response.getOutputStream()) {
            byte[] b = new byte[2048];
            int length;
            while ((length = inputStream.read(b)) > 0) {
                os.write(b, 0, length);
            }
        } finally {
            if (delete) {
                delete(filePath);
            }
        }
    }
    /**
     * 递归删除文件或目录
     *
     * @param filePath 文件或目录
     */
    public static void delete(String filePath) {
        File file = new File(filePath);
        if (file.isDirectory()) {
            File[] files = file.listFiles();
            if (files != null) {
                Arrays.stream(files).forEach(f -> delete(f.getPath()));
            }
        }
        try {
            Files.delete(Paths.get(filePath));
        } catch (IOException e) {
            log.error("删除失败", e);
        }
    }
    /**
     * 获取文件类型
     *
     * @param file 文件
     * @return 文件类型
     * @throws Exception Exception
     */
    private static String getFileType(File file) throws Exception {
        Preconditions.checkNotNull(file);
        if (file.isDirectory()) {
            throw new Exception("file不是文件");
        }
        String fileName = file.getName();
        return fileName.substring(fileName.lastIndexOf(".") + 1);
    }
    /**
     * 校验文件类型是否是允许下载的类型
     * (出于安全考虑:https://github.com/wuyouzhuguli/FEBS-Shiro/issues/40)
     *
     * @param fileType fileType
     * @return Boolean
     */
    private static Boolean fileTypeIsValid(String fileType) {
        Preconditions.checkNotNull(fileType);
        fileType = StringUtils.lowerCase(fileType);
        return ArrayUtils.contains(FebsConstant.VALID_FILE_TYPE, fileType);
    }
    private static void compress(File file, ZipOutputStream zipOut, String baseDir) throws IOException {
        if (file.isDirectory()) {
            compressDirectory(file, zipOut, baseDir);
        } else {
            compressFile(file, zipOut, baseDir);
        }
    }
    private static void compressDirectory(File dir, ZipOutputStream zipOut, String baseDir) throws IOException {
        File[] files = dir.listFiles();
        if (files != null && ArrayUtils.isNotEmpty(files)) {
            for (File file : files) {
                compress(file, zipOut, baseDir + dir.getName() + "/");
            }
        }
    }
    private static void compressFile(File file, ZipOutputStream zipOut, String baseDir) throws IOException {
        if (!file.exists()) {
            return;
        }
        try (BufferedInputStream bis = new BufferedInputStream(new FileInputStream(file))) {
            ZipEntry entry = new ZipEntry(baseDir + file.getName());
            zipOut.putNextEntry(entry);
            int count;
            byte[] data = new byte[BUFFER];
            while ((count = bis.read(data, 0, BUFFER)) != -1) {
                zipOut.write(data, 0, count);
            }
        }
    }
}
src/main/java/com/xcong/excoin/common/utils/HttpContextUtil.java
New file
@@ -0,0 +1,20 @@
package com.xcong.excoin.common.utils;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;
import javax.servlet.http.HttpServletRequest;
import java.util.Objects;
/**
 * @author MrBird
 */
public class HttpContextUtil {
    private HttpContextUtil(){
    }
    public static HttpServletRequest getHttpServletRequest() {
        return ((ServletRequestAttributes) Objects.requireNonNull(RequestContextHolder.getRequestAttributes())).getRequest();
    }
}
src/main/java/com/xcong/excoin/common/utils/IpUtil.java
New file
@@ -0,0 +1,32 @@
package com.xcong.excoin.common.utils;
import javax.servlet.http.HttpServletRequest;
/**
 * @author MrBird
 */
public class IpUtil {
    private static final String UNKNOWN = "unknown";
    /**
     * 获取 IP地址
     * 使用 Nginx等反向代理软件, 则不能通过 request.getRemoteAddr()获取 IP地址
     * 如果使用了多级反向代理的话,X-Forwarded-For的值并不止一个,而是一串IP地址,
     * X-Forwarded-For中第一个非 unknown的有效IP字符串,则为真实IP地址
     */
    public static String getIpAddr(HttpServletRequest request) {
        String ip = request.getHeader("x-forwarded-for");
        if (ip == null || ip.length() == 0 || UNKNOWN.equalsIgnoreCase(ip)) {
            ip = request.getHeader("Proxy-Client-IP");
        }
        if (ip == null || ip.length() == 0 || UNKNOWN.equalsIgnoreCase(ip)) {
            ip = request.getHeader("WL-Proxy-Client-IP");
        }
        if (ip == null || ip.length() == 0 || UNKNOWN.equalsIgnoreCase(ip)) {
            ip = request.getRemoteAddr();
        }
        return "0:0:0:0:0:0:0:1".equals(ip) ? "127.0.0.1" : ip;
    }
}
src/main/java/com/xcong/excoin/common/utils/JsoupUtil.java
New file
@@ -0,0 +1,39 @@
package com.xcong.excoin.common.utils;
import org.apache.commons.lang3.StringUtils;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.safety.Whitelist;
/**
 * Xss过滤工具
 *
 * @author MrBird
 */
public class JsoupUtil {
    /**
     * 使用自带的 basicWithImages 白名单
     * 允许的便签有a,b,blockquote,br,cite,code,dd,dl,dt,em,i,li,ol,p,pre,q,small,span,
     * strike,strong,sub,sup,u,ul,img
     * 以及a标签的href,img标签的src,align,alt,height,width,title属性
     */
    private static final Whitelist WHITE_LIST = Whitelist.basicWithImages();
    /**
     * 配置过滤化参数,不对代码进行格式化
     */
    private static final Document.OutputSettings OUTPUT_SETTING = new Document.OutputSettings().prettyPrint(false);
    static {
        /*
         * 富文本编辑时一些样式是使用style来进行实现的 比如红色字体 style="color:red;" 所以需要给所有标签添加style属性
         */
        WHITE_LIST.addAttributes(":all", "style");
    }
    public static String clean(String content) {
        return Jsoup.clean(content, StringUtils.EMPTY, WHITE_LIST, OUTPUT_SETTING);
    }
}
src/main/java/com/xcong/excoin/common/utils/Md5Util.java
New file
@@ -0,0 +1,21 @@
package com.xcong.excoin.common.utils;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.crypto.hash.SimpleHash;
import org.apache.shiro.util.ByteSource;
/**
 * @author MrBird
 */
public class Md5Util {
    private static final String ALGORITH_NAME = "md5";
    private static final int HASH_ITERATIONS = 5;
    public static String encrypt(String username, String password) {
        String source = StringUtils.lowerCase(username);
        password = StringUtils.lowerCase(password);
        return new SimpleHash(ALGORITH_NAME, password, ByteSource.Util.bytes(source), HASH_ITERATIONS).toHex();
    }
}
src/main/java/com/xcong/excoin/common/utils/SortUtil.java
New file
@@ -0,0 +1,129 @@
package com.xcong.excoin.common.utils;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.OrderItem;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import org.apache.commons.lang3.StringUtils;
/**
 * 处理排序工具类
 *
 * @author MrBird
 */
public class SortUtil {
    /**
     * 处理排序(分页情况下) for mybatis-plus
     *
     * @param request           QueryRequest
     * @param page              Page
     * @param defaultSort       默认排序的字段
     * @param defaultOrder      默认排序规则
     * @param camelToUnderscore 是否开启驼峰转下划线
     */
    public static void handlePageSort(QueryRequest request, Page<?> page, String defaultSort, String defaultOrder, boolean camelToUnderscore) {
        page.setCurrent(request.getPageNum());
        page.setSize(request.getPageSize());
        String sortField = request.getField();
        if (camelToUnderscore) {
            sortField = FebsUtil.camelToUnderscore(sortField);
            defaultSort = FebsUtil.camelToUnderscore(defaultSort);
        }
        if (StringUtils.isNotBlank(request.getField())
                && StringUtils.isNotBlank(request.getOrder())
                && !StringUtils.equalsIgnoreCase(request.getField(), "null")
                && !StringUtils.equalsIgnoreCase(request.getOrder(), "null")) {
            if (StringUtils.equals(request.getOrder(), FebsConstant.ORDER_DESC)) {
                page.addOrder(OrderItem.desc(sortField));
            } else {
                page.addOrder(OrderItem.asc(sortField));
            }
        } else {
            if (StringUtils.isNotBlank(defaultSort)) {
                if (StringUtils.equals(defaultOrder, FebsConstant.ORDER_DESC)) {
                    page.addOrder(OrderItem.desc(defaultSort));
                } else {
                    page.addOrder(OrderItem.asc(defaultSort));
                }
            }
        }
    }
    /**
     * 处理排序 for mybatis-plus
     *
     * @param request QueryRequest
     * @param page    Page
     */
    public static void handlePageSort(QueryRequest request, Page<?> page) {
        handlePageSort(request, page, null, null, false);
    }
    /**
     * 处理排序 for mybatis-plus
     *
     * @param request           QueryRequest
     * @param page              Page
     * @param camelToUnderscore 是否开启驼峰转下划线
     */
    public static void handlePageSort(QueryRequest request, Page<?> page, boolean camelToUnderscore) {
        handlePageSort(request, page, null, null, camelToUnderscore);
    }
    /**
     * 处理排序 for mybatis-plus
     *
     * @param request           QueryRequest
     * @param wrapper           wrapper
     * @param defaultSort       默认排序的字段
     * @param defaultOrder      默认排序规则
     * @param camelToUnderscore 是否开启驼峰转下划线
     */
    public static void handleWrapperSort(QueryRequest request, QueryWrapper<?> wrapper, String defaultSort, String defaultOrder, boolean camelToUnderscore) {
        String sortField = request.getField();
        if (camelToUnderscore) {
            sortField = FebsUtil.camelToUnderscore(sortField);
            defaultSort = FebsUtil.camelToUnderscore(defaultSort);
        }
        if (StringUtils.isNotBlank(request.getField())
                && StringUtils.isNotBlank(request.getOrder())
                && !StringUtils.equalsIgnoreCase(request.getField(), "null")
                && !StringUtils.equalsIgnoreCase(request.getOrder(), "null")) {
            if (StringUtils.equals(request.getOrder(), FebsConstant.ORDER_DESC)) {
                wrapper.orderByDesc(sortField);
            } else {
                wrapper.orderByAsc(sortField);
            }
        } else {
            if (StringUtils.isNotBlank(defaultSort)) {
                if (StringUtils.equals(defaultOrder, FebsConstant.ORDER_DESC)) {
                    wrapper.orderByDesc(defaultSort);
                } else {
                    wrapper.orderByAsc(defaultSort);
                }
            }
        }
    }
    /**
     * 处理排序 for mybatis-plus
     *
     * @param request QueryRequest
     * @param wrapper wrapper
     */
    public static void handleWrapperSort(QueryRequest request, QueryWrapper<?> wrapper) {
        handleWrapperSort(request, wrapper, null, null, false);
    }
    /**
     * 处理排序 for mybatis-plus
     *
     * @param request           QueryRequest
     * @param wrapper           wrapper
     * @param camelToUnderscore 是否开启驼峰转下划线
     */
    public static void handleWrapperSort(QueryRequest request, QueryWrapper<?> wrapper, boolean camelToUnderscore) {
        handleWrapperSort(request, wrapper, null, null, camelToUnderscore);
    }
}
src/main/java/com/xcong/excoin/common/utils/SpringContextUtil.java
New file
@@ -0,0 +1,47 @@
package com.xcong.excoin.common.utils;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Component;
/**
 * Spring Context 工具类
 *
 * @author MrBird
 *
 */
@Component
public class SpringContextUtil implements ApplicationContextAware {
    private static ApplicationContext applicationContext;
    @Override
    public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
        SpringContextUtil.applicationContext = applicationContext;
    }
    public static Object getBean(String name) {
        return applicationContext.getBean(name);
    }
    public static <T> T getBean(Class<T> clazz){
        return applicationContext.getBean(clazz);
    }
    public static <T> T getBean(String name, Class<T> requiredType) {
        return applicationContext.getBean(name, requiredType);
    }
    public static boolean containsBean(String name) {
        return applicationContext.containsBean(name);
    }
    public static boolean isSingleton(String name) {
        return applicationContext.isSingleton(name);
    }
    public static Class<?> getType(String name) {
        return applicationContext.getType(name);
    }
}
src/main/java/com/xcong/excoin/common/utils/TreeUtil.java
New file
@@ -0,0 +1,104 @@
package com.xcong.excoin.common.utils;
import com.xcong.excoin.common.entity.DeptTree;
import com.xcong.excoin.common.entity.MenuTree;
import org.apache.commons.lang3.StringUtils;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
public class TreeUtil {
    private static final String TOP_NODE_ID = "0";
    public static <T> MenuTree<T> buildMenuTree(List<MenuTree<T>> nodes) {
        if (nodes == null) {
            return null;
        }
        List<MenuTree<T>> topNodes = new ArrayList<>();
        nodes.forEach(children -> {
            String pid = children.getParentId();
            if (pid == null || TOP_NODE_ID.equals(pid)) {
                topNodes.add(children);
                return;
            }
            for (MenuTree<T> parent : nodes) {
                String id = parent.getId();
                if (id != null && id.equals(pid)) {
                    parent.getChilds().add(children);
                    children.setHasParent(true);
                    parent.setHasChild(true);
                    return;
                }
            }
        });
        MenuTree<T> root = new MenuTree<>();
        root.setId(TOP_NODE_ID);
        root.setParentId(StringUtils.EMPTY);
        root.setHasParent(false);
        root.setHasChild(true);
        root.setChecked(true);
        root.setChilds(topNodes);
        Map<String, Object> state = new HashMap<>(16);
        root.setState(state);
        return root;
    }
    public static <T> List<DeptTree<T>> buildDeptTree(List<DeptTree<T>> nodes) {
        if (nodes == null) {
            return null;
        }
        List<DeptTree<T>> result = new ArrayList<>();
        nodes.forEach(children -> {
            String pid = children.getParentId();
            if (pid == null || TOP_NODE_ID.equals(pid)) {
                result.add(children);
                return;
            }
            for (DeptTree<T> n : nodes) {
                String id = n.getId();
                if (id != null && id.equals(pid)) {
                    if (n.getChildren() == null) {
                        n.initChildren();
                    }
                    n.getChildren().add(children);
                    children.setHasParent(true);
                    n.setHasChild(true);
                    return;
                }
            }
        });
        return result;
    }
    public static <T> List<MenuTree<T>> buildList(List<MenuTree<T>> nodes, String idParam) {
        if (nodes == null) {
            return new ArrayList<>();
        }
        List<MenuTree<T>> topNodes = new ArrayList<>();
        nodes.forEach(children -> {
            String pid = children.getParentId();
            if (pid == null || idParam.equals(pid)) {
                topNodes.add(children);
                return;
            }
            nodes.forEach(parent -> {
                String id = parent.getId();
                if (id != null && id.equals(pid)) {
                    parent.getChilds().add(children);
                    children.setHasParent(true);
                    parent.setHasChild(true);
                }
            });
        });
        return topNodes;
    }
}
src/main/java/com/xcong/excoin/common/validator/CronValidator.java
New file
@@ -0,0 +1,28 @@
package com.xcong.excoin.common.validator;
import com.xcong.excoin.common.annotation.IsCron;
import org.quartz.CronExpression;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
/**
 * 校验是否为合法的 Cron表达式
 *
 * @author MrBird
 */
public class CronValidator implements ConstraintValidator<IsCron, String> {
    @Override
    public void initialize(IsCron isCron) {
    }
    @Override
    public boolean isValid(String value, ConstraintValidatorContext constraintValidatorContext) {
        try {
            return CronExpression.isValidExpression(value);
        } catch (Exception e) {
            return false;
        }
    }
}
src/main/java/com/xcong/excoin/common/validator/MobileValidator.java
New file
@@ -0,0 +1,35 @@
package com.xcong.excoin.common.validator;
import com.xcong.excoin.common.annotation.IsMobile;
import com.xcong.excoin.common.entity.Regexp;
import com.xcong.excoin.common.utils.FebsUtil;
import org.apache.commons.lang3.StringUtils;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
/**
 * 校验是否为合法的手机号码
 *
 * @author MrBird
 */
public class MobileValidator implements ConstraintValidator<IsMobile, String> {
    @Override
    public void initialize(IsMobile isMobile) {
    }
    @Override
    public boolean isValid(String s, ConstraintValidatorContext constraintValidatorContext) {
        try {
            if (StringUtils.isBlank(s)) {
                return true;
            } else {
                String regex = Regexp.MOBILE_REG;
                return FebsUtil.match(regex, s);
            }
        } catch (Exception e) {
            return false;
        }
    }
}
src/main/java/com/xcong/excoin/common/xss/XssFilter.java
New file
@@ -0,0 +1,71 @@
package com.xcong.excoin.common.xss;
import org.apache.commons.lang3.BooleanUtils;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
 * Xss攻击拦截器
 *
 * @author MrBird
 */
public class XssFilter implements Filter {
    private static Logger logger = LoggerFactory.getLogger(XssFilter.class);
    /**
     * 是否过滤富文本内容
     */
    private boolean flag = false;
    private List<String> excludes = new ArrayList<>();
    @Override
    public void init(FilterConfig filterConfig) {
        logger.info("------------ xss filter init ------------");
        String isIncludeRichText = filterConfig.getInitParameter("isIncludeRichText");
        if (StringUtils.isNotBlank(isIncludeRichText)) {
            flag = BooleanUtils.toBoolean(isIncludeRichText);
        }
        String temp = filterConfig.getInitParameter("excludes");
        if (temp != null) {
            String[] url = temp.split(",");
            excludes.addAll(Arrays.asList(url));
        }
    }
    @Override
    public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
            throws IOException, ServletException {
        HttpServletRequest req = (HttpServletRequest) request;
        if (handleExcludeUrl(req)) {
            chain.doFilter(request, response);
            return;
        }
        XssHttpServletRequestWrapper xssRequest = new XssHttpServletRequestWrapper((HttpServletRequest) request, flag);
        chain.doFilter(xssRequest, response);
    }
    @Override
    public void destroy() {
        // do nothing
    }
    private boolean handleExcludeUrl(HttpServletRequest request) {
        if (excludes == null || excludes.isEmpty()) {
            return false;
        }
        String url = request.getServletPath();
        return excludes.stream().map(pattern -> Pattern.compile("^" + pattern)).map(p -> p.matcher(url)).anyMatch(Matcher::find);
    }
}
src/main/java/com/xcong/excoin/common/xss/XssHttpServletRequestWrapper.java
New file
@@ -0,0 +1,86 @@
package com.xcong.excoin.common.xss;
import com.xcong.excoin.common.utils.JsoupUtil;
import org.apache.commons.lang3.StringUtils;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRequestWrapper;
import java.util.stream.IntStream;
/**
 * Jsoup过滤 http请求,防止 Xss攻击
 *
 * @author MrBird
 */
public class XssHttpServletRequestWrapper extends HttpServletRequestWrapper {
    private HttpServletRequest orgRequest;
    private boolean isIncludeRichText;
    XssHttpServletRequestWrapper(HttpServletRequest request, boolean isIncludeRichText) {
        super(request);
        orgRequest = request;
        this.isIncludeRichText = isIncludeRichText;
    }
    /**
     * 覆盖 getParameter方法,将参数名和参数值都做xss过滤
     * 如果需要获得原始的值,则通过 super.getParameterValues(name)来获取
     * getParameterNames,getParameterValues和 getParameterMap也可能需要覆盖
     */
    @Override
    public String getParameter(String name) {
        if (("content".equals(name) || name.endsWith("WithHtml")) && !isIncludeRichText) {
            return super.getParameter(name);
        }
        name = JsoupUtil.clean(name);
        String value = super.getParameter(name);
        if (StringUtils.isNotBlank(value)) {
            value = JsoupUtil.clean(value);
        }
        return value;
    }
    @Override
    public String[] getParameterValues(String name) {
        String[] arr = super.getParameterValues(name);
        if (arr != null) {
            IntStream.range(0, arr.length).forEach(i -> arr[i] = JsoupUtil.clean(arr[i]));
        }
        return arr;
    }
    /**
     * 覆盖getHeader方法,将参数名和参数值都做 xss过滤
     * 如果需要获得原始的值,则通过super.getHeaders(name)来获取
     * getHeaderNames 也可能需要覆盖
     */
    @Override
    public String getHeader(String name) {
        name = JsoupUtil.clean(name);
        String value = super.getHeader(name);
        if (StringUtils.isNotBlank(value)) {
            value = JsoupUtil.clean(value);
        }
        return value;
    }
    /**
     * 获取原始的 request
     */
    private HttpServletRequest getOrgRequest() {
        return orgRequest;
    }
    /**
     * 获取原始的 request的静态方法
     */
    public static HttpServletRequest getOrgRequest(HttpServletRequest req) {
        if (req instanceof XssHttpServletRequestWrapper) {
            return ((XssHttpServletRequestWrapper) req).getOrgRequest();
        }
        return req;
    }
}
src/main/java/com/xcong/excoin/generator/controller/GeneratorConfigController.java
New file
@@ -0,0 +1,47 @@
package com.xcong.excoin.generator.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.generator.entity.GeneratorConfig;
import com.xcong.excoin.generator.service.IGeneratorConfigService;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.validation.Valid;
/**
 * @author MrBird
 */
@Slf4j
@RestController
@RequestMapping("generatorConfig")
@RequiredArgsConstructor
public class GeneratorConfigController extends BaseController {
    private final IGeneratorConfigService generatorConfigService;
    @GetMapping
    @RequiresPermissions("generator:configure:view")
    public FebsResponse getGeneratorConfig() {
        return new FebsResponse().success().data(generatorConfigService.findGeneratorConfig());
    }
    @PostMapping("update")
    @RequiresPermissions("generator:configure:update")
    @ControllerEndpoint(operation = "修改GeneratorConfig", exceptionMessage = "修改GeneratorConfig失败")
    public FebsResponse updateGeneratorConfig(@Valid GeneratorConfig generatorConfig) {
        if (StringUtils.isBlank(generatorConfig.getId())) {
            throw new FebsException("配置id不能为空");
        }
        this.generatorConfigService.updateGeneratorConfig(generatorConfig);
        return new FebsResponse().success();
    }
}
src/main/java/com/xcong/excoin/generator/controller/GeneratorController.java
New file
@@ -0,0 +1,101 @@
package com.xcong.excoin.generator.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.common.utils.FebsUtil;
import com.xcong.excoin.common.utils.FileUtil;
import com.xcong.excoin.generator.entity.Column;
import com.xcong.excoin.generator.entity.GeneratorConfig;
import com.xcong.excoin.generator.entity.GeneratorConstant;
import com.xcong.excoin.generator.helper.GeneratorHelper;
import com.xcong.excoin.generator.service.IGeneratorConfigService;
import com.xcong.excoin.generator.service.IGeneratorService;
import com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DataSourceProperty;
import com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.RegExUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet.http.HttpServletResponse;
import javax.validation.constraints.NotBlank;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@Slf4j
@RestController
@RequestMapping("generator")
@RequiredArgsConstructor
public class GeneratorController extends BaseController {
    private static final String SUFFIX = "_code.zip";
    private final IGeneratorService generatorService;
    private final IGeneratorConfigService generatorConfigService;
    private final GeneratorHelper generatorHelper;
    private final DynamicDataSourceProperties properties;
    @GetMapping("datasource")
    @RequiresPermissions("generator:view")
    public FebsResponse datasource() {
        Map<String, DataSourceProperty> datasources = properties.getDatasource();
        List<String> datasourcesName = new ArrayList<>();
        datasources.forEach((k, v) -> {
            String datasourceName = StringUtils.substringBefore(StringUtils.substringAfterLast(v.getUrl(), "/"), "?");
            datasourcesName.add(datasourceName);
        });
        return new FebsResponse().success().data(datasourcesName);
    }
    @GetMapping("tables/info")
    @RequiresPermissions("generator:view")
    public FebsResponse tablesInfo(String tableName, String datasource, QueryRequest request) {
        Map<String, Object> dataTable = getDataTable(generatorService.getTables(tableName, request, GeneratorConstant.DATABASE_TYPE, datasource));
        return new FebsResponse().success().data(dataTable);
    }
    @GetMapping
    @RequiresPermissions("generator:generate")
    @ControllerEndpoint(exceptionMessage = "代码生成失败")
    public void generate(@NotBlank(message = "{required}") String name, String remark, String datasource, HttpServletResponse response) throws Exception {
        GeneratorConfig generatorConfig = generatorConfigService.findGeneratorConfig();
        if (generatorConfig == null) {
            throw new FebsException("代码生成配置为空");
        }
        String className = name;
        if (GeneratorConfig.TRIM_YES.equals(generatorConfig.getIsTrim())) {
            className = RegExUtils.replaceFirst(name, generatorConfig.getTrimValue(), StringUtils.EMPTY);
        }
        generatorConfig.setTableName(name);
        generatorConfig.setClassName(FebsUtil.underscoreToCamel(className));
        generatorConfig.setTableComment(remark);
        // 生成代码到临时目录
        List<Column> columns = generatorService.getColumns(GeneratorConstant.DATABASE_TYPE, datasource, name);
        generatorHelper.generateEntityFile(columns, generatorConfig);
        generatorHelper.generateMapperFile(columns, generatorConfig);
        generatorHelper.generateMapperXmlFile(columns, generatorConfig);
        generatorHelper.generateServiceFile(columns, generatorConfig);
        generatorHelper.generateServiceImplFile(columns, generatorConfig);
        generatorHelper.generateControllerFile(columns, generatorConfig);
        // 打包
        String zipFile = System.currentTimeMillis() + SUFFIX;
        FileUtil.compress(GeneratorConstant.TEMP_PATH + "src", zipFile);
        // 下载
        FileUtil.download(zipFile, name + SUFFIX, true, response);
        // 删除临时目录
        FileUtil.delete(GeneratorConstant.TEMP_PATH);
    }
}
src/main/java/com/xcong/excoin/generator/controller/ViewController.java
New file
@@ -0,0 +1,37 @@
package com.xcong.excoin.generator.controller;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.utils.FebsUtil;
import com.xcong.excoin.generator.entity.GeneratorConfig;
import com.xcong.excoin.generator.service.IGeneratorConfigService;
import lombok.RequiredArgsConstructor;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
/**
 * @author MrBird
 */
@Controller("generatorViews")
@RequestMapping(FebsConstant.VIEW_PREFIX + "generator")
@RequiredArgsConstructor
public class ViewController {
    private final IGeneratorConfigService generatorConfigService;
    @GetMapping("generator")
    @RequiresPermissions("generator:view")
    public String generator() {
        return FebsUtil.view("generator/generator");
    }
    @GetMapping("configure")
    @RequiresPermissions("generator:configure:view")
    public String generatorConfigure(Model model) {
        GeneratorConfig generatorConfig = generatorConfigService.findGeneratorConfig();
        model.addAttribute("config", generatorConfig);
        return FebsUtil.view("generator/configure");
    }
}
src/main/java/com/xcong/excoin/generator/entity/Column.java
New file
@@ -0,0 +1,30 @@
package com.xcong.excoin.generator.entity;
import lombok.Data;
/**
 * @author MrBird
 */
@Data
public class Column {
    /**
     * 名称
     */
    private String name;
    /**
     * 是否为主键
     */
    private Boolean isKey;
    /**
     * 类型
     */
    private String type;
    /**
     * 注释
     */
    private String remark;
    /**
     * 属性名称
     */
    private String field;
}
src/main/java/com/xcong/excoin/generator/entity/FieldType.java
New file
@@ -0,0 +1,13 @@
package com.xcong.excoin.generator.entity;
/**
 * @author MrBird
 */
public class FieldType {
    public static final String DATE = "date";
    public static final String DATETIME = "datetime";
    public static final String TIMESTAMP = "timestamp";
    public static final String DECIMAL = "decimal";
    public static final String NUMERIC = "numeric";
}
src/main/java/com/xcong/excoin/generator/entity/GeneratorConfig.java
New file
@@ -0,0 +1,123 @@
package com.xcong.excoin.generator.entity;
import com.xcong.excoin.common.utils.DateUtil;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import javax.validation.constraints.Size;
import java.time.LocalDateTime;
/**
 * @author MrBird
 */
@Data
@TableName("t_generator_config")
public class GeneratorConfig {
    public static final String TRIM_YES = "1";
    public static final String TRIM_NO = "0";
    /**
     * 主键
     */
    @TableId(value = "ID", type = IdType.AUTO)
    private String id;
    /**
     * 作者
     */
    @TableField("author")
    @Size(max = 20, message = "{noMoreThan}")
    private String author;
    /**
     * 基础包名
     */
    @TableField("base_package")
    @Size(max = 50, message = "{noMoreThan}")
    private String basePackage;
    /**
     * entity文件存放路径
     */
    @TableField("entity_package")
    @Size(max = 20, message = "{noMoreThan}")
    private String entityPackage;
    /**
     * mapper文件存放路径
     */
    @TableField("mapper_package")
    @Size(max = 20, message = "{noMoreThan}")
    private String mapperPackage;
    /**
     * mapper xml文件存放路径
     */
    @TableField("mapper_xml_package")
    @Size(max = 20, message = "{noMoreThan}")
    private String mapperXmlPackage;
    /**
     * servcie文件存放路径
     */
    @TableField("service_package")
    private String servicePackage;
    /**
     * serviceImpl文件存放路径
     */
    @TableField("service_impl_package")
    @Size(max = 20, message = "{noMoreThan}")
    private String serviceImplPackage;
    /**
     * controller文件存放路径
     */
    @TableField("controller_package")
    @Size(max = 20, message = "{noMoreThan}")
    private String controllerPackage;
    /**
     * 是否去除前缀
     */
    @TableField("is_trim")
    private String isTrim;
    /**
     * 前缀内容
     */
    @TableField("trim_value")
    private String trimValue;
    /**
     * java文件路径,固定值
     */
    private transient String javaPath = "/src/main/java/";
    /**
     * 配置文件存放路径,固定值
     */
    private transient String resourcesPath = "src/main/resources";
    /**
     * 文件生成日期
     */
    private transient String date = DateUtil.formatFullTime(LocalDateTime.now(), DateUtil.FULL_TIME_SPLIT_PATTERN);
    /**
     * 表名
     */
    private transient String tableName;
    /**
     * 表注释
     */
    private transient String tableComment;
    /**
     * 数据表对应的类名
     */
    private transient String className;
}
src/main/java/com/xcong/excoin/generator/entity/GeneratorConstant.java
New file
@@ -0,0 +1,68 @@
package com.xcong.excoin.generator.entity;
/**
 * 代码生成常量
 *
 * @author MrBird
 */
public class GeneratorConstant {
    /**
     * 数据库类型
     */
    public static final String DATABASE_TYPE = "mysql";
    /**
     * 生成代码的临时目录
     */
    public static final String TEMP_PATH = "febs_gen_temp/";
    /**
     * java类型文件后缀
     */
    public static final String JAVA_FILE_SUFFIX = ".java";
    /**
     * mapper文件类型后缀
     */
    public static final String MAPPER_FILE_SUFFIX = "Mapper.java";
    /**
     * service文件类型后缀
     */
    public static final String SERVICE_FILE_SUFFIX = "Service.java";
    /**
     * service impl文件类型后缀
     */
    public static final String SERVICEIMPL_FILE_SUFFIX = "ServiceImpl.java";
    /**
     * controller文件类型后缀
     */
    public static final String CONTROLLER_FILE_SUFFIX = "Controller.java";
    /**
     * mapper xml文件类型后缀
     */
    public static final String MAPPERXML_FILE_SUFFIX = "Mapper.xml";
    /**
     * entity模板
     */
    public static final String ENTITY_TEMPLATE = "entity.ftl";
    /**
     * mapper模板
     */
    public static final String MAPPER_TEMPLATE = "mapper.ftl";
    /**
     * service接口模板
     */
    public static final String SERVICE_TEMPLATE = "service.ftl";
    /**
     * service impl接口模板
     */
    public static final String SERVICEIMPL_TEMPLATE = "serviceImpl.ftl";
    /**
     * controller接口模板
     */
    public static final String CONTROLLER_TEMPLATE = "controller.ftl";
    /**
     * mapper xml接口模板
     */
    public static final String MAPPERXML_TEMPLATE = "mapperXml.ftl";
}
src/main/java/com/xcong/excoin/generator/entity/Table.java
New file
@@ -0,0 +1,30 @@
package com.xcong.excoin.generator.entity;
import lombok.Data;
/**
 * @author MrBird
 */
@Data
public class Table {
    /**
     * 名称
     */
    private String name;
    /**
     * 备注
     */
    private String remark;
    /**
     * 数据量(行)
     */
    private Long dataRows;
    /**
     * 创建时间
     */
    private String createTime;
    /**
     * 修改时间
     */
    private String updateTime;
}
src/main/java/com/xcong/excoin/generator/helper/GeneratorHelper.java
New file
@@ -0,0 +1,142 @@
package com.xcong.excoin.generator.helper;
import com.xcong.excoin.common.annotation.Helper;
import com.xcong.excoin.common.utils.AddressUtil;
import com.xcong.excoin.common.utils.FebsUtil;
import com.xcong.excoin.generator.entity.Column;
import com.xcong.excoin.generator.entity.FieldType;
import com.xcong.excoin.generator.entity.GeneratorConfig;
import com.xcong.excoin.generator.entity.GeneratorConstant;
import com.alibaba.fastjson.JSONObject;
import com.google.common.io.Files;
import freemarker.template.Configuration;
import freemarker.template.Template;
import freemarker.template.TemplateExceptionHandler;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.StringUtils;
import java.io.*;
import java.nio.charset.StandardCharsets;
import java.util.List;
import java.util.Objects;
/**
 * @author MrBird
 */
@Slf4j
@Helper
public class GeneratorHelper {
    public void generateEntityFile(List<Column> columns, GeneratorConfig configure) throws Exception {
        String suffix = GeneratorConstant.JAVA_FILE_SUFFIX;
        String path = getFilePath(configure, configure.getEntityPackage(), suffix, false);
        String templateName = GeneratorConstant.ENTITY_TEMPLATE;
        File entityFile = new File(path);
        JSONObject data = toJsonObject(configure);
        data.put("hasDate", false);
        data.put("hasBigDecimal", false);
        columns.forEach(c -> {
            c.setField(FebsUtil.underscoreToCamel(StringUtils.lowerCase(c.getName())));
            if (StringUtils.containsAny(c.getType(), FieldType.DATE, FieldType.DATETIME, FieldType.TIMESTAMP)) {
                data.put("hasDate", true);
            }
            if (StringUtils.containsAny(c.getType(), FieldType.DECIMAL, FieldType.NUMERIC)) {
                data.put("hasBigDecimal", true);
            }
        });
        data.put("columns", columns);
        this.generateFileByTemplate(templateName, entityFile, data);
    }
    public void generateMapperFile(List<Column> columns, GeneratorConfig configure) throws Exception {
        String suffix = GeneratorConstant.MAPPER_FILE_SUFFIX;
        String path = getFilePath(configure, configure.getMapperPackage(), suffix, false);
        String templateName = GeneratorConstant.MAPPER_TEMPLATE;
        File mapperFile = new File(path);
        generateFileByTemplate(templateName, mapperFile, toJsonObject(configure));
    }
    public void generateServiceFile(List<Column> columns, GeneratorConfig configure) throws Exception {
        String suffix = GeneratorConstant.SERVICE_FILE_SUFFIX;
        String path = getFilePath(configure, configure.getServicePackage(), suffix, true);
        String templateName = GeneratorConstant.SERVICE_TEMPLATE;
        File serviceFile = new File(path);
        generateFileByTemplate(templateName, serviceFile, toJsonObject(configure));
    }
    public void generateServiceImplFile(List<Column> columns, GeneratorConfig configure) throws Exception {
        String suffix = GeneratorConstant.SERVICEIMPL_FILE_SUFFIX;
        String path = getFilePath(configure, configure.getServiceImplPackage(), suffix, false);
        String templateName = GeneratorConstant.SERVICEIMPL_TEMPLATE;
        File serviceImplFile = new File(path);
        generateFileByTemplate(templateName, serviceImplFile, toJsonObject(configure));
    }
    public void generateControllerFile(List<Column> columns, GeneratorConfig configure) throws Exception {
        String suffix = GeneratorConstant.CONTROLLER_FILE_SUFFIX;
        String path = getFilePath(configure, configure.getControllerPackage(), suffix, false);
        String templateName = GeneratorConstant.CONTROLLER_TEMPLATE;
        File controllerFile = new File(path);
        generateFileByTemplate(templateName, controllerFile, toJsonObject(configure));
    }
    public void generateMapperXmlFile(List<Column> columns, GeneratorConfig configure) throws Exception {
        String suffix = GeneratorConstant.MAPPERXML_FILE_SUFFIX;
        String path = getFilePath(configure, configure.getMapperXmlPackage(), suffix, false);
        String templateName = GeneratorConstant.MAPPERXML_TEMPLATE;
        File mapperXmlFile = new File(path);
        JSONObject data = toJsonObject(configure);
        columns.forEach(c -> c.setField(FebsUtil.underscoreToCamel(StringUtils.lowerCase(c.getName()))));
        data.put("columns", columns);
        generateFileByTemplate(templateName, mapperXmlFile, data);
    }
    @SuppressWarnings("UnstableApiUsage")
    private void generateFileByTemplate(String templateName, File file, Object data) throws Exception {
        Template template = getTemplate(templateName);
        Files.createParentDirs(file);
        FileOutputStream fileOutputStream = new FileOutputStream(file);
        try (Writer out = new BufferedWriter(new OutputStreamWriter(fileOutputStream, StandardCharsets.UTF_8), 10240)) {
            template.process(data, out);
        } catch (Exception e) {
            String message = "代码生成异常";
            log.error(message, e);
            throw new Exception(message);
        }
    }
    private static String getFilePath(GeneratorConfig configure, String packagePath, String suffix, boolean serviceInterface) {
        String filePath = GeneratorConstant.TEMP_PATH + configure.getJavaPath() +
                packageConvertPath(configure.getBasePackage() + "." + packagePath);
        if (serviceInterface) {
            filePath += "I";
        }
        filePath += configure.getClassName() + suffix;
        return filePath;
    }
    private static String packageConvertPath(String packageName) {
        return String.format("/%s/", packageName.contains(".") ? packageName.replaceAll("\\.", "/") : packageName);
    }
    private JSONObject toJsonObject(Object o) {
        return JSONObject.parseObject(JSONObject.toJSON(o).toString());
    }
    private Template getTemplate(String templateName) throws Exception {
        Configuration configuration = new freemarker.template.Configuration(Configuration.VERSION_2_3_23);
        String templatePath = GeneratorHelper.class.getResource("/generator/templates/").getPath();
        File file = new File(templatePath);
        if (!file.exists()) {
            templatePath = System.getProperties().getProperty("java.io.tmpdir");
            file = new File(templatePath + "/" + templateName);
            FileUtils.copyInputStreamToFile(Objects.requireNonNull(AddressUtil.class.getClassLoader().getResourceAsStream("classpath:generator/templates/" + templateName)), file);
        }
        configuration.setDirectoryForTemplateLoading(new File(templatePath));
        configuration.setDefaultEncoding("UTF-8");
        configuration.setTemplateExceptionHandler(TemplateExceptionHandler.IGNORE_HANDLER);
        return configuration.getTemplate(templateName);
    }
}
src/main/java/com/xcong/excoin/generator/mapper/GeneratorConfigMapper.java
New file
@@ -0,0 +1,11 @@
package com.xcong.excoin.generator.mapper;
import com.xcong.excoin.generator.entity.GeneratorConfig;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
 * @author MrBird
 */
public interface GeneratorConfigMapper extends BaseMapper<GeneratorConfig> {
}
src/main/java/com/xcong/excoin/generator/mapper/GeneratorMapper.java
New file
@@ -0,0 +1,22 @@
package com.xcong.excoin.generator.mapper;
import com.xcong.excoin.generator.entity.Column;
import com.xcong.excoin.generator.entity.Table;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
 * @author MrBird
 */
public interface GeneratorMapper {
    List<String> getDatabases(@Param("databaseType") String databaseType);
    <T> IPage<Table> getTables(Page<T> page, @Param("tableName") String tableName, @Param("databaseType") String databaseType, @Param("schemaName") String schemaName);
    List<Column> getColumns(@Param("databaseType") String databaseType, @Param("schemaName") String schemaName, @Param("tableName") String tableName);
}
src/main/java/com/xcong/excoin/generator/service/IGeneratorConfigService.java
New file
@@ -0,0 +1,25 @@
package com.xcong.excoin.generator.service;
import com.xcong.excoin.generator.entity.GeneratorConfig;
import com.baomidou.mybatisplus.extension.service.IService;
/**
 * @author MrBird
 */
public interface IGeneratorConfigService extends IService<GeneratorConfig> {
    /**
     * 查询
     *
     * @return GeneratorConfig
     */
    GeneratorConfig findGeneratorConfig();
    /**
     * 修改
     *
     * @param generatorConfig generatorConfig
     */
    void updateGeneratorConfig(GeneratorConfig generatorConfig);
}
src/main/java/com/xcong/excoin/generator/service/IGeneratorService.java
New file
@@ -0,0 +1,43 @@
package com.xcong.excoin.generator.service;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.generator.entity.Column;
import com.xcong.excoin.generator.entity.Table;
import com.baomidou.mybatisplus.core.metadata.IPage;
import java.util.List;
/**
 * @author MrBird
 */
public interface IGeneratorService {
    /**
     * 获取数据库列表
     *
     * @param databaseType databaseType
     * @return 数据库列表
     */
    List<String> getDatabases(String databaseType);
    /**
     * 获取数据表
     *
     * @param tableName    tableName
     * @param request      request
     * @param databaseType databaseType
     * @param schemaName   schemaName
     * @return 数据表分页数据
     */
    IPage<Table> getTables(String tableName, QueryRequest request, String databaseType, String schemaName);
    /**
     * 获取数据表列属性
     *
     * @param databaseType databaseType
     * @param schemaName   schemaName
     * @param tableName    tableName
     * @return 数据表列属性
     */
    List<Column> getColumns(String databaseType, String schemaName, String tableName);
}
src/main/java/com/xcong/excoin/generator/service/impl/GeneratorConfigServiceImpl.java
New file
@@ -0,0 +1,32 @@
package com.xcong.excoin.generator.service.impl;
import com.xcong.excoin.generator.entity.GeneratorConfig;
import com.xcong.excoin.generator.mapper.GeneratorConfigMapper;
import com.xcong.excoin.generator.service.IGeneratorConfigService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.apache.commons.collections4.CollectionUtils;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/**
 * @author MrBird
 */
@Service
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class GeneratorConfigServiceImpl extends ServiceImpl<GeneratorConfigMapper, GeneratorConfig> implements IGeneratorConfigService {
    @Override
    public GeneratorConfig findGeneratorConfig() {
        List<GeneratorConfig> generatorConfigs = this.baseMapper.selectList(null);
        return CollectionUtils.isNotEmpty(generatorConfigs) ? generatorConfigs.get(0) : null;
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updateGeneratorConfig(GeneratorConfig generatorConfig) {
        this.saveOrUpdate(generatorConfig);
    }
}
src/main/java/com/xcong/excoin/generator/service/impl/GeneratorServiceImpl.java
New file
@@ -0,0 +1,42 @@
package com.xcong.excoin.generator.service.impl;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.utils.SortUtil;
import com.xcong.excoin.generator.entity.Column;
import com.xcong.excoin.generator.entity.Table;
import com.xcong.excoin.generator.mapper.GeneratorMapper;
import com.xcong.excoin.generator.service.IGeneratorService;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import java.util.List;
/**
 * @author MrBird
 */
@Service
@RequiredArgsConstructor
public class GeneratorServiceImpl implements IGeneratorService {
    private final GeneratorMapper generatorMapper;
    @Override
    public List<String> getDatabases(String databaseType) {
        return generatorMapper.getDatabases(databaseType);
    }
    @Override
    public IPage<Table> getTables(String tableName, QueryRequest request, String databaseType, String schemaName) {
        Page<Table> page = new Page<>(request.getPageNum(), request.getPageSize());
        SortUtil.handlePageSort(request, page, "createTime", FebsConstant.ORDER_ASC, false);
        return generatorMapper.getTables(page, tableName, databaseType, schemaName);
    }
    @Override
    public List<Column> getColumns(String databaseType, String schemaName, String tableName) {
        return generatorMapper.getColumns(databaseType, schemaName, tableName);
    }
}
src/main/java/com/xcong/excoin/job/configure/ScheduleConfigure.java
New file
@@ -0,0 +1,77 @@
package com.xcong.excoin.job.configure;
import com.baomidou.dynamic.datasource.DynamicRoutingDataSource;
import lombok.RequiredArgsConstructor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import org.springframework.scheduling.quartz.SchedulerFactoryBean;
import javax.sql.DataSource;
import java.util.Properties;
import java.util.concurrent.ThreadPoolExecutor;
/**
 * 定时任务配置
 *
 * @author MrBird
 */
@Configuration
@RequiredArgsConstructor
public class ScheduleConfigure {
    private final DynamicRoutingDataSource dynamicRoutingDataSource;
    @Bean
    public ThreadPoolTaskExecutor scheduleJobExecutorService(){
            ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();
            executor.setCorePoolSize(5);
            executor.setMaxPoolSize(10);
            executor.setQueueCapacity(20);
            executor.setKeepAliveSeconds(30);
            executor.setThreadNamePrefix("Febs-Job-Thread");
            executor.setWaitForTasksToCompleteOnShutdown(true);
            executor.setAwaitTerminationSeconds(60);
            executor.setRejectedExecutionHandler(new ThreadPoolExecutor.CallerRunsPolicy());
            executor.initialize();
            return executor;
    }
    @Bean
    public SchedulerFactoryBean schedulerFactoryBean() {
        SchedulerFactoryBean factory = new SchedulerFactoryBean();
        // 手动从多数据源中获取 quartz数据源
        DataSource quartz = dynamicRoutingDataSource.getDataSource("quartz");
        factory.setDataSource(quartz);
        // quartz参数
        Properties prop = new Properties();
        prop.put("org.quartz.scheduler.instanceName", "MyScheduler");
        prop.put("org.quartz.scheduler.instanceId", "AUTO");
        // 线程池配置
        prop.put("org.quartz.threadPool.class", "org.quartz.simpl.SimpleThreadPool");
        prop.put("org.quartz.threadPool.threadCount", "20");
        prop.put("org.quartz.threadPool.threadPriority", "5");
        // JobStore配置
        prop.put("org.quartz.jobStore.class", "org.quartz.impl.jdbcjobstore.JobStoreTX");
        // 集群配置
        prop.put("org.quartz.jobStore.isClustered", "true");
        prop.put("org.quartz.jobStore.clusterCheckinInterval", "15000");
        prop.put("org.quartz.jobStore.maxMisfiresToHandleAtATime", "1");
        prop.put("org.quartz.jobStore.misfireThreshold", "12000");
        prop.put("org.quartz.jobStore.tablePrefix", "QRTZ_");
        factory.setQuartzProperties(prop);
        factory.setSchedulerName("FEBS_Scheduler");
        // 延时启动
        factory.setStartupDelay(1);
        factory.setApplicationContextSchedulerContextKey("applicationContextKey");
        // 启动时更新己存在的 Job
        factory.setOverwriteExistingJobs(true);
        // 设置自动启动,默认为 true
        factory.setAutoStartup(true);
        return factory;
    }
}
src/main/java/com/xcong/excoin/job/controller/JobController.java
New file
@@ -0,0 +1,107 @@
package com.xcong.excoin.job.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.job.entity.Job;
import com.xcong.excoin.job.service.IJobService;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.wuwenze.poi.ExcelKit;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.quartz.CronExpression;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import javax.validation.constraints.NotBlank;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@Slf4j
@Validated
@RestController
@RequestMapping("job")
@RequiredArgsConstructor
public class JobController extends BaseController {
    private final IJobService jobService;
    @GetMapping
    @RequiresPermissions("job:view")
    public FebsResponse jobList(QueryRequest request, Job job) {
        Map<String, Object> dataTable = getDataTable(this.jobService.findJobs(request, job));
        return new FebsResponse().success().data(dataTable);
    }
    @GetMapping("cron/check")
    public boolean checkCron(String cron) {
        try {
            return CronExpression.isValidExpression(cron);
        } catch (Exception e) {
            return false;
        }
    }
    @PostMapping
    @RequiresPermissions("job:add")
    @ControllerEndpoint(operation = "新增定时任务", exceptionMessage = "新增定时任务失败")
    public FebsResponse addJob(@Valid Job job) {
        this.jobService.createJob(job);
        return new FebsResponse().success();
    }
    @GetMapping("delete/{jobIds}")
    @RequiresPermissions("job:delete")
    @ControllerEndpoint(operation = "删除定时任务", exceptionMessage = "删除定时任务失败")
    public FebsResponse deleteJob(@NotBlank(message = "{required}") @PathVariable String jobIds) {
        String[] ids = jobIds.split(StringPool.COMMA);
        this.jobService.deleteJobs(ids);
        return new FebsResponse().success();
    }
    @PostMapping("update")
    @ControllerEndpoint(operation = "修改定时任务", exceptionMessage = "修改定时任务失败")
    public FebsResponse updateJob(@Valid Job job) {
        this.jobService.updateJob(job);
        return new FebsResponse().success();
    }
    @GetMapping("run/{jobIds}")
    @RequiresPermissions("job:run")
    @ControllerEndpoint(operation = "执行定时任务", exceptionMessage = "执行定时任务失败")
    public FebsResponse runJob(@NotBlank(message = "{required}") @PathVariable String jobIds) {
        this.jobService.run(jobIds);
        return new FebsResponse().success();
    }
    @GetMapping("pause/{jobIds}")
    @RequiresPermissions("job:pause")
    @ControllerEndpoint(operation = "暂停定时任务", exceptionMessage = "暂停定时任务失败")
    public FebsResponse pauseJob(@NotBlank(message = "{required}") @PathVariable String jobIds) {
        this.jobService.pause(jobIds);
        return new FebsResponse().success();
    }
    @GetMapping("resume/{jobIds}")
    @RequiresPermissions("job:resume")
    @ControllerEndpoint(operation = "恢复定时任务", exceptionMessage = "恢复定时任务失败")
    public FebsResponse resumeJob(@NotBlank(message = "{required}") @PathVariable String jobIds) {
        this.jobService.resume(jobIds);
        return new FebsResponse().success();
    }
    @GetMapping("excel")
    @RequiresPermissions("job:export")
    @ControllerEndpoint(exceptionMessage = "导出Excel失败")
    public void export(QueryRequest request, Job job, HttpServletResponse response) {
        List<Job> jobs = this.jobService.findJobs(request, job).getRecords();
        ExcelKit.$Export(Job.class, response).downXlsx(jobs, false);
    }
}
src/main/java/com/xcong/excoin/job/controller/JobLogController.java
New file
@@ -0,0 +1,60 @@
package com.xcong.excoin.job.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.job.entity.JobLog;
import com.xcong.excoin.job.service.IJobLogService;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.wuwenze.poi.ExcelKit;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet.http.HttpServletResponse;
import javax.validation.constraints.NotBlank;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@Slf4j
@Validated
@RestController
@RequestMapping("jobLog")
@RequiredArgsConstructor
public class JobLogController extends BaseController {
    private final IJobLogService jobLogService;
    @GetMapping
    @RequiresPermissions("job:log:view")
    public FebsResponse jobLogList(QueryRequest request, JobLog log) {
        Map<String, Object> dataTable = getDataTable(this.jobLogService.findJobLogs(request, log));
        return new FebsResponse().success().data(dataTable);
    }
    @GetMapping("delete/{jobIds}")
    @RequiresPermissions("job:log:delete")
    @ControllerEndpoint(exceptionMessage = "删除调度日志失败")
    public FebsResponse deleteJobLog(@NotBlank(message = "{required}") @PathVariable String jobIds) {
        String[] ids = jobIds.split(StringPool.COMMA);
        this.jobLogService.deleteJobLogs(ids);
        return new FebsResponse().success();
    }
    @GetMapping("excel")
    @RequiresPermissions("job:log:export")
    @ControllerEndpoint(exceptionMessage = "导出Excel失败")
    public void export(QueryRequest request, JobLog jobLog, HttpServletResponse response) {
        List<JobLog> jobLogs = this.jobLogService.findJobLogs(request, jobLog).getRecords();
        ExcelKit.$Export(JobLog.class, response).downXlsx(jobLogs, false);
    }
}
src/main/java/com/xcong/excoin/job/controller/ViewController.java
New file
@@ -0,0 +1,53 @@
package com.xcong.excoin.job.controller;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.utils.FebsUtil;
import com.xcong.excoin.job.entity.Job;
import com.xcong.excoin.job.service.IJobService;
import lombok.RequiredArgsConstructor;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import javax.validation.constraints.NotBlank;
/**
 * @author MrBird
 */
@Controller("jobView")
@RequestMapping(FebsConstant.VIEW_PREFIX + "job")
@RequiredArgsConstructor
public class ViewController {
    private final IJobService jobService;
    @GetMapping("job")
    @RequiresPermissions("job:view")
    public String online() {
        return FebsUtil.view("job/job");
    }
    @GetMapping("job/add")
    @RequiresPermissions("job:add")
    public String jobAdd() {
        return FebsUtil.view("job/jobAdd");
    }
    @GetMapping("job/update/{jobId}")
    @RequiresPermissions("job:update")
    public String jobUpdate(@NotBlank(message = "{required}") @PathVariable Long jobId, Model model) {
        Job job = jobService.findJob(jobId);
        model.addAttribute("job", job);
        return FebsUtil.view("job/jobUpdate");
    }
    @GetMapping("log")
    @RequiresPermissions("job:log:view")
    public String log() {
        return FebsUtil.view("job/jobLog");
    }
}
src/main/java/com/xcong/excoin/job/entity/Job.java
New file
@@ -0,0 +1,96 @@
package com.xcong.excoin.job.entity;
import com.xcong.excoin.common.annotation.IsCron;
import com.xcong.excoin.common.converter.TimeConverter;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.wuwenze.poi.annotation.Excel;
import com.wuwenze.poi.annotation.ExcelField;
import lombok.Data;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import java.io.Serializable;
import java.util.Date;
/**
 * @author MrBird
 */
@Data
@TableName("t_job")
@Excel("定时任务信息表")
public class Job implements Serializable {
    private static final long serialVersionUID = 400066840871805700L;
    /**
     * 任务调度参数 key
     */
    public static final String JOB_PARAM_KEY = "JOB_PARAM_KEY";
    public enum ScheduleStatus {
        /**
         * 正常
         */
        NORMAL("0"),
        /**
         * 暂停
         */
        PAUSE("1");
        private String value;
        ScheduleStatus(String value) {
            this.value = value;
        }
        public String getValue() {
            return value;
        }
    }
    @TableId(value = "JOB_ID", type = IdType.AUTO)
    private Long jobId;
    @TableField("bean_name")
    @NotBlank(message = "{required}")
    @Size(max = 50, message = "{noMoreThan}")
    @ExcelField(value = "Bean名称")
    private String beanName;
    @TableField("method_name")
    @NotBlank(message = "{required}")
    @Size(max = 50, message = "{noMoreThan}")
    @ExcelField(value = "方法名称")
    private String methodName;
    @TableField("params")
    @Size(max = 50, message = "{noMoreThan}")
    @ExcelField(value = "方法参数")
    private String params;
    @TableField("cron_expression")
    @NotBlank(message = "{required}")
    @IsCron(message = "{invalid}")
    @ExcelField(value = "Cron表达式")
    private String cronExpression;
    @TableField("status")
    @ExcelField(value = "状态", writeConverterExp = "0=正常,1=暂停")
    private String status;
    @TableField("remark")
    @Size(max = 100, message = "{noMoreThan}")
    @ExcelField(value = "备注")
    private String remark;
    @TableField("create_time")
    @ExcelField(value = "创建时间", writeConverter = TimeConverter.class)
    private Date createTime;
    private transient String createTimeFrom;
    private transient String createTimeTo;
}
src/main/java/com/xcong/excoin/job/entity/JobLog.java
New file
@@ -0,0 +1,71 @@
package com.xcong.excoin.job.entity;
import com.xcong.excoin.common.converter.TimeConverter;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.wuwenze.poi.annotation.Excel;
import com.wuwenze.poi.annotation.ExcelField;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
 * @author MrBird
 */
@Data
@TableName("t_job_log")
@Excel("调度日志信息表")
public class JobLog implements Serializable {
    private static final long serialVersionUID = -7114915445674333148L;
    /**
     * 任务执行成功
     */
    public static final String JOB_SUCCESS = "0";
    /**
     * 任务执行失败
     */
    public static final String JOB_FAIL = "1";
    @TableId(value = "LOG_ID", type = IdType.AUTO)
    private Long logId;
    @TableField("job_id")
    private Long jobId;
    @TableField("bean_name")
    @ExcelField(value = "Bean名称")
    private String beanName;
    @TableField("method_name")
    @ExcelField(value = "方法名称")
    private String methodName;
    @TableField("params")
    @ExcelField(value = "方法参数")
    private String params;
    @TableField("status")
    @ExcelField(value = "状态", writeConverterExp = "0=成功,1=失败")
    private String status;
    @TableField("error")
    @ExcelField(value = "异常信息")
    private String error;
    @TableField("times")
    @ExcelField(value = "耗时(毫秒)")
    private Long times;
    @TableField("create_time")
    @ExcelField(value = "执行时间", writeConverter = TimeConverter.class)
    private Date createTime;
    private transient String createTimeFrom;
    private transient String createTimeTo;
}
src/main/java/com/xcong/excoin/job/mapper/JobLogMapper.java
New file
@@ -0,0 +1,11 @@
package com.xcong.excoin.job.mapper;
import com.xcong.excoin.job.entity.JobLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
 * @author MrBird
 */
public interface JobLogMapper extends BaseMapper<JobLog> {
}
src/main/java/com/xcong/excoin/job/mapper/JobMapper.java
New file
@@ -0,0 +1,20 @@
package com.xcong.excoin.job.mapper;
import com.xcong.excoin.job.entity.Job;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
/**
 * @author MrBird
 */
public interface JobMapper extends BaseMapper<Job> {
    /**
     * 获取定时任务列表
     *
     * @return 定时任务列表
     */
    List<Job> queryList();
}
src/main/java/com/xcong/excoin/job/service/IJobLogService.java
New file
@@ -0,0 +1,38 @@
package com.xcong.excoin.job.service;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.job.entity.JobLog;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import org.springframework.scheduling.annotation.Async;
/**
 * @author MrBird
 */
public interface IJobLogService extends IService<JobLog> {
    /**
     * 获取定时任务日志分页数据
     *
     * @param request request
     * @param jobLog  jobLog
     * @return 定时任务日志分页数据
     */
    IPage<JobLog> findJobLogs(QueryRequest request, JobLog jobLog);
    /**
     * 保存定时任务日志
     *
     * @param log 定时任务日志
     */
    @Async(FebsConstant.ASYNC_POOL)
    void saveJobLog(JobLog log);
    /**
     * 删除定时任务日志
     *
     * @param jobLogIds 定时任务日志id数组
     */
    void deleteJobLogs(String[] jobLogIds);
}
src/main/java/com/xcong/excoin/job/service/IJobService.java
New file
@@ -0,0 +1,80 @@
package com.xcong.excoin.job.service;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.job.entity.Job;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
/**
 * @author MrBird
 */
public interface IJobService extends IService<Job> {
    /**
     * 获取定时任务
     *
     * @param jobId 任务id
     * @return 定时任务
     */
    Job findJob(Long jobId);
    /**
     * 获取定时任务分页数据
     *
     * @param request request
     * @param job     job
     * @return 定时任务分页数据
     */
    IPage<Job> findJobs(QueryRequest request, Job job);
    /**
     * 创建定时任务
     *
     * @param job job
     */
    void createJob(Job job);
    /**
     * 更新定时任务
     *
     * @param job 定时任务
     */
    void updateJob(Job job);
    /**
     * 删除定时任务
     *
     * @param jobIds 定时任务id数组
     */
    void deleteJobs(String[] jobIds);
    /**
     * 批量更新定时任务状态
     *
     * @param jobIds 定时任务id
     * @param status 待更新状态
     */
    void updateBatch(String jobIds, String status);
    /**
     * 运行定时任务
     *
     * @param jobIds 定时任务id
     */
    void run(String jobIds);
    /**
     * 暂停定时任务
     *
     * @param jobIds 定时任务id
     */
    void pause(String jobIds);
    /**
     * 恢复定时任务
     *
     * @param jobIds 定时任务id
     */
    void resume(String jobIds);
}
src/main/java/com/xcong/excoin/job/service/impl/JobLogServiceImpl.java
New file
@@ -0,0 +1,56 @@
package com.xcong.excoin.job.service.impl;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.utils.SortUtil;
import com.xcong.excoin.job.entity.JobLog;
import com.xcong.excoin.job.mapper.JobLogMapper;
import com.xcong.excoin.job.service.IJobLogService;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service;
import java.util.Arrays;
import java.util.List;
/**
 * @author MrBird
 */
@Slf4j
@Service("JobLogService")
public class JobLogServiceImpl extends ServiceImpl<JobLogMapper, JobLog> implements IJobLogService {
    @Override
    public IPage<JobLog> findJobLogs(QueryRequest request, JobLog jobLog) {
        LambdaQueryWrapper<JobLog> queryWrapper = new LambdaQueryWrapper<>();
        if (StringUtils.isNotBlank(jobLog.getBeanName())) {
            queryWrapper.eq(JobLog::getBeanName, jobLog.getBeanName());
        }
        if (StringUtils.isNotBlank(jobLog.getMethodName())) {
            queryWrapper.eq(JobLog::getMethodName, jobLog.getMethodName());
        }
        if (StringUtils.isNotBlank(jobLog.getStatus())) {
            queryWrapper.eq(JobLog::getStatus, jobLog.getStatus());
        }
        Page<JobLog> page = new Page<>(request.getPageNum(), request.getPageSize());
        SortUtil.handlePageSort(request, page, "createTime", FebsConstant.ORDER_DESC, true);
        return this.page(page, queryWrapper);
    }
    @Override
    public void saveJobLog(JobLog log) {
        this.save(log);
    }
    @Override
    public void deleteJobLogs(String[] jobLogIds) {
        List<String> list = Arrays.asList(jobLogIds);
        this.baseMapper.deleteBatchIds(list);
    }
}
src/main/java/com/xcong/excoin/job/service/impl/JobServiceImpl.java
New file
@@ -0,0 +1,148 @@
package com.xcong.excoin.job.service.impl;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.utils.SortUtil;
import com.xcong.excoin.job.entity.Job;
import com.xcong.excoin.job.mapper.JobMapper;
import com.xcong.excoin.job.service.IJobService;
import com.xcong.excoin.job.util.ScheduleUtils;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.quartz.CronTrigger;
import org.quartz.Scheduler;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.PostConstruct;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
/**
 * @author MrBird
 */
@Slf4j
@Service("JobService")
@RequiredArgsConstructor
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class JobServiceImpl extends ServiceImpl<JobMapper, Job> implements IJobService {
    private final Scheduler scheduler;
    /**
     * 项目启动时,初始化定时器
     */
    @PostConstruct
    public void init() {
        List<Job> scheduleJobList = this.baseMapper.queryList();
        // 如果不存在,则创建
        scheduleJobList.forEach(scheduleJob -> {
            CronTrigger cronTrigger = ScheduleUtils.getCronTrigger(scheduler, scheduleJob.getJobId());
            if (cronTrigger == null) {
                ScheduleUtils.createScheduleJob(scheduler, scheduleJob);
            } else {
                ScheduleUtils.updateScheduleJob(scheduler, scheduleJob);
            }
        });
    }
    @Override
    public Job findJob(Long jobId) {
        return this.getById(jobId);
    }
    @Override
    public IPage<Job> findJobs(QueryRequest request, Job job) {
        LambdaQueryWrapper<Job> queryWrapper = new LambdaQueryWrapper<>();
        if (StringUtils.isNotBlank(job.getBeanName())) {
            queryWrapper.eq(Job::getBeanName, job.getBeanName());
        }
        if (StringUtils.isNotBlank(job.getMethodName())) {
            queryWrapper.eq(Job::getMethodName, job.getMethodName());
        }
        if (StringUtils.isNotBlank(job.getParams())) {
            queryWrapper.like(Job::getParams, job.getParams());
        }
        if (StringUtils.isNotBlank(job.getRemark())) {
            queryWrapper.like(Job::getRemark, job.getRemark());
        }
        if (StringUtils.isNotBlank(job.getStatus())) {
            queryWrapper.eq(Job::getStatus, job.getStatus());
        }
        if (StringUtils.isNotBlank(job.getCreateTimeFrom()) && StringUtils.isNotBlank(job.getCreateTimeTo())) {
            queryWrapper
                    .ge(Job::getCreateTime, job.getCreateTimeFrom())
                    .le(Job::getCreateTime, job.getCreateTimeTo());
        }
        Page<Job> page = new Page<>(request.getPageNum(), request.getPageSize());
        SortUtil.handlePageSort(request, page, "createTime", FebsConstant.ORDER_DESC, true);
        return this.page(page, queryWrapper);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void createJob(Job job) {
        job.setCreateTime(new Date());
        job.setStatus(Job.ScheduleStatus.PAUSE.getValue());
        this.save(job);
        ScheduleUtils.createScheduleJob(scheduler, job);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updateJob(Job job) {
        ScheduleUtils.updateScheduleJob(scheduler, job);
        this.baseMapper.updateById(job);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void deleteJobs(String[] jobIds) {
        List<String> list = Arrays.asList(jobIds);
        list.forEach(jobId -> ScheduleUtils.deleteScheduleJob(scheduler, Long.valueOf(jobId)));
        this.baseMapper.deleteBatchIds(list);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updateBatch(String jobIds, String status) {
        List<String> list = Arrays.asList(jobIds.split(StringPool.COMMA));
        Job job = new Job();
        job.setStatus(status);
        this.baseMapper.update(job, new LambdaQueryWrapper<Job>().in(Job::getJobId, list));
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void run(String jobIds) {
        String[] list = jobIds.split(StringPool.COMMA);
        Arrays.stream(list).forEach(jobId -> ScheduleUtils.run(scheduler, this.findJob(Long.valueOf(jobId))));
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void pause(String jobIds) {
        String[] list = jobIds.split(StringPool.COMMA);
        Arrays.stream(list).forEach(jobId -> ScheduleUtils.pauseJob(scheduler, Long.valueOf(jobId)));
        this.updateBatch(jobIds, Job.ScheduleStatus.PAUSE.getValue());
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void resume(String jobIds) {
        String[] list = jobIds.split(StringPool.COMMA);
        Arrays.stream(list).forEach(jobId -> ScheduleUtils.resumeJob(scheduler, Long.valueOf(jobId)));
        this.updateBatch(jobIds, Job.ScheduleStatus.NORMAL.getValue());
    }
}
src/main/java/com/xcong/excoin/job/task/TestTask.java
New file
@@ -0,0 +1,20 @@
package com.xcong.excoin.job.task;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
/**
 * @author MrBird
 */
@Slf4j
@Component
public class TestTask {
    public void test(String params) {
        log.info("我是带参数的test方法,正在被执行,参数为:{}" , params);
    }
    public void test1() {
        log.info("我是不带参数的test1方法,正在被执行");
    }
}
src/main/java/com/xcong/excoin/job/util/ScheduleJob.java
New file
@@ -0,0 +1,66 @@
package com.xcong.excoin.job.util;
import com.xcong.excoin.common.utils.SpringContextUtil;
import com.xcong.excoin.job.entity.Job;
import com.xcong.excoin.job.entity.JobLog;
import com.xcong.excoin.job.service.IJobLogService;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.quartz.JobExecutionContext;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import org.springframework.scheduling.quartz.QuartzJobBean;
import java.util.Date;
import java.util.concurrent.Future;
/**
 * 定时任务
 *
 * @author MrBird
 */
@Slf4j
public class ScheduleJob extends QuartzJobBean {
    private ThreadPoolTaskExecutor scheduleJobExecutorService = SpringContextUtil.getBean("scheduleJobExecutorService", ThreadPoolTaskExecutor.class);
    @Override
    protected void executeInternal(JobExecutionContext context) {
        Job scheduleJob = (Job) context.getMergedJobDataMap().get(Job.JOB_PARAM_KEY);
        // 获取spring bean
        IJobLogService scheduleJobLogService = SpringContextUtil.getBean(IJobLogService.class);
        JobLog jobLog = new JobLog();
        jobLog.setJobId(scheduleJob.getJobId());
        jobLog.setBeanName(scheduleJob.getBeanName());
        jobLog.setMethodName(scheduleJob.getMethodName());
        jobLog.setParams(scheduleJob.getParams());
        jobLog.setCreateTime(new Date());
        long startTime = System.currentTimeMillis();
        try {
            // 执行任务
            log.info("任务准备执行,任务ID:{}", scheduleJob.getJobId());
            ScheduleRunnable task = new ScheduleRunnable(scheduleJob.getBeanName(), scheduleJob.getMethodName(),
                    scheduleJob.getParams());
            Future<?> future = scheduleJobExecutorService.submit(task);
            future.get();
            long times = System.currentTimeMillis() - startTime;
            jobLog.setTimes(times);
            // 任务状态 0:成功 1:失败
            jobLog.setStatus(JobLog.JOB_SUCCESS);
            log.info("任务执行完毕,任务ID:{} 总共耗时:{} 毫秒", scheduleJob.getJobId(), times);
        } catch (Exception e) {
            log.error("任务执行失败,任务ID:" + scheduleJob.getJobId(), e);
            long times = System.currentTimeMillis() - startTime;
            jobLog.setTimes(times);
            // 任务状态 0:成功 1:失败
            jobLog.setStatus(JobLog.JOB_FAIL);
            jobLog.setError(StringUtils.substring(e.toString(), 0, 2000));
        } finally {
            scheduleJobLogService.saveJobLog(jobLog);
        }
    }
}
src/main/java/com/xcong/excoin/job/util/ScheduleRunnable.java
New file
@@ -0,0 +1,47 @@
package com.xcong.excoin.job.util;
import com.xcong.excoin.common.utils.SpringContextUtil;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.springframework.util.ReflectionUtils;
import java.lang.reflect.Method;
/**
 * 执行定时任务
 *
 * @author MrBird
 */
@Slf4j
public class ScheduleRunnable implements Runnable {
    private Object target;
    private Method method;
    private String params;
    ScheduleRunnable(String beanName, String methodName, String params) throws NoSuchMethodException, SecurityException {
        this.target = SpringContextUtil.getBean(beanName);
        this.params = params;
        if (StringUtils.isNotBlank(params)) {
            this.method = target.getClass().getDeclaredMethod(methodName, String.class);
        } else {
            this.method = target.getClass().getDeclaredMethod(methodName);
        }
    }
    @Override
    public void run() {
        try {
            ReflectionUtils.makeAccessible(method);
            if (StringUtils.isNotBlank(params)) {
                method.invoke(target, params);
            } else {
                method.invoke(target);
            }
        } catch (Exception e) {
            log.error("执行定时任务失败", e);
        }
    }
}
src/main/java/com/xcong/excoin/job/util/ScheduleUtils.java
New file
@@ -0,0 +1,155 @@
package com.xcong.excoin.job.util;
import com.xcong.excoin.job.entity.Job;
import lombok.extern.slf4j.Slf4j;
import org.quartz.*;
/**
 * 定时任务工具类
 *
 * @author MrBird
 */
@Slf4j
public class ScheduleUtils {
    private static final String JOB_NAME_PREFIX = "TASK_";
    /**
     * 获取触发器 key
     */
    private static TriggerKey getTriggerKey(Long jobId) {
        return TriggerKey.triggerKey(JOB_NAME_PREFIX + jobId);
    }
    /**
     * 获取jobKey
     */
    private static JobKey getJobKey(Long jobId) {
        return JobKey.jobKey(JOB_NAME_PREFIX + jobId);
    }
    /**
     * 获取表达式触发器
     */
    public static CronTrigger getCronTrigger(Scheduler scheduler, Long jobId) {
        try {
            return (CronTrigger) scheduler.getTrigger(getTriggerKey(jobId));
        } catch (SchedulerException e) {
            log.error("获取Cron表达式失败", e);
        }
        return null;
    }
    /**
     * 创建定时任务
     */
    public static void createScheduleJob(Scheduler scheduler, com.xcong.excoin.job.entity.Job scheduleJob) {
        try {
            // 构建job信息
            JobDetail jobDetail = JobBuilder.newJob(ScheduleJob.class).withIdentity(getJobKey(scheduleJob.getJobId()))
                    .build();
            // 表达式调度构建器
            CronScheduleBuilder scheduleBuilder = CronScheduleBuilder.cronSchedule(scheduleJob.getCronExpression())
                    .withMisfireHandlingInstructionDoNothing();
            // 按新的cronExpression表达式构建一个新的trigger
            CronTrigger trigger = TriggerBuilder.newTrigger().withIdentity(getTriggerKey(scheduleJob.getJobId()))
                    .withSchedule(scheduleBuilder).build();
            // 放入参数,运行时的方法可以获取
            jobDetail.getJobDataMap().put(com.xcong.excoin.job.entity.Job.JOB_PARAM_KEY, scheduleJob);
            scheduler.scheduleJob(jobDetail, trigger);
            // 暂停任务
            if (scheduleJob.getStatus().equals(com.xcong.excoin.job.entity.Job.ScheduleStatus.PAUSE.getValue())) {
                pauseJob(scheduler, scheduleJob.getJobId());
            }
        } catch (SchedulerException e) {
            log.error("创建定时任务失败", e);
        }
    }
    /**
     * 更新定时任务
     */
    public static void updateScheduleJob(Scheduler scheduler, com.xcong.excoin.job.entity.Job scheduleJob) {
        try {
            TriggerKey triggerKey = getTriggerKey(scheduleJob.getJobId());
            // 表达式调度构建器
            CronScheduleBuilder scheduleBuilder = CronScheduleBuilder.cronSchedule(scheduleJob.getCronExpression())
                    .withMisfireHandlingInstructionDoNothing();
            CronTrigger trigger = getCronTrigger(scheduler, scheduleJob.getJobId());
            if (trigger == null) {
                throw new SchedulerException("获取Cron表达式失败");
            } else {
                // 按新的 cronExpression表达式重新构建 trigger
                trigger = trigger.getTriggerBuilder().withIdentity(triggerKey).withSchedule(scheduleBuilder).build();
                // 参数
                trigger.getJobDataMap().put(com.xcong.excoin.job.entity.Job.JOB_PARAM_KEY, scheduleJob);
            }
            scheduler.rescheduleJob(triggerKey, trigger);
            // 暂停任务
            if (scheduleJob.getStatus().equals(com.xcong.excoin.job.entity.Job.ScheduleStatus.PAUSE.getValue())) {
                pauseJob(scheduler, scheduleJob.getJobId());
            }
        } catch (SchedulerException e) {
            log.error("更新定时任务失败", e);
        }
    }
    /**
     * 立即执行任务
     */
    public static void run(Scheduler scheduler, com.xcong.excoin.job.entity.Job scheduleJob) {
        try {
            // 参数
            JobDataMap dataMap = new JobDataMap();
            dataMap.put(Job.JOB_PARAM_KEY, scheduleJob);
            scheduler.triggerJob(getJobKey(scheduleJob.getJobId()), dataMap);
        } catch (SchedulerException e) {
            log.error("执行定时任务失败", e);
        }
    }
    /**
     * 暂停任务
     */
    public static void pauseJob(Scheduler scheduler, Long jobId) {
        try {
            scheduler.pauseJob(getJobKey(jobId));
        } catch (SchedulerException e) {
            log.error("暂停定时任务失败", e);
        }
    }
    /**
     * 恢复任务
     */
    public static void resumeJob(Scheduler scheduler, Long jobId) {
        try {
            scheduler.resumeJob(getJobKey(jobId));
        } catch (SchedulerException e) {
            log.error("恢复定时任务失败", e);
        }
    }
    /**
     * 删除定时任务
     */
    public static void deleteScheduleJob(Scheduler scheduler, Long jobId) {
        try {
            scheduler.deleteJob(getJobKey(jobId));
        } catch (SchedulerException e) {
            log.error("删除定时任务失败", e);
        }
    }
}
src/main/java/com/xcong/excoin/monitor/configure/FebsMonitorConfigure.java
New file
@@ -0,0 +1,18 @@
package com.xcong.excoin.monitor.configure;
import org.springframework.boot.actuate.trace.http.HttpTraceRepository;
import org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
 * @author MrBird
 */
@Configuration
public class FebsMonitorConfigure {
    @Bean
    public HttpTraceRepository inMemoryHttpTraceRepository(){
        return new InMemoryHttpTraceRepository();
    }
}
src/main/java/com/xcong/excoin/monitor/controller/FebsActuatorController.java
New file
@@ -0,0 +1,72 @@
package com.xcong.excoin.monitor.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.utils.DateUtil;
import com.xcong.excoin.monitor.endpoint.FebsHttpTraceEndpoint;
import com.xcong.excoin.monitor.entity.FebsHttpTrace;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.boot.actuate.trace.http.HttpTrace;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import static com.xcong.excoin.monitor.endpoint.FebsHttpTraceEndpoint.FebsHttpTraceDescriptor;
/**
 * @author MrBird
 */
@Slf4j
@RestController
@RequestMapping("febs/actuator")
@RequiredArgsConstructor
public class FebsActuatorController {
    private final FebsHttpTraceEndpoint httpTraceEndpoint;
    @GetMapping("httptrace")
    @RequiresPermissions("httptrace:view")
    @ControllerEndpoint(exceptionMessage = "请求追踪失败")
    public FebsResponse httpTraces(String method, String url) {
        FebsHttpTraceDescriptor traces = httpTraceEndpoint.traces();
        List<HttpTrace> httpTraceList = traces.getTraces();
        List<FebsHttpTrace> febsHttpTraces = new ArrayList<>();
        httpTraceList.forEach(t -> {
            FebsHttpTrace febsHttpTrace = new FebsHttpTrace();
            febsHttpTrace.setRequestTime(DateUtil.formatInstant(t.getTimestamp(), DateUtil.FULL_TIME_SPLIT_PATTERN));
            febsHttpTrace.setMethod(t.getRequest().getMethod());
            febsHttpTrace.setUrl(t.getRequest().getUri());
            febsHttpTrace.setStatus(t.getResponse().getStatus());
            febsHttpTrace.setTimeTaken(t.getTimeTaken());
            if (StringUtils.isNotBlank(method) && StringUtils.isNotBlank(url)) {
                if (StringUtils.equalsIgnoreCase(method, febsHttpTrace.getMethod())
                        && StringUtils.containsIgnoreCase(febsHttpTrace.getUrl().toString(), url)) {
                    febsHttpTraces.add(febsHttpTrace);
                }
            } else if (StringUtils.isNotBlank(method)) {
                if (StringUtils.equalsIgnoreCase(method, febsHttpTrace.getMethod())) {
                    febsHttpTraces.add(febsHttpTrace);
                }
            } else if (StringUtils.isNotBlank(url)) {
                if (StringUtils.containsIgnoreCase(febsHttpTrace.getUrl().toString(), url)) {
                    febsHttpTraces.add(febsHttpTrace);
                }
            } else {
                febsHttpTraces.add(febsHttpTrace);
            }
        });
        Map<String, Object> data = new HashMap<>(2);
        data.put("rows", febsHttpTraces);
        data.put("total", febsHttpTraces.size());
        return new FebsResponse().success().data(data);
    }
}
src/main/java/com/xcong/excoin/monitor/controller/LogController.java
New file
@@ -0,0 +1,58 @@
package com.xcong.excoin.monitor.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.monitor.entity.SystemLog;
import com.xcong.excoin.monitor.service.ILogService;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.wuwenze.poi.ExcelKit;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet.http.HttpServletResponse;
import javax.validation.constraints.NotBlank;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@Slf4j
@RestController
@RequestMapping("log")
@RequiredArgsConstructor
public class LogController extends BaseController {
    private final ILogService logService;
    @GetMapping("list")
    @RequiresPermissions("log:view")
    public FebsResponse logList(SystemLog log, QueryRequest request) {
        Map<String, Object> dataTable = getDataTable(this.logService.findLogs(log, request));
        return new FebsResponse().success().data(dataTable);
    }
    @GetMapping("delete/{ids}")
    @RequiresPermissions("log:delete")
    @ControllerEndpoint(exceptionMessage = "删除日志失败")
    public FebsResponse deleteLogs(@NotBlank(message = "{required}") @PathVariable String ids) {
        String[] logIds = ids.split(StringPool.COMMA);
        this.logService.deleteLogs(logIds);
        return new FebsResponse().success();
    }
    @GetMapping("excel")
    @RequiresPermissions("log:export")
    @ControllerEndpoint(exceptionMessage = "导出Excel失败")
    public void export(QueryRequest request, SystemLog lg, HttpServletResponse response) {
        List<SystemLog> logs = this.logService.findLogs(lg, request).getRecords();
        ExcelKit.$Export(SystemLog.class, response).downXlsx(logs, false);
    }
}
src/main/java/com/xcong/excoin/monitor/controller/LoginLogController.java
New file
@@ -0,0 +1,58 @@
package com.xcong.excoin.monitor.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.monitor.entity.LoginLog;
import com.xcong.excoin.monitor.service.ILoginLogService;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.wuwenze.poi.ExcelKit;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet.http.HttpServletResponse;
import javax.validation.constraints.NotBlank;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@Slf4j
@RestController
@RequestMapping("loginLog")
@RequiredArgsConstructor
public class LoginLogController extends BaseController {
    private final ILoginLogService loginLogService;
    @GetMapping("list")
    @RequiresPermissions("loginlog:view")
    public FebsResponse loginLogList(LoginLog loginLog, QueryRequest request) {
        Map<String, Object> dataTable = getDataTable(this.loginLogService.findLoginLogs(loginLog, request));
        return new FebsResponse().success().data(dataTable);
    }
    @GetMapping("delete/{ids}")
    @RequiresPermissions("loginlog:delete")
    @ControllerEndpoint(exceptionMessage = "删除日志失败")
    public FebsResponse deleteLogss(@NotBlank(message = "{required}") @PathVariable String ids) {
        String[] loginLogIds = ids.split(StringPool.COMMA);
        this.loginLogService.deleteLoginLogs(loginLogIds);
        return new FebsResponse().success();
    }
    @GetMapping("excel")
    @RequiresPermissions("loginlog:export")
    @ControllerEndpoint(exceptionMessage = "导出Excel失败")
    public void export(QueryRequest request, LoginLog loginLog, HttpServletResponse response) {
        List<LoginLog> loginLogs = this.loginLogService.findLoginLogs(loginLog, request).getRecords();
        ExcelKit.$Export(LoginLog.class, response).downXlsx(loginLogs, false);
    }
}
src/main/java/com/xcong/excoin/monitor/controller/SessionController.java
New file
@@ -0,0 +1,44 @@
package com.xcong.excoin.monitor.controller;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.monitor.entity.ActiveUser;
import com.xcong.excoin.monitor.service.ISessionService;
import lombok.RequiredArgsConstructor;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@RestController
@RequestMapping("session")
@RequiredArgsConstructor
public class SessionController {
    private final ISessionService sessionService;
    @GetMapping("list")
    @RequiresPermissions("online:view")
    public FebsResponse list(String username) {
        List<ActiveUser> list = sessionService.list(username);
        Map<String, Object> data = new HashMap<>(2);
        data.put("rows", list);
        data.put("total", CollectionUtils.size(list));
        return new FebsResponse().success().data(data);
    }
    @GetMapping("delete/{id}")
    @RequiresPermissions("user:kickout")
    public FebsResponse forceLogout(@PathVariable String id) {
        sessionService.forceLogout(id);
        return new FebsResponse().success();
    }
}
src/main/java/com/xcong/excoin/monitor/controller/ViewController.java
New file
@@ -0,0 +1,88 @@
package com.xcong.excoin.monitor.controller;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.utils.FebsUtil;
import com.xcong.excoin.monitor.entity.JvmInfo;
import com.xcong.excoin.monitor.entity.ServerInfo;
import com.xcong.excoin.monitor.entity.TomcatInfo;
import com.xcong.excoin.monitor.helper.FebsActuatorHelper;
import lombok.RequiredArgsConstructor;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import java.util.List;
import static com.xcong.excoin.monitor.endpoint.FebsMetricsEndpoint.FebsMetricResponse;
/**
 * @author MrBird
 */
@Controller("monitorView")
@RequestMapping(FebsConstant.VIEW_PREFIX + "monitor")
@RequiredArgsConstructor
public class ViewController {
    private final FebsActuatorHelper actuatorHelper;
    @GetMapping("online")
    @RequiresPermissions("online:view")
    public String online() {
        return FebsUtil.view("monitor/online");
    }
    @GetMapping("log")
    @RequiresPermissions("log:view")
    public String log() {
        return FebsUtil.view("monitor/log");
    }
    @GetMapping("loginlog")
    @RequiresPermissions("loginlog:view")
    public String loginLog() {
        return FebsUtil.view("monitor/loginLog");
    }
    @GetMapping("httptrace")
    @RequiresPermissions("httptrace:view")
    public String httptrace() {
        return FebsUtil.view("monitor/httpTrace");
    }
    @GetMapping("jvm")
    @RequiresPermissions("jvm:view")
    public String jvmInfo(Model model) {
        List<FebsMetricResponse> jvm = actuatorHelper.getMetricResponseByType("jvm");
        JvmInfo jvmInfo = actuatorHelper.getJvmInfoFromMetricData(jvm);
        model.addAttribute("jvm", jvmInfo);
        return FebsUtil.view("monitor/jvmInfo");
    }
    @GetMapping("tomcat")
    @RequiresPermissions("tomcat:view")
    public String tomcatInfo(Model model) {
        List<FebsMetricResponse> tomcat = actuatorHelper.getMetricResponseByType("tomcat");
        TomcatInfo tomcatInfo = actuatorHelper.getTomcatInfoFromMetricData(tomcat);
        model.addAttribute("tomcat", tomcatInfo);
        return FebsUtil.view("monitor/tomcatInfo");
    }
    @GetMapping("server")
    @RequiresPermissions("server:view")
    public String serverInfo(Model model) {
        List<FebsMetricResponse> jdbcInfo = actuatorHelper.getMetricResponseByType("jdbc");
        List<FebsMetricResponse> systemInfo = actuatorHelper.getMetricResponseByType("system");
        List<FebsMetricResponse> processInfo = actuatorHelper.getMetricResponseByType("process");
        ServerInfo serverInfo = actuatorHelper.getServerInfoFromMetricData(jdbcInfo, systemInfo, processInfo);
        model.addAttribute("server", serverInfo);
        return FebsUtil.view("monitor/serverInfo");
    }
    @GetMapping("swagger")
    public String swagger() {
        return FebsUtil.view("monitor/swagger");
    }
}
src/main/java/com/xcong/excoin/monitor/endpoint/FebsHttpTraceEndpoint.java
New file
@@ -0,0 +1,37 @@
package com.xcong.excoin.monitor.endpoint;
import com.xcong.excoin.common.annotation.FebsEndPoint;
import org.springframework.boot.actuate.trace.http.HttpTrace;
import org.springframework.boot.actuate.trace.http.HttpTraceRepository;
import java.util.List;
/**
 * @author MrBird
 */
@FebsEndPoint
public class FebsHttpTraceEndpoint {
    private final HttpTraceRepository repository;
    public FebsHttpTraceEndpoint(HttpTraceRepository repository) {
        this.repository = repository;
    }
    public FebsHttpTraceDescriptor traces() {
        return new FebsHttpTraceDescriptor(this.repository.findAll());
    }
    public static final class FebsHttpTraceDescriptor {
        private final List<HttpTrace> traces;
        private FebsHttpTraceDescriptor(List<HttpTrace> traces) {
            this.traces = traces;
        }
        public List<HttpTrace> getTraces() {
            return this.traces;
        }
    }
}
src/main/java/com/xcong/excoin/monitor/endpoint/FebsMetricsEndpoint.java
New file
@@ -0,0 +1,212 @@
package com.xcong.excoin.monitor.endpoint;
import com.xcong.excoin.common.annotation.FebsEndPoint;
import io.micrometer.core.instrument.Meter;
import io.micrometer.core.instrument.MeterRegistry;
import io.micrometer.core.instrument.Statistic;
import io.micrometer.core.instrument.Tag;
import io.micrometer.core.instrument.composite.CompositeMeterRegistry;
import org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException;
import org.springframework.boot.actuate.endpoint.annotation.ReadOperation;
import org.springframework.boot.actuate.endpoint.annotation.Selector;
import org.springframework.lang.Nullable;
import java.util.*;
import java.util.function.BiFunction;
import java.util.stream.Collectors;
/**
 * @author MrBird
 */
@FebsEndPoint
public class FebsMetricsEndpoint {
    private final MeterRegistry registry;
    public FebsMetricsEndpoint(MeterRegistry registry) {
        this.registry = registry;
    }
    @ReadOperation
    public ListNamesResponse listNames() {
        Set<String> names = new LinkedHashSet<>();
        this.collectNames(names, this.registry);
        return new ListNamesResponse(names);
    }
    private void collectNames(Set<String> names, MeterRegistry registry) {
        if (registry instanceof CompositeMeterRegistry) {
            ((CompositeMeterRegistry)registry).getRegistries().forEach((member) -> this.collectNames(names, member));
        } else {
            registry.getMeters().stream().map(this::getName).forEach(names::add);
        }
    }
    private String getName(Meter meter) {
        return meter.getId().getName();
    }
    @ReadOperation
    public FebsMetricResponse metric(@Selector String requiredMetricName, @Nullable List<String> tag) {
        List<Tag> tags = this.parseTags(tag);
        Collection<Meter> meters = this.findFirstMatchingMeters(this.registry, requiredMetricName, tags);
        if (meters.isEmpty()) {
            return null;
        } else {
            Map<Statistic, Double> samples = this.getSamples(meters);
            Map<String, Set<String>> availableTags = this.getAvailableTags(meters);
            tags.forEach((t) -> availableTags.remove(t.getKey()));
            Meter.Id meterId = meters.iterator().next().getId();
            return new FebsMetricResponse(requiredMetricName, meterId.getDescription(), meterId.getBaseUnit(), this.asList(samples, Sample::new), this.asList(availableTags, AvailableTag::new));
        }
    }
    private List<Tag> parseTags(List<String> tags) {
        return tags == null ? Collections.emptyList() : tags.stream().map(this::parseTag).collect(Collectors.toList());
    }
    private Tag parseTag(String tag) {
        String[] parts = tag.split(":", 2);
        if (parts.length != 2) {
            throw new InvalidEndpointRequestException("Each tag parameter must be in the form 'key:value' but was: " + tag, "Each tag parameter must be in the form 'key:value'");
        } else {
            return Tag.of(parts[0], parts[1]);
        }
    }
    private Collection<Meter> findFirstMatchingMeters(MeterRegistry registry, String name, Iterable<Tag> tags) {
        return registry instanceof CompositeMeterRegistry ? this.findFirstMatchingMeters((CompositeMeterRegistry)registry, name, tags) : registry.find(name).tags(tags).meters();
    }
    private Collection<Meter> findFirstMatchingMeters(CompositeMeterRegistry composite, String name, Iterable<Tag> tags) {
        return composite.getRegistries().stream().map((registry) -> this.findFirstMatchingMeters(registry, name, tags)).filter((matching) -> !matching.isEmpty()).findFirst().orElse(Collections.emptyList());
    }
    private Map<Statistic, Double> getSamples(Collection<Meter> meters) {
        Map<Statistic, Double> samples = new LinkedHashMap<>();
        meters.forEach((meter) -> this.mergeMeasurements(samples, meter));
        return samples;
    }
    private void mergeMeasurements(Map<Statistic, Double> samples, Meter meter) {
        meter.measure().forEach((measurement) -> samples.merge(measurement.getStatistic(), measurement.getValue(), this.mergeFunction(measurement.getStatistic())));
    }
    private BiFunction<Double, Double, Double> mergeFunction(Statistic statistic) {
        return Statistic.MAX.equals(statistic) ? Double::max : Double::sum;
    }
    private Map<String, Set<String>> getAvailableTags(Collection<Meter> meters) {
        Map<String, Set<String>> availableTags = new HashMap<>(10);
        meters.forEach((meter) -> this.mergeAvailableTags(availableTags, meter));
        return availableTags;
    }
    private void mergeAvailableTags(Map<String, Set<String>> availableTags, Meter meter) {
        meter.getId().getTags().forEach((tag) -> {
            Set<String> value = Collections.singleton(tag.getValue());
            availableTags.merge(tag.getKey(), value, this::merge);
        });
    }
    private <T> Set<T> merge(Set<T> set1, Set<T> set2) {
        Set<T> result = new HashSet<>(set1.size() + set2.size());
        result.addAll(set1);
        result.addAll(set2);
        return result;
    }
    private <K, V, T> List<T> asList(Map<K, V> map, BiFunction<K, V, T> mapper) {
        return map.entrySet().stream().map((entry) -> mapper.apply(entry.getKey(), entry.getValue())).collect(Collectors.toList());
    }
    public static final class Sample {
        private final Statistic statistic;
        private final Double value;
        Sample(Statistic statistic, Double value) {
            this.statistic = statistic;
            this.value = value;
        }
        public Statistic getStatistic() {
            return this.statistic;
        }
        public Double getValue() {
            return this.value;
        }
        @Override
        public String toString() {
            return "MeasurementSample{statistic=" + this.statistic + ", value=" + this.value + '}';
        }
    }
    public static final class AvailableTag {
        private final String tag;
        private final Set<String> values;
        AvailableTag(String tag, Set<String> values) {
            this.tag = tag;
            this.values = values;
        }
        public String getTag() {
            return this.tag;
        }
        public Set<String> getValues() {
            return this.values;
        }
    }
    public static final class FebsMetricResponse {
        private final String name;
        private final String description;
        private final String baseUnit;
        private final List<Sample> measurements;
        private final List<AvailableTag> availableTags;
        FebsMetricResponse(String name, String description, String baseUnit, List<Sample> measurements, List<AvailableTag> availableTags) {
            this.name = name;
            this.description = description;
            this.baseUnit = baseUnit;
            this.measurements = measurements;
            this.availableTags = availableTags;
        }
        public String getName() {
            return this.name;
        }
        public String getDescription() {
            return this.description;
        }
        public String getBaseUnit() {
            return this.baseUnit;
        }
        public List<Sample> getMeasurements() {
            return this.measurements;
        }
        public List<AvailableTag> getAvailableTags() {
            return this.availableTags;
        }
    }
    public static final class ListNamesResponse {
        private final Set<String> names;
        ListNamesResponse(Set<String> names) {
            this.names = names;
        }
        public Set<String> getNames() {
            return this.names;
        }
    }
}
src/main/java/com/xcong/excoin/monitor/entity/ActiveUser.java
New file
@@ -0,0 +1,61 @@
package com.xcong.excoin.monitor.entity;
import lombok.Data;
import java.io.Serializable;
/**
 * 在线用户
 *
 * @author MrBird
 */
@Data
public class ActiveUser implements Serializable {
    private static final long serialVersionUID = -1277171780468841527L;
    /**
     * session id
     */
    private String id;
    /**
     * 用户 id
     */
    private String userId;
    /**
     * 用户名称
     */
    private String username;
    /**
     * 用户主机地址
     */
    private String host;
    /**
     * 用户登录时系统 IP
     */
    private String systemHost;
    /**
     * 状态
     */
    private String status;
    /**
     * session 创建时间
     */
    private String startTimestamp;
    /**
     * session 最后访问时间
     */
    private String lastAccessTime;
    /**
     * 超时时间
     */
    private Long timeout;
    /**
     * 所在地
     */
    private String location;
    /**
     * 是否为当前登录用户
     */
    private boolean current;
}
src/main/java/com/xcong/excoin/monitor/entity/FebsHttpTrace.java
New file
@@ -0,0 +1,37 @@
package com.xcong.excoin.monitor.entity;
import lombok.Data;
import java.io.Serializable;
import java.net.URI;
/**
 * @author MrBird
 */
@Data
public class FebsHttpTrace implements Serializable {
    private static final long serialVersionUID = 8286382834121710757L;
    /**
     * 请求时间
     */
    private String requestTime;
    /**
     * 请求方法
     */
    private String method;
    /**
     * 请求 url
     */
    private URI url;
    /**
     * 响应状态
     */
    private int status;
    /**
     * 耗时
     */
    private Long timeTaken;
}
src/main/java/com/xcong/excoin/monitor/entity/JvmInfo.java
New file
@@ -0,0 +1,70 @@
package com.xcong.excoin.monitor.entity;
import lombok.Data;
import java.io.Serializable;
/**
 * @author MrBird
 */
@Data
public class JvmInfo implements Serializable {
    private static final long serialVersionUID = -5178501845351050670L;
    /**
     * JVM 最大内存
     */
    private Double jvmMemoryMax;
    /**
     * JVM 可用内存
     */
    private Double jvmMemoryCommitted;
    /**
     * JVM 已用内存
     */
    private Double jvmMemoryUsed;
    /**
     * JVM 缓冲区已用内存
     */
    private Double jvmBufferMemoryUsed;
    /**
     * 当前缓冲区数量
     */
    private Double jvmBufferCount;
    /**
     * JVM 守护线程数量
     */
    private Double jvmThreadsdaemon;
    /**
     * JVM 当前活跃线程数量
     */
    private Double jvmThreadsLive;
    /**
     * JVM 峰值线程数量
     */
    private Double jvmThreadsPeak;
    /**
     * JVM 已加载 Class 数量
     */
    private Double jvmClassesLoaded;
    /**
     * JVM 未加载 Class 数量
     */
    private Double jvmClassesUnloaded;
    /**
     * GC 时, 年轻代分配的内存空间
     */
    private Double jvmGcMemoryAllocated;
    /**
     * GC 时, 老年代分配的内存空间
     */
    private Double jvmGcMemoryPromoted;
    /**
     * GC 时, 老年代的最大内存空间
     */
    private Double jvmGcMaxDataSize;
    /**
     * FullGC 时, 老年代的内存空间
     */
    private Double jvmGcLiveDataSize;
}
src/main/java/com/xcong/excoin/monitor/entity/LoginLog.java
New file
@@ -0,0 +1,168 @@
package com.xcong.excoin.monitor.entity;
import com.xcong.excoin.common.converter.TimeConverter;
import com.xcong.excoin.common.utils.HttpContextUtil;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.wuwenze.poi.annotation.Excel;
import com.wuwenze.poi.annotation.ExcelField;
import lombok.Data;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import javax.servlet.http.HttpServletRequest;
import java.io.Serializable;
import java.util.Date;
/**
 * @author MrBird
 */
@Slf4j
@Data
@TableName("t_login_log")
@Excel("登录日志")
public class LoginLog implements Serializable {
    private static final long serialVersionUID = 921991157363932095L;
    /**
     * id
     */
    @TableId(value = "ID", type = IdType.AUTO)
    private Long id;
    /**
     * 登录用户
     */
    @TableField("USERNAME")
    @ExcelField("登录用户")
    private String username;
    /**
     * 登录时间
     */
    @TableField("LOGIN_TIME")
    @ExcelField(value = "登录时间", writeConverter = TimeConverter.class)
    private Date loginTime;
    /**
     * 登录地点
     */
    @TableField("LOCATION")
    @ExcelField(value = "登录地点")
    private String location;
    /**
     * 登录 IP
     */
    @TableField("IP")
    @ExcelField("登录IP")
    private String ip;
    /**
     * 操作系统
     */
    @TableField("`SYSTEM`")
    @ExcelField("操作系统")
    private String system;
    /**
     * 登录浏览器
     */
    @TableField("BROWSER")
    @ExcelField("登录浏览器")
    private String browser;
    private transient String loginTimeFrom;
    private transient String loginTimeTo;
    public void setSystemBrowserInfo() {
        try {
            HttpServletRequest request = HttpContextUtil.getHttpServletRequest();
            StringBuilder userAgent = new StringBuilder("[");
            userAgent.append(request.getHeader("User-Agent"));
            userAgent.append("]");
            int indexOfMac = userAgent.indexOf("Mac OS X");
            int indexOfWindows = userAgent.indexOf("Windows NT");
            int indexOfIe = userAgent.indexOf("MSIE");
            int indexOfIe11 = userAgent.indexOf("rv:");
            int indexOfFirefox = userAgent.indexOf("Firefox");
            int indexOfSogou = userAgent.indexOf("MetaSr");
            int indexOfChrome = userAgent.indexOf("Chrome");
            int indexOfSafari = userAgent.indexOf("Safari");
            boolean isMac = indexOfMac > 0;
            boolean isWindows = indexOfWindows > 0;
            boolean isLinux = userAgent.indexOf("Linux") > 0;
            boolean containIe = indexOfIe > 0 || (isWindows && (indexOfIe11 > 0));
            boolean containFirefox = indexOfFirefox > 0;
            boolean containSogou = indexOfSogou > 0;
            boolean containChrome = indexOfChrome > 0;
            boolean containSafari = indexOfSafari > 0;
            String browser = "";
            if (containSogou) {
                if (containIe) {
                    browser = "搜狗" + userAgent.substring(indexOfIe, indexOfIe + "IE x.x".length());
                } else if (containChrome) {
                    browser = "搜狗" + userAgent.substring(indexOfChrome, indexOfChrome + "Chrome/xx".length());
                }
            } else if (containChrome) {
                browser = userAgent.substring(indexOfChrome, indexOfChrome + "Chrome/xx".length());
            } else if (containSafari) {
                int indexOfSafariVersion = userAgent.indexOf("Version");
                browser = "Safari "
                        + userAgent.substring(indexOfSafariVersion, indexOfSafariVersion + "Version/x.x.x.x".length());
            } else if (containFirefox) {
                browser = userAgent.substring(indexOfFirefox, indexOfFirefox + "Firefox/xx".length());
            } else if (containIe) {
                if (indexOfIe11 > 0) {
                    browser = "IE 11";
                } else {
                    browser = userAgent.substring(indexOfIe, indexOfIe + "IE x.x".length());
                }
            }
            String os = "";
            if (isMac) {
                os = userAgent.substring(indexOfMac, indexOfMac + "MacOS X xxxxxxxx".length());
            } else if (isLinux) {
                os = "Linux";
            } else if (isWindows) {
                os = "Windows ";
                String version = userAgent.substring(indexOfWindows + "Windows NT".length(), indexOfWindows
                        + "Windows NTx.x".length());
                switch (version.trim()) {
                    case "5.0":
                        os += "2000";
                        break;
                    case "5.1":
                        os += "XP";
                        break;
                    case "5.2":
                        os += "2003";
                        break;
                    case "6.0":
                        os += "Vista";
                        break;
                    case "6.1":
                        os += "7";
                        break;
                    case "6.2":
                        os += "8";
                        break;
                    case "6.3":
                        os += "8.1";
                        break;
                    case "10":
                        os += "10";
                    default:
                        break;
                }
            }
            this.system = os;
            this.browser = StringUtils.replace(browser, "/", " ");
        } catch (Exception e) {
            log.error("获取登录信息失败:{}", e.getMessage());
            this.system = "";
            this.browser = "";
        }
    }
}
src/main/java/com/xcong/excoin/monitor/entity/ServerInfo.java
New file
@@ -0,0 +1,46 @@
package com.xcong.excoin.monitor.entity;
import lombok.Data;
import java.io.Serializable;
/**
 * @author MrBird
 */
@Data
public class ServerInfo implements Serializable {
    private static final long serialVersionUID = 5915203206170057447L;
    /**
     * 应用已运行时长
     */
    private Double processUptime;
    /**
     * 应用 CPU占用率
     */
    private Double processCpuUsage;
    /**
     * 应用启动时间点
     */
    private String processStartTime;
    /**
     * 系统 CPU核心数
     */
    private Double systemCpuCount;
    /**
     * 系统 CPU 使用率
     */
    private Double systemCpuUsage;
    /**
     * 当前活跃 JDBC连接数
     */
    private Double jdbcConnectionsActive;
    /**
     * JDBC最小连接数
     */
    private Double jdbcConnectionsMin;
    /**
     * JDBC最大连接数
     */
    private Double jdbcConnectionsMax;
}
src/main/java/com/xcong/excoin/monitor/entity/SystemLog.java
New file
@@ -0,0 +1,87 @@
package com.xcong.excoin.monitor.entity;
import com.xcong.excoin.common.converter.TimeConverter;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.wuwenze.poi.annotation.Excel;
import com.wuwenze.poi.annotation.ExcelField;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
 * @author MrBird
 */
@Data
@TableName("t_log")
@Excel("系统日志表")
public class SystemLog implements Serializable {
    /**
     * 日志ID
     */
    @TableId(value = "ID", type = IdType.AUTO)
    private Long id;
    /**
     * 操作用户
     */
    @TableField("USERNAME")
    @ExcelField(value = "操作用户")
    private String username;
    /**
     * 操作内容
     */
    @TableField("OPERATION")
    @ExcelField(value = "操作内容")
    private String operation;
    /**
     * 耗时
     */
    @TableField("TIME")
    @ExcelField(value = "耗时(毫秒)")
    private Long time;
    /**
     * 操作方法
     */
    @TableField("METHOD")
    @ExcelField(value = "操作方法")
    private String method;
    /**
     * 方法参数
     */
    @TableField("PARAMS")
    @ExcelField(value = "方法参数")
    private String params;
    /**
     * 操作者IP
     */
    @TableField("IP")
    @ExcelField(value = "操作者IP")
    private String ip;
    /**
     * 创建时间
     */
    @TableField("CREATE_TIME")
    @ExcelField(value = "操作时间", writeConverter = TimeConverter.class)
    private Date createTime;
    /**
     * 操作地点
     */
    @TableField("LOCATION")
    @ExcelField(value = "操作地点")
    private String location;
    private transient String createTimeFrom;
    private transient String createTimeTo;
}
src/main/java/com/xcong/excoin/monitor/entity/TomcatInfo.java
New file
@@ -0,0 +1,58 @@
package com.xcong.excoin.monitor.entity;
import lombok.Data;
import java.io.Serializable;
/**
 * @author MrBird
 */
@Data
public class TomcatInfo implements Serializable {
    private static final long serialVersionUID = 5817092425802069572L;
    /**
     * tomcat 已创建 session 数
     */
    private Double tomcatSessionsCreated;
    /**
     * tomcat 已过期 session 数
     */
    private Double tomcatSessionsExpired;
    /**
     * tomcat 当前活跃 session 数
     */
    private Double tomcatSessionsActiveCurrent;
    /**
     * tomcat 活跃 session 数峰值
     */
    private Double tomcatSessionsActiveMax;
    /**
     * 超过session 最大配置后,拒绝的 session 个数
     */
    private Double tomcatSessionsRejected;
    /**
     * 发送的字节数
     */
    private Double tomcatGlobalSent;
    /**
     * request 请求最长耗时
     */
    private Double tomcatGlobalRequestMax;
    /**
     * tomcat 全局异常数量
     */
    private Double tomcatGlobalError;
    /**
     * tomcat 当前线程数(包括守护线程)
     */
    private Double tomcatThreadsCurrent;
    /**
     * tomcat 配置的线程最大数
     */
    private Double tomcatThreadsConfigMax;
    /**
     * tomcat 当前繁忙线程数
     */
    private Double tomcatThreadsBusy;
}
src/main/java/com/xcong/excoin/monitor/helper/FebsActuatorHelper.java
New file
@@ -0,0 +1,211 @@
package com.xcong.excoin.monitor.helper;
import com.xcong.excoin.common.annotation.Helper;
import com.xcong.excoin.common.utils.DateUtil;
import com.xcong.excoin.monitor.endpoint.FebsMetricsEndpoint;
import com.xcong.excoin.monitor.entity.JvmInfo;
import com.xcong.excoin.monitor.entity.ServerInfo;
import com.xcong.excoin.monitor.entity.TomcatInfo;
import com.google.common.base.Predicates;
import lombok.RequiredArgsConstructor;
import org.apache.commons.lang3.StringUtils;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.text.NumberFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
/**
 * @author MrBird
 */
@Helper
@RequiredArgsConstructor
public class FebsActuatorHelper {
    private static final BigDecimal DECIMAL = new BigDecimal("1048576");
    private final FebsMetricsEndpoint metricsEndpoint;
    public List<FebsMetricsEndpoint.FebsMetricResponse> getMetricResponseByType(String type) {
        FebsMetricsEndpoint.ListNamesResponse listNames = metricsEndpoint.listNames();
        Set<String> names = listNames.getNames();
        Iterable<String> jvm = names.stream()
                .filter(Predicates.containsPattern(type)::apply)
                .collect(Collectors.toList());
        List<FebsMetricsEndpoint.FebsMetricResponse> metricResponseList = new ArrayList<>();
        jvm.forEach(s -> {
            FebsMetricsEndpoint.FebsMetricResponse metric = metricsEndpoint.metric(s, null);
            metricResponseList.add(metric);
        });
        return metricResponseList;
    }
    public JvmInfo getJvmInfoFromMetricData(List<FebsMetricsEndpoint.FebsMetricResponse> metrics) {
        JvmInfo jvmInfo = new JvmInfo();
        metrics.forEach(d -> {
            String name = d.getName();
            FebsMetricsEndpoint.Sample sample = d.getMeasurements().get(0);
            Double value = sample.getValue();
            switch (name) {
                case "jvm.memory.max":
                    jvmInfo.setJvmMemoryMax(convertToMb(value));
                    break;
                case "jvm.memory.committed":
                    jvmInfo.setJvmMemoryCommitted(convertToMb(value));
                    break;
                case "jvm.memory.used":
                    jvmInfo.setJvmMemoryUsed(convertToMb(value));
                    break;
                case "jvm.buffer.memory.used":
                    jvmInfo.setJvmBufferMemoryUsed(convertToMb(value));
                    break;
                case "jvm.buffer.count":
                    jvmInfo.setJvmBufferCount(value);
                    break;
                case "jvm.threads.daemon":
                    jvmInfo.setJvmThreadsdaemon(value);
                    break;
                case "jvm.threads.live":
                    jvmInfo.setJvmThreadsLive(value);
                    break;
                case "jvm.threads.peak":
                    jvmInfo.setJvmThreadsPeak(value);
                    break;
                case "jvm.classes.loaded":
                    jvmInfo.setJvmClassesLoaded(value);
                    break;
                case "jvm.classes.unloaded":
                    jvmInfo.setJvmClassesUnloaded(value);
                    break;
                case "jvm.gc.memory.allocated":
                    jvmInfo.setJvmGcMemoryAllocated(convertToMb(value));
                    break;
                case "jvm.gc.memory.promoted":
                    jvmInfo.setJvmGcMemoryPromoted(convertToMb(value));
                    break;
                case "jvm.gc.max.data.size":
                    jvmInfo.setJvmGcMaxDataSize(convertToMb(value));
                    break;
                case "jvm.gc.live.data.size":
                    jvmInfo.setJvmGcLiveDataSize(convertToMb(value));
                    break;
                default:
            }
        });
        return jvmInfo;
    }
    public TomcatInfo getTomcatInfoFromMetricData(List<FebsMetricsEndpoint.FebsMetricResponse> metrics) {
        TomcatInfo tomcatInfo = new TomcatInfo();
        metrics.forEach(d -> {
            String name = d.getName();
            FebsMetricsEndpoint.Sample sample = d.getMeasurements().get(0);
            Double value = sample.getValue();
            switch (name) {
                case "tomcat.sessions.created":
                    tomcatInfo.setTomcatSessionsCreated(value);
                    break;
                case "tomcat.sessions.expired":
                    tomcatInfo.setTomcatSessionsExpired(value);
                    break;
                case "tomcat.sessions.active.current":
                    tomcatInfo.setTomcatSessionsActiveCurrent(value);
                    break;
                case "tomcat.sessions.active.max":
                    tomcatInfo.setTomcatSessionsActiveMax(value);
                    break;
                case "tomcat.sessions.rejected":
                    tomcatInfo.setTomcatSessionsRejected(value);
                    break;
                case "tomcat.global.error":
                    tomcatInfo.setTomcatGlobalError(value);
                    break;
                case "tomcat.global.sent":
                    tomcatInfo.setTomcatGlobalSent(value);
                    break;
                case "tomcat.global.request.max":
                    tomcatInfo.setTomcatGlobalRequestMax(value);
                    break;
                case "tomcat.threads.current":
                    tomcatInfo.setTomcatThreadsCurrent(value);
                    break;
                case "tomcat.threads.config.max":
                    tomcatInfo.setTomcatThreadsConfigMax(value);
                    break;
                case "tomcat.threads.busy":
                    tomcatInfo.setTomcatThreadsBusy(value);
                    break;
                default:
            }
        });
        return tomcatInfo;
    }
    public ServerInfo getServerInfoFromMetricData(List<FebsMetricsEndpoint.FebsMetricResponse> jdbcInfo,
                                                  List<FebsMetricsEndpoint.FebsMetricResponse> systemInfo,
                                                  List<FebsMetricsEndpoint.FebsMetricResponse> processInfo) {
        ServerInfo serverInfo = new ServerInfo();
        jdbcInfo.forEach(j -> {
            String name = j.getName();
            FebsMetricsEndpoint.Sample sample = j.getMeasurements().get(0);
            Double value = sample.getValue();
            switch (name) {
                case "jdbc.connections.active":
                    serverInfo.setJdbcConnectionsActive(value);
                    break;
                case "jdbc.connections.max":
                    serverInfo.setJdbcConnectionsMax(value);
                    break;
                case "jdbc.connections.min":
                    serverInfo.setJdbcConnectionsMin(value);
                    break;
                default:
            }
        });
        systemInfo.forEach(s -> {
            String name = s.getName();
            FebsMetricsEndpoint.Sample sample = s.getMeasurements().get(0);
            Double value = sample.getValue();
            switch (name) {
                case "system.cpu.count":
                    serverInfo.setSystemCpuCount(value);
                    break;
                case "system.cpu.usage":
                    serverInfo.setSystemCpuUsage(value);
                    break;
                default:
            }
        });
        processInfo.forEach(p -> {
            String name = p.getName();
            FebsMetricsEndpoint.Sample sample = p.getMeasurements().get(0);
            Double value = sample.getValue();
            switch (name) {
                case "process.cpu.usage":
                    serverInfo.setProcessCpuUsage(value);
                    break;
                case "process.uptime":
                    serverInfo.setProcessUptime(value);
                    break;
                case "process.start.time":
                    NumberFormat numberFormat = NumberFormat.getInstance();
                    numberFormat.setMaximumFractionDigits(20);
                    numberFormat.setGroupingUsed(false);
                    long timeMillis = Long.parseLong(StringUtils.replace(numberFormat.format(value), ".", ""));
                    String startTime = DateUtil.getDateFormat(new Date(timeMillis), DateUtil.FULL_TIME_SPLIT_PATTERN);
                    serverInfo.setProcessStartTime(startTime);
                default:
            }
        });
        return serverInfo;
    }
    private static Double convertToMb(Object value) {
        return new BigDecimal(String.valueOf(value))
                .divide(DECIMAL, 3, RoundingMode.HALF_UP).doubleValue();
    }
}
src/main/java/com/xcong/excoin/monitor/mapper/LogMapper.java
New file
@@ -0,0 +1,11 @@
package com.xcong.excoin.monitor.mapper;
import com.xcong.excoin.monitor.entity.SystemLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
 * @author MrBird
 */
public interface LogMapper extends BaseMapper<SystemLog> {
}
src/main/java/com/xcong/excoin/monitor/mapper/LoginLogMapper.java
New file
@@ -0,0 +1,43 @@
package com.xcong.excoin.monitor.mapper;
import com.xcong.excoin.monitor.entity.LoginLog;
import com.xcong.excoin.system.entity.User;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
public interface LoginLogMapper extends BaseMapper<LoginLog> {
    /**
     * 获取系统总访问次数
     *
     * @return Long
     */
    Long findTotalVisitCount();
    /**
     * 获取系统今日访问次数
     *
     * @return Long
     */
    Long findTodayVisitCount();
    /**
     * 获取系统今日访问 IP数
     *
     * @return Long
     */
    Long findTodayIp();
    /**
     * 获取系统近七天来的访问记录
     *
     * @param user 用户
     * @return 系统近七天来的访问记录
     */
    List<Map<String, Object>> findLastSevenDaysVisitCount(User user);
}
src/main/java/com/xcong/excoin/monitor/service/ILogService.java
New file
@@ -0,0 +1,48 @@
package com.xcong.excoin.monitor.service;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.monitor.entity.SystemLog;
import com.xcong.excoin.system.entity.User;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import org.aspectj.lang.ProceedingJoinPoint;
import org.springframework.scheduling.annotation.Async;
import java.lang.reflect.Method;
/**
 * @author MrBird
 */
public interface ILogService extends IService<SystemLog> {
    /**
     * 查询操作日志分页
     *
     * @param systemLog 日志
     * @param request   QueryRequest
     * @return IPage<SystemLog>
     */
    IPage<SystemLog> findLogs(SystemLog systemLog, QueryRequest request);
    /**
     * 删除操作日志
     *
     * @param logIds 日志 ID集合
     */
    void deleteLogs(String[] logIds);
    /**
     * 异步保存操作日志
     *
     * @param user      用户信息
     * @param point     切点
     * @param method    Method
     * @param ip   ip
     * @param operation 操作内容
     * @param start     开始时间
     */
    @Async(FebsConstant.ASYNC_POOL)
    void saveLog(User user, ProceedingJoinPoint point, Method method, String ip, String operation, long start);
}
src/main/java/com/xcong/excoin/monitor/service/ILoginLogService.java
New file
@@ -0,0 +1,68 @@
package com.xcong.excoin.monitor.service;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.monitor.entity.LoginLog;
import com.xcong.excoin.system.entity.User;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
public interface ILoginLogService extends IService<LoginLog> {
    /**
     * 获取登录日志分页信息
     *
     * @param loginLog 传参
     * @param request  request
     * @return IPage<LoginLog>
     */
    IPage<LoginLog> findLoginLogs(LoginLog loginLog, QueryRequest request);
    /**
     * 保存登录日志
     *
     * @param loginLog 登录日志
     */
    void saveLoginLog(LoginLog loginLog);
    /**
     * 删除登录日志
     *
     * @param ids 日志 id集合
     */
    void deleteLoginLogs(String[] ids);
    /**
     * 获取系统总访问次数
     *
     * @return Long
     */
    Long findTotalVisitCount();
    /**
     * 获取系统今日访问次数
     *
     * @return Long
     */
    Long findTodayVisitCount();
    /**
     * 获取系统今日访问 IP数
     *
     * @return Long
     */
    Long findTodayIp();
    /**
     * 获取系统近七天来的访问记录
     *
     * @param user 用户
     * @return 系统近七天来的访问记录
     */
    List<Map<String, Object>> findLastSevenDaysVisitCount(User user);
}
src/main/java/com/xcong/excoin/monitor/service/ISessionService.java
New file
@@ -0,0 +1,26 @@
package com.xcong.excoin.monitor.service;
import com.xcong.excoin.monitor.entity.ActiveUser;
import java.util.List;
/**
 * @author MrBird
 */
public interface ISessionService {
    /**
     * 获取在线用户列表
     *
     * @param username 用户名
     * @return List<ActiveUser>
     */
    List<ActiveUser> list(String username);
    /**
     * 踢出用户
     *
     * @param sessionId sessionId
     */
    void forceLogout(String sessionId);
}
src/main/java/com/xcong/excoin/monitor/service/impl/LogServiceImpl.java
New file
@@ -0,0 +1,141 @@
package com.xcong.excoin.monitor.service.impl;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.utils.AddressUtil;
import com.xcong.excoin.common.utils.SortUtil;
import com.xcong.excoin.monitor.entity.SystemLog;
import com.xcong.excoin.monitor.mapper.LogMapper;
import com.xcong.excoin.monitor.service.ILogService;
import com.xcong.excoin.system.entity.User;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.fasterxml.jackson.databind.ObjectMapper;
import lombok.RequiredArgsConstructor;
import org.apache.commons.lang3.StringUtils;
import org.aspectj.lang.ProceedingJoinPoint;
import org.springframework.core.LocalVariableTableParameterNameDiscoverer;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
import java.io.Serializable;
import java.lang.reflect.Method;
import java.util.*;
/**
 * @author MrBird
 */
@Service
@RequiredArgsConstructor
public class LogServiceImpl extends ServiceImpl<LogMapper, SystemLog> implements ILogService {
    private final ObjectMapper objectMapper;
    @Override
    public IPage<SystemLog> findLogs(SystemLog systemLog, QueryRequest request) {
        QueryWrapper<SystemLog> queryWrapper = new QueryWrapper<>();
        if (StringUtils.isNotBlank(systemLog.getCreateTimeFrom()) &&
                StringUtils.equals(systemLog.getCreateTimeFrom(), systemLog.getCreateTimeTo())) {
            systemLog.setCreateTimeFrom(systemLog.getCreateTimeFrom() + " 00:00:00");
            systemLog.setCreateTimeTo(systemLog.getCreateTimeTo() + " 23:59:59");
        }
        if (StringUtils.isNotBlank(systemLog.getUsername())) {
            queryWrapper.lambda().eq(SystemLog::getUsername, systemLog.getUsername().toLowerCase());
        }
        if (StringUtils.isNotBlank(systemLog.getOperation())) {
            queryWrapper.lambda().like(SystemLog::getOperation, systemLog.getOperation());
        }
        if (StringUtils.isNotBlank(systemLog.getLocation())) {
            queryWrapper.lambda().like(SystemLog::getLocation, systemLog.getLocation());
        }
        if (StringUtils.isNotBlank(systemLog.getCreateTimeFrom()) && StringUtils.isNotBlank(systemLog.getCreateTimeTo())) {
            queryWrapper.lambda()
                    .ge(SystemLog::getCreateTime, systemLog.getCreateTimeFrom())
                    .le(SystemLog::getCreateTime, systemLog.getCreateTimeTo());
        }
        Page<SystemLog> page = new Page<>(request.getPageNum(), request.getPageSize());
        SortUtil.handlePageSort(request, page, "createTime", FebsConstant.ORDER_DESC, true);
        return this.page(page, queryWrapper);
    }
    @Override
    public void deleteLogs(String[] logIds) {
        List<String> list = Arrays.asList(logIds);
        baseMapper.deleteBatchIds(list);
    }
    @Override
    public void saveLog(User user, ProceedingJoinPoint point, Method method, String ip, String operation, long start) {
        SystemLog systemLog = new SystemLog();
        // 设置 IP地址
        systemLog.setIp(ip);
        if (user != null) {
            systemLog.setUsername(user.getUsername());
        }
        // 设置耗时
        systemLog.setTime(System.currentTimeMillis() - start);
        // 设置操作描述
        systemLog.setOperation(operation);
        // 请求的类名
        String className = point.getTarget().getClass().getName();
        // 请求的方法名
        String methodName = method.getName();
        systemLog.setMethod(className + "." + methodName + "()");
        // 请求的方法参数值
        Object[] args = point.getArgs();
        // 请求的方法参数名称
        LocalVariableTableParameterNameDiscoverer u = new LocalVariableTableParameterNameDiscoverer();
        String[] paramNames = u.getParameterNames(method);
        if (args != null && paramNames != null) {
            StringBuilder params = new StringBuilder();
            params = handleParams(params, args, Arrays.asList(paramNames));
            systemLog.setParams(params.toString());
        }
        systemLog.setCreateTime(new Date());
        systemLog.setLocation(AddressUtil.getCityInfo(ip));
        // 保存系统日志
        save(systemLog);
    }
    @SuppressWarnings("all")
    private StringBuilder handleParams(StringBuilder params, Object[] args, List paramNames) {
        try {
            for (int i = 0; i < args.length; i++) {
                if (args[i] instanceof Map) {
                    Set set = ((Map) args[i]).keySet();
                    List<Object> list = new ArrayList<>();
                    List<Object> paramList = new ArrayList<>();
                    for (Object key : set) {
                        list.add(((Map) args[i]).get(key));
                        paramList.add(key);
                    }
                    return handleParams(params, list.toArray(), paramList);
                } else {
                    if (args[i] instanceof Serializable) {
                        Class<?> aClass = args[i].getClass();
                        try {
                            aClass.getDeclaredMethod("toString", new Class[]{null});
                            // 如果不抛出 NoSuchMethodException 异常则存在 toString 方法 ,安全的 writeValueAsString ,否则 走 Object的 toString方法
                            params.append(" ").append(paramNames.get(i)).append(": ").append(objectMapper.writeValueAsString(args[i]));
                        } catch (NoSuchMethodException e) {
                            params.append(" ").append(paramNames.get(i)).append(": ").append(objectMapper.writeValueAsString(args[i].toString()));
                        }
                    } else if (args[i] instanceof MultipartFile) {
                        MultipartFile file = (MultipartFile) args[i];
                        params.append(" ").append(paramNames.get(i)).append(": ").append(file.getName());
                    } else {
                        params.append(" ").append(paramNames.get(i)).append(": ").append(args[i]);
                    }
                }
            }
        } catch (Exception ignore) {
            params.append("参数解析失败");
        }
        return params;
    }
}
src/main/java/com/xcong/excoin/monitor/service/impl/LoginLogServiceImpl.java
New file
@@ -0,0 +1,90 @@
package com.xcong.excoin.monitor.service.impl;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.utils.AddressUtil;
import com.xcong.excoin.common.utils.HttpContextUtil;
import com.xcong.excoin.common.utils.IpUtil;
import com.xcong.excoin.common.utils.SortUtil;
import com.xcong.excoin.monitor.entity.LoginLog;
import com.xcong.excoin.monitor.mapper.LoginLogMapper;
import com.xcong.excoin.monitor.service.ILoginLogService;
import com.xcong.excoin.system.entity.User;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service;
import javax.servlet.http.HttpServletRequest;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@Service("loginLogService")
public class LoginLogServiceImpl extends ServiceImpl<LoginLogMapper, LoginLog> implements ILoginLogService {
    @Override
    public IPage<LoginLog> findLoginLogs(LoginLog loginLog, QueryRequest request) {
        QueryWrapper<LoginLog> queryWrapper = new QueryWrapper<>();
        if (StringUtils.isNotBlank(loginLog.getLoginTimeFrom()) &&
                StringUtils.equals(loginLog.getLoginTimeFrom(), loginLog.getLoginTimeTo())) {
            loginLog.setLoginTimeFrom(loginLog.getLoginTimeFrom() + " 00:00:00");
            loginLog.setLoginTimeTo(loginLog.getLoginTimeTo() + " 23:59:59");
        }
        if (StringUtils.isNotBlank(loginLog.getUsername())) {
            queryWrapper.lambda().eq(LoginLog::getUsername, loginLog.getUsername().toLowerCase());
        }
        if (StringUtils.isNotBlank(loginLog.getLoginTimeFrom()) && StringUtils.isNotBlank(loginLog.getLoginTimeTo())) {
            queryWrapper.lambda()
                    .ge(LoginLog::getLoginTime, loginLog.getLoginTimeFrom())
                    .le(LoginLog::getLoginTime, loginLog.getLoginTimeTo());
        }
        Page<LoginLog> page = new Page<>(request.getPageNum(), request.getPageSize());
        SortUtil.handlePageSort(request, page, "loginTime", FebsConstant.ORDER_DESC, true);
        return this.page(page, queryWrapper);
    }
    @Override
    public void saveLoginLog(LoginLog loginLog) {
        loginLog.setLoginTime(new Date());
        HttpServletRequest request = HttpContextUtil.getHttpServletRequest();
        String ip = IpUtil.getIpAddr(request);
        loginLog.setIp(ip);
        loginLog.setLocation(AddressUtil.getCityInfo(ip));
        this.save(loginLog);
    }
    @Override
    public void deleteLoginLogs(String[] ids) {
        List<String> list = Arrays.asList(ids);
        baseMapper.deleteBatchIds(list);
    }
    @Override
    public Long findTotalVisitCount() {
        return this.baseMapper.findTotalVisitCount();
    }
    @Override
    public Long findTodayVisitCount() {
        return this.baseMapper.findTodayVisitCount();
    }
    @Override
    public Long findTodayIp() {
        return this.baseMapper.findTodayIp();
    }
    @Override
    public List<Map<String, Object>> findLastSevenDaysVisitCount(User user) {
        return this.baseMapper.findLastSevenDaysVisitCount(user);
    }
}
src/main/java/com/xcong/excoin/monitor/service/impl/SessionServiceImpl.java
New file
@@ -0,0 +1,76 @@
package com.xcong.excoin.monitor.service.impl;
import com.xcong.excoin.common.utils.AddressUtil;
import com.xcong.excoin.common.utils.DateUtil;
import com.xcong.excoin.monitor.entity.ActiveUser;
import com.xcong.excoin.monitor.service.ISessionService;
import com.xcong.excoin.system.entity.User;
import lombok.RequiredArgsConstructor;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.session.Session;
import org.apache.shiro.session.mgt.eis.SessionDAO;
import org.apache.shiro.subject.SimplePrincipalCollection;
import org.apache.shiro.subject.support.DefaultSubjectContext;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/**
 * @author MrBird
 */
@Service
@RequiredArgsConstructor
public class SessionServiceImpl implements ISessionService {
    private final SessionDAO sessionDAO;
    @Override
    public List<ActiveUser> list(String username) {
        String currentSessionId = (String) SecurityUtils.getSubject().getSession().getId();
        List<ActiveUser> list = new ArrayList<>();
        Collection<Session> sessions = sessionDAO.getActiveSessions();
        for (Session session : sessions) {
            ActiveUser activeUser = new ActiveUser();
            User user;
            SimplePrincipalCollection principalCollection;
            if (session.getAttribute(DefaultSubjectContext.PRINCIPALS_SESSION_KEY) == null) {
                continue;
            } else {
                principalCollection = (SimplePrincipalCollection) session
                        .getAttribute(DefaultSubjectContext.PRINCIPALS_SESSION_KEY);
                user = (User) principalCollection.getPrimaryPrincipal();
                activeUser.setUsername(user.getUsername());
                activeUser.setUserId(user.getUserId().toString());
            }
            activeUser.setId((String) session.getId());
            activeUser.setHost(session.getHost());
            activeUser.setStartTimestamp(DateUtil.getDateFormat(session.getStartTimestamp(), DateUtil.FULL_TIME_SPLIT_PATTERN));
            activeUser.setLastAccessTime(DateUtil.getDateFormat(session.getLastAccessTime(), DateUtil.FULL_TIME_SPLIT_PATTERN));
            long timeout = session.getTimeout();
            activeUser.setStatus(timeout == 0L ? "0" : "1");
            String address = AddressUtil.getCityInfo(activeUser.getHost());
            activeUser.setLocation(address);
            activeUser.setTimeout(timeout);
            if (StringUtils.equals(currentSessionId, activeUser.getId())) {
                activeUser.setCurrent(true);
            }
            if (StringUtils.isBlank(username)
                    || StringUtils.equalsIgnoreCase(activeUser.getUsername(), username)) {
                list.add(activeUser);
            }
        }
        return list;
    }
    @Override
    public void forceLogout(String sessionId) {
        Session session = sessionDAO.readSession(sessionId);
        session.setTimeout(0);
        session.stop();
        sessionDAO.delete(session);
    }
}
src/main/java/com/xcong/excoin/others/controller/DataPermissionTestController.java
New file
@@ -0,0 +1,37 @@
package com.xcong.excoin.others.controller;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.others.entity.DataPermissionTest;
import com.xcong.excoin.others.service.IDataPermissionTestService;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.Map;
/**
 * Controller
 *
 * @author MrBird
 * @date 2020-04-14 15:25:33
 */
@Slf4j
@RestController
@RequestMapping("datapermission/test")
@RequiredArgsConstructor
public class DataPermissionTestController extends BaseController {
    private final IDataPermissionTestService dataPermissionTestService;
    @GetMapping("list")
    @RequiresPermissions("others:datapermission")
    public FebsResponse dataPermissionTestList(QueryRequest request, DataPermissionTest dataPermissionTest) {
        Map<String, Object> dataTable = getDataTable(this.dataPermissionTestService.findDataPermissionTests(request, dataPermissionTest));
        return new FebsResponse().success().data(dataTable);
    }
}
src/main/java/com/xcong/excoin/others/controller/EximportController.java
New file
@@ -0,0 +1,123 @@
package com.xcong.excoin.others.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.others.entity.Eximport;
import com.xcong.excoin.others.service.IEximportService;
import com.google.common.base.Stopwatch;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Lists;
import com.wuwenze.poi.ExcelKit;
import com.wuwenze.poi.handler.ExcelReadHandler;
import com.wuwenze.poi.pojo.ExcelErrorField;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.multipart.MultipartFile;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.stream.IntStream;
/**
 * @author MrBird
 */
@Slf4j
@RestController
@RequestMapping("eximport")
@RequiredArgsConstructor
public class EximportController extends BaseController {
    private final IEximportService eximportService;
    @GetMapping
    @RequiresPermissions("others:eximport:view")
    public FebsResponse findEximports(QueryRequest request) {
        Map<String, Object> dataTable = getDataTable(eximportService.findEximports(request, null));
        return new FebsResponse().success().data(dataTable);
    }
    /**
     * 生成 Excel导入模板
     */
    @GetMapping("template")
    @RequiresPermissions("eximport:template")
    public void generateImportTemplate(HttpServletResponse response) {
        // 构建数据
        List<Eximport> list = new ArrayList<>();
        IntStream.range(0, 20).forEach(i -> {
            Eximport eximport = new Eximport();
            eximport.setField1("字段1");
            eximport.setField2(i + 1);
            eximport.setField3("mrbird" + i + "@gmail.com");
            list.add(eximport);
        });
        // 构建模板
        ExcelKit.$Export(Eximport.class, response).downXlsx(list, true);
    }
    /**
     * 导入Excel数据,并批量插入 T_EXIMPORT表
     */
    @PostMapping("import")
    @RequiresPermissions("eximport:import")
    @ControllerEndpoint(exceptionMessage = "导入Excel数据失败")
    public FebsResponse importExcels(MultipartFile file) throws IOException {
        if (file.isEmpty()) {
            throw new FebsException("导入数据为空");
        }
        String filename = file.getOriginalFilename();
        if (!StringUtils.endsWith(filename, ".xlsx")) {
            throw new FebsException("只支持.xlsx类型文件导入");
        }
        // 开始导入操作
        Stopwatch stopwatch = Stopwatch.createStarted();
        final List<Eximport> data = Lists.newArrayList();
        final List<Map<String, Object>> error = Lists.newArrayList();
        ExcelKit.$Import(Eximport.class).readXlsx(file.getInputStream(), new ExcelReadHandler<Eximport>() {
            @Override
            public void onSuccess(int sheet, int row, Eximport eximport) {
                // 数据校验成功时,加入集合
                eximport.setCreateTime(new Date());
                data.add(eximport);
            }
            @Override
            public void onError(int sheet, int row, List<ExcelErrorField> errorFields) {
                // 数据校验失败时,记录到 error集合
                error.add(ImmutableMap.of("row", row, "errorFields", errorFields));
            }
        });
        if (CollectionUtils.isNotEmpty(data)) {
            // 将合法的记录批量入库
            this.eximportService.batchInsert(data);
        }
        ImmutableMap<String, Object> result = ImmutableMap.of(
                "time", stopwatch.stop().toString(),
                "data", data,
                "error", error
        );
        return new FebsResponse().success().data(result);
    }
    @GetMapping("excel")
    @RequiresPermissions("eximport:export")
    @ControllerEndpoint(exceptionMessage = "导出Excel失败")
    public void export(QueryRequest queryRequest, Eximport eximport, HttpServletResponse response) {
        List<Eximport> eximports = this.eximportService.findEximports(queryRequest, eximport).getRecords();
        ExcelKit.$Export(Eximport.class, response).downXlsx(eximports, false);
    }
}
src/main/java/com/xcong/excoin/others/controller/ViewController.java
New file
@@ -0,0 +1,104 @@
package com.xcong.excoin.others.controller;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.utils.FebsUtil;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
/**
 * @author MrBird
 */
@Controller("othersView")
@RequestMapping(FebsConstant.VIEW_PREFIX + "others")
public class ViewController {
    @GetMapping("febs/form")
    @RequiresPermissions("febs:form:view")
    public String febsForm() {
        return FebsUtil.view("others/febs/form");
    }
    @GetMapping("febs/form/group")
    @RequiresPermissions("febs:formgroup:view")
    public String febsFormGroup() {
        return FebsUtil.view("others/febs/formGroup");
    }
    @GetMapping("febs/tools")
    @RequiresPermissions("febs:tools:view")
    public String febsTools() {
        return FebsUtil.view("others/febs/tools");
    }
    @GetMapping("febs/icon")
    @RequiresPermissions("febs:icons:view")
    public String febsIcon() {
        return FebsUtil.view("others/febs/icon");
    }
    @GetMapping("febs/others")
    @RequiresPermissions("others:febs:others")
    public String febsOthers() {
        return FebsUtil.view("others/febs/others");
    }
    @GetMapping("apex/line")
    @RequiresPermissions("apex:line:view")
    public String apexLine() {
        return FebsUtil.view("others/apex/line");
    }
    @GetMapping("apex/area")
    @RequiresPermissions("apex:area:view")
    public String apexArea() {
        return FebsUtil.view("others/apex/area");
    }
    @GetMapping("apex/column")
    @RequiresPermissions("apex:column:view")
    public String apexColumn() {
        return FebsUtil.view("others/apex/column");
    }
    @GetMapping("apex/radar")
    @RequiresPermissions("apex:radar:view")
    public String apexRadar() {
        return FebsUtil.view("others/apex/radar");
    }
    @GetMapping("apex/bar")
    @RequiresPermissions("apex:bar:view")
    public String apexBar() {
        return FebsUtil.view("others/apex/bar");
    }
    @GetMapping("apex/mix")
    @RequiresPermissions("apex:mix:view")
    public String apexMix() {
        return FebsUtil.view("others/apex/mix");
    }
    @GetMapping("map")
    @RequiresPermissions("map:view")
    public String map() {
        return FebsUtil.view("others/map/gaodeMap");
    }
    @GetMapping("eximport")
    @RequiresPermissions("others:eximport:view")
    public String eximport() {
        return FebsUtil.view("others/eximport/eximport");
    }
    @GetMapping("eximport/result")
    public String eximportResult() {
        return FebsUtil.view("others/eximport/eximportResult");
    }
    @GetMapping("datapermission")
    public String dataPermissionTest() {
        return FebsUtil.view("others/datapermission/test");
    }
}
src/main/java/com/xcong/excoin/others/entity/DataPermissionTest.java
New file
@@ -0,0 +1,60 @@
package com.xcong.excoin.others.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import java.util.Date;
/**
 * @author MrBird
 */
@Data
@TableName("t_data_permission_test")
public class DataPermissionTest {
    /**
     * 字段1
     */
    @TableField("FIELD1")
    private String field1;
    /**
     * 字段2
     */
    @TableField("FIELD2")
    private String field2;
    /**
     * 字段3
     */
    @TableField("FIELD3")
    private String field3;
    /**
     * 字段4
     */
    @TableField("FIELD4")
    private String field4;
    /**
     * 部门id
     */
    @TableField("DEPT_ID")
    private Integer deptId;
    /**
     * 创建时间
     */
    @TableField("CREATE_TIME")
    private Date createTime;
    /**
     * id
     */
    @TableId(value = "ID", type = IdType.AUTO)
    private Integer id;
}
src/main/java/com/xcong/excoin/others/entity/Eximport.java
New file
@@ -0,0 +1,47 @@
package com.xcong.excoin.others.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.wuwenze.poi.annotation.Excel;
import com.wuwenze.poi.annotation.ExcelField;
import com.wuwenze.poi.validator.EmailValidator;
import lombok.Data;
import java.util.Date;
/**
 * 导入导出测试,Eximport = export + import
 *
 * @author MrBird
 */
@Data
@TableName("t_eximport")
@Excel("测试导入导出数据")
public class Eximport {
    /**
     * 字段1
     */
    @ExcelField(value = "字段1", required = true, maxLength = 20,
            comment = "提示:必填,长度不能超过20个字符")
    private String field1;
    /**
     * 字段2
     */
    @ExcelField(value = "字段2", required = true, maxLength = 11, regularExp = "[0-9]+",
            regularExpMessage = "必须是数字", comment = "提示: 必填,只能填写数字,并且长度不能超过11位")
    private Integer field2;
    /**
     * 字段3
     */
    @ExcelField(value = "字段3", required = true, maxLength = 50,
            comment = "提示:必填,只能填写邮箱,长度不能超过50个字符", validator = EmailValidator.class)
    private String field3;
    /**
     * 创建时间
     */
    private Date createTime;
}
src/main/java/com/xcong/excoin/others/mapper/DataPermissionTestMapper.java
New file
@@ -0,0 +1,13 @@
package com.xcong.excoin.others.mapper;
import com.xcong.excoin.common.annotation.DataPermission;
import com.xcong.excoin.others.entity.DataPermissionTest;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
 * @author MrBird
 */
@DataPermission(methods = {"selectPage"})
public interface DataPermissionTestMapper extends BaseMapper<DataPermissionTest> {
}
src/main/java/com/xcong/excoin/others/mapper/EximportMapper.java
New file
@@ -0,0 +1,11 @@
package com.xcong.excoin.others.mapper;
import com.xcong.excoin.others.entity.Eximport;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
 * @author MrBird
 */
public interface EximportMapper extends BaseMapper<Eximport> {
}
src/main/java/com/xcong/excoin/others/service/IDataPermissionTestService.java
New file
@@ -0,0 +1,21 @@
package com.xcong.excoin.others.service;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.others.entity.DataPermissionTest;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
/**
 * @author MrBird
 */
public interface IDataPermissionTestService extends IService<DataPermissionTest> {
    /**
     * 查询(分页)
     *
     * @param request            QueryRequest
     * @param dataPermissionTest dataPermissionTest
     * @return IPage<DataPermissionTest>
     */
    IPage<DataPermissionTest> findDataPermissionTests(QueryRequest request, DataPermissionTest dataPermissionTest);
}
src/main/java/com/xcong/excoin/others/service/IEximportService.java
New file
@@ -0,0 +1,32 @@
package com.xcong.excoin.others.service;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.others.entity.Eximport;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
/**
 * @author MrBird
 */
public interface IEximportService extends IService<Eximport> {
    /**
     * 查询(分页)
     *
     * @param request  QueryRequest
     * @param eximport eximport
     * @return IPage<Eximport>
     */
    IPage<Eximport> findEximports(QueryRequest request, Eximport eximport);
    /**
     * 批量插入
     *
     * @param list List<Eximport>
     */
    void batchInsert(List<Eximport> list);
}
src/main/java/com/xcong/excoin/others/service/impl/DataPermissionTestServiceImpl.java
New file
@@ -0,0 +1,29 @@
package com.xcong.excoin.others.service.impl;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.others.entity.DataPermissionTest;
import com.xcong.excoin.others.mapper.DataPermissionTestMapper;
import com.xcong.excoin.others.service.IDataPermissionTestService;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
/**
 * @author MrBird
 */
@Service
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class DataPermissionTestServiceImpl extends ServiceImpl<DataPermissionTestMapper, DataPermissionTest> implements IDataPermissionTestService {
    @Override
    public IPage<DataPermissionTest> findDataPermissionTests(QueryRequest request, DataPermissionTest dataPermissionTest) {
        LambdaQueryWrapper<DataPermissionTest> queryWrapper = new LambdaQueryWrapper<>();
        queryWrapper.orderByAsc(DataPermissionTest::getCreateTime);
        Page<DataPermissionTest> page = new Page<>(request.getPageNum(), request.getPageSize());
        return this.page(page, queryWrapper);
    }
}
src/main/java/com/xcong/excoin/others/service/impl/EximportServiceImpl.java
New file
@@ -0,0 +1,42 @@
package com.xcong.excoin.others.service.impl;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.properties.FebsProperties;
import com.xcong.excoin.others.entity.Eximport;
import com.xcong.excoin.others.mapper.EximportMapper;
import com.xcong.excoin.others.service.IEximportService;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/**
 * @author MrBird
 */
@Slf4j
@Service
@RequiredArgsConstructor
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class EximportServiceImpl extends ServiceImpl<EximportMapper, Eximport> implements IEximportService {
    private final FebsProperties properties;
    @Override
    public IPage<Eximport> findEximports(QueryRequest request, Eximport eximport) {
        Page<Eximport> page = new Page<>(request.getPageNum(), request.getPageSize());
        return this.page(page, null);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void batchInsert(List<Eximport> list) {
        saveBatch(list, properties.getMaxBatchInsertNum());
    }
}
src/main/java/com/xcong/excoin/system/controller/DeptController.java
New file
@@ -0,0 +1,79 @@
package com.xcong.excoin.system.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.entity.DeptTree;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.system.entity.Dept;
import com.xcong.excoin.system.service.IDeptService;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.wuwenze.poi.ExcelKit;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import javax.validation.constraints.NotBlank;
import java.util.List;
/**
 * @author MrBird
 */
@Slf4j
@RestController
@RequiredArgsConstructor
@RequestMapping("dept")
public class DeptController {
    private final IDeptService deptService;
    @GetMapping("select/tree")
    @ControllerEndpoint(exceptionMessage = "获取部门树失败")
    public List<DeptTree<Dept>> getDeptTree() throws FebsException {
        return this.deptService.findDepts();
    }
    @GetMapping("tree")
    @ControllerEndpoint(exceptionMessage = "获取部门树失败")
    public FebsResponse getDeptTree(Dept dept) throws FebsException {
        List<DeptTree<Dept>> depts = this.deptService.findDepts(dept);
        return new FebsResponse().success().data(depts);
    }
    @PostMapping
    @RequiresPermissions("dept:add")
    @ControllerEndpoint(operation = "新增部门", exceptionMessage = "新增部门失败")
    public FebsResponse addDept(@Valid Dept dept) {
        this.deptService.createDept(dept);
        return new FebsResponse().success();
    }
    @GetMapping("delete/{deptIds}")
    @RequiresPermissions("dept:delete")
    @ControllerEndpoint(operation = "删除部门", exceptionMessage = "删除部门失败")
    public FebsResponse deleteDepts(@NotBlank(message = "{required}") @PathVariable String deptIds) throws FebsException {
        String[] ids = deptIds.split(StringPool.COMMA);
        this.deptService.deleteDepts(ids);
        return new FebsResponse().success();
    }
    @PostMapping("update")
    @RequiresPermissions("dept:update")
    @ControllerEndpoint(operation = "修改部门", exceptionMessage = "修改部门失败")
    public FebsResponse updateDept(@Valid Dept dept) throws FebsException {
        this.deptService.updateDept(dept);
        return new FebsResponse().success();
    }
    @GetMapping("excel")
    @RequiresPermissions("dept:export")
    @ControllerEndpoint(exceptionMessage = "导出Excel失败")
    public void export(Dept dept, QueryRequest request, HttpServletResponse response) throws FebsException {
        List<Dept> depts = this.deptService.findDepts(dept, request);
        ExcelKit.$Export(Dept.class, response).downXlsx(depts, false);
    }
}
src/main/java/com/xcong/excoin/system/controller/LoginController.java
New file
@@ -0,0 +1,102 @@
package com.xcong.excoin.system.controller;
import com.xcong.excoin.common.annotation.Limit;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.common.service.ValidateCodeService;
import com.xcong.excoin.common.utils.Md5Util;
import com.xcong.excoin.monitor.entity.LoginLog;
import com.xcong.excoin.monitor.service.ILoginLogService;
import com.xcong.excoin.system.entity.User;
import com.xcong.excoin.system.service.IUserService;
import lombok.RequiredArgsConstructor;
import org.apache.shiro.authc.UsernamePasswordToken;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import javax.validation.constraints.NotBlank;
import java.io.IOException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@Validated
@RestController
@RequiredArgsConstructor
public class LoginController extends BaseController {
    private final IUserService userService;
    private final ValidateCodeService validateCodeService;
    private final ILoginLogService loginLogService;
    @PostMapping("login")
    @Limit(key = "login", period = 60, count = 10, name = "登录接口", prefix = "limit")
    public FebsResponse login(
            @NotBlank(message = "{required}") String username,
            @NotBlank(message = "{required}") String password,
            @NotBlank(message = "{required}") String verifyCode,
            boolean rememberMe, HttpServletRequest request) throws FebsException {
        HttpSession session = request.getSession();
        validateCodeService.check(session.getId(), verifyCode);
        password = Md5Util.encrypt(username.toLowerCase(), password);
        UsernamePasswordToken token = new UsernamePasswordToken(username, password, rememberMe);
        super.login(token);
        // 保存登录日志
        LoginLog loginLog = new LoginLog();
        loginLog.setUsername(username);
        loginLog.setSystemBrowserInfo();
        this.loginLogService.saveLoginLog(loginLog);
        return new FebsResponse().success();
    }
    @PostMapping("regist")
    public FebsResponse regist(
            @NotBlank(message = "{required}") String username,
            @NotBlank(message = "{required}") String password) throws FebsException {
        User user = userService.findByName(username);
        if (user != null) {
            throw new FebsException("该用户名已存在");
        }
        this.userService.regist(username, password);
        return new FebsResponse().success();
    }
    @GetMapping("index/{username}")
    public FebsResponse index(@NotBlank(message = "{required}") @PathVariable String username) {
        // 更新登录时间
        this.userService.updateLoginTime(username);
        Map<String, Object> data = new HashMap<>(5);
        // 获取系统访问记录
        Long totalVisitCount = this.loginLogService.findTotalVisitCount();
        data.put("totalVisitCount", totalVisitCount);
        Long todayVisitCount = this.loginLogService.findTodayVisitCount();
        data.put("todayVisitCount", todayVisitCount);
        Long todayIp = this.loginLogService.findTodayIp();
        data.put("todayIp", todayIp);
        // 获取近期系统访问记录
        List<Map<String, Object>> lastSevenVisitCount = this.loginLogService.findLastSevenDaysVisitCount(null);
        data.put("lastSevenVisitCount", lastSevenVisitCount);
        User param = new User();
        param.setUsername(username);
        List<Map<String, Object>> lastSevenUserVisitCount = this.loginLogService.findLastSevenDaysVisitCount(param);
        data.put("lastSevenUserVisitCount", lastSevenUserVisitCount);
        return new FebsResponse().success().data(data);
    }
    @GetMapping("images/captcha")
    @Limit(key = "get_captcha", period = 60, count = 10, name = "获取验证码", prefix = "limit")
    public void captcha(HttpServletRequest request, HttpServletResponse response) throws IOException, FebsException {
        validateCodeService.create(request, response);
    }
}
src/main/java/com/xcong/excoin/system/controller/MenuController.java
New file
@@ -0,0 +1,83 @@
package com.xcong.excoin.system.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.MenuTree;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.system.entity.Menu;
import com.xcong.excoin.system.entity.User;
import com.xcong.excoin.system.service.IMenuService;
import com.wuwenze.poi.ExcelKit;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import javax.validation.constraints.NotBlank;
import java.util.List;
/**
 * @author MrBird
 */
@Slf4j
@RestController
@RequiredArgsConstructor
@RequestMapping("menu")
public class MenuController extends BaseController {
    private final IMenuService menuService;
    @GetMapping("{username}")
    public FebsResponse getUserMenus(@NotBlank(message = "{required}") @PathVariable String username) throws FebsException {
        User currentUser = getCurrentUser();
        if (!StringUtils.equalsIgnoreCase(username, currentUser.getUsername())) {
            throw new FebsException("您无权获取别人的菜单");
        }
        MenuTree<Menu> userMenus = this.menuService.findUserMenus(username);
        return new FebsResponse().data(userMenus);
    }
    @GetMapping("tree")
    @ControllerEndpoint(exceptionMessage = "获取菜单树失败")
    public FebsResponse getMenuTree(Menu menu) {
        MenuTree<Menu> menus = this.menuService.findMenus(menu);
        return new FebsResponse().success().data(menus.getChilds());
    }
    @PostMapping
    @RequiresPermissions("menu:add")
    @ControllerEndpoint(operation = "新增菜单/按钮", exceptionMessage = "新增菜单/按钮失败")
    public FebsResponse addMenu(@Valid Menu menu) {
        this.menuService.createMenu(menu);
        return new FebsResponse().success();
    }
    @GetMapping("delete/{menuIds}")
    @RequiresPermissions("menu:delete")
    @ControllerEndpoint(operation = "删除菜单/按钮", exceptionMessage = "删除菜单/按钮失败")
    public FebsResponse deleteMenus(@NotBlank(message = "{required}") @PathVariable String menuIds) {
        this.menuService.deleteMenus(menuIds);
        return new FebsResponse().success();
    }
    @PostMapping("update")
    @RequiresPermissions("menu:update")
    @ControllerEndpoint(operation = "修改菜单/按钮", exceptionMessage = "修改菜单/按钮失败")
    public FebsResponse updateMenu(@Valid Menu menu) {
        this.menuService.updateMenu(menu);
        return new FebsResponse().success();
    }
    @GetMapping("excel")
    @RequiresPermissions("menu:export")
    @ControllerEndpoint(exceptionMessage = "导出Excel失败")
    public void export(Menu menu, HttpServletResponse response) {
        List<Menu> menus = this.menuService.findMenuList(menu);
        ExcelKit.$Export(Menu.class, response).downXlsx(menus, false);
    }
}
src/main/java/com/xcong/excoin/system/controller/RoleController.java
New file
@@ -0,0 +1,78 @@
package com.xcong.excoin.system.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.system.entity.Role;
import com.xcong.excoin.system.service.IRoleService;
import com.wuwenze.poi.ExcelKit;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import javax.validation.constraints.NotBlank;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@Slf4j
@RestController
@RequiredArgsConstructor
@RequestMapping("role")
public class RoleController extends BaseController {
    private final IRoleService roleService;
    @GetMapping
    public FebsResponse getAllRoles(Role role) {
        return new FebsResponse().success().data(roleService.findRoles(role));
    }
    @GetMapping("list")
    @RequiresPermissions("role:view")
    public FebsResponse roleList(Role role, QueryRequest request) {
        Map<String, Object> dataTable = getDataTable(this.roleService.findRoles(role, request));
        return new FebsResponse().success().data(dataTable);
    }
    @PostMapping
    @RequiresPermissions("role:add")
    @ControllerEndpoint(operation = "新增角色", exceptionMessage = "新增角色失败")
    public FebsResponse addRole(@Valid Role role) {
        this.roleService.createRole(role);
        return new FebsResponse().success();
    }
    @GetMapping("delete/{roleIds}")
    @RequiresPermissions("role:delete")
    @ControllerEndpoint(operation = "删除角色", exceptionMessage = "删除角色失败")
    public FebsResponse deleteRoles(@NotBlank(message = "{required}") @PathVariable String roleIds) {
        this.roleService.deleteRoles(roleIds);
        return new FebsResponse().success();
    }
    @PostMapping("update")
    @RequiresPermissions("role:update")
    @ControllerEndpoint(operation = "修改角色", exceptionMessage = "修改角色失败")
    public FebsResponse updateRole(Role role) {
        this.roleService.updateRole(role);
        return new FebsResponse().success();
    }
    @GetMapping("excel")
    @RequiresPermissions("role:export")
    @ControllerEndpoint(exceptionMessage = "导出Excel失败")
    public void export(QueryRequest queryRequest, Role role, HttpServletResponse response) throws FebsException {
        List<Role> roles = this.roleService.findRoles(role, queryRequest).getRecords();
        ExcelKit.$Export(Role.class, response).downXlsx(roles, false);
    }
}
src/main/java/com/xcong/excoin/system/controller/UserController.java
New file
@@ -0,0 +1,137 @@
package com.xcong.excoin.system.controller;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.common.utils.Md5Util;
import com.xcong.excoin.system.entity.User;
import com.xcong.excoin.system.service.IUserService;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.wuwenze.poi.ExcelKit;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import javax.validation.constraints.NotBlank;
import java.util.List;
import java.util.Map;
/**
 * @author MrBird
 */
@Slf4j
@Validated
@RestController
@RequiredArgsConstructor
@RequestMapping("user")
public class UserController extends BaseController {
    private final IUserService userService;
    @GetMapping("{username}")
    public User getUser(@NotBlank(message = "{required}") @PathVariable String username) {
        return this.userService.findUserDetailList(username);
    }
    @GetMapping("check/{username}")
    public boolean checkUserName(@NotBlank(message = "{required}") @PathVariable String username, String userId) {
        return this.userService.findByName(username) == null || StringUtils.isNotBlank(userId);
    }
    @GetMapping("list")
    @RequiresPermissions("user:view")
    public FebsResponse userList(User user, QueryRequest request) {
        Map<String, Object> dataTable = getDataTable(this.userService.findUserDetailList(user, request));
        return new FebsResponse().success().data(dataTable);
    }
    @PostMapping
    @RequiresPermissions("user:add")
    @ControllerEndpoint(operation = "新增用户", exceptionMessage = "新增用户失败")
    public FebsResponse addUser(@Valid User user) {
        this.userService.createUser(user);
        return new FebsResponse().success();
    }
    @GetMapping("delete/{userIds}")
    @RequiresPermissions("user:delete")
    @ControllerEndpoint(operation = "删除用户", exceptionMessage = "删除用户失败")
    public FebsResponse deleteUsers(@NotBlank(message = "{required}") @PathVariable String userIds) {
        String[] ids = userIds.split(StringPool.COMMA);
        this.userService.deleteUsers(ids);
        return new FebsResponse().success();
    }
    @PostMapping("update")
    @RequiresPermissions("user:update")
    @ControllerEndpoint(operation = "修改用户", exceptionMessage = "修改用户失败")
    public FebsResponse updateUser(@Valid User user) {
        if (user.getUserId() == null) {
            throw new FebsException("用户ID为空");
        }
        this.userService.updateUser(user);
        return new FebsResponse().success();
    }
    @PostMapping("password/reset/{usernames}")
    @RequiresPermissions("user:password:reset")
    @ControllerEndpoint(exceptionMessage = "重置用户密码失败")
    public FebsResponse resetPassword(@NotBlank(message = "{required}") @PathVariable String usernames) {
        String[] usernameArr = usernames.split(StringPool.COMMA);
        this.userService.resetPassword(usernameArr);
        return new FebsResponse().success();
    }
    @PostMapping("password/update")
    @ControllerEndpoint(exceptionMessage = "修改密码失败")
    public FebsResponse updatePassword(
            @NotBlank(message = "{required}") String oldPassword,
            @NotBlank(message = "{required}") String newPassword) {
        User user = getCurrentUser();
        if (!StringUtils.equals(user.getPassword(), Md5Util.encrypt(user.getUsername(), oldPassword))) {
            throw new FebsException("原密码不正确");
        }
        userService.updatePassword(user.getUsername(), newPassword);
        return new FebsResponse().success();
    }
    @GetMapping("avatar/{image}")
    @ControllerEndpoint(exceptionMessage = "修改头像失败")
    public FebsResponse updateAvatar(@NotBlank(message = "{required}") @PathVariable String image) {
        User user = getCurrentUser();
        this.userService.updateAvatar(user.getUsername(), image);
        return new FebsResponse().success();
    }
    @PostMapping("theme/update")
    @ControllerEndpoint(exceptionMessage = "修改系统配置失败")
    public FebsResponse updateTheme(String theme, String isTab) {
        User user = getCurrentUser();
        this.userService.updateTheme(user.getUsername(), theme, isTab);
        return new FebsResponse().success();
    }
    @PostMapping("profile/update")
    @ControllerEndpoint(exceptionMessage = "修改个人信息失败")
    public FebsResponse updateProfile(User user) throws FebsException {
        User currentUser = getCurrentUser();
        user.setUserId(currentUser.getUserId());
        this.userService.updateProfile(user);
        return new FebsResponse().success();
    }
    @GetMapping("excel")
    @RequiresPermissions("user:export")
    @ControllerEndpoint(exceptionMessage = "导出Excel失败")
    public void export(QueryRequest queryRequest, User user, HttpServletResponse response) {
        List<User> users = this.userService.findUserDetailList(user, queryRequest).getRecords();
        ExcelKit.$Export(User.class, response).downXlsx(users, false);
    }
}
src/main/java/com/xcong/excoin/system/controller/ViewController.java
New file
@@ -0,0 +1,179 @@
package com.xcong.excoin.system.controller;
import com.xcong.excoin.common.authentication.ShiroHelper;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.utils.DateUtil;
import com.xcong.excoin.common.utils.FebsUtil;
import com.xcong.excoin.system.entity.User;
import com.xcong.excoin.system.service.IUserDataPermissionService;
import com.xcong.excoin.system.service.IUserService;
import lombok.RequiredArgsConstructor;
import org.apache.shiro.authz.AuthorizationInfo;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.apache.shiro.session.ExpiredSessionException;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
/**
 * @author MrBird
 */
@Controller("systemView")
@RequiredArgsConstructor
public class ViewController extends BaseController {
    private final IUserService userService;
    private final ShiroHelper shiroHelper;
    private final IUserDataPermissionService userDataPermissionService;
    @GetMapping("login")
    @ResponseBody
    public Object login(HttpServletRequest request) {
        if (FebsUtil.isAjaxRequest(request)) {
            throw new ExpiredSessionException();
        } else {
            ModelAndView mav = new ModelAndView();
            mav.setViewName(FebsUtil.view("login"));
            return mav;
        }
    }
    @GetMapping("unauthorized")
    public String unauthorized() {
        return FebsUtil.view("error/403");
    }
    @GetMapping("/")
    public String redirectIndex() {
        return "redirect:/index";
    }
    @GetMapping("index")
    public String index(Model model) {
        AuthorizationInfo authorizationInfo = shiroHelper.getCurrentUserAuthorizationInfo();
        User user = super.getCurrentUser();
        User currentUserDetail = userService.findByName(user.getUsername());
        currentUserDetail.setPassword("It's a secret");
        model.addAttribute("user", currentUserDetail);
        model.addAttribute("permissions", authorizationInfo.getStringPermissions());
        model.addAttribute("roles", authorizationInfo.getRoles());
        return "index";
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "layout")
    public String layout() {
        return FebsUtil.view("layout");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "password/update")
    public String passwordUpdate() {
        return FebsUtil.view("system/user/passwordUpdate");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "user/profile")
    public String userProfile() {
        return FebsUtil.view("system/user/userProfile");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "user/avatar")
    public String userAvatar() {
        return FebsUtil.view("system/user/avatar");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "user/profile/update")
    public String profileUpdate() {
        return FebsUtil.view("system/user/profileUpdate");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "system/user")
    @RequiresPermissions("user:view")
    public String systemUser() {
        return FebsUtil.view("system/user/user");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "system/user/add")
    @RequiresPermissions("user:add")
    public String systemUserAdd() {
        return FebsUtil.view("system/user/userAdd");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "system/user/detail/{username}")
    @RequiresPermissions("user:view")
    public String systemUserDetail(@PathVariable String username, Model model) {
        resolveUserModel(username, model, true);
        return FebsUtil.view("system/user/userDetail");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "system/user/update/{username}")
    @RequiresPermissions("user:update")
    public String systemUserUpdate(@PathVariable String username, Model model) {
        resolveUserModel(username, model, false);
        return FebsUtil.view("system/user/userUpdate");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "system/role")
    @RequiresPermissions("role:view")
    public String systemRole() {
        return FebsUtil.view("system/role/role");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "system/menu")
    @RequiresPermissions("menu:view")
    public String systemMenu() {
        return FebsUtil.view("system/menu/menu");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "system/dept")
    @RequiresPermissions("dept:view")
    public String systemDept() {
        return FebsUtil.view("system/dept/dept");
    }
    @RequestMapping(FebsConstant.VIEW_PREFIX + "index")
    public String pageIndex() {
        return FebsUtil.view("index");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "404")
    public String error404() {
        return FebsUtil.view("error/404");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "403")
    public String error403() {
        return FebsUtil.view("error/403");
    }
    @GetMapping(FebsConstant.VIEW_PREFIX + "500")
    public String error500() {
        return FebsUtil.view("error/500");
    }
    private void resolveUserModel(String username, Model model, Boolean transform) {
        User user = userService.findByName(username);
        String deptIds = userDataPermissionService.findByUserId(String.valueOf(user.getUserId()));
        user.setDeptIds(deptIds);
        model.addAttribute("user", user);
        if (transform) {
            String sex = user.getSex();
            if (User.SEX_MALE.equals(sex)) {
                user.setSex("男");
            } else if (User.SEX_FEMALE.equals(sex)) {
                user.setSex("女");
            } else {
                user.setSex("保密");
            }
        }
        if (user.getLastLoginTime() != null) {
            model.addAttribute("lastLoginTime", DateUtil.getDateFormat(user.getLastLoginTime(), DateUtil.FULL_TIME_SPLIT_PATTERN));
        }
    }
}
src/main/java/com/xcong/excoin/system/entity/Dept.java
New file
@@ -0,0 +1,67 @@
package com.xcong.excoin.system.entity;
import com.xcong.excoin.common.converter.TimeConverter;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.wuwenze.poi.annotation.Excel;
import com.wuwenze.poi.annotation.ExcelField;
import lombok.Data;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import java.io.Serializable;
import java.util.Date;
/**
 * @author MrBird
 */
@Data
@TableName("t_dept")
@Excel("部门信息表")
public class Dept implements Serializable {
    private static final long serialVersionUID = 5702271568363798328L;
    public static final Long TOP_NODE = 0L;
    /**
     * 部门 ID
     */
    @TableId(value = "DEPT_ID", type = IdType.AUTO)
    private Long deptId;
    /**
     * 上级部门 ID
     */
    @TableField("PARENT_ID")
    private Long parentId;
    /**
     * 部门名称
     */
    @TableField("DEPT_NAME")
    @NotBlank(message = "{required}")
    @Size(max = 10, message = "{noMoreThan}")
    @ExcelField(value = "部门名称")
    private String deptName;
    /**
     * 排序
     */
    @TableField("ORDER_NUM")
    private Long orderNum;
    /**
     * 创建时间
     */
    @TableField("CREATE_TIME")
    @ExcelField(value = "创建时间", writeConverter = TimeConverter.class)
    private Date createTime;
    @TableField("MODIFY_TIME")
    @ExcelField(value = "修改时间", writeConverter = TimeConverter.class)
    private Date modifyTime;
}
src/main/java/com/xcong/excoin/system/entity/Menu.java
New file
@@ -0,0 +1,112 @@
package com.xcong.excoin.system.entity;
import com.xcong.excoin.common.converter.TimeConverter;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.wuwenze.poi.annotation.Excel;
import com.wuwenze.poi.annotation.ExcelField;
import lombok.Data;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import java.io.Serializable;
import java.util.Date;
/**
 * @author MrBird
 */
@Data
@TableName("t_menu")
@Excel("菜单信息表")
public class Menu implements Serializable {
    private static final long serialVersionUID = 8571011372410167901L;
    /**
     *  菜单
     */
    public static final String TYPE_MENU = "0";
    /**
     * 按钮
     */
    public static final String TYPE_BUTTON = "1";
    public static final Long TOP_NODE = 0L;
    /**
     * 菜单/按钮ID
     */
    @TableId(value = "MENU_ID", type = IdType.AUTO)
    private Long menuId;
    /**
     * 上级菜单ID
     */
    @TableField("PARENT_ID")
    private Long parentId;
    /**
     * 菜单/按钮名称
     */
    @TableField("MENU_NAME")
    @NotBlank(message = "{required}")
    @Size(max = 10, message = "{noMoreThan}")
    @ExcelField(value = "名称")
    private String menuName;
    /**
     * 菜单URL
     */
    @TableField("URL")
    @Size(max = 50, message = "{noMoreThan}")
    @ExcelField(value = "URL")
    private String url;
    /**
     * 权限标识
     */
    @TableField("PERMS")
    @Size(max = 50, message = "{noMoreThan}")
    @ExcelField(value = "权限")
    private String perms;
    /**
     * 图标
     */
    @TableField("ICON")
    @Size(max = 50, message = "{noMoreThan}")
    @ExcelField(value = "图标")
    private String icon;
    /**
     * 类型 0菜单 1按钮
     */
    @TableField("TYPE")
    @NotBlank(message = "{required}")
    @ExcelField(value = "类型", writeConverterExp = "0=按钮,1=菜单")
    private String type;
    /**
     * 排序
     */
    @TableField("ORDER_NUM")
    private Long orderNum;
    /**
     * 创建时间
     */
    @TableField("CREATE_TIME")
    @ExcelField(value = "创建时间", writeConverter = TimeConverter.class)
    private Date createTime;
    /**
     * 修改时间
     */
    @TableField("MODIFY_TIME")
    @ExcelField(value = "修改时间", writeConverter = TimeConverter.class)
    private Date modifyTime;
}
src/main/java/com/xcong/excoin/system/entity/Role.java
New file
@@ -0,0 +1,67 @@
package com.xcong.excoin.system.entity;
import com.xcong.excoin.common.converter.TimeConverter;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.wuwenze.poi.annotation.Excel;
import com.wuwenze.poi.annotation.ExcelField;
import lombok.Data;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import java.io.Serializable;
import java.util.Date;
/**
 * @author MrBird
 */
@Data
@TableName("t_role")
@Excel("角色信息表")
public class Role implements Serializable {
    private static final long serialVersionUID = -4493960686192269860L;
    /**
     * 角色ID
     */
    @TableId(value = "ROLE_ID", type = IdType.AUTO)
    private Long roleId;
    /**
     * 角色名称
     */
    @TableField("ROLE_NAME")
    @ExcelField(value = "角色名称")
    @NotBlank(message = "{required}")
    @Size(max = 10, message = "{noMoreThan}")
    private String roleName;
    /**
     * 角色描述
     */
    @TableField("REMARK")
    @ExcelField(value = "角色描述")
    @Size(max = 50, message = "{noMoreThan}")
    private String remark;
    /**
     * 创建时间
     */
    @TableField("CREATE_TIME")
    @ExcelField(value = "创建时间", writeConverter = TimeConverter.class)
    private Date createTime;
    /**
     * 修改时间
     */
    @TableField("MODIFY_TIME")
    @ExcelField(value = "修改时间", writeConverter = TimeConverter.class)
    private Date modifyTime;
    /**
     * 角色对应的菜单(按钮) id
     */
    private transient String menuIds;
}
src/main/java/com/xcong/excoin/system/entity/RoleMenu.java
New file
@@ -0,0 +1,30 @@
package com.xcong.excoin.system.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import java.io.Serializable;
/**
 * @author MrBird
 */
@Data
@TableName("t_role_menu")
public class RoleMenu implements Serializable {
    private static final long serialVersionUID = -5200596408874170216L;
    /**
     * 角色ID
     */
    @TableField("ROLE_ID")
    private Long roleId;
    /**
     * 菜单/按钮ID
     */
    @TableField("MENU_ID")
    private Long menuId;
}
src/main/java/com/xcong/excoin/system/entity/Test.java
New file
@@ -0,0 +1,19 @@
package com.xcong.excoin.system.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import java.io.Serializable;
/**
 * @author MrBird
 */
@Data
@TableName("t_test")
public class Test implements Serializable {
    private static final long serialVersionUID = -2510534697977648681L;
    private String name;
    private int age;
}
src/main/java/com/xcong/excoin/system/entity/User.java
New file
@@ -0,0 +1,214 @@
package com.xcong.excoin.system.entity;
import com.xcong.excoin.common.annotation.Desensitization;
import com.xcong.excoin.common.annotation.IsMobile;
import com.xcong.excoin.common.converter.TimeConverter;
import com.xcong.excoin.common.entity.DesensitizationType;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.wuwenze.poi.annotation.Excel;
import com.wuwenze.poi.annotation.ExcelField;
import lombok.Data;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import java.io.Serializable;
import java.util.Date;
/**
 * @author MrBird
 */
@Data
@TableName("t_user")
@Excel("用户信息表")
public class User implements Serializable {
    private static final long serialVersionUID = -4352868070794165001L;
    /**
     * 用户状态:有效
     */
    public static final String STATUS_VALID = "1";
    /**
     * 用户状态:锁定
     */
    public static final String STATUS_LOCK = "0";
    /**
     * 默认头像
     */
    public static final String DEFAULT_AVATAR = "default.jpg";
    /**
     * 默认密码
     */
    public static final String DEFAULT_PASSWORD = "1234qwer";
    /**
     * 性别男
     */
    public static final String SEX_MALE = "0";
    /**
     * 性别女
     */
    public static final String SEX_FEMALE = "1";
    /**
     * 性别保密
     */
    public static final String SEX_UNKNOW = "2";
    /**
     * 黑色主题
     */
    public static final String THEME_BLACK = "black";
    /**
     * 白色主题
     */
    public static final String THEME_WHITE = "white";
    /**
     * TAB开启
     */
    public static final String TAB_OPEN = "1";
    /**
     * TAB关闭
     */
    public static final String TAB_CLOSE = "0";
    /**
     * 用户 ID
     */
    @TableId(value = "USER_ID", type = IdType.AUTO)
    private Long userId;
    /**
     * 用户名
     */
    @TableField("USERNAME")
    @Size(min = 4, max = 10, message = "{range}")
    @ExcelField(value = "用户名")
    private String username;
    /**
     * 密码
     */
    @TableField("PASSWORD")
    private String password;
    /**
     * 部门 ID
     */
    @TableField("DEPT_ID")
    private Long deptId;
    /**
     * 邮箱
     */
    @TableField("EMAIL")
    @Size(max = 50, message = "{noMoreThan}")
    @Email(message = "{email}")
    @ExcelField(value = "邮箱")
    private String email;
    /**
     * 联系电话
     */
    @TableField("MOBILE")
    @IsMobile(message = "{mobile}")
    @ExcelField(value = "联系电话")
    @Desensitization(type = DesensitizationType.PHONE)
    private String mobile;
    /**
     * 状态 0锁定 1有效
     */
    @TableField("STATUS")
    @NotBlank(message = "{required}")
    @ExcelField(value = "状态", writeConverterExp = "0=锁定,1=有效")
    private String status;
    /**
     * 创建时间
     */
    @TableField("CREATE_TIME")
    @ExcelField(value = "创建时间", writeConverter = TimeConverter.class)
    private Date createTime;
    /**
     * 修改时间
     */
    @TableField("MODIFY_TIME")
    @ExcelField(value = "修改时间", writeConverter = TimeConverter.class)
    private Date modifyTime;
    /**
     * 最近访问时间
     */
    @TableField("LAST_LOGIN_TIME")
    @ExcelField(value = "最近访问时间", writeConverter = TimeConverter.class)
    @JsonFormat(pattern = "yyyy年MM月dd日 HH时mm分ss秒", timezone = "GMT+8")
    private Date lastLoginTime;
    /**
     * 性别 0男 1女 2 保密
     */
    @TableField("SSEX")
    @NotBlank(message = "{required}")
    @ExcelField(value = "性别", writeConverterExp = "0=男,1=女,2=保密")
    private String sex;
    /**
     * 头像
     */
    @TableField("AVATAR")
    private String avatar;
    /**
     * 主题
     */
    @TableField("THEME")
    private String theme;
    /**
     * 是否开启 tab 0开启,1关闭
     */
    @TableField("IS_TAB")
    private String isTab;
    /**
     * 描述
     */
    @TableField("DESCRIPTION")
    @Size(max = 100, message = "{noMoreThan}")
    @ExcelField(value = "个人描述")
    private String description;
    /**
     * 部门名称
     */
    @ExcelField(value = "部门")
    @TableField(exist = false)
    private String deptName;
    @TableField(exist = false)
    private String createTimeFrom;
    @TableField(exist = false)
    private String createTimeTo;
    /**
     * 角色 ID
     */
    @NotBlank(message = "{required}")
    @TableField(exist = false)
    private String roleId;
    @ExcelField(value = "角色")
    @TableField(exist = false)
    private String roleName;
    @TableField(exist = false)
    private String deptIds;
    public Long getId() {
        return userId;
    }
}
src/main/java/com/xcong/excoin/system/entity/UserDataPermission.java
New file
@@ -0,0 +1,19 @@
package com.xcong.excoin.system.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
/**
 * @author MrBird
 */
@Data
@TableName("t_user_data_permission")
public class UserDataPermission {
    @TableId("USER_ID")
    private Long userId;
    @TableId("DEPT_ID")
    private Long deptId;
}
src/main/java/com/xcong/excoin/system/entity/UserRole.java
New file
@@ -0,0 +1,30 @@
package com.xcong.excoin.system.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import java.io.Serializable;
/**
 * @author MrBird
 */
@Data
@TableName("t_user_role")
public class UserRole implements Serializable {
    private static final long serialVersionUID = 2354394771912648574L;
    /**
     * 用户ID
     */
    @TableField("USER_ID")
    private Long userId;
    /**
     * 角色ID
     */
    @TableField("ROLE_ID")
    private Long roleId;
}
src/main/java/com/xcong/excoin/system/mapper/DeptMapper.java
New file
@@ -0,0 +1,10 @@
package com.xcong.excoin.system.mapper;
import com.xcong.excoin.system.entity.Dept;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
 * @author MrBird
 */
public interface DeptMapper extends BaseMapper<Dept> {
}
src/main/java/com/xcong/excoin/system/mapper/MenuMapper.java
New file
@@ -0,0 +1,27 @@
package com.xcong.excoin.system.mapper;
import com.xcong.excoin.system.entity.Menu;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
/**
 * @author MrBird
 */
public interface MenuMapper extends BaseMapper<Menu> {
    /**
     * 查找用户权限集
     *
     * @param username 用户名
     * @return 用户权限集合
     */
    List<Menu> findUserPermissions(String username);
    /**
     * 查找用户菜单集合
     *
     * @param username 用户名
     * @return 用户菜单集合
     */
    List<Menu> findUserMenus(String username);
}
src/main/java/com/xcong/excoin/system/mapper/RoleMapper.java
New file
@@ -0,0 +1,33 @@
package com.xcong.excoin.system.mapper;
import com.xcong.excoin.system.entity.Role;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
 * @author MrBird
 */
public interface RoleMapper extends BaseMapper<Role> {
    Long countRole(@Param("role") Role role);
    /**
     * 通过用户名查找用户角色
     *
     * @param username 用户名
     * @return 用户角色集合
     */
    List<Role> findUserRole(String username);
    /**
     * 查找角色详情
     *
     * @param page 分页
     * @param role 角色
     * @return IPage<User>
     */
    <T> IPage<Role> findRolePage(Page<T> page, @Param("role") Role role);
}
src/main/java/com/xcong/excoin/system/mapper/RoleMenuMapper.java
New file
@@ -0,0 +1,10 @@
package com.xcong.excoin.system.mapper;
import com.xcong.excoin.system.entity.RoleMenu;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
 * @author MrBird
 */
public interface RoleMenuMapper extends BaseMapper<RoleMenu> {
}
src/main/java/com/xcong/excoin/system/mapper/UserDataPermissionMapper.java
New file
@@ -0,0 +1,11 @@
package com.xcong.excoin.system.mapper;
import com.xcong.excoin.system.entity.UserDataPermission;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
 * @author MrBird
 */
public interface UserDataPermissionMapper extends BaseMapper<UserDataPermission> {
}
src/main/java/com/xcong/excoin/system/mapper/UserMapper.java
New file
@@ -0,0 +1,43 @@
package com.xcong.excoin.system.mapper;
import com.xcong.excoin.system.entity.User;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
 * @author MrBird
 */
public interface UserMapper extends BaseMapper<User> {
    /**
     * 通过用户名查找用户
     *
     * @param username 用户名
     * @return 用户
     */
    User findByName(String username);
    /**
     * 查找用户详细信息
     *
     * @param page 分页对象
     * @param user 用户对象,用于传递查询条件
     * @return Ipage
     */
    <T> IPage<User> findUserDetailPage(Page<T> page, @Param("user") User user);
    long countUserDetail(@Param("user") User user);
    /**
     * 查找用户详细信息
     *
     * @param user 用户对象,用于传递查询条件
     * @return List<User>
     */
    List<User> findUserDetail(@Param("user") User user);
}
src/main/java/com/xcong/excoin/system/mapper/UserRoleMapper.java
New file
@@ -0,0 +1,11 @@
package com.xcong.excoin.system.mapper;
import com.xcong.excoin.system.entity.UserRole;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
 * @author MrBird
 */
public interface UserRoleMapper extends BaseMapper<UserRole> {
}
src/main/java/com/xcong/excoin/system/service/IDeptService.java
New file
@@ -0,0 +1,59 @@
package com.xcong.excoin.system.service;
import com.xcong.excoin.common.entity.DeptTree;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.system.entity.Dept;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
/**
 * @author MrBird
 */
public interface IDeptService extends IService<Dept> {
    /**
     * 获取部门树(下拉选使用)
     *
     * @return 部门树集合
     */
    List<DeptTree<Dept>> findDepts();
    /**
     * 获取部门列表(树形列表)
     *
     * @param dept 部门对象(传递查询参数)
     * @return 部门树
     */
    List<DeptTree<Dept>> findDepts(Dept dept);
    /**
     * 获取部门树(供Excel导出)
     *
     * @param dept    部门对象(传递查询参数)
     * @param request QueryRequest
     * @return List<Dept>
     */
    List<Dept> findDepts(Dept dept, QueryRequest request);
    /**
     * 新增部门
     *
     * @param dept 部门对象
     */
    void createDept(Dept dept);
    /**
     * 修改部门
     *
     * @param dept 部门对象
     */
    void updateDept(Dept dept);
    /**
     * 删除部门
     *
     * @param deptIds 部门 ID集合
     */
    void deleteDepts(String[] deptIds);
}
src/main/java/com/xcong/excoin/system/service/IMenuService.java
New file
@@ -0,0 +1,66 @@
package com.xcong.excoin.system.service;
import com.xcong.excoin.common.entity.MenuTree;
import com.xcong.excoin.system.entity.Menu;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
/**
 * @author MrBird
 */
public interface IMenuService extends IService<Menu> {
    /**
     * 查找用户权限集
     *
     * @param username 用户名
     * @return 用户权限集合
     */
    List<Menu> findUserPermissions(String username);
    /**
     * 查找用户菜单集合
     *
     * @param username 用户名
     * @return 用户菜单集合
     */
    MenuTree<Menu> findUserMenus(String username);
    /**
     * 查找所有的菜单/按钮 (树形结构)
     *
     * @param menu menu
     * @return MenuTree<Menu>
     */
    MenuTree<Menu> findMenus(Menu menu);
    /**
     * 查找所有的菜单/按钮
     *
     * @param menu menu
     * @return MenuTree<Menu>
     */
    List<Menu> findMenuList(Menu menu);
    /**
     * 新增菜单(按钮)
     *
     * @param menu 菜单(按钮)对象
     */
    void createMenu(Menu menu);
    /**
     * 修改菜单(按钮)
     *
     * @param menu 菜单(按钮)对象
     */
    void updateMenu(Menu menu);
    /**
     * 删除菜单(按钮)
     *
     * @param menuIds 菜单(按钮)id
     */
    void deleteMenus(String menuIds);
}
src/main/java/com/xcong/excoin/system/service/IRoleMenuService.java
New file
@@ -0,0 +1,26 @@
package com.xcong.excoin.system.service;
import com.xcong.excoin.system.entity.RoleMenu;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
/**
 * @author MrBird
 */
public interface IRoleMenuService extends IService<RoleMenu> {
    /**
     * 通过角色 id 删除
     *
     * @param roleIds 角色 id
     */
    void deleteRoleMenusByRoleId(List<String> roleIds);
    /**
     * 通过菜单(按钮)id 删除
     *
     * @param menuIds 菜单(按钮)id
     */
    void deleteRoleMenusByMenuId(List<String> menuIds);
}
src/main/java/com/xcong/excoin/system/service/IRoleService.java
New file
@@ -0,0 +1,70 @@
package com.xcong.excoin.system.service;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.system.entity.Role;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
/**
 * @author MrBird
 */
public interface IRoleService extends IService<Role> {
    /**
     * 通过用户名查找用户角色
     *
     * @param username 用户名
     * @return 用户角色集合
     */
    List<Role> findUserRole(String username);
    /**
     * 查找所有角色
     *
     * @param role 角色对象(用于传递查询条件)
     * @return 角色集合
     */
    List<Role> findRoles(Role role);
    /**
     * 查找所有角色(分页)
     *
     * @param role    角色对象(用于传递查询条件)
     * @param request request
     * @return IPage
     */
    IPage<Role> findRoles(Role role, QueryRequest request);
    /**
     * 通过角色名称查找相应角色
     *
     * @param roleName 角色名称
     * @return 角色
     */
    Role findByName(String roleName);
    /**
     * 新增角色
     *
     * @param role 待新增的角色
     */
    void createRole(Role role);
    /**
     * 修改角色
     *
     * @param role 待修改的角色
     */
    void updateRole(Role role);
    /**
     * 删除角色
     *
     * @param roleIds 待删除角色的 id
     */
    void deleteRoles(String roleIds);
}
src/main/java/com/xcong/excoin/system/service/IUserDataPermissionService.java
New file
@@ -0,0 +1,36 @@
package com.xcong.excoin.system.service;
import com.xcong.excoin.system.entity.UserDataPermission;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
/**
 * @author MrBird
 */
public interface IUserDataPermissionService extends IService<UserDataPermission> {
    /**
     * 通过部门ID删除关联关系
     *
     * @param deptIds 部门id
     */
    void deleteByDeptIds(List<String> deptIds);
    /**
     * 通过用户ID删除关联关系
     *
     * @param userIds 用户id
     */
    void deleteByUserIds(String[] userIds);
    /**
     * 通过用户ID查找关联关系
     *
     * @param userId 用户id
     * @return 关联关系
     */
    String findByUserId(String userId);
}
src/main/java/com/xcong/excoin/system/service/IUserRoleService.java
New file
@@ -0,0 +1,26 @@
package com.xcong.excoin.system.service;
import com.xcong.excoin.system.entity.UserRole;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
/**
 * @author MrBird
 */
public interface IUserRoleService extends IService<UserRole> {
    /**
     * 通过角色 id 删除
     *
     * @param roleIds 角色 id
     */
    void deleteUserRolesByRoleId(List<String> roleIds);
    /**
     * 通过用户 id 删除
     *
     * @param userIds 用户 id
     */
    void deleteUserRolesByUserId(List<String> userIds);
}
src/main/java/com/xcong/excoin/system/service/IUserService.java
New file
@@ -0,0 +1,115 @@
package com.xcong.excoin.system.service;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.system.entity.User;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import org.springframework.scheduling.annotation.Async;
/**
 * @author MrBird
 */
public interface IUserService extends IService<User> {
    /**
     * 通过用户名查找用户
     *
     * @param username 用户名
     * @return 用户
     */
    User findByName(String username);
    /**
     * 查找用户详细信息
     *
     * @param request request
     * @param user    用户对象,用于传递查询条件
     * @return IPage
     */
    IPage<User> findUserDetailList(User user, QueryRequest request);
    /**
     * 通过用户名查找用户详细信息
     *
     * @param username 用户名
     * @return 用户信息
     */
    User findUserDetailList(String username);
    /**
     * 更新用户登录时间
     *
     * @param username 用户名
     */
    @Async(FebsConstant.ASYNC_POOL)
    void updateLoginTime(String username);
    /**
     * 新增用户
     *
     * @param user user
     */
    void createUser(User user);
    /**
     * 删除用户
     *
     * @param userIds 用户 id数组
     */
    void deleteUsers(String[] userIds);
    /**
     * 修改用户
     *
     * @param user user
     */
    void updateUser(User user);
    /**
     * 重置密码
     *
     * @param usernames 用户名数组
     */
    void resetPassword(String[] usernames);
    /**
     * 注册用户
     *
     * @param username 用户名
     * @param password 密码
     */
    void regist(String username, String password);
    /**
     * 修改密码
     *
     * @param username 用户名
     * @param password 新密码
     */
    void updatePassword(String username, String password);
    /**
     * 更新用户头像
     *
     * @param username 用户名
     * @param avatar   用户头像
     */
    void updateAvatar(String username, String avatar);
    /**
     * 修改用户系统配置(个性化配置)
     *
     * @param username 用户名称
     * @param theme    主题风格
     * @param isTab    是否开启 TAB
     */
    void updateTheme(String username, String theme, String isTab);
    /**
     * 更新个人信息
     *
     * @param user 个人信息
     */
    void updateProfile(User user);
}
src/main/java/com/xcong/excoin/system/service/impl/DeptServiceImpl.java
New file
@@ -0,0 +1,119 @@
package com.xcong.excoin.system.service.impl;
import com.xcong.excoin.common.entity.DeptTree;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.utils.SortUtil;
import com.xcong.excoin.common.utils.TreeUtil;
import com.xcong.excoin.system.entity.Dept;
import com.xcong.excoin.system.mapper.DeptMapper;
import com.xcong.excoin.system.service.IDeptService;
import com.xcong.excoin.system.service.IUserDataPermissionService;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.toolkit.CollectionUtils;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import lombok.RequiredArgsConstructor;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
/**
 * @author MrBird
 */
@Service
@RequiredArgsConstructor
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class DeptServiceImpl extends ServiceImpl<DeptMapper, Dept> implements IDeptService {
    private final IUserDataPermissionService userDataPermissionService;
    @Override
    public List<DeptTree<Dept>> findDepts() {
        List<Dept> depts = this.baseMapper.selectList(new QueryWrapper<>());
        List<DeptTree<Dept>> trees = this.convertDepts(depts);
        return TreeUtil.buildDeptTree(trees);
    }
    @Override
    public List<DeptTree<Dept>> findDepts(Dept dept) {
        QueryWrapper<Dept> queryWrapper = new QueryWrapper<>();
        if (StringUtils.isNotBlank(dept.getDeptName())) {
            queryWrapper.lambda().eq(Dept::getDeptName, dept.getDeptName());
        }
        queryWrapper.lambda().orderByAsc(Dept::getOrderNum);
        List<Dept> depts = this.baseMapper.selectList(queryWrapper);
        List<DeptTree<Dept>> trees = this.convertDepts(depts);
        return TreeUtil.buildDeptTree(trees);
    }
    @Override
    public List<Dept> findDepts(Dept dept, QueryRequest request) {
        QueryWrapper<Dept> queryWrapper = new QueryWrapper<>();
        if (StringUtils.isNotBlank(dept.getDeptName())) {
            queryWrapper.lambda().eq(Dept::getDeptName, dept.getDeptName());
        }
        SortUtil.handleWrapperSort(request, queryWrapper, "orderNum", FebsConstant.ORDER_ASC, true);
        return this.baseMapper.selectList(queryWrapper);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void createDept(Dept dept) {
        Long parentId = dept.getParentId();
        if (parentId == null) {
            dept.setParentId(Dept.TOP_NODE);
        }
        dept.setCreateTime(new Date());
        this.save(dept);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updateDept(Dept dept) {
        dept.setModifyTime(new Date());
        this.baseMapper.updateById(dept);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void deleteDepts(String[] deptIds) {
        this.delete(Arrays.asList(deptIds));
    }
    private List<DeptTree<Dept>> convertDepts(List<Dept> depts) {
        List<DeptTree<Dept>> trees = new ArrayList<>();
        depts.forEach(dept -> {
            DeptTree<Dept> tree = new DeptTree<>();
            tree.setId(String.valueOf(dept.getDeptId()));
            tree.setParentId(String.valueOf(dept.getParentId()));
            tree.setName(dept.getDeptName());
            tree.setData(dept);
            trees.add(tree);
        });
        return trees;
    }
    private void delete(List<String> deptIds) {
        removeByIds(deptIds);
        userDataPermissionService.deleteByDeptIds(deptIds);
        LambdaQueryWrapper<Dept> queryWrapper = new LambdaQueryWrapper<>();
        queryWrapper.in(Dept::getParentId, deptIds);
        List<Dept> depts = baseMapper.selectList(queryWrapper);
        if (CollectionUtils.isNotEmpty(depts)) {
            List<String> deptIdList = new ArrayList<>();
            depts.forEach(d -> deptIdList.add(String.valueOf(d.getDeptId())));
            this.delete(deptIdList);
        }
    }
}
src/main/java/com/xcong/excoin/system/service/impl/MenuServiceImpl.java
New file
@@ -0,0 +1,142 @@
package com.xcong.excoin.system.service.impl;
import com.xcong.excoin.common.authentication.ShiroRealm;
import com.xcong.excoin.common.entity.MenuTree;
import com.xcong.excoin.common.utils.TreeUtil;
import com.xcong.excoin.system.entity.Menu;
import com.xcong.excoin.system.mapper.MenuMapper;
import com.xcong.excoin.system.service.IMenuService;
import com.xcong.excoin.system.service.IRoleMenuService;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.toolkit.CollectionUtils;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import lombok.RequiredArgsConstructor;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
/**
 * @author MrBird
 */
@Service
@RequiredArgsConstructor
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class MenuServiceImpl extends ServiceImpl<MenuMapper, Menu> implements IMenuService {
    private final IRoleMenuService roleMenuService;
    private final ShiroRealm shiroRealm;
    @Override
    public List<Menu> findUserPermissions(String username) {
        return this.baseMapper.findUserPermissions(username);
    }
    @Override
    public MenuTree<Menu> findUserMenus(String username) {
        List<Menu> menus = this.baseMapper.findUserMenus(username);
        List<MenuTree<Menu>> trees = this.convertMenus(menus);
        return TreeUtil.buildMenuTree(trees);
    }
    @Override
    public MenuTree<Menu> findMenus(Menu menu) {
        QueryWrapper<Menu> queryWrapper = new QueryWrapper<>();
        if (StringUtils.isNotBlank(menu.getMenuName())) {
            queryWrapper.lambda().like(Menu::getMenuName, menu.getMenuName());
        }
        queryWrapper.lambda().orderByAsc(Menu::getOrderNum);
        List<Menu> menus = this.baseMapper.selectList(queryWrapper);
        List<MenuTree<Menu>> trees = this.convertMenus(menus);
        return TreeUtil.buildMenuTree(trees);
    }
    @Override
    public List<Menu> findMenuList(Menu menu) {
        QueryWrapper<Menu> queryWrapper = new QueryWrapper<>();
        if (StringUtils.isNotBlank(menu.getMenuName())) {
            queryWrapper.lambda().like(Menu::getMenuName, menu.getMenuName());
        }
        queryWrapper.lambda().orderByAsc(Menu::getMenuId);
        return this.baseMapper.selectList(queryWrapper);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void createMenu(Menu menu) {
        menu.setCreateTime(new Date());
        this.setMenu(menu);
        this.baseMapper.insert(menu);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updateMenu(Menu menu) {
        menu.setModifyTime(new Date());
        this.setMenu(menu);
        this.baseMapper.updateById(menu);
        shiroRealm.clearCache();
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void deleteMenus(String menuIds) {
        String[] menuIdsArray = menuIds.split(StringPool.COMMA);
        this.delete(Arrays.asList(menuIdsArray));
        shiroRealm.clearCache();
    }
    private List<MenuTree<Menu>> convertMenus(List<Menu> menus) {
        List<MenuTree<Menu>> trees = new ArrayList<>();
        menus.forEach(menu -> {
            MenuTree<Menu> tree = new MenuTree<>();
            tree.setId(String.valueOf(menu.getMenuId()));
            tree.setParentId(String.valueOf(menu.getParentId()));
            tree.setTitle(menu.getMenuName());
            tree.setIcon(menu.getIcon());
            tree.setHref(menu.getUrl());
            tree.setData(menu);
            trees.add(tree);
        });
        return trees;
    }
    private void setMenu(Menu menu) {
        if (menu.getParentId() == null) {
            menu.setParentId(Menu.TOP_NODE);
        }
        if (Menu.TYPE_BUTTON.equals(menu.getType())) {
            menu.setUrl(null);
            menu.setIcon(null);
        }
    }
    private void delete(List<String> menuIds) {
        List<String> list = new ArrayList<>(menuIds);
        removeByIds(menuIds);
        LambdaQueryWrapper<Menu> queryWrapper = new LambdaQueryWrapper<>();
        queryWrapper.in(Menu::getParentId, menuIds);
        List<Menu> menus = baseMapper.selectList(queryWrapper);
        if (CollectionUtils.isNotEmpty(menus)) {
            List<String> menuIdList = new ArrayList<>();
            menus.forEach(m -> menuIdList.add(String.valueOf(m.getMenuId())));
            list.addAll(menuIdList);
            this.roleMenuService.deleteRoleMenusByMenuId(list);
            this.delete(menuIdList);
        } else {
            this.roleMenuService.deleteRoleMenusByMenuId(list);
        }
    }
}
src/main/java/com/xcong/excoin/system/service/impl/RoleMenuServiceImpl.java
New file
@@ -0,0 +1,33 @@
package com.xcong.excoin.system.service.impl;
import com.xcong.excoin.system.entity.RoleMenu;
import com.xcong.excoin.system.mapper.RoleMenuMapper;
import com.xcong.excoin.system.service.IRoleMenuService;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/**
 * @author MrBird
 */
@Service
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class RoleMenuServiceImpl extends ServiceImpl<RoleMenuMapper, RoleMenu> implements IRoleMenuService {
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void deleteRoleMenusByRoleId(List<String> roleIds) {
        this.baseMapper.delete(new QueryWrapper<RoleMenu>().lambda().in(RoleMenu::getRoleId, roleIds));
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void deleteRoleMenusByMenuId(List<String> menuIds) {
        this.baseMapper.delete(new QueryWrapper<RoleMenu>().lambda().in(RoleMenu::getMenuId, menuIds));
    }
}
src/main/java/com/xcong/excoin/system/service/impl/RoleServiceImpl.java
New file
@@ -0,0 +1,113 @@
package com.xcong.excoin.system.service.impl;
import com.xcong.excoin.common.authentication.ShiroRealm;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.utils.SortUtil;
import com.xcong.excoin.system.entity.Role;
import com.xcong.excoin.system.entity.RoleMenu;
import com.xcong.excoin.system.mapper.RoleMapper;
import com.xcong.excoin.system.service.IRoleMenuService;
import com.xcong.excoin.system.service.IRoleService;
import com.xcong.excoin.system.service.IUserRoleService;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import lombok.RequiredArgsConstructor;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
/**
 * @author MrBird
 */
@Service
@RequiredArgsConstructor
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class RoleServiceImpl extends ServiceImpl<RoleMapper, Role> implements IRoleService {
    private final IRoleMenuService roleMenuService;
    private final IUserRoleService userRoleService;
    private final ShiroRealm shiroRealm;
    @Override
    public List<Role> findUserRole(String username) {
        return this.baseMapper.findUserRole(username);
    }
    @Override
    public List<Role> findRoles(Role role) {
        QueryWrapper<Role> queryWrapper = new QueryWrapper<>();
        if (StringUtils.isNotBlank(role.getRoleName())) {
            queryWrapper.lambda().like(Role::getRoleName, role.getRoleName());
        }
        return this.baseMapper.selectList(queryWrapper);
    }
    @Override
    public IPage<Role> findRoles(Role role, QueryRequest request) {
        Page<Role> page = new Page<>(request.getPageNum(), request.getPageSize());
        page.setSearchCount(false);
        page.setTotal(baseMapper.countRole(role));
        SortUtil.handlePageSort(request, page, "createTime", FebsConstant.ORDER_DESC, false);
        return this.baseMapper.findRolePage(page, role);
    }
    @Override
    public Role findByName(String roleName) {
        return this.baseMapper.selectOne(new QueryWrapper<Role>().lambda().eq(Role::getRoleName, roleName));
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void createRole(Role role) {
        role.setCreateTime(new Date());
        this.baseMapper.insert(role);
        this.saveRoleMenus(role);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updateRole(Role role) {
        role.setModifyTime(new Date());
        this.updateById(role);
        List<String> roleIdList = new ArrayList<>();
        roleIdList.add(String.valueOf(role.getRoleId()));
        this.roleMenuService.deleteRoleMenusByRoleId(roleIdList);
        saveRoleMenus(role);
        shiroRealm.clearCache();
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void deleteRoles(String roleIds) {
        List<String> list = Arrays.asList(roleIds.split(StringPool.COMMA));
        this.baseMapper.delete(new QueryWrapper<Role>().lambda().in(Role::getRoleId, list));
        this.roleMenuService.deleteRoleMenusByRoleId(list);
        this.userRoleService.deleteUserRolesByRoleId(list);
    }
    private void saveRoleMenus(Role role) {
        if (StringUtils.isNotBlank(role.getMenuIds())) {
            String[] menuIds = role.getMenuIds().split(StringPool.COMMA);
            List<RoleMenu> roleMenus = new ArrayList<>();
            Arrays.stream(menuIds).forEach(menuId -> {
                RoleMenu roleMenu = new RoleMenu();
                roleMenu.setMenuId(Long.valueOf(menuId));
                roleMenu.setRoleId(role.getRoleId());
                roleMenus.add(roleMenu);
            });
            roleMenuService.saveBatch(roleMenus);
        }
    }
}
src/main/java/com/xcong/excoin/system/service/impl/UserDataPermissionServiceImpl.java
New file
@@ -0,0 +1,43 @@
package com.xcong.excoin.system.service.impl;
import com.xcong.excoin.system.entity.UserDataPermission;
import com.xcong.excoin.system.mapper.UserDataPermissionMapper;
import com.xcong.excoin.system.service.IUserDataPermissionService;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
/**
 * @author MrBird
 */
@Service("userDataPermissionService")
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class UserDataPermissionServiceImpl extends ServiceImpl<UserDataPermissionMapper, UserDataPermission> implements IUserDataPermissionService {
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void deleteByDeptIds(List<String> deptIds) {
        this.baseMapper.delete(new LambdaQueryWrapper<UserDataPermission>().in(UserDataPermission::getDeptId, deptIds));
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void deleteByUserIds(String[] userIds) {
        List<String> list = Arrays.asList(userIds);
        this.baseMapper.delete(new LambdaQueryWrapper<UserDataPermission>().in(UserDataPermission::getUserId, list));
    }
    @Override
    public String findByUserId(String userId) {
        LambdaQueryWrapper<UserDataPermission> wrapper = new LambdaQueryWrapper<>();
        wrapper.eq(UserDataPermission::getUserId, userId);
        return this.baseMapper.selectList(wrapper).stream().map(permission -> String.valueOf(permission.getDeptId())).collect(Collectors.joining(StringPool.COMMA));
    }
}
src/main/java/com/xcong/excoin/system/service/impl/UserRoleServiceImpl.java
New file
@@ -0,0 +1,32 @@
package com.xcong.excoin.system.service.impl;
import com.xcong.excoin.system.entity.UserRole;
import com.xcong.excoin.system.mapper.UserRoleMapper;
import com.xcong.excoin.system.service.IUserRoleService;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/**
 * @author MrBird
 */
@Service
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> implements IUserRoleService {
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void deleteUserRolesByRoleId(List<String> roleIds) {
        this.baseMapper.delete(new QueryWrapper<UserRole>().lambda().in(UserRole::getRoleId, roleIds));
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void deleteUserRolesByUserId(List<String> userIds) {
        this.baseMapper.delete(new QueryWrapper<UserRole>().lambda().in(UserRole::getUserId, userIds));
    }
}
src/main/java/com/xcong/excoin/system/service/impl/UserServiceImpl.java
New file
@@ -0,0 +1,239 @@
package com.xcong.excoin.system.service.impl;
import com.xcong.excoin.common.authentication.ShiroRealm;
import com.xcong.excoin.common.entity.FebsConstant;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.common.exception.FebsException;
import com.xcong.excoin.common.utils.FebsUtil;
import com.xcong.excoin.common.utils.Md5Util;
import com.xcong.excoin.common.utils.SortUtil;
import com.xcong.excoin.system.entity.User;
import com.xcong.excoin.system.entity.UserDataPermission;
import com.xcong.excoin.system.entity.UserRole;
import com.xcong.excoin.system.mapper.UserMapper;
import com.xcong.excoin.system.service.IUserDataPermissionService;
import com.xcong.excoin.system.service.IUserRoleService;
import com.xcong.excoin.system.service.IUserService;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.core.toolkit.CollectionUtils;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import lombok.RequiredArgsConstructor;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
/**
 * @author MrBird
 */
@Service
@RequiredArgsConstructor
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IUserService {
    private final IUserRoleService userRoleService;
    private final IUserDataPermissionService userDataPermissionService;
    private final ShiroRealm shiroRealm;
    @Override
    public User findByName(String username) {
        return this.baseMapper.findByName(username);
    }
    @Override
    public IPage<User> findUserDetailList(User user, QueryRequest request) {
        if (StringUtils.isNotBlank(user.getCreateTimeFrom()) &&
                StringUtils.equals(user.getCreateTimeFrom(), user.getCreateTimeTo())) {
            user.setCreateTimeFrom(user.getCreateTimeFrom() + " 00:00:00");
            user.setCreateTimeTo(user.getCreateTimeTo() + " 23:59:59");
        }
        Page<User> page = new Page<>(request.getPageNum(), request.getPageSize());
        page.setSearchCount(false);
        page.setTotal(baseMapper.countUserDetail(user));
        SortUtil.handlePageSort(request, page, "userId", FebsConstant.ORDER_ASC, false);
        return this.baseMapper.findUserDetailPage(page, user);
    }
    @Override
    public User findUserDetailList(String username) {
        User param = new User();
        param.setUsername(username);
        List<User> users = this.baseMapper.findUserDetail(param);
        return CollectionUtils.isNotEmpty(users) ? users.get(0) : null;
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updateLoginTime(String username) {
        User user = new User();
        user.setLastLoginTime(new Date());
        this.baseMapper.update(user, new LambdaQueryWrapper<User>().eq(User::getUsername, username));
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void createUser(User user) {
        user.setCreateTime(new Date());
        user.setStatus(User.STATUS_VALID);
        user.setAvatar(User.DEFAULT_AVATAR);
        user.setTheme(User.THEME_BLACK);
        user.setIsTab(User.TAB_OPEN);
        user.setPassword(Md5Util.encrypt(user.getUsername(), User.DEFAULT_PASSWORD));
        save(user);
        // 保存用户角色
        String[] roles = user.getRoleId().split(StringPool.COMMA);
        setUserRoles(user, roles);
        // 保存用户数据权限关联关系
        String[] deptIds = StringUtils.splitByWholeSeparatorPreserveAllTokens(user.getDeptIds(), StringPool.COMMA);
        if (ArrayUtils.isNotEmpty(deptIds)) {
            setUserDataPermissions(user, deptIds);
        }
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void deleteUsers(String[] userIds) {
        List<String> list = Arrays.asList(userIds);
        // 删除用户
        this.removeByIds(list);
        // 删除关联角色
        this.userRoleService.deleteUserRolesByUserId(list);
        // 删除关联数据权限
        this.userDataPermissionService.deleteByUserIds(userIds);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updateUser(User user) {
        String username = user.getUsername();
        // 更新用户
        user.setPassword(null);
        user.setUsername(null);
        user.setModifyTime(new Date());
        updateById(user);
        String[] userId = {String.valueOf(user.getUserId())};
        this.userRoleService.deleteUserRolesByUserId(Arrays.asList(userId));
        String[] roles = StringUtils.splitByWholeSeparatorPreserveAllTokens(user.getRoleId(), StringPool.COMMA);
        setUserRoles(user, roles);
        userDataPermissionService.deleteByUserIds(userId);
        String[] deptIds = StringUtils.splitByWholeSeparatorPreserveAllTokens(user.getDeptIds(), StringPool.COMMA);
        if (ArrayUtils.isNotEmpty(deptIds)) {
            setUserDataPermissions(user, deptIds);
        }
        User currentUser = FebsUtil.getCurrentUser();
        if (StringUtils.equalsIgnoreCase(currentUser.getUsername(), username)) {
            shiroRealm.clearCache();
        }
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void resetPassword(String[] usernames) {
        Arrays.stream(usernames).forEach(username -> {
            User user = new User();
            user.setPassword(Md5Util.encrypt(username, User.DEFAULT_PASSWORD));
            this.baseMapper.update(user, new LambdaQueryWrapper<User>().eq(User::getUsername, username));
        });
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void regist(String username, String password) {
        User user = new User();
        user.setPassword(Md5Util.encrypt(username, password));
        user.setUsername(username);
        user.setCreateTime(new Date());
        user.setStatus(User.STATUS_VALID);
        user.setSex(User.SEX_UNKNOW);
        user.setAvatar(User.DEFAULT_AVATAR);
        user.setTheme(User.THEME_BLACK);
        user.setIsTab(User.TAB_OPEN);
        user.setDescription("注册用户");
        this.save(user);
        UserRole ur = new UserRole();
        ur.setUserId(user.getUserId());
        ur.setRoleId(FebsConstant.REGISTER_ROLE_ID);
        this.userRoleService.save(ur);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updatePassword(String username, String password) {
        User user = new User();
        user.setPassword(Md5Util.encrypt(username, password));
        user.setModifyTime(new Date());
        this.baseMapper.update(user, new LambdaQueryWrapper<User>().eq(User::getUsername, username));
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updateAvatar(String username, String avatar) {
        User user = new User();
        user.setAvatar(avatar);
        user.setModifyTime(new Date());
        this.baseMapper.update(user, new LambdaQueryWrapper<User>().eq(User::getUsername, username));
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updateTheme(String username, String theme, String isTab) {
        User user = new User();
        user.setTheme(theme);
        user.setIsTab(isTab);
        user.setModifyTime(new Date());
        this.baseMapper.update(user, new LambdaQueryWrapper<User>().eq(User::getUsername, username));
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void updateProfile(User user) {
        user.setUsername(null);
        user.setRoleId(null);
        user.setPassword(null);
        if (isCurrentUser(user.getId())) {
            updateById(user);
        } else {
            throw new FebsException("您无权修改别人的账号信息!");
        }
    }
    private void setUserRoles(User user, String[] roles) {
        List<UserRole> userRoles = new ArrayList<>();
        Arrays.stream(roles).forEach(roleId -> {
            UserRole userRole = new UserRole();
            userRole.setUserId(user.getUserId());
            userRole.setRoleId(Long.valueOf(roleId));
            userRoles.add(userRole);
        });
        userRoleService.saveBatch(userRoles);
    }
    private void setUserDataPermissions(User user, String[] deptIds) {
        List<UserDataPermission> userDataPermissions = new ArrayList<>();
        Arrays.stream(deptIds).forEach(deptId -> {
            UserDataPermission permission = new UserDataPermission();
            permission.setDeptId(Long.valueOf(deptId));
            permission.setUserId(user.getUserId());
            userDataPermissions.add(permission);
        });
        userDataPermissionService.saveBatch(userDataPermissions);
    }
    private boolean isCurrentUser(Long id) {
        User currentUser = FebsUtil.getCurrentUser();
        return currentUser.getUserId().equals(id);
    }
}
src/main/resources/ValidationMessages.properties
New file
@@ -0,0 +1,6 @@
required=\u4E0D\u80FD\u4E3A\u7A7A
range=\u6709\u6548\u957f\u5ea6{min}\u5230{max}\u4e2a\u5b57\u7b26
email=\u90ae\u7bb1\u683c\u5f0f\u4e0d\u5408\u6cd5
mobile=\u624b\u673a\u53f7\u4e0d\u5408\u6cd5
noMoreThan=\u957f\u5ea6\u4e0d\u80fd\u8d85\u8fc7{max}\u4e2a\u5b57\u7b26
invalid=\u503c\u4e0d\u5408\u6cd5
src/main/resources/application-dev.yml
New file
@@ -0,0 +1,49 @@
spring:
  datasource:
    dynamic:
      # 是否开启 SQL日志输出,生产环境建议关闭,有性能损耗
      p6spy: true
      hikari:
        connection-timeout: 30000
        max-lifetime: 1800000
        max-pool-size: 15
        min-idle: 5
        connection-test-query: select 1
        pool-name: FebsHikariCP
      # 配置默认数据源
      primary: base
      datasource:
        # 数据源-1,名称为 base
        base:
          username: root
          password: root
          driver-class-name: com.mysql.cj.jdbc.Driver
          url: jdbc:mysql://127.0.0.1:3306/febs_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
        # 数据源-2,名称为 quartz
        quartz:
          username: root
          password: root
          driver-class-name: com.mysql.cj.jdbc.Driver
          url: jdbc:mysql://127.0.0.1:3306/febs_quartz?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
  redis:
    # Redis数据库索引(默认为 0)
    database: 3
    # Redis服务器地址
    host: 47.114.114.219
    # Redis服务器连接端口
    port: 6379
    # Redis 密码
    password: biyi123
    lettuce:
      pool:
        # 连接池中的最小空闲连接
        min-idle: 8
        # 连接池中的最大空闲连接
        max-idle: 500
        # 连接池最大连接数(使用负值表示没有限制)
        max-active: 2000
        # 连接池最大阻塞等待时间(使用负值表示没有限制)
        max-wait: 10000
    # 连接超时时间(毫秒)
    timeout: 5000
src/main/resources/application-prod.yml
New file
@@ -0,0 +1,49 @@
spring:
  datasource:
    dynamic:
      # 是否开启 SQL日志输出,生产环境建议关闭,有性能损耗
      p6spy: false
      hikari:
        connection-timeout: 30000
        max-lifetime: 1800000
        max-pool-size: 15
        min-idle: 5
        connection-test-query: select 1
        pool-name: FebsHikariCP
      # 配置默认数据源
      primary: base
      datasource:
        # 数据源-1,名称为 base
        base:
          username: root
          password: 123456
          driver-class-name: com.mysql.cj.jdbc.Driver
          url: jdbc:mysql://127.0.0.1:3306/febs_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
        # 数据源-2,名称为 quartz
        quartz:
          username: root
          password: 123456
          driver-class-name: com.mysql.cj.jdbc.Driver
          url: jdbc:mysql://127.0.0.1:3306/febs_quartz?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
  redis:
    # Redis数据库索引(默认为 0)
    database: 0
    # Redis服务器地址
    host: 127.0.0.1
    # Redis服务器连接端口
    port: 6379
    # Redis 密码
    password:
    lettuce:
      pool:
        # 连接池中的最小空闲连接
        min-idle: 8
        # 连接池中的最大空闲连接
        max-idle: 500
        # 连接池最大连接数(使用负值表示没有限制)
        max-active: 2000
        # 连接池最大阻塞等待时间(使用负值表示没有限制)
        max-wait: 10000
    # 连接超时时间(毫秒)
    timeout: 5000
src/main/resources/application-test.yml
New file
@@ -0,0 +1,49 @@
spring:
  datasource:
    dynamic:
      # 是否开启 SQL日志输出,生产环境建议关闭,有性能损耗
      p6spy: false
      hikari:
        connection-timeout: 30000
        max-lifetime: 1800000
        max-pool-size: 15
        min-idle: 5
        connection-test-query: select 1
        pool-name: FebsHikariCP
      # 配置默认数据源
      primary: base
      datasource:
        # 数据源-1,名称为 base
        base:
          username: root
          password: 123456
          driver-class-name: com.mysql.cj.jdbc.Driver
          url: jdbc:mysql://127.0.0.1:3306/febs_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
        # 数据源-2,名称为 quartz
        quartz:
          username: root
          password: 123456
          driver-class-name: com.mysql.cj.jdbc.Driver
          url: jdbc:mysql://127.0.0.1:3306/febs_quartz?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
  redis:
    # Redis数据库索引(默认为 0)
    database: 0
    # Redis服务器地址
    host: 127.0.0.1
    # Redis服务器连接端口
    port: 6379
    # Redis 密码
    password:
    lettuce:
      pool:
        # 连接池中的最小空闲连接
        min-idle: 8
        # 连接池中的最大空闲连接
        max-idle: 500
        # 连接池最大连接数(使用负值表示没有限制)
        max-active: 2000
        # 连接池最大阻塞等待时间(使用负值表示没有限制)
        max-wait: 10000
    # 连接超时时间(毫秒)
    timeout: 5000
src/main/resources/application.yml
New file
@@ -0,0 +1,37 @@
server:
  port: 8080
  tomcat:
    uri-encoding: utf-8
spring:
  profiles:
    active: dev
  thymeleaf:
    cache: false
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8
  aop:
    proxy-target-class: true
mybatis-plus:
  type-aliases-package: com.xcong.excoin.*.entity
  mapper-locations: classpath:mapper/*/*.xml
  configuration:
    jdbc-type-for-null: null
  global-config:
    banner: false
    db-config:
      select-strategy: not_empty
logging:
  level:
    com:
      baomidou:
        mybatisplus:
          core:
            metadata:
              TableInfoHelper: error
src/main/resources/banner.txt
New file
@@ -0,0 +1,10 @@
 _______      ___    ___ ________  ________  ___  ________
|\  ___ \    |\  \  /  /|\   ____\|\   __  \|\  \|\   ___  \
\ \   __/|   \ \  \/  / | \  \___|\ \  \|\  \ \  \ \  \\ \  \
 \ \  \_|/__  \ \    / / \ \  \    \ \  \\\  \ \  \ \  \\ \  \
  \ \  \_|\ \  /     \/   \ \  \____\ \  \\\  \ \  \ \  \\ \  \
   \ \_______\/  /\   \    \ \_______\ \_______\ \__\ \__\\ \__\
    \|_______/__/ /\ __\    \|_______|\|_______|\|__|\|__| \|__|
             |__|/ \|__|
|    Spring-Boot-Version: ${spring-boot.version}   |
src/main/resources/febs.properties
New file
@@ -0,0 +1,43 @@
# 项目启动后是否使用系统默认浏览器打开登录页,默认开启
febs.autoOpenBrowser=true
# session 超时时间,单位为秒
febs.shiro.session_timeout=3600
# rememberMe cookie有效时长,单位为秒
febs.shiro.cookie_timeout=86400
# 免认证的路径配置,如静态资源等
febs.shiro.anon_url=/test/**,/febs/**,/img/**,/layui/**,/json/**,/images/captcha,/regist,/actuator/**
# 登录 url
febs.shiro.login_url=/login
# 首页 url
febs.shiro.success_url=/index
# 登出 url
febs.shiro.logout_url=/logout
# 未授权跳转 url
febs.shiro.unauthorized_url=/unauthorized
# Excel单次导入最大数据量,如 300个数据一次commit
febs.maxBatchInsertNum=300
# 验证码相关配置
# 验证码有效时间,单位秒
febs.auth.code.time=120
# 验证码图片格式,png
febs.auth.code.type=png
# 验证码图片宽度,px
febs.auth.code.width=115
# 验证码图片高度,px
febs.auth.code.height=42
# 验证码位数
febs.auth.code.length=4
# 验证码类型:1. 数字+字母;2. 纯数字;3. 纯字母
febs.auth.code.charType=2
# Swagger相关配置
febs.swagger.basePackage=com.xcong.excoin
febs.swagger.title=FEBS Shiro API
febs.swagger.description=FEBS Shiro API Document.
febs.swagger.version=2.0
febs.swagger.author=MrBird
febs.swagger.url=https://mrbird.cc
febs.swagger.email=852252810@qq.com
febs.swagger.license=Apache 2.0
febs.swagger.licenseUrl=https://www.apache.org/licenses/LICENSE-2.0.html
src/main/resources/generator/templates/controller.ftl
New file
@@ -0,0 +1,96 @@
package com.xcong.excoin.system.controller;
import ControllerEndpoint;
import FebsUtil;
import FebsConstant;
import BaseController;
import FebsResponse;
import QueryRequest;
import ${basePackage}.${entityPackage}.${className};
import ${basePackage}.${servicePackage}.I${className}Service;
import com.wuwenze.poi.ExcelKit;
import lombok.extern.slf4j.Slf4j;
import lombok.RequiredArgsConstructor;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import java.util.List;
import java.util.Map;
/**
 * ${tableComment} Controller
 *
 * @author ${author}
 * @date ${date}
 */
@Slf4j
@Validated
@Controller
@RequiredArgsConstructor
public class ${className}Controller extends BaseController {
    private final I${className}Service ${className?uncap_first}Service;
    @GetMapping(FebsConstant.VIEW_PREFIX + "${className?uncap_first}")
    public String ${className?uncap_first}Index(){
        return FebsUtil.view("${className?uncap_first}/${className?uncap_first}");
    }
    @GetMapping("${className?uncap_first}")
    @ResponseBody
    @RequiresPermissions("${className?uncap_first}:list")
    public FebsResponse getAll${className}s(${className} ${className?uncap_first}) {
        return new FebsResponse().success().data(${className?uncap_first}Service.find${className}s(${className?uncap_first}));
    }
    @GetMapping("${className?uncap_first}/list")
    @ResponseBody
    @RequiresPermissions("${className?uncap_first}:list")
    public FebsResponse ${className?uncap_first}List(QueryRequest request, ${className} ${className?uncap_first}) {
        Map<String, Object> dataTable = getDataTable(this.${className?uncap_first}Service.find${className}s(request, ${className?uncap_first}));
        return new FebsResponse().success().data(dataTable);
    }
    @ControllerEndpoint(operation = "新增${className}", exceptionMessage = "新增${className}失败")
    @PostMapping("${className?uncap_first}")
    @ResponseBody
    @RequiresPermissions("${className?uncap_first}:add")
    public FebsResponse add${className}(@Valid ${className} ${className?uncap_first}) {
        this.${className?uncap_first}Service.create${className}(${className?uncap_first});
        return new FebsResponse().success();
    }
    @ControllerEndpoint(operation = "删除${className}", exceptionMessage = "删除${className}失败")
    @GetMapping("${className?uncap_first}/delete")
    @ResponseBody
    @RequiresPermissions("${className?uncap_first}:delete")
    public FebsResponse delete${className}(${className} ${className?uncap_first}) {
        this.${className?uncap_first}Service.delete${className}(${className?uncap_first});
        return new FebsResponse().success();
    }
    @ControllerEndpoint(operation = "修改${className}", exceptionMessage = "修改${className}失败")
    @PostMapping("${className?uncap_first}/update")
    @ResponseBody
    @RequiresPermissions("${className?uncap_first}:update")
    public FebsResponse update${className}(${className} ${className?uncap_first}) {
        this.${className?uncap_first}Service.update${className}(${className?uncap_first});
        return new FebsResponse().success();
    }
    @ControllerEndpoint(operation = "修改${className}", exceptionMessage = "导出Excel失败")
    @PostMapping("${className?uncap_first}/excel")
    @ResponseBody
    @RequiresPermissions("${className?uncap_first}:export")
    public void export(QueryRequest queryRequest, ${className} ${className?uncap_first}, HttpServletResponse response) {
        List<${className}> ${className?uncap_first}s = this.${className?uncap_first}Service.find${className}s(queryRequest, ${className?uncap_first}).getRecords();
        ExcelKit.$Export(${className}.class, response).downXlsx(${className?uncap_first}s, false);
    }
}
src/main/resources/generator/templates/entity.ftl
New file
@@ -0,0 +1,67 @@
package ${basePackage}.${entityPackage};
<#if hasDate = true>
import java.util.Date;
</#if>
<#if hasBigDecimal = true>
import java.math.BigDecimal;
</#if>
import lombok.Data;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
/**
 * ${tableComment} Entity
 *
 * @author ${author}
 * @date ${date}
 */
@Data
@TableName("${tableName}")
public class ${className} {
    <#if columns??>
        <#list columns as column>
    /**
     * ${column.remark}
     */
    <#if column.isKey = true>
    @TableId(value = "${column.name}", type = IdType.AUTO)
    <#else>
    @TableField("${column.name}")
    </#if>
    <#if (column.type = 'varchar' || column.type = 'text' || column.type = 'uniqueidentifier'
        || column.type = 'varchar2' || column.type = 'nvarchar' || column.type = 'VARCHAR2'
        || column.type = 'VARCHAR'|| column.type = 'CLOB' || column.type = 'char')>
    private String ${column.field?uncap_first};
    </#if>
    <#if column.type = 'timestamp' || column.type = 'date' || column.type = 'datetime'||column.type = 'TIMESTAMP' || column.type = 'DATE' || column.type = 'DATETIME'>
    private Date ${column.field?uncap_first};
    </#if>
    <#if column.type = 'int' || column.type = 'smallint'>
    private Integer ${column.field?uncap_first};
    </#if>
    <#if column.type = 'bigint'>
    private Long ${column.field?uncap_first};
    </#if>
    <#if column.type = 'double'>
    private Double ${column.field?uncap_first};
    </#if>
    <#if column.type = 'tinyint'>
    private Byte ${column.field?uncap_first};
    </#if>
    <#if column.type = 'decimal' || column.type = 'numeric'>
    private BigDecimal ${column.field?uncap_first};
    </#if>
        </#list>
    </#if>
}
src/main/resources/generator/templates/mapper.ftl
New file
@@ -0,0 +1,14 @@
package ${basePackage}.${mapperPackage};
import ${basePackage}.${entityPackage}.${className};
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
 * ${tableComment} Mapper
 *
 * @author ${author}
 * @date ${date}
 */
public interface ${className}Mapper extends BaseMapper<${className}> {
}
src/main/resources/generator/templates/mapperXml.ftl
New file
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="${basePackage}.${mapperPackage}.${className}Mapper">
</mapper>
src/main/resources/generator/templates/service.ftl
New file
@@ -0,0 +1,55 @@
package ${basePackage}.${servicePackage};
import ${basePackage}.${entityPackage}.${className};
import QueryRequest;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
/**
 * ${tableComment} Service接口
 *
 * @author ${author}
 * @date ${date}
 */
public interface I${className}Service extends IService<${className}> {
    /**
     * 查询(分页)
     *
     * @param request QueryRequest
     * @param ${className?uncap_first} ${className?uncap_first}
     * @return IPage<${className}>
     */
    IPage<${className}> find${className}s(QueryRequest request, ${className} ${className?uncap_first});
    /**
     * 查询(所有)
     *
     * @param ${className?uncap_first} ${className?uncap_first}
     * @return List<${className}>
     */
    List<${className}> find${className}s(${className} ${className?uncap_first});
    /**
     * 新增
     *
     * @param ${className?uncap_first} ${className?uncap_first}
     */
    void create${className}(${className} ${className?uncap_first});
    /**
     * 修改
     *
     * @param ${className?uncap_first} ${className?uncap_first}
     */
    void update${className}(${className} ${className?uncap_first});
    /**
     * 删除
     *
     * @param ${className?uncap_first} ${className?uncap_first}
     */
    void delete${className}(${className} ${className?uncap_first});
}
src/main/resources/generator/templates/serviceImpl.ftl
New file
@@ -0,0 +1,66 @@
package ${basePackage}.${serviceImplPackage};
import QueryRequest;
import ${basePackage}.${entityPackage}.${className};
import ${basePackage}.${mapperPackage}.${className}Mapper;
import ${basePackage}.${servicePackage}.I${className}Service;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.transaction.annotation.Propagation;
import lombok.RequiredArgsConstructor;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import java.util.List;
/**
 * ${tableComment} Service实现
 *
 * @author ${author}
 * @date ${date}
 */
@Service
@RequiredArgsConstructor
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public class ${className}ServiceImpl extends ServiceImpl<${className}Mapper, ${className}> implements I${className}Service {
    private final ${className}Mapper ${className?uncap_first}Mapper;
    @Override
    public IPage<${className}> find${className}s(QueryRequest request, ${className} ${className?uncap_first}) {
        LambdaQueryWrapper<${className}> queryWrapper = new LambdaQueryWrapper<>();
        // TODO 设置查询条件
        Page<${className}> page = new Page<>(request.getPageNum(), request.getPageSize());
        return this.page(page, queryWrapper);
    }
    @Override
    public List<${className}> find${className}s(${className} ${className?uncap_first}) {
        LambdaQueryWrapper<${className}> queryWrapper = new LambdaQueryWrapper<>();
        // TODO 设置查询条件
        return this.baseMapper.selectList(queryWrapper);
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void create${className}(${className} ${className?uncap_first}) {
        this.save(${className?uncap_first});
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void update${className}(${className} ${className?uncap_first}) {
        this.saveOrUpdate(${className?uncap_first});
    }
    @Override
    @Transactional(rollbackFor = Exception.class)
    public void delete${className}(${className} ${className?uncap_first}) {
        LambdaQueryWrapper<${className}> wrapper = new LambdaQueryWrapper<>();
        // TODO 设置删除条件
        this.remove(wrapper);
    }
}
src/main/resources/ip2region/ip2region.db
Binary files differ
src/main/resources/logback-spring.xml
New file
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false">
    <contextName>febs</contextName>
    <property name="log.path" value="logs" />
    <property name="log.maxHistory" value="15" />
    <property name="log.colorPattern" value="%magenta(%d{yyyy-MM-dd HH:mm:ss}) %highlight(%-5level) %yellow(%thread) %green(%logger) %msg%n"/>
    <property name="log.pattern" value="%d{yyyy-MM-dd HH:mm:ss} %-5level %thread %logger %msg%n"/>
    <!--输出到控制台-->
    <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>${log.colorPattern}</pattern>
        </encoder>
    </appender>
    <!--输出到文件-->
    <appender name="file_info" class="ch.qos.logback.core.rolling.RollingFileAppender">
        <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
            <fileNamePattern>${log.path}/info/info.%d{yyyy-MM-dd}.log</fileNamePattern>
            <MaxHistory>${log.maxHistory}</MaxHistory>
        </rollingPolicy>
        <encoder>
            <pattern>${log.pattern}</pattern>
        </encoder>
        <filter class="ch.qos.logback.classic.filter.LevelFilter">
            <level>INFO</level>
            <onMatch>ACCEPT</onMatch>
            <onMismatch>DENY</onMismatch>
        </filter>
    </appender>
    <appender name="file_error" class="ch.qos.logback.core.rolling.RollingFileAppender">
        <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
            <fileNamePattern>${log.path}/error/error.%d{yyyy-MM-dd}.log</fileNamePattern>
        </rollingPolicy>
        <encoder>
            <pattern>${log.pattern}</pattern>
        </encoder>
        <filter class="ch.qos.logback.classic.filter.LevelFilter">
            <level>ERROR</level>
            <onMatch>ACCEPT</onMatch>
            <onMismatch>DENY</onMismatch>
        </filter>
    </appender>
    <root level="debug">
        <appender-ref ref="console" />
    </root>
    <root level="info">
        <appender-ref ref="file_info" />
        <appender-ref ref="file_error" />
    </root>
</configuration>
src/main/resources/mapper/generator/GeneratorMapper.xml
New file
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.xcong.excoin.generator.mapper.GeneratorMapper">
    <!--查询可用数据库-->
    <select id="getDatabases" resultType="java.lang.String">
        SELECT DISTINCT TABLE_SCHEMA FROM information_schema.TABLES
    </select>
    <!--查询数据库下面的表-->
    <select id="getTables" resultType="table" parameterType="string">
        SELECT
            CREATE_TIME createTime,
            UPDATE_TIME updateTime,
            TABLE_ROWS dataRows,
            TABLE_NAME name,
            TABLE_COMMENT remark
        FROM
            information_schema.TABLES
        WHERE
            TABLE_SCHEMA = #{schemaName}
        <if test="tableName != null and tableName != ''">
            AND TABLE_NAME = #{tableName}
        </if>
    </select>
    <!--查询数据库表下面的列属性-->
    <select id="getColumns" resultType="column">
        SELECT
        COLUMN_NAME name,
        CASE
            COLUMN_key
        WHEN 'PRI' THEN
                1 ELSE 0
        END isKey,
        DATA_TYPE type,
        COLUMN_COMMENT remark
        FROM information_schema.COLUMNS
        WHERE TABLE_SCHEMA = #{schemaName} AND TABLE_NAME = #{tableName}
    </select>
</mapper>
src/main/resources/mapper/job/JobMapper.xml
New file
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.xcong.excoin.job.mapper.JobMapper">
    <select id="queryList" resultType="job">
        select job_id          jobId,
               bean_name       beanName,
               method_name     methodName,
               params,
               cron_expression cronExpression,
               status,
               remark,
               create_time     createTime
        from t_job
        order by job_id
    </select>
</mapper>
src/main/resources/mapper/system/LoginLogMapper.xml
New file
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.xcong.excoin.monitor.mapper.LoginLogMapper">
    <select id="findTotalVisitCount" resultType="long">
        select count(1) from t_login_log
    </select>
    <select id="findTodayVisitCount" resultType="long">
        SELECT count(1) FROM t_login_log WHERE login_time between CURDATE() and DATE_ADD(CURDATE(), INTERVAL 1 DAY)
    </select>
    <select id="findTodayIp" resultType="long">
        SELECT count(DISTINCT(ip)) FROM t_login_log WHERE login_time between CURDATE() and DATE_ADD(CURDATE(), INTERVAL 1 DAY)
    </select>
    <select id="findLastSevenDaysVisitCount" resultType="map" parameterType="string">
        select
        date_format(l.login_time, '%m-%d') days,
        count(1) count
        from
        (
        select
        *
        from
        t_login_log
        where
        date_sub(curdate(), interval 10 day) &lt;= date(login_time)
        ) as l where 1 = 1
        <if test="username != null and username != ''">
            and l.username = #{username}
        </if>
        group by
        days
    </select>
</mapper>
src/main/resources/mapper/system/MenuMapper.xml
New file
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.xcong.excoin.system.mapper.MenuMapper">
    <resultMap id="menu" type="com.xcong.excoin.system.entity.Menu">
        <id column="MENU_ID" jdbcType="DECIMAL" property="menuId" />
        <result column="PARENT_ID" jdbcType="DECIMAL" property="parentId" />
        <result column="MENU_NAME" jdbcType="VARCHAR" property="menuName" />
        <result column="URL" jdbcType="VARCHAR" property="url" />
        <result column="PERMS" jdbcType="VARCHAR" property="perms" />
        <result column="ICON" jdbcType="VARCHAR" property="icon" />
        <result column="TYPE" jdbcType="CHAR" property="type" />
        <result column="ORDER_NUM" jdbcType="DECIMAL" property="orderNum" />
        <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" />
        <result column="MODIFY_TIME" jdbcType="TIMESTAMP" property="modifyTime" />
    </resultMap>
    <select id="findUserPermissions" resultMap="menu">
        SELECT
            m.perms
        FROM
            t_role r
        LEFT JOIN t_user_role ur ON (r.role_id = ur.role_id)
        LEFT JOIN t_user u ON (u.user_id = ur.user_id)
        LEFT JOIN t_role_menu rm ON (rm.role_id = r.role_id)
        LEFT JOIN t_menu m ON (m.menu_id = rm.menu_id)
        WHERE
            u.username = #{username}
        AND m.perms is not null
        AND m.perms &lt;&gt; ''
    </select>
    <select id="findUserMenus" resultMap="menu">
        SELECT
            m.*
        FROM
            t_menu m
        WHERE
            m.type &lt;&gt; 1
        AND m.MENU_ID IN (
            SELECT DISTINCT
                rm.menu_id
            FROM
                t_role_menu rm
            LEFT JOIN t_role r ON (rm.role_id = r.role_id)
            LEFT JOIN t_user_role ur ON (ur.role_id = r.role_id)
            LEFT JOIN t_user u ON (u.user_id = ur.user_id)
            WHERE
                u.username = #{username}
        )
        ORDER BY
          m.order_num
    </select>
</mapper>
src/main/resources/mapper/system/RoleMapper.xml
New file
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.xcong.excoin.system.mapper.RoleMapper">
    <resultMap id="roleMap" type="com.xcong.excoin.system.entity.Role">
        <result column="ROLE_ID" jdbcType="DECIMAL" property="roleId" />
        <result column="ROLE_NAME" jdbcType="VARCHAR" property="roleName" />
        <result column="REMARK" jdbcType="VARCHAR" property="remark" />
        <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" />
        <result column="MODIFY_TIME" jdbcType="TIMESTAMP" property="modifyTime" />
    </resultMap>
    <select id="findUserRole" resultMap="roleMap">
        SELECT
            r.*
        FROM
            t_role r
        LEFT JOIN t_user_role ur ON (r.role_id = ur.role_id)
        LEFT JOIN t_user u ON (u.user_id = ur.user_id)
        WHERE
            u.username = #{username}
    </select>
    <select id="countRole" parameterType="role" resultType="Long">
        SELECT
        COUNT(1)
        FROM
        t_role r
        WHERE 1 = 1
        <if test="role.roleName != null and role.roleName != ''">
            AND r.role_name like CONCAT('%',#{role.roleName},'%')
        </if>
    </select>
    <select id="findRolePage" parameterType="role" resultType="role">
        SELECT
            r.role_id roleId,
            r.role_name roleName,
            r.remark,
            r.create_time createTime,
            r.modify_time modifyTime,
            GROUP_CONCAT( rm.menu_id ) menuIds
        FROM
            t_role r
                LEFT JOIN t_role_menu rm ON ( r.role_id = rm.role_id )
        WHERE 1 = 1
        <if test="role.roleName != null and role.roleName != ''">
            AND r.role_name like CONCAT('%',#{role.roleName},'%')
        </if>
        GROUP BY
        r.role_id
    </select>
</mapper>
src/main/resources/mapper/system/UserMapper.xml
New file
@@ -0,0 +1,152 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.xcong.excoin.system.mapper.UserMapper">
    <sql id="countUserDetailSql" >
        SELECT
        COUNT(1)
        FROM
        t_user u
        WHERE 1 = 1
        <if test="user.username != null and user.username != ''">
            AND u.username = #{user.username}
        </if>
        <if test="user.deptId != null and user.deptId != ''">
            AND u.dept_id = #{user.deptId}
        </if>
        <if test="user.sex != null and user.sex != ''">
            AND u.ssex = #{user.sex}
        </if>
        <if test="user.status != null and user.status != ''">
            AND u.status = #{user.status}
        </if>
        <if test="user.mobile != null and user.mobile != ''">
            AND u.mobile = #{user.mobile}
        </if>
        <if test="user.createTimeFrom != null and user.createTimeFrom !=''">
            And u.create_time &gt; #{user.createTimeFrom}
        </if>
        <if test="user.createTimeTo!= null and user.createTimeTo !=''">
            And u.create_time &lt; #{user.createTimeTo}
        </if>
    </sql>
    <sql id="findUserDetailSql">
        SELECT
        u.user_id userId,
        u.username,
        u.email,
        u.mobile,
        u.status,
        u.create_time createTime,
        u.ssex sex,
        u.dept_id deptId,
        u.last_login_time lastLoginTime,
        u.modify_time modifyTime,
        u.description,
        u.avatar,
        d.dept_name deptName,
        GROUP_CONCAT(r.role_id) roleId,
        GROUP_CONCAT(r.ROLE_NAME) roleName
        FROM
        t_user u
        LEFT JOIN t_dept d ON (u.dept_id = d.dept_id)
        LEFT JOIN t_user_role ur ON (u.user_id = ur.user_id)
        LEFT JOIN t_role r ON r.role_id = ur.role_id
        WHERE 1 = 1
        <if test="user.username != null and user.username != ''">
            AND u.username = #{user.username}
        </if>
        <if test="user.deptId != null and user.deptId != ''">
            AND d.dept_id = #{user.deptId}
        </if>
        <if test="user.sex != null and user.sex != ''">
            AND u.ssex = #{user.sex}
        </if>
        <if test="user.status != null and user.status != ''">
            AND u.status = #{user.status}
        </if>
        <if test="user.mobile != null and user.mobile != ''">
            AND u.mobile = #{user.mobile}
        </if>
        <if test="user.createTimeFrom != null and user.createTimeFrom !=''">
            And u.create_time &gt; #{user.createTimeFrom}
        </if>
        <if test="user.createTimeTo!= null and user.createTimeTo !=''">
            And u.create_time &lt; #{user.createTimeTo}
        </if>
        GROUP BY
            u.username,
            u.user_id,
            u.email,
            u.mobile,
            u.status,
            u.create_time,
            u.ssex,
            u.dept_id,
            u.last_login_time,
            u.modify_time,
            u.description,
            u.avatar
    </sql>
    <select id="countUserDetail" parameterType="user" resultType="long">
        <include refid="countUserDetailSql"/>
    </select>
    <select id="findUserDetailPage" parameterType="user" resultType="user">
        <include refid="findUserDetailSql"/>
    </select>
    <select id="findUserDetail" parameterType="user" resultType="user">
        <include refid="findUserDetailSql"/>
    </select>
    <select id="findByName" parameterType="string" resultType="user">
        SELECT
        u.user_id userId,
        u.username,
        u.email,
        u.mobile,
        u.password,
        u.status,
        u.create_time createTime,
        u.ssex sex,
        u.dept_id deptId,
        u.last_login_time lastLoginTime,
        u.modify_time modifyTime,
        u.description,
        u.avatar,
        u.theme,
        u.is_tab isTab,
        d.dept_name deptName,
        GROUP_CONCAT(r.role_id) roleId,
        GROUP_CONCAT(r.ROLE_NAME) roleName
        FROM
        t_user u
        LEFT JOIN t_dept d ON (u.dept_id = d.dept_id)
        LEFT JOIN t_user_role ur ON (u.user_id = ur.user_id)
        LEFT JOIN t_role r ON r.role_id = ur.role_id
        WHERE  u.username = #{username}
        GROUP BY
            u.username,
            u.user_id,
            u.email,
            u.mobile,
            u.password,
            u.status,
            u.create_time,
            u.ssex,
            u.dept_id,
            u.last_login_time,
            u.modify_time,
            u.description,
            u.avatar,
            u.theme,
            u.is_tab
    </select>
    <select id="findUserDataPermissions" parameterType="long" resultType="userDataPermission">
        select user_id userId, dept_id deptId from t_user_data_permission
        where user_id = #{userId}
    </select>
</mapper>
src/main/resources/spy.properties
New file
@@ -0,0 +1,13 @@
# p6spy���ã��ĵ� https://p6spy.readthedocs.io/en/latest/configandusage.html
# ʹ����־ϵͳ��¼ sql
appender=com.p6spy.engine.spy.appender.Slf4JLogger
# �Զ�����־��ӡ
logMessageFormat=com.xcong.excoin.common.configure.P6spySqlFormatConfigure
# �Ƿ����� SQL��¼
outagedetection=true
# �� SQL��¼��׼ 2 ��
outagedetectioninterval=2
# ��������
filter=true
# ���� QRTZ�IJ���ӡ
exclude=QRTZ,select 1
src/main/resources/static/febs/config.js
New file
@@ -0,0 +1,18 @@
layui.define(function(exports) {
  exports('conf', {
    container: 'febs',
    containerBody: 'febs-body',
    v: '2.0',
    base: layui.cache.base,
    css: layui.cache.base + 'css/',
    views: layui.cache.base + 'views/',
    viewLoadBar: true,
    debug: layui.cache.debug,
    name: 'febs',
    entry: '/index',
    engine: '',
    eventName: 'febs-event',
    tableName: 'febs',
    requestUrl: './'
  })
});
src/main/resources/static/febs/css/apexcharts.min.css
New file
@@ -0,0 +1 @@
.apexcharts-canvas{position:relative;user-select:none}.apexcharts-canvas ::-webkit-scrollbar{-webkit-appearance:none;width:6px}.apexcharts-canvas ::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);box-shadow:0 0 1px rgba(255,255,255,.5);-webkit-box-shadow:0 0 1px rgba(255,255,255,.5)}.apexcharts-canvas.dark{background:#343f57}.apexcharts-inner{position:relative}.legend-mouseover-inactive{transition:.15s ease all;opacity:.2}.apexcharts-series-collapsed{opacity:0}.apexcharts-gridline,.apexcharts-text{pointer-events:none}.apexcharts-tooltip{border-radius:5px;box-shadow:2px 2px 6px -4px #999;cursor:default;font-size:14px;left:62px;opacity:0;pointer-events:none;position:absolute;top:20px;overflow:hidden;white-space:nowrap;z-index:12;transition:.15s ease all}.apexcharts-tooltip.light{border:1px solid #e3e3e3;background:rgba(255,255,255,.96)}.apexcharts-tooltip.dark{color:#fff;background:rgba(30,30,30,.8)}.apexcharts-tooltip *{font-family:inherit}.apexcharts-area-series .apexcharts-area,.apexcharts-line,.apexcharts-tooltip .apexcharts-marker{pointer-events:none}.apexcharts-tooltip.active{opacity:1;transition:.15s ease all}.apexcharts-tooltip-title{padding:6px;font-size:15px;margin-bottom:4px}.apexcharts-tooltip.light .apexcharts-tooltip-title{background:#eceff1;border-bottom:1px solid #ddd}.apexcharts-tooltip.dark .apexcharts-tooltip-title{background:rgba(0,0,0,.7);border-bottom:1px solid #333}.apexcharts-tooltip-text-value,.apexcharts-tooltip-text-z-value{display:inline-block;margin-left:5px;font-weight:600}.apexcharts-tooltip-text-z-label:empty,.apexcharts-tooltip-text-z-value:empty{display:none}.apexcharts-tooltip-marker{width:12px;height:12px;position:relative;top:0;margin-right:10px;border-radius:50%}.apexcharts-tooltip-series-group{padding:0 10px;display:none;text-align:left;justify-content:left;align-items:center}.apexcharts-tooltip-series-group.active .apexcharts-tooltip-marker{opacity:1}.apexcharts-tooltip-series-group.active,.apexcharts-tooltip-series-group:last-child{padding-bottom:4px}.apexcharts-tooltip-series-group-hidden{opacity:0;height:0;line-height:0;padding:0!important}.apexcharts-tooltip-y-group{padding:6px 0 5px}.apexcharts-tooltip-candlestick{padding:4px 8px}.apexcharts-tooltip-candlestick>div{margin:4px 0}.apexcharts-tooltip-candlestick span.value{font-weight:700}.apexcharts-tooltip-rangebar{padding:5px 8px}.apexcharts-tooltip-rangebar .category{font-weight:600;color:#777}.apexcharts-tooltip-rangebar .series-name{font-weight:700;display:block;margin-bottom:5px}.apexcharts-xaxistooltip{opacity:0;padding:9px 10px;pointer-events:none;color:#373d3f;font-size:13px;text-align:center;border-radius:2px;position:absolute;z-index:10;background:#eceff1;border:1px solid #90a4ae;transition:.15s ease all}.apexcharts-xaxistooltip.dark{background:rgba(0,0,0,.7);border:1px solid rgba(0,0,0,.5);color:#fff}.apexcharts-xaxistooltip:after,.apexcharts-xaxistooltip:before{left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.apexcharts-xaxistooltip:after{border-color:rgba(236,239,241,0);border-width:6px;margin-left:-6px}.apexcharts-xaxistooltip:before{border-color:rgba(144,164,174,0);border-width:7px;margin-left:-7px}.apexcharts-xaxistooltip-bottom:after,.apexcharts-xaxistooltip-bottom:before{bottom:100%}.apexcharts-xaxistooltip-top:after,.apexcharts-xaxistooltip-top:before{top:100%}.apexcharts-xaxistooltip-bottom:after{border-bottom-color:#eceff1}.apexcharts-xaxistooltip-bottom:before{border-bottom-color:#90a4ae}.apexcharts-xaxistooltip-bottom.dark:after,.apexcharts-xaxistooltip-bottom.dark:before{border-bottom-color:rgba(0,0,0,.5)}.apexcharts-xaxistooltip-top:after{border-top-color:#eceff1}.apexcharts-xaxistooltip-top:before{border-top-color:#90a4ae}.apexcharts-xaxistooltip-top.dark:after,.apexcharts-xaxistooltip-top.dark:before{border-top-color:rgba(0,0,0,.5)}.apexcharts-xaxistooltip.active{opacity:1;transition:.15s ease all}.apexcharts-yaxistooltip{opacity:0;padding:4px 10px;pointer-events:none;color:#373d3f;font-size:13px;text-align:center;border-radius:2px;position:absolute;z-index:10;background:#eceff1;border:1px solid #90a4ae}.apexcharts-yaxistooltip.dark{background:rgba(0,0,0,.7);border:1px solid rgba(0,0,0,.5);color:#fff}.apexcharts-yaxistooltip:after,.apexcharts-yaxistooltip:before{top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.apexcharts-yaxistooltip:after{border-color:rgba(236,239,241,0);border-width:6px;margin-top:-6px}.apexcharts-yaxistooltip:before{border-color:rgba(144,164,174,0);border-width:7px;margin-top:-7px}.apexcharts-yaxistooltip-left:after,.apexcharts-yaxistooltip-left:before{left:100%}.apexcharts-yaxistooltip-right:after,.apexcharts-yaxistooltip-right:before{right:100%}.apexcharts-yaxistooltip-left:after{border-left-color:#eceff1}.apexcharts-yaxistooltip-left:before{border-left-color:#90a4ae}.apexcharts-yaxistooltip-left.dark:after,.apexcharts-yaxistooltip-left.dark:before{border-left-color:rgba(0,0,0,.5)}.apexcharts-yaxistooltip-right:after{border-right-color:#eceff1}.apexcharts-yaxistooltip-right:before{border-right-color:#90a4ae}.apexcharts-yaxistooltip-right.dark:after,.apexcharts-yaxistooltip-right.dark:before{border-right-color:rgba(0,0,0,.5)}.apexcharts-yaxistooltip.active{opacity:1}.apexcharts-xcrosshairs,.apexcharts-ycrosshairs{pointer-events:none;opacity:0;transition:.15s ease all}.apexcharts-xcrosshairs.active,.apexcharts-ycrosshairs.active{opacity:1;transition:.15s ease all}.apexcharts-ycrosshairs-hidden{opacity:0}.apexcharts-zoom-rect{pointer-events:none}.apexcharts-selection-rect{cursor:move}.svg_select_points,.svg_select_points_rot{opacity:0;visibility:hidden}.svg_select_points_l,.svg_select_points_r{cursor:ew-resize;opacity:1;visibility:visible;fill:#888}.apexcharts-canvas.zoomable .hovering-zoom{cursor:crosshair}.apexcharts-canvas.zoomable .hovering-pan{cursor:move}.apexcharts-xaxis,.apexcharts-yaxis{pointer-events:none}.apexcharts-menu-icon,.apexcharts-pan-icon,.apexcharts-reset-zoom-icon,.apexcharts-selection-icon,.apexcharts-toolbar-custom-icon,.apexcharts-zoom-icon,.apexcharts-zoom-in-icon,.apexcharts-zoom-out-icon{cursor:pointer;width:20px;height:20px;line-height:24px;color:#6e8192;text-align:center}.apexcharts-menu-icon svg,.apexcharts-reset-zoom-icon svg,.apexcharts-zoom-icon svg,.apexcharts-zoom-in-icon svg,.apexcharts-zoom-out-icon svg{fill:#6e8192}.apexcharts-selection-icon svg{fill:#444;transform:scale(.76)}.dark .apexcharts-menu-icon svg,.dark .apexcharts-pan-icon svg,.dark .apexcharts-reset-zoom-icon svg,.dark .apexcharts-selection-icon svg,.dark .apexcharts-toolbar-custom-icon svg,.dark .apexcharts-zoom-icon svg,.dark .apexcharts-zoom-in-icon svg,.dark .apexcharts-zoom-out-icon svg{fill:#f3f4f5}.apexcharts-canvas .apexcharts-reset-zoom-icon.selected svg,.apexcharts-canvas .apexcharts-selection-icon.selected svg,.apexcharts-canvas .apexcharts-zoom-icon.selected svg{fill:#008ffb}.light .apexcharts-menu-icon:hover svg,.light .apexcharts-reset-zoom-icon:hover svg,.light .apexcharts-selection-icon:not(.selected):hover svg,.light .apexcharts-zoom-icon:not(.selected):hover svg,.light .apexcharts-zoom-in-icon:hover svg,.light .apexcharts-zoom-out-icon:hover svg{fill:#333}.apexcharts-menu-icon,.apexcharts-selection-icon{position:relative}.apexcharts-reset-zoom-icon{margin-left:5px}.apexcharts-menu-icon,.apexcharts-reset-zoom-icon,.apexcharts-zoom-icon{transform:scale(.85)}.apexcharts-zoom-in-icon,.apexcharts-zoom-out-icon{transform:scale(.7)}.apexcharts-zoom-out-icon{margin-right:3px}.apexcharts-pan-icon{transform:scale(.62);position:relative;left:1px;top:0}.apexcharts-pan-icon svg{fill:#fff;stroke:#6e8192;stroke-width:2}.apexcharts-pan-icon.selected svg{stroke:#008ffb}.apexcharts-pan-icon:not(.selected):hover svg{stroke:#333}.apexcharts-toolbar{position:absolute;z-index:11;top:0;right:3px;max-width:176px;text-align:right;border-radius:3px;padding:0 6px 2px;display:flex;justify-content:space-between;align-items:center}.apexcharts-toolbar svg{pointer-events:none}.apexcharts-menu{background:#fff;position:absolute;top:100%;border:1px solid #ddd;border-radius:3px;padding:3px;right:10px;opacity:0;min-width:110px;transition:.15s ease all;pointer-events:none}.apexcharts-menu.open{opacity:1;pointer-events:all;transition:.15s ease all}.apexcharts-menu-item{padding:6px 7px;font-size:12px;cursor:pointer}.light .apexcharts-menu-item:hover{background:#eee}.dark .apexcharts-menu{background:rgba(0,0,0,.7);color:#fff}@media screen and (min-width:768px){.apexcharts-canvas:hover .apexcharts-toolbar{opacity:1}}.apexcharts-datalabel.hidden{opacity:0}.apexcharts-datalabel,.apexcharts-datalabel-label,.apexcharts-datalabel-value,.apexcharts-pie-label{cursor:default;pointer-events:none}.apexcharts-pie-label-delay{opacity:0;animation-name:opaque;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease}.apexcharts-canvas .hidden,.apexcharts-hide .apexcharts-series-points{opacity:0}.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-radar-series path,.apexcharts-radar-series polygon{pointer-events:none}.apexcharts-marker{transition:.15s ease all}@keyframes opaque{0%{opacity:0}100%{opacity:1}}
src/main/resources/static/febs/css/eleTree.css
New file
@@ -0,0 +1 @@
.eleTree{position:relative}.eleTree-hide{display:none}.eleTree-loadData{width:100%;height:100%;position:absolute;z-index:1;top:0px}.eleTree-loadData .layui-icon{position:absolute;left:50%;top:50%;transform:translateX(-50%)  translateY(-50%)}.eleTree-node-content{cursor:pointer;height:26px;line-height:1.3;white-space:nowrap}.eleTree-node-content:hover,.eleTree-node-content.eleTree-node-content-active{background-color:#eee}.eleTree-node-content-icon .layui-icon{padding:6px 3px;color:#c0c4cc;font-size:12px;display:inline-block;transform:rotate(0deg);transition:transform .3s ease-in-out}.eleTree-node-content-icon .layui-icon.icon-rotate{transform:rotate(90deg)}.eleTree-node-content .layui-form-checkbox[lay-skin=primary] i{width:13px;height:14px;line-height:1.3}.eleTree-node-content-label{padding-left:5px}.eleTree-node-content-input{width:80px;border:1px solid #e6e6e6;outline:0;padding:3px 5px;font-size:12px}input.eleTree-hideen[type=checkbox]{display:none}.eleTree-checkbox{height:auto!important;line-height:normal!important;min-height:12px;border:none!important;margin-right:0;padding-left:18px;position:relative;display:inline-block}.eleTree-checkbox i{left:0;border:1px solid #d2d2d2;font-size:12px;border-radius:2px;background-color:#fff;-webkit-transition:.1s linear;transition:.1s linear;position:absolute;top:0;color:#fff;cursor:pointer;text-align:center;width:13px;height:14px;line-height:1.3}.eleTree-checkbox i:hover{border-color:#5FB878}.eleTree-checkbox-checked i{border-color:#5FB878;background-color:#5FB878;color:#fff}.eleTree-checkbox-line:after{content:"";position:relative;width:8px;height:1px;background-color:#fff;display:inline-block;top:-4px}.eleTree-checkbox.eleTree-checkbox-disabled i{cursor:not-allowed;background-color:#f2f6fc;border-color:#dcdfe6;color:#c2c2c2}.eleTree-checkbox.eleTree-checkbox-disabled i.eleTree-checkbox-line:after{background-color:#c2c2c2}.eleTree-checkbox.eleTree-checkbox-disabled i:hover{border-color:#dcdfe6}#tree-menu{margin:0;padding:2px;position:absolute;background:#f5f5f5;border:1px solid #979797;box-shadow:2px 2px 2px #999;display:none;z-index:20181205}#tree-menu li>a{display:block;padding:0 1em;text-decoration:none;width:auto;color:#000;white-space:nowrap;line-height:2.4em;text-shadow:1px 1px 0 #fff;border-radius:1px}#tree-menu li>a:hover{background-color:#e8eff7;box-shadow:0 0 2px #0a6aa1}.tree-menu-bg{background-color:#ccc}
src/main/resources/static/febs/css/febs.css
New file
@@ -0,0 +1 @@
body{font-family:"Helvetica Neue",Helvetica,Tahoma,Arial,'PingFang SC','Source Han Sans CN','Source Han Sans','Hiragino Sans GB','WenQuanYi Micro Hei',sans-serif;}.layui-form-label{font-size:13px;}body,html,#app,.layui-body{height:100%;background:#f3f3f3}a{cursor:pointer;color:#2db7f5;transition:color 0.3s ease}a:hover{color:#1e51c7}::-webkit-scrollbar{width:5px;height:5px;background-color:#f4f4f4}::-webkit-scrollbar-track{background-color:#f1f1f1}::-webkit-scrollbar-thumb{border-radius:50px;background-color:#afb3bf !important}#app a{outline:none}#app-sidebar{top:0;z-index:1001;overflow:hidden}#app-sidebar .layui-side-scroll{padding-right:17px}#app-sidebar,#app-sidebar .layui-side-scroll,#app-sidebar .layui-nav-tree,#app-sidebar .layui-logo{width:245px}.layui-body,#app-header .layui-layout-left,.febs-tabs-wrap .febs-tabs-menu,.febs-tabs-wrap .febs-tabs-action{left:245px}#app-sidebar .layui-logo{overflow:hidden;position:static;font-size:21px;padding:0;line-height:62px;height:62px;transition:height 0.8s cubic-bezier(0.075,0.82,0.165,1)}body,html,#app-header .layui-nav .layui-nav-item a:not(.layui-nav-child-href),.febs-tabs-wrap .febs-tabs-menu li:hover,.febs-tabs-wrap .febs-tabs-action:hover,.febs-tabs-wrap .febs-tabs-active,.febs-grid:hover > p,.febs-cell-arrow:before,.febs-breadcrumb a:hover,.layui-layer-admin-page .layui-layer-setwin .layui-layer-close2:hover,.febs-tabs-wrap .febs-tabs-action:hover{color:rgba(0,0,0,.65) !important}.layui-table{color:#606266;}#app-header .layui-nav-bar,.layui-bg-black{background-color:#2db7f5 !important}.febs-c-blue,#app-sidebar .layui-logo,#app-sidebar .layui-logo span b,.febs-grid:hover .layui-icon,.febs-cell-selected,.layui-laypage a:hover,.layui-laydate-footer span[lay-type='date'],.layui-laydate .layui-laydate-footer span:hover,.layui-dropdown .layui-dropdown-option:hover,.layui-laydate td.layui-this,.febs-laydate-full td.layui-this .laydate-day-mark{color:#2db7f5 !important}#app-sidebar .layui-nav-tree .layui-nav-bar,.layui-bg-blue,.layui-layer-prompt .layui-layer-btn a.layui-layer-btn0,.layui-layer-admin-modal .layui-layer-btn a.layui-layer-btn0,.layui-laydate li.layui-this,.layui-laydate td.layui-this{background-color:#2db7f5 !important}.layui-form-select dl dd.layui-this{border-radius:2px;border:1px solid #fff}.febs-br-blue,#app-sidebar .layui-logo span,.febs-linecard,.layui-layer-prompt .layui-layer-btn a.layui-layer-btn0,.layui-layer-admin-modal .layui-layer-btn a.layui-layer-btn0,.layui-tab-brief > .layui-tab-more li.layui-this:after,.layui-tab-brief > .layui-tab-title .layui-this:after{border-color:#2db7f5 !important}#app-sidebar,#app-sidebar .layui-nav-itemed .layui-nav-child{box-shadow:2px 0 8px 0 rgba(29,35,41,0.05);background-color:#272c33}.febs-sidebar-shrink #app-sidebar .layui-nav-itemed,#app-sidebar .layui-nav-tree .layui-nav-child dd.layui-this,#app-sidebar .layui-nav-tree .layui-nav-child dd.layui-this a,#app-sidebar .layui-nav-tree .layui-this,#app-sidebar .layui-nav-tree .layui-this > a,.layui-nav-tree .layui-this > a:hover{background-color:#1c1f27}#app-sidebar .layui-logo span,#app-sidebar .layui-nav-tree .layui-nav-child dd.layui-this,#app-sidebar .layui-nav-tree .layui-nav-child dd.layui-this a,#app-sidebar .layui-nav-tree .layui-this,#app-sidebar .layui-nav-tree .layui-this > a,.layui-nav-tree .layui-this > a:hover,.layui-layer-prompt .layui-layer-btn a.layui-layer-btn0,.layui-layer-admin-modal .layui-layer-btn a.layui-layer-btn0{color:#fff}#app-header,.febs-tabs-wrap,.febs-tabs-wrap .febs-tabs-menu li,.febs-tabs-wrap .febs-tabs-action,.layui-form-checkbox,.layui-form-select dl dd.layui-disabled,.layui-btn-primary,.layui-layer-admin-page .layui-layer-setwin .layui-layer-close2,.layui-dropdown .layui-dropdown-select{background-color:#fff !important}.layui-table thead tr,.layui-table tbody tr:hover,.layui-table-header,.layui-table-hover,.layui-table-mend,.layui-table-patch,.layui-table-tool{background-color:#f8f8f8 !important}.layui-table-click{background-color:#f9f9f9 !important}.layui-table tbody tr:hover,.layui-table thead tr,.layui-table-header,.layui-table-hover,.layui-table-mend,.layui-table-patch,.layui-table-tool,.layui-table-total,.layui-table-total tr,.layui-table[lay-even] tr:nth-child(even){background-color:#f8f8f8 !important}.layui-badge-rim,.layui-colla-content,.layui-colla-item,.layui-collapse,.layui-elem-field,.layui-form-pane .layui-form-item[pane],.layui-form-pane .layui-form-label,.layui-input,.layui-layedit,.layui-layedit-tool,.layui-quote-nm,.layui-select,.layui-tab-bar,.layui-tab-card,.layui-tab-title,.layui-tab-title .layui-this:after,.layui-textarea{border-color:#f6f6f6}.layui-btn-group .layui-btn-primary:first-child{border-color:#eee}.layui-table[lay-skin='line'] td,.layui-table[lay-skin='line'] th{}.febs-table-full{padding:15px 15px 40px 15px}.febs-table-full .layui-table,.febs-table-full .layui-table-view{margin:0}#app-sidebar .layui-logo span{border-bottom-width:0;font-size:1.25rem}#app-sidebar .layui-logo img{width:32px;margin-bottom:4px;margin-right:3px;display:inline-block;vertical-align:middle}#app-sidebar .layui-logo i{font-style:normal;border-bottom:1px solid #aaa}#app-header,#app-header .layui-nav .layui-nav-item{line-height:50px;height:50px}#app-header .layui-icon-triangle-d{font-size:12px !important}#app-header .layui-user .layui-hide-xs{font-weight:600}#app-header .layui-user img{width:1.9rem;margin-right:.5rem;margin-bottom:.3rem}#app-sidebar .layui-nav{background:transparent}#app-sidebar .layui-nav .layui-nav-item a:hover{background:transparent}#app-sidebar .layui-nav-tree .layui-nav-bar{width:3px;left:auto;right:0}#app-sidebar .layui-nav-itemed .layui-nav-child a{font-size:12px;padding-left:50px}#app-sidebar .layui-nav .layui-nav-mored,#app-sidebar .layui-nav-itemed > a .layui-nav-more{margin-top:-6px}#app-sidebar .layui-nav .layui-nav-more{border-width:4px}#app-sidebar .layui-nav .layui-nav-item{color:#aaadb2}#app-sidebar .layui-nav-tree .layui-nav-item > a{height:54px;line-height:54px}#app-sidebar .layui-icon{display:inline-block;width:25px;margin-right:8px}#app-sidebar .layui-nav .layui-nav-item a{user-select:none;font-size:14px;line-height:48px;height:48px}#app-sidebar .layui-nav .layui-nav-item dd a{line-height:46px;height:46px;font-size:14px}#app-sidebar .layui-nav .layui-nav-item a .layui-icon{font-size:18px}#app-header{border-bottom:1px solid #f1f1f1;position:fixed;top:0;left:0;width:100%;height:50px}#app-header .layui-nav{padding:0}#app-header .layui-search-input{background:transparent;margin-top:5px;border:none}#app-header .layui-search-input:focus{box-shadow:none}#app-header .layui-nav-bar{height:1px}#app-header .layui-nav-child{border:none;top:50px}#app-header .layui-nav-item .layui-icon{font-size:16px}#app-header .layui-nav-more{display:none}#app-header .message-dot{top:40%;right:0}.febs-tabs-hidden{display:none}.febs-tabs-wrap{z-index:999;position:fixed;top:50px;white-space:nowrap;padding:0 80px 0 30px;box-sizing:border-box;width:100%;font-size:13px;box-shadow:0 2px 3px 0 rgba(0,0,0,0.05)}.febs-tabs-wrap .febs-tabs-menu{position:relative;transition:left 0.3s}.febs-tabs-wrap .febs-tabs-menu li,.febs-tabs-wrap .febs-tabs-action{text-align:center;border-right:1px solid #f1f1f1;cursor:pointer;height:36px;line-height:36px;transition:all 0.3s ease}.febs-tabs-wrap .febs-tabs-action:hover,.febs-tabs-wrap .febs-tabs-menu li:hover{background:#fdfdfd !important}.febs-tabs-wrap .febs-tabs-menu li:hover > .febs-tabs-close{color:red}.febs-tabs-wrap .febs-tabs-menu li{display:inline-block;padding-left:18px;line-height:38px;color:#999;user-select:none}.febs-tabs-wrap .febs-tabs-close{color:#fff;font-size:10px;height:36px;width:30px;display:inline-block;transition:color 0.3s ease}.febs-tabs-wrap .febs-tabs-action{display:inline-block;position:absolute;top:0;left:245px;z-index:1;width:30px;color:#999}.febs-tabs-wrap .febs-tabs-next{left:auto;right:31px;border-left:1px solid #f1f1f1}.febs-tabs-wrap .febs-tabs-down{left:auto;right:0}.febs-lead{font-weight:300}.febs-ignore{font-size:14px;color:#999}.febs-pad30{padding:30px !important}.febs-pad20{padding:20px !important}.febs-pad10{padding:20px !important}.febs-pad5{padding:20px !important}.febs-pad0{padding:0px !important}.febs-pad-tb20{padding:20px 0 !important}.febs-pad-tb10{padding:10px 0 !important}.febs-pad-tb5{padding:5px 0 !important}.febs-pad-r20{padding-right:20px !important}.febs-pad-r10{padding-right:10px !important}.febs-pad-r5{padding-right:5px !important}.febs-pad-b20{padding-bottom:20px !important}.febs-pad-b10{padding-bottom:10px !important}.febs-pad-b5{padding-bottom:5px !important}.febs-pad-t20{padding-top:20px !important}.febs-pad-t10{padding-top:10px !important}.febs-pad-t5{padding-top:5px !important}.febs-pad-l20{padding-left:20px !important}.febs-pad-l10{padding-left:10px !important}.febs-pad-l5{padding-left:5px !important}.febs-mar30{margin:30px !important}.febs-mar20{margin:20px !important}.febs-mar10{margin:20px !important}.febs-mar5{margin:20px !important}.febs-mar0{margin:0px !important}.febs-mar-tb20{margin:20px 0 !important}.febs-mar-tb10{margin:10px 0 !important}.febs-mar-tb5{margin:5px 0 !important}.febs-mar-r20{margin-right:20px !important}.febs-mar-r10{margin-right:10px !important}.febs-mar-r5{margin-right:5px !important}.febs-mar-b20{margin-bottom:20px !important}.febs-mar-b10{margin-bottom:10px !important}.febs-mar-b5{margin-bottom:5px !important}.febs-mar-t20{margin-top:20px !important}.febs-mar-t10{margin-top:10px !important}.febs-mar-t5{margin-top:5px !important}.febs-mar-l20{margin-left:20px !important}.febs-mar-l10{margin-left:10px !important}.febs-mar-l5{margin-left:5px !important}.febs-gray{filter:grayscale(100%)}.layui-circle{border-radius:100% !important}.layui-form-checked span,.layui-form-checked:hover span,.layui-form-checked[lay-skin='primary'] i,.layui-form-onswitch,.layui-bg-green{background-color:#1890FF !important;font-weight:600;}.layui-form-checked i,.layui-form-checked:hover i{color:#32c787}.layui-form-checked[lay-skin='primary'] i{border-color:#b7eb8f}.layui-form-checked[lay-skin='primary'] span{background-color:transparent !important}.layui-bg-red{background-color:#ff5652 !important}.layui-bg-orange{background-color:#ffc107 !important}.layui-bg-gray{background-color:#eee !important}.layui-bg-white{background-color:#fff !important}.febs-rle{position:relative}.febs-aler{position:absolute;top:0;right:0;z-index:1}.febs-alel{position:absolute;top:0;left:0;z-index:1}.febs-fl{float:left}.febs-fr{float:right}.febs-tc{text-align:center}.febs-tr{text-align:right}.febs-tl{text-align:left}.febs-font-12{font-size:12px !important}.febs-font-14{font-size:14px !important}.febs-bold{font-weight:bold !important}.febs-avatar{position:relative;height:40px;width:40px;display:inline-block;overflow:hidden}.febs-avatar-lg{height:60px;width:60px}.febs-avatar-xs{height:20px;width:20px}.febs-avatar img{height:100%;width:100%;display:block}.febs-avatar .layui-badge-dot{position:absolute;top:2px;right:2px;z-index:1}.febs-avatar,.febs-avatar img{border-radius:5px}.layui-card{box-shadow:0 2px 3px 0 rgba(0,0,0,0.05)}.layui-card .layui-card-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layui-card .layui-card-cover{height:200px;overflow:hidden}.layui-card .layui-card-cover img{width:100%;min-height:100%}.layui-card .layui-card-extra{position:absolute;right:10px;top:8px;z-index:1;line-height:40px;padding-right:15px}.layui-card .layui-card-footer{padding:10px;line-height:36px;text-align:right;background:#f9f9f9}.febs-linecard{margin-bottom:15px;border-radius:2px;box-shadow:0 2px 3px 0 rgba(0,0,0,0.05);padding:15px 25px;line-height:24px;border-left-width:2px;border-left-style:solid;background:#fff;transition:background 0.3s ease}.febs-linecard:hover{background:#f8fafe}.febs-linecard.febs-br-green:hover{background:#f6fdfa}.febs-linecard.febs-br-red:hover{background:#fff8f6}.febs-linecard.febs-br-gray:hover{background:#f6f6f6}.febs-linecard:last-child{margin-bottom:0}.febs-linecard-title{padding-bottom:12px;font-size:16px}.febs-linecard-text{font-size:26px;padding-right:5px}.febs-grid{text-align:center;border-radius:5px;padding:15px 0;transition:background 0.3s ease;cursor:pointer}.febs-grid > p{color:#999;font-size:14px}.febs-grid > p,.febs-grid .layui-icon{transition:color 0.3s ease}.febs-grid .layui-icon{font-size:28px;display:inline-block;margin-bottom:10px}.febs-cell{padding:7px 16px;clear:both;font-size:12px !important;cursor:pointer;position:relative;transition:background 0.2s ease-in-out}.febs-cell .febs-avatar{float:left;margin-right:10px;position:relative;top:3px}.febs-cell .febs-avatar-xs{top:4px}.febs-cell-arrow:before{font-family:'layui-icon','nep-icon' !important;font-size:12px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e859';position:absolute;right:16px;top:50%;margin-top:-10px;display:inline-block;height:20px}.febs-cell:hover{background:#f6f6f6}.febs-cell-selected,.febs-cell-selected:hover{background:#f8fafe}.febs-cell-title{line-height:28px;font-size:14px}.febs-cell-label{line-height:1.2;font-size:12px;color:#999;padding-bottom:4px}.febs-cell-title,.febs-cell-label{padding-right:70px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.febs-cell-extra{position:absolute;top:50%;margin-top:-8px;right:16px;display:inline-block;height:16px;color:#999}.febs-cell-arrow .febs-cell-extra{right:32px}.febs-cell-disabled{}.layui-layout-admin .layui-body{top:0;bottom:0;padding-top:50px;padding-bottom:15px}.layui-layout-admin .febs-tabs-body{padding-top:86px;float:left}#app-sidebar,#app-header .layui-layout-left,.layui-layout-admin .layui-body{transition:all 0.5s cubic-bezier(0.86,0,0.07,1)}.febs-breadcrumb{visibility:visible;vertical-align:middle}.febs-breadcrumb a{color:rgba(0,0,0,0.45) !important;cursor:default}.febs-breadcrumb > *{font-size:.78rem}#febs-body .layui-fluid{margin:0 !important;padding:0 !important}#febs-body .layui-fluid > .layui-table-view,#febs-body .layui-fluid > .layui-card > .layui-table-view{margin:0}#febs-body .febs-body-tabs{margin:0}.febs-sidebar-shrink #app-sidebar{left:0;width:52px}.febs-sidebar-shrink #app-sidebar .layui-nav-item .layui-nav-child{display:none}.febs-sidebar-shrink #app-sidebar .layui-logo{height:0}.febs-sidebar-shrink .layui-body,.febs-sidebar-shrink #app-header .layui-layout-left,.febs-sidebar-shrink .febs-tabs-wrap .febs-tabs-menu,.febs-sidebar-shrink .febs-tabs-wrap .febs-tabs-prev{left:56px}.febs-sidebar-shrink #app-header .layui-icon-shrink-right:before{content:'\e66b'}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#ccc}.layui-input:hover,.layui-textarea:hover,.layui-input:focus,.layui-textarea:focus{border-color:#eee}.layui-input:focus,.layui-textarea:focus{border-color:#94b2fa !important;box-shadow:0 0 0 3px rgba(90,139,255,0.2)}.layui-input,.layui-select,.layui-textarea{border-radius:2px;border-color:#eee;color:#606266;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}.layui-btn{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.layui-table-page .layui-laypage button{color:#606266;}.layui-table-page .layui-laypage button:hover{color:#409eff;background:#ecf5ff !important;border-color:#b3d8ff;transition-duration:300ms;}.layui-form-checkbox[lay-skin=primary]:hover i{border-color:#40AFFE;}.layui-table-page .layui-laypage span,.layui-table-page .layui-laypage select{color:#606266;}.layui-form-select dl{padding:0;border-color:transparent;border-color:#ccc \9}.layui-form-radio > i:hover,.layui-form-radioed > i{color:#32c787}.layui-form-radio .layui-anim-scaleSpring{-webkit-animation-name:none;animation-name:none}.layui-tips{background:#fffcee;color:#ff4911;font-size:12px;padding:10px 15px}.layui-tips .close{float:right;color:#ffd6ca;font-weight:normal;cursor:pointer;transition:color 0.3s ease}.layui-tips .close:hover{color:#ff4911}.layui-btn{background-color:#1890ff}.layui-btn-success{background-color:#32c787}.layui-btn-primary{border-color:#f1f1f1}.layui-btn-primary:hover{border-color:#f2f2f2}.layui-btn-warm{background-color:#ffc107}.layui-btn-danger,.layui-badge,.layui-badge-dot{background-color:#ff5652}.layui-btn-disabled,.layui-btn-disabled:active,.layui-btn-disabled:hover{background-color:#fbfbfb}.layui-layer-admin-modal{overflow:hidden}.layui-layer-prompt .layui-layer-btn a,.layui-layer-admin-modal .layui-layer-btn a{border-radius:3px;height:32px;line-height:32px}.layui-layer-admin-modal .layui-layer-content{padding-top:0}.layui-layer-admin-modal,.layui-layer-admin-page{border-radius:3px}.layui-layer-admin-page .layui-layer-setwin .layui-layer-close2{font-family:layui-icon;border-radius:50%;text-align:center;font-size:16px;line-height:34px;width:34px;height:34px;color:#aaa;transition:all 0.3s ease}.layui-layer-admin-page .layui-layer-setwin .layui-layer-close2:hover{transform:rotate(90deg)}.layui-layer-admin-page .layui-layer-setwin .layui-layer-close2:after{content:'\1006'}.layui-layer-msg{border:none !important}.layui-layer-msg .layui-layer-content{padding:10px 16px;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,0.15)}.layui-layer-dialog .layui-layer-content .layui-layer-ico{font-family:'layui-icon','nep-icon' !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:30px;font-size:26px;background:none}.layui-layer-dialog .layui-layer-content .layui-layer-ico::before{content:'\e8b3';color:#fab600}.layui-layer-dialog .layui-layer-content .layui-layer-ico1::before{content:'\e89d';color:#00d57b}.layui-layer-dialog .layui-layer-content .layui-layer-ico2::before{content:'\e8a1';color:#f25657}.layui-layer-dialog .layui-layer-content .layui-layer-ico3::before{content:'\e8a6';color:#fab600}.layui-layer-dialog .layui-layer-content .layui-layer-ico4::before{content:'\e910';color:#171e2d}.layui-layer-dialog .layui-layer-content .layui-layer-ico5::before{content:'\e782';color:#f25657}.layui-layer-dialog .layui-layer-content .layui-layer-ico6::before{content:'\e78f';color:#00d57b}.layui-tab-title{height:42px}.layui-tab-title li{color:#999}.layui-tab-brief > .layui-tab-title .layui-this{color:#000}.layui-tab-brief > .layui-tab-more li.layui-this:after,.layui-tab-brief > .layui-tab-title .layui-this:after{border-bottom-width:2px;border-bottom-style:solid}.layui-laydate .layui-laydate-content{font-size:12px}.layui-laydate,.layui-laydate-hint{box-shadow:0 0 30px #ddd !important;border:1px solid #eee \9 !important}.layui-laydate .layui-laydate-footer span{border:none}.layui-laydate .layui-laydate-content td:hover{background:#f6f6f6 !important}.layui-laydate .layui-laydate-header i{font-size:10px}.layui-laydate td{border-radius:6px}.febs-laydate-full .layui-laydate{border:none;box-shadow:none !important}.febs-laydate-full .layui-laydate-static{display:block}.febs-laydate-full .layui-laydate-main,.febs-laydate-full .layui-laydate-content table{width:100%}.febs-laydate-full .layui-laydate-content{font-size:24px !important}.febs-laydate-full .layui-laydate-content td,.febs-laydate-full .layui-laydate-content th{height:100px !important;width:100px !important}.febs-laydate-full .laydate-day-mark{font-size:24px;line-height:100px;color:#f25657}.febs-laydate-full .laydate-day-mark::after{display:none;width:8px !important;height:8px !important;background:#f25657 !important;right:14px !important;top:14px !important}.layui-laydate td.layui-this,.layui-laydate td.layui-this:hover{font-weight:bold;color:#1890ff !important;background:#e6f7ff !important;border:1px solid #91d5ff !important}.laydate-theme-datehour .laydate-time-list{overflow:hidden}.laydate-theme-datehour .laydate-time-list > li{width:100%;margin-bottom:20px}.laydate-theme-datehour .laydate-time-list > li p{display:none}.laydate-theme-datehour .laydate-time-list ol{height:100%;border:none;overflow-y:scroll}.laydate-theme-datehour .laydate-time-list ol li{text-align:center;padding-left:0;width:100%}.laydate-theme-datehour .laydate-time-list ol li:after{content:' 点 '}.layui-cell{padding:10px;cursor:pointer}.layui-cell:hover{background:#f6f6f6}.layui-cell .layui-cell-cover{float:left;width:40px;height:40px;overflow:hidden;border-radius:2px;margin-right:10px}.layui-cell .layui-cell-cover img{display:block;width:100%;height:100%}.layui-cell .layui-cell-title{line-height:18px}.layui-cell .layui-cell-info{font-size:12px;color:#999}.layui-cell .layui-cell-content{}.layui-table tbody tr:hover,.layui-table thead tr,.layui-table-header,.layui-table-hover,.layui-table-mend,.layui-table-patch,.layui-table-tool{background:#f1f1f1}.layui-table-tool{background:#fff !important}@media screen and (max-width:991px){.febs-sidebar-shrink #app-sidebar{width:0}.febs-sidebar-shrink .layui-body,.febs-sidebar-shrink #app-header .layui-layout-left,.febs-sidebar-shrink .febs-tabs-wrap .febs-tabs-menu,.febs-sidebar-shrink .febs-tabs-wrap .febs-tabs-prev{left:0}}@media screen and (max-width:768px){.layui-layout-admin .febs-tabs-body{padding-top:50px}#app-header ul.layui-nav{padding:0 10px}#app-header ul.layui-nav .layui-nav-child{left:auto;right:0px;min-width:230px}#app-header ul.layui-nav .layui-nav-child hr{background:#f1f1f1}#app-header .layui-nav .layui-nav-item > a{padding:0 15px}#app-header{left:245px;transition:all 0.5s cubic-bezier(0.86,0,0.07,1)}#app-header .layui-layout-left{left:0}.layui-body{position:relative;width:100%}.febs-tabs-wrap{display:none}.febs-sidebar-shrink .layui-body,.febs-sidebar-shrink #app-header .layui-layout-left{left:0px}.febs-sidebar-shrink .layui-body,.febs-sidebar-shrink #app-header{left:0px}.layui-label-block-xs .layui-form-item > label.layui-form-label{display:inline-block;text-align:left;float:none;display:block;width:auto;padding-left:0;color:#999;padding-bottom:5px}.layui-label-block-xs .layui-form-item > .layui-input-block,.layui-label-block-xs .layui-form-item > .layui-input-inline,.layui-label-hide-xs .layui-form-item > .layui-input-block,.layui-label-hide-xs .layui-form-item > .layui-input-inline{margin-left:0}.layui-label-hide-xs .layui-form-item > label.layui-form-label{display:none}}.febs-arrow-up{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}.layui-dropdown{position:fixed;top:0;left:0;z-index:999;opacity:0}.layui-dropdown .febs-arrow-up{position:absolute;top:-6px;left:10px}.layui-dropdown-right .febs-arrow-up{left:auto;right:10px}.layui-dropdown .layui-dropdown-select{border-radius:3px;border:1px solid #f1f1f1;box-shadow:0 2px 12px 0 rgba(0,0,0,0.1)}.layui-dropdown .layui-dropdown-option{position:relative;height:38px;line-height:38px;padding-left:15px;cursor:pointer;transition:all 0.3s ease}.layui-dropdown .layui-dropdown-option .layui-icon{margin-right:10px;font-size:14px}.layui-dropdown .layui-dropdown-option .layui-dropdown-select{position:absolute;top:0;display:none}.layui-dropdown .layui-dropdown-option:hover{background:#f6f9ff}.layui-dropdown .layui-dropdown-option:hover > .layui-dropdown-select{display:block}.layui-dropdown .layui-icon-right{float:right;position:absolute;right:0;top:0;color:#aaa}.layui-dropdown .layui-dropdown-title{padding-right:20px}@font-face{font-family:'nep-icon';src:url('../font/iconfont.eot');src:url('../font/iconfont.eot#iefix') format('embedded-opentype'),url('../font/iconfont.svg#iconfont') format('svg'),url('../font/iconfont.woff') format('woff'),url('../font/iconfont.ttf') format('truetype')}.layui-icon{font-family:'layui-icon','nep-icon' !important}.layui-icon-check-circle:before{content:'\e77d'}.layui-icon-CI:before{content:'\e77e'}.layui-icon-Dollar:before{content:'\e77f'}.layui-icon-compass:before{content:'\e780'}.layui-icon-close-circle:before{content:'\e781'}.layui-icon-frown:before{content:'\e782'}.layui-icon-info-circle:before{content:'\e783'}.layui-icon-left-circle:before{content:'\e784'}.layui-icon-down-circle:before{content:'\e785'}.layui-icon-EURO:before{content:'\e786'}.layui-icon-copyright:before{content:'\e787'}.layui-icon-minus-circle:before{content:'\e788'}.layui-icon-meh:before{content:'\e789'}.layui-icon-plus-circle:before{content:'\e78a'}.layui-icon-play-circle:before{content:'\e78b'}.layui-icon-question-circle:before{content:'\e78c'}.layui-icon-Pound:before{content:'\e78d'}.layui-icon-right-circle:before{content:'\e78e'}.layui-icon-smile:before{content:'\e78f'}.layui-icon-trademark:before{content:'\e790'}.layui-icon-time-circle:before{content:'\e791'}.layui-icon-timeout:before{content:'\e792'}.layui-icon-earth:before{content:'\e793'}.layui-icon-YUAN:before{content:'\e794'}.layui-icon-up-circle:before{content:'\e795'}.layui-icon-warning-circle:before{content:'\e796'}.layui-icon-sync:before{content:'\e797'}.layui-icon-transaction:before{content:'\e798'}.layui-icon-undo:before{content:'\e799'}.layui-icon-redo:before{content:'\e79a'}.layui-icon-reload:before{content:'\e79b'}.layui-icon-reloadtime:before{content:'\e79c'}.layui-icon-message:before{content:'\e79d'}.layui-icon-dashboard:before{content:'\e79e'}.layui-icon-issuesclose:before{content:'\e79f'}.layui-icon-poweroff:before{content:'\e7a0'}.layui-icon-logout:before{content:'\e7a1'}.layui-icon-login:before{content:'\e7a2'}.layui-icon-piechart:before{content:'\e7a3'}.layui-icon-setting:before{content:'\e7a4'}.layui-icon-eye:before{content:'\e7a5'}.layui-icon-location:before{content:'\e7a6'}.layui-icon-edit-square:before{content:'\e7a7'}.layui-icon-export:before{content:'\e7a8'}.layui-icon-save:before{content:'\e7a9'}.layui-icon-Import:before{content:'\e7aa'}.layui-icon-appstore:before{content:'\e7ab'}.layui-icon-close-square:before{content:'\e7ac'}.layui-icon-down-square:before{content:'\e7ad'}.layui-icon-layout:before{content:'\e7ae'}.layui-icon-left-square:before{content:'\e7af'}.layui-icon-play-square:before{content:'\e7b0'}.layui-icon-control:before{content:'\e7b1'}.layui-icon-codelibrary:before{content:'\e7b2'}.layui-icon-detail:before{content:'\e7b3'}.layui-icon-minus-square:before{content:'\e7b4'}.layui-icon-plus-square:before{content:'\e7b5'}.layui-icon-right-square:before{content:'\e7b6'}.layui-icon-project:before{content:'\e7b7'}.layui-icon-wallet:before{content:'\e7b8'}.layui-icon-up-square:before{content:'\e7b9'}.layui-icon-calculator:before{content:'\e7ba'}.layui-icon-interation:before{content:'\e7bb'}.layui-icon-check-square:before{content:'\e7bc'}.layui-icon-border:before{content:'\e7bd'}.layui-icon-border-outer:before{content:'\e7be'}.layui-icon-border-top:before{content:'\e7bf'}.layui-icon-border-bottom:before{content:'\e7c0'}.layui-icon-border-left:before{content:'\e7c1'}.layui-icon-border-right:before{content:'\e7c2'}.layui-icon-border-inner:before{content:'\e7c3'}.layui-icon-border-verticle:before{content:'\e7c4'}.layui-icon-border-horizontal:before{content:'\e7c5'}.layui-icon-radius-bottomleft:before{content:'\e7c6'}.layui-icon-radius-bottomright:before{content:'\e7c7'}.layui-icon-radius-upleft:before{content:'\e7c8'}.layui-icon-radius-upright:before{content:'\e7c9'}.layui-icon-radius-setting:before{content:'\e7ca'}.layui-icon-adduser:before{content:'\e7cb'}.layui-icon-deleteteam:before{content:'\e7cc'}.layui-icon-deleteuser:before{content:'\e7cd'}.layui-icon-addteam:before{content:'\e7ce'}.layui-icon-user:before{content:'\e7cf'}.layui-icon-team:before{content:'\e7d0'}.layui-icon-areachart:before{content:'\e7d1'}.layui-icon-linechart:before{content:'\e7d2'}.layui-icon-barchart:before{content:'\e7d3'}.layui-icon-pointmap:before{content:'\e7d4'}.layui-icon-container:before{content:'\e7d5'}.layui-icon-database:before{content:'\e7d6'}.layui-icon-sever:before{content:'\e7d7'}.layui-icon-mobile:before{content:'\e7d8'}.layui-icon-tablet:before{content:'\e7d9'}.layui-icon-redenvelope:before{content:'\e7da'}.layui-icon-book:before{content:'\e7db'}.layui-icon-filedone:before{content:'\e7dc'}.layui-icon-reconciliation:before{content:'\e7dd'}.layui-icon-file-exception:before{content:'\e7de'}.layui-icon-filesync:before{content:'\e7df'}.layui-icon-filesearch:before{content:'\e7e0'}.layui-icon-solution:before{content:'\e7e1'}.layui-icon-fileprotect:before{content:'\e7e2'}.layui-icon-file-add:before{content:'\e7e3'}.layui-icon-file-excel:before{content:'\e7e4'}.layui-icon-file-exclamation:before{content:'\e7e5'}.layui-icon-file-pdf:before{content:'\e7e6'}.layui-icon-file-image:before{content:'\e7e7'}.layui-icon-file-markdown:before{content:'\e7e8'}.layui-icon-file-unknown:before{content:'\e7e9'}.layui-icon-file-ppt:before{content:'\e7ea'}.layui-icon-file-word:before{content:'\e7eb'}.layui-icon-file:before{content:'\e7ec'}.layui-icon-file-zip:before{content:'\e7ed'}.layui-icon-file-text:before{content:'\e7ee'}.layui-icon-file-copy:before{content:'\e7ef'}.layui-icon-snippets:before{content:'\e7f0'}.layui-icon-audit:before{content:'\e7f1'}.layui-icon-diff:before{content:'\e7f2'}.layui-icon-Batchfolding:before{content:'\e7f3'}.layui-icon-securityscan:before{content:'\e7f4'}.layui-icon-propertysafety:before{content:'\e7f5'}.layui-icon-safetycertificate:before{content:'\e7f6'}.layui-icon-insurance:before{content:'\e7f7'}.layui-icon-alert:before{content:'\e7f8'}.layui-icon-delete:before{content:'\e7f9'}.layui-icon-hourglass:before{content:'\e7fa'}.layui-icon-bulb:before{content:'\e7fb'}.layui-icon-experiment:before{content:'\e7fc'}.layui-icon-bell:before{content:'\e7fd'}.layui-icon-trophy:before{content:'\e7fe'}.layui-icon-rest:before{content:'\e7ff'}.layui-icon-USB:before{content:'\e800'}.layui-icon-skin:before{content:'\e801'}.layui-icon-home:before{content:'\e802'}.layui-icon-bank:before{content:'\e803'}.layui-icon-filter:before{content:'\e804'}.layui-icon-funnelplot:before{content:'\e805'}.layui-icon-like:before{content:'\e806'}.layui-icon-unlike:before{content:'\e807'}.layui-icon-unlock:before{content:'\e808'}.layui-icon-lock:before{content:'\e809'}.layui-icon-customerservice:before{content:'\e80a'}.layui-icon-flag:before{content:'\e80b'}.layui-icon-moneycollect:before{content:'\e80c'}.layui-icon-medicinebox:before{content:'\e80d'}.layui-icon-shop:before{content:'\e80e'}.layui-icon-rocket:before{content:'\e80f'}.layui-icon-shopping:before{content:'\e810'}.layui-icon-folder:before{content:'\e811'}.layui-icon-folder-open:before{content:'\e812'}.layui-icon-folder-add:before{content:'\e813'}.layui-icon-deploymentunit:before{content:'\e814'}.layui-icon-accountbook:before{content:'\e815'}.layui-icon-contacts:before{content:'\e816'}.layui-icon-carryout:before{content:'\e817'}.layui-icon-calendar-check:before{content:'\e818'}.layui-icon-calendar:before{content:'\e819'}.layui-icon-scan:before{content:'\e81a'}.layui-icon-select:before{content:'\e81b'}.layui-icon-boxplot:before{content:'\e81c'}.layui-icon-build:before{content:'\e81d'}.layui-icon-sliders:before{content:'\e81e'}.layui-icon-laptop:before{content:'\e81f'}.layui-icon-barcode:before{content:'\e820'}.layui-icon-camera:before{content:'\e821'}.layui-icon-cluster:before{content:'\e822'}.layui-icon-gateway:before{content:'\e823'}.layui-icon-car:before{content:'\e824'}.layui-icon-printer:before{content:'\e825'}.layui-icon-read:before{content:'\e826'}.layui-icon-cloud-server:before{content:'\e827'}.layui-icon-cloud-upload:before{content:'\e828'}.layui-icon-cloud:before{content:'\e829'}.layui-icon-cloud-download:before{content:'\e82a'}.layui-icon-cloud-sync:before{content:'\e82b'}.layui-icon-video:before{content:'\e82c'}.layui-icon-notification:before{content:'\e82d'}.layui-icon-sound:before{content:'\e82e'}.layui-icon-radarchart:before{content:'\e82f'}.layui-icon-qrcode:before{content:'\e830'}.layui-icon-fund:before{content:'\e831'}.layui-icon-image:before{content:'\e832'}.layui-icon-mail:before{content:'\e833'}.layui-icon-table:before{content:'\e834'}.layui-icon-idcard:before{content:'\e835'}.layui-icon-creditcard:before{content:'\e836'}.layui-icon-heart:before{content:'\e837'}.layui-icon-block:before{content:'\e838'}.layui-icon-error:before{content:'\e839'}.layui-icon-star:before{content:'\e83a'}.layui-icon-gold:before{content:'\e83b'}.layui-icon-heatmap:before{content:'\e83c'}.layui-icon-wifi:before{content:'\e83d'}.layui-icon-attachment:before{content:'\e83e'}.layui-icon-edit:before{content:'\e83f'}.layui-icon-key:before{content:'\e840'}.layui-icon-api:before{content:'\e841'}.layui-icon-disconnect:before{content:'\e842'}.layui-icon-highlight:before{content:'\e843'}.layui-icon-monitor:before{content:'\e844'}.layui-icon-link:before{content:'\e845'}.layui-icon-man:before{content:'\e846'}.layui-icon-percentage:before{content:'\e847'}.layui-icon-search:before{content:'\e848'}.layui-icon-pushpin:before{content:'\e849'}.layui-icon-phone:before{content:'\e84a'}.layui-icon-shake:before{content:'\e84b'}.layui-icon-tag:before{content:'\e84c'}.layui-icon-wrench:before{content:'\e84d'}.layui-icon-woman:before{content:'\e84e'}.layui-icon-tags:before{content:'\e84f'}.layui-icon-scissor:before{content:'\e850'}.layui-icon-mr:before{content:'\e851'}.layui-icon-share:before{content:'\e852'}.layui-icon-branches:before{content:'\e853'}.layui-icon-fork:before{content:'\e854'}.layui-icon-shrink:before{content:'\e855'}.layui-icon-arrawsalt:before{content:'\e856'}.layui-icon-verticalright:before{content:'\e857'}.layui-icon-verticalleft:before{content:'\e858'}.layui-icon-right:before{content:'\e859'}.layui-icon-left:before{content:'\e85a'}.layui-icon-up:before{content:'\e85b'}.layui-icon-down:before{content:'\e85c'}.layui-icon-fullscreen:before{content:'\e85d'}.layui-icon-fullscreen-exit:before{content:'\e85e'}.layui-icon-doubleleft:before{content:'\e85f'}.layui-icon-doubleright:before{content:'\e860'}.layui-icon-arrowright:before{content:'\e861'}.layui-icon-arrowup:before{content:'\e862'}.layui-icon-arrowleft:before{content:'\e863'}.layui-icon-arrowdown:before{content:'\e864'}.layui-icon-upload:before{content:'\e865'}.layui-icon-colum-height:before{content:'\e866'}.layui-icon-vertical-align-botto:before{content:'\e867'}.layui-icon-vertical-align-middl:before{content:'\e868'}.layui-icon-totop:before{content:'\e869'}.layui-icon-vertical-align-top:before{content:'\e86a'}.layui-icon-download:before{content:'\e86b'}.layui-icon-sort-descending:before{content:'\e86c'}.layui-icon-sort-ascending:before{content:'\e86d'}.layui-icon-fall:before{content:'\e86e'}.layui-icon-swap:before{content:'\e86f'}.layui-icon-stock:before{content:'\e870'}.layui-icon-rise:before{content:'\e871'}.layui-icon-indent:before{content:'\e872'}.layui-icon-outdent:before{content:'\e873'}.layui-icon-menu:before{content:'\e874'}.layui-icon-unorderedlist:before{content:'\e875'}.layui-icon-orderedlist:before{content:'\e876'}.layui-icon-align-right:before{content:'\e877'}.layui-icon-align-center:before{content:'\e878'}.layui-icon-align-left:before{content:'\e879'}.layui-icon-pic-center:before{content:'\e87a'}.layui-icon-pic-right:before{content:'\e87b'}.layui-icon-pic-left:before{content:'\e87c'}.layui-icon-bold:before{content:'\e87d'}.layui-icon-font-colors:before{content:'\e87e'}.layui-icon-exclaimination:before{content:'\e87f'}.layui-icon-font-size:before{content:'\e880'}.layui-icon-infomation:before{content:'\e881'}.layui-icon-line-height:before{content:'\e882'}.layui-icon-strikethrough:before{content:'\e883'}.layui-icon-underline:before{content:'\e884'}.layui-icon-number:before{content:'\e885'}.layui-icon-italic:before{content:'\e886'}.layui-icon-code:before{content:'\e887'}.layui-icon-column-width:before{content:'\e888'}.layui-icon-check:before{content:'\e889'}.layui-icon-ellipsis:before{content:'\e88a'}.layui-icon-dash:before{content:'\e88b'}.layui-icon-close:before{content:'\e88c'}.layui-icon-enter:before{content:'\e88d'}.layui-icon-line:before{content:'\e88e'}.layui-icon-minus:before{content:'\e88f'}.layui-icon-question:before{content:'\e890'}.layui-icon-plus:before{content:'\e891'}.layui-icon-rollback:before{content:'\e892'}.layui-icon-small-dash:before{content:'\e893'}.layui-icon-pause:before{content:'\e894'}.layui-icon-bg-colors:before{content:'\e895'}.layui-icon-crown:before{content:'\e896'}.layui-icon-drag:before{content:'\e897'}.layui-icon-desktop:before{content:'\e898'}.layui-icon-gift:before{content:'\e899'}.layui-icon-stop:before{content:'\e89a'}.layui-icon-fire:before{content:'\e89b'}.layui-icon-thunderbolt:before{content:'\e89c'}.layui-icon-check-circle-fill:before{content:'\e89d'}.layui-icon-left-circle-fill:before{content:'\e89e'}.layui-icon-down-circle-fill:before{content:'\e89f'}.layui-icon-minus-circle-fill:before{content:'\e8a0'}.layui-icon-close-circle-fill:before{content:'\e8a1'}.layui-icon-info-circle-fill:before{content:'\e8a2'}.layui-icon-up-circle-fill:before{content:'\e8a3'}.layui-icon-right-circle-fill:before{content:'\e8a4'}.layui-icon-plus-circle-fill:before{content:'\e8a5'}.layui-icon-question-circle-fill:before{content:'\e8a6'}.layui-icon-EURO-circle-fill:before{content:'\e8a7'}.layui-icon-frown-fill:before{content:'\e8a8'}.layui-icon-copyright-circle-fil:before{content:'\e8a9'}.layui-icon-CI-circle-fill:before{content:'\e8aa'}.layui-icon-compass-fill:before{content:'\e8ab'}.layui-icon-Dollar-circle-fill:before{content:'\e8ac'}.layui-icon-poweroff-circle-fill:before{content:'\e8ad'}.layui-icon-meh-fill:before{content:'\e8ae'}.layui-icon-play-circle-fill:before{content:'\e8af'}.layui-icon-Pound-circle-fill:before{content:'\e8b0'}.layui-icon-smile-fill:before{content:'\e8b1'}.layui-icon-stop-fill:before{content:'\e8b2'}.layui-icon-warning-circle-fill:before{content:'\e8b3'}.layui-icon-time-circle-fill:before{content:'\e8b4'}.layui-icon-trademark-circle-fil:before{content:'\e8b5'}.layui-icon-YUAN-circle-fill:before{content:'\e8b6'}.layui-icon-heart-fill:before{content:'\e8b7'}.layui-icon-piechart-circle-fil:before{content:'\e8b8'}.layui-icon-dashboard-fill:before{content:'\e8b9'}.layui-icon-message-fill:before{content:'\e8ba'}.layui-icon-check-square-fill:before{content:'\e8bb'}.layui-icon-down-square-fill:before{content:'\e8bc'}.layui-icon-minus-square-fill:before{content:'\e8bd'}.layui-icon-close-square-fill:before{content:'\e8be'}.layui-icon-codelibrary-fill:before{content:'\e8bf'}.layui-icon-left-square-fill:before{content:'\e8c0'}.layui-icon-play-square-fill:before{content:'\e8c1'}.layui-icon-up-square-fill:before{content:'\e8c2'}.layui-icon-right-square-fill:before{content:'\e8c3'}.layui-icon-plus-square-fill:before{content:'\e8c4'}.layui-icon-accountbook-fill:before{content:'\e8c5'}.layui-icon-carryout-fill:before{content:'\e8c6'}.layui-icon-calendar-fill:before{content:'\e8c7'}.layui-icon-calculator-fill:before{content:'\e8c8'}.layui-icon-interation-fill:before{content:'\e8c9'}.layui-icon-project-fill:before{content:'\e8ca'}.layui-icon-detail-fill:before{content:'\e8cb'}.layui-icon-save-fill:before{content:'\e8cc'}.layui-icon-wallet-fill:before{content:'\e8cd'}.layui-icon-control-fill:before{content:'\e8ce'}.layui-icon-layout-fill:before{content:'\e8cf'}.layui-icon-appstore-fill:before{content:'\e8d0'}.layui-icon-mobile-fill:before{content:'\e8d1'}.layui-icon-tablet-fill:before{content:'\e8d2'}.layui-icon-book-fill:before{content:'\e8d3'}.layui-icon-redenvelope-fill:before{content:'\e8d4'}.layui-icon-safetycertificate-f:before{content:'\e8d5'}.layui-icon-propertysafety-fill:before{content:'\e8d6'}.layui-icon-insurance-fill:before{content:'\e8d7'}.layui-icon-securityscan-fill:before{content:'\e8d8'}.layui-icon-file-exclamation-fil:before{content:'\e8d9'}.layui-icon-file-add-fill:before{content:'\e8da'}.layui-icon-file-fill:before{content:'\e8db'}.layui-icon-file-excel-fill:before{content:'\e8dc'}.layui-icon-file-markdown-fill:before{content:'\e8dd'}.layui-icon-file-text-fill:before{content:'\e8de'}.layui-icon-file-ppt-fill:before{content:'\e8df'}.layui-icon-file-unknown-fill:before{content:'\e8e0'}.layui-icon-file-word-fill:before{content:'\e8e1'}.layui-icon-file-zip-fill:before{content:'\e8e2'}.layui-icon-file-pdf-fill:before{content:'\e8e3'}.layui-icon-file-image-fill:before{content:'\e8e4'}.layui-icon-diff-fill:before{content:'\e8e5'}.layui-icon-file-copy-fill:before{content:'\e8e6'}.layui-icon-snippets-fill:before{content:'\e8e7'}.layui-icon-batchfolding-fill:before{content:'\e8e8'}.layui-icon-reconciliation-fill:before{content:'\e8e9'}.layui-icon-folder-add-fill:before{content:'\e8ea'}.layui-icon-folder-fill:before{content:'\e8eb'}.layui-icon-folder-open-fill:before{content:'\e8ec'}.layui-icon-database-fill:before{content:'\e8ed'}.layui-icon-container-fill:before{content:'\e8ee'}.layui-icon-sever-fill:before{content:'\e8ef'}.layui-icon-calendar-check-fill:before{content:'\e8f0'}.layui-icon-image-fill:before{content:'\e8f1'}.layui-icon-idcard-fill:before{content:'\e8f2'}.layui-icon-creditcard-fill:before{content:'\e8f3'}.layui-icon-fund-fill:before{content:'\e8f4'}.layui-icon-read-fill:before{content:'\e8f5'}.layui-icon-contacts-fill:before{content:'\e8f6'}.layui-icon-delete-fill:before{content:'\e8f7'}.layui-icon-notification-fill:before{content:'\e8f8'}.layui-icon-flag-fill:before{content:'\e8f9'}.layui-icon-moneycollect-fill:before{content:'\e8fa'}.layui-icon-medicinebox-fill:before{content:'\e8fb'}.layui-icon-rest-fill:before{content:'\e8fc'}.layui-icon-shopping-fill:before{content:'\e8fd'}.layui-icon-skin-fill:before{content:'\e8fe'}.layui-icon-video-fill:before{content:'\e8ff'}.layui-icon-sound-fill:before{content:'\e900'}.layui-icon-bulb-fill:before{content:'\e901'}.layui-icon-bell-fill:before{content:'\e902'}.layui-icon-filter-fill:before{content:'\e903'}.layui-icon-fire-fill:before{content:'\e904'}.layui-icon-funnelplot-fill:before{content:'\e905'}.layui-icon-gift-fill:before{content:'\e906'}.layui-icon-hourglass-fill:before{content:'\e907'}.layui-icon-home-fill:before{content:'\e908'}.layui-icon-trophy-fill:before{content:'\e909'}.layui-icon-location-fill:before{content:'\e90a'}.layui-icon-cloud-fill:before{content:'\e90b'}.layui-icon-customerservice-fill:before{content:'\e90c'}.layui-icon-experiment-fill:before{content:'\e90d'}.layui-icon-eye-fill:before{content:'\e90e'}.layui-icon-like-fill:before{content:'\e90f'}.layui-icon-lock-fill:before{content:'\e910'}.layui-icon-unlike-fill:before{content:'\e911'}.layui-icon-star-fill:before{content:'\e912'}.layui-icon-unlock-fill:before{content:'\e913'}.layui-icon-alert-fill:before{content:'\e914'}.layui-icon-api-fill:before{content:'\e915'}.layui-icon-highlight-fill:before{content:'\e916'}.layui-icon-phone-fill:before{content:'\e917'}.layui-icon-edit-fill:before{content:'\e918'}.layui-icon-pushpin-fill:before{content:'\e919'}.layui-icon-rocket-fill:before{content:'\e91a'}.layui-icon-thunderbolt-fill:before{content:'\e91b'}.layui-icon-tag-fill:before{content:'\e91c'}.layui-icon-wrench-fill:before{content:'\e91d'}.layui-icon-tags-fill:before{content:'\e91e'}.layui-icon-bank-fill:before{content:'\e91f'}.layui-icon-camera-fill:before{content:'\e920'}.layui-icon-error-fill:before{content:'\e921'}.layui-icon-crown-fill:before{content:'\e922'}.layui-icon-mail-fill:before{content:'\e923'}.layui-icon-car-fill:before{content:'\e924'}.layui-icon-printer-fill:before{content:'\e925'}.layui-icon-shop-fill:before{content:'\e926'}.layui-icon-setting-fill:before{content:'\e927'}.layui-icon-USB-fill:before{content:'\e928'}.layui-icon-golden-fill:before{content:'\e929'}.layui-icon-build-fill:before{content:'\e92a'}.layui-icon-boxplot-fill:before{content:'\e92b'}.layui-icon-sliders-fill:before{content:'\e92c'}.layui-icon-alibaba:before{content:'\e92d'}.layui-icon-alibabacloud:before{content:'\e92e'}.layui-icon-antdesign:before{content:'\e92f'}.layui-icon-ant-cloud:before{content:'\e930'}.layui-icon-behance:before{content:'\e931'}.layui-icon-googleplus:before{content:'\e932'}.layui-icon-medium:before{content:'\e933'}.layui-icon-google:before{content:'\e934'}.layui-icon-IE:before{content:'\e935'}.layui-icon-amazon:before{content:'\e936'}.layui-icon-slack:before{content:'\e937'}.layui-icon-alipay:before{content:'\e938'}.layui-icon-taobao:before{content:'\e939'}.layui-icon-zhihu:before{content:'\e93a'}.layui-icon-HTML:before{content:'\e93b'}.layui-icon-linkedin:before{content:'\e93c'}.layui-icon-yahoo:before{content:'\e93d'}.layui-icon-facebook:before{content:'\e93e'}.layui-icon-skype:before{content:'\e93f'}.layui-icon-CodeSandbox:before{content:'\e940'}.layui-icon-chrome:before{content:'\e941'}.layui-icon-codepen:before{content:'\e942'}.layui-icon-aliwangwang:before{content:'\e943'}.layui-icon-apple:before{content:'\e944'}.layui-icon-android:before{content:'\e945'}.layui-icon-sketch:before{content:'\e946'}.layui-icon-Gitlab:before{content:'\e947'}.layui-icon-dribbble:before{content:'\e948'}.layui-icon-instagram:before{content:'\e949'}.layui-icon-reddit:before{content:'\e94a'}.layui-icon-windows:before{content:'\e94b'}.layui-icon-yuque:before{content:'\e94c'}.layui-icon-Youtube:before{content:'\e94d'}.layui-icon-Gitlab-fill:before{content:'\e94e'}.layui-icon-dropbox:before{content:'\e94f'}.layui-icon-dingtalk:before{content:'\e950'}.layui-icon-android-fill:before{content:'\e951'}.layui-icon-apple-fill:before{content:'\e952'}.layui-icon-HTML-fill:before{content:'\e953'}.layui-icon-windows-fill:before{content:'\e954'}.layui-icon-QQ:before{content:'\e955'}.layui-icon-twitter:before{content:'\e956'}.layui-icon-skype-fill:before{content:'\e957'}.layui-icon-weibo:before{content:'\e958'}.layui-icon-yuque-fill:before{content:'\e959'}.layui-icon-Youtube-fill:before{content:'\e95a'}.layui-icon-yahoo-fill:before{content:'\e95b'}.layui-icon-wechat-fill:before{content:'\e95c'}.layui-icon-chrome-fill:before{content:'\e95d'}.layui-icon-alipay-circle-fill:before{content:'\e95e'}.layui-icon-aliwangwang-fill:before{content:'\e95f'}.layui-icon-behance-circle-fill:before{content:'\e960'}.layui-icon-amazon-circle-fill:before{content:'\e961'}.layui-icon-codepen-circle-fill:before{content:'\e962'}.layui-icon-CodeSandbox-circle-f:before{content:'\e963'}.layui-icon-dropbox-circle-fill:before{content:'\e964'}.layui-icon-github-fill:before{content:'\e965'}.layui-icon-dribbble-circle-fill:before{content:'\e966'}.layui-icon-googleplus-circle-f:before{content:'\e967'}.layui-icon-medium-circle-fill:before{content:'\e968'}.layui-icon-QQ-circle-fill:before{content:'\e969'}.layui-icon-IE-circle-fill:before{content:'\e96a'}.layui-icon-google-circle-fill:before{content:'\e96b'}.layui-icon-dingtalk-circle-fill:before{content:'\e96c'}.layui-icon-sketch-circle-fill:before{content:'\e96d'}.layui-icon-slack-circle-fill:before{content:'\e96e'}.layui-icon-twitter-circle-fill:before{content:'\e96f'}.layui-icon-taobao-circle-fill:before{content:'\e970'}.layui-icon-weibo-circle-fill:before{content:'\e971'}.layui-icon-zhihu-circle-fill:before{content:'\e972'}.layui-icon-reddit-circle-fill:before{content:'\e973'}.layui-icon-alipay-square-fill:before{content:'\e974'}.layui-icon-dingtalk-square-fill:before{content:'\e975'}.layui-icon-CodeSandbox-square-f:before{content:'\e976'}.layui-icon-behance-square-fill:before{content:'\e977'}.layui-icon-amazon-square-fill:before{content:'\e978'}.layui-icon-codepen-square-fill:before{content:'\e979'}.layui-icon-dribbble-square-fill:before{content:'\e97a'}.layui-icon-dropbox-square-fill:before{content:'\e97b'}.layui-icon-facebook-fill:before{content:'\e97c'}.layui-icon-googleplus-square-f:before{content:'\e97d'}.layui-icon-google-square-fill:before{content:'\e97e'}.layui-icon-instagram-fill:before{content:'\e97f'}.layui-icon-IE-square-fill:before{content:'\e980'}.layui-icon-medium-square-fill:before{content:'\e981'}.layui-icon-linkedin-fill:before{content:'\e982'}.layui-icon-QQ-square-fill:before{content:'\e983'}.layui-icon-reddit-square-fill:before{content:'\e984'}.layui-icon-twitter-square-fill:before{content:'\e985'}.layui-icon-sketch-square-fill:before{content:'\e986'}.layui-icon-slack-square-fill:before{content:'\e987'}.layui-icon-taobao-square-fill:before{content:'\e988'}.layui-icon-weibo-square-fill:before{content:'\e989'}.layui-icon-zhihu-square-fill:before{content:'\e98a'}.layui-icon-zoomout:before{content:'\e98b'}.layui-icon-apartment:before{content:'\e98c'}.layui-icon-audio:before{content:'\e98d'}.layui-icon-audio-fill:before{content:'\e98e'}.layui-icon-robot:before{content:'\e98f'}.layui-icon-zoomin:before{content:'\e990'}.table-action-area{padding-top:.15rem;margin-bottom:1rem}.table-action-area .layui-icon{margin-right:0}.layui-table-form .layui-input{height:32px !important;color:#606266;}.layui-form-label-sm{width:56px}.layui-form-radio > i{font-size:20px !important}.table-action-area .layui-btn + .layui-btn{margin-left:6px !important}.layui-table[lay-skin='line'] th{border-bottom:none;background-color:#fafafa}.layui-table-view .layui-table td,.layui-table-view .layui-table th{padding:9px 0}.layui-table td,.layui-table th,.layui-table-col-set,.layui-table-fixed-r,.layui-table-grid-down,.layui-table-header,.layui-table-page,.layui-table-tips-main,.layui-table-tool,.layui-table-total,.layui-table-view,.layui-table[lay-skin=line],.layui-table[lay-skin=row]{border-color:#f2f2f2}.layui-table-header{border-bottom:none;}.layui-laypage a,.layui-laypage span{font-size:13px !important}.layui-user dl dd a:hover,.layui-form-select dl dd:hover{background:#e6f7ff !important;color:#1890ff !important}.layui-badge{height:23px;line-height:23px;padding:0 9px}.layui-table[lay-skin=line]{border-width:0 0 0 0 !important;width:100%}.layui-laypage-curr .layui-laypage-em{background:#e6f7ff !important;border:1px solid #91d5ff}.layui-laypage .layui-laypage-curr em{color:#1890ff !important}.layui-form-select dl dd.layui-this{background:#e6f7ff !important;color:#1890ff !important}.layui-laydate-content td.laydate-selected{background-color:#e6f7ff !important}.layui-laydate td{border-radius:0 !important}.febs-tag-green{color:#52c41a;background:#f6ffed;border:1px solid #b7eb8f}.febs-tag-magenta{color:#eb2f96;background:#fff0f6;border:1px solid #ffadd2}.febs-tag-orange{color:#fa8c16;background:#fff7e6;border:1px solid #ffd591}.febs-tag-red{color:#f5222d;background:#fff1f0;border:1px solid #ffa39e}.febs-tag-volcano{color:#fa541c;background:#fff2e8;border:1px solid #ffbb96}.febs-tag-gold{color:#faad14;background:#fffbe6;border:1px solid #ffe58f}.febs-tag-lime{color:#a0d911;background:#fcffe6;border:1px solid #eaff8f}.febs-tag-cyan{color:#13c2c2;background:#e6fffb;border:1px solid #87e8de}.febs-tag-blue{color:#1890ff;background:#e6f7ff;border:1px solid #91d5ff}.febs-tag-geekblue{color:#2f54eb;background:#f0f5ff;border:1px solid #adc6ff}.febs-tag-purple{color:#722ed1;background:#f9f0ff;border:1px solid #d3adf7}.febs-green{color:#52c41a}.febs-magenta{color:#eb2f96}.febs-orange{color:#fa8c16}.febs-red{color:#f5222d}.febs-volcano{color:#fa541c}.febs-gold{color:#faad14}.febs-lime{color:#a0d911}.febs-cyan{color:#13c2c2}.febs-blue{color:#1890ff}.febs-geekblue{color:#2f54eb}.febs-purple{color:#722ed1}.febs-button-blue-plain{color:#409eff;background:#ecf5ff !important;border-color:#b3d8ff;}.febs-button-green-plain{color:#67c23a;background:#f0f9eb !important;border-color:#c2e7b0;}.febs-button-blue-plain:hover{color:#409eff;background:#ecf5ff !important;border-color:#b3d8ff;box-shadow:0 4px 8px 0 #b3d8ff;}.febs-button-green-plain:hover{color:#67c23a;background:#f0f9eb !important;border-color:#c2e7b0;box-shadow:0 4px 8px 0 #c2e7b0;}.febs-bg-green{background:#52c41a}.febs-bg-orange{background:#fa8c16}.febs-bg-red{background:#f5222d}.febs-bg-magenta{background:#eb2f96}.febs-bg-gold{background:#faad14}.febs-bg-volcano{background:#fa541c}.febs-bg-lime{background:#a0d911}.febs-bg-cyan{background:#13c2c2}.febs-bg-blue{background:#1890ff}.febs-bg-geekblue{background:#2f54eb}.febs-bg-purple{background:#722ed1}.febs-alert{border:1px solid #fff !important;box-shadow:3px 2px 9px rgba(0,0,0,0.1) !important}.febs-edit-area{font-size:18px;margin-right:5px}.febs-form-item-require:before{display:inline-block;margin-right:4px;content:"*";line-height:1;font-size:13px;color:#f5222d}.layui-table-form .layui-form-item{margin-bottom:0.6rem !important}.layui-form.layui-border-box.layui-table-view{margin-top:.5rem}.febs-container{padding:6px}.layui-form-item .layui-inline{margin-right:0 !important}.layui-form-label-xs{width:45px}.febs-alert-base{margin:3px 0 3px 0;display:block;border-radius:2px;padding:8px 15px 8px 15px}.febs-alert-success{border:1px solid #b7eb8f;background-color:#f6ffed}.febs-alert-info{border:1px solid #91d5ff;background-color:#e6f7ff}.febs-alert-warn{border:1px solid #ffe58f;background-color:#fffbe6}.febs-alert-error{border:1px solid #ffa39e;background-color:#fff1f0}.febs-hide{display:none}.layui-disabled,.layui-disabled:hover{color:rgba(0,0,0,.65) !important;cursor:not-allowed !important}.layui-radio-disbaled > i{color:#ff9776 !important}.layui-nav-itemed > .layui-nav-child{background-color:#272c33 !important}.febs-theme-white{background-color:#fff !important}.febs-theme-white .layui-logo span{color:#1890ff !important;font-weight:600}.febs-theme-white .layui-nav .layui-nav-item a,.febs-theme-white .layui-nav .layui-this a{color:rgba(0,0,0,0.65)}.febs-theme-white .layui-nav .layui-nav-item a:hover,.febs-theme-white .layui-nav .layui-this a{color:rgba(0,0,0,0.65)}.febs-theme-white .layui-nav-itemed > a{color:rgba(0,0,0,0.65) !important}.febs-theme-white .layui-nav-itemed > .layui-nav-child{background-color:#fff !important}#app-sidebar.febs-theme-white .layui-nav-tree .layui-this{background-color:#fff !important}.febs-theme-white .layui-nav-tree .layui-nav-child dd.layui-this a{background-color:#e6f7ff !important;color:#1890ff !important}.febs-theme-white .layui-nav-itemed .layui-nav-child{box-shadow:none !important}.febs-sidebar-shrink #app-sidebar.febs-theme-white .layui-nav-itemed{background-color:#fff !important}.febs-theme-white .layui-nav .layui-nav-mored,.febs-theme-white .layui-nav-itemed > a .layui-nav-more{border-color:transparent transparent rgba(0,0,0,.5)}.febs-theme-white .layui-nav .layui-nav-more{border-color:rgba(0,0,0,.5) transparent transparent}.febs-tabs-wrap .febs-tabs-ball{display:inline-block;height:5px;width:5px;border-radius:50%;background:#fff;vertical-align:middle;margin-right:7px;position:relative;top:-1px;transition:background .4s ease}.febs-tabs-wrap li.febs-tabs-active .febs-tabs-ball{background-color:#85ef47 !important;box-shadow:0 0 7px #b7eb8f}.layui-badge-dot{width:6px !important;height:6px !important;vertical-align:middle}.layui-anim{-webkit-animation-duration:.4s !important;animation-duration:.4s !important}@keyframes febs-anim{from{transform:translate3d(30px,0,0);opacity:.3}to{transform:translate3d(0,0,0);opacity:1}}.febs-anim{-webkit-animation-name:febs-anim;animation-name:febs-anim}@keyframes febs-anim-right{from{transform:translate3d(-30px,0,0);opacity:.3}to{transform:translate3d(0,0,0);opacity:1}}.febs-anim-right{-webkit-animation-name:febs-anim-right;animation-name:febs-anim-right}@keyframes febs-anim-down{from{transform:translate3d(0,-30px,0);opacity:.3}to{transform:translate3d(0,0,0);opacity:1}}.febs-anim-down{-webkit-animation-name:febs-anim-down;animation-name:febs-anim-down}@keyframes febs-anim-up{from{transform:translate3d(0,30px,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.febs-anim-up{-webkit-animation-name:febs-anim-up;animation-name:febs-anim-up}.layui-user .layui-nav-child dd.layui-this a,.layui-user dd.layui-this{background-color:#fff !important;color:#111 !important;}
src/main/resources/static/febs/css/formSelects-v4.css
New file
@@ -0,0 +1,174 @@
/* formSelects多选css */
select[xm-select]{display: none !important;}
.xm-select-parent * {margin: 0;padding: 0;font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif; box-sizing: initial;}
.xm-select-parent {text-align: left;}
.xm-select-parent select {display: none;}
.xm-select-parent .xm-select-title {position: relative;min-height: 36px;}
.xm-select-parent .xm-input {cursor: pointer;border-radius: 2px;border-width: 1px;border-style: solid;border-color: #E6E6E6;display: block;width: 100%;box-sizing: border-box;background-color: #FFF;height: 36px;line-height: 1.3;padding-left: 10px;outline: 0}
.xm-select-parent .xm-select-sj {display: inline-block;width: 0;height: 0;border-style: dashed;border-color: transparent;overflow: hidden;position: absolute;right: 10px;top: 50%;margin-top: -3px;cursor: pointer;border-width: 6px;border-top-color: #C2C2C2;border-top-style: solid;transition: all .3s;-webkit-transition: all .3s}
.xm-select-parent .xm-form-selected .xm-select-sj {margin-top: -9px;transform: rotate(180deg)}
.xm-select-parent .xm-form-select dl {display: none;position: absolute;left: 0;top: 42px;padding: 5px 0;z-index: 999;min-width: 100%;border: 1px solid #d2d2d2;max-height: 300px;overflow-y: auto;background-color: #fff;border-radius: 2px;box-shadow: 0 2px 4px rgba(0, 0, 0, .12);box-sizing: border-box;animation-fill-mode: both;-webkit-animation-name: layui-upbit;animation-name: layui-upbit;-webkit-animation-duration: .3s;animation-duration: .3s;-webkit-animation-fill-mode: both;animation-fill-mode: both}
@-webkit-keyframes layui-upbit {
    from {-webkit-transform: translate3d(0, 30px, 0);opacity: .3}
    to {-webkit-transform: translate3d(0, 0, 0);opacity: 1}
}
@keyframes layui-upbit {
    from {transform: translate3d(0, 30px, 0);opacity: .3}
    to {transform: translate3d(0, 0, 0);opacity: 1}
}
.xm-select-parent .xm-form-selected dl {display: block}
.xm-select-parent .xm-form-select dl dd,.xm-select-parent .xm-form-select dl dt {padding: 0 10px;line-height: 36px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.xm-select-parent .xm-form-select dl dd {cursor: pointer;height: 36px;}
.xm-select-parent .xm-form-select dl dd:hover {background-color: #f2f2f2}
.xm-select-parent .xm-form-select dl dt {font-size: 12px;color: #999}
.layui-select-disabled .xm-dis-disabled {border-color: #eee!important}
.xm-select-parent .xm-form-select dl .xm-select-tips {padding-left: 10px!important;color: #999;font-size: 14px}
.xm-unselect {-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none}
.xm-form-checkbox {position: relative;display: block;vertical-align: middle;cursor: pointer;font-size: 0;-webkit-transition: .1s linear;transition: .1s linear;box-sizing: border-box;height: auto!important;line-height: normal!important;border: none!important;margin-right: 0;padding-right: 0;background: 0 0;}
.xm-form-checkbox > i {color: #FFF; font-size: 16px; width: 16px; height: 16px; position: absolute; top: 9px; border: 1px solid #5FB878; border-radius: 2px; z-index: 2;}
.xm-form-checkbox:hover > i {border-color: #5FB878;}
.xm-form-checkbox > span{display: block;position: relative;padding: 0 15px 0 30px;height: 100%;font-size: 14px;border-radius: 2px 0 0 2px;background-color: #d2d2d2;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background: 0 0;color: #666;line-height: 36px;}
.xm-select-parent dl{width: 100%;}
.xm-select-parent dl dd{position: relative;}
.xm-select-parent dl dd > i:not(.icon-sousuo){position: absolute; right: 10px; top: 0; color: #AAAAAA;}
.xm-select-parent dl dd.xm-select-this div i {border: none; color: #5FB878; font-size: 18px;}
.xm-select-parent dl dd.xm-select-this div i:after{content: '\e613';}
.xm-select-parent dl dd.xm-dis-disabled div i {border-color: #C2C2C2;}
.xm-select-parent dl dd.xm-dis-disabled.xm-select-this div i {color: #C2C2C2;}
.xm-select-radio div.xm-form-checkbox > i {border-radius: 20px;}
.xm-select-parent dl.xm-select-radio dd.xm-select-this div i:after{content: '\e62b';}
.xm-dis-disabled,.xm-dis-disabled:hover {cursor: not-allowed!important}
.xm-form-select dl dd.xm-dis-disabled {background-color: #fff!important}
.xm-form-select dl dd.xm-dis-disabled span {color: #C2C2C2}
.xm-form-select dl dd.xm-dis-disabled .xm-icon-yes {border-color: #C2C2C2}
.xm-select-parent {position: relative;-moz-user-select: none;-ms-user-select: none;-webkit-user-select: none}
.xm-select-parent .xm-select {line-height: normal;height: auto;padding: 4px 10px 1px 10px;overflow: hidden;min-height: 36px;left: 0;z-index: 99;position: absolute;background: 0 0;padding-right: 20px}
.xm-select-parent .xm-select:hover {border-color: #C0C4CC}
.xm-select-parent .xm-select .xm-select-label {display: inline-block;margin: 0;vertical-align: middle}
.xm-select-parent .xm-select-title div.xm-select-label>span {position: relative;padding: 2px 5px;background-color: #5FB878;border-radius: 2px;color: #FFF;display: inline-block;line-height: 18px;height: 18px;margin: 2px 5px 2px 0;cursor: initial;user-select: none;font-size: 14px;padding-right: 25px;-webkit-user-select: none;}
.xm-select-parent .xm-select-title div.xm-select-label>span i {position: absolute; margin-left: 8px; font-size: 12px; cursor: pointer; line-height: 20px;}
.xm-select-parent .xm-select .xm-select-input {border: none;height: 28px;background-color: transparent;padding: 0;vertical-align: middle;display: inline-block;width: 50px}
.xm-select-parent .xm-select--suffix input {border: none}
.xm-form-selected .xm-select,.xm-form-selected .xm-select:hover {border-color: #5FB878!important}
.xm-select--suffix+div {position: absolute;top: 0;left: 0;bottom: 0;right: 0}
.xm-select-dis .xm-select--suffix+div {z-index: 100;cursor: no-drop!important;opacity: .2;background-color: #FFF;}
.xm-select-disabled,.xm-select-disabled:hover {color: #d2d2d2!important;cursor: not-allowed!important;background-color: #fff}
.xm-select-none {display: none;margin: 5px 0;text-align: center;}
.xm-select-none:hover {background-color: #FFF!important}
.xm-select-empty {display: block}
.xm-span-hide {display: none!important;}
.layui-form-pane .xm-select,.layui-form-pane .xm-select:hover {border: none!important;top: 0px}
.layui-form-pane .xm-select-title {border: 1px solid #e6e6e6!important}
.xm-select-hide {display: none !important;}
div[xm-hg] .xm-select-label{white-space: nowrap; overflow: hidden; position: absolute; right: 30px; left: 0; padding-left: 10px;}
/* 颜色相关 */
div[xm-select-skin] .xm-select-title div.xm-select-label>span {border: 1px solid #5FB878}
div[xm-select-skin] .xm-select-title div.xm-select-label>span i:hover {opacity: .8;filter: alpha(opacity=80);cursor: pointer}
div[xm-select-skin=default] .xm-select-title div.xm-select-label>span {background-color: #F0F2F5;color: #909399;border: 1px solid #F0F2F5}
div[xm-select-skin=default] .xm-select-title div.xm-select-label>span i {color: #C0C4CC}
div[xm-select-skin=default] .xm-select-title div.xm-select-label>span i:before {content: '\e60b'; font-size: 16px; margin-left: -3px;}
div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i {border-color: #5FB878}
div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i {color: #5FB878}
div[xm-select-skin=default].xm-form-selected .xm-select,div[xm-select-skin=default].xm-form-selected .xm-select:hover {border-color: #C0C4CC!important}
div[xm-select-skin=primary] .xm-select-title div.xm-select-label>span {background-color: #5FB878;color: #FFF;border: 1px solid #5FB878}
div[xm-select-skin=primary] .xm-select-title div.xm-select-label>span i {background-color: #5FB878; color: #FFF}
div[xm-select-skin=primary] dl dd:not(.xm-dis-disabled) i {border-color: #5FB878}
div[xm-select-skin=primary] dl dd.xm-select-this:not(.xm-dis-disabled) i {color: #5FB878}
div[xm-select-skin=primary].xm-form-selected .xm-select,div[xm-select-skin=primary].xm-form-selected .xm-select:hover {border-color: #5FB878!important}
div[xm-select-skin=normal] .xm-select-title div.xm-select-label>span {background-color: #94b2fa;color: #FFF;border: 1px solid #94b2fa}
div[xm-select-skin=normal] .xm-select-title div.xm-select-label>span i {background-color: #94b2fa;color: #FFF}
div[xm-select-skin=normal] dl dd:not(.xm-dis-disabled) i {border-color: #94b2fa}
div[xm-select-skin=normal] dl dd.xm-select-this:not(.xm-dis-disabled) i {color: #94b2fa}
div[xm-select-skin=normal].xm-form-selected .xm-select,div[xm-select-skin=normal].xm-form-selected .xm-select:hover {border-color: #94b2fa!important}
div[xm-select-skin=warm] .xm-select-title div.xm-select-label>span {background-color: #FFB800;color: #FFF;border: 1px solid #FFB800}
div[xm-select-skin=warm] .xm-select-title div.xm-select-label>span i {background-color: #FFB800;color: #FFF}
div[xm-select-skin=warm] dl dd:not(.xm-dis-disabled) i {border-color: #FFB800}
div[xm-select-skin=warm] dl dd.xm-select-this:not(.xm-dis-disabled) i {color: #FFB800}
div[xm-select-skin=warm].xm-form-selected .xm-select,div[xm-select-skin=warm].xm-form-selected .xm-select:hover {border-color: #FFB800!important}
div[xm-select-skin=danger] .xm-select-title div.xm-select-label>span {background-color: #FF5722;color: #FFF;border: 1px solid #FF5722}
div[xm-select-skin=danger] .xm-select-title div.xm-select-label>span i {background-color: #FF5722;color: #FFF}
div[xm-select-skin=danger] dl dd:not(.xm-dis-disabled) i {border-color: #FF5722}
div[xm-select-skin=danger] dl dd.xm-select-this:not(.xm-dis-disabled) i {color: #FF5722}
div[xm-select-skin=danger].xm-form-selected .xm-select,div[xm-select-skin=danger].xm-form-selected .xm-select:hover {border-color: #FF5722!important}
/* 多选联动  */
.xm-select-parent .layui-form-danger+.xm-select-title .xm-select {border-color: #FF5722 !important;}
.xm-select-linkage li {padding: 10px 0px;cursor: pointer;}
.xm-select-linkage li span {padding-left: 20px;padding-right: 30px;display: inline-block;height: 20px;overflow: hidden;text-overflow: ellipsis;}
.xm-select-linkage li.xm-select-this span {border-left: 5px solid #5FB878;color: #5FB878;padding-left: 15px;}
.xm-select-linkage-group {position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow-x: hidden;overflow-y: auto;}
.xm-select-linkage-group li:hover {border-left: 1px solid #5FB878;}
.xm-select-linkage-group li:hover span {padding-left: 19px;}
.xm-select-linkage-group li.xm-select-this:hover span {padding-left: 15px;border-left-width: 4px;}
.xm-select-linkage-group:nth-child(4n+1){background-color: #EFEFEF; left: 0;}
.xm-select-linkage-group:nth-child(4n+1) li.xm-select-active{background-color: #F5F5F5;}
.xm-select-linkage-group:nth-child(4n+2){background-color: #F5F5F5; left: 100px;}
.xm-select-linkage-group:nth-child(4n+3) li.xm-select-active{background-color: #FAFAFA;}
.xm-select-linkage-group:nth-child(4n+3){background-color: #FAFAFA; left: 200px;}
.xm-select-linkage-group:nth-child(4n+3) li.xm-select-active{background-color: #FFFFFF;}
.xm-select-linkage-group:nth-child(4n+4){background-color: #FFFFFF; left: 300px;}
.xm-select-linkage-group:nth-child(4n+4) li.xm-select-active{background-color: #EFEFEF;}
.xm-select-linkage li{list-style: none;}
.xm-select-linkage-hide {display: none;}
.xm-select-linkage-show {display: block;}
div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span {border-left-color: #5FB878;color: #5FB878;}
div[xm-select-skin='default'] .xm-select-linkage-group li:hover {border-left-color: #5FB878;}
div[xm-select-skin='primary'] .xm-select-linkage li.xm-select-this span {border-left-color: #94b2fa;color: #94b2fa;}
div[xm-select-skin='primary'] .xm-select-linkage-group li:hover {border-left-color: #94b2fa;}
div[xm-select-skin='normal'] .xm-select-linkage li.xm-select-this span {border-left-color: #94b2fa;color: #94b2fa;}
div[xm-select-skin='normal'] .xm-select-linkage-group li:hover {border-left-color: #94b2fa;}
div[xm-select-skin='warm'] .xm-select-linkage li.xm-select-this span {border-left-color: #FFB800;color: #FFB800;}
div[xm-select-skin='warm'] .xm-select-linkage-group li:hover {border-left-color: #FFB800;}
div[xm-select-skin='danger'] .xm-select-linkage li.xm-select-this span {border-left-color: #FF5722;color: #FF5722;}
div[xm-select-skin='danger'] .xm-select-linkage-group li:hover {border-left-color: #FF5722;}
/* 快捷操作 */
.xm-select-tips[style]:hover{background-color: #FFF!important;}
.xm-select-parent dd > .xm-cz{position: absolute; top: 0px; right: 10px;}
.xm-select-parent dd > .xm-cz-group{margin-right: 30px; border-right: 2px solid #ddd; height: 16px; margin-top: 10px; line-height: 16px; overflow: hidden;}
.xm-select-parent dd > .xm-cz-group .xm-cz{display: inline-block; margin-right: 30px;}
.xm-select-parent dd > .xm-cz-group .xm-cz i{margin-right: 10px;}
.xm-select-parent dd > .xm-cz-group[show='name'] .xm-cz i{display: none;}
.xm-select-parent dd > .xm-cz-group[show='icon'] .xm-cz span{display: none;}
.xm-select-parent dd .xm-cz:hover{color: #5FB878;}
div[xm-select-skin='default'] dd .xm-cz:hover{color: #C0C4CC;}
div[xm-select-skin='primary'] dd .xm-cz:hover{color: #5FB878;}
div[xm-select-skin='normal'] dd .xm-cz:hover{color: #94b2fa;}
div[xm-select-skin='warm'] dd .xm-cz:hover{color: #FFB800;}
div[xm-select-skin='danger'] dd .xm-cz:hover{color: #FF5722;}
/* 下拉里面的搜索 */
.xm-select-tips .xm-input{border: none; border-bottom: 1px solid #E6E6E6; padding-left: 27px;}
.xm-select-tips .icon-sousuo{position: absolute;}
.xm-select-tips.xm-dl-input{display: none;}
div[xm-select-search-type="1"] .xm-select-tips.xm-dl-input{display: block;}
div[xm-select-search-type="1"] .xm-select .xm-select-input{display: none !important;}
/* 阿里巴巴矢量图标库 */
@font-face {font-family: "xm-iconfont";
  src: url('//at.alicdn.com/t/font_792691_qxv28s6g1l9.eot?t=1534240067831'); /* IE9*/
  src: url('//at.alicdn.com/t/font_792691_qxv28s6g1l9.eot?t=1534240067831#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAsYAAsAAAAAEQwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8ukovY21hcAAAAYAAAACrAAACPBtV6wxnbHlmAAACLAAABnEAAAmMovtEvWhlYWQAAAigAAAAMQAAADYSctBCaGhlYQAACNQAAAAgAAAAJAgBA69obXR4AAAI9AAAABsAAAAwMCX//WxvY2EAAAkQAAAAGgAAABoN8gwubWF4cAAACSwAAAAeAAAAIAEiAM9uYW1lAAAJTAAAAUUAAAJtPlT+fXBvc3QAAAqUAAAAhAAAALJ1LunfeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWacwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeMbwwZ27438AQw9zMcAQozAiSAwDk4AxmeJzlks0JwzAMhZ8bN/1xD4GU0h2Se26BbJMJOkkn6KmTPbJF8mT5UGg3qMRn0EPIRs8A9gAq0YsIhDcCLF5SQ9YrnLMe8VB9RSMlMjCxYcueIyfOy7CuAFHU7lP9iqApt5L3ksBJbzlgZ9PVkXDUvbWa6x8T/i0u+XyWKtmmHW0NDI55yeRok2DjaKdg65jX7Bzzm71jXnN08vzJkQvg7Ng/WAYH9Qb3wzM/AHicjVVvbFzFEd/Zfbv7/vn9uXf33vl8Pt/dO99BHOzEZ9/DKTImRS0KjUoLDUFCjtpCMGkT1D9qldQmhkiUSv2G1BBB1VYqilGREOIDViWEGzttqkpI/cAXqyL5gFRALVIF+VCJe9fZd+fEpR/o6d3s7G9mZ2dmZ3aJIKR3h0ZYmVgkIjGZJV8mDxECtenOTDOu1UU+hJoD+TCqzcNMk2V8O5OCbDVRPgZhEt4JCNTZ/4HA3+DfuWIxl8pcFFErG3K7oD7fvev8UaMUmEu259lrRjBsfs6cLhYbRfzSbSjGRVAkfQYihUXsyPkHTVyyZDNmXzSHg3Tl+aPKxpJFqbWGdtLl8w8iYDxuDTQIx7yc1YCdIx7Jk3HSwbwQwGBcyMKZVtG0ZCuJxjFJBb+foMSfhJaPOSr4FYgwSwqIx2MHJALtAdBi/7xcSMJL+fxmmBS2guD61tZm96X02mgcj0J1NAaIR9UMmhXIV24FuLUC71+r1AEmK1AYrQHUK/Tly/m8MrOZz2+FSf7jzc3NK9XR9F2lVq+gmRp0r+HK9B+VJmR263Rgd7ALwR/FOFfx/FeJS0YxQh9drakgMJhaBVizkwgqWxLD6eQ0Qo8f7p44fJziSH9x+PjLZUO+/jZ9+K35X37ljn/Rv+yW4Ziuf2nl4PfS5/LrP47OHTsFJULYjf369UZAEBmSqEOSJmG4Me6LeznA0BFkcDoJlGynVzmH2vY21DhPr25v9DjvbfTp2TXG1s5mlK0q4S7lT++6obbRox/s6CHF2LMEsHvoFfSFQIKnKQMZJVFCD6WH0p0PVvvcRx8uph8eUks0jOFNtskOkpDsJ18k9+NqVRg3qqMCSSerjyRuYUi1/vFH7YIqikGVcD+ehFl/pqPSPKZ6DG6mHisljFhBFvU/PoRkSNd/JHO6Ja5JOXcfwIGJbm/igBq/hn8Kfb57YbYUxyX4cwkLKH1u4gD9GVSL6USxCjjCO2p8VdcvH9XRYIQWqUblu3pR/v2BvXMAc3tTmJiDAQ895B9NL0C9BFdKqqRKczDX/Whg7O1irVbcqZ8/sbfYBOZwihC+6wSDzszUf+dF7rRO1O+fKaDO+nXOr6+vf8L5J44Qe4UvnlyRntwrxMoKzpFdeRJBNb9dGyiur1+nE59R+uwi9M1G395jb9KP0bcK2YM9nJB5cojcS75OFskxclzdc+pW699z8iYbtf14BGKf77ruZNyXKC0e50OEBI+V/Aug5Dex/9WjJfipuqnS00gfybjXbNe1f762tXmRPp3Bdl/l6g5JXyqXR0bK8J3PR+jvwYs8/GBnTM+kr8FX4ZknwC16XtG9iH9QfNn1vDHPe2GAj3ieV3XdF2+IPdeteh62Ra+HfQrsKWKSBtlHSOBgM7KkKQBLWnZoq1mVwotCLRGhOtSkMzMuqq2ml3SqUehdnZtynbtPLB88/Dy9dDrYVzoy/MTT6Svnlpd/AHueon5wpnGsEae/PZm+d3Jp6SSUTy7R3xw4f9/B5RN3O+5t3VNncjm6Cnt+uLx8DpedGj4yvD84HceNxTcG6ku4VPmZ9n6nNdj95BHyB3IJKxBPsKm6rpn4QopmqzlFm1MwqdxO5rPGnIc7aSfCGg1Vqyo6nUlQhnh7WiFhXzgGhVC4qjPRki9xdGCc4zXeSWb9BG1ktlqz2Q5Y7S2sIJfivkpVKCCDpyCWdbQzECj76qMVqvyJ/LxyI2rTv1bTC25lSM9xAUJ4Lc+U0wXTsKXDmaA8tHX+hvDt4Wa9IHLcMUBz9VwpL4xi2aGasAPPKNUbbmD/2jAtk0uXY4eJx8zRgj9iAnVNt5X+BL5vlHTOaiOmG7g6+7ZBNUOaefNXuJF3u25RjVvBLeW8E4wV7ZJBpbAXXGnqrwgupWVTAKqZjq5HbW44fMguNJhgwmw8oOk8GCqE8F3GhLB0uS/UDVt4lgjtqGxK/rpwuaDAqKHZNuWmJjVKuWUxbpg2B9DtoRdN3TKF9B0hw4p41C5i3CI9w4civP3aQLlmLMK3wpJpaI7BvmlhPtH3nPWCKQAdE2hK9zyuUeAm921qCA2kvqY8N1yDMq4beJlG+4XQqHDCQnqPlJIyyN579S4tIGcRv/82BbFfK9SgnVHkZzMeaSQjqR5/fP5XF2Chh+sW0g0gn27snqXv3/bsszsfJbCAIiTdjRTVCBL6jV0K5D8H/8xVAAAAeJxjYGRgYADi16c/vIvnt/nKwM3CAALXZxxzhtH///23YVFhbgZyORiYQKIAm34OJQAAAHicY2BkYGBu+N/AEMOi/P/f//8sKgxAERTAAwCmuAa3eJxjYWBgYAFhRiiNFf//z6L8/x+IDQAkCQRQAAAAAAAAjAEAATgBfgGaAiACbgMMA2AEhATGAAB4nGNgZGBg4GE4DMQgwATEXEDIwPAfzGcAAB2tAfIAAHicZY9NTsMwEIVf+gekEqqoYIfkBWIBKP0Rq25YVGr3XXTfpk6bKokjx63UA3AejsAJOALcgDvwSCebNpbH37x5Y08A3OAHHo7fLfeRPVwyO3INF7gXrlN/EG6QX4SbaONVuEX9TdjHM6bCbXRheYPXuGL2hHdhDx18CNdwjU/hOvUv4Qb5W7iJO/wKt9Dx6sI+5l5XuI1HL/bHVi+cXqnlQcWhySKTOb+CmV7vkoWt0uqca1vEJlODoF9JU51pW91T7NdD5yIVWZOqCas6SYzKrdnq0AUb5/JRrxeJHoQm5Vhj/rbGAo5xBYUlDowxQhhkiMro6DtVZvSvsUPCXntWPc3ndFsU1P9zhQEC9M9cU7qy0nk6T4E9XxtSdXQrbsuelDSRXs1JErJCXta2VELqATZlV44RelzRiT8oZ0j/AAlabsgAAAB4nG2L3QqCQBCFZ9RWU7sOfAeh8IFi3N10EHYUG1p8+gSjqz44F+cPEjgo4T81Jphihic0mGOBZyyxwhovUCxKIe4ylthRuDqV+I22UcLQ6+QH4ubWdZZkU3m4o/0tUqtSvT33TPLits12fzc+zhRcvoquo0o281OLhcMw7Q+AD8sULE0=') format('woff'),
  url('//at.alicdn.com/t/font_792691_qxv28s6g1l9.ttf?t=1534240067831') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_792691_qxv28s6g1l9.svg?t=1534240067831#iconfont') format('svg'); /* iOS 4.1- */
}
.xm-iconfont {font-family:"xm-iconfont" !important; font-size:16px; font-style:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.icon-quanxuan:before { content: "\e62c"; }
.icon-caidan:before { content: "\e610"; }
.icon-fanxuan:before { content: "\e837"; }
.icon-pifu:before { content: "\e668"; }
.icon-qingkong:before { content: "\e63e"; }
.icon-sousuo:before { content: "\e600"; }
.icon-danx:before { content: "\e62b"; }
.icon-duox:before { content: "\e613"; }
.icon-close:before { content: "\e601"; }
.icon-expand:before { content: "\e641"; }
src/main/resources/static/febs/css/login.css
New file
@@ -0,0 +1 @@
#febs-login{height:100%;background:#f0f2f5 url(../images/background.svg) no-repeat center 110px;padding-top:1px;margin-top:-1px}#febs-login .layui-logo{user-select:none;overflow:hidden;position:static;font-size:27px;width:100%;padding:0;line-height:120px;height:120px;color:#3491ff;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;transition:height .8s cubic-bezier(0.075,0.82,0.165,1)}#febs-login .layui-logo span{font-weight:600;color:rgba(0,0,0,.85);border-bottom:1px solid #3491ff}#febs-login .layui-logo span b{color:#3491ff}#febs-login .login-wrap{position:relative;top:50%;margin-top:-290px;height:540px}#febs-login .layui-form{overflow:hidden;background:#fff;padding:40px 40px 20px;border-radius:0;box-shadow:1px 3px 3px #ccc;position:relative}#febs-login .layui-form-item{position:relative}#febs-login .verify-block{display:none}#febs-login .layui-input{text-indent:26px}#febs-login .codeimg{margin-left:10px;cursor:pointer}#febs-login .sendsms{position:absolute;top:4px;right:4px;width:100px;border:none}#febs-login .sendsms.layui-btn-disabled{background:#f4f4f4;color:#bbb}#febs-login .houseimg{text-align:center}#febs-login .houseimg img{display:inline-block;margin-top:5%}#febs-login .login-type-tab{margin-bottom:20px;overflow:hidden}#febs-login .login-type-tab li{display:inline-block;padding-right:20px;font-size:16px;line-height:30px;color:#bbb;cursor:pointer;transition:color .5s ease}#febs-login .login-type-tab li.active{color:#333}#febs-login .login-type-tab li .qrcode-icon{font-size:24px}#febs-login .phonecode-block{display:none}#febs-login .qrcode-block{text-align:center;display:none}#febs-login .qrcode-block .qrcode{border:1px solid #eee;display:inline-block;padding:15px;margin:30px 0;width:158px;height:158px}#febs-login .qrcode-block .qrcode .layui-icon{line-height:158px;font-size:44px;color:#e6e6e6}#febs-login .qrcode-block .p1{font-size:16px}#febs-login .qrcode-block .p2{font-size:14px;color:#999;margin-top:10px;margin-bottom:20px}#febs-login .layui-form-item .label-icon{position:absolute;top:0;left:0;width:38px;line-height:38px;text-align:center;color:#d2d2d2!important}.footer{text-align:center;padding:.5rem 1rem 1rem}
src/main/resources/static/febs/font/iconfont.eot
Binary files differ
src/main/resources/static/febs/font/iconfont.svg
New file
@@ -0,0 +1,1622 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024" >
  <font-face
    font-family="iconfont"
    font-weight="500"
    font-stretch="normal"
    units-per-em="1024"
    ascent="896"
    descent="-128"
  />
    <missing-glyph />
    <glyph glyph-name="check-circle" unicode="&#59261;" d="M699 543h-46.9c-10.2 0-19.9-4.9-25.9-13.3L469 311.70000000000005l-71.2 98.8c-6 8.3-15.6 13.3-25.9 13.3H325c-6.5 0-10.3-7.4-6.5-12.7l124.6-172.8c12.7-17.7 39-17.7 51.7 0l210.6 292c3.9 5.3 0.1 12.7-6.4 12.7zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372z"  horiz-adv-x="1024" />
    <glyph glyph-name="CI" unicode="&#59262;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM730 584.1h-50.4c-4.4 0-8-3.6-8-8v-384.2c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8V576.1c0 4.4-3.6 8-8 8zM448.6 534.5c49.5 0 83.1-31.5 87-77.6 0.4-4.2 3.8-7.4 8-7.4h52.6c2.4 0 4.4 2 4.4 4.4 0 81.2-64 138.1-152.3 138.1C345.4 592 286 522.5 286 407.6v-49c0-114 59.4-182.6 162.3-182.6 88 0 152.3 55.1 152.3 132.5 0 2.4-2 4.4-4.4 4.4h-52.7c-4.2 0-7.6-3.2-8-7.3-4.2-43-37.7-72.4-87-72.4-61.1 0-95.6 44.9-95.6 125.2v49.3c0.1 81.4 34.6 126.8 95.7 126.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="Dollar" unicode="&#59263;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM559.7 407.2l-25.4 5.9V547.4c38-5.2 61.5-29 65.5-58.2 0.5-4 3.9-6.9 7.9-6.9h44.9c4.7 0 8.4 4.1 8 8.8-6.1 62.3-57.4 102.3-125.9 109.2V633c0 4.4-3.6 8-8 8h-28.1c-4.4 0-8-3.6-8-8v-33c-70.8-6.9-126.2-46-126.2-119 0-67.6 49.8-100.2 102.1-112.7l24.7-6.3v-142.7c-44.2 5.9-69 29.5-74.1 61.3-0.6 3.8-4 6.6-7.9 6.6H363c-4.7 0-8.4-4-8-8.7 4.5-55 46.2-105.6 135.2-112.1V135c0-4.4 3.6-8 8-8h28.4c4.4 0 8 3.6 8 8.1l-0.2 31.7c78.3 6.9 134.3 48.8 134.3 124-0.1 69.4-44.2 100.4-109 116.4z m-68.6 16.2c-5.6 1.6-10.3 3.1-15 5-33.8 12.2-49.5 31.9-49.5 57.3 0 36.3 27.5 57 64.5 61.7v-124zM534.3 219V352.7c3.1-0.9 5.9-1.6 8.8-2.2 47.3-14.4 63.2-34.4 63.2-65.1 0-39.1-29.4-62.6-72-66.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="compass" unicode="&#59264;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM710.4 600.1c-8 3.1-16.7 2.9-24.5-0.5L414.9 481 296.4 210c-3.6-8.2-3.6-17.5 0-25.7 3.4-7.8 9.7-13.9 17.7-17 3.8-1.5 7.7-2.2 11.7-2.2 4.4 0 8.7 0.9 12.8 2.7l271 118.6 118.5 271c3.6 8.2 3.6 17.5 0 25.7-3.5 7.9-9.8 13.9-17.7 17zM576.8 361.6l26.2-26.2-42.4-42.4-26.2 26.2L380 251.6 447.5 406 422 431.6l42.4 42.4 25.5-25.5L644.4 516l-67.6-154.4zM464.4 474L422 431.6l25.5-25.6 86.9-86.8 26.2-26.2 42.4 42.4-26.2 26.2-86.8 86.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="close-circle" unicode="&#59265;" d="M685.4 541.2c0 4.4-3.6 8-8 8l-66-0.3L512 430.4l-99.3 118.4-66.1 0.3c-4.4 0-8-3.5-8-8 0-1.9 0.7-3.7 1.9-5.2l130.1-155L340.5 226c-1.2-1.5-1.9-3.3-1.9-5.2 0-4.4 3.6-8 8-8l66.1 0.3L512 331.6l99.3-118.4 66-0.3c4.4 0 8 3.5 8 8 0 1.9-0.7 3.7-1.9 5.2L553.5 381l130.1 155c1.2 1.4 1.8 3.3 1.8 5.2zM512 831C264.6 831 64 630.4 64 383s200.6-448 448-448 448 200.6 448 448S759.4 831 512 831z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372z"  horiz-adv-x="1024" />
    <glyph glyph-name="frown" unicode="&#59266;" d="M336 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM688 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m263-711c-34.2-34.2-74-61-118.3-79.8C611 21.8 562.3 12 512 12c-50.3 0-99 9.8-144.8 29.2-44.3 18.7-84.1 45.6-118.3 79.8-34.2 34.2-61 74-79.8 118.3C149.8 285 140 333.7 140 384s9.8 99 29.2 144.8c18.7 44.3 45.6 84.1 79.8 118.3 34.2 34.2 74 61 118.3 79.8C413 746.2 461.7 756 512 756c50.3 0 99-9.8 144.8-29.2 44.3-18.7 84.1-45.6 118.3-79.8 34.2-34.2 61-74 79.8-118.3C874.2 483 884 434.3 884 384s-9.8-99-29.2-144.8c-18.7-44.3-45.6-84.1-79.8-118.2zM512 363c-85.5 0-155.6-67.3-160-151.6-0.2-4.6 3.4-8.4 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 259.9 461.5 299 512 299s92.1-39.1 95.8-88.6c0.3-4.2 3.9-7.4 8.1-7.4H664c4.6 0 8.2 3.8 8 8.4-4.4 84.3-74.5 151.6-160 151.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="info-circle" unicode="&#59267;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM512 560m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM536 448h-48c-4.4 0-8-3.6-8-8v-272c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V440c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="left-circle" unicode="&#59268;" d="M603.3 568.5l-246-178c-4.4-3.2-4.4-9.7 0-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5V253c0 10.2-4.9 19.9-13.2 25.9L457.4 384l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V562c0 6.5-7.4 10.3-12.7 6.5zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372z"  horiz-adv-x="1024" />
    <glyph glyph-name="down-circle" unicode="&#59269;" d="M690 491h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 332.4 406.8 477.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3 0.1 12.7-6.4 12.7zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372z"  horiz-adv-x="1024" />
    <glyph glyph-name="EURO" unicode="&#59270;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM629.7 600.6c-15.9 3.5-34.4 5.4-55.3 5.4-106.7 0-178.9-55.7-198.6-149.9H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.4c-0.3-4.1-0.3-8.4-0.3-12.8v-36.9H344c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h30.2c17.2-99.2 90.4-158 200.2-158 20.9 0 39.4 1.7 55.3 5.1 3.7 0.8 6.4 4 6.4 7.8v42.8c0 5-4.6 8.8-9.5 7.8-14.7-2.8-31.9-4.1-51.8-4.1-68.5 0-114.5 36.6-129.8 98.6h130.6c4.4 0 8 3.6 8 8v27.2c0 4.4-3.6 8-8 8H439.2v36c0 4.7 0 9.4 0.3 13.8h135.9c4.4 0 8 3.6 8 8v27.2c0 4.4-3.6 8-8 8H447.1c17.2 56.9 62.3 90.4 127.6 90.4 19.9 0 37.1-1.5 51.7-4.4 5-1 9.6 2.8 9.6 7.8v42.8c0 3.8-2.6 7-6.3 7.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="copyright" unicode="&#59271;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM517.6 544.7c53 0 89-33.8 93-83.4 0.3-4.2 3.8-7.4 8-7.4h56.7c2.6 0 4.7 2.1 4.7 4.7 0 86.7-68.4 147.4-162.7 147.4C407.4 606 344 531.8 344 409.2v-52.3C344 235.2 407.4 162 517.3 162c94 0 162.7 58.8 162.7 141.4 0 2.6-2.1 4.7-4.7 4.7h-56.8c-4.2 0-7.6-3.2-8-7.3-4.2-46.1-40.1-77.8-93-77.8-65.3 0-102.1 47.9-102.1 133.6v52.6c0.1 87 37 135.5 102.2 135.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="minus-circle" unicode="&#59272;" d="M696 416H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372z"  horiz-adv-x="1024" />
    <glyph glyph-name="meh" unicode="&#59273;" d="M336 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM688 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m263-711c-34.2-34.2-74-61-118.3-79.8C611 21.8 562.3 12 512 12c-50.3 0-99 9.8-144.8 29.2-44.3 18.7-84.1 45.6-118.3 79.8-34.2 34.2-61 74-79.8 118.3C149.8 285 140 333.7 140 384s9.8 99 29.2 144.8c18.7 44.3 45.6 84.1 79.8 118.3 34.2 34.2 74 61 118.3 79.8C413 746.2 461.7 756 512 756c50.3 0 99-9.8 144.8-29.2 44.3-18.7 84.1-45.6 118.3-79.8 34.2-34.2 61-74 79.8-118.3C874.2 483 884 434.3 884 384s-9.8-99-29.2-144.8c-18.7-44.3-45.6-84.1-79.8-118.2zM664 331H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="plus-circle" unicode="&#59274;" d="M696 416H544V568c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-152H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152v-152c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V352h152c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372z"  horiz-adv-x="1024" />
    <glyph glyph-name="play-circle" unicode="&#59275;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM719.4 396.9l-296.1 215c-10.6 7.7-25.3 0.2-25.3-12.9v-430c0-13.1 14.8-20.5 25.3-12.9l296.1 215c8.8 6.4 8.8 19.4 0 25.8z m-257.6-134V505.1L628.5 384 461.8 262.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="question-circle" unicode="&#59276;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM623.6 579.3C593.6 605.6 554 620 512 620s-81.6-14.5-111.6-40.7C369.2 552 352 515.3 352 476v-7.6c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V476c0 44.1 43.1 80 96 80s96-35.9 96-80c0-31.1-22-59.6-56.1-72.7-21.2-8.1-39.2-22.3-52.1-40.9-13.1-19-19.9-41.8-19.9-64.9V276c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v22.7c0 19.7 12.4 37.7 30.9 44.8 59 22.7 97.1 74.7 97.1 132.5 0.1 39.3-17.1 76-48.3 103.3zM512 164m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="Pound" unicode="&#59277;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM650 221.8H469.8v4.7c27.4 17.2 43.9 50.4 43.9 91.1 0 14.1-2.2 27.9-5.3 41H607c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8H495c-7.2 22.6-13.4 45.7-13.4 70.5 0 43.5 34 70.2 87.3 70.2 21.5 0 42.5-4.1 60.4-10.5 5.2-1.9 10.6 2 10.6 7.6v39.5c0 3.3-2.1 6.3-5.2 7.5-18.8 7.2-43.8 12.7-70.3 12.7-92.9 0-151.5-44.5-151.5-120.3 0-26.3 6.9-52 14.6-77.1H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h67.1c3.4-14.7 5.9-29.4 5.9-44.2 0-45.2-28.8-83.3-72.8-94.2-3.6-0.9-6.1-4.1-6.1-7.8V174c0-4.4 3.6-8 8-8H650c4.4 0 8 3.6 8 8v39.8c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="right-circle" unicode="&#59278;" d="M666.7 390.5l-246 178c-5.3 3.8-12.7 0.1-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L566.6 384 421.2 278.79999999999995c-8.3-6-13.2-15.6-13.2-25.9V206c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372z"  horiz-adv-x="1024" />
    <glyph glyph-name="smile" unicode="&#59279;" d="M336 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM688 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m263-711c-34.2-34.2-74-61-118.3-79.8C611 21.8 562.3 12 512 12c-50.3 0-99 9.8-144.8 29.2-44.3 18.7-84.1 45.6-118.3 79.8-34.2 34.2-61 74-79.8 118.3C149.8 285 140 333.7 140 384s9.8 99 29.2 144.8c18.7 44.3 45.6 84.1 79.8 118.3 34.2 34.2 74 61 118.3 79.8C413 746.2 461.7 756 512 756c50.3 0 99-9.8 144.8-29.2 44.3-18.7 84.1-45.6 118.3-79.8 34.2-34.2 61-74 79.8-118.3C874.2 483 884 434.3 884 384s-9.8-99-29.2-144.8c-18.7-44.3-45.6-84.1-79.8-118.2zM664 363h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 306.1 562.5 267 512 267s-92.1 39.1-95.8 88.6c-0.3 4.2-3.9 7.4-8.1 7.4H360c-4.6 0-8.2-3.8-8-8.4 4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6c0.2 4.6-3.4 8.4-8 8.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="trademark" unicode="&#59280;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM599.5 346.7c34.8 12.8 78.4 49 78.4 119.2 0 71.2-45.5 131.1-144.2 131.1H378c-4.4 0-8-3.6-8-8v-410c0-4.4 3.6-8 8-8h54.5c4.4 0 8 3.6 8 8V334.8h88.7l74.6-159.2c1.3-2.8 4.1-4.6 7.2-4.6h62c1.2 0 2.4 0.3 3.5 0.8 4 2 5.6 6.7 3.6 10.7l-80.6 164.2zM522 391h-81.5V539h83.4c48 0 80.9-25.3 80.9-75.5 0-46.9-29.8-72.5-82.8-72.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="time-circle" unicode="&#59281;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM686.7 257.4L544.1 360.5V608c0 4.4-3.6 8-8 8H488c-4.4 0-8-3.6-8-8v-275.4c0-2.6 1.2-5 3.3-6.5l165.4-120.6c3.6-2.6 8.6-1.8 11.2 1.7l28.6 39c2.6 3.7 1.8 8.7-1.8 11.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="timeout" unicode="&#59282;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM424 544h-48c-4.4 0-8-3.6-8-8v-304c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V536c0 4.4-3.6 8-8 8zM648 544h-48c-4.4 0-8-3.6-8-8v-304c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V536c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="earth" unicode="&#59283;" d="M854.4 95.1c0.2 0.3 0.5 0.6 0.7 0.9C920.6 173.9 960 274.3 960 384s-39.4 210.1-104.8 288c-0.2 0.3-0.5 0.5-0.7 0.8-1.1 1.3-2.1 2.5-3.2 3.7-0.4 0.5-0.8 0.9-1.2 1.4-1.4 1.6-2.7 3.1-4.1 4.7l-0.1 0.1c-1.5 1.7-3.1 3.4-4.6 5.1l-0.1 0.1c-3.2 3.4-6.4 6.8-9.7 10.1l-0.1 0.1-4.8 4.8-0.3 0.3c-1.5 1.5-3 2.9-4.5 4.3-0.5 0.5-1 1-1.6 1.5-1 1-2 1.9-3 2.8-0.3 0.3-0.7 0.6-1 1C736.4 786.8 629.5 832 512 832s-224.4-45.2-304.3-119.2c-0.3-0.3-0.7-0.6-1-1-1-0.9-2-1.9-3-2.9-0.5-0.5-1-1-1.6-1.5-1.5-1.4-3-2.9-4.5-4.3l-0.3-0.3-4.8-4.8-0.1-0.1c-3.3-3.3-6.5-6.7-9.7-10.1l-0.1-0.1c-1.6-1.7-3.1-3.4-4.6-5.1l-0.1-0.1c-1.4-1.5-2.8-3.1-4.1-4.7-0.4-0.5-0.8-0.9-1.2-1.4-1.1-1.2-2.1-2.5-3.2-3.7-0.2-0.3-0.5-0.5-0.7-0.8C103.4 594.1 64 493.7 64 384s39.4-210.1 104.8-288c0.2-0.3 0.5-0.6 0.7-0.9 1-1.2 2.1-2.5 3.1-3.7 0.4-0.5 0.8-0.9 1.2-1.4 1.4-1.6 2.7-3.1 4.1-4.7 0-0.1 0.1-0.1 0.1-0.2 1.5-1.7 3-3.4 4.6-5l0.1-0.1c3.2-3.4 6.4-6.8 9.6-10.1l0.1-0.1c1.6-1.6 3.1-3.2 4.7-4.7l0.3-0.3c3.3-3.3 6.7-6.5 10.1-9.6 80.1-74 187-119.2 304.5-119.2s224.4 45.2 304.3 119.2c3.4 3.1 6.7 6.3 10 9.6l0.3 0.3c1.6 1.6 3.2 3.1 4.7 4.7l0.1 0.1c3.3 3.3 6.5 6.7 9.6 10.1l0.1 0.1c1.5 1.7 3.1 3.3 4.6 5 0 0.1 0.1 0.1 0.1 0.2 1.4 1.5 2.8 3.1 4.1 4.7 0.4 0.5 0.8 0.9 1.2 1.4 1.2 1.3 2.3 2.5 3.3 3.7z m4.1 142.6c-13.8-32.6-32-62.8-54.2-90.2-24.9 21.5-52.2 40.3-81.5 55.9 11.6 46.9 18.8 98.4 20.7 152.6H887c-3-40.9-12.6-80.6-28.5-118.3zM887 412H743.5c-1.9 54.2-9.1 105.7-20.7 152.6 29.3 15.6 56.6 34.4 81.5 55.9 22.2-27.4 40.4-57.6 54.2-90.2C874.4 492.6 884 452.9 887 412zM658.3 730.5c39.7-16.8 75.8-40 107.6-69.2-18.5-15.8-38.4-29.7-59.4-41.8-15.7 45-35.8 84.1-59.2 115.4 3.7-1.4 7.4-2.9 11-4.4z m-90.6-700.6c-9.2-7.2-18.4-12.7-27.7-16.4V199c39.9-2.8 78.6-11.6 115.7-26.2-8.3-24.6-17.9-47.3-29-67.8-17.4-32.4-37.8-58.3-59-75.1z m59 633.1c11-20.6 20.7-43.3 29-67.8-37.1-14.6-75.8-23.4-115.7-26.2V754.4c9.2-3.7 18.5-9.1 27.7-16.4 21.2-16.7 41.6-42.6 59-75zM540 255.1V356h147.5c-1.6-44.2-7.1-87.1-16.3-127.8l-0.3-1.2c-41.1 15.6-85.1 25.3-130.9 28.1z m0 156.9V512.9c45.8 2.8 89.8 12.5 130.9 28.1l0.3-1.2c9.2-40.7 14.7-83.5 16.3-127.8H540z m-56-56v-100.9c-45.8-2.8-89.8-12.5-130.9-28.1l-0.3 1.2c-9.2 40.7-14.7 83.5-16.3 127.8H484z m-147.5 56c1.6 44.2 7.1 87.1 16.3 127.8l0.3 1.2c41.1-15.6 85-25.3 130.9-28.1V412H336.5zM484 199v-185.4c-9.2 3.7-18.5 9.1-27.7 16.4-21.2 16.7-41.7 42.7-59.1 75.1-11 20.6-20.7 43.3-29 67.8 37.2 14.6 75.9 23.3 115.8 26.1z m0 370c-39.9 2.8-78.6 11.6-115.7 26.2 8.3 24.6 17.9 47.3 29 67.8 17.4 32.4 37.8 58.4 59.1 75.1 9.2 7.2 18.4 12.7 27.7 16.4V569zM365.7 730.5c3.7 1.5 7.3 3 11 4.4-23.4-31.3-43.5-70.4-59.2-115.4-21 12-40.9 26-59.4 41.8 31.8 29.2 67.9 52.4 107.6 69.2zM165.5 530.3c13.8 32.6 32 62.8 54.2 90.2 24.9-21.5 52.2-40.3 81.5-55.9-11.6-46.9-18.8-98.4-20.7-152.6H137c3 40.9 12.6 80.6 28.5 118.3zM137 356h143.5c1.9-54.2 9.1-105.7 20.7-152.6-29.3-15.6-56.6-34.4-81.5-55.9-22.2 27.4-40.4 57.6-54.2 90.2C149.6 275.4 140 315.1 137 356z m228.7-318.5c-39.7 16.8-75.8 40-107.6 69.2 18.5 15.8 38.4 29.7 59.4 41.8 15.7-45 35.8-84.1 59.2-115.4-3.7 1.4-7.4 2.9-11 4.4z m292.6 0c-3.7-1.5-7.3-3-11-4.4 23.4 31.3 43.5 70.4 59.2 115.4 21-12 40.9-26 59.4-41.8-31.8-29.2-67.9-52.4-107.6-69.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="YUAN" unicode="&#59284;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM671.6 597h-59.5c-3 0-5.8-1.7-7.1-4.4l-90.6-180H511l-90.6 180c-1.4 2.7-4.1 4.4-7.1 4.4h-60.7c-1.3 0-2.6-0.3-3.8-1-3.9-2.1-5.3-7-3.2-10.9L457 380.3h-61.4c-4.4 0-8-3.6-8-8v-29.9c0-4.4 3.6-8 8-8h81.7V293h-81.7c-4.4 0-8-3.6-8-8v-29.9c0-4.4 3.6-8 8-8h81.7V179c0-4.4 3.6-8 8-8h54.3c4.4 0 8 3.6 8 8v68.1h82c4.4 0 8 3.6 8 8V285c0 4.4-3.6 8-8 8h-82v41.5h82c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-62l111.1 204.8c0.6 1.2 1 2.5 1 3.8-0.1 4.4-3.7 8-8.1 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="up-circle" unicode="&#59285;" d="M518.5 535.7c-3.2 4.4-9.7 4.4-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 435.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7l-178 246zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372z"  horiz-adv-x="1024" />
    <glyph glyph-name="warning-circle" unicode="&#59286;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM512 208m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM488 320h48c4.4 0 8 3.6 8 8V600c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-272c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="sync" unicode="&#59287;" d="M168 391.8c1 43.7 10 86.1 26.9 126 17.3 41 42.1 77.7 73.7 109.4S337 683.7 378 701c42.4 17.9 87.4 27 133.9 27s91.5-9.1 133.8-27c40.9-17.3 77.7-42.1 109.3-73.8 9.9-9.9 19.2-20.4 27.8-31.4l-60.2-47c-5.3-4.1-3.5-12.5 3-14.1l175.7-43c5-1.2 9.9 2.6 9.9 7.7l0.8 180.9c0 6.7-7.7 10.5-12.9 6.3l-56.4-44.1C765.8 740.9 646.2 804 511.8 804 282.7 804 96.3 620.4 92 392.2c-0.1-4.5 3.5-8.2 8-8.2h60c4.4 0 7.9 3.5 8 7.8zM924 384h-60c-4.4 0-7.9-3.5-8-7.8-1-43.7-10-86.1-26.9-126-17.3-41-42.1-77.8-73.7-109.4S687 84.3 646 67c-42.4-17.9-87.4-27-133.9-27s-91.5 9.1-133.9 27c-40.9 17.3-77.7 42.1-109.3 73.8-9.9 9.9-19.2 20.4-27.8 31.4l60.2 47c5.3 4.1 3.5 12.5-3 14.1l-175.7 43c-5 1.2-9.9-2.6-9.9-7.7l-0.7-181c0-6.7 7.7-10.5 12.9-6.3l56.4 44.1C258.2 27.1 377.8-36 512.2-36c229.2 0 415.5 183.7 419.8 411.8 0.1 4.5-3.5 8.2-8 8.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="transaction" unicode="&#59288;" d="M668.6 576c0 4.4-3.6 8-8 8h-54.5c-3 0-5.8-1.7-7.1-4.4l-84.7-168.8H511l-84.7 168.8c-1.4 2.7-4.1 4.4-7.1 4.4h-55.7c-1.3 0-2.6-0.3-3.8-1-3.9-2.1-5.3-7-3.2-10.8l103.9-191.6h-57c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76V192c0-4.4 3.6-8 8-8h49.9c4.4 0 8 3.6 8 8v63.5h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8H564l103.7 191.6c0.5 1.1 0.9 2.4 0.9 3.7zM157.9 391.8c1 45.1 10.3 88.7 27.7 129.9 17.8 42.1 43.3 80 75.8 112.5s70.3 58.1 112.4 75.9c43.6 18.4 89.9 27.8 137.6 27.8 47.8 0 94.1-9.3 137.6-27.8 42.1-17.8 79.9-43.4 112.4-75.9 10-10 19.3-20.5 27.9-31.4l-50-39.1c-5.3-4.1-3.5-12.5 3-14.1l156.8-38.3c5-1.2 9.9 2.6 9.9 7.7l0.8 161.5c0 6.7-7.7 10.5-12.9 6.3l-47.8-37.4C770.7 749.7 648.6 814 511.5 814 277 814 86.3 625.9 82 392.2c-0.1-4.5 3.5-8.2 8-8.2h60c4.3 0 7.8 3.5 7.9 7.8zM934 384h-60c-4.3 0-7.9-3.5-8-7.8-1-45.1-10.3-88.7-27.7-129.9-17.8-42.1-43.3-80-75.8-112.5s-70.3-58.1-112.4-75.9c-43.6-18.4-89.9-27.8-137.6-27.8s-94.1 9.3-137.6 27.8c-42.1 17.8-79.9 43.4-112.4 75.9-10 10-19.3 20.5-27.9 31.4l49.9 39.1c5.3 4.1 3.5 12.5-3 14.1l-156.8 38.3c-5 1.2-9.9-2.6-9.9-7.7l-0.8-161.7c0-6.7 7.7-10.5 12.9-6.3l47.8 37.4C253.3 18.3 375.4-46 512.5-46 747-46 937.7 142.1 942 375.8c0.1 4.5-3.5 8.2-8 8.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="undo" unicode="&#59289;" d="M511.4 772C290.5 771.7 112 593 112 372.1c0-128 60.2-242 153.8-315.2l-37.5-48c-4.1-5.3-0.3-13 6.3-12.9l167 0.8c5.2 0 9 4.9 7.7 9.9L369.8 169c-1.6 6.5-10 8.3-14.1 3L315 119.9c-10.2 8-20 16.7-29.3 26-29.4 29.4-52.5 63.6-68.6 101.7C200.4 287 192 328.9 192 372.1s8.4 85.1 25.1 124.5c16.1 38.1 39.2 72.3 68.6 101.7 29.4 29.4 63.6 52.5 101.7 68.6C426.9 683.6 468.8 692 512 692s85.1-8.4 124.5-25.1c38.1-16.1 72.3-39.2 101.7-68.6 29.4-29.4 52.5-63.6 68.6-101.7 16.7-39.4 25.1-81.3 25.1-124.5s-8.4-85.1-25.1-124.5c-16.1-38.1-39.2-72.3-68.6-101.7-7.5-7.5-15.3-14.5-23.4-21.2-3.4-2.8-3.9-7.7-1.2-11.1l39.4-50.5c2.8-3.5 7.9-4.1 11.4-1.3C854.5 135.2 912 246.9 912 372.1c0 221.1-179.4 400.2-400.6 399.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="redo" unicode="&#59290;" d="M758.2 56.9C851.8 130.1 912 244.1 912 372.1 912 593 733.5 771.7 512.6 772 291.4 772.3 112 593.2 112 372.1c0-125.2 57.5-236.9 147.6-310.2 3.5-2.8 8.6-2.2 11.4 1.3l39.4 50.5c2.7 3.4 2.1 8.3-1.2 11.1-8.1 6.6-15.9 13.7-23.4 21.2-29.4 29.4-52.5 63.6-68.6 101.7C200.4 287 192 328.9 192 372.1s8.4 85.1 25.1 124.5c16.1 38.1 39.2 72.3 68.6 101.7 29.4 29.4 63.6 52.5 101.7 68.6C426.9 683.6 468.8 692 512 692s85.1-8.4 124.5-25.1c38.1-16.1 72.3-39.2 101.7-68.6 29.4-29.4 52.5-63.6 68.6-101.7 16.7-39.4 25.1-81.3 25.1-124.5s-8.4-85.1-25.1-124.5c-16.1-38.1-39.2-72.3-68.6-101.7-9.3-9.3-19.1-18-29.3-26L668.2 172c-4.1 5.3-12.5 3.5-14.1-3l-39.6-162.2c-1.2-5 2.6-9.9 7.7-9.9l167-0.8c6.7 0 10.5 7.7 6.3 12.9l-37.3 47.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="reload" unicode="&#59291;" d="M909.1 686.7l-56.4-44.1C775.8 740.9 656.2 804 521.9 804 290 804 102.3 616.5 102 384.5 101.7 152.3 289.8-36 521.9-36c181.3 0 335.8 115 394.6 276.1 1.5 4.2-0.7 8.9-4.9 10.3l-56.7 19.5c-4.1 1.4-8.6-0.7-10.1-4.8-1.8-5-3.8-10-5.9-14.9-17.3-41-42.1-77.8-73.7-109.4-31.6-31.6-68.4-56.4-109.3-73.8-42.3-17.9-87.4-27-133.8-27-46.5 0-91.5 9.1-133.8 27-40.9 17.3-77.7 42.1-109.3 73.8-31.6 31.6-56.4 68.4-73.7 109.4-17.9 42.4-27 87.4-27 133.9s9.1 91.5 27 133.9c17.3 41 42.1 77.8 73.7 109.4 31.6 31.6 68.4 56.4 109.3 73.8 42.3 17.9 87.4 27 133.8 27 46.5 0 91.5-9.1 133.8-27 40.9-17.3 77.7-42.1 109.3-73.8 9.9-9.9 19.2-20.4 27.8-31.4l-60.2-47c-5.3-4.1-3.5-12.5 3-14.1l175.6-43c5-1.2 9.9 2.6 9.9 7.7l0.8 180.9c-0.1 6.6-7.8 10.3-13 6.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="reloadtime" unicode="&#59292;" d="M536.1 623H488c-4.4 0-8-3.6-8-8v-275.3c0-2.6 1.2-5 3.3-6.5l165.3-120.7c3.6-2.6 8.6-1.9 11.2 1.7l28.6 39c2.7 3.7 1.9 8.7-1.7 11.2L544.1 367.5V615c0 4.4-3.6 8-8 8zM755.9 547.8l156.8-38.3c5-1.2 9.9 2.6 9.9 7.7l0.8 161.5c0 6.7-7.7 10.5-12.9 6.3L752.9 561.9c-5.3-4.2-3.5-12.5 3-14.1zM923.6 246.7l-56.7 19.5c-4.1 1.4-8.6-0.7-10.1-4.8-1.9-5.1-3.9-10.1-6-15.1-17.8-42.1-43.3-80-75.9-112.5-32.5-32.5-70.4-58.1-112.5-75.9-43.6-18.4-89.9-27.8-137.7-27.8-47.8 0-94.1 9.3-137.7 27.8-42.1 17.8-80 43.4-112.5 75.9-32.5 32.5-58 70.4-75.9 112.5C180.3 289.8 171 336.2 171 384c0 47.8 9.3 94.2 27.8 137.8 17.8 42.1 43.3 80 75.9 112.5 32.5 32.5 70.4 58.1 112.5 75.9C430.6 728.7 477 738 524.8 738s94.1-9.3 137.7-27.8c42.1-17.8 80-43.4 112.5-75.9 10.2-10.3 19.8-21 28.6-32.3l59.8 46.8C784.7 749.4 662.2 814.1 524.6 814 285 813.9 92.6 619.3 95 379.6 97.4 144.1 288.9-46 524.8-46c185.5 0 343.5 117.6 403.7 282.3 1.5 4.2-0.7 8.9-4.9 10.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="message" unicode="&#59293;" d="M512 384m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM712 384m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM312 384m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM925.2 557.6c-22.6 53.7-55 101.9-96.3 143.3-41.3 41.3-89.5 73.8-143.3 96.3C630.6 820.3 572.2 832 512 832h-2c-60.6-0.3-119.3-12.3-174.5-35.9-53.3-22.8-101.1-55.2-142-96.5-40.9-41.3-73-89.3-95.2-142.8-23-55.4-34.6-114.3-34.3-174.9 0.3-69.4 16.9-138.3 48-199.9v-152c0-25.4 20.6-46 46-46h152.1c61.6-31.1 130.5-47.7 199.9-48h2.1c59.9 0 118 11.6 172.7 34.3 53.5 22.3 101.6 54.3 142.8 95.2 41.3 40.9 73.8 88.7 96.5 142 23.6 55.2 35.6 113.9 35.9 174.5 0.3 60.9-11.5 120-34.8 175.6z m-151.1-438C704 50.2 611 12 512 12h-1.7c-60.3 0.3-120.2 15.3-173.1 43.5l-8.4 4.5H188V200.8l-4.5 8.4C155.3 262.1 140.3 322 140 382.3c-0.4 99.7 37.7 193.3 107.6 263.8 69.8 70.5 163.1 109.5 262.8 109.9h1.7c50 0 98.5-9.7 144.2-28.9 44.6-18.7 84.6-45.6 119-80 34.3-34.3 61.3-74.4 80-119 19.4-46.2 29.1-95.2 28.9-145.8-0.6-99.6-39.7-192.9-110.1-262.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="dashboard" unicode="&#59294;" d="M924.8 510.4c-22.6 53.4-54.9 101.3-96 142.4-41.1 41.1-89 73.4-142.4 96C631.1 772.2 572.5 784 512 784s-119.1-11.8-174.4-35.2c-53.4-22.6-101.3-54.9-142.4-96-41.1-41.1-73.4-89-96-142.4C75.8 455.1 64 396.5 64 336c0-132.7 58.3-257.7 159.9-343.1l1.7-1.4c5.8-4.8 13.1-7.5 20.6-7.5h531.7c7.5 0 14.8 2.7 20.6 7.5l1.7 1.4C901.7 78.3 960 203.3 960 336c0 60.5-11.9 119.1-35.2 174.4zM761.4 60H262.6C184.5 130.5 140 230.4 140 336c0 99.4 38.7 192.8 109 263 70.3 70.3 163.7 109 263 109 99.4 0 192.8-38.7 263-109 70.3-70.3 109-163.7 109-263 0-105.6-44.5-205.5-122.6-276zM623.5 474.5c-3.1 3.1-8.2 3.1-11.3 0L527.7 390c-18.7 5-39.4 0.2-54.1-14.5-21.9-21.9-21.9-57.3 0-79.2 21.9-21.9 57.3-21.9 79.2 0 14.7 14.7 19.5 35.4 14.5 54.1l84.5 84.5c3.1 3.1 3.1 8.2 0 11.3l-28.3 28.3zM490 576h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80c0-4.4 3.6-8 8-8zM750 358v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8zM762.7 555.2l-31.1 31.1c-3.1 3.1-8.2 3.1-11.3 0l-56.6-56.6c-3.1-3.1-3.1-8.2 0-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zM304.1 586.3c-3.1 3.1-8.2 3.1-11.3 0l-31.1-31.1c-3.1-3.1-3.1-8.2 0-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6zM262 366h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="issuesclose" unicode="&#59295;" d="M512 208m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM536 320c4.4 0 8 3.6 8 8V600c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-272c0-4.4 3.6-8 8-8h48zM936 508h-59.3c-2.6 0-5-1.2-6.5-3.3L763.7 357.9l-49.9 68.8c-1.5 2.1-3.9 3.3-6.5 3.3H648c-6.5 0-10.3-7.4-6.5-12.7l109.2-150.7c6.4-8.8 19.6-8.8 26 0l165.8 228.7c3.8 5.3 0 12.7-6.5 12.7zM892 202h-64.2c-5.5 0-10.6-2.9-13.6-7.5-14.1-22.4-30.7-43.2-49.8-62.2-32.8-32.7-70.9-58.4-113.3-76.3-43.9-18.5-90.5-27.9-138.7-27.9-48.1 0-94.8 9.4-138.7 27.9-42.4 17.9-80.5 43.6-113.3 76.3-32.8 32.7-58.5 70.8-76.4 113.2-18.6 43.8-28 90.5-28 138.5s9.4 94.7 28 138.5c17.9 42.4 43.6 80.5 76.4 113.2 32.8 32.7 70.9 58.4 113.3 76.3 43.9 18.5 90.5 27.9 138.7 27.9 48.1 0 94.8-9.4 138.7-27.9 42.4-17.9 80.5-43.6 113.3-76.3 19-19 35.6-39.8 49.8-62.2 2.9-4.7 8.1-7.5 13.6-7.5H892c6 0 9.8 6.3 7.2 11.6C828.8 717.5 684.7 814 517.7 816 278.9 818.8 80.5 623.5 80 384.8 79.5 145.9 273.3-48 512.4-48c169.2 0 315.6 97 386.7 238.4 2.7 5.3-1.2 11.6-7.1 11.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="poweroff" unicode="&#59296;" d="M705.6 771.1c-5.3 2.7-11.6-1.2-11.6-7.2v-64.2c0-5.5 2.9-10.6 7.5-13.6 22.4-14.1 43.2-30.7 62.2-49.8 32.7-32.8 58.4-70.9 76.3-113.3 18.5-43.9 27.9-90.5 27.9-138.7 0-48.1-9.4-94.8-27.9-138.7-17.9-42.4-43.6-80.5-76.3-113.3-32.7-32.8-70.8-58.5-113.2-76.4-43.8-18.6-90.5-28-138.5-28s-94.7 9.4-138.5 28c-42.4 17.9-80.5 43.6-113.2 76.4-32.7 32.8-58.4 70.9-76.3 113.3-18.5 43.9-27.9 90.5-27.9 138.7 0 48.1 9.4 94.8 27.9 138.7 17.9 42.4 43.6 80.5 76.3 113.3 19 19 39.8 35.6 62.2 49.8 4.7 2.9 7.5 8.1 7.5 13.6V764c0 6-6.3 9.8-11.6 7.2C178.5 700.8 82 556.7 80 389.7 77.2 150.9 272.5-47.5 511.2-48c239-0.5 432.8 193.3 432.8 432.4 0 169.2-97 315.7-238.4 386.7zM480 336h64c4.4 0 8 3.6 8 8V808c0 4.4-3.6 8-8 8h-64c-4.4 0-8-3.6-8-8v-464c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="logout" unicode="&#59297;" d="M868 164h-70.3c-4.8 0-9.3-2.1-12.3-5.8-7-8.5-14.5-16.7-22.4-24.5-32.6-32.5-70.5-58.1-112.7-75.9-43.6-18.4-90-27.8-137.9-27.8-47.9 0-94.3 9.4-137.9 27.8-42.2 17.8-80.1 43.4-112.7 75.9-32.6 32.5-58.1 70.4-76 112.5C167.3 289.8 158 336.1 158 384s9.4 94.2 27.8 137.8c17.8 42.1 43.4 80 76 112.5s70.5 58.1 112.7 75.9c43.6 18.4 90 27.8 137.9 27.8 47.9 0 94.3-9.3 137.9-27.8 42.2-17.8 80.1-43.4 112.7-75.9 7.9-7.9 15.3-16.1 22.4-24.5 3-3.7 7.6-5.8 12.3-5.8H868c6.3 0 10.2 7 6.7 12.3C798 735.5 663.8 814.4 511.3 814 271.7 813.4 79.6 618.9 82 379.6 84.4 144.1 276.2-46 512.4-46c152.1 0 285.7 78.8 362.3 197.7 3.4 5.3-0.4 12.3-6.7 12.3zM956.9 390.3L815 502.3c-5.3 4.2-13 0.4-13-6.3v-76H488c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h314v-76c0-6.7 7.8-10.5 13-6.3l141.9 112c4.1 3.2 4.1 9.4 0 12.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="login" unicode="&#59298;" d="M512.7 814c-152.5 0.4-286.7-78.5-363.4-197.7-3.4-5.3 0.4-12.3 6.7-12.3h70.3c4.8 0 9.3 2.1 12.3 5.8 7 8.5 14.5 16.7 22.4 24.5 32.6 32.5 70.5 58.1 112.7 75.9 43.6 18.4 90 27.8 137.9 27.8 47.9 0 94.3-9.3 137.9-27.8 42.2-17.8 80.1-43.4 112.7-75.9 32.6-32.5 58.1-70.4 76-112.5C856.7 478.2 866 431.9 866 384s-9.4-94.2-27.8-137.8c-17.8-42.1-43.4-80-76-112.5s-70.5-58.1-112.7-75.9c-43.6-18.4-90-27.8-137.9-27.8-47.9 0-94.3 9.4-137.9 27.8-42.2 17.8-80.1 43.4-112.7 75.9-7.9 7.9-15.3 16.1-22.4 24.5-3 3.7-7.6 5.8-12.3 5.8H156c-6.3 0-10.2-7-6.7-12.3C225.9 32.8 359.5-46 511.6-46c236.2 0 428 190.1 430.4 425.6C944.4 618.9 752.3 813.4 512.7 814zM222 272v76h314c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H222v76c0 6.7-7.8 10.5-13 6.3l-141.9-112c-4.1-3.2-4.1-9.4 0-12.6l141.9-112c5.2-4.1 13-0.4 13 6.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="piechart" unicode="&#59299;" d="M864 378H506V736c0 4.4-3.6 8-8 8h-26c-54 0-106.4-10.6-155.7-31.4-47.6-20.1-90.4-49-127.1-85.7-36.7-36.7-65.6-79.5-85.7-127.1C82.6 450.4 72 398 72 344c0-54 10.6-106.4 31.4-155.7 20.1-47.6 49-90.4 85.7-127.1 36.7-36.7 79.5-65.6 127.1-85.7C365.6-45.4 418-56 472-56c54 0 106.4 10.6 155.7 31.4 47.6 20.1 90.4 49 127.1 85.7 36.7 36.7 65.6 79.5 85.7 127.1C861.4 237.6 872 290 872 344v26c0 4.4-3.6 8-8 8zM705.7 108.2c-62.6-62.1-147.1-96.6-235.3-96.2-88.1 0.4-170.9 34.9-233.2 97.2C174.5 171.9 140 255.3 140 344c0 88.7 34.5 172.1 97.2 234.8 54.6 54.6 124.9 87.9 200.8 95.5V310h364.3c-7.7-76.3-41.3-147-96.6-201.8zM952 433.6l-2.6 28.2c-8.5 92.1-49.4 179-115.2 244.6-65.8 65.7-152.8 106.5-245.2 115L560.7 824c-4.7 0.4-8.7-3.2-8.7-7.9V432c0-4.4 3.6-8 8-8l384 1c4.7 0 8.4 4 8 8.6z m-332.2 58.2V748.4c62.6-13.1 120.7-44.2 166.4-89.8 45.7-45.6 77-103.6 90-166.1l-256.4-0.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="setting" unicode="&#59300;" d="M924.8 270.3l-65.5 56c3.1 19 4.7 38.4 4.7 57.8s-1.6 38.8-4.7 57.8l65.5 56c10.1 8.6 13.8 22.6 9.3 35.2l-0.9 2.6c-18.1 50.5-44.9 96.9-79.7 137.9l-1.8 2.1c-8.6 10.1-22.5 13.9-35.1 9.5l-81.3-28.9c-30 24.6-63.5 44-99.7 57.6l-15.7 85c-2.4 13.1-12.7 23.3-25.8 25.7l-2.7 0.5c-52.1 9.4-106.9 9.4-159 0l-2.7-0.5c-13.1-2.4-23.4-12.6-25.8-25.7l-15.8-85.4c-35.9-13.6-69.2-32.9-99-57.4l-81.9 29.1c-12.5 4.4-26.5 0.7-35.1-9.5l-1.8-2.1c-34.8-41.1-61.6-87.5-79.7-137.9l-0.9-2.6c-4.5-12.5-0.8-26.5 9.3-35.2l66.3-56.6c-3.1-18.8-4.6-38-4.6-57.1 0-19.2 1.5-38.4 4.6-57.1L99 270.5c-10.1-8.6-13.8-22.6-9.3-35.2l0.9-2.6c18.1-50.4 44.9-96.9 79.7-137.9l1.8-2.1c8.6-10.1 22.5-13.9 35.1-9.5l81.9 29.1c29.8-24.5 63.1-43.9 99-57.4l15.8-85.4c2.4-13.1 12.7-23.3 25.8-25.7l2.7-0.5c26.1-4.7 52.8-7.1 79.5-7.1 26.7 0 53.5 2.4 79.5 7.1l2.7 0.5c13.1 2.4 23.4 12.6 25.8 25.7l15.7 85c36.2 13.6 69.7 32.9 99.7 57.6l81.3-28.9c12.5-4.4 26.5-0.7 35.1 9.5l1.8 2.1c34.8 41.1 61.6 87.5 79.7 137.9l0.9 2.6c4.5 12.3 0.8 26.3-9.3 35zM788.3 430.1c2.5-15.1 3.8-30.6 3.8-46.1s-1.3-31-3.8-46.1l-6.6-40.1 74.7-63.9c-11.3-26.1-25.6-50.7-42.6-73.6L721 193.2l-31.4-25.8c-23.9-19.6-50.5-35-79.3-45.8l-38.1-14.3-17.9-97c-28.1-3.2-56.8-3.2-85 0l-17.9 97.2-37.8 14.5c-28.5 10.8-55 26.2-78.7 45.7l-31.4 25.9-93.4-33.2c-17 22.9-31.2 47.6-42.6 73.6l75.5 64.5-6.5 40c-2.4 14.9-3.7 30.3-3.7 45.5 0 15.3 1.2 30.6 3.7 45.5l6.5 40-75.5 64.5c11.3 26.1 25.6 50.7 42.6 73.6l93.4-33.2 31.4 25.9c23.7 19.5 50.2 34.9 78.7 45.7l37.9 14.3 17.9 97.2c28.1 3.2 56.8 3.2 85 0l17.9-97 38.1-14.3c28.7-10.8 55.4-26.2 79.3-45.8l31.4-25.8 92.8 32.9c17-22.9 31.2-47.6 42.6-73.6L781.8 470l6.5-39.9zM512 570c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z m79.2-255.2C570 293.7 541.9 282 512 282c-29.9 0-58 11.7-79.2 32.8C411.7 336 400 364.1 400 394c0 29.9 11.7 58 32.8 79.2C454 494.4 482.1 506 512 506c29.9 0 58-11.6 79.2-32.8C612.3 452 624 423.9 624 394c0-29.9-11.7-58-32.8-79.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="eye" unicode="&#59301;" d="M942.2 409.8C847.4 609.5 704.1 710 512 710c-192.2 0-335.4-100.5-430.2-300.3-7.7-16.2-7.7-35.2 0-51.5C176.6 158.5 319.9 58 512 58c192.2 0 335.4 100.5 430.2 300.3 7.7 16.2 7.7 35 0 51.5zM512 130c-161.3 0-279.4 81.8-362.7 254C232.6 556.2 350.7 638 512 638c161.3 0 279.4-81.8 362.7-254C791.5 211.8 673.4 130 512 130zM508 560c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z m0-288c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112z"  horiz-adv-x="1024" />
    <glyph glyph-name="location" unicode="&#59302;" d="M854.6 606.9c-18.8 43.4-45.7 82.3-79.9 115.7-34.2 33.4-73.9 59.5-118.2 77.8C610.7 819.4 562.1 829 512 829c-50.1 0-98.7-9.6-144.5-28.5-44.3-18.3-84-44.5-118.2-77.8-34.2-33.4-61.1-72.4-79.9-115.7-19.5-45-29.4-92.8-29.4-142 0-70.6 16.9-140.9 50.1-208.7 26.7-54.5 64-107.6 111-158.1 80.3-86.2 164.5-138.9 188.4-153 6.9-4.1 14.7-6.1 22.4-6.1 7.8 0 15.5 2 22.4 6.1 23.9 14.1 108.1 66.8 188.4 153 47 50.4 84.3 103.6 111 158.1C867.1 324 884 394.2 884 464.9c0 49.2-9.9 97-29.4 142zM512 15.8c-65.9 41.9-300 207.8-300 449.1 0 77.9 31.1 151.1 87.6 206.3C356.3 726.5 431.7 757 512 757s155.7-30.5 212.4-85.9C780.9 616 812 542.8 812 464.9c0-241.3-234.1-407.2-300-449.1zM512 633c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z m79.2-255.2C570 356.7 541.9 345 512 345c-29.9 0-58 11.7-79.2 32.8C411.7 399 400 427.1 400 457c0 29.9 11.7 58 32.8 79.2C454 557.4 482.1 569 512 569c29.9 0 58-11.6 79.2-32.8C612.4 515 624 486.9 624 457c0-29.9-11.6-58-32.8-79.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="edit-square" unicode="&#59303;" d="M904 384h-56c-4.4 0-8-3.6-8-8v-320H184V712h320c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V376c0 4.4-3.6 8-8 8zM355.9 361.1L354 242.20000000000005c-0.1-8.9 7.1-16.2 16-16.2h0.4l118 2.9c2 0.1 4 0.9 5.4 2.3l415.9 415c3.1 3.1 3.1 8.2 0 11.3L785.4 781.7c-1.6 1.6-3.6 2.3-5.7 2.3s-4.1-0.8-5.7-2.3l-415.8-415c-1.4-1.5-2.3-3.5-2.3-5.6z m63.5-23.6L779.7 697l45.2-45.1-360.5-359.7-45.7-1.1 0.7 46.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="export" unicode="&#59304;" d="M888.3 138.6h-53.8c-4.2 0-7.7-3.5-7.7-7.7v-61.8H197.1V698.9h629.8v-61.8c0-4.2 3.5-7.7 7.7-7.7h53.8c4.2 0 7.7 3.4 7.7 7.7V737.3c0 17-13.7 30.7-30.7 30.7H158.7c-17 0-30.7-13.7-30.7-30.7v-706.6c0-17 13.7-30.7 30.7-30.7h706.6c17 0 30.7 13.7 30.7 30.7V130.9c0 4.3-3.5 7.7-7.7 7.7zM906.9 390.3L765 502.3c-5.3 4.2-13 0.4-13-6.3v-76H438c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h314v-76c0-6.7 7.8-10.5 13-6.3l141.9 112c4.1 3.2 4.1 9.4 0 12.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="save" unicode="&#59305;" d="M893.3 602.7L730.7 765.3c-7.5 7.5-16.7 13-26.7 16V784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V557.5c0 17-6.7 33.2-18.7 45.2zM384 712h256v-104H384V712z m456-656H184V712h136v-136c0-17.7 14.3-32 32-32h320c17.7 0 32 14.3 32 32V690.2l136-136V56zM512 454c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144z m0-224c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80z"  horiz-adv-x="1024" />
    <glyph glyph-name="Import" unicode="&#59306;" d="M888.3 138.6h-53.8c-4.2 0-7.7-3.5-7.7-7.7v-61.8H197.1V698.9h629.8v-61.8c0-4.2 3.5-7.7 7.7-7.7h53.8c4.2 0 7.7 3.4 7.7 7.7V737.3c0 17-13.7 30.7-30.7 30.7H158.7c-17 0-30.7-13.7-30.7-30.7v-706.6c0-17 13.7-30.7 30.7-30.7h706.6c17 0 30.7 13.7 30.7 30.7V130.9c0 4.3-3.5 7.7-7.7 7.7zM902 420H588v76c0 6.7-7.8 10.5-13 6.3l-141.9-112c-4.1-3.2-4.1-9.4 0-12.6l141.9-112c5.3-4.2 13-0.4 13 6.3v76h314c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="appstore" unicode="&#59307;" d="M464 752H160c-8.8 0-16-7.2-16-16v-304c0-8.8 7.2-16 16-16h304c8.8 0 16 7.2 16 16V736c0 8.8-7.2 16-16 16z m-52-268H212V684h200v-200zM864 752H560c-8.8 0-16-7.2-16-16v-304c0-8.8 7.2-16 16-16h304c8.8 0 16 7.2 16 16V736c0 8.8-7.2 16-16 16z m-52-268H612V684h200v-200zM464 352H160c-8.8 0-16-7.2-16-16v-304c0-8.8 7.2-16 16-16h304c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16z m-52-268H212V284h200v-200zM864 352H560c-8.8 0-16-7.2-16-16v-304c0-8.8 7.2-16 16-16h304c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16z m-52-268H612V284h200v-200z"  horiz-adv-x="1024" />
    <glyph glyph-name="close-square" unicode="&#59308;" d="M354 225h58.9c4.7 0 9.2 2.1 12.3 5.7L512 334.20000000000005l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 384l122.4 145.9c4.4 5.2 0.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 433.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 384 347.9 238.10000000000002c-4.4-5.2-0.7-13.1 6.1-13.1zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="down-square" unicode="&#59309;" d="M505.5 237.29999999999995c3.2-4.4 9.7-4.4 12.9 0l178 246c3.8 5.3 0 12.7-6.5 12.7H643c-10.2 0-19.9-4.9-25.9-13.2L512 337.4 406.8 482.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="layout" unicode="&#59310;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-696-72h136v-656H184V712z m656-656H384V512h456v-456zM384 576V712h456v-136H384z"  horiz-adv-x="1024" />
    <glyph glyph-name="left-square" unicode="&#59311;" d="M365.3 377.5l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9c0 10.2-4.9 19.9-13.2 25.9L465.4 384l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V562c0 6.5-7.4 10.3-12.7 6.5l-246-178c-4.4-3.2-4.4-9.8 0-13zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="play-square" unicode="&#59312;" d="M442.3 218.39999999999998l199.4 156.7c5.7 4.5 5.7 13.1 0 17.7L442.3 549.6c-7.4 5.8-18.3 0.6-18.3-8.8v-313.5c0-9.4 10.9-14.7 18.3-8.9zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="control" unicode="&#59313;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656zM340 213v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5zM404 411V632c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-221c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5zM340 213c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5c41.8 13.5 72 52.7 72 99s-30.2 85.5-72 99c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5c-41.8-13.5-72-52.7-72-99s30.2-85.5 72-99z m0.1 115.7c0.3 0.6 0.7 1.2 1 1.8v0.1l1.2 1.8c0.1 0.2 0.2 0.3 0.3 0.5 0.3 0.5 0.7 0.9 1 1.4 0.1 0.1 0.2 0.3 0.3 0.4 0.5 0.6 0.9 1.1 1.4 1.6l0.3 0.3 1.2 1.2 0.4 0.4c0.5 0.5 1 0.9 1.6 1.4 0.6 0.5 1.1 0.9 1.7 1.3 0.2 0.1 0.3 0.2 0.5 0.3 0.5 0.3 0.9 0.7 1.4 1 0.1 0.1 0.3 0.2 0.4 0.3 0.6 0.4 1.2 0.7 1.9 1.1 0.1 0.1 0.3 0.1 0.4 0.2 0.5 0.3 1 0.5 1.6 0.8l0.6 0.3c0.7 0.3 1.3 0.6 2 0.8 0.7 0.3 1.4 0.5 2.1 0.7 0.2 0.1 0.4 0.1 0.6 0.2 0.6 0.2 1.1 0.3 1.7 0.4 0.2 0 0.3 0.1 0.5 0.1 0.7 0.2 1.5 0.3 2.2 0.4 0.2 0 0.3 0 0.5 0.1 0.6 0.1 1.2 0.1 1.8 0.2h0.6c0.8 0 1.5 0.1 2.3 0.1s1.5 0 2.3-0.1h0.6c0.6 0 1.2-0.1 1.8-0.2 0.2 0 0.3 0 0.5-0.1 0.7-0.1 1.5-0.2 2.2-0.4 0.2 0 0.3-0.1 0.5-0.1 0.6-0.1 1.2-0.3 1.7-0.4 0.2-0.1 0.4-0.1 0.6-0.2 0.7-0.2 1.4-0.4 2.1-0.7 0.7-0.2 1.3-0.5 2-0.8l0.6-0.3c0.5-0.2 1.1-0.5 1.6-0.8 0.1-0.1 0.3-0.1 0.4-0.2 0.6-0.3 1.3-0.7 1.9-1.1 0.1-0.1 0.3-0.2 0.4-0.3 0.5-0.3 1-0.6 1.4-1 0.2-0.1 0.3-0.2 0.5-0.3 0.6-0.4 1.2-0.9 1.7-1.3s1.1-0.9 1.6-1.4l0.4-0.4 1.2-1.2 0.3-0.3c0.5-0.5 1-1.1 1.4-1.6 0.1-0.1 0.2-0.3 0.3-0.4 0.4-0.4 0.7-0.9 1-1.4 0.1-0.2 0.2-0.3 0.3-0.5l1.2-1.8s0-0.1 0.1-0.1c0.4-0.6 0.7-1.2 1-1.8 2.6-5 4.1-10.7 4.1-16.7s-1.5-11.7-4.1-16.7c-0.3-0.6-0.7-1.2-1-1.8 0 0 0-0.1-0.1-0.1l-1.2-1.8c-0.1-0.2-0.2-0.3-0.3-0.5-0.3-0.5-0.7-0.9-1-1.4-0.1-0.1-0.2-0.3-0.3-0.4-0.5-0.6-0.9-1.1-1.4-1.6l-0.3-0.3-1.2-1.2-0.4-0.4c-0.5-0.5-1-0.9-1.6-1.4-0.6-0.5-1.1-0.9-1.7-1.3-0.2-0.1-0.3-0.2-0.5-0.3-0.5-0.3-0.9-0.7-1.4-1-0.1-0.1-0.3-0.2-0.4-0.3-0.6-0.4-1.2-0.7-1.9-1.1-0.1-0.1-0.3-0.1-0.4-0.2-0.5-0.3-1-0.5-1.6-0.8l-0.6-0.3c-0.7-0.3-1.3-0.6-2-0.8-0.7-0.3-1.4-0.5-2.1-0.7-0.2-0.1-0.4-0.1-0.6-0.2-0.6-0.2-1.1-0.3-1.7-0.4-0.2 0-0.3-0.1-0.5-0.1-0.7-0.2-1.5-0.3-2.2-0.4-0.2 0-0.3 0-0.5-0.1-0.6-0.1-1.2-0.1-1.8-0.2h-0.6c-0.8 0-1.5-0.1-2.3-0.1s-1.5 0-2.3 0.1h-0.6c-0.6 0-1.2 0.1-1.8 0.2-0.2 0-0.3 0-0.5 0.1-0.7 0.1-1.5 0.2-2.2 0.4-0.2 0-0.3 0.1-0.5 0.1-0.6 0.1-1.2 0.3-1.7 0.4-0.2 0.1-0.4 0.1-0.6 0.2-0.7 0.2-1.4 0.4-2.1 0.7-0.7 0.2-1.3 0.5-2 0.8l-0.6 0.3c-0.5 0.2-1.1 0.5-1.6 0.8-0.1 0.1-0.3 0.1-0.4 0.2-0.6 0.3-1.3 0.7-1.9 1.1-0.1 0.1-0.3 0.2-0.4 0.3-0.5 0.3-1 0.6-1.4 1-0.2 0.1-0.3 0.2-0.5 0.3-0.6 0.4-1.2 0.9-1.7 1.3s-1.1 0.9-1.6 1.4l-0.4 0.4-1.2 1.2-0.3 0.3c-0.5 0.5-1 1.1-1.4 1.6-0.1 0.1-0.2 0.3-0.3 0.4-0.4 0.4-0.7 0.9-1 1.4-0.1 0.2-0.2 0.3-0.3 0.5l-1.2 1.8v0.1c-0.4 0.6-0.7 1.2-1 1.8-2.6 5-4.1 10.7-4.1 16.7s1.5 11.7 4.1 16.7zM620 357v-221c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V357c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5zM684 555v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5zM620 357c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5c41.8 13.5 72 52.7 72 99s-30.2 85.5-72 99c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5c-41.8-13.5-72-52.7-72-99s30.2-85.5 72-99z m0.1 115.7c0.3 0.6 0.7 1.2 1 1.8v0.1l1.2 1.8c0.1 0.2 0.2 0.3 0.3 0.5 0.3 0.5 0.7 0.9 1 1.4 0.1 0.1 0.2 0.3 0.3 0.4 0.5 0.6 0.9 1.1 1.4 1.6l0.3 0.3 1.2 1.2 0.4 0.4c0.5 0.5 1 0.9 1.6 1.4 0.6 0.5 1.1 0.9 1.7 1.3 0.2 0.1 0.3 0.2 0.5 0.3 0.5 0.3 0.9 0.7 1.4 1 0.1 0.1 0.3 0.2 0.4 0.3 0.6 0.4 1.2 0.7 1.9 1.1 0.1 0.1 0.3 0.1 0.4 0.2 0.5 0.3 1 0.5 1.6 0.8l0.6 0.3c0.7 0.3 1.3 0.6 2 0.8 0.7 0.3 1.4 0.5 2.1 0.7 0.2 0.1 0.4 0.1 0.6 0.2 0.6 0.2 1.1 0.3 1.7 0.4 0.2 0 0.3 0.1 0.5 0.1 0.7 0.2 1.5 0.3 2.2 0.4 0.2 0 0.3 0 0.5 0.1 0.6 0.1 1.2 0.1 1.8 0.2h0.6c0.8 0 1.5 0.1 2.3 0.1s1.5 0 2.3-0.1h0.6c0.6 0 1.2-0.1 1.8-0.2 0.2 0 0.3 0 0.5-0.1 0.7-0.1 1.5-0.2 2.2-0.4 0.2 0 0.3-0.1 0.5-0.1 0.6-0.1 1.2-0.3 1.7-0.4 0.2-0.1 0.4-0.1 0.6-0.2 0.7-0.2 1.4-0.4 2.1-0.7 0.7-0.2 1.3-0.5 2-0.8l0.6-0.3c0.5-0.2 1.1-0.5 1.6-0.8 0.1-0.1 0.3-0.1 0.4-0.2 0.6-0.3 1.3-0.7 1.9-1.1 0.1-0.1 0.3-0.2 0.4-0.3 0.5-0.3 1-0.6 1.4-1 0.2-0.1 0.3-0.2 0.5-0.3 0.6-0.4 1.2-0.9 1.7-1.3s1.1-0.9 1.6-1.4l0.4-0.4 1.2-1.2 0.3-0.3c0.5-0.5 1-1.1 1.4-1.6 0.1-0.1 0.2-0.3 0.3-0.4 0.4-0.4 0.7-0.9 1-1.4 0.1-0.2 0.2-0.3 0.3-0.5l1.2-1.8v-0.1c0.4-0.6 0.7-1.2 1-1.8 2.6-5 4.1-10.7 4.1-16.7s-1.5-11.7-4.1-16.7c-0.3-0.6-0.7-1.2-1-1.8v-0.1l-1.2-1.8c-0.1-0.2-0.2-0.3-0.3-0.5-0.3-0.5-0.7-0.9-1-1.4-0.1-0.1-0.2-0.3-0.3-0.4-0.5-0.6-0.9-1.1-1.4-1.6l-0.3-0.3-1.2-1.2-0.4-0.4c-0.5-0.5-1-0.9-1.6-1.4-0.6-0.5-1.1-0.9-1.7-1.3-0.2-0.1-0.3-0.2-0.5-0.3-0.5-0.3-0.9-0.7-1.4-1-0.1-0.1-0.3-0.2-0.4-0.3-0.6-0.4-1.2-0.7-1.9-1.1-0.1-0.1-0.3-0.1-0.4-0.2-0.5-0.3-1-0.5-1.6-0.8l-0.6-0.3c-0.7-0.3-1.3-0.6-2-0.8-0.7-0.3-1.4-0.5-2.1-0.7-0.2-0.1-0.4-0.1-0.6-0.2-0.6-0.2-1.1-0.3-1.7-0.4-0.2 0-0.3-0.1-0.5-0.1-0.7-0.2-1.5-0.3-2.2-0.4-0.2 0-0.3 0-0.5-0.1-0.6-0.1-1.2-0.1-1.8-0.2h-0.6c-0.8 0-1.5-0.1-2.3-0.1s-1.5 0-2.3 0.1h-0.6c-0.6 0-1.2 0.1-1.8 0.2-0.2 0-0.3 0-0.5 0.1-0.7 0.1-1.5 0.2-2.2 0.4-0.2 0-0.3 0.1-0.5 0.1-0.6 0.1-1.2 0.3-1.7 0.4-0.2 0.1-0.4 0.1-0.6 0.2-0.7 0.2-1.4 0.4-2.1 0.7-0.7 0.2-1.3 0.5-2 0.8l-0.6 0.3c-0.5 0.2-1.1 0.5-1.6 0.8-0.1 0.1-0.3 0.1-0.4 0.2-0.6 0.3-1.3 0.7-1.9 1.1-0.1 0.1-0.3 0.2-0.4 0.3-0.5 0.3-1 0.6-1.4 1-0.2 0.1-0.3 0.2-0.5 0.3-0.6 0.4-1.2 0.9-1.7 1.3s-1.1 0.9-1.6 1.4l-0.4 0.4-1.2 1.2-0.3 0.3c-0.5 0.5-1 1.1-1.4 1.6-0.1 0.1-0.2 0.3-0.3 0.4-0.4 0.4-0.7 0.9-1 1.4-0.1 0.2-0.2 0.3-0.3 0.5l-1.2 1.8v0.1c-0.4 0.6-0.7 1.2-1 1.8-2.6 5-4.1 10.7-4.1 16.7s1.5 11.7 4.1 16.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="codelibrary" unicode="&#59314;" d="M516 223c0-4.4 3.4-8 7.5-8h185c4.1 0 7.5 3.6 7.5 8v48c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48zM321.1 216.9l192 161c3.8 3.2 3.8 9.1 0 12.3l-192 160.9c-5.2 4.4-13.1 0.7-13.1-6.1v-62.7c0-2.4 1-4.6 2.9-6.1L420.7 384l-109.8-92.2c-1.8-1.5-2.9-3.8-2.9-6.1V223c0-6.8 7.9-10.5 13.1-6.1zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="detail" unicode="&#59315;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656zM492 496h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8zM492 352h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8zM492 208h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8zM380 528m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0ZM380 384m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0ZM380 240m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="minus-square" unicode="&#59316;" d="M328 352h368c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="plus-square" unicode="&#59317;" d="M328 352h152v-152c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V352h152c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H544V568c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-152H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="right-square" unicode="&#59318;" d="M412.7 199.5l246 178c4.4 3.2 4.4 9.7 0 12.9l-246 178c-5.3 3.8-12.7 0-12.7-6.5V515c0-10.2 4.9-19.9 13.2-25.9L558.6 384 413.2 278.79999999999995c-8.3-6-13.2-15.6-13.2-25.9V206c0-6.5 7.4-10.3 12.7-6.5zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="project" unicode="&#59319;" d="M280 144h80c4.4 0 8 3.6 8 8V616c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-464c0-4.4 3.6-8 8-8zM472 424h80c4.4 0 8 3.6 8 8V616c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-184c0-4.4 3.6-8 8-8zM664 352h80c4.4 0 8 3.6 8 8V616c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-256c0-4.4 3.6-8 8-8zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="wallet" unicode="&#59320;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-464H528V448h312v-128z m0-264H184V712h656v-200H496c-17.7 0-32-14.3-32-32v-192c0-17.7 14.3-32 32-32h344v-200zM620 384m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="up-square" unicode="&#59321;" d="M334 272h46.9c10.2 0 19.9 4.9 25.9 13.2L512 430.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7l-178 246c-3.2 4.4-9.7 4.4-12.9 0l-178-246c-3.9-5.3-0.1-12.7 6.4-12.7zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="calculator" unicode="&#59322;" d="M251.2 509H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.3V509h68.8c1.8 0 3.2 1.8 3.2 4v48c0 2.2-1.4 4-3.3 4H376v68.8c0 1.8-1.8 3.2-4 3.2h-48c-2.2 0-4-1.4-4-3.2V565h-68.8c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4zM579.2 509h193.6c1.8 0 3.2 1.8 3.2 4v48c0 2.2-1.4 4-3.3 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4zM579.2 244h193.6c1.8 0 3.2 1.8 3.2 4v48c0 2.2-1.4 4-3.3 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4zM579.2 140h193.6c1.8 0 3.2 1.8 3.2 4v48c0 2.2-1.4 4-3.3 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4zM383.5 221l61.2 74.9c4.3 5.2 0.7 13.1-5.9 13.1H388c-2.3 0-4.5-1-5.9-2.9l-34-41.6-34 41.6c-1.5 1.8-3.7 2.9-5.9 2.9h-50.9c-6.6 0-10.2-7.9-5.9-13.1l61.2-74.9-62.7-76.8c-4.4-5.2-0.8-13.1 5.8-13.1h50.8c2.3 0 4.5 1 5.9 2.9l35.5 43.5 35.5-43.5c1.5-1.8 3.7-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 221zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-36-732H180V716h664v-664z"  horiz-adv-x="1024" />
    <glyph glyph-name="interation" unicode="&#59323;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656zM304.8 372h50.7c3.7 0 6.8 3 6.8 6.8v78.9c0 19.7 15.9 35.6 35.5 35.6h205.7v-53.4c0-5.7 6.5-8.8 10.9-5.3l109.1 85.7c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9 0.3-10.9-5.3V558H397.7c-55.1 0-99.7-44.8-99.7-100.1V379c0-4 3-7 6.8-7zM300.6 237.1l109.1-85.7c4.4-3.5 10.9-0.3 10.9 5.3v53.4h205.7c55.1 0 99.7 44.8 99.7 100.1v78.9c0 3.7-3 6.8-6.8 6.8h-50.7c-3.7 0-6.8-3-6.8-6.8v-78.9c0-19.7-15.9-35.6-35.5-35.6H420.6V328c0 5.7-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.5-3.5-7.8 0-10.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="check-square" unicode="&#59324;" d="M433.1 238.29999999999995c12.7-17.7 39-17.7 51.7 0l210.6 292c3.8 5.3 0 12.7-6.5 12.7H642c-10.2 0-19.9-4.9-25.9-13.3L459 311.70000000000005l-71.2 98.8c-6 8.3-15.6 13.3-25.9 13.3H315c-6.5 0-10.3-7.4-6.5-12.7l124.6-172.8zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="border" unicode="&#59325;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656z"  horiz-adv-x="1024" />
    <glyph glyph-name="border-outer" unicode="&#59326;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-40-728H184V712h656v-656zM484 530h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM302 348h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM666 348h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM484 348h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM484 166h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="border-top" unicode="&#59327;" d="M872 752H152c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h720c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM374 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM374 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM706 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM706 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="border-bottom" unicode="&#59328;" d="M872 88H152c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h720c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM152 182h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM152 680h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM152 348h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM152 514h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM318 348h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM318 680h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM650 680h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM650 348h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM872 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM484 348h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM872 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM484 680h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM872 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM484 182h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM872 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM484 514h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="border-left" unicode="&#59329;" d="M208 752h-56c-4.4 0-8-3.6-8-8v-720c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V744c0 4.4-3.6 8-8 8zM374 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM706 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM374 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM374 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM706 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM706 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="border-right" unicode="&#59330;" d="M872 752h-56c-4.4 0-8-3.6-8-8v-720c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V744c0 4.4-3.6 8-8 8zM706 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM374 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM706 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM706 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM374 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM374 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="border-inner" unicode="&#59331;" d="M872 420H548V752h-72v-332H152c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h324v-332h72V348h324c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM650 680h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM706 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM374 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM318 680h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM152 680h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM208 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM152 514h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM208 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="border-verticle" unicode="&#59332;" d="M872 420H152c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h720c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM650 680h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM706 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM374 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM318 680h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM152 680h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM484 680h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM208 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM152 514h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM484 514h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM208 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="border-horizontal" unicode="&#59333;" d="M540 752h-56c-4.4 0-8-3.6-8-8v-720c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V744c0 4.4-3.6 8-8 8zM374 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM706 752h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 586h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 254h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM208 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM374 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM374 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM706 88h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM706 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="radius-bottomleft" unicode="&#59334;" d="M712 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM714 768h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM136 522h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM136 696h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM888 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 246h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 594h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 768h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 768h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM310 696h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM540 72H358c-87.3 0-158 70.7-158 158V412c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-182c0-127 103-230 230-230h182c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="radius-bottomright" unicode="&#59335;" d="M368 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM310 696h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM888 594h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 768h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 246h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 594h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 768h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM484 696h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM658 696h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM888 420h-56c-4.4 0-8-3.6-8-8v-182c0-87.3-70.7-158-158-158H484c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h182c127 0 230 103 230 230V412c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="radius-upleft" unicode="&#59336;" d="M656 696h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM714 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 246h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 768h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 594h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 246h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM366 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 768H358c-127 0-230-103-230-230v-182c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V538c0 87.3 70.7 158 158 158h182c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="radius-upright" unicode="&#59337;" d="M368 768h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM366 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 246h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 768h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 594h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 420h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 246h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM540 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM714 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM666 768H484c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h182c87.3 0 158-70.7 158-158v-182c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V538c0 127-103 230-230 230z"  horiz-adv-x="1024" />
    <glyph glyph-name="radius-setting" unicode="&#59338;" d="M396 756h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM352 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM876 276h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 552h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 392h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 232h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM192 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM512 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM672 72h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM812 356c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V526c0 127-103 230-230 230H484c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h170c87.3 0 158-70.7 158-158v-170zM236 800H92c-4.4 0-8-3.6-8-8v-144c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8V792c0 4.4-3.6 8-8 8z m-48-101.6c0-1.3-1.1-2.4-2.4-2.4h-43.2c-1.3 0-2.4 1.1-2.4 2.4v43.2c0 1.3 1.1 2.4 2.4 2.4h43.2c1.3 0 2.4-1.1 2.4-2.4v-43.2zM920 116H776c-4.4 0-8-3.6-8-8v-144c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8V108c0 4.4-3.6 8-8 8z m-48-101.6c0-1.3-1.1-2.4-2.4-2.4h-43.2c-1.3 0-2.4 1.1-2.4 2.4v43.2c0 1.3 1.1 2.4 2.4 2.4h43.2c1.3 0 2.4-1.1 2.4-2.4v-43.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="adduser" unicode="&#59339;" d="M678.3 253.6c24.2 13 51.9 20.4 81.4 20.4h0.1c3 0 4.4 3.6 2.2 5.6-30.8 27.6-65.6 49.7-103.7 65.8-0.4 0.2-0.8 0.3-1.2 0.5C719.2 391 759.6 464.3 759.6 547c0 137-110.8 248-247.5 248S264.7 684 264.7 547c0-82.7 40.4-156 102.6-201.1-0.4-0.2-0.8-0.3-1.2-0.5-44.7-18.9-84.8-46-119.3-80.6-34.5-34.5-61.5-74.7-80.4-119.5C147.9 101.5 138 55 137 7.2c-0.1-4.5 3.5-8.2 8-8.2h59.9c4.3 0 7.9 3.5 8 7.8 2 77.2 32.9 149.5 87.6 204.3C357 267.8 432.2 299 512.2 299c56.7 0 111.1-15.7 158-45.1 2.5-1.5 5.5-1.7 8.1-0.3zM512.2 375c-45.8 0-88.9 17.9-121.4 50.4-32.4 32.5-50.3 75.7-50.3 121.6 0 45.9 17.9 89.1 50.3 121.6S466.3 719 512.2 719s88.9-17.9 121.4-50.4c32.4-32.5 50.3-75.7 50.3-121.6 0-45.9-17.9-89.1-50.3-121.6C601.1 392.9 558 375 512.2 375zM880 137h-84v84c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-84h-84c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h84v-84c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v84h84c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="deleteteam" unicode="&#59340;" d="M888 112H664c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h224c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM373.5 385.6c-0.9 8.7-1.4 17.5-1.4 26.4 0 15.9 1.5 31.4 4.3 46.5 0.7 3.6-1.2 7.3-4.5 8.8-13.6 6.1-26.1 14.5-36.9 25.1-25.8 25.2-39.7 59.3-38.7 95.4 0.9 32.1 13.8 62.6 36.3 85.6 24.7 25.3 57.9 39.1 93.2 38.7 31.9-0.3 62.7-12.6 86-34.4 7.9-7.4 14.7-15.6 20.4-24.4 2-3.1 5.9-4.4 9.3-3.2 17.6 6.1 36.2 10.4 55.3 12.4 5.6 0.6 8.8 6.6 6.3 11.6-32.5 64.3-98.9 108.7-175.7 109.9-110.9 1.7-203.3-89.2-203.3-199.9 0-62.8 28.9-118.8 74.2-155.5-31.8-14.7-61.1-35-86.5-60.4-54.8-54.7-85.8-126.9-87.8-204-0.1-4.5 3.5-8.2 8-8.2h56.1c4.3 0 7.9 3.4 8 7.7 1.9 58 25.4 112.3 66.7 153.5 29.4 29.4 65.4 49.8 104.7 59.7 3.9 1 6.5 4.7 6 8.7zM824 412c0 109.4-87.9 198.3-196.9 200C516.3 613.7 424 522.8 424 412c0-62.8 29-118.8 74.2-155.5-31.7-14.7-60.9-34.9-86.4-60.4C357 141.4 326 69.2 324-7.8c-0.1-4.5 3.5-8.2 8-8.2h56c4.3 0 7.9 3.4 8 7.7 1.9 58 25.4 112.3 66.7 153.5C505.8 188.3 563 212 624 212c110.4 0 200 89.5 200 200z m-109.5-90.5C690.3 297.3 658.2 284 624 284s-66.3 13.3-90.5 37.5C509 346 495.7 378.6 496 413.3c0.3 32.8 13.4 64.5 36.3 88 24 24.6 56.1 38.3 90.4 38.7 33.9 0.3 66.8-12.9 91-36.6 24.8-24.3 38.4-56.8 38.4-91.4-0.1-34.2-13.4-66.3-37.6-90.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="deleteuser" unicode="&#59341;" d="M678.3 240.6c24.2 13 51.9 20.4 81.4 20.4h0.1c3 0 4.4 3.6 2.2 5.6-30.8 27.6-65.6 49.7-103.7 65.8-0.4 0.2-0.8 0.3-1.2 0.5C719.2 378 759.6 451.3 759.6 534c0 137-110.8 248-247.5 248S264.7 671 264.7 534c0-82.7 40.4-156 102.6-201.1-0.4-0.2-0.8-0.3-1.2-0.5-44.7-18.9-84.8-46-119.3-80.6-34.5-34.5-61.5-74.7-80.4-119.5C147.9 88.5 138 42 137-5.8c-0.1-4.5 3.5-8.2 8-8.2h59.9c4.3 0 7.9 3.5 8 7.8 2 77.2 32.9 149.5 87.6 204.3C357 254.8 432.2 286 512.2 286c56.7 0 111.1-15.7 158-45.1 2.5-1.5 5.5-1.7 8.1-0.3zM512.2 362c-45.8 0-88.9 17.9-121.4 50.4-32.4 32.5-50.3 75.7-50.3 121.6 0 45.9 17.9 89.1 50.3 121.6S466.3 706 512.2 706s88.9-17.9 121.4-50.4c32.4-32.5 50.3-75.7 50.3-121.6 0-45.9-17.9-89.1-50.3-121.6C601.1 379.9 558 362 512.2 362zM880 124H640c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="addteam" unicode="&#59342;" d="M892 124h-80v80c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-80h-80c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h80v-80c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v80h80c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM373.5 397.6c-0.9 8.7-1.4 17.5-1.4 26.4 0 15.9 1.5 31.4 4.3 46.5 0.7 3.6-1.2 7.3-4.5 8.8-13.6 6.1-26.1 14.5-36.9 25.1-25.8 25.2-39.7 59.3-38.7 95.4 0.9 32.1 13.8 62.6 36.3 85.6 24.7 25.3 57.9 39.1 93.2 38.7 31.9-0.3 62.7-12.6 86-34.4 7.9-7.4 14.7-15.6 20.4-24.4 2-3.1 5.9-4.4 9.3-3.2 17.6 6.1 36.2 10.4 55.3 12.4 5.6 0.6 8.8 6.6 6.3 11.6-32.5 64.3-98.9 108.7-175.7 109.9-110.8 1.7-203.2-89.2-203.2-200 0-62.8 28.9-118.8 74.2-155.5-31.8-14.7-61.1-35-86.5-60.4-54.8-54.7-85.8-126.9-87.8-204-0.1-4.5 3.5-8.2 8-8.2h56.1c4.3 0 7.9 3.4 8 7.7 1.9 58 25.4 112.3 66.7 153.5 29.4 29.4 65.4 49.8 104.7 59.7 3.8 1.1 6.4 4.8 5.9 8.8zM824 424c0 109.4-87.9 198.3-196.9 200C516.3 625.7 424 534.8 424 424c0-62.8 29-118.8 74.2-155.5-31.7-14.7-60.9-34.9-86.4-60.4C357 153.4 326 81.2 324 4.2c-0.1-4.5 3.5-8.2 8-8.2h56c4.3 0 7.9 3.4 8 7.7 1.9 58 25.4 112.3 66.7 153.5C505.8 200.3 563 224 624 224c110.4 0 200 89.5 200 200z m-109.5-90.5C690.3 309.3 658.2 296 624 296s-66.3 13.3-90.5 37.5C509 358 495.7 390.6 496 425.3c0.3 32.8 13.4 64.5 36.3 88 24 24.6 56.1 38.3 90.4 38.7 33.9 0.3 66.8-12.9 91-36.6 24.8-24.3 38.4-56.8 38.4-91.4-0.1-34.2-13.4-66.3-37.6-90.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="user" unicode="&#59343;" d="M858.5 132.4c-18.9 44.8-46.1 85-80.6 119.5-34.5 34.5-74.7 61.6-119.5 80.6-0.4 0.2-0.8 0.3-1.2 0.5C719.5 378 760 451.3 760 534c0 137-111 248-248 248S264 671 264 534c0-82.7 40.5-156 102.8-201.1-0.4-0.2-0.8-0.3-1.2-0.5-44.8-18.9-85-46-119.5-80.6-34.5-34.5-61.6-74.7-80.6-119.5C146.9 88.5 137 42 136-5.8c-0.1-4.5 3.5-8.2 8-8.2h60c4.4 0 7.9 3.5 8 7.8 2 77.2 33 149.5 87.8 204.3 56.7 56.7 132 87.9 212.2 87.9s155.5-31.2 212.2-87.9C779 143.3 810 71 812-6.2c0.1-4.4 3.6-7.8 8-7.8h60c4.5 0 8.1 3.7 8 8.2-1 47.8-10.9 94.3-29.5 138.2zM512 362c-45.9 0-89.1 17.9-121.6 50.4S340 488.1 340 534c0 45.9 17.9 89.1 50.4 121.6S466.1 706 512 706s89.1-17.9 121.6-50.4S684 579.9 684 534c0-45.9-17.9-89.1-50.4-121.6S557.9 362 512 362z"  horiz-adv-x="1024" />
    <glyph glyph-name="team" unicode="&#59344;" d="M824.2 196.1c-25.4 25.4-54.7 45.7-86.4 60.4C783.1 293.2 812 349.2 812 412c0 110.8-92.4 201.7-203.2 200-109.1-1.7-197-90.6-197-200 0-62.8 29-118.8 74.2-155.5-31.7-14.7-60.9-34.9-86.4-60.4C345 141.4 314 69.2 312-7.8c-0.1-4.5 3.5-8.2 8-8.2h56c4.3 0 7.9 3.4 8 7.7 1.9 58 25.4 112.3 66.7 153.5C493.8 188.3 551.1 212 612 212c60.9 0 118.2-23.7 161.3-66.8C814.5 104 838 49.7 840-8.3c0.1-4.3 3.7-7.7 8-7.7h56c4.5 0 8.1 3.7 8 8.2-2 77-33 149.2-87.8 203.9zM612 284c-34.2 0-66.4 13.3-90.5 37.5-24.5 24.5-37.9 57.1-37.5 91.8 0.3 32.8 13.4 64.5 36.3 88 24 24.6 56.1 38.3 90.4 38.7 33.9 0.3 66.8-12.9 91-36.6 24.8-24.3 38.4-56.8 38.4-91.4 0-34.2-13.3-66.3-37.5-90.5-24.2-24.2-56.4-37.5-90.6-37.5zM361.5 385.6c-0.9 8.7-1.4 17.5-1.4 26.4 0 15.9 1.5 31.4 4.3 46.5 0.7 3.6-1.2 7.3-4.5 8.8-13.6 6.1-26.1 14.5-36.9 25.1-25.8 25.2-39.7 59.3-38.7 95.4 0.9 32.1 13.8 62.6 36.3 85.6 24.7 25.3 57.9 39.1 93.2 38.7 31.9-0.3 62.7-12.6 86-34.4 7.9-7.4 14.7-15.6 20.4-24.4 2-3.1 5.9-4.4 9.3-3.2 17.6 6.1 36.2 10.4 55.3 12.4 5.6 0.6 8.8 6.6 6.3 11.6-32.5 64.3-98.9 108.7-175.7 109.9-110.9 1.7-203.3-89.2-203.3-199.9 0-62.8 28.9-118.8 74.2-155.5-31.8-14.7-61.1-35-86.5-60.4-54.8-54.7-85.8-126.9-87.8-204-0.1-4.5 3.5-8.2 8-8.2h56.1c4.3 0 7.9 3.4 8 7.7 1.9 58 25.4 112.3 66.7 153.5 29.4 29.4 65.4 49.8 104.7 59.7 3.9 1 6.5 4.7 6 8.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="areachart" unicode="&#59345;" d="M888 104H200V728c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-688c0-4.4 3.6-8 8-8h752c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM272 168h536c4.4 0 8 3.6 8 8V612c0 7.2-8.7 10.7-13.7 5.7L592 407.4l-125.4 124c-3.1 3.1-8.2 3.1-11.3 0l-189-189.6c-1.5-1.5-2.3-3.5-2.3-5.6V176c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="linechart" unicode="&#59346;" d="M888 104H200V728c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-688c0-4.4 3.6-8 8-8h752c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM305.8 258.3c3.1-3.1 8.1-3.1 11.3 0l138.3 137.6L583 267.5c3.1-3.1 8.2-3.1 11.3 0l275.4 275.3c3.1 3.1 3.1 8.2 0 11.3l-39.6 39.6c-3.1 3.1-8.2 3.1-11.3 0l-230-229.9L461.4 492c-3.1 3.1-8.2 3.1-11.3 0L266.3 309.3c-3.1-3.1-3.1-8.2 0-11.3l39.5-39.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="barchart" unicode="&#59347;" d="M888 104H200V728c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-688c0-4.4 3.6-8 8-8h752c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM288 184h56c4.4 0 8 3.6 8 8V336c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-144c0-4.4 3.6-8 8-8zM440 184h56c4.4 0 8 3.6 8 8V512c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-320c0-4.4 3.6-8 8-8zM592 184h56c4.4 0 8 3.6 8 8V434c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-242c0-4.4 3.6-8 8-8zM744 184h56c4.4 0 8 3.6 8 8V592c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-400c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="pointmap" unicode="&#59348;" d="M888 104H200V728c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-688c0-4.4 3.6-8 8-8h752c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM352 292m-64 0a64 64 0 1 1 128 0 64 64 0 1 1-128 0ZM454 516m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM660 288m-96 0a96 96 0 1 1 192 0 96 96 0 1 1-192 0ZM768 602m-56 0a56 56 0 1 1 112 0 56 56 0 1 1-112 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="container" unicode="&#59349;" d="M832 832H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V800c0 17.7-14.3 32-32 32z m-40-824H232V209h97.9c11.6-32.8 32-62.3 59.1-84.7 34.5-28.5 78.2-44.3 123-44.3s88.5 15.7 123 44.3c27.1 22.4 47.5 51.9 59.1 84.7H792v63H643.6l-5.2-24.7C626.4 187.5 573.2 144 512 144s-114.4 43.5-126.5 103.3l-5.2 24.7H232V760h560v-752zM320 555h384c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8zM320 395h384c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="database" unicode="&#59350;" d="M832 832H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V800c0 17.7-14.3 32-32 32z m-600-72h560v-208H232V760z m560-480H232V488h560v-208z m0-272H232V216h560v-208zM344 656m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0ZM344 384m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0ZM344 112m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="sever" unicode="&#59351;" d="M832 832H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V800c0 17.7-14.3 32-32 32z m-600-72h560v-208H232V760z m560-480H232V488h560v-208z m0-272H232V216h560v-208zM496 688H312c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM312 352h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8zM680 108m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="mobile" unicode="&#59352;" d="M744 834H280c-35.3 0-64-28.7-64-64v-768c0-35.3 28.7-64 64-64h464c35.3 0 64 28.7 64 64V770c0 35.3-28.7 64-64 64z m-8-824H288V762h448v-752zM512 112m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="tablet" unicode="&#59353;" d="M800 832H224c-35.3 0-64-28.7-64-64v-768c0-35.3 28.7-64 64-64h576c35.3 0 64 28.7 64 64V768c0 35.3-28.7 64-64 64z m-8-824H232V760h560v-752zM512 112m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="redenvelope" unicode="&#59354;" d="M440.6 433.4c-1.4 2.8-4.3 4.6-7.5 4.6h-48.8c-1.3 0-2.6-0.4-3.9-1-4.1-2.2-5.6-7.3-3.4-11.4l87.4-161.1H419c-4.6 0-8.4-3.8-8.4-8.4V231c0-4.6 3.8-8.4 8.4-8.4h63V194h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-49.9c0-4.6 3.8-8.4 8.4-8.4h43.7c4.6 0 8.4 3.8 8.4 8.4v49.9h63.3c4.7 0 8.4 3.8 8.2 8.5v25c0 4.6-3.8 8.4-8.4 8.4h-63.3v28.6h63.3c4.6 0 8.4 3.8 8.4 8.4v25.1c0 4.6-3.8 8.4-8.4 8.4h-45.9l87.2 161c0.7 1.2 1 2.6 1 4 0 4.6-3.8 8.4-8.4 8.4h-47.8c-3.1 0-6-1.8-7.5-4.6l-71.9-141.9-71.7 142zM832 832H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V800c0 17.7-14.3 32-32 32z m-40-824H232V702.9l260.3-204.1c11.6-9.1 27.9-9.1 39.5 0L792 702.9V8z m0 751.3h-31.7L512 564.7 263.7 759.3H232v0.7h560v-0.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="book" unicode="&#59355;" d="M832 832H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V800c0 17.7-14.3 32-32 32z m-260-72h96v-209.9L621.5 584 572 548.6V760z m220-752H232V760h280v-296.9c0-3.3 1-6.6 3-9.3 5.1-7.2 15.1-8.9 22.3-3.7l83.8 59.9 81.4-59.4c2.7-2 6-3.1 9.4-3.1 8.8 0 16 7.2 16 16V760h64v-752z"  horiz-adv-x="1024" />
    <glyph glyph-name="filedone" unicode="&#59356;" d="M688 584v48c0 4.4-3.6 8-8 8H296c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8zM296 496c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H296zM672 380c-119.3 0-216-96.7-216-216s96.7-216 216-216 216 96.7 216 216-96.7 216-216 216z m107.5-323.5C750.8 27.8 712.6 12 672 12s-78.8 15.8-107.5 44.5C535.8 85.2 520 123.4 520 164s15.8 78.8 44.5 107.5C593.2 300.2 631.4 316 672 316s78.8-15.8 107.5-44.5C808.2 242.8 824 204.6 824 164s-15.8-78.8-44.5-107.5zM761 240h-44.3c-2.6 0-5-1.2-6.5-3.3l-63.5-87.8-23.1 31.9c-1.5 2.1-3.9 3.3-6.5 3.3H573c-6.5 0-10.3-7.4-6.5-12.7l73.8-102.1c3.2-4.4 9.7-4.4 12.9 0l114.2 158c3.9 5.3 0.1 12.7-6.4 12.7zM440 44H208V748h560v-344c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V788c0 17.7-14.3 32-32 32H168c-17.7 0-32-14.3-32-32v-784c0-17.7 14.3-32 32-32h272c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="reconciliation" unicode="&#59357;" d="M676 331c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92z m0-126c-18.8 0-34 15.2-34 34s15.2 34 34 34 34-15.2 34-34-15.2-34-34-34zM880 728H668c0 30.9-25.1 56-56 56h-80c-30.9 0-56-25.1-56-56H264c-17.7 0-32-14.3-32-32v-200h-88c-17.7 0-32-14.3-32-32v-448c0-17.7 14.3-32 32-32h336c17.7 0 32 14.3 32 32v16h368c17.7 0 32 14.3 32 32V696c0 17.7-14.3 32-32 32z m-412-64h72v56h64v-56h72v-48H468v48z m-20-616H176V280h272v-232z m0 296H176v88h272v-88z m392-240H512V464c0 17.7-14.3 32-32 32H304V656h100v-104h336V656h100v-552zM704 488v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v96c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8zM592 384h48c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-exception" unicode="&#59358;" d="M688 584v48c0 4.4-3.6 8-8 8H296c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8zM296 496c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H296zM672 380c-119.3 0-216-96.7-216-216s96.7-216 216-216 216 96.7 216 216-96.7 216-216 216z m107.5-323.5C750.8 27.8 712.6 12 672 12s-78.8 15.8-107.5 44.5C535.8 85.2 520 123.4 520 164s15.8 78.8 44.5 107.5C593.2 300.2 631.4 316 672 316s78.8-15.8 107.5-44.5C808.2 242.8 824 204.6 824 164s-15.8-78.8-44.5-107.5zM672 84m-32 0a32 32 0 1 1 64 0 32 32 0 1 1-64 0ZM652 148h40c4.4 0 8 3.6 8 8V268c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-112c0-4.4 3.6-8 8-8zM440 44H208V748h560v-344c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V788c0 17.7-14.3 32-32 32H168c-17.7 0-32-14.3-32-32v-784c0-17.7 14.3-32 32-32h272c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="filesync" unicode="&#59359;" d="M296 640c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H296zM488 440v48c0 4.4-3.6 8-8 8H296c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8zM440 44H208V748h560v-344c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V788c0 17.7-14.3 32-32 32H168c-17.7 0-32-14.3-32-32v-784c0-17.7 14.3-32 32-32h272c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM544.1 159.6c1.8 34.5 16.2 66.8 40.8 91.4 26.2 26.2 62 41 99.1 41 37.4 0 72.6-14.6 99.1-41 3.2-3.2 6.3-6.6 9.2-10.1L769.2 223c-5.3-4.1-3.5-12.5 3-14.1l93.3-22.5c5-1.2 9.8 2.6 9.9 7.7l0.6 95.4c0 6.7-7.6 10.5-12.9 6.4l-20.3-15.8C805.4 326.4 748.1 356 684 356c-109.9 0-199.6-86.9-204-195.7-0.2-4.5 3.5-8.3 8-8.3h48.1c4.3 0 7.8 3.3 8 7.6zM880 152h-48.1c-4.3 0-7.8-3.3-8-7.6-1.8-34.5-16.2-66.8-40.8-91.4-26.2-26.2-62-41-99.1-41-37.4 0-72.6 14.6-99.1 41-3.2 3.2-6.3 6.6-9.2 10.1l23.1 17.9c5.3 4.1 3.5 12.5-3 14.1l-93.3 22.5c-5 1.2-9.8-2.6-9.9-7.7l-0.6-95.4c0-6.7 7.6-10.5 12.9-6.4l20.3 15.8C562.6-22.4 619.9-52 684-52c109.9 0 199.6 86.9 204 195.7 0.2 4.5-3.5 8.3-8 8.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="filesearch" unicode="&#59360;" d="M688 584v48c0 4.4-3.6 8-8 8H296c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8zM296 496c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H296zM440 44H208V748h560v-344c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V788c0 17.7-14.3 32-32 32H168c-17.7 0-32-14.3-32-32v-784c0-17.7 14.3-32 32-32h272c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM885.7-7.5l-93.3 93.3C814.7 115.3 828 152.1 828 192c0 97.2-78.8 176-176 176s-176-78.8-176-176 78.8-176 176-176c35.8 0 69 10.7 96.8 29l94.7-94.7c1.6-1.6 3.6-2.3 5.6-2.3s4.1 0.8 5.6 2.3l31 31c3.1 3.1 3.1 8.1 0 11.2zM652 80c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112z"  horiz-adv-x="1024" />
    <glyph glyph-name="solution" unicode="&#59361;" d="M688 632c0 4.4-3.6 8-8 8H296c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zM680 496H296c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM480 352H296c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM432 44H208V748h560v-344c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V788c0 17.7-14.3 32-32 32H168c-17.7 0-32-14.3-32-32v-784c0-17.7 14.3-32 32-32h264c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM788.8 118.4c29 26.3 47.2 64.3 47.2 106.6 0 79.5-64.5 144-144 144s-144-64.5-144-144c0-42.3 18.2-80.3 47.2-106.6-57-32.5-96.2-92.7-99.2-162.1-0.2-4.5 3.5-8.3 8-8.3h48.1c4.2 0 7.7 3.3 8 7.6C564 24.8 621.7 80 692 80s128-55.2 131.9-124.4c0.2-4.2 3.7-7.6 8-7.6H880c4.6 0 8.2 3.8 8 8.3-2.9 69.5-42.2 129.6-99.2 162.1zM692 305c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"  horiz-adv-x="1024" />
    <glyph glyph-name="fileprotect" unicode="&#59362;" d="M644.7 226.8c-1.5 2.1-3.9 3.3-6.5 3.3H594c-6.5 0-10.3-7.4-6.5-12.7l73.8-102.1c3.2-4.4 9.7-4.4 12.9 0l114.2 158c3.8 5.3 0 12.7-6.5 12.7h-44.3c-2.6 0-5-1.2-6.5-3.3l-63.5-87.8-22.9 31.9zM688 590v48c0 4.4-3.6 8-8 8H296c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8zM296 502c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H296zM480 44H208V748h560v-296c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V788c0 17.7-14.3 32-32 32H168c-17.7 0-32-14.3-32-32v-784c0-17.7 14.3-32 32-32h312c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM882.6 364.8l-192 66.7c-0.9 0.3-1.7 0.4-2.6 0.4s-1.8-0.1-2.6-0.4l-192-66.7c-3.2-1.1-5.4-4.1-5.4-7.5v-251.1c0-2.5 1.1-4.8 3.1-6.3l192-150.2c1.4-1.1 3.2-1.7 4.9-1.7s3.5 0.6 4.9 1.7l192 150.2c1.9 1.5 3.1 3.8 3.1 6.3V357.3c0 3.4-2.2 6.4-5.4 7.5zM826 132.3L688 24.4 550 132.3V319l138 48 138-48v-186.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-add" unicode="&#59363;" d="M854.6 607.4L639.4 822.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.7-9.4 22.7zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h302v-216c0-23.2 18.8-42 42-42h216v-494zM544 424c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-108H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108v-108c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V252h108c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H544V424z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-excel" unicode="&#59364;" d="M854.6 607.4L639.4 822.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.7-9.4 22.7zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h302v-216c0-23.2 18.8-42 42-42h216v-494zM514.1 315.9l-61.8 102.4c-2.2 3.6-6.1 5.8-10.3 5.8h-38.4c-2.3 0-4.5-0.6-6.4-1.9-5.6-3.5-7.3-10.9-3.7-16.6l82.3-130.4-83.4-132.8c-1.2-1.9-1.8-4.1-1.8-6.4 0-6.6 5.4-12 12-12h34.5c4.2 0 8 2.2 10.2 5.7L510 231.2l62.3-101.4c2.2-3.6 6.1-5.7 10.2-5.7H620c2.3 0 4.5 0.7 6.5 1.9 5.6 3.6 7.2 11 3.6 16.6l-84 130.4 85.3 132.5c1.2 1.9 1.9 4.2 1.9 6.5 0 6.6-5.4 12-12 12h-35.7c-4.2 0-8.1-2.2-10.3-5.8l-61.2-102.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-exclamation" unicode="&#59365;" d="M854.6 607.4L639.4 822.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.7-9.4 22.7zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h302v-216c0-23.2 18.8-42 42-42h216v-494zM512 152m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0ZM488 256h48c4.4 0 8 3.6 8 8V448c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-184c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-pdf" unicode="&#59366;" d="M531.3 321.6l0.3 1.4c5.8 23.9 13.1 53.7 7.4 80.7-3.8 21.3-19.5 29.6-32.9 30.2-15.8 0.7-29.9-8.3-33.4-21.4-6.6-24-0.7-56.8 10.1-98.6-13.6-32.4-35.3-79.5-51.2-107.5-29.6-15.3-69.3-38.9-75.2-68.7-1.2-5.5 0.2-12.5 3.5-18.8 3.7-7 9.6-12.4 16.5-15 3-1.1 6.6-2 10.8-2 17.6 0 46.1 14.2 84.1 79.4 5.8 1.9 11.8 3.9 17.6 5.9 27.2 9.2 55.4 18.8 80.9 23.1 28.2-15.1 60.3-24.8 82.1-24.8 21.6 0 30.1 12.8 33.3 20.5 5.6 13.5 2.9 30.5-6.2 39.6-13.2 13-45.3 16.4-95.3 10.2-24.6 15-40.7 35.4-52.4 65.8zM421.6 169.7c-13.9-20.2-24.4-30.3-30.1-34.7 6.7 12.3 19.8 25.3 30.1 34.7z m87.6 235.5c5.2-8.9 4.5-35.8 0.5-49.4-4.9 19.9-5.6 48.1-2.7 51.4 0.8-0.1 1.5-0.7 2.2-2z m-1.6-120.5c10.7-18.5 24.2-34.4 39.1-46.2-21.6-4.9-41.3-13-58.9-20.2-4.2-1.7-8.3-3.4-12.3-5 13.3 24.1 24.4 51.4 32.1 71.4z m155.6-65.5c0.1-0.2 0.2-0.5-0.4-0.9h-0.2l-0.2-0.3c-0.8-0.5-9-5.3-44.3 8.6 40.6 1.9 45-7.3 45.1-7.4zM854.6 607.4L639.4 822.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.7-9.4 22.7zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h302v-216c0-23.2 18.8-42 42-42h216v-494z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-image" unicode="&#59367;" d="M553.1 386.9l-77.8-99.2-41.1 52.4c-3.2 4.1-9.4 4.1-12.6 0l-99.8-127.2c-4.1-5.2-0.4-12.9 6.3-12.9H696c6.7 0 10.4 7.7 6.3 12.9l-136.5 174c-3.3 4.1-9.5 4.1-12.7 0zM400 454m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0ZM854.6 607.4L639.4 822.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.7-9.4 22.7zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h302v-216c0-23.2 18.8-42 42-42h216v-494z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-markdown" unicode="&#59368;" d="M854.6 607.4L639.4 822.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.7-9.4 22.7zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h302v-216c0-23.2 18.8-42 42-42h216v-494zM429 414.8c-1.9 4.4-6.2 7.2-11 7.2h-35c-6.6 0-12-5.4-12-12v-272c0-6.6 5.4-12 12-12h27.1c6.6 0 12 5.4 12 12V313.9l66.8-150.2c1.9-4.3 6.2-7.1 11-7.1H524c4.7 0 9 2.8 11 7.1l66.8 150.6V138c0-6.6 5.4-12 12-12H641c6.6 0 12 5.4 12 12V410c0 6.6-5.4 12-12 12h-34.7c-4.8 0-9.1-2.8-11-7.2l-83.1-191-83.2 191z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-unknown" unicode="&#59369;" d="M854.6 607.3L639.4 822.6c-6 6-14.2 9.4-22.7 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.6-9.4 22.6zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h302v-216c0-23.2 18.8-42 42-42h216v-494zM402 347c0-5.4 4.4-9.5 9.8-9.5h32.4c5.4 0 9.8 4.2 9.8 9.4 0 28.2 25.8 51.6 58 51.6s58-23.4 58-51.5c0-25.3-21-47.2-49.3-50.9-19.3-2.8-34.5-20.3-34.7-40.1v-32c0-5.5 4.5-10 10-10h32c5.5 0 10 4.5 10 10v12.2c0 6 4 11.5 9.7 13.3 44.6 14.4 75 54 74.3 98.9-0.8 55.5-49.2 100.8-108.5 101.6-61.4 0.7-111.5-45.6-111.5-103zM512 152m-32 0a32 32 0 1 1 64 0 32 32 0 1 1-64 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-ppt" unicode="&#59370;" d="M424 420c-4.4 0-8-3.6-8-8v-276c0-4.4 3.6-8 8-8h32.5c4.4 0 8 3.6 8 8v95.5h63.3c59.4 0 96.2 38.9 96.2 94.1 0 54.5-36.3 94.3-96 94.3H424z m150.6-94.3c0-43.4-26.5-54.3-71.2-54.3h-38.9V379.8h56.2c33.8 0 53.9-19.7 53.9-54.1zM854.6 607.4L639.4 822.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.7-9.4 22.7zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h302v-216c0-23.2 18.8-42 42-42h216v-494z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-word" unicode="&#59371;" d="M854.6 607.4L639.4 822.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.7-9.4 22.7zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h302v-216c0-23.2 18.8-42 42-42h216v-494zM528.1 424h-32.2c-5.5 0-10.3-3.7-11.6-9.1L434.6 216l-46.1 198.7c-1.3 5.4-6.1 9.3-11.7 9.3h-35.4c-1.1 0-2.1-0.1-3.1-0.4-6.4-1.7-10.2-8.3-8.5-14.7l74.2-276c1.4-5.2 6.2-8.9 11.6-8.9h32c5.4 0 10.2 3.6 11.6 8.9l52.8 197 52.8-197c1.4-5.2 6.2-8.9 11.6-8.9h31.8c5.4 0 10.2 3.6 11.6 8.9l74.4 276c0.3 1 0.4 2.1 0.4 3.1 0 6.6-5.4 12-12 12H647c-5.6 0-10.4-3.9-11.7-9.3l-45.8-199.1-49.8 199.3c-1.3 5.4-6.1 9.1-11.6 9.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="file" unicode="&#59372;" d="M854.6 607.4L639.4 822.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.7-9.4 22.7zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h302v-216c0-23.2 18.8-42 42-42h216v-494z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-zip" unicode="&#59373;" d="M296 504h64v-64h-64zM296 314v-160h128V314h-64v62h-64v-62z m80-48v-64h-32v64h32zM360 568h64v-64h-64zM296 632h64v-64h-64zM360 440h64v-64h-64zM360 696h64v-64h-64zM854.6 607.4L639.4 822.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.7-9.4 22.7zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h64v-64h64v64h174v-216c0-23.2 18.8-42 42-42h216v-494z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-text" unicode="&#59374;" d="M854.6 607.4L639.4 822.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.7-9.4 22.7zM790.2 570H602V758.2L790.2 570z m1.8-562H232V760h302v-216c0-23.2 18.8-42 42-42h216v-494zM504 278H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM312 406v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-copy" unicode="&#59375;" d="M832 832H296c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h496v-688c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V800c0 17.7-14.3 32-32 32zM704 704H192c-17.7 0-32-14.3-32-32v-530.7c0-8.5 3.4-16.6 9.4-22.6l173.3-173.3c2.2-2.2 4.7-4 7.4-5.5v-1.9h4.2c3.5-1.3 7.2-2 11-2H704c17.7 0 32 14.3 32 32V672c0 17.7-14.3 32-32 32zM350 39.8L263.9 126H350v-86.2zM664 8H414V150c0 22.1-17.9 40-40 40H232V632h432v-624z"  horiz-adv-x="1024" />
    <glyph glyph-name="snippets" unicode="&#59376;" d="M832 784H724V824c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-40H500V824c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-40H320c-17.7 0-32-14.3-32-32v-120h-96c-17.7 0-32-14.3-32-32v-632c0-17.7 14.3-32 32-32h512c17.7 0 32 14.3 32 32v96h96c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM664 8H232V560h218v-174c0-22.1 17.9-40 40-40h174v-338z m0 402H514V560h0.2L664 410.2v-0.2z m128-274h-56V440L544 632H360v80h68v-32c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v32h152v-32c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v32h68v-576z"  horiz-adv-x="1024" />
    <glyph glyph-name="audit" unicode="&#59377;" d="M296 646c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H296zM480 502H296c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM432 44H208V748h560v-320c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V788c0 17.7-14.3 32-32 32H168c-17.7 0-32-14.3-32-32v-784c0-17.7 14.3-32 32-32h264c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM872 132H728v36.6c46.3 13.8 80 56.6 80 107.4 0 61.9-50.1 112-112 112s-112-50.1-112-112c0-50.7 33.7-93.6 80-107.4V132H520c-8.8 0-16-7.2-16-16v-152c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16V116c0 8.8-7.2 16-16 16zM646 276c0 27.6 22.4 50 50 50s50-22.4 50-50-22.4-50-50-50-50 22.4-50 50z m180-266H566v60h260v-60z"  horiz-adv-x="1024" />
    <glyph glyph-name="diff" unicode="&#59378;" d="M476 496.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V412h-84.5c-4.1 0-7.5-3.1-7.5-7v-42c0-3.8 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V356h84.5c4.1 0 7.5 3.2 7.5 7v42c0 3.9-3.4 7-7.5 7H476v84.9zM560.5 192h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42c0 3.8-3.4 7-7.5 7zM553.4 694.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-704c0-17.7 14.3-32 32-32h512c17.7 0 32 14.3 32 32V498.7c0 8.5-3.4 16.6-9.4 22.6L553.4 694.6zM664 8H232V632h282.2L664 482.2V8zM854.2 589.4L611.3 823.1c-6 5.7-13.9 8.9-22.2 8.9H296c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h277l219-210.6V72c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V566.4c0 8.7-3.5 17-9.8 23z"  horiz-adv-x="1024" />
    <glyph glyph-name="Batchfolding" unicode="&#59379;" d="M752 656H144c-17.7 0-32-14.3-32-32v-608c0-17.7 14.3-32 32-32h608c17.7 0 32 14.3 32 32V624c0 17.7-14.3 32-32 32z m-40-600H184V584h528v-528zM880 784H264c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h576v-576c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V752c0 17.7-14.3 32-32 32zM300 346h296v-64H300z"  horiz-adv-x="1024" />
    <glyph glyph-name="securityscan" unicode="&#59380;" d="M866.9 726.1L527.1 841.9C523 843.3 517.5 844 512 844s-11-0.7-15.1-2.1L157.1 726.1c-8.3-2.8-15.1-12.4-15.1-21.2v-482.4c0-8.8 5.7-20.4 12.6-25.9L499.3-72c3.5-2.7 8-4.1 12.6-4.1s9.2 1.4 12.6 4.1l344.7 268.6c6.9 5.4 12.6 17 12.6 25.9V704.9c0.2 8.8-6.6 18.3-14.9 21.2zM810 241.7L512 9.5 214 241.7V669.3l298 101.6 298-101.6v-427.6zM402.9 367.2l-77.5-77.5c-3.1-3.1-3.1-8.2 0-11.3l34-34c3.1-3.1 8.2-3.1 11.3 0l77.5 77.5c55.7-35.1 130.1-28.4 178.6 20.1 56.3 56.3 56.3 147.5 0 203.8-56.3 56.3-147.5 56.3-203.8 0-48.5-48.5-55.2-123-20.1-178.6z m65.4 133.3c31.3 31.3 82 31.3 113.2 0 31.3-31.3 31.3-82 0-113.2-31.3-31.3-82-31.3-113.2 0s-31.3 81.9 0 113.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="propertysafety" unicode="&#59381;" d="M866.9 726.1L527.1 841.9C523 843.3 517.5 844 512 844s-11-0.7-15.1-2.1L157.1 726.1c-8.3-2.8-15.1-12.4-15.1-21.2v-482.4c0-8.8 5.7-20.4 12.6-25.9L499.3-72c3.5-2.7 8-4.1 12.6-4.1s9.2 1.4 12.6 4.1l344.7 268.6c6.9 5.4 12.6 17 12.6 25.9V704.9c0.2 8.8-6.6 18.3-14.9 21.2zM810 241.7L512 9.5 214 241.7V669.3l298 101.6 298-101.6v-427.6zM430.5 578h-46c-1.7 0-3.3-0.4-4.8-1.2-4.8-2.6-6.6-8.7-4-13.6l88-161.1h-45.2c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1V238c0-5.5 4.5-10 10-10h41.3c5.5 0 10 4.5 10 10v51.8h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-45.7l87.7 161.1c0.8 1.5 1.2 3.1 1.2 4.8 0 5.5-4.5 10-10 10h-45c-3.8 0-7.2-2.1-8.9-5.5l-73.2-144.3-72.9 144.3c-1.7 3.4-5.2 5.5-9 5.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="safetycertificate" unicode="&#59382;" d="M866.9 726.1L527.1 841.9C523 843.3 517.5 844 512 844s-11-0.7-15.1-2.1L157.1 726.1c-8.3-2.8-15.1-12.4-15.1-21.2v-482.4c0-8.8 5.7-20.4 12.6-25.9L499.3-72c3.5-2.7 8-4.1 12.6-4.1s9.2 1.4 12.6 4.1l344.7 268.6c6.9 5.4 12.6 17 12.6 25.9V704.9c0.2 8.8-6.6 18.3-14.9 21.2zM810 241.7L512 9.5 214 241.7V669.3l298 101.6 298-101.6v-427.6zM404.2 442.7c-3 4.1-7.8 6.6-13 6.6H336c-6.5 0-10.3-7.4-6.5-12.7l126.4-174c6.4-8.8 19.6-8.8 26 0l212.6 292.7c3.8 5.3 0 12.7-6.5 12.7h-55.2c-5.1 0-10-2.5-13-6.6L468.9 353.6l-64.7 89.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="insurance" unicode="&#59383;" d="M441.6 589.2L403 607.4c-3.3 1.6-7.3-0.2-8.4-3.7-17.5-58.5-45.2-110.1-82.2-153.6-1.3-1.6-1.8-3.7-1.2-5.6l13.2-43.5c1.3-4.4 7-5.7 10.2-2.4 7.7 8.1 15.4 16.9 23.1 26V240c0-4.4 3.6-8 8-8H403c4.4 0 8 3.6 8 8V502.9c13.8 25.1 25.1 51.7 33.6 79 1 2.9-0.3 6-3 7.3zM468.4 580v-127.2c0-4.4 3.6-8 8-8h65.9v-18.6h-94.9c-4.4 0-8-3.6-8-8v-35.6c0-4.4 3.6-8 8-8h55.1c-19.1-30.8-42.4-55.7-71-76-2.6-1.8-3.3-5.4-1.6-8.1l22.8-36.5c1.9-3.1 6.2-3.8 8.9-1.4 31.6 26.8 58.7 62.9 80.6 107.6v-120c0-4.4 3.6-8 8-8h36.2c4.4 0 8 3.6 8 8V360c21.3-41.7 47.5-77.5 78.1-106.9 2.6-2.5 6.8-2.1 8.9 0.7l26.3 35.3c2 2.7 1.4 6.5-1.2 8.4-30.5 22.6-54.2 47.8-72.3 76.9h59c4.4 0 8 3.6 8 8V418c0 4.4-3.6 8-8 8h-98.8v18.6h66.7c4.4 0 8 3.6 8 8V580c0 4.4-3.6 8-8 8H476.4c-4.4 0-8-3.6-8-8z m51.5-42.8h97.9v-41.6h-97.9v41.6zM866.9 726.1L527.1 841.9C523 843.3 517.5 844 512 844s-11-0.7-15.1-2.1L157.1 726.1c-8.3-2.8-15.1-12.4-15.1-21.2v-482.4c0-8.8 5.7-20.4 12.6-25.9L499.3-72c3.5-2.7 8-4.1 12.6-4.1s9.2 1.4 12.6 4.1l344.7 268.6c6.9 5.4 12.6 17 12.6 25.9V704.9c0.2 8.8-6.6 18.3-14.9 21.2zM810 241.7L512 9.5 214 241.7V669.3l298 101.6 298-101.6v-427.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="alert" unicode="&#59384;" d="M193 100c0-17.7 14.3-32 32-32h574c17.7 0 32 14.3 32 32V333c0 176.2-142.8 319-319 319S193 509.2 193 333v-233z m72 233c0 136.4 110.6 247 247 247s247-110.6 247-247v-193H404V311c0 5.5-4.5 10-10 10h-44c-5.5 0-10-4.5-10-10v-171h-75V333zM216.9 585.5l39.6 39.6c3.1 3.1 3.1 8.2 0 11.3l-67.9 67.9c-3.1 3.1-8.2 3.1-11.3 0l-39.6-39.6c-3.1-3.1-3.1-8.2 0-11.3l67.9-67.9c3.1-3.1 8.1-3.1 11.3 0zM886.5 664.7l-39.6 39.6c-3.1 3.1-8.2 3.1-11.3 0l-67.9-67.9c-3.1-3.1-3.1-8.2 0-11.3l39.6-39.6c3.1-3.1 8.2-3.1 11.3 0l67.9 67.9c3.1 3.2 3.1 8.2 0 11.3zM832 4H192c-17.7 0-32-14.3-32-32v-24c0-4.4 3.6-8 8-8h688c4.4 0 8 3.6 8 8v24c0 17.7-14.3 32-32 32zM484 716h56c4.4 0 8 3.6 8 8V820c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="delete" unicode="&#59385;" d="M360 712h-8c4.4 0 8 3.6 8 8v-8h304v8c0-4.4 3.6-8 8-8h-8v-72h72v80c0 35.3-28.7 64-64 64H352c-35.3 0-64-28.7-64-64v-80h72v72zM864 640H160c-17.7 0-32-14.3-32-32v-32c0-4.4 3.6-8 8-8h60.4l24.7-523c1.6-34.1 29.8-61 63.9-61h454c34.2 0 62.3 26.8 63.9 61l24.7 523H888c4.4 0 8 3.6 8 8v32c0 17.7-14.3 32-32 32zM731.3 56H292.7l-24.2 512h487l-24.2-512z"  horiz-adv-x="1024" />
    <glyph glyph-name="hourglass" unicode="&#59386;" d="M742 578V712h86c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H196c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h86v-134c0-81.5 42.4-153.2 106.4-194-64-40.8-106.4-112.5-106.4-194v-134h-86c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h632c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-86V190c0 81.5-42.4 153.2-106.4 194 64 40.8 106.4 112.5 106.4 194z m-72-388v-134H354V190c0 42.2 16.4 81.9 46.3 111.7C430.1 331.6 469.8 348 512 348s81.9-16.4 111.7-46.3C653.6 271.9 670 232.2 670 190z m0 388c0-42.2-16.4-81.9-46.3-111.7C593.9 436.4 554.2 420 512 420s-81.9 16.4-111.7 46.3C370.4 496.1 354 535.8 354 578V712h316v-134z"  horiz-adv-x="1024" />
    <glyph glyph-name="bulb" unicode="&#59387;" d="M632 8H392c-4.4 0-8-3.6-8-8v-32c0-17.7 14.3-32 32-32h192c17.7 0 32 14.3 32 32v32c0 4.4-3.6 8-8 8zM512 832c-181.1 0-328-146.9-328-328 0-121.4 66-227.4 164-284.1V104c0-17.7 14.3-32 32-32h264c17.7 0 32 14.3 32 32V219.9c98 56.7 164 162.7 164 284.1 0 181.1-146.9 328-328 328z m127.9-549.8L604 261.4V144H420V261.4l-35.9 20.8C305.4 327.7 256 411.5 256 504c0 141.4 114.6 256 256 256s256-114.6 256-256c0-92.5-49.4-176.3-128.1-221.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="experiment" unicode="&#59388;" d="M552 424m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0ZM879 71.1L696.3 544V718H768v68H256v-68h71.7v-174L145 71.1c-2.8-7.4-4.3-15.2-4.3-23.1 0-35.3 28.7-64 64-64h614.6c7.9 0 15.7 1.5 23.1 4.3 33 12.7 49.4 49.8 36.6 82.8zM395.7 531.3V716h232.6v-184.7L719.2 296c-20.7 5.3-42.1 8-63.9 8-61.2 0-119.2-21.5-165.3-60-33.9-28.2-76.3-43.9-121.3-43.9-32.7 0-64.1 8.3-91.8 23.7l118.8 307.5zM210.5 52l41.7 107.8c35.7-18.1 75.4-27.8 116.6-27.8 61.2 0 119.2 21.5 165.3 60 33.9 28.2 76.3 43.9 121.3 43.9 35 0 68.4-9.5 97.6-27.1L813.5 52h-603z"  horiz-adv-x="1024" />
    <glyph glyph-name="bell" unicode="&#59389;" d="M816 128h-24V468c0 141.1-104.3 257.7-240 277.1V784c0 22.1-17.9 40-40 40s-40-17.9-40-40v-38.9c-135.7-19.4-240-136-240-277.1v-340h-24c-17.7 0-32-14.3-32-32v-32c0-4.4 3.6-8 8-8h216c0-61.8 50.2-112 112-112s112 50.2 112 112h216c4.4 0 8 3.6 8 8v32c0 17.7-14.3 32-32 32zM512 8c-26.5 0-48 21.5-48 48h96c0-26.5-21.5-48-48-48zM304 128V468c0 55.6 21.6 107.8 60.9 147.1S456.4 676 512 676c55.6 0 107.8-21.6 147.1-60.9S720 523.6 720 468v-340H304z"  horiz-adv-x="1024" />
    <glyph glyph-name="trophy" unicode="&#59390;" d="M868 736h-92v40c0 4.4-3.6 8-8 8H256c-4.4 0-8-3.6-8-8v-40h-92c-24.3 0-44-19.7-44-44v-148c0-81.7 60-149.6 138.2-162C265.7 265.8 359 174.3 476 161.5v-105.2H280c-17.7 0-32-14.3-32-32V-8c0-4.4 3.6-8 8-8h512c4.4 0 8 3.6 8 8v32.3c0 17.7-14.3 32-32 32H548V161.5C665 174.3 758.3 265.8 773.8 382 852 394.4 912 462.3 912 544V692c0 24.3-19.7 44-44 44zM184 544V664h64v-207.6c-37.1 11.8-64 46.6-64 87.6z m520-128c0-49.1-19.1-95.4-53.9-130.1-34.8-34.8-81-53.9-130.1-53.9h-16c-49.1 0-95.4 19.1-130.1 53.9-34.8 34.8-53.9 81-53.9 130.1V712h384v-296z m136 128c0-41-26.9-75.8-64-87.6V664h64v-120z"  horiz-adv-x="1024" />
    <glyph glyph-name="rest" unicode="&#59391;" d="M508 192c79.5 0 144 64.5 144 144s-64.5 144-144 144-144-64.5-144-144 64.5-144 144-144z m0 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zM832 640h-28.1l-35.7 120.9c-4 13.7-16.5 23.1-30.7 23.1h-451c-14.3 0-26.8-9.4-30.7-23.1L220.1 640H192c-17.7 0-32-14.3-32-32v-28c0-4.4 3.6-8 8-8h45.8l47.7-558.7c1.4-16.6 15.3-29.3 31.9-29.3h429.2c16.6 0 30.5 12.7 31.9 29.3L802.2 572H856c4.4 0 8 3.6 8 8v28c0 17.7-14.3 32-32 32z m-518.6 76h397.2l22.4-76H291l22.4 76z m376.2-664H326.4L282 572h451.9l-44.3-520z"  horiz-adv-x="1024" />
    <glyph glyph-name="USB" unicode="&#59392;" d="M760 464V752c0 17.7-14.3 32-32 32H296c-17.7 0-32-14.3-32-32v-288c-66.2 0-120-52.1-120-116v-356c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V348c0 24.3 21.6 44 48.1 44H759.9c26.5 0 48.1-19.7 48.1-44v-356c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V348c0 63.9-53.8 116-120 116z m-424 0V712h352v-248H336zM456 648h-48c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM616 648h-48c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="skin" unicode="&#59393;" d="M870 770H663.8c-17.4 0-32.9-11.9-37-29.3C614.3 687.9 567 650 512 650s-102.3 37.9-114.8 90.7c-4.1 17.4-19.5 29.3-37 29.3H154c-24.3 0-44-19.7-44-44v-252c0-24.3 19.7-44 44-44h75v-388c0-24.3 19.7-44 44-44h478c24.3 0 44 19.7 44 44V430h75c24.3 0 44 19.7 44 44V726c0 24.3-19.7 44-44 44z m-28-268H723v-432H301V502H182V698h153.3c28.2-71.2 97.5-120 176.7-120s148.5 48.8 176.7 120H842v-196z"  horiz-adv-x="1024" />
    <glyph glyph-name="home" unicode="&#59394;" d="M946.5 391L560.1 777.2l-25.9 25.9c-12.3 12.2-32.1 12.2-44.4 0L77.5 391c-12.3-12.3-18.9-28.6-18.8-46 0.4-35.2 29.7-63.3 64.9-63.3h42.5V-44h691.8V281.7h43.4c17.1 0 33.2 6.7 45.3 18.8 12.1 12.1 18.7 28.2 18.7 45.3 0 17-6.7 33.1-18.8 45.2zM568 28H456V232h112v-204z m217.9 325.7V28H632V256c0 22.1-17.9 40-40 40H432c-22.1 0-40-17.9-40-40v-228H238.1V353.7h-96l370 369.7 23.1-23.1L882 353.7h-96.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="bank" unicode="&#59395;" d="M894 434c30.9 0 43.8 39.7 18.7 58L530.8 769.8a31.81 31.81 0 0 1-37.6 0L111.3 492c-25.1-18.2-12.2-58 18.8-58H192v-374h-72c-4.4 0-8-3.6-8-8v-52c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v52c0 4.4-3.6 8-8 8h-72V434h62zM512 699.3l271.1-197.2H240.9L512 699.3zM264 434h117v-374H264V434z m189 0h117v-374H453V434z m307-374H642V434h118v-374z"  horiz-adv-x="1024" />
    <glyph glyph-name="filter" unicode="&#59396;" d="M880.1 742H143.9c-24.5 0-39.8-26.7-27.5-48L349 298.6V58c0-17.7 14.2-32 31.8-32h262.4c17.6 0 31.8 14.3 31.8 32V298.6L907.7 694c12.2 21.3-3.1 48-27.6 48zM603.4 98H420.6V254h182.9v-156z m9.6 236.6l-9.5-16.6h-183l-9.5 16.6L212.7 670h598.6L613 334.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="funnelplot" unicode="&#59397;" d="M880.1 742H143.9c-24.5 0-39.8-26.7-27.5-48L349 288.6V58c0-17.7 14.2-32 31.8-32h262.4c17.6 0 31.8 14.3 31.8 32V288.6L907.7 694c12.2 21.3-3.1 48-27.6 48zM603.4 98H420.6V246h182.9v-148z m9.6 226.6l-8.4-14.6H419.3l-8.4 14.6L334.4 458h355.2L613 324.6zM726.3 522H297.7l-85 148h598.6l-85-148z"  horiz-adv-x="1024" />
    <glyph glyph-name="like" unicode="&#59398;" d="M885.9 362.3c16.8 22.2 26.1 49.4 26.1 77.7 0 44.9-25.1 87.4-65.5 111.1a67.67 67.67 0 0 1-34.3 9.3H572.4l6 122.9c1.4 29.7-9.1 57.9-29.5 79.4-20.5 21.5-48.1 33.4-77.9 33.4-52 0-98-35-111.8-85.1l-85.9-311H144c-17.7 0-32-14.3-32-32v-364c0-17.7 14.3-32 32-32h601.3c9.2 0 18.2 1.8 26.5 5.4 47.6 20.3 78.3 66.8 78.3 118.4 0 12.6-1.8 25-5.4 37 16.8 22.2 26.1 49.4 26.1 77.7 0 12.6-1.8 25-5.4 37 16.8 22.2 26.1 49.4 26.1 77.7-0.2 12.6-2 25.1-5.6 37.1zM184 44V328h81v-284h-81z m636.4 353l-21.9-19 13.9-25.4c4.6-8.4 6.9-17.6 6.9-27.3 0-16.5-7.2-32.2-19.6-43l-21.9-19 13.9-25.4c4.6-8.4 6.9-17.6 6.9-27.3 0-16.5-7.2-32.2-19.6-43l-21.9-19 13.9-25.4c4.6-8.4 6.9-17.6 6.9-27.3 0-22.4-13.2-42.6-33.6-51.8H329V331.2l99.5 360.5c5.2 18.9 22.5 32.2 42.2 32.3 7.6 0 15.1-2.2 21.1-6.7 9.9-7.4 15.2-18.6 14.6-30.5l-9.6-198.4h314.4C829 477.5 840 459.1 840 440c0-16.5-7.2-32.1-19.6-43z"  horiz-adv-x="1024" />
    <glyph glyph-name="unlike" unicode="&#59399;" d="M885.9 405.7c3.6 12 5.4 24.4 5.4 37 0 28.3-9.3 55.5-26.1 77.7 3.6 12 5.4 24.4 5.4 37 0 28.3-9.3 55.5-26.1 77.7 3.6 12 5.4 24.4 5.4 37 0 51.6-30.7 98.1-78.3 118.4-8.3 3.6-17.2 5.4-26.5 5.4H144c-17.7 0-32-14.3-32-32v-364c0-17.7 14.3-32 32-32h129.3l85.8-310.8C372.9 7 418.9-28 470.9-28c29.7 0 57.4 11.8 77.9 33.4 20.5 21.5 31 49.7 29.5 79.4l-6 122.9h239.9c12.1 0 23.9 3.2 34.3 9.3 40.4 23.5 65.5 66.1 65.5 111 0 28.3-9.3 55.5-26.1 77.7zM184 440V724h81v-284h-81z m627.2-160.4H496.8l9.6-198.4c0.6-11.9-4.7-23.1-14.6-30.5-6.1-4.5-13.6-6.8-21.1-6.7-19.6 0.1-36.9 13.4-42.2 32.3L329 436.8V724h415.4c20.4-9.2 33.6-29.4 33.6-51.8 0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19c12.5-10.8 19.6-26.5 19.6-43 0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19c12.5-10.8 19.6-26.5 19.6-43 0-9.7-2.3-18.9-6.9-27.3l-14-25.5 21.9-19c12.5-10.8 19.6-26.5 19.6-43 0-19.1-11-37.5-28.8-48.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="unlock" unicode="&#59400;" d="M832 432H332V656c0 30.9 25.1 56 56 56h248c30.9 0 56-25.1 56-56v-68c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v68c0 70.7-57.3 128-128 128H388c-70.7 0-128-57.3-128-128v-224h-68c-17.7 0-32-14.3-32-32v-384c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V400c0 17.7-14.3 32-32 32z m-40-376H232V360h560v-304zM484 195v-53c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v53c12.1 8.7 20 22.9 20 39 0 26.5-21.5 48-48 48s-48-21.5-48-48c0-16.1 7.9-30.3 20-39z"  horiz-adv-x="1024" />
    <glyph glyph-name="lock" unicode="&#59401;" d="M832 432h-68V656c0 70.7-57.3 128-128 128H388c-70.7 0-128-57.3-128-128v-224h-68c-17.7 0-32-14.3-32-32v-384c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V400c0 17.7-14.3 32-32 32zM332 656c0 30.9 25.1 56 56 56h248c30.9 0 56-25.1 56-56v-224H332V656z m460-600H232V360h560v-304zM484 195v-53c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v53c12.1 8.7 20 22.9 20 39 0 26.5-21.5 48-48 48s-48-21.5-48-48c0-16.1 7.9-30.3 20-39z"  horiz-adv-x="1024" />
    <glyph glyph-name="customerservice" unicode="&#59402;" d="M512 768c-212.1 0-384-171.9-384-384v-360c0-13.3 10.7-24 24-24h184c35.3 0 64 28.7 64 64V272c0 35.3-28.7 64-64 64H200v48c0 172.3 139.7 312 312 312s312-139.7 312-312v-48H688c-35.3 0-64-28.7-64-64v-208c0-35.3 28.7-64 64-64h184c13.3 0 24 10.7 24 24V384c0 212.1-171.9 384-384 384zM328 264v-192H200V264h128z m496-192H696V264h128v-192z"  horiz-adv-x="1024" />
    <glyph glyph-name="flag" unicode="&#59403;" d="M880 591H624V704c0 17.7-14.3 32-32 32H184v40c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-784c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V256h248v-113c0-17.7 14.3-32 32-32h416c17.7 0 32 14.3 32 32V559c0 17.7-14.3 32-32 32zM184 328V664h368v-336H184z m656-145H504v73h112c4.4 0 8 3.6 8 8V519h216v-336z"  horiz-adv-x="1024" />
    <glyph glyph-name="moneycollect" unicode="&#59404;" d="M911.5 195.3c-1.5 4.2-6.1 6.3-10.3 4.8L840 177.8V716c0 37.6-30.4 68-68 68H252c-37.6 0-68-30.4-68-68v-538.2l-61.3 22.3c-0.9 0.3-1.8 0.5-2.7 0.5-4.4 0-8-3.6-8-8V133c0-3.3 2.1-6.3 5.3-7.5L501-14.1c7.1-2.6 14.8-2.6 21.9 0l383.8 139.5c3.2 1.2 5.3 4.2 5.3 7.5v59.6c0 1-0.2 1.9-0.5 2.8zM512 58.5l-256 93.1V712h512v-560.4l-256-93.1zM660.6 584h-54.5c-3 0-5.8-1.7-7.1-4.4l-84.7-168.8H511l-84.7 168.8c-1.4 2.7-4.1 4.4-7.1 4.4h-55.7c-1.3 0-2.6-0.3-3.8-1-3.9-2.1-5.3-7-3.2-10.8l103.9-191.6h-57c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76V192c0-4.4 3.6-8 8-8h49.9c4.4 0 8 3.6 8 8v63.5h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8H564l103.7 191.6c0.6 1.2 1 2.5 1 3.8-0.1 4.3-3.7 7.9-8.1 7.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="medicinebox" unicode="&#59405;" d="M839.2 617.9c-4.3 13.2-16.6 22.1-30.4 22.1H736V752c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32v-112h-72.8c-13.9 0-26.1-8.9-30.4-22.1L112 394v-378c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V394l-72.8 223.9zM360 712h304v-72H360v72z m480-656H184V382.6L244.3 568h535.4L840 382.6V56zM652 324H544V432c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-108H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108v-108c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V260h108c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="shop" unicode="&#59406;" d="M882 623.9V752c0 17.7-14.3 32-32 32H174c-17.7 0-32-14.3-32-32v-128.1c-16.7-1-30-14.9-30-31.9v-131.7c0-24.4 4.8-48.1 14.4-70.4 4.3-10.2 9.6-19.8 15.6-28.9v-345c0-17.6 14.3-32 32-32h676c17.7 0 32 14.3 32 32V361c6.1 9.1 11.3 18.8 15.6 28.9 9.5 22.3 14.4 46 14.4 70.4V592c0 17-13.3 30.9-30 31.9zM214 712h596v-88H214v88z m362-656.1H448V160h128v-104.1z m234 0H640V192c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32v-136.1H214V298.1c2.9-1.4 5.9-2.8 9-4 22.3-9.4 46-14.1 70.4-14.1s48 4.7 70.4 14.1c13.8 5.8 26.8 13.2 38.7 22.1 0.2 0.1 0.4 0.1 0.6 0 11.9-8.9 24.8-16.3 38.7-22.1 22.3-9.4 46-14.1 70.4-14.1 24.4 0 48 4.7 70.4 14.1 13.8 5.8 26.8 13.2 38.7 22.1 0.2 0.1 0.4 0.1 0.6 0 11.9-8.9 24.8-16.3 38.7-22.1 22.3-9.4 46-14.1 70.4-14.1 24.4 0 48 4.7 70.4 14.1 3 1.3 6 2.6 9 4v-242.2z m30 404.4c0-59.8-49-108.3-109.3-108.3-40.8 0-76.4 22.1-95.2 54.9-2.9 5-8.1 8.1-13.9 8.1h-0.6c-5.7 0-11-3.1-13.9-8.1-18.7-32.8-54.3-54.9-95.1-54.9-40.7 0-76.2 22-95 54.7-3 5.1-8.4 8.3-14.3 8.3s-11.4-3.2-14.3-8.3C369.5 374 334 352 293.3 352 233 352 184 400.5 184 460.3v91.2c0 0.3 0.2 0.5 0.5 0.5h655c0.3 0 0.5-0.2 0.5-0.5v-91.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="rocket" unicode="&#59407;" d="M864 160c0 111.6-65.4 208-160 252.9V578.7c0 15.1-5.3 29.7-15.1 41.2L536.5 800.6C530.1 808.2 521 812 512 812s-18.1-3.8-24.5-11.4L335.1 619.9c-9.7-11.5-15.1-26.1-15.1-41.2v-165.8C225.4 368 160 271.6 160 160h156.5c-2.3-7.2-3.5-15-3.5-23.8 0-22.1 7.6-43.7 21.4-60.8 11.3-14 26.2-24.6 43.1-30.6 23.1-54 75.6-88.8 134.5-88.8 29.1 0 57.3 8.6 81.4 24.8 23.6 15.8 41.9 37.9 53 64 16.9 6 31.8 16.5 43.1 30.5 13.8 17.2 21.4 38.8 21.4 60.8 0 8.4-1.1 16.4-3.1 23.8H864zM762.3 274.6c9.4-14.6 17-30.3 22.5-46.6H700V337.3c24.8-16.2 46.1-37.5 62.3-62.7zM388 412.9V577.2l124 147 124-147V228H388V412.9zM239.2 228c5.5 16.3 13.1 32 22.5 46.6 16.3 25.2 37.5 46.5 62.3 62.7V228h-84.8z m388.9-116.2c-5.2-3-11.2-4.2-17.1-3.4l-19.5 2.4-2.8-19.4c-5.4-37.9-38.4-66.5-76.7-66.5-38.3 0-71.3 28.6-76.7 66.5l-2.8 19.5-19.5-2.5c-1-0.1-2.1-0.2-3.3-0.2-4.9 0-9.6 1.3-13.8 3.7-8.7 5-14.1 14.3-14.1 24.4 0 10.6 5.9 19.4 14.6 23.8h231.3c8.8-4.5 14.6-13.3 14.6-23.8-0.1-10.2-5.5-19.6-14.2-24.5zM512 496m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="shopping" unicode="&#59408;" d="M832 584H696v16c0 101.6-82.4 184-184 184s-184-82.4-184-184v-16H192c-17.7 0-32-14.3-32-32v-536c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V552c0 17.7-14.3 32-32 32z m-432 16c0 61.9 50.1 112 112 112s112-50.1 112-112v-16H400v16z m392-544H232V512h96v-88c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v88h224v-88c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v88h96v-456z"  horiz-adv-x="1024" />
    <glyph glyph-name="folder" unicode="&#59409;" d="M880 597.6H521L403.7 709.8c-1.5 1.4-3.5 2.2-5.5 2.2H144c-17.7 0-32-14.3-32-32v-592c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V565.6c0 17.7-14.3 32-32 32zM840 128H184V640h188.5l119.6-114.4H840V128z"  horiz-adv-x="1024" />
    <glyph glyph-name="folder-open" unicode="&#59410;" d="M928 452H820V565.6c0 17.7-14.3 32-32 32H473L355.7 709.8c-1.5 1.4-3.5 2.2-5.5 2.2H96c-17.7 0-32-14.3-32-32v-592c0-17.7 14.3-32 32-32h698c13 0 24.8 7.9 29.7 20l134 332c1.5 3.8 2.3 7.9 2.3 12 0 17.7-14.3 32-32 32zM136 640h188.5l119.6-114.4H748V452H238c-13 0-24.8-7.9-29.7-20L136 252.8V640z m635.3-512H159l103.3 256h612.4L771.3 128z"  horiz-adv-x="1024" />
    <glyph glyph-name="folder-add" unicode="&#59411;" d="M484 452.9V368h-84.5c-4.1 0-7.5-3.1-7.5-7v-42c0-3.8 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V312h84.5c4.1 0 7.5 3.2 7.5 7v42c0 3.9-3.4 7-7.5 7H540v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1zM880 597.6H521L403.7 709.8c-1.5 1.4-3.5 2.2-5.5 2.2H144c-17.7 0-32-14.3-32-32v-592c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V565.6c0 17.7-14.3 32-32 32zM840 128H184V640h188.5l119.6-114.4H840V128z"  horiz-adv-x="1024" />
    <glyph glyph-name="deploymentunit" unicode="&#59412;" d="M888.3 202.8c-42.5 24.6-94.3 18-129.2-12.8l-53 30.7V372.4c0 15.7-8.4 30.3-22 38.1l-136 78.3v67.1c44.2 15 76 56.8 76 106.1 0 61.9-50.1 112-112 112s-112-50.1-112-112c0-49.3 31.8-91.1 76-106.1v-67.1l-136-78.3c-13.6-7.8-22-22.4-22-38.1v-151.6l-53-30.7c-34.9 30.8-86.8 37.4-129.2 12.8-53.5-31-71.7-99.4-41-152.9 30.8-53.5 98.9-71.9 152.2-41 42.5 24.6 62.7 73 53.6 118.8l48.7 28.3 140.6-81c6.8-3.9 14.4-5.9 22-5.9s15.2 2 22 5.9L674.5 156l48.7-28.3c-9.1-45.7 11.2-94.2 53.6-118.8 53.3-30.9 121.5-12.6 152.2 41 30.8 53.6 12.6 122-40.7 152.9z m-673-138.4c-22.8-13.2-52.1-5.4-65.2 17.6-13.2 22.9-5.4 52.3 17.5 65.5 22.8 13.2 52.1 5.4 65.2-17.6 13.2-22.9 5.4-52.3-17.5-65.5zM522 432.2zM464 662c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z m170-446.2l-122-70.3-122 70.3V356.2l122 70.3 122-70.3v-140.4z m239.9-133.9c-13.2-22.9-42.4-30.8-65.2-17.6-22.8 13.2-30.7 42.6-17.5 65.5s42.4 30.8 65.2 17.6c22.9-13.2 30.7-42.5 17.5-65.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="accountbook" unicode="&#59413;" d="M880 712H712v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H384v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H144c-17.7 0-32-14.3-32-32v-664c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V680c0 17.7-14.3 32-32 32z m-40-656H184V640h128v-48c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v48h256v-48c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v48h128v-584zM639.5 482h-45c-3 0-5.8-1.7-7.1-4.4L514 332.2h-2.8l-73.4 145.4c-1.4 2.7-4.1 4.4-7.1 4.4h-46c-1.3 0-2.7-0.3-3.8-1-3.9-2.1-5.3-7-3.2-10.9l89.3-164h-48.6c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1V144c0-4.4 3.6-8 8-8h41.3c4.4 0 8 3.6 8 8v53.8h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-49.1l89.3 164.1c0.6 1.2 1 2.5 1 3.8 0.1 4.4-3.4 8-7.9 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="contacts" unicode="&#59414;" d="M594.3 294.5c18.1 19.9 29.1 46.4 29.1 75.5 0 61.9-49.9 112-111.4 112s-111.4-50.1-111.4-112c0-29.1 11-55.5 29.1-75.5-42.7-26.5-71.8-72.8-74.6-126.1-0.2-4.6 3.4-8.4 8-8.4H407c4.2 0 7.6 3.3 7.9 7.5 3.8 50.6 46 90.5 97.2 90.5s93.4-40 97.2-90.5c0.3-4.2 3.7-7.5 7.9-7.5H661c4.6 0 8.2 3.8 8 8.4-2.8 53.3-32 99.7-74.7 126.1zM512 318c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52 51.7-23.3 51.7-52-23.2-52-51.7-52zM928 672H768v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H96c-17.7 0-32-14.3-32-32v-576c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V640c0 17.7-14.3 32-32 32z m-40-568H136V600h120v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56h148v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56h148v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56h120v-496z"  horiz-adv-x="1024" />
    <glyph glyph-name="carryout" unicode="&#59415;" d="M880 712H712v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H384v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H144c-17.7 0-32-14.3-32-32v-664c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V680c0 17.7-14.3 32-32 32z m-40-656H184V640h128v-48c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v48h256v-48c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v48h128v-584zM688 476h-55.2c-5.1 0-10-2.5-13-6.6L468.9 261.6l-64.7 89c-3 4.1-7.8 6.6-13 6.6H336c-6.5 0-10.3-7.4-6.5-12.7l126.4-174c6.4-8.8 19.6-8.8 26 0l212.6 292.7c3.8 5.4 0 12.8-6.5 12.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="calendar-check" unicode="&#59416;" d="M928 672H768v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H96c-17.7 0-32-14.3-32-32v-576c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V640c0 17.7-14.3 32-32 32z m-40-568H136V600h120v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56h148v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56h148v-56c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v56h120v-496zM416 400H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM416 264H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM724.2 441.4L620.6 297.7l-52.8 73.1c-3 4.2-7.8 6.6-12.9 6.6H500c-6.5 0-10.3-7.4-6.5-12.7l114.1-158.2c6.4-8.8 19.4-8.8 25.8 0l165 228.7c3.8 5.3 0 12.7-6.5 12.7H737c-5 0.1-9.8-2.4-12.8-6.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="calendar" unicode="&#59417;" d="M880 712H712v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H384v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H144c-17.7 0-32-14.3-32-32v-664c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V680c0 17.7-14.3 32-32 32z m-40-656H184V436h656v-380zM184 504V640h128v-48c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v48h256v-48c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v48h128v-136H184z"  horiz-adv-x="1024" />
    <glyph glyph-name="scan" unicode="&#59418;" d="M136 512h56c4.4 0 8 3.6 8 8V696h176c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H196c-37.6 0-68-30.4-68-68v-180c0-4.4 3.6-8 8-8zM648 696h176v-176c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V700c0 37.6-30.4 68-68 68H648c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM376 72H200V248c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-180c0-37.6 30.4-68 68-68h180c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM888 256h-56c-4.4 0-8-3.6-8-8v-176H648c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h180c37.6 0 68 30.4 68 68V248c0 4.4-3.6 8-8 8zM904 420H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="select" unicode="&#59419;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h360c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H184V712h656v-320c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V752c0 17.7-14.3 32-32 32zM653.3 296.6l52.2 52.2c4.7 4.7 1.9 12.8-4.7 13.6l-179.4 21c-5.1 0.6-9.5-3.7-8.9-8.9l21-179.4c0.8-6.6 8.9-9.4 13.6-4.7l52.4 52.4 256.2-256.2c3.1-3.1 8.2-3.1 11.3 0l42.4 42.4c3.1 3.1 3.1 8.2 0 11.3L653.3 296.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="boxplot" unicode="&#59420;" d="M952 672h-52c-4.4 0-8-3.6-8-8v-248h-92V592c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-176h-92V664c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-560c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8V348h92v-172c0-4.4 3.6-8 8-8h560c4.4 0 8 3.6 8 8V348h92v-244c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8V664c0 4.4-3.6 8-8 8zM296 528h88v-288h-88V528z m432-288H448V528h280v-288z"  horiz-adv-x="1024" />
    <glyph glyph-name="build" unicode="&#59421;" d="M916 686H376c-17.7 0-32-14.3-32-32v-236H108c-17.7 0-32-14.3-32-32v-272c0-17.7 14.3-32 32-32h540c17.7 0 32 14.3 32 32V350h236c17.7 0 32 14.3 32 32V654c0 17.7-14.3 32-32 32z m-504-68h200v-200H412V618z m-68-468H144V350h200v-200z m268 0H412V350h200v-200z m268 268H680V618h200v-200z"  horiz-adv-x="1024" />
    <glyph glyph-name="sliders" unicode="&#59422;" d="M320 672h-66v56c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-56h-66c-4.4 0-8-3.6-8-8v-560c0-4.4 3.6-8 8-8h66v-56c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8v56h66c4.4 0 8 3.6 8 8V664c0 4.4-3.6 8-8 8z m-60-508h-80V604h80v-440zM904 600h-66v96c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-96h-66c-4.4 0-8-3.6-8-8v-416c0-4.4 3.6-8 8-8h66v-96c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8v96h66c4.4 0 8 3.6 8 8V592c0 4.4-3.6 8-8 8z m-60-364h-80V532h80v-296zM612 492h-66V664c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-172h-66c-4.4 0-8-3.6-8-8v-200c0-4.4 3.6-8 8-8h66v-172c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8V276h66c4.4 0 8 3.6 8 8V484c0 4.4-3.6 8-8 8z m-60-145c0-1.6-1.3-3-3-3h-74c-1.6 0-3 1.3-3 3v74c0 1.6 1.3 3 3 3h74c1.6 0 3-1.3 3-3v-74z"  horiz-adv-x="1024" />
    <glyph glyph-name="laptop" unicode="&#59423;" d="M956.9 50.9L896.4 264V728c0 17.7-14.3 32-32 32h-704c-17.7 0-32-14.3-32-32v-464L67.9 50.9C60.4 30 75.8 8 98 8h828.8c22.2 0 37.6 22 30.1 42.9zM200.4 688h624v-395h-624V688z m228.3-608l8.1 37h150.3l8.1-37H428.7z m224 0l-19.1 86.7c-0.8 3.7-4.1 6.3-7.8 6.3H398.2c-3.8 0-7-2.6-7.8-6.3L371.3 80H151l42.3 149h638.2l42.3-149H652.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="barcode" unicode="&#59424;" d="M120 736H72c-4.4 0-8-3.6-8-8v-688c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V728c0 4.4-3.6 8-8 8zM953 736h-48c-4.4 0-8-3.6-8-8v-688c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V728c0 4.4-3.6 8-8 8zM200 160h112c4.4 0 8 3.6 8 8V728c0 4.4-3.6 8-8 8H200c-4.4 0-8-3.6-8-8v-560c0-4.4 3.6-8 8-8zM521 160h48c4.4 0 8 3.6 8 8V728c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-560c0-4.4 3.6-8 8-8zM647 160h178c4.4 0 8 3.6 8 8V728c0 4.4-3.6 8-8 8H647c-4.4 0-8-3.6-8-8v-560c0-4.4 3.6-8 8-8zM392 160h48c4.4 0 8 3.6 8 8V728c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-560c0-4.4 3.6-8 8-8zM313 96H201c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM570 96h-48c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM826 96H648c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h178c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM441 96h-48c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="camera" unicode="&#59425;" d="M864 648H728l-32.4 90.8C691 751.5 679 760 665.4 760H358.6c-13.5 0-25.6-8.5-30.1-21.2L296 648H160c-44.2 0-80-35.8-80-80v-456c0-44.2 35.8-80 80-80h704c44.2 0 80 35.8 80 80V568c0 44.2-35.8 80-80 80z m8-536c0-4.4-3.6-8-8-8H160c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h186.7l17.1 47.8 22.9 64.2h250.5l22.9-64.2 17.1-47.8H864c4.4 0 8-3.6 8-8v-456zM512 512c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160z m0-256c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96z"  horiz-adv-x="1024" />
    <glyph glyph-name="cluster" unicode="&#59426;" d="M888 216h-54V356H546v92h238c8.8 0 16 7.2 16 16V728c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16v-264c0-8.8 7.2-16 16-16h238v-92H190v-140h-54c-4.4 0-8-3.6-8-8v-176c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8V208c0 4.4-3.6 8-8 8h-54v72h220v-72h-54c-4.4 0-8-3.6-8-8v-176c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8V208c0 4.4-3.6 8-8 8h-54v72h220v-72h-54c-4.4 0-8-3.6-8-8v-176c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8V208c0 4.4-3.6 8-8 8zM256 90.7c0-1.5-1.2-2.7-2.7-2.7h-58.7c-1.5 0-2.7 1.2-2.7 2.7v58.7c0 1.5 1.2 2.7 2.7 2.7h58.7c1.5 0 2.7-1.2 2.7-2.7v-58.7z m288 0c0-1.5-1.2-2.7-2.7-2.7h-58.7c-1.5 0-2.7 1.2-2.7 2.7v58.7c0 1.5 1.2 2.7 2.7 2.7h58.7c1.5 0 2.7-1.2 2.7-2.7v-58.7zM288 512V680h448v-168H288z m544-421.3c0-1.5-1.2-2.7-2.7-2.7h-58.7c-1.5 0-2.7 1.2-2.7 2.7v58.7c0 1.5 1.2 2.7 2.7 2.7h58.7c1.5 0 2.7-1.2 2.7-2.7v-58.7zM400 596m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="gateway" unicode="&#59427;" d="M928 504c8.8 0 16 7.2 16 16V704c0 8.8-7.2 16-16 16H744c-8.8 0-16-7.2-16-16v-56H296v56c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-184c0-8.8 7.2-16 16-16h56v-240H96c-8.8 0-16-7.2-16-16v-184c0-8.8 7.2-16 16-16h184c8.8 0 16 7.2 16 16v56h432v-56c0-8.8 7.2-16 16-16h184c8.8 0 16 7.2 16 16V248c0 8.8-7.2 16-16 16h-56V504h56zM792 656h88v-88h-88v88z m-648-88v88h88v-88h-88z m88-456h-88v88h88v-88z m648 88v-88h-88v88h88z m-80 64h-56c-8.8 0-16-7.2-16-16v-56H296v56c0 8.8-7.2 16-16 16h-56V504h56c8.8 0 16 7.2 16 16v56h432v-56c0-8.8 7.2-16 16-16h56v-240z"  horiz-adv-x="1024" />
    <glyph glyph-name="car" unicode="&#59428;" d="M380 192h264c4.4 0 8 3.6 8 8v84c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-36H428v36c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8zM760 315m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0ZM959 482.6L935.3 524c-2.2 3.8-7.1 5.1-10.9 2.9l-50.7-29.6-78.3 216.2c-8.5 26.5-33.1 44.4-60.9 44.4H301.2c-34.7 0-65.5-22.4-76.2-55.5l-74.6-205.2-50.8 29.6c-3.8 2.2-8.7 0.9-10.9-2.9L65 482.6c-2.2-3.8-0.9-8.6 2.9-10.8l60.4-35.2-14.5-40c-1.2-3.2-1.8-6.6-1.8-10V38.4c0-15.7 11.8-28.4 26.3-28.4h67.6c12.3 0 23 9.3 25.6 22.3l7.7 37.7h545.6l7.7-37.7c2.7-13 13.3-22.3 25.6-22.3h67.6c14.5 0 26.3 12.7 26.3 28.4V386.6c0 3.4-0.6 6.8-1.8 10l-14.5 40 60.3 35.2c3.8 2.2 5.1 7 3 10.8zM840 379v-237H184V379l15.6 43h624.8l15.6-43zM292.7 677.9l0.5 1.3 0.4 1.3c1.1 3.3 4.1 5.5 7.6 5.5h427.6l75.4-208H220l72.7 199.9zM264 315m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="printer" unicode="&#59429;" d="M820 460h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40c0 4.4-3.6 8-8 8zM852 564H732V776c0 4.4-3.6 8-8 8H300c-4.4 0-8-3.6-8-8v-212H172c-44.2 0-80-35.8-80-80v-328c0-17.7 14.3-32 32-32h168v-132c0-4.4 3.6-8 8-8h424c4.4 0 8 3.6 8 8V124h168c17.7 0 32 14.3 32 32V484c0 44.2-35.8 80-80 80zM360 716h304v-152H360V716z m304-664H360V328h304v-276z m200 140H732V396H292v-204H160V484c0 6.6 5.4 12 12 12h680c6.6 0 12-5.4 12-12v-292z"  horiz-adv-x="1024" />
    <glyph glyph-name="read" unicode="&#59430;" d="M928 735H699.2c-49.1 0-97.1-14.1-138.4-40.7L512 663l-48.8 31.3C422 720.9 373.9 735 324.8 735H96c-17.7 0-32-14.3-32-32v-568c0-17.7 14.3-32 32-32h228.8c49.1 0 97.1-14.1 138.4-40.7l44.4-28.6c1.3-0.8 2.8-1.3 4.3-1.3s3 0.4 4.3 1.3l44.4 28.6C602 88.9 650.1 103 699.2 103H928c17.7 0 32 14.3 32 32V703c0 17.7-14.3 32-32 32zM324.8 175H136V663h188.8c35.4 0 69.8-10.1 99.5-29.2l48.8-31.3 6.9-4.5v-462c-47.6 25.6-100.8 39-155.2 39z m563.2 0H699.2c-54.4 0-107.6-13.4-155.2-39V598l6.9 4.5 48.8 31.3c29.7 19.1 64.1 29.2 99.5 29.2H888v-488zM396.9 535H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45c0.1 4.1-3.1 7.5-7 7.5zM620 527.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5zM396.9 395H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45c0.1 4.1-3.1 7.5-7 7.5zM812.9 395H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45c0.1 4.1-3.1 7.5-7 7.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="cloud-server" unicode="&#59431;" d="M704 450H320c-4.4 0-8-3.6-8-8v-402c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8V442c0 4.4-3.6 8-8 8z m-328-64h272v-117H376V386z m272-290H376V213h272v-117zM456 148m-32 0a32 32 0 1 1 64 0 32 32 0 1 1-64 0ZM456 326m-32 0a32 32 0 1 1 64 0 32 32 0 1 1-64 0ZM811.4 527.1C765.6 648 648.9 734 512.2 734S258.8 648.1 213 527.2C126.9 504.5 63.5 425.8 64 332.4 64.6 228 145.6 143.10000000000002 247.6 134c4.7-0.4 8.7 3.3 8.7 8v60.4c0 4-3 7.4-7 7.9-27 3.4-52.5 15.2-72.1 34.5-24 23.5-37.2 55.1-37.2 88.6 0 28 9.1 54.4 26.2 76.4 16.7 21.4 40.2 36.9 66.1 43.7l37.9 10 13.9 36.7c8.6 22.8 20.6 44.2 35.7 63.5 14.9 19.2 32.6 36 52.4 50 41.1 28.9 89.5 44.2 140 44.2s98.9-15.3 140-44.3c19.9-14 37.5-30.8 52.4-50 15.1-19.3 27.1-40.7 35.7-63.5l13.8-36.6 37.8-10c54.2-14.4 92.1-63.7 92.1-120 0-33.6-13.2-65.1-37.2-88.6-19.5-19.2-44.9-31.1-71.9-34.5-4-0.5-6.9-3.9-6.9-7.9V142c0-4.7 4.1-8.4 8.8-8 101.7 9.2 182.5 94 183.2 198.2 0.6 93.4-62.7 172.1-148.6 194.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="cloud-upload" unicode="&#59432;" d="M518.3 437c-3.2 4.1-9.4 4.1-12.6 0l-112-141.7c-4.1-5.2-0.4-12.9 6.3-12.9h73.9V40c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8V282.29999999999995H624c6.7 0 10.4 7.7 6.3 12.9L518.3 437zM811.4 529.3C765.6 650.1 648.9 736 512.2 736S258.8 650.2 213 529.4C127.3 506.9 64 428.8 64 336c0-110.5 89.5-200 199.9-200H304c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8h-40.1c-33.7 0-65.4 13.4-89 37.7-23.5 24.2-36 56.8-34.9 90.6 0.9 26.4 9.9 51.2 26.2 72.1 16.7 21.3 40.1 36.8 66.1 43.7l37.9 9.9 13.9 36.6c8.6 22.8 20.6 44.1 35.7 63.4 14.9 19.2 32.6 35.9 52.4 49.9 41.1 28.9 89.5 44.2 140 44.2s98.9-15.3 140-44.2c19.9-14 37.5-30.8 52.4-49.9 15.1-19.3 27.1-40.7 35.7-63.4l13.8-36.5 37.8-10C846.1 441.5 884 392.2 884 336c0-33.1-12.9-64.3-36.3-87.7-23.4-23.4-54.5-36.3-87.6-36.3H720c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h40.1C870.5 136 960 225.5 960 336c0 92.7-63.1 170.7-148.6 193.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="cloud" unicode="&#59433;" d="M811.4 477.3C765.6 598.1 648.9 684 512.2 684S258.8 598.2 213 477.4C127.3 454.9 64 376.9 64 284c0-110.5 89.5-200 199.9-200h496.2C870.5 84 960 173.5 960 284c0 92.7-63.1 170.7-148.6 193.3z m36.3-281c-23.4-23.4-54.5-36.3-87.6-36.3H263.9c-33.1 0-64.2 12.9-87.6 36.3-23.4 23.4-36.3 54.6-36.3 87.7 0 28 9.1 54.3 26.2 76.3 16.7 21.3 40.2 36.8 66.1 43.7l37.9 9.9 13.9 36.6c8.6 22.8 20.6 44.1 35.7 63.4 14.9 19.2 32.6 35.9 52.4 49.9 41.1 28.9 89.5 44.2 140 44.2s98.9-15.3 140-44.2c19.9-14 37.5-30.8 52.4-49.9 15.1-19.3 27.1-40.7 35.7-63.4l13.8-36.5 37.8-10c54.3-14.5 92.1-63.8 92.1-120 0-33.1-12.9-64.3-36.3-87.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="cloud-download" unicode="&#59434;" d="M624 189.70000000000005h-74.1V432c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8v-242.3H400c-6.7 0-10.4-7.7-6.3-12.9l112-141.7c3.2-4.1 9.4-4.1 12.6 0l112 141.7c4.1 5.2 0.4 12.9-6.3 12.9zM811.4 529.3C765.6 650.1 648.9 736 512.2 736S258.8 650.2 213 529.4C127.3 506.9 64 428.8 64 336c0-110.5 89.5-200 199.9-200H304c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8h-40.1c-33.7 0-65.4 13.4-89 37.7-23.5 24.2-36 56.8-34.9 90.6 0.9 26.4 9.9 51.2 26.2 72.1 16.7 21.3 40.1 36.8 66.1 43.7l37.9 9.9 13.9 36.6c8.6 22.8 20.6 44.1 35.7 63.4 14.9 19.2 32.6 35.9 52.4 49.9 41.1 28.9 89.5 44.2 140 44.2s98.9-15.3 140-44.2c19.9-14 37.5-30.8 52.4-49.9 15.1-19.3 27.1-40.7 35.7-63.4l13.8-36.5 37.8-10C846.1 441.5 884 392.2 884 336c0-33.1-12.9-64.3-36.3-87.7-23.4-23.4-54.5-36.3-87.6-36.3H720c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h40.1C870.5 136 960 225.5 960 336c0 92.7-63.1 170.7-148.6 193.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="cloud-sync" unicode="&#59435;" d="M811.4 527.1C765.6 648 648.9 734 512.2 734S258.8 648.1 213 527.2C126.9 504.5 63.5 425.8 64 332.4 64.6 228 145.6 143.10000000000002 247.6 134c4.7-0.4 8.7 3.3 8.7 8v60.4c0 4-3 7.4-7 7.9-27 3.4-52.5 15.2-72.1 34.5-24 23.5-37.2 55.1-37.2 88.6 0 28 9.1 54.4 26.2 76.4 16.7 21.4 40.2 36.9 66.1 43.7l37.9 10 13.9 36.7c8.6 22.8 20.6 44.2 35.7 63.5 14.9 19.2 32.6 36 52.4 50 41.1 28.9 89.5 44.2 140 44.2s98.9-15.3 140-44.3c19.9-14 37.5-30.8 52.4-50 15.1-19.3 27.1-40.7 35.7-63.5l13.8-36.6 37.8-10c54.2-14.4 92.1-63.7 92.1-120 0-33.6-13.2-65.1-37.2-88.6-19.5-19.2-44.9-31.1-71.9-34.5-4-0.5-6.9-3.9-6.9-7.9V142c0-4.7 4.1-8.4 8.8-8 101.7 9.2 182.5 94 183.2 198.2 0.6 93.4-62.7 172.1-148.6 194.9zM376.9 239.60000000000002c1.8 33.5 15.7 64.7 39.5 88.6 25.4 25.5 60 39.8 96 39.8 36.2 0 70.3-14.1 96-39.8 1.4-1.4 2.7-2.8 4.1-4.3l-25-19.6c-5.3-4.1-3.5-12.5 3-14.1l98.2-24c5-1.2 9.9 2.6 9.9 7.7l0.5 101.3c0 6.7-7.6 10.5-12.9 6.3L663 363.29999999999995c-36.6 42-90.4 68.6-150.5 68.6-107.4 0-195-85.1-199.4-191.7-0.2-4.5 3.4-8.3 8-8.3H369c4.2 0.1 7.7 3.4 7.9 7.7zM703 232h-47.9c-4.2 0-7.7-3.3-8-7.6-1.8-33.5-15.7-64.7-39.5-88.6-25.4-25.5-60-39.8-96-39.8-36.2 0-70.3 14.1-96 39.8-1.4 1.4-2.7 2.8-4.1 4.3l25 19.6c5.3 4.1 3.5 12.5-3 14.1l-98.2 24c-5 1.2-9.9-2.6-9.9-7.7l-0.4-101.4c0-6.7 7.6-10.5 12.9-6.3l23.2 18.2c36.6-42 90.4-68.6 150.5-68.6 107.4 0 195 85.1 199.4 191.7 0.2 4.5-3.4 8.3-8 8.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="video" unicode="&#59436;" d="M912 593.7L784 520V672c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64v-576c0-35.3 28.7-64 64-64h592c35.3 0 64 28.7 64 64V248l128-73.7c21.3-12.3 48 3.1 48 27.6V566c0 24.6-26.7 40-48 27.7zM712 104H136V664h576v-560z m176 167l-104 59.8V437.1L888 497v-226zM208 536h112c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="notification" unicode="&#59437;" d="M880 784c-3.8 0-7.7-0.7-11.6-2.3L292 550.1H128c-8.8 0-16-7.4-16-16.6v-299c0-9.2 7.2-16.6 16-16.6h101.7c-3.7-11.6-5.7-23.9-5.7-36.4 0-65.9 53.8-119.5 120-119.5 55.4 0 102.1 37.6 115.9 88.4l408.6-164.2c3.9-1.5 7.8-2.3 11.6-2.3 16.9 0 32 14.2 32 33.2V750.8C912 769.8 897 784 880 784zM344 133.7c-26.5 0-48 21.4-48 47.8 0 11.2 3.9 21.9 11 30.4l84.9-34.1c-2-24.6-22.7-44.1-47.9-44.1z m496-58.4L318.8 284.7l-12.9 5.2H184V478.1h121.9l12.9 5.2L840 692.7v-617.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="sound" unicode="&#59438;" d="M625.9 781c-5.9 0-11.9-1.6-17.4-5.3L254 544H90c-8.8 0-16-7.2-16-16v-288c0-8.8 7.2-16 16-16h164l354.5-231.7c5.5-3.6 11.6-5.3 17.4-5.3 16.7 0 32.1 13.3 32.1 32.1V748.9c0 18.8-15.4 32.1-32.1 32.1zM586 93L293.4 284.3l-18 11.7H146V472h129.4l17.9 11.7L586 675v-582zM934 420H806c-8.8 0-16-7.2-16-16v-40c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16v40c0 8.8-7.2 16-16 16zM892.1 158.2l-110.3 63.7c-2.5 1.4-5.2 2.1-7.9 2.1-5.5 0-10.9-2.9-13.8-8l-19.9-34.5c-4.4-7.6-1.8-17.4 5.8-21.8L856.3 96c2.5-1.4 5.2-2.1 7.9-2.1 5.5 0 10.9 2.9 13.8 8l19.9 34.5c4.4 7.6 1.7 17.4-5.8 21.8zM760 552c2.9-5.1 8.3-8 13.8-8 2.7 0 5.4 0.7 7.9 2.1L892 609.8c7.6 4.4 10.2 14.2 5.8 21.8L878 666c-2.9 5.1-8.3 8-13.8 8-2.7 0-5.4-0.7-7.9-2.1L746 608.2c-7.6-4.4-10.2-14.2-5.8-21.8L760 552z"  horiz-adv-x="1024" />
    <glyph glyph-name="radarchart" unicode="&#59439;" d="M926.8 498.9l-396 288a31.81 31.81 0 0 1-37.6 0l-396-288c-11.2-8.1-15.9-22.6-11.6-35.8l151.3-466c4.3-13.2 16.6-22.1 30.4-22.1h489.5c13.9 0 26.1 8.9 30.4 22.1l151.3 466c4.2 13.2-0.5 27.6-11.7 35.8zM838.6 479l-98.5-32-200 144.7V696.1L838.6 479zM466 328.8l-89.1-122.3-55.2 169.2L466 328.8z m-116.3 96.8L484 522.7v-140.8l-134.3 43.7zM512 296.8l93.9-128.9H418.1L512 296.8z m28.1 225.9l134.2-97.1L540.1 382V522.7zM558 328.8l144.3 46.9-55.2-169.2L558 328.8z m-74 367.3v-104.4L283.9 447l-98.5 32L484 696.1zM169.3 425.2l86.5-28.1 80.4-246.4-53.8-73.9-113.1 348.4zM327.1 43l50.3 69h269.3l50.3-69H327.1z m414.5 33.8l-53.8 73.9 80.4 246.4 86.5 28.1-113.1-348.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="qrcode" unicode="&#59440;" d="M468 768H160c-17.7 0-32-14.3-32-32v-308c0-4.4 3.6-8 8-8h332c4.4 0 8 3.6 8 8V760c0 4.4-3.6 8-8 8z m-56-284H192V704h220v-220zM274 558h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM468 348H136c-4.4 0-8-3.6-8-8v-308c0-17.7 14.3-32 32-32h308c4.4 0 8 3.6 8 8V340c0 4.4-3.6 8-8 8z m-56-284H192V284h220v-220zM274 138h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM864 768H556c-4.4 0-8-3.6-8-8v-332c0-4.4 3.6-8 8-8h332c4.4 0 8 3.6 8 8V736c0 17.7-14.3 32-32 32z m-32-284H612V704h220v-220zM694 558h56c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM888 348h-48c-4.4 0-8-3.6-8-8v-134h-78V340c0 4.4-3.6 8-8 8H556c-4.4 0-8-3.6-8-8v-332c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V252h78v-102c0-4.4 3.6-8 8-8h190c4.4 0 8 3.6 8 8V340c0 4.4-3.6 8-8 8zM746 64h-48c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8zM888 64h-48c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="fund" unicode="&#59441;" d="M926 732H94c-17.7 0-32-14.3-32-32v-640c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V700c0 17.7-14.3 32-32 32z m-40-632H134V660h752v-560zM227.1 182.3c3.1-3.1 8.2-3.1 11.3 0l172.5 172.5 114.4-114.5c3.1-3.1 8.2-3.1 11.3 0l297 297.2c3.1 3.1 3.1 8.2 0 11.3l-36.8 36.8c-3.1 3.1-8.2 3.1-11.3 0L531 331 416.6 445.5c-3.1 3.1-8.2 3.1-11.3 0l-214.9-215c-3.1-3.1-3.1-8.2 0-11.3l36.7-36.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="image" unicode="&#59442;" d="M928 736H96c-17.7 0-32-14.3-32-32v-640c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V704c0 17.7-14.3 32-32 32z m-40-632H136v39.9l138.5 164.3 150.1-178L658.1 407 888 134.4V104z m0 129.8L664.2 499.2c-3.2 3.8-9 3.8-12.2 0L424.6 229.6l-144 170.7c-3.2 3.8-9 3.8-12.2 0L136 243.3V664h752v-430.2zM304 440c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88z m0 116c15.5 0 28-12.5 28-28s-12.5-28-28-28-28 12.5-28 28 12.5 28 28 28z"  horiz-adv-x="1024" />
    <glyph glyph-name="mail" unicode="&#59443;" d="M928 736H96c-17.7 0-32-14.3-32-32v-640c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V704c0 17.7-14.3 32-32 32z m-40-110.8V104H136V625.2l-27.6 21.5 39.3 50.5 42.8-33.3h643.1l42.8 33.3 39.3-50.5-27.7-21.5zM833.6 664L512 414 190.4 664l-42.8 33.3-39.3-50.5 27.6-21.5 341.6-265.6c20.2-15.7 48.5-15.7 68.7 0L888 625.2l27.6 21.5-39.3 50.5-42.7-33.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="table" unicode="&#59444;" d="M928 736H96c-17.7 0-32-14.3-32-32v-640c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V704c0 17.7-14.3 32-32 32z m-40-208H676V664h212v-136z m0-224H676V464h212v-160zM412 464h200v-160H412V464z m200 64H412V664h200v-136z m-476-64h212v-160H136V464z m0 200h212v-136H136V664z m0-424h212v-136H136V240z m276 0h200v-136H412V240z m476-136H676V240h212v-136z"  horiz-adv-x="1024" />
    <glyph glyph-name="idcard" unicode="&#59445;" d="M928 736H96c-17.7 0-32-14.3-32-32v-640c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V704c0 17.7-14.3 32-32 32z m-40-632H136V664h752v-560zM610.3 420h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48c0-4.4 1-8 2.3-8zM615.1 276h185.7c3.9 0 7.1 3.6 7.1 8v48c0 4.4-3.2 8-7.1 8H615.1c-3.9 0-7.1-3.6-7.1-8v-48c0-4.4 3.2-8 7.1-8zM224 223h43.9c4.2 0 7.6 3.3 7.9 7.5 3.8 50.5 46 90.5 97.2 90.5s93.4-40 97.2-90.5c0.3-4.2 3.7-7.5 7.9-7.5H522c4.6 0 8.2 3.8 8 8.4-2.8 53.3-32 99.7-74.6 126.1 18.1 19.9 29.1 46.4 29.1 75.5 0 61.9-49.9 112-111.4 112s-111.4-50.1-111.4-112c0-29.1 11-55.5 29.1-75.5-42.7-26.5-71.8-72.8-74.6-126.1-0.4-4.6 3.2-8.4 7.8-8.4z m149 262c28.5 0 51.7-23.3 51.7-52s-23.2-52-51.7-52-51.7 23.3-51.7 52 23.2 52 51.7 52z"  horiz-adv-x="1024" />
    <glyph glyph-name="creditcard" unicode="&#59446;" d="M928 736H96c-17.7 0-32-14.3-32-32v-640c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V704c0 17.7-14.3 32-32 32z m-792-72h752v-120H136V664z m752-560H136V456h752v-352zM651 168h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="heart" unicode="&#59447;" d="M923 612.4c-13.4 31.1-32.6 58.9-56.9 82.8-24.3 23.8-52.5 42.4-84 55.5-32.5 13.5-66.9 20.3-102.4 20.3-49.3 0-97.4-13.5-139.2-39-10-6.1-19.5-12.8-28.5-20.1-9 7.3-18.5 14-28.5 20.1-41.8 25.5-89.9 39-139.2 39-35.5 0-69.9-6.8-102.4-20.3-31.4-13-59.7-31.7-84-55.5-24.4-23.9-43.5-51.7-56.9-82.8-13.9-32.3-21-66.6-21-101.9 0-33.3 6.8-68 20.3-103.3 11.3-29.5 27.5-60.1 48.2-91 32.8-48.9 77.9-99.9 133.9-151.6 92.8-85.7 184.7-144.9 188.6-147.3l23.7-15.2c10.5-6.7 24-6.7 34.5 0l23.7 15.2c3.9 2.5 95.7 61.6 188.6 147.3 56 51.7 101.1 102.7 133.9 151.6 20.7 30.9 37 61.5 48.2 91 13.5 35.3 20.3 70 20.3 103.3 0.1 35.3-7 69.6-20.9 101.9zM512 81.2S156 309.3 156 510.5C156 612.4 240.3 695 344.3 695c73.1 0 136.5-40.8 167.7-100.4C543.2 654.2 606.6 695 679.7 695c104 0 188.3-82.6 188.3-184.5 0-201.2-356-429.3-356-429.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="block" unicode="&#59448;" d="M856 520H648V728c0 8.8-7.2 16-16 16H168c-8.8 0-16-7.2-16-16v-464c0-8.8 7.2-16 16-16h208v-208c0-8.8 7.2-16 16-16h464c8.8 0 16 7.2 16 16V504c0 8.8-7.2 16-16 16z m-480-16v-188H220V676h360v-156H392c-8.8 0-16-7.2-16-16z m204-52v-136H444V452h136z m224-360H444V248h188c8.8 0 16 7.2 16 16V452h156v-360z"  horiz-adv-x="1024" />
    <glyph glyph-name="error" unicode="&#59449;" d="M512 176m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM480 480v-184c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V480c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8zM955.7 40l-416 720c-6.2 10.7-16.9 16-27.7 16s-21.6-5.3-27.7-16l-416-720C56 18.6 71.4-8 96-8h832c24.6 0 40 26.6 27.7 48z m-783.5 27.9L512 656.1l339.8-588.2H172.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="star" unicode="&#59450;" d="M908.1 542.9l-253.9 36.9L540.7 809.9c-3.1 6.3-8.2 11.4-14.5 14.5-15.8 7.8-35 1.3-42.9-14.5L369.8 579.8l-253.9-36.9c-7-1-13.4-4.3-18.3-9.3-12.3-12.7-12.1-32.9 0.6-45.3l183.7-179.1-43.4-252.9c-1.2-6.9-0.1-14.1 3.2-20.3 8.2-15.6 27.6-21.7 43.2-13.4L512 142l227.1-119.4c6.2-3.3 13.4-4.4 20.3-3.2 17.4 3 29.1 19.5 26.1 36.9l-43.4 252.9 183.7 179.1c5 4.9 8.3 11.3 9.3 18.3 2.7 17.5-9.5 33.7-27 36.3zM664.8 334.4l36.1-210.3L512 223.3 323.1 124l36.1 210.3-152.8 149L417.6 514 512 705.3 606.4 514l211.2-30.7-152.8-148.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="gold" unicode="&#59451;" d="M342 424h342c0.4 0 0.9 0 1.3 0.1 4.4 0.7 7.3 4.8 6.6 9.2l-40.2 248c-0.6 3.9-4 6.7-7.9 6.7H382.2c-3.9 0-7.3-2.8-7.9-6.7l-40.2-248c-0.1-0.4-0.1-0.9-0.1-1.3 0-4.4 3.6-8 8-8z m91.2 196h159.5l20.7-128h-201l20.8 128zM435.7 337.3c-0.6 3.9-4 6.7-7.9 6.7H166.2c-3.9 0-7.3-2.8-7.9-6.7l-40.2-248c-0.1-0.4-0.1-0.9-0.1-1.3 0-4.4 3.6-8 8-8h342c0.4 0 0.9 0 1.3 0.1 4.4 0.7 7.3 4.8 6.6 9.2l-40.2 248zM196.5 148l20.7 128h159.5l20.7-128H196.5zM905.9 89.3l-40.2 248c-0.6 3.9-4 6.7-7.9 6.7H596.2c-3.9 0-7.3-2.8-7.9-6.7l-40.2-248c-0.1-0.4-0.1-0.9-0.1-1.3 0-4.4 3.6-8 8-8h342c0.4 0 0.9 0 1.3 0.1 4.3 0.7 7.3 4.8 6.6 9.2zM626.5 148l20.7 128h159.5l20.7-128H626.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="heatmap" unicode="&#59452;" d="M955.7 40l-416 720c-6.2 10.7-16.9 16-27.7 16s-21.6-5.3-27.7-16l-416-720C56 18.6 71.4-8 96-8h832c24.6 0 40 26.6 27.7 48z m-790.4 23.9L512 664.1 858.7 64H165.3zM484.3 538l-228-394c-12.3-21.3 3.1-48 27.7-48h455.8c24.7 0 40.1 26.7 27.7 48L539.7 538c-6.2 10.7-17 16-27.7 16-10.8 0-21.6-5.3-27.7-16z m214-386H325.7L512 474l186.3-322zM484.3 346.1l-57-98.4C415 226.5 430.4 200 455 200h114c24.6 0 39.9 26.5 27.7 47.7l-57 98.4c-6.1 10.6-16.9 15.9-27.7 15.9s-21.5-5.3-27.7-15.9z m57.1-98.4h-58.7l29.4 50.7 29.3-50.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="wifi" unicode="&#59453;" d="M723 275.5C666.8 324.4 593.4 354 513 354s-153.8-29.6-210.1-78.6c-3.2-2.8-3.6-7.8-0.8-11.2l36-42.9c2.9-3.4 8-3.8 11.4-0.9C393.1 258.8 450.3 282 513 282s119.9-23.2 163.5-61.5c3.4-2.9 8.5-2.5 11.4 0.9l36 42.9c2.8 3.3 2.4 8.3-0.9 11.2zM840.4 415.6C751.7 489.5 637.6 534 513 534s-238.7-44.5-327.5-118.4c-3.4-2.8-3.8-7.9-1-11.3l36-42.9c2.8-3.4 7.9-3.8 11.2-1C308 423.8 406.1 462 513 462s205-38.2 281.2-101.6c3.4-2.8 8.4-2.4 11.2 1l36 42.9c2.8 3.4 2.4 8.5-1 11.3zM957.1 554.6C835.7 654.2 680.3 714 511 714c-168.2 0-322.6-59-443.7-157.4-3.5-2.8-4-7.9-1.1-11.4l36-42.9c2.8-3.3 7.8-3.8 11.1-1.1C222 589.3 360.3 642 511 642c151.8 0 291-53.5 400-142.7 3.4-2.8 8.4-2.3 11.2 1.1l36 42.9c2.9 3.4 2.4 8.5-1.1 11.3zM512 118m-64 0a64 64 0 1 1 128 0 64 64 0 1 1-128 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="attachment" unicode="&#59454;" d="M779.3 699.4c-94.2 94.2-247.6 94.2-341.7 0l-261-260.8c-1.7-1.7-2.6-4-2.6-6.4s0.9-4.7 2.6-6.4l36.9-36.9c3.5-3.5 9.2-3.5 12.7 0l261 260.8c32.4 32.4 75.5 50.2 121.3 50.2s88.9-17.8 121.2-50.2c32.4-32.4 50.2-75.5 50.2-121.2 0-45.8-17.8-88.8-50.2-121.2l-266-265.9-43.1-43.1c-40.3-40.3-105.8-40.3-146.1 0-19.5 19.5-30.2 45.4-30.2 73s10.7 53.5 30.2 73l263.9 263.8c6.7 6.6 15.5 10.3 24.9 10.3h0.1c9.4 0 18.1-3.7 24.7-10.3 6.7-6.7 10.3-15.5 10.3-24.9 0-9.3-3.7-18.1-10.3-24.7L372.4 243c-1.7-1.7-2.6-4-2.6-6.4s0.9-4.7 2.6-6.4l36.9-36.9c3.5-3.5 9.2-3.5 12.7 0l215.6 215.6c19.9 19.9 30.8 46.3 30.8 74.4s-11 54.6-30.8 74.4c-41.1 41.1-107.9 41-149 0L463 532 224.8 293.9C192 261.1 174 217.6 174 171.2c0-46.3 18.1-89.8 50.8-122.5 33.9-33.8 78.3-50.7 122.7-50.7 44.4 0 88.8 16.9 122.6 50.7l309.2 309C824.8 403.3 850 464 850 528.5c0.1 64.6-25.1 125.3-70.7 170.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="edit" unicode="&#59455;" d="M257.7 144c2 0 4 0.2 6 0.5L431.9 174c2 0.4 3.9 1.3 5.3 2.8l423.9 423.9c3.9 3.9 3.9 10.2 0 14.1L694.9 781.1c-1.9 1.9-4.4 2.9-7.1 2.9s-5.2-1-7.1-2.9L256.8 357.2c-1.5-1.5-2.4-3.3-2.8-5.3l-29.5-168.2c-1.9-11.1 1.5-21.9 9.4-29.8 6.6-6.4 14.9-9.9 23.8-9.9z m67.4 174.4L687.8 681l73.3-73.3-362.7-362.6-88.9-15.7 15.6 89zM880 60H144c-17.7 0-32-14.3-32-32v-36c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v36c0 17.7-14.3 32-32 32z"  horiz-adv-x="1024" />
    <glyph glyph-name="key" unicode="&#59456;" d="M608 784c-167.9 0-304-136.1-304-304 0-70.3 23.9-135 63.9-186.5l-41.1-41.1-62.3 62.3c-3.1 3.1-8.2 3.1-11.4 0l-39.8-39.8c-3.1-3.1-3.1-8.2 0-11.4l62.3-62.3-44.9-44.9-62.3 62.3c-3.1 3.1-8.2 3.1-11.4 0l-39.8-39.8c-3.1-3.1-3.1-8.2 0-11.4l62.3-62.3-65.3-65.3c-3.1-3.1-3.1-8.2 0-11.3l42.3-42.3c3.1-3.1 8.2-3.1 11.3 0l253.6 253.6C473 199.9 537.7 176 608 176c167.9 0 304 136.1 304 304S775.9 784 608 784z m161.2-465.2C726.2 275.7 668.9 252 608 252c-60.9 0-118.2 23.7-161.2 66.8-43.1 43-66.8 100.3-66.8 161.2 0 60.9 23.7 118.2 66.8 161.2 43 43.1 100.3 66.8 161.2 66.8 60.9 0 118.2-23.7 161.2-66.8 43.1-43 66.8-100.3 66.8-161.2 0-60.9-23.7-118.2-66.8-161.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="api" unicode="&#59457;" d="M917.7 747.2l-42.4 42.4c-1.6 1.6-3.6 2.3-5.7 2.3s-4.1-0.8-5.7-2.3l-76.1-76.1c-33.7 22.9-72.9 34.3-112.1 34.3-51.2 0-102.4-19.5-141.5-58.6L432.3 587.3c-3.1-3.1-3.1-8.2 0-11.3L704 304.3c1.6-1.6 3.6-2.3 5.7-2.3 2 0 4.1 0.8 5.7 2.3l101.9 101.9c68.9 69 77 175.7 24.3 253.5l76.1 76.1c3.1 3.2 3.1 8.3 0 11.4zM769.1 454.3l-59.4-59.4-186.8 186.8 59.4 59.4c24.9 24.9 58.1 38.7 93.4 38.7 35.3 0 68.4-13.7 93.4-38.7 24.9-24.9 38.7-58.1 38.7-93.4 0-35.3-13.8-68.4-38.7-93.4zM578.9 349.3c-3.1 3.1-8.2 3.1-11.3 0L501 282.7 410.7 373l66.7 66.7c3.1 3.1 3.1 8.2 0 11.3L441 487.4c-3.1 3.1-8.2 3.1-11.3 0L363 420.7l-43 43c-1.6 1.6-3.6 2.3-5.7 2.3-2 0-4.1-0.8-5.7-2.3L206.8 361.8c-68.9-69-77-175.7-24.3-253.5l-76.1-76.1c-3.1-3.1-3.1-8.2 0-11.3l42.4-42.4c1.6-1.6 3.6-2.3 5.7-2.3s4.1 0.8 5.7 2.3l76.1 76.1c33.7-22.9 72.9-34.3 112.1-34.3 51.2 0 102.4 19.5 141.5 58.6l101.9 101.9c3.1 3.1 3.1 8.2 0 11.3l-43 43 66.7 66.7c3.1 3.1 3.1 8.2 0 11.3l-36.6 36.2zM441.7 126.9c-24.9-24.9-58.1-38.7-93.4-38.7-35.3 0-68.4 13.7-93.4 38.7-24.9 24.9-38.7 58.1-38.7 93.4 0 35.3 13.7 68.4 38.7 93.4l59.4 59.4 186.8-186.8-59.4-59.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="disconnect" unicode="&#59458;" d="M832.6 704.6c-84.6 84.6-221.5 84.6-306 0l-96.9-96.9 51-51 96.9 96.9c53.8 53.8 144.6 59.5 204 0 59.5-59.5 53.8-150.2 0-204l-96.9-96.9 51.1-51.1 96.9 96.9c84.4 84.6 84.4 221.5-0.1 306.1zM446.5 114.4c-53.8-53.8-144.6-59.5-204 0-59.5 59.5-53.8 150.2 0 204l96.9 96.9-51.1 51.1-96.9-96.9c-84.6-84.6-84.6-221.5 0-306s221.5-84.6 306 0l96.9 96.9-51 51-96.8-97zM260.3 686.6c-3.1 3.1-8.2 3.1-11.3 0L209.4 647c-3.1-3.1-3.1-8.2 0-11.3l554.4-554.4c3.1-3.1 8.2-3.1 11.3 0l39.6 39.6c3.1 3.1 3.1 8.2 0 11.3L260.3 686.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="highlight" unicode="&#59459;" d="M957.6 388.6L603.2 737.8c-3.1 3.1-8.1 3.1-11.2 0L353.3 502.6c-3.1-3.1-3.2-8.2-0.1-11.3l0.1-0.1 40-39.4-117.2-115.3c-3.1-3.1-3.2-8.2-0.1-11.3l0.1-0.1 39.5-38.9-189.1-187H72.1c-4.4 0-8.1-3.6-8.1-8V36c0-4.4 3.6-8 8-8h344.9c2.1 0 4.1 0.8 5.6 2.3l76.1 75.6 40.4-39.8c3.1-3.1 8.1-3.1 11.2 0l117.1 115.6 40.1-39.5c3.1-3.1 8.1-3.1 11.2 0l238.7 235.2c3.4 3 3.4 8 0.3 11.2zM389.8 99.8H229.6l134.4 133 80.1-78.9-54.3-54.1z m154.8 62.1L373.2 330.8l68.6 67.6 171.4-168.9-68.6-67.6zM713.1 238L450.3 496.9 597.6 642l262.8-259-147.3-145z"  horiz-adv-x="1024" />
    <glyph glyph-name="monitor" unicode="&#59460;" d="M692.8 483.3l0.2 0.2-34.6 44.3c-2.7 3.5-7.7 4.1-11.2 1.4l-50.4-39.3-70.5 90.1c-2.7 3.5-7.7 4.1-11.2 1.4l-37.9-29.7c-3.5-2.7-4.1-7.7-1.4-11.2l70.5-90.2-0.2-0.1 34.6-44.3c2.7-3.5 7.7-4.1 11.2-1.4l50.4 39.3 64.1-82c2.7-3.5 7.7-4.1 11.2-1.4l37.9 29.6c3.5 2.7 4.1 7.7 1.4 11.2l-64.1 82.1zM608 784c-167.9 0-304-136.1-304-304 0-70.3 23.9-135 63.9-186.5L114.3 39.9c-3.1-3.1-3.1-8.2 0-11.3l42.3-42.3c3.1-3.1 8.2-3.1 11.3 0l253.6 253.6C473 199.9 537.7 176 608 176c167.9 0 304 136.1 304 304S775.9 784 608 784z m161.2-465.2C726.2 275.7 668.9 252 608 252s-118.2 23.7-161.2 66.8C403.7 361.8 380 419.1 380 480s23.7 118.2 66.8 161.2c43 43.1 100.3 66.8 161.2 66.8s118.2-23.7 161.2-66.8c43.1-43 66.8-100.3 66.8-161.2s-23.7-118.2-66.8-161.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="link" unicode="&#59461;" d="M574 230.6c-3.1 3.1-8.2 3.1-11.3 0L446.5 114.4c-53.8-53.8-144.6-59.5-204 0-59.5 59.5-53.8 150.2 0 204l116.2 116.2c3.1 3.1 3.1 8.2 0 11.3l-39.8 39.8c-3.1 3.1-8.2 3.1-11.3 0L191.4 369.5c-84.6-84.6-84.6-221.5 0-306s221.5-84.6 306 0l116.2 116.2c3.1 3.1 3.1 8.2 0 11.3L574 230.6zM832.6 704.6c-84.6 84.6-221.5 84.6-306 0L410.3 588.4c-3.1-3.1-3.1-8.2 0-11.3l39.7-39.7c3.1-3.1 8.2-3.1 11.3 0l116.2 116.2c53.8 53.8 144.6 59.5 204 0 59.5-59.5 53.8-150.2 0-204L665.3 333.4c-3.1-3.1-3.1-8.2 0-11.3l39.8-39.8c3.1-3.1 8.2-3.1 11.3 0l116.2 116.2c84.5 84.6 84.5 221.5 0 306.1zM610.1 523.7c-3.1 3.1-8.2 3.1-11.3 0L372.3 297.3c-3.1-3.1-3.1-8.2 0-11.3l39.6-39.6c3.1-3.1 8.2-3.1 11.3 0l226.4 226.4c3.1 3.1 3.1 8.2 0 11.3l-39.5 39.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="man" unicode="&#59462;" d="M874 776H622c-3.3 0-6-2.7-6-6v-56c0-3.3 2.7-6 6-6h160.4L583.1 508.7c-50 38.5-111 59.3-175.1 59.3-76.9 0-149.3-30-203.6-84.4S120 356.9 120 280s30-149.3 84.4-203.6C258.7 22 331.1-8 408-8s149.3 30 203.6 84.4C666 130.7 696 203.1 696 280c0 64.1-20.8 124.9-59.2 174.9L836 654.1V494c0-3.3 2.7-6 6-6h56c3.3 0 6 2.7 6 6V746c0 16.5-13.5 30-30 30zM408 68c-116.9 0-212 95.1-212 212s95.1 212 212 212 212-95.1 212-212-95.1-212-212-212z"  horiz-adv-x="1024" />
    <glyph glyph-name="percentage" unicode="&#59463;" d="M855.7 685.2l-42.4 42.4c-3.1 3.1-8.2 3.1-11.3 0L168.3 94.1c-3.1-3.1-3.1-8.2 0-11.3l42.4-42.4c3.1-3.1 8.2-3.1 11.3 0L855.6 674c3.2 3 3.2 8.1 0.1 11.2zM304 448c79.4 0 144 64.6 144 144s-64.6 144-144 144-144-64.6-144-144 64.6-144 144-144z m0 216c39.7 0 72-32.3 72-72s-32.3-72-72-72-72 32.3-72 72 32.3 72 72 72zM720 320c-79.4 0-144-64.6-144-144s64.6-144 144-144 144 64.6 144 144-64.6 144-144 144z m0-216c-39.7 0-72 32.3-72 72s32.3 72 72 72 72-32.3 72-72-32.3-72-72-72z"  horiz-adv-x="1024" />
    <glyph glyph-name="search" unicode="&#59464;" d="M608 784c-167.9 0-304-136.1-304-304 0-70.3 23.9-135 63.9-186.5L114.3 39.9c-3.1-3.1-3.1-8.2 0-11.3l42.3-42.3c3.1-3.1 8.2-3.1 11.3 0l253.6 253.6C473 199.9 537.7 176 608 176c167.9 0 304 136.1 304 304S775.9 784 608 784z m161.2-465.2C726.2 275.7 668.9 252 608 252s-118.2 23.7-161.2 66.8C403.7 361.8 380 419.1 380 480s23.7 118.2 66.8 161.2c43 43.1 100.3 66.8 161.2 66.8s118.2-23.7 161.2-66.8c43.1-43 66.8-100.3 66.8-161.2s-23.7-118.2-66.8-161.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="pushpin" unicode="&#59465;" d="M878.3 503.9L631.9 750.3c-6.5 6.5-15 9.7-23.5 9.7s-17-3.2-23.5-9.7L423.8 589.1c-12.2 1.4-24.5 2-36.8 2-73.2 0-146.4-24.1-206.5-72.3-15.4-12.3-16.7-35.4-2.7-49.4l181.7-181.7-215.4-215.2c-2.6-2.6-4.3-6.1-4.6-9.8l-3.4-37.2c-0.9-9.4 6.6-17.4 15.9-17.4 0.5 0 1 0 1.5 0.1l37.2 3.4c3.7 0.3 7.2 2 9.8 4.6l215.4 215.4 181.7-181.7c6.5-6.5 15-9.7 23.5-9.7 9.7 0 19.3 4.2 25.9 12.4 56.3 70.3 79.7 158.3 70.2 243.4l161.1 161.1c12.9 12.8 12.9 33.8 0 46.8zM666.2 346.7l-24.5-24.5 3.8-34.4c3.7-33.7 1-67.2-8.2-99.7-5.4-19-12.8-37.1-22.2-54.2L262 487.2c12.9 7.1 26.3 13.1 40.3 17.9 27.2 9.4 55.7 14.1 84.7 14.1 9.6 0 19.3-0.5 28.9-1.6l34.4-3.8 24.5 24.5L608.5 672 800 480.5 666.2 346.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="phone" unicode="&#59466;" d="M877.1 657.3L770.6 763.7c-13 13-30.4 20.3-48.8 20.3s-35.8-7.2-48.8-20.3L558.3 649.2c-13-13-20.3-30.5-20.3-48.9 0-18.5 7.2-35.8 20.3-48.9l89.6-89.7c-20.6-47.8-49.6-90.6-86.4-127.3-36.7-36.9-79.6-66-127.2-86.6l-89.6 89.7c-13 13-30.4 20.3-48.8 20.3-18.5 0-35.8-7.2-48.8-20.3L132.3 223c-13-13-20.3-30.5-20.3-48.9 0-18.5 7.2-35.8 20.3-48.9l106.4-106.4c22.2-22.2 52.8-34.9 84.2-34.9 6.5 0 12.8 0.5 19.2 1.6 132.4 21.8 263.8 92.3 369.9 198.3C818 290 888.4 421.4 910.4 553.9c6.3 37.6-6.3 76.3-33.3 103.4z m-37.6-91.5c-19.5-117.9-82.9-235.5-178.4-331s-213-158.9-330.9-178.4c-14.8-2.5-30 2.5-40.8 13.2L184.9 174.1 295.7 285l119.8-120 0.9-0.9 21.6 8C570.7 221 674.9 325.2 723.7 457.9l8 21.6-120.8 120.7 110.8 110.9 104.5-104.5c10.8-10.8 15.8-26 13.3-40.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="shake" unicode="&#59467;" d="M372 230m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM940.7 539.6L667.6 812.8C655.2 825.1 638.7 832 621.1 832s-34.1-6.8-46.5-19.2L83.3 321.5c-25.7-25.7-25.7-67.4 0-93.1l273.2-273.2c12.3-12.3 28.9-19.2 46.5-19.2s34.1 6.8 46.5 19.2l491.3 491.3c25.6 25.7 25.6 67.5-0.1 93.1zM403 15.9L143.9 275l477.2 477.2 259-259.2L403 15.9zM152.8 522.3c3.1-3.1 8.1-3.1 11.2 0L373.7 732c3.1 3.1 3.1 8.1 0 11.2l-38.4 38.4c-3.1 3.1-8.1 3.1-11.2 0L114.3 572.1c-3.1-3.1-3.1-8.1 0-11.2l38.5-38.6zM871.4 245.7c-3.1 3.1-8.1 3.1-11.2 0L650.3 35.9c-3.1-3.1-3.1-8.1 0-11.2l38.4-38.4c3.1-3.1 8.1-3.1 11.2 0L909.7 196c3.1 3.1 3.1 8.1 0 11.2l-38.3 38.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="tag" unicode="&#59468;" d="M938 437.2l-29.6 312.6c-1.5 16.2-14.4 29-30.6 30.6L565.2 810h-0.4c-3.2 0-5.7-1-7.6-2.9L88.9 338.8c-3.9-3.9-3.9-10.2 0-14.1l363.8-363.8c1.9-1.9 4.4-2.9 7.1-2.9s5.2 1 7.1 2.9l468.3 468.3c2 2.1 3 5 2.8 8zM459.7 61.3L189.3 331.7 589 731.4 836 708l23.4-247-399.7-399.7zM680 640c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88z m0-120c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z"  horiz-adv-x="1024" />
    <glyph glyph-name="wrench" unicode="&#59469;" d="M876.6 656.5c-0.5 0.9-1.2 1.8-2 2.5-5 5-13.1 5-18.1 0L684.2 486.7l-67.9 67.9L788.7 727c0.8 0.8 1.4 1.6 2 2.5 3.6 6.1 1.6 13.9-4.5 17.5-98.2 58-226.8 44.7-311.3-39.7-67-67-89.2-162-66.5-247.4l-293-293c-3-3-2.8-7.9 0.3-11l169.7-169.7c3.1-3.1 8.1-3.3 11-0.3l292.9 292.9c85.5-22.8 180.5-0.7 247.6 66.4 84.4 84.5 97.7 213.1 39.7 311.3zM786 396.2c-58.1-58.1-145.3-69.3-214.6-33.6l-8.8-8.8-0.1 0.1-274-274.1-79.2 79.2 230.1 230.1s0-0.1 0.1-0.1l52.8 52.8c-35.7 69.3-24.5 156.5 33.6 214.6 39.2 39.2 92.1 57.3 144 53.5L537 577.1c-12.5-12.5-12.5-32.8 0-45.3l124.5-124.5c12.5-12.5 32.8-12.5 45.3 0l132.8 132.8c3.7-51.8-14.4-104.8-53.6-143.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="woman" unicode="&#59470;" d="M909.7 739.4l-42.2 42.2c-3.1 3.1-8.2 3.1-11.3 0L764 689.4l-84.2 84.2c-3.1 3.1-8.2 3.1-11.3 0l-42.1-42.1c-3.1-3.1-3.1-8.1 0-11.3l84.2-84.2-135.5-135.3c-50 38.5-111 59.3-175.1 59.3-76.9 0-149.3-30-203.6-84.4S112 348.9 112 272s30-149.3 84.4-203.6C250.7 14 323.1-16 400-16s149.3 30 203.6 84.4C658 122.7 688 195.1 688 272c0 64.2-20.9 125.1-59.3 175.1l135.4 135.4 84.2-84.2c3.1-3.1 8.2-3.1 11.3 0l42.1 42.1c3.1 3.1 3.1 8.1 0 11.3l-84.2 84.2 92.2 92.2c3.1 3.1 3.1 8.2 0 11.3zM400 60c-116.9 0-212 95.1-212 212s95.1 212 212 212 212-95.1 212-212-95.1-212-212-212z"  horiz-adv-x="1024" />
    <glyph glyph-name="tags" unicode="&#59471;" d="M483.2 105.7L861.4 484c1.7 1.7 2.5 4 2.3 6.3l-25.5 301.4c-0.7 7.8-6.8 13.9-14.6 14.6L522.2 831.7c-2.3 0.2-4.7-0.6-6.3-2.3L137.7 451.2c-3.1-3.1-3.1-8.2 0-11.3l334.2-334.2c3.1-3.2 8.2-3.2 11.3 0z m62.6 651.7l224.6-19 19-224.6L477.5 202 233.9 445.5l311.9 311.9zM605.958852 571.173768a48 48 0 1 1 67.881066 67.883435 48 48 0 1 1-67.881066-67.883435ZM889.7 356.2l-39.6 39.5c-3.1 3.1-8.2 3.1-11.3 0l-362-361.3-237.6 237c-3.1 3.1-8.2 3.1-11.3 0l-39.6-39.5c-3.1-3.1-3.1-8.2 0-11.3l243.2-242.8 39.6-39.5c3.1-3.1 8.2-3.1 11.3 0l407.3 406.6c3.1 3.1 3.1 8.2 0 11.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="scissor" unicode="&#59472;" d="M567.1 384l318.5 319.3c5 5 1.5 13.7-5.6 13.7h-90.5c-2.1 0-4.2-0.8-5.6-2.3l-273.3-274-90.2 90.5c12.5 22.1 19.7 47.6 19.7 74.8 0 83.9-68.1 152-152 152s-152-68.1-152-152 68.1-152 152-152c27.7 0 53.6 7.4 75.9 20.3l90-90.3-90.1-90.3C341.6 306.6 315.7 314 288 314c-83.9 0-152-68.1-152-152s68.1-152 152-152 152 68.1 152 152c0 27.2-7.2 52.7-19.7 74.8l90.2 90.5 273.3-274c1.5-1.5 3.5-2.3 5.6-2.3H880c7.1 0 10.7 8.6 5.6 13.7L567.1 384zM288 526c-44.1 0-80 35.9-80 80s35.9 80 80 80 80-35.9 80-80-35.9-80-80-80z m0-444c-44.1 0-80 35.9-80 80s35.9 80 80 80 80-35.9 80-80-35.9-80-80-80z"  horiz-adv-x="1024" />
    <glyph glyph-name="mr" unicode="&#59473;" d="M788 190.1V704c0 8.8-7.2 16-16 16H602v68.8c0 6-7 9.4-11.7 5.7L462.7 693.7c-3.7-2.9-3.7-8.5 0-11.3l127.5-100.8c4.7-3.7 11.7-0.4 11.7 5.7V656h114v-465.9c-44.2-15-76-56.9-76-106.1 0-61.8 50.2-112 112-112s112 50.2 112 112c0.1 49.2-31.7 91-75.9 106.1zM752 36c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zM384 684c0 61.8-50.2 112-112 112s-112-50.2-112-112c0-49.2 31.8-91 76-106.1V190c-44.2-15-76-56.9-76-106.1 0-61.8 50.2-112 112-112s112 50.2 112 112c0 49.2-31.8 91-76 106.1V577.9c44.2 15.1 76 56.9 76 106.1z m-160 0c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z m96-600c0-26.5-21.5-48-48-48s-48 21.5-48 48 21.5 48 48 48 48-21.5 48-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="share" unicode="&#59474;" d="M752 232c-28.5 0-54.8-10-75.4-26.7L469.4 355.2c1.7 9.3 2.6 19 2.6 28.8s-0.9 19.4-2.6 28.8l207.2 149.9C697.2 546 723.5 536 752 536c66.2 0 120 53.8 120 120s-53.8 120-120 120-120-53.8-120-120c0-11.6 1.6-22.7 4.7-33.3L439.9 480.2C410.7 518.9 364.3 544 312 544c-88.4 0-160-71.6-160-160s71.6-160 160-160c52.3 0 98.7 25.1 127.9 63.8l196.8-142.5c-3.1-10.6-4.7-21.8-4.7-33.3 0-66.2 53.8-120 120-120s120 53.8 120 120-53.8 120-120 120z m0 476c28.7 0 52-23.3 52-52s-23.3-52-52-52-52 23.3-52 52 23.3 52 52 52zM312 296c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88z m440-236c-28.7 0-52 23.3-52 52s23.3 52 52 52 52-23.3 52-52-23.3-52-52-52z"  horiz-adv-x="1024" />
    <glyph glyph-name="branches" unicode="&#59475;" d="M740 735c-61.8 0-112-50.2-112-112 0-50.1 33.1-92.6 78.5-106.9v-95.9L320 293.6V577.9c44.2 15 76 56.9 76 106.1 0 61.8-50.2 112-112 112s-112-50.2-112-112c0-49.2 31.8-91 76-106.1V190c-44.2-15-76-56.9-76-106.1 0-61.8 50.2-112 112-112s112 50.2 112 112c0 49.2-31.8 91-76 106.1v27.8l423.5 138.7c20.9 6.8 34.9 26.2 34.9 48.2V517.8c42.9 15.8 73.6 57 73.6 105.2 0 61.8-50.2 112-112 112z m-504-51c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z m96-600c0-26.5-21.5-48-48-48s-48 21.5-48 48 21.5 48 48 48 48-21.5 48-48z m408 491c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="fork" unicode="&#59476;" d="M752 796c-61.8 0-112-50.2-112-112 0-47.7 29.9-88.5 72-104.6v-27.6L512 294.6 312 551.8v27.6c42.1 16.1 72 56.9 72 104.6 0 61.8-50.2 112-112 112s-112-50.2-112-112c0-50.6 33.8-93.5 80-107.3v-34.4c0-9.7 3.3-19.3 9.3-27L476 223.7v-33.6c-44.2-15-76-56.9-76-106.1 0-61.8 50.2-112 112-112s112 50.2 112 112c0 49.2-31.8 91-76 106.1v33.6l226.7 291.6c6 7.7 9.3 17.3 9.3 27v34.4c46.2 13.8 80 56.7 80 107.3 0 61.8-50.2 112-112 112zM224 684c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z m336-600c0-26.5-21.5-48-48-48s-48 21.5-48 48 21.5 48 48 48 48-21.5 48-48z m192 552c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="shrink" unicode="&#59477;" d="M881.7 708.6l-45.1 45.1c-3.1 3.1-8.2 3.1-11.3 0L667.8 596.1l-54.7 54.7c-4.7 4.7-12.7 1.9-13.5-4.7L576.1 457c-0.6-5.2 3.7-9.5 8.9-8.9l189.2 23.5c6.6 0.8 9.3 8.8 4.7 13.5l-54.7 54.7 157.6 157.6c3 3 3 8.1-0.1 11.2zM439 319.9l-189.2-23.5c-6.6-0.8-9.3-8.9-4.7-13.5l54.7-54.7-157.5-157.5c-3.1-3.1-3.1-8.2 0-11.3l45.1-45.1c3.1-3.1 8.2-3.1 11.3 0l157.6 157.6 54.7-54.7c4.7-4.7 12.7-1.9 13.5 4.7L447.9 311c0.7 5.2-3.7 9.6-8.9 8.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="arrawsalt" unicode="&#59478;" d="M855 735.9l-189.2-23.5c-6.6-0.8-9.3-8.8-4.7-13.5l54.7-54.7-153.5-153.5c-3.1-3.1-3.1-8.2 0-11.3l45.1-45.1c3.1-3.1 8.2-3.1 11.3 0l153.6 153.6 54.7-54.7c4.7-4.7 12.7-1.9 13.5 4.7L863.9 727c0.7 5.2-3.7 9.6-8.9 8.9zM416.6 333.7c-3.1 3.1-8.2 3.1-11.3 0L251.8 180.1l-54.7 54.7c-4.7 4.7-12.7 1.9-13.5-4.7L160.1 41c-0.6-5.2 3.7-9.5 8.9-8.9l189.2 23.5c6.6 0.8 9.3 8.8 4.7 13.5l-54.7 54.7 153.6 153.6c3.1 3.1 3.1 8.2 0 11.3l-45.2 45z"  horiz-adv-x="1024" />
    <glyph glyph-name="verticalright" unicode="&#59479;" d="M326 732h-64c-4.4 0-8-3.6-8-8v-688c0-4.4 3.6-8 8-8h64c4.4 0 8 3.6 8 8V724c0 4.4-3.6 8-8 8zM770 659.6V732c0 6.8-7.9 10.5-13.1 6.1L335 384l421.9-354.1c5.2-4.4 13.1-0.7 13.1 6.1v72.4c0 9.4-4.2 18.4-11.4 24.5L459.4 384l299.2 251.1c7.2 6.1 11.4 15.1 11.4 24.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="verticalleft" unicode="&#59480;" d="M762 732h-64c-4.4 0-8-3.6-8-8v-688c0-4.4 3.6-8 8-8h64c4.4 0 8 3.6 8 8V724c0 4.4-3.6 8-8 8zM254 732v-72.4c0-9.5 4.2-18.4 11.4-24.5L564.6 384 265.4 132.9c-7.2-6.1-11.4-15-11.4-24.5V36c0-6.8 7.9-10.5 13.1-6.1L689 384 267.1 738.1c-5.2 4.4-13.1 0.7-13.1-6.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="right" unicode="&#59481;" d="M765.7 409.2L314.9 761.3c-5.3 4.1-12.9 0.4-12.9-6.3v-77.3c0-4.9 2.3-9.6 6.1-12.6l360-281.1-360-281.1c-3.9-3-6.1-7.7-6.1-12.6V13c0-6.7 7.7-10.4 12.9-6.3l450.8 352.1c16.4 12.8 16.4 37.6 0 50.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="left" unicode="&#59482;" d="M724 677.7V755c0 6.7-7.7 10.4-12.9 6.3L260.3 409.2c-16.4-12.8-16.4-37.5 0-50.3l450.8-352.1c5.3-4.1 12.9-0.4 12.9 6.3v77.3c0 4.9-2.3 9.6-6.1 12.6l-360 281 360 281.1c3.8 3 6.1 7.7 6.1 12.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="up" unicode="&#59483;" d="M890.5 140.7L537.9 626.8c-12.8 17.6-39 17.6-51.7 0L133.5 140.7c-3.8-5.3-0.1-12.7 6.5-12.7h75c5.1 0 9.9 2.5 12.9 6.6L512 526.2l284.1-391.6c3-4.1 7.8-6.6 12.9-6.6h75c6.5 0 10.3 7.4 6.5 12.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="down" unicode="&#59484;" d="M884 640h-75c-5.1 0-9.9-2.5-12.9-6.6L512 241.8 227.9 633.4c-3 4.1-7.8 6.6-12.9 6.6h-75c-6.5 0-10.3-7.4-6.5-12.7l352.6-486.1c12.8-17.6 39-17.6 51.7 0l352.6 486.1c3.9 5.3 0.1 12.7-6.4 12.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="fullscreen" unicode="&#59485;" d="M290 659.6l43.9 43.9c4.7 4.7 1.9 12.8-4.7 13.6L169 736c-5.1 0.6-9.5-3.7-8.9-8.9L179 566.9c0.8-6.6 8.9-9.4 13.6-4.7l43.7 43.7L370 472.3c3.1-3.1 8.2-3.1 11.3 0l42.4 42.3c3.1 3.1 3.1 8.2 0 11.3L290 659.6zM642.7 472.3c3.1-3.1 8.2-3.1 11.3 0l133.7 133.6 43.7-43.7c4.7-4.7 12.8-1.9 13.6 4.7L863.9 727c0.6 5.1-3.7 9.5-8.9 8.9L694.8 717c-6.6-0.8-9.4-8.9-4.7-13.6l43.9-43.9L600.3 526c-3.1-3.1-3.1-8.2 0-11.3l42.4-42.4zM845 201.1c-0.8 6.6-8.9 9.4-13.6 4.7l-43.7-43.7L654 295.7c-3.1 3.1-8.2 3.1-11.3 0l-42.4-42.3c-3.1-3.1-3.1-8.2 0-11.3L734 108.4l-43.9-43.9c-4.7-4.7-1.9-12.8 4.7-13.6L855 32c5.1-0.6 9.5 3.7 8.9 8.9L845 201.1zM381.3 295.7c-3.1 3.1-8.2 3.1-11.3 0L236.3 162.1l-43.7 43.7c-4.7 4.7-12.8 1.9-13.6-4.7L160.1 41c-0.6-5.1 3.7-9.5 8.9-8.9L329.2 51c6.6 0.8 9.4 8.9 4.7 13.6L290 108.4 423.7 242c3.1 3.1 3.1 8.2 0 11.3l-42.4 42.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="fullscreen-exit" unicode="&#59486;" d="M391 655.1c-0.8 6.6-8.9 9.4-13.6 4.7l-43.7-43.7L200 749.7c-3.1 3.1-8.2 3.1-11.3 0l-42.4-42.3c-3.1-3.1-3.1-8.2 0-11.3L280 562.4l-43.9-43.9c-4.7-4.7-1.9-12.8 4.7-13.6L401 486c5.1-0.6 9.5 3.7 8.9 8.9L391 655.1zM401.1 281.9L240.8 263c-6.6-0.8-9.4-8.9-4.7-13.6l43.9-43.9L146.3 72c-3.1-3.1-3.1-8.2 0-11.3l42.4-42.3c3.1-3.1 8.2-3.1 11.3 0L333.7 152l43.7-43.7c4.7-4.7 12.8-1.9 13.6 4.7l18.9 160.1c0.6 5.1-3.7 9.4-8.8 8.8zM622.9 486.1L783.2 505c6.6 0.8 9.4 8.9 4.7 13.6L744 562.4 877.7 696c3.1 3.1 3.1 8.2 0 11.3l-42.4 42.3c-3.1 3.1-8.2 3.1-11.3 0L690.3 616.1l-43.7 43.7c-4.7 4.7-12.8 1.9-13.6-4.7L614.1 495c-0.6-5.2 3.7-9.5 8.8-8.9zM744 205.6l43.9 43.9c4.7 4.7 1.9 12.8-4.7 13.6L623 282c-5.1 0.6-9.5-3.7-8.9-8.9L633 112.9c0.8-6.6 8.9-9.4 13.6-4.7l43.7 43.7L824 18.3c3.1-3.1 8.2-3.1 11.3 0l42.4 42.3c3.1 3.1 3.1 8.2 0 11.3L744 205.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="doubleleft" unicode="&#59487;" d="M272.9 384l265.4 339.1c4.1 5.2 0.4 12.9-6.3 12.9h-77.3c-4.9 0-9.6-2.3-12.6-6.1L186.8 403.7c-9.1-11.6-9.1-27.9 0-39.5l255.3-326.1c3-3.9 7.7-6.1 12.6-6.1H532c6.7 0 10.4 7.7 6.3 12.9L272.9 384zM576.9 384l265.4 339.1c4.1 5.2 0.4 12.9-6.3 12.9h-77.3c-4.9 0-9.6-2.3-12.6-6.1L490.8 403.7c-9.1-11.6-9.1-27.9 0-39.5l255.3-326.1c3-3.9 7.7-6.1 12.6-6.1H836c6.7 0 10.4 7.7 6.3 12.9L576.9 384z"  horiz-adv-x="1024" />
    <glyph glyph-name="doubleright" unicode="&#59488;" d="M533.2 403.7L277.9 729.9c-3 3.9-7.7 6.1-12.6 6.1H188c-6.7 0-10.4-7.7-6.3-12.9L447.1 384 181.7 44.9c-4.1-5.2-0.4-12.9 6.3-12.9h77.3c4.9 0 9.6 2.3 12.6 6.1l255.3 326.1c9.1 11.7 9.1 27.9 0 39.5zM837.2 403.7L581.9 729.9c-3 3.9-7.7 6.1-12.6 6.1H492c-6.7 0-10.4-7.7-6.3-12.9L751.1 384 485.7 44.9c-4.1-5.2-0.4-12.9 6.3-12.9h77.3c4.9 0 9.6 2.3 12.6 6.1l255.3 326.1c9.1 11.7 9.1 27.9 0 39.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="arrowright" unicode="&#59489;" d="M869 408.2L491.2 736.1c-2.9 2.5-6.6 3.9-10.5 3.9h-88.5c-7.4 0-10.8-9.2-5.2-14l350.2-304H152c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h585.1L386.9 42c-5.6-4.9-2.2-14 5.2-14h91.5c1.9 0 3.8 0.7 5.2 2L869 359.8c14.7 12.8 14.7 35.6 0 48.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="arrowup" unicode="&#59490;" d="M868 350.5L536.1 733c-12.7 14.7-35.5 14.7-48.3 0L156 350.5c-4.5-5.2-0.8-13.2 6-13.2h81c4.6 0 9 2 12.1 5.5L474 595.1V32c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8V595.1l218.9-252.3c3-3.5 7.4-5.5 12.1-5.5h81c6.8 0 10.5 8 6 13.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="arrowleft" unicode="&#59491;" d="M872 422H286.9l350.2 304c5.6 4.9 2.2 14-5.2 14h-88.5c-3.9 0-7.6-1.4-10.5-3.9L155 408.2c-14.7-12.8-14.7-35.6 0-48.3L535.1 30c1.5-1.3 3.3-2 5.2-2h91.5c7.4 0 10.8 9.2 5.2 14L286.9 346H872c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="arrowdown" unicode="&#59492;" d="M862 430.7h-81c-4.6 0-9-2-12.1-5.5L550 172.9V736c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8v-563.1L255.1 425.2c-3 3.5-7.4 5.5-12.1 5.5h-81c-6.8 0-10.5-8.1-6-13.2L487.9 35c12.7-14.7 35.5-14.7 48.3 0L868 417.5c4.5 5.2 0.8 13.2-6 13.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="upload" unicode="&#59493;" d="M400 578.3h73.9V240c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8V578.3H624c6.7 0 10.4 7.7 6.3 12.9L518.3 733c-3.2 4.1-9.4 4.1-12.6 0l-112-141.7c-4.1-5.3-0.4-13 6.3-13zM878 270h-60c-4.4 0-8-3.6-8-8v-154H214V262c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8v-198c0-17.7 14.3-32 32-32h684c17.7 0 32 14.3 32 32V262c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="colum-height" unicode="&#59494;" d="M840 60H184c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h656c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8zM840 784H184c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h656c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8zM610.8 518c6 0 9.4 7 5.7 11.7L515.7 657.3c-2.9 3.7-8.5 3.7-11.3 0L403.6 529.7c-3.7-4.7-0.4-11.7 5.7-11.7H476v-268h-62.8c-6 0-9.4-7-5.7-11.7l100.8-127.5c2.9-3.7 8.5-3.7 11.3 0l100.8 127.5c3.7 4.7 0.4 11.7-5.7 11.7H548V518h62.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="vertical-align-botto" unicode="&#59495;" d="M859.9 116H164.1c-4.5 0-8.1-3.6-8.1-8v-60c0-4.4 3.6-8 8.1-8h695.8c4.5 0 8.1 3.6 8.1 8v60c0 4.4-3.6 8-8.1 8zM505.7 227c3.2-4.1 9.4-4.1 12.6 0l112 141.7c4.1 5.2 0.4 12.9-6.3 12.9h-74.1V720c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8v-338.3H400c-6.7 0-10.4-7.7-6.3-12.9l112-141.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="vertical-align-middl" unicode="&#59496;" d="M859.9 422H164.1c-4.5 0-8.1-3.6-8.1-8v-60c0-4.4 3.6-8 8.1-8h695.8c4.5 0 8.1 3.6 8.1 8v60c0 4.4-3.6 8-8.1 8zM506.3 496.7c2.9-3.7 8.5-3.7 11.3 0l100.8 127.5c3.7 4.7 0.4 11.7-5.7 11.7H550V792c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8v-156h-62.8c-6 0-9.4-7-5.7-11.7l100.8-127.6zM517.7 271.3c-2.9 3.7-8.5 3.7-11.3 0L405.6 143.7c-3.7-4.7-0.4-11.7 5.7-11.7H474v-156c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8V132h62.8c6 0 9.4 7 5.7 11.7L517.7 271.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="totop" unicode="&#59497;" d="M885 116H165c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h720c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8zM400 570.3h73.9V232c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8V570.3H624c6.7 0 10.4 7.7 6.3 12.9L518.3 725c-3.2 4.1-9.4 4.1-12.6 0l-112-141.7c-4.1-5.3-0.4-13 6.3-13z"  horiz-adv-x="1024" />
    <glyph glyph-name="vertical-align-top" unicode="&#59498;" d="M859.9 728H164.1c-4.5 0-8.1-3.6-8.1-8v-60c0-4.4 3.6-8 8.1-8h695.8c4.5 0 8.1 3.6 8.1 8v60c0 4.4-3.6 8-8.1 8zM518.3 541c-3.2 4.1-9.4 4.1-12.6 0l-112-141.7c-4.1-5.2-0.4-12.9 6.3-12.9h73.9V48c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8V386.3H624c6.7 0 10.4 7.7 6.3 12.9L518.3 541z"  horiz-adv-x="1024" />
    <glyph glyph-name="download" unicode="&#59499;" d="M505.7 235c3.2-4.1 9.4-4.1 12.6 0l112 141.7c4.1 5.2 0.4 12.9-6.3 12.9h-74.1V728c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8v-338.3H400c-6.7 0-10.4-7.7-6.3-12.9l112-141.8zM878 270h-60c-4.4 0-8-3.6-8-8v-154H214V262c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8v-198c0-17.7 14.3-32 32-32h684c17.7 0 32 14.3 32 32V262c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="sort-descending" unicode="&#59500;" d="M839.6 462.2L749 745.5c-1.2 3.9-4.8 6.5-8.9 6.5h-77.4c-4.1 0-7.6-2.6-8.9-6.5l-91.3-283.3c-0.3-0.9-0.5-1.9-0.5-2.9 0-5.1 4.2-9.3 9.3-9.3h56.4c4.2 0 7.8 2.8 9 6.8l17.5 61.6h89l17.3-61.5c1.1-4 4.8-6.8 9-6.8h61.2c1 0 1.9 0.1 2.8 0.4 2.4 0.8 4.3 2.4 5.5 4.6 1.1 2.2 1.3 4.7 0.6 7.1zM663.3 570.5l32.8 116.9h6.3l32.1-116.9h-71.2zM806.8 77.6H677.2v0.4l132.6 188.9c1.1 1.6 1.7 3.4 1.7 5.4v36.4c0 5.1-4.2 9.3-9.3 9.3h-204c-5.1 0-9.3-4.2-9.3-9.3v-43c0-5.1 4.2-9.3 9.3-9.3h122.6v-0.4L587.7 67.1c-1.1-1.6-1.7-3.4-1.7-5.4v-36.4c0-5.1 4.2-9.3 9.3-9.3h211.4c5.1 0 9.3 4.2 9.3 9.3v43c0.1 5.1-4.1 9.3-9.2 9.3zM310.3 728.9c-3.2 4.1-9.4 4.1-12.6 0L185.7 587c-4.2-5.3-0.4-13 6.3-13h76v-530c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V574h76c6.7 0 10.5 7.8 6.3 13l-112 141.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="sort-ascending" unicode="&#59501;" d="M839.6 462.2L749 745.5c-1.2 3.9-4.8 6.5-8.9 6.5h-77.4c-4.1 0-7.6-2.6-8.9-6.5l-91.3-283.3c-0.3-0.9-0.5-1.9-0.5-2.9 0-5.1 4.2-9.3 9.3-9.3h56.4c4.2 0 7.8 2.8 9 6.8l17.5 61.6h89l17.3-61.5c1.1-4 4.8-6.8 9-6.8h61.2c1 0 1.9 0.1 2.8 0.4 2.4 0.8 4.3 2.4 5.5 4.6 1.1 2.2 1.3 4.7 0.6 7.1zM663.3 570.5l32.8 116.9h6.3l32.1-116.9h-71.2zM806.8 77.6H677.2v0.4l132.6 188.9c1.1 1.6 1.7 3.4 1.7 5.4v36.4c0 5.1-4.2 9.3-9.3 9.3h-204c-5.1 0-9.3-4.2-9.3-9.3v-43c0-5.1 4.2-9.3 9.3-9.3h122.6v-0.4L587.7 67.1c-1.1-1.6-1.7-3.4-1.7-5.4v-36.4c0-5.1 4.2-9.3 9.3-9.3h211.4c5.1 0 9.3 4.2 9.3 9.3v43c0.1 5.1-4.1 9.3-9.2 9.3zM416 194h-76V724c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-530h-76c-6.7 0-10.5-7.8-6.3-13l112-141.9c3.2-4.1 9.4-4.1 12.6 0l112 141.9c4.1 5.2 0.4 13-6.3 13z"  horiz-adv-x="1024" />
    <glyph glyph-name="fall" unicode="&#59502;" d="M925.9 92l-24 199.2c-0.8 6.6-8.9 9.4-13.6 4.7L829 236.5 557.7 507.7c-6.3 6.2-16.4 6.2-22.6 0L433.3 406 156.6 682.7c-3.1 3.1-8.2 3.1-11.3 0l-45-45.2c-3.1-3.1-3.1-8.2 0-11.3L422 304.3c6.2-6.3 16.4-6.3 22.6 0L546.4 406l226.1-226-59.3-59.3c-4.7-4.7-1.9-12.8 4.7-13.6l199.2-24c5.1-0.7 9.5 3.7 8.8 8.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="swap" unicode="&#59503;" d="M847.9 304H152c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h605.2L612.9 45c-4.1-5.2-0.4-13 6.3-13h72.5c4.9 0 9.5 2.2 12.6 6.1l168.8 214.1c16.5 21 1.6 51.8-25.2 51.8zM872 540H266.8l144.3 183c4.1 5.2 0.4 13-6.3 13h-72.5c-4.9 0-9.5-2.2-12.6-6.1L150.9 515.8c-16.5-21-1.6-51.8 25.1-51.8h696c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="stock" unicode="&#59504;" d="M904 149H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM165.7 274.2l39.7-39.5c3.1-3.1 8.2-3.1 11.3 0l234.7 233.9 97.6-97.3c12.5-12.4 32.7-12.4 45.2 0l264.2 263.2c3.1 3.1 3.1 8.2 0 11.3l-39.7 39.6c-3.1 3.1-8.2 3.1-11.3 0l-235.7-235-97.7 97.3c-12.5 12.4-32.7 12.4-45.2 0L165.7 285.5c-3.1-3.1-3.2-8.2 0-11.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="rise" unicode="&#59505;" d="M917 684.9l-199.2-24c-6.6-0.8-9.4-8.9-4.7-13.6l59.3-59.3-226-226-101.8 101.7c-6.3 6.3-16.4 6.2-22.6 0L100.3 141.9c-3.1-3.1-3.1-8.2 0-11.3l45-45.2c3.1-3.1 8.2-3.1 11.3 0L433.3 362 535 260.3c6.3-6.2 16.4-6.2 22.6 0L829 531.5l59.3-59.3c4.7-4.7 12.8-1.9 13.6 4.7l24 199.2c0.7 5.1-3.7 9.5-8.9 8.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="indent" unicode="&#59506;" d="M408 454h480c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H408c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM400 250c0-4.4 3.6-8 8-8h480c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H408c-4.4 0-8-3.6-8-8v-56zM904 736H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM904 104H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM142.4 253.9L298.7 377c4.5 3.5 4.5 10.3 0 13.9L142.4 514.1c-5.8 4.6-14.4 0.5-14.4-6.9v-246.3c0-7.4 8.5-11.6 14.4-7z"  horiz-adv-x="1024" />
    <glyph glyph-name="outdent" unicode="&#59507;" d="M408 454h480c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H408c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM400 250c0-4.4 3.6-8 8-8h480c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H408c-4.4 0-8-3.6-8-8v-56zM904 736H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM904 104H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM115.4 377.1L271.7 254c5.8-4.6 14.4-0.5 14.4 6.9V507.1c0 7.4-8.5 11.5-14.4 6.9L115.4 390.9c-4.5-3.5-4.5-10.3 0-13.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="menu" unicode="&#59508;" d="M904 736H120c-4.4 0-8-3.6-8-8v-64c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v64c0 4.4-3.6 8-8 8zM904 112H120c-4.4 0-8-3.6-8-8v-64c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v64c0 4.4-3.6 8-8 8zM904 424H120c-4.4 0-8-3.6-8-8v-64c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v64c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="unorderedlist" unicode="&#59509;" d="M912 704H328c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h584c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM912 420H328c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h584c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM912 136H328c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h584c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM160 668m-56 0a56 56 0 1 1 112 0 56 56 0 1 1-112 0ZM160 384m-56 0a56 56 0 1 1 112 0 56 56 0 1 1-112 0ZM160 100m-56 0a56 56 0 1 1 112 0 56 56 0 1 1-112 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="orderedlist" unicode="&#59510;" d="M920 136H336c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h584c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM920 704H336c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h584c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM920 420H336c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h584c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM216 184H100c-2.2 0-4-1.8-4-4v-34c0-2.2 1.8-4 4-4h72.4v-20.5h-35.7c-2.2 0-4-1.8-4-4v-34c0-2.2 1.8-4 4-4h35.7V58H100c-2.2 0-4-1.8-4-4v-34c0-2.2 1.8-4 4-4h116c2.2 0 4 1.8 4 4V180c0 2.2-1.8 4-4 4zM100 708h38v-120c0-2.2 1.8-4 4-4h40c2.2 0 4 1.8 4 4V744c0 4.4-3.6 8-8 8h-78c-2.2 0-4-1.8-4-4v-36c0-2.2 1.8-4 4-4zM216 468H100c-2.2 0-4-1.8-4-4v-36c0-2.2 1.8-4 4-4h68.4l-70.3-77.7c-1.3-1.5-2.1-3.4-2.1-5.4V304c0-2.2 1.8-4 4-4h116c2.2 0 4 1.8 4 4v36c0 2.2-1.8 4-4 4h-68.4l70.3 77.7c1.3 1.5 2.1 3.4 2.1 5.4V464c0 2.2-1.8 4-4 4z"  horiz-adv-x="1024" />
    <glyph glyph-name="align-right" unicode="&#59511;" d="M904 738H408c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h496c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM904 314H408c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h496c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM904 102H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM904 526H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="align-center" unicode="&#59512;" d="M264 666h496c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM760 242c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h496zM904 102H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM904 526H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="align-left" unicode="&#59513;" d="M120 666h496c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM120 242h496c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8zM904 102H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM904 526H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="pic-center" unicode="&#59514;" d="M952 104H72c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h880c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM952 736H72c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h880c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM848 236c8.8 0 16 7.2 16 16V516c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-264c0-8.8 7.2-16 16-16h672zM232 460h560v-152H232V460z"  horiz-adv-x="1024" />
    <glyph glyph-name="pic-right" unicode="&#59515;" d="M952 104H72c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h880c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM952 736H72c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h880c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM928 236c8.8 0 16 7.2 16 16V516c0 8.8-7.2 16-16 16H416c-8.8 0-16-7.2-16-16v-264c0-8.8 7.2-16 16-16h512zM472 460h400v-152H472V460zM80 250c0-4.4 3.6-8 8-8h224c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H88c-4.4 0-8-3.6-8-8v-56zM88 454h224c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H88c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="pic-left" unicode="&#59516;" d="M952 104H72c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h880c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM952 736H72c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h880c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8zM608 236c8.8 0 16 7.2 16 16V516c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-264c0-8.8 7.2-16 16-16h512zM152 460h400v-152H152V460zM704 250c0-4.4 3.6-8 8-8h224c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H712c-4.4 0-8-3.6-8-8v-56zM712 454h224c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H712c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="bold" unicode="&#59517;" d="M697.8 414.6c33.6 35 54.2 82.3 54.2 134.3v10.2C752 666.7 663.9 754 555.3 754H259.4c-15.1 0-27.4-12.3-27.4-27.4v-679.1c0-16.3 13.2-29.5 29.5-29.5h318.7c117 0 211.8 94.2 211.8 210.5v11c0 73-37.4 137.3-94.2 175.1zM328 658h224.7c57.1 0 103.3-44.4 103.3-99.3v-9.5c0-54.8-46.3-99.3-103.3-99.3H328V658z m366.6-429.4c0-62.9-51.7-113.9-115.5-113.9H328V353.3h251.1c63.8 0 115.5-51 115.5-113.9v-10.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="font-colors" unicode="&#59518;" d="M904 80H120c-4.4 0-8-3.6-8-8v-80c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8zM253.7 160h85c4.2 0 8 2.7 9.3 6.8l53.7 166h219.2l53.2-166c1.3-4 5-6.8 9.3-6.8h89.1c1.1 0 2.2 0.2 3.2 0.5 5.1 1.8 7.8 7.3 6 12.4L573.6 777.4c-1.4 3.9-5.1 6.6-9.2 6.6H462.1c-4.2 0-7.9-2.6-9.2-6.6L244.5 172.9c-0.4-1-0.5-2.1-0.5-3.2-0.1-5.3 4.3-9.7 9.7-9.7z m255.9 516.1h4.1l83.8-263.8H424.9l84.7 263.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="exclaimination" unicode="&#59519;" d="M512 92m-64 0a64 64 0 1 1 128 0 64 64 0 1 1-128 0ZM480 260h64c4.4 0 8 3.6 8 8V732c0 4.4-3.6 8-8 8h-64c-4.4 0-8-3.6-8-8v-464c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="font-size" unicode="&#59520;" d="M920 480H616c-4.4 0-8-3.6-8-8v-112c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h60v-320h-46c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h164c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-46V416h60v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8V472c0 4.4-3.6 8-8 8zM656 600V728c0 4.4-3.6 8-8 8H104c-4.4 0-8-3.6-8-8v-128c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v64h168v-560h-92c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h264c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-92V664h168v-64c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="infomation" unicode="&#59521;" d="M512 672m-64 0a64 64 0 1 1 128 0 64 64 0 1 1-128 0ZM544 504h-64c-4.4 0-8-3.6-8-8v-464c0-4.4 3.6-8 8-8h64c4.4 0 8 3.6 8 8V496c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="line-height" unicode="&#59522;" d="M648 736H104c-4.4 0-8-3.6-8-8v-128c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v64h168v-560h-92c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h264c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-92V664h168v-64c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V728c0 4.4-3.6 8-8 8zM920.8 190H856V578h64.8c6 0 9.4 7 5.7 11.7L825.7 717.3c-2.9 3.7-8.5 3.7-11.3 0L713.6 589.7c-3.7-4.7-0.4-11.7 5.7-11.7H784v-388h-64.8c-6 0-9.4-7-5.7-11.7l100.8-127.5c2.9-3.7 8.5-3.7 11.3 0l100.8 127.5c3.8 4.7 0.4 11.7-5.6 11.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="strikethrough" unicode="&#59523;" d="M952 422H569.9c-10 2-20.5 4-31.6 6-15.9 2.9-22.2 4.1-30.8 5.8-51.3 10-82.2 20-106.8 34.2-35.1 20.5-52.2 48.3-52.2 85.1 0 37 15.2 67.7 44 89 28.4 21 68.8 32.1 116.8 32.1 54.8 0 97.1-14.4 125.8-42.8 14.6-14.4 25.3-32.1 31.8-52.6 1.3-4.1 2.8-10 4.3-17.8 0.9-4.8 5.2-8.2 9.9-8.2h72.8c5.6 0 10.1 4.6 10.1 10.1v1c-0.7 6.8-1.3 12.1-2 16-7.3 43.5-28 81.7-59.7 110.3-44.4 40.5-109.7 61.8-188.7 61.8-72.3 0-137.4-18.1-183.3-50.9-25.6-18.4-45.4-41.2-58.6-67.7-13.5-27.1-20.3-58.4-20.3-92.9 0-29.5 5.7-54.5 17.3-76.5 8.3-15.7 19.6-29.5 34.1-42H72c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h433.2c2.1-0.4 3.9-0.8 5.9-1.2 30.9-6.2 49.5-10.4 66.6-15.2 23-6.5 40.6-13.3 55.2-21.5 35.8-20.2 53.3-49.2 53.3-89 0-35.3-15.5-66.8-43.6-88.8-30.5-23.9-75.6-36.4-130.5-36.4-43.7 0-80.7 8.5-110.2 25-29.1 16.3-49.1 39.8-59.7 69.5-0.8 2.2-1.7 5.2-2.7 9-1.2 4.4-5.3 7.5-9.7 7.5h-79.7c-5.6 0-10.1-4.6-10.1-10.1v-1c0.2-2.3 0.4-4.2 0.6-5.7 6.5-48.8 30.3-88.8 70.7-118.8 47.1-34.8 113.4-53.2 191.8-53.2 84.2 0 154.8 19.8 204.2 57.3 25 18.9 44.2 42.2 57.1 69 13 27.1 19.7 57.9 19.7 91.5 0 31.8-5.8 58.4-17.8 81.4-5.8 11.2-13.1 21.5-21.8 30.8H952c4.4 0 8 3.6 8 8v60c0 4.3-3.6 7.9-8 7.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="underline" unicode="&#59524;" d="M824 92H200c-4.4 0-8-3.4-8-7.6v-60.8c0-4.2 3.6-7.6 8-7.6h624c4.4 0 8 3.4 8 7.6v60.8c0 4.2-3.6 7.6-8 7.6zM512 168c69.4 0 134.6 27.1 183.8 76.2C745 293.3 772 358.6 772 428V740c0 6.6-5.4 12-12 12h-60c-6.6 0-12-5.4-12-12v-312c0-97-79-176-176-176s-176 79-176 176V740c0 6.6-5.4 12-12 12h-60c-6.6 0-12-5.4-12-12v-312c0-69.4 27.1-134.6 76.2-183.8C377.3 195 442.6 168 512 168z"  horiz-adv-x="1024" />
    <glyph glyph-name="number" unicode="&#59525;" d="M872 502c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8H708V744c0 4.4-3.6 8-8 8h-64c-4.4 0-8-3.6-8-8v-166H400V744c0 4.4-3.6 8-8 8h-64c-4.4 0-8-3.6-8-8v-166H152c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h168v-236H152c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h168v-166c0-4.4 3.6-8 8-8h64c4.4 0 8 3.6 8 8V190h228v-166c0-4.4 3.6-8 8-8h64c4.4 0 8 3.6 8 8V190h164c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8H708V502h164zM628 266H400V502h228v-236z"  horiz-adv-x="1024" />
    <glyph glyph-name="italic" unicode="&#59526;" d="M798 736H366c-4.4 0-8-3.6-8-8v-64c0-4.4 3.6-8 8-8h181.2l-156-544H229c-4.4 0-8-3.6-8-8v-64c0-4.4 3.6-8 8-8h432c4.4 0 8 3.6 8 8v64c0 4.4-3.6 8-8 8H474.4l156 544H798c4.4 0 8 3.6 8 8v64c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="code" unicode="&#59527;" d="M438.4 46.9l222.7 646.7c0.2 0.5 0.3 1.1 0.4 1.6L438.4 46.9zM661.2 727.3h-67.5c-3.4 0-6.5-2.2-7.6-5.4L354.7 50c-0.3-0.8-0.4-1.7-0.4-2.6 0-4.4 3.6-8 8-8h67.8c3.4 0 6.5 2.2 7.6 5.4l0.7 2.1 223.1 648.3 7.4 21.4c0.3 0.8 0.4 1.7 0.4 2.6-0.1 4.5-3.6 8.1-8.1 8.1zM954.6 393.9c-0.8 1-1.7 1.9-2.7 2.7l-219 171.3c-3.5 2.7-8.5 2.1-11.2-1.4-1.1-1.4-1.7-3.1-1.7-4.9v-81.3c0-2.5 1.1-4.8 3.1-6.3l115-90-115-90c-1.9-1.5-3.1-3.8-3.1-6.3v-81.3c0-4.4 3.6-8 8-8 1.8 0 3.5 0.6 4.9 1.7l219 171.3c6.9 5.4 8.2 15.5 2.7 22.5zM291.1 567.9l-219-171.3c-1-0.8-1.9-1.7-2.7-2.7-5.4-7-4.2-17 2.7-22.5l219-171.3c1.4-1.1 3.1-1.7 4.9-1.7 4.4 0 8 3.6 8 8v81.3c0 2.5-1.1 4.8-3.1 6.3l-115 90 115 90c1.9 1.5 3.1 3.8 3.1 6.3v81.3c0 1.8-0.6 3.5-1.7 4.9-2.7 3.5-7.7 4.1-11.2 1.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="column-width" unicode="&#59528;" d="M180 720h-60c-4.4 0-8-3.6-8-8v-656c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8V712c0 4.4-3.6 8-8 8zM904 720h-60c-4.4 0-8-3.6-8-8v-656c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8V712c0 4.4-3.6 8-8 8zM785.3 391.7L657.7 492.4c-4.7 3.7-11.7 0.4-11.7-5.7V420H378v62.8c0 6-7 9.4-11.7 5.7L238.7 387.7c-3.7-2.9-3.7-8.5 0-11.3l127.5-100.8c4.7-3.7 11.7-0.4 11.7 5.7V348h268v-62.8c0-6 7-9.4 11.7-5.7l127.5 100.8c3.8 2.9 3.8 8.5 0.2 11.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="check" unicode="&#59529;" d="M912 706h-69.9c-9.8 0-19.1-4.5-25.1-12.2L404.7 171.5 207 422c-6.1 7.7-15.3 12.2-25.1 12.2H112c-6.7 0-10.4-7.7-6.3-12.9l273.9-347c12.8-16.2 37.4-16.2 50.3 0l488.4 618.9c4.1 5.1 0.4 12.8-6.3 12.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="ellipsis" unicode="&#59530;" d="M232 385m-56 0a56 56 0 1 1 112 0 56 56 0 1 1-112 0ZM512 385m-56 0a56 56 0 1 1 112 0 56 56 0 1 1-112 0ZM792 385m-56 0a56 56 0 1 1 112 0 56 56 0 1 1-112 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="dash" unicode="&#59531;" d="M112 420h160v-72H112zM432 420h160v-72H432zM752 420h160v-72H752z"  horiz-adv-x="1024" />
    <glyph glyph-name="close" unicode="&#59532;" d="M563.8 384l262.5 312.9c4.4 5.2 0.7 13.1-6.1 13.1h-79.8c-4.7 0-9.2-2.1-12.3-5.7L511.6 446.2 295.1 704.3c-3 3.6-7.5 5.7-12.3 5.7H203c-6.8 0-10.5-7.9-6.1-13.1L459.4 384 196.9 71.1c-4.4-5.2-0.7-13.1 6.1-13.1h79.8c4.7 0 9.2 2.1 12.3 5.7l216.5 258.1 216.5-258.1c3-3.6 7.5-5.7 12.3-5.7h79.8c6.8 0 10.5 7.9 6.1 13.1L563.8 384z"  horiz-adv-x="1024" />
    <glyph glyph-name="enter" unicode="&#59533;" d="M864 726h-60c-4.4 0-8-3.6-8-8v-518H310v73c0 6.7-7.8 10.5-13 6.3l-141.9-112c-4.1-3.2-4.1-9.4 0-12.6l141.9-112c5.3-4.2 13-0.4 13 6.3v75h498c35.3 0 64 28.7 64 64V718c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="line" unicode="&#59534;" d="M904 420H120c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="minus" unicode="&#59535;" d="M872 422H152c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h720c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="question" unicode="&#59536;" d="M764 615.1c-14 30.6-33.9 58.1-59.3 81.6C653.1 744.6 584.6 771 512 771s-141.1-26.4-192.7-74.2c-25.4-23.6-45.3-51-59.3-81.7-14.6-32-22-65.9-22-100.9v-27c0-6.2 5-11.2 11.2-11.2h54c6.2 0 11.2 5 11.2 11.2v27c0 99.5 88.6 180.4 197.6 180.4s197.6-80.9 197.6-180.4c0-40.8-14.5-79.2-42-111.2-27.2-31.7-65.6-54.4-108.1-64-24.3-5.5-46.2-19.2-61.7-38.8-15.4-19.4-23.9-43.8-23.9-68.6v-31.4c0-6.2 5-11.2 11.2-11.2h54c6.2 0 11.2 5 11.2 11.2v31.4c0 15.7 10.9 29.5 26 32.9 58.4 13.2 111.4 44.7 149.3 88.7 19.1 22.3 34 47.1 44.3 74 10.7 27.9 16.1 57.2 16.1 87 0 35-7.4 69-22 100.9zM512 109c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z"  horiz-adv-x="1024" />
    <glyph glyph-name="plus" unicode="&#59537;" d="M848 422H550V744h-76v-322H176c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h298v-322h76V346h298c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="rollback" unicode="&#59538;" d="M793 654H366v74c0 6.7-7.7 10.4-12.9 6.3l-142-112c-4.1-3.2-4.1-9.4 0-12.6l142-112c5.2-4.1 12.9-0.4 12.9 6.3v74h415v-470H175c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h618c35.3 0 64 28.7 64 64V590c0 35.3-28.7 64-64 64z"  horiz-adv-x="1024" />
    <glyph glyph-name="small-dash" unicode="&#59539;" d="M112 420h72v-72h-72zM294 420h72v-72h-72zM658 420h72v-72h-72zM840 420h72v-72h-72zM476 420h72v-72h-72z"  horiz-adv-x="1024" />
    <glyph glyph-name="pause" unicode="&#59540;" d="M304 720h80v-672h-80zM712 720h-64c-4.4 0-8-3.6-8-8v-656c0-4.4 3.6-8 8-8h64c4.4 0 8 3.6 8 8V712c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="bg-colors" unicode="&#59541;" d="M766.4 151.7c43.7 0 79.4 36.2 79.4 80.5 0 53.5-79.4 140.8-79.4 140.8S687 285.7 687 232.2c0-44.3 35.7-80.5 79.4-80.5zM389.3 195.8c7.1-7.1 18.6-7.1 25.6 0l256.1 256c7.1 7.1 7.1 18.6 0 25.6l-256 256c-0.6 0.6-1.3 1.2-2 1.7l-78.2 78.2c-3.5 3.5-9.3 3.5-12.8 0l-48-48c-3.5-3.5-3.5-9.3 0-12.8l67.2-67.2-207.8-207.9c-7.1-7.1-7.1-18.6 0-25.6l255.9-256z m12.9 448.6l178.9-178.9H223.4l178.8 178.9zM904 80H120c-4.4 0-8-3.6-8-8v-80c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="crown" unicode="&#59542;" d="M899.6 619.5L705 499.6 518.4 748.5c-3.2 4.3-9.6 4.3-12.9 0L319 499.6 124.3 619.5c-5.7 3.5-13.1-1.2-12.2-7.9L188.5 31c1.1-7.9 7.9-14 16-14h615.1c8 0 14.9 6 15.9 14l76.4 580.6c0.8 6.7-6.5 11.4-12.3 7.9z m-126-534.1H250.3l-53.8 409.4 139.8-86.1L512 643.1l175.7-234.4 139.8 86.1-53.9-409.4zM512 387c-62.1 0-112.6-50.5-112.6-112.6S449.9 161.8 512 161.8s112.6 50.5 112.6 112.6S574.1 387 512 387z m0-160.9c-26.6 0-48.2 21.6-48.2 48.3 0 26.6 21.6 48.3 48.2 48.3s48.2-21.6 48.2-48.3c0-26.6-21.6-48.3-48.2-48.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="drag" unicode="&#59543;" d="M909.3 389.7L781.7 490.4c-4.7 3.7-11.7 0.4-11.7-5.7V420H548V642h64.8c6 0 9.4 7 5.7 11.7L517.7 781.3c-2.9 3.7-8.5 3.7-11.3 0L405.6 653.7c-3.7-4.7-0.4-11.7 5.7-11.7H476v-222H254v64.8c0 6-7 9.4-11.7 5.7L114.7 389.7c-3.7-2.9-3.7-8.5 0-11.3l127.5-100.8c4.7-3.7 11.7-0.4 11.7 5.7V348h222v-222h-64.8c-6 0-9.4-7-5.7-11.7l100.8-127.5c2.9-3.7 8.5-3.7 11.3 0l100.8 127.5c3.7 4.7 0.4 11.7-5.7 11.7H548V348h222v-64.8c0-6 7-9.4 11.7-5.7l127.5 100.8c3.7 2.9 3.7 8.5 0.1 11.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="desktop" unicode="&#59544;" d="M928 756H96c-17.7 0-32-14.3-32-32v-496c0-17.7 14.3-32 32-32h380v-112H304c-8.8 0-16-7.2-16-16v-48c0-4.4 3.6-8 8-8h432c4.4 0 8 3.6 8 8v48c0 8.8-7.2 16-16 16H548V196h380c17.7 0 32 14.3 32 32V724c0 17.7-14.3 32-32 32z m-40-488H136V684h752v-416z"  horiz-adv-x="1024" />
    <glyph glyph-name="gift" unicode="&#59545;" d="M880 586H732.4c13.6 21.4 21.6 46.8 21.6 74 0 76.1-61.9 138-138 138-41.4 0-78.7-18.4-104-47.4-25.3 29-62.6 47.4-104 47.4-76.1 0-138-61.9-138-138 0-27.2 7.9-52.6 21.6-74H144c-17.7 0-32-14.3-32-32v-200c0-4.4 3.6-8 8-8h40v-344c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V346h40c4.4 0 8 3.6 8 8V554c0 17.7-14.3 32-32 32z m-334 74c0 38.6 31.4 70 70 70s70-31.4 70-70-31.4-70-70-70h-70v70z m-138 70c38.6 0 70-31.4 70-70v-70h-70c-38.6 0-70 31.4-70 70s31.4 70 70 70zM180 414V518h298v-104H180z m48-68h250v-308H228V346z m568-308H546V346h250v-308z m48 376H546V518h298v-104z"  horiz-adv-x="1024" />
    <glyph glyph-name="stop" unicode="&#59546;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-820c-205.4 0-372 166.6-372 372 0 89 31.3 170.8 83.5 234.8l523.3-523.3C682.8 43.3 601 12 512 12z m288.5 137.2L277.2 672.5C341.2 724.7 423 756 512 756c205.4 0 372-166.6 372-372 0-89-31.3-170.8-83.5-234.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="fire" unicode="&#59547;" d="M834.1 426.8c-19.5 43.8-47.4 82.6-82.9 115.2l-29.1 26.7c-4.3 3.8-11.1 2.1-13-3.3l-13-37.3c-8.1-23.4-23-47.3-44.1-70.8-1.4-1.5-3-1.9-4.1-2-1.1-0.1-2.8 0.1-4.3 1.5-1.4 1.2-2.1 3-2 4.8 3.7 60.2-14.3 128.1-53.7 202C555.3 725 510 772.9 453.4 806.3l-41.3 24.3c-5.4 3.2-12.3-1-12-7.3l2.2-48c1.5-32.8-2.3-61.8-11.3-85.9-11-29.5-26.8-56.9-47-81.5-14.2-17.2-30.1-32.7-47.5-46.1-42.1-32.3-76.8-74.4-100.3-121.5C172.5 392.7 160 339.4 160 286c0-47.2 9.3-92.9 27.7-136 17.8-41.5 43.2-78.9 75.5-110.9 32.4-32 70-57.2 111.9-74.7C418.5-53.8 464.5-63 512-63s93.5 9.2 136.9 27.3c41.9 17.5 79.6 42.6 111.9 74.7 32.4 32 57.8 69.4 75.5 110.9 18.4 43.1 27.7 88.8 27.7 136 0 48.8-10 96.2-29.9 140.9zM713 87.5c-53.7-53.2-125-82.4-201-82.4s-147.3 29.2-201 82.4c-53.5 53.1-83 123.5-83 198.4 0 43.5 9.8 85.2 29.1 124 18.8 37.9 46.8 71.8 80.8 97.9 21.5 16.4 41.2 35.5 58.6 56.8 25 30.5 44.6 64.5 58.2 101 5.4 14.5 9.5 30 12.1 46.5 24.1-22.2 44.3-49 61.2-80.4 33.4-62.6 48.8-118.3 45.8-165.7-1.4-22.8 7.5-44.5 24.4-59.8 14.7-13.2 33.7-19.9 53.4-18.8 19.7 1 37.8 9.7 51 24.4 13.3 14.9 24.8 30.1 34.4 45.6 14-17.9 25.7-37.4 35-58.4 15.9-35.8 24-73.9 24-113.1 0-74.9-29.5-145.4-83-198.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="thunderbolt" unicode="&#59548;" d="M848 536.7H627.7L825.8 787c4.1 5.3 0.4 13-6.3 13H436c-2.8 0-5.5-1.5-6.9-4L170 348.5c-3.1-5.3 0.7-12 6.9-12h174.4l-89.4-357.6c-1.9-7.8 7.5-13.3 13.3-7.7L853.5 523c5.2 4.9 1.7 13.7-5.5 13.7zM378.2 163.5l60.3 241H281.1l189.6 327.4h224.6L487 468.6h211L378.2 163.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="check-circle-fill" unicode="&#59549;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m193.5-301.7l-210.6-292c-12.7-17.7-39-17.7-51.7 0L318.5 411.1c-3.8 5.3 0 12.7 6.5 12.7h46.9c10.2 0 19.9-4.9 25.9-13.3l71.2-98.8 157.2 218c6 8.3 15.6 13.3 25.9 13.3H699c6.5 0 10.3-7.4 6.5-12.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="left-circle-fill" unicode="&#59550;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m104-316.9c0-10.2-4.9-19.9-13.2-25.9L457.4 384l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V206c0-6.5-7.4-10.3-12.7-6.5l-246 178c-4.4 3.2-4.4 9.7 0 12.9l246 178c5.3 3.8 12.7 0.1 12.7-6.5v-46.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="down-circle-fill" unicode="&#59551;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m184.5-353.7l-178-246c-3.2-4.4-9.7-4.4-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7H381c10.2 0 19.9-4.9 25.9-13.2L512 332.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="minus-circle-fill" unicode="&#59552;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m192-472c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="close-circle-fill" unicode="&#59553;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m165.4-618.2l-66 0.3L512 332.6l-99.3-118.4-66.1-0.3c-4.4 0-8 3.5-8 8 0 1.9 0.7 3.7 1.9 5.2l130.1 155L340.5 537c-1.2 1.5-1.9 3.3-1.9 5.2 0 4.4 3.6 8 8 8l66.1-0.3L512 431.4l99.3 118.4 66 0.3c4.4 0 8-3.5 8-8 0-1.9-0.7-3.7-1.9-5.2L553.5 382l130-155c1.2-1.5 1.9-3.3 1.9-5.2 0-4.4-3.6-8-8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="info-circle-fill" unicode="&#59554;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m32-664c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8V440c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-272z m-32 344c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="up-circle-fill" unicode="&#59555;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m178-555h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 435.6 406.8 290.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3 0.1-12.7-6.4-12.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="right-circle-fill" unicode="&#59556;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m154.7-454.5l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.2 4.9 19.9 13.2 25.9L566.6 384 421.2 489.2c-8.3 6-13.2 15.6-13.2 25.9V562c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.8 0-13z"  horiz-adv-x="1024" />
    <glyph glyph-name="plus-circle-fill" unicode="&#59557;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m192-472c0-4.4-3.6-8-8-8H544v-152c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8V352H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152V568c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-152h152c4.4 0 8-3.6 8-8v-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="question-circle-fill" unicode="&#59558;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-708c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40z m62.9 219.5c-18.5-7.1-30.9-25.1-30.9-44.8V276c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v21.5c0 23.1 6.7 45.9 19.9 64.9 12.9 18.6 30.9 32.8 52.1 40.9 34 13.1 56 41.6 56 72.7 0 44.1-43.1 80-96 80s-96-35.9-96-80v-7.6c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8V476c0 39.3 17.2 76 48.4 103.3C430.4 605.6 470 620 512 620s81.6-14.5 111.6-40.7C654.8 552 672 515.3 672 476c0-57.8-38.1-109.8-97.1-132.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="EURO-circle-fill" unicode="&#59559;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m63.5-375.8c4.4 0 8-3.6 8-8V421c0-4.4-3.6-8-8-8h-136c-0.3-4.4-0.3-9.1-0.3-13.8v-36h136.2c4.4 0 8-3.6 8-8V328c0-4.4-3.6-8-8-8H444.9c15.3-62 61.3-98.6 129.8-98.6 19.9 0 37.1 1.2 51.8 4.1 4.9 1 9.5-2.8 9.5-7.8v-42.8c0-3.8-2.7-7-6.4-7.8-15.9-3.4-34.3-5.1-55.3-5.1-109.8 0-183 58.8-200.2 158H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.1v36.9c0 4.4 0 8.8 0.3 12.8H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h31.7c19.7 94.2 92 149.9 198.6 149.9 20.9 0 39.4-1.9 55.3-5.4 3.7-0.8 6.3-4 6.3-7.8V550h0.1c0-5.1-4.6-8.8-9.6-7.8-14.7 2.9-31.8 4.4-51.7 4.4-65.4 0-110.4-33.5-127.6-90.4h128.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="frown-fill" unicode="&#59560;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832zM288 475c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z m376-272h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 259.9 562.5 299 512 299s-92.1-39.1-95.8-88.6c-0.3-4.2-3.9-7.4-8.1-7.4H360c-4.6 0-8.2 3.8-8 8.4 4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6c0.2-4.6-3.4-8.4-8-8.4z m24 224c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="copyright-circle-fil" unicode="&#59561;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m5.4-670c-110 0-173.4 73.2-173.4 194.9v52.3C344 531.8 407.4 606 517.3 606c94.3 0 162.7-60.7 162.7-147.4 0-2.6-2.1-4.7-4.7-4.7h-56.7c-4.2 0-7.6 3.2-8 7.4-4 49.5-40 83.4-93 83.4-65.3 0-102.1-48.5-102.1-135.5v-52.6c0-85.7 36.9-133.6 102.1-133.6 52.8 0 88.7 31.7 93 77.8 0.4 4.1 3.8 7.3 8 7.3h56.8c2.6 0 4.7-2.1 4.7-4.7 0-82.6-68.7-141.4-162.7-141.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="CI-circle-fill" unicode="&#59562;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m-63.6-656c-103 0-162.4 68.6-162.4 182.6v49C286 522.5 345.4 592 448.3 592c88.3 0 152.3-56.9 152.3-138.1 0-2.4-2-4.4-4.4-4.4h-52.6c-4.2 0-7.6 3.2-8 7.4-4 46.1-37.6 77.6-87 77.6-61.1 0-95.6-45.4-95.6-126.9v-49.3c0-80.3 34.5-125.1 95.6-125.1 49.3 0 82.8 29.5 87 72.4 0.4 4.1 3.8 7.3 8 7.3h52.7c2.4 0 4.4-2 4.4-4.4 0-77.4-64.3-132.5-152.3-132.5zM738 191.9c0-4.4-3.6-8-8-8h-50.4c-4.4 0-8 3.6-8 8V576.1c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8v-384.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="compass-fill" unicode="&#59563;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832zM327.3 193.6c-2-0.9-4.4 0-5.3 2.1-0.4 1-0.4 2.2 0 3.2l98.7 225.5 132.1-132.1-225.5-98.7z m375.1 375.1l-98.7-225.5-132.1 132.1L697.1 574c2 0.9 4.4 0 5.3-2.1 0.4-1 0.4-2.1 0-3.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="Dollar-circle-fill" unicode="&#59564;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m22.3-665.2l0.2-31.7c0-4.4-3.6-8.1-8-8.1h-28.4c-4.4 0-8 3.6-8 8v31.4C401.3 173 359.5 223.6 355 278.6c-0.4 4.7 3.3 8.7 8 8.7h46.2c3.9 0 7.3-2.8 7.9-6.6 5.1-31.7 29.8-55.4 74.1-61.3V362.1l-24.7 6.3c-52.3 12.5-102.1 45.1-102.1 112.7 0 72.9 55.4 112.1 126.2 119v33c0 4.4 3.6 8 8 8h28.1c4.4 0 8-3.6 8-8v-32.7c68.5-6.9 119.9-46.9 125.9-109.2 0.5-4.7-3.2-8.8-8-8.8h-44.9c-4 0-7.4 3-7.9 6.9-4 29.2-27.4 53-65.5 58.2v-134.3l25.4-5.9c64.8-16 108.9-47 108.9-116.4 0-75.3-56-117.3-134.3-124.1zM426.6 485.7c0-25.4 15.7-45.1 49.5-57.3 4.7-1.9 9.4-3.4 15-5v124c-36.9-4.7-64.5-25.4-64.5-61.7zM543.1 350.5c-2.8 0.6-5.6 1.3-8.8 2.2V219c42.6 3.8 72 27.2 72 66.4 0 30.7-15.9 50.7-63.2 65.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="poweroff-circle-fill" unicode="&#59565;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m-80-600c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8V536c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-304z m224 0c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8V536c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-304z"  horiz-adv-x="1024" />
    <glyph glyph-name="meh-fill" unicode="&#59566;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832zM288 475c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z m384-200c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48z m16 152c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="play-circle-fill" unicode="&#59567;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m144.1-454.9L437.7 218.2c-1.4-1-3-1.5-4.7-1.5-4.4 0-8 3.6-8 8V542.3c0 1.7 0.5 3.3 1.5 4.7 2.6 3.6 7.6 4.4 11.2 1.8L656.1 390c0.7-0.5 1.3-1.1 1.8-1.8 2.6-3.5 1.8-8.5-1.8-11.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="Pound-circle-fill" unicode="&#59568;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m146-658c0-4.4-3.6-8-8-8H376.2c-4.4 0-8 3.6-8 8v38.5c0 3.7 2.5 6.9 6.1 7.8 44 10.9 72.8 49 72.8 94.2 0 14.7-2.5 29.4-5.9 44.2H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h53.7c-7.8 25.1-14.6 50.7-14.6 77.1 0 75.8 58.6 120.3 151.5 120.3 26.5 0 51.4-5.5 70.3-12.7 3.1-1.2 5.2-4.2 5.2-7.5v-39.5c0-5.5-5.4-9.4-10.6-7.6-17.9 6.4-39 10.5-60.4 10.5-53.3 0-87.3-26.6-87.3-70.2 0-24.7 6.2-47.9 13.4-70.5h112c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8h-98.6c3.1-13.2 5.3-26.9 5.3-41 0-40.7-16.5-73.9-43.9-91.1v-4.7h180c4.4 0 8-3.6 8-8V174z"  horiz-adv-x="1024" />
    <glyph glyph-name="smile-fill" unicode="&#59569;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832zM288 475c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z m224-272c-85.5 0-155.6 67.3-160 151.6-0.2 4.6 3.4 8.4 8 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4C420 306.1 461.5 267 512 267s92.1 39.1 95.8 88.6c0.3 4.2 3.9 7.4 8.1 7.4H664c4.6 0 8.2-3.8 8-8.4-4.4-84.3-74.5-151.6-160-151.6z m176 224c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="stop-fill" unicode="&#59570;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m234.8-736.5L223.5 618.8c16 19.7 34 37.7 53.7 53.7l523.3-523.3c-16-19.6-34-37.7-53.7-53.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="warning-circle-fill" unicode="&#59571;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m-32-232c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-272c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8V600z m32-440c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="time-circle-fill" unicode="&#59572;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m176.5-585.7l-28.6-39c-2.6-3.6-7.6-4.3-11.2-1.7L483.3 326.2c-2.1 1.5-3.3 3.9-3.3 6.5V608c0 4.4 3.6 8 8 8h48.1c4.4 0 8-3.6 8-8v-247.5l142.6-103.1c3.6-2.5 4.4-7.5 1.8-11.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="trademark-circle-fil" unicode="&#59573;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m164.7-660.2c-1.1-0.5-2.3-0.8-3.5-0.8h-62c-3.1 0-5.9 1.8-7.2 4.6l-74.6 159.2h-88.7V179c0-4.4-3.6-8-8-8H378c-4.4 0-8 3.6-8 8V589c0 4.4 3.6 8 8 8h155.6c98.8 0 144.2-59.9 144.2-131.1 0-70.2-43.6-106.4-78.4-119.2l80.8-164.2c2.1-3.9 0.4-8.7-3.5-10.7zM523.9 539h-83.4v-148H522c53 0 82.8 25.6 82.8 72.4 0 50.3-32.9 75.6-80.9 75.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="YUAN-circle-fill" unicode="&#59574;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m166.6-246.8L567.5 380.4h62c4.4 0 8-3.6 8-8v-29.9c0-4.4-3.6-8-8-8h-82V293h82c4.4 0 8-3.6 8-8v-29.9c0-4.4-3.6-8-8-8h-82V179c0-4.4-3.6-8-8-8h-54.3c-4.4 0-8 3.6-8 8v68.1h-81.7c-4.4 0-8 3.6-8 8V285c0 4.4 3.6 8 8 8h81.7v41.5h-81.7c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h61.4L345.4 585.2c-2.1 3.9-0.7 8.7 3.2 10.9 1.2 0.6 2.5 1 3.8 1h60.7c3 0 5.8-1.7 7.1-4.4l90.6-180h3.4l90.6 180c1.4 2.7 4.1 4.4 7.1 4.4h59.5c4.4 0 8-3.6 8-8 0.2-1.4-0.2-2.7-0.8-3.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="heart-fill" unicode="&#59575;" d="M923 612.4c-13.4 31.1-32.6 58.9-56.9 82.8-24.3 23.8-52.5 42.4-84 55.5-32.5 13.5-66.9 20.3-102.4 20.3-49.3 0-97.4-13.5-139.2-39-10-6.1-19.5-12.8-28.5-20.1-9 7.3-18.5 14-28.5 20.1-41.8 25.5-89.9 39-139.2 39-35.5 0-69.9-6.8-102.4-20.3-31.4-13-59.7-31.7-84-55.5-24.4-23.9-43.5-51.7-56.9-82.8-13.9-32.3-21-66.6-21-101.9 0-33.3 6.8-68 20.3-103.3 11.3-29.5 27.5-60.1 48.2-91 32.8-48.9 77.9-99.9 133.9-151.6 92.8-85.7 184.7-144.9 188.6-147.3l23.7-15.2c10.5-6.7 24-6.7 34.5 0l23.7 15.2c3.9 2.5 95.7 61.6 188.6 147.3 56 51.7 101.1 102.7 133.9 151.6 20.7 30.9 37 61.5 48.2 91 13.5 35.3 20.3 70 20.3 103.3 0.1 35.3-7 69.6-20.9 101.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="piechart-circle-fil" unicode="&#59576;" d="M863.1 377.5H505.5V735.1c0 4.4-3.6 8-8 8h-26c-53.9 0-106.3-10.6-155.5-31.4-47.5-20.1-90.3-48.9-127-85.6-36.7-36.7-65.5-79.4-85.6-127C82.6 449.8 72 397.5 72 343.5S82.6 237.3 103.4 188c20.1-47.5 48.9-90.3 85.6-127 36.7-36.7 79.4-65.5 127-85.6 49.3-20.9 101.7-31.5 155.6-31.5 53.9 0 106.3 10.6 155.5 31.4 47.5 20.1 90.3 48.9 127 85.6 36.7 36.7 65.5 79.4 85.6 127 20.9 49.3 31.5 101.7 31.5 155.6v26c-0.1 4.4-3.7 8-8.1 8zM951 433l-2.6 28.2c-8.5 92-49.3 178.8-115.1 244.3-65.7 65.7-152.6 106.4-244.9 114.9L560.1 823c-4.7 0.4-8.7-3.2-8.7-7.9v-383.7c0-4.4 3.6-8 8-8l383.6 1c4.7 0.1 8.4 4 8 8.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="dashboard-fill" unicode="&#59577;" d="M924.8 510.4c-22.6 53.4-54.9 101.3-96 142.4-41.1 41.1-89 73.4-142.4 96C631.1 772.2 572.5 784 512 784s-119.1-11.8-174.4-35.2c-53.4-22.6-101.3-54.9-142.4-96-41.1-41.1-73.4-89-96-142.4C75.8 455.1 64 396.5 64 336c0-132.7 58.3-257.7 159.9-343.1l1.7-1.4c5.8-4.8 13.1-7.5 20.6-7.5h531.7c7.5 0 14.8 2.7 20.6 7.5l1.7 1.4C901.7 78.3 960 203.3 960 336c0 60.5-11.9 119.1-35.2 174.4zM482 664c0 4.4 3.6 8 8 8h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80zM270 314c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44z m90.7 204.5l-31.1-31.1c-3.1-3.1-8.2-3.1-11.3 0L261.7 544c-3.1 3.1-3.1 8.2 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3z m291.1-83.6l-84.5-84.5c5-18.7 0.2-39.4-14.5-54.1-21.9-21.9-57.3-21.9-79.2 0-21.9 21.9-21.9 57.3 0 79.2 14.7 14.7 35.4 19.5 54.1 14.5l84.5 84.5c3.1 3.1 8.2 3.1 11.3 0l28.3-28.3c3.1-3.1 3.1-8.1 0-11.3z m43 52.4l-31.1 31.1c-3.1 3.1-3.1 8.2 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6c-3.1-3.1-8.2-3.1-11.3 0zM846 314c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44z"  horiz-adv-x="1024" />
    <glyph glyph-name="message-fill" unicode="&#59578;" d="M924.3 557.6c-22.5 53.7-54.9 101.9-96.1 143.3-41.2 41.3-89.3 73.8-143 96.3C630.3 820.3 572.1 832 512 832h-2c-60.5-0.3-119-12.3-174.1-35.9-53.2-22.8-100.9-55.2-141.7-96.5-40.8-41.3-72.8-89.3-95-142.8C76.3 501.4 64.7 442.5 65 381.9c0.3-69.4 16.9-138.3 47.9-199.9v-152c0-25.4 20.6-46 45.9-46h151.8c61.5-31.1 130.2-47.7 199.5-48h2.1c59.8 0 117.7 11.6 172.3 34.3 53.4 22.3 101.4 54.3 142.5 95.2 41.2 40.9 73.6 88.7 96.3 142 23.5 55.2 35.5 113.9 35.8 174.5 0.2 60.9-11.6 120-34.8 175.6zM312.4 336c-26.4 0-47.9 21.5-47.9 48s21.5 48 47.9 48 47.9-21.5 47.9-48-21.4-48-47.9-48z m199.6 0c-26.4 0-47.9 21.5-47.9 48s21.5 48 47.9 48 47.9-21.5 47.9-48-21.5-48-47.9-48z m199.6 0c-26.4 0-47.9 21.5-47.9 48s21.5 48 47.9 48 47.9-21.5 47.9-48-21.5-48-47.9-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="check-square-fill" unicode="&#59579;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM695.5 530.3l-210.6-292c-12.7-17.7-39-17.7-51.7 0L308.5 411.1c-3.8 5.3 0 12.7 6.5 12.7h46.9c10.2 0 19.9-4.9 25.9-13.3l71.2-98.8 157.2 218c6 8.3 15.6 13.3 25.9 13.3H689c6.5 0 10.3-7.4 6.5-12.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="down-square-fill" unicode="&#59580;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM696.5 483.3l-178-246c-3.2-4.4-9.7-4.4-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7H381c10.2 0 19.9-4.9 25.9-13.2L512 337.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="minus-square-fill" unicode="&#59581;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM704 360c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="close-square-fill" unicode="&#59582;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM676.1 238.1c4.4-5.2 0.7-13.1-6.1-13.1h-58.9c-4.7 0-9.2 2.1-12.3 5.7L512 334.2l-86.8-103.5c-3-3.6-7.5-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 384 347.9 529.9c-4.4 5.2-0.7 13.1 6.1 13.1h58.9c4.7 0 9.2-2.1 12.3-5.7L512 433.8l86.8 103.5c3 3.6 7.5 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 384l122.3-145.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="codelibrary-fill" unicode="&#59583;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM513.1 377.9l-192-161c-5.2-4.4-13.1-0.7-13.1 6.1v62.7c0 2.3 1.1 4.6 2.9 6.1L420.7 384l-109.8 92.2c-1.9 1.5-2.9 3.7-2.9 6.1V545c0 6.8 7.9 10.5 13.1 6.1l192-160.9c3.9-3.2 3.9-9.1 0-12.3zM716 223c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="left-square-fill" unicode="&#59584;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM624 515.1c0-10.2-4.9-19.9-13.2-25.9L465.4 384l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V206c0-6.5-7.4-10.3-12.7-6.5l-246 178c-4.4 3.2-4.4 9.7 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5v-46.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="play-square-fill" unicode="&#59585;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM641.7 375.2L442.3 218.4c-7.4-5.8-18.3-0.6-18.3 8.8V540.7c0 9.4 10.9 14.7 18.3 8.8l199.4-156.7c5.7-4.5 5.7-13.1 0-17.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="up-square-fill" unicode="&#59586;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM690 272h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 430.6 406.8 285.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3 0.1-12.7-6.4-12.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="right-square-fill" unicode="&#59587;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM658.7 377.5l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.2 4.9 19.9 13.2 25.9L558.6 384 413.2 489.2c-8.3 6-13.2 15.6-13.2 25.9V562c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.8 0-13z"  horiz-adv-x="1024" />
    <glyph glyph-name="plus-square-fill" unicode="&#59588;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM704 360c0-4.4-3.6-8-8-8H544v-152c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8V352H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152V568c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-152h152c4.4 0 8-3.6 8-8v-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="accountbook-fill" unicode="&#59589;" d="M880 712H712v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H384v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H144c-17.7 0-32-14.3-32-32v-664c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V680c0 17.7-14.3 32-32 32zM648.3 469.2l-87.7-161.1h45.7c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4V144c0-5.5-4.5-10-10-10h-41.3c-5.5 0-10 4.5-10 10v51.8h-63.1c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7h-63.1c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h45.2l-88 161.1c-2.6 4.8-0.9 10.9 4 13.6 1.5 0.8 3.1 1.2 4.8 1.2h46c3.8 0 7.2-2.1 8.9-5.5l72.9-144.3 73.2 144.3c1.7 3.4 5.2 5.5 8.9 5.5h45c5.5 0 10-4.5 10-10 0.1-1.7-0.3-3.3-1.1-4.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="carryout-fill" unicode="&#59590;" d="M880 712H712v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H384v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H144c-17.7 0-32-14.3-32-32v-664c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V680c0 17.7-14.3 32-32 32zM694.5 463.3L481.9 170.6c-6.4-8.8-19.6-8.8-26 0l-126.4 174c-3.8 5.3 0 12.7 6.5 12.7h55.2c5.1 0 10-2.5 13-6.6l64.7-89 150.9 207.8c3 4.1 7.8 6.6 13 6.6H688c6.5-0.1 10.3-7.5 6.5-12.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="calendar-fill" unicode="&#59591;" d="M112 16c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V436H112v-420zM880 712H712v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H384v64c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-64H144c-17.7 0-32-14.3-32-32v-176h800V680c0 17.7-14.3 32-32 32z"  horiz-adv-x="1024" />
    <glyph glyph-name="calculator-fill" unicode="&#59592;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM440.2 131h-50.8c-2.2 0-4.5 1.1-5.9 2.9L348 177.4l-35.5-43.5c-1.5-1.9-3.6-2.9-5.9-2.9h-50.8c-6.6 0-10.2 7.9-5.8 13.1l62.7 76.8-61.2 74.9c-4.3 5.2-0.7 13.1 5.9 13.1h50.9c2.2 0 4.5-1.1 5.9-2.9l34-41.6 34 41.6c1.5 1.9 3.6 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 5.9-13.1L383.5 221l62.7-76.8c4.2-5.3 0.6-13.2-6-13.2z m7.8 382c0-2.2-1.4-4-3.2-4H376v-68.7c0-1.9-1.8-3.3-4-3.3h-48c-2.2 0-4 1.4-4 3.2V509h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.2V565h68.7c1.9 0 3.3-1.8 3.3-4v-48z m328-369c0-2.2-1.4-4-3.2-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4h193.5c1.9 0 3.3-1.8 3.3-4v-48z m0 104c0-2.2-1.4-4-3.2-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4h193.5c1.9 0 3.3-1.8 3.3-4v-48z m0 265c0-2.2-1.4-4-3.2-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4h193.5c1.9 0 3.3-1.8 3.3-4v-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="interation-fill" unicode="&#59593;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM726 310.3c0-55.3-44.7-100.1-99.7-100.1H420.6v-53.4c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.7-3.5 8 0 10.7l109.1 85.7c4.4 3.5 10.9 0.3 10.9-5.3v-53.4h205.7c19.6 0 35.5 16 35.5 35.6v78.9c0 3.7 3 6.8 6.8 6.8h50.7c3.7 0 6.8-3 6.8-6.8v-79.1z m-2.6 209.9l-109.1-85.7c-4.4-3.5-10.9-0.3-10.9 5.3v53.4H397.7c-19.6 0-35.5-16-35.5-35.6v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 55.3 44.7 100.1 99.7 100.1h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.6-2.5 3.6-7.8 0.1-10.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="project-fill" unicode="&#59594;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM368 152c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8V616c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-464z m192 280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8V616c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-184z m192-72c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8V616c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-256z"  horiz-adv-x="1024" />
    <glyph glyph-name="detail-fill" unicode="&#59595;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM380 200c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40z m0 144c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40z m0 144c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40z m304-272c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48z m0 144c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48z m0 144c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="save-fill" unicode="&#59596;" d="M893.3 602.7L730.7 765.3c-12 12-28.3 18.7-45.3 18.7H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V557.5c0 17-6.7 33.2-18.7 45.2zM384 720h256v-112H384V720z m128-554c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zM512 390c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z"  horiz-adv-x="1024" />
    <glyph glyph-name="wallet-fill" unicode="&#59597;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-32-464H528V448h320v-128zM620 384m-40 0a40 40 0 1 1 80 0 40 40 0 1 1-80 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="control-fill" unicode="&#59598;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM404 213v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c-41.7 13.6-72 52.8-72 99s30.3 85.5 72 99V632c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-221c41.7-13.6 72-52.8 72-99s-30.3-85.5-72-99z m279.6 143.9c0.2 0 0.3 0.1 0.4 0.1v-221c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8V357c0.2 0 0.3-0.1 0.4-0.1-42 13.4-72.4 52.7-72.4 99.1 0 46.4 30.4 85.7 72.4 99.1-0.2 0-0.3-0.1-0.4-0.1v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c-0.2 0-0.3 0.1-0.4 0.1 42-13.4 72.4-52.7 72.4-99.1 0-46.4-30.4-85.7-72.4-99.1zM652 456m-36 0a36 36 0 1 1 72 0 36 36 0 1 1-72 0ZM403.4 329.5l-1.5 2.4c0 0.1-0.1 0.1-0.1 0.2l-0.9 1.2c-0.1 0.1-0.2 0.2-0.2 0.3-1 1.3-2 2.5-3.2 3.6l-0.2 0.2c-0.4 0.4-0.8 0.8-1.2 1.1-0.8 0.8-1.7 1.5-2.6 2.1h-0.1l-1.2 0.9c-0.1 0.1-0.3 0.2-0.4 0.3-1.2 0.8-2.5 1.6-3.9 2.2-0.2 0.1-0.5 0.2-0.7 0.4-0.4 0.2-0.7 0.3-1.1 0.5-0.3 0.1-0.7 0.3-1 0.4-0.5 0.2-1 0.4-1.5 0.5-0.4 0.1-0.9 0.3-1.3 0.4l-0.9 0.3c-0.5 0.1-0.9 0.2-1.4 0.3-0.2 0.1-0.5 0.1-0.7 0.2-0.7 0.1-1.4 0.3-2.1 0.4-0.2 0-0.4 0-0.6 0.1-0.6 0.1-1.1 0.1-1.7 0.2-0.2 0-0.4 0-0.7 0.1-0.8 0-1.5 0.1-2.3 0.1s-1.5 0-2.3-0.1c-0.2 0-0.4 0-0.7-0.1-0.6 0-1.2-0.1-1.7-0.2-0.2 0-0.4 0-0.6-0.1-0.7-0.1-1.4-0.2-2.1-0.4-0.2-0.1-0.5-0.1-0.7-0.2-0.5-0.1-0.9-0.2-1.4-0.3l-0.9-0.3c-0.4-0.1-0.9-0.3-1.3-0.4-0.5-0.2-1-0.4-1.5-0.5-0.3-0.1-0.7-0.3-1-0.4-0.4-0.2-0.7-0.3-1.1-0.5-0.2-0.1-0.5-0.2-0.7-0.4-1.3-0.7-2.6-1.4-3.9-2.2-0.1-0.1-0.3-0.2-0.4-0.3l-1.2-0.9h-0.1c-0.9-0.7-1.8-1.4-2.6-2.1-0.4-0.4-0.8-0.7-1.2-1.1l-0.2-0.2c-1.1-1.1-2.2-2.4-3.2-3.6-0.1-0.1-0.2-0.2-0.2-0.3l-0.9-1.2c0-0.1-0.1-0.1-0.1-0.2l-1.5-2.4c-0.1-0.2-0.2-0.3-0.3-0.5-2.7-5.1-4.3-10.9-4.3-17s1.6-12 4.3-17c0.1-0.2 0.2-0.3 0.3-0.5l1.5-2.4c0-0.1 0.1-0.1 0.1-0.2l0.9-1.2c0.1-0.1 0.2-0.2 0.2-0.3 1-1.3 2-2.5 3.2-3.6l0.2-0.2c0.4-0.4 0.8-0.8 1.2-1.1 0.8-0.8 1.7-1.5 2.6-2.1h0.1l1.2-0.9c0.1-0.1 0.3-0.2 0.4-0.3 1.2-0.8 2.5-1.6 3.9-2.2 0.2-0.1 0.5-0.2 0.7-0.4 0.4-0.2 0.7-0.3 1.1-0.5 0.3-0.1 0.7-0.3 1-0.4 0.5-0.2 1-0.4 1.5-0.5 0.4-0.1 0.9-0.3 1.3-0.4l0.9-0.3c0.5-0.1 0.9-0.2 1.4-0.3 0.2-0.1 0.5-0.1 0.7-0.2 0.7-0.1 1.4-0.3 2.1-0.4 0.2 0 0.4 0 0.6-0.1 0.6-0.1 1.1-0.1 1.7-0.2 0.2 0 0.4 0 0.7-0.1 0.8 0 1.5-0.1 2.3-0.1s1.5 0 2.3 0.1c0.2 0 0.4 0 0.7 0.1 0.6 0 1.2 0.1 1.7 0.2 0.2 0 0.4 0 0.6 0.1 0.7 0.1 1.4 0.2 2.1 0.4 0.2 0.1 0.5 0.1 0.7 0.2 0.5 0.1 0.9 0.2 1.4 0.3l0.9 0.3c0.4 0.1 0.9 0.3 1.3 0.4 0.5 0.2 1 0.4 1.5 0.5 0.3 0.1 0.7 0.3 1 0.4 0.4 0.2 0.7 0.3 1.1 0.5 0.2 0.1 0.5 0.2 0.7 0.4 1.3 0.7 2.6 1.4 3.9 2.2 0.1 0.1 0.3 0.2 0.4 0.3l1.2 0.9h0.1c0.9 0.7 1.8 1.4 2.6 2.1 0.4 0.4 0.8 0.7 1.2 1.1l0.2 0.2c1.1 1.1 2.2 2.4 3.2 3.6 0.1 0.1 0.2 0.2 0.2 0.3l0.9 1.2c0 0.1 0.1 0.1 0.1 0.2l1.5 2.4c0.1 0.2 0.2 0.3 0.3 0.5 2.7 5.1 4.3 10.9 4.3 17s-1.6 12-4.3 17c-0.1 0.2-0.2 0.4-0.3 0.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="layout-fill" unicode="&#59599;" d="M384-16h496c17.7 0 32 14.3 32 32V556H384v-572zM880 784H384v-164h528V752c0 17.7-14.3 32-32 32zM112 752v-736c0-17.7 14.3-32 32-32h176V784H144c-17.7 0-32-14.3-32-32z"  horiz-adv-x="1024" />
    <glyph glyph-name="appstore-fill" unicode="&#59600;" d="M864 752H560c-8.8 0-16-7.2-16-16v-304c0-8.8 7.2-16 16-16h304c8.8 0 16 7.2 16 16V736c0 8.8-7.2 16-16 16zM864 352H560c-8.8 0-16-7.2-16-16v-304c0-8.8 7.2-16 16-16h304c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16zM464 752H160c-8.8 0-16-7.2-16-16v-304c0-8.8 7.2-16 16-16h304c8.8 0 16 7.2 16 16V736c0 8.8-7.2 16-16 16zM464 352H160c-8.8 0-16-7.2-16-16v-304c0-8.8 7.2-16 16-16h304c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16z"  horiz-adv-x="1024" />
    <glyph glyph-name="mobile-fill" unicode="&#59601;" d="M744 834H280c-35.3 0-64-28.7-64-64v-768c0-35.3 28.7-64 64-64h464c35.3 0 64 28.7 64 64V770c0 35.3-28.7 64-64 64zM512 72c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40z"  horiz-adv-x="1024" />
    <glyph glyph-name="tablet-fill" unicode="&#59602;" d="M800 832H224c-35.3 0-64-28.7-64-64v-768c0-35.3 28.7-64 64-64h576c35.3 0 64 28.7 64 64V768c0 35.3-28.7 64-64 64zM512 72c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40z"  horiz-adv-x="1024" />
    <glyph glyph-name="book-fill" unicode="&#59603;" d="M832 832H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V800c0 17.7-14.3 32-32 32zM668 550.1L621.5 584 572 548.6V772h96v-221.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="redenvelope-fill" unicode="&#59604;" d="M832 832H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V800c0 17.7-14.3 32-32 32zM647 425.6l-87.2-161h45.9c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25c0.2-4.6-3.6-8.5-8.2-8.5h-63.3v-49.9c0-4.6-3.8-8.4-8.4-8.4h-43.7c-4.6 0-8.4 3.8-8.4 8.4v49.9h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v28.6h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h45.4l-87.5 161c-2.2 4.1-0.7 9.1 3.4 11.4 1.3 0.6 2.6 1 3.9 1h48.8c3.2 0 6.1-1.8 7.5-4.6l71.9-141.8 71.9 141.9c1.5 2.8 4.3 4.6 7.5 4.6h47.8c4.6 0 8.4-3.8 8.4-8.4-0.1-1.5-0.5-2.9-1.1-4.1zM512.6 573L289 748h446L512.6 573z"  horiz-adv-x="1024" />
    <glyph glyph-name="safetycertificate-f" unicode="&#59605;" d="M866.9 726.1L527.1 841.9C523 843.3 517.5 844 512 844s-11-0.7-15.1-2.1L157.1 726.1c-8.3-2.8-15.1-12.4-15.1-21.2v-482.4c0-8.8 5.7-20.4 12.6-25.9L499.3-72c3.5-2.7 8-4.1 12.6-4.1s9.2 1.4 12.6 4.1l344.7 268.6c6.9 5.4 12.6 17 12.6 25.9V704.9c0.2 8.8-6.6 18.3-14.9 21.2zM694.5 555.3L481.9 262.6c-6.4-8.8-19.6-8.8-26 0l-126.4 174c-3.8 5.3 0 12.7 6.5 12.7h55.2c5.1 0 10-2.5 13-6.6l64.7-89 150.9 207.8c3 4.1 7.8 6.6 13 6.6H688c6.5-0.1 10.3-7.5 6.5-12.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="propertysafety-fill" unicode="&#59606;" d="M866.9 726.1L527.1 841.9C523 843.3 517.5 844 512 844s-11-0.7-15.1-2.1L157.1 726.1c-8.3-2.8-15.1-12.4-15.1-21.2v-482.4c0-8.8 5.7-20.4 12.6-25.9L499.3-72c3.5-2.7 8-4.1 12.6-4.1s9.2 1.4 12.6 4.1l344.7 268.6c6.9 5.4 12.6 17 12.6 25.9V704.9c0.2 8.8-6.6 18.3-14.9 21.2zM648.3 563.2l-87.7-161.1h45.7c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4V238c0-5.5-4.5-10-10-10h-41.3c-5.5 0-10 4.5-10 10v51.8h-63.1c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7h-63.1c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h45.2l-88 161.1c-2.6 4.8-0.9 10.9 4 13.6 1.5 0.8 3.1 1.2 4.8 1.2h46c3.8 0 7.2-2.1 8.9-5.5l72.9-144.3 73.2 144.3c1.7 3.4 5.2 5.5 8.9 5.5h45c5.5 0 10-4.5 10-10 0.1-1.7-0.3-3.3-1.1-4.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="insurance-fill" unicode="&#59607;" d="M519.9 537.2h97.9v-41.6h-97.9zM866.9 726.1L527.1 841.9C523 843.3 517.5 844 512 844s-11-0.7-15.1-2.1L157.1 726.1c-8.3-2.8-15.1-12.4-15.1-21.2v-482.4c0-8.8 5.7-20.4 12.6-25.9L499.3-72c3.5-2.7 8-4.1 12.6-4.1s9.2 1.4 12.6 4.1l344.7 268.6c6.9 5.4 12.6 17 12.6 25.9V704.9c0.2 8.8-6.6 18.3-14.9 21.2zM411.3 240h-0.2c0-4.4-3.6-8-8-8h-37.3c-4.4 0-8 3.6-8 8V424.6c-7.7-9.2-15.4-17.9-23.1-26-3.2-3.4-8.8-2.1-10.2 2.4l-13.2 43.5c-0.6 2-0.2 4.1 1.2 5.6 37 43.4 64.7 95.1 82.2 153.6 1.1 3.5 5 5.3 8.4 3.7l38.6-18.3c2.7-1.3 4.1-4.4 3.2-7.2-8.5-27.3-19.8-53.9-33.6-79V240z m296.5 49.2l-26.3-35.3c-2.2-2.9-6.3-3.2-8.9-0.7-30.6 29.3-56.8 65.2-78.1 106.9V240c0-4.4-3.6-8-8-8h-36.2c-4.4 0-8 3.6-8 8V360c-22-44.7-49-80.8-80.6-107.6a5.9 5.9 0 0 0-8.9 1.4L430 290.3c-1.7 2.7-1 6.3 1.6 8.1 28.6 20.3 51.9 45.2 71 76h-55.1c-4.4 0-8 3.6-8 8V418c0 4.4 3.6 8 8 8h94.9v18.6h-65.9c-4.4 0-8 3.6-8 8V580c0 4.4 3.6 8 8 8h184.7c4.4 0 8-3.6 8-8v-127.2c0-4.4-3.6-8-8-8h-66.7v-18.6h98.8c4.4 0 8-3.6 8-8v-35.6c0-4.4-3.6-8-8-8h-59c18.1-29.1 41.8-54.3 72.3-76.9 2.6-2.1 3.2-5.9 1.2-8.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="securityscan-fill" unicode="&#59608;" d="M866.9 726.1L527.1 841.9C523 843.3 517.5 844 512 844s-11-0.7-15.1-2.1L157.1 726.1c-8.3-2.8-15.1-12.4-15.1-21.2v-482.4c0-8.8 5.7-20.4 12.6-25.9L499.3-72c3.5-2.7 8-4.1 12.6-4.1s9.2 1.4 12.6 4.1l344.7 268.6c6.9 5.4 12.6 17 12.6 25.9V704.9c0.2 8.8-6.6 18.3-14.9 21.2zM626.8 342c-48.5-48.5-123-55.2-178.6-20.1l-77.5-77.5c-3.1-3.1-8.2-3.1-11.3 0l-34 34c-3.1 3.1-3.1 8.2 0 11.3l77.5 77.5c-35.1 55.7-28.4 130.1 20.1 178.6 56.3 56.3 147.5 56.3 203.8 0 56.3-56.3 56.3-147.5 0-203.8zM468.25522 387.269486a80.1 80.1 0 1 1 113.27653 113.280484 80.1 80.1 0 1 1-113.27653-113.280484Z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-exclamation-fil" unicode="&#59609;" d="M854.6 607.3c6-6 9.4-14.1 9.4-22.6V-32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32V800c0 17.7 14.3 32 32 32h424.7c8.5 0 16.7-3.4 22.7-9.4l215.2-215.3zM790.2 570L602 758.2V570h188.2zM512 112c22.092 0 40 17.908 40 40s-17.908 40-40 40-40-17.908-40-40 17.908-40 40-40z m32 152V448a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-184a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-add-fill" unicode="&#59610;" d="M480 316H372a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h108v-108a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8V252h108a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H544V424a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-108z m374.6 291.3c6-6 9.4-14.1 9.4-22.6V-32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32V800c0 17.7 14.3 32 32 32h424.7c8.5 0 16.7-3.4 22.7-9.4l215.2-215.3zM790.2 570L602 758.2V570h188.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-fill" unicode="&#59611;" d="M854.6 607.3c6-6 9.4-14.1 9.4-22.6V-32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32V800c0 17.7 14.3 32 32 32h424.7c8.5 0 16.7-3.4 22.7-9.4l215.2-215.3zM790.2 570L602 758.2V570h188.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-excel-fill" unicode="&#59612;" d="M854.6 607.3c6-6 9.4-14.1 9.4-22.6V-32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32V800c0 17.7 14.3 32 32 32h424.7c8.5 0 16.7-3.4 22.7-9.4l215.2-215.3zM790.2 570L602 758.2V570h188.2zM575.341 418.161l-61.216-102.307-61.839 102.351a12 12 0 0 1-10.27 5.795h-38.437a12 12 0 0 1-6.406-1.853c-5.604-3.538-7.279-10.949-3.741-16.553l82.333-130.422-83.449-132.787a12 12 0 0 1-1.84-6.385c0-6.627 5.373-12 12-12h34.466a12 12 0 0 1 10.208 5.692l62.707 101.474 62.29-101.445A12 12 0 0 1 582.375 124h37.486a12 12 0 0 1 6.484 1.903c5.577 3.58 7.195 11.004 3.614 16.58l-83.831 130.551 85.296 132.47a12 12 0 0 1 1.91 6.496c0 6.627-5.372 12-12 12h-35.695a12 12 0 0 1-10.297-5.839z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-markdown-fill" unicode="&#59613;" d="M854.6 607.3c6-6 9.4-14.1 9.4-22.6V-32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32V800c0 17.7 14.3 32 32 32h424.7c8.5 0 16.7-3.4 22.7-9.4l215.2-215.3zM790.2 570L602 758.2V570h188.2zM426.13 295.07l59.11-132.975a16.003 16.003 0 0 1 14.624-9.503h24.055c6.33 0 12.065 3.732 14.63 9.518l59.109 133.35v-157.458c0-8.838 7.165-16.003 16.003-16.003h27.337c8.838 0 16.003 7.165 16.003 16.003V409.998c0 8.838-7.165 16.003-16.003 16.003h-34.746a16.003 16.003 0 0 1-14.673-9.616l-79.473-182.587-79.473 182.587A16.003 16.003 0 0 1 417.96 426h-34.958c-8.838 0-16.003-7.165-16.003-16.003v-271.996c0-8.838 7.165-16.003 16.003-16.003h27.126c8.838 0 16.003 7.165 16.003 16.003V295.071z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-text-fill" unicode="&#59614;" d="M854.6 607.3c6-6 9.4-14.1 9.4-22.6V-32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32V800c0 17.7 14.3 32 32 32h424.7c8.5 0 16.7-3.4 22.7-9.4l215.2-215.3zM790.2 570L602 758.2V570h188.2zM320 414a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h384a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H320z m0-136a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h184a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H320z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-ppt-fill" unicode="&#59615;" d="M854.6 607.3c6-6 9.4-14.1 9.4-22.6V-32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32V800c0 17.7 14.3 32 32 32h424.7c8.5 0 16.7-3.4 22.7-9.4l215.2-215.3zM790.2 570L602 758.2V570h188.2zM468.526 136v91.537h59.277c60.57 0 100.197 39.655 100.197 98.125C628 383.884 588.424 424 528.016 424H424c-6.627 0-12-5.373-12-12v-276c0-6.627 5.373-12 12-12h32.526c6.628 0 12 5.373 12 12z m0 139.326h34.907c47.815 0 67.186 12.937 67.186 50.336 0 32.045-18.117 50.121-49.87 50.121h-52.223v-100.457z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-unknown-fill" unicode="&#59616;" d="M854.6 607.3c6-6 9.4-14.1 9.4-22.6V-32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32V800c0 17.7 14.3 32 32 32h424.7c8.5 0 16.7-3.4 22.7-9.4l215.2-215.3zM790.2 570L602 758.2V570h188.2zM402 347c0-5.4 4.4-9.5 9.8-9.5h32.4c5.4 0 9.8 4.2 9.8 9.4 0 28.2 25.8 51.6 58 51.6s58-23.4 58-51.5c0-25.3-21-47.2-49.3-50.9-19.3-2.8-34.5-20.3-34.7-40.1v-32c0-5.5 4.5-10 10-10h32c5.5 0 10 4.5 10 10v12.2c0 6 4 11.5 9.7 13.3 44.6 14.4 75 54 74.3 98.9-0.8 55.5-49.2 100.8-108.5 101.6-61.4 0.7-111.5-45.6-111.5-103z m110-227c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-word-fill" unicode="&#59617;" d="M854.6 607.3c6-6 9.4-14.1 9.4-22.6V-32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32V800c0 17.7 14.3 32 32 32h424.7c8.5 0 16.7-3.4 22.7-9.4l215.2-215.3zM790.2 570L602 758.2V570h188.2zM512 329.905l52.814-197.012a12 12 0 0 1 11.59-8.893h31.78a12 12 0 0 1 11.587 8.878l74.375 276a12 12 0 0 1 0.413 3.122c0 6.627-5.373 12-12 12h-35.576a12 12 0 0 1-11.695-9.31l-45.79-199.105-49.76 199.321A12 12 0 0 1 528.097 424h-32.192a12 12 0 0 1-11.643-9.094l-49.66-198.927-46.096 198.732a12 12 0 0 1-11.69 9.289h-35.381a12 12 0 0 1-3.115-0.411c-6.4-1.72-10.194-8.303-8.474-14.703l74.173-276A12 12 0 0 1 415.606 124h31.99a12 12 0 0 1 11.59 8.893L512 329.905z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-zip-fill" unicode="&#59618;" d="M854.6 607.3c6-6 9.4-14.1 9.4-22.6V-32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32V800c0 17.7 14.3 32 32 32h424.7c8.5 0 16.7-3.4 22.7-9.4l215.2-215.3zM790.2 570L602 758.2V570h188.2zM296 760v-64h64v64h-64z m64-64v-64h64v64h-64z m-64-64v-64h64v64h-64z m64-64v-64h64v64h-64z m-64-64v-64h64v64h-64z m64-64v-64h64v64h-64z m-64-64v-64h64v64h-64z m0-64v-160h128V312H296z m48-48h32v-64h-32v64z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-pdf-fill" unicode="&#59619;" d="M854.6 607.3c6-6 9.4-14.1 9.4-22.6V-32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32V800c0 17.7 14.3 32 32 32h424.7c8.5 0 16.7-3.4 22.7-9.4l215.2-215.3zM790.2 570L602 758.2V570h188.2zM633.217 258.744c-15.174 0.489-31.314-0.67-49.65-2.964-24.298 14.987-40.654 35.582-52.274 65.827 0.28 1.152 0.86 3.538 1.063 4.38 0.474 1.958 0.867 3.594 1.243 5.185 4.293 18.13 6.615 31.358 7.3 44.695 0.518 10.074-0.04 19.368-1.827 27.976-3.298 18.584-16.454 29.453-33.021 30.126-15.446 0.627-29.649-7.993-33.281-21.373-5.913-21.612-2.45-50.07 10.08-98.582-15.964-38.056-37.052-82.661-51.203-107.539-18.885-9.74-33.604-18.605-45.953-28.427-16.303-12.966-26.48-26.29-29.286-40.306-1.355-6.48 0.692-14.966 5.36-21.912 5.296-7.879 13.282-12.991 22.855-13.735 24.152-1.877 53.83 23.024 86.59 79.258 3.295 1.09 6.78 2.257 11.026 3.69 2.323 0.783 10.464 3.538 11.91 4.026 7.521 2.54 12.98 4.36 18.376 6.116 23.396 7.612 41.096 12.429 57.21 15.163 27.973-14.973 60.316-24.796 82.098-24.796 17.979 0 30.126 9.319 34.515 23.985 3.857 12.886 0.794 27.824-7.473 36.084-8.56 8.41-24.3 12.434-45.658 13.123z m-247.985-128.42v0.36l0.126 0.338c1.275 3.421 3.157 7.008 5.6 10.758 4.284 6.576 10.173 13.5 17.472 20.865 3.92 3.955 8.002 7.8 12.79 12.12 1.073 0.969 7.91 7.059 9.189 8.25l11.176 10.407-8.12-12.934c-12.326-19.638-23.46-33.78-33.013-43.004-3.507-3.387-6.6-5.9-9.091-7.505-1.027-0.662-1.916-1.144-2.613-1.424-0.409-0.163-0.771-0.268-1.13-0.302a2.202 2.202 0 0 0-1.117 0.16 2.068 2.068 0 0 0-1.269 1.911z m125.934 218.269l-2.26-4.007-1.39 4.385c-3.114 9.829-5.387 24.641-6.016 37.997-0.716 15.197 0.49 24.323 5.286 24.323 6.74 0 9.831-10.808 10.076-27.053 0.216-14.28-2.03-29.142-5.696-35.645z m-5.81-58.464l1.534 4.05 2.088-3.795c11.69-21.245 26.858-38.967 43.538-51.315l3.595-2.662-4.38-0.904c-16.328-3.372-31.544-8.457-52.34-16.842 2.174 0.876-21.623-8.863-27.638-11.169l-5.252-2.013 2.802 4.877c12.35 21.496 23.758 47.326 36.052 79.773z m157.626-76.261c-7.864-3.104-24.777-0.329-54.569 12.387l-7.561 3.227 8.199 0.607c23.295 1.724 39.807 0.44 49.422-3.08 4.09-1.498 6.824-3.388 8.037-5.553 1.31-2.336 0.71-4.81-1.362-6.31-0.448-0.427-1.155-0.88-2.166-1.278z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-image-fill" unicode="&#59620;" d="M854.6 607.3L639.4 822.6c-6 6-14.2 9.4-22.7 9.4H192c-17.7 0-32-14.3-32-32v-832c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V584.7c0 8.5-3.4 16.6-9.4 22.6zM400 494c22.1 0 40-17.9 40-40s-17.9-40-40-40-40 17.9-40 40 17.9 40 40 40z m296-294H328c-6.7 0-10.4 7.7-6.3 12.9l99.8 127.2c3.2 4.1 9.4 4.1 12.6 0l41.1-52.4 77.8 99.2c3.2 4.1 9.4 4.1 12.6 0l136.5-174c4.3-5.2 0.5-12.9-6.1-12.9z m-94 370V758.2L790.2 570H602z"  horiz-adv-x="1024" />
    <glyph glyph-name="diff-fill" unicode="&#59621;" d="M854.2 589.4L611.3 823.1c-6 5.7-13.9 8.9-22.2 8.9H296c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h277l219-210.6V72c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V566.4c0 8.7-3.5 17-9.8 23zM553.4 694.6c-6 6-14.1 9.4-22.6 9.4H192c-17.7 0-32-14.3-32-32v-704c0-17.7 14.3-32 32-32h512c17.7 0 32 14.3 32 32V498.7c0 8.5-3.4 16.6-9.4 22.6L553.4 694.6zM568 143c0-3.8-3.4-7-7.5-7h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42z m0 220c0-3.8-3.4-7-7.5-7H476v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V356h-84.5c-4.1 0-7.5 3.2-7.5 7v42c0 3.9 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V412h84.5c4.1 0 7.5-3.1 7.5-7v-42z"  horiz-adv-x="1024" />
    <glyph glyph-name="file-copy-fill" unicode="&#59622;" d="M832 832H296c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h496v-688c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V800c0 17.7-14.3 32-32 32zM704 704H192c-17.7 0-32-14.3-32-32v-530.7c0-8.5 3.4-16.6 9.4-22.6l173.3-173.3c2.2-2.2 4.7-4 7.4-5.5v-1.9h4.2c3.5-1.3 7.2-2 11-2H704c17.7 0 32 14.3 32 32V672c0 17.7-14.3 32-32 32zM382 0h-0.2L232 149.8v0.2h150v-150z"  horiz-adv-x="1024" />
    <glyph glyph-name="snippets-fill" unicode="&#59623;" d="M832 784H724V824c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-40H500V824c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-40H320c-17.7 0-32-14.3-32-32v-120h-96c-17.7 0-32-14.3-32-32v-632c0-17.7 14.3-32 32-32h512c17.7 0 32 14.3 32 32v96h96c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM664 410H514V560h0.2L664 410.2v-0.2z m128-274h-56V440L544 632H360v80h68v-32c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v32h152v-32c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v32h68v-576z"  horiz-adv-x="1024" />
    <glyph glyph-name="batchfolding-fill" unicode="&#59624;" d="M752 656H144c-17.7 0-32-14.3-32-32v-608c0-17.7 14.3-32 32-32h608c17.7 0 32 14.3 32 32V624c0 17.7-14.3 32-32 32zM596 290c0-4.4-3.6-8-8-8H308c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h280c4.4 0 8-3.6 8-8v-48zM880 784H264c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h576v-576c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V752c0 17.7-14.3 32-32 32z"  horiz-adv-x="1024" />
    <glyph glyph-name="reconciliation-fill" unicode="&#59625;" d="M676 273c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34zM880 728H668c0 30.9-25.1 56-56 56h-80c-30.9 0-56-25.1-56-56H264c-17.7 0-32-14.3-32-32v-200h-88c-17.7 0-32-14.3-32-32v-448c0-17.7 14.3-32 32-32h336c17.7 0 32 14.3 32 32v16h368c17.7 0 32 14.3 32 32V696c0 17.7-14.3 32-32 32zM448 48H176V280h272v-232z m0 296H176v88h272v-88z m20 272v48h72v56h64v-56h72v-48H468z m180-168v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8z m28-301c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92z m92 245c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96zM676 331c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92z m0-126c-18.8 0-34 15.2-34 34s15.2 34 34 34 34-15.2 34-34-15.2-34-34-34z"  horiz-adv-x="1024" />
    <glyph glyph-name="folder-add-fill" unicode="&#59626;" d="M880 597.6H521L403.7 709.8c-1.5 1.4-3.5 2.2-5.5 2.2H144c-17.7 0-32-14.3-32-32v-592c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V565.6c0 17.7-14.3 32-32 32zM632 319c0-3.8-3.4-7-7.5-7H540v-84.9c0-3.9-3.2-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V312h-84.5c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.8 0 7-3.2 7-7.1V368h84.5c4.1 0 7.5-3.2 7.5-7v-42z"  horiz-adv-x="1024" />
    <glyph glyph-name="folder-fill" unicode="&#59627;" d="M880 597.6H521L403.7 709.8c-1.5 1.4-3.5 2.2-5.5 2.2H144c-17.7 0-32-14.3-32-32v-592c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V565.6c0 17.7-14.3 32-32 32z"  horiz-adv-x="1024" />
    <glyph glyph-name="folder-open-fill" unicode="&#59628;" d="M928 452H820V565.6c0 17.7-14.3 32-32 32H473L355.7 709.8c-1.5 1.4-3.5 2.2-5.5 2.2H96c-17.7 0-32-14.3-32-32v-592c0-17.7 14.3-32 32-32h698c13 0 24.8 7.9 29.7 20l134 332c1.5 3.8 2.3 7.9 2.3 12 0 17.7-14.3 32-32 32z m-180 0H238c-13 0-24.8-7.9-29.7-20L136 252.8V640h188.5l119.6-114.4H748V452z"  horiz-adv-x="1024" />
    <glyph glyph-name="database-fill" unicode="&#59629;" d="M832 832H192c-17.7 0-32-14.3-32-32v-224h704V800c0 17.7-14.3 32-32 32zM288 664c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40zM160-32c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V192H160v-224z m128 136c22.1 0 40-17.9 40-40s-17.9-40-40-40-40 17.9-40 40 17.9 40 40 40zM160 256h704V512H160v-256z m128 168c22.1 0 40-17.9 40-40s-17.9-40-40-40-40 17.9-40 40 17.9 40 40 40z"  horiz-adv-x="1024" />
    <glyph glyph-name="container-fill" unicode="&#59630;" d="M832 832H192c-17.7 0-32-14.3-32-32v-529c0 0.6 0.4 1 1 1h219.3l5.2-24.7C397.6 187.5 450.8 144 512 144s114.4 43.5 126.4 103.3l5.2 24.7H863c0.6 0 1-0.4 1-1V800c0 17.7-14.3 32-32 32zM712 403c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48z m0 160c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48zM863 209H694.1c-11.6-32.8-32-62.3-59.1-84.7-34.5-28.6-78.2-44.3-123-44.3s-88.5 15.8-123 44.3c-27.1 22.4-47.5 51.9-59.1 84.7H161c-0.6 0-1 0.4-1 1v-242c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V210c0-0.6-0.4-1-1-1z"  horiz-adv-x="1024" />
    <glyph glyph-name="sever-fill" unicode="&#59631;" d="M832 832H192c-17.7 0-32-14.3-32-32v-224h704V800c0 17.7-14.3 32-32 32zM456 680c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48zM160-32c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V192H160v-224z m576 136c22.1 0 40-17.9 40-40s-17.9-40-40-40-40 17.9-40 40 17.9 40 40 40zM160 256h704V512H160v-256z m96 152c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v48z"  horiz-adv-x="1024" />
    <glyph glyph-name="calendar-check-fill" unicode="&#59632;" d="M928 672H768v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H96c-17.7 0-32-14.3-32-32v-576c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V640c0 17.7-14.3 32-32 32zM424 208c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48z m0 136c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48z m374.5 91.3l-165-228.7c-6.4-8.8-19.4-8.8-25.8 0L493.5 364.8c-3.8 5.3 0 12.7 6.5 12.7h54.9c5.1 0 9.9-2.5 12.9-6.6l52.8-73.1 103.7 143.7c3 4.2 7.8 6.6 12.9 6.6H792c6.5-0.1 10.3-7.5 6.5-12.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="image-fill" unicode="&#59633;" d="M928 736H96c-17.7 0-32-14.3-32-32v-640c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V704c0 17.7-14.3 32-32 32zM338 592c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z m513.9-437.1c-1.4-1.2-3.3-1.9-5.2-1.9H177.2c-4.4 0-8 3.6-8 8 0 1.9 0.7 3.7 1.9 5.2l170.3 202c2.8 3.4 7.9 3.8 11.3 1 0.3-0.3 0.7-0.6 1-1l99.4-118 158.1 187.5c2.8 3.4 7.9 3.8 11.3 1 0.3-0.3 0.7-0.6 1-1l229.6-271.6c2.6-3.3 2.2-8.4-1.2-11.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="idcard-fill" unicode="&#59634;" d="M373 485c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52zM928 736H96c-17.7 0-32-14.3-32-32v-640c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V704c0 17.7-14.3 32-32 32zM608 476c0 4.4 1 8 2.3 8h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48z m-86-253h-43.9c-4.2 0-7.6 3.3-7.9 7.5-3.8 50.5-46 90.5-97.2 90.5s-93.4-40-97.2-90.5c-0.3-4.2-3.7-7.5-7.9-7.5H224c-4.6 0-8.2 3.8-8 8.4 2.8 53.3 32 99.7 74.6 126.1-18.1 19.9-29.1 46.4-29.1 75.5 0 61.9 49.9 112 111.4 112s111.4-50.1 111.4-112c0-29.1-11-55.5-29.1-75.5 42.7-26.5 71.8-72.8 74.6-126.1 0.4-4.6-3.2-8.4-7.8-8.4z m278.9 53H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8h185.7c3.9 0 7.1-3.6 7.1-8v-48h0.1c0-4.4-3.2-8-7.1-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="creditcard-fill" unicode="&#59635;" d="M928 736H96c-17.7 0-32-14.3-32-32v-160h896V704c0 17.7-14.3 32-32 32zM64 64c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V456H64v-392z m579 184c0 4.4 3.6 8 8 8h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72z"  horiz-adv-x="1024" />
    <glyph glyph-name="fund-fill" unicode="&#59636;" d="M926 732H94c-17.7 0-32-14.3-32-32v-640c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V700c0 17.7-14.3 32-32 32z m-92.3-194.4l-297-297.2c-3.1-3.1-8.2-3.1-11.3 0L410.9 354.9 238.4 182.3c-3.1-3.1-8.2-3.1-11.3 0l-36.8 36.8c-3.1 3.1-3.1 8.2 0 11.3l214.9 215c3.1 3.1 8.2 3.1 11.3 0L531 331l254.5 254.6c3.1 3.1 8.2 3.1 11.3 0l36.8-36.8c3.2-3 3.2-8.1 0.1-11.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="read-fill" unicode="&#59637;" d="M928 735H699.2c-49.1 0-97.1-14.1-138.4-40.7L512 663l-48.8 31.3C422 720.9 373.9 735 324.8 735H96c-17.7 0-32-14.3-32-32v-568c0-17.7 14.3-32 32-32h228.8c49.1 0 97.1-14.1 138.4-40.7l44.4-28.6c1.3-0.8 2.8-1.3 4.3-1.3s3 0.4 4.3 1.3l44.4 28.6C602 88.9 650.1 103 699.2 103H928c17.7 0 32 14.3 32 32V703c0 17.7-14.3 32-32 32zM404 342.5c0-4.1-3.2-7.5-7.1-7.5H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45z m0 140c0-4.1-3.2-7.5-7.1-7.5H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45z m416-140c0-4.1-3.2-7.5-7.1-7.5H627.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45z m0 140c0-4.1-3.2-7.5-7.1-7.5H627.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45z"  horiz-adv-x="1024" />
    <glyph glyph-name="contacts-fill" unicode="&#59638;" d="M928 672H768v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H96c-17.7 0-32-14.3-32-32v-576c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V640c0 17.7-14.3 32-32 32zM661 160h-43.9c-4.2 0-7.6 3.3-7.9 7.5-3.8 50.6-46 90.5-97.2 90.5s-93.4-40-97.2-90.5c-0.3-4.2-3.7-7.5-7.9-7.5H363c-4.6 0-8.2 3.8-8 8.4 2.8 53.3 32 99.7 74.6 126.1-18.1 19.9-29.1 46.4-29.1 75.5 0 61.9 49.9 112 111.4 112 61.5 0 111.4-50.1 111.4-112 0-29.1-11-55.5-29.1-75.5 42.7-26.5 71.8-72.8 74.6-126.1 0.4-4.6-3.2-8.4-7.8-8.4zM512 422c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52z"  horiz-adv-x="1024" />
    <glyph glyph-name="delete-fill" unicode="&#59639;" d="M864 640H736v80c0 35.3-28.7 64-64 64H352c-35.3 0-64-28.7-64-64v-80H160c-17.7 0-32-14.3-32-32v-32c0-4.4 3.6-8 8-8h60.4l24.7-523c1.6-34.1 29.8-61 63.9-61h454c34.2 0 62.3 26.8 63.9 61l24.7 523H888c4.4 0 8 3.6 8 8v32c0 17.7-14.3 32-32 32z m-200 0H360v72h304v-72z"  horiz-adv-x="1024" />
    <glyph glyph-name="notification-fill" unicode="&#59640;" d="M880 784c-3.8 0-7.7-0.7-11.6-2.3L292 550.1H128c-8.8 0-16-7.4-16-16.6v-299c0-9.2 7.2-16.6 16-16.6h101.6c-3.7-11.6-5.6-23.9-5.6-36.4 0-65.9 53.8-119.5 120-119.5 55.4 0 102.1 37.6 115.9 88.4l408.6-164.2c3.9-1.5 7.8-2.3 11.6-2.3 16.9 0 32 14.2 32 33.2V750.8C912 769.8 897 784 880 784zM344 133.7c-26.5 0-48 21.4-48 47.8 0 11.2 3.9 21.9 11 30.4l84.9-34.1c-2-24.6-22.7-44.1-47.9-44.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="flag-fill" unicode="&#59641;" d="M880 591H624V704c0 17.7-14.3 32-32 32H184v40c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-784c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8V256h248v-113c0-17.7 14.3-32 32-32h416c17.7 0 32 14.3 32 32V559c0 17.7-14.3 32-32 32z"  horiz-adv-x="1024" />
    <glyph glyph-name="moneycollect-fill" unicode="&#59642;" d="M911.5 196.3c-1.5 4.2-6.1 6.3-10.3 4.8L840 178.8V717c0 37.6-30.4 68-68 68H252c-37.6 0-68-30.4-68-68v-538.2l-61.3 22.3c-0.9 0.3-1.8 0.5-2.7 0.5-4.4 0-8-3.6-8-8V134c0-3.3 2.1-6.3 5.3-7.5L501-13.1c7.1-2.6 14.8-2.6 21.9 0l383.8 139.5c3.2 1.2 5.3 4.2 5.3 7.5v59.6c0 1-0.2 1.9-0.5 2.8z m-243.8 377L564 381.7h57.6c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3V193c0-4.4-3.6-8-8-8h-49.9c-4.4 0-8 3.6-8 8v63.4h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h57L356.5 573.2c-2.1 3.8-0.7 8.7 3.2 10.8 1.2 0.7 2.5 1 3.8 1h55.7c3 0 5.7-1.7 7.1-4.4L511 411.8h3.3L599 580.6c1.3 2.7 4.1 4.4 7.1 4.4h54.5c4.4 0 8-3.6 8.1-7.9 0-1.3-0.4-2.6-1-3.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="medicinebox-fill" unicode="&#59643;" d="M839.2 617.9c-4.3 13.2-16.6 22.1-30.4 22.1H736V752c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32v-112h-72.8c-13.9 0-26.1-8.9-30.4-22.1L112 394v-378c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V394l-72.8 223.9zM660 268c0-4.4-3.6-8-8-8H544v-108c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8V260H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108V432c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-108h108c4.4 0 8-3.6 8-8v-48z m4 372H360v72h304v-72z"  horiz-adv-x="1024" />
    <glyph glyph-name="rest-fill" unicode="&#59644;" d="M832 640h-28.1l-35.7 120.9c-4 13.7-16.5 23.1-30.7 23.1h-451c-14.3 0-26.8-9.4-30.7-23.1L220.1 640H192c-17.7 0-32-14.3-32-32v-28c0-4.4 3.6-8 8-8h45.8l47.7-558.7c1.4-16.6 15.3-29.3 31.9-29.3h429.2c16.6 0 30.5 12.7 31.9 29.3L802.2 572H856c4.4 0 8 3.6 8 8v28c0 17.7-14.3 32-32 32zM508 192c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zM291 640l22.4 76h397.2l22.4-76H291zM508 336m-80 0a80 80 0 1 1 160 0 80 80 0 1 1-160 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="shopping-fill" unicode="&#59645;" d="M832 584H696v16c0 101.6-82.4 184-184 184s-184-82.4-184-184v-16H192c-17.7 0-32-14.3-32-32v-536c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V552c0 17.7-14.3 32-32 32z m-208 0H400v16c0 61.9 50.1 112 112 112s112-50.1 112-112v-16z"  horiz-adv-x="1024" />
    <glyph glyph-name="skin-fill" unicode="&#59646;" d="M870 770H663.8c-17.4 0-32.9-11.9-37-29.3C614.3 687.9 567 650 512 650s-102.3 37.9-114.8 90.7c-4.1 17.4-19.5 29.3-37 29.3H154c-24.3 0-44-19.7-44-44v-252c0-24.3 19.7-44 44-44h75v-388c0-24.3 19.7-44 44-44h478c24.3 0 44 19.7 44 44V430h75c24.3 0 44 19.7 44 44V726c0 24.3-19.7 44-44 44z"  horiz-adv-x="1024" />
    <glyph glyph-name="video-fill" unicode="&#59647;" d="M912 593.7L784 520V672c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64v-576c0-35.3 28.7-64 64-64h592c35.3 0 64 28.7 64 64V248l128-73.7c21.3-12.3 48 3.1 48 27.6V566c0 24.6-26.7 40-48 27.7zM328 544c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-48z m560-273l-104 59.8V437.1L888 497v-226z"  horiz-adv-x="1024" />
    <glyph glyph-name="sound-fill" unicode="&#59648;" d="M892.1 158.2l-110.3 63.7c-2.5 1.4-5.2 2.1-7.9 2.1-5.5 0-10.9-2.9-13.8-8l-19.9-34.5c-4.4-7.6-1.8-17.4 5.8-21.8L856.3 96c2.5-1.4 5.2-2.1 7.9-2.1 5.5 0 10.9 2.9 13.8 8l19.9 34.5c4.4 7.6 1.7 17.4-5.8 21.8zM760 552c2.9-5.1 8.3-8 13.8-8 2.7 0 5.4 0.7 7.9 2.1L892 609.8c7.6 4.4 10.2 14.2 5.8 21.8L878 666c-2.9 5.1-8.3 8-13.8 8-2.7 0-5.4-0.7-7.9-2.1L746 608.2c-7.6-4.4-10.2-14.2-5.8-21.8L760 552zM934 420H806c-8.8 0-16-7.2-16-16v-40c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16v40c0 8.8-7.2 16-16 16zM625.9 781c-5.9 0-11.9-1.6-17.4-5.3L254 544H90c-8.8 0-16-7.2-16-16v-288c0-8.8 7.2-16 16-16h164l354.5-231.7c5.5-3.6 11.6-5.3 17.4-5.3 16.7 0 32.1 13.3 32.1 32.1V748.9c0 18.8-15.4 32.1-32.1 32.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="bulb-fill" unicode="&#59649;" d="M348 219.9C250 276.6 184 382.6 184 504c0 181.1 146.9 328 328 328s328-146.9 328-328c0-121.4-66-227.4-164-284.1V104c0-17.7-14.3-32-32-32H380c-17.7 0-32 14.3-32 32V219.9zM392 8h240c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="bell-fill" unicode="&#59650;" d="M816 128h-24V468c0 141.1-104.3 257.8-240 277.2V784c0 22.1-17.9 40-40 40s-40-17.9-40-40v-38.8C336.3 725.8 232 609.1 232 468v-340h-24c-17.7 0-32-14.3-32-32v-32c0-4.4 3.6-8 8-8h216c0-61.8 50.2-112 112-112s112 50.2 112 112h216c4.4 0 8 3.6 8 8v32c0 17.7-14.3 32-32 32zM512 8c-26.5 0-48 21.5-48 48h96c0-26.5-21.5-48-48-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="filter-fill" unicode="&#59651;" d="M349 58c0-17.7 14.2-32 31.8-32h262.4c17.6 0 31.8 14.3 31.8 32V254H349v-196zM880.1 742H143.9c-24.5 0-39.8-26.7-27.5-48l221.3-376h348.8l221.3 376c12.1 21.3-3.2 48-27.7 48z"  horiz-adv-x="1024" />
    <glyph glyph-name="fire-fill" unicode="&#59652;" d="M834.1 426.8c-19.5 43.8-47.4 82.6-82.9 115.2l-29.1 26.7c-4.3 3.8-11.1 2.1-13-3.3l-13-37.3c-8.1-23.4-23-47.3-44.1-70.8-1.4-1.5-3-1.9-4.1-2-1.1-0.1-2.8 0.1-4.3 1.5-1.4 1.2-2.1 3-2 4.8 3.7 60.2-14.3 128.1-53.7 202C555.3 725 510 772.9 453.4 806.3l-41.3 24.3c-5.4 3.2-12.3-1-12-7.3l2.2-48c1.5-32.8-2.3-61.8-11.3-85.9-11-29.5-26.8-56.9-47-81.5-14.2-17.2-30.1-32.7-47.5-46.1-42.1-32.3-76.8-74.4-100.3-121.5C172.5 392.7 160 339.4 160 286c0-47.2 9.3-92.9 27.7-136 17.8-41.5 43.2-78.9 75.5-110.9 32.4-32 70-57.2 111.9-74.7C418.5-53.8 464.5-63 512-63s93.5 9.2 136.9 27.3c41.9 17.5 79.6 42.6 111.9 74.7 32.4 32 57.8 69.4 75.5 110.9 18.4 43.1 27.7 88.8 27.7 136 0 48.8-10 96.2-29.9 140.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="funnelplot-fill" unicode="&#59653;" d="M336.7 310h350.6l84.9 148H251.8zM880.1 742H143.9c-24.5 0-39.8-26.7-27.5-48L215 522h594l98.7 172c12.2 21.3-3.1 48-27.6 48zM349 58c0-17.7 14.2-32 31.8-32h262.4c17.6 0 31.8 14.3 31.8 32V246H349v-188z"  horiz-adv-x="1024" />
    <glyph glyph-name="gift-fill" unicode="&#59654;" d="M160 2c0-17.7 14.3-32 32-32h286V346H160v-344zM546-30h286c17.7 0 32 14.3 32 32V346H546v-376zM880 586H732.4c13.6 21.4 21.6 46.8 21.6 74 0 76.1-61.9 138-138 138-41.4 0-78.7-18.4-104-47.4-25.3 29-62.6 47.4-104 47.4-76.1 0-138-61.9-138-138 0-27.2 7.9-52.6 21.6-74H144c-17.7 0-32-14.3-32-32v-140h366V586h68v-172h366V554c0 17.7-14.3 32-32 32z m-402 4h-70c-38.6 0-70 31.4-70 70s31.4 70 70 70 70-31.4 70-70v-70z m138 0h-70v70c0 38.6 31.4 70 70 70s70-31.4 70-70-31.4-70-70-70z"  horiz-adv-x="1024" />
    <glyph glyph-name="hourglass-fill" unicode="&#59655;" d="M742 578V712h86c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8H196c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h86v-134c0-81.5 42.4-153.2 106.4-194-64-40.8-106.4-112.5-106.4-194v-134h-86c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h632c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-86V190c0 81.5-42.4 153.2-106.4 194 64 40.8 106.4 112.5 106.4 194z"  horiz-adv-x="1024" />
    <glyph glyph-name="home-fill" unicode="&#59656;" d="M946.5 391L534.6 802.6c-12.5 12.5-32.7 12.5-45.2 0L77.5 391c-12-12-18.8-28.3-18.8-45.3 0-35.3 28.7-64 64-64h43.4V-12c0-17.7 14.3-32 32-32H448V180h112v-224h265.9c17.7 0 32 14.3 32 32V281.7h43.4c17 0 33.3 6.7 45.3 18.8 24.9 25 24.9 65.5-0.1 90.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="trophy-fill" unicode="&#59657;" d="M868 736h-92v40c0 4.4-3.6 8-8 8H256c-4.4 0-8-3.6-8-8v-40h-92c-24.3 0-44-19.7-44-44v-148c0-81.7 60-149.6 138.2-162C265.6 265.8 359 174.2 476 161.5v-105.2H280c-17.7 0-32-14.3-32-32V-8c0-4.4 3.6-8 8-8h512c4.4 0 8 3.6 8 8v32.3c0 17.7-14.3 32-32 32H548V161.5C665 174.2 758.4 265.8 773.8 382 852 394.4 912 462.3 912 544V692c0 24.3-19.7 44-44 44zM248 456.4c-37.1 11.9-64 46.7-64 87.6V664h64v-207.6zM840 544c0-41-26.9-75.8-64-87.6V664h64v-120z"  horiz-adv-x="1024" />
    <glyph glyph-name="location-fill" unicode="&#59658;" d="M512 569c-29.9 0-58-11.6-79.2-32.8C411.7 515 400 486.9 400 457c0-29.9 11.7-58 32.8-79.2C454 356.7 482.1 345 512 345c29.9 0 58 11.7 79.2 32.8C612.4 399 624 427.1 624 457c0 29.9-11.6 58-32.8 79.2S541.9 569 512 569zM854.6 606.9c-18.8 43.4-45.7 82.3-79.9 115.7-34.2 33.4-73.9 59.5-118.2 77.8C610.7 819.4 562.1 829 512 829c-50.1 0-98.7-9.6-144.5-28.5-44.3-18.3-84-44.5-118.2-77.8-34.2-33.4-61.1-72.4-79.9-115.7-19.5-45-29.4-92.8-29.4-142 0-70.6 16.9-140.9 50.1-208.7 26.7-54.5 64-107.6 111-158.1 80.3-86.2 164.5-138.9 188.4-153 6.9-4.1 14.7-6.1 22.4-6.1 7.8 0 15.5 2 22.4 6.1 23.9 14.1 108.1 66.8 188.4 153 47 50.4 84.3 103.6 111 158.1C867.1 324 884 394.2 884 464.9c0 49.2-9.9 97-29.4 142zM512 281c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176z"  horiz-adv-x="1024" />
    <glyph glyph-name="cloud-fill" unicode="&#59659;" d="M811.4 477.3C765.6 598.1 648.9 684 512.2 684S258.8 598.2 213 477.4C127.3 454.9 64 376.9 64 284c0-110.5 89.5-200 199.9-200h496.2C870.5 84 960 173.5 960 284c0 92.7-63.1 170.7-148.6 193.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="customerservice-fill" unicode="&#59660;" d="M512 768c-212.1 0-384-171.9-384-384v-360c0-13.3 10.7-24 24-24h184c35.3 0 64 28.7 64 64V272c0 35.3-28.7 64-64 64H200v48c0 172.3 139.7 312 312 312s312-139.7 312-312v-48H688c-35.3 0-64-28.7-64-64v-208c0-35.3 28.7-64 64-64h184c13.3 0 24 10.7 24 24V384c0 212.1-171.9 384-384 384z"  horiz-adv-x="1024" />
    <glyph glyph-name="experiment-fill" unicode="&#59661;" d="M218.9 259.7l42.6-26.6c0.1-0.1 0.3-0.2 0.4-0.3l12.7-8 0.3-0.3c28.3-16.4 60.5-25.1 94.1-25.1 44.9 0 87.2 15.7 121 43.8 45.9 38.4 103.8 59.9 164.9 59.9 52.3 0 102.2-15.7 144.6-44.5l7.9-5-111.6 289V716.2h63.5c4.4 0 8 3.6 8 8V776c0 4.4-3.6 8-8 8H264.7c-4.4 0-8-3.6-8-8v-51.9c0-4.4 3.6-8 8-8h63.5v-173.6L218.9 259.7z m333 203.1c22 0 39.9-17.9 39.9-39.9S573.9 383 551.9 383 512 400.9 512 422.9s17.9 39.9 39.9 39.9zM878 70.9l-29.9 77.4-85.7 53.5-0.1-0.1c-0.7 0.5-1.5 1-2.2 1.5l-8.1 5-0.3 0.3c-29 17.5-62.3 26.8-97 26.8-44.9 0-87.2-15.7-121-43.8-45.9-38.4-103.8-59.9-164.9-59.9-53 0-103.5 16.1-146.2 45.6l-28.9 18.1L146 70.9c-2.8-7.4-4.3-15.2-4.3-23 0-35.2 28.6-63.8 63.8-63.8h612.9c7.9 0 15.7 1.5 23 4.3 33 12.6 49.4 49.6 36.6 82.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="eye-fill" unicode="&#59662;" d="M508 384m-112 0a112 112 0 1 1 224 0 112 112 0 1 1-224 0ZM942.2 409.8C847.4 609.5 704.1 710 512 710c-192.2 0-335.4-100.5-430.2-300.3-7.7-16.2-7.7-35.2 0-51.5C176.6 158.5 319.9 58 512 58c192.2 0 335.4 100.5 430.2 300.3 7.7 16.2 7.7 35 0 51.5zM508 208c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176z"  horiz-adv-x="1024" />
    <glyph glyph-name="like-fill" unicode="&#59663;" d="M885.9 362.3c16.8 22.2 26.1 49.4 26.1 77.7 0 44.9-25.1 87.4-65.5 111.1a67.67 67.67 0 0 1-34.3 9.3H572.4l6 122.9c1.4 29.7-9.1 57.9-29.5 79.4-20.5 21.5-48.1 33.4-77.9 33.4-52 0-98-35-111.8-85.1l-85.9-311h-0.3v-428h472.3c9.2 0 18.2 1.8 26.5 5.4 47.6 20.3 78.3 66.8 78.3 118.4 0 12.6-1.8 25-5.4 37 16.8 22.2 26.1 49.4 26.1 77.7 0 12.6-1.8 25-5.4 37 16.8 22.2 26.1 49.4 26.1 77.7-0.2 12.6-2 25.1-5.6 37.1zM112 368v-364c0-17.7 14.3-32 32-32h65V400h-65c-17.7 0-32-14.3-32-32z"  horiz-adv-x="1024" />
    <glyph glyph-name="lock-fill" unicode="&#59664;" d="M832 432h-68V656c0 70.7-57.3 128-128 128H388c-70.7 0-128-57.3-128-128v-224h-68c-17.7 0-32-14.3-32-32v-384c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V400c0 17.7-14.3 32-32 32zM540 195v-53c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v53c-12.1 8.7-20 22.9-20 39 0 26.5 21.5 48 48 48s48-21.5 48-48c0-16.1-7.9-30.3-20-39z m152 237H332V656c0 30.9 25.1 56 56 56h248c30.9 0 56-25.1 56-56v-224z"  horiz-adv-x="1024" />
    <glyph glyph-name="unlike-fill" unicode="&#59665;" d="M885.9 405.7c3.6 12 5.4 24.4 5.4 37 0 28.3-9.3 55.5-26.1 77.7 3.6 12 5.4 24.4 5.4 37 0 28.3-9.3 55.5-26.1 77.7 3.6 12 5.4 24.4 5.4 37 0 51.6-30.7 98.1-78.3 118.4-8.3 3.6-17.2 5.4-26.5 5.4H273v-428h0.3l85.8-310.8C372.9 7 418.9-28 470.9-28c29.7 0 57.4 11.8 77.9 33.4 20.5 21.5 31 49.7 29.5 79.4l-6 122.9h239.9c12.1 0 23.9 3.2 34.3 9.3 40.4 23.5 65.5 66.1 65.5 111 0 28.3-9.3 55.5-26.1 77.7zM112 764v-364c0-17.7 14.3-32 32-32h65V796h-65c-17.7 0-32-14.3-32-32z"  horiz-adv-x="1024" />
    <glyph glyph-name="star-fill" unicode="&#59666;" d="M908.1 542.9l-253.9 36.9L540.7 809.9c-3.1 6.3-8.2 11.4-14.5 14.5-15.8 7.8-35 1.3-42.9-14.5L369.8 579.8l-253.9-36.9c-7-1-13.4-4.3-18.3-9.3-12.3-12.7-12.1-32.9 0.6-45.3l183.7-179.1-43.4-252.9c-1.2-6.9-0.1-14.1 3.2-20.3 8.2-15.6 27.6-21.7 43.2-13.4L512 142l227.1-119.4c6.2-3.3 13.4-4.4 20.3-3.2 17.4 3 29.1 19.5 26.1 36.9l-43.4 252.9 183.7 179.1c5 4.9 8.3 11.3 9.3 18.3 2.7 17.5-9.5 33.7-27 36.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="unlock-fill" unicode="&#59667;" d="M832 432H332V656c0 30.9 25.1 56 56 56h248c30.9 0 56-25.1 56-56v-68c0-4.4 3.6-8 8-8h56c4.4 0 8 3.6 8 8v68c0 70.7-57.3 128-128 128H388c-70.7 0-128-57.3-128-128v-224h-68c-17.7 0-32-14.3-32-32v-384c0-17.7 14.3-32 32-32h640c17.7 0 32 14.3 32 32V400c0 17.7-14.3 32-32 32zM540 195v-53c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v53c-12.1 8.7-20 22.9-20 39 0 26.5 21.5 48 48 48s48-21.5 48-48c0-16.1-7.9-30.3-20-39z"  horiz-adv-x="1024" />
    <glyph glyph-name="alert-fill" unicode="&#59668;" d="M512 652c176.179 0 319-142.821 319-319v-233c0-17.673-14.327-32-32-32H225c-17.673 0-32 14.327-32 32V333c0 176.179 142.821 319 319 319zM484 828h56a8 8 0 0 0 8-8v-96a8 8 0 0 0-8-8h-56a8 8 0 0 0-8 8V820a8 8 0 0 0 8 8zM177.255 704.343a8 8 0 0 0 11.314 0l67.882-67.882a8 8 0 0 0 0-11.314l-39.598-39.598a8 8 0 0 0-11.314 0l-67.882 67.882a8 8 0 0 0 0 11.314l39.598 39.598z m669.598 0l39.598-39.598a8 8 0 0 0 0-11.314l-67.882-67.882a8 8 0 0 0-11.314 0l-39.598 39.598a8 8 0 0 0 0 11.314l67.882 67.882a8 8 0 0 0 11.314 0zM192 4h640c17.673 0 32-14.327 32-32v-24a8 8 0 0 0-8-8H168a8 8 0 0 0-8 8v24c0 17.673 14.327 32 32 32z m148 317v-253h64V321h-64z"  horiz-adv-x="1024" />
    <glyph glyph-name="api-fill" unicode="&#59669;" d="M917.7 747.2l-42.4 42.4c-1.6 1.6-3.6 2.3-5.7 2.3s-4.1-0.8-5.7-2.3l-76.1-76.1c-33.7 22.9-72.9 34.3-112.1 34.3-51.2 0-102.4-19.5-141.5-58.6L432.3 587.3c-3.1-3.1-3.1-8.2 0-11.3L704 304.3c1.6-1.6 3.6-2.3 5.7-2.3 2 0 4.1 0.8 5.7 2.3l101.9 101.9c68.9 69 77 175.7 24.3 253.5l76.1 76.1c3.1 3.2 3.1 8.3 0 11.4zM578.9 349.3c-3.1 3.1-8.2 3.1-11.3 0L501 282.7 410.7 373l66.7 66.7c3.1 3.1 3.1 8.2 0 11.3L441 487.4c-3.1 3.1-8.2 3.1-11.3 0L363 420.7l-43 43c-1.6 1.6-3.6 2.3-5.7 2.3-2 0-4.1-0.8-5.7-2.3L206.8 361.8c-68.9-68.9-77-175.7-24.3-253.5l-76.1-76.1c-3.1-3.1-3.1-8.2 0-11.3l42.4-42.4c1.6-1.6 3.6-2.3 5.7-2.3s4.1 0.8 5.7 2.3l76.1 76.1c33.7-22.9 72.9-34.3 112.1-34.3 51.2 0 102.4 19.5 141.5 58.6l101.9 101.9c3.1 3.1 3.1 8.2 0 11.3l-43 43 66.7 66.7c3.1 3.1 3.1 8.2 0 11.3l-36.6 36.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="highlight-fill" unicode="&#59670;" d="M957.6 388.6L603.2 737.8c-3.1 3.1-8.1 3.1-11.2 0L353.3 502.6c-3.1-3.1-3.2-8.2-0.1-11.3l0.1-0.1 40-39.4-117.2-115.3c-3.1-3.1-3.2-8.2-0.1-11.3l0.1-0.1 39.5-38.9-189.1-187H72.1c-4.4 0-8.1-3.6-8.1-8V36c0-4.4 3.6-8 8-8h344.9c2.1 0 4.1 0.8 5.6 2.3l76.1 75.6 40.4-39.8c3.1-3.1 8.1-3.1 11.2 0l117.1 115.6 40.1-39.5c3.1-3.1 8.1-3.1 11.2 0l238.7 235.2c3.4 3 3.4 8 0.3 11.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="phone-fill" unicode="&#59671;" d="M885.6 665.8L779.1 772.2c-15.3 15.3-35.8 23.8-57.3 23.8-21.7 0-42.1-8.5-57.4-23.8L549.8 657.6c-15.3-15.3-23.8-35.8-23.8-57.3 0-21.7 8.5-42.1 23.8-57.4l83.8-83.8c-19.7-43.4-46.8-82.4-80.5-116.1-33.6-33.8-72.7-60.9-116.1-80.8L353.2 346c-15.3 15.3-35.8 23.8-57.3 23.8-21.7 0-42.1-8.5-57.4-23.8L123.8 231.5c-15.3-15.3-23.8-35.8-23.8-57.4 0-21.7 8.5-42.1 23.8-57.4l106.3-106.3c24.4-24.5 58.1-38.4 92.7-38.4 7.3 0 14.3 0.6 21.2 1.8 134.8 22.2 268.5 93.9 376.4 201.7C828.2 283.2 899.8 416.8 922.3 552c6.8 41.3-6.9 83.8-36.7 113.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="edit-fill" unicode="&#59672;" d="M880 60H144c-17.7 0-32-14.3-32-32v-36c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v36c0 17.7-14.3 32-32 32zM257.7 144c2 0 4 0.2 6 0.5L431.9 174c2 0.4 3.9 1.3 5.3 2.8l423.9 423.9c3.9 3.9 3.9 10.2 0 14.1L694.9 781.1c-1.9 1.9-4.4 2.9-7.1 2.9s-5.2-1-7.1-2.9L256.8 357.2c-1.5-1.5-2.4-3.3-2.8-5.3l-29.5-168.2c-1.9-11.1 1.5-21.9 9.4-29.8 6.6-6.4 14.9-9.9 23.8-9.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="pushpin-fill" unicode="&#59673;" d="M878.3 503.9L631.9 750.3c-6.5 6.5-15 9.7-23.5 9.7s-17-3.2-23.5-9.7L423.8 589.1c-12.2 1.4-24.5 2-36.8 2-73.2 0-146.4-24.1-206.5-72.3-15.4-12.3-16.6-35.4-2.7-49.4l181.7-181.7-215.4-215.2c-2.6-2.6-4.3-6.1-4.6-9.8l-3.4-37.2c-0.9-9.4 6.6-17.4 15.9-17.4 0.5 0 1 0 1.5 0.1l37.2 3.4c3.7 0.3 7.2 2 9.8 4.6l215.4 215.4 181.7-181.7c6.5-6.5 15-9.7 23.5-9.7 9.7 0 19.3 4.2 25.9 12.4 56.3 70.3 79.7 158.3 70.2 243.4l161.1 161.1c12.9 12.8 12.9 33.8 0 46.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="rocket-fill" unicode="&#59674;" d="M864 160c0 111.6-65.4 208-160 252.9V578.7c0 15.1-5.3 29.7-15.1 41.2L536.5 800.6C530.1 808.2 521 812 512 812s-18.1-3.8-24.5-11.4L335.1 619.9c-9.7-11.5-15.1-26.1-15.1-41.2v-165.8C225.4 368 160 271.6 160 160h156.5c-2.3-7.2-3.5-15-3.5-23.8 0-22.1 7.6-43.7 21.4-60.8 11.3-14 26.2-24.6 43.1-30.6 23.1-54 75.6-88.8 134.5-88.8 29.1 0 57.3 8.6 81.4 24.8 23.6 15.8 41.9 37.9 53 64 16.9 6 31.8 16.5 43.1 30.5 13.8 17.2 21.4 38.8 21.4 60.8 0 8.4-1.1 16.4-3.1 23.8L864 160zM512 544c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48z m116.1-432.2c-5.2-3-11.2-4.2-17.1-3.4l-19.5 2.4-2.8-19.4c-5.4-37.9-38.4-66.5-76.7-66.5s-71.3 28.6-76.7 66.5l-2.8 19.5-19.5-2.5c-1-0.1-2.1-0.2-3.3-0.2-4.9 0-9.6 1.3-13.8 3.7-8.7 5-14.1 14.3-14.1 24.4 0 10.6 5.9 19.4 14.6 23.8h231.3c8.8-4.5 14.6-13.3 14.6-23.8-0.1-10.2-5.5-19.6-14.2-24.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="thunderbolt-fill" unicode="&#59675;" d="M848 536.7H627.7L825.8 787c4.1 5.3 0.4 13-6.3 13H436c-2.8 0-5.5-1.5-6.9-4L170 348.5c-3.1-5.3 0.7-12 6.9-12h174.4l-89.4-357.6c-1.9-7.8 7.5-13.3 13.3-7.7L853.5 523c5.2 4.9 1.7 13.7-5.5 13.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="tag-fill" unicode="&#59676;" d="M938 437.2l-29.6 312.6c-1.5 16.2-14.4 29-30.6 30.6L565.2 810h-0.4c-3.2 0-5.7-1-7.6-2.9L88.9 338.8c-3.9-3.9-3.9-10.2 0-14.1l363.8-363.8c1.9-1.9 4.4-2.9 7.1-2.9s5.2 1 7.1 2.9l468.3 468.3c2 2.1 3 5 2.8 8zM699 509c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64z"  horiz-adv-x="1024" />
    <glyph glyph-name="wrench-fill" unicode="&#59677;" d="M865.3 651.3c-0.3 0.3-61.1-59.8-182.1-180.6l-84.9 84.9 180.9 180.9c-95.2 57.3-217.5 42.6-296.8-36.7-62.3-62.3-85.6-152.2-63.4-235.8l1.8-6.7-283.5-283.4c-6.2-6.2-6.2-16.4 0-22.6l141.4-141.4c6.2-6.2 16.4-6.2 22.6 0l283.3 283.3 6.7-1.8c83.7-22.3 173.6 0.9 236 63.3 79.4 79.3 94.1 201.6 38 296.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="tags-fill" unicode="&#59678;" d="M483.2 105.7L861.4 484c1.7 1.7 2.5 4 2.3 6.3l-25.5 301.4c-0.7 7.8-6.8 13.9-14.6 14.6L522.2 831.7c-2.3 0.2-4.7-0.6-6.3-2.3L137.7 451.2c-3.1-3.1-3.1-8.2 0-11.3l334.2-334.2c3.1-3.2 8.2-3.2 11.3 0z m122.7 533.4c18.7 18.7 49.1 18.7 67.9 0 18.7-18.7 18.7-49.1 0-67.9-18.7-18.7-49.1-18.7-67.9 0-18.7 18.7-18.7 49.1 0 67.9zM889.7 356.2l-39.6 39.5c-3.1 3.1-8.2 3.1-11.3 0l-362-361.3-237.6 237c-3.1 3.1-8.2 3.1-11.3 0l-39.6-39.5c-3.1-3.1-3.1-8.2 0-11.3l243.2-242.8 39.6-39.5c3.1-3.1 8.2-3.1 11.3 0l407.3 406.6c3.1 3.1 3.1 8.2 0 11.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="bank-fill" unicode="&#59679;" d="M894 434c30.9 0 43.8 39.7 18.7 58L530.8 769.8a31.81 31.81 0 0 1-37.6 0L111.3 492c-25.1-18.2-12.2-58 18.8-58H192v-374h-72c-4.4 0-8-3.6-8-8v-52c0-4.4 3.6-8 8-8h784c4.4 0 8 3.6 8 8v52c0 4.4-3.6 8-8 8h-72V434h62zM381 60H264V434h117v-374z m189 0H453V434h117v-374z m190 0H642V434h118v-374z"  horiz-adv-x="1024" />
    <glyph glyph-name="camera-fill" unicode="&#59680;" d="M864 636H728l-32.4 90.8C691 739.5 679 748 665.4 748H358.6c-13.5 0-25.6-8.5-30.1-21.2L296 636H160c-44.2 0-80-35.8-80-80v-456c0-44.2 35.8-80 80-80h704c44.2 0 80 35.8 80 80V556c0 44.2-35.8 80-80 80zM512 180c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zM512 340m-96 0a96 96 0 1 1 192 0 96 96 0 1 1-192 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="error-fill" unicode="&#59681;" d="M955.7 40l-416 720c-6.2 10.7-16.9 16-27.7 16s-21.6-5.3-27.7-16l-416-720C56 18.6 71.4-8 96-8h832c24.6 0 40 26.6 27.7 48zM480 480c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-184c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8V480z m32-352c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"  horiz-adv-x="1024" />
    <glyph glyph-name="crown-fill" unicode="&#59682;" d="M899.6 619.5L705 499.6 518.4 748.5c-3.2 4.3-9.6 4.3-12.9 0L319 499.6 124.3 619.5c-5.7 3.5-13.1-1.2-12.2-7.9L188.5 31c1.1-7.9 7.9-14 16-14h615.1c8 0 14.9 6 15.9 14l76.4 580.6c0.8 6.7-6.5 11.4-12.3 7.9zM512 161.8c-62.1 0-112.6 50.5-112.6 112.6S449.9 387 512 387s112.6-50.5 112.6-112.6S574.1 161.8 512 161.8zM512 322.7c-26.6 0-48.2-21.6-48.2-48.3 0-26.6 21.6-48.3 48.2-48.3s48.2 21.6 48.2 48.3c0 26.6-21.6 48.3-48.2 48.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="mail-fill" unicode="&#59683;" d="M928 736H96c-17.7 0-32-14.3-32-32v-640c0-17.7 14.3-32 32-32h832c17.7 0 32 14.3 32 32V704c0 17.7-14.3 32-32 32z m-80.8-108.9L531.7 381.6c-7.8-6.1-18.7-6.1-26.5 0L189.6 627.1c-1.8 1.4-2.8 3.5-2.8 5.7 0 4 3.2 7.2 7.2 7.2h648.8c2.2 0 4.3-1 5.7-2.8 2.4-3.1 1.9-7.6-1.3-10.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="car-fill" unicode="&#59684;" d="M959 482.6L935.3 524c-2.2 3.8-7.1 5.1-10.9 2.9l-50.7-29.6-78.3 216.2c-8.5 26.5-33.1 44.4-60.9 44.4H301.2c-34.7 0-65.5-22.4-76.2-55.5l-74.6-205.2-50.8 29.6c-3.8 2.2-8.7 0.9-10.9-2.9L65 482.6c-2.2-3.8-0.9-8.6 2.9-10.8l60.4-35.2-14.5-40c-1.2-3.2-1.8-6.6-1.8-10V38.4c0-15.7 11.8-28.4 26.3-28.4h67.6c12.3 0 23 9.3 25.6 22.3l7.7 37.7h545.6l7.7-37.7c2.7-13 13.3-22.3 25.6-22.3h67.6c14.5 0 26.3 12.7 26.3 28.4V386.6c0 3.4-0.6 6.8-1.8 10l-14.5 40 60.3 35.2c3.8 2.2 5.1 7 3 10.8zM264 275c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40z m388-75c0-4.4-3.6-8-8-8H380c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-36h168v36c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-84z m108 75c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40zM220 478l72.7 199.9 0.5 1.3 0.4 1.3c1.1 3.3 4.1 5.5 7.6 5.5h427.6l75.4-208H220z"  horiz-adv-x="1024" />
    <glyph glyph-name="printer-fill" unicode="&#59685;" d="M732 776c0 4.4-3.6 8-8 8H300c-4.4 0-8-3.6-8-8v-148h440V776zM852 564H172c-44.2 0-80-35.8-80-80v-328c0-17.7 14.3-32 32-32h168v-132c0-4.4 3.6-8 8-8h424c4.4 0 8 3.6 8 8V124h168c17.7 0 32 14.3 32 32V484c0 44.2-35.8 80-80 80zM664 52H360V328h304v-276z m164 360c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40z"  horiz-adv-x="1024" />
    <glyph glyph-name="shop-fill" unicode="&#59686;" d="M882 623.9V752c0 17.7-14.3 32-32 32H174c-17.7 0-32-14.3-32-32v-128.1c-16.7-1-30-14.9-30-31.9v-131.7c0-24.4 4.8-48.1 14.4-70.4 4.3-10.2 9.6-19.8 15.6-28.9v-345c0-17.6 14.3-32 32-32h274V160h128v-176h274c17.7 0 32 14.3 32 32V361c6.1 9.1 11.3 18.8 15.6 28.9 9.5 22.3 14.4 46 14.4 70.4V592c0 17-13.3 30.9-30 31.9z m-72-568H640V192c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32v-136.1H214V298.1c2.9-1.4 5.9-2.8 9-4 22.3-9.4 46-14.1 70.4-14.1s48 4.7 70.4 14.1c13.8 5.8 26.8 13.2 38.7 22.1 0.2 0.1 0.4 0.1 0.6 0 11.9-8.9 24.8-16.3 38.7-22.1 22.3-9.4 46-14.1 70.4-14.1 24.4 0 48 4.7 70.4 14.1 13.8 5.8 26.8 13.2 38.7 22.1 0.2 0.1 0.4 0.1 0.6 0 11.9-8.9 24.8-16.3 38.7-22.1 22.3-9.4 46-14.1 70.4-14.1 24.4 0 48 4.7 70.4 14.1 3 1.3 6 2.6 9 4v-242.2z m0 568.1H214v88h596v-88z"  horiz-adv-x="1024" />
    <glyph glyph-name="setting-fill" unicode="&#59687;" d="M512.5 505.4c-29.9 0-57.9-11.6-79.1-32.8-21.1-21.2-32.8-49.2-32.8-79.1 0-29.9 11.7-57.9 32.8-79.1 21.2-21.1 49.2-32.8 79.1-32.8 29.9 0 57.9 11.7 79.1 32.8 21.1 21.2 32.8 49.2 32.8 79.1 0 29.9-11.7 57.9-32.8 79.1-21.2 21.2-49.2 32.8-79.1 32.8zM924.8 269.9l-65.4 55.9c3.1 19 4.7 38.4 4.7 57.7s-1.6 38.8-4.7 57.7l65.4 55.9c10.1 8.6 13.8 22.6 9.3 35.2l-0.9 2.6c-18.1 50.4-44.8 96.8-79.6 137.7l-1.8 2.1c-8.6 10.1-22.5 13.9-35.1 9.5l-81.2-28.9c-30 24.6-63.4 44-99.6 57.5l-15.7 84.9c-2.4 13.1-12.7 23.3-25.8 25.7l-2.7 0.5c-52 9.4-106.8 9.4-158.8 0l-2.7-0.5c-13.1-2.4-23.4-12.6-25.8-25.7l-15.8-85.3c-35.9-13.6-69.1-32.9-98.9-57.3l-81.8 29.1c-12.5 4.4-26.5 0.7-35.1-9.5l-1.8-2.1c-34.8-41.1-61.5-87.4-79.6-137.7l-0.9-2.6c-4.5-12.5-0.8-26.5 9.3-35.2l66.2-56.5c-3.1-18.8-4.6-38-4.6-57 0-19.2 1.5-38.4 4.6-57l-66-56.5c-10.1-8.6-13.8-22.6-9.3-35.2l0.9-2.6c18.1-50.3 44.8-96.8 79.6-137.7l1.8-2.1c8.6-10.1 22.5-13.9 35.1-9.5l81.8 29.1c29.8-24.5 63-43.9 98.9-57.3l15.8-85.3c2.4-13.1 12.7-23.3 25.8-25.7l2.7-0.5c26.1-4.7 52.7-7.1 79.4-7.1 26.7 0 53.4 2.4 79.4 7.1l2.7 0.5c13.1 2.4 23.4 12.6 25.8 25.7l15.7 84.9c36.2 13.6 69.6 32.9 99.6 57.5l81.2-28.9c12.5-4.4 26.5-0.7 35.1 9.5l1.8 2.1c34.8 41.1 61.5 87.4 79.6 137.7l0.9 2.6c4.3 12.4 0.6 26.3-9.5 35z m-412.3-52.2c-97.1 0-175.8 78.7-175.8 175.8s78.7 175.8 175.8 175.8 175.8-78.7 175.8-175.8-78.7-175.8-175.8-175.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="USB-fill" unicode="&#59688;" d="M408 584h48c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8zM760 464V752c0 17.7-14.3 32-32 32H296c-17.7 0-32-14.3-32-32v-288c-66.2 0-120-52.1-120-116v-356c0-4.4 3.6-8 8-8h720c4.4 0 8 3.6 8 8V348c0 63.9-53.8 116-120 116z m-72 0H336V712h352v-248zM568 584h48c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="golden-fill" unicode="&#59689;" d="M905.9 89.3l-40.2 248c-0.6 3.9-4 6.7-7.9 6.7H596.2c-3.9 0-7.3-2.8-7.9-6.7l-40.2-248c-0.1-0.4-0.1-0.9-0.1-1.3 0-4.4 3.6-8 8-8h342c0.4 0 0.9 0 1.3 0.1 4.3 0.7 7.3 4.8 6.6 9.2zM435.7 337.3c-0.6 3.9-4 6.7-7.9 6.7H166.2c-3.9 0-7.3-2.8-7.9-6.7l-40.2-248c-0.1-0.4-0.1-0.9-0.1-1.3 0-4.4 3.6-8 8-8h342c0.4 0 0.9 0 1.3 0.1 4.4 0.7 7.3 4.8 6.6 9.2l-40.2 248zM342 424h342c0.4 0 0.9 0 1.3 0.1 4.4 0.7 7.3 4.8 6.6 9.2l-40.2 248c-0.6 3.9-4 6.7-7.9 6.7H382.2c-3.9 0-7.3-2.8-7.9-6.7l-40.2-248c-0.1-0.4-0.1-0.9-0.1-1.3 0-4.4 3.6-8 8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="build-fill" unicode="&#59690;" d="M916 686H376c-17.7 0-32-14.3-32-32v-236H108c-17.7 0-32-14.3-32-32v-272c0-17.7 14.3-32 32-32h540c17.7 0 32 14.3 32 32V350h236c17.7 0 32 14.3 32 32V654c0 17.7-14.3 32-32 32zM612 150H412V350h200v-200z m268 268H680V618h200v-200z"  horiz-adv-x="1024" />
    <glyph glyph-name="boxplot-fill" unicode="&#59691;" d="M952 672h-52c-4.4 0-8-3.6-8-8v-248h-92V592c0 4.4-3.6 8-8 8H448v-432h344c4.4 0 8 3.6 8 8V348h92v-244c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8V664c0 4.4-3.6 8-8 8zM224 592v-176h-92V664c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-560c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8V348h92v-172c0-4.4 3.6-8 8-8h152V600H232c-4.4 0-8-3.6-8-8z"  horiz-adv-x="1024" />
    <glyph glyph-name="sliders-fill" unicode="&#59692;" d="M904 600h-66v96c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-96h-66c-4.4 0-8-3.6-8-8v-416c0-4.4 3.6-8 8-8h66v-96c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8v96h66c4.4 0 8 3.6 8 8V592c0 4.4-3.6 8-8 8zM320 672h-66v56c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-56h-66c-4.4 0-8-3.6-8-8v-560c0-4.4 3.6-8 8-8h66v-56c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8v56h66c4.4 0 8 3.6 8 8V664c0 4.4-3.6 8-8 8zM612 492h-66V664c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-172h-66c-4.4 0-8-3.6-8-8v-200c0-4.4 3.6-8 8-8h66v-172c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8V276h66c4.4 0 8 3.6 8 8V484c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="alibaba" unicode="&#59693;" d="M602.9 226.2c-37.2-2.6-33.6 17.3-11.5 46.2 50.4 67.2 143.7 158.5 147.9 225.2 5.8 86.6-81.3 113.4-171 113.4-62.4-1.6-127-18.9-171-34.6-151.6-53.5-246.6-137.5-306.9-232-62.4-93.4-43-183.2 91.8-185.8 101.8 4.2 170.5 32.5 239.7 68.2 0.5 0-192.5-55.1-263.9-14.7-7.9 4.2-15.7 10-17.8 26.2 0 33.1 54.6 67.7 86.6 78.7v56.7c64.5-22.6 140.6-16.3 205.7 32 2.1-5.8 4.2-13.1 3.7-21h11c2.6 22.6-12.6 44.6-37.8 46.2 7.3-5.8 12.6-10.5 15.2-14.7l-1-1-0.5-0.5c-83.9-58.8-165.3-31.5-173.1-29.9l46.7 45.7-13.1 33.1c92.9 32.5 169.5 56.2 296.9 78.7l-28.5 23 14.7 8.9c75.5-21 126.4-36.7 123.8-76.6-1-6.8-3.7-14.7-7.9-23.1C660.1 429.9 594 358 567.2 327c-17.3-20.5-34.6-39.4-46.7-58.3-13.6-19.4-20.5-37.3-21-53.5 2.6-131.8 391.4 61.9 468 112.9-111.7-47.8-232.9-93.5-364.6-101.9z m85 302.9c2.8-5.2 4.1-11.6 4.1-19.1-0.1 6.8-1.4 13.3-4.1 19.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="alibabacloud" unicode="&#59694;" d="M959.2 512.1c-0.3 82.1-66.9 148.6-149.1 148.6H575.9l21.6-85.2 201-43.7c18.3-4.2 32.1-20.3 32.9-39.7 0.1-0.5 0.1-216.1 0-216.6-0.8-19.4-14.6-35.5-32.9-39.7l-201-43.7-21.6-85.3h234.2c82.1 0 148.8 66.5 149.1 148.6V512.1zM225.5 235.6c-18.3 4.2-32.1 20.3-32.9 39.7-0.1 0.6-0.1 216.1 0 216.6 0.8 19.4 14.6 35.5 32.9 39.7l201 43.7 21.6 85.2H213.8c-82.1 0-148.8-66.4-149.1-148.6V255c0.3-82.1 67-148.6 149.1-148.6H448l-21.6 85.3-200.9 43.9zM426.4 394.4h171v-21.3h-171z"  horiz-adv-x="1024" />
    <glyph glyph-name="antdesign" unicode="&#59695;" d="M716.3 582.2c19 18.9 19 49.7 0 68.6l-69.9 69.9 0.1-0.1c-18.5 18.5-50.3 50.3-95.3 95.2-21.2 20.7-55.5 20.5-76.5-0.5L80.9 421.8c-21.2-21.1-21.2-55.3 0-76.4L474.6-48c21.2-21.1 55.4-21.1 76.5 0l165.1 165c19 18.9 19 49.7 0 68.6-19 18.9-49.7 18.9-68.7 0l-125-125.2c-5.2-5.2-13.3-5.2-18.5 0L189.5 374.6c-5.2 5.2-5.2 13.3 0 18.5l314.4 314.2c0.4 0.4 0.9 0.7 1.3 1.1 5.2 4.1 12.4 3.7 17.2-1.1l125.2-125.1c19-19 49.8-19 68.7 0zM408.6 381.6a106.3 106.2 0 1 1 212.6 0 106.3 106.2 0 1 1-212.6 0ZM944.8 420.2L821.9 542.5c-19 18.9-49.8 18.9-68.7-0.1-19-18.9-19-49.7 0-68.6l83-82.9c5.2-5.2 5.2-13.3 0-18.5l-81.8-81.7c-19-18.9-19-49.7 0-68.6 19-18.9 49.7-18.9 68.7 0l121.8 121.7c21.1 21.1 21.1 55.2-0.1 76.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="ant-cloud" unicode="&#59696;" d="M378.9 158c-3.1 0-6.1 0.5-8.8 1.5l4.4-30.7h26.3l-15.5 29.9c-2.1-0.5-4.2-0.7-6.4-0.7zM799.9 449.2c-12.6 0-24.8-1.5-36.5-4.2-21.4 38.4-62.3 64.3-109.3 64.3-6.9 0-13.6-0.6-20.2-1.6-35.4 77.4-113.4 131.1-203.9 131.1-112.3 0-205.3-82.6-221.6-190.4C127.3 440.5 64 372.2 64 289c0-88.4 71.6-160.1 160-160.2h50l13.2 27.6c-26.2 8.3-43.3 29-39.1 48.8 4.6 21.6 32.8 33.9 63.1 27.5 22.9-4.9 40.4-19.1 45.5-35.1 4.6 7.4 12.8 12.4 22.1 12.4h0.2c-0.8 3.2-1.2 6.5-1.2 9.9 0 20.1 14.8 36.7 34.1 39.6v25.4c0 4.4 3.6 8 8 8s8-3.6 8-8v-26.3c4.6-1.2 8.8-3.2 12.6-5.8l19.5 21.4c3 3.3 8 3.5 11.3 0.5 3.3-3 3.5-8 0.5-11.3l-20-22-0.2-0.2c3.9-6.2 6.2-13.5 6.2-21.4 0-22.1-17.9-40-40-40-4.6 0-9 0.8-13.1 2.2-0.4-5.6-2.6-10.7-6-14.8l20-38.4H804v0.1c86.5 2.2 156 73 156 160.1 0 88.5-71.7 160.2-160.1 160.2zM338.2 158.8l-4.3-30h24.4l-5.9 41.5c-3.5-4.6-8.3-8.5-14.2-11.5zM845.5 591m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM755.8 529.7m-24 0a24 24 0 1 1 48 0 24 24 0 1 1-48 0ZM303.4 153.1l-11.6-24.3h26l3.5 24.7c-5.7-0.8-11.7-1-17.9-0.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="behance" unicode="&#59697;" d="M634 601.7h199.5v-48.4H634zM434.1 410.2c44.1 21.1 67.2 53.2 67.2 102.8 0 98.1-73 121.9-157.3 121.9H112v-492.4h238.5c89.4 0 173.3 43 173.3 143 0 61.8-29.2 107.5-89.7 124.7zM220.2 550.9h101.5c39.1 0 74.2-10.9 74.2-56.3 0-41.8-27.3-58.6-66-58.6H220.2V550.9z m115.5-324.8H220.1V361.7H338c47.6 0 77.7-19.9 77.7-70.3 0-49.6-35.9-65.3-80-65.3zM911.5 315.6c0 105.5-61.7 193.4-173.3 193.4-108.5 0-182.3-81.7-182.3-188.8 0-111 69.9-187.2 182.3-187.2 85.1 0 140.2 38.3 166.7 120h-86.3c-9.4-30.5-47.6-46.5-77.3-46.5-57.4 0-87.4 33.6-87.4 90.7h256.9c0.3 5.9 0.7 12.1 0.7 18.4zM653.9 359c3.1 46.9 34.4 76.2 81.2 76.2 49.2 0 73.8-28.9 78.1-76.2H653.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="googleplus" unicode="&#59698;" d="M879.5 425.6c-0.3 27-0.4 54.2-0.5 81.3h-80.8c-0.3-27-0.5-54.1-0.7-81.3-27.2-0.1-54.2-0.3-81.2-0.6v-80.9c27-0.3 54.2-0.5 81.2-0.8 0.3-27 0.3-54.1 0.5-81.1h80.9c0.1 27 0.3 54.1 0.5 81.3 27.2 0.3 54.2 0.4 81.2 0.7v80.9c-26.9 0.2-54.1 0.2-81.1 0.5zM349.5 425.2c-0.1-32.3 0-64.7 0.1-97 54.2-1.8 108.5-1 162.7-1.8-23.9-120.3-187.4-159.3-273.9-80.7-89 68.9-84.8 220 7.7 284 64.7 51.6 156.6 38.9 221.3-5.8 25.4 23.5 49.2 48.7 72.1 74.7-53.8 42.9-119.8 73.5-190 70.3-146.6 4.9-281.3-123.5-283.7-270.2-9.4-119.9 69.4-237.4 180.6-279.8 110.8-42.7 252.9-13.6 323.7 86 46.7 62.9 56.8 143.9 51.3 220-90.7 0.7-181.3 0.6-271.9 0.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="medium" unicode="&#59699;" d="M834.7 616.2l61.3 58.9V688H683.7L532.4 309.6 360.3 688H137.7v-12.9l71.6-86.6c7-6.4 10.6-15.8 9.7-25.2V223c2.2-12.3-1.7-24.8-10.3-33.7L128 91v-12.7h228.6v12.9l-80.6 98c-8.7 8.9-12.9 21.3-11.1 33.7V517.3l200.7-439.2h23.3l172.6 439.2v-349.9c0-9.2 0-11.1-6-17.2l-62.1-60.3V77h301.2v12.9l-59.9 58.9c-5.2 4-7.9 10.7-6.8 17.2V599c-1.1 6.5 1.6 13.2 6.8 17.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="google" unicode="&#59700;" d="M881 453.6H519.7v-148.5h206.4c-8.9-48-35.9-88.6-76.6-115.8-34.4-23-78.3-36.6-129.9-36.6-99.9 0-184.4 67.5-214.6 158.2-7.6 23-12 47.6-12 72.9s4.4 49.9 12 72.9c30.3 90.6 114.8 158.1 214.7 158.1 56.3 0 106.8-19.4 146.6-57.4l110 110.1c-66.5 62-153.2 100-256.6 100-149.9 0-279.6-86-342.7-211.4-26-51.8-40.8-110.4-40.8-172.4S151 263.2 177 211.4C240.1 86 369.8 0 519.7 0c103.6 0 190.4 34.4 253.8 93 72.5 66.8 114.4 165.2 114.4 282.1 0 27.2-2.4 53.3-6.9 78.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="IE" unicode="&#59701;" d="M852.6 528.4c16.3 36.9 32.1 90.7 32.1 131.8 0 109.1-119.5 147.6-314.5 57.9-161.4 10.8-316.8-110.5-355.6-279.7 46.3 52.3 117.4 123.4 183 151.7C316.1 517.7 246.7 426 194 330.4c-31.1-56.9-66-148.8-66-217.5 0-147.9 139.3-129.8 270.4-63 47.1-23.1 99.8-23.4 152.5-23.4 145.7 0 276.4 81.4 325.2 219H694.9c-78.8-132.9-295.2-79.5-295.2 71.2h493.2c9.6 65.4-2.5 143.6-40.3 211.7zM224.8 247.7c26.6-76.7 80.6-143.8 150.4-185-133.1-73.4-259.9-43.6-150.4 185z m174 163.3c3 82.7 75.4 142.3 156 142.3 80.1 0 153-59.6 156-142.3h-312z m276.8 281.4c32.1 15.4 72.8 33 108.8 33 47.1 0 81.4-32.6 81.4-80.6 0-30-11.1-73.5-21.9-101.8-39.3 63.5-98.9 122.4-168.3 149.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="amazon" unicode="&#59702;" d="M825 127.1c-3.3 0.9-7.3 0.4-11.9-1.3-61.6-28.2-121.5-48.3-179.7-60.2C507.7 40 385.2 53.4 266 105.7c-33.1 14.6-79.1 39.2-138 74-1.6 1.2-3.3 1.9-5.3 2-2 0.1-3.7-0.1-5.3-0.9-1.6-0.8-2.8-1.8-3.7-3.1-0.9-1.3-1.1-3.1-0.4-5.4 0.6-2.2 2.1-4.7 4.6-7.4 10.4-12.2 23.3-25.2 38.6-39s35.6-29.4 60.9-46.8c25.3-17.4 51.8-32.9 79.3-46.4 27.6-13.5 59.6-24.9 96.1-34.1s73-13.8 109.4-13.8c36.2 0 71.4 3.7 105.5 10.9 34.2 7.3 63 15.9 86.5 25.9 23.4 9.9 45 21 64.8 33 19.8 12 34.4 22.2 43.9 30.3 9.5 8.2 16.3 14.6 20.2 19.4 4.6 5.7 6.9 10.6 6.9 14.9 0.1 4.5-1.7 7.1-5 7.9zM527.4 547.9c-15.2-1.3-33.5-4.1-55-8.3-21.5-4.1-41.4-9.3-59.8-15.4s-37.2-14.6-56.3-25.4c-19.2-10.8-35.5-23.2-49-37s-24.5-31.1-33.1-52c-8.6-20.8-12.9-43.7-12.9-68.7 0-27.1 4.7-51.2 14.3-72.5 9.5-21.3 22.2-38 38.2-50.4 15.9-12.4 34-22.1 54-29.2 20-7.1 41.2-10.3 63.2-9.4 22 0.9 43.5 4.3 64.4 10.3 20.8 5.9 40.4 15.4 58.6 28.3 18.2 12.9 33.1 28.2 44.8 45.7 4.3-6.6 8.1-11.5 11.5-14.7l8.7-8.9c5.8-5.9 14.7-14.6 26.7-26.1 11.9-11.5 24.1-22.7 36.3-33.7l104.4 99.9-6 4.9c-4.3 3.3-9.4 8-15.2 14.3-5.8 6.2-11.6 13.1-17.2 20.5-5.7 7.4-10.6 16.1-14.7 25.9-4.1 9.8-6.2 19.3-6.2 28.5V637.3c0 10.1-1.9 21-5.7 32.8-3.9 11.7-10.7 24.5-20.7 38.3-10 13.8-22.4 26.2-37.2 37-14.9 10.8-34.7 20-59.6 27.4-24.8 7.4-52.6 11.1-83.2 11.1-31.3 0-60.4-3.7-87.6-10.9-27.1-7.3-50.3-17-69.7-29.2-19.3-12.2-35.9-26.3-49.7-42.4-13.8-16.1-24.1-32.9-30.8-50.4-6.7-17.5-10.1-35.2-10.1-53.1L408 586c5.5 16.4 12.9 30.6 22 42.8 9.2 12.2 17.9 21 25.8 26.5 8 5.5 16.6 9.9 25.7 13.2 9.2 3.3 15.4 5 18.6 5.4 3.2 0.3 5.7 0.4 7.6 0.4 26.7 0 45.2-7.9 55.6-23.6 6.5-9.5 9.7-23.9 9.7-43.3v-56.6c-15.2-0.6-30.4-1.6-45.6-2.9zM573.1 396c0-16.6-2.2-31.7-6.5-45-9.2-29.1-26.7-47.4-52.4-54.8-22.4-6.6-43.7-3.3-63.9 9.8-21.5 14-32.2 33.8-32.2 59.3 0 19.9 5 36.9 15 51.1 10 14.1 23.3 24.7 40 31.7s33 12 49 14.9c15.9 3 33 4.8 51 5.4V396zM908.3 177.1c-4.3 5.4-15.9 8.9-34.9 10.7-19 1.8-35.5 1.7-49.7-0.4-15.3-1.8-31.1-6.2-47.3-13.4-16.3-7.1-23.4-13.1-21.6-17.8l0.7-1.3 0.9-0.7 1.4-0.2h4.6c0.8 0 1.8 0.1 3.2 0.2 1.4 0.1 2.7 0.3 3.9 0.4 1.2 0.1 2.9 0.3 5.1 0.4 2.1 0.1 4.1 0.4 6 0.7 0.3 0 3.7 0.3 10.3 0.9 6.6 0.6 11.4 1 14.3 1.3 2.9 0.3 7.8 0.6 14.5 0.9 6.7 0.3 12.1 0.3 16.1 0 4-0.3 8.5-0.7 13.6-1.1 5.1-0.4 9.2-1.3 12.4-2.7 3.2-1.3 5.6-3 7.1-5.1 5.2-6.6 4.2-21.2-3-43.9s-14-40.8-20.4-54.2c-2.8-5.7-2.8-9.2 0-10.7s6.7-0.1 11.9 4c15.6 12.2 28.6 30.6 39.1 55.3 6.1 14.6 10.5 29.8 13.1 45.7 2.4 15.9 2 26.2-1.3 31z"  horiz-adv-x="1024" />
    <glyph glyph-name="slack" unicode="&#59703;" d="M925.5 354.1c-12.2 37.6-52.6 58.1-90.1 45.9l-80-26L703 535.1l80 26c37.6 12.2 58.1 52.6 45.9 90.1-12.2 37.6-52.6 58.1-90.1 45.9l-80-26-26.2 80.6c-12.2 37.6-52.6 58.1-90.1 45.9-37.5-12.2-58.1-52.6-45.9-90.1l26.2-80.6-161.1-52.4-26.2 80.6c-12.2 37.6-52.6 58.1-90.1 45.9s-58.1-52.6-45.9-90.1l26.2-80.6-81.1-26.4c-37.6-12.2-58.1-52.6-45.9-90.1 12.2-37.6 52.6-58.1 90.1-45.9l81.1 26.4 52.4-161.1-81.3-26.3c-37.6-12.2-58.1-52.6-45.9-90.1 12.2-37.6 52.6-58.1 90.1-45.9l81.1 26.4 26.2-80.6c12.2-37.6 52.6-58.1 90.1-45.9 37.6 12.2 58.1 52.6 45.9 90.1l-26.2 80.6 161.1 52.4 26.2-80.6c12.2-37.6 52.6-58.1 90.1-45.9 37.6 12.2 58.1 52.6 45.9 90.1l-26 80.5 80 26c37.5 12.1 58.1 52.5 45.9 90.1z m-467.3-76.7l-52.4 161.1L567 490.9l52.4-161.1-161.2-52.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="alipay" unicode="&#59704;" d="M789 285.7c-38.7 12.9-90.7 32.7-148.5 53.6 34.8 60.3 62.5 129 80.7 203.6H530.5v68.6h233.6v38.3H530.5V764h-95.4c-16.7 0-16.7-16.5-16.7-16.5v-97.8H182.2v-38.3h236.3v-68.6H223.4v-38.3h378.4c-13.8-47.6-32.4-92.3-54.5-132.9-122.8 40.4-253.8 73.2-336.1 53-52.6-13-86.5-36.1-106.5-60.3-91.4-111-25.9-279.6 167.2-279.6C386 84.8 496 148.4 581.2 253 708.3 192 960 87.3 960 87.3V236.6s-31.6 2.5-171 49.1zM253.9 149.4c-150.5 0-195 118.3-120.6 183.1 24.8 21.9 70.2 32.6 94.4 35 89.4 8.8 172.2-25.2 269.9-72.8-68.8-89.5-156.3-145.3-243.7-145.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="taobao" unicode="&#59705;" d="M168.5 622.3a68.7 68.7 0 1 1 137.4 0 68.7 68.7 0 1 1-137.4 0ZM898.5 543.1s-23.7 184.4-426.9 70.1c17.3 30 25.6 49.5 25.6 49.5L396.4 691s-40.6-132.6-113-194.4c0 0 70.1-40.6 69.4-39.4 20.1 20.1 38.2 40.6 53.7 60.4 16.1 7 31.5 13.6 46.7 19.8-18.6-33.5-48.7-83.8-78.8-115.6l42.4-37s28.8 27.7 60.4 61.2h36v-61.8H372.9v-49.5h140.3v-118.5c-1.7 0-3.6 0-5.4 0.2-15.4 0.7-39.5 3.3-49 18.2-11.5 18.1-3 51.5-2.4 71.9h-97l-3.4-1.8s-35.5-159.1 102.3-155.5c129.1-3.6 203 36 238.6 63.1l14.2-52.6 79.6 33.2-53.9 131.9-64.6-20.1 12.1-45.2c-16.6-12.4-35.6-21.7-56.2-28.4V334.7h137.1v49.5H628.1V446h137.6v49.5H521.3c17.6 21.4 31.5 41.1 35 53.6l-42.5 11.6c182.8 65.5 284.5 54.2 283.6-53.2v-282.8s10.8-97.1-100.4-90.1l-60.2 12.9-14.2-57.1S882.5 16 903.7 215.8c21.3 200-5.2 327.3-5.2 327.3zM191.1 524.8l-45.4-69.7 83.6-52.1s56-28.5 29.4-81.9C233.8 270.5 112 159.7 112 159.7l109-68.1c75.4 163.7 70.5 142 89.5 200.7 19.5 60.1 23.7 105.9-9.4 139.1-42.4 42.6-47 46.6-110 93.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="zhihu" unicode="&#59706;" d="M564.7 665.9V93h60l25.2-71.4L756.3 93h131.5V665.9H564.7z m247.7-497h-59.9l-75.1-50.4-17.8 50.4h-18V587.7h170.7v-418.8zM526.1 409.1H393.3c2.1 44.9 4.3 104.3 6.6 172.9h130.9l-0.1 8.1c0 0.6-0.2 14.7-2.3 29.1-2.1 15-6.6 34.9-21 34.9H287.8c4.4 20.6 15.7 69.7 29.4 93.8l6.4 11.2-12.9 0.7c-0.8 0-19.6 0.9-41.4-10.6-35.7-19-51.7-56.4-58.7-84.4-18.4-73.1-44.6-123.9-55.7-145.6-3.3-6.4-5.3-10.2-6.2-12.8-1.8-4.9-0.8-9.8 2.8-13 10.5-9.5 38.2 2.9 38.5 3 0.6 0.3 1.3 0.6 2.2 1 13.9 6.3 55.1 25 69.8 84.5h56.7c0.7-32.2 3.1-138.4 2.9-172.9h-141l-2.1-1.5c-23.1-16.9-30.5-63.2-30.8-65.2l-1.4-9.2h167c-12.3-78.3-26.5-113.4-34-127.4-3.7-7-7.3-14-10.7-20.8-21.3-42.2-43.4-85.8-126.3-153.6-3.6-2.8-7-8-4.8-13.7 2.4-6.3 9.3-9.1 24.6-9.1 5.4 0 11.8 0.3 19.4 1 49.9 4.4 100.8 18 135.1 87.6 17 35.1 31.7 71.7 43.9 108.9L497 46l5 12c0.8 1.9 19 46.3 5.1 95.9l-0.5 1.8-108.1 123-22-16.6c6.4 26.1 10.6 49.9 12.5 71.1h158.7v8c0 40.1-18.5 63.9-19.2 64.9l-2.4 3z"  horiz-adv-x="1024" />
    <glyph glyph-name="HTML" unicode="&#59707;" d="M145 800l66-746.6L511.8-32l299.6 85.4L878.7 800H145z m610.9-700.6l-244.1-69.6-245.2 69.6-56.7 641.2h603.8l-57.8-641.2zM281 647l1.7-24.3 22.7-253.5h206.5v0.1h112.9l-11.4-118.5L511 223.1v-0.2h-0.8l-102.4 27.7-6.5 73.2h-91l11.3-144.7 188.6-52h1.7v0.4l187.7 51.7 1.7 16.3 21.2 242.2 3.2 24.3H511v-0.2H389.9l-8.2 94.2h352.1l1.7 19.5 4.8 47.2L742 647H511z"  horiz-adv-x="1024" />
    <glyph glyph-name="linkedin" unicode="&#59708;" d="M847.7 784H176.3c-35.5 0-64.3-28.8-64.3-64.3v-671.4c0-35.5 28.8-64.3 64.3-64.3h671.4c35.5 0 64.3 28.8 64.3 64.3V719.7c0 35.5-28.8 64.3-64.3 64.3z m0-736c-447.8 0.1-671.7 0.2-671.7 0.3 0.1 447.8 0.2 671.7 0.3 671.7 447.8-0.1 671.7-0.2 671.7-0.3-0.1-447.8-0.2-671.7-0.3-671.7zM230.6 484.1h118.7v-381.8H230.6zM290 536.3c37.9 0 68.8 30.8 68.8 68.8 0 37.9-30.8 68.8-68.8 68.8s-68.8-30.8-68.8-68.8c-0.1-38 30.7-68.8 68.8-68.8zM542.3 291.2c0 49.8 9.5 98 71.2 98 60.8 0 61.7-56.9 61.7-101.2v-185.7h118.6V311.7c0 102.8-22.2 181.9-142.3 181.9-57.7 0-96.4-31.7-112.3-61.7h-1.6v52.2H423.7v-381.8h118.6V291.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="yahoo" unicode="&#59709;" d="M859.9 214.6h-14.1c-27.1 0-49.2-22.2-49.2-49.3v-14.1c0-27.1 22.2-49.3 49.2-49.3h14.1c27.1 0 49.2 22.2 49.2 49.3v14.1c0 27.1-22.2 49.3-49.2 49.3zM402.6 665C216.2 665 65 539 65 383.5S216.2 102 402.6 102s337.6 126 337.6 281.5S589.1 665 402.6 665z m0-507C245.1 158 121 261.4 121 383.5c0 62.3 32.3 119.7 84.9 161v-48.4h37l159.8-159.9v-65.3h-84.4v-56.3h225.1v56.3H459v65.3l103.5 103.6h65.3v56.3H459v-65.3l-28.1-28.1-93.4 93.5h37v56.3H216.4c49.4 35 114.3 56.6 186.2 56.6 157.6 0 281.6-103.4 281.6-225.5S560.2 158 402.6 158zM937.3 665H824.7c-15.5 0-27.7-12.6-27.1-28.1l13.1-366h84.4l65.4 366.4c2.7 15.2-7.8 27.7-23.2 27.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="facebook" unicode="&#59710;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-32-736H663.9V293.8h104l15.6 120.7H663.9v77.1c0 35 9.7 58.8 59.8 58.8h63.9v108c-11.1 1.5-49 4.8-93.2 4.8-92.2 0-155.3-56.3-155.3-159.6v-89H434.9v-120.7h104.3V48H176V720h672v-672z"  horiz-adv-x="1024" />
    <glyph glyph-name="skype" unicode="&#59711;" d="M883.7 317.4c4.1 22.5 6.3 45.5 6.3 68.5 0 51-10 100.5-29.7 147-19 45-46.3 85.4-81 120.1-34.7 34.7-75.1 61.9-120.1 80.9-46.6 19.7-96 29.7-147 29.7-24 0-48.1-2.3-71.5-6.8-32.3 17.1-68.5 26.2-105.1 26.2-59.7 0-115.9-23.3-158.1-65.5-42.2-42.2-65.5-98.4-65.5-158.1 0-38 9.8-75.4 28.1-108.4-3.7-21.4-5.7-43.3-5.7-65.1 0-51 10-100.5 29.7-147 19-45 46.2-85.4 80.9-120.1 34.7-34.7 75.1-61.9 120.1-80.9 46.6-19.7 96-29.7 147-29.7 22.2 0 44.4 2 66.2 5.9 33.5-18.9 71.3-29 110-29 59.7 0 115.9 23.2 158.1 65.5 42.3 42.2 65.5 98.4 65.5 158.1 0.1 38-9.7 75.5-28.2 108.7z m-88.1-216C766.9 72.6 729 57 688.4 57c-26.1 0-51.8 6.8-74.6 19.7l-22.5 12.7-25.5-4.5c-17.8-3.2-35.8-4.8-53.6-4.8-41.4 0-81.3 8.1-119.1 24.1-36.3 15.3-69 37.3-97.2 65.5-28.1 28.1-50.1 60.7-65.5 97.1-16 37.7-24 77.6-24 119 0 17.4 1.6 35.2 4.6 52.8l4.4 25.1L203 486c-12.5 22.4-19.1 47.8-19.1 73.4 0 40.6 15.7 78.5 44.4 107.2C257.1 695.3 295 711 335.6 711c24.7 0 49.3-6.2 71.4-17.9l22.4-11.8 24.8 4.8c18.9 3.6 38.4 5.5 58 5.5 41.4 0 81.3-8.1 119-24 36.5-15.4 69.1-37.4 97.2-65.5 28.2-28.1 50.2-60.8 65.6-97.2 16-37.7 24-77.6 24-119 0-18.4-1.7-37-5.1-55.5l-4.7-25.5 12.6-22.6c12.6-22.5 19.2-48 19.2-73.7 0-40.7-15.7-78.5-44.4-107.2zM583.4 429.8L495 449.4c-33.6 7.7-72.3 17.8-72.3 49.5s27.1 53.9 76.1 53.9c98.7 0 89.7-67.8 138.7-67.8 25.8 0 48.4 15.2 48.4 41.2 0 60.8-97.4 106.5-180 106.5-89.7 0-185.2-38.1-185.2-139.5 0-48.8 17.4-100.8 113.6-124.9l119.4-29.8c36.1-8.9 45.2-29.2 45.2-47.6 0-30.5-30.3-60.3-85.2-60.3-107.2 0-92.3 82.5-149.7 82.5-25.8 0-44.5-17.8-44.5-43.1 0-49.4 60-115.4 194.2-115.4 127.7 0 191 61.5 191 144 0 53.1-24.5 109.6-121.3 131.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="CodeSandbox" unicode="&#59712;" d="M709.6 686l0.4 0.2h0.2L512 800 313.9 686.2h-0.2l0.7-0.3L151.5 592v-416L512-32l360.5 208V592l-162.9 94zM482.7 52.4L339.6 135V274.6L210 348.2V523.1l272.7-157.3v-313.4zM238.2 574.5l134.7 77.8 138.9-79.7 139.1 79.9 135.2-78-273.9-158-274 158zM814 347.7l-128.8-73.1v-139.1l-143.9-83V365.6L814 522.9v-175.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="chrome" unicode="&#59713;" d="M928 383.7v0.3c0 229.8-186.2 416-416 416S96 613.8 96 384v-0.4c0-229.8 186.2-416 416-416s416 186.2 416 416v0.3-0.2z m-6.7 74.6l0.6-3.3c0.4-2.4 0.8-4.8 1.2-7.1-0.4 2.4-0.8 4.8-1.2 7.1l-0.6 3.3c-0.2 1-0.4 2-0.6 3.1 0.2-1.1 0.4-2.1 0.6-3.1zM676.7 257.8c53.5 82.2 52.5 189.4-11.1 263.7l162.4 8.4c20.5-44.4 32-93.8 32-145.9 0-185.2-144.6-336.6-327.1-347.4l143.8 221.2zM512 243.7c-77.5 0-140.2 62.7-140.2 140.2 0 77.7 62.7 140.2 140.2 140.2S652.2 461.5 652.2 384 589.5 243.7 512 243.7z m369.2 331.7l-3 5.7 3-5.7zM512 732c121.3 0 228.2-62.1 290.4-156.2l-263.6 13.9c-97.5 5.7-190.2-49.2-222.3-141.1L227.8 585c63.1 88.9 166.9 147 284.2 147zM102.5 310.2c26-145 127.1-264 261.6-315.1C229.6 46 128.5 165 102.5 310.2zM164 384c0 55.9 13.2 108.7 36.6 155.5l119.7-235.4c44.1-86.7 137.4-139.7 234-121.6l-74-145.1C302.9 53.5 164 202.5 164 384z m324.7-415.4c4-0.2 8-0.4 12-0.5-4 0.2-8 0.3-12 0.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="codepen" unicode="&#59714;" d="M911.7 510.7l-0.3 1.5c-0.2 1-0.3 1.9-0.6 2.9-0.2 0.6-0.4 1.1-0.5 1.7-0.3 0.8-0.5 1.7-0.9 2.5-0.2 0.6-0.5 1.1-0.8 1.7-0.4 0.8-0.8 1.5-1.2 2.3-0.3 0.5-0.6 1.1-1 1.6-0.8 1.2-1.7 2.4-2.6 3.6-0.5 0.6-1.1 1.3-1.7 1.9-0.4 0.5-0.9 0.9-1.4 1.3-0.6 0.6-1.3 1.1-1.9 1.6-0.5 0.4-1 0.8-1.6 1.2-0.2 0.1-0.4 0.3-0.6 0.4L531.1 778.2c-11.5 7.7-26.6 7.7-38.1 0L127.3 534.7c-0.2-0.1-0.4-0.3-0.6-0.4-0.5-0.4-1-0.8-1.6-1.2-0.7-0.5-1.3-1.1-1.9-1.6-0.5-0.4-0.9-0.9-1.4-1.3-0.6-0.6-1.2-1.2-1.7-1.9-1-1.1-1.8-2.3-2.6-3.6-0.3-0.5-0.7-1-1-1.6-0.4-0.7-0.8-1.5-1.2-2.3-0.3-0.5-0.5-1.1-0.8-1.7-0.3-0.8-0.6-1.7-0.9-2.5-0.2-0.6-0.4-1.1-0.5-1.7-0.2-0.9-0.4-1.9-0.6-2.9l-0.3-1.5c-0.2-1.5-0.3-3-0.3-4.5v-243.5c0-1.5 0.1-3 0.3-4.5l0.3-1.5c0.2-1 0.4-1.9 0.6-2.9 0.2-0.6 0.3-1.1 0.5-1.7 0.3-0.9 0.6-1.7 0.9-2.5 0.2-0.6 0.5-1.1 0.8-1.7 0.4-0.8 0.7-1.5 1.2-2.3 0.3-0.5 0.6-1.1 1-1.6 0.5-0.7 0.9-1.4 1.5-2.1l1.2-1.5c0.5-0.6 1.1-1.3 1.7-1.9 0.4-0.5 0.9-0.9 1.4-1.3 0.6-0.6 1.3-1.1 1.9-1.6 0.5-0.4 1-0.8 1.6-1.2 0.2-0.1 0.4-0.3 0.6-0.4L493-9.7c5.6-3.8 12.3-5.8 19.1-5.8 6.6 0 13.3 1.9 19.1 5.8l365.6 243.5c0.2 0.1 0.4 0.3 0.6 0.4 0.5 0.4 1 0.8 1.6 1.2 0.7 0.5 1.3 1.1 1.9 1.6 0.5 0.4 0.9 0.9 1.4 1.3 0.6 0.6 1.2 1.2 1.7 1.9l1.2 1.5 1.5 2.1c0.3 0.5 0.7 1 1 1.6 0.4 0.8 0.8 1.5 1.2 2.3 0.3 0.5 0.5 1.1 0.8 1.7 0.3 0.8 0.6 1.7 0.9 2.5 0.2 0.5 0.4 1.1 0.5 1.7 0.3 0.9 0.4 1.9 0.6 2.9l0.3 1.5c0.2 1.5 0.3 3 0.3 4.5V506.2c-0.3 1.5-0.4 3-0.6 4.5zM546.4 685.5l269.4-179.4-120.3-80.4-149 99.6V685.5z m-68.8 0v-160.2l-149-99.6-120.3 80.4 269.3 179.4zM180.7 441.9l86-57.5-86-57.5v115z m296.9-358.5L208.3 262.8l120.3 80.4 149-99.6v-160.2zM512 303.2l-121.6 81.2L512 465.7l121.6-81.2L512 303.2z m34.4-219.8V243.6l149 99.6 120.3-80.4-269.3-179.4zM843.3 327l-86 57.5 86 57.5v-115z"  horiz-adv-x="1024" />
    <glyph glyph-name="aliwangwang" unicode="&#59715;" d="M868.2 518.6c-18.9 45.1-46.3 85.6-81.2 120.6-34.7 34.8-75.4 62.1-120.5 81.2-46.7 19.8-96.3 29.8-147.5 29.8-41.9 0-82.9-6.7-121.9-20C306 772.7 200.8 776 170.6 776c-2.2 0-7.4 0-9.4-0.2-11.9-0.4-22.8-6.5-29.2-16.4-6.5-9.9-7.7-22.4-3.4-33.5l64.3-161.6c-34.6-58.3-52.8-125.1-52.8-193.2 0-51.4 10-101 29.8-147.6 18.9-45 46.2-85.6 81.2-120.5 34.7-34.8 75.4-62.1 120.5-81.2C418.3 2 467.9-8 519-8c51.3 0 100.9 10.1 147.7 29.8 44.9 18.9 85.5 46.3 120.4 81.2 34.7 34.8 62.1 75.4 81.2 120.6 19.8 46.7 29.8 96.5 29.8 147.6-0.2 51.2-10.1 100.8-29.9 147.4z m-66.4-266.5c-15.5-36.8-37.7-69.7-65.9-98-28.4-28.5-61.3-50.7-97.7-65.9h-0.1c-38-16-78.3-24.2-119.9-24.2-41.6 0-81.8 8.2-119.7 24.2-36.7 15.5-69.6 37.8-97.8 66-28.4 28.5-50.6 61.4-65.8 97.8v0.1c-16 37.8-24.1 78.2-24.1 119.9 0 55.4 14.8 109.7 42.8 157l13.2 22.1-9.5 23.9L206 704c14.9-0.6 35.9-2.1 59.7-5.6 43.8-6.5 82.5-17.5 114.9-32.6l19-8.9 19.9 6.8c31.5 10.8 64.8 16.2 98.9 16.2 41.6 0 81.9-8.2 119.7-24.2 36.7-15.5 69.6-37.8 97.8-66 28.4-28.5 50.6-61.4 65.8-97.8l0.1-0.1 0.1-0.1c16-37.6 24.1-78 24.2-119.8-0.1-41.7-8.3-82-24.3-119.8zM681.1 531.8c-20.4 0-37.1-16.7-37.1-37.1v-55.1c0-20.4 16.6-37.1 37.1-37.1s37.1 16.7 37.1 37.1v55.1c0 20.5-16.7 37.1-37.1 37.1zM505.9 531.8c-20.5 0-37.1-16.7-37.1-37.1v-55.1c0-20.4 16.7-37.1 37.1-37.1 20.5 0 37.1 16.7 37.1 37.1v55.1c0 20.5-16.7 37.1-37.1 37.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="apple" unicode="&#59716;" d="M747.4 360.3c-0.4 68.2 30.5 119.6 92.9 157.5-34.9 50-87.7 77.5-157.3 82.8-65.9 5.2-138-38.4-164.4-38.4-27.9 0-91.7 36.6-141.9 36.6C273.1 597.2 163 516.2 163 351.4c0-48.7 8.9-99 26.7-150.8 23.8-68.2 109.6-235.3 199.1-232.6 46.8 1.1 79.9 33.2 140.8 33.2 59.1 0 89.7-33.2 141.9-33.2 90.3 1.3 167.9 153.2 190.5 221.6-121.1 57.1-114.6 167.2-114.6 170.7z m-10.6-267c-14.3-19.9-28.7-35.6-41.9-45.7-10.5-8-18.6-11.4-24-11.6-9 0.1-17.7 2.3-34.7 8.8-1.2 0.5-2.5 1-4.2 1.6-0.8 0.3-3.9 1.5-4.4 1.7-17.4 6.7-27.8 10.3-41.1 13.8-18.6 4.8-37.1 7.4-56.9 7.4-20.2 0-39.2-2.5-58.1-7.2-13.9-3.5-25.6-7.4-42.7-13.8-0.7-0.3-8.1-3.1-10.2-3.9-3.5-1.3-6.2-2.3-8.7-3.2-10.4-3.6-17-5.1-22.9-5.2-0.7 0-1.3 0.1-1.8 0.2-1.1 0.2-2.5 0.6-4.1 1.3-4.5 1.8-9.9 5.1-16 9.8-14 10.9-29.4 28-45.1 49.9-27.5 38.6-53.5 89.8-66 125.7-15.4 44.8-23 87.7-23 128.6 0 60.2 17.8 106 48.4 137.1 26.3 26.6 61.7 41.5 97.8 42.3 5.9-0.1 14.5-1.5 25.4-4.5 8.6-2.3 18-5.4 30.7-9.9 3.8-1.4 16.9-6.1 18.5-6.7 7.7-2.8 13.5-4.8 19.2-6.6 18.2-5.8 32.3-9 47.6-9 15.5 0 28.8 3.3 47.7 9.8 7.1 2.4 32.9 12 37.5 13.6 25.6 9.1 44.5 14 60.8 15.2 4.8 0.4 9.1 0.4 13.2 0.1 22.7-1.8 42.1-6.3 58.6-13.8-37.6-43.4-57-96.5-56.9-158.4-0.3-14.7 0.9-31.7 5.1-51.8 6.4-30.5 18.6-60.7 37.9-89 14.7-21.5 32.9-40.9 54.7-57.8-11.5-23.7-25.6-48.2-40.4-68.8zM642.3 665.3c50.7 60.2 46.1 115 44.6 134.7-44.8-2.6-96.6-30.5-126.1-64.8-32.5-36.8-51.6-82.3-47.5-133.6 48.4-3.7 92.6 21.2 129 63.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="android" unicode="&#59717;" d="M448.3 670.8c-18.6 0-32-13.4-32-31.9s13.5-31.9 32-31.9c18.6 0 32 13.4 32 31.9 0.1 18.4-13.4 31.9-32 31.9zM842.2 574.4c-13.8 13.8-32.7 21.5-53.2 21.5-3.9 0-7.4-0.4-10.7-1v1h-3.6c-5.5 30.6-18.6 60.5-38.1 87.4-18.7 25.7-43 47.9-70.8 64.9l25.1 35.8v3.3c0 0.8 0.4 2.3 0.7 3.8 0.6 2.4 1.4 5.5 1.4 8.9 0 18.5-13.5 31.9-32 31.9-9.8 0-19.5-5.7-25.9-15.4l-29.3-42.1c-30 9.8-62.4 15-93.8 15-31.3 0-63.7-5.2-93.8-15L389 816.6c-6.6 9.6-16.1 15.4-26 15.4-18.6 0-32-13.4-32-31.9 0-6.2 2.5-12.8 6.7-17.4l22.6-32.3c-28.7-17-53.5-39.4-72.2-65.1-19.4-26.9-32-56.8-36.7-87.4h-5.5v-1c-3.2 0.6-6.7 1-10.7 1-20.3 0-39.2-7.5-53.1-21.3-13.8-13.8-21.5-32.6-21.5-53v-235c0-20.3 7.5-39.1 21.4-52.9 13.8-13.8 32.8-21.5 53.2-21.5 3.9 0 7.4 0.4 10.7 1v-93.5c0-29.2 23.9-53.1 53.2-53.1H331v-58.3c0-20.3 7.5-39.1 21.4-52.9 13.8-13.8 32.8-21.5 53.2-21.5 20.3 0 39.2 7.5 53.1 21.3 13.8 13.8 21.5 32.6 21.5 53v58.2H544v-58.1c0-20.3 7.5-39.1 21.4-52.9 13.8-13.8 32.8-21.5 53.2-21.5 20.4 0 39.2 7.5 53.1 21.6 13.8 13.8 21.5 32.6 21.5 53v58.2h31.9c29.3 0 53.2 23.8 53.2 53.1v91.4c3.2-0.6 6.7-1 10.7-1 20.3 0 39.2 7.5 53.1 21.3 13.8 13.8 21.5 32.6 21.5 53v235c-0.1 20.3-7.6 39-21.4 52.9zM246 286.4c0-6.8-3.9-10.6-10.7-10.6-6.8 0-10.7 3.8-10.7 10.6V521.5c0 6.8 3.9 10.6 10.7 10.6 6.8 0 10.7-3.8 10.7-10.6v-235.1z m131.1 396.8c37.5 27.3 85.3 42.3 135 42.3s97.5-15.1 135-42.5c32.4-23.7 54.2-54.2 62.7-87.5H314.4c8.5 33.4 30.5 64 62.7 87.7z m39.3-674.7c-0.6-5.6-4.4-8.7-10.5-8.7-6.8 0-10.7 3.8-10.7 10.6v58.2h21.2v-60.1z m202.3-8.7c-6.8 0-10.7 3.8-10.7 10.6v58.2h21.2v-60.1c-0.6-5.6-4.3-8.7-10.5-8.7z m95.8 132.6H309.9V532h404.6v-399.6z m85.2 154c0-6.8-3.9-10.6-10.7-10.6-6.8 0-10.7 3.8-10.7 10.6V521.5c0 6.8 3.9 10.6 10.7 10.6 6.8 0 10.7-3.8 10.7-10.6v-235.1zM576.1 670.8c-18.6 0-32-13.4-32-31.9s13.5-31.9 32-31.9c18.6 0 32.1 13.4 32.1 32-0.1 18.6-13.4 31.8-32.1 31.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="sketch" unicode="&#59718;" d="M925.6 490.9l-203 253.7c-1.2 1.5-3.1 2.4-5 2.4H306.4c-1.9 0-3.8-0.9-5-2.4l-203-253.7c-1.9-2.4-1.9-5.9 0.2-8.3l408.6-459.5c1.2-1.4 3-2.1 4.8-2.1 1.8 0 3.5 0.8 4.8 2.1l408.6 459.5c2.1 2.4 2.1 5.9 0.2 8.3zM645.2 689.6l34.4-133.9-132.5 133.9h98.1z m8.2-178.5H370.6L512 654l141.4-142.9zM378.8 689.6h98.1L344.3 555.7l34.5 133.9z m-53.4-7l-44.1-171.5h-93.1l137.2 171.5zM194.6 461.1H289l125.8-247.7-220.2 247.7zM512 132.6L345.1 461.1h333.7L512 132.6z m97.1 80.8L735 461.1h94.4L609.1 213.4z m133.6 297.7l-44.1 171.5 137.2-171.5h-93.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="Gitlab" unicode="&#59719;" d="M913.9 343.8L805 714.6v0.1c-7.6 22.9-25.7 36.5-48.3 36.5-23.4 0-42.5-13.5-49.7-35.2l-71.4-213H388.8l-71.4 213c-7.2 21.7-26.3 35.2-49.7 35.2-23.1 0-42.5-14.8-48.4-36.6L110.5 343.8c-4.4-14.7 1.2-31.4 13.5-40.7l368.5-276.4c2.6-3.6 6.2-6.3 10.4-7.8l8.6-6.4 8.5 6.4c4.9 1.7 9 4.7 11.9 8.9l368.4 275.4c12.4 9.2 18 25.9 13.6 40.6zM751.7 702.6c1 1.8 2.9 1.9 3.5 1.9 1.1 0 2.5-0.3 3.4-3L818 501.7H684.5l67.2 200.9z m-487.4-1c0.9 2.6 2.3 2.9 3.4 2.9 2.7 0 2.9-0.1 3.4-1.7l67.3-201.2H206.5l57.8 200zM158.8 337.3l28.2 97.3 202.4-270.2-230.6 172.9z m73.9 116.4h122.1l90.8-284.3-212.9 284.3zM512.9 120L405.7 453.7H620L512.9 120z m157.9 333.7h119.5L580 172.9l90.8 280.8z m-40.7-293.9l207.3 276.7 29.5-99.2-236.8-177.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="dribbble" unicode="&#59720;" d="M512 800C282.6 800 96 613.4 96 384s186.6-416 416-416 416 186.6 416 416S741.4 800 512 800z m275.1-191.8c49.5-60.5 79.5-137.5 80.2-221.4-11.7 2.5-129.2 26.3-247.4 11.4-2.5 6.1-5 12.2-7.6 18.3-7.4 17.3-15.3 34.6-23.6 51.5C720 521.7 779.6 598 787.1 608.2zM512 738.8c90.3 0 172.8-33.9 235.5-89.5-6.4-9.1-59.9-81-186.2-128.4-58.2 107-122.7 194.8-132.6 208 27.3 6.6 55.2 9.9 83.3 9.9zM360.9 705c9.4-12.8 72.9-100.9 131.7-205.5C326.4 455.4 180 456 164.1 456.2c23.1 110.3 97.4 201.9 196.8 248.8zM156.7 383.5c0 3.6 0.1 7.3 0.2 10.9 15.5-0.3 187.7-2.5 365.2 50.6 10.2-19.9 19.9-40.1 28.8-60.3-4.7-1.3-9.4-2.7-14-4.2C353.6 321.1 256.1 159.6 248 145.9c-56.7 63-91.3 146.3-91.3 237.6zM512 28.2c-82.2 0-157.9 28-218.1 75 6.4 13.1 78.3 152 278.7 221.9l2.3 0.8c49.9-129.6 70.5-238.3 75.8-269.5-42.6-18.2-89.5-28.3-138.7-28.2z m198.5 60.7c-3.6 21.6-22.5 125.6-69 253.3C752.9 360 850.7 330.8 862.8 327c-15.8-98.8-72.5-184.2-152.3-238.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="instagram" unicode="&#59721;" d="M512 589.1c-113.5 0-205.1-91.6-205.1-205.1S398.5 178.9 512 178.9 717.1 270.5 717.1 384 625.5 589.1 512 589.1z m0-338.4c-73.4 0-133.3 59.9-133.3 133.3S438.6 517.3 512 517.3 645.3 457.4 645.3 384 585.4 250.7 512 250.7zM725.5 645.3c-26.5 0-47.9-21.4-47.9-47.9s21.4-47.9 47.9-47.9 47.9 21.3 47.9 47.9c-0.1 26.6-21.4 47.9-47.9 47.9zM911.8 384c0 55.2 0.5 109.9-2.6 165-3.1 64-17.7 120.8-64.5 167.6-46.9 46.9-103.6 61.4-167.6 64.5-55.2 3.1-109.9 2.6-165 2.6-55.2 0-109.9 0.5-165-2.6-64-3.1-120.8-17.7-167.6-64.5C132.6 669.7 118.1 613 115 549c-3.1-55.2-2.6-109.9-2.6-165s-0.5-109.9 2.6-165c3.1-64 17.7-120.8 64.5-167.6 46.9-46.9 103.6-61.4 167.6-64.5 55.2-3.1 109.9-2.6 165-2.6 55.2 0 109.9-0.5 165 2.6 64 3.1 120.8 17.7 167.6 64.5 46.9 46.9 61.4 103.6 64.5 167.6 3.2 55.1 2.6 109.8 2.6 165z m-88-235.8c-7.3-18.2-16.1-31.8-30.2-45.8-14.1-14.1-27.6-22.9-45.8-30.2C695.2 51.3 570.3 56 512 56c-58.3 0-183.3-4.7-235.9 16.1-18.2 7.3-31.8 16.1-45.8 30.2-14.1 14.1-22.9 27.6-30.2 45.8C179.3 200.8 184 325.7 184 384c0 58.3-4.7 183.3 16.1 235.9 7.3 18.2 16.1 31.8 30.2 45.8s27.6 22.9 45.8 30.2C328.7 716.7 453.7 712 512 712s183.3 4.7 235.9-16.1c18.2-7.3 31.8-16.1 45.8-30.2 14.1-14.1 22.9-27.6 30.2-45.8C844.7 567.3 840 442.3 840 384c0-58.3 4.7-183.2-16.2-235.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="reddit" unicode="&#59722;" d="M344 328m-56 0a56 56 0 1 1 112 0 56 56 0 1 1-112 0ZM626.7 208.3c-23.1-18.2-68.9-37.8-114.7-37.8s-91.6 19.6-114.7 37.8c-14.4 11.3-35.3 8.9-46.7-5.5s-8.9-35.3 5.5-46.7C396.3 124.4 457.5 104 512 104s115.7 20.4 155.9 52.1c14.4 11.4 16.9 32.3 5.5 46.7-11.3 14.4-32.3 16.9-46.7 5.5zM960 440c0 61.9-50.1 112-112 112-42.1 0-78.7-23.2-97.9-57.6-57.6 31.5-127.7 51.8-204.1 56.5L612.9 701l127.9-36.9c11.5-32.6 42.6-56.1 79.2-56.1 46.4 0 84 37.6 84 84s-37.6 84-84 84c-32 0-59.8-17.9-74-44.2L603.5 773c-16 4.6-32.8-3.2-39.6-18.4l-90.8-203.9c-74.5-5.2-142.9-25.4-199.2-56.2-19.1 34.3-55.8 57.5-97.9 57.5-61.9 0-112-50.1-112-112 0-45.8 27.5-85.1 66.8-102.5-7.1-21-10.8-43-10.8-65.5 0-154.6 175.5-280 392-280s392 125.4 392 280c0 22.6-3.8 44.5-10.8 65.5C932.5 354.9 960 394.2 960 440zM820 723.5c17.4 0 31.5-14.1 31.5-31.5s-14.1-31.5-31.5-31.5-31.5 14.1-31.5 31.5 14.1 31.5 31.5 31.5zM120 440c0 30.9 25.1 56 56 56 22.3 0 41.6-13.1 50.6-32.1-29.3-22.2-53.5-47.8-71.5-75.9-20.5 8.3-35.1 28.5-35.1 52z m392-381.5c-179.8 0-325.5 95.6-325.5 213.5S332.2 485.5 512 485.5 837.5 389.9 837.5 272 691.8 58.5 512 58.5zM868.8 388c-17.9 28.1-42.2 53.7-71.5 75.9 9 18.9 28.3 32.1 50.6 32.1 30.9 0 56-25.1 56-56 0.1-23.5-14.5-43.7-35.1-52zM680 328m-56 0a56 56 0 1 1 112 0 56 56 0 1 1-112 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="windows" unicode="&#59723;" d="M120.1 125.4L443 72.8V352.2H120.1v-226.8z m63.4 163.5h196.2v-141.6l-196.2 31.9V288.9zM523.8 62.4l382-62.2v352h-382v-289.8z m63.4 226.5h255.3v-214.4l-255.3 41.6V288.9zM523.8 704.6v-288.8h382V767.9l-382-63.3z m318.7-225.5H587.3V651l255.3 42.3v-214.2zM120.1 415.8H443V694.1l-322.9-53.5v-224.8zM183.5 587l196.2 32.5v-140.4H183.5V587z"  horiz-adv-x="1024" />
    <glyph glyph-name="yuque" unicode="&#59724;" d="M854.6 525.4c-9.9 39.4 9.9 102.2 73.4 124.4l-67.9 3.6s-25.7 90-143.6 98c-117.8 8.1-194.9 3-195 3 0.1 0 87.4-55.6 52.4-154.7-25.6-52.5-65.8-95.6-108.8-144.7-1.3-1.3-2.5-2.6-3.5-3.7C319.4 291 96 36 96 36c245.9-64.4 410.7 6.3 508.2 91.1 20.5 0.2 35.9 0.3 46.3 0.3 135.8 0 250.6 117.6 245.9 248.4-3.2 89.9-31.9 110.2-41.8 149.6z m-204.1-334c-10.6 0-26.2-0.1-46.8-0.3l-23.6-0.2-17.8-15.5c-47.1-41-104.4-71.5-171.4-87.6-52.5-12.6-110-16.2-172.7-9.6 18 20.5 36.5 41.6 55.4 63.1 92 104.6 173.8 197.5 236.9 268.5l1.4 1.4 1.3 1.5c4.1 4.6 20.6 23.3 24.7 28.1 9.7 11.1 17.3 19.9 24.5 28.6 30.7 36.7 52.2 67.8 69 102.2l1.6 3.3 1.2 3.4c13.7 38.8 15.4 76.9 6.2 112.8 22.5-0.7 46.5-1.9 71.7-3.6 33.3-2.3 55.5-12.9 71.1-29.2 5.8-6 10.2-12.5 13.4-18.7 1-2 1.7-3.6 2.3-5l5-17.7c-15.7-34.5-19.9-73.3-11.4-107.2 3-11.8 6.9-22.4 12.3-34.4 2.1-4.7 9.5-20.1 11-23.3 10.3-22.7 15.4-43 16.7-78.7 3.3-94.6-82.7-181.9-182-181.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="Youtube" unicode="&#59725;" d="M960 386.8c0 2.2 0 4.7-0.1 7.6-0.1 8.1-0.3 17.2-0.5 26.9-0.8 27.9-2.2 55.7-4.4 81.9-3 36.1-7.4 66.2-13.4 88.8-12.8 47.9-50.4 85.6-98.3 98.5-28.3 7.6-83.7 12.3-161.7 15.2-37.1 1.4-76.8 2.3-116.5 2.8-13.9 0.2-26.8 0.3-38.4 0.4H497.3c-11.6-0.1-24.5-0.2-38.4-0.4-39.7-0.5-79.4-1.4-116.5-2.8-78-3-133.5-7.7-161.7-15.2-47.8-12.8-85.5-50.5-98.3-98.5-6.1-22.6-10.4-52.7-13.4-88.8-2.2-26.2-3.6-54-4.4-81.9-0.3-9.7-0.4-18.8-0.5-26.9 0-2.9-0.1-5.4-0.1-7.6v-5.6c0-2.2 0-4.7 0.1-7.6 0.1-8.1 0.3-17.2 0.5-26.9 0.8-27.9 2.2-55.7 4.4-81.9 3-36.1 7.4-66.2 13.4-88.8 12.8-47.9 50.4-85.7 98.3-98.5 28.2-7.6 83.7-12.3 161.7-15.2 37.1-1.4 76.8-2.3 116.5-2.8 13.9-0.2 26.8-0.3 38.4-0.4H526.7c11.6 0.1 24.5 0.2 38.4 0.4 39.7 0.5 79.4 1.4 116.5 2.8 78 3 133.5 7.7 161.7 15.2 47.9 12.8 85.5 50.5 98.3 98.5 6.1 22.6 10.4 52.7 13.4 88.8 2.2 26.2 3.6 54 4.4 81.9 0.3 9.7 0.4 18.8 0.5 26.9 0 2.9 0.1 5.4 0.1 7.6V384v2.8z m-72-5.2c0-2.1 0-4.4-0.1-7.1-0.1-7.8-0.3-16.4-0.5-25.7-0.7-26.6-2.1-53.2-4.2-77.9-2.7-32.2-6.5-58.6-11.2-76.3-6.2-23.1-24.4-41.4-47.4-47.5-21-5.6-73.9-10.1-145.8-12.8-36.4-1.4-75.6-2.3-114.7-2.8-13.7-0.2-26.4-0.3-37.8-0.3h-28.6c-11.4 0.1-24.1 0.2-37.8 0.3-39.1 0.5-78.2 1.4-114.7 2.8-71.9 2.8-124.9 7.2-145.8 12.8-23 6.2-41.2 24.4-47.4 47.5-4.7 17.7-8.5 44.1-11.2 76.3-2.1 24.7-3.4 51.3-4.2 77.9-0.3 9.3-0.4 18-0.5 25.7 0 2.7-0.1 5.1-0.1 7.1v3 1.8c0 2.1 0 4.4 0.1 7.1 0.1 7.8 0.3 16.4 0.5 25.7 0.7 26.6 2.1 53.2 4.2 77.9 2.7 32.2 6.5 58.6 11.2 76.3 6.2 23.1 24.4 41.4 47.4 47.5 21 5.6 73.9 10.1 145.8 12.8 36.4 1.4 75.6 2.3 114.7 2.8 13.7 0.2 26.4 0.3 37.8 0.3h28.6c11.4-0.1 24.1-0.2 37.8-0.3 39.1-0.5 78.2-1.4 114.7-2.8 71.9-2.8 124.9-7.2 145.8-12.8 23-6.2 41.2-24.4 47.4-47.5 4.7-17.7 8.5-44.1 11.2-76.3 2.1-24.7 3.4-51.3 4.2-77.9 0.3-9.3 0.4-18 0.5-25.7 0-2.7 0.1-5.1 0.1-7.1v-4.8zM423 250l232 135-232 133z"  horiz-adv-x="1024" />
    <glyph glyph-name="Gitlab-fill" unicode="&#59726;" d="M910.5 342.8l-109 370.8c-6.8 20.4-23.1 34.1-44.9 34.1s-39.5-12.3-46.3-32.7l-72.2-215.4H386.2L314 714.9c-6.8 20.4-24.5 32.7-46.3 32.7s-39.5-13.6-44.9-34.1L113.9 342.8c-4.1-13.6 1.4-28.6 12.3-36.8l385.4-289 386.7 289c10.8 8.1 16.3 23.1 12.2 36.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="dropbox" unicode="&#59727;" d="M64 339.1l264.2-173.5L512.5 319 246.8 483.3zM960 629.4zM960 629.4L696.8 801 512.5 647.5l265.2-164.2L512.5 319l184.3-153.4L960 337.2 777.7 483.3zM513 286.2L328.2 132.7l-79.4 51.5v-57.8L513-32l263.7 158.4v57.8l-78.9-51.5zM328.2 801L64 630.9l182.8-147.6 265.7 164.2zM64 339.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="dingtalk" unicode="&#59728;" d="M573.7 643.5C422.5 698.6 201.3 799.3 201.3 799.3c-15.7 4.1-17.9-11.1-17.9-11.1-5-61.1 33.6-160.5 53.6-182.8 19.9-22.3 319.1-113.7 319.1-113.7S326 538.1 270.5 554.1c-55.6 16-37.9-17.8-37.9-17.8 11.4-61.7 64.9-131.8 107.2-138.4 42.2-6.6 220.1-4 220.1-4s-35.5-4.1-93.2-11.9c-42.7-5.8-97-12.5-111.1-17.8-33.1-12.5 24-62.6 24-62.6 84.7-76.8 129.7-50.5 129.7-50.5 33.3 10.7 61.4 18.5 85.2 24.2L565 152.9h84.6L603-32l205.3 271.9H700.8l22.3 38.7c0.3-0.5 0.4-0.8 0.4-0.8S799.8 399.9 829 462.2l0.6 1h-0.1c5 10.8 8.6 19.7 10 25.8 17 71.3-114.5 99.4-265.8 154.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="android-fill" unicode="&#59729;" d="M270.1 154.3c0-23.4 19.1-42.5 42.6-42.5h48.7v-120.4c0-30.5 24.5-55.4 54.6-55.4 30.2 0 54.6 24.8 54.6 55.4V111.9h85v-120.4c0-30.5 24.5-55.4 54.6-55.4 30.2 0 54.6 24.8 54.6 55.4V111.9h48.7c23.5 0 42.6 19.1 42.6 42.5V549.6h-486v-395.3zM627.2 754.4l44.9 65c2.6 3.8 2 8.9-1.5 11.4-3.5 2.4-8.5 1.2-11.1-2.6l-46.6-67.6c-30.7 12.1-64.9 18.8-100.8 18.8-35.9 0-70.1-6.7-100.8-18.8l-46.6 67.5c-2.6 3.8-7.6 5.1-11.1 2.6-3.5-2.4-4.1-7.4-1.5-11.4l44.9-65c-71.4-33.2-121.4-96.1-127.8-169.6h486c-6.6 73.6-56.7 136.5-128 169.7zM409.5 651.9c-14.8 0-26.9 12-26.9 26.9 0 14.8 12 26.9 26.9 26.9 14.8 0 26.9-12 26.9-26.9-0.1-14.9-12.1-26.9-26.9-26.9z m208.4 0c-14.8 0-26.9 12-26.9 26.9 0 14.8 12 26.9 26.9 26.9 14.8 0 26.9-12 26.9-26.9-0.1-14.9-12.1-26.9-26.9-26.9zM841.3 551.2c-30.2 0-54.6-24.8-54.6-55.4v-216.4c0-30.5 24.5-55.4 54.6-55.4 30.2 0 54.6 24.8 54.6 55.4V495.9c0.1 30.6-24.3 55.3-54.6 55.3zM182.7 551.2c-30.2 0-54.6-24.8-54.6-55.4v-216.4c0-30.5 24.5-55.4 54.6-55.4 30.2 0 54.6 24.8 54.6 55.4V495.9c0 30.6-24.5 55.3-54.6 55.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="apple-fill" unicode="&#59730;" d="M747.4 360.3c-0.4 68.2 30.5 119.6 92.9 157.5-34.9 50-87.7 77.5-157.3 82.8-65.9 5.2-138-38.4-164.4-38.4-27.9 0-91.7 36.6-141.9 36.6C273.1 597.2 163 516.2 163 351.4c0-48.7 8.9-99 26.7-150.8 23.8-68.2 109.6-235.3 199.1-232.6 46.8 1.1 79.9 33.2 140.8 33.2 59.1 0 89.7-33.2 141.9-33.2 90.3 1.3 167.9 153.2 190.5 221.6-121.1 57.1-114.6 167.2-114.6 170.7zM642.3 665.3c50.7 60.2 46.1 115 44.6 134.7-44.8-2.6-96.6-30.5-126.1-64.8-32.5-36.8-51.6-82.3-47.5-133.6 48.4-3.7 92.6 21.2 129 63.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="HTML-fill" unicode="&#59731;" d="M145.2 800l66-746.6L512-32l299.6 85.4L878.9 800H145.2z m595-177.1l-4.8-47.2-1.7-19.5H382.3l8.2-94.2h335.1l-3.3-24.3-21.2-242.2-1.7-16.2-187-51.6v-0.3h-1.2l-0.3-0.1v0.1h-0.1l-188.6 52L310.8 324h91.1l6.5-73.2 102.4-27.7h0.4l102 27.6 11.4 118.6H510.9v0.1H306l-22.8 253.5-1.7 24.3h460.3l-1.6-24.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="windows-fill" unicode="&#59732;" d="M523.8 704.6v-288.9h382V767.9zM523.8 62.4l382-62.2v352h-382zM120.1 415.8H443V694.1l-322.9-53.5zM120.1 125.4L443 72.8V352.2H120.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="QQ" unicode="&#59733;" d="M824.8 282.8c-16 51.4-34.4 94.6-62.7 165.3C766.5 633.8 689.3 784 511.5 784 331.7 784 256.2 630.8 261 448.1c-28.4-70.8-46.7-113.7-62.7-165.3-34-109.5-23-154.8-14.6-155.8 18-2.2 70.1 82.4 70.1 82.4 0-49 25.2-112.9 79.8-159-26.4-8.1-85.7-29.9-71.6-53.8 11.4-19.3 196.2-12.3 249.5-6.3 53.3-6 238.1-13 249.5 6.3 14.1 23.8-45.3 45.7-71.6 53.8 54.6 46.2 79.8 110.1 79.8 159 0 0 52.1-84.6 70.1-82.4 8.5 1.1 19.5 46.4-14.5 155.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="twitter" unicode="&#59734;" d="M928 641.7c-30.6-13.2-63.9-22.7-98.2-26.4 35.4 21.1 62.3 54.4 75 94-32.7-19.5-69.7-33.8-108.2-41.2C765.4 701.4 721.1 722 672 722c-94.5 0-170.5-76.6-170.5-170.6 0-13.2 1.6-26.4 4.2-39.1-141.5 7.4-267.7 75-351.6 178.5-14.8-25.4-23.2-54.4-23.2-86.1 0-59.2 30.1-111.4 76-142.1-28 1.1-54.4 9-77.1 21.7v-2.1c0-82.9 58.6-151.6 136.7-167.4-14.3-3.7-29.6-5.8-44.9-5.8-11.1 0-21.6 1.1-32.2 2.6C211 244 273.9 194.9 348.8 193.3c-58.6-45.9-132-72.9-211.7-72.9-14.3 0-27.5 0.5-41.2 2.1C171.5 74 261.2 46 357.8 46 671.4 46 843 305.8 843 531.3c0 7.4 0 14.8-0.5 22.2 33.2 24.3 62.3 54.4 85.5 88.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="skype-fill" unicode="&#59735;" d="M883.7 317.4c4.1 22.5 6.3 45.5 6.3 68.5 0 51-10 100.5-29.7 147-19 45-46.3 85.4-81 120.1-34.7 34.7-75.1 61.9-120.1 80.9-46.6 19.7-96 29.7-147 29.7-24 0-48.1-2.3-71.5-6.8-32.3 17.1-68.5 26.2-105.1 26.2-59.7 0-115.9-23.3-158.1-65.5-42.2-42.2-65.5-98.4-65.5-158.1 0-38 9.8-75.4 28.1-108.4-3.7-21.4-5.7-43.3-5.7-65.1 0-51 10-100.5 29.7-147 19-45 46.2-85.4 80.9-120.1 34.7-34.7 75.1-61.9 120.1-80.9 46.6-19.7 96-29.7 147-29.7 22.2 0 44.4 2 66.2 5.9 33.5-18.9 71.3-29 110-29 59.7 0 115.9 23.2 158.1 65.5 42.3 42.2 65.5 98.4 65.5 158.1 0.1 38-9.7 75.5-28.2 108.7z m-370-162.9c-134.2 0-194.2 66-194.2 115.4 0 25.4 18.7 43.1 44.5 43.1 57.4 0 42.6-82.5 149.7-82.5 54.9 0 85.2 29.8 85.2 60.3 0 18.3-9 38.7-45.2 47.6l-119.4 29.8c-96.1 24.1-113.6 76.1-113.6 124.9 0 101.4 95.5 139.5 185.2 139.5 82.6 0 180-45.7 180-106.5 0-26.1-22.6-41.2-48.4-41.2-49 0-40 67.8-138.7 67.8-49 0-76.1-22.2-76.1-53.9s38.7-41.8 72.3-49.5l88.4-19.6c96.8-21.6 121.3-78.1 121.3-131.3 0-82.3-63.3-143.9-191-143.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="weibo" unicode="&#59736;" d="M457.3 353c-68.1 17.7-145-16.2-174.6-76.2-30.1-61.2-1-129.1 67.8-151.3 71.2-23 155.2 12.2 184.4 78.3 28.7 64.6-7.2 131-77.6 149.2z m-52-156.2c-13.8-22.1-43.5-31.7-65.8-21.6-22 10-28.5 35.7-14.6 57.2 13.7 21.4 42.3 31 64.4 21.7 22.4-9.5 29.6-35 16-57.3z m45.5 58.5c-5-8.6-16.1-12.7-24.7-9.1-8.5 3.5-11.2 13.1-6.4 21.5 5 8.4 15.6 12.4 24.1 9.1 8.7-3.2 11.8-12.9 7-21.5zM785.3 452.5c15-4.8 31 3.4 35.9 18.3 11.8 36.6 4.4 78.4-23.2 109-27.6 30.6-68.4 42.3-106 34.3-15.4-3.3-25.2-18.4-21.9-33.8 3.3-15.3 18.4-25.2 33.8-21.8 18.4 3.9 38.3-1.8 51.9-16.7 13.5-15 17.2-35.4 11.3-53.3-4.9-15.1 3.2-31.1 18.2-36zM885.1 658.5c-56.7 62.9-140.4 86.9-217.7 70.5-17.9-3.8-29.3-21.4-25.4-39.3 3.8-17.9 21.4-29.3 39.3-25.5 55 11.7 114.4-5.4 154.8-50.1 40.3-44.7 51.2-105.7 34-159.1-5.6-17.4 3.9-36 21.3-41.7 17.4-5.6 36 3.9 41.6 21.2v0.1c24.1 75.4 8.9 161.1-47.9 223.9zM729 397c-12.2 3.6-20.5 6.1-14.1 22.1 13.8 34.7 15.2 64.7 0.3 86-28 40.1-104.8 37.9-192.8 1.1 0 0-27.6-12.1-20.6 9.8 13.5 43.5 11.5 79.9-9.6 101-47.7 47.8-174.6-1.8-283.5-110.6C127.3 424.9 80 338.5 80 263.8 80 120.9 263.2 34 442.5 34c235 0 391.3 136.5 391.3 245 0 65.5-55.2 102.6-104.8 118zM443 85.2c-143-14.1-266.5 50.5-275.8 144.5-9.3 93.9 99.2 181.5 242.2 195.6 143 14.2 266.5-50.5 275.8-144.4C694.4 187 586 99.4 443 85.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="yuque-fill" unicode="&#59737;" d="M854.6 525.4c-9.9 39.4 9.9 102.2 73.4 124.4l-67.9 3.6s-25.7 90-143.6 98c-117.9 8.1-195 3-195 3s87.4-55.6 52.4-154.7c-25.6-52.5-65.8-95.6-108.8-144.7-1.3-1.3-2.5-2.6-3.5-3.7C319.4 291 96 36 96 36c245.9-64.4 410.7 6.3 508.2 91.1 20.5 0.2 35.9 0.3 46.3 0.3 135.8 0 250.6 117.6 245.9 248.4-3.2 89.9-31.9 110.2-41.8 149.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="Youtube-fill" unicode="&#59738;" d="M941.3 599.9c-10.3 38.6-40.7 69-79.2 79.3C792.2 698 512 698 512 698s-280.2 0-350.1-18.7C123.3 669 93 638.6 82.7 600 64 530 64 384 64 384s0-146 18.7-215.9c10.3-38.6 40.7-69 79.2-79.3C231.8 70 512 70 512 70s280.2 0 350.1 18.8c38.6 10.3 68.9 40.7 79.2 79.3C960 238 960 384 960 384s0 146-18.7 215.9zM423 250V518l232-133-232-135z"  horiz-adv-x="1024" />
    <glyph glyph-name="yahoo-fill" unicode="&#59739;" d="M937.3 665H824.7c-15.5 0-27.7-12.6-27.1-28.1l13.1-366h84.4l65.4 366.4c2.7 15.2-7.8 27.7-23.2 27.7zM859.9 214.6h-14.1c-27.1 0-49.2-22.2-49.2-49.3v-14.1c0-27.1 22.2-49.3 49.2-49.3h14.1c27.1 0 49.2 22.2 49.2 49.3v14.1c0 27.1-22.2 49.3-49.2 49.3zM402.6 665C216.2 665 65 539 65 383.5S216.2 102 402.6 102s337.6 126 337.6 281.5S589.1 665 402.6 665z m225.2-225.2h-65.3L458.9 336.2v-65.3h84.4v-56.3H318.2v56.3h84.4v65.3L242.9 496.1h-37v56.3h168.5v-56.3h-37l93.4-93.5 28.1 28.1V496h168.8v-56.2z"  horiz-adv-x="1024" />
    <glyph glyph-name="wechat-fill" unicode="&#59740;" d="M690.1 518.6c5.9 0 11.8-0.2 17.6-0.5-24.4 128.7-158.3 227.1-319.9 227.1C209 745.2 64 624.6 64 475.8c0-81.1 43.6-154.2 111.9-203.6 5.5-3.9 9.1-10.3 9.1-17.6 0-2.4-0.5-4.6-1.1-6.9-5.5-20.3-14.2-52.8-14.6-54.3-0.7-2.6-1.7-5.2-1.7-7.9 0-5.9 4.8-10.8 10.8-10.8 2.3 0 4.2 0.9 6.2 2l70.9 40.9c5.3 3.1 11 5 17.2 5 3.2 0 6.4-0.5 9.5-1.4 33.1-9.5 68.8-14.8 105.7-14.8 6 0 11.9 0.1 17.8 0.4-7.1 21-10.9 43.1-10.9 66 0 135.8 132.2 245.8 295.3 245.8z m-194.3 86.5c23.8 0 43.2-19.3 43.2-43.1s-19.3-43.1-43.2-43.1c-23.8 0-43.2 19.3-43.2 43.1s19.4 43.1 43.2 43.1z m-215.9-86.2c-23.8 0-43.2 19.3-43.2 43.1s19.3 43.1 43.2 43.1 43.2-19.3 43.2-43.1-19.4-43.1-43.2-43.1zM866.7 103.3c56.9 41.2 93.2 102 93.2 169.7 0 124-120.8 224.5-269.9 224.5-149 0-269.9-100.5-269.9-224.5S540.9 48.5 690 48.5c30.8 0 60.6 4.4 88.1 12.3 2.6 0.8 5.2 1.2 7.9 1.2 5.2 0 9.9-1.6 14.3-4.1l59.1-34c1.7-1 3.3-1.7 5.2-1.7 2.4 0 4.7 0.9 6.4 2.6 1.7 1.7 2.6 4 2.6 6.4 0 2.2-0.9 4.4-1.4 6.6-0.3 1.2-7.6 28.3-12.2 45.3-0.5 1.9-0.9 3.8-0.9 5.7 0.1 5.9 3.1 11.2 7.6 14.5zM600.2 308.8c-19.9 0-36 16.1-36 35.9 0 19.8 16.1 35.9 36 35.9s36-16.1 36-35.9c0-19.8-16.2-35.9-36-35.9z m179.9 0c-19.9 0-36 16.1-36 35.9 0 19.8 16.1 35.9 36 35.9s36-16.1 36-35.9c-0.1-19.8-16.2-35.9-36-35.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="chrome-fill" unicode="&#59741;" d="M371.8 384c0-77.5 62.7-140.2 140.2-140.2S652.2 306.5 652.2 384 589.5 524.2 512 524.2 371.8 461.6 371.8 384zM900 533.6l-234.3-12.1c63.6-74.3 64.6-181.5 11.1-263.7l-188-289.2c78-4.2 158.4 12.9 231.2 55.2 180 104 253 322.1 180 509.8zM320.3 304.1L163.8 611.9C121 546.5 96 468 96 384c0-208 152.3-380.3 351.4-410.8l106.9 209.4c-96.6-18.2-189.9 34.8-234 121.5zM538.8 589.6l344.4-18.1C848 641.3 792.6 702 719.8 744.3 653.9 782.4 581.5 800.5 510.5 800c-122.5-0.5-242.2-55.2-322.1-154.5l128.2-196.9c32 91.9 124.8 146.7 222.2 141z"  horiz-adv-x="1024" />
    <glyph glyph-name="alipay-circle-fill" unicode="&#59742;" d="M308.6 350.3c-19.8-2-57.1-10.7-77.4-28.6-61-53-24.5-150 99-150 71.8 0 143.5 45.7 199.8 119-80.2 38.9-148.1 66.8-221.4 59.6zM769.1 283.3c100.1-33.4 154.7-43 166.7-44.8C951.5 284.1 960 333 960 384c0 247.4-200.6 448-448 448S64 631.4 64 384s200.6-448 448-448c155.9 0 293.2 79.7 373.5 200.5-75.6 29.8-213.6 85-286.8 120.1-69.9-85.7-160.1-137.8-253.7-137.8-158.4 0-212.1 138.1-137.2 229 16.3 19.8 44.2 38.7 87.3 49.4 67.5 16.5 175-10.3 275.7-43.4 18.1 33.3 33.4 69.9 44.7 108.9H305.1V494h160v56.2H271.3v31.3h193.8v80.1s0 13.5 13.7 13.5H557v-93.6h191.7v-31.3H557.1V494h156.4c-15-61.1-37.7-117.4-66.2-166.8 47.5-17.1 90.1-33.3 121.8-43.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="aliwangwang-fill" unicode="&#59743;" d="M868.2 518.6c-18.9 45.1-46.3 85.6-81.2 120.6-34.7 34.8-75.4 62.1-120.5 81.2-46.7 19.8-96.3 29.8-147.5 29.8-41.9 0-82.9-6.7-121.9-20C306 772.7 200.8 776 170.6 776c-2.2 0-7.4 0-9.4-0.2-11.9-0.4-22.8-6.5-29.2-16.4-6.5-9.9-7.7-22.4-3.4-33.5l64.3-161.6c-34.6-58.3-52.8-125.1-52.8-193.2 0-51.4 10-101 29.8-147.6 18.9-45 46.2-85.6 81.2-120.5 34.7-34.8 75.4-62.1 120.5-81.2C418.3 2 467.9-8 519-8c51.3 0 100.9 10 147.7 29.8 44.9 18.9 85.5 46.3 120.4 81.2 34.7 34.8 62.1 75.4 81.2 120.6 19.8 46.7 29.8 96.5 29.8 147.6-0.2 51.2-10.1 100.8-29.9 147.4z m-325.2-79c0-20.4-16.6-37.1-37.1-37.1-20.4 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.6 37.1 37.1 37.1 20.4 0 37.1-16.6 37.1-37.1v-55.1z m175.2 0c0-20.4-16.6-37.1-37.1-37.1S644 419.2 644 439.6v55.1c0 20.4 16.7 37.1 37.1 37.1 20.4 0 37.1-16.6 37.1-37.1v-55.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="behance-circle-fill" unicode="&#59744;" d="M420.3 425.7c8.7 6.3 12.9 16.7 12.9 31 0.3 6.8-1.1 13.5-4.1 19.6-2.7 4.9-6.7 9-11.6 11.9-5.1 3.1-10.7 5.1-16.6 6-6.4 1.2-12.9 1.8-19.3 1.7h-70.3v-79.7h76.1c13.1-0.1 24.2 3.1 32.9 9.5zM432.1 353.7c-9.8 7.5-22.9 11.2-39.2 11.2h-81.8v-94h80.2c7.5 0 14.4 0.7 21.1 2.1 6.7 1.4 12.7 3.8 17.8 7.2 5.1 3.3 9.2 7.8 12.3 13.6 3 5.8 4.5 13.2 4.5 22.1 0 17.7-5 30.2-14.9 37.8zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m86.5-286.9h138.4v-33.7H598.5v33.7zM512 267.2c-6.5-12.3-15.7-22.9-27-31-11.8-8.2-24.9-14.2-38.8-17.7-14.5-3.9-29.5-5.8-44.6-5.7H236V553.9h161c16.3 0 31.1-1.5 44.6-4.3 13.4-2.8 24.8-7.6 34.4-14.1 9.5-6.5 17-15.2 22.3-26 5.2-10.7 7.9-24.1 7.9-40 0-17.2-3.9-31.4-11.7-42.9-7.9-11.5-19.3-20.8-34.8-28.1 21.1-6 36.6-16.7 46.8-31.7 10.4-15.2 15.5-33.4 15.5-54.8 0-17.4-3.3-32.3-10-44.8zM790.8 320H612.4c0-19.4 6.7-38 16.8-48 10.2-9.9 24.8-14.9 43.9-14.9 13.8 0 25.5 3.5 35.5 10.4 9.9 6.9 15.9 14.2 18.1 21.8h59.8c-9.6-29.7-24.2-50.9-44-63.7-19.6-12.8-43.6-19.2-71.5-19.2-19.5 0-37 3.2-52.7 9.3-15.1 5.9-28.7 14.9-39.9 26.5-11 11.9-19.6 25.9-25.1 41.2-6.1 16.9-9.1 34.7-8.9 52.6 0 18.5 3.1 35.7 9.1 51.7 11.5 31.1 35.4 56 65.9 68.9 16.3 6.8 33.8 10.2 51.5 10 21 0 39.2-4 55-12.2 15.6-8.1 28.4-19.1 38.6-32.8 10.1-13.7 17.2-29.3 21.7-46.9 4.3-17.3 5.8-35.5 4.6-54.7zM668.8 415.6c-10.8 0-19.9-1.9-26.9-5.6-7-3.7-12.8-8.3-17.2-13.6-4.2-5.1-7.3-11.1-9.1-17.4-1.6-5.3-2.7-10.7-3.1-16.2H723c-1.6 17.3-7.6 30.1-15.6 39.1-8.4 8.9-21.9 13.7-38.6 13.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="amazon-circle-fill" unicode="&#59745;" d="M485 428.5c-11.6-4.9-20.9-12.2-27.8-22-6.9-9.8-10.4-21.6-10.4-35.5 0-17.8 7.5-31.5 22.4-41.2 14.1-9.1 28.9-11.4 44.4-6.8 17.9 5.2 30 17.9 36.4 38.1 3 9.3 4.5 19.7 4.5 31.3v50.2c-12.6-0.4-24.4-1.6-35.5-3.7-11.1-2.1-22.4-5.6-34-10.4zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m35.8-262.7c-7.2 10.9-20.1 16.4-38.7 16.4-1.3 0-3-0.1-5.3-0.3-2.2-0.2-6.6-1.5-12.9-3.7-6.3-2.3-12.4-5.3-17.9-9.1-5.5-3.8-11.5-10-18-18.4-6.4-8.5-11.5-18.4-15.3-29.8l-94 8.4c0 12.4 2.4 24.7 7 36.9 4.7 12.2 11.8 23.9 21.4 35 9.6 11.2 21.1 21 34.5 29.4 13.4 8.5 29.6 15.2 48.4 20.3 18.9 5.1 39.1 7.6 60.9 7.6 21.3 0 40.6-2.6 57.8-7.7 17.2-5.2 31.1-11.5 41.4-19.1 10.3-7.5 18.9-16.1 25.9-25.7 6.9-9.6 11.7-18.5 14.4-26.7 2.7-8.2 4-15.7 4-22.8v-182.5c0-6.4 1.4-13 4.3-19.8 2.9-6.8 6.3-12.8 10.2-18 3.9-5.2 7.9-9.9 12-14.3 4.1-4.3 7.6-7.7 10.6-9.9l4.1-3.4-72.5-69.4c-8.5 7.7-16.9 15.4-25.2 23.4-8.3 8-14.5 14-18.5 18.1l-6.1 6.2c-2.4 2.3-5 5.7-8 10.2-8.1-12.2-18.5-22.8-31.1-31.8-12.7-9-26.3-15.6-40.7-19.7-14.5-4.1-29.4-6.5-44.7-7.1-15.3-0.6-30 1.5-43.9 6.5-13.9 5-26.5 11.7-37.6 20.3-11.1 8.6-19.9 20.2-26.5 35-6.6 14.8-9.9 31.5-9.9 50.4 0 17.4 3 33.3 8.9 47.7 6 14.5 13.6 26.5 23 36.1 9.4 9.6 20.7 18.2 34 25.7s26.4 13.4 39.2 17.7c12.8 4.2 26.6 7.8 41.5 10.7 14.9 2.9 27.6 4.8 38.2 5.7 10.6 0.9 21.2 1.6 31.8 2v39.4c0 13.5-2.3 23.5-6.7 30.1z m180.5-379.6c-2.8-3.3-7.5-7.8-14.1-13.5s-16.8-12.7-30.5-21.1c-13.7-8.4-28.8-16-45-22.9-16.3-6.9-36.3-12.9-60.1-18-23.7-5.1-48.2-7.6-73.3-7.6-25.4 0-50.7 3.2-76.1 9.6-25.4 6.4-47.6 14.3-66.8 23.7-19.1 9.4-37.6 20.2-55.1 32.2-17.6 12.1-31.7 22.9-42.4 32.5-10.6 9.6-19.6 18.7-26.8 27.1-1.7 1.9-2.8 3.6-3.2 5.1-0.4 1.5-0.3 2.8 0.3 3.7 0.6 0.9 1.5 1.6 2.6 2.2 1.1 0.5 2.3 0.7 3.7 0.6s2.6-0.6 3.7-1.4c40.9-24.2 72.9-41.3 95.9-51.4 82.9-36.4 168-45.7 255.3-27.9 40.5 8.3 82.1 22.2 124.9 41.8 3.2 1.2 6 1.5 8.3 0.9 2.3-0.6 3.5-2.4 3.5-5.4 0-2.8-1.6-6.3-4.8-10.2z m59.9 29c-1.8-11.1-4.9-21.6-9.1-31.8-7.2-17.1-16.3-30-27.1-38.4-3.6-2.9-6.4-3.8-8.3-2.8-1.9 1-1.9 3.5 0 7.4 4.5 9.3 9.2 21.8 14.2 37.7 5 15.8 5.7 26 2.1 30.5-1.1 1.5-2.7 2.6-5 3.6-2.2 0.9-5.1 1.5-8.6 1.9s-6.7 0.6-9.4 0.8c-2.8 0.2-6.5 0.2-11.2 0-4.7-0.2-8-0.4-10.1-0.6-2-0.2-5.3-0.5-9.9-0.9-4.6-0.4-7-0.6-7.2-0.6-1.3-0.2-2.7-0.4-4.1-0.5-1.5-0.1-2.7-0.2-3.5-0.3l-2.7-0.3c-1-0.1-1.7-0.2-2.2-0.2h-3.2l-1 0.2-0.6 0.5-0.5 0.9c-1.3 3.3 3.7 7.4 15 12.4s22.3 8.1 32.9 9.3c9.8 1.5 21.3 1.5 34.5 0.3s21.3-3.7 24.3-7.4c2.3-3.5 2.5-10.7 0.7-21.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="codepen-circle-fill" unicode="&#59746;" d="M488.1 481.3V592.6L300.9 468l83.6-55.8zM742.2 343.6v79.8l-59.8-39.9zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m278-533c0-1.1-0.1-2.1-0.2-3.1 0-0.4-0.1-0.7-0.2-1-0.1-0.7-0.2-1.3-0.4-2-0.1-0.4-0.2-0.8-0.4-1.2-0.2-0.6-0.4-1.2-0.6-1.7-0.2-0.4-0.4-0.8-0.5-1.2-0.3-0.5-0.5-1.1-0.8-1.6-0.2-0.4-0.4-0.7-0.7-1.1-0.3-0.5-0.7-1-1-1.5-0.3-0.4-0.5-0.7-0.8-1-0.4-0.4-0.8-0.9-1.2-1.3-0.3-0.3-0.6-0.6-1-0.9-0.4-0.4-0.9-0.8-1.4-1.1-0.4-0.3-0.7-0.6-1.1-0.8-0.1-0.1-0.3-0.2-0.4-0.3L525.2 110c-4-2.7-8.6-4-13.2-4-4.7 0-9.3 1.4-13.3 4L244.6 279.1c-0.1 0.1-0.3 0.2-0.4 0.3-0.4 0.3-0.7 0.5-1.1 0.8-0.5 0.4-0.9 0.7-1.3 1.1-0.3 0.3-0.6 0.6-1 0.9-0.4 0.4-0.8 0.8-1.2 1.3-0.3 0.3-0.6 0.7-0.8 1-0.4 0.5-0.7 1-1 1.5-0.2 0.4-0.5 0.7-0.7 1.1-0.3 0.5-0.6 1.1-0.8 1.6-0.2 0.4-0.4 0.8-0.5 1.2-0.2 0.6-0.4 1.2-0.6 1.7-0.1 0.4-0.3 0.8-0.4 1.2-0.2 0.7-0.3 1.3-0.4 2-0.1 0.3-0.1 0.7-0.2 1-0.1 1-0.2 2.1-0.2 3.1V468.1c0 1 0.1 2.1 0.2 3.1 0.1 0.3 0.1 0.7 0.2 1 0.1 0.7 0.2 1.3 0.4 2 0.1 0.4 0.2 0.8 0.4 1.2 0.2 0.6 0.4 1.2 0.6 1.7 0.2 0.4 0.4 0.8 0.5 1.2 0.2 0.5 0.5 1.1 0.8 1.6 0.2 0.4 0.4 0.7 0.7 1.1 0.6 0.9 1.2 1.7 1.8 2.5 0.4 0.4 0.8 0.9 1.2 1.3 0.3 0.3 0.6 0.6 1 0.9 0.4 0.4 0.9 0.8 1.3 1.1 0.4 0.3 0.7 0.6 1.1 0.8 0.1 0.1 0.3 0.2 0.4 0.3L498.7 657c8 5.3 18.5 5.3 26.5 0l254.1-169.1c0.1-0.1 0.3-0.2 0.4-0.3 0.4-0.3 0.7-0.5 1.1-0.8 0.5-0.4 0.9-0.7 1.4-1.1 0.3-0.3 0.6-0.6 1-0.9 0.4-0.4 0.8-0.8 1.2-1.3 0.7-0.8 1.3-1.6 1.8-2.5 0.2-0.4 0.5-0.7 0.7-1.1 0.3-0.5 0.6-1 0.8-1.6 0.2-0.4 0.4-0.8 0.5-1.2 0.2-0.6 0.4-1.2 0.6-1.7 0.1-0.4 0.3-0.8 0.4-1.2 0.2-0.7 0.3-1.3 0.4-2 0.1-0.3 0.1-0.7 0.2-1 0.1-1 0.2-2.1 0.2-3.1V299zM535.9 285.7v-111.3L723.1 299l-83.6 55.8zM281.8 423.4v-79.8l59.8 39.9zM512 439.9l-84.5-56.4 84.5-56.4 84.5 56.4zM723.1 468L535.9 592.6v-111.3l103.6-69.1zM384.5 354.8L300.9 299l187.2-124.6V285.7l-103.6 69.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="CodeSandbox-circle-f" unicode="&#59747;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m243.7-589.2L512 102 268.3 242.8V524.2l110 63.6-0.4 0.2h0.2L512 665l134-77h-0.2l-0.3-0.2 110.1-63.6v-281.4zM307.9 359.3l87.6-49.9V215l96.7-55.9V371.2L307.9 477.6zM511.8 511.1L418 565l-91.1-52.6 185.2-107 185.2 106.9-91.4 52.8zM531.8 159.1l97.3 56.2v94.1l87 49.5V477.5L531.8 371z"  horiz-adv-x="1024" />
    <glyph glyph-name="dropbox-circle-fill" unicode="&#59748;" d="M663.8 440.5zM512.3 534.3l-151.8-93.8 151.8-93.9 151.5 93.9zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m151.2-595.5L512.6 146l-151 90.5v33.1l45.4-29.4 105.6 87.7 105.6-87.7 45.1 29.4v-33.1z m-45.6 22.4l-105.3 87.7L407 258.9l-151 99.2 104.5 82.4L256 524.8 407 622l105.3-87.7L617.6 622 768 523.9l-104.2-83.5L768 357l-150.4-98.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="github-fill" unicode="&#59749;" d="M511.6 819.7C264.3 819.8 64 619.6 64 372.5 64 177.1 189.3 11 363.8-50c23.5-5.9 19.9 10.8 19.9 22.2v77.5c-135.7-15.9-141.2 73.9-150.3 88.9C215 170 171.5 178 184.5 193c30.9 15.9 62.4-4 98.9-57.9 26.4-39.1 77.9-32.5 104-26 5.7 23.5 17.9 44.5 34.7 60.8-140.6 25.2-199.2 111-199.2 213 0 49.5 16.3 95 48.3 131.7-20.4 60.5 1.9 112.3 4.9 120 58.1 5.2 118.5-41.6 123.2-45.3 33 8.9 70.7 13.6 112.9 13.6 42.4 0 80.2-4.9 113.5-13.9 11.3 8.6 67.3 48.8 121.3 43.9 2.9-7.7 24.7-58.3 5.5-118 32.4-36.8 48.9-82.7 48.9-132.3 0-102.2-59-188.1-200-212.9 23.5-23.2 38.1-55.4 38.1-91v-112.5c0.8-9 0-17.9 15-17.9 177.1 59.7 304.6 227 304.6 424.1 0 247.2-200.4 447.3-447.5 447.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="dribbble-circle-fill" unicode="&#59750;" d="M675.1 567.7c-43.4 38.5-100.6 62-163.1 62-19.4 0-38.8-2.3-57.7-6.9 6.8-9.1 51.5-69.9 91.8-144 87.5 32.8 124.5 82.6 129 88.9zM554 343.2c-138.7-48.3-188.6-144.6-193-153.6 41.7-32.5 94.1-51.9 151-51.9 34.1 0 66.6 6.9 96.1 19.5-3.7 21.6-17.9 96.8-52.5 186.6l-1.6-0.6zM601.7 355.1c32.2-88.4 45.3-160.4 47.8-175.4 55.2 37.3 94.5 96.4 105.4 164.9-8.4 2.6-76.1 22.8-153.2 10.5zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m0-736c-158.8 0-288 129.2-288 288s129.2 288 288 288 288-129.2 288-288-129.2-288-288-288zM565.1 442.2c5.7-11.7 11.2-23.6 16.3-35.6 1.8-4.2 3.6-8.4 5.3-12.7 81.8 10.3 163.2-6.2 171.3-7.9-0.5 58.1-21.3 111.4-55.5 153.3-5.3-7.1-46.5-60-137.4-97.1zM498.6 464c-40.8 72.5-84.7 133.4-91.2 142.3-68.8-32.5-120.3-95.9-136.2-172.2 11-0.2 112.4-0.7 227.4 29.9zM529.2 381.5c3.2 1 6.4 2 9.7 2.9-6.2 14-12.9 28-19.9 41.7-122.8-36.8-242.1-35.2-252.8-35-0.1-2.5-0.1-5-0.1-7.5 0-63.2 23.9-120.9 63.2-164.5 5.5 9.6 73 121.4 199.9 162.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="googleplus-circle-f" unicode="&#59751;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m36.5-558.8c-43.9-61.8-132.1-79.8-200.9-53.3-69 26.3-118 99.2-112.1 173.5 1.5 90.9 85.2 170.6 176.1 167.5 43.6 2 84.6-16.9 118-43.6-14.3-16.2-29-31.8-44.8-46.3-40.1 27.7-97.2 35.6-137.3 3.6-57.4-39.7-60-133.4-4.8-176.1 53.7-48.7 155.2-24.5 170.1 50.1-33.6 0.5-67.4 0-101 1.1-0.1 20.1-0.2 40.1-0.1 60.2 56.2 0.2 112.5 0.3 168.8-0.2 3.3-47.3-3-97.5-32-136.5zM791 359.5c-16.8-0.2-33.6-0.3-50.4-0.4-0.2-16.8-0.3-33.6-0.3-50.4H690c-0.2 16.8-0.2 33.5-0.3 50.3-16.8 0.2-33.6 0.3-50.4 0.5v50.1c16.8 0.2 33.6 0.3 50.4 0.3 0.1 16.8 0.3 33.6 0.4 50.4h50.2l0.3-50.4c16.8-0.2 33.6-0.2 50.4-0.3v-50.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="medium-circle-fill" unicode="&#59752;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m256-253.7l-40.8-39.1c-3.6-2.7-5.3-7.1-4.6-11.4v-287.7c-0.7-4.4 1-8.8 4.6-11.4l40-39.1v-8.7H566.4v8.3l41.3 40.1c4.1 4.1 4.1 5.3 4.1 11.4V473.5l-115-291.6h-15.5L347.5 473.5V278c-1.2-8.2 1.7-16.5 7.5-22.4l53.8-65.1v-8.7H256v8.7l53.8 65.1c5.8 5.9 8.3 14.3 7 22.4V504c0.7 6.3-1.7 12.4-6.5 16.7l-47.8 57.6V587H411l114.6-251.5 100.9 251.3H768v-8.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="QQ-circle-fill" unicode="&#59753;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m210.5-612.4c-11.5-1.4-44.9 52.7-44.9 52.7 0-31.3-16.2-72.2-51.1-101.8 16.9-5.2 54.9-19.2 45.9-34.4-7.3-12.3-125.6-7.9-159.8-4-34.2-3.8-152.5-8.3-159.8 4-9.1 15.2 28.9 29.2 45.8 34.4-35 29.5-51.1 70.4-51.1 101.8 0 0-33.4-54.1-44.9-52.7-5.4 0.7-12.4 29.6 9.4 99.7 10.3 33 22 60.5 40.2 105.8-3.1 116.9 45.3 215 160.4 215 113.9 0 163.3-96.1 160.4-215 18.1-45.2 29.9-72.8 40.2-105.8 21.7-70.1 14.6-99.1 9.3-99.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="IE-circle-fill" unicode="&#59754;" d="M693.6 611.6c-24 0-51.1-11.7-72.6-22 46.3-18 86-57.3 112.3-99.6 7.1 18.9 14.6 47.9 14.6 67.9 0 32-22.8 53.7-54.3 53.7zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m253.9-492.9H437.1c0-100.4 144.3-136 196.8-47.4h120.8c-32.6-91.7-119.7-146-216.8-146-35.1 0-70.3 0.1-101.7 15.6-87.4-44.5-180.3-56.6-180.3 42 0 45.8 23.2 107.1 44 145C335 412 381.3 473.2 435.6 521.5c-43.7-18.9-91.1-66.3-122-101.2 25.9 112.8 129.5 193.6 237.1 186.5 130 59.8 209.7 34.1 209.7-38.6 0-27.4-10.6-63.3-21.4-87.9 25.2-45.5 33.3-97.6 26.9-141.2zM540.5 496.9c-53.7 0-102-39.7-104-94.9h208c-2 55.1-50.6 94.9-104 94.9zM320.6 293.1c-73-152.4 11.5-172.2 100.3-123.3-46.6 27.5-82.6 72.2-100.3 123.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="google-circle-fill" unicode="&#59755;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m167-633.6C638.4 161 583 139 516.9 139c-95.7 0-178.5 54.9-218.8 134.9C281.5 307 272 344.4 272 384s9.5 77 26.1 110.1c40.3 80.1 123.1 135 218.8 135 66 0 121.4-24.3 163.9-63.8L610.6 495c-25.4 24.3-57.7 36.6-93.6 36.6-63.8 0-117.8-43.1-137.1-101-4.9-14.7-7.7-30.4-7.7-46.6s2.8-31.9 7.7-46.6c19.3-57.9 73.3-101 137-101 33 0 61 8.7 82.9 23.4 26 17.4 43.2 43.3 48.9 74H516.9v94.8h230.7c2.9-16.1 4.4-32.8 4.4-50.1 0-74.7-26.7-137.4-73-180.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="dingtalk-circle-fill" unicode="&#59756;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m227-385.3c-1-4.2-3.5-10.4-7-17.8h0.1l-0.4-0.7c-20.3-43.1-73.1-127.7-73.1-127.7s-0.1 0.2-0.3 0.5l-15.5-26.8h74.5L575.1 86l32.3 128h-58.6l20.4 84.7c-16.5-3.9-35.9-9.4-59-16.8 0 0-31.2-18.2-89.9 35 0 0-39.6 34.7-16.6 43.4 9.8 3.7 47.4 8.4 77 12.3 40 5.4 64.6 8.2 64.6 8.2S422 379 392.7 383.5c-29.3 4.6-66.4 53.1-74.3 95.8 0 0-12.2 23.4 26.3 12.3 38.5-11.1 197.9-43.2 197.9-43.2s-207.4 63.3-221.2 78.7c-13.8 15.4-40.6 84.2-37.1 126.5 0 0 1.5 10.5 12.4 7.7 0 0 153.3-69.7 258.1-107.9 104.8-37.9 195.9-57.3 184.2-106.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="sketch-circle-fill" unicode="&#59757;" d="M582.3 270.4l147.9 166.3h-63.4zM672.3 472.7h62.5l-92.1 115.1zM397.6 436.7L512 211.5l114.4 225.2zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m286.7-380.2L515.8 133.7c-1-1.1-2.4-1.7-3.8-1.7s-2.8 0.6-3.8 1.7L225.3 451.8c-1.7 1.9-1.7 4.7-0.2 6.6L365.6 634c1 1.2 2.4 1.9 4 1.9h284.6c1.6 0 3-0.7 4-1.9l140.5-175.6c1.7-1.9 1.7-4.7 0-6.6zM608.2 472.7L512 569.9l-96.2-97.2zM420.3 594.9l-23.1-89.8 88.8 89.8zM603.7 594.9H538l88.8-89.8zM381.3 587.8l-92.1-115.1h62.5zM293.8 436.7l147.9-166.3-84.5 166.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="slack-circle-fill" unicode="&#59758;" d="M445.262 418.327l101.292 32.909 32.909-101.293-101.292-32.908zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m231.1-523.5l-50.3-16.3 16.5-50.6c7.7-23.6-5.3-49-28.9-56.7-23.6-7.7-49 5.3-56.7 28.9l-16.5 50.6L506 231.5l16.5-50.6c7.7-23.6-5.3-49-28.9-56.7-23.6-7.7-49 5.3-56.7 28.9l-16.5 50.6-51-16.6c-23.6-7.7-49 5.3-56.7 28.9s5.3 49 28.9 56.7l51 16.6-32.9 101.3-51-16.6c-23.6-7.7-49 5.3-56.7 28.9-7.7 23.6 5.3 49 28.9 56.7l51 16.6-16.5 50.6c-7.7 23.6 5.3 49 28.9 56.7 23.6 7.7 49-5.3 56.7-28.9l16.5-50.6 101.3 32.9-16.5 50.6c-7.7 23.6 5.3 49 28.9 56.7s49-5.3 56.7-28.9l16.5-50.6 50.3 16.3c23.6 7.7 49-5.3 56.7-28.9 7.7-23.6-5.3-49-28.9-56.7L632.1 479 665 377.7l50.3 16.3c23.6 7.7 49-5.3 56.7-28.9 7.6-23.5-5.3-48.9-28.9-56.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="twitter-circle-fill" unicode="&#59759;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m215.3-337.7c0.3-4.7 0.3-9.6 0.3-14.4 0-146.8-111.8-315.9-316.1-315.9-63 0-121.4 18.3-170.6 49.8 9-1 17.6-1.4 26.8-1.4 52 0 99.8 17.6 137.9 47.4-48.8 1-89.8 33-103.8 77 17.1-2.5 32.5-2.5 50.1 2-50.8 10.3-88.9 55-88.9 109v1.4c14.7-8.3 32-13.4 50.1-14.1-30.9 20.6-49.5 55.3-49.5 92.4 0 20.7 5.4 39.6 15.1 56 54.7-67.4 136.9-111.4 229-116.1C492 542.9 548.4 604 616.2 604c32 0 60.8-13.4 81.1-35 25.1 4.7 49.1 14.1 70.5 26.7-8.3-25.7-25.7-47.4-48.8-61.1 22.4 2.4 44 8.6 64 17.3-15.1-22.2-34-41.9-55.7-57.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="taobao-circle-fill" unicode="&#59760;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832zM315.7 604.5c27.3 0 49.5-22.1 49.5-49.4s-22.1-49.4-49.5-49.4-49.5 22.1-49.5 49.4 22.1 49.4 49.5 49.4zM366.9 318c-13.6-42.3-10.2-26.7-64.4-144.5l-78.5 49s87.7 79.8 105.6 116.2c19.2 38.4-21.1 58.9-21.1 58.9l-60.2 37.5 32.7 50.2c45.4-33.7 48.7-36.6 79.2-67.2 23.8-23.9 20.7-56.8 6.7-100.1z m427.2-55c-15.3-143.8-202.4-90.3-202.4-90.3l10.2 41.1 43.3-9.3c80-5 72.3 64.9 72.3 64.9V473c0.6 77.3-72.6 85.4-204.2 38.3l30.6-8.3c-2.5-9-12.5-23.2-25.2-38.6h176v-35.6h-99.1v-44.5h98.7v-35.7h-98.7V274c14.9 4.8 28.6 11.5 40.5 20.5l-8.7 32.5 46.5 14.4 38.8-94.9-57.3-23.9-10.2 37.8c-25.6-19.5-78.8-48-171.8-45.4-99.2-2.6-73.7 112-73.7 112l2.5 1.3H472c-0.5-14.7-6.6-38.7 1.7-51.8 6.8-10.8 24.2-12.6 35.3-13.1 1.3-0.1 2.6-0.1 3.9-0.1v85.3h-101v35.7h101v44.5H487c-22.7-24.1-43.5-44.1-43.5-44.1l-30.6 26.7c21.7 22.9 43.3 59.1 56.8 83.2-10.9-4.4-22-9.2-33.6-14.2-11.2-14.3-24.2-29-38.7-43.5 0.5-0.8-50 28.4-50 28.4 52.2 44.4 81.4 139.9 81.4 139.9l72.5-20.4s-5.9-14-18.4-35.6c290.3 82.3 307.4-50.5 307.4-50.5s19.1-91.8 3.8-235.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="weibo-circle-fill" unicode="&#59761;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m-44.4-672C353.1 160 236 215.6 236 307.1c0 47.8 30.2 103.1 82.3 155.3 69.5 69.6 150.6 101.4 181.1 70.8 13.5-13.5 14.8-36.8 6.1-64.6-4.5-14 13.1-6.3 13.1-6.3 56.2 23.6 105.2 25 123.1-0.7 9.6-13.7 8.6-32.8-0.2-55.1-4.1-10.2 1.3-11.8 9-14.1 31.7-9.8 66.9-33.6 66.9-75.5 0.2-69.5-99.7-156.9-249.8-156.9z m207.3 290.8c3.7 11.5 1.4 24.5-7.2 34.1-8.6 9.6-21.4 13.2-33.1 10.7-9.8-2.1-19.5 4.2-21.6 14-2.1 9.9 4.2 19.6 14 21.7 24.1 5.1 50.1-2.3 67.7-21.9 17.7-19.6 22.4-46.3 14.9-69.8-3.1-9.6-13.3-14.8-22.9-11.7-9.6 3.1-14.9 13.3-11.8 22.9z m106-34.3s0-0.1 0 0c-3.6-11.2-15.5-17.3-26.6-13.7-11.1 3.6-17.2 15.5-13.6 26.7 11 34.2 4 73.2-21.7 101.8-25.8 28.6-63.8 39.5-98.9 32.1-11.4-2.5-22.7 4.9-25.1 16.3-2.5 11.4 4.8 22.7 16.2 25.1 49.4 10.5 102.8-4.8 139.1-45.1 36.3-40.2 46.1-95.1 30.6-143.2zM446.4 410.4c-91.4-9-160.7-65.1-154.7-125.2 5.9-60.1 84.8-101.5 176.2-92.5 91.4 9.1 160.7 65.1 154.7 125.3-5.9 60.1-84.8 101.5-176.2 92.4z m80.2-141.7c-18.7-42.3-72.3-64.8-117.8-50.1-43.9 14.2-62.5 57.7-43.3 96.8 18.9 38.4 68 60.1 111.5 48.8 45-11.7 68-54.2 49.6-95.5zM433.6 300.9c-14.2 5.9-32.4-0.2-41.2-13.9-8.8-13.8-4.7-30.2 9.3-36.6 14.3-6.5 33.2-0.3 42 13.8 8.8 14.3 4.2 30.6-10.1 36.7zM468.5 315.4c-5.4 2.2-12.2-0.5-15.4-5.8-3.1-5.4-1.4-11.5 4.1-13.8 5.5-2.3 12.6 0.3 15.8 5.8 3 5.6 1 11.8-4.5 13.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="zhihu-circle-fill" unicode="&#59762;" d="M512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m-90.7-477.8l-0.1-1.5c-1.5-20.4-6.3-43.9-12.9-67.6l24 18.1 71-80.7c9.2-33-3.3-63.1-3.3-63.1l-95.7 111.9v0.1c-8.9-29-20.1-57.3-33.3-84.7-22.6-45.7-55.2-54.7-89.5-57.7-34.4-3-23.3 5.3-23.3 5.3 68 55.5 78 87.8 96.8 123.1 11.9 22.3 20.4 64.3 25.3 96.8H264.1s4.8 31.2 19.2 41.7h101.6c0.6 15.3-1.3 102.8-2 131.4h-49.4c-9.2-45-41-56.7-48.1-60.1-7-3.4-23.6-7.1-21.1 0 2.6 7.1 27 46.2 43.2 110.7 16.3 64.6 63.9 62 63.9 62-12.8-22.5-22.4-73.6-22.4-73.6h159.7c10.1 0 10.6-39 10.6-39h-90.8c-0.7-22.7-2.8-83.8-5-131.4H519s12.2-15.4 12.2-41.7H421.3z m346.5-167h-87.6l-69.5-46.6-16.4 46.6h-40.1V574.5h213.6v-387.3zM408.2 285s0 0.1 0 0zM624.2 190.7l56.8 38.1h45.6-0.1V531.3H596.7v-302.5h14.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="reddit-circle-fill" unicode="&#59763;" d="M620 348m-36 0a36 36 0 1 1 72 0 36 36 0 1 1-72 0ZM728 456c-14.3 0-26.8-8.4-32.5-20.6 18.8-14.3 34.4-30.7 45.9-48.8 13.2 5.3 22.6 18.3 22.6 33.4 0 19.9-16.1 36-36 36zM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m245-477.9c4.6-13.5 7-27.6 7-42.1 0-99.4-112.8-180-252-180s-252 80.6-252 180c0 14.5 2.4 28.6 7 42.1-25.3 11.2-43 36.4-43 65.9 0 39.8 32.2 72 72 72 27.1 0 50.6-14.9 62.9-37 36.2 19.8 80.2 32.8 128.1 36.1l58.4 131.1c4.3 9.8 15.2 14.8 25.5 11.8l91.6-26.5c9.1 16.9 27 28.4 47.6 28.4 29.8 0 54-24.2 54-54s-24.2-54-54-54c-23.5 0-43.5 15.1-50.9 36.1L577 587.7l-43-96.5c49.1-3 94.2-16.1 131.2-36.3 12.3 22.1 35.8 37 62.9 37 39.8 0 72-32.2 72-72-0.1-29.3-17.8-54.6-43.1-65.8zM585.7 271.1c-14.9-11.7-44.3-24.3-73.7-24.3s-58.9 12.6-73.7 24.3c-9.3 7.3-22.7 5.7-30-3.6-7.3-9.3-5.7-22.7 3.6-30 25.7-20.4 65-33.5 100.1-33.5 35.1 0 74.4 13.1 100.2 33.5 9.3 7.3 10.9 20.8 3.6 30-7.3 9.3-20.8 10.9-30.1 3.6zM296 456c-19.9 0-36-16.1-36-36 0-15.1 9.4-28.1 22.6-33.4 11.5 18.1 27.1 34.5 45.9 48.8-5.7 12.2-18.2 20.6-32.5 20.6zM404 348m-36 0a36 36 0 1 1 72 0 36 36 0 1 1-72 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="alipay-square-fill" unicode="&#59764;" d="M308.6 350.3c-19.8-2-57.1-10.7-77.4-28.6-61-53-24.5-150 99-150 71.8 0 143.5 45.7 199.8 119-80.2 38.9-148.1 66.8-221.4 59.6zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m29.4-663.2S703 206.6 598.7 256.5C528.8 170.8 438.6 118.7 345 118.7c-158.4 0-212.1 138.1-137.2 229 16.3 19.8 44.2 38.7 87.3 49.4 67.5 16.5 175-10.3 275.7-43.4 18.1 33.3 33.4 69.9 44.7 108.9H305.1V494h160v56.2H271.3v31.3h193.8v80.1s0 13.5 13.7 13.5H557v-93.6h191.7v-31.3H557.1V494h156.4c-15-61.1-37.7-117.4-66.2-166.8 47.5-17.1 90.1-33.3 121.8-43.9 114.3-38.2 140.2-40.2 140.2-40.2v-122.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="dingtalk-square-fill" unicode="&#59765;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM739 446.7c-1-4.2-3.5-10.4-7-17.8h0.1l-0.4-0.7c-20.3-43.1-73.1-127.7-73.1-127.7s-0.1 0.2-0.3 0.5l-15.5-26.8h74.5L575.1 86l32.3 128h-58.6l20.4 84.7c-16.5-3.9-35.9-9.4-59-16.8 0 0-31.2-18.2-89.9 35 0 0-39.6 34.7-16.6 43.4 9.8 3.7 47.4 8.4 77 12.3 40 5.4 64.6 8.2 64.6 8.2S422 379 392.7 383.5c-29.3 4.6-66.4 53.1-74.3 95.8 0 0-12.2 23.4 26.3 12.3 38.5-11.1 197.9-43.2 197.9-43.2s-207.4 63.3-221.2 78.7c-13.8 15.4-40.6 84.2-37.1 126.5 0 0 1.5 10.5 12.4 7.7 0 0 153.3-69.7 258.1-107.9 104.8-37.9 195.9-57.3 184.2-106.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="CodeSandbox-square-f" unicode="&#59766;" d="M307.9 359.3l87.6-49.9V215l96.7-55.9V371.2L307.9 477.6zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM755.7 242.8L512 102 268.3 242.8V524.2l110 63.6-0.4 0.2h0.2L512 665l134-77h-0.2l-0.3-0.2 110.1-63.6v-281.4zM531.8 159.1l97.3 56.2v94.1l87 49.5V477.5L531.8 371zM511.8 511.1L418 565l-91.1-52.6 185.2-107 185.2 106.9-91.4 52.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="behance-square-fill" unicode="&#59767;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM598.5 545.1h138.4v-33.7H598.5v33.7zM512 267.2c-6.5-12.3-15.7-22.9-27-31-11.8-8.2-24.9-14.2-38.8-17.7-14.5-3.9-29.5-5.8-44.6-5.7H236V553.9h161c16.3 0 31.1-1.5 44.6-4.3 13.4-2.8 24.8-7.6 34.4-14.1 9.5-6.5 17-15.2 22.3-26 5.2-10.7 7.9-24.1 7.9-40 0-17.2-3.9-31.4-11.7-42.9-7.9-11.5-19.3-20.8-34.8-28.1 21.1-6 36.6-16.7 46.8-31.7 10.4-15.2 15.5-33.4 15.5-54.8 0-17.4-3.3-32.3-10-44.8zM790.8 320H612.4c0-19.4 6.7-38 16.8-48 10.2-9.9 24.8-14.9 43.9-14.9 13.8 0 25.5 3.5 35.5 10.4 9.9 6.9 15.9 14.2 18.1 21.8h59.8c-9.6-29.7-24.2-50.9-44-63.7-19.6-12.8-43.6-19.2-71.5-19.2-19.5 0-37 3.2-52.7 9.3-15.1 5.9-28.7 14.9-39.9 26.5-11 11.9-19.6 25.9-25.1 41.2-6.1 16.9-9.1 34.7-8.9 52.6 0 18.5 3.1 35.7 9.1 51.7 11.5 31.1 35.4 56 65.9 68.9 16.3 6.8 33.8 10.2 51.5 10 21 0 39.2-4 55-12.2 15.6-8.1 28.4-19.1 38.6-32.8 10.1-13.7 17.2-29.3 21.7-46.9 4.3-17.3 5.8-35.5 4.6-54.7zM668.8 415.6c-10.8 0-19.9-1.9-26.9-5.6-7-3.7-12.8-8.3-17.2-13.6-4.2-5.1-7.3-11.1-9.1-17.4-1.6-5.3-2.7-10.7-3.1-16.2H723c-1.6 17.3-7.6 30.1-15.6 39.1-8.4 8.9-21.9 13.7-38.6 13.7zM420.3 425.7c8.7 6.3 12.9 16.7 12.9 31 0.3 6.8-1.1 13.5-4.1 19.6-2.7 4.9-6.7 9-11.6 11.9-5.1 3.1-10.7 5.1-16.6 6-6.4 1.2-12.9 1.8-19.3 1.7h-70.3v-79.7h76.1c13.1-0.1 24.2 3.1 32.9 9.5zM432.1 353.7c-9.8 7.5-22.9 11.2-39.2 11.2h-81.8v-94h80.2c7.5 0 14.4 0.7 21.1 2.1s12.7 3.8 17.8 7.2c5.1 3.3 9.2 7.8 12.3 13.6 3 5.8 4.5 13.2 4.5 22.1 0 17.7-5 30.2-14.9 37.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="amazon-square-fill" unicode="&#59768;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM547.8 569.3c-7.2 10.9-20.1 16.4-38.7 16.4-1.3 0-3-0.1-5.3-0.3-2.2-0.2-6.6-1.5-12.9-3.7-6.3-2.3-12.4-5.3-17.9-9.1-5.5-3.8-11.5-10-18-18.4-6.4-8.5-11.5-18.4-15.3-29.8l-94 8.4c0 12.4 2.4 24.7 7 36.9s11.8 23.9 21.4 35c9.6 11.2 21.1 21 34.5 29.4 13.4 8.5 29.6 15.2 48.4 20.3 18.9 5.1 39.1 7.6 60.9 7.6 21.3 0 40.6-2.6 57.8-7.7 17.2-5.2 31.1-11.5 41.4-19.1 10.3-7.5 18.9-16.1 25.9-25.7 6.9-9.6 11.7-18.5 14.4-26.7 2.7-8.2 4-15.7 4-22.8v-182.5c0-6.4 1.4-13 4.3-19.8 2.9-6.8 6.3-12.8 10.2-18 3.9-5.2 7.9-9.9 12-14.3 4.1-4.3 7.6-7.7 10.6-9.9l4.1-3.4-72.5-69.4c-8.5 7.7-16.9 15.4-25.2 23.4-8.3 8-14.5 14-18.5 18.1l-6.1 6.2c-2.4 2.3-5 5.7-8 10.2-8.1-12.2-18.5-22.8-31.1-31.8-12.7-9-26.3-15.6-40.7-19.7-14.5-4.1-29.4-6.5-44.7-7.1-15.3-0.6-30 1.5-43.9 6.5-13.9 5-26.5 11.7-37.6 20.3-11.1 8.6-19.9 20.2-26.5 35-6.6 14.8-9.9 31.5-9.9 50.4 0 17.4 3 33.3 8.9 47.7 6 14.5 13.6 26.5 23 36.1 9.4 9.6 20.7 18.2 34 25.7s26.4 13.4 39.2 17.7c12.8 4.2 26.6 7.8 41.5 10.7 14.9 2.9 27.6 4.8 38.2 5.7 10.6 0.9 21.2 1.6 31.8 2v39.4c0 13.5-2.3 23.5-6.7 30.1z m180.5-379.6c-2.8-3.3-7.5-7.8-14.1-13.5s-16.8-12.7-30.5-21.1c-13.7-8.4-28.8-16-45-22.9-16.3-6.9-36.3-12.9-60.1-18-23.7-5.1-48.2-7.6-73.3-7.6-25.4 0-50.7 3.2-76.1 9.6-25.4 6.4-47.6 14.3-66.8 23.7-19.1 9.4-37.6 20.2-55.1 32.2-17.6 12.1-31.7 22.9-42.4 32.5-10.6 9.6-19.6 18.7-26.8 27.1-1.7 1.9-2.8 3.6-3.2 5.1-0.4 1.5-0.3 2.8 0.3 3.7 0.6 0.9 1.5 1.6 2.6 2.2 1.1 0.5 2.3 0.7 3.7 0.6s2.6-0.6 3.7-1.4c40.9-24.2 72.9-41.3 95.9-51.4 82.9-36.4 168-45.7 255.3-27.9 40.5 8.3 82.1 22.2 124.9 41.8 3.2 1.2 6 1.5 8.3 0.9 2.3-0.6 3.5-2.4 3.5-5.4 0-2.8-1.6-6.3-4.8-10.2z m59.9 29c-1.8-11.1-4.9-21.6-9.1-31.8-7.2-17.1-16.3-30-27.1-38.4-3.6-2.9-6.4-3.8-8.3-2.8-1.9 1-1.9 3.5 0 7.4 4.5 9.3 9.2 21.8 14.2 37.7 5 15.8 5.7 26 2.1 30.5-1.1 1.5-2.7 2.6-5 3.6-2.2 0.9-5.1 1.5-8.6 1.9s-6.7 0.6-9.4 0.8c-2.8 0.2-6.5 0.2-11.2 0-4.7-0.2-8-0.4-10.1-0.6-2-0.2-5.3-0.5-9.9-0.9-4.6-0.4-7-0.6-7.2-0.6-1.3-0.2-2.7-0.4-4.1-0.5-1.5-0.1-2.7-0.2-3.5-0.3l-2.7-0.3c-1-0.1-1.7-0.2-2.2-0.2h-3.2l-1 0.2-0.6 0.5-0.5 0.9c-1.3 3.3 3.7 7.4 15 12.4s22.3 8.1 32.9 9.3c9.8 1.5 21.3 1.5 34.5 0.3s21.3-3.7 24.3-7.4c2.3-3.5 2.5-10.7 0.7-21.7zM485 428.5c-11.6-4.9-20.9-12.2-27.8-22-6.9-9.8-10.4-21.6-10.4-35.5 0-17.8 7.5-31.5 22.4-41.2 14.1-9.1 28.9-11.4 44.4-6.8 17.9 5.2 30 17.9 36.4 38.1 3 9.3 4.5 19.7 4.5 31.3v50.2c-12.6-0.4-24.4-1.6-35.5-3.7-11.1-2.1-22.4-5.6-34-10.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="codepen-square-fill" unicode="&#59769;" d="M723.1 468L535.9 592.6v-111.3l103.6-69.1zM512 439.9l-84.5-56.4 84.5-56.4 84.5 56.4zM535.9 285.7v-111.3L723.1 299l-83.6 55.8zM384.5 354.8L300.9 299l187.2-124.6V285.7l-103.6 69.1zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-90-485c0-1.1-0.1-2.1-0.2-3.1 0-0.4-0.1-0.7-0.2-1-0.1-0.7-0.2-1.3-0.4-2-0.1-0.4-0.2-0.8-0.4-1.2-0.2-0.6-0.4-1.2-0.6-1.7-0.2-0.4-0.4-0.8-0.5-1.2-0.3-0.5-0.5-1.1-0.8-1.6-0.2-0.4-0.4-0.7-0.7-1.1-0.3-0.5-0.7-1-1-1.5-0.3-0.4-0.5-0.7-0.8-1-0.4-0.4-0.8-0.9-1.2-1.3-0.3-0.3-0.6-0.6-1-0.9-0.4-0.4-0.9-0.8-1.4-1.1-0.4-0.3-0.7-0.6-1.1-0.8-0.1-0.1-0.3-0.2-0.4-0.3L525.2 110c-4-2.7-8.6-4-13.2-4-4.7 0-9.3 1.4-13.3 4L244.6 279.1c-0.1 0.1-0.3 0.2-0.4 0.3-0.4 0.3-0.7 0.5-1.1 0.8-0.5 0.4-0.9 0.7-1.3 1.1-0.3 0.3-0.6 0.6-1 0.9-0.4 0.4-0.8 0.8-1.2 1.3-0.3 0.3-0.6 0.7-0.8 1-0.4 0.5-0.7 1-1 1.5-0.2 0.4-0.5 0.7-0.7 1.1-0.3 0.5-0.6 1.1-0.8 1.6-0.2 0.4-0.4 0.8-0.5 1.2-0.2 0.6-0.4 1.2-0.6 1.7-0.1 0.4-0.3 0.8-0.4 1.2-0.2 0.7-0.3 1.3-0.4 2-0.1 0.3-0.1 0.7-0.2 1-0.1 1-0.2 2.1-0.2 3.1V468.1c0 1 0.1 2.1 0.2 3.1 0.1 0.3 0.1 0.7 0.2 1 0.1 0.7 0.2 1.3 0.4 2 0.1 0.4 0.2 0.8 0.4 1.2 0.2 0.6 0.4 1.2 0.6 1.7 0.2 0.4 0.4 0.8 0.5 1.2 0.2 0.5 0.5 1.1 0.8 1.6 0.2 0.4 0.4 0.7 0.7 1.1 0.6 0.9 1.2 1.7 1.8 2.5 0.4 0.4 0.8 0.9 1.2 1.3 0.3 0.3 0.6 0.6 1 0.9 0.4 0.4 0.9 0.8 1.3 1.1 0.4 0.3 0.7 0.6 1.1 0.8 0.1 0.1 0.3 0.2 0.4 0.3L498.7 657c8 5.3 18.5 5.3 26.5 0l254.1-169.1c0.1-0.1 0.3-0.2 0.4-0.3 0.4-0.3 0.7-0.5 1.1-0.8 0.5-0.4 0.9-0.7 1.4-1.1 0.3-0.3 0.6-0.6 1-0.9 0.4-0.4 0.8-0.8 1.2-1.3 0.7-0.8 1.3-1.6 1.8-2.5 0.2-0.4 0.5-0.7 0.7-1.1 0.3-0.5 0.6-1 0.8-1.6 0.2-0.4 0.4-0.8 0.5-1.2 0.2-0.6 0.4-1.2 0.6-1.7 0.1-0.4 0.3-0.8 0.4-1.2 0.2-0.7 0.3-1.3 0.4-2 0.1-0.3 0.1-0.7 0.2-1 0.1-1 0.2-2.1 0.2-3.1V299zM742.2 343.6v79.8l-59.8-39.9zM281.8 423.4v-79.8l59.8 39.9zM488.1 481.3V592.6L300.9 468l83.6-55.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="dribbble-square-fill" unicode="&#59770;" d="M498.6 464c-40.8 72.5-84.7 133.4-91.2 142.3-68.8-32.5-120.3-95.9-136.2-172.2 11-0.2 112.4-0.7 227.4 29.9zM565.1 442.2c5.7-11.7 11.2-23.6 16.3-35.6 1.8-4.2 3.6-8.4 5.3-12.7 81.8 10.3 163.2-6.2 171.3-7.9-0.5 58.1-21.3 111.4-55.5 153.3-5.3-7.1-46.5-60-137.4-97.1zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM512 96c-158.8 0-288 129.2-288 288s129.2 288 288 288 288-129.2 288-288-129.2-288-288-288zM601.7 355.1c32.2-88.4 45.3-160.4 47.8-175.4 55.2 37.3 94.5 96.4 105.4 164.9-8.4 2.6-76.1 22.8-153.2 10.5zM529.2 381.5c3.2 1 6.4 2 9.7 2.9-6.2 14-12.9 28-19.9 41.7-122.8-36.8-242.1-35.2-252.8-35-0.1-2.5-0.1-5-0.1-7.5 0-63.2 23.9-120.9 63.2-164.5 5.5 9.6 73 121.4 199.9 162.4zM675.1 567.7c-43.4 38.5-100.6 62-163.1 62-19.4 0-38.8-2.3-57.7-6.9 6.8-9.1 51.5-69.9 91.8-144 87.5 32.8 124.5 82.6 129 88.9zM554 343.2c-138.7-48.3-188.6-144.6-193-153.6 41.7-32.5 94.1-51.9 151-51.9 34.1 0 66.6 6.9 96.1 19.5-3.7 21.6-17.9 96.8-52.5 186.6l-1.6-0.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="dropbox-square-fill" unicode="&#59771;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM663.2 236.5L512.6 146l-151 90.5v33.1l45.4-29.4 105.6 87.7 105.6-87.7 45.1 29.4v-33.1z m-45.6 22.4l-105.3 87.7L407 258.9l-151 99.2 104.5 82.4L256 524.8 407 622l105.3-87.7L617.6 622 768 523.9l-104.2-83.5L768 357l-150.4-98.1zM512.3 534.3l-151.8-93.8 151.8-93.9 151.5 93.9zM663.8 440.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="facebook-fill" unicode="&#59772;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-92.4-233.5h-63.9c-50.1 0-59.8-23.8-59.8-58.8v-77.1h119.6l-15.6-120.7h-104V-16H539.2V293.8H434.9V414.6h104.3v89c0 103.3 63.1 159.6 155.3 159.6 44.2 0 82.1-3.3 93.2-4.8v-107.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="googleplus-square-f" unicode="&#59773;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM548.5 273.2c-43.9-61.8-132.1-79.8-200.9-53.3-69 26.3-118 99.2-112.1 173.5 1.5 90.9 85.2 170.6 176.1 167.5 43.6 2 84.6-16.9 118-43.6-14.3-16.2-29-31.8-44.8-46.3-40.1 27.7-97.2 35.6-137.3 3.6-57.4-39.7-60-133.4-4.8-176.1 53.7-48.7 155.2-24.5 170.1 50.1-33.6 0.5-67.4 0-101 1.1-0.1 20.1-0.2 40.1-0.1 60.2 56.2 0.2 112.5 0.3 168.8-0.2 3.3-47.3-3-97.5-32-136.5zM791 359.5c-16.8-0.2-33.6-0.3-50.4-0.4-0.2-16.8-0.3-33.6-0.3-50.4H690c-0.2 16.8-0.2 33.5-0.3 50.3-16.8 0.2-33.6 0.3-50.4 0.5v50.1c16.8 0.2 33.6 0.3 50.4 0.3 0.1 16.8 0.3 33.6 0.4 50.4h50.2l0.3-50.4c16.8-0.2 33.6-0.2 50.4-0.3v-50.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="google-square-fill" unicode="&#59774;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM679 198.4C638.4 161 583 139 516.9 139c-95.7 0-178.5 54.9-218.8 134.9C281.5 307 272 344.4 272 384c0 39.6 9.5 77 26.1 110.1 40.3 80.1 123.1 135 218.8 135 66 0 121.4-24.3 163.9-63.8L610.6 495c-25.4 24.3-57.7 36.6-93.6 36.6-63.8 0-117.8-43.1-137.1-101-4.9-14.7-7.7-30.4-7.7-46.6s2.8-31.9 7.7-46.6c19.3-57.9 73.3-101 137-101 33 0 61 8.7 82.9 23.4 26 17.4 43.2 43.3 48.9 74H516.9v94.8h230.7c2.9-16.1 4.4-32.8 4.4-50.1 0-74.7-26.7-137.4-73-180.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="instagram-fill" unicode="&#59775;" d="M512 517.3c-73.4 0-133.3-59.9-133.3-133.3S438.6 250.7 512 250.7 645.3 310.6 645.3 384 585.4 517.3 512 517.3zM911.8 384c0 55.2 0.5 109.9-2.6 165-3.1 64-17.7 120.8-64.5 167.6-46.9 46.9-103.6 61.4-167.6 64.5-55.2 3.1-109.9 2.6-165 2.6-55.2 0-109.9 0.5-165-2.6-64-3.1-120.8-17.7-167.6-64.5C132.6 669.7 118.1 613 115 549c-3.1-55.2-2.6-109.9-2.6-165s-0.5-109.9 2.6-165c3.1-64 17.7-120.8 64.5-167.6 46.9-46.9 103.6-61.4 167.6-64.5 55.2-3.1 109.9-2.6 165-2.6 55.2 0 109.9-0.5 165 2.6 64 3.1 120.8 17.7 167.6 64.5 46.9 46.9 61.4 103.6 64.5 167.6 3.2 55.1 2.6 109.8 2.6 165zM512 178.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 589.1 512 589.1 717.1 497.5 717.1 384 625.5 178.9 512 178.9z m213.5 370.7c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9 47.9-21.4 47.9-47.9c-0.1-26.6-21.4-47.9-47.9-47.9z"  horiz-adv-x="1024" />
    <glyph glyph-name="IE-square-fill" unicode="&#59776;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM765.9 339.1H437.1c0-100.4 144.3-136 196.8-47.4h120.8c-32.6-91.7-119.7-146-216.8-146-35.1 0-70.3 0.1-101.7 15.6-87.4-44.5-180.3-56.6-180.3 42 0 45.8 23.2 107.1 44 145C335 412 381.3 473.2 435.6 521.5c-43.7-18.9-91.1-66.3-122-101.2 25.9 112.8 129.5 193.6 237.1 186.5 130 59.8 209.7 34.1 209.7-38.6 0-27.4-10.6-63.3-21.4-87.9 25.2-45.5 33.3-97.6 26.9-141.2zM693.6 611.6c-24 0-51.1-11.7-72.6-22 46.3-18 86-57.3 112.3-99.6 7.1 18.9 14.6 47.9 14.6 67.9 0 32-22.8 53.7-54.3 53.7zM540.5 496.9c-53.7 0-102-39.7-104-94.9h208c-2 55.1-50.6 94.9-104 94.9zM320.6 293.1c-73-152.4 11.5-172.2 100.3-123.3-46.6 27.5-82.6 72.2-100.3 123.3z"  horiz-adv-x="1024" />
    <glyph glyph-name="medium-square-fill" unicode="&#59777;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM768 578.3l-40.8-39.1c-3.6-2.7-5.3-7.1-4.6-11.4v-287.7c-0.7-4.4 1-8.8 4.6-11.4l40-39.1v-8.7H566.4v8.3l41.3 40.1c4.1 4.1 4.1 5.3 4.1 11.4V473.5l-115-291.6h-15.5L347.5 473.5V278c-1.2-8.2 1.7-16.5 7.5-22.4l53.8-65.1v-8.7H256v8.7l53.8 65.1c5.8 5.9 8.3 14.3 7 22.4V504c0.7 6.3-1.7 12.4-6.5 16.7l-47.8 57.6V587H411l114.6-251.5 100.9 251.3H768v-8.5z"  horiz-adv-x="1024" />
    <glyph glyph-name="linkedin-fill" unicode="&#59778;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM349.3 102.3H230.6V484.1h118.7v-381.8z m-59.3 434c-38 0-68.8 30.8-68.8 68.8s30.8 68.8 68.8 68.8c37.9 0 68.8-30.8 68.8-68.8-0.1-38-30.9-68.8-68.8-68.8z m503.7-434H675.1V288c0 44.3-0.8 101.2-61.7 101.2-61.7 0-71.2-48.2-71.2-98v-188.9H423.7V484.1h113.8v-52.2h1.6c15.8 30 54.5 61.7 112.3 61.7 120.2 0 142.3-79.1 142.3-181.9v-209.4z"  horiz-adv-x="1024" />
    <glyph glyph-name="QQ-square-fill" unicode="&#59779;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM722.5 219.6c-11.5-1.4-44.9 52.7-44.9 52.7 0-31.3-16.2-72.2-51.1-101.8 16.9-5.2 54.9-19.2 45.9-34.4-7.3-12.3-125.6-7.9-159.8-4-34.2-3.8-152.5-8.3-159.8 4-9.1 15.2 28.9 29.2 45.8 34.4-35 29.5-51.1 70.4-51.1 101.8 0 0-33.4-54.1-44.9-52.7-5.4 0.7-12.4 29.6 9.4 99.7 10.3 33 22 60.5 40.2 105.8-3.1 116.9 45.3 215 160.4 215 113.9 0 163.3-96.1 160.4-215 18.1-45.2 29.9-72.8 40.2-105.8 21.7-70.1 14.6-99.1 9.3-99.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="reddit-square-fill" unicode="&#59780;" d="M296 456c-19.9 0-36-16.1-36-36 0-15.1 9.4-28.1 22.6-33.4 11.5 18.1 27.1 34.5 45.9 48.8-5.7 12.2-18.2 20.6-32.5 20.6zM585.7 271.1c-14.9-11.7-44.3-24.3-73.7-24.3s-58.9 12.6-73.7 24.3c-9.3 7.3-22.7 5.7-30-3.6-7.3-9.3-5.7-22.7 3.6-30 25.7-20.4 65-33.5 100.1-33.5 35.1 0 74.4 13.1 100.2 33.5 9.3 7.3 10.9 20.8 3.6 30-7.3 9.3-20.8 10.9-30.1 3.6zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM757 354.1c4.6-13.5 7-27.6 7-42.1 0-99.4-112.8-180-252-180s-252 80.6-252 180c0 14.5 2.4 28.6 7 42.1-25.3 11.2-43 36.4-43 65.9 0 39.8 32.2 72 72 72 27.1 0 50.6-14.9 62.9-37 36.2 19.8 80.2 32.8 128.1 36.1l58.4 131.1c4.3 9.8 15.2 14.8 25.5 11.8l91.6-26.5c9.1 16.9 27 28.4 47.6 28.4 29.8 0 54-24.2 54-54s-24.2-54-54-54c-23.5 0-43.5 15.1-50.9 36.1L577 587.7l-43-96.5c49.1-3 94.2-16.1 131.2-36.3 12.3 22.1 35.8 37 62.9 37 39.8 0 72-32.2 72-72-0.1-29.3-17.8-54.6-43.1-65.8zM620 348m-36 0a36 36 0 1 1 72 0 36 36 0 1 1-72 0ZM728 456c-14.3 0-26.8-8.4-32.5-20.6 18.8-14.3 34.4-30.7 45.9-48.8 13.2 5.3 22.6 18.3 22.6 33.4 0 19.9-16.1 36-36 36zM404 348m-36 0a36 36 0 1 1 72 0 36 36 0 1 1-72 0Z"  horiz-adv-x="1024" />
    <glyph glyph-name="twitter-square-fill" unicode="&#59781;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM727.3 494.3c0.3-4.7 0.3-9.6 0.3-14.4 0-146.8-111.8-315.9-316.1-315.9-63 0-121.4 18.3-170.6 49.8 9-1 17.6-1.4 26.8-1.4 52 0 99.8 17.6 137.9 47.4-48.8 1-89.8 33-103.8 77 17.1-2.5 32.5-2.5 50.1 2-50.8 10.3-88.9 55-88.9 109v1.4c14.7-8.3 32-13.4 50.1-14.1-30.9 20.6-49.5 55.3-49.5 92.4 0 20.7 5.4 39.6 15.1 56 54.7-67.4 136.9-111.4 229-116.1C492 542.9 548.4 604 616.2 604c32 0 60.8-13.4 81.1-35 25.1 4.7 49.1 14.1 70.5 26.7-8.3-25.7-25.7-47.4-48.8-61.1 22.4 2.4 44 8.6 64 17.3-15.1-22.2-34-41.9-55.7-57.6z"  horiz-adv-x="1024" />
    <glyph glyph-name="sketch-square-fill" unicode="&#59782;" d="M608.2 472.7L512 569.9l-96.2-97.2zM582.3 270.4l147.9 166.3h-63.4zM672.3 472.7h62.5l-92.1 115.1zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32z m-81.3-332.2L515.8 133.7c-1-1.1-2.4-1.7-3.8-1.7s-2.8 0.6-3.8 1.7L225.3 451.8c-1.7 1.9-1.7 4.7-0.2 6.6L365.6 634c1 1.2 2.4 1.9 4 1.9h284.6c1.6 0 3-0.7 4-1.9l140.5-175.6c1.7-1.9 1.7-4.7 0-6.6zM397.6 436.7L512 211.5l114.4 225.2zM381.3 587.8l-92.1-115.1h62.5zM293.8 436.7l147.9-166.3-84.5 166.3zM420.3 594.9l-23.1-89.8 88.8 89.8zM603.7 594.9H538l88.8-89.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="slack-square-fill" unicode="&#59783;" d="M893.1 498.4c-85.8 286-209.5 352.5-495.5 266.7S45.1 555.6 130.9 269.6s209.5-352.5 495.5-266.7 352.5 209.5 266.7 495.5z m-150-189.9l-50.3-16.3 16.5-50.6c7.7-23.6-5.3-49-28.9-56.7-23.6-7.7-49 5.3-56.7 28.9l-16.5 50.6L506 231.5l16.5-50.6c7.7-23.6-5.3-49-28.9-56.7-23.6-7.7-49 5.3-56.7 28.9l-16.5 50.6-51-16.6c-23.6-7.7-49 5.3-56.7 28.9s5.3 49 28.9 56.7l51 16.6-32.9 101.3-51-16.6c-23.6-7.7-49 5.3-56.7 28.9-7.7 23.6 5.3 49 28.9 56.7l51 16.6-16.5 50.6c-7.7 23.6 5.3 49 28.9 56.7 23.6 7.7 49-5.3 56.7-28.9l16.5-50.6 101.3 32.9-16.5 50.6c-7.7 23.6 5.3 49 28.9 56.7s49-5.3 56.7-28.9l16.5-50.6 50.3 16.3c23.6 7.7 49-5.3 56.7-28.9 7.7-23.6-5.3-49-28.9-56.7L632.1 479 665 377.7l50.3 16.3c23.6 7.7 49-5.3 56.7-28.9 7.7-23.6-5.3-48.9-28.9-56.6zM445.262 418.327l101.293 32.909 32.908-101.293-101.292-32.908z"  horiz-adv-x="1024" />
    <glyph glyph-name="taobao-square-fill" unicode="&#59784;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM315.7 604.5c27.3 0 49.5-22.1 49.5-49.4s-22.1-49.4-49.5-49.4-49.5 22.1-49.5 49.4 22.1 49.4 49.5 49.4zM366.9 318c-13.6-42.3-10.2-26.7-64.4-144.5l-78.5 49s87.7 79.8 105.6 116.2c19.2 38.4-21.1 58.9-21.1 58.9l-60.2 37.5 32.7 50.2c45.4-33.7 48.7-36.6 79.2-67.2 23.8-23.9 20.7-56.8 6.7-100.1z m427.2-55c-15.3-143.8-202.4-90.3-202.4-90.3l10.2 41.1 43.3-9.3c80-5 72.3 64.9 72.3 64.9V473c0.6 77.3-72.6 85.4-204.2 38.3l30.6-8.3c-2.5-9-12.5-23.2-25.2-38.6h176v-35.6h-99.1v-44.5h98.7v-35.7h-98.7V274c14.9 4.8 28.6 11.5 40.5 20.5l-8.7 32.5 46.5 14.4 38.8-94.9-57.3-23.9-10.2 37.8c-25.6-19.5-78.8-48-171.8-45.4-99.2-2.6-73.7 112-73.7 112l2.5 1.3H472c-0.5-14.7-6.6-38.7 1.7-51.8 6.8-10.8 24.2-12.6 35.3-13.1 1.3-0.1 2.6-0.1 3.9-0.1v85.3h-101v35.7h101v44.5H487c-22.7-24.1-43.5-44.1-43.5-44.1l-30.6 26.7c21.7 22.9 43.3 59.1 56.8 83.2-10.9-4.4-22-9.2-33.6-14.2-11.2-14.3-24.2-29-38.7-43.5 0.5-0.8-50 28.4-50 28.4 52.2 44.4 81.4 139.9 81.4 139.9l72.5-20.4s-5.9-14-18.4-35.6c290.3 82.3 307.4-50.5 307.4-50.5s19.1-91.8 3.8-235.7z"  horiz-adv-x="1024" />
    <glyph glyph-name="weibo-square-fill" unicode="&#59785;" d="M433.6 300.9c-14.2 5.9-32.4-0.2-41.2-13.9-8.8-13.8-4.7-30.2 9.3-36.6 14.3-6.5 33.2-0.3 42 13.8 8.8 14.3 4.2 30.6-10.1 36.7zM880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM467.6 160C353.1 160 236 215.6 236 307.1c0 47.8 30.2 103.1 82.3 155.3 69.5 69.6 150.6 101.4 181.1 70.8 13.5-13.5 14.8-36.8 6.1-64.6-4.5-14 13.1-6.3 13.1-6.3 56.2 23.6 105.2 25 123.1-0.7 9.6-13.7 8.6-32.8-0.2-55.1-4.1-10.2 1.3-11.8 9-14.1 31.7-9.8 66.9-33.6 66.9-75.5 0.2-69.5-99.7-156.9-249.8-156.9z m207.3 290.8c3.7 11.5 1.4 24.5-7.2 34.1-8.6 9.6-21.4 13.2-33.1 10.7-9.8-2.1-19.5 4.2-21.6 14-2.1 9.9 4.2 19.6 14 21.7 24.1 5.1 50.1-2.3 67.7-21.9 17.7-19.6 22.4-46.3 14.9-69.8-3.1-9.6-13.3-14.8-22.9-11.7-9.6 3.1-14.9 13.3-11.8 22.9z m106-34.3s0-0.1 0 0c-3.6-11.2-15.5-17.3-26.6-13.7-11.1 3.6-17.2 15.5-13.6 26.7 11 34.2 4 73.2-21.7 101.8-25.8 28.6-63.8 39.5-98.9 32.1-11.4-2.5-22.7 4.9-25.1 16.3-2.5 11.4 4.8 22.7 16.2 25.1 49.4 10.5 102.8-4.8 139.1-45.1 36.3-40.2 46.1-95.1 30.6-143.2zM446.4 410.4c-91.4-9-160.7-65.1-154.7-125.2 5.9-60.1 84.8-101.5 176.2-92.5 91.4 9.1 160.7 65.1 154.7 125.3-5.9 60.1-84.8 101.5-176.2 92.4z m80.2-141.7c-18.7-42.3-72.3-64.8-117.8-50.1-43.9 14.2-62.5 57.7-43.3 96.8 18.9 38.4 68 60.1 111.5 48.8 45-11.7 68-54.2 49.6-95.5zM468.5 315.4c-5.4 2.2-12.2-0.5-15.4-5.8-3.1-5.4-1.4-11.5 4.1-13.8 5.5-2.3 12.6 0.3 15.8 5.8 3 5.6 1 11.8-4.5 13.8z"  horiz-adv-x="1024" />
    <glyph glyph-name="zhihu-square-fill" unicode="&#59786;" d="M880 784H144c-17.7 0-32-14.3-32-32v-736c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32V752c0 17.7-14.3 32-32 32zM432.3 303.2l71-80.7c9.2-33-3.3-63.1-3.3-63.1l-95.7 111.9v0.1c-8.9-29-20.1-57.3-33.3-84.7-22.6-45.7-55.2-54.7-89.5-57.7-34.4-3-23.3 5.3-23.3 5.3 68 55.5 78 87.8 96.8 123.1 11.9 22.3 20.4 64.3 25.3 96.8H264.1s4.8 31.2 19.2 41.7h101.6c0.6 15.3-1.3 102.8-2 131.4h-49.4c-9.2-45-41-56.7-48.1-60.1-7-3.4-23.6-7.1-21.1 0 2.6 7.1 27 46.2 43.2 110.7 16.3 64.6 63.9 62 63.9 62-12.8-22.5-22.4-73.6-22.4-73.6h159.7c10.1 0 10.6-39 10.6-39h-90.8c-0.7-22.7-2.8-83.8-5-131.4H519s12.2-15.4 12.2-41.7h-110l-0.1-1.5c-1.5-20.4-6.3-43.9-12.9-67.6l24.1 18.1z m335.5-116h-87.6l-69.5-46.6-16.4 46.6h-40.1V574.5h213.6v-387.3zM408.2 285s0 0.1 0 0zM624.2 190.7l56.8 38.1h45.6-0.1V531.3H596.7v-302.5h14.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="zoomout" unicode="&#59787;" d="M637 453H325c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h312c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8zM921 29L775 175c122.1 148.9 113.6 369.5-26 509-148 148.1-388.4 148.1-537 0-148.1-148.6-148.1-389 0-537 139.5-139.6 360.1-148.1 509-26l146-146c3.2-2.8 8.3-2.8 11 0l43 43c2.8 2.7 2.8 7.8 0 11zM696 200c-118.8-118.7-311.2-118.7-430 0-118.7 118.8-118.7 311.2 0 430 118.8 118.7 311.2 118.7 430 0 118.7-118.8 118.7-311.2 0-430z"  horiz-adv-x="1024" />
    <glyph glyph-name="apartment" unicode="&#59788;" d="M908 256H804V408c0 4.4-3.6 8-8 8H548v96h108c8.8 0 16 7.2 16 16V816c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16v-288c0-8.8 7.2-16 16-16h108v-96H228c-4.4 0-8-3.6-8-8v-152H116c-8.8 0-16-7.2-16-16v-288c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16V240c0 8.8-7.2 16-16 16H292v88h440v-88H620c-8.8 0-16-7.2-16-16v-288c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16V240c0 8.8-7.2 16-16 16z m-564-76v-168H176V180h168z m84 408V756h168v-168H428z m420-576H680V180h168v-168z"  horiz-adv-x="1024" />
    <glyph glyph-name="audio" unicode="&#59789;" d="M842 442c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8 0-140.3-113.7-254-254-254S258 301.7 258 442c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8 0-168.7 126.6-307.9 290-327.6V12H326.7c-13.7 0-24.7-14.3-24.7-32v-36c0-4.4 2.8-8 6.2-8h407.6c3.4 0 6.2 3.6 6.2 8v36c0 17.7-11 32-24.7 32H548V113.9c165.3 18 294 158 294 328.1zM512 272c93.9 0 170 75.2 170 168V664c0 92.8-76.1 168-170 168s-170-75.2-170-168v-224c0-92.8 76.1-168 170-168z m-94 392c0 50.6 41.9 92 94 92s94-41.4 94-92v-224c0-50.6-41.9-92-94-92s-94 41.4-94 92V664z"  horiz-adv-x="1024" />
    <glyph glyph-name="audio-fill" unicode="&#59790;" d="M512 272c93.9 0 170 75.2 170 168V664c0 92.8-76.1 168-170 168s-170-75.2-170-168v-224c0-92.8 76.1-168 170-168zM842 442c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8 0-140.3-113.7-254-254-254S258 301.7 258 442c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8 0-168.7 126.6-307.9 290-327.6V12H326.7c-13.7 0-24.7-14.3-24.7-32v-36c0-4.4 2.8-8 6.2-8h407.6c3.4 0 6.2 3.6 6.2 8v36c0 17.7-11 32-24.7 32H548V113.9c165.3 18 294 158 294 328.1z"  horiz-adv-x="1024" />
    <glyph glyph-name="robot" unicode="&#59791;" d="M360 568m-60 0a60 60 0 1 1 120 0 60 60 0 1 1-120 0ZM852 832H172c-17.7 0-32-14.3-32-32v-660c0-17.7 14.3-32 32-32h680c17.7 0 32 14.3 32 32V800c0 17.7-14.3 32-32 32z m-32-660H204V768h616v-596zM664 568m-60 0a60 60 0 1 1 120 0 60 60 0 1 1-120 0ZM854.2 12H169.8c-16.5 0-29.8-14.3-29.8-32v-36c0-4.4 3.3-8 7.4-8h729.1c4.1 0 7.4 3.6 7.4 8v36c0.1 17.7-13.2 32-29.7 32zM664 388H360c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8z"  horiz-adv-x="1024" />
    <glyph glyph-name="zoomin" unicode="&#59792;" d="M637 453H519V587c0 4.4-3.6 8-8 8h-60c-4.4 0-8-3.6-8-8v-134H325c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h118v-134c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8V377h118c4.4 0 8 3.6 8 8v60c0 4.4-3.6 8-8 8zM921 29L775 175c122.1 148.9 113.6 369.5-26 509-148 148.1-388.4 148.1-537 0-148.1-148.6-148.1-389 0-537 139.5-139.6 360.1-148.1 509-26l146-146c3.2-2.8 8.3-2.8 11 0l43 43c2.8 2.7 2.8 7.8 0 11zM696 200c-118.8-118.7-311.2-118.7-430 0-118.7 118.8-118.7 311.2 0 430 118.8 118.7 311.2 118.7 430 0 118.7-118.8 118.7-311.2 0-430z"  horiz-adv-x="1024" />
  </font>
</defs></svg>
src/main/resources/static/febs/font/iconfont.ttf
Binary files differ
src/main/resources/static/febs/font/iconfont.woff
Binary files differ
src/main/resources/static/febs/images/avatar/17e420c250804efe904a09a33796d5a10.jpg
src/main/resources/static/febs/images/avatar/17e420c250804efe904a09a33796d5a16.jpg
src/main/resources/static/febs/images/avatar/19034103295190235.jpg
src/main/resources/static/febs/images/avatar/1d22f3e41d284f50b2c8fc32e0788698.jpeg
src/main/resources/static/febs/images/avatar/20180414165754.jpg
src/main/resources/static/febs/images/avatar/20180414165815.jpg
src/main/resources/static/febs/images/avatar/20180414165821.jpg
src/main/resources/static/febs/images/avatar/20180414165827.jpg
src/main/resources/static/febs/images/avatar/20180414165834.jpg
src/main/resources/static/febs/images/avatar/20180414165840.jpg
src/main/resources/static/febs/images/avatar/20180414165846.jpg
src/main/resources/static/febs/images/avatar/20180414165855.jpg
src/main/resources/static/febs/images/avatar/20180414165909.jpg
src/main/resources/static/febs/images/avatar/20180414165914.jpg
src/main/resources/static/febs/images/avatar/20180414165920.jpg
src/main/resources/static/febs/images/avatar/20180414165927.jpg
src/main/resources/static/febs/images/avatar/20180414165936.jpg
src/main/resources/static/febs/images/avatar/20180414165942.jpg
src/main/resources/static/febs/images/avatar/20180414165947.jpg
src/main/resources/static/febs/images/avatar/20180414165955.jpg
src/main/resources/static/febs/images/avatar/20180414170003.jpg
src/main/resources/static/febs/images/avatar/2dd7a2d09fa94bf8b5c52e5318868b4d9.jpg
src/main/resources/static/febs/images/avatar/2dd7a2d09fa94bf8b5c52e5318868b4df.jpg
src/main/resources/static/febs/images/avatar/496b3ace787342f7954b7045b8b06804.jpeg
src/main/resources/static/febs/images/avatar/595ba7b05f2e485eb50565a50cb6cc3c.jpeg
src/main/resources/static/febs/images/avatar/5997fedcc7bd4cffbd350b40d1b5b9824.jpg
src/main/resources/static/febs/images/avatar/5997fedcc7bd4cffbd350b40d1b5b987.jpg
src/main/resources/static/febs/images/avatar/87d8194bc9834e9f8f0228e9e530beb1.jpeg
src/main/resources/static/febs/images/avatar/8f5b60ef00714a399ee544d331231820.jpeg
src/main/resources/static/febs/images/avatar/964e40b005724165b8cf772355796c8c.jpeg
src/main/resources/static/febs/images/avatar/BiazfanxmamNRoxxVxka.png
src/main/resources/static/febs/images/avatar/WhxKECPNujWoWEFNdnJE.png
src/main/resources/static/febs/images/avatar/a3b10296862e40edb811418d64455d00.jpeg
src/main/resources/static/febs/images/avatar/a43456282d684e0b9319cf332f8ac468.jpeg
src/main/resources/static/febs/images/avatar/bba284ac05b041a8b8b0d1927868d5c9x.jpg
src/main/resources/static/febs/images/avatar/c7c4ee7be3eb4e73a19887dc713505145.jpg
src/main/resources/static/febs/images/avatar/cnrhVkzwxjPwAaCfPbdc.png
src/main/resources/static/febs/images/avatar/default.jpg
src/main/resources/static/febs/images/avatar/empty.jpg
src/main/resources/static/febs/images/avatar/ff698bb2d25c4d218b3256b46c706ece.jpeg
src/main/resources/static/febs/images/avatar/gaOngJwsRYRaVAuXXcmB.png
src/main/resources/static/febs/images/avatar/jZUIxmJycoymBprLOUbT.png
src/main/resources/static/febs/images/avatar/ubnKSIfAJTxIgXOKlciN.png
src/main/resources/static/febs/images/background.svg
New file
@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="1361px" height="609px" viewBox="0 0 1361 609" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
    <title>Group 21</title>
    <desc>Created with Sketch.</desc>
    <defs></defs>
    <g id="Ant-Design-Pro-3.0" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="账户密码登录-校验" transform="translate(-79.000000, -82.000000)">
            <g id="Group-21" transform="translate(77.000000, 73.000000)">
                <g id="Group-18" opacity="0.8" transform="translate(74.901416, 569.699158) rotate(-7.000000) translate(-74.901416, -569.699158) translate(4.901416, 525.199158)">
                    <ellipse id="Oval-11" fill="#CFDAE6" opacity="0.25" cx="63.5748792" cy="32.468367" rx="21.7830479" ry="21.766008"></ellipse>
                    <ellipse id="Oval-3" fill="#CFDAE6" opacity="0.599999964" cx="5.98746479" cy="13.8668601" rx="5.2173913" ry="5.21330997"></ellipse>
                    <path d="M38.1354514,88.3520215 C43.8984227,88.3520215 48.570234,83.6838647 48.570234,77.9254015 C48.570234,72.1669383 43.8984227,67.4987816 38.1354514,67.4987816 C32.3724801,67.4987816 27.7006688,72.1669383 27.7006688,77.9254015 C27.7006688,83.6838647 32.3724801,88.3520215 38.1354514,88.3520215 Z" id="Oval-3-Copy" fill="#CFDAE6" opacity="0.45"></path>
                    <path d="M64.2775582,33.1704963 L119.185836,16.5654915" id="Path-12" stroke="#CFDAE6" stroke-width="1.73913043" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path d="M42.1431708,26.5002681 L7.71190162,14.5640702" id="Path-16" stroke="#E0B4B7" stroke-width="0.702678964" opacity="0.7" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1.405357899873153,2.108036953469981"></path>
                    <path d="M63.9262187,33.521561 L43.6721326,69.3250951" id="Path-15" stroke="#BACAD9" stroke-width="0.702678964" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1.405357899873153,2.108036953469981"></path>
                    <g id="Group-17" transform="translate(126.850922, 13.543654) rotate(30.000000) translate(-126.850922, -13.543654) translate(117.285705, 4.381889)" fill="#CFDAE6">
                        <ellipse id="Oval-4" opacity="0.45" cx="9.13482653" cy="9.12768076" rx="9.13482653" ry="9.12768076"></ellipse>
                        <path d="M18.2696531,18.2553615 C18.2696531,13.2142826 14.1798519,9.12768076 9.13482653,9.12768076 C4.08980114,9.12768076 0,13.2142826 0,18.2553615 L18.2696531,18.2553615 Z" id="Oval-4" transform="translate(9.134827, 13.691521) scale(-1, -1) translate(-9.134827, -13.691521) "></path>
                    </g>
                </g>
                <g id="Group-14" transform="translate(216.294700, 123.725600) rotate(-5.000000) translate(-216.294700, -123.725600) translate(106.294700, 35.225600)">
                    <ellipse id="Oval-2" fill="#CFDAE6" opacity="0.25" cx="29.1176471" cy="29.1402439" rx="29.1176471" ry="29.1402439"></ellipse>
                    <ellipse id="Oval-2" fill="#CFDAE6" opacity="0.3" cx="29.1176471" cy="29.1402439" rx="21.5686275" ry="21.5853659"></ellipse>
                    <ellipse id="Oval-2-Copy" stroke="#CFDAE6" opacity="0.4" cx="179.019608" cy="138.146341" rx="23.7254902" ry="23.7439024"></ellipse>
                    <ellipse id="Oval-2" fill="#BACAD9" opacity="0.5" cx="29.1176471" cy="29.1402439" rx="10.7843137" ry="10.7926829"></ellipse>
                    <path d="M29.1176471,39.9329268 L29.1176471,18.347561 C23.1616351,18.347561 18.3333333,23.1796097 18.3333333,29.1402439 C18.3333333,35.1008781 23.1616351,39.9329268 29.1176471,39.9329268 Z" id="Oval-2" fill="#BACAD9"></path>
                    <g id="Group-9" opacity="0.45" transform="translate(172.000000, 131.000000)" fill="#E6A1A6">
                        <ellipse id="Oval-2-Copy-2" cx="7.01960784" cy="7.14634146" rx="6.47058824" ry="6.47560976"></ellipse>
                        <path d="M0.549019608,13.6219512 C4.12262681,13.6219512 7.01960784,10.722722 7.01960784,7.14634146 C7.01960784,3.56996095 4.12262681,0.670731707 0.549019608,0.670731707 L0.549019608,13.6219512 Z" id="Oval-2-Copy-2" transform="translate(3.784314, 7.146341) scale(-1, 1) translate(-3.784314, -7.146341) "></path>
                    </g>
                    <ellipse id="Oval-10" fill="#CFDAE6" cx="218.382353" cy="138.685976" rx="1.61764706" ry="1.61890244"></ellipse>
                    <ellipse id="Oval-10-Copy-2" fill="#E0B4B7" opacity="0.35" cx="179.558824" cy="175.381098" rx="1.61764706" ry="1.61890244"></ellipse>
                    <ellipse id="Oval-10-Copy" fill="#E0B4B7" opacity="0.35" cx="180.098039" cy="102.530488" rx="2.15686275" ry="2.15853659"></ellipse>
                    <path d="M28.9985381,29.9671598 L171.151018,132.876024" id="Path-11" stroke="#CFDAE6" opacity="0.8"></path>
                </g>
                <g id="Group-10" opacity="0.799999952" transform="translate(1054.100635, 36.659317) rotate(-11.000000) translate(-1054.100635, -36.659317) translate(1026.600635, 4.659317)">
                    <ellipse id="Oval-7" stroke="#CFDAE6" stroke-width="0.941176471" cx="43.8135593" cy="32" rx="11.1864407" ry="11.2941176"></ellipse>
                    <g id="Group-12" transform="translate(34.596774, 23.111111)" fill="#BACAD9">
                        <ellipse id="Oval-7" opacity="0.45" cx="9.18534718" cy="8.88888889" rx="8.47457627" ry="8.55614973"></ellipse>
                        <path d="M9.18534718,17.4450386 C13.8657264,17.4450386 17.6599235,13.6143199 17.6599235,8.88888889 C17.6599235,4.16345787 13.8657264,0.332739156 9.18534718,0.332739156 L9.18534718,17.4450386 Z" id="Oval-7"></path>
                    </g>
                    <path d="M34.6597385,24.809694 L5.71666084,4.76878945" id="Path-2" stroke="#CFDAE6" stroke-width="0.941176471"></path>
                    <ellipse id="Oval" stroke="#CFDAE6" stroke-width="0.941176471" cx="3.26271186" cy="3.29411765" rx="3.26271186" ry="3.29411765"></ellipse>
                    <ellipse id="Oval-Copy" fill="#F7E1AD" cx="2.79661017" cy="61.1764706" rx="2.79661017" ry="2.82352941"></ellipse>
                    <path d="M34.6312443,39.2922712 L5.06366663,59.785082" id="Path-10" stroke="#CFDAE6" stroke-width="0.941176471"></path>
                </g>
                <g id="Group-19" opacity="0.33" transform="translate(1282.537219, 446.502867) rotate(-10.000000) translate(-1282.537219, -446.502867) translate(1142.537219, 327.502867)">
                    <g id="Group-17" transform="translate(141.333539, 104.502742) rotate(275.000000) translate(-141.333539, -104.502742) translate(129.333539, 92.502742)" fill="#BACAD9">
                        <circle id="Oval-4" opacity="0.45" cx="11.6666667" cy="11.6666667" r="11.6666667"></circle>
                        <path d="M23.3333333,23.3333333 C23.3333333,16.8900113 18.1099887,11.6666667 11.6666667,11.6666667 C5.22334459,11.6666667 0,16.8900113 0,23.3333333 L23.3333333,23.3333333 Z" id="Oval-4" transform="translate(11.666667, 17.500000) scale(-1, -1) translate(-11.666667, -17.500000) "></path>
                    </g>
                    <circle id="Oval-5-Copy-6" fill="#CFDAE6" cx="201.833333" cy="87.5" r="5.83333333"></circle>
                    <path d="M143.5,88.8126685 L155.070501,17.6038544" id="Path-17" stroke="#BACAD9" stroke-width="1.16666667"></path>
                    <path d="M17.5,37.3333333 L127.466252,97.6449735" id="Path-18" stroke="#BACAD9" stroke-width="1.16666667"></path>
                    <polyline id="Path-19" stroke="#CFDAE6" stroke-width="1.16666667" points="143.902597 120.302281 174.935455 231.571342 38.5 147.510847 126.366941 110.833333"></polyline>
                    <path d="M159.833333,99.7453842 L195.416667,89.25" id="Path-20" stroke="#E0B4B7" stroke-width="1.16666667" opacity="0.6"></path>
                    <path d="M205.333333,82.1372105 L238.719406,36.1666667" id="Path-24" stroke="#BACAD9" stroke-width="1.16666667"></path>
                    <path d="M266.723424,132.231988 L207.083333,90.4166667" id="Path-25" stroke="#CFDAE6" stroke-width="1.16666667"></path>
                    <circle id="Oval-5" fill="#C1D1E0" cx="156.916667" cy="8.75" r="8.75"></circle>
                    <circle id="Oval-5-Copy-3" fill="#C1D1E0" cx="39.0833333" cy="148.75" r="5.25"></circle>
                    <circle id="Oval-5-Copy-2" fill-opacity="0.6" fill="#D1DEED" cx="8.75" cy="33.25" r="8.75"></circle>
                    <circle id="Oval-5-Copy-4" fill-opacity="0.6" fill="#D1DEED" cx="243.833333" cy="30.3333333" r="5.83333333"></circle>
                    <circle id="Oval-5-Copy-5" fill="#E0B4B7" cx="175.583333" cy="232.75" r="5.25"></circle>
                </g>
            </g>
        </g>
    </g>
</svg>
src/main/resources/static/febs/images/error/403.svg
New file
@@ -0,0 +1,508 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="227px" height="269px" viewBox="0 0 227 269" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
    <title>Group 9</title>
    <desc>Created with Sketch.</desc>
    <defs>
        <path d="M0,131.5 C1.52216317e-15,101.788282 2.0023434,70.3064817 6.0070302,37.054599 L6.00703147,37.0545992 C8.23177711,18.5819983 23.2321456,4.27478563 41.7892683,2.9258328 C68.6224469,0.975277594 91.0407969,-6.24317082e-09 109.044318,0 C127.133265,6.27279111e-09 149.842798,0.984554771 177.17292,2.9536643 L177.17292,2.95366535 C195.745345,4.29179116 210.761581,18.6099912 212.981582,37.0977487 C216.993859,70.5112465 218.999998,102.082949 219,131.812857 C219.000002,161.472158 217.003381,192.843579 213.010137,225.927119 L213.010136,225.927119 C210.780269,244.401296 195.772997,258.705423 177.213148,260.046888 C149.974602,262.015629 127.477504,263 109.721856,263 C91.927568,263 69.2911098,262.01134 41.8124813,260.034021 L41.8124814,260.03402 C23.2430488,258.697792 8.22697111,244.385384 6.00173205,225.9014 C2.00057735,192.665746 1.52149174e-15,161.198612 0,131.5 Z" id="path-1"></path>
        <filter x="-4.5%" y="-1.4%" width="106.2%" height="104.4%" filterUnits="objectBoundingBox" id="filter-2">
            <feMorphology radius="0.81" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
            <feOffset dx="-6" dy="4" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
            <feComposite in="shadowOffsetOuter1" in2="SourceAlpha" operator="out" result="shadowOffsetOuter1"></feComposite>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
        </filter>
        <path d="M39.654321,130.992298 C39.654321,110.09311 40.5351746,89.1940983 42.2968819,68.2952631 L42.2968835,68.2952632 C43.2666685,56.7908671 52.197293,47.5570778 63.6629191,46.2039222 C78.8424188,44.4124609 94.0195118,43.5167302 109.194198,43.5167302 C124.360772,43.5167302 139.527341,44.4115034 154.693904,46.2010498 L154.693904,46.2010495 C166.164025,47.5544421 175.09671,56.7944422 176.061501,68.3037662 C177.833381,89.4411461 178.719321,110.482698 178.719321,131.428422 C178.719321,152.307984 177.838969,173.187319 176.078265,194.066429 L176.078265,194.066429 C175.10807,205.571375 166.17633,214.805149 154.709997,216.157282 C139.486491,217.95247 124.287302,218.850064 109.112431,218.850064 C93.9666716,218.850064 78.8209665,217.95591 63.6753158,216.167604 L63.6753156,216.167605 C52.2067135,214.813462 43.275345,205.574785 42.309801,194.06695 C40.539481,172.967394 39.654321,151.94251 39.654321,130.992298 Z" id="path-3"></path>
        <filter x="-6.0%" y="-2.3%" width="108.6%" height="105.9%" filterUnits="objectBoundingBox" id="filter-4">
            <feMorphology radius="0.81" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
            <feOffset dx="-5" dy="3" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
            <feComposite in="shadowOffsetOuter1" in2="SourceAlpha" operator="out" result="shadowOffsetOuter1"></feComposite>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
        </filter>
        <path d="M161.510068,89.8583333 L176.8425,89.8583333 L176.8425,107.391667 L161.510068,107.391667 L161.510068,107.391667 C157.8829,107.391667 154.9425,104.451267 154.9425,100.824099 L154.9425,96.4259009 L154.9425,96.4259009 C154.9425,92.7987335 157.8829,89.8583333 161.510068,89.8583333 Z" id="path-5"></path>
        <filter x="-13.7%" y="-5.7%" width="118.3%" height="117.1%" filterUnits="objectBoundingBox" id="filter-6">
            <feOffset dx="-2" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feComposite in="shadowOffsetOuter1" in2="SourceAlpha" operator="out" result="shadowOffsetOuter1"></feComposite>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
        </filter>
        <path d="M183.957568,89.8583333 L199.29,89.8583333 L199.29,107.391667 L183.957568,107.391667 L183.957568,107.391667 C180.3304,107.391667 177.39,104.451267 177.39,100.824099 L177.39,96.4259009 L177.39,96.4259009 C177.39,92.7987335 180.3304,89.8583333 183.957568,89.8583333 Z" id="path-7"></path>
        <filter x="-2.3%" y="-2.9%" width="109.1%" height="111.4%" filterUnits="objectBoundingBox" id="filter-8">
            <feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feComposite in="shadowOffsetOuter1" in2="SourceAlpha" operator="out" result="shadowOffsetOuter1"></feComposite>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
        </filter>
        <filter x="-55.5%" y="-9.3%" width="177.5%" height="148.0%" filterUnits="objectBoundingBox" id="filter-9">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-55.5%" y="-9.3%" width="177.5%" height="148.0%" filterUnits="objectBoundingBox" id="filter-10">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <path d="M8.86493515,17.2480344 C8.4007802,16.9327578 8.09567896,16.3993146 8.09567896,15.7943295 C8.09567896,14.82567 8.87784133,14.0404164 9.84268751,14.0404164 C10.8075337,14.0404164 11.5896961,14.82567 11.5896961,15.7943295 C11.5896961,16.3993146 11.2845948,16.9327578 10.8204399,17.2480344 L11.7961308,19.984547 C11.9101195,20.3042502 11.743355,20.6558271 11.4236517,20.7698158 C11.3574028,20.7934365 11.2875908,20.8055099 11.2172568,20.8055099 L8.46811816,20.8055099 L8.46811816,20.8055099 C8.1287016,20.8055099 7.85355011,20.5303584 7.85355011,20.1909418 C7.85355011,20.1206079 7.86562345,20.0507959 7.8892442,19.984547 L8.86493515,17.2480344 Z" id="path-11"></path>
        <filter x="-12.0%" y="-7.4%" width="124.1%" height="114.8%" filterUnits="objectBoundingBox" id="filter-12">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-13">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-14">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-15">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-16">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-17">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-18">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-19">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-20">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-21">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-22">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-44.4%" y="-20.0%" width="166.7%" height="160.0%" filterUnits="objectBoundingBox" id="filter-23">
            <feOffset dx="-2" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-44.4%" y="-20.0%" width="166.7%" height="160.0%" filterUnits="objectBoundingBox" id="filter-24">
            <feOffset dx="-2" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-44.4%" y="-20.0%" width="166.7%" height="160.0%" filterUnits="objectBoundingBox" id="filter-25">
            <feOffset dx="-2" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-44.4%" y="-20.0%" width="166.7%" height="160.0%" filterUnits="objectBoundingBox" id="filter-26">
            <feOffset dx="-2" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-44.4%" y="-20.0%" width="166.7%" height="160.0%" filterUnits="objectBoundingBox" id="filter-27">
            <feOffset dx="-2" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-44.4%" y="-20.0%" width="166.7%" height="160.0%" filterUnits="objectBoundingBox" id="filter-28">
            <feOffset dx="-2" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-44.4%" y="-20.0%" width="166.7%" height="160.0%" filterUnits="objectBoundingBox" id="filter-29">
            <feOffset dx="-2" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <rect id="path-30" x="79.0833333" y="68.7939815" width="60.8333333" height="24.3518519"></rect>
        <filter x="-2.5%" y="-2.1%" width="103.3%" height="108.2%" filterUnits="objectBoundingBox" id="filter-31">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feComposite in="shadowOffsetOuter1" in2="SourceAlpha" operator="out" result="shadowOffsetOuter1"></feComposite>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
        </filter>
        <rect id="path-32" x="119.233333" y="71.2346165" width="18.2504951" height="19.5072939"></rect>
        <path d="M6.69173423,0.214583333 L15.4541667,0.214583333 L15.4541667,30.8979167 L6.69173423,30.8979167 L6.69173423,30.8979167 C3.06456682,30.8979167 0.124166667,27.9575165 0.124166667,24.3303491 L0.124166667,6.7821509 L0.124166667,6.7821509 C0.124166667,3.15498349 3.06456682,0.214583333 6.69173423,0.214583333 Z" id="path-34"></path>
        <filter x="-29.4%" y="-4.9%" width="139.1%" height="116.3%" filterUnits="objectBoundingBox" id="filter-35">
            <feOffset dx="-3" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feComposite in="shadowOffsetOuter1" in2="SourceAlpha" operator="out" result="shadowOffsetOuter1"></feComposite>
            <feColorMatrix values="0 0 0 0 0.866666667   0 0 0 0 0.890196078   0 0 0 0 0.909803922  0 0 0 1 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-36">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-37">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <path d="M42.8291667,11.875589 L42.8291667,19.236911 C42.8291667,19.9264853 42.3373793,20.5354959 41.738915,20.595957 L17.6441667,22.6791667 L17.6441667,8.43333333 L41.738915,10.516543 C42.3410444,10.5773757 42.8291667,11.185286 42.8291667,11.875589 Z" id="path-38"></path>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-39">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-40">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <rect id="path-41" x="12.23" y="6.78958333" width="7.1175" height="17.5333333" rx="1.09459459"></rect>
        <filter x="-42.1%" y="-5.7%" width="156.2%" height="117.1%" filterUnits="objectBoundingBox" id="filter-42">
            <feOffset dx="-2" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feComposite in="shadowOffsetOuter1" in2="SourceAlpha" operator="out" result="shadowOffsetOuter1"></feComposite>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
        </filter>
        <path d="M6.69173423,0.214583333 L15.4541667,0.214583333 L15.4541667,30.8979167 L6.69173423,30.8979167 L6.69173423,30.8979167 C3.06456682,30.8979167 0.124166667,27.9575165 0.124166667,24.3303491 L0.124166667,6.7821509 L0.124166667,6.7821509 C0.124166667,3.15498349 3.06456682,0.214583333 6.69173423,0.214583333 Z" id="path-43"></path>
        <filter x="-29.4%" y="-4.9%" width="139.1%" height="116.3%" filterUnits="objectBoundingBox" id="filter-44">
            <feOffset dx="-3" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feComposite in="shadowOffsetOuter1" in2="SourceAlpha" operator="out" result="shadowOffsetOuter1"></feComposite>
            <feColorMatrix values="0 0 0 0 0.866666667   0 0 0 0 0.890196078   0 0 0 0 0.909803922  0 0 0 1 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-45">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-46">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <path d="M42.8291667,11.875589 L42.8291667,19.236911 C42.8291667,19.9264853 42.3373793,20.5354959 41.738915,20.595957 L17.6441667,22.6791667 L17.6441667,8.43333333 L41.738915,10.516543 C42.3410444,10.5773757 42.8291667,11.185286 42.8291667,11.875589 Z" id="path-47"></path>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-48">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <filter x="-50.0%" y="-10.0%" width="160.0%" height="160.0%" filterUnits="objectBoundingBox" id="filter-49">
            <feOffset dx="-1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <rect id="path-50" x="12.23" y="6.78958333" width="7.1175" height="17.5333333" rx="1.09459459"></rect>
        <filter x="-42.1%" y="-5.7%" width="156.2%" height="117.1%" filterUnits="objectBoundingBox" id="filter-51">
            <feOffset dx="-2" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feComposite in="shadowOffsetOuter1" in2="SourceAlpha" operator="out" result="shadowOffsetOuter1"></feComposite>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
        </filter>
        <path d="M24.5975819,18.9156325 C22.7107005,18.6906938 20.1873316,18.3702571 18.5998357,18.0903387 C15.7716385,17.5916513 10.2254435,16.2267099 10.2254435,16.2267099 L9.43228672,20.7249253 C9.43228672,20.7249253 15.1331234,21.2766981 17.950402,21.7734603 C19.3152185,22.0141143 21.3273422,22.4758916 23.0359088,22.887195 C22.0718328,24.3735021 20.9147108,26.1229174 20.0932954,27.2534987 C18.405278,29.5768553 14.7471849,33.9633914 14.7471849,33.9633914 L18.4424572,36.6481639 C18.4424572,36.6481639 21.4374695,31.7661671 23.1189701,29.4517801 C23.9598468,28.2944125 25.3148663,26.6203912 26.4570264,25.2388063 C27.4382453,26.7462318 28.6051214,28.5736505 29.3214044,29.8142891 C30.7573178,32.301364 33.2767374,37.4273633 33.2767374,37.4273633 L37.2324017,35.1435594 C37.2324017,35.1435594 33.990657,30.4217925 32.5602872,27.9443193 C31.8079686,26.6412654 30.764866,24.5861738 29.94691,22.9346427 C31.7349883,22.451283 33.9931664,21.8608332 35.4733174,21.5462174 C38.2823878,20.9491311 43.9360463,20.1370415 43.9360463,20.1370415 L42.9863873,15.669247 C42.9863873,15.669247 37.4939659,17.2932232 34.6957402,17.8880045 C33.1431973,18.2180076 30.6947576,18.5971515 28.8277097,18.8686298 C28.722602,16.9801623 28.6032977,14.4864013 28.6032977,12.8962937 C28.6032977,10.024467 28.984416,4.32551158 28.984416,4.32551158 L24.4168083,4.32551158 C24.4168083,4.32551158 24.8633581,10.0355541 24.8633581,12.8962937 C24.8633581,14.5048733 24.7214143,17.0240015 24.5975819,18.9156325 Z" id="path-52"></path>
        <filter x="-14.6%" y="-6.2%" width="120.9%" height="121.4%" filterUnits="objectBoundingBox" id="filter-54">
            <feMorphology radius="0.547297297" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
            <feOffset dx="-3" dy="3" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
            <feComposite in="shadowOffsetOuter1" in2="SourceAlpha" operator="out" result="shadowOffsetOuter1"></feComposite>
            <feColorMatrix values="0 0 0 0 0.639215686   0 0 0 0 0.694117647   0 0 0 0 0.749019608  0 0 0 0.3 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
        </filter>
        <ellipse id="path-55" cx="26.802716" cy="22.6705733" rx="4.38" ry="4.38333333"></ellipse>
        <filter x="-34.2%" y="-11.4%" width="145.7%" height="134.2%" filterUnits="objectBoundingBox" id="filter-56">
            <feOffset dx="-2" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feColorMatrix values="0 0 0 0 0.596078431   0 0 0 0 0.647058824   0 0 0 0 0.701960784  0 0 0 1 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
        </filter>
    </defs>
    <g id="Ant-Design-Pro-3.0" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="403" transform="translate(-592.000000, -260.000000)">
            <g id="Group-9" transform="translate(599.000000, 261.000000)">
                <g id="Group-11">
                    <g id="Rectangle-355">
                        <use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
                        <use stroke="#A3B1BF" stroke-width="1.62" fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-1"></use>
                    </g>
                    <g id="Rectangle-355">
                        <use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
                        <use stroke="#A3B1BF" stroke-width="1.62" fill-opacity="0.15" fill="#A3B1BF" fill-rule="evenodd" xlink:href="#path-3"></use>
                    </g>
                    <g id="Rectangle-357">
                        <use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
                        <use fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-5"></use>
                        <path stroke="#A3B1BF" stroke-width="1.62" d="M176.0325,106.581667 L176.0325,90.6683333 L161.510068,90.6683333 C158.330251,90.6683333 155.7525,93.2460841 155.7525,96.4259009 L155.7525,100.824099 C155.7525,104.003916 158.330251,106.581667 161.510068,106.581667 L176.0325,106.581667 Z"></path>
                    </g>
                    <g id="Rectangle-357" transform="translate(188.340000, 98.625000) scale(-1, 1) translate(-188.340000, -98.625000) ">
                        <use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
                        <use fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-7"></use>
                        <path stroke="#A3B1BF" stroke-width="1.62" d="M198.48,106.581667 L198.48,90.6683333 L183.957568,90.6683333 C180.777751,90.6683333 178.2,93.2460841 178.2,96.4259009 L178.2,100.824099 C178.2,104.003916 180.777751,106.581667 183.957568,106.581667 L198.48,106.581667 Z"></path>
                    </g>
                    <path d="M169.537821,109.198898 L179.520726,109.198898 L179.520726,106.316665 C179.657239,106.659699 174.968976,106.316665 172.419859,106.316665 L174.153055,100.243742 C171.605657,100.243742 169.537821,102.294522 169.537821,104.822572 L169.537821,109.198898 Z M181.404585,106.764356 L181.334952,105.82938 C178.493277,106.319657 175.877716,105.82938 172.088276,105.82938 L174.153055,98.0162037 C170.365914,98.0162037 167.291667,101.063519 167.291667,104.822572 L167.291667,106.764356 L166.869647,106.764356 L166.869647,106.764356 C165.758829,106.764356 164.858333,107.664852 164.858333,108.775669 L164.858333,108.775669 L164.858333,115.540394 C164.858333,119.983665 168.460316,123.585648 172.903588,123.585648 L176.279745,123.585648 C180.723017,123.585648 184.325,119.983665 184.325,115.540394 L184.325,108.775669 C184.325,107.664852 183.424504,106.764356 182.313686,106.764356 L181.404585,106.764356 Z" id="Shape" fill="#D4DBE2" fill-rule="nonzero"></path>
                    <g id="Group-6" filter="url(#filter-9)" transform="translate(160.419753, 95.472603)">
                        <ellipse id="Oval-191" stroke="#D9D9D9" stroke-width="1.09459459" fill="#F5F5F5" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#D9D9D9" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="Group-6" filter="url(#filter-10)" transform="translate(189.259259, 95.472603)">
                        <ellipse id="Oval-191" stroke="#D9D9D9" stroke-width="1.09459459" fill="#F5F5F5" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#D9D9D9" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="lock" transform="translate(166.683333, 96.798611)">
                        <path d="M2.43333333,9.34812925 L2.43333333,7.750693 C2.43333333,4.33901358 4.64933408,1.45058816 7.70555556,0.476293029 L7.70555556,4.05203095 C6.57838885,4.84048413 5.84,6.15673686 5.84,7.64734194 L5.84,9.34812925 L14.4830461,9.34812925 C14.4830461,8.8280509 14.4830461,8.25372782 14.4830461,7.64734194 C14.4830461,6.44285214 14.0009139,5.352206 13.2211113,4.56188949 L13.2211113,0.864048014 C15.7633754,2.09038625 17.52,4.7131478 17.52,7.750693 C17.52,8.30041562 17.52,8.83504216 17.52,9.3491485 C18.6008993,9.38327886 19.4666667,10.2702555 19.4666667,11.3594429 L19.4666667,18.3317768 C19.4666667,22.7750482 15.8646835,26.3770314 11.4214121,26.3770314 L8.04525456,26.3770314 C3.60198316,26.3770314 5.4414381e-16,22.7750482 0,18.3317768 L0,11.3594429 C-1.36035952e-16,10.248625 0.900495789,9.34812925 2.01131364,9.34812925 L2.01131364,9.34812925 L2.43333333,9.34812925 Z" id="Combined-Shape" stroke="#A3B1BF" stroke-width="1.62" fill="#F0F2F5"></path>
                        <g id="Oval-1115">
                            <use fill-opacity="0.3" fill="#A3B1BF" fill-rule="evenodd" xlink:href="#path-11"></use>
                            <use fill="black" fill-opacity="1" filter="url(#filter-12)" xlink:href="#path-11"></use>
                        </g>
                    </g>
                    <g id="Group-6" filter="url(#filter-13)" transform="translate(64.000000, 75.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F5F5F5" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="Group-6-Copy-11" filter="url(#filter-14)" transform="translate(152.000000, 75.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F5F5F5" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="Group-6-Copy-2" filter="url(#filter-15)" transform="translate(57.000000, 120.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F5F5F5" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="Group-6-Copy-3" filter="url(#filter-16)" transform="translate(57.000000, 137.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F5F5F5" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="Group-6-Copy-4" filter="url(#filter-17)" transform="translate(64.000000, 186.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F5F5F5" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="Group-6-Copy-5" filter="url(#filter-18)" transform="translate(93.000000, 191.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F5F5F5" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="Group-6-Copy-6" filter="url(#filter-19)" transform="translate(122.000000, 191.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F5F5F5" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="Group-6-Copy-7" filter="url(#filter-20)" transform="translate(152.000000, 186.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F5F5F5" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="Group-6" filter="url(#filter-21)" transform="translate(160.419753, 95.472603)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F5F5F5" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="Group-6" filter="url(#filter-22)" transform="translate(189.259259, 95.472603)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F7FAFC" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                    </g>
                    <g id="Group-6" filter="url(#filter-23)" transform="translate(25.000000, 38.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.64189189" fill="#F7FAFC" cx="4.38" cy="4.93125" rx="4.38" ry="4.38333333"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="4.0041131 9.13310534 7.56201455 8.23226901 2.34303487 0.44644438 0.446211571 3.63004005 0.788921826 7.80592737"></polygon>
                    </g>
                    <g id="Group-6-Copy-8" filter="url(#filter-24)" transform="translate(25.000000, 218.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.64189189" fill="#F7FAFC" cx="4.38" cy="4.93125" rx="4.38" ry="4.38333333"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="4.0041131 9.13310534 7.56201455 8.23226901 2.34303487 0.44644438 0.446211571 3.63004005 0.788921826 7.80592737"></polygon>
                    </g>
                    <g id="Group-6-Copy-9" filter="url(#filter-25)" transform="translate(106.000000, 237.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.64189189" fill="#F7FAFC" cx="4.38" cy="4.93125" rx="4.38" ry="4.38333333"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="4.0041131 9.13310534 7.56201455 8.23226901 2.34303487 0.44644438 0.446211571 3.63004005 0.788921826 7.80592737"></polygon>
                    </g>
                    <g id="Group-6-Copy-10" filter="url(#filter-26)" transform="translate(185.000000, 219.000000)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.64189189" fill="#F7FAFC" cx="4.38" cy="4.93125" rx="4.38" ry="4.38333333"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="4.0041131 9.13310534 7.56201455 8.23226901 2.34303487 0.44644438 0.446211571 3.63004005 0.788921826 7.80592737"></polygon>
                    </g>
                    <g id="Group-6" filter="url(#filter-27)" transform="translate(14.419753, 129.698630)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.64189189" fill="#F7FAFC" cx="4.38" cy="4.93125" rx="4.38" ry="4.38333333"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="4.0041131 9.13310534 7.56201455 8.23226901 2.34303487 0.44644438 0.446211571 3.63004005 0.788921826 7.80592737"></polygon>
                    </g>
                    <g id="Group-6" filter="url(#filter-28)" transform="translate(105.444444, 20.715753)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.64189189" fill="#F7FAFC" cx="4.38" cy="4.93125" rx="4.38" ry="4.38333333"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="4.0041131 9.13310534 7.56201455 8.23226901 2.34303487 0.44644438 0.446211571 3.63004005 0.788921826 7.80592737"></polygon>
                    </g>
                    <g id="Group-6" filter="url(#filter-29)" transform="translate(185.055000, 37.806250)">
                        <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.64189189" fill="#F5F5F5" cx="4.38" cy="4.93125" rx="4.38" ry="4.38333333"></ellipse>
                        <polygon id="Path-301" fill="#A3B1BF" points="4.0041131 9.13310534 7.56201455 8.23226901 2.34303487 0.44644438 0.446211571 3.63004005 0.788921826 7.80592737"></polygon>
                    </g>
                    <g id="Rectangle-373">
                        <use fill="black" fill-opacity="1" filter="url(#filter-31)" xlink:href="#path-30"></use>
                        <use fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-30"></use>
                        <rect stroke="#A3B1BF" stroke-width="2.43" x="80.2983333" y="70.0089815" width="58.4033333" height="21.9218519"></rect>
                    </g>
                    <mask id="mask-33" fill="white">
                        <use xlink:href="#path-32"></use>
                    </mask>
                    <use id="Mask" fill-opacity="0.3" fill="#A3B1BF" xlink:href="#path-32"></use>
                    <rect id="Rectangle-375" fill="#A3B1BF" x="114.366667" y="77.3171296" width="1.825" height="8.11728395" rx="0.9125"></rect>
                    <rect id="Rectangle-375" fill="#A3B1BF" x="118.016667" y="72.6496914" width="2.43333333" height="16.2345679" rx="1.21666667"></rect>
                    <g id="Group-4" transform="translate(25.000000, 88.000000)">
                        <g id="Rectangle-369">
                            <use fill="black" fill-opacity="1" filter="url(#filter-35)" xlink:href="#path-34"></use>
                            <use fill="#EAEFF3" fill-rule="evenodd" xlink:href="#path-34"></use>
                            <path stroke="#A3B1BF" stroke-width="1.62" d="M14.6441667,30.0879167 L14.6441667,1.02458333 L6.69173423,1.02458333 C3.51191747,1.02458333 0.934166667,3.60233414 0.934166667,6.7821509 L0.934166667,24.3303491 C0.934166667,27.5101659 3.51191747,30.0879167 6.69173423,30.0879167 L14.6441667,30.0879167 Z"></path>
                        </g>
                        <g id="Group-6" filter="url(#filter-36)" transform="translate(6.207500, 6.789583)">
                            <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F7FAFC" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                            <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                        </g>
                        <g id="Group-6" filter="url(#filter-37)" transform="translate(6.543210, 19.181507)">
                            <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F7FAFC" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                            <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                        </g>
                        <g id="Rectangle-371">
                            <use fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-38"></use>
                            <path stroke="#A3B1BF" stroke-width="1.62" d="M18.4541667,9.31638699 L18.4541667,21.7961161 L41.6574976,19.7900592 C41.8219325,19.7734468 42.0191667,19.5280875 42.0191667,19.236911 L42.0191667,11.875589 C42.0191667,11.5822335 41.824213,11.3392839 41.6691435,11.3235325 L18.4541667,9.31638699 Z"></path>
                        </g>
                        <g id="Group-6" filter="url(#filter-39)" transform="translate(23.000000, 13.000000)">
                            <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F7FAFC" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                            <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                        </g>
                        <g id="Group-6-Copy" filter="url(#filter-40)" transform="translate(33.000000, 13.000000)">
                            <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F7FAFC" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                            <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                        </g>
                        <g id="Rectangle-370">
                            <use fill="black" fill-opacity="1" filter="url(#filter-42)" xlink:href="#path-41"></use>
                            <use fill="#EAEFF3" fill-rule="evenodd" xlink:href="#path-41"></use>
                            <rect stroke="#A3B1BF" stroke-width="1.62" x="13.04" y="7.59958333" width="5.4975" height="15.9133333" rx="1.09459459"></rect>
                        </g>
                        <path d="M13.59875,15.55625 L17.97875,15.55625" id="Line" stroke="#A3B1BF" stroke-width="2.18918919" stroke-linecap="square"></path>
                    </g>
                    <g id="Group-4-Copy" transform="translate(25.000000, 145.000000)">
                        <g id="Rectangle-369">
                            <use fill="black" fill-opacity="1" filter="url(#filter-44)" xlink:href="#path-43"></use>
                            <use fill="#EAEFF3" fill-rule="evenodd" xlink:href="#path-43"></use>
                            <path stroke="#A3B1BF" stroke-width="1.62" d="M14.6441667,30.0879167 L14.6441667,1.02458333 L6.69173423,1.02458333 C3.51191747,1.02458333 0.934166667,3.60233414 0.934166667,6.7821509 L0.934166667,24.3303491 C0.934166667,27.5101659 3.51191747,30.0879167 6.69173423,30.0879167 L14.6441667,30.0879167 Z"></path>
                        </g>
                        <g id="Group-6" filter="url(#filter-45)" transform="translate(6.207500, 6.789583)">
                            <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F7FAFC" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                            <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                        </g>
                        <g id="Group-6" filter="url(#filter-46)" transform="translate(6.543210, 19.181507)">
                            <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F7FAFC" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                            <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                        </g>
                        <g id="Rectangle-371">
                            <use fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-47"></use>
                            <path stroke="#A3B1BF" stroke-width="1.62" d="M18.4541667,9.31638699 L18.4541667,21.7961161 L41.6574976,19.7900592 C41.8219325,19.7734468 42.0191667,19.5280875 42.0191667,19.236911 L42.0191667,11.875589 C42.0191667,11.5822335 41.824213,11.3392839 41.6691435,11.3235325 L18.4541667,9.31638699 Z"></path>
                        </g>
                        <g id="Group-6" filter="url(#filter-48)" transform="translate(23.000000, 13.000000)">
                            <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F7FAFC" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                            <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                        </g>
                        <g id="Group-6-Copy" filter="url(#filter-49)" transform="translate(33.000000, 13.000000)">
                            <ellipse id="Oval-191" stroke="#A3B1BF" stroke-width="1.09459459" fill="#F7FAFC" cx="2.19" cy="2.73958333" rx="2.19" ry="2.19166667"></ellipse>
                            <polygon id="Path-301" fill="#A3B1BF" points="3.78100727 4.39009284 1.17151744 0.497180523 0.223105786 2.08897836 0.101076918 4.39009284"></polygon>
                        </g>
                        <g id="Rectangle-370">
                            <use fill="black" fill-opacity="1" filter="url(#filter-51)" xlink:href="#path-50"></use>
                            <use fill="#EAEFF3" fill-rule="evenodd" xlink:href="#path-50"></use>
                            <rect stroke="#A3B1BF" stroke-width="1.62" x="13.04" y="7.59958333" width="5.4975" height="15.9133333" rx="1.09459459"></rect>
                        </g>
                        <path d="M13.59875,15.55625 L17.97875,15.55625" id="Line" stroke="#A3B1BF" stroke-width="2.18918919" stroke-linecap="square"></path>
                    </g>
                </g>
                <g id="Group-17" transform="translate(135.185185, 131.500000)">
                    <path d="M22.4835494,46.23099 C10.0861375,46.23099 0.0360493827,36.1732534 0.0360493827,23.7664066 C0.0360493827,11.3595599 10.0861375,1.30182331 22.4835494,1.30182331 C34.8809613,1.30182331 44.9310494,11.3595599 44.9310494,23.7664066 C44.9310494,36.1732534 34.8809613,46.23099 22.4835494,46.23099 Z M22.4835494,39.65599 C31.2524505,39.65599 38.3610494,32.5419812 38.3610494,23.7664066 C38.3610494,14.9908321 31.2524505,7.87682331 22.4835494,7.87682331 C13.7146483,7.87682331 6.60604938,14.9908321 6.60604938,23.7664066 C6.60604938,32.5419812 13.7146483,39.65599 22.4835494,39.65599 Z" id="Oval-190" fill-opacity="0.3" fill="#A3B1BF"></path>
                    <mask id="mask-53" fill="white">
                        <use xlink:href="#path-52"></use>
                    </mask>
                    <g id="Mask">
                        <use fill="black" fill-opacity="1" filter="url(#filter-54)" xlink:href="#path-52"></use>
                        <use stroke="#A3B1BF" stroke-width="1.09459459" fill="#A3B1BF" fill-rule="evenodd" xlink:href="#path-52"></use>
                    </g>
                    <g id="Group-7" transform="translate(0.360494, 0.078598)" fill="#98A5B3">
                        <path d="M20.5636489,0.927088888 C22.1113303,0.589405992 23.7186545,0.411496914 25.3675,0.411496914 C37.7649119,0.411496914 47.815,10.4692335 47.815,22.8760802 C47.815,33.7386653 40.1110508,42.8005273 29.8728116,44.8880725 L27.4696515,38.6276265 C35.2448963,37.5983622 41.245,30.9384541 41.245,22.8760802 C41.245,14.1005057 34.1364011,6.98649691 25.3675,6.98649691 C22.0362626,6.98649691 18.9446369,8.01317718 16.3913275,9.76760576 L15.30877,6.94744709 L20.5636489,0.927088888 Z" id="Oval-190"></path>
                    </g>
                    <path d="M26.802716,45.1351566 C14.4053041,45.1351566 4.35521605,35.0774201 4.35521605,22.6705733 C4.35521605,10.2637265 14.4053041,0.20598998 26.802716,0.20598998 C39.200128,0.20598998 49.250216,10.2637265 49.250216,22.6705733 C49.250216,35.0774201 39.200128,45.1351566 26.802716,45.1351566 Z M26.802716,38.5601566 C35.5716172,38.5601566 42.680216,31.4461479 42.680216,22.6705733 C42.680216,13.8949988 35.5716172,6.78098998 26.802716,6.78098998 C18.0338149,6.78098998 10.925216,13.8949988 10.925216,22.6705733 C10.925216,31.4461479 18.0338149,38.5601566 26.802716,38.5601566 Z" id="Oval-190" fill="#A3B1BF"></path>
                    <path d="M37.5685802,6.47400902 C37.5685802,6.47400902 40.3560433,8.0639828 43.0005786,12.4958138 C45.6451139,16.9276447 45.9870813,21.4863845 45.9870813,21.4863845" id="Line" stroke="#F7FAFC" stroke-width="1.62" stroke-linecap="round"></path>
                    <g id="Oval-199">
                        <use fill="black" fill-opacity="1" filter="url(#filter-56)" xlink:href="#path-55"></use>
                        <use fill="#A3B1BF" fill-rule="evenodd" xlink:href="#path-55"></use>
                    </g>
                    <path d="M27.0403924,24.1861178 C28.3842853,24.1861178 29.4737257,23.0958483 29.4737257,21.7509326 C29.4737257,20.406017 28.3842853,19.3157475 27.0403924,19.3157475 C27.0403924,19.3157475 27.6699621,20.406017 27.6699621,21.7509326 C27.6699621,23.0958483 27.0403924,24.1861178 27.0403924,24.1861178 Z" id="Oval-199" fill="#F7FAFC" transform="translate(28.257059, 21.750933) rotate(-43.000000) translate(-28.257059, -21.750933) "></path>
                </g>
            </g>
        </g>
    </g>
</svg>
src/main/resources/static/febs/images/error/404.svg
New file
@@ -0,0 +1,314 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="423px" height="341px" viewBox="0 0 423 341" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
    <title>Group 4</title>
    <desc>Created with Sketch.</desc>
    <defs></defs>
    <g id="Ant-Design-Pro-3.0" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="404" transform="translate(-484.000000, -221.000000)">
            <g id="Group-4" transform="translate(464.000000, 222.000000)">
                <g id="Group-5" transform="translate(75.417348, 0.163879)" stroke="#A3B1BF" stroke-width="1.62" opacity="0.6" stroke-linejoin="round" stroke-dasharray="12.15">
                    <path d="M169.575185,288.890375 C103.647066,288.890375 50.2010204,235.455806 50.2010204,169.540425 C50.2010204,103.625045 103.647066,50.1904762 169.575185,50.1904762 C235.50394,50.1904762 288.94935,103.625045 288.94935,169.540425 C288.94935,235.455806 235.50394,288.890375 169.575185,288.890375 Z" id="Stroke-1"></path>
                    <path d="M169.405699,338.555288 C76.0274364,338.555288 0.329411882,262.872619 0.329411882,169.513299 C0.329411882,76.1539786 76.0274364,0.471309613 169.405699,0.471309613 C262.783961,0.471309613 338.481985,76.1539786 338.481985,169.513299 C338.481985,262.872619 262.783961,338.555288 169.405699,338.555288 Z" id="Stroke-3"></path>
                </g>
                <polygon id="Fill-6" fill="#F5F5F5" transform="translate(106.914750, 199.432805) rotate(22.000000) translate(-106.914750, -199.432805) " points="97.7112298 198.803016 116.11827 190.231152 107.544667 208.634458"></polygon>
                <polygon id="Stroke-7" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(106.914750, 199.432805) rotate(22.000000) translate(-106.914750, -199.432805) " points="97.7112298 198.803016 116.11827 190.231152 107.544667 208.634458"></polygon>
                <polygon id="Fill-8" transform="translate(58.996118, 219.767028) rotate(22.000000) translate(-58.996118, -219.767028) " points="38.8543444 215.183828 54.4119879 199.629341 79.1378915 224.350228 63.580248 239.904716"></polygon>
                <polygon id="Stroke-9" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(58.996118, 219.767028) rotate(22.000000) translate(-58.996118, -219.767028) " points="38.8543444 215.183828 54.4119879 199.629341 79.1378915 224.350228 63.580248 239.904716"></polygon>
                <polygon id="Fill-10" fill="#F5F5F5" transform="translate(71.226096, 214.577614) rotate(22.000000) translate(-71.226096, -214.577614) " points="51.4642422 198.657893 55.3028278 194.820086 90.9879502 230.497335 87.1487294 234.335141"></polygon>
                <polygon id="Stroke-11" stroke="#A3B1BF" stroke-width="1.62" fill="#F0F2F5" stroke-linejoin="round" transform="translate(71.226096, 214.577614) rotate(22.000000) translate(-71.226096, -214.577614) " points="51.4642422 198.657893 55.3028278 194.820086 90.9879502 230.497335 87.1487294 234.335141"></polygon>
                <polygon id="Fill-12" transform="translate(84.698338, 273.903349) rotate(22.000000) translate(-84.698338, -273.903349) " points="56.0769883 259.690379 70.4821667 245.288122 113.319688 288.116319 98.9145099 302.518575"></polygon>
                <polygon id="Stroke-13" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(84.698338, 273.903349) rotate(22.000000) translate(-84.698338, -273.903349) " points="56.0769883 259.690379 70.4821667 245.288122 113.319688 288.116319 98.9145099 302.518575"></polygon>
                <polygon id="Fill-14" transform="translate(75.456149, 212.782520) rotate(22.000000) translate(-75.456149, -212.782520) " points="63.8911557 203.879723 66.5512281 201.22019 87.0211429 221.685318 84.3604352 224.34485"></polygon>
                <polygon id="Stroke-15" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(75.456149, 212.782520) rotate(22.000000) translate(-75.456149, -212.782520) " points="63.8911557 203.879723 66.5512281 201.22019 87.0211429 221.685318 84.3604352 224.34485"></polygon>
                <polygon id="Fill-16" fill="#F5F5F5" transform="translate(78.176142, 202.618192) rotate(22.000000) translate(-78.176142, -202.618192) " points="74.4026766 205.006817 80.5652518 198.845492 81.9496076 200.229567 75.7870324 206.390892"></polygon>
                <polygon id="Stroke-17" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(78.176142, 202.618192) rotate(22.000000) translate(-78.176142, -202.618192) " points="74.4026766 205.006817 80.5652518 198.845492 81.9496076 200.229567 75.7870324 206.390892"></polygon>
                <polygon id="Fill-18" fill="#F5F5F5" transform="translate(84.676979, 217.928886) rotate(22.000000) translate(-84.676979, -217.928886) " points="80.9035138 220.317511 87.066089 214.156186 88.4504448 215.540261 82.2878696 221.701586"></polygon>
                <polygon id="Stroke-19" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(84.676979, 217.928886) rotate(22.000000) translate(-84.676979, -217.928886) " points="80.9035138 220.317511 87.066089 214.156186 88.4504448 215.540261 82.2878696 221.701586"></polygon>
                <polygon id="Fill-20" transform="translate(70.238421, 242.404581) rotate(22.000000) translate(-70.238421, -242.404581) " points="67.8493111 238.631881 74.0118863 244.793206 72.6275305 246.177281 66.4649553 240.015956"></polygon>
                <polygon id="Stroke-21" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(70.238421, 242.404581) rotate(22.000000) translate(-70.238421, -242.404581) " points="67.8493111 238.631881 74.0118863 244.793206 72.6275305 246.177281 66.4649553 240.015956"></polygon>
                <polygon id="Fill-22" transform="translate(48.081755, 224.398789) rotate(22.000000) translate(-48.081755, -224.398789) " points="35.1127107 220.725179 36.3242602 211.432376 61.0507992 236.153899 51.756111 237.365203"></polygon>
                <polygon id="Stroke-23" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(48.081755, 224.398789) rotate(22.000000) translate(-48.081755, -224.398789) " points="35.1127107 220.725179 36.3242602 211.432376 61.0507992 236.153899 51.756111 237.365203"></polygon>
                <polygon id="Fill-24" transform="translate(38.612968, 228.416820) rotate(22.000000) translate(-38.612968, -228.416820) " points="32.9179858 217.470622 26.2496982 216.056058 50.9762371 240.777581 49.5613861 234.110647"></polygon>
                <polygon id="Stroke-25" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(38.612968, 228.416820) rotate(22.000000) translate(-38.612968, -228.416820) " points="32.9179858 217.470622 26.2496982 216.056058 50.9762371 240.777581 49.5613861 234.110647"></polygon>
                <polygon id="Fill-26" transform="translate(31.086342, 221.523909) rotate(22.000000) translate(-31.086342, -221.523909) " points="32.6469986 217.297684 26.8592604 218.37941 34.2314793 225.750133 35.3134242 219.963569"></polygon>
                <polygon id="Stroke-27" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(31.086342, 221.523909) rotate(22.000000) translate(-31.086342, -221.523909) " points="32.6469986 217.297684 26.8592604 218.37941 34.2314793 225.750133 35.3134242 219.963569"></polygon>
                <polygon id="Fill-28" transform="translate(38.344372, 238.617819) rotate(22.000000) translate(-38.344372, -238.617819) " points="39.9050284 234.391595 34.1172902 235.47332 41.4895091 242.844044 42.571454 237.05748"></polygon>
                <polygon id="Stroke-29" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(38.344372, 238.617819) rotate(22.000000) translate(-38.344372, -238.617819) " points="39.9050284 234.391595 34.1172902 235.47332 41.4895091 242.844044 42.571454 237.05748"></polygon>
                <polygon id="Fill-30" fill="#F0F2F5" transform="translate(75.352798, 203.766862) rotate(22.000000) translate(-75.352798, -203.766862) " points="71.4417859 201.708217 73.2937351 199.856644 79.2638092 205.824871 77.4118601 207.67708"></polygon>
                <polygon id="Stroke-31" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(75.352798, 203.766862) rotate(22.000000) translate(-75.352798, -203.766862) " points="71.4417859 201.708217 73.2937351 199.856644 79.2638092 205.824871 77.4118601 207.67708"></polygon>
                <polygon id="Fill-32" fill="#F0F2F5" transform="translate(81.871541, 219.119730) rotate(22.000000) translate(-81.871541, -219.119730) " points="77.9605297 217.061085 79.8124789 215.209512 85.7825531 221.177739 83.9306039 223.029948"></polygon>
                <polygon id="Stroke-33" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(81.871541, 219.119730) rotate(22.000000) translate(-81.871541, -219.119730) " points="77.9605297 217.061085 79.8124789 215.209512 85.7825531 221.177739 83.9306039 223.029948"></polygon>
                <polygon id="Fill-34" transform="translate(68.034935, 237.215417) rotate(22.000000) translate(-68.034935, -237.215417) " points="65.1594898 237.106164 67.9256601 234.340555 70.9103796 237.324669 68.1442092 240.090278"></polygon>
                <polygon id="Stroke-35" stroke="#A3B1BF" stroke-width="1.62" fill="#F5F5F5" stroke-linejoin="round" transform="translate(68.034935, 237.215417) rotate(22.000000) translate(-68.034935, -237.215417) " points="65.1594898 237.106164 67.9256601 234.340555 70.9103796 237.324669 68.1442092 240.090278"></polygon>
                <path d="M90.2556147,213.065319 C79.2271463,202.039088 74.6433339,188.153875 78.4889079,179.512775 C79.1248602,178.084237 80.8319571,175.429786 84.5339495,179.131027 C88.2353065,182.832268 120.560237,215.150007 123.931865,218.52095 C127.303492,221.891894 125.245065,224.192545 123.817508,224.827733 C115.174655,228.675068 101.284718,224.092186 90.2556147,213.065319 Z" id="Fill-36" fill="#F5F5F5" transform="translate(101.453924, 201.708917) rotate(22.000000) translate(-101.453924, -201.708917) "></path>
                <path d="M90.2556147,213.065319 C79.2271463,202.039088 74.6433339,188.153875 78.4889079,179.512775 C79.1248602,178.084237 80.8319571,175.429786 84.5339495,179.131027 C88.2353065,182.832268 120.560237,215.150007 123.931865,218.52095 C127.303492,221.891894 125.245065,224.192545 123.817508,224.827733 C115.174655,228.675068 101.284718,224.092186 90.2556147,213.065319 Z" id="Stroke-38" stroke="#A3B1BF" stroke-width="1.62" fill="#F0F2F5" stroke-linejoin="round" transform="translate(101.453924, 201.708917) rotate(22.000000) translate(-101.453924, -201.708917) "></path>
                <polygon id="Fill-40" fill="#F0F2F5" transform="translate(86.633853, 208.038961) rotate(22.000000) translate(-86.633853, -208.038961) " points="77.9716233 201.230061 79.8235724 199.378488 95.2960835 214.84786 93.4441343 216.699433"></polygon>
                <polygon id="Stroke-42" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(86.633853, 208.038961) rotate(22.000000) translate(-86.633853, -208.038961) " points="77.9716233 201.230061 79.8235724 199.378488 95.2960835 214.84786 93.4441343 216.699433"></polygon>
                <path d="M121.635514,196.068815 C120.517356,197.186746 118.704797,197.186746 117.586639,196.068815 C116.469116,194.950884 116.469116,193.138692 117.586639,192.020761 C118.704797,190.903465 120.517356,190.903465 121.635514,192.020761 C122.753672,193.138692 122.753672,194.950884 121.635514,196.068815" id="Fill-44" fill="#A3B1BF" transform="translate(119.611315, 194.045026) rotate(22.000000) translate(-119.611315, -194.045026) "></path>
                <polygon id="Fill-46" fill-opacity="0.6" fill="#A3B1BF" transform="translate(81.250567, 248.056422) rotate(22.000000) translate(-81.250567, -248.056422) " points="81.2505672 249.672341 79.6343206 248.056422 81.2505672 246.440503 82.8668137 248.056422"></polygon>
                <polygon id="Stroke-48" transform="translate(81.250567, 248.056422) rotate(22.000000) translate(-81.250567, -248.056422) " points="81.2505672 249.672341 79.6343206 248.056422 81.2505672 246.440503 82.8668137 248.056422"></polygon>
                <polygon id="Fill-50" fill-opacity="0.6" fill="#A3B1BF" transform="translate(82.702196, 251.475282) rotate(22.000000) translate(-82.702196, -251.475282) " points="82.7021965 253.091201 81.0859499 251.475282 82.7021965 249.859363 84.318443 251.475282"></polygon>
                <polygon id="Stroke-52" transform="translate(82.702196, 251.475282) rotate(22.000000) translate(-82.702196, -251.475282) " points="82.7021965 253.091201 81.0859499 251.475282 82.7021965 249.859363 84.318443 251.475282"></polygon>
                <polygon id="Fill-54" fill-opacity="0.6" fill="#A3B1BF" transform="translate(84.153791, 254.894059) rotate(22.000000) translate(-84.153791, -254.894059) " points="84.1537906 256.509978 82.5375441 254.894059 84.1537906 253.278141 85.7700372 254.894059"></polygon>
                <polygon id="Stroke-56" transform="translate(84.153791, 254.894059) rotate(22.000000) translate(-84.153791, -254.894059) " points="84.1537906 256.509978 82.5375441 254.894059 84.1537906 253.278141 85.7700372 254.894059"></polygon>
                <polygon id="Fill-58" fill-opacity="0.6" fill="#A3B1BF" transform="translate(85.605385, 258.312837) rotate(22.000000) translate(-85.605385, -258.312837) " points="85.6053848 259.928756 83.9891383 258.312837 85.6053848 256.696918 87.2216313 258.312837"></polygon>
                <polygon id="Stroke-60" transform="translate(85.605385, 258.312837) rotate(22.000000) translate(-85.605385, -258.312837) " points="85.6053848 259.928756 83.9891383 258.312837 85.6053848 256.696918 87.2216313 258.312837"></polygon>
                <polygon id="Fill-62" fill-opacity="0.6" fill="#A3B1BF" transform="translate(78.094482, 249.395723) rotate(22.000000) translate(-78.094482, -249.395723) " points="78.0944819 251.011642 76.4782353 249.395723 78.0944819 247.779804 79.7107284 249.395723"></polygon>
                <polygon id="Stroke-64" transform="translate(78.094482, 249.395723) rotate(22.000000) translate(-78.094482, -249.395723) " points="78.0944819 251.011642 76.4782353 249.395723 78.0944819 247.779804 79.7107284 249.395723"></polygon>
                <polygon id="Fill-66" fill-opacity="0.6" fill="#A3B1BF" transform="translate(79.546052, 252.814559) rotate(22.000000) translate(-79.546052, -252.814559) " points="79.5460522 254.430478 77.9298057 252.814559 79.5460522 251.198641 81.1622988 252.814559"></polygon>
                <polygon id="Stroke-68" transform="translate(79.546052, 252.814559) rotate(22.000000) translate(-79.546052, -252.814559) " points="79.5460522 254.430478 77.9298057 252.814559 79.5460522 251.198641 81.1622988 252.814559"></polygon>
                <polygon id="Fill-70" fill-opacity="0.6" fill="#A3B1BF" transform="translate(80.997705, 256.233360) rotate(22.000000) translate(-80.997705, -256.233360) " points="80.9977053 257.849279 79.3814588 256.23336 80.9977053 254.617442 82.6139518 256.23336"></polygon>
                <polygon id="Stroke-72" transform="translate(80.997705, 256.233360) rotate(22.000000) translate(-80.997705, -256.233360) " points="79.3814588 256.23336 80.9977053 254.617442 82.6139518 256.23336 80.9977053 257.849279"></polygon>
                <polygon id="Fill-74" fill-opacity="0.6" fill="#A3B1BF" transform="translate(82.449276, 259.652197) rotate(22.000000) translate(-82.449276, -259.652197) " points="82.4492757 261.268115 80.8330292 259.652197 82.4492757 258.036278 84.0655222 259.652197"></polygon>
                <polygon id="Stroke-76" transform="translate(82.449276, 259.652197) rotate(22.000000) translate(-82.449276, -259.652197) " points="82.4492757 261.268115 80.8330292 259.652197 82.4492757 258.036278 84.0655222 259.652197"></polygon>
                <polygon id="Fill-78" fill-opacity="0.6" fill="#A3B1BF" transform="translate(74.938373, 250.735083) rotate(22.000000) translate(-74.938373, -250.735083) " points="74.9383727 252.351002 73.3221262 250.735083 74.9383727 249.119164 76.5546193 250.735083"></polygon>
                <polygon id="Stroke-80" transform="translate(74.938373, 250.735083) rotate(22.000000) translate(-74.938373, -250.735083) " points="74.9383727 252.351002 73.3221262 250.735083 74.9383727 249.119164 76.5546193 250.735083"></polygon>
                <polygon id="Fill-82" fill-opacity="0.6" fill="#A3B1BF" transform="translate(76.389967, 254.153860) rotate(22.000000) translate(-76.389967, -254.153860) " points="76.3899669 255.769779 74.7737204 254.15386 76.3899669 252.537942 78.0062134 254.15386"></polygon>
                <polygon id="Stroke-84" transform="translate(76.389967, 254.153860) rotate(22.000000) translate(-76.389967, -254.153860) " points="76.3899669 255.769779 74.7737204 254.15386 76.3899669 252.537942 78.0062134 254.15386"></polygon>
                <polygon id="Fill-86" fill-opacity="0.6" fill="#A3B1BF" transform="translate(77.841620, 257.572661) rotate(22.000000) translate(-77.841620, -257.572661) " points="77.84162 259.18858 76.2253735 257.572661 77.84162 255.956743 79.4578665 257.572661"></polygon>
                <polygon id="Stroke-88" transform="translate(77.841620, 257.572661) rotate(22.000000) translate(-77.841620, -257.572661) " points="77.84162 259.18858 76.2253735 257.572661 77.84162 255.956743 79.4578665 257.572661"></polygon>
                <polygon id="Fill-90" fill-opacity="0.6" fill="#A3B1BF" transform="translate(79.293190, 260.991498) rotate(22.000000) translate(-79.293190, -260.991498) " points="79.2931904 262.607416 77.6769438 260.991498 79.2931904 259.375579 80.9094369 260.991498"></polygon>
                <polygon id="Stroke-92" transform="translate(79.293190, 260.991498) rotate(22.000000) translate(-79.293190, -260.991498) " points="79.2931904 262.607416 77.6769438 260.991498 79.2931904 259.375579 80.9094369 260.991498"></polygon>
                <polygon id="Fill-94" fill-opacity="0.6" fill="#A3B1BF" transform="translate(71.782287, 252.074384) rotate(22.000000) translate(-71.782287, -252.074384) " points="71.7822874 253.690302 70.1660409 252.074384 71.7822874 250.458465 73.3985339 252.074384"></polygon>
                <polygon id="Stroke-96" transform="translate(71.782287, 252.074384) rotate(22.000000) translate(-71.782287, -252.074384) " points="71.7822874 253.690302 70.1660409 252.074384 71.7822874 250.458465 73.3985339 252.074384"></polygon>
                <polygon id="Fill-98" fill-opacity="0.6" fill="#A3B1BF" transform="translate(73.233882, 255.493161) rotate(22.000000) translate(-73.233882, -255.493161) " points="73.2338816 257.10908 71.6176351 255.493161 73.2338816 253.877242 74.8501281 255.493161"></polygon>
                <polygon id="Stroke-100" transform="translate(73.233882, 255.493161) rotate(22.000000) translate(-73.233882, -255.493161) " points="73.2338816 257.10908 71.6176351 255.493161 73.2338816 253.877242 74.8501281 255.493161"></polygon>
                <polygon id="Fill-102" fill-opacity="0.6" fill="#A3B1BF" transform="translate(74.685535, 258.911962) rotate(22.000000) translate(-74.685535, -258.911962) " points="74.6855347 260.527881 73.0692881 258.911962 74.6855347 257.296044 76.3017812 258.911962"></polygon>
                <polygon id="Stroke-104" transform="translate(74.685535, 258.911962) rotate(22.000000) translate(-74.685535, -258.911962) " points="74.6855347 260.527881 73.0692881 258.911962 74.6855347 257.296044 76.3017812 258.911962"></polygon>
                <polygon id="Fill-106" fill-opacity="0.6" fill="#A3B1BF" transform="translate(76.137105, 262.330799) rotate(22.000000) translate(-76.137105, -262.330799) " points="76.137105 263.946717 74.5208585 262.330799 76.137105 260.71488 77.7533516 262.330799"></polygon>
                <polygon id="Stroke-108" transform="translate(76.137105, 262.330799) rotate(22.000000) translate(-76.137105, -262.330799) " points="76.137105 263.946717 74.5208585 262.330799 76.137105 260.71488 77.7533516 262.330799"></polygon>
                <polygon id="Fill-110" fill-opacity="0.6" fill="#A3B1BF" transform="translate(68.626202, 253.413685) rotate(22.000000) translate(-68.626202, -253.413685) " points="68.6262021 255.029603 67.0099556 253.413685 68.6262021 251.797766 70.2424486 253.413685"></polygon>
                <polygon id="Stroke-112" transform="translate(68.626202, 253.413685) rotate(22.000000) translate(-68.626202, -253.413685) " points="68.6262021 255.029603 67.0099556 253.413685 68.6262021 251.797766 70.2424486 253.413685"></polygon>
                <polygon id="Fill-114" fill-opacity="0.6" fill="#A3B1BF" transform="translate(70.077796, 256.832462) rotate(22.000000) translate(-70.077796, -256.832462) " points="70.0777963 258.448381 68.4615497 256.832462 70.0777963 255.216543 71.6940428 256.832462"></polygon>
                <polygon id="Stroke-116" transform="translate(70.077796, 256.832462) rotate(22.000000) translate(-70.077796, -256.832462) " points="70.0777963 258.448381 68.4615497 256.832462 70.0777963 255.216543 71.6940428 256.832462"></polygon>
                <polygon id="Fill-118" fill-opacity="0.6" fill="#A3B1BF" transform="translate(71.529426, 260.251322) rotate(22.000000) translate(-71.529426, -260.251322) " points="71.5294256 261.867241 69.913179 260.251322 71.5294256 258.635403 73.1456721 260.251322"></polygon>
                <polygon id="Stroke-120" transform="translate(71.529426, 260.251322) rotate(22.000000) translate(-71.529426, -260.251322) " points="71.5294256 261.867241 69.913179 260.251322 71.5294256 258.635403 73.1456721 260.251322"></polygon>
                <polygon id="Fill-122" fill-opacity="0.6" fill="#A3B1BF" transform="translate(72.981020, 263.670099) rotate(22.000000) translate(-72.981020, -263.670099) " points="72.9810197 265.286018 71.3647732 263.670099 72.9810197 262.054181 74.5972663 263.670099"></polygon>
                <polygon id="Stroke-124" transform="translate(72.981020, 263.670099) rotate(22.000000) translate(-72.981020, -263.670099) " points="72.9810197 265.286018 71.3647732 263.670099 72.9810197 262.054181 74.5972663 263.670099"></polygon>
                <polygon id="Fill-126" fill-opacity="0.6" fill="#A3B1BF" transform="translate(88.852907, 265.961362) rotate(22.000000) translate(-88.852907, -265.961362) " points="88.8529067 267.577281 87.2366602 265.961362 88.8529067 264.345443 90.4691533 265.961362"></polygon>
                <polygon id="Stroke-128" transform="translate(88.852907, 265.961362) rotate(22.000000) translate(-88.852907, -265.961362) " points="88.8529067 267.577281 87.2366602 265.961362 88.8529067 264.345443 90.4691533 265.961362"></polygon>
                <polygon id="Fill-130" fill-opacity="0.6" fill="#A3B1BF" transform="translate(90.304501, 269.380139) rotate(22.000000) translate(-90.304501, -269.380139) " points="90.3045009 270.996058 88.6882544 269.380139 90.3045009 267.764221 91.9207474 269.380139"></polygon>
                <polygon id="Stroke-132" transform="translate(90.304501, 269.380139) rotate(22.000000) translate(-90.304501, -269.380139) " points="90.3045009 270.996058 88.6882544 269.380139 90.3045009 267.764221 91.9207474 269.380139"></polygon>
                <polygon id="Fill-134" fill-opacity="0.6" fill="#A3B1BF" transform="translate(91.756130, 272.798999) rotate(22.000000) translate(-91.756130, -272.798999) " points="91.7561302 274.414918 90.1398837 272.798999 91.7561302 271.183081 93.3723767 272.798999"></polygon>
                <polygon id="Stroke-136" transform="translate(91.756130, 272.798999) rotate(22.000000) translate(-91.756130, -272.798999) " points="91.7561302 274.414918 90.1398837 272.798999 91.7561302 271.183081 93.3723767 272.798999"></polygon>
                <polygon id="Fill-138" fill-opacity="0.6" fill="#A3B1BF" transform="translate(93.207724, 276.217777) rotate(22.000000) translate(-93.207724, -276.217777) " points="93.2077244 277.833695 91.5914778 276.217777 93.2077244 274.601858 94.8239709 276.217777"></polygon>
                <polygon id="Stroke-140" transform="translate(93.207724, 276.217777) rotate(22.000000) translate(-93.207724, -276.217777) " points="93.2077244 277.833695 91.5914778 276.217777 93.2077244 274.601858 94.8239709 276.217777"></polygon>
                <polygon id="Fill-142" fill-opacity="0.6" fill="#A3B1BF" transform="translate(85.696821, 267.300663) rotate(22.000000) translate(-85.696821, -267.300663) " points="85.6968214 268.916582 84.0805749 267.300663 85.6968214 265.684744 87.313068 267.300663"></polygon>
                <polygon id="Stroke-144" transform="translate(85.696821, 267.300663) rotate(22.000000) translate(-85.696821, -267.300663) " points="85.6968214 268.916582 84.0805749 267.300663 85.6968214 265.684744 87.313068 267.300663"></polygon>
                <polygon id="Fill-146" fill-opacity="0.6" fill="#A3B1BF" transform="translate(87.148416, 270.719440) rotate(22.000000) translate(-87.148416, -270.719440) " points="87.1484156 272.335359 85.5321691 270.71944 87.1484156 269.103521 88.7646621 270.71944"></polygon>
                <polygon id="Stroke-148" transform="translate(87.148416, 270.719440) rotate(22.000000) translate(-87.148416, -270.719440) " points="87.1484156 272.335359 85.5321691 270.71944 87.1484156 269.103521 88.7646621 270.71944"></polygon>
                <polygon id="Fill-150" fill-opacity="0.6" fill="#A3B1BF" transform="translate(88.599986, 274.138276) rotate(22.000000) translate(-88.599986, -274.138276) " points="88.599986 275.754195 86.9837394 274.138276 88.599986 272.522358 90.2162325 274.138276"></polygon>
                <polygon id="Stroke-152" transform="translate(88.599986, 274.138276) rotate(22.000000) translate(-88.599986, -274.138276) " points="88.599986 275.754195 86.9837394 274.138276 88.599986 272.522358 90.2162325 274.138276"></polygon>
                <polygon id="Fill-154" fill-opacity="0.6" fill="#A3B1BF" transform="translate(90.051639, 277.557078) rotate(22.000000) translate(-90.051639, -277.557078) " points="90.0516391 279.172996 88.4353925 277.557078 90.0516391 275.941159 91.6678856 277.557078"></polygon>
                <polygon id="Stroke-156" transform="translate(90.051639, 277.557078) rotate(22.000000) translate(-90.051639, -277.557078) " points="90.0516391 279.172996 88.4353925 277.557078 90.0516391 275.941159 91.6678856 277.557078"></polygon>
                <polygon id="Fill-158" fill-opacity="0.6" fill="#A3B1BF" transform="translate(82.540736, 268.639964) rotate(22.000000) translate(-82.540736, -268.639964) " points="82.5407361 270.255882 80.9244896 268.639964 82.5407361 267.024045 84.1569826 268.639964"></polygon>
                <polygon id="Stroke-160" transform="translate(82.540736, 268.639964) rotate(22.000000) translate(-82.540736, -268.639964) " points="82.5407361 270.255882 80.9244896 268.639964 82.5407361 267.024045 84.1569826 268.639964"></polygon>
                <polygon id="Fill-162" fill-opacity="0.6" fill="#A3B1BF" transform="translate(83.992306, 272.058800) rotate(22.000000) translate(-83.992306, -272.058800) " points="83.9923065 273.674719 82.3760599 272.0588 83.9923065 270.442881 85.608553 272.0588"></polygon>
                <polygon id="Stroke-164" transform="translate(83.992306, 272.058800) rotate(22.000000) translate(-83.992306, -272.058800) " points="83.9923065 273.674719 82.3760599 272.0588 83.9923065 270.442881 85.608553 272.0588"></polygon>
                <polygon id="Fill-166" fill-opacity="0.6" fill="#A3B1BF" transform="translate(85.443901, 275.477577) rotate(22.000000) translate(-85.443901, -275.477577) " points="85.4439007 277.093496 83.8276541 275.477577 85.4439007 273.861659 87.0601472 275.477577"></polygon>
                <polygon id="Stroke-168" transform="translate(85.443901, 275.477577) rotate(22.000000) translate(-85.443901, -275.477577) " points="85.4439007 277.093496 83.8276541 275.477577 85.4439007 273.861659 87.0601472 275.477577"></polygon>
                <polygon id="Fill-170" fill-opacity="0.6" fill="#A3B1BF" transform="translate(86.895554, 278.896378) rotate(22.000000) translate(-86.895554, -278.896378) " points="86.8955537 280.512297 85.2793072 278.896378 86.8955537 277.28046 88.5118003 278.896378"></polygon>
                <polygon id="Stroke-172" transform="translate(86.895554, 278.896378) rotate(22.000000) translate(-86.895554, -278.896378) " points="86.8955537 280.512297 85.2793072 278.896378 86.8955537 277.28046 88.5118003 278.896378"></polygon>
                <polygon id="Fill-174" fill-opacity="0.6" fill="#A3B1BF" transform="translate(79.384651, 269.979265) rotate(22.000000) translate(-79.384651, -269.979265) " points="79.3846508 271.595183 77.7684043 269.979265 79.3846508 268.363346 81.0008973 269.979265"></polygon>
                <polygon id="Stroke-176" transform="translate(79.384651, 269.979265) rotate(22.000000) translate(-79.384651, -269.979265) " points="79.3846508 271.595183 77.7684043 269.979265 79.3846508 268.363346 81.0008973 269.979265"></polygon>
                <polygon id="Fill-178" fill-opacity="0.6" fill="#A3B1BF" transform="translate(80.836221, 273.398101) rotate(22.000000) translate(-80.836221, -273.398101) " points="80.8362212 275.01402 79.2199746 273.398101 80.8362212 271.782182 82.4524677 273.398101"></polygon>
                <polygon id="Stroke-180" transform="translate(80.836221, 273.398101) rotate(22.000000) translate(-80.836221, -273.398101) " points="80.8362212 275.01402 79.2199746 273.398101 80.8362212 271.782182 82.4524677 273.398101"></polygon>
                <polygon id="Fill-182" fill-opacity="0.6" fill="#A3B1BF" transform="translate(82.287815, 276.816878) rotate(22.000000) translate(-82.287815, -276.816878) " points="82.2878153 278.432797 80.6715688 276.816878 82.2878153 275.20096 83.9040619 276.816878"></polygon>
                <polygon id="Stroke-184" transform="translate(82.287815, 276.816878) rotate(22.000000) translate(-82.287815, -276.816878) " points="82.2878153 278.432797 80.6715688 276.816878 82.2878153 275.20096 83.9040619 276.816878"></polygon>
                <polygon id="Fill-186" fill-opacity="0.6" fill="#A3B1BF" transform="translate(83.739445, 280.235738) rotate(22.000000) translate(-83.739445, -280.235738) " points="83.7394446 281.851657 82.1231981 280.235738 83.7394446 278.61982 85.3556912 280.235738"></polygon>
                <polygon id="Stroke-188" transform="translate(83.739445, 280.235738) rotate(22.000000) translate(-83.739445, -280.235738) " points="83.7394446 281.851657 82.1231981 280.235738 83.7394446 278.61982 85.3556912 280.235738"></polygon>
                <polygon id="Fill-190" fill-opacity="0.6" fill="#A3B1BF" transform="translate(76.228483, 271.318601) rotate(22.000000) translate(-76.228483, -271.318601) " points="76.2284828 272.934519 74.6122362 271.318601 76.2284828 269.702682 77.8447293 271.318601"></polygon>
                <polygon id="Stroke-192" transform="translate(76.228483, 271.318601) rotate(22.000000) translate(-76.228483, -271.318601) " points="76.2284828 272.934519 74.6122362 271.318601 76.2284828 269.702682 77.8447293 271.318601"></polygon>
                <polygon id="Fill-194" fill-opacity="0.6" fill="#A3B1BF" transform="translate(77.680136, 274.737402) rotate(22.000000) translate(-77.680136, -274.737402) " points="77.6801358 276.353321 76.0638893 274.737402 77.6801358 273.121483 79.2963824 274.737402"></polygon>
                <polygon id="Stroke-196" transform="translate(77.680136, 274.737402) rotate(22.000000) translate(-77.680136, -274.737402) " points="77.6801358 276.353321 76.0638893 274.737402 77.6801358 273.121483 79.2963824 274.737402"></polygon>
                <polygon id="Fill-198" fill-opacity="0.6" fill="#A3B1BF" transform="translate(79.131730, 278.156179) rotate(22.000000) translate(-79.131730, -278.156179) " points="79.13173 279.772098 77.5154835 278.156179 79.13173 276.540261 80.7479765 278.156179"></polygon>
                <polygon id="Stroke-200" transform="translate(79.131730, 278.156179) rotate(22.000000) translate(-79.131730, -278.156179) " points="79.13173 279.772098 77.5154835 278.156179 79.13173 276.540261 80.7479765 278.156179"></polygon>
                <polygon id="Fill-202" fill-opacity="0.6" fill="#A3B1BF" transform="translate(80.583359, 281.575039) rotate(22.000000) translate(-80.583359, -281.575039) " points="80.5833593 283.190958 78.9671128 281.575039 80.5833593 279.959121 82.1996058 281.575039"></polygon>
                <polygon id="Stroke-204" transform="translate(80.583359, 281.575039) rotate(22.000000) translate(-80.583359, -281.575039) " points="80.5833593 283.190958 78.9671128 281.575039 80.5833593 279.959121 82.1996058 281.575039"></polygon>
                <polygon id="Fill-206" fill-opacity="0.6" fill="#A3B1BF" transform="translate(96.455246, 283.866302) rotate(22.000000) translate(-96.455246, -283.866302) " points="96.4552463 285.48222 94.8389998 283.866302 96.4552463 282.250383 98.0714929 283.866302"></polygon>
                <polygon id="Stroke-208" transform="translate(96.455246, 283.866302) rotate(22.000000) translate(-96.455246, -283.866302) " points="96.4552463 285.48222 94.8389998 283.866302 96.4552463 282.250383 98.0714929 283.866302"></polygon>
                <polygon id="Fill-210" fill-opacity="0.6" fill="#A3B1BF" transform="translate(97.906840, 287.285079) rotate(22.000000) translate(-97.906840, -287.285079) " points="97.9068405 288.900998 96.290594 287.285079 97.9068405 285.66916 99.523087 287.285079"></polygon>
                <polygon id="Stroke-212" transform="translate(97.906840, 287.285079) rotate(22.000000) translate(-97.906840, -287.285079) " points="97.9068405 288.900998 96.290594 287.285079 97.9068405 285.66916 99.523087 287.285079"></polygon>
                <polygon id="Fill-214" fill-opacity="0.6" fill="#A3B1BF" transform="translate(99.358435, 290.703856) rotate(22.000000) translate(-99.358435, -290.703856) " points="99.3584347 292.319775 97.7421881 290.703856 99.3584347 289.087938 100.974681 290.703856"></polygon>
                <polygon id="Stroke-216" transform="translate(99.358435, 290.703856) rotate(22.000000) translate(-99.358435, -290.703856) " points="99.3584347 292.319775 97.7421881 290.703856 99.3584347 289.087938 100.974681 290.703856"></polygon>
                <polygon id="Fill-218" fill-opacity="0.6" fill="#A3B1BF" transform="translate(100.810064, 294.122716) rotate(22.000000) translate(-100.810064, -294.122716) " points="100.810064 295.738635 99.1938174 294.122716 100.810064 292.506798 102.42631 294.122716"></polygon>
                <polygon id="Stroke-220" transform="translate(100.810064, 294.122716) rotate(22.000000) translate(-100.810064, -294.122716) " points="100.810064 295.738635 99.1938174 294.122716 100.810064 292.506798 102.42631 294.122716"></polygon>
                <polygon id="Fill-222" fill-opacity="0.6" fill="#A3B1BF" transform="translate(93.299102, 285.205579) rotate(22.000000) translate(-93.299102, -285.205579) " points="93.2991021 286.821497 91.6828556 285.205579 93.2991021 283.58966 94.9153486 285.205579"></polygon>
                <polygon id="Stroke-224" transform="translate(93.299102, 285.205579) rotate(22.000000) translate(-93.299102, -285.205579) " points="93.2991021 286.821497 91.6828556 285.205579 93.2991021 283.58966 94.9153486 285.205579"></polygon>
                <polygon id="Fill-226" fill-opacity="0.6" fill="#A3B1BF" transform="translate(94.750755, 288.624380) rotate(22.000000) translate(-94.750755, -288.624380) " points="94.7507552 290.240299 93.1345086 288.62438 94.7507552 287.008461 96.3670017 288.62438"></polygon>
                <polygon id="Stroke-228" transform="translate(94.750755, 288.624380) rotate(22.000000) translate(-94.750755, -288.624380) " points="94.7507552 290.240299 93.1345086 288.62438 94.7507552 287.008461 96.3670017 288.62438"></polygon>
                <polygon id="Fill-230" fill-opacity="0.6" fill="#A3B1BF" transform="translate(96.202326, 292.043216) rotate(22.000000) translate(-96.202326, -292.043216) " points="96.2023255 293.659135 94.586079 292.043216 96.2023255 290.427297 97.8185721 292.043216"></polygon>
                <polygon id="Stroke-232" transform="translate(96.202326, 292.043216) rotate(22.000000) translate(-96.202326, -292.043216) " points="96.2023255 293.659135 94.586079 292.043216 96.2023255 290.427297 97.8185721 292.043216"></polygon>
                <polygon id="Fill-234" fill-opacity="0.6" fill="#A3B1BF" transform="translate(97.653979, 295.462017) rotate(22.000000) translate(-97.653979, -295.462017) " points="97.6539786 297.077936 96.0377321 295.462017 97.6539786 293.846099 99.2702252 295.462017"></polygon>
                <polygon id="Stroke-236" transform="translate(97.653979, 295.462017) rotate(22.000000) translate(-97.653979, -295.462017) " points="97.6539786 297.077936 96.0377321 295.462017 97.6539786 293.846099 99.2702252 295.462017"></polygon>
                <polygon id="Fill-238" fill-opacity="0.6" fill="#A3B1BF" transform="translate(90.143017, 286.544880) rotate(22.000000) translate(-90.143017, -286.544880) " points="90.1430168 288.160798 88.5267702 286.54488 90.1430168 284.928961 91.7592633 286.54488"></polygon>
                <polygon id="Stroke-240" transform="translate(90.143017, 286.544880) rotate(22.000000) translate(-90.143017, -286.544880) " points="90.1430168 288.160798 88.5267702 286.54488 90.1430168 284.928961 91.7592633 286.54488"></polygon>
                <polygon id="Fill-242" fill-opacity="0.6" fill="#A3B1BF" transform="translate(91.594670, 289.963681) rotate(22.000000) translate(-91.594670, -289.963681) " points="91.5946698 291.5796 89.9784233 289.963681 91.5946698 288.347762 93.2109164 289.963681"></polygon>
                <polygon id="Stroke-244" transform="translate(91.594670, 289.963681) rotate(22.000000) translate(-91.594670, -289.963681) " points="91.5946698 291.5796 89.9784233 289.963681 91.5946698 288.347762 93.2109164 289.963681"></polygon>
                <polygon id="Fill-246" fill-opacity="0.6" fill="#A3B1BF" transform="translate(93.046240, 293.382517) rotate(22.000000) translate(-93.046240, -293.382517) " points="93.0462402 294.998436 91.4299937 293.382517 93.0462402 291.766598 94.6624868 293.382517"></polygon>
                <polygon id="Stroke-248" transform="translate(93.046240, 293.382517) rotate(22.000000) translate(-93.046240, -293.382517) " points="93.0462402 294.998436 91.4299937 293.382517 93.0462402 291.766598 94.6624868 293.382517"></polygon>
                <polygon id="Fill-250" fill-opacity="0.6" fill="#A3B1BF" transform="translate(94.497893, 296.801318) rotate(22.000000) translate(-94.497893, -296.801318) " points="94.4978933 298.417237 92.8816468 296.801318 94.4978933 295.1854 96.1141398 296.801318"></polygon>
                <polygon id="Stroke-252" transform="translate(94.497893, 296.801318) rotate(22.000000) translate(-94.497893, -296.801318) " points="94.4978933 298.417237 92.8816468 296.801318 94.4978933 295.1854 96.1141398 296.801318"></polygon>
                <polygon id="Fill-254" fill-opacity="0.6" fill="#A3B1BF" transform="translate(86.986931, 287.884181) rotate(22.000000) translate(-86.986931, -287.884181) " points="86.9869315 289.500099 85.3706849 287.884181 86.9869315 286.268262 88.603178 287.884181"></polygon>
                <polygon id="Stroke-256" transform="translate(86.986931, 287.884181) rotate(22.000000) translate(-86.986931, -287.884181) " points="86.9869315 289.500099 85.3706849 287.884181 86.9869315 286.268262 88.603178 287.884181"></polygon>
                <polygon id="Fill-258" fill-opacity="0.6" fill="#A3B1BF" transform="translate(88.438585, 291.302982) rotate(22.000000) translate(-88.438585, -291.302982) " points="88.4385845 292.9189 86.822338 291.302982 88.4385845 289.687063 90.0548311 291.302982"></polygon>
                <polygon id="Stroke-260" transform="translate(88.438585, 291.302982) rotate(22.000000) translate(-88.438585, -291.302982) " points="88.4385845 292.9189 86.822338 291.302982 88.4385845 289.687063 90.0548311 291.302982"></polygon>
                <polygon id="Fill-262" fill-opacity="0.6" fill="#A3B1BF" transform="translate(89.890155, 294.721818) rotate(22.000000) translate(-89.890155, -294.721818) " points="89.8901549 296.337737 88.2739084 294.721818 89.8901549 293.105899 91.5064014 294.721818"></polygon>
                <polygon id="Stroke-264" transform="translate(89.890155, 294.721818) rotate(22.000000) translate(-89.890155, -294.721818) " points="89.8901549 296.337737 88.2739084 294.721818 89.8901549 293.105899 91.5064014 294.721818"></polygon>
                <polygon id="Fill-266" fill-opacity="0.6" fill="#A3B1BF" transform="translate(91.341749, 298.140595) rotate(22.000000) translate(-91.341749, -298.140595) " points="91.3417491 299.756514 89.7255025 298.140595 91.3417491 296.524677 92.9579956 298.140595"></polygon>
                <polygon id="Stroke-268" transform="translate(91.341749, 298.140595) rotate(22.000000) translate(-91.341749, -298.140595) " points="91.3417491 299.756514 89.7255025 298.140595 91.3417491 296.524677 92.9579956 298.140595"></polygon>
                <polygon id="Fill-270" fill-opacity="0.6" fill="#A3B1BF" transform="translate(83.830846, 289.223482) rotate(22.000000) translate(-83.830846, -289.223482) " points="83.8308461 290.8394 82.2145996 289.223482 83.8308461 287.607563 85.4470927 289.223482"></polygon>
                <polygon id="Stroke-272" transform="translate(83.830846, 289.223482) rotate(22.000000) translate(-83.830846, -289.223482) " points="82.2145996 289.223482 83.8308461 287.607563 85.4470927 289.223482 83.8308461 290.8394"></polygon>
                <polygon id="Fill-274" fill-opacity="0.6" fill="#A3B1BF" transform="translate(85.282417, 292.642318) rotate(22.000000) translate(-85.282417, -292.642318) " points="85.2824165 294.258236 83.66617 292.642318 85.2824165 291.026399 86.898663 292.642318"></polygon>
                <polygon id="Stroke-276" transform="translate(85.282417, 292.642318) rotate(22.000000) translate(-85.282417, -292.642318) " points="85.2824165 294.258236 83.66617 292.642318 85.2824165 291.026399 86.898663 292.642318"></polygon>
                <polygon id="Fill-278" fill-opacity="0.6" fill="#A3B1BF" transform="translate(86.734070, 296.061119) rotate(22.000000) translate(-86.734070, -296.061119) " points="86.7340696 297.677038 85.1178231 296.061119 86.7340696 294.4452 88.3503161 296.061119"></polygon>
                <polygon id="Stroke-280" transform="translate(86.734070, 296.061119) rotate(22.000000) translate(-86.734070, -296.061119) " points="86.7340696 297.677038 85.1178231 296.061119 86.7340696 294.4452 88.3503161 296.061119"></polygon>
                <polygon id="Fill-282" fill-opacity="0.6" fill="#A3B1BF" transform="translate(88.185664, 299.479896) rotate(22.000000) translate(-88.185664, -299.479896) " points="88.1856638 301.095815 86.5694172 299.479896 88.1856638 297.863978 89.8019103 299.479896"></polygon>
                <polygon id="Stroke-284" transform="translate(88.185664, 299.479896) rotate(22.000000) translate(-88.185664, -299.479896) " points="88.1856638 301.095815 86.5694172 299.479896 88.1856638 297.863978 89.8019103 299.479896"></polygon>
                <polygon id="Fill-286" transform="translate(37.779995, 163.402514) rotate(22.000000) translate(-37.779995, -163.402514) " points="51.9961666 192.018058 66.401345 177.615802 23.5644587 134.78697 9.15864501 149.189862"></polygon>
                <polygon id="Fill-290" transform="translate(50.400318, 195.682118) rotate(22.000000) translate(-50.400318, -195.682118) " points="54.1737837 198.070743 48.0112085 191.909418 46.6268527 193.293493 52.7894279 199.454818"></polygon>
                <polygon id="Stroke-292" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(50.400318, 195.682118) rotate(22.000000) translate(-50.400318, -195.682118) " points="54.1737837 198.070743 48.0112085 191.909418 46.6268527 193.293493 52.7894279 199.454818"></polygon>
                <polygon id="Fill-294" fill-opacity="0.8" fill="#A3B1BF" transform="translate(52.603532, 200.871447) rotate(22.000000) translate(-52.603532, -200.871447) " points="52.712807 203.746308 55.4789773 200.980699 52.4942579 197.996585 49.7280876 200.762195"></polygon>
                <polygon id="Stroke-296" stroke="#A3B1BF" stroke-width="1.62" fill="#FFFFFF" stroke-linejoin="round" transform="translate(52.603532, 200.871447) rotate(22.000000) translate(-52.603532, -200.871447) " points="52.712807 203.746308 55.4789773 200.980699 52.4942579 197.996585 49.7280876 200.762195"></polygon>
                <polygon id="Fill-298" fill-opacity="0.8" fill="#A3B1BF" transform="translate(53.983257, 183.836778) rotate(22.000000) translate(-53.983257, -183.836778) " points="52.3670108 183.836778 53.9832574 185.452697 55.5995039 183.836778 53.9832574 182.22086"></polygon>
                <polygon id="Stroke-300" transform="translate(53.983257, 183.836778) rotate(22.000000) translate(-53.983257, -183.836778) " points="52.3670108 183.836778 53.9832574 185.452697 55.5995039 183.836778 53.9832574 182.22086"></polygon>
                <polygon id="Fill-302" fill-opacity="0.8" fill="#A3B1BF" transform="translate(52.531663, 180.418001) rotate(22.000000) translate(-52.531663, -180.418001) " points="50.9154167 180.418001 52.5316632 182.03392 54.1479097 180.418001 52.5316632 178.802082"></polygon>
                <polygon id="Stroke-304" transform="translate(52.531663, 180.418001) rotate(22.000000) translate(-52.531663, -180.418001) " points="50.9154167 180.418001 52.5316632 182.03392 54.1479097 180.418001 52.5316632 178.802082"></polygon>
                <polygon id="Fill-306" fill-opacity="0.8" fill="#A3B1BF" transform="translate(51.080034, 176.999141) rotate(22.000000) translate(-51.080034, -176.999141) " points="49.4637874 176.999141 51.0800339 178.61506 52.6962805 176.999141 51.0800339 175.383222"></polygon>
                <polygon id="Stroke-308" transform="translate(51.080034, 176.999141) rotate(22.000000) translate(-51.080034, -176.999141) " points="49.4637874 176.999141 51.0800339 178.61506 52.6962805 176.999141 51.0800339 175.383222"></polygon>
                <polygon id="Fill-310" fill-opacity="0.8" fill="#A3B1BF" transform="translate(49.628440, 173.580364) rotate(22.000000) translate(-49.628440, -173.580364) " points="48.0121932 173.580364 49.6284397 175.196282 51.2446863 173.580364 49.6284397 171.964445"></polygon>
                <polygon id="Stroke-312" transform="translate(49.628440, 173.580364) rotate(22.000000) translate(-49.628440, -173.580364) " points="48.0121932 173.580364 49.6284397 175.196282 51.2446863 173.580364 49.6284397 171.964445"></polygon>
                <polygon id="Fill-314" fill-opacity="0.8" fill="#A3B1BF" transform="translate(50.827172, 185.176079) rotate(22.000000) translate(-50.827172, -185.176079) " points="49.2109255 185.176079 50.8271721 186.791998 52.4434186 185.176079 50.8271721 183.560161"></polygon>
                <polygon id="Stroke-316" transform="translate(50.827172, 185.176079) rotate(22.000000) translate(-50.827172, -185.176079) " points="49.2109255 185.176079 50.8271721 186.791998 52.4434186 185.176079 50.8271721 183.560161"></polygon>
                <polygon id="Fill-318" fill-opacity="0.8" fill="#A3B1BF" transform="translate(49.375578, 181.757302) rotate(22.000000) translate(-49.375578, -181.757302) " points="47.7593313 181.757302 49.3755779 183.373221 50.9918244 181.757302 49.3755779 180.141383"></polygon>
                <polygon id="Stroke-320" transform="translate(49.375578, 181.757302) rotate(22.000000) translate(-49.375578, -181.757302) " points="47.7593313 181.757302 49.3755779 183.373221 50.9918244 181.757302 49.3755779 180.141383"></polygon>
                <polygon id="Fill-322" fill-opacity="0.8" fill="#A3B1BF" transform="translate(47.923949, 178.338442) rotate(22.000000) translate(-47.923949, -178.338442) " points="46.3077021 178.338442 47.9239486 179.954361 49.5401951 178.338442 47.9239486 176.722523"></polygon>
                <polygon id="Stroke-324" transform="translate(47.923949, 178.338442) rotate(22.000000) translate(-47.923949, -178.338442) " points="46.3077021 178.338442 47.9239486 179.954361 49.5401951 178.338442 47.9239486 176.722523"></polygon>
                <polygon id="Fill-326" fill-opacity="0.8" fill="#A3B1BF" transform="translate(46.472354, 174.919665) rotate(22.000000) translate(-46.472354, -174.919665) " points="44.8561079 174.919665 46.4723544 176.535583 48.088601 174.919665 46.4723544 173.303746"></polygon>
                <polygon id="Stroke-328" transform="translate(46.472354, 174.919665) rotate(22.000000) translate(-46.472354, -174.919665) " points="44.8561079 174.919665 46.4723544 176.535583 48.088601 174.919665 46.4723544 173.303746"></polygon>
                <polygon id="Fill-330" fill-opacity="0.8" fill="#A3B1BF" transform="translate(47.671087, 186.515380) rotate(22.000000) translate(-47.671087, -186.515380) " points="46.0548402 186.51538 47.6710867 188.131299 49.2873333 186.51538 47.6710867 184.899461"></polygon>
                <polygon id="Stroke-332" transform="translate(47.671087, 186.515380) rotate(22.000000) translate(-47.671087, -186.515380) " points="46.0548402 186.51538 47.6710867 188.131299 49.2873333 186.51538 47.6710867 184.899461"></polygon>
                <polygon id="Fill-334" fill-opacity="0.8" fill="#A3B1BF" transform="translate(46.219493, 183.096603) rotate(22.000000) translate(-46.219493, -183.096603) " points="44.603246 183.096603 46.2194926 184.712521 47.8357391 183.096603 46.2194926 181.480684"></polygon>
                <polygon id="Stroke-336" transform="translate(46.219493, 183.096603) rotate(22.000000) translate(-46.219493, -183.096603) " points="44.603246 183.096603 46.2194926 184.712521 47.8357391 183.096603 46.2194926 181.480684"></polygon>
                <polygon id="Fill-338" fill-opacity="0.8" fill="#A3B1BF" transform="translate(44.767839, 179.677802) rotate(22.000000) translate(-44.767839, -179.677802) " points="43.1515929 179.677802 44.7678395 181.29372 46.384086 179.677802 44.7678395 178.061883"></polygon>
                <polygon id="Stroke-340" transform="translate(44.767839, 179.677802) rotate(22.000000) translate(-44.767839, -179.677802) " points="43.1515929 179.677802 44.7678395 181.29372 46.384086 179.677802 44.7678395 178.061883"></polygon>
                <polygon id="Fill-342" fill-opacity="0.8" fill="#A3B1BF" transform="translate(43.316269, 176.258965) rotate(22.000000) translate(-43.316269, -176.258965) " points="41.7000226 176.258965 43.3162691 177.874884 44.9325156 176.258965 43.3162691 174.643047"></polygon>
                <polygon id="Stroke-344" transform="translate(43.316269, 176.258965) rotate(22.000000) translate(-43.316269, -176.258965) " points="41.7000226 176.258965 43.3162691 177.874884 44.9325156 176.258965 43.3162691 174.643047"></polygon>
                <polygon id="Fill-346" fill-opacity="0.8" fill="#A3B1BF" transform="translate(44.514978, 187.854740) rotate(22.000000) translate(-44.514978, -187.854740) " points="42.8987311 187.85474 44.5149776 189.470659 46.1312242 187.85474 44.5149776 186.238821"></polygon>
                <polygon id="Stroke-348" transform="translate(44.514978, 187.854740) rotate(22.000000) translate(-44.514978, -187.854740) " points="42.8987311 187.85474 44.5149776 189.470659 46.1312242 187.85474 44.5149776 186.238821"></polygon>
                <polygon id="Fill-350" fill-opacity="0.8" fill="#A3B1BF" transform="translate(43.063348, 184.435880) rotate(22.000000) translate(-43.063348, -184.435880) " points="41.4471018 184.43588 43.0633483 186.051799 44.6795949 184.43588 43.0633483 182.819961"></polygon>
                <polygon id="Stroke-352" transform="translate(43.063348, 184.435880) rotate(22.000000) translate(-43.063348, -184.435880) " points="41.4471018 184.43588 43.0633483 186.051799 44.6795949 184.43588 43.0633483 182.819961"></polygon>
                <polygon id="Fill-354" fill-opacity="0.8" fill="#A3B1BF" transform="translate(41.611754, 181.017103) rotate(22.000000) translate(-41.611754, -181.017103) " points="39.9955076 181.017103 41.6117542 182.633021 43.2280007 181.017103 41.6117542 179.401184"></polygon>
                <polygon id="Stroke-356" transform="translate(41.611754, 181.017103) rotate(22.000000) translate(-41.611754, -181.017103) " points="39.9955076 181.017103 41.6117542 182.633021 43.2280007 181.017103 41.6117542 179.401184"></polygon>
                <polygon id="Fill-358" fill-opacity="0.8" fill="#A3B1BF" transform="translate(40.160184, 177.598266) rotate(22.000000) translate(-40.160184, -177.598266) " points="38.5439373 177.598266 40.1601838 179.214185 41.7764303 177.598266 40.1601838 175.982348"></polygon>
                <polygon id="Stroke-360" transform="translate(40.160184, 177.598266) rotate(22.000000) translate(-40.160184, -177.598266) " points="38.5439373 177.598266 40.1601838 179.214185 41.7764303 177.598266 40.1601838 175.982348"></polygon>
                <polygon id="Fill-362" fill-opacity="0.8" fill="#A3B1BF" transform="translate(41.358892, 189.194041) rotate(22.000000) translate(-41.358892, -189.194041) " points="39.7426458 189.194041 41.3588923 190.80996 42.9751388 189.194041 41.3588923 187.578122"></polygon>
                <polygon id="Stroke-364" transform="translate(41.358892, 189.194041) rotate(22.000000) translate(-41.358892, -189.194041) " points="39.7426458 189.194041 41.3588923 190.80996 42.9751388 189.194041 41.3588923 187.578122"></polygon>
                <polygon id="Fill-366" fill-opacity="0.8" fill="#A3B1BF" transform="translate(39.907263, 185.775181) rotate(22.000000) translate(-39.907263, -185.775181) " points="38.2910165 185.775181 39.907263 187.3911 41.5235095 185.775181 39.907263 184.159262"></polygon>
                <polygon id="Stroke-368" transform="translate(39.907263, 185.775181) rotate(22.000000) translate(-39.907263, -185.775181) " points="38.2910165 185.775181 39.907263 187.3911 41.5235095 185.775181 39.907263 184.159262"></polygon>
                <polygon id="Fill-370" fill-opacity="0.8" fill="#A3B1BF" transform="translate(38.455669, 182.356404) rotate(22.000000) translate(-38.455669, -182.356404) " points="36.8394223 182.356404 38.4556688 183.972322 40.0719154 182.356404 38.4556688 180.740485"></polygon>
                <polygon id="Stroke-372" transform="translate(38.455669, 182.356404) rotate(22.000000) translate(-38.455669, -182.356404) " points="36.8394223 182.356404 38.4556688 183.972322 40.0719154 182.356404 38.4556688 180.740485"></polygon>
                <polygon id="Fill-374" fill-opacity="0.8" fill="#A3B1BF" transform="translate(37.004016, 178.937602) rotate(22.000000) translate(-37.004016, -178.937602) " points="35.3877692 178.937602 37.0040158 180.553521 38.6202623 178.937602 37.0040158 177.321684"></polygon>
                <polygon id="Stroke-376" transform="translate(37.004016, 178.937602) rotate(22.000000) translate(-37.004016, -178.937602) " points="35.3877692 178.937602 37.0040158 180.553521 38.6202623 178.937602 37.0040158 177.321684"></polygon>
                <polygon id="Fill-378" fill-opacity="0.8" fill="#A3B1BF" transform="translate(46.380894, 165.931897) rotate(22.000000) translate(-46.380894, -165.931897) " points="44.7646475 165.931897 46.380894 167.547816 47.9971405 165.931897 46.380894 164.315979"></polygon>
                <polygon id="Stroke-380" transform="translate(46.380894, 165.931897) rotate(22.000000) translate(-46.380894, -165.931897) " points="44.7646475 165.931897 46.380894 167.547816 47.9971405 165.931897 46.380894 164.315979"></polygon>
                <polygon id="Fill-382" fill-opacity="0.8" fill="#A3B1BF" transform="translate(44.929324, 162.513061) rotate(22.000000) translate(-44.929324, -162.513061) " points="43.3130771 162.513061 44.9293236 164.12898 46.5455702 162.513061 44.9293236 160.897143"></polygon>
                <polygon id="Stroke-384" transform="translate(44.929324, 162.513061) rotate(22.000000) translate(-44.929324, -162.513061) " points="43.3130771 162.513061 44.9293236 164.12898 46.5455702 162.513061 44.9293236 160.897143"></polygon>
                <polygon id="Fill-386" fill-opacity="0.8" fill="#A3B1BF" transform="translate(43.477729, 159.094284) rotate(22.000000) translate(-43.477729, -159.094284) " points="41.8614829 159.094284 43.4777295 160.710203 45.093976 159.094284 43.4777295 157.478365"></polygon>
                <polygon id="Stroke-388" transform="translate(43.477729, 159.094284) rotate(22.000000) translate(-43.477729, -159.094284) " points="41.8614829 159.094284 43.4777295 160.710203 45.093976 159.094284 43.4777295 157.478365"></polygon>
                <polygon id="Fill-390" fill-opacity="0.8" fill="#A3B1BF" transform="translate(42.026100, 155.675424) rotate(22.000000) translate(-42.026100, -155.675424) " points="40.4098536 155.675424 42.0261002 157.291342 43.6423467 155.675424 42.0261002 154.059505"></polygon>
                <polygon id="Stroke-392" transform="translate(42.026100, 155.675424) rotate(22.000000) translate(-42.026100, -155.675424) " points="40.4098536 155.675424 42.0261002 157.291342 43.6423467 155.675424 42.0261002 154.059505"></polygon>
                <polygon id="Fill-394" fill-opacity="0.8" fill="#A3B1BF" transform="translate(43.224809, 167.271198) rotate(22.000000) translate(-43.224809, -167.271198) " points="41.6085622 167.271198 43.2248087 168.887117 44.8410552 167.271198 43.2248087 165.65528"></polygon>
                <polygon id="Stroke-396" transform="translate(43.224809, 167.271198) rotate(22.000000) translate(-43.224809, -167.271198) " points="41.6085622 167.271198 43.2248087 168.887117 44.8410552 167.271198 43.2248087 165.65528"></polygon>
                <polygon id="Fill-398" fill-opacity="0.8" fill="#A3B1BF" transform="translate(41.773238, 163.852362) rotate(22.000000) translate(-41.773238, -163.852362) " points="40.1569918 163.852362 41.7732383 165.468281 43.3894848 163.852362 41.7732383 162.236443"></polygon>
                <polygon id="Stroke-400" transform="translate(41.773238, 163.852362) rotate(22.000000) translate(-41.773238, -163.852362) " points="40.1569918 163.852362 41.7732383 165.468281 43.3894848 163.852362 41.7732383 162.236443"></polygon>
                <polygon id="Fill-402" fill-opacity="0.8" fill="#A3B1BF" transform="translate(40.321585, 160.433561) rotate(22.000000) translate(-40.321585, -160.433561) " points="38.7053387 160.433561 40.3215852 162.04948 41.9378318 160.433561 40.3215852 158.817642"></polygon>
                <polygon id="Stroke-404" transform="translate(40.321585, 160.433561) rotate(22.000000) translate(-40.321585, -160.433561) " points="38.7053387 160.433561 40.3215852 162.04948 41.9378318 160.433561 40.3215852 158.817642"></polygon>
                <polygon id="Fill-406" fill-opacity="0.8" fill="#A3B1BF" transform="translate(38.869991, 157.014784) rotate(22.000000) translate(-38.869991, -157.014784) " points="37.2537445 157.014784 38.8699911 158.630702 40.4862376 157.014784 38.8699911 155.398865"></polygon>
                <polygon id="Stroke-408" transform="translate(38.869991, 157.014784) rotate(22.000000) translate(-38.869991, -157.014784) " points="37.2537445 157.014784 38.8699911 158.630702 40.4862376 157.014784 38.8699911 155.398865"></polygon>
                <polygon id="Fill-410" fill-opacity="0.8" fill="#A3B1BF" transform="translate(40.068723, 168.610499) rotate(22.000000) translate(-40.068723, -168.610499) " points="38.4524768 168.610499 40.0687234 170.226418 41.6849699 168.610499 40.0687234 166.994581"></polygon>
                <polygon id="Stroke-412" transform="translate(40.068723, 168.610499) rotate(22.000000) translate(-40.068723, -168.610499) " points="38.4524768 168.610499 40.0687234 170.226418 41.6849699 168.610499 40.0687234 166.994581"></polygon>
                <polygon id="Fill-414" fill-opacity="0.8" fill="#A3B1BF" transform="translate(38.617129, 165.191722) rotate(22.000000) translate(-38.617129, -165.191722) " points="37.0008827 165.191722 38.6171292 166.807641 40.2333757 165.191722 38.6171292 163.575803"></polygon>
                <polygon id="Stroke-416" transform="translate(38.617129, 165.191722) rotate(22.000000) translate(-38.617129, -165.191722) " points="37.0008827 165.191722 38.6171292 166.807641 40.2333757 165.191722 38.6171292 163.575803"></polygon>
                <polygon id="Fill-418" fill-opacity="0.8" fill="#A3B1BF" transform="translate(37.165500, 161.772862) rotate(22.000000) translate(-37.165500, -161.772862) " points="35.5492534 161.772862 37.1654999 163.388781 38.7817464 161.772862 37.1654999 160.156943"></polygon>
                <polygon id="Stroke-420" transform="translate(37.165500, 161.772862) rotate(22.000000) translate(-37.165500, -161.772862) " points="35.5492534 161.772862 37.1654999 163.388781 38.7817464 161.772862 37.1654999 160.156943"></polygon>
                <polygon id="Fill-422" fill-opacity="0.8" fill="#A3B1BF" transform="translate(35.713906, 158.354085) rotate(22.000000) translate(-35.713906, -158.354085) " points="34.0976592 158.354085 35.7139057 159.970003 37.3301523 158.354085 35.7139057 156.738166"></polygon>
                <polygon id="Stroke-424" transform="translate(35.713906, 158.354085) rotate(22.000000) translate(-35.713906, -158.354085) " points="34.0976592 158.354085 35.7139057 159.970003 37.3301523 158.354085 35.7139057 156.738166"></polygon>
                <polygon id="Fill-426" fill-opacity="0.8" fill="#A3B1BF" transform="translate(36.912638, 169.949800) rotate(22.000000) translate(-36.912638, -169.949800) " points="35.2963915 169.9498 36.912638 171.565719 38.5288846 169.9498 36.912638 168.333882"></polygon>
                <polygon id="Stroke-428" transform="translate(36.912638, 169.949800) rotate(22.000000) translate(-36.912638, -169.949800) " points="35.2963915 169.9498 36.912638 171.565719 38.5288846 169.9498 36.912638 168.333882"></polygon>
                <polygon id="Fill-430" fill-opacity="0.8" fill="#A3B1BF" transform="translate(35.461068, 166.530964) rotate(22.000000) translate(-35.461068, -166.530964) " points="33.8448211 166.530964 35.4610677 168.146883 37.0773142 166.530964 35.4610677 164.915045"></polygon>
                <polygon id="Stroke-432" transform="translate(35.461068, 166.530964) rotate(22.000000) translate(-35.461068, -166.530964) " points="33.8448211 166.530964 35.4610677 168.146883 37.0773142 166.530964 35.4610677 164.915045"></polygon>
                <polygon id="Fill-434" fill-opacity="0.8" fill="#A3B1BF" transform="translate(34.009415, 163.112163) rotate(22.000000) translate(-34.009415, -163.112163) " points="32.3931681 163.112163 34.0094146 164.728081 35.6256611 163.112163 34.0094146 161.496244"></polygon>
                <polygon id="Stroke-436" transform="translate(34.009415, 163.112163) rotate(22.000000) translate(-34.009415, -163.112163) " points="32.3931681 163.112163 34.0094146 164.728081 35.6256611 163.112163 34.0094146 161.496244"></polygon>
                <polygon id="Fill-438" fill-opacity="0.8" fill="#A3B1BF" transform="translate(32.557820, 159.693385) rotate(22.000000) translate(-32.557820, -159.693385) " points="30.9415739 159.693385 32.5578204 161.309304 34.174067 159.693385 32.5578204 158.077467"></polygon>
                <polygon id="Stroke-440" transform="translate(32.557820, 159.693385) rotate(22.000000) translate(-32.557820, -159.693385) " points="30.9415739 159.693385 32.5578204 161.309304 34.174067 159.693385 32.5578204 158.077467"></polygon>
                <polygon id="Fill-442" fill-opacity="0.8" fill="#A3B1BF" transform="translate(33.756553, 171.289101) rotate(22.000000) translate(-33.756553, -171.289101) " points="32.1403062 171.289101 33.7565527 172.90502 35.3727993 171.289101 33.7565527 169.673182"></polygon>
                <polygon id="Stroke-444" transform="translate(33.756553, 171.289101) rotate(22.000000) translate(-33.756553, -171.289101) " points="32.1403062 171.289101 33.7565527 172.90502 35.3727993 171.289101 33.7565527 169.673182"></polygon>
                <polygon id="Fill-446" fill-opacity="0.8" fill="#A3B1BF" transform="translate(32.304959, 167.870324) rotate(22.000000) translate(-32.304959, -167.870324) " points="30.688712 167.870324 32.3049586 169.486242 33.9212051 167.870324 32.3049586 166.254405"></polygon>
                <polygon id="Stroke-448" transform="translate(32.304959, 167.870324) rotate(22.000000) translate(-32.304959, -167.870324) " points="30.688712 167.870324 32.3049586 169.486242 33.9212051 167.870324 32.3049586 166.254405"></polygon>
                <polygon id="Fill-450" fill-opacity="0.8" fill="#A3B1BF" transform="translate(30.853329, 164.451464) rotate(22.000000) translate(-30.853329, -164.451464) " points="29.2370827 164.451464 30.8533293 166.067382 32.4695758 164.451464 30.8533293 162.835545"></polygon>
                <polygon id="Stroke-452" transform="translate(30.853329, 164.451464) rotate(22.000000) translate(-30.853329, -164.451464) " points="29.2370827 164.451464 30.8533293 166.067382 32.4695758 164.451464 30.8533293 162.835545"></polygon>
                <polygon id="Fill-454" fill-opacity="0.8" fill="#A3B1BF" transform="translate(29.401735, 161.032686) rotate(22.000000) translate(-29.401735, -161.032686) " points="27.7854886 161.032686 29.4017351 162.648605 31.0179816 161.032686 29.4017351 159.416768"></polygon>
                <polygon id="Stroke-456" transform="translate(29.401735, 161.032686) rotate(22.000000) translate(-29.401735, -161.032686) " points="27.7854886 161.032686 29.4017351 162.648605 31.0179816 161.032686 29.4017351 159.416768"></polygon>
                <polygon id="Fill-458" fill-opacity="0.8" fill="#A3B1BF" transform="translate(38.778613, 148.026981) rotate(22.000000) translate(-38.778613, -148.026981) " points="37.1623668 148.026981 38.7786133 149.6429 40.3948599 148.026981 38.7786133 146.411063"></polygon>
                <polygon id="Stroke-460" transform="translate(38.778613, 148.026981) rotate(22.000000) translate(-38.778613, -148.026981) " points="37.1623668 148.026981 38.7786133 149.6429 40.3948599 148.026981 38.7786133 146.411063"></polygon>
                <polygon id="Fill-462" fill-opacity="0.8" fill="#A3B1BF" transform="translate(37.326984, 144.608121) rotate(22.000000) translate(-37.326984, -144.608121) " points="35.7107375 144.608121 37.3269841 146.22404 38.9432306 144.608121 37.3269841 142.992203"></polygon>
                <polygon id="Stroke-464" transform="translate(37.326984, 144.608121) rotate(22.000000) translate(-37.326984, -144.608121) " points="35.7107375 144.608121 37.3269841 146.22404 38.9432306 144.608121 37.3269841 142.992203"></polygon>
                <polygon id="Fill-466" fill-opacity="0.8" fill="#A3B1BF" transform="translate(35.875390, 141.189344) rotate(22.000000) translate(-35.875390, -141.189344) " points="34.2591433 141.189344 35.8753899 142.805263 37.4916364 141.189344 35.8753899 139.573425"></polygon>
                <polygon id="Stroke-468" transform="translate(35.875390, 141.189344) rotate(22.000000) translate(-35.875390, -141.189344) " points="34.2591433 141.189344 35.8753899 142.805263 37.4916364 141.189344 35.8753899 139.573425"></polygon>
                <polygon id="Fill-470" fill-opacity="0.8" fill="#A3B1BF" transform="translate(34.423796, 137.770567) rotate(22.000000) translate(-34.423796, -137.770567) " points="32.8075492 137.770567 34.4237957 139.386485 36.0400422 137.770567 34.4237957 136.154648"></polygon>
                <polygon id="Stroke-472" fill="#B2BECA" transform="translate(34.423796, 137.770567) rotate(22.000000) translate(-34.423796, -137.770567) " points="34.4237957 139.386485 36.0400422 137.770567 34.4237957 136.154648 32.8075492 137.770567"></polygon>
                <polygon id="Fill-474" fill-opacity="0.8" fill="#A3B1BF" transform="translate(35.622528, 149.366282) rotate(22.000000) translate(-35.622528, -149.366282) " points="34.0062815 149.366282 35.622528 150.982201 37.2387746 149.366282 35.622528 147.750364"></polygon>
                <polygon id="Stroke-476" transform="translate(35.622528, 149.366282) rotate(22.000000) translate(-35.622528, -149.366282) " points="34.0062815 149.366282 35.622528 150.982201 37.2387746 149.366282 35.622528 147.750364"></polygon>
                <polygon id="Fill-478" fill-opacity="0.8" fill="#A3B1BF" transform="translate(34.170875, 145.947481) rotate(22.000000) translate(-34.170875, -145.947481) " points="32.5546284 145.947481 34.1708749 147.5634 35.7871215 145.947481 34.1708749 144.331563"></polygon>
                <polygon id="Stroke-480" transform="translate(34.170875, 145.947481) rotate(22.000000) translate(-34.170875, -145.947481) " points="32.5546284 145.947481 34.1708749 147.5634 35.7871215 145.947481 34.1708749 144.331563"></polygon>
                <polygon id="Fill-482" fill-opacity="0.8" fill="#A3B1BF" transform="translate(32.719305, 142.528645) rotate(22.000000) translate(-32.719305, -142.528645) " points="31.103058 142.528645 32.7193046 144.144564 34.3355511 142.528645 32.7193046 140.912726"></polygon>
                <polygon id="Stroke-484" transform="translate(32.719305, 142.528645) rotate(22.000000) translate(-32.719305, -142.528645) " points="31.103058 142.528645 32.7193046 144.144564 34.3355511 142.528645 32.7193046 140.912726"></polygon>
                <polygon id="Fill-486" fill-opacity="0.8" fill="#A3B1BF" transform="translate(31.267651, 139.109844) rotate(22.000000) translate(-31.267651, -139.109844) " points="29.651405 139.109844 31.2676515 140.725763 32.883898 139.109844 31.2676515 137.493925"></polygon>
                <polygon id="Stroke-488" transform="translate(31.267651, 139.109844) rotate(22.000000) translate(-31.267651, -139.109844) " points="29.651405 139.109844 31.2676515 140.725763 32.883898 139.109844 31.2676515 137.493925"></polygon>
                <polygon id="Fill-490" fill-opacity="0.8" fill="#A3B1BF" transform="translate(32.466384, 150.705559) rotate(22.000000) translate(-32.466384, -150.705559) " points="30.8501373 150.705559 32.4663838 152.321478 34.0826303 150.705559 32.4663838 149.089641"></polygon>
                <polygon id="Stroke-492" transform="translate(32.466384, 150.705559) rotate(22.000000) translate(-32.466384, -150.705559) " points="30.8501373 150.705559 32.4663838 152.321478 34.0826303 150.705559 32.4663838 149.089641"></polygon>
                <polygon id="Fill-494" fill-opacity="0.8" fill="#A3B1BF" transform="translate(31.014790, 147.286782) rotate(22.000000) translate(-31.014790, -147.286782) " points="29.3985431 147.286782 31.0147896 148.902701 32.6310362 147.286782 31.0147896 145.670863"></polygon>
                <polygon id="Stroke-496" transform="translate(31.014790, 147.286782) rotate(22.000000) translate(-31.014790, -147.286782) " points="29.3985431 147.286782 31.0147896 148.902701 32.6310362 147.286782 31.0147896 145.670863"></polygon>
                <polygon id="Fill-498" fill-opacity="0.8" fill="#A3B1BF" transform="translate(29.563219, 143.867946) rotate(22.000000) translate(-29.563219, -143.867946) " points="27.9469727 143.867946 29.5632192 145.483865 31.1794658 143.867946 29.5632192 142.252027"></polygon>
                <polygon id="Stroke-500" transform="translate(29.563219, 143.867946) rotate(22.000000) translate(-29.563219, -143.867946) " points="27.9469727 143.867946 29.5632192 145.483865 31.1794658 143.867946 29.5632192 142.252027"></polygon>
                <polygon id="Fill-502" fill-opacity="0.8" fill="#A3B1BF" transform="translate(28.111566, 140.449145) rotate(22.000000) translate(-28.111566, -140.449145) " points="26.4953196 140.449145 28.1115662 142.065063 29.7278127 140.449145 28.1115662 138.833226"></polygon>
                <polygon id="Stroke-504" transform="translate(28.111566, 140.449145) rotate(22.000000) translate(-28.111566, -140.449145) " points="26.4953196 140.449145 28.1115662 142.065063 29.7278127 140.449145 28.1115662 138.833226"></polygon>
                <polygon id="Fill-506" fill-opacity="0.8" fill="#A3B1BF" transform="translate(29.310298, 152.044860) rotate(22.000000) translate(-29.310298, -152.044860) " points="27.6940519 152.04486 29.3102985 153.660779 30.926545 152.04486 29.3102985 150.428942"></polygon>
                <polygon id="Stroke-508" transform="translate(29.310298, 152.044860) rotate(22.000000) translate(-29.310298, -152.044860) " points="27.6940519 152.04486 29.3102985 153.660779 30.926545 152.04486 29.3102985 150.428942"></polygon>
                <polygon id="Fill-510" fill-opacity="0.8" fill="#A3B1BF" transform="translate(27.858704, 148.626083) rotate(22.000000) translate(-27.858704, -148.626083) " points="26.2424578 148.626083 27.8587043 150.242002 29.4749508 148.626083 27.8587043 147.010164"></polygon>
                <polygon id="Stroke-512" transform="translate(27.858704, 148.626083) rotate(22.000000) translate(-27.858704, -148.626083) " points="26.2424578 148.626083 27.8587043 150.242002 29.4749508 148.626083 27.8587043 147.010164"></polygon>
                <polygon id="Fill-514" fill-opacity="0.8" fill="#A3B1BF" transform="translate(26.407134, 145.207247) rotate(22.000000) translate(-26.407134, -145.207247) " points="24.7908874 145.207247 26.4071339 146.823166 28.0233805 145.207247 26.4071339 143.591328"></polygon>
                <polygon id="Stroke-516" transform="translate(26.407134, 145.207247) rotate(22.000000) translate(-26.407134, -145.207247) " points="24.7908874 145.207247 26.4071339 146.823166 28.0233805 145.207247 26.4071339 143.591328"></polygon>
                <polygon id="Fill-518" fill-opacity="0.8" fill="#A3B1BF" transform="translate(24.955481, 141.788446) rotate(22.000000) translate(-24.955481, -141.788446) " points="23.3392343 141.788446 24.9554808 143.404364 26.5717274 141.788446 24.9554808 140.172527"></polygon>
                <polygon id="Stroke-520" transform="translate(24.955481, 141.788446) rotate(22.000000) translate(-24.955481, -141.788446) " points="23.3392343 141.788446 24.9554808 143.404364 26.5717274 141.788446 24.9554808 140.172527"></polygon>
                <polygon id="Fill-522" fill-opacity="0.8" fill="#A3B1BF" transform="translate(26.154213, 153.384161) rotate(22.000000) translate(-26.154213, -153.384161) " points="24.5379666 153.384161 26.1542132 155.00008 27.7704597 153.384161 26.1542132 151.768243"></polygon>
                <polygon id="Stroke-524" transform="translate(26.154213, 153.384161) rotate(22.000000) translate(-26.154213, -153.384161) " points="24.5379666 153.384161 26.1542132 155.00008 27.7704597 153.384161 26.1542132 151.768243"></polygon>
                <polygon id="Fill-526" fill-opacity="0.8" fill="#A3B1BF" transform="translate(24.702619, 149.965384) rotate(22.000000) translate(-24.702619, -149.965384) " points="23.0863724 149.965384 24.702619 151.581303 26.3188655 149.965384 24.702619 148.349465"></polygon>
                <polygon id="Stroke-528" transform="translate(24.702619, 149.965384) rotate(22.000000) translate(-24.702619, -149.965384) " points="23.0863724 149.965384 24.702619 151.581303 26.3188655 149.965384 24.702619 148.349465"></polygon>
                <polygon id="Fill-530" fill-opacity="0.8" fill="#A3B1BF" transform="translate(23.250966, 146.546583) rotate(22.000000) translate(-23.250966, -146.546583) " points="21.6347194 146.546583 23.2509659 148.162502 24.8672124 146.546583 23.2509659 144.930664"></polygon>
                <polygon id="Stroke-532" transform="translate(23.250966, 146.546583) rotate(22.000000) translate(-23.250966, -146.546583) " points="21.6347194 146.546583 23.2509659 148.162502 24.8672124 146.546583 23.2509659 144.930664"></polygon>
                <polygon id="Fill-534" fill-opacity="0.8" fill="#A3B1BF" transform="translate(21.799396, 143.127747) rotate(22.000000) translate(-21.799396, -143.127747) " points="20.183149 143.127747 21.7993955 144.743665 23.4156421 143.127747 21.7993955 141.511828"></polygon>
                <polygon id="Stroke-536" transform="translate(21.799396, 143.127747) rotate(22.000000) translate(-21.799396, -143.127747) " points="20.183149 143.127747 21.7993955 144.743665 23.4156421 143.127747 21.7993955 141.511828"></polygon>
                <path d="M129.314819,189.942425 C126.372666,187.000233 124.490222,184.112668 125.110927,183.492089 C125.731631,182.87151 128.619783,184.753573 131.562571,187.695129 C134.504724,190.637321 136.387169,193.524886 135.766464,194.145465 C135.145759,194.766044 132.257608,192.883981 129.314819,189.942425 Z" id="Fill-538" fill="#F5F5F5" transform="translate(130.438695, 188.818777) rotate(22.000000) translate(-130.438695, -188.818777) "></path>
                <path d="M129.314819,189.942425 C126.372666,187.000233 124.490222,184.112668 125.110927,183.492089 C125.731631,182.87151 128.619783,184.753573 131.562571,187.695129 C134.504724,190.637321 136.387169,193.524886 135.766464,194.145465 C135.145759,194.766044 132.257608,192.883981 129.314819,189.942425 Z" id="Stroke-540" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(130.438695, 188.818777) rotate(22.000000) translate(-130.438695, -188.818777) "></path>
                <path d="M136.083433,187.715086 C130.20421,181.837055 126.443133,176.067006 127.683272,174.827118 C128.92341,173.587231 134.69463,177.347545 140.573854,183.225576 C146.453713,189.104243 150.21479,194.874292 148.974651,196.114179 C147.734513,197.354066 141.963293,193.593752 136.083433,187.715086 Z" id="Fill-542" fill="#F5F5F5" transform="translate(138.328961, 185.470648) rotate(22.000000) translate(-138.328961, -185.470648) "></path>
                <path d="M136.083433,187.715086 C130.20421,181.837055 126.443133,176.067006 127.683272,174.827118 C128.92341,173.587231 134.69463,177.347545 140.573854,183.225576 C146.453713,189.104243 150.21479,194.874292 148.974651,196.114179 C147.734513,197.354066 141.963293,193.593752 136.083433,187.715086 Z" id="Stroke-544" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(138.328961, 185.470648) rotate(22.000000) translate(-138.328961, -185.470648) "></path>
                <path d="M146.697288,183.650834 C138.818086,175.773231 133.777481,168.04045 135.43947,166.378798 C137.101459,164.717146 144.835809,169.756729 152.715011,177.634332 C160.594213,185.511936 165.634818,193.244716 163.972829,194.906369 C162.310839,196.568021 154.57649,191.528438 146.697288,183.650834 Z" id="Fill-546" fill-opacity="0.35" fill="#F5F5F5" transform="translate(149.706149, 180.642583) rotate(22.000000) translate(-149.706149, -180.642583) "></path>
                <path d="M146.697288,183.650834 C138.818086,175.773231 133.777481,168.04045 135.43947,166.378798 C137.101459,164.717146 144.835809,169.756729 152.715011,177.634332 C160.594213,185.511936 165.634818,193.244716 163.972829,194.906369 C162.310839,196.568021 154.57649,191.528438 146.697288,183.650834 Z" id="Stroke-548" stroke="#A3B1BF" stroke-width="1.62" stroke-linejoin="round" transform="translate(149.706149, 180.642583) rotate(22.000000) translate(-149.706149, -180.642583) "></path>
                <path d="M65.2279553,90.2345285 C62.4548336,90.0320836 60.4105231,89.3345405 60.4105231,88.5051511 C60.4105231,87.676673 62.4503446,86.9797514 65.2188187,86.7764428 C65.4149139,84.0068366 66.0879499,81.9659221 66.8880741,81.9659221 C67.6881984,81.9659221 68.3612344,84.0068366 68.5573295,86.7764428 C71.3258036,86.9797514 73.3656251,87.676673 73.3656251,88.5051511 C73.3656251,89.3345405 71.3213146,90.0320836 68.548193,90.2345285 C68.3410329,92.9408238 67.6762073,94.9210242 66.8880741,94.9210242 C66.0999409,94.9210242 65.4351154,92.9408238 65.2279553,90.2345285 Z" id="Oval-80-Copy-3" fill-opacity="0.4" fill="#A3B1BF" opacity="0.85" transform="translate(66.888074, 88.443473) rotate(-340.000000) translate(-66.888074, -88.443473) "></path>
                <path d="M118.775569,329.140492 L118.424988,329.526146 C117.522244,330.5192 115.985396,330.592411 114.992341,329.689667 C114.596934,329.330218 114.331035,328.850456 114.235803,328.324641 L114.143075,327.812647 L113.669257,327.599091 C112.445737,327.047635 111.900921,325.608734 112.452377,324.385214 C112.672015,323.8979 113.046204,323.496601 113.516991,323.243469 L113.97521,322.997095 L114.032158,322.478985 C114.178786,321.144967 115.379087,320.182398 116.713105,320.329026 C117.24418,320.387399 117.741214,320.61917 118.127299,320.988476 L118.503957,321.348765 L119.01334,321.242962 C120.327346,320.970031 121.613813,321.813989 121.886744,323.127995 C121.995449,323.651349 121.928561,324.195943 121.696437,324.677436 L121.470742,325.145594 L121.728812,325.597409 C122.394441,326.762759 121.989337,328.247061 120.823987,328.91269 C120.359975,329.177726 119.82154,329.282421 119.292023,329.21057 L118.775569,329.140492 Z" id="Star-1-Copy-16" fill-opacity="0.4" fill="#A3B1BF"></path>
                <path d="M432.83752,120.004816 L432.837087,120.005044 L432.837087,120.005044 C432.092472,120.396429 431.171561,120.110079 430.780176,119.365464 C430.624337,119.068978 430.570573,118.729391 430.627206,118.399266 L430.627206,118.399266 L430.627206,118.399266 L430.627206,118.399266 C430.024845,117.812233 430.01242,116.848039 430.599453,116.245678 C430.833262,116.005765 431.139652,115.849637 431.471171,115.801474 L431.471471,115.801431 L431.471471,115.801431 L431.471471,115.801431 C431.843891,115.046982 432.757399,114.737288 433.511848,115.109709 C433.812195,115.25797 434.055308,115.501083 434.20357,115.801431 L434.20357,115.801431 L434.203869,115.801474 L434.203869,115.801474 C435.036229,115.922398 435.612963,116.695187 435.492039,117.527547 C435.443876,117.859067 435.287748,118.165457 435.047835,118.399266 L435.047835,118.399266 L435.047835,118.399266 L435.047835,118.399266 C435.190066,119.228364 434.63325,120.015783 433.804152,120.158014 C433.474027,120.214647 433.134439,120.160883 432.837954,120.005044 L432.83752,120.004816 Z" id="Star-1-Copy-18" fill-opacity="0.4" fill="#A3B1BF" transform="translate(432.837619, 117.566125) rotate(-3.000000) translate(-432.837619, -117.566125) "></path>
                <path d="M99.7727703,38.762372 L99.0266308,39.1545584 L99.0266308,39.1545584 C97.8386845,39.7789675 96.36948,39.3221304 95.7450708,38.134184 C95.4964477,37.6611755 95.4106732,37.1194035 95.5010241,36.5927278 L95.6433921,35.7628333 L95.0407812,35.1755563 L95.0407812,35.1755563 C94.0796578,34.2388893 94.059832,32.7004261 94.996499,31.7393027 C95.369563,31.3564979 95.8584376,31.1073808 96.3874089,31.0305329 L97.2206742,30.9094778 L97.5937913,30.1536188 L97.5937913,30.1536188 C98.1878378,28.950202 99.6449697,28.4562097 100.848387,29.0502562 C101.327469,29.2867472 101.715258,29.6745363 101.951749,30.1536188 L102.324866,30.9094778 L103.158132,31.0305329 L103.158132,31.0305329 C104.486241,31.223478 105.406474,32.4565366 105.213529,33.7846464 C105.136681,34.3136177 104.887564,34.8024923 104.504759,35.1755563 L103.902148,35.7628333 L104.044516,36.5927278 L104.044516,36.5927278 C104.27143,37.9154575 103.383095,39.1716915 102.060366,39.398605 C101.53369,39.4889559 100.991918,39.4031814 100.51891,39.1545584 L99.7727703,38.762372 Z" id="Star-1-Copy-19" fill-opacity="0.4" fill="#A3B1BF" transform="translate(99.772928, 34.116388) rotate(19.000000) translate(-99.772928, -34.116388) "></path>
                <path d="M396.631073,305.744172 L396.098125,305.608596 C394.797498,305.277731 394.01135,303.955146 394.342215,302.654518 C394.473956,302.136643 394.772729,301.676633 395.192288,301.345694 L395.623376,301.00566 L395.587617,300.458372 C395.500116,299.119176 396.514815,297.962609 397.854012,297.875108 C398.387399,297.840257 398.917395,297.982247 399.361919,298.279089 L399.818473,298.583965 L400.329362,298.380373 C401.576068,297.883555 402.989473,298.491459 403.486291,299.738164 C403.684076,300.23448 403.712777,300.782145 403.567956,301.296416 L403.418882,301.825788 L403.76981,302.247972 C404.627682,303.280038 404.486471,304.812135 403.454406,305.670007 C403.043346,306.011688 402.531095,306.208301 401.996987,306.229395 L401.44896,306.251039 L401.15585,306.715309 C400.439401,307.850123 398.938655,308.189275 397.80384,307.472826 C397.351988,307.187555 397.006767,306.761296 396.821614,306.260029 L396.631073,305.744172 Z" id="Star-1-Copy-20" fill-opacity="0.4" fill="#A3B1BF"></path>
                <path d="M439.755536,146.347757 L439.755103,146.347984 L439.755103,146.347984 C439.010488,146.739369 438.089577,146.45302 437.698192,145.708405 C437.542353,145.411919 437.488589,145.072331 437.545222,144.742206 L437.545222,144.742206 L437.545222,144.742206 L437.545222,144.742206 C436.942861,144.155173 436.930436,143.190979 437.517469,142.588619 C437.751277,142.348705 438.057668,142.192577 438.389187,142.144415 L438.389487,142.144371 L438.389487,142.144371 L438.389487,142.144371 C438.761907,141.389923 439.675415,141.080228 440.429864,141.452649 C440.730211,141.600911 440.973324,141.844024 441.121586,142.144371 L441.121586,142.144371 L441.121885,142.144415 L441.121885,142.144415 C441.954245,142.265338 442.530978,143.038128 442.410055,143.870488 C442.361892,144.202007 442.205764,144.508398 441.965851,144.742206 L441.965851,144.742206 L441.965851,144.742206 L441.965851,144.742206 C442.108082,145.571305 441.551266,146.358723 440.722168,146.500955 C440.392043,146.557588 440.052455,146.503823 439.755969,146.347984 L439.755536,146.347757 Z" id="Star-1-Copy-21" fill-opacity="0.4" fill="#A3B1BF" transform="translate(439.755635, 143.909066) rotate(-12.000000) translate(-439.755635, -143.909066) "></path>
                <path d="M244.621971,220.61341 C277.15945,220.61341 303.536288,194.242112 303.536288,161.711467 C303.536288,129.180822 277.15945,102.809524 244.621971,102.809524 C212.084491,102.809524 185.707653,129.180822 185.707653,161.711467 C185.707653,194.242112 212.084491,220.61341 244.621971,220.61341 Z" id="Oval-8-Copy-2" fill-opacity="0.66" fill="#A3B1BF"></path>
                <path d="M245.345696,141.060063 C241.146656,141.060063 237.880736,142.342349 235.547936,144.906921 C233.215136,147.354921 232.107056,150.618921 232.107056,154.698921 L236.714336,154.698921 C236.714336,151.842921 237.355856,149.628063 238.638896,147.996063 C240.038576,146.072635 242.196416,145.140063 245.112416,145.140063 C247.561856,145.140063 249.486416,145.781206 250.827776,147.180063 C252.110816,148.462349 252.810656,150.269206 252.810656,152.600635 C252.810656,154.232635 252.227456,155.748063 251.061056,157.205206 C250.711136,157.671492 250.011296,158.370921 249.078176,159.303492 C245.928896,162.101206 244.004336,164.316063 243.187856,166.064635 C242.488016,167.521778 242.138096,169.212063 242.138096,171.135492 L242.138096,172.476063 L246.803696,172.476063 L246.803696,171.135492 C246.803696,169.561778 247.153616,168.162921 247.911776,166.880635 C248.494976,165.831492 249.369776,164.782349 250.652816,163.674921 C253.218896,161.401778 254.793536,159.886349 255.376736,159.186921 C256.834736,157.263492 257.592896,154.990349 257.592896,152.367492 C257.592896,148.870349 256.484816,146.130921 254.326976,144.149206 C252.052496,142.050921 249.078176,141.060063 245.345696,141.060063 Z M244.470896,176.556063 C243.479456,176.556063 242.662976,176.847492 241.963136,177.546921 C241.263296,178.188063 240.971696,179.004063 240.971696,179.994921 C240.971696,180.985778 241.263296,181.801778 241.963136,182.501206 C242.662976,183.142349 243.479456,183.492063 244.470896,183.492063 C245.462336,183.492063 246.278816,183.142349 246.978656,182.501206 C247.678496,181.860063 248.028416,181.044063 248.028416,179.994921 C248.028416,179.004063 247.678496,178.188063 247.036976,177.546921 C246.337136,176.847492 245.462336,176.556063 244.470896,176.556063 Z" id="?" fill="#FFFFFF"></path>
                <path d="M223.261662,133.139924 C229.077338,129.782947 239.631808,125.828273 236.274126,120.013819 C232.916444,114.199364 220.565868,115.043746 214.750193,118.400722 C208.934517,121.757699 202.729834,131.623951 206.087516,137.438405 C209.445198,143.252859 217.445986,136.4969 223.261662,133.139924" id="Oval-8-Copy-2" fill="#FAFAFA"></path>
                <path d="M249.679003,119.820589 C252.365149,119.820589 254.5427,117.643495 254.5427,114.957913 C254.5427,112.272332 252.365149,110.095238 249.679003,110.095238 C246.992857,110.095238 244.815306,112.272332 244.815306,114.957913 C244.815306,117.643495 246.992857,119.820589 249.679003,119.820589 Z" id="Oval-10-Copy" fill="#FAFAFA"></path>
                <path d="M421.5,321.5 L423,323" id="Line-2" stroke="#979797" stroke-linecap="square"></path>
            </g>
        </g>
    </g>
</svg>
src/main/resources/static/febs/images/error/500.svg
New file
@@ -0,0 +1,208 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="422px" height="193px" viewBox="0 0 422 193" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
    <title>Group 4</title>
    <desc>Created with Sketch.</desc>
    <defs></defs>
    <g id="Ant-Design-Pro-3.0" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="500" transform="translate(-477.000000, -299.000000)">
            <g id="Group-4" transform="translate(479.000000, 290.000000)">
                <polygon id="Fill-1" fill-opacity="0.25" fill="#A3B1BF" opacity="0.900000036" transform="translate(271.351592, 80.180646) rotate(90.000000) translate(-271.351592, -80.180646) " points="214.065678 134.970601 328.637506 134.970601 328.637506 25.3906904 214.065678 25.3906904"></polygon>
                <polygon id="Stroke-2" stroke="#A3B1BF" stroke-width="1.62" transform="translate(271.351592, 80.180646) rotate(90.000000) translate(-271.351592, -80.180646) " points="214.065678 134.970601 328.637506 134.970601 328.637506 25.3906904 214.065678 25.3906904"></polygon>
                <path d="M276.053859,94.8252648 C271.491929,94.8252648 267.759441,91.0782313 267.759441,86.4985238 L267.759441,73.9594928 C267.759441,69.3797853 271.491929,65.6327519 276.053859,65.6327519 L393.542211,65.6327519 C398.104141,65.6327519 401.836629,69.3797853 401.836629,73.9594928 L401.836629,86.4985238 C401.836629,91.0782313 398.104141,94.8252648 393.542211,94.8252648 L276.053859,94.8252648 Z" id="Fill-3" fill="#F0F2F5" transform="translate(334.798035, 80.229008) rotate(90.000000) translate(-334.798035, -80.229008) "></path>
                <path d="M276.053859,94.8252648 C271.491929,94.8252648 267.759441,91.0782313 267.759441,86.4985238 L267.759441,73.9594928 C267.759441,69.3797853 271.491929,65.6327519 276.053859,65.6327519 L393.542211,65.6327519 C398.104141,65.6327519 401.836629,69.3797853 401.836629,73.9594928 L401.836629,86.4985238 C401.836629,91.0782313 398.104141,94.8252648 393.542211,94.8252648 L276.053859,94.8252648 L276.053859,94.8252648 Z" id="Stroke-5" stroke="#A3B1BF" stroke-width="1.62" transform="translate(334.798035, 80.229008) rotate(90.000000) translate(-334.798035, -80.229008) "></path>
                <path d="M373.091719,31.232323 C373.091719,32.058752 372.424019,32.7290547 371.600798,32.7290547 C370.77654,32.7290547 370.108839,32.058752 370.108839,31.232323 C370.108839,30.405894 370.77654,29.7355913 371.600798,29.7355913 C372.424019,29.7355913 373.091719,30.405894 373.091719,31.232323 L356.360842,4.74110287 L349.082491,-8.6444393" id="Fill-7" transform="translate(361.087105, 12.042308) rotate(90.000000) translate(-361.087105, -12.042308) "></path>
                <path d="M343.448596,22.5884924 C343.448596,23.4149215 342.780895,24.0852241 341.957674,24.0852241 C341.133416,24.0852241 340.465716,23.4149215 340.465716,22.5884924 C340.465716,21.7620634 341.133416,21.0917607 341.957674,21.0917607 C342.780895,21.0917607 343.448596,21.7620634 343.448596,22.5884924 L343.448596,22.5884924 Z" id="Stroke-9" stroke="#A3B1BF" stroke-width="0.81" transform="translate(341.957156, 22.588492) rotate(90.000000) translate(-341.957156, -22.588492) "></path>
                <path d="M343.448596,31.5121872 C343.448596,32.3386162 342.780895,33.0089189 341.957674,33.0089189 C341.133416,33.0089189 340.465716,32.3386162 340.465716,31.5121872 C340.465716,30.6857582 341.133416,30.0154555 341.957674,30.0154555 C342.780895,30.0154555 343.448596,30.6857582 343.448596,31.5121872" id="Fill-11" fill="#FFFFFF" transform="translate(341.957156, 31.512187) rotate(90.000000) translate(-341.957156, -31.512187) "></path>
                <path d="M343.448596,31.5121872 C343.448596,32.3386162 342.780895,33.0089189 341.957674,33.0089189 C341.133416,33.0089189 340.465716,32.3386162 340.465716,31.5121872 C340.465716,30.6857582 341.133416,30.0154555 341.957674,30.0154555 C342.780895,30.0154555 343.448596,30.6857582 343.448596,31.5121872 L343.448596,31.5121872 Z" id="Stroke-13" stroke="#A3B1BF" stroke-width="0.81" transform="translate(341.957156, 31.512187) rotate(90.000000) translate(-341.957156, -31.512187) "></path>
                <path d="M343.448596,40.435882 C343.448596,41.262311 342.780895,41.9326137 341.957674,41.9326137 C341.133416,41.9326137 340.465716,41.262311 340.465716,40.435882 C340.465716,39.609453 341.133416,38.9391503 341.957674,38.9391503 C342.780895,38.9391503 343.448596,39.609453 343.448596,40.435882" id="Fill-15" fill="#FFFFFF" transform="translate(341.957156, 40.435882) rotate(90.000000) translate(-341.957156, -40.435882) "></path>
                <path d="M343.448596,40.435882 C343.448596,41.262311 342.780895,41.9326137 341.957674,41.9326137 C341.133416,41.9326137 340.465716,41.262311 340.465716,40.435882 C340.465716,39.609453 341.133416,38.9391503 341.957674,38.9391503 C342.780895,38.9391503 343.448596,39.609453 343.448596,40.435882 L343.448596,40.435882 Z" id="Stroke-17" stroke="#A3B1BF" stroke-width="0.81" transform="translate(341.957156, 40.435882) rotate(90.000000) translate(-341.957156, -40.435882) "></path>
                <path d="M343.448596,49.3595768 C343.448596,50.1860058 342.780895,50.8563085 341.957674,50.8563085 C341.133416,50.8563085 340.465716,50.1860058 340.465716,49.3595768 C340.465716,48.5331477 341.133416,47.8628451 341.957674,47.8628451 C342.780895,47.8628451 343.448596,48.5331477 343.448596,49.3595768" id="Fill-19" fill="#FFFFFF" transform="translate(341.957156, 49.359577) rotate(90.000000) translate(-341.957156, -49.359577) "></path>
                <path d="M343.448596,49.3595768 C343.448596,50.1860058 342.780895,50.8563085 341.957674,50.8563085 C341.133416,50.8563085 340.465716,50.1860058 340.465716,49.3595768 C340.465716,48.5331477 341.133416,47.8628451 341.957674,47.8628451 C342.780895,47.8628451 343.448596,48.5331477 343.448596,49.3595768 L343.448596,49.3595768 Z" id="Stroke-21" stroke="#A3B1BF" stroke-width="0.81" transform="translate(341.957156, 49.359577) rotate(90.000000) translate(-341.957156, -49.359577) "></path>
                <path d="M343.448596,58.2832715 C343.448596,59.1097006 342.780895,59.7800032 341.957674,59.7800032 C341.133416,59.7800032 340.465716,59.1097006 340.465716,58.2832715 C340.465716,57.4568425 341.133416,56.7865399 341.957674,56.7865399 C342.780895,56.7865399 343.448596,57.4568425 343.448596,58.2832715" id="Fill-23" fill="#FFFFFF" transform="translate(341.957156, 58.283272) rotate(90.000000) translate(-341.957156, -58.283272) "></path>
                <path d="M343.448596,58.2832715 C343.448596,59.1097006 342.780895,59.7800032 341.957674,59.7800032 C341.133416,59.7800032 340.465716,59.1097006 340.465716,58.2832715 C340.465716,57.4568425 341.133416,56.7865399 341.957674,56.7865399 C342.780895,56.7865399 343.448596,57.4568425 343.448596,58.2832715 L343.448596,58.2832715 Z" id="Stroke-25" stroke="#A3B1BF" stroke-width="0.81" transform="translate(341.957156, 58.283272) rotate(90.000000) translate(-341.957156, -58.283272) "></path>
                <path d="M343.448596,67.2069663 C343.448596,68.0333954 342.780895,68.703698 341.957674,68.703698 C341.133416,68.703698 340.465716,68.0333954 340.465716,67.2069663 C340.465716,66.3805373 341.133416,65.7102346 341.957674,65.7102346 C342.780895,65.7102346 343.448596,66.3805373 343.448596,67.2069663" id="Fill-27" fill="#FFFFFF" transform="translate(341.957156, 67.206966) rotate(90.000000) translate(-341.957156, -67.206966) "></path>
                <path d="M343.448596,67.2069663 C343.448596,68.0333954 342.780895,68.703698 341.957674,68.703698 C341.133416,68.703698 340.465716,68.0333954 340.465716,67.2069663 C340.465716,66.3805373 341.133416,65.7102346 341.957674,65.7102346 C342.780895,65.7102346 343.448596,66.3805373 343.448596,67.2069663 L343.448596,67.2069663 Z" id="Stroke-29" stroke="#A3B1BF" stroke-width="0.81" transform="translate(341.957156, 67.206966) rotate(90.000000) translate(-341.957156, -67.206966) "></path>
                <path d="M327.400971,24.0852241 C326.576713,24.0852241 325.909013,23.4149215 325.909013,22.5884924 C325.909013,21.7620634 326.576713,21.0917607 327.400971,21.0917607 C328.224192,21.0917607 328.891893,21.7620634 328.891893,22.5884924 C328.891893,23.4149215 328.224192,24.0852241 327.400971,24.0852241 Z" id="Fill-31" fill="#FFFFFF" transform="translate(327.400453, 22.588492) rotate(90.000000) translate(-327.400453, -22.588492) "></path>
                <path d="M328.891893,22.5884924 C328.891893,23.4149215 328.224192,24.0852241 327.400971,24.0852241 C326.576713,24.0852241 325.909013,23.4149215 325.909013,22.5884924 C325.909013,21.7620634 326.576713,21.0917607 327.400971,21.0917607 C328.224192,21.0917607 328.891893,21.7620634 328.891893,22.5884924 L328.891893,22.5884924 Z" id="Stroke-33" stroke="#A3B1BF" stroke-width="0.81" transform="translate(327.400453, 22.588492) rotate(90.000000) translate(-327.400453, -22.588492) "></path>
                <path d="M328.891893,31.5121872 C328.891893,32.3386162 328.224192,33.0089189 327.400971,33.0089189 C326.576713,33.0089189 325.909013,32.3386162 325.909013,31.5121872 C325.909013,30.6857582 326.576713,30.0154555 327.400971,30.0154555 C328.224192,30.0154555 328.891893,30.6857582 328.891893,31.5121872" id="Fill-35" fill="#FFFFFF" transform="translate(327.400453, 31.512187) rotate(90.000000) translate(-327.400453, -31.512187) "></path>
                <path d="M328.891893,31.5121872 C328.891893,32.3386162 328.224192,33.0089189 327.400971,33.0089189 C326.576713,33.0089189 325.909013,32.3386162 325.909013,31.5121872 C325.909013,30.6857582 326.576713,30.0154555 327.400971,30.0154555 C328.224192,30.0154555 328.891893,30.6857582 328.891893,31.5121872 L328.891893,31.5121872 Z" id="Stroke-37" stroke="#A3B1BF" stroke-width="0.81" transform="translate(327.400453, 31.512187) rotate(90.000000) translate(-327.400453, -31.512187) "></path>
                <path d="M328.891893,40.435882 C328.891893,41.262311 328.224192,41.9326137 327.400971,41.9326137 C326.576713,41.9326137 325.909013,41.262311 325.909013,40.435882 C325.909013,39.609453 326.576713,38.9391503 327.400971,38.9391503 C328.224192,38.9391503 328.891893,39.609453 328.891893,40.435882" id="Fill-39" fill="#FFFFFF" transform="translate(327.400453, 40.435882) rotate(90.000000) translate(-327.400453, -40.435882) "></path>
                <path d="M328.891893,40.435882 C328.891893,41.262311 328.224192,41.9326137 327.400971,41.9326137 C326.576713,41.9326137 325.909013,41.262311 325.909013,40.435882 C325.909013,39.609453 326.576713,38.9391503 327.400971,38.9391503 C328.224192,38.9391503 328.891893,39.609453 328.891893,40.435882 L328.891893,40.435882 Z" id="Stroke-41" stroke="#A3B1BF" stroke-width="0.81" transform="translate(327.400453, 40.435882) rotate(90.000000) translate(-327.400453, -40.435882) "></path>
                <path d="M328.891893,49.3595768 C328.891893,50.1860058 328.224192,50.8563085 327.400971,50.8563085 C326.576713,50.8563085 325.909013,50.1860058 325.909013,49.3595768 C325.909013,48.5331477 326.576713,47.8628451 327.400971,47.8628451 C328.224192,47.8628451 328.891893,48.5331477 328.891893,49.3595768" id="Fill-43" fill="#FFFFFF" transform="translate(327.400453, 49.359577) rotate(90.000000) translate(-327.400453, -49.359577) "></path>
                <path d="M328.891893,49.3595768 C328.891893,50.1860058 328.224192,50.8563085 327.400971,50.8563085 C326.576713,50.8563085 325.909013,50.1860058 325.909013,49.3595768 C325.909013,48.5331477 326.576713,47.8628451 327.400971,47.8628451 C328.224192,47.8628451 328.891893,48.5331477 328.891893,49.3595768 L328.891893,49.3595768 Z" id="Stroke-45" stroke="#A3B1BF" stroke-width="0.81" transform="translate(327.400453, 49.359577) rotate(90.000000) translate(-327.400453, -49.359577) "></path>
                <path d="M328.891893,58.2832715 C328.891893,59.1097006 328.224192,59.7800032 327.400971,59.7800032 C326.576713,59.7800032 325.909013,59.1097006 325.909013,58.2832715 C325.909013,57.4568425 326.576713,56.7865399 327.400971,56.7865399 C328.224192,56.7865399 328.891893,57.4568425 328.891893,58.2832715" id="Fill-47" fill="#FFFFFF" transform="translate(327.400453, 58.283272) rotate(90.000000) translate(-327.400453, -58.283272) "></path>
                <path d="M328.891893,58.2832715 C328.891893,59.1097006 328.224192,59.7800032 327.400971,59.7800032 C326.576713,59.7800032 325.909013,59.1097006 325.909013,58.2832715 C325.909013,57.4568425 326.576713,56.7865399 327.400971,56.7865399 C328.224192,56.7865399 328.891893,57.4568425 328.891893,58.2832715 L328.891893,58.2832715 Z" id="Stroke-49" stroke="#A3B1BF" stroke-width="0.81" transform="translate(327.400453, 58.283272) rotate(90.000000) translate(-327.400453, -58.283272) "></path>
                <path d="M328.891893,67.2069663 C328.891893,68.0333954 328.224192,68.703698 327.400971,68.703698 C326.576713,68.703698 325.909013,68.0333954 325.909013,67.2069663 C325.909013,66.3805373 326.576713,65.7102346 327.400971,65.7102346 C328.224192,65.7102346 328.891893,66.3805373 328.891893,67.2069663" id="Fill-51" fill="#FFFFFF" transform="translate(327.400453, 67.206966) rotate(90.000000) translate(-327.400453, -67.206966) "></path>
                <path d="M328.891893,67.2069663 C328.891893,68.0333954 328.224192,68.703698 327.400971,68.703698 C326.576713,68.703698 325.909013,68.0333954 325.909013,67.2069663 C325.909013,66.3805373 326.576713,65.7102346 327.400971,65.7102346 C328.224192,65.7102346 328.891893,66.3805373 328.891893,67.2069663 L328.891893,67.2069663 Z" id="Stroke-53" stroke="#A3B1BF" stroke-width="0.81" transform="translate(327.400453, 67.206966) rotate(90.000000) translate(-327.400453, -67.206966) "></path>
                <path d="M334.679323,28.141449 C333.855065,28.141449 333.187364,27.4711464 333.187364,26.6447173 C333.187364,25.8182883 333.855065,25.1479856 334.679323,25.1479856 C335.502544,25.1479856 336.170244,25.8182883 336.170244,26.6447173 C336.170244,27.4711464 335.502544,28.141449 334.679323,28.141449 Z" id="Fill-55" fill="#FFFFFF" transform="translate(334.678804, 26.644717) rotate(90.000000) translate(-334.678804, -26.644717) "></path>
                <path d="M336.170244,26.6447173 C336.170244,27.4711464 335.502544,28.141449 334.679323,28.141449 C333.855065,28.141449 333.187364,27.4711464 333.187364,26.6447173 C333.187364,25.8182883 333.855065,25.1479856 334.679323,25.1479856 C335.502544,25.1479856 336.170244,25.8182883 336.170244,26.6447173 L336.170244,26.6447173 Z" id="Stroke-57" stroke="#A3B1BF" stroke-width="0.81" transform="translate(334.678804, 26.644717) rotate(90.000000) translate(-334.678804, -26.644717) "></path>
                <path d="M336.170244,35.5684121 C336.170244,36.3948411 335.502544,37.0651438 334.679323,37.0651438 C333.855065,37.0651438 333.187364,36.3948411 333.187364,35.5684121 C333.187364,34.7419831 333.855065,34.0716804 334.679323,34.0716804 C335.502544,34.0716804 336.170244,34.7419831 336.170244,35.5684121" id="Fill-59" fill="#FFFFFF" transform="translate(334.678804, 35.568412) rotate(90.000000) translate(-334.678804, -35.568412) "></path>
                <path d="M336.170244,35.5684121 C336.170244,36.3948411 335.502544,37.0651438 334.679323,37.0651438 C333.855065,37.0651438 333.187364,36.3948411 333.187364,35.5684121 C333.187364,34.7419831 333.855065,34.0716804 334.679323,34.0716804 C335.502544,34.0716804 336.170244,34.7419831 336.170244,35.5684121 L336.170244,35.5684121 Z" id="Stroke-61" stroke="#A3B1BF" stroke-width="0.81" transform="translate(334.678804, 35.568412) rotate(90.000000) translate(-334.678804, -35.568412) "></path>
                <path d="M336.170244,44.4921069 C336.170244,45.3185359 335.502544,45.9888386 334.679323,45.9888386 C333.855065,45.9888386 333.187364,45.3185359 333.187364,44.4921069 C333.187364,43.6656779 333.855065,42.9953752 334.679323,42.9953752 C335.502544,42.9953752 336.170244,43.6656779 336.170244,44.4921069" id="Fill-63" fill="#FFFFFF" transform="translate(334.678804, 44.492107) rotate(90.000000) translate(-334.678804, -44.492107) "></path>
                <path d="M336.170244,44.4921069 C336.170244,45.3185359 335.502544,45.9888386 334.679323,45.9888386 C333.855065,45.9888386 333.187364,45.3185359 333.187364,44.4921069 C333.187364,43.6656779 333.855065,42.9953752 334.679323,42.9953752 C335.502544,42.9953752 336.170244,43.6656779 336.170244,44.4921069 L336.170244,44.4921069 Z" id="Stroke-65" stroke="#A3B1BF" stroke-width="0.81" transform="translate(334.678804, 44.492107) rotate(90.000000) translate(-334.678804, -44.492107) "></path>
                <path d="M336.170244,53.4158017 C336.170244,54.2422307 335.502544,54.9125333 334.679323,54.9125333 C333.855065,54.9125333 333.187364,54.2422307 333.187364,53.4158017 C333.187364,52.5893726 333.855065,51.91907 334.679323,51.91907 C335.502544,51.91907 336.170244,52.5893726 336.170244,53.4158017" id="Fill-67" fill="#FFFFFF" transform="translate(334.678804, 53.415802) rotate(90.000000) translate(-334.678804, -53.415802) "></path>
                <path d="M336.170244,53.4158017 C336.170244,54.2422307 335.502544,54.9125333 334.679323,54.9125333 C333.855065,54.9125333 333.187364,54.2422307 333.187364,53.4158017 C333.187364,52.5893726 333.855065,51.91907 334.679323,51.91907 C335.502544,51.91907 336.170244,52.5893726 336.170244,53.4158017 L336.170244,53.4158017 Z" id="Stroke-69" stroke="#A3B1BF" stroke-width="0.81" transform="translate(334.678804, 53.415802) rotate(90.000000) translate(-334.678804, -53.415802) "></path>
                <path d="M336.170244,62.3394964 C336.170244,63.1659255 335.502544,63.8362281 334.679323,63.8362281 C333.855065,63.8362281 333.187364,63.1659255 333.187364,62.3394964 C333.187364,61.5130674 333.855065,60.8427648 334.679323,60.8427648 C335.502544,60.8427648 336.170244,61.5130674 336.170244,62.3394964" id="Fill-71" fill="#FFFFFF" transform="translate(334.678804, 62.339496) rotate(90.000000) translate(-334.678804, -62.339496) "></path>
                <path d="M336.170244,62.3394964 C336.170244,63.1659255 335.502544,63.8362281 334.679323,63.8362281 C333.855065,63.8362281 333.187364,63.1659255 333.187364,62.3394964 C333.187364,61.5130674 333.855065,60.8427648 334.679323,60.8427648 C335.502544,60.8427648 336.170244,61.5130674 336.170244,62.3394964 L336.170244,62.3394964 Z" id="Stroke-73" stroke="#A3B1BF" stroke-width="0.81" transform="translate(334.678804, 62.339496) rotate(90.000000) translate(-334.678804, -62.339496) "></path>
                <path d="M336.170244,71.2631912 C336.170244,72.0896203 335.502544,72.7599229 334.679323,72.7599229 C333.855065,72.7599229 333.187364,72.0896203 333.187364,71.2631912 C333.187364,70.4367622 333.855065,69.7664595 334.679323,69.7664595 C335.502544,69.7664595 336.170244,70.4367622 336.170244,71.2631912" id="Fill-75" fill="#FFFFFF" transform="translate(334.678804, 71.263191) rotate(90.000000) translate(-334.678804, -71.263191) "></path>
                <path d="M336.170244,71.2631912 C336.170244,72.0896203 335.502544,72.7599229 334.679323,72.7599229 C333.855065,72.7599229 333.187364,72.0896203 333.187364,71.2631912 C333.187364,70.4367622 333.855065,69.7664595 334.679323,69.7664595 C335.502544,69.7664595 336.170244,70.4367622 336.170244,71.2631912 L336.170244,71.2631912 Z" id="Stroke-77" stroke="#A3B1BF" stroke-width="0.81" transform="translate(334.678804, 71.263191) rotate(90.000000) translate(-334.678804, -71.263191) "></path>
                <path d="M335.089444,136.046978 C332.700651,136.046978 330.763905,134.102684 330.763905,131.704582 C330.763905,129.306481 332.700651,127.362187 335.089444,127.362187 C337.478236,127.362187 339.414983,129.306481 339.414983,131.704582 C339.414983,134.102684 337.478236,136.046978 335.089444,136.046978 Z" id="Fill-79" fill="#A3B1BF" transform="translate(335.089444, 131.704582) rotate(90.000000) translate(-335.089444, -131.704582) "></path>
                <path d="M307.865544,121.56038 C307.865544,122.386809 307.197843,123.057112 306.374622,123.057112 C305.550365,123.057112 304.882664,122.386809 304.882664,121.56038 C304.882664,120.733951 305.550365,120.063648 306.374622,120.063648 C307.197843,120.063648 307.865544,120.733951 307.865544,121.56038" id="Fill-81" fill="#F5F5F5" transform="translate(306.374104, 121.560380) rotate(90.000000) translate(-306.374104, -121.560380) "></path>
                <path d="M307.865544,121.56038 C307.865544,122.386809 307.197843,123.057112 306.374622,123.057112 C305.550365,123.057112 304.882664,122.386809 304.882664,121.56038 C304.882664,120.733951 305.550365,120.063648 306.374622,120.063648 C307.197843,120.063648 307.865544,120.733951 307.865544,121.56038 L307.865544,121.56038 Z" id="Stroke-83" stroke="#A3B1BF" stroke-width="0.81" transform="translate(306.374104, 121.560380) rotate(90.000000) translate(-306.374104, -121.560380) "></path>
                <path d="M294.117547,121.56038 C294.117547,122.386809 293.449846,123.057112 292.626625,123.057112 C291.802367,123.057112 291.134667,122.386809 291.134667,121.56038 C291.134667,120.733951 291.802367,120.063648 292.626625,120.063648 C293.449846,120.063648 294.117547,120.733951 294.117547,121.56038" id="Fill-85" fill="#F5F5F5" transform="translate(292.626107, 121.560380) rotate(90.000000) translate(-292.626107, -121.560380) "></path>
                <path d="M294.117547,121.56038 C294.117547,122.386809 293.449846,123.057112 292.626625,123.057112 C291.802367,123.057112 291.134667,122.386809 291.134667,121.56038 C291.134667,120.733951 291.802367,120.063648 292.626625,120.063648 C293.449846,120.063648 294.117547,120.733951 294.117547,121.56038 L294.117547,121.56038 Z" id="Stroke-87" stroke="#A3B1BF" stroke-width="0.81" transform="translate(292.626107, 121.560380) rotate(90.000000) translate(-292.626107, -121.560380) "></path>
                <path d="M307.865544,38.813392 C307.865544,39.6398211 307.197843,40.3101237 306.374622,40.3101237 C305.550365,40.3101237 304.882664,39.6398211 304.882664,38.813392 C304.882664,37.986963 305.550365,37.3166603 306.374622,37.3166603 C307.197843,37.3166603 307.865544,37.986963 307.865544,38.813392" id="Fill-89" fill="#F5F5F5" transform="translate(306.374104, 38.813392) rotate(90.000000) translate(-306.374104, -38.813392) "></path>
                <path d="M307.865544,38.813392 C307.865544,39.6398211 307.197843,40.3101237 306.374622,40.3101237 C305.550365,40.3101237 304.882664,39.6398211 304.882664,38.813392 C304.882664,37.986963 305.550365,37.3166603 306.374622,37.3166603 C307.197843,37.3166603 307.865544,37.986963 307.865544,38.813392 L307.865544,38.813392 Z" id="Stroke-91" stroke="#A3B1BF" stroke-width="0.81" transform="translate(306.374104, 38.813392) rotate(90.000000) translate(-306.374104, -38.813392) "></path>
                <path d="M294.117547,38.813392 C294.117547,39.6398211 293.449846,40.3101237 292.626625,40.3101237 C291.802367,40.3101237 291.134667,39.6398211 291.134667,38.813392 C291.134667,37.986963 291.802367,37.3166603 292.626625,37.3166603 C293.449846,37.3166603 294.117547,37.986963 294.117547,38.813392" id="Fill-93" fill="#F5F5F5" transform="translate(292.626107, 38.813392) rotate(90.000000) translate(-292.626107, -38.813392) "></path>
                <path d="M294.117547,38.813392 C294.117547,39.6398211 293.449846,40.3101237 292.626625,40.3101237 C291.802367,40.3101237 291.134667,39.6398211 291.134667,38.813392 C291.134667,37.986963 291.802367,37.3166603 292.626625,37.3166603 C293.449846,37.3166603 294.117547,37.986963 294.117547,38.813392 L294.117547,38.813392 Z" id="Stroke-95" stroke="#A3B1BF" stroke-width="0.81" transform="translate(292.626107, 38.813392) rotate(90.000000) translate(-292.626107, -38.813392) "></path>
                <path d="M205.696461,94.8252648 C201.134531,94.8252648 197.402043,91.0782313 197.402043,86.4985238 L197.402043,73.9594928 C197.402043,69.3797853 201.134531,65.6327519 205.696461,65.6327519 L323.184813,65.6327519 C327.746743,65.6327519 331.479231,69.3797853 331.479231,73.9594928 L331.479231,86.4985238 C331.479231,91.0782313 327.746743,94.8252648 323.184813,94.8252648 L205.696461,94.8252648 Z" id="Fill-97" fill="#F0F2F5" transform="translate(264.440637, 80.229008) rotate(90.000000) translate(-264.440637, -80.229008) "></path>
                <path d="M205.696461,94.8252648 C201.134531,94.8252648 197.402043,91.0782313 197.402043,86.4985238 L197.402043,73.9594928 C197.402043,69.3797853 201.134531,65.6327519 205.696461,65.6327519 L323.184813,65.6327519 C327.746743,65.6327519 331.479231,69.3797853 331.479231,73.9594928 L331.479231,86.4985238 C331.479231,91.0782313 327.746743,94.8252648 323.184813,94.8252648 L205.696461,94.8252648 L205.696461,94.8252648 Z" id="Stroke-99" stroke="#A3B1BF" stroke-width="1.62" transform="translate(264.440637, 80.229008) rotate(90.000000) translate(-264.440637, -80.229008) "></path>
                <path d="M273.091198,22.5884924 C273.091198,23.4149215 272.423497,24.0852241 271.600276,24.0852241 C270.776019,24.0852241 270.108318,23.4149215 270.108318,22.5884924 C270.108318,21.7620634 270.776019,21.0917607 271.600276,21.0917607 C272.423497,21.0917607 273.091198,21.7620634 273.091198,22.5884924" id="Fill-101" fill="#FFFFFF" transform="translate(271.599758, 22.588492) rotate(90.000000) translate(-271.599758, -22.588492) "></path>
                <path d="M273.091198,22.5884924 C273.091198,23.4149215 272.423497,24.0852241 271.600276,24.0852241 C270.776019,24.0852241 270.108318,23.4149215 270.108318,22.5884924 C270.108318,21.7620634 270.776019,21.0917607 271.600276,21.0917607 C272.423497,21.0917607 273.091198,21.7620634 273.091198,22.5884924 L273.091198,22.5884924 Z" id="Stroke-103" stroke="#A3B1BF" stroke-width="0.81" transform="translate(271.599758, 22.588492) rotate(90.000000) translate(-271.599758, -22.588492) "></path>
                <path d="M273.091198,31.5121872 C273.091198,32.3386162 272.423497,33.0089189 271.600276,33.0089189 C270.776019,33.0089189 270.108318,32.3386162 270.108318,31.5121872 C270.108318,30.6857582 270.776019,30.0154555 271.600276,30.0154555 C272.423497,30.0154555 273.091198,30.6857582 273.091198,31.5121872" id="Fill-105" fill="#FFFFFF" transform="translate(271.599758, 31.512187) rotate(90.000000) translate(-271.599758, -31.512187) "></path>
                <path d="M273.091198,31.5121872 C273.091198,32.3386162 272.423497,33.0089189 271.600276,33.0089189 C270.776019,33.0089189 270.108318,32.3386162 270.108318,31.5121872 C270.108318,30.6857582 270.776019,30.0154555 271.600276,30.0154555 C272.423497,30.0154555 273.091198,30.6857582 273.091198,31.5121872 L273.091198,31.5121872 Z" id="Stroke-107" stroke="#A3B1BF" stroke-width="0.81" transform="translate(271.599758, 31.512187) rotate(90.000000) translate(-271.599758, -31.512187) "></path>
                <path d="M273.091198,40.435882 C273.091198,41.262311 272.423497,41.9326137 271.600276,41.9326137 C270.776019,41.9326137 270.108318,41.262311 270.108318,40.435882 C270.108318,39.609453 270.776019,38.9391503 271.600276,38.9391503 C272.423497,38.9391503 273.091198,39.609453 273.091198,40.435882" id="Fill-109" fill="#FFFFFF" transform="translate(271.599758, 40.435882) rotate(90.000000) translate(-271.599758, -40.435882) "></path>
                <path d="M273.091198,40.435882 C273.091198,41.262311 272.423497,41.9326137 271.600276,41.9326137 C270.776019,41.9326137 270.108318,41.262311 270.108318,40.435882 C270.108318,39.609453 270.776019,38.9391503 271.600276,38.9391503 C272.423497,38.9391503 273.091198,39.609453 273.091198,40.435882 L273.091198,40.435882 Z" id="Stroke-111" stroke="#A3B1BF" stroke-width="0.81" transform="translate(271.599758, 40.435882) rotate(90.000000) translate(-271.599758, -40.435882) "></path>
                <path d="M273.091198,49.3595768 C273.091198,50.1860058 272.423497,50.8563085 271.600276,50.8563085 C270.776019,50.8563085 270.108318,50.1860058 270.108318,49.3595768 C270.108318,48.5331477 270.776019,47.8628451 271.600276,47.8628451 C272.423497,47.8628451 273.091198,48.5331477 273.091198,49.3595768" id="Fill-113" fill="#FFFFFF" transform="translate(271.599758, 49.359577) rotate(90.000000) translate(-271.599758, -49.359577) "></path>
                <path d="M273.091198,49.3595768 C273.091198,50.1860058 272.423497,50.8563085 271.600276,50.8563085 C270.776019,50.8563085 270.108318,50.1860058 270.108318,49.3595768 C270.108318,48.5331477 270.776019,47.8628451 271.600276,47.8628451 C272.423497,47.8628451 273.091198,48.5331477 273.091198,49.3595768 L273.091198,49.3595768 Z" id="Stroke-115" stroke="#A3B1BF" stroke-width="0.81" transform="translate(271.599758, 49.359577) rotate(90.000000) translate(-271.599758, -49.359577) "></path>
                <path d="M273.091198,58.2832715 C273.091198,59.1097006 272.423497,59.7800032 271.600276,59.7800032 C270.776019,59.7800032 270.108318,59.1097006 270.108318,58.2832715 C270.108318,57.4568425 270.776019,56.7865399 271.600276,56.7865399 C272.423497,56.7865399 273.091198,57.4568425 273.091198,58.2832715" id="Fill-117" fill="#FFFFFF" transform="translate(271.599758, 58.283272) rotate(90.000000) translate(-271.599758, -58.283272) "></path>
                <path d="M273.091198,58.2832715 C273.091198,59.1097006 272.423497,59.7800032 271.600276,59.7800032 C270.776019,59.7800032 270.108318,59.1097006 270.108318,58.2832715 C270.108318,57.4568425 270.776019,56.7865399 271.600276,56.7865399 C272.423497,56.7865399 273.091198,57.4568425 273.091198,58.2832715 L273.091198,58.2832715 Z" id="Stroke-119" stroke="#A3B1BF" stroke-width="0.81" transform="translate(271.599758, 58.283272) rotate(90.000000) translate(-271.599758, -58.283272) "></path>
                <path d="M271.600276,68.703698 C270.776019,68.703698 270.108318,68.0333954 270.108318,67.2069663 C270.108318,66.3805373 270.776019,65.7102346 271.600276,65.7102346 C272.423497,65.7102346 273.091198,66.3805373 273.091198,67.2069663 C273.091198,68.0333954 272.423497,68.703698 271.600276,68.703698 Z" id="Fill-121" fill="#FFFFFF" transform="translate(271.599758, 67.206966) rotate(90.000000) translate(-271.599758, -67.206966) "></path>
                <path d="M273.091198,67.2069663 C273.091198,68.0333954 272.423497,68.703698 271.600276,68.703698 C270.776019,68.703698 270.108318,68.0333954 270.108318,67.2069663 C270.108318,66.3805373 270.776019,65.7102346 271.600276,65.7102346 C272.423497,65.7102346 273.091198,66.3805373 273.091198,67.2069663 L273.091198,67.2069663 Z" id="Stroke-123" stroke="#A3B1BF" stroke-width="0.81" transform="translate(271.599758, 67.206966) rotate(90.000000) translate(-271.599758, -67.206966) "></path>
                <path d="M258.534495,22.5884924 C258.534495,23.4149215 257.866794,24.0852241 257.043573,24.0852241 C256.219316,24.0852241 255.551615,23.4149215 255.551615,22.5884924 C255.551615,21.7620634 256.219316,21.0917607 257.043573,21.0917607 C257.866794,21.0917607 258.534495,21.7620634 258.534495,22.5884924" id="Fill-125" fill="#FFFFFF" transform="translate(257.043055, 22.588492) rotate(90.000000) translate(-257.043055, -22.588492) "></path>
                <path d="M258.534495,22.5884924 C258.534495,23.4149215 257.866794,24.0852241 257.043573,24.0852241 C256.219316,24.0852241 255.551615,23.4149215 255.551615,22.5884924 C255.551615,21.7620634 256.219316,21.0917607 257.043573,21.0917607 C257.866794,21.0917607 258.534495,21.7620634 258.534495,22.5884924 L258.534495,22.5884924 Z" id="Stroke-127" stroke="#A3B1BF" stroke-width="0.81" transform="translate(257.043055, 22.588492) rotate(90.000000) translate(-257.043055, -22.588492) "></path>
                <path d="M258.534495,31.5121872 C258.534495,32.3386162 257.866794,33.0089189 257.043573,33.0089189 C256.219316,33.0089189 255.551615,32.3386162 255.551615,31.5121872 C255.551615,30.6857582 256.219316,30.0154555 257.043573,30.0154555 C257.866794,30.0154555 258.534495,30.6857582 258.534495,31.5121872" id="Fill-129" fill="#FFFFFF" transform="translate(257.043055, 31.512187) rotate(90.000000) translate(-257.043055, -31.512187) "></path>
                <path d="M258.534495,31.5121872 C258.534495,32.3386162 257.866794,33.0089189 257.043573,33.0089189 C256.219316,33.0089189 255.551615,32.3386162 255.551615,31.5121872 C255.551615,30.6857582 256.219316,30.0154555 257.043573,30.0154555 C257.866794,30.0154555 258.534495,30.6857582 258.534495,31.5121872 L258.534495,31.5121872 Z" id="Stroke-131" stroke="#A3B1BF" stroke-width="0.81" transform="translate(257.043055, 31.512187) rotate(90.000000) translate(-257.043055, -31.512187) "></path>
                <path d="M258.534495,40.435882 C258.534495,41.262311 257.866794,41.9326137 257.043573,41.9326137 C256.219316,41.9326137 255.551615,41.262311 255.551615,40.435882 C255.551615,39.609453 256.219316,38.9391503 257.043573,38.9391503 C257.866794,38.9391503 258.534495,39.609453 258.534495,40.435882" id="Fill-133" fill="#FFFFFF" transform="translate(257.043055, 40.435882) rotate(90.000000) translate(-257.043055, -40.435882) "></path>
                <path d="M258.534495,40.435882 C258.534495,41.262311 257.866794,41.9326137 257.043573,41.9326137 C256.219316,41.9326137 255.551615,41.262311 255.551615,40.435882 C255.551615,39.609453 256.219316,38.9391503 257.043573,38.9391503 C257.866794,38.9391503 258.534495,39.609453 258.534495,40.435882 L258.534495,40.435882 Z" id="Stroke-135" stroke="#A3B1BF" stroke-width="0.81" transform="translate(257.043055, 40.435882) rotate(90.000000) translate(-257.043055, -40.435882) "></path>
                <path d="M258.534495,49.3595768 C258.534495,50.1860058 257.866794,50.8563085 257.043573,50.8563085 C256.219316,50.8563085 255.551615,50.1860058 255.551615,49.3595768 C255.551615,48.5331477 256.219316,47.8628451 257.043573,47.8628451 C257.866794,47.8628451 258.534495,48.5331477 258.534495,49.3595768" id="Fill-137" fill="#FFFFFF" transform="translate(257.043055, 49.359577) rotate(90.000000) translate(-257.043055, -49.359577) "></path>
                <path d="M258.534495,49.3595768 C258.534495,50.1860058 257.866794,50.8563085 257.043573,50.8563085 C256.219316,50.8563085 255.551615,50.1860058 255.551615,49.3595768 C255.551615,48.5331477 256.219316,47.8628451 257.043573,47.8628451 C257.866794,47.8628451 258.534495,48.5331477 258.534495,49.3595768 L258.534495,49.3595768 Z" id="Stroke-139" stroke="#A3B1BF" stroke-width="0.81" transform="translate(257.043055, 49.359577) rotate(90.000000) translate(-257.043055, -49.359577) "></path>
                <path d="M258.534495,58.2832715 C258.534495,59.1097006 257.866794,59.7800032 257.043573,59.7800032 C256.219316,59.7800032 255.551615,59.1097006 255.551615,58.2832715 C255.551615,57.4568425 256.219316,56.7865399 257.043573,56.7865399 C257.866794,56.7865399 258.534495,57.4568425 258.534495,58.2832715" id="Fill-141" fill="#FFFFFF" transform="translate(257.043055, 58.283272) rotate(90.000000) translate(-257.043055, -58.283272) "></path>
                <path d="M258.534495,58.2832715 C258.534495,59.1097006 257.866794,59.7800032 257.043573,59.7800032 C256.219316,59.7800032 255.551615,59.1097006 255.551615,58.2832715 C255.551615,57.4568425 256.219316,56.7865399 257.043573,56.7865399 C257.866794,56.7865399 258.534495,57.4568425 258.534495,58.2832715 L258.534495,58.2832715 Z" id="Stroke-143" stroke="#A3B1BF" stroke-width="0.81" transform="translate(257.043055, 58.283272) rotate(90.000000) translate(-257.043055, -58.283272) "></path>
                <path d="M258.534495,67.2069663 C258.534495,68.0333954 257.866794,68.703698 257.043573,68.703698 C256.219316,68.703698 255.551615,68.0333954 255.551615,67.2069663 C255.551615,66.3805373 256.219316,65.7102346 257.043573,65.7102346 C257.866794,65.7102346 258.534495,66.3805373 258.534495,67.2069663" id="Fill-145" fill="#FFFFFF" transform="translate(257.043055, 67.206966) rotate(90.000000) translate(-257.043055, -67.206966) "></path>
                <path d="M258.534495,67.2069663 C258.534495,68.0333954 257.866794,68.703698 257.043573,68.703698 C256.219316,68.703698 255.551615,68.0333954 255.551615,67.2069663 C255.551615,66.3805373 256.219316,65.7102346 257.043573,65.7102346 C257.866794,65.7102346 258.534495,66.3805373 258.534495,67.2069663 L258.534495,67.2069663 Z" id="Stroke-147" stroke="#A3B1BF" stroke-width="0.81" transform="translate(257.043055, 67.206966) rotate(90.000000) translate(-257.043055, -67.206966) "></path>
                <path d="M265.812846,26.6447173 C265.812846,27.4711464 265.145146,28.141449 264.321925,28.141449 C263.497667,28.141449 262.829967,27.4711464 262.829967,26.6447173 C262.829967,25.8182883 263.497667,25.1479856 264.321925,25.1479856 C265.145146,25.1479856 265.812846,25.8182883 265.812846,26.6447173" id="Fill-149" fill="#FFFFFF" transform="translate(264.321407, 26.644717) rotate(90.000000) translate(-264.321407, -26.644717) "></path>
                <path d="M265.812846,26.6447173 C265.812846,27.4711464 265.145146,28.141449 264.321925,28.141449 C263.497667,28.141449 262.829967,27.4711464 262.829967,26.6447173 C262.829967,25.8182883 263.497667,25.1479856 264.321925,25.1479856 C265.145146,25.1479856 265.812846,25.8182883 265.812846,26.6447173 L265.812846,26.6447173 Z" id="Stroke-151" stroke="#A3B1BF" stroke-width="0.81" transform="translate(264.321407, 26.644717) rotate(90.000000) translate(-264.321407, -26.644717) "></path>
                <path d="M265.812846,35.5684121 C265.812846,36.3948411 265.145146,37.0651438 264.321925,37.0651438 C263.497667,37.0651438 262.829967,36.3948411 262.829967,35.5684121 C262.829967,34.7419831 263.497667,34.0716804 264.321925,34.0716804 C265.145146,34.0716804 265.812846,34.7419831 265.812846,35.5684121" id="Fill-153" fill="#FFFFFF" transform="translate(264.321407, 35.568412) rotate(90.000000) translate(-264.321407, -35.568412) "></path>
                <path d="M265.812846,35.5684121 C265.812846,36.3948411 265.145146,37.0651438 264.321925,37.0651438 C263.497667,37.0651438 262.829967,36.3948411 262.829967,35.5684121 C262.829967,34.7419831 263.497667,34.0716804 264.321925,34.0716804 C265.145146,34.0716804 265.812846,34.7419831 265.812846,35.5684121 L265.812846,35.5684121 Z" id="Stroke-155" stroke="#A3B1BF" stroke-width="0.81" transform="translate(264.321407, 35.568412) rotate(90.000000) translate(-264.321407, -35.568412) "></path>
                <path d="M265.812846,44.4921069 C265.812846,45.3185359 265.145146,45.9888386 264.321925,45.9888386 C263.497667,45.9888386 262.829967,45.3185359 262.829967,44.4921069 C262.829967,43.6656779 263.497667,42.9953752 264.321925,42.9953752 C265.145146,42.9953752 265.812846,43.6656779 265.812846,44.4921069" id="Fill-157" fill="#FFFFFF" transform="translate(264.321407, 44.492107) rotate(90.000000) translate(-264.321407, -44.492107) "></path>
                <path d="M265.812846,44.4921069 C265.812846,45.3185359 265.145146,45.9888386 264.321925,45.9888386 C263.497667,45.9888386 262.829967,45.3185359 262.829967,44.4921069 C262.829967,43.6656779 263.497667,42.9953752 264.321925,42.9953752 C265.145146,42.9953752 265.812846,43.6656779 265.812846,44.4921069 L265.812846,44.4921069 Z" id="Stroke-159" stroke="#A3B1BF" stroke-width="0.81" transform="translate(264.321407, 44.492107) rotate(90.000000) translate(-264.321407, -44.492107) "></path>
                <path d="M265.812846,53.4158017 C265.812846,54.2422307 265.145146,54.9125333 264.321925,54.9125333 C263.497667,54.9125333 262.829967,54.2422307 262.829967,53.4158017 C262.829967,52.5893726 263.497667,51.91907 264.321925,51.91907 C265.145146,51.91907 265.812846,52.5893726 265.812846,53.4158017" id="Fill-161" fill="#FFFFFF" transform="translate(264.321407, 53.415802) rotate(90.000000) translate(-264.321407, -53.415802) "></path>
                <path d="M265.812846,53.4158017 C265.812846,54.2422307 265.145146,54.9125333 264.321925,54.9125333 C263.497667,54.9125333 262.829967,54.2422307 262.829967,53.4158017 C262.829967,52.5893726 263.497667,51.91907 264.321925,51.91907 C265.145146,51.91907 265.812846,52.5893726 265.812846,53.4158017 L265.812846,53.4158017 Z" id="Stroke-163" stroke="#A3B1BF" stroke-width="0.81" transform="translate(264.321407, 53.415802) rotate(90.000000) translate(-264.321407, -53.415802) "></path>
                <path d="M265.812846,62.3394964 C265.812846,63.1659255 265.145146,63.8362281 264.321925,63.8362281 C263.497667,63.8362281 262.829967,63.1659255 262.829967,62.3394964 C262.829967,61.5130674 263.497667,60.8427648 264.321925,60.8427648 C265.145146,60.8427648 265.812846,61.5130674 265.812846,62.3394964" id="Fill-165" fill="#FFFFFF" transform="translate(264.321407, 62.339496) rotate(90.000000) translate(-264.321407, -62.339496) "></path>
                <path d="M265.812846,62.3394964 C265.812846,63.1659255 265.145146,63.8362281 264.321925,63.8362281 C263.497667,63.8362281 262.829967,63.1659255 262.829967,62.3394964 C262.829967,61.5130674 263.497667,60.8427648 264.321925,60.8427648 C265.145146,60.8427648 265.812846,61.5130674 265.812846,62.3394964 L265.812846,62.3394964 Z" id="Stroke-167" stroke="#A3B1BF" stroke-width="0.81" transform="translate(264.321407, 62.339496) rotate(90.000000) translate(-264.321407, -62.339496) "></path>
                <path d="M265.812846,71.2631912 C265.812846,72.0896203 265.145146,72.7599229 264.321925,72.7599229 C263.497667,72.7599229 262.829967,72.0896203 262.829967,71.2631912 C262.829967,70.4367622 263.497667,69.7664595 264.321925,69.7664595 C265.145146,69.7664595 265.812846,70.4367622 265.812846,71.2631912" id="Fill-169" fill="#FFFFFF" transform="translate(264.321407, 71.263191) rotate(90.000000) translate(-264.321407, -71.263191) "></path>
                <path d="M265.812846,71.2631912 C265.812846,72.0896203 265.145146,72.7599229 264.321925,72.7599229 C263.497667,72.7599229 262.829967,72.0896203 262.829967,71.2631912 C262.829967,70.4367622 263.497667,69.7664595 264.321925,69.7664595 C265.145146,69.7664595 265.812846,70.4367622 265.812846,71.2631912 L265.812846,71.2631912 Z" id="Stroke-171" stroke="#A3B1BF" stroke-width="0.81" transform="translate(264.321407, 71.263191) rotate(90.000000) translate(-264.321407, -71.263191) "></path>
                <path d="M263.92334,136.046978 C261.534548,136.046978 259.597801,134.102684 259.597801,131.704582 C259.597801,129.306481 261.534548,127.362187 263.92334,127.362187 C266.312132,127.362187 268.248879,129.306481 268.248879,131.704582 C268.248879,134.102684 266.312132,136.046978 263.92334,136.046978 Z" id="Fill-173" fill="#A3B1BF" transform="translate(263.923340, 131.704582) rotate(90.000000) translate(-263.923340, -131.704582) "></path>
                <path d="M170.113409,94.8252648 C165.551479,94.8252648 161.818991,91.0782313 161.818991,86.4985238 L161.818991,73.9594928 C161.818991,69.3797853 165.551479,65.6327519 170.113409,65.6327519 L287.601762,65.6327519 C292.163691,65.6327519 295.896179,69.3797853 295.896179,73.9594928 L295.896179,86.4985238 C295.896179,91.0782313 292.163691,94.8252648 287.601762,94.8252648 L170.113409,94.8252648 Z" id="Fill-175" fill="#F0F2F5" transform="translate(228.857585, 80.229008) rotate(90.000000) translate(-228.857585, -80.229008) "></path>
                <path d="M170.113409,94.8252648 C165.551479,94.8252648 161.818991,91.0782313 161.818991,86.4985238 L161.818991,73.9594928 C161.818991,69.3797853 165.551479,65.6327519 170.113409,65.6327519 L287.601762,65.6327519 C292.163691,65.6327519 295.896179,69.3797853 295.896179,73.9594928 L295.896179,86.4985238 C295.896179,91.0782313 292.163691,94.8252648 287.601762,94.8252648 L170.113409,94.8252648 L170.113409,94.8252648 Z" id="Stroke-177" stroke="#A3B1BF" stroke-width="1.62" transform="translate(228.857585, 80.229008) rotate(90.000000) translate(-228.857585, -80.229008) "></path>
                <path d="M237.508146,22.5884924 C237.508146,23.4149215 236.840446,24.0852241 236.017225,24.0852241 C235.192967,24.0852241 234.525266,23.4149215 234.525266,22.5884924 C234.525266,21.7620634 235.192967,21.0917607 236.017225,21.0917607 C236.840446,21.0917607 237.508146,21.7620634 237.508146,22.5884924" id="Fill-179" transform="translate(236.016706, 22.588492) rotate(90.000000) translate(-236.016706, -22.588492) "></path>
                <path d="M237.508146,22.5884924 C237.508146,23.4149215 236.840446,24.0852241 236.017225,24.0852241 C235.192967,24.0852241 234.525266,23.4149215 234.525266,22.5884924 C234.525266,21.7620634 235.192967,21.0917607 236.017225,21.0917607 C236.840446,21.0917607 237.508146,21.7620634 237.508146,22.5884924 L237.508146,22.5884924 Z" id="Stroke-181" stroke="#A3B1BF" stroke-width="0.81" transform="translate(236.016706, 22.588492) rotate(90.000000) translate(-236.016706, -22.588492) "></path>
                <path d="M237.508146,31.5121872 C237.508146,32.3386162 236.840446,33.0089189 236.017225,33.0089189 C235.192967,33.0089189 234.525266,32.3386162 234.525266,31.5121872 C234.525266,30.6857582 235.192967,30.0154555 236.017225,30.0154555 C236.840446,30.0154555 237.508146,30.6857582 237.508146,31.5121872" id="Fill-183" transform="translate(236.016706, 31.512187) rotate(90.000000) translate(-236.016706, -31.512187) "></path>
                <path d="M237.508146,31.5121872 C237.508146,32.3386162 236.840446,33.0089189 236.017225,33.0089189 C235.192967,33.0089189 234.525266,32.3386162 234.525266,31.5121872 C234.525266,30.6857582 235.192967,30.0154555 236.017225,30.0154555 C236.840446,30.0154555 237.508146,30.6857582 237.508146,31.5121872 L237.508146,31.5121872 Z" id="Stroke-185" stroke="#A3B1BF" stroke-width="0.81" transform="translate(236.016706, 31.512187) rotate(90.000000) translate(-236.016706, -31.512187) "></path>
                <path d="M237.508146,40.435882 C237.508146,41.262311 236.840446,41.9326137 236.017225,41.9326137 C235.192967,41.9326137 234.525266,41.262311 234.525266,40.435882 C234.525266,39.609453 235.192967,38.9391503 236.017225,38.9391503 C236.840446,38.9391503 237.508146,39.609453 237.508146,40.435882" id="Fill-187" transform="translate(236.016706, 40.435882) rotate(90.000000) translate(-236.016706, -40.435882) "></path>
                <path d="M237.508146,40.435882 C237.508146,41.262311 236.840446,41.9326137 236.017225,41.9326137 C235.192967,41.9326137 234.525266,41.262311 234.525266,40.435882 C234.525266,39.609453 235.192967,38.9391503 236.017225,38.9391503 C236.840446,38.9391503 237.508146,39.609453 237.508146,40.435882 L237.508146,40.435882 Z" id="Stroke-189" stroke="#A3B1BF" stroke-width="0.81" transform="translate(236.016706, 40.435882) rotate(90.000000) translate(-236.016706, -40.435882) "></path>
                <path d="M237.508146,49.3595768 C237.508146,50.1860058 236.840446,50.8563085 236.017225,50.8563085 C235.192967,50.8563085 234.525266,50.1860058 234.525266,49.3595768 C234.525266,48.5331477 235.192967,47.8628451 236.017225,47.8628451 C236.840446,47.8628451 237.508146,48.5331477 237.508146,49.3595768" id="Fill-191" transform="translate(236.016706, 49.359577) rotate(90.000000) translate(-236.016706, -49.359577) "></path>
                <path d="M237.508146,49.3595768 C237.508146,50.1860058 236.840446,50.8563085 236.017225,50.8563085 C235.192967,50.8563085 234.525266,50.1860058 234.525266,49.3595768 C234.525266,48.5331477 235.192967,47.8628451 236.017225,47.8628451 C236.840446,47.8628451 237.508146,48.5331477 237.508146,49.3595768 L237.508146,49.3595768 Z" id="Stroke-193" stroke="#A3B1BF" stroke-width="0.81" transform="translate(236.016706, 49.359577) rotate(90.000000) translate(-236.016706, -49.359577) "></path>
                <path d="M237.508146,58.2832715 C237.508146,59.1097006 236.840446,59.7800032 236.017225,59.7800032 C235.192967,59.7800032 234.525266,59.1097006 234.525266,58.2832715 C234.525266,57.4568425 235.192967,56.7865399 236.017225,56.7865399 C236.840446,56.7865399 237.508146,57.4568425 237.508146,58.2832715" id="Fill-195" transform="translate(236.016706, 58.283272) rotate(90.000000) translate(-236.016706, -58.283272) "></path>
                <path d="M237.508146,58.2832715 C237.508146,59.1097006 236.840446,59.7800032 236.017225,59.7800032 C235.192967,59.7800032 234.525266,59.1097006 234.525266,58.2832715 C234.525266,57.4568425 235.192967,56.7865399 236.017225,56.7865399 C236.840446,56.7865399 237.508146,57.4568425 237.508146,58.2832715 L237.508146,58.2832715 Z" id="Stroke-197" stroke-opacity="0.85" stroke="#A3B1BF" stroke-width="0.81" transform="translate(236.016706, 58.283272) rotate(90.000000) translate(-236.016706, -58.283272) "></path>
                <path d="M237.508146,67.2069663 C237.508146,68.0333954 236.840446,68.703698 236.017225,68.703698 C235.192967,68.703698 234.525266,68.0333954 234.525266,67.2069663 C234.525266,66.3805373 235.192967,65.7102346 236.017225,65.7102346 C236.840446,65.7102346 237.508146,66.3805373 237.508146,67.2069663" id="Fill-199" transform="translate(236.016706, 67.206966) rotate(90.000000) translate(-236.016706, -67.206966) "></path>
                <path d="M237.508146,67.2069663 C237.508146,68.0333954 236.840446,68.703698 236.017225,68.703698 C235.192967,68.703698 234.525266,68.0333954 234.525266,67.2069663 C234.525266,66.3805373 235.192967,65.7102346 236.017225,65.7102346 C236.840446,65.7102346 237.508146,66.3805373 237.508146,67.2069663 L237.508146,67.2069663 Z" id="Stroke-201" stroke="#A3B1BF" stroke-width="0.81" transform="translate(236.016706, 67.206966) rotate(90.000000) translate(-236.016706, -67.206966) "></path>
                <path d="M223.760149,22.5884924 C223.760149,23.4149215 223.092448,24.0852241 222.269227,24.0852241 C221.44497,24.0852241 220.777269,23.4149215 220.777269,22.5884924 C220.777269,21.7620634 221.44497,21.0917607 222.269227,21.0917607 C223.092448,21.0917607 223.760149,21.7620634 223.760149,22.5884924" id="Fill-203" transform="translate(222.268709, 22.588492) rotate(90.000000) translate(-222.268709, -22.588492) "></path>
                <path d="M223.760149,22.5884924 C223.760149,23.4149215 223.092448,24.0852241 222.269227,24.0852241 C221.44497,24.0852241 220.777269,23.4149215 220.777269,22.5884924 C220.777269,21.7620634 221.44497,21.0917607 222.269227,21.0917607 C223.092448,21.0917607 223.760149,21.7620634 223.760149,22.5884924 L223.760149,22.5884924 Z" id="Stroke-205" stroke="#A3B1BF" stroke-width="0.81" transform="translate(222.268709, 22.588492) rotate(90.000000) translate(-222.268709, -22.588492) "></path>
                <path d="M223.760149,31.5121872 C223.760149,32.3386162 223.092448,33.0089189 222.269227,33.0089189 C221.44497,33.0089189 220.777269,32.3386162 220.777269,31.5121872 C220.777269,30.6857582 221.44497,30.0154555 222.269227,30.0154555 C223.092448,30.0154555 223.760149,30.6857582 223.760149,31.5121872" id="Fill-207" transform="translate(222.268709, 31.512187) rotate(90.000000) translate(-222.268709, -31.512187) "></path>
                <path d="M223.760149,31.5121872 C223.760149,32.3386162 223.092448,33.0089189 222.269227,33.0089189 C221.44497,33.0089189 220.777269,32.3386162 220.777269,31.5121872 C220.777269,30.6857582 221.44497,30.0154555 222.269227,30.0154555 C223.092448,30.0154555 223.760149,30.6857582 223.760149,31.5121872 L223.760149,31.5121872 Z" id="Stroke-209" stroke="#A3B1BF" stroke-width="0.81" transform="translate(222.268709, 31.512187) rotate(90.000000) translate(-222.268709, -31.512187) "></path>
                <path d="M223.760149,40.435882 C223.760149,41.262311 223.092448,41.9326137 222.269227,41.9326137 C221.44497,41.9326137 220.777269,41.262311 220.777269,40.435882 C220.777269,39.609453 221.44497,38.9391503 222.269227,38.9391503 C223.092448,38.9391503 223.760149,39.609453 223.760149,40.435882" id="Fill-211" transform="translate(222.268709, 40.435882) rotate(90.000000) translate(-222.268709, -40.435882) "></path>
                <path d="M223.760149,40.435882 C223.760149,41.262311 223.092448,41.9326137 222.269227,41.9326137 C221.44497,41.9326137 220.777269,41.262311 220.777269,40.435882 C220.777269,39.609453 221.44497,38.9391503 222.269227,38.9391503 C223.092448,38.9391503 223.760149,39.609453 223.760149,40.435882 L223.760149,40.435882 Z" id="Stroke-213" stroke="#A3B1BF" stroke-width="0.81" transform="translate(222.268709, 40.435882) rotate(90.000000) translate(-222.268709, -40.435882) "></path>
                <path d="M223.760149,49.3595768 C223.760149,50.1860058 223.092448,50.8563085 222.269227,50.8563085 C221.44497,50.8563085 220.777269,50.1860058 220.777269,49.3595768 C220.777269,48.5331477 221.44497,47.8628451 222.269227,47.8628451 C223.092448,47.8628451 223.760149,48.5331477 223.760149,49.3595768" id="Fill-215" transform="translate(222.268709, 49.359577) rotate(90.000000) translate(-222.268709, -49.359577) "></path>
                <path d="M223.760149,49.3595768 C223.760149,50.1860058 223.092448,50.8563085 222.269227,50.8563085 C221.44497,50.8563085 220.777269,50.1860058 220.777269,49.3595768 C220.777269,48.5331477 221.44497,47.8628451 222.269227,47.8628451 C223.092448,47.8628451 223.760149,48.5331477 223.760149,49.3595768 L223.760149,49.3595768 Z" id="Stroke-217" stroke="#A3B1BF" stroke-width="0.81" transform="translate(222.268709, 49.359577) rotate(90.000000) translate(-222.268709, -49.359577) "></path>
                <path d="M223.760149,58.2832715 C223.760149,59.1097006 223.092448,59.7800032 222.269227,59.7800032 C221.44497,59.7800032 220.777269,59.1097006 220.777269,58.2832715 C220.777269,57.4568425 221.44497,56.7865399 222.269227,56.7865399 C223.092448,56.7865399 223.760149,57.4568425 223.760149,58.2832715" id="Fill-219" transform="translate(222.268709, 58.283272) rotate(90.000000) translate(-222.268709, -58.283272) "></path>
                <path d="M223.760149,58.2832715 C223.760149,59.1097006 223.092448,59.7800032 222.269227,59.7800032 C221.44497,59.7800032 220.777269,59.1097006 220.777269,58.2832715 C220.777269,57.4568425 221.44497,56.7865399 222.269227,56.7865399 C223.092448,56.7865399 223.760149,57.4568425 223.760149,58.2832715 L223.760149,58.2832715 Z" id="Stroke-221" stroke="#A3B1BF" stroke-width="0.81" transform="translate(222.268709, 58.283272) rotate(90.000000) translate(-222.268709, -58.283272) "></path>
                <path d="M223.760149,67.2069663 C223.760149,68.0333954 223.092448,68.703698 222.269227,68.703698 C221.44497,68.703698 220.777269,68.0333954 220.777269,67.2069663 C220.777269,66.3805373 221.44497,65.7102346 222.269227,65.7102346 C223.092448,65.7102346 223.760149,66.3805373 223.760149,67.2069663" id="Fill-223" transform="translate(222.268709, 67.206966) rotate(90.000000) translate(-222.268709, -67.206966) "></path>
                <path d="M223.760149,67.2069663 C223.760149,68.0333954 223.092448,68.703698 222.269227,68.703698 C221.44497,68.703698 220.777269,68.0333954 220.777269,67.2069663 C220.777269,66.3805373 221.44497,65.7102346 222.269227,65.7102346 C223.092448,65.7102346 223.760149,66.3805373 223.760149,67.2069663 L223.760149,67.2069663 Z" id="Stroke-225" stroke="#A3B1BF" stroke-width="0.81" transform="translate(222.268709, 67.206966) rotate(90.000000) translate(-222.268709, -67.206966) "></path>
                <path d="M230.229795,26.6447173 C230.229795,27.4711464 229.562094,28.141449 228.738873,28.141449 C227.914615,28.141449 227.246915,27.4711464 227.246915,26.6447173 C227.246915,25.8182883 227.914615,25.1479856 228.738873,25.1479856 C229.562094,25.1479856 230.229795,25.8182883 230.229795,26.6447173" id="Fill-227" transform="translate(228.738355, 26.644717) rotate(90.000000) translate(-228.738355, -26.644717) "></path>
                <path d="M230.229795,26.6447173 C230.229795,27.4711464 229.562094,28.141449 228.738873,28.141449 C227.914615,28.141449 227.246915,27.4711464 227.246915,26.6447173 C227.246915,25.8182883 227.914615,25.1479856 228.738873,25.1479856 C229.562094,25.1479856 230.229795,25.8182883 230.229795,26.6447173 L230.229795,26.6447173 Z" id="Stroke-229" stroke="#A3B1BF" stroke-width="0.81" transform="translate(228.738355, 26.644717) rotate(90.000000) translate(-228.738355, -26.644717) "></path>
                <path d="M230.229795,35.5684121 C230.229795,36.3948411 229.562094,37.0651438 228.738873,37.0651438 C227.914615,37.0651438 227.246915,36.3948411 227.246915,35.5684121 C227.246915,34.7419831 227.914615,34.0716804 228.738873,34.0716804 C229.562094,34.0716804 230.229795,34.7419831 230.229795,35.5684121" id="Fill-231" transform="translate(228.738355, 35.568412) rotate(90.000000) translate(-228.738355, -35.568412) "></path>
                <path d="M230.229795,35.5684121 C230.229795,36.3948411 229.562094,37.0651438 228.738873,37.0651438 C227.914615,37.0651438 227.246915,36.3948411 227.246915,35.5684121 C227.246915,34.7419831 227.914615,34.0716804 228.738873,34.0716804 C229.562094,34.0716804 230.229795,34.7419831 230.229795,35.5684121 L230.229795,35.5684121 Z" id="Stroke-233" stroke="#A3B1BF" stroke-width="0.81" transform="translate(228.738355, 35.568412) rotate(90.000000) translate(-228.738355, -35.568412) "></path>
                <path d="M230.229795,44.4921069 C230.229795,45.3185359 229.562094,45.9888386 228.738873,45.9888386 C227.914615,45.9888386 227.246915,45.3185359 227.246915,44.4921069 C227.246915,43.6656779 227.914615,42.9953752 228.738873,42.9953752 C229.562094,42.9953752 230.229795,43.6656779 230.229795,44.4921069" id="Fill-235" transform="translate(228.738355, 44.492107) rotate(90.000000) translate(-228.738355, -44.492107) "></path>
                <path d="M230.229795,44.4921069 C230.229795,45.3185359 229.562094,45.9888386 228.738873,45.9888386 C227.914615,45.9888386 227.246915,45.3185359 227.246915,44.4921069 C227.246915,43.6656779 227.914615,42.9953752 228.738873,42.9953752 C229.562094,42.9953752 230.229795,43.6656779 230.229795,44.4921069 L230.229795,44.4921069 Z" id="Stroke-237" stroke="#A3B1BF" stroke-width="0.81" transform="translate(228.738355, 44.492107) rotate(90.000000) translate(-228.738355, -44.492107) "></path>
                <path d="M230.229795,53.4158017 C230.229795,54.2422307 229.562094,54.9125333 228.738873,54.9125333 C227.914615,54.9125333 227.246915,54.2422307 227.246915,53.4158017 C227.246915,52.5893726 227.914615,51.91907 228.738873,51.91907 C229.562094,51.91907 230.229795,52.5893726 230.229795,53.4158017" id="Fill-239" transform="translate(228.738355, 53.415802) rotate(90.000000) translate(-228.738355, -53.415802) "></path>
                <path d="M230.229795,53.4158017 C230.229795,54.2422307 229.562094,54.9125333 228.738873,54.9125333 C227.914615,54.9125333 227.246915,54.2422307 227.246915,53.4158017 C227.246915,52.5893726 227.914615,51.91907 228.738873,51.91907 C229.562094,51.91907 230.229795,52.5893726 230.229795,53.4158017 L230.229795,53.4158017 Z" id="Stroke-241" stroke="#A3B1BF" stroke-width="0.81" transform="translate(228.738355, 53.415802) rotate(90.000000) translate(-228.738355, -53.415802) "></path>
                <path d="M230.229795,62.3394964 C230.229795,63.1659255 229.562094,63.8362281 228.738873,63.8362281 C227.914615,63.8362281 227.246915,63.1659255 227.246915,62.3394964 C227.246915,61.5130674 227.914615,60.8427648 228.738873,60.8427648 C229.562094,60.8427648 230.229795,61.5130674 230.229795,62.3394964" id="Fill-243" transform="translate(228.738355, 62.339496) rotate(90.000000) translate(-228.738355, -62.339496) "></path>
                <path d="M230.229795,62.3394964 C230.229795,63.1659255 229.562094,63.8362281 228.738873,63.8362281 C227.914615,63.8362281 227.246915,63.1659255 227.246915,62.3394964 C227.246915,61.5130674 227.914615,60.8427648 228.738873,60.8427648 C229.562094,60.8427648 230.229795,61.5130674 230.229795,62.3394964 L230.229795,62.3394964 Z" id="Stroke-245" stroke="#A3B1BF" stroke-width="0.81" transform="translate(228.738355, 62.339496) rotate(90.000000) translate(-228.738355, -62.339496) "></path>
                <path d="M230.229795,71.2631912 C230.229795,72.0896203 229.562094,72.7599229 228.738873,72.7599229 C227.914615,72.7599229 227.246915,72.0896203 227.246915,71.2631912 C227.246915,70.4367622 227.914615,69.7664595 228.738873,69.7664595 C229.562094,69.7664595 230.229795,70.4367622 230.229795,71.2631912" id="Fill-247" transform="translate(228.738355, 71.263191) rotate(90.000000) translate(-228.738355, -71.263191) "></path>
                <path d="M230.229795,71.2631912 C230.229795,72.0896203 229.562094,72.7599229 228.738873,72.7599229 C227.914615,72.7599229 227.246915,72.0896203 227.246915,71.2631912 C227.246915,70.4367622 227.914615,69.7664595 228.738873,69.7664595 C229.562094,69.7664595 230.229795,70.4367622 230.229795,71.2631912 L230.229795,71.2631912 Z" id="Stroke-249" stroke="#A3B1BF" stroke-width="0.81" transform="translate(228.738355, 71.263191) rotate(90.000000) translate(-228.738355, -71.263191) "></path>
                <path d="M233.474533,131.704582 C233.474533,134.102684 231.537786,136.046978 229.148994,136.046978 C226.760202,136.046978 224.823455,134.102684 224.823455,131.704582 C224.823455,129.306481 226.760202,127.362187 229.148994,127.362187 C231.537786,127.362187 233.474533,129.306481 233.474533,131.704582 L226.809752,131.704582" id="Fill-251" fill="#A3B1BF" transform="translate(229.148994, 131.704582) rotate(90.000000) translate(-229.148994, -131.704582) "></path>
                <path d="M116.93208,108.951605 L112.95698,97.0641411 C111.505457,92.7217457 113.856924,87.977585 118.181426,86.5204054 C118.181426,86.5204054 144.947552,77.5008125 158.330615,72.991016 C182.074402,64.9898842 229.561977,48.9876206 229.561977,48.9876206 C233.887516,47.530441 238.61326,49.8900312 240.064784,54.2313857 L244.039883,66.1188493 C245.491406,70.4612446 243.140976,75.2054053 238.815437,76.662585 L127.434886,114.19537 C123.110384,115.652549 118.383603,113.292959 116.93208,108.951605 Z" id="Stroke-255" stroke="#A3B1BF" stroke-width="1.62" transform="translate(178.498482, 81.591495) rotate(90.000000) translate(-178.498482, -81.591495) "></path>
                <path d="M170.986678,36.9877796 C170.205966,37.2511128 169.360972,36.8295715 169.098661,36.0447762 C168.83635,35.2610217 169.257292,34.412735 170.038004,34.1494018 C170.818716,33.8860686 171.66371,34.3086507 171.926021,35.0924052 C172.188332,35.8761597 171.76739,36.7254872 170.986678,36.9877796 Z" id="Fill-257" transform="translate(170.512341, 35.568641) rotate(90.000000) translate(-170.512341, -35.568641) "></path>
                <path d="M170.986678,36.9877796 C170.205966,37.2511128 169.360972,36.8295715 169.098661,36.0447762 C168.83635,35.2610217 169.257292,34.412735 170.038004,34.1494018 C170.818716,33.8860686 171.66371,34.3086507 171.926021,35.0924052 C172.188332,35.8761597 171.76739,36.7254872 170.986678,36.9877796 Z" id="Stroke-259" stroke="#A3B1BF" stroke-width="0.81" transform="translate(170.512341, 35.568641) rotate(90.000000) translate(-170.512341, -35.568641) "></path>
                <path d="M174.352138,44.0161 C174.614449,44.7998545 174.193507,45.649182 173.412795,45.9114744 C172.632083,46.1748075 171.787089,45.7532663 171.524778,44.968471 C171.262467,44.1847165 171.683409,43.3364297 172.464121,43.0730966 C173.244833,42.8097634 174.089827,43.2323455 174.352138,44.0161" id="Fill-261" transform="translate(172.938458, 44.492336) rotate(90.000000) translate(-172.938458, -44.492336) "></path>
                <path d="M173.412795,45.9114744 C172.632083,46.1748075 171.787089,45.7532663 171.524778,44.968471 C171.262467,44.1847165 171.683409,43.3364297 172.464121,43.0730966 C173.244833,42.8097634 174.089827,43.2323455 174.352138,44.0161 C174.614449,44.7998545 174.193507,45.649182 173.412795,45.9114744 Z" id="Stroke-263" stroke="#A3B1BF" stroke-width="0.81" transform="translate(172.938458, 44.492336) rotate(90.000000) translate(-172.938458, -44.492336) "></path>
                <path d="M177.586961,52.1285498 C177.849272,52.9123043 177.42833,53.7616318 176.647618,54.0239242 C175.866906,54.2872573 175.021912,53.8657161 174.759601,53.0809208 C174.49729,52.2971663 174.918232,51.4488795 175.698944,51.1855464 C176.479656,50.9222132 177.32465,51.3447953 177.586961,52.1285498" id="Fill-265" transform="translate(176.173281, 52.604786) rotate(90.000000) translate(-176.173281, -52.604786) "></path>
                <path d="M176.647618,54.0239242 C175.866906,54.2872573 175.021912,53.8657161 174.759601,53.0809208 C174.49729,52.2971663 174.918232,51.4488795 175.698944,51.1855464 C176.479656,50.9222132 177.32465,51.3447953 177.586961,52.1285498 C177.849272,52.9123043 177.42833,53.7616318 176.647618,54.0239242 Z" id="Stroke-267" stroke="#A3B1BF" stroke-width="0.81" transform="translate(176.173281, 52.604786) rotate(90.000000) translate(-176.173281, -52.604786) "></path>
                <path d="M180.013078,61.0522445 C180.275389,61.835999 179.854447,62.6853266 179.073735,62.9476189 C178.293023,63.2109521 177.448029,62.7894109 177.185718,62.0046155 C176.923407,61.220861 177.344349,60.3725743 178.125061,60.1092411 C178.905773,59.845908 179.750767,60.2684901 180.013078,61.0522445" id="Fill-269" transform="translate(178.599398, 61.528481) rotate(90.000000) translate(-178.599398, -61.528481) "></path>
                <path d="M180.013078,61.0522445 C180.275389,61.835999 179.854447,62.6853266 179.073735,62.9476189 C178.293023,63.2109521 177.448029,62.7894109 177.185718,62.0046155 C176.923407,61.220861 177.344349,60.3725743 178.125061,60.1092411 C178.905773,59.845908 179.750767,60.2684901 180.013078,61.0522445 L180.013078,61.0522445 Z" id="Stroke-271" stroke="#A3B1BF" stroke-width="0.81" transform="translate(178.599398, 61.528481) rotate(90.000000) translate(-178.599398, -61.528481) "></path>
                <path d="M183.247901,69.1646943 C183.510212,69.9484488 183.08927,70.7977764 182.308558,71.0600687 C181.527846,71.3234019 180.682852,70.9018607 180.420541,70.1170653 C180.15823,69.3333108 180.579172,68.4850241 181.359884,68.2216909 C182.140596,67.9583578 182.98559,68.3809399 183.247901,69.1646943" id="Fill-273" transform="translate(181.834221, 69.640931) rotate(90.000000) translate(-181.834221, -69.640931) "></path>
                <path d="M183.247901,69.1646943 C183.510212,69.9484488 183.08927,70.7977764 182.308558,71.0600687 C181.527846,71.3234019 180.682852,70.9018607 180.420541,70.1170653 C180.15823,69.3333108 180.579172,68.4850241 181.359884,68.2216909 C182.140596,67.9583578 182.98559,68.3809399 183.247901,69.1646943 L183.247901,69.1646943 Z" id="Stroke-275" stroke="#A3B1BF" stroke-width="0.81" transform="translate(181.834221, 69.640931) rotate(90.000000) translate(-181.834221, -69.640931) "></path>
                <path d="M185.674018,78.0883891 C185.936329,78.8721436 185.515387,79.7214712 184.734675,79.9837635 C183.953963,80.2470967 183.108969,79.8255554 182.846658,79.0407601 C182.584347,78.2570056 183.005289,77.4087189 183.786001,77.1453857 C184.566713,76.8820525 185.411707,77.3046346 185.674018,78.0883891" id="Fill-277" transform="translate(184.260338, 78.564625) rotate(90.000000) translate(-184.260338, -78.564625) "></path>
                <path d="M185.674018,78.0883891 C185.936329,78.8721436 185.515387,79.7214712 184.734675,79.9837635 C183.953963,80.2470967 183.108969,79.8255554 182.846658,79.0407601 C182.584347,78.2570056 183.005289,77.4087189 183.786001,77.1453857 C184.566713,76.8820525 185.411707,77.3046346 185.674018,78.0883891 L185.674018,78.0883891 Z" id="Stroke-279" stroke="#A3B1BF" stroke-width="0.81" transform="translate(184.260338, 78.564625) rotate(90.000000) translate(-184.260338, -78.564625) "></path>
                <path d="M168.691198,39.9598751 C168.953509,40.7436296 168.532567,41.5929571 167.751855,41.8552495 C166.971143,42.1185826 166.126149,41.6970414 165.863838,40.9122461 C165.601527,40.1284916 166.022469,39.2802048 166.803181,39.0168717 C167.583893,38.7535385 168.428887,39.1761206 168.691198,39.9598751" id="Fill-281" transform="translate(167.277518, 40.436111) rotate(90.000000) translate(-167.277518, -40.436111) "></path>
                <path d="M156.962155,41.8552495 C156.181443,42.1185826 155.336449,41.6970414 155.074139,40.9122461 C154.811828,40.1284916 155.232769,39.2802048 156.013481,39.0168717 C156.794193,38.7535385 157.639187,39.1761206 157.901498,39.9598751 C158.163809,40.7436296 157.742867,41.5929571 156.962155,41.8552495 Z" id="Stroke-283" stroke="#A3B1BF" stroke-width="0.81" transform="translate(156.487818, 40.436111) rotate(90.000000) translate(-156.487818, -40.436111) "></path>
                <path d="M171.117315,48.0723249 C171.379626,48.8560794 170.958684,49.7054069 170.177972,49.9676993 C169.39726,50.2310324 168.552266,49.8094912 168.289955,49.0246959 C168.027644,48.2409414 168.448586,47.3926546 169.229298,47.1293215 C170.01001,46.8659883 170.855004,47.2885704 171.117315,48.0723249" id="Fill-285" transform="translate(169.703635, 48.548561) rotate(90.000000) translate(-169.703635, -48.548561) "></path>
                <path d="M160.327615,48.0723249 C160.589926,48.8560794 160.168985,49.7054069 159.388273,49.9676993 C158.60756,50.2310324 157.762567,49.8094912 157.500256,49.0246959 C157.237945,48.2409414 157.658886,47.3926546 158.439598,47.1293215 C159.220311,46.8659883 160.065304,47.2885704 160.327615,48.0723249 L160.327615,48.0723249 Z" id="Stroke-287" stroke="#A3B1BF" stroke-width="0.81" transform="translate(158.913936, 48.548561) rotate(90.000000) translate(-158.913936, -48.548561) "></path>
                <path d="M174.352138,56.9960196 C174.614449,57.7797741 174.193507,58.6291017 173.412795,58.891394 C172.632083,59.1547272 171.787089,58.733186 171.524778,57.9483906 C171.262467,57.1646361 171.683409,56.3163494 172.464121,56.0530162 C173.244833,55.7896831 174.089827,56.2122652 174.352138,56.9960196" id="Fill-289" transform="translate(172.938458, 57.472256) rotate(90.000000) translate(-172.938458, -57.472256) "></path>
                <path d="M163.562438,56.9960196 C163.824749,57.7797741 163.403807,58.6291017 162.623095,58.891394 C161.842383,59.1547272 160.99739,58.733186 160.735079,57.9483906 C160.472768,57.1646361 160.893709,56.3163494 161.674421,56.0530162 C162.455133,55.7896831 163.300127,56.2122652 163.562438,56.9960196 L163.562438,56.9960196 Z" id="Stroke-291" stroke="#A3B1BF" stroke-width="0.81" transform="translate(162.148758, 57.472256) rotate(90.000000) translate(-162.148758, -57.472256) "></path>
                <path d="M166.265081,65.1084694 C166.527392,65.8922239 166.10645,66.7415515 165.325738,67.0038438 C164.545026,67.267177 163.700032,66.8456358 163.437721,66.0608404 C163.17541,65.2770859 163.596352,64.4287992 164.377064,64.165466 C165.157776,63.9021329 166.00277,64.324715 166.265081,65.1084694" id="Fill-293" transform="translate(164.851401, 65.584706) rotate(90.000000) translate(-164.851401, -65.584706) "></path>
                <path d="M166.265081,65.1084694 C166.527392,65.8922239 166.10645,66.7415515 165.325738,67.0038438 C164.545026,67.267177 163.700032,66.8456358 163.437721,66.0608404 C163.17541,65.2770859 163.596352,64.4287992 164.377064,64.165466 C165.157776,63.9021329 166.00277,64.324715 166.265081,65.1084694 L166.265081,65.1084694 Z" id="Stroke-295" stroke="#A3B1BF" stroke-width="0.81" transform="translate(164.851401, 65.584706) rotate(90.000000) translate(-164.851401, -65.584706) "></path>
                <path d="M169.499903,74.0321642 C169.762214,74.8159187 169.341273,75.6652463 168.560561,75.9275386 C167.779849,76.1908718 166.934855,75.7693305 166.672544,74.9845352 C166.410233,74.2007807 166.831175,73.352494 167.611887,73.0891608 C168.392599,72.8258276 169.237592,73.2484097 169.499903,74.0321642" id="Fill-297" transform="translate(168.086224, 74.508400) rotate(90.000000) translate(-168.086224, -74.508400) "></path>
                <path d="M169.499903,74.0321642 C169.762214,74.8159187 169.341273,75.6652463 168.560561,75.9275386 C167.779849,76.1908718 166.934855,75.7693305 166.672544,74.9845352 C166.410233,74.2007807 166.831175,73.352494 167.611887,73.0891608 C168.392599,72.8258276 169.237592,73.2484097 169.499903,74.0321642 L169.499903,74.0321642 Z" id="Stroke-299" stroke="#A3B1BF" stroke-width="0.81" transform="translate(168.086224, 74.508400) rotate(90.000000) translate(-168.086224, -74.508400) "></path>
                <path d="M172.734726,82.144614 C172.997037,82.9283685 172.576096,83.7776961 171.795384,84.0399884 C171.014671,84.3033216 170.169678,83.8817803 169.907367,83.096985 C169.645056,82.3132305 170.065997,81.4649438 170.84671,81.2016106 C171.627422,80.9382774 172.472415,81.3608595 172.734726,82.144614" id="Fill-301" transform="translate(171.321047, 82.620850) rotate(90.000000) translate(-171.321047, -82.620850) "></path>
                <path d="M172.734726,82.144614 C172.997037,82.9283685 172.576096,83.7776961 171.795384,84.0399884 C171.014671,84.3033216 170.169678,83.8817803 169.907367,83.096985 C169.645056,82.3132305 170.065997,81.4649438 170.84671,81.2016106 C171.627422,80.9382774 172.472415,81.3608595 172.734726,82.144614 L172.734726,82.144614 Z" id="Stroke-303" stroke="#A3B1BF" stroke-width="0.81" transform="translate(171.321047, 82.620850) rotate(90.000000) translate(-171.321047, -82.620850) "></path>
                <path d="M166.265081,41.582365 C166.527392,42.3661195 166.10645,43.2154471 165.325738,43.4777394 C164.545026,43.7410726 163.700032,43.3195314 163.437721,42.534736 C163.17541,41.7509815 163.596352,40.9026948 164.377064,40.6393616 C165.157776,40.3760284 166.00277,40.7986105 166.265081,41.582365" id="Fill-305" transform="translate(164.851401, 42.058601) rotate(90.000000) translate(-164.851401, -42.058601) "></path>
                <path d="M166.265081,41.582365 C166.527392,42.3661195 166.10645,43.2154471 165.325738,43.4777394 C164.545026,43.7410726 163.700032,43.3195314 163.437721,42.534736 C163.17541,41.7509815 163.596352,40.9026948 164.377064,40.6393616 C165.157776,40.3760284 166.00277,40.7986105 166.265081,41.582365 L166.265081,41.582365 Z" id="Stroke-307" stroke="#A3B1BF" stroke-width="0.81" transform="translate(164.851401, 42.058601) rotate(90.000000) translate(-164.851401, -42.058601) "></path>
                <path d="M169.499903,50.5060598 C169.762214,51.2898143 169.341273,52.1391419 168.560561,52.4014342 C167.779849,52.6647674 166.934855,52.2432261 166.672544,51.4584308 C166.410233,50.6746763 166.831175,49.8263896 167.611887,49.5630564 C168.392599,49.2997232 169.237592,49.7223053 169.499903,50.5060598" id="Fill-309" transform="translate(168.086224, 50.982296) rotate(90.000000) translate(-168.086224, -50.982296) "></path>
                <path d="M169.499903,50.5060598 C169.762214,51.2898143 169.341273,52.1391419 168.560561,52.4014342 C167.779849,52.6647674 166.934855,52.2432261 166.672544,51.4584308 C166.410233,50.6746763 166.831175,49.8263896 167.611887,49.5630564 C168.392599,49.2997232 169.237592,49.7223053 169.499903,50.5060598 L169.499903,50.5060598 Z" id="Stroke-311" stroke-opacity="0.85" stroke="#A3B1BF" stroke-width="0.81" transform="translate(168.086224, 50.982296) rotate(90.000000) translate(-168.086224, -50.982296) "></path>
                <path d="M171.926021,58.6185096 C172.188332,59.4022641 171.76739,60.2515917 170.986678,60.513884 C170.205966,60.7772172 169.360972,60.3556759 169.098661,59.5708806 C168.83635,58.7871261 169.257292,57.9388394 170.038004,57.6755062 C170.818716,57.412173 171.66371,57.8347551 171.926021,58.6185096" id="Fill-313" transform="translate(170.512341, 59.094746) rotate(90.000000) translate(-170.512341, -59.094746) "></path>
                <path d="M171.926021,58.6185096 C172.188332,59.4022641 171.76739,60.2515917 170.986678,60.513884 C170.205966,60.7772172 169.360972,60.3556759 169.098661,59.5708806 C168.83635,58.7871261 169.257292,57.9388394 170.038004,57.6755062 C170.818716,57.412173 171.66371,57.8347551 171.926021,58.6185096 L171.926021,58.6185096 Z" id="Stroke-315" stroke="#A3B1BF" stroke-width="0.81" transform="translate(170.512341, 59.094746) rotate(90.000000) translate(-170.512341, -59.094746) "></path>
                <path d="M175.160844,67.5422044 C175.423154,68.3259589 175.002213,69.1752864 174.221501,69.4375788 C173.440789,69.700912 172.595795,69.2793707 172.333484,68.4945754 C172.071173,67.7108209 172.492115,66.8625342 173.272827,66.599201 C174.053539,66.3358678 174.898533,66.7584499 175.160844,67.5422044" id="Fill-317" transform="translate(173.747164, 68.018441) rotate(90.000000) translate(-173.747164, -68.018441) "></path>
                <path d="M175.160844,67.5422044 C175.423154,68.3259589 175.002213,69.1752864 174.221501,69.4375788 C173.440789,69.700912 172.595795,69.2793707 172.333484,68.4945754 C172.071173,67.7108209 172.492115,66.8625342 173.272827,66.599201 C174.053539,66.3358678 174.898533,66.7584499 175.160844,67.5422044 L175.160844,67.5422044 Z" id="Stroke-319" stroke="#A3B1BF" stroke-width="0.81" transform="translate(173.747164, 68.018441) rotate(90.000000) translate(-173.747164, -68.018441) "></path>
                <path d="M177.586961,75.6546542 C177.849272,76.4384087 177.42833,77.2877362 176.647618,77.5500286 C175.866906,77.8133618 175.021912,77.3918205 174.759601,76.6070252 C174.49729,75.8232707 174.918232,74.974984 175.698944,74.7116508 C176.479656,74.4483176 177.32465,74.8708997 177.586961,75.6546542" id="Fill-321" transform="translate(176.173281, 76.130890) rotate(90.000000) translate(-176.173281, -76.130890) "></path>
                <path d="M177.586961,75.6546542 C177.849272,76.4384087 177.42833,77.2877362 176.647618,77.5500286 C175.866906,77.8133618 175.021912,77.3918205 174.759601,76.6070252 C174.49729,75.8232707 174.918232,74.974984 175.698944,74.7116508 C176.479656,74.4483176 177.32465,74.8708997 177.586961,75.6546542 L177.586961,75.6546542 Z" id="Stroke-323" stroke="#A3B1BF" stroke-width="0.81" transform="translate(176.173281, 76.130890) rotate(90.000000) translate(-176.173281, -76.130890) "></path>
                <path d="M180.821784,84.578349 C181.084095,85.3621035 180.663153,86.211431 179.882441,86.4737234 C179.101729,86.7370565 178.256735,86.3155153 177.994424,85.53072 C177.732113,84.7469655 178.153055,83.8986787 178.933767,83.6353456 C179.714479,83.3720124 180.559473,83.7945945 180.821784,84.578349" id="Fill-325" transform="translate(179.408104, 85.054585) rotate(90.000000) translate(-179.408104, -85.054585) "></path>
                <path d="M180.821784,84.578349 C181.084095,85.3621035 180.663153,86.211431 179.882441,86.4737234 C179.101729,86.7370565 178.256735,86.3155153 177.994424,85.53072 C177.732113,84.7469655 178.153055,83.8986787 178.933767,83.6353456 C179.714479,83.3720124 180.559473,83.7945945 180.821784,84.578349 L180.821784,84.578349 Z" id="Stroke-327" stroke="#A3B1BF" stroke-width="0.81" transform="translate(179.408104, 85.054585) rotate(90.000000) translate(-179.408104, -85.054585) "></path>
                <path d="M199.285547,130.323988 C200.045523,132.597188 198.826243,135.059822 196.56083,135.82276 C194.296454,136.585697 191.844417,135.361666 191.084441,133.087425 C190.323428,130.814225 191.543745,128.352632 193.808121,127.588654 C196.073533,126.825716 198.525571,128.050788 199.285547,130.323988" id="Fill-329" fill="#A3B1BF" transform="translate(195.184790, 131.705757) rotate(90.000000) translate(-195.184790, -131.705757) "></path>
                <polygon id="Stroke-333" stroke="#A3B1BF" stroke-width="0.81" transform="translate(194.281082, 12.765148) rotate(90.000000) translate(-194.281082, -12.765148) " points="192.77098 15.3911937 191.260359 12.7651478 192.77098 10.1391019 195.791185 10.1391019 197.301806 12.7651478 195.791185 15.3911937"></polygon>
                <polygon id="Fill-335" transform="translate(263.829774, 193.672778) rotate(90.000000) translate(-263.829774, -193.672778) " points="262.319672 196.298824 260.809051 193.672778 262.319672 191.046732 265.339877 191.046732 266.850498 193.672778 265.339877 196.298824"></polygon>
                <polygon id="Stroke-337" stroke="#A3B1BF" stroke-width="0.81" transform="translate(263.829774, 193.672778) rotate(90.000000) translate(-263.829774, -193.672778) " points="262.319672 196.298824 260.809051 193.672778 262.319672 191.046732 265.339877 191.046732 266.850498 193.672778 265.339877 196.298824"></polygon>
                <polygon id="Stroke-341" stroke="#A3B1BF" stroke-width="0.81" transform="translate(199.942022, 45.214947) rotate(90.000000) translate(-199.942022, -45.214947) " points="196.921299 45.214947 198.43192 42.588901 201.452125 42.588901 202.962746 45.214947 201.452125 47.8409929 198.43192 47.8409929"></polygon>
                <polygon id="Stroke-345" stroke="#A3B1BF" stroke-width="0.81" transform="translate(203.176845, 35.480007) rotate(90.000000) translate(-203.176845, -35.480007) " points="200.156122 35.4800072 201.666743 32.8539613 204.686948 32.8539613 206.197569 35.4800072 204.686948 38.1060531 201.666743 38.1060531"></polygon>
                <path d="M28.7090531,149.674699 L408.800743,149.674699" id="Path-13-Copy" stroke="#A3B1BF" stroke-width="2.43"></path>
                <path d="M126.73696,157.381526 C130.786107,157.381526 138.956903,157.381526 138.956903,157.381526 C138.956903,157.381526 146.694174,157.381526 150.585513,157.381526 C275.808174,157.381526 408.39639,157.381526 408.39639,157.381526 C408.39639,157.381526 348.147813,204.433735 274.15124,201.594378 C200.154666,198.75502 175.893495,186.586345 157.293263,179.67788 C138.693031,172.769415 101.923452,169.955823 76.4120034,175.634538 C50.9005548,181.313253 28.3047003,157.381526 28.3047003,157.381526 C28.3047003,157.381526 34.3629836,157.381526 126.73696,157.381526 Z" id="Path-22-Copy" fill-opacity="0.25" fill="#A3B1BF"></path>
                <g id="Group-2" transform="translate(0.000000, 75.851406)">
                    <ellipse id="Oval-40-Copy-2" stroke="#A3B1BF" stroke-width="2.43" fill-opacity="0.25" fill="#A3B1BF" cx="35.5830518" cy="35.6947791" rx="35.5830518" ry="35.6947791"></ellipse>
                    <ellipse id="Oval-40-Copy-3" fill="#F0F2F5" cx="35.8526204" cy="35.9651941" rx="30.4612489" ry="30.5568942"></ellipse>
                </g>
                <path d="M39.6265804,107.895582 L78.4444551,119.253012" id="Path-736" stroke="#A3B1BF" stroke-width="0.81"></path>
                <path d="M32.7525817,115.60241 L65.9095164,140.751004" id="Path-736-Copy" stroke="#A3B1BF" stroke-width="0.81" transform="translate(49.331049, 128.176707) scale(-1, -1) translate(-49.331049, -128.176707) "></path>
                <g id="Group" transform="translate(95.154052, 106.919777) rotate(19.000000) translate(-95.154052, -106.919777) translate(34.154052, 63.919777)" fill="#A3B1BF">
                    <path d="M42.7522815,72.4570067 C42.7522815,75.8233475 45.3271005,78.562549 48.4926445,78.562549 C51.6578573,78.562549 54.2333386,75.8233475 54.2333386,72.4570067 C54.2333386,69.091018 51.6578573,66.3525208 48.4926445,66.3525208 C45.3271005,66.3525208 42.7522815,69.091018 42.7522815,72.4570067 M40.1907075,72.4570067 C40.1907075,67.5898976 43.9148573,63.6284609 48.4926445,63.6284609 C53.0707627,63.6284609 56.7949126,67.5898976 56.7949126,72.4570067 C56.7949126,77.3251722 53.0707627,81.2859046 48.4926445,81.2859046 C43.9148573,81.2859046 40.1907075,77.3251722 40.1907075,72.4570067 L54.193687,73.4098081" id="Fill-13" fill-opacity="0.4"></path>
                    <path d="M37.9000472,72.2309321 C37.9000472,78.1565371 42.4331326,82.9775175 48.0049535,82.9775175 C53.5774367,82.9775175 58.110191,78.1565371 58.110191,72.2309321 C58.110191,66.3056792 53.5774367,61.485051 48.0049535,61.485051 C42.4331326,61.485051 37.9000472,66.3056792 37.9000472,72.2309321 M35.3384731,72.2309321 C35.3384731,64.8035024 41.0205583,58.760991 48.0049535,58.760991 C54.9893488,58.760991 60.6724273,64.8035024 60.6724273,72.2309321 C60.6724273,79.6587139 54.9893488,85.7019295 48.0049535,85.7019295 C41.0205583,85.7019295 35.3384731,79.6587139 35.3384731,72.2309321" id="Fill-15"></path>
                    <path d="M1.80809546,66.1576486 C1.80809546,68.834124 3.79009311,71.0116629 6.22625634,71.0116629 C8.66270911,71.0116629 10.644562,68.834124 10.644562,66.1576486 C10.644562,63.4813322 8.66270911,61.3039523 6.22625634,61.3039523 C3.79009311,61.3039523 1.80809546,63.4813322 1.80809546,66.1576486 M0.688100292,66.1576486 C0.688100292,62.8028295 3.17247427,60.0735498 6.22625634,60.0735498 C9.2800384,60.0735498 11.7648467,62.8028295 11.7648467,66.1576486 C11.7648467,69.5126267 9.2800384,72.2422245 6.22625634,72.2422245 C3.17247427,72.2422245 0.688100292,69.5126267 0.688100292,66.1576486" id="Fill-15-Copy"></path>
                    <path d="M8.98009502,66.0939913 L39.179583,29.1533303 L87.9014765,24.076001 L44.6752454,68.7902332 L45.5153066,69.7089343 L8.98009502,66.0939913 Z M5.34865982,69.3835683 L46.1480843,73.419304 C47.0103308,73.4270508 47.6235721,72.9654113 47.8811865,72.2953123 L49.8354794,74.4316711 L93.1120414,29.6649719 L108.025528,67.5588426 C108.413605,68.5455044 109.312607,69.1391917 110.258627,69.1391917 C110.569884,69.1391917 110.886107,69.0747523 111.192066,68.9391832 C112.424508,68.3905682 113.0053,66.8827574 112.490071,65.5728423 L88.7958421,5.36886461 L92.7040968,5.36886461 L92.7040968,12.726573 C92.7040968,13.562172 93.3408479,14.2400178 94.1272671,14.2400178 L108.786782,14.2400178 C109.171548,14.2400178 109.540751,14.0741657 109.809292,13.7794348 L117.408916,5.43506461 C117.934078,5.90550723 118.567187,6.70025945 118.772153,7.90031067 C119.120826,9.94441199 118.336394,13.6565422 112.619209,19.7367313 C112.062921,20.3272495 112.062921,21.2857411 112.619209,21.8769635 C112.896691,22.1727507 113.26159,22.3206444 113.625495,22.3206444 C113.989731,22.3206444 114.354298,22.1727507 114.63178,21.8769635 C119.954265,16.2168628 122.285045,11.3085547 121.560215,7.28796059 C120.892339,3.580408 117.884078,2.16415038 117.756265,2.10569718 C117.213553,1.85709502 116.581768,1.9916078 116.170513,2.44303552 L108.184137,11.2131281 L95.5507685,11.2131281 L95.5507685,5.36886461 L97.3534067,5.36886461 C98.6894914,5.36886461 99.7725975,4.21670276 99.7725975,2.7962196 C99.7725975,1.37538432 98.6894914,0.223222475 97.3534067,0.223222475 L85.1604334,0.223222475 C84.3508356,0.223222475 83.5948798,0.653874656 83.1465381,1.37045453 C82.6972031,2.08738654 82.6157466,2.99517176 82.9286587,3.78957186 L89.4140503,20.2684441 L40.3087153,25.3855639 L38.2463901,12.9619427 C37.9924181,11.9967607 37.0503708,11.4323 36.1411047,11.7044947 C35.232832,11.9752809 34.703365,12.9777884 34.9583303,13.9436747 L36.9981391,26.2845459 L4.21787189,66.3834403 C3.79767573,66.8968425 3.68310688,67.6183522 3.92184717,68.2504214 C4.1595941,68.883547 4.71058417,69.3198332 5.34865982,69.3835683 Z" id="Fill-17"></path>
                </g>
                <path d="M120.0928,133.044177 C120.0928,133.044177 117.26233,133.044177 117.26233,134.261044 C117.26233,135.477912 128.179857,144.401606 128.179857,144.401606 L120.0928,133.044177 Z" id="Path-731" fill="#A3B1BF"></path>
                <path d="M146.375736,133.044177 C146.375736,133.044177 149.206206,133.044177 149.206206,134.261044 C149.206206,135.477912 138.288678,144.401606 138.288678,144.401606 L146.375736,133.044177 Z" id="Path-731-Copy-2" fill="#A3B1BF"></path>
                <path d="M114.922075,137.687235 C114.922075,137.687235 112.297709,138.747548 112.753556,139.875807 C113.209402,141.004067 126.674832,145.188195 126.674832,145.188195 L114.922075,137.687235 Z" id="Path-731-Copy" fill="#A3B1BF"></path>
                <path d="M150.02854,138.516693 C150.02854,138.516693 152.652906,139.580123 152.198396,140.708383 C151.743886,141.836643 138.288257,146.008745 138.288257,146.008745 L150.02854,138.516693 Z" id="Path-731-Copy-3" fill="#A3B1BF"></path>
                <path d="M74.4009265,59.626506 C72.9743667,59.2687463 68.3698232,57.9570172 67.9312807,60.437751 C67.5752067,62.4519795 70.5119271,68.4526327 73.5922208,69.3614461 C80.4662194,71.3895585 88.1489236,68.5502009 95.0229222,70.5783133 C101.896921,72.6064258 101.500006,68.9632854 100.279509,67.7389559 C97.8533925,65.3052209 77.6357492,60.437751 74.4009265,59.626506 Z" id="Path-735" stroke="#A3B1BF" stroke-width="2.43"></path>
                <g id="Group-2-Copy" transform="translate(346.684026, 76.257028)">
                    <ellipse id="Oval-40-Copy-2" stroke="#A3B1BF" stroke-width="2.43" fill="#DCE1E7" cx="35.5830518" cy="35.6947791" rx="35.5830518" ry="35.6947791"></ellipse>
                    <ellipse id="Oval-40-Copy-3" fill="#F0F2F5" cx="35.8526204" cy="35.9651941" rx="30.4612489" ry="30.5568942"></ellipse>
                </g>
                <path d="M364.90109,93.2931727 C363.56683,94.0412049 361.930683,95.8872138 360.413184,99.4391645 C355.560949,110.796594 356.774008,120.937157 356.774008,120.937157 C356.774008,120.937157 358.391419,101.467276 364.861065,97.8166743" id="Path-738" fill="#A3B1BF"></path>
                <path d="M408.39639,103.839357 C407.06213,104.58739 405.425983,106.433399 403.908483,109.985349 C399.056249,121.342779 400.269308,131.483341 400.269308,131.483341 C400.269308,131.483341 401.886718,112.013461 408.356365,108.362859" id="Path-738-Copy" fill="#A3B1BF" transform="translate(404.265457, 117.661349) scale(-1, -1) translate(-404.265457, -117.661349) "></path>
            </g>
        </g>
    </g>
</svg>
src/main/resources/static/febs/images/favicon.ico
src/main/resources/static/febs/images/logo.png
src/main/resources/static/febs/images/side-bar-dark.svg
New file
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="52px" height="45px" viewBox="0 0 52 45" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
    <title>Group 5 Copy 5</title>
    <desc>Created with Sketch.</desc>
    <defs>
        <filter x="-9.4%" y="-6.2%" width="118.8%" height="122.5%" filterUnits="objectBoundingBox" id="filter-1">
            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.15 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <rect id="path-2" x="0" y="0" width="48" height="40" rx="4"></rect>
        <filter x="-4.2%" y="-2.5%" width="108.3%" height="110.0%" filterUnits="objectBoundingBox" id="filter-4">
            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
        </filter>
    </defs>
    <g id="配置面板" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="setting-copy-2" transform="translate(-1190.000000, -136.000000)">
            <g id="Group-8" transform="translate(1167.000000, 0.000000)">
                <g id="Group-5-Copy-5" filter="url(#filter-1)" transform="translate(25.000000, 137.000000)">
                    <mask id="mask-3" fill="white">
                        <use xlink:href="#path-2"></use>
                    </mask>
                    <g id="Rectangle-18">
                        <use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-2"></use>
                        <use fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-2"></use>
                    </g>
                    <rect id="Rectangle-11" fill="#FFFFFF" mask="url(#mask-3)" x="-1" y="0" width="49" height="10"></rect>
                    <rect id="Rectangle-18" fill="#303648" mask="url(#mask-3)" x="0" y="0" width="16" height="44"></rect>
                </g>
            </g>
        </g>
    </g>
</svg>
src/main/resources/static/febs/images/side-bar-light.svg
New file
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="52px" height="45px" viewBox="0 0 52 45" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
    <title>Group 5</title>
    <desc>Created with Sketch.</desc>
    <defs>
        <filter x="-9.4%" y="-6.2%" width="118.8%" height="122.5%" filterUnits="objectBoundingBox" id="filter-1">
            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.15 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
            <feMerge>
                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
                <feMergeNode in="SourceGraphic"></feMergeNode>
            </feMerge>
        </filter>
        <rect id="path-2" x="0" y="0" width="48" height="40" rx="4"></rect>
        <filter x="-4.2%" y="-2.5%" width="108.3%" height="110.0%" filterUnits="objectBoundingBox" id="filter-4">
            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
        </filter>
    </defs>
    <g id="配置面板" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="setting-copy-2" transform="translate(-1254.000000, -136.000000)">
            <g id="Group-8" transform="translate(1167.000000, 0.000000)">
                <g id="Group-5" filter="url(#filter-1)" transform="translate(89.000000, 137.000000)">
                    <mask id="mask-3" fill="white">
                        <use xlink:href="#path-2"></use>
                    </mask>
                    <g id="Rectangle-18">
                        <use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-2"></use>
                        <use fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-2"></use>
                    </g>
                    <rect id="Rectangle-18" fill="#FFFFFF" mask="url(#mask-3)" x="0" y="0" width="16" height="44"></rect>
                    <rect id="Rectangle-11" fill="#FFFFFF" mask="url(#mask-3)" x="-1" y="0" width="49" height="10"></rect>
                </g>
            </g>
        </g>
    </g>
</svg>
src/main/resources/static/febs/index.js
New file
@@ -0,0 +1,8 @@
layui.extend({
    febs: 'lay/modules/febs',
    validate: 'lay/modules/validate'
}).define(['febs', 'conf'], function (exports) {
    layui.febs.initPage();
    console.log("\n %c FEBS-Shiro 2.0 %c https://github.com/wuyouzhuguli/FEBS-Shiro %c 如果该项目对您有帮助的话,还请点个star给予精神支持!🐤", "color: #fff; font-size: .84rem;background: #366ed8; padding:5px 0;", "font-size: .84rem;background: #fff; border: 2px solid #b0e0a8;border-left: none; padding:3px 0;"," font-size: .84rem;background: #fcf9ec; padding:5px 0;margin-left: 8px");
    exports('index', {});
});
src/main/resources/static/febs/lay/data/dataSeries.js
New file
@@ -0,0 +1,1793 @@
var dataSeries = [
    [{
        "date": "2014-01-01",
        "value": 20000000
    },
        {
            "date": "2014-01-02",
            "value": 10379978
        },
        {
            "date": "2014-01-03",
            "value": 30493749
        },
        {
            "date": "2014-01-04",
            "value": 10785250
        },
        {
            "date": "2014-01-05",
            "value": 33901904
        },
        {
            "date": "2014-01-06",
            "value": 11576838
        },
        {
            "date": "2014-01-07",
            "value": 14413854
        },
        {
            "date": "2014-01-08",
            "value": 15177211
        },
        {
            "date": "2014-01-09",
            "value": 16622100
        },
        {
            "date": "2014-01-10",
            "value": 17381072
        },
        {
            "date": "2014-01-11",
            "value": 18802310
        },
        {
            "date": "2014-01-12",
            "value": 15531790
        },
        {
            "date": "2014-01-13",
            "value": 15748881
        },
        {
            "date": "2014-01-14",
            "value": 18706437
        },
        {
            "date": "2014-01-15",
            "value": 19752685
        },
        {
            "date": "2014-01-16",
            "value": 21016418
        },
        {
            "date": "2014-01-17",
            "value": 25622924
        },
        {
            "date": "2014-01-18",
            "value": 25337480
        },
        {
            "date": "2014-01-19",
            "value": 22258882
        },
        {
            "date": "2014-01-20",
            "value": 23829538
        },
        {
            "date": "2014-01-21",
            "value": 24245689
        },
        {
            "date": "2014-01-22",
            "value": 26429711
        },
        {
            "date": "2014-01-23",
            "value": 26259017
        },
        {
            "date": "2014-01-24",
            "value": 25396183
        },
        {
            "date": "2014-01-25",
            "value": 23107346
        },
        {
            "date": "2014-01-26",
            "value": 28659852
        },
        {
            "date": "2014-01-27",
            "value": 25270783
        },
        {
            "date": "2014-01-28",
            "value": 26270783
        },
        {
            "date": "2014-01-29",
            "value": 27270783
        },
        {
            "date": "2014-01-30",
            "value": 28270783
        },
        {
            "date": "2014-01-31",
            "value": 29270783
        },
        {
            "date": "2014-02-01",
            "value": 30270783
        },
        {
            "date": "2014-02-02",
            "value": 31270783
        },
        {
            "date": "2014-02-03",
            "value": 32270783
        },
        {
            "date": "2014-02-04",
            "value": 33270783
        },
        {
            "date": "2014-02-05",
            "value": 28270783
        },
        {
            "date": "2014-02-06",
            "value": 27270783
        },
        {
            "date": "2014-02-07",
            "value": 35270783
        },
        {
            "date": "2014-02-08",
            "value": 34270783
        },
        {
            "date": "2014-02-09",
            "value": 28270783
        },
        {
            "date": "2014-02-10",
            "value": 35270783
        },
        {
            "date": "2014-02-11",
            "value": 36270783
        },
        {
            "date": "2014-02-12",
            "value": 34127078
        },
        {
            "date": "2014-02-13",
            "value": 33124078
        },
        {
            "date": "2014-02-14",
            "value": 36227078
        },
        {
            "date": "2014-02-15",
            "value": 37827078
        },
        {
            "date": "2014-02-16",
            "value": 36427073
        },
        {
            "date": "2014-02-17",
            "value": 37570783
        },
        {
            "date": "2014-02-18",
            "value": 38627073
        },
        {
            "date": "2014-02-19",
            "value": 37727078
        },
        {
            "date": "2014-02-20",
            "value": 38827073
        },
        {
            "date": "2014-02-21",
            "value": 40927078
        },
        {
            "date": "2014-02-22",
            "value": 41027078
        },
        {
            "date": "2014-02-23",
            "value": 42127073
        },
        {
            "date": "2014-02-24",
            "value": 43220783
        },
        {
            "date": "2014-02-25",
            "value": 44327078
        },
        {
            "date": "2014-02-26",
            "value": 40427078
        },
        {
            "date": "2014-02-27",
            "value": 41027078
        },
        {
            "date": "2014-02-28",
            "value": 45627078
        },
        {
            "date": "2014-03-01",
            "value": 44727078
        },
        {
            "date": "2014-03-02",
            "value": 44227078
        },
        {
            "date": "2014-03-03",
            "value": 45227078
        },
        {
            "date": "2014-03-04",
            "value": 46027078
        },
        {
            "date": "2014-03-05",
            "value": 46927078
        },
        {
            "date": "2014-03-06",
            "value": 47027078
        },
        {
            "date": "2014-03-07",
            "value": 46227078
        },
        {
            "date": "2014-03-08",
            "value": 47027078
        },
        {
            "date": "2014-03-09",
            "value": 48027078
        },
        {
            "date": "2014-03-10",
            "value": 47027078
        },
        {
            "date": "2014-03-11",
            "value": 47027078
        },
        {
            "date": "2014-03-12",
            "value": 48017078
        },
        {
            "date": "2014-03-13",
            "value": 48077078
        },
        {
            "date": "2014-03-14",
            "value": 48087078
        },
        {
            "date": "2014-03-15",
            "value": 48017078
        },
        {
            "date": "2014-03-16",
            "value": 48047078
        },
        {
            "date": "2014-03-17",
            "value": 48067078
        },
        {
            "date": "2014-03-18",
            "value": 48077078
        },
        {
            "date": "2014-03-19",
            "value": 48027074
        },
        {
            "date": "2014-03-20",
            "value": 48927079
        },
        {
            "date": "2014-03-21",
            "value": 48727071
        },
        {
            "date": "2014-03-22",
            "value": 48127072
        },
        {
            "date": "2014-03-23",
            "value": 48527072
        },
        {
            "date": "2014-03-24",
            "value": 48627027
        },
        {
            "date": "2014-03-25",
            "value": 48027040
        },
        {
            "date": "2014-03-26",
            "value": 48027043
        },
        {
            "date": "2014-03-27",
            "value": 48057022
        },
        {
            "date": "2014-03-28",
            "value": 49057022
        },
        {
            "date": "2014-03-29",
            "value": 50057022
        },
        {
            "date": "2014-03-30",
            "value": 51057022
        },
        {
            "date": "2014-03-31",
            "value": 52057022
        },
        {
            "date": "2014-04-01",
            "value": 53057022
        },
        {
            "date": "2014-04-02",
            "value": 54057022
        },
        {
            "date": "2014-04-03",
            "value": 52057022
        },
        {
            "date": "2014-04-04",
            "value": 55057022
        },
        {
            "date": "2014-04-05",
            "value": 58270783
        },
        {
            "date": "2014-04-06",
            "value": 56270783
        },
        {
            "date": "2014-04-07",
            "value": 55270783
        },
        {
            "date": "2014-04-08",
            "value": 58270783
        },
        {
            "date": "2014-04-09",
            "value": 59270783
        },
        {
            "date": "2014-04-10",
            "value": 60270783
        },
        {
            "date": "2014-04-11",
            "value": 61270783
        },
        {
            "date": "2014-04-12",
            "value": 62270783
        },
        {
            "date": "2014-04-13",
            "value": 63270783
        },
        {
            "date": "2014-04-14",
            "value": 64270783
        },
        {
            "date": "2014-04-15",
            "value": 65270783
        },
        {
            "date": "2014-04-16",
            "value": 66270783
        },
        {
            "date": "2014-04-17",
            "value": 67270783
        },
        {
            "date": "2014-04-18",
            "value": 68270783
        },
        {
            "date": "2014-04-19",
            "value": 69270783
        },
        {
            "date": "2014-04-20",
            "value": 70270783
        },
        {
            "date": "2014-04-21",
            "value": 71270783
        },
        {
            "date": "2014-04-22",
            "value": 72270783
        },
        {
            "date": "2014-04-23",
            "value": 73270783
        },
        {
            "date": "2014-04-24",
            "value": 74270783
        },
        {
            "date": "2014-04-25",
            "value": 75270783
        },
        {
            "date": "2014-04-26",
            "value": 76660783
        },
        {
            "date": "2014-04-27",
            "value": 77270783
        },
        {
            "date": "2014-04-28",
            "value": 78370783
        },
        {
            "date": "2014-04-29",
            "value": 79470783
        },
        {
            "date": "2014-04-30",
            "value": 80170783
        }
    ],
    [{
        "date": "2014-01-01",
        "value": 150000000
    },
        {
            "date": "2014-01-02",
            "value": 160379978
        },
        {
            "date": "2014-01-03",
            "value": 170493749
        },
        {
            "date": "2014-01-04",
            "value": 160785250
        },
        {
            "date": "2014-01-05",
            "value": 167391904
        },
        {
            "date": "2014-01-06",
            "value": 161576838
        },
        {
            "date": "2014-01-07",
            "value": 161413854
        },
        {
            "date": "2014-01-08",
            "value": 152177211
        },
        {
            "date": "2014-01-09",
            "value": 140762210
        },
        {
            "date": "2014-01-10",
            "value": 144381072
        },
        {
            "date": "2014-01-11",
            "value": 154352310
        },
        {
            "date": "2014-01-12",
            "value": 165531790
        },
        {
            "date": "2014-01-13",
            "value": 175748881
        },
        {
            "date": "2014-01-14",
            "value": 187064037
        },
        {
            "date": "2014-01-15",
            "value": 197520685
        },
        {
            "date": "2014-01-16",
            "value": 210176418
        },
        {
            "date": "2014-01-17",
            "value": 196122924
        },
        {
            "date": "2014-01-18",
            "value": 207337480
        },
        {
            "date": "2014-01-19",
            "value": 200258882
        },
        {
            "date": "2014-01-20",
            "value": 186829538
        },
        {
            "date": "2014-01-21",
            "value": 192456897
        },
        {
            "date": "2014-01-22",
            "value": 204299711
        },
        {
            "date": "2014-01-23",
            "value": 192759017
        },
        {
            "date": "2014-01-24",
            "value": 203596183
        },
        {
            "date": "2014-01-25",
            "value": 208107346
        },
        {
            "date": "2014-01-26",
            "value": 196359852
        },
        {
            "date": "2014-01-27",
            "value": 192570783
        },
        {
            "date": "2014-01-28",
            "value": 177967768
        },
        {
            "date": "2014-01-29",
            "value": 190632803
        },
        {
            "date": "2014-01-30",
            "value": 203725316
        },
        {
            "date": "2014-01-31",
            "value": 218226177
        },
        {
            "date": "2014-02-01",
            "value": 210698669
        },
        {
            "date": "2014-02-02",
            "value": 217640656
        },
        {
            "date": "2014-02-03",
            "value": 216142362
        },
        {
            "date": "2014-02-04",
            "value": 201410971
        },
        {
            "date": "2014-02-05",
            "value": 196704289
        },
        {
            "date": "2014-02-06",
            "value": 190436945
        },
        {
            "date": "2014-02-07",
            "value": 178891686
        },
        {
            "date": "2014-02-08",
            "value": 171613962
        },
        {
            "date": "2014-02-09",
            "value": 157579773
        },
        {
            "date": "2014-02-10",
            "value": 158677098
        },
        {
            "date": "2014-02-11",
            "value": 147129977
        },
        {
            "date": "2014-02-12",
            "value": 151561876
        },
        {
            "date": "2014-02-13",
            "value": 151627421
        },
        {
            "date": "2014-02-14",
            "value": 143543872
        },
        {
            "date": "2014-02-15",
            "value": 136581057
        },
        {
            "date": "2014-02-16",
            "value": 135560715
        },
        {
            "date": "2014-02-17",
            "value": 122625263
        },
        {
            "date": "2014-02-18",
            "value": 112091484
        },
        {
            "date": "2014-02-19",
            "value": 98810329
        },
        {
            "date": "2014-02-20",
            "value": 99882912
        },
        {
            "date": "2014-02-21",
            "value": 94943095
        },
        {
            "date": "2014-02-22",
            "value": 104875743
        },
        {
            "date": "2014-02-23",
            "value": 116383678
        },
        {
            "date": "2014-02-24",
            "value": 125028841
        },
        {
            "date": "2014-02-25",
            "value": 123967310
        },
        {
            "date": "2014-02-26",
            "value": 133167029
        },
        {
            "date": "2014-02-27",
            "value": 128577263
        },
        {
            "date": "2014-02-28",
            "value": 115836969
        },
        {
            "date": "2014-03-01",
            "value": 119264529
        },
        {
            "date": "2014-03-02",
            "value": 109363374
        },
        {
            "date": "2014-03-03",
            "value": 113985628
        },
        {
            "date": "2014-03-04",
            "value": 114650999
        },
        {
            "date": "2014-03-05",
            "value": 110866108
        },
        {
            "date": "2014-03-06",
            "value": 96473454
        },
        {
            "date": "2014-03-07",
            "value": 104075886
        },
        {
            "date": "2014-03-08",
            "value": 103568384
        },
        {
            "date": "2014-03-09",
            "value": 101534883
        },
        {
            "date": "2014-03-10",
            "value": 115825447
        },
        {
            "date": "2014-03-11",
            "value": 126133916
        },
        {
            "date": "2014-03-12",
            "value": 116502109
        },
        {
            "date": "2014-03-13",
            "value": 130169411
        },
        {
            "date": "2014-03-14",
            "value": 124296886
        },
        {
            "date": "2014-03-15",
            "value": 126347399
        },
        {
            "date": "2014-03-16",
            "value": 131483669
        },
        {
            "date": "2014-03-17",
            "value": 142811333
        },
        {
            "date": "2014-03-18",
            "value": 129675396
        },
        {
            "date": "2014-03-19",
            "value": 115514483
        },
        {
            "date": "2014-03-20",
            "value": 117630630
        },
        {
            "date": "2014-03-21",
            "value": 122340239
        },
        {
            "date": "2014-03-22",
            "value": 132349091
        },
        {
            "date": "2014-03-23",
            "value": 125613305
        },
        {
            "date": "2014-03-24",
            "value": 135592466
        },
        {
            "date": "2014-03-25",
            "value": 123408762
        },
        {
            "date": "2014-03-26",
            "value": 111991454
        },
        {
            "date": "2014-03-27",
            "value": 116123955
        },
        {
            "date": "2014-03-28",
            "value": 112817214
        },
        {
            "date": "2014-03-29",
            "value": 113029590
        },
        {
            "date": "2014-03-30",
            "value": 108753398
        },
        {
            "date": "2014-03-31",
            "value": 99383763
        },
        {
            "date": "2014-04-01",
            "value": 100151737
        },
        {
            "date": "2014-04-02",
            "value": 94985209
        },
        {
            "date": "2014-04-03",
            "value": 82913669
        },
        {
            "date": "2014-04-04",
            "value": 78748268
        },
        {
            "date": "2014-04-05",
            "value": 63829135
        },
        {
            "date": "2014-04-06",
            "value": 78694727
        },
        {
            "date": "2014-04-07",
            "value": 80868994
        },
        {
            "date": "2014-04-08",
            "value": 93799013
        },
        {
            "date": "2014-04-09",
            "value": 99042416
        },
        {
            "date": "2014-04-10",
            "value": 97298692
        },
        {
            "date": "2014-04-11",
            "value": 83353499
        },
        {
            "date": "2014-04-12",
            "value": 71248129
        },
        {
            "date": "2014-04-13",
            "value": 75253744
        },
        {
            "date": "2014-04-14",
            "value": 68976648
        },
        {
            "date": "2014-04-15",
            "value": 71002284
        },
        {
            "date": "2014-04-16",
            "value": 75052401
        },
        {
            "date": "2014-04-17",
            "value": 83894030
        },
        {
            "date": "2014-04-18",
            "value": 90236528
        },
        {
            "date": "2014-04-19",
            "value": 99739114
        },
        {
            "date": "2014-04-20",
            "value": 96407136
        },
        {
            "date": "2014-04-21",
            "value": 108323177
        },
        {
            "date": "2014-04-22",
            "value": 101578914
        },
        {
            "date": "2014-04-23",
            "value": 115877608
        },
        {
            "date": "2014-04-24",
            "value": 112088857
        },
        {
            "date": "2014-04-25",
            "value": 112071353
        },
        {
            "date": "2014-04-26",
            "value": 101790062
        },
        {
            "date": "2014-04-27",
            "value": 115003761
        },
        {
            "date": "2014-04-28",
            "value": 120457727
        },
        {
            "date": "2014-04-29",
            "value": 118253926
        },
        {
            "date": "2014-04-30",
            "value": 117956992
        }
    ],
    [{
        "date": "2014-01-01",
        "value": 50000000
    },
        {
            "date": "2014-01-02",
            "value": 60379978
        },
        {
            "date": "2014-01-03",
            "value": 40493749
        },
        {
            "date": "2014-01-04",
            "value": 60785250
        },
        {
            "date": "2014-01-05",
            "value": 67391904
        },
        {
            "date": "2014-01-06",
            "value": 61576838
        },
        {
            "date": "2014-01-07",
            "value": 61413854
        },
        {
            "date": "2014-01-08",
            "value": 82177211
        },
        {
            "date": "2014-01-09",
            "value": 103762210
        },
        {
            "date": "2014-01-10",
            "value": 84381072
        },
        {
            "date": "2014-01-11",
            "value": 54352310
        },
        {
            "date": "2014-01-12",
            "value": 65531790
        },
        {
            "date": "2014-01-13",
            "value": 75748881
        },
        {
            "date": "2014-01-14",
            "value": 47064037
        },
        {
            "date": "2014-01-15",
            "value": 67520685
        },
        {
            "date": "2014-01-16",
            "value": 60176418
        },
        {
            "date": "2014-01-17",
            "value": 66122924
        },
        {
            "date": "2014-01-18",
            "value": 57337480
        },
        {
            "date": "2014-01-19",
            "value": 100258882
        },
        {
            "date": "2014-01-20",
            "value": 46829538
        },
        {
            "date": "2014-01-21",
            "value": 92456897
        },
        {
            "date": "2014-01-22",
            "value": 94299711
        },
        {
            "date": "2014-01-23",
            "value": 62759017
        },
        {
            "date": "2014-01-24",
            "value": 103596183
        },
        {
            "date": "2014-01-25",
            "value": 108107346
        },
        {
            "date": "2014-01-26",
            "value": 66359852
        },
        {
            "date": "2014-01-27",
            "value": 62570783
        },
        {
            "date": "2014-01-28",
            "value": 77967768
        },
        {
            "date": "2014-01-29",
            "value": 60632803
        },
        {
            "date": "2014-01-30",
            "value": 103725316
        },
        {
            "date": "2014-01-31",
            "value": 98226177
        },
        {
            "date": "2014-02-01",
            "value": 60698669
        },
        {
            "date": "2014-02-02",
            "value": 67640656
        },
        {
            "date": "2014-02-03",
            "value": 66142362
        },
        {
            "date": "2014-02-04",
            "value": 101410971
        },
        {
            "date": "2014-02-05",
            "value": 66704289
        },
        {
            "date": "2014-02-06",
            "value": 60436945
        },
        {
            "date": "2014-02-07",
            "value": 78891686
        },
        {
            "date": "2014-02-08",
            "value": 71613962
        },
        {
            "date": "2014-02-09",
            "value": 107579773
        },
        {
            "date": "2014-02-10",
            "value": 58677098
        },
        {
            "date": "2014-02-11",
            "value": 87129977
        },
        {
            "date": "2014-02-12",
            "value": 51561876
        },
        {
            "date": "2014-02-13",
            "value": 51627421
        },
        {
            "date": "2014-02-14",
            "value": 83543872
        },
        {
            "date": "2014-02-15",
            "value": 66581057
        },
        {
            "date": "2014-02-16",
            "value": 65560715
        },
        {
            "date": "2014-02-17",
            "value": 62625263
        },
        {
            "date": "2014-02-18",
            "value": 92091484
        },
        {
            "date": "2014-02-19",
            "value": 48810329
        },
        {
            "date": "2014-02-20",
            "value": 49882912
        },
        {
            "date": "2014-02-21",
            "value": 44943095
        },
        {
            "date": "2014-02-22",
            "value": 104875743
        },
        {
            "date": "2014-02-23",
            "value": 96383678
        },
        {
            "date": "2014-02-24",
            "value": 105028841
        },
        {
            "date": "2014-02-25",
            "value": 63967310
        },
        {
            "date": "2014-02-26",
            "value": 63167029
        },
        {
            "date": "2014-02-27",
            "value": 68577263
        },
        {
            "date": "2014-02-28",
            "value": 95836969
        },
        {
            "date": "2014-03-01",
            "value": 99264529
        },
        {
            "date": "2014-03-02",
            "value": 109363374
        },
        {
            "date": "2014-03-03",
            "value": 93985628
        },
        {
            "date": "2014-03-04",
            "value": 94650999
        },
        {
            "date": "2014-03-05",
            "value": 90866108
        },
        {
            "date": "2014-03-06",
            "value": 46473454
        },
        {
            "date": "2014-03-07",
            "value": 84075886
        },
        {
            "date": "2014-03-08",
            "value": 103568384
        },
        {
            "date": "2014-03-09",
            "value": 101534883
        },
        {
            "date": "2014-03-10",
            "value": 95825447
        },
        {
            "date": "2014-03-11",
            "value": 66133916
        },
        {
            "date": "2014-03-12",
            "value": 96502109
        },
        {
            "date": "2014-03-13",
            "value": 80169411
        },
        {
            "date": "2014-03-14",
            "value": 84296886
        },
        {
            "date": "2014-03-15",
            "value": 86347399
        },
        {
            "date": "2014-03-16",
            "value": 31483669
        },
        {
            "date": "2014-03-17",
            "value": 82811333
        },
        {
            "date": "2014-03-18",
            "value": 89675396
        },
        {
            "date": "2014-03-19",
            "value": 95514483
        },
        {
            "date": "2014-03-20",
            "value": 97630630
        },
        {
            "date": "2014-03-21",
            "value": 62340239
        },
        {
            "date": "2014-03-22",
            "value": 62349091
        },
        {
            "date": "2014-03-23",
            "value": 65613305
        },
        {
            "date": "2014-03-24",
            "value": 65592466
        },
        {
            "date": "2014-03-25",
            "value": 63408762
        },
        {
            "date": "2014-03-26",
            "value": 91991454
        },
        {
            "date": "2014-03-27",
            "value": 96123955
        },
        {
            "date": "2014-03-28",
            "value": 92817214
        },
        {
            "date": "2014-03-29",
            "value": 93029590
        },
        {
            "date": "2014-03-30",
            "value": 108753398
        },
        {
            "date": "2014-03-31",
            "value": 49383763
        },
        {
            "date": "2014-04-01",
            "value": 100151737
        },
        {
            "date": "2014-04-02",
            "value": 44985209
        },
        {
            "date": "2014-04-03",
            "value": 52913669
        },
        {
            "date": "2014-04-04",
            "value": 48748268
        },
        {
            "date": "2014-04-05",
            "value": 23829135
        },
        {
            "date": "2014-04-06",
            "value": 58694727
        },
        {
            "date": "2014-04-07",
            "value": 50868994
        },
        {
            "date": "2014-04-08",
            "value": 43799013
        },
        {
            "date": "2014-04-09",
            "value": 4042416
        },
        {
            "date": "2014-04-10",
            "value": 47298692
        },
        {
            "date": "2014-04-11",
            "value": 53353499
        },
        {
            "date": "2014-04-12",
            "value": 71248129
        },
        {
            "date": "2014-04-13",
            "value": 75253744
        },
        {
            "date": "2014-04-14",
            "value": 68976648
        },
        {
            "date": "2014-04-15",
            "value": 71002284
        },
        {
            "date": "2014-04-16",
            "value": 75052401
        },
        {
            "date": "2014-04-17",
            "value": 83894030
        },
        {
            "date": "2014-04-18",
            "value": 50236528
        },
        {
            "date": "2014-04-19",
            "value": 59739114
        },
        {
            "date": "2014-04-20",
            "value": 56407136
        },
        {
            "date": "2014-04-21",
            "value": 108323177
        },
        {
            "date": "2014-04-22",
            "value": 101578914
        },
        {
            "date": "2014-04-23",
            "value": 95877608
        },
        {
            "date": "2014-04-24",
            "value": 62088857
        },
        {
            "date": "2014-04-25",
            "value": 92071353
        },
        {
            "date": "2014-04-26",
            "value": 81790062
        },
        {
            "date": "2014-04-27",
            "value": 105003761
        },
        {
            "date": "2014-04-28",
            "value": 100457727
        },
        {
            "date": "2014-04-29",
            "value": 98253926
        },
        {
            "date": "2014-04-30",
            "value": 67956992
        }
    ]
];
var series =
    {
        "monthDataSeries1": {
            "prices": [
                8107.85,
                8128.0,
                8122.9,
                8165.5,
                8340.7,
                8423.7,
                8423.5,
                8514.3,
                8481.85,
                8487.7,
                8506.9,
                8626.2,
                8668.95,
                8602.3,
                8607.55,
                8512.9,
                8496.25,
                8600.65,
                8881.1,
                9340.85
            ],
            "dates": [
                "13 Nov 2017",
                "14 Nov 2017",
                "15 Nov 2017",
                "16 Nov 2017",
                "17 Nov 2017",
                "20 Nov 2017",
                "21 Nov 2017",
                "22 Nov 2017",
                "23 Nov 2017",
                "24 Nov 2017",
                "27 Nov 2017",
                "28 Nov 2017",
                "29 Nov 2017",
                "30 Nov 2017",
                "01 Dec 2017",
                "04 Dec 2017",
                "05 Dec 2017",
                "06 Dec 2017",
                "07 Dec 2017",
                "08 Dec 2017"
            ]
        },
        "monthDataSeries2": {
            "prices": [
                8423.7,
                8423.5,
                8514.3,
                8481.85,
                8487.7,
                8506.9,
                8626.2,
                8668.95,
                8602.3,
                8607.55,
                8512.9,
                8496.25,
                8600.65,
                8881.1,
                9040.85,
                8340.7,
                8165.5,
                8122.9,
                8107.85,
                8128.0
            ],
            "dates": [
                "13 Nov 2017",
                "14 Nov 2017",
                "15 Nov 2017",
                "16 Nov 2017",
                "17 Nov 2017",
                "20 Nov 2017",
                "21 Nov 2017",
                "22 Nov 2017",
                "23 Nov 2017",
                "24 Nov 2017",
                "27 Nov 2017",
                "28 Nov 2017",
                "29 Nov 2017",
                "30 Nov 2017",
                "01 Dec 2017",
                "04 Dec 2017",
                "05 Dec 2017",
                "06 Dec 2017",
                "07 Dec 2017",
                "08 Dec 2017"
            ]
        },
        "monthDataSeries3": {
            "prices": [
                7114.25,
                7126.6,
                7116.95,
                7203.7,
                7233.75,
                7451.0,
                7381.15,
                7348.95,
                7347.75,
                7311.25,
                7266.4,
                7253.25,
                7215.45,
                7266.35,
                7315.25,
                7237.2,
                7191.4,
                7238.95,
                7222.6,
                7217.9,
                7359.3,
                7371.55,
                7371.15,
                7469.2,
                7429.25,
                7434.65,
                7451.1,
                7475.25,
                7566.25,
                7556.8,
                7525.55,
                7555.45,
                7560.9,
                7490.7,
                7527.6,
                7551.9,
                7514.85,
                7577.95,
                7592.3,
                7621.95,
                7707.95,
                7859.1,
                7815.7,
                7739.0,
                7778.7,
                7839.45,
                7756.45,
                7669.2,
                7580.45,
                7452.85,
                7617.25,
                7701.6,
                7606.8,
                7620.05,
                7513.85,
                7498.45,
                7575.45,
                7601.95,
                7589.1,
                7525.85,
                7569.5,
                7702.5,
                7812.7,
                7803.75,
                7816.3,
                7851.15,
                7912.2,
                7972.8,
                8145.0,
                8161.1,
                8121.05,
                8071.25,
                8088.2,
                8154.45,
                8148.3,
                8122.05,
                8132.65,
                8074.55,
                7952.8,
                7885.55,
                7733.9,
                7897.15,
                7973.15,
                7888.5,
                7842.8,
                7838.4,
                7909.85,
                7892.75,
                7897.75,
                7820.05,
                7904.4,
                7872.2,
                7847.5,
                7849.55,
                7789.6,
                7736.35,
                7819.4,
                7875.35,
                7871.8,
                8076.5,
                8114.8,
                8193.55,
                8217.1,
                8235.05,
                8215.3,
                8216.4,
                8301.55,
                8235.25,
                8229.75,
                8201.95,
                8164.95,
                8107.85,
                8128.0,
                8122.9,
                8165.5,
                8340.7,
                8423.7,
                8423.5,
                8514.3,
                8481.85,
                8487.7,
                8506.9,
                8626.2
            ],
            "dates": [
                "02 Jun 2017",
                "05 Jun 2017",
                "06 Jun 2017",
                "07 Jun 2017",
                "08 Jun 2017",
                "09 Jun 2017",
                "12 Jun 2017",
                "13 Jun 2017",
                "14 Jun 2017",
                "15 Jun 2017",
                "16 Jun 2017",
                "19 Jun 2017",
                "20 Jun 2017",
                "21 Jun 2017",
                "22 Jun 2017",
                "23 Jun 2017",
                "27 Jun 2017",
                "28 Jun 2017",
                "29 Jun 2017",
                "30 Jun 2017",
                "03 Jul 2017",
                "04 Jul 2017",
                "05 Jul 2017",
                "06 Jul 2017",
                "07 Jul 2017",
                "10 Jul 2017",
                "11 Jul 2017",
                "12 Jul 2017",
                "13 Jul 2017",
                "14 Jul 2017",
                "17 Jul 2017",
                "18 Jul 2017",
                "19 Jul 2017",
                "20 Jul 2017",
                "21 Jul 2017",
                "24 Jul 2017",
                "25 Jul 2017",
                "26 Jul 2017",
                "27 Jul 2017",
                "28 Jul 2017",
                "31 Jul 2017",
                "01 Aug 2017",
                "02 Aug 2017",
                "03 Aug 2017",
                "04 Aug 2017",
                "07 Aug 2017",
                "08 Aug 2017",
                "09 Aug 2017",
                "10 Aug 2017",
                "11 Aug 2017",
                "14 Aug 2017",
                "16 Aug 2017",
                "17 Aug 2017",
                "18 Aug 2017",
                "21 Aug 2017",
                "22 Aug 2017",
                "23 Aug 2017",
                "24 Aug 2017",
                "28 Aug 2017",
                "29 Aug 2017",
                "30 Aug 2017",
                "31 Aug 2017",
                "01 Sep 2017",
                "04 Sep 2017",
                "05 Sep 2017",
                "06 Sep 2017",
                "07 Sep 2017",
                "08 Sep 2017",
                "11 Sep 2017",
                "12 Sep 2017",
                "13 Sep 2017",
                "14 Sep 2017",
                "15 Sep 2017",
                "18 Sep 2017",
                "19 Sep 2017",
                "20 Sep 2017",
                "21 Sep 2017",
                "22 Sep 2017",
                "25 Sep 2017",
                "26 Sep 2017",
                "27 Sep 2017",
                "28 Sep 2017",
                "29 Sep 2017",
                "03 Oct 2017",
                "04 Oct 2017",
                "05 Oct 2017",
                "06 Oct 2017",
                "09 Oct 2017",
                "10 Oct 2017",
                "11 Oct 2017",
                "12 Oct 2017",
                "13 Oct 2017",
                "16 Oct 2017",
                "17 Oct 2017",
                "18 Oct 2017",
                "19 Oct 2017",
                "23 Oct 2017",
                "24 Oct 2017",
                "25 Oct 2017",
                "26 Oct 2017",
                "27 Oct 2017",
                "30 Oct 2017",
                "31 Oct 2017",
                "01 Nov 2017",
                "02 Nov 2017",
                "03 Nov 2017",
                "06 Nov 2017",
                "07 Nov 2017",
                "08 Nov 2017",
                "09 Nov 2017",
                "10 Nov 2017",
                "13 Nov 2017",
                "14 Nov 2017",
                "15 Nov 2017",
                "16 Nov 2017",
                "17 Nov 2017",
                "20 Nov 2017",
                "21 Nov 2017",
                "22 Nov 2017",
                "23 Nov 2017",
                "24 Nov 2017",
                "27 Nov 2017",
                "28 Nov 2017"
            ]
        }
    };
src/main/resources/static/febs/lay/extends/apexcharts.min.js
New file
@@ -0,0 +1,9 @@
/*!
 * ApexCharts v3.6.12
 * (c) 2018-2019 Juned Chhipa
 * Released under the MIT License.
 */
layui.define([],function(exports){
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t=t||self).ApexCharts=e()}(this,function(){"use strict";function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var i=0;i<e.length;i++){var s=e[i];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(t,s.key,s)}}function s(t,e,s){return e&&i(t.prototype,e),s&&i(t,s),t}function a(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function n(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{},s=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(s=s.concat(Object.getOwnPropertySymbols(i).filter(function(t){return Object.getOwnPropertyDescriptor(i,t).enumerable}))),s.forEach(function(e){a(t,e,i[e])})}return t}function r(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&l(t,e)}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function l(t,e){return(l=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function h(t,e){return!e||"object"!=typeof e&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function c(t){return function(t){if(Array.isArray(t)){for(var e=0,i=new Array(t.length);e<t.length;e++)i[e]=t[e];return i}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var d=function(){function i(){e(this,i)}return s(i,[{key:"shadeRGBColor",value:function(t,e){var i=e.split(","),s=t<0?0:255,a=t<0?-1*t:t,n=parseInt(i[0].slice(4)),r=parseInt(i[1]),o=parseInt(i[2]);return"rgb("+(Math.round((s-n)*a)+n)+","+(Math.round((s-r)*a)+r)+","+(Math.round((s-o)*a)+o)+")"}},{key:"shadeHexColor",value:function(t,e){var i=parseInt(e.slice(1),16),s=t<0?0:255,a=t<0?-1*t:t,n=i>>16,r=i>>8&255,o=255&i;return"#"+(16777216+65536*(Math.round((s-n)*a)+n)+256*(Math.round((s-r)*a)+r)+(Math.round((s-o)*a)+o)).toString(16).slice(1)}},{key:"shadeColor",value:function(t,e){return e.length>7?this.shadeRGBColor(t,e):this.shadeHexColor(t,e)}}],[{key:"bind",value:function(t,e){return function(){return t.apply(e,arguments)}}},{key:"isObject",value:function(e){return e&&"object"===t(e)&&!Array.isArray(e)&&null!=e}},{key:"listToArray",value:function(t){var e,i=[];for(e=0;e<t.length;e++)i[e]=t[e];return i}},{key:"extend",value:function(t,e){var i=this;"function"!=typeof Object.assign&&(Object.assign=function(t){if(null==t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),i=1;i<arguments.length;i++){var s=arguments[i];if(null!=s)for(var a in s)s.hasOwnProperty(a)&&(e[a]=s[a])}return e});var s=Object.assign({},t);return this.isObject(t)&&this.isObject(e)&&Object.keys(e).forEach(function(n){i.isObject(e[n])&&n in t?s[n]=i.extend(t[n],e[n]):Object.assign(s,a({},n,e[n]))}),s}},{key:"extendArray",value:function(t,e){var s=[];return t.map(function(t){s.push(i.extend(e,t))}),t=s}},{key:"monthMod",value:function(t){return t%12}},{key:"addProps",value:function(t,e,i){"string"==typeof e&&(e=e.split(".")),t[e[0]]=t[e[0]]||{};var s=t[e[0]];return e.length>1?(e.shift(),this.addProps(s,e,i)):t[e[0]]=i,t}},{key:"clone",value:function(e){if("[object Array]"===Object.prototype.toString.call(e)){for(var i=[],s=0;s<e.length;s++)i[s]=this.clone(e[s]);return i}if("object"===t(e)){var a={};for(var n in e)e.hasOwnProperty(n)&&(a[n]=this.clone(e[n]));return a}return e}},{key:"log10",value:function(t){return Math.log(t)/Math.LN10}},{key:"roundToBase10",value:function(t){return Math.pow(10,Math.floor(Math.log10(t)))}},{key:"roundToBase",value:function(t,e){return Math.pow(e,Math.floor(Math.log(t)/Math.log(e)))}},{key:"parseNumber",value:function(t){return null===t?t:parseFloat(t)}},{key:"noExponents",value:function(t){var e=String(t).split(/[eE]/);if(1==e.length)return e[0];var i="",s=t<0?"-":"",a=e[0].replace(".",""),n=Number(e[1])+1;if(n<0){for(i=s+"0.";n++;)i+="0";return i+a.replace(/^\-/,"")}for(n-=a.length;n--;)i+="0";return a+i}},{key:"getDimensions",value:function(t){var e=getComputedStyle(t),i=[],s=t.clientHeight,a=t.clientWidth;return s-=parseFloat(e.paddingTop)+parseFloat(e.paddingBottom),a-=parseFloat(e.paddingLeft)+parseFloat(e.paddingRight),i.push(a),i.push(s),i}},{key:"getBoundingClientRect",value:function(t){var e=t.getBoundingClientRect();return{top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height,x:e.x,y:e.y}}},{key:"hexToRgba",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"#999999",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:.6;"#"!==t.substring(0,1)&&(t="#999999");var i=t.replace("#","");i=i.match(new RegExp("(.{"+i.length/3+"})","g"));for(var s=0;s<i.length;s++)i[s]=parseInt(1===i[s].length?i[s]+i[s]:i[s],16);return void 0!==e&&i.push(e),"rgba("+i.join(",")+")"}},{key:"getOpacityFromRGBA",value:function(t){return(t=t.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i))[3]}},{key:"rgb2hex",value:function(t){return(t=t.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i))&&4===t.length?"#"+("0"+parseInt(t[1],10).toString(16)).slice(-2)+("0"+parseInt(t[2],10).toString(16)).slice(-2)+("0"+parseInt(t[3],10).toString(16)).slice(-2):""}},{key:"isColorHex",value:function(t){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(t)}},{key:"polarToCartesian",value:function(t,e,i,s){var a=(s-90)*Math.PI/180;return{x:t+i*Math.cos(a),y:e+i*Math.sin(a)}}},{key:"escapeString",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"x",i=t.toString().slice();return i=i.replace(/[` ~!@#$%^&*()_|+\-=?;:'",.<>\{\}\[\]\\\/]/gi,e)}},{key:"negToZero",value:function(t){return t<0?0:t}},{key:"moveIndexInArray",value:function(t,e,i){if(i>=t.length)for(var s=i-t.length+1;s--;)t.push(void 0);return t.splice(i,0,t.splice(e,1)[0]),t}},{key:"extractNumber",value:function(t){return parseFloat(t.replace(/[^\d\.]*/g,""))}},{key:"randomString",value:function(t){for(var e="",i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",s=0;s<t;s++)e+=i.charAt(Math.floor(Math.random()*i.length));return e}},{key:"findAncestor",value:function(t,e){for(;(t=t.parentElement)&&!t.classList.contains(e););return t}},{key:"setELstyles",value:function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t.style.key=e[i])}},{key:"isNumber",value:function(t){return!isNaN(t)&&parseFloat(Number(t))===t&&!isNaN(parseInt(t,10))}},{key:"isFloat",value:function(t){return Number(t)===t&&t%1!=0}},{key:"isSafari",value:function(){return/^((?!chrome|android).)*safari/i.test(navigator.userAgent)}},{key:"isFirefox",value:function(){return navigator.userAgent.toLowerCase().indexOf("firefox")>-1}},{key:"isIE11",value:function(){if(-1!==window.navigator.userAgent.indexOf("MSIE")||window.navigator.appVersion.indexOf("Trident/")>-1)return!0}},{key:"isIE",value:function(){var t=window.navigator.userAgent,e=t.indexOf("MSIE ");if(e>0)return parseInt(t.substring(e+5,t.indexOf(".",e)),10);if(t.indexOf("Trident/")>0){var i=t.indexOf("rv:");return parseInt(t.substring(i+3,t.indexOf(".",i)),10)}var s=t.indexOf("Edge/");return s>0&&parseInt(t.substring(s+5,t.indexOf(".",s)),10)}}]),i}(),u=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"getDefaultFilter",value:function(t,e){var i=this.w;t.unfilter(!0),(new window.SVG.Filter).size("120%","180%","-5%","-40%"),"none"!==i.config.states.normal.filter?this.applyFilter(t,e,i.config.states.normal.filter.type,i.config.states.normal.filter.value):i.config.chart.dropShadow.enabled&&this.dropShadow(t,i.config.chart.dropShadow,e)}},{key:"addNormalFilter",value:function(t,e){var i=this.w;i.config.chart.dropShadow.enabled&&this.dropShadow(t,i.config.chart.dropShadow,e)}},{key:"addLightenFilter",value:function(t,e,i){var s=this,a=this.w,n=i.intensity;if(!d.isFirefox()){t.unfilter(!0);var r=new window.SVG.Filter;r.size("120%","180%","-5%","-40%"),t.filter(function(t){var i=a.config.chart.dropShadow;(r=i.enabled?s.addShadow(t,e,i):t).componentTransfer({rgb:{type:"linear",slope:1.5,intercept:n}})}),t.filterer.node.setAttribute("filterUnits","userSpaceOnUse")}}},{key:"addDarkenFilter",value:function(t,e,i){var s=this,a=this.w,n=i.intensity;if(!d.isFirefox()){t.unfilter(!0);var r=new window.SVG.Filter;r.size("120%","180%","-5%","-40%"),t.filter(function(t){var i=a.config.chart.dropShadow;(r=i.enabled?s.addShadow(t,e,i):t).componentTransfer({rgb:{type:"linear",slope:n}})}),t.filterer.node.setAttribute("filterUnits","userSpaceOnUse")}}},{key:"applyFilter",value:function(t,e,i){var s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:.5;switch(i){case"none":this.addNormalFilter(t,e);break;case"lighten":this.addLightenFilter(t,e,{intensity:s});break;case"darken":this.addDarkenFilter(t,e,{intensity:s})}}},{key:"addShadow",value:function(t,e,i){var s=i.blur,a=i.top,n=i.left,r=i.color,o=i.opacity,l=t.flood(Array.isArray(r)?r[e]:r,o).composite(t.sourceAlpha,"in").offset(n,a).gaussianBlur(s).merge(t.source);return t.blend(t.source,l)}},{key:"dropShadow",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,s=e.top,a=e.left,n=e.blur,r=e.color,o=e.opacity,l=e.noUserSpaceOnUse;return t.unfilter(!0),r=Array.isArray(r)?r[i]:r,(new window.SVG.Filter).size("120%","180%","-5%","-40%"),t.filter(function(t){var e=null;e=d.isSafari()||d.isFirefox()||d.isIE()?t.flood(r,o).composite(t.sourceAlpha,"in").offset(a,s).gaussianBlur(n):t.flood(r,o).composite(t.sourceAlpha,"in").offset(a,s).gaussianBlur(n).merge(t.source),t.blend(t.source,e)}),l||t.filterer.node.setAttribute("filterUnits","userSpaceOnUse"),t}},{key:"setSelectionFilter",value:function(t,e,i){var s=this.w;if(void 0!==s.globals.selectedDataPoints[e]&&s.globals.selectedDataPoints[e].indexOf(i)>-1){t.node.setAttribute("selected",!0);var a=s.config.states.active.filter;"none"!==a&&this.applyFilter(t,e,a.type,a.value)}}}]),t}(),g=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.setEasingFunctions()}return s(t,[{key:"setEasingFunctions",value:function(){var t;switch(this.w.config.chart.animations.easing){case"linear":t="-";break;case"easein":t="<";break;case"easeout":t=">";break;case"easeinout":t="<>";break;case"swing":t=function(t){var e=1.70158;return(t-=1)*t*((e+1)*t+e)+1};break;case"bounce":t=function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375};break;case"elastic":t=function(t){return t===!!t?t:Math.pow(2,-10*t)*Math.sin((t-.075)*(2*Math.PI)/.3)+1};break;default:t="<>"}this.w.globals.easing=t}},{key:"animateLine",value:function(t,e,i,s){t.attr(e).animate(s).attr(i)}},{key:"animateCircleRadius",value:function(t,e,i,s,a){e||(e=0),t.attr({r:e}).animate(s,a).attr({r:i})}},{key:"animateCircle",value:function(t,e,i,s,a){t.attr({r:e.r,cx:e.cx,cy:e.cy}).animate(s,a).attr({r:i.r,cx:i.cx,cy:i.cy})}},{key:"animateRect",value:function(t,e,i,s,a){t.attr(e).animate(s).attr(i).afterAll(function(){a()})}},{key:"animatePathsGradually",value:function(t){var e=t.el,i=t.j,s=t.pathFrom,a=t.pathTo,n=t.speed,r=t.delay,o=t.strokeWidth,l=this.w,h=0;l.config.chart.animations.animateGradually.enabled&&(h=l.config.chart.animations.animateGradually.delay),l.config.chart.animations.dynamicAnimation.enabled&&l.globals.dataChanged&&(h=0),this.morphSVG(e,i,s,a,n,o,r*h)}},{key:"showDelayedElements",value:function(){this.w.globals.delayedElements.forEach(function(t){t.el.classList.remove("hidden")})}},{key:"morphSVG",value:function(t,e,i,s,a,n,r){var o=this,l=this.w;i||(i=t.attr("pathFrom")),s||(s=t.attr("pathTo")),(!i||i.indexOf("undefined")>-1||i.indexOf("NaN")>-1)&&(i="M 0 ".concat(l.globals.gridHeight),a=1),(s.indexOf("undefined")>-1||s.indexOf("NaN")>-1)&&(s="M 0 ".concat(l.globals.gridHeight),a=1),l.globals.shouldAnimate||(a=1),t.plot(i).animate(1,l.globals.easing,r).plot(i).animate(a,l.globals.easing,r).plot(s).afterAll(function(){d.isNumber(e)?e===l.globals.series[l.globals.maxValsInArrayIndex].length-2&&l.globals.shouldAnimate&&(l.globals.animationEnded=!0):l.globals.shouldAnimate&&(l.globals.animationEnded=!0,"function"==typeof l.config.chart.events.animationEnd&&l.config.chart.events.animationEnd(o.ctx,l)),o.showDelayedElements()})}}]),t}(),f=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"drawLine",value:function(t,e,i,s){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"#a8a8a8",n=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,r=arguments.length>6&&void 0!==arguments[6]?arguments[6]:null;return this.w.globals.dom.Paper.line().attr({x1:t,y1:e,x2:i,y2:s,stroke:a,"stroke-dasharray":n,"stroke-width":r})}},{key:"drawRect",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,n=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"#fefefe",r=arguments.length>6&&void 0!==arguments[6]?arguments[6]:1,o=arguments.length>7&&void 0!==arguments[7]?arguments[7]:null,l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:null,h=arguments.length>9&&void 0!==arguments[9]?arguments[9]:0,c=this.w.globals.dom.Paper.rect();return c.attr({x:t,y:e,width:i>0?i:0,height:s>0?s:0,rx:a,ry:a,fill:n,opacity:r,"stroke-width":null!==o?o:0,stroke:null!==l?l:"none","stroke-dasharray":h}),c}},{key:"drawPolygon",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"#e1e1e1",i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"none";return this.w.globals.dom.Paper.polygon(t).attr({fill:i,stroke:e})}},{key:"drawCircle",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=this.w.globals.dom.Paper.circle(2*t);return null!==e&&i.attr(e),i}},{key:"drawPath",value:function(t){var e=t.d,i=void 0===e?"":e,s=t.stroke,a=void 0===s?"#a8a8a8":s,n=t.strokeWidth,r=void 0===n?1:n,o=t.fill,l=t.fillOpacity,h=void 0===l?1:l,c=t.strokeOpacity,d=void 0===c?1:c,u=t.classes,g=t.strokeLinecap,f=void 0===g?null:g,p=t.strokeDashArray,x=void 0===p?0:p,b=this.w;return null===f&&(f=b.config.stroke.lineCap),(i.indexOf("undefined")>-1||i.indexOf("NaN")>-1)&&(i="M 0 ".concat(b.globals.gridHeight)),b.globals.dom.Paper.path(i).attr({fill:o,"fill-opacity":h,stroke:a,"stroke-opacity":d,"stroke-linecap":f,"stroke-width":r,"stroke-dasharray":x,class:u})}},{key:"group",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=this.w.globals.dom.Paper.group();return null!==t&&e.attr(t),e}},{key:"move",value:function(t,e){var i=["M",t,e].join(" ");return i}},{key:"line",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,s=null;return null===i?s=["L",t,e].join(" "):"H"===i?s=["H",t].join(" "):"V"===i&&(s=["V",e].join(" ")),s}},{key:"curve",value:function(t,e,i,s,a,n){var r=["C",t,e,i,s,a,n].join(" ");return r}},{key:"quadraticCurve",value:function(t,e,i,s){return["Q",t,e,i,s].join(" ")}},{key:"arc",value:function(t,e,i,s,a,n,r){var o="A";arguments.length>7&&void 0!==arguments[7]&&arguments[7]&&(o="a");var l=[o,t,e,i,s,a,n,r].join(" ");return l}},{key:"renderPaths",value:function(t){var e,i=t.i,s=t.j,a=t.realIndex,r=t.pathFrom,o=t.pathTo,l=t.stroke,h=t.strokeWidth,c=t.strokeLinecap,d=t.fill,f=t.animationDelay,p=t.initialSpeed,x=t.dataChangeSpeed,b=t.className,m=t.id,v=t.shouldClipToGrid,y=void 0===v||v,w=t.bindEventsOnPaths,k=void 0===w||w,A=t.drawShadow,S=void 0===A||A,C=this.w,L=new u(this.ctx),z=new g(this.ctx),P=this.w.config.chart.animations.enabled,M=P&&this.w.config.chart.animations.dynamicAnimation.enabled,E=!!(P&&!C.globals.resized||M&&C.globals.dataChanged&&C.globals.shouldAnimate);E?e=r:(e=o,this.w.globals.animationEnded=!0);var T=C.config.stroke.dashArray,X=0;X=Array.isArray(T)?T[a]:C.config.stroke.dashArray;var I=this.drawPath({d:e,stroke:l,strokeWidth:h,fill:d,fillOpacity:1,classes:b,strokeLinecap:c,strokeDashArray:X});if(I.attr("id","".concat(m,"-").concat(i)),I.attr("index",a),y&&I.attr({"clip-path":"url(#gridRectMask".concat(C.globals.cuid,")")}),"none"!==C.config.states.normal.filter.type)L.getDefaultFilter(I,a);else if(C.config.chart.dropShadow.enabled&&S&&(!C.config.chart.dropShadow.enabledSeries||C.config.chart.dropShadow.enabledSeries&&-1!==C.config.chart.dropShadow.enabledSeries.indexOf(a))){var Y=C.config.chart.dropShadow;L.dropShadow(I,Y,a)}k&&(I.node.addEventListener("mouseenter",this.pathMouseEnter.bind(this,I)),I.node.addEventListener("mouseleave",this.pathMouseLeave.bind(this,I)),I.node.addEventListener("mousedown",this.pathMouseDown.bind(this,I))),I.attr({pathTo:o,pathFrom:r});var F={el:I,j:s,pathFrom:r,pathTo:o,strokeWidth:h};return!P||C.globals.resized||C.globals.dataChanged?!C.globals.resized&&C.globals.dataChanged||z.showDelayedElements():z.animatePathsGradually(n({},F,{speed:p,delay:f})),C.globals.dataChanged&&M&&E&&z.animatePathsGradually(n({},F,{speed:x})),I}},{key:"drawPattern",value:function(t,e,i){var s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"#a8a8a8",a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0;return this.w.globals.dom.Paper.pattern(e,i,function(n){"horizontalLines"===t?n.line(0,0,i,0).stroke({color:s,width:a+1}):"verticalLines"===t?n.line(0,0,0,e).stroke({color:s,width:a+1}):"slantedLines"===t?n.line(0,0,e,i).stroke({color:s,width:a}):"squares"===t?n.rect(e,i).fill("none").stroke({color:s,width:a}):"circles"===t&&n.circle(e).fill("none").stroke({color:s,width:a})})}},{key:"drawGradient",value:function(t,e,i,s,a){var n,r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:null,o=arguments.length>6&&void 0!==arguments[6]?arguments[6]:null,l=arguments.length>7&&void 0!==arguments[7]?arguments[7]:null,h=arguments.length>8&&void 0!==arguments[8]?arguments[8]:0,c=this.w;e=d.hexToRgba(e,s),i=d.hexToRgba(i,a);var u=0,g=1,f=1,p=null;null!==o&&(u=void 0!==o[0]?o[0]/100:0,g=void 0!==o[1]?o[1]/100:1,f=void 0!==o[2]?o[2]/100:1,p=void 0!==o[3]?o[3]/100:null);var x=!("donut"!==c.config.chart.type&&"pie"!==c.config.chart.type&&"bubble"!==c.config.chart.type);if(n=null===l||0===l.length?c.globals.dom.Paper.gradient(x?"radial":"linear",function(t){t.at(u,e,s),t.at(g,i,a),t.at(f,i,a),null!==p&&t.at(p,e,s)}):c.globals.dom.Paper.gradient(x?"radial":"linear",function(t){(Array.isArray(l[h])?l[h]:l).forEach(function(e){t.at(e.offset/100,e.color,e.opacity)})}),x){var b=c.globals.gridWidth/2,m=c.globals.gridHeight/2;"bubble"!==c.config.chart.type?n.attr({gradientUnits:"userSpaceOnUse",cx:b,cy:m,r:r}):n.attr({cx:.5,cy:.5,r:.8,fx:.2,fy:.2})}else"vertical"===t?n.from(0,0).to(0,1):"diagonal"===t?n.from(0,0).to(1,1):"horizontal"===t?n.from(0,1).to(1,1):"diagonal2"===t&&n.from(0,1).to(2,2);return n}},{key:"drawText",value:function(t){var e,i=this.w,s=t.x,a=t.y,n=t.text,r=t.textAnchor,o=t.fontSize,l=t.fontFamily,h=t.foreColor,c=t.opacity;return void 0===n&&(n=""),r||(r="start"),h||(h=i.config.chart.foreColor),l=l||i.config.chart.fontFamily,(e=Array.isArray(n)?i.globals.dom.Paper.text(function(t){for(var e=0;e<n.length;e++)t.tspan(n[e])}):i.globals.dom.Paper.plain(n)).attr({x:s,y:a,"text-anchor":r,"dominant-baseline":"auto","font-size":o,"font-family":l,fill:h,class:(t.cssClass,t.cssClass)}),e.node.style.fontFamily=l,e.node.style.opacity=c,e}},{key:"addTspan",value:function(t,e,i){var s=t.tspan(e);i||(i=this.w.config.chart.fontFamily),s.node.style.fontFamily=i}},{key:"drawMarker",value:function(t,e,i){t=t||0;var s=i.pSize||0,a=null;if("square"===i.shape){var n=void 0===i.pRadius?s/2:i.pRadius;null===e&&(s=0,n=0);var r=1.2*s+n,o=this.drawRect(r,r,r,r,n);o.attr({x:t-r/2,y:e-r/2,cx:t,cy:e,class:i.class?i.class:"",fill:i.pointFillColor,"fill-opacity":i.pointFillOpacity?i.pointFillOpacity:1,stroke:i.pointStrokeColor,"stroke-width":i.pWidth?i.pWidth:0,"stroke-opacity":i.pointStrokeOpacity?i.pointStrokeOpacity:1}),a=o}else"circle"===i.shape&&(d.isNumber(e)||(s=0,e=0),a=this.drawCircle(s,{cx:t,cy:e,class:i.class?i.class:"",stroke:i.pointStrokeColor,fill:i.pointFillColor,"fill-opacity":i.pointFillOpacity?i.pointFillOpacity:1,"stroke-width":i.pWidth?i.pWidth:0,"stroke-opacity":i.pointStrokeOpacity?i.pointStrokeOpacity:1}));return a}},{key:"pathMouseEnter",value:function(t,e){var i=this.w,s=new u(this.ctx),a=parseInt(t.node.getAttribute("index")),n=parseInt(t.node.getAttribute("j"));if("function"==typeof i.config.chart.events.dataPointMouseEnter&&i.config.chart.events.dataPointMouseEnter(e,this.ctx,{seriesIndex:a,dataPointIndex:n,w:i}),this.ctx.fireEvent("dataPointMouseEnter",[e,this.ctx,{seriesIndex:a,dataPointIndex:n,w:i}]),("none"===i.config.states.active.filter.type||"true"!==t.node.getAttribute("selected"))&&"none"!==i.config.states.hover.filter.type&&"none"!==i.config.states.active.filter.type&&!i.globals.isTouchDevice){var r=i.config.states.hover.filter;s.applyFilter(t,a,r.type,r.value)}}},{key:"pathMouseLeave",value:function(t,e){var i=this.w,s=new u(this.ctx),a=parseInt(t.node.getAttribute("index")),n=parseInt(t.node.getAttribute("j"));"function"==typeof i.config.chart.events.dataPointMouseLeave&&i.config.chart.events.dataPointMouseLeave(e,this.ctx,{seriesIndex:a,dataPointIndex:n,w:i}),this.ctx.fireEvent("dataPointMouseLeave",[e,this.ctx,{seriesIndex:a,dataPointIndex:n,w:i}]),"none"!==i.config.states.active.filter.type&&"true"===t.node.getAttribute("selected")||"none"!==i.config.states.hover.filter.type&&s.getDefaultFilter(t,a)}},{key:"pathMouseDown",value:function(t,e){var i=this.w,s=new u(this.ctx),a=parseInt(t.node.getAttribute("index")),n=parseInt(t.node.getAttribute("j")),r="false";if("true"===t.node.getAttribute("selected")){if(t.node.setAttribute("selected","false"),i.globals.selectedDataPoints[a].indexOf(n)>-1){var o=i.globals.selectedDataPoints[a].indexOf(n);i.globals.selectedDataPoints[a].splice(o,1)}}else{if(!i.config.states.active.allowMultipleDataPointsSelection&&i.globals.selectedDataPoints.length>0){i.globals.selectedDataPoints=[];var l=i.globals.dom.Paper.select(".apexcharts-series path").members,h=i.globals.dom.Paper.select(".apexcharts-series circle, .apexcharts-series rect").members;l.forEach(function(t){t.node.setAttribute("selected","false"),s.getDefaultFilter(t,a)}),h.forEach(function(t){t.node.setAttribute("selected","false"),s.getDefaultFilter(t,a)})}t.node.setAttribute("selected","true"),r="true",void 0===i.globals.selectedDataPoints[a]&&(i.globals.selectedDataPoints[a]=[]),i.globals.selectedDataPoints[a].push(n)}if("true"===r){var c=i.config.states.active.filter;"none"!==c&&s.applyFilter(t,a,c.type,c.value)}else"none"!==i.config.states.active.filter.type&&s.getDefaultFilter(t,a);"function"==typeof i.config.chart.events.dataPointSelection&&i.config.chart.events.dataPointSelection(e,this.ctx,{selectedDataPoints:i.globals.selectedDataPoints,seriesIndex:a,dataPointIndex:n,w:i}),this.ctx.fireEvent("dataPointSelection",[e,this.ctx,{selectedDataPoints:i.globals.selectedDataPoints,seriesIndex:a,dataPointIndex:n,w:i}])}},{key:"rotateAroundCenter",value:function(t){var e=t.getBBox();return{x:e.x+e.width/2,y:e.y+e.height/2}}},{key:"getTextRects",value:function(t,e,i,s){var a=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],n=this.w,r=this.drawText({x:-200,y:-200,text:t,textAnchor:"start",fontSize:e,fontFamily:i,foreColor:"#fff",opacity:0});s&&r.attr("transform",s),n.globals.dom.Paper.add(r);var o=r.bbox();return a||(o=r.node.getBoundingClientRect()),r.remove(),{width:o.width,height:o.height}}},{key:"placeTextWithEllipsis",value:function(t,e,i){if(t.textContent=e,e.length>0&&t.getSubStringLength(0,e.length)>=i){for(var s=e.length-3;s>0;s-=3)if(t.getSubStringLength(0,s)<=i)return void(t.textContent=e.substring(0,s)+"...");t.textContent="..."}}}],[{key:"setAttrs",value:function(t,e){for(var i in e)e.hasOwnProperty(i)&&t.setAttribute(i,e[i])}}]),t}();var p={name:"en",options:{months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],toolbar:{exportToSVG:"Download SVG",exportToPNG:"Download PNG",menu:"Menu",selection:"Selection",selectionZoom:"Selection Zoom",zoomIn:"Zoom In",zoomOut:"Zoom Out",pan:"Panning",reset:"Reset Zoom"}}},x=function(){function t(){e(this,t),this.yAxis={show:!0,showAlways:!1,seriesName:void 0,opposite:!1,reversed:!1,logarithmic:!1,tickAmount:void 0,forceNiceScale:!1,max:void 0,min:void 0,floating:!1,decimalsInFloat:void 0,labels:{show:!0,minWidth:0,maxWidth:160,offsetX:0,offsetY:0,align:void 0,rotate:0,padding:20,style:{colors:[],fontSize:"11px",fontFamily:void 0,cssClass:""},formatter:void 0},axisBorder:{show:!1,color:"#78909C",offsetX:0,offsetY:0},axisTicks:{show:!1,color:"#78909C",width:6,offsetX:0,offsetY:0},title:{text:void 0,rotate:90,offsetY:0,offsetX:0,style:{color:void 0,fontSize:"11px",fontFamily:void 0,cssClass:""}},tooltip:{enabled:!1,offsetX:0},crosshairs:{show:!0,position:"front",stroke:{color:"#b6b6b6",width:1,dashArray:0}}},this.xAxisAnnotation={x:0,x2:null,strokeDashArray:1,fillColor:"#c2c2c2",borderColor:"#c2c2c2",opacity:.3,offsetX:0,offsetY:0,label:{borderColor:"#c2c2c2",borderWidth:1,text:void 0,textAnchor:"middle",orientation:"vertical",position:"top",offsetX:0,offsetY:0,style:{background:"#fff",color:void 0,fontSize:"11px",fontFamily:void 0,cssClass:"",padding:{left:5,right:5,top:2,bottom:2}}}},this.yAxisAnnotation={y:0,y2:null,strokeDashArray:1,fillColor:"#c2c2c2",borderColor:"#c2c2c2",opacity:.3,offsetX:0,offsetY:0,yAxisIndex:0,label:{borderColor:"#c2c2c2",borderWidth:1,text:void 0,textAnchor:"end",position:"right",offsetX:0,offsetY:-3,style:{background:"#fff",color:void 0,fontSize:"11px",fontFamily:void 0,cssClass:"",padding:{left:5,right:5,top:0,bottom:2}}}},this.pointAnnotation={x:0,y:null,yAxisIndex:0,seriesIndex:0,marker:{size:0,fillColor:"#fff",strokeWidth:2,strokeColor:"#333",shape:"circle",offsetX:0,offsetY:0,radius:2,cssClass:""},label:{borderColor:"#c2c2c2",borderWidth:1,text:void 0,textAnchor:"middle",offsetX:0,offsetY:-15,style:{background:"#fff",color:void 0,fontSize:"11px",fontFamily:void 0,cssClass:"",padding:{left:5,right:5,top:0,bottom:2}}},customSVG:{SVG:void 0,cssClass:void 0,offsetX:0,offsetY:0}}}return s(t,[{key:"init",value:function(){return{annotations:{position:"front",yaxis:[this.yAxisAnnotation],xaxis:[this.xAxisAnnotation],points:[this.pointAnnotation]},chart:{animations:{enabled:!0,easing:"easeinout",speed:800,animateGradually:{delay:150,enabled:!0},dynamicAnimation:{enabled:!0,speed:350}},background:"transparent",locales:[p],defaultLocale:"en",dropShadow:{enabled:!1,enabledSeries:void 0,top:2,left:2,blur:4,color:"#000",opacity:.35},events:{animationEnd:void 0,beforeMount:void 0,mounted:void 0,updated:void 0,click:void 0,legendClick:void 0,markerClick:void 0,selection:void 0,dataPointSelection:void 0,dataPointMouseEnter:void 0,dataPointMouseLeave:void 0,beforeZoom:void 0,zoomed:void 0,scrolled:void 0},foreColor:"#373d3f",fontFamily:"Helvetica, Arial, sans-serif",height:"auto",parentHeightOffset:15,id:void 0,group:void 0,offsetX:0,offsetY:0,selection:{enabled:!1,type:"x",fill:{color:"#24292e",opacity:.1},stroke:{width:1,color:"#24292e",opacity:.4,dashArray:3},xaxis:{min:void 0,max:void 0},yaxis:{min:void 0,max:void 0}},sparkline:{enabled:!1},brush:{enabled:!1,autoScaleYaxis:!1,target:void 0},stacked:!1,stackType:"normal",toolbar:{show:!0,tools:{download:!0,selection:!0,zoom:!0,zoomin:!0,zoomout:!0,pan:!0,reset:!0,customIcons:[]},autoSelected:"zoom"},type:"line",width:"100%",zoom:{enabled:!0,type:"x",zoomedArea:{fill:{color:"#90CAF9",opacity:.4},stroke:{color:"#0D47A1",opacity:.4,width:1}}}},plotOptions:{bar:{horizontal:!1,columnWidth:"70%",barHeight:"70%",distributed:!1,endingShape:"flat",colors:{ranges:[],backgroundBarColors:[],backgroundBarOpacity:1},dataLabels:{maxItems:100,hideOverflowingLabels:!0,position:"top"}},candlestick:{colors:{upward:"#00B746",downward:"#EF403C"},wick:{useFillColor:!0}},heatmap:{radius:2,enableShades:!0,shadeIntensity:.5,reverseNegativeShade:!0,distributed:!1,colorScale:{inverse:!1,ranges:[],min:void 0,max:void 0}},radialBar:{size:void 0,inverseOrder:!1,startAngle:0,endAngle:360,offsetX:0,offsetY:0,hollow:{margin:5,size:"50%",background:"transparent",image:void 0,imageWidth:150,imageHeight:150,imageOffsetX:0,imageOffsetY:0,imageClipped:!0,position:"front",dropShadow:{enabled:!1,top:0,left:0,blur:3,color:"#000",opacity:.5}},track:{show:!0,startAngle:void 0,endAngle:void 0,background:"#f2f2f2",strokeWidth:"97%",opacity:1,margin:5,dropShadow:{enabled:!1,top:0,left:0,blur:3,color:"#000",opacity:.5}},dataLabels:{show:!0,name:{show:!0,fontSize:"16px",fontFamily:void 0,color:void 0,offsetY:0},value:{show:!0,fontSize:"14px",fontFamily:void 0,color:void 0,offsetY:16,formatter:function(t){return t+"%"}},total:{show:!1,label:"Total",color:void 0,formatter:function(t){return t.globals.seriesTotals.reduce(function(t,e){return t+e},0)/t.globals.series.length+"%"}}}},rangeBar:{},pie:{size:void 0,customScale:1,offsetX:0,offsetY:0,expandOnClick:!0,dataLabels:{offset:0,minAngleToShowLabel:10},donut:{size:"65%",background:"transparent",labels:{show:!1,name:{show:!0,fontSize:"16px",fontFamily:void 0,color:void 0,offsetY:-10},value:{show:!0,fontSize:"20px",fontFamily:void 0,color:void 0,offsetY:10,formatter:function(t){return t}},total:{show:!1,label:"Total",color:void 0,formatter:function(t){return t.globals.seriesTotals.reduce(function(t,e){return t+e},0)}}}}},radar:{size:void 0,offsetX:0,offsetY:0,polygons:{strokeColors:"#e8e8e8",connectorColors:"#e8e8e8",fill:{colors:void 0}}}},colors:void 0,dataLabels:{enabled:!0,enabledOnSeries:void 0,formatter:function(t){return t},textAnchor:"middle",offsetX:0,offsetY:0,style:{fontSize:"12px",fontFamily:void 0,colors:void 0},dropShadow:{enabled:!1,top:1,left:1,blur:1,color:"#000",opacity:.45}},fill:{type:"solid",colors:void 0,opacity:.85,gradient:{shade:"dark",type:"horizontal",shadeIntensity:.5,gradientToColors:void 0,inverseColors:!0,opacityFrom:1,opacityTo:1,stops:[0,50,100],colorStops:[]},image:{src:[],width:void 0,height:void 0},pattern:{style:"sqaures",width:6,height:6,strokeWidth:2}},grid:{show:!0,borderColor:"#e0e0e0",strokeDashArray:0,position:"back",xaxis:{lines:{show:!1,animate:!1}},yaxis:{lines:{show:!0,animate:!1}},row:{colors:void 0,opacity:.5},column:{colors:void 0,opacity:.5},padding:{top:0,right:10,bottom:0,left:12}},labels:[],legend:{show:!0,showForSingleSeries:!1,showForNullSeries:!0,showForZeroSeries:!0,floating:!1,position:"bottom",horizontalAlign:"center",fontSize:"12px",fontFamily:void 0,width:void 0,height:void 0,formatter:void 0,offsetX:-20,offsetY:0,labels:{colors:void 0,useSeriesColors:!1},markers:{width:12,height:12,strokeWidth:0,strokeColor:"#fff",radius:12,customHTML:void 0,offsetX:0,offsetY:0,onClick:void 0},itemMargin:{horizontal:0,vertical:5},onItemClick:{toggleDataSeries:!0},onItemHover:{highlightDataSeries:!0}},markers:{discrete:[],size:0,colors:void 0,strokeColors:"#fff",strokeWidth:2,strokeOpacity:.9,fillOpacity:1,shape:"circle",radius:2,offsetX:0,offsetY:0,hover:{size:void 0,sizeOffset:3}},noData:{text:void 0,align:"center",verticalAlign:"middle",offsetX:0,offsetY:0,style:{color:void 0,fontSize:"14px",fontFamily:void 0}},responsive:[],series:void 0,states:{normal:{filter:{type:"none",value:0}},hover:{filter:{type:"lighten",value:.15}},active:{allowMultipleDataPointsSelection:!1,filter:{type:"darken",value:.65}}},title:{text:void 0,align:"left",margin:10,offsetX:0,offsetY:0,floating:!1,style:{fontSize:"14px",fontFamily:void 0,color:void 0}},subtitle:{text:void 0,align:"left",margin:10,offsetX:0,offsetY:30,floating:!1,style:{fontSize:"12px",fontFamily:void 0,color:void 0}},stroke:{show:!0,curve:"smooth",lineCap:"butt",width:2,colors:void 0,dashArray:0},tooltip:{enabled:!0,enabledOnSeries:void 0,shared:!0,followCursor:!1,intersect:!1,inverseOrder:!1,custom:void 0,fillSeriesColor:!1,theme:"light",style:{fontSize:"12px",fontFamily:void 0},onDatasetHover:{highlightDataSeries:!1},x:{show:!0,format:"dd MMM",formatter:void 0},y:{formatter:void 0,title:{formatter:function(t){return t}}},z:{formatter:void 0,title:"Size: "},marker:{show:!0},items:{display:"flex"},fixed:{enabled:!1,position:"topRight",offsetX:0,offsetY:0}},xaxis:{type:"category",categories:[],offsetX:0,offsetY:0,labels:{show:!0,rotate:-45,rotateAlways:!1,hideOverlappingLabels:!0,trim:!0,minHeight:void 0,maxHeight:120,showDuplicates:!0,style:{colors:[],fontSize:"12px",fontFamily:void 0,cssClass:""},offsetX:0,offsetY:0,format:void 0,formatter:void 0,datetimeFormatter:{year:"yyyy",month:"MMM 'yy",day:"dd MMM",hour:"HH:mm",minute:"HH:mm:ss"}},axisBorder:{show:!0,color:"#78909C",width:"100%",height:1,offsetX:0,offsetY:0},axisTicks:{show:!0,color:"#78909C",height:6,offsetX:0,offsetY:0},tickAmount:void 0,tickPlacement:"on",min:void 0,max:void 0,range:void 0,floating:!1,position:"bottom",title:{text:void 0,offsetX:0,offsetY:0,style:{color:void 0,fontSize:"12px",fontFamily:void 0,cssClass:""}},crosshairs:{show:!0,width:1,position:"back",opacity:.9,stroke:{color:"#b6b6b6",width:1,dashArray:3},fill:{type:"solid",color:"#B1B9C4",gradient:{colorFrom:"#D8E3F0",colorTo:"#BED1E6",stops:[0,100],opacityFrom:.4,opacityTo:.5}},dropShadow:{enabled:!1,left:0,top:0,blur:1,opacity:.4}},tooltip:{enabled:!0,offsetY:0,formatter:void 0,style:{fontSize:"12px",fontFamily:void 0}}},yaxis:this.yAxis,theme:{mode:"light",palette:"palette1",monochrome:{enabled:!1,color:"#008FFB",shadeTo:"light",shadeIntensity:.65}}}}}]),t}(),b=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.graphics=new f(this.ctx),this.w.globals.isBarHorizontal&&(this.invertAxis=!0),this.xDivision=this.w.globals.gridWidth/this.w.globals.dataPoints}return s(t,[{key:"drawAnnotations",value:function(){var t=this.w;if(t.globals.axisCharts){for(var e=this.drawYAxisAnnotations(),i=this.drawXAxisAnnotations(),s=this.drawPointAnnotations(),a=t.config.chart.animations.enabled,n=[e,i,s],r=[i.node,e.node,s.node],o=0;o<3;o++)t.globals.dom.elGraphical.add(n[o]),!a||t.globals.resized||t.globals.dataChanged||r[o].classList.add("hidden"),t.globals.delayedElements.push({el:r[o],index:0});this.annotationsBackground()}}},{key:"addXaxisAnnotation",value:function(t,e,i){var s=this.w,a=this.invertAxis?s.globals.minY:s.globals.minX,n=this.invertAxis?s.globals.yRange[0]:s.globals.xRange,r=(t.x-a)/(n/s.globals.gridWidth),o=t.label.text;if("category"===s.config.xaxis.type||s.config.xaxis.convertedCatToNumeric){var l=s.globals.labels.indexOf(t.x),h=s.globals.dom.baseEl.querySelector(".apexcharts-xaxis-texts-g text:nth-child("+(l+1)+")");h&&(r=parseFloat(h.getAttribute("x")))}var c=t.strokeDashArray;if(!(r<0||r>s.globals.gridWidth)){if(null===t.x2){var d=this.graphics.drawLine(r+t.offsetX,0+t.offsetY,r+t.offsetX,s.globals.gridHeight+t.offsetY,t.borderColor,c);e.appendChild(d.node)}else{var u=(t.x2-a)/(n/s.globals.gridWidth);if(u<r){var g=r;r=u,u=g}if(o){var f=this.graphics.drawRect(r+t.offsetX,0+t.offsetY,u-r,s.globals.gridHeight+t.offsetY,0,t.fillColor,t.opacity,1,t.borderColor,c);e.appendChild(f.node)}}var p="top"===t.label.position?-3:s.globals.gridHeight,x=this.graphics.drawText({x:r+t.label.offsetX,y:p+t.label.offsetY,text:o,textAnchor:t.label.textAnchor,fontSize:t.label.style.fontSize,fontFamily:t.label.style.fontFamily,foreColor:t.label.style.color,cssClass:"apexcharts-xaxis-annotation-label "+t.label.style.cssClass});x.attr({rel:i}),e.appendChild(x.node),this.setOrientations(t,i)}}},{key:"drawXAxisAnnotations",value:function(){var t=this,e=this.w,i=this.graphics.group({class:"apexcharts-xaxis-annotations"});return e.config.annotations.xaxis.map(function(e,s){t.addXaxisAnnotation(e,i.node,s)}),i}},{key:"addYaxisAnnotation",value:function(t,e,i){var s,a,n=this.w,r=t.strokeDashArray;if(this.invertAxis){var o=n.globals.labels.indexOf(t.y),l=n.globals.dom.baseEl.querySelector(".apexcharts-yaxis-texts-g text:nth-child("+(o+1)+")");l&&(s=parseFloat(l.getAttribute("y")))}else s=n.globals.gridHeight-(t.y-n.globals.minYArr[t.yAxisIndex])/(n.globals.yRange[t.yAxisIndex]/n.globals.gridHeight),n.config.yaxis[t.yAxisIndex]&&n.config.yaxis[t.yAxisIndex].reversed&&(s=(t.y-n.globals.minYArr[t.yAxisIndex])/(n.globals.yRange[t.yAxisIndex]/n.globals.gridHeight));var h=t.label.text;if(null===t.y2){var c=this.graphics.drawLine(0+t.offsetX,s+t.offsetY,n.globals.gridWidth+t.offsetX,s+t.offsetY,t.borderColor,r);e.appendChild(c.node)}else{if(this.invertAxis){var d=n.globals.labels.indexOf(t.y2),u=n.globals.dom.baseEl.querySelector(".apexcharts-yaxis-texts-g text:nth-child("+(d+1)+")");u&&(a=parseFloat(u.getAttribute("y")))}else a=n.globals.gridHeight-(t.y2-n.globals.minYArr[t.yAxisIndex])/(n.globals.yRange[t.yAxisIndex]/n.globals.gridHeight),n.config.yaxis[t.yAxisIndex]&&n.config.yaxis[t.yAxisIndex].reversed&&(a=(t.y2-n.globals.minYArr[t.yAxisIndex])/(n.globals.yRange[t.yAxisIndex]/n.globals.gridHeight));if(a>s){var g=s;s=a,a=g}if(h){var f=this.graphics.drawRect(0+t.offsetX,a+t.offsetY,n.globals.gridWidth+t.offsetX,s-a,0,t.fillColor,t.opacity,1,t.borderColor,r);e.appendChild(f.node)}}var p="right"===t.label.position?n.globals.gridWidth:0,x=this.graphics.drawText({x:p+t.label.offsetX,y:(a||s)+t.label.offsetY-3,text:h,textAnchor:t.label.textAnchor,fontSize:t.label.style.fontSize,fontFamily:t.label.style.fontFamily,foreColor:t.label.style.color,cssClass:"apexcharts-yaxis-annotation-label "+t.label.style.cssClass});x.attr({rel:i}),e.appendChild(x.node)}},{key:"drawYAxisAnnotations",value:function(){var t=this,e=this.w,i=this.graphics.group({class:"apexcharts-yaxis-annotations"});return e.config.annotations.yaxis.map(function(e,s){t.addYaxisAnnotation(e,i.node,s)}),i}},{key:"clearAnnotations",value:function(t){var e=t.w.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxis-annotations, .apexcharts-xaxis-annotations, .apexcharts-point-annotations");(e=d.listToArray(e)).forEach(function(t){for(;t.firstChild;)t.removeChild(t.firstChild)})}},{key:"addPointAnnotation",value:function(t,e,i){var s=this.w,a=0,n=0,r=0;if(this.invertAxis&&console.warn("Point annotation is not supported in horizontal bar charts."),"string"==typeof t.x){var o=s.globals.labels.indexOf(t.x),l=s.globals.dom.baseEl.querySelector(".apexcharts-xaxis-texts-g text:nth-child("+(o+1)+")");a=parseFloat(l.getAttribute("x"));var h=t.y;null===t.y&&(h=s.globals.series[t.seriesIndex][o]),n=s.globals.gridHeight-(h-s.globals.minYArr[t.yAxisIndex])/(s.globals.yRange[t.yAxisIndex]/s.globals.gridHeight)-parseInt(t.label.style.fontSize)-t.marker.size,r=s.globals.gridHeight-(h-s.globals.minYArr[t.yAxisIndex])/(s.globals.yRange[t.yAxisIndex]/s.globals.gridHeight),s.config.yaxis[t.yAxisIndex]&&s.config.yaxis[t.yAxisIndex].reversed&&(n=(h-s.globals.minYArr[t.yAxisIndex])/(s.globals.yRange[t.yAxisIndex]/s.globals.gridHeight)+parseInt(t.label.style.fontSize)+t.marker.size,r=(h-s.globals.minYArr[t.yAxisIndex])/(s.globals.yRange[t.yAxisIndex]/s.globals.gridHeight))}else a=(t.x-s.globals.minX)/(s.globals.xRange/s.globals.gridWidth),n=s.globals.gridHeight-(parseFloat(t.y)-s.globals.minYArr[t.yAxisIndex])/(s.globals.yRange[t.yAxisIndex]/s.globals.gridHeight)-parseInt(t.label.style.fontSize)-t.marker.size,r=s.globals.gridHeight-(t.y-s.globals.minYArr[t.yAxisIndex])/(s.globals.yRange[t.yAxisIndex]/s.globals.gridHeight),s.config.yaxis[t.yAxisIndex]&&s.config.yaxis[t.yAxisIndex].reversed&&(n=(parseFloat(t.y)-s.globals.minYArr[t.yAxisIndex])/(s.globals.yRange[t.yAxisIndex]/s.globals.gridHeight)-parseInt(t.label.style.fontSize)-t.marker.size,r=(t.y-s.globals.minYArr[t.yAxisIndex])/(s.globals.yRange[t.yAxisIndex]/s.globals.gridHeight));if(!(a<0||a>s.globals.gridWidth)){var c={pSize:t.marker.size,pWidth:t.marker.strokeWidth,pointFillColor:t.marker.fillColor,pointStrokeColor:t.marker.strokeColor,shape:t.marker.shape,radius:t.marker.radius,class:"apexcharts-point-annotation-marker "+t.marker.cssClass},d=this.graphics.drawMarker(a+t.marker.offsetX,r+t.marker.offsetY,c);e.appendChild(d.node);var u=t.label.text?t.label.text:"",g=this.graphics.drawText({x:a+t.label.offsetX,y:n+t.label.offsetY,text:u,textAnchor:t.label.textAnchor,fontSize:t.label.style.fontSize,fontFamily:t.label.style.fontFamily,foreColor:t.label.style.color,cssClass:"apexcharts-point-annotation-label "+t.label.style.cssClass});if(g.attr({rel:i}),e.appendChild(g.node),t.customSVG.SVG){var f=this.graphics.group({class:"apexcharts-point-annotations-custom-svg "+t.customSVG.cssClass});f.attr({transform:"translate(".concat(a+t.customSVG.offsetX,", ").concat(n+t.customSVG.offsetY,")")}),f.node.innerHTML=t.customSVG.SVG,e.appendChild(f.node)}}}},{key:"drawPointAnnotations",value:function(){var t=this,e=this.w,i=this.graphics.group({class:"apexcharts-point-annotations"});return e.config.annotations.points.map(function(e,s){t.addPointAnnotation(e,i.node,s)}),i}},{key:"setOrientations",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=this.w;if("vertical"===t.label.orientation){var s=null!==e?e:0,a=i.globals.dom.baseEl.querySelector(".apexcharts-xaxis-annotations .apexcharts-xaxis-annotation-label[rel='".concat(s,"']"));if(null!==a){var n=a.getBoundingClientRect();a.setAttribute("x",parseFloat(a.getAttribute("x"))-n.height+4),"top"===t.label.position?a.setAttribute("y",parseFloat(a.getAttribute("y"))+n.width):a.setAttribute("y",parseFloat(a.getAttribute("y"))-n.width);var r=this.graphics.rotateAroundCenter(a),o=r.x,l=r.y;a.setAttribute("transform","rotate(-90 ".concat(o," ").concat(l,")"))}}}},{key:"addBackgroundToAnno",value:function(t,e){var i=this.w;if(!e.label.text)return null;var s=i.globals.dom.baseEl.querySelector(".apexcharts-grid").getBoundingClientRect(),a=t.getBoundingClientRect(),n=e.label.style.padding.left,r=e.label.style.padding.right,o=e.label.style.padding.top,l=e.label.style.padding.bottom;"vertical"===e.label.orientation&&(o=e.label.style.padding.left,l=e.label.style.padding.right,n=e.label.style.padding.top,r=e.label.style.padding.bottom);var h=a.left-s.left-n,c=a.top-s.top-o;return this.graphics.drawRect(h,c,a.width+n+r,a.height+o+l,0,e.label.style.background,1,e.label.borderWidth,e.label.borderColor,0)}},{key:"annotationsBackground",value:function(){var t=this,e=this.w,i=function(i,s,a){var n=e.globals.dom.baseEl.querySelector(".apexcharts-".concat(a,"-annotations .apexcharts-").concat(a,"-annotation-label[rel='").concat(s,"']"));if(n){var r=n.parentNode,o=t.addBackgroundToAnno(n,i);o&&r.insertBefore(o.node,n)}};e.config.annotations.xaxis.map(function(t,e){i(t,e,"xaxis")}),e.config.annotations.yaxis.map(function(t,e){i(t,e,"yaxis")}),e.config.annotations.points.map(function(t,e){i(t,e,"point")})}},{key:"addText",value:function(t,e,i){var s=t.x,a=t.y,n=t.text,r=t.textAnchor,o=t.appendTo,l=void 0===o?".apexcharts-inner":o,h=t.foreColor,c=t.fontSize,d=t.fontFamily,u=t.cssClass,g=t.backgroundColor,f=t.borderWidth,p=t.strokeDashArray,x=t.radius,b=t.borderColor,m=t.paddingLeft,v=void 0===m?4:m,y=t.paddingRight,w=void 0===y?4:y,k=t.paddingBottom,A=void 0===k?2:k,S=t.paddingTop,C=void 0===S?2:S,L=i,z=L.w,P=z.globals.dom.baseEl.querySelector(l),M=this.graphics.drawText({x:s,y:a,text:n,textAnchor:r||"start",fontSize:c||"12px",fontFamily:d||z.config.chart.fontFamily,foreColor:h||z.config.chart.foreColor,cssClass:u});P.appendChild(M.node);var E=M.bbox();if(n){var T=this.graphics.drawRect(E.x-v,E.y-C,E.width+v+w,E.height+A+C,x,g,1,f,b,p);M.before(T)}return e&&z.globals.memory.methodsToExec.push({context:L,method:L.addText,params:{x:s,y:a,text:n,textAnchor:r,appendTo:l,foreColor:h,fontSize:c,cssClass:u,backgroundColor:g,borderWidth:f,strokeDashArray:p,radius:x,borderColor:b,paddingLeft:v,paddingRight:w,paddingBottom:A,paddingTop:C}}),i}},{key:"addPointAnnotationExternal",value:function(t,e,i){return void 0===this.invertAxis&&(this.invertAxis=i.w.globals.isBarHorizontal),this.addAnnotationExternal({params:t,pushToMemory:e,context:i,type:"point",contextMethod:i.addPointAnnotation}),i}},{key:"addYaxisAnnotationExternal",value:function(t,e,i){return this.addAnnotationExternal({params:t,pushToMemory:e,context:i,type:"yaxis",contextMethod:i.addYaxisAnnotation}),i}},{key:"addXaxisAnnotationExternal",value:function(t,e,i){return this.addAnnotationExternal({params:t,pushToMemory:e,context:i,type:"xaxis",contextMethod:i.addXaxisAnnotation}),i}},{key:"addAnnotationExternal",value:function(t){var e=t.params,i=t.pushToMemory,s=t.context,a=t.type,n=t.contextMethod,r=s,o=r.w,l=o.globals.dom.baseEl.querySelector(".apexcharts-".concat(a,"-annotations")),h=l.childNodes.length+1,c=new x,u=Object.assign({},"xaxis"===a?c.xAxisAnnotation:"yaxis"===a?c.yAxisAnnotation:c.pointAnnotation),g=d.extend(u,e);switch(a){case"xaxis":this.addXaxisAnnotation(g,l,h);break;case"yaxis":this.addYaxisAnnotation(g,l,h);break;case"point":this.addPointAnnotation(g,l,h)}var f=o.globals.dom.baseEl.querySelector(".apexcharts-".concat(a,"-annotations .apexcharts-").concat(a,"-annotation-label[rel='").concat(h,"']")),p=this.addBackgroundToAnno(f,g);return p&&l.insertBefore(p.node,f),i&&o.globals.memory.methodsToExec.push({context:r,method:n,params:e}),s}}]),t}(),m=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.months31=[1,3,5,7,8,10,12],this.months30=[2,4,6,9,11],this.daysCntOfYear=[0,31,59,90,120,151,181,212,243,273,304,334]}return s(t,[{key:"isValidDate",value:function(t){return!isNaN(this.parseDate(t))}},{key:"getUTCTimeStamp",value:function(t){return Date.parse(t)?new Date(new Date(t).toISOString().substr(0,25)).getTime():t}},{key:"parseDate",value:function(t){var e=Date.parse(t);if(!isNaN(e))return this.getUTCTimeStamp(t);var i=Date.parse(t.replace(/-/g,"/").replace(/[a-z]+/gi," "));return i=this.getUTCTimeStamp(i)}},{key:"treatAsUtc",value:function(t){var e=new Date(t);return e.setMinutes(e.getMinutes()-e.getTimezoneOffset()),e}},{key:"formatDate",value:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],s=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=this.w.globals.locale,n=["\0"].concat(c(a.months)),r=["\x01"].concat(c(a.shortMonths)),o=["\x02"].concat(c(a.days)),l=["\x03"].concat(c(a.shortDays));function h(t,e){var i=t+"";for(e=e||2;i.length<e;)i="0"+i;return i}s&&(t=this.treatAsUtc(t));var d=i?t.getUTCFullYear():t.getFullYear();e=(e=(e=e.replace(/(^|[^\\])yyyy+/g,"$1"+d)).replace(/(^|[^\\])yy/g,"$1"+d.toString().substr(2,2))).replace(/(^|[^\\])y/g,"$1"+d);var u=(i?t.getUTCMonth():t.getMonth())+1;e=(e=(e=(e=e.replace(/(^|[^\\])MMMM+/g,"$1"+n[0])).replace(/(^|[^\\])MMM/g,"$1"+r[0])).replace(/(^|[^\\])MM/g,"$1"+h(u))).replace(/(^|[^\\])M/g,"$1"+u);var g=i?t.getUTCDate():t.getDate();e=(e=(e=(e=e.replace(/(^|[^\\])dddd+/g,"$1"+o[0])).replace(/(^|[^\\])ddd/g,"$1"+l[0])).replace(/(^|[^\\])dd/g,"$1"+h(g))).replace(/(^|[^\\])d/g,"$1"+g);var f=i?t.getUTCHours():t.getHours(),p=f>12?f-12:0===f?12:f;e=(e=(e=(e=e.replace(/(^|[^\\])HH+/g,"$1"+h(f))).replace(/(^|[^\\])H/g,"$1"+f)).replace(/(^|[^\\])hh+/g,"$1"+h(p))).replace(/(^|[^\\])h/g,"$1"+p);var x=i?t.getUTCMinutes():t.getMinutes();e=(e=e.replace(/(^|[^\\])mm+/g,"$1"+h(x))).replace(/(^|[^\\])m/g,"$1"+x);var b=i?t.getUTCSeconds():t.getSeconds();e=(e=e.replace(/(^|[^\\])ss+/g,"$1"+h(b))).replace(/(^|[^\\])s/g,"$1"+b);var m=i?t.getUTCMilliseconds():t.getMilliseconds();e=e.replace(/(^|[^\\])fff+/g,"$1"+h(m,3)),m=Math.round(m/10),e=e.replace(/(^|[^\\])ff/g,"$1"+h(m)),m=Math.round(m/10);var v=f<12?"AM":"PM";e=(e=(e=e.replace(/(^|[^\\])f/g,"$1"+m)).replace(/(^|[^\\])TT+/g,"$1"+v)).replace(/(^|[^\\])T/g,"$1"+v.charAt(0));var y=v.toLowerCase();e=(e=e.replace(/(^|[^\\])tt+/g,"$1"+y)).replace(/(^|[^\\])t/g,"$1"+y.charAt(0));var w=-t.getTimezoneOffset(),k=i||!w?"Z":w>0?"+":"-";if(!i){var A=(w=Math.abs(w))%60;k+=h(Math.floor(w/60))+":"+h(A)}e=e.replace(/(^|[^\\])K/g,"$1"+k);var S=(i?t.getUTCDay():t.getDay())+1;return e=(e=(e=(e=(e=e.replace(new RegExp(o[0],"g"),o[S])).replace(new RegExp(l[0],"g"),l[S])).replace(new RegExp(n[0],"g"),n[u])).replace(new RegExp(r[0],"g"),r[u])).replace(/\\(.)/g,"$1")}},{key:"getTimeUnitsfromTimestamp",value:function(t,e){var i=this.w;void 0!==i.config.xaxis.min&&(t=i.config.xaxis.min),void 0!==i.config.xaxis.max&&(e=i.config.xaxis.max);var s=new Date(t).getFullYear(),a=new Date(e).getFullYear(),n=new Date(t).getMonth(),r=new Date(e).getMonth(),o=new Date(t).getDate(),l=new Date(e).getDate(),h=new Date(t).getHours(),c=new Date(e).getHours();return{minMinute:new Date(t).getMinutes(),maxMinute:new Date(e).getMinutes(),minHour:h,maxHour:c,minDate:o,maxDate:l,minMonth:n,maxMonth:r,minYear:s,maxYear:a}}},{key:"isLeapYear",value:function(t){return t%4==0&&t%100!=0||t%400==0}},{key:"calculcateLastDaysOfMonth",value:function(t,e,i){return this.determineDaysOfMonths(t,e)-i}},{key:"determineDaysOfYear",value:function(t){var e=365;return this.isLeapYear(t)&&(e=366),e}},{key:"determineRemainingDaysOfYear",value:function(t,e,i){var s=this.daysCntOfYear[e]+i;return e>1&&this.isLeapYear()&&s++,s}},{key:"determineDaysOfMonths",value:function(t,e){var i=30;switch(t=d.monthMod(t),!0){case this.months30.indexOf(t)>-1:2===t&&(i=this.isLeapYear(e)?29:28);break;case this.months31.indexOf(t)>-1:default:i=31}return i}}]),t}(),v=function(){function t(i){e(this,t),this.opts=i}return s(t,[{key:"line",value:function(){return{chart:{animations:{easing:"swing"}},dataLabels:{enabled:!1},stroke:{width:5,curve:"straight"},markers:{size:0,hover:{sizeOffset:6}},xaxis:{crosshairs:{width:1}}}}},{key:"sparkline",value:function(t){this.opts.yaxis[0].labels.show=!1,this.opts.yaxis[0].floating=!0;return d.extend(t,{grid:{show:!1,padding:{left:0,right:0,top:0,bottom:0}},legend:{show:!1},xaxis:{labels:{show:!1},tooltip:{enabled:!1},axisBorder:{show:!1}},chart:{toolbar:{show:!1},zoom:{enabled:!1}},dataLabels:{enabled:!1}})}},{key:"bar",value:function(){return{chart:{stacked:!1,animations:{easing:"swing"}},plotOptions:{bar:{dataLabels:{position:"center"}}},dataLabels:{style:{colors:["#fff"]}},stroke:{width:0},fill:{opacity:.85},legend:{markers:{shape:"square",radius:2,size:8}},tooltip:{shared:!1},xaxis:{tooltip:{enabled:!1},crosshairs:{width:"barWidth",position:"back",fill:{type:"gradient"},dropShadow:{enabled:!1},stroke:{width:0}}}}}},{key:"candlestick",value:function(){return{stroke:{width:1,colors:["#333"]},dataLabels:{enabled:!1},tooltip:{shared:!0,custom:function(t){var e=t.seriesIndex,i=t.dataPointIndex,s=t.w;return'<div class="apexcharts-tooltip-candlestick"><div>Open: <span class="value">'+s.globals.seriesCandleO[e][i]+'</span></div><div>High: <span class="value">'+s.globals.seriesCandleH[e][i]+'</span></div><div>Low: <span class="value">'+s.globals.seriesCandleL[e][i]+'</span></div><div>Close: <span class="value">'+s.globals.seriesCandleC[e][i]+"</span></div></div>"}},states:{active:{filter:{type:"none"}}},xaxis:{crosshairs:{width:1}}}}},{key:"rangeBar",value:function(){return{stroke:{width:0},plotOptions:{bar:{dataLabels:{position:"center"}}},dataLabels:{enabled:!1,formatter:function(t,e){e.ctx;var i=e.seriesIndex,s=e.dataPointIndex,a=e.w,n=a.globals.seriesRangeStart[i][s];return a.globals.seriesRangeEnd[i][s]-n},style:{colors:["#fff"]}},tooltip:{shared:!1,followCursor:!0,custom:function(t){var e=t.ctx,i=t.seriesIndex,s=t.dataPointIndex,a=t.w,n=a.globals.seriesRangeStart[i][s],r=a.globals.seriesRangeEnd[i][s],o="",l="",h=a.globals.colors[i];if(void 0===a.config.tooltip.x.formatter)if("datetime"===a.config.xaxis.type){var c=new m(e);o=c.formatDate(new Date(n),a.config.tooltip.x.format,!0,!0),l=c.formatDate(new Date(r),a.config.tooltip.x.format,!0,!0)}else o=n,l=r;else o=a.config.tooltip.x.formatter(n),l=a.config.tooltip.x.formatter(r);var d=a.globals.labels[s];return'<div class="apexcharts-tooltip-rangebar"><div> <span class="series-name" style="color: '+h+'">'+(a.config.series[i].name?a.config.series[i].name:"")+'</span></div><div> <span class="category">'+d+': </span> <span class="value start-value">'+o+'</span> <span class="separator">-</span> <span class="value end-value">'+l+"</span></div></div>"}},xaxis:{tooltip:{enabled:!1},crosshairs:{stroke:{width:0}}}}}},{key:"area",value:function(){return{stroke:{width:4},fill:{type:"gradient",gradient:{inverseColors:!1,shade:"light",type:"vertical",opacityFrom:.65,opacityTo:.5,stops:[0,100,100]}},markers:{size:0,hover:{sizeOffset:6}},tooltip:{followCursor:!1}}}},{key:"brush",value:function(t){return d.extend(t,{chart:{toolbar:{autoSelected:"selection",show:!1},zoom:{enabled:!1}},dataLabels:{enabled:!1},stroke:{width:1},tooltip:{enabled:!1},xaxis:{tooltip:{enabled:!1}}})}},{key:"stacked100",value:function(){var t=this;this.opts.dataLabels=this.opts.dataLabels||{},this.opts.dataLabels.formatter=this.opts.dataLabels.formatter||void 0;var e=this.opts.dataLabels.formatter;this.opts.yaxis.forEach(function(e,i){t.opts.yaxis[i].min=0,t.opts.yaxis[i].max=100}),"bar"===this.opts.chart.type&&(this.opts.dataLabels.formatter=e||function(t){return"number"==typeof t&&t?t.toFixed(0)+"%":t})}},{key:"bubble",value:function(){return{dataLabels:{style:{colors:["#fff"]}},tooltip:{shared:!1,intersect:!0},xaxis:{crosshairs:{width:0}},fill:{type:"solid",gradient:{shade:"light",inverse:!0,shadeIntensity:.55,opacityFrom:.4,opacityTo:.8}}}}},{key:"scatter",value:function(){return{dataLabels:{enabled:!1},tooltip:{shared:!1,intersect:!0},markers:{size:6,strokeWidth:2,hover:{sizeOffset:2}}}}},{key:"heatmap",value:function(){return{chart:{stacked:!1,zoom:{enabled:!1}},fill:{opacity:1},dataLabels:{style:{colors:["#fff"]}},stroke:{colors:["#fff"]},tooltip:{followCursor:!0,marker:{show:!1},x:{show:!1}},legend:{position:"top",markers:{shape:"square",size:10,offsetY:2}},grid:{padding:{right:20}}}}},{key:"pie",value:function(){return{chart:{toolbar:{show:!1}},plotOptions:{pie:{donut:{labels:{show:!1}}}},dataLabels:{formatter:function(t){return t.toFixed(1)+"%"},style:{colors:["#fff"]},dropShadow:{enabled:!0}},stroke:{colors:["#fff"]},fill:{opacity:1,gradient:{shade:"dark",shadeIntensity:.35,inverseColors:!1,stops:[0,100,100]}},padding:{right:0,left:0},tooltip:{theme:"dark",fillSeriesColor:!0},legend:{position:"right"}}}},{key:"donut",value:function(){return{chart:{toolbar:{show:!1}},dataLabels:{formatter:function(t){return t.toFixed(1)+"%"},style:{colors:["#fff"]},dropShadow:{enabled:!0}},stroke:{colors:["#fff"]},fill:{opacity:1,gradient:{shade:"dark",shadeIntensity:.4,inverseColors:!1,type:"vertical",opacityFrom:1,opacityTo:1,stops:[70,98,100]}},padding:{right:0,left:0},tooltip:{theme:"dark",fillSeriesColor:!0},legend:{position:"right"}}}},{key:"radar",value:function(){return this.opts.yaxis[0].labels.style.fontSize="13px",this.opts.yaxis[0].labels.offsetY=6,{dataLabels:{enabled:!0,style:{colors:["#a8a8a8"],fontSize:"11px"}},stroke:{width:2},markers:{size:3,strokeWidth:1,strokeOpacity:1},fill:{opacity:.2},tooltip:{shared:!1,intersect:!0,followCursor:!0},grid:{show:!1},xaxis:{tooltip:{enabled:!1},crosshairs:{show:!1}}}}},{key:"radialBar",value:function(){return{chart:{animations:{dynamicAnimation:{enabled:!0,speed:800}},toolbar:{show:!1}},fill:{gradient:{shade:"dark",shadeIntensity:.4,inverseColors:!1,type:"diagonal2",opacityFrom:1,opacityTo:1,stops:[70,98,100]}},padding:{right:0,left:0},legend:{show:!1,position:"right"},tooltip:{enabled:!1,fillSeriesColor:!0}}}}],[{key:"convertCatToNumeric",value:function(t){t.xaxis.type="numeric",t.xaxis.convertedCatToNumeric=!0,t.xaxis.labels=t.xaxis.labels||{},t.xaxis.labels.formatter=t.xaxis.labels.formatter||function(t){return t},t.chart=t.chart||{},t.chart.zoom=t.chart.zoom||window.Apex.chart&&window.Apex.chart.zoom||{};var e=t.xaxis.labels.formatter,i=t.xaxis.categories&&t.xaxis.categories.length?t.xaxis.categories:t.labels;return i&&i.length&&(t.xaxis.labels.formatter=function(t){return e(i[t-1])}),t.xaxis.categories=[],t.labels=[],t.chart.zoom.enabled=t.chart.zoom.enabled||!1,t}}]),t}(),y=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"getStackedSeriesTotals",value:function(){for(var t=this.w,e=[],i=0;i<t.globals.series[t.globals.maxValsInArrayIndex].length;i++){for(var s=0,a=0;a<t.globals.series.length;a++)s+=t.globals.series[a][i];e.push(s)}return t.globals.stackedSeriesTotals=e,e}},{key:"getSeriesTotalByIndex",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return null===t?this.w.config.series.reduce(function(t,e){return t+e},0):this.w.globals.series[t].reduce(function(t,e){return t+e},0)}},{key:"isSeriesNull",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return 0===(null===t?this.w.config.series.filter(function(t){return null!==t}):this.w.globals.series[t].filter(function(t){return null!==t})).length}},{key:"seriesHaveSameValues",value:function(t){return this.w.globals.series[t].every(function(t,e,i){return t===i[0]})}},{key:"getLargestSeries",value:function(){var t=this.w;t.globals.maxValsInArrayIndex=t.globals.series.map(function(t){return t.length}).indexOf(Math.max.apply(Math,t.globals.series.map(function(t){return t.length})))}},{key:"getLargestMarkerSize",value:function(){var t=this.w,e=0;return t.globals.markers.size.forEach(function(t){e=Math.max(e,t)}),t.globals.markers.largestSize=e,e}},{key:"getSeriesTotals",value:function(){var t=this.w;t.globals.seriesTotals=t.globals.series.map(function(t,e){var i=0;if(Array.isArray(t))for(var s=0;s<t.length;s++)i+=t[s];else i+=t;return i})}},{key:"getSeriesTotalsXRange",value:function(t,e){var i=this.w;return i.globals.series.map(function(s,a){for(var n=0,r=0;r<s.length;r++)i.globals.seriesX[a][r]>t&&i.globals.seriesX[a][r]<e&&(n+=s[r]);return n})}},{key:"getPercentSeries",value:function(){var t=this.w;t.globals.seriesPercent=t.globals.series.map(function(e,i){var s=[];if(Array.isArray(e))for(var a=0;a<e.length;a++){var n=t.globals.stackedSeriesTotals[a],r=100*e[a]/n;s.push(r)}else{var o=100*e/t.globals.seriesTotals.reduce(function(t,e){return t+e},0);s.push(o)}return s})}},{key:"getCalculatedRatios",value:function(){var t,e,i,s,a,n=this.w.globals,r=[],o=[],l=.1,h=0;if(n.yRange=[],n.isMultipleYAxis)for(var c=0;c<n.minYArr.length;c++)n.yRange.push(Math.abs(n.minYArr[c]-n.maxYArr[c])),o.push(0);else n.yRange.push(Math.abs(n.minY-n.maxY));n.xRange=Math.abs(n.maxX-n.minX),n.zRange=Math.abs(n.maxZ-n.minZ);for(var d=0;d<n.yRange.length;d++)r.push(n.yRange[d]/n.gridHeight);if(e=n.xRange/n.gridWidth,i=Math.abs(n.initialmaxX-n.initialminX)/n.gridWidth,t=n.yRange/n.gridWidth,s=n.xRange/n.gridHeight,a=n.zRange/n.gridHeight*16,n.minY!==Number.MIN_VALUE&&0!==Math.abs(n.minY)&&(n.hasNegs=!0),n.isMultipleYAxis){o=[];for(var u=0;u<r.length;u++)o.push(-n.minYArr[u]/r[u])}else o.push(-n.minY/r[0]),n.minY!==Number.MIN_VALUE&&0!==Math.abs(n.minY)&&(l=-n.minY/t,h=n.minX/e);return{yRatio:r,invertedYRatio:t,zRatio:a,xRatio:e,initialXRatio:i,invertedXRatio:s,baseLineInvertedY:l,baseLineY:o,baseLineX:h}}},{key:"getLogSeries",value:function(t){var e=this.w;return e.globals.seriesLog=t.map(function(t,i){return e.config.yaxis[i]&&e.config.yaxis[i].logarithmic?t.map(function(t){return null===t?null:(Math.log(t)-Math.log(e.globals.minYArr[i]))/(Math.log(e.globals.maxYArr[i])-Math.log(e.globals.minYArr[i]))}):t}),e.globals.seriesLog}},{key:"getLogYRatios",value:function(t){var e=this,i=this.w,s=this.w.globals;return s.yLogRatio=t.slice(),s.logYRange=s.yRange.map(function(t,a){if(i.config.yaxis[a]&&e.w.config.yaxis[a].logarithmic){var n,r=-Number.MAX_VALUE,o=Number.MIN_VALUE;return s.seriesLog.forEach(function(t,e){t.forEach(function(t){i.config.yaxis[e]&&i.config.yaxis[e].logarithmic&&(r=Math.max(t,r),o=Math.min(t,o))})}),n=Math.pow(s.yRange[a],Math.abs(o-r)/s.yRange[a]),s.yLogRatio[a]=n/s.gridHeight,n}}),s.yLogRatio}}],[{key:"checkComboSeries",value:function(t){var e=!1,i=!1;return t.length&&void 0!==t[0].type&&(e=!0,t.forEach(function(t){"bar"!==t.type&&"column"!==t.type||(i=!0)})),{comboCharts:e,comboChartsHasBars:i}}},{key:"extendArrayProps",value:function(t,e){return e.yaxis&&(e=t.extendYAxis(e)),e.annotations&&(e.annotations.yaxis&&(e=t.extendYAxisAnnotations(e)),e.annotations.xaxis&&(e=t.extendXAxisAnnotations(e)),e.annotations.points&&(e=t.extendPointAnnotations(e))),e}}]),t}(),w=function(){function i(t){e(this,i),this.opts=t}return s(i,[{key:"init",value:function(){var e=this.opts,i=new x,s=new v(e);this.chartType=e.chart.type,"histogram"===this.chartType&&(e.chart.type="bar",e=d.extend({plotOptions:{bar:{columnWidth:"99.99%"}}},e)),e.series=this.checkEmptySeries(e.series),e=this.extendYAxis(e),e=this.extendAnnotations(e);var a=i.init(),n={};if(e&&"object"===t(e)){var r={};switch(this.chartType){case"line":r=s.line();break;case"area":r=s.area();break;case"bar":r=s.bar();break;case"candlestick":r=s.candlestick();break;case"rangeBar":r=s.rangeBar();break;case"histogram":r=s.bar();break;case"bubble":r=s.bubble();break;case"scatter":r=s.scatter();break;case"heatmap":r=s.heatmap();break;case"pie":r=s.pie();break;case"donut":r=s.donut();break;case"radar":r=s.radar();break;case"radialBar":r=s.radialBar();break;default:r=s.line()}e.chart.brush&&e.chart.brush.enabled&&(r=s.brush(r)),e.chart.stacked&&"100%"===e.chart.stackType&&s.stacked100(),this.checkForDarkTheme(window.Apex),this.checkForDarkTheme(e),e.xaxis=e.xaxis||window.Apex.xaxis||{};var o=y.checkComboSeries(e.series);"line"!==e.chart.type&&"area"!==e.chart.type&&"scatter"!==e.chart.type||o.comboChartsHasBars||"datetime"===e.xaxis.type||"numeric"===e.xaxis.type||"between"===e.xaxis.tickPlacement||(e=v.convertCatToNumeric(e)),(e.chart.sparkline&&e.chart.sparkline.enabled||window.Apex.chart&&window.Apex.chart.sparkline&&window.Apex.chart.sparkline.enabled)&&(r=s.sparkline(r)),n=d.extend(a,r)}var l=d.extend(n,window.Apex);return a=d.extend(l,e),a=this.handleUserInputErrors(a)}},{key:"extendYAxis",value:function(t){var e=new x;return void 0===t.yaxis&&(t.yaxis={}),t.yaxis.constructor!==Array&&window.Apex.yaxis&&window.Apex.yaxis.constructor!==Array&&(t.yaxis=d.extend(t.yaxis,window.Apex.yaxis)),t.yaxis.constructor!==Array?t.yaxis=[d.extend(e.yAxis,t.yaxis)]:t.yaxis=d.extendArray(t.yaxis,e.yAxis),t}},{key:"extendAnnotations",value:function(t){return void 0===t.annotations&&(t.annotations={},t.annotations.yaxis=[],t.annotations.xaxis=[],t.annotations.points=[]),t=this.extendYAxisAnnotations(t),t=this.extendXAxisAnnotations(t),t=this.extendPointAnnotations(t)}},{key:"extendYAxisAnnotations",value:function(t){var e=new x;return t.annotations.yaxis=d.extendArray(void 0!==t.annotations.yaxis?t.annotations.yaxis:[],e.yAxisAnnotation),t}},{key:"extendXAxisAnnotations",value:function(t){var e=new x;return t.annotations.xaxis=d.extendArray(void 0!==t.annotations.xaxis?t.annotations.xaxis:[],e.xAxisAnnotation),t}},{key:"extendPointAnnotations",value:function(t){var e=new x;return t.annotations.points=d.extendArray(void 0!==t.annotations.points?t.annotations.points:[],e.pointAnnotation),t}},{key:"checkForDarkTheme",value:function(t){t.theme&&"dark"===t.theme.mode&&(t.tooltip||(t.tooltip={}),"light"!==t.tooltip.theme&&(t.tooltip.theme="dark"),t.chart.foreColor||(t.chart.foreColor="#f6f7f8"),t.theme.palette||(t.theme.palette="palette4"))}},{key:"checkEmptySeries",value:function(t){return 0===t.length?[{data:[]}]:t}},{key:"handleUserInputErrors",value:function(t){var e=t;if(e.tooltip.shared&&e.tooltip.intersect)throw new Error("tooltip.shared cannot be enabled when tooltip.intersect is true. Turn off any other option by setting it to false.");if(e.chart.scroller&&console.warn("Scroller has been deprecated since v2.0.0. Please remove the configuration for chart.scroller"),("bar"===e.chart.type||"rangeBar"===e.chart.type)&&e.plotOptions.bar.horizontal){if(e.yaxis.length>1)throw new Error("Multiple Y Axis for bars are not supported. Switch to column chart by setting plotOptions.bar.horizontal=false");e.yaxis[0].reversed&&(e.yaxis[0].opposite=!0),e.xaxis.tooltip.enabled=!1,e.yaxis[0].tooltip.enabled=!1,e.chart.zoom.enabled=!1}return"bar"!==e.chart.type&&"rangeBar"!==e.chart.type||e.tooltip.shared&&("barWidth"===e.xaxis.crosshairs.width&&e.series.length>1&&(console.warn('crosshairs.width = "barWidth" is only supported in single series, not in a multi-series barChart.'),e.xaxis.crosshairs.width="tickWidth"),e.plotOptions.bar.horizontal&&(e.states.hover.type="none",e.tooltip.shared=!1),e.tooltip.followCursor||(console.warn("followCursor option in shared columns cannot be turned off. Please set %ctooltip.followCursor: true","color: blue;"),e.tooltip.followCursor=!0)),"candlestick"===e.chart.type&&e.yaxis[0].reversed&&(console.warn("Reversed y-axis in candlestick chart is not supported."),e.yaxis[0].reversed=!1),e.chart.group&&0===e.yaxis[0].labels.minWidth&&console.warn("It looks like you have multiple charts in synchronization. You must provide yaxis.labels.minWidth which must be EQUAL for all grouped charts to prevent incorrect behaviour."),Array.isArray(e.stroke.width)&&"line"!==e.chart.type&&"area"!==e.chart.type&&(console.warn("stroke.width option accepts array only for line and area charts. Reverted back to Number"),e.stroke.width=e.stroke.width[0]),e}}]),i}(),k=function(){function t(){e(this,t)}return s(t,[{key:"globalVars",value:function(t){return{chartID:null,cuid:null,events:{beforeMount:[],mounted:[],updated:[],clicked:[],selection:[],dataPointSelection:[],zoomed:[],scrolled:[]},colors:[],clientX:null,clientY:null,fill:{colors:[]},stroke:{colors:[]},dataLabels:{style:{colors:[]}},radarPolygons:{fill:{colors:[]}},markers:{colors:[],size:t.markers.size,largestSize:0},animationEnded:!1,isTouchDevice:"ontouchstart"in window||navigator.msMaxTouchPoints,isDirty:!1,initialConfig:null,lastXAxis:[],lastYAxis:[],series:[],seriesRangeStart:[],seriesRangeEnd:[],seriesPercent:[],seriesTotals:[],stackedSeriesTotals:[],seriesX:[],seriesZ:[],labels:[],timelineLabels:[],invertedTimelineLabels:[],seriesNames:[],noLabelsProvided:!1,allSeriesCollapsed:!1,collapsedSeries:[],collapsedSeriesIndices:[],ancillaryCollapsedSeries:[],ancillaryCollapsedSeriesIndices:[],risingSeries:[],dataFormatXNumeric:!1,selectedDataPoints:[],ignoreYAxisIndexes:[],padHorizontal:0,maxValsInArrayIndex:0,zoomEnabled:"zoom"===t.chart.toolbar.autoSelected&&t.chart.toolbar.tools.zoom&&t.chart.zoom.enabled,panEnabled:"pan"===t.chart.toolbar.autoSelected&&t.chart.toolbar.tools.pan,selectionEnabled:"selection"===t.chart.toolbar.autoSelected&&t.chart.toolbar.tools.selection,yaxis:null,minY:Number.MIN_VALUE,maxY:-Number.MAX_VALUE,minYArr:[],maxYArr:[],maxX:-Number.MAX_VALUE,initialmaxX:-Number.MAX_VALUE,minX:Number.MIN_VALUE,initialminX:Number.MIN_VALUE,minZ:Number.MIN_VALUE,maxZ:-Number.MAX_VALUE,minXDiff:Number.MAX_VALUE,mousedown:!1,lastClientPosition:{},visibleXRange:void 0,yRange:[],zRange:0,xRange:0,yValueDecimal:0,total:0,SVGNS:"http://www.w3.org/2000/svg",svgWidth:0,svgHeight:0,noData:!1,locale:{},dom:{},memory:{methodsToExec:[]},shouldAnimate:!0,skipLastTimelinelabel:!1,delayedElements:[],axisCharts:!0,isXNumeric:!1,isDataXYZ:!1,resized:!1,resizeTimer:null,comboCharts:!1,comboChartsHasBars:!1,dataChanged:!1,previousPaths:[],seriesXvalues:[],seriesYvalues:[],seriesCandleO:[],seriesCandleH:[],seriesCandleL:[],seriesCandleC:[],allSeriesHasEqualX:!0,dataPoints:0,pointsArray:[],dataLabelsRects:[],lastDrawnDataLabelsIndexes:[],hasNullValues:!1,easing:null,zoomed:!1,gridWidth:0,gridHeight:0,yAxisScale:[],xAxisScale:null,xAxisTicksPositions:[],timescaleTicks:[],rotateXLabels:!1,defaultLabels:!1,xLabelFormatter:void 0,yLabelFormatters:[],xaxisTooltipFormatter:void 0,ttKeyFormatter:void 0,ttVal:void 0,ttZFormatter:void 0,LINE_HEIGHT_RATIO:1.618,xAxisLabelsHeight:0,yAxisLabelsWidth:0,scaleX:1,scaleY:1,translateX:0,translateY:0,translateYAxisX:[],yLabelsCoords:[],yTitleCoords:[],yAxisWidths:[],translateXAxisY:0,translateXAxisX:0,tooltip:null,tooltipOpts:null}}},{key:"init",value:function(t){var e=this.globalVars(t);return e.initialConfig=d.extend({},t),e.initialSeries=JSON.parse(JSON.stringify(e.initialConfig.series)),e.lastXAxis=JSON.parse(JSON.stringify(e.initialConfig.xaxis)),e.lastYAxis=JSON.parse(JSON.stringify(e.initialConfig.yaxis)),e}}]),t}(),A=function(){function t(i){e(this,t),this.opts=i}return s(t,[{key:"init",value:function(){var t=new w(this.opts).init();return{config:t,globals:(new k).init(t)}}}]),t}(),S=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.opts=null,this.seriesIndex=0}return s(t,[{key:"clippedImgArea",value:function(t){var e=this.w,i=e.config,s=parseInt(e.globals.gridWidth),a=parseInt(e.globals.gridHeight),n=s>a?s:a,r=t.image,o=0,l=0;void 0===t.width&&void 0===t.height?void 0!==i.fill.image.width&&void 0!==i.fill.image.height?(o=i.fill.image.width+1,l=i.fill.image.height):(o=n+1,l=n):(o=t.width,l=t.height);var h=document.createElementNS(e.globals.SVGNS,"pattern");f.setAttrs(h,{id:t.patternID,patternUnits:t.patternUnits?t.patternUnits:"userSpaceOnUse",width:o+"px",height:l+"px"});var c=document.createElementNS(e.globals.SVGNS,"image");h.appendChild(c),c.setAttributeNS("http://www.w3.org/1999/xlink","href",r),f.setAttrs(c,{x:0,y:0,preserveAspectRatio:"none",width:o+"px",height:l+"px"}),c.style.opacity=t.opacity,e.globals.dom.elDefs.node.appendChild(h)}},{key:"getSeriesIndex",value:function(t){var e=this.w;return"bar"===e.config.chart.type&&e.config.plotOptions.bar.distributed||"heatmap"===e.config.chart.type?this.seriesIndex=t.seriesNumber:this.seriesIndex=t.seriesNumber%e.globals.series.length,this.seriesIndex}},{key:"fillPath",value:function(t){var e=this.w;this.opts=t;var i,s,a,n=this.w.config;this.seriesIndex=this.getSeriesIndex(t);var r=this.getFillColors(),o=r[this.seriesIndex];"function"==typeof o&&(o=o({seriesIndex:this.seriesIndex,value:t.value,w:e}));var l=this.getFillType(this.seriesIndex),h=Array.isArray(n.fill.opacity)?n.fill.opacity[this.seriesIndex]:n.fill.opacity,c=o;return t.color&&(o=t.color),-1===o.indexOf("rgb")?c=d.hexToRgba(o,h):o.indexOf("rgba")>-1&&(h="0."+d.getOpacityFromRGBA(r[this.seriesIndex])),"pattern"===l&&(s=this.handlePatternFill(s,o,h,c)),"gradient"===l&&(a=this.handleGradientFill(a,o,h,this.seriesIndex)),n.fill.image.src.length>0&&"image"===l?t.seriesNumber<n.fill.image.src.length?(this.clippedImgArea({opacity:h,image:n.fill.image.src[t.seriesNumber],patternUnits:t.patternUnits,patternID:"pattern".concat(e.globals.cuid).concat(t.seriesNumber+1)}),i="url(#pattern".concat(e.globals.cuid).concat(t.seriesNumber+1,")")):i=c:i="gradient"===l?a:"pattern"===l?s:c,t.solid&&(i=c),i}},{key:"getFillType",value:function(t){var e=this.w;return Array.isArray(e.config.fill.type)?e.config.fill.type[t]:e.config.fill.type}},{key:"getFillColors",value:function(){var t=this.w,e=t.config,i=this.opts,s=[];return t.globals.comboCharts?"line"===t.config.series[this.seriesIndex].type?t.globals.stroke.colors instanceof Array?s=t.globals.stroke.colors:s.push(t.globals.stroke.colors):t.globals.fill.colors instanceof Array?s=t.globals.fill.colors:s.push(t.globals.fill.colors):"line"===e.chart.type?t.globals.stroke.colors instanceof Array?s=t.globals.stroke.colors:s.push(t.globals.stroke.colors):t.globals.fill.colors instanceof Array?s=t.globals.fill.colors:s.push(t.globals.fill.colors),void 0!==i.fillColors&&(s=[],i.fillColors instanceof Array?s=i.fillColors.slice():s.push(i.fillColors)),s}},{key:"handlePatternFill",value:function(t,e,i,s){var a=this.w.config,n=this.opts,r=new f(this.ctx),o=void 0===a.fill.pattern.strokeWidth?Array.isArray(a.stroke.width)?a.stroke.width[this.seriesIndex]:a.stroke.width:Array.isArray(a.fill.pattern.strokeWidth)?a.fill.pattern.strokeWidth[this.seriesIndex]:a.fill.pattern.strokeWidth,l=e;a.fill.pattern.style instanceof Array?t=void 0!==a.fill.pattern.style[n.seriesNumber]?r.drawPattern(a.fill.pattern.style[n.seriesNumber],a.fill.pattern.width,a.fill.pattern.height,l,o,i):s:t=r.drawPattern(a.fill.pattern.style,a.fill.pattern.width,a.fill.pattern.height,l,o,i);return t}},{key:"handleGradientFill",value:function(t,e,i,s){var a,n,r=this.w.config,o=this.opts,l=new f(this.ctx),h=new d,c=r.fill.gradient.type,u=void 0===r.fill.gradient.opacityFrom?i:Array.isArray(r.fill.gradient.opacityFrom)?r.fill.gradient.opacityFrom[s]:r.fill.gradient.opacityFrom,g=void 0===r.fill.gradient.opacityTo?i:Array.isArray(r.fill.gradient.opacityTo)?r.fill.gradient.opacityTo[s]:r.fill.gradient.opacityTo;if(a=e,n=void 0===r.fill.gradient.gradientToColors||0===r.fill.gradient.gradientToColors.length?"dark"===r.fill.gradient.shade?h.shadeColor(-1*parseFloat(r.fill.gradient.shadeIntensity),e):h.shadeColor(parseFloat(r.fill.gradient.shadeIntensity),e):r.fill.gradient.gradientToColors[o.seriesNumber],r.fill.gradient.inverseColors){var p=a;a=n,n=p}return l.drawGradient(c,a,n,u,g,o.size,r.fill.gradient.stops,r.fill.gradient.colorStops,s)}}]),t}(),C=function(){function t(i,s){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"setGlobalMarkerSize",value:function(){var t=this.w;if(t.globals.markers.size=Array.isArray(t.config.markers.size)?t.config.markers.size:[t.config.markers.size],t.globals.markers.size.length>0){if(t.globals.markers.size.length<t.globals.series.length+1)for(var e=0;e<=t.globals.series.length;e++)void 0===t.globals.markers.size[e]&&t.globals.markers.size.push(t.globals.markers.size[0])}else t.globals.markers.size=t.config.series.map(function(e){return t.config.markers.size})}},{key:"plotChartMarkers",value:function(t,e,i){var s,a=this,n=this.w,r=e,o=t,l=null,h=new f(this.ctx);if(n.globals.markers.size[e]>0&&(l=h.group({class:"apexcharts-series-markers"})).attr("clip-path","url(#gridRectMarkerMask".concat(n.globals.cuid,")")),o.x instanceof Array)for(var c=function(t){var c=i;1===i&&0===t&&(c=0),1===i&&1===t&&(c=1);var g="apexcharts-marker";if("line"!==n.config.chart.type&&"area"!==n.config.chart.type||n.globals.comboCharts||n.config.tooltip.intersect||(g+=" no-pointer-events"),Array.isArray(n.config.markers.size)?n.globals.markers.size[e]>0:n.config.markers.size>0){d.isNumber(o.y[t])?g+=" w".concat((Math.random()+1).toString(36).substring(4)):g="apexcharts-nullpoint";var f=a.getMarkerConfig(g,e);n.config.markers.discrete.map(function(t){t.seriesIndex===e&&t.dataPointIndex===c&&(f.pointStrokeColor=t.strokeColor,f.pointFillColor=t.fillColor,f.pSize=t.size)}),n.config.series[r].data[i]&&(n.config.series[r].data[i].fillColor&&(f.pointFillColor=n.config.series[r].data[i].fillColor),n.config.series[r].data[i].strokeColor&&(f.pointStrokeColor=n.config.series[r].data[i].strokeColor)),(s=h.drawMarker(o.x[t],o.y[t],f)).attr("rel",c),s.attr("j",c),s.attr("index",e),s.node.setAttribute("default-marker-size",f.pSize),new u(a.ctx).setSelectionFilter(s,e,c),a.addEvents(s),l&&l.add(s)}else void 0===n.globals.pointsArray[e]&&(n.globals.pointsArray[e]=[]),n.globals.pointsArray[e].push([o.x[t],o.y[t]])},g=0;g<o.x.length;g++)c(g);return l}},{key:"getMarkerConfig",value:function(t,e){var i=this.w,s=this.getMarkerStyle(e);return{pSize:i.globals.markers.size[e],pRadius:i.config.markers.radius,pWidth:i.config.markers.strokeWidth,pointStrokeColor:s.pointStrokeColor,pointFillColor:s.pointFillColor,shape:i.config.markers.shape instanceof Array?i.config.markers.shape[e]:i.config.markers.shape,class:t,pointStrokeOpacity:i.config.markers.strokeOpacity,pointFillOpacity:i.config.markers.fillOpacity,seriesIndex:e}}},{key:"addEvents",value:function(t){var e=new f(this.ctx);t.node.addEventListener("mouseenter",e.pathMouseEnter.bind(this.ctx,t)),t.node.addEventListener("mouseleave",e.pathMouseLeave.bind(this.ctx,t)),t.node.addEventListener("mousedown",e.pathMouseDown.bind(this.ctx,t)),t.node.addEventListener("touchstart",e.pathMouseDown.bind(this.ctx,t),{passive:!0})}},{key:"getMarkerStyle",value:function(t){var e=this.w,i=e.globals.markers.colors,s=e.config.markers.strokeColor||e.config.markers.strokeColors;return{pointStrokeColor:s instanceof Array?s[t]:s,pointFillColor:i instanceof Array?i[t]:i}}}]),t}(),L=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.initialAnim=this.w.config.chart.animations.enabled,this.dynamicAnim=this.initialAnim&&this.w.config.chart.animations.dynamicAnimation.enabled,this.radiusSizes=[]}return s(t,[{key:"draw",value:function(t,e,i){var s=this.w,a=new f(this.ctx),n=i.realIndex,r=i.pointsPos,o=i.zRatio,l=i.elParent,h=a.group({class:"apexcharts-series-markers apexcharts-series-".concat(s.config.chart.type)});if(h.attr("clip-path","url(#gridRectMarkerMask".concat(s.globals.cuid,")")),r.x instanceof Array)for(var c=0;c<r.x.length;c++){var d=e+1,u=!0;0===e&&0===c&&(d=0),0===e&&1===c&&(d=1);var g=0,p=s.globals.markers.size[n];o!==1/0&&(p=s.globals.seriesZ[n][d]/o,void 0===this.radiusSizes[n]&&this.radiusSizes.push([]),this.radiusSizes[n].push(p)),s.config.chart.animations.enabled||(g=p);var x=r.x[c],b=r.y[c];if(g=g||0,(0===x&&0===b||null===b||void 0===s.globals.series[n][d])&&(u=!1),u){var m=this.drawPoint(x,b,g,p,n,d,e);h.add(m)}l.add(h)}}},{key:"drawPoint",value:function(t,e,i,s,a,n,r){var o=this.w,l=a,h=new g(this.ctx),c=new u(this.ctx),d=new S(this.ctx),p=new C(this.ctx),x=new f(this.ctx),b=p.getMarkerConfig("apexcharts-marker",l),m=d.fillPath({seriesNumber:a,patternUnits:"objectBoundingBox",value:o.globals.series[a][r]}),v=x.drawCircle(i);if(o.config.series[l].data[n]&&o.config.series[l].data[n].fillColor&&(m=o.config.series[l].data[n].fillColor),v.attr({cx:t,cy:e,fill:m,stroke:b.pointStrokeColor,strokeWidth:b.pWidth}),o.config.chart.dropShadow.enabled){var y=o.config.chart.dropShadow;c.dropShadow(v,y,a)}if(this.initialAnim&&!o.globals.dataChanged){var w=1;o.globals.resized||(w=o.config.chart.animations.speed),h.animateCircleRadius(v,0,s,w,o.globals.easing)}if(o.globals.dataChanged)if(this.dynamicAnim){var k,A,L,z,P=o.config.chart.animations.dynamicAnimation.speed;null!=(z=o.globals.previousPaths[a]&&o.globals.previousPaths[a][r])&&(k=z.x,A=z.y,L=void 0!==z.r?z.r:s);for(var M=0;M<o.globals.collapsedSeries.length;M++)o.globals.collapsedSeries[M].index===a&&(P=1,s=0);0===t&&0===e&&(s=0),h.animateCircle(v,{cx:k,cy:A,r:L},{cx:t,cy:e,r:s},P,o.globals.easing)}else v.attr({r:s});return v.attr({rel:n,j:n,index:a,"default-marker-size":s}),c.setSelectionFilter(v,a,n),p.addEvents(v),v.node.classList.add("apexcharts-marker"),v}},{key:"centerTextInBubble",value:function(t){var e=this.w;return{y:t+=parseInt(e.config.dataLabels.style.fontSize)/4}}}]),t}(),z=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"dataLabelsCorrection",value:function(t,e,i,s,a,n,r){var o=this.w,l=!1,h=new f(this.ctx).getTextRects(i,r),c=h.width,d=h.height;void 0===o.globals.dataLabelsRects[s]&&(o.globals.dataLabelsRects[s]=[]),o.globals.dataLabelsRects[s].push({x:t,y:e,width:c,height:d});var u=o.globals.dataLabelsRects[s].length-2,g=void 0!==o.globals.lastDrawnDataLabelsIndexes[s]?o.globals.lastDrawnDataLabelsIndexes[s][o.globals.lastDrawnDataLabelsIndexes[s].length-1]:0;if(void 0!==o.globals.dataLabelsRects[s][u]){var p=o.globals.dataLabelsRects[s][g];(t>p.x+p.width+2||e>p.y+p.height+2||t+c<p.x)&&(l=!0)}return(0===a||n)&&(l=!0),{x:t,y:e,drawnextLabel:l}}},{key:"drawDataLabel",value:function(t,e,i){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"top",a=this.w,n=new f(this.ctx),r=a.config.dataLabels,o=0,l=0,h=i,c=null;if(!r.enabled||t.x instanceof Array!=!0)return c;(c=n.group({class:"apexcharts-data-labels"})).attr("clip-path","url(#gridRectMarkerMask".concat(a.globals.cuid,")"));for(var d=0;d<t.x.length;d++)if(o=t.x[d]+r.offsetX,l=t.y[d]+r.offsetY-a.globals.markers.size[e]-5,"bottom"===s&&(l=l+2*a.globals.markers.size[e]+1.4*parseInt(r.style.fontSize)),!isNaN(o)){1===i&&0===d&&(h=0),1===i&&1===d&&(h=1);var u=a.globals.series[e][h],g="";if("bubble"===a.config.chart.type)g=a.globals.seriesZ[e][h],l=t.y[d]+a.config.dataLabels.offsetY,l=new L(this.ctx).centerTextInBubble(l,e,h).y;else null!=u&&(g=a.config.dataLabels.formatter(u,{ctx:this.ctx,seriesIndex:e,dataPointIndex:h,w:a}));this.plotDataLabelsText({x:o,y:l,text:g,i:e,j:h,parent:c,offsetCorrection:!0,dataLabelsConfig:a.config.dataLabels})}return c}},{key:"plotDataLabelsText",value:function(t){var e=this.w,i=new f(this.ctx),s=t.x,a=t.y,n=t.i,r=t.j,o=t.text,l=t.textAnchor,h=t.parent,c=t.dataLabelsConfig,d=t.alwaysDrawDataLabel,g=t.offsetCorrection;if(!(Array.isArray(e.config.dataLabels.enabledOnSeries)&&e.config.dataLabels.enabledOnSeries.indexOf(n)>-1)){var p={x:s,y:a,drawnextLabel:!0};if(g&&(p=this.dataLabelsCorrection(s,a,o,n,r,d,parseInt(c.style.fontSize))),e.globals.zoomed||(s=p.x,a=p.y),p.drawnextLabel){var x=i.drawText({width:100,height:parseInt(c.style.fontSize),x:s,y:a,foreColor:e.globals.dataLabels.style.colors[n],textAnchor:l||c.textAnchor,text:o,fontSize:c.style.fontSize,fontFamily:c.style.fontFamily});if(x.attr({class:"apexcharts-datalabel",cx:s,cy:a}),c.dropShadow.enabled){var b=c.dropShadow;new u(this.ctx).dropShadow(x,b)}h.add(x),void 0===e.globals.lastDrawnDataLabelsIndexes[n]&&(e.globals.lastDrawnDataLabelsIndexes[n]=[]),e.globals.lastDrawnDataLabelsIndexes[n].push(r)}}}}]),t}(),P=function(){function t(i,s){e(this,t),this.ctx=i,this.w=i.w;var a=this.w;this.barOptions=a.config.plotOptions.bar,this.isHorizontal=this.barOptions.horizontal,this.strokeWidth=a.config.stroke.width,this.isNullValue=!1,this.xyRatios=s,null!==this.xyRatios&&(this.xRatio=s.xRatio,this.yRatio=s.yRatio,this.invertedXRatio=s.invertedXRatio,this.invertedYRatio=s.invertedYRatio,this.baseLineY=s.baseLineY,this.baseLineInvertedY=s.baseLineInvertedY),this.yaxisIndex=0,this.seriesLen=0}return s(t,[{key:"draw",value:function(t,e){var i=this.w,s=new f(this.ctx),a=new y(this.ctx,i);t=a.getLogSeries(t),this.series=t,this.yRatio=a.getLogYRatios(this.yRatio),this.initVariables(t);var n=s.group({class:"apexcharts-bar-series apexcharts-plot-series"});i.config.dataLabels.enabled&&this.totalItems>i.config.plotOptions.bar.dataLabels.maxItems&&console.warn("WARNING: DataLabels are enabled but there are too many to display. This may cause performance issue when rendering.");for(var r=0,o=0;r<t.length;r++,o++){var l,h,c,u,g=void 0,p=void 0,x=void 0,b=void 0,m=[],v=[],w=i.globals.comboCharts?e[r]:r,k=s.group({class:"apexcharts-series",rel:r+1,seriesName:d.escapeString(i.globals.seriesNames[w]),"data:realIndex":w});this.ctx.series.addCollapsedClassToSeries(k,w),t[r].length>0&&(this.visibleI=this.visibleI+1);var A=0,S=0,C=0;this.yRatio.length>1&&(this.yaxisIndex=w),this.isReversed=i.config.yaxis[this.yaxisIndex]&&i.config.yaxis[this.yaxisIndex].reversed;var L=this.initialPositions();b=L.y,S=L.barHeight,h=L.yDivision,u=L.zeroW,x=L.x,C=L.barWidth,l=L.xDivision,c=L.zeroH,this.horizontal||v.push(x+C/2);for(var z=s.group({class:"apexcharts-datalabels"}),P=0,M=i.globals.dataPoints;P<i.globals.dataPoints;P++,M--){void 0===this.series[r][P]||null===t[r][P]?this.isNullValue=!0:this.isNullValue=!1,i.config.stroke.show&&(A=this.isNullValue?0:Array.isArray(this.strokeWidth)?this.strokeWidth[w]:this.strokeWidth);var E=null;this.isHorizontal?(E=this.drawBarPaths({indexes:{i:r,j:P,realIndex:w,bc:o},barHeight:S,strokeWidth:A,pathTo:g,pathFrom:p,zeroW:u,x:x,y:b,yDivision:h,elSeries:k}),C=this.series[r][P]/this.invertedYRatio):(E=this.drawColumnPaths({indexes:{i:r,j:P,realIndex:w,bc:o},x:x,y:b,xDivision:l,pathTo:g,pathFrom:p,barWidth:C,zeroH:c,strokeWidth:A,elSeries:k}),S=this.series[r][P]/this.yRatio[this.yaxisIndex]),g=E.pathTo,p=E.pathFrom,b=E.y,x=E.x,P>0&&v.push(x+C/2),m.push(b);var T=this.getPathFillColor(t,r,P,w);k=this.renderSeries({realIndex:w,pathFill:T,j:P,i:r,pathFrom:p,pathTo:g,strokeWidth:A,elSeries:k,x:x,y:b,series:t,barHeight:S,barWidth:C,elDataLabelsWrap:z,visibleSeries:this.visibleI,type:"bar"})}i.globals.seriesXvalues[w]=v,i.globals.seriesYvalues[w]=m,n.add(k)}return n}},{key:"getPathFillColor",value:function(t,e,i,s){var a=this.w,n=new S(this.ctx),r=null,o=this.barOptions.distributed?i:e;this.barOptions.colors.ranges.length>0&&this.barOptions.colors.ranges.map(function(s){t[e][i]>=s.from&&t[e][i]<=s.to&&(r=s.color)});return a.config.series[e].data[i]&&a.config.series[e].data[i].fillColor&&(r=a.config.series[e].data[i].fillColor),n.fillPath({seriesNumber:this.barOptions.distributed?o:s,color:r,value:t[e][i]})}},{key:"renderSeries",value:function(t){var e=t.realIndex,i=t.pathFill,s=t.lineFill,a=t.j,n=t.i,r=t.pathFrom,o=t.pathTo,l=t.strokeWidth,h=t.elSeries,c=t.x,d=t.y,g=t.series,p=t.barHeight,x=t.barWidth,b=t.elDataLabelsWrap,m=t.visibleSeries,v=t.type,y=this.w,w=new f(this.ctx);s||(s=this.barOptions.distributed?y.globals.stroke.colors[a]:y.globals.stroke.colors[e]),y.config.series[n].data[a]&&y.config.series[n].data[a].strokeColor&&(s=y.config.series[n].data[a].strokeColor),this.isNullValue&&(i="none");var k=a/y.config.chart.animations.animateGradually.delay*(y.config.chart.animations.speed/y.globals.dataPoints)/2.4,A=w.renderPaths({i:n,j:a,realIndex:e,pathFrom:r,pathTo:o,stroke:s,strokeWidth:l,strokeLineCap:y.config.stroke.lineCap,fill:i,animationDelay:k,initialSpeed:y.config.chart.animations.speed,dataChangeSpeed:y.config.chart.animations.dynamicAnimation.speed,className:"apexcharts-".concat(v,"-area"),id:"apexcharts-".concat(v,"-area")});A.attr("clip-path","url(#gridRectMask".concat(y.globals.cuid,")")),new u(this.ctx).setSelectionFilter(A,e,a),h.add(A);var S=this.calculateDataLabelsPos({x:c,y:d,i:n,j:a,series:g,realIndex:e,barHeight:p,barWidth:x,renderedPath:A,visibleSeries:m});return null!==S&&b.add(S),h.add(b),h}},{key:"initVariables",value:function(t){var e=this.w;this.series=t,this.totalItems=0,this.seriesLen=0,this.visibleI=-1,this.visibleItems=1;for(var i=0;i<t.length;i++)if(t[i].length>0&&(this.seriesLen=this.seriesLen+1,this.totalItems+=t[i].length),e.globals.isXNumeric)for(var s=0;s<t[i].length;s++)e.globals.seriesX[i][s]>e.globals.minX&&e.globals.seriesX[i][s]<e.globals.maxX&&this.visibleItems++;else this.visibleItems=e.globals.dataPoints;0===this.seriesLen&&(this.seriesLen=1)}},{key:"initialPositions",value:function(){var t,e,i,s,a,n,r,o,l=this.w;return this.isHorizontal?(a=(i=l.globals.gridHeight/l.globals.dataPoints)/this.seriesLen,l.globals.isXNumeric&&(a=(i=l.globals.gridHeight/this.totalItems)/this.seriesLen),a=a*parseInt(this.barOptions.barHeight)/100,o=this.baseLineInvertedY+l.globals.padHorizontal+(this.isReversed?l.globals.gridWidth:0)-(this.isReversed?2*this.baseLineInvertedY:0),e=(i-a*this.seriesLen)/2):(n=(s=l.globals.gridWidth/this.visibleItems)/this.seriesLen*parseInt(this.barOptions.columnWidth)/100,l.globals.isXNumeric&&(n=(s=l.globals.minXDiff/this.xRatio)/this.seriesLen*parseInt(this.barOptions.columnWidth)/100),r=l.globals.gridHeight-this.baseLineY[this.yaxisIndex]-(this.isReversed?l.globals.gridHeight:0)+(this.isReversed?2*this.baseLineY[this.yaxisIndex]:0),t=l.globals.padHorizontal+(s-n*this.seriesLen)/2),{x:t,y:e,yDivision:i,xDivision:s,barHeight:a,barWidth:n,zeroH:r,zeroW:o}}},{key:"drawBarPaths",value:function(t){var e=t.indexes,i=t.barHeight,s=t.strokeWidth,a=t.pathTo,n=t.pathFrom,r=t.zeroW,o=t.x,l=t.y,h=t.yDivision,c=t.elSeries,d=this.w,u=new f(this.ctx),g=e.i,p=e.j,x=e.realIndex,b=e.bc;d.globals.isXNumeric&&(l=(d.globals.seriesX[g][p]-d.globals.minX)/this.invertedXRatio-i);var m=l+i*this.visibleI;a=u.move(r,m),n=u.move(r,m),d.globals.previousPaths.length>0&&(n=this.getPathFrom(x,p));var v={barHeight:i,strokeWidth:s,barYPosition:m,x:o=void 0===this.series[g][p]||null===this.series[g][p]?r:r+this.series[g][p]/this.invertedYRatio-2*(this.isReversed?this.series[g][p]/this.invertedYRatio:0),zeroW:r},y=this.barEndingShape(d,v,this.series,g,p);if(a=a+u.line(y.newX,m)+y.path+u.line(r,m+i-s)+u.line(r,m),n=n+u.line(r,m)+y.ending_p_from+u.line(r,m+i-s)+u.line(r,m+i-s)+u.line(r,m),d.globals.isXNumeric||(l+=h),this.barOptions.colors.backgroundBarColors.length>0&&0===g){b>=this.barOptions.colors.backgroundBarColors.length&&(b=0);var w=this.barOptions.colors.backgroundBarColors[b],k=u.drawRect(0,m-i*this.visibleI,d.globals.gridWidth,i*this.seriesLen,0,w,this.barOptions.colors.backgroundBarOpacity);c.add(k),k.node.classList.add("apexcharts-backgroundBar")}return{pathTo:a,pathFrom:n,x:o,y:l,barYPosition:m}}},{key:"drawColumnPaths",value:function(t){var e=t.indexes,i=t.x,s=t.y,a=t.xDivision,n=t.pathTo,r=t.pathFrom,o=t.barWidth,l=t.zeroH,h=t.strokeWidth,c=t.elSeries,d=this.w,u=new f(this.ctx),g=e.i,p=e.j,x=e.realIndex,b=e.bc;d.globals.isXNumeric&&(i=(d.globals.seriesX[g][p]-d.globals.minX)/this.xRatio-o/2);var m=i+o*this.visibleI;n=u.move(m,l),r=u.move(m,l),d.globals.previousPaths.length>0&&(r=this.getPathFrom(x,p));var v={barWidth:o,strokeWidth:h,barXPosition:m,y:s=void 0===this.series[g][p]||null===this.series[g][p]?l:l-this.series[g][p]/this.yRatio[this.yaxisIndex]+2*(this.isReversed?this.series[g][p]/this.yRatio[this.yaxisIndex]:0),zeroH:l},y=this.barEndingShape(d,v,this.series,g,p);if(n=n+u.line(m,y.newY)+y.path+u.line(m+o-h,l)+u.line(m-h/2,l),r=r+u.line(m,l)+y.ending_p_from+u.line(m+o-h,l)+u.line(m+o-h,l)+u.line(m-h/2,l),d.globals.isXNumeric||(i+=a),this.barOptions.colors.backgroundBarColors.length>0&&0===g){b>=this.barOptions.colors.backgroundBarColors.length&&(b=0);var w=this.barOptions.colors.backgroundBarColors[b],k=u.drawRect(m-o*this.visibleI,0,o*this.seriesLen,d.globals.gridHeight,0,w,this.barOptions.colors.backgroundBarOpacity);c.add(k),k.node.classList.add("apexcharts-backgroundBar")}return{pathTo:n,pathFrom:r,x:i,y:s,barXPosition:m}}},{key:"getPathFrom",value:function(t,e){for(var i,s=this.w,a=0;a<s.globals.previousPaths.length;a++){var n=s.globals.previousPaths[a];n.paths.length>0&&parseInt(n.realIndex)===parseInt(t)&&void 0!==s.globals.previousPaths[a].paths[e]&&(i=s.globals.previousPaths[a].paths[e].d)}return i}},{key:"calculateDataLabelsPos",value:function(t){var e=t.x,i=t.y,s=t.i,a=t.j,n=t.realIndex,r=t.series,o=t.barHeight,l=t.barWidth,h=t.visibleSeries,c=t.renderedPath,d=this.w,u=new f(this.ctx),g=Array.isArray(this.strokeWidth)?this.strokeWidth[n]:this.strokeWidth,p=e+parseFloat(l*h),x=i+parseFloat(o*h);d.globals.isXNumeric&&!d.globals.isBarHorizontal&&(p=e+parseFloat(l*(h+1))-g,x=i+parseFloat(o*(h+1))-g);var b=e,m=i,v={},y=d.config.dataLabels,w=this.barOptions.dataLabels,k=y.offsetX,A=y.offsetY,S={width:0,height:0};return d.config.dataLabels.enabled&&(S=u.getTextRects(d.globals.yLabelFormatters[0](d.globals.maxY),parseInt(y.style.fontSize))),v=this.isHorizontal?this.calculateBarsDataLabelsPosition({x:e,y:i,i:s,j:a,renderedPath:c,bcy:x,barHeight:o,barWidth:l,textRects:S,strokeWidth:g,dataLabelsX:b,dataLabelsY:m,barDataLabelsConfig:w,offX:k,offY:A}):this.calculateColumnsDataLabelsPosition({x:e,y:i,i:s,j:a,renderedPath:c,realIndex:n,bcx:p,bcy:x,barHeight:o,barWidth:l,textRects:S,strokeWidth:g,dataLabelsY:m,barDataLabelsConfig:w,offX:k,offY:A}),c.attr({cy:v.bcy,cx:v.bcx,j:a,val:r[s][a],barHeight:o,barWidth:l}),this.drawCalculatedDataLabels({x:v.dataLabelsX,y:v.dataLabelsY,val:r[s][a],i:n,j:a,barWidth:l,barHeight:o,textRects:S,dataLabelsConfig:y})}},{key:"calculateColumnsDataLabelsPosition",value:function(t){var e,i=this.w,s=t.i,a=t.j,n=t.y,r=t.bcx,o=t.barWidth,l=t.barHeight,h=t.textRects,c=t.dataLabelsY,d=t.barDataLabelsConfig,u=t.strokeWidth,g=t.offX,f=t.offY,p=i.globals.gridWidth/i.globals.dataPoints;r-=u/2,e=i.globals.isXNumeric?r-o/2+g:r-p+o/2+g;var x=this.series[s][a]<=0;switch(this.isReversed&&(n-=l),d.position){case"center":c=x?n+l/2+h.height/2+f:n+l/2+h.height/2-f;break;case"bottom":c=x?n+l+h.height+u+f:n+l-h.height/2+u-f;break;case"top":c=x?n-h.height/2-f:n+h.height+f}return i.config.chart.stacked||(c<0?c=0+u:c+h.height/3>i.globals.gridHeight&&(c=i.globals.gridHeight-u)),{bcx:r,bcy:n,dataLabelsX:e,dataLabelsY:c}}},{key:"calculateBarsDataLabelsPosition",value:function(t){var e=this.w,i=t.x,s=t.i,a=t.j,n=t.bcy,r=t.barHeight,o=t.barWidth,l=t.textRects,h=t.dataLabelsX,c=t.strokeWidth,d=t.barDataLabelsConfig,u=t.offX,g=t.offY,f=n-e.globals.gridHeight/e.globals.dataPoints+r/2+l.height/2+g-3,p=this.series[s][a]<=0;switch(this.isReversed&&(i+=o),d.position){case"center":h=p?i-o/2-u:i-o/2+u;break;case"bottom":h=p?i-o-c-Math.round(l.width/2)-u:i-o+c+Math.round(l.width/2)+u;break;case"top":h=p?i-c+Math.round(l.width/2)-u:i-c-Math.round(l.width/2)+u}return e.config.chart.stacked||(h<0?h=h+l.width+c:h+l.width/2>e.globals.gridWidth&&(h=e.globals.gridWidth-l.width-c)),{bcx:i,bcy:n,dataLabelsX:h,dataLabelsY:f}}},{key:"drawCalculatedDataLabels",value:function(t){var e=t.x,i=t.y,s=t.val,a=t.i,n=t.j,r=t.textRects,o=t.barHeight,l=t.barWidth,h=t.dataLabelsConfig,c=this.w,d=new z(this.ctx),u=new f(this.ctx),g=h.formatter,p=null,x=c.globals.collapsedSeriesIndices.indexOf(a)>-1;if(h.enabled&&!x){p=u.group({class:"apexcharts-data-labels"});var b="";null!=s&&(b=g(s,{seriesIndex:a,dataPointIndex:n,w:c})),0===s&&c.config.chart.stacked&&(b=""),c.config.chart.stacked&&this.barOptions.dataLabels.hideOverflowingLabels&&(this.isHorizontal?(l=this.series[a][n]/this.yRatio[this.yaxisIndex],r.width/1.6>l&&(b="")):(o=this.series[a][n]/this.yRatio[this.yaxisIndex],r.height/1.6>o&&(b=""))),d.plotDataLabelsText({x:e,y:i,text:b,i:a,j:n,parent:p,dataLabelsConfig:h,alwaysDrawDataLabel:!0,offsetCorrection:!0})}return p}},{key:"barEndingShape",value:function(t,e,i,s,a){var n=new f(this.ctx);if(this.isHorizontal){var r=null,o=e.x;if(void 0!==i[s][a]||null!==i[s][a]){var l=i[s][a]<0,h=e.barHeight/2-e.strokeWidth;switch(l&&(h=-e.barHeight/2-e.strokeWidth),t.config.chart.stacked||"rounded"===this.barOptions.endingShape&&(o=e.x-h/2),this.barOptions.endingShape){case"flat":r=n.line(o,e.barYPosition+e.barHeight-e.strokeWidth);break;case"rounded":r=n.quadraticCurve(o+h,e.barYPosition+(e.barHeight-e.strokeWidth)/2,o,e.barYPosition+e.barHeight-e.strokeWidth)}}return{path:r,ending_p_from:"",newX:o}}var c=null,d=e.y;if(void 0!==i[s][a]||null!==i[s][a]){var u=i[s][a]<0,g=e.barWidth/2-e.strokeWidth;switch(u&&(g=-e.barWidth/2-e.strokeWidth),t.config.chart.stacked||"rounded"===this.barOptions.endingShape&&(d+=g/2),this.barOptions.endingShape){case"flat":c=n.line(e.barXPosition+e.barWidth-e.strokeWidth,d);break;case"rounded":c=n.quadraticCurve(e.barXPosition+(e.barWidth-e.strokeWidth)/2,d-g,e.barXPosition+e.barWidth-e.strokeWidth,d)}}return{path:c,ending_p_from:"",newY:d}}}]),t}(),M=function(t){function i(){return e(this,i),h(this,o(i).apply(this,arguments))}return r(i,P),s(i,[{key:"draw",value:function(t,e){var i=this.w;this.graphics=new f(this.ctx),this.fill=new S(this.ctx),this.bar=new P(this.ctx,this.xyRatios);var s=new y(this.ctx,i);t=s.getLogSeries(t),this.yRatio=s.getLogYRatios(this.yRatio),this.initVariables(t),"100%"===i.config.chart.stackType&&(t=i.globals.seriesPercent.slice()),this.series=t,this.totalItems=0,this.prevY=[],this.prevX=[],this.prevYF=[],this.prevXF=[],this.prevYVal=[],this.prevXVal=[],this.xArrj=[],this.xArrjF=[],this.xArrjVal=[],this.yArrj=[],this.yArrjF=[],this.yArrjVal=[];for(var a=0;a<t.length;a++)t[a].length>0&&(this.totalItems+=t[a].length);for(var n=this.graphics.group({class:"apexcharts-bar-series apexcharts-plot-series"}),r=0,o=0,l=0,h=0;l<t.length;l++,h++){var c=void 0,u=void 0,g=void 0,p=void 0,x=void 0,b=void 0,m=[],v=[],w=i.globals.comboCharts?e[l]:l;this.yRatio.length>1&&(this.yaxisIndex=w),this.isReversed=i.config.yaxis[this.yaxisIndex]&&i.config.yaxis[this.yaxisIndex].reversed;var k=this.graphics.group({class:"apexcharts-series",seriesName:d.escapeString(i.globals.seriesNames[w]),rel:l+1,"data:realIndex":w}),A=this.graphics.group({class:"apexcharts-datalabels"}),C=0,L=0,z=0,M=this.initialPositions(r,o,g,p,x,b);o=M.y,L=M.barHeight,p=M.yDivision,b=M.zeroW,r=M.x,z=M.barWidth,g=M.xDivision,x=M.zeroH,this.yArrj=[],this.yArrjF=[],this.yArrjVal=[],this.xArrj=[],this.xArrjF=[],this.xArrjVal=[];for(var E=0;E<i.globals.dataPoints;E++){i.config.stroke.show&&(C=this.isNullValue?0:Array.isArray(this.strokeWidth)?this.strokeWidth[w]:this.strokeWidth);var T=null;this.isHorizontal?(T=this.drawBarPaths({indexes:{i:l,j:E,realIndex:w,bc:h},barHeight:L,strokeWidth:C,pathTo:c,pathFrom:u,zeroW:b,x:r,y:o,yDivision:p,elSeries:k}),z=this.series[l][E]/this.invertedYRatio):(T=this.drawColumnPaths({indexes:{i:l,j:E,realIndex:w,bc:h},x:r,y:o,xDivision:g,pathTo:c,pathFrom:u,barWidth:z,zeroH:x,strokeWidth:C,elSeries:k}),L=this.series[l][E]/this.yRatio[this.yaxisIndex]),c=T.pathTo,u=T.pathFrom,o=T.y,r=T.x,m.push(r),v.push(o);var X=this.bar.getPathFillColor(t,l,E,w);k=this.renderSeries({realIndex:w,pathFill:X,j:E,i:l,pathFrom:u,pathTo:c,strokeWidth:C,elSeries:k,x:r,y:o,series:t,barHeight:L,barWidth:z,elDataLabelsWrap:A,type:"bar",visibleSeries:0})}i.globals.seriesXvalues[w]=m,i.globals.seriesYvalues[w]=v,this.prevY.push(this.yArrj),this.prevYF.push(this.yArrjF),this.prevYVal.push(this.yArrjVal),this.prevX.push(this.xArrj),this.prevXF.push(this.xArrjF),this.prevXVal.push(this.xArrjVal),n.add(k)}return n}},{key:"initialPositions",value:function(t,e,i,s,a,n){var r,o,l=this.w;return this.isHorizontal?(r=(r=s=l.globals.gridHeight/l.globals.dataPoints)*parseInt(l.config.plotOptions.bar.barHeight)/100,n=this.baseLineInvertedY+l.globals.padHorizontal+(this.isReversed?l.globals.gridWidth:0)-(this.isReversed?2*this.baseLineInvertedY:0),e=(s-r)/2):(o=i=l.globals.gridWidth/l.globals.dataPoints,o=l.globals.isXNumeric?(i=l.globals.minXDiff/this.xRatio)*parseInt(this.barOptions.columnWidth)/100:o*parseInt(l.config.plotOptions.bar.columnWidth)/100,a=this.baseLineY[this.yaxisIndex]+(this.isReversed?l.globals.gridHeight:0)-(this.isReversed?2*this.baseLineY[this.yaxisIndex]:0),t=l.globals.padHorizontal+(i-o)/2),{x:t,y:e,yDivision:s,xDivision:i,barHeight:r,barWidth:o,zeroH:a,zeroW:n}}},{key:"drawBarPaths",value:function(t){for(var e,i=t.indexes,s=t.barHeight,a=t.strokeWidth,n=t.pathTo,r=t.pathFrom,o=t.zeroW,l=t.x,h=t.y,c=t.yDivision,d=t.elSeries,u=this.w,g=h,f=i.i,p=i.j,x=i.realIndex,b=i.bc,m=0,v=0;v<this.prevXF.length;v++)m+=this.prevXF[v][p];if(f>0){var y=o;this.prevXVal[f-1][p]<0?y=this.series[f][p]>=0?this.prevX[f-1][p]+m-2*(this.isReversed?m:0):this.prevX[f-1][p]:this.prevXVal[f-1][p]>=0&&(y=this.series[f][p]>=0?this.prevX[f-1][p]:this.prevX[f-1][p]-m+2*(this.isReversed?m:0)),e=y}else e=o;l=null===this.series[f][p]?e:e+this.series[f][p]/this.invertedYRatio-2*(this.isReversed?this.series[f][p]/this.invertedYRatio:0);var w={barHeight:s,strokeWidth:a,invertedYRatio:this.invertedYRatio,barYPosition:g,x:l},k=this.bar.barEndingShape(u,w,this.series,f,p);if(this.series.length>1&&f!==this.endingShapeOnSeriesNumber&&(k.path=this.graphics.line(k.newX,g+s-a)),this.xArrj.push(k.newX),this.xArrjF.push(Math.abs(e-k.newX)),this.xArrjVal.push(this.series[f][p]),n=this.graphics.move(e,g),r=this.graphics.move(e,g),u.globals.previousPaths.length>0&&(r=this.bar.getPathFrom(x,p,!1)),n=n+this.graphics.line(k.newX,g)+k.path+this.graphics.line(e,g+s-a)+this.graphics.line(e,g),r=r+this.graphics.line(e,g)+this.graphics.line(e,g+s-a)+this.graphics.line(e,g+s-a)+this.graphics.line(e,g+s-a)+this.graphics.line(e,g),u.config.plotOptions.bar.colors.backgroundBarColors.length>0&&0===f){b>=u.config.plotOptions.bar.colors.backgroundBarColors.length&&(b=0);var A=u.config.plotOptions.bar.colors.backgroundBarColors[b],S=this.graphics.drawRect(0,g,u.globals.gridWidth,s,0,A,u.config.plotOptions.bar.colors.backgroundBarOpacity);d.add(S),S.node.classList.add("apexcharts-backgroundBar")}return{pathTo:n,pathFrom:r,x:l,y:h+=c}}},{key:"drawColumnPaths",value:function(t){var e=t.indexes,i=t.x,s=t.y,a=t.xDivision,n=t.pathTo,r=t.pathFrom,o=t.barWidth,l=t.zeroH,h=t.strokeWidth,c=t.elSeries,d=this.w,u=e.i,g=e.j,f=e.realIndex,p=e.bc;if(d.globals.isXNumeric){var x=d.globals.seriesX[u][g];x||(x=0),i=(x-d.globals.minX)/this.xRatio-o/2}for(var b,m=i,v=0,y=0;y<this.prevYF.length;y++)v+=this.prevYF[y][g];if(u>0&&!d.globals.isXNumeric||u>0&&d.globals.isXNumeric&&d.globals.seriesX[u-1][g]===d.globals.seriesX[u][g]){var w=this.prevY[u-1][g];b=this.prevYVal[u-1][g]<0?this.series[u][g]>=0?w-v+2*(this.isReversed?v:0):w:this.series[u][g]>=0?w:w+v-2*(this.isReversed?v:0)}else b=d.globals.gridHeight-l;s=b-this.series[u][g]/this.yRatio[this.yaxisIndex]+2*(this.isReversed?this.series[u][g]/this.yRatio[this.yaxisIndex]:0);var k={barWidth:o,strokeWidth:h,yRatio:this.yRatio[this.yaxisIndex],barXPosition:m,y:s},A=this.bar.barEndingShape(d,k,this.series,u,g);if(this.yArrj.push(A.newY),this.yArrjF.push(Math.abs(b-A.newY)),this.yArrjVal.push(this.series[u][g]),n=this.graphics.move(m,b),r=this.graphics.move(m,b),d.globals.previousPaths.length>0&&(r=this.bar.getPathFrom(f,g,!1)),n=n+this.graphics.line(m,A.newY)+A.path+this.graphics.line(m+o-h,b)+this.graphics.line(m-h/2,b),r=r+this.graphics.line(m,b)+this.graphics.line(m+o-h,b)+this.graphics.line(m+o-h,b)+this.graphics.line(m+o-h,b)+this.graphics.line(m-h/2,b),d.config.plotOptions.bar.colors.backgroundBarColors.length>0&&0===u){p>=d.config.plotOptions.bar.colors.backgroundBarColors.length&&(p=0);var S=d.config.plotOptions.bar.colors.backgroundBarColors[p],C=this.graphics.drawRect(m,0,o,d.globals.gridHeight,0,S,d.config.plotOptions.bar.colors.backgroundBarOpacity);c.add(C),C.node.classList.add("apexcharts-backgroundBar")}return i+=a,{pathTo:n,pathFrom:r,x:d.globals.isXNumeric?i-a:i,y:s}}},{key:"checkZeroSeries",value:function(t){for(var e=t.series,i=this.w,s=0;s<e.length;s++){for(var a=0,n=0;n<e[i.globals.maxValsInArrayIndex].length;n++)a+=e[s][n];0===a&&this.zeroSerieses.push(s)}for(var r=e.length-1;r>=0;r--)this.zeroSerieses.indexOf(r)>-1&&r===this.endingShapeOnSeriesNumber&&(this.endingShapeOnSeriesNumber-=1)}}]),i}(),E=function(t){function i(){return e(this,i),h(this,o(i).apply(this,arguments))}return r(i,P),s(i,[{key:"draw",value:function(t,e){var i=this.w,s=new f(this.ctx),a=new S(this.ctx);this.candlestickOptions=this.w.config.plotOptions.candlestick;var n=new y(this.ctx,i);t=n.getLogSeries(t),this.series=t,this.yRatio=n.getLogYRatios(this.yRatio),this.initVariables(t);for(var r=s.group({class:"apexcharts-candlestick-series apexcharts-plot-series"}),o=0,l=0;o<t.length;o++,l++){var h,c,u=void 0,g=void 0,p=void 0,x=void 0,b=[],m=[],v=i.globals.comboCharts?e[o]:o,w=s.group({class:"apexcharts-series",seriesName:d.escapeString(i.globals.seriesNames[v]),rel:o+1,"data:realIndex":v});t[o].length>0&&(this.visibleI=this.visibleI+1);var k,A,C=0;this.yRatio.length>1&&(this.yaxisIndex=v);var L=this.initialPositions();x=L.y,k=L.barHeight,p=L.x,A=L.barWidth,h=L.xDivision,c=L.zeroH,m.push(p+A/2);for(var z=s.group({class:"apexcharts-datalabels"}),P=0,M=i.globals.dataPoints;P<i.globals.dataPoints;P++,M--){void 0===this.series[o][P]||null===t[o][P]?this.isNullValue=!0:this.isNullValue=!1,i.config.stroke.show&&(C=this.isNullValue?0:Array.isArray(this.strokeWidth)?this.strokeWidth[v]:this.strokeWidth);var E,T=this.drawCandleStickPaths({indexes:{i:o,j:P,realIndex:v,bc:l},x:p,y:x,xDivision:h,pathTo:u,pathFrom:g,barWidth:A,zeroH:c,strokeWidth:C,elSeries:w});u=T.pathTo,g=T.pathFrom,x=T.y,p=T.x,E=T.color,P>0&&m.push(p+A/2),b.push(x);var X=a.fillPath({seriesNumber:v,color:E,value:t[o][P]}),I=this.candlestickOptions.wick.useFillColor?E:void 0;w=this.renderSeries({realIndex:v,pathFill:X,lineFill:I,j:P,i:o,pathFrom:g,pathTo:u,strokeWidth:C,elSeries:w,x:p,y:x,series:t,barHeight:k,barWidth:A,elDataLabelsWrap:z,visibleSeries:this.visibleI,type:"candlestick"})}i.globals.seriesXvalues[v]=m,i.globals.seriesYvalues[v]=b,r.add(w)}return r}},{key:"drawCandleStickPaths",value:function(t){var e=t.indexes,i=t.x,s=(t.y,t.xDivision),a=t.pathTo,n=t.pathFrom,r=t.barWidth,o=t.zeroH,l=t.strokeWidth,h=this.w,c=new f(this.ctx),d=e.i,u=e.j,g=!0,p=h.config.plotOptions.candlestick.colors.upward,x=h.config.plotOptions.candlestick.colors.downward,b=this.yRatio[this.yaxisIndex],m=e.realIndex,v=this.getOHLCValue(m,u),y=o,w=o;v.o>v.c&&(g=!1);var k=Math.min(v.o,v.c),A=Math.max(v.o,v.c);h.globals.isXNumeric&&(i=(h.globals.seriesX[d][u]-h.globals.minX)/this.xRatio-r/2);var S=i+r*this.visibleI;return void 0===this.series[d][u]||null===this.series[d][u]?k=o:(k=o-k/b,A=o-A/b,y=o-v.h/b,w=o-v.l/b),c.move(S,o),n=c.move(S,k),h.globals.previousPaths.length>0&&(n=this.getPathFrom(m,u,!0)),a=c.move(S,A)+c.line(S+r/2,A)+c.line(S+r/2,y)+c.line(S+r/2,A)+c.line(S+r,A)+c.line(S+r,k)+c.line(S+r/2,k)+c.line(S+r/2,w)+c.line(S+r/2,k)+c.line(S,k)+c.line(S,A-l/2),n+=c.move(S,k),h.globals.isXNumeric||(i+=s),{pathTo:a,pathFrom:n,x:i,y:A,barXPosition:S,color:g?p:x}}},{key:"getOHLCValue",value:function(t,e){var i=this.w;return{o:i.globals.seriesCandleO[t][e],h:i.globals.seriesCandleH[t][e],l:i.globals.seriesCandleL[t][e],c:i.globals.seriesCandleC[t][e]}}}]),i}(),T=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"drawXCrosshairs",value:function(){var t=this.w,e=new f(this.ctx),i=new u(this.ctx),s=t.config.xaxis.crosshairs.fill.gradient,a=t.config.xaxis.crosshairs.dropShadow,n=t.config.xaxis.crosshairs.fill.type,r=s.colorFrom,o=s.colorTo,l=s.opacityFrom,h=s.opacityTo,c=s.stops,g=a.enabled,p=a.left,x=a.top,b=a.blur,m=a.color,v=a.opacity,y=t.config.xaxis.crosshairs.fill.color;if(t.config.xaxis.crosshairs.show){"gradient"===n&&(y=e.drawGradient("vertical",r,o,l,h,null,c,null));var w=e.drawRect();1===t.config.xaxis.crosshairs.width&&(w=e.drawLine()),w.attr({class:"apexcharts-xcrosshairs",x:0,y:0,y2:t.globals.gridHeight,width:d.isNumber(t.config.xaxis.crosshairs.width)?t.config.xaxis.crosshairs.width:0,height:t.globals.gridHeight,fill:y,filter:"none","fill-opacity":t.config.xaxis.crosshairs.opacity,stroke:t.config.xaxis.crosshairs.stroke.color,"stroke-width":t.config.xaxis.crosshairs.stroke.width,"stroke-dasharray":t.config.xaxis.crosshairs.stroke.dashArray}),g&&(w=i.dropShadow(w,{left:p,top:x,blur:b,color:m,opacity:v})),t.globals.dom.elGraphical.add(w)}}},{key:"drawYCrosshairs",value:function(){var t=this.w,e=new f(this.ctx),i=t.config.yaxis[0].crosshairs;if(t.config.yaxis[0].crosshairs.show){var s=e.drawLine(0,0,t.globals.gridWidth,0,i.stroke.color,i.stroke.dashArray,i.stroke.width);s.attr({class:"apexcharts-ycrosshairs"}),t.globals.dom.elGraphical.add(s)}var a=e.drawLine(0,0,t.globals.gridWidth,0,i.stroke.color,0,0);a.attr({class:"apexcharts-ycrosshairs-hidden"}),t.globals.dom.elGraphical.add(a)}}]),t}(),X=function(){function t(i,s){e(this,t),this.ctx=i,this.w=i.w,this.xRatio=s.xRatio,this.yRatio=s.yRatio,this.negRange=!1,this.dynamicAnim=this.w.config.chart.animations.dynamicAnimation,this.rectRadius=this.w.config.plotOptions.heatmap.radius,this.strokeWidth=this.w.config.stroke.width}return s(t,[{key:"draw",value:function(t){var e=this.w,i=new f(this.ctx),s=i.group({class:"apexcharts-heatmap"});s.attr("clip-path","url(#gridRectMask".concat(e.globals.cuid,")"));var a=e.globals.gridWidth/e.globals.dataPoints,n=e.globals.gridHeight/e.globals.series.length,r=0,o=!1;this.checkColorRange();var l=t.slice();e.config.yaxis[0].reversed&&(o=!0,l.reverse());for(var h=o?0:l.length-1;o?h<l.length:h>=0;o?h++:h--){var c=i.group({class:"apexcharts-series apexcharts-heatmap-series",seriesName:d.escapeString(e.globals.seriesNames[h]),rel:h+1,"data:realIndex":h});if(e.config.chart.dropShadow.enabled){var g=e.config.chart.dropShadow;new u(this.ctx).dropShadow(c,g,h)}for(var p=0,x=0;x<l[h].length;x++){var b=1,m=this.determineHeatColor(h,x);if(e.globals.hasNegs||this.negRange){var v=e.config.plotOptions.heatmap.shadeIntensity;b=e.config.plotOptions.heatmap.reverseNegativeShade?m.percent<0?m.percent/100*(1.25*v):(1-m.percent/100)*(1.25*v):m.percent<0?1-(1+m.percent/100)*v:(1-m.percent/100)*v}else b=1-m.percent/100;var y=m.color;if(e.config.plotOptions.heatmap.enableShades){var w=new d;y=d.hexToRgba(w.shadeColor(b,m.color),e.config.fill.opacity)}var k=this.rectRadius,A=i.drawRect(p,r,a,n,k);if(A.attr({cx:p,cy:r}),A.node.classList.add("apexcharts-heatmap-rect"),c.add(A),A.attr({fill:y,i:h,index:h,j:x,val:l[h][x],"stroke-width":this.strokeWidth,stroke:e.globals.stroke.colors[0],color:y}),A.node.addEventListener("mouseenter",i.pathMouseEnter.bind(this,A)),A.node.addEventListener("mouseleave",i.pathMouseLeave.bind(this,A)),A.node.addEventListener("mousedown",i.pathMouseDown.bind(this,A)),e.config.chart.animations.enabled&&!e.globals.dataChanged){var S=1;e.globals.resized||(S=e.config.chart.animations.speed),this.animateHeatMap(A,p,r,a,n,S)}if(e.globals.dataChanged){var C=1;if(this.dynamicAnim.enabled&&e.globals.shouldAnimate){C=this.dynamicAnim.speed;var L=e.globals.previousPaths[h]&&e.globals.previousPaths[h][x]&&e.globals.previousPaths[h][x].color;L||(L="rgba(255, 255, 255, 0)"),this.animateHeatColor(A,d.isColorHex(L)?L:d.rgb2hex(L),d.isColorHex(y)?y:d.rgb2hex(y),C)}}var z=this.calculateHeatmapDataLabels({x:p,y:r,i:h,j:x,series:l,rectHeight:n,rectWidth:a});null!==z&&c.add(z),p+=a}r+=n,s.add(c)}var P=e.globals.yAxisScale[0].result.slice();e.config.yaxis[0].reversed?P.unshift(""):P.push(""),e.globals.yAxisScale[0].result=P;var M=e.globals.gridHeight/e.globals.series.length;return e.config.yaxis[0].labels.offsetY=-M/2,s}},{key:"checkColorRange",value:function(){var t=this,e=this.w.config.plotOptions.heatmap;e.colorScale.ranges.length>0&&e.colorScale.ranges.map(function(e,i){e.from<0&&(t.negRange=!0)})}},{key:"determineHeatColor",value:function(t,e){var i=this.w,s=i.globals.series[t][e],a=i.config.plotOptions.heatmap,n=a.colorScale.inverse?e:t,r=i.globals.colors[n],o=Math.min.apply(Math,c(i.globals.series[t])),l=Math.max.apply(Math,c(i.globals.series[t]));a.distributed||(o=i.globals.minY,l=i.globals.maxY),void 0!==a.colorScale.min&&(o=a.colorScale.min<i.globals.minY?a.colorScale.min:i.globals.minY,l=a.colorScale.max>i.globals.maxY?a.colorScale.max:i.globals.maxY);var h=Math.abs(l)+Math.abs(o),d=100*s/(0===h?h-1e-6:h);a.colorScale.ranges.length>0&&a.colorScale.ranges.map(function(t,e){if(s>=t.from&&s<=t.to){r=t.color,o=t.from,l=t.to;var i=Math.abs(l)+Math.abs(o);d=100*s/(0===i?i-1e-6:i)}});return{color:r,percent:d}}},{key:"calculateHeatmapDataLabels",value:function(t){var e=t.x,i=t.y,s=t.i,a=t.j,n=(t.series,t.rectHeight),r=t.rectWidth,o=this.w,l=o.config.dataLabels,h=new f(this.ctx),c=new z(this.ctx),d=l.formatter,u=null;if(l.enabled){u=h.group({class:"apexcharts-data-labels"});var g=l.offsetX,p=l.offsetY,x=e+r/2+g,b=i+n/2+parseInt(l.style.fontSize)/3+p,m=d(o.globals.series[s][a],{seriesIndex:s,dataPointIndex:a,w:o});c.plotDataLabelsText({x:x,y:b,text:m,i:s,j:a,parent:u,dataLabelsConfig:l})}return u}},{key:"animateHeatMap",value:function(t,e,i,s,a,n){var r=this;new g(this.ctx).animateRect(t,{x:e+s/2,y:i+a/2,width:0,height:0},{x:e,y:i,width:s,height:a},n,function(){r.w.globals.animationEnded=!0})}},{key:"animateHeatColor",value:function(t,e,i,s){t.attr({fill:e}).animate(s).attr({fill:i})}}]),t}(),I=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.chartType=this.w.config.chart.type,this.initialAnim=this.w.config.chart.animations.enabled,this.dynamicAnim=this.initialAnim&&this.w.config.chart.animations.dynamicAnimation.enabled,this.animBeginArr=[0],this.animDur=0,this.donutDataLabels=this.w.config.plotOptions.pie.donut.labels;var s=this.w;this.lineColorArr=void 0!==s.globals.stroke.colors?s.globals.stroke.colors:s.globals.colors,this.defaultSize=s.globals.svgHeight<s.globals.svgWidth?s.globals.svgHeight-35:s.globals.gridWidth,this.centerY=this.defaultSize/2,this.centerX=s.globals.gridWidth/2,this.fullAngle=360,this.size=0,this.donutSize=0,this.sliceLabels=[],this.prevSectorAngleArr=[]}return s(t,[{key:"draw",value:function(t){for(var e=this.w,i=new f(this.ctx),s=i.group({class:"apexcharts-pie"}),a=0,n=0;n<t.length;n++)a+=d.negToZero(t[n]);var r=[],o=i.group();0===a&&(a=1e-5);for(var l=0;l<t.length;l++){var h=this.fullAngle*d.negToZero(t[l])/a;r.push(h)}if(e.globals.dataChanged){for(var c,u=0,g=0;g<e.globals.previousPaths.length;g++)u+=d.negToZero(e.globals.previousPaths[g]);for(var p=0;p<e.globals.previousPaths.length;p++)c=this.fullAngle*d.negToZero(e.globals.previousPaths[p])/u,this.prevSectorAngleArr.push(c)}this.size=this.defaultSize/2.05-e.config.stroke.width-e.config.chart.dropShadow.blur,void 0!==e.config.plotOptions.pie.size&&(this.size=e.config.plotOptions.pie.size),this.donutSize=this.size*parseInt(e.config.plotOptions.pie.donut.size)/100;var x=e.config.plotOptions.pie.customScale,b=e.globals.gridWidth/2,m=e.globals.gridHeight/2,v=b-e.globals.gridWidth/2*x,y=m-e.globals.gridHeight/2*x;if(this.donutDataLabels.show){var w=this.renderInnerDataLabels(this.donutDataLabels,{hollowSize:this.donutSize,centerX:this.centerX,centerY:this.centerY,opacity:this.donutDataLabels.show,translateX:v,translateY:y});s.add(w)}if("donut"===e.config.chart.type){var k=i.drawCircle(this.donutSize);k.attr({cx:this.centerX,cy:this.centerY,fill:e.config.plotOptions.pie.donut.background}),o.add(k)}var A=this.drawArcs(r,t);return this.sliceLabels.forEach(function(t){A.add(t)}),o.attr({transform:"translate(".concat(v,", ").concat(y-5,") scale(").concat(x,")")}),s.attr({"data:innerTranslateX":v,"data:innerTranslateY":y-25}),o.add(A),s.add(o),s}},{key:"drawArcs",value:function(t,e){var i=this.w,s=new u(this.ctx),a=new f(this.ctx),n=new S(this.ctx),r=a.group(),o=0,l=0,h=0,c=0;this.strokeWidth=i.config.stroke.show?i.config.stroke.width:0;for(var g=0;g<t.length;g++){var p=a.group({class:"apexcharts-series apexcharts-pie-series",seriesName:d.escapeString(i.globals.seriesNames[g]),id:"apexcharts-series-"+g,rel:g+1});r.add(p),l=c,h=(o=h)+t[g],c=l+this.prevSectorAngleArr[g];var x=h-o,b=n.fillPath({seriesNumber:g,size:this.size,value:e[g]}),m=this.getChangedPath(l,c),v=a.drawPath({d:m,stroke:this.lineColorArr instanceof Array?this.lineColorArr[g]:this.lineColorArr,strokeWidth:this.strokeWidth,fill:b,fillOpacity:i.config.fill.opacity,classes:"apexcharts-pie-area"});if(v.attr({id:"apexcharts-".concat(i.config.chart.type,"-slice-").concat(g),index:0,j:g}),i.config.chart.dropShadow.enabled){var y=i.config.chart.dropShadow;s.dropShadow(v,y,g)}this.addListeners(v,this.donutDataLabels),f.setAttrs(v.node,{"data:angle":x,"data:startAngle":o,"data:strokeWidth":this.strokeWidth,"data:value":e[g]});var w={x:0,y:0};"pie"===i.config.chart.type?w=d.polarToCartesian(this.centerX,this.centerY,this.size/1.25+i.config.plotOptions.pie.dataLabels.offset,o+(h-o)/2):"donut"===i.config.chart.type&&(w=d.polarToCartesian(this.centerX,this.centerY,(this.size+this.donutSize)/2+i.config.plotOptions.pie.dataLabels.offset,o+(h-o)/2)),p.add(v);var k=0;if(!this.initialAnim||i.globals.resized||i.globals.dataChanged?this.animBeginArr.push(0):(k=(h-o)/this.fullAngle*i.config.chart.animations.speed,this.animDur=k+this.animDur,this.animBeginArr.push(this.animDur)),this.dynamicAnim&&i.globals.dataChanged?this.animatePaths(v,{endAngle:h,startAngle:o,prevStartAngle:l,prevEndAngle:c,animateStartingPos:!0,i:g,animBeginArr:this.animBeginArr,dur:i.config.chart.animations.dynamicAnimation.speed}):this.animatePaths(v,{endAngle:h,startAngle:o,i:g,totalItems:t.length-1,animBeginArr:this.animBeginArr,dur:k}),i.config.plotOptions.pie.expandOnClick&&v.click(this.pieClicked.bind(this,g)),i.config.dataLabels.enabled){var A=w.x,C=w.y,L=100*(h-o)/360+"%";if(0!==x&&i.config.plotOptions.pie.dataLabels.minAngleToShowLabel<t[g]){var z=i.config.dataLabels.formatter;void 0!==z&&(L=z(i.globals.seriesPercent[g][0],{seriesIndex:g,w:i}));var P=i.globals.dataLabels.style.colors[g],M=a.drawText({x:A,y:C,text:L,textAnchor:"middle",fontSize:i.config.dataLabels.style.fontSize,fontFamily:i.config.dataLabels.style.fontFamily,foreColor:P});if(i.config.dataLabels.dropShadow.enabled){var E=i.config.dataLabels.dropShadow;new u(this.ctx).dropShadow(M,E)}M.node.classList.add("apexcharts-pie-label"),i.config.chart.animations.animate&&!1===i.globals.resized&&(M.node.classList.add("apexcharts-pie-label-delay"),M.node.style.animationDelay=i.config.chart.animations.speed/940+"s"),this.sliceLabels.push(M)}}}return r}},{key:"addListeners",value:function(t,e){var i=new f(this.ctx);t.node.addEventListener("mouseenter",i.pathMouseEnter.bind(this,t)),t.node.addEventListener("mouseenter",this.printDataLabelsInner.bind(this,t.node,e)),t.node.addEventListener("mouseleave",i.pathMouseLeave.bind(this,t)),t.node.addEventListener("mouseleave",this.revertDataLabelsInner.bind(this,t.node,e)),t.node.addEventListener("mousedown",i.pathMouseDown.bind(this,t)),t.node.addEventListener("mousedown",this.printDataLabelsInner.bind(this,t.node,e))}},{key:"animatePaths",value:function(t,e){var i=this.w,s=e.endAngle-e.startAngle,a=s,n=e.startAngle,r=e.startAngle;void 0!==e.prevStartAngle&&void 0!==e.prevEndAngle&&(n=e.prevEndAngle,a=e.prevEndAngle-e.prevStartAngle),e.i===i.config.series.length-1&&(s+r>this.fullAngle?e.endAngle=e.endAngle-(s+r):s+r<this.fullAngle&&(e.endAngle=e.endAngle+(this.fullAngle-(s+r)))),s===this.fullAngle&&(s=this.fullAngle-.01),this.animateArc(t,n,r,s,a,e)}},{key:"animateArc",value:function(t,e,i,s,a,n){var r,o=this,l=this.w,h=o.size;h||(h=n.size),(isNaN(e)||isNaN(a))&&(e=i,a=s,n.dur=0);var c=s,d=i,u=e-i;l.globals.dataChanged&&n.shouldSetPrevPaths&&(r=o.getPiePath({me:o,startAngle:d,angle:a,size:h}),t.attr({d:r})),0!==n.dur?t.animate(n.dur,l.globals.easing,n.animBeginArr[n.i]).afterAll(function(){"pie"!==l.config.chart.type&&"donut"!==l.config.chart.type||this.animate(300).attr({"stroke-width":l.config.stroke.width}),l.globals.animationEnded=!0}).during(function(l){c=u+(s-u)*l,n.animateStartingPos&&(c=a+(s-a)*l,d=e-a+(i-(e-a))*l),r=o.getPiePath({me:o,startAngle:d,angle:c,size:h}),t.node.setAttribute("data:pathOrig",r),t.attr({d:r})}):(r=o.getPiePath({me:o,startAngle:d,angle:s,size:h}),n.isTrack||(l.globals.animationEnded=!0),t.node.setAttribute("data:pathOrig",r),t.attr({d:r}))}},{key:"pieClicked",value:function(t){var e,i=this.w,s=this.size+4,a=i.globals.dom.Paper.select("#apexcharts-".concat(i.config.chart.type.toLowerCase(),"-slice-").concat(t)).members[0],n=a.attr("d");if("true"!==a.attr("data:pieClicked")){var r=i.globals.dom.baseEl.querySelectorAll(".apexcharts-pie-area");Array.prototype.forEach.call(r,function(t){t.setAttribute("data:pieClicked","false");var e=t.getAttribute("data:pathOrig");t.setAttribute("d",e)}),a.attr("data:pieClicked","true");var o=parseInt(a.attr("data:startAngle")),l=parseInt(a.attr("data:angle"));e=this.getPiePath({me:this,startAngle:o,angle:l,size:s}),360!==l&&a.plot(e).animate(1).plot(n).animate(100).plot(e)}else{a.attr({"data:pieClicked":"false"}),this.revertDataLabelsInner(a.node,this.donutDataLabels);var h=a.attr("data:pathOrig");a.attr({d:h})}}},{key:"getChangedPath",value:function(t,e){var i="";return this.dynamicAnim&&this.w.globals.dataChanged&&(i=this.getPiePath({me:this,startAngle:t,angle:e-t,size:this.size})),i}},{key:"getPiePath",value:function(t){var e=t.me,i=t.startAngle,s=t.angle,a=t.size,n=this.w,r=i,o=Math.PI*(r-90)/180,l=s+i;Math.ceil(l)>=360&&(l=359.99);var h=Math.PI*(l-90)/180,c=e.centerX+a*Math.cos(o),u=e.centerY+a*Math.sin(o),g=e.centerX+a*Math.cos(h),f=e.centerY+a*Math.sin(h),p=d.polarToCartesian(e.centerX,e.centerY,e.donutSize,l),x=d.polarToCartesian(e.centerX,e.centerY,e.donutSize,r),b=s>180?1:0;return"donut"===n.config.chart.type?["M",c,u,"A",a,a,0,b,1,g,f,"L",p.x,p.y,"A",e.donutSize,e.donutSize,0,b,0,x.x,x.y,"L",c,u,"z"].join(" "):"pie"===n.config.chart.type?["M",c,u,"A",a,a,0,b,1,g,f,"L",e.centerX,e.centerY,"L",c,u].join(" "):["M",c,u,"A",a,a,0,b,1,g,f].join(" ")}},{key:"renderInnerDataLabels",value:function(t,e){var i=this.w,s=new f(this.ctx),a=s.group({class:"apexcharts-datalabels-group",transform:"translate(".concat(e.translateX?e.translateX:0,", ").concat(e.translateY?e.translateY:0,")")}),n=t.total.show;a.node.style.opacity=e.opacity;var r,o,l=e.centerX,h=e.centerY;r=void 0===t.name.color?i.globals.colors[0]:t.name.color,o=void 0===t.value.color?i.config.chart.foreColor:t.value.color;var c=t.value.formatter,d="",u="";if(n?(r=t.total.color,u=t.total.label,d=t.total.formatter(i)):1===i.globals.series.length&&(d=c(i.globals.series[0],i),u=i.globals.seriesNames[0]),t.name.show){var g=s.drawText({x:l,y:h+parseInt(t.name.offsetY),text:u,textAnchor:"middle",foreColor:r,fontSize:t.name.fontSize,fontFamily:t.name.fontFamily});g.node.classList.add("apexcharts-datalabel-label"),a.add(g)}if(t.value.show){var p=t.name.show?parseInt(t.value.offsetY)+16:t.value.offsetY,x=s.drawText({x:l,y:h+p,text:d,textAnchor:"middle",foreColor:o,fontSize:t.value.fontSize,fontFamily:t.value.fontFamily});x.node.classList.add("apexcharts-datalabel-value"),a.add(x)}return a}},{key:"printInnerLabels",value:function(t,e,i,s){var a,n=this.w;s?a=void 0===t.name.color?n.globals.colors[parseInt(s.parentNode.getAttribute("rel"))-1]:t.name.color:n.globals.series.length>1&&t.total.show&&(a=t.total.color);var r=n.globals.dom.baseEl.querySelector(".apexcharts-datalabel-label"),o=n.globals.dom.baseEl.querySelector(".apexcharts-datalabel-value");i=(0,t.value.formatter)(i,n),s||"function"!=typeof t.total.formatter||(i=t.total.formatter(n)),null!==r&&(r.textContent=e),null!==o&&(o.textContent=i),null!==r&&(r.style.fill=a)}},{key:"printDataLabelsInner",value:function(t,e){var i=this.w,s=t.getAttribute("data:value"),a=i.globals.seriesNames[parseInt(t.parentNode.getAttribute("rel"))-1];i.globals.series.length>1&&this.printInnerLabels(e,a,s,t);var n=i.globals.dom.baseEl.querySelector(".apexcharts-datalabels-group");null!==n&&(n.style.opacity=1)}},{key:"revertDataLabelsInner",value:function(e,i,s){var a=this,n=this.w,r=n.globals.dom.baseEl.querySelector(".apexcharts-datalabels-group");if(i.total.show&&n.globals.series.length>1){new t(this.ctx).printInnerLabels(i,i.total.label,i.total.formatter(n))}else{var o=document.querySelectorAll(".apexcharts-pie-area"),l=!1;if(o.forEach(function(t){"true"===t.getAttribute("data:pieClicked")&&(l=!0,a.printDataLabelsInner(t,i))}),!l)if(n.globals.selectedDataPoints.length&&n.globals.series.length>1)if(n.globals.selectedDataPoints[0].length>0){var h=n.globals.selectedDataPoints[0],c=n.globals.dom.baseEl.querySelector("#apexcharts-".concat(n.config.chart.type.toLowerCase(),"-slice-").concat(h));this.printDataLabelsInner(c,i)}else r&&n.globals.selectedDataPoints.length&&0===n.globals.selectedDataPoints[0].length&&(r.style.opacity=0);else r&&n.globals.series.length>1&&(r.style.opacity=0)}}}]),t}(),Y=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.chartType=this.w.config.chart.type,this.initialAnim=this.w.config.chart.animations.enabled,this.dynamicAnim=this.initialAnim&&this.w.config.chart.animations.dynamicAnimation.enabled,this.animDur=0;var s=this.w;this.graphics=new f(this.ctx),this.lineColorArr=void 0!==s.globals.stroke.colors?s.globals.stroke.colors:s.globals.colors,this.defaultSize=s.globals.svgHeight<s.globals.svgWidth?s.globals.svgHeight-35:s.globals.gridWidth,this.maxValue=this.w.globals.maxY,this.polygons=s.config.plotOptions.radar.polygons,this.maxLabelWidth=20;var a=s.globals.labels.slice().sort(function(t,e){return e.length-t.length})[0],n=this.graphics.getTextRects(a,s.config.dataLabels.style.fontSize);this.size=this.defaultSize/2.1-s.config.stroke.width-s.config.chart.dropShadow.blur-n.width/1.75,void 0!==s.config.plotOptions.radar.size&&(this.size=s.config.plotOptions.radar.size),this.dataRadiusOfPercent=[],this.dataRadius=[],this.angleArr=[],this.yaxisLabelsTextsPos=[]}return s(t,[{key:"draw",value:function(t){var e=this,i=this.w,s=new S(this.ctx),a=[];this.dataPointsLen=t[i.globals.maxValsInArrayIndex].length,this.disAngle=2*Math.PI/this.dataPointsLen;var r=i.globals.gridWidth/2,o=i.globals.gridHeight/2,l=this.graphics.group({class:"apexcharts-radar-series","data:innerTranslateX":r,"data:innerTranslateY":o-25,transform:"translate(".concat(r||0,", ").concat(o||0,")")}),h=[],c=null;if(this.yaxisLabels=this.graphics.group({class:"apexcharts-yaxis"}),t.forEach(function(t,r){var o=e.graphics.group().attr({class:"apexcharts-series",seriesName:d.escapeString(i.globals.seriesNames[r]),rel:r+1,"data:realIndex":r});e.dataRadiusOfPercent[r]=[],e.dataRadius[r]=[],e.angleArr[r]=[],t.forEach(function(t,i){e.dataRadiusOfPercent[r][i]=t/e.maxValue,e.dataRadius[r][i]=e.dataRadiusOfPercent[r][i]*e.size,e.angleArr[r][i]=i*e.disAngle}),h=e.getDataPointsPos(e.dataRadius[r],e.angleArr[r]);var l=e.createPaths(h,{x:0,y:0});c=e.graphics.group({class:"apexcharts-series-markers-wrap hidden"}),i.globals.delayedElements.push({el:c.node,index:r});var g={i:r,realIndex:r,animationDelay:r,initialSpeed:i.config.chart.animations.speed,dataChangeSpeed:i.config.chart.animations.dynamicAnimation.speed,className:"apexcharts-radar",id:"apexcharts-radar",shouldClipToGrid:!1,bindEventsOnPaths:!1,stroke:i.globals.stroke.colors[r],strokeLineCap:i.config.stroke.lineCap},f=null;i.globals.previousPaths.length>0&&(f=e.getPathFrom(r));for(var p=0;p<l.linePathsTo.length;p++){var x=e.graphics.renderPaths(n({},g,{pathFrom:null===f?l.linePathsFrom[p]:f,pathTo:l.linePathsTo[p],strokeWidth:Array.isArray(i.config.stroke.width)?i.config.stroke.width[r]:i.config.stroke.width,fill:"none",drawShadow:!1}));o.add(x);var b=s.fillPath({seriesNumber:r}),m=e.graphics.renderPaths(n({},g,{pathFrom:null===f?l.areaPathsFrom[p]:f,pathTo:l.areaPathsTo[p],strokeWidth:0,fill:b,drawShadow:!1}));if(i.config.chart.dropShadow.enabled){var v=new u(e.ctx),y=i.config.chart.dropShadow;v.dropShadow(m,Object.assign({},y,{noUserSpaceOnUse:!0}),r)}o.add(m)}t.forEach(function(t,i){var s=new C(e.ctx).getMarkerConfig("apexcharts-marker",r),a=e.graphics.drawMarker(h[i].x,h[i].y,s);a.attr("rel",i),a.attr("j",i),a.attr("index",r),a.node.setAttribute("default-marker-size",s.pSize);var n=e.graphics.group({class:"apexcharts-series-markers"});n&&n.add(a),c.add(n),o.add(c)}),a.push(o)}),this.drawPolygons({parent:l}),i.config.dataLabels.enabled){var g=this.drawLabels();l.add(g)}return l.add(this.yaxisLabels),a.forEach(function(t){l.add(t)}),l}},{key:"drawPolygons",value:function(t){for(var e=this,i=this.w,s=t.parent,a=i.globals.yAxisScale[0].result.reverse(),n=a.length,r=[],o=this.size/(n-1),l=0;l<n;l++)r[l]=o*l;r.reverse();var h=[],c=[];r.forEach(function(t,i){var s=e.getPolygonPos(t),a="";s.forEach(function(t,s){if(0===i){var n=e.graphics.drawLine(t.x,t.y,0,0,Array.isArray(e.polygons.connectorColors)?e.polygons.connectorColors[s]:e.polygons.connectorColors);c.push(n)}0===s&&e.yaxisLabelsTextsPos.push({x:t.x,y:t.y}),a+=t.x+","+t.y+" "}),h.push(a)}),h.forEach(function(t,a){var n=e.polygons.strokeColors,r=e.graphics.drawPolygon(t,Array.isArray(n)?n[a]:n,i.globals.radarPolygons.fill.colors[a]);s.add(r)}),c.forEach(function(t){s.add(t)}),i.config.yaxis[0].show&&this.yaxisLabelsTextsPos.forEach(function(t,i){var s=e.drawYAxisText(t.x,t.y,i,a[i]);e.yaxisLabels.add(s)})}},{key:"drawYAxisText",value:function(t,e,i,s){var a=this.w,n=a.config.yaxis[0],r=a.globals.yLabelFormatters[0];return this.graphics.drawText({x:t+n.labels.offsetX,y:e+n.labels.offsetY,text:r(s,i),textAnchor:"middle",fontSize:n.labels.style.fontSize,fontFamily:n.labels.style.fontFamily,foreColor:n.labels.style.color})}},{key:"drawLabels",value:function(){var t=this,e=this.w,i="middle",s=e.config.dataLabels,a=this.graphics.group({class:"apexcharts-datalabels"}),n=this.getPolygonPos(this.size),r=0,o=0;return e.globals.labels.forEach(function(l,h){var c=s.formatter,d=new z(t.ctx);if(n[h]){r=n[h].x,o=n[h].y,Math.abs(n[h].x)>=10?n[h].x>0?(i="start",r+=10):n[h].x<0&&(i="end",r-=10):i="middle",Math.abs(n[h].y)>=t.size-10&&(n[h].y<0?o-=10:n[h].y>0&&(o+=10));var u=c(l,{seriesIndex:-1,dataPointIndex:h,w:e});d.plotDataLabelsText({x:r,y:o,text:u,textAnchor:i,i:h,j:h,parent:a,dataLabelsConfig:s,offsetCorrection:!1})}}),a}},{key:"createPaths",value:function(t,e){var i=this,s=[],a=[],n=[],r=[];if(t.length){a=[this.graphics.move(e.x,e.y)],r=[this.graphics.move(e.x,e.y)];var o=this.graphics.move(t[0].x,t[0].y),l=this.graphics.move(t[0].x,t[0].y);t.forEach(function(e,s){o+=i.graphics.line(e.x,e.y),l+=i.graphics.line(e.x,e.y),s===t.length-1&&(o+="Z",l+="Z")}),s.push(o),n.push(l)}return{linePathsFrom:a,linePathsTo:s,areaPathsFrom:r,areaPathsTo:n}}},{key:"getPathFrom",value:function(t){for(var e=this.w,i=null,s=0;s<e.globals.previousPaths.length;s++){var a=e.globals.previousPaths[s];a.paths.length>0&&parseInt(a.realIndex)===parseInt(t)&&void 0!==e.globals.previousPaths[s].paths[0]&&(i=e.globals.previousPaths[s].paths[0].d)}return i}},{key:"getDataPointsPos",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.dataPointsLen;t=t||[],e=e||[];for(var s=[],a=0;a<i;a++){var n={};n.x=t[a]*Math.sin(e[a]),n.y=-t[a]*Math.cos(e[a]),s.push(n)}return s}},{key:"getPolygonPos",value:function(t){for(var e=[],i=2*Math.PI/this.dataPointsLen,s=0;s<this.dataPointsLen;s++){var a={};a.x=t*Math.sin(s*i),a.y=-t*Math.cos(s*i),e.push(a)}return e}}]),t}(),F=function(t){function i(t){var s;e(this,i),(s=h(this,o(i).call(this,t))).ctx=t,s.w=t.w,s.animBeginArr=[0],s.animDur=0;var a=s.w;return s.startAngle=a.config.plotOptions.radialBar.startAngle,s.endAngle=a.config.plotOptions.radialBar.endAngle,s.trackStartAngle=a.config.plotOptions.radialBar.track.startAngle,s.trackEndAngle=a.config.plotOptions.radialBar.track.endAngle,s.radialDataLabels=a.config.plotOptions.radialBar.dataLabels,s.trackStartAngle||(s.trackStartAngle=s.startAngle),s.trackEndAngle||(s.trackEndAngle=s.endAngle),360===s.endAngle&&(s.endAngle=359.99),s.fullAngle=360-a.config.plotOptions.radialBar.endAngle-a.config.plotOptions.radialBar.startAngle,s.margin=parseInt(a.config.plotOptions.radialBar.track.margin),s}return r(i,I),s(i,[{key:"draw",value:function(t){var e=this.w,i=new f(this.ctx),s=i.group({class:"apexcharts-radialbar"}),a=i.group(),n=this.defaultSize/2,r=e.globals.gridWidth/2,o=this.defaultSize/2.05-e.config.stroke.width-e.config.chart.dropShadow.blur;void 0!==e.config.plotOptions.radialBar.size&&(o=e.config.plotOptions.radialBar.size);var l=e.globals.fill.colors;if(e.config.plotOptions.radialBar.track.show){var h=this.drawTracks({size:o,centerX:r,centerY:n,colorArr:l,series:t});a.add(h)}var c=this.drawArcs({size:o,centerX:r,centerY:n,colorArr:l,series:t});return a.add(c.g),"front"===e.config.plotOptions.radialBar.hollow.position&&(c.g.add(c.elHollow),c.dataLabels&&c.g.add(c.dataLabels)),s.add(a),s}},{key:"drawTracks",value:function(t){var e=this.w,i=new f(this.ctx),s=i.group(),a=new u(this.ctx),n=new S(this.ctx),r=this.getStrokeWidth(t);t.size=t.size-r/2;for(var o=0;o<t.series.length;o++){var l=i.group({class:"apexcharts-radialbar-track apexcharts-track"});s.add(l),l.attr({id:"apexcharts-track-"+o,rel:o+1}),t.size=t.size-r-this.margin;var h=e.config.plotOptions.radialBar.track,c=n.fillPath({seriesNumber:0,size:t.size,fillColors:Array.isArray(h.background)?h.background[o]:h.background,solid:!0}),d=this.trackStartAngle,g=this.trackEndAngle;Math.abs(g)+Math.abs(d)>=360&&(g=360-Math.abs(this.startAngle)-.1);var p=i.drawPath({d:"",stroke:c,strokeWidth:r*parseInt(h.strokeWidth)/100,fill:"none",strokeOpacity:h.opacity,classes:"apexcharts-radialbar-area"});if(h.dropShadow.enabled){var x=h.dropShadow;a.dropShadow(p,x)}l.add(p),p.attr("id","apexcharts-radialbarTrack-"+o),new I(this.ctx).animatePaths(p,{centerX:t.centerX,centerY:t.centerY,endAngle:g,startAngle:d,size:t.size,i:o,totalItems:2,animBeginArr:0,dur:0,isTrack:!0,easing:e.globals.easing})}return s}},{key:"drawArcs",value:function(t){var e=this.w,i=new f(this.ctx),s=new S(this.ctx),a=new u(this.ctx),n=i.group(),r=this.getStrokeWidth(t);t.size=t.size-r/2;var o=e.config.plotOptions.radialBar.hollow.background,l=t.size-r*t.series.length-this.margin*t.series.length-r*parseInt(e.config.plotOptions.radialBar.track.strokeWidth)/100/2,h=l-e.config.plotOptions.radialBar.hollow.margin;void 0!==e.config.plotOptions.radialBar.hollow.image&&(o=this.drawHollowImage(t,n,l,o));var c=this.drawHollow({size:h,centerX:t.centerX,centerY:t.centerY,fill:o});if(e.config.plotOptions.radialBar.hollow.dropShadow.enabled){var g=e.config.plotOptions.radialBar.hollow.dropShadow;a.dropShadow(c,g)}var p=1;!this.radialDataLabels.total.show&&e.globals.series.length>1&&(p=0);var x=new I(this.ctx),b=null;this.radialDataLabels.show&&(b=x.renderInnerDataLabels(this.radialDataLabels,{hollowSize:l,centerX:t.centerX,centerY:t.centerY,opacity:p})),"back"===e.config.plotOptions.radialBar.hollow.position&&(n.add(c),b&&n.add(b));var m=!1;e.config.plotOptions.radialBar.inverseOrder&&(m=!0);for(var v=m?t.series.length-1:0;m?v>=0:v<t.series.length;m?v--:v++){var y=i.group({class:"apexcharts-series apexcharts-radial-series",seriesName:d.escapeString(e.globals.seriesNames[v])});n.add(y),y.attr({id:"apexcharts-series-"+v,rel:v+1}),this.ctx.series.addCollapsedClassToSeries(y,v),t.size=t.size-r-this.margin;var w=s.fillPath({seriesNumber:v,size:t.size,value:t.series[v]}),k=this.startAngle,A=void 0,C=Math.abs(e.config.plotOptions.radialBar.endAngle-e.config.plotOptions.radialBar.startAngle),L=d.negToZero(t.series[v]>100?100:t.series[v])/100,z=Math.round(C*L)+this.startAngle,P=void 0;e.globals.dataChanged&&(A=this.startAngle,P=Math.round(C*d.negToZero(e.globals.previousPaths[v])/100)+A),Math.abs(z)+Math.abs(k)>=360&&(z-=.01),Math.abs(P)+Math.abs(A)>=360&&(P-=.01);var M=z-k,E=Array.isArray(e.config.stroke.dashArray)?e.config.stroke.dashArray[v]:e.config.stroke.dashArray,T=i.drawPath({d:"",stroke:w,strokeWidth:r,fill:"none",fillOpacity:e.config.fill.opacity,classes:"apexcharts-radialbar-area",strokeDashArray:E});if(f.setAttrs(T.node,{"data:angle":M,"data:value":t.series[v]}),e.config.chart.dropShadow.enabled){var X=e.config.chart.dropShadow;a.dropShadow(T,X,v)}this.addListeners(T,this.radialDataLabels);var Y=new I(this.ctx);y.add(T),T.attr({id:"apexcharts-radialbar-slice-"+v,index:0,j:v});var F=0;!Y.initialAnim||e.globals.resized||e.globals.dataChanged||(F=(z-k)/360*e.config.chart.animations.speed,this.animDur=F/(1.2*t.series.length)+this.animDur,this.animBeginArr.push(this.animDur)),e.globals.dataChanged&&(F=(z-k)/360*e.config.chart.animations.dynamicAnimation.speed,this.animDur=F/(1.2*t.series.length)+this.animDur,this.animBeginArr.push(this.animDur)),Y.animatePaths(T,{centerX:t.centerX,centerY:t.centerY,endAngle:z,startAngle:k,prevEndAngle:P,prevStartAngle:A,size:t.size,i:v,totalItems:2,animBeginArr:this.animBeginArr,dur:F,shouldSetPrevPaths:!0,easing:e.globals.easing})}return{g:n,elHollow:c,dataLabels:b}}},{key:"drawHollow",value:function(t){var e=new f(this.ctx).drawCircle(2*t.size);return e.attr({class:"apexcharts-radialbar-hollow",cx:t.centerX,cy:t.centerY,r:t.size,fill:t.fill}),e}},{key:"drawHollowImage",value:function(t,e,i,s){var a=this.w,n=new S(this.ctx),r=(Math.random()+1).toString(36).substring(4),o=a.config.plotOptions.radialBar.hollow.image;if(a.config.plotOptions.radialBar.hollow.imageClipped)n.clippedImgArea({width:i,height:i,image:o,patternID:"pattern".concat(a.globals.cuid).concat(r)}),s="url(#pattern".concat(a.globals.cuid).concat(r,")");else{var l=a.config.plotOptions.radialBar.hollow.imageWidth,h=a.config.plotOptions.radialBar.hollow.imageHeight;if(void 0===l&&void 0===h){var c=a.globals.dom.Paper.image(o).loaded(function(e){this.move(t.centerX-e.width/2+a.config.plotOptions.radialBar.hollow.imageOffsetX,t.centerY-e.height/2+a.config.plotOptions.radialBar.hollow.imageOffsetY)});e.add(c)}else{var d=a.globals.dom.Paper.image(o).loaded(function(e){this.move(t.centerX-l/2+a.config.plotOptions.radialBar.hollow.imageOffsetX,t.centerY-h/2+a.config.plotOptions.radialBar.hollow.imageOffsetY),this.size(l,h)});e.add(d)}}return s}},{key:"getStrokeWidth",value:function(t){var e=this.w;return t.size*(100-parseInt(e.config.plotOptions.radialBar.hollow.size))/100/(t.series.length+1)-this.margin}}]),i}(),R=function(t){function i(){return e(this,i),h(this,o(i).apply(this,arguments))}return r(i,P),s(i,[{key:"draw",value:function(t,e){var i=this.w,s=new f(this.ctx),a=new S(this.ctx);this.rangeBarOptions=this.w.config.plotOptions.rangeBar,this.series=t,this.seriesRangeStart=i.globals.seriesRangeStart,this.seriesRangeEnd=i.globals.seriesRangeEnd,this.initVariables(t);for(var n=s.group({class:"apexcharts-rangebar-series apexcharts-plot-series"}),r=0,o=0;r<t.length;r++,o++){var l,h,c,u,g=void 0,p=void 0,x=void 0,b=void 0,m=[],v=[],y=i.globals.comboCharts?e[r]:r,w=s.group({class:"apexcharts-series",seriesName:d.escapeString(i.globals.seriesNames[y]),rel:r+1,"data:realIndex":y});t[r].length>0&&(this.visibleI=this.visibleI+1);var k=0,A=0,C=0;this.yRatio.length>1&&(this.yaxisIndex=y);var L=this.initialPositions();b=L.y,h=L.yDivision,A=L.barHeight,u=L.zeroW,x=L.x,C=L.barWidth,l=L.xDivision,c=L.zeroH,v.push(x+C/2);for(var z=s.group({class:"apexcharts-datalabels"}),P=0,M=i.globals.dataPoints;P<i.globals.dataPoints;P++,M--){void 0===this.series[r][P]||null===t[r][P]?this.isNullValue=!0:this.isNullValue=!1,i.config.stroke.show&&(k=this.isNullValue?0:Array.isArray(this.strokeWidth)?this.strokeWidth[y]:this.strokeWidth);var E=null;this.isHorizontal?C=(E=this.drawRangeBarPaths({indexes:{i:r,j:P,realIndex:y,bc:o},barHeight:A,strokeWidth:k,pathTo:g,pathFrom:p,zeroW:u,x:x,y:b,yDivision:h,elSeries:w})).barWidth:A=(E=this.drawRangeColumnPaths({indexes:{i:r,j:P,realIndex:y,bc:o},x:x,y:b,xDivision:l,pathTo:g,pathFrom:p,barWidth:C,zeroH:c,strokeWidth:k,elSeries:w})).barHeight,g=E.pathTo,p=E.pathFrom,b=E.y,x=E.x,P>0&&v.push(x+C/2),m.push(b);var T=a.fillPath({seriesNumber:y}),X=i.globals.stroke.colors[y];w=this.renderSeries({realIndex:y,pathFill:T,lineFill:X,j:P,i:r,pathFrom:p,pathTo:g,strokeWidth:k,elSeries:w,x:x,y:b,series:t,barHeight:A,barWidth:C,elDataLabelsWrap:z,visibleSeries:this.visibleI,type:"rangebar"})}i.globals.seriesXvalues[y]=v,i.globals.seriesYvalues[y]=m,n.add(w)}return n}},{key:"drawRangeColumnPaths",value:function(t){var e=t.indexes,i=t.x,s=(t.y,t.strokeWidth),a=t.xDivision,n=t.pathTo,r=t.pathFrom,o=t.barWidth,l=t.zeroH,h=this.w,c=new f(this.ctx),d=e.i,u=e.j,g=this.yRatio[this.yaxisIndex],p=e.realIndex,x=this.getRangeValue(p,u),b=Math.min(x.start,x.end),m=Math.max(x.start,x.end);h.globals.isXNumeric&&(i=(h.globals.seriesX[d][u]-h.globals.minX)/this.xRatio-o/2);var v=i+o*this.visibleI;void 0===this.series[d][u]||null===this.series[d][u]?b=l:(b=l-b/g,m=l-m/g);var y=Math.abs(m-b);return c.move(v,l),r=c.move(v,b),h.globals.previousPaths.length>0&&(r=this.getPathFrom(p,u,!0)),n=c.move(v,m)+c.line(v+o,m)+c.line(v+o,b)+c.line(v,b)+c.line(v,m-s/2),r=r+c.move(v,b)+c.line(v+o,b)+c.line(v+o,b)+c.line(v,b),h.globals.isXNumeric||(i+=a),{pathTo:n,pathFrom:r,barHeight:y,x:i,y:m,barXPosition:v}}},{key:"drawRangeBarPaths",value:function(t){var e=t.indexes,i=(t.x,t.y),s=t.yDivision,a=t.pathTo,n=t.pathFrom,r=t.barHeight,o=t.zeroW,l=this.w,h=new f(this.ctx),c=e.i,d=e.j,u=e.realIndex,g=o,p=o;l.globals.isXNumeric&&(i=(l.globals.seriesX[c][d]-l.globals.minX)/this.invertedXRatio-r);var x=i+r*this.visibleI;void 0!==this.series[c][d]&&null!==this.series[c][d]&&(g=o+this.seriesRangeStart[c][d]/this.invertedYRatio,p=o+this.seriesRangeEnd[c][d]/this.invertedYRatio),h.move(o,x),n=h.move(o,x),l.globals.previousPaths.length>0&&(n=this.getPathFrom(u,d));var b=Math.abs(p-g);return a=h.move(g,x)+h.line(p,x)+h.line(p,x+r)+h.line(g,x+r)+h.line(g,x),n=n+h.line(g,x)+h.line(g,x+r)+h.line(g,x+r)+h.line(g,x),l.globals.isXNumeric||(i+=s),{pathTo:a,pathFrom:n,barWidth:b,x:p,y:i,barYPosition:x}}},{key:"getRangeValue",value:function(t,e){var i=this.w;return{start:i.globals.seriesRangeStart[t][e],end:i.globals.seriesRangeEnd[t][e]}}}]),i}(),D=function(){function t(i,s,a){e(this,t),this.ctx=i,this.w=i.w,this.xyRatios=s,this.pointsChart=!("bubble"!==this.w.config.chart.type&&"scatter"!==this.w.config.chart.type)||a,this.scatter=new L(this.ctx),this.noNegatives=this.w.globals.minX===Number.MAX_VALUE,this.yaxisIndex=0}return s(t,[{key:"draw",value:function(t,e,i){var s=this.w,a=new f(this.ctx),r=new S(this.ctx),o=s.globals.comboCharts?e:s.config.chart.type,l=a.group({class:"apexcharts-".concat(o,"-series apexcharts-plot-series")}),h=new y(this.ctx,s);t=h.getLogSeries(t);var c=this.xyRatios.yRatio;c=h.getLogYRatios(c);for(var u=this.xyRatios.zRatio,g=this.xyRatios.xRatio,p=this.xyRatios.baseLineY,x=[],b=[],m=0,v=0;v<t.length;v++){if("line"===o&&("gradient"===s.config.fill.type||"gradient"===s.config.fill.type[v])&&h.seriesHaveSameValues(v)){var w=t[v].slice();w[w.length-1]=w[w.length-1]+1e-6,t[v]=w}var k=s.globals.gridWidth/s.globals.dataPoints,A=s.globals.comboCharts?i[v]:v;c.length>1&&(this.yaxisIndex=A),this.isReversed=s.config.yaxis[this.yaxisIndex]&&s.config.yaxis[this.yaxisIndex].reversed;var L=[],P=[],M=s.globals.gridHeight-p[this.yaxisIndex]-(this.isReversed?s.globals.gridHeight:0)+(this.isReversed?2*p[this.yaxisIndex]:0),E=M;M>s.globals.gridHeight&&(E=s.globals.gridHeight),m=k/2;var T=s.globals.padHorizontal+m,X=1;s.globals.isXNumeric&&s.globals.seriesX.length>0&&(T=(s.globals.seriesX[A][0]-s.globals.minX)/g),P.push(T);var I=void 0,Y=void 0,F=void 0,R=void 0,D=[],N=[],O=a.group({class:"apexcharts-series",seriesName:d.escapeString(s.globals.seriesNames[A])}),H=a.group({class:"apexcharts-series-markers-wrap"}),W=a.group({class:"apexcharts-datalabels"});this.ctx.series.addCollapsedClassToSeries(O,A);var B=t[v].length===s.globals.dataPoints;O.attr({"data:longestSeries":B,rel:v+1,"data:realIndex":A}),this.appendPathFrom=!0;var V=T,G=void 0,_=V,j=M,U=0;if(j=this.determineFirstPrevY({i:v,series:t,yRatio:c[this.yaxisIndex],zeroY:M,prevY:j,prevSeriesY:b,lineYPosition:U}).prevY,L.push(j),G=j,null===t[v][0]){for(var q=0;q<t[v].length;q++)if(null!==t[v][q]){_=k*q,j=M-t[v][q]/c[this.yaxisIndex],I=a.move(_,j),Y=a.move(_,E);break}}else I=a.move(_,j),Y=a.move(_,E)+a.line(_,j);if(F=a.move(-1,M)+a.line(-1,M),R=a.move(-1,M)+a.line(-1,M),s.globals.previousPaths.length>0){var Z=this.checkPreviousPaths({pathFromLine:F,pathFromArea:R,realIndex:A});F=Z.pathFromLine,R=Z.pathFromArea}for(var $=s.globals.dataPoints>1?s.globals.dataPoints-1:s.globals.dataPoints,J=0;J<$;J++){if(s.globals.isXNumeric){var Q=s.globals.seriesX[A][J+1];void 0===s.globals.seriesX[A][J+1]&&(Q=s.globals.seriesX[A][$-1]),T=(Q-s.globals.minX)/g}else T+=k;var K=d.isNumber(s.globals.minYArr[A])?s.globals.minYArr[A]:s.globals.minY;s.config.chart.stacked?(U=v>0&&s.globals.collapsedSeries.length<s.config.series.length-1?b[v-1][J+1]:M,X=void 0===t[v][J+1]||null===t[v][J+1]?U-K/c[this.yaxisIndex]+2*(this.isReversed?K/c[this.yaxisIndex]:0):U-t[v][J+1]/c[this.yaxisIndex]+2*(this.isReversed?t[v][J+1]/c[this.yaxisIndex]:0)):X=void 0===t[v][J+1]||null===t[v][J+1]?M-K/c[this.yaxisIndex]+2*(this.isReversed?K/c[this.yaxisIndex]:0):M-t[v][J+1]/c[this.yaxisIndex]+2*(this.isReversed?t[v][J+1]/c[this.yaxisIndex]:0),P.push(T),L.push(X);var tt=this.createPaths({series:t,i:v,j:J,x:T,y:X,xDivision:k,pX:V,pY:G,areaBottomY:E,linePath:I,areaPath:Y,linePaths:D,areaPaths:N,seriesIndex:i});N=tt.areaPaths,D=tt.linePaths,V=tt.pX,G=tt.pY,Y=tt.areaPath,I=tt.linePath,this.appendPathFrom&&(F+=a.line(T,M),R+=a.line(T,M));var et=this.calculatePoints({series:t,x:T,y:X,realIndex:A,i:v,j:J,prevY:j,categoryAxisCorrection:m,xRatio:g});if(this.pointsChart)this.scatter.draw(O,J,{realIndex:A,pointsPos:et,zRatio:u,elParent:H});else{var it=new C(this.ctx);s.globals.dataPoints>1&&H.node.classList.add("hidden");var st=it.plotChartMarkers(et,A,J+1);null!==st&&H.add(st)}var at=!t[v][J+1]||t[v][J+1]>t[v][J]?"top":"bottom",nt=new z(this.ctx).drawDataLabel(et,A,J+1,null,at);null!==nt&&W.add(nt)}b.push(L),s.globals.seriesXvalues[A]=P,s.globals.seriesYvalues[A]=L,this.pointsChart||s.globals.delayedElements.push({el:H.node,index:A});var rt={i:v,realIndex:A,animationDelay:v,initialSpeed:s.config.chart.animations.speed,dataChangeSpeed:s.config.chart.animations.dynamicAnimation.speed,className:"apexcharts-".concat(o),id:"apexcharts-".concat(o)};if("area"===o)for(var ot=r.fillPath({seriesNumber:A}),lt=0;lt<N.length;lt++){var ht=a.renderPaths(n({},rt,{pathFrom:R,pathTo:N[lt],stroke:"none",strokeWidth:0,strokeLineCap:null,fill:ot}));O.add(ht)}if(s.config.stroke.show&&!this.pointsChart){var ct=null;ct="line"===o?r.fillPath({seriesNumber:A,i:v}):s.globals.stroke.colors[A];for(var dt=0;dt<D.length;dt++){var ut=a.renderPaths(n({},rt,{pathFrom:F,pathTo:D[dt],stroke:ct,strokeWidth:Array.isArray(s.config.stroke.width)?s.config.stroke.width[A]:s.config.stroke.width,strokeLineCap:s.config.stroke.lineCap,fill:"none"}));O.add(ut)}}O.add(H),O.add(W),x.push(O)}for(var gt=x.length;gt>0;gt--)l.add(x[gt-1]);return l}},{key:"createPaths",value:function(t){var e=t.series,i=t.i,s=t.j,a=t.x,n=t.y,r=t.pX,o=t.pY,l=t.xDivision,h=t.areaBottomY,c=t.linePath,d=t.areaPath,u=t.linePaths,g=t.areaPaths,p=t.seriesIndex,x=this.w,b=new f(this.ctx),m=x.config.stroke.curve;if(Array.isArray(x.config.stroke.curve)&&(m=Array.isArray(p)?x.config.stroke.curve[p[i]]:x.config.stroke.curve[i]),"smooth"===m){var v=.35*(a-r);x.globals.hasNullValues?(null!==e[i][s]&&(null!==e[i][s+1]?(c=b.move(r,o)+b.curve(r+v,o,a-v,n,a+1,n),d=b.move(r+1,o)+b.curve(r+v,o,a-v,n,a+1,n)+b.line(a,h)+b.line(r,h)+"z"):(c=b.move(r,o),d=b.move(r,o)+"z")),u.push(c),g.push(d)):(c+=b.curve(r+v,o,a-v,n,a,n),d+=b.curve(r+v,o,a-v,n,a,n)),r=a,o=n,s===e[i].length-2&&(d=d+b.curve(r,o,a,n,a,h)+b.move(a,n)+"z",x.globals.hasNullValues||(u.push(c),g.push(d)))}else null===e[i][s+1]&&(c+=b.move(a,n),d=d+b.line(a-l,h)+b.move(a,n)),null===e[i][s]&&(c+=b.move(a,n),d+=b.move(a,h)),"stepline"===m?(c=c+b.line(a,null,"H")+b.line(null,n,"V"),d=d+b.line(a,null,"H")+b.line(null,n,"V")):"straight"===m&&(c+=b.line(a,n),d+=b.line(a,n)),s===e[i].length-2&&(d=d+b.line(a,h)+b.move(a,n)+"z",u.push(c),g.push(d));return{linePaths:u,areaPaths:g,pX:r,pY:o,linePath:c,areaPath:d}}},{key:"calculatePoints",value:function(t){var e=t.series,i=t.realIndex,s=t.x,a=t.y,n=t.i,r=t.j,o=t.prevY,l=t.categoryAxisCorrection,h=t.xRatio,c=this.w,u=[],g=[];if(0===r){var f=l+c.config.markers.offsetX;c.globals.isXNumeric&&(f=(c.globals.seriesX[i][0]-c.globals.minX)/h+c.config.markers.offsetX),u.push(f),g.push(d.isNumber(e[n][0])?o+c.config.markers.offsetY:null),u.push(s+c.config.markers.offsetX),g.push(d.isNumber(e[n][r+1])?a+c.config.markers.offsetY:null)}else u.push(s+c.config.markers.offsetX),g.push(d.isNumber(e[n][r+1])?a+c.config.markers.offsetY:null);return{x:u,y:g}}},{key:"checkPreviousPaths",value:function(t){for(var e=t.pathFromLine,i=t.pathFromArea,s=t.realIndex,a=this.w,n=0;n<a.globals.previousPaths.length;n++){var r=a.globals.previousPaths[n];("line"===r.type||"area"===r.type)&&r.paths.length>0&&parseInt(r.realIndex)===parseInt(s)&&("line"===r.type?(this.appendPathFrom=!1,e=a.globals.previousPaths[n].paths[0].d):"area"===r.type&&(this.appendPathFrom=!1,i=a.globals.previousPaths[n].paths[0].d,a.config.stroke.show&&(e=a.globals.previousPaths[n].paths[1].d)))}return{pathFromLine:e,pathFromArea:i}}},{key:"determineFirstPrevY",value:function(t){var e=t.i,i=t.series,s=t.yRatio,a=t.zeroY,n=t.prevY,r=t.prevSeriesY,o=t.lineYPosition,l=this.w;if(void 0!==i[e][0])n=l.config.chart.stacked?(o=e>0?r[e-1][0]:a)-i[e][0]/s+2*(this.isReversed?i[e][0]/s:0):a-i[e][0]/s+2*(this.isReversed?i[e][0]/s:0);else if(l.config.chart.stacked&&e>0&&void 0===i[e][0])for(var h=e-1;h>=0;h--)if(null!==i[h][0]&&void 0!==i[h][0]){n=o=r[h][0];break}return{prevY:n,lineYPosition:o}}}]),t}(),N=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.tooltipKeyFormat="dd MMM"}return s(t,[{key:"xLabelFormat",value:function(t,e){var i=this.w;if("datetime"===i.config.xaxis.type&&void 0===i.config.tooltip.x.formatter)return new m(this.ctx).formatDate(new Date(e),i.config.tooltip.x.format,!0,!0);return t(e)}},{key:"setLabelFormatters",value:function(){var t=this.w;return t.globals.xLabelFormatter=function(t){return t},t.globals.xaxisTooltipFormatter=function(t){return t},t.globals.ttKeyFormatter=function(t){return t},t.globals.ttZFormatter=function(t){return t},t.globals.legendFormatter=function(t){return t},"function"==typeof t.config.tooltip.x.formatter&&(t.globals.ttKeyFormatter=t.config.tooltip.x.formatter),"function"==typeof t.config.xaxis.tooltip.formatter&&(t.globals.xaxisTooltipFormatter=t.config.xaxis.tooltip.formatter),Array.isArray(t.config.tooltip.y)?t.globals.ttVal=t.config.tooltip.y:void 0!==t.config.tooltip.y.formatter&&(t.globals.ttVal=t.config.tooltip.y),void 0!==t.config.tooltip.z.formatter&&(t.globals.ttZFormatter=t.config.tooltip.z.formatter),void 0!==t.config.legend.formatter&&(t.globals.legendFormatter=t.config.legend.formatter),void 0!==t.config.xaxis.labels.formatter?t.globals.xLabelFormatter=t.config.xaxis.labels.formatter:t.globals.xLabelFormatter=function(e){return d.isNumber(e)?"numeric"===t.config.xaxis.type&&t.globals.dataPoints<50?e.toFixed(1):e.toFixed(0):e},t.config.yaxis.forEach(function(e,i){void 0!==e.labels.formatter?t.globals.yLabelFormatters[i]=e.labels.formatter:t.globals.yLabelFormatters[i]=function(i){return d.isNumber(i)?0!==t.globals.yValueDecimal?i.toFixed(void 0!==e.decimalsInFloat?e.decimalsInFloat:t.globals.yValueDecimal):t.globals.maxY-t.globals.minY<5?i.toFixed(1):i.toFixed(0):i}}),t.globals}},{key:"heatmapLabelFormatters",value:function(){var t=this.w;if("heatmap"===t.config.chart.type){t.globals.yAxisScale[0].result=t.globals.seriesNames.slice();var e=t.globals.seriesNames.reduce(function(t,e){return t.length>e.length?t:e},0);t.globals.yAxisScale[0].niceMax=e,t.globals.yAxisScale[0].niceMin=e}}}]),t}(),O=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"getLabel",value:function(t,e,i,s){var a,n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[],r=this.w,o=void 0===t[s]?"":t[s],l=r.globals.xLabelFormatter,h=r.config.xaxis.labels.formatter;return a=new N(this.ctx).xLabelFormat(l,o),void 0!==h&&(a=h(o,t[s],s)),e.length>0?(i=e[s].position,a=e[s].value):"datetime"===r.config.xaxis.type&&void 0===h&&(a=""),void 0===a&&(a=""),(0===(a=a.toString()).indexOf("NaN")||0===a.toLowerCase().indexOf("invalid")||a.toLowerCase().indexOf("infinity")>=0||n.indexOf(a)>=0&&!r.config.xaxis.labels.showDuplicates)&&(a=""),{x:i,text:a}}},{key:"drawYAxisTicks",value:function(t,e,i,s,a,n,r){var o=this.w,l=new f(this.ctx),h=o.globals.translateY;if(s.show){!0===o.config.yaxis[a].opposite&&(t+=s.width);for(var c=e;c>=0;c--){var d=h+e/10+o.config.yaxis[a].labels.offsetY-1;o.globals.isBarHorizontal&&(d=n*c);var u=l.drawLine(t+i.offsetX-s.width+s.offsetX,d+s.offsetY,t+i.offsetX+s.offsetX,d+s.offsetY,i.color);r.add(u),h+=n}}}}]),t}(),H=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w;var s=this.w;this.xaxisLabels=s.globals.labels.slice(),s.globals.timelineLabels.length>0&&(this.xaxisLabels=s.globals.timelineLabels.slice()),this.drawnLabels=[],"top"===s.config.xaxis.position?this.offY=0:this.offY=s.globals.gridHeight+1,this.offY=this.offY+s.config.xaxis.axisBorder.offsetY,this.xaxisFontSize=s.config.xaxis.labels.style.fontSize,this.xaxisFontFamily=s.config.xaxis.labels.style.fontFamily,this.xaxisForeColors=s.config.xaxis.labels.style.colors,this.xaxisBorderWidth=s.config.xaxis.axisBorder.width,this.xaxisBorderWidth.indexOf("%")>-1?this.xaxisBorderWidth=s.globals.gridWidth*parseInt(this.xaxisBorderWidth)/100:this.xaxisBorderWidth=parseInt(this.xaxisBorderWidth),this.xaxisBorderHeight=s.config.xaxis.axisBorder.height,this.yaxis=s.config.yaxis[0],this.axesUtils=new O(i)}return s(t,[{key:"drawXaxis",value:function(){var t,e=this.w,i=new f(this.ctx),s=i.group({class:"apexcharts-xaxis",transform:"translate(".concat(e.config.xaxis.offsetX,", ").concat(e.config.xaxis.offsetY,")")}),a=i.group({class:"apexcharts-xaxis-texts-g",transform:"translate(".concat(e.globals.translateXAxisX,", ").concat(e.globals.translateXAxisY,")")});s.add(a);for(var n=e.globals.padHorizontal,r=[],o=0;o<this.xaxisLabels.length;o++)r.push(this.xaxisLabels[o]);n=e.globals.isXNumeric?n+(t=e.globals.gridWidth/(r.length-1))/2+e.config.xaxis.labels.offsetX:n+(t=e.globals.gridWidth/r.length)+e.config.xaxis.labels.offsetX;var l=r.length;if(e.config.xaxis.labels.show)for(var h=0;h<=l-1;h++){var c=n-t/2+e.config.xaxis.labels.offsetX,d=this.axesUtils.getLabel(r,e.globals.timelineLabels,c,h,this.drawnLabels);this.drawnLabels.push(d.text);var u=28;e.globals.rotateXLabels&&(u=22);var g=i.drawText({x:d.x,y:this.offY+e.config.xaxis.labels.offsetY+u,text:"",textAnchor:"middle",fontSize:this.xaxisFontSize,fontFamily:this.xaxisFontFamily,foreColor:Array.isArray(this.xaxisForeColors)?this.xaxisForeColors[h]:this.xaxisForeColors,cssClass:"apexcharts-xaxis-label "+e.config.xaxis.labels.style.cssClass});h===l-1&&e.globals.skipLastTimelinelabel&&(d.text=""),a.add(g),i.addTspan(g,d.text,this.xaxisFontFamily);var p=document.createElementNS(e.globals.SVGNS,"title");p.textContent=d.text,g.node.appendChild(p),n+=t}if(void 0!==e.config.xaxis.title.text){var x=i.group({class:"apexcharts-xaxis-title"}),b=i.drawText({x:e.globals.gridWidth/2+e.config.xaxis.title.offsetX,y:this.offY-parseInt(this.xaxisFontSize)+e.globals.xAxisLabelsHeight+e.config.xaxis.title.offsetY,text:e.config.xaxis.title.text,textAnchor:"middle",fontSize:e.config.xaxis.title.style.fontSize,fontFamily:e.config.xaxis.title.style.fontFamily,foreColor:e.config.xaxis.title.style.color,cssClass:"apexcharts-xaxis-title-text "+e.config.xaxis.title.style.cssClass});x.add(b),s.add(x)}if(e.config.xaxis.axisBorder.show){var m=0;"bar"===e.config.chart.type&&e.globals.isXNumeric&&(m-=15);var v=i.drawLine(e.globals.padHorizontal+m+e.config.xaxis.axisBorder.offsetX,this.offY,this.xaxisBorderWidth,this.offY,e.config.xaxis.axisBorder.color,0,this.xaxisBorderHeight);s.add(v)}return s}},{key:"drawXaxisInversed",value:function(t){var e,i,s=this.w,a=new f(this.ctx),n=s.config.yaxis[0].opposite?s.globals.translateYAxisX[t]:0,r=a.group({class:"apexcharts-yaxis apexcharts-xaxis-inversed",rel:t}),o=a.group({class:"apexcharts-yaxis-texts-g apexcharts-xaxis-inversed-texts-g",transform:"translate("+n+", 0)"});r.add(o);for(var l=[],h=0;h<this.xaxisLabels.length;h++)l.push(this.xaxisLabels[h]);i=-(e=s.globals.gridHeight/l.length)/2.2;var c=s.globals.yLabelFormatters[0],d=s.config.yaxis[0].labels;if(d.show)for(var u=0;u<=l.length-1;u++){var g=void 0===l[u]?"":l[u];g=c(g);var p=a.drawText({x:d.offsetX-15,y:i+e+d.offsetY,text:g,textAnchor:this.yaxis.opposite?"start":"end",foreColor:d.style.color?d.style.color:d.style.colors[u],fontSize:d.style.fontSize,fontFamily:d.style.fontFamily,cssClass:"apexcharts-yaxis-label "+d.style.cssClass});if(o.add(p),0!==s.config.yaxis[t].labels.rotate){var x=a.rotateAroundCenter(p.node);p.node.setAttribute("transform","rotate(".concat(s.config.yaxis[t].labels.rotate," ").concat(x.x," ").concat(x.y,")"))}i+=e}if(void 0!==s.config.yaxis[0].title.text){var b=a.group({class:"apexcharts-yaxis-title apexcharts-xaxis-title-inversed",transform:"translate("+n+", 0)"}),m=a.drawText({x:0,y:s.globals.gridHeight/2,text:s.config.yaxis[0].title.text,textAnchor:"middle",foreColor:s.config.yaxis[0].title.style.color,fontSize:s.config.yaxis[0].title.style.fontSize,fontFamily:s.config.yaxis[0].title.style.fontFamily,cssClass:"apexcharts-yaxis-title-text "+s.config.yaxis[0].title.style.cssClass});b.add(m),r.add(b)}if(s.config.xaxis.axisBorder.show){var v=a.drawLine(s.globals.padHorizontal+s.config.xaxis.axisBorder.offsetX,this.offY,this.xaxisBorderWidth,this.offY,this.yaxis.axisBorder.color,0,this.xaxisBorderHeight);r.add(v),this.axesUtils.drawYAxisTicks(0,l.length,s.config.yaxis[0].axisBorder,s.config.yaxis[0].axisTicks,0,e,r)}return r}},{key:"drawXaxisTicks",value:function(t,e){var i=this.w,s=t;if(!(t<0||t>i.globals.gridWidth)){var a=this.offY+i.config.xaxis.axisTicks.offsetY,n=a+i.config.xaxis.axisTicks.height;if(i.config.xaxis.axisTicks.show){var r=new f(this.ctx).drawLine(t+i.config.xaxis.axisTicks.offsetX,a+i.config.xaxis.offsetY,s+i.config.xaxis.axisTicks.offsetX,n+i.config.xaxis.offsetY,i.config.xaxis.axisTicks.color);e.add(r),r.node.classList.add("apexcharts-xaxis-tick")}}}},{key:"getXAxisTicksPositions",value:function(){var t=this.w,e=[],i=this.xaxisLabels.length,s=t.globals.padHorizontal;if(t.globals.timelineLabels.length>0)for(var a=0;a<i;a++)s=this.xaxisLabels[a].position,e.push(s);else for(var n=i,r=0;r<n;r++){var o=n;t.globals.isXNumeric&&"bar"!==t.config.chart.type&&(o-=1),s+=t.globals.gridWidth/o,e.push(s)}return e}},{key:"xAxisLabelCorrections",value:function(){var t=this.w,e=new f(this.ctx),i=t.globals.dom.baseEl.querySelector(".apexcharts-xaxis-texts-g"),s=t.globals.dom.baseEl.querySelectorAll(".apexcharts-xaxis-texts-g text"),a=t.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxis-inversed text"),n=t.globals.dom.baseEl.querySelectorAll(".apexcharts-xaxis-inversed-texts-g text");if(t.globals.rotateXLabels||t.config.xaxis.labels.rotateAlways)for(var r=0;r<s.length;r++){var o=e.rotateAroundCenter(s[r]);o.y=o.y-1,o.x=o.x+1,s[r].setAttribute("transform","rotate(".concat(t.config.xaxis.labels.rotate," ").concat(o.x," ").concat(o.y,")")),s[r].setAttribute("text-anchor","end");i.setAttribute("transform","translate(0, ".concat(-10,")"));var l=s[r].childNodes;t.config.xaxis.labels.trim&&e.placeTextWithEllipsis(l[0],l[0].textContent,t.config.xaxis.labels.maxHeight-40)}else for(var h=t.globals.gridWidth/t.globals.labels.length,c=0;c<s.length;c++){var d=s[c].childNodes;t.config.xaxis.labels.trim&&"datetime"!==t.config.xaxis.type&&e.placeTextWithEllipsis(d[0],d[0].textContent,h)}if(a.length>0){var u=a[a.length-1].getBBox(),g=a[0].getBBox();u.x<-20&&a[a.length-1].parentNode.removeChild(a[a.length-1]),g.x+g.width>t.globals.gridWidth&&a[0].parentNode.removeChild(a[0]);for(var p=0;p<n.length;p++)e.placeTextWithEllipsis(n[p],n[p].textContent,t.config.yaxis[0].labels.maxWidth-2*parseInt(t.config.yaxis[0].title.style.fontSize)-20)}}}]),t}(),W=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w;var s=this.w;this.xaxisFontSize=s.config.xaxis.labels.style.fontSize,this.axisFontFamily=s.config.xaxis.labels.style.fontFamily,this.xaxisForeColors=s.config.xaxis.labels.style.colors,this.xAxisoffX=0,"bottom"===s.config.xaxis.position&&(this.xAxisoffX=s.globals.gridHeight),this.drawnLabels=[],this.axesUtils=new O(i)}return s(t,[{key:"drawYaxis",value:function(t){var e=this.w,i=new f(this.ctx),s=e.config.yaxis[t].labels.style.fontSize,a=e.config.yaxis[t].labels.style.fontFamily,n=i.group({class:"apexcharts-yaxis",rel:t,transform:"translate("+e.globals.translateYAxisX[t]+", 0)"});if(!e.config.yaxis[t].show)return n;var r=i.group({class:"apexcharts-yaxis-texts-g"});n.add(r);var o=e.globals.yAxisScale[t].result.length-1,l=e.globals.gridHeight/o+.1,h=e.globals.translateY,c=e.globals.yLabelFormatters[t],d=e.globals.yAxisScale[t].result.slice();if(e.config.yaxis[t]&&e.config.yaxis[t].reversed&&d.reverse(),e.config.yaxis[t].labels.show)for(var u=o;u>=0;u--){var g=d[u];g=c(g,u);var p=e.config.yaxis[t].labels.padding;e.config.yaxis[t].opposite&&0!==e.config.yaxis.length&&(p*=-1);var x=i.drawText({x:p,y:h+o/10+e.config.yaxis[t].labels.offsetY+1,text:g,textAnchor:e.config.yaxis[t].opposite?"start":"end",fontSize:s,fontFamily:a,foreColor:e.config.yaxis[t].labels.style.color,cssClass:"apexcharts-yaxis-label "+e.config.yaxis[t].labels.style.cssClass});r.add(x);var b=i.rotateAroundCenter(x.node);0!==e.config.yaxis[t].labels.rotate&&x.node.setAttribute("transform","rotate(".concat(e.config.yaxis[t].labels.rotate," ").concat(b.x," ").concat(b.y,")")),h+=l}if(void 0!==e.config.yaxis[t].title.text){var m=i.group({class:"apexcharts-yaxis-title"}),v=0;e.config.yaxis[t].opposite&&(v=e.globals.translateYAxisX[t]);var y=i.drawText({x:v,y:e.globals.gridHeight/2+e.globals.translateY,text:e.config.yaxis[t].title.text,textAnchor:"end",foreColor:e.config.yaxis[t].title.style.color,fontSize:e.config.yaxis[t].title.style.fontSize,fontFamily:e.config.yaxis[t].title.style.fontFamily,cssClass:"apexcharts-yaxis-title-text "+e.config.yaxis[t].title.style.cssClass});m.add(y),n.add(m)}var w=e.config.yaxis[t].axisBorder;if(w.show){var k=31+w.offsetX;e.config.yaxis[t].opposite&&(k=-31-w.offsetX);var A=i.drawLine(k,e.globals.translateY+w.offsetY-2,k,e.globals.gridHeight+e.globals.translateY+w.offsetY+2,w.color);n.add(A),this.axesUtils.drawYAxisTicks(k,o,w,e.config.yaxis[t].axisTicks,t,l,n)}return n}},{key:"drawYaxisInversed",value:function(t){var e=this.w,i=new f(this.ctx),s=i.group({class:"apexcharts-xaxis apexcharts-yaxis-inversed"}),a=i.group({class:"apexcharts-xaxis-texts-g",transform:"translate(".concat(e.globals.translateXAxisX,", ").concat(e.globals.translateXAxisY,")")});s.add(a);var n=e.globals.yAxisScale[t].result.length-1,r=e.globals.gridWidth/n+.1,o=r+e.config.xaxis.labels.offsetX,l=e.globals.xLabelFormatter,h=e.globals.yAxisScale[t].result.slice(),c=e.globals.invertedTimelineLabels;c.length>0&&(this.xaxisLabels=c.slice(),n=(h=c.slice()).length),e.config.yaxis[t]&&e.config.yaxis[t].reversed&&h.reverse();var d=c.length;if(e.config.xaxis.labels.show)for(var u=d?0:n;d?u<d-1:u>=0;d?u++:u--){var g=h[u];g=l(g,u);var p=e.globals.gridWidth+e.globals.padHorizontal-(o-r+e.config.xaxis.labels.offsetX);if(c.length){var x=this.axesUtils.getLabel(h,c,p,u,this.drawnLabels);p=x.x,g=x.text,this.drawnLabels.push(x.text)}var b=i.drawText({x:p,y:this.xAxisoffX+e.config.xaxis.labels.offsetY+30,text:"",textAnchor:"middle",foreColor:Array.isArray(this.xaxisForeColors)?this.xaxisForeColors[t]:this.xaxisForeColors,fontSize:this.xaxisFontSize,fontFamily:this.xaxisFontFamily,cssClass:"apexcharts-xaxis-label "+e.config.xaxis.labels.style.cssClass});a.add(b),b.tspan(g);var m=document.createElementNS(e.globals.SVGNS,"title");m.textContent=g,b.node.appendChild(m),o+=r}if(void 0!==e.config.xaxis.title.text){var v=i.group({class:"apexcharts-xaxis-title apexcharts-yaxis-title-inversed"}),y=i.drawText({x:e.globals.gridWidth/2,y:this.xAxisoffX+parseInt(this.xaxisFontSize)+parseInt(e.config.xaxis.title.style.fontSize)+20,text:e.config.xaxis.title.text,textAnchor:"middle",fontSize:e.config.xaxis.title.style.fontSize,fontFamily:e.config.xaxis.title.style.fontFamily,cssClass:"apexcharts-xaxis-title-text "+e.config.xaxis.title.style.cssClass});v.add(y),s.add(v)}var w=e.config.yaxis[t].axisBorder;if(w.show){var k=i.drawLine(e.globals.padHorizontal+w.offsetX,1+w.offsetY,e.globals.padHorizontal+w.offsetX,e.globals.gridHeight+w.offsetY,w.color);s.add(k)}return s}},{key:"yAxisTitleRotate",value:function(t,e){var i=this.w,s=new f(this.ctx),a={width:0,height:0},n={width:0,height:0},r=i.globals.dom.baseEl.querySelector(" .apexcharts-yaxis[rel='".concat(t,"'] .apexcharts-yaxis-texts-g"));null!==r&&(a=r.getBoundingClientRect());var o=i.globals.dom.baseEl.querySelector(".apexcharts-yaxis[rel='".concat(t,"'] .apexcharts-yaxis-title text"));if(null!==o&&(n=o.getBoundingClientRect()),null!==o){var l=this.xPaddingForYAxisTitle(t,a,n,e);o.setAttribute("x",l.xPos-(e?10:0))}if(null!==o){var h=s.rotateAroundCenter(o);e?o.setAttribute("transform","rotate(".concat(i.config.yaxis[t].title.rotate," ").concat(h.x," ").concat(h.y,")")):o.setAttribute("transform","rotate(-".concat(i.config.yaxis[t].title.rotate," ").concat(h.x," ").concat(h.y,")"))}}},{key:"xPaddingForYAxisTitle",value:function(t,e,i,s){var a=this.w,n=0,r=0,o=10;return void 0===a.config.yaxis[t].title.text||t<0?{xPos:r,padd:0}:(s?(r=e.width+a.config.yaxis[t].title.offsetX+i.width/2+o/2,0===(n+=1)&&(r-=o/2)):(r=-1*e.width+a.config.yaxis[t].title.offsetX+o/2+i.width/2,a.globals.isBarHorizontal&&(o=25,r=-1*e.width-a.config.yaxis[t].title.offsetX-o)),{xPos:r,padd:o})}},{key:"setYAxisXPosition",value:function(t,e){var i=this.w,s=0,a=0,n=21,r=1;i.config.yaxis.length>1&&(this.multipleYs=!0),i.config.yaxis.map(function(o,l){var h=i.globals.ignoreYAxisIndexes.indexOf(l)>-1||!o.show||o.floating||0===t[l].width,c=t[l].width+e[l].width;o.opposite?i.globals.isBarHorizontal?(a=i.globals.gridWidth+i.globals.translateX-1,i.globals.translateYAxisX[l]=a-o.labels.offsetX):(a=i.globals.gridWidth+i.globals.translateX+r,h||(r=r+c+20),i.globals.translateYAxisX[l]=a-o.labels.offsetX+20):(s=i.globals.translateX-n,h||(n=n+c+20),i.globals.translateYAxisX[l]=s+o.labels.offsetX)})}},{key:"setYAxisTextAlignments",value:function(){var t=this.w,e=t.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxis");(e=d.listToArray(e)).forEach(function(e,i){var s=t.config.yaxis[i];if(void 0!==s.labels.align){var a=t.globals.dom.baseEl.querySelector(".apexcharts-yaxis[rel='".concat(i,"'] .apexcharts-yaxis-texts-g")),n=t.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxis[rel='".concat(i,"'] .apexcharts-yaxis-label"));n=d.listToArray(n);var r=a.getBoundingClientRect();"left"===s.labels.align?(n.forEach(function(t,e){t.setAttribute("text-anchor","start")}),s.opposite||a.setAttribute("transform","translate(-".concat(r.width,", 0)"))):"center"===s.labels.align?(n.forEach(function(t,e){t.setAttribute("text-anchor","middle")}),a.setAttribute("transform","translate(".concat(r.width/2*(s.opposite?1:-1),", 0)"))):"right"===s.labels.align&&(n.forEach(function(t,e){t.setAttribute("text-anchor","end")}),s.opposite&&a.setAttribute("transform","translate(".concat(r.width,", 0)")))}})}}]),t}(),B=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"niceScale",value:function(t,e,i){var s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:10,n=this.w,r=void 0===this.w.config.yaxis[s].max&&void 0===this.w.config.yaxis[s].min||this.w.config.yaxis[s].forceNiceScale;if(t===Number.MIN_VALUE&&0===e||!d.isNumber(t)&&!d.isNumber(e)||t===Number.MIN_VALUE&&e===-Number.MAX_VALUE)return t=0,e=a,this.linearScale(t,e,a);t>e?(console.warn("yaxis.min cannot be greater than yaxis.max"),e=t+.1):t===e&&(t=0===t?0:t-.5,e=0===e?2:e+.5);var o=[],l=Math.abs(e-t);l<1&&r&&("candlestick"===n.config.chart.type||"candlestick"===n.config.series[s].type||n.globals.isRangeData)&&(e*=1.01),l<1e-5&&r&&e<10?e*=1.05:i>.1&&i<3&&r&&(e+=i/3);var h=a+1;h<2?h=2:h>2&&(h-=2);for(var c=l/h,u=Math.floor(d.log10(c)),g=Math.pow(10,u),f=parseInt(c/g)*g,p=f*Math.floor(t/f),x=f*Math.ceil(e/f),b=p;o.push(b),!((b+=f)>x););if(r)return{result:o,niceMin:o[0],niceMax:o[o.length-1]};var m=t;(o=[]).push(m);for(var v=Math.abs(e-t)/a,y=0;y<=a-1;y++)m+=v,o.push(m);return{result:o,niceMin:o[0],niceMax:o[o.length-1]}}},{key:"linearScale",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,s=Math.abs(e-t)/i;i===Number.MAX_VALUE&&(i=10,s=1);for(var a=[],n=t;i>=0;)a.push(n),n+=s,i-=1;return{result:a,niceMin:a[0],niceMax:a[a.length-1]}}},{key:"logarithmicScale",value:function(t,e,i,s){(e<0||e===Number.MIN_VALUE)&&(e=.01);for(var a=Math.log(e)/Math.log(10),n=Math.log(i)/Math.log(10),r=Math.abs(i-e)/s,o=[],l=e;s>=0;)o.push(l),l+=r,s-=1;var h=o.map(function(t,s){t<=0&&(t=.01);var r=(n-a)/(i-e),o=Math.pow(10,a+r*(t-a));return Math.round(o/d.roundToBase(o,10))*d.roundToBase(o,10)});return 0===h[0]&&(h[0]=1),{result:h,niceMin:h[0],niceMax:h[h.length-1]}}},{key:"setYScaleForIndex",value:function(t,e,i){var s=this.w.globals,a=this.w.config,n=s.isBarHorizontal?a.xaxis:a.yaxis[t];if(void 0===s.yAxisScale[t]&&(s.yAxisScale[t]=[]),n.logarithmic)s.allSeriesCollapsed=!1,s.yAxisScale[t]=this.logarithmicScale(t,e,i,n.tickAmount?n.tickAmount:Math.floor(Math.log10(i)));else if(i!==-Number.MAX_VALUE&&d.isNumber(i))if(s.allSeriesCollapsed=!1,void 0===n.min&&void 0===n.max||n.forceNiceScale){var r=Math.abs(i-e);s.yAxisScale[t]=this.niceScale(e,i,r,t,n.tickAmount?n.tickAmount:r<5&&r>1?r+1:5)}else s.yAxisScale[t]=this.linearScale(e,i,n.tickAmount);else s.yAxisScale[t]=this.linearScale(0,5,5)}},{key:"setMultipleYScales",value:function(){var t=this,e=this.w.globals,i=this.w.config,s=e.minYArr.concat([]),a=e.maxYArr.concat([]),n=[];i.yaxis.forEach(function(r,o){var l=o;i.series.forEach(function(t,i){t.name===r.seriesName&&-1===e.collapsedSeriesIndices.indexOf(i)&&(l=i,o!==i?n.push({index:i,similarIndex:o,alreadyExists:!0}):n.push({index:i}))});var h=s[l],c=a[l];t.setYScaleForIndex(o,h,c)}),this.sameScaleInMultipleAxes(s,a,n)}},{key:"sameScaleInMultipleAxes",value:function(t,e,i){var s=this,a=this.w.config,n=this.w.globals,r=[];i.forEach(function(t){t.alreadyExists&&(void 0===r[t.index]&&(r[t.index]=[]),r[t.index].push(t.index),r[t.index].push(t.similarIndex))}),r.forEach(function(t,e){r.forEach(function(i,s){var a,n;e!==s&&(a=t,n=i,a.filter(function(t){return-1!==n.indexOf(t)})).length>0&&(r[e]=r[e].concat(r[s]))})});var o=r.map(function(t){return t.filter(function(e,i){return t.indexOf(e)===i})}).map(function(t){return t.sort()});r=r.filter(function(t){return!!t});var l=o.slice(),h=l.map(function(t){return JSON.stringify(t)});l=l.filter(function(t,e){return h.indexOf(JSON.stringify(t))===e});var c=[],d=[];t.forEach(function(t,i){l.forEach(function(s,a){s.indexOf(i)>-1&&(void 0===c[a]&&(c[a]=[],d[a]=[]),c[a].push({key:i,value:t}),d[a].push({key:i,value:e[i]}))})});var u=Array.apply(null,Array(l.length)).map(Number.prototype.valueOf,Number.MIN_VALUE),g=Array.apply(null,Array(l.length)).map(Number.prototype.valueOf,-Number.MAX_VALUE);c.forEach(function(t,e){t.forEach(function(t,i){u[e]=Math.min(t.value,u[e])})}),d.forEach(function(t,e){t.forEach(function(t,i){g[e]=Math.max(t.value,g[e])})}),t.forEach(function(t,e){d.forEach(function(t,i){var r=u[i],o=g[i];t.forEach(function(i,l){t[l].key===e&&(void 0!==a.yaxis[e].min&&(r="function"==typeof a.yaxis[e].min?a.yaxis[e].min(n.minY):a.yaxis[e].min),void 0!==a.yaxis[e].max&&(o="function"==typeof a.yaxis[e].max?a.yaxis[e].max(n.maxY):a.yaxis[e].max),s.setYScaleForIndex(e,r,o))})})})}},{key:"autoScaleY",value:function(t,e){t||(t=this);var i=[];return t.w.config.series.forEach(function(t){var s,a,n=t.data.find(function(t){return t[0]>=e.xaxis.min})[1];a=s=n,t.data.forEach(function(t){t[0]<=e.xaxis.max&&t[0]>=e.xaxis.min&&(t[1]>a&&null!==t[1]&&(a=t[1]),t[1]<s&&null!==t[1]&&(s=t[1]))}),s*=.95,a*=1.05,i.push({min:s,max:a})}),i}}]),t}(),V=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.scales=new B(i)}return s(t,[{key:"init",value:function(){this.setYRange(),this.setXRange(),this.setZRange()}},{key:"getMinYMaxY",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Number.MAX_VALUE,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:-Number.MAX_VALUE,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,a=this.w.globals,n=-Number.MAX_VALUE,r=Number.MIN_VALUE;null===s&&(s=t+1);var o=a.series,l=o,h=o;"candlestick"===this.w.config.chart.type?(l=a.seriesCandleL,h=a.seriesCandleH):a.isRangeData&&(l=a.seriesRangeStart,h=a.seriesRangeEnd);for(var c=t;c<s;c++){a.dataPoints=Math.max(a.dataPoints,o[c].length);for(var u=0;u<a.series[c].length;u++){var g=o[c][u];null!==g&&d.isNumber(g)?(n=Math.max(n,h[c][u]),e=Math.min(e,l[c][u]),i=Math.max(i,l[c][u]),"candlestick"===this.w.config.chart.type&&(n=Math.max(n,a.seriesCandleO[c][u]),n=Math.max(n,a.seriesCandleH[c][u]),n=Math.max(n,a.seriesCandleL[c][u]),i=n=Math.max(n,a.seriesCandleC[c][u])),d.isFloat(g)&&(g=d.noExponents(g),a.yValueDecimal=Math.max(a.yValueDecimal,g.toString().split(".")[1].length)),r>l[c][u]&&l[c][u]<0&&(r=l[c][u])):a.hasNullValues=!0}}return{minY:r,maxY:n,lowestY:e,highestY:i}}},{key:"setYRange",value:function(){var t=this.w.globals,e=this.w.config;t.maxY=-Number.MAX_VALUE,t.minY=Number.MIN_VALUE;var i=Number.MAX_VALUE;if(t.isMultipleYAxis)for(var s=0;s<t.series.length;s++){var a=this.getMinYMaxY(s,i,null,s+1);t.minYArr.push(a.minY),t.maxYArr.push(a.maxY),i=a.lowestY}var n=this.getMinYMaxY(0,i,null,t.series.length);if(t.minY=n.minY,t.maxY=n.maxY,i=n.lowestY,e.chart.stacked){for(var r=[],o=[],l=0;l<t.series[t.maxValsInArrayIndex].length;l++)for(var h=0,c=0,u=0;u<t.series.length;u++)null!==t.series[u][l]&&d.isNumber(t.series[u][l])&&(t.series[u][l]>0?h=h+parseFloat(t.series[u][l])+1e-4:c+=parseFloat(t.series[u][l])),u===t.series.length-1&&(r.push(h),o.push(c));for(var g=0;g<r.length;g++)t.maxY=Math.max(t.maxY,r[g]),t.minY=Math.min(t.minY,o[g])}if(("line"===e.chart.type||"area"===e.chart.type||"candlestick"===e.chart.type)&&t.minY===Number.MIN_VALUE&&i!==-Number.MAX_VALUE&&i!==t.maxY){var f=t.maxY-i;i>=0&&i<=10&&(f=0),t.minY=i-5*f/100,t.maxY=t.maxY+5*f/100}return e.yaxis.map(function(e,i){void 0!==e.max&&("number"==typeof e.max?t.maxYArr[i]=e.max:"function"==typeof e.max&&(t.maxYArr[i]=e.max(t.maxY)),t.maxY=t.maxYArr[i]),void 0!==e.min&&("number"==typeof e.min?t.minYArr[i]=e.min:"function"==typeof e.min&&(t.minYArr[i]=e.min(t.minY)),t.minY=t.minYArr[i])}),t.isBarHorizontal&&(void 0!==e.xaxis.min&&"number"==typeof e.xaxis.min&&(t.minY=e.xaxis.min),void 0!==e.xaxis.max&&"number"==typeof e.xaxis.max&&(t.maxY=e.xaxis.max)),t.isMultipleYAxis?(this.scales.setMultipleYScales(),t.minY=i,t.yAxisScale.forEach(function(e,i){t.minYArr[i]=e.niceMin,t.maxYArr[i]=e.niceMax})):(this.scales.setYScaleForIndex(0,t.minY,t.maxY),t.minY=t.yAxisScale[0].niceMin,t.maxY=t.yAxisScale[0].niceMax,t.minYArr[0]=t.yAxisScale[0].niceMin,t.maxYArr[0]=t.yAxisScale[0].niceMax),{minY:t.minY,maxY:t.maxY,minYArr:t.minYArr,maxYArr:t.maxYArr}}},{key:"setXRange",value:function(){var t,e=this.w.globals,i=this.w.config,s="numeric"===i.xaxis.type||"datetime"===i.xaxis.type||"category"===i.xaxis.type&&!e.noLabelsProvided||e.noLabelsProvided||e.isXNumeric;if(e.isXNumeric)for(var a=0;a<e.series.length;a++)if(e.labels[a])for(var n=0;n<e.labels[a].length;n++)null!==e.labels[a][n]&&d.isNumber(e.labels[a][n])&&(e.maxX=Math.max(e.maxX,e.labels[a][n]),e.initialmaxX=Math.max(e.maxX,e.labels[a][n]),e.minX=Math.min(e.minX,e.labels[a][n]),e.initialminX=Math.min(e.minX,e.labels[a][n]));if(e.noLabelsProvided&&0===i.xaxis.categories.length&&(e.maxX=e.labels[e.labels.length-1],e.initialmaxX=e.labels[e.labels.length-1],e.minX=1,e.initialminX=1),(e.comboChartsHasBars||"candlestick"===i.chart.type||"bar"===i.chart.type&&e.isXNumeric)&&("category"!==i.xaxis.type||e.isXNumeric)){var r=e.minX-e.svgWidth/e.dataPoints*(Math.abs(e.maxX-e.minX)/e.svgWidth)/2;e.minX=r,e.initialminX=r;var o=e.maxX+e.svgWidth/e.dataPoints*(Math.abs(e.maxX-e.minX)/e.svgWidth)/2;e.maxX=o,e.initialmaxX=o}!e.isXNumeric&&!e.noLabelsProvided||i.xaxis.convertedCatToNumeric&&!e.dataFormatXNumeric||(void 0===i.xaxis.tickAmount?(t=Math.round(e.svgWidth/150),"numeric"===i.xaxis.type&&e.dataPoints<20&&(t=e.dataPoints-1),t>e.dataPoints&&0!==e.dataPoints&&(t=e.dataPoints-1)):t="dataPoints"===i.xaxis.tickAmount?e.series[e.maxValsInArrayIndex].length-1:i.xaxis.tickAmount,void 0!==i.xaxis.max&&"number"==typeof i.xaxis.max&&(e.maxX=i.xaxis.max),void 0!==i.xaxis.min&&"number"==typeof i.xaxis.min&&(e.minX=i.xaxis.min),void 0!==i.xaxis.range&&(e.minX=e.maxX-i.xaxis.range),e.minX!==Number.MAX_VALUE&&e.maxX!==-Number.MAX_VALUE?e.xAxisScale=this.scales.linearScale(e.minX,e.maxX,t):(e.xAxisScale=this.scales.linearScale(1,t,t),e.noLabelsProvided&&e.labels.length>0&&(e.xAxisScale=this.scales.linearScale(1,e.labels.length,t-1),e.seriesX=e.labels.slice())),s&&(e.labels=e.xAxisScale.result.slice()));if(e.minX===e.maxX)if("datetime"===i.xaxis.type){var l=new Date(e.minX);l.setDate(l.getDate()-2),e.minX=new Date(l).getTime();var h=new Date(e.maxX);h.setDate(h.getDate()+2),e.maxX=new Date(h).getTime()}else("numeric"===i.xaxis.type||"category"===i.xaxis.type&&!e.noLabelsProvided)&&(e.minX=e.minX-2,e.maxX=e.maxX+2);return e.isXNumeric&&(e.seriesX.forEach(function(t,i){t.forEach(function(t,s){if(s>0){var a=t-e.seriesX[i][s-1];e.minXDiff=Math.min(a,e.minXDiff)}})}),this.calcMinXDiffForTinySeries()),{minX:e.minX,maxX:e.maxX}}},{key:"calcMinXDiffForTinySeries",value:function(){var t=this.w,e=t.globals.labels.length;return 1===t.globals.labels.length?t.globals.minXDiff=(t.globals.maxX-t.globals.minX)/e/3:t.globals.minXDiff===Number.MAX_VALUE&&(t.globals.timelineLabels.length>0&&(e=t.globals.timelineLabels.length),e<3&&(e=3),t.globals.minXDiff=(t.globals.maxX-t.globals.minX)/e),t.globals.minXDiff}},{key:"setZRange",value:function(){var t=this.w.globals;if(t.isDataXYZ)for(var e=0;e<t.series.length;e++)if(void 0!==t.seriesZ[e])for(var i=0;i<t.seriesZ[e].length;i++)null!==t.seriesZ[e][i]&&d.isNumber(t.seriesZ[e][i])&&(t.maxZ=Math.max(t.maxZ,t.seriesZ[e][i]),t.minZ=Math.min(t.minZ,t.seriesZ[e][i]))}}]),t}(),G=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"getAllSeriesEls",value:function(){return this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-series")}},{key:"getSeriesByName",value:function(t){return this.w.globals.dom.baseEl.querySelector("[seriesName='".concat(d.escapeString(t),"']"))}},{key:"addCollapsedClassToSeries",value:function(t,e){var i=this.w;function s(i){for(var s=0;s<i.length;s++)i[s].index===e&&t.node.classList.add("apexcharts-series-collapsed")}s(i.globals.collapsedSeries),s(i.globals.ancillaryCollapsedSeries)}},{key:"toggleSeriesOnHover",value:function(t,e){var i=this.w,s=i.globals.dom.baseEl.querySelectorAll(".apexcharts-series");if("mousemove"===t.type){var a=parseInt(e.getAttribute("rel"))-1,n=null;n=i.globals.axisCharts||"radialBar"===i.config.chart.type?i.globals.axisCharts?i.globals.dom.baseEl.querySelector(".apexcharts-series[data\\:realIndex='".concat(a,"']")):i.globals.dom.baseEl.querySelector(".apexcharts-series[rel='".concat(a+1,"']")):i.globals.dom.baseEl.querySelector(".apexcharts-series[rel='".concat(a+1,"'] path"));for(var r=0;r<s.length;r++)s[r].classList.add("legend-mouseover-inactive");null!==n&&(i.globals.axisCharts||n.parentNode.classList.remove("legend-mouseover-inactive"),n.classList.remove("legend-mouseover-inactive"))}else if("mouseout"===t.type)for(var o=0;o<s.length;o++)s[o].classList.remove("legend-mouseover-inactive")}},{key:"highlightRangeInSeries",value:function(t,e){var i=this.w,s=i.globals.dom.baseEl.querySelectorAll(".apexcharts-heatmap-rect"),a=function(){for(var t=0;t<s.length;t++)s[t].classList.remove("legend-mouseover-inactive")};if("mousemove"===t.type){var n=parseInt(e.getAttribute("rel"))-1;a(),function(){for(var t=0;t<s.length;t++)s[t].classList.add("legend-mouseover-inactive")}(),function(t){for(var e=0;e<s.length;e++){var i=parseInt(s[e].getAttribute("val"));i>=t.from&&i<=t.to&&s[e].classList.remove("legend-mouseover-inactive")}}(i.config.plotOptions.heatmap.colorScale.ranges[n])}else"mouseout"===t.type&&a()}},{key:"getActiveSeriesIndex",value:function(){var t=this.w,e=0;if(t.globals.series.length>1)for(var i=t.globals.series.map(function(e,i){return e.length>0&&"bar"!==t.config.series[i].type&&"column"!==t.config.series[i].type?i:-1}),s=0;s<i.length;s++)if(-1!==i[s]){e=i[s];break}return e}},{key:"getActiveConfigSeriesIndex",value:function(){var t=this.w,e=0;if(t.config.series.length>1)for(var i=t.config.series.map(function(t,e){return t.data&&t.data.length>0?e:-1}),s=0;s<i.length;s++)if(-1!==i[s]){e=i[s];break}return e}},{key:"getPreviousPaths",value:function(){var t=this.w;function e(e,i,s){for(var a=e[i].childNodes,n={type:s,paths:[],realIndex:e[i].getAttribute("data:realIndex")},r=0;r<a.length;r++)if(a[r].hasAttribute("pathTo")){var o=a[r].getAttribute("pathTo");n.paths.push({d:o})}t.globals.previousPaths.push(n)}t.globals.previousPaths=[];var i=t.globals.dom.baseEl.querySelectorAll(".apexcharts-line-series .apexcharts-series");if(i.length>0)for(var s=i.length-1;s>=0;s--)e(i,s,"line");var a=t.globals.dom.baseEl.querySelectorAll(".apexcharts-area-series .apexcharts-series");if(a.length>0)for(var n=a.length-1;n>=0;n--)e(a,n,"area");var r=t.globals.dom.baseEl.querySelectorAll(".apexcharts-bar-series .apexcharts-series");if(r.length>0)for(var o=0;o<r.length;o++)e(r,o,"bar");var l=t.globals.dom.baseEl.querySelectorAll(".apexcharts-candlestick-series .apexcharts-series");if(l.length>0)for(var h=0;h<l.length;h++)e(l,h,"candlestick");var c=t.globals.dom.baseEl.querySelectorAll(".apexcharts-radar-series .apexcharts-series");if(c.length>0)for(var d=0;d<c.length;d++)e(c,d,"radar");var u=t.globals.dom.baseEl.querySelectorAll(".apexcharts-bubble-series .apexcharts-series");if(u.length>0)for(var g=0;g<u.length;g++){for(var f=t.globals.dom.baseEl.querySelectorAll(".apexcharts-bubble-series .apexcharts-series[data\\:realIndex='".concat(g,"'] circle")),p=[],x=0;x<f.length;x++)p.push({x:f[x].getAttribute("cx"),y:f[x].getAttribute("cy"),r:f[x].getAttribute("r")});t.globals.previousPaths.push(p)}var b=t.globals.dom.baseEl.querySelectorAll(".apexcharts-scatter-series .apexcharts-series");if(b.length>0)for(var m=0;m<b.length;m++){for(var v=t.globals.dom.baseEl.querySelectorAll(".apexcharts-scatter-series .apexcharts-series[data\\:realIndex='".concat(m,"'] circle")),y=[],w=0;w<v.length;w++)y.push({x:v[w].getAttribute("cx"),y:v[w].getAttribute("cy"),r:v[w].getAttribute("r")});t.globals.previousPaths.push(y)}var k=t.globals.dom.baseEl.querySelectorAll(".apexcharts-heatmap .apexcharts-series");if(k.length>0)for(var A=0;A<k.length;A++){for(var S=t.globals.dom.baseEl.querySelectorAll(".apexcharts-heatmap .apexcharts-series[data\\:realIndex='".concat(A,"'] rect")),C=[],L=0;L<S.length;L++)C.push({color:S[L].getAttribute("color")});t.globals.previousPaths.push(C)}t.globals.axisCharts||(t.globals.previousPaths=t.globals.series)}},{key:"handleNoData",value:function(){var t=this.w,e=t.config.noData,i=new f(this.ctx),s=t.globals.svgWidth/2,a=t.globals.svgHeight/2,n="middle";if(t.globals.noData=!0,t.globals.animationEnded=!0,"left"===e.align?(s=10,n="start"):"right"===e.align&&(s=t.globals.svgWidth-10,n="end"),"top"===e.verticalAlign?a=50:"bottom"===e.verticalAlign&&(a=t.globals.svgHeight-50),s+=e.offsetX,a=a+parseInt(e.style.fontSize)+2,void 0!==e.text&&""!==e.text){var r=i.drawText({x:s,y:a,text:e.text,textAnchor:n,fontSize:e.style.fontSize,fontFamily:e.style.fontFamily,foreColor:e.style.color,opacity:1,class:"apexcharts-text-nodata"});r.node.setAttribute("class","apexcharts-title-text"),t.globals.dom.Paper.add(r)}}},{key:"setNullSeriesToZeroValues",value:function(t){for(var e=this.w,i=0;i<t.length;i++)if(0===t[i].length)for(var s=0;s<t[e.globals.maxValsInArrayIndex].length;s++)t[i].push(0);return t}},{key:"hasAllSeriesEqualX",value:function(){for(var t=!0,e=this.w,i=this.filteredSeriesX(),s=0;s<i.length-1;s++)if(i[s][0]!==i[s+1][0]){t=!1;break}return e.globals.allSeriesHasEqualX=t,t}},{key:"filteredSeriesX",value:function(){var t=this.w.globals.seriesX.map(function(t,e){return t.length>0?t:[]});return t}}]),t}(),_=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.lgRect={},this.yAxisWidth=0,this.xAxisHeight=0,this.isSparkline=this.w.config.chart.sparkline.enabled,this.xPadRight=0,this.xPadLeft=0}return s(t,[{key:"plotCoords",value:function(){var t=this.w,e=t.globals,i=this.getLegendsRect();e.axisCharts?this.setGridCoordsForAxisCharts(i):this.setGridCoordsForNonAxisCharts(i),this.titleSubtitleOffset(),e.gridHeight=e.gridHeight-t.config.grid.padding.top-t.config.grid.padding.bottom,e.gridWidth=e.gridWidth-t.config.grid.padding.left-t.config.grid.padding.right-this.xPadRight-this.xPadLeft,e.translateX=e.translateX+t.config.grid.padding.left+this.xPadLeft,e.translateY=e.translateY+t.config.grid.padding.top}},{key:"conditionalChecksForAxisCoords",value:function(t,e){var i=this.w;this.xAxisHeight=(t.height+e.height)*i.globals.LINE_HEIGHT_RATIO+15,this.xAxisWidth=t.width,this.xAxisHeight-e.height>i.config.xaxis.labels.maxHeight&&(this.xAxisHeight=i.config.xaxis.labels.maxHeight),i.config.xaxis.labels.minHeight&&this.xAxisHeight<i.config.xaxis.labels.minHeight&&(this.xAxisHeight=i.config.xaxis.labels.minHeight),i.config.xaxis.floating&&(this.xAxisHeight=0),i.globals.isBarHorizontal?this.yAxisWidth=i.globals.yLabelsCoords[0].width+i.globals.yTitleCoords[0].width+15:this.yAxisWidth=this.getTotalYAxisWidth();var s=0,a=0;i.config.yaxis.forEach(function(t){s+=t.labels.minWidth,a+=t.labels.maxWidth}),this.yAxisWidth<s&&(this.yAxisWidth=s),this.yAxisWidth>a&&(this.yAxisWidth=a)}},{key:"setGridCoordsForAxisCharts",value:function(t){var e=this.w,i=e.globals,s=this.getyAxisLabelsCoords(),a=this.getxAxisLabelsCoords(),n=this.getyAxisTitleCoords(),r=this.getxAxisTitleCoords();e.globals.yLabelsCoords=[],e.globals.yTitleCoords=[],e.config.yaxis.map(function(t,i){e.globals.yLabelsCoords.push({width:s[i].width,index:i}),e.globals.yTitleCoords.push({width:n[i].width,index:i})}),this.conditionalChecksForAxisCoords(a,r),i.translateXAxisY=e.globals.rotateXLabels?this.xAxisHeight/8:-4,i.translateXAxisX=e.globals.rotateXLabels&&e.globals.isXNumeric&&e.config.xaxis.labels.rotate<=-45?-this.xAxisWidth/4:0,e.globals.isBarHorizontal&&(i.rotateXLabels=!1,i.translateXAxisY=parseInt(e.config.xaxis.labels.style.fontSize)/1.5*-1),i.translateXAxisY=i.translateXAxisY+e.config.xaxis.labels.offsetY,i.translateXAxisX=i.translateXAxisX+e.config.xaxis.labels.offsetX;var o=this.yAxisWidth,l=this.xAxisHeight;i.xAxisLabelsHeight=this.xAxisHeight,i.xAxisHeight=this.xAxisHeight;var h=10;switch(e.config.grid.show&&"radar"!==e.config.chart.type||(o=0,l=35),this.isSparkline&&(t={height:0,width:0},l=0,o=0,h=0),this.additionalPaddingXLabels(a),e.config.legend.position){case"bottom":i.translateY=h,i.translateX=o,i.gridHeight=i.svgHeight-t.height-l-(this.isSparkline?0:e.globals.rotateXLabels?10:15),i.gridWidth=i.svgWidth-o;break;case"top":i.translateY=t.height+h,i.translateX=o,i.gridHeight=i.svgHeight-t.height-l-(this.isSparkline?0:e.globals.rotateXLabels?10:15),i.gridWidth=i.svgWidth-o;break;case"left":i.translateY=h,i.translateX=t.width+o,i.gridHeight=i.svgHeight-l-12,i.gridWidth=i.svgWidth-t.width-o;break;case"right":i.translateY=h,i.translateX=o,i.gridHeight=i.svgHeight-l-12,i.gridWidth=i.svgWidth-t.width-o-5;break;default:throw new Error("Legend position not supported")}this.setGridXPosForDualYAxis(n,s),new W(this.ctx).setYAxisXPosition(s,n)}},{key:"setGridCoordsForNonAxisCharts",value:function(t){var e=this.w,i=e.globals,s=0;e.config.legend.show&&!e.config.legend.floating&&(s=20);var a=10,n=0;if("pie"===e.config.chart.type||"donut"===e.config.chart.type?(a+=e.config.plotOptions.pie.offsetY,n+=e.config.plotOptions.pie.offsetX):"radialBar"===e.config.chart.type&&(a+=e.config.plotOptions.radialBar.offsetY,n+=e.config.plotOptions.radialBar.offsetX),!e.config.legend.show)return i.gridHeight=i.svgHeight-35,i.gridWidth=i.gridHeight,i.translateY=a-10,void(i.translateX=n+(i.svgWidth-i.gridWidth)/2);switch(e.config.legend.position){case"bottom":i.gridHeight=i.svgHeight-t.height-35,i.gridWidth=i.gridHeight,i.translateY=a-20,i.translateX=n+(i.svgWidth-i.gridWidth)/2;break;case"top":i.gridHeight=i.svgHeight-t.height-35,i.gridWidth=i.gridHeight,i.translateY=t.height+a,i.translateX=n+(i.svgWidth-i.gridWidth)/2;break;case"left":i.gridWidth=i.svgWidth-t.width-s,i.gridHeight=i.gridWidth,i.translateY=a,i.translateX=n+t.width+s;break;case"right":i.gridWidth=i.svgWidth-t.width-s-5,i.gridHeight=i.gridWidth,i.translateY=a,i.translateX=n+10;break;default:throw new Error("Legend position not supported")}}},{key:"setGridXPosForDualYAxis",value:function(t,e){var i=this.w;i.config.yaxis.map(function(s,a){-1===i.globals.ignoreYAxisIndexes.indexOf(a)&&!i.config.yaxis[a].floating&&i.config.yaxis[a].show&&s.opposite&&(i.globals.translateX=i.globals.translateX-(e[a].width+t[a].width)-parseInt(i.config.yaxis[a].labels.style.fontSize)/1.2-12)})}},{key:"additionalPaddingXLabels",value:function(t){var e=this,i=this.w;if("category"===i.config.xaxis.type&&i.globals.isBarHorizontal||"numeric"===i.config.xaxis.type||"datetime"===i.config.xaxis.type){var s=i.globals.isXNumeric;i.config.yaxis.forEach(function(a,n){var r;(!a.show||a.floating||-1!==i.globals.collapsedSeriesIndices.indexOf(n)||s||a.opposite&&i.globals.isBarHorizontal)&&((s&&i.globals.isMultipleYAxis&&-1!==i.globals.collapsedSeriesIndices.indexOf(n)||i.globals.isBarHorizontal&&a.opposite)&&(r=t,i.config.grid.padding.left<r.width&&(e.xPadLeft=r.width/2+1)),(!i.globals.isBarHorizontal&&a.opposite&&-1!==i.globals.collapsedSeriesIndices.indexOf(n)||s&&!i.globals.isMultipleYAxis)&&function(t){e.timescaleLabels?e.timescaleLabels[e.timescaleLabels.length-1].position+t.width>i.globals.gridWidth?i.globals.skipLastTimelinelabel=!0:i.globals.skipLastTimelinelabel=!1:"datetime"!==i.config.xaxis.type&&i.config.grid.padding.right<t.width&&(e.xPadRight=t.width/2+1)}(t))})}}},{key:"titleSubtitleOffset",value:function(){var t=this.w,e=t.globals,i=this.isSparkline||!t.globals.axisCharts?0:10;void 0!==t.config.title.text?i+=t.config.title.margin:i+=this.isSparkline||!t.globals.axisCharts?0:5,void 0!==t.config.subtitle.text?i+=t.config.subtitle.margin:i+=this.isSparkline||!t.globals.axisCharts?0:5,t.config.legend.show&&"bottom"===t.config.legend.position&&!t.config.legend.floating&&t.config.series.length>1&&(i+=10);var s=this.getTitleSubtitleCoords("title"),a=this.getTitleSubtitleCoords("subtitle");e.gridHeight=e.gridHeight-s.height-a.height-i,e.translateY=e.translateY+s.height+a.height+i}},{key:"getTotalYAxisWidth",value:function(){var t=this.w,e=0,i=10,s=function(e){return t.globals.ignoreYAxisIndexes.indexOf(e)>-1};return t.globals.yLabelsCoords.map(function(a,n){var r=t.config.yaxis[n].floating;a.width>0&&!r?(e=e+a.width+i,s(n)&&(e=e-a.width-i)):e+=r||!t.config.yaxis[n].show?0:5}),t.globals.yTitleCoords.map(function(a,n){var r=t.config.yaxis[n].floating;i=parseInt(t.config.yaxis[n].title.style.fontSize),a.width>0&&!r?(e=e+a.width+i,s(n)&&(e=e-a.width-i)):e+=r||!t.config.yaxis[n].show?0:5}),e}},{key:"getxAxisTimeScaleLabelsCoords",value:function(){var t,e=this.w;this.timescaleLabels=e.globals.timelineLabels.slice(),e.globals.isBarHorizontal&&"datetime"===e.config.xaxis.type&&(this.timescaleLabels=e.globals.invertedTimelineLabels.slice());var i=this.timescaleLabels.map(function(t){return t.value}),s=i.reduce(function(t,e){return void 0===t?(console.error("You have possibly supplied invalid Date format. Please supply a valid JavaScript Date"),0):t.length>e.length?t:e},0);return 1.05*(t=new f(this.ctx).getTextRects(s,e.config.xaxis.labels.style.fontSize)).width*i.length>e.globals.gridWidth&&0!==e.config.xaxis.labels.rotate&&(e.globals.overlappingXLabels=!0),t}},{key:"getxAxisLabelsCoords",value:function(){var t,e=this.w,i=e.globals.labels.slice();if(e.globals.timelineLabels.length>0){var s=this.getxAxisTimeScaleLabelsCoords();t={width:s.width,height:s.height}}else{var a="left"!==e.config.legend.position||"right"!==e.config.legend.position||e.config.legend.floating?0:this.lgRect.width,n=e.globals.xLabelFormatter,r=i.reduce(function(t,e){return t.length>e.length?t:e},0);e.globals.isBarHorizontal&&(r=e.globals.yAxisScale[0].result.reduce(function(t,e){return t.length>e.length?t:e},0)),r=new N(this.ctx).xLabelFormat(n,r);var o=new f(this.ctx),l=o.getTextRects(r,e.config.xaxis.labels.style.fontSize);(t={width:l.width,height:l.height}).width*i.length>e.globals.svgWidth-a-this.yAxisWidth&&0!==e.config.xaxis.labels.rotate?e.globals.isBarHorizontal||(e.globals.rotateXLabels=!0,l=o.getTextRects(r,e.config.xaxis.labels.style.fontSize,e.config.xaxis.labels.style.fontFamily,"rotate(".concat(e.config.xaxis.labels.rotate," 0 0)"),!1),t.height=l.height/1.66):e.globals.rotateXLabels=!1}return e.config.xaxis.labels.show||(t={width:0,height:0}),{width:t.width,height:t.height}}},{key:"getyAxisLabelsCoords",value:function(){var t=this,e=this.w,i=[],s=10;return e.config.yaxis.map(function(a,n){if(a.show&&a.labels.show&&e.globals.yAxisScale[n].result.length){var r=e.globals.yLabelFormatters[n],o=r(e.globals.yAxisScale[n].niceMax,-1);if(void 0!==o&&0!==o.length||(o=e.globals.yAxisScale[n].niceMax),e.globals.isBarHorizontal)s=0,o=r(o=e.globals.labels.slice().reduce(function(t,e){return t.length>e.length?t:e},0),-1);var l=new f(t.ctx).getTextRects(o,a.labels.style.fontSize);i.push({width:l.width+s,height:l.height})}else i.push({width:0,height:0})}),i}},{key:"getxAxisTitleCoords",value:function(){var t=this.w,e=0,i=0;if(void 0!==t.config.xaxis.title.text){var s=new f(this.ctx).getTextRects(t.config.xaxis.title.text,t.config.xaxis.title.style.fontSize);e=s.width,i=s.height}return{width:e,height:i}}},{key:"getyAxisTitleCoords",value:function(){var t=this,e=this.w,i=[];return e.config.yaxis.map(function(e,s){if(e.show&&void 0!==e.title.text){var a=new f(t.ctx).getTextRects(e.title.text,e.title.style.fontSize,e.title.style.fontFamily,"rotate(-90 0 0)",!1);i.push({width:a.width,height:a.height})}else i.push({width:0,height:0})}),i}},{key:"getTitleSubtitleCoords",value:function(t){var e=this.w,i=0,s=0,a="title"===t?e.config.title.floating:e.config.subtitle.floating,n=e.globals.dom.baseEl.querySelector(".apexcharts-".concat(t,"-text"));if(null!==n&&!a){var r=n.getBoundingClientRect();i=r.width,s=e.globals.axisCharts?r.height+5:r.height}return{width:i,height:s}}},{key:"getLegendsRect",value:function(){var t=this.w,e=t.globals.dom.baseEl.querySelector(".apexcharts-legend"),i=Object.assign({},d.getBoundingClientRect(e));return null!==e&&!t.config.legend.floating&&t.config.legend.show?this.lgRect={x:i.x,y:i.y,height:i.height,width:0===i.height?0:i.width}:this.lgRect={x:0,y:0,height:0,width:0},this.lgRect}}]),t}(),j=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.timeScaleArray=[]}return s(t,[{key:"calculateTimeScaleTicks",value:function(t,e){var i=this,s=this.w;if(s.globals.allSeriesCollapsed)return s.globals.labels=[],s.globals.timelineLabels=[],[];var a=new m(this.ctx),r=(e-t)/864e5;this.determineInterval(r),s.globals.disableZoomIn=!1,s.globals.disableZoomOut=!1,r<.005?s.globals.disableZoomIn=!0:r>5e4&&(s.globals.disableZoomOut=!0);var o=a.getTimeUnitsfromTimestamp(t,e),l=s.globals.gridWidth/r,h=l/24,c=h/60,d=Math.floor(24*r),u=Math.floor(24*r*60),g=Math.floor(r),f=Math.floor(r/30),p=Math.floor(r/365),x={minMinute:o.minMinute,minHour:o.minHour,minDate:o.minDate,minMonth:o.minMonth,minYear:o.minYear},b={firstVal:x,currentMinute:x.minMinute,currentHour:x.minHour,currentMonthDate:x.minDate,currentDate:x.minDate,currentMonth:x.minMonth,currentYear:x.minYear,daysWidthOnXAxis:l,hoursWidthOnXAxis:h,minutesWidthOnXAxis:c,numberOfMinutes:u,numberOfHours:d,numberOfDays:g,numberOfMonths:f,numberOfYears:p};switch(this.tickInterval){case"years":this.generateYearScale(b);break;case"months":case"half_year":this.generateMonthScale(b);break;case"months_days":case"months_fortnight":case"days":case"week_days":this.generateDayScale(b);break;case"hours":this.generateHourScale(b);break;case"minutes":this.generateMinuteScale(b)}var v=this.timeScaleArray.map(function(t){var e={position:t.position,unit:t.unit,year:t.year,day:t.day?t.day:1,hour:t.hour?t.hour:0,month:t.month+1};return"month"===t.unit?n({},e,{value:t.value+1}):"day"===t.unit||"hour"===t.unit?n({},e,{value:t.value}):"minute"===t.unit?n({},e,{value:t.value,minute:t.value}):t});return v.filter(function(t){var e=1,a=Math.ceil(s.globals.gridWidth/120),n=t.value;void 0!==s.config.xaxis.tickAmount&&(a=s.config.xaxis.tickAmount),v.length>a&&(e=Math.floor(v.length/a));var r=!1,o=!1;switch(i.tickInterval){case"half_year":e=7,"year"===t.unit&&(r=!0);break;case"months":e=1,"year"===t.unit&&(r=!0);break;case"months_fortnight":e=15,"year"!==t.unit&&"month"!==t.unit||(r=!0),30===n&&(o=!0);break;case"months_days":e=10,"month"===t.unit&&(r=!0),30===n&&(o=!0);break;case"week_days":e=8,"month"===t.unit&&(r=!0);break;case"days":e=1,"month"===t.unit&&(r=!0);break;case"hours":"day"===t.unit&&(r=!0);break;case"minutes":n%5!=0&&(o=!0)}if("minutes"===i.tickInterval||"hours"===i.tickInterval){if(!o)return!0}else if((n%e==0||r)&&!o)return!0})}},{key:"recalcDimensionsBasedOnFormat",value:function(t,e){var i=this.w,s=this.formatDates(t),a=this.removeOverlappingTS(s);e?i.globals.invertedTimelineLabels=a.slice():i.globals.timelineLabels=a.slice(),new _(this.ctx).plotCoords()}},{key:"determineInterval",value:function(t){switch(!0){case t>1825:this.tickInterval="years";break;case t>800&&t<=1825:this.tickInterval="half_year";break;case t>180&&t<=800:this.tickInterval="months";break;case t>90&&t<=180:this.tickInterval="months_fortnight";break;case t>60&&t<=90:this.tickInterval="months_days";break;case t>30&&t<=60:this.tickInterval="week_days";break;case t>2&&t<=30:this.tickInterval="days";break;case t>.1&&t<=2:this.tickInterval="hours";break;case t<.1:this.tickInterval="minutes";break;default:this.tickInterval="days"}}},{key:"generateYearScale",value:function(t){var e=t.firstVal,i=t.currentMonth,s=t.currentYear,a=t.daysWidthOnXAxis,n=t.numberOfYears,r=e.minYear,o=0,l=new m(this.ctx);if(e.minDate>1&&e.minMonth>0){var h=l.determineRemainingDaysOfYear(e.minYear,e.minMonth,e.minDate);o=(l.determineDaysOfYear(e.minYear)-h+1)*a,r=e.minYear+1,this.timeScaleArray.push({position:o,value:r,unit:"year",year:r,month:d.monthMod(i+1)})}else 1===e.minDate&&0===e.minMonth&&this.timeScaleArray.push({position:o,value:r,unit:"year",year:s,month:d.monthMod(i+1)});for(var c=r,u=o,g=0;g<n;g++)c++,u=l.determineDaysOfYear(c-1)*a+u,this.timeScaleArray.push({position:u,value:c,unit:"year",year:c,month:1})}},{key:"generateMonthScale",value:function(t){var e=t.firstVal,i=t.currentMonthDate,s=t.currentMonth,a=t.currentYear,n=t.daysWidthOnXAxis,r=t.numberOfMonths,o=s,l=0,h=new m(this.ctx),c="month",u=0;if(e.minDate>1){l=(h.determineDaysOfMonths(s+1,e.minYear)-i+1)*n,o=d.monthMod(s+1);var g=a+u,f=d.monthMod(o),p=o;0===o&&(c="year",p=g,f=1,g+=u+=1),this.timeScaleArray.push({position:l,value:p,unit:c,year:g,month:f})}else this.timeScaleArray.push({position:l,value:o,unit:c,year:a,month:d.monthMod(s)});for(var x=o+1,b=l,v=0,y=1;v<r;v++,y++){0===(x=d.monthMod(x))?(c="year",u+=1):c="month";var w=a+Math.floor(x/12)+u;b=h.determineDaysOfMonths(x,w)*n+b;var k=0===x?w:x;this.timeScaleArray.push({position:b,value:k,unit:c,year:w,month:0===x?1:x}),x++}}},{key:"generateDayScale",value:function(t){var e=t.firstVal,i=t.currentMonth,s=t.currentYear,a=t.hoursWidthOnXAxis,n=t.numberOfDays,r=new m(this.ctx),o="day",l=(24-e.minHour)*a,h=e.minDate+1,c=h,u=function(t,e,i){return t>r.determineDaysOfMonths(e+1,i)?(g=1,o="month",c=e+=1,e):e},g=h,f=u(g,i,s);this.timeScaleArray.push({position:l,value:c,unit:o,year:s,month:d.monthMod(f),day:g});for(var p=l,x=0;x<n;x++){o="day",f=u(g+=1,f,s+Math.floor(f/12)+0);var b=s+Math.floor(f/12)+0;p=24*a+p;var v=1===g?d.monthMod(f):g;this.timeScaleArray.push({position:p,value:v,unit:o,year:b,month:d.monthMod(f),day:v})}}},{key:"generateHourScale",value:function(t){var e=t.firstVal,i=t.currentDate,s=t.currentMonth,a=t.currentYear,n=t.minutesWidthOnXAxis,r=t.numberOfHours,o=new m(this.ctx),l="hour",h=function(t,e){return t>o.determineDaysOfMonths(e+1,a)&&(x=1,e+=1),{month:e,date:x}},c=function(t,e){return t>o.determineDaysOfMonths(e+1,a)?e+=1:e},u=60-e.minMinute,g=u*n,f=e.minHour+1,p=f+1;60===u&&(g=0,p=(f=e.minHour)+1);var x=i,b=c(x,s);this.timeScaleArray.push({position:g,value:f,unit:l,day:x,hour:p,year:a,month:d.monthMod(b)});for(var v=g,y=0;y<r;y++){if(l="hour",p>=24)p=0,l="day",b=h(x+=1,b).month,b=c(x,b);var w=a+Math.floor(b/12)+0;v=0===p&&0===y?u*n:60*n+v;var k=0===p?x:p;this.timeScaleArray.push({position:v,value:k,unit:l,hour:p,day:x,year:w,month:d.monthMod(b)}),p++}}},{key:"generateMinuteScale",value:function(t){var e=t.firstVal,i=t.currentMinute,s=t.currentHour,a=t.currentDate,n=t.currentMonth,r=t.currentYear,o=t.minutesWidthOnXAxis,l=t.numberOfMinutes,h=o-(i-e.minMinute),c=e.minMinute+1,u=c+1,g=a,f=n,p=r,x=s;this.timeScaleArray.push({position:h,value:c,unit:"minute",day:g,hour:x,minute:u,year:p,month:d.monthMod(f)});for(var b=h,m=0;m<l;m++){u>=60&&(u=0,24===(x+=1)&&(x=0));var v=r+Math.floor(f/12)+0;b=o+b;var y=u;this.timeScaleArray.push({position:b,value:y,unit:"minute",hour:x,minute:u,day:g,year:v,month:d.monthMod(f)}),u++}}},{key:"createRawDateString",value:function(t,e){var i=t.year;return i+="-"+("0"+t.month.toString()).slice(-2),"day"===t.unit?i+="day"===t.unit?"-"+("0"+e).slice(-2):"-01":i+="-"+("0"+(t.day?t.day:"1")).slice(-2),"hour"===t.unit?i+="hour"===t.unit?"T"+("0"+e).slice(-2):"T00":i+="T"+("0"+(t.hour?t.hour:"0")).slice(-2),i+="minute"===t.unit?":"+("0"+e).slice(-2)+":00.000Z":":00:00.000Z"}},{key:"formatDates",value:function(t){var e=this,i=this.w;return t.map(function(t){var s=t.value.toString(),a=new m(e.ctx),n=e.createRawDateString(t,s),r=new Date(Date.parse(n));if(void 0===i.config.xaxis.labels.format){var o="dd MMM",l=i.config.xaxis.labels.datetimeFormatter;"year"===t.unit&&(o=l.year),"month"===t.unit&&(o=l.month),"day"===t.unit&&(o=l.day),"hour"===t.unit&&(o=l.hour),"minute"===t.unit&&(o=l.minute),s=a.formatDate(r,o,!0,!1)}else s=a.formatDate(r,i.config.xaxis.labels.format);return{dateString:n,position:t.position,value:s,unit:t.unit,year:t.year,month:t.month}})}},{key:"removeOverlappingTS",value:function(t){var e=this,i=new f(this.ctx),s=0,a=t.map(function(a,n){if(n>0&&e.w.config.xaxis.labels.hideOverlappingLabels){var r=i.getTextRects(t[s].value).width,o=t[s].position;return a.position>o+r+10?(s=n,a):null}return a});return a=a.filter(function(t){return null!==t})}}]),t}(),U=function(){function t(i,s){e(this,t),this.ctx=s,this.w=s.w,this.el=i,this.coreUtils=new y(this.ctx),this.twoDSeries=[],this.threeDSeries=[],this.twoDSeriesX=[]}return s(t,[{key:"setupElements",value:function(){var t=this.w.globals,e=this.w.config,i=e.chart.type;t.axisCharts=["line","area","bar","rangeBar","candlestick","radar","scatter","bubble","heatmap"].indexOf(i)>-1,t.xyCharts=["line","area","bar","rangeBar","candlestick","scatter","bubble"].indexOf(i)>-1,t.isBarHorizontal=("bar"===e.chart.type||"rangeBar"===e.chart.type)&&e.plotOptions.bar.horizontal,t.chartClass=".apexcharts"+t.cuid,t.dom.baseEl=this.el,t.dom.elWrap=document.createElement("div"),f.setAttrs(t.dom.elWrap,{id:t.chartClass.substring(1),class:"apexcharts-canvas "+t.chartClass.substring(1)}),this.el.appendChild(t.dom.elWrap),t.dom.Paper=new window.SVG.Doc(t.dom.elWrap),t.dom.Paper.attr({class:"apexcharts-svg","xmlns:data":"ApexChartsNS",transform:"translate(".concat(e.chart.offsetX,", ").concat(e.chart.offsetY,")")}),t.dom.Paper.node.style.background=e.chart.background,this.setSVGDimensions(),t.dom.elGraphical=t.dom.Paper.group().attr({class:"apexcharts-inner apexcharts-graphical"}),t.dom.elDefs=t.dom.Paper.defs(),t.dom.elLegendWrap=document.createElement("div"),t.dom.elLegendWrap.classList.add("apexcharts-legend"),t.dom.elWrap.appendChild(t.dom.elLegendWrap),t.dom.Paper.add(t.dom.elGraphical),t.dom.elGraphical.add(t.dom.elDefs)}},{key:"plotChartType",value:function(t,e){var i=this.w,s=i.config,a=i.globals,n={series:[],i:[]},r={series:[],i:[]},o={series:[],i:[]},l={series:[],i:[]},h={series:[],i:[]};a.series.map(function(e,s){void 0!==t[s].type?("column"===t[s].type||"bar"===t[s].type?(i.config.plotOptions.bar.horizontal=!1,l.series.push(e),l.i.push(s)):"area"===t[s].type?(r.series.push(e),r.i.push(s)):"line"===t[s].type?(n.series.push(e),n.i.push(s)):"scatter"===t[s].type?(o.series.push(e),o.i.push(s)):"bubble"===t[s].type||("candlestick"===t[s].type?(h.series.push(e),h.i.push(s)):console.warn("You have specified an unrecognized chart type. Available types for this propery are line/area/column/bar/scatter/bubble")),a.comboCharts=!0):(n.series.push(e),n.i.push(s))});var c=new D(this.ctx,e),d=new E(this.ctx,e),u=new I(this.ctx),g=new F(this.ctx),f=new R(this.ctx,e),p=new Y(this.ctx),x=[];if(a.comboCharts){if(r.series.length>0&&x.push(c.draw(r.series,"area",r.i)),l.series.length>0)if(i.config.chart.stacked){var b=new M(this.ctx,e);x.push(b.draw(l.series,l.i))}else{var m=new P(this.ctx,e);x.push(m.draw(l.series,l.i))}if(n.series.length>0&&x.push(c.draw(n.series,"line",n.i)),h.series.length>0&&x.push(d.draw(h.series,h.i)),o.series.length>0){var v=new D(this.ctx,e,!0);x.push(v.draw(o.series,"scatter",o.i))}}else switch(s.chart.type){case"line":x=c.draw(a.series,"line");break;case"area":x=c.draw(a.series,"area");break;case"bar":if(s.chart.stacked)x=new M(this.ctx,e).draw(a.series);else x=new P(this.ctx,e).draw(a.series);break;case"candlestick":x=new E(this.ctx,e).draw(a.series);break;case"rangeBar":x=f.draw(a.series);break;case"heatmap":x=new X(this.ctx,e).draw(a.series);break;case"pie":case"donut":x=u.draw(a.series);break;case"radialBar":x=g.draw(a.series);break;case"radar":x=p.draw(a.series);break;default:x=c.draw(a.series)}return x}},{key:"setSVGDimensions",value:function(){var t=this.w.globals,e=this.w.config;t.svgWidth=e.chart.width,t.svgHeight=e.chart.height;var i=d.getDimensions(this.el),s=e.chart.width.toString().split(/[0-9]+/g).pop();if("%"===s?d.isNumber(i[0])&&(0===i[0].width&&(i=d.getDimensions(this.el.parentNode)),t.svgWidth=i[0]*parseInt(e.chart.width)/100):"px"!==s&&""!==s||(t.svgWidth=parseInt(e.chart.width)),"auto"!==t.svgHeight&&""!==t.svgHeight)if("%"===e.chart.height.toString().split(/[0-9]+/g).pop()){var a=d.getDimensions(this.el.parentNode);t.svgHeight=a[1]*parseInt(e.chart.height)/100}else t.svgHeight=parseInt(e.chart.height);else t.axisCharts?t.svgHeight=t.svgWidth/1.61:t.svgHeight=t.svgWidth;f.setAttrs(t.dom.Paper.node,{width:t.svgWidth,height:t.svgHeight});var n=e.chart.sparkline.enabled?0:t.axisCharts?e.chart.parentHeightOffset:0;t.dom.Paper.node.parentNode.parentNode.style.minHeight=t.svgHeight+n+"px",t.dom.elWrap.style.width=t.svgWidth+"px",t.dom.elWrap.style.height=t.svgHeight+"px"}},{key:"shiftGraphPosition",value:function(){var t=this.w.globals,e=t.translateY,i={transform:"translate("+t.translateX+", "+e+")"};f.setAttrs(t.dom.elGraphical.node,i)}},{key:"coreCalculations",value:function(){new V(this.ctx).init()}},{key:"resetGlobals",value:function(){var t=this,e=this.w.globals;e.series=[],e.seriesCandleO=[],e.seriesCandleH=[],e.seriesCandleL=[],e.seriesCandleC=[],e.seriesRangeStart=[],e.seriesRangeEnd=[],e.seriesPercent=[],e.seriesX=[],e.seriesZ=[],e.seriesNames=[],e.seriesTotals=[],e.stackedSeriesTotals=[],e.labels=[],e.timelineLabels=[],e.noLabelsProvided=!1,e.timescaleTicks=[],e.resizeTimer=null,e.selectionResizeTimer=null,e.seriesXvalues=t.w.config.series.map(function(t){return[]}),e.seriesYvalues=t.w.config.series.map(function(t){return[]}),e.delayedElements=[],e.pointsArray=[],e.dataLabelsRects=[],e.isXNumeric=!1,e.isDataXYZ=!1,e.maxY=-Number.MAX_VALUE,e.minY=Number.MIN_VALUE,e.minYArr=[],e.maxYArr=[],e.maxX=-Number.MAX_VALUE,e.minX=Number.MAX_VALUE,e.initialmaxX=-Number.MAX_VALUE,e.initialminX=Number.MAX_VALUE,e.maxDate=0,e.minDate=Number.MAX_VALUE,e.minZ=Number.MAX_VALUE,e.maxZ=-Number.MAX_VALUE,e.minXDiff=Number.MAX_VALUE,e.yAxisScale=[],e.xAxisScale=null,e.xAxisTicksPositions=[],e.yLabelsCoords=[],e.yTitleCoords=[],e.xRange=0,e.yRange=[],e.zRange=0,e.dataPoints=0}},{key:"isMultipleY",value:function(){if(this.w.config.yaxis.constructor===Array&&this.w.config.yaxis.length>1)return this.w.config.chart.stacked=!1,this.w.globals.isMultipleYAxis=!0,!0}},{key:"excludeCollapsedSeriesInYAxis",value:function(){var t=this,e=this.w;e.globals.ignoreYAxisIndexes=e.globals.collapsedSeries.map(function(e,i){if(t.w.globals.isMultipleYAxis)return e.index})}},{key:"isMultiFormat",value:function(){return this.isFormatXY()||this.isFormat2DArray()}},{key:"isFormatXY",value:function(){var t=this.w.config.series.slice(),e=new G(this.ctx);if(this.activeSeriesIndex=e.getActiveConfigSeriesIndex(),void 0!==t[this.activeSeriesIndex].data&&t[this.activeSeriesIndex].data.length>0&&null!==t[this.activeSeriesIndex].data[0]&&void 0!==t[this.activeSeriesIndex].data[0].x&&null!==t[this.activeSeriesIndex].data[0])return!0}},{key:"isFormat2DArray",value:function(){var t=this.w.config.series.slice(),e=new G(this.ctx);if(this.activeSeriesIndex=e.getActiveConfigSeriesIndex(),void 0!==t[this.activeSeriesIndex].data&&t[this.activeSeriesIndex].data.length>0&&void 0!==t[this.activeSeriesIndex].data[0]&&null!==t[this.activeSeriesIndex].data[0]&&t[this.activeSeriesIndex].data[0].constructor===Array)return!0}},{key:"handleFormat2DArray",value:function(t,e){for(var i=this.w.config,s=this.w.globals,a=0;a<t[e].data.length;a++)if(void 0!==t[e].data[a][1]&&(Array.isArray(t[e].data[a][1])&&4===t[e].data[a][1].length?this.twoDSeries.push(d.parseNumber(t[e].data[a][1][3])):this.twoDSeries.push(d.parseNumber(t[e].data[a][1])),s.dataFormatXNumeric=!0),"datetime"===i.xaxis.type){var n=new Date(t[e].data[a][0]);n=new Date(n).getTime(),this.twoDSeriesX.push(n)}else this.twoDSeriesX.push(t[e].data[a][0]);for(var r=0;r<t[e].data.length;r++)void 0!==t[e].data[r][2]&&(this.threeDSeries.push(t[e].data[r][2]),s.isDataXYZ=!0)}},{key:"handleFormatXY",value:function(t,e){var i=this.w.config,s=this.w.globals,a=new m(this.ctx),n=e;s.collapsedSeriesIndices.indexOf(e)>-1&&(n=this.activeSeriesIndex);for(var r=0;r<t[e].data.length;r++)void 0!==t[e].data[r].y&&(Array.isArray(t[e].data[r].y)?this.twoDSeries.push(d.parseNumber(t[e].data[r].y[t[e].data[r].y.length-1])):this.twoDSeries.push(d.parseNumber(t[e].data[r].y)));for(var o=0;o<t[n].data.length;o++){var l="string"==typeof t[n].data[o].x,h=!!a.isValidDate(t[n].data[o].x.toString());l||h?l?"datetime"!==i.xaxis.type||s.isRangeData?(this.fallbackToCategory=!0,this.twoDSeriesX.push(t[n].data[o].x)):this.twoDSeriesX.push(a.parseDate(t[n].data[o].x)):"datetime"===i.xaxis.type?this.twoDSeriesX.push(a.parseDate(t[n].data[o].x.toString())):(s.dataFormatXNumeric=!0,s.isXNumeric=!0,this.twoDSeriesX.push(parseFloat(t[n].data[o].x))):(s.isXNumeric=!0,s.dataFormatXNumeric=!0,this.twoDSeriesX.push(t[n].data[o].x))}if(t[e].data[0]&&void 0!==t[e].data[0].z){for(var c=0;c<t[e].data.length;c++)this.threeDSeries.push(t[e].data[c].z);s.isDataXYZ=!0}}},{key:"handleRangeData",value:function(t,e){var i=this.w.globals,s={};return this.isFormat2DArray()?s=this.handleRangeDataFormat("array",t,e):this.isFormatXY()&&(s=this.handleRangeDataFormat("xy",t,e)),i.seriesRangeStart.push(s.start),i.seriesRangeEnd.push(s.end),s}},{key:"handleCandleStickData",value:function(t,e){var i=this.w.globals,s={};return this.isFormat2DArray()?s=this.handleCandleStickDataFormat("array",t,e):this.isFormatXY()&&(s=this.handleCandleStickDataFormat("xy",t,e)),i.seriesCandleO.push(s.o),i.seriesCandleH.push(s.h),i.seriesCandleL.push(s.l),i.seriesCandleC.push(s.c),s}},{key:"handleRangeDataFormat",value:function(t,e,i){var s=[],a=[],n="Please provide [Start, End] values in valid format. Read more https://apexcharts.com/docs/series/#rangecharts",r=new G(this.ctx).getActiveConfigSeriesIndex();if("array"===t){if(2!==e[r].data[0][1].length)throw new Error(n);for(var o=0;o<e[i].data.length;o++)s.push(e[i].data[o][1][0]),a.push(e[i].data[o][1][1])}else if("xy"===t){if(2!==e[r].data[0].y.length)throw new Error(n);for(var l=0;l<e[i].data.length;l++)s.push(e[i].data[l].y[0]),a.push(e[i].data[l].y[1])}return{start:s,end:a}}},{key:"handleCandleStickDataFormat",value:function(t,e,i){var s=[],a=[],n=[],r=[],o="Please provide [Open, High, Low and Close] values in valid format. Read more https://apexcharts.com/docs/series/#candlestick";if("array"===t){if(4!==e[i].data[0][1].length)throw new Error(o);for(var l=0;l<e[i].data.length;l++)s.push(e[i].data[l][1][0]),a.push(e[i].data[l][1][1]),n.push(e[i].data[l][1][2]),r.push(e[i].data[l][1][3])}else if("xy"===t){if(4!==e[i].data[0].y.length)throw new Error(o);for(var h=0;h<e[i].data.length;h++)s.push(e[i].data[h].y[0]),a.push(e[i].data[h].y[1]),n.push(e[i].data[h].y[2]),r.push(e[i].data[h].y[3])}return{o:s,h:a,l:n,c:r}}},{key:"parseDataAxisCharts",value:function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.ctx,i=this.w.config,s=this.w.globals,a=new m(e),n=0;n<t.length;n++){if(this.twoDSeries=[],this.twoDSeriesX=[],this.threeDSeries=[],void 0===t[n].data)return void console.error("It is a possibility that you may have not included 'data' property in series.");if("rangeBar"!==i.chart.type&&"rangeArea"!==i.chart.type&&"rangeBar"!==t[n].type&&"rangeArea"!==t[n].type||(s.isRangeData=!0,this.handleRangeData(t,n)),this.isMultiFormat())this.isFormat2DArray()?this.handleFormat2DArray(t,n):this.isFormatXY()&&this.handleFormatXY(t,n),"candlestick"!==i.chart.type&&"candlestick"!==t[n].type||this.handleCandleStickData(t,n),s.series.push(this.twoDSeries),s.labels.push(this.twoDSeriesX),s.seriesX.push(this.twoDSeriesX),this.fallbackToCategory||(s.isXNumeric=!0);else{if("datetime"===i.xaxis.type){s.isXNumeric=!0;for(var r=i.labels.length>0?i.labels.slice():i.xaxis.categories.slice(),o=0;o<r.length;o++)if("string"==typeof r[o]){if(!a.isValidDate(r[o]))throw new Error("You have provided invalid Date format. Please provide a valid JavaScript Date");this.twoDSeriesX.push(a.parseDate(r[o]))}s.seriesX.push(this.twoDSeriesX)}else if("numeric"===i.xaxis.type){s.isXNumeric=!0;var l=i.labels.length>0?i.labels.slice():i.xaxis.categories.slice();l.length>0&&(this.twoDSeriesX=l,s.seriesX.push(this.twoDSeriesX))}s.labels.push(this.twoDSeriesX);var h=t[n].data.map(function(t){return d.parseNumber(t)});s.series.push(h)}s.seriesZ.push(this.threeDSeries),void 0!==t[n].name?s.seriesNames.push(t[n].name):s.seriesNames.push("series-"+parseInt(n+1))}return this.w}},{key:"parseDataNonAxisCharts",value:function(t){var e=this.w.globals,i=this.w.config;e.series=t.slice(),e.seriesNames=i.labels.slice();for(var s=0;s<e.series.length;s++)void 0===e.seriesNames[s]&&e.seriesNames.push("series-"+(s+1));return this.w}},{key:"handleExternalLabelsData",value:function(t){var e=this.w.config,i=this.w.globals;if(e.xaxis.categories.length>0)i.labels=e.xaxis.categories;else if(e.labels.length>0)i.labels=e.labels.slice();else if(this.fallbackToCategory)i.labels=i.labels[0];else{var s=[];if(i.axisCharts){for(var a=0;a<i.series[i.maxValsInArrayIndex].length;a++)s.push(a+1);for(var n=0;n<t.length;n++)i.seriesX.push(s);i.isXNumeric=!0}if(0===s.length){s=[0,10];for(var r=0;r<t.length;r++)i.seriesX.push(s)}i.labels=s,i.noLabelsProvided=!0}}},{key:"parseData",value:function(t){var e=this.w,i=e.config,s=e.globals;if(this.excludeCollapsedSeriesInYAxis(),this.fallbackToCategory=!1,this.resetGlobals(),this.isMultipleY(),s.axisCharts?this.parseDataAxisCharts(t):this.parseDataNonAxisCharts(t),this.coreUtils.getLargestSeries(),"bar"===i.chart.type&&i.chart.stacked){var a=new G(this.ctx);s.series=a.setNullSeriesToZeroValues(s.series)}this.coreUtils.getSeriesTotals(),s.axisCharts&&this.coreUtils.getStackedSeriesTotals(),this.coreUtils.getPercentSeries(),s.dataFormatXNumeric||s.isXNumeric&&("numeric"!==i.xaxis.type||0!==i.labels.length||0!==i.xaxis.categories.length)||this.handleExternalLabelsData(t)}},{key:"xySettings",value:function(){var t=null,e=this.w;if(e.globals.axisCharts){if("back"===e.config.xaxis.crosshairs.position)new T(this.ctx).drawXCrosshairs();if("back"===e.config.yaxis[0].crosshairs.position)new T(this.ctx).drawYCrosshairs();if(t=this.coreUtils.getCalculatedRatios(),"datetime"===e.config.xaxis.type&&void 0===e.config.xaxis.labels.formatter){var i,s=new j(this.ctx);isFinite(e.globals.minX)&&isFinite(e.globals.maxX)&&!e.globals.isBarHorizontal?(i=s.calculateTimeScaleTicks(e.globals.minX,e.globals.maxX),s.recalcDimensionsBasedOnFormat(i,!1)):e.globals.isBarHorizontal&&(i=s.calculateTimeScaleTicks(e.globals.minY,e.globals.maxY),s.recalcDimensionsBasedOnFormat(i,!0))}}return t}},{key:"drawAxis",value:function(t,e){var i,s,a=this.w.globals,n=this.w.config,r=new H(this.ctx),o=new W(this.ctx);a.axisCharts&&"radar"!==t&&(a.isBarHorizontal?(s=o.drawYaxisInversed(0),i=r.drawXaxisInversed(0),a.dom.elGraphical.add(i),a.dom.elGraphical.add(s)):(i=r.drawXaxis(),a.dom.elGraphical.add(i),n.yaxis.map(function(t,e){-1===a.ignoreYAxisIndexes.indexOf(e)&&(s=o.drawYaxis(e),a.dom.Paper.add(s))})));n.yaxis.map(function(t,e){-1===a.ignoreYAxisIndexes.indexOf(e)&&o.yAxisTitleRotate(e,t.opposite)})}},{key:"setupBrushHandler",value:function(){var t=this,e=this.w;e.config.chart.brush.enabled&&("function"!=typeof e.config.chart.events.selection&&(e.config.chart.brush.targets||[e.config.chart.brush.target]).forEach(function(i){var s=ApexCharts.getChartByID(i);s.w.globals.brushSource=t.ctx;var a=function(){t.ctx._updateOptions({chart:{selection:{xaxis:{min:s.w.globals.minX,max:s.w.globals.maxX}}}},!1,!1)};"function"!=typeof s.w.config.chart.events.zoomed&&(s.w.config.chart.events.zoomed=function(){a()}),"function"!=typeof s.w.config.chart.events.scrolled&&(s.w.config.chart.events.scrolled=function(){a()}),e.config.chart.events.selection=function(t,i){var a=d.clone(e.config.yaxis);e.config.chart.brush.autoScaleYaxis&&(a=new B(s).autoScaleY(s,i));s._updateOptions({xaxis:{min:i.xaxis.min,max:i.xaxis.max},yaxis:a},!1,!1,!1)}}))}}]),t}();var q=setTimeout;function Z(){}function $(t){if(!(this instanceof $))throw new TypeError("Promises must be constructed via new");if("function"!=typeof t)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],it(t,this)}function J(t,e){for(;3===t._state;)t=t._value;0!==t._state?(t._handled=!0,$._immediateFn(function(){var i=1===t._state?e.onFulfilled:e.onRejected;if(null!==i){var s;try{s=i(t._value)}catch(t){return void K(e.promise,t)}Q(e.promise,s)}else(1===t._state?Q:K)(e.promise,t._value)})):t._deferreds.push(e)}function Q(t,e){try{if(e===t)throw new TypeError("A promise cannot be resolved with itself.");if(e&&("object"==typeof e||"function"==typeof e)){var i=e.then;if(e instanceof $)return t._state=3,t._value=e,void tt(t);if("function"==typeof i)return void it((s=i,a=e,function(){s.apply(a,arguments)}),t)}t._state=1,t._value=e,tt(t)}catch(e){K(t,e)}var s,a}function K(t,e){t._state=2,t._value=e,tt(t)}function tt(t){2===t._state&&0===t._deferreds.length&&$._immediateFn(function(){t._handled||$._unhandledRejectionFn(t._value)});for(var e=0,i=t._deferreds.length;e<i;e++)J(t,t._deferreds[e]);t._deferreds=null}function et(t,e,i){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof e?e:null,this.promise=i}function it(t,e){var i=!1;try{t(function(t){i||(i=!0,Q(e,t))},function(t){i||(i=!0,K(e,t))})}catch(t){if(i)return;i=!0,K(e,t)}}$.prototype.catch=function(t){return this.then(null,t)},$.prototype.then=function(t,e){var i=new this.constructor(Z);return J(this,new et(t,e,i)),i},$.prototype.finally=function(t){var e=this.constructor;return this.then(function(i){return e.resolve(t()).then(function(){return i})},function(i){return e.resolve(t()).then(function(){return e.reject(i)})})},$.all=function(t){return new $(function(e,i){if(!t||void 0===t.length)throw new TypeError("Promise.all accepts an array");var s=Array.prototype.slice.call(t);if(0===s.length)return e([]);var a=s.length;function n(t,r){try{if(r&&("object"==typeof r||"function"==typeof r)){var o=r.then;if("function"==typeof o)return void o.call(r,function(e){n(t,e)},i)}s[t]=r,0==--a&&e(s)}catch(t){i(t)}}for(var r=0;r<s.length;r++)n(r,s[r])})},$.resolve=function(t){return t&&"object"==typeof t&&t.constructor===$?t:new $(function(e){e(t)})},$.reject=function(t){return new $(function(e,i){i(t)})},$.race=function(t){return new $(function(e,i){for(var s=0,a=t.length;s<a;s++)t[s].then(e,i)})},$._immediateFn="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){q(t,0)},$._unhandledRejectionFn=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var st,at,nt=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"getSvgString",value:function(){return this.w.globals.dom.Paper.svg()}},{key:"cleanup",value:function(){var t=this.w,e=t.globals.dom.baseEl.querySelector(".apexcharts-xcrosshairs"),i=t.globals.dom.baseEl.querySelector(".apexcharts-ycrosshairs");e&&e.setAttribute("x",-500),i&&(i.setAttribute("y1",-100),i.setAttribute("y2",-100))}},{key:"svgUrl",value:function(){this.cleanup();var t=this.getSvgString(),e=new Blob([t],{type:"image/svg+xml;charset=utf-8"});return URL.createObjectURL(e)}},{key:"dataURI",value:function(){var t=this;return new $(function(e){var i=t.w;t.cleanup();var s=document.createElement("canvas");s.width=i.globals.svgWidth,s.height=i.globals.svgHeight;var a="transparent"===i.config.chart.background?"#fff":i.config.chart.background,n=s.getContext("2d");n.fillStyle=a,n.fillRect(0,0,s.width,s.height);var r=window.URL||window.webkitURL||window,o=new Image;o.crossOrigin="anonymous";var l=t.getSvgString(),h="data:image/svg+xml,"+encodeURIComponent(l);o.onload=function(){n.drawImage(o,0,0),r.revokeObjectURL(h);var t=s.toDataURL("image/png");e(t)},o.src=h})}},{key:"exportToSVG",value:function(){this.triggerDownload(this.svgUrl(),".svg")}},{key:"exportToPng",value:function(){var t=this;this.dataURI().then(function(e){t.triggerDownload(e,".png")})}},{key:"triggerDownload",value:function(t,e){var i=document.createElement("a");i.href=t,i.download=this.w.globals.chartID+e,document.body.appendChild(i),i.click(),document.body.removeChild(i)}}]),t}(),rt=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w;var s=this.w;this.anim=new g(this.ctx),this.xaxisLabels=s.globals.labels.slice(),this.animX=s.config.grid.xaxis.lines.animate&&s.config.chart.animations.enabled,this.animY=s.config.grid.yaxis.lines.animate&&s.config.chart.animations.enabled,s.globals.timelineLabels.length>0&&(this.xaxisLabels=s.globals.timelineLabels.slice())}return s(t,[{key:"drawGridArea",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=this.w,i=new f(this.ctx);null===t&&(t=i.group({class:"apexcharts-grid"}));var s=i.drawLine(e.globals.padHorizontal,1,e.globals.padHorizontal,e.globals.gridHeight,"transparent"),a=i.drawLine(e.globals.padHorizontal,e.globals.gridHeight,e.globals.gridWidth,e.globals.gridHeight,"transparent");return t.add(a),t.add(s),t}},{key:"drawGrid",value:function(){var t=this.w,e=new H(this.ctx),i=new W(this.ctx),s=this.w.globals,a=null;if(s.axisCharts){if(t.config.grid.show)a=this.renderGrid(),s.dom.elGraphical.add(a.el),this.drawGridArea(a.el);else{var n=this.drawGridArea();s.dom.elGraphical.add(n)}null!==a&&e.xAxisLabelCorrections(a.xAxisTickWidth),i.setYAxisTextAlignments()}}},{key:"createGridMask",value:function(){var t=this.w,e=t.globals,i=new f(this.ctx),s=Array.isArray(t.config.stroke.width)?0:t.config.stroke.width;if(Array.isArray(t.config.stroke.width)){var a=0;t.config.stroke.width.forEach(function(t){a=Math.max(a,t)}),s=a}e.dom.elGridRectMask=document.createElementNS(e.SVGNS,"clipPath"),e.dom.elGridRectMask.setAttribute("id","gridRectMask".concat(e.cuid)),e.dom.elGridRectMarkerMask=document.createElementNS(e.SVGNS,"clipPath"),e.dom.elGridRectMarkerMask.setAttribute("id","gridRectMarkerMask".concat(e.cuid)),e.dom.elGridRect=i.drawRect(-s/2,-s/2,e.gridWidth+s,e.gridHeight+s,0,"#fff"),new y(this).getLargestMarkerSize();var n=t.globals.markers.largestSize+1;e.dom.elGridRectMarker=i.drawRect(-n,-n,e.gridWidth+2*n,e.gridHeight+2*n,0,"#fff"),e.dom.elGridRectMask.appendChild(e.dom.elGridRect.node),e.dom.elGridRectMarkerMask.appendChild(e.dom.elGridRectMarker.node);var r=e.dom.baseEl.querySelector("defs");r.appendChild(e.dom.elGridRectMask),r.appendChild(e.dom.elGridRectMarkerMask)}},{key:"renderGrid",value:function(){var t=this.w,e=new f(this.ctx),i=t.config.grid.strokeDashArray,s=e.group({class:"apexcharts-grid"}),a=e.group({class:"apexcharts-gridlines-horizontal"}),n=e.group({class:"apexcharts-gridlines-vertical"});s.add(a),s.add(n);for(var r,o=8,l=0;l<t.globals.series.length&&(void 0!==t.globals.yAxisScale[l]&&(o=t.globals.yAxisScale[l].result.length-1),!(o>2));l++);if(t.globals.isBarHorizontal){if(r=o,t.config.grid.xaxis.lines.show||t.config.xaxis.axisTicks.show)for(var h,c=t.globals.padHorizontal,d=t.globals.gridHeight,u=0;u<r+1&&(h=c=c+t.globals.gridWidth/r+.3,u!==r-1);u++){if(t.config.grid.xaxis.lines.show){var g=e.drawLine(c,0,h,d,t.config.grid.borderColor,i);g.node.classList.add("apexcharts-gridline"),n.add(g),this.animX&&this.animateLine(g,{x1:0,x2:0},{x1:c,x2:h})}new H(this.ctx).drawXaxisTicks(c,s)}if(t.config.grid.yaxis.lines.show)for(var p=0,x=0,b=t.globals.gridWidth,m=0;m<t.globals.dataPoints+1;m++){var v=e.drawLine(0,p,b,x,t.config.grid.borderColor,i);a.add(v),v.node.classList.add("apexcharts-gridline"),this.animY&&this.animateLine(v,{y1:p+20,y2:x+20},{y1:p,y2:x}),x=p+=t.globals.gridHeight/t.globals.dataPoints}}else{if(r=this.xaxisLabels.length,t.config.grid.xaxis.lines.show||t.config.xaxis.axisTicks.show){var y,w=t.globals.padHorizontal,k=t.globals.gridHeight;if(t.globals.timelineLabels.length>0)for(var A=0;A<r;A++){if(w=this.xaxisLabels[A].position,y=this.xaxisLabels[A].position,t.config.grid.xaxis.lines.show&&w>0&&w<t.globals.gridWidth){var S=e.drawLine(w,0,y,k,t.config.grid.borderColor,i);S.node.classList.add("apexcharts-gridline"),n.add(S),this.animX&&this.animateLine(S,{x1:0,x2:0},{x1:w,x2:y})}var C=new H(this.ctx);A===r-1&&t.globals.skipLastTimelinelabel||C.drawXaxisTicks(w,s)}else for(var L=r,z=0;z<L;z++){var P=L;if(t.globals.isXNumeric&&"bar"!==t.config.chart.type&&(P-=1),y=w+=t.globals.gridWidth/P,z===P-1)break;if(t.config.grid.xaxis.lines.show){var M=e.drawLine(w,0,y,k,t.config.grid.borderColor,i);M.node.classList.add("apexcharts-gridline"),n.add(M),this.animX&&this.animateLine(M,{x1:0,x2:0},{x1:w,x2:y})}new H(this.ctx).drawXaxisTicks(w,s)}}if(t.config.grid.yaxis.lines.show)for(var E=0,T=0,X=t.globals.gridWidth,I=0;I<o+1;I++){var Y=e.drawLine(0,E,X,T,t.config.grid.borderColor,i);a.add(Y),Y.node.classList.add("apexcharts-gridline"),this.animY&&this.animateLine(Y,{y1:E+20,y2:T+20},{y1:E,y2:T}),T=E+=t.globals.gridHeight/o}}return this.drawGridBands(s,r,o),{el:s,xAxisTickWidth:t.globals.gridWidth/r}}},{key:"drawGridBands",value:function(t,e,i){var s=this.w,a=new f(this.ctx);if(void 0!==s.config.grid.row.colors&&s.config.grid.row.colors.length>0)for(var n=0,r=s.globals.gridHeight/i,o=s.globals.gridWidth,l=0,h=0;l<i;l++,h++){h>=s.config.grid.row.colors.length&&(h=0);var c=s.config.grid.row.colors[h],d=a.drawRect(0,n,o,r,0,c,s.config.grid.row.opacity);t.add(d),d.node.classList.add("apexcharts-gridRow"),n+=s.globals.gridHeight/i}if(void 0!==s.config.grid.column.colors&&s.config.grid.column.colors.length>0)for(var u=s.globals.padHorizontal,g=s.globals.padHorizontal+s.globals.gridWidth/e,p=s.globals.gridHeight,x=0,b=0;x<e;x++,b++){b>=s.config.grid.column.colors.length&&(b=0);var m=s.config.grid.column.colors[b],v=a.drawRect(u,0,g,p,0,m,s.config.grid.column.opacity);v.node.classList.add("apexcharts-gridColumn"),t.add(v),u+=s.globals.gridWidth/e}}},{key:"animateLine",value:function(t,e,i){var s=this.w,a=s.config.chart.animations;if(a&&!s.globals.resized&&!s.globals.dataChanged){var n=a.speed;this.anim.animateLine(t,e,i,n)}}}]),t}(),ot=function(){function t(i,s){e(this,t),this.ctx=i,this.w=i.w,this.onLegendClick=this.onLegendClick.bind(this),this.onLegendHovered=this.onLegendHovered.bind(this)}return s(t,[{key:"init",value:function(){var t=this.w,e=t.globals,i=t.config;if((i.legend.showForSingleSeries&&1===e.series.length||e.series.length>1||!e.axisCharts)&&i.legend.show){for(;e.dom.elLegendWrap.firstChild;)e.dom.elLegendWrap.removeChild(e.dom.elLegendWrap.firstChild);this.drawLegends(),d.isIE11()?document.getElementsByTagName("head")[0].appendChild(this.getLegendStyles()):this.appendToForeignObject(),"bottom"===i.legend.position||"top"===i.legend.position?this.legendAlignHorizontal():"right"!==i.legend.position&&"left"!==i.legend.position||this.legendAlignVertical()}}},{key:"appendToForeignObject",value:function(){var t=this.w.globals,e=document.createElementNS(t.SVGNS,"foreignObject");e.setAttribute("x",0),e.setAttribute("y",0),e.setAttribute("width",t.svgWidth),e.setAttribute("height",t.svgHeight),t.dom.elLegendWrap.setAttribute("xmlns","http://www.w3.org/1999/xhtml"),e.appendChild(t.dom.elLegendWrap),e.appendChild(this.getLegendStyles()),t.dom.Paper.node.insertBefore(e,t.dom.elGraphical.node)}},{key:"drawLegends",value:function(){var t=this.w,e=t.config.legend.fontFamily,i=t.globals.seriesNames,s=t.globals.colors.slice();if("heatmap"===t.config.chart.type){var a=t.config.plotOptions.heatmap.colorScale.ranges;i=a.map(function(t){return t.name?t.name:t.from+" - "+t.to}),s=a.map(function(t){return t.color})}for(var n=t.globals.legendFormatter,r=0;r<=i.length-1;r++){var o=n(i[r],{seriesIndex:r,w:t}),l=!1,h=!1;if(t.globals.collapsedSeries.length>0)for(var c=0;c<t.globals.collapsedSeries.length;c++)t.globals.collapsedSeries[c].index===r&&(l=!0);if(t.globals.ancillaryCollapsedSeriesIndices.length>0)for(var d=0;d<t.globals.ancillaryCollapsedSeriesIndices.length;d++)t.globals.ancillaryCollapsedSeriesIndices[d]===r&&(h=!0);var u=document.createElement("span");u.classList.add("apexcharts-legend-marker");var g=t.config.legend.markers.offsetX,p=t.config.legend.markers.offsetY,x=t.config.legend.markers.height,b=t.config.legend.markers.width,m=t.config.legend.markers.strokeWidth,v=t.config.legend.markers.strokeColor,w=t.config.legend.markers.radius,k=u.style;k.background=s[r],k.color=s[r],k.height=Array.isArray(x)?parseFloat(x[r])+"px":parseFloat(x)+"px",k.width=Array.isArray(b)?parseFloat(b[r])+"px":parseFloat(b)+"px",k.left=Array.isArray(g)?g[r]:g,k.top=Array.isArray(p)?p[r]:p,k.borderWidth=Array.isArray(m)?m[r]:m,k.borderColor=Array.isArray(v)?v[r]:v,k.borderRadius=Array.isArray(w)?parseFloat(w[r])+"px":parseFloat(w)+"px",t.config.legend.markers.customHTML&&(Array.isArray(t.config.legend.markers.customHTML)?u.innerHTML=t.config.legend.markers.customHTML[r]():u.innerHTML=t.config.legend.markers.customHTML()),f.setAttrs(u,{rel:r+1,"data:collapsed":l||h}),(l||h)&&u.classList.add("inactive-legend");var A=document.createElement("div"),S=document.createElement("span");S.classList.add("apexcharts-legend-text"),S.innerHTML=o;var C=t.config.legend.labels.useSeriesColors?t.globals.colors[r]:t.config.legend.labels.colors;C||(C=t.config.chart.foreColor),S.style.color=C,S.style.fontSize=parseFloat(t.config.legend.fontSize)+"px",S.style.fontFamily=e||t.config.chart.fontFamily,f.setAttrs(S,{rel:r+1,"data:collapsed":l||h}),A.appendChild(u),A.appendChild(S);var L=new y(this.ctx);if(!t.config.legend.showForZeroSeries)0===L.getSeriesTotalByIndex(r)&&L.seriesHaveSameValues(r)&&!L.isSeriesNull(r)&&-1===t.globals.collapsedSeriesIndices.indexOf(r)&&-1===t.globals.ancillaryCollapsedSeriesIndices.indexOf(r)&&A.classList.add("apexcharts-hidden-zero-series");t.config.legend.showForNullSeries||L.isSeriesNull(r)&&-1===t.globals.collapsedSeriesIndices.indexOf(r)&&-1===t.globals.ancillaryCollapsedSeriesIndices.indexOf(r)&&A.classList.add("apexcharts-hidden-null-series"),t.globals.dom.elLegendWrap.appendChild(A),t.globals.dom.elLegendWrap.classList.add(t.config.legend.horizontalAlign),t.globals.dom.elLegendWrap.classList.add("position-"+t.config.legend.position),A.classList.add("apexcharts-legend-series"),A.style.margin="".concat(t.config.legend.itemMargin.horizontal,"px ").concat(t.config.legend.itemMargin.vertical,"px"),t.globals.dom.elLegendWrap.style.width=t.config.legend.width?t.config.legend.width+"px":"",t.globals.dom.elLegendWrap.style.height=t.config.legend.height?t.config.legend.height+"px":"",f.setAttrs(A,{rel:r+1,"data:collapsed":l||h}),(l||h)&&A.classList.add("inactive-legend"),t.config.legend.onItemClick.toggleDataSeries||A.classList.add("no-click")}"heatmap"!==t.config.chart.type&&t.config.legend.onItemClick.toggleDataSeries&&t.globals.dom.elWrap.addEventListener("click",this.onLegendClick,!0),t.config.legend.onItemHover.highlightDataSeries&&(t.globals.dom.elWrap.addEventListener("mousemove",this.onLegendHovered,!0),t.globals.dom.elWrap.addEventListener("mouseout",this.onLegendHovered,!0))}},{key:"getLegendBBox",value:function(){var t=this.w.globals.dom.baseEl.querySelector(".apexcharts-legend").getBoundingClientRect(),e=t.width;return{clwh:t.height,clww:e}}},{key:"setLegendWrapXY",value:function(t,e){var i=this.w,s=i.globals.dom.baseEl.querySelector(".apexcharts-legend"),a=s.getBoundingClientRect(),n=0,r=0;if("bottom"===i.config.legend.position)r+=i.globals.svgHeight-a.height/2;else if("top"===i.config.legend.position){var o=new _(this.ctx),l=o.getTitleSubtitleCoords("title").height,h=o.getTitleSubtitleCoords("subtitle").height;r=r+(l>0?l-10:0)+(h>0?h-10:0)}s.style.position="absolute",n=n+t+i.config.legend.offsetX,r=r+e+i.config.legend.offsetY,s.style.left=n+"px",s.style.top=r+"px","bottom"===i.config.legend.position?(s.style.top="auto",s.style.bottom=10+i.config.legend.offsetY+"px"):"right"===i.config.legend.position&&(s.style.left="auto",s.style.right=25+i.config.legend.offsetX+"px"),s.style.width&&(s.style.width=parseInt(i.config.legend.width)+"px"),s.style.height&&(s.style.height=parseInt(i.config.legend.height)+"px")}},{key:"legendAlignHorizontal",value:function(){var t=this.w;t.globals.dom.baseEl.querySelector(".apexcharts-legend").style.right=0;var e=this.getLegendBBox(),i=new _(this.ctx),s=i.getTitleSubtitleCoords("title"),a=i.getTitleSubtitleCoords("subtitle"),n=0;"bottom"===t.config.legend.position?n=-e.clwh/1.8:"top"===t.config.legend.position&&(n=s.height+a.height+t.config.title.margin+t.config.subtitle.margin-15),this.setLegendWrapXY(20,n)}},{key:"legendAlignVertical",value:function(){var t=this.w,e=this.getLegendBBox(),i=0;"left"===t.config.legend.position&&(i=20),"right"===t.config.legend.position&&(i=t.globals.svgWidth-e.clww-10),this.setLegendWrapXY(i,20)}},{key:"onLegendHovered",value:function(t){var e=this.w,i=t.target.classList.contains("apexcharts-legend-text")||t.target.classList.contains("apexcharts-legend-marker");if("heatmap"!==e.config.chart.type)!t.target.classList.contains("inactive-legend")&&i&&new G(this.ctx).toggleSeriesOnHover(t,t.target);else if(i){var s=parseInt(t.target.getAttribute("rel"))-1;this.ctx.fireEvent("legendHover",[this.ctx,s,this.w]),new G(this.ctx).highlightRangeInSeries(t,t.target)}}},{key:"onLegendClick",value:function(t){if(t.target.classList.contains("apexcharts-legend-text")||t.target.classList.contains("apexcharts-legend-marker")){var e=parseInt(t.target.getAttribute("rel"))-1,i="true"===t.target.getAttribute("data:collapsed"),s=this.w.config.chart.events.legendClick;"function"==typeof s&&s(this.ctx,e,this.w),this.ctx.fireEvent("legendClick",[this.ctx,e,this.w]);var a=this.w.config.legend.markers.onClick;"function"==typeof a&&t.target.classList.contains("apexcharts-legend-marker")&&(a(this.ctx,e,this.w),this.ctx.fireEvent("legendMarkerClick",[this.ctx,e,this.w])),this.toggleDataSeries(e,i)}}},{key:"getLegendStyles",value:function(){var t=document.createElement("style");t.setAttribute("type","text/css");var e=document.createTextNode("\n    \n      .apexcharts-legend {\n        display: flex;\n        overflow: auto;\n        padding: 0 10px;\n      }\n\n      .apexcharts-legend.position-bottom, .apexcharts-legend.position-top {\n        flex-wrap: wrap\n      }\n      .apexcharts-legend.position-right, .apexcharts-legend.position-left {\n        flex-direction: column;\n        bottom: 0;\n      }\n\n      .apexcharts-legend.position-bottom.left, .apexcharts-legend.position-top.left, .apexcharts-legend.position-right, .apexcharts-legend.position-left {\n        justify-content: flex-start;\n      }\n\n      .apexcharts-legend.position-bottom.center, .apexcharts-legend.position-top.center {\n        justify-content: center;  \n      }\n\n      .apexcharts-legend.position-bottom.right, .apexcharts-legend.position-top.right {\n        justify-content: flex-end;\n      }\n\n      .apexcharts-legend-series {\n        cursor: pointer;\n        line-height: normal;\n      }\n\n      .apexcharts-legend.position-bottom .apexcharts-legend-series, .apexcharts-legend.position-top .apexcharts-legend-series{\n        display: flex;\n        align-items: center;\n      }\n\n      .apexcharts-legend-text {\n        position: relative;\n        font-size: 14px;\n      }\n\n      .apexcharts-legend-text *, .apexcharts-legend-marker * {\n        pointer-events: none;\n      }\n\n      .apexcharts-legend-marker {\n        position: relative;\n        display: inline-block;\n        cursor: pointer;\n        margin-right: 3px;\n      }\n      \n      .apexcharts-legend.right .apexcharts-legend-series, .apexcharts-legend.left .apexcharts-legend-series{\n        display: inline-block;\n      }\n\n      .apexcharts-legend-series.no-click {\n        cursor: auto;\n      }\n\n      .apexcharts-legend .apexcharts-hidden-zero-series, .apexcharts-legend .apexcharts-hidden-null-series {\n        display: none !important;\n      }\n\n      .inactive-legend {\n        opacity: 0.45;\n      }");return t.appendChild(e),t}},{key:"resetToggleDataSeries",value:function(){var t=this.w,e=null,i=[];if(t.globals.axisCharts?(e=t.globals.dom.baseEl.querySelectorAll(".apexcharts-series[data\\:realIndex]"),(e=d.listToArray(e)).forEach(function(t){i.push(parseInt(t.getAttribute("data:realIndex")))})):(e=t.globals.dom.baseEl.querySelectorAll(".apexcharts-series[rel]"),(e=d.listToArray(e)).forEach(function(t){i.push(parseInt(t.getAttribute("rel"))-1)})),i.sort(),t.globals.collapsedSeries.length>0){for(var s=t.globals.risingSeries.slice(),a=t.config.series.slice(),n=0;n<t.globals.collapsedSeries.length;n++){var r=i.indexOf(t.globals.collapsedSeries[n].index);-1!==r&&(t.globals.axisCharts?a[r].data=t.globals.collapsedSeries.slice()[n].data.slice():a[r]=t.globals.collapsedSeries.slice()[n].data,s.push(r))}t.globals.collapsedSeries=[],t.globals.ancillaryCollapsedSeries=[],t.globals.collapsedSeriesIndices=[],t.globals.ancillaryCollapsedSeriesIndices=[],t.globals.risingSeries=s,t.config.series=a,this.ctx._updateSeries(t.config.series,t.config.chart.animations.dynamicAnimation.enabled)}}},{key:"toggleDataSeries",value:function(t,e){var i=this.w;if(i.globals.axisCharts||"radialBar"===i.config.chart.type){i.globals.resized=!0;var s=null,a=null;if(i.globals.risingSeries=[],i.globals.axisCharts?(s=i.globals.dom.baseEl.querySelector(".apexcharts-series[data\\:realIndex='".concat(t,"']")),a=parseInt(s.getAttribute("data:realIndex"))):(s=i.globals.dom.baseEl.querySelector(".apexcharts-series[rel='".concat(t+1,"']")),a=parseInt(s.getAttribute("rel"))-1),e)this.riseCollapsedSeries(i.globals.collapsedSeries,i.globals.collapsedSeriesIndices,a),this.riseCollapsedSeries(i.globals.ancillaryCollapsedSeries,i.globals.ancillaryCollapsedSeriesIndices,a);else{if(i.globals.axisCharts){var n=!1;if(i.config.yaxis[a]&&i.config.yaxis[a].show&&i.config.yaxis[a].showAlways&&(n=!0,i.globals.ancillaryCollapsedSeriesIndices.indexOf(a)<0&&(i.globals.ancillaryCollapsedSeries.push({index:a,data:i.config.series[a].data.slice(),type:s.parentNode.className.baseVal.split("-")[1]}),i.globals.ancillaryCollapsedSeriesIndices.push(a))),!n){i.globals.collapsedSeries.push({index:a,data:i.config.series[a].data.slice(),type:s.parentNode.className.baseVal.split("-")[1]}),i.globals.collapsedSeriesIndices.push(a);var r=i.globals.risingSeries.indexOf(a);i.globals.risingSeries.splice(r,1)}i.config.series[a].data=[]}else i.globals.collapsedSeries.push({index:a,data:i.config.series[a]}),i.globals.collapsedSeriesIndices.push(a),i.config.series[a]=0;for(var o=s.childNodes,l=0;l<o.length;l++)o[l].classList.contains("apexcharts-series-markers-wrap")&&(o[l].classList.contains("apexcharts-hide")?o[l].classList.remove("apexcharts-hide"):o[l].classList.add("apexcharts-hide"));i.globals.allSeriesCollapsed=i.globals.collapsedSeries.length===i.globals.series.length,this.ctx._updateSeries(i.config.series,i.config.chart.animations.dynamicAnimation.enabled)}}else{var h=i.globals.dom.Paper.select(" .apexcharts-series[rel='".concat(t+1,"'] path")),c=i.config.chart.type;if("pie"===c||"donut"===c){var d=i.config.plotOptions.pie.donut.labels,u=new f(this.ctx),g=new I(this.ctx);u.pathMouseDown(h.members[0],null),g.printDataLabelsInner(h.members[0].node,d)}h.fire("click")}}},{key:"riseCollapsedSeries",value:function(t,e,i){var s=this.w;if(t.length>0)for(var a=0;a<t.length;a++)t[a].index===i&&(s.globals.axisCharts?(s.config.series[i].data=t[a].data.slice(),t.splice(a,1),e.splice(a,1),s.globals.risingSeries.push(i)):(s.config.series[i]=t[a].data,t.splice(a,1),e.splice(a,1),s.globals.risingSeries.push(i)),this.ctx._updateSeries(s.config.series,s.config.chart.animations.dynamicAnimation.enabled))}}]),t}(),lt=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"checkResponsiveConfig",value:function(t){var e=this,i=this.w,s=i.config;if(0!==s.responsive.length){var a=s.responsive.slice();a.sort(function(t,e){return t.breakpoint>e.breakpoint?1:e.breakpoint>t.breakpoint?-1:0}).reverse();var n=new w({}),r=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},s=a[0].breakpoint,r=window.innerWidth>0?window.innerWidth:screen.width;if(r>s){var o=y.extendArrayProps(n,i.globals.initialConfig);t=d.extend(o,t),t=d.extend(i.config,t),e.overrideResponsiveOptions(t)}else for(var l=0;l<a.length;l++)r<a[l].breakpoint&&(t=y.extendArrayProps(n,a[l].options),t=d.extend(i.config,t),e.overrideResponsiveOptions(t))};if(t){var o=y.extendArrayProps(n,t);o=d.extend(i.config,o),r(o=d.extend(o,t))}else r({})}}},{key:"overrideResponsiveOptions",value:function(t){var e=new w(t).init();this.w.config=e}}]),t}(),ht=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.colors=[]}return s(t,[{key:"init",value:function(){this.setDefaultColors()}},{key:"setDefaultColors",value:function(){var t=this.w,e=new d;if(t.globals.dom.elWrap.classList.add(t.config.theme.mode),void 0===t.config.colors?t.globals.colors=this.predefined():t.globals.colors=t.config.colors,t.config.theme.monochrome.enabled){var i=[],s=t.globals.series.length;t.config.plotOptions.bar.distributed&&"bar"===t.config.chart.type&&(s=t.globals.series[0].length*t.globals.series.length);for(var a=t.config.theme.monochrome.color,n=1/(s/t.config.theme.monochrome.shadeIntensity),r=t.config.theme.monochrome.shadeTo,o=0,l=0;l<s;l++){var h=void 0;"dark"===r?(h=e.shadeColor(-1*o,a),o+=n):(h=e.shadeColor(o,a),o+=n),i.push(h)}t.globals.colors=i.slice()}var c=t.globals.colors.slice();this.pushExtraColors(t.globals.colors),void 0===t.config.stroke.colors?t.globals.stroke.colors=c:t.globals.stroke.colors=t.config.stroke.colors,this.pushExtraColors(t.globals.stroke.colors),void 0===t.config.fill.colors?t.globals.fill.colors=c:t.globals.fill.colors=t.config.fill.colors,this.pushExtraColors(t.globals.fill.colors),void 0===t.config.dataLabels.style.colors?t.globals.dataLabels.style.colors=c:t.globals.dataLabels.style.colors=t.config.dataLabels.style.colors,this.pushExtraColors(t.globals.dataLabels.style.colors,50),void 0===t.config.plotOptions.radar.polygons.fill.colors?t.globals.radarPolygons.fill.colors=["dark"===t.config.theme.mode?"#202D48":"#fff"]:t.globals.radarPolygons.fill.colors=t.config.plotOptions.radar.polygons.fill.colors,this.pushExtraColors(t.globals.radarPolygons.fill.colors,20),void 0===t.config.markers.colors?t.globals.markers.colors=c:t.globals.markers.colors=t.config.markers.colors,this.pushExtraColors(t.globals.markers.colors)}},{key:"pushExtraColors",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,s=this.w,a=e||s.globals.series.length;if(null===i&&(i="bar"===s.config.chart.type&&s.config.plotOptions.bar.distributed||"heatmap"===s.config.chart.type&&s.config.plotOptions.heatmap.colorScale.inverse),i&&(a=s.globals.series[0].length*s.globals.series.length),t.length<a)for(var n=a-t.length,r=0;r<n;r++)t.push(t[r])}},{key:"updateThemeOptions",value:function(t){t.chart=t.chart||{},t.tooltip=t.tooltip||{};var e=t.theme.mode||"light",i=t.theme.palette?t.theme.palette:"dark"===e?"palette4":"palette1",s=t.chart.foreColor?t.chart.foreColor:"dark"===e?"#f6f7f8":"#373d3f";return t.tooltip.theme=e,t.chart.foreColor=s,t.theme.palette=i,t}},{key:"predefined",value:function(){switch(this.w.config.theme.palette){case"palette1":this.colors=["#008FFB","#00E396","#FEB019","#FF4560","#775DD0"];break;case"palette2":this.colors=["#3f51b5","#03a9f4","#4caf50","#f9ce1d","#FF9800"];break;case"palette3":this.colors=["#33b2df","#546E7A","#d4526e","#13d8aa","#A5978B"];break;case"palette4":this.colors=["#4ecdc4","#c7f464","#81D4FA","#fd6a6a","#546E7A"];break;case"palette5":this.colors=["#2b908f","#f9a3a4","#90ee7e","#fa4443","#69d2e7"];break;case"palette6":this.colors=["#449DD1","#F86624","#EA3546","#662E9B","#C5D86D"];break;case"palette7":this.colors=["#D7263D","#1B998B","#2E294E","#F46036","#E2C044"];break;case"palette8":this.colors=["#662E9B","#F86624","#F9C80E","#EA3546","#43BCCD"];break;case"palette9":this.colors=["#5C4742","#A5978B","#8D5B4C","#5A2A27","#C4BBAF"];break;case"palette10":this.colors=["#A300D6","#7D02EB","#5653FE","#2983FF","#00B1F2"];break;default:this.colors=["#008FFB","#00E396","#FEB019","#FF4560","#775DD0"]}return this.colors}}]),t}(),ct=function(){function t(i){e(this,t),this.w=i.w,this.ttCtx=i,this.ctx=i.ctx}return s(t,[{key:"getNearestValues",value:function(t){var e=t.hoverArea,i=t.elGrid,s=t.clientX,a=t.clientY,n=t.hasBars,r=this.w,o=r.globals.gridWidth,l=o/(r.globals.dataPoints-1),h=i.getBoundingClientRect();(n&&r.globals.comboCharts||n)&&(l=o/r.globals.dataPoints);var c=s-h.left,d=a-h.top;c<0||d<0||c>r.globals.gridWidth||d>r.globals.gridHeight?(e.classList.remove("hovering-zoom"),e.classList.remove("hovering-pan")):r.globals.zoomEnabled?(e.classList.remove("hovering-pan"),e.classList.add("hovering-zoom")):r.globals.panEnabled&&(e.classList.remove("hovering-zoom"),e.classList.add("hovering-pan"));var u=Math.round(c/l);n&&(u=Math.ceil(c/l),u-=1);for(var g,f=null,p=null,x=[],b=0;b<r.globals.seriesXvalues.length;b++)x.push([r.globals.seriesXvalues[b][0]-1e-6].concat(r.globals.seriesXvalues[b]));return x=x.map(function(t){return t.filter(function(t){return t})}),g=r.globals.seriesYvalues.map(function(t){return t.filter(function(t){return t})}),r.globals.isXNumeric&&(f=(p=this.closestInMultiArray(c,d,x,g)).index,u=p.j,null!==f&&(x=r.globals.seriesXvalues[f],u=(p=this.closestInArray(c,x)).index)),(!u||u<1)&&(u=0),{capturedSeries:f,j:u,hoverX:c,hoverY:d}}},{key:"closestInMultiArray",value:function(t,e,i,s){var a=this.w,n=0,r=null,o=-1;a.globals.series.length>1?n=this.getFirstActiveXArray(i):r=0;var l=s[n][0],h=i[n][0],c=Math.abs(t-h),d=Math.abs(e-l),u=d+c;return s.map(function(a,n){a.map(function(a,l){var h=Math.abs(e-s[n][l]),g=Math.abs(t-i[n][l]),f=g+h;f<u&&(u=f,c=g,d=h,r=n,o=l)})}),{index:r,j:o}}},{key:"getFirstActiveXArray",value:function(t){for(var e=0,i=new y(this.ctx),s=t.map(function(t,e){return t.length>0?e:-1}),a=0;a<s.length;a++){var n=i.getSeriesTotalByIndex(a);if(-1!==s[a]&&0!==n&&!i.seriesHaveSameValues(a)){e=s[a];break}}return e}},{key:"closestInArray",value:function(t,e){for(var i=e[0],s=null,a=Math.abs(t-i),n=0;n<e.length;n++){var r=Math.abs(t-e[n]);r<a&&(a=r,i=e[n],s=n)}return{index:s}}},{key:"isXoverlap",value:function(t){var e=[],i=this.w.globals.seriesX.filter(function(t){return void 0!==t[0]});if(i.length>0)for(var s=0;s<i.length-1;s++)void 0!==i[s][t]&&void 0!==i[s+1][t]&&i[s][t]!==i[s+1][t]&&e.push("unEqual");return 0===e.length}},{key:"isinitialSeriesSameLen",value:function(){for(var t=!0,e=this.w.globals.initialSeries,i=0;i<e.length-1;i++)if(e[i].data.length!==e[i+1].data.length){t=!1;break}return t}},{key:"getBarsHeight",value:function(t){return c(t).reduce(function(t,e){return t+e.getBBox().height},0)}},{key:"toggleAllTooltipSeriesGroups",value:function(t){var e=this.w,i=this.ttCtx;0===i.allTooltipSeriesGroups.length&&(i.allTooltipSeriesGroups=e.globals.dom.baseEl.querySelectorAll(".apexcharts-tooltip-series-group"));for(var s=i.allTooltipSeriesGroups,a=0;a<s.length;a++)"enable"===t?(s[a].classList.add("active"),s[a].style.display=e.config.tooltip.items.display):(s[a].classList.remove("active"),s[a].style.display="none")}}]),t}(),dt=function(){function t(i){e(this,t),this.w=i.w,this.ctx=i.ctx,this.ttCtx=i,this.tooltipUtil=new ct(i)}return s(t,[{key:"drawSeriesTexts",value:function(t){var e=t.shared,i=void 0===e||e,s=t.ttItems,a=t.i,n=void 0===a?0:a,r=t.j,o=void 0===r?null:r;void 0!==this.w.config.tooltip.custom?this.handleCustomTooltip({i:n,j:o}):this.toggleActiveInactiveSeries(i);var l=this.getValuesToPrint({i:n,j:o});this.printLabels({i:n,j:o,values:l,ttItems:s,shared:i});var h=this.ttCtx.getElTooltip();this.ttCtx.tooltipRect.ttWidth=h.getBoundingClientRect().width,this.ttCtx.tooltipRect.ttHeight=h.getBoundingClientRect().height}},{key:"printLabels",value:function(t){var e,i=t.i,s=t.j,a=t.values,n=t.ttItems,r=t.shared,o=this.w,l=a.xVal,h=a.zVal,c=a.xAxisTTVal,d="",u=o.globals.colors[i];null!==s&&o.config.plotOptions.bar.distributed&&(u=o.globals.colors[s]);for(var g=0,f=o.globals.series.length-1;g<o.globals.series.length;g++,f--){var p=this.getFormatters(i);if(d=this.getSeriesName({fn:p.yLbTitleFormatter,index:i,seriesIndex:i,j:s}),r){var x=o.config.tooltip.inverseOrder?f:g;p=this.getFormatters(x),d=this.getSeriesName({fn:p.yLbTitleFormatter,index:x,seriesIndex:i,j:s}),u=o.globals.colors[x],e=p.yLbFormatter(o.globals.series[x][s],{series:o.globals.series,seriesIndex:x,dataPointIndex:s,w:o}),(this.ttCtx.hasBars()&&o.config.chart.stacked&&0===o.globals.series[x][s]||void 0===o.globals.series[x][s])&&(e=void 0)}else e=p.yLbFormatter(o.globals.series[i][s],{series:o.globals.series,seriesIndex:i,dataPointIndex:s,w:o});null===s&&(e=p.yLbFormatter(o.globals.series[i],o)),this.DOMHandling({t:g,ttItems:n,values:{val:e,xVal:l,xAxisTTVal:c,zVal:h},seriesName:d,shared:r,pColor:u})}}},{key:"getFormatters",value:function(t){var e,i=this.w,s=i.globals.yLabelFormatters[t];return void 0!==i.globals.ttVal?Array.isArray(i.globals.ttVal)?(s=i.globals.ttVal[t]&&i.globals.ttVal[t].formatter,e=i.globals.ttVal[t]&&i.globals.ttVal[t].title&&i.globals.ttVal[t].title.formatter):(s=i.globals.ttVal.formatter,"function"==typeof i.globals.ttVal.title.formatter&&(e=i.globals.ttVal.title.formatter)):e=i.config.tooltip.y.title.formatter,"function"!=typeof s&&(s=i.globals.yLabelFormatters[0]?i.globals.yLabelFormatters[0]:function(t){return t}),"function"!=typeof e&&(e=function(t){return t}),{yLbFormatter:s,yLbTitleFormatter:e}}},{key:"getSeriesName",value:function(t){var e=t.fn,i=t.index,s=t.seriesIndex,a=t.j,n=this.w;return e(String(n.globals.seriesNames[i]),{series:n.globals.series,seriesIndex:s,dataPointIndex:a,w:n})}},{key:"DOMHandling",value:function(t){var e=t.t,i=t.ttItems,s=t.values,a=t.seriesName,n=t.shared,r=t.pColor,o=this.w,l=this.ttCtx,h=s.val,c=s.xVal,d=s.xAxisTTVal,u=s.zVal,g=null;g=i[e].children,o.config.tooltip.fillSeriesColor&&(i[e].style.backgroundColor=r,g[0].style.display="none"),l.showTooltipTitle&&(null===l.tooltipTitle&&(l.tooltipTitle=o.globals.dom.baseEl.querySelector(".apexcharts-tooltip-title")),l.tooltipTitle.innerHTML=c),l.blxaxisTooltip&&(l.xaxisTooltipText.innerHTML=""!==d?d:c);var f=i[e].querySelector(".apexcharts-tooltip-text-label");f&&(f.innerHTML=a?a+": ":"");var p=i[e].querySelector(".apexcharts-tooltip-text-value");(p&&(p.innerHTML=h),g[0]&&g[0].classList.contains("apexcharts-tooltip-marker")&&(g[0].style.backgroundColor=r),o.config.tooltip.marker.show||(g[0].style.display="none"),null!==u)&&(i[e].querySelector(".apexcharts-tooltip-text-z-label").innerHTML=o.config.tooltip.z.title,i[e].querySelector(".apexcharts-tooltip-text-z-value").innerHTML=u);n&&g[0]&&(null==h||o.globals.collapsedSeriesIndices.indexOf(e)>-1?g[0].parentNode.style.display="none":g[0].parentNode.style.display=o.config.tooltip.items.display)}},{key:"toggleActiveInactiveSeries",value:function(t){var e=this.w;if(t)this.tooltipUtil.toggleAllTooltipSeriesGroups("enable");else{this.tooltipUtil.toggleAllTooltipSeriesGroups("disable");var i=e.globals.dom.baseEl.querySelector(".apexcharts-tooltip-series-group");i&&(i.classList.add("active"),i.style.display=e.config.tooltip.items.display)}}},{key:"getValuesToPrint",value:function(t){var e=t.i,i=t.j,s=this.w,a=this.ctx.series.filteredSeriesX(),n="",r=null,o=null,l={series:s.globals.series,seriesIndex:e,dataPointIndex:i,w:s},h=s.globals.ttZFormatter;null===i?o=s.globals.series[e]:s.globals.isXNumeric?(n=a[e][i],0===a[e].length&&(n=a[this.tooltipUtil.getFirstActiveXArray(a)][i])):n=void 0!==s.globals.labels[i]?s.globals.labels[i]:"";var c=n;s.globals.isXNumeric&&"datetime"===s.config.xaxis.type?n=new N(this.ctx).xLabelFormat(s.globals.ttKeyFormatter,c):n=s.globals.xLabelFormatter(c,l);return void 0!==s.config.tooltip.x.formatter&&(n=s.globals.ttKeyFormatter(c,l)),s.globals.seriesZ.length>0&&s.globals.seriesZ[0].length>0&&(r=h(s.globals.seriesZ[e][i],s)),{val:o,xVal:n,xAxisTTVal:"function"==typeof s.config.xaxis.tooltip.formatter?s.globals.xaxisTooltipFormatter(c,l):n,zVal:r}}},{key:"handleCustomTooltip",value:function(t){var e=t.i,i=t.j,s=this.w;this.ttCtx.getElTooltip().innerHTML=s.config.tooltip.custom({ctx:this.ctx,series:s.globals.series,seriesIndex:e,dataPointIndex:i,w:s})}}]),t}(),ut=function(){function t(i){e(this,t),this.ttCtx=i,this.ctx=i.ctx,this.w=i.w}return s(t,[{key:"moveXCrosshairs",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=this.ttCtx,s=this.w,a=i.getElXCrosshairs(),n=t-i.xcrosshairsWidth/2,r=s.globals.labels.slice().length;if(null!==e&&(n=s.globals.gridWidth/r*e),"tickWidth"===s.config.xaxis.crosshairs.width||"barWidth"===s.config.xaxis.crosshairs.width?n+i.xcrosshairsWidth>s.globals.gridWidth&&(n=s.globals.gridWidth-i.xcrosshairsWidth):null!==e&&(n+=s.globals.gridWidth/r/2),n<0&&(n=0),n>s.globals.gridWidth&&(n=s.globals.gridWidth),null!==a&&(a.setAttribute("x",n),a.setAttribute("x1",n),a.setAttribute("x2",n),a.setAttribute("y2",s.globals.gridHeight),a.classList.add("active")),i.blxaxisTooltip){var o=n;"tickWidth"!==s.config.xaxis.crosshairs.width&&"barWidth"!==s.config.xaxis.crosshairs.width||(o=n+i.xcrosshairsWidth/2),this.moveXAxisTooltip(o)}}},{key:"moveYCrosshairs",value:function(t){var e=this.ttCtx;null!==e.ycrosshairs&&(f.setAttrs(e.ycrosshairs,{y1:t,y2:t}),f.setAttrs(e.ycrosshairsHidden,{y1:t,y2:t}))}},{key:"moveXAxisTooltip",value:function(t){var e=this.w,i=this.ttCtx;if(null!==i.xaxisTooltip){i.xaxisTooltip.classList.add("active");var s=i.xaxisOffY+e.config.xaxis.tooltip.offsetY+e.globals.translateY+1+e.config.xaxis.offsetY;if(t-=i.xaxisTooltip.getBoundingClientRect().width/2,!isNaN(t)){t+=e.globals.translateX;var a;a=new f(this.ctx).getTextRects(i.xaxisTooltipText.innerHTML),i.xaxisTooltipText.style.minWidth=a.width+"px",i.xaxisTooltip.style.left=t+"px",i.xaxisTooltip.style.top=s+"px"}}}},{key:"moveYAxisTooltip",value:function(t){var e=this.w,i=this.ttCtx;null===i.yaxisTTEls&&(i.yaxisTTEls=e.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxistooltip"));var s=parseInt(i.ycrosshairsHidden.getAttribute("y1")),a=e.globals.translateY+s,n=i.yaxisTTEls[t].getBoundingClientRect().height,r=e.globals.translateYAxisX[t]-2;e.config.yaxis[t].opposite&&(r-=26),a-=n/2,-1===e.globals.ignoreYAxisIndexes.indexOf(t)?(i.yaxisTTEls[t].classList.add("active"),i.yaxisTTEls[t].style.top=a+"px",i.yaxisTTEls[t].style.left=r+e.config.yaxis[t].tooltip.offsetX+"px"):i.yaxisTTEls[t].classList.remove("active")}},{key:"moveTooltip",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,s=this.w,a=this.ttCtx,n=a.getElTooltip(),r=a.tooltipRect,o=null!==i?parseInt(i):1,l=parseInt(t)+o+5,h=parseInt(e)+o/2;if(l>s.globals.gridWidth/2&&(l=l-r.ttWidth-o-15),l>s.globals.gridWidth-r.ttWidth-10&&(l=s.globals.gridWidth-r.ttWidth),l<-20&&(l=-20),s.config.tooltip.followCursor){var c=a.getElGrid().getBoundingClientRect();h=a.e.clientY+s.globals.translateY-c.top-r.ttHeight/2}var d=this.positionChecks(r,l,h);l=d.x,h=d.y,isNaN(l)||(l+=s.globals.translateX,n.style.left=l+"px",n.style.top=h+"px")}},{key:"positionChecks",value:function(t,e,i){var s=this.w;return t.ttHeight+i>s.globals.gridHeight&&(i=s.globals.gridHeight-t.ttHeight+s.globals.translateY),i<0&&(i=0),{x:e,y:i}}},{key:"moveMarkers",value:function(t,e){var i=this.w,s=this.ttCtx;if(i.globals.markers.size[t]>0)for(var a=i.globals.dom.baseEl.querySelectorAll(" .apexcharts-series[data\\:realIndex='".concat(t,"'] .apexcharts-marker")),n=0;n<a.length;n++)parseInt(a[n].getAttribute("rel"))===e&&(s.marker.resetPointsSize(),s.marker.enlargeCurrentPoint(e,a[n]));else s.marker.resetPointsSize(),this.moveDynamicPointOnHover(e,t)}},{key:"moveDynamicPointOnHover",value:function(t,e){var i,s,a=this.w,n=this.ttCtx,r=a.globals.pointsArray,o=a.config.markers.hover.size;void 0===o&&(o=a.globals.markers.size[e]+a.config.markers.hover.sizeOffset),i=r[e][t][0],s=r[e][t][1]?r[e][t][1]:0;var l=a.globals.dom.baseEl.querySelector(".apexcharts-series[data\\:realIndex='".concat(e,"'] .apexcharts-series-markers circle"));l&&(l.setAttribute("r",o),l.setAttribute("cx",i),l.setAttribute("cy",s)),this.moveXCrosshairs(i),n.fixedTooltip||this.moveTooltip(i,s,o)}},{key:"moveDynamicPointsOnHover",value:function(t){var e,i=this.ttCtx,s=i.w,a=0,n=0,r=s.globals.pointsArray;e=new G(this.ctx).getActiveSeriesIndex();var o=s.config.markers.hover.size;void 0===o&&(o=s.globals.markers.size[e]+s.config.markers.hover.sizeOffset),r[e]&&(a=r[e][t][0],n=r[e][t][1]);var l=null,h=i.getAllMarkers();if(null!==(l=null!==h?h:s.globals.dom.baseEl.querySelectorAll(".apexcharts-series-markers circle")))for(var c=0;c<l.length;c++){var d=r[c];if(d&&d.length){var u=r[c][t][1];l[c].setAttribute("cx",a);var g=parseInt(l[c].parentNode.parentNode.parentNode.getAttribute("data:realIndex"));null!==u?(l[g]&&l[g].setAttribute("r",o),l[g]&&l[g].setAttribute("cy",u)):l[g]&&l[g].setAttribute("r",0)}}if(this.moveXCrosshairs(a),!i.fixedTooltip){var f=n||s.globals.gridHeight;this.moveTooltip(a,f,o)}}},{key:"moveStickyTooltipOverBars",value:function(t){var e,i=this.w,s=this.ttCtx,a=i.globals.dom.baseEl.querySelector(".apexcharts-bar-series .apexcharts-series[rel='1'] path[j='".concat(t,"'], .apexcharts-candlestick-series .apexcharts-series[rel='1'] path[j='").concat(t,"'], .apexcharts-rangebar-series .apexcharts-series[rel='1'] path[j='").concat(t,"']")),n=a?parseFloat(a.getAttribute("cx")):0,r=a?parseFloat(a.getAttribute("barWidth")):0;i.globals.isXNumeric?n-=r/2:(n=s.xAxisTicksPositions[t-1]+s.dataPointsDividedWidth/2,isNaN(n)&&(n=s.xAxisTicksPositions[t]-s.dataPointsDividedWidth/2));var o=s.getElGrid().getBoundingClientRect();if(e=s.e.clientY-o.top-s.tooltipRect.ttHeight/2,this.moveXCrosshairs(n),!s.fixedTooltip){var l=e||i.globals.gridHeight;this.moveTooltip(n,l)}}}]),t}(),gt=function(){function t(i){e(this,t),this.w=i.w,this.ttCtx=i,this.ctx=i.ctx,this.tooltipPosition=new ut(i)}return s(t,[{key:"drawDynamicPoints",value:function(){for(var t=this.w,e=new f(this.ctx),i=new C(this.ctx),s=t.globals.dom.baseEl.querySelectorAll(".apexcharts-series"),a=0;a<s.length;a++){var n=parseInt(s[a].getAttribute("data:realIndex")),r=t.globals.dom.baseEl.querySelector(".apexcharts-series[data\\:realIndex='".concat(n,"'] .apexcharts-series-markers-wrap"));if(null!==r){var o=void 0,l="apexcharts-marker w".concat((Math.random()+1).toString(36).substring(4));"line"!==t.config.chart.type&&"area"!==t.config.chart.type||t.globals.comboCharts||t.config.tooltip.intersect||(l+=" no-pointer-events");var h=i.getMarkerConfig(l,n);(o=e.drawMarker(0,0,h)).node.setAttribute("default-marker-size",0);var c=document.createElementNS(t.globals.SVGNS,"g");c.classList.add("apexcharts-series-markers"),c.appendChild(o.node),r.appendChild(c)}}}},{key:"enlargeCurrentPoint",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,a=this.w;"bubble"!==a.config.chart.type&&this.newPointSize(t,e);var n=e.getAttribute("cx"),r=e.getAttribute("cy");if(null!==i&&null!==s&&(n=i,r=s),this.tooltipPosition.moveXCrosshairs(n),!this.fixedTooltip){if("radar"===a.config.chart.type){var o=this.ttCtx.getElGrid().getBoundingClientRect();n=this.ttCtx.e.clientX-o.left}this.tooltipPosition.moveTooltip(n,r,a.config.markers.hover.size)}}},{key:"enlargePoints",value:function(t){for(var e=this.w,i=this.ttCtx,s=t,a=e.globals.dom.baseEl.querySelectorAll(".apexcharts-series:not(.apexcharts-series-collapsed) .apexcharts-marker"),n=e.config.markers.hover.size,r=0;r<a.length;r++){var o=a[r].getAttribute("rel"),l=a[r].getAttribute("index");if(void 0===n&&(n=e.globals.markers.size[l]+e.config.markers.hover.sizeOffset),s===parseInt(o)){this.newPointSize(s,a[r]);var h=a[r].getAttribute("cx"),c=a[r].getAttribute("cy");this.tooltipPosition.moveXCrosshairs(h),i.fixedTooltip||this.tooltipPosition.moveTooltip(h,c,n)}else this.oldPointSize(a[r])}}},{key:"newPointSize",value:function(t,e){var i=this.w,s=i.config.markers.hover.size,a=null;a=0===t?e.parentNode.firstChild:e.parentNode.lastChild;var n=parseInt(a.getAttribute("index"));void 0===s&&(s=i.globals.markers.size[n]+i.config.markers.hover.sizeOffset),a.setAttribute("r",s)}},{key:"oldPointSize",value:function(t){var e=parseInt(t.getAttribute("default-marker-size"));t.setAttribute("r",e)}},{key:"resetPointsSize",value:function(){for(var t=this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-series:not(.apexcharts-series-collapsed) .apexcharts-marker"),e=0;e<t.length;e++){var i=parseInt(t[e].getAttribute("default-marker-size"));d.isNumber(i)?t[e].setAttribute("r",i):t[e].setAttribute("r",0)}}}]),t}(),ft=function(){function t(i){e(this,t),this.w=i.w,this.ttCtx=i}return s(t,[{key:"getAttr",value:function(t,e){return parseFloat(t.target.getAttribute(e))}},{key:"handleHeatTooltip",value:function(t){var e=t.e,i=t.opt,s=t.x,a=t.y,n=this.ttCtx,r=this.w;if(e.target.classList.contains("apexcharts-heatmap-rect")){var o=this.getAttr(e,"i"),l=this.getAttr(e,"j"),h=this.getAttr(e,"cx"),c=this.getAttr(e,"cy"),d=this.getAttr(e,"width"),u=this.getAttr(e,"height");if(n.tooltipLabels.drawSeriesTexts({ttItems:i.ttItems,i:o,j:l,shared:!1}),s=h+n.tooltipRect.ttWidth/2+d,a=c+n.tooltipRect.ttHeight/2-u/2,n.tooltipPosition.moveXCrosshairs(h+d/2),s>r.globals.gridWidth/2&&(s=h-n.tooltipRect.ttWidth/2+d),n.w.config.tooltip.followCursor){var g=n.getElGrid().getBoundingClientRect();a=n.e.clientY-g.top+r.globals.translateY/2-10}}return{x:s,y:a}}},{key:"handleMarkerTooltip",value:function(t){var e,i,s=t.e,a=t.opt,n=t.x,r=t.y,o=this.w,l=this.ttCtx;if(s.target.classList.contains("apexcharts-marker")){var h=parseInt(a.paths.getAttribute("cx")),c=parseInt(a.paths.getAttribute("cy")),u=parseFloat(a.paths.getAttribute("val"));if(i=parseInt(a.paths.getAttribute("rel")),e=parseInt(a.paths.parentNode.parentNode.parentNode.getAttribute("rel"))-1,l.intersect){var g=d.findAncestor(a.paths,"apexcharts-series");g&&(e=parseInt(g.getAttribute("data:realIndex")))}if(l.tooltipLabels.drawSeriesTexts({ttItems:a.ttItems,i:e,j:i,shared:!l.showOnIntersect&&o.config.tooltip.shared}),"mouseup"===s.type&&l.markerClick(s,e,i),n=h,r=c+o.globals.translateY-1.4*l.tooltipRect.ttHeight,l.w.config.tooltip.followCursor){var f=l.getElGrid().getBoundingClientRect();r=l.e.clientY+o.globals.translateY-f.top}u<0&&(r=c),l.marker.enlargeCurrentPoint(i,a.paths,n,r)}return{x:n,y:r}}},{key:"handleBarTooltip",value:function(t){var e,i,s=t.e,a=t.opt,n=this.w,r=this.ttCtx,o=r.getElTooltip(),l=0,h=0,c=0,d=this.getBarTooltipXY({e:s,opt:a});e=d.i;var u=d.barHeight,g=d.j;if(n.globals.isBarHorizontal&&r.hasBars()||!n.config.tooltip.shared?(h=d.x,c=d.y,i=Array.isArray(n.config.stroke.width)?n.config.stroke.width[e]:n.config.stroke.width,l=h):n.globals.comboCharts||n.config.tooltip.shared||(l/=2),isNaN(c)&&(c=n.globals.svgHeight-r.tooltipRect.ttHeight),h+r.tooltipRect.ttWidth>n.globals.gridWidth?h-=r.tooltipRect.ttWidth:h<0&&(h+=r.tooltipRect.ttWidth),r.w.config.tooltip.followCursor){var f=r.getElGrid().getBoundingClientRect();c=r.e.clientY-f.top}if(null===r.tooltip&&(r.tooltip=n.globals.dom.baseEl.querySelector(".apexcharts-tooltip")),n.config.tooltip.shared||(n.globals.comboChartsHasBars?r.tooltipPosition.moveXCrosshairs(l+i/2):r.tooltipPosition.moveXCrosshairs(l)),!r.fixedTooltip&&(!n.config.tooltip.shared||n.globals.isBarHorizontal&&r.hasBars())){x&&(h=n.globals.gridWidth-h),o.style.left=h+n.globals.translateX+"px";var p=parseInt(a.paths.parentNode.getAttribute("data:realIndex")),x=n.globals.isMultipleYAxis?n.config.yaxis[p]&&n.config.yaxis[p].reversed:n.config.yaxis[0].reversed;!x||n.globals.isBarHorizontal&&r.hasBars()||(c=c+u-2*(n.globals.series[e][g]<0?u:0)),r.tooltipRect.ttHeight+c>n.globals.gridHeight?(c=n.globals.gridHeight-r.tooltipRect.ttHeight+n.globals.translateY,o.style.top=c+"px"):o.style.top=c+n.globals.translateY-r.tooltipRect.ttHeight/2+"px"}}},{key:"getBarTooltipXY",value:function(t){var e=t.e,i=t.opt,s=this.w,a=null,n=this.ttCtx,r=0,o=0,l=0,h=0,c=0,d=e.target.classList;if(d.contains("apexcharts-bar-area")||d.contains("apexcharts-candlestick-area")||d.contains("apexcharts-rangebar-area")){var u=e.target,g=u.getBoundingClientRect(),f=i.elGrid.getBoundingClientRect(),p=g.height;c=g.height;var x=g.width,b=parseInt(u.getAttribute("cx")),m=parseInt(u.getAttribute("cy"));h=parseFloat(u.getAttribute("barWidth"));var v="touchmove"===e.type?e.touches[0].clientX:e.clientX;a=parseInt(u.getAttribute("j")),r=parseInt(u.parentNode.getAttribute("rel"))-1,s.globals.comboCharts&&(r=parseInt(u.parentNode.getAttribute("data:realIndex"))),n.tooltipLabels.drawSeriesTexts({ttItems:i.ttItems,i:r,j:a,shared:!n.showOnIntersect&&s.config.tooltip.shared}),s.config.tooltip.followCursor?s.globals.isBarHorizontal?(o=v-f.left+15,l=m-n.dataPointsDividedHeight+p/2-n.tooltipRect.ttHeight/2):(o=s.globals.isXNumeric?b-x/2:b-n.dataPointsDividedWidth+x/2,l=e.clientY-f.top-n.tooltipRect.ttHeight/2-15):s.globals.isBarHorizontal?((o=b)<n.xyRatios.baseLineInvertedY&&(o=b-n.tooltipRect.ttWidth),l=m-n.dataPointsDividedHeight+p/2-n.tooltipRect.ttHeight/2):(o=s.globals.isXNumeric?b-x/2:b-n.dataPointsDividedWidth+x/2,l=m)}return{x:o,y:l,barHeight:c,barWidth:h,i:r,j:a}}}]),t}(),pt=function(){function t(i){e(this,t),this.w=i.w,this.ttCtx=i}return s(t,[{key:"drawXaxisTooltip",value:function(){var t=this.w,e=this.ttCtx,i="bottom"===t.config.xaxis.position;e.xaxisOffY=i?t.globals.gridHeight+1:1;var s=i?"apexcharts-xaxistooltip apexcharts-xaxistooltip-bottom":"apexcharts-xaxistooltip apexcharts-xaxistooltip-top",a=t.globals.dom.elWrap;e.blxaxisTooltip&&(null===t.globals.dom.baseEl.querySelector(".apexcharts-xaxistooltip")&&(e.xaxisTooltip=document.createElement("div"),e.xaxisTooltip.setAttribute("class",s+" "+t.config.tooltip.theme),a.appendChild(e.xaxisTooltip),e.xaxisTooltipText=document.createElement("div"),e.xaxisTooltipText.classList.add("apexcharts-xaxistooltip-text"),e.xaxisTooltipText.style.fontFamily=t.config.xaxis.tooltip.style.fontFamily||t.config.chart.fontFamily,e.xaxisTooltipText.style.fontSize=t.config.xaxis.tooltip.style.fontSize,e.xaxisTooltip.appendChild(e.xaxisTooltipText)))}},{key:"drawYaxisTooltip",value:function(){for(var t=this.w,e=this.ttCtx,i=0;i<t.config.yaxis.length;i++){var s=t.config.yaxis[i].opposite||t.config.yaxis[i].crosshairs.opposite;e.yaxisOffX=s?t.globals.gridWidth+1:1;var a="apexcharts-yaxistooltip apexcharts-yaxistooltip-".concat(i,s?" apexcharts-yaxistooltip-right":" apexcharts-yaxistooltip-left"),n=t.globals.dom.elWrap;if(e.blyaxisTooltip)null===t.globals.dom.baseEl.querySelector(".apexcharts-yaxistooltip apexcharts-yaxistooltip-".concat(i))&&(e.yaxisTooltip=document.createElement("div"),e.yaxisTooltip.setAttribute("class",a+" "+t.config.tooltip.theme),n.appendChild(e.yaxisTooltip),0===i&&(e.yaxisTooltipText=[]),e.yaxisTooltipText.push(document.createElement("div")),e.yaxisTooltipText[i].classList.add("apexcharts-yaxistooltip-text"),e.yaxisTooltip.appendChild(e.yaxisTooltipText[i]))}}},{key:"setXCrosshairWidth",value:function(){var t=this.w,e=this.ttCtx,i=e.getElXCrosshairs();if(e.xcrosshairsWidth=parseInt(t.config.xaxis.crosshairs.width),t.globals.comboCharts){var s=t.globals.dom.baseEl.querySelector(".apexcharts-bar-area");if(null!==s&&"barWidth"===t.config.xaxis.crosshairs.width){var a=parseFloat(s.getAttribute("barWidth"));e.xcrosshairsWidth=a}else if("tickWidth"===t.config.xaxis.crosshairs.width){var n=t.globals.labels.length;e.xcrosshairsWidth=t.globals.gridWidth/n}}else if("tickWidth"===t.config.xaxis.crosshairs.width){var r=t.globals.labels.length;e.xcrosshairsWidth=t.globals.gridWidth/r}else if("barWidth"===t.config.xaxis.crosshairs.width){var o=t.globals.dom.baseEl.querySelector(".apexcharts-bar-area");if(null!==o){var l=parseFloat(o.getAttribute("barWidth"));e.xcrosshairsWidth=l}else e.xcrosshairsWidth=1}t.globals.isBarHorizontal&&(e.xcrosshairsWidth=0),null!==i&&e.xcrosshairsWidth>0&&i.setAttribute("width",e.xcrosshairsWidth)}},{key:"handleYCrosshair",value:function(){var t=this.w,e=this.ttCtx;e.ycrosshairs=t.globals.dom.baseEl.querySelector(".apexcharts-ycrosshairs"),e.ycrosshairsHidden=t.globals.dom.baseEl.querySelector(".apexcharts-ycrosshairs-hidden")}},{key:"drawYaxisTooltipText",value:function(t,e,i){var s=this.ttCtx,a=this.w,n=a.globals.yLabelFormatters[t];if(s.blyaxisTooltip){var r=s.getElGrid().getBoundingClientRect(),o=(e-r.top)*i.yRatio[t],l=a.globals.maxYArr[t]-a.globals.minYArr[t],h=a.globals.minYArr[t]+(l-o);s.tooltipPosition.moveYCrosshairs(e-r.top),s.yaxisTooltipText[t].innerHTML=n(h),s.tooltipPosition.moveYAxisTooltip(t)}}}]),t}(),xt=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w;var s=this.w;this.tConfig=s.config.tooltip,this.tooltipUtil=new ct(this),this.tooltipLabels=new dt(this),this.tooltipPosition=new ut(this),this.marker=new gt(this),this.intersect=new ft(this),this.axesTooltip=new pt(this),this.showOnIntersect=this.tConfig.intersect,this.showTooltipTitle=this.tConfig.x.show,this.fixedTooltip=this.tConfig.fixed.enabled,this.xaxisTooltip=null,this.yaxisTTEls=null,this.isBarShared=!s.globals.isBarHorizontal&&this.tConfig.shared}return s(t,[{key:"getElTooltip",value:function(t){return t||(t=this),t.w.globals.dom.baseEl.querySelector(".apexcharts-tooltip")}},{key:"getElXCrosshairs",value:function(){return this.w.globals.dom.baseEl.querySelector(".apexcharts-xcrosshairs")}},{key:"getElGrid",value:function(){return this.w.globals.dom.baseEl.querySelector(".apexcharts-grid")}},{key:"drawTooltip",value:function(t){var e=this.w;this.xyRatios=t,this.blxaxisTooltip=e.config.xaxis.tooltip.enabled&&e.globals.axisCharts,this.blyaxisTooltip=e.config.yaxis[0].tooltip.enabled&&e.globals.axisCharts,this.allTooltipSeriesGroups=[],e.globals.axisCharts||(this.showTooltipTitle=!1);var i=document.createElement("div");if(i.classList.add("apexcharts-tooltip"),i.classList.add(this.tConfig.theme),e.globals.dom.elWrap.appendChild(i),e.globals.axisCharts){this.axesTooltip.drawXaxisTooltip(),this.axesTooltip.drawYaxisTooltip(),this.axesTooltip.setXCrosshairWidth(),this.axesTooltip.handleYCrosshair();var s=new H(this.ctx);this.xAxisTicksPositions=s.getXAxisTicksPositions()}if((e.globals.comboCharts&&!this.tConfig.shared||this.tConfig.intersect&&!this.tConfig.shared||("bar"===e.config.chart.type||"rangeBar"===e.config.chart.type)&&!this.tConfig.shared)&&(this.showOnIntersect=!0),0!==e.config.markers.size&&0!==e.globals.markers.largestSize||this.marker.drawDynamicPoints(this),e.globals.collapsedSeries.length!==e.globals.series.length){this.dataPointsDividedHeight=e.globals.gridHeight/e.globals.dataPoints,this.dataPointsDividedWidth=e.globals.gridWidth/e.globals.dataPoints,this.showTooltipTitle&&(this.tooltipTitle=document.createElement("div"),this.tooltipTitle.classList.add("apexcharts-tooltip-title"),this.tooltipTitle.style.fontFamily=this.tConfig.style.fontFamily||e.config.chart.fontFamily,this.tooltipTitle.style.fontSize=this.tConfig.style.fontSize,i.appendChild(this.tooltipTitle));var a=e.globals.series.length;(e.globals.xyCharts||e.globals.comboCharts)&&this.tConfig.shared&&(a=this.showOnIntersect?1:e.globals.series.length),this.ttItems=this.createTTElements(a),this.addSVGEvents()}}},{key:"createTTElements",value:function(t){for(var e=this.w,i=[],s=this.getElTooltip(),a=0;a<t;a++){var n=document.createElement("div");n.classList.add("apexcharts-tooltip-series-group"),this.tConfig.shared&&this.tConfig.enabledOnSeries&&Array.isArray(this.tConfig.enabledOnSeries)&&this.tConfig.enabledOnSeries.indexOf(a)<0&&n.classList.add("apexcharts-tooltip-series-group-hidden");var r=document.createElement("span");r.classList.add("apexcharts-tooltip-marker"),r.style.backgroundColor=e.globals.colors[a],n.appendChild(r);var o=document.createElement("div");o.classList.add("apexcharts-tooltip-text"),o.style.fontFamily=this.tConfig.style.fontFamily||e.config.chart.fontFamily,o.style.fontSize=this.tConfig.style.fontSize;var l=document.createElement("div");l.classList.add("apexcharts-tooltip-y-group");var h=document.createElement("span");h.classList.add("apexcharts-tooltip-text-label"),l.appendChild(h);var c=document.createElement("span");c.classList.add("apexcharts-tooltip-text-value"),l.appendChild(c);var d=document.createElement("div");d.classList.add("apexcharts-tooltip-z-group");var u=document.createElement("span");u.classList.add("apexcharts-tooltip-text-z-label"),d.appendChild(u);var g=document.createElement("span");g.classList.add("apexcharts-tooltip-text-z-value"),d.appendChild(g),o.appendChild(l),o.appendChild(d),n.appendChild(o),s.appendChild(n),i.push(n)}return i}},{key:"addSVGEvents",value:function(){var t=this.w,e=t.config.chart.type,i=this.getElTooltip(),s=!("bar"!==e&&"candlestick"!==e&&"rangeBar"!==e),a=t.globals.dom.Paper.node,n=this.getElGrid();n&&(this.seriesBound=n.getBoundingClientRect());var r,o=[],l=[],h={hoverArea:a,elGrid:n,tooltipEl:i,tooltipY:o,tooltipX:l,ttItems:this.ttItems};if(t.globals.axisCharts&&("area"===e||"line"===e||"scatter"===e||"bubble"===e?r=t.globals.dom.baseEl.querySelectorAll(".apexcharts-series[data\\:longestSeries='true'] .apexcharts-marker"):s?r=t.globals.dom.baseEl.querySelectorAll(".apexcharts-series .apexcharts-bar-area, .apexcharts-series .apexcharts-candlestick-area, .apexcharts-series .apexcharts-rangebar-area"):"heatmap"===e?r=t.globals.dom.baseEl.querySelectorAll(".apexcharts-series .apexcharts-heatmap"):"radar"===e&&(r=t.globals.dom.baseEl.querySelectorAll(".apexcharts-series .apexcharts-marker")),r&&r.length))for(var c=0;c<r.length;c++)o.push(r[c].getAttribute("cy")),l.push(r[c].getAttribute("cx"));if(t.globals.xyCharts&&!this.showOnIntersect||t.globals.comboCharts&&!this.showOnIntersect||s&&this.hasBars()&&this.tConfig.shared)this.addPathsEventListeners([a],h);else if(s&&!t.globals.comboCharts)this.addBarsEventListeners(h);else if("bubble"===e||"scatter"===e||"radar"===e||this.showOnIntersect&&("area"===e||"line"===e))this.addPointsEventsListeners(h);else if(!t.globals.axisCharts||"heatmap"===e){var d=t.globals.dom.baseEl.querySelectorAll(".apexcharts-series");this.addPathsEventListeners(d,h)}if(this.showOnIntersect){var u=t.globals.dom.baseEl.querySelectorAll(".apexcharts-line-series .apexcharts-marker");u.length>0&&this.addPathsEventListeners(u,h);var g=t.globals.dom.baseEl.querySelectorAll(".apexcharts-area-series .apexcharts-marker");g.length>0&&this.addPathsEventListeners(g,h),this.hasBars()&&!this.tConfig.shared&&this.addBarsEventListeners(h)}}},{key:"drawFixedTooltipRect",value:function(){var t=this.w,e=this.getElTooltip(),i=e.getBoundingClientRect(),s=i.width+10,a=i.height+10,n=this.tConfig.fixed.offsetX,r=this.tConfig.fixed.offsetY;return this.tConfig.fixed.position.toLowerCase().indexOf("right")>-1&&(n=n+t.globals.svgWidth-s+10),this.tConfig.fixed.position.toLowerCase().indexOf("bottom")>-1&&(r=r+t.globals.svgHeight-a-10),e.style.left=n+"px",e.style.top=r+"px",{x:n,y:r,ttWidth:s,ttHeight:a}}},{key:"addPointsEventsListeners",value:function(t){var e=this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-series-markers .apexcharts-marker");this.addPathsEventListeners(e,t)}},{key:"addBarsEventListeners",value:function(t){var e=this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-bar-area, .apexcharts-candlestick-area, .apexcharts-rangebar-area");this.addPathsEventListeners(e,t)}},{key:"addPathsEventListeners",value:function(t,e){for(var i=this,s=this,a=function(a){var n={paths:t[a],tooltipEl:e.tooltipEl,tooltipY:e.tooltipY,tooltipX:e.tooltipX,elGrid:e.elGrid,hoverArea:e.hoverArea,ttItems:e.ttItems};i.w.globals.tooltipOpts=n;["mousemove","mouseup","touchmove","mouseout","touchend"].map(function(e){return t[a].addEventListener(e,s.seriesHover.bind(s,n),{capture:!1,passive:!0})})},n=0;n<t.length;n++)a(n)}},{key:"seriesHover",value:function(t,e){var i=this,s=[],a=this.w;a.config.chart.group&&(s=this.ctx.getGroupedCharts()),a.globals.axisCharts&&(a.globals.minX===-1/0&&a.globals.maxX===1/0||0===a.globals.dataPoints)||(s.length?s.forEach(function(s){var a=i.getElTooltip(s),n={paths:t.paths,tooltipEl:a,tooltipY:t.tooltipY,tooltipX:t.tooltipX,elGrid:t.elGrid,hoverArea:t.hoverArea,ttItems:s.w.globals.tooltip.ttItems};s.w.globals.minX===i.w.globals.minX&&s.w.globals.maxX===i.w.globals.maxX&&s.w.globals.tooltip.seriesHoverByContext({chartCtx:s,ttCtx:s.w.globals.tooltip,opt:n,e:e})}):this.seriesHoverByContext({chartCtx:this.ctx,ttCtx:this.w.globals.tooltip,opt:t,e:e}))}},{key:"seriesHoverByContext",value:function(t){var e=t.chartCtx,i=t.ttCtx,s=t.opt,a=t.e,n=e.w,r=this.getElTooltip();(i.tooltipRect={x:0,y:0,ttWidth:r.getBoundingClientRect().width,ttHeight:r.getBoundingClientRect().height},i.e=a,!i.hasBars()||n.globals.comboCharts||i.isBarShared)||this.tConfig.onDatasetHover.highlightDataSeries&&new G(e).toggleSeriesOnHover(a,a.target.parentNode);i.fixedTooltip&&i.drawFixedTooltipRect(),n.globals.axisCharts?i.axisChartsTooltips({e:a,opt:s,tooltipRect:i.tooltipRect}):i.nonAxisChartsTooltips({e:a,opt:s,tooltipRect:i.tooltipRect})}},{key:"axisChartsTooltips",value:function(t){var e,i,s,a=t.e,n=t.opt,r=this.w,o=null,l=n.elGrid.getBoundingClientRect(),h="touchmove"===a.type?a.touches[0].clientX:a.clientX,c="touchmove"===a.type?a.touches[0].clientY:a.clientY;if(this.clientY=c,this.clientX=h,c<l.top||c>l.top+l.height)this.handleMouseOut(n);else{if(Array.isArray(this.tConfig.enabledOnSeries)){var d=parseInt(n.paths.getAttribute("index"));if(this.tConfig.enabledOnSeries.indexOf(d)<0)return void this.handleMouseOut(n)}var u=this.getElTooltip(),g=this.getElXCrosshairs(),f=r.globals.xyCharts||"bar"===r.config.chart.type&&!r.globals.isBarHorizontal&&this.hasBars()&&this.tConfig.shared||r.globals.comboCharts&&this.hasBars;if(r.globals.isBarHorizontal&&this.hasBars()&&(f=!1),"mousemove"===a.type||"touchmove"===a.type||"mouseup"===a.type){if(null!==g&&g.classList.add("active"),null!==this.ycrosshairs&&this.blyaxisTooltip&&this.ycrosshairs.classList.add("active"),f&&!this.showOnIntersect){e=(o=this.tooltipUtil.getNearestValues({context:this,hoverArea:n.hoverArea,elGrid:n.elGrid,clientX:h,clientY:c,hasBars:this.hasBars})).j;var p=o.capturedSeries;if(o.hoverX<0||o.hoverX>r.globals.gridWidth)return void this.handleMouseOut(n);if(null!==p){if(null===r.globals.series[p][e])return void n.tooltipEl.classList.remove("active");void 0!==r.globals.series[p][e]?this.tConfig.shared&&this.tooltipUtil.isXoverlap(e)&&this.tooltipUtil.isinitialSeriesSameLen()?this.create(a,this,p,e,n.ttItems):this.create(a,this,p,e,n.ttItems,!1):this.tooltipUtil.isXoverlap(e)&&this.create(a,this,0,e,n.ttItems)}else this.tooltipUtil.isXoverlap(e)&&this.create(a,this,0,e,n.ttItems)}else if("heatmap"===r.config.chart.type){var x=this.intersect.handleHeatTooltip({e:a,opt:n,x:i,y:s});i=x.x,s=x.y,u.style.left=i+"px",u.style.top=s+"px"}else this.hasBars&&this.intersect.handleBarTooltip({e:a,opt:n}),this.hasMarkers&&this.intersect.handleMarkerTooltip({e:a,opt:n,x:i,y:s});if(this.blyaxisTooltip)for(var b=0;b<r.config.yaxis.length;b++)this.axesTooltip.drawYaxisTooltipText(b,c,this.xyRatios);n.tooltipEl.classList.add("active")}else"mouseout"!==a.type&&"touchend"!==a.type||this.handleMouseOut(n)}}},{key:"nonAxisChartsTooltips",value:function(t){var e=t.e,i=t.opt,s=t.tooltipRect,a=this.w,n=i.paths.getAttribute("rel"),r=this.getElTooltip(),o=a.globals.dom.elWrap.getBoundingClientRect();if("mousemove"===e.type||"touchmove"===e.type){r.classList.add("active"),this.tooltipLabels.drawSeriesTexts({ttItems:i.ttItems,i:parseInt(n)-1,shared:!1});var l=a.globals.clientX-o.left-s.ttWidth/2,h=a.globals.clientY-o.top-s.ttHeight-10;r.style.left=l+"px",r.style.top=h+"px"}else"mouseout"!==e.type&&"touchend"!==e.type||r.classList.remove("active")}},{key:"deactivateHoverFilter",value:function(){for(var t=this.w,e=new f(this.ctx),i=t.globals.dom.Paper.select(".apexcharts-bar-area"),s=0;s<i.length;s++)e.pathMouseLeave(i[s])}},{key:"handleMouseOut",value:function(t){var e=this.w,i=this.getElXCrosshairs();if(t.tooltipEl.classList.remove("active"),this.deactivateHoverFilter(),"bubble"!==e.config.chart.type&&this.marker.resetPointsSize(),null!==i&&i.classList.remove("active"),null!==this.ycrosshairs&&this.ycrosshairs.classList.remove("active"),this.blxaxisTooltip&&this.xaxisTooltip.classList.remove("active"),this.blyaxisTooltip){null===this.yaxisTTEls&&(this.yaxisTTEls=e.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxistooltip"));for(var s=0;s<this.yaxisTTEls.length;s++)this.yaxisTTEls[s].classList.remove("active")}}},{key:"getElMarkers",value:function(){return this.w.globals.dom.baseEl.querySelectorAll(" .apexcharts-series-markers")}},{key:"getAllMarkers",value:function(){return this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-series-markers .apexcharts-marker")}},{key:"hasMarkers",value:function(){return this.getElMarkers().length>0}},{key:"getElBars",value:function(){return this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-bar-series,  .apexcharts-candlestick-series, .apexcharts-rangebar-series")}},{key:"hasBars",value:function(){return this.getElBars().length>0}},{key:"markerClick",value:function(t,e,i){var s=this.w;"function"==typeof s.config.chart.events.markerClick&&s.config.chart.events.markerClick(t,this.ctx,{seriesIndex:e,dataPointIndex:i,w:s}),this.ctx.fireEvent("markerClick",[t,this.ctx,{seriesIndex:e,dataPointIndex:i,w:s}])}},{key:"create",value:function(t,e,i,s,a){var n=arguments.length>5&&void 0!==arguments[5]?arguments[5]:null,r=this.w,o=e;"mouseup"===t.type&&this.markerClick(t,i,s),null===n&&(n=this.tConfig.shared);var l=this.hasMarkers(),h=this.getElBars();if(n){if(o.tooltipLabels.drawSeriesTexts({ttItems:a,i:i,j:s,shared:!this.showOnIntersect&&this.tConfig.shared}),l&&(r.globals.markers.largestSize>0?o.marker.enlargePoints(s):o.tooltipPosition.moveDynamicPointsOnHover(s)),this.hasBars()&&(this.barSeriesHeight=this.tooltipUtil.getBarsHeight(h),this.barSeriesHeight>0)){var c=new f(this.ctx),d=r.globals.dom.Paper.select(".apexcharts-bar-area[j='".concat(s,"']"));this.deactivateHoverFilter(),this.tooltipPosition.moveStickyTooltipOverBars(s);for(var u=0;u<d.length;u++)c.pathMouseEnter(d[u])}}else o.tooltipLabels.drawSeriesTexts({shared:!1,ttItems:a,i:i,j:s}),this.hasBars()&&o.tooltipPosition.moveStickyTooltipOverBars(s),l&&o.tooltipPosition.moveMarkers(i,s)}}]),t}(),bt=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.ev=this.w.config.chart.events,this.localeValues=this.w.globals.locale.toolbar}return s(t,[{key:"createToolbar",value:function(){var t=this.w,e=document.createElement("div");if(e.setAttribute("class","apexcharts-toolbar"),t.globals.dom.elWrap.appendChild(e),this.elZoom=document.createElement("div"),this.elZoomIn=document.createElement("div"),this.elZoomOut=document.createElement("div"),this.elPan=document.createElement("div"),this.elSelection=document.createElement("div"),this.elZoomReset=document.createElement("div"),this.elMenuIcon=document.createElement("div"),this.elMenu=document.createElement("div"),this.elCustomIcons=[],this.t=t.config.chart.toolbar.tools,Array.isArray(this.t.customIcons))for(var i=0;i<this.t.customIcons.length;i++)this.elCustomIcons.push(document.createElement("div"));this.elMenuItems=[];var s=[];this.t.zoomin&&t.config.chart.zoom.enabled&&s.push({el:this.elZoomIn,icon:"string"==typeof this.t.zoomin?this.t.zoomin:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\n    <path d="M0 0h24v24H0z" fill="none"/>\n    <path d="M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/>\n</svg>\n',title:this.localeValues.zoomIn,class:"apexcharts-zoom-in-icon"}),this.t.zoomout&&t.config.chart.zoom.enabled&&s.push({el:this.elZoomOut,icon:"string"==typeof this.t.zoomout?this.t.zoomout:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\n    <path d="M0 0h24v24H0z" fill="none"/>\n    <path d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/>\n</svg>\n',title:this.localeValues.zoomOut,class:"apexcharts-zoom-out-icon"}),this.t.zoom&&t.config.chart.zoom.enabled&&s.push({el:this.elZoom,icon:"string"==typeof this.t.zoom?this.t.zoom:'<svg xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n    <path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>\n    <path d="M0 0h24v24H0V0z" fill="none"/>\n    <path d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"/>\n</svg>',title:this.localeValues.selectionZoom,class:t.globals.isTouchDevice?"hidden":"apexcharts-zoom-icon"}),this.t.selection&&t.config.chart.selection.enabled&&s.push({el:this.elSelection,icon:"string"==typeof this.t.selection?this.t.selection:'<svg fill="#6E8192" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">\n    <path d="M0 0h24v24H0z" fill="none"/>\n    <path d="M3 5h2V3c-1.1 0-2 .9-2 2zm0 8h2v-2H3v2zm4 8h2v-2H7v2zM3 9h2V7H3v2zm10-6h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zM9 3H7v2h2V3zm2 18h2v-2h-2v2zm8-8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zm0-12h2V7h-2v2zm0 8h2v-2h-2v2zm-4 4h2v-2h-2v2zm0-16h2V3h-2v2z"/>\n</svg>',title:this.localeValues.selection,class:t.globals.isTouchDevice?"hidden":"apexcharts-selection-icon"}),this.t.pan&&t.config.chart.zoom.enabled&&s.push({el:this.elPan,icon:"string"==typeof this.t.pan?this.t.pan:'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n    <defs>\n        <path d="M0 0h24v24H0z" id="a"/>\n    </defs>\n    <clipPath id="b">\n        <use overflow="visible" xlink:href="#a"/>\n    </clipPath>\n    <path clip-path="url(#b)" d="M23 5.5V20c0 2.2-1.8 4-4 4h-7.3c-1.08 0-2.1-.43-2.85-1.19L1 14.83s1.26-1.23 1.3-1.25c.22-.19.49-.29.79-.29.22 0 .42.06.6.16.04.01 4.31 2.46 4.31 2.46V4c0-.83.67-1.5 1.5-1.5S11 3.17 11 4v7h1V1.5c0-.83.67-1.5 1.5-1.5S15 .67 15 1.5V11h1V2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V11h1V5.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5z"/>\n</svg>',title:this.localeValues.pan,class:t.globals.isTouchDevice?"hidden":"apexcharts-pan-icon"}),this.t.reset&&t.config.chart.zoom.enabled&&s.push({el:this.elZoomReset,icon:"string"==typeof this.t.reset?this.t.reset:'<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">\n    <path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/>\n    <path d="M0 0h24v24H0z" fill="none"/>\n</svg>',title:this.localeValues.reset,class:"apexcharts-reset-zoom-icon"}),this.t.download&&s.push({el:this.elMenuIcon,icon:"string"==typeof this.t.download?this.t.download:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/></svg>',title:this.localeValues.menu,class:"apexcharts-menu-icon"});for(var a=0;a<this.elCustomIcons.length;a++)s.push({el:this.elCustomIcons[a],icon:this.t.customIcons[a].icon,title:this.t.customIcons[a].title,index:this.t.customIcons[a].index,class:"apexcharts-toolbar-custom-icon "+this.t.customIcons[a].class});s.forEach(function(t,e){t.index&&d.moveIndexInArray(s,e,t.index)});for(var n=0;n<s.length;n++)f.setAttrs(s[n].el,{class:s[n].class,title:s[n].title}),s[n].el.innerHTML=s[n].icon,e.appendChild(s[n].el);e.appendChild(this.elMenu),f.setAttrs(this.elMenu,{class:"apexcharts-menu"});for(var r=[{name:"exportSVG",title:this.localeValues.exportToSVG},{name:"exportPNG",title:this.localeValues.exportToPNG}],o=0;o<r.length;o++)this.elMenuItems.push(document.createElement("div")),this.elMenuItems[o].innerHTML=r[o].title,f.setAttrs(this.elMenuItems[o],{class:"apexcharts-menu-item ".concat(r[o].name),title:r[o].title}),this.elMenu.appendChild(this.elMenuItems[o]);t.globals.zoomEnabled?this.elZoom.classList.add("selected"):t.globals.panEnabled?this.elPan.classList.add("selected"):t.globals.selectionEnabled&&this.elSelection.classList.add("selected"),this.addToolbarEventListeners()}},{key:"addToolbarEventListeners",value:function(){var t=this;this.elZoomReset.addEventListener("click",this.handleZoomReset.bind(this)),this.elSelection.addEventListener("click",this.toggleSelection.bind(this)),this.elZoom.addEventListener("click",this.toggleZooming.bind(this)),this.elZoomIn.addEventListener("click",this.handleZoomIn.bind(this)),this.elZoomOut.addEventListener("click",this.handleZoomOut.bind(this)),this.elPan.addEventListener("click",this.togglePanning.bind(this)),this.elMenuIcon.addEventListener("click",this.toggleMenu.bind(this)),this.elMenuItems.forEach(function(e){e.classList.contains("exportSVG")?e.addEventListener("click",t.downloadSVG.bind(t)):e.classList.contains("exportPNG")&&e.addEventListener("click",t.downloadPNG.bind(t))});for(var e=0;e<this.t.customIcons.length;e++)this.elCustomIcons[e].addEventListener("click",this.t.customIcons[e].click)}},{key:"toggleSelection",value:function(){this.toggleOtherControls(),this.w.globals.selectionEnabled=!this.w.globals.selectionEnabled,this.elSelection.classList.contains("selected")?this.elSelection.classList.remove("selected"):this.elSelection.classList.add("selected")}},{key:"toggleZooming",value:function(){this.toggleOtherControls(),this.w.globals.zoomEnabled=!this.w.globals.zoomEnabled,this.elZoom.classList.contains("selected")?this.elZoom.classList.remove("selected"):this.elZoom.classList.add("selected")}},{key:"getToolbarIconsReference",value:function(){var t=this.w;this.elZoom||(this.elZoom=t.globals.dom.baseEl.querySelector(".apexcharts-zoom-icon")),this.elPan||(this.elPan=t.globals.dom.baseEl.querySelector(".apexcharts-pan-icon")),this.elSelection||(this.elSelection=t.globals.dom.baseEl.querySelector(".apexcharts-selection-icon"))}},{key:"enableZooming",value:function(){this.toggleOtherControls(),this.w.globals.zoomEnabled=!0,this.elZoom&&this.elZoom.classList.add("selected"),this.elPan&&this.elPan.classList.remove("selected")}},{key:"enablePanning",value:function(){this.toggleOtherControls(),this.w.globals.panEnabled=!0,this.elPan&&this.elPan.classList.add("selected"),this.elZoom&&this.elZoom.classList.remove("selected")}},{key:"togglePanning",value:function(){this.toggleOtherControls(),this.w.globals.panEnabled=!this.w.globals.panEnabled,this.elPan.classList.contains("selected")?this.elPan.classList.remove("selected"):this.elPan.classList.add("selected")}},{key:"toggleOtherControls",value:function(){var t=this.w;t.globals.panEnabled=!1,t.globals.zoomEnabled=!1,t.globals.selectionEnabled=!1,this.getToolbarIconsReference(),this.elPan&&this.elPan.classList.remove("selected"),this.elSelection&&this.elSelection.classList.remove("selected"),this.elZoom&&this.elZoom.classList.remove("selected")}},{key:"handleZoomIn",value:function(){var t=this.w,e=(t.globals.minX+t.globals.maxX)/2,i=(t.globals.minX+e)/2,s=(t.globals.maxX+e)/2;t.globals.disableZoomIn||this.zoomUpdateOptions(i,s)}},{key:"handleZoomOut",value:function(){var t=this.w;if(!("datetime"===t.config.xaxis.type&&new Date(t.globals.minX).getUTCFullYear()<1e3)){var e=(t.globals.minX+t.globals.maxX)/2,i=t.globals.minX-(e-t.globals.minX),s=t.globals.maxX-(e-t.globals.maxX);t.globals.disableZoomOut||this.zoomUpdateOptions(i,s)}}},{key:"zoomUpdateOptions",value:function(t,e){var i={min:t,max:e},s=this.getBeforeZoomRange(i);s&&(i=s.xaxis),this.w.globals.zoomed=!0,this.ctx._updateOptions({xaxis:i},!1,this.w.config.chart.animations.dynamicAnimation.enabled),this.zoomCallback(i)}},{key:"zoomCallback",value:function(t,e){"function"==typeof this.ev.zoomed&&this.ev.zoomed(this.ctx,{xaxis:t,yaxis:e})}},{key:"getBeforeZoomRange",value:function(t,e){var i=null;return"function"==typeof this.ev.beforeZoom&&(i=this.ev.beforeZoom(this,{xaxis:t,yaxis:e})),i}},{key:"toggleMenu",value:function(){this.elMenu.classList.contains("open")?this.elMenu.classList.remove("open"):this.elMenu.classList.add("open")}},{key:"downloadPNG",value:function(){var t=new nt(this.ctx);t.exportToPng(this.ctx),this.toggleMenu()}},{key:"downloadSVG",value:function(){var t=new nt(this.ctx);t.exportToSVG(),this.toggleMenu()}},{key:"handleZoomReset",value:function(t){var e=this;this.ctx.getSyncedCharts().forEach(function(t){var i=t.w;i.globals.minX!==i.globals.initialminX&&i.globals.maxX!==i.globals.initialmaxX&&(t.revertDefaultAxisMinMax(),"function"==typeof i.config.chart.events.zoomed&&e.zoomCallback({min:i.config.xaxis.min,max:i.config.xaxis.max}),i.globals.zoomed=!1,t._updateSeries(i.globals.initialSeries,i.config.chart.animations.dynamicAnimation.enabled))})}},{key:"destroy",value:function(){this.elZoomReset&&(this.elZoomReset.removeEventListener("click",this.handleZoomReset.bind(this)),this.elSelection.removeEventListener("click",this.toggleSelection.bind(this)),this.elZoom.removeEventListener("click",this.toggleZooming.bind(this)),this.elZoomIn.removeEventListener("click",this.handleZoomIn.bind(this)),this.elZoomOut.removeEventListener("click",this.handleZoomOut.bind(this)),this.elPan.removeEventListener("click",this.togglePanning.bind(this)),this.elMenuIcon.removeEventListener("click",this.toggleMenu.bind(this))),this.elZoom=null,this.elZoomIn=null,this.elZoomOut=null,this.elPan=null,this.elSelection=null,this.elZoomReset=null,this.elMenuIcon=null}}]),t}(),mt=function(t){function i(t){var s;return e(this,i),(s=h(this,o(i).call(this,t))).ctx=t,s.w=t.w,s.dragged=!1,s.graphics=new f(s.ctx),s.eventList=["mousedown","mousemove","touchstart","touchmove","mouseup","touchend"],s.clientX=0,s.clientY=0,s.startX=0,s.endX=0,s.dragX=0,s.startY=0,s.endY=0,s.dragY=0,s}return r(i,bt),s(i,[{key:"init",value:function(t){var e=this,i=t.xyRatios,s=this.w,a=this;this.xyRatios=i,this.zoomRect=this.graphics.drawRect(0,0,0,0),this.selectionRect=this.graphics.drawRect(0,0,0,0),this.gridRect=s.globals.dom.baseEl.querySelector(".apexcharts-grid"),this.zoomRect.node.classList.add("apexcharts-zoom-rect"),this.selectionRect.node.classList.add("apexcharts-selection-rect"),s.globals.dom.elGraphical.add(this.zoomRect),s.globals.dom.elGraphical.add(this.selectionRect),"x"===s.config.chart.selection.type?this.slDraggableRect=this.selectionRect.draggable({minX:0,minY:0,maxX:s.globals.gridWidth,maxY:s.globals.gridHeight}).on("dragmove",this.selectionDragging.bind(this,"dragging")):"y"===s.config.chart.selection.type?this.slDraggableRect=this.selectionRect.draggable({minX:0,maxX:s.globals.gridWidth}).on("dragmove",this.selectionDragging.bind(this,"dragging")):this.slDraggableRect=this.selectionRect.draggable().on("dragmove",this.selectionDragging.bind(this,"dragging")),this.preselectedSelection(),this.hoverArea=s.globals.dom.baseEl.querySelector(s.globals.chartClass),this.hoverArea.classList.add("zoomable"),this.eventList.forEach(function(t){e.hoverArea.addEventListener(t,a.svgMouseEvents.bind(a,i),{capture:!1,passive:!0})})}},{key:"destroy",value:function(){var t=this,e=this;this.eventList.forEach(function(i){t.hoverArea&&t.hoverArea.removeEventListener(i,e.svgMouseEvents.bind(e,e.xyRatios),{capture:!1,passive:!0})}),this.slDraggableRect&&(this.slDraggableRect.draggable(!1),this.slDraggableRect.off(),this.selectionRect.off()),this.selectionRect=null,this.zoomRect=null,this.gridRect=null}},{key:"svgMouseEvents",value:function(t,e){var i=this.w,s=this,a=this.ctx.toolbar,n=i.globals.zoomEnabled?i.config.chart.zoom.type:i.config.chart.selection.type;if(e.shiftKey?(this.shiftWasPressed=!0,a.enablePanning()):this.shiftWasPressed&&(a.enableZooming(),this.shiftWasPressed=!1),!(e.target.classList.contains("apexcharts-selection-rect")||e.target.parentNode.classList.contains("apexcharts-toolbar"))){if(s.clientX="touchmove"===e.type||"touchstart"===e.type?e.touches[0].clientX:"touchend"===e.type?e.changedTouches[0].clientX:e.clientX,s.clientY="touchmove"===e.type||"touchstart"===e.type?e.touches[0].clientY:"touchend"===e.type?e.changedTouches[0].clientY:e.clientY,"mousedown"===e.type&&1===e.which){var r=s.gridRect.getBoundingClientRect();s.startX=s.clientX-r.left,s.startY=s.clientY-r.top,s.dragged=!1,s.w.globals.mousedown=!0}if(("mousemove"===e.type&&1===e.which||"touchmove"===e.type)&&(s.dragged=!0,i.globals.panEnabled?(i.globals.selection=null,s.w.globals.mousedown&&s.panDragging({context:s,zoomtype:n,xyRatios:t})):(s.w.globals.mousedown&&i.globals.zoomEnabled||s.w.globals.mousedown&&i.globals.selectionEnabled)&&(s.selection=s.selectionDrawing({context:s,zoomtype:n}))),"mouseup"===e.type||"touchend"===e.type){var o=s.gridRect.getBoundingClientRect();s.w.globals.mousedown&&(s.endX=s.clientX-o.left,s.endY=s.clientY-o.top,s.dragX=Math.abs(s.endX-s.startX),s.dragY=Math.abs(s.endY-s.startY),(i.globals.zoomEnabled||i.globals.selectionEnabled)&&s.selectionDrawn({context:s,zoomtype:n})),i.globals.zoomEnabled&&s.hideSelectionRect(this.selectionRect),s.dragged=!1,s.w.globals.mousedown=!1}this.makeSelectionRectDraggable()}}},{key:"makeSelectionRectDraggable",value:function(){var t=this.w;if(this.selectionRect){var e=this.selectionRect.node.getBoundingClientRect();e.width>0&&e.height>0&&this.slDraggableRect.selectize().resize({constraint:{minX:0,minY:0,maxX:t.globals.gridWidth,maxY:t.globals.gridHeight}}).on("resizing",this.selectionDragging.bind(this,"resizing"))}}},{key:"preselectedSelection",value:function(){var t=this.w,e=this.xyRatios;if(!t.globals.zoomEnabled)if(void 0!==t.globals.selection&&null!==t.globals.selection)this.drawSelectionRect(t.globals.selection);else if(void 0!==t.config.chart.selection.xaxis.min&&void 0!==t.config.chart.selection.xaxis.max){var i=(t.config.chart.selection.xaxis.min-t.globals.minX)/e.xRatio,s={x:i,y:0,width:t.globals.gridWidth-(t.globals.maxX-t.config.chart.selection.xaxis.max)/e.xRatio-i,height:t.globals.gridHeight,translateX:0,translateY:0,selectionEnabled:!0};this.drawSelectionRect(s),this.makeSelectionRectDraggable(),"function"==typeof t.config.chart.events.selection&&t.config.chart.events.selection(this.ctx,{xaxis:{min:t.config.chart.selection.xaxis.min,max:t.config.chart.selection.xaxis.max},yaxis:{}})}}},{key:"drawSelectionRect",value:function(t){var e=t.x,i=t.y,s=t.width,a=t.height,n=t.translateX,r=t.translateY,o=this.w,l=this.zoomRect,h=this.selectionRect;if(this.dragged||null!==o.globals.selection){var c={transform:"translate("+n+", "+r+")"};o.globals.zoomEnabled&&this.dragged&&(l.attr({x:e,y:i,width:s,height:a,fill:o.config.chart.zoom.zoomedArea.fill.color,"fill-opacity":o.config.chart.zoom.zoomedArea.fill.opacity,stroke:o.config.chart.zoom.zoomedArea.stroke.color,"stroke-width":o.config.chart.zoom.zoomedArea.stroke.width,"stroke-opacity":o.config.chart.zoom.zoomedArea.stroke.opacity}),f.setAttrs(l.node,c)),o.globals.selectionEnabled&&(h.attr({x:e,y:i,width:s>0?s:0,height:a>0?a:0,fill:o.config.chart.selection.fill.color,"fill-opacity":o.config.chart.selection.fill.opacity,stroke:o.config.chart.selection.stroke.color,"stroke-width":o.config.chart.selection.stroke.width,"stroke-dasharray":o.config.chart.selection.stroke.dashArray,"stroke-opacity":o.config.chart.selection.stroke.opacity}),f.setAttrs(h.node,c))}}},{key:"hideSelectionRect",value:function(t){t&&t.attr({x:0,y:0,width:0,height:0})}},{key:"selectionDrawing",value:function(t){var e=t.context,i=t.zoomtype,s=this.w,a=e,n=this.gridRect.getBoundingClientRect(),r=a.startX-1,o=a.startY,l=a.clientX-n.left-r,h=a.clientY-n.top-o,c=0,d=0,u={};return(Math.abs(l+r)>s.globals.gridWidth||a.clientX-n.left<0)&&(a.hideSelectionRect(this.zoomRect),a.dragged=!1,a.w.globals.mousedown=!1),r>a.clientX-n.left&&(c=-(l=Math.abs(l))),o>a.clientY-n.top&&(d=-(h=Math.abs(h))),u="x"===i?{x:r,y:0,width:l,height:s.globals.gridHeight,translateX:c,translateY:0}:"y"===i?{x:0,y:o,width:s.globals.gridWidth,height:h,translateX:0,translateY:d}:{x:r,y:o,width:l,height:h,translateX:c,translateY:d},a.drawSelectionRect(u),a.selectionDragging("resizing"),u}},{key:"selectionDragging",value:function(t,e){var i=this,s=this.w,a=this.xyRatios,n=this.selectionRect,r=0;"resizing"===t&&(r=30),"function"==typeof s.config.chart.events.selection&&s.globals.selectionEnabled&&(clearTimeout(this.w.globals.selectionResizeTimer),this.w.globals.selectionResizeTimer=window.setTimeout(function(){var t=i.gridRect.getBoundingClientRect(),e=n.node.getBoundingClientRect(),r=s.globals.xAxisScale.niceMin+(e.left-t.left)*a.xRatio,o=s.globals.xAxisScale.niceMin+(e.right-t.left)*a.xRatio,l=s.globals.yAxisScale[0].niceMin+(t.bottom-e.bottom)*a.yRatio[0],h=s.globals.yAxisScale[0].niceMax-(e.top-t.top)*a.yRatio[0];s.config.chart.events.selection(i.ctx,{xaxis:{min:r,max:o},yaxis:{min:l,max:h}})},r))}},{key:"selectionDrawn",value:function(t){var e=t.context,i=t.zoomtype,s=this.w,a=e,n=this.xyRatios,r=this.ctx.toolbar;if(a.startX>a.endX){var o=a.startX;a.startX=a.endX,a.endX=o}if(a.startY>a.endY){var l=a.startY;a.startY=a.endY,a.endY=l}var h=s.globals.xAxisScale.niceMin+a.startX*n.xRatio,c=s.globals.xAxisScale.niceMin+a.endX*n.xRatio,u=[],g=[];if(s.config.yaxis.forEach(function(t,e){u.push(Math.floor(s.globals.yAxisScale[e].niceMax-n.yRatio[e]*a.startY)),g.push(Math.floor(s.globals.yAxisScale[e].niceMax-n.yRatio[e]*a.endY))}),a.dragged&&(a.dragX>10||a.dragY>10)&&h!==c)if(s.globals.zoomEnabled){var f=d.clone(s.config.yaxis);s.globals.zoomed||(s.globals.lastXAxis=d.clone(s.config.xaxis),s.globals.lastYAxis=d.clone(s.config.yaxis));var p={min:h,max:c};if("xy"!==i&&"y"!==i||f.forEach(function(t,e){f[e].min=g[e],f[e].max=u[e]}),s.config.chart.zoom.autoScaleYaxis){var x=new B(a.ctx);f=x.autoScaleY(a.ctx,{xaxis:p})}if(r){var b=r.getBeforeZoomRange(p,f);b&&(p=b.xaxis?b.xaxis:p,f=b.yaxis?b.yaxe:f)}a.ctx._updateOptions({xaxis:p,yaxis:f},!1,a.w.config.chart.animations.dynamicAnimation.enabled),"function"==typeof s.config.chart.events.zoomed&&r.zoomCallback(p,f),s.globals.zoomed=!0}else if(s.globals.selectionEnabled){var m,v=null;m={min:h,max:c},"xy"!==i&&"y"!==i||(v=d.clone(s.config.yaxis)).forEach(function(t,e){v[e].min=g[e],v[e].max=u[e]}),s.globals.selection=a.selection,"function"==typeof s.config.chart.events.selection&&s.config.chart.events.selection(a.ctx,{xaxis:m,yaxis:v})}}},{key:"panDragging",value:function(t){var e,i=t.context,s=(t.zoomtype,this.w),a=i;if(void 0!==s.globals.lastClientPosition.x){var n=s.globals.lastClientPosition.x-a.clientX,r=s.globals.lastClientPosition.y-a.clientY;Math.abs(n)>Math.abs(r)&&n>0?e="left":Math.abs(n)>Math.abs(r)&&n<0?e="right":Math.abs(r)>Math.abs(n)&&r>0?e="up":Math.abs(r)>Math.abs(n)&&r<0&&(e="down")}s.globals.lastClientPosition={x:a.clientX,y:a.clientY};var o=s.globals.minX,l=s.globals.maxX;this.panScrolled(e,o,l)}},{key:"panScrolled",value:function(t,e,i){var s=this.w,a=this.xyRatios,n=d.clone(s.config.yaxis);"left"===t?(e=s.globals.minX+s.globals.gridWidth/15*a.xRatio,i=s.globals.maxX+s.globals.gridWidth/15*a.xRatio):"right"===t&&(e=s.globals.minX-s.globals.gridWidth/15*a.xRatio,i=s.globals.maxX-s.globals.gridWidth/15*a.xRatio),(e<s.globals.initialminX||i>s.globals.initialmaxX)&&(e=s.globals.minX,i=s.globals.maxX);var r={min:e,max:i};s.config.chart.zoom.autoScaleYaxis&&(n=new B(me.ctx).autoScaleY(me.ctx,{xaxis:r}));this.ctx._updateOptions({xaxis:{min:e,max:i},yaxis:n},!1,!1),"function"==typeof s.config.chart.events.scrolled&&s.config.chart.events.scrolled(this.ctx,{xaxis:{min:e,max:i}})}}]),i}(),vt=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return s(t,[{key:"draw",value:function(){this.drawTitleSubtitle("title"),this.drawTitleSubtitle("subtitle")}},{key:"drawTitleSubtitle",value:function(t){var e=this.w,i="title"===t?e.config.title:e.config.subtitle,s=e.globals.svgWidth/2,a=i.offsetY,n="middle";if("left"===i.align?(s=10,n="start"):"right"===i.align&&(s=e.globals.svgWidth-10,n="end"),s+=i.offsetX,a=a+parseInt(i.style.fontSize)+2,void 0!==i.text){var r=new f(this.ctx).drawText({x:s,y:a,text:i.text,textAnchor:n,fontSize:i.style.fontSize,fontFamily:i.style.fontFamily,foreColor:i.style.color,opacity:1});r.node.setAttribute("class","apexcharts-".concat(t,"-text")),e.globals.dom.Paper.add(r)}}}]),t}();st="undefined"!=typeof window?window:void 0,at=function(e,i){var s=(void 0!==this?this:e).SVG=function(t){if(s.supported)return t=new s.Doc(t),s.parser.draw||s.prepare(),t};if(s.ns="http://www.w3.org/2000/svg",s.xmlns="http://www.w3.org/2000/xmlns/",s.xlink="http://www.w3.org/1999/xlink",s.svgjs="http://svgjs.com/svgjs",s.supported=!0,!s.supported)return!1;s.did=1e3,s.eid=function(t){return"Svgjs"+d(t)+s.did++},s.create=function(t){var e=i.createElementNS(this.ns,t);return e.setAttribute("id",this.eid(t)),e},s.extend=function(){var t,e,i,a;for(e=(t=[].slice.call(arguments)).pop(),a=t.length-1;a>=0;a--)if(t[a])for(i in e)t[a].prototype[i]=e[i];s.Set&&s.Set.inherit&&s.Set.inherit()},s.invent=function(t){var e="function"==typeof t.create?t.create:function(){this.constructor.call(this,s.create(t.create))};return t.inherit&&(e.prototype=new t.inherit),t.extend&&s.extend(e,t.extend),t.construct&&s.extend(t.parent||s.Container,t.construct),e},s.adopt=function(t){return t?t.instance?t.instance:((i="svg"==t.nodeName?t.parentNode instanceof e.SVGElement?new s.Nested:new s.Doc:"linearGradient"==t.nodeName?new s.Gradient("linear"):"radialGradient"==t.nodeName?new s.Gradient("radial"):s[d(t.nodeName)]?new(s[d(t.nodeName)]):new s.Element(t)).type=t.nodeName,i.node=t,t.instance=i,i instanceof s.Doc&&i.namespace().defs(),i.setData(JSON.parse(t.getAttribute("svgjs:data"))||{}),i):null;var i},s.prepare=function(){var t=i.getElementsByTagName("body")[0],e=(t?new s.Doc(t):s.adopt(i.documentElement).nested()).size(2,0);s.parser={body:t||i.documentElement,draw:e.style("opacity:0;position:absolute;left:-100%;top:-100%;overflow:hidden").node,poly:e.polyline().node,path:e.path().node,native:s.create("svg")}},s.parser={native:s.create("svg")},i.addEventListener("DOMContentLoaded",function(){s.parser.draw||s.prepare()},!1),s.regex={numberAndUnit:/^([+-]?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?)([a-z%]*)$/i,hex:/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i,rgb:/rgb\((\d+),(\d+),(\d+)\)/,reference:/#([a-z0-9\-_]+)/i,transforms:/\)\s*,?\s*/,whitespace:/\s/g,isHex:/^#[a-f0-9]{3,6}$/i,isRgb:/^rgb\(/,isCss:/[^:]+:[^;]+;?/,isBlank:/^(\s+)?$/,isNumber:/^[+-]?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,isPercent:/^-?[\d\.]+%$/,isImage:/\.(jpg|jpeg|png|gif|svg)(\?[^=]+.*)?/i,delimiter:/[\s,]+/,hyphen:/([^e])\-/gi,pathLetters:/[MLHVCSQTAZ]/gi,isPathLetter:/[MLHVCSQTAZ]/i,numbersWithDots:/((\d?\.\d+(?:e[+-]?\d+)?)((?:\.\d+(?:e[+-]?\d+)?)+))+/gi,dots:/\./g},s.utils={map:function(t,e){var i,s=t.length,a=[];for(i=0;i<s;i++)a.push(e(t[i]));return a},filter:function(t,e){var i,s=t.length,a=[];for(i=0;i<s;i++)e(t[i])&&a.push(t[i]);return a},radians:function(t){return t%360*Math.PI/180},degrees:function(t){return 180*t/Math.PI%360},filterSVGElements:function(t){return this.filter(t,function(t){return t instanceof e.SVGElement})}},s.defaults={attrs:{"fill-opacity":1,"stroke-opacity":1,"stroke-width":0,"stroke-linejoin":"miter","stroke-linecap":"butt",fill:"#000000",stroke:"#000000",opacity:1,x:0,y:0,cx:0,cy:0,width:0,height:0,r:0,rx:0,ry:0,offset:0,"stop-opacity":1,"stop-color":"#000000","font-size":16,"font-family":"Helvetica, Arial, sans-serif","text-anchor":"start"}},s.Color=function(e){var i,a;(this.r=0,this.g=0,this.b=0,e)&&("string"==typeof e?s.regex.isRgb.test(e)?(i=s.regex.rgb.exec(e.replace(s.regex.whitespace,"")),this.r=parseInt(i[1]),this.g=parseInt(i[2]),this.b=parseInt(i[3])):s.regex.isHex.test(e)&&(i=s.regex.hex.exec(4==(a=e).length?["#",a.substring(1,2),a.substring(1,2),a.substring(2,3),a.substring(2,3),a.substring(3,4),a.substring(3,4)].join(""):a),this.r=parseInt(i[1],16),this.g=parseInt(i[2],16),this.b=parseInt(i[3],16)):"object"===t(e)&&(this.r=e.r,this.g=e.g,this.b=e.b))},s.extend(s.Color,{toString:function(){return this.toHex()},toHex:function(){return"#"+u(this.r)+u(this.g)+u(this.b)},toRgb:function(){return"rgb("+[this.r,this.g,this.b].join()+")"},brightness:function(){return this.r/255*.3+this.g/255*.59+this.b/255*.11},morph:function(t){return this.destination=new s.Color(t),this},at:function(t){return this.destination?(t=t<0?0:t>1?1:t,new s.Color({r:~~(this.r+(this.destination.r-this.r)*t),g:~~(this.g+(this.destination.g-this.g)*t),b:~~(this.b+(this.destination.b-this.b)*t)})):this}}),s.Color.test=function(t){return t+="",s.regex.isHex.test(t)||s.regex.isRgb.test(t)},s.Color.isRgb=function(t){return t&&"number"==typeof t.r&&"number"==typeof t.g&&"number"==typeof t.b},s.Color.isColor=function(t){return s.Color.isRgb(t)||s.Color.test(t)},s.Array=function(t,e){0==(t=(t||[]).valueOf()).length&&e&&(t=e.valueOf()),this.value=this.parse(t)},s.extend(s.Array,{morph:function(t){if(this.destination=this.parse(t),this.value.length!=this.destination.length){for(var e=this.value[this.value.length-1],i=this.destination[this.destination.length-1];this.value.length>this.destination.length;)this.destination.push(i);for(;this.value.length<this.destination.length;)this.value.push(e)}return this},settle:function(){for(var t=0,e=this.value.length,i=[];t<e;t++)-1==i.indexOf(this.value[t])&&i.push(this.value[t]);return this.value=i},at:function(t){if(!this.destination)return this;for(var e=0,i=this.value.length,a=[];e<i;e++)a.push(this.value[e]+(this.destination[e]-this.value[e])*t);return new s.Array(a)},toString:function(){return this.value.join(" ")},valueOf:function(){return this.value},parse:function(t){return t=t.valueOf(),Array.isArray(t)?t:this.split(t)},split:function(t){return t.trim().split(s.regex.delimiter).map(parseFloat)},reverse:function(){return this.value.reverse(),this},clone:function(){var t=new this.constructor;return t.value=function t(e){var i=e.slice(0);for(var s=i.length;s--;)Array.isArray(i[s])&&(i[s]=t(i[s]));return i}(this.value),t}}),s.PointArray=function(t,e){s.Array.call(this,t,e||[[0,0]])},s.PointArray.prototype=new s.Array,s.PointArray.prototype.constructor=s.PointArray,s.extend(s.PointArray,{toString:function(){for(var t=0,e=this.value.length,i=[];t<e;t++)i.push(this.value[t].join(","));return i.join(" ")},toLine:function(){return{x1:this.value[0][0],y1:this.value[0][1],x2:this.value[1][0],y2:this.value[1][1]}},at:function(t){if(!this.destination)return this;for(var e=0,i=this.value.length,a=[];e<i;e++)a.push([this.value[e][0]+(this.destination[e][0]-this.value[e][0])*t,this.value[e][1]+(this.destination[e][1]-this.value[e][1])*t]);return new s.PointArray(a)},parse:function(t){var e=[];if(t=t.valueOf(),Array.isArray(t)){if(Array.isArray(t[0]))return t.map(function(t){return t.slice()});if(null!=t[0].x)return t.map(function(t){return[t.x,t.y]})}else t=t.trim().split(s.regex.delimiter).map(parseFloat);t.length%2!=0&&t.pop();for(var i=0,a=t.length;i<a;i+=2)e.push([t[i],t[i+1]]);return e},move:function(t,e){var i=this.bbox();if(t-=i.x,e-=i.y,!isNaN(t)&&!isNaN(e))for(var s=this.value.length-1;s>=0;s--)this.value[s]=[this.value[s][0]+t,this.value[s][1]+e];return this},size:function(t,e){var i,s=this.bbox();for(i=this.value.length-1;i>=0;i--)s.width&&(this.value[i][0]=(this.value[i][0]-s.x)*t/s.width+s.x),s.height&&(this.value[i][1]=(this.value[i][1]-s.y)*e/s.height+s.y);return this},bbox:function(){return s.parser.draw||s.prepare(),s.parser.poly.setAttribute("points",this.toString()),s.parser.poly.getBBox()}});for(var a={M:function(t,e,i){return e.x=i.x=t[0],e.y=i.y=t[1],["M",e.x,e.y]},L:function(t,e){return e.x=t[0],e.y=t[1],["L",t[0],t[1]]},H:function(t,e){return e.x=t[0],["H",t[0]]},V:function(t,e){return e.y=t[0],["V",t[0]]},C:function(t,e){return e.x=t[4],e.y=t[5],["C",t[0],t[1],t[2],t[3],t[4],t[5]]},S:function(t,e){return e.x=t[2],e.y=t[3],["S",t[0],t[1],t[2],t[3]]},Q:function(t,e){return e.x=t[2],e.y=t[3],["Q",t[0],t[1],t[2],t[3]]},T:function(t,e){return e.x=t[0],e.y=t[1],["T",t[0],t[1]]},Z:function(t,e,i){return e.x=i.x,e.y=i.y,["Z"]},A:function(t,e){return e.x=t[5],e.y=t[6],["A",t[0],t[1],t[2],t[3],t[4],t[5],t[6]]}},n="mlhvqtcsaz".split(""),r=0,o=n.length;r<o;++r)a[n[r]]=function(t){return function(e,i,s){if("H"==t)e[0]=e[0]+i.x;else if("V"==t)e[0]=e[0]+i.y;else if("A"==t)e[5]=e[5]+i.x,e[6]=e[6]+i.y;else for(var n=0,r=e.length;n<r;++n)e[n]=e[n]+(n%2?i.y:i.x);return a[t](e,i,s)}}(n[r].toUpperCase());s.PathArray=function(t,e){s.Array.call(this,t,e||[["M",0,0]])},s.PathArray.prototype=new s.Array,s.PathArray.prototype.constructor=s.PathArray,s.extend(s.PathArray,{toString:function(){return function(t){for(var e=0,i=t.length,s="";e<i;e++)s+=t[e][0],null!=t[e][1]&&(s+=t[e][1],null!=t[e][2]&&(s+=" ",s+=t[e][2],null!=t[e][3]&&(s+=" ",s+=t[e][3],s+=" ",s+=t[e][4],null!=t[e][5]&&(s+=" ",s+=t[e][5],s+=" ",s+=t[e][6],null!=t[e][7]&&(s+=" ",s+=t[e][7])))));return s+" "}(this.value)},move:function(t,e){var i=this.bbox();if(t-=i.x,e-=i.y,!isNaN(t)&&!isNaN(e))for(var s,a=this.value.length-1;a>=0;a--)"M"==(s=this.value[a][0])||"L"==s||"T"==s?(this.value[a][1]+=t,this.value[a][2]+=e):"H"==s?this.value[a][1]+=t:"V"==s?this.value[a][1]+=e:"C"==s||"S"==s||"Q"==s?(this.value[a][1]+=t,this.value[a][2]+=e,this.value[a][3]+=t,this.value[a][4]+=e,"C"==s&&(this.value[a][5]+=t,this.value[a][6]+=e)):"A"==s&&(this.value[a][6]+=t,this.value[a][7]+=e);return this},size:function(t,e){var i,s,a=this.bbox();for(i=this.value.length-1;i>=0;i--)"M"==(s=this.value[i][0])||"L"==s||"T"==s?(this.value[i][1]=(this.value[i][1]-a.x)*t/a.width+a.x,this.value[i][2]=(this.value[i][2]-a.y)*e/a.height+a.y):"H"==s?this.value[i][1]=(this.value[i][1]-a.x)*t/a.width+a.x:"V"==s?this.value[i][1]=(this.value[i][1]-a.y)*e/a.height+a.y:"C"==s||"S"==s||"Q"==s?(this.value[i][1]=(this.value[i][1]-a.x)*t/a.width+a.x,this.value[i][2]=(this.value[i][2]-a.y)*e/a.height+a.y,this.value[i][3]=(this.value[i][3]-a.x)*t/a.width+a.x,this.value[i][4]=(this.value[i][4]-a.y)*e/a.height+a.y,"C"==s&&(this.value[i][5]=(this.value[i][5]-a.x)*t/a.width+a.x,this.value[i][6]=(this.value[i][6]-a.y)*e/a.height+a.y)):"A"==s&&(this.value[i][1]=this.value[i][1]*t/a.width,this.value[i][2]=this.value[i][2]*e/a.height,this.value[i][6]=(this.value[i][6]-a.x)*t/a.width+a.x,this.value[i][7]=(this.value[i][7]-a.y)*e/a.height+a.y);return this},equalCommands:function(t){var e,i,a;for(t=new s.PathArray(t),a=this.value.length===t.value.length,e=0,i=this.value.length;a&&e<i;e++)a=this.value[e][0]===t.value[e][0];return a},morph:function(t){return t=new s.PathArray(t),this.equalCommands(t)?this.destination=t:this.destination=null,this},at:function(t){if(!this.destination)return this;var e,i,a,n,r=this.value,o=this.destination.value,l=[],h=new s.PathArray;for(e=0,i=r.length;e<i;e++){for(l[e]=[r[e][0]],a=1,n=r[e].length;a<n;a++)l[e][a]=r[e][a]+(o[e][a]-r[e][a])*t;"A"===l[e][0]&&(l[e][4]=+(0!=l[e][4]),l[e][5]=+(0!=l[e][5]))}return h.value=l,h},parse:function(t){if(t instanceof s.PathArray)return t.valueOf();var e,i={M:2,L:2,H:1,V:1,C:6,S:4,Q:4,T:2,A:7,Z:0};t="string"==typeof t?t.replace(s.regex.numbersWithDots,h).replace(s.regex.pathLetters," $& ").replace(s.regex.hyphen,"$1 -").trim().split(s.regex.delimiter):t.reduce(function(t,e){return[].concat.call(t,e)},[]);var n=[],r=new s.Point,o=new s.Point,l=0,c=t.length;do{s.regex.isPathLetter.test(t[l])?(e=t[l],++l):"M"==e?e="L":"m"==e&&(e="l"),n.push(a[e].call(null,t.slice(l,l+=i[e.toUpperCase()]).map(parseFloat),r,o))}while(c>l);return n},bbox:function(){return s.parser.draw||s.prepare(),s.parser.path.setAttribute("d",this.toString()),s.parser.path.getBBox()}}),s.Number=s.invent({create:function(t,e){this.value=0,this.unit=e||"","number"==typeof t?this.value=isNaN(t)?0:isFinite(t)?t:t<0?-3.4e38:3.4e38:"string"==typeof t?(e=t.match(s.regex.numberAndUnit))&&(this.value=parseFloat(e[1]),"%"==e[5]?this.value/=100:"s"==e[5]&&(this.value*=1e3),this.unit=e[5]):t instanceof s.Number&&(this.value=t.valueOf(),this.unit=t.unit)},extend:{toString:function(){return("%"==this.unit?~~(1e8*this.value)/1e6:"s"==this.unit?this.value/1e3:this.value)+this.unit},toJSON:function(){return this.toString()},valueOf:function(){return this.value},plus:function(t){return t=new s.Number(t),new s.Number(this+t,this.unit||t.unit)},minus:function(t){return t=new s.Number(t),new s.Number(this-t,this.unit||t.unit)},times:function(t){return t=new s.Number(t),new s.Number(this*t,this.unit||t.unit)},divide:function(t){return t=new s.Number(t),new s.Number(this/t,this.unit||t.unit)},to:function(t){var e=new s.Number(this);return"string"==typeof t&&(e.unit=t),e},morph:function(t){return this.destination=new s.Number(t),t.relative&&(this.destination.value+=this.value),this},at:function(t){return this.destination?new s.Number(this.destination).minus(this).times(t).plus(this):this}}}),s.Element=s.invent({create:function(t){this._stroke=s.defaults.attrs.stroke,this._event=null,this.dom={},(this.node=t)&&(this.type=t.nodeName,this.node.instance=this,this._stroke=t.getAttribute("stroke")||this._stroke)},extend:{x:function(t){return this.attr("x",t)},y:function(t){return this.attr("y",t)},cx:function(t){return null==t?this.x()+this.width()/2:this.x(t-this.width()/2)},cy:function(t){return null==t?this.y()+this.height()/2:this.y(t-this.height()/2)},move:function(t,e){return this.x(t).y(e)},center:function(t,e){return this.cx(t).cy(e)},width:function(t){return this.attr("width",t)},height:function(t){return this.attr("height",t)},size:function(t,e){var i=g(this,t,e);return this.width(new s.Number(i.width)).height(new s.Number(i.height))},clone:function(t){this.writeDataToDom();var e=b(this.node.cloneNode(!0));return t?t.add(e):this.after(e),e},remove:function(){return this.parent()&&this.parent().removeElement(this),this},replace:function(t){return this.after(t).remove(),t},addTo:function(t){return t.put(this)},putIn:function(t){return t.add(this)},id:function(t){return this.attr("id",t)},inside:function(t,e){var i=this.bbox();return t>i.x&&e>i.y&&t<i.x+i.width&&e<i.y+i.height},show:function(){return this.style("display","")},hide:function(){return this.style("display","none")},visible:function(){return"none"!=this.style("display")},toString:function(){return this.attr("id")},classes:function(){var t=this.attr("class");return null==t?[]:t.trim().split(s.regex.delimiter)},hasClass:function(t){return-1!=this.classes().indexOf(t)},addClass:function(t){if(!this.hasClass(t)){var e=this.classes();e.push(t),this.attr("class",e.join(" "))}return this},removeClass:function(t){return this.hasClass(t)&&this.attr("class",this.classes().filter(function(e){return e!=t}).join(" ")),this},toggleClass:function(t){return this.hasClass(t)?this.removeClass(t):this.addClass(t)},reference:function(t){return s.get(this.attr(t))},parent:function(t){var i=this;if(!i.node.parentNode)return null;if(i=s.adopt(i.node.parentNode),!t)return i;for(;i&&i.node instanceof e.SVGElement;){if("string"==typeof t?i.matches(t):i instanceof t)return i;if(!i.node.parentNode||"#document"==i.node.parentNode.nodeName)return null;i=s.adopt(i.node.parentNode)}},doc:function(){return this instanceof s.Doc?this:this.parent(s.Doc)},parents:function(t){var e=[],i=this;do{if(!(i=i.parent(t))||!i.node)break;e.push(i)}while(i.parent);return e},matches:function(t){return function(t,e){return(t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.webkitMatchesSelector||t.oMatchesSelector).call(t,e)}(this.node,t)},native:function(){return this.node},svg:function(t){var e=i.createElement("svg");if(!(t&&this instanceof s.Parent))return e.appendChild(t=i.createElement("svg")),this.writeDataToDom(),t.appendChild(this.node.cloneNode(!0)),e.innerHTML.replace(/^<svg>/,"").replace(/<\/svg>$/,"");e.innerHTML="<svg>"+t.replace(/\n/,"").replace(/<([\w:-]+)([^<]+?)\/>/g,"<$1$2></$1>")+"</svg>";for(var a=0,n=e.firstChild.childNodes.length;a<n;a++)this.node.appendChild(e.firstChild.firstChild);return this},writeDataToDom:function(){(this.each||this.lines)&&(this.each?this:this.lines()).each(function(){this.writeDataToDom()});return this.node.removeAttribute("svgjs:data"),Object.keys(this.dom).length&&this.node.setAttribute("svgjs:data",JSON.stringify(this.dom)),this},setData:function(t){return this.dom=t,this},is:function(t){return function(t,e){return t instanceof e}(this,t)}}}),s.easing={"-":function(t){return t},"<>":function(t){return-Math.cos(t*Math.PI)/2+.5},">":function(t){return Math.sin(t*Math.PI/2)},"<":function(t){return 1-Math.cos(t*Math.PI/2)}},s.morph=function(t){return function(e,i){return new s.MorphObj(e,i).at(t)}},s.Situation=s.invent({create:function(t){this.init=!1,this.reversed=!1,this.reversing=!1,this.duration=new s.Number(t.duration).valueOf(),this.delay=new s.Number(t.delay).valueOf(),this.start=+new Date+this.delay,this.finish=this.start+this.duration,this.ease=t.ease,this.loop=0,this.loops=!1,this.animations={},this.attrs={},this.styles={},this.transforms=[],this.once={}}}),s.FX=s.invent({create:function(t){this._target=t,this.situations=[],this.active=!1,this.situation=null,this.paused=!1,this.lastPos=0,this.pos=0,this.absPos=0,this._speed=1},extend:{animate:function(e,i,a){"object"===t(e)&&(i=e.ease,a=e.delay,e=e.duration);var n=new s.Situation({duration:e||1e3,delay:a||0,ease:s.easing[i||"-"]||i});return this.queue(n),this},delay:function(t){var e=new s.Situation({duration:t,delay:0,ease:s.easing["-"]});return this.queue(e)},target:function(t){return t&&t instanceof s.Element?(this._target=t,this):this._target},timeToAbsPos:function(t){return(t-this.situation.start)/(this.situation.duration/this._speed)},absPosToTime:function(t){return this.situation.duration/this._speed*t+this.situation.start},startAnimFrame:function(){this.stopAnimFrame(),this.animationFrame=e.requestAnimationFrame(function(){this.step()}.bind(this))},stopAnimFrame:function(){e.cancelAnimationFrame(this.animationFrame)},start:function(){return!this.active&&this.situation&&(this.active=!0,this.startCurrent()),this},startCurrent:function(){return this.situation.start=+new Date+this.situation.delay/this._speed,this.situation.finish=this.situation.start+this.situation.duration/this._speed,this.initAnimations().step()},queue:function(t){return("function"==typeof t||t instanceof s.Situation)&&this.situations.push(t),this.situation||(this.situation=this.situations.shift()),this},dequeue:function(){return this.stop(),this.situation=this.situations.shift(),this.situation&&(this.situation instanceof s.Situation?this.start():this.situation.call(this)),this},initAnimations:function(){var t,e,i,a=this.situation;if(a.init)return this;for(t in a.animations)for(i=this.target()[t](),Array.isArray(i)||(i=[i]),Array.isArray(a.animations[t])||(a.animations[t]=[a.animations[t]]),e=i.length;e--;)a.animations[t][e]instanceof s.Number&&(i[e]=new s.Number(i[e])),a.animations[t][e]=i[e].morph(a.animations[t][e]);for(t in a.attrs)a.attrs[t]=new s.MorphObj(this.target().attr(t),a.attrs[t]);for(t in a.styles)a.styles[t]=new s.MorphObj(this.target().style(t),a.styles[t]);return a.initialTransformation=this.target().matrixify(),a.init=!0,this},clearQueue:function(){return this.situations=[],this},clearCurrent:function(){return this.situation=null,this},stop:function(t,e){var i=this.active;return this.active=!1,e&&this.clearQueue(),t&&this.situation&&(!i&&this.startCurrent(),this.atEnd()),this.stopAnimFrame(),this.clearCurrent()},reset:function(){if(this.situation){var t=this.situation;this.stop(),this.situation=t,this.atStart()}return this},finish:function(){for(this.stop(!0,!1);this.dequeue().situation&&this.stop(!0,!1););return this.clearQueue().clearCurrent(),this},atStart:function(){return this.at(0,!0)},atEnd:function(){return!0===this.situation.loops&&(this.situation.loops=this.situation.loop+1),"number"==typeof this.situation.loops?this.at(this.situation.loops,!0):this.at(1,!0)},at:function(t,e){var i=this.situation.duration/this._speed;return this.absPos=t,e||(this.situation.reversed&&(this.absPos=1-this.absPos),this.absPos+=this.situation.loop),this.situation.start=+new Date-this.absPos*i,this.situation.finish=this.situation.start+i,this.step(!0)},speed:function(t){return 0===t?this.pause():t?(this._speed=t,this.at(this.absPos,!0)):this._speed},loop:function(t,e){var i=this.last();return i.loops=null==t||t,i.loop=0,e&&(i.reversing=!0),this},pause:function(){return this.paused=!0,this.stopAnimFrame(),this},play:function(){return this.paused?(this.paused=!1,this.at(this.absPos,!0)):this},reverse:function(t){var e=this.last();return e.reversed=void 0===t?!e.reversed:t,this},progress:function(t){return t?this.situation.ease(this.pos):this.pos},after:function(t){var e=this.last();return this.target().on("finished.fx",function i(s){s.detail.situation==e&&(t.call(this,e),this.off("finished.fx",i))}),this._callStart()},during:function(t){var e=this.last(),i=function(i){i.detail.situation==e&&t.call(this,i.detail.pos,s.morph(i.detail.pos),i.detail.eased,e)};return this.target().off("during.fx",i).on("during.fx",i),this.after(function(){this.off("during.fx",i)}),this._callStart()},afterAll:function(t){var e=function e(i){t.call(this),this.off("allfinished.fx",e)};return this.target().off("allfinished.fx",e).on("allfinished.fx",e),this._callStart()},duringAll:function(t){var e=function(e){t.call(this,e.detail.pos,s.morph(e.detail.pos),e.detail.eased,e.detail.situation)};return this.target().off("during.fx",e).on("during.fx",e),this.afterAll(function(){this.off("during.fx",e)}),this._callStart()},last:function(){return this.situations.length?this.situations[this.situations.length-1]:this.situation},add:function(t,e,i){return this.last()[i||"animations"][t]=e,this._callStart()},step:function(t){var e,i,s;(t||(this.absPos=this.timeToAbsPos(+new Date)),!1!==this.situation.loops)?(e=Math.max(this.absPos,0),i=Math.floor(e),!0===this.situation.loops||i<this.situation.loops?(this.pos=e-i,s=this.situation.loop,this.situation.loop=i):(this.absPos=this.situation.loops,this.pos=1,s=this.situation.loop-1,this.situation.loop=this.situation.loops),this.situation.reversing&&(this.situation.reversed=this.situation.reversed!=Boolean((this.situation.loop-s)%2))):(this.absPos=Math.min(this.absPos,1),this.pos=this.absPos);this.pos<0&&(this.pos=0),this.situation.reversed&&(this.pos=1-this.pos);var a=this.situation.ease(this.pos);for(var n in this.situation.once)n>this.lastPos&&n<=a&&(this.situation.once[n].call(this.target(),this.pos,a),delete this.situation.once[n]);return this.active&&this.target().fire("during",{pos:this.pos,eased:a,fx:this,situation:this.situation}),this.situation?(this.eachAt(),1==this.pos&&!this.situation.reversed||this.situation.reversed&&0==this.pos?(this.stopAnimFrame(),this.target().fire("finished",{fx:this,situation:this.situation}),this.situations.length||(this.target().fire("allfinished"),this.situations.length||(this.target().off(".fx"),this.active=!1)),this.active?this.dequeue():this.clearCurrent()):!this.paused&&this.active&&this.startAnimFrame(),this.lastPos=a,this):this},eachAt:function(){var t,e,i,a=this,n=this.target(),r=this.situation;for(t in r.animations)i=[].concat(r.animations[t]).map(function(t){return"string"!=typeof t&&t.at?t.at(r.ease(a.pos),a.pos):t}),n[t].apply(n,i);for(t in r.attrs)i=[t].concat(r.attrs[t]).map(function(t){return"string"!=typeof t&&t.at?t.at(r.ease(a.pos),a.pos):t}),n.attr.apply(n,i);for(t in r.styles)i=[t].concat(r.styles[t]).map(function(t){return"string"!=typeof t&&t.at?t.at(r.ease(a.pos),a.pos):t}),n.style.apply(n,i);if(r.transforms.length){for(i=r.initialTransformation,t=0,e=r.transforms.length;t<e;t++){var o=r.transforms[t];o instanceof s.Matrix?i=o.relative?i.multiply((new s.Matrix).morph(o).at(r.ease(this.pos))):i.morph(o).at(r.ease(this.pos)):(o.relative||o.undo(i.extract()),i=i.multiply(o.at(r.ease(this.pos))))}n.matrix(i)}return this},once:function(t,e,i){var s=this.last();return i||(t=s.ease(t)),s.once[t]=e,this},_callStart:function(){return setTimeout(function(){this.start()}.bind(this),0),this}},parent:s.Element,construct:{animate:function(t,e,i){return(this.fx||(this.fx=new s.FX(this))).animate(t,e,i)},delay:function(t){return(this.fx||(this.fx=new s.FX(this))).delay(t)},stop:function(t,e){return this.fx&&this.fx.stop(t,e),this},finish:function(){return this.fx&&this.fx.finish(),this},pause:function(){return this.fx&&this.fx.pause(),this},play:function(){return this.fx&&this.fx.play(),this},speed:function(t){if(this.fx){if(null==t)return this.fx.speed();this.fx.speed(t)}return this}}}),s.MorphObj=s.invent({create:function(t,e){return s.Color.isColor(e)?new s.Color(t).morph(e):s.regex.delimiter.test(t)?s.regex.pathLetters.test(t)?new s.PathArray(t).morph(e):new s.Array(t).morph(e):s.regex.numberAndUnit.test(e)?new s.Number(t).morph(e):(this.value=t,void(this.destination=e))},extend:{at:function(t,e){return e<1?this.value:this.destination},valueOf:function(){return this.value}}}),s.extend(s.FX,{attr:function(e,i,s){if("object"===t(e))for(var a in e)this.attr(a,e[a]);else this.add(e,i,"attrs");return this},style:function(e,i){if("object"===t(e))for(var s in e)this.style(s,e[s]);else this.add(e,i,"styles");return this},x:function(t,e){if(this.target()instanceof s.G)return this.transform({x:t},e),this;var i=new s.Number(t);return i.relative=e,this.add("x",i)},y:function(t,e){if(this.target()instanceof s.G)return this.transform({y:t},e),this;var i=new s.Number(t);return i.relative=e,this.add("y",i)},cx:function(t){return this.add("cx",new s.Number(t))},cy:function(t){return this.add("cy",new s.Number(t))},move:function(t,e){return this.x(t).y(e)},center:function(t,e){return this.cx(t).cy(e)},size:function(t,e){var i;this.target()instanceof s.Text?this.attr("font-size",t):(t&&e||(i=this.target().bbox()),t||(t=i.width/i.height*e),e||(e=i.height/i.width*t),this.add("width",new s.Number(t)).add("height",new s.Number(e)));return this},width:function(t){return this.add("width",new s.Number(t))},height:function(t){return this.add("height",new s.Number(t))},plot:function(t,e,i,s){return 4==arguments.length?this.plot([t,e,i,s]):this.add("plot",new(this.target().morphArray)(t))},leading:function(t){return this.target().leading?this.add("leading",new s.Number(t)):this},viewbox:function(t,e,i,a){return this.target()instanceof s.Container&&this.add("viewbox",new s.ViewBox(t,e,i,a)),this},update:function(t){if(this.target()instanceof s.Stop){if("number"==typeof t||t instanceof s.Number)return this.update({offset:arguments[0],color:arguments[1],opacity:arguments[2]});null!=t.opacity&&this.attr("stop-opacity",t.opacity),null!=t.color&&this.attr("stop-color",t.color),null!=t.offset&&this.attr("offset",t.offset)}return this}}),s.Box=s.invent({create:function(e,i,a,n){if(!("object"!==t(e)||e instanceof s.Element))return s.Box.call(this,null!=e.left?e.left:e.x,null!=e.top?e.top:e.y,e.width,e.height);4==arguments.length&&(this.x=e,this.y=i,this.width=a,this.height=n),m(this)},extend:{merge:function(t){var e=new this.constructor;return e.x=Math.min(this.x,t.x),e.y=Math.min(this.y,t.y),e.width=Math.max(this.x+this.width,t.x+t.width)-e.x,e.height=Math.max(this.y+this.height,t.y+t.height)-e.y,m(e)},transform:function(t){var e,i=1/0,a=-1/0,n=1/0,r=-1/0;return[new s.Point(this.x,this.y),new s.Point(this.x2,this.y),new s.Point(this.x,this.y2),new s.Point(this.x2,this.y2)].forEach(function(e){e=e.transform(t),i=Math.min(i,e.x),a=Math.max(a,e.x),n=Math.min(n,e.y),r=Math.max(r,e.y)}),(e=new this.constructor).x=i,e.width=a-i,e.y=n,e.height=r-n,m(e),e}}}),s.BBox=s.invent({create:function(t){if(s.Box.apply(this,[].slice.call(arguments)),t instanceof s.Element){var e;try{if(!i.documentElement.contains){for(var a=t.node;a.parentNode;)a=a.parentNode;if(a!=i)throw new Error("Element not in the dom")}e=t.node.getBBox()}catch(i){if(t instanceof s.Shape){s.parser.draw||s.prepare();var n=t.clone(s.parser.draw.instance).show();e=n.node.getBBox(),n.remove()}else e={x:t.node.clientLeft,y:t.node.clientTop,width:t.node.clientWidth,height:t.node.clientHeight}}s.Box.call(this,e)}},inherit:s.Box,parent:s.Element,construct:{bbox:function(){return new s.BBox(this)}}}),s.BBox.prototype.constructor=s.BBox,s.extend(s.Element,{tbox:function(){return console.warn("Use of TBox is deprecated and mapped to RBox. Use .rbox() instead."),this.rbox(this.doc())}}),s.RBox=s.invent({create:function(t){s.Box.apply(this,[].slice.call(arguments)),t instanceof s.Element&&s.Box.call(this,t.node.getBoundingClientRect())},inherit:s.Box,parent:s.Element,extend:{addOffset:function(){return this.x+=e.pageXOffset,this.y+=e.pageYOffset,this}},construct:{rbox:function(t){return t?new s.RBox(this).transform(t.screenCTM().inverse()):new s.RBox(this).addOffset()}}}),s.RBox.prototype.constructor=s.RBox,s.Matrix=s.invent({create:function(e){var i,a=p([1,0,0,1,0,0]);for(e=e instanceof s.Element?e.matrixify():"string"==typeof e?p(e.split(s.regex.delimiter).map(parseFloat)):6==arguments.length?p([].slice.call(arguments)):Array.isArray(e)?p(e):"object"===t(e)?e:a,i=y.length-1;i>=0;--i)this[y[i]]=null!=e[y[i]]?e[y[i]]:a[y[i]]},extend:{extract:function(){var t=f(this,0,1),e=f(this,1,0),i=180/Math.PI*Math.atan2(t.y,t.x)-90;return{x:this.e,y:this.f,transformedX:(this.e*Math.cos(i*Math.PI/180)+this.f*Math.sin(i*Math.PI/180))/Math.sqrt(this.a*this.a+this.b*this.b),transformedY:(this.f*Math.cos(i*Math.PI/180)+this.e*Math.sin(-i*Math.PI/180))/Math.sqrt(this.c*this.c+this.d*this.d),skewX:-i,skewY:180/Math.PI*Math.atan2(e.y,e.x),scaleX:Math.sqrt(this.a*this.a+this.b*this.b),scaleY:Math.sqrt(this.c*this.c+this.d*this.d),rotation:i,a:this.a,b:this.b,c:this.c,d:this.d,e:this.e,f:this.f,matrix:new s.Matrix(this)}},clone:function(){return new s.Matrix(this)},morph:function(t){return this.destination=new s.Matrix(t),this},at:function(t){return this.destination?new s.Matrix({a:this.a+(this.destination.a-this.a)*t,b:this.b+(this.destination.b-this.b)*t,c:this.c+(this.destination.c-this.c)*t,d:this.d+(this.destination.d-this.d)*t,e:this.e+(this.destination.e-this.e)*t,f:this.f+(this.destination.f-this.f)*t}):this},multiply:function(t){return new s.Matrix(this.native().multiply(function(t){t instanceof s.Matrix||(t=new s.Matrix(t));return t}(t).native()))},inverse:function(){return new s.Matrix(this.native().inverse())},translate:function(t,e){return new s.Matrix(this.native().translate(t||0,e||0))},scale:function(t,e,i,a){return 1==arguments.length?e=t:3==arguments.length&&(a=i,i=e,e=t),this.around(i,a,new s.Matrix(t,0,0,e,0,0))},rotate:function(t,e,i){return t=s.utils.radians(t),this.around(e,i,new s.Matrix(Math.cos(t),Math.sin(t),-Math.sin(t),Math.cos(t),0,0))},flip:function(t,e){return"x"==t?this.scale(-1,1,e,0):"y"==t?this.scale(1,-1,0,e):this.scale(-1,-1,t,null!=e?e:t)},skew:function(t,e,i,a){return 1==arguments.length?e=t:3==arguments.length&&(a=i,i=e,e=t),t=s.utils.radians(t),e=s.utils.radians(e),this.around(i,a,new s.Matrix(1,Math.tan(e),Math.tan(t),1,0,0))},skewX:function(t,e,i){return this.skew(t,0,e,i)},skewY:function(t,e,i){return this.skew(0,t,e,i)},around:function(t,e,i){return this.multiply(new s.Matrix(1,0,0,1,t||0,e||0)).multiply(i).multiply(new s.Matrix(1,0,0,1,-t||0,-e||0))},native:function(){for(var t=s.parser.native.createSVGMatrix(),e=y.length-1;e>=0;e--)t[y[e]]=this[y[e]];return t},toString:function(){return"matrix("+v(this.a)+","+v(this.b)+","+v(this.c)+","+v(this.d)+","+v(this.e)+","+v(this.f)+")"}},parent:s.Element,construct:{ctm:function(){return new s.Matrix(this.node.getCTM())},screenCTM:function(){if(this instanceof s.Nested){var t=this.rect(1,1),e=t.node.getScreenCTM();return t.remove(),new s.Matrix(e)}return new s.Matrix(this.node.getScreenCTM())}}}),s.Point=s.invent({create:function(e,i){var s;s=Array.isArray(e)?{x:e[0],y:e[1]}:"object"===t(e)?{x:e.x,y:e.y}:null!=e?{x:e,y:null!=i?i:e}:{x:0,y:0},this.x=s.x,this.y=s.y},extend:{clone:function(){return new s.Point(this)},morph:function(t,e){return this.destination=new s.Point(t,e),this},at:function(t){return this.destination?new s.Point({x:this.x+(this.destination.x-this.x)*t,y:this.y+(this.destination.y-this.y)*t}):this},native:function(){var t=s.parser.native.createSVGPoint();return t.x=this.x,t.y=this.y,t},transform:function(t){return new s.Point(this.native().matrixTransform(t.native()))}}}),s.extend(s.Element,{point:function(t,e){return new s.Point(t,e).transform(this.screenCTM().inverse())}}),s.extend(s.Element,{attr:function(e,i,a){if(null==e){for(e={},a=(i=this.node.attributes).length-1;a>=0;a--)e[i[a].nodeName]=s.regex.isNumber.test(i[a].nodeValue)?parseFloat(i[a].nodeValue):i[a].nodeValue;return e}if("object"===t(e))for(i in e)this.attr(i,e[i]);else if(null===i)this.node.removeAttribute(e);else{if(null==i)return null==(i=this.node.getAttribute(e))?s.defaults.attrs[e]:s.regex.isNumber.test(i)?parseFloat(i):i;"stroke-width"==e?this.attr("stroke",parseFloat(i)>0?this._stroke:null):"stroke"==e&&(this._stroke=i),"fill"!=e&&"stroke"!=e||(s.regex.isImage.test(i)&&(i=this.doc().defs().image(i,0,0)),i instanceof s.Image&&(i=this.doc().defs().pattern(0,0,function(){this.add(i)}))),"number"==typeof i?i=new s.Number(i):s.Color.isColor(i)?i=new s.Color(i):Array.isArray(i)&&(i=new s.Array(i)),"leading"==e?this.leading&&this.leading(i):"string"==typeof a?this.node.setAttributeNS(a,e,i.toString()):this.node.setAttribute(e,i.toString()),!this.rebuild||"font-size"!=e&&"x"!=e||this.rebuild(e,i)}return this}}),s.extend(s.Element,{transform:function(e,i){var a,n;if("object"!==t(e))return a=new s.Matrix(this).extract(),"string"==typeof e?a[e]:a;if(a=new s.Matrix(this),i=!!i||!!e.relative,null!=e.a)a=i?a.multiply(new s.Matrix(e)):new s.Matrix(e);else if(null!=e.rotation)x(e,this),a=i?a.rotate(e.rotation,e.cx,e.cy):a.rotate(e.rotation-a.extract().rotation,e.cx,e.cy);else if(null!=e.scale||null!=e.scaleX||null!=e.scaleY){if(x(e,this),e.scaleX=null!=e.scale?e.scale:null!=e.scaleX?e.scaleX:1,e.scaleY=null!=e.scale?e.scale:null!=e.scaleY?e.scaleY:1,!i){var r=a.extract();e.scaleX=1*e.scaleX/r.scaleX,e.scaleY=1*e.scaleY/r.scaleY}a=a.scale(e.scaleX,e.scaleY,e.cx,e.cy)}else if(null!=e.skew||null!=e.skewX||null!=e.skewY){if(x(e,this),e.skewX=null!=e.skew?e.skew:null!=e.skewX?e.skewX:0,e.skewY=null!=e.skew?e.skew:null!=e.skewY?e.skewY:0,!i){r=a.extract();a=a.multiply((new s.Matrix).skew(r.skewX,r.skewY,e.cx,e.cy).inverse())}a=a.skew(e.skewX,e.skewY,e.cx,e.cy)}else e.flip?("x"==e.flip||"y"==e.flip?e.offset=null==e.offset?this.bbox()["c"+e.flip]:e.offset:null==e.offset?(n=this.bbox(),e.flip=n.cx,e.offset=n.cy):e.flip=e.offset,a=(new s.Matrix).flip(e.flip,e.offset)):null==e.x&&null==e.y||(i?a=a.translate(e.x,e.y):(null!=e.x&&(a.e=e.x),null!=e.y&&(a.f=e.y)));return this.attr("transform",a)}}),s.extend(s.FX,{transform:function(e,i){var a,n,r=this.target();return"object"!==t(e)?(a=new s.Matrix(r).extract(),"string"==typeof e?a[e]:a):(i=!!i||!!e.relative,null!=e.a?a=new s.Matrix(e):null!=e.rotation?(x(e,r),a=new s.Rotate(e.rotation,e.cx,e.cy)):null!=e.scale||null!=e.scaleX||null!=e.scaleY?(x(e,r),e.scaleX=null!=e.scale?e.scale:null!=e.scaleX?e.scaleX:1,e.scaleY=null!=e.scale?e.scale:null!=e.scaleY?e.scaleY:1,a=new s.Scale(e.scaleX,e.scaleY,e.cx,e.cy)):null!=e.skewX||null!=e.skewY?(x(e,r),e.skewX=null!=e.skewX?e.skewX:0,e.skewY=null!=e.skewY?e.skewY:0,a=new s.Skew(e.skewX,e.skewY,e.cx,e.cy)):e.flip?("x"==e.flip||"y"==e.flip?e.offset=null==e.offset?r.bbox()["c"+e.flip]:e.offset:null==e.offset?(n=r.bbox(),e.flip=n.cx,e.offset=n.cy):e.flip=e.offset,a=(new s.Matrix).flip(e.flip,e.offset)):null==e.x&&null==e.y||(a=new s.Translate(e.x,e.y)),a?(a.relative=i,this.last().transforms.push(a),this._callStart()):this)}}),s.extend(s.Element,{untransform:function(){return this.attr("transform",null)},matrixify:function(){return(this.attr("transform")||"").split(s.regex.transforms).slice(0,-1).map(function(t){var e=t.trim().split("(");return[e[0],e[1].split(s.regex.delimiter).map(function(t){return parseFloat(t)})]}).reduce(function(t,e){return"matrix"==e[0]?t.multiply(p(e[1])):t[e[0]].apply(t,e[1])},new s.Matrix)},toParent:function(t){if(this==t)return this;var e=this.screenCTM(),i=t.screenCTM().inverse();return this.addTo(t).untransform().transform(i.multiply(e)),this},toDoc:function(){return this.toParent(this.doc())}}),s.Transformation=s.invent({create:function(e,i){if(arguments.length>1&&"boolean"!=typeof i)return this.constructor.call(this,[].slice.call(arguments));if(Array.isArray(e))for(var s=0,a=this.arguments.length;s<a;++s)this[this.arguments[s]]=e[s];else if("object"===t(e))for(s=0,a=this.arguments.length;s<a;++s)this[this.arguments[s]]=e[this.arguments[s]];this.inversed=!1,!0===i&&(this.inversed=!0)},extend:{arguments:[],method:"",at:function(t){for(var e=[],i=0,a=this.arguments.length;i<a;++i)e.push(this[this.arguments[i]]);var n=this._undo||new s.Matrix;return n=(new s.Matrix).morph(s.Matrix.prototype[this.method].apply(n,e)).at(t),this.inversed?n.inverse():n},undo:function(t){for(var e=0,i=this.arguments.length;e<i;++e)t[this.arguments[e]]=void 0===this[this.arguments[e]]?0:t[this.arguments[e]];return t.cx=this.cx,t.cy=this.cy,this._undo=new(s[d(this.method)])(t,!0).at(1),this}}}),s.Translate=s.invent({parent:s.Matrix,inherit:s.Transformation,create:function(t,e){this.constructor.apply(this,[].slice.call(arguments))},extend:{arguments:["transformedX","transformedY"],method:"translate"}}),s.Rotate=s.invent({parent:s.Matrix,inherit:s.Transformation,create:function(t,e){this.constructor.apply(this,[].slice.call(arguments))},extend:{arguments:["rotation","cx","cy"],method:"rotate",at:function(t){var e=(new s.Matrix).rotate((new s.Number).morph(this.rotation-(this._undo?this._undo.rotation:0)).at(t),this.cx,this.cy);return this.inversed?e.inverse():e},undo:function(t){return this._undo=t,this}}}),s.Scale=s.invent({parent:s.Matrix,inherit:s.Transformation,create:function(t,e){this.constructor.apply(this,[].slice.call(arguments))},extend:{arguments:["scaleX","scaleY","cx","cy"],method:"scale"}}),s.Skew=s.invent({parent:s.Matrix,inherit:s.Transformation,create:function(t,e){this.constructor.apply(this,[].slice.call(arguments))},extend:{arguments:["skewX","skewY","cx","cy"],method:"skew"}}),s.extend(s.Element,{style:function(e,i){if(0==arguments.length)return this.node.style.cssText||"";if(arguments.length<2)if("object"===t(e))for(i in e)this.style(i,e[i]);else{if(!s.regex.isCss.test(e))return this.node.style[c(e)];for(e=e.split(/\s*;\s*/).filter(function(t){return!!t}).map(function(t){return t.split(/\s*:\s*/)});i=e.pop();)this.style(i[0],i[1])}else this.node.style[c(e)]=null===i||s.regex.isBlank.test(i)?"":i;return this}}),s.Parent=s.invent({create:function(t){this.constructor.call(this,t)},inherit:s.Element,extend:{children:function(){return s.utils.map(s.utils.filterSVGElements(this.node.childNodes),function(t){return s.adopt(t)})},add:function(t,e){return null==e?this.node.appendChild(t.node):t.node!=this.node.childNodes[e]&&this.node.insertBefore(t.node,this.node.childNodes[e]),this},put:function(t,e){return this.add(t,e),t},has:function(t){return this.index(t)>=0},index:function(t){return[].slice.call(this.node.childNodes).indexOf(t.node)},get:function(t){return s.adopt(this.node.childNodes[t])},first:function(){return this.get(0)},last:function(){return this.get(this.node.childNodes.length-1)},each:function(t,e){var i,a,n=this.children();for(i=0,a=n.length;i<a;i++)n[i]instanceof s.Element&&t.apply(n[i],[i,n]),e&&n[i]instanceof s.Container&&n[i].each(t,e);return this},removeElement:function(t){return this.node.removeChild(t.node),this},clear:function(){for(;this.node.hasChildNodes();)this.node.removeChild(this.node.lastChild);return delete this._defs,this},defs:function(){return this.doc().defs()}}}),s.extend(s.Parent,{ungroup:function(t,e){return 0===e||this instanceof s.Defs||this.node==s.parser.draw?this:(t=t||(this instanceof s.Doc?this:this.parent(s.Parent)),e=e||1/0,this.each(function(){return this instanceof s.Defs?this:this instanceof s.Parent?this.ungroup(t,e-1):this.toParent(t)}),this.node.firstChild||this.remove(),this)},flatten:function(t,e){return this.ungroup(t,e)}}),s.Container=s.invent({create:function(t){this.constructor.call(this,t)},inherit:s.Parent}),s.ViewBox=s.invent({create:function(e){var i,a,n,r,o,l,h,c=1,d=1,u=/[+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?/gi;if(e instanceof s.Element){for(l=e,h=e,o=(e.attr("viewBox")||"").match(u),e.bbox,n=new s.Number(e.width()),r=new s.Number(e.height());"%"==n.unit;)c*=n.value,n=new s.Number(l instanceof s.Doc?l.parent().offsetWidth:l.parent().width()),l=l.parent();for(;"%"==r.unit;)d*=r.value,r=new s.Number(h instanceof s.Doc?h.parent().offsetHeight:h.parent().height()),h=h.parent();this.x=0,this.y=0,this.width=n*c,this.height=r*d,this.zoom=1,o&&(i=parseFloat(o[0]),a=parseFloat(o[1]),n=parseFloat(o[2]),r=parseFloat(o[3]),this.zoom=this.width/this.height>n/r?this.height/r:this.width/n,this.x=i,this.y=a,this.width=n,this.height=r)}else e="string"==typeof e?e.match(u).map(function(t){return parseFloat(t)}):Array.isArray(e)?e:"object"===t(e)?[e.x,e.y,e.width,e.height]:4==arguments.length?[].slice.call(arguments):[0,0,0,0],this.x=e[0],this.y=e[1],this.width=e[2],this.height=e[3]},extend:{toString:function(){return this.x+" "+this.y+" "+this.width+" "+this.height},morph:function(t,e,i,a){return this.destination=new s.ViewBox(t,e,i,a),this},at:function(t){return this.destination?new s.ViewBox([this.x+(this.destination.x-this.x)*t,this.y+(this.destination.y-this.y)*t,this.width+(this.destination.width-this.width)*t,this.height+(this.destination.height-this.height)*t]):this}},parent:s.Container,construct:{viewbox:function(t,e,i,a){return 0==arguments.length?new s.ViewBox(this):this.attr("viewBox",new s.ViewBox(t,e,i,a))}}}),["click","dblclick","mousedown","mouseup","mouseover","mouseout","mousemove","touchstart","touchmove","touchleave","touchend","touchcancel"].forEach(function(t){s.Element.prototype[t]=function(e){return s.on(this.node,t,e),this}}),s.listeners=[],s.handlerMap=[],s.listenerId=0,s.on=function(t,e,i,a,n){var r=i.bind(a||t.instance||t),o=(s.handlerMap.indexOf(t)+1||s.handlerMap.push(t))-1,l=e.split(".")[0],h=e.split(".")[1]||"*";s.listeners[o]=s.listeners[o]||{},s.listeners[o][l]=s.listeners[o][l]||{},s.listeners[o][l][h]=s.listeners[o][l][h]||{},i._svgjsListenerId||(i._svgjsListenerId=++s.listenerId),s.listeners[o][l][h][i._svgjsListenerId]=r,t.addEventListener(l,r,n||!1)},s.off=function(t,e,i){var a=s.handlerMap.indexOf(t),n=e&&e.split(".")[0],r=e&&e.split(".")[1],o="";if(-1!=a)if(i){if("function"==typeof i&&(i=i._svgjsListenerId),!i)return;s.listeners[a][n]&&s.listeners[a][n][r||"*"]&&(t.removeEventListener(n,s.listeners[a][n][r||"*"][i],!1),delete s.listeners[a][n][r||"*"][i])}else if(r&&n){if(s.listeners[a][n]&&s.listeners[a][n][r]){for(i in s.listeners[a][n][r])s.off(t,[n,r].join("."),i);delete s.listeners[a][n][r]}}else if(r)for(e in s.listeners[a])for(o in s.listeners[a][e])r===o&&s.off(t,[e,r].join("."));else if(n){if(s.listeners[a][n]){for(o in s.listeners[a][n])s.off(t,[n,o].join("."));delete s.listeners[a][n]}}else{for(e in s.listeners[a])s.off(t,e);delete s.listeners[a],delete s.handlerMap[a]}},s.extend(s.Element,{on:function(t,e,i,a){return s.on(this.node,t,e,i,a),this},off:function(t,e){return s.off(this.node,t,e),this},fire:function(t,i){return t instanceof e.Event?this.node.dispatchEvent(t):this.node.dispatchEvent(t=new s.CustomEvent(t,{detail:i,cancelable:!0})),this._event=t,this},event:function(){return this._event}}),s.Defs=s.invent({create:"defs",inherit:s.Container}),s.G=s.invent({create:"g",inherit:s.Container,extend:{x:function(t){return null==t?this.transform("x"):this.transform({x:t-this.x()},!0)},y:function(t){return null==t?this.transform("y"):this.transform({y:t-this.y()},!0)},cx:function(t){return null==t?this.gbox().cx:this.x(t-this.gbox().width/2)},cy:function(t){return null==t?this.gbox().cy:this.y(t-this.gbox().height/2)},gbox:function(){var t=this.bbox(),e=this.transform();return t.x+=e.x,t.x2+=e.x,t.cx+=e.x,t.y+=e.y,t.y2+=e.y,t.cy+=e.y,t}},construct:{group:function(){return this.put(new s.G)}}}),s.Doc=s.invent({create:function(t){t&&("svg"==(t="string"==typeof t?i.getElementById(t):t).nodeName?this.constructor.call(this,t):(this.constructor.call(this,s.create("svg")),t.appendChild(this.node),this.size("100%","100%")),this.namespace().defs())},inherit:s.Container,extend:{namespace:function(){return this.attr({xmlns:s.ns,version:"1.1"}).attr("xmlns:xlink",s.xlink,s.xmlns).attr("xmlns:svgjs",s.svgjs,s.xmlns)},defs:function(){var t;this._defs||((t=this.node.getElementsByTagName("defs")[0])?this._defs=s.adopt(t):this._defs=new s.Defs,this.node.appendChild(this._defs.node));return this._defs},parent:function(){return this.node.parentNode&&"#document"!=this.node.parentNode.nodeName?this.node.parentNode:null},spof:function(){var t=this.node.getScreenCTM();return t&&this.style("left",-t.e%1+"px").style("top",-t.f%1+"px"),this},remove:function(){return this.parent()&&this.parent().removeChild(this.node),this},clear:function(){for(;this.node.hasChildNodes();)this.node.removeChild(this.node.lastChild);return delete this._defs,s.parser.draw&&!s.parser.draw.parentNode&&this.node.appendChild(s.parser.draw),this},clone:function(t){this.writeDataToDom();var e=this.node,i=b(e.cloneNode(!0));return t?(t.node||t).appendChild(i.node):e.parentNode.insertBefore(i.node,e.nextSibling),i}}}),s.extend(s.Element,{siblings:function(){return this.parent().children()},position:function(){return this.parent().index(this)},next:function(){return this.siblings()[this.position()+1]},previous:function(){return this.siblings()[this.position()-1]},forward:function(){var t=this.position()+1,e=this.parent();return e.removeElement(this).add(this,t),e instanceof s.Doc&&e.node.appendChild(e.defs().node),this},backward:function(){var t=this.position();return t>0&&this.parent().removeElement(this).add(this,t-1),this},front:function(){var t=this.parent();return t.node.appendChild(this.node),t instanceof s.Doc&&t.node.appendChild(t.defs().node),this},back:function(){return this.position()>0&&this.parent().removeElement(this).add(this,0),this},before:function(t){t.remove();var e=this.position();return this.parent().add(t,e),this},after:function(t){t.remove();var e=this.position();return this.parent().add(t,e+1),this}}),s.Mask=s.invent({create:function(){this.constructor.call(this,s.create("mask")),this.targets=[]},inherit:s.Container,extend:{remove:function(){for(var t=this.targets.length-1;t>=0;t--)this.targets[t]&&this.targets[t].unmask();return this.targets=[],s.Element.prototype.remove.call(this),this}},construct:{mask:function(){return this.defs().put(new s.Mask)}}}),s.extend(s.Element,{maskWith:function(t){return this.masker=t instanceof s.Mask?t:this.parent().mask().add(t),this.masker.targets.push(this),this.attr("mask",'url("#'+this.masker.attr("id")+'")')},unmask:function(){return delete this.masker,this.attr("mask",null)}}),s.ClipPath=s.invent({create:function(){this.constructor.call(this,s.create("clipPath")),this.targets=[]},inherit:s.Container,extend:{remove:function(){for(var t=this.targets.length-1;t>=0;t--)this.targets[t]&&this.targets[t].unclip();return this.targets=[],this.parent().removeElement(this),this}},construct:{clip:function(){return this.defs().put(new s.ClipPath)}}}),s.extend(s.Element,{clipWith:function(t){return this.clipper=t instanceof s.ClipPath?t:this.parent().clip().add(t),this.clipper.targets.push(this),this.attr("clip-path",'url("#'+this.clipper.attr("id")+'")')},unclip:function(){return delete this.clipper,this.attr("clip-path",null)}}),s.Gradient=s.invent({create:function(t){this.constructor.call(this,s.create(t+"Gradient")),this.type=t},inherit:s.Container,extend:{at:function(t,e,i){return this.put(new s.Stop).update(t,e,i)},update:function(t){return this.clear(),"function"==typeof t&&t.call(this,this),this},fill:function(){return"url(#"+this.id()+")"},toString:function(){return this.fill()},attr:function(t,e,i){return"transform"==t&&(t="gradientTransform"),s.Container.prototype.attr.call(this,t,e,i)}},construct:{gradient:function(t,e){return this.defs().gradient(t,e)}}}),s.extend(s.Gradient,s.FX,{from:function(t,e){return"radial"==(this._target||this).type?this.attr({fx:new s.Number(t),fy:new s.Number(e)}):this.attr({x1:new s.Number(t),y1:new s.Number(e)})},to:function(t,e){return"radial"==(this._target||this).type?this.attr({cx:new s.Number(t),cy:new s.Number(e)}):this.attr({x2:new s.Number(t),y2:new s.Number(e)})}}),s.extend(s.Defs,{gradient:function(t,e){return this.put(new s.Gradient(t)).update(e)}}),s.Stop=s.invent({create:"stop",inherit:s.Element,extend:{update:function(t){return("number"==typeof t||t instanceof s.Number)&&(t={offset:arguments[0],color:arguments[1],opacity:arguments[2]}),null!=t.opacity&&this.attr("stop-opacity",t.opacity),null!=t.color&&this.attr("stop-color",t.color),null!=t.offset&&this.attr("offset",new s.Number(t.offset)),this}}}),s.Pattern=s.invent({create:"pattern",inherit:s.Container,extend:{fill:function(){return"url(#"+this.id()+")"},update:function(t){return this.clear(),"function"==typeof t&&t.call(this,this),this},toString:function(){return this.fill()},attr:function(t,e,i){return"transform"==t&&(t="patternTransform"),s.Container.prototype.attr.call(this,t,e,i)}},construct:{pattern:function(t,e,i){return this.defs().pattern(t,e,i)}}}),s.extend(s.Defs,{pattern:function(t,e,i){return this.put(new s.Pattern).update(i).attr({x:0,y:0,width:t,height:e,patternUnits:"userSpaceOnUse"})}}),s.Shape=s.invent({create:function(t){this.constructor.call(this,t)},inherit:s.Element}),s.Bare=s.invent({create:function(t,e){if(this.constructor.call(this,s.create(t)),e)for(var i in e.prototype)"function"==typeof e.prototype[i]&&(this[i]=e.prototype[i])},inherit:s.Element,extend:{words:function(t){for(;this.node.hasChildNodes();)this.node.removeChild(this.node.lastChild);return this.node.appendChild(i.createTextNode(t)),this}}}),s.extend(s.Parent,{element:function(t,e){return this.put(new s.Bare(t,e))}}),s.Symbol=s.invent({create:"symbol",inherit:s.Container,construct:{symbol:function(){return this.put(new s.Symbol)}}}),s.Use=s.invent({create:"use",inherit:s.Shape,extend:{element:function(t,e){return this.attr("href",(e||"")+"#"+t,s.xlink)}},construct:{use:function(t,e){return this.put(new s.Use).element(t,e)}}}),s.Rect=s.invent({create:"rect",inherit:s.Shape,construct:{rect:function(t,e){return this.put(new s.Rect).size(t,e)}}}),s.Circle=s.invent({create:"circle",inherit:s.Shape,construct:{circle:function(t){return this.put(new s.Circle).rx(new s.Number(t).divide(2)).move(0,0)}}}),s.extend(s.Circle,s.FX,{rx:function(t){return this.attr("r",t)},ry:function(t){return this.rx(t)}}),s.Ellipse=s.invent({create:"ellipse",inherit:s.Shape,construct:{ellipse:function(t,e){return this.put(new s.Ellipse).size(t,e).move(0,0)}}}),s.extend(s.Ellipse,s.Rect,s.FX,{rx:function(t){return this.attr("rx",t)},ry:function(t){return this.attr("ry",t)}}),s.extend(s.Circle,s.Ellipse,{x:function(t){return null==t?this.cx()-this.rx():this.cx(t+this.rx())},y:function(t){return null==t?this.cy()-this.ry():this.cy(t+this.ry())},cx:function(t){return null==t?this.attr("cx"):this.attr("cx",t)},cy:function(t){return null==t?this.attr("cy"):this.attr("cy",t)},width:function(t){return null==t?2*this.rx():this.rx(new s.Number(t).divide(2))},height:function(t){return null==t?2*this.ry():this.ry(new s.Number(t).divide(2))},size:function(t,e){var i=g(this,t,e);return this.rx(new s.Number(i.width).divide(2)).ry(new s.Number(i.height).divide(2))}}),s.Line=s.invent({create:"line",inherit:s.Shape,extend:{array:function(){return new s.PointArray([[this.attr("x1"),this.attr("y1")],[this.attr("x2"),this.attr("y2")]])},plot:function(t,e,i,a){return null==t?this.array():(t=void 0!==e?{x1:t,y1:e,x2:i,y2:a}:new s.PointArray(t).toLine(),this.attr(t))},move:function(t,e){return this.attr(this.array().move(t,e).toLine())},size:function(t,e){var i=g(this,t,e);return this.attr(this.array().size(i.width,i.height).toLine())}},construct:{line:function(t,e,i,a){return s.Line.prototype.plot.apply(this.put(new s.Line),null!=t?[t,e,i,a]:[0,0,0,0])}}}),s.Polyline=s.invent({create:"polyline",inherit:s.Shape,construct:{polyline:function(t){return this.put(new s.Polyline).plot(t||new s.PointArray)}}}),s.Polygon=s.invent({create:"polygon",inherit:s.Shape,construct:{polygon:function(t){return this.put(new s.Polygon).plot(t||new s.PointArray)}}}),s.extend(s.Polyline,s.Polygon,{array:function(){return this._array||(this._array=new s.PointArray(this.attr("points")))},plot:function(t){return null==t?this.array():this.clear().attr("points","string"==typeof t?t:this._array=new s.PointArray(t))},clear:function(){return delete this._array,this},move:function(t,e){return this.attr("points",this.array().move(t,e))},size:function(t,e){var i=g(this,t,e);return this.attr("points",this.array().size(i.width,i.height))}}),s.extend(s.Line,s.Polyline,s.Polygon,{morphArray:s.PointArray,x:function(t){return null==t?this.bbox().x:this.move(t,this.bbox().y)},y:function(t){return null==t?this.bbox().y:this.move(this.bbox().x,t)},width:function(t){var e=this.bbox();return null==t?e.width:this.size(t,e.height)},height:function(t){var e=this.bbox();return null==t?e.height:this.size(e.width,t)}}),s.Path=s.invent({create:"path",inherit:s.Shape,extend:{morphArray:s.PathArray,array:function(){return this._array||(this._array=new s.PathArray(this.attr("d")))},plot:function(t){return null==t?this.array():this.clear().attr("d","string"==typeof t?t:this._array=new s.PathArray(t))},clear:function(){return delete this._array,this},move:function(t,e){return this.attr("d",this.array().move(t,e))},x:function(t){return null==t?this.bbox().x:this.move(t,this.bbox().y)},y:function(t){return null==t?this.bbox().y:this.move(this.bbox().x,t)},size:function(t,e){var i=g(this,t,e);return this.attr("d",this.array().size(i.width,i.height))},width:function(t){return null==t?this.bbox().width:this.size(t,this.bbox().height)},height:function(t){return null==t?this.bbox().height:this.size(this.bbox().width,t)}},construct:{path:function(t){return this.put(new s.Path).plot(t||new s.PathArray)}}}),s.Image=s.invent({create:"image",inherit:s.Shape,extend:{load:function(t){if(!t)return this;var i=this,a=new e.Image;return s.on(a,"load",function(){s.off(a);var e=i.parent(s.Pattern);null!==e&&(0==i.width()&&0==i.height()&&i.size(a.width,a.height),e&&0==e.width()&&0==e.height()&&e.size(i.width(),i.height()),"function"==typeof i._loaded&&i._loaded.call(i,{width:a.width,height:a.height,ratio:a.width/a.height,url:t}))}),s.on(a,"error",function(t){s.off(a),"function"==typeof i._error&&i._error.call(i,t)}),this.attr("href",a.src=this.src=t,s.xlink)},loaded:function(t){return this._loaded=t,this},error:function(t){return this._error=t,this}},construct:{image:function(t,e,i){return this.put(new s.Image).load(t).size(e||0,i||e||0)}}}),s.Text=s.invent({create:function(){this.constructor.call(this,s.create("text")),this.dom.leading=new s.Number(1.3),this._rebuild=!0,this._build=!1,this.attr("font-family",s.defaults.attrs["font-family"])},inherit:s.Shape,extend:{x:function(t){return null==t?this.attr("x"):this.attr("x",t)},y:function(t){var e=this.attr("y"),i="number"==typeof e?e-this.bbox().y:0;return null==t?"number"==typeof e?e-i:e:this.attr("y","number"==typeof t.valueOf()?t+i:t)},cx:function(t){return null==t?this.bbox().cx:this.x(t-this.bbox().width/2)},cy:function(t){return null==t?this.bbox().cy:this.y(t-this.bbox().height/2)},text:function(t){if(void 0===t){t="";for(var e=this.node.childNodes,i=0,a=e.length;i<a;++i)0!=i&&3!=e[i].nodeType&&1==s.adopt(e[i]).dom.newLined&&(t+="\n"),t+=e[i].textContent;return t}if(this.clear().build(!0),"function"==typeof t)t.call(this,this);else{i=0;for(var n=(t=t.split("\n")).length;i<n;i++)this.tspan(t[i]).newLine()}return this.build(!1).rebuild()},size:function(t){return this.attr("font-size",t).rebuild()},leading:function(t){return null==t?this.dom.leading:(this.dom.leading=new s.Number(t),this.rebuild())},lines:function(){var t=(this.textPath&&this.textPath()||this).node,e=s.utils.map(s.utils.filterSVGElements(t.childNodes),function(t){return s.adopt(t)});return new s.Set(e)},rebuild:function(t){if("boolean"==typeof t&&(this._rebuild=t),this._rebuild){var e=this,i=0,a=this.dom.leading*new s.Number(this.attr("font-size"));this.lines().each(function(){this.dom.newLined&&(e.textPath()||this.attr("x",e.attr("x")),"\n"==this.text()?i+=a:(this.attr("dy",a+i),i=0))}),this.fire("rebuild")}return this},build:function(t){return this._build=!!t,this},setData:function(t){return this.dom=t,this.dom.leading=new s.Number(t.leading||1.3),this}},construct:{text:function(t){return this.put(new s.Text).text(t)},plain:function(t){return this.put(new s.Text).plain(t)}}}),s.Tspan=s.invent({create:"tspan",inherit:s.Shape,extend:{text:function(t){return null==t?this.node.textContent+(this.dom.newLined?"\n":""):("function"==typeof t?t.call(this,this):this.plain(t),this)},dx:function(t){return this.attr("dx",t)},dy:function(t){return this.attr("dy",t)},newLine:function(){var t=this.parent(s.Text);return this.dom.newLined=!0,this.dy(t.dom.leading*t.attr("font-size")).attr("x",t.x())}}}),s.extend(s.Text,s.Tspan,{plain:function(t){return!1===this._build&&this.clear(),this.node.appendChild(i.createTextNode(t)),this},tspan:function(t){var e=(this.textPath&&this.textPath()||this).node,i=new s.Tspan;return!1===this._build&&this.clear(),e.appendChild(i.node),i.text(t)},clear:function(){for(var t=(this.textPath&&this.textPath()||this).node;t.hasChildNodes();)t.removeChild(t.lastChild);return this},length:function(){return this.node.getComputedTextLength()}}),s.TextPath=s.invent({create:"textPath",inherit:s.Parent,parent:s.Text,construct:{morphArray:s.PathArray,path:function(t){for(var e=new s.TextPath,i=this.doc().defs().path(t);this.node.hasChildNodes();)e.node.appendChild(this.node.firstChild);return this.node.appendChild(e.node),e.attr("href","#"+i,s.xlink),this},array:function(){var t=this.track();return t?t.array():null},plot:function(t){var e=this.track(),i=null;return e&&(i=e.plot(t)),null==t?i:this},track:function(){var t=this.textPath();if(t)return t.reference("href")},textPath:function(){if(this.node.firstChild&&"textPath"==this.node.firstChild.nodeName)return s.adopt(this.node.firstChild)}}}),s.Nested=s.invent({create:function(){this.constructor.call(this,s.create("svg")),this.style("overflow","visible")},inherit:s.Container,construct:{nested:function(){return this.put(new s.Nested)}}}),s.A=s.invent({create:"a",inherit:s.Container,extend:{to:function(t){return this.attr("href",t,s.xlink)},show:function(t){return this.attr("show",t,s.xlink)},target:function(t){return this.attr("target",t)}},construct:{link:function(t){return this.put(new s.A).to(t)}}}),s.extend(s.Element,{linkTo:function(t){var e=new s.A;return"function"==typeof t?t.call(e,e):e.to(t),this.parent().put(e).put(this)}}),s.Marker=s.invent({create:"marker",inherit:s.Container,extend:{width:function(t){return this.attr("markerWidth",t)},height:function(t){return this.attr("markerHeight",t)},ref:function(t,e){return this.attr("refX",t).attr("refY",e)},update:function(t){return this.clear(),"function"==typeof t&&t.call(this,this),this},toString:function(){return"url(#"+this.id()+")"}},construct:{marker:function(t,e,i){return this.defs().marker(t,e,i)}}}),s.extend(s.Defs,{marker:function(t,e,i){return this.put(new s.Marker).size(t,e).ref(t/2,e/2).viewbox(0,0,t,e).attr("orient","auto").update(i)}}),s.extend(s.Line,s.Polyline,s.Polygon,s.Path,{marker:function(t,e,i,a){var n=["marker"];return"all"!=t&&n.push(t),n=n.join("-"),t=arguments[1]instanceof s.Marker?arguments[1]:this.doc().marker(e,i,a),this.attr(n,t)}});var l={stroke:["color","width","opacity","linecap","linejoin","miterlimit","dasharray","dashoffset"],fill:["color","opacity","rule"],prefix:function(t,e){return"color"==e?t:t+"-"+e}};function h(t,e,i,a){return i+a.replace(s.regex.dots," .")}function c(t){return t.toLowerCase().replace(/-(.)/g,function(t,e){return e.toUpperCase()})}function d(t){return t.charAt(0).toUpperCase()+t.slice(1)}function u(t){var e=t.toString(16);return 1==e.length?"0"+e:e}function g(t,e,i){if(null==e||null==i){var s=t.bbox();null==e?e=s.width/s.height*i:null==i&&(i=s.height/s.width*e)}return{width:e,height:i}}function f(t,e,i){return{x:e*t.a+i*t.c+0,y:e*t.b+i*t.d+0}}function p(t){return{a:t[0],b:t[1],c:t[2],d:t[3],e:t[4],f:t[5]}}function x(t,e){t.cx=null==t.cx?e.bbox().cx:t.cx,t.cy=null==t.cy?e.bbox().cy:t.cy}function b(t){for(var i=t.childNodes.length-1;i>=0;i--)t.childNodes[i]instanceof e.SVGElement&&b(t.childNodes[i]);return s.adopt(t).id(s.eid(t.nodeName))}function m(t){return null==t.x&&(t.x=0,t.y=0,t.width=0,t.height=0),t.w=t.width,t.h=t.height,t.x2=t.x+t.width,t.y2=t.y+t.height,t.cx=t.x+t.width/2,t.cy=t.y+t.height/2,t}function v(t){return Math.abs(t)>1e-37?t:0}["fill","stroke"].forEach(function(t){var e,i={};i[t]=function(i){if(void 0===i)return this;if("string"==typeof i||s.Color.isRgb(i)||i&&"function"==typeof i.fill)this.attr(t,i);else for(e=l[t].length-1;e>=0;e--)null!=i[l[t][e]]&&this.attr(l.prefix(t,l[t][e]),i[l[t][e]]);return this},s.extend(s.Element,s.FX,i)}),s.extend(s.Element,s.FX,{rotate:function(t,e,i){return this.transform({rotation:t,cx:e,cy:i})},skew:function(t,e,i,s){return 1==arguments.length||3==arguments.length?this.transform({skew:t,cx:e,cy:i}):this.transform({skewX:t,skewY:e,cx:i,cy:s})},scale:function(t,e,i,s){return 1==arguments.length||3==arguments.length?this.transform({scale:t,cx:e,cy:i}):this.transform({scaleX:t,scaleY:e,cx:i,cy:s})},translate:function(t,e){return this.transform({x:t,y:e})},flip:function(t,e){return e="number"==typeof t?t:e,this.transform({flip:t||"both",offset:e})},matrix:function(t){return this.attr("transform",new s.Matrix(6==arguments.length?[].slice.call(arguments):t))},opacity:function(t){return this.attr("opacity",t)},dx:function(t){return this.x(new s.Number(t).plus(this instanceof s.FX?0:this.x()),!0)},dy:function(t){return this.y(new s.Number(t).plus(this instanceof s.FX?0:this.y()),!0)},dmove:function(t,e){return this.dx(t).dy(e)}}),s.extend(s.Rect,s.Ellipse,s.Circle,s.Gradient,s.FX,{radius:function(t,e){var i=(this._target||this).type;return"radial"==i||"circle"==i?this.attr("r",new s.Number(t)):this.rx(t).ry(null==e?t:e)}}),s.extend(s.Path,{length:function(){return this.node.getTotalLength()},pointAt:function(t){return this.node.getPointAtLength(t)}}),s.extend(s.Parent,s.Text,s.Tspan,s.FX,{font:function(e,i){if("object"===t(e))for(i in e)this.font(i,e[i]);return"leading"==e?this.leading(i):"anchor"==e?this.attr("text-anchor",i):"size"==e||"family"==e||"weight"==e||"stretch"==e||"variant"==e||"style"==e?this.attr("font-"+e,i):this.attr(e,i)}}),s.Set=s.invent({create:function(t){Array.isArray(t)?this.members=t:this.clear()},extend:{add:function(){var t,e,i=[].slice.call(arguments);for(t=0,e=i.length;t<e;t++)this.members.push(i[t]);return this},remove:function(t){var e=this.index(t);return e>-1&&this.members.splice(e,1),this},each:function(t){for(var e=0,i=this.members.length;e<i;e++)t.apply(this.members[e],[e,this.members]);return this},clear:function(){return this.members=[],this},length:function(){return this.members.length},has:function(t){return this.index(t)>=0},index:function(t){return this.members.indexOf(t)},get:function(t){return this.members[t]},first:function(){return this.get(0)},last:function(){return this.get(this.members.length-1)},valueOf:function(){return this.members},bbox:function(){if(0==this.members.length)return new s.RBox;var t=this.members[0].rbox(this.members[0].doc());return this.each(function(){t=t.merge(this.rbox(this.doc()))}),t}},construct:{set:function(t){return new s.Set(t)}}}),s.FX.Set=s.invent({create:function(t){this.set=t}}),s.Set.inherit=function(){var t=[];for(var e in s.Shape.prototype)"function"==typeof s.Shape.prototype[e]&&"function"!=typeof s.Set.prototype[e]&&t.push(e);for(var e in t.forEach(function(t){s.Set.prototype[t]=function(){for(var e=0,i=this.members.length;e<i;e++)this.members[e]&&"function"==typeof this.members[e][t]&&this.members[e][t].apply(this.members[e],arguments);return"animate"==t?this.fx||(this.fx=new s.FX.Set(this)):this}}),t=[],s.FX.prototype)"function"==typeof s.FX.prototype[e]&&"function"!=typeof s.FX.Set.prototype[e]&&t.push(e);t.forEach(function(t){s.FX.Set.prototype[t]=function(){for(var e=0,i=this.set.members.length;e<i;e++)this.set.members[e].fx[t].apply(this.set.members[e].fx,arguments);return this}})},s.extend(s.Element,{data:function(e,i,s){if("object"===t(e))for(i in e)this.data(i,e[i]);else if(arguments.length<2)try{return JSON.parse(this.attr("data-"+e))}catch(t){return this.attr("data-"+e)}else this.attr("data-"+e,null===i?null:!0===s||"string"==typeof i||"number"==typeof i?i:JSON.stringify(i));return this}}),s.extend(s.Element,{remember:function(e,i){if("object"===t(arguments[0]))for(var i in e)this.remember(i,e[i]);else{if(1==arguments.length)return this.memory()[e];this.memory()[e]=i}return this},forget:function(){if(0==arguments.length)this._memory={};else for(var t=arguments.length-1;t>=0;t--)delete this.memory()[arguments[t]];return this},memory:function(){return this._memory||(this._memory={})}}),s.get=function(t){var e=i.getElementById(function(t){var e=(t||"").toString().match(s.regex.reference);if(e)return e[1]}(t)||t);return s.adopt(e)},s.select=function(t,e){return new s.Set(s.utils.map((e||i).querySelectorAll(t),function(t){return s.adopt(t)}))},s.extend(s.Parent,{select:function(t){return s.select(t,this.node)}});var y="abcdef".split("");if("function"!=typeof e.CustomEvent){var w=function(t,e){e=e||{bubbles:!1,cancelable:!1,detail:void 0};var s=i.createEvent("CustomEvent");return s.initCustomEvent(t,e.bubbles,e.cancelable,e.detail),s};w.prototype=e.Event.prototype,s.CustomEvent=w}else s.CustomEvent=e.CustomEvent;return function(t){for(var i=0,s=["moz","webkit"],a=0;a<s.length&&!e.requestAnimationFrame;++a)t.requestAnimationFrame=t[s[a]+"RequestAnimationFrame"],t.cancelAnimationFrame=t[s[a]+"CancelAnimationFrame"]||t[s[a]+"CancelRequestAnimationFrame"];t.requestAnimationFrame=t.requestAnimationFrame||function(e){var s=(new Date).getTime(),a=Math.max(0,16-(s-i)),n=t.setTimeout(function(){e(s+a)},a);return i=s+a,n},t.cancelAnimationFrame=t.cancelAnimationFrame||t.clearTimeout}(e),s},"function"==typeof define&&define.amd?define(function(){return at(st,st.document)}):"object"===("undefined"==typeof exports?"undefined":t(exports))&&"undefined"!=typeof module?module.exports=st.document?at(st,st.document):function(t){return at(t,t.document)}:st.SVG=at(st,st.document),function(){SVG.Filter=SVG.invent({create:"filter",inherit:SVG.Parent,extend:{source:"SourceGraphic",sourceAlpha:"SourceAlpha",background:"BackgroundImage",backgroundAlpha:"BackgroundAlpha",fill:"FillPaint",stroke:"StrokePaint",autoSetIn:!0,put:function(t,e){return this.add(t,e),!t.attr("in")&&this.autoSetIn&&t.attr("in",this.source),t.attr("result")||t.attr("result",t),t},blend:function(t,e,i){return this.put(new SVG.BlendEffect(t,e,i))},colorMatrix:function(t,e){return this.put(new SVG.ColorMatrixEffect(t,e))},convolveMatrix:function(t){return this.put(new SVG.ConvolveMatrixEffect(t))},componentTransfer:function(t){return this.put(new SVG.ComponentTransferEffect(t))},composite:function(t,e,i){return this.put(new SVG.CompositeEffect(t,e,i))},flood:function(t,e){return this.put(new SVG.FloodEffect(t,e))},offset:function(t,e){return this.put(new SVG.OffsetEffect(t,e))},image:function(t){return this.put(new SVG.ImageEffect(t))},merge:function(){var t=[void 0];for(var e in arguments)t.push(arguments[e]);return this.put(new(SVG.MergeEffect.bind.apply(SVG.MergeEffect,t)))},gaussianBlur:function(t,e){return this.put(new SVG.GaussianBlurEffect(t,e))},morphology:function(t,e){return this.put(new SVG.MorphologyEffect(t,e))},diffuseLighting:function(t,e,i){return this.put(new SVG.DiffuseLightingEffect(t,e,i))},displacementMap:function(t,e,i,s,a){return this.put(new SVG.DisplacementMapEffect(t,e,i,s,a))},specularLighting:function(t,e,i,s){return this.put(new SVG.SpecularLightingEffect(t,e,i,s))},tile:function(){return this.put(new SVG.TileEffect)},turbulence:function(t,e,i,s,a){return this.put(new SVG.TurbulenceEffect(t,e,i,s,a))},toString:function(){return"url(#"+this.attr("id")+")"}}}),SVG.extend(SVG.Defs,{filter:function(t){var e=this.put(new SVG.Filter);return"function"==typeof t&&t.call(e,e),e}}),SVG.extend(SVG.Container,{filter:function(t){return this.defs().filter(t)}}),SVG.extend(SVG.Element,SVG.G,SVG.Nested,{filter:function(t){return this.filterer=t instanceof SVG.Element?t:this.doc().filter(t),this.doc()&&this.filterer.doc()!==this.doc()&&this.doc().defs().add(this.filterer),this.attr("filter",this.filterer),this.filterer},unfilter:function(t){return this.filterer&&!0===t&&this.filterer.remove(),delete this.filterer,this.attr("filter",null)}}),SVG.Effect=SVG.invent({create:function(){this.constructor.call(this)},inherit:SVG.Element,extend:{in:function(t){return null==t?this.parent()&&this.parent().select('[result="'+this.attr("in")+'"]').get(0)||this.attr("in"):this.attr("in",t)},result:function(t){return null==t?this.attr("result"):this.attr("result",t)},toString:function(){return this.result()}}}),SVG.ParentEffect=SVG.invent({create:function(){this.constructor.call(this)},inherit:SVG.Parent,extend:{in:function(t){return null==t?this.parent()&&this.parent().select('[result="'+this.attr("in")+'"]').get(0)||this.attr("in"):this.attr("in",t)},result:function(t){return null==t?this.attr("result"):this.attr("result",t)},toString:function(){return this.result()}}});var t={blend:function(t,e){return this.parent()&&this.parent().blend(this,t,e)},colorMatrix:function(t,e){return this.parent()&&this.parent().colorMatrix(t,e).in(this)},convolveMatrix:function(t){return this.parent()&&this.parent().convolveMatrix(t).in(this)},componentTransfer:function(t){return this.parent()&&this.parent().componentTransfer(t).in(this)},composite:function(t,e){return this.parent()&&this.parent().composite(this,t,e)},flood:function(t,e){return this.parent()&&this.parent().flood(t,e)},offset:function(t,e){return this.parent()&&this.parent().offset(t,e).in(this)},image:function(t){return this.parent()&&this.parent().image(t)},merge:function(){return this.parent()&&this.parent().merge.apply(this.parent(),[this].concat(arguments))},gaussianBlur:function(t,e){return this.parent()&&this.parent().gaussianBlur(t,e).in(this)},morphology:function(t,e){return this.parent()&&this.parent().morphology(t,e).in(this)},diffuseLighting:function(t,e,i){return this.parent()&&this.parent().diffuseLighting(t,e,i).in(this)},displacementMap:function(t,e,i,s){return this.parent()&&this.parent().displacementMap(this,t,e,i,s)},specularLighting:function(t,e,i,s){return this.parent()&&this.parent().specularLighting(t,e,i,s).in(this)},tile:function(){return this.parent()&&this.parent().tile().in(this)},turbulence:function(t,e,i,s,a){return this.parent()&&this.parent().turbulence(t,e,i,s,a).in(this)}};SVG.extend(SVG.Effect,t),SVG.extend(SVG.ParentEffect,t),SVG.ChildEffect=SVG.invent({create:function(){this.constructor.call(this)},inherit:SVG.Element,extend:{in:function(t){this.attr("in",t)}}});var e={blend:function(t,e,i){this.attr({in:t,in2:e,mode:i||"normal"})},colorMatrix:function(t,e){"matrix"==t&&(e=a(e)),this.attr({type:t,values:void 0===e?null:e})},convolveMatrix:function(t){t=a(t),this.attr({order:Math.sqrt(t.split(" ").length),kernelMatrix:t})},composite:function(t,e,i){this.attr({in:t,in2:e,operator:i})},flood:function(t,e){this.attr("flood-color",t),null!=e&&this.attr("flood-opacity",e)},offset:function(t,e){this.attr({dx:t,dy:e})},image:function(t){this.attr("href",t,SVG.xlink)},displacementMap:function(t,e,i,s,a){this.attr({in:t,in2:e,scale:i,xChannelSelector:s,yChannelSelector:a})},gaussianBlur:function(t,e){null!=t||null!=e?this.attr("stdDeviation",function(t){if(!Array.isArray(t))return t;for(var e=0,i=t.length,s=[];e<i;e++)s.push(t[e]);return s.join(" ")}(Array.prototype.slice.call(arguments))):this.attr("stdDeviation","0 0")},morphology:function(t,e){this.attr({operator:t,radius:e})},tile:function(){},turbulence:function(t,e,i,s,a){this.attr({numOctaves:e,seed:i,stitchTiles:s,baseFrequency:t,type:a})}},i={merge:function(){var t;if(arguments[0]instanceof SVG.Set){var e=this;arguments[0].each(function(t){this instanceof SVG.MergeNode?e.put(this):(this instanceof SVG.Effect||this instanceof SVG.ParentEffect)&&e.put(new SVG.MergeNode(this))})}else{t=Array.isArray(arguments[0])?arguments[0]:arguments;for(var i=0;i<t.length;i++)t[i]instanceof SVG.MergeNode?this.put(t[i]):this.put(new SVG.MergeNode(t[i]))}},componentTransfer:function(t){if(this.rgb=new SVG.Set,["r","g","b","a"].forEach(function(t){this[t]=new(SVG["Func"+t.toUpperCase()])("identity"),this.rgb.add(this[t]),this.node.appendChild(this[t].node)}.bind(this)),t)for(var e in t.rgb&&(["r","g","b"].forEach(function(e){this[e].attr(t.rgb)}.bind(this)),delete t.rgb),t)this[e].attr(t[e])},diffuseLighting:function(t,e,i){this.attr({surfaceScale:t,diffuseConstant:e,kernelUnitLength:i})},specularLighting:function(t,e,i,s){this.attr({surfaceScale:t,diffuseConstant:e,specularExponent:i,kernelUnitLength:s})}},s={distantLight:function(t,e){this.attr({azimuth:t,elevation:e})},pointLight:function(t,e,i){this.attr({x:t,y:e,z:i})},spotLight:function(t,e,i,s,a,n){this.attr({x:t,y:e,z:i,pointsAtX:s,pointsAtY:a,pointsAtZ:n})},mergeNode:function(t){this.attr("in",t)}};function a(t){return Array.isArray(t)&&(t=new SVG.Array(t)),t.toString().replace(/^\s+/,"").replace(/\s+$/,"").replace(/\s+/g," ")}function n(){var t=function(){};for(var e in"function"==typeof arguments[arguments.length-1]&&(t=arguments[arguments.length-1],Array.prototype.splice.call(arguments,arguments.length-1,1)),arguments)for(var i in arguments[e])t(arguments[e][i],i,arguments[e])}["r","g","b","a"].forEach(function(t){s["Func"+t.toUpperCase()]=function(t){switch(this.attr("type",t),t){case"table":this.attr("tableValues",arguments[1]);break;case"linear":this.attr("slope",arguments[1]),this.attr("intercept",arguments[2]);break;case"gamma":this.attr("amplitude",arguments[1]),this.attr("exponent",arguments[2]),this.attr("offset",arguments[2])}}}),n(e,function(t,e){var i=e.charAt(0).toUpperCase()+e.slice(1);SVG[i+"Effect"]=SVG.invent({create:function(){this.constructor.call(this,SVG.create("fe"+i)),t.apply(this,arguments),this.result(this.attr("id")+"Out")},inherit:SVG.Effect,extend:{}})}),n(i,function(t,e){var i=e.charAt(0).toUpperCase()+e.slice(1);SVG[i+"Effect"]=SVG.invent({create:function(){this.constructor.call(this,SVG.create("fe"+i)),t.apply(this,arguments),this.result(this.attr("id")+"Out")},inherit:SVG.ParentEffect,extend:{}})}),n(s,function(t,e){var i=e.charAt(0).toUpperCase()+e.slice(1);SVG[i]=SVG.invent({create:function(){this.constructor.call(this,SVG.create("fe"+i)),t.apply(this,arguments)},inherit:SVG.ChildEffect,extend:{}})}),SVG.extend(SVG.MergeEffect,{in:function(t){return t instanceof SVG.MergeNode?this.add(t,0):this.add(new SVG.MergeNode(t),0),this}}),SVG.extend(SVG.CompositeEffect,SVG.BlendEffect,SVG.DisplacementMapEffect,{in2:function(t){return null==t?this.parent()&&this.parent().select('[result="'+this.attr("in2")+'"]').get(0)||this.attr("in2"):this.attr("in2",t)}}),SVG.filter={sepiatone:[.343,.669,.119,0,0,.249,.626,.13,0,0,.172,.334,.111,0,0,0,0,0,1,0]}}.call(void 0),function(){function t(t,a,n,r,o,l,h){for(var c=t.slice(a,n||h),d=r.slice(o,l||h),u=0,g={pos:[0,0],start:[0,0]},f={pos:[0,0],start:[0,0]};;){if(c[u]=e.call(g,c[u]),d[u]=e.call(f,d[u]),c[u][0]!=d[u][0]||"M"==c[u][0]||"A"==c[u][0]&&(c[u][4]!=d[u][4]||c[u][5]!=d[u][5])?(Array.prototype.splice.apply(c,[u,1].concat(s.call(g,c[u]))),Array.prototype.splice.apply(d,[u,1].concat(s.call(f,d[u])))):(c[u]=i.call(g,c[u]),d[u]=i.call(f,d[u])),++u==c.length&&u==d.length)break;u==c.length&&c.push(["C",g.pos[0],g.pos[1],g.pos[0],g.pos[1],g.pos[0],g.pos[1]]),u==d.length&&d.push(["C",f.pos[0],f.pos[1],f.pos[0],f.pos[1],f.pos[0],f.pos[1]])}return{start:c,dest:d}}function e(t){switch(t[0]){case"z":case"Z":t[0]="L",t[1]=this.start[0],t[2]=this.start[1];break;case"H":t[0]="L",t[2]=this.pos[1];break;case"V":t[0]="L",t[2]=t[1],t[1]=this.pos[0];break;case"T":t[0]="Q",t[3]=t[1],t[4]=t[2],t[1]=this.reflection[1],t[2]=this.reflection[0];break;case"S":t[0]="C",t[6]=t[4],t[5]=t[3],t[4]=t[2],t[3]=t[1],t[2]=this.reflection[1],t[1]=this.reflection[0]}return t}function i(t){var e=t.length;return this.pos=[t[e-2],t[e-1]],-1!="SCQT".indexOf(t[0])&&(this.reflection=[2*this.pos[0]-t[e-4],2*this.pos[1]-t[e-3]]),t}function s(t){var e=[t];switch(t[0]){case"M":return this.pos=this.start=[t[1],t[2]],e;case"L":t[5]=t[3]=t[1],t[6]=t[4]=t[2],t[1]=this.pos[0],t[2]=this.pos[1];break;case"Q":t[6]=t[4],t[5]=t[3],t[4]=1*t[4]/3+2*t[2]/3,t[3]=1*t[3]/3+2*t[1]/3,t[2]=1*this.pos[1]/3+2*t[2]/3,t[1]=1*this.pos[0]/3+2*t[1]/3;break;case"A":t=(e=function(t,e){var i,s,a,n,r,o,l,h,c,d,u,g,f,p,x,b,m,v,y,w,k,A,S,C,L,z,P=Math.abs(e[1]),M=Math.abs(e[2]),E=e[3]%360,T=e[4],X=e[5],I=e[6],Y=e[7],F=new SVG.Point(t),R=new SVG.Point(I,Y),D=[];if(0===P||0===M||F.x===R.x&&F.y===R.y)return[["C",F.x,F.y,R.x,R.y,R.x,R.y]];i=new SVG.Point((F.x-R.x)/2,(F.y-R.y)/2).transform((new SVG.Matrix).rotate(E)),(s=i.x*i.x/(P*P)+i.y*i.y/(M*M))>1&&(s=Math.sqrt(s),P*=s,M*=s);a=(new SVG.Matrix).rotate(E).scale(1/P,1/M).rotate(-E),F=F.transform(a),R=R.transform(a),n=[R.x-F.x,R.y-F.y],o=n[0]*n[0]+n[1]*n[1],r=Math.sqrt(o),n[0]/=r,n[1]/=r,l=o<4?Math.sqrt(1-o/4):0,T===X&&(l*=-1);h=new SVG.Point((R.x+F.x)/2+l*-n[1],(R.y+F.y)/2+l*n[0]),c=new SVG.Point(F.x-h.x,F.y-h.y),d=new SVG.Point(R.x-h.x,R.y-h.y),u=Math.acos(c.x/Math.sqrt(c.x*c.x+c.y*c.y)),c.y<0&&(u*=-1);g=Math.acos(d.x/Math.sqrt(d.x*d.x+d.y*d.y)),d.y<0&&(g*=-1);X&&u>g&&(g+=2*Math.PI);!X&&u<g&&(g-=2*Math.PI);for(p=Math.ceil(2*Math.abs(u-g)/Math.PI),b=[],m=u,f=(g-u)/p,x=4*Math.tan(f/4)/3,k=0;k<=p;k++)y=Math.cos(m),v=Math.sin(m),w=new SVG.Point(h.x+y,h.y+v),b[k]=[new SVG.Point(w.x+x*v,w.y-x*y),w,new SVG.Point(w.x-x*v,w.y+x*y)],m+=f;for(b[0][0]=b[0][1].clone(),b[b.length-1][2]=b[b.length-1][1].clone(),a=(new SVG.Matrix).rotate(E).scale(P,M).rotate(-E),k=0,A=b.length;k<A;k++)b[k][0]=b[k][0].transform(a),b[k][1]=b[k][1].transform(a),b[k][2]=b[k][2].transform(a);for(k=1,A=b.length;k<A;k++)w=b[k-1][2],S=w.x,C=w.y,w=b[k][0],L=w.x,z=w.y,w=b[k][1],I=w.x,Y=w.y,D.push(["C",S,C,L,z,I,Y]);return D}(this.pos,t))[0]}return t[0]="C",this.pos=[t[5],t[6]],this.reflection=[2*t[5]-t[3],2*t[6]-t[4]],e}function a(t,e){if(!1===e)return!1;for(var i=e,s=t.length;i<s;++i)if("M"==t[i][0])return i;return!1}SVG.extend(SVG.PathArray,{morph:function(e){for(var i=this.value,s=this.parse(e),n=0,r=0,o=!1,l=!1;!1!==n||!1!==r;){var h;o=a(i,!1!==n&&n+1),l=a(s,!1!==r&&r+1),!1===n&&(n=0==(h=new SVG.PathArray(c.start).bbox()).height||0==h.width?i.push(i[0])-1:i.push(["M",h.x+h.width/2,h.y+h.height/2])-1),!1===r&&(r=0==(h=new SVG.PathArray(c.dest).bbox()).height||0==h.width?s.push(s[0])-1:s.push(["M",h.x+h.width/2,h.y+h.height/2])-1);var c=t(i,n,o,s,r,l);i=i.slice(0,n).concat(c.start,!1===o?[]:i.slice(o)),s=s.slice(0,r).concat(c.dest,!1===l?[]:s.slice(l)),n=!1!==o&&n+c.start.length,r=!1!==l&&r+c.dest.length}return this.value=i,this.destination=new SVG.PathArray,this.destination.value=s,this}})}(),function(){function t(t){t.remember("_draggable",this),this.el=t}t.prototype.init=function(t,e){var i=this;this.constraint=t,this.value=e,this.el.on("mousedown.drag",function(t){i.start(t)}),this.el.on("touchstart.drag",function(t){i.start(t)})},t.prototype.transformPoint=function(t,e){var i=(t=t||window.event).changedTouches&&t.changedTouches[0]||t;return this.p.x=i.pageX-(e||0),this.p.y=i.pageY,this.p.matrixTransform(this.m)},t.prototype.getBBox=function(){var t=this.el.bbox();return this.el instanceof SVG.Nested&&(t=this.el.rbox()),(this.el instanceof SVG.G||this.el instanceof SVG.Use||this.el instanceof SVG.Nested)&&(t.x=this.el.x(),t.y=this.el.y()),t},t.prototype.start=function(t){if("click"!=t.type&&"mousedown"!=t.type&&"mousemove"!=t.type||1==(t.which||t.buttons)){var e=this;this.el.fire("beforedrag",{event:t,handler:this}),this.parent=this.parent||this.el.parent(SVG.Nested)||this.el.parent(SVG.Doc),this.p=this.parent.node.createSVGPoint(),this.m=this.el.node.getScreenCTM().inverse();var i,s=this.getBBox();if(this.el instanceof SVG.Text)switch(i=this.el.node.getComputedTextLength(),this.el.attr("text-anchor")){case"middle":i/=2;break;case"start":i=0}this.startPoints={point:this.transformPoint(t,i),box:s,transform:this.el.transform()},SVG.on(window,"mousemove.drag",function(t){e.drag(t)}),SVG.on(window,"touchmove.drag",function(t){e.drag(t)}),SVG.on(window,"mouseup.drag",function(t){e.end(t)}),SVG.on(window,"touchend.drag",function(t){e.end(t)}),this.el.fire("dragstart",{event:t,p:this.startPoints.point,m:this.m,handler:this}),t.preventDefault(),t.stopPropagation()}},t.prototype.drag=function(t){var e=this.getBBox(),i=this.transformPoint(t),s=this.startPoints.box.x+i.x-this.startPoints.point.x,a=this.startPoints.box.y+i.y-this.startPoints.point.y,n=this.constraint,r=i.x-this.startPoints.point.x,o=i.y-this.startPoints.point.y,l=new CustomEvent("dragmove",{detail:{event:t,p:i,m:this.m,handler:this},cancelable:!0});if(this.el.fire(l),l.defaultPrevented)return i;if("function"==typeof n){var h=n.call(this.el,s,a,this.m);"boolean"==typeof h&&(h={x:h,y:h}),!0===h.x?this.el.x(s):!1!==h.x&&this.el.x(h.x),!0===h.y?this.el.y(a):!1!==h.y&&this.el.y(h.y)}else"object"==typeof n&&(null!=n.minX&&s<n.minX?s=n.minX:null!=n.maxX&&s>n.maxX-e.width&&(s=n.maxX-e.width),null!=n.minY&&a<n.minY?a=n.minY:null!=n.maxY&&a>n.maxY-e.height&&(a=n.maxY-e.height),this.el instanceof SVG.G?this.el.matrix(this.startPoints.transform).transform({x:r,y:o},!0):this.el.move(s,a));return i},t.prototype.end=function(t){var e=this.drag(t);this.el.fire("dragend",{event:t,p:e,m:this.m,handler:this}),SVG.off(window,"mousemove.drag"),SVG.off(window,"touchmove.drag"),SVG.off(window,"mouseup.drag"),SVG.off(window,"touchend.drag")},SVG.extend(SVG.Element,{draggable:function(e,i){"function"!=typeof e&&"object"!=typeof e||(i=e,e=!0);var s=this.remember("_draggable")||new t(this);return(e=void 0===e||e)?s.init(i||{},e):(this.off("mousedown.drag"),this.off("touchstart.drag")),this}})}.call(void 0),function(){function t(t){this.el=t,t.remember("_selectHandler",this),this.pointSelection={isSelected:!1},this.rectSelection={isSelected:!1}}t.prototype.init=function(t,e){var i=this.el.bbox();for(var s in this.options={},this.el.selectize.defaults)this.options[s]=this.el.selectize.defaults[s],void 0!==e[s]&&(this.options[s]=e[s]);this.parent=this.el.parent(),this.nested=this.nested||this.parent.group(),this.nested.matrix(new SVG.Matrix(this.el).translate(i.x,i.y)),this.options.deepSelect&&-1!==["line","polyline","polygon"].indexOf(this.el.type)?this.selectPoints(t):this.selectRect(t),this.observe(),this.cleanup()},t.prototype.selectPoints=function(t){return this.pointSelection.isSelected=t,this.pointSelection.set?this:(this.pointSelection.set=this.parent.set(),this.drawCircles(),this)},t.prototype.getPointArray=function(){var t=this.el.bbox();return this.el.array().valueOf().map(function(e){return[e[0]-t.x,e[1]-t.y]})},t.prototype.drawCircles=function(){for(var t=this,e=this.getPointArray(),i=0,s=e.length;i<s;++i){var a=function(e){return function(i){(i=i||window.event).preventDefault?i.preventDefault():i.returnValue=!1,i.stopPropagation();var s=i.pageX||i.touches[0].pageX,a=i.pageY||i.touches[0].pageY;t.el.fire("point",{x:s,y:a,i:e,event:i})}}(i);this.pointSelection.set.add(this.nested.circle(this.options.radius).center(e[i][0],e[i][1]).addClass(this.options.classPoints).addClass(this.options.classPoints+"_point").on("touchstart",a).on("mousedown",a))}},t.prototype.updatePointSelection=function(){var t=this.getPointArray();this.pointSelection.set.each(function(e){this.cx()===t[e][0]&&this.cy()===t[e][1]||this.center(t[e][0],t[e][1])})},t.prototype.updateRectSelection=function(){var t=this.el.bbox();this.rectSelection.set.get(0).attr({width:t.width,height:t.height}),this.options.points&&(this.rectSelection.set.get(2).center(t.width,0),this.rectSelection.set.get(3).center(t.width,t.height),this.rectSelection.set.get(4).center(0,t.height),this.rectSelection.set.get(5).center(t.width/2,0),this.rectSelection.set.get(6).center(t.width,t.height/2),this.rectSelection.set.get(7).center(t.width/2,t.height),this.rectSelection.set.get(8).center(0,t.height/2)),this.options.rotationPoint&&(this.options.points?this.rectSelection.set.get(9).center(t.width/2,20):this.rectSelection.set.get(1).center(t.width/2,20))},t.prototype.selectRect=function(t){var e=this,i=this.el.bbox();function s(t){return function(i){(i=i||window.event).preventDefault?i.preventDefault():i.returnValue=!1,i.stopPropagation();var s=i.pageX||i.touches[0].pageX,a=i.pageY||i.touches[0].pageY;e.el.fire(t,{x:s,y:a,event:i})}}if(this.rectSelection.isSelected=t,this.rectSelection.set=this.rectSelection.set||this.parent.set(),this.rectSelection.set.get(0)||this.rectSelection.set.add(this.nested.rect(i.width,i.height).addClass(this.options.classRect)),this.options.points&&!this.rectSelection.set.get(1)){var a="touchstart",n="mousedown";this.rectSelection.set.add(this.nested.circle(this.options.radius).center(0,0).attr("class",this.options.classPoints+"_lt").on(n,s("lt")).on(a,s("lt"))),this.rectSelection.set.add(this.nested.circle(this.options.radius).center(i.width,0).attr("class",this.options.classPoints+"_rt").on(n,s("rt")).on(a,s("rt"))),this.rectSelection.set.add(this.nested.circle(this.options.radius).center(i.width,i.height).attr("class",this.options.classPoints+"_rb").on(n,s("rb")).on(a,s("rb"))),this.rectSelection.set.add(this.nested.circle(this.options.radius).center(0,i.height).attr("class",this.options.classPoints+"_lb").on(n,s("lb")).on(a,s("lb"))),this.rectSelection.set.add(this.nested.circle(this.options.radius).center(i.width/2,0).attr("class",this.options.classPoints+"_t").on(n,s("t")).on(a,s("t"))),this.rectSelection.set.add(this.nested.circle(this.options.radius).center(i.width,i.height/2).attr("class",this.options.classPoints+"_r").on(n,s("r")).on(a,s("r"))),this.rectSelection.set.add(this.nested.circle(this.options.radius).center(i.width/2,i.height).attr("class",this.options.classPoints+"_b").on(n,s("b")).on(a,s("b"))),this.rectSelection.set.add(this.nested.circle(this.options.radius).center(0,i.height/2).attr("class",this.options.classPoints+"_l").on(n,s("l")).on(a,s("l"))),this.rectSelection.set.each(function(){this.addClass(e.options.classPoints)})}if(this.options.rotationPoint&&(this.options.points&&!this.rectSelection.set.get(9)||!this.options.points&&!this.rectSelection.set.get(1))){var r=function(t){(t=t||window.event).preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation();var i=t.pageX||t.touches[0].pageX,s=t.pageY||t.touches[0].pageY;e.el.fire("rot",{x:i,y:s,event:t})};this.rectSelection.set.add(this.nested.circle(this.options.radius).center(i.width/2,20).attr("class",this.options.classPoints+"_rot").on("touchstart",r).on("mousedown",r))}},t.prototype.handler=function(){var t=this.el.bbox();this.nested.matrix(new SVG.Matrix(this.el).translate(t.x,t.y)),this.rectSelection.isSelected&&this.updateRectSelection(),this.pointSelection.isSelected&&this.updatePointSelection()},t.prototype.observe=function(){var t=this;if(MutationObserver)if(this.rectSelection.isSelected||this.pointSelection.isSelected)this.observerInst=this.observerInst||new MutationObserver(function(){t.handler()}),this.observerInst.observe(this.el.node,{attributes:!0});else try{this.observerInst.disconnect(),delete this.observerInst}catch(t){}else this.el.off("DOMAttrModified.select"),(this.rectSelection.isSelected||this.pointSelection.isSelected)&&this.el.on("DOMAttrModified.select",function(){t.handler()})},t.prototype.cleanup=function(){!this.rectSelection.isSelected&&this.rectSelection.set&&(this.rectSelection.set.each(function(){this.remove()}),this.rectSelection.set.clear(),delete this.rectSelection.set),!this.pointSelection.isSelected&&this.pointSelection.set&&(this.pointSelection.set.each(function(){this.remove()}),this.pointSelection.set.clear(),delete this.pointSelection.set),this.pointSelection.isSelected||this.rectSelection.isSelected||(this.nested.remove(),delete this.nested)},SVG.extend(SVG.Element,{selectize:function(e,i){return"object"==typeof e&&(i=e,e=!0),(this.remember("_selectHandler")||new t(this)).init(void 0===e||e,i||{}),this}}),SVG.Element.prototype.selectize.defaults={points:!0,classRect:"svg_select_boundingRect",classPoints:"svg_select_points",radius:7,rotationPoint:!0,deepSelect:!1}}(),function(){(function(){function t(t){t.remember("_resizeHandler",this),this.el=t,this.parameters={},this.lastUpdateCall=null,this.p=t.doc().node.createSVGPoint()}t.prototype.transformPoint=function(t,e,i){return this.p.x=t-(this.offset.x-window.pageXOffset),this.p.y=e-(this.offset.y-window.pageYOffset),this.p.matrixTransform(i||this.m)},t.prototype._extractPosition=function(t){return{x:null!=t.clientX?t.clientX:t.touches[0].clientX,y:null!=t.clientY?t.clientY:t.touches[0].clientY}},t.prototype.init=function(t){var e=this;if(this.stop(),"stop"!==t){for(var i in this.options={},this.el.resize.defaults)this.options[i]=this.el.resize.defaults[i],void 0!==t[i]&&(this.options[i]=t[i]);this.el.on("lt.resize",function(t){e.resize(t||window.event)}),this.el.on("rt.resize",function(t){e.resize(t||window.event)}),this.el.on("rb.resize",function(t){e.resize(t||window.event)}),this.el.on("lb.resize",function(t){e.resize(t||window.event)}),this.el.on("t.resize",function(t){e.resize(t||window.event)}),this.el.on("r.resize",function(t){e.resize(t||window.event)}),this.el.on("b.resize",function(t){e.resize(t||window.event)}),this.el.on("l.resize",function(t){e.resize(t||window.event)}),this.el.on("rot.resize",function(t){e.resize(t||window.event)}),this.el.on("point.resize",function(t){e.resize(t||window.event)}),this.update()}},t.prototype.stop=function(){return this.el.off("lt.resize"),this.el.off("rt.resize"),this.el.off("rb.resize"),this.el.off("lb.resize"),this.el.off("t.resize"),this.el.off("r.resize"),this.el.off("b.resize"),this.el.off("l.resize"),this.el.off("rot.resize"),this.el.off("point.resize"),this},t.prototype.resize=function(t){var e=this;this.m=this.el.node.getScreenCTM().inverse(),this.offset={x:window.pageXOffset,y:window.pageYOffset};var i=this._extractPosition(t.detail.event);if(this.parameters={type:this.el.type,p:this.transformPoint(i.x,i.y),x:t.detail.x,y:t.detail.y,box:this.el.bbox(),rotation:this.el.transform().rotation},"text"===this.el.type&&(this.parameters.fontSize=this.el.attr()["font-size"]),void 0!==t.detail.i){var s=this.el.array().valueOf();this.parameters.i=t.detail.i,this.parameters.pointCoords=[s[t.detail.i][0],s[t.detail.i][1]]}switch(t.type){case"lt":this.calc=function(t,e){var i=this.snapToGrid(t,e);if(this.parameters.box.width-i[0]>0&&this.parameters.box.height-i[1]>0){if("text"===this.parameters.type)return this.el.move(this.parameters.box.x+i[0],this.parameters.box.y),void this.el.attr("font-size",this.parameters.fontSize-i[0]);i=this.checkAspectRatio(i),this.el.move(this.parameters.box.x+i[0],this.parameters.box.y+i[1]).size(this.parameters.box.width-i[0],this.parameters.box.height-i[1])}};break;case"rt":this.calc=function(t,e){var i=this.snapToGrid(t,e,2);if(this.parameters.box.width+i[0]>0&&this.parameters.box.height-i[1]>0){if("text"===this.parameters.type)return this.el.move(this.parameters.box.x-i[0],this.parameters.box.y),void this.el.attr("font-size",this.parameters.fontSize+i[0]);i=this.checkAspectRatio(i),this.el.move(this.parameters.box.x,this.parameters.box.y+i[1]).size(this.parameters.box.width+i[0],this.parameters.box.height-i[1])}};break;case"rb":this.calc=function(t,e){var i=this.snapToGrid(t,e,0);if(this.parameters.box.width+i[0]>0&&this.parameters.box.height+i[1]>0){if("text"===this.parameters.type)return this.el.move(this.parameters.box.x-i[0],this.parameters.box.y),void this.el.attr("font-size",this.parameters.fontSize+i[0]);i=this.checkAspectRatio(i),this.el.move(this.parameters.box.x,this.parameters.box.y).size(this.parameters.box.width+i[0],this.parameters.box.height+i[1])}};break;case"lb":this.calc=function(t,e){var i=this.snapToGrid(t,e,1);if(this.parameters.box.width-i[0]>0&&this.parameters.box.height+i[1]>0){if("text"===this.parameters.type)return this.el.move(this.parameters.box.x+i[0],this.parameters.box.y),void this.el.attr("font-size",this.parameters.fontSize-i[0]);i=this.checkAspectRatio(i),this.el.move(this.parameters.box.x+i[0],this.parameters.box.y).size(this.parameters.box.width-i[0],this.parameters.box.height+i[1])}};break;case"t":this.calc=function(t,e){var i=this.snapToGrid(t,e,2);if(this.parameters.box.height-i[1]>0){if("text"===this.parameters.type)return;this.el.move(this.parameters.box.x,this.parameters.box.y+i[1]).height(this.parameters.box.height-i[1])}};break;case"r":this.calc=function(t,e){var i=this.snapToGrid(t,e,0);if(this.parameters.box.width+i[0]>0){if("text"===this.parameters.type)return;this.el.move(this.parameters.box.x,this.parameters.box.y).width(this.parameters.box.width+i[0])}};break;case"b":this.calc=function(t,e){var i=this.snapToGrid(t,e,0);if(this.parameters.box.height+i[1]>0){if("text"===this.parameters.type)return;this.el.move(this.parameters.box.x,this.parameters.box.y).height(this.parameters.box.height+i[1])}};break;case"l":this.calc=function(t,e){var i=this.snapToGrid(t,e,1);if(this.parameters.box.width-i[0]>0){if("text"===this.parameters.type)return;this.el.move(this.parameters.box.x+i[0],this.parameters.box.y).width(this.parameters.box.width-i[0])}};break;case"rot":this.calc=function(t,e){var i=t+this.parameters.p.x,s=e+this.parameters.p.y,a=Math.atan2(this.parameters.p.y-this.parameters.box.y-this.parameters.box.height/2,this.parameters.p.x-this.parameters.box.x-this.parameters.box.width/2),n=180*(Math.atan2(s-this.parameters.box.y-this.parameters.box.height/2,i-this.parameters.box.x-this.parameters.box.width/2)-a)/Math.PI;this.el.center(this.parameters.box.cx,this.parameters.box.cy).rotate(this.parameters.rotation+n-n%this.options.snapToAngle,this.parameters.box.cx,this.parameters.box.cy)};break;case"point":this.calc=function(t,e){var i=this.snapToGrid(t,e,this.parameters.pointCoords[0],this.parameters.pointCoords[1]),s=this.el.array().valueOf();s[this.parameters.i][0]=this.parameters.pointCoords[0]+i[0],s[this.parameters.i][1]=this.parameters.pointCoords[1]+i[1],this.el.plot(s)}}this.el.fire("resizestart",{dx:this.parameters.x,dy:this.parameters.y,event:t}),SVG.on(window,"touchmove.resize",function(t){e.update(t||window.event)}),SVG.on(window,"touchend.resize",function(){e.done()}),SVG.on(window,"mousemove.resize",function(t){e.update(t||window.event)}),SVG.on(window,"mouseup.resize",function(){e.done()})},t.prototype.update=function(t){if(t){var e=this._extractPosition(t),i=this.transformPoint(e.x,e.y),s=i.x-this.parameters.p.x,a=i.y-this.parameters.p.y;this.lastUpdateCall=[s,a],this.calc(s,a),this.el.fire("resizing",{dx:s,dy:a,event:t})}else this.lastUpdateCall&&this.calc(this.lastUpdateCall[0],this.lastUpdateCall[1])},t.prototype.done=function(){this.lastUpdateCall=null,SVG.off(window,"mousemove.resize"),SVG.off(window,"mouseup.resize"),SVG.off(window,"touchmove.resize"),SVG.off(window,"touchend.resize"),this.el.fire("resizedone")},t.prototype.snapToGrid=function(t,e,i,s){var a;return void 0!==s?a=[(i+t)%this.options.snapToGrid,(s+e)%this.options.snapToGrid]:(i=null==i?3:i,a=[(this.parameters.box.x+t+(1&i?0:this.parameters.box.width))%this.options.snapToGrid,(this.parameters.box.y+e+(2&i?0:this.parameters.box.height))%this.options.snapToGrid]),t-=Math.abs(a[0])<this.options.snapToGrid/2?a[0]:a[0]-(t<0?-this.options.snapToGrid:this.options.snapToGrid),e-=Math.abs(a[1])<this.options.snapToGrid/2?a[1]:a[1]-(e<0?-this.options.snapToGrid:this.options.snapToGrid),this.constraintToBox(t,e,i,s)},t.prototype.constraintToBox=function(t,e,i,s){var a,n,r=this.options.constraint||{};return void 0!==s?(a=i,n=s):(a=this.parameters.box.x+(1&i?0:this.parameters.box.width),n=this.parameters.box.y+(2&i?0:this.parameters.box.height)),void 0!==r.minX&&a+t<r.minX&&(t=r.minX-a),void 0!==r.maxX&&a+t>r.maxX&&(t=r.maxX-a),void 0!==r.minY&&n+e<r.minY&&(e=r.minY-n),void 0!==r.maxY&&n+e>r.maxY&&(e=r.maxY-n),[t,e]},t.prototype.checkAspectRatio=function(t){if(!this.options.saveAspectRatio)return t;var e=t.slice(),i=this.parameters.box.width/this.parameters.box.height,s=this.parameters.box.width+t[0],a=this.parameters.box.height-t[1],n=s/a;return n<i?e[1]=s/i-this.parameters.box.height:n>i&&(e[0]=this.parameters.box.width-a*i),e},SVG.extend(SVG.Element,{resize:function(e){return(this.remember("_resizeHandler")||new t(this)).init(e||{}),this}}),SVG.Element.prototype.resize.defaults={snapToAngle:.1,snapToGrid:1,constraint:{},saveAspectRatio:!1}}).call(this)}();return function(t,e){void 0===e&&(e={});var i=e.insertAt;if(t&&"undefined"!=typeof document){var s=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===i&&s.firstChild?s.insertBefore(a,s.firstChild):s.appendChild(a),a.styleSheet?a.styleSheet.cssText=t:a.appendChild(document.createTextNode(t))}}('.apexcharts-canvas {\n  position: relative;\n  user-select: none;\n  /* cannot give overflow: hidden as it will crop tooltips which overflow outside chart area */\n}\n\n/* scrollbar is not visible by default for legend, hence forcing the visibility */\n.apexcharts-canvas ::-webkit-scrollbar {\n  -webkit-appearance: none;\n  width: 6px;\n}\n.apexcharts-canvas ::-webkit-scrollbar-thumb {\n  border-radius: 4px;\n  background-color: rgba(0,0,0,.5);\n  box-shadow: 0 0 1px rgba(255,255,255,.5);\n  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);\n}\n.apexcharts-canvas.dark {\n  background: #343F57;\n}\n\n.apexcharts-inner {\n  position: relative;\n}\n\n.legend-mouseover-inactive {\n  transition: 0.15s ease all;\n  opacity: 0.20;\n}\n\n.apexcharts-series-collapsed {\n  opacity: 0;\n}\n\n.apexcharts-gridline, .apexcharts-text {\n  pointer-events: none;\n}\n\n.apexcharts-tooltip {\n  border-radius: 5px;\n  box-shadow: 2px 2px 6px -4px #999;\n  cursor: default;\n  font-size: 14px;\n  left: 62px;\n  opacity: 0;\n  pointer-events: none;\n  position: absolute;\n  top: 20px;\n  overflow: hidden;\n  white-space: nowrap;\n  z-index: 12;\n  transition: 0.15s ease all;\n}\n.apexcharts-tooltip.light {\n  border: 1px solid #e3e3e3;\n  background: rgba(255, 255, 255, 0.96);\n}\n.apexcharts-tooltip.dark {\n  color: #fff;\n  background: rgba(30,30,30, 0.8);\n}\n.apexcharts-tooltip * {\n  font-family: inherit;\n}\n\n.apexcharts-tooltip .apexcharts-marker,\n.apexcharts-area-series .apexcharts-area,\n.apexcharts-line {\n  pointer-events: none;\n}\n\n.apexcharts-tooltip.active {\n  opacity: 1;\n  transition: 0.15s ease all;\n}\n\n.apexcharts-tooltip-title {\n  padding: 6px;\n  font-size: 15px;\n  margin-bottom: 4px;\n}\n.apexcharts-tooltip.light .apexcharts-tooltip-title {\n  background: #ECEFF1;\n  border-bottom: 1px solid #ddd;\n}\n.apexcharts-tooltip.dark .apexcharts-tooltip-title {\n  background: rgba(0, 0, 0, 0.7);\n  border-bottom: 1px solid #333;\n}\n\n.apexcharts-tooltip-text-value,\n.apexcharts-tooltip-text-z-value {\n  display: inline-block;\n  font-weight: 600;\n  margin-left: 5px;\n}\n\n.apexcharts-tooltip-text-z-label:empty,\n.apexcharts-tooltip-text-z-value:empty {\n  display: none;\n}\n\n.apexcharts-tooltip-text-value, \n.apexcharts-tooltip-text-z-value {\n  font-weight: 600;\n}\n\n.apexcharts-tooltip-marker {\n  width: 12px;\n  height: 12px;\n  position: relative;\n  top: 0px;\n  margin-right: 10px;\n  border-radius: 50%;\n}\n\n.apexcharts-tooltip-series-group {\n  padding: 0 10px;\n  display: none;\n  text-align: left;\n  justify-content: left;\n  align-items: center;\n}\n\n.apexcharts-tooltip-series-group.active .apexcharts-tooltip-marker {\n  opacity: 1;\n}\n.apexcharts-tooltip-series-group.active, .apexcharts-tooltip-series-group:last-child {\n  padding-bottom: 4px;\n}\n.apexcharts-tooltip-series-group-hidden {\n  opacity: 0;\n  height: 0;\n  line-height: 0;\n  padding: 0 !important;\n}\n.apexcharts-tooltip-y-group {\n  padding: 6px 0 5px;\n}\n.apexcharts-tooltip-candlestick {\n  padding: 4px 8px;\n}\n.apexcharts-tooltip-candlestick > div {\n  margin: 4px 0;\n}\n.apexcharts-tooltip-candlestick span.value {\n  font-weight: bold;\n}\n\n.apexcharts-tooltip-rangebar {\n  padding: 5px 8px;\n}\n\n.apexcharts-tooltip-rangebar .category {\n  font-weight: 600;\n  color: #777;\n}\n\n.apexcharts-tooltip-rangebar .series-name {\n  font-weight: bold;\n  display: block;\n  margin-bottom: 5px;\n}\n\n.apexcharts-xaxistooltip {\n  opacity: 0;\n  padding: 9px 10px;\n  pointer-events: none;\n  color: #373d3f;\n  font-size: 13px;\n  text-align: center;\n  border-radius: 2px;\n  position: absolute;\n  z-index: 10;\n\tbackground: #ECEFF1;\n  border: 1px solid #90A4AE;\n  transition: 0.15s ease all;\n}\n\n.apexcharts-xaxistooltip.dark {\n  background: rgba(0, 0, 0, 0.7);\n  border: 1px solid rgba(0, 0, 0, 0.5);\n  color: #fff;\n}\n\n.apexcharts-xaxistooltip:after, .apexcharts-xaxistooltip:before {\n\tleft: 50%;\n\tborder: solid transparent;\n\tcontent: " ";\n\theight: 0;\n\twidth: 0;\n\tposition: absolute;\n\tpointer-events: none;\n}\n\n.apexcharts-xaxistooltip:after {\n\tborder-color: rgba(236, 239, 241, 0);\n\tborder-width: 6px;\n\tmargin-left: -6px;\n}\n.apexcharts-xaxistooltip:before {\n\tborder-color: rgba(144, 164, 174, 0);\n\tborder-width: 7px;\n\tmargin-left: -7px;\n}\n\n.apexcharts-xaxistooltip-bottom:after, .apexcharts-xaxistooltip-bottom:before {\n  bottom: 100%;\n}\n\n.apexcharts-xaxistooltip-top:after, .apexcharts-xaxistooltip-top:before {\n  top: 100%;\n}\n\n.apexcharts-xaxistooltip-bottom:after {\n  border-bottom-color: #ECEFF1;\n}\n.apexcharts-xaxistooltip-bottom:before {\n  border-bottom-color: #90A4AE;\n}\n\n.apexcharts-xaxistooltip-bottom.dark:after {\n  border-bottom-color: rgba(0, 0, 0, 0.5);\n}\n.apexcharts-xaxistooltip-bottom.dark:before {\n  border-bottom-color: rgba(0, 0, 0, 0.5);\n}\n\n.apexcharts-xaxistooltip-top:after {\n  border-top-color:#ECEFF1\n}\n.apexcharts-xaxistooltip-top:before {\n  border-top-color: #90A4AE;\n}\n.apexcharts-xaxistooltip-top.dark:after {\n  border-top-color:rgba(0, 0, 0, 0.5);\n}\n.apexcharts-xaxistooltip-top.dark:before {\n  border-top-color: rgba(0, 0, 0, 0.5);\n}\n\n\n.apexcharts-xaxistooltip.active {\n  opacity: 1;\n  transition: 0.15s ease all;\n}\n\n.apexcharts-yaxistooltip {\n  opacity: 0;\n  padding: 4px 10px;\n  pointer-events: none;\n  color: #373d3f;\n  font-size: 13px;\n  text-align: center;\n  border-radius: 2px;\n  position: absolute;\n  z-index: 10;\n\tbackground: #ECEFF1;\n  border: 1px solid #90A4AE;\n}\n\n.apexcharts-yaxistooltip.dark {\n  background: rgba(0, 0, 0, 0.7);\n  border: 1px solid rgba(0, 0, 0, 0.5);\n  color: #fff;\n}\n\n.apexcharts-yaxistooltip:after, .apexcharts-yaxistooltip:before {\n\ttop: 50%;\n\tborder: solid transparent;\n\tcontent: " ";\n\theight: 0;\n\twidth: 0;\n\tposition: absolute;\n\tpointer-events: none;\n}\n.apexcharts-yaxistooltip:after {\n\tborder-color: rgba(236, 239, 241, 0);\n\tborder-width: 6px;\n\tmargin-top: -6px;\n}\n.apexcharts-yaxistooltip:before {\n\tborder-color: rgba(144, 164, 174, 0);\n\tborder-width: 7px;\n\tmargin-top: -7px;\n}\n\n.apexcharts-yaxistooltip-left:after, .apexcharts-yaxistooltip-left:before {\n  left: 100%;\n}\n\n.apexcharts-yaxistooltip-right:after, .apexcharts-yaxistooltip-right:before {\n  right: 100%;\n}\n\n.apexcharts-yaxistooltip-left:after {\n  border-left-color: #ECEFF1;\n}\n.apexcharts-yaxistooltip-left:before {\n  border-left-color: #90A4AE;\n}\n.apexcharts-yaxistooltip-left.dark:after {\n  border-left-color: rgba(0, 0, 0, 0.5);\n}\n.apexcharts-yaxistooltip-left.dark:before {\n  border-left-color: rgba(0, 0, 0, 0.5);\n}\n\n.apexcharts-yaxistooltip-right:after {\n  border-right-color: #ECEFF1;\n}\n.apexcharts-yaxistooltip-right:before {\n  border-right-color: #90A4AE;\n}\n.apexcharts-yaxistooltip-right.dark:after {\n  border-right-color: rgba(0, 0, 0, 0.5);\n}\n.apexcharts-yaxistooltip-right.dark:before {\n  border-right-color: rgba(0, 0, 0, 0.5);\n}\n\n.apexcharts-yaxistooltip.active {\n  opacity: 1;\n}\n\n.apexcharts-xcrosshairs, .apexcharts-ycrosshairs {\n  pointer-events: none;\n  opacity: 0;\n  transition: 0.15s ease all;\n}\n\n.apexcharts-xcrosshairs.active, .apexcharts-ycrosshairs.active {\n  opacity: 1;\n  transition: 0.15s ease all;\n}\n\n.apexcharts-ycrosshairs-hidden {\n  opacity: 0;\n}\n\n.apexcharts-zoom-rect {\n  pointer-events: none;\n}\n.apexcharts-selection-rect {\n  cursor: move;\n}\n\n.svg_select_points, .svg_select_points_rot {\n  opacity: 0;\n  visibility: hidden;\n}\n.svg_select_points_l, .svg_select_points_r {\n  cursor: ew-resize;\n  opacity: 1;\n  visibility: visible;\n  fill: #888;\n}\n.apexcharts-canvas.zoomable .hovering-zoom {\n  cursor: crosshair\n}\n.apexcharts-canvas.zoomable .hovering-pan {\n  cursor: move\n}\n\n.apexcharts-xaxis,\n.apexcharts-yaxis {\n  pointer-events: none;\n}\n\n.apexcharts-zoom-icon, \n.apexcharts-zoom-in-icon,\n.apexcharts-zoom-out-icon,\n.apexcharts-reset-zoom-icon, \n.apexcharts-pan-icon, \n.apexcharts-selection-icon,\n.apexcharts-menu-icon, \n.apexcharts-toolbar-custom-icon {\n  cursor: pointer;\n  width: 20px;\n  height: 20px;\n  line-height: 24px;\n  color: #6E8192;\n  text-align: center;\n}\n\n\n.apexcharts-zoom-icon svg, \n.apexcharts-zoom-in-icon svg,\n.apexcharts-zoom-out-icon svg,\n.apexcharts-reset-zoom-icon svg,\n.apexcharts-menu-icon svg {\n  fill: #6E8192;\n}\n.apexcharts-selection-icon svg {\n  fill: #444;\n  transform: scale(0.76)\n}\n\n.dark .apexcharts-zoom-icon svg, \n.dark .apexcharts-zoom-in-icon svg,\n.dark .apexcharts-zoom-out-icon svg,\n.dark .apexcharts-reset-zoom-icon svg, \n.dark .apexcharts-pan-icon svg, \n.dark .apexcharts-selection-icon svg,\n.dark .apexcharts-menu-icon svg, \n.dark .apexcharts-toolbar-custom-icon svg{\n  fill: #f3f4f5;\n}\n\n.apexcharts-canvas .apexcharts-zoom-icon.selected svg, \n.apexcharts-canvas .apexcharts-selection-icon.selected svg, \n.apexcharts-canvas .apexcharts-reset-zoom-icon.selected svg {\n  fill: #008FFB;\n}\n.light .apexcharts-selection-icon:not(.selected):hover svg,\n.light .apexcharts-zoom-icon:not(.selected):hover svg, \n.light .apexcharts-zoom-in-icon:hover svg, \n.light .apexcharts-zoom-out-icon:hover svg, \n.light .apexcharts-reset-zoom-icon:hover svg, \n.light .apexcharts-menu-icon:hover svg {\n  fill: #333;\n}\n\n.apexcharts-selection-icon, .apexcharts-menu-icon {\n  position: relative;\n}\n.apexcharts-reset-zoom-icon {\n  margin-left: 5px;\n}\n.apexcharts-zoom-icon, .apexcharts-reset-zoom-icon, .apexcharts-menu-icon {\n  transform: scale(0.85);\n}\n\n.apexcharts-zoom-in-icon, .apexcharts-zoom-out-icon {\n  transform: scale(0.7)\n}\n\n.apexcharts-zoom-out-icon {\n  margin-right: 3px;\n}\n\n.apexcharts-pan-icon {\n  transform: scale(0.62);\n  position: relative;\n  left: 1px;\n  top: 0px;\n}\n.apexcharts-pan-icon svg {\n  fill: #fff;\n  stroke: #6E8192;\n  stroke-width: 2;\n}\n.apexcharts-pan-icon.selected svg {\n  stroke: #008FFB;\n}\n.apexcharts-pan-icon:not(.selected):hover svg {\n  stroke: #333;\n}\n\n.apexcharts-toolbar {\n  position: absolute;\n  z-index: 11;\n  top: 0px;\n  right: 3px;\n  max-width: 176px;\n  text-align: right;\n  border-radius: 3px;\n  padding: 0px 6px 2px 6px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center; \n}\n\n.apexcharts-toolbar svg {\n  pointer-events: none;\n}\n\n.apexcharts-menu {\n  background: #fff;\n  position: absolute;\n  top: 100%;\n  border: 1px solid #ddd;\n  border-radius: 3px;\n  padding: 3px;\n  right: 10px;\n  opacity: 0;\n  min-width: 110px;\n  transition: 0.15s ease all;\n  pointer-events: none;\n}\n\n.apexcharts-menu.open {\n  opacity: 1;\n  pointer-events: all;\n  transition: 0.15s ease all;\n}\n\n.apexcharts-menu-item {\n  padding: 6px 7px;\n  font-size: 12px;\n  cursor: pointer;\n}\n.light .apexcharts-menu-item:hover {\n  background: #eee;\n}\n.dark .apexcharts-menu {\n  background: rgba(0, 0, 0, 0.7);\n  color: #fff;\n}\n\n@media screen and (min-width: 768px) {\n  .apexcharts-toolbar {\n    /*opacity: 0;*/\n  }\n\n  .apexcharts-canvas:hover .apexcharts-toolbar {\n    opacity: 1;\n  } \n}\n\n.apexcharts-datalabel.hidden {\n  opacity: 0;\n}\n\n.apexcharts-pie-label,\n.apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value {\n  cursor: default;\n  pointer-events: none;\n}\n\n.apexcharts-pie-label-delay {\n  opacity: 0;\n  animation-name: opaque;\n  animation-duration: 0.3s;\n  animation-fill-mode: forwards;\n  animation-timing-function: ease;\n}\n\n.apexcharts-canvas .hidden {\n  opacity: 0;\n}\n\n.apexcharts-hide .apexcharts-series-points {\n  opacity: 0;\n}\n\n.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,\n.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events, .apexcharts-radar-series path, .apexcharts-radar-series polygon {\n  pointer-events: none;\n}\n\n/* markers */\n\n.apexcharts-marker {\n  transition: 0.15s ease all;\n}\n\n@keyframes opaque {\n  0% {\n    opacity: 0;\n  }\n  100% {\n    opacity: 1;\n  }\n}'),"document"in self&&("classList"in document.createElement("_")&&(!document.createElementNS||"classList"in document.createElementNS("http://www.w3.org/2000/svg","g"))||function(t){if("Element"in t){var e=t.Element.prototype,i=Object,s=String.prototype.trim||function(){return this.replace(/^\s+|\s+$/g,"")},a=Array.prototype.indexOf||function(t){for(var e=0,i=this.length;e<i;e++)if(e in this&&this[e]===t)return e;return-1},n=function(t,e){this.name=t,this.code=DOMException[t],this.message=e},r=function(t,e){if(""===e)throw new n("SYNTAX_ERR","The token must not be empty.");if(/\s/.test(e))throw new n("INVALID_CHARACTER_ERR","The token must not contain space characters.");return a.call(t,e)},o=function(t){for(var e=s.call(t.getAttribute("class")||""),i=e?e.split(/\s+/):[],a=0,n=i.length;a<n;a++)this.push(i[a]);this._updateClassName=function(){t.setAttribute("class",this.toString())}},l=o.prototype=[],h=function(){return new o(this)};if(n.prototype=Error.prototype,l.item=function(t){return this[t]||null},l.contains=function(t){return~r(this,t+"")},l.add=function(){var t,e=arguments,i=0,s=e.length,a=!1;do{t=e[i]+"",~r(this,t)||(this.push(t),a=!0)}while(++i<s);a&&this._updateClassName()},l.remove=function(){var t,e,i=arguments,s=0,a=i.length,n=!1;do{for(t=i[s]+"",e=r(this,t);~e;)this.splice(e,1),n=!0,e=r(this,t)}while(++s<a);n&&this._updateClassName()},l.toggle=function(t,e){var i=this.contains(t),s=i?!0!==e&&"remove":!1!==e&&"add";return s&&this[s](t),!0===e||!1===e?e:!i},l.replace=function(t,e){var i=r(t+"");~i&&(this.splice(i,1,e),this._updateClassName())},l.toString=function(){return this.join(" ")},i.defineProperty){var c={get:h,enumerable:!0,configurable:!0};try{i.defineProperty(e,"classList",c)}catch(t){void 0!==t.number&&-2146823252!==t.number||(c.enumerable=!1,i.defineProperty(e,"classList",c))}}else i.prototype.__defineGetter__&&e.__defineGetter__("classList",h)}}(self),function(){var t=document.createElement("_");if(t.classList.add("c1","c2"),!t.classList.contains("c2")){var e=function(t){var e=DOMTokenList.prototype[t];DOMTokenList.prototype[t]=function(t){var i,s=arguments.length;for(i=0;i<s;i++)t=arguments[i],e.call(this,t)}};e("add"),e("remove")}if(t.classList.toggle("c3",!1),t.classList.contains("c3")){var i=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,e){return 1 in arguments&&!this.contains(t)==!e?e:i.call(this,t)}}"replace"in document.createElement("_").classList||(DOMTokenList.prototype.replace=function(t,e){var i=this.toString().split(" "),s=i.indexOf(t+"");~s&&(i=i.slice(s),this.remove.apply(this,i),this.add(e),this.add.apply(this,i.slice(1)))}),t=null}()),function(){var t=!1;function e(t){var e=t.__resizeTriggers__,i=e.firstElementChild,s=e.lastElementChild,a=i.firstElementChild;s.scrollLeft=s.scrollWidth,s.scrollTop=s.scrollHeight,a.style.width=i.offsetWidth+1+"px",a.style.height=i.offsetHeight+1+"px",i.scrollLeft=i.scrollWidth,i.scrollTop=i.scrollHeight}function i(t){var i=this;e(this),this.__resizeRAF__&&r(this.__resizeRAF__),this.__resizeRAF__=n(function(){(function(t){return t.offsetWidth!=t.__resizeLast__.width||t.offsetHeight!=t.__resizeLast__.height})(i)&&(i.__resizeLast__.width=i.offsetWidth,i.__resizeLast__.height=i.offsetHeight,i.__resizeListeners__.forEach(function(e){e.call(t)}))})}var s,a,n=(s=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||function(t){return window.setTimeout(t,20)},function(t){return s(t)}),r=(a=window.cancelAnimationFrame||window.mozCancelAnimationFrame||window.webkitCancelAnimationFrame||window.clearTimeout,function(t){return a(t)}),o=!1,l="",h="animationstart",c="Webkit Moz O ms".split(" "),d="webkitAnimationStart animationstart oAnimationStart MSAnimationStart".split(" "),u=document.createElement("fakeelement");if(void 0!==u.style.animationName&&(o=!0),!1===o)for(var g=0;g<c.length;g++)if(void 0!==u.style[c[g]+"AnimationName"]){l="-"+c[g].toLowerCase()+"-",h=d[g];break}var f="@"+l+"keyframes resizeanim { from { opacity: 0; } to { opacity: 0; } } ",p=l+"animation: 1ms resizeanim; ";window.addResizeListener=function(s,a){s.__resizeTriggers__||("static"==getComputedStyle(s).position&&(s.style.position="relative"),function(){if(!t){var e=(f||"")+".resize-triggers { "+(p||"")+'visibility: hidden; opacity: 0; } .resize-triggers, .resize-triggers > div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }',i=document.head||document.getElementsByTagName("head")[0],s=document.createElement("style");s.type="text/css",s.styleSheet?s.styleSheet.cssText=e:s.appendChild(document.createTextNode(e)),i.appendChild(s),t=!0}}(),s.__resizeLast__={},s.__resizeListeners__=[],(s.__resizeTriggers__=document.createElement("div")).className="resize-triggers",s.__resizeTriggers__.innerHTML='<div class="expand-trigger"><div></div></div><div class="contract-trigger"></div>',s.appendChild(s.__resizeTriggers__),e(s),s.addEventListener("scroll",i,!0),h&&s.__resizeTriggers__.addEventListener(h,function(t){"resizeanim"==t.animationName&&e(s)})),s.__resizeListeners__.push(a)},window.removeResizeListener=function(t,e){t&&(t.__resizeListeners__.splice(t.__resizeListeners__.indexOf(e),1),t.__resizeListeners__.length||(t.removeEventListener("scroll",i),t.__resizeTriggers__=!t.removeChild(t.__resizeTriggers__)))}}(),window.Apex={},function(){function i(t,s){e(this,i),this.opts=s,this.ctx=this,this.w=new A(s).init(),this.el=t,this.w.globals.cuid=(Math.random()+1).toString(36).substring(4),this.w.globals.chartID=this.w.config.chart.id?this.w.config.chart.id:this.w.globals.cuid,this.initModules(),this.create=d.bind(this.create,this),this.windowResizeHandler=this.windowResize.bind(this)}return s(i,[{key:"render",value:function(){var t=this;return new $(function(e,i){if(null!==t.el){void 0===Apex._chartInstances&&(Apex._chartInstances=[]),t.w.config.chart.id&&Apex._chartInstances.push({id:t.w.globals.chartID,group:t.w.config.chart.group,chart:t}),t.setLocale(t.w.config.chart.defaultLocale);var s=t.w.config.chart.events.beforeMount;"function"==typeof s&&s(t,t.w),t.fireEvent("beforeMount",[t,t.w]),window.addEventListener("resize",t.windowResizeHandler),window.addResizeListener(t.el.parentNode,t.parentResizeCallback.bind(t));var a=t.create(t.w.config.series,{});if(!a)return e(t);t.mount(a).then(function(){e(a),"function"==typeof t.w.config.chart.events.mounted&&t.w.config.chart.events.mounted(t,t.w),t.fireEvent("mounted",[t,t.w])}).catch(function(t){i(t)})}else i(new Error("Element not found"))})}},{key:"initModules",value:function(){this.animations=new g(this),this.core=new U(this.el,this),this.grid=new rt(this),this.coreUtils=new y(this),this.config=new w({}),this.crosshairs=new T(this),this.options=new x,this.responsive=new lt(this),this.series=new G(this),this.theme=new ht(this),this.formatters=new N(this),this.titleSubtitle=new vt(this),this.legend=new ot(this),this.toolbar=new bt(this),this.dimensions=new _(this),this.zoomPanSelection=new mt(this),this.w.globals.tooltip=new xt(this)}},{key:"addEventListener",value:function(t,e){var i=this.w;i.globals.events.hasOwnProperty(t)?i.globals.events[t].push(e):i.globals.events[t]=[e]}},{key:"removeEventListener",value:function(t,e){var i=this.w;if(i.globals.events.hasOwnProperty(t)){var s=i.globals.events[t].indexOf(e);-1!==s&&i.globals.events[t].splice(s,1)}}},{key:"fireEvent",value:function(t,e){var i=this.w;if(i.globals.events.hasOwnProperty(t)){e&&e.length||(e=[]);for(var s=i.globals.events[t],a=s.length,n=0;n<a;n++)s[n].apply(null,e)}}},{key:"create",value:function(t,e){var i=this.w;this.initModules();var s=this.w.globals;if(s.noData=!1,s.animationEnded=!1,this.responsive.checkResponsiveConfig(e),null===this.el)return s.animationEnded=!0,null;if(this.core.setupElements(),0===s.svgWidth)return s.animationEnded=!0,null;var a=y.checkComboSeries(t);s.comboCharts=a.comboCharts,s.comboChartsHasBars=a.comboChartsHasBars,(0===t.length||1===t.length&&t[0].data&&0===t[0].data.length)&&this.series.handleNoData(),this.setupEventHandlers(),this.core.parseData(t),this.theme.init(),new C(this).setGlobalMarkerSize(),this.formatters.setLabelFormatters(),this.titleSubtitle.draw(),this.legend.init(),this.series.hasAllSeriesEqualX(),s.axisCharts&&(this.core.coreCalculations(),"category"!==i.config.xaxis.type&&this.formatters.setLabelFormatters()),this.formatters.heatmapLabelFormatters(),this.dimensions.plotCoords();var n=this.core.xySettings();this.grid.createGridMask();var r=this.core.plotChartType(t,n);this.core.shiftGraphPosition();var o={plot:{left:i.globals.translateX,top:i.globals.translateY,width:i.globals.gridWidth,height:i.globals.gridHeight}};return{elGraph:r,xyRatios:n,elInner:i.globals.dom.elGraphical,dimensions:o}}},{key:"mount",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=this,i=e.w;return new $(function(s,a){if(null===e.el)return a(new Error("Not enough data to display or target element not found"));if((null===t||i.globals.allSeriesCollapsed)&&e.series.handleNoData(),e.annotations=new b(e),e.core.drawAxis(i.config.chart.type,t.xyRatios),e.grid=new rt(e),"back"===i.config.grid.position&&e.grid.drawGrid(),"back"===i.config.annotations.position&&e.annotations.drawAnnotations(),t.elGraph instanceof Array)for(var n=0;n<t.elGraph.length;n++)i.globals.dom.elGraphical.add(t.elGraph[n]);else i.globals.dom.elGraphical.add(t.elGraph);if("front"===i.config.grid.position&&e.grid.drawGrid(),"front"===i.config.xaxis.crosshairs.position&&e.crosshairs.drawXCrosshairs(),"front"===i.config.yaxis[0].crosshairs.position&&e.crosshairs.drawYCrosshairs(),"front"===i.config.annotations.position&&e.annotations.drawAnnotations(),!i.globals.noData){if(i.config.tooltip.enabled&&!i.globals.noData&&e.w.globals.tooltip.drawTooltip(t.xyRatios),i.globals.axisCharts&&i.globals.isXNumeric)(i.config.chart.zoom.enabled||i.config.chart.selection&&i.config.chart.selection.enabled||i.config.chart.pan&&i.config.chart.pan.enabled)&&e.zoomPanSelection.init({xyRatios:t.xyRatios});else{var r=i.config.chart.toolbar.tools;r.zoom=!1,r.zoomin=!1,r.zoomout=!1,r.selection=!1,r.pan=!1,r.reset=!1}i.config.chart.toolbar.show&&!i.globals.allSeriesCollapsed&&e.toolbar.createToolbar()}i.globals.memory.methodsToExec.length>0&&i.globals.memory.methodsToExec.forEach(function(t){t.method(t.params,!1,t.context)}),s(e)})}},{key:"clearPreviousPaths",value:function(){var t=this.w;t.globals.previousPaths=[],t.globals.allSeriesCollapsed=!1,t.globals.collapsedSeries=[],t.globals.collapsedSeriesIndices=[]}},{key:"updateOptions",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],s=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=this.w;return t.series&&(t.series[0].data&&(t.series=t.series.map(function(t,e){return n({},a.config.series[e],{name:t.name?t.name:a.config.series[e]&&a.config.series[e].name,type:t.type?t.type:a.config.series[e]&&a.config.series[e].type,data:t.data?t.data:a.config.series[e]&&a.config.series[e].data})})),this.revertDefaultAxisMinMax()),t.xaxis&&((t.xaxis.min||t.xaxis.max)&&this.forceXAxisUpdate(t),t.xaxis.categories&&t.xaxis.categories.length&&a.config.xaxis.convertedCatToNumeric&&(t=v.convertCatToNumeric(t))),a.globals.collapsedSeriesIndices.length>0&&this.clearPreviousPaths(),t.theme&&(t=this.theme.updateThemeOptions(t)),this._updateOptions(t,e,i,s)}},{key:"_updateOptions",value:function(e){var i=arguments.length>1&&void 0!==arguments[1]&&arguments[1],s=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],a=arguments.length>3&&void 0!==arguments[3]&&arguments[3];this.getSyncedCharts().forEach(function(n){var r=n.w;return r.globals.shouldAnimate=s,i||(r.globals.resized=!0,r.globals.dataChanged=!0,s&&n.series.getPreviousPaths()),e&&"object"===t(e)&&(n.config=new w(e),e=y.extendArrayProps(n.config,e),r.config=d.extend(r.config,e),a&&(r.globals.lastXAxis=[],r.globals.lastYAxis=[],r.globals.initialConfig=d.extend({},r.config),r.globals.initialSeries=JSON.parse(JSON.stringify(r.config.series)))),n.update(e)})}},{key:"updateSeries",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return this.revertDefaultAxisMinMax(),this._updateSeries(t,e,i)}},{key:"appendSeries",value:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],s=this.w.config.series.slice();return s.push(t),this.revertDefaultAxisMinMax(),this._updateSeries(s,e,i)}},{key:"_updateSeries",value:function(t,e){var i,s=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=this.w;return this.w.globals.shouldAnimate=e,a.globals.dataChanged=!0,a.globals.allSeriesCollapsed&&(a.globals.allSeriesCollapsed=!1),e&&this.series.getPreviousPaths(),a.globals.axisCharts?(0===(i=t.map(function(t,e){return n({},a.config.series[e],{name:t.name?t.name:a.config.series[e]&&a.config.series[e].name,type:t.type?t.type:a.config.series[e]&&a.config.series[e].type,data:t.data?t.data:a.config.series[e]&&a.config.series[e].data})})).length&&(i=[{data:[]}]),a.config.series=i):a.config.series=t.slice(),s&&(a.globals.initialConfig.series=JSON.parse(JSON.stringify(a.config.series)),a.globals.initialSeries=JSON.parse(JSON.stringify(a.config.series))),this.update()}},{key:"getSyncedCharts",value:function(){var t=this.getGroupedCharts(),e=[this];return t.length&&(e=[],t.forEach(function(t){e.push(t)})),e}},{key:"getGroupedCharts",value:function(){var t=this;return Apex._chartInstances.filter(function(t){if(t.group)return!0}).map(function(e){return t.w.config.chart.group===e.group?e.chart:t})}},{key:"appendData",value:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=this;i.w.globals.dataChanged=!0,i.series.getPreviousPaths();for(var s=i.w.config.series.slice(),a=0;a<s.length;a++)if(void 0!==t[a])for(var n=0;n<t[a].data.length;n++)s[a].data.push(t[a].data[n]);return i.w.config.series=s,e&&(i.w.globals.initialSeries=JSON.parse(JSON.stringify(i.w.config.series))),this.update()}},{key:"update",value:function(t){var e=this;return new $(function(i,s){e.clear();var a=e.create(e.w.config.series,t);if(!a)return i(e);e.mount(a).then(function(){"function"==typeof e.w.config.chart.events.updated&&e.w.config.chart.events.updated(e,e.w),e.fireEvent("updated",[e,e.w]),e.w.globals.isDirty=!0,i(e)}).catch(function(t){s(t)})})}},{key:"forceXAxisUpdate",value:function(t){var e=this.w;void 0!==t.xaxis.min&&(e.config.xaxis.min=t.xaxis.min,e.globals.lastXAxis.min=t.xaxis.min),void 0!==t.xaxis.max&&(e.config.xaxis.max=t.xaxis.max,e.globals.lastXAxis.max=t.xaxis.max)}},{key:"revertDefaultAxisMinMax",value:function(){var t=this.w;t.config.xaxis.min=t.globals.lastXAxis.min,t.config.xaxis.max=t.globals.lastXAxis.max,t.config.yaxis.map(function(e,i){t.globals.zoomed&&void 0!==t.globals.lastYAxis[i]&&(e.min=t.globals.lastYAxis[i].min,e.max=t.globals.lastYAxis[i].max)})}},{key:"clear",value:function(){this.zoomPanSelection&&this.zoomPanSelection.destroy(),this.toolbar&&this.toolbar.destroy(),this.animations=null,this.annotations=null,this.core=null,this.grid=null,this.series=null,this.responsive=null,this.theme=null,this.formatters=null,this.titleSubtitle=null,this.legend=null,this.dimensions=null,this.options=null,this.crosshairs=null,this.zoomPanSelection=null,this.toolbar=null,this.w.globals.tooltip=null,this.clearDomElements()}},{key:"killSVG",value:function(t){return new $(function(e,i){t.each(function(t,e){this.removeClass("*"),this.off(),this.stop()},!0),t.ungroup(),t.clear(),e("done")})}},{key:"clearDomElements",value:function(){var t=this.w.globals.dom;if(null!==this.el)for(;this.el.firstChild;)this.el.removeChild(this.el.firstChild);this.killSVG(t.Paper),t.Paper.remove(),t.elWrap=null,t.elGraphical=null,t.elLegendWrap=null,t.baseEl=null,t.elGridRect=null,t.elGridRectMask=null,t.elGridRectMarkerMask=null,t.elDefs=null}},{key:"destroy",value:function(){this.clear();var t=this.w.config.chart.id;t&&Apex._chartInstances.forEach(function(e,i){e.id===t&&Apex._chartInstances.splice(i,1)}),window.removeEventListener("resize",this.windowResizeHandler),window.removeResizeListener(this.el.parentNode,this.parentResizeCallback.bind(this))}},{key:"toggleSeries",value:function(t){var e=this.series.getSeriesByName(t),i=parseInt(e.getAttribute("data:realIndex")),s=e.classList.contains("apexcharts-series-collapsed");this.legend.toggleDataSeries(i,s)}},{key:"resetToggleSeries",value:function(){this.legend.resetToggleDataSeries()}},{key:"setupEventHandlers",value:function(){var t=this.w,e=this,i=t.globals.dom.baseEl.querySelector(t.globals.chartClass),s=["mousedown","mousemove","touchstart","touchmove","mouseup","touchend"];s.forEach(function(s){i.addEventListener(s,function(i){"mousedown"===i.type&&1===i.which||("mouseup"===i.type&&1===i.which||"touchend"===i.type)&&("function"==typeof t.config.chart.events.click&&t.config.chart.events.click(i,e,t),e.fireEvent("click",[i,e,t]))},{capture:!1,passive:!0})}),s.forEach(function(e){document.addEventListener(e,function(e){t.globals.clientX="touchmove"===e.type?e.touches[0].clientX:e.clientX,t.globals.clientY="touchmove"===e.type?e.touches[0].clientY:e.clientY})}),this.core.setupBrushHandler()}},{key:"addXaxisAnnotation",value:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,s=this;i&&(s=i),s.annotations.addXaxisAnnotationExternal(t,e,s)}},{key:"addYaxisAnnotation",value:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,s=this;i&&(s=i),s.annotations.addYaxisAnnotationExternal(t,e,s)}},{key:"addPointAnnotation",value:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,s=this;i&&(s=i),s.annotations.addPointAnnotationExternal(t,e,s)}},{key:"clearAnnotations",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,e=this;t&&(e=t),e.annotations.clearAnnotations(e)}},{key:"addText",value:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,s=this;i&&(s=i),s.annotations.addText(t,e,s)}},{key:"getChartArea",value:function(){return this.w.globals.dom.baseEl.querySelector(".apexcharts-inner")}},{key:"getSeriesTotalXRange",value:function(t,e){return this.coreUtils.getSeriesTotalsXRange(t,e)}},{key:"getHighestValueInSeries",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return new V(this.ctx).getMinYMaxY(t).highestY}},{key:"getLowestValueInSeries",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return new V(this.ctx).getMinYMaxY(t).lowestY}},{key:"getSeriesTotal",value:function(){return this.w.globals.seriesTotals}},{key:"setLocale",value:function(t){this.setCurrentLocaleValues(t)}},{key:"setCurrentLocaleValues",value:function(t){var e=this.w.config.chart.locales;window.Apex.chart&&window.Apex.chart.locales&&window.Apex.chart.locales.length>0&&(e=this.w.config.chart.locales.concat(window.Apex.chart.locales));var i=e.filter(function(e){return e.name===t})[0];if(!i)throw new Error("Wrong locale name provided. Please make sure you set the correct locale name in options");var s=d.extend(p,i);this.w.globals.locale=s.options}},{key:"dataURI",value:function(){return new nt(this.ctx).dataURI()}},{key:"paper",value:function(){return this.w.globals.dom.Paper}},{key:"parentResizeCallback",value:function(){this.w.globals.animationEnded&&this.windowResize()}},{key:"windowResize",value:function(){var t=this;clearTimeout(this.w.globals.resizeTimer),this.w.globals.resizeTimer=window.setTimeout(function(){t.w.globals.resized=!0,t.w.globals.dataChanged=!1,t.update()},150)}}],[{key:"initOnLoad",value:function(){for(var t=document.querySelectorAll("[data-apexcharts]"),e=0;e<t.length;e++){new i(t[e],JSON.parse(t[e].getAttribute("data-options"))).render()}}},{key:"exec",value:function(t,e){var i=this.getChartByID(t);if(i){for(var s=arguments.length,a=new Array(s>2?s-2:0),n=2;n<s;n++)a[n-2]=arguments[n];switch(e){case"updateOptions":return i.updateOptions.apply(i,a);case"updateSeries":return i.updateSeries.apply(i,a);case"appendData":return i.appendData.apply(i,a);case"appendSeries":return i.appendSeries.apply(i,a);case"toggleSeries":return i.toggleSeries.apply(i,a);case"dataURI":return i.dataURI.apply(i,a);case"addXaxisAnnotation":return i.addXaxisAnnotation.apply(i,a);case"addYaxisAnnotation":return i.addYaxisAnnotation.apply(i,a);case"addPointAnnotation":return i.addPointAnnotation.apply(i,a);case"addText":return i.addText.apply(i,a);case"clearAnnotations":return i.clearAnnotations.apply(i,a);case"paper":return i.paper.apply(i,a);case"destroy":return i.destroy()}}}},{key:"merge",value:function(t,e){return d.extend(t,e)}},{key:"getChartByID",value:function(t){return Apex._chartInstances.filter(function(e){return e.id===t})[0].chart}}]),i}()});
exports('apexcharts',ApexCharts);
})
src/main/resources/static/febs/lay/extends/eleTree.js
New file
@@ -0,0 +1,1418 @@
/**
 * @Name: 基于layui的tree重写
 * @Author: 李祥
 * @License:MIT
 * 最近修改时间: 2019/05/20
 * https://layuiextend.hsianglee.cn/eletree/
 */
layui.define(["jquery", "laytpl"], function (exports) {
    var $ = layui.jquery;
    var laytpl = layui.laytpl;
    var hint = layui.hint();
    var MOD_NAME = "eleTree";
    //外部接口
    var eleTree = {
        //事件监听
        on: function (events, callback) {
            return layui.onevent.call(this, MOD_NAME, events, callback);
        },
        render: function (options) {
            var inst = new Class(options);
            return thisTree.call(inst);
        }
    }
    var thisTree = function () {
        var _self = this;
        var options = _self.config;
        // 暴漏外面的方法
        return {
            // 接收两个参数,1. 节点 key 2. 节点数据的数组
            updateKeyChildren: function (key, data) {
                if (options.data.length === 0) return;
                return _self.updateKeyChildren.call(_self, key, data);
            },
            updateKeySelf: function (key, data) {
                if (options.data.length === 0) return;
                return _self.updateKeySelf.call(_self, key, data);
            },
            remove: function (key) {
                if (options.data.length === 0) return;
                return _self.remove.call(_self, key);
            },
            append: function (key, data) {
                if (options.data.length === 0) return;
                return _self.append.call(_self, key, data);
            },
            insertBefore: function (key, data) {
                if (options.data.length === 0) return;
                return _self.insertBefore.call(_self, key, data);
            },
            insertAfter: function (key, data) {
                if (options.data.length === 0) return;
                return _self.insertAfter.call(_self, key, data);
            },
            // 接收两个 boolean 类型的参数,1. 是否只是叶子节点,默认值为 false 2. 是否包含半选节点,默认值为 false
            getChecked: function (leafOnly, includeHalfChecked) {
                if (options.data.length === 0) return;
                return _self.getChecked.call(_self, leafOnly, includeHalfChecked);
            },
            // 接收勾选节点数据的数组
            setChecked: function (data, isReset) {
                if (options.data.length === 0) return;
                return _self.setChecked.call(_self, data, isReset);
            },
            // 取消选中
            unCheckNodes: function () {
                if (options.data.length === 0) return;
                return _self.unCheckNodes.call(_self);
            },
            unCheckArrNodes: function (data) {
                if (options.data.length === 0) return;
                return _self.unCheckArrNodes.call(_self, data);
            },
            expandAll: function () {
                options.elem.children(".eleTree-node").children(".eleTree-node-group").empty();
                _self.expandAll.call(_self, options.data, [], 1, true);
                _self.unCheckNodes(true);
                _self.defaultChecked();
                _self.checkboxInit();
            },
            unExpandAll: function () {
                return _self.unExpandAll.call(_self);
            },
            reload: function (options) {
                return _self.reload.call(_self, options);
            },
            search: function (value) {
                return _self.search.call(_self, value);
            }
        }
    }
    // 模板渲染
    var TPL_ELEM = function (options, floor, parentStatus) {
        return [
            '{{# for(var i=0;i<d.length;i++){ }}',
            '<div class="eleTree-node {{# if(d[i].visible===false){ }}eleTree-search-hide{{# } }}" data-' + options.request.key + '="{{d[i]["' + options.request.key + '"]}}" eletree-floor="' + floor + '" style="display: none;">',
            '<div class="eleTree-node-content" type="{{d[i]["' + options.request.data + '"].type}}" style="padding-left: ' + (options.indent * floor) + 'px;">',
            '<span class="eleTree-node-content-icon">',
            '<i class="layui-icon layui-icon-triangle-r ',
            function () {
                if (options.lazy) {
                    var str = [
                        '{{# if(!d[i]["' + options.request.isLeaf + '"]){ }}',
                        'lazy-icon" ></i>',
                        '{{# }else{ }}',
                        'leaf-icon" style="color: transparent;" ></i>',
                        '{{# } }}'
                    ].join("");
                    return str;
                }
                return ['{{# if(!d[i]["' + options.request.children + '"] || d[i]["' + options.request.children + '"].length===0){ }}',
                    'leaf-icon" style="color: transparent;"',
                    '{{# } }}',
                    '"></i>'
                ].join("");
            }(),
            '</span>',
            function () {
                if (options.showCheckbox) {
                    var status = "";
                    if (parentStatus === "1") {
                        status = '"1" checked';
                    } else if (parentStatus === "2") {
                        status = '"2"';
                    } else {
                        status = '"0"';
                    }
                    return [
                        '{{# if(d[i]["' + options.request.checked + '"]) { }}',
                        '<input type="checkbox" name="eleTree-node" lay-ignore eleTree-status="1" checked data-checked class="layui-hide eleTree-hideen ',
                        '{{# }else{ }}',
                        '<input type="checkbox" name="eleTree-node" lay-ignore eleTree-status=' + status + ' class="layui-hide eleTree-hideen ',
                        '{{# } }}',
                        '{{# if(d[i]["' + options.request.disabled + '"]) { }}',
                        'eleTree-disabled',
                        '{{# } }}',
                        '" />'
                    ].join("");
                }
                return ''
            }(),
            '<span class="eleTree-node-content-label">{{d[i]["' + options.request.name + '"]}}</span>',
            '</div>',
            '<div class="eleTree-node-group">',
            '</div>',
            '</div>',
            '{{# } }}'
        ].join("");
    }
    var TPL_NoText = function () {
        return '<h3 class="eleTree-noText" style="text-align: center;height: 30px;line-height: 30px;color: #888;">{{d.emptText}}</h3>';
    }
    var Class = function (options) {
        options.response = $.extend({}, this.config.response, options.response);
        options.request = $.extend({}, this.config.request, options.request);
        this.config = $.extend({}, this.config, options);
        this.prevClickEle = null;
        this.nameIndex = 1;
        this.render();
    };
    Class.prototype = {
        constructor: Class,
        config: {
            elem: "",
            data: [],
            emptText: "暂无数据",        // 内容为空的时候展示的文本
            renderAfterExpand: true,    // 是否在第一次展开某个树节点后才渲染其子节点
            highlightCurrent: false,    // 是否高亮当前选中节点,默认值是 false。
            defaultExpandAll: false,    // 是否默认展开所有节点
            expandOnClickNode: true,    // 是否在点击节点的时候展开或者收缩节点, 默认值为 true,如果为 false,则只有点箭头图标的时候才会展开或者收缩节点。
            checkOnClickNode: false,    // 是否在点击节点的时候选中节点,默认值为 false,即只有在点击复选框时才会选中节点。
            defaultExpandedKeys: [],    // 默认展开的节点的 key 的数组
            autoExpandParent: true,     // 展开子节点的时候是否自动展开父节点
            showCheckbox: false,        // 节点是否可被选择
            checkStrictly: false,       // 在显示复选框的情况下,是否严格的遵循父子不互相关联的做法,默认为 false
            defaultCheckedKeys: [],     // 默认勾选的节点的 key 的数组
            accordion: false,           // 是否每次只打开一个同级树节点展开(手风琴效果)
            indent: 16,                 // 相邻级节点间的水平缩进,单位为像素
            lazy: false,                // 是否懒加载子节点,需与 load 方法结合使用
            load: function () {
            },        // 加载子树数据的方法,仅当 lazy 属性为true 时生效
            draggable: false,           // 是否开启拖拽节点功能
            contextmenuList: [],        // 启用右键菜单,支持的操作有:"copy","add","edit","remove"
            searchNodeMethod: null,     // 对树节点进行筛选时执行的方法,返回 true 表示这个节点可以显示,返回 false 则表示这个节点会被隐藏
            method: "get",
            url: "",
            contentType: "",
            headers: {},
            done: null,
            response: {
                statusName: "code",
                statusCode: 0,
                dataName: "data"
            },
            request: {
                name: "label",
                key: "id",
                children: "children",
                disabled: "disabled",
                checked: "checked",
                isLeaf: "isLeaf"
            }
        },
        render: function () {
            if (this.config.indent > 30) {
                this.config.indent = 30;
            } else if (this.config.indent < 10) {
                this.config.indent = 10;
            }
            var options = this.config;
            options.where = options.where || {};
            if (!options.elem) return hint.error("缺少elem参数");
            options.elem = typeof options.elem === "string" ? $(options.elem) : options.elem;
            this.filter = options.elem.attr("lay-filter");
            // load加载框
            options.elem.append('<div class="eleTree-loadData"><i class="layui-icon layui-icon-loading layui-icon layui-anim layui-anim-rotate layui-anim-loop"></i></div>')
            // 判断加载方式
            if (options.data.length === 0) {
                this.ajaxGetData();
            } else {
                this.renderData();
            }
        },
        renderData: function () {
            var options = this.config;
            $(this.config.elem).off();  // 取消事件绑定,防止多次绑定事件
            // 渲染第一层
            laytpl(TPL_ELEM(options, 0)).render(options.data, function (string) {
                options.elem.html(string).children().show();
            });
            // 懒加载 > 展开所有 > 初始展开项 > 初始渲染所有子节点 > 初始选中项 > 每次点击只渲染当前层(默认)
            // 判断所有dom是否全部加载
            if (!options.lazy) {
                if (!options.renderAfterExpand || options.defaultExpandAll || options.defaultExpandedKeys.length > 0 || options.defaultCheckedKeys.length > 0) {
                    this.expandAll(options.data, [], 1);
                }
            }
            this.eleTreeEvent();
            this.checkboxRender();
            this.checkboxEvent();
            this.defaultChecked();
            this.nodeEvent();
            this.rightClickMenu();
            if (!options.checkStrictly) {
                this.checkboxInit();
            }
        },
        ajaxGetData: function () {
            var options = this.config;
            var _self = this;
            if (!options.url) {
                laytpl(TPL_NoText()).render(options, function (string) {
                    options.elem.html(string);
                });
                return;
            }
            var data = $.extend({}, options.where);
            if (options.contentType && options.contentType.indexOf("application/json") == 0) { //提交 json 格式
                data = JSON.stringify(data);
            }
            $.ajax({
                type: options.method || 'get'
                , url: options.url
                , contentType: options.contentType
                , data: data
                , dataType: 'json'
                , headers: options.headers || {}
                , success: function (res) {
                    if (res[options.response.statusName] != options.response.statusCode || !res[options.response.dataName]) {
                        hint.error("请检查数据格式是否符合规范");
                        typeof options.done === 'function' && options.done(res);
                        return;
                    }
                    options.data = res[options.response.dataName];
                    _self.renderData();
                    typeof options.done === 'function' && options.done(res);
                }
            });
        },
        reload: function (options) {
            var _self = this;
            if (this.config.data && this.config.data.constructor === Array) this.config.data = [];
            this.config = $.extend({}, this.config, options);
            // $(this.config.elem).off();  // 取消事件绑定,防止多次绑定事件
            // reload记录选中的数据
            // this.getChecked().forEach(function(val) {
            //     if($.inArray(val.key,this.config.defaultCheckedKeys)===-1){
            //         this.config.defaultCheckedKeys.push(val.key);
            //     }
            // },this);
            return eleTree.render(this.config)
        },
        // 下拉
        eleTreeEvent: function () {
            var _self = this;
            var options = this.config;
            // 下拉
            var expandOnClickNode = options.expandOnClickNode ? ".eleTree-node-content" : ".eleTree-node-content>.eleTree-node-content-icon";
            options.elem.on("click", expandOnClickNode, function (e) {
                e.stopPropagation();
                var eleTreeNodeContent = $(this).parent(".eleTree-node").length === 0 ? $(this).parent(".eleTree-node-content") : $(this);
                var eleNode = eleTreeNodeContent.parent(".eleTree-node");
                var sibNode = eleTreeNodeContent.siblings(".eleTree-node-group");
                var el = eleTreeNodeContent.children(".eleTree-node-content-icon").children(".layui-icon");
                // 添加active背景
                if (_self.prevClickEle) _self.prevClickEle.removeClass("eleTree-node-content-active");
                if (options.highlightCurrent) eleTreeNodeContent.addClass("eleTree-node-content-active");
                _self.prevClickEle = eleTreeNodeContent;
                if (el.hasClass("icon-rotate")) {
                    // 合并
                    sibNode.children(".eleTree-node:not(.eleTree-search-hide)").hide("fast");
                    el.removeClass("icon-rotate");
                    return;
                }
                if (sibNode.children(".eleTree-node").length === 0) {
                    var floor = Number(eleNode.attr("eletree-floor")) + 1;
                    // 选择祖父
                    var selectParentsFn = function () {
                        if (!options.checkStrictly) {
                            var eleNode1 = sibNode.children(".eleTree-node").eq(0);
                            if (eleNode1.length !== 0) {
                                var siblingNode1 = eleNode1.siblings(".eleTree-node");
                                var item1 = eleNode1.children(".eleTree-node-content").children(".eleTree-hideen").get(0);
                                _self.selectParents(item1, eleNode1, siblingNode1);
                            }
                        }
                    }
                    var data = _self.reInitData(eleNode);
                    var d = data.currentData;
                    // 是否懒加载
                    if (options.lazy && el.hasClass("lazy-icon")) {
                        el.removeClass("layui-icon-triangle-r").addClass("layui-icon-loading layui-anim layui-anim-rotate layui-anim-loop");
                        options.load(d, function (getData) {
                            // 如果原来有数据则合并,没有则赋值
                            if (d[options.request.children]) {
                                d[options.request.children] = d[options.request.children].concat(getData);
                            } else {
                                d[options.request.children] = getData;
                            }
                            var eletreeStatus = eleTreeNodeContent.children("input.eleTree-hideen").attr("eletree-status");
                            if (d[options.request.children] && d[options.request.children].length > 0) {
                                // 只渲染获取到的数据
                                laytpl(TPL_ELEM(options, floor, eletreeStatus)).render(getData, function (string) {
                                    sibNode.append(string).children().show("fast");
                                });
                            } else {
                                el.css("color", "transparent").addClass("leaf-icon");
                            }
                            el.removeClass("lazy-icon layui-icon-loading layui-anim layui-anim-rotate layui-anim-loop").addClass("layui-icon-triangle-r icon-rotate");
                            // 懒加载子元素选择祖父(待写)
                            selectParentsFn();
                            _self.checkboxRender();
                        })
                    } else {
                        var eletreeStatus = eleTreeNodeContent.children("input.eleTree-hideen").attr("eletree-status");
                        d[options.request.children] && d[options.request.children].length > 0 && laytpl(TPL_ELEM(options, floor, eletreeStatus)).render(d[options.request.children], function (string) {
                            sibNode.append(string);
                        });
                        // 选择祖父
                        selectParentsFn();
                        _self.checkboxRender();
                    }
                }
                // 显示隐藏没有搜索类的
                sibNode.children(".eleTree-node:not(.eleTree-search-hide)").show("fast");
                el.addClass("icon-rotate");
                // 手风琴效果
                if (options.accordion) {
                    var node = eleTreeNodeContent.parent(".eleTree-node").siblings(".eleTree-node");
                    node.children(".eleTree-node-group").children(".eleTree-node:not(.eleTree-search-hide)").hide("fast");
                    node.children(".eleTree-node-content").children(".eleTree-node-content-icon").children(".layui-icon").removeClass("icon-rotate");
                }
            })
        },
        // checkbox选中
        checkboxEvent: function () {
            var options = this.config;
            var _self = this;
            var checkOnClickNode = options.checkOnClickNode ? ".eleTree-node-content" : ".eleTree-checkbox";
            // input添加属性eleTree-status:即input的三种状态,"0":未选中,"1":选中,"2":子孙部分选中
            options.elem.on("click", checkOnClickNode, function (e) {
                e.stopPropagation();
                var eleTreeNodeContent = $(this).parent(".eleTree-node").length === 0 ? $(this).parent(".eleTree-node-content") : $(this);
                var checkbox = eleTreeNodeContent.children(".eleTree-checkbox");
                if (checkbox.hasClass("eleTree-checkbox-disabled")) return;
                // 获取点击所在数据
                var node = eleTreeNodeContent.parent(".eleTree-node");
                // var d=_self.reInitData(node).currentData;
                // 实际的input
                var inp = checkbox.siblings(".eleTree-hideen").get(0);
                var childNode = eleTreeNodeContent.siblings(".eleTree-node-group").find("input[name='eleTree-node']");
                // 添加active背景
                if (_self.prevClickEle) _self.prevClickEle.removeClass("eleTree-node-content-active");
                if (options.highlightCurrent) eleTreeNodeContent.addClass("eleTree-node-content-active");
                _self.prevClickEle = eleTreeNodeContent;
                if (!inp) return;
                if (inp.checked) {
                    // 反选自身
                    $(inp).prop("checked", false).attr("eleTree-status", "0");
                    // 点击祖父层选中子孙层
                    if (!options.checkStrictly) {
                        childNode.prop("checked", false);
                        childNode.attr("eleTree-status", "0");
                    }
                } else {
                    // 反选自身
                    $(inp).prop("checked", true).attr("eleTree-status", "1");
                    // 点击祖父层选中子孙层
                    if (!options.checkStrictly) {
                        childNode.prop("checked", true).attr("eleTree-status", "1");
                    }
                }
                var eleNode = eleTreeNodeContent.parent(".eleTree-node");
                // 点击子孙层选中祖父层(递归)
                if (!options.checkStrictly) {
                    var siblingNode = eleNode.siblings(".eleTree-node");
                    // 点击子孙层选中祖父层(递归)
                    _self.selectParents(inp, eleNode, siblingNode);
                }
                _self.checkboxRender();
                layui.event.call(inp, MOD_NAME, 'nodeChecked(' + _self.filter + ')', {
                    node: eleNode,
                    data: _self.reInitData(eleNode),
                    isChecked: inp.checked
                });
            })
        },
        // 对后台数据有 checked:true 的默认选中项渲染父子层
        checkboxInit: function () {
            var options = this.config;
            var _self = this;
            options.elem.find("input[data-checked]").each(function (index, item) {
                var checkboxEl = $(item).siblings(".eleTree-checkbox");
                var childNode = checkboxEl.parent(".eleTree-node-content").siblings(".eleTree-node-group").find("input[name='eleTree-node']");
                // 选择当前
                $(item).prop("checked", "checked").attr("eleTree-status", "1");
                checkboxEl.addClass("eleTree-checkbox-checked");
                checkboxEl.children("i").addClass("layui-icon-ok").removeClass("eleTree-checkbox-line");
                if (options.checkStrictly) return;
                // 选择子孙
                childNode.prop("checked", "checked").attr("eleTree-status", "1");
                childNode.siblings(".eleTree-checkbox").addClass("eleTree-checkbox-checked");
                childNode.siblings(".eleTree-checkbox").children("i").addClass("layui-icon-ok").removeClass("eleTree-checkbox-line");
                // 选择祖父
                var eleNode = checkboxEl.parent(".eleTree-node-content").parent(".eleTree-node");
                var siblingNode = eleNode.siblings(".eleTree-node");
                _self.selectParents(item, eleNode, siblingNode);
            })
            _self.checkboxRender();
        },
        // 通过子元素选中祖父元素
        selectParents: function (inp, eleNode, siblingNode) {
            // inp: 实际input(dom元素)
            // eleNode: input父层类(.eleTree-node)
            // siblingNode: 父层同级兄弟
            while (Number(eleNode.attr("eletree-floor")) !== 0) {
                // 同级input状态存入数组
                var arr = [];
                arr.push($(inp).attr("eleTree-status"));
                siblingNode.each(function (index, item) {
                    var siblingIsChecked = $(item).children(".eleTree-node-content").children("input[name='eleTree-node']").attr("eleTree-status");
                    arr.push(siblingIsChecked);
                })
                // 父元素的实际input
                var parentInput = eleNode.parent(".eleTree-node-group").siblings(".eleTree-node-content").children("input[name='eleTree-node']");
                // 父元素的checkbox替代
                var parentCheckbox = parentInput.siblings(".eleTree-checkbox");
                // 子都选中则选中父
                if (arr.every(function (val) {
                    return val === "1";
                })) {
                    parentInput.prop("checked", true).attr("eleTree-status", "1");
                }
                // 子有一个未选中则checkbox第三种状态
                if (arr.some(function (val) {
                    return val === "0" || val === "2";
                })) {
                    parentInput.attr("eleTree-status", "2");
                }
                // 子全部未选中则取消父选中(并且取消第三种状态)
                if (arr.every(function (val) {
                    return val === "0";
                })) {
                    parentInput.prop("checked", false);
                    parentInput.attr("eleTree-status", "0");
                }
                var parentNode = eleNode.parents("[eletree-floor='" + (Number(eleNode.attr("eletree-floor")) - 1) + "']");
                var parentCheckbox = parentNode.children(".eleTree-node-content").children("input[name='eleTree-node']").get(0);
                var parentSiblingNode = parentNode.siblings(".eleTree-node");
                eleNode = parentNode;
                inp = parentCheckbox;
                siblingNode = parentSiblingNode;
            }
        },
        // 初始展开所有
        expandAll: function (data, arr, floor, isMethodsExpandAll) {
            var options = this.config;
            var _self = this;
            data.forEach(function (val, index) {
                arr.push(index);
                if (val[options.request.children] && val[options.request.children].length > 0) {
                    var el = options.elem.children(".eleTree-node").eq(arr[0]).children(".eleTree-node-group");
                    for (var i = 1; i < arr.length; i++) {
                        el = el.children(".eleTree-node").eq(arr[i]).children(".eleTree-node-group");
                    }
                    laytpl(TPL_ELEM(options, floor)).render(val[options.request.children], function (string) {
                        el.append(string);
                        // 判断是否展开所有
                        if (options.defaultExpandAll || isMethodsExpandAll) {
                            el.siblings(".eleTree-node-content").children(".eleTree-node-content-icon").children(".layui-icon").addClass("icon-rotate");
                            el.children().show();
                        } else if (options.defaultExpandedKeys.length > 0) {
                            // 继续展开祖父层
                            var f = function (eleP) {
                                if (options.autoExpandParent) {
                                    eleP.parents(".eleTree-node").each(function (i, item) {
                                        if ($(item).data(options.request.key)) {
                                            $(item).children(".eleTree-node-group").siblings(".eleTree-node-content").children(".eleTree-node-content-icon").children(".layui-icon").addClass("icon-rotate");
                                            $(item).children(".eleTree-node-group").children().show();
                                        }
                                    })
                                }
                            }
                            // 展开指定id项
                            var id = el.parent(".eleTree-node").data(options.request.key);
                            if ($.inArray(id, options.defaultExpandedKeys) !== -1) {
                                // 直接展开子节点
                                el.siblings(".eleTree-node-content").children(".eleTree-node-content-icon").children(".layui-icon").addClass("icon-rotate");
                                el.children().show();
                                // 展开子项是否继续展开祖父项
                                f(el.parent(".eleTree-node[data-" + options.request.key + "]"));
                            } else {
                                // 如当前节点的子节点有展开项,则展开当前子节点的祖父层
                                el.children(".eleTree-node").each(function (index, item) {
                                    var id = $(item).data(options.request.key);
                                    if ($.inArray(id, options.defaultExpandedKeys) !== -1) {
                                        f($(item));
                                        return false;
                                    }
                                })
                            }
                        }
                    });
                    floor++;
                    _self.expandAll(val[options.request.children], arr, floor, isMethodsExpandAll);
                    floor--;
                }
                // 重置数组索引
                arr.pop();
            })
        },
        // 选中单个节点
        checkedOneNode: function (nodeContent) {
            var options = this.config;
            var inp = nodeContent.children("input.eleTree-hideen").get(0);
            $(inp).prop("checked", true).attr("eleTree-status", "1");
            if (options.checkStrictly) return;
            // 点击祖父层选中子孙层
            var childNode = nodeContent.siblings(".eleTree-node-group").find("input[name='eleTree-node']");
            childNode.prop("checked", true).attr("eleTree-status", "1");
            var eleNode = nodeContent.parent(".eleTree-node");
            var siblingNode = eleNode.siblings(".eleTree-node");
            // 点击子孙层选中祖父层(递归)
            this.selectParents(inp, eleNode, siblingNode);
        },
        // 初始默认选中
        defaultChecked: function (dataChecked) {
            var options = this.config;
            var _self = this;
            var arr = dataChecked || options.defaultCheckedKeys;
            if (arr.length === 0) {
                return false;
            }
            arr.forEach(function (val, index) {
                var nodeContent = options.elem.find("[data-" + options.request.key + "='" + val + "']").children(".eleTree-node-content");
                nodeContent.length > 0 && _self.checkedOneNode(nodeContent);
            })
            this.checkboxInit();
        },
        // 自定义checkbox解析
        checkboxRender: function () {
            var options = this.config;
            options.elem.find(".eleTree-checkbox").remove();
            options.elem.find("input.eleTree-hideen[type=checkbox]").each(function (index, item) {
                if ($(item).hasClass("eleTree-disabled")) {
                    $(item).after('<div class="eleTree-checkbox eleTree-checkbox-disabled"><i class="layui-icon"></i></div>');
                } else {
                    $(item).after('<div class="eleTree-checkbox"><i class="layui-icon"></i></div>');
                }
                var checkbox = $(item).siblings(".eleTree-checkbox");
                if ($(item).attr("eletree-status") === "1") {
                    checkbox.addClass("eleTree-checkbox-checked");
                    checkbox.children("i").addClass("layui-icon-ok").removeClass("eleTree-checkbox-line");
                } else if ($(item).attr("eletree-status") === "0") {
                    checkbox.removeClass("eleTree-checkbox-checked");
                    checkbox.children("i").removeClass("layui-icon-ok eleTree-checkbox-line");
                } else if ($(item).attr("eletree-status") === "2") {
                    checkbox.addClass("eleTree-checkbox-checked");
                    checkbox.children("i").removeClass("layui-icon-ok").addClass("eleTree-checkbox-line");
                }
            })
        },
        // 通过dom节点找对应数据
        reInitData: function (node) {
            var options = this.config;
            var i = node.index();
            var floor = Number(node.attr("eletree-floor"));
            var arr = [];     // 节点对应的index
            while (floor >= 0) {
                arr.push(i);
                floor = floor - 1;
                node = node.parents("[eletree-floor='" + floor + "']");
                i = node.index();
            }
            arr = arr.reverse();
            var oData = this.config.data;
            // 当前节点的父节点数据
            var parentData = oData[arr[0]];
            // 当前节点的data数据
            var d = oData[arr[0]];
            for (var j = 1; j < arr.length; j++) {
                d = d[options.request.children] ? d[options.request.children][arr[j]] : d;
            }
            for (var k = 1; k < arr.length - 1; k++) {
                parentData = parentData[options.request.children] ? parentData[options.request.children][arr[k]] : parentData;
            }
            return {
                currentData: d,
                parentData: {
                    data: parentData,
                    childIndex: arr[arr.length - 1]
                },
                index: arr
            }
        },
        // 通过key查找数据
        keySearchToOpera: function (key, callback) {
            var options = this.config;
            var _self = this;
            // 查找数据
            var fn = function (data) {
                var obj = {
                    i: 0,
                    len: data.length
                }
                for (; obj.i < obj.len; obj.i++) {
                    if (data[obj.i][options.request.key] != key) {
                        if (data[obj.i][options.request.children] && data[obj.i][options.request.children].length > 0) {
                            fn(data[obj.i][options.request.children]);
                        }
                    } else {
                        callback(data, obj);
                    }
                }
            }
            fn(options.data);
        },
        updateKeyChildren: function (key, data) {
            var options = this.config;
            var node = options.elem.find("[data-" + options.request.key + "='" + key + "']");
            var floor = Number(node.attr("eletree-floor")) + 1;
            var _self = this;
            this.keySearchToOpera(key, function (d, obj) {
                // 数据更新
                d[obj.i][options.request.children] = data;
                // dom更新
                node.length !== 0 && laytpl(TPL_ELEM(options, floor)).render(data, function (string) {
                    $(node).children(".eleTree-node-group").empty().append(string);
                    options.defaultExpandAll && $(node).children(".eleTree-node-group").children().show();
                });
                _self.unCheckNodes(true);
                _self.defaultChecked();
            });
        },
        updateKeySelf: function (key, data) {
            var options = this.config;
            var node = options.elem.find("[data-" + options.request.key + "='" + key + "']").children(".eleTree-node-content");
            var floor = Number(node.attr("eletree-floor")) + 1;
            data[options.request.name] && node.children(".eleTree-node-content-label").text(data[options.request.name]);
            data[options.request.disabled] && node.children(".eleTree-hideen").addClass("eleTree-disabled")
                .siblings(".eleTree-checkbox").addClass("eleTree-checkbox-disabled");
            // 数据更新
            var getData = this.keySearchToOpera(key, function (d, obj) {
                data[options.request.key] = d[obj.i][options.request.key];
                data[options.request.children] = d[obj.i][options.request.children];
                d[obj.i] = $.extend({}, d[obj.i], data);
            });
        },
        remove: function (key) {
            var options = this.config;
            var node = options.elem.find("[data-" + options.request.key + "='" + key + "']");
            var pElem = node.parent(".eleTree-node-group");
            // 数据删除
            this.keySearchToOpera(key, function (data, obj) {
                data.splice(obj.i, 1);
                obj.i--;
                obj.len--;
                node.length !== 0 && options.elem.find("[data-" + options.request.key + "='" + key + "']").remove();
                if (pElem.children(".eleTree-node").length === 0) {
                    pElem.siblings(".eleTree-node-content").children(".eleTree-node-content-icon").children(".layui-icon").css("color", "transparent");
                }
            });
            this.unCheckNodes(true);
            this.defaultChecked();
            this.checkboxInit();
        },
        append: function (key, data) {
            var options = this.config;
            // 如果不传key,则直接添加到根节点
            if (typeof key === "object" && key !== null) {
                data = key;
                key = null;
            }
            if (key === null || key === "") {
                options.data.push(data);
                laytpl(TPL_ELEM(options, 0, "0")).render([data], function (string) {
                    $(options.elem).append(string);
                    $(options.elem).children(".eleTree-node:last").show();
                });
                this.checkboxRender();
                return;
            }
            // 传key则添加到子节点
            var node = options.elem.find("[data-" + options.request.key + "='" + key + "']");
            var floor = Number(node.attr("eletree-floor")) + 1;
            // 数据更新
            this.keySearchToOpera(key, function (d, obj) {
                if (d[obj.i][options.request.children]) {
                    d[obj.i][options.request.children].push(data);
                } else {
                    d[obj.i][options.request.children] = [data];
                }
                var arr = d[obj.i][options.request.children];
                var icon = node.children(".eleTree-node-content").find(".eleTree-node-content-icon .layui-icon");
                // 添加之后长度为1,则原来没有三角,添加三角
                if (arr.length === 1) {
                    icon.removeAttr("style");
                }
                // 判断原来是否没有展开
                if (!icon.hasClass("icon-rotate")) {
                    var expandOnClickNode = options.expandOnClickNode ? node.children(".eleTree-node-content") : node.children(".eleTree-node-content").children(".eleTree-node-content-icon");
                    expandOnClickNode.trigger("click");
                }
                // 判断节点是否已存在
                var isExist = false;
                node.children(".eleTree-node-group").children(".eleTree-node").each(function (index, item) {
                    if (data[options.request.key] == $(item).data(options.request.key)) {
                        isExist = true;
                    }
                })
                if (!isExist) {
                    var len = arr.length;
                    var eletreeStatus = node.children(".eleTree-node-content").children("input.eleTree-hideen").attr("eletree-status");
                    eletreeStatus = eletreeStatus === "2" ? "0" : eletreeStatus;
                    node.length !== 0 && laytpl(TPL_ELEM(options, floor, eletreeStatus)).render([arr[len - 1]], function (string) {
                        node.children(".eleTree-node-group").append(string).children().show();
                    });
                }
            });
            this.checkboxRender();
        },
        insertBefore: function (key, data) {
            var options = this.config;
            var node = options.elem.find("[data-" + options.request.key + "='" + key + "']");
            var floor = Number(node.attr("eletree-floor"));
            // 数据更新
            this.keySearchToOpera(key, function (d, obj) {
                d.splice(obj.i, 0, data);
                obj.i++;
                obj.len++;
                var eletreeStatus = node.parent(".eleTree-node-group").length === 0 ? "0" : node.parent(".eleTree-node-group").parent(".eleTree-node")
                    .children(".eleTree-node-content").children("input.eleTree-hideen").attr("eletree-status");
                eletreeStatus = eletreeStatus === "2" ? "0" : eletreeStatus;
                node.length !== 0 && laytpl(TPL_ELEM(options, floor, eletreeStatus)).render([data], function (string) {
                    node.before(string).prev(".eleTree-node").show();
                });
            });
            this.checkboxRender();
        },
        insertAfter: function (key, data) {
            var options = this.config;
            var node = options.elem.find("[data-" + options.request.key + "='" + key + "']");
            var floor = Number(node.attr("eletree-floor"));
            // 数据更新
            this.keySearchToOpera(key, function (d, obj) {
                d.splice(obj.i + 1, 0, data);
                obj.i++;
                obj.len++;
                var eletreeStatus = node.parent(".eleTree-node-group").length === 0 ? "0" : node.parent(".eleTree-node-group").parent(".eleTree-node")
                    .children(".eleTree-node-content").children("input.eleTree-hideen").attr("eletree-status");
                eletreeStatus = eletreeStatus === "2" ? "0" : eletreeStatus;
                node.length !== 0 && laytpl(TPL_ELEM(options, floor, eletreeStatus)).render([data], function (string) {
                    $(node).after(string).next(".eleTree-node").show();
                });
            });
            this.checkboxRender();
            // if(!options.lazy){
            //     if(!options.renderAfterExpand || options.defaultExpandAll || options.defaultExpandedKeys.length>0){
            //         this.expandAll(options.data,[],1);
            //     }
            // }
        },
        getChecked: function (leafOnly, includeHalfChecked) {
            var options = this.config
                , el
                , arr = [];
            leafOnly = leafOnly || false;
            includeHalfChecked = includeHalfChecked || false;
            if (leafOnly) {
                el = options.elem.find(".layui-icon.leaf-icon").parent(".eleTree-node-content-icon")
                    .siblings("input.eleTree-hideen[eletree-status='1']");
            } else if (includeHalfChecked) {
                el = options.elem.find("input.eleTree-hideen[eletree-status='1'],input.eleTree-hideen[eletree-status='2']");
            } else {
                el = options.elem.find("input.eleTree-hideen[eletree-status='1']");
            }
            el.each(function (index, item) {
                var obj = {};
                var id = $(item).parent(".eleTree-node-content").parent(".eleTree-node").data(options.request.key);
                var label = $(item).siblings(".eleTree-node-content-label").text();
                obj[options.request.key] = id;
                obj[options.request.name] = label;
                obj.elem = item;
                obj.type = $(item).parent(".eleTree-node-content").attr('type');
                obj.othis = $(item).siblings(".eleTree-checkbox").get(0);
                arr.push(obj);
            })
            return arr;
        },
        setChecked: function (arr, isReset) {
            var options = this.config;
            isReset = isReset || false;
            if (isReset) {
                this.unCheckNodes();
                options.defaultCheckedKeys = $.extend([], arr);
            } else {
                this.unCheckNodes(true);
                arr.forEach(function (val) {
                    if ($.inArray(val, options.defaultCheckedKeys) === -1) {
                        options.defaultCheckedKeys.push(val);
                    }
                })
            }
            this.defaultChecked();
        },
        unCheckNodes: function (_internal) {
            _internal = _internal || false;   // _internal: 是否内部调用
            var options = this.config;
            options.elem.find("input.eleTree-hideen[eletree-status='1'],input.eleTree-hideen[eletree-status='2']").each(function (index, item) {
                $(item).attr("eletree-status", "0").prop("checked", false);
                // 如果外部的取消选中,则所有的记录全部取消
                if (!_internal) {
                    $(item).removeAttr("data-checked");
                }
            });
            this.checkboxRender();
        },
        unCheckArrNodes: function (arr) {
            var options = this.config;
            var dataChecked = [];
            options.elem.find(".eleTree-hideen[eletree-status='1']").each(function (index, item) {
                var id = $(item).parent(".eleTree-node-content").parent(".eleTree-node").data(options.request.key);
                // 获取所有被选中项,并去除arr中包含的数据
                if (arr.some(function (val) {
                    return val == id;
                })) {
                    // 如果id在arr数组中,则清除dom上面的checked数据
                    $(item).removeAttr("data-checked");
                    return;
                }
                dataChecked.push(id);
            })
            // 更新defaultCheckedKeys数据
            for (var j = 0; j < options.defaultCheckedKeys.length; j++) {
                if (!dataChecked.some(function (val) {
                    return val == options.defaultCheckedKeys[j];
                })) {
                    options.defaultCheckedKeys.splice(j, 1);
                    j--;
                }
            }
            this.unCheckNodes(true);
            this.defaultChecked(dataChecked);
        },
        unExpandAll: function () {
            var options = this.config;
            options.elem.find(".layui-icon.icon-rotate").removeClass("icon-rotate")
                .parent(".eleTree-node-content-icon").parent(".eleTree-node-content")
                .siblings(".eleTree-node-group").children(".eleTree-node").hide();
        },
        // 节点事件
        nodeEvent: function () {
            var _self = this;
            var options = this.config;
            // 节点被点击的回调事件
            options.elem.on("click", ".eleTree-node-content", function (e) {
                var eleNode = $(this).parent(".eleTree-node");
                $("#tree-menu").hide().remove();
                layui.event.call(eleNode, MOD_NAME, 'nodeClick(' + _self.filter + ')', {
                    node: eleNode,
                    data: _self.reInitData(eleNode),
                    event: e
                });
            })
            // 节点右键的回调事件
            options.elem.on("contextmenu", ".eleTree-node-content", function (e) {
                var eleNode = $(this).parent(".eleTree-node");
                layui.event.call(eleNode, MOD_NAME, 'nodeContextmenu(' + _self.filter + ')', {
                    node: eleNode,
                    data: _self.reInitData(eleNode),
                    event: e
                });
            })
            // 节点被拖拽的回调事件
            options.draggable && options.elem.on("mousedown", ".eleTree-node-content", function (e) {
                var time = 0;
                var eleNode = $(this).parent(".eleTree-node");
                var eleFloor = Number(eleNode.attr("eletree-floor"));
                var groupNode = eleNode.parent(".eleTree-node-group");
                e.stopPropagation();
                options.elem.css("user-select", "none");
                var cloneNode = eleNode.clone(true);
                var temNode = eleNode.clone(true);
                var x = e.clientX - options.elem.offset().left;
                var y = e.clientY - options.elem.offset().top;
                options.elem.append(cloneNode);
                cloneNode.css({
                    "display": "none",
                    "opacity": 0.7,
                    "position": "absolute",
                    "background-color": "#f5f5f5",
                    "width": "100%"
                })
                var currentData = _self.reInitData(eleNode);
                var isStop = false;
                $(document).on("mousemove", function (e) {
                    // t为了区别click事件
                    time++;
                    if (time > 2) {
                        var xx = e.clientX - options.elem.offset().left + 10;
                        var yy = e.clientY - options.elem.offset().top + $(document).scrollTop() - 5;   // 加上浏览器滚动高度
                        cloneNode.css({
                            display: "block",
                            left: xx + "px",
                            top: yy + "px"
                        })
                    }
                }).on("mouseup", function (e) {
                    $(document).off("mousemove").off("mouseup");
                    var target = $(e.target).parents(".eleTree-node").eq(0);
                    cloneNode.remove();
                    options.elem.css("user-select", "auto");
                    // 当前点击的是否时最外层
                    var isCurrentOuterMost = eleNode.parent().get(0).isEqualNode(options.elem.get(0))
                    // 目标是否时最外层
                    var isTargetOuterMost = $(e.target).get(0).isEqualNode(options.elem.get(0))
                    if (isTargetOuterMost) {
                        target = options.elem;
                    }
                    // 判断是否超出边界
                    if (target.parents(options.elem).length === 0 && !isTargetOuterMost) {
                        return;
                    }
                    // 判断初始与结束是否是同一个节点
                    if (target.get(0).isEqualNode(eleNode.get(0))) {
                        return;
                    }
                    // 判断是否是父节点放到子节点
                    var tFloor = target.attr("eletree-floor");
                    var isInChild = false;
                    eleNode.find("[eletree-floor='" + tFloor + "']").each(function () {
                        if (this.isEqualNode(target.get(0))) {
                            isInChild = true;
                        }
                    })
                    if (isInChild) {
                        return;
                    }
                    var targetData = _self.reInitData(target);
                    layui.event.call(target, MOD_NAME, 'nodeDrag(' + _self.filter + ')', {
                        current: {
                            node: eleNode,
                            data: currentData
                        },
                        target: {
                            node: target,
                            data: targetData
                        },
                        stop: function () {
                            isStop = true;
                        }
                    });
                    // 拖拽是否取消
                    if (isStop) {
                        return false;
                    }
                    // 数据更改
                    var currList = currentData.parentData.data[options.request.children]
                    var currIndex = currentData.parentData.childIndex
                    var currData = currentData.currentData;
                    var tarData = targetData.currentData;
                    // 当前是否是最外层
                    isCurrentOuterMost ? options.data.splice(currIndex, 1) : currList.splice(currIndex, 1)
                    // 目标是否是最外层
                    isTargetOuterMost ? options.data.push(currData) : (function () {
                        !tarData[options.request.children] ? tarData[options.request.children] = [] : "";
                        tarData[options.request.children].push(currData);
                    })()
                    // dom互换
                    eleNode.remove();
                    var floor = null;
                    // 最外层判断
                    if (isTargetOuterMost) {
                        target.append(temNode);
                        floor = 0;
                    } else {
                        target.children(".eleTree-node-group").append(temNode);
                        floor = Number(target.attr("eletree-floor")) + 1;
                    }
                    // 加floor和padding
                    temNode.attr("eletree-floor", String(floor));
                    temNode.children(".eleTree-node-content").css("padding-left", floor * options.indent + "px");
                    // 通过floor差值计算子元素的floor
                    var countFloor = eleFloor - floor;
                    temNode.find(".eleTree-node").each(function (index, item) {
                        var f = Number($(item).attr("eletree-floor")) - countFloor;
                        $(item).attr("eletree-floor", String(f));
                        $(item).children(".eleTree-node-content").css("padding-left", f * options.indent + "px");
                    })
                    // 原dom去三角
                    var leaf = groupNode.children(".eleTree-node").length === 0;
                    leaf && groupNode.siblings(".eleTree-node-content")
                        .children(".eleTree-node-content-icon").children(".layui-icon")
                        .removeClass("icon-rotate").css("color", "transparent");
                    // 当前的增加三角
                    var cLeaf = target.children(".eleTree-node-group").children(".eleTree-node").length === 0;
                    !cLeaf && target.children(".eleTree-node-content")
                        .children(".eleTree-node-content-icon").children(".layui-icon")
                        .addClass("icon-rotate").removeAttr("style");
                    _self.unCheckNodes(true);
                    _self.defaultChecked();
                    _self.checkboxInit();
                })
            })
        },
        rightClickMenu: function () {
            var _self = this;
            var options = this.config;
            if (options.contextmenuList.length <= 0) {
                return;
            }
            $(document).on("click", function () {
                $("#tree-menu").hide().remove();
            });
            var customizeMenu = [];   // 用户自定义的
            var internalMenu = ["copy", "add", "add.async", "insertBefore", "insertAfter", "append", "edit", "edit.async", "remove", "remove.async"];  // 系统自带的
            var customizeStr = '';
            options.contextmenuList.forEach(function (val) {
                if ($.inArray(val, internalMenu) === -1) {
                    customizeMenu.push(val);
                    customizeStr += '<li class="' + (val.eventName || val) + '"><a href="javascript:;">' + (val.text || val) + '</a></li>';
                }
            })
            var menuStr = ['<ul id="tree-menu">'
                , $.inArray("copy", options.contextmenuList) !== -1 ? '<li class="copy"><a href="javascript:;">复制</a></li>' : ''
                , ($.inArray("add", options.contextmenuList) !== -1 || $.inArray("add.async", options.contextmenuList) !== -1) ? '<li class="add"><a href="javascript:;">新增</a></li>' +
                    '<li class="insertBefore"><a href="javascript:;">插入节点前</a></li>' +
                    '<li class="insertAfter"><a href="javascript:;">插入节点后</a></li>' +
                    '<li class="append"><a href="javascript:;">插入子节点</a></li>' : ""
                , ($.inArray("edit", options.contextmenuList) !== -1 || $.inArray("edit.async", options.contextmenuList) !== -1) ? '<li class="edit"><a href="javascript:;">修改</a></li>' : ''
                , ($.inArray("remove", options.contextmenuList) !== -1 || $.inArray("remove.async", options.contextmenuList) !== -1) ? '<li class="remove"><a href="javascript:;">删除</a></li>' : ''
                , customizeStr
                , '</ul>'].join("");
            this.treeMenu = $(menuStr);
            options.elem.off("contextmenu").on("contextmenu", ".eleTree-node-content", function (e) {
                var that = this;
                e.stopPropagation();
                e.preventDefault();
                // 添加active背景
                if (_self.prevClickEle) _self.prevClickEle.removeClass("eleTree-node-content-active");
                $(this).addClass("eleTree-node-content-active");
                var eleNode = $(this).parent(".eleTree-node");
                var nodeData = _self.reInitData(eleNode);
                // 菜单位置
                $(document.body).after(_self.treeMenu);
                $("#tree-menu").find("li.append,li.insertAfter,li.insertBefore").hide();
                $("#tree-menu").find(":not(li.append,li.insertAfter,li.insertBefore)").show();
                $("#tree-menu").css({
                    left: e.clientX + $(document).scrollLeft(),
                    top: e.clientY + $(document).scrollTop()
                }).show();
                // 复制
                $("#tree-menu li.copy").off().on("click", function () {
                    var el = $(that).children(".eleTree-node-content-label").get(0);
                    var selection = window.getSelection();
                    var range = document.createRange();
                    range.selectNodeContents(el);
                    selection.removeAllRanges();
                    selection.addRange(range);
                    document.execCommand('Copy', 'false', null);
                    selection.removeAllRanges();
                });
                // 新增
                $("#tree-menu li.add").off().on("click", function (e) {
                    e.stopPropagation();
                    $(this).hide().siblings("li:not(.append,.insertAfter,.insertBefore)").hide();
                    $(this).siblings(".append,li.insertAfter,li.insertBefore").show();
                })
                // 添加的默认数据
                var obj = {};
                obj[options.request.key] = Date.now();
                obj[options.request.name] = "未命名" + _self.nameIndex;
                if (options.lazy) {
                    obj[options.request.isLeaf] = true;
                }
                var arr = ["Append", "InsertBefore", "InsertAfter"];
                arr.forEach(function (val) {
                    var s = val[0].toLocaleLowerCase() + val.slice(1, val.length);
                    $("#tree-menu li." + s).off().on("click", function (e) {
                        var node = $(that).parent(".eleTree-node");
                        var key = node.data(options.request.key);
                        var isStop = false;
                        var s = val[0].toLocaleLowerCase() + val.slice(1, val.length);
                        // 每次只能添加一条数据,不可以批量添加
                        _self[s](key, obj);
                        var nodeArr = [];
                        node.children(".eleTree-node-group").children(".eleTree-node").each(function (i, itemNode) {
                            nodeArr.push(itemNode);
                        })
                        node.siblings(".eleTree-node").each(function (i, itemNode) {
                            nodeArr.push(itemNode);
                        })
                        $.each(nodeArr, function (i, itemNode) {
                            if (obj[options.request.key] === $(itemNode).data(options.request.key)) {
                                var label = $(itemNode).children(".eleTree-node-content").children(".eleTree-node-content-label").hide();
                                var text = label.text();
                                var inp = "<input type='text' value='" + obj[options.request.name] + "' class='eleTree-node-content-input' />";
                                label.after(inp);
                                label.siblings(".eleTree-node-content-input").focus().off().on("blur", function () {
                                    var v = $(this).val();
                                    obj[options.request.name] = v;
                                    var inpThis = this;
                                    layui.event.call(node, MOD_NAME, 'node' + val + '(' + _self.filter + ')', {
                                        node: node,
                                        data: nodeData.currentData,
                                        newData: obj,
                                        // 重新设置数据
                                        setData: function (o) {
                                            // obj[options.request.key]=Date.now();
                                            obj[options.request.name] = v;
                                            if (options.lazy) {
                                                obj[options.request.isLeaf] = true;
                                            }
                                            var newObj = $.extend({}, obj, o);
                                            this.newData = newObj;
                                            // 修改数据
                                            var d = _self.reInitData($(itemNode)).currentData;
                                            d[options.request.name] = newObj[options.request.name];
                                            d[options.request.key] = newObj[options.request.key];
                                            // 修改dom
                                            $(inpThis).siblings(".eleTree-node-content-label").text(newObj[options.request.name]).show();
                                            $(itemNode).attr("data-" + options.request.key, newObj[options.request.key]);  // 改变页面上面的显示的key,之后可以获取dom
                                            $(itemNode).data(options.request.key, newObj[options.request.key]);          // 改变data数据,之后可以通过data获取key
                                            $(inpThis).remove();
                                            _self.nameIndex++;
                                            isStop = true;
                                        },
                                        // 停止添加
                                        stop: function () {
                                            isStop = true;
                                            this.newData = {};
                                            _self.remove(obj[options.request.key]);
                                        }
                                    });
                                    // 不是异步添加
                                    if ($.inArray("add.async", options.contextmenuList) === -1) {
                                        if (isStop) return;
                                        // 修改数据
                                        _self.reInitData($(itemNode)).currentData[options.request.name] = v;
                                        // 修改dom
                                        $(this).siblings(".eleTree-node-content-label").text(v).show();
                                        $(this).remove();
                                        _self.nameIndex++;
                                    }
                                }).on("mousedown", function (e) {
                                    // 防止input拖拽
                                    e.stopPropagation();
                                }).on("click", function (e) {
                                    e.stopPropagation();
                                })
                            }
                        })
                    })
                })
                // 编辑
                $("#tree-menu li.edit").off().on("click", function (e) {
                    e.stopPropagation();
                    $("#tree-menu").hide().remove();
                    var node = $(that).parent(".eleTree-node");
                    var key = node.data(options.request.key);
                    var label = $(that).children(".eleTree-node-content-label").hide();
                    var text = label.text();
                    var inp = "<input type='text' value='" + text + "' class='eleTree-node-content-input' />";
                    label.after(inp);
                    label.siblings(".eleTree-node-content-input").focus().select().off().on("blur", function () {
                        var val = $(this).val();
                        var isStop = false;
                        var inpThis = this;
                        layui.event.call(node, MOD_NAME, 'nodeEdit(' + _self.filter + ')', {
                            node: node,
                            value: val,
                            data: nodeData.currentData,
                            // 停止添加
                            stop: function () {
                                isStop = true;
                                $(inpThis).siblings(".eleTree-node-content-label").show();
                                $(inpThis).remove();
                            },
                            async: function () {
                                if (isStop) return;
                                // 修改数据
                                _self.reInitData(eleNode).currentData[options.request.name] = val;
                                // 修改dom
                                $(inpThis).siblings(".eleTree-node-content-label").text(val).show();
                                $(inpThis).remove();
                            }
                        });
                        // 不是异步
                        if ($.inArray("edit.async", options.contextmenuList) === -1) {
                            if (isStop) return;
                            // 修改数据
                            _self.reInitData(eleNode).currentData[options.request.name] = val;
                            // 修改dom
                            $(this).siblings(".eleTree-node-content-label").text(val).show();
                            $(this).remove();
                        }
                    }).on("mousedown", function (e) {
                        // 防止input拖拽
                        e.stopPropagation();
                    })
                })
                // 删除
                $("#tree-menu li.remove").off().on("click", function (e) {
                    var node = $(that).parent(".eleTree-node");
                    var key = node.data(options.request.key);
                    var isStop = false;
                    layui.event.call(node, MOD_NAME, 'nodeRemove(' + _self.filter + ')', {
                        node: node,
                        data: nodeData.currentData,
                        // 停止添加
                        stop: function () {
                            isStop = true;
                            return this;
                        },
                        async: function () {
                            if (isStop) return;
                            _self.remove(key);
                            return this;
                        }
                    });
                    // 不是异步
                    if ($.inArray("remove.async", options.contextmenuList) === -1) {
                        if (isStop) return;
                        _self.remove(key);
                    }
                })
                // 自定义菜单回调
                customizeMenu.forEach(function (val) {
                    var text = val.eventName || val;
                    $("#tree-menu li." + text).off().on("click", function () {
                        var node = $(that).parent(".eleTree-node");
                        var isStop = false;
                        layui.event.call(node, MOD_NAME, 'node' + text.replace(text.charAt(0), text.charAt(0).toUpperCase()) + '(' + _self.filter + ')', {
                            node: node,
                            data: nodeData.currentData,
                        });
                    });
                })
                _self.prevClickEle = $(this);
            })
        },
        search: function (value) {
            var options = this.config;
            if (!options.searchNodeMethod || typeof options.searchNodeMethod !== "function") {
                return;
            }
            var data = options.data;
            // 数据递归
            var traverse = function (data) {
                data.forEach(function (val, index) {
                    // 所有查找到的节点增加属性
                    val.visible = options.searchNodeMethod(value, val);
                    if (val[options.request.children] && val[options.request.children].length > 0) {
                        traverse(val[options.request.children]);
                    }
                    //如果当前节点属性为隐藏,判断其子节点是否有显示的,如果有,则当前节点改为显示
                    if (!val.visible) {
                        var childSomeShow = false;
                        if (val[options.request.children] && val[options.request.children].length > 0) {
                            childSomeShow = val[options.request.children].some(function (v, i) {
                                return v.visible;
                            })
                        }
                        val.visible = childSomeShow;
                    }
                    // 通过节点的属性,显示隐藏各个节点,并添加删除搜索类
                    var el = options.elem.find("[data-" + options.request.key + "='" + val[options.request.key] + "']");
                    if (val.visible) {
                        el.removeClass("eleTree-search-hide");
                        // 判断父节点是否展开,如果父节点没有展开,则子节点也不要显示
                        var parentEl = el.parent(".eleTree-node-group").parent(".eleTree-node");
                        var isParentOpen = parentEl.children(".eleTree-node-content").children(".eleTree-node-content-icon").children(".layui-icon.layui-icon-triangle-r").hasClass("icon-rotate")
                        if ((parentEl.length > 0 && isParentOpen) || parentEl.length === 0) {
                            el.show();
                        }
                    } else {
                        el.hide().addClass("eleTree-search-hide");
                    }
                    // 删除子层属性
                    // if(val[options.request.children] && val[options.request.children].length>0){
                    //     val[options.request.children].forEach(function(v,i) {
                    //         delete v.visible;
                    //     })
                    // }
                })
            }
            traverse(data);
            // 删除最外层属性
            var arr = [];
            data.forEach(function (val) {
                arr.push(val.visible);
                // delete val.visible;
            })
            var isNotext = options.elem.children(".eleTree-noText");
            // 如果第一层的所有的都隐藏,则显示文本
            if (arr.every(function (v) {
                return v === false;
            })) {
                if (isNotext.length === 0) {
                    laytpl(TPL_NoText()).render(options, function (string) {
                        options.elem.append(string);
                    });
                }
            } else {
                isNotext.remove();
            }
        }
    }
    exports(MOD_NAME, eleTree);
})
src/main/resources/static/febs/lay/extends/formSelects-v4.min.js
New file
@@ -0,0 +1 @@
"use strict";var _typeof=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol==="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function _defineProperty(e,t,n){if(t in e){Object.defineProperty(e,t,{value:n,enumerable:true,configurable:true,writable:true})}else{e[t]=n}return e}(function(e,t,n){if((typeof exports==="undefined"?"undefined":_typeof(exports))==="object"){module.exports=n()}else if(typeof define==="function"&&define.amd){define(n)}else if(t.layui&&e.define){e.define(["jquery"],function(e){e("formSelects",n())})}else{t.formSelects=n()}})(typeof layui=="undefined"?null:layui,window,function(){var t="4.0.0.0910",v="xm-select",m="xm-select-parent",y="xm-select-input",g="xm-select--suffix",w="xm-select-this",x="xm-select-label",k="xm-select-search",b="xm-select-search-type",C="xm-select-show-count",S="xm-select-create",d="xm-select-create-long",T="xm-select-max",L="xm-select-skin",j="xm-select-direction",A="xm-select-height",E="xm-dis-disabled",N="xm-select-dis",p="xm-select-temp",D="xm-select-radio",H="xm-select-linkage",F="xm-select-dl",h="xm-select-hide",_="xm-hide-input",O="xm-select-sj",e="xm-icon-close",I="xm-select-title",P="xm-form-select",f="xm-form-selected",V="xm-select-none",U="xm-select-empty",M="xm-input",W="xm-dl-input",J="xm-select-tips",s="xm-iconfont",B="XM_PID_VALUE",R="xm-cz",l="xm-cz-group",n="请选择",q={},z={on:{},endOn:{},filter:{},maxTips:{},opened:{},closed:{}},X={type:"get",header:{},first:true,data:{},searchUrl:"",searchName:"keyword",searchVal:null,keyName:"name",keyVal:"value",keySel:"selected",keyDis:"disabled",keyChildren:"children",dataType:"",delay:500,beforeSuccess:null,success:null,error:null,beforeSearch:null,response:{statusCode:0,statusName:"code",msgName:"msg",dataName:"data"},tree:{nextClick:function e(t,n,i){i([])},folderChoose:true,lazy:true}},i=[{icon:"xm-iconfont icon-quanxuan",name:"全选",click:function e(t,n){n.selectAll(t,true,true)}},{icon:"xm-iconfont icon-qingkong",name:"清空",click:function e(t,n){n.removeAll(t,true,true)}},{icon:"xm-iconfont icon-fanxuan",name:"反选",click:function e(t,n){n.reverse(t,true,true)}},{icon:"xm-iconfont icon-pifu",name:"换肤",click:function e(t,n){n.skin(t)}}],Q=window.$||window.layui&&window.layui.jquery,c=Q(window),Y={},a={},r={},$=function e(t){var l=this;this.config={name:null,max:null,maxTips:function e(t,n,i,a){var r=Q('[xid="'+l.config.name+'"]').prev().find("."+v);if(r.parents(".layui-form-item[pane]").length){r=r.parents(".layui-form-item[pane]")}r.attr("style","border-color: red !important");setTimeout(function(){r.removeAttr("style")},300)},init:null,on:null,opened:null,closed:null,filter:function e(t,n,i,a){return i.name.indexOf(n)==-1},clearid:-1,direction:"auto",height:null,isEmpty:false,btns:[i[0],i[1],i[2]],searchType:0,create:function e(t,n){return Date.now()},template:function e(t,n){return n.name},showCount:0,isCreate:false,placeholder:n,clearInput:false};this.select=null;this.values=[];Q.extend(this.config,t,{searchUrl:t.isSearch?t.searchUrl:null,placeholder:t.optionsFirst?t.optionsFirst.value?n:t.optionsFirst.innerHTML||n:n,btns:t.radio?[i[1]]:[i[0],i[1],i[2]]},r[t.name]||a);if(isNaN(this.config.showCount)||this.config.showCount<=0){this.config.showCount=19921012}};var o=function e(){this.appender();this.on();this.onreset()};o.prototype.appender=function(){if(!Array.prototype.map){Array.prototype.map=function(e,t){var n,i,a,r=Object(this),l=r.length>>>0;if(t){n=t}i=new Array(l);a=0;while(a<l){var o,s;if(a in r){o=r[a];s=e.call(n,o,a,r);i[a]=s}a++}return i}}if(!Array.prototype.forEach){Array.prototype.forEach=function e(t,n){var i,a;if(this==null){throw new TypeError("this is null or not defined")}var r=Object(this);var l=r.length>>>0;if(typeof t!=="function"){throw new TypeError(t+" is not a function")}if(arguments.length>1){i=n}a=0;while(a<l){var o;if(a in r){o=r[a];t.call(i,o,a,r)}a++}}}if(!Array.prototype.filter){Array.prototype.filter=function(e){if(this===void 0||this===null){throw new TypeError}var t=Object(this);var n=t.length>>>0;if(typeof e!=="function"){throw new TypeError}var i=[];var a=arguments[1];for(var r=0;r<n;r++){if(r in t){var l=t[r];if(e.call(a,l,r,t)){i.push(l)}}}return i}}};o.prototype.init=function(e){var h=this;Q(e?e:"select["+v+"]").each(function(e,t){var n=Q(t),i=n.attr(v),a=n.next(".layui-form-select"),r=n.next("."+m),l={name:i,disabled:t.disabled,max:n.attr(T)-0,isSearch:n.attr(k)!=undefined,searchUrl:n.attr(k),isCreate:n.attr(S)!=undefined,radio:n.attr(D)!=undefined,skin:n.attr(L),direction:n.attr(j),optionsFirst:t.options[0],height:n.attr(A),formname:n.attr("name")||n.attr("_name"),layverify:n.attr("lay-verify")||n.attr("_lay-verify"),layverType:n.attr("lay-verType"),searchType:n.attr(b)=="dl"?1:0,showCount:n.attr(C)-0},o=n.find("option[selected]").toArray().map(function(e){return{name:e.innerHTML,value:e.value}}),s=new $(l);s.values=o;if(s.config.init){s.values=s.config.init.map(function(e){if((typeof e==="undefined"?"undefined":_typeof(e))=="object"){return e}return{name:n.find('option[value="'+e+'"]').text(),value:e}}).filter(function(e){return e.name});s.config.init=s.values.concat([])}else{s.config.init=o.concat([])}!s.values&&(s.values=[]);q[i]=s;a[0]&&a.remove();r[0]&&r.remove();var d=h.renderSelect(i,s.config.placeholder,t);var c=!s.config.height||s.config.height=="auto"?"":'xm-hg style="height: 34px;"';var f=['<div class="'+x+'">','<input type="text" fsw class="'+M+" "+y+'" '+(s.config.isSearch?"":'style="display: none;"')+' autocomplete="off" debounce="0" />',"</div>"];var u=Q('<div class="'+P+'" '+L+'="'+s.config.skin+'">\n\t\t\t\t\t<input class="'+_+'" value="" name="'+s.config.formname+'" lay-verify="'+s.config.layverify+'" lay-verType="'+s.config.layverType+'" type="text" style="position: absolute;bottom: 0; z-index: -1;width: 100%; height: 100%; border: none; opacity: 0;"/>\n\t\t\t\t\t<div class="'+I+" "+(s.config.disabled?N:"")+'">\n\t\t\t\t\t\t<div class="'+M+" "+v+'" '+c+">\n\t\t\t\t\t\t\t"+f.join("")+'\n\t\t\t\t\t\t\t<i class="'+O+'"></i>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="'+g+'">\n\t\t\t\t\t\t\t<input type="text" autocomplete="off" placeholder="'+s.config.placeholder+'" readonly="readonly" unselectable="on" class="'+M+'">\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div></div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<dl xid="'+i+'" class="'+F+" "+(s.config.radio?D:"")+'">'+d+"</dl>\n\t\t\t\t</div>");var p=Q('<div class="'+m+'" FS_ID="'+i+'"></div>');p.append(u);n.after(p);n.attr("lay-ignore","");n.removeAttr("name")&&n.attr("_name",s.config.formname);n.removeAttr("lay-verify")&&n.attr("_lay-verify",s.config.layverify);if(s.config.isSearch){Y[i]=Q.extend({},X,{searchUrl:s.config.searchUrl},Y[i]);Q(document).on("input","div."+m+'[FS_ID="'+i+'"] .'+y,function(e){h.search(i,e,s.config.searchUrl)});if(s.config.searchUrl){h.triggerSearch(u,true)}}else{u.find("dl dd."+W).css("display","none")}})};o.prototype.search=function(a,e,t,n){var r=this;var i=void 0;if(n){i=n}else{i=e.target;var l=e.keyCode;if(l===9||l===13||l===37||l===38||l===39||l===40){return false}}var o=Q.trim(i.value);this.changePlaceHolder(Q(i));var s=Y[a]?Y[a]:X;t=s.searchUrl||t;var d=q[a],c=d.config.isCreate,f=Q('dl[xid="'+a+'"]').parents("."+P);if(t){if(s.searchVal){o=s.searchVal;s.searchVal=""}if(!s.beforeSearch||s.beforeSearch&&s.beforeSearch instanceof Function&&s.beforeSearch(a,t,o)){var u=s.delay;if(s.first){s.first=false;u=10}clearTimeout(d.clearid);d.clearid=setTimeout(function(){f.find("dl > *:not(."+J+")").remove();f.find("dd."+V).addClass(U).text("请求中");r.ajax(a,t,o,false,null,true)},u)}}else{f.find("dl ."+h).removeClass(h);f.find("dl dd:not(."+J+")").each(function(e,t){var n=Q(t);var i=z.filter[a]||q[a].config.filter;if(i&&i(a,o,r.getItem(a,n),n.hasClass(E))==true){n.addClass(h)}});f.find("dl dt").each(function(e,t){if(!Q(t).nextUntil("dt",":not(."+h+")").length){Q(t).addClass(h)}});this.create(a,c,o);var p=f.find("dl dd:not(."+J+"):not(."+h+")");if(!p.length){f.find("dd."+V).addClass(U).text("无匹配项")}else{f.find("dd."+V).removeClass(U)}}};o.prototype.isArray=function(e){return Object.prototype.toString.call(e)=="[object Array]"};o.prototype.triggerSearch=function(e,i){var a=this;(e?[e]:Q("."+P).toArray()).forEach(function(e,t){e=Q(e);var n=e.find("dl").attr("xid");if(n&&q[n]&&q[n].config.isEmpty||i){a.search(n,null,null,q[n].config.searchType==0?e.find("."+x+" ."+y):e.find("dl ."+W+" ."+y))}})};o.prototype.clearInput=function(e){var t=Q("."+m+'[fs_id="'+e+'"]');var n=q[e].config.searchType==0?t.find("."+x+" ."+y):t.find("dl ."+W+" ."+y);n.val("")};o.prototype.ajax=function(i,a,r,l,o,s,d,c){var f=this;var u=Q("."+m+' dl[xid="'+i+'"]').parents("."+P);if(!u[0]||!a){return}var p=Y[i]?Y[i]:X;var e=Q.extend(true,{},p.data);e[p.searchName]=r;Q.ajax({type:p.type,headers:p.header,url:a,data:p.dataType=="json"?JSON.stringify(e):e,success:function e(t){if(typeof t=="string"){t=JSON.parse(t)}p.beforeSuccess&&p.beforeSuccess instanceof Function&&(t=p.beforeSuccess(i,a,r,t));if(f.isArray(t)){var n={};n[p.response.statusName]=p.response.statusCode;n[p.response.msgName]="";n[p.response.dataName]=t;t=n}if(t[p.response.statusName]!=p.response.statusCode){u.find("dd."+V).addClass(U).text(t[p.response.msgName])}else{u.find("dd."+V).removeClass(U);f.renderData(i,t[p.response.dataName],l,o,s,c);q[i].config.isEmpty=t[p.response.dataName].length==0}d&&d(i);p.success&&p.success instanceof Function&&p.success(i,a,r,t)},error:function e(t){u.find("dd[lay-value]:not(."+J+")").remove();u.find("dd."+V).addClass(U).text("服务异常");p.error&&p.error instanceof Function&&p.error(i,a,r,t)}})};o.prototype.renderData=function(n,e,t,i,a,r){var l=this;if(t){this.renderLinkage(n,e,i);return}if(r){this.renderReplace(n,e);return}var o=Q("."+m+' dl[xid="'+n+'"]').parents("."+P);var s=Y[n]?Y[n]:X;var d=o.find("."+g+" input");e=this.exchangeData(n,e);var c=[];o.find("dl").html(this.renderSelect(n,d.attr("placeholder")||d.attr("back"),e.map(function(e){var t=Q.extend({},e,{innerHTML:e[s.keyName],value:e[s.keyVal],sel:e[s.keySel],disabled:e[s.keyDis],type:e.type,name:e[s.keyName]});if(t.sel){c.push(t)}return t})));var f=o.find("."+x);var u=o.find("dl[xid]");if(a){var p=q[n].values;p.forEach(function(e,t){u.find('dd[lay-value="'+e.value+'"]').addClass(w)});c.forEach(function(e,t){if(l.indexOf(p,e)==-1){l.addLabel(n,f,e);u.find('dd[lay-value="'+e.value+'"]').addClass(w);p.push(e)}})}else{c.forEach(function(e,t){l.addLabel(n,f,e);u.find('dd[lay-value="'+e.value+'"]').addClass(w)});q[n].values=c}this.commonHandler(n,f)};o.prototype.renderLinkage=function(l,e,n){var i=[],a=0,o={0:e},s=Y[l]?Y[l]:X;G[l]={};var t=function e(){var r=i[a++]=[],t=o;o={};Q.each(t,function(a,e){Q.each(e,function(e,t){var n={pid:a,name:t[s.keyName],value:t[s.keyVal]};G[l][n.value]=Q.extend(t,n);r.push(n);var i=t[s.keyChildren];if(i&&i.length){o[n.value]=i}})})};do{t()}while(Object.getOwnPropertyNames(o).length);var r=Q("."+m+' dl[xid="'+l+'"]').parents("."+P);var d=['<div class="xm-select-linkage">'];Q.each(i,function(e,t){var i=['<div style="left: '+(n-0)*e+'px;" class="xm-select-linkage-group xm-select-linkage-group'+(e+1)+" "+(e!=0?"xm-select-linkage-hide":"")+'">'];Q.each(t,function(e,t){var n='<li title="'+t.name+'" pid="'+t.pid+'" xm-value="'+t.value+'"><span>'+t.name+"</span></li>";i.push(n)});i.push("</div>");d=d.concat(i)});d.push('<div style="clear: both; height: 288px;"></div>');d.push("</div>");r.find("dl").html(d.join(""));r.find("."+y).css("display","none")};o.prototype.renderReplace=function(n,e){var i=this;var t=Q("."+m+' dl[xid="'+n+'"]');var a=Y[n]?Y[n]:X;e=this.exchangeData(n,e);G[n]=e;var r=e.map(function(e){var t=Q.extend({},e,{innerHTML:e[a.keyName],value:e[a.keyVal],sel:e[a.keySel],disabled:e[a.keyDis],type:e.type,name:e[a.keyName]});return i.createDD(n,t)}).join("");t.find("dd:not(."+J+"),dt:not([style])").remove();t.find("dt[style]").after(Q(r))};o.prototype.exchangeData=function(e,t){var n=Y[e]?Y[e]:X;var i=n["keyChildren"];var a=n["keyDis"];G[e]={};var r=this.getChildrenList(t,i,a,[],false);return r};o.prototype.getChildrenList=function(e,t,n,i,a){var r=[],l=0;for(var o=0;o<e.length;o++){var s=e[o];if(s.type&&s.type=="optgroup"){r.push(s);continue}else{l++}var d=i.concat([]);d.push(l-1+"_E");s[B]=JSON.stringify(d);s[n]=s[n]||a;r.push(s);var c=s[t];if(c&&K.isArray(c)&&c.length){s["XM_TREE_FOLDER"]=true;var f=d.concat([]);var u=this.getChildrenList(c,t,n,f,s[n]);r=r.concat(u)}}return r};o.prototype.create=function(e,t,n){if(t&&n){var i=q[e],a=Q('[xid="'+e+'"]'),r=a.find("dd."+J+"."+W),l=null,o=a.find("dd."+p);a.find("dd:not(."+J+"):not(."+p+")").each(function(e,t){if(n==Q(t).find("span").attr("name")){l=t}});if(!l){var s=i.config.create(e,n);if(o[0]){o.attr("lay-value",s);o.find("span").text(n);o.find("span").attr("name",n);o.removeClass(h)}else{r.after(Q(this.createDD(e,{name:n,innerHTML:n,value:s},p+" "+d)))}}}else{Q("[xid="+e+"] dd."+p).remove()}};o.prototype.createDD=function(e,t,n){var i=Y[e]?Y[e]:X;var a=Q.trim(t.innerHTML);G[e][t.value]=Q(t).is("option")?t=function(){var e={};e[i.keyName]=a;e[i.keyVal]=t.value;e[i.keyDis]=t.disabled;return e}():t;var r=q[e].config.template(e,t);var l=t[B];l?l=JSON.parse(l):l=[-1];var o=l[0]==-1?"":'tree-id="'+l.join("-")+'" tree-folder="'+!!t["XM_TREE_FOLDER"]+'"';return'<dd lay-value="'+t.value+'" class="'+(t.disabled?E:"")+" "+(n?n:"")+'" '+o+'>\n\t\t\t\t\t<div class="xm-unselect xm-form-checkbox '+(t.disabled?E:"")+'"  style="margin-left: '+(l.length-1)*30+'px">\n\t\t\t\t\t\t<i class="'+s+'"></i>\n\t\t\t\t\t\t<span name="'+a+'">'+r+"</span>\n\t\t\t\t\t</div>\n\t\t\t\t</dd>"};o.prototype.createQuickBtn=function(e,t){return'<div class="'+R+'" method="'+e.name+'" title="'+e.name+'" '+(t?'style="margin-right: '+t+'"':"")+'><i class="'+e.icon+'"></i><span>'+e.name+"</span></div>"};o.prototype.renderBtns=function(e,t,n){var i=this;var a=[];var r=Q('dl[xid="'+e+'"]');a.push('<div class="'+l+'" show="'+t+'" style="max-width: '+(r.prev().width()-54)+'px;">');Q.each(q[e].config.btns,function(e,t){a.push(i.createQuickBtn(t,n))});a.push("</div>");a.push(this.createQuickBtn({icon:"xm-iconfont icon-caidan",name:""}));return a.join("")};o.prototype.renderSelect=function(n,e,t){var i=this;G[n]={};var a=[];if(q[n].config.btns.length){setTimeout(function(){var e=Q('dl[xid="'+n+'"]');e.parents("."+P).attr(b,q[n].config.searchType);e.find("."+l).css("max-width",e.prev().width()-54+"px")},10);a.push(['<dd lay-value="" class="'+J+'" style="background-color: #FFF!important;">',this.renderBtns(n,null,"30px"),"</dd>",'<dd lay-value="" class="'+J+" "+W+'" style="background-color: #FFF!important;">','<i class="xm-iconfont icon-sousuo"></i>','<input type="text" class="'+M+" "+y+'" placeholder="请搜索"/>',"</dd>"].join(""))}else{a.push('<dd lay-value="" class="'+J+'">'+e+"</dd>")}if(this.isArray(t)){Q(t).each(function(e,t){if(t){if(t.type&&t.type==="optgroup"){a.push("<dt>"+t.name+"</dt>")}else{a.push(i.createDD(n,t))}}})}else{Q(t).find("*").each(function(e,t){if(t.tagName.toLowerCase()=="option"&&e==0&&!t.value){return}if(t.tagName.toLowerCase()==="optgroup"){a.push("<dt>"+t.label+"</dt>")}else{a.push(i.createDD(n,t))}})}a.push('<dt style="display:none;"> </dt>');a.push('<dd class="'+J+" "+V+" "+(a.length===2?U:"")+'">没有选项</dd>');return a.join("")};o.prototype.on=function(){var n=this;this.one();Q(document).on("click",function(e){if(!Q(e.target).parents("."+I)[0]){Q("."+m+" dl ."+h).removeClass(h);Q("."+m+" dl dd."+U).removeClass(U);Q("."+m+" dl dd."+p).remove();Q.each(q,function(e,t){n.clearInput(e);if(!t.values.length){n.changePlaceHolder(Q('div[FS_ID="'+e+'"] .'+x))}})}Q("."+m+" ."+f).each(function(e,t){n.changeShow(Q(t).find("."+I),false)})})};o.prototype.calcLabelLeft=function(e,t,n){var i=this.getPosition(e[0]);i.y=i.x+e[0].clientWidth;var a=e[0].offsetLeft;if(!e.find("span").length){a=0}else if(n){var r=e.find("span:last");r.css("display")=="none"?r=r.prev()[0]:r=r[0];var l=this.getPosition(r);l.y=l.x+r.clientWidth;if(l.y>i.y){a=a-(l.y-i.y)-5}else{a=0}}else{if(t<0){var o=e.find(":last");o.css("display")=="none"?o=o.prev()[0]:o=o[0];var s=this.getPosition(o);s.y=s.x+o.clientWidth;if(s.y>i.y){a-=10}}else{if(a<0){a+=10}if(a>0){a=0}}}e.css("left",a+"px")};o.prototype.one=function(e){var C=this;Q(e?e:document).off("click","."+I).on("click","."+I,function(e){var t=Q(e.target),n=t.is(I)?t:t.parents("."+I),i=n.next(),a=i.attr("xid");Q("dl[xid]").not(i).each(function(e,t){C.clearInput(Q(t).attr("xid"))});Q("dl[xid]").not(i).find("dd."+h).removeClass(h);if(n.hasClass(N)){return false}if(t.is("."+O)||t.is("."+y+"[readonly]")){C.changeShow(n,!n.parents("."+P).hasClass(f));return false}if(n.find("."+y+":not(readonly)")[0]){var r=n.find("."+y),l={x:e.pageX,y:e.pageY},o=C.getPosition(n[0]),s=n.width();while(l.x>o.x){if(Q(document.elementFromPoint(l.x,l.y)).is(r)){r.focus();C.changeShow(n,true);return false}l.x-=50}}if(t.is("."+y)){C.changeShow(n,true);return false}if(t.is('i[fsw="'+v+'"]')){var d=C.getItem(a,t),c=i.find("dd[lay-value='"+d.value+"']");if(c.hasClass(E)){return false}C.handlerLabel(a,c,false,d);return false}C.changeShow(n,!n.parents("."+P).hasClass(f));return false});Q(e?e:document).off("click","dl."+F).on("click","dl."+F,function(e){var t=Q(e.target);if(t.is("."+H)||t.parents("."+H)[0]){t=t.is("li")?t:t.parents("li[xm-value]");var n=t.parents(".xm-select-linkage-group"),i=t.parents("dl").attr("xid");if(!i){return false}n.find(".xm-select-active").removeClass("xm-select-active");t.addClass("xm-select-active");n.nextAll(".xm-select-linkage-group").addClass("xm-select-linkage-hide");var a=n.next(".xm-select-linkage-group");a.find("li").addClass("xm-select-linkage-hide");a.find('li[pid="'+t.attr("xm-value")+'"]').removeClass("xm-select-linkage-hide");if(!a[0]||a.find("li:not(.xm-select-linkage-hide)").length==0){var r=[],l=0,o=!t.hasClass("xm-select-this");if(q[i].config.radio){t.parents(".xm-select-linkage").find(".xm-select-this").removeClass("xm-select-this")}do{r[l++]={name:t.find("span").text(),value:t.attr("xm-value")};t=t.parents(".xm-select-linkage-group").prev().find('li[xm-value="'+t.attr("pid")+'"]')}while(t.length);r.reverse();var s={name:r.map(function(e){return e.name}).join("/"),value:r.map(function(e){return e.value}).join("/")};C.handlerLabel(i,null,o,s)}else{a.removeClass("xm-select-linkage-hide")}return false}if(t.is("dl")){return false}if(t.is("dt")){t.nextUntil("dt").each(function(e,t){t=Q(t);if(t.hasClass(E)||t.hasClass(w)){}else{t.find("i:not(.icon-expand)").click()}});return false}var d=t.is("dd")?t:t.parents("dd");var c=d.parent("dl").attr("xid");if(d.hasClass(E)){return false}if(t.is("i.icon-caidan")){var f=[],u=[];t.parents("dl").find('dd[tree-folder="true"]').each(function(e,t){Q(t).attr("xm-tree-hidn")==undefined?f.push(t):u.push(t)});var p=u.length?u:f;p.forEach(function(e){return e.click()});return false}var h=d.attr("tree-id");if(h){if(t.is("i:not(.icon-expand)")){C.handlerLabel(c,d,!d.hasClass(w));return false}var v=Y[c]||X;var m=v.tree;var y=d.nextAll('dd[tree-id^="'+h+'"]');if(y&&y.length){var g=y[0].clientHeight;g?(C.addTreeHeight(d,g),g=0):(g=d.attr("xm-tree-hidn")||36,d.removeAttr("xm-tree-hidn"),d.find(">i").remove(),y=y.filter(function(e,t){return Q(t).attr("tree-id").split("-").length-1==h.split("-").length}));y.animate({height:g},150);return false}else{if(m.nextClick&&m.nextClick instanceof Function){m.nextClick(c,C.getItem(c,d),function(e){if(!e||!e.length){C.handlerLabel(c,d,!d.hasClass(w))}else{d.attr("tree-folder","true");var n=[];e.forEach(function(e,t){e.innerHTML=e[v.keyName];e[B]=JSON.stringify(h.split("-").concat([t]));n.push(C.createDD(c,e));G[c][e[v.keyVal]]=e});d.after(n.join(""))}});return false}}}if(d.hasClass(J)){var x=t.is("."+R)?t:t.parents("."+R);if(!x[0]){return false}var k=x.attr("method");var b=q[c].config.btns.filter(function(e){return e.name==k})[0];b&&b.click&&b.click instanceof Function&&b.click(c,C);return false}C.handlerLabel(c,d,!d.hasClass(w));return false})};o.prototype.addTreeHeight=function(e,i){var a=this;var t=e.attr("tree-id");var n=e.nextAll('dd[tree-id^="'+t+'"]');if(n.length){e.append('<i class="xm-iconfont icon-expand"></i>');e.attr("xm-tree-hidn",i);n.each(function(e,t){var n=Q(t);a.addTreeHeight(n,i)})}};var G={};o.prototype.getItem=function(e,t){if(t instanceof Q){if(t.is('i[fsw="'+v+'"]')){var n=t.parent();return G[e][t]||{name:n.find("font").text(),value:n.attr("value")}}var i=t.attr("lay-value");return!G[e][i]?G[e][i]={name:t.find("span[name]").attr("name"),value:i}:G[e][i]}else if(typeof t=="string"&&t.indexOf("/")!=-1){return G[e][t]||{name:this.valToName(e,t),value:t}}return G[e][t]};o.prototype.linkageAdd=function(e,t){var n=Q('dl[xid="'+e+'"]');n.find(".xm-select-active").removeClass("xm-select-active");var i=t.value.split("/");var a=void 0,r=void 0,l=0;var o=[];do{a=i[l];r=n.find(".xm-select-linkage-group"+(l+1)+' li[xm-value="'+a+'"]');r[0]&&o.push(r);l++}while(r.length&&a!=undefined);if(o.length==i.length){Q.each(o,function(e,t){t.addClass("xm-select-this")})}};o.prototype.linkageDel=function(e,t){var n=Q('dl[xid="'+e+'"]');var i=t.value.split("/");var a=void 0,r=void 0,l=i.length-1;do{a=i[l];r=n.find(".xm-select-linkage-group"+(l+1)+' li[xm-value="'+a+'"]');if(!r.parent().next().find("li[pid="+a+"].xm-select-this").length){r.removeClass("xm-select-this")}l--}while(r.length&&a!=undefined)};o.prototype.valToName=function(e,t){var i=Q('dl[xid="'+e+'"]');var n=(t+"").split("/");if(!n.length){return null}var a=[];Q.each(n,function(e,t){var n=i.find(".xm-select-linkage-group"+(e+1)+' li[xm-value="'+t+'"] span').text();a.push(n)});return a.length==n.length?a.join("/"):null};o.prototype.commonHandler=function(e,t){if(!t||!t[0]){return}this.checkHideSpan(e,t);this.changePlaceHolder(t);this.retop(t.parents("."+P));this.calcLabelLeft(t,0,true);this.setHidnVal(e,t);t.parents("."+I+" ."+v).attr("title",q[e].values.map(function(e){return e.name}).join(","))};o.prototype.initVal=function(e){var o=this;var t={};if(e){t[e]=q[e]}else{t=q}Q.each(t,function(n,e){var t=e.values,i=Q('dl[xid="'+n+'"]').parent(),a=i.find("."+x),r=i.find("dl");r.find("dd."+w).removeClass(w);var l=t.concat([]);l.concat([]).forEach(function(e,t){o.addLabel(n,a,e);r.find('dd[lay-value="'+e.value+'"]').addClass(w)});if(e.config.radio){l.length&&t.push(l[l.length-1])}o.commonHandler(n,a)})};o.prototype.setHidnVal=function(e,t){if(!t||!t[0]){return}t.parents("."+m).find("."+_).val(q[e].values.map(function(e){return e.value}).join(","))};o.prototype.handlerLabel=function(e,t,n,i,a){var r=Q('[xid="'+e+'"]').prev().find("."+x),l=t&&this.getItem(e,t),o=q[e].values,s=q[e].config.on||z.on[e],d=q[e].config.endOn||z.endOn[e];if(i){l=i}var c=q[e];if(n&&c.config.max&&c.values.length>=c.config.max){var f=z.maxTips[e]||q[e].config.maxTips;f&&f(e,o.concat([]),l,c.config.max);return}if(!a){if(s&&s instanceof Function&&s(e,o.concat([]),l,n,t&&t.hasClass(E))==false){return}}var u=Q('dl[xid="'+e+'"]');n?(t&&t[0]?(t.addClass(w),t.removeClass(p)):u.find(".xm-select-linkage")[0]&&this.linkageAdd(e,l),this.addLabel(e,r,l),o.push(l)):(t&&t[0]?t.removeClass(w):u.find(".xm-select-linkage")[0]&&this.linkageDel(e,l),this.delLabel(e,r,l),this.remove(o,l));if(!r[0])return;if(c.config.radio){this.changeShow(r,false)}r.parents("."+I).prev().removeClass("layui-form-danger");c.config.clearInput&&this.clearInput(e);this.commonHandler(e,r);!a&&d&&d instanceof Function&&d(e,o.concat([]),l,n,t&&t.hasClass(E))};o.prototype.addLabel=function(e,t,n){if(!n)return;var i='fsw="'+v+'"';var a=[Q("<span "+i+' value="'+n.value+'"><font '+i+">"+n.name+"</font></span>"),Q("<i "+i+' class="xm-iconfont icon-close"></i>')],r=a[0],l=a[1];r.append(l);var o=q[e];if(o.config.radio){o.values.length=0;Q('dl[xid="'+e+'"]').find("dd."+w+':not([lay-value="'+n.value+'"])').removeClass(w);t.find("span").remove()}t.find("input").css("width","50px");t.find("input").before(r)};o.prototype.delLabel=function(e,t,n){if(!n)return;t.find('span[value="'+n.value+'"]:first').remove()};o.prototype.checkHideSpan=function(e,t){var n=t.parents("."+v)[0].offsetHeight+5;t.find("span.xm-span-hide").removeClass("xm-span-hide");t.find("span[style]").remove();var i=q[e].config.showCount;t.find("span").each(function(e,t){if(e>=i){Q(t).addClass("xm-span-hide")}});var a=t.find("span:eq("+i+")");a[0]&&a.before(Q('<span style="padding-right: 6px;" fsw="'+v+'"> + '+(t.find("span").length-i)+"</span>"))};o.prototype.retop=function(e){var t=e.find("dl"),n=e.offset().top+e.outerHeight()+5-c.scrollTop(),i=t.outerHeight();var a=e.hasClass("layui-form-selectup")||t.css("top").indexOf("-")!=-1||n+i>c.height()&&n>=i;e=e.find("."+v);var r=q[t.attr("xid")];var l=t.parents(".layui-form-pane")[0]&&t.prev()[0].clientHeight>38?14:10;if(r&&r.config.direction=="up"||a){a=true;if(r&&r.config.direction=="down"){a=false}}var o=e[0].offsetTop+e.height()+l;if(a){t.css({top:"auto",bottom:o+3+"px"})}else{t.css({top:o+"px",bottom:"auto"})}};o.prototype.changeShow=function(e,t){Q(".layui-form-selected").removeClass("layui-form-selected");var n=e.parents("."+P),i=n.hasClass(f),a=n.find("dl").attr("xid");Q("."+m+" ."+P).not(n).removeClass(f);if(t){this.retop(n);n.addClass(f);n.find("."+y).focus();if(!n.find("dl dd[lay-value]:not(."+J+")").length){n.find("dl ."+V).addClass(U)}}else{n.removeClass(f);this.clearInput(a);n.find("dl ."+U).removeClass(U);n.find("dl dd."+h).removeClass(h);n.find("dl dd."+p).remove();if(a&&q[a]&&q[a].config.isEmpty){this.triggerSearch(n)}this.changePlaceHolder(n.find("."+x))}if(t!=i){var r=q[a].config.opened||z.opened[a];t&&r&&r instanceof Function&&r(a);var l=q[a].config.closed||z.closed[a];!t&&l&&l instanceof Function&&l(a)}};o.prototype.changePlaceHolder=function(e){var t=e.parents("."+I);t[0]||(t=e.parents("dl").prev());if(!t[0]){return}var n=e.parents("."+m).find("dl[xid]").attr("xid");if(q[n]&&q[n].config.height){}else{var i=t.find("."+v)[0].clientHeight;t.css("height",(i>36?i+4:i)+"px");var a=t.parents("."+m).parent().prev();if(a.is(".layui-form-label")&&t.parents(".layui-form-pane")[0]){i=i>36?i+4:i;t.css("height",i+"px");a.css({height:i+2+"px",lineHeight:i-18+"px"})}}var r=t.find("."+g+" input"),l=!e.find("span:last")[0]&&!t.find("."+y).val();if(l){var o=r.attr("back");r.removeAttr("back");r.attr("placeholder",o)}else{var s=r.attr("placeholder");r.removeAttr("placeholder");r.attr("back",s)}};o.prototype.indexOf=function(e,t){for(var n=0;n<e.length;n++){if(e[n].value==t||e[n].value==(t?t.value:t)||e[n]==t||JSON.stringify(e[n])==JSON.stringify(t)){return n}}return-1};o.prototype.remove=function(e,t){var n=this.indexOf(e,t?t.value:t);if(n>-1){e.splice(n,1);return true}return false};o.prototype.selectAll=function(i,a,e){var r=this;var l=Q('[xid="'+i+'"]');if(!l[0]){return}if(l.find(".xm-select-linkage")[0]){return}l.find("dd[lay-value]:not(."+J+"):not(."+w+")"+(e?":not(."+E+")":"")).each(function(e,t){t=Q(t);var n=r.getItem(i,t);r.handlerLabel(i,l.find('dd[lay-value="'+n.value+'"]'),true,n,!a)})};o.prototype.removeAll=function(n,i,a){var r=this;var l=Q('[xid="'+n+'"]');if(!l[0]){return}if(l.find(".xm-select-linkage")[0]){q[n].values.concat([]).forEach(function(e,t){var n=e.value.split("/");var i=void 0,a=void 0,r=0;do{i=n[r++];a=l.find(".xm-select-linkage-group"+r+':not(.xm-select-linkage-hide) li[xm-value="'+i+'"]');a.click()}while(a.length&&i!=undefined)});return}q[n].values.concat([]).forEach(function(e,t){if(a&&l.find('dd[lay-value="'+e.value+'"]').hasClass(E)){}else{r.handlerLabel(n,l.find('dd[lay-value="'+e.value+'"]'),false,e,!i)}})};o.prototype.reverse=function(i,a,e){var r=this;var l=Q('[xid="'+i+'"]');if(!l[0]){return}if(l.find(".xm-select-linkage")[0]){return}l.find("dd[lay-value]:not(."+J+")"+(e?":not(."+E+")":"")).each(function(e,t){t=Q(t);var n=r.getItem(i,t);r.handlerLabel(i,l.find('dd[lay-value="'+n.value+'"]'),!t.hasClass(w),n,!a)})};o.prototype.skin=function(e){var t=["default","primary","normal","warm","danger"];var n=t[Math.floor(Math.random()*t.length)];Q('dl[xid="'+e+'"]').parents("."+m).find("."+P).attr("xm-select-skin",n);this.check(e)&&this.commonHandler(e,Q('dl[xid="'+e+'"]').parents("."+m).find("."+x))};o.prototype.getPosition=function(e){var t=0,n=0;while(e!=null){t+=e.offsetLeft;n+=e.offsetTop;e=e.offsetParent}return{x:t,y:n}};o.prototype.onreset=function(){Q(document).on("click","[type=reset]",function(e){Q(e.target).parents("form").find("."+m+" dl[xid]").each(function(e,t){var n=t.getAttribute("xid"),i=Q(t),a=void 0,r={};K.removeAll(n);q[n].config.init.forEach(function(e,t){if(e&&(!r[e]||q[n].config.repeat)&&(a=i.find('dd[lay-value="'+e.value+'"]'))[0]){K.handlerLabel(n,a,true);r[e]=1}})})})};o.prototype.bindEvent=function(n,e,i){if(e&&e instanceof Function){i=e;e=null}if(i&&i instanceof Function){if(!e){Q.each(q,function(e,t){q[e]?q[e].config[n]=i:z[n][e]=i})}else{q[e]?(q[e].config[n]=i,delete z[n][e]):z[n][e]=i}}};o.prototype.check=function(e,t){if(Q('dl[xid="'+e+'"]').length){return true}else if(Q('select[xm-select="'+e+'"]').length){if(!t){this.render(e,Q('select[xm-select="'+e+'"]'));return true}}else{delete q[e];return false}};o.prototype.render=function(e,t){K.init(t);K.one(Q('dl[xid="'+e+'"]').parents("."+m));K.initVal(e)};o.prototype.log=function(e){console.log(e)};var u=function e(){this.v=t;this.render()};var K=new o;u.prototype.value=function(i,e,t){if(typeof i!="string"){return[]}var a=q[i];if(!K.check(i)){return[]}if(typeof e=="string"||e==undefined){var n=a.values.concat([])||[];if(e=="val"){return n.map(function(e){return e.value})}if(e=="valStr"){return n.map(function(e){return e.value}).join(",")}if(e=="name"){return n.map(function(e){return e.name})}if(e=="nameStr"){return n.map(function(e){return e.name}).join(",")}return n}if(K.isArray(e)){var r=Q('[xid="'+i+'"]'),l={},o=void 0,s=true;if(t==false){s=false}else if(t==true){s=true}else{K.removeAll(i)}if(s){a.values.forEach(function(e,t){l[e.value]=1})}e.forEach(function(e,t){if(e&&(!l[e]||a.config.repeat)){if((o=r.find('dd[lay-value="'+e+'"]'))[0]){K.handlerLabel(i,o,s,null,true);l[e]=1}else{var n=K.valToName(i,e);if(n){K.handlerLabel(i,o,s,K.getItem(i,e),true);l[e]=1}}}})}};u.prototype.on=function(e,t,n){K.bindEvent(n?"endOn":"on",e,t);return this};u.prototype.filter=function(e,t){K.bindEvent("filter",e,t);return this};u.prototype.maxTips=function(e,t){K.bindEvent("maxTips",e,t);return this};u.prototype.opened=function(e,t){K.bindEvent("opened",e,t);return this};u.prototype.closed=function(e,t){K.bindEvent("closed",e,t);return this};u.prototype.config=function(e,n,t){if(e&&(typeof e==="undefined"?"undefined":_typeof(e))=="object"){t=n==true;n=e;e=null}if(n&&(typeof n==="undefined"?"undefined":_typeof(n))=="object"){if(t){n.header||(n.header={});n.header["Content-Type"]="application/json; charset=UTF-8";n.dataType="json"}e?(Y[e]=Q.extend(true,{},Y[e]||X,n),!K.check(e)&&this.render(e),q[e]&&n.direction&&(q[e].config.direction=n.direction),q[e]&&n.clearInput&&(q[e].config.clearInput=true),n.searchUrl&&q[e]&&K.triggerSearch(Q("."+m+' dl[xid="'+e+'"]').parents("."+P),true)):(Q.extend(true,X,n),Q.each(Y,function(e,t){Q.extend(true,t,n)}))}return this};u.prototype.render=function(e,t){var n;if(e&&(typeof e==="undefined"?"undefined":_typeof(e))=="object"){t=e;e=null}var i=t?(n={init:t.init,disabled:t.disabled,max:t.max,isSearch:t.isSearch,searchUrl:t.searchUrl,isCreate:t.isCreate,radio:t.radio,skin:t.skin,direction:t.direction,height:t.height,formname:t.formname,layverify:t.layverify,layverType:t.layverType,showCount:t.showCount,placeholder:t.placeholder,create:t.create,filter:t.filter,maxTips:t.maxTips,on:t.on},_defineProperty(n,"on",t.on),_defineProperty(n,"opened",t.opened),_defineProperty(n,"closed",t.closed),_defineProperty(n,"template",t.template),_defineProperty(n,"clearInput",t.clearInput),n):{};t&&t.searchType!=undefined&&(i.searchType=t.searchType=="dl"?1:0);if(e){r[e]={};Q.extend(r[e],q[e]?q[e].config:{},i)}else{Q.extend(a,i)}(Q("select["+v+'="'+e+'"]')[0]?Q("select["+v+'="'+e+'"]'):Q("select["+v+"]")).each(function(e,t){var n=t.getAttribute(v);K.render(n,t);setTimeout(function(){return K.setHidnVal(n,Q('select[xm-select="'+n+'"] + div.'+m+" ."+x))},10)});return this};u.prototype.disabled=function(e){var t={};e?K.check(e)&&(t[e]=q[e]):t=q;Q.each(t,function(e,t){Q('dl[xid="'+e+'"]').prev().addClass(N)});return this};u.prototype.undisabled=function(e){var t={};e?K.check(e)&&(t[e]=q[e]):t=q;Q.each(t,function(e,t){Q('dl[xid="'+e+'"]').prev().removeClass(N)});return this};u.prototype.data=function(e,t,n){if(!e||!t||!n){K.log("id: "+e+" param error !!!");return this}if(!K.check(e)){K.log("id: "+e+" not render !!!");return this}this.value(e,[]);this.config(e,n);if(t=="local"){K.renderData(e,n.arr,n.linkage==true,n.linkageWidth?n.linkageWidth:"100")}else if(t=="server"){K.ajax(e,n.url,n.keyword,n.linkage==true,n.linkageWidth?n.linkageWidth:"100")}return this};u.prototype.btns=function(e,o,s){if(e&&K.isArray(e)){o=e;e=null}if(!o||!K.isArray(o)){return this}var t={};e?K.check(e)&&(t[e]=q[e]):t=q;o=o.map(function(e){if(typeof e=="string"){if(e=="select"){return i[0]}if(e=="remove"){return i[1]}if(e=="reverse"){return i[2]}if(e=="skin"){return i[3]}}return e});Q.each(t,function(e,t){t.config.btns=o;var n=Q('dl[xid="'+e+'"]').find("."+J+":first");if(o.length){var i=s&&s.show&&(s.show=="name"||s.show=="icon")?s.show:"";var a=K.renderBtns(e,i,s&&s.space?s.space:"30px");n.html(a)}else{var r=n.parents("."+P).find("."+g+" input");var l=r.attr("placeholder")||r.attr("back");n.html(l);n.removeAttr("style")}});return this};u.prototype.search=function(e,t){if(e&&K.check(e)){Y[e]=Q.extend(true,{},Y[e]||X,{first:true,searchVal:t});K.triggerSearch(Q('dl[xid="'+e+'"]').parents("."+P),true)}return this};u.prototype.replace=function(e,t,n){var i=this;if(!e||!t||!n){K.log("id: "+e+" param error !!!");return this}if(!K.check(e,true)){K.log("id: "+e+" not render !!!");return this}var a=this.value(e,"val");this.value(e,[]);this.config(e,n);if(t=="local"){K.renderData(e,n.arr,n.linkage==true,n.linkageWidth?n.linkageWidth:"100",false,true);this.value(e,a,true)}else if(t=="server"){K.ajax(e,n.url,n.keyword,n.linkage==true,n.linkageWidth?n.linkageWidth:"100",false,function(e){i.value(e,a,true)},true)}};return new u});
src/main/resources/static/febs/lay/extends/treeSelect.js
New file
@@ -0,0 +1 @@
layui.define(["form","jquery"],function(exports){var jQuery=layui.jquery,$=jQuery,form=layui.form,_MOD="treeSelect",trss={},TreeSelect=function(){this.v="1.0.4"};!function(r){var J,K,L,M,N,O,v,t={},w={},x={},P={treeId:"",treeObj:null,view:{addDiyDom:null,autoCancelSelected:!0,dblClickExpand:!0,expandSpeed:"fast",fontCss:{},nameIsHTML:!1,selectedMulti:!0,showIcon:!0,showLine:!0,showTitle:!0,txtSelectedEnable:!1},data:{key:{isParent:"isParent",children:"children",name:"name",title:"",url:"url",icon:"icon"},simpleData:{enable:!1,idKey:"id",pIdKey:"pId",rootPId:null},keep:{parent:!1,leaf:!1}},async:{enable:!1,contentType:"application/x-www-form-urlencoded",type:"post",dataType:"text",headers:{},xhrFields:{},url:"",autoParam:[],otherParam:[],dataFilter:null},callback:{beforeAsync:null,beforeClick:null,beforeDblClick:null,beforeRightClick:null,beforeMouseDown:null,beforeMouseUp:null,beforeExpand:null,beforeCollapse:null,beforeRemove:null,onAsyncError:null,onAsyncSuccess:null,onNodeCreated:null,onClick:null,onDblClick:null,onRightClick:null,onMouseDown:null,onMouseUp:null,onExpand:null,onCollapse:null,onRemove:null}},y=[function(i){var e=i.treeObj,t=g.event;e.bind(t.NODECREATED,function(e,t,n){h.apply(i.callback.onNodeCreated,[e,t,n])}),e.bind(t.CLICK,function(e,t,n,o,r){h.apply(i.callback.onClick,[t,n,o,r])}),e.bind(t.EXPAND,function(e,t,n){h.apply(i.callback.onExpand,[e,t,n])}),e.bind(t.COLLAPSE,function(e,t,n){h.apply(i.callback.onCollapse,[e,t,n])}),e.bind(t.ASYNC_SUCCESS,function(e,t,n,o){h.apply(i.callback.onAsyncSuccess,[e,t,n,o])}),e.bind(t.ASYNC_ERROR,function(e,t,n,o,r,a){h.apply(i.callback.onAsyncError,[e,t,n,o,r,a])}),e.bind(t.REMOVE,function(e,t,n){h.apply(i.callback.onRemove,[e,t,n])}),e.bind(t.SELECTED,function(e,t,n){h.apply(i.callback.onSelected,[t,n])}),e.bind(t.UNSELECTED,function(e,t,n){h.apply(i.callback.onUnSelected,[t,n])})}],z=[function(e){var t=g.event;e.treeObj.unbind(t.NODECREATED).unbind(t.CLICK).unbind(t.EXPAND).unbind(t.COLLAPSE).unbind(t.ASYNC_SUCCESS).unbind(t.ASYNC_ERROR).unbind(t.REMOVE).unbind(t.SELECTED).unbind(t.UNSELECTED)}],A=[function(t){var n=e.getCache(t);n||(n={},e.setCache(t,n)),n.nodes=[],n.doms=[]}],B=[function(t,n,o,r,a,i){if(o){var d=e.getRoot(t),l=e.nodeChildren(t,o);o.level=n,o.tId=t.treeId+"_"+ ++d.zId,o.parentTId=r?r.tId:null,o.open="string"==typeof o.open?h.eqs(o.open,"true"):!!o.open,n=e.nodeIsParent(t,o),h.isArray(l)&&!(!1===n||"string"==typeof n&&h.eqs(n,"false"))?(e.nodeIsParent(t,o,!0),o.zAsync=!0):(n=e.nodeIsParent(t,o,n),o.open=!(!n||t.async.enable)&&o.open,o.zAsync=!n),o.isFirstNode=a,o.isLastNode=i,o.getParentNode=function(){return e.getNodeCache(t,o.parentTId)},o.getPreNode=function(){return e.getPreNode(t,o)},o.getNextNode=function(){return e.getNextNode(t,o)},o.getIndex=function(){return e.getNodeIndex(t,o)},o.getPath=function(){return e.getNodePath(t,o)},o.isAjaxing=!1,e.fixPIdKeyValue(t,o)}}],u=[function(t){var n=t.target,o=e.getSetting(t.data.treeId),r="",a=null,i="",d="",l=null,s=null,c=null;if(h.eqs(t.type,"mousedown")?d="mousedown":h.eqs(t.type,"mouseup")?d="mouseup":h.eqs(t.type,"contextmenu")?d="contextmenu":h.eqs(t.type,"click")?h.eqs(n.tagName,"span")&&null!==n.getAttribute("treeNode"+g.id.SWITCH)?(r=h.getNodeMainDom(n).id,i="switchNode"):(c=h.getMDom(o,n,[{tagName:"a",attrName:"treeNode"+g.id.A}]))&&(r=h.getNodeMainDom(c).id,i="clickNode"):h.eqs(t.type,"dblclick")&&(d="dblclick",c=h.getMDom(o,n,[{tagName:"a",attrName:"treeNode"+g.id.A}]))&&(r=h.getNodeMainDom(c).id,i="switchNode"),0<d.length&&0==r.length&&(c=h.getMDom(o,n,[{tagName:"a",attrName:"treeNode"+g.id.A}]))&&(r=h.getNodeMainDom(c).id),0<r.length)switch(a=e.getNodeCache(o,r),i){case"switchNode":e.nodeIsParent(o,a)&&(h.eqs(t.type,"click")||h.eqs(t.type,"dblclick")&&h.apply(o.view.dblClickExpand,[o.treeId,a],o.view.dblClickExpand))?l=J:i="";break;case"clickNode":l=K}switch(d){case"mousedown":s=L;break;case"mouseup":s=M;break;case"dblclick":s=N;break;case"contextmenu":s=O}return{stop:!1,node:a,nodeEventType:i,nodeEventCallback:l,treeEventType:d,treeEventCallback:s}}],C=[function(t){var n=e.getRoot(t);n||(n={},e.setRoot(t,n)),e.nodeChildren(t,n,[]),n.expandTriggerFlag=!1,n.curSelectedList=[],n.noSelection=!0,n.createdNodes=[],n.zId=0,n._ver=(new Date).getTime()}],D=[],E=[],F=[],G=[],H=[],e={addNodeCache:function(t,n){e.getCache(t).nodes[e.getNodeCacheId(n.tId)]=n},getNodeCacheId:function(e){return e.substring(e.lastIndexOf("_")+1)},addAfterA:function(e){E.push(e)},addBeforeA:function(e){D.push(e)},addInnerAfterA:function(e){G.push(e)},addInnerBeforeA:function(e){F.push(e)},addInitBind:function(e){y.push(e)},addInitUnBind:function(e){z.push(e)},addInitCache:function(e){A.push(e)},addInitNode:function(e){B.push(e)},addInitProxy:function(e,t){t?u.splice(0,0,e):u.push(e)},addInitRoot:function(e){C.push(e)},addNodesData:function(t,n,o,r){var a=e.nodeChildren(t,n);a?o>=a.length&&(o=-1):(a=e.nodeChildren(t,n,[]),o=-1),0<a.length&&0===o?(a[0].isFirstNode=!1,j.setNodeLineIcos(t,a[0])):0<a.length&&o<0&&(a[a.length-1].isLastNode=!1,j.setNodeLineIcos(t,a[a.length-1])),e.nodeIsParent(t,n,!0),o<0?e.nodeChildren(t,n,a.concat(r)):(t=[o,0].concat(r),a.splice.apply(a,t))},addSelectedNode:function(t,n){var o=e.getRoot(t);e.isSelectedNode(t,n)||o.curSelectedList.push(n)},addCreatedNode:function(t,n){(t.callback.onNodeCreated||t.view.addDiyDom)&&e.getRoot(t).createdNodes.push(n)},addZTreeTools:function(e){H.push(e)},exSetting:function(e){r.extend(!0,P,e)},fixPIdKeyValue:function(e,t){e.data.simpleData.enable&&(t[e.data.simpleData.pIdKey]=t.parentTId?t.getParentNode()[e.data.simpleData.idKey]:e.data.simpleData.rootPId)},getAfterA:function(e,t,n){for(var o=0,r=E.length;o<r;o++)E[o].apply(this,arguments)},getBeforeA:function(e,t,n){for(var o=0,r=D.length;o<r;o++)D[o].apply(this,arguments)},getInnerAfterA:function(e,t,n){for(var o=0,r=G.length;o<r;o++)G[o].apply(this,arguments)},getInnerBeforeA:function(e,t,n){for(var o=0,r=F.length;o<r;o++)F[o].apply(this,arguments)},getCache:function(e){return x[e.treeId]},getNodeIndex:function(t,n){if(!n)return null;for(var o=n.parentTId?n.getParentNode():e.getRoot(t),r=0,a=(o=e.nodeChildren(t,o)).length-1;r<=a;r++)if(o[r]===n)return r;return-1},getNextNode:function(t,n){if(!n)return null;for(var o=n.parentTId?n.getParentNode():e.getRoot(t),r=0,a=(o=e.nodeChildren(t,o)).length-1;r<=a;r++)if(o[r]===n)return r==a?null:o[r+1];return null},getNodeByParam:function(t,n,o,r){if(!n||!o)return null;for(var a=0,i=n.length;a<i;a++){var d=n[a];if(d[o]==r)return n[a];if(d=e.nodeChildren(t,d),d=e.getNodeByParam(t,d,o,r))return d}return null},getNodeCache:function(t,n){return n&&x[t.treeId].nodes[e.getNodeCacheId(n)]||null},getNodePath:function(e,t){return t?((n=t.parentTId?t.getParentNode().getPath():[])&&n.push(t),n):null;var n},getNodes:function(t){return e.nodeChildren(t,e.getRoot(t))},getNodesByParam:function(t,n,o,r){if(!n||!o)return[];for(var a=[],i=0,d=n.length;i<d;i++){var l=n[i];l[o]==r&&a.push(l),l=e.nodeChildren(t,l),a=a.concat(e.getNodesByParam(t,l,o,r))}return a},getNodesByParamFuzzy:function(t,n,o,r){if(!n||!o)return[];for(var a=[],i=(r=r.toLowerCase(),0),d=n.length;i<d;i++){var l=n[i];"string"==typeof l[o]&&-1<n[i][o].toLowerCase().indexOf(r)&&a.push(l),l=e.nodeChildren(t,l),a=a.concat(e.getNodesByParamFuzzy(t,l,o,r))}return a},getNodesByFilter:function(t,n,o,r,a){if(!n)return r?null:[];for(var i=r?null:[],d=0,l=n.length;d<l;d++){var s=n[d];if(h.apply(o,[s,a],!1)){if(r)return s;i.push(s)}if(s=e.nodeChildren(t,s),s=e.getNodesByFilter(t,s,o,r,a),r&&s)return s;i=r?s:i.concat(s)}return i},getPreNode:function(t,n){if(!n)return null;for(var o=n.parentTId?n.getParentNode():e.getRoot(t),r=0,a=(o=e.nodeChildren(t,o)).length;r<a;r++)if(o[r]===n)return 0==r?null:o[r-1];return null},getRoot:function(e){return e?w[e.treeId]:null},getRoots:function(){return w},getSetting:function(e){return t[e]},getSettings:function(){return t},getZTreeTools:function(e){return(e=this.getRoot(this.getSetting(e)))?e.treeTools:null},initCache:function(e){for(var t=0,n=A.length;t<n;t++)A[t].apply(this,arguments)},initNode:function(e,t,n,o,r,a){for(var i=0,d=B.length;i<d;i++)B[i].apply(this,arguments)},initRoot:function(e){for(var t=0,n=C.length;t<n;t++)C[t].apply(this,arguments)},isSelectedNode:function(t,n){for(var o=e.getRoot(t),r=0,a=o.curSelectedList.length;r<a;r++)if(n===o.curSelectedList[r])return!0;return!1},nodeChildren:function(e,t,n){return t?(e=e.data.key.children,void 0!==n&&(t[e]=n),t[e]):null},nodeIsParent:function(e,t,n){return!!t&&(e=e.data.key.isParent,void 0!==n&&("string"==typeof n&&(n=h.eqs(n,"true")),t[e]=!!n),t[e])},nodeName:function(e,t,n){return e=e.data.key.name,void 0!==n&&(t[e]=n),""+t[e]},nodeTitle:function(e,t){return""+t[""===e.data.key.title?e.data.key.name:e.data.key.title]},removeNodeCache:function(t,n){var o=e.nodeChildren(t,n);if(o)for(var r=0,a=o.length;r<a;r++)e.removeNodeCache(t,o[r]);e.getCache(t).nodes[e.getNodeCacheId(n.tId)]=null},removeSelectedNode:function(t,n){for(var o=e.getRoot(t),r=0,a=o.curSelectedList.length;r<a;r++)n!==o.curSelectedList[r]&&e.getNodeCache(t,o.curSelectedList[r].tId)||(o.curSelectedList.splice(r,1),t.treeObj.trigger(g.event.UNSELECTED,[t.treeId,n]),r--,a--)},setCache:function(e,t){x[e.treeId]=t},setRoot:function(e,t){w[e.treeId]=t},setZTreeTools:function(e,t){for(var n=0,o=H.length;n<o;n++)H[n].apply(this,arguments)},transformToArrayFormat:function(n,t){function o(t){r.push(t),(t=e.nodeChildren(n,t))&&(r=r.concat(e.transformToArrayFormat(n,t)))}if(!t)return[];var r=[];if(h.isArray(t))for(var a=0,i=t.length;a<i;a++)o(t[a]);else o(t);return r},transformTozTreeFormat:function(t,n){var o,r,a=t.data.simpleData.idKey,i=t.data.simpleData.pIdKey;if(!a||""==a||!n)return[];if(h.isArray(n)){var d=[],l={};for(o=0,r=n.length;o<r;o++)l[n[o][a]]=n[o];for(o=0,r=n.length;o<r;o++){var s=l[n[o][i]];if(s&&n[o][a]!=n[o][i]){var c=e.nodeChildren(t,s);(c=c||e.nodeChildren(t,s,[])).push(n[o])}else d.push(n[o])}return d}return[n]}},n={bindEvent:function(e){for(var t=0,n=y.length;t<n;t++)y[t].apply(this,arguments)},unbindEvent:function(e){for(var t=0,n=z.length;t<n;t++)z[t].apply(this,arguments)},bindTree:function(e){var t={treeId:e.treeId},o=e.treeObj;e.view.txtSelectedEnable||o.bind("selectstart",v).css({"-moz-user-select":"-moz-none"}),o.bind("click",t,n.proxy),o.bind("dblclick",t,n.proxy),o.bind("mouseover",t,n.proxy),o.bind("mouseout",t,n.proxy),o.bind("mousedown",t,n.proxy),o.bind("mouseup",t,n.proxy),o.bind("contextmenu",t,n.proxy)},unbindTree:function(e){e.treeObj.unbind("selectstart",v).unbind("click",n.proxy).unbind("dblclick",n.proxy).unbind("mouseover",n.proxy).unbind("mouseout",n.proxy).unbind("mousedown",n.proxy).unbind("mouseup",n.proxy).unbind("contextmenu",n.proxy)},doProxy:function(e){for(var t=[],n=0,o=u.length;n<o;n++){var r=u[n].apply(this,arguments);if(t.push(r),r.stop)break}return t},proxy:function(t){var o=e.getSetting(t.data.treeId);if(!h.uCanDo(o,t))return!0;for(var r=!0,a=0,i=(o=n.doProxy(t)).length;a<i;a++){var d=o[a];d.nodeEventCallback&&(r=d.nodeEventCallback.apply(d,[t,d.node])&&r),d.treeEventCallback&&(r=d.treeEventCallback.apply(d,[t,d.node])&&r)}return r}};J=function(t,n){var o=e.getSetting(t.data.treeId);if(n.open){if(0==h.apply(o.callback.beforeCollapse,[o.treeId,n],!0))return!0}else if(0==h.apply(o.callback.beforeExpand,[o.treeId,n],!0))return!0;return e.getRoot(o).expandTriggerFlag=!0,j.switchNode(o,n),!0},K=function(t,n){var o=e.getSetting(t.data.treeId),r=o.view.autoCancelSelected&&(t.ctrlKey||t.metaKey)&&e.isSelectedNode(o,n)?0:o.view.autoCancelSelected&&(t.ctrlKey||t.metaKey)&&o.view.selectedMulti?2:1;return 0==h.apply(o.callback.beforeClick,[o.treeId,n,r],!0)||(0==r?j.cancelPreSelectedNode(o,n):j.selectNode(o,n,2==r),o.treeObj.trigger(g.event.CLICK,[t,o.treeId,n,r])),!0},L=function(t,n){var o=e.getSetting(t.data.treeId);return h.apply(o.callback.beforeMouseDown,[o.treeId,n],!0)&&h.apply(o.callback.onMouseDown,[t,o.treeId,n]),!0},M=function(t,n){var o=e.getSetting(t.data.treeId);return h.apply(o.callback.beforeMouseUp,[o.treeId,n],!0)&&h.apply(o.callback.onMouseUp,[t,o.treeId,n]),!0},N=function(t,n){var o=e.getSetting(t.data.treeId);return h.apply(o.callback.beforeDblClick,[o.treeId,n],!0)&&h.apply(o.callback.onDblClick,[t,o.treeId,n]),!0},O=function(t,n){var o=e.getSetting(t.data.treeId);return h.apply(o.callback.beforeRightClick,[o.treeId,n],!0)&&h.apply(o.callback.onRightClick,[t,o.treeId,n]),"function"!=typeof o.callback.onRightClick},v=function(e){return"input"===(e=e.originalEvent.srcElement.nodeName.toLowerCase())||"textarea"===e};var h={apply:function(e,t,n){return"function"==typeof e?e.apply(Q,t||[]):n},canAsync:function(t,n){var o=e.nodeChildren(t,n),r=e.nodeIsParent(t,n);return t.async.enable&&n&&r&&!(n.zAsync||o&&0<o.length)},clone:function(e){if(null===e)return null;var t,n=h.isArray(e)?[]:{};for(t in e)n[t]=e[t]instanceof Date?new Date(e[t].getTime()):"object"==typeof e[t]?h.clone(e[t]):e[t];return n},eqs:function(e,t){return e.toLowerCase()===t.toLowerCase()},isArray:function(e){return"[object Array]"===Object.prototype.toString.apply(e)},isElement:function(e){return"object"==typeof HTMLElement?e instanceof HTMLElement:e&&"object"==typeof e&&null!==e&&1===e.nodeType&&"string"==typeof e.nodeName},$:function(e,t,n){return t&&"string"!=typeof t&&(n=t,t=""),"string"==typeof e?r(e,n?n.treeObj.get(0).ownerDocument:null):r("#"+e.tId+t,n?n.treeObj:null)},getMDom:function(e,t,n){if(!t)return null;for(;t&&t.id!==e.treeId;){for(var o=0,r=n.length;t.tagName&&o<r;o++)if(h.eqs(t.tagName,n[o].tagName)&&null!==t.getAttribute(n[o].attrName))return t;t=t.parentNode}return null},getNodeMainDom:function(e){return r(e).parent("li").get(0)||r(e).parentsUntil("li").parent().get(0)},isChildOrSelf:function(e,t){return 0<r(e).closest("#"+t).length},uCanDo:function(){return!0}},j={addNodes:function(t,n,o,r,a){var i=e.nodeIsParent(t,n);if(!t.data.keep.leaf||!n||i)if(h.isArray(r)||(r=[r]),t.data.simpleData.enable&&(r=e.transformTozTreeFormat(t,r)),n){i=l(n,g.id.SWITCH,t);var d=l(n,g.id.ICON,t),s=l(n,g.id.UL,t);n.open||(j.replaceSwitchClass(n,i,g.folder.CLOSE),j.replaceIcoClass(n,d,g.folder.CLOSE),n.open=!1,s.css({display:"none"})),e.addNodesData(t,n,o,r),j.createNodes(t,n.level+1,r,n,o),a||j.expandCollapseParentNode(t,n,!0)}else e.addNodesData(t,e.getRoot(t),o,r),j.createNodes(t,0,r,null,o)},appendNodes:function(t,n,o,r,a,i,d){if(!o)return[];var l,s,c=[],u=r||e.getRoot(t);(!(u=e.nodeChildren(t,u))||a>=u.length-o.length)&&(a=-1);for(var p=0,h=o.length;p<h;p++){var g=o[p];i&&(l=(0===a||u.length==o.length)&&0==p,s=a<0&&p==o.length-1,e.initNode(t,n,g,r,l,s,d),e.addNodeCache(t,g)),l=e.nodeIsParent(t,g),s=[];var f=e.nodeChildren(t,g);f&&0<f.length&&(s=j.appendNodes(t,n+1,f,g,-1,i,d&&g.open)),d&&(j.makeDOMNodeMainBefore(c,t,g),j.makeDOMNodeLine(c,t,g),e.getBeforeA(t,g,c),j.makeDOMNodeNameBefore(c,t,g),e.getInnerBeforeA(t,g,c),j.makeDOMNodeIcon(c,t,g),e.getInnerAfterA(t,g,c),j.makeDOMNodeNameAfter(c,t,g),e.getAfterA(t,g,c),l&&g.open&&j.makeUlHtml(t,g,c,s.join("")),j.makeDOMNodeMainAfter(c,t,g),e.addCreatedNode(t,g))}return c},appendParentULDom:function(t,n){var o=[],r=l(n,t);!r.get(0)&&n.parentTId&&(j.appendParentULDom(t,n.getParentNode()),r=l(n,t));var a=l(n,g.id.UL,t);a.get(0)&&a.remove(),a=e.nodeChildren(t,n),a=j.appendNodes(t,n.level+1,a,n,-1,!1,!0),j.makeUlHtml(t,n,o,a.join("")),r.append(o.join(""))},asyncNode:function(a,b,c,d){var f,i;if(f=e.nodeIsParent(a,b),b&&!f)return h.apply(d),!1;if(b&&b.isAjaxing)return!1;if(0==h.apply(a.callback.beforeAsync,[a.treeId,b],!0))return h.apply(d),!1;b&&(b.isAjaxing=!0,l(b,g.id.ICON,a).attr({style:"",class:g.className.BUTTON+" "+g.className.ICO_LOADING}));var m={},k=h.apply(a.async.autoParam,[a.treeId,b],a.async.autoParam);for(f=0,i=k.length;b&&f<i;f++){var q=k[f].split("="),o=q;1<q.length&&(o=q[1],q=q[0]),m[o]=b[q]}if(k=h.apply(a.async.otherParam,[a.treeId,b],a.async.otherParam),h.isArray(k))for(f=0,i=k.length;f<i;f+=2)m[k[f]]=k[f+1];else for(var n in k)m[n]=k[n];var s=e.getRoot(a)._ver;return r.ajax({contentType:a.async.contentType,cache:!1,type:a.async.type,url:h.apply(a.async.url,[a.treeId,b],a.async.url),data:-1<a.async.contentType.indexOf("application/json")?JSON.stringify(m):m,dataType:a.async.dataType,headers:a.async.headers,xhrFields:a.async.xhrFields,success:function(i){if(s==e.getRoot(a)._ver){var f=[];try{f=i&&0!=i.length?"string"==typeof i?eval("("+i+")"):i:[]}catch(e){f=i}b&&(b.isAjaxing=null,b.zAsync=!0),j.setNodeLineIcos(a,b),f&&""!==f?(f=h.apply(a.async.dataFilter,[a.treeId,b,f],f),j.addNodes(a,b,-1,f?h.clone(f):[],!!c)):j.addNodes(a,b,-1,[],!!c),a.treeObj.trigger(g.event.ASYNC_SUCCESS,[a.treeId,b,i]),h.apply(d)}},error:function(t,n,o){s==e.getRoot(a)._ver&&(b&&(b.isAjaxing=null),j.setNodeLineIcos(a,b),a.treeObj.trigger(g.event.ASYNC_ERROR,[a.treeId,b,t,n,o]))}}),!0},cancelPreSelectedNode:function(t,n,o){var r,a,i=e.getRoot(t).curSelectedList;for(r=i.length-1;0<=r;r--)if(n===(a=i[r])||!n&&(!o||o!==a)){if(l(a,g.id.A,t).removeClass(g.node.CURSELECTED),n){e.removeSelectedNode(t,n);break}i.splice(r,1),t.treeObj.trigger(g.event.UNSELECTED,[t.treeId,a])}},createNodeCallback:function(t){if(t.callback.onNodeCreated||t.view.addDiyDom)for(var n=e.getRoot(t);0<n.createdNodes.length;){var o=n.createdNodes.shift();h.apply(t.view.addDiyDom,[t.treeId,o]),t.callback.onNodeCreated&&t.treeObj.trigger(g.event.NODECREATED,[t.treeId,o])}},createNodes:function(t,n,o,a,i){if(o&&0!=o.length){var d,s,c=e.getRoot(t),u=!a||a.open||!!l(e.nodeChildren(t,a)[0],t).get(0);c.createdNodes=[],n=j.appendNodes(t,n,o,a,i,!0,u),a?(a=l(a,g.id.UL,t)).get(0)&&(d=a):d=t.treeObj,d&&(0<=i&&(s=d.children()[i]),0<=i&&s?r(s).before(n.join("")):d.append(n.join(""))),j.createNodeCallback(t)}},destroy:function(o){o&&(e.initCache(o),e.initRoot(o),n.unbindTree(o),n.unbindEvent(o),o.treeObj.empty(),delete t[o.treeId])},expandCollapseNode:function(t,n,o,r,a){var i,d=e.getRoot(t);if(n){var s=e.nodeChildren(t,n),c=e.nodeIsParent(t,n);if(d.expandTriggerFlag&&(i=a,a=function(){i&&i(),n.open?t.treeObj.trigger(g.event.EXPAND,[t.treeId,n]):t.treeObj.trigger(g.event.COLLAPSE,[t.treeId,n])},d.expandTriggerFlag=!1),!n.open&&c&&(!l(n,g.id.UL,t).get(0)||s&&0<s.length&&!l(s[0],t).get(0))&&(j.appendParentULDom(t,n),j.createNodeCallback(t)),n.open==o)h.apply(a,[]);else{o=l(n,g.id.UL,t),d=l(n,g.id.SWITCH,t);var u=l(n,g.id.ICON,t);c?(n.open=!n.open,n.iconOpen&&n.iconClose&&u.attr("style",j.makeNodeIcoStyle(t,n)),n.open?(j.replaceSwitchClass(n,d,g.folder.OPEN),j.replaceIcoClass(n,u,g.folder.OPEN),0==r||""==t.view.expandSpeed?(o.show(),h.apply(a,[])):s&&0<s.length?o.slideDown(t.view.expandSpeed,a):(o.show(),h.apply(a,[]))):(j.replaceSwitchClass(n,d,g.folder.CLOSE),j.replaceIcoClass(n,u,g.folder.CLOSE),0!=r&&""!=t.view.expandSpeed&&s&&0<s.length?o.slideUp(t.view.expandSpeed,a):(o.hide(),h.apply(a,[])))):h.apply(a,[])}}else h.apply(a,[])},expandCollapseParentNode:function(e,t,n,o,r){t&&(t.parentTId?(j.expandCollapseNode(e,t,n,o),t.parentTId&&j.expandCollapseParentNode(e,t.getParentNode(),n,o,r)):j.expandCollapseNode(e,t,n,o,r))},expandCollapseSonNode:function(t,n,o,r,a){var i=e.getRoot(t),d=(i=n?e.nodeChildren(t,n):e.nodeChildren(t,i),!n&&r),l=e.getRoot(t).expandTriggerFlag;if(e.getRoot(t).expandTriggerFlag=!1,i)for(var s=0,c=i.length;s<c;s++)i[s]&&j.expandCollapseSonNode(t,i[s],o,d);e.getRoot(t).expandTriggerFlag=l,j.expandCollapseNode(t,n,o,r,a)},isSelectedNode:function(t,n){if(!n)return!1;var o,r=e.getRoot(t).curSelectedList;for(o=r.length-1;0<=o;o--)if(n===r[o])return!0;return!1},makeDOMNodeIcon:function(t,n,o){var r=e.nodeName(n,o);r=n.view.nameIsHTML?r:r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),t.push("<span id='",o.tId,g.id.ICON,"' title='' treeNode",g.id.ICON," class='",j.makeNodeIcoClass(n,o),"' style='",j.makeNodeIcoStyle(n,o),"'></span><span id='",o.tId,g.id.SPAN,"' class='",g.className.NAME,"'>",r,"</span>")},makeDOMNodeLine:function(e,t,n){e.push("<span id='",n.tId,g.id.SWITCH,"' title='' class='",j.makeNodeLineClass(t,n),"' treeNode",g.id.SWITCH,"></span>")},makeDOMNodeMainAfter:function(e){e.push("</li>")},makeDOMNodeMainBefore:function(e,t,n){e.push("<li id='",n.tId,"' class='",g.className.LEVEL,n.level,"' tabindex='0' hidefocus='true' treenode>")},makeDOMNodeNameAfter:function(e){e.push("</a>")},makeDOMNodeNameBefore:function(t,n,o){var r,a=e.nodeTitle(n,o),i=j.makeNodeUrl(n,o),d=j.makeNodeFontCss(n,o),l=[];for(r in d)l.push(r,":",d[r],";");t.push("<a id='",o.tId,g.id.A,"' class='",g.className.LEVEL,o.level,"' treeNode",g.id.A,' onclick="',o.click||"",'" ',null!=i&&0<i.length?"href='"+i+"'":""," target='",j.makeNodeTarget(o),"' style='",l.join(""),"'"),h.apply(n.view.showTitle,[n.treeId,o],n.view.showTitle)&&a&&t.push("title='",a.replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),"'"),t.push(">")},makeNodeFontCss:function(e,t){var n=h.apply(e.view.fontCss,[e.treeId,t],e.view.fontCss);return n&&"function"!=typeof n?n:{}},makeNodeIcoClass:function(t,n){var o=["ico"];if(!n.isAjaxing){var r=e.nodeIsParent(t,n);o[0]=(n.iconSkin?n.iconSkin+"_":"")+o[0],r?o.push(n.open?g.folder.OPEN:g.folder.CLOSE):o.push(g.folder.DOCU)}return g.className.BUTTON+" "+o.join("_")},makeNodeIcoStyle:function(t,n){var o=[];if(!n.isAjaxing){var r=e.nodeIsParent(t,n)&&n.iconOpen&&n.iconClose?n.open?n.iconOpen:n.iconClose:n[t.data.key.icon];r&&o.push("background:url(",r,") 0 0 no-repeat;"),0!=t.view.showIcon&&h.apply(t.view.showIcon,[t.treeId,n],!0)||o.push("width:0px;height:0px;")}return o.join("")},makeNodeLineClass:function(t,n){var o=[];return t.view.showLine?0==n.level&&n.isFirstNode&&n.isLastNode?o.push(g.line.ROOT):0==n.level&&n.isFirstNode?o.push(g.line.ROOTS):n.isLastNode?o.push(g.line.BOTTOM):o.push(g.line.CENTER):o.push(g.line.NOLINE),e.nodeIsParent(t,n)?o.push(n.open?g.folder.OPEN:g.folder.CLOSE):o.push(g.folder.DOCU),j.makeNodeLineClassEx(n)+o.join("_")},makeNodeLineClassEx:function(e){return g.className.BUTTON+" "+g.className.LEVEL+e.level+" "+g.className.SWITCH+" "},makeNodeTarget:function(e){return e.target||"_blank"},makeNodeUrl:function(e,t){var n=e.data.key.url;return t[n]?t[n]:null},makeUlHtml:function(e,t,n,o){n.push("<ul id='",t.tId,g.id.UL,"' class='",g.className.LEVEL,t.level," ",j.makeUlLineClass(e,t),"' style='display:",t.open?"block":"none","'>"),n.push(o),n.push("</ul>")},makeUlLineClass:function(e,t){return e.view.showLine&&!t.isLastNode?g.line.LINE:""},removeChildNodes:function(t,n){if(n){var o=e.nodeChildren(t,n);if(o){for(var r=0,a=o.length;r<a;r++)e.removeNodeCache(t,o[r]);e.removeSelectedNode(t),delete n[t.data.key.children],t.data.keep.parent?l(n,g.id.UL,t).empty():(e.nodeIsParent(t,n,!1),n.open=!1,o=l(n,g.id.SWITCH,t),r=l(n,g.id.ICON,t),j.replaceSwitchClass(n,o,g.folder.DOCU),j.replaceIcoClass(n,r,g.folder.DOCU),l(n,g.id.UL,t).remove())}}},scrollIntoView:function(e,t){if(t)if("undefined"==typeof Element){var n=e.treeObj.get(0).getBoundingClientRect(),o=t.getBoundingClientRect();(o.top<n.top||o.bottom>n.bottom||o.right>n.right||o.left<n.left)&&t.scrollIntoView()}else Element.prototype.scrollIntoViewIfNeeded||(Element.prototype.scrollIntoViewIfNeeded=function(n){function e(e,t){return{start:e,length:t,end:e+t}}function t(e,t){return!1===n||t.start<e.end&&e.start<t.end?Math.max(e.end-t.length,Math.min(t.start,e.start)):(e.start+e.end-t.length)/2}function r(n,o){return{x:n,y:o,translate:function(e,t){return r(n+e,o+t)}}}function o(e,t){for(;e;)t=t.translate(e.offsetLeft,e.offsetTop),e=e.offsetParent;return t}for(var a,i=o(this,r(0,0)),d=r(this.offsetWidth,this.offsetHeight),l=this.parentNode;l instanceof HTMLElement;)a=o(l,r(l.clientLeft,l.clientTop)),l.scrollLeft=t(e(i.x-a.x,d.x),e(l.scrollLeft,l.clientWidth)),l.scrollTop=t(e(i.y-a.y,d.y),e(l.scrollTop,l.clientHeight)),i=i.translate(-l.scrollLeft,-l.scrollTop),l=l.parentNode}),t.scrollIntoViewIfNeeded()},setFirstNode:function(t,n){var o=e.nodeChildren(t,n);0<o.length&&(o[0].isFirstNode=!0)},setLastNode:function(t,n){var o=e.nodeChildren(t,n);0<o.length&&(o[o.length-1].isLastNode=!0)},removeNode:function(t,n){var o=e.getRoot(t),r=n.parentTId?n.getParentNode():o;if(n.isFirstNode=!1,n.isLastNode=!1,n.getPreNode=function(){return null},n.getNextNode=function(){return null},e.getNodeCache(t,n.tId)){l(n,t).remove(),e.removeNodeCache(t,n),e.removeSelectedNode(t,n);for(var a=e.nodeChildren(t,r),i=0,d=a.length;i<d;i++)if(a[i].tId==n.tId){a.splice(i,1);break}var s;if(j.setFirstNode(t,r),j.setLastNode(t,r),i=a.length,t.data.keep.parent||0!=i){if(t.view.showLine&&0<i){var c=a[i-1];i=l(c,g.id.UL,t),d=l(c,g.id.SWITCH,t),s=l(c,g.id.ICON,t),r==o?1==a.length?j.replaceSwitchClass(c,d,g.line.ROOT):(o=l(a[0],g.id.SWITCH,t),j.replaceSwitchClass(a[0],o,g.line.ROOTS),j.replaceSwitchClass(c,d,g.line.BOTTOM)):j.replaceSwitchClass(c,d,g.line.BOTTOM),i.removeClass(g.line.LINE)}}else e.nodeIsParent(t,r,!1),r.open=!1,delete r[t.data.key.children],i=l(r,g.id.UL,t),d=l(r,g.id.SWITCH,t),s=l(r,g.id.ICON,t),j.replaceSwitchClass(r,d,g.folder.DOCU),j.replaceIcoClass(r,s,g.folder.DOCU),i.css("display","none")}},replaceIcoClass:function(e,t,n){if(t&&!e.isAjaxing&&null!=(e=t.attr("class"))){switch(e=e.split("_"),n){case g.folder.OPEN:case g.folder.CLOSE:case g.folder.DOCU:e[e.length-1]=n}t.attr("class",e.join("_"))}},replaceSwitchClass:function(e,t,n){if(t){var o=t.attr("class");if(null!=o){switch(o=o.split("_"),n){case g.line.ROOT:case g.line.ROOTS:case g.line.CENTER:case g.line.BOTTOM:case g.line.NOLINE:o[0]=j.makeNodeLineClassEx(e)+n;break;case g.folder.OPEN:case g.folder.CLOSE:case g.folder.DOCU:o[1]=n}t.attr("class",o.join("_")),n!==g.folder.DOCU?t.removeAttr("disabled"):t.attr("disabled","disabled")}}},selectNode:function(t,n,o){o||j.cancelPreSelectedNode(t,null,n),l(n,g.id.A,t).addClass(g.node.CURSELECTED),e.addSelectedNode(t,n),t.treeObj.trigger(g.event.SELECTED,[t.treeId,n])},setNodeFontCss:function(e,t){var n=l(t,g.id.A,e),o=j.makeNodeFontCss(e,t);o&&n.css(o)},setNodeLineIcos:function(t,n){if(n){var o=l(n,g.id.SWITCH,t),r=l(n,g.id.UL,t),a=l(n,g.id.ICON,t),i=j.makeUlLineClass(t,n);0==i.length?r.removeClass(g.line.LINE):r.addClass(i),o.attr("class",j.makeNodeLineClass(t,n)),e.nodeIsParent(t,n)?o.removeAttr("disabled"):o.attr("disabled","disabled"),a.removeAttr("style"),a.attr("style",j.makeNodeIcoStyle(t,n)),a.attr("class",j.makeNodeIcoClass(t,n))}},setNodeName:function(t,n){var o=e.nodeTitle(t,n),r=l(n,g.id.SPAN,t);r.empty(),t.view.nameIsHTML?r.html(e.nodeName(t,n)):r.text(e.nodeName(t,n)),h.apply(t.view.showTitle,[t.treeId,n],t.view.showTitle)&&l(n,g.id.A,t).attr("title",o||"")},setNodeTarget:function(e,t){l(t,g.id.A,e).attr("target",j.makeNodeTarget(t))},setNodeUrl:function(e,t){var n=l(t,g.id.A,e),o=j.makeNodeUrl(e,t);null==o||0==o.length?n.removeAttr("href"):n.attr("href",o)},switchNode:function(e,t){t.open||!h.canAsync(e,t)?j.expandCollapseNode(e,t,!t.open):e.async.enable?j.asyncNode(e,t)||j.expandCollapseNode(e,t,!t.open):t&&j.expandCollapseNode(e,t,!t.open)}};r.fn.zTree={consts:{className:{BUTTON:"button",LEVEL:"level",ICO_LOADING:"ico_loading",SWITCH:"switch",NAME:"node_name"},event:{NODECREATED:"ztree_nodeCreated",CLICK:"ztree_click",EXPAND:"ztree_expand",COLLAPSE:"ztree_collapse",ASYNC_SUCCESS:"ztree_async_success",ASYNC_ERROR:"ztree_async_error",REMOVE:"ztree_remove",SELECTED:"ztree_selected",UNSELECTED:"ztree_unselected"},id:{A:"_a",ICON:"_ico",SPAN:"_span",SWITCH:"_switch",UL:"_ul"},line:{ROOT:"root",ROOTS:"roots",CENTER:"center",BOTTOM:"bottom",NOLINE:"noline",LINE:"line"},folder:{OPEN:"open",CLOSE:"close",DOCU:"docu"},node:{CURSELECTED:"curSelectedNode"}},_z:{tools:h,view:j,event:n,data:e},getZTreeObj:function(t){return(t=e.getZTreeTools(t))?t:null},destroy:function(n){if(n&&0<n.length)j.destroy(e.getSetting(n));else for(var o in t)j.destroy(t[o])},init:function(o,a,i){var s=h.clone(P);r.extend(!0,s,a),s.treeId=o.attr("id"),s.treeObj=o,s.treeObj.empty(),t[s.treeId]=s,void 0===document.body.style.maxHeight&&(s.view.expandSpeed=""),e.initRoot(s),o=e.getRoot(s),i=i?h.clone(h.isArray(i)?i:[i]):[],s.data.simpleData.enable?e.nodeChildren(s,o,e.transformTozTreeFormat(s,i)):e.nodeChildren(s,o,i),e.initCache(s),n.unbindTree(s),n.bindTree(s),n.unbindEvent(s),n.bindEvent(s);var d={setting:s,addNodes:function(t,n,o,r){function a(){j.addNodes(s,t,n,d,1==r)}t=t||null;var i=e.nodeIsParent(s,t);if(t&&!i&&s.data.keep.leaf)return null;if(i=parseInt(n,10),n=isNaN(i)?(r=!!o,o=n,-1):i,!o)return null;var d=h.clone(h.isArray(o)?o:[o]);return h.canAsync(s,t)?j.asyncNode(s,t,r,a):a(),d},cancelSelectedNode:function(e){j.cancelPreSelectedNode(s,e)},destroy:function(){j.destroy(s)},expandAll:function(e){return e=!!e,j.expandCollapseSonNode(s,null,e,!0),e},expandNode:function(t,n,o,r,a){function i(){var e=l(t,s).get(0);e&&!1!==r&&j.scrollIntoView(s,e)}return t&&e.nodeIsParent(s,t)?(!0!==n&&!1!==n&&(n=!t.open),(a=!!a)&&n&&0==h.apply(s.callback.beforeExpand,[s.treeId,t],!0)||a&&!n&&0==h.apply(s.callback.beforeCollapse,[s.treeId,t],!0)?null:(n&&t.parentTId&&j.expandCollapseParentNode(s,t.getParentNode(),n,!1),n!==t.open||o?(e.getRoot(s).expandTriggerFlag=a,!h.canAsync(s,t)&&o?j.expandCollapseSonNode(s,t,n,!0,i):(t.open=!n,j.switchNode(this.setting,t),i()),n):null)):null},getNodes:function(){return e.getNodes(s)},getNodeByParam:function(t,n,o){return t?e.getNodeByParam(s,o?e.nodeChildren(s,o):e.getNodes(s),t,n):null},getNodeByTId:function(t){return e.getNodeCache(s,t)},getNodesByParam:function(t,n,o){return t?e.getNodesByParam(s,o?e.nodeChildren(s,o):e.getNodes(s),t,n):null},getNodesByParamFuzzy:function(t,n,o){return t?e.getNodesByParamFuzzy(s,o?e.nodeChildren(s,o):e.getNodes(s),t,n):null},getNodesByFilter:function(t,n,o,r){return n=!!n,t&&"function"==typeof t?e.getNodesByFilter(s,o?e.nodeChildren(s,o):e.getNodes(s),t,n,r):n?null:[]},getNodeIndex:function(t){if(!t)return null;for(var n=t.parentTId?t.getParentNode():e.getRoot(s),o=0,r=(n=e.nodeChildren(s,n)).length;o<r;o++)if(n[o]==t)return o;return-1},getSelectedNodes:function(){for(var t=[],n=e.getRoot(s).curSelectedList,o=0,r=n.length;o<r;o++)t.push(n[o]);return t},isSelectedNode:function(t){return e.isSelectedNode(s,t)},reAsyncChildNodesPromise:function(n,o,r){return new Promise(function(e,t){try{d.reAsyncChildNodes(n,o,r,function(){e(n)})}catch(e){t(e)}})},reAsyncChildNodes:function(t,n,o,r){if(this.setting.async.enable){var a=!t;if(a&&(t=e.getRoot(s)),"refresh"==n){for(var i=0,d=(n=e.nodeChildren(s,t))?n.length:0;i<d;i++)e.removeNodeCache(s,n[i]);e.removeSelectedNode(s),e.nodeChildren(s,t,[]),a?this.setting.treeObj.empty():l(t,g.id.UL,s).empty()}j.asyncNode(this.setting,a?null:t,!!o,r)}},refresh:function(){this.setting.treeObj.empty();var t=e.getRoot(s),n=e.nodeChildren(s,t);e.initRoot(s),e.nodeChildren(s,t,n),e.initCache(s),j.createNodes(s,0,e.nodeChildren(s,t),null,-1)},removeChildNodes:function(t){if(!t)return null;var n=e.nodeChildren(s,t);return j.removeChildNodes(s,t),n||null},removeNode:function(e,t){e&&((t=!!t)&&0==h.apply(s.callback.beforeRemove,[s.treeId,e],!0)||(j.removeNode(s,e),t&&this.setting.treeObj.trigger(g.event.REMOVE,[s.treeId,e])))},selectNode:function(t,e,n){if(t&&h.uCanDo(s)){if(e=s.view.selectedMulti&&e,t.parentTId)j.expandCollapseParentNode(s,t.getParentNode(),!0,!1,function(){if(!n){var e=l(t,s).get(0);j.scrollIntoView(s,e)}});else if(!n)try{l(t,s).focus().blur()}catch(e){}j.selectNode(s,t,e)}},transformTozTreeNodes:function(t){return e.transformTozTreeFormat(s,t)},transformToArray:function(t){return e.transformToArrayFormat(s,t)},updateNode:function(e){e&&l(e,s).get(0)&&h.uCanDo(s)&&(j.setNodeName(s,e),j.setNodeTarget(s,e),j.setNodeUrl(s,e),j.setNodeLineIcos(s,e),j.setNodeFontCss(s,e))}};return o.treeTools=d,e.setZTreeTools(s,d),(i=e.nodeChildren(s,o))&&0<i.length?j.createNodes(s,0,i,null,-1):s.async.enable&&s.async.url&&""!==s.async.url&&j.asyncNode(s),d}};var Q=r.fn.zTree,l=h.$,g=Q.consts}(jQuery),function(e){var d,l,s,t={event:{CHECK:"ztree_check"},id:{CHECK:"_check"},checkbox:{STYLE:"checkbox",DEFAULT:"chk",DISABLED:"disable",FALSE:"false",TRUE:"true",FULL:"full",PART:"part",FOCUS:"focus"},radio:{STYLE:"radio",TYPE_ALL:"all",TYPE_LEVEL:"level"}},n={check:{enable:!1,autoCheckTrigger:!1,chkStyle:t.checkbox.STYLE,nocheckInherit:!1,chkDisabledInherit:!1,radioType:t.radio.TYPE_LEVEL,chkboxType:{Y:"ps",N:"ps"}},data:{key:{checked:"checked"}},callback:{beforeCheck:null,onCheck:null}};d=function(e,t){if(!0===t.chkDisabled)return!1;var n=h.getSetting(e.data.treeId);if(0==c.apply(n.callback.beforeCheck,[n.treeId,t],!0))return!0;var o=h.nodeChecked(n,t);return h.nodeChecked(n,t,!o),p.checkNodeRelation(n,t),o=g(t,u.id.CHECK,n),p.setChkClass(n,o,t),p.repairParentChkClassWithSelf(n,t),n.treeObj.trigger(u.event.CHECK,[e,n.treeId,t]),!0},l=function(e,t){if(!0===t.chkDisabled)return!1;var n=h.getSetting(e.data.treeId),o=g(t,u.id.CHECK,n);return t.check_Focus=!0,p.setChkClass(n,o,t),!0},s=function(e,t){if(!0===t.chkDisabled)return!1;var n=h.getSetting(e.data.treeId),o=g(t,u.id.CHECK,n);return t.check_Focus=!1,p.setChkClass(n,o,t),!0},e.extend(!0,e.fn.zTree.consts,t),e.extend(!0,e.fn.zTree._z,{tools:{},view:{checkNodeRelation:function(e,t){var n,o,r;if(o=u.radio,n=h.nodeChecked(e,t),e.check.chkStyle==o.STYLE){var a=h.getRadioCheckedList(e);if(n)if(e.check.radioType==o.TYPE_ALL){for(o=a.length-1;0<=o;o--){n=a[o];var i=h.nodeChecked(e,n);i&&n!=t&&(h.nodeChecked(e,n,!1),a.splice(o,1),p.setChkClass(e,g(n,u.id.CHECK,e),n),n.parentTId!=t.parentTId&&p.repairParentChkClassWithSelf(e,n))}a.push(t)}else for(a=t.parentTId?t.getParentNode():h.getRoot(e),o=0,r=(a=h.nodeChildren(e,a)).length;o<r;o++)n=a[o],(i=h.nodeChecked(e,n))&&n!=t&&(h.nodeChecked(e,n,!1),p.setChkClass(e,g(n,u.id.CHECK,e),n));else if(e.check.radioType==o.TYPE_ALL)for(o=0,r=a.length;o<r;o++)if(t==a[o]){a.splice(o,1);break}}else a=h.nodeChildren(e,t),n&&(!a||0==a.length||-1<e.check.chkboxType.Y.indexOf("s"))&&p.setSonNodeCheckBox(e,t,!0),n||a&&0!=a.length&&!(-1<e.check.chkboxType.N.indexOf("s"))||p.setSonNodeCheckBox(e,t,!1),n&&-1<e.check.chkboxType.Y.indexOf("p")&&p.setParentNodeCheckBox(e,t,!0),!n&&-1<e.check.chkboxType.N.indexOf("p")&&p.setParentNodeCheckBox(e,t,!1)},makeChkClass:function(e,t){var n=u.checkbox,o=u.radio,r=h.nodeChecked(e,t),a=!0===t.chkDisabled?n.DISABLED:t.halfCheck?n.PART:e.check.chkStyle==o.STYLE?t.check_Child_State<1?n.FULL:n.PART:r?2===t.check_Child_State||-1===t.check_Child_State?n.FULL:n.PART:t.check_Child_State<1?n.FULL:n.PART;return o=e.check.chkStyle+"_"+(r?n.TRUE:n.FALSE)+"_"+a,o=t.check_Focus&&!0!==t.chkDisabled?o+"_"+n.FOCUS:o,u.className.BUTTON+" "+n.DEFAULT+" "+o},repairAllChk:function(e,t){if(e.check.enable&&e.check.chkStyle===u.checkbox.STYLE)for(var n=h.getRoot(e),o=0,r=(n=h.nodeChildren(e,n)).length;o<r;o++){var a=n[o];!0!==a.nocheck&&!0!==a.chkDisabled&&h.nodeChecked(e,a,t),p.setSonNodeCheckBox(e,a,t)}},repairChkClass:function(e,t){if(t&&(h.makeChkFlag(e,t),!0!==t.nocheck)){var n=g(t,u.id.CHECK,e);p.setChkClass(e,n,t)}},repairParentChkClass:function(e,t){if(t&&t.parentTId){var n=t.getParentNode();p.repairChkClass(e,n),p.repairParentChkClass(e,n)}},repairParentChkClassWithSelf:function(e,t){if(t){var n=h.nodeChildren(e,t);n&&0<n.length?p.repairParentChkClass(e,n[0]):p.repairParentChkClass(e,t)}},repairSonChkDisabled:function(e,t,n,o){if(t&&(t.chkDisabled!=n&&(t.chkDisabled=n),p.repairChkClass(e,t),(t=h.nodeChildren(e,t))&&o))for(var r=0,a=t.length;r<a;r++)p.repairSonChkDisabled(e,t[r],n,o)},repairParentChkDisabled:function(e,t,n,o){t&&(t.chkDisabled!=n&&o&&(t.chkDisabled=n),p.repairChkClass(e,t),p.repairParentChkDisabled(e,t.getParentNode(),n,o))},setChkClass:function(e,t,n){t&&(!0===n.nocheck?t.hide():t.show(),t.attr("class",p.makeChkClass(e,n)))},setParentNodeCheckBox:function(e,t,n,o){var r=g(t,u.id.CHECK,e);if(o=o||t,h.makeChkFlag(e,t),!0!==t.nocheck&&!0!==t.chkDisabled&&(h.nodeChecked(e,t,n),p.setChkClass(e,r,t),e.check.autoCheckTrigger&&t!=o&&e.treeObj.trigger(u.event.CHECK,[null,e.treeId,t])),t.parentTId){if(r=!0,!n)for(var a=h.nodeChildren(e,t.getParentNode()),i=0,d=a.length;i<d;i++){var l=a[i],s=h.nodeChecked(e,l);if(!0!==l.nocheck&&!0!==l.chkDisabled&&s||(!0===l.nocheck||!0===l.chkDisabled)&&0<l.check_Child_State){r=!1;break}}r&&p.setParentNodeCheckBox(e,t.getParentNode(),n,o)}},setSonNodeCheckBox:function(e,t,n,o){if(t){var r=g(t,u.id.CHECK,e);o=o||t;var a=!1,i=h.nodeChildren(e,t);if(i)for(var d=0,l=i.length;d<l;d++){var s=i[d];p.setSonNodeCheckBox(e,s,n,o),!0===s.chkDisabled&&(a=!0)}t!=h.getRoot(e)&&!0!==t.chkDisabled&&(a&&!0!==t.nocheck&&h.makeChkFlag(e,t),!0!==t.nocheck&&!0!==t.chkDisabled?(h.nodeChecked(e,t,n),a||(t.check_Child_State=i&&0<i.length?n?2:0:-1)):t.check_Child_State=-1,p.setChkClass(e,r,t),e.check.autoCheckTrigger&&t!=o&&!0!==t.nocheck&&!0!==t.chkDisabled&&e.treeObj.trigger(u.event.CHECK,[null,e.treeId,t]))}}},event:{},data:{getRadioCheckedList:function(e){for(var t=h.getRoot(e).radioCheckedList,n=0,o=t.length;n<o;n++)h.getNodeCache(e,t[n].tId)||(t.splice(n,1),n--,o--);return t},getCheckStatus:function(e,t){if(!e.check.enable||t.nocheck||t.chkDisabled)return null;var n=h.nodeChecked(e,t);return{checked:n,half:t.halfCheck?t.halfCheck:e.check.chkStyle==u.radio.STYLE?2===t.check_Child_State:n?-1<t.check_Child_State&&t.check_Child_State<2:0<t.check_Child_State}},getTreeCheckedNodes:function(e,t,n,o){if(!t)return[];for(var r=n&&e.check.chkStyle==u.radio.STYLE&&e.check.radioType==u.radio.TYPE_ALL,a=(o=o||[],0),i=t.length;a<i;a++){var d=t[a],l=h.nodeChildren(e,d),s=h.nodeChecked(e,d);if(!0!==d.nocheck&&!0!==d.chkDisabled&&s==n&&(o.push(d),r))break;if(h.getTreeCheckedNodes(e,l,n,o),r&&0<o.length)break}return o},getTreeChangeCheckedNodes:function(e,t,n){if(!t)return[];n=n||[];for(var o=0,r=t.length;o<r;o++){var a=t[o],i=h.nodeChildren(e,a),d=h.nodeChecked(e,a);!0!==a.nocheck&&!0!==a.chkDisabled&&d!=a.checkedOld&&n.push(a),h.getTreeChangeCheckedNodes(e,i,n)}return n},makeChkFlag:function(e,t){if(t){var n=-1,o=h.nodeChildren(e,t);if(o)for(var r=0,a=o.length;r<a;r++){var i=o[r],d=h.nodeChecked(e,i),l=-1;if(e.check.chkStyle==u.radio.STYLE){if(2==(l=!0===i.nocheck||!0===i.chkDisabled?i.check_Child_State:!0===i.halfCheck||d||0<i.check_Child_State?2:0)){n=2;break}0==l&&(n=0)}else if(e.check.chkStyle==u.checkbox.STYLE){if(1===(l=!0===i.nocheck||!0===i.chkDisabled?i.check_Child_State:!0===i.halfCheck?1:d?-1===i.check_Child_State||2===i.check_Child_State?2:1:0<i.check_Child_State?1:0)){n=1;break}if(2===l&&-1<n&&0<r&&l!==n){n=1;break}if(2===n&&-1<l&&l<2){n=1;break}-1<l&&(n=l)}}t.check_Child_State=n}}}});var c=(e=e.fn.zTree)._z.tools,u=e.consts,p=e._z.view,h=e._z.data,g=c.$;h.nodeChecked=function(e,t,n){return!!t&&(e=e.data.key.checked,void 0!==n&&("string"==typeof n&&(n=c.eqs(n,"true")),t[e]=!!n),t[e])},h.exSetting(n),h.addInitBind(function(r){r.treeObj.bind(u.event.CHECK,function(e,t,n,o){e.srcEvent=t,c.apply(r.callback.onCheck,[e,n,o])})}),h.addInitUnBind(function(e){e.treeObj.unbind(u.event.CHECK)}),h.addInitCache(function(){}),h.addInitNode(function(e,t,n,o){n&&(t=h.nodeChecked(e,n),t=h.nodeChecked(e,n,t),n.checkedOld=t,"string"==typeof n.nocheck&&(n.nocheck=c.eqs(n.nocheck,"true")),n.nocheck=!!n.nocheck||e.check.nocheckInherit&&o&&!!o.nocheck,"string"==typeof n.chkDisabled&&(n.chkDisabled=c.eqs(n.chkDisabled,"true")),n.chkDisabled=!!n.chkDisabled||e.check.chkDisabledInherit&&o&&!!o.chkDisabled,"string"==typeof n.halfCheck&&(n.halfCheck=c.eqs(n.halfCheck,"true")),n.halfCheck=!!n.halfCheck,n.check_Child_State=-1,n.check_Focus=!1,n.getCheckStatus=function(){return h.getCheckStatus(e,n)},e.check.chkStyle==u.radio.STYLE&&e.check.radioType==u.radio.TYPE_ALL&&t&&h.getRoot(e).radioCheckedList.push(n))}),h.addInitProxy(function(e){var t=e.target,n=h.getSetting(e.data.treeId),o="",r=null,a="",i=null;if(c.eqs(e.type,"mouseover")?n.check.enable&&c.eqs(t.tagName,"span")&&null!==t.getAttribute("treeNode"+u.id.CHECK)&&(o=c.getNodeMainDom(t).id,a="mouseoverCheck"):c.eqs(e.type,"mouseout")?n.check.enable&&c.eqs(t.tagName,"span")&&null!==t.getAttribute("treeNode"+u.id.CHECK)&&(o=c.getNodeMainDom(t).id,a="mouseoutCheck"):c.eqs(e.type,"click")&&n.check.enable&&c.eqs(t.tagName,"span")&&null!==t.getAttribute("treeNode"+u.id.CHECK)&&(o=c.getNodeMainDom(t).id,a="checkNode"),0<o.length)switch(r=h.getNodeCache(n,o),a){case"checkNode":i=d;break;case"mouseoverCheck":i=l;break;case"mouseoutCheck":i=s}return{stop:"checkNode"===a,node:r,nodeEventType:a,nodeEventCallback:i,treeEventType:"",treeEventCallback:null}},!0),h.addInitRoot(function(e){h.getRoot(e).radioCheckedList=[]}),h.addBeforeA(function(e,t,n){e.check.enable&&(h.makeChkFlag(e,t),n.push("<span ID='",t.tId,u.id.CHECK,"' class='",p.makeChkClass(e,t),"' treeNode",u.id.CHECK,!0===t.nocheck?" style='display:none;'":"","></span>"))}),h.addZTreeTools(function(a,o){o.checkNode=function(e,t,n,o){var r=h.nodeChecked(a,e);!0===e.chkDisabled||(!0!==t&&!1!==t&&(t=!r),o=!!o,r===t&&!n||o&&0==c.apply(this.setting.callback.beforeCheck,[this.setting.treeId,e],!0)||!c.uCanDo(this.setting)||!this.setting.check.enable||!0===e.nocheck)||(h.nodeChecked(a,e,t),t=g(e,u.id.CHECK,this.setting),!n&&this.setting.check.chkStyle!==u.radio.STYLE||p.checkNodeRelation(this.setting,e),p.setChkClass(this.setting,t,e),p.repairParentChkClassWithSelf(this.setting,e),o&&this.setting.treeObj.trigger(u.event.CHECK,[null,this.setting.treeId,e]))},o.checkAllNodes=function(e){p.repairAllChk(this.setting,!!e)},o.getCheckedNodes=function(e){e=!1!==e;var t=h.nodeChildren(a,h.getRoot(this.setting));return h.getTreeCheckedNodes(this.setting,t,e)},o.getChangeCheckedNodes=function(){var e=h.nodeChildren(a,h.getRoot(this.setting));return h.getTreeChangeCheckedNodes(this.setting,e)},o.setChkDisabled=function(e,t,n,o){t=!!t,n=!!n,p.repairSonChkDisabled(this.setting,e,t,!!o),p.repairParentChkDisabled(this.setting,e.getParentNode(),t,n)};var r=o.updateNode;o.updateNode=function(e,t){if(r&&r.apply(o,arguments),e&&this.setting.check.enable&&g(e,this.setting).get(0)&&c.uCanDo(this.setting)){var n=g(e,u.id.CHECK,this.setting);1!=t&&this.setting.check.chkStyle!==u.radio.STYLE||p.checkNodeRelation(this.setting,e),p.setChkClass(this.setting,n,e),p.repairParentChkClassWithSelf(this.setting,e)}}});var a=p.createNodes;p.createNodes=function(e,t,n,o,r){a&&a.apply(p,arguments),n&&p.repairParentChkClassWithSelf(e,o)};var o=p.removeNode;p.removeNode=function(e,t){var n=t.getParentNode();o&&o.apply(p,arguments),t&&n&&(p.repairChkClass(e,n),p.repairParentChkClass(e,n))};var f=p.appendNodes;p.appendNodes=function(e,t,n,o,r,a,i){var d="";return f&&(d=f.apply(p,arguments)),o&&h.makeChkFlag(e,o),d}}(jQuery),function(F){var H={event:{DRAG:"ztree_drag",DROP:"ztree_drop",RENAME:"ztree_rename",DRAGMOVE:"ztree_dragmove"},id:{EDIT:"_edit",INPUT:"_input",REMOVE:"_remove"},move:{TYPE_INNER:"inner",TYPE_PREV:"prev",TYPE_NEXT:"next"},node:{CURSELECTED_EDIT:"curSelectedNode_Edit",TMPTARGET_TREE:"tmpTargetzTree",TMPTARGET_NODE:"tmpTargetNode"}},s={onHoverOverNode:function(e,t){var n=K.getSetting(e.data.treeId),o=K.getRoot(n);o.curHoverNode!=t&&s.onHoverOutNode(e),o.curHoverNode=t,Y.addHoverDom(n,t)},onHoverOutNode:function(e){e=K.getSetting(e.data.treeId);var t=K.getRoot(e);t.curHoverNode&&!K.isSelectedNode(e,t.curHoverNode)&&(Y.removeTreeDom(e,t.curHoverNode),t.curHoverNode=null)},onMousedownNode:function(e,t){function d(e){if(0==b.dragFlag&&Math.abs(z-e.clientX)<k.edit.drag.minMoveSize&&Math.abs(A-e.clientY)<k.edit.drag.minMoveSize)return!0;var t,n,o,r;if(P.css("cursor","pointer"),0==b.dragFlag){if(0==B.apply(k.callback.beforeDrag,[k.treeId,y],!0))return C(e),!0;for(t=0,n=y.length;t<n;t++)0==t&&(b.dragNodeShowBefore=[]),o=y[t],K.nodeIsParent(k,o)&&o.open?(Y.expandCollapseNode(k,o,!o.open),b.dragNodeShowBefore[o.tId]=!0):b.dragNodeShowBefore[o.tId]=!1;b.dragFlag=1,m.showHoverDom=!1,B.showIfameMask(k,!0),r=!0;var a=-1;if(1<y.length)for(o=[],n=(c=y[t=0].parentTId?K.nodeChildren(k,y[0].getParentNode()):K.getNodes(k)).length;t<n;t++)if(void 0!==b.dragNodeShowBefore[c[t].tId]&&(r&&-1<a&&a+1!==t&&(r=!1),o.push(c[t]),a=t),y.length===o.length){y=o;break}for(r&&(x=y[0].getPreNode(),S=y[y.length-1].getNextNode()),T=V("<ul class='zTreeDragUL'></ul>",k),t=0,n=y.length;t<n;t++)(o=y[t]).editNameFlag=!1,Y.selectNode(k,o,0<t),Y.removeTreeDom(k,o),t>k.edit.drag.maxShowNodeNum-1||((r=V("<li id='"+o.tId+"_tmp'></li>",k)).append(V(o,U.id.A,k).clone()),r.css("padding","0"),r.children("#"+o.tId+U.id.A).removeClass(U.node.CURSELECTED),T.append(r),t==k.edit.drag.maxShowNodeNum-1&&(r=V("<li id='"+o.tId+"_moretmp'><a>  ...  </a></li>",k),T.append(r)));T.attr("id",y[0].tId+U.id.UL+"_tmp"),T.addClass(k.treeObj.attr("class")),T.appendTo(P),(E=V("<span class='tmpzTreeMove_arrow'></span>",k)).attr("id","zTreeMove_arrow_tmp"),E.appendTo(P),k.treeObj.trigger(U.event.DRAG,[e,k.treeId,y])}if(1==b.dragFlag){for(var i in I&&E.attr("id")==e.target.id&&R&&e.clientX+_.scrollLeft()+2>F("#"+R+U.id.A,I).offset().left?(o=F("#"+R+U.id.A,I),e.target=0<o.length?o.get(0):e.target):I&&(I.removeClass(U.node.TMPTARGET_TREE),R&&F("#"+R+U.id.A,I).removeClass(U.node.TMPTARGET_NODE+"_"+U.move.TYPE_PREV).removeClass(U.node.TMPTARGET_NODE+"_"+H.move.TYPE_NEXT).removeClass(U.node.TMPTARGET_NODE+"_"+H.move.TYPE_INNER)),R=I=null,L=!1,O=k,o=K.getSettings())o[i].treeId&&o[i].edit.enable&&o[i].treeId!=k.treeId&&(e.target.id==o[i].treeId||0<F(e.target).parents("#"+o[i].treeId).length)&&(L=!0,O=o[i]);i=_.scrollTop(),r=_.scrollLeft(),a=O.treeObj.offset(),t=O.treeObj.get(0).scrollHeight,o=O.treeObj.get(0).scrollWidth,n=e.clientY+i-a.top;var d=O.treeObj.height()+a.top-e.clientY-i,l=e.clientX+r-a.left,s=O.treeObj.width()+a.left-e.clientX-r,c=(a=n<k.edit.drag.borderMax&&n>k.edit.drag.borderMin,d<k.edit.drag.borderMax&&d>k.edit.drag.borderMin),u=l<k.edit.drag.borderMax&&l>k.edit.drag.borderMin,p=s<k.edit.drag.borderMax&&s>k.edit.drag.borderMin,h=(d=n>k.edit.drag.borderMin&&d>k.edit.drag.borderMin&&l>k.edit.drag.borderMin&&s>k.edit.drag.borderMin,l=a&&O.treeObj.scrollTop()<=0,s=c&&O.treeObj.scrollTop()+O.treeObj.height()+10>=t,u&&O.treeObj.scrollLeft()<=0),g=p&&O.treeObj.scrollLeft()+O.treeObj.width()+10>=o;if(e.target&&B.isChildOrSelf(e.target,O.treeId)){for(var f=e.target;f&&f.tagName&&!B.eqs(f.tagName,"li")&&f.id!=O.treeId;)f=f.parentNode;var N=!0;for(t=0,n=y.length;t<n;t++){if(o=y[t],f.id===o.tId){N=!1;break}if(0<V(o,k).find("#"+f.id).length){N=!1;break}}N&&e.target&&B.isChildOrSelf(e.target,f.id+U.id.A)&&(I=F(f),R=f.id)}if(o=y[0],d&&B.isChildOrSelf(e.target,O.treeId)&&(!I&&(e.target.id==O.treeId||l||s||h||g)&&(L||!L&&o.parentTId)&&(I=O.treeObj),a?O.treeObj.scrollTop(O.treeObj.scrollTop()-10):c&&O.treeObj.scrollTop(O.treeObj.scrollTop()+10),u?O.treeObj.scrollLeft(O.treeObj.scrollLeft()-10):p&&O.treeObj.scrollLeft(O.treeObj.scrollLeft()+10),I&&I!=O.treeObj&&I.offset().left<O.treeObj.offset().left&&O.treeObj.scrollLeft(O.treeObj.scrollLeft()+I.offset().left-O.treeObj.offset().left)),T.css({top:e.clientY+i+3+"px",left:e.clientX+r+3+"px"}),t=r=0,I&&I.attr("id")!=O.treeId){var v=null==R?null:K.getNodeCache(O,R);a=(e.ctrlKey||e.metaKey)&&k.edit.drag.isMove&&k.edit.drag.isCopy||!k.edit.drag.isMove&&k.edit.drag.isCopy,n=!(!x||R!==x.tId),u=!(!S||R!==S.tId),c=o.parentTId&&o.parentTId==R,o=(a||!u)&&B.apply(O.edit.drag.prev,[O.treeId,y,v],!!O.edit.drag.prev),n=(a||!n)&&B.apply(O.edit.drag.next,[O.treeId,y,v],!!O.edit.drag.next),a=(a||!c)&&!(O.data.keep.leaf&&!K.nodeIsParent(k,v))&&B.apply(O.edit.drag.inner,[O.treeId,y,v],!!O.edit.drag.inner),c=function(){I=null,R="",j=U.move.TYPE_INNER,E.css({display:"none"}),window.zTreeMoveTimer&&(clearTimeout(window.zTreeMoveTimer),window.zTreeMoveTargetNodeTId=null)},o||n||a?(u=F("#"+R+U.id.A,I),p=v.isLastNode?null:F("#"+v.getNextNode().tId+U.id.A,I.next()),d=u.offset().top,l=u.offset().left,s=o?a?.25:n?.5:1:-1,h=n?a?.75:o?.5:0:-1,i=(e.clientY+i-d)/u.height(),(1==s||i<=s&&-.2<=i)&&o?(r=1-E.width(),t=d-E.height()/2,j=U.move.TYPE_PREV):(0==h||h<=i&&i<=1.2)&&n?(r=1-E.width(),t=null==p||K.nodeIsParent(k,v)&&v.open?d+u.height()-E.height()/2:p.offset().top-E.height()/2,j=U.move.TYPE_NEXT):a?(r=5-E.width(),t=d,j=U.move.TYPE_INNER):c(),I&&(E.css({display:"block",top:t+"px",left:l+r+"px"}),u.addClass(U.node.TMPTARGET_NODE+"_"+j),w==R&&D==j||(M=(new Date).getTime()),v&&K.nodeIsParent(k,v)&&j==U.move.TYPE_INNER&&(i=!0,window.zTreeMoveTimer&&window.zTreeMoveTargetNodeTId!==v.tId?(clearTimeout(window.zTreeMoveTimer),window.zTreeMoveTargetNodeTId=null):window.zTreeMoveTimer&&window.zTreeMoveTargetNodeTId===v.tId&&(i=!1),i)&&(window.zTreeMoveTimer=setTimeout(function(){j==U.move.TYPE_INNER&&v&&K.nodeIsParent(k,v)&&!v.open&&(new Date).getTime()-M>O.edit.drag.autoOpenTime&&B.apply(O.callback.beforeDragOpen,[O.treeId,v],!0)&&(Y.switchNode(O,v),O.edit.drag.autoExpandTrigger&&O.treeObj.trigger(U.event.EXPAND,[O.treeId,v]))},O.edit.drag.autoOpenTime+50),window.zTreeMoveTargetNodeTId=v.tId))):c()}else j=U.move.TYPE_INNER,I&&B.apply(O.edit.drag.inner,[O.treeId,y,null],!!O.edit.drag.inner)?I.addClass(U.node.TMPTARGET_TREE):I=null,E.css({display:"none"}),window.zTreeMoveTimer&&(clearTimeout(window.zTreeMoveTimer),window.zTreeMoveTargetNodeTId=null);w=R,D=j,k.treeObj.trigger(U.event.DRAGMOVE,[e,k.treeId,y])}return!1}function C(n){if(window.zTreeMoveTimer&&(clearTimeout(window.zTreeMoveTimer),window.zTreeMoveTargetNodeTId=null),D=w=null,_.unbind("mousemove",d),_.unbind("mouseup",C),_.unbind("selectstart",l),P.css("cursor",""),I&&(I.removeClass(U.node.TMPTARGET_TREE),R&&F("#"+R+U.id.A,I).removeClass(U.node.TMPTARGET_NODE+"_"+U.move.TYPE_PREV).removeClass(U.node.TMPTARGET_NODE+"_"+H.move.TYPE_NEXT).removeClass(U.node.TMPTARGET_NODE+"_"+H.move.TYPE_INNER)),B.showIfameMask(k,!1),m.showHoverDom=!0,0!=b.dragFlag){var e,t,o;for(e=b.dragFlag=0,t=y.length;e<t;e++)o=y[e],K.nodeIsParent(k,o)&&b.dragNodeShowBefore[o.tId]&&!o.open&&(Y.expandCollapseNode(k,o,!o.open),delete b.dragNodeShowBefore[o.tId]);T&&T.remove(),E&&E.remove();var r=(n.ctrlKey||n.metaKey)&&k.edit.drag.isMove&&k.edit.drag.isCopy||!k.edit.drag.isMove&&k.edit.drag.isCopy;if(!r&&I&&R&&y[0].parentTId&&R==y[0].parentTId&&j==U.move.TYPE_INNER&&(I=null),I){var a=null==R?null:K.getNodeCache(O,R);if(0==B.apply(k.callback.beforeDrop,[O.treeId,y,a,j,r],!0))Y.selectNodes(s,y);else{var i=r?B.clone(y):y;e=function(){if(L){if(!r)for(var e=0,t=y.length;e<t;e++)Y.removeNode(k,y[e]);j==U.move.TYPE_INNER?Y.addNodes(O,a,-1,i):Y.addNodes(O,a.getParentNode(),j==U.move.TYPE_PREV?a.getIndex():a.getIndex()+1,i)}else if(r&&j==U.move.TYPE_INNER)Y.addNodes(O,a,-1,i);else if(r)Y.addNodes(O,a.getParentNode(),j==U.move.TYPE_PREV?a.getIndex():a.getIndex()+1,i);else if(j!=U.move.TYPE_NEXT)for(e=0,t=i.length;e<t;e++)Y.moveNode(O,a,i[e],j,!1);else for(e=-1,t=i.length-1;e<t;t--)Y.moveNode(O,a,i[t],j,!1);Y.selectNodes(O,i),e=V(i[0],k).get(0),Y.scrollIntoView(k,e),k.treeObj.trigger(U.event.DROP,[n,O.treeId,i,a,j,r])},j==U.move.TYPE_INNER&&B.canAsync(O,a)?Y.asyncNode(O,a,!1,e):e()}}else Y.selectNodes(s,y),k.treeObj.trigger(U.event.DROP,[n,k.treeId,y,null,null,null])}}function l(){return!1}var n,o,k=K.getSetting(e.data.treeId),b=K.getRoot(k),m=K.getRoots();if(2==e.button||!k.edit.enable||!k.edit.drag.isCopy&&!k.edit.drag.isMove)return!0;var r=e.target,a=K.getRoot(k).curSelectedList,y=[];if(K.isSelectedNode(k,t))for(n=0,o=a.length;n<o;n++){if(a[n].editNameFlag&&B.eqs(r.tagName,"input")&&null!==r.getAttribute("treeNode"+U.id.INPUT))return!0;if(y.push(a[n]),y[0].parentTId!==a[n].parentTId){y=[t];break}}else y=[t];Y.editNodeBlur=!0,Y.cancelCurEditNode(k);var T,E,I,x,S,_=F(k.treeObj.get(0).ownerDocument),P=F(k.treeObj.get(0).ownerDocument.body),L=!1,O=k,s=k,w=null,D=null,R=null,j=U.move.TYPE_INNER,z=e.clientX,A=e.clientY,M=(new Date).getTime();return B.uCanDo(k)&&_.bind("mousemove",d),_.bind("mouseup",C),_.bind("selectstart",l),!0}};F.extend(!0,F.fn.zTree.consts,H),F.extend(!0,F.fn.zTree._z,{tools:{getAbs:function(e){return[(e=e.getBoundingClientRect()).left+(document.body.scrollLeft+document.documentElement.scrollLeft),e.top+(document.body.scrollTop+document.documentElement.scrollTop)]},inputFocus:function(e){e.get(0)&&(e.focus(),B.setCursorPosition(e.get(0),e.val().length))},inputSelect:function(e){e.get(0)&&(e.focus(),e.select())},setCursorPosition:function(e,t){if(e.setSelectionRange)e.focus(),e.setSelectionRange(t,t);else if(e.createTextRange){var n=e.createTextRange();n.collapse(!0),n.moveEnd("character",t),n.moveStart("character",t),n.select()}},showIfameMask:function(e,t){for(var n=K.getRoot(e);0<n.dragMaskList.length;)n.dragMaskList[0].remove(),n.dragMaskList.shift();if(t)for(var o=V("iframe",e),r=0,a=o.length;r<a;r++){var i=o.get(r),d=B.getAbs(i);(i=V("<div id='zTreeMask_"+r+"' class='zTreeMask' style='top:"+d[1]+"px; left:"+d[0]+"px; width:"+i.offsetWidth+"px; height:"+i.offsetHeight+"px;'></div>",e)).appendTo(V("body",e)),n.dragMaskList.push(i)}}},view:{addEditBtn:function(e,t){if(!(t.editNameFlag||0<V(t,U.id.EDIT,e).length)&&B.apply(e.edit.showRenameBtn,[e.treeId,t],e.edit.showRenameBtn)){var n=V(t,U.id.A,e),o="<span class='"+U.className.BUTTON+" edit' id='"+t.tId+U.id.EDIT+"' title='"+B.apply(e.edit.renameTitle,[e.treeId,t],e.edit.renameTitle)+"' treeNode"+U.id.EDIT+" style='display:none;'></span>";n.append(o),V(t,U.id.EDIT,e).bind("click",function(){return B.uCanDo(e)&&0!=B.apply(e.callback.beforeEditName,[e.treeId,t],!0)&&Y.editNode(e,t),!1}).show()}},addRemoveBtn:function(e,t){if(!(t.editNameFlag||0<V(t,U.id.REMOVE,e).length)&&B.apply(e.edit.showRemoveBtn,[e.treeId,t],e.edit.showRemoveBtn)){var n=V(t,U.id.A,e),o="<span class='"+U.className.BUTTON+" remove' id='"+t.tId+U.id.REMOVE+"' title='"+B.apply(e.edit.removeTitle,[e.treeId,t],e.edit.removeTitle)+"' treeNode"+U.id.REMOVE+" style='display:none;'></span>";n.append(o),V(t,U.id.REMOVE,e).bind("click",function(){return B.uCanDo(e)&&0!=B.apply(e.callback.beforeRemove,[e.treeId,t],!0)&&(Y.removeNode(e,t),e.treeObj.trigger(U.event.REMOVE,[e.treeId,t])),!1}).bind("mousedown",function(){return!0}).show()}},addHoverDom:function(e,t){K.getRoots().showHoverDom&&(t.isHover=!0,e.edit.enable&&(Y.addEditBtn(e,t),Y.addRemoveBtn(e,t)),B.apply(e.view.addHoverDom,[e.treeId,t]))},cancelCurEditNode:function(e,t,n){var o=K.getRoot(e),r=o.curEditNode;if(r){var a=o.curEditInput;if(t=t||(n?K.nodeName(e,r):a.val()),!1===B.apply(e.callback.beforeRename,[e.treeId,r,t,n],!0))return!1;K.nodeName(e,r,t),V(r,U.id.A,e).removeClass(U.node.CURSELECTED_EDIT),a.unbind(),Y.setNodeName(e,r),r.editNameFlag=!1,o.curEditNode=null,o.curEditInput=null,Y.selectNode(e,r,!1),e.treeObj.trigger(U.event.RENAME,[e.treeId,r,n])}return o.noSelection=!0},editNode:function(t,e){var n=K.getRoot(t);if(Y.editNodeBlur=!1,K.isSelectedNode(t,e)&&n.curEditNode==e&&e.editNameFlag)setTimeout(function(){B.inputFocus(n.curEditInput)},0);else{e.editNameFlag=!0,Y.removeTreeDom(t,e),Y.cancelCurEditNode(t),Y.selectNode(t,e,!1),V(e,U.id.SPAN,t).html("<input type=text class='rename' id='"+e.tId+U.id.INPUT+"' treeNode"+U.id.INPUT+" >");var o=V(e,U.id.INPUT,t);o.attr("value",K.nodeName(t,e)),t.edit.editNameSelectAll?B.inputSelect(o):B.inputFocus(o),o.bind("blur",function(){Y.editNodeBlur||Y.cancelCurEditNode(t)}).bind("keydown",function(e){"13"==e.keyCode?(Y.editNodeBlur=!0,Y.cancelCurEditNode(t)):"27"==e.keyCode&&Y.cancelCurEditNode(t,null,!0)}).bind("click",function(){return!1}).bind("dblclick",function(){return!1}),V(e,U.id.A,t).addClass(U.node.CURSELECTED_EDIT),n.curEditInput=o,n.noSelection=!1,n.curEditNode=e}},moveNode:function(e,t,n,o,r,a){var i=K.getRoot(e);if(t!=n&&(!e.data.keep.leaf||!t||K.nodeIsParent(e,t)||o!=U.move.TYPE_INNER)){var d,l,s=n.parentTId?n.getParentNode():i;(p=null===t||t==i)&&null===t&&(t=i),p&&(o=U.move.TYPE_INNER),i=t.parentTId?t.getParentNode():i,o!=U.move.TYPE_PREV&&o!=U.move.TYPE_NEXT&&(o=U.move.TYPE_INNER),o==U.move.TYPE_INNER&&(p?n.parentTId=null:(K.nodeIsParent(e,t)||(K.nodeIsParent(e,t,!0),t.open=!!t.open,Y.setNodeLineIcos(e,t)),n.parentTId=t.tId)),d=p?p=e.treeObj:(a||o!=U.move.TYPE_INNER?a||Y.expandCollapseNode(e,t.getParentNode(),!0,!1):Y.expandCollapseNode(e,t,!0,!1),p=V(t,e),d=V(t,U.id.UL,e),p.get(0)&&!d.get(0)&&(d=[],Y.makeUlHtml(e,t,d,""),p.append(d.join(""))),V(t,U.id.UL,e)),(c=V(n,e)).get(0)?p.get(0)||c.remove():c=Y.appendNodes(e,n.level,[n],null,-1,!1,!0).join(""),d.get(0)&&o==U.move.TYPE_INNER?d.append(c):p.get(0)&&o==U.move.TYPE_PREV?p.before(c):p.get(0)&&o==U.move.TYPE_NEXT&&p.after(c),d=-1;var c=0,u=null,p=null,h=n.level,g=K.nodeChildren(e,s),f=K.nodeChildren(e,i),N=K.nodeChildren(e,t);if(n.isFirstNode)d=0,1<g.length&&((u=g[1]).isFirstNode=!0);else if(n.isLastNode)(u=g[(d=g.length-1)-1]).isLastNode=!0;else for(i=0,l=g.length;i<l;i++)if(g[i].tId==n.tId){d=i;break}if(0<=d&&g.splice(d,1),o!=U.move.TYPE_INNER)for(i=0,l=f.length;i<l;i++)f[i].tId==t.tId&&(c=i);o==U.move.TYPE_INNER?(0<(N=N||K.nodeChildren(e,t,[])).length&&((p=N[N.length-1]).isLastNode=!1),N.splice(N.length,0,n),n.isLastNode=!0,n.isFirstNode=1==N.length):t.isFirstNode&&o==U.move.TYPE_PREV?(f.splice(c,0,n),(p=t).isFirstNode=!1,n.parentTId=t.parentTId,n.isFirstNode=!0,n.isLastNode=!1):t.isLastNode&&o==U.move.TYPE_NEXT?(f.splice(c+1,0,n),(p=t).isLastNode=!1,n.parentTId=t.parentTId,n.isFirstNode=!1,n.isLastNode=!0):(o==U.move.TYPE_PREV?f.splice(c,0,n):f.splice(c+1,0,n),n.parentTId=t.parentTId,n.isFirstNode=!1,n.isLastNode=!1),K.fixPIdKeyValue(e,n),K.setSonNodeLevel(e,n.getParentNode(),n),Y.setNodeLineIcos(e,n),Y.repairNodeLevelClass(e,n,h),!e.data.keep.parent&&g.length<1?(K.nodeIsParent(e,s,!1),s.open=!1,t=V(s,U.id.UL,e),o=V(s,U.id.SWITCH,e),i=V(s,U.id.ICON,e),Y.replaceSwitchClass(s,o,U.folder.DOCU),Y.replaceIcoClass(s,i,U.folder.DOCU),t.css("display","none")):u&&Y.setNodeLineIcos(e,u),p&&Y.setNodeLineIcos(e,p),e.check&&e.check.enable&&Y.repairChkClass&&(Y.repairChkClass(e,s),Y.repairParentChkClassWithSelf(e,s),s!=n.parent&&Y.repairParentChkClassWithSelf(e,n)),a||Y.expandCollapseParentNode(e,n.getParentNode(),!0,r)}},removeEditBtn:function(e,t){V(t,U.id.EDIT,e).unbind().remove()},removeRemoveBtn:function(e,t){V(t,U.id.REMOVE,e).unbind().remove()},removeTreeDom:function(e,t){t.isHover=!1,Y.removeEditBtn(e,t),Y.removeRemoveBtn(e,t),B.apply(e.view.removeHoverDom,[e.treeId,t])},repairNodeLevelClass:function(e,t,n){if(n!==t.level){var o=V(t,e),r=V(t,U.id.A,e);e=V(t,U.id.UL,e),n=U.className.LEVEL+n,t=U.className.LEVEL+t.level,o.removeClass(n),o.addClass(t),r.removeClass(n),r.addClass(t),e.removeClass(n),e.addClass(t)}},selectNodes:function(e,t){for(var n=0,o=t.length;n<o;n++)Y.selectNode(e,t[n],0<n)}},event:{},data:{setSonNodeLevel:function(e,t,n){if(n){var o=K.nodeChildren(e,n);if(n.level=t?t.level+1:0,o){t=0;for(var r=o.length;t<r;t++)o[t]&&K.setSonNodeLevel(e,n,o[t])}}}}});var e=F.fn.zTree,B=e._z.tools,U=e.consts,Y=e._z.view,K=e._z.data,V=B.$;K.exSetting({edit:{enable:!1,editNameSelectAll:!1,showRemoveBtn:!0,showRenameBtn:!0,removeTitle:"remove",renameTitle:"rename",drag:{autoExpandTrigger:!1,isCopy:!0,isMove:!0,prev:!0,next:!0,inner:!0,minMoveSize:5,borderMax:10,borderMin:-5,maxShowNodeNum:5,autoOpenTime:500}},view:{addHoverDom:null,removeHoverDom:null},callback:{beforeDrag:null,beforeDragOpen:null,beforeDrop:null,beforeEditName:null,beforeRename:null,onDrag:null,onDragMove:null,onDrop:null,onRename:null}}),K.addInitBind(function(d){var e=d.treeObj,t=U.event;e.bind(t.RENAME,function(e,t,n,o){B.apply(d.callback.onRename,[e,t,n,o])}),e.bind(t.DRAG,function(e,t,n,o){B.apply(d.callback.onDrag,[t,n,o])}),e.bind(t.DRAGMOVE,function(e,t,n,o){B.apply(d.callback.onDragMove,[t,n,o])}),e.bind(t.DROP,function(e,t,n,o,r,a,i){B.apply(d.callback.onDrop,[t,n,o,r,a,i])})}),K.addInitUnBind(function(e){e=e.treeObj;var t=U.event;e.unbind(t.RENAME),e.unbind(t.DRAG),e.unbind(t.DRAGMOVE),e.unbind(t.DROP)}),K.addInitCache(function(){}),K.addInitNode(function(e,t,n){n&&(n.isHover=!1,n.editNameFlag=!1)}),K.addInitProxy(function(e){var t=e.target,n=K.getSetting(e.data.treeId),o=e.relatedTarget,r="",a=null,i="",d=null,l=null;if(B.eqs(e.type,"mouseover")?(l=B.getMDom(n,t,[{tagName:"a",attrName:"treeNode"+U.id.A}]))&&(r=B.getNodeMainDom(l).id,i="hoverOverNode"):B.eqs(e.type,"mouseout")?(l=B.getMDom(n,o,[{tagName:"a",attrName:"treeNode"+U.id.A}]))||(r="remove",i="hoverOutNode"):B.eqs(e.type,"mousedown")&&(l=B.getMDom(n,t,[{tagName:"a",attrName:"treeNode"+U.id.A}]))&&(r=B.getNodeMainDom(l).id,i="mousedownNode"),0<r.length)switch(a=K.getNodeCache(n,r),i){case"mousedownNode":d=s.onMousedownNode;break;case"hoverOverNode":d=s.onHoverOverNode;break;case"hoverOutNode":d=s.onHoverOutNode}return{stop:!1,node:a,nodeEventType:i,nodeEventCallback:d,treeEventType:"",treeEventCallback:null}}),K.addInitRoot(function(e){e=K.getRoot(e);var t=K.getRoots();e.curEditNode=null,e.curEditInput=null,e.curHoverNode=null,e.dragFlag=0,e.dragNodeShowBefore=[],e.dragMaskList=[],t.showHoverDom=!0}),K.addZTreeTools(function(d,e){e.cancelEditName=function(e){K.getRoot(this.setting).curEditNode&&Y.cancelCurEditNode(this.setting,e||null,!0)},e.copyNode=function(e,t,n,o){if(!t)return null;var r=K.nodeIsParent(d,e);if(e&&!r&&this.setting.data.keep.leaf&&n===U.move.TYPE_INNER)return null;var a=this,i=B.clone(t);return e||(e=null,n=U.move.TYPE_INNER),n==U.move.TYPE_INNER?(t=function(){Y.addNodes(a.setting,e,-1,[i],o)},B.canAsync(this.setting,e)?Y.asyncNode(this.setting,e,o,t):t()):(Y.addNodes(this.setting,e.parentNode,-1,[i],o),Y.moveNode(this.setting,e,i,n,!1,o)),i},e.editName=function(e){e&&e.tId&&e===K.getNodeCache(this.setting,e.tId)&&(e.parentTId&&Y.expandCollapseParentNode(this.setting,e.getParentNode(),!0),Y.editNode(this.setting,e))},e.moveNode=function(e,t,n,o){function r(){Y.moveNode(i.setting,e,t,n,!1,o)}if(!t)return t;var a=K.nodeIsParent(d,e);if(e&&!a&&this.setting.data.keep.leaf&&n===U.move.TYPE_INNER)return null;if(e&&(t.parentTId==e.tId&&n==U.move.TYPE_INNER||0<V(t,this.setting).find("#"+e.tId).length))return null;e=e||null;var i=this;return B.canAsync(this.setting,e)&&n===U.move.TYPE_INNER?Y.asyncNode(this.setting,e,o,r):r(),t},e.setEditable=function(e){return this.setting.edit.enable=e,this.refresh()}});var a=Y.cancelPreSelectedNode;Y.cancelPreSelectedNode=function(e,t){for(var n=K.getRoot(e).curSelectedList,o=0,r=n.length;o<r&&(t&&t!==n[o]||(Y.removeTreeDom(e,n[o]),!t));o++);a&&a.apply(Y,arguments)};var i=Y.createNodes;Y.createNodes=function(e,t,n,o,r){i&&i.apply(Y,arguments),n&&Y.repairParentChkClassWithSelf&&Y.repairParentChkClassWithSelf(e,o)};var n=Y.makeNodeUrl;Y.makeNodeUrl=function(e,t){return e.edit.enable?null:n.apply(Y,arguments)};var o=Y.removeNode;Y.removeNode=function(e,t){var n=K.getRoot(e);n.curEditNode===t&&(n.curEditNode=null),o&&o.apply(Y,arguments)};var r=Y.selectNode;Y.selectNode=function(e,t,n){var o=K.getRoot(e);return!(K.isSelectedNode(e,t)&&o.curEditNode==t&&t.editNameFlag||(r&&r.apply(Y,arguments),Y.addHoverDom(e,t),0))};var d=B.uCanDo;B.uCanDo=function(e,t){var n=K.getRoot(e);return!(!t||!(B.eqs(t.type,"mouseover")||B.eqs(t.type,"mouseout")||B.eqs(t.type,"mousedown")||B.eqs(t.type,"mouseup")))||(n.curEditNode&&(Y.editNodeBlur=!1,n.curEditInput.focus()),!n.curEditNode&&(!d||d.apply(Y,arguments)))}}(jQuery),function(e){e.extend(!0,e.fn.zTree._z,{view:{clearOldFirstNode:function(e,t){for(var n=t.getNextNode();n;){if(n.isFirstNode){n.isFirstNode=!1,s.setNodeLineIcos(e,n);break}if(n.isLastNode)break;n=n.getNextNode()}},clearOldLastNode:function(e,t,n){for(t=t.getPreNode();t;){if(t.isLastNode){t.isLastNode=!1,n&&s.setNodeLineIcos(e,t);break}if(t.isFirstNode)break;t=t.getPreNode()}},makeDOMNodeMainBefore:function(e,t,n){t=c.isHidden(t,n),e.push("<li ",t?"style='display:none;' ":"","id='",n.tId,"' class='",r.className.LEVEL,n.level,"' tabindex='0' hidefocus='true' treenode>")},showNode:function(e,t){c.isHidden(e,t,!1),c.initShowForExCheck(e,t),a(t,e).show()},showNodes:function(e,t,n){if(t&&0!=t.length){var o,r,a={};for(o=0,r=t.length;o<r;o++){var i=t[o];if(!a[i.parentTId]){var d=i.getParentNode();a[i.parentTId]=null===d?c.getRoot(e):i.getParentNode()}s.showNode(e,i,n)}for(var l in a)t=c.nodeChildren(e,a[l]),s.setFirstNodeForShow(e,t),s.setLastNodeForShow(e,t)}},hideNode:function(e,t){c.isHidden(e,t,!0),t.isFirstNode=!1,t.isLastNode=!1,c.initHideForExCheck(e,t),s.cancelPreSelectedNode(e,t),a(t,e).hide()},hideNodes:function(e,t,n){if(t&&0!=t.length){var o,r,a={};for(o=0,r=t.length;o<r;o++){var i=t[o];if((i.isFirstNode||i.isLastNode)&&!a[i.parentTId]){var d=i.getParentNode();a[i.parentTId]=null===d?c.getRoot(e):i.getParentNode()}s.hideNode(e,i,n)}for(var l in a)t=c.nodeChildren(e,a[l]),s.setFirstNodeForHide(e,t),s.setLastNodeForHide(e,t)}},setFirstNode:function(e,t){var n=c.nodeChildren(e,t),o=c.isHidden(e,n[0],!1);0<n.length&&!o?n[0].isFirstNode=!0:0<n.length&&s.setFirstNodeForHide(e,n)},setLastNode:function(e,t){var n=c.nodeChildren(e,t),o=c.isHidden(e,n[0]);0<n.length&&!o?n[n.length-1].isLastNode=!0:0<n.length&&s.setLastNodeForHide(e,n)},setFirstNodeForHide:function(e,t){var n,o,r;for(o=0,r=t.length;o<r&&!(n=t[o]).isFirstNode;o++){if(!c.isHidden(e,n)&&!n.isFirstNode){n.isFirstNode=!0,s.setNodeLineIcos(e,n);break}n=null}return n},setFirstNodeForShow:function(e,t){var n,o,r,a,i;for(o=0,r=t.length;o<r;o++){n=t[o];var d=c.isHidden(e,n);if(!a&&!d&&n.isFirstNode){a=n;break}if(a||d||n.isFirstNode){if(a&&n.isFirstNode){n.isFirstNode=!1,i=n,s.setNodeLineIcos(e,n);break}}else n.isFirstNode=!0,a=n,s.setNodeLineIcos(e,n)}return{new:a,old:i}},setLastNodeForHide:function(e,t){var n,o;for(o=t.length-1;0<=o&&!(n=t[o]).isLastNode;o--){if(!c.isHidden(e,n)&&!n.isLastNode){n.isLastNode=!0,s.setNodeLineIcos(e,n);break}n=null}return n},setLastNodeForShow:function(e,t){var n,o,r,a;for(o=t.length-1;0<=o;o--){n=t[o];var i=c.isHidden(e,n);if(!r&&!i&&n.isLastNode){r=n;break}if(r||i||n.isLastNode){if(r&&n.isLastNode){n.isLastNode=!1,a=n,s.setNodeLineIcos(e,n);break}}else n.isLastNode=!0,r=n,s.setNodeLineIcos(e,n)}return{new:r,old:a}}},data:{initHideForExCheck:function(e,t){c.isHidden(e,t)&&e.check&&e.check.enable&&(void 0===t._nocheck&&(t._nocheck=!!t.nocheck,t.nocheck=!0),t.check_Child_State=-1,s.repairParentChkClassWithSelf&&s.repairParentChkClassWithSelf(e,t))},initShowForExCheck:function(e,t){if(!c.isHidden(e,t)&&e.check&&e.check.enable){if(void 0!==t._nocheck&&(t.nocheck=t._nocheck,delete t._nocheck),s.setChkClass){var n=a(t,r.id.CHECK,e);s.setChkClass(e,n,t)}s.repairParentChkClassWithSelf&&s.repairParentChkClassWithSelf(e,t)}}}});var o=(e=e.fn.zTree)._z.tools,r=e.consts,s=e._z.view,c=e._z.data,a=o.$;c.isHidden=function(e,t,n){return!!t&&(e=e.data.key.isHidden,void 0!==n&&("string"==typeof n&&(n=o.eqs(checked,"true")),t[e]=!!n),t[e])},c.exSetting({data:{key:{isHidden:"isHidden"}}}),c.addInitNode(function(e,t,n){t=c.isHidden(e,n),c.isHidden(e,n,t),c.initHideForExCheck(e,n)}),c.addBeforeA(function(){}),c.addZTreeTools(function(r,a){a.showNodes=function(e,t){s.showNodes(r,e,t)},a.showNode=function(e,t){e&&s.showNodes(r,[e],t)},a.hideNodes=function(e,t){s.hideNodes(r,e,t)},a.hideNode=function(e,t){e&&s.hideNodes(r,[e],t)};var i=a.checkNode;i&&(a.checkNode=function(e,t,n,o){e&&c.isHidden(r,e)||i.apply(a,arguments)})});var l=c.initNode;c.initNode=function(e,t,n,o,r,a,i){var d=(o||c.getRoot(e))[e.data.key.children];c.tmpHideFirstNode=s.setFirstNodeForHide(e,d),c.tmpHideLastNode=s.setLastNodeForHide(e,d),i&&(s.setNodeLineIcos(e,c.tmpHideFirstNode),s.setNodeLineIcos(e,c.tmpHideLastNode)),c.tmpHideFirstNode,a=c.tmpHideLastNode===n,l&&l.apply(c,arguments),i&&a&&s.clearOldLastNode(e,n,i)};var n=c.makeChkFlag;n&&(c.makeChkFlag=function(e,t){t&&c.isHidden(e,t)||n.apply(c,arguments)});var i=c.getTreeCheckedNodes;i&&(c.getTreeCheckedNodes=function(e,t,n,o){if(t&&0<t.length){var r=t[0].getParentNode();if(r&&c.isHidden(e,r))return[]}return i.apply(c,arguments)});var d=c.getTreeChangeCheckedNodes;d&&(c.getTreeChangeCheckedNodes=function(e,t,n){if(t&&0<t.length){var o=t[0].getParentNode();if(o&&c.isHidden(e,o))return[]}return d.apply(c,arguments)});var u=s.expandCollapseSonNode;u&&(s.expandCollapseSonNode=function(e,t,n,o,r){t&&c.isHidden(e,t)||u.apply(s,arguments)});var p=s.setSonNodeCheckBox;p&&(s.setSonNodeCheckBox=function(e,t,n,o){t&&c.isHidden(e,t)||p.apply(s,arguments)});var h=s.repairParentChkClassWithSelf;h&&(s.repairParentChkClassWithSelf=function(e,t){t&&c.isHidden(e,t)||h.apply(s,arguments)})}(jQuery),TreeSelect.prototype.render=function(e){var a=e.elem,t=e.data,n=void 0===e.type?"GET":e.type,i=e.click,o=e.success,r=void 0===e.placeholder?"请选择":e.placeholder,d=void 0!==e.search&&e.search,l=e.style,s=(new Date).getTime(),c={},u="layui-form-selected",p=void 0,h="treeSelect-input-"+s,g="layui-treeSelect-"+s,f="layui-select-title-"+s,N="layui-treeSelect-body-"+s,v="layui-treeSelect-search-ed",C={init:function(){return $.ajax({url:t,type:n,dataType:"json",success:function(e){c=e,C.hideElem().input().toggleSelect().loadCss().preventEvent(),$.fn.zTree.init($("#"+N),C.setting(),e),p=$.fn.zTree.getZTreeObj(N),d&&C.searchParam(),C.configStyle(),o&&o({treeId:g,data:e})}}),C},checkDefaultValue:function(){},setting:function(){return{callback:{onClick:C.onClick,onExpand:C.onExpand,onCollapse:C.onCollapse,beforeExpand:C.ztreeCallBack.beforeExpand}}},ztreeCallBack:{beforeExpand:function(){C.configStyle()}},onCollapse:function(){C.focusInput()},onExpand:function(){C.configStyle(),C.focusInput()},focusInput:function(){$("#"+h).focus()},onClick:function(e,t,n){var o=n.name,r=n.id;return $("#"+f+" input").val(o),$(a).attr("value",r).val(r),$("#"+g).removeClass(u),i&&i({data:c,current:n,treeId:g}),C},hideElem:function(){return $(a).hide(),C},input:function(){var e="";d||(e="readonly");var t='<div class="layui-treeSelect layui-unselect layui-form-select" id="'+g+'"><div class="layui-select-title" id="'+f+'"> <input type="text" id="'+h+'" placeholder="'+r+'" value="" '+e+' class="layui-input layui-unselect"><i class="layui-edge"></i></div><div class="layui-anim layui-anim-upbit" style=""><div class="layui-treeSelect-body ztree" id="'+N+'"></div></div></div>';return $(a).parent().append(t),C},toggleSelect:function(){var e="#"+f;return C.event("click",e,function(e){var t=$("#"+g);t.hasClass(u)?(t.removeClass(u),$("#"+h).blur()):($(".layui-form-select").removeClass(u),t.addClass(u)),e.stopPropagation()}),$(document).click(function(){var e=$("#"+g);e.hasClass(u)&&(e.removeClass(u),$("#"+h).blur())}),C},searchParam:function(){if(d){var e="#"+h;C.fuzzySearch(e,null,!0)}},fuzzySearch:function(o,e,r){var a=p;a||alert("fail to get ztree object");var i=a.setting.data.key.name;e=!1!==e,r=!!r,a.setting.view.nameIsHTML=e,new RegExp("[\\[\\]\\\\^\\$\\.\\|\\?\\*\\+\\(\\)]","gi"),$(o).bind("input propertychange",function(){var e;e=$(this).val(),t&&clearTimeout(t),t=setTimeout(function(){var t,n;n=(n=e)||"",function(e,t){if(e&&0<e.length)if(0<t.length)$.each(e,function(e,t){var n=t.getPath();if(n&&0<n.length)for(var o=0;o<n.length-1;o++)a.showNode(n[o]),a.expandNode(n[o],!0)});else{var n=a.getNodesByParam("level","0");$.each(n,function(e,t){a.expandNode(t,!0)})}}((t=a).getNodesByFilter(function(e){return e&&e.oldname&&0<e.oldname.length&&(e[i]=e.oldname),t.updateNode(e),0==n.length?(t.showNode(e),t.expandNode(e,r),!0):e[i]&&-1!=e[i].toLowerCase().indexOf(n.toLowerCase())?(t.showNode(e),!0):(t.hideNode(e),!1)}),n),$(o).focus()},500)});var t=null},checkNodes:function(e){for(var t=0;t<e.length;t++){var n=e[t],o=n.parentTId,r=n.tId;if(null!==o){$("#"+o).addClass(v);var a=p.getNodesByParam("tId",o,null);p.expandNode(a[0],!0,!1,!0)}$("#"+r).addClass(v)}},preventEvent:function(){var e="#"+g+" .layui-anim";return C.event("click",e,function(e){e.stopPropagation()}),C},loadCss:function(){return $head=$("head"),ztreeStyle=$head.find("style[ztree]"),0===ztreeStyle.length&&$head.append($("<style ztree>").append(".ztree *{padding:0;margin:0;font-size:12px;font-family:\"Helvetica Neue\",Helvetica,Tahoma,Arial,'PingFang SC','Source Han Sans CN','Source Han Sans','Hiragino Sans GB','WenQuanYi Micro Hei',sans-serif}.ztree{margin:0;padding:5px 10px;color:#333}.ztree li{padding:0;margin:0;list-style:none;line-height:14px;text-align:left;white-space:nowrap;outline:0}.ztree li ul{margin:0;padding:0 0 0 18px}.ztree li ul.line{background:url(./img/line_conn.gif) 0 0 repeat-y;}.ztree li a{padding:1px 3px 0 0;margin:0;cursor:pointer;height:17px;color:#333;background-color:transparent;text-decoration:none;vertical-align:top;display:inline-block}.ztree li a:hover{text-decoration:underline}.ztree li a.tmpTargetNode_inner{padding-top:0px;background-color:#316AC5;color:white;height:16px;border:1px #316AC5 solid;opacity:0.8;filter:alpha(opacity=80)}.ztree li a.tmpTargetNode_prev{}.ztree li a.tmpTargetNode_next{}.ztree li a input.rename{height:14px;width:80px;padding:0;margin:0;font-size:12px;border:1px #7EC4CC solid;*border:0px}.ztree li span{line-height:16px;margin-right:2px;padding-left:5px;}.ztree li span.button{line-height:0;margin:0;width:16px;height:16px;display:inline-block;vertical-align:middle;border:0 none;cursor:pointer;outline:none;background-color:transparent;background-repeat:no-repeat;background-attachment:scroll;background-image:url(\"./img/zTreeStandard.png\");*background-image:url(\"./img/zTreeStandard.gif\")}.ztree li span.button.chk{width:13px;height:13px;margin:0 3px 0 0;cursor:auto}.ztree li span.button.chk.checkbox_false_full{background-position:0 0}.ztree li span.button.chk.checkbox_false_full_focus{background-position:0 -14px}.ztree li span.button.chk.checkbox_false_part{background-position:0 -28px}.ztree li span.button.chk.checkbox_false_part_focus{background-position:0 -42px}.ztree li span.button.chk.checkbox_false_disable{background-position:0 -56px}.ztree li span.button.chk.checkbox_true_full{background-position:-14px 0}.ztree li span.button.chk.checkbox_true_full_focus{background-position:-14px -14px}.ztree li span.button.chk.checkbox_true_part{background-position:-14px -28px}.ztree li span.button.chk.checkbox_true_part_focus{background-position:-14px -42px}.ztree li span.button.chk.checkbox_true_disable{background-position:-14px -56px}.ztree li span.button.chk.radio_false_full{background-position:-28px 0}.ztree li span.button.chk.radio_false_full_focus{background-position:-28px -14px}.ztree li span.button.chk.radio_false_part{background-position:-28px -28px}.ztree li span.button.chk.radio_false_part_focus{background-position:-28px -42px}.ztree li span.button.chk.radio_false_disable{background-position:-28px -56px}.ztree li span.button.chk.radio_true_full{background-position:-42px 0}.ztree li span.button.chk.radio_true_full_focus{background-position:-42px -14px}.ztree li span.button.chk.radio_true_part{background-position:-42px -28px}.ztree li span.button.chk.radio_true_part_focus{background-position:-42px -42px}.ztree li span.button.chk.radio_true_disable{background-position:-42px -56px}.ztree li span.button.switch{width:18px;height:18px}.ztree li span.button.root_open{background-position:-92px -54px}.ztree li span.button.root_close{background-position:-74px -54px}.ztree li span.button.roots_open{background-position:-92px 0}.ztree li span.button.roots_close{background-position:-74px 0}.ztree li span.button.center_open{background-position:-92px -18px}.ztree li span.button.center_close{background-position:-74px -18px}.ztree li span.button.bottom_open{background-position:-92px -36px}.ztree li span.button.bottom_close{background-position:-74px -36px}.ztree li span.button.noline_open{background-position:-92px -72px}.ztree li span.button.noline_close{background-position:-74px -72px}.ztree li span.button.root_docu{background:none;}.ztree li span.button.roots_docu{background-position:-56px 0}.ztree li span.button.center_docu{background-position:-56px -18px}.ztree li span.button.bottom_docu{background-position:-56px -36px}.ztree li span.button.noline_docu{background:none;}.ztree li span.button.ico_open{margin-right:2px;background-position:-110px -16px;vertical-align:top;*vertical-align:middle}.ztree li span.button.ico_close{margin-right:2px;background-position:-110px 0;vertical-align:top;*vertical-align:middle}.ztree li span.button.ico_docu{margin-right:2px;background-position:-110px -32px;vertical-align:top;*vertical-align:middle}.ztree li span.button.edit{margin-right:2px;background-position:-110px -48px;vertical-align:top;*vertical-align:middle}.ztree li span.button.remove{margin-right:2px;background-position:-110px -64px;vertical-align:top;*vertical-align:middle}.ztree li span.button.ico_loading{margin-right:2px;background:url(./img/loading.gif) no-repeat scroll 0 0 transparent;vertical-align:top;*vertical-align:middle}ul.tmpTargetzTree{background-color:#FFE6B0;opacity:0.8;filter:alpha(opacity=80)}span.tmpzTreeMove_arrow{width:16px;height:16px;display:inline-block;padding:0;margin:2px 0 0 1px;border:0 none;position:absolute;background-color:transparent;background-repeat:no-repeat;background-attachment:scroll;background-position:-110px -80px;background-image:url(\"./img/zTreeStandard.png\");*background-image:url(\"./img/zTreeStandard.gif\")}ul.ztree.zTreeDragUL{margin:0;padding:0;position:absolute;width:auto;height:auto;overflow:hidden;background-color:#cfcfcf;border:1px #00B83F dotted;opacity:0.8;filter:alpha(opacity=80)}.zTreeMask{z-index:10000;background-color:#cfcfcf;opacity:0.0;filter:alpha(opacity=0);position:absolute}").append('.layui-treeSelect .ztree li span.button{font-family:layui-icon!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:none;line-height:inherit;}.layui-treeSelect .ztree li span.button.ico_open{display:none;}.layui-treeSelect .ztree li span.button.ico_close{display:none;}.layui-treeSelect .ztree li span.button.ico_docu:before{content:"\\e621";}.layui-treeSelect .ztree li span.button.bottom_close:before,.layui-treeSelect .ztree li span.button.center_close:before,.layui-treeSelect .ztree li span.button.roots_close:before{content:"\\e623";}.layui-treeSelect .ztree li span.button.bottom_open:before,.layui-treeSelect .ztree li span.button.roots_open:before,.layui-treeSelect .ztree li span.button.center_open:before{content:"\\e625";}.layui-treeSelect .ztree li a:hover{text-decoration:none;}.layui-treeSelect .ztree *{font-size:14px;}.layui-treeSelect .ztree li{line-height:inherit;padding:2px 0;}.layui-treeSelect .ztree li span.button.switch{position:relative;top:-7px;}.layui-treeSelect .ztree li a,.ztree li span{line-height:18px;height:inherit;}.layui-treeSelect .ztree li ul.line{background:none;}.layui-treeSelect .layui-anim::-webkit-scrollbar{width:6px;height:6px;background-color:#F5F5F5;}.layui-treeSelect .layui-anim::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(107,98,98,0.3);border-radius:10px;background-color:#F5F5F5;}.layui-treeSelect .layui-anim::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px rgba(107,98,98,0.3);background-color:#555;}.layui-treeSelect.layui-form-select .layui-anim{display:none;position:absolute;left:0;top:42px;padding:5px 0;z-index:9999;min-width:100%;border:1px solid #d2d2d2;max-height:300px;overflow-y:auto;background-color:#fff;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.12);box-sizing:border-box;}.layui-treeSelect.layui-form-selected .layui-anim{display:block;}.layui-treeSelect .ztree li span.center_docu,.layui-treeSelect .ztree li span.bottom_docu,.layui-treeSelect .ztree li span.roots_docu {display:none};')),C},configStyle:function(){null!=l&&null!=l.line&&l.line.enable||$("#"+g).find("li .center_docu,li .bottom_docu").hide(),null!=l&&null!=l.folder&&l.folder.enable||($("#"+g).find("li span.button.ico_open").hide(),$("#"+g).find("li span.button.ico_close").hide())},event:function(e,t,n){$("body").on(e,t,n)}};return C.init(),new TreeSelect},TreeSelect.prototype.refresh=function(e){obj.treeObj(e).reAsyncChildNodes(null,"refresh")},TreeSelect.prototype.checkNode=function(e,t){var n=obj.filter(e),o=n.find(".layui-select-title input"),r=obj.treeObj(e),a=r.getNodeByParam("id",t,null),i=a.name;o.val(i),n.find("a[treenode_a]").removeClass("curSelectedNode"),obj.get(e).val(t).attr("value",t),r.selectNode(a)},TreeSelect.prototype.revokeNode=function(e,t){var n=obj.filter(e);n.find("a[treenode_a]").removeClass("curSelectedNode"),n.find(".layui-select-title input.layui-input").val(""),obj.get(e).attr("value","").val(""),obj.treeObj(e).expandAll(!1),t&&t({treeId:n.attr("id")})},TreeSelect.prototype.destroy=function(e){obj.filter(e).remove(),obj.get(e).show()},TreeSelect.prototype.zTree=function(e){return obj.treeObj(e)};var obj={get:function(e){return e||layui.hint().error("filter 不能为空"),$("*[lay-filter="+e+"]")},filter:function(e){return obj.get(e).next()},treeObj:function(e){var t=obj.filter(e).find(".layui-treeSelect-body").attr("id");return $.fn.zTree.getZTreeObj(t)}},mod=new TreeSelect;exports(_MOD,mod)});
src/main/resources/static/febs/lay/modules/api.js
New file
@@ -0,0 +1,5 @@
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});
src/main/resources/static/febs/lay/modules/dropdown.js
New file
@@ -0,0 +1,154 @@
layui.define(['jquery'], function (exports) {
    var $ = layui.jquery;
    var CLS_DROPDOWN = 'layui-dropdown';
    var CLS_DROPDOWN_RIGHT = 'layui-dropdown-direright';
    var CLS_SELECT = 'layui-dropdown-select';
    var CLS_OPTION = 'layui-dropdown-option';
    var CLS_TITLE = 'layui-dropdown-title';
    var CLS_ARROW = 'febs-arrow-up';
    var HTML_DROPDOWN = '<div class="' + CLS_DROPDOWN + '"><div>';
    var DEPTH = 0;
    var INDEX = 0;
    var Class = function (config) {
        this.config = $.extend({}, this.config, config);
        this.render(config)
    };
    Class.prototype.config = {
        width: 150,
        trigger: 'click'
    };
    Class.prototype.dropdownElem = '';
    Class.prototype.exists = false;
    Class.prototype.depth = 0;
    Class.prototype.index = 0;
    Class.prototype.render = function (config) {
        var self = this;
        if (typeof this.config.elem == 'string') {
            $(document).on('click', this.config.elem, event)
        } else {
            this.config.elem.click(event)
        }
        function event(e) {
            e.stopPropagation();
            if (self.dropdownElem === '') {
                INDEX += 1;
                self.index = INDEX;
                var dropdown = $(HTML_DROPDOWN).attr('lay-index', self.index);
                $('.' + CLS_DROPDOWN + '[lay-index="' + self.index + '"]').remove();
                dropdown.html(self.createOptionsHtml(config));
                $('body').prepend(dropdown);
                dropdown.on('click', '.' + CLS_OPTION, function (e) {
                    e.stopPropagation();
                    if ($.isFunction(config.click)) {
                        config.click($(this).attr('lay-name'), $(this), e);
                        dropdown.hide()
                    }
                });
                self.dropdownElem = dropdown;
                self.dropdownSelect = dropdown.find('.' + CLS_SELECT)
            }
            var dropdown = self.dropdownElem;
            var top = $(this).offset().top + $(this).height() + 12;
            var left = $(this).offset().left - 5;
            dropdown.css({
                top: top - 10
            });
            var offsetWidth = (self.depth + 1) * self.config.width;
            if (left + offsetWidth > $(window).width()) {
                dropdown
                    .addClass('layui-dropdown-right')
                    .css('left', left - dropdown.width() + $(this).width());
                self.dropdownSelect.css({left: 'auto', right: self.config.width})
            } else {
                dropdown.removeClass('layui-dropdown-right').css('left', left);
                self.dropdownSelect.css({right: 'auto', left: self.config.width})
            }
            $('body').one('click', function (e) {
                dropdown.stop().animate(
                    {
                        top: '-=100000',
                        opacity: 0
                    },
                    1
                );
            });
            dropdown
                .show()
                .stop()
                .animate(
                    {
                        top: '+=10',
                        opacity: 1
                    },
                    250
                )
        }
    };
    Class.prototype.createOptionsHtml = function (data, depth) {
        depth = depth || 0;
        var self = this;
        var width = self.config.width + 'px;';
        var html =
            '<div class="' +
            CLS_SELECT +
            '" style="width:' +
            width +
            (depth > 0 ? 'left:' + width : '') +
            '">';
        if (depth === 0) {
            html += '<div class="' + CLS_ARROW + '"></div>'
        }
        layui.each(data.options, function (i, option) {
            var paserHtml = false;
            var permissions = currentUser.permissionSet;
            var options = option.options || [];
            if (option.perms) {
                if (permissions.indexOf(option.perms) !== -1) {
                    paserHtml = true;
                }
            } else {
                paserHtml = true;
            }
            if (paserHtml) {
                html +=
                    '<div lay-name=' +
                    option.name +
                    ' class="' +
                    CLS_OPTION +
                    '"><p class="' +
                    CLS_TITLE +
                    ' layui-elip"><span class="layui-icon ' +
                    option.icon +
                    '"></span>' +
                    option.title +
                    '</p>' +
                    (options.length > 0
                        ? '<i class="layui-icon layui-icon-right"></i>'
                        : '');
                option.options = option.options || [];
                if (option.options.length > 0)
                    html += self.createOptionsHtml(option, depth + 1);
                html += '</div>';
                if (self.depth < depth) self.depth = depth
            }
        });
        html += '</div>';
        return html
    };
    var self = {
        render: function (config) {
            new Class(config)
        }
    };
    exports('dropdown', self)
});
src/main/resources/static/febs/lay/modules/febs.js
New file
@@ -0,0 +1,671 @@
layui.extend({
    conf: 'config',
    api: 'lay/modules/api',
    view: 'lay/modules/view'
}).define(['conf', 'view', 'api', 'jquery', 'table'], function (exports) {
    POPUP_DATA = {};
    var conf = layui.conf;
    var layuiTable = layui.table;
    var view = layui.view;
    var element = layui.element;
    var $ = layui.jquery;
    var $bread = $('#febs-layout .febs-breadcrumb');
    layui.extend(conf.extend);
    var self = {};
    var windowWidth = $(window).width();
    conf.viewTabs = currentUser.isTab === '1';
    self.route = layui.router();
    self.view = view;
    self.api = layui.api;
    self.closeOnceHashChange = false;
    self.ie8 = view.ie8;
    self.get = view.request;
    self.appBody = null;
    self.shrinkCls = 'febs-sidebar-shrink';
    self.isInit = false;
    self.routeLeaveFunc = null;
    self.routeLeave = function (callback) {
        this.routeLeaveFunc = callback
    };
    self.render = function (elem) {
        if (typeof elem == 'string') elem = $('#' + elem);
        var action = elem.get(0).tagName === 'SCRIPT' ? 'next' : 'find';
        elem[action]('[is-template]').remove();
        view.parse(elem)
    };
    //初始化整个页面
    self.initPage = function (initCallback) {
        //加载样式文件
        layui.each(layui.conf.style, function (index, url) {
            layui.link(url + '?v=' + conf.v)
        });
        self.initView(self.route)
        String.prototype.startsWith = function (str) {
            if (str == null || str === "" || this.length === 0 || str.length > this.length) {
                return false;
            }
            return this.substr(0, str.length) === str;
        };
    };
    self.post = function (params) {
        view.request($.extend({type: 'post'}, params))
    };
    //初始化视图区域
    self.initView = function (route) {
        if (!self.route.href || self.route.href === '/') {
            self.route = layui.router('#' + conf.entry);
            route = self.route
        }
        route.fileurl = '/' + route.path.join('/');
        if ($.inArray(route.fileurl, conf.indPage) === -1) {
            var loadRenderPage = function (params) {
                if (conf.viewTabs === true) {
                    view.renderTabs(route)
                } else {
                    view.render(route.fileurl)
                }
            };
            if (view.containerBody == null) {
                //加载layout文件
                view.renderLayout(function () {
                    //重新渲染导航
                    element.render('nav', 'febs-sidebar');
                    //加载视图文件
                    loadRenderPage()
                })
            } else {
                //layout文件已加载,加载视图文件
                loadRenderPage()
            }
        } else {
            //加载单页面
            view.renderIndPage(route.fileurl, function () {
                if (conf.viewTabs === true) view.tab.clear()
            })
        }
    };
    //根据当前加载的 URL高亮左侧导航
    self.sidebarFocus = function (url) {
        url = url || self.route.href;
        var elem = $('#app-sidebar')
            .find('[lay-href="' + url + '"]')
            .eq(0);
        // $bread.empty();
        if (elem.length > 0) {
            // 生成面包屑
            // var breadHtml = '';
            // elem.parents('dl').prev('a').each(function (k, v) {
            //     var $this = $(this);
            //     breadHtml += '<a>' + $this[0].innerText + ' / </a>';
            // });
            // breadHtml += '<a>' + elem[0].innerText+ ' </a>';
            // $bread.append(breadHtml);
            elem.parents('.layui-nav-item').addClass('layui-nav-itemed')
                .siblings().removeClass('layui-nav-itemed');
            elem.click();
        }
    };
    self.flexible = function (open) {
        if (open === true) {
            view.container.removeClass(self.shrinkCls)
        } else {
            view.container.addClass(self.shrinkCls)
        }
    };
    self.on = function (name, callback) {
        return layui.onevent(conf.eventName, 'system(' + name + ')', callback)
    };
    self.event = function (name, params) {
        layui.event(conf.eventName, 'system(' + name + ')', params)
    };
    self.csshref = function (name) {
        name = name === undefined ? self.route.path.join('/') : name;
        return conf.css + 'views/' + name + '.css' + '?v=' + conf.v
    };
    self.prev = function (n) {
        if (n === undefined) n = -1;
        window.history.go(n)
    };
    self.navigate = function (url) {
        if (url === conf.entry) url = '/';
        window.location.hash = url
    };
    self.data = function (settings, storage) {
        if (settings === undefined) return layui.data(conf.tableName);
        if ($.isArray(settings)) {
            layui.each(settings, function (i) {
                layui.data(conf.tableName, settings[i], storage)
            })
        } else {
            layui.data(conf.tableName, settings, storage)
        }
    };
    self.isUrl = function (str) {
        return /^([hH][tT]{2}[pP]:\/\/|[hH][tT]{2}[pP][sS]:\/\/)(([A-Za-z0-9-~]+)\.)+([A-Za-z0-9-~\/])+$/.test(
            str
        )
    };
    self.popup = function (params) {
        var url = params.url || '';
        var success = params.success || function () {
        };
        params.skin = 'layui-layer-admin-page';
        POPUP_DATA = params.data || {};
        var defaultParams = {
            type: 1,
            area: $(window).width() <= 750 ? ['90%', '90%'] : ['60%', '90%'],
            shadeClose: true
        };
        if (self.isUrl(url)) {
            params.type = 2;
            params.content = url;
            layer.open($.extend(defaultParams, params));
            return
        }
        view.tab.del(url);
        view.loadHtml(conf.views + url, function (res) {
            var htmlElem = $('<div>' + res.html + '</div>');
            if (params.title === undefined) {
                params.title = htmlElem.find('title').text() || '信息';
                if (params.title) htmlElem.find('title').remove()
            }
            params.content = htmlElem.html();
            params.success = function (layer, index) {
                success(layer, index);
                view.parse(layer);
            };
            params = $.extend(defaultParams, params);
            layer.open($.extend(defaultParams, params));
        });
    };
    //当小于这个尺寸的时候会进行手机端的适配
    var mobileWidth = 991;
    var isMobileAdapter = false;
    function mobileAdapter() {
        self.flexible(false);
        var device = layui.device();
        if (device.weixin || device.android || device.ios) {
            //点击空白处关闭侧边栏
            $(document).on('click', '#' + conf.containerBody, function () {
                if (
                    $(window).width() < mobileWidth &&
                    !view.container.hasClass(self.shrinkCls)
                ) {
                    self.flexible(false)
                }
            })
        }
        isMobileAdapter = true
    }
    $(window).on('resize', function (e) {
        if ($(window).width() < mobileWidth) {
            if (isMobileAdapter === true) return;
            mobileAdapter()
        } else {
            isMobileAdapter = false
        }
    });
    $(window).on('hashchange', function (e) {
        //移动端跳转链接先把导航关闭
        if ($(window).width() < mobileWidth) {
            self.flexible(false)
        }
        self.route = layui.router();
        layer.closeAll();
        self.initView(self.route)
    });
    $(document).on('click', '[lay-href]', function (e) {
        var href = $(this).attr('lay-href');
        var target = $(this).attr('target');
        if (href === '') return;
        if (href.startsWith('http')) {
            window.open(href)
        }
        if (self.isUrl(href)) {
            next()
        }
        function next() {
            target === '__blank' ? window.open(href) : self.navigate(href)
        }
        if ($.isFunction(self.routeLeaveFunc)) {
            self.routeLeaveFunc(self.route + "asdfasdf", href, next)
        } else {
            next()
        }
        return false
    });
    $(document).on('click', '[lay-popup]', function (e) {
        var params = $(this).attr('lay-popup');
        self.popup(
            params.indexOf('{') === 0
                ? new Function('return ' + $(this).attr('lay-popup'))()
                : {url: params}
        );
        return false
    });
    $(document).on('mouseenter', '[lay-tips]', function (e) {
        var title = $(this).attr('lay-tips');
        var dire = $(this).attr('lay-dire') || 3;
        if (title) {
            layer.tips(title, $(this), {
                tips: [dire, '#263147']
            })
        }
    });
    $(document).on('mouseleave', '[lay-tips]', function (e) {
        layer.closeAll('tips')
    });
    $(document).on('click', '*[' + conf.eventName + ']', function (e) {
        self.event($(this).attr(conf.eventName), $(this))
    });
    var shrinkSidebarBtn =
        '.' + self.shrinkCls + ' #app-sidebar .layui-nav-item a';
    $(document).on('click', shrinkSidebarBtn, function (e) {
        if (isMobileAdapter === true) return;
        var chileLength = $(this)
            .parent()
            .find('.layui-nav-child').length;
        if (chileLength > 0) {
            self.flexible(true);
            layer.closeAll('tips')
        }
    });
    $(document).on('mouseenter', shrinkSidebarBtn, function (e) {
        var title = $(this).attr('title');
        if (title) {
            layer.tips(title, $(this).find('.layui-icon'), {
                tips: [2, '#263147']
            })
        }
    });
    $(document).on('mouseleave', shrinkSidebarBtn, function (e) {
        layer.closeAll('tips')
    });
    self.on('flexible', function (init) {
        var status = view.container.hasClass(self.shrinkCls);
        self.flexible(status);
        self.data({key: 'flexible', value: status})
    });
    self.on('refresh', function (e) {
        var url = self.route.href;
        if (conf.viewTabs === true) {
            //view.tab.refresh(url);
        } else {
            view.render(location.hash)
        }
    });
    self.on('prev', function (e) {
        self.prev()
    });
    if ($(window).width() <= mobileWidth) {
        mobileAdapter()
    } else {
        var flexibleOpen = self.data().flexible;
        self.flexible(flexibleOpen === undefined ? true : flexibleOpen)
    }
    self.modal = {};
    self.modal.base = function (msg, params) {
        params = params || {};
        params.titleIcoColor = params.titleIcoColor || '#5a8bff';
        params.titleIco = params.titleIco || 'exclaimination';
        params.title = params.title || [
            '<i class="layui-icon layui-icon-' +
            params.titleIco +
            '" style="font-size:12px;background:' +
            params.titleIcoColor +
            ';display:inline-block;position:relative;top:-2px;height:21px;line-height:21px;text-align:center;width:21px;color:#fff;border-radius:50%;margin-right:12px;"></i>' +
            params.titleValue,
            'background:#fff;border:none;font-weight:bold;font-size:16px;color:#08132b;padding-top:10px;height:36px;line-height:46px;padding-bottom:0;'
        ];
        params = $.extend(
            {
                skin: 'layui-layer-admin-modal febs-alert',
                area: [windowWidth <= 750 ? '60%' : '400px'],
                closeBtn: 0,
                shadeClose: false
            },
            params
        );
        layer.alert(msg, params);
    };
    // ----------------- 弹窗类 --------------------- //
    self.alert = {};
    function alertParams(msg, params) {
        params.time = 3000;
        params.shade = 0;
        params.btn = null;
        params.title = [
            '<i class="layui-icon layui-icon-' +
            params.titleIco +
            '" style="font-size:12px;background:' +
            params.titleIcoColor +
            ';display:inline-block;font-weight:600;position:relative;top:-2px;height:21px;line-height:21px;text-align:center;width:21px;color:#fff;border-radius:50%;margin-right:12px;"></i>' +
            (msg || '请填写提示信息'),
            'background:#fff;border:none;font-weight:500;font-size:14px;color:#08132b;margin-bottom:-50px;padding:16px;height:45px;line-height:14px;padding-bottom:0;'
        ];
        params.offset = '40px';
        params.area = [windowWidth <= 750 ? '80%' : '400px'];
    }
    self.alert.success = function (msg, params) {
        params = params || {};
        params.titleIco = 'ok';
        params.titleIcoColor = '#30d180';
        alertParams(msg, params);
        self.modal.base('', params);
    };
    self.alert.warn = function (msg, params) {
        params = params || {};
        params.titleIco = 'exclaimination';
        params.titleIcoColor = '#ffc107';
        alertParams(msg, params);
        self.modal.base('', params);
    };
    self.alert.error = function (msg, params) {
        params = params || {};
        params.titleIco = 'close';
        params.titleIcoColor = '#ff5652';
        alertParams(msg, params);
        self.modal.base('', params);
    };
    self.alert.info = function (msg, params) {
        params = params || {};
        params.titleIco = 'infomation';
        params.titleIcoColor = '#2db7f5';
        alertParams(msg, params);
        self.modal.base('', params);
    };
    // ----------------- 模态框类 --------------------- //
    self.modal.confirm = function (title, msg, yes, no, params) {
        params = params || {};
        params.titleIco = 'exclaimination';
        params.titleIcoColor = '#ffc107';
        params.titleValue = title;
        params.shadeClose = false;
        params = $.extend({
            btn: ['确定', '取消']
            , yes: function (index, layero) {
                yes && (yes)();
                layer.close(index);
            }
            , btn2: function (index, layero) {
                no && (no)();
            }
        }, params);
        self.modal.base(msg, params);
    };
    self.modal.info = function (title, msg, yes, params) {
        params = params || {};
        params.titleIco = 'infomation';
        params.titleIcoColor = '#2db7f5';
        params.titleValue = title;
        params.shadeClose = false;
        params = $.extend({
            btn: ['确定']
            , yes: function (index, layero) {
                yes && (yes)();
                layer.close(index);
            }
        }, params);
        self.modal.base(msg, params);
    };
    self.modal.warn = function (title, msg, yes, params) {
        params = params || {};
        params.titleIco = 'exclaimination';
        params.titleIcoColor = '#ffc107';
        params.titleValue = title;
        params.shadeClose = false;
        params = $.extend({
            btn: ['确定']
            , yes: function (index, layero) {
                yes && (yes)();
                layer.close(index);
            }
        }, params);
        self.modal.base(msg, params);
    };
    self.modal.success = function (title, msg, yes, params) {
        params = params || {};
        params.titleIco = 'ok';
        params.titleIcoColor = '#30d180';
        params.titleValue = title;
        params.shadeClose = false;
        params = $.extend({
            btn: ['确定']
            , yes: function (index, layero) {
                yes && (yes)();
                layer.close(index);
            }
        }, params);
        self.modal.base(msg, params);
    };
    self.modal.error = function (title, msg, yes, params) {
        params = params || {};
        params.titleIco = 'close';
        params.titleIcoColor = '#ff5652';
        params.titleValue = title;
        params.shadeClose = false;
        params = $.extend({
            btn: ['确定']
            , yes: function (index, layero) {
                yes && (yes)();
                layer.close(index);
            }
        }, params);
        self.modal.base(msg, params);
    };
    self.modal.open = function (title, url, params) {
        params = $.extend({
            url: url,
            maxmin: true,
            shadeClose: false,
            title: [
                (title || '请填写头部信息'),
                'font-size:16px;color:#08132b;line-height:46px;padding-bottom:0;border-bottom:1px solid #fcfcfc;background-color:#fcfcfc'
            ]
        }, params);
        self.popup(params);
    };
    self.modal.view = function (title, url, params) {
        params = $.extend({
            url: url,
            maxmin: false,
            shadeClose: false,
            title: [
                title,
                'font-size:15px;color:#08132b;line-height:46px;height:48px;padding-bottom:0;background-color:#fff;border-bottom:none'
            ],
            area: $(window).width() <= 750 ? ['80%', '80%'] : ['50%', '60%']
        }, params);
        self.popup(params);
    };
    // 数据表封装
    self.table = {};
    self.table.init = function (params) {
        var defaultSetting = {
            cellMinWidth: 80,
            page: true,
            skin: 'line row',
            limit: 10,
            limits: [5, 10, 20, 30, 40, 100],
            autoSort: false,
            request: {
                pageName: 'pageNum',
                limitName: 'pageSize'
            },
            parseData: function (res) {
                return {
                    "code": res.code === 200 ? 0 : res.code,
                    "count": res.data.total,
                    "data": res.data.rows
                }
            }
        };
        return layuiTable.render(
            $.extend({}, defaultSetting, params)
        );
    };
    // ajax get请求
    self.get = function (url, params, success) {
        if (params) {
            params.invalidate_ie_cache = new Date();
        }
        $.get(url, params, function (r) {
            resolveResponse(r, success);
        })
    };
    // ajax post请求
    self.post = function (url, params, success) {
        if (params) {
            params.invalidate_ie_cache = new Date();
        }
        $.post(url, params, function (r) {
            resolveResponse(r, success);
        })
    };
    // 文件下载
    self.download = function (url, params, fileName) {
        self.view.loadBar.start();
        url += '?' + parseParams(params);
        var xhr = new XMLHttpRequest();
        xhr.open('GET', url, true);
        xhr.responseType = "blob";
        xhr.onload = function () {
            if (this.status === 200) {
                self.view.loadBar.finish();
                var fileType = this.response.type;
                var blob = this.response;
                var reader = new FileReader();
                reader.readAsDataURL(blob);
                reader.onload = function (e) {
                    if ('msSaveOrOpenBlob' in navigator) { // IE,Edge
                        var base64file = e.target.result + '';
                        window.navigator.msSaveOrOpenBlob(createFile(base64file.replace('data:' + fileType + ';base64,', ''), fileType), fileName);
                    } else { // chrome,firefox
                        var link = document.createElement('a');
                        link.style.display = 'none';
                        link.href = e.target.result;
                        link.setAttribute('download', fileName);
                        document.body.appendChild(link);
                        link.click();
                        $(link).remove();
                    }
                }
            } else {
                self.view.loadBar.error();
                self.alert.error('下载失败');
            }
        };
        xhr.send();
    };
    // 判断 a种的属性是否 b都有,并且弱相等
    self.nativeEqual = function (a, b) {
        var aProps = Object.getOwnPropertyNames(a);
        var bProps = Object.getOwnPropertyNames(b);
        for (var i = 0; i < aProps.length; i++) {
            var propName = aProps[i];
            if (!compare(a[propName], b[propName])) {
                return false;
            }
        }
        return true;
    };
    function resolveResponse(r, f) {
        if (r.code === 200) {
            f(r) && (f)();
        } else if (r.code === 401) {
            self.modal.info('登录失效', '登录已失效,请重新登录', function () {
                window.location.href = ctx + 'login';
            });
        } else if (r.code === 403) {
            self.alert.warn('对不起,您暂无该操作权限');
        } else {
            self.alert.error(r.message ? r.message : '操作失败');
            console.error(r);
        }
    }
    function compare(a, b) {
        if (a === '' && b === null) {
            return true;
        } else if (a === null && b === '') {
            return true;
        } else {
            return a == b;
        }
    }
    function parseParams(param, key, encode) {
        if (param == null) return '';
        var arr = [];
        var t = typeof (param);
        if (t === 'string' || t === 'number' || t === 'boolean') {
            arr.push(key + '=' + ((encode == null || encode) ? encodeURIComponent(param) : param));
        } else {
            for (var i in param) {
                var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);
                arr.push(parseParams(param[i], k, encode));
            }
        }
        return arr.join("&");
    }
    // 解析 BASE64文件内容 for IE,Edge
    function createFile(urlData, fileType) {
        var bytes = window.atob(urlData),
            n = bytes.length,
            u8arr = new Uint8Array(n);
        while (n--) {
            u8arr[n] = bytes.charCodeAt(n);
        }
        return new Blob([u8arr], {type: fileType});
    }
    exports('febs', self)
});
Diff truncated after the above file
src/main/resources/static/febs/lay/modules/loadBar.js src/main/resources/static/febs/lay/modules/validate.js src/main/resources/static/febs/lay/modules/view.js src/main/resources/static/layui/css/layui.css src/main/resources/static/layui/css/layui.mobile.css src/main/resources/static/layui/css/modules/code.css src/main/resources/static/layui/css/modules/laydate/default/laydate.css src/main/resources/static/layui/css/modules/layer/default/icon-ext.png src/main/resources/static/layui/css/modules/layer/default/icon.png src/main/resources/static/layui/css/modules/layer/default/layer.css src/main/resources/static/layui/css/modules/layer/default/loading-0.gif src/main/resources/static/layui/css/modules/layer/default/loading-1.gif src/main/resources/static/layui/css/modules/layer/default/loading-2.gif src/main/resources/static/layui/font/iconfont.eot src/main/resources/static/layui/font/iconfont.svg src/main/resources/static/layui/font/iconfont.ttf src/main/resources/static/layui/font/iconfont.woff src/main/resources/static/layui/font/iconfont.woff2 src/main/resources/static/layui/images/face/0.gif src/main/resources/static/layui/images/face/1.gif src/main/resources/static/layui/images/face/10.gif src/main/resources/static/layui/images/face/11.gif src/main/resources/static/layui/images/face/12.gif src/main/resources/static/layui/images/face/13.gif src/main/resources/static/layui/images/face/14.gif src/main/resources/static/layui/images/face/15.gif src/main/resources/static/layui/images/face/16.gif src/main/resources/static/layui/images/face/17.gif src/main/resources/static/layui/images/face/18.gif src/main/resources/static/layui/images/face/19.gif src/main/resources/static/layui/images/face/2.gif src/main/resources/static/layui/images/face/20.gif src/main/resources/static/layui/images/face/21.gif src/main/resources/static/layui/images/face/22.gif src/main/resources/static/layui/images/face/23.gif src/main/resources/static/layui/images/face/24.gif src/main/resources/static/layui/images/face/25.gif src/main/resources/static/layui/images/face/26.gif src/main/resources/static/layui/images/face/27.gif src/main/resources/static/layui/images/face/28.gif src/main/resources/static/layui/images/face/29.gif src/main/resources/static/layui/images/face/3.gif src/main/resources/static/layui/images/face/30.gif src/main/resources/static/layui/images/face/31.gif src/main/resources/static/layui/images/face/32.gif src/main/resources/static/layui/images/face/33.gif src/main/resources/static/layui/images/face/34.gif src/main/resources/static/layui/images/face/35.gif src/main/resources/static/layui/images/face/36.gif src/main/resources/static/layui/images/face/37.gif src/main/resources/static/layui/images/face/38.gif src/main/resources/static/layui/images/face/39.gif src/main/resources/static/layui/images/face/4.gif src/main/resources/static/layui/images/face/40.gif src/main/resources/static/layui/images/face/41.gif src/main/resources/static/layui/images/face/42.gif src/main/resources/static/layui/images/face/43.gif src/main/resources/static/layui/images/face/44.gif src/main/resources/static/layui/images/face/45.gif src/main/resources/static/layui/images/face/46.gif src/main/resources/static/layui/images/face/47.gif src/main/resources/static/layui/images/face/48.gif src/main/resources/static/layui/images/face/49.gif src/main/resources/static/layui/images/face/5.gif src/main/resources/static/layui/images/face/50.gif src/main/resources/static/layui/images/face/51.gif src/main/resources/static/layui/images/face/52.gif src/main/resources/static/layui/images/face/53.gif src/main/resources/static/layui/images/face/54.gif src/main/resources/static/layui/images/face/55.gif src/main/resources/static/layui/images/face/56.gif src/main/resources/static/layui/images/face/57.gif src/main/resources/static/layui/images/face/58.gif src/main/resources/static/layui/images/face/59.gif src/main/resources/static/layui/images/face/6.gif src/main/resources/static/layui/images/face/60.gif src/main/resources/static/layui/images/face/61.gif src/main/resources/static/layui/images/face/62.gif src/main/resources/static/layui/images/face/63.gif src/main/resources/static/layui/images/face/64.gif src/main/resources/static/layui/images/face/65.gif src/main/resources/static/layui/images/face/66.gif src/main/resources/static/layui/images/face/67.gif src/main/resources/static/layui/images/face/68.gif src/main/resources/static/layui/images/face/69.gif src/main/resources/static/layui/images/face/7.gif src/main/resources/static/layui/images/face/70.gif src/main/resources/static/layui/images/face/71.gif src/main/resources/static/layui/images/face/8.gif src/main/resources/static/layui/images/face/9.gif src/main/resources/static/layui/lay/modules/carousel.js src/main/resources/static/layui/lay/modules/code.js src/main/resources/static/layui/lay/modules/colorpicker.js src/main/resources/static/layui/lay/modules/element.js src/main/resources/static/layui/lay/modules/flow.js src/main/resources/static/layui/lay/modules/form.js src/main/resources/static/layui/lay/modules/jquery.js src/main/resources/static/layui/lay/modules/laydate.js src/main/resources/static/layui/lay/modules/layedit.js src/main/resources/static/layui/lay/modules/layer.js src/main/resources/static/layui/lay/modules/laypage.js src/main/resources/static/layui/lay/modules/laytpl.js src/main/resources/static/layui/lay/modules/mobile.js src/main/resources/static/layui/lay/modules/rate.js src/main/resources/static/layui/lay/modules/slider.js src/main/resources/static/layui/lay/modules/table.js src/main/resources/static/layui/lay/modules/transfer.js src/main/resources/static/layui/lay/modules/tree.js src/main/resources/static/layui/lay/modules/upload.js src/main/resources/static/layui/lay/modules/util.js src/main/resources/static/layui/layui.all.js src/main/resources/static/layui/layui.js src/main/resources/templates/error/403.html src/main/resources/templates/error/404.html src/main/resources/templates/error/500.html src/main/resources/templates/febs/views/error/403.html src/main/resources/templates/febs/views/error/404.html src/main/resources/templates/febs/views/error/500.html src/main/resources/templates/febs/views/generator/configure.html src/main/resources/templates/febs/views/generator/generator.html src/main/resources/templates/febs/views/index.html src/main/resources/templates/febs/views/job/job.html src/main/resources/templates/febs/views/job/jobAdd.html src/main/resources/templates/febs/views/job/jobLog.html src/main/resources/templates/febs/views/job/jobUpdate.html src/main/resources/templates/febs/views/layout.html src/main/resources/templates/febs/views/login.html src/main/resources/templates/febs/views/monitor/httpTrace.html src/main/resources/templates/febs/views/monitor/jvmInfo.html src/main/resources/templates/febs/views/monitor/log.html src/main/resources/templates/febs/views/monitor/loginLog.html src/main/resources/templates/febs/views/monitor/online.html src/main/resources/templates/febs/views/monitor/serverInfo.html src/main/resources/templates/febs/views/monitor/swagger.html src/main/resources/templates/febs/views/monitor/tomcatInfo.html src/main/resources/templates/febs/views/others/apex/area.html src/main/resources/templates/febs/views/others/apex/bar.html src/main/resources/templates/febs/views/others/apex/column.html src/main/resources/templates/febs/views/others/apex/line.html src/main/resources/templates/febs/views/others/apex/mix.html src/main/resources/templates/febs/views/others/apex/radar.html src/main/resources/templates/febs/views/others/datapermission/test.html src/main/resources/templates/febs/views/others/eximport/eximport.html src/main/resources/templates/febs/views/others/eximport/eximportResult.html src/main/resources/templates/febs/views/others/febs/form.html src/main/resources/templates/febs/views/others/febs/formGroup.html src/main/resources/templates/febs/views/others/febs/icon.html src/main/resources/templates/febs/views/others/febs/others.html src/main/resources/templates/febs/views/others/febs/tools.html src/main/resources/templates/febs/views/others/map/gaodeMap.html src/main/resources/templates/febs/views/system/dept/dept.html src/main/resources/templates/febs/views/system/menu/menu.html src/main/resources/templates/febs/views/system/role/role.html src/main/resources/templates/febs/views/system/user/avatar.html src/main/resources/templates/febs/views/system/user/passwordUpdate.html src/main/resources/templates/febs/views/system/user/profileUpdate.html src/main/resources/templates/febs/views/system/user/user.html src/main/resources/templates/febs/views/system/user/userAdd.html src/main/resources/templates/febs/views/system/user/userDetail.html src/main/resources/templates/febs/views/system/user/userProfile.html src/main/resources/templates/febs/views/system/user/userUpdate.html src/main/resources/templates/index.html