已添加28个文件
已修改2个文件
已删除54个文件
| | |
| | | <up-grid-item v-for="(item, index) in commonItems" |
| | | :key="index" |
| | | @click="handleCommonItemClick(item)"> |
| | | <view class="icon-container" |
| | | :style="{ background: item.bgColor }"> |
| | | <up-icon :name="item.icon" |
| | | :size="58" |
| | | color="#ffffff"></up-icon> |
| | | <view class="icon-container"> |
| | | <image :src="item.icon" class="item-icon"></image> |
| | | </view> |
| | | <text class="item-label">{{item.label}}</text> |
| | | </up-grid-item> |
| | |
| | | import PageHeader from "@/components/PageHeader.vue"; |
| | | |
| | | const userStore = useUserStore(); |
| | | const kaoqin = reactive([ |
| | | { |
| | | icon: "/static/images/icon/gongchuguanli@2x.png", |
| | | label: "å
¬åºç®¡ç", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/qingjiaguanli@2x.png", |
| | | label: "请å管ç", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/chuchaiguanli@2x.png", |
| | | label: "åºå·®ç®¡ç", |
| | | }, |
| | | ]); |
| | | const caiwu = reactive([ |
| | | { |
| | | icon: "/static/images/icon/baoxiaoguanli.png", |
| | | label: "æ¥é管ç", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/caigouguanli.png", |
| | | label: "éè´å®¡æ¹", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/baojiaguanli.png", |
| | | label: "æ¥ä»·å®¡æ¹", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/chukuguanli@2x.png", |
| | | label: "å货审æ¹", |
| | | }, |
| | | ]); |
| | | // èå¤è´¢å¡åå¹¶èåï¼èå¤3个 + è´¢å¡4个 = 7ä¸ªï¼ |
| | | const kaoqinCaiwu = reactive([ |
| | | { |
| | | icon: "/static/images/icon/gongchuguanli@2x.png", |
| | | label: "å
¬åºç®¡ç", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/qingjiaguanli@2x.png", |
| | | label: "请å管ç", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/chuchaiguanli@2x.png", |
| | | label: "åºå·®ç®¡ç", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/baoxiaoguanli.png", |
| | | label: "æ¥é管ç", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/caigouguanli.png", |
| | | label: "éè´å®¡æ¹", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/baojiaguanli.png", |
| | | label: "æ¥ä»·å®¡æ¹", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/chukuguanli@2x.png", |
| | | label: "å货审æ¹", |
| | | }, |
| | | ]); |
| | | |
| | | const huiyi = reactive([ |
| | | { |
| | | icon: "/static/images/icon/huiyishezhi@2x.png", |
| | | label: "ä¼è®®è®¾ç½®", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/huiyiliebiao@2x.png", |
| | | label: "ä¼è®®å表", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/huiyishenqing@2x.png", |
| | | label: "ä¼è®®ç³è¯·", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/huiyishenpi@2x.png", |
| | | label: "ä¼è®®å®¡æ¹", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/huiyifabu@2x.png", |
| | | label: "ä¼è®®åå¸", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/huiyizongjie@2x.png", |
| | | label: "ä¼è®®æ»ç»", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/huiyikanban@2x.png", |
| | | label: "ä¼è®®çæ¿", |
| | | }, |
| | | ]); |
| | | const operationType = ref(""); |
| | | const commonItems = ref([]); |
| | | |
| | | // è·¯ç±æ å°é
ç½® |
| | | const routeMapping = { |
| | | "éå®å°è´¦": "/pages/sales/salesAccount/index", |
| | | "å¼ç¥¨ç»è®°": "/pages/sales/invoicingRegistration/index", |
| | | "å¼ç¥¨å°è´¦": "/pages/sales/invoiceLedger/index", |
| | | "忬¾ç»è®°": "/pages/sales/receiptPayment/index", |
| | | "忬¾æµæ°´": "/pages/sales/receiptPaymentHistory/index", |
| | | "客æ·å¾æ¥": "/pages/sales/receiptPaymentLedger/index", |
| | | "éè´å°è´¦": "/pages/procurementManagement/procurementLedger/index", |
| | | "æ¥ç¥¨ç»è®°": "/pages/procurementManagement/invoiceEntry/index", |
| | | "æ¥ç¥¨å°è´¦": "/pages/procurementManagement/procurementInvoiceLedger/index", |
| | | "仿¬¾ç»è®°": "/pages/procurementManagement/paymentEntry/index", |
| | | "仿¬¾æµæ°´": "/pages/procurementManagement/receiptPaymentHistory/index", |
| | | "ä¾åºå徿¥": "/pages/procurementManagement/paymentLedger/index", |
| | | "å
¬åºç®¡ç": "/pages/cooperativeOffice/collaborativeApproval/index1", |
| | | "请å管ç": "/pages/cooperativeOffice/collaborativeApproval/index2", |
| | | "åºå·®ç®¡ç": "/pages/cooperativeOffice/collaborativeApproval/index3", |
| | | "æ¥é管ç": "/pages/cooperativeOffice/collaborativeApproval/index4", |
| | | "éè´å®¡æ¹": "/pages/cooperativeOffice/collaborativeApproval/index5", |
| | | "æ¥ä»·å®¡æ¹": "/pages/cooperativeOffice/collaborativeApproval/index6", |
| | | "å货审æ¹": "/pages/cooperativeOffice/collaborativeApproval/index7", |
| | | "åå审æ¹": "/pages/cooperativeOffice/collaborativeApproval/index", |
| | | "ä¼è®®è®¾ç½®": "/pages/managementMeetings/meetingSettings/index", |
| | | "ä¼è®®å表": "/pages/managementMeetings/meetingList/index", |
| | | "ä¼è®®ç³è¯·": "/pages/managementMeetings/meetApplication/index", |
| | | "ä¼è®®å®¡æ¹": "/pages/managementMeetings/meetExamine/index", |
| | | "ä¼è®®åå¸": "/pages/managementMeetings/meetPublish/index", |
| | | "ä¼è®®æ»ç»": "/pages/managementMeetings/meetSummary/index", |
| | | "ä¼è®®çæ¿": "/pages/managementMeetings/meetingBoard/index", |
| | | "éç¥å
Œ": "/pages/cooperativeOffice/noticeManagement/index", |
| | | "ç¥è¯åº": "/pages/managementMeetings/knowledgeBase/index", |
| | | "ç¨å°ç®¡ç": "/pages/managementMeetings/sealManagement/index", |
| | | "è§ç« å¶åº¦": "/pages/managementMeetings/rulesRegulationsManagement/index", |
| | | "å®¢æ·æè®¿": "/pages/cooperativeOffice/clientVisit/index", |
| | | "ç产订å": "/pages/productionManagement/productionOrder/index", |
| | | "ç产派工": "/pages/productionManagement/productionDispatching/index", |
| | | "å·¥åºæäº§": "/pages/productionManagement/processScheduling/index", |
| | | "çäº§æ ¸ç®": "/pages/productionManagement/productionAccounting/index", |
| | | "设å¤å°è´¦": "/pages/equipmentManagement/ledger/index", |
| | | "è®¾å¤æ¥ä¿®": "/pages/equipmentManagement/repair/index", |
| | | "设å¤ä¿å
»": "/pages/equipmentManagement/upkeep/index", |
| | | "设å¤å·¡æ£": "/pages/inspectionUpload/index", |
| | | "åæè¿½æº¯": "/pages/equipmentManagement/faultAnalysis/index", |
| | | "æºè½æ´¾å": "/pages/equipmentManagement/smartDispatch/index", |
| | | "ä½ä¸æå¯¼": "/pages/equipmentManagement/sop/index", |
| | | "ç»æéªè¯": "/pages/equipmentManagement/verification/index", |
| | | }; |
| | | |
| | | // èåé
ç½® |
| | | const menuConfig = { |
| | | "èå¤ç®¡ç": [ |
| | | { icon: "/static/images/icon/gongchuguanli.svg", label: "å
¬åºç®¡ç" }, |
| | | { icon: "/static/images/icon/qingjiaguanli.svg", label: "请å管ç" }, |
| | | { icon: "/static/images/icon/chuchaiguanli.svg", label: "åºå·®ç®¡ç" }, |
| | | ], |
| | | "ä¼è®®ç®¡ç": [ |
| | | { icon: "/static/images/icon/huiyishezhi.svg", label: "ä¼è®®è®¾ç½®" }, |
| | | { icon: "/static/images/icon/huiyiliebiao.svg", label: "ä¼è®®å表" }, |
| | | { icon: "/static/images/icon/huiyishenqing.svg", label: "ä¼è®®ç³è¯·" }, |
| | | { icon: "/static/images/icon/huiyishenpi.svg", label: "ä¼è®®å®¡æ¹" }, |
| | | { icon: "/static/images/icon/huiyifabu.svg", label: "ä¼è®®åå¸" }, |
| | | { icon: "/static/images/icon/huiyizongjie.svg", label: "ä¼è®®æ»ç»" }, |
| | | { icon: "/static/images/icon/huiyikanban.svg", label: "ä¼è®®çæ¿" }, |
| | | ], |
| | | "åå审æ¹": [ |
| | | { icon: "/static/images/icon/gongchuguanli.svg", label: "å
¬åºç®¡ç" }, |
| | | { icon: "/static/images/icon/qingjiaguanli.svg", label: "请å管ç" }, |
| | | { icon: "/static/images/icon/chuchaiguanli.svg", label: "åºå·®ç®¡ç" }, |
| | | { icon: "/static/images/icon/baoxiaoguanli.svg", label: "æ¥é管ç" }, |
| | | { icon: "/static/images/icon/caigouguanli.svg", label: "éè´å®¡æ¹" }, |
| | | { icon: "/static/images/icon/baojiaguanli.svg", label: "æ¥ä»·å®¡æ¹" }, |
| | | { icon: "/static/images/icon/chukuguanli.svg", label: "å货审æ¹" }, |
| | | ], |
| | | }; |
| | | |
| | | // å¤ç常ç¨åè½ç¹å» |
| | | const handleCommonItemClick = item => { |
| | | // æ ¹æ®ä¸åçåè½é¡¹è¿è¡è·³è½¬ |
| | | switch (item.label) { |
| | | case "éå®å°è´¦": |
| | | uni.navigateTo({ |
| | | url: "/pages/sales/salesAccount/index", |
| | | }); |
| | | break; |
| | | case "å¼ç¥¨ç»è®°": |
| | | uni.navigateTo({ |
| | | url: "/pages/sales/invoicingRegistration/index", |
| | | }); |
| | | break; |
| | | case "å¼ç¥¨å°è´¦": |
| | | uni.navigateTo({ |
| | | url: "/pages/sales/invoiceLedger/index", |
| | | }); |
| | | break; |
| | | case "忬¾ç»è®°": |
| | | uni.navigateTo({ |
| | | url: "/pages/sales/receiptPayment/index", |
| | | }); |
| | | break; |
| | | case "忬¾æµæ°´": |
| | | uni.navigateTo({ |
| | | url: "/pages/sales/receiptPaymentHistory/index", |
| | | }); |
| | | break; |
| | | case "客æ·å¾æ¥": |
| | | uni.navigateTo({ |
| | | url: "/pages/sales/receiptPaymentLedger/index", |
| | | }); |
| | | break; |
| | | case "éè´å°è´¦": |
| | | uni.navigateTo({ |
| | | url: "/pages/procurementManagement/procurementLedger/index", |
| | | }); |
| | | break; |
| | | case "æ¥ç¥¨ç»è®°": |
| | | uni.navigateTo({ |
| | | url: "/pages/procurementManagement/invoiceEntry/index", |
| | | }); |
| | | break; |
| | | case "æ¥ç¥¨å°è´¦": |
| | | uni.navigateTo({ |
| | | url: "/pages/procurementManagement/procurementInvoiceLedger/index", |
| | | }); |
| | | break; |
| | | case "仿¬¾ç»è®°": |
| | | uni.navigateTo({ |
| | | url: "/pages/procurementManagement/paymentEntry/index", |
| | | }); |
| | | break; |
| | | case "仿¬¾æµæ°´": |
| | | uni.navigateTo({ |
| | | url: "/pages/procurementManagement/receiptPaymentHistory/index", |
| | | }); |
| | | break; |
| | | case "ä¾åºå徿¥": |
| | | uni.navigateTo({ |
| | | url: "/pages/procurementManagement/paymentLedger/index", |
| | | }); |
| | | break; |
| | | case "å
¬åºç®¡ç": |
| | | uni.navigateTo({ |
| | | url: "/pages/cooperativeOffice/collaborativeApproval/index1", |
| | | }); |
| | | break; |
| | | case "请å管ç": |
| | | uni.navigateTo({ |
| | | url: "/pages/cooperativeOffice/collaborativeApproval/index2", |
| | | }); |
| | | break; |
| | | case "åºå·®ç®¡ç": |
| | | uni.navigateTo({ |
| | | url: "/pages/cooperativeOffice/collaborativeApproval/index3", |
| | | }); |
| | | break; |
| | | case "æ¥é管ç": |
| | | uni.navigateTo({ |
| | | url: "/pages/cooperativeOffice/collaborativeApproval/index4", |
| | | }); |
| | | break; |
| | | case "éè´å®¡æ¹": |
| | | uni.navigateTo({ |
| | | url: "/pages/cooperativeOffice/collaborativeApproval/index5", |
| | | }); |
| | | break; |
| | | case "æ¥ä»·å®¡æ¹": |
| | | uni.navigateTo({ |
| | | url: "/pages/cooperativeOffice/collaborativeApproval/index6", |
| | | }); |
| | | break; |
| | | case "å货审æ¹": |
| | | uni.navigateTo({ |
| | | url: "/pages/cooperativeOffice/collaborativeApproval/index7", |
| | | }); |
| | | break; |
| | | case "ä¼è®®è®¾ç½®": |
| | | uni.navigateTo({ |
| | | url: "/pages/managementMeetings/meetingSettings/index", |
| | | }); |
| | | break; |
| | | case "ä¼è®®å表": |
| | | uni.navigateTo({ |
| | | url: "/pages/managementMeetings/meetingList/index", |
| | | }); |
| | | break; |
| | | case "ä¼è®®ç³è¯·": |
| | | uni.navigateTo({ |
| | | url: "/pages/managementMeetings/meetApplication/index", |
| | | }); |
| | | break; |
| | | case "ä¼è®®å®¡æ¹": |
| | | uni.navigateTo({ |
| | | url: "/pages/managementMeetings/meetExamine/index", |
| | | }); |
| | | break; |
| | | case "ä¼è®®åå¸": |
| | | uni.navigateTo({ |
| | | url: "/pages/managementMeetings/meetPublish/index", |
| | | }); |
| | | break; |
| | | case "ä¼è®®æ»ç»": |
| | | uni.navigateTo({ |
| | | url: "/pages/managementMeetings/meetSummary/index", |
| | | }); |
| | | break; |
| | | case "ä¼è®®çæ¿": |
| | | uni.navigateTo({ |
| | | url: "/pages/managementMeetings/meetingBoard/index", |
| | | }); |
| | | break; |
| | | case "éç¥å
Œ": |
| | | uni.navigateTo({ |
| | | url: "/pages/cooperativeOffice/noticeManagement/index", |
| | | }); |
| | | break; |
| | | case "ç¥è¯åº": |
| | | uni.navigateTo({ |
| | | url: "/pages/managementMeetings/knowledgeBase/index", |
| | | }); |
| | | break; |
| | | case "ç¨å°ç®¡ç": |
| | | uni.navigateTo({ |
| | | url: "/pages/managementMeetings/sealManagement/index", |
| | | }); |
| | | break; |
| | | case "è§ç« å¶åº¦": |
| | | uni.navigateTo({ |
| | | url: "/pages/managementMeetings/rulesRegulationsManagement/index", |
| | | }); |
| | | break; |
| | | |
| | | case "åå审æ¹": |
| | | uni.navigateTo({ |
| | | url: "/pages/cooperativeOffice/collaborativeApproval/index", |
| | | }); |
| | | break; |
| | | case "å®¢æ·æè®¿": |
| | | uni.navigateTo({ |
| | | url: "/pages/cooperativeOffice/clientVisit/index", |
| | | }); |
| | | break; |
| | | case "ç产订å": |
| | | uni.navigateTo({ |
| | | url: "/pages/productionManagement/productionOrder/index", |
| | | }); |
| | | break; |
| | | case "ç产派工": |
| | | uni.navigateTo({ |
| | | url: "/pages/productionManagement/productionDispatching/index", |
| | | }); |
| | | break; |
| | | case "å·¥åºæäº§": |
| | | uni.navigateTo({ |
| | | url: "/pages/productionManagement/processScheduling/index", |
| | | }); |
| | | break; |
| | | case "çäº§æ ¸ç®": |
| | | uni.navigateTo({ |
| | | url: "/pages/productionManagement/productionAccounting/index", |
| | | }); |
| | | break; |
| | | case "设å¤å°è´¦": |
| | | uni.navigateTo({ |
| | | url: "/pages/equipmentManagement/ledger/index", |
| | | }); |
| | | break; |
| | | case "è®¾å¤æ¥ä¿®": |
| | | uni.navigateTo({ |
| | | url: "/pages/equipmentManagement/repair/index", |
| | | }); |
| | | break; |
| | | case "设å¤ä¿å
»": |
| | | uni.navigateTo({ |
| | | url: "/pages/equipmentManagement/upkeep/index", |
| | | }); |
| | | break; |
| | | case "设å¤å·¡æ£": |
| | | uni.navigateTo({ |
| | | url: "/pages/inspectionUpload/index", |
| | | }); |
| | | break; |
| | | case "åæè¿½æº¯": |
| | | uni.navigateTo({ |
| | | url: "/pages/equipmentManagement/faultAnalysis/index", |
| | | }); |
| | | break; |
| | | case "æºè½æ´¾å": |
| | | uni.navigateTo({ |
| | | url: "/pages/equipmentManagement/smartDispatch/index", |
| | | }); |
| | | break; |
| | | case "ä½ä¸æå¯¼": |
| | | uni.navigateTo({ |
| | | url: "/pages/equipmentManagement/sop/index", |
| | | }); |
| | | break; |
| | | case "ç»æéªè¯": |
| | | uni.navigateTo({ |
| | | url: "/pages/equipmentManagement/verification/index", |
| | | }); |
| | | break; |
| | | default: |
| | | uni.showToast({ |
| | | title: `ç¹å»äº${item.label}`, |
| | | icon: "none", |
| | | }); |
| | | const url = routeMapping[item.label]; |
| | | if (url) { |
| | | uni.navigateTo({ url }); |
| | | } else { |
| | | uni.showToast({ |
| | | title: `ç¹å»äº${item.label}`, |
| | | icon: "none", |
| | | }); |
| | | } |
| | | }; |
| | | // è¿åä¸ä¸é¡µ |
| | |
| | | // è®¾ç½®ç¨æ·ä¿¡æ¯ |
| | | userStore.getInfo(); |
| | | }); |
| | | const operationType = ref(""); |
| | | onLoad(options => { |
| | | if (options.label) { |
| | | // å¤ç URL åæ°å¯è½å
å«å
¶ä»æ¥è¯¢åæ°çæ
åµï¼å¦ï¼åå审æ¹?approveType=6ï¼ |
| | | // åªæå label åæ°çå¼ï¼å»é¤å¯è½éå çæ¥è¯¢åæ° |
| | | let labelValue = options.label; |
| | | // 妿 label å
å« ? 符å·ï¼åªå ? ä¹åçé¨å |
| | | if (labelValue.includes("?")) { |
| | | labelValue = labelValue.split("?")[0]; |
| | | } |
| | | operationType.value = labelValue; |
| | | if (operationType.value === "èå¤ç®¡ç") { |
| | | commonItems.value = kaoqin; |
| | | } else if (operationType.value === "ä¼è®®ç®¡ç") { |
| | | commonItems.value = huiyi; |
| | | } else if (operationType.value === "è´¢å¡ç®¡ç") { |
| | | commonItems.value = caiwu; |
| | | } else if (operationType.value === "åå审æ¹") { |
| | | commonItems.value = kaoqinCaiwu; |
| | | operationType.value = "åå审æ¹"; |
| | | } |
| | | commonItems.value = menuConfig[labelValue] || []; |
| | | } |
| | | console.log(operationType.value); |
| | | console.log(commonItems.value); |
| | |
| | | .bg-img { |
| | | width: 100%; |
| | | height: 8.75rem; |
| | | background-image: url("../static/images/banner/backview.png"); |
| | | background-image: url("../static/images/banner/backview.svg"); |
| | | background-size: cover; |
| | | border-radius: 0.75rem; |
| | | position: relative; |
| | |
| | | } |
| | | |
| | | .icon-container { |
| | | width: 3.25rem; |
| | | height: 3.25rem; |
| | | border-radius: 0.75rem; |
| | | width: 36px; |
| | | height: 36px; |
| | | border-radius: 12px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-bottom: 0.375rem; |
| | | box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.12); |
| | | transition: all 0.2s ease; |
| | | position: relative; |
| | | overflow: hidden; |
| | | animation: fadeInScale 0.5s ease both; |
| | | } |
| | | |
| | | &::before { |
| | | content: ""; |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | background: linear-gradient( |
| | | 135deg, |
| | | rgba(255, 255, 255, 0.1) 0%, |
| | | transparent 50%, |
| | | rgba(255, 255, 255, 0.05) 100% |
| | | ); |
| | | opacity: 0; |
| | | transition: opacity 0.3s ease; |
| | | } |
| | | .item-icon { |
| | | width: 36px; |
| | | height: 36px; |
| | | display: block; |
| | | } |
| | | |
| | | &::after { |
| | | content: ""; |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | border-radius: 0.75rem; |
| | | background: linear-gradient( |
| | | 45deg, |
| | | transparent, |
| | | rgba(255, 255, 255, 0.2), |
| | | transparent |
| | | ); |
| | | opacity: 0; |
| | | transition: opacity 0.3s ease; |
| | | } |
| | | |
| | | &:hover { |
| | | transform: translateY(-0.1875rem) scale(1.02); |
| | | box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.18); |
| | | |
| | | &::before, |
| | | &::after { |
| | | opacity: 1; |
| | | } |
| | | } |
| | | |
| | | &:active { |
| | | transform: scale(0.97); |
| | | box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.18); |
| | | } |
| | | .icon-container:active { |
| | | transform: scale(0.94); |
| | | } |
| | | |
| | | .item-label { |
| | |
| | | } |
| | | |
| | | .icon-container { |
| | | width: 3.25rem; |
| | | height: 3.25rem; |
| | | border-radius: 0.75rem; |
| | | width: 36px; |
| | | height: 36px; |
| | | border-radius: 12px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-bottom: 0.375rem; |
| | | box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.12); |
| | | transition: all 0.2s ease; |
| | | position: relative; |
| | | overflow: hidden; |
| | | animation: fadeInScale 0.5s ease both; |
| | | } |
| | | |
| | | &:hover { |
| | | transform: translateY(-0.1875rem) scale(1.02); |
| | | box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.18); |
| | | } |
| | | .item-icon { |
| | | width: 36px; |
| | | height: 36px; |
| | | display: block; |
| | | } |
| | | |
| | | &:active { |
| | | transform: scale(0.97); |
| | | box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.18); |
| | | } |
| | | .icon-container:active { |
| | | transform: scale(0.97); |
| | | } |
| | | |
| | | .item-label { |
| | | font-size: 0.8125rem; |
| | | font-size: 12px; |
| | | color: #555555; |
| | | text-align: center; |
| | | display: block; |
| | | line-height: 1.4; |
| | | font-weight: 500; |
| | | margin-top: 0.25rem; |
| | | margin-bottom: 0.625rem; |
| | | } |
| | |
| | | <template> |
| | | <view class="content"> |
| | | <!-- <view class="header-section">--> |
| | | <!-- <view class="currentFactory">--> |
| | | <!-- <up-text type="primary"--> |
| | | <!-- :text="userStore.currentFactoryName"--> |
| | | <!-- @click="show = true"--> |
| | | <!-- size="18"--> |
| | | <!-- class="factoryName"--> |
| | | <!-- suffixIcon="arrow-right"--> |
| | | <!-- :iconStyle="iconStyle"></up-text>--> |
| | | <!-- </view>--> |
| | | <!-- <up-picker :show="show"--> |
| | | <!-- :columns="factoryList"--> |
| | | <!-- @confirm="changeFactory"--> |
| | | <!-- @cancel="show = false"></up-picker>--> |
| | | <!-- </view>--> |
| | | <!-- <view class="hero-section">--> |
| | | <!-- <view class="bg-img">--> |
| | | <!-- <view class="hero-content">--> |
| | | <!-- <!– é¢çï¼å¦åç»éè¦å¯å¨æ¤æ¾ logo æç®çæç¤º –>--> |
| | | <!-- </view>--> |
| | | <!-- <view class="hero-wave"></view>--> |
| | | <!-- </view>--> |
| | | <!-- </view>--> |
| | | <!-- <view class="notice-section">--> |
| | | <!-- <view class="notice">--> |
| | | <!-- <view class="notice-content">--> |
| | | <!-- <view class="notice-left">--> |
| | | <!-- <text class="notice-status">éç¥</text>--> |
| | | <!-- </view>--> |
| | | <!-- <view class="notice-separator"></view>--> |
| | | <!-- <view class="notice-right">--> |
| | | <!-- <text class="notice-label">{{currentStatus}}</text>--> |
| | | <!-- <text class="notice-text">彿¥éå®è®¾å¤æ°:<text class="notice-number">{{number}}<text class="notice-unit">个</text></text></text>--> |
| | | <!-- </view>--> |
| | | <!-- </view>--> |
| | | <!-- </view>--> |
| | | <!-- </view>--> |
| | | <!-- è¥éç®¡çæ¨¡å --> |
| | | <view class="common-module marketing-module" |
| | | v-if="hasMarketingItems"> |
| | |
| | | label: "æ¥ç¥¨å°è´¦", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/fukuanjingji.svg", |
| | | icon: "/static/images/icon/fukuandengji.svg", |
| | | label: "仿¬¾ç»è®°", |
| | | }, |
| | | { |
| | |
| | | ]); |
| | | const safetyItems = reactive([ |
| | | { |
| | | icon: "/static/images/icon/caigoutaizhang.svg", |
| | | icon: "/static/images/icon/guichengzizhi.svg", |
| | | label: "è§ç¨ä¸èµè´¨", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/caigoutaizhang.svg", |
| | | icon: "/static/images/icon/weixianyuan.svg", |
| | | label: "å±é©æºå°è´¦", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/caigoutaizhang.svg", |
| | | icon: "/static/images/icon/weixianzuoye.svg", |
| | | label: "å±é©ä½ä¸å®¡æ¹", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/guzhangfenxi@2x.svg", |
| | | icon: "/static/images/icon/yinhuanpaicha.svg", |
| | | label: "éæ£ææ¥ä¸æ¥", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/guzhangfenxi@2x.svg", |
| | | icon: "/static/images/icon/weixianwuliao.svg", |
| | | label: "å±é©ç©æç®¡æ§", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/guzhangfenxi@2x.svg", |
| | | icon: "/static/images/icon/yingjiyuan.svg", |
| | | label: "åºæ¥é¢æ¡æ¥é
", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/guzhangfenxi@2x.svg", |
| | | icon: "/static/images/icon/shigushangbao.svg", |
| | | label: "äºæ
䏿¥è®°å½", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/guzhangfenxi@2x.svg", |
| | | icon: "/static/images/icon/anquanpeixun.svg", |
| | | label: "å®å
¨å¹è®èæ ¸", |
| | | }, |
| | | ]); |
| | | // åååå
¬åè½æ°æ® |
| | | const collaborationItems = reactive([ |
| | | { |
| | | icon: "/static/images/icon/baoxiaoguanli.svg", |
| | | icon: "/static/images/icon/xietongshenpi.svg", |
| | | label: "åå审æ¹", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/huiyiliebiao@2x.svg", |
| | | icon: "/static/images/icon/huiyiguanli.svg", |
| | | label: "ä¼è®®ç®¡ç", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/tongzhigonggao@2x.svg", |
| | | icon: "/static/images/icon/tongzhigonggao.svg", |
| | | label: "éç¥å
Œ", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/zhishiku@2x.svg", |
| | | icon: "/static/images/icon/zhishiku.svg", |
| | | label: "ç¥è¯åº", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/yongyinguanli@2x.svg", |
| | | icon: "/static/images/icon/yongyinguanli.svg", |
| | | label: "ç¨å°ç®¡ç", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/guizhangzhidu@2x.svg", |
| | | icon: "/static/images/icon/guizhangzhidu.svg", |
| | | label: "è§ç« å¶åº¦", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/kehubaifang@2x.svg", |
| | | icon: "/static/images/icon/kehubaifang.svg", |
| | | label: "å®¢æ·æè®¿", |
| | | }, |
| | | ]); |
| | |
| | | // label: "å·¥åºæäº§", |
| | | // }, |
| | | { |
| | | icon: "/static/images/icon/shengchanbaogong@2x.svg", |
| | | icon: "/static/images/icon/shengchanbaogong.svg", |
| | | label: "ç产æ¥å·¥", |
| | | }, |
| | | // { |
| | |
| | | // label: '设å¤å°è´¦', |
| | | // }, |
| | | { |
| | | icon: "/static/images/icon/shbeibaoxiu@2x.svg", |
| | | icon: "/static/images/icon/yunxingguanli.svg", |
| | | label: "è¿è¡ç®¡ç", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/shbeibaoxiu@2x.svg", |
| | | icon: "/static/images/icon/shebeibaoxiu.svg", |
| | | label: "è®¾å¤æ¥ä¿®", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/shbeibaoyang@2x.svg", |
| | | icon: "/static/images/icon/shebeibaoyang.svg", |
| | | label: "设å¤ä¿å
»", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/xunjianshangchuan@2x.svg", |
| | | icon: "/static/images/icon/xunjianshangchuan.svg", |
| | | label: "设å¤å·¡æ£", |
| | | }, |
| | | ]); |
| | |
| | | const collectMenuTitles = routes => { |
| | | if (!Array.isArray(routes)) return; |
| | | routes.forEach(route => { |
| | | // æ¶éå½åè·¯ç±çæ é¢ |
| | | if (route.meta && route.meta.title) { |
| | | allowedMenuTitles.add(route.meta.title); |
| | | } |
| | | // éå½å¤çåè·¯ç± |
| | | if (route.children && route.children.length > 0) { |
| | | collectMenuTitles(route.children); |
| | | } |
| | |
| | | }; |
| | | collectMenuTitles(routers); |
| | | |
| | | // è¿æ»¤è¥é管çèå |
| | | const originalMarketing = [ |
| | | { icon: "/static/images/icon/xiaoshoutaizhang.svg", label: "éå®å°è´¦" }, |
| | | { icon: "/static/images/icon/kaipiaodengji.svg", label: "å¼ç¥¨ç»è®°" }, |
| | | { icon: "/static/images/icon/kaipiaotaizhang.svg", label: "å¼ç¥¨å°è´¦" }, |
| | | { icon: "/static/images/icon/huikuandengji.svg", label: "忬¾ç»è®°" }, |
| | | { icon: "/static/images/icon/huikuanliushui.svg", label: "忬¾æµæ°´" }, |
| | | { icon: "/static/images/icon/kehuwanglai.svg", label: "客æ·å¾æ¥" }, |
| | | ]; |
| | | const filteredMarketing = originalMarketing.filter(item => { |
| | | return allowedMenuTitles.has(item.label); |
| | | }); |
| | | marketingItems.splice(0, marketingItems.length, ...filteredMarketing); |
| | | // å®ä¹èåé
ç½®æ å° |
| | | const menuMapping = { |
| | | collaboration: { target: collaborationItems, specialMapping: { "è§ç« å¶åº¦": "è§ç« å¶åº¦ç®¡ç" } }, |
| | | }; |
| | | |
| | | // è¿æ»¤åååå
¬èå |
| | | const originalCollaboration = [ |
| | | { icon: "/static/images/icon/baoxiaoguanli.svg", label: "åå审æ¹" }, |
| | | { icon: "/static/images/icon/huiyiliebiao@2x.svg", label: "ä¼è®®ç®¡ç" }, |
| | | { icon: "/static/images/icon/tongzhigonggao@2x.svg", label: "éç¥å
Œ" }, |
| | | { icon: "/static/images/icon/zhishiku@2x.svg", label: "ç¥è¯åº" }, |
| | | { icon: "/static/images/icon/yongyinguanli@2x.svg", label: "ç¨å°ç®¡ç" }, |
| | | { icon: "/static/images/icon/guizhangzhidu@2x.svg", label: "è§ç« å¶åº¦" }, |
| | | { icon: "/static/images/icon/kehubaifang@2x.svg", label: "å®¢æ·æè®¿" }, |
| | | ]; |
| | | const filteredCollaboration = originalCollaboration.filter(item => { |
| | | // å¤çæ é¢ä¸å®å
¨å¹é
çæ
åµ |
| | | let matched = allowedMenuTitles.has(item.label); |
| | | // ç¹æ®å¤çï¼è§ç« å¶åº¦ -> è§ç« å¶åº¦ç®¡ç |
| | | if (!matched && item.label === "è§ç« å¶åº¦") { |
| | | matched = allowedMenuTitles.has("è§ç« å¶åº¦ç®¡ç"); |
| | | } |
| | | return matched; |
| | | }); |
| | | collaborationItems.splice( |
| | | 0, |
| | | collaborationItems.length, |
| | | ...filteredCollaboration |
| | | ); |
| | | // éç¨è¿æ»¤å½æ° |
| | | const filterArray = (targetArray, specialMapping) => { |
| | | const filtered = targetArray.filter(item => { |
| | | let matched = allowedMenuTitles.has(item.label); |
| | | if (specialMapping && !matched && specialMapping[item.label]) { |
| | | matched = allowedMenuTitles.has(specialMapping[item.label]); |
| | | } |
| | | return matched; |
| | | }); |
| | | targetArray.splice(0, targetArray.length, ...filtered); |
| | | }; |
| | | |
| | | // è¿æ»¤éè´ç®¡çèå |
| | | const originalPurchase = [ |
| | | { icon: "/static/images/icon/caigoutaizhang.svg", label: "éè´å°è´¦" }, |
| | | { icon: "/static/images/icon/laipiaodengji.svg", label: "æ¥ç¥¨ç»è®°" }, |
| | | { icon: "/static/images/icon/laipiaotaizhang.svg", label: "æ¥ç¥¨å°è´¦" }, |
| | | { icon: "/static/images/icon/fukuanjingji.svg", label: "仿¬¾ç»è®°" }, |
| | | { icon: "/static/images/icon/fukuanliushui.svg", label: "仿¬¾æµæ°´" }, |
| | | { |
| | | icon: "/static/images/icon/gongyingshangwanglai@2x.svg", |
| | | label: "ä¾åºå徿¥", |
| | | }, |
| | | ]; |
| | | const filteredPurchase = originalPurchase.filter(item => { |
| | | return allowedMenuTitles.has(item.label); |
| | | }); |
| | | purchaseItems.splice(0, purchaseItems.length, ...filteredPurchase); |
| | | |
| | | // è¿æ»¤å®å
¨ç产èå |
| | | const originalSafety = [ |
| | | { icon: "/static/images/icon/caigoutaizhang.svg", label: "è§ç¨ä¸èµè´¨" }, |
| | | { icon: "/static/images/icon/caigoutaizhang.svg", label: "å±é©æºå°è´¦" }, |
| | | { |
| | | icon: "/static/images/icon/caigoutaizhang.svg", |
| | | label: "å±é©ä½ä¸å®¡æ¹", |
| | | }, |
| | | { icon: "/static/images/icon/guzhangfenxi@2x.svg", label: "éæ£ææ¥ä¸æ¥" }, |
| | | { icon: "/static/images/icon/guzhangfenxi@2x.svg", label: "å±é©ç©æç®¡æ§" }, |
| | | { icon: "/static/images/icon/guzhangfenxi@2x.svg", label: "åºæ¥é¢æ¡æ¥é
" }, |
| | | { icon: "/static/images/icon/guzhangfenxi@2x.svg", label: "äºæ
䏿¥è®°å½" }, |
| | | { icon: "/static/images/icon/guzhangfenxi@2x.svg", label: "å®å
¨å¹è®èæ ¸" }, |
| | | ]; |
| | | const filteredSafety = originalSafety.filter(item => { |
| | | return allowedMenuTitles.has(item.label); |
| | | }); |
| | | safetyItems.splice(0, safetyItems.length, ...filteredSafety); |
| | | |
| | | // è¿æ»¤äººåèµæºèå |
| | | const originalHumanResources = [ |
| | | { icon: "/static/images/icon/caigoutaizhang.svg", label: "æå¡ç¾å°" }, |
| | | { icon: "/static/images/icon/caigoutaizhang.svg", label: "人åèªèµ" }, |
| | | { icon: "/static/images/icon/caigoutaizhang.svg", label: "åå管ç" }, |
| | | ]; |
| | | const filteredHumanResources = originalHumanResources.filter(item => { |
| | | return allowedMenuTitles.has(item.label); |
| | | }); |
| | | humanResourcesItems.splice( |
| | | 0, |
| | | humanResourcesItems.length, |
| | | ...filteredHumanResources |
| | | ); |
| | | |
| | | // è¿æ»¤è´¨é管çèå |
| | | const originalQuality = [ |
| | | { icon: "/static/images/icon/caigoutaizhang.svg", label: "åæææ£éª" }, |
| | | { icon: "/static/images/icon/caigoutaizhang.svg", label: "è¿ç¨æ£éª" }, |
| | | { icon: "/static/images/icon/caigoutaizhang.svg", label: "åºåæ£éª" }, |
| | | ]; |
| | | const filteredQuality = originalQuality.filter(item => { |
| | | return allowedMenuTitles.has(item.label); |
| | | }); |
| | | qualityItems.splice(0, qualityItems.length, ...filteredQuality); |
| | | |
| | | // è¿æ»¤ç产管æ§èå |
| | | const originalProduction = [ |
| | | { |
| | | icon: "/static/images/icon/shengchanbaogong@2x.svg", |
| | | label: "ç产æ¥å·¥", |
| | | }, |
| | | ]; |
| | | const filteredProduction = originalProduction.filter(item => { |
| | | return allowedMenuTitles.has(item.label); |
| | | }); |
| | | productionItems.splice(0, productionItems.length, ...filteredProduction); |
| | | |
| | | // è¿æ»¤è®¾å¤ç®¡çèå |
| | | const originalEquipment = [ |
| | | { icon: "/static/images/icon/shbeibaoxiu@2x.svg", label: "è¿è¡ç®¡ç" }, |
| | | { icon: "/static/images/icon/shbeibaoxiu@2x.svg", label: "è®¾å¤æ¥ä¿®" }, |
| | | { icon: "/static/images/icon/shbeibaoyang@2x.svg", label: "设å¤ä¿å
»" }, |
| | | { icon: "/static/images/icon/xunjianshangchuan@2x.svg", label: "设å¤å·¡æ£" }, |
| | | ]; |
| | | const filteredEquipment = originalEquipment.filter(item => { |
| | | return allowedMenuTitles.has(item.label); |
| | | }); |
| | | equipmentItems.splice(0, equipmentItems.length, ...filteredEquipment); |
| | | // è¿æ»¤å个模å |
| | | filterArray(marketingItems); |
| | | filterArray(purchaseItems); |
| | | filterArray(collaborationItems, menuMapping.collaboration.specialMapping); |
| | | filterArray(safetyItems); |
| | | filterArray(humanResourcesItems); |
| | | filterArray(qualityItems); |
| | | filterArray(productionItems); |
| | | filterArray(equipmentItems); |
| | | }; |
| | | |
| | | // æ£æ¥æ¨¡åæ¯å¦æèå项éè¦æ¾ç¤º |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_34485"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34548"><rect x="7" y="5" width="16" height="16" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_34485)"><path d="M22,22.9999995C22,25.2091389,23.7908611,27,26,27L34,27C36.209139,27,38,25.2091389,38,22.9999995L38,22.0000005C38,20.3431458,36.656855,19,35,19L25.0000005,19C23.3431458,19,22,20.3431458,22,22.0000005L22,22.9999995Z" fill="#FDC3C1" fill-opacity="1" transform="matrix(-1,0,0,1,44,0)"/><rect x="2" y="2" width="24" height="22" rx="6" fill="#FF2B00" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34548)"><path d="M17.682937600000002,6.859375C19.038969,6.859375,20.140828,7.9470624999999995,20.162734,9.2971249L20.163064,9.3381093L20.163064,12.8227034L20.014502,12.8227191C19.765256,12.8227148,19.525568,12.9186239,19.345126,13.0905633L17.6162186,14.7380009C17.400672,14.9433746,17.392437,15.2845936,17.5978127,15.5001259C17.611669499999998,15.5146666,17.626327500000002,15.5284233,17.6417189,15.5413294L19.35575,16.97861C19.530467,17.125121,19.751201000000002,17.205421,19.979219,17.205423L20.096032,17.205455C19.839671,18.284471,18.877546000000002,19.090345,17.7239532,19.109049L17.682937600000002,19.109377000000002L10.745750000000001,19.109377000000002C9.3897185,19.109377000000002,8.287859442,18.021689000000002,8.26595306399,16.671627L8.265625,16.6306419L8.265625,9.3381097C8.265625,7.9828281,9.3539062,6.881593945,10.7047501,6.85970330241L10.745750000000001,6.8593751192093L17.682937600000002,6.859375ZM21.475345,13.4576879C21.627563000000002,13.3055625,21.874249,13.3055625,22.026484,13.4576879L22.02664,13.4578443C22.178673,13.6099534,22.178595,13.8565006,22.026484,14.008531999999999L20.912233999999998,15.1221571L22.026484,16.2357979L22.031,16.2403917C22.178578,16.3927355,22.177142,16.6358919,22.026623999999998,16.7864857L22.026468,16.7866421C21.874265,16.938766,21.627561,16.938766,21.475345,16.7866421L20.097484,15.4095488L20.092173000000003,15.4041271C20.016686999999997,15.3257523,19.980483,15.2235327,19.983546,15.122283L19.983546,15.1220322C19.980420000000002,15.0184393,20.018391,14.9138298,20.097484,14.8347669L21.475345,13.4576879ZM19.642203000000002,13.4576879C19.794423000000002,13.3055625,20.04111,13.3055625,20.193346,13.4576879L20.193500999999998,13.4578443C20.345531,13.6099534,20.345453,13.8565006,20.193346,14.008531999999999L19.079095000000002,15.1221571L20.193346,16.2357979L20.19786,16.2403917C20.345438,16.3927355,20.344001,16.6358919,20.193483999999998,16.7864857L20.193328,16.7866421C20.041125,16.938766,19.794422,16.938766,19.642203000000002,16.7866421L18.2643452,15.4095488L18.2590313,15.4041271C18.1835623,15.3257523,18.1473446,15.2235327,18.150405900000003,15.122283L18.150405900000003,15.1220322C18.1472816,15.0184393,18.185249300000002,14.9138298,18.2643433,14.8347669L19.642203000000002,13.4576879ZM12.1600003,9.9364846L12.1544845,9.9419062L12.1542971,9.9420938C11.973843800000001,10.1226404,11.9721093,10.4141872,12.1490624,10.5968592L12.1544845,10.602359100000001L13.511188,11.9582968L12.3629694,11.9582968C12.1050475,11.9582968,11.895968700000001,12.1673908,11.895968700000001,12.4253278C11.895968700000001,12.6806555,12.1008904,12.888140199999999,12.3552504,12.8922648L12.3629694,12.892328299999999L13.7470636,12.892312L13.7470636,13.6107965L11.8597498,13.6107965C11.6018281,13.6107965,11.3927495,13.8198905,11.3927495,14.0778112C11.3927495,14.3331552,11.5976717,14.540624099999999,11.852031,14.5447488L11.8597498,14.544812199999999L13.7470622,14.544812199999999L13.7470622,15.689374L13.7471409,15.697094C13.7512183,15.9490156,13.954686599999999,16.1524534,14.206609199999999,16.1564999L14.214265300000001,16.1565628L14.214421699999999,16.1565628L14.222156,16.1564999C14.4740629,16.152422,14.6775155,15.9489365,14.6815467,15.6970167L14.6816087,15.6893597L14.6816087,14.5448127L16.5689373,14.5448127C16.8268604,14.5448127,17.035938299999998,14.3357353,17.035938299999998,14.077812699999999C17.035938299999998,13.8224692,16.8310156,13.614985,16.5766563,13.610859399999999L16.5689373,13.6107965L14.6815934,13.6107965L14.6815934,12.892312L16.0657182,12.892312C16.3236408,12.892312,16.5327339,12.683249499999999,16.5327339,12.4253125C16.5327339,12.1699677,16.327796,11.962499600000001,16.0734372,11.958374L16.0657177,11.958312L14.8530459,11.9582963L16.1974835,10.6146245L16.2029052,10.609124399999999C16.3780775,10.4282649,16.3781395,10.140734,16.2030301,9.9597962L16.1976705,9.9543588L16.1974831,9.9541714L16.1919827,9.9487498C16.0108886,9.7735465,15.7231855,9.7735622,15.5421233,9.948812199999999L15.5366554,9.9541714L14.1821237,11.3079529L12.815310499999999,9.9419055C12.6346235,9.7613275,12.3429041,9.759515,12.1600003,9.9364846Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_34399"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34404"><rect x="8" y="6" width="13" height="13" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_34399)"><path d="M25,21.1513879C25,21.3787005,25.067284852,21.6009274,25.19337524,21.7900629L27.1094005,24.6641006C27.6657977,25.4986968,28.6024919,26,29.6055508,26L37,26C38.656855,26,40,24.656854199999998,40,23C40,21.343146,38.656855,20,37,20L26.1513879,20C25.51549393,20,25,20.51549393,25,21.1513879Z" fill="#FFDB42" fill-opacity="1" transform="matrix(-1,0,0,1,50,0)"/><rect x="2" y="2" width="25" height="21" rx="6" fill="#FF7B00" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34404)"><path d="M9.0723815,7.53404844C9.22831029,7.37639906,9.48819166,7.271299697,9.9559777,7.271299697L11.3593361,7.271299697L11.3593361,17.728698L9.8520253,17.728698C9.43621522,17.728698,9.22831029,17.623596,9.02040528,17.57105C8.864476439,17.413401,8.864476439,17.255753,8.864476439,16.8353519L8.864476439,14.2078662C8.864476439,14.050216200000001,8.864476439,13.945117,8.96842887,13.8925676C9.07238129,13.8400178,9.12435773,13.7349176,9.28028625,13.7349176C9.38423878,13.7349176,9.43621522,13.7349176,9.54016739,13.629819900000001C9.80004871,13.5247192,10.0079536,13.3145204,10.1119063,13.051771200000001L10.1119063,12.4737239C10.1119063,12.210974700000001,10.0079536,11.948226,9.8520252,11.790578400000001C9.696096,11.5278292,9.4362148,11.4752789,9.28028625,11.4752789C9.12435773,11.4752789,9.07238129,11.3701782,8.96842887,11.3176293C8.864476439,11.265080000000001,8.8125,11.159979100000001,8.8125,11.0023308L8.8125,8.3748436C8.8125,7.9544456,8.91645239,7.69169697,9.0723815,7.53404844ZM15.205578299999999,12.683922299999999L15.205578299999999,13.577269099999999L13.7502441,13.577269099999999C13.4903607,13.577269099999999,13.2824578,13.8400178,13.2824578,14.050215699999999C13.2824578,14.2604151,13.5423384,14.5231628,13.7502441,14.5231628L15.205578299999999,14.5231628L15.205578299999999,15.7843552C15.205578299999999,16.0471048,15.4654593,16.2573051,15.6733642,16.2573051C15.881268,16.2573051,16.1411495,15.9945555,16.1411495,15.7843552L16.1411495,14.5231628L17.5445099,14.5231628C17.8043919,14.5231628,18.012293800000002,14.3655157,18.012293800000002,14.050215699999999C18.012293800000002,13.787467,17.7524147,13.577269099999999,17.5445099,13.577269099999999L16.1411495,13.577269099999999L16.1411495,12.683922299999999L17.5445099,12.683922299999999C17.8043919,12.683922299999999,18.012293800000002,12.5262742,18.012293800000002,12.210974700000001C18.012293800000002,11.948226,17.7524147,11.738027599999999,17.5445099,11.738027599999999L16.401031500000002,11.738027599999999L17.9603205,10.3191848C18.1162462,10.2140853,18.2201986,10.161536,18.2201986,10.0038862C18.2201986,9.846236900000001,18.1162462,9.7411377,18.06427,9.6885874C17.9083443,9.5309384,17.5964861,9.5309384,17.4405546,9.6885874L15.881268,11.10743L15.7773147,11.2125299L15.6733637,11.10743L14.1140747,9.7411375C14.0101242,9.5309384,13.698266499999999,9.5309384,13.4903607,9.6885867C13.3344326,9.7936862,13.282456400000001,9.8462367,13.282456400000001,9.9513357C13.282456400000001,10.1089852,13.3864079,10.2140841,13.4383841,10.2666349L14.997672099999999,11.6854768L13.750241299999999,11.6854768C13.4903607,11.6854768,13.282456400000001,11.948226,13.282456400000001,12.210974700000001C13.282456400000001,12.4737239,13.5423379,12.683922299999999,13.750241299999999,12.683922299999999L15.205578299999999,12.683922299999999ZM19.415656,10.844681C19.311702,11.002331,19.259726999999998,11.10743,19.259726999999998,11.265080000000001C19.259726999999998,11.422729,19.259726999999998,11.5278292,19.363678999999998,11.6854768C19.467633,11.843128199999999,19.519606,11.948226,19.779488,11.948226C19.935418,12.0533261,20.039369999999998,12.1058769,20.091348,12.210974700000001C20.1953,12.3160753,20.1953,12.4737239,20.247274,12.5262742C20.247274,12.683922299999999,20.247274,12.7890224,20.143321999999998,12.8415732C20.039369999999998,12.8941221,19.987392,12.9992218,19.935418,12.9992218C19.519606,13.1568699,19.363678999999998,13.419618100000001,19.363678999999998,13.629819900000001C19.363678999999998,13.8400183,19.519605,14.050215699999999,19.779487,14.2078662C19.935417,14.3129654,20.039369999999998,14.3655157,20.091347,14.4706154C20.1953,14.575714600000001,20.247272000000002,14.7333646,20.247272000000002,14.8910131C20.247272000000002,15.0486612,20.247272000000002,15.1537619,20.143321999999998,15.2063107L19.88344,15.4690599C19.727510000000002,15.5741596,19.571581000000002,15.5741596,19.467627999999998,15.7318077C19.363678,15.8369093,19.311702,15.9945574,19.311702,16.0471058C19.311702,16.204757700000002,19.311702,16.3098536,19.415656,16.467506399999998C19.519606,16.6251545,19.675535,16.7302551,19.831464,16.7828035L20.091347,17.0455523C20.1953,17.203199400000003,20.1953,17.308301,20.1953,17.360849C20.1953,17.413401,20.091347,17.518501,20.039369999999998,17.623597C19.935418,17.728698,19.883440999999998,17.781246,19.779488,17.781246L11.9830515,17.781246L11.9830515,7.21875L19.779488,7.21875C19.883440999999998,7.21875,20.039369999999998,7.32384939,20.039369999999998,7.37639929C20.143323000000002,7.4814986900000005,20.143323000000002,7.53404859,20.143323000000002,7.69169772C20.143323000000002,7.7967971,20.143323000000002,7.9544464900000005,20.039369999999998,8.006996149999999L19.779488,8.2697448C19.623558,8.2697448,19.519606,8.3748442,19.467627999999998,8.5324935C19.363678999999998,8.637592699999999,19.311702,8.7952423,19.311702,8.8477919C19.311702,9.0054415,19.311702,9.1105409,19.415657,9.163091099999999C19.519607,9.2156407,19.571582,9.32074,19.831465,9.4258392C19.987392,9.5309393,20.091348,9.5834882,20.143323000000002,9.6885877C20.247277,9.7936881,20.247277,9.9513366,20.247277,10.1089859C20.247277,10.2666359,20.351228,10.3717349,20.247277,10.4242852C20.143323000000002,10.476834799999999,20.091348,10.5819342,19.935418,10.6870341C19.779488,10.792133100000001,19.519607,10.7395833,19.415656,10.844681Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_34443"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34545"><rect x="5" y="7" width="19" height="18" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_34443)"><path d="M6,13.0000005L6,15.590147C6,16.842423,7.1377500000000005,17.7866721,8.368577,17.555892L14,16.5L19.631422999999998,17.555892C20.86225,17.7866721,22,16.842423,22,15.590147L22,13.0000005C22,11.3431458,20.656855,10,19,10L9.0000005,10C7.3431458,10,6,11.3431458,6,13.0000005Z" fill="#FC99E5" fill-opacity="1" transform="matrix(1,0,0,-1,0,20)"/><rect x="2" y="5" width="24" height="22" rx="6" fill="#6234F9" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34545)"><path d="M8.858819753125001,10.32641810125C9.225043253125,9.98038658525,9.824828153125,9.98038658525,10.187197253125,10.32641810125L15.039452553125,14.922337531250001C15.404708853125,15.26932243125,15.404708853125,15.83525563125,15.039452553125,16.18085483125C14.676115953125,16.52868463125,14.078230353125,16.52868463125,13.711038153125,16.18085483125L8.858819753125001,11.58718313125C8.495463153125,11.24021673125,8.495463153125,10.67471611125,8.858819753125001,10.32641810125ZM21.635351953125,14.86315873125L15.708463653125,14.86315873125C16.019889853125,15.40907053125,15.935285553125,16.10708763125,15.448947953125,16.56874423125C14.856834453125,17.12924433125,13.894623253125001,17.12924433125,13.303515953125,16.56874423125L11.504105553125001,14.86315873125L7.2593442531250005,14.86315873125C6.665293873125,14.86315873125,6.177001953125,15.32530113125,6.177001953125,15.88853503125C6.177001953125,16.452182731249998,6.665293873125,16.91434383125,7.2593442531250005,16.91434383125L7.518860053125,16.91434383125L10.016123553125,23.84968453125L12.219238253124999,23.84968453125L16.819629953125002,23.84968453125L19.024661953124998,23.84968453125L21.521904953125002,16.91434383125L21.635352953125,16.91434383125C22.231303953125,16.91434383125,22.717658953125,16.452201331250002,22.717658953125,15.88853503125C22.717656953125,15.32530113125,22.231301953125,14.86315873125,21.635351953125,14.86315873125ZM10.110317953125,17.56091543125L18.845859953125,17.56091543125C19.151571953125,17.56091543125,19.399543953125,17.79767083125,19.399543953125,18.087239231250003C19.399543953125,18.37686063125,19.151552953124998,18.61359783125,18.845859953125,18.61359783125L10.110317953125,18.61359783125C9.804663453125,18.61359783125,9.554754953125,18.37686063125,9.554754953125,18.087239231250003C9.554736153124999,17.79767083125,9.804663453125,17.56091543125,10.110317953125,17.56091543125ZM11.331077053125,21.735238531249998L17.680902953125,21.735238531249998C17.984622953124997,21.735238531249998,18.234550953125,21.973809531249998,18.234550953125,22.26337753125C18.234550953125,22.55296353125,17.984621953125,22.78971953125,17.680902953125,22.78971953125L11.331077053125,22.78971853125C11.026352453125,22.78971853125,10.775475053125,22.55296353125,10.775475053125,22.26337753125C10.775475453125,21.973809531249998,11.026352453125,21.735238531249998,11.331077053125,21.735238531249998ZM10.720697853125,19.68085103125L18.346023953125,19.68085103125C18.651714953125,19.68085103125,18.901643953125,19.919422131250002,18.901643953125,20.210824531249997C18.901643953125,20.500411531250002,18.651714953125,20.73534853125,18.346023953125,20.73534853125L10.720697853125,20.73534853125C10.415005253124999,20.73534853125,10.167982353125,20.50039153125,10.167982353125,20.210824531249997C10.167982353125,19.91942313125,10.415004753125,19.68085103125,10.720697853125,19.68085103125Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M15.1065192375,8.09423828125L15.1065192375,11.09656428125L13.5224609375,11.09656428125L16.6906340375,14.09844158125L19.8607258375,11.09656428125L18.2766294375,11.09656428125L18.2766294375,8.09423828125L15.1065192375,8.09423828125Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_34378"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34383"><rect x="7" y="6" width="14" height="14" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_34378)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#FC99E5" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001L2,17.499999000000003Z" fill="#6234F9" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34383)"><path d="M20.561443,8.982904525C20.555401,8.649537865,20.388359,8.341494915,20.116583,8.162542315C20.116583,8.162542315,18.532562,7.054033515,16.8147678,8.749689935L14.3092537,10.981838425L9.2105204,8.739493075C8.83693641,8.573160825,8.40578252,8.772638205,8.27631414,9.171712925C8.27631414,9.175002125,8.27408981,9.178620625,8.27313656,9.181909825C8.17081872,9.521699025,8.26805246,9.898657525,8.51685631,10.121017225L12.105288999999999,13.180106125L10.8577738,14.413938524999999C10.7764339,14.480873625000001,10.6681385,14.501245025,10.5692501,14.468213125L8.72975403,13.843236425C8.40881902,13.734689225,8.08566,13.905405524999999,7.941398256,14.259010825C7.801902607,14.603076925,7.887379305,15.002403225,8.14921129,15.226077525000001L9.3690813,16.276365325C9.8863897,16.722398724999998,10.4990256,16.957916224999998,11.1415308,16.957916224999998C11.7582974,16.957916224999998,12.351233,16.738516824999998,12.857420399999999,16.324389425L19.117237,11.188409125C20.487721999999998,10.064110724999999,20.569706,9.214802725,20.56208,8.984548525M18.100732,18.645350625C18.186552,18.645300625,18.269847,18.615285625,18.337144000000002,18.560157625000002C18.491573000000002,18.434833625,18.543686,18.200631625,18.464245,17.990113625L17.074693699999997,14.348153125C17.0027437,14.157550825000001,16.8611965,14.003934425,16.6806746,13.920538425C16.5357542,13.851142925000001,16.367956200000002,13.855151225,16.226280199999998,13.931392225C16.206728,13.942486325,16.1883116,13.955601224999999,16.1713104,13.970535325L15.4150472,14.641232525C15.289805399999999,14.729640025,15.2062101,14.868454425,15.184672800000001,15.023783725000001C15.1558371,15.241623924999999,15.2194486,15.461724725,15.3591218,15.627378425L17.7527866,18.463449625000003C17.8368301,18.574673625000003,17.964375,18.641352625,18.100732,18.645350625Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_34411"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34416"><rect x="8" y="6" width="16" height="16" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_34411)"><path d="M1,10L1,18C1,20.209139,2.7908611,22,5.000001,22L6.9999995,22C8.6568542,22,10,20.656855,10,19L10,9.0000005C10,7.3431458,8.6568542,6,6.9999995,6L5.0000005,6C2.7908611,6,1,7.7908611,1,10Z" fill="#7BF1FF" fill-opacity="1"/><rect x="5" y="2" width="22" height="24" rx="6" fill="#0066FF" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34416)"><path d="M18.200000799999998,7.5C18.7313013,7.5,19.162501300000002,7.93120003,19.162501300000002,8.46250004L19.162501300000002,9.5624998L20.4000006,9.5624998C21.007513,9.5625,21.5,10.054987,21.5,10.662500099999999L21.5,18.3625C21.5,18.970013,21.007513,19.462501,20.4000006,19.4625L19.1625004,19.4625L19.1625004,20.0125C19.1624355,20.229356,18.9944687,20.409135,18.7781162,20.423916C18.561764699999998,20.438696999999998,18.3709083,20.283431999999998,18.3413501,20.0686L18.3375001,20.0125L18.3375001,19.4625L13.6624999,19.4625L13.6624999,20.0125C13.6624324,20.229356,13.4944673,20.409131000000002,13.278116,20.423912C13.061764199999999,20.438693,12.8709097,20.283431,12.8413501,20.0686L12.837499900000001,20.0125L12.837499900000001,19.4625L11.6,19.4625C10.99248686,19.462501,10.5,18.970013,10.5,18.3625L10.5,10.662500099999999C10.49999990165233,10.054987,10.99248666,9.5625,11.6,9.5624998L12.8375001,9.5624998L12.8375001,8.4625001C12.8375187,7.96164671,13.2216449,7.544513151,13.7207999,7.5032999944L13.8000002,7.5L18.200000799999998,7.5ZM17.6500001,11.9000001C17.4438677,11.9000087,17.2693839,12.0521832,17.2413502,12.2564006L17.2375002,12.3125L17.2375002,16.7125006L17.2413502,16.768600499999998C17.269442599999998,16.9727678,17.4439101,17.1248732,17.6500001,17.1248732C17.8560896,17.1248732,18.0305581,16.9727678,18.05865,16.768600499999998L18.0625,16.7125006L18.0625,12.3125L18.0586505,12.2564006C18.0306168,12.0521832,17.856133,11.9000087,17.6500001,11.9000001ZM14.350000099999999,11.9000001C14.1438682,11.9000092,13.969384,12.0521836,13.94135,12.2564006L13.9375,12.3125L13.9375,16.7125006L13.94135,16.768600499999998C13.9694407,16.9727678,14.1439092,17.1248741,14.350000099999999,17.1248741C14.5560908,17.1248741,14.7305593,16.9727678,14.7586503,16.768600499999998L14.7625003,16.7125006L14.7625003,12.3125L14.7586498,12.2564006C14.730616099999999,12.0521836,14.5561318,11.9000092,14.350000099999999,11.9000001ZM18.2000003,8.32499987L13.8000002,8.32499987C13.724060999999999,8.32499987,13.662500099999999,8.38656074,13.662500099999999,8.462499919999999L13.662500099999999,9.5624998L18.337501,9.5624998L18.337501,8.4625001C18.3376389,8.41211271,18.310204,8.365685880000001,18.2660007,8.34150016L18.2313509,8.32885015L18.2000003,8.32499987Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_31742"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34818"><rect x="8" y="6" width="16" height="16" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_31742)"><path d="M1,10L1,18C1,20.209139,2.7908611,22,5.000001,22L6.9999995,22C8.6568542,22,10,20.656855,10,19L10,9.0000005C10,7.3431458,8.6568542,6,6.9999995,6L5.0000005,6C2.7908611,6,1,7.7908611,1,10Z" fill="#7BF1FF" fill-opacity="1"/><rect x="5" y="2" width="22" height="24" rx="6" fill="#0066FF" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34818)"><path d="M18.2331562,8.00048017125C17.9904928,7.74797237125,17.654459,7.60668289665,17.304266,7.609917640686L11.2984064,7.609917640686C10.9263687,7.60755646225,10.5717876,7.76750564125,10.32732821,8.04796457125L9.84179699,8.62848018125C9.683716774,8.81628298125,9.5960073471,9.05329438125,9.59375,9.29876158125L9.59375,18.56616828125C9.6010856628,18.80681128125,9.690458655,19.03771728125,9.84704685,19.22058928125L10.46453118,19.95416728125C10.7095184,20.233275281250002,11.06426,20.39136228125,11.4356093,20.38691728125L17.2409687,20.38691728125C17.6107664,20.39123028125,17.9638243,20.23302828125,18.2067347,19.95416728125L18.8559065,19.22058928125C19.006799700000002,19.03558428125,19.090517,18.80488828125,19.093390499999998,18.56616828125L19.093390499999998,9.33569908125C19.0938911,9.06975128125,18.993994700000002,8.81341318125,18.813672099999998,8.61793348125L18.2331562,8.00048017125ZM16.280452699999998,18.06480928125L12.3169532,18.06480928125C11.9934688,18.064762281249997,11.7312655,17.80248028125,11.7312655,17.478996281249998C11.7312655,17.15551188125,11.9934688,16.893246681249998,12.3169532,16.89318368125L16.280452699999998,16.89318368125C16.6039371,16.893246681249998,16.8661404,17.15551188125,16.8661404,17.478996281249998C16.8661404,17.80248028125,16.6039371,18.064762281249997,16.280452699999998,18.06480928125ZM16.280452699999998,14.53937148125L12.3169532,14.53937148125C12.1076379,14.53940968125,11.914207000000001,14.42776008125,11.8095427,14.24649148125C11.7048781,14.06522278125,11.7048857,13.84188268125,11.8095627,13.66062168125C11.9142382,13.47937008125,12.1076474,13.36771968125,12.3169532,13.36771488125L16.280452699999998,13.36771488125C16.6039371,13.36777778125,16.8661404,13.63004298125,16.8661404,13.95352748125C16.8661556,14.27709008125,16.6039371,14.539309481250001,16.280452699999998,14.53937148125ZM16.280452699999998,11.00866818125L12.3169532,11.00866818125C11.9934688,11.00866818125,11.7312655,10.74640248125,11.7312655,10.42285558125C11.7312655,10.09935548125,11.9934688,9.83708998125,12.3169532,9.83708998125L16.280452699999998,9.83708998125C16.6039371,9.83708998125,16.8661404,10.09935548125,16.8661404,10.42285558125C16.8661556,10.74640248125,16.6039371,11.00866818125,16.280452699999998,11.00866818125Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M22.1245155,8.68041778125L21.5440159,8.06298017125C21.3013535,7.81047249125,20.9653187,7.66918301585,20.6151257,7.672417640686L19.36042213,7.672417640686L19.359375,7.6723707914352L19.35832787,7.672417640686C19.259577751,7.67299580574,19.1796875,7.75316762925,19.1796875,7.85205829125C19.179623603821,7.91435051125,19.21195507,7.97219491125,19.265047073,8.00477695125C19.2857542,8.02351260125,19.30583763,8.04292416125,19.32526588,8.06298017125L19.90576553,8.68041758125C20.08609486,8.87589308125,20.1859932,9.13223358125,20.1854839,9.39818308125L20.1854839,18.66105828125C20.1859846,18.92700628125,20.08608723,19.18334528125,19.90576553,19.378824281249997L19.32526588,19.99627828125C19.30583668,20.016339281249998,19.2857523,20.035756281250002,19.265047073,20.05449628125C19.248039246,20.06496328125,19.232886314,20.07817928125,19.2202034,20.09360628125C19.193959236,20.12564628125,19.179639816284,20.165798281249998,19.1796875,20.20721528125C19.1796875,20.306105281249998,19.259562492,20.386293281249998,19.35832787,20.386856281249997L19.359375,20.38690328125L19.36042213,20.386856281249997L20.6151257,20.386856281249997C20.9653196,20.39009028125,21.3013535,20.24880128125,21.5440159,19.99629428125L22.1245155,19.37884028125C22.3048458,19.183365281249998,22.4047432,18.92702428125,22.4042339,18.661074281250002L22.4042339,9.39818338125C22.4047394,9.13223478125,22.304842,8.87589528125,22.1245155,8.68041778125Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33134"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33134)"><path d="M22,22.9999995C22,25.2091389,23.7908611,27,26,27L34,27C36.209139,27,38,25.2091389,38,22.9999995L38,22.0000005C38,20.3431458,36.656855,19,35,19L25.0000005,19C23.3431458,19,22,20.3431458,22,22.0000005L22,22.9999995Z" fill="#FDC3C1" fill-opacity="1" transform="matrix(-1,0,0,1,44,0)"/><rect x="2" y="2" width="24" height="22" rx="6" fill="#FF2B00" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M19.000000999999997,17.555555C19.000000999999997,17.801015,18.8134518,18,18.5833349,18L9.41666669,18C9.18654805,18,9,17.801015,9,17.555555C9,17.310095,9.18654805,17.111111,9.41666669,17.111111L18.5833349,17.111111C18.8134518,17.111111,19.000000999999997,17.310095,19.000000999999997,17.555555ZM19.000000999999997,13.111110700000001L19.000000999999997,15.333334C19.000000999999997,15.8242531,18.6269054,16.222222000000002,18.1666679,16.222222000000002L9.83333337,16.222222000000002C9.37309611,16.222222000000002,9,15.8242531,9,15.333334L9,13.111110700000001C9,12.6201906,9.37309611,12.222221900000001,9.83333337,12.222221900000001L12.6511114,12.222221900000001L11.8333337,8.1499259C11.6112218,7.043222,12.4022903,5.99982425902,13.4633336,6.00000021192761L14.5366669,6.00000021192761C15.5977101,5.99982436498,16.388779200000002,7.043222,16.166667,8.1499259L15.348889400000001,12.222221900000001L18.1666679,12.222221900000001C18.6269054,12.222221900000001,19.000000999999997,12.6201906,19.000000999999997,13.111110700000001Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_34604"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34728"><rect x="8" y="6" width="13" height="13" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_34604)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#99D9FC" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001L2,17.499999000000003Z" fill="#3462CC" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34728)"><path d="M18.36313530625,6.99690140125C18.597998606250002,6.88518261185,18.87094780625,6.85852247625,19.12358440625,6.91819050025C19.449854406249997,6.99436238125,19.73676840625,7.22287801125,19.88530440625,7.52375686125C20.010987406250003,7.7713154512500005,20.03637840625,8.06457723125,19.96909340625,8.33371783125C19.401611406249998,11.19778013125,18.83413030625,14.063112231249999,18.26792050625,16.927175031250002C18.23745060625,17.10490903125,18.18540100625,17.28137503125,18.08510680625,17.43244703125C17.97465800625,17.60637403125,17.81596660625,17.74856303125,17.63188460625,17.84123703125C17.41606430625,17.950417031249998,17.165966006250002,17.98723303125,16.92729470625,17.94787903125C16.77368210625,17.92375703125,16.627686006250002,17.86535903125,16.496923406249998,17.78284003125C15.96752880625,17.44514503125,15.43432520625,17.11252703125,14.90493110625,16.77483083125C14.43139550625,17.17219303125,13.96039910625,17.57209603125,13.48686460625,17.97073103125C13.38149310625,18.05832903125,13.24565360625,18.11164703125,13.10727400625,18.11418603125C12.97016480625,18.11799403125,12.83305550625,18.06848403125,12.72895380625,17.97834603125C12.59565310625,17.86408803125,12.518212106250001,17.690163031250002,12.51313350625,17.514967031250002L12.51313350625,16.070240931249998C12.50805590625,15.60686203125,12.51186440625,15.14221473125,12.51059440625,14.67883543125C12.50551680625,14.58235123125,12.51059440625,14.47571043125,12.581688606250001,14.40207763125C13.52875850625,13.404226731249999,14.478367806249999,12.40891363125,15.425438906250001,11.40979243125C14.15844630625,12.41399143125,12.89018440625,13.41946033125,11.62319210625,14.42492913125C11.58256700625,14.45793723125,11.54067250625,14.490944831250001,11.48989130625,14.50617933125C11.41625880625,14.52776143125,11.33373930625,14.51887463125,11.26772330625,14.47951983125C10.66596570625,14.09992933125,10.06547720625,13.717801131249999,9.46244984625,13.33948043125C9.29360216625,13.22522263125,9.15522332625,13.06526233125,9.06762565625,12.88118033125C8.97368031725,12.68694213125,8.93813350025,12.466043031249999,8.96352412555,12.25276233125C8.99145377425,12.001395231250001,9.10571159625,11.75891493125,9.28471550625,11.57991073125C9.37866082625,11.48342653125,9.49037951625,11.40471553125,9.61098503625,11.34504743125C9.83696162625,11.244754831249999,10.05532100625,11.126687531249999,10.27748890625,11.02004723125C12.97397470625,9.676882031249999,15.667920106250001,8.336256831250001,18.36313530625,6.99690140125Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33050"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33050)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#69FFB4" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001L2,17.499999000000003Z" fill="#01BF34" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M7,15.7639999Q7,16.4919996,7.50400019,16.9960012Q8.0080004,17.5,8.7360005,17.5L19.235999,17.5Q19.964,17.5,20.467999,16.9960012Q20.972001,16.4919996,20.972001,15.7639999Q20.972001,15.0360012,20.467999,14.5180006Q19.964,14,19.235999,14L8.7360005,14Q8.0080004,14,7.50400019,14.5180006Q7,15.0360012,7,15.7639999Z" fill="#FFFFFF" fill-opacity="1"/><path d="M7,8.7639999Q7,9.4919996,7.50400019,9.9960012Q8.0080004,10.5,8.7360005,10.5L13.236084,10.5Q13.9640846,10.5,14.4680176,9.9960938Q14.9720192,9.4920921,14.971923799999999,8.7641602Q14.971923799999999,8.0361614,14.4680176,7.51806641Q13.9640179,7.000065803528,13.236084,7L8.7360005,7Q8.0080004,7,7.50400019,7.5180006Q7,8.0360012,7,8.7639999Z" fill="#FFFFFF" fill-opacity="1"/></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28.000019550326897" height="28.000019550326897" viewBox="0 0 28.000019550326897 28.000019550326897"><defs><clipPath id="master_svg0_121_34677"><rect x="0" y="28.000019550326897" width="28.000009536743164" height="28.000009536743164" rx="0"/></clipPath><clipPath id="master_svg1_121_34702"><rect x="22" y="36.0000195503269" width="12.999995231628418" height="12.999995231628418" rx="0"/></clipPath></defs><g transform="matrix(0,-1.0000003576278687,1.0000003576278687,0,-28.00002956391421,28.000019550326897)" clip-path="url(#master_svg0_121_34677)"><path d="M1,38.0000195503269L1,46.0000195503269C1,48.2091585503269,2.7908611,50.0000195503269,5.000001,50.0000195503269L6.9999995,50.0000195503269C8.6568542,50.0000195503269,10,48.6568745503269,10,47.0000195503269L10,37.000020050326896C10,35.3431653503269,8.6568542,34.0000195503269,6.9999995,34.0000195503269L5.0000005,34.0000195503269C2.7908611,34.0000195503269,1,35.7908806503269,1,38.0000195503269Z" fill="#7BF1FF" fill-opacity="1"/><rect x="5" y="30.000019550326897" width="22" height="24" rx="6" fill="#0066FF" fill-opacity="1" style="opacity:0.800000011920929;"/><g transform="matrix(0,0.9999996423721313,-0.9999996423721313,0,58.000006675716634,14.000027418140007)" clip-path="url(#master_svg1_121_34702)"><path d="M32.570556440625,41.0781440503269Q32.570556440625,41.1380174503269,32.564687740625,41.1976025503269Q32.558819040624996,41.257187450326896,32.547138240625,41.315910250326894Q32.535457640625,41.3746330503269,32.518077340625,41.4319283503269Q32.500697140625,41.4892234503269,32.477784140625,41.5445392503269Q32.454871940625,41.5998549503269,32.426647940625,41.6526585503269Q32.398423940625,41.705462250326896,32.365159940625,41.7552449503269Q32.331896340625,41.805027950326895,32.293913140625,41.8513104503269Q32.255929940625,41.8975932503269,32.213592740625,41.9399299503269Q32.171256040624996,41.982266950326895,32.124973140625,42.020250050326894Q32.078690540625,42.0582332503269,32.028907540625,42.0914969503269Q31.979124740625,42.1247611503269,31.926321240625,42.1529850503269Q31.873517640625,42.1812090503269,31.818201740625,42.204121550326896Q31.762886040625,42.2270345503269,31.705590840625,42.2444148503269Q31.648295640625,42.261795050326896,31.589572640625,42.273475650326894Q31.530849940625,42.285156450326895,31.471264840625,42.291025150326895Q31.411679940625,42.2968935503269,31.351806540625,42.2968935503269Q31.291933340625,42.2968935503269,31.232348240625,42.291025150326895Q31.172763140625,42.285156450326895,31.114040140625,42.273475650326894Q31.055317280625,42.261795050326896,30.998022080625,42.2444148503269Q30.940726880625,42.2270345503269,30.885411020625,42.204121550326896Q30.830095290625,42.1812090503269,30.777291770625,42.1529850503269Q30.724488200625,42.1247611503269,30.674705330625,42.091497150326894Q30.624922480625,42.058233450326895,30.578639750625,42.0202503503269Q30.532357040625,41.982266950326895,30.490020190625,41.9399299503269Q30.447683360625,41.8975932503269,30.409700120625,41.8513104503269Q30.371716890625,41.805027850326894,30.338453010625,41.755244850326896Q30.305189180625,41.705462050326894,30.276965080625,41.6526585503269Q30.248740980625,41.5998549503269,30.225828438625,41.5445392503269Q30.202915906625,41.4892234503269,30.185535594625,41.4319282503269Q30.168155282625,41.3746330503269,30.156474573625,41.315910250326894Q30.144793867625,41.257187450326896,30.138925253925,41.1976025503269Q30.133056640625,41.1380174503269,30.133056640625,41.0781440503269Q30.133056640625,41.0182708503269,30.138925253925,40.9586857503269Q30.144793867625,40.899100750326895,30.156474573625,40.840377750326894Q30.168155282625,40.781654950326896,30.185535594625,40.7243597503269Q30.202915906625,40.6670645503269,30.225828438625,40.611748750326896Q30.248740980625,40.5564330203269,30.276965080625,40.5036294503269Q30.305189180625,40.4508259303269,30.338453010625,40.4010430603269Q30.371716890625,40.351260240326894,30.409700120625,40.304977540326895Q30.447683360625,40.2586948603269,30.490020190625,40.2163580103269Q30.532357040625,40.174021180326896,30.578639750625,40.136037950326894Q30.624922480625,40.0980547103269,30.674705330625,40.0647908403269Q30.724488200625,40.0315270303269,30.777291770625,40.003302930326896Q30.830095290625,39.975078850326895,30.885411020625,39.9521663193269Q30.940726880625,39.9292537943269,30.998022080625,39.9118734863269Q31.055317340625,39.894493181326894,31.114040200625,39.882812475326894Q31.172763240625,39.871131773326894,31.232348240625,39.865263161726894Q31.291933340625,39.8593945503269,31.351806540625,39.8593945503269Q31.411679940625,39.8593945503269,31.471264940625,39.865263161726894Q31.530849940625,39.871131773326894,31.589572740625,39.882812475326894Q31.648295640625,39.894493181326894,31.705590840625,39.911873489326894Q31.762886040625,39.9292537943269,31.818201740625,39.9521663193269Q31.873517540625,39.975078850326895,31.926321140625,40.0033029503269Q31.979124740625,40.0315270403269,32.028907540625,40.064790860326895Q32.078690540625,40.0980547103269,32.124973040625,40.136037950326894Q32.171255840625,40.174021180326896,32.213592540625,40.2163580103269Q32.255929440625,40.2586948603269,32.293912840625,40.3049775703269Q32.331896040625,40.351260240326894,32.365159740625,40.4010430603269Q32.398423640625,40.4508259303269,32.426647940625,40.5036294503269Q32.454872140625,40.5564330203269,32.477784440625,40.611748750326896Q32.500697140625,40.6670645503269,32.518077340625,40.7243597503269Q32.535457640625,40.781654950326896,32.547138240625,40.8403778103269Q32.558819040624996,40.899100750326895,32.564687740625,40.958685850326894Q32.570556440625,41.0182708503269,32.570556440625,41.0781440503269Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M34.187495,36.2031445503269L22.8124997,36.2031445503269C22.363768489999998,36.2031445503269,22,36.566913040326895,22,37.0156442503269L22,45.140640750326895C22,45.5893712503269,22.363768489999998,45.953140750326895,22.8124997,45.953140750326895L27.1187482,45.953140750326895L24.721874,48.0900135503269C24.5192089,48.2281715503269,24.4842603,48.5130465503269,24.6475196,48.6960945503269C24.8107791,48.8791425503269,25.0977807,48.8768735503269,25.2581239,48.6912645503269L28.3456225,45.953140750326895L28.9468722,45.953140750326895L32.034371,48.6912645503269C32.106034,48.7608995503269,32.202595,48.798938550326895,32.302496,48.796889550326895C32.469407000000004,48.7948005503269,32.618052,48.6908235503269,32.677251999999996,48.5347505503269C32.736451,48.3786765503269,32.694159,48.20227355032689,32.570621,48.0900135503269L30.1737471,45.953140750326895L34.187495,45.953140750326895C34.636226,45.953140750326895,34.999995,45.5893712503269,34.999995,45.140640750326895L34.999995,37.0156442503269C34.999995,36.566913040326895,34.636226,36.2031445503269,34.187495,36.2031445503269ZM23.8931241,39.6156432503269C23.8931241,39.391277350326895,24.0750084,39.209393550326894,24.2993739,39.209393550326894L27.5493727,39.209393550326894C27.773738899999998,39.209393550326894,27.9556227,39.391277350326895,27.9556227,39.6156432503269C27.9556227,39.8400089503269,27.773738899999998,40.0218927503269,27.5493727,40.0218927503269L24.2993739,40.0218927503269C24.0750084,40.0218927503269,23.8931241,39.8400089503269,23.8931241,39.6156432503269ZM25.379998399999998,42.540641350326894C25.379998399999998,42.3162760503269,25.561882699999998,42.134391350326894,25.7862482,42.134391350326894L27.5493727,42.134391350326894C27.773738899999998,42.134391350326894,27.9556227,42.3162760503269,27.9556227,42.540641350326894C27.9556227,42.7650070503269,27.773738899999998,42.946890850326895,27.5493727,42.946890850326895L25.7862482,42.946890850326895C25.561882699999998,42.946890850326895,25.379998399999998,42.7650070503269,25.379998399999998,42.540641350326894ZM31.3518715,43.109391250326894C30.228997200000002,43.1138830503269,29.315502600000002,42.2064595503269,29.3125048,41.0835804503269C29.3095074,39.9607005503269,30.218145399999997,39.0484142503269,31.3410292,39.0469112503269C32.46392,39.045416850326895,33.374997,39.9552683503269,33.374995,41.078142650326896C33.375006,42.1968054503269,32.470525,43.104918050326894,31.3518715,43.109391250326894Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_34715"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_34715)"><path d="M21.27617275,15.809883C18.54415175,15.809883,16.329414749999998,18.024621,16.329414749999998,20.756641C16.329414749999998,23.488554,18.54425775,25.703125,21.27617275,25.703125C24.00803975,25.703127,26.22265575,23.48851,26.22265575,20.756641C26.22265575,18.024724,24.00781275,15.809881,21.27617275,15.809883ZM24.00617075,22.456055L24.00617075,22.891914C24.01001775,23.294594,23.68259975,23.622011,23.27992075,23.618164L19.27078075,23.618164C18.86799475,23.622162,18.54040875,23.294701,18.54425775,22.891914L18.54425775,22.456055C18.54025275,22.053204,18.86793175,21.725649,19.27078075,21.729805L19.70636775,21.729805L20.86847675,20.30629C20.49268375,20.191803,20.19861175,19.897635,20.08425675,19.521797C19.85156275,18.882772,20.20046775,18.185508,20.86847675,17.953086C21.01394475,17.923828,21.12988275,17.894845,21.27535075,17.894845C21.79816475,17.894845,22.29199175,18.214492999999997,22.46644575,18.737305C22.69886775,19.376602,22.35023475,20.073868,21.68195375,20.30629L22.84406275,21.729805L23.27992275,21.729805C23.68652375,21.729805,24.03515575,22.078438,24.00617075,22.456055ZM20.63988275,15.849257L20.65656275,15.845977C20.64617375,15.848166,20.63578175,15.849531,20.62511675,15.851171L20.63112975,15.851171L20.63988275,15.849257ZM16.37042975,20.106134C16.37042975,20.097929,16.37343775,20.089727,16.37453275,20.081249C16.37289275,20.090002,16.37152475,20.097656,16.37042975,20.106134ZM20.60707075,15.853907L20.62511675,15.851171C20.61964775,15.851719,20.61335775,15.852813,20.60707075,15.853907ZM16.37042975,20.106134C16.36878875,20.116524,16.36769675,20.126913,16.36550775,20.137032C16.36550775,20.13129,16.36769675,20.125547,16.36878875,20.120352C16.369882750000002,20.115158,16.36878875,20.114609,16.36878875,20.111601C16.36920975,20.109741,16.36975675,20.107914,16.37042975,20.106134ZM15.38878775,18.648437C15.83310175,17.439386,16.631304749999998,16.392204,17.67937375,15.643358C18.62656175,14.961952,19.77800975,14.578592,20.94121175,14.513241L20.94121175,3.9355861C20.94121175,3.03055102,20.20753475,2.29687520861626,19.30249975,2.29687541723251L3.4157807499999997,2.29687541723251C2.51085269,2.29702624679,1.77734354138374,3.03065765,1.77734375,3.9355861L1.77734375,22.988436C1.77734375,23.893322,2.5108971,24.626875,3.41578115,24.626875L16.363046750000002,24.626875C15.06285075,22.966562,14.65078175,20.652187,15.38878775,18.648437ZM5.13160135,7.7434773C5.13160185,7.3810406,5.42541455,7.0872273,5.78785185,7.0872273L10.74035075,7.0872273C11.10278705,7.0872273,11.39660075,7.3810406,11.39660075,7.7434773C11.39660075,8.105913600000001,11.10278705,8.3997273,10.74035075,8.3997273L5.78703115,8.3997273C5.42459415,8.3997273,5.130781649999999,8.105913600000001,5.13078115,7.7434773L5.13160135,7.7434773ZM14.03363275,18.064376C14.03363275,18.426813,13.73981875,18.720627,13.37738275,18.720627L5.78703115,18.720627C5.42459415,18.720627,5.130781649999999,18.426813,5.13078115,18.064376C5.130781649999999,17.701938,5.42459415,17.408126,5.78703115,17.408126L13.37820375,17.408126C13.74064075,17.408126,14.03445375,17.701938,14.03445375,18.064376L14.03363275,18.064376ZM5.78703115,13.529415C5.42459485,13.529415,5.130781649999999,13.235601,5.13078115,12.873165C5.130781649999999,12.510729,5.42459415,12.2169151,5.78703115,12.2169151L14.73828175,12.2169151C15.10071775,12.2169151,15.39453175,12.510729,15.39453175,12.873165C15.39453175,13.235601,15.10071775,13.529415,14.73828175,13.529415L5.78703115,13.529415Z" fill="#FFDB42" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M16.37042975,20.106134C16.36878875,20.116524,16.36769675,20.126913,16.36550775,20.137032C16.36550775,20.13129,16.36769675,20.125547,16.36878875,20.120352C16.369882750000002,20.115158,16.36878875,20.114609,16.36878875,20.111601C16.36920975,20.109741,16.36975675,20.107914,16.37042975,20.106134ZM15.38878775,18.648437C15.83310175,17.439386,16.631304749999998,16.392204,17.67937375,15.643358C18.62656175,14.961952,19.77800975,14.578592,20.94121175,14.513241L20.94121175,3.9355861C20.94121175,3.03055102,20.20753475,2.29687520861626,19.30249975,2.29687541723251L3.4157807499999997,2.29687541723251C2.51085269,2.29702624679,1.77734354138374,3.03065765,1.77734375,3.9355861L1.77734375,22.988436C1.77734375,23.893322,2.5108971,24.626875,3.41578115,24.626875L16.363046750000002,24.626875C15.06285075,22.966562,14.65078175,20.652187,15.38878775,18.648437ZM5.13160135,7.7434773C5.13160185,7.3810406,5.42541455,7.0872273,5.78785185,7.0872273L10.74035075,7.0872273C11.10278705,7.0872273,11.39660075,7.3810406,11.39660075,7.7434773C11.39660075,8.105913600000001,11.10278705,8.3997273,10.74035075,8.3997273L5.78703115,8.3997273C5.42459415,8.3997273,5.130781649999999,8.105913600000001,5.13078115,7.7434773L5.13160135,7.7434773ZM14.03363275,18.064376C14.03363275,18.426813,13.73981875,18.720627,13.37738275,18.720627L5.78703115,18.720627C5.42459415,18.720627,5.130781649999999,18.426813,5.13078115,18.064376C5.130781649999999,17.701938,5.42459415,17.408126,5.78703115,17.408126L13.37820375,17.408126C13.74064075,17.408126,14.03445375,17.701938,14.03445375,18.064376L14.03363275,18.064376ZM5.78703115,13.529415C5.42459485,13.529415,5.130781649999999,13.235601,5.13078115,12.873165C5.130781649999999,12.510729,5.42459415,12.2169151,5.78703115,12.2169151L14.73828175,12.2169151C15.10071775,12.2169151,15.39453175,12.510729,15.39453175,12.873165C15.39453175,13.235601,15.10071775,13.529415,14.73828175,13.529415L5.78703115,13.529415Z" fill="#FF9533" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_34592"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34713"><rect x="6" y="5" width="16" height="16" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_34592)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#69FFB4" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001L2,17.499999000000003Z" fill="#01BF34" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34713)"><path d="M8.95634745625,6.16552734375L19.19541015625,6.16552734375C19.36728515625,6.17802739075,19.54072215625,6.19677733975,19.70478415625,6.25146483675C20.13759815625,6.38427734375,20.51259815625,6.68583977375,20.73759615625,7.07802724375C20.86884715625,7.30458974375,20.950096156249998,7.56083974375,20.97353315625,7.82333974375C20.97978415625,7.87958994375,20.97509515625,7.9358396437500005,20.98915815625,7.99208974375L20.98915815625,15.22177794375C20.97353315625,15.33584024375,20.97822215625,15.45146564375,20.95478415625,15.56552794375C20.88290915625,15.99365234375,20.64853415625,16.39208934375,20.311033156249998,16.66552734375C20.70478415625,16.98427734375,20.95478415625,17.47177734375,20.97822215625,17.978028343749997C21.00478315625,18.43271434375,20.85165915625,18.89521534375,20.55634715625,19.243653343749997C20.265721156250002,19.59208934375,19.83915815625,19.82646434375,19.38759715625,19.87802834375C19.248533156249998,19.89677734375,19.107908156249998,19.88896434375,18.967283156249998,19.89052534375L9.01728535625,19.89052534375C8.562597556250001,19.901466343750002,8.10947251625,19.72959034375,7.7735351362500005,19.42333934375C7.41728520625,19.104588343750002,7.19697261025,18.64208934375,7.17666006135,18.16396534375C7.14384758325,17.59521434375,7.40009762625,17.02021434375,7.84541010625,16.66240234375C7.49853515625,16.38271534375,7.26103507725,15.96865274375,7.19541013425,15.52802754375C7.18134760925,15.45302864375,7.18134760925,15.37646384375,7.17041015625,15.29990294375L7.17041015625,7.94521474375C7.17509770395,7.90927724375,7.17822265625,7.87333954375,7.17978513245,7.83740244375C7.20947265625,7.43115234375,7.38603509625,7.03740239375,7.66572260625,6.74208998375C7.94384771625,6.44365248375,8.32666005625,6.24365245575,8.73134755625,6.18740248475C8.80634765625,6.17490243815,8.88134775625,6.17646503375,8.95634745625,6.16552734375ZM13.717285656249999,7.9420900437499995C13.33915995625,7.97958974375,12.967285656249999,8.07646474375,12.62040995625,8.22802714375C11.818847156250001,8.57646484375,11.153223056249999,9.22646454375,10.78447265625,10.02021434375C10.43134765625,10.77021404375,10.35166025625,11.642089343750001,10.55322315625,12.446776343749999C10.67978545625,12.95458844375,10.92041065625,13.43427654375,11.25009825625,13.84052654375C11.567285556249999,14.23271464375,11.96728515625,14.56083964375,12.41728495625,14.79052634375C12.914159756250001,15.04833884375,13.473535556249999,15.18583964375,14.03447345625,15.19052694375C14.62197205625,15.19990064375,15.21103475625,15.06240084375,15.73447225625,14.79365064375C16.212596856250002,14.54833794375,16.636035956249998,14.19677544375,16.962596856250002,13.77021264375C17.27822315625,13.36083794375,17.50322115625,12.88427544375,17.62040915625,12.38115074375C17.75634715625,11.792088543750001,17.74384715625,11.167088943749999,17.58134615625,10.58427624375C17.44072115625,10.07802634375,17.18916015625,9.60302614375,16.84697155625,9.20302634375C16.46728325625,8.75458884375,15.97509665625,8.40146394375,15.42978475625,8.18271394375C14.88759665625,7.96708874375,14.29540875625,7.88427604375,13.717285656249999,7.9420900437499995ZM10.843847556250001,17.618651343750003C10.73134735625,17.63271534375,10.62822265625,17.70146334375,10.57353515625,17.80146434375C10.51572275625,17.90302634375,10.51103515625,18.03271434375,10.56259775625,18.13896334375C10.61103515625,18.24208934375,10.70947265625,18.31865134375,10.82197265625,18.338963343750002C10.88915965625,18.35146434375,10.957910556249999,18.34521434375,11.02509765625,18.34677634375L17.32040915625,18.34677634375C17.40947215625,18.34677634375,17.50478515625,18.35146434375,17.58759715625,18.31083834375C17.71259715625,18.25146434375,17.80009615625,18.11552634375,17.79384815625,17.97646434375C17.79853415625,17.78896434375,17.63134715625,17.61708934375,17.44384715625,17.618651343750003C15.24384685625,17.618651343750003,13.04384705625,17.61552534375,10.843847556250001,17.618651343750003ZM13.756348156249999,8.67021464375C14.34853455625,8.60302714375,14.961034756250001,8.72490214375,15.48291015625,9.01552704375C15.86884685625,9.22802714375,16.20322225625,9.53115204375,16.456348456249998,9.89052724375C16.78759765625,10.35927724375,16.97509765625,10.92958924375,16.98134805625,11.50458954375C16.993846856250002,12.04677674375,16.84853555625,12.590526143750001,16.56728555625,13.05458924375C16.307910956249998,13.487401943750001,15.93291095625,13.84990314375,15.49072165625,14.096776943750001C14.95790955625,14.39677814375,14.328221756249999,14.51865294375,13.720408956250001,14.44208904375C13.20478485625,14.37958904375,12.70790955625,14.17490294375,12.29853435625,13.85615154375C11.873534156249999,13.52802654375,11.54072185625,13.07958844375,11.35322185625,12.574901143750001C11.100096956249999,11.90302704375,11.10947175625,11.13896414375,11.37978505625,10.47333904375C11.65947245625,9.774901643749999,12.22040935625,9.19677684375,12.90947245625,8.89677714375C13.179784756250001,8.77958964375,13.46572205625,8.70302704375,13.756348156249999,8.67021464375ZM13.72978495625,9.884276643749999C13.407908956250001,9.931151343749999,13.11103485625,10.11396434375,12.92353485625,10.37958904375C12.779784156249999,10.58427714375,12.70009705625,10.83427664375,12.70790955625,11.08427664375L12.70790955625,12.110838843749999C12.718847256250001,12.362401943750001,12.81415985625,12.60927634375,12.975098156249999,12.80458884375C13.14384745625,13.010838943749999,13.381348156249999,13.15771344375,13.640722256250001,13.21552654375C13.90322205625,13.276464443750001,14.186035656249999,13.24208924375,14.428223156249999,13.12490174375C14.668848056249999,13.00146344375,14.911035556249999,12.879588643750001,15.15166095625,12.75615164375C15.30791095625,12.67177674375,15.47665975625,12.606151143750001,15.61572265625,12.49208924375C15.82822225625,12.323339443750001,15.97822185625,12.07802674375,16.034473456249998,11.81240174375C16.089160956249998,11.55458924375,16.05947205625,11.27646494375,15.94384765625,11.03896424375C15.83603475625,10.81083914375,15.65166095625,10.62177654375,15.42978475625,10.503026943750001C15.10478595625,10.337401843750001,14.781347256250001,10.17177724375,14.45634845625,10.00615234375C14.232910656249999,9.890527743749999,13.975098156249999,9.84833984375,13.72978495625,9.884276643749999ZM13.80947205625,10.60927724375C13.912598156249999,10.587401843750001,14.02197125625,10.60146474375,14.11415955625,10.651464443750001C14.382909756250001,10.78740264375,14.65009685625,10.924901943750001,14.91728595625,11.06083964375C15.014160656249999,11.11552714375,15.125097256250001,11.15146494375,15.20166015625,11.23583984375C15.33447265625,11.37021494375,15.36572265625,11.58896494375,15.28603555625,11.75771474375C15.24228575625,11.853027843749999,15.16416075625,11.931152843749999,15.07041075625,11.97646474375C14.784473856249999,12.12177754375,14.50009825625,12.26865244375,14.214161356249999,12.41396474375C14.12666125625,12.46083974375,14.036035556249999,12.51083994375,13.934473556250001,12.51552724375C13.68916125625,12.53584004375,13.44697375625,12.33271504375,13.43603655625,12.08427714375C13.434473556250001,11.737401943750001,13.43603655625,11.39208984375,13.43603655625,11.04521464375C13.43916125625,10.835840243749999,13.60791155625,10.651464443750001,13.80947205625,10.60927724375Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28.000019550326897" height="28.000019550326897" viewBox="0 0 28.000019550326897 28.000019550326897"><defs><clipPath id="master_svg0_121_34550"><rect x="0" y="28.000019550326897" width="28.000009536743164" height="28.000009536743164" rx="0"/></clipPath><clipPath id="master_svg1_121_34559"><rect x="23" y="35.0000195503269" width="13.999995231628418" height="13.999995231628418" rx="0"/></clipPath></defs><g transform="matrix(0,-1.0000003576278687,1.0000003576278687,0,-28.00002956391421,28.000019550326897)" clip-path="url(#master_svg0_121_34550)"><path d="M1,38.0000195503269L1,46.0000195503269C1,48.2091585503269,2.7908611,50.0000195503269,5.000001,50.0000195503269L6.9999995,50.0000195503269C8.6568542,50.0000195503269,10,48.6568745503269,10,47.0000195503269L10,37.000020050326896C10,35.3431653503269,8.6568542,34.0000195503269,6.9999995,34.0000195503269L5.0000005,34.0000195503269C2.7908611,34.0000195503269,1,35.7908806503269,1,38.0000195503269Z" fill="#7BF1FF" fill-opacity="1"/><rect x="5" y="30.000019550326897" width="22" height="24" rx="6" fill="#0066FF" fill-opacity="1" style="opacity:0.800000011920929;"/><g transform="matrix(0,0.9999996423721313,-0.9999996423721313,0,58.0000070333445,12.000027775767876)" clip-path="url(#master_svg1_121_34559)"><g><path d="M23,38.00015997886999L23,60.00015997886999Q23,60.14754097886998,23.014445819,60.294209978869986Q23.028891638,60.44087997886999,23.057644151,60.58542797886999Q23.086396672,60.72997797886999,23.12917899,60.871012978869985Q23.17196131,61.01204697886999,23.22836138,61.14820597886999Q23.28476149,61.28436997886999,23.35423622,61.41434597886999Q23.42371094,61.54432497886999,23.50559115,61.66686597886999Q23.58747143,61.789408978869986,23.68096864,61.90333697886999Q23.77446592,62.01726497886999,23.87867963,62.12147897886999Q23.98289347,62.225693978869984,24.0968201,62.31919097886998Q24.2107468,62.412686978869985,24.333289100000002,62.49456397886999Q24.4558318,62.576445978869984,24.5858099,62.64592097886999Q24.7157879,62.71539697886999,24.8519496,62.77179497886999Q24.9881115,62.82819697886998,25.1291459,62.87098097886999Q25.2701802,62.91376297886998,25.4147289,62.94251397886999Q25.5592775,62.97126697886999,25.7059484,62.98571397886999Q25.852619400000002,63.00015997886999,26,63.00015997886999L48,63.00015997886999Q48.147380999999996,63.00015997886999,48.29405,62.98571397886999Q48.44072,62.97126697886999,48.585268,62.94251197886999Q48.729818,62.91376097886999,48.870853,62.870978978869985Q49.011887,62.82819697886998,49.148046,62.77179497886999Q49.28421,62.71539697886999,49.414186,62.64592297886999Q49.544165,62.57644797886999,49.666706000000005,62.49456797886999Q49.789249,62.41268897886999,49.903177,62.31919097886998Q50.017105,62.225693978869984,50.121319,62.12147897886999Q50.225533999999996,62.01726497886999,50.319030999999995,61.90333897886999Q50.412527,61.78941097886999,50.494404,61.66686797886999Q50.576285999999996,61.54432697886999,50.645761,61.41434797886998Q50.715237,61.28436997886999,50.771635,61.14820597886999Q50.828036999999995,61.01204697886999,50.870821,60.871012978869985Q50.913602999999995,60.72997797886999,50.942354,60.58542797886999Q50.971107,60.44087997886999,50.985554,60.29420797886999Q51,60.14754097886998,51,60.00015997886999L51,38.00015997886999Q51,37.85277937886999,50.985554,37.706108378869985Q50.971107,37.55943747886999,50.942352,37.41488857886999Q50.913601,37.270340178869986,50.870819,37.129305878869985Q50.828036999999995,36.98827147886999,50.771635,36.852109578869985Q50.715237,36.71594787886999,50.645763,36.585969678869986Q50.576288000000005,36.455991778869986,50.494408,36.33344907886999Q50.412529,36.21090677886999,50.319030999999995,36.09698007886999Q50.225533999999996,35.98305344886999,50.121319,35.87883960886999Q50.017105,35.774625898869985,49.903179,35.68112861886999Q49.789251,35.58763134886999,49.666708,35.50575106886999Q49.544167,35.42387085886999,49.414187999999996,35.35439616886999Q49.28421,35.28492146886999,49.148046,35.22852135886999Q49.011887,35.17212128886999,48.870853,35.12933896886999Q48.729818,35.08655665086999,48.585268,35.057804129869986Q48.44072,35.029051616869985,48.294048000000004,35.01460579786999Q48.147380999999996,35.00015997886999,48,35.00015997886999L36.315133,35.00015997886999C36.694629,35.00312407566999,37.000245,35.312438398869986,36.998644,35.691929278869985L36.998644,41.02425927886999C36.995850000000004,41.35478707886999,36.731222,41.62343337886999,36.400774,41.63120867886999C36.23865,41.63450647886999,36.082043999999996,41.57230637886999,35.966363,41.458669378869985C35.849536,41.34483357886999,35.782482,41.18940567886999,35.779838,41.02631017886999L35.779838,40.28925967886999L24.2174844,40.28925967886999L24.2174844,47.76692497886999L30.2897768,47.76692497886999C30.5381966,47.769607978869985,30.760829,47.920870978869985,30.8548279,48.15083597886999C30.948827299999998,48.380800978869985,30.8958945,48.64470197886999,30.7204809,48.82062997886999C30.607212099999998,48.93567597886999,30.452455,49.00036497886999,30.291007,49.00015297886999L23.68343377,49.00015297886999C23.30430576,48.99742997886999,22.9989159396,48.68835097886999,23.00074270513,48.30921997886999L23.00074270513,37.93340917886999Q23,37.966780378869984,23,38.00015997886999ZM35.779838,39.05523657886999L35.779838,36.233389878869986L24.2174844,36.233389878869986L24.2174844,39.05523657886999L35.779838,39.05523657886999ZM26.7850084,37.99875547886999C26.6419077,38.34810307886999,26.3049924,38.57909367886999,25.9275479,38.58663387886999C25.5486865,38.58032987886999,25.2100487,38.348811578869984,25.0666699,37.99807167886999C24.9232914,37.64733147886999,25.0027735,37.24489017886999,25.2687283,36.97499337886999C25.4418578,36.79921677886999,25.6783662,36.70039257886999,25.9250872,36.70073567886999L25.9275479,36.70073567886999C26.1755543,36.70082687886999,26.4130554,36.80087787886999,26.5863681,36.97827477886999C26.850059,37.248438378869984,26.9281094,37.649408378869985,26.7850084,37.99875547886999ZM29.7333736,37.65595177886999C29.7270904,38.176274578869986,29.3001633,38.59297017886999,28.7798419,38.58663387886999C28.2630858,38.58255627886999,27.846968699999998,38.16128537886999,27.8492517,37.64451887886999L27.8492517,37.633389978869985C27.8554301,37.11306567886999,28.282271899999998,36.69628317886999,28.802595099999998,36.70251397886999C29.3229184,36.708744778869985,29.7396574,37.13562917886999,29.7333736,37.65595177886999ZM36.079595,45.83574597886999L36.695183,46.19438597886999L36.695185,46.19440197886999C36.798527,46.25627697886999,36.84093,46.38452997886999,36.794838,46.49581197886999C36.69033,46.74746697886999,36.554618,46.98499297886999,36.390889,47.20281097886999C36.317933,47.29747597886999,36.185939,47.32306897886998,36.082889,47.26252897886999L35.468132,46.903888978869986C35.185383,47.18865097886999,34.833051,47.394480978869986,34.446134,47.50093897886999L34.446134,48.21946597886999C34.447305,48.33959497886999,34.3592,48.44196297886999,34.240234,48.45869397886999C33.971617,48.49285997886999,33.699752000000004,48.49285997886999,33.431134,48.45869397886999C33.312262000000004,48.44179097886999,33.224246,48.33952797886999,33.225236,48.21946597886999L33.225236,47.50092597886999C32.8396397,47.393402978869986,32.4886045,47.18752097886998,32.2065449,46.90346497886999L31.5888901,47.26416997886999C31.4864168,47.32390497886999,31.355570800000002,47.29875397886999,31.2825451,47.20528497886999C31.118395800000002,46.986637978869986,30.982276,46.74828997886999,30.8773651,46.49580897886999C30.8324995,46.384172978869984,30.8761048,46.256509978869985,30.9798918,46.195644978869986L31.597532299999997,45.83656697886999C31.548913,45.65265897886999,31.5230532,45.463478978869986,31.5205326,45.27327097886999C31.5172195,45.06067797886999,31.5427027,44.84861537886999,31.596288700000002,44.64286017886999L30.9807119,44.28379697886999C30.8773112,44.22342087886999,30.8336954,44.09644197886999,30.8781729,43.985271178869986C30.9827328,43.73275257886999,31.1188765,43.49450377886998,31.2833519,43.27622107886999C31.3561897,43.18141627886999,31.488204,43.15564317886999,31.5913525,43.21609187886999L32.2061214,43.57515597886999C32.488676999999996,43.29034207886999,32.8408966,43.084491478869985,33.227725,42.97809287886999L33.227725,42.25956747886999C33.22637,42.13937977886999,33.314549,42.03691217886999,33.433596,42.02033737886999C33.702196,41.98575377886999,33.974122,41.98575377886999,34.242724,42.02033737886999C34.361585,42.03725217886999,34.449587,42.13951227886999,34.448595,42.25956747886999L34.448595,42.97810627886999C34.835542000000004,43.084491478869985,35.187891,43.29033347886999,35.470595,43.57515597886999L36.086185,43.21568277886999C36.188693,43.15564987886999,36.319834,43.18103197886999,36.392543,43.274977478869985C36.556692,43.493479478869986,36.692813,43.731689178869985,36.797722,43.984040978869984C36.841805,44.09544057886999,36.798102,44.22234607886999,36.694773,44.28297687886999L36.079595,44.641629978869986C36.181306,45.03316997886999,36.181306,45.44420497886999,36.079595,45.83574597886999ZM33.856083,46.348796978869984C34.451105,46.33938397886999,34.929212,45.85560597886999,34.931608,45.26051597886999C34.94379,44.65376157886999,34.462392,44.15173027886999,33.855672999999996,44.13845227886999L33.839608999999996,44.13845227886999C33.227765,44.132005478869985,32.727120400000004,44.62390587886999,32.7227869,45.235768978869984C32.7184544,45.847631978869984,33.21208,46.346575978869986,33.823955,46.348796978869984L33.856083,46.348796978869984Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_34619"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34734"><rect x="10" y="6" width="14" height="14" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_34619)"><path d="M2,9L2,17C2,19.209139,3.7908611,21,6.000001,21L7.9999995,21C9.6568542,21,11,19.656855,11,18L11,8.0000005C11,6.3431458,9.6568542,5,7.9999995,5L6.0000005,5C3.7908611,5,2,6.7908611,2,9Z" fill="#FFDB42" fill-opacity="1"/><path d="M5,8.0000014L5,15.719357C5,18.46419,6.6042204,20.955734,9.1029472,22.091724L13.0168123,23.871075C14.5945721,24.588367,16.405428,24.588367,17.983188,23.871075L21.897053,22.091724C24.395779,20.955734,26,18.46419,26,15.719357L26,8.0000014C26,4.6862922000000005,23.313709,2,19.999999000000003,2L11.000001000000001,2C7.6862917,2,5,4.6862922000000005,5,8.0000014Z" fill="#FF7B00" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34734)"><path d="M18.729331925,8.2537503C18.775995225000003,8.3470771,18.834314325,8.428735,18.904315925,8.4987233C18.974304224999997,8.5687115,19.060629825,8.6037056,19.163291025,8.6037056L21.221066625,8.6037056L21.221066625,8.3797238C21.221066625,8.3237252,21.211730625,8.2584047,21.193073625,8.1837487C21.174416625,8.1090927,21.125418625000002,8.0180998,21.046094625000002,7.9107835C20.966771625,7.8034669999999995,20.852453625000003,7.6728123,20.703126925,7.5188328C20.553815825,7.3648530999999995,20.353158925000002,7.1758658,20.101198224999997,6.9518978C19.867895125,6.7465871,19.674241025,6.58093822,19.520260825,6.45495111C19.366281524999998,6.32896408,19.235627125,6.23096959,19.128310225,6.16098128C19.020994225000003,6.090993002,18.930001224999998,6.046663471,18.855344725000002,6.027992692C18.780688325,6.009321915,18.701338725,6,18.617347225,6L18.589354525,6L18.589354525,7.7218096C18.589354525,7.7871301,18.601023625,7.8687878,18.624348625,7.9667821C18.647673625,8.0647767,18.682668225,8.1604238,18.729331925,8.2537503ZM18.575352225,16.491838L13.330599025,16.491838C13.087960525,16.491838,12.882649425,16.407847,12.714666825,16.239865C12.546684025,16.071882000000002,12.462692825,15.8665714,12.462692825,15.6239328C12.462692825,15.3812933,12.546684225,15.1736498,12.714667125,15.0009985C12.882649924999999,14.8283482,13.087960725,14.7420235,13.330599325,14.7420235L18.575352225,14.7420235C18.817991225,14.7420235,19.025635725,14.8283491,19.198286025,15.0009985C19.370936425,15.1736498,19.457261125000002,15.3812933,19.457261125000002,15.6239328C19.457261125000002,15.8012505,19.405930525000002,15.9645653,19.303281825,16.113878L21.218732625,14.1261053L21.218732625,9.4972844L19.174946825,9.4972842C18.913637125,9.4972842,18.689669625,9.4389513,18.503015525000002,9.3222995C18.316361425,9.2056479,18.164715725,9.0609899,18.048064225,8.8883531C17.931412725,8.715702799999999,17.845087525,8.5267291,17.789088725,8.321418C17.733090425,8.1161077,17.705097725,7.9247996999999994,17.705097725,7.7474818L17.705097725,6L12.350708825,6C12.136062825,6,11.930752025,6.058332615,11.734776725,6.17498429C11.538801315,6.29163596,11.363817095,6.4362938100000004,11.209837375,6.60893071C11.055857715,6.78156769,10.934524745,6.97522259,10.845879215,7.1898688C10.757233679,7.404515,10.712890625,7.6098256,10.712890625,7.8058008999999995L10.712890625,17.331752C10.712890625,17.565055,10.773557067,17.79137,10.894876495,18.010672C11.016195835,18.229985,11.167841705,18.423627,11.349827585,18.591609C11.531813445000001,18.759591999999998,11.727788725,18.894916000000002,11.937767225,18.997563C12.147745725,19.100225000000002,12.341387025,19.151543,12.518705225,19.151543L16.379933325,19.151544L19.093302725,16.32619C18.953312824999998,16.435841,18.780661625,16.491838,18.575352225,16.491838ZM12.714666825,11.506062499999999C12.882649624999999,11.3334117,13.087960525,11.2470865,13.330599025,11.2470865L18.575352225,11.2470865C18.817991225,11.2470865,19.025635725,11.3334117,19.198286025,11.506062499999999C19.370936425,11.6787128,19.457261125000002,11.8863573,19.457261125000002,12.1289964C19.457261125000002,12.371635000000001,19.370936425,12.5769458,19.198286025,12.7449284C19.025635725,12.9129109,18.817991225,12.996902500000001,18.575352225,12.996902500000001L13.330599025,12.996902500000001C13.087960525,12.996902500000001,12.882649425,12.912911399999999,12.714666825,12.7449284C12.546684025,12.5769453,12.462692825,12.371635000000001,12.462692825,12.1289964C12.462692825,11.886344000000001,12.546684225,11.6786985,12.714666825,11.506062499999999ZM23.255502625,15.1923189C23.199504625,15.0616655,23.117846625,14.9380121,23.010530625,14.8213606C22.903215625,14.7047091,22.802885625000002,14.6230516,22.709559625,14.5763884C22.625568625,14.5297251,22.518251624999998,14.4993982,22.387596625,14.4853954C22.256942625,14.4713926,22.135622625,14.5157213,22.023639625,14.6183844C21.976976625,14.6557121,21.918657625,14.7070436,21.848655625,14.7723637C21.778667625,14.8376837,21.715666625,14.8936834,21.659681624999997,14.9403467L22.849551625,16.116212C22.877542625,16.097541,22.910216625,16.069549000000002,22.947544625,16.032221C22.975538625,16.004227999999998,23.008211625,15.9692335,23.045538625,15.9272385C23.082867625,15.8852434,23.124862625,15.8409128,23.171525625,15.7942495C23.274188625,15.6915874,23.320836625,15.5842714,23.311515625,15.4722872C23.302166624999998,15.3603029,23.283494625,15.2669764,23.255502625,15.1923189ZM19.842210725,16.743814C19.674226725,16.911796000000002,19.506244625,17.082113,19.338261625,17.254763C19.170278525,17.427414,19.016299224999997,17.583727,18.876309425000002,17.723717999999998L18.344368925,18.255658C18.251042325,18.348985,18.176385924999998,18.456301,18.120387125,18.57762C18.101730325,18.614948,18.076058425,18.684936999999998,18.043396925,18.787599C18.010737425000002,18.890245999999998,17.975743325,18.999911,17.938414525,19.116562000000002C17.901086825,19.233212,17.868426325,19.347531,17.840420225,19.459528C17.812427024999998,19.571513,17.793756925,19.655504,17.784421925,19.711503C17.765765225,19.823487,17.775086424999998,19.902811,17.812415125,19.949474000000002C17.849742925,19.996138000000002,17.924399425,20.01014,18.036396025000002,19.991469000000002C18.092394825,19.982134000000002,18.176385924999998,19.963476,18.288370125,19.935471C18.400354825,19.907477,18.517006424999998,19.874803999999997,18.638324725,19.837477C18.759643525,19.800148,18.878629725,19.760486,18.995281225,19.718491C19.111932725000003,19.676496,19.198258425,19.641500999999998,19.254257225,19.613508C19.310255025,19.585516,19.366241425,19.550521,19.422240225,19.508526C19.478238125,19.466531,19.529556225,19.426868,19.576219525,19.38954C19.585555125,19.380205,19.634552024999998,19.328875,19.723197925,19.23556C19.811856225,19.142234000000002,19.921506925,19.030250000000002,20.052161225,18.899594999999998L22.373594625000003,16.578165L21.197728625,15.4022989C20.693779925,15.894577,20.243495924999998,16.342527,19.842210725,16.743814Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33489"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_33981"><rect x="7" y="5" width="15" height="15" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33489)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#69FFB4" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001L2,17.499999000000003Z" fill="#01BF34" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_33981)"><path d="M20.3752966875,16.093688L16.7022466875,12.4677191C16.926409687499998,11.9234719,17.0490312875,11.3268728,17.0490312875,10.7032204C17.0490312875,8.1067169,14.915963187500001,6,12.2829184875,6C11.4558319875,6,10.6786374875,6.20835271,9.9998221875,6.57270658L12.7200030875,9.2570491C12.9021677875,9.435703499999999,12.9021677875,9.729101700000001,12.7200030875,9.9077556L11.4769129875,11.1343307C11.293797487500001,11.314007799999999,11.0005383875,11.314007799999999,10.8174218875,11.1343307L8.0989986075,8.4517457C7.7168773375,9.1410441,7.5170880712,9.916497,7.5185624099777,10.7046256C7.5185624099777,13.3011298,9.651630687499999,15.4078465,12.2846750875,15.4078465C13.015138587500001,15.4078465,13.705197287499999,15.2455225,14.3242835875,14.956007L17.9277666875,18.511706C18.5872576875,19.162765999999998,19.6641576875,19.162765999999998,20.323646687500002,18.511706L20.3767026875,18.459355000000002C21.034858687499998,17.8079,21.034226687500002,16.744363,20.3752966875,16.093688Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33468"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_33849"><rect x="8" y="6" width="13" height="13" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33468)"><path d="M25,21.1513879C25,21.3787005,25.067284852,21.6009274,25.19337524,21.7900629L27.1094005,24.6641006C27.6657977,25.4986968,28.6024919,26,29.6055508,26L37,26C38.656855,26,40,24.656854199999998,40,23C40,21.343146,38.656855,20,37,20L26.1513879,20C25.51549393,20,25,20.51549393,25,21.1513879Z" fill="#FFDB42" fill-opacity="1" transform="matrix(-1,0,0,1,50,0)"/><rect x="2" y="2" width="25" height="21" rx="6" fill="#FF7B00" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_33849)"><path d="M19.048301678125,8.4172584625C18.911985378125,8.2934912625,18.732471478125,8.2257681625,18.546841578124997,8.2257681625C18.529913878125,8.2257681625,18.512986178125,8.2257681625,18.496070878125,8.2269375625C18.485834078125002,8.2280938625,18.367627178124998,8.2351349625,18.182891878124998,8.2351349625C17.876714678124998,8.2351349625,17.278964078125,8.2141151625,16.712728978125,8.0798642625C15.981597378124999,7.9058990625,15.137792078124999,7.1003012925,14.892311078125001,6.9415227025C14.768556578125,6.8609901965,14.626121078125,6.8212890625,14.483399878124999,6.8212890625C14.341262378125,6.8212890625,14.198827278125,6.8609901965,14.075358878125,6.9403664225C14.045596078125001,6.9602169825,13.162076978125,7.8743560625,12.297863278125,8.0798642625C11.731927178125,8.2141153625,11.122782578125,8.2351349625,10.816891778125001,8.2351349625C10.632130618125,8.2351349625,10.514235438125,8.2280938625,10.502569618125,8.2269375625C10.486512478125,8.2257681625,10.470455348125,8.2257681625,10.454112348125,8.2257681625C10.268182278125,8.2257681625,10.088098078125,8.2934784625,9.951209708125,8.4172584625C9.802655190125,8.5515097625,9.718017578125,8.7394664625,9.718017578125,8.9367768625L9.718017578125,10.7148573625C9.718017578125,17.2878480625,14.164998578125001,18.1342780625,14.353527078125001,18.1680940625C14.396735178124999,18.175149062499997,14.440216978125001,18.1786310625,14.483711678125001,18.1786310625C14.526907878125,18.1786310625,14.570973378125,18.175149062499997,14.613584478125,18.1680940625C14.802411578125,18.1342650625,19.282064478125,17.2878360625,19.282064478125,10.7148578625L19.282064478125,8.9367768625C19.282064478125,8.7394664625,19.197141678125,8.5515226625,19.048301678125,8.4172584625ZM17.404459478125,10.9600276625L14.321424978125,13.9429898625C14.302158878124999,13.9744801625,14.278514878125,14.0060491625,14.249908478125,14.0328888625C14.159423778125,14.1204495625,14.039762978125001,14.1624760625,13.921243678125,14.1601376625C13.802764378125,14.1624760625,13.683361278125,14.1204495625,13.592903878125,14.0328888625C13.564310578125,14.0060491625,13.540380678125,13.9744806625,13.521114778125,13.9429898625L11.873505078125,12.3481898625C11.698071878124999,12.1788878625,11.698071878124999,11.9045529625,11.873505078125,11.7340822625C12.048911778125,11.564833162500001,12.333471578125,11.564833162500001,12.508904978124999,11.7340822625L13.921256578125,13.1012372625L16.769357178125,10.3459713625C16.944790878124998,10.176669562499999,17.229051078125,10.176669562499999,17.404471878125,10.3459713625C17.579878778125,10.5152084625,17.579878778125,10.7907650625,17.404459478125,10.9600276625Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_34134"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34139"><rect x="7" y="5" width="15" height="15" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_34134)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#69FFB4" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001L2,17.499999000000003Z" fill="#01BF34" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34139)"><path d="M19.374999000000003,13.250488781249999L18.625,13.250488781249999L18.625,8.00048838125C18.625,7.17548841125,17.9499989,6.50048828125,17.124999000000003,6.50048828125L11.8749998,6.50048828125C11.0499997,6.50048828125,10.3749999,7.17548841125,10.3749999,8.00048838125L10.3749999,13.250488781249999L9.62499994,13.250488781249999C9.17499992,13.250488781249999,8.875,13.55048848125,8.875,14.00048828125L8.875,17.75048828125C8.875,18.20048728125,9.17499992,18.500489281249997,9.62499994,18.500489281249997L19.374999000000003,18.500489281249997C19.825,18.500489281249997,20.125,18.200490281249998,20.125,17.75048828125L20.125,14.00048828125C20.125,13.55048938125,19.825,13.250488781249999,19.374999000000003,13.250488781249999ZM12.625,8.00048838125L16.375,8.00048838125L16.375,8.75048828125L12.625,8.75048828125L12.625,8.00048838125ZM12.625,10.250488981250001L16.375,10.250488981250001L16.375,11.000488781249999L12.625,11.000488781249999L12.625,10.250488981250001ZM16.375,16.25048828125L12.625,16.25048828125L12.625,15.50048828125L16.375,15.50048828125L16.375,16.25048828125ZM11.125,13.250488781249999L11.125,12.500488781249999L17.875,12.500488781249999L17.875,13.250488781249999L11.125,13.250488781249999Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_34789"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_34789)"><path d="M22,22.9999995C22,25.2091389,23.7908611,27,26,27L34,27C36.209139,27,38,25.2091389,38,22.9999995L38,22.0000005C38,20.3431458,36.656855,19,35,19L25.0000005,19C23.3431458,19,22,20.3431458,22,22.0000005L22,22.9999995Z" fill="#FDC3C1" fill-opacity="1" transform="matrix(-1,0,0,1,44,0)"/><rect x="2" y="2" width="24" height="22" rx="6" fill="#FF2B00" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M7,15.7639999Q7,16.4919996,7.50400019,16.9960012Q8.0080004,17.5,8.7360005,17.5L19.235999,17.5Q19.964,17.5,20.467999,16.9960012Q20.972001,16.4919996,20.972001,15.7639999Q20.972001,15.0360012,20.467999,14.5180006Q19.964,14,19.235999,14L8.7360005,14Q8.0080004,14,7.50400019,14.5180006Q7,15.0360012,7,15.7639999Z" fill="#FFFFFF" fill-opacity="1"/><path d="M7,8.7639999Q7,9.4919996,7.50400019,9.9960012Q8.0080004,10.5,8.7360005,10.5L13.236084,10.5Q13.9640846,10.5,14.4680176,9.9960938Q14.9720192,9.4920921,14.971923799999999,8.7641602Q14.971923799999999,8.0361614,14.4680176,7.51806641Q13.9640179,7.000065803528,13.236084,7L8.7360005,7Q8.0080004,7,7.50400019,7.5180006Q7,8.0360012,7,8.7639999Z" fill="#FFFFFF" fill-opacity="1"/></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_32880"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_32880)"><path d="M25,21.1513879C25,21.3787005,25.067284852,21.6009274,25.19337524,21.7900629L27.1094005,24.6641006C27.6657977,25.4986968,28.6024919,26,29.6055508,26L37,26C38.656855,26,40,24.656854199999998,40,23C40,21.343146,38.656855,20,37,20L26.1513879,20C25.51549393,20,25,20.51549393,25,21.1513879Z" fill="#FFDB42" fill-opacity="1" transform="matrix(-1,0,0,1,50,0)"/><rect x="2" y="2" width="25" height="21" rx="6" fill="#FF7B00" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M11.1538463,14.625L11.1538086,11.5C11.1538086,9.68575,12.4753282,8.1728202,14.2307129,7.8251953L14.2307129,7.375C14.2307129,6.96062499,14.5750003,6.625,15,6.625C15.4249997,6.625,15.7692871,6.96062499,15.7692871,7.375L15.7692871,7.8251953C17.5246711,8.1728202,18.846191400000002,9.68575,18.846191400000002,11.5L18.8461552,14.625L19.2319241,14.625C19.6561546,14.625,20,14.9580002,20,15.375C20,15.7893753,19.6557693,16.125,19.2319241,16.125L10.76807708,16.125C10.3438462,16.125,10,15.7919998,10,15.375C10,14.9606247,10.3442308,14.625,10.76807708,14.625L11.1538463,14.625ZM16.153846299999998,16.875C16.153846299999998,17.496375,15.6373076,18,15,18C14.3626924,18,13.8461542,17.496375,13.8461542,16.875L16.153846299999998,16.875Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_31699"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_35339"><rect x="8.5" y="7" width="12" height="12" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_31699)"><g transform="matrix(1,3.7247229744963306e-9,-3.7247229744963306e-9,1,7.449445948992661e-9,-7.449445948992661e-9)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#FF8572" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,8.000001000000001L2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001Z" fill="#CE5026" fill-opacity="1"/></g><g clip-path="url(#master_svg1_121_35339)"><path d="M14.5,18.625C11.3935001,18.625,8.875,16.1065006,8.875,13C8.875,9.8935001,11.3935001,7.375,14.5,7.375C17.6065006,7.375,20.125,9.8935001,20.125,13C20.125,16.1065006,17.6065006,18.625,14.5,18.625ZM14.125,10L14.125,14.125C14.125,14.3321071,14.2928929,14.5,14.5,14.5C14.7071066,14.5,14.875,14.3321071,14.875,14.125L14.875,10C14.875,9.7928932,14.7071066,9.625,14.5,9.625C14.2928929,9.625,14.125,9.7928932,14.125,10ZM13.9375,16.1875C13.9375,16.4981594,14.189340099999999,16.75,14.5,16.75C14.810659900000001,16.75,15.0625,16.4981594,15.0625,16.1875C15.0625,15.8768406,14.810659900000001,15.625,14.5,15.625C14.189340099999999,15.625,13.9375,15.8768406,13.9375,16.1875Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_31678"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34754"><rect x="8" y="5" width="13" height="13" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_31678)"><path d="M25,21.1513879C25,21.3787005,25.067284852,21.6009274,25.19337524,21.7900629L27.1094005,24.6641006C27.6657977,25.4986968,28.6024919,26,29.6055508,26L37,26C38.656855,26,40,24.656854199999998,40,23C40,21.343146,38.656855,20,37,20L26.1513879,20C25.51549393,20,25,20.51549393,25,21.1513879Z" fill="#FFDB42" fill-opacity="1" transform="matrix(-1,0,0,1,50,0)"/><rect x="2" y="2" width="25" height="21" rx="6" fill="#FF7B00" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34754)"><path d="M18.731501234375,17.424902C18.621053234374997,17.314453,18.478865234375,17.235742000000002,18.320174234375,17.204003C18.224959234375,17.18496,18.156403234375,17.10371,18.156403234375,17.007226L18.156403234375,12.340429799999999C18.156403234375,10.3218751,16.504743534375002,8.648633,14.486188934375,8.65625C12.473982334375,8.6638672,10.843904034375,10.2977533,10.843904034375,12.3125L10.843904034375,17.007226C10.843904034375,17.10371,10.775349334375,17.18496,10.680134534375,17.204003C10.309431034375,17.280175,10.031404034375,17.607714,10.031404034375,18L18.968903234375,18C18.968903234375,17.775292,18.877497234375,17.572167,18.731501234375,17.424902ZM15.202205134375,10.890625L14.955915934375,13.090723L15.922029534375,13.090723L13.799373134375,16.171875L14.045662434375,13.971777L13.078279934375,13.971777L15.202205134375,10.890625ZM14.500154534375,7.640625C14.275447334375,7.640625,14.093904934375,7.4590821,14.093904934375,7.234375L14.093904934375,5.40625C14.093904934375,5.18154295,14.275447334375,5,14.500154534375,5C14.724861634375,5,14.906404534375,5.18154296,14.906404534375,5.40625L14.906404534375,7.234375C14.906404534375,7.4590821,14.724861634375,7.640625,14.500154534375,7.640625ZM11.554842234375,8.7590818C11.360604034375001,8.8708007,11.111775834374999,8.804785299999999,11.000056934375,8.6105466L10.085994434375,7.0274415C9.974275934375001,6.833203,10.040291034375,6.5843749,10.234529734375,6.4726562C10.428767934375,6.3609374,10.677596134375,6.4269531,10.789314534375,6.6211913L11.703377534375,8.2042966C11.815096134375,8.3985348,11.749080634375,8.6460934,11.554842234375,8.7590818ZM17.445467034375,8.7590818C17.639704734375,8.8708007,17.888534534374998,8.804785299999999,18.000251734375,8.6105466L18.914314234375,7.0274415C19.026033234375,6.833203,18.960017234375,6.5843749,18.765779234375,6.4726562C18.571541234374997,6.3609374,18.322713234375,6.4269531,18.210994234375,6.6211913L17.296931234375002,8.2042966C17.185213134374997,8.3985348,17.251228334375,8.6460934,17.445467034375,8.7590818ZM10.570955534374999,10.6481442C10.512557034375,10.8652344,10.290389034375,10.9934568,10.073299134375,10.9350586L8.307381244375,10.4627924C8.090291410375,10.4043946,7.962068759375,10.182226700000001,8.019197665375,9.9651365C8.077596105375,9.7480469,8.299764064375,9.619824399999999,8.516853924375,9.6782227L10.282771834375,10.151757199999999C10.499861734375,10.2088861,10.628084434375,10.4310541,10.570955534374999,10.6481442ZM18.429353234375,10.6481442C18.487752234375,10.8652344,18.709920234374998,10.9934568,18.927009234375,10.9350586L20.692928234375,10.4615235C20.910018234375002,10.4031248,21.038239234375,10.1809568,20.979842234375,9.9638672C20.921444234375002,9.7467775,20.699276234375,9.6185541,20.482185234375002,9.676953300000001L18.716267234375,10.1504879C18.500447234375002,10.2088861,18.372225234375,10.4310541,18.429353234375,10.6481442Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M18.731348,17.424927699999998C18.6208982,17.314478899999997,18.478711099999998,17.2357683,18.3200197,17.20403C18.224804900000002,17.1849871,18.15625,17.1037369,18.15625,17.007252700000002L18.15625,12.340455500000001C18.15625,10.321901,16.5045891,8.6486588032,14.486035300000001,8.656275681087C12.4738281,8.6638930016,10.84375,10.2977794,10.84375,12.3125257L10.84375,17.007252700000002C10.84375,17.1037369,10.77519542,17.1849871,10.67998058,17.20403C10.30927721,17.2802019,10.03125,17.6077404,10.03125,18.000025700000002L18.96875,18.000025700000002C18.96875,17.7753191,18.877344100000002,17.5721941,18.731348,17.424927699999998ZM15.2020512,10.8906507L14.955761899999999,13.0907488L15.921876000000001,13.0907488L13.7992194,16.171900700000002L14.0455084,13.9718032L13.078125700000001,13.9718032L15.2020512,10.8906507Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33292"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_33297"><rect x="9" y="7" width="14" height="14" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33292)"><path d="M1,10L1,18C1,20.209139,2.7908611,22,5.000001,22L6.9999995,22C8.6568542,22,10,20.656855,10,19L10,9.0000005C10,7.3431458,8.6568542,6,6.9999995,6L5.0000005,6C2.7908611,6,1,7.7908611,1,10Z" fill="#7BF1FF" fill-opacity="1"/><rect x="5" y="2" width="22" height="24" rx="6" fill="#0066FF" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_33297)"><path d="M11,16.3145084C11,16.8568134,11.41953862,17.2965374,11.93705875,17.2965374L14.748235000000001,17.2965326L14.748235000000001,19.01492C14.748235000000001,19.557223999999998,15.1677732,19.996857,15.685293699999999,19.996857C16.2028127,19.996857,16.6223521,19.557223999999998,16.6223521,19.01492L16.6223521,17.2965326L19.4335279,17.2965374C19.9510479,17.2965374,20.3705873,16.8568134,20.3705873,16.3145084C20.3705873,15.7722044,19.9510479,15.3324795,19.4335279,15.3324795L16.6223521,15.3326592L16.6223521,14.1052389L19.4335279,14.1052041C19.9510479,14.1052041,20.3705873,13.665479699999999,20.3705873,13.123175100000001C20.3705873,12.5808711,19.9510479,12.1411459,19.4335279,12.1411459L17.0471907,12.141366L18.372539500000002,10.6733191L18.3832593,10.6612922C18.738317000000002,10.2769862,18.7347999,9.66407478,18.372539500000002,9.28446427C18.006588,8.901018053,17.4131689,8.901018053,17.0472183,9.28446427L15.685293699999999,10.5117393L14.3330426,9.28446427C13.9671209,8.900987156,13.3739045,8.900987156,13.007983,9.28446427C12.642032,9.66791046,12.642032,10.2898729,13.007983,10.6733191L14.301521300000001,12.141366L11.93705875,12.1411459C11.41953862,12.1411459,11,12.5808711,11,13.123175100000001C11,13.6654792,11.41953862,14.1052041,11.93705875,14.1052041L14.748235000000001,14.1052389L14.748235000000001,15.3326592L11.93705875,15.3324795C11.41953862,15.3324795,11,15.7722044,11,16.3145084Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33530"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_33851"><rect x="7" y="6" width="14" height="14" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33530)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#99D9FC" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001L2,17.499999000000003Z" fill="#3462CC" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_33851)"><path d="M21,15.47784425Q21,15.82784465,20.881000999999998,16.135844249999998Q20.762002000000003,16.44384475,20.545001,16.68884465Q20.328001,16.93384375,20.041,17.101844749999998Q19.754001000000002,17.26984475,19.418001,17.32584375L19.432001,17.33984375L19.194000000000003,17.33984375L19.137999999999998,17.33984375L19.082,17.33984375L9.842,17.33984375Q9.7720003,17.35384375,9.618,17.35384375Q9.0719998,17.35384375,8.596,17.143843750000002Q8.120000000000001,16.93384375,7.76300001,16.57684425Q7.4059999,16.21984385,7.20299998,15.74384405Q7.00000010430817,15.26784515,7.00000000000005,14.721844149999999Q6.99999989569192,14.17584375,7.20299998,13.69984435Q7.40600008,13.223844549999999,7.76300001,12.866843249999999Q8.1199999,12.50984335,8.596,12.29984375Q9.072,12.08984375,9.618,12.08984375L9.632,12.08984375Q9.618,11.97784375,9.618,11.87984415L9.618,11.65584325Q9.618,10.66184375,9.9959998,9.779843549999999Q10.3739998,8.897843850000001,11.031999599999999,8.24684385Q11.6899996,7.59584379,12.5649996,7.21784377Q13.4399996,6.83984375,14.433999499999999,6.83984375Q15.4279985,6.83984375,16.3099995,7.21784377Q17.191999,7.59584379,17.849999,8.24684385Q18.507998999999998,8.897843850000001,18.885998999999998,9.779843549999999Q19.263999,10.66184375,19.263999,11.65584325Q19.263999,12.17384335,19.151999,12.67084315Q19.039999,13.16784385,18.843999,13.61584375Q18.914,13.60184435,18.990999000000002,13.59484385Q19.067999999999998,13.587843849999999,19.137999999999998,13.587843849999999Q19.516,13.587843849999999,19.858999,13.73484425Q20.201999999999998,13.88184405,20.454,14.14084335Q20.706,14.399842750000001,20.853001,14.742843149999999Q21,15.08584305,21,15.47784425ZM16.1000004,13.81184485Q16.3800001,13.81184485,16.4640007,13.748845150000001Q16.5480013,13.685845350000001,16.3520002,13.447845449999999Q16.1560001,13.195845649999999,15.9180002,12.78984545Q15.6799994,12.38384585,15.4210005,11.96384525Q15.1620007,11.54384465,14.8960004,11.17984535Q14.6299992,10.81584595,14.377999800000001,10.64784575Q14.1259999,10.465845550000001,14.007,10.45184565Q13.8880005,10.437845750000001,13.664,10.61984515Q13.4120002,10.82984495,13.1740003,11.151844950000001Q12.9360003,11.473845050000001,12.691000500000001,11.83784535Q12.4460001,12.20184465,12.2010002,12.55184555Q11.9560003,12.901844950000001,11.704,13.16784575Q11.4520001,13.41984555,11.5220003,13.61584565Q11.591999999999999,13.81184575,11.872000199999999,13.81184575L12.096000199999999,13.81184575Q12.222000099999999,13.81184575,12.369,13.818845750000001Q12.5159998,13.825846649999999,12.6560001,13.825846649999999L12.8939996,13.825846649999999Q13.0899997,13.83984665,13.1459999,13.95884705Q13.2020001,14.07784745,13.2020001,14.28784755Q13.2020001,14.52584745,13.195000199999999,14.70784715Q13.188000200000001,14.88984585,13.188000200000001,15.05784605Q13.188000200000001,15.22584625,13.1810002,15.40784645Q13.1740007,15.58984565,13.1740007,15.82784555Q13.1740007,15.92584605,13.1950006,16.03784565Q13.216001,16.14984515,13.2720008,16.247845650000002Q13.3280001,16.34584525,13.4400005,16.40884595Q13.5520005,16.47184465,13.7340007,16.47184465L14.0559998,16.47184465Q14.182000200000001,16.47184465,14.434000000000001,16.48584465Q14.7699995,16.48584465,14.8189993,16.31784435Q14.867999099999999,16.14984415,14.867999099999999,15.78584485Q14.867999099999999,15.46384525,14.875,15.20484445Q14.882000399999999,14.94584565,14.882000399999999,14.49784515Q14.882000399999999,14.17584515,14.945000199999999,14.00084545Q15.0079994,13.82584575,15.2180004,13.82584575Q15.3719997,13.82584575,15.6590004,13.818845750000001Q15.9460001,13.81184485,16.1000004,13.81184485Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_31711"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34749"><rect x="7" y="5" width="14" height="14" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_31711)"><path d="M22,22.9999995C22,25.2091389,23.7908611,27,26,27L34,27C36.209139,27,38,25.2091389,38,22.9999995L38,22.0000005C38,20.3431458,36.656855,19,35,19L25.0000005,19C23.3431458,19,22,20.3431458,22,22.0000005L22,22.9999995Z" fill="#FDC3C1" fill-opacity="1" transform="matrix(-1,0,0,1,44,0)"/><rect x="2" y="2" width="24" height="22" rx="6" fill="#FF2B00" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34749)"><path d="M20.87559496875,16.8220698125L17.81582896875,11.5228515125L14.75606346875,6.2236328125C14.587899668750001,5.9324218325,14.292586768749999,5.7861328125,13.99864196875,5.7861328125C13.70332906875,5.7861328125,13.40938376875,5.9324218325,13.24121996875,6.2236328125L10.18145466875,11.5228515125L7.12168898875,16.8220698125C6.78536085875,17.405859812499997,7.20645461875,18.1345698125,7.87911086875,18.1345698125L20.11817396875,18.1345698125C20.79219596875,18.1345698125,21.21192396875,17.405859812499997,20.87559496875,16.8220698125ZM13.24121996875,15.7638674125L13.24121996875,15.0050783125C13.24121996875,14.7958984125,13.410751368749999,14.6263666125,13.619931268750001,14.6263666125L14.378720268750001,14.6263666125C14.587899668750001,14.6263666125,14.75743146875,14.7958984125,14.75743146875,15.0050783125L14.75743146875,15.7638674125C14.75743146875,15.9730458125,14.587899668750001,16.1425778125,14.378720268750001,16.1425778125L13.619931268750001,16.1425778125C13.41211846875,16.1425778125,13.24121996875,15.9730458125,13.24121996875,15.7638674125ZM14.749227568750001,10.4482422125L14.57286026875,14.1410150125C14.57012556875,14.1916017125,14.52910996875,14.2312488125,14.478524168749999,14.2312488125L13.52149296875,14.2312488125C13.47090676875,14.2312488125,13.42852396875,14.1916008125,13.427156968750001,14.1410150125L13.25078966875,10.4482417125C13.24532126875,10.3402338125,13.33145376875,10.2499995125,13.44082876875,10.2499995125L14.55918836875,10.2499995125C14.66719626875,10.2499995125,14.75469586875,10.3402338125,14.749227568750001,10.4482422125Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_31731"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_34767"><rect x="7" y="5" width="14" height="14" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_31731)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#FC99E5" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,8.000001000000001L2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001Z" fill="#6234F9" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_34767)"><path d="M16.115671134375,8.8844104C16.271485334375,8.8844104,16.373993834375,8.9281478,16.480603734375002,9.038857499999999C16.596780334375,9.1632347,16.647351234375,9.2930799,16.647351234375,9.4734955C16.647351234375,9.656645300000001,16.598147434375,9.7864895,16.481970834374998,9.908134C16.375360934375,10.020210299999999,16.272851934374998,10.0639477,16.117038234375002,10.0639477C15.970792334375,10.0639477,15.872383134375,10.020210299999999,15.765774234375,9.908134C15.649597634374999,9.7864895,15.600393334375,9.6552782,15.600393334375,9.4734955C15.600393334375,9.291712799999999,15.649597634374999,9.1618681,15.765774234375,9.0402241C15.871016934375,8.9281478,15.969425234374999,8.8844104,16.115671134375,8.8844104ZM11.884099034375,8.8844104C12.031712034375,8.8844104,12.136954334375,8.9308815,12.246297634375,9.0443244C12.365208134374999,9.1673355,12.415779334375,9.295813599999999,12.415779334375,9.4734955C12.415779334375,9.652545,12.365208134374999,9.781022499999999,12.246297634375,9.9040337C12.136954834375,10.017477,12.031712034375,10.0639477,11.884099034375,10.0639477C11.736485734375,10.0639477,11.631243434375,10.0174766,11.521900134375,9.9040337C11.402989834375,9.781022499999999,11.352418634375,9.652545,11.352418634375,9.4734955C11.352418634375,9.295813599999999,11.402989834375,9.1673355,11.521900134375,9.0443244C11.631243034375,8.9295142,11.736485734375,8.8844104,11.884099034375,8.8844104ZM16.115672134375,8.0096667C15.730238434375,8.0096667,15.402209234375,8.1518126,15.130218934375,8.437470900000001C14.858228634375,8.7231297,14.722916634375,9.0689268,14.722916634375,9.4734955C14.722916634375,9.880797900000001,14.858228634375,10.225228300000001,15.130218934375,10.5108871C15.402209234375,10.796546,15.730238434375,10.9386916,16.115672134375,10.9386916C16.510673534375,10.9386916,16.842802034374998,10.796546,17.114793734375,10.5108871C17.386784534375,10.225228300000001,17.522096634375,9.8780646,17.522096634375,9.4734955C17.522096634375,9.0689268,17.385417934375,8.7231297,17.114793734375,8.437470900000001C16.842803034375002,8.1504457,16.509306934375,8.0096667,16.115672134375,8.0096667ZM11.884099034375,8.0096667C11.498664834374999,8.0096667,11.166535834375,8.1518126,10.891811634375,8.437470900000001C10.617087234375,8.7231293,10.477675034375,9.0689268,10.477675034375,9.4734955C10.477675034375,9.880797900000001,10.615720434375,10.225228300000001,10.891811634375,10.5108871C11.166535834375,10.796546,11.498664834374999,10.9386916,11.884099034375,10.9386916C12.269532634375,10.9386916,12.601662134375001,10.796546,12.876386634374999,10.5108871C13.151110634375,10.225228300000001,13.290523034375,9.8780646,13.290523034375,9.4734955C13.290523034375,9.0689268,13.152477734375001,8.7231297,12.876386634374999,8.437470900000001C12.601662134375001,8.1504457,12.269532634375,8.0096667,11.884099034375,8.0096667ZM14.062757934375,11.063068900000001C13.932912834375,11.063068900000001,13.803068134375,11.1491766,13.670490234375,11.3213916C13.537911934375,11.4949737,13.470938634374999,11.6671891,13.470938634374999,11.8407707C13.470938634374999,11.951480400000001,13.502374634375,12.0403214,13.567981234375,12.1141281C13.678690434375,12.2316718,13.848172234375,12.291811,14.077792634375001,12.291811C14.426323434375,12.291811,14.602638234375,12.160599699999999,14.602638234375,11.896809099999999C14.602638234375,11.723227,14.542500534375,11.5428114,14.429056134375,11.3514614C14.312879534375,11.1587443,14.189868934375,11.0630693,14.062757934375,11.063068900000001ZM19.056997734375003,16.772139C19.713055734375,17.646881999999998,18.374971434375,17.473300000000002,18.150817834374998,17.91614C17.928031934375,18.342577,18.194555234375002,19.039639,17.418220534375,18.993168C16.870138134375,18.960364,17.307510334375,18.261936,16.352126134375,17.832766C16.341192234375,17.827298,16.145741434375,17.715221,16.054166334375,17.672851C15.608593434374999,17.4692,15.142519034374999,17.268282,14.664143534375,17.074198000000003C14.239260634375,16.900616,13.763242734375,16.900616,13.338359834375,17.074198000000003C12.859984434375,17.268282,12.393909734375,17.4692,11.948337834375,17.672851C11.856763134375,17.715221,11.661312534375,17.827298,11.650378234375001,17.832766C10.694994234375,18.261936,11.132366134375001,18.960364,10.584284434375,18.993168C9.807949534375,19.041006,10.074472934375,18.342577,9.851686434375,17.91614C9.624799664375,17.473300000000002,8.286714974375,17.646881999999998,8.942772834375,16.772139C9.128655974375,16.524749999999997,9.474453094375,16.419508,9.801115234375,16.567121C10.254888534375,16.772139,11.196604934375,16.470079,11.202071934375,16.470079C11.281345634375,16.459145,11.360619034375,16.445477,11.435792734375,16.422241C11.643544434375,16.358003,11.854029434375,16.289662999999997,12.067248134375,16.218591C12.117819334375,16.202188,12.117819334375,16.131116,12.067248134375,16.114715C11.658578834375,15.979403,11.256743434375,15.855024,10.868575834375001,15.741582C10.688159934375,15.689644,10.505010234375,15.645907,10.320494134375,15.61447C10.034835834375,15.565266,9.827084034375,15.558432,9.619332434375,15.650007C9.303604724374999,15.786686,8.996077624375,16.18852,8.799260288375,15.660941C8.560072464375,15.022651,9.653502104375,14.8039656,9.660336014375,14.3392572C9.668536664375,13.8745499,9.653502104375,13.0654116,10.372432134375,13.2991323C10.965617934375,13.4918499,10.571983234375,13.7064352,10.882243634375,14.0563326C10.982018934375,14.169776,11.106396634374999,14.259984,11.241708534375,14.3255901C11.886832234375,14.6413183,12.598928434375,14.9570456,13.335626634375,15.257738C13.760697334375,15.43132,14.236339134375001,15.43132,14.661410834375001,15.257738C15.399476034374999,14.9570456,16.110204734375,14.6399498,16.755328634375,14.3255892C16.890640234375,14.2599831,17.015018434375,14.1684084,17.114793734375,14.0563316C17.425054534375,13.7064342,17.032786334375,13.4918489,17.624605134375003,13.2991314C18.342168834375002,13.0654116,18.328500734374998,13.8745489,18.336700434375,14.3392563C18.344902034375,14.8039646,19.438331734374998,15.02265,19.199144734375,15.66094C19.002325734375,16.188519,18.693432834375002,15.786685,18.379072234375002,15.650006C18.171319934375,15.558431,17.963567734374998,15.565266,17.677909834375,15.61447C17.493393934375,15.645905,17.310244534375002,15.689643,17.129828434375,15.741581C16.740294434375002,15.855024,16.338458534375,15.979402,15.931156134375,16.114714C15.880584734374999,16.131115,15.880584734374999,16.202188,15.931156134375,16.21859C16.143008234375,16.289662,16.353492734375,16.356635,16.562611534375,16.422241C16.639152034375,16.445477,16.717058634375,16.460511,16.796331434375,16.470078C16.801799734375003,16.470078,17.743515934375,16.772137999999998,18.197288534374998,16.56712C18.525317234375002,16.419507,18.871114734375,16.524749,19.056997734375003,16.772139ZM13.993051034375,5.87474537C14.569835634375,5.87474537,15.105616534374999,5.96085298,15.585358634375,6.1303346C16.055532934375,6.2970827,16.491538534375,6.5513051,16.881073034375,6.8875346L16.883806234375,6.8902681L16.886540434375,6.8930017C17.627338434374998,7.5217237,18.061976434374998,8.2980585,18.213689834375,9.2684774L18.216424034375002,9.2862458L18.220523834375,9.304014200000001C18.246492434375,9.4379592,18.260161434375,9.5623369,18.260161434375,9.6867142C18.260161434375,9.9778399,18.215057334375,10.236163099999999,18.122116134375,10.4808178C18.029173834375,10.7227392,17.892495134375,10.9427915,17.701145134375,11.1532764L17.699778534375,11.154643499999999L17.698411934375002,11.1560106C17.501594534375002,11.3746963,17.261040734375,11.5687799,16.983582534375,11.7300611C16.689723034375,11.9009094,16.342558834374998,12.0444221,15.954391434375001,12.153765199999999C15.495151534375001,12.2836094,15.173956834375,12.7086811,15.173956834375,13.1856899L15.173956834375,13.2020912C15.157555134375,13.2171259,15.132952734375,13.2389946,15.061880634375001,13.2499285L15.016777034375,13.2499285C14.880098334374999,13.1856899,14.729751634374999,13.1515198,14.578038234375,13.1515198C14.389421934375001,13.1515198,14.204905534375001,13.2034578,14.043624434375001,13.3018665C14.010821834375001,13.3210011,13.983485234375,13.3292017,13.943849134375,13.3292017C13.887810734375,13.3292017,13.848173634375,13.3182678,13.803070034375,13.2895651C13.643155534375001,13.1884222,13.460006234375001,13.1337509,13.270022834375,13.1337509C13.107374634374999,13.1337509,12.947461134375,13.1733875,12.803948434375,13.2512941L12.787547134375,13.2512941C12.772512434374999,13.2512941,12.756110934375,13.2512941,12.738342734375,13.2499275L12.735609034374999,13.2499275C12.678203534375001,13.2458267,12.664536034375,13.2321596,12.646767634375,13.2143908L12.642667034375,13.2102909C12.641300234375,13.2061901,12.641300234375,13.1979895,12.641300234375,13.185688C12.641300234375,12.6840768,12.320105534375,12.242604700000001,11.841729434375,12.086791C11.498665834375,11.974714299999999,11.191138734375,11.835301900000001,10.930082534375,11.6726542C10.681327334375,11.5182076,10.466741634375,11.3377914,10.290426334375,11.1355071C9.926861034375,10.7186375,9.747811914375,10.244361900000001,9.743711594375,9.6826124C9.743711594375,9.5664358,9.757379474375,9.436591100000001,9.784715034375001,9.2971787L9.788815534375,9.2794104L9.791548934375,9.261642C9.935061434375,8.2939568,10.364232634375,7.5135212,11.106397834375,6.8779655C11.495932534375001,6.5472029,11.930570634375,6.2957141,12.402112434375,6.1303329C12.877754234375,5.96085131,13.414901734375,5.87474376,13.993051034375,5.87474537ZM13.993052434374999,5C12.633098134375,5.0000016689301,11.480896234374999,5.40457064,10.533712934375,6.2109751C9.633000374375,6.9845765,9.095852944375,7.9577289,8.922271074375,9.131798700000001C8.885367904375,9.3245158,8.866232784375,9.5090322,8.866232784375,9.6839809C8.871699984375,10.4548488,9.124555614375,11.1300416,9.628900054375,11.7095594C10.097707834375,12.246707,10.744198434375,12.649909000000001,11.569737634375,12.917798999999999C11.685914234375,12.956069,11.763821134375,13.0626783,11.763821134375,13.1843224C11.763821134375,13.4426451,11.851295734375,13.6572304,12.024877334375,13.8308125C12.199826234375,14.0057611,12.415778634375,14.1028023,12.671367634375,14.1205711C12.709637834375,14.1233044,12.747907134375,14.1246719,12.783443934375,14.1246719C12.959759734375,14.1246719,13.099172134375,14.0905018,13.205781434375,14.0248966C13.223549834375,14.0139618,13.245417634375,14.0071278,13.265919734375,14.0071278C13.287788434374999,14.0071278,13.309657534374999,14.0125952,13.328792534375001,14.0248966C13.513308534375,14.1424398,13.718326534374999,14.2025785,13.939745934375,14.2025785C14.137930834375,14.2025785,14.323813434375001,14.1520081,14.493295234375001,14.0481319C14.517897634375,14.0330973,14.546599834375,14.0248966,14.573935534375,14.0248966C14.598537934374999,14.0248966,14.623139334375,14.0303631,14.646375134374999,14.0426645C14.747517634375,14.0959692,14.875995634375,14.1233044,15.031808834375,14.1233044C15.065978534374999,14.1233044,15.101514834375,14.1219378,15.137051534375,14.1192036C15.395374334375,14.0905018,15.609959634374999,13.9934597,15.783541634375,13.8226109C15.958490334375,13.6531296,16.044598134375,13.4385433,16.044598134375,13.1829548C16.044598134375,13.0941133,16.103370634375,13.0175734,16.189477934375,12.9929709C17.112059634375,12.7319145,17.829622234375,12.3136778,18.347635234374998,11.7368937C18.872480734375,11.1587429,19.133537734375,10.4739819,19.133537734375,9.6839795C19.133537734375,9.5090303,19.115769734375,9.325881500000001,19.077499734375,9.131797800000001C18.892982734375,7.9577274,18.351734134375,6.9886756000000005,17.452388734375,6.2260083C16.505206134375,5.40867102,15.353004434375,5.0000016689301,13.993052434374999,5Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_32994"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_32994)"><path d="M24.5,24.5C24.5,24.983248,24.108248,25.375,23.625,25.375L4.375,25.375C3.89175084,25.375,3.5,24.983248,3.5,24.5C3.5,24.01675,3.89175084,23.625,4.375,23.625L23.625,23.625C24.108248,23.625,24.5,24.01675,24.5,24.5ZM24.5,15.75L24.5,20.125C24.5,21.091499,23.716499,21.875,22.75,21.875L5.25,21.875C4.28350168,21.875,3.5,21.091499,3.5,20.125L3.5,15.75C3.5,14.783501,4.28350168,14,5.25,14L11.1673331,14L9.4500003,5.9826665C8.983564900000001,3.8038433,10.6448088,1.74965400994,12.8730001,1.75000041723251L15.127,1.75000041723251C17.35519,1.74965421855,19.016435,3.8038433,18.55,5.9826665L16.832666,14L22.75,14C23.716499,14,24.5,14.783501,24.5,15.75Z" fill="#000000" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M3.5,24.5C3.5,24.9833984,3.8918457,25.375,4.375,25.375L23.625,25.375C24.108154,25.375,24.5,24.9833984,24.5,24.5C24.5,24.01660156,24.108154,23.625,23.625,23.625L4.375,23.625C3.8918457,23.625,3.5,24.01660156,3.5,24.5Z" fill="#FFDB42" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M3.5,20.125C3.5,21.091309,4.28344727,21.875,5.25,21.875L22.75,21.875C23.716553,21.875,24.5,21.091309,24.5,20.125L24.5,15.75C24.5,14.783691,23.716553,14,22.75,14L16.832763999999997,14L18.550049,5.9829102C19.016357,3.8037109,17.355225,1.74951171875,15.126953,1.75L12.8730469,1.75C10.6447754,1.74951171875,8.9836426,3.8037109,9.449951200000001,5.9829102L11.167236299999999,14L5.25,14C4.28344727,14,3.5,14.783691,3.5,15.75L3.5,20.125Z" fill="#FF9533" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33832"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33832)"><path d="M25.276375,17.110161L25.238264,17.110161C24.980484,18.027802,24.610607,18.910181,24.136992,19.737349L24.172768,19.773125C25.235933,20.83618,25.235933,22.559851,24.172768,23.62291L23.622908,24.17277C22.559851,25.235933,20.83618,25.235933,19.773125,24.17277L19.735016,24.134661C18.908298,24.60675,18.026754,24.975563,17.110161,25.232821L17.110161,25.276373C17.110159,26.779732,15.89145,27.998444,14.38809,27.998444L13.610355,27.998444C12.106997,27.998444,10.888284,26.779732,10.888284,25.276373L10.888284,25.232821C9.9695053,24.978935,9.0853548,24.61326,8.2556534,24.143991L8.2245436,24.1751C7.1615753,25.237749,5.4385033,25.237749,4.375535,24.1751L3.824899,23.62524C2.7617333,22.562185,2.7617333,20.838512,3.824899,19.775455L3.8552308,19.745901C3.3856723,18.916069,3.0199833,18.031626,2.7664022,17.112494L2.7220709,17.112494C1.2187123,17.112492,0,15.893779,0,14.390421L0,13.612686C-1.7921428e-7,12.109328,1.2187124,10.890615,2.7220709,10.890615L2.76018,10.890615C3.0174811,9.9725609,3.3873818,9.0898676,3.8614523,8.2626505L3.824899,8.2268744C2.7617333,7.1638169,2.7617333,5.440145,3.824899,4.3770885L4.375535,3.8272305C5.4385037,2.7645833,7.1615753,2.7645833,8.2245436,3.8272305L8.2634296,3.8653395C9.0900326,3.3924403,9.9715834,3.0228429,10.888284,2.7648461L10.888284,2.7220709C10.888284,1.2187126,12.106997,0,13.610355,0L14.38809,0C15.89145,0,17.110159,1.2187122,17.110161,2.7220709L17.110161,2.7648463C18.028942,3.0187335,18.913092,3.3844092,19.742792,3.8536749L19.773125,3.8225656C20.836182,2.7593999,22.559853,2.7593999,23.62291,3.8225656L24.172768,4.3724241C25.235937,5.4354811,25.235937,7.159152,24.172768,8.2222099L24.143217,8.2517643C24.612934,9.0817928,24.97863,9.9665155,25.232046,10.885951L25.276375,10.885951C26.779734,10.885951,27.998446,12.104663,27.998446,13.608023L27.998446,14.385756C27.999733,15.890024,26.780643,17.110159,25.276375,17.110161ZM13.999223,4.6664071C8.8448496,4.6664062,4.6664052,8.8448505,4.6664052,13.999222C4.6664047,19.153593,8.8448477,23.332035,13.99922,23.332035C19.153593,23.332035,23.332035,19.153593,23.332035,13.999222C23.332035,8.8448505,19.153593,4.6664071,13.999223,4.6664071ZM18.90284,15.019609C18.83345,14.943141,18.797842,14.841917,18.804068,14.738847C18.917229,13.888028,18.79818,13.022442,18.45953,12.233764C17.97134,11.033712,16.997904,10.096444,15.780237,9.6540184C15.374231,9.5243826,14.961411,9.4171534,14.543637,9.3328142L13.682685,9.3328142L13.442365,9.3771458C13.051039,9.4157343,12.783004,9.7898121,12.872285,10.172768C12.931445,10.352545,13.034022,10.51496,13.170936,10.645631C13.765903,11.257708,14.377202,11.85423,14.972946,12.464751C15.03918,12.543033,15.070136,12.645193,15.058497,12.747069C14.951947,13.338148,14.825178,13.923782,14.712406,14.514082C14.705067,14.61804,14.621277,14.700159,14.517195,14.705405C13.934672,14.816621,13.350593,14.931725,12.771959,15.056164C12.653917,15.089695,12.527195,15.050703,12.448421,14.956614C11.826233,14.325093,11.194713,13.699017,10.566303,13.071385C10.378126,12.862184,10.080795,12.790009,9.817647,12.889657C9.5545006,12.989305,9.3795538,13.240321,9.3771467,13.521693C9.3685923,13.6158,9.3499269,13.709128,9.335927,13.801679L9.335927,14.416866C9.3491488,14.489975,9.3662586,14.562303,9.374814,14.636188C9.4432707,15.339073,9.6807537,16.014963,10.066998,16.60619C11.041328,18.203518,12.87481,19.065323,14.726405,18.796289C14.846145,18.776997,14.967284,18.821501,15.046053,18.913727L17.207378,21.079718C12.474844,23.228596,7.0046253,20.231827,6.2679701,15.086741C5.5313129,9.9416571,9.9408655,5.5303378,15.086245,6.2649293C20.231625,6.9995217,23.230587,12.468536,21.083607,17.201933Q19.98778,16.111549,18.90284,15.018833L18.90284,15.019609ZM16.651297,17.152935C16.71666,17.019852,16.798439,16.895481,16.894728,16.782734C17.097103,16.616257,17.39826,16.656673,17.54958,16.870619Q18.289207,17.607908,19.023386,18.348314L19.815901,19.147047C19.608702,19.380688,19.387688,19.601702,19.154045,19.808901L16.931282,17.565912C16.825645,17.436735,16.731934,17.29825,16.651297,17.152159L16.651297,17.152935Z" fill="#FF9533" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg> |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33246"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33246)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#FC99E5" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001L2,17.499999000000003Z" fill="#6234F9" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M11,7L9,7C8.16999996,7,7.5,7.61846149,7.5,8.3846154L7.5,15.7692308C7.5,16.5353842,8.16999996,17.153846,9,17.153846L11,17.153846C11.8299999,17.153846,12.5,17.772306999999998,12.5,18.538462000000003C12.5,18.796923,12.7199998,19,13,19C13.2800002,19,13.5,18.796923,13.5,18.538462000000003L13.5,9.3076923C13.5,8.033846,12.3800001,7,11,7ZM19,7L17,7C15.6199999,7,14.5,8.033846,14.5,9.3076923L14.5,18.538462000000003C14.5,18.796923,14.720000299999999,19,15,19C15.279999700000001,19,15.5,18.796923,15.5,18.538462000000003C15.5,17.772306999999998,16.1700001,17.153846,17,17.153846L19,17.153846C19.83,17.153846,20.5,16.5353842,20.5,15.7692308L20.5,8.3846154C20.5,7.61846149,19.83,7,19,7Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg> |