This commit is contained in:
fengfan 2024-07-24 09:22:32 +08:00
commit d776194fb5
2560 changed files with 371880 additions and 0 deletions

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"liveServer.settings.port": 5504,
"editor.inlineSuggest.showToolbar": "always"
}

BIN
alibabaFont/FZPingXYSJW.TTF Normal file

Binary file not shown.

Binary file not shown.

184
cmdDispatch.html Normal file
View File

@ -0,0 +1,184 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>警保联动</title>
<link rel="stylesheet" type="text/css" href="./pages/cmddispatch/themes/default/tree.css">
<link rel="stylesheet" type="text/css" href="./pages/cmddispatch/themes/icon.css">
<link rel="stylesheet" href="./viewer/css/viewer.min.css">
<link rel="stylesheet" href="./public/layui/css/layui.css">
<link rel="stylesheet" href="./pages/cmddispatch/css/index.css">
<link rel="stylesheet" href="./pages/index/css/leaflet.css">
<link rel="stylesheet" href="markerCluster/MarkerCluster.css">
<link rel="stylesheet" href="markerCluster/MarkerCluster.Default.css">
</head>
<body>
<div id="cityManageContent">
<div id="mainTop">
<span class="setTitle"></span>-<span>警保联动<span>
</div>
<div id="mainContent">
<div class="mainContentL">
<div class="mainContentL_sInfo">
<p>组织架构</p>
</div>
<div class="orgbox">
<div>
<form class="layui-form" action="" id="orgboxSelectForm" lay-filter="orgboxSelectForm">
<div class="layui-input-block">
<select name="interest" lay-filter="orgboxSelect" id="orgboxSelect" lay-search>
</select>
</div>
</form>
</div>
<div class="orgTree"></div>
</div>
</div>
<div class="mainContentC">
<div class="mainContentC_t">
<div id="mapMarkerText">
<div class="markerDetail">
<p name="all" state="open">
<img src="./pages/cmddispatch/image/checkbox2.png" alt="">
<span>全部</span>
</p>
<p name="school_d" state="open">
<img src="./pages/cmddispatch/image/checkbox2.png" alt="">
<img src="./pages/cmddispatch/image/wb_school_d.png" alt="">
<span>大学(<b class="school_d_number">0</b>)</span>
</p>
<p name="school_z" state="open">
<img src="./pages/cmddispatch/image/checkbox2.png" alt="">
<img src="./pages/cmddispatch/image/wb_school_z.png" alt="">
<span>中学 (<b class="school_z_number"></b>)</span>
</p>
<p name="school_x" state="open">
<img src="./pages/cmddispatch/image/checkbox2.png" alt="">
<img src="./pages/cmddispatch/image/wb_school_x.png" alt="">
<span>小学 (<b class="school_x_number"></b>)</span>
</p>
<p name="school_y" state="open">
<img src="./pages/cmddispatch/image/checkbox2.png" alt="">
<img src="./pages/cmddispatch/image/wb_school_y.png" alt="">
<span>幼儿园 (<b class="school_y_number"></b>)</span>
</p>
<p name="ipc" state="open">
<img src="./pages/cmddispatch/image/checkbox2.png" alt="">
<img src="./pages/cmddispatch/image/wb_ipc.png" alt="">
<span>视频监测 (<b class="school_ipc_number"></b>)</span>
</p>
<p name="staff" state="open">
<img src="./pages/cmddispatch/image/checkbox2.png" alt="">
<img src="./pages/cmddispatch/image/wb_baoan.png" alt="">
<span>移动报警(<b class="school_baoan_number">0</b>)</span>
</p>
<p name="pushbutton" state="open">
<img src="./pages/cmddispatch/image/checkbox2.png" alt="">
<img src="./pages/cmddispatch/image/pushbutton.png" alt="">
<span>固定报警(<b class="pushbutton_number">0</b>)</span>
</p>
<div class="cmdEventSelect">事件查询</div>
</div>
</div>
<div id="map"></div>
<div class="leftSlide" state="close">
<img src="./pages/cmddispatch/image/leftSlideImg.png">
</div>
<div class="rightSlide" state="close">
<img src="./pages/cmddispatch/image/rightSlideImg.png">
</div>
</div>
<div class="mainContentC_b">
<div class="mainContentC_b_t mainCenterBottomList">
<ul>
<li name="policeEvent" class="eventAlarmSelect">
天网[<span class="policeAlarmCount">0</span>]
</li>
<li name="aiEvent">
行为预警[<span class="aiAlarmCount">0</span>]
</li>
<li name="pushButtonEvent">
一键报警[<span class="pushbuttonAlarmCount">0</span>]
</li>
<li name="mdevEvent">
移动报警[<span class="mdevAlarmCount">0</span>]
</li>
</ul>
<div state="close">
<p>
<img src="./pages/cmddispatch/image/mainCenterOpen.png" alt="">
<span>显示</span>
</p>
</div>
</div>
<div class="mainContentC_b_b">
<table class="layui-hide" id="eventUpload" lay-filter="eventUpload"></table>
<script type="text/html" id="eventUploadScript">
<a class="layui-btn " lay-event="handle">详情</a>
</script>
</div>
</div>
</div>
<div class="mainContentR">
<div class="mainContentR_sInfo">
<p>校园概况</p>
</div>
<div class="mainContentR_t">
<p class="titleBg">
<span class="schoolName"></span>
<span>安全指数:<i class="schoolInfoGrade"></i></span>
</p>
<div class="mainContentR_t_box">
<div>
<p>基本信息</p>
<div class="schoolBaseInfo">
</div>
</div>
<div>
<p>
<span>警务信息</span>
<span class="policeName"></span>
</p>
<div class="policeBaseInfo"></div>
</div>
</div>
</div>
<div class="mainContentR_b">
<p class="titleBg">监控画面</p>
<div class="videoMonitor">
<div state="free"></div>
<div state="free"></div>
<div state="free"></div>
<div state="free"></div>
</div>
</div>
</div>
</div>
</div>
<script src="./public/js/jquery-3.4.1.min.js"></script>
<script src="./public/js/setTilte.js"></script>
<script src="./public/js/leaflet.js"></script>
<script src="./public/layui/layui.all.js"></script>
<script src="./public/js/jquery.easyui.min.js"></script>
<script src="./viewer/js/viewer.min.js"></script>
<script src="./public/js/axios.min.js"></script>
<script src="./public/js/md5.js"></script>
<script src="./markerCluster/leaflet.markercluster-src.js"></script>
<script src="./pages/cmddispatch/js/sos-sdk-latest/public/sos-v1.0.15.js"></script>
<script src="./pages/cmddispatch/js/sos-sdk-latest/public/flv.min.js"></script>
<script src="./pages/cmddispatch/js/sos-sdk-latest/public/jsencrypt.min.js"></script>
<script src="./pages/cmddispatch/js/index.js" type="module"></script>
</body>
</html>

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

3
furongNav/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
}

326
furongNav/css/style.css Normal file
View File

@ -0,0 +1,326 @@
/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* particleground demo */
@font-face
{
font-family: myRegular;
src: url('../../alibabaFont/FZPingXYSJW.TTF');
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
overflow: hidden;
}
body {
/* background: #16a085; */
font-family: 'myRegular';
color: #fff;
line-height: 1.3;
-webkit-font-smoothing: antialiased;
background:url("../img/bg.jpg") 0 0 no-repeat;
position: relative;
z-index:9999999999999 !important;
}
#particles {
width: 100%;
height: 100%;
overflow: hidden;
}
.topTitle{
width:100%;
height:60px;
line-height:60px;
text-align: center;
font-size:32px;
}
.intro {
position: absolute;
left:50%;
top: 50%;
height:500px;
width: 1260px;
text-align: center;
margin-left: -580px;
margin-top: -250px;
}
.intro>div{
width:100%;
height:100%;
}
.intro>div>div{
width:222px;
height:222px;
float:left;
background:url(../img/1.jpg) 0 0 no-repeat;
margin:0 20px 20px 0;
/* box-shadow: 0 0 1px 2px #ccc; */
/* box-shadow: 0 2rem 4rem #aac1c7; */
}
.intro>div>div:nth-child(1){
background:url(../img/1.jpg) 0 0 no-repeat;
}
.intro>div>div:nth-child(2){
background:url(../img/2.jpg) 0 0 no-repeat;
}
.intro>div>div:nth-child(3){
background:url(../img/3.jpg) 0 0 no-repeat;
}
.intro>div>div:nth-child(4){
background:url(../img/4.jpg) 0 0 no-repeat;
}
.intro>div>div:nth-child(5){
background:url(../img/5.jpg) 0 0 no-repeat;
}
.intro>div>div:nth-child(6){
background:url(../img/6.jpg) 0 0 no-repeat;
}
.intro>div>div:nth-child(7){
background:url(../img/7.jpg) 0 0 no-repeat;
}
.intro>div>div:nth-child(8){
background:url(../img/8.jpg) 0 0 no-repeat;
}
.intro>div>div:nth-child(9){
background:url(../img/9.jpg) 0 0 no-repeat;
}
.intro>div>div:nth-child(10){
background:url(../img/10.jpg) 0 0 no-repeat;
}
.div5 {
/* width: 300px;
height: 200px; */
position: relative;
color: #fff;
/* border: 2px solid gold; */
border-radius: 10px;
/* background: #ffd700; */
transition: all .3s;
}
.div5::before {
content: "";
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
border:2px solid #01EBFF;
border-radius: 10px;
animation: div5Ani 3s infinite linear;
}
.div5::after {
content: "";
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
border: 2px solid #01EBFF;
border-radius: 10px;
animation: div5Ani 3s infinite linear;
}
@keyframes div5Ani {
0%,
100% {
clip-path: inset(0 0 98% 0);
}
25% {
clip-path: inset(0 98% 0 0);
}
50% {
clip-path: inset(98% 0 0 0);
}
75% {
clip-path: inset(0 0 0 98%);
}
}
.div5::after {
animation: div5Ani 3s infinite -1.5s linear;
}
.intro>div>div:nth-child(9)>div,
.intro>div>div:nth-child(10)>div{
position: relative;
width:100%;
height:100%;
background: rgba(0,0,0,.7);
z-index:9999;
}
.intro>div>div>p{
float:left;
width:100%;
height:40px;
line-height:40px;
margin-top:140px;
text-align: center;
font-size:24px;
}
h1 {
text-transform: uppercase;
font-size: 85px;
font-weight: 700;
letter-spacing: 0.015em;
}
h1::after {
content: '';
width: 80px;
display: block;
background: #fff;
height: 10px;
margin: 30px auto;
line-height: 1.1;
}
p {
margin: 0 0 30px 0;
font-size: 24px;
}
.btn {
display: inline-block;
padding: 15px 30px;
border: 2px solid #fff;
text-transform: uppercase;
letter-spacing: 0.015em;
font-size: 18px;
font-weight: 700;
line-height: 1;
color: #fff;
text-decoration: none;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.btn:hover {
color: #005544;
border-color: #005544;
}
@media only screen and (max-width: 1000px) {
h1 {
font-size: 70px;
}
}
@media only screen and (max-width: 800px) {
h1 {
font-size: 48px;
}
h1::after {
height: 8px;
}
}
@media only screen and (max-width: 568px) {
.intro {
padding: 0 10px;
}
h1 {
font-size: 30px;
}
h1::after {
height: 6px;
}
p {
font-size: 18px;
}
.btn {
font-size: 16px;
}
}
@media only screen and (max-width: 320px) {
h1 {
font-size: 28px;
}
h1::after {
height: 4px;
}
}
.layui-layer-dialog .layui-layer-content{
color:#000;
}
/*
#particles{
width:100%;
height:100%;
background: url("../bg.jpg") no-repeat 0 0;
position: absolute;
z-index:9999999999999;
} */

BIN
furongNav/img/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
furongNav/img/10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
furongNav/img/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
furongNav/img/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
furongNav/img/4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
furongNav/img/5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
furongNav/img/6.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
furongNav/img/7.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
furongNav/img/8.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
furongNav/img/9.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

BIN
furongNav/img/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

58
furongNav/index.html Normal file
View File

@ -0,0 +1,58 @@
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<title>首页</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../public/layui/css/layui.css">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div id="particles">
<div class="topTitle setTitle"></div>
<div class="intro">
<div>
<div class="div5 basicInfo">
<p>基础信息</p>
</div>
<div class="div5 policeProtectionLinkage">
<p>警保联动</p>
</div>
<div class="div5 videoInspection">
<p>视频巡查</p>
</div>
<div class="div5 starrating">
<p>星级评定</p>
</div>
<div class="div5 threeColorAlarm">
<p>三色预警</p>
</div>
<div class="div5 workInClock">
<p>护校考勤</p>
</div>
<div class="div5 intelligenceEarlyWarning">
<p>智能预警</p>
</div>
<div class="div5 schoolStyle">
<p>校园风采</p>
</div>
<div>
<p>安全检查</p>
<div></div>
</div>
<div >
<p>无人机</p>
<div></div>
</div>
</div>
</div>
</div>
<script src="../public/js/axios.min.js"></script>
<script type='text/javascript' src='../public/js/jquery-3.4.1.min.js'></script>
<script src="../public/js/setTilte.js"></script>
<script src="../public/layui/layui.all.js"></script>
<script src="./index.js" type="module"></script>
</body>
</html>

26
furongNav/index.js Normal file
View File

@ -0,0 +1,26 @@
import {setTokenActive} from "./session.js"
$(".policeProtectionLinkage").on('click',function(){
window.open("../cmdDispatch.html");
})
$(".videoInspection").on('click',function(){
window.open("../pages/video/index.html");
})
$(".basicInfo").on('click',function(){
window.open("../pages/basicinfo/index.html");
})
$(".starrating").on('click',function(){
window.open("../pages/starrating/index.html");
})
$(".threeColorAlarm").on('click',function(){
window.open("../pages/threeColorAlarm/index.html");
})
$(".workInClock").on('click',function(){
window.open("../pages/workInClock/index.html");
})
$(".intelligenceEarlyWarning").on('click',function(){
window.open("../pages/intelligenceEarlyWarning/index.html");
})
$(".schoolStyle").on('click',function(){
window.open("../pages/schoolStyle/index.html");
})
setTokenActive();

35
furongNav/session.js Normal file
View File

@ -0,0 +1,35 @@
import { stationurl } from "../public/js/url.js";
var heartbeat=5;
var tokenTime=30000;
//设置token的保活
function setTokenActive(){
var loginJson=sessionStorage.getItem("unameInfoStr");
var loginInfo=JSON.parse(loginJson);
axios.defaults.headers.common['Authorization'] = loginInfo["session"];
setInterval(()=>{
var url=stationurl + "/firectrl/client/user/active";
heartbeat--;
if(heartbeat==0){
//登出以后,销毁session
layer.confirm("网络连接中断...请重新的登录", {
btn:[ '确定'],
title:false,
closeBtn:false,
shade: 0.5,
}, function(index) {
window.location.href="../login.html";
});
}
axios({
method:'post',
url:url,
}).then(res => {
heartbeat=5;
}).catch(function(error) {
console.log(error)
})
},tokenTime)
}
export {setTokenActive}

3
iframe/video/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

View File

@ -0,0 +1,40 @@
.h5video {
width: 576px;
height: 320px;
border: 1px solid black;
background-color:#000000;
}
.h5video1 {
width: 100%;
height: 100%;
border: 1px solid black;
background-color:#000000;
}
.h5videodiv{
display: inline-block;
position:relative;
}
.h5videodiv1{
width: 100%;
height: 100%;
position:relative;
/* background-color:#000000; */
}
.playpause {
background-image:url(/img/media_play_pause_resume.png);
background-repeat:no-repeat;
width:25%;
height:25%;
position:absolute;
left:0%;
right:0%;
top:0%;
bottom:0%;
margin:auto;
background-size:contain;
background-position: center;
}

BIN
iframe/video/img/exit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

206
iframe/video/index.html Normal file
View File

@ -0,0 +1,206 @@
<!DOCTYPE HTML>
<html>
<head>
<title>H5STREAM VIDEO</title>
<meta http-equiv=Content-Type content="text/html;charset=utf-8">
<script src="js/jquery-3.1.1.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/adapter.js"></script>
<script src="js/platform.js"></script>
<script src="js/h5splayer.js"></script>
<script src="js/h5splayerhelper.js"></script>
<link rel="stylesheet" type="text/css" href="css/h5splayer.css" />
<style>
* {
padding: 0;
margin: 0;
}
@font-face
{
font-family: myRegular;
src: url('../../../alibabaFont/FZPingXYSJW.TTF');
}
html,
body {
font-family:myRegular ;
width: 100%;
height: 100%;
overflow: hidden;
}
body:hover .videoBox{
display: block;
}
.videoBox{
width:80px;
position: absolute;
line-height:30px;
height:30px;
bottom:0;
right:0;
color:#fff;
display: none;
font-size:12px;
z-index:9999999999 !important;
}
.videoBox>img{
float:right;
width:20px;
height:20px;
background: rgb(23,69,173);
padding:5px;
margin-right:5px;
border-radius: 2px;
}
</style>
</head>
<body>
<div class="h5videodiv1">
<video class="h5video1" id="h5sVideo1" autoplay webkit-playsinline playsinline></video>
<div class="playpause" id="playpause1"></div>
<div class="videoBox" >
<img src="./img/videoFullscreen.png" alt="" class="fullpage" state="close">
<img src="./img/exit.png" alt="" class="exit">
</div>
</div>
</body>
<script>
$(document).ready(function () {
var timer;
var strToken;
strToken = GetURLParameter("token");
var strStream;
strStream = GetURLParameter("stream");
var strSession;
strSession = GetURLParameter("session");
var exitType=GetURLParameter("exitType");
if(exitType == "none"){
$(".exit").css("display","none");
}
var conf1 = {
videoid: 'h5sVideo1',
protocol: window.location.protocol, //'http:' or 'https:'
// host: window.location.host, //'localhost:8080'
// host: '101.89.199.154:8080',
// token:'34020000001320010205',
// session:"976bc6a2-d1b2-4738-8d34-1b1084262dd2",
host:'43.15.198.61:18085',
token: strToken,
session: strSession, //session got from login
rootpath: '/', // '/'
streamcheck: 'true', //'true' or 'false' enable/disable check stream and reconnect, default is true, only valid for WS
hlsver: 'v1', //v1 is for ts, v2 is for fmp4
consolelog: 'true' // 'true' or 'false' enable/disable console.log
};
var v1 = new H5sPlayerWS(conf1);
if (GetURLParameter("autoplay") != undefined) {
$('#h5sVideo1').prop("muted", true);
function autoplayFunction() {
timer = setTimeout(function () {
$('#h5sVideo1').parent().click()
$('#playpause1').fadeOut();
}, 0);
return timer;
}
autoplayFunction();
}
$('#h5sVideo1').get(0).onplay = function () {
console.log("The video has started to play");
};
$('#h5sVideo1').parent().click(function () {
if ($(this).children(".h5video1").get(0).paused) {
//$(this).children(".h5video1").get(0).play();
if (v1 != null) {
v1.disconnect();
delete v1;
v1 = null;
}
v1 = new H5sPlayerWS(conf1);
v1.connect();
$(this).children(".playpause").fadeOut();
} else {//点击页面暂停的
// v1.disconnect();
// delete v1;
// v1 = null;
// $(this).children(".h5video1").get(0).pause();
// $(this).children(".playpause").fadeIn();
}
});
$(".exit").on('click',function(){
closeVideoData()
})
//页面销毁触发
window.onbeforeunload=function(){
closeVideoData();
}
function closeVideoData(){
var param = {
"sender":"children",
"receiver":"parent",
"deviceid":strToken,
"cmd":"closePage"
};
window.parent.postMessage(param,'*');
window.close();
}
$(".fullpage").on('click',function(){
var state=$(this).attr("state");
if(state=="close"){
fullScreen();
$(this).attr("state","open");
}else{
exitFullscreen();
$(this).attr("state","close");
}
})
//全屏
function fullScreen() {
var element = document.documentElement;
if (element.requestFullscreen) {
element.requestFullscreen();
} else if (element.msRequestFullscreen) {
element.msRequestFullscreen();
} else if (element.mozRequestFullScreen) {
element.mozRequestFullScreen();
} else if (element.webkitRequestFullscreen) {
element.webkitRequestFullscreen();
}
}
//退出全屏
function exitFullscreen() {
if (document.exitFullscreen) {
document.exitFullscreen();
} else if (document.msExitFullscreen) {
document.msExitFullscreen();
} else if (document.mozCancelFullScreen) {
document.mozCancelFullScreen();
} else if (document.webkitExitFullscreen) {
document.webkitExitFullscreen();
}
}
});
</script>
</html>

4917
iframe/video/js/adapter.js Normal file

File diff suppressed because it is too large Load Diff

2377
iframe/video/js/bootstrap.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,110 @@
/**
* Check platform and OS
(platform.name); // 'Safari'
(platform.version); // '11.1'
(platform.product); // 'iPad'
(platform.manufacturer); // 'Apple'
(platform.layout); // 'WebKit'
(platform.os.family); // 'iOS'
(platform.description);// 'Safari 11.1 on Apple iPad (iOS 11.0)'
*/
function H5siOS() {
var browserName=platform.os.family;
if(/ios/i.test(browserName) ){
return true;
}
return false;
}
function H5sChromeBrowser(){
var browserName=platform.name;
if(/chrome/i.test(browserName) ){
return true;
}
return false;
}
function H5sEdgeBrowser(){
var browserName=platform.name;
if(/edge/i.test(browserName) ){
return true;
}
return false;
}
function H5sSafariBrowser(){
var browserName=platform.name;
console.log(browserName);
if(/safari/i.test(browserName) ){
return true;
}
return false;
}
function H5sAndriodPlatform(){
var browserName=platform.os.family;
if(/android/i.test(browserName) ){
return true;
}
return false;
}
/**
*=================H5Player Create
*
*/
function H5sPlayerCreate(conf) {
var player;
if (H5siOS())
{
player = new H5sPlayerRTC(conf);
}else{
player = new H5sPlayerWS(conf);
}
return player;
}
function GetURLParameter(sParam)
{
var sPageURL = window.location.search.substring(1);
var sURLVariables = sPageURL.split('&');
for (var i = 0; i < sURLVariables.length; i++)
{
var sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] == sParam)
{
return sParameterName[1];
}
}
}
function H5sSnapshot(vid, fileName)
{
var video = vid;
var w = video.videoWidth;//video.videoWidth * scaleFactor;
var h = video.videoHeight;//video.videoHeight * scaleFactor;
var canvas = document.createElement('canvas');
canvas.width = w;
canvas.height = h;
var ctx = canvas.getContext('2d');
ctx.drawImage(video, 0, 0, w, h);
var MIME_TYPE = "image/png";
var imgURL = canvas.toDataURL(MIME_TYPE);
var dlLink = document.createElement('a');
dlLink.download = fileName;
dlLink.href = imgURL;
dlLink.dataset.downloadurl = [MIME_TYPE, dlLink.download, dlLink.href].join(':');
document.body.appendChild(dlLink);
dlLink.click();
document.body.removeChild(dlLink);
}

10220
iframe/video/js/jquery-3.1.1.js vendored Normal file

File diff suppressed because it is too large Load Diff

1217
iframe/video/js/platform.js Normal file

File diff suppressed because it is too large Load Diff

364
index.html Normal file
View File

@ -0,0 +1,364 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>安校平台</title>
<link rel="stylesheet" href="./public/layui/css/layui.css">
<link rel="stylesheet" href="./pages/index/css/index.css">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"/>
</head>
<body>
<div id="cityManageContent">
<div id="mainHeader">
<div class="mainHeaderTop">
<div class="mainTopMenuList mainTopLeft">
<div>
<p class="temperature"></p>
<p class="weatherCondition"></p>
</div>
<div>
<p class="windDirection"></p>
<p class="temIndexNumber"></p>
</div>
</div>
<div class="systemNameUpdate">
<p class="setTitle">安校平台</p>
</div>
<div class="mainTopMenuList">
<div>
<p class="loginUser"><img src="./pages/index/image/user.png">admin</p>
<p class="fullScreen" state="close"><img src="./pages/index/image/fullscreen.png">全屏</p>
<p class="cmdDispatch">指挥调度</p>
</div>
<div class="currentTime"><span>星期一</span> <span>2023-02-20 12:29:11</span></div>
</div>
</div>
</div>
<div id="mainContent">
<div class="mainContentL">
<div class="mainContentL_sInfo">
<p>基础信息</p>
</div>
<div class="mainContentL_sEegant">
<p class="titleBg">
统计数据
<span class="levelName">芙蓉区</span>
</p>
<div class="mainContentL_sEegant_box">
<div>
<img src="./pages/index/image/totalDataImg.png" alt="">
<p class="schoolTotal">0</p>
<p>校园总数</p>
</div>
<div>
<img src="./pages/index/image/totalDataImg.png" alt="">
<p class="schoolStudentsNumber">0</p>
<p>学生总数</p>
</div>
<div>
<img src="./pages/index/image/totalDataImg.png" alt="">
<p class="schoolTeachersNumber">0</p>
<p>教职工总数</p>
</div>
<div>
<img src="./pages/index/image/totalDataImg.png" alt="">
<p class="schoolGuardersNumber">0</p>
<p>安保人员总数</p>
</div>
</div>
</div>
<div class="mainContent_SchoolSafety">
<p class="titleBg">
校安风采
<span class="levelName">芙蓉区</span>
</p>
<div class="schoolSafety">
<div>
<div>
<img src="./pages/index/image/xinwen1.png" alt="">
</div>
<div>2023年芙蓉区公安工作会议召开</div>
</div>
<div>
<div>
<img src="./pages/index/image/xinwen2.png" alt="">
</div>
<div>看护校园最安心的“警”色</div>
</div>
</div>
</div>
<div class="mainContentL_sSafe">
<div class="titleBg">
区域星级评分
<span class="levelName">芙蓉区</span>
</div>
<div class="mainContentL_sSafe_box"></div>
</div>
<div class="mainContentL_sManage">
<div class="titleBg">
校园星级分布
<span class="levelName">芙蓉区</span>
</div>
<div class="mainContentL_sManage_box">
<div id="sManage_box_echart">
</div>
</div>
</div>
</div>
<div class="mainContentC">
<div class="mainContentC_t">
<div class="superli">
<ul>
<li class="centerBg"><a>校内</a></li>
<li><a>校外</a></li>
<li><a>校岗</a></li>
<li><a>校餐</a></li>
<li><a>校车</a></li>
<li><a>告警</a></li>
</ul>
<div>
<p class="mainContentC_title">芙蓉区</p>
<p><span class="systemTotal">0</span><span></span></p>
</div>
</div>
<div class="indexMapBg"></div>
</div>
<div class="mainContentC_b">
<div class="mainContentC_b_t">
<span>预警事件 <span>(0)</span></span>
<span>更多</span>
</div>
<div class="mainContentC_b_b">
<table class="layui-hide" id="eventUpload" lay-filter="eventUpload"></table>
<script type="text/html" id="eventUploadScript">
<a class="layui-btn " lay-event="handle">详情</a>
</script>
</div>
</div>
</div>
<div class="mainContentR">
<div class="mainContentR_sInfo">
<p>体征监控</p>
</div>
<div class="mainContentR_t">
<p class="titleBg">
体征轮巡
<span class="mainContentR_t_title">---校内</span>
<span class="levelName">芙蓉区</span>
</p>
<div class="mainContentR_t_box">
<ul>
<li index=0 class="selectColor"><span>校内<br/>正常</span><img src="./pages/index/image/pointer.png"></li>
<li index=1><span>校外<br/>正常</span></li>
<li index=2><span>校岗<br/>正常</span></li>
<li index=3><span>校餐<br/>正常</span></li>
<li index=4><span>校车<br/>正常</span></li>
<li index=5><span>告警<br/>正常</span></li>
</ul>
<div class="mainContentR_t_carousel">
<div class="layui-carousel" id="carousel" lay-filter="myCarousel">
<div carousel-item>
<div>
<div class="carousel_inschool schoolCarousel">
<p>基础设施</p>
<div class="carousel_inschool_t">
<div>
<p>封闭校园</p>
<p class="sealzone_number">0</p>
</div>
<div>
<p>防冲撞设备</p>
<p class="collision_number">0</p>
</div>
<div>
<p>报警系统联网</p>
<p class="alarmpush_number">0</p>
</div>
<div>
<p>视频系统联网</p>
<p class="ipclinked_number">0</p>
</div>
<div>
<p>护学岗建立</p>
<p class="schoolbox_number">0</p>
</div>
<div>
<p>明厨亮照联网</p>
<p class="kitchensystem_number">0</p>
</div>
</div>
<p>校园类型</p>
<div class="carousel_inschool_b schoolCarousel_b">
<div id="inschool_echart"></div>
</div>
</div>
</div>
<div>
<div class="carousel_inschool schoolCarousel">
<p>基础设施</p>
<div class="carousel_inschool_t">
<div>
<p>监控摄像总数</p>
<p>844</p>
</div>
<div>
<p>预总数</p>
<p>7654</p>
</div>
<div>
<p>校园周边预警</p>
<p>654</p>
</div>
</div>
<p>校园周边预警分布</p>
<div class="carousel_inschool_b schoolCarousel_b">
<div id="outschool_echart"></div>
</div>
</div>
</div>
<div>
<div class="carousel_inschool schoolCarousel">
<p>签到数量</p>
<div class="carousel_inschool_t">
<div>
<p>护校警力</p>
<p class="police_percent_number">0</p>
</div>
<div>
<p>专职保安</p>
<p class="guarder_percent_number">0</p>
</div>
<div>
<p>行政值班</p>
<p class="staff_percent_number">0</p>
</div>
<div>
<p>校内志愿者</p>
<p class="protector_percent_number">2</p>
</div>
</div>
<p>校岗人员</p>
<div class="carousel_inschool_b schoolCarousel_b">
<div id="postschool_echart"></div>
</div>
</div>
</div>
<div>
<div class="carousel_inschool schoolCarousel">
<div class="carousel_inschool_t">
<div>
<p>食堂总数</p>
<p>50</p>
</div>
<div>
<p>员工总数</p>
<p>100</p>
</div>
<div>
<p>明厨亮灶</p>
<p>100</p>
</div>
</div>
<p>预警分布</p>
<div class="carousel_inschool_b schoolCarousel_b">
<div id="roomschool_echart"></div>
</div>
</div>
</div>
<div>
<div class="carousel_inschool schoolCarousel">
<p>校车信息</p>
<div class="carousel_inschool_t">
<div>
<p>校车总数</p>
<p class="schoolbus_number">0</p>
</div>
<div>
<p>司机总数</p>
<p class="busdrivers_number">0</p>
</div>
<div>
<p>随车老师</p>
<p class="busteachers_number">0</p>
</div>
</div>
<p>预警分布</p>
<div class="carousel_inschool_b schoolCarousel_b">
<div id="carschool_echart"></div>
</div>
</div>
</div>
<div>
<div class="carousel_inschool schoolCarousel">
<div class="carousel_inschool_t">
<div>
<p>告警总数</p>
<p>50</p>
</div>
<div>
<p>已处理</p>
<p>100</p>
</div>
<div>
<p>未处理</p>
<p>100</p>
</div>
</div>
<p>告警分布</p>
<div class="carousel_inschool_b schoolCarousel_b">
<div id="alarmschool_echart"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mainContentR_b">
<p class="titleBg">
月度走势
<span class="levelName">芙蓉区</span>
</p>
<div class="mainContentR_b_box">
<div class="systemgradebox">
<div>
<p>2023-03月 预警告警走势</p>
<p>
<span class="systemgradeboxSelectBg"></span>
<span></span>
</p>
</div>
<div id="systemgradechart"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="./public/js/countUp.js"></script>
<script src="./public/js/axios.min.js"></script>
<script src="./public/js/jquery-3.4.1.min.js"></script>
<script src="./public/layui/layui.all.js"></script>
<script src="./public/js/echarts.min.js"></script>
<script src="./public/js/md5.js"></script>
<script src="./pages/index/js/index.js" type="module"></script>
</body>
</html>

190
login.html Normal file
View File

@ -0,0 +1,190 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>智慧防控管理平台</title>
<link rel="shortcut icon" href="pages/index/image/system.ico" />
<link rel="stylesheet" href="pages/login/login.css" type="text/css" />
<link rel="stylesheet" href="public/layui/css/layui.css">
</head>
<body style="overflow-y:hidden;">
<!-- 编辑弹框 开始-->
<div class="pop" id="pop" style="display: none;">
<div class="pop-top">
<span>编辑</span>
<img onclick="closePoP()" src="./pages/login/images/bondedArea/close.png">
</div>
<ul class="pop-main">
<li><span class="pop-label">标题:</span><input class="pop-text" id="bigTitle" type="text"></li>
<li>
<span class="pop-label">logo:</span>
<a class="uploadButton">上传logo</a><span class="tip">logo为小于1M的图片</span>
<input type="file" id="file" accept="image/*" onchange="getLogo(this)">
</li>
<li id="popShowImgLi">
<img id="popShowImg" style="height: 60px;" src="" alt="">
</li>
<li style="text-align: center;"><button class="pop-button" onclick="submit()">确认保存</button></li>
</ul>
</div>
<!-- 编辑弹框 结束 -->
<div class="page">
<div id="logodiv" style="display: none;">
<img id="logoImg" src="">
<span id="logoText"></span>
</div>
<div id="setButton" style="display: none;" class="set-div" onclick="set()"><img
src="./pages/login/images/bondedArea/set.png" style="margin-right: 5px;"><span>配置</span>
</div>
<div class="bg">
<div class="main">
<div class="login-div">
<ul>
<!--<li class="title1 setTitle"><span class="title1-span"></span></li>-->
<li class="title1"><span class="title1-span">智慧防控管理平台</span></li>
<li class="title2">
<img src="./pages/login/images/bondedArea/title-left.png">
<span class="title2-span">系统登录</span>
<img src="./pages/login/images/bondedArea/title-right.png">
</li>
</ul>
<ul class="login">
<li><input class="input input-text username" placeholder="用户名" name="user" autocomplete type="text" /></li>
<li><input class="input input-password password" id="pwd" placeholder="密码" name="pwd" autocomplete
type="text" />
<img id="eye" onclick="toggle()" src="./pages/login/images/bondedArea/close-eye.png">
</li>
<li class="yzm-li"><input class="input input-yzm" id="verCode" placeholder="验证码" autocomplete type="text" />
<div class="yzm-div">
<canvas id="canvas"></canvas>
</div>
</li>
<li class="login-li-checkbox">
<label><input type="checkbox" /><span class="checkbox-text" id="rememberPwd">记住密码</span></label>
<span class="error"></span>
</li>
<li class="login-li-button"><input class="button" type="button" value="登录" /></li>
</ul>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="public/layui/layui.all.js"></script>
<script src="public/js/jquery-3.4.1.min.js"></script>
<script src="public/js/md5.js?v=1.0"></script>
<script src="pages/login/login.js" type="module"></script>
<script>
//切换密码眼睛
function toggle() {
var img = document.getElementById('eye');
var pwd = document.getElementById('pwd');
var src = img.getAttribute('src')
if (src == './pages/login/images/bondedArea/close-eye.png') {
img.src = "./pages/login/images/bondedArea/open-eye.png";
pwd.type = 'text'
} else {
img.src = "./pages/login/images/bondedArea/close-eye.png";
pwd.type = 'password'
}
}
function bodyHeight() { // 给body屏幕高度
let windowHeight = document.documentElement.clientHeight
let bodyE = document.getElementsByTagName('body')[0]
bodyE.style.height = windowHeight + 'px'
}
window.onload = function () {
bodyHeight()
}
window.onresize = function () {
bodyHeight()
}
// 获取对象
var setButton = document.getElementById('setButton') // 设置按钮
var pop = document.getElementById('pop') // 弹框
var file = document.getElementById('file') // 上传文件
var bigTitle = document.getElementById('bigTitle')// 标题输入框
var logoText = document.getElementById('logoText') // logo的文字
var logoImg = document.getElementById('logoImg') // logo的图片
var logodiv = document.getElementById('logodiv') // logo 图片连文字那一块
var popShowImg = document.getElementById('popShowImg') // 弹框内显示的图片
var popShowImgLi = document.getElementById('popShowImgLi')
var obj = {} // 用来保存本地的对象
function getLogo(e) { // 得到上传的logo
let size = e.files[0].size
let maxsize = 1024 * 1024 * 1 // 限制为1M
if (size > maxsize) {
alert('请确保图片小于1M')
file.value = ''
}
else {
// 解析成base64格式
var reader = new FileReader()
reader.readAsDataURL(e.files[0])
reader.onload = function () {
obj.img = this.result
popShowImg.setAttribute('src', this.result)
popShowImgLi.setAttribute('style', 'display:block') // 显示出来
}
}
}
function submit() { // 点击提交
obj.text = bigTitle.value
let objString = JSON.stringify(obj) // 对象转字符串
localStorage.setItem("logo", objString)
getStorage()
pop.setAttribute('style', 'display:none') // 关闭弹框
bigTitle.value = '' // 输入框清空
file.value = '' // 清空输入框
}
function set() { // 打开弹框
pop.setAttribute('style', 'display:block')
popShowImgLi.setAttribute('style', 'display:none')
let storageObj = JSON.parse(localStorage.getItem("logo"))
bigTitle.value=storageObj.text;
}
function geturlparam() { // 获取判断url
// window.location.href 获取地址
let url = window.location.href
let p = url.split('?')[1]
let params = new URLSearchParams(p)
if (params.get('logo') == 'true') { // 配置按钮显示
setButton.setAttribute('style', 'display:block')
logodiv.setAttribute('style', 'display:flex')
}
}
function closePoP() { // 关闭弹框
pop.setAttribute('style', 'display:none')
}
geturlparam()
getStorage()
function getStorage() {
// 读取本地logo数据
if (localStorage.getItem("logo")) {
let storageObj = JSON.parse(localStorage.getItem("logo"))
logoText.innerText = storageObj.text// 改变文字
if (!!storageObj.img) { // 有图片哒
logoImg.setAttribute('src', storageObj.img)// 改变logo
logoImg.setAttribute('style', 'display:block')
} else { // 没有图片的
logoImg.setAttribute('style', 'display:none')
}
}
}
</script>
</body>
</html>

View File

@ -0,0 +1,60 @@
.marker-cluster-small {
background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
background-color: rgba(241, 128, 23, 0.6);
}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
background-color: rgb(110, 204, 57);
}
.leaflet-oldie .marker-cluster-medium {
background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
background-color: rgb(240, 194, 12);
}
.leaflet-oldie .marker-cluster-large {
background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
background-color: rgb(241, 128, 23);
}
.marker-cluster {
background-clip: padding-box;
border-radius: 20px;
}
.marker-cluster div {
width: 30px;
height: 30px;
margin-left: 5px;
margin-top: 5px;
text-align: center;
border-radius: 15px;
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
line-height: 30px;
}

View File

@ -0,0 +1,14 @@
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

View File

@ -0,0 +1,406 @@
export var MarkerCluster = L.MarkerCluster = L.Marker.extend({
options: L.Icon.prototype.options,
initialize: function (group, zoom, a, b) {
L.Marker.prototype.initialize.call(this, a ? (a._cLatLng || a.getLatLng()) : new L.LatLng(0, 0),
{ icon: this, pane: group.options.clusterPane });
this._group = group;
this._zoom = zoom;
this._markers = [];
this._childClusters = [];
this._childCount = 0;
this._iconNeedsUpdate = true;
this._boundsNeedUpdate = true;
this._bounds = new L.LatLngBounds();
if (a) {
this._addChild(a);
}
if (b) {
this._addChild(b);
}
},
//Recursively retrieve all child markers of this cluster
getAllChildMarkers: function (storageArray, ignoreDraggedMarker) {
storageArray = storageArray || [];
for (var i = this._childClusters.length - 1; i >= 0; i--) {
this._childClusters[i].getAllChildMarkers(storageArray, ignoreDraggedMarker);
}
for (var j = this._markers.length - 1; j >= 0; j--) {
if (ignoreDraggedMarker && this._markers[j].__dragStart) {
continue;
}
storageArray.push(this._markers[j]);
}
return storageArray;
},
//Returns the count of how many child markers we have
getChildCount: function () {
return this._childCount;
},
//Zoom to the minimum of showing all of the child markers, or the extents of this cluster
zoomToBounds: function (fitBoundsOptions) {
var childClusters = this._childClusters.slice(),
map = this._group._map,
boundsZoom = map.getBoundsZoom(this._bounds),
zoom = this._zoom + 1,
mapZoom = map.getZoom(),
i;
//calculate how far we need to zoom down to see all of the markers
while (childClusters.length > 0 && boundsZoom > zoom) {
zoom++;
var newClusters = [];
for (i = 0; i < childClusters.length; i++) {
newClusters = newClusters.concat(childClusters[i]._childClusters);
}
childClusters = newClusters;
}
if (boundsZoom > zoom) {
this._group._map.setView(this._latlng, zoom);
} else if (boundsZoom <= mapZoom) { //If fitBounds wouldn't zoom us down, zoom us down instead
this._group._map.setView(this._latlng, mapZoom + 1);
} else {
this._group._map.fitBounds(this._bounds, fitBoundsOptions);
}
},
getBounds: function () {
var bounds = new L.LatLngBounds();
bounds.extend(this._bounds);
return bounds;
},
_updateIcon: function () {
this._iconNeedsUpdate = true;
if (this._icon) {
this.setIcon(this);
}
},
//Cludge for Icon, we pretend to be an icon for performance
createIcon: function () {
if (this._iconNeedsUpdate) {
this._iconObj = this._group.options.iconCreateFunction(this);
this._iconNeedsUpdate = false;
}
return this._iconObj.createIcon();
},
createShadow: function () {
return this._iconObj.createShadow();
},
_addChild: function (new1, isNotificationFromChild) {
this._iconNeedsUpdate = true;
this._boundsNeedUpdate = true;
this._setClusterCenter(new1);
if (new1 instanceof L.MarkerCluster) {
if (!isNotificationFromChild) {
this._childClusters.push(new1);
new1.__parent = this;
}
this._childCount += new1._childCount;
} else {
if (!isNotificationFromChild) {
this._markers.push(new1);
}
this._childCount++;
}
if (this.__parent) {
this.__parent._addChild(new1, true);
}
},
/**
* Makes sure the cluster center is set. If not, uses the child center if it is a cluster, or the marker position.
* @param child L.MarkerCluster|L.Marker that will be used as cluster center if not defined yet.
* @private
*/
_setClusterCenter: function (child) {
if (!this._cLatLng) {
// when clustering, take position of the first point as the cluster center
this._cLatLng = child._cLatLng || child._latlng;
}
},
/**
* Assigns impossible bounding values so that the next extend entirely determines the new bounds.
* This method avoids having to trash the previous L.LatLngBounds object and to create a new one, which is much slower for this class.
* As long as the bounds are not extended, most other methods would probably fail, as they would with bounds initialized but not extended.
* @private
*/
_resetBounds: function () {
var bounds = this._bounds;
if (bounds._southWest) {
bounds._southWest.lat = Infinity;
bounds._southWest.lng = Infinity;
}
if (bounds._northEast) {
bounds._northEast.lat = -Infinity;
bounds._northEast.lng = -Infinity;
}
},
_recalculateBounds: function () {
var markers = this._markers,
childClusters = this._childClusters,
latSum = 0,
lngSum = 0,
totalCount = this._childCount,
i, child, childLatLng, childCount;
// Case where all markers are removed from the map and we are left with just an empty _topClusterLevel.
if (totalCount === 0) {
return;
}
// Reset rather than creating a new object, for performance.
this._resetBounds();
// Child markers.
for (i = 0; i < markers.length; i++) {
childLatLng = markers[i]._latlng;
this._bounds.extend(childLatLng);
latSum += childLatLng.lat;
lngSum += childLatLng.lng;
}
// Child clusters.
for (i = 0; i < childClusters.length; i++) {
child = childClusters[i];
// Re-compute child bounds and weighted position first if necessary.
if (child._boundsNeedUpdate) {
child._recalculateBounds();
}
this._bounds.extend(child._bounds);
childLatLng = child._wLatLng;
childCount = child._childCount;
latSum += childLatLng.lat * childCount;
lngSum += childLatLng.lng * childCount;
}
this._latlng = this._wLatLng = new L.LatLng(latSum / totalCount, lngSum / totalCount);
// Reset dirty flag.
this._boundsNeedUpdate = false;
},
//Set our markers position as given and add it to the map
_addToMap: function (startPos) {
if (startPos) {
this._backupLatlng = this._latlng;
this.setLatLng(startPos);
}
this._group._featureGroup.addLayer(this);
},
_recursivelyAnimateChildrenIn: function (bounds, center, maxZoom) {
this._recursively(bounds, this._group._map.getMinZoom(), maxZoom - 1,
function (c) {
var markers = c._markers,
i, m;
for (i = markers.length - 1; i >= 0; i--) {
m = markers[i];
//Only do it if the icon is still on the map
if (m._icon) {
m._setPos(center);
m.clusterHide();
}
}
},
function (c) {
var childClusters = c._childClusters,
j, cm;
for (j = childClusters.length - 1; j >= 0; j--) {
cm = childClusters[j];
if (cm._icon) {
cm._setPos(center);
cm.clusterHide();
}
}
}
);
},
_recursivelyAnimateChildrenInAndAddSelfToMap: function (bounds, mapMinZoom, previousZoomLevel, newZoomLevel) {
this._recursively(bounds, newZoomLevel, mapMinZoom,
function (c) {
c._recursivelyAnimateChildrenIn(bounds, c._group._map.latLngToLayerPoint(c.getLatLng()).round(), previousZoomLevel);
//TODO: depthToAnimateIn affects _isSingleParent, if there is a multizoom we may/may not be.
//As a hack we only do a animation free zoom on a single level zoom, if someone does multiple levels then we always animate
if (c._isSingleParent() && previousZoomLevel - 1 === newZoomLevel) {
c.clusterShow();
c._recursivelyRemoveChildrenFromMap(bounds, mapMinZoom, previousZoomLevel); //Immediately remove our children as we are replacing them. TODO previousBounds not bounds
} else {
c.clusterHide();
}
c._addToMap();
}
);
},
_recursivelyBecomeVisible: function (bounds, zoomLevel) {
this._recursively(bounds, this._group._map.getMinZoom(), zoomLevel, null, function (c) {
c.clusterShow();
});
},
_recursivelyAddChildrenToMap: function (startPos, zoomLevel, bounds) {
this._recursively(bounds, this._group._map.getMinZoom() - 1, zoomLevel,
function (c) {
if (zoomLevel === c._zoom) {
return;
}
//Add our child markers at startPos (so they can be animated out)
for (var i = c._markers.length - 1; i >= 0; i--) {
var nm = c._markers[i];
if (!bounds.contains(nm._latlng)) {
continue;
}
if (startPos) {
nm._backupLatlng = nm.getLatLng();
nm.setLatLng(startPos);
if (nm.clusterHide) {
nm.clusterHide();
}
}
c._group._featureGroup.addLayer(nm);
}
},
function (c) {
c._addToMap(startPos);
}
);
},
_recursivelyRestoreChildPositions: function (zoomLevel) {
//Fix positions of child markers
for (var i = this._markers.length - 1; i >= 0; i--) {
var nm = this._markers[i];
if (nm._backupLatlng) {
nm.setLatLng(nm._backupLatlng);
delete nm._backupLatlng;
}
}
if (zoomLevel - 1 === this._zoom) {
//Reposition child clusters
for (var j = this._childClusters.length - 1; j >= 0; j--) {
this._childClusters[j]._restorePosition();
}
} else {
for (var k = this._childClusters.length - 1; k >= 0; k--) {
this._childClusters[k]._recursivelyRestoreChildPositions(zoomLevel);
}
}
},
_restorePosition: function () {
if (this._backupLatlng) {
this.setLatLng(this._backupLatlng);
delete this._backupLatlng;
}
},
//exceptBounds: If set, don't remove any markers/clusters in it
_recursivelyRemoveChildrenFromMap: function (previousBounds, mapMinZoom, zoomLevel, exceptBounds) {
var m, i;
this._recursively(previousBounds, mapMinZoom - 1, zoomLevel - 1,
function (c) {
//Remove markers at every level
for (i = c._markers.length - 1; i >= 0; i--) {
m = c._markers[i];
if (!exceptBounds || !exceptBounds.contains(m._latlng)) {
c._group._featureGroup.removeLayer(m);
if (m.clusterShow) {
m.clusterShow();
}
}
}
},
function (c) {
//Remove child clusters at just the bottom level
for (i = c._childClusters.length - 1; i >= 0; i--) {
m = c._childClusters[i];
if (!exceptBounds || !exceptBounds.contains(m._latlng)) {
c._group._featureGroup.removeLayer(m);
if (m.clusterShow) {
m.clusterShow();
}
}
}
}
);
},
//Run the given functions recursively to this and child clusters
// boundsToApplyTo: a L.LatLngBounds representing the bounds of what clusters to recurse in to
// zoomLevelToStart: zoom level to start running functions (inclusive)
// zoomLevelToStop: zoom level to stop running functions (inclusive)
// runAtEveryLevel: function that takes an L.MarkerCluster as an argument that should be applied on every level
// runAtBottomLevel: function that takes an L.MarkerCluster as an argument that should be applied at only the bottom level
_recursively: function (boundsToApplyTo, zoomLevelToStart, zoomLevelToStop, runAtEveryLevel, runAtBottomLevel) {
var childClusters = this._childClusters,
zoom = this._zoom,
i, c;
if (zoomLevelToStart <= zoom) {
if (runAtEveryLevel) {
runAtEveryLevel(this);
}
if (runAtBottomLevel && zoom === zoomLevelToStop) {
runAtBottomLevel(this);
}
}
if (zoom < zoomLevelToStart || zoom < zoomLevelToStop) {
for (i = childClusters.length - 1; i >= 0; i--) {
c = childClusters[i];
if (c._boundsNeedUpdate) {
c._recalculateBounds();
}
if (boundsToApplyTo.intersects(c._bounds)) {
c._recursively(boundsToApplyTo, zoomLevelToStart, zoomLevelToStop, runAtEveryLevel, runAtBottomLevel);
}
}
}
},
//Returns true if we are the parent of only one cluster and that cluster is the same as us
_isSingleParent: function () {
//Don't need to check this._markers as the rest won't work if there are any
return this._childClusters.length > 0 && this._childClusters[0]._childCount === this._childCount;
}
});

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,20 @@
export function ajax(url,data,type="post"){
return new Promise((resolve,reject)=>{
$.ajax({
url:url,
type:type,
dataType:"json",
data:JSON.stringify(data),
headers:{
"Content-Type":"application/json;charset=utf-8",
},
success:function(resData){
resolve(resData);
},
error:function(error){
reject(error);
}
})
})
}

View File

@ -0,0 +1,320 @@
import { movedevicewebsocketurl } from "../../../public/js/url.js";
import {connectWebsocket,stationInfoTableList} from "../js/index.js";
import { drawMoveDeviceMarker } from "../js/marker/moveDeviceMarker.js";
import {playDeviceSosAudio,stopDeviceSosAudio} from "../audio/audio.js";
import { showStationIpcRightVideo } from "../js/schoolBaseInfo.js";
import { autoOpenRightSlide } from "../js/pageEventTool.js";
import {updateMarkerLatlng,setMoveDeviceAlarmNormalIcon,deleteOneMoveDeviceMarkerHash,closemdevAlarmIndex} from "../js/marker/moveDeviceMarker.js"
import { createSchoolTree } from "../js/tree.js";
import { getAlarmListbyScopeReq } from "../js/showAlarmListTable.js";
import { showAlarmAllList } from "../js/showAlarmListTable.js";
import { addMoveDeviceAlarmMarker, delMoveDeviceAlarmMarker } from "../js/marker/moveDeviceEventMarker.js";
let mdWsFlag = 60;
let mdWsTimer = null;
let mdWebsocketConnect = null;
let deviceHash={};
function moveDeviceWebsocket(){
return new Promise((resolve, reject) => {
mdWebsocketConnect = new WebSocket(movedevicewebsocketurl);
mdWebsocketConnect.onopen = function (evt) {
mdWsFlag = 3;
if (mdWsTimer != null) {
clearInterval(mdWsTimer);
mdWsTimer = null;
mdWsFlag=60;
}
resolve({
"msg":"移动设备websocket连接成功",
"code":0,
"mdWebsocketConnect":mdWebsocketConnect
})
setInterval(()=>{
let messageObj = {
"msgcode": 99,
"msgname": "hb",
"message":"hb"
}
if(mdWebsocketConnect!=null){
mdWebsocketConnect.send(JSON.stringify(messageObj));
}
},5000)
};
mdWebsocketConnect.onclose = function (evt) {
console.log("移动设备的websocket已经断开onclose");
mdWebsocketConnect.close();
mdevWebsocketReconnection();
};
mdWebsocketConnect.onerror = function (evt) {
console.log("移动设备的websocket已经断开onerror")
mdWebsocketConnect.close();
mdevWebsocketReconnection();
};
mdWebsocketConnect.onmessage = function (evt) {
var data=JSON.parse(evt.data);
var msgcode=data["msgcode"];
var message=data["message"];
if(msgcode=="4000"){//设备心跳
websoceketDeviceBear(message);
}else if(msgcode=="4001"){//这是普通的事件
//查询设备的事件跟报警
mdevEventSos(message);
}else if(msgcode=="4002"){//设备在线,离线状态
deviceStatusUpdate(message);
}else if(msgcode=="403"){//获取移动设备的设备列表
//这里需要判断一下,如果是重连,就不做任何事情,只需要连接一下
var list=message["list"];
var pagepro=message["pagepro"];
if(list!=null){
for(var dev=0;dev<list.length;dev++){
var deviceid=list[dev]["deviceid"];
list[dev]["sosState"]="normal";
deviceHash[deviceid]=list[dev];
}
}
if(pagepro=="end"||pagepro=="start-end"){
$(".school_baoan_number").html(Object.keys(deviceHash).length)
//更新marker
drawMoveDeviceMarker();
//需要把设备合并到学校的表
mdevMergeStationData();
//查询告警记录
showAlarmAllList();
}
}
}
})
}
function mdevMergeStationData(){
for(var i=0;i<stationInfoTableList.length;i++){
for(var d in deviceHash){
var station=deviceHash[d]["station"];
if(station==stationInfoTableList[i]["name"]){
var obj={
"id":4,
"text":deviceHash[d]["showname"],
"iconCls":"icon_detachment",
...deviceHash[d]
}
if(!("mdev" in stationInfoTableList[i])){
stationInfoTableList[i]["mdev"]=[];
}
stationInfoTableList[i]["mdev"].push(obj);
}
}
}
//建立数
createSchoolTree();
}
//设备状态改变4000
function websoceketDeviceBear(message){
for(var i=0;i<message.length;i++){
var deviceid=message[i]["deviceid"];
var mapLongi=message[i]["longitude"];
var mapLati=message[i]["latitude"];
var timestamp=timeFormat(message[i]["timestamp"]);//定位时间
var address=message[i]["address"];
var arg0=message[i]["arg0"];//(如果是执法仪,表示剩余内存,如果是车的,表示另外一个意思)
var arg1=message[i]["arg1"];//信号类型
var arg2=message[i]["arg2"];
var val0=message[i]["val0"];//信号强度
var power=message[i]["power"];
var speed=message[i]["speed"];
var locate=message[i]["locate"];//定位方式
var info=message[i]["info"];//表示设备信息("str,str,str"),第一个字段表示产品ID,第二个表示串号,第三个表示卡号,第4个表示版本号
if(deviceid in deviceHash){
deviceHash[deviceid]["arg0"]=arg0;
deviceHash[deviceid]["arg1"]=arg1;
deviceHash[deviceid]["arg2"]=arg2;
deviceHash[deviceid]["power"]=power;
deviceHash[deviceid]["longitude"]=mapLongi;
deviceHash[deviceid]["latitude"]=mapLati;
deviceHash[deviceid]["speed"]=speed;
deviceHash[deviceid]["address"]=address;
deviceHash[deviceid]["timestamp"]=timestamp;
if(deviceHash[deviceid]["status"]=="offline"){
deviceHash[deviceid]["status"]="online";
}
if(locate=="amap"){//wifi
var locate="网络定位";
}else if(locate=="GPS"){//移动网络
var locate="GPS定位";
}else{
var locate="未定位";
}
deviceHash[deviceid]["locate"]=locate;
deviceHash[deviceid]["timestamp"]=timestamp;
if(arg1==1){//wifi
var img=`./pages/cmddispatch/image/wifi${val0}.png`;
}else{//移动网络
var img=`./pages/cmddispatch/image/4g${val0}.png`;
}
deviceHash[deviceid]["arg1"]=img;
if(info!=null){
if(info.length!=0){
var infoArr=info.split(",");
deviceHash[deviceid]["cardNumber"]=infoArr[2];
if(infoArr.length>3){
deviceHash[deviceid]["appVersion"]=infoArr[3];
}else{
deviceHash[deviceid]["appVersion"]="未知";
}
}else{
var infoArr=[];
deviceHash[deviceid]["cardNumber"]="";
deviceHash[deviceid]["appVersion"]="未知";
}
}else{
var infoArr=[];
deviceHash[deviceid]["cardNumber"]="";
deviceHash[deviceid]["appVersion"]="未知";
}
//判断是否越界
if(message[i]["status"].length!=0){
if(message[i]["status"].indexOf("[")!=-1){
var data=JSON.parse(message[i]["status"]);
if(message[i]["status"].indexOf("statusext")!=-1){//找到了这个字段,新的协议
for(var s=0;s<data.length;s++){
if(data[s].indexOf("statusext")!=-1){//数据结构是["求助","{"statusext":"etc"}"]
var alarmObj=JSON.parse(data[s]);
if("alarm" in alarmObj){
var alarm=alarmObj["alarm"];
switch(alarm){
case ""://正常
// clearMoveDeviceSos(deviceid)
break;
case "sos"://事件
// createMoveDeviceSos(deviceid);
break;
default://测试报需要先按照正式报一起处理
break;
}
}
}
}
}
}
}
//如果marker在地图上面显示就去更新位置
updateMarkerLatlng(deviceHash[deviceid]);
}
}
}
function createMoveDeviceSos(obj){
var deviceid=obj["deviceid"];
//显示marker为事件状态
if(deviceid in deviceHash){
if(deviceHash[deviceid]["sosState"]=="normal"){
deviceHash[deviceid]["sosState"]="alarm";
deviceHash[deviceid]["alarmid"]=obj["alarmid"]
//播放声音
playDeviceSosAudio(deviceid);
//自动打开右侧菜单
autoOpenRightSlide();
//自动去打开学校附近IPC的视频
showStationIpcRightVideo(deviceHash[deviceid]);
//添加告警marker
addMoveDeviceAlarmMarker(deviceHash[deviceid]);
}
}
}
function clearMoveDeviceSos(deviceid){
//显示marker为事件状态
if(deviceid in deviceHash){
if(deviceHash[deviceid]["sosState"]=="alarm"){
deviceHash[deviceid]["sosState"]="normal";
//播放声音
stopDeviceSosAudio(deviceid);
//改变marker的状态
setMoveDeviceAlarmNormalIcon(deviceHash[deviceid]);
closemdevAlarmIndex();
//删除marker
delMoveDeviceAlarmMarker(deviceid)
}
}
}
function mdevEventSos(message){
for(var i=0;i<message.length;i++){
var major=message[i]["major"];
if(major=="terminal.sos"){//设备告警
//重新调用接口获取sos
getAlarmListbyScopeReq();
}
}
}
//设备状态改变4002
function deviceStatusUpdate(message){
for(var i=0;i<message.length;i++){
var deviceid=message[i]["deviceid"];
var status=message[i]["status"];
if(deviceid in deviceHash){
if(deviceHash[deviceid]["status"]!=status){
//如果设备在线,去更新一下marker,如果设备离线,直接删除marker
deviceHash[deviceid]["status"]=status;
//更新marker
if(status=="offline"){
deleteOneMoveDeviceMarkerHash(deviceid)
}
}
}
}
}
//时间格式化11/23 12:12:12
function timeFormat(time){
var currentTime = new Date(time);
var year = currentTime.getFullYear();
var getMonth = (currentTime.getMonth()) + 1;
var getDate = currentTime.getDate();
var getHours = currentTime.getHours();
var getMinutes = currentTime.getMinutes();
var getSeconds = currentTime.getSeconds();
if(getMonth < 10) {
getMonth = "0" + getMonth;
}
if(getDate < 10) {
getDate = "0" + getDate;
}
if(getHours < 10) {
getHours = "0" + getHours;
}
if(getMinutes < 10) {
getMinutes = "0" + getMinutes;
}
if(getSeconds < 10) {
getSeconds = "0" + getSeconds;
}
return getMonth + "/" + getDate + " " + getHours + ":" + getMinutes + ":" + getSeconds;
}
function mdevWebsocketReconnection(){
mdWebsocketConnect = null;
mdWsTimer = null;
if (mdWsTimer == null) {
mdWsTimer = setInterval(function () {
connectWebsocket();
mdWsFlag--;
if(mdWsFlag==0){
layer.msg("网络中断,请重新连接...");
clearInterval(mdWsTimer);
mdWsTimer = null;
}
}, 5000)
}
}
export {
moveDeviceWebsocket,
deviceHash,
clearMoveDeviceSos,
createMoveDeviceSos
}

View File

@ -0,0 +1,127 @@
import {stationwebsocketurl} from "../../../public/js/url.js";
import { loginInfo } from "../js/index.js";
import {connectWebsocket} from "../js/index.js";
import { updatePushButtonEvent } from "../js/marker/pushButtonEventMarker.js";
let wsTimer = null;
let stationWebsocketConnect = null;
let iotDeviceHash = {};//保存所有的物联网设备
function stationWebsocket() {
return new Promise((resolve, reject) => {
if (stationWebsocketConnect == null) {
stationWebsocketConnect = new WebSocket(stationwebsocketurl);
stationWebsocketConnect.onopen = function (evt) {
if (wsTimer != null) {
clearInterval(wsTimer);
wsTimer = null;
wsFlag=60;
}
resolve({
"msg": "微型站websocket连接成功",
"code": 0,
"stationWebsocketConnect": stationWebsocketConnect
})
var messageObj = {
"msgcode": 100,
"msgname": "session",
"message": loginInfo["session"]
}
var msg = JSON.stringify(messageObj);
stationWebsocketConnect.send(msg);
setInterval(()=>{
let messageObj = {
"msgcode": 99,
"msgname": "hb",
"message":"hb"
}
if(stationWebsocketConnect!=null){
stationWebsocketConnect.send(JSON.stringify(messageObj));
}
},5000)
};
stationWebsocketConnect.onclose = function (evt) {
console.log("微站的websocket已经断开onclose")
stationWebsocketConnect.close();
websocketReconnection();
};
stationWebsocketConnect.onerror = function (evt) {
console.log("微站的websocket已经断开onerror")
stationWebsocketConnect.close();
websocketReconnection();
}
stationWebsocketConnect.onmessage = function (evt) {
var data = JSON.parse(evt.data);
var msgcode = data["msgcode"];
var message = data["message"];
switch (msgcode) {
case 1020://18.接受别处登录的消息
//kickout(message);
break;
case 103://获取传感器的数据
wsStationSensorList(message);
break;
case 1035://报警按钮
strangerAlarm(message);
break
case 1041://天网
console.log(message);
break;
case 1042://行为
console.log(message);
break;
default:
break;
}
}
}
})
}
function websocketReconnection(){
stationWebsocketConnect = null;
wsTimer = null;
if (wsTimer == null) {
wsTimer = setInterval(function () {
connectWebsocket();
wsFlag--;
if(wsFlag==0){
layer.msg("网络中断,请重新连接...");
clearInterval(wsTimer);
wsTimer = null;
}
}, 5000)
}
}
//获取传感器的列表
function wsStationSensorList(message) {
var list = message["list"];
var pagepro = message["pagepro"];
if(list!=null){
for (var iot = 0; iot < list.length; iot++) {
var deviceid=list[iot]["deviceid"];
iotDeviceHash[deviceid]=list[iot];
}
}
if (pagepro == "end" || pagepro == "start-end") {
//列表推送结束
//查询物联网的报警
//显示物联网的撒点
}
}
//报警按钮
function strangerAlarm(message){
//移动设备告警也会转到微站的websocket,这里接受只取按钮的
for(var i=0;i<message.length;i++){
var alarmType=message[i]["alarmType"];
if(alarmType!="sos.mdev"){
updatePushButtonEvent(message[i]);
}
}
}
export {
stationWebsocket,
iotDeviceHash
}

View File

@ -0,0 +1,173 @@
var deviceSosAlarmList=[];
var deviceSosAudioTimer=null;
var deviceSosAudio=null;
//设备报警声音
function playDeviceSosAudio(deviceid){
var flag=0;
for(var i=0;i<deviceSosAlarmList.length;i++){
if(deviceSosAlarmList[i]==deviceid){
flag++;
}
}
if(flag==0){
deviceSosAlarmList.push(deviceid);
}
if(deviceSosAudio==null){
deviceSosAudio=new Audio('./pages/cmddispatch/audio/sosAlarm.mp3');
deviceSosAudio.addEventListener("canplay", function(){//监听audio是否加载完毕
deviceSosAudio.play();
})
}
if(deviceSosAudioTimer==null){
deviceSosAudioTimer=setInterval(() => {
if(deviceSosAlarmList.length!=0){
deviceSosAudio.play();
}
},5000);
}
}
//取消设备声音
function stopDeviceSosAudio(deviceid){
//直接不响
for(var i=0;i<deviceSosAlarmList.length;i++){
if(deviceid==deviceSosAlarmList[i]){
deviceSosAlarmList.splice(i,1);
break;
}
}
if(deviceSosAlarmList.length==0){
if(deviceSosAudioTimer!=null){
clearInterval(deviceSosAudioTimer);
deviceSosAudioTimer=null;
}
if(deviceSosAudio!=null){
deviceSosAudio.pause();
deviceSosAudio=null;
}
}
}
var pushButtonTimer=null;
var pushButtonAlarmDeviceList=[];
var pushButtonAudio=null;
//报警按钮请求声音
function playPushButtonAudio(deviceid){
var flag=0;
for(var i=0;i<pushButtonAlarmDeviceList.length;i++){
if(pushButtonAlarmDeviceList[i]==deviceid){
flag++;
}
}
if(flag==0){
pushButtonAlarmDeviceList.push(deviceid);
}
if(pushButtonAudio==null){
pushButtonAudio=new Audio('./audio/sosAlarm.mp3');
pushButtonAudio.addEventListener("canplay", function(){//监听audio是否加载完毕
pushButtonAudio.play();
});
}
if(pushButtonTimer==null){
pushButtonTimer=setInterval(() => {
if(pushButtonAlarmDeviceList.length!=0){
pushButtonAudio.play();
}
},1000);
}
}
//报警按钮关闭声音
function stopPushButtonAudio(deviceid){
//直接不响
for(var i=0;i<pushButtonAlarmDeviceList.length;i++){
if(deviceid==pushButtonAlarmDeviceList[i]){
pushButtonAlarmDeviceList.splice(i,1);
break;
}
}
if(pushButtonAlarmDeviceList.length==0){
if(pushButtonTimer!=null){
clearInterval(pushButtonTimer);
pushButtonTimer=null;
}
if(pushButtonAudio!=null){
pushButtonAudio.pause();
pushButtonAudio=null;
}
}
}
var videoRequireTimer=null;
var videoRequireList=[];
var videoRequireAudio=null;
//可视对讲请求声音
function playVideoRequireAudio(deviceid){
var flag=0;
for(var i=0;i<videoRequireList.length;i++){
if(videoRequireList[i]==deviceid){
flag++;
}
}
if(flag==0){
videoRequireList.push(deviceid);
}
if(videoRequireAudio==null){
videoRequireAudio=new Audio('./audio/videoReq.mp3');
videoRequireAudio.addEventListener("canplay", function(){//监听audio是否加载完毕
videoRequireAudio.play();
})
}
if(videoRequireTimer==null){
videoRequireTimer=setInterval(() => {
if(videoRequireList.length!=0){
videoRequireAudio.play();
}
},5000);
}
}
//可视对讲关闭声音
function stopVideoRequireAudio(deviceid){
//直接不响
for(var i=0;i<videoRequireList.length;i++){
if(deviceid==videoRequireList[i]){
videoRequireList.splice(i,1);
break;
}
}
if(videoRequireList.length==0){
if(videoRequireTimer!=null){
clearInterval(videoRequireTimer);
videoRequireTimer=null;
}
if(videoRequireAudio!=null){
videoRequireAudio.pause();
videoRequireAudio=null;
}
}
}
export {
playDeviceSosAudio,
stopDeviceSosAudio,
playPushButtonAudio,
stopPushButtonAudio,
playVideoRequireAudio,
stopVideoRequireAudio
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,191 @@
.alarmEventInfoImg{
width:300px;
}
.alarmEventInfoImg>p{
line-height:40px;
height:40px;
}
.alarmHandleBtnBox{
width:400px;
overflow: hidden;
}
.alarmHandleBtnBox>button{
width:120px;
height:36px !important;
line-height:36px !important;
float:left;
font-size:16px;
}
.popWindows{
width:100%;
height:100%;
box-sizing: border-box;
border:1px solid rgb(56,125,191);
box-shadow: 0 0 5px 2px #3765b8 inset;
background:#071D4D;
}
.popWindows>div:first-child{
width:100%;
height:100%;
color:#fff;
}
.popWindows>div:first-child>div:first-child{
width:calc(100% - 20px);
height:39px;
line-height:39px;
margin:0 10px;
box-sizing: border-box;
border-bottom:1px solid #3374B4;
}
.popWindows>div:first-child>div>span{
float:left;
color:#0580C1;
}
.popWindows>div:first-child>div>img{
float:right;
margin-top:8px;
width:20px;
height:20px;
}
.taskSendEventOperTime{
width:calc(100% - 20px);
margin:10px;
}
.taskRange{
height:40px;
line-height:40px;
margin:10px 0;
}
.taskRange>input{
background:#0F1C40;
color:#fff;
width:100px;
height:36px;
border:0;
border-radius:4px;
border:1px solid #1F9AD8;
text-align: center;
}
.taskRange>button{
padding:0;
width:38px;
height:38px !important;
line-height:38px !important;
background:none;
box-sizing: border-box;
border:1px solid #1F9AD8;
color:#fff;
border-radius:4px;
margin-top:-1px;
font-size: 30px !important;
}
.taskSendOptions{
margin:0.1rem 0;
}
.taskSendOptions>ul,
.taskSendHandle{
overflow: hidden;
background:#083973;
padding:0 10px 0 0;
height:40px;
line-height:40px;
}
.taskSendOptions>ul>li:first-child{
float:left;
}
.taskSendOptions>ul>li>span:first-child,
.taskSendL>div>p:first-child>span:first-child{
float:left;
width:14px;
height:14px;
border:1px solid #7591B1;
border-radius:6px;
margin:10px;
}
.taskSendOptions>ul>li>span:first-child>img,
.taskSendL>div>p:first-child>span:first-child>img{
float:left;
width:10px;
height:8px;
margin:3px 2px;
}
.taskSendOptions>ul>li:last-child{
float:right;
}
.taskSendOptions>ul>li:last-child>button,
.taskSendHandle>p>button{
border:0;
background:#083973;
color:#fff;
margin-left:10px;
line-height:24px;
height:24px;
padding:0 10px;
}
.taskSendOptions>ul>li:last-child>button:hover,
.taskSendHandle>p>button:hover{
background:#083973 !important;
}
.taskSendL{
clear: both;
height:130px;
overflow-y: auto;
}
.taskSendL>div{
overflow: hidden;
padding:0 0.1rem;
}
.taskSendL>div>p{
height:40px;
line-height:40px;
}
.taskSendL>div>p>img{
width:24px;
height:24px;
float:right;
margin:5px;
}
.taskSendL>div>p:hover{
cursor: pointer;
}
.taskSendL>div>p:first-child{
float:left;
}
.taskSendL>div>p:last-child{
float:right;
}
.taskSendL>div>p>span>i{
color:#E8E03E;
}
.taskSendHandle{
clear: both;
}

View File

@ -0,0 +1,18 @@
.schoolElegantDemeanourBox{
height:430px;
}
.schoolElegantDemeanourBox>div{
width:300px;
height:200px;
float:left;
margin:10px;
box-sizing: border-box;
border:1px solid #ccc;
border-radius: 4px;
}
.schoolElegantDemeanourBox>div>img{
width:100%;
height:100%;
}

View File

@ -0,0 +1,57 @@
.popintellEarlyWarningInfo{
height:100%;
}
.intellEarlyWarningInfo{
background:#003c71;
height:calc(100% - 10px);
padding:5px 0;
}
.intellEarlyWarningInfoContent{
height:100%;
padding: 0 5px;
}
.intellEarlyWarningList{
height:calc(100% - 50px);
width:100%;
margin-top:5px;
overflow-y: auto;
}
#intellEarlyWarningTable{
height:100%;
}
.popWindows>div:first-child>div:first-child{
border-bottom:none;
}
.intellEarlyWarningList .layui-table-tool{
background:none;
border:0;
}
.intellEarlyWarningList tr{
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.intellEarlyWarningList .layui-table-cell{
height:32px !important;
line-height:30px !important;
}
.commonfile tbody .layui-table-cell{
height:144px !important;
line-height:144px !important;
}
.intellEarlyWarningList .layui-table-tool .layui-icon{
color:#fff;
}
.commonFile>img{
width:256px;
height:144px;
}

View File

@ -0,0 +1,181 @@
@import url("./reset.css");
@import url("./mainHeader.css");
@import url("./mainLeft.css");
@import url("./mainCenter.css");
@import url("./mainRight.css");
@import url("./public.css");
@import url("./layuireset.css");
@import url("./infowindow.css");
@import url("./marker.css");
@import url("./alarmEvent.css");
@import url("./safeSchoolWork.css");
@import url("./safetyCheck.css");
@import url("./elegantDemeanour.css");
@import url("./leaflet-popup.css");
@import url("./skynetIpc.css");
@import url("../popcss/index.css");
@import url("./mdevSosPopPage.css");
@import url("./eventHistory.css");
@import url("./popNotifyDetail.css");
@import url("./popAlarm.css");
html,body,#cityManageContent{
width:100%;
height:100%;
background:#01123D;
color:#fff;
font-size:14px;
/* 取消鼠标选中效果 */
user-select: none;
}
#mainHeader{
text-align:center;
position: absolute;
width:100%;
top:0;
}
.systemNameUpdate:hover{
cursor: pointer;
}
#mainNav{
width:calc(100% - 10px);
line-height: 30px;
position: absolute;
top: 42px;
left: 6px;
z-index:3000;
}
#mainNav:hover{
cursor: pointer;
}
#mainNav>ul>li{
box-sizing: border-box;
line-height:23px;
width:128px;
margin-right:6px;
font-size:16px;
text-align: center;
background: url("../image/top-button-l.png") 0 0 no-repeat;
}
#mainNav>ul>li:nth-child(1){
position: relative;
left:20px;
}
#mainNav>ul>li:nth-child(2){
position: relative;
}
#mainNav>ul{
display: flex;
overflow: hidden;
flex:1;
}
#mainNav>ul:first-child{
float:left;
margin-left: 425px;
}
#mainNav>ul:last-child{
width:280px;
float:right;
margin-right:440px;
}
#mainNav>ul:last-child>li{
background: url("../image/top-button-r.png") 0 0 no-repeat;
}
#mainNav>ul>li:hover>ul{
display: block;
}
#mainNav>ul>li>ul{
width:104px;
display:none;
position: relative;
left:24px;
top:2px;
}
#mainNav>ul>li>ul>li{
width:100%;
line-height:34px;
height:34px;
background: url("../image/menuListBg.png") 0 0 no-repeat;
font-size:14px;
text-align: center;
}
#mainTop{
height:83px;
line-height:83px;
background-image:url("../image/headerBg.jpg");
background-size:auto;
background-repeat:no-repeat;
text-align: center;
font-size:28px;
}
#mainTop>span:nth-child(2){
font-size:20px;
}
#mainContent{
width:calc(100% - 10px);
height:calc(100% - 93px);
margin:0 5px;
position: absolute;
top:88px;
overflow: hidden;
}
#mainLeft,
#mainRightTop{
color:#fff;
z-index:10001;
}
#mainLeft,
#mainRight{
position: absolute;
width:360px;
height:100%;
box-sizing: border-box;
border:1px solid rgb(56,125,191);
box-shadow:0 0 5px 2px #3765b8 inset;
}
#mainCenter{
position: absolute;
height:100%;
width:calc(100% - 730px);
margin:0 5px;
left:360px;
top:0;
}
#mainRight{
right:0px;
}
@keyframes jumper {
0% {
transform: scale(0);
opacity: 0;
}
5% {
opacity: 1;
}
100% {
transform: scale(1);
opacity: 0;
}
}

View File

@ -0,0 +1,142 @@
.mdinfo{
border: 1px solid rgb(56,125,191);
box-shadow: 0 0 5px 2px #3765b8 inset;
background: #071D4D;
padding:0px 20px 20px 20px;
min-width:445px;
}
.mdinfoTop{
height:40px !important;
line-height:40px !important;
box-sizing: border-box;
border-bottom: 1px solid #3374B4;
}
.mdinfoTop>div{
float:left;
white-space:nowrap;
box-sizing: border-box;
}
.mdinfoTop>div>span{
display: inline-block;
width: 144px;
height: 36px;
line-height: 40px;
text-align: center;
margin-top:3px;
}
.mdinfoTop>div>span>span>img{
margin-right:5px;
}
.mapTitleBg{
background:url("../image/markerTitleBg.png") no-repeat 0 0 !important;
}
.mdinfoTop>img{
float:right;
margin:12px 0;
width:16px;
height:16px;
}
.mdinfoCenter{
width:445px;
margin:10px 0;
overflow: hidden;
}
.mdinfoCenter>div{
flex-wrap: wrap;
}
.mdinfoCenter>div>p{
width:50%;
white-space: nowrap;
float:left;
}
.mdinfoCenter>div>p>span{
height:30px;
line-height:30px;
margin-right:10px;
}
.mdinfoCenter>div>p>span>img{
width: 24px;
height: 24px;
margin-top:-3px;
}
.mdinfoCenter>div>p>span:nth-child(odd){
float:left;
height:30px;
}
.mdinfoCenter>div>p>span:nth-child(even){
margin-right:20px;
}
.mdinfoCenter>div>p>span:first-child{
color:#1EA2AD;
}
.mdinfoCenter>div>p>span>img{
width:18px;
height:18px;
}
.mdinfoBottom{
height:36px;
flex-wrap:wrap !important;
flex-direction:column;
width: max-content;
}
.mdinfoBottom>button{
line-height:36px !important;
height:36px !important;
margin: 0px;
padding: 0 26px;
font-size: 14px;
border: 1px solid rgb(56,125,191);
box-shadow: 0 0 2px 1px #3765b8 inset;
background: #071D4D;
color:#fff;
margin-right:10px;
}
.mdinfoBottom>span{
margin-right:5px;
}
.deviceopearbtn>img{
float:left;
margin:8px 5px;
}
.mdinfoBottom .deviceopearbtn{
padding: 0 10px !important;
line-height:28px !important;
height:28px !important;
margin-left:0 !important;
color:#2899D2 !important;
}
.mdinfoBottom span{
color: #1EA2AD;
}
.moveDeviceInfoWindow>div{
line-height:30px;
}
.moveDeviceInfoWindow>div>p{
float:left;
width:48%;
}
.moveDeviceOpear{
clear: both;
width:100%;
}

View File

@ -0,0 +1,150 @@
.layui-form-item{
margin-bottom:0;
}
.layui-form-radio{
margin-top:-5px;
padding:0;
}
.layui-form-radio>i{
font-size:14px;
color:#21BCF6;
}
.layui-table-view{
margin:0;
}
/* table */
.layui-form{
margin:0;
}
.layui-table img{
max-width:100%;
position: relative;
top:4px;
}
.layui-table-view .layui-table{
background:none;
width:100% !important;
height:100%;
}
.layui-table-view .layui-table tr{
display: flex;
}
.layui-table thead{
width:100% !important;
padding:0 !important;
margin:0 !important;
}
.layui-table thead tr{
background:#0847A4 !important;
}
.layui-table th,
.layui-table td{
border-color: #0847A4 !important;
color:#fff !important;
border:0;
}
.layui-table thead th{
color:#40B6E8 !important;
}
.layui-table-header{
border-color: #0847A4 !important;
background:rgba(11,15,49,0.1);
border:0;
}
.layui-table tr:nth-child(even){
background-color: #0847A4 !important;
}
.layui-table-cell{
height:28px !important;
line-height:28px !important;
text-align: center;
}
.layui-table-hover
{
background-color:#0847A4 !important;
border-color:#0847A4 !important;
}
.layui-table-hover td{
border-color:#0847A4 !important;
}
.layui-table-view{
border:0;
}
.layui-table-view .layui-table td, .layui-table-view .layui-table th{
padding:2px 0;
}
.layui-form-radio *{
font-size:12px;
}
.layui-btn {
height: 32px !important;
line-height: 32px !important;
margin: 0px;
padding: 0 14px;
font-size: 14px;
border: 1px solid rgb(56,125,191);
box-shadow: 0 0 2px 1px #3765b8 inset;
background: #084CAF;
}
.layui-input-block{
margin-left:0;
}
.layui-input{
border-color:#1D8EC8 !important;
background:none !important;
color:#fff;
}
.layui-input:hover{
border-color:#1D8EC8 !important;
}
.layui-form-select dl{
top:33px;
color:#fff;
background: #003c72;
border:0;
}
.layui-form-select .layui-input:hover
.layui-form-select dl dd.layui-this{
background-color: #0063AD;
color:#fff;
border:0;
}
.layui-form-select dl dd:hover{
background: none !important;
}
.layui-layer-title {
color: #fff !important;
background-color: #1670d7 !important;
border-bottom:none !important;
}
.layui-form-select dl dd.layui-this{
background-color: #34b5f3 !important;
}
.layui-form-select .layui-input{
color:#fff;
}
.layui-rate, .layui-rate *{
vertical-align:baseline;
padding:0 !important
}
.layui-table-click{
background: none !important;
}
.layui-layer-content{
color:#000;
}

View File

@ -0,0 +1,65 @@
.leaflet-popup-content-wrapper{
border: 1px solid rgb(56,125,191);
box-shadow: 0 0 5px 2px #3765b8 inset;
background: #071D4D !important;
padding: 0px 20px 20px 20px;
width:580px;
color:#fff !important;
font-size:14px;
height:210px;
}
.leaflet-popup-content{
width:calc(100% - 40px) !important;
}
.leaflet-popup-content>div{
width:100%;
}
.leaflet-popup-content>div>div{
overflow: hidden;
}
.leaflet-popup-content .sb_bInfo{
width:100%;
}
.sb_grade>div{
overflow: hidden;
}
.sb_grade>div>div{
float:left;
width:16%;
margin-top:3px;
}
.sb_grade>div>div>p{
line-height:20px;
}
.schoolWindowInfo .sb_grade{
margin-top:10px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip{
background: #071d4d !important;
}
.leaflet-container a.leaflet-popup-close-button{
color:#fff !important;
}
.leaflet-popup-content p{
margin:0 !important;
margin-right:10px !important;
}
#sosAlarmVideoContent{
width:260px;
height:160px;
margin:10px auto;
}
#sosAlarmVideoContent>video{
width:100%;
}

View File

@ -0,0 +1,319 @@
.mainContentC{
float:left;
width:calc(100% - 0px);
/* margin:0 5px; */
height:100%;
}
.systemNameUpdate>p>span{
font-size:18px;
}
.mainContentC_t>div{
position: absolute;
}
#map{
width:100%;
height:100%;
z-index:1000;
}
#mapMarkerText,
#mapOpear{
line-height:38px;
z-index:2999;
background: rgba(23,69,173,.5);
width:100%;
}
#orgDetail{
background: rgb(31 83 201 / 50%);
}
.orgDetailTitle{
width:100%;
height:38px;
}
.orgDetailTitle>div:first-child{
float: left;
text-indent: 10px;
font-size:16px;
}
.orgDetailTitle>div:last-child{
float:right;
margin-right:10px;
}
.orgDetailTitle>div>p>img{
float:left;
margin:10px 7px;
}
.orgDetailTitle:hover{
cursor: pointer;
}
.markerDetail{
background: rgba(23,69,173,.8);
overflow: hidden;
}
.markerDetail:hover{
cursor: pointer;
}
.cmdEventSelect{
width:70px;
height:27px;
line-height:30px;
float:right;
background:url("../image/clearScreen.png") 0 0 no-repeat;
margin:5px;
text-align: center;
}
.orgDetailTitleContent{
display: none;
width:calc(100% - 40px);
overflow: hidden;
background:#071e50;
padding:0 20px;
}
.orgDetailTitleContent>div:nth-child(1){
float:left;
width:calc(100% - 160px);
text-indent: 2em;
line-height:40px;
}
.orgDetailTitleContent>div:nth-child(2){
float:right;
}
.orgDetailTitleContent>div:nth-child(2)>img{
float:left;
margin:5px;
}
#mapOpear{
bottom:0;
clear: both;
}
#mapOpear:hover{
cursor: pointer;
}
#mapMarkerText>.markerDetail>p,
.mapStyle>p{
float:left;
margin-right:15px;
}
#mapMarkerText>.markerDetail>p>img:nth-child(1),
.mapStyle>p>img:nth-child(1)
{
float:left;
margin:12px 5px;
}
#mapMarkerText>.markerDetail>p>img{
float:left;
margin:6px 2px;
}
#mapMarkerText>.markerDetail>p>img:nth-child(2){
width:24px;
height:24px;
}
#mapOpear>div:nth-child(1){
float:left;
}
#mapOpear>div:nth-child(2){
float:right;
}
#mapOpear>div>button{
background:none;
border: 1px solid #5FA3F8;
border-radius: 6px;
color:#fff;
padding:6px 8px;
}
.mainContentC_t{
height:calc(100% - 40px);
box-sizing: border-box;
border:1px solid #5397F0;
border-radius: 2px;
position: relative;
}
.mainContentC_b{
height:35px;
box-sizing: border-box;
border:1px solid #5397F0;
border-radius: 2px;
margin-top:5px;
}
.mainContentC_b_t{
padding:0 10px;
}
.mainContentC_b_b{
height:calc(100% - 40px);
overflow-y: auto;
}
.mainContentC_b_b>table{
width:100%;
height:100%;
}
.mainContentC_b_t{
padding:0 10px 0 0;
height:40px;
line-height:40px;
}
.mainContentC_b_t>span:last-child{
float:right;
}
.mainContentC_b_t>span:last-child{
float:right;
}
.leftSlide,.rightSlide{
display: none;
position: absolute;
z-index:9999;
width:22px;
height:108px;
line-height:108px;
text-align: center;
top:50%;
margin-top:-54px;
}
.leftSlide{
background: url("../image/rightSlideBg.png") 0 0 no-repeat;
left:0 !important;
}
.rightSlide{
background: url("../image/leftSlideBg.png") 0 0 no-repeat;
right:0 !important;
}
.mainContentC_t:hover .leftSlide,
.mainContentC_t:hover .rightSlide
{
display: block;
}
.mainCenterBottomList{
overflow: hidden;
box-sizing: border-box;
height:33px;
line-height:33px;
}
.mainCenterBottomList>ul{
float:left;
width:calc(100% - 100px);
position: relative;
}
.mainCenterBottomList>ul>li{
float:left;
height:26px;
line-height:26px;
text-align: center;
position: relative;
padding:4px 18px;
border-radius: 2px 2px 0 0 ;
margin-right:10px;
}
.eventAlarmSelect{
color:#35F6FD !important;
background:#0847a4;
box-shadow: 0 0 2px 2px #0862c5 inset;
}
.mainCenterBottomList>ul>li:first-child{
z-index:100;
}
.mainCenterBottomList>ul>li:nth-child(2){
z-index:5;
}
.mainCenterBottomList>ul>li:nth-child(3){
z-index:4;
}
.mainCenterBottomList>ul>li>a{
color:#fff;
}
.mainCenterBottomList>ul>li>a>span{
margin-left:5px;
}
.mainCenterBottomList>div{
float:right;
}
.mainCenterBottomList>div:hover{
cursor: pointer;
}
.mainCenterBottomList>div>p{
float:right;
}
.mainCenterBottomList>div>p>img{
float:left;
margin:7px;
}
.mainCbContent{
display:none;
}
.mainCenterBottomTitle{
overflow: hidden;
line-height:40px;
padding:0 10px;
}
.mainCenterBottomTitle>p{
float:left;
}
.mainCenterBottomTitle>ul{
height:40px;
float:left;
}
.mainCenterBottomTitle>ul>li{
float:left;
margin-left:16px;
}
.mainCenterBottomTitle>div{
float:right;
}
.mainCenterBottomTitle>div>span{
float:left;
margin-left:10px;
}
.mainCenterBottomTitle>div>button{
height:32px !important;
padding:0 20px;
font-size: 14px;
border: 1px solid rgb(56,125,191);
box-shadow: 0 0 2px 1px #3765b8 inset;
background: #071D4D;
color:#fff;
}
.mainCbContent .layui-table-view .layui-table td{
padding:4px 0;
}
.mainContentC_b .layui-btn {
height:26px !important;
line-height:26px !important;
}

View File

@ -0,0 +1,145 @@
/* 2022/09/21 qiuli */
.mainHeaderTop {
height: 83px;
background: url("../image/headerBg.jpg") no-repeat center;
background-size: 100% auto;
}
.mainHeaderTop>div:nth-child(2) {
float: left;
width: calc(100% - 896px);
height: 83px;
line-height: 68px;
text-align: center;
}
.mainHeaderTop>div:nth-child(2)>p {
text-align: center;
font-size: 26px;
height: 83px;
}
.mainTopMenuList{
float:left;
width: 448px;
height:78px;
}
.mainTopLeft>div{
float:left;
width:100px;
height:78px;
}
.mainTopLeft>div>p{
line-height:20px;
color:#54D5FC;
}
.mainTopLeft>div>p:first-child{
margin-top:19px;
}
.mainTopLeft>div:first-child>p:first-child{
font-size:20px;
}
.mainTopLeft>div:nth-child(2)>p:last-child{
width:30px;
background-color: #2DCC32;
margin-left:35px;
color:#fff;
border-radius: 2px;
}
.mainTopMenuList>ul>li {
float: left;
width: 165px;
height: 45px;
line-height: 45px;
text-align: center;
background: url("./image/HeaderTopLiBg.png") no-repeat;
}
.mainTopMenuList>ul>li:hover {
cursor: pointer;
}
.mainTopMenuList>ul {
clear: both;
}
.mainTopMenuList>ul>li {
position: relative;
}
.mainTopMenuList>ul>li:hover>ul {
display: block;
}
.mainTopMenuList>ul>li>ul {
display: none;
width: 144px;
top: 39px;
left: 6px;
position: absolute;
z-index: 9999999;
background: #094F85;
box-sizing: border-box;
border: 1px solid #1985B2;
}
.mainTopMenuList>ul>li>ul>li {
height: 32px;
line-height: 32px;
border-bottom: 1px solid #1985B2;
font-size: 14px !important;
}
.mainTopMenuList>ul>li>ul>li:last-child {
border-bottom: 0 !important;
}
.mainTopMenuList:nth-child(3)>div{
overflow: hidden;
width:398px;
text-align: right;
margin-top:5px;
margin-left:45px;
height:30px;
line-height:30px;
font-size:14px;
}
.mainTopMenuList:nth-child(3)>div:last-child{
margin-top:10px;
}
.mainTopMenuList:nth-child(3)>div>p {
float:right;
margin-left:30px;
}
.mainTopMenuList:nth-child(3)>div>p:hover {
cursor: pointer;
}
.mainTopMenuList:nth-child(3)>div>p>img {
float: left;
margin:7px 7px 7px 0;
}
.mainTopMenuOne>p {
padding: 0 10px;
float: left !important;
line-height: 23px !important;
}
.mainTopMenuOne>p>img {
margin:0 5px !important;
}
.mainTopMenuOne>p>span {
font-size: 16px;
}
.mainTopMenuUl {
float: right;
}

View File

@ -0,0 +1,57 @@
.mainContentL{
float:left;
width:300px;
height:100%;
box-sizing: border-box;
border:1px solid #5397F0;
border-radius: 2px;
display: none;
}
.mainContentL_sInfo>p{
width:100%;
height:37px;
line-height:32px;
background: url("../image/bar.png") center center no-repeat;
text-align: center;
}
.orgCamera{
height:230px;
}
.orgbox{
width:calc(100% - 20px);
height: calc(100% - 45px);
padding:10px;
}
.orgTree{
height: calc(100% - 58px);
margin-top:10px;
overflow-y: auto;
}
.orgCamera>div>form
{
float:right;
}
.orgCamera>div:nth-child(1){
padding:0 20px;
}
.orgCameraBox{
width:calc(100% - 20px);
height:calc(100% - 57px);
display: flex;
flex:1;
padding:10px;
}
.orgCameraBox>ul{
width:120px;
height:100%;
}
.orgCameraBox>ul>li{
height:30px;
line-height:30px;
text-align: center;
}
.orgCameraListSelect{
border:1px solid #5FA3F8;
border-radius: 2px;
}

View File

@ -0,0 +1,181 @@
.mainContentR{
float:left;
width:467px;
height:100%;
box-sizing: border-box;
border:1px solid #5397F0;
border-radius:2px;
display:none;
}
.mainContentR_sInfo>p{
width: 100%;
height: 37px;
line-height: 32px;
background: url("../image/bar.png") center center no-repeat;
text-align: center;
}
.mainContentR_t{
height: calc(100% - 337px);
}
.mainContentR_t_box{
height:calc(100% - 37px);
}
.mainContentR_t_box>div:nth-child(1){
height:220px;
}
.mainContentR_t_box>div:nth-child(2){
height:calc(100% - 220px);
}
.mainContentR_t_box>div>p{
height:37px;
line-height:30px;
background: url(../image/title.png) center center no-repeat;
padding:0 20px;
}
.mainContentR_t>p>span:last-child{
float:right;
font-size:12px;
}
.schoolBaseInfo,
.policeBaseInfo{
width:calc(100% - 20px);
height:calc(100% - 57px);
margin:10px;
font-size:12px;
box-sizing: border-box;
border:1px solid #5397F0;
border-radius: 2px;
padding:0 5px;
}
.sb_bInfo>div,
.sb_Device>div{
display: flex;
flex:1;
height:23px;
}
.schoolInfoGrade{
line-height:12px;
font-size:14px;
font-weight: bold;
}
.sb_bInfo>div>p,
.sb_Device>div>p{
width:45%;
box-sizing: border-box;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-right:5%;
height:23px;
line-height:23px;
}
.sb_Device>div>p{
width:25%;
}
.sb_grade>div>p{
float:left;
margin-right:10px;
line-height:23px;
}
.sb_grade>div>p>img{
float:left;
margin:5px 5px 0 0;
}
.policeBaseInfo>.sb_bInfo>div{
height:30px;
line-height:30px;
}
.mainContentR_b{
height:300px;
}
.mainContentR_t>p,
.mainContentR_b>p{
padding:0 0 0 20px;
}
.policeInfoTableBox{
width:100%;
height:calc(100% - 30px);
overflow-y:auto ;
}
.policeInfoTableBox .layui-table th,
.policeInfoTableBox .layui-table td{
font-size:12px !important;
color:#fff !important;
}
.videoMonitor{
padding:10px;
width:calc(100% - 20px);
height:calc(100% - 57px);
}
.videoMonitor>div{
width:220px;
height:120px;
float:left;
position:relative;
background:#204071;
box-sizing: border-box;
border:1px solid #5397F0;
}
.videoMonitor>div:nth-child(2){
margin-left:5px;
}
.videoMonitor>div:nth-child(3){
margin:5px 5px 0 0;
}
.videoMonitor>div:nth-child(4){
margin-top:5px;
}
.videoMonitor>div>div{
position:absolute;
width:100%;
height:100%;
}
.videoMonitor>div>div>div{
width:100%;
height:100%;
background: url("../image/right-video.png") 0 0 no-repeat;
}
.videoMonitor>div>p{
width:100%;
position:absolute;
height:30px;
line-height:30px;
bottom:0;
background: rgba(23,69,173,.5);
padding:0 10px;
font-size:12px;
}
.videoMonitor>div>iframe{
width:100% !important;
height:100% !important;
}
.videoMonitor>div>.videoPlay>iframe{
width:100%;
height:100%;
}

View File

@ -0,0 +1,100 @@
.amap-ranging-label{
color:#000;
background:#fff;
}
.markerClass>div{
background-color: #f4090a;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
animation-fill-mode: both;
position: absolute;
left: -75px;
top: -75px;
opacity: 0;
margin: 0;
width: 150px;
height: 150px;
animation: jumper 2s 0s linear infinite;
}
.markerClass>div:nth-child(2) {
-webkit-animation-delay: 0.33333s;
animation-delay: 0.33333s;
}
.markerClass>div:nth-child(3) {
-webkit-animation-delay: 0.66666s;
animation-delay: 0.66666s;
}
.moveDeviceAlarmOpear{
padding:10px;
position: absolute;
width:285px;
overflow: hidden;
background:#071d4d !important;
box-sizing: border-box;
border: 1px solid #5397F0;
border-radius:4px;
}
.moveDeviceAlarmOpear>div:nth-child(1)>p{
line-height:30px;
font-size:14px;
}
.moveDeviceAlarmOpear>div:nth-child(1)>p>img{
float:left;
margin-right:5px;
}
.moveDeviceAlarmOpear .layui-btn{
height: 32px !important;
line-height: 32px !important;
margin: 0px;
padding:0 12px;
font-size: 14px;
border: 1px solid rgb(56,125,191);
box-shadow: 0 0 2px 1px #3765b8 inset;
background: #084CAF
}
.moveDeviceAlarmOpear .layui-btn>img{
width:20px;
height:20px;
margin:5px !important;
}
/* .moveDeviceAlarmOpear .layui-btn>img:nth-child(1){
width:22px;
height:22px;
} */
.polyMarker-cusmarker{
width:85px;
height:55px;
color:#fff;
background:url("../image/cusmarker_bg.png") 0 0 no-repeat;
border-radius: 6px;
font-size:16px;
line-height:47px;
}
.polyMarker-cusmarker img{
width:24px;
height:24px;
float: left;
margin:12px 5px 12px 16px;
}
.leaflet-div-icon{
background: none !important;
}
.leaflet-div-icon{
border:none !important;
}

View File

@ -0,0 +1,67 @@
.mdevAlarmInfoBox{
width:calc(100% - 20px);
height:calc(100% - 60px);
margin:10px;
}
.mdevAlarmInfoOpear{
text-align: center;
width:100%;
height:40px;
line-height:40px;
}
.mdevAlarmInfoOpear>div{
float:left;
}
#rangeSlide{
width:150px;
height:10px;
margin:15px;
}
#rangeSlide .layui-slider{
height:10px;
border-radius:20px;
}
#rangeSlide .layui-slider-wrap-btn{
width:16px;
height:16px;
}
.mdevAlarmInfoNearby{
height:calc(100% - 70px);
}
.mdevAlarmInfoNearby>div{
width:100%;
height:100%;
padding:10px;
box-sizing: border-box;
border:1px solid #5397F0;
border-radius:2px;
overflow-y: auto;
}
.mdevAlarmInfoNearby>div>p{
height:36px;
line-height:36px;
border-bottom:1px solid #2b3a4c;
}
.mdevAlarmInfoNearby>div>p:last-child{
border-bottom:0;
}
.mdevAlarmInfoNearby>div>p>img:nth-child(1){
float:left;
margin:10px 8px;
}
.mdevAlarmInfoNearby>div>p>img:nth-child(3){
float:right;
margin:8px;
}
.mdevGroupOpearBtn{
margin-top:5px;
}

View File

@ -0,0 +1,16 @@
.aIBehavioralPop{
padding:10px;
color:#fff;
background:#032357;
min-height:300px;
overflow-y:auto;
}
.aIBehavioralPop>div{
text-align: center;
}
.aIBehavioralPop>div>div{
text-align:left;
}
.aIBehavioralPop>div>div>p{
line-height:30px;
}

View File

@ -0,0 +1,73 @@
.popTaskDetail{
background:#002961;
width:100%;
height:100%;
color:#fff;
}
.taskDetailTitle{
width:calc(100% - 20px);
float:left;
height:44px;
line-height:44px;
border-bottom:1px solid #01417C;
padding:0 10px;
}
.taskDetailTitle>span{
float:left;
}
.taskDetailTitle>img{
float:right;
width:16px;
height:16px;
margin-top:15px;
}
.taskDetailContent{
height:calc(100% - 36px);
width:calc(100% - 20px);
margin:10px;
overflow: hidden;
}
.taskDetailContent>div{
line-height:40px;
width:100%;
}
.taskDetailContent>div>p{
width:100%;
overflow: hidden;
}
.taskDetailContent>div>p>span{
float:left;
}
.taskDetailContent>div>p>span:nth-child(odd){
color:#0BFFFF;
width:80px;
}
.taskDetailContent>div:nth-child(2)>p>span:nth-child(2){
width:calc(100% - 80px);
}
.taskDetailContent>div:first-child{
height:40px;
}
.taskDetailContent>div:first-child>p{
width:50%;
}
.taskDetailContent>div:first-child>p:first-child{
float:left;
}
.taskFinish{
background:#0BFFFF !important;
}
.popTaskDetail .layui-timeline-title{
color:#fff !important;
}

View File

@ -0,0 +1,9 @@
.titleBg{
height:37px;
line-height:32px;
background: url("../image/bar1.png") 0 0 no-repeat;
}
.selectColor{
color:#55BAF8;
}

View File

@ -0,0 +1,87 @@
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
font-family: myRegular;
}
h1,h2,h3,h4,h5,h6,em,i {
font-weight: 100;
font-style: normal
}
ul,ol,li {
list-style-type: none
}
a {
color: #666;
text-decoration: none;
outline: 0
}
a:hover {
text-decoration: none;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
background-color: #15274D;
width:8px;
height:8px;
border-radius:10px;
}
::-webkit-scrollbar-track {
border-radius:10px;
}
::-webkit-scrollbar-thumb {
border-radius:20px;
background:#032357;
}
/* 高德地图去掉logo */
.amap-logo{
display:none!important;
}
.amap-copyright{
visibility:hidden!important;
}
@font-face
{
font-family: myRegular;
src: url('../../../alibabaFont/FZPingXYSJW.TTF');
}
.indexMarkerImg{
width:24px;
height:24px;
padding:10px;
border-radius:50%;
background:#0347A8;
border:1px solid #5397F0;
}
.indexMarkerImg>img{
float:left;
width:100%;
height:100%;
margin-top:-34px;
}

View File

@ -0,0 +1,5 @@
.staffSignSelectContent{
height:calc(100% - 50px);
margin-top:10px;
overflow-y:auto;
}

View File

@ -0,0 +1,7 @@
.addSafetyCheckInfo .layui-form-item{
margin-bottom:10px;
}
.addSafetyCheckInfo .layui-input-block{
margin-left:110px;
}

View File

@ -0,0 +1,34 @@
.skynetIpcTop>div{
line-height:30px;
height:30px;
}
.skynetIpcTop>div>p{
float:left;
width:48%;
margin:0 !important;
}
.skynetIpcTop>div>p:last-child{
margin-left:4%;
}
.skynetIpcTop>div>p>span:nth-child(1){
float:left;
width:100px;
color:aqua;
}
.skynetIpcTop>div>p>span:nth-child(2){
width:calc(100% - 100px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
float:left;
}
.skynetIpcTop>div:last-child>p{
width:100%;
}
.skynetIpcBottom{
clear: both;
margin-top:4px;
}

View File

@ -0,0 +1,304 @@
//获取标题
export function getSchoolLevelTitle(){
return `
<div class="schoolLevelTitle">
<ul>
<li>详细内容</li>
<li>评分标准</li>
<li>现场检查情况</li>
<li>记分</li>
</ul>
</div>
`
}
//校内安全
export function getSchoolInSafeDiv(starRatingDetail){
return `
<div class="schoolInSafeDiv">
<div>
<ul>
<li>落实安全保卫工作主体责任</li>
<li>
1.未成立校园安全领导机构的扣1分<br/>
2.未制定各项安全保卫制度的扣1分<br/>
3.未对校园安全工作进行常态化部署推进的扣1分
</li>
<li>${starRatingDetail["inResponsibilityDetail"]}</li>
<li>${starRatingDetail["inResponsibility"]}</li>
</ul>
</div>
<div>
<ul>
<li>加强校园保卫队伍建设</li>
<li>
1.配备45岁以下的保安员配备不达标的扣2分<br/>
2.着装不规范一人次扣0.5无保安员证的一人扣2分<br/>
3.保安器材和培训不达标的扣1分
</li>
<li>${starRatingDetail["inTeamBuildDetail"]}</li>
<li>${starRatingDetail["inTeamBuild"]}</li>
</ul>
</div>
<div>
<ul>
<li>加强校园物防设施建设</li>
<li>
1.因车辆人员出入封闭式管理不达标的发现一处扣1分<br/>
2.物防设备或设施建设不达标的发现一处扣1分<br/>
</li>
<li>${starRatingDetail["inDevicesSetupDetail"]}</li>
<li>${starRatingDetail["inDevicesSetup"]}</li>
</ul>
</div>
<div>
<ul>
<li>加强校园消防安全管理</li>
<li>
1.消防安全制度和应急处置预案缺失或不健全的扣2分<br/>
2.消防器材失效的发现一次扣1分<br/>
3.发生一般火灾事故的一次扣3分;发生伤人亡人等重大火灾事故的实行一票否决
</li>
<li>${starRatingDetail["inFireManageDetail"]}</li>
<li>${starRatingDetail["inFireManage"]}</li>
</ul>
</div>
<div>
<ul>
<li>开展危险物品安全管理</li>
<li>
1.发现危险物品脱管漏管或管理不规范的次扣2分因危险物品管控不到位造成现实危害的一次扣5分造成人员伤亡或其他重大危害的实行一票否决
</li>
<li>${starRatingDetail["inDangerousManageDetail"]}</li>
<li>${starRatingDetail["inDangerousManage"]}</li>
</ul>
</div>
<div>
<ul>
<li>推进智慧安防系统建设</li>
<li>
1.未安装110一键报警装置的扣1分<br/>
2.视频监控系统不能正常运行或未实现重点部位全覆盖的扣1分<br/>
3.监控系统未按要求与属地公安机关教育部门联网的扣1分
</li>
<li>${starRatingDetail["inSmartSecurityDetail"]}</li>
<li>${starRatingDetail["inSmartSecurity"]}</li>
</ul>
</div>
<div>
<ul>
<li>加强校园安全防范制度建设</li>
<li>
1.安全防范制度缺失一项扣1分无车禁门禁访客登记记录的扣0.5<br/>
2.没有建立校园周边巡查制度的扣0.5<br/>
3.没有每月安全隐患自查整改记录的扣0.5未落实校车管理制度的扣0.2
</li>
<li>${starRatingDetail["inSecuritySchemeDetail"]}</li>
<li>${starRatingDetail["inSecurityScheme"]}</li>
</ul>
</div>
</div>
`
}
//周边安全
export function getSchoolOutSafeDiv(starRatingDetail){
return `
<div class="schoolInSafeDiv schooloutSafeDiv">
<div>
<ul>
<li>加强高峰护学及周边巡逻</li>
<li>
l.高峰护学保安队员不规范着装未持械上岗护学一人次扣1分<br/>
2.教职工未按要求穿戴护学岗标识的每人次扣1分<br/>
3.未建立高峰勤务机制的扣2分
</li>
<li>${starRatingDetail["outPeakGuardDetail"]}</li>
<li>${starRatingDetail["outPeakGuard"]}</li>
</ul>
</div>
<div>
<ul>
<li>强化校园安全风险预警防范</li>
<li>
1.未完善校园安全风险清单的扣2分<br/>
2.未按照安全风险清单提供安全风险提示的扣2分<br/>
</li>
<li>${starRatingDetail["outRiskPreventDetail"]}</li>
<li>${starRatingDetail["outRiskPrevent"]}</li>
</ul>
</div>
<div>
<ul>
<li>规范交通安全设施管理</li>
<li>
1.未按照要求设置家长等候区的扣2分
</li>
<li>${starRatingDetail["outTrafficDetail"]}</li>
<li>${starRatingDetail["outTraffic"]}</li>
</ul>
</div>
<div>
<ul>
<li>严厉打击涉校违法犯罪活动</li>
<li>
1.发生一般重大特大刑事案件每起分别扣2分46<br/>
2.发生暴力伤害在校()师生儿童的恶性案件特大刑事案件重大群体性事件或重大舆情事件的在星级评定中实行一票否决
</li>
<li>${starRatingDetail["outCaseManageDetail"]}</li>
<li>${starRatingDetail["outCaseManage"]}</li>
</ul>
</div>
</div>`;
}
//隐患整改
export function getHiddenRectifDiv(starRatingDetail){
return `
<div class="schoolInSafeDiv hiddenRectifDiv">
<div>
<ul>
<li>开展涉校重点人员排查稳控</li>
<li>
1.无涉校园重点人员排查登记台账的扣2分
</li>
<li>${starRatingDetail["riskDangerManageDetail"]}</li>
<li>${starRatingDetail["riskDangerManage"]}</li>
</ul>
</div>
<div>
<ul>
<li>加强校园风险隐患排查化解</li>
<li>
1.未进行教职工入职审查的扣1分<br/>
2.发现有犯罪前科不适宜教育工作人员的每人次扣2分<br/>
3.对问题学生无档案扣1分<br/>
4.放任管理造成打架斗殴等治安刑事案件的扣2分<br/>
5.重大刑事案件的扣4分<br/>
6.重大矛盾纠纷不及时报告的一次扣1分
</li>
<li>${starRatingDetail["riskConflictManageDetail"]}</li>
<li>${starRatingDetail["riskConflictManage"]}</li>
</ul>
</div>
<div>
<ul>
<li>加强校园安全检查隐患整改</li>
<li>
1.未落实内部安全检查整改的扣1分<br/>
2.未建立相关工作台账的扣1分<br/>
3.对上级监督部门下达的整改不落实的扣2分<br/>
4.未及时回复整改事项的每起扣1分
</li>
<li>${starRatingDetail["riskProcessDetail"]}</li>
<li>${starRatingDetail["riskProcess"]}</li>
</ul>
</div>
</div>
`
}
//法治宣传
export function getLegalEducationDiv(starRatingDetail){
return `
<div class="schoolInSafeDiv legalEducationDiv">
<div>
<ul>
<li>深入推进安全教育进课堂</li>
<li>
1.每学期未开展安全教育进课堂的扣1分
</li>
<li>${starRatingDetail["lawEducationDetail"]}</li>
<li>${starRatingDetail["lawEducation"]}</li>
</ul>
</div>
<div>
<ul>
<li>开展法治教育第一课</li>
<li>
1.未完善相关教育课堂的按照各相关科目进行扣分每少一项扣1分<br/>
2.未聘请法治副校长或辅导员开展专门法治教育第一课的每次扣2分
</li>
<li>${starRatingDetail["lawFirstClassDetail"]}</li>
<li>${starRatingDetail["lawFirstClass"]}</li>
</ul>
</div>
</div>
`
}
//应急处置
export function getEmergencyResponseDiv(starRatingDetail){
return `
<div class="schoolInSafeDiv emergencyResponseDiv">
<div>
<ul>
<li>制定专门应急预案</li>
<li>
1.未制定应急处置预案的扣1分<br/>
2.应急人员不明确的扣1分<br/>
3.装备器材配备不到位的扣1分
</li>
<li>${starRatingDetail["emcPlanDetail"]}</li>
<li>${starRatingDetail["emcPlan"]}</li>
</ul>
</div>
<div>
<ul>
<li>开展常态应急演练活动</li>
<li>
1.未按要求开展应急演练的扣1分<br/>
2.应急联动制度不落实的扣1分<br/>
3.对舆情应对不力造成重大影响的扣3分
</li>
<li>${starRatingDetail["emcDrillDetail"]}</li>
<li>${starRatingDetail["emcDrill"]}</li>
</ul>
</div>
</div>
`
}
//加分项
export function getPlusesDiv(starRatingDetail){
return `
<div class="schoolInSafeDiv plusesDiv">
<div>
<ul>
<li>加分项</li>
<li>1.在平安校园创建中作出重要贡献受到国家级省部级市级区级表彰的分别加4分321</li>
<li>${starRatingDetail["bonus1Detail"]}</li>
<li>${starRatingDetail["bonus1"]}</li>
</ul>
</div>
<div>
<ul>
<li>加分项2</li>
<li>2.在平安校园创建工作中取得工作成绩其经验在国家级省部级市级区级会议上推介或在国家级省部级市级区级平安建设刊物上推广的分别加4分321</li>
<li>${starRatingDetail["bonus2Detail"]}</li>
<li>${starRatingDetail["bonus2"]}</li>
</ul>
</div>
<div>
<ul>
<li>加分项3</li>
<li>3.在平安校园创建工作中充分发挥群防群治力量作用直接抓获违法犯罪人员或协助公安机关破获刑事案件的一般刑事治安案件加1分团伙案件加2分重大刑事案件加3分特大刑事案件加4分</li>
<li>${starRatingDetail["bonus3Detail"]}</li>
<li>${starRatingDetail["bonus3"]}</li>
</ul>
</div>
<div>
<ul>
<li>加分项4</li>
<li>4.在平安校园创建中所在校园警务室被评为国家级区示范警务室分别加4分321</li>
<li>${starRatingDetail["bonus4Detail"]}</li>
<li>${starRatingDetail["bonus4"]}</li>
</ul>
</div>
<div>
<ul>
<li>加分项5</li>
<li>5.在平安校园创建工作中接受国家级省部级市级区级检查考核获得领导高度肯定的分别加4分321</li>
<li>${starRatingDetail["bonus5Detail"]}</li>
<li>${starRatingDetail["bonus5"]}</li>
</ul>
</div>
</div>`
}

View File

@ -0,0 +1,228 @@
//获取标题
export function getThreeColorWarningTitle(){
return `
<div class="schoolLevelTitle">
<ul>
<li>检查项目</li>
<li>扣分标准</li>
<li>检查情况</li>
<li>记分</li>
</ul>
</div>
`
}
//人防
export function getPersonProvideDiv(data){
return `<div class="schoolInSafeDiv personProvideDiv">
<div>
<ul>
<li>保安员配备数量是否达标</li>
<li>对照配备标准每缺一名保安员扣2分</li>
<li>${data["guarderCountDetail"]}</li>
<li>${data["guarderCount"]}</li>
</ul>
</div>
<div>
<ul>
<li>保安员是否持证上岗</li>
<li>每发现一名未持证保安员扣2分</li>
<li>${data["guarderCertDetail"]}</li>
<li>${data["guarderCert"]}</li>
</ul>
</div>
<div>
<ul>
<li>保安员年龄是否超过45 </li>
<li>每发现一名 45岁以上保安员扣0.5</li>
<li>${data["guarderOverAgeDetail"]}</li>
<li>${data["guarderOverAge"]}</li>
</ul>
</div>
<div>
<ul>
<li>保安员是否持械执行高峰护学勤务</li>
<li>每发现一名未持械进行高峰护学保安员扣0.5 </li>
<li>${data["peakGuarderArmedDetail"]}</li>
<li>${data["peakGuarderArmed"]}</li>
</ul>
</div>
<div>
<ul>
<li>制定高峰护学一校一方案</li>
<li>未制定方案扣 2方案不健全扣0.5</li>
<li>${data["peakProtectSchemeDetail"]}</li>
<li>${data["peakProtectScheme"]}</li>
</ul>
</div>
<div>
<ul>
<li>组织发动教职工保安员家长志愿者不少于 4 人参与高峰护学</li>
<li>检查发现参与高峰护学人员未达4人的扣1分护学人员未按方案规范护学的扣0.5</li>
<li>${data["peakStaffDetail"]}</li>
<li>${data["peakStaff"]}</li>
</ul>
</div>
</div>`
}
//物防
export function getThingProvideDiv(data){
return `<div class="schoolInSafeDiv thingProvideDiv">
<div>
<ul>
<li>校园封闭式管理是否落实到位(有单独院落的围墙不低于2 无单独院落的教学区全封闭)</li>
<li>未达标扣2分</li>
<li>${data["zoneClosedDetail"]}</li>
<li>${data["zoneClosed"]}</li>
</ul>
</div>
<div>
<ul>
<li>钢叉头盔盾牌警棍防刺手套等防护器材是否齐全</li>
<li>每缺一项扣 0.5 </li>
<li>${data["equipCountDetail"]}</li>
<li>${data["equipCount"]}</li>
</ul>
</div>
<div>
<ul>
<li>主要出入口是否有合格防冲撞设施(1.防撞升降柱:2.带地锁的三角立体防冲撞栏;3.水泥墩;4.单平面的防冲撞设施不合格)</li>
<li>未达标扣3分</li>
<li>${data["collisionDetail"]}</li>
<li>${data["collision"]}</li>
</ul>
</div>
</div>`
}
//技防
export function getSkillProvideDiv(data){
return `<div class="schoolInSafeDiv skillProvideDiv">
<div>
<ul>
<li>视频监控是否覆盖学校以下重要部位:1.室外活动区(如操场);2.教学区域主要通道和出入口;3.学生宿舍区主要出入口;4.食堂操作间和储藏室及其出入口就餐区域;5.易燃易爆和危险品储存室等</li>
<li>每缺一项扣1分</li>
<li>${data["ipcCoverDetail"]}</li>
<li>${data["ipcCover"]}</li>
</ul>
</div>
<div>
<ul>
<li>门卫室110联网紧急报警系统是否安装(系统测试是否正常)</li>
<li>未安装扣3分测试不正常扣1分</li>
<li>${data["alarmSystemDetail"]}</li>
<li>${data["alarmSystem"]}</li>
</ul>
</div>
<div>
<ul>
<li>1.校园大门口是否安装有自建视频监控;2.是否与公安机关联网并在线</li>
<li>未安装扣2分未与公安机关联网并在线扣1分</li>
<li>${data["ipcGateDetail"]}</li>
<li>${data["ipcGate"]}</li>
</ul>
</div>
<div>
<ul>
<li>1.校园大门口视频监控记录保存时间是否达到 90 ;2.校园内其他视频监控记录保存时间是否达到30天</li>
<li>12项未达标分别扣1分</li>
<li>${data["ipcRecordDetail"]}</li>
<li>${data["ipcRecord"]}</li>
</ul>
</div>
</div>`
}
//心防
export function getHeartProvideDiv(data){
return `<div class="schoolInSafeDiv heartProvideDiv">
<div>
<ul>
<li>选聘法治副校长定期开展学校安全教育(含交通安全教育)</li>
<li>未选聘法治副校长扣2分每学期开展未开展一次以上法治教育扣1分</li>
<li>${data["lawEducationDetail"]}</li>
<li>${data["lawEducation"]}</li>
</ul>
</div>
<div>
<ul>
<li>建立落实涉校矛盾纠纷排查化解工作机制</li>
<li>每发生一起矛盾纠纷排查化解不力转变为刑事案件扣3分</li>
<li>${data["conflictDetail"]}</li>
<li>${data["conflict"]}</li>
</ul>
</div>
</div>`
}
//制度防
export function getSystemProvideDiv(data){
return `<div class="schoolInSafeDiv systemProvideDiv">
<div>
<ul>
<li>门卫值班巡逻守护制度</li>
<li>每缺一项扣1分,单项制度不健全的扣0.5</li>
<li>${data["guarderSchemeDetail"]}</li>
<li>${data["guarderScheme"]}</li>
</ul>
</div>
<div>
<ul>
<li>教学楼实验室图书馆等重点部门和部位的保卫制度</li>
<li>每缺一项扣1分,单项制度不健全的扣0.5</li>
<li>${data["buildingSchemeDetail"]}</li>
<li>${data["buildingScheme"]}</li>
</ul>
</div>
<div>
<ul>
<li>防火安全制度</li>
<li>每缺一项扣1分,单项制度不健全的扣0.5</li>
<li>${data["fireSchemeDetail"]}</li>
<li>${data["fireScheme"]}</li>
</ul>
</div>
<div>
<ul>
<li>管制刀具等危险物品的清查制度</li>
<li>每缺一项扣1分,单项制度不健全的扣0.5</li>
<li>${data["dangerousSchemeDetail"]}</li>
<li>${data["dangerousScheme"]}</li>
</ul>
</div>
<div>
<ul>
<li>校内排查矛盾纠纷制度</li>
<li>每缺一项扣1分,单项制度不健全的扣0.5</li>
<li>${data["conflictSchemeDetail"]}</li>
<li>${data["conflictScheme"]}</li>
</ul>
</div>
<div>
<ul>
<li>内部保卫工作的检查考核奖惩制度</li>
<li>每缺一项扣1分,单项制度不健全的扣0.5</li>
<li>${data["guarderPMISchemeDetail"]}</li>
<li>${data["guarderPMIScheme"]}</li>
</ul>
</div>
<div>
<ul>
<li>保安服务管理制度</li>
<li>每缺一项扣1分,单项制度不健全的扣0.5</li>
<li>${data["securityServiceSchemeDetail"]}</li>
<li>${data["securityServiceScheme"]}</li>
</ul>
</div>
</div>`
}
//防范案事件
export function getPreventionCaseDiv(data){
return `<div class="schoolInSafeDiv preventionCaseDiv">
<div>
<ul>
<li>不发生可防性刑事案件和影响社会稳定政治安全的事件</li>
<li>每发生一起可防性刑事案件扣2分发生影响社会稳定政治安全的事件根据情况扣 3-5</li>
<li>${data["criminalCaseDetail"]}</li>
<li>${data["criminalCase"]}</li>
</ul>
</div>
</div>`
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B

View File

@ -0,0 +1,195 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
<g>
<path fill="#EEEFF3" d="M15.29,14.787l0.837,0.297l0.901,0.324l-4.957,5.646l-4.918-5.597l0.863-0.313l0.005-0.004l0.812-0.294
v-0.004h0.012l0.01-0.004l0.004,0.004h6.424l0.003-0.042L15.29,14.787z"/>
<path fill="#474F66" d="M15.294,14.787l0.84,0.297l4.715,1.694c1.733,0.624,2.896,2.272,2.896,4.119v2.887H14.48V23.78H9.673v0.004
H0.41v-2.826c0-1.85,1.165-3.504,2.9-4.124l4.712-1.691l0.006-0.004l0.81-0.292v-0.003h0.013l0.012-0.004l0.001,0.004h6.422
l0.004-0.043L15.294,14.787z"/>
<path fill="#EEEFF3" d="M7.83,15.237h8.672l0.526,0.189l-2.097,8.357H14.48V23.78H9.68v0.004H9.23l-2.079-8.306L7.83,15.237z"/>
<path fill="#474F66" d="M13.253,17.842l-0.327,1.299c-0.022,0.096-0.11,0.16-0.21,0.16h-1.246c-0.099,0-0.187-0.064-0.211-0.16
l-0.332-1.299c-0.034-0.136,0.068-0.267,0.21-0.267h1.905C13.183,17.575,13.285,17.706,13.253,17.842"/>
<path fill="#474F66" d="M11.409,19.222h1.34l0.645,4.563h-2.762L11.409,19.222z"/>
<path fill="#D2D4DF" d="M8.717,14.833l-1.101,0.388c-0.243,0.085-0.304,0.397-0.111,0.565l3.163,2.816
c0.161,0.141,0.413,0.103,0.519-0.088l0.812-1.466c0.086-0.155,0.035-0.355-0.121-0.449l-2.869-1.738
C8.917,14.811,8.812,14.801,8.717,14.833 M15.506,14.702l1.131,0.402c0.248,0.087,0.312,0.407,0.113,0.586l-3.251,2.912
c-0.167,0.146-0.427,0.103-0.533-0.091l-0.833-1.514c-0.089-0.161-0.034-0.369,0.125-0.467l2.952-1.798
C15.301,14.678,15.405,14.666,15.506,14.702"/>
<path fill="#474F66" d="M7.5,15.307l4.38,8.478H8.729l-0.193-0.003L7.96,22.415l-0.631-1.487l-1.352-1.166l-0.575-1.338
l1.178-2.389L7.5,15.307z M16.82,15.132l1.695,0.991l-1.643,4.982l-1.597,2.679h-3.123L16.82,15.132z M4.843,5.093
c0-2.332,2.487-5.077,7.188-5.093c4.698-0.015,7.282,2.945,7.282,5.276s-4.869,3.196-7.282,3.164
C9.619,8.409,4.843,7.425,4.843,5.093z"/>
<path fill="#EBC091" d="M15.331,12.797v2.043l-3.241,1.806L8.905,14.84l-0.054-2.043H15.331z"/>
<path fill="#FFC95C" d="M10.313,13.511h5.018v0.021h-5.018V13.511z M10.313,13.49h5.018v0.021h-5.018V13.49z M10.313,13.467h5.018
v0.023h-5.018V13.467z M10.313,13.447h5.018v0.02h-5.018V13.447z M10.313,13.425h5.018v0.022h-5.018V13.425z M10.313,13.415h5.018
v0.01h-5.018V13.415z"/>
<path fill="#FFC95B" d="M10.313,13.403h5.018v0.012h-5.018V13.403z M10.313,13.394h5.018v0.01h-5.018V13.394z"/>
<path fill="#FFC95C" d="M10.313,13.385h5.018v0.009h-5.018V13.385z M10.313,13.361h5.018v0.021h-5.018V13.361z M10.313,13.342
h5.018v0.02h-5.018V13.342z M10.313,13.319h5.018v0.022h-5.018V13.319z"/>
<path fill="#FFC95C" d="M10.313,13.302h5.018v0.02h-5.018V13.302z M10.313,13.278h5.018v0.023h-5.018V13.278z M10.313,13.258h5.018
v0.021h-5.018V13.258z M10.313,13.238h5.018v0.02h-5.018V13.238z M10.313,13.215h5.018v0.021h-5.018V13.215z M10.313,13.195h5.018
v0.02h-5.018V13.195z M10.313,13.175h5.018v0.019h-5.018V13.175z M10.313,13.152h5.018v0.022h-5.018V13.152z M10.313,13.132h5.018
v0.021h-5.018V13.132z M10.313,13.109h5.018v0.022h-5.018V13.109z"/>
<path fill="#FFC95C" d="M10.313,13.092h5.018v0.02h-5.018V13.092z M10.313,13.07h5.018v0.021h-5.018V13.07z M10.313,13.047h5.018
v0.022h-5.018V13.047z M10.313,13.027h5.018v0.02h-5.018V13.027z M10.313,13.006h5.018v0.021h-5.018V13.006z M10.313,12.985h5.018
v0.021h-5.018V12.985z M10.313,12.963h5.018v0.022h-5.018V12.963z M10.313,12.939h5.018v0.023h-5.018V12.939z M10.313,12.921h5.018
v0.019h-5.018V12.921z M10.313,12.9h5.018v0.021h-5.018V12.9z"/>
<path fill="#FFC95C" d="M10.313,12.881h5.018v0.021h-5.018V12.881z M10.313,12.861h5.018v0.019h-5.018V12.861z M10.313,12.839
h5.018v0.021h-5.018V12.839z M10.313,12.818h5.018v0.019h-5.018V12.818z M10.313,12.797h5.018v0.021h-5.018V12.797z M15.331,12.797
h-5.018H15.331z"/>
<path fill="#FFDAB2" d="M12.112,6.451c1.664,0,3.249,0.233,4.693,0.657l0.327,0.107l0.021,0.167
c0.016,0.233,0.024,0.47,0.024,0.709l-0.011,0.303l0.021-0.006c0.051-0.004,0.107,0,0.161,0.013
c0.424,0.106,0.627,0.765,0.452,1.475c-0.16,0.617-0.552,1.069-0.93,1.102l-0.15-0.012l-0.145,0.424
c-0.843,2.16-2.48,3.62-4.365,3.62c-1.886,0-3.528-1.463-4.364-3.62l-0.146-0.424l-0.146,0.012
c-0.38-0.033-0.772-0.484-0.926-1.102C6.454,9.166,6.653,8.506,7.08,8.4c0.052-0.013,0.105-0.017,0.162-0.013l0.02,0.006
l-0.01-0.303c0-0.24,0.009-0.476,0.027-0.709l0.025-0.233L7.427,7.11C8.863,6.685,10.447,6.451,12.112,6.451z"/>
<path fill="#825700" d="M15.568,6.733l0.206,0.036c0.388,0.083,0.761,0.175,1.126,0.281l0.27,0.089l0.018,0.154
c0.016,0.231,0.024,0.47,0.024,0.707c0,0.482-0.033,0.95-0.104,1.4l-0.066,0.364l-0.063-0.089C16.92,9.568,16.86,9.45,16.793,9.321
c-0.284-0.515-0.03-1.811-0.69-2.31c-0.084-0.061-0.179-0.12-0.28-0.172L15.568,6.733z M9.542,6.583L9.22,6.685
C9.08,6.741,8.952,6.803,8.841,6.876C7.938,7.459,7.7,9.282,7.431,9.831C7.396,9.9,7.369,9.958,7.348,10.012L7.34,10.036
L7.22,9.401c-0.035-0.226-0.058-0.457-0.078-0.69L7.13,8.337l0.04-0.002l0.024,0.004L7.183,8.036c0-0.239,0.007-0.477,0.025-0.709
L7.235,7.09L7.36,7.05c0.366-0.106,0.743-0.2,1.125-0.283L9.542,6.583z"/>
<path fill="#EEEFF3" d="M11.216,2.362c0-0.57,0.386-1.034,0.862-1.034c0.474,0,0.864,0.464,0.864,1.034
c0,0.572-0.391,1.036-0.864,1.036C11.604,3.398,11.216,2.934,11.216,2.362z"/>
<path fill="#323646" d="M7.233,7.129c0-0.725,2.227-1.314,4.978-1.314c2.75,0,4.978,0.589,4.978,1.314
c0,0.725-2.228,1.313-4.978,1.313C9.46,8.442,7.233,7.854,7.233,7.129z"/>
<path fill="#232733" d="M11.342,4.513c1.436-0.015,3.027,0.135,4.48,0.472l0.994,0.287l0.111,0.075
c0.114,0.104,0.192,0.25,0.243,0.465l0.045,0.299v0.21l-0.013,0.335c-0.019,0.414-0.047,0.604-0.219,0.659l-0.1,0.011L16.451,7.28
L15.89,7.166l0.319,0.075l-0.791-0.14l0.003,0.009l-0.812-0.127c-1.842-0.25-4.14-0.351-5.859-0.015L8.189,7.099l0.25-0.096
c-1.334,0.394-1.255,0.52-1.307-0.729L7.128,5.968l0.05-0.348c0.026-0.109,0.058-0.198,0.099-0.273L7.327,5.28l0.468-0.253
C8.628,4.707,9.905,4.529,11.342,4.513z"/>
<path fill="#EEEFF3" d="M11.807,5.47h0.819l0.038,0.001l0.038,0.003l0.036,0.001l0.038,0.003l0.036,0.002l0.038,0.004l0.038,0.003
l0.036,0l0.038,0.005h0.039l0.038,0.004l0.035,0.001l0.038,0.002l0.038,0.003l0.036,0.001l0.038,0.001l0.038,0.003l0.036,0.003
l0.036,0.002l0.04,0.002l0.036,0.001l0.038,0.003l0.038,0.003l0.033,0.003l0.038,0.001L13.6,5.531l0.035,0.004l0.07,0.004
l0.038,0.003l0.035,0.002l0.038,0.002l0.038,0.002l0.036,0.002l0.038,0.003l0.038,0.001l0.036,0.003L14.04,5.56l0.038,0.002
l0.035,0.002l0.038,0.001l0.037,0.003l0.038,0.004l0.038,0.006l0.036,0.005l0.037,0.004l0.037,0.003L14.414,5.6l0.036,0.004
l0.035,0.004l0.041,0.007l0.036,0.004l0.036,0.005l0.036,0.005l0.037,0.005l0.039,0.005l0.036,0.006l0.037,0.003l0.037,0.006
l0.037,0.004l0.037,0.005l0.036,0.004l0.041,0.007l0.035,0.004l0.036,0.003l0.039,0.006l0.035,0.004l0.038,0.003l0.038,0.006
l0.036,0.005l0.037,0.006l0.038,0.004l0.038,0.005l0.037,0.006l0.034,0.004l0.039,0.005l0.036,0.006l0.038,0.005l0.036,0.005
l0.039,0.005l0.037,0.005l0.026,0.014l0.037,0.007L15.74,5.79l0.037,0.004l0.038,0.007l0.037,0.004l0.038,0.004l0.037,0.005
l0.036,0.006L16,5.823l0.039,0.007l0.038,0.004l0.035,0.005l0.038,0.005l0.037,0.004l0.036,0.005l0.038,0.007l0.036,0.004
l0.037,0.006l0.038,0.008l0.038,0.007l0.037,0.008l0.036,0.006l0.037,0.008l0.037,0.007l0.04,0.008l0.037,0.007l0.037,0.007
l0.034,0.009l0.038,0.007l0.048,0.026L16.83,5.99l0.037,0.007l0.034,0.01l0.041,0.006l0.036,0.008l0.037,0.007l0.035,0.007
l0.037,0.008l0.033,0.008l0.036,0.008l0.039,0.01l0.034,0.007l0.036,0.007l0.029,0.005v0.069l-0.014,0.228l-0.01,0.125h-0.033
l-0.072-0.014L17.131,6.49L17.099,6.48l-0.035-0.009l-0.035-0.007l-0.034-0.007l-0.033-0.009l-0.035-0.007L16.89,6.433
l-0.033-0.008l-0.034-0.008l-0.036-0.01L16.75,6.4l-0.034-0.008l-0.033-0.008L16.65,6.377L16.615,6.37L16.58,6.362l-0.033-0.009
l-0.033-0.007l-0.035-0.008l-0.192,0.008l-0.033-0.008L16.22,6.33l-0.036-0.004L16.15,6.322l-0.035-0.004l-0.033-0.006l-0.036-0.01
l-0.038-0.004l-0.032-0.006L15.94,6.288l-0.036-0.006l-0.043-0.017l-0.034-0.003l-0.036-0.005l-0.034-0.005l-0.034-0.006
L15.688,6.24l-0.035-0.006l-0.031-0.003l-0.036-0.007l-0.032-0.006l-0.039-0.005l-0.034-0.006L15.447,6.2l-0.039-0.004
l-0.031-0.005l-0.032-0.005L15.31,6.179l-0.035-0.004L15.24,6.17l-0.032-0.005l-0.037-0.004l-0.035-0.006L15.102,6.15l-0.034-0.007
l-0.035-0.005l-0.035-0.004L14.965,6.13L14.93,6.124L14.893,6.12l-0.033-0.007l-0.033-0.004l-0.034-0.007l-0.033-0.005
l-0.035-0.005l-0.034-0.004l-0.035-0.005L14.62,6.076l-0.033-0.003l-0.035-0.006l-0.034-0.006l-0.04-0.006l-0.031-0.006
l-0.035-0.007l-0.034-0.003l-0.033-0.007l-0.035-0.004l-0.034-0.004L14.24,6.017l-0.034-0.005l-0.035-0.004l-0.034-0.003
l-0.035-0.003l-0.037-0.004l-0.032-0.003l-0.035-0.001L13.961,5.99l-0.032-0.004l-0.036-0.003l-0.031-0.002l-0.036-0.001
L13.79,5.975l-0.032-0.001l-0.035-0.002L13.687,5.97l-0.033-0.002l-0.034-0.003l-0.07-0.005l-0.034-0.003l-0.031-0.002
l-0.034-0.004l-0.034-0.002l-0.038-0.004l-0.036-0.003L13.307,5.94l-0.032-0.003l-0.036-0.002l-0.035-0.001l-0.036-0.004
l-0.032-0.001l-0.036-0.005L13.063,5.92L13.03,5.918l-0.034-0.002L12.96,5.914L12.924,5.91l-0.032-0.001l-0.033-0.004l-0.036-0.003
l-0.035-0.003l-0.035-0.002l-0.035-0.003l-0.034-0.002h-1.758l-0.035,0.002l-0.032,0.003l-0.033,0.002L10.793,5.9l-0.032,0.003
l-0.032,0.004l-0.033,0.001l-0.032,0.002l-0.033,0.002l-0.031,0.002L10.57,5.918l-0.033,0.003l-0.038-0.003l-0.033,0.003
l-0.031,0.002l-0.032,0.001l-0.032,0.003L10.34,5.933l-0.032,0.002L10.275,5.94l-0.031,0.002l-0.032,0.003l-0.063,0.004
l-0.034,0.003l-0.031,0.002l-0.032,0.002L10.021,5.96L9.987,5.961L9.957,5.965l-0.03,0.001L9.895,5.97L9.86,5.971L9.829,5.974
L9.797,5.978L9.765,5.979l-0.03,0.002L9.704,5.983L9.67,5.989L9.637,5.992L9.605,5.995L9.574,5.996L9.542,5.998L9.511,5.999
L9.478,6.004L9.445,6.008L9.414,6.014L9.382,6.018L9.351,6.023L9.318,6.029l-0.03,0.008L9.255,6.041L9.224,6.047L9.193,6.054
L9.16,6.058L9.129,6.065L9.099,6.069L9.07,6.075L9.04,6.081L9.01,6.086L8.98,6.089L8.952,6.094l-0.03,0.005L8.894,6.105H8.877
L8.847,6.111L8.821,6.117l-0.03,0.005L8.763,6.125l-0.03,0.007l-0.03,0.006L8.674,6.142L8.646,6.148l-0.03,0.005L8.588,6.157
l-0.03,0.004l-0.03,0.005l-0.03,0.004L8.47,6.179L8.44,6.185L8.411,6.19L8.38,6.196L8.354,6.2L8.326,6.206L8.295,6.211L8.266,6.216
l-0.03,0.005l-0.03,0.003L8.178,6.231L8.149,6.234L8.121,6.243L8.092,6.247l-0.03,0.004L8.034,6.256l-0.03,0.006L7.975,6.268
L7.946,6.273L7.917,6.278L7.888,6.283l-0.03,0.006L7.829,6.292l-0.03,0.008L7.768,6.308L7.741,6.313l-0.03,0.006L7.682,6.323
L7.651,6.329L7.622,6.334L7.594,6.339l-0.07,0.032L7.496,6.377L7.467,6.382L7.438,6.386L7.407,6.392L7.379,6.398L7.35,6.402
L7.32,6.407L7.292,6.413l-0.03,0.006L7.233,6.423L7.204,6.429L7.174,6.437L7.127,6.443H7.112L7.103,6.382
C7.098,6.306,7.092,6.215,7.086,6.107V6.025L7.112,6.02L7.14,6.014l0.03-0.005l0.028-0.006l0.028-0.004l0.032-0.007l0.028-0.005
l0.029-0.004l0.029-0.007l0.029-0.004l0.03-0.006L7.432,5.96L7.46,5.956l0.03-0.005l0.028-0.004l0.031-0.005l0.027-0.008
l0.03-0.004l0.031-0.004L7.669,5.92L7.7,5.915L7.732,5.91l0.034-0.006l0.032-0.005l0.031-0.005L7.861,5.89l0.032-0.004l0.032-0.004
l0.032-0.007l0.031-0.005l0.031-0.008l0.032-0.006l0.032-0.004l0.032-0.006L8.146,5.84l0.032-0.004L8.21,5.832l0.03-0.007
l0.032-0.003l0.032-0.006l0.032-0.003l0.031-0.005l0.033-0.005l0.032-0.007L8.463,5.79l0.032-0.004l0.032-0.005l0.03-0.005
l0.032-0.004l0.034-0.006l0.031-0.004l0.032-0.005L8.718,5.75l0.03-0.005L8.78,5.739l0.031-0.004l0.033-0.005l0.032-0.006
l0.03-0.003L8.94,5.714L8.971,5.71l0.032-0.005l0.032-0.005l0.034-0.005l0.03-0.004L9.13,5.684L9.162,5.68l0.032-0.006l0.039-0.011
l0.032-0.004l0.031-0.004l0.032-0.006l0.032-0.005l0.031-0.005l0.033-0.006l0.031-0.004l0.031-0.006l0.032-0.003L9.55,5.617
l0.032-0.002L9.614,5.61l0.031-0.001l0.034-0.003l0.03-0.002l0.035-0.003L9.78,5.6l0.034-0.001l0.034-0.005l0.034-0.001
l0.032-0.012l0.035-0.002l0.033-0.004l0.035-0.001l0.035-0.001l0.035-0.002l0.066-0.004l0.035-0.003l0.034-0.001l0.034-0.003
l0.035-0.002l0.035-0.001L10.36,5.55l0.032-0.003l0.035-0.002l0.034-0.002l0.035-0.001l0.034-0.003l0.035-0.003l0.033-0.005
l0.034-0.003l0.036-0.001l0.034-0.002l0.034-0.001l0.034-0.003l0.034-0.003l0.035-0.001l0.034-0.002l0.035-0.003l0.034-0.001h0.829
L11.807,5.47z"/>
<path fill="#232733" d="M7.523,15.214l4.54,8.679l-4.142-1.96l0.695-2.281l-1.91,0.348l-0.246-4.181L7.523,15.214z"/>
<path fill="#232733" d="M16.714,15.132l-4.648,8.733l4.253-2.038l-0.694-2.269l1.906,0.345l0.243-4.164L16.714,15.132z"/>
<path fill="#232733" d="M17.055,21.869c0-0.1,0.078-0.182,0.179-0.182h3.735c0.094,0,0.175,0.082,0.175,0.182v0.706
c0,0.101-0.081,0.18-0.175,0.18h-3.735c-0.101,0-0.179-0.079-0.179-0.18V21.869z"/>
<path fill="#FFFFFF" d="M20.509,22.216c-0.021,0-0.036,0.007-0.059,0.017c-0.017,0.013-0.027,0.029-0.042,0.048
c-0.01,0.016-0.013,0.045-0.013,0.068c0,0.043,0.01,0.077,0.03,0.105c0.019,0.027,0.05,0.042,0.083,0.042
c0.029,0,0.057-0.011,0.077-0.039c0.021-0.026,0.033-0.061,0.033-0.105c0-0.026-0.006-0.052-0.015-0.074
c-0.008-0.02-0.023-0.035-0.041-0.048C20.548,22.223,20.53,22.216,20.509,22.216z M19.417,22.051l-0.198,0.276h0.198V22.051z
M19.841,21.892h0.247c0.047,0,0.075,0.02,0.075,0.055c0,0.017-0.005,0.027-0.017,0.041c-0.014,0.008-0.03,0.015-0.056,0.015H19.87
l-0.027,0.157c0.044-0.025,0.086-0.039,0.124-0.039c0.028,0,0.058,0.006,0.085,0.017c0.026,0.01,0.05,0.025,0.07,0.046
c0.016,0.023,0.033,0.047,0.046,0.075c0.012,0.025,0.017,0.059,0.017,0.088c0,0.046-0.014,0.087-0.029,0.126
c-0.022,0.036-0.054,0.062-0.089,0.088c-0.038,0.021-0.083,0.035-0.135,0.035c-0.055,0-0.104-0.012-0.139-0.032
c-0.032-0.022-0.062-0.048-0.074-0.072c-0.014-0.028-0.021-0.05-0.021-0.069c0-0.014,0.003-0.024,0.015-0.036
c0.012-0.01,0.024-0.017,0.038-0.017c0.025,0,0.045,0.017,0.062,0.045c0.011,0.027,0.028,0.049,0.05,0.066
c0.021,0.017,0.043,0.021,0.071,0.021c0.022,0,0.044-0.004,0.062-0.015c0.019-0.014,0.033-0.031,0.047-0.055
c0.006-0.02,0.013-0.049,0.013-0.072c0-0.031-0.007-0.059-0.013-0.078c-0.014-0.022-0.028-0.038-0.047-0.051
c-0.018-0.011-0.036-0.014-0.062-0.014c-0.023,0-0.045,0-0.057,0.01c-0.013,0.007-0.028,0.02-0.054,0.036
c-0.02,0.014-0.039,0.021-0.053,0.021s-0.027-0.006-0.039-0.018c-0.013-0.011-0.019-0.023-0.019-0.036
c0-0.004,0.003-0.014,0.006-0.032l0.042-0.229c0.005-0.028,0.013-0.047,0.021-0.058C19.793,21.896,19.816,21.892,19.841,21.892z
M18.808,21.883c0.032,0,0.061,0.006,0.082,0.012c0.024,0.011,0.051,0.021,0.067,0.038c0.02,0.014,0.032,0.033,0.043,0.055
c0.012,0.022,0.015,0.044,0.015,0.067c0,0.032-0.009,0.058-0.022,0.082c-0.013,0.025-0.035,0.043-0.058,0.067
c0.022,0.012,0.045,0.025,0.062,0.043c0.016,0.017,0.029,0.039,0.036,0.055c0.01,0.023,0.015,0.044,0.015,0.066
c0,0.031-0.005,0.058-0.015,0.083c-0.015,0.028-0.029,0.049-0.053,0.072c-0.02,0.023-0.049,0.036-0.078,0.049
c-0.033,0.015-0.063,0.021-0.103,0.021c-0.038,0-0.071-0.01-0.102-0.021c-0.028-0.016-0.055-0.032-0.071-0.051
c-0.022-0.021-0.038-0.042-0.048-0.062c-0.01-0.022-0.017-0.039-0.017-0.053c0-0.022,0.007-0.032,0.017-0.046
c0.013-0.013,0.028-0.018,0.051-0.018c0.004,0,0.016,0.002,0.021,0.008c0.009,0.007,0.018,0.012,0.02,0.021
c0.017,0.043,0.031,0.077,0.053,0.1c0.018,0.019,0.043,0.028,0.077,0.028c0.02,0,0.039-0.007,0.055-0.013
c0.021-0.008,0.034-0.025,0.048-0.044c0.011-0.018,0.016-0.039,0.016-0.066c0-0.036-0.01-0.063-0.027-0.088
c-0.019-0.021-0.047-0.027-0.086-0.027c-0.005,0-0.013,0-0.025,0c-0.015,0-0.021,0.002-0.025,0.002
c-0.021,0-0.034-0.002-0.042-0.014c-0.011-0.008-0.014-0.021-0.014-0.034c0-0.019,0.006-0.029,0.018-0.04
c0.01-0.012,0.026-0.014,0.049-0.014h0.019c0.031,0,0.053-0.006,0.075-0.025c0.019-0.017,0.032-0.041,0.032-0.074
c0-0.025-0.008-0.048-0.025-0.064c-0.016-0.02-0.037-0.024-0.065-0.024c-0.019,0-0.034,0-0.046,0.009
c-0.018,0.005-0.023,0.013-0.031,0.02c-0.007,0.008-0.014,0.021-0.019,0.035c-0.01,0.014-0.015,0.025-0.021,0.043
c-0.002,0.007-0.008,0.01-0.016,0.014c-0.009,0.004-0.02,0.004-0.031,0.004c-0.01,0-0.022-0.004-0.032-0.014
c-0.013-0.015-0.016-0.026-0.016-0.04c0-0.018,0.006-0.036,0.016-0.054c0.01-0.021,0.025-0.036,0.044-0.053
c0.018-0.022,0.041-0.029,0.069-0.041C18.744,21.886,18.778,21.883,18.808,21.883L18.808,21.883z M20.516,21.883
c0.039,0,0.075,0.009,0.108,0.022c0.03,0.017,0.053,0.032,0.07,0.058c0.013,0.024,0.019,0.047,0.019,0.066
c0,0.015-0.004,0.021-0.012,0.033c-0.011,0.014-0.021,0.02-0.038,0.02c-0.015,0-0.025-0.009-0.036-0.018
c-0.011-0.007-0.02-0.019-0.025-0.033c-0.005-0.02-0.016-0.036-0.036-0.047c-0.014-0.011-0.033-0.016-0.052-0.016
c-0.016,0-0.036,0.005-0.052,0.01c-0.018,0.015-0.028,0.026-0.042,0.043c-0.021,0.033-0.038,0.093-0.038,0.183
c0.019-0.031,0.044-0.048,0.065-0.06c0.025-0.011,0.053-0.019,0.085-0.019c0.028,0,0.062,0.008,0.084,0.017
c0.024,0.014,0.047,0.027,0.066,0.047c0.019,0.022,0.033,0.047,0.043,0.076c0.012,0.028,0.018,0.06,0.018,0.086
c0,0.048-0.01,0.086-0.03,0.122c-0.019,0.039-0.047,0.066-0.083,0.083c-0.036,0.024-0.078,0.036-0.121,0.036
c-0.057,0-0.101-0.014-0.137-0.045c-0.039-0.024-0.065-0.061-0.088-0.11c-0.021-0.051-0.03-0.112-0.03-0.185
c0-0.063,0.005-0.113,0.02-0.157c0.014-0.05,0.031-0.088,0.05-0.122c0.027-0.029,0.056-0.052,0.085-0.065
C20.439,21.889,20.478,21.883,20.516,21.883z M18.248,21.883c0.049,0,0.088,0.009,0.121,0.022c0.02,0.01,0.043,0.022,0.061,0.041
c0.014,0.02,0.028,0.038,0.039,0.063c0.008,0.021,0.014,0.045,0.014,0.072c0,0.038-0.01,0.074-0.031,0.101
c-0.015,0.033-0.039,0.063-0.054,0.079c-0.023,0.019-0.06,0.046-0.104,0.084c-0.05,0.039-0.079,0.069-0.101,0.09
c-0.007,0.008-0.015,0.019-0.023,0.033h0.249c0.022,0,0.041,0.005,0.054,0.017c0.015,0.008,0.021,0.019,0.021,0.041
c0,0.017-0.009,0.027-0.017,0.041c-0.015,0.008-0.028,0.016-0.047,0.016h-0.348c-0.023,0-0.041-0.008-0.053-0.019
c-0.014-0.017-0.02-0.031-0.02-0.047c0-0.014,0.006-0.027,0.015-0.044c0.008-0.02,0.017-0.036,0.021-0.048
c0.042-0.041,0.083-0.08,0.116-0.109c0.033-0.033,0.058-0.051,0.072-0.063c0.026-0.021,0.049-0.037,0.063-0.056
c0.017-0.019,0.029-0.035,0.039-0.055c0.008-0.017,0.015-0.039,0.015-0.059c0-0.021-0.007-0.038-0.015-0.053
c-0.01-0.02-0.022-0.033-0.039-0.038c-0.017-0.009-0.036-0.015-0.053-0.015c-0.041,0-0.077,0.02-0.1,0.055
c-0.002,0.011-0.011,0.021-0.016,0.043c-0.008,0.02-0.018,0.036-0.024,0.05c-0.01,0.008-0.024,0.014-0.042,0.014
c-0.017,0-0.028-0.006-0.038-0.014c-0.009-0.014-0.015-0.025-0.015-0.044c0-0.022,0.006-0.049,0.011-0.07
c0.012-0.024,0.025-0.046,0.042-0.065c0.02-0.017,0.046-0.034,0.078-0.045C18.174,21.886,18.21,21.883,18.248,21.883z
M17.737,21.883c0.016,0,0.03,0.006,0.04,0.019c0.01,0.011,0.017,0.028,0.017,0.05v0.545c0,0.063-0.021,0.099-0.063,0.099
c-0.022,0-0.036-0.005-0.047-0.02c-0.009-0.016-0.02-0.032-0.02-0.061v-0.431c-0.08,0.061-0.133,0.092-0.159,0.092
c-0.017,0-0.023-0.006-0.034-0.014c-0.014-0.016-0.016-0.025-0.016-0.039c0-0.018,0.004-0.027,0.016-0.033
c0.011-0.008,0.022-0.022,0.053-0.032c0.035-0.017,0.066-0.036,0.089-0.056c0.021-0.02,0.041-0.043,0.063-0.064
c0.017-0.025,0.027-0.041,0.031-0.046C17.715,21.886,17.727,21.883,17.737,21.883z M19.467,21.874c0.047,0,0.069,0.027,0.069,0.083
v0.37h0.023c0.021,0,0.043,0,0.057,0.012c0.017,0.007,0.022,0.02,0.022,0.04s-0.006,0.034-0.02,0.042
c-0.011,0.005-0.027,0.012-0.055,0.012h-0.028v0.089c0,0.025-0.005,0.043-0.013,0.054c-0.015,0.012-0.024,0.02-0.049,0.02
c-0.016,0-0.028-0.005-0.041-0.02c-0.01-0.016-0.017-0.028-0.017-0.054v-0.089h-0.234c-0.027,0-0.051-0.007-0.066-0.02
c-0.017-0.014-0.019-0.034-0.019-0.055c0-0.007,0-0.015,0.002-0.02c0.003-0.007,0.007-0.014,0.012-0.017
c0.005-0.012,0.008-0.018,0.014-0.022c0.007-0.006,0.011-0.014,0.017-0.022l0.251-0.337c0.018-0.022,0.027-0.035,0.041-0.049
C19.437,21.883,19.449,21.874,19.467,21.874L19.467,21.874z"/>
<path fill="#EEEFF3" d="M3.754,21.987c0-0.091,0.075-0.165,0.166-0.165h3.469c0.09,0,0.165,0.074,0.165,0.165v0.657
c0,0.088-0.075,0.16-0.165,0.16H3.921c-0.091,0-0.166-0.072-0.166-0.16L3.754,21.987L3.754,21.987z"/>
<path fill="#EEEFF3" d="M5.056,21.928c0-0.232,0.268-0.423,0.598-0.423c0.33,0,0.597,0.19,0.597,0.423
c0,0.234-0.268,0.424-0.597,0.424C5.324,22.352,5.056,22.162,5.056,21.928z"/>
<path fill="#EEEFF3" d="M4.207,22.513c0-0.383,0.641-0.69,1.433-0.69c0.791,0,1.433,0.31,1.433,0.69
c0,0.384-0.644,0.689-1.433,0.689C4.849,23.202,4.207,22.896,4.207,22.513z"/>
<path fill="#232733" d="M18.594,15.985l3.289,1.188l-0.345,0.954l-3.29-1.184L18.594,15.985z"/>
<path fill="#FFFFFF" d="M21.037,16.766l0.341,0.124l-0.348,0.957l-0.334-0.121L21.037,16.766z"/>
<path fill="#232733" d="M2.526,17.188L5.816,16l0.344,0.957l-3.286,1.188L2.526,17.188z"/>
<path fill="#FFFFFF" d="M3.027,16.904l0.338-0.123l0.344,0.955l-0.336,0.123L3.027,16.904z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,895 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32px"
height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<g id="图层_1" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="16.063" cy="15.729" r="15.895"/>
<g>
<path fill="#DE757B" d="M16,7.033C16,7.885,15.258,8,14.226,8h-0.182C13.011,8,12,7.885,12,7.033V5.803
C12,4.951,13.011,5,14.044,5h0.182C15.258,5,16,4.951,16,5.803V7.033z"/>
<path fill="#4C5C79" d="M10.717,7c-0.378,0-0.733,0.136-1.039,0.269L9.67,7.287L9.652,7.301C9.284,7.465,8.99,8,8.81,8H15v4
H5.449l-2.01,3.025l6.972-0.016c0.1,0.011,0.201-0.01,0.305-0.01H20v-2.318v-1.325V7H10.717z"/>
<rect x="16" y="12" fill="#AFB3B6" width="12" height="10"/>
<path fill="#4C5C79" d="M20,12H7.165C5.063,12,4,13.473,4,14.448v5.74C4,21.164,5.063,22,7.165,22H20V12z"/>
<path fill="#A2DBF7" d="M15,8H8.904C8.778,8,8.704,8.029,8.7,8.258L5.356,12H15V8z"/>
<circle fill="#565B5E" cx="10.282" cy="20.995" r="3.808"/>
<circle fill="#FFFFFF" cx="10.122" cy="20.967" r="1.364"/>
<path fill="#F6D77F" d="M7,21.932V20H4v0.403C4,21.173,5,21.813,7,21.932z"/>
<circle fill="#565B5E" cx="23.13" cy="20.995" r="3.809"/>
<circle fill="#FFFFFF" cx="22.97" cy="20.967" r="1.364"/>
</g>
</g>
</g>
<g id="图层_2" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="16.026" cy="16.025" r="15.976"/>
<g>
<path fill="#DE757B" d="M16,15.966C16,16.609,15.502,17,14.727,17h-0.137C13.812,17,13,16.609,13,15.966v-0.925
C13,14.4,13.812,14,14.589,14h0.137C15.502,14,16,14.4,16,15.042V15.966z"/>
<path fill="#4C5C79" d="M12.085,16c-0.285,0-0.55,0-0.781,0h-0.007l-0.012,0.242C11.007,16.366,10.787,17,10.651,17H15v3H8.123
l-1.513,2.127l5.246-0.064c0.075,0.01,0.152-0.063,0.23-0.063H18v-1.782V19.22V16H12.085z"/>
<rect x="15" y="20" fill="#AFB3B6" width="10" height="7"/>
<path fill="#4C5C79" d="M18,20H9.413C7.831,20,6,20.812,6,21.546v4.319C6,26.599,7.831,27,9.413,27H18V20z"/>
<path fill="#A2DBF7" d="M15,17h-4.278c-0.095,0-0.151,0.018-0.154,0.19L8.052,20H15V17z"/>
<circle fill="#565B5E" cx="11.758" cy="26.471" r="2.866"/>
<circle fill="#FFFFFF" cx="11.638" cy="26.451" r="1.026"/>
<path fill="#F6D77F" d="M8.279,27.176v-1.769H6.396v0.619C6.396,26.606,7.102,27.086,8.279,27.176z"/>
<circle fill="#565B5E" cx="21.426" cy="26.471" r="2.865"/>
<circle fill="#FFFFFF" cx="21.306" cy="26.451" r="1.025"/>
</g>
<g>
<path fill="#3FA6AD" d="M8.39,9.528c0.008-1.892,0.778-3.7,2.139-5.015c0.254-0.267,0.254-0.686,0-0.952L10.46,3.512
c-0.269-0.263-0.698-0.263-0.967,0C7.889,5.098,6.985,7.261,6.985,9.517c0,2.257,0.904,4.419,2.508,6.005
c0.269,0.262,0.698,0.262,0.967,0l0.041-0.041c0.254-0.268,0.254-0.686,0-0.952C9.155,13.212,8.394,11.41,8.39,9.528L8.39,9.528z
M12.818,5.968l-0.034-0.042c-0.263-0.252-0.677-0.255-0.945-0.007c-0.977,0.945-1.529,2.248-1.529,3.608
c0,1.359,0.552,2.661,1.529,3.607c0.266,0.25,0.68,0.25,0.945,0l0.034-0.035c0.264-0.268,0.264-0.697,0-0.966
c-0.696-0.683-1.087-1.617-1.087-2.594c0-0.975,0.392-1.91,1.087-2.593c0.131-0.129,0.205-0.306,0.205-0.49
C13.022,6.274,12.949,6.097,12.818,5.968L12.818,5.968z M18.778,5.927c-0.266-0.25-0.68-0.25-0.945,0l-0.034,0.035
c-0.264,0.268-0.264,0.697,0,0.965c0.696,0.684,1.088,1.619,1.088,2.594c0,0.975-0.392,1.91-1.088,2.593
c-0.264,0.269-0.264,0.698,0,0.966l0.034,0.034c0.266,0.25,0.68,0.25,0.945,0c0.972-0.945,1.517-2.242,1.517-3.597
S19.75,6.864,18.778,5.92V5.927z M15.288,7.803c-0.953,0-1.725,0.772-1.725,1.725c0,0.952,0.772,1.724,1.725,1.724
c0.952,0,1.725-0.772,1.725-1.724C17.013,8.575,16.24,7.803,15.288,7.803L15.288,7.803z M21.096,3.525
c-0.269-0.262-0.697-0.262-0.965,0l-0.015,0.035c-0.254,0.267-0.254,0.686,0,0.952c1.349,1.321,2.109,3.129,2.109,5.019
c0,1.888-0.761,3.697-2.109,5.018c-0.254,0.266-0.254,0.686,0,0.951v0.042c0.269,0.263,0.697,0.263,0.967,0
c1.607-1.585,2.515-3.748,2.518-6.005C23.603,7.28,22.7,5.114,21.096,3.525L21.096,3.525z M21.096,3.525"/>
</g>
<circle fill="#EA5740" cx="15.394" cy="9.5" r="1.864"/>
</g>
</g>
<g id="图层_3" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="15.979" cy="15.937" r="15.938"/>
<path fill="#DE757B" d="M19,6.3C19,7.368,17.753,8,16.458,8H16.23C14.935,8,14,7.368,14,6.3V4.758C14,3.69,14.935,3,16.23,3h0.228
C17.753,3,19,3.69,19,4.758V6.3z"/>
<rect x="6" y="6" fill="#AFB3B6" width="20" height="3"/>
<rect x="7" y="9" fill="#4C5C79" width="18" height="15"/>
<rect x="18" y="11" fill="#A2DBF7" width="7" height="12"/>
<rect x="5" y="24" fill="#AFB3B6" width="21" height="2"/>
<rect x="9" y="12" fill="#F6D77F" width="6" height="6"/>
</g>
</g>
<g id="图层_4" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="15.973" cy="16.208" r="15.972"/>
<circle fill="#FFFFFF" cx="7.897" cy="22.755" r="1.846"/>
<path fill="#4C5C79" d="M19.838,21.266H4.028L8.205,9.397l5.272-0.11c0,0-2.377,6.718-1.285,7.037
c1.092,0.319,4.746,0.024,4.746,0.024l2.262-5.929l7.587,0.133l2.129,10.568L19.838,21.266z"/>
<circle fill="#565B5E" cx="7.933" cy="21.26" r="4.368"/>
<path fill="#AFB3B6" d="M12.809,21.799c0,0,0.001-0.035,0.001-0.064c0-2.929-2.16-5.291-4.825-5.291S3.161,18.8,3.161,21.729
c0,0.029,0.002,0.07,0.002,0.07H12.809z"/>
<g>
<path fill="#F6D77F" d="M8.02,9.952c0,0.735-0.596,1.331-1.332,1.331l0,0c-0.734,0-1.331-0.596-1.331-1.331V8.621
c0-0.735,0.596-1.331,1.331-1.331l0,0c0.736,0,1.332,0.596,1.332,1.331V9.952z"/>
</g>
<path fill="#DE757B" d="M12.012,7.794c0,1.025-0.872,1.759-1.959,1.759H9.86c-1.087,0-2.107-0.733-2.107-1.759v-1.48
c0-1.025,1.02-1.952,2.107-1.952h0.192c1.087,0,1.959,0.927,1.959,1.952V7.794z"/>
<rect x="7.088" y="7.29" fill="#A2DBF7" width="6.256" height="3.993"/>
<g>
<path fill="#565B5E" d="M16.005,9.287c0,0.368-0.297,0.666-0.665,0.666h-4.127c-0.367,0-0.665-0.298-0.665-0.666V8.888
c0-0.368,0.298-0.666,0.665-0.666h4.127c0.368,0,0.665,0.298,0.665,0.666V9.287z"/>
</g>
<path fill="#A2DBF7" d="M27.186,9.819c0,0.441-0.356,0.798-0.798,0.798h-6.789c-0.439,0-0.798-0.357-0.798-0.798l0,0
c0-0.441,0.358-0.799,0.798-0.799h6.789C26.829,9.021,27.186,9.378,27.186,9.819L27.186,9.819z"/>
<circle fill="#565B5E" cx="24.438" cy="21.26" r="4.368"/>
<path fill="#AFB3B6" d="M29.313,21.799c0.001,0,0.002-0.035,0.002-0.064c0-2.929-2.16-5.291-4.824-5.291
c-2.665,0-4.825,2.356-4.825,5.285c0,0.029,0.001,0.07,0.002,0.07H29.313z"/>
<circle fill="#FFFFFF" cx="24.401" cy="21.424" r="1.846"/>
<circle fill="#FFFFFF" cx="7.764" cy="21.424" r="1.846"/>
</g>
</g>
<g id="图层_5" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="15.995" cy="16.245" r="15.866"/>
<g>
<path fill="#FFE226" d="M7.065,10.142l-0.351,1.264c-0.042,0.141,0.057,0.253,0.196,0.253h2.541c0.14,0,0.24-0.112,0.196-0.253
l-0.351-1.264C9.249,9.995,9.114,9.893,8.959,9.889H7.401C7.261,9.89,7.108,10.002,7.065,10.142z"/>
<path fill="#A4A9AD" d="M24.69,10.928h-1.332V9.595h1.332V10.928z"/>
<path d="M24.69,10.184h-1.332V9.609h1.332V10.184z"/>
<path fill="#A4A9AD" d="M21.477,10.928h-1.332V9.595h1.332V10.928z"/>
<path d="M21.477,10.184h-1.332V9.609h1.332V10.184z"/>
<path fill="#A4A9AD" d="M18.264,10.928h-1.333V9.595h1.333V10.928z"/>
<path d="M18.264,10.184h-1.333V9.609h1.333V10.184z"/>
<path fill="#FF1D25" d="M27.371,20.604H4.525v-8.356c-0.001-0.728,0.588-1.319,1.316-1.32c0.001,0,0.002,0,0.002,0h20.208
c0.728,0,1.319,0.59,1.319,1.317c0,0.001,0,0.002,0,0.003V20.604z"/>
<path fill="#D1D3D3" d="M27.371,17.136H4.525v-1.039h22.846V17.136z"/>
<path fill="#A4A9AD" d="M3.697,20.211c0.003-0.271,0.221-0.488,0.491-0.491h1.108c0.27,0.003,0.488,0.221,0.491,0.491v0.8
c-0.002,0.27-0.221,0.489-0.491,0.493H4.188c-0.27-0.004-0.487-0.223-0.491-0.492V20.211z M26.333,20.211
c0.002-0.271,0.221-0.488,0.491-0.491h0.897c0.27,0.003,0.488,0.221,0.492,0.491v0.8c-0.004,0.269-0.222,0.487-0.492,0.491
h-0.897c-0.271-0.004-0.488-0.223-0.491-0.491V20.211z"/>
<path d="M25.141,20.619c0-1.771-1.446-3.216-3.215-3.216c-1.768,0-3.214,1.445-3.214,3.216H25.141z"/>
<path fill="#333333" d="M21.939,17.951c-1.463-0.001-2.65,1.186-2.65,2.648c0,0.002,0,0.004,0,0.005
c0,1.461,1.191,2.654,2.65,2.654c1.46,0,2.653-1.193,2.653-2.654C24.593,19.145,23.399,17.951,21.939,17.951z"/>
<path fill="#FFFFFF" d="M23.288,20.619c-0.001-0.745-0.605-1.347-1.349-1.347c-0.744,0-1.347,0.604-1.347,1.349
c0,0.743,0.604,1.346,1.347,1.346C22.685,21.966,23.288,21.363,23.288,20.619z"/>
<path d="M13.169,20.619c0-1.771-1.445-3.216-3.213-3.216c-1.769,0-3.214,1.445-3.214,3.216H13.169z"/>
<path fill="#333333" d="M9.956,17.951C8.492,17.95,7.305,19.137,7.304,20.6c0,0.002,0,0.004,0,0.005
c0,1.461,1.192,2.654,2.652,2.654c1.459,0,2.652-1.193,2.652-2.654c0.001-1.464-1.185-2.652-2.649-2.653
C9.958,17.951,9.958,17.951,9.956,17.951z"/>
<path fill="#FFFFFF" d="M9.956,19.271c-0.745-0.001-1.349,0.603-1.349,1.347c0,0.745,0.603,1.349,1.348,1.35
c0.744,0.001,1.348-0.603,1.349-1.348l0,0C11.303,19.874,10.7,19.271,9.956,19.271z"/>
<path fill="#D1D3D3" d="M9.956,9.075c0,0.294,0.238,0.533,0.533,0.533h15.113c0.294,0,0.533-0.239,0.533-0.533V8.442
c0-0.294-0.239-0.533-0.533-0.533H10.489c-0.294,0-0.533,0.239-0.533,0.533V9.075z"/>
<path fill="#B6E9FF" d="M9.703,14.271v-1.826c0.005-0.229-0.177-0.417-0.406-0.421c-0.005,0-0.01,0-0.015,0H6.209
C5.98,12.02,5.792,12.202,5.788,12.43c0,0.005,0,0.01,0,0.015v1.826c-0.005,0.228,0.177,0.417,0.405,0.421
c0.005,0,0.01,0,0.016,0h3.073C9.514,14.692,9.703,14.503,9.703,14.271z"/>
<path fill="#FFFFFF" d="M6.209,12.024C5.98,12.02,5.792,12.202,5.788,12.43c0,0.005,0,0.01,0,0.015v0.548
c-0.004-0.229,0.179-0.417,0.406-0.42c0.005,0,0.01,0,0.015,0h3.073c0.229-0.004,0.417,0.178,0.421,0.406c0,0.005,0,0.01,0,0.015
v-0.549c0.005-0.229-0.177-0.417-0.406-0.421c-0.005,0-0.01,0-0.015,0H6.209z"/>
<path fill="#B6E9FF" d="M13.548,12.445c0.005-0.229-0.177-0.417-0.406-0.421c-0.005,0-0.01,0-0.015,0h-1.809
c-0.228-0.004-0.417,0.178-0.421,0.406c0,0.005,0,0.01,0,0.015v1.826c-0.004,0.228,0.177,0.417,0.405,0.421
c0.005,0,0.01,0,0.016,0h1.811c0.228,0.004,0.417-0.178,0.421-0.406c0-0.005,0-0.01,0-0.015L13.548,12.445z"/>
<path fill="#FFFFFF" d="M10.896,12.445v0.548c-0.004-0.229,0.178-0.417,0.407-0.42c0.005,0,0.01,0,0.016,0h1.811
c0.228-0.004,0.417,0.178,0.421,0.406c0,0.005,0,0.01,0,0.015v-0.549c0.004-0.229-0.177-0.417-0.406-0.421
c-0.005,0-0.011,0-0.015,0h-1.811c-0.228-0.005-0.417,0.176-0.422,0.405C10.896,12.435,10.896,12.44,10.896,12.445z"/>
<path fill="#A4A9AD" d="M17.927,20.619h-3.958v-5.155h3.958V20.619z"/>
<path fill="#FFFFFF" d="M16.733,16.447c-0.201,0-0.364,0.165-0.364,0.366c0,0.201,0.163,0.365,0.364,0.365l0,0
c0.2-0.005,0.361-0.165,0.366-0.365c0.001-0.201-0.16-0.364-0.36-0.366C16.737,16.447,16.735,16.447,16.733,16.447z
M15.162,16.447c-0.202,0-0.366,0.164-0.366,0.366c0,0.201,0.164,0.364,0.365,0.365c0.202,0,0.365-0.164,0.365-0.365l0,0
c0.001-0.201-0.16-0.364-0.36-0.366C15.165,16.447,15.164,16.447,15.162,16.447L15.162,16.447z M14.769,18.119
c0-0.216,0.175-0.393,0.392-0.395c0,0,0.001,0,0.002,0h1.572c0.215,0.006,0.388,0.179,0.394,0.395
c0,0.217-0.175,0.393-0.392,0.393c-0.001,0-0.001,0-0.002,0h-1.572C14.945,18.512,14.769,18.338,14.769,18.119
C14.769,18.119,14.769,18.119,14.769,18.119z M14.769,19.326c0-0.217,0.175-0.393,0.392-0.393c0,0,0.001,0,0.002,0h1.572
c0.215,0.004,0.388,0.178,0.394,0.393c0,0.216-0.175,0.393-0.392,0.394c-0.001,0-0.001,0-0.002,0h-1.572
c-0.217,0.001-0.394-0.176-0.394-0.392C14.769,19.328,14.769,19.327,14.769,19.326z"/>
<path fill="#FFE226" d="M4.525,18.525h1.122c0.147,0,0.267,0.12,0.267,0.267v0.675c0,0.146-0.12,0.267-0.267,0.267H4.525V18.525z
M27.371,18.525h-1.123c-0.147,0-0.266,0.12-0.266,0.267l0,0v0.675c0,0.146,0.118,0.267,0.266,0.267l0,0h1.123V18.525z
M24.9,13.751h-8.686v-0.787H24.9V13.751z"/>
<path fill="#F2F2F2" d="M15.485,14.046c0,0.147,0.12,0.266,0.266,0.266h0.898c0.147,0,0.266-0.119,0.266-0.266V12.67
c0-0.147-0.119-0.266-0.266-0.266h-0.898c-0.146,0-0.266,0.119-0.266,0.266V14.046z M24.186,14.046
c0,0.147,0.119,0.266,0.267,0.266l0,0h0.897c0.147,0,0.267-0.119,0.267-0.266l0,0V12.67c0-0.147-0.119-0.266-0.267-0.266l0,0
h-0.897c-0.147,0-0.267,0.119-0.267,0.266l0,0V14.046z"/>
</g>
</g>
</g>
<g id="图层_6" display="none">
<circle display="inline" fill="#FFFFFF" cx="16.221" cy="15.846" r="15.904"/>
<path display="inline" fill="#DE757B" d="M21.676,12.246c2.125,0.665,3.649,2.285,3.649,4.177c0,1.898-1.513,3.522-3.649,4.184"/>
<path display="inline" fill="#B9D6EE" d="M20.08,6.932l-6.816,4.958h-4.08c-1.142,0-2.068,0.926-2.068,2.068v4.809
c0,1.144,0.927,2.067,2.068,2.067h4.082l6.814,4.957V6.932z"/>
<path display="inline" fill="#B9D6EE" d="M7.116,16.338v2.429c0,1.144,0.927,2.067,2.068,2.067h4.082l6.814,4.957v-9.454H7.116z"/>
<path display="inline" fill="#4C5C79" d="M13.266,20.835H9.184c-1.142,0-2.068-0.924-2.068-2.067v-4.809
c0-1.142,0.927-2.068,2.068-2.068h4.08L13.266,20.835z"/>
<path display="inline" fill="#4C5C79" d="M7.116,18.768c0,1.144,0.927,2.067,2.068,2.067h4.082l0-4.497H7.116V18.768z"/>
<path display="inline" fill="#DE757B" d="M21.676,20.606c2.137-0.661,3.649-2.285,3.649-4.183c0-0.029-0.007-0.057-0.009-0.085
h-3.641V20.606z"/>
</g>
<g id="图层_7" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="16.212" cy="16.025" r="15.775"/>
<path fill="#FFDAB2" d="M22.452,15.146c-0.268,1.214-0.509,1.524-1.274,1.524c-0.897,0.065-1.681-0.611-1.746-1.511
c-0.001-0.006-0.001-0.012-0.002-0.019c0.096-0.913,0.905-1.583,1.82-1.505C22.44,13.634,22.725,13.939,22.452,15.146z
M9.295,15.146c0.267,1.214,0.51,1.524,1.274,1.524c0.9,0.065,1.681-0.611,1.747-1.511c0.001-0.006,0.001-0.012,0.001-0.019
c-0.095-0.913-0.905-1.583-1.82-1.505C9.307,13.634,9.022,13.939,9.295,15.146z"/>
<path fill="#FFC107" d="M23.763,24.024c-0.837-1.158-5.461-3.107-5.461-3.107h-4.855c0,0-4.624,1.949-5.462,3.107
c-0.677,1.078-1.093,2.301-1.213,3.568h18.207C24.857,26.325,24.441,25.103,23.763,24.024z"/>
<path fill="#EBC091" d="M13.446,15.456v5.461c0,0.606,1.214,1.214,2.427,1.214s2.428-0.607,2.428-1.214v-5.461H13.446z"/>
<path fill="#FFDAB2" d="M9.805,12.269c0,6.064,3.264,8.648,6.068,8.648V6.959C12.359,6.959,9.805,9.994,9.805,12.269z
M21.943,12.269c0,6.064-3.266,8.648-6.07,8.648V6.959C19.388,6.959,21.943,9.994,21.943,12.269z"/>
<path fill="#8D6E63" d="M15.874,4.532c-3.349,0-6.675,6.069-6.675,6.676c0,1.213,0.953,4.248,0.953,4.248
c0.156-1.208,0.242-2.423,0.261-3.641c5.565,0,8.495-3.034,8.495-3.034s0.455,2.324,2.428,3.034
c0.123,2.615,0.256,3.641,0.256,3.641s0.958-2.998,0.958-4.248c-1.214-2.993-1.936-5.462-3.642-5.462
C18.118,4.925,17.012,4.483,15.874,4.532z"/>
<path fill="#FFC107" d="M22.549,10.601c0,0-1.109,1.214-6.675,1.214V3.925c3.596-0.092,6.584,2.749,6.675,6.344
C22.553,10.38,22.553,10.49,22.549,10.601z M9.199,10.601c0,0,1.11,1.214,6.675,1.214V3.925
C12.494,3.925,9.199,5.746,9.199,10.601z"/>
<path fill="#FDD835" d="M14.66,3.318h2.427v6.069H14.66V3.318z M23.156,11.814l-4.854,1.82h-4.855l-4.854-1.82
c0-0.606,0.607-0.606,0.607-1.214c2.195,0.448,4.434,0.652,6.675,0.607c2.242,0.044,4.479-0.159,6.675-0.607
C22.549,11.208,23.156,11.208,23.156,11.814z"/>
<path fill="#1976D2" d="M9.805,25.772h12.138v1.82H9.805V25.772z"/>
<path fill="#1976D2" d="M20.122,21.743v5.85h1.821v-4.909C21.335,22.35,20.728,22.021,20.122,21.743z M11.625,21.743v5.85h-1.82
v-4.909C10.412,22.35,11.019,22.021,11.625,21.743z"/>
</g>
</g>
<g id="图层_8" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="15.83" cy="16.08" r="15.92"/>
<path fill="#B5D9F7" d="M5.479,27.888l-0.049-0.988c0.099-2.716,1.63-5.185,4-6.519c1.976-1.234,4.297-1.827,6.618-1.827
c5.877,0,10.618,3.704,10.618,8.346l-0.05,0.988C19.603,29.32,12.442,29.32,5.479,27.888z"/>
<path fill="#EBC091" d="M18.293,16.438H13.7l-0.642,3.752h6.024L18.293,16.438z"/>
<path fill="#FFDAB2" d="M20.713,10.413v2.321c0,2.124-1.877,5.136-4.79,5.136c-2.914,0-4.741-3.013-4.741-5.136v-2.321
c0.099-2.568,2.222-4.543,4.791-4.494c2.518-0.099,4.642,1.876,4.741,4.444V10.413z"/>
<path fill="#1C1D1E" d="M11.28,13.08c0.148-1.63,1.284-2.963,2.864-3.358c1.086,0.543,2.371,0.593,3.507,0.099
c1.283-0.543,2.913,1.827,3.16,2.815c0.197,0.79-0.197,0.691,0.444,0.543c0.148-0.099,0.988-0.741-0.444-5.58
c-1.333-1.186-3.013-1.926-4.79-2.124c0,0-3.605,0.049-4.643,2.419c-0.741,2.272-1.185,3.21-0.592,5.136
C11.033,12.29,10.984,12.487,11.28,13.08L11.28,13.08z"/>
<path fill="#FFDAB2" d="M10.54,13.425c0.148,0.543,0.494,0.889,0.839,0.79c0.346-0.099,0.445-0.592,0.296-1.136
c-0.148-0.543-0.494-0.889-0.839-0.79S10.392,12.882,10.54,13.425z M20.219,13.129c-0.147,0.543,0,1.037,0.296,1.136
c0.297,0.099,0.692-0.296,0.84-0.791c0.148-0.494,0-1.037-0.296-1.136S20.367,12.586,20.219,13.129z"/>
<path fill="#231E37" d="M16.021,3.499c4,0,7.21,3.408,7.21,5.383c0,0.987-0.74,1.531-2.024,1.827
c-3.408,1.037-7.013,1.037-10.371,0C9.552,10.413,8.811,9.87,8.811,8.882C8.811,6.907,12.021,3.499,16.021,3.499z"/>
<path fill="#F0F4F7" d="M21.552,10.512c0,0-0.938-1.679-5.53-1.679s-5.531,1.679-5.531,1.679l-0.198,0.247
c0,0,1.136-1.135,5.729-1.135s5.729,1.135,5.729,1.135L21.552,10.512z M17.849,7.548l0.247-0.345l-0.79,0.148V7.252l0.099-0.197
V6.907h0.049l0.148-0.296V6.511L17.7,6.116l-0.099-0.049l-0.05-0.346l-0.049-0.099h-0.099l-0.197-0.494h-0.149L16.813,5.03
l-0.198-0.247l-0.593-0.148l-0.593,0.148L15.231,5.03l-0.247,0.099h-0.148l-0.197,0.494H14.54L14.49,5.721l-0.049,0.346h-0.099
l0.049,0.395v0.099l0.148,0.395h0.049v0.148l0.148,0.148v0.099l-0.79-0.148l0.197,0.345l-0.346,0.198c0,0,2.124,0.642,2.223,0.642
c0.049,0,2.173-0.642,2.173-0.642L17.849,7.548L17.849,7.548z"/>
<path fill="#2A263A" d="M17.108,6.462l-0.149,0.444l-0.938,0.889l-0.938-0.889l-0.148-0.444V5.721l0.346-0.148l0.197-0.296
l0.543-0.148l0.543,0.148l0.197,0.296l0.347,0.148V6.462z"/>
<path fill="#FEBB01" d="M16.861,6.018l-0.543-0.099l-0.297-0.543l-0.296,0.543l-0.543,0.099l0.396,0.445l-0.05,0.592l0.543-0.247
l0.494,0.247l-0.1-0.592C16.614,6.314,16.713,6.166,16.861,6.018z"/>
<path fill="#B5D9F7" d="M14.722,27.846l-2.766-6.914l8.1-0.197l-2.815,7.111H14.722L14.722,27.846z"/>
<path fill="#333333" d="M18.475,20.142l-1.827,3.901l0.543,3.803H14.87l0.543-3.853l-1.827-3.852H18.475L18.475,20.142z"/>
<path fill="#FFBE00" d="M19.957,25.229h1.135v1.136h-1.135V25.229z"/>
<path fill="#222222" d="M21.389,27.056h-1.383c-0.198,0-0.346-0.148-0.346-0.346v-1.383c0-0.197,0.147-0.346,0.346-0.346h1.383
c0.197,0,0.346,0.148,0.346,0.346v1.383C21.734,26.857,21.586,27.056,21.389,27.056z M20.352,26.364h0.691v-0.691h-0.691V26.364z"
/>
<path fill="#FFBE00" d="M21.043,25.229h1.136v1.136h-1.136V25.229z"/>
<path fill="#222222" d="M22.475,27.056h-1.383c-0.197,0-0.345-0.148-0.345-0.346v-1.383c0-0.197,0.147-0.346,0.345-0.346h1.383
c0.198,0,0.346,0.148,0.346,0.346v1.383C22.82,26.907,22.673,27.056,22.475,27.056z M21.438,26.364h0.692v-0.691h-0.643
L21.438,26.364z"/>
<path fill="#FFBE00" d="M22.179,25.229h1.136v1.136h-1.136V25.229z"/>
<path fill="#222222" d="M23.611,27.056h-1.383c-0.198,0-0.347-0.148-0.347-0.346v-1.383c0-0.197,0.148-0.346,0.347-0.346h1.383
c0.197,0,0.345,0.148,0.345,0.346v1.383C23.956,26.857,23.809,27.056,23.611,27.056z M22.574,26.364h0.691v-0.691h-0.691V26.364z"
/>
<path fill="#FFBE00" d="M10.425,26.364l-0.543-1.136H8.203l0.543,1.136H10.425z"/>
<path fill="#222222" d="M10.425,27.056H8.795c-0.099,0-0.198-0.099-0.247-0.198l-0.543-1.383c-0.099-0.147,0-0.345,0.148-0.443
c0.049,0,0.099-0.05,0.148-0.05h1.679c0.099,0,0.197,0.099,0.247,0.197l0.543,1.383c0.049,0.148,0,0.346-0.099,0.444
C10.524,27.006,10.475,27.056,10.425,27.056z M8.943,26.364h1.038l-0.297-0.691H8.647L8.943,26.364z"/>
<path fill="#FFBE00" d="M9.882,21.229l-1.136-0.593l-2.272,1.827l1.136,0.543L9.882,21.229z"/>
<path fill="#222222" d="M7.561,23.302c-0.05,0-0.099,0-0.148-0.049L6.326,22.71c-0.148-0.099-0.198-0.247-0.099-0.396
c0-0.049,0.049-0.049,0.099-0.099l2.321-1.777c0.05-0.1,0.148-0.1,0.247-0.05l1.136,0.543c0.099,0.1,0.148,0.247,0.099,0.396
c0,0.049-0.049,0.049-0.099,0.099l-2.272,1.827C7.709,23.253,7.61,23.302,7.561,23.302z M6.968,22.413l0.543,0.297l1.827-1.433
l-0.543-0.296L6.968,22.413z"/>
<path fill="#FFBE00" d="M22.179,21.229l1.136-0.544l2.321,1.778L24.5,23.006L22.179,21.229z"/>
<path fill="#222222" d="M24.5,23.302c-0.05,0-0.099,0-0.148-0.049l-2.371-1.827c-0.099-0.099-0.147-0.247-0.049-0.395
c0-0.05,0.049-0.05,0.099-0.1l1.136-0.543c0.1-0.05,0.198,0,0.297,0.05l2.32,1.777c0.1,0.099,0.148,0.296,0.05,0.396l-0.099,0.099
l-1.136,0.543C24.549,23.302,24.549,23.302,24.5,23.302z M22.673,21.277L24.5,22.71l0.543-0.297l-1.827-1.432L22.673,21.277z"/>
<path fill="#FFBE00" d="M10.425,26.364l0.543-1.136h1.679l-0.543,1.136H10.425z"/>
<path fill="#222222" d="M12.104,27.056h-1.679c-0.148,0-0.296-0.198-0.296-0.346c0-0.05,0-0.099,0.049-0.148l0.543-1.383
c0.05-0.099,0.148-0.197,0.247-0.197h1.679c0.148,0,0.296,0.148,0.296,0.346c0,0.049,0,0.099-0.05,0.147l-0.543,1.383
C12.351,26.957,12.252,27.006,12.104,27.056z M10.919,26.364h1.037l0.296-0.691h-1.037L10.919,26.364z"/>
<path fill="#B5D9F7" d="M11.61,18.364h4.396v5.383H11.61V18.364z M16.055,18.364h4.396v5.383h-4.396V18.364z"/>
<path fill="#BBFF00" d="M25.035,26.456v1.729c-2.963,0.493-5.976,0.74-9.038,0.789c-2.963-0.049-5.877-0.296-8.791-0.789v-1.729
c2.963,0.099,2.667-4.198,2.371-6.125c-0.099-0.542-0.148-0.889-0.148-0.889c0.889-0.395,1.778-0.642,2.716-0.839
c0.05,0.197,0.099,0.395,0.099,0.543c0.593,2.074,2.766,3.21,4.84,2.617c1.433-0.444,2.519-1.679,2.716-3.16
c0.938,0.197,1.828,0.494,2.717,0.839c0,0-0.05,0.297-0.099,0.79C22.221,22.061,22.022,26.555,25.035,26.456z"/>
<path fill="#5C96BE" d="M11.306,23.838h9.384v2.766h-9.384V23.838z"/>
</g>
</g>
<g id="图层_9" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="16.041" cy="15.979" r="15.94"/>
<g>
<path fill="#B5D9F7" d="M4.979,27.551l-0.052-1.03c0.103-2.828,1.697-5.4,4.167-6.789c2.057-1.286,4.476-1.904,6.893-1.904
c6.121,0,11.06,3.859,11.06,8.693l-0.052,1.03C19.689,29.042,12.231,29.042,4.979,27.551z"/>
<path fill="#EBC091" d="M18.325,15.624h-4.783l-0.668,3.91h6.276L18.325,15.624z"/>
<path fill="#FFDAB2" d="M20.846,9.348v2.418c0,2.211-1.955,5.35-4.989,5.35c-3.035,0-4.938-3.139-4.938-5.35V9.348
c0.103-2.675,2.314-4.732,4.99-4.681c2.623-0.103,4.835,1.955,4.938,4.629V9.348z"/>
<path fill="#1C1D1E" d="M11.021,12.126c0.154-1.698,1.337-3.086,2.983-3.498c1.131,0.565,2.469,0.617,3.652,0.103
c1.337-0.565,3.034,1.903,3.292,2.932c0.206,0.823-0.206,0.72,0.463,0.565c0.154-0.103,1.028-0.771-0.463-5.813
c-1.389-1.234-3.138-2.006-4.99-2.212c0,0-3.755,0.052-4.835,2.521c-0.771,2.366-1.235,3.344-0.617,5.35
C10.764,11.303,10.713,11.509,11.021,12.126L11.021,12.126z"/>
<path fill="#FFDAB2" d="M10.25,12.486c0.154,0.566,0.515,0.926,0.875,0.823s0.463-0.618,0.309-1.183
c-0.154-0.565-0.515-0.926-0.875-0.823C10.198,11.406,10.095,11.92,10.25,12.486z M20.332,12.177
c-0.155,0.566,0,1.081,0.309,1.184c0.309,0.103,0.721-0.309,0.874-0.824c0.155-0.514,0-1.08-0.309-1.183
C20.897,11.252,20.485,11.612,20.332,12.177z"/>
<path fill="#231E37" d="M15.959,2.147c4.167,0,7.509,3.549,7.509,5.606c0,1.029-0.771,1.595-2.107,1.903
c-3.55,1.081-7.305,1.081-10.803,0C9.221,9.348,8.449,8.782,8.449,7.753C8.449,5.696,11.793,2.147,15.959,2.147z"/>
<path fill="#F0F4F7" d="M21.721,9.451c0,0-0.978-1.749-5.761-1.749s-5.761,1.749-5.761,1.749L9.992,9.708
c0,0,1.184-1.183,5.967-1.183s5.967,1.183,5.967,1.183L21.721,9.451z M17.862,6.365l0.258-0.36l-0.823,0.154V6.056l0.103-0.206
V5.696h0.052l0.154-0.308V5.285l0.103-0.412l-0.103-0.051l-0.052-0.36l-0.051-0.103h-0.104l-0.206-0.514h-0.154l-0.256-0.103
l-0.206-0.258L15.959,3.33l-0.617,0.154l-0.206,0.258l-0.257,0.103h-0.154L14.52,4.358h-0.103l-0.052,0.103l-0.051,0.36H14.21
l0.052,0.412v0.103l0.154,0.411h0.051v0.154l0.154,0.154v0.103l-0.823-0.154l0.206,0.36l-0.36,0.206c0,0,2.212,0.669,2.315,0.669
c0.052,0,2.263-0.669,2.263-0.669L17.862,6.365L17.862,6.365z"/>
<path fill="#2A263A" d="M17.091,5.233l-0.154,0.462l-0.977,0.926l-0.978-0.926l-0.154-0.462V4.461l0.36-0.154l0.206-0.309
l0.566-0.154l0.566,0.154l0.205,0.309l0.36,0.154V5.233z"/>
<path fill="#FEBB01" d="M16.834,4.771l-0.566-0.103l-0.309-0.566l-0.309,0.566l-0.566,0.103l0.413,0.463L15.445,5.85l0.566-0.257
l0.514,0.257l-0.104-0.617C16.577,5.079,16.679,4.924,16.834,4.771z"/>
<path fill="#B5D9F7" d="M14.605,27.506l-2.88-7.2l8.436-0.206l-2.933,7.406H14.605L14.605,27.506z"/>
<path fill="#333333" d="M18.515,19.482l-1.903,4.063l0.566,3.961H14.76l0.565-4.012l-1.903-4.012H18.515L18.515,19.482z"/>
<path fill="#FFBE00" d="M20.059,24.78h1.183v1.183h-1.183V24.78z"/>
<path fill="#222222" d="M21.55,26.684h-1.44c-0.206,0-0.359-0.154-0.359-0.36v-1.439c0-0.206,0.153-0.361,0.359-0.361h1.44
c0.206,0,0.36,0.155,0.36,0.361v1.439C21.91,26.478,21.756,26.684,21.55,26.684z M20.47,25.963h0.72v-0.721h-0.72V25.963z"/>
<path fill="#FFBE00" d="M21.189,24.78h1.183v1.183h-1.183V24.78z"/>
<path fill="#222222" d="M22.682,26.684h-1.44c-0.206,0-0.36-0.154-0.36-0.36v-1.439c0-0.206,0.154-0.361,0.36-0.361h1.44
c0.206,0,0.36,0.155,0.36,0.361v1.439C23.042,26.529,22.888,26.684,22.682,26.684z M21.602,25.963h0.72v-0.721h-0.668
L21.602,25.963z"/>
<path fill="#FFBE00" d="M22.372,24.78h1.185v1.183h-1.185V24.78z"/>
<path fill="#222222" d="M23.864,26.684h-1.439c-0.206,0-0.36-0.154-0.36-0.36v-1.439c0-0.206,0.154-0.361,0.36-0.361h1.439
c0.206,0,0.36,0.155,0.36,0.361v1.439C24.225,26.478,24.07,26.684,23.864,26.684z M22.784,25.963h0.721v-0.721h-0.721V25.963z"/>
<path fill="#FFBE00" d="M10.13,25.963L9.565,24.78h-1.75l0.566,1.183H10.13z"/>
<path fill="#222222" d="M10.13,26.684H8.433c-0.103,0-0.206-0.104-0.258-0.206l-0.565-1.44c-0.103-0.153,0-0.359,0.154-0.462
c0.051,0,0.103-0.053,0.154-0.053h1.749c0.103,0,0.206,0.103,0.257,0.206l0.565,1.44c0.052,0.154,0,0.36-0.103,0.463
C10.233,26.632,10.182,26.684,10.13,26.684z M8.587,25.963h1.08l-0.309-0.721h-1.08L8.587,25.963z"/>
<path fill="#FFBE00" d="M9.565,20.613l-1.184-0.616l-2.366,1.902l1.184,0.566L9.565,20.613z"/>
<path fill="#222222" d="M7.147,22.773c-0.051,0-0.103,0-0.154-0.052l-1.132-0.564c-0.154-0.104-0.206-0.258-0.103-0.412
c0-0.051,0.051-0.051,0.103-0.104l2.418-1.851c0.051-0.104,0.154-0.104,0.257-0.053l1.183,0.567
c0.103,0.103,0.155,0.257,0.103,0.41c0,0.052-0.051,0.052-0.103,0.104l-2.366,1.902C7.301,22.722,7.199,22.773,7.147,22.773z
M6.53,21.848l0.566,0.31l1.903-1.492l-0.565-0.309L6.53,21.848z"/>
<path fill="#FFBE00" d="M22.372,20.613l1.185-0.566l2.417,1.853l-1.184,0.566L22.372,20.613z"/>
<path fill="#222222" d="M24.79,22.773c-0.051,0-0.103,0-0.153-0.052l-2.47-1.902c-0.103-0.104-0.154-0.257-0.051-0.411
c0-0.052,0.051-0.052,0.103-0.103l1.183-0.567c0.104-0.051,0.206,0,0.309,0.053l2.418,1.851c0.104,0.104,0.154,0.31,0.052,0.412
l-0.104,0.104l-1.183,0.564C24.843,22.773,24.843,22.773,24.79,22.773z M22.888,20.665l1.902,1.492l0.565-0.31l-1.901-1.491
L22.888,20.665z"/>
<path fill="#FFBE00" d="M10.13,25.963l0.566-1.183h1.749l-0.565,1.183H10.13z"/>
<path fill="#222222" d="M11.879,26.684H10.13c-0.154,0-0.309-0.206-0.309-0.36c0-0.052,0-0.103,0.052-0.154l0.565-1.44
c0.051-0.104,0.154-0.206,0.257-0.206h1.749c0.154,0,0.309,0.155,0.309,0.361c0,0.05,0,0.103-0.052,0.153l-0.566,1.44
C12.136,26.58,12.033,26.632,11.879,26.684z M10.645,25.963h1.081l0.308-0.721h-1.08L10.645,25.963z"/>
<path fill="#B5D9F7" d="M11.365,17.63h4.578v5.606h-4.578V17.63z M15.995,17.63h4.579v5.606h-4.579V17.63z"/>
<path fill="#FFC749" d="M25.349,26.059v1.8c-3.086,0.515-6.225,0.771-9.414,0.822c-3.086-0.051-6.121-0.308-9.156-0.822v-1.8
c3.086,0.104,2.777-4.372,2.469-6.379c-0.103-0.564-0.154-0.926-0.154-0.926c0.926-0.412,1.852-0.668,2.83-0.874
c0.051,0.206,0.103,0.411,0.103,0.565c0.617,2.16,2.88,3.344,5.041,2.727c1.492-0.463,2.623-1.749,2.828-3.292
c0.979,0.206,1.904,0.515,2.83,0.874c0,0-0.052,0.309-0.103,0.823C22.416,21.48,22.21,26.162,25.349,26.059z"/>
<rect x="9" y="22" fill="#FFFFFF" width="14" height="1"/>
<rect x="9" y="25" fill="#FFFFFF" width="14" height="1"/>
</g>
</g>
</g>
<g id="图层_10" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="16.005" cy="16.068" r="16.068"/>
<g>
<path fill="#222222" d="M4.917,27.773l-0.04-1.035c0.113-2.835,1.689-5.41,4.165-6.799c2.084-1.269,4.481-1.927,6.92-1.9
c6.121,0,11.083,3.897,11.083,8.697l-0.039,1.039c-7.283,1.536-14.807,1.536-22.091,0L4.917,27.773z"/>
<path fill="#EBC091" d="M18.354,15.803H13.54l-0.695,3.914h6.273l-0.761-3.914H18.354z"/>
<path fill="#FFDAB2" d="M20.876,9.515l0.017,2.417c0,2.24-1.943,5.365-4.989,5.365s-4.988-3.124-4.988-5.365l0.017-2.417
c0.099-2.675,2.337-4.769,5.012-4.691c2.637-0.086,4.846,1.982,4.931,4.621c0,0,0,0,0,0V9.51V9.515z"/>
<path fill="#1C1D1E" d="M10.977,12.306c0.141-1.689,1.341-3.102,2.985-3.514c1.141,0.568,2.473,0.611,3.648,0.115
c1.355-0.559,3.061,1.93,3.301,2.956c0.191,0.82-0.186,0.732,0.439,0.557c0.134-0.099-0.235-2.375-0.443-5.855
c-1.411-1.217-3.146-1.993-4.993-2.233c0,0-3.791,0.065-4.859,2.509c-0.752,2.355-0.652,3.517-0.63,5.354
c0.314-0.69,0.273-0.493,0.549,0.112H10.977z"/>
<path fill="#FFDAB2" d="M10.23,12.666c0.147,0.553,0.531,0.931,0.871,0.841c0.339-0.09,0.487-0.611,0.333-1.164
c-0.153-0.552-0.531-0.931-0.871-0.844c-0.339,0.087-0.482,0.611-0.332,1.165L10.23,12.666z M20.33,12.342
c-0.148,0.554,0,1.077,0.334,1.165c0.333,0.088,0.723-0.288,0.869-0.838c0.146-0.551,0-1.076-0.332-1.165
c-0.333-0.089-0.722,0.288-0.87,0.843L20.33,12.342z"/>
<path fill="#1C1D1E" d="M11.199,12.831c0.189-0.328,1.136,0.264,2.781-0.147c0.937-0.18,3.375,0.448,4.548-0.05
c0.773,0.085,1.556,0.052,2.319-0.098c0.19,0.819-0.028-0.433,0.596-0.61c0.133-0.099-0.843-1.735-1.048-5.216
c-1.41-1.218-0.844-2.569-4.387-2.873c0,0-3.791,0.065-4.859,2.51c-0.752,2.356-0.653,3.516-0.631,5.354
c0.314-0.69,0.039,0.124,0.314,0.731L11.199,12.831z"/>
<path fill="#1C1D1E" d="M21.534,10.526c-0.07-0.498-0.145-1.012-0.251-1.522V8.436c0-2.526-2.101-4.763-4.655-5.148V3.222
c0-0.428-0.347-0.775-0.774-0.775c-0.429,0-0.775,0.348-0.775,0.775v0.066c-2.556,0.385-4.654,2.622-4.654,5.148v0.568
c-0.108,0.511-0.183,1.025-0.252,1.522c-0.033,0.235-0.066,0.47-0.103,0.705c-0.072,0.363-0.036,0.739,0.104,1.082
c0.489,1.115,1.87,1.017,2.614,0.966c0.414-0.038,0.826-0.1,1.233-0.184c0.309-0.062,0.62-0.113,0.934-0.151
c0.681-0.074,1.367-0.063,2.045,0.031c0.23,0.035,0.458,0.078,0.685,0.12c0.409,0.084,0.822,0.146,1.237,0.183
c0.181,0.013,0.399,0.029,0.632,0.029c0.729,0,1.61-0.148,1.981-0.993c0.139-0.343,0.175-0.719,0.104-1.082
C21.601,10.997,21.567,10.761,21.534,10.526L21.534,10.526z M20.507,8.436V8.84c-0.25,0.074-0.516,0.139-0.789,0.196
c-0.007-0.125-0.018-0.25-0.031-0.376c-0.223-1.926-0.852-3.336-1.877-4.218C19.398,5.149,20.444,6.699,20.507,8.436z
M15.407,4.021c0.148-0.016,0.295-0.023,0.444-0.023c0.149,0,0.297,0.007,0.444,0.023c1.722,0.598,2.71,2.139,3.002,4.686
c0.017,0.136,0.026,0.274,0.033,0.411c-2.303,0.409-4.66,0.409-6.963,0c0.007-0.137,0.017-0.275,0.033-0.411
c0.296-2.547,1.279-4.09,3.003-4.686H15.407z M11.199,8.436c0.064-1.735,1.111-3.284,2.698-3.99
c-1.026,0.882-1.654,2.292-1.877,4.219c-0.016,0.123-0.025,0.249-0.032,0.375c-0.265-0.058-0.528-0.123-0.79-0.197L11.199,8.436z
M20.825,12c-0.226,0.512-0.901,0.571-1.848,0.504c-0.387-0.035-0.77-0.091-1.149-0.17c-0.239-0.045-0.476-0.089-0.717-0.125
c-0.743-0.104-1.497-0.116-2.242-0.036c-0.338,0.039-0.67,0.1-0.992,0.161c-0.378,0.079-0.761,0.136-1.147,0.17
c-0.947,0.066-1.623,0.007-1.847-0.504c-0.079-0.207-0.096-0.432-0.05-0.648c0.038-0.24,0.071-0.479,0.105-0.717
c0.049-0.337,0.099-0.679,0.16-1.02c1.552,0.404,3.15,0.6,4.753,0.583c1.604,0.018,3.202-0.178,4.752-0.583
c0.061,0.341,0.114,0.683,0.161,1.02c0.033,0.238,0.067,0.478,0.105,0.717c0.045,0.216,0.027,0.441-0.051,0.648L20.825,12z"/>
<path fill="#F0F4F7" d="M17.32,8.74l-0.014-0.089l0.123-0.207l0.013-0.133h0.076l0.166-0.317l-0.025-0.115l0.063-0.407
l-0.089-0.024L17.595,7.08l-0.049-0.102h-0.089L17.24,6.469h-0.166l-0.253-0.115l-0.217-0.28l-0.625-0.178l-0.624,0.178
l-0.217,0.28l-0.253,0.115h-0.167L14.501,6.98h-0.088l-0.054,0.099l-0.037,0.384l-0.088,0.023l0.063,0.408L14.272,8.01
l0.165,0.318h0.078l0.011,0.14l0.133,0.203l-0.013,0.089c0,0,1.26,1.065,1.324,1.095C16.032,9.833,17.32,8.74,17.32,8.74z"/>
<path fill="#2A263A" d="M17.13,7.833l-0.166,0.46l-0.979,0.956l-0.978-0.956l-0.164-0.46V7.043l0.366-0.142l0.192-0.292
l0.587-0.153l0.584,0.153l0.193,0.292l0.367,0.142v0.789H17.13z"/>
<path fill="#FFFFFF" d="M16.262,8.479c-0.068,0.136-0.233,0.19-0.369,0.122c-0.053-0.027-0.096-0.069-0.123-0.122l-0.242-0.486
c-0.006-0.01-0.01-0.02-0.018-0.028l-0.299-0.461c-0.082-0.128-0.046-0.299,0.081-0.381l0.001-0.001
c0.049-0.031,0.106-0.047,0.164-0.043l0.544,0.031h0.03l0.542-0.031c0.152-0.008,0.283,0.108,0.291,0.261
c0.003,0.058-0.013,0.115-0.044,0.165l-0.298,0.461l-0.018,0.028L16.262,8.479z"/>
<path fill="#222222" d="M14.61,27.764l-2.893-7.218l8.487-0.233l-2.928,7.451H14.61z"/>
<path fill="#F0F4F7" d="M20.047,25.032h1.165v1.166h-1.165V25.032z"/>
<path fill="#222222" d="M21.555,26.9h-1.44c-0.199,0-0.362-0.16-0.367-0.359v-1.439c0.001-0.197,0.163-0.358,0.361-0.357l0,0
h1.447c0.196-0.002,0.357,0.155,0.359,0.352l0,0v1.446c-0.002,0.198-0.162,0.358-0.359,0.362L21.555,26.9z M20.473,26.18h0.722
v-0.72h-0.718v0.72H20.473z"/>
<path fill="#F0F4F7" d="M21.213,25.032h1.165v1.166h-1.165V25.032z"/>
<path fill="#222222" d="M22.721,26.9h-1.439c-0.199,0.001-0.36-0.157-0.362-0.357c0,0,0,0,0-0.001v-1.44
c0.001-0.197,0.162-0.357,0.361-0.357h0.001h1.441c0.196,0,0.356,0.159,0.357,0.355v1.44c-0.003,0.197-0.161,0.356-0.357,0.36
H22.721z M21.641,26.18h0.721v-0.72h-0.719v0.72H21.641z"/>
<path fill="#F0F4F7" d="M22.381,25.032h1.166v1.166h-1.166V25.032z"/>
<path fill="#222222" d="M23.888,26.9h-1.44c-0.196-0.004-0.355-0.162-0.359-0.359v-1.438c-0.002-0.195,0.157-0.356,0.354-0.358
l0,0h1.446c0.197-0.004,0.36,0.151,0.368,0.35v1.449c-0.005,0.201-0.168,0.361-0.368,0.361V26.9z M22.809,26.181h0.721v-0.72
h-0.718L22.809,26.181z"/>
<path fill="#222222" d="M10.122,26.899H8.379c-0.119-0.007-0.221-0.085-0.26-0.197l-0.582-1.439
c-0.08-0.172-0.023-0.379,0.132-0.489c0.04-0.025,0.087-0.037,0.134-0.036h1.75c0.12,0.005,0.228,0.084,0.267,0.198l0.583,1.438
c0.075,0.174,0.02,0.377-0.133,0.487c-0.04,0.027-0.085,0.04-0.133,0.04L10.122,26.899z M8.553,26.18h1.101l-0.292-0.72H8.259
l0.291,0.72H8.553z"/>
<path fill="#F0F4F7" d="M9.542,20.812l-1.168-0.591l-2.416,1.88l1.167,0.593L9.542,20.812z"/>
<path fill="#222222" d="M7.125,22.988c-0.046,0.001-0.092-0.009-0.133-0.029l-1.168-0.592c-0.144-0.075-0.202-0.249-0.129-0.395
l0.003-0.006c0.019-0.037,0.046-0.071,0.079-0.098l2.417-1.878c0.087-0.07,0.208-0.085,0.31-0.033l1.167,0.591
c0.143,0.07,0.203,0.243,0.135,0.388v0.004c-0.019,0.038-0.047,0.072-0.081,0.099l-2.416,1.878
c-0.051,0.041-0.113,0.064-0.178,0.064L7.125,22.988z M6.5,22.058l0.591,0.302l1.91-1.486l-0.592-0.3L6.5,22.058z"/>
<path fill="#F0F4F7" d="M22.381,20.812l1.167-0.591l2.418,1.88l-1.168,0.593L22.381,20.812z"/>
<path fill="#222222" d="M24.8,22.988c-0.065,0.001-0.129-0.021-0.18-0.061l-2.418-1.879c-0.126-0.1-0.147-0.282-0.049-0.41l0,0
c0.026-0.033,0.058-0.06,0.097-0.078l1.167-0.592c0.1-0.049,0.221-0.038,0.31,0.032l2.416,1.877
c0.127,0.101,0.148,0.284,0.051,0.411c-0.027,0.032-0.06,0.06-0.097,0.078l-1.166,0.592C24.89,22.979,24.845,22.989,24.8,22.988z
M22.924,20.87l1.908,1.485l0.592-0.3l-1.908-1.484L22.924,20.87z"/>
<path fill="#222222" d="M11.882,26.9h-1.749c-0.179-0.02-0.309-0.18-0.292-0.359c0-0.055,0.009-0.11,0.029-0.161l0.584-1.438
c0.038-0.115,0.145-0.193,0.266-0.197h1.751c0.179,0.02,0.309,0.179,0.292,0.358c0,0.056-0.01,0.112-0.031,0.163l-0.583,1.44
c-0.04,0.11-0.142,0.188-0.259,0.197L11.882,26.9z M10.604,26.181h1.101l0.291-0.72h-1.1L10.604,26.181z"/>
<path fill="#2B2B2B" d="M20.533,18.722c0,0,0.037,4.747,0,4.592c-0.038-0.159-4.563-3.594-4.563-3.594l2.773-1.879l1.791,0.884
L20.533,18.722z M11.396,18.826c0,0-0.038,4.646,0,4.493c0.036-0.153,4.579-3.593,4.579-3.593l-2.78-1.882L11.396,18.826z"/>
</g>
</g>
</g>
<g id="图层_11" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="15.896" cy="15.959" r="15.771"/>
<path fill="#231E37" d="M5.173,27.201l-0.039-1.007c0.108-2.754,1.641-5.254,4.045-6.601c2.022-1.23,4.351-1.87,6.718-1.847
c5.945,0,10.763,3.781,10.763,8.448l-0.039,1.01L5.173,27.201z"/>
<path fill="#EBC091" d="M18.23,15.587h-4.675l-0.677,3.799h6.094l-0.739-3.799H18.23z"/>
<path fill="#FFDAB2" d="M20.68,9.48l0.017,2.348c0,2.175-1.886,5.21-4.843,5.21c-2.957,0-4.843-3.035-4.843-5.21l0.017-2.347
c0.097-2.596,2.265-4.628,4.862-4.554c2.559-0.085,4.702,1.92,4.788,4.48c0.001,0.023,0.001,0.048,0.002,0.072V9.48z"/>
<path fill="#1C1D1E" d="M11.069,12.19c0.136-1.641,1.302-3.012,2.899-3.412c1.107,0.552,2.4,0.592,3.54,0.11
c1.315-0.543,2.97,1.875,3.205,2.87c0.187,0.797-0.179,0.715,0.428,0.541c0.136-0.095,0.981-0.772-0.43-5.687
c-2.852-2.144-4.841-2.164-4.841-2.164s-3.68,0.065-4.718,2.437c-0.73,2.288-1.192,3.259-0.613,5.199
c0.31-0.67,0.268-0.481,0.534,0.109L11.069,12.19z"/>
<path fill="#FFDAB2" d="M10.344,12.538c0.144,0.538,0.523,0.905,0.846,0.818c0.322-0.086,0.468-0.593,0.324-1.133
s-0.522-0.906-0.847-0.819C10.343,11.49,10.199,11.995,10.344,12.538L10.344,12.538z M20.15,12.229
c-0.143,0.538,0,1.044,0.325,1.133c0.324,0.089,0.702-0.279,0.844-0.816c0.143-0.537,0-1.045-0.323-1.133
c-0.322-0.088-0.702,0.279-0.844,0.817L20.15,12.229z"/>
<path fill="#231E37" d="M15.896,2.479c4.037,0,7.31,3.452,7.31,5.461c0,0.977-0.777,1.545-2.037,1.854
c-3.436,1.055-7.108,1.055-10.544,0c-1.26-0.317-2.036-0.881-2.036-1.862c0-2.012,3.269-5.461,7.308-5.461L15.896,2.479z"/>
<path fill="#F0F4F7" d="M21.517,9.576c0,0-0.966-1.688-5.622-1.688c-4.655,0-5.622,1.688-5.622,1.688l-0.175,0.246
c0,0,1.142-1.159,5.798-1.159c4.658,0,5.796,1.159,5.796,1.159L21.517,9.576L21.517,9.576z M17.744,6.569l0.259-0.365l-0.81,0.161
l-0.012-0.087l0.123-0.199l0.014-0.136h0.072l0.162-0.31l-0.026-0.112l0.063-0.395l-0.086-0.025l-0.039-0.358l-0.047-0.103h-0.088
l-0.21-0.494h-0.161L16.71,4.037l-0.206-0.272l-0.606-0.173l-0.607,0.173l-0.206,0.272l-0.248,0.112h-0.16l-0.207,0.496h-0.086
l-0.051,0.103l-0.037,0.372l-0.086,0.022l0.063,0.397L14.248,5.65l0.161,0.309h0.074l0.011,0.137l0.125,0.197l-0.014,0.085
l-0.796-0.171l0.179,0.365L13.655,6.77c0,0,2.175,0.649,2.237,0.674c0.063-0.025,2.262-0.674,2.262-0.674L17.744,6.569z"/>
<path fill="#2A263A" d="M17.01,5.485l-0.163,0.446L15.895,6.86l-0.954-0.929l-0.159-0.446V4.72l0.356-0.137l0.187-0.284
l0.57-0.149l0.568,0.149l0.188,0.284l0.357,0.137v0.765L17.01,5.485z"/>
<path fill="#FEBB01" d="M16.738,5.045l-0.564-0.114l-0.277-0.527L15.62,4.931l-0.567,0.114l0.398,0.444l-0.07,0.601l0.525-0.257
l0.526,0.257l-0.068-0.601C16.481,5.335,16.606,5.186,16.738,5.045L16.738,5.045z"/>
<path fill="#FFFFFF" d="M14.583,27.192l-2.809-7.004l8.242-0.228l-2.837,7.243L14.583,27.192z"/>
<path fill="#333333" d="M18.368,19.388l-1.855,3.938l0.565,3.881h-2.376l0.575-3.89l-1.854-3.927L18.368,19.388z"/>
<path fill="#FFBE00" d="M19.86,24.544h1.132v1.133H19.86V24.544z"/>
<path fill="#222222" d="M21.324,26.358h-1.397c-0.193,0-0.35-0.157-0.35-0.35v-1.399c0.002-0.192,0.157-0.348,0.35-0.347h1.398
c0.192-0.001,0.348,0.152,0.349,0.344c0,0,0,0.002,0,0.003v1.399C21.674,26.2,21.519,26.358,21.324,26.358L21.324,26.358z
M20.276,25.659h0.699V24.96h-0.697v0.699H20.276z"/>
<path fill="#FFBE00" d="M20.995,24.544h1.132v1.133h-1.132V24.544z"/>
<path fill="#222222" d="M22.458,26.358h-1.396c-0.193,0-0.352-0.155-0.352-0.348c0-0.001,0-0.002,0-0.002v-1.399
c0-0.192,0.157-0.348,0.35-0.347c0.001,0,0.001,0,0.002,0h1.398c0.191-0.001,0.347,0.153,0.348,0.344c0,0.001,0,0.002,0,0.003
v1.399c0,0.191-0.155,0.35-0.348,0.35H22.458z M21.408,25.659h0.7V24.96h-0.699L21.408,25.659L21.408,25.659z"/>
<path fill="#FFBE00" d="M22.129,24.544h1.132v1.133h-1.132V24.544z"/>
<path fill="#222222" d="M23.592,26.358h-1.398c-0.191,0-0.346-0.158-0.346-0.35v-1.399c-0.001-0.191,0.152-0.347,0.343-0.347
c0.001,0,0.002,0,0.003,0h1.398c0.193-0.001,0.35,0.154,0.351,0.347v1.399C23.942,26.201,23.785,26.358,23.592,26.358z
M22.544,25.659h0.698V24.96h-0.698V25.659z"/>
<path fill="#FFBE00" d="M10.229,25.677l-0.566-1.134H7.964l0.566,1.134H10.229z"/>
<path fill="#222222" d="M10.23,26.358H8.527c-0.115-0.007-0.214-0.084-0.251-0.192l-0.567-1.397
c-0.072-0.168-0.02-0.363,0.126-0.472c0.038-0.021,0.082-0.033,0.125-0.033h1.7c0.116,0.005,0.218,0.081,0.255,0.192l0.567,1.397
c0.071,0.166,0.018,0.359-0.125,0.47C10.318,26.348,10.273,26.359,10.23,26.358L10.23,26.358z M8.707,25.659h1.065L9.49,24.96
H8.423L8.707,25.659z"/>
<path fill="#FFBE00" d="M9.663,20.452L8.53,19.878l-2.347,1.825l1.133,0.575L9.663,20.452z"/>
<path fill="#222222" d="M7.318,22.562c-0.045,0.001-0.09-0.01-0.13-0.03l-1.133-0.574c-0.14-0.072-0.195-0.243-0.122-0.383
c0.018-0.036,0.044-0.068,0.076-0.093l2.349-1.824c0.086-0.068,0.204-0.08,0.302-0.031L9.794,20.2
c0.138,0.07,0.195,0.24,0.125,0.379c-0.02,0.039-0.047,0.071-0.08,0.099l-2.348,1.823c-0.048,0.04-0.109,0.063-0.172,0.064
L7.318,22.562z M6.71,21.652l0.574,0.293l1.855-1.441l-0.575-0.292L6.71,21.652z"/>
<path fill="#FFBE00" d="M22.129,20.452l1.133-0.574l2.349,1.825l-1.134,0.575L22.129,20.452z"/>
<path fill="#222222" d="M24.476,22.562c-0.063,0-0.125-0.021-0.174-0.06l-2.35-1.823c-0.124-0.098-0.146-0.275-0.051-0.399
c0.028-0.032,0.06-0.061,0.099-0.08l1.134-0.575c0.099-0.049,0.215-0.038,0.302,0.031l2.348,1.824
c0.122,0.096,0.147,0.272,0.051,0.397c-0.026,0.035-0.06,0.061-0.098,0.08l-1.133,0.574C24.563,22.551,24.52,22.562,24.476,22.562
z M22.655,20.501l1.854,1.441l0.574-0.292l-1.854-1.441L22.655,20.501z"/>
<path fill="#FFBE00" d="M10.229,25.677l0.566-1.134h1.702l-0.567,1.134H10.229z"/>
<path fill="#222222" d="M11.93,26.358h-1.699c-0.175-0.02-0.3-0.175-0.283-0.35c-0.001-0.055,0.01-0.107,0.029-0.155l0.567-1.398
c0.036-0.11,0.136-0.187,0.251-0.192h1.701c0.172,0.02,0.299,0.174,0.283,0.347c0,0.054-0.011,0.106-0.03,0.158l-0.567,1.397
c-0.037,0.107-0.136,0.186-0.251,0.193H11.93z M10.694,25.659h1.067l0.283-0.699h-1.068L10.694,25.659z"/>
<path fill="#FFFFFF" d="M20.334,18.419c0,0,0.038,4.609,0,4.458c-0.037-0.15-4.431-3.491-4.431-3.491l2.692-1.825L20.334,18.419
L20.334,18.419z M11.463,18.522c0,0-0.036,4.516,0,4.362s4.446-3.494,4.446-3.494l-2.702-1.827L11.463,18.522z"/>
</g>
</g>
<g id="图层_12" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="16.064" cy="15.939" r="15.939"/>
<path fill="#231E37" d="M5.227,27.302l-0.04-1.018c0.11-2.782,1.658-5.31,4.089-6.672c2.044-1.243,4.396-1.891,6.79-1.865
c6.008,0,10.876,3.822,10.876,8.539l-0.038,1.019L5.227,27.302z"/>
<path fill="#EBC091" d="M18.423,15.563h-4.724l-0.684,3.839h6.158l-0.746-3.839H18.423z"/>
<path fill="#FFDAB2" d="M20.898,9.391l0.017,2.374c0,2.198-1.905,5.265-4.895,5.265c-2.988,0-4.894-3.067-4.894-5.265l0.017-2.372
c0.098-2.623,2.291-4.677,4.914-4.603c2.586-0.086,4.753,1.941,4.839,4.528C20.897,9.341,20.897,9.366,20.898,9.391L20.898,9.391z
"/>
<path fill="#1C1D1E" d="M11.185,12.13c0.138-1.658,1.316-3.044,2.93-3.448c1.119,0.558,2.427,0.598,3.578,0.112
c1.329-0.549,3.001,1.895,3.24,2.9c0.188,0.805-0.182,0.723,0.431,0.547c0.139-0.095,0.992-0.781-0.434-5.748
c-2.883-2.166-4.895-2.188-4.895-2.188s-3.717,0.066-4.768,2.463c-0.737,2.312-1.204,3.294-0.619,5.254
c0.313-0.677,0.271-0.486,0.54,0.111L11.185,12.13z"/>
<path fill="#FFDAB2" d="M10.453,12.481c0.145,0.544,0.528,0.915,0.854,0.827s0.474-0.6,0.328-1.146s-0.528-0.915-0.856-0.828
C10.451,11.423,10.307,11.934,10.453,12.481L10.453,12.481z M20.364,12.169c-0.145,0.544,0,1.056,0.327,1.146
c0.328,0.089,0.71-0.282,0.854-0.826c0.145-0.542,0-1.055-0.327-1.145C20.892,11.255,20.51,11.627,20.364,12.169L20.364,12.169z"
/>
<path fill="#231E37" d="M16.063,2.315c4.079,0,7.387,3.49,7.387,5.519c0,0.988-0.784,1.562-2.06,1.874
c-3.472,1.066-7.183,1.066-10.654,0c-1.274-0.321-2.058-0.89-2.058-1.881c0-2.034,3.304-5.519,7.386-5.519L16.063,2.315z"/>
<path fill="#F0F4F7" d="M21.745,9.489c0,0-0.978-1.706-5.683-1.706c-4.704,0-5.683,1.705-5.683,1.705l-0.177,0.249
c0,0,1.154-1.171,5.86-1.171c4.707,0,5.858,1.171,5.858,1.171l-0.177-0.249V9.489z M17.932,6.449l0.262-0.368l-0.818,0.162
l-0.012-0.087l0.124-0.201l0.014-0.137h0.073l0.164-0.313l-0.025-0.114l0.063-0.398l-0.087-0.025l-0.039-0.362L17.6,4.501h-0.086
l-0.213-0.499h-0.164l-0.25-0.113l-0.208-0.275L16.066,3.44l-0.613,0.175L15.245,3.89l-0.25,0.113h-0.162l-0.209,0.5h-0.087
l-0.05,0.104l-0.038,0.376l-0.087,0.023l0.063,0.401l-0.025,0.113l0.161,0.312h0.075l0.012,0.138l0.125,0.2l-0.014,0.086
l-0.805-0.173l0.182,0.369l-0.336,0.2c0,0,2.198,0.656,2.26,0.681c0.063-0.025,2.286-0.681,2.286-0.681L17.932,6.449z"/>
<path fill="#2A263A" d="M17.189,5.354l-0.164,0.452l-0.963,0.938L15.1,5.806l-0.162-0.452V4.581l0.361-0.139l0.188-0.286
l0.576-0.151l0.574,0.151l0.189,0.286l0.36,0.139v0.773L17.189,5.354z"/>
<path fill="#FEBB01" d="M16.915,4.91l-0.57-0.116l-0.281-0.532l-0.279,0.532L15.212,4.91l0.401,0.449l-0.07,0.607l0.532-0.259
l0.531,0.259l-0.07-0.607c0.119-0.157,0.246-0.307,0.38-0.449H16.915z"/>
<path fill="#B5D9F7" d="M14.737,27.294l-2.839-7.081l8.33-0.229l-2.867,7.319L14.737,27.294z"/>
<path fill="#333333" d="M18.563,19.404l-1.875,3.981l0.571,3.922h-2.4l0.581-3.93l-1.875-3.97L18.563,19.404z"/>
<path fill="#FFBE00" d="M9.765,20.48L8.62,19.9l-2.373,1.845l1.145,0.581L9.765,20.48z"/>
<path fill="#222222" d="M7.395,22.611c-0.046,0.002-0.091-0.009-0.131-0.029l-1.146-0.58c-0.14-0.073-0.195-0.246-0.123-0.388
c0.019-0.037,0.045-0.068,0.078-0.094l2.374-1.843c0.087-0.069,0.206-0.082,0.305-0.033l1.145,0.582
c0.141,0.069,0.198,0.241,0.127,0.382c-0.02,0.039-0.047,0.073-0.081,0.1l-2.374,1.843c-0.048,0.041-0.11,0.063-0.173,0.065
L7.395,22.611z M6.78,21.693l0.58,0.296l1.875-1.456l-0.581-0.296L6.78,21.693z"/>
<path fill="#FFBE00" d="M22.362,20.48l1.146-0.58l2.373,1.845l-1.146,0.581L22.362,20.48z"/>
<path fill="#222222" d="M24.735,22.611c-0.064,0.001-0.126-0.02-0.177-0.059l-2.374-1.845c-0.126-0.097-0.147-0.276-0.05-0.401
c0.026-0.034,0.06-0.063,0.099-0.081l1.146-0.581c0.099-0.051,0.217-0.039,0.306,0.029l2.371,1.845
c0.126,0.097,0.149,0.275,0.053,0.401c-0.026,0.035-0.06,0.063-0.099,0.082l-1.146,0.58
C24.822,22.603,24.779,22.611,24.735,22.611z M22.896,20.529l1.874,1.458l0.58-0.295l-1.873-1.458L22.896,20.529z"/>
<path fill="#B5D9F7" d="M20.549,18.426c0,0,0.037,4.658,0,4.505c-0.035-0.152-4.477-3.528-4.477-3.528l2.72-1.845l1.757,0.87
V18.426z M11.584,18.529c0,0-0.037,4.564,0,4.409c0.036-0.154,4.493-3.53,4.493-3.53l-2.731-1.847L11.584,18.529z"/>
</g>
</g>
<g id="图层_13" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="16.032" cy="16.032" r="15.888"/>
<path fill="#B5D9F7" d="M5.335,27.615l-0.04-1.004c0.109-2.747,1.638-5.241,4.036-6.585c2.018-1.229,4.34-1.866,6.702-1.843
c5.93,0,10.736,3.773,10.736,8.429l-0.038,1.006L5.335,27.615z"/>
<path fill="#EBC091" d="M18.361,16.029h-4.664l-0.675,3.79H19.1l-0.736-3.79H18.361z"/>
<path fill="#FFDAB2" d="M20.804,9.937l0.017,2.342c0,2.17-1.88,5.198-4.831,5.198c-2.95,0-4.831-3.028-4.831-5.198l0.016-2.341
c0.097-2.589,2.262-4.616,4.851-4.543c2.553-0.084,4.691,1.916,4.776,4.469C20.802,9.888,20.803,9.912,20.804,9.937L20.804,9.937z
"/>
<path fill="#1C1D1E" d="M11.216,12.64c0.137-1.636,1.3-3.004,2.893-3.403c1.105,0.549,2.393,0.591,3.532,0.11
c1.312-0.543,2.961,1.87,3.198,2.863c0.186,0.795-0.181,0.714,0.426,0.54c0.136-0.094,0.978-0.771-0.428-5.674
c-2.847-2.138-4.833-2.158-4.833-2.158s-3.669,0.064-4.706,2.431c-0.728,2.281-1.189,3.251-0.611,5.186
c0.308-0.667,0.268-0.479,0.532,0.109L11.216,12.64z"/>
<path fill="#FFDAB2" d="M10.494,12.988c0.143,0.536,0.521,0.902,0.843,0.815c0.322-0.085,0.468-0.592,0.323-1.13
c-0.143-0.539-0.521-0.903-0.845-0.818C10.492,11.942,10.349,12.446,10.494,12.988L10.494,12.988z M20.276,12.679
c-0.143,0.536,0,1.042,0.323,1.13c0.324,0.088,0.7-0.278,0.842-0.814c0.143-0.535,0-1.042-0.322-1.13
c-0.322-0.088-0.7,0.278-0.842,0.816L20.276,12.679z"/>
<path fill="#231E37" d="M16.031,2.952c4.028,0,7.291,3.444,7.291,5.448c0,0.975-0.773,1.542-2.032,1.85
c-3.426,1.052-7.09,1.052-10.517,0C9.516,9.933,8.741,9.371,8.741,8.393c0-2.007,3.261-5.448,7.292-5.448L16.031,2.952z"/>
<path fill="#F0F4F7" d="M21.64,10.033c0,0-0.965-1.685-5.609-1.685c-4.643,0-5.608,1.684-5.608,1.684l-0.175,0.246
c0,0,1.139-1.156,5.784-1.156c4.647,0,5.783,1.156,5.783,1.156L21.64,10.033L21.64,10.033z M17.876,7.033l0.258-0.364l-0.809,0.16
l-0.012-0.086l0.124-0.197l0.013-0.136h0.073l0.16-0.309l-0.025-0.111l0.063-0.394l-0.085-0.024l-0.039-0.357L17.549,5.11h-0.087
l-0.21-0.493h-0.16l-0.248-0.111l-0.205-0.271l-0.604-0.173l-0.606,0.173l-0.206,0.271l-0.247,0.111h-0.16L14.61,5.112h-0.085
l-0.051,0.103l-0.038,0.371l-0.086,0.023l0.062,0.395l-0.024,0.112l0.159,0.308h0.074l0.011,0.135l0.124,0.198l-0.013,0.085
l-0.795-0.17l0.179,0.363l-0.332,0.197c0,0,2.17,0.649,2.232,0.673c0.062-0.024,2.255-0.673,2.255-0.673L17.876,7.033z"/>
<path fill="#2A263A" d="M17.143,5.952l-0.162,0.445L16.03,7.323l-0.95-0.925l-0.16-0.445V5.188l0.357-0.137l0.185-0.283
l0.569-0.149l0.566,0.149l0.187,0.283l0.356,0.137v0.763L17.143,5.952z"/>
<path fill="#FEBB01" d="M16.873,5.513L16.31,5.399l-0.276-0.525l-0.278,0.525l-0.564,0.114l0.396,0.443l-0.07,0.6l0.524-0.256
l0.525,0.256l-0.069-0.6C16.615,5.802,16.741,5.653,16.873,5.513L16.873,5.513z"/>
<path fill="#B5D9F7" d="M14.723,27.607l-2.802-6.988l8.222-0.226l-2.831,7.224L14.723,27.607z"/>
<path fill="#333333" d="M18.497,19.82l-1.85,3.931l0.564,3.87h-2.37l0.573-3.88l-1.85-3.918L18.497,19.82z"/>
<path fill="#FFBE00" d="M9.814,20.884L8.684,20.31l-2.342,1.821l1.131,0.573L9.814,20.884z"/>
<path fill="#222222" d="M7.475,22.987c-0.045,0.001-0.09-0.011-0.129-0.03l-1.132-0.572c-0.139-0.072-0.192-0.243-0.121-0.383
c0.019-0.036,0.044-0.069,0.076-0.095l2.344-1.818c0.086-0.067,0.204-0.079,0.302-0.029l1.131,0.571
c0.139,0.07,0.194,0.239,0.125,0.378c-0.02,0.04-0.046,0.071-0.081,0.098l-2.342,1.818c-0.048,0.042-0.108,0.064-0.171,0.065
L7.475,22.987z M6.869,22.079l0.572,0.294l1.85-1.438l-0.574-0.291L6.869,22.079z"/>
<path fill="#FFBE00" d="M22.249,20.884l1.132-0.574l2.342,1.821l-1.13,0.573L22.249,20.884z"/>
<path fill="#222222" d="M24.592,22.987c-0.063,0-0.126-0.021-0.177-0.061l-2.343-1.819c-0.123-0.097-0.145-0.272-0.049-0.396
c0.026-0.033,0.059-0.062,0.098-0.08l1.132-0.572c0.097-0.051,0.215-0.04,0.301,0.028l2.341,1.82
c0.126,0.095,0.149,0.273,0.051,0.396c-0.024,0.034-0.059,0.062-0.098,0.081l-1.129,0.572
C24.679,22.977,24.633,22.987,24.592,22.987z M22.773,20.931l1.852,1.438l0.572-0.291l-1.849-1.438L22.773,20.931z"/>
<path fill="#D5E8FC" d="M20.459,18.854c0,0,0.036,4.599,0,4.448c-0.035-0.152-4.42-3.484-4.42-3.484l2.686-1.819L20.459,18.854
L20.459,18.854z M11.609,18.956c0,0-0.036,4.506,0,4.353c0.035-0.152,4.436-3.485,4.436-3.485l-2.696-1.822L11.609,18.956z"/>
</g>
</g>
<g id="图层_14" display="none">
<g display="inline">
<circle fill="#FFFFFF" cx="15.964" cy="16.11" r="15.794"/>
<g>
<path fill="#222222" d="M5.066,27.617l-0.039-1.019c0.11-2.788,1.661-5.318,4.093-6.684c2.049-1.247,4.406-1.893,6.804-1.869
c6.017,0,10.894,3.831,10.894,8.552l-0.038,1.021c-7.161,1.509-14.556,1.509-21.715,0L5.066,27.617z"/>
<path fill="#EBC091" d="M18.272,15.851h-4.731l-0.684,3.846h6.166l-0.748-3.846H18.272z"/>
<path fill="#FFDAB2" d="M20.751,9.667l0.018,2.376c0,2.201-1.91,5.272-4.904,5.272c-2.995,0-4.903-3.07-4.903-5.272l0.017-2.376
c0.097-2.628,2.297-4.687,4.926-4.611c2.593-0.084,4.765,1.949,4.849,4.542l0,0v0.065L20.751,9.667z"/>
<path fill="#1C1D1E" d="M11.022,12.411c0.138-1.66,1.318-3.049,2.935-3.454c1.121,0.559,2.43,0.601,3.583,0.114
c1.332-0.549,3.009,1.896,3.246,2.905c0.188,0.806-0.183,0.72,0.433,0.547c0.129-0.097-0.233-2.334-0.438-5.756
c-1.385-1.197-3.093-1.96-4.908-2.194c0,0-3.725,0.063-4.775,2.466c-0.739,2.315-0.641,3.457-0.62,5.263
c0.31-0.679,0.27-0.486,0.54,0.109H11.022z"/>
<path fill="#FFDAB2" d="M10.287,12.765c0.146,0.544,0.523,0.915,0.856,0.828c0.334-0.089,0.48-0.601,0.329-1.144
c-0.151-0.544-0.523-0.916-0.857-0.83c-0.333,0.085-0.474,0.601-0.326,1.145L10.287,12.765z M20.215,12.447
c-0.146,0.546,0,1.059,0.329,1.146c0.329,0.086,0.71-0.283,0.854-0.824c0.144-0.542,0-1.058-0.327-1.146s-0.71,0.283-0.854,0.829
L20.215,12.447z"/>
<path fill="#1C1D1E" d="M11.24,12.928c0.186-0.322,1.115,0.258,2.733-0.146c0.921-0.177,3.318,0.44,4.472-0.049
c0.761,0.083,1.528,0.051,2.278-0.097c0.188,0.806-0.028-0.426,0.586-0.6c0.131-0.096-0.827-1.706-1.03-5.127
c-1.385-1.196-0.827-2.525-4.312-2.823c0,0-3.726,0.064-4.776,2.467c-0.739,2.316-0.641,3.456-0.62,5.262
c0.31-0.678,0.038,0.122,0.309,0.718L11.24,12.928z"/>
<path fill="#1C1D1E" d="M21.399,10.663c-0.069-0.489-0.143-0.996-0.248-1.497V8.607c0-2.483-2.063-4.682-4.575-5.06V3.482
c0-0.42-0.34-0.762-0.762-0.762c-0.42,0-0.762,0.342-0.762,0.762v0.065c-2.512,0.378-4.575,2.577-4.575,5.06v0.559
c-0.106,0.501-0.179,1.008-0.248,1.497c-0.032,0.23-0.064,0.462-0.102,0.692c-0.07,0.357-0.035,0.727,0.103,1.063
c0.481,1.096,1.839,1.001,2.57,0.95c0.407-0.037,0.811-0.097,1.212-0.18c0.303-0.061,0.609-0.111,0.917-0.148
c0.669-0.073,1.344-0.062,2.01,0.031c0.227,0.034,0.449,0.077,0.674,0.118c0.401,0.083,0.809,0.144,1.218,0.178
c0.176,0.014,0.39,0.029,0.62,0.029c0.716,0,1.582-0.146,1.946-0.977c0.138-0.336,0.173-0.706,0.103-1.063
C21.464,11.125,21.433,10.894,21.399,10.663L21.399,10.663z M20.391,8.607v0.397c-0.248,0.074-0.509,0.137-0.776,0.194
c-0.007-0.124-0.016-0.246-0.031-0.37c-0.22-1.893-0.838-3.279-1.846-4.146C19.299,5.377,20.328,6.9,20.391,8.607z M15.377,4.268
c0.145-0.015,0.291-0.023,0.436-0.023c0.146,0,0.292,0.008,0.437,0.023c1.694,0.588,2.664,2.103,2.952,4.606
c0.016,0.133,0.025,0.27,0.032,0.404c-2.263,0.402-4.58,0.402-6.844,0c0.007-0.135,0.017-0.271,0.033-0.404
c0.291-2.504,1.258-4.02,2.952-4.606H15.377z M11.241,8.607c0.063-1.707,1.091-3.228,2.651-3.922
c-1.008,0.867-1.626,2.253-1.845,4.147c-0.014,0.121-0.023,0.245-0.031,0.37c-0.26-0.057-0.52-0.121-0.776-0.194L11.241,8.607z
M20.701,12.112c-0.222,0.502-0.885,0.561-1.816,0.495c-0.379-0.034-0.755-0.09-1.13-0.167c-0.234-0.044-0.467-0.088-0.703-0.123
c-0.731-0.102-1.472-0.114-2.206-0.034c-0.331,0.037-0.657,0.097-0.974,0.158c-0.373,0.077-0.748,0.133-1.126,0.168
c-0.932,0.064-1.596,0.006-1.817-0.496c-0.077-0.204-0.093-0.424-0.048-0.638c0.037-0.235,0.07-0.469,0.104-0.704
c0.048-0.332,0.097-0.668,0.157-1.003c1.525,0.397,3.096,0.59,4.672,0.574c1.575,0.017,3.147-0.177,4.671-0.574
c0.06,0.335,0.111,0.672,0.157,1.003c0.033,0.234,0.067,0.469,0.103,0.704c0.046,0.213,0.029,0.434-0.047,0.638H20.701z"/>
<path fill="#F0F4F7" d="M17.257,8.907l-0.013-0.088l0.121-0.203l0.013-0.13h0.074l0.163-0.312L17.591,8.06l0.062-0.4
l-0.087-0.024l-0.038-0.362l-0.049-0.1h-0.088l-0.213-0.5h-0.163l-0.249-0.113l-0.212-0.275L15.938,6.11l-0.613,0.175
l-0.213,0.275l-0.25,0.113h-0.164l-0.213,0.503h-0.087l-0.051,0.097l-0.036,0.377l-0.088,0.023l0.062,0.401l-0.023,0.113
l0.161,0.313h0.074L14.51,8.64l0.13,0.199l-0.012,0.087c0,0,1.238,1.047,1.301,1.077C15.993,9.98,17.257,8.907,17.257,8.907z"/>
<path fill="#2A263A" d="M17.07,8.015l-0.163,0.452l-0.963,0.94l-0.96-0.94l-0.162-0.452V7.239L15.184,7.1l0.187-0.287
l0.577-0.151l0.576,0.151L16.712,7.1l0.361,0.139v0.776H17.07z"/>
<path fill="#FFFFFF" d="M16.217,8.649c-0.068,0.134-0.229,0.188-0.362,0.12c-0.052-0.027-0.095-0.068-0.122-0.12l-0.236-0.477
c-0.005-0.01-0.011-0.02-0.017-0.029L15.186,7.69c-0.081-0.125-0.045-0.293,0.08-0.374l0.001-0.001
c0.048-0.031,0.104-0.047,0.161-0.043l0.533,0.03h0.032l0.531-0.03c0.15-0.008,0.278,0.107,0.285,0.257
c0.004,0.056-0.011,0.112-0.041,0.161l-0.295,0.454l-0.017,0.029L16.217,8.649z"/>
<path fill="#222222" d="M14.592,27.605l-2.844-7.095l8.344-0.229l-2.879,7.323H14.592z"/>
<path fill="#F0F4F7" d="M19.937,24.922h1.146v1.145h-1.146V24.922z"/>
<path fill="#222222" d="M21.418,26.759h-1.414c-0.195,0-0.357-0.158-0.362-0.354v-1.415c0.002-0.193,0.161-0.352,0.355-0.351l0,0
h1.423c0.192-0.002,0.351,0.151,0.353,0.346l0,0v1.422c-0.002,0.194-0.158,0.353-0.353,0.354L21.418,26.759z M20.355,26.049
h0.709v-0.707h-0.706v0.707H20.355z"/>
<path fill="#F0F4F7" d="M21.085,24.922h1.144v1.145h-1.144V24.922z"/>
<path fill="#222222" d="M22.565,26.759h-1.414c-0.194,0-0.354-0.155-0.355-0.351c0,0,0-0.001,0-0.002v-1.417
c0-0.193,0.159-0.352,0.354-0.351h0.001h1.415c0.193-0.001,0.353,0.156,0.354,0.349v1.417
C22.916,26.598,22.76,26.755,22.565,26.759L22.565,26.759z M21.504,26.049h0.707v-0.707h-0.706L21.504,26.049L21.504,26.049z"/>
<path fill="#F0F4F7" d="M22.231,24.922h1.146v1.145h-1.146V24.922z"/>
<path fill="#222222" d="M23.712,26.759h-1.415c-0.194-0.003-0.35-0.16-0.352-0.354v-1.413c-0.003-0.193,0.151-0.352,0.346-0.353
l0,0h1.421c0.195-0.005,0.355,0.148,0.36,0.342v1.428c-0.002,0.196-0.162,0.354-0.36,0.354V26.759z M22.651,26.049h0.709v-0.706
h-0.705L22.651,26.049z"/>
<path fill="#222222" d="M10.181,26.758H8.468c-0.117-0.008-0.217-0.085-0.255-0.194L7.64,25.149
c-0.077-0.173-0.022-0.373,0.131-0.483c0.039-0.023,0.084-0.035,0.131-0.034h1.72c0.119,0.005,0.223,0.08,0.262,0.193
l0.573,1.415c0.074,0.17,0.019,0.37-0.131,0.479c-0.039,0.026-0.084,0.04-0.131,0.04L10.181,26.758z M8.639,26.048h1.082
l-0.288-0.706H8.35l0.287,0.706H8.639z"/>
<path fill="#F0F4F7" d="M9.611,20.772l-1.147-0.581L6.087,22.04l1.148,0.582L9.611,20.772z"/>
<path fill="#222222" d="M7.235,22.912c-0.045,0.001-0.089-0.01-0.129-0.029l-1.148-0.581c-0.142-0.073-0.198-0.245-0.127-0.389
l0.003-0.005c0.019-0.036,0.045-0.071,0.077-0.097l2.375-1.845c0.087-0.069,0.206-0.084,0.305-0.034l1.146,0.581
c0.141,0.069,0.201,0.24,0.133,0.382v0.004c-0.018,0.036-0.045,0.072-0.078,0.097l-2.375,1.846
c-0.05,0.04-0.112,0.063-0.174,0.063L7.235,22.912z M6.62,21.996l0.582,0.299l1.878-1.462l-0.582-0.295L6.62,21.996z"/>
<path fill="#F0F4F7" d="M22.231,20.772l1.147-0.581l2.377,1.849l-1.148,0.582L22.231,20.772z"/>
<path fill="#222222" d="M24.607,22.912c-0.063,0.001-0.125-0.021-0.175-0.059l-2.376-1.849c-0.124-0.097-0.146-0.275-0.049-0.4
l0,0c0.025-0.033,0.058-0.061,0.094-0.078l1.147-0.583c0.1-0.049,0.218-0.037,0.305,0.032l2.375,1.846
c0.124,0.099,0.146,0.278,0.05,0.402c-0.025,0.032-0.059,0.06-0.095,0.078l-1.146,0.581
C24.697,22.902,24.653,22.913,24.607,22.912z M22.766,20.831l1.876,1.459l0.581-0.297l-1.875-1.456L22.766,20.831z"/>
<path fill="#222222" d="M11.912,26.759h-1.719c-0.176-0.02-0.303-0.178-0.287-0.354c0-0.054,0.009-0.109,0.029-0.158l0.573-1.415
c0.039-0.112,0.142-0.188,0.262-0.192h1.721c0.175,0.019,0.303,0.175,0.287,0.353c0,0.055-0.011,0.107-0.031,0.16l-0.573,1.414
c-0.038,0.11-0.138,0.187-0.254,0.194L11.912,26.759z M10.654,26.049h1.083l0.286-0.706h-1.081L10.654,26.049z"/>
<path fill="#2B2B2B" d="M20.414,18.718c0,0,0.037,4.666,0,4.513c-0.035-0.153-4.483-3.53-4.483-3.53l2.724-1.848l1.763,0.869
L20.414,18.718z M11.433,18.821c0,0-0.037,4.566,0,4.415c0.037-0.15,4.501-3.53,4.501-3.53l-2.733-1.85L11.433,18.821z"/>
</g>
<path fill="#BBFF00" d="M24.908,24.444v1.222c-2.97,0.347-5.988,0.521-9.056,0.556c-2.969-0.035-5.889-0.209-8.808-0.556v-1.222
c2.968,0.07,2.672-2.961,2.375-4.319c-0.099-0.382-0.148-0.627-0.148-0.627c0.891-0.278,1.782-0.452,2.721-0.592
c0.05,0.14,0.1,0.279,0.1,0.383c0.594,1.462,2.771,2.264,4.849,1.846c1.436-0.313,2.524-1.184,2.722-2.229
c0.939,0.14,1.83,0.35,2.721,0.592c0,0-0.05,0.21-0.099,0.559C22.086,21.346,21.889,24.515,24.908,24.444z"/>
<path fill="#5C96BE" d="M11.275,22.559h9.401v2.771h-9.401V22.559z"/>
</g>
</g>
<g id="图层_15" display="none">
<circle display="inline" fill="#FFFFFF" cx="16.017" cy="16.079" r="15.999"/>
<g display="inline">
<path fill="#C62828" d="M6.015,14.581c0,2.658,4.31,4.813,9.626,4.813c5.317,0,9.626-2.155,9.626-4.813
c0-2.659-4.31-4.813-9.626-4.813C10.325,9.767,6.015,11.922,6.015,14.581z"/>
<path fill="#FFDAB2" d="M22.162,14.875c-0.265,1.204-0.505,1.511-1.264,1.511c-0.891,0.064-1.666-0.606-1.73-1.498
c-0.001-0.006-0.001-0.012-0.002-0.02c0.095-0.905,0.897-1.568,1.806-1.492C22.15,13.377,22.434,13.678,22.162,14.875z
M9.12,14.875c0.264,1.204,0.505,1.511,1.263,1.511c0.891,0.064,1.667-0.606,1.732-1.498c0-0.006,0-0.012,0.001-0.02
c-0.095-0.905-0.898-1.568-1.805-1.492C9.131,13.377,8.849,13.678,9.12,14.875z"/>
<path fill="#D32F2F" d="M7.82,23.677c0.842-1.148,5.415-3.081,5.415-3.081h4.813c0,0,4.584,1.933,5.415,3.081
c0.671,1.068,1.083,2.279,1.202,3.538H6.617C6.737,25.956,7.148,24.745,7.82,23.677z"/>
<path fill="#F44336" d="M15.641,23.003c1.504,0,3.008-0.752,3.008-1.504v-0.638l-0.602-0.266h-4.813l-0.602,0.266v0.638
C12.632,22.251,14.137,23.003,15.641,23.003z"/>
<path fill="#EBC091" d="M13.234,15.182v5.414c0,0.603,1.203,1.204,2.407,1.204c1.203,0,2.407-0.602,2.407-1.204v-5.414H13.234z"/>
<path fill="#FFDAB2" d="M9.625,12.023c0,6.011,3.237,8.573,6.017,8.573V6.759C12.157,6.759,9.625,9.767,9.625,12.023z
M21.657,12.023c0,6.011-3.237,8.573-6.016,8.573V6.759C19.125,6.759,21.657,9.767,21.657,12.023z"/>
<path fill="#825700" d="M15.641,4.954c-3.32,0-6.618,1.492-6.618,4.813c0.069,1.839,0.387,3.661,0.944,5.415
c0.154-1.198,0.241-2.403,0.259-3.609c5.517,0,8.423-3.008,8.423-3.008s0.451,2.304,2.405,3.008
c0.121,2.593,0.254,3.609,0.254,3.609c0.515-1.765,0.833-3.58,0.949-5.415c0-2.406-1.203-4.21-3.608-4.21
C17.714,5.102,16.679,4.895,15.641,4.954z"/>
<path fill="#D32F2F" d="M22.86,12.174c0,0-1.203-1.203-7.219-1.203V3.751C19.299,3.751,22.86,6.157,22.86,12.174z M8.421,12.174
c0,0,1.203-1.203,7.22-1.203V3.751C11.983,3.751,8.421,6.157,8.421,12.174z"/>
<path fill="#F44336" d="M15.641,13.377c-2.451-0.056-4.883-0.461-7.22-1.203c0,0,1.203-1.203,7.22-1.203
c6.016,0,7.219,1.203,7.219,1.203C20.523,12.916,18.093,13.321,15.641,13.377z M14.438,3.149h2.407v2.407h-2.407V3.149z"/>
<path fill="#F44336" d="M15.641,10.971c4.909,0,8.952,1.835,9.542,4.211c0.052-0.196,0.08-0.399,0.085-0.601
c0-2.66-4.308-4.813-9.626-4.813c-5.318,0-9.626,2.153-9.626,4.813c0.004,0.202,0.032,0.405,0.084,0.601
C6.689,12.806,10.731,10.971,15.641,10.971z"/>
<path fill="#FFC107" d="M16.844,7.962c0,0.602-1.203,1.203-1.203,1.203s-1.204-0.601-1.204-1.203V6.555
c0.354,0.272,0.848,0.272,1.204,0c0.179,0.121,0.386,0.191,0.602,0.204c0.215-0.013,0.423-0.083,0.602-0.204V7.962z"/>
<path fill="#F44336" d="M15.039,22.401h1.204v4.813h-1.204V22.401z"/>
</g>
</g>
<g id="图层_16">
<g>
<circle fill="#FFFFFF" cx="15.833" cy="16.011" r="15.78"/>
<g>
<path fill="#EEEFF3" d="M19.089,17.028l0.838,0.298l0.905,0.325l-4.97,5.659l-4.933-5.611l0.865-0.312l0.006-0.006l0.812-0.293
v-0.005h0.013l0.011-0.003l0.003,0.003h6.442l0.003-0.042L19.089,17.028z"/>
<path fill="#474F66" d="M19.093,17.028l0.84,0.298l4.728,1.698c1.74,0.626,2.906,2.278,2.906,4.132v2.896h-9.29v-0.005h-4.821
v0.005H4.167v-2.837c0-1.854,1.168-3.512,2.909-4.134l4.725-1.696l0.006-0.005l0.812-0.291v-0.005h0.013l0.011-0.003l0.002,0.003
h6.44l0.003-0.042L19.093,17.028z"/>
<path fill="#EEEFF3" d="M11.608,17.48h8.696l0.528,0.189l-2.101,8.382h-0.453v-0.005h-4.815v0.005h-0.45l-2.085-8.328
L11.608,17.48z"/>
<path fill="#474F66" d="M17.046,20.09l-0.328,1.302c-0.022,0.096-0.111,0.162-0.21,0.162h-1.25c-0.099,0-0.187-0.066-0.211-0.162
l-0.333-1.302c-0.035-0.137,0.069-0.267,0.21-0.267h1.909C16.977,19.823,17.078,19.953,17.046,20.09"/>
<path fill="#474F66" d="M15.196,21.474h1.344l0.645,4.578h-2.768L15.196,21.474z"/>
<path fill="#D2D4DF" d="M12.497,17.073l-1.104,0.39c-0.243,0.084-0.304,0.398-0.112,0.567l3.171,2.823
c0.162,0.143,0.415,0.102,0.521-0.088l0.813-1.469c0.088-0.158,0.035-0.356-0.121-0.451l-2.876-1.743
C12.699,17.053,12.592,17.042,12.497,17.073 M19.304,16.942l1.135,0.403c0.249,0.088,0.312,0.411,0.113,0.588l-3.258,2.92
c-0.169,0.148-0.429,0.104-0.535-0.091l-0.835-1.518c-0.09-0.161-0.034-0.37,0.124-0.466l2.961-1.804
C19.099,16.919,19.204,16.906,19.304,16.942"/>
<path fill="#474F66" d="M11.277,17.549l4.393,8.503h-3.16l-0.194-0.003l-0.578-1.372l-0.633-1.492l-1.356-1.167l-0.577-1.342
l1.181-2.396L11.277,17.549z M20.622,17.374l1.701,0.993l-1.646,4.995l-1.603,2.689h-3.131L20.622,17.374z M8.613,7.306
c0-2.337,2.494-5.09,7.208-5.106c4.712-0.015,7.301,2.953,7.301,5.29s-4.883,3.205-7.301,3.173
C13.402,10.633,8.613,9.644,8.613,7.306z"/>
<path fill="#EBC091" d="M19.129,15.031v2.05l-3.249,1.81l-3.194-1.81l-0.054-2.05H19.129z"/>
<path fill="#FFC95C" d="M14.097,15.748h5.032v0.021h-5.032V15.748z M14.097,15.726h5.032v0.022h-5.032V15.726z M14.097,15.705
h5.032v0.021h-5.032V15.705z M14.097,15.684h5.032v0.021h-5.032V15.684z M14.097,15.663h5.032v0.021h-5.032V15.663z
M14.097,15.651h5.032v0.011h-5.032V15.651z"/>
<path fill="#FFC95B" d="M14.097,15.641h5.032v0.01h-5.032V15.641z M14.097,15.631h5.032v0.01h-5.032V15.631z"/>
<path fill="#FFC95C" d="M14.097,15.62h5.032v0.011h-5.032V15.62z M14.097,15.598h5.032v0.021h-5.032V15.598z M14.097,15.577
h5.032v0.021h-5.032V15.577z M14.097,15.556h5.032v0.021h-5.032V15.556z"/>
<path fill="#FFC95C" d="M14.097,15.537h5.032v0.021h-5.032V15.537z M14.097,15.516h5.032v0.021h-5.032V15.516z M14.097,15.495
h5.032v0.021h-5.032V15.495z M14.097,15.473h5.032v0.022h-5.032V15.473z M14.097,15.452h5.032v0.021h-5.032V15.452z
M14.097,15.431h5.032v0.021h-5.032V15.431z M14.097,15.409h5.032v0.021h-5.032V15.409z M14.097,15.389h5.032v0.021h-5.032
V15.389z M14.097,15.367h5.032v0.021h-5.032V15.367z M14.097,15.345h5.032v0.022h-5.032V15.345z"/>
<path fill="#FFC95C" d="M14.097,15.327h5.032v0.021h-5.032V15.327z M14.097,15.306h5.032v0.021h-5.032V15.306z M14.097,15.284
h5.032v0.021h-5.032V15.284z M14.097,15.263h5.032v0.021h-5.032V15.263z M14.097,15.242h5.032v0.021h-5.032V15.242z
M14.097,15.22h5.032v0.022h-5.032V15.22z M14.097,15.199h5.032v0.021h-5.032V15.199z M14.097,15.177h5.032v0.022h-5.032V15.177z
M14.097,15.156h5.032v0.021h-5.032V15.156z M14.097,15.136h5.032v0.021h-5.032V15.136z"/>
<path fill="#FFC95C" d="M14.097,15.117h5.032v0.021h-5.032V15.117z M14.097,15.095h5.032v0.021h-5.032V15.095z M14.097,15.074
h5.032v0.021h-5.032V15.074z M14.097,15.052h5.032v0.021h-5.032V15.052z M14.097,15.031h5.032v0.021h-5.032V15.031z
M19.129,15.031h-5.032H19.129z"/>
<path fill="#FFDAB2" d="M15.901,8.669c1.67,0,3.259,0.234,4.707,0.658l0.327,0.108l0.02,0.167
c0.016,0.234,0.026,0.472,0.026,0.711l-0.011,0.303l0.021-0.006c0.053-0.005,0.108,0,0.161,0.014
c0.427,0.106,0.629,0.767,0.451,1.478c-0.155,0.62-0.549,1.072-0.93,1.104l-0.149-0.011l-0.146,0.426
c-0.845,2.165-2.487,3.631-4.377,3.631s-3.536-1.469-4.376-3.631l-0.146-0.426l-0.146,0.011
c-0.381-0.032-0.775-0.484-0.929-1.104c-0.178-0.711,0.023-1.372,0.45-1.478c0.053-0.014,0.106-0.017,0.162-0.014l0.021,0.006
l-0.01-0.303c0-0.24,0.008-0.477,0.026-0.711l0.027-0.234l0.123-0.039C12.644,8.903,14.232,8.669,15.901,8.669z"/>
<path fill="#825700" d="M19.368,8.951l0.207,0.037c0.387,0.083,0.762,0.176,1.13,0.282l0.269,0.088l0.016,0.154
c0.017,0.234,0.026,0.471,0.026,0.71c0,0.483-0.034,0.951-0.104,1.403l-0.068,0.365l-0.062-0.09
c-0.058-0.106-0.117-0.224-0.187-0.354c-0.282-0.516-0.029-1.815-0.691-2.316c-0.084-0.061-0.179-0.12-0.282-0.173L19.368,8.951z
M13.325,8.802l-0.323,0.101c-0.141,0.057-0.269,0.12-0.38,0.192c-0.905,0.585-1.145,2.412-1.415,2.963
c-0.035,0.069-0.062,0.128-0.083,0.181l-0.008,0.024l-0.12-0.636c-0.035-0.227-0.059-0.458-0.078-0.692l-0.013-0.375l0.041-0.003
l0.024,0.005l-0.011-0.304c0-0.239,0.008-0.477,0.026-0.711l0.027-0.237l0.125-0.04c0.367-0.106,0.745-0.2,1.128-0.282
L13.325,8.802z"/>
<path fill="#EEEFF3" d="M15.002,4.569c0-0.572,0.388-1.038,0.865-1.038c0.476,0,0.865,0.466,0.865,1.038
c0,0.573-0.389,1.038-0.865,1.038C15.391,5.607,15.002,5.142,15.002,4.569z"/>
<path fill="#323646" d="M11.009,9.348c0-0.727,2.233-1.317,4.992-1.317c2.758,0,4.991,0.591,4.991,1.317
c0,0.727-2.233,1.317-4.991,1.317C13.242,10.665,11.009,10.075,11.009,9.348z"/>
<path fill="#232733" d="M15.13,6.725c1.44-0.015,3.034,0.136,4.491,0.475l0.998,0.287l0.112,0.075
c0.114,0.104,0.193,0.25,0.245,0.466l0.044,0.3v0.211l-0.012,0.337c-0.02,0.413-0.046,0.605-0.22,0.66L20.69,9.547L20.254,9.5
L19.69,9.386L20.01,9.46l-0.792-0.139l0.003,0.009l-0.817-0.128c-1.846-0.25-4.149-0.352-5.874-0.016l-0.562,0.133l0.25-0.096
c-1.338,0.394-1.258,0.522-1.312-0.732l-0.002-0.306l0.05-0.349c0.027-0.109,0.059-0.199,0.099-0.274l0.051-0.069l0.469-0.253
C12.407,6.92,13.689,6.741,15.13,6.725z"/>
<path fill="#EEEFF3" d="M15.595,7.684h0.823l0.037,0.002l0.038,0.003l0.037,0.002l0.038,0.003l0.038,0.002L16.641,7.7
l0.038,0.003l0.037,0.002l0.037,0.003l0.038,0.002l0.038,0.003l0.036,0.002l0.037,0.002l0.039,0.003l0.037,0.002l0.038,0.002
l0.037,0.003l0.037,0.002l0.036,0.003l0.039,0.002l0.037,0.002l0.036,0.003l0.039,0.003l0.036,0.003l0.036,0.002l0.039,0.002
l0.037,0.003l0.071,0.005l0.038,0.003l0.037,0.002l0.037,0.003l0.037,0.002l0.037,0.003l0.037,0.002l0.038,0.002l0.037,0.003
l0.037,0.002l0.037,0.002l0.037,0.003l0.036,0.002l0.038,0.003l0.038,0.005l0.037,0.005l0.037,0.005l0.037,0.005l0.037,0.005
l0.038,0.006l0.037,0.004l0.036,0.005l0.038,0.006l0.037,0.005l0.037,0.006l0.037,0.005l0.037,0.005l0.038,0.006l0.038,0.005
l0.036,0.005l0.038,0.005l0.036,0.005l0.037,0.005l0.037,0.005l0.039,0.006l0.036,0.005l0.037,0.005l0.038,0.005l0.036,0.005
l0.037,0.005l0.038,0.005l0.037,0.005l0.037,0.006l0.037,0.005l0.039,0.005l0.036,0.005l0.035,0.005l0.039,0.006l0.037,0.005
l0.037,0.005l0.039,0.005l0.036,0.005l0.037,0.005l0.038,0.005l0.037,0.006l0.036,0.005l0.037,0.005l0.038,0.006l0.037,0.005
l0.038,0.005l0.036,0.005l0.037,0.005l0.037,0.004l0.038,0.006l0.037,0.005l0.037,0.005l0.037,0.006l0.037,0.005l0.037,0.005
l0.038,0.006l0.037,0.005l0.036,0.006l0.038,0.007l0.038,0.008l0.036,0.008l0.037,0.007l0.037,0.008l0.038,0.008l0.038,0.008
l0.037,0.007l0.037,0.008l0.036,0.008l0.037,0.007L20.59,8.2l0.037,0.008l0.037,0.008l0.037,0.008l0.038,0.008l0.037,0.008
l0.036,0.007l0.038,0.008l0.037,0.008l0.034,0.008l0.035,0.009l0.038,0.008l0.036,0.008l0.034,0.007l0.03,0.005v0.069
l-0.014,0.229L21.07,8.73l-0.027-0.002l-0.072-0.013l-0.035-0.007l-0.034-0.009L20.867,8.69l-0.035-0.008l-0.035-0.007
l-0.033-0.008l-0.035-0.008l-0.035-0.007l-0.034-0.009l-0.034-0.008L20.59,8.626l-0.035-0.008L20.52,8.61l-0.033-0.008
l-0.035-0.007l-0.035-0.007l-0.034-0.009l-0.033-0.007l-0.036-0.008l-0.034-0.008l-0.191,0.008l-0.035-0.008l-0.034-0.008
l-0.035-0.005l-0.034-0.005l-0.034-0.005l-0.035-0.005L19.845,8.52l-0.036-0.005l-0.033-0.005L19.74,8.504l-0.035-0.006
l-0.044-0.016l-0.034-0.005l-0.036-0.005l-0.034-0.005l-0.034-0.004l-0.035-0.006l-0.035-0.005l-0.033-0.005L19.384,8.44
l-0.033-0.005L19.313,8.43L19.28,8.424l-0.034-0.006l-0.037-0.005l-0.033-0.005l-0.033-0.005l-0.035-0.006l-0.035-0.005
l-0.034-0.005l-0.034-0.005l-0.036-0.005l-0.035-0.005l-0.033-0.005L18.865,8.36L18.83,8.354L18.796,8.35l-0.034-0.005
l-0.036-0.005l-0.034-0.005l-0.035-0.006l-0.033-0.005l-0.035-0.005l-0.035-0.005l-0.034-0.005l-0.033-0.005l-0.036-0.005
l-0.034-0.006l-0.034-0.005l-0.035-0.005l-0.034-0.005L18.276,8.27l-0.034-0.006l-0.035-0.005l-0.035-0.005l-0.033-0.006
l-0.035-0.005l-0.034-0.005l-0.034-0.005l-0.036-0.005l-0.034-0.005l-0.034-0.003l-0.035-0.002L17.86,8.214l-0.033-0.003
l-0.035-0.002l-0.034-0.003l-0.035-0.003L17.688,8.2l-0.034-0.003l-0.035-0.002l-0.035-0.003l-0.032-0.002l-0.035-0.002
l-0.036-0.002l-0.033-0.002l-0.035-0.003l-0.07-0.005l-0.034-0.003l-0.032-0.003l-0.037-0.003l-0.033-0.002L17.17,8.161
l-0.035-0.003L17.1,8.156l-0.034-0.003L17.031,8.15l-0.036-0.002l-0.035-0.003l-0.034-0.002l-0.035-0.003l-0.035-0.003
l-0.033-0.002l-0.036-0.003l-0.034-0.002l-0.036-0.003l-0.033-0.002L16.65,8.121l-0.035-0.003l-0.035-0.002l-0.034-0.003
L16.511,8.11l-0.035-0.003h-1.765L14.677,8.11l-0.032,0.002L14.61,8.115l-0.032,0.002l-0.032,0.003l-0.032,0.003l-0.032,0.002
l-0.032,0.003l-0.032,0.002l-0.032,0.003l-0.032,0.002l-0.032,0.003l-0.04-0.003l-0.032,0.003l-0.032,0.003l-0.032,0.002
l-0.031,0.003L14.124,8.15l-0.032,0.003l-0.032,0.003l-0.031,0.002l-0.032,0.003l-0.064,0.004L13.9,8.168l-0.033,0.003
l-0.032,0.003l-0.032,0.002l-0.032,0.002L13.74,8.182l-0.031,0.002l-0.032,0.002l-0.033,0.002l-0.031,0.002L13.58,8.195
l-0.032,0.002L13.517,8.2l-0.031,0.002l-0.033,0.003L13.42,8.208l-0.032,0.002l-0.031,0.003l-0.032,0.002l-0.032,0.002
l-0.032,0.003l-0.033,0.005l-0.032,0.005l-0.032,0.005l-0.032,0.005l-0.032,0.005L13.07,8.254l-0.033,0.005l-0.032,0.005
L12.973,8.27l-0.031,0.005L12.91,8.281l-0.03,0.005l-0.029,0.005l-0.029,0.006l-0.03,0.005l-0.029,0.005l-0.03,0.005
l-0.029,0.005l-0.028,0.005H12.66L12.63,8.328l-0.03,0.006l-0.029,0.005l-0.028,0.005l-0.03,0.005l-0.029,0.005l-0.03,0.005
l-0.029,0.005l-0.029,0.005l-0.029,0.005l-0.029,0.005l-0.03,0.005l-0.029,0.005L12.25,8.397l-0.03,0.006l-0.029,0.005
l-0.03,0.005l-0.028,0.005l-0.029,0.006l-0.03,0.005l-0.029,0.005l-0.03,0.005l-0.029,0.005l-0.029,0.005l-0.029,0.005
l-0.029,0.006l-0.029,0.004l-0.029,0.005l-0.029,0.005l-0.03,0.005l-0.028,0.006l-0.03,0.005l-0.029,0.005l-0.029,0.006
l-0.03,0.005l-0.029,0.005L11.576,8.52l-0.03,0.006l-0.028,0.005l-0.03,0.005l-0.029,0.005l-0.03,0.005L11.4,8.552l-0.029,0.005
l-0.07,0.032l-0.029,0.006L11.243,8.6l-0.029,0.004l-0.03,0.006l-0.029,0.005l-0.029,0.005l-0.03,0.005l-0.028,0.005l-0.03,0.006
l-0.029,0.005l-0.029,0.006L10.95,8.653l-0.047,0.008h-0.016L10.879,8.6c-0.006-0.078-0.011-0.168-0.017-0.275V8.241l0.025-0.005
l0.029-0.006l0.03-0.005l0.028-0.006l0.029-0.004l0.03-0.006l0.029-0.006l0.029-0.005l0.029-0.006l0.029-0.005l0.03-0.005
l0.029-0.005l0.029-0.005l0.029-0.006l0.029-0.004l0.03-0.005l0.028-0.006l0.03-0.005l0.032-0.005l0.032-0.005l0.032-0.005
l0.032-0.005l0.032-0.006l0.033-0.005l0.032-0.005l0.032-0.005l0.032-0.005l0.032-0.005l0.032-0.006l0.032-0.005L11.8,8.075
l0.032-0.005l0.032-0.005l0.031-0.006l0.032-0.005l0.032-0.004l0.032-0.005l0.031-0.006l0.032-0.005l0.032-0.005l0.032-0.005
l0.031-0.005l0.033-0.006l0.032-0.005l0.032-0.005l0.032-0.005l0.032-0.005l0.031-0.005l0.032-0.005l0.033-0.005l0.032-0.005
l0.032-0.006l0.032-0.005l0.031-0.006l0.032-0.005l0.032-0.005l0.033-0.005l0.032-0.006l0.031-0.005l0.032-0.005l0.032-0.005
l0.032-0.005l0.033-0.006l0.032-0.005l0.032-0.005l0.032-0.005l0.032-0.005l0.032-0.005l0.033-0.005l0.032-0.005l0.032-0.005
l0.031-0.005l0.032-0.005l0.032-0.006l0.033-0.005l0.032-0.005l0.032-0.005l0.032-0.005l0.032-0.003l0.032-0.003l0.033-0.002
l0.031-0.002l0.033-0.003l0.031-0.002l0.035-0.003l0.035-0.002l0.035-0.002l0.034-0.003l0.034-0.002L13.7,7.793l0.035-0.002
l0.034-0.003l0.035-0.002l0.035-0.002l0.035-0.003l0.066-0.004l0.035-0.003l0.035-0.002l0.034-0.003l0.035-0.002l0.035-0.003
l0.035-0.003l0.034-0.002l0.034-0.003l0.035-0.002l0.035-0.002l0.034-0.003l0.035-0.003L14.39,7.74l0.034-0.002l0.035-0.002
l0.035-0.003l0.035-0.002l0.034-0.003l0.034-0.002l0.036-0.002l0.034-0.003l0.034-0.002l0.035-0.002h0.831L15.595,7.684z"/>
<path fill="#232733" d="M11.301,17.455l4.553,8.704l-4.155-1.968l0.699-2.284l-1.917,0.347l-0.245-4.192L11.301,17.455z"/>
<path fill="#232733" d="M20.515,17.374l-4.661,8.758l4.265-2.043l-0.697-2.277l1.914,0.347l0.242-4.177L20.515,17.374z"/>
<path fill="#232733" d="M20.858,24.129c0-0.1,0.08-0.181,0.179-0.181h3.747c0.096,0,0.176,0.081,0.176,0.181v0.71
c0,0.098-0.08,0.178-0.176,0.178h-3.747c-0.099,0-0.179-0.08-0.179-0.178V24.129z"/>
<path fill="#FFFFFF" d="M24.321,24.479c-0.019,0-0.036,0.005-0.057,0.016c-0.018,0.011-0.03,0.027-0.041,0.045
c-0.011,0.019-0.016,0.044-0.016,0.07c0,0.042,0.011,0.079,0.032,0.105c0.02,0.027,0.051,0.042,0.081,0.042
c0.032,0,0.059-0.012,0.081-0.039c0.021-0.026,0.032-0.062,0.032-0.104c0-0.029-0.006-0.054-0.014-0.075
c-0.009-0.021-0.024-0.037-0.041-0.048C24.361,24.484,24.344,24.479,24.321,24.479z M23.229,24.312l-0.201,0.277h0.201V24.312z
M23.65,24.151h0.251c0.048,0,0.074,0.019,0.074,0.056c0,0.017-0.005,0.03-0.018,0.041c-0.011,0.01-0.029,0.015-0.054,0.015
h-0.223l-0.028,0.156c0.046-0.024,0.086-0.038,0.125-0.038c0.029,0,0.06,0.006,0.086,0.016c0.026,0.012,0.051,0.026,0.069,0.047
c0.019,0.023,0.035,0.046,0.048,0.073c0.01,0.025,0.016,0.059,0.016,0.088c0,0.045-0.011,0.088-0.031,0.125
c-0.021,0.037-0.051,0.066-0.089,0.09c-0.037,0.022-0.082,0.036-0.133,0.036c-0.055,0-0.102-0.011-0.139-0.034
c-0.034-0.02-0.061-0.044-0.074-0.071c-0.014-0.026-0.021-0.05-0.021-0.07c0-0.014,0.005-0.024,0.017-0.036
c0.009-0.01,0.023-0.015,0.037-0.015c0.025,0,0.045,0.015,0.059,0.045c0.013,0.028,0.028,0.05,0.052,0.066
c0.021,0.015,0.044,0.023,0.07,0.023c0.023,0,0.046-0.006,0.063-0.018c0.019-0.014,0.032-0.03,0.044-0.054
c0.009-0.021,0.015-0.049,0.015-0.074c0-0.029-0.006-0.057-0.015-0.078c-0.012-0.021-0.025-0.037-0.044-0.048
c-0.018-0.011-0.037-0.016-0.061-0.016c-0.026,0-0.045,0.003-0.058,0.011c-0.011,0.008-0.03,0.019-0.052,0.035
c-0.021,0.015-0.04,0.023-0.053,0.023c-0.017,0-0.029-0.006-0.04-0.016c-0.014-0.011-0.019-0.024-0.019-0.038
c0-0.003,0.002-0.013,0.005-0.031l0.04-0.229c0.006-0.028,0.014-0.049,0.023-0.059C23.603,24.157,23.625,24.151,23.65,24.151z
M22.618,24.142c0.03,0,0.059,0.006,0.083,0.013c0.023,0.009,0.048,0.021,0.065,0.037c0.02,0.016,0.033,0.035,0.044,0.057
c0.01,0.021,0.013,0.042,0.013,0.065c0,0.033-0.007,0.06-0.021,0.083c-0.015,0.025-0.036,0.045-0.06,0.067
c0.023,0.013,0.045,0.028,0.063,0.045c0.015,0.016,0.028,0.037,0.036,0.055c0.009,0.022,0.014,0.044,0.014,0.068
c0,0.028-0.005,0.056-0.016,0.081c-0.012,0.027-0.029,0.051-0.052,0.072c-0.021,0.021-0.048,0.036-0.079,0.051
c-0.032,0.012-0.063,0.02-0.102,0.02c-0.037,0-0.071-0.008-0.102-0.021c-0.028-0.015-0.056-0.032-0.073-0.052
c-0.02-0.021-0.036-0.042-0.046-0.063s-0.016-0.039-0.016-0.053c0-0.02,0.006-0.032,0.018-0.045
c0.011-0.011,0.026-0.017,0.047-0.017c0.007,0,0.018,0.003,0.025,0.009c0.008,0.005,0.014,0.01,0.017,0.019
c0.016,0.045,0.033,0.076,0.053,0.098c0.018,0.021,0.046,0.031,0.08,0.031c0.019,0,0.038-0.006,0.055-0.013
c0.02-0.008,0.033-0.024,0.046-0.043c0.011-0.018,0.019-0.039,0.019-0.065c0-0.038-0.011-0.067-0.028-0.089
c-0.021-0.021-0.048-0.031-0.086-0.031c-0.005,0-0.015,0-0.028,0.003c-0.014,0-0.021,0.002-0.026,0.002
c-0.02,0-0.033-0.005-0.041-0.014c-0.011-0.008-0.014-0.021-0.014-0.036c0-0.017,0.005-0.028,0.017-0.039
c0.011-0.01,0.028-0.013,0.051-0.013h0.019c0.029,0,0.054-0.007,0.073-0.026c0.022-0.016,0.033-0.041,0.033-0.075
c0-0.023-0.008-0.045-0.025-0.063c-0.016-0.018-0.038-0.026-0.065-0.026c-0.018,0-0.034,0.003-0.047,0.009
c-0.015,0.005-0.022,0.014-0.03,0.021c-0.008,0.008-0.014,0.021-0.021,0.035c-0.006,0.013-0.014,0.025-0.019,0.04
c-0.002,0.008-0.008,0.011-0.016,0.016c-0.008,0.004-0.019,0.006-0.03,0.006s-0.023-0.006-0.034-0.016
c-0.011-0.013-0.017-0.026-0.017-0.041c0-0.017,0.006-0.035,0.017-0.053c0.011-0.02,0.025-0.035,0.043-0.054
c0.019-0.02,0.042-0.029,0.071-0.04C22.551,24.147,22.584,24.142,22.618,24.142L22.618,24.142z M24.33,24.142
c0.04,0,0.075,0.008,0.107,0.023c0.03,0.016,0.053,0.034,0.068,0.059c0.015,0.024,0.023,0.045,0.023,0.066
c0,0.014-0.005,0.023-0.013,0.034c-0.011,0.012-0.021,0.018-0.037,0.018c-0.014,0-0.026-0.006-0.038-0.015
c-0.01-0.009-0.018-0.021-0.023-0.034c-0.008-0.019-0.019-0.035-0.035-0.045c-0.016-0.011-0.034-0.02-0.056-0.02
c-0.016,0-0.034,0.006-0.051,0.014c-0.017,0.012-0.029,0.023-0.042,0.04c-0.023,0.033-0.037,0.093-0.04,0.182
c0.021-0.028,0.046-0.045,0.068-0.056c0.025-0.014,0.054-0.02,0.086-0.02c0.028,0,0.06,0.006,0.083,0.017
c0.026,0.011,0.048,0.026,0.066,0.047c0.019,0.022,0.034,0.045,0.045,0.075c0.011,0.028,0.017,0.059,0.017,0.088
c0,0.045-0.012,0.085-0.03,0.122c-0.021,0.037-0.048,0.064-0.084,0.084c-0.037,0.023-0.078,0.034-0.124,0.034
c-0.054,0-0.098-0.014-0.134-0.042c-0.039-0.025-0.067-0.063-0.09-0.113c-0.021-0.051-0.028-0.114-0.028-0.187
c0-0.062,0.005-0.113,0.018-0.158c0.014-0.049,0.03-0.087,0.053-0.118c0.026-0.034,0.052-0.055,0.084-0.069
C24.253,24.149,24.291,24.142,24.33,24.142z M22.054,24.142c0.049,0,0.09,0.008,0.122,0.023c0.021,0.01,0.043,0.023,0.06,0.042
c0.016,0.02,0.029,0.038,0.039,0.062c0.008,0.024,0.014,0.047,0.014,0.073c0,0.039-0.012,0.074-0.029,0.104
c-0.019,0.033-0.04,0.06-0.058,0.076c-0.023,0.018-0.055,0.047-0.102,0.085c-0.048,0.039-0.081,0.069-0.1,0.09
c-0.007,0.008-0.015,0.019-0.023,0.032h0.247c0.024,0,0.044,0.006,0.056,0.017c0.014,0.009,0.02,0.022,0.02,0.042
c0,0.016-0.006,0.028-0.017,0.04c-0.011,0.011-0.026,0.017-0.045,0.017h-0.35c-0.023,0-0.041-0.006-0.054-0.019
c-0.014-0.015-0.019-0.03-0.019-0.047c0-0.011,0.005-0.026,0.014-0.044c0.007-0.02,0.018-0.035,0.024-0.046
c0.042-0.043,0.08-0.082,0.115-0.112c0.034-0.031,0.059-0.05,0.072-0.061c0.027-0.02,0.049-0.037,0.064-0.056
c0.015-0.02,0.027-0.038,0.038-0.056c0.008-0.019,0.014-0.04,0.014-0.059c0-0.022-0.006-0.038-0.014-0.054
c-0.011-0.017-0.023-0.03-0.038-0.037c-0.016-0.008-0.035-0.014-0.054-0.014c-0.041,0-0.075,0.019-0.1,0.056
c-0.002,0.006-0.008,0.018-0.015,0.041c-0.009,0.021-0.017,0.036-0.025,0.048c-0.008,0.01-0.024,0.016-0.04,0.016
s-0.028-0.006-0.038-0.016c-0.011-0.012-0.016-0.023-0.016-0.043c0-0.022,0.005-0.046,0.013-0.069
c0.008-0.024,0.022-0.046,0.041-0.064s0.046-0.035,0.075-0.047C21.979,24.147,22.014,24.142,22.054,24.142z M21.543,24.142
c0.016,0,0.029,0.006,0.04,0.019c0.01,0.013,0.016,0.031,0.016,0.053v0.545c0,0.063-0.021,0.098-0.063,0.098
c-0.02,0-0.034-0.006-0.045-0.02c-0.011-0.015-0.02-0.032-0.02-0.059v-0.434c-0.08,0.062-0.133,0.092-0.162,0.092
c-0.014,0-0.023-0.004-0.034-0.014c-0.011-0.012-0.017-0.025-0.017-0.038c0-0.017,0.006-0.028,0.017-0.034
c0.011-0.008,0.025-0.021,0.053-0.031c0.037-0.018,0.068-0.036,0.09-0.056c0.024-0.021,0.043-0.042,0.063-0.066
c0.019-0.023,0.028-0.039,0.033-0.045C21.519,24.145,21.529,24.142,21.543,24.142z M23.275,24.137
c0.048,0,0.072,0.026,0.072,0.081v0.371h0.021c0.024,0,0.044,0.002,0.06,0.011c0.014,0.008,0.021,0.021,0.021,0.042
c0,0.019-0.006,0.032-0.019,0.04c-0.01,0.008-0.03,0.014-0.054,0.014h-0.029v0.087c0,0.023-0.005,0.044-0.016,0.054
c-0.011,0.012-0.023,0.02-0.044,0.02c-0.019,0-0.031-0.006-0.042-0.02c-0.011-0.015-0.017-0.03-0.017-0.054v-0.087h-0.236
c-0.029,0-0.053-0.008-0.065-0.021c-0.017-0.014-0.021-0.032-0.021-0.056c0-0.005,0-0.014,0.002-0.019
c0.003-0.006,0.006-0.014,0.012-0.019c0.005-0.009,0.008-0.015,0.013-0.02c0.005-0.006,0.01-0.014,0.018-0.024l0.251-0.338
c0.016-0.021,0.028-0.036,0.04-0.048C23.249,24.142,23.259,24.137,23.275,24.137L23.275,24.137z"/>
<path fill="#EEEFF3" d="M7.521,24.248c0-0.091,0.075-0.166,0.165-0.166h3.479c0.091,0,0.165,0.075,0.165,0.166v0.658
c0,0.089-0.074,0.163-0.165,0.163H7.687c-0.09,0-0.165-0.074-0.165-0.163V24.248z"/>
<path fill="#EEEFF3" d="M8.826,24.188c0-0.234,0.269-0.425,0.599-0.425c0.33,0,0.599,0.19,0.599,0.425s-0.269,0.427-0.599,0.427
C9.095,24.615,8.826,24.423,8.826,24.188z"/>
<path fill="#EEEFF3" d="M7.974,24.774c0-0.383,0.644-0.692,1.437-0.692c0.794,0,1.438,0.31,1.438,0.692
c0,0.384-0.644,0.692-1.438,0.692C8.618,25.467,7.974,25.158,7.974,24.774z"/>
<path fill="#232733" d="M22.401,18.231l3.3,1.19l-0.347,0.957l-3.299-1.189L22.401,18.231z"/>
<path fill="#FFFFFF" d="M24.854,19.014l0.339,0.122l-0.347,0.959l-0.337-0.122L24.854,19.014z"/>
<path fill="#232733" d="M6.289,19.435l3.299-1.191l0.345,0.96l-3.296,1.19L6.289,19.435z"/>
<path fill="#FFFFFF" d="M6.793,19.15l0.338-0.122l0.345,0.959L7.139,20.11L6.793,19.15z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

Some files were not shown because too many files have changed in this diff Show More