Files
boss_dp/1.html

774 lines
468 KiB
HTML
Raw Permalink Normal View History

2026-03-06 00:43:40 +08:00
<html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>BOSS直聘</title><link rel="shortcut icon" href="https://www.zhipin.com/favicon.ico"><script src="https://static.zhipin.com/assets/sdk/ka/ka.frame.min.js"></script><script id="version"></script><script>var _PAGE = {};
2026-03-06 01:33:11 +08:00
function lowIEVersion() {
var userAgent = navigator.userAgent;
var isIE = userAgent.indexOf('compatible') > -1 && userAgent.indexOf('MSIE') > -1;
if (isIE) {
var reIE = new RegExp('MSIE (\\d+\\.\\d+);');
reIE.test(userAgent);
var fIEVersion = parseFloat(RegExp.$1);
if (fIEVersion < 10) {
return true;
2026-03-06 00:43:40 +08:00
}
}
2026-03-06 01:33:11 +08:00
return false;
}
if (lowIEVersion()) {
window.top.location.href = '/activity/cc/ietips.html';
}
if (window.matchMedia('screen and (-ms-high-contrast: active), (-ms-high-contrast: none)').matches) {
document.documentElement.className += 'iecss';
}
window.kaConfig = {
appname: 'boss_enterprise_web',
openKaToWarlockAdaptor: true,
stopAutoSendPV: true,
};
function initWarlockData( step ){
window.kaConfig.step = step || "MAIN_OK";
// 相关初始化逻辑
var prop = {
server_url: 'https://shink.zhipin.com/wapi/dapCommon/json',
token: 'boss_enterprise_web1CC1274B04D3B',
app_name: 'boss_enterprise_web',
env: 'prod',
auto_track_page_view: true,
auto_load_page_view: true,
track_ka: true,
max_string_length: 10000
2026-03-06 00:43:40 +08:00
}
2026-03-06 01:33:11 +08:00
Warlock.init(prop);
if(prop.auto_load_page_view){
Warlock.quick('autoTrackPageView');
2026-03-06 00:43:40 +08:00
}
2026-03-06 01:33:11 +08:00
}
function loadFallbackScript() {
// 记录执行阶段
window.kaConfig.step = "MAIN_FAIL";
var fallbackScript = document.createElement("script");
fallbackScript.src = "https://z.zhipin.com/assets/zhipin/sdk/datastar/warlockdata.min.2.2.14.js";
fallbackScript.onerror = function () {
// 记录执行阶段
window.kaConfig.step = "FALLBACK_FAIL";
// 注意:此步骤为有必要时再加就行
loadLastbackScript()
2026-03-06 00:43:40 +08:00
};
2026-03-06 01:33:11 +08:00
fallbackScript.onload = function () {
2026-03-06 00:43:40 +08:00
// 记录执行阶段
2026-03-06 01:33:11 +08:00
window.kaConfig.step = "FALLBACK_OK";
// 重新初始化
initWarlockData("FALLBACK_OK");
};
// 将备用脚本插入<head>,开始加载
document.head.appendChild(fallbackScript);
}
function loadLastbackScript() {
var fallbackScript = document.createElement("script");
fallbackScript.src = "https://logapi.zhipin.com/dap/jssdk/warlockdata.min.2.2.14.js";
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
fallbackScript.onerror = function () {
// 记录执行阶段
window.kaConfig.step = "LAST_FAIL";
};
fallbackScript.onload = function () {
// 记录执行阶段
window.kaConfig.step = "LAST_OK";
// 重新初始化
initWarlockData("LAST_OK");
};
// 将备用脚本插入<head>,开始加载
document.head.appendChild(fallbackScript);
}</script><link id="warlock-script" rel="preload" as="script" crossorigin="anonymous" href="https://static.zhipin.com/assets/sdk/warlock/warlockdata.min.2.2.14.js" onerror="loadFallbackScript()"><script crossorigin="anonymous" src="https://static.zhipin.com/assets/sdk/warlock/warlockdata.min.2.2.14.js" onload="initWarlockData()"></script><script src="https://static.zhipin.com/assets/sdk/apm/patas-compat.2.0.2.min.js"></script><script>(function () {
if (!window.APM) {
return;
2026-03-06 00:43:40 +08:00
}
2026-03-06 01:33:11 +08:00
try {
window.APM.init({
appKey: 'Qm4eSZSqZu31IPoR',
bizType: 'chat',
debug: false,
extendData: {
version: '9372',
},
});
} catch (error) {
console.error(error);
2026-03-06 00:43:40 +08:00
}
2026-03-06 01:33:11 +08:00
})();</script><style>html,body {
margin: 0;
padding: 0;
background: #eef0f5!important;
}
#app .data-tips {
height: calc(100vh);
min-height: 340px;
position: relative;
background: #fff;
text-align: center;
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
#app .data-tips:after {
content: '';
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle;
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
#app .data-tips {
color: #9fa3b0;
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
#app .data-tips .page-loading, #app .data-tips .data-blank {
display: inline-block;
vertical-align: middle;
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
#app .data-tips p {
margin-top: 10px;
font-size: 12px;
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
#app .page-loading .component-b,
#app .page-loading .component-s1,
#app .page-loading .component-o,
#app .page-loading .component-s2 {
display: inline-block;
width: 40px;
height: 42px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAADICAYAAACauqPvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMUMzMTQxMDRGMzkxMUU3QTA4OEQ5OEZFMzYxRTFDNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMUMzMTQxMTRGMzkxMUU3QTA4OEQ5OEZFMzYxRTFDNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQxQzMxNDBFNEYzOTExRTdBMDg4RDk4RkUzNjFFMUM1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQxQzMxNDBGNEYzOTExRTdBMDg4RDk4RkUzNjFFMUM1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1AXewQAABzJJREFUeNrsnF1oHFUUx++OUaGmddNWrL50g6IU1G5QVASb3RdRFJqC+CBId0UQn5J9qT4Zgwh+gGkQ35SkDwp+kQQFQdFsEJEimCn6IEXMqlUUStxGrS0W4znuue043Z05986dnSmeA3803bszv7kf555775ktHF9bf00p9aCys79BJ0BroGOgr0GHQR/S35G2bWhz7A0GVDLzQEOka0CjoEdBG6BPQDOgefrb+gZpWAG0B/QOaBlUyhtg0O4EfQ4aySsg2nbQe6Ar8wqIdjXoGdMvcQfJE13+bQdoFzXhJuZ1HgIdoFHvFPC5iM8uA02AngRdEnMd/LxKg6dvTfwHNV2dWf66rPrg66AvGeW2ZDlIPmOUOZEl4GlGma+yBNzFqL2PswLcQS4nyl4CncwCEN3HK6BLI8ocjXFXqQHeBloC3RtR5if6/Pe0ZpJnQ38PYjgHugV0LWNQ7AV9a/P0XMDHLa6NA+JF0AugP22bZ0C5t99Az4NeBv2a9GJpRDMYxz8N+oJq8Ma8AWrDKLoBOgJ6g9xQLgNWDP8foBotp9UHu/Wlyw0f8CrQB6CbQT+4rsGtXXQRRSa3Uyz4PeM6V4DeNnkwz8GIPUyD4nrQHOM7t4Luz6IPngI9DPqIUbae1SDZoNqMsz3ce6cxij9l7CRs4rqdNADP0DolzgazAhxk3vxkVoB3Mcr8Bfo5C0AMXKeY65Iz/QbELbi3QDcwyr7fr3DrYtBNoPtAjyne5hDW3KxrwLUecIMWD/Uq6BvXgEOOugGCHchbuKUNg4l7QOt5BMQw6w6Tpu0X4C+gR0B3g37M06KpCXqTYr9TSS6GgO+aRLghO01TFs69x2j34CjXCbPWCxsbGyrP5qmcmwAKoAAKoAAKoAAKoAAKoAAKoAAKoADm2ApJvnx8bb2iOufCJfqn3aAiyFedlIA2/v/2rVuafQEEILz5mOokSYwZ3msBtAiwc84BCQxT8MaphpIY1uoMgD7lBBDgsKZmHYCFrQXaB6C+9SABuGnVSTMuptD/sd+uwD1qVjUIX8Raq/VpsNZ79c1CDuAiIQs9mnXCsvPr/lSxhBwJ98lClwExb+g6DoGacOF26FolckXjip+J3iLI9nmA5EpWmQOiRU3SZLopdCmTTMipoAsKjuIJJpxPT8meHeiG3ESKSar9c4BUe+PMmquGm5MJiQOgwSw+Hq7BGrP26jZwAciDqnPIE2e1MOB+xpfmkkz6wT7GKFOkAas8am9O0teMC2dHD+kzio7qGuREJX7cnGlohxhlKhpwN6PwouNZg9NVyhqw5OiCJs3Mag3ofmWPOS21Uph7OZBFj/nEaQCy3JWs6gTwggCk9W8aa5LYgeQxXUgpC0D0l1zAUZdkzBbxdRMvMwqPOa69vSaAC8zwx+Uqj3Otf+d/j+ZFjlefdNS8nKVFW8//ehRzNnRKdPEkcEXmgy7oyL0QWCKu2q5dDeCWmMHxsJ7/vUAwMMe815KpXzSEmwsGJ0FH3WD2xSJBTtON4+BwQKww4drhNUvSnQW9u3AkFNSWKVKvGDr58/ZnXO7NJDVs2nrs5hFB9nt3qytcT8A+Q/aEi4xm6EuNlOEaUXCRNRhcWcF/ppX9nl+vVWKD40/ZxxDk+yYTgiLYlMkWivFBTmBjcpTcSSlmuepTxLRgszosuGgvgg6CtlwtVSULWAAFUAAFUAAFUAAFUAAFUAAFUAAFUAAFUAAvXECTDUw8EymT9PmIPqbVid1oOhPT75aIZrqbVoiBKqnOZuV+ZfGjXqqzgdlUnQTvBWeABIbbvTVXTQWABRvAgS5wCDWt0smdNraBEFxWp0zxo5hqbiKXo9jwvDiTPjhpODL1CWcr9FkFtFOZn3L2rkHyb5yfgkSf1uC+D0InVOPaE9jWIDd/EK1q8rIKHnPROdyw4mWW9Gxi7jG9b9n3sBvsS3su/i7vwcLOvAPWgvn1/QZsMcvOZwHpKX4KMg6mFcc5XOyZZEmZHVRjrU+ZviNn6wfRpgzvg009Cw+2mnaNFhxFMlijmJ9/MO51jkQBK0ByU5iipsOZKFDbJj47nalkefs6/W7FVWKuF5qW2qCqRZ/s1keXqNuks6pzmC/zn8wip6s6Aq2o5PkyZyGdA/aK7ywMw7VmaoChJWlNmb9rjLk0w6kDhnYapg1rdGTb0GY/iZsxCUTb1K+qivnyirJIGE+8eUSJYlVm8dG+A+r1B84eWQasHFtMBRAzfznpxlmG/GVHcyfnDYe2bRPruXOeHLKpy+Hu6ywn7YNjVJsIG7tQws8pW5j768jGC/hePxRb0XMvAARfrg9HLCaLKHwPvpV4A7NHjOcitmtk7WairG67ddIPwIbN6s+kiW2tpQx+6iBuXazDp7IjsBkKUt2ek5BbqdCkXlL8d49b6lwyt5/asjMmSA27FN/mJw2MASXRWwAFUAAFUAAFUAAF8H8N+I8AAwCXCGtyG2CdngAAAABJRU5ErkJggg==) no-repeat;
vertical-align: middle;
-webkit-animation-fill-mode: both;
-webkit-animation: bossLoading 0.6s infinite linear alternate;
-moz-animation: bossLoading 0.6s infinite linear alternate;
animation: bossLoading 0.6s infinite linear alternate;
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
#app .page-loading .component-b {
background-position: 0 0;
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
#app .page-loading .component-o {
content: '';
background-position: 0 -68px;
margin-left: -4px;
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
#app .page-loading .component-s1 {
background-position: 0 -141px;
margin-left: 6px;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
#app .page-loading .component-s2 {
content: '';
background-position: 0 -141px;
margin-left: -4px;
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
@-webkit-keyframes bossLoading {
0% {
transform: -webkit-translate3d(0, 0, 0);
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
50% {
transform: -webkit-translate3d(0, -10px, 0);
2026-03-06 00:43:40 +08:00
}
2026-03-06 01:33:11 +08:00
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
@-moz-keyframes bossLoading {
0% {
transform: -moz-translate3d(0, 0, 0);
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
50% {
transform: -moz-translate3d(0, -10px, 0);
2026-03-06 00:43:40 +08:00
}
2026-03-06 01:33:11 +08:00
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
@keyframes bossLoading {
0% {
transform: translate3d(0, 0, 0);
}
2026-03-06 00:43:40 +08:00
2026-03-06 01:33:11 +08:00
50% {
transform: translate3d(0, -10px, 0);
}
}</style><script>window.BUILD_VERSION = '9372';
localStorage.setItem('local_build_version_chat', window.BUILD_VERSION);</script><link rel="stylesheet" type="text/css" href="https://static.zhipin.com/zhipin-boss/index/v9372/static/css/423.css"><script type="text/javascript" src="https://static.zhipin.com/zhipin-boss/bundle/v6015/static/remoteEntry.js"></script><link rel="stylesheet" type="text/css" href="https://static.zhipin.com/zhipin-boss/index/v9372/static/css/898.css"><link rel="stylesheet" type="text/css" href="https://static.zhipin.com/zhipin-boss/bundle/v6015/static/css/562.css"></head><body data-pv="/web/chat/index"><div style="
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
width:100%;
height:100%;
z-index:10000;
pointer-events:none;
background-repeat:repeat;
background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAB4CAYAAABhPvLiAAAP+UlEQVR4Aeybi5bkpg5FK/P//5zMqQ7dNIV4g7HZWVftMkhH0sZlTU9u/rz4BwIQgAAEIHAwAQbhwYdP6xCAAAQg8HoxCE96CugVAhCAAAQ+CDAIP5CwAAEIQAACJxFgEJ502vR6EgF6hQAECgkwCAtB4QYBCEAAAs8kwCB85rnSFQQgcBIBeu0iwCDswkcwBCAAAQjcnQCD8O4nSP0QgAAEINBF4GaDsKtXgiEAAQhAAAIfBBiEH0hYgAAEIACBkwgwCE867Zv1SrkQgAAEVhBgEK6gTA4IQAACENiWAINw26OhMAicRIBeIXAdAQbhdezJDAEIQAACGxBgEG5wCJQAAQhA4CQCu/XKINztRKgHAhCAAASWEmAQLsVNMghAAAIQ2I0Ag3DmiaANAQhAAALbE2AQbn9EFAgBCEAAAjMJMAhn0kX7JAL0CgEI3JQAg/CmB0fZEIAABCAwhgCDcAxHVCAAgZMI0OujCDAIH3WcNAMBCEAAArUEGIS1xPCHAAQgAIFHEcgMwkf1SjMQgAAEIACBDwIMwg8kLEAAAhCAwEkEGIQnnXamV7YhAAEInEiAQXjiqdMzBCAAAQh8E2AQfqPgAwROIkCvEICAI8AgdCS4QgACEIDAkQQYhEceO01DAAInEaDXNAEGYZoPuxCAAAQg8HACDMKHHzDtQQACEIBAmsCzBmG6V3YhAAEIQAACHwQYhB9IWIAABCAAgZMIMAhPOu1n9Uo3EIAABIYQYBAOwYgIBCAAAQjclQCD8K4nR90QOIkAvUJgIoE//75e//j24h8IQAACEIDAQQR+/Ub4z+v1dyYe1D2tQgACEIDAbgSW1/NrEC7PTkIIQAACEIDAxQQuHYR/f/389dey7v5iJqSHAAQgAIGDCCwfhG7Y6XoQ52irLEIAAhCAwPUEpg5CDbvQrm+ZCiAAAQhAAAI/BKYOwp805Z/4P+yUs8LzTgSoFQIQ2JXAdoNwV1DUBQEIQAACzyTAIFxwruFfD+t+QVpSQAACFxEg7b0ITB2E+mvOlN0L1dhqGYZjeaIGAQhAoJXA1EHYWtST4lYOPOXy7Ukc6QUCEIDALAJ9g3BWVYfoamjNbHW2/sza0YYABCCwisDxg1DDwtkq6DPyqIcRutIJbYQuGhCAAAR2JfA9CPXv8lYWqZftynyxXGEN4X0sZvTazJyDz3R06+hBAAIQ2ILA9yDcohqKgAAEIAABCCwmwCBcDDyWbuZvhbF8rEEgSwAHCBxEgEHoHfbpf5XIQPYeBj5CAALHEGAQLj5qDVtZmJYhFBLhHgIQWETg+DRbDcLYgDj+hACwLQH+8LLt0VAYBKoIbDUIqyq/uXNs6PNivc+hurNy1/tUTqUQgEBI4KhBGDbPPQRWEdDA9G1VXvJAAAJ5AgzCPKNmD734aoNbYmpz1PjHfnOticd3LoHdnpe53aIOgTkEGIRzuBapMmSKMDU6zQvbZfi4OnSVzesYZQg8mwCDcMPzrX2p1fpv2PJRJV35ByA9K85GQXd6/nWUNjoQWEHgPQhXfzH1hRndnDRDS+WQb2p/1d5q9qv6OiXPLue3sg59d3yLnbW/r88xn5FraEGgh8B7EPYI7ByrL6BlO9c9oraVL8YR9T5ZQ8/gDv311qF4WUsvipO1xBIDgdkEHj0Ia+Hpi1pitbo5/9jQUh25uKftq2ffcv35vv7nXFzPvvL0xI+KXV3HqHyjdEZxROeOBMbXzCBsYKovs6whdNuQu/SjOp1ZMHP7VtyK9dgfelbkDXOU1jGDpTTDembcK0/OZuRF834EHjMI9cX27W5HodrDmvUlDtdOvq/lIX/Zycx6e489l05TeylzfrHrrHORrrNY3nDN+eoa7nF/DoFtBqG+UCOxSy9lI3NN0kL2fwJ6Scn+v62+9MSmkun5Su1rb1ZuaTubXUeor3uZy29d5SOz9keui7OsR1Pxsh4NYu9JYJtBeDU+fWFLTbXKV9eRFtM85YsZ61NrspGMS7SU07KS+Cf7xJ7RXL9WjBjnYkv2R+m4XKP1nC7XfQkwCBvOxvpiN0gR0kBA/C2z5Ga83KSZMquW6HrFonJWuA9xdbyHiA0SEQfZILlfMrN0fyXhZhsCDMJtjsIuhC/lF5uSl7F8vryv/xk7N635dkWVVzAanVMMc+yUM2cpjZIcLl6+vrn1FVc/r/V5RR13zsEgnHR6eiBbpPXFbYmbEbNLLapDNqPHqzVTz4n2YnZ1zSPzq79avVyMnhVZia78ZJZvLpcVl1kfsq3aZCVi8nNW4n+aD4PwJieuh/gmpQ4tM/WSshJZMaUMFR8zK9/V6+rLMtWmPV1PMJ1bS59WnLXu51jNV/lkfg01nxUrq4l5ui+DcOEJl3ypVE6pn3yf/EDXcBCLlabacrayHitX7PnQWmhW/G7rqtuqSedh7ZWsh/HhfYnGTB/1LhuVQ1qyUXp31vkz87BjYHYAv0MNMTa5tdK6V59pru4n7JeyT/Wqc4lZKubpe+JR2mPqDGp0Uvmk4yzlt3ov1XtvLTO1Y7UpX4nFYmet8RvhLLKduvoydkoQvhGBlvNUTGgbtbRNKWK0TTETCtHQyMmKQcpy8SU5chq5feWQ5fzcvnydubXRV6fPIBxN9li9cxrXC2eHblVHznaoUzXohaNrq1nx6r9V8w5xVt+udvUvc/fWVT4ya1/ruVzyaTHpylpiXYziZe5+xNXX++PfjBC/o0buAbmqp1hdM85rhuZVzHbJuytTPVMxu4Kb6rgi711ypp4hsZPV9tISU5vD+at+mbsfcR2t52p6/0Yo8ZQ5Z64QOJGAvhs79L1LHWJRY711W/ErX+pWv1Ztlv+I9d6+FS+L1TKqn1E6Vo29+mH8exDGktWuSdi3mnjrUGo0nuobYyPOT+33iX3FzvCKPlfXoedUFut1dS2xGmrX1Etolob8rL2S9d74khyWT2/uknidf86s+masDxuEYXGCEbPQT/fy03WVuQNYlY88aQKrzl/nnq6E3V4COktnltYp5+A4xK4Wm9z6SHblWrmqfvbV68/d5yfllH3ufK7IT/a587WSy/XlFf8Z6k4bhPH09qqaSpkd2b4jGLJ2hTWRd6hxDYnrs5SchZ7j2ZVeXYd6jFmu75K6cxraH6Ujrd1MXGM1zejZ0rRqiNVVumblysWn4nrq9HXf/x2hFkLLFce+TaDncGzV3zuzc+h5+J3x+XdiGjO/c7fvr/E5T0DPkyzv+dtDvH+vcLcrgdRZtZy932cqPpXX14h9lq7M/I1Qm85iAg9coyUIFBPQl8+yYpEKR+WqcN/G9UnvENeLfx0N2jpn5Ryda6SeVbdyjKp9lI5qCs0chKFj7l5F5iyn8eR9senpLxafevh6cu0QG+t3h7paatA5hdai0xNzFU/Xd0/td4sV65zt1JNqnVXPaG1LT89ZTw/DBmFJEWqixko08YFAE4FIkJ7NyPLSJX2hYxYWIZ9wbeW9WPmWy616ZTk/9vchUHpepX77dPZZydJB+Jk+vVLzRUsrPWNXPHKdlPjkNE7eFz/ffBb+uj77e1d81gsoZX5N8vPvR38WD2cp7RF1KE8qx133LDZ37XdW3TN0tx6Ed32gqftaAtYLZXRV+kKGFubw98O91ffiEtqMGlzPlrZqsPYmrU+RfUofU+BcINpzHgzCCw6sJ6VeMj3xYWzPwxNqPe1+NBudnTOLlfatvdHrs3NJXza6bvTGE2g9J+s70qo3vrMyRQZhGafjvPSAh3YchM6GW18GivMtLMPf0+dw/w73erbuUCc17kkg+dwXlKznzzcGYQG0WhcdUmi1Gil/aaf2Z+35D07u86wartK9innYb6wOrYXmx/l7/vqqz8ofy6VnKLbO2g8Bi92PB59GEGAQjqCIxgcBveScfWx6C/Lxbqd9XPFCWdVLDlKqDnFwltNhv56A2NZHPSviSgapZz9FmUGYorPx3j+v17964ELbuORbldb6hRrd5C519Pal57RXw8U/hYnrh
<path d="M4.45707 1.88762C4.39327 2.17402 4.32606 2.45676 4.25545 2.73586C4.16714 3.08496 4.06153 3.3511 3.93864 3.53427C3.81891 3.71274 3.66649 3.83114 3.48139 3.88947C3.40301 3.91417 3.18349 3.93835 2.82282 3.96202L1.02083 3.96207C0.738938 3.96207 0.498325 4.06173 0.298995 4.26106C0.0996652 4.46039 0 4.701 0 4.9829L0 10.6913C0 10.9731 0.0996453 11.2137 0.298936 11.413C0.498227 11.6124 0.738804 11.712 1.02067 11.7121L3.58796 11.7125C3.60351 11.7125 3.61892 11.7119 3.63417 11.7107L8.60798 11.7107C9.50679 11.7107 10.2129 11.4849 10.7263 11.0333C10.9009 10.8797 11.0423 10.7082 11.1505 10.5189C11.2116 10.4121 11.255 10.3141 11.2807 10.2251C11.282 10.2206 11.2832 10.2161 11.2844 10.2115C11.2856 10.207 11.2867 10.2025 11.2878 10.1979L11.9291 7.49384L12.2351 6.18024C12.3481 5.68948 12.3242 5.2552 12.1632 4.87742C12.0265 4.55645 11.8018 4.29752 11.4892 4.10063C11.2848 3.97192 11.0537 3.87689 10.7958 3.81556C10.6661 3.78471 10.551 3.76606 10.4504 3.75961C10.4442 3.75921 10.4379 3.75891 10.4317 3.75872C10.4255 3.75852 10.4193 3.75842 10.413 3.75842L7.98322 3.75842C8.03878 3.48282 8.07446 3.21356 8.09028 2.95064C8.12186 2.42554 8.07054 1.95893 7.93631 1.55083C7.7539 0.996217 7.42966 0.571856 6.96359 0.277749C6.71844 0.12305 6.46966 0.0329649 6.21725 0.00749351C5.96007 -0.0184591 5.71669 0.0230003 5.48709 0.131871C5.27957 0.230277 5.10066 0.375921 4.95037 0.568805C4.81546 0.741947 4.71358 0.940629 4.64471 1.16485C4.58005 1.3754 4.5175 1.61632 4.45707 1.88762ZM3.44808 5.07608C3.61576 5.05465 3.74375 5.03001 3.83204 5.00219C4.27729 4.86188 4.63577 4.58923 4.90747 4.18426C5.10544 3.88917 5.26512 3.50175 5.38649 3.022C5.45982 2.73212 5.5296 2.43855 5.59582 2.1413C5.64959 1.89992 5.70431 1.68861 5.75997 1.50737C5.81118 1.34061 5.88685 1.2335 5.98696 1.18603C6.07444 1.14454 6.19245 1.17066 6.34098 1.26439C6.77899 1.54079 6.9739 2.07953 6.92572 2.88059C6.9085 3.16673 6.86101 3.46563 6.78323 3.77728C6.74481 3.93121 6.7093 4.05324 6.67671 4.14336C6.62193 4.29484 6.62872 4.44351 6.6971 4.58936C6.76547 4.73521 6.8754 4.83553 7.02688 4.89031C7.05869 4.90181 7.09125 4.91049 7.12457 4.91632C7.15788 4.92216 7.19145 4.92508 7.22527 4.92508L10.3899 4.92508C10.4236 4.92852 10.4689 4.93702 10.5259 4.95057C10.6583 4.98207 10.7722 5.02782 10.8675 5.08782C10.9743 5.15513 11.0485 5.23741 11.0899 5.33467C11.1517 5.47966 11.1545 5.67424 11.0982 5.91842L10.7929 7.22915L10.1605 9.89526C10.1546 9.90873 10.1469 9.9237 10.1375 9.94016C10.0937 10.0169 10.0331 10.0893 9.95571 10.1573C9.66263 10.4151 9.21339 10.544 8.60798 10.544L3.44435 10.544L3.44435 5.07778L3.44808 5.07608ZM1.16667 5.12873L2.27768 5.12873L2.27768 10.5456L1.16667 10.5454L1.16667 5.12873Z" transform="matrix(1 0 0 1 1.16667 1.10977)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 14 14" id="icon-ai-new-greeting-not-match">
2026-03-06 01:33:11 +08:00
<path d="M0 6.125C0 2.74226 2.74226 0 6.125 0C9.50774 0 12.25 2.74226 12.25 6.125C12.25 9.50774 9.50774 12.25 6.125 12.25C2.74226 12.25 0 9.50774 0 6.125ZM11.0833 6.125C11.0833 3.38659 8.86341 1.16667 6.125 1.16667C4.9756 1.16667 3.91754 1.55776 3.07665 2.21414L10.0359 9.17335C10.6922 8.33246 11.0833 7.2744 11.0833 6.125ZM1.16667 6.125C1.16667 4.95639 1.57094 3.88221 2.24727 3.03467L9.21533 10.0027C8.36779 10.6791 7.29361 11.0833 6.125 11.0833C3.38659 11.0833 1.16667 8.86341 1.16667 6.125Z" fill-rule="evenodd" transform="matrix(1 0 0 1 0.875 0.875)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-ai-new-greeting-set">
2026-03-06 01:33:11 +08:00
<path d="M1.06825 8.3083Q0.907046 8.4695 0.878302 8.69559L0.672245 10.3159Q0.630985 10.6402 0.862147 10.8713Q1.09333 11.1025 1.41769 11.0613L3.03797 10.8553Q3.26403 10.8265 3.42523 10.6653L10.8715 3.21895Q11.0669 3.02363 11.0669 2.74755Q11.0669 2.47145 10.8716 2.27619L9.45742 0.861903Q9.26213 0.666672 8.98592 0.666672Q8.70976 0.666672 8.51452 0.861918L1.06825 8.30829L1.06825 8.3083ZM0.125433 7.36549L7.57169 -0.0808714Q8.15746 -0.666662 8.98592 -0.666662Q9.81431 -0.666662 10.4003 -0.0808569L11.8143 1.33327Q12.4002 1.91907 12.4002 2.74755Q12.4002 3.57603 11.8143 4.16175L4.36804 11.6081Q3.88447 12.0917 3.20615 12.1779L1.58589 12.384Q1.11156 12.4443 0.665502 12.286Q0.24021 12.135 -0.080655 11.8142Q-0.401526 11.4933 -0.552462 11.068Q-0.710773 10.6219 -0.650435 10.1476L-0.444384 8.52743Q-0.358141 7.84907 0.125436 7.36549L0.125433 7.36549Z" transform="matrix(1 0 0 1 2.45 2.4832)"></path>
<path d="M-0.666667 0C-0.666667 0.368187 -0.368187 0.666667 0 0.666667L2 0.666667C2.36819 0.666667 2.66667 0.368187 2.66667 0C2.66667 -0.368187 2.36819 -0.666667 2 -0.666667L0 -0.666667C-0.368187 -0.666667 -0.666667 -0.368187 -0.666667 0Z" transform="matrix(0.707107 0.707107 -0.707107 0.707107 8.13672 5.22715)"></path>
<path d="M1.75068 0.547762C1.84649 0.337189 2.14664 0.340162 2.23826 0.552592L2.41457 0.961367C2.53782 1.24711 2.76624 1.47451 3.05254 1.59647L3.42383 1.75463C3.64005 1.84674 3.64003 2.15322 3.4238 2.24531L3.05266 2.40336C2.76629 2.52531 2.53781 2.75275 2.41455 3.03856L2.23827 3.44733C2.14665 3.65977 1.84648 3.66274 1.75067 3.45215L1.55245 3.01647C1.42852 2.74405 1.20818 2.52712 0.933864 2.40744L0.560129 2.24438C0.346769 2.15129 0.346752 1.84867 0.560101 1.75556L0.933988 1.59238C1.20823 1.4727 1.4285 1.25581 1.55243 0.983462L1.75068 0.547762Z" transform="matrix(1 0 0 1 1.3332 1.3334)"></path>
<path d="M2.41743 0.547736C2.51324 0.337168 2.81338 0.340141 2.90501 0.552566L3.28356 1.4302C3.40681 1.71594 3.63524 1.94333 3.92154 2.06529L4.75729 2.42129C4.97352 2.5134 4.97351 2.81989 4.75727 2.91198L3.92166 3.26781C3.63529 3.38976 3.4068 3.61719 3.28354 3.903L2.90501 4.78069C2.81339 4.99313 2.51323 4.9961 2.41742 4.78551L2.00585 3.88091C1.88191 3.60849 1.66156 3.39156 1.38725 3.27189L0.560156 2.91105C0.346791 2.81796 0.346774 2.51533 0.560128 2.42222L1.38737 2.06121C1.66161 1.94153 1.8819 1.72464 2.00582 1.45229L2.41743 0.547736Z" transform="matrix(1 0 0 1 10 10)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-ai-phone">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 2.90909 4.36364)" d="M-5.04647e-17 -0.363636L10.1818 -0.363636L10.1818 1.09091L-5.04647e-17 1.09091L-5.04647e-17 -0.363636Z"></path>
<path transform="matrix(1 0 0 1 2.18182 1.45455)" d="M-0.727273 2.90909C-0.727273 0.900783 0.900783 -0.727273 2.90909 -0.727273L8.72727 -0.727273C10.7356 -0.727273 12.3636 0.900783 12.3636 2.90909L12.3636 10.1818C12.3636 12.1901 10.7356 13.8182 8.72727 13.8182L2.90909 13.8182C0.900783 13.8182 -0.727273 12.1901 -0.727273 10.1818L-0.727273 2.90909ZM2.90909 0.727273C1.70411 0.727273 0.727273 1.70411 0.727273 2.90909L0.727273 10.1818C0.727273 11.3868 1.70411 12.3636 2.90909 12.3636L8.72727 12.3636C9.93226 12.3636 10.9091 11.3868 10.9091 10.1818L10.9091 2.90909C10.9091 1.70411 9.93226 0.727273 8.72727 0.727273L2.90909 0.727273Z"></path>
<path transform="matrix(1 0 0 1 7.27273 10.9091)" d="M-0.727273 0.363636C-0.727273 0.765295 -0.401658 1.09091 0 1.09091L1.45455 1.09091C1.8562 1.09091 2.18182 0.765295 2.18182 0.363636C2.18182 -0.0380218 1.8562 -0.363636 1.45455 -0.363636L0 -0.363636C-0.401658 -0.363636 -0.727273 -0.0380218 -0.727273 0.363636Z"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-ai-resume">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 2.18182 1.45455)" d="M0.727273 0.727273Q0.727273 0.727273 0.727273 0.727273L0.727273 10.1818Q0.727273 11.0856 1.36631 11.7246Q2.00535 12.3636 2.90909 12.3636L8.72727 12.3636Q9.63101 12.3636 10.2701 11.7246Q10.9091 11.0856 10.9091 10.1818L10.9091 2.90909Q10.9091 2.00535 10.2701 1.36631Q9.63101 0.727273 8.72727 0.727273L0.727273 0.727273ZM0.727273 -0.727273L8.72727 -0.727273Q9.46661 -0.727273 10.1429 -0.441211Q10.7956 -0.165141 11.2986 0.337794Q11.8015 0.840727 12.0776 1.49343Q12.3636 2.16976 12.3636 2.90909L12.3636 10.1818Q12.3636 10.9212 12.0776 11.5975Q11.8015 12.2502 11.2986 12.7531Q10.7956 13.2561 10.1429 13.5321Q9.46661 13.8182 8.72727 13.8182L2.90909 13.8182Q2.16976 13.8182 1.49343 13.5321Q0.840727 13.2561 0.337793 12.7531Q-0.165141 12.2502 -0.441211 11.5975Q-0.727273 10.9212 -0.727273 10.1818L-0.727273 0.727273Q-0.727273 0.12478 -0.301246 -0.301246Q0.12478 -0.727273 0.727273 -0.727273Z"></path>
<path transform="matrix(1 0 0 1 5.45455 7.63636)" d="M-0.727273 0.363636C-0.727273 0.765295 -0.401658 1.09091 0 1.09091L5.09091 1.09091C5.49257 1.09091 5.81818 0.765295 5.81818 0.363636C5.81818 -0.0380218 5.49257 -0.363636 5.09091 -0.363636L0 -0.363636C-0.401658 -0.363636 -0.727273 -0.0380218 -0.727273 0.363636Z"></path>
<path transform="matrix(1 0 0 1 5.45455 4.72727)" d="M-0.727273 0.363636C-0.727273 0.765295 -0.401658 1.09091 0 1.09091L2.18182 1.09091C2.58348 1.09091 2.90909 0.765295 2.90909 0.363636C2.90909 -0.0380218 2.58348 -0.363636 2.18182 -0.363636L0 -0.363636C-0.401658 -0.363636 -0.727273 -0.0380218 -0.727273 0.363636Z"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-ai-toast-error">
2026-03-06 01:33:11 +08:00
<defs>
<clipPath id="icon-ai-toast-error_clipPath4034296069">
<path d="M0 0L20 0L20 20L0 20L0 0Z" fill-rule="nonzero" transform="matrix(1 0 0 1 0 0)"></path>
</clipPath>
</defs>
<g clip-path="url(#icon-ai-toast-error_clipPath4034296069)">
<path d="M0 8.33333C0 3.731 3.731 0 8.33333 0C12.9357 0 16.6667 3.731 16.6667 8.33333C16.6667 12.9357 12.9357 16.6667 8.33333 16.6667C3.731 16.6667 0 12.9357 0 8.33333ZM5.24408 5.24408C5.56952 4.91864 6.09715 4.91864 6.42259 5.24408L8.33333 7.15482L10.2441 5.24408C10.5695 4.91864 11.0972 4.91864 11.4226 5.24408C11.748 5.56952 11.748 6.09715 11.4226 6.42259L9.51185 8.33333L11.4226 10.2441C11.748 10.5695 11.748 11.0972 11.4226 11.4226C11.0972 11.748 10.5695 11.748 10.2441 11.4226L8.33333 9.51185L6.42259 11.4226C6.09715 11.748 5.56952 11.748 5.24408 11.4226C4.91864 11.0972 4.91864 10.5695 5.24408 10.2441L7.15482 8.33333L5.24408 6.42259C4.91864 6.09715 4.91864 5.56952 5.24408 5.24408Z" fill-rule="evenodd" transform="matrix(1 0 0 1 1.66667 1.66667)" fill="rgb(255, 255, 255)"></path>
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-ai-toast-success">
2026-03-06 01:33:11 +08:00
<defs>
<clipPath id="icon-ai-toast-success_clipPath5530328069">
<path d="M0 0L20 0L20 20L0 20L0 0Z" fill-rule="nonzero" transform="matrix(1 0 0 1 0 0)"></path>
</clipPath>
</defs>
<g clip-path="url(#icon-ai-toast-success_clipPath5530328069)">
<path d="M0 8.33333C0 3.731 3.731 0 8.33333 0C12.9357 0 16.6667 3.731 16.6667 8.33333C16.6667 12.9357 12.9357 16.6667 8.33333 16.6667C3.731 16.6667 0 12.9357 0 8.33333ZM12.2456 6.84938C12.5766 6.52964 12.5858 6.00208 12.2661 5.67105C11.9463 5.34002 11.4187 5.33087 11.0877 5.65062L7.35294 9.25807L5.57895 7.54456C5.24792 7.22481 4.72036 7.23396 4.40062 7.56499C4.08087 7.89602 4.09002 8.42358 4.42105 8.74332L6.77399 11.0161C7.09693 11.328 7.60895 11.328 7.93189 11.0161L12.2456 6.84938Z" fill-rule="evenodd" transform="matrix(1 0 0 1 1.66667 1.66667)" fill="rgb(255, 255, 255)"></path>
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-ai-toast-warning">
2026-03-06 01:33:11 +08:00
<defs>
<clipPath id="icon-ai-toast-warning_clipPath5744598921">
<path d="M0 0L20 0L20 20L0 20L0 0Z" fill-rule="nonzero" transform="matrix(1 0 0 1 0 0)"></path>
</clipPath>
</defs>
<g clip-path="url(#icon-ai-toast-warning_clipPath5744598921)">
<path d="M0 8.33333C0 3.731 3.731 0 8.33333 0C12.9357 0 16.6667 3.731 16.6667 8.33333C16.6667 12.9357 12.9357 16.6667 8.33333 16.6667C3.731 16.6667 0 12.9357 0 8.33333ZM8.33333 9.74141C8.79357 9.74141 9.16667 9.36831 9.16667 8.90808L9.16667 4.74141C9.16667 4.28117 8.79357 3.90807 8.33333 3.90807C7.8731 3.90807 7.5 4.28117 7.5 4.74141L7.5 8.90808C7.5 9.36831 7.8731 9.74141 8.33333 9.74141ZM9.375 11.6164C9.375 11.0411 8.90863 10.5747 8.33333 10.5747C7.75804 10.5747 7.29167 11.0411 7.29167 11.6164C7.29167 12.1917 7.75804 12.6581 8.33333 12.6581C8.90863 12.6581 9.375 12.1917 9.375 11.6164Z" fill-rule="evenodd" transform="matrix(1 0 0 1 1.66667 1.66667)" fill="rgb(255, 255, 255)"></path>
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-ai-wechat">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 0.727273 1.95455)" d="M13.8182 6.18182Q13.8182 5.09508 13.3228 4.09957Q12.8372 3.12374 11.9443 2.36475Q11.0384 1.59472 9.85755 1.17018Q8.6256 0.727272 7.27273 0.727272Q5.91986 0.727273 4.6879 1.17018Q3.50707 1.59472 2.60115 2.36475Q1.70822 3.12374 1.22264 4.09957Q0.727272 5.09508 0.727272 6.18182Q0.727273 7.13071 1.10754 8.01565Q1.47935 8.88091 2.17619 9.60088L2.45368 9.88758L1.95459 11.9769L1.95459 11.9769L1.95459 11.9769L4.19891 11.0041L4.47899 11.1147Q5.79999 11.6364 7.27273 11.6364Q8.6256 11.6364 9.85755 11.1935Q11.0384 10.7689 11.9443 9.99889Q12.8372 9.2399 13.3228 8.26406Q13.8182 7.26855 13.8182 6.18182L13.8182 6.18182ZM15.2727 6.18182Q15.2727 7.61045 14.625 8.91206Q14.0066 10.155 12.8863 11.1072Q11.7791 12.0483 10.3497 12.5622Q8.87912 13.0909 7.27273 13.0909Q5.52318 13.0909 3.94472 12.4675L4.21186 11.7911L4.5011 12.4584L2.53307 13.3115Q2.13651 13.4834 1.71696 13.4134Q1.32601 13.3482 1.01963 13.0911Q0.713237 12.834 0.581165 12.4604Q0.439428 12.0593 0.539849 11.6389L0.946239 9.9377L1.65361 10.1067L1.13103 10.6125Q0.248416 9.70057 -0.228848 8.5899Q-0.727273 7.42999 -0.727273 6.18182Q-0.727273 4.75318 -0.0795885 3.45158Q0.538891 2.20867 1.65912 1.25647Q2.76635 0.31533 4.1958 -0.198589Q5.66633 -0.727273 7.27273 -0.727274Q8.87912 -0.727274 10.3497 -0.198589Q11.7791 0.31533 12.8863 1.25647Q14.0066 2.20867 14.625 3.45158Q15.2727 4.75318 15.2727 6.18182L15.2727 6.18182Z"></path>
<path transform="matrix(1 0 0 1 9.09091 5.59091)" d="M1.09091 0C1.6934 0 2.18182 0.488417 2.18182 1.09091C2.18182 1.6934 1.6934 2.18182 1.09091 2.18182C0.488417 2.18182 0 1.6934 0 1.09091C0 0.488417 0.488417 0 1.09091 0Z"></path>
<path transform="matrix(1 0 0 1 4.72727 5.59091)" d="M1.09091 0C1.6934 0 2.18182 0.488417 2.18182 1.09091C2.18182 1.6934 1.6934 2.18182 1.09091 2.18182C0.488417 2.18182 0 1.6934 0 1.09091C0 0.488417 0.488417 0 1.09091 0Z"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-arrow-icon"><path d="M512 597.312L341.312 426.688h341.376z" p-id="1194"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-arrow-left"><path d="M363.648 476.458667h432.810667v71.082666H363.648l190.72 190.72-50.261333 50.304L227.541333 512l276.565334-276.565333 50.261333 50.304z" p-id="30519"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-arrow-right"><path d="M660.352 476.458667H227.541333v71.082666h432.810667l-190.72 190.72 50.261333 50.304L796.458667 512l-276.565334-276.565333-50.261333 50.304z" p-id="31056"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-base-info-edu"><defs><style type="text/css"></style></defs><path d="M843.958201 506.898588a30.706735 30.706735 0 0 1 2.047116 5.117789l65.917124 234.497097a30.706735 30.706735 0 0 1-14.432166 35.108034L552.448933 975.688071a81.884626 81.884626 0 0 1-80.349289 0L127.263014 781.723863a30.706735 30.706735 0 0 1-14.32981-35.312745l67.96424-234.599453a30.706735 30.706735 0 0 1 43.091784-18.935819l252.204647 124.566987a81.884626 81.884626 0 0 0 72.263183 0.102355l254.456475-124.669342a30.706735 30.706735 0 0 1 41.044668 14.022742zM552.244222 10.575399l405.738321 230.505222a30.706735 30.706735 0 0 1-0.818846 53.941497l-407.376014 213.514162a81.884626 81.884626 0 0 1-76.050346 0L65.9519 295.022118a30.706735 30.706735 0 0 1-1.023558-53.941497L471.383154 10.677755a81.884626 81.884626 0 0 1 80.861068 0z" p-id="14901"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-base-info-work"><defs><style type="text/css"></style></defs><path d="M704.056889 0c70.542222 0 128 57.344 128 128L831.829333 256H967.111111a56.888889 56.888889 0 0 1 56.888889 56.888889V967.111111a56.888889 56.888889 0 0 1-56.888889 56.888889h-910.222222a56.888889 56.888889 0 0 1-56.888889-56.888889V312.888889a56.888889 56.888889 0 0 1 56.888889-56.888889h135.054222V128c0-65.991111 50.062222-120.263111 114.119111-127.203556L320.056889 0z m7.054222 512h-398.222222a56.888889 56.888889 0 0 0-55.978667 46.648889L256 568.888889v14.222222a56.888889 56.888889 0 0 0 46.648889 55.978667l10.24 0.910222h398.222222a56.888889 56.888889 0 0 0 55.978667-46.648889l0.910222-10.24V568.888889a56.888889 56.888889 0 0 0-56.888889-56.888889z m-7.168-384H320.056889V256h384V128z" p-id="14770"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-basic_add_outline">
2026-03-06 01:33:11 +08:00
<path d="M7 0C10.866 0 14 3.13401 14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0ZM7 1.33333C6.23082 1.33333 5.49572 1.48159 4.79469 1.7781C4.1169 2.06478 3.51635 2.46977 2.99306 2.99306C2.46977 3.51635 2.06478 4.1169 1.7781 4.79469C1.48159 5.49572 1.33333 6.23082 1.33333 7C1.33333 7.76918 1.48159 8.50428 1.7781 9.20531C2.06478 9.88311 2.46977 10.4836 2.99306 11.0069C3.51635 11.5302 4.1169 11.9352 4.79469 12.2219C5.49572 12.5184 6.23082 12.6667 7 12.6667C7.76918 12.6667 8.50428 12.5184 9.20531 12.2219C9.88311 11.9352 10.4836 11.5302 11.0069 11.0069C11.5302 10.4836 11.9352 9.88311 12.2219 9.20531C12.5184 8.50428 12.6667 7.76918 12.6667 7C12.6667 6.23082 12.5184 5.49572 12.2219 4.79469C11.9352 4.1169 11.5302 3.51635 11.0069 2.99306C10.4836 2.46977 9.88311 2.06478 9.20531 1.7781C8.50428 1.48159 7.76918 1.33333 7 1.33333ZM7 3.66667C7.36819 3.66667 7.66667 3.96514 7.66667 4.33333L7.66667 6.33333L9.66667 6.33333C10.0349 6.33333 10.3333 6.63181 10.3333 7L10.3333 7.001C10.3333 7.36919 10.0349 7.66667 9.66667 7.66667L7.66667 7.66667L7.66667 9.66667C7.66667 10.0349 7.36819 10.3333 7 10.3333L6.999 10.3333C6.63081 10.3333 6.33333 10.0349 6.33333 9.66667L6.33333 7.66667L4.33333 7.66667C3.96514 7.66667 3.66667 7.36919 3.66667 7.001L3.66667 7C3.66667 6.63181 3.96514 6.33333 4.33333 6.33333L6.33333 6.33333L6.33333 4.33333C6.33333 3.96514 6.63081 3.66667 6.999 3.66667L7 3.66667Z" transform="matrix(1 0 0 1 1 1)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18" id="icon-basic_delete">
2026-03-06 01:33:11 +08:00
<path d="M3.75 0.75C3.75 1.16421 4.08579 1.5 4.5 1.5L9 1.5C9.41421 1.5 9.75 1.16421 9.75 0.75C9.75 0.33579 9.41421 0 9 0L4.5 0C4.08579 0 3.75 0.33579 3.75 0.75ZM0 3C0 3.41421 0.33579 3.75 0.75 3.75L12.75 3.75C13.1642 3.75 13.5 3.41421 13.5 3C13.5 2.58579 13.1642 2.25 12.75 2.25L0.75 2.25C0.33579 2.25 0 2.58579 0 3ZM1.875 4.875C1.46079 4.875 1.125 5.21079 1.125 5.625L1.125 10.875C1.125 11.2816 1.20369 11.6709 1.36106 12.043C1.51291 12.402 1.72712 12.7198 2.00368 12.9963C2.28024 13.2729 2.59803 13.4871 2.95703 13.6389C3.32911 13.7963 3.71843 13.875 4.125 13.875L9.375 13.875C9.78157 13.875 10.1709 13.7963 10.543 13.6389C10.902 13.4871 11.2198 13.2729 11.4963 12.9963C11.7729 12.7198 11.9871 12.402 12.1389 12.043C12.2963 11.6709 12.375 11.2816 12.375 10.875L12.375 5.625C12.375 5.21079 12.0392 4.875 11.625 4.875C11.2108 4.875 10.875 5.21079 10.875 5.625L10.875 10.875C10.875 11.2892 10.7286 11.6428 10.4357 11.9357C10.1428 12.2286 9.78921 12.375 9.375 12.375L4.125 12.375C3.71079 12.375 3.35723 12.2286 3.06434 11.9357C2.77145 11.6428 2.625 11.2892 2.625 10.875L2.625 5.625C2.625 5.21079 2.28921 4.875 1.875 4.875Z" transform="matrix(1 0 0 1 2.25 1.875)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" id="icon-call-log">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1.2 2.4)" d="M10.1116 0.0864603C9.81921 0.0317626 9.54577 0.00184599 9.32266 0L8.82374 0.0144938C8.64919 0.0290349 8.47658 0.0533206 8.30563 0.0872754C7.74749 0.189339 7.20656 0.379667 6.70429 0.651022C5.10133 1.52595 4.24437 3.09929 4.24437 5.18708L4.27359 6.14028C4.30756 6.6353 4.37834 7.12763 4.48529 7.61248C4.69419 8.53702 5.02151 9.235 5.49356 9.73412L5.5533 9.80359C5.59712 9.85826 5.64701 9.92725 5.6915 9.99633C5.77162 10.1202 5.82468 10.2348 5.83086 10.2781L5.82139 10.3222C5.81152 10.3447 5.79266 10.3688 5.75887 10.3978L5.32969 10.6582L3.70706 11.4915C1.04109 12.9127 0.196989 13.8303 0.169545 15.2621L0 17.649C0.00363684 18.2723 0.467131 18.8086 1.09408 18.8805L13.9834 18.9L17.2156 18.8853C17.8946 18.8352 18.4042 18.2376 18.3553 17.5508L18.2453 15.1329C18.1818 13.94 17.4981 13.0955 15.576 11.972L15.0206 11.6583C14.9228 11.6046 14.8223 11.5503 14.7191 11.4953L13.2152 10.7239L12.8887 10.5463L12.6605 10.3913C12.6045 10.34 12.59 10.3009 12.5897 10.2575C12.5906 10.253 12.5935 10.2447 12.5982 10.2335L12.7275 9.99657C12.7955 9.89164 12.8742 9.78837 12.9259 9.73384L13.0961 9.53734C13.4777 9.05683 13.7511 8.42128 13.9337 7.6127C14.0361 7.16093 14.1067 6.66764 14.1456 6.14079C14.1506 6.07249 14.155 6.00503 14.1587 5.93909L14.1734 5.56694L14.1677 4.8503C14.0824 2.93375 13.2325 1.47911 11.7154 0.650865C11.2126 0.379224 10.6717 0.188895 10.1116 0.0864603ZM14.8966 0.909776L15.4045 0.989431C15.8293 1.06902 16.1328 1.18939 16.6032 1.44534C17.927 2.16611 18.6383 3.46457 18.6383 5.17193L18.584 5.67121L18.4415 6.63094C18.2688 7.39162 17.9972 7.96826 17.6041 8.38303L17.5996 8.40359C17.5964 8.41499 17.5921 8.42145 17.5744 8.41686L17.4487 8.58861C17.2735 8.82793 17.2433 9.02251 17.3022 9.19258L17.3547 9.23716C17.3813 9.26208 17.418 9.29054 17.4658 9.32311L18.2271 9.74199C20.7247 10.9876 21.464 11.7601 21.5292 13.1355L21.5837 16.2735L21.5986 16.5987C21.6233 16.951 21.3254 17.2469 20.9119 17.2469C20.5025 17.2469 20.1646 16.9623 20.1646 16.631L20.1022 13.3384C20.1021 12.6745 19.7406 12.2004 18.3679 11.4451L17.8719 11.1823C17.7827 11.1366 17.6902 11.0898 17.5942 11.0419C16.3429 10.4177 15.8888 9.87747 15.8888 9.04068L15.9339 8.58748C15.9664 8.33216 16.0763 8.0649 16.2558 7.78774C16.3482 7.64355 16.4533 7.50732 16.5695 7.38115C16.7702 7.16957 16.9315 6.81114 17.0462 6.3061L17.0882 6.08141L17.2076 5.15769C17.2068 3.99093 16.7765 3.18497 15.925 2.72155C15.6146 2.55497 15.4647 2.48625 15.2685 2.43995L15.0827 2.40172C14.9366 2.37142 14.8483 2.36897 14.6695 2.40543C14.2689 2.4871 13.8395 2.2334 13.7941 1.77368C13.7513 1.33877 14.0902 1.02091 14.4659 0.951786L14.8966 0.909776ZM9.31567 1.57796L9.09364 1.57796C9.03687 1.57839 8.96158 1.58406 8.87538 1.59431L8.59165 1.63814C8.17589 1.71622 7.79002 1.851 7.44371 2.03994C6.42859 2.59432 5.87936 3.53417 5.81064 4.87948L5.80439 5.5426L5.81703 5.85311C5.82025 5.90872 5.82402 5.9658 5.82832 6.02363C5.86143 6.47316 5.92056 6.88872 6.00499 7.2608C6.1303 7.81405 6.30045 8.23148 6.5118 8.51408L6.6209 8.64415C6.76003 8.79583 6.88583 8.95953 6.99652 9.13283C7.20943 9.46258 7.33959 9.77947 7.37697 10.0772C7.38445 10.1353 7.38827 10.1937 7.38841 10.2525C7.38841 11.1334 7.03744 11.545 5.65076 12.2624L4.22992 12.9959L3.74457 13.2656C3.59309 13.3523 3.45173 13.4359 3.31998 13.5169L2.9531 13.7521C2.10545 14.3219 1.77001 14.7627 1.73139 15.2359L1.59468 17.3151L4.14308 17.3232L16.776 17.3138L16.6933 15.3768C16.6923 14.8181 16.3489 14.3318 15.3563 13.6813L14.9531 13.4291C14.8806 13.3857 14.8054 13.3415 14.7275 13.2964L13.655 12.7133L13.024 12.3923C11.4242 11.5918 11.0308 11.1852 11.0308 10.2525C11.0308 10.1944 11.0346 10.1363 11.0421 10.0777C11.0797 9.77892 11.2098 9.46175 11.4223 9.13338C11.4963 9.01748 11.5769 8.90609 11.6641 8.79931L11.7997 8.6426C12.0608 8.36685 12.268 7.90625 12.414 7.26167C12.5034 6.85446 12.5625 6.44101 12.5909 6.02353L12.6159 5.17398C12.6159 3.6704 12.0631 2.63392 10.9762 2.04032C10.6164 1.84667 10.2292 1.71103 9.8275 1.63814C9.62708 1.60046 9.44071 1.57926 9.31567 1.57796Z" fill-rule="evenodd" fill="currentColor"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-case-add-icon"><path d="M469.312 469.312v-256h85.376v256h256v85.376h-256v256H469.312v-256h-256V469.312z" p-id="1886"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-chat-add"><path d="M767.99872 475.250205H548.636018V254.863507a36.693191 36.693191 0 0 0-38.115408-35.157197 36.693191 36.693191 0 0 0-35.043419 35.157197v220.386698H256.000711a36.693191 36.693191 0 0 0 0 73.500159h219.419591v220.386698a36.693191 36.693191 0 0 0 73.158827 0V548.750364h219.47648a36.693191 36.693191 0 0 0 38.115407-35.157197 36.693191 36.693191 0 0 0-38.115407-38.342962M511.999716 73.445545c-117.304433 0-227.554671 45.624711-310.44146 128.454612A435.53964 435.53964 0 0 0 73.160533 512.000284c0 117.190655 45.624711 227.270227 128.454612 310.043239A436.336081 436.336081 0 0 0 511.999716 950.498135c117.304433 0 227.497782-45.624711 310.38457-128.511501A435.368974 435.368974 0 0 0 950.838898 512.000284a435.596528 435.596528 0 0 0-128.454612-309.98635A436.563636 436.563636 0 0 0 511.999716 73.388657M511.999716 1023.998293a508.755355 508.755355 0 0 1-361.982593-149.901639A508.698466 508.698466 0 0 1 0.001707 512.000284c0-136.874134 53.304682-265.442523 149.958528-362.096369A508.584689 508.584689 0 0 1 511.999716 0.002276c136.760357 0 265.271857 53.247793 361.982592 149.901639A508.755355 508.755355 0 0 1 1023.997724 511.943396a508.698466 508.698466 0 0 1-150.015416 362.153258A508.641578 508.641578 0 0 1 511.999716 1023.998293" p-id="4085"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-chat-comdesc">
2026-03-06 01:33:11 +08:00
<rect width="20" height="20" transform="matrix(1 0 0 1 0 0)" fill="rgb(196, 196, 196)" opacity="0"></rect>
<path d="M-0 2C0 0.89543 0.89543 -0 2 -0L14 0C15.1046 0 16 0.89543 16 2L16 10.6C16 11.7046 15.1046 12.6 14 12.6L2 12.6C0.89543 12.6 -0 11.7046 -0 10.6L0 2ZM2 1.2C1.55817 1.2 1.2 1.55817 1.2 2L1.2 10.6C1.2 11.0418 1.55817 11.4 2 11.4L14 11.4C14.4418 11.4 14.8 11.0418 14.8 10.6L14.8 2C14.8 1.55817 14.4418 1.2 14 1.2L2 1.2Z" fill-rule="nonzero" transform="matrix(1 0 0 1 2 3.69995)" fill="rgb(153, 153, 153)"></path>
<circle cx="1.5" cy="1.5" r="1.5" transform="matrix(1 0 0 1 5 7.5)" fill="rgb(153, 153, 153)"></circle>
<path d="M0.5 0C0.223858 0 0 0.223858 0 0.5L0 0.50075C0 0.776892 0.223858 1 0.5 1L9.5 1C9.77614 1 10 0.776892 10 0.50075L10 0.5C10 0.223858 9.77614 0 9.5 0L0.5 0Z" fill-rule="nonzero" transform="matrix(1 0 0 1 5 11.5)" fill="rgb(153, 153, 153)"></path>
<path d="M0.5 0C0.223858 0 0 0.223858 0 0.5L0 0.50075C0 0.776892 0.223858 1 0.5 1L4.5 1C4.77614 1 5 0.776892 5 0.50075L5 0.5C5 0.223858 4.77614 0 4.5 0L0.5 0Z" fill-rule="nonzero" transform="matrix(1 0 0 1 10 7.5)" fill="rgb(153, 153, 153)"></path>
<path d="M0.5 0C0.223858 0 0 0.223858 0 0.5L0 0.50075C0 0.776892 0.223858 1 0.5 1L4.5 1C4.77614 1 5 0.776892 5 0.50075L5 0.5C5 0.223858 4.77614 0 4.5 0L0.5 0Z" fill-rule="nonzero" transform="matrix(1 0 0 1 10 9.5)" fill="rgb(153, 153, 153)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" id="icon-chat-helper-send">
2026-03-06 01:33:11 +08:00
<path d="M10.5 0C16.299 0 21 4.70101 21 10.5C21 16.299 16.299 21 10.5 21C4.70101 21 0 16.299 0 10.5C0 4.70101 4.70101 0 10.5 0ZM11.5003 8.6695L14.036 11.205C14.4265 11.5955 15.0597 11.5955 15.4502 11.205C15.8407 10.8144 15.8407 10.1813 15.4502 9.79075L11.2072 5.54811C11.0119 5.35286 10.7762 5.25524 10.5001 5.25525C10.2239 5.25526 9.98822 5.3529 9.79297 5.54817L5.55067 9.79081C5.16017 10.1813 5.16019 10.8145 5.55073 11.205C5.94127 11.5955 6.57444 11.5955 6.96494 11.205L9.50028 8.66943L9.50028 15C9.50028 15.5523 9.948 16 10.5003 16C11.0526 16 11.5003 15.5523 11.5003 15L11.5003 8.6695Z" fill-rule="nonzero" transform="matrix(1 0 0 1 1.5 1.5)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 11 11" id="icon-chat-operate-top">
2026-03-06 01:33:11 +08:00
<g id="icon-chat-operate-top_页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.300000012">
<path d="M1.41421356,0 L9,0 C10.1045695,-2.02906125e-16 11,0.8954305 11,2 L11,9.58578644 C11,10.1380712 10.5522847,10.5857864 10,10.5857864 C9.73478351,10.5857864 9.4804296,10.4804296 9.29289322,10.2928932 L0.707106781,1.70710678 C0.316582489,1.31658249 0.316582489,0.683417511 0.707106781,0.292893219 C0.89464316,0.10535684 1.14899707,7.14853294e-16 1.41421356,0 Z" id="icon-chat-operate-top_矩形备份-15" fill="#00BEBD"></path>
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-chat-search"><path d="M834.328018 143.142859a488.739768 488.739768 0 0 1 30.088411 658.243069l146.661313 146.740078a44.423727 44.423727 0 1 1-62.854848 62.854849l-146.740079-146.661313a488.739768 488.739768 0 1 1 32.845203-721.176683z m-628.233423 62.854849a399.813547 399.813547 0 1 0 565.45734 565.45734 399.813547 399.813547 0 0 0-565.536105-565.536106z" p-id="3327"></path></symbol><symbol viewBox="0 0 20 20" id="icon-chat-speak-test">
2026-03-06 01:33:11 +08:00
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M17,0 C18.6568542,0 20,1.34314575 20,3 L20,14 C20,15.6568542 18.6568542,17 17,17 L12.0037305,17 L10.8251979,18.746508 C10.5162744,19.2043123 9.8947188,19.325004 9.43691454,19.0160806 C9.32999538,18.9439322 9.23804379,18.8517805 9.16612801,18.7447048 L7.99432367,17 L3,17 C1.34314575,17 0,15.6568542 0,14 L0,3 C0,1.34314575 1.34314575,0 3,0 L17,0 Z M17,1 L3,1 C1.9456382,1 1.08183488,1.81587779 1.00548574,2.85073766 L1,3 L1,14 C1,15.0543618 1.81587779,15.9181651 2.85073766,15.9945143 L3,16 L7.99432367,16 C8.28581913,16 8.5605665,16.1270144 8.74913111,16.3440359 L8.82446558,16.4424478 L9.99626992,18.1871526 L11.1748026,16.4406446 C11.3374754,16.1995742 11.5956495,16.0430085 11.8803119,16.0076338 L12.0037305,16 L17,16 C18.0543618,16 18.9181651,15.1841222 18.9945143,14.1492623 L19,14 L19,3 C19,1.9456382 18.1841222,1.08183488 17.1492623,1.00548574 L17,1 Z M9,5.5 C9.27614237,5.5 9.5,5.72385763 9.5,6 C9.5,6.24545989 9.32312484,6.44960837 9.08987563,6.49194433 L9,6.5 L6.5,6.5 L6.5,8 L8.625,8 C8.90114237,8 9.125,8.22385763 9.125,8.5 C9.125,8.74545989 8.94812484,8.94960837 8.71487563,8.99194433 L8.625,9 L6.5,9 L6.5,10.5 L9,10.5 C9.24545989,10.5 9.44960837,10.6768752 9.49194433,10.9101244 L9.5,11 C9.5,11.2454599 9.32312484,11.4496084 9.08987563,11.4919443 L9,11.5 L6,11.5 C5.75454011,11.5 5.55039163,11.3231248 5.50805567,11.0898756 L5.5,11 L5.5,6 C5.5,5.75454011 5.67687516,5.55039163 5.91012437,5.50805567 L6,5.5 L9,5.5 Z M11.3751173,5.66818214 L11.4285746,5.74246592 L13.504,9.196 L13.504542,6 C13.504542,5.75454011 13.6814172,5.55039163 13.9146664,5.50805567 L14.004542,5.5 C14.2500019,5.5 14.4541504,5.67687516 14.4964863,5.91012437 L14.504542,6 L14.504542,11 C14.504542,11.4752524 13.9179001,11.6676569 13.6294248,11.3318179 L13.5759674,11.2575341 L11.5,7.803 L11.5,11 C11.5,11.2454599 11.3231248,11.4496084 11.0898756,11.4919443 L11,11.5 C10.7545401,11.5 10.5503916,11.3231248 10.5080557,11.0898756 L10.5,11 L10.5,6 C10.5,5.52474761 11.0866419,5.33234306 11.3751173,5.66818214 Z" id="icon-chat-speak-test_形状结合" fill="#555555" fill-rule="nonzero"></path>
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-chat-star-cancel"><path d="M549.0176 110.8992a84.224 84.224 0 0 0-103.2192 23.7056l-4.1984 5.9904-3.7888 6.656-68.8128 134.656c-6.3488 12.3904-16.9984 22.016-30.0032 27.1872l-6.656 2.2528-6.7584 1.3824-152.6272 22.272c-17.8176 2.6112-34.2528 10.752-46.848 23.296a79.104 79.104 0 0 0-9.216 102.0416l4.7104 6.144 5.5296 5.7856 110.08 105.5744a56.32 56.32 0 0 1 17.2032 36.352l0.1536 6.912-0.768 6.7584-25.4464 148.5824a78.848 78.848 0 0 0 8.192 50.432 83.712 83.712 0 0 0 97.792 39.936l7.0144-2.4576 6.9632-3.1232 136.9088-69.5296c12.544-6.4 26.9312-8.0384 40.4992-4.7616l6.7584 2.048 6.2976 2.7136 136.9088 69.5296c15.9744 8.0896 34.2016 10.9056 51.968 8.0384 39.936-6.5536 68.7104-40.1408 69.12-78.592l-0.256-7.2192-0.8704-7.0144-25.4464-148.5824a55.808 55.808 0 0 1 7.8848-39.3728l4.096-5.632 4.608-5.0176 110.08-105.5744c12.8-12.288 21.1456-28.2624 23.808-45.568a80.5376 80.5376 0 0 0-55.296-88.32l-7.168-2.048-7.168-1.3312-152.6272-22.272a58.4192 58.4192 0 0 1-35.6864-19.456l-4.2496-5.4784-3.4816-5.888-68.864-134.7584a81.7664 81.7664 0 0 0-37.12-36.2496z" p-id="4181"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-chat-star"><path d="M525.354667 136.064a78.592 78.592 0 0 0-96.768 22.357333l-3.925334 5.674667-3.541333 6.229333-64.512 127.232a54.186667 54.186667 0 0 1-28.16 25.685334l-6.229333 2.090666-6.314667 1.28-143.104 21.077334a78.165333 78.165333 0 0 0-43.904 21.973333 75.093333 75.093333 0 0 0-8.661333 96.426667l4.437333 5.717333 5.162667 5.504 103.210666 99.712c9.472 9.173333 15.146667 21.376 16.170667 34.346667l0.085333 6.528-0.682666 6.4-23.893334 140.288c-2.730667 16.256-0.042667 32.981333 7.68 47.658666a78.250667 78.250667 0 0 0 91.733334 37.717334l6.570666-2.304 6.485334-2.986667 128.384-65.706667c11.733333-5.973333 25.173333-7.509333 37.973333-4.48l6.314667 1.92 5.888 2.56 128.384 65.706667c14.933333 7.68 32.042667 10.325333 48.682666 7.594667a76.672 76.672 0 0 0 64.853334-74.24l-0.256-6.826667-0.853334-6.613333-23.850666-140.330667a53.077333 53.077333 0 0 1 7.424-37.12l3.84-5.376 4.352-4.693333 103.168-99.754667c11.989333-11.605333 19.84-26.709333 22.314666-43.050667a76.117333 76.117333 0 0 0-51.882666-83.413333l-6.698667-1.877333-6.698667-1.28-143.104-21.034667a54.656 54.656 0 0 1-33.450666-18.346667l-4.010667-5.248-3.2-5.546666-64.597333-127.274667a76.928 76.928 0 0 0-34.816-34.176z m-37.333334 48.469333l3.968-0.128 4.224 0.768 3.84 1.493334 2.304 1.365333 2.474667 2.090667 2.133333 2.56 1.621334 2.56 64.512 127.146666 2.645333 4.906667c14.08 24.661333 37.12 42.922667 64.298667 51.242667l8.277333 2.176 8.533333 1.621333 143.658667 21.162667 2.602667 0.597333a19.84 19.84 0 0 1 12.032 27.392l-1.493334 2.645333-2.602666 3.114667-103.082667 99.584-4.138667 4.224a108.885333 108.885333 0 0 0-29.44 75.648l0.426667 8.362667 1.109333 8.448 23.893334 140.885333 0.256 2.645333a19.925333 19.925333 0 0 1-22.528 19.754667l-2.986667-0.554667-3.754667-1.493333-128.213333-65.578667-5.589333-2.688a113.962667 113.962667 0 0 0-81.493334-4.266666l-8.789333 3.242666-7.850667 3.626667-128.896 65.92-2.773333 1.109333a20.138667 20.138667 0 0 1-25.557333-15.232l-0.341334-2.986666 0.256-4.096 23.808-140.117334 0.853334-5.76a108.544 108.544 0 0 0-21.418667-78.208l-5.376-6.528-5.930667-6.229333-103.637333-100.181333-1.92-2.261334a19.712 19.712 0 0 1 6.741333-28.885333l2.773334-1.28 3.925333-0.981333 142.933333-21.034667 5.546667-0.938667A112.213333 112.213333 0 0 0 399.36 337.109333l4.693333-7.04 4.138667-7.509333 64.938667-127.872 1.578666-2.474667a19.882667 19.882667 0 0 1 13.354667-7.68z" p-id="3407"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-chat">
2026-03-06 01:33:11 +08:00
<path d="M896 128c23.552 0 42.688 19.072 42.688 42.688V768a42.688 42.688 0 0 1-42.688 42.688H275.392L85.312 960V170.688C85.312 147.072 104.448 128 128 128h768zM362.176 400.064a76.8 76.8 0 1 0 0 153.6 76.8 76.8 0 0 0 0-153.6z m320 0a76.8 76.8 0 1 0 0 153.6 76.8 76.8 0 0 0 0-153.6z" p-id="29710"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-copy-icon"><path d="M298.688 256V128c0-23.552 19.072-42.688 42.624-42.688h512c23.616 0 42.688 19.136 42.688 42.688v597.312a42.688 42.688 0 0 1-42.688 42.688h-128v128c0 23.552-19.2 42.688-42.944 42.688h-511.36A42.688 42.688 0 0 1 128 896l0.128-597.312c0-23.552 19.2-42.688 42.88-42.688h127.68zM213.44 341.312l-0.128 512H640v-512H213.44zM384 256h341.312v426.688h85.376v-512H384V256zM298.688 469.312h256v85.376h-256V469.312z m0 170.688h256v85.312h-256V640z" p-id="1842"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-delete-icon"><path d="M853.312 298.688V896a42.688 42.688 0 0 1-42.624 42.688H213.312A42.688 42.688 0 0 1 170.688 896V298.688H85.312V213.312h853.376v85.376h-85.376zM256 298.688v554.624h512V298.688H256z m42.688-213.376h426.624v85.376H298.688V85.312z m170.624 341.376h85.376v298.624H469.312V426.688z" p-id="31153"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-desktop"><path d="M852.05525 44.136462a170.41105 170.41105 0 0 1 170.411051 170.41105v426.027625a170.41105 170.41105 0 0 1-170.411051 170.41105H552.55783v127.723082h85.205525a42.602763 42.602763 0 0 1 7.668497 84.609087l-7.668497 0.681644h-255.616575a42.602763 42.602763 0 0 1-7.583292-84.523881l7.668497-0.681644 85.12032-0.085206v-127.808287H170.41105a170.41105 170.41105 0 0 1-170.41105-170.41105v-426.027625a170.41105 170.41105 0 0 1 170.41105-170.411051h681.6442z m0 85.205525H170.41105a85.205525 85.205525 0 0 0-84.609086 75.236479L85.205525 214.547512v426.027625a85.205525 85.205525 0 0 0 75.236479 84.609087L170.41105 725.780662h681.6442a85.205525 85.205525 0 0 0 84.609087-75.321684L937.260776 640.575137v-426.027625a85.205525 85.205525 0 0 0-75.236479-84.694292L852.05525 129.341987zM575.137294 556.051256a42.602763 42.602763 0 0 1 7.668497 84.523881l-7.668497 0.681644H444.858046a42.602763 42.602763 0 0 1-7.668497-84.52388l7.668497-0.681645h130.364454z" p-id="3687"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-edit-icon"><path d="M714.944 128L629.632 213.312H213.312v597.376h597.376V394.368L896 309.056v544.256a42.688 42.688 0 0 1-42.688 42.688H170.688A42.688 42.688 0 0 1 128 853.312V170.688C128 147.072 147.072 128 170.688 128h544.256z m159.104-38.4l60.352 60.416-392.192 392.192-60.224 0.128-0.128-60.48L874.048 89.6z" p-id="1146"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-emotion-sad"><path d="M512 53.312a458.688 458.688 0 1 1 0 917.376A458.688 458.688 0 0 1 512 53.312z m0 64a394.688 394.688 0 1 0 0 789.376A394.688 394.688 0 0 0 512 117.312z m0 533.376c53.376 0 104.32 17.28 147.072 48.96a32 32 0 1 1-38.144 51.392A182.016 182.016 0 0 0 512 714.688c-39.488 0-77.12 12.8-108.928 36.352a32 32 0 1 1-38.144-51.392A245.952 245.952 0 0 1 512 650.688zM640 384c23.552 0 42.688 28.672 42.688 64S663.552 512 640 512c-23.552 0-42.688-28.672-42.688-64S616.448 384 640 384zM384 384c23.552 0 42.688 28.672 42.688 64S407.552 512 384 512c-23.552 0-42.688-28.672-42.688-64S360.448 384 384 384z" p-id="16582"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-emotion"><path d="M512 73.955556a438.044444 438.044444 0 1 1 0 876.088888A438.044444 438.044444 0 0 1 512 73.955556z m0 56.888888a381.155556 381.155556 0 1 0 0 762.311112A381.155556 381.155556 0 0 0 512 130.844444z m147.911111 510.065778a28.444444 28.444444 0 0 1-3.470222 40.106667c-90.737778 76.003556-189.952 76.003556-288.995556 0.853333a28.444444 28.444444 0 1 1 34.360889-45.340444c78.392889 59.448889 148.195556 59.448889 218.055111 0.853333a28.444444 28.444444 0 0 1 40.049778 3.527111z m-28.444444-266.865778c23.552 0 42.666667 28.046222 42.6666
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1.66675 2.5)" d="M12.0833 0C14.6147 0 16.6667 2.02703 16.6667 4.86486C16.6667 6.16985 16.3363 7.34624 15.802 8.39896C14.903 7.53271 13.6803 7 12.3333 7C9.57183 7 7.33325 9.23858 7.33325 12C7.33325 13.1254 7.70506 14.164 8.33255 14.9995C6.24843 13.783 0 10.5398 0 4.86486C0 2.02703 2.08333 0 4.58333 0C6.13331 0 7.5 0.810811 8.33333 1.62162C9.16667 0.810811 10.5333 0 12.0833 0ZM11.8333 10C11.8333 9.58579 12.169 9.25 12.5833 9.25C12.9975 9.25 13.3333 9.58579 13.3333 10L13.3333 11.3333L14.8333 11.3333C15.2475 11.3333 15.5833 11.6691 15.5833 12.0833C15.5833 12.4975 15.2475 12.8333 14.8333 12.8333L13.3333 12.8333L13.3333 14.5C13.3333 14.9142 12.9975 15.25 12.5833 15.25C12.169 15.25 11.8333 14.9142 11.8333 14.5L11.8333 12.8333L10.3333 12.8333C9.91904 12.8333 9.58325 12.4975 9.58325 12.0833C9.58325 11.6691 9.91904 11.3333 10.3333 11.3333L11.8333 11.3333L11.8333 10Z" fill-rule="evenodd" fill="rgb(45, 82, 179)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-hunter-daixiadan1">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1.75 2.58337)" d="M7.87538 14.7331C7.80578 14.6929 7.68888 14.6263 7.52466 14.5333C6.67609 14.0524 5.98777 13.6368 5.45969 13.2865C4.51388 12.6592 3.69392 12.0129 2.99981 11.3477C0.999936 9.43098 0 7.33986 0 5.07432C0 4.36054 0.127482 3.68717 0.382446 3.05422C0.628879 2.44246 0.97904 1.90486 1.43293 1.44143C1.8819 0.983026 2.40056 0.629306 2.9889 0.380271C3.58783 0.126757 4.21653 0 4.875 0C5.6332 0 6.38257 0.173853 7.12312 0.521558C7.52722 0.711292 7.90285 0.938935 8.25 1.20449C8.59715 0.938934 8.97277 0.711292 9.37687 0.521559C10.1174 0.173853 10.8668 0 11.625 0C12.2898 0 12.9222 0.126663 13.5223 0.37999C14.1121 0.628961 14.631 0.983195 15.0789 1.44269C15.5303 1.90581 15.8782 2.44383 16.1225 3.05675C16.3742 3.68805 16.5 4.36058 16.5 5.07432C16.5 5.89509 16.3665 6.69659 16.0994 7.47881C15.9656 7.8708 15.5393 8.08009 15.1473 7.94626C14.7553 7.81244 14.546 7.38616 14.6799 6.99417C14.8933 6.36904 15 5.7291 15 5.07432C15 4.55254 14.9097 4.06516 14.7292 3.61217C14.5586 3.18433 14.3171 2.81018 14.0048 2.48974C13.6979 2.17491 13.3426 1.9323 12.939 1.7619C12.5254 1.5873 12.0874 1.5 11.625 1.5C11.0899 1.5 10.553 1.62645 10.0144 1.87934C9.54875 2.09797 9.13385 2.38226 8.76967 2.73222L8.25 3.2316L7.73033 2.73222C7.36616 2.38226 6.95125 2.09797 6.48561 1.87934C5.94699 1.62645 5.41012 1.5 4.875 1.5C4.41945 1.5 3.98565 1.58721 3.5736 1.76162C3.16972 1.93258 2.81338 2.1757 2.50457 2.491C2.18962 2.81257 1.94604 3.18713 1.7738 3.61469C1.59127 4.06784 1.5 4.55438 1.5 5.07432C1.5 6.91315 2.3459 8.6433 4.03771 10.2648C4.66721 10.8681 5.41757 11.4586 6.28878 12.0365C6.78767 12.3674 7.44616 12.7646 8.26426 13.2283C8.43162 13.3231 8.55174 13.3916 8.62462 13.4336C8.98346 13.6405 9.10663 14.0991 8.89974 14.458C8.69284 14.8168 8.23421 14.94 7.87538 14.7331ZM11.6667 9.33331C11.6667 8.9191 12.0025 8.58331 12.4167 8.58331C12.831 8.58331 13.1667 8.9191 13.1667 9.33331L13.1667 10.6667L14.6667 10.6667C15.081 10.6667 15.4167 11.0025 15.4167 11.4167C15.4167 11.8309 15.081 12.1667 14.6667 12.1667L13.1667 12.1667L13.1667 13.8333C13.1667 14.2475 12.831 14.5833 12.4167 14.5833C12.0025 14.5833 11.6667 14.2475 11.6667 13.8333L11.6667 12.1667L10.1667 12.1667C9.75254 12.1667 9.41675 11.8309 9.41675 11.4167C9.41675 11.0025 9.75254 10.6667 10.1667 10.6667L11.6667 10.6667L11.6667 9.33331Z" fill-rule="evenodd" fill="currentColor"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" id="icon-hunter-resume-call">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 5.75 5.125)" d="M12.4688 0L4.03125 0C3.48481 0 2.96169 0.105701 2.46188 0.317104C1.97949 0.521134 1.55244 0.809008 1.18073 1.18073C0.809008 1.55244 0.521134 1.97949 0.317104 2.46188C0.105701 2.96169 0 3.48481 0 4.03125L0 13.7187C0 14.2652 0.105701 14.7883 0.317103 15.2881C0.521132 15.7705 0.809005 16.1975 1.18072 16.5692C1.55244 16.941 1.97949 17.2288 2.46187 17.4329C2.96168 17.6443 3.48481 17.75 4.03124 17.75L12.4687 17.75C13.0152 17.75 13.5383 17.6443 14.0381 17.4329C14.5205 17.2289 14.9476 16.941 15.3193 16.5693C15.691 16.1976 15.9789 15.7705 16.1829 15.2881C16.3943 14.7883 16.5 14.2652 16.5 13.7187L16.5 4.03125C16.5 3.48481 16.3943 2.96169 16.1829 2.46188C15.9789 1.97949 15.691 1.55244 15.3193 1.18073C14.9476 0.809008 14.5205 0.521134 14.0381 0.317104C13.5383 0.105701 13.0152 0 12.4688 0ZM3.0462 1.69861C3.35925 1.5662 3.6876 1.5 4.03125 1.5L12.4688 1.5C12.8124 1.5 13.1408 1.5662 13.4538 1.69861C13.7565 1.82666 14.0248 2.00758 14.2586 2.24139C14.4924 2.47519 14.6733 2.74346 14.8014 3.0462C14.9338 3.35925 15 3.6876 15 4.03125L15 13.7187C15 14.0624 14.9338 14.3907 14.8014 14.7038C14.6733 15.0065 14.4924 15.2748 14.2586 15.5086C14.0248 15.7424 13.7565 15.9233 13.4538 16.0514C13.1407 16.1838 12.8124 16.25 12.4687 16.25L4.03124 16.25C3.68759 16.25 3.35924 16.1838 3.0462 16.0514C2.74346 15.9233 2.47518 15.7424 2.24138 15.5086C2.00759 15.2748 1.82666 15.0065 1.69861 14.7038C1.5662 14.3907 1.5 14.0624 1.5 13.7187L1.5 4.03125C1.5 3.6876 1.5662 3.35925 1.69861 3.0462C1.82666 2.74346 2.00759 2.47519 2.24139 2.24139C2.47519 2.00759 2.74346 1.82666 3.0462 1.69861ZM5.29376 3.97381C5.6572 3.66025 6.05327 3.52555 6.48197 3.5697C6.91807 3.61461 7.27838 3.83247 7.56289 4.22327L7.71447 4.43667C7.76705 4.51263 7.82418 4.59709 7.88585 4.69004L8.20051 5.17079C8.42864 5.51992 8.52676 5.8667 8.49487 6.21114C8.46586 6.52452 8.33072 6.8202 8.08945 7.09816L8.09726 7.10665C8.23825 7.25585 8.46467 7.46541 8.77651 7.73535L8.79807 7.75397C9.05626 7.52948 9.34381 7.40221 9.66073 7.37215C9.98749 7.34116 10.2997 7.41748 10.5973 7.60112C10.9756 7.83475 11.325 8.06678 11.6457 8.29722C12.0506 8.58809 12.2713 8.95893 12.3079 9.40972C12.3436 9.84927 12.1933 10.2505 11.857 10.6136C11.5304 10.9658 11.1433 11.1958 10.6958 11.3036C10.3059 11.3974 9.8538 11.3985 9.33953 11.3069C8.5616 11.1683 7.84677 10.872 7.19504 10.418C6.58227 9.99107 6.00702 9.41045 5.4693 8.67612C4.83224 7.80614 4.50926 6.89151 4.50035 5.93221L4.5 5.79941C4.51417 5.02681 4.7788 4.41823 5.29376 3.97381ZM6.35392 4.81312C6.2828 4.8058 6.20155 4.84155 6.11031 4.92025C5.87726 5.12142 5.75715 5.41341 5.75 5.79623L5.7503 5.92061C5.75672 6.6117 5.99922 7.28404 6.47783 7.93762C6.9335 8.55991 7.41075 9.04482 7.90958 9.39234C8.41121 9.74181 8.96093 9.9698 9.55874 10.0763C9.90137 10.1373 10.1829 10.1413 10.4032 10.0883C10.606 10.0395 10.7849 9.93144 10.94 9.76413C11.0274 9.66978 11.068 9.58533 11.062 9.51079C11.0566 9.4444 11.008 9.37823 10.9162 9.31227C10.6192 9.09884 10.2941 8.88305 9.94089 8.66491C9.82857 8.5956 9.71975 8.6075 9.61443 8.70061C9.51618 8.78752 9.43397 8.86956 9.36778 8.94671L9.33113 8.98835C9.18244 9.15056 9.0067 9.2278 8.8039 9.22008C8.64809 9.21415 8.50531 9.1544 8.37555 9.04083L7.95842 8.68045C7.61493 8.38313 7.35459 8.14065 7.17738 7.95301L6.82496 7.5685C6.62469 7.32435 6.58531 7.06799 6.70682 6.79939C6.74993 6.70409 6.8392 6.58924 6.97463 6.45482C6.98637 6.44317 6.9936 6.43601 6.99631 6.43335L7.11172 6.3158C7.19893 6.22437 7.24508 6.15108 7.25019 6.09591C7.25529 6.04085 7.22343 5.96065 7.1546 5.85533L6.84424 5.3811C6.78704 5.29489 6.73739 5.22131 6.69527 5.16036L6.55232 4.95897C6.48652 4.86858 6.42038 4.81997 6.35392 4.81312ZM4.5 13.4873C4.5 13.8325 4.77983 14.1123 5.125 14.1123L11.375 14.1123C11.7202 14.1123 12 13.8325 12 13.4873C12 13.1421 11.7202 12.8623 11.375 12.8623L5.125 12.8623C4.77983 12.8623 4.5 13.1421 4.5 13.4873Z" fill-rule="evenodd"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" id="icon-hunter-resume-chat">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 6.5 6.48674)" d="M12.1966 3.62995L12.1966 6.14671C12.1966 6.54766 12.5217 6.8727 12.9226 6.8727C13.3236 6.8727 13.6486 6.54766 13.6486 6.14671L13.6486 3.62995C13.6486 3.13793 13.5534 2.66687 13.363 2.21679C13.1793 1.78242 12.9201 1.39788 12.5854 1.06319C12.2507 0.72849 11.8662 0.46928 11.4318 0.285557C10.9817 0.0951858 10.5107 0 10.0187 0L3.62995 0C3.13793 0 2.66687 0.0951858 2.21679 0.285557C1.78242 0.469279 1.39789 0.728489 1.06319 1.06319C0.72849 1.39788 0.46928 1.78242 0.285558 2.21679C0.0951859 2.66687 0 3.13793 0 3.62995L0 11.3738C0 11.8659 0.0951858 12.3369 0.285557 12.787C0.46928 13.2214 0.72849 13.6059 1.06319 13.9406C1.39789 14.2753 1.78242 14.5345 2.21679 14.7182C2.66687 14.9086 3.13793 15.0038 3.62995 15.0038L6.46558 15.0038C6.86653 15.0038 7.19157 14.6787 7.19157 14.2778C7.19157 13.8768 6.86653 13.5518 6.46558 13.5518L3.62995 13.5518C3.02852 13.5518 2.51517 13.3392 2.08989 12.9139C1.66462 12.4886 1.45198 11.9753 1.45198 11.3738L1.45198 3.62995C1.45198 3.02852 1.66462 2.51517 2.08989 2.08989C2.51517 1.66462 3.02852 1.45198 3.62995 1.45198L10.0187 1.45198C10.6201 1.45198 11.1334 1.66462 11.5587 2.08989C11.984 2.51517 12.1966 3.02852 12.1966 3.62995ZM4.11394 4.83993C3.71299 4.83993 3.38795 4.51489 3.38795 4.11394C3.38795 3.71299 3.71299 3.38795 4.11394 3.38795L9.53466 3.38795C9.93561 3.38795 10.2607 3.71299 10.2607 4.11394C10.2607 4.51489 9.93561 4.83993 9.53466 4.83993L4.11394 4.83993ZM4.11394 8.71187C3.71299 8.71187 3.38795 8.38684 3.38795 7.98589C3.38795 7.58494 3.71299 7.2599 4.11394 7.2599L7.59869 7.2599C7.99964 7.2599 8.32468 7.58494 8.32468 7.98589C8.32468 8.38684 7.99964 8.71187 7.59869 8.71187L4.11394 8.71187ZM13.3098 9.92186C13.3098 8.85265 12.443 7.98588 11.3738 7.98588C10.3046 7.98588 9.43786 8.85265 9.43786 9.92186C9.43786 10.9911 10.3046 11.8578 11.3738 11.8578C12.443 11.8578 13.3098 10.9911 13.3098 9.92186ZM10.8947 9.44273C11.027 9.31042 11.1867 9.24427 11.3738 9.24427C11.5609 9.24427 11.7207 9.31042 11.853 9.44273C11.9853 9.57504 12.0514 9.73475 12.0514 9.92186C12.0514 10.109 11.9853 10.2687 11.853 10.401C11.7207 10.5333 11.5609 10.5994 11.3738 10.5994C11.1867 10.5994 11.027 10.5333 10.8947 10.401C10.7624 10.2687 10.6962 10.109 10.6962 9.92186C10.6962 9.73475 10.7624 9.57504 10.8947 9.44273ZM7.94583 13.7942C8.16197 13.5721 8.46659 13.3604 8.85968 13.159C9.60828 12.7756 10.4451 12.5838 11.3701 12.5838C12.295 12.5838 13.1318 12.7756 13.8804 13.159C14.2735 13.3604 14.5781 13.5721 14.7943 13.7942C15.0739 14.0815 15.0677 14.5412 14.7804 14.8208C14.493 15.1004 14.0334 15.0942 13.7537 14.8069C13.7378 14.7904 13.7033 14.7619 13.6503 14.7211C13.5245 14.6243 13.3805 14.5343 13.2185 14.4513C12.6777 14.1743 12.0615 14.0358 11.3701 14.0358C10.6786 14.0358 10.0624 14.1743 9.52166 14.4513C9.3596 14.5343 9.21565 14.6243 9.0898 14.7211C9.03683 14.7619 9.00235 14.7905 8.98637 14.8069C8.70672 15.0942 8.24709 15.1004 7.95975 14.8208C7.67242 14.5412 7.66619 14.0815 7.94583 13.7942Z" fill-rule="nonzero"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" id="icon-hunter-resume-disturb">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 6.5 6.50002)" d="M6.42286 1.47161L6.97596 2.4627C7.30367 3.0499 7.40867 3.68808 7.29097 4.37725C7.17724 5.0432 6.87772 5.62202 6.39242 6.11372C6.38601 6.12261 6.37928 6.13366 6.37221 6.14684C6.33738 6.21186 6.31782 6.28796 6.31355 6.37513C6.30603 6.5287 6.34716 6.70258 6.43693 6.89677C6.57379 7.19281 6.81171 7.51033 7.15069 7.84933C7.48954 8.18818 7.80696 8.42601 8.10295 8.56284C8.29716 8.65261 8.47108 8.69375 8.62474 8.68625C8.71201 8.68198 8.78821 8.66243 8.85333 8.62757C8.86651 8.62051 8.87756 8.61379 8.88647 8.60738C9.37798 8.12222 9.95674 7.82276 10.6227 7.70902C11.3119 7.59133 11.9501 7.69633 12.5373 8.02403L13.5284 8.57714C13.9615 8.81884 14.3066 9.14806 14.5636 9.56481C14.8069 9.95926 14.9486 10.3944 14.9886 10.8702C15.028 11.3382 14.965 11.7976 14.7993 12.2484C14.6279 12.7151 14.3619 13.1288 14.0012 13.4895C13.0379 14.4528 12.0347 14.9542 10.9917 14.9936C9.84946 15.037 8.71464 14.8579 7.58722 14.4566C6.05583 13.9113 4.63532 12.9839 3.32569 11.6743C2.01608 10.3647 1.08867 8.94417 0.543448 7.41278C0.142061 6.28538 -0.03698 5.15054 0.00632594 4.00827C0.0458677 2.96521 0.547268 1.96206 1.51053 0.998809C1.87119 0.638149 2.28486 0.372098 2.75155 0.200657C3.20236 0.0350486 3.66178 -0.0280484 4.1298 0.0113656C4.6056 0.0514336 5.04072 0.193109 5.43517 0.436393C5.85193 0.693429 6.18116 1.0385 6.42286 1.47161ZM10.4265 1.16433C10.1603 0.898077 10.1603 0.466387 10.4265 0.200134C10.6928 -0.0661193 11.1245 -0.0661194 11.3907 0.200134L12.6131 1.42251L13.8355 0.20015C14.1017 -0.0661028 14.5334 -0.0661018 14.7997 0.200152C15.0659 0.466406 15.0659 0.898095 14.7997 1.16435L13.5773 2.38671L14.7997 3.60908C15.0659 3.87533 15.0659 4.30702 14.7997 4.57328C14.5334 4.83953 14.1017 4.83953 13.8355 4.57328L12.6131 3.3509L11.3907 4.57328C11.1245 4.83953 10.6928 4.83953 10.4265 4.57327C10.1603 4.30702 10.1603 3.87533 10.4265 3.60908L11.6489 2.38671L10.4265 1.16433ZM5.23215 2.13611C5.10572 1.90956 4.93479 1.72985 4.71937 1.59698C4.50961 1.46761 4.27494 1.39199 4.01538 1.37014C3.74805 1.34762 3.4835 1.38444 3.22175 1.4806C2.94289 1.58304 2.69388 1.74384 2.47472 1.96301C1.76356 2.67416 1.39496 3.37313 1.36893 4.05993C1.33224 5.02753 1.48528 5.9927 1.82804 6.95543C2.30454 8.2938 3.12516 9.54536 4.28989 10.7101C5.45464 11.8749 6.70619 12.6955 8.04456 13.172C9.0073 13.5147 9.97248 13.6677 10.9401 13.631C11.6269 13.605 12.3258 13.2365 13.037 12.5253C13.2562 12.3061 13.417 12.0571 13.5194 11.7782C13.6156 11.5165 13.6524 11.2519 13.6299 10.9846C13.608 10.725 13.5324 10.4904 13.403 10.2806C13.2702 10.0652 13.0904 9.89428 12.8639 9.76784L11.8728 9.21474C11.5656 9.04329 11.2254 8.98942 10.8523 9.05314C10.4637 9.1195 10.124 9.29818 9.83294 9.5892C9.74567 9.67635 9.63362 9.75654 9.49678 9.82978C9.25133 9.96116 8.98282 10.034 8.69125 10.0482C7.88396 10.0876 7.04903 9.67606 6.18647 8.8135C5.32369 7.95068 4.91207 7.11565 4.95161 6.30842C4.96589 6.01682 5.03878 5.7483 5.17028 5.50287C5.24359 5.36604 5.32386 5.254 5.41112 5.16673C5.70192 4.87593 5.8805 4.53625 5.94686 4.1477C6.01057 3.77459 5.95671 3.43442 5.78525 3.1272L5.23215 2.13611Z" fill-rule="evenodd"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" id="icon-hunter-resume-feedback">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 5.75 5.75)" d="M4.57635 15.6388C5.72905 16.2129 6.9536 16.5 8.25 16.5C9.36863 16.5 10.4391 16.2838 11.4615 15.8514C12.4486 15.4338 13.3226 14.8446 14.0836 14.0836C14.8446 13.3226 15.4338 12.4486 15.8514 11.4615C16.2838 10.4391 16.5 9.36864 16.5 8.25C16.5 7.13136 16.2838 6.06086 15.8514 5.0385C15.4339 4.05139 14.8446 3.17735 14.0836 2.41637C13.3226 1.65539 12.4486 1.06615 11.4615 0.648634C10.4391 0.216211 9.36863 0 8.25 0C7.13136 0 6.06086 0.216211 5.0385 0.648634C4.05139 1.06614 3.17735 1.65539 2.41637 2.41637C1.65539 3.17735 1.06614 4.05139 0.648634 5.0385C0.216211 6.06086 0 7.13136 0 8.25C0 9.54634 0.287084 10.7709 0.861253 11.9237C0.920297 12.0423 0.93599 12.1532 0.908332 12.2566L0.461618 13.9262C0.378733 14.2359 0.380875 14.5427 0.468046 14.8465C0.549915 15.1317 0.69665 15.3802 0.90825 15.5918C1.11984 15.8034 1.36828 15.9501 1.65356 16.0319C1.95731 16.1191 2.26406 16.1213 2.57383 16.0384L4.24339 15.5917C4.34678 15.564 4.45776 15.5797 4.57635 15.6388ZM10.8772 14.4699C10.0416 14.8233 9.16585 15 8.25 15C7.18887 15 6.18717 14.7653 5.2449 14.296C4.78761 14.0683 4.32454 14.0172 3.85569 14.1427L2.1862 14.5894C2.10255 14.6117 2.03011 14.5923 1.96889 14.5311C1.90769 14.4699 1.88828 14.3975 1.91065 14.3139L2.35735 12.6443C2.48284 12.1754 2.4317 11.7123 2.20394 11.255C1.73465 10.3128 1.5 9.31109 1.5 8.25C1.5 7.33415 1.67671 6.45842 2.03014 5.62283C2.37167 4.81536 2.85397 4.10009 3.47703 3.47703C4.10009 2.85397 4.81536 2.37167 5.62283 2.03014C6.45842 1.67671 7.33415 1.5 8.25 1.5C9.16585 1.5 10.0416 1.67671 10.8772 2.03014C11.6846 2.37167 12.3999 2.85397 13.023 3.47703C13.646 4.10009 14.1283 4.81536 14.4699 5.62283C14.8233 6.45842 15 7.33415 15 8.25C15 9.16585 14.8233 10.0416 14.4699 10.8772C14.1283 11.6846 13.646 12.3999 13.023 13.023C12.3999 13.646 11.6846 14.1283 10.8772 14.4699ZM8.25 3.5C7.83579 3.5 7.5 3.83579 7.5 4.25L7.5 8.25C7.5 8.66421 7.83579 9 8.25 9C8.66421 9 9 8.66421 9 8.25L9 4.25C9 3.83579 8.66421 3.5 8.25 3.5ZM8.25 10.25C8.80228 10.25 9.25 10.6977 9.25 11.25C9.25 11.8023 8.80228 12.25 8.25 12.25C7.69772 12.25 7.25 11.8023 7.25 11.25C7.25 10.6977 7.69772 10.25 8.25 10.25Z" fill-rule="evenodd"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" id="icon-hunter-resume-remark">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 7.09375 5.98566)" d="M4.34094 12.247L1.76319 12.6153C1.55008 12.6457 1.3425 12.6259 1.14043 12.5558C0.948479 12.4892 0.780414 12.3838 0.636237 12.2396C0.49206 12.0954 0.386673 11.9274 0.320077 11.7354C0.249973 11.5334 0.230143 11.3258 0.260586 11.1127L0.628837 8.53491C0.670576 8.24274 0.795793 7.99231 1.00449 7.78361L8.3991 0.388998C8.65843 0.129666 8.97148 0 9.33823 0C9.70498 0 10.018 0.129666 10.2774 0.388999L12.4869 2.5985C12.7462 2.85784 12.8759 3.17088 12.8759 3.53763C12.8759 3.90438 12.7462 4.21742 12.4869 4.47676L5.09224 11.8714C4.88355 12.0801 4.63312 12.2053 4.34094 12.247ZM9.56675 5.14296L11.1721 3.53763L9.33823 1.70378L7.7329 3.3091L9.56675 5.14296ZM6.60599 4.43605L2.19413 8.84798L1.88843 10.9874L4.02795 10.6818L8.43982 6.26988L6.60599 4.43605ZM0.53125 13.7519C0.237849 13.7519 0 13.9897 0 14.2831L0 15.3456C0 15.639 0.237849 15.8769 0.53125 15.8769L13.2812 15.8769C13.5746 15.8769 13.8125 15.639 13.8125 15.3456L13.8125 14.2831C13.8125 13.9897 13.5746 13.7519 13.2812 13.7519L0.53125 13.7519Z" fill-rule="evenodd"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-hunter-xuanzhongduigou"><path d="M797.184 286.976a48 48 0 0 1 74.112 60.544l-4.48 5.504-394.688 416a48 48 0 0 1-63.552 5.44l-5.504-4.8-245.312-249.536a48 48 0 0 1 63.104-72l5.376 4.736 210.368 214.016 360.576-379.904z" p-id="4848"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-icon-addition-info">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 8.85714 8.85714)" d="M3.56467 0.267831L3.22078 0.611711L0.454527 3.37798C0.265514 3.56701 0.142904 3.81223 0.105101 4.07684L0.00318642 4.79023C-0.0259311 4.99409 0.14878 5.16878 0.352612 5.13967L1.06602 5.03774C1.33064 4.99995 1.57586 4.87733 1.76487 4.68833L4.53113 1.92204L3.22078 0.611711L4.53113 1.92204L4.87502 1.57817C5.23472 1.21848 5.23082 0.631412 4.87112 0.271721C4.51142 -0.08797 3.92437 -0.0918599 3.56467 0.267831Z" fill-rule="evenodd"></path>
<path transform="matrix(1 0 0 1 2 2)" d="M10.05 2.57143L10.05 5.14286C10.05 5.55707 10.3858 5.89286 10.8 5.89286C11.2142 5.89286 11.55 5.55707 11.55 5.14286L11.55 2.57143Q11.55 1.89619 11.2887 1.27835Q11.0365 0.682158 10.5772 0.222824Q10.1178 -0.23651 9.52165 -0.488677Q8.90382 -0.75 8.22857 -0.75L2.57143 -0.75Q1.89618 -0.75 1.27835 -0.488678Q0.682159 -0.236511 0.222824 0.222824Q-0.23651 0.682158 -0.488677 1.27835Q-0.75 1.89618 -0.75 2.57143L-0.75 9.42857Q-0.75 10.1038 -0.488678 10.7217Q-0.236511 11.3178 0.222824 11.7772Q0.682159 12.2365 1.27835 12.4887Q1.89619 12.75 2.57143 12.75L5.08236 12.75C5.49657 12.75 5.83236 12.4142 5.83236 12C5.83236 11.5858 5.49657 11.25 5.08236 11.25L2.57143 11.25Q1.81697 11.25 1.28348 10.7165Q0.75 10.183 0.75 9.42857L0.75 2.57143Q0.75 1.81697 1.28348 1.28348Q1.81697 0.75 2.57143 0.75L8.22857 0.75Q8.98303 0.75 9.51652 1.28348Q10.05 1.81697 10.05 2.57143Z" fill-rule="evenodd"></path>
<path transform="matrix(1 0 0 1 5 4.57143)" d="M-0.75 0.428571C-0.75 0.842781 -0.41421 1.17857 0 1.17857L4.8 1.17857C5.21421 1.17857 5.55 0.842781 5.55 0.428571C5.55 0.0143614 5.21421 -0.321429 4.8 -0.321429L0 -0.321429C-0.41421 -0.321429 -0.75 0.0143614 -0.75 0.428571Z" fill-rule="evenodd"></path>
<path transform="matrix(1 0 0 1 5 8.14001)" d="M-0.75 0.428571C-0.75 0.842781 -0.41421 1.17857 0 1.17857L3.08571 1.17857C3.49992 1.17857 3.83571 0.842781 3.83571 0.428571C3.83571 0.0143614 3.49992 -0.321429 3.08571 -0.321429L0 -0.321429C-0.41421 -0.321429 -0.75 0.0143614 -0.75 0.428571Z" fill-rule="evenodd"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-arrow-down"><defs><style type="text/css"></style></defs><path d="M508.342857 672.329143l336.164572-336.164572a36.571429 36.571429 0 0 1 51.712 51.712L508.342857 775.826286 120.393143 387.876571a36.571429 36.571429 0 1 1 51.785143-51.712L508.342857 672.329143z" p-id="14639"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-arrow-right"><defs><style type="text/css"></style></defs><path d="M194.901333 91.022222A47.786667 47.786667 0 0 1 254.862222 72.817778l7.736889 4.437333L847.644444 485.034667c26.282667 18.204444 28.558222 56.433778 6.940445 78.165333l-7.168 5.916444L262.257778 970.524444a47.786667 47.786667 0 0 1-67.584-14.222222 51.996444 51.996444 0 0 1 6.826666-64.398222l6.940445-5.688889 524.060444-359.537778L208.213333 161.336889A51.655111 51.655111 0 0 1 190.691556 98.986667L194.901333 91.022222z" p-id="2101"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-audio-record"><path d="M512 37.944889a474.055111 474.055111 0 1 1 0 948.110222A474.055111 474.055111 0 0 1 512 37.944889z m0 94.776889a379.278222 379.278222 0 1 0 0 758.556444A379.278222 379.278222 0 0 0 512 132.721778z m-65.308444 209.351111l231.310222 154.168889a18.944 18.944 0 0 1 0 31.516444l-231.367111 154.168889a18.944 18.944 0 0 1-29.411556-15.701333V357.774222a18.944 18.944 0 0 1 29.468445-15.758222z" p-id="7462"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-audio-start"><path d="M512 0c282.784 0 512 229.216 512 512s-229.216 512-512 512S0 794.784 0 512 229.216 0 512 0z m-152 301.984a16 16 0 0 0-8 13.888v392.224a16 16 0 0 0 24.064 13.888l336.256-196.16a16 16 0 0 0 0-27.616l-336.256-196.16a16 16 0 0 0-16.032-0.064z" p-id="7605"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-audio-stop"><path d="M512 0c282.784 0 512 229.216 512 512s-229.216 512-512 512S0 794.784 0 512 229.216 0 512 0z m128 320a32 32 0 0 0-32 32v320a32 32 0 1 0 64 0V352a32 32 0 0 0-32-32z m-256 0a32 32 0 0 0-32 32v320a32 32 0 1 0 64 0V352a32 32 0 0 0-32-32z" p-id="7748"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-icon-black-list">
2026-03-06 01:33:11 +08:00
<path d="M0 6.66667C0 2.98477 2.98477 0 6.66667 0C10.3486 0 13.3333 2.98477 13.3333 6.66667C13.3333 10.3486 10.3486 13.3333 6.66667 13.3333C2.98477 13.3333 0 10.3486 0 6.66667ZM12.0635 6.66667C12.0635 3.68608 9.64725 1.26984 6.66667 1.26984C5.41562 1.26984 4.26399 1.69552 3.34873 2.40995L10.9234 9.9846C11.6378 9.06934 12.0635 7.91772 12.0635 6.66667ZM1.26984 6.66667C1.26984 9.64725 3.68608 12.0635 6.66667 12.0635C7.93862 12.0635 9.1078 11.6235 10.0303 10.8873L2.44601 3.30305C1.70987 4.22553 1.26984 5.39471 1.26984 6.66667Z" fill-rule="nonzero" transform="matrix(1 0 0 1 1.33333 1.33333)" fill="rgb(94, 94, 94)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-icon-call-contact">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1.24316 1.44377)" d="M2.36494 0.0801857C2.66898 -0.050121 3.03724 -0.0262743 3.32836 0.186079C4.08966 0.741398 4.68294 1.49983 5.19018 2.22494L5.48487 2.6541L5.48487 2.6541L5.76284 3.06393L5.76284 3.06393C6.0294 3.45387 5.98776 3.97677 5.66556 4.31778L5.59224 4.38796L4.29149 5.35397C4.16256 5.4497 4.1197 5.62377 4.19702 5.7645C4.49132 6.30023 5.01563 7.09743 5.61564 7.69743C6.21624 8.29803 7.0511 8.85616 7.62364 9.18363C7.75355 9.25789 7.91275 9.22956 8.01341 9.12551L8.0527 9.07637L8.8989 7.78737C9.22344 7.35557 9.82937 7.26117 10.2698 7.56603L10.7407 7.89254C11.6035 8.49517 12.4522 9.13009 13.1042 9.96497C13.3319 10.2566 13.3657 10.638 13.2299 10.9549C12.6752 12.2492 11.2528 13.3649 9.79177 13.3112L9.59142 13.3L9.59142 13.3L9.43612 13.2866L9.43612 13.2866L9.26426 13.2674L9.26426 13.2674L9.07654 13.2413L9.07654 13.2413L8.87369 13.2076L8.87369 13.2076L8.65639 13.1652L8.65639 13.1652L8.42536 13.1132L8.42536 13.1132L8.18132 13.0508L8.18132 13.0508L7.92496 12.9769L7.92496 12.9769L7.657 12.8907C6.42611 12.4737 4.86424 11.6538 3.26174 10.0513C1.65922 8.44877 0.839273 6.8869 0.422263 5.65602L0.336072 5.38805L0.336072 5.38805L0.262221 5.13169L0.262221 5.13169L0.199784 4.88765L0.199784 4.88765L0.147835 4.65663L0.147835 4.65663L0.105447 4.43933L0.105447 4.43933L0.0716956 4.23648L0.0716956 4.23648L0.0456546 4.04876L0.0456546 4.04876L0.0263982 3.87691L0.0263982 3.87691L0.0130005 3.72161L0.0130005 3.72161L0.00186377 3.52127L0.00186377 3.52127C-0.0519962 2.05763 1.0692 0.635499 2.36494 0.0801857Z" fill-rule="evenodd" fill="rgb(252, 183, 134)"></path>
<path transform="matrix(1 0 0 1 11.0021 2.00004)" d="M-0.5 0C-0.5 0.27614 -0.27614 0.5 0 0.5L2.49803 0.5L2.49803 3C2.49803 3.27614 2.72189 3.5 2.99803 3.5C3.27417 3.5 3.49803 3.27614 3.49803 3L3.49803 0Q3.49803 -0.0492457 3.48842 -0.0975452Q3.47882 -0.145845 3.45997 -0.191342Q3.44113 -0.236839 3.41377 -0.277785Q3.38641 -0.318731 3.35158 -0.353553Q3.31676 -0.388375 3.27582 -0.415735Q3.23487 -0.443094 3.18937 -0.46194Q3.14388 -0.480785 3.09558 -0.490393Q3.04728 -0.5 2.99803 -0.5L0 -0.5C-0.27614 -0.5 -0.5 -0.27614 -0.5 0Z" fill-rule="evenodd" fill="rgb(252, 183, 134)"></path>
<path transform="matrix(1 0 0 1 10.4646 2.00004)" d="M3.88909 -0.353554C3.69383 -0.548814 3.37724 -0.548814 3.18198 -0.353553L-0.353553 3.18198C-0.548814 3.37724 -0.548814 3.69383 -0.353553 3.88909C-0.158293 4.08435 0.158293 4.08435 0.353553 3.88909L3.88909 0.353553C4.08435 0.158293 4.08435 -0.158293 3.88909 -0.353554Z" fill-rule="evenodd" fill="rgb(252, 183, 134)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-icon-call-record">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 2 1)" d="M12.75 11.375Q12.75 12.0104 12.5042 12.5915Q12.267 13.1524 11.8347 13.5847Q11.4024 14.017 10.8415 14.2542Q10.2604 14.5 9.62499 14.5L2.62499 14.5Q1.98955 14.5 1.40845 14.2542Q0.847557 14.017 0.415289 13.5847Q-0.0169791 13.1524 -0.254217 12.5915Q-0.5 12.0104 -0.5 11.375L-0.5 2.625Q-0.5 1.98955 -0.254217 1.40846Q-0.0169784 0.847561 0.415291 0.415291Q0.847561 -0.0169788 1.40846 -0.254217Q1.98955 -0.5 2.625 -0.5L9.625 -0.5Q10.2604 -0.5 10.8415 -0.254217Q11.4024 -0.0169784 11.8347 0.415291Q12.267 0.847561 12.5042 1.40846Q12.75 1.98955 12.75 2.625L12.75 11.375ZM11.75 11.375L11.75 2.625Q11.75 1.7448 11.1276 1.1224Q10.5052 0.5 9.625 0.5L2.625 0.5Q1.7448 0.5 1.1224 1.1224Q0.5 1.7448 0.5 2.625L0.5 11.375Q0.5 12.2552 1.1224 12.8776Q1.74479 13.5 2.625 13.5L9.625 13.5Q10.5052 13.5 11.1276 12.8776Q11.75 12.2552 11.75 11.375Z" fill-rule="nonzero" fill="rgb(49, 72, 141)"></path>
<path transform="matrix(1 0 0 1 5.5 2.75)" d="M0.135013 -0.170773Q0.571136 -0.547041 1.08558 -0.494063Q1.6089 -0.44017 1.95031 0.0287999L2.07157 0.199516Q2.13468 0.290682 2.20868 0.402212L2.46041 0.786815Q2.73416 1.20577 2.6959 1.61909Q2.65771 2.03163 2.31299 2.39303L2.21087 2.49718Q2.19872 2.50934 2.18416 2.52378Q2.13917 2.56844 2.12983 2.57877Q2.15374 2.55232 2.17656 2.50187Q2.24315 2.35468 2.19672 2.19763Q2.17392 2.12049 2.13312 2.07075L1.74655 2.38786L2.1145 2.04932L2.37781 2.3355Q2.547 2.51454 2.92121 2.83846L3.25419 3.12613Q3.14817 3.03333 2.98116 3.02697Q2.76204 3.01863 2.62774 3.16514L2.99633 3.503L2.62004 3.17374L2.64166 3.14904Q2.7594 3.01167 2.92899 2.86166Q3.24246 2.58452 3.62858 2.5479Q4.0207 2.51071 4.37783 2.73108Q4.83178 3.01143 5.21656 3.28796Q5.70243 3.637 5.74632 4.17795Q5.7891 4.70541 5.38561 5.14102Q4.65881 5.92501 3.37162 5.69572Q1.58329 5.37713 0.275443 3.59107Q-0.489028 2.5471 -0.499717 1.39595L-0.499998 1.28971Q-0.482999 0.362589 0.134954 -0.170722L0.135013 -0.170773ZM0.78831 0.586329Q0.508587 0.827738 0.499998 1.28716L0.50024 1.38666Q0.507941 2.21597 1.08226 3.00027Q1.62908 3.74703 2.22766 4.16405Q2.82962 4.58342 3.54699 4.71122Q3.95815 4.78446 4.22259 4.72081Q4.46585 4.66225 4.65198 4.46148Q4.75685 4.34826 4.74959 4.25881Q4.74313 4.17915 4.63295 4.1Q4.27658 3.84388 3.85272 3.58211Q3.71793 3.49894 3.59155 3.61067Q3.47364 3.71496 3.39423 3.80755L3.36881 3.8366L3.36491 3.84086Q3.18648 4.03551 2.94312 4.02625Q2.75615 4.01913 2.60044 3.88284L2.26674 3.59454Q1.85455 3.23775 1.64191 3.01259L1.36898 2.71596L1.35997 2.70498Q1.11964 2.41201 1.26546 2.08969Q1.31719 1.97534 1.47971 1.81403Q1.49374 1.8001 1.49705 1.79686L1.58938 1.70282Q1.69403 1.59311 1.70015 1.52691Q1.70627 1.46083 1.62369 1.33444L1.3754 0.955058Q1.30676 0.85161 1.25621 0.778471L1.14186 0.617357Q1.06289 0.50889 0.983137 0.500676Q0.897777 0.491886 0.788252 0.586379L0.78831 0.586329Z" fill-rule="nonzero" fill="rgb(49, 72, 141)"></path>
<path transform="matrix(1 0 0 1 5.5 10.1875)" d="M-0.5 0C-0.5 0.27614 -0.27614 0.5 0 0.5L5.25 0.5C5.52614 0.5 5.75 0.27614 5.75 0C5.75 -0.27614 5.52614 -0.5 5.25 -0.5L0 -0.5C-0.27614 -0.5 -0.5 -0.27614 -0.5 0Z" fill-rule="evenodd" fill="rgb(49, 72, 141)"></path>
<path transform="matrix(1 0 0 1 5.5 12.375)" d="M-0.5 0C-0.5 0.27614 -0.27614 0.5 0 0.5L5.25 0.5C5.52614 0.5 5.75 0.27614 5.75 0C5.75 -0.27614 5.52614 -0.5 5.25 -0.5L0 -0.5C-0.27614 -0.5 -0.5 -0.27614 -0.5 0Z" fill-rule="evenodd" fill="rgb(49, 72, 141)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1209 1024" id="icon-icon-change-job"><defs><style type="text/css"></style></defs><path d="M434.711979 809.264832h357.471811a297.47459 297.47459 0 0 0 297.939685-297.102514 296.730439 296.730439 0 0 0-100.274424-222.315281 59.346088 59.346088 0 0 1-5.023023-83.810071 59.718163 59.718163 0 0 1 84.089127-5.023023 415.143557 415.143557 0 0 1 35.3472 587.135589 417.56205 417.56205 0 0 1-311.985546 139.993514h-220.454903v71.252513a23.81285 23.81285 0 0 1-38.137768 19.068884L403.457614 920.887568a59.532126 59.532126 0 0 1 28.277759-111.622736h2.976606z m-35.533237-713.920412v-0.372076h238.31454V23.719831a23.81285 23.81285 0 0 1 38.137768-18.975865l130.226525 97.390837a59.532126 59.532126 0 0 1-28.27776 111.622735H399.271761V95.34442c5.953213-0.186038 11.906425-0.372076 17.859638-0.372076a59.532126 59.532126 0 1 1 0 118.785194A297.381571 297.381571 0 0 0 119.191714 510.674015c0 84.926298 36.463427 165.759762 100.274424 222.036225 24.929078 21.394358 27.812665 58.880993 6.418307 83.717051a59.718163 59.718163 0 0 1-85.57743 5.116042 414.678462 414.678462 0 0 1-35.3472-586.670494 417.655069 417.655069 0 0 1 294.218927-139.528419z" p-id="1970"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1170 1024" id="icon-icon-chat-history"><path d="M505.124571 0c12.068571 0.073143 26.843429 1.755429 42.715429 4.681143a294.034286 294.034286 0 0 1 86.893714 30.573714c82.212571 44.909714 128.219429 123.684571 132.900572 227.474286l0.365714 17.554286-0.073143 21.357714-0.804571 20.114286a543.597714 543.597714 0 0 1-12.214857 90.697142c-9.874286 43.812571-24.649143 78.262857-45.348572 104.301715l-9.216 10.605714c-2.852571 2.925714-7.094857 8.557714-10.752 14.262857l-4.388571 7.533714-2.633143 5.266286a8.996571 8.996571 0 0 0-0.438857 1.316572c0 2.340571 0.731429 4.461714 3.803428 7.314285l4.827429 3.657143 7.533714 4.681143 17.700572 9.654857 46.08 23.405714 35.401142 18.358858 16.310858 8.777142 30.134857 17.042286c104.155429 60.854857 141.165714 106.642286 144.603428 171.300572l0.292572 8.923428 5.632 122.075429a67.291429 67.291429 0 0 1-61.732572 72.265143L757.613714 1024 59.245714 1022.976a67.291429 67.291429 0 0 1-59.245714-66.779429l0.438857-7.826285 8.777143-121.417143c1.462857-77.604571 47.177143-127.341714 191.634286-204.361143l35.108571-18.285714 52.809143-26.843429 10.825143-5.997714 7.606857-4.534857 4.827429-3.584a11.995429 11.995429 0 0 0 3.364571-4.096l0.512-2.413715a55.076571 55.076571 0 0 0-7.533714-15.213714 129.170286 129.170286 0 0 0-7.460572-10.459428l-3.291428-3.803429c-25.6-27.062857-43.300571-64.804571-54.637715-114.907429a542.939429 542.939429 0 0 1-11.410285-79.725714l-1.243429-21.430857-0.365714-18.505143v-11.702857c0-113.152 46.445714-198.436571 133.266286-245.76A293.814857 293.814857 0 0 1 449.974857 4.681143 250.88 250.88 0 0 1 478.061714 0.731429L492.324571 0h12.8zM504.685714 85.504h-11.995428c-3.072 0-7.168 0.292571-11.849143 0.877714l-15.36 2.340572a210.651429 210.651429 0 0 0-62.171429 21.796571c-55.003429 29.988571-84.772571 80.969143-88.502857 153.819429l-0.365714 16.018285v19.968l0.731428 16.822858 0.585143 9.216c1.828571 24.356571 5.046857 46.811429 9.581715 66.998857 6.802286 29.988571 16.018286 52.662857 27.501714 67.949714l5.851428 7.021714c7.533714 8.192 14.409143 17.115429 20.406858 26.477715 11.483429 17.846857 18.578286 35.035429 20.553142 51.2 0.438857 3.145143 0.658286 6.290286 0.658286 9.508571 0 47.689143-19.017143 69.997714-94.134857 108.836571l-47.250286 24.064-29.769143 15.725715-26.331428 14.628571c-8.118857 4.681143-15.798857 9.216-22.966857 13.531429l-19.894857 12.8c-45.860571 30.866286-64.073143 54.710857-66.121143 80.384l-0.219429 5.12-0.950857 0.877714 0.804571 1.024-7.094857 105.618286 138.093715 0.438857 684.470857-0.512-4.534857-104.96c0-30.281143-18.651429-56.612571-72.411429-91.867429l-21.869714-13.604571c-3.876571-2.413714-7.972571-4.754286-12.214857-7.241143l-27.136-15.140571-30.939429-16.457143-34.230857-17.408c-86.674286-43.30
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 0 0)" d="M6 0C9.31375 0 12 2.68629 12 6C12 9.31375 9.31375 12 6 12C2.68629 12 0 9.31375 0 6C0 2.68629 2.68629 0 6 0ZM6 1.125C5.33829 1.125 4.70588 1.25255 4.10278 1.50764C3.51967 1.75427 3.00303 2.10268 2.55285 2.55285C2.10268 3.00303 1.75427 3.51967 1.50764 4.10278C1.25255 4.70588 1.125 5.33829 1.125 6C1.125 6.66172 1.25255 7.29414 1.50764 7.89725C1.75427 8.48035 2.10267 8.99699 2.55285 9.44716C3.00303 9.89734 3.51967 10.2457 4.10277 10.4924C4.70588 10.7475 5.33829 10.875 6 10.875C6.66172 10.875 7.29414 10.7475 7.89725 10.4924C8.48035 10.2457 8.99699 9.89734 9.44716 9.44716C9.89734 8.99699 10.2457 8.48035 10.4924 7.89725C10.7475 7.29414 10.875 6.66172 10.875 6C10.875 5.33829 10.7475 4.70588 10.4924 4.10277C10.2457 3.51967 9.89734 3.00303 9.44716 2.55285C8.99699 2.10268 8.48035 1.75427 7.89725 1.50764C7.29413 1.25255 6.66172 1.125 6 1.125ZM5.77515 3C5.56804 3 5.40015 3.16789 5.40015 3.375L5.40015 3.825C5.40015 4.03211 5.56804 4.2 5.77515 4.2L6.22515 4.2C6.43225 4.2 6.60015 4.03211 6.60015 3.825L6.60015 3.375C6.60015 3.16789 6.43225 3 6.22515 3L5.77515 3ZM5.84985 4.94998C5.64275 4.94998 5.47485 5.11788 5.47485 5.32498L5.47485 8.32498C5.47485 8.53209 5.64275 8.69998 5.84985 8.69998L6.14985 8.69998C6.35696 8.69998 6.52485 8.53209 6.52485 8.32498L6.52485 5.32498C6.52485 5.11788 6.35696 4.94998 6.14985 4.94998L5.84985 4.94998Z" fill-rule="nonzero" fill="currentColor"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-delete"><path d="M609.499429 0c68.754286 0 134.144 63.707429 134.144 131.657143l-0.073143 58.514286h108.982857a37.302857 37.302857 0 0 1 0.731428 0H950.857143a36.571429 36.571429 0 1 1 0 73.142857h-61.001143v577.828571a182.857143 182.857143 0 0 1-182.857143 182.857143H317.001143a182.857143 182.857143 0 0 1-182.857143-182.857143V263.314286H73.142857a36.571429 36.571429 0 0 1 0-73.142857h96.768a37.302857 37.302857 0 0 1 0.731429 0h109.714285v-58.514286c0-67.949714 65.389714-131.657143 134.144-131.657143h194.998858z m207.213714 263.314286H207.213714v577.828571a109.714286 109.714286 0 0 0 109.714286 109.714286h390.144a109.714286 109.714286 0 0 0 109.714286-109.714286l-0.073143-577.828571z m-402.285714 164.571428a36.571429 36.571429 0 0 1 36.571428 36.571429v285.257143a36.571429 36.571429 0 1 1-73.142857 0v-285.257143a36.571429 36.571429 0 0 1 36.571429-36.571429z m195.072 0a36.571429 36.571429 0 0 1 36.571428 36.571429v285.257143a36.571429 36.571429 0 1 1-73.142857 0v-285.257143a36.571429 36.571429 0 0 1 36.571429-36.571429z m0-354.742857H414.500571c-28.818286 0-61.001143 31.378286-61.001142 58.514286v58.514286h316.928v-58.514286c0-27.136-32.182857-58.514286-60.928-58.514286z" p-id="2371"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1536 1024" id="icon-icon-done"><path d="M134.4 410.496a128 128 0 0 1 180.992 0l271.616 271.488 633.6-633.6a128 128 0 0 1 169.856-9.856l11.136 9.984a128 128 0 0 1 0 180.992L677.504 953.6a128 128 0 0 1-180.992 0L134.4 591.36a128 128 0 0 1 0-180.992z" p-id="2515"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-edit"><path d="M678.838857 62.976a131.949714 131.949714 0 0 1 186.587429 0l95.597714 95.524571a132.022857 132.022857 0 0 1 0 186.660572l-615.862857 615.862857a131.949714 131.949714 0 0 1-93.330286 38.619429H68.388571a44.032 44.032 0 0 1-44.032-44.032v-183.515429c0-34.962286 13.897143-68.534857 38.692572-93.257143L678.912 62.902857z m124.416 62.171429a44.032 44.032 0 0 0-62.171428 0l-82.651429 82.651428 157.696 157.769143 82.651429-82.651429a44.032 44.032 0 0 0 0-62.171428l-95.524572-95.524572z m-49.298286 302.665142L596.114286 270.043429l-470.966857 471.04a43.885714 43.885714 0 0 0-12.873143 31.012571v139.556571h139.483428c11.702857 0 22.893714-4.608 31.158857-12.873142l470.966858-471.04z" p-id="2370"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-icon-edu"><path d="M823.138 519.64a23.63 23.63 0 0 1 1.655 4.254l65.142 235.914a23.63 23.63 0 0 1-11.028 26.782l-334.77 192.118a63.015 63.015 0 0 1-62.778 0l-334.69-192.04a23.63 23.63 0 0 1-11.028-26.939l67.19-235.992a23.63 23.63 0 0 1 33.477-14.651L484.43 634.25a63.015 63.015 0 0 0 56.477 0l250.486-125.243a23.63 23.63 0 0 1 31.744 10.634zM543.823 45.45L941.37 275.614a23.63 23.63 0 0 1-0.788 41.275l-398.65 213.228a63.015 63.015 0 0 1-59.393 0L83.417 316.967a23.63 23.63 0 0 1-0.71-41.353L480.65 45.37a63.015 63.015 0 0 1 63.094 0z"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1536 1024" id="icon-icon-finish"><path d="M134.4 410.496a128 128 0 0 1 180.992 0l271.616 271.488 633.6-633.6a128 128 0 0 1 169.856-9.856l11.136 9.984a128 128 0 0 1 0 180.992L677.504 953.6a128 128 0 0 1-180.992 0L134.4 591.36a128 128 0 0 1 0-180.992z" p-id="1837"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-hint"><path d="M512 0a512 512 0 1 1 0 1024A512 512 0 0 1 512 0z m0 85.333333a426.666667 426.666667 0 1 0 0 853.333334A426.666667 426.666667 0 0 0 512 85.333333z m0 554.666667a42.666667 42.666667 0 0 1 42.666667 42.666667v42.666666a42.666667 42.666667 0 0 1-85.333334 0V682.666667a42.666667 42.666667 0 0 1 4
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 -0.000244141 0)" d="M16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8ZM5.47037 2.01019C6.27451 1.67006 7.11772 1.5 8 1.5C8.88228 1.5 9.72549 1.67006 10.5296 2.01019C11.3071 2.33903 11.996 2.80357 12.5962 3.40381C13.1964 4.00404 13.661 4.6929 13.9898 5.47037C14.3299 6.27451 14.5 7.11772 14.5 8C14.5 8.88228 14.3299 9.72549 13.9898 10.5296C13.661 11.3071 13.1964 11.996 12.5962 12.5962C11.996 13.1964 11.3071 13.661 10.5296 13.9898C9.72549 14.3299 8.88228 14.5 8 14.5C7.11772 14.5 6.27451 14.3299 5.47037 13.9898C4.6929 13.661 4.00404 13.1964 3.40381 12.5962C2.80357 11.996 2.33903 11.3071 2.01019 10.5296C1.67006 9.72549 1.5 8.88228 1.5 8C1.5 7.11772 1.67006 6.27451 2.01019 5.47037C2.33903 4.6929 2.80357 4.00404 3.40381 3.40381C4.00404 2.80357 4.6929 2.33903 5.47037 2.01019ZM10.3267 5.659C10.6196 5.36611 11.0945 5.36611 11.3874 5.659C11.6803 5.95189 11.6803 6.42677 11.3874 6.71966L7.85184 10.2552C7.55895 10.5481 7.08407 10.5481 6.79118 10.2552L4.66986 8.13391C4.37697 7.84101 4.37697 7.36614 4.66986 7.07325C4.96275 6.78035 5.43763 6.78035 5.73052 7.07324L7.32151 8.66423L10.3267 5.659Z" fill-rule="nonzero" fill="rgb(38, 47, 77)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16.0002 16" id="icon-icon-hunter-goutongchenggongxuanzhong">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 0 0)" d="M16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8ZM11.3874 5.659C11.0945 5.36611 10.6196 5.36611 10.3267 5.659L7.32154 8.6642L5.73052 7.07318C5.43763 6.78029 4.96275 6.78029 4.66986 7.07318C4.37697 7.36607 4.37697 7.84095 4.66986 8.13384L6.7912 10.2552C7.08409 10.5481 7.55897 10.5481 7.85186 10.2552L11.3874 6.71966C11.6803 6.42677 11.6803 5.95189 11.3874 5.659Z" fill-rule="evenodd" fill="rgb(45, 82, 179)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-icon-hunter-goutongshibaiweixuanzhong">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 0 0)" d="M8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0ZM8 1.5C7.11772 1.5 6.27451 1.67006 5.47037 2.01019C4.6929 2.33903 4.00404 2.80357 3.40381 3.40381C2.80357 4.00404 2.33903 4.6929 2.01019 5.47037C1.67006 6.27451 1.5 7.11772 1.5 8C1.5 8.88228 1.67006 9.72549 2.01019 10.5296C2.33903 11.3071 2.80357 11.996 3.40381 12.5962C4.00404 13.1964 4.6929 13.661 5.47037 13.9898C6.27451 14.3299 7.11772 14.5 8 14.5C8.88228 14.5 9.72549 14.3299 10.5296 13.9898C11.3071 13.661 11.996 13.1964 12.5962 12.5962C13.1964 11.996 13.661 11.3071 13.9898 10.5296C14.3299 9.72549 14.5 8.88228 14.5 8C14.5 7.11772 14.3299 6.27451 13.9898 5.47037C13.661 4.6929 13.1964 4.00404 12.5962 3.40381C11.996 2.80357 11.3071 2.33903 10.5296 2.01019C9.72549 1.67006 8.88228 1.5 8 1.5ZM4.75 8C4.75 8.41421 5.08579 8.75 5.5 8.75L10.5 8.75C10.9142 8.75 11.25 8.41421 11.25 8C11.25 7.58579 10.9142 7.25 10.5 7.25L5.5 7.25C5.08579 7.25 4.75 7.58579 4.75 8Z" fill-rule="nonzero" fill="rgb(126, 134, 148)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-icon-hunter-goutongshibaixuanzhong">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 0 0)" d="M8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0ZM4.75 8C4.75 8.41421 5.08579 8.75 5.5 8.75L10.5 8.75C10.9142 8.75 11.25 8.41421 11.25 8C11.25 7.58579 10.9142 7.25 10.5 7.25L5.5 7.25C5.08579 7.25 4.75 7.58579 4.75 8Z" fill-rule="evenodd" fill="rgb(45, 82, 179)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-hunter-tishi"><path d="M512 0a512 512 0 1 1 0 1024A512 512 0 0 1 512 0z m0 85.333333a426.666667 426.666667 0 1 0 0 853.333334A426.666667 426.666667 0 0 0 512 85.333333z m0 554.666667a42.666667 42.666667 0 0 1 42.666667 42.666667v42.666666a42.666667 42.666667 0 0 1-85.333334 0V682.666667a42.666667 42.666667 0 0 1 42.666667-42.666667z m0-426.666667a42.666667 42.666667 0 0 1 42.666667 42.666667v256a42.666667 42.666667 0 0 1-85.333334 0V256a42.666667 42.666667 0 0 1 42.666667-42.666667z" p-id="3683"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-hunter-tongzhi"><path d="M691.2 841.142857a182.857143 182.857143 0 0 1-358.4 0H73.142857a36.571429 36.571429 0 0 1 0-73.142857l73.142857-0.073143V416.914286A365.714286 365.714286 0 0 1 496.128 51.565714L512 51.2a365.714286 365.714286 0 0 1 365.714286 365.714286v351.012571l73.142857 0.073143a36.571429 36.571429 0 0 1 0 73.142857z m-75.849143 0H408.576l1.389714 3.803429c14.848 37.522286 49.737143 64.877714 91.428572 68.827428L512 914.285714a109.714286 109.714286 0 0 0 102.034286-69.339428l1.316571-3.803429zM512.658286 124.269714l-13.385143 0.365715A292.571429 292.571429 0 0 0 219.428571 416.914286v351.085714h585.142858V416.914286a292.571429 292.571429 0 0 0-277.942858-292.205715l-13.970285-0.438857z" p-id="3534"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1303 1024" id="icon-icon-hunter-yuanxiao"><path d="M988.811636 594.850909a37.236364 37.236364 0 0 1 2.978909 6.795636l56.785455 170.356364a92.904727 92.904727 0 0 1-36.305455 106.589091C867.886545 975.499636 747.613091 1024 651.636364 1024c-95.976727 0-216.250182-48.407273-360.634182-145.408a92.904727 92.904727 0 0 1-36.305455-106.496l56.785455-170.449455a37.236364 37.236364 0 0 1 53.806545-20.48l194.001455 110.778182a186.181818 186.181818 0 0 0 184.692363 0l194.001455-110.778182a37.236364 37.236364 0 0 1 50.827636 13.777455zM690.920727 18.432l478.114909 223.138909a93.090909 93.090909 0 0 1 0 168.680727L691.013818 633.297455a93.090909 93.090909 0 0 1-78.754909 0L134.237091 410.158545a93.090909 93.090909 0 0 1 0-168.680727L612.258909 18.338909a93.090909 93.090909 0 0 1 78.754909 0z" p-id="3981"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-hunter-zhiwei"><path d="M554.666667 42.666667a170.666667 170.666667 0 0 1 170.666666 170.666666h85.333334a170.666667 170.666667 0 0 1 170.666666 170.666667v426.666667a170.666667 170.666667 0 0 1-170.666666 170.666666h-597.333334a170.666667 170.666667 0 0 1-170.666666-170.666666v-426.666667a170.666667 170.666667 0 0 1 170.666666-170.666667h85.333334a170.666667 170.666667 0 0 1 170.666666-170.666666h85.333334z m85.333333 384h-256a42.666667 42.666667 0 0 0 0 85.333333h256a42.666667 42.666667 0 0 0 0-85.333333z m-85.333333-298.666667h-85.333334a85.333333 85.333333 0 0 0-84.736 75.349333L384 213.333333h256a85.333333 85.333333 0 0 0-75.349333-84.736L554.666667 128z" p-id="3832"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-icon-intention-active">
2026-03-06 01:33:11 +08:00
<defs>
<linearGradient id="icon-icon-intention-active_linearGradient3374397007" gradientTransform="matrix(0 12.6667 -13.5 0 13.5 0)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0.035500918" stop-color="rgb(255, 203, 145)"></stop>
<stop offset="1" stop-color="rgb(255, 134, 0)"></stop>
</linearGradient>
</defs>
<path transform="matrix(1 0 0 1 2 2)" d="M12 11.3333L12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5L12 0.666667C12 0.29848 11.7015 0 11.3333 0L10.6667 0C9.3476 1.31909 6.86847 2.05819 5.33333 2.40854L5.33333 9.59147C6.86847 9.9418 9.3476 10.6809 10.6667 12L11.3333 12C11.7015 12 12 11.7015 12 11.3333ZM1.33333 2.66667C0.596953 2.66667 0 3.26362 0 4L0 8C0 8.7364 0.596953 9.33333 1.33333 9.33333L2 9.33333L2.54887 12.0777C2.61736 12.4201 2.91807 12.6667 3.26732 12.6667L3.26838 12.6667C3.67303 12.6667 4 12.3386 4 11.934L4 2.66667L1.33333 2.66667Z" fill-rule="nonzero" fill="url(#icon-icon-intention-active_linearGradient3374397007)"></path>
<defs>
<linearGradient id="icon-icon-intention-active_linearGradient8907110402" gradientTransform="matrix(0 12.6667 -13.5 0 13.5 0)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0" stop-color="rgb(255, 155, 42)"></stop>
<stop offset="1" stop-color="rgb(253, 230, 203)"></stop>
</linearGradient>
</defs>
<path transform="matrix(1 0 0 1 2 2)" d="M12 7.5L12 11.3333C12 11.7015 11.7015 12 11.3333 12L10.6667 12C9.3476 10.6809 6.86847 9.9418 5.33333 9.59147L5.33333 2.40854C6.86847 2.05819 9.3476 1.31909 10.6667 0L11.3333 0C11.7015 0 12 0.29848 12 0.666667L12 4.5C12.8284 4.5 13.5 5.17157 13.5 6C13.5 6.82843 12.8284 7.5 12 7.5ZM11.5 7L11.5 11.3333Q11.5 11.4024 11.4512 11.4512Q11.4024 11.5 11.3333 11.5L10.8673 11.5Q9.92794 10.6375 8.26788 9.96869Q7.16529 9.52445 5.83333 9.19621L5.83333 2.80379Q7.16535 2.47553 8.26788 2.03132Q9.92794 1.36248 10.8673 0.5L11.3333 0.5Q11.4024 0.5 11.4512 0.548814Q11.5 0.597629 11.5 0.666667L11.5 5L12 5Q12.4142 5 12.7071 5.29289Q13 5.58579 13 6Q13 6.41421 12.7071 6.70711Q12.4142 7 12 7L11.5 7ZM0 4C0 3.26362 0.596953 2.66667 1.33333 2.66667L4 2.66667L4 11.934C4 12.3386 3.67303 12.6667 3.26838 12.6667L3.26732 12.6667C2.91807 12.6667 2.61736 12.4201 2.54887 12.0777L2 9.33333L1.33333 9.33333C0.596953 9.33333 0 8.7364 0 8L0 4ZM0.744078 3.41074Q0.988155 3.16667 1.33333 3.16667L3.5 3.16667L3.5 11.934Q3.5 12.0308 3.43203 12.0989Q3.36437 12.1667 3.26838 12.1667L3.26732 12.1667Q3.18414 12.1667 3.1198 12.1139Q3.05547 12.0612 3.03916 11.9796L2.4099 8.83333L1.33333 8.83333Q0.988149 8.83333 0.744076 8.58926Q0.5 8.34519 0.5 8L0.5 4Q0.5 3.65482 0.744078 3.41074Z" fill-rule="evenodd" fill="url(#icon-icon-intention-active_linearGradient8907110402)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-interview-accept"><defs><style type="text/css"></style></defs><path d="M426.688 647.36l392.192-392.256 60.352 60.352L426.688 768 155.136 496.448l60.352-60.288z" p-id="16213"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-interview-arrive"><defs><style type="text/css"></style></defs><path d="M512 64a448 448 0 1 1 0 896A448 448 0 0 1 512 64z m236.032 297.472a32 32 0 0 0-45.248-0.192l-235.072 233.6L321.216 449.28l-4.48-3.712a32 32 0 0 0-40.64 49.088l169.088 168.064 4.48 3.648a32 32 0 0 0 40.64-3.648l257.6-256 3.712-4.48a32 32 0 0 0-3.584-40.768z" p-id="15677"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-interview-cancel"><defs><style type="text/css"></style></defs><path d="M178.176 133.696l4.48 3.648L512 466.752l329.344-329.408a32 32 0 0 1 48.96 40.832l-3.648 4.48L557.248 512l329.408 329.344a32 32 0 0 1-40.832 48.96l-4.48-3.648L512 557.248l-329.344 329.408a32 32 0 0 1-48.96-40.832l3.648-4.48L466.752 512 137.344 182.656a32 32 0 0 1 40.832-48.96z" p-id="15411"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-interview-inquire"><defs><style type="text/css"></style></defs><path d="M832 64a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H192a128 128 0 0 1-128-128V192a128 128 0 0 1 128-128h640zM544 576h-256l-5.76 0.512A32 32 0 0 0 288 640h256l5.76-0.512A32 32 0 0 0 544 576z m192-256h-448l-5.76 0.512A32 32 0 0 0 288 384h448l5.76-0.512A32 32 0 0 0 736 320z" p-id="15810"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-interview-offer"><defs><style type="text/css"></style></defs><path d="M960 448v448a64 64 0 0 1-56.512 63.552L896 960H128a64 64 0 0 1-63.552-56.512L64 896V448l448 220.48L960 448z m-128-384a64 64 0 0 1 64 64v261.76L512 576 128 389.76V128a64 64 0 0 1 64-64h640z m-176 236.8h-288l-5.76 0.512a32 32 0 0 0 5.76 63.488h288l5.76-0.512a32 32 0 0 0-5.76-63.488z m0-128h-288l-5.76 0.512a32 32 0 0 0 5.76 63.488h288l5.76-0.512a32 32 0 0 0-5.76-63.488z" p-id="15278"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-interview-reject"><defs><style type="text/css"></style></defs><path d="M178.176 133.696l4.48 3.648L512 466.752l329.344-329.408a32 32 0 0 1 48.96 40.832l-3.648 4.48L557.248 512l329.408 329.344a32 32 0 0 1-40.832 48.96l-4.48-3.648L512 557.248l-329.344 329.408a32 32 0 0 1-48.96-40.832l3.648-4.48L466.752 512 137.344 182.656a32 32 0 0 1 40.832-48.96z" p-id="15411"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-interview-response"><defs><style type="text/css"></style></defs><path d="M832 64a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H192a128 128 0 0 1-128-128V192a128 128 0 0 1 128-128h640zM544 576h-256l-5.76 0.512A32 32 0 0 0 288 640h256l5.76-0.512A32 32 0 0 0 544 576z m192-256h-448l-5.76 0.512A32 32 0 0 0 288 384h448l5.76-0.512A32 32 0 0 0 736 320z" p-id="15810"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-interview-send"><defs><style type="text/css"></style></defs><path d="M526.222222 644.721778l7.566222 0.170666 7.736889 0.568889c96.256 8.704 173.568 98.872889 178.801778 211.911111l0.284445 12.231112v78.506666H75.832889v-78.506666l0.170667-8.874667c3.925333-116.508444 84.366222-209.578667 183.864888-215.665778l10.353778-0.341333h256z m-128-455.111111a208.611556 208.611556 0 1 1 0 417.223111 208.611556 208.611556 0 0 1 0-417.223111zM929.166222 56.888889c13
2026-03-06 01:33:11 +08:00
<path d="M9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0ZM9.00031 1.71437C13.0241 1.71437 16.286 4.97629 16.286 9.00008C16.286 13.0239 13.0241 16.2858 9.00031 16.2858C4.97652 16.2858 1.7146 13.0239 1.7146 9.00008C1.7146 4.97629 4.97652 1.71437 9.00031 1.71437Z" fill-rule="evenodd" transform="matrix(1 0 0 1 1.0001 0.999895)" fill="rgb(255, 255, 255)"></path>
<path d="M3.78756 2.1L3.78756 2.1Q3.81048 2.06031 3.83594 2.0222Q3.8614 1.98409 3.88931 1.94773Q3.91721 1.91137 3.94742 1.87692Q3.97764 1.84246 4.01005 1.81005Q4.04246 1.77764 4.07692 1.74742Q4.11137 1.71721 4.14773 1.68931Q4.18409 1.66141 4.2222 1.63594Q4.26031 1.61048 4.3 1.58756Q4.33969 1.56465 4.3808 1.54438Q4.4219 1.52411 4.46424 1.50657Q4.50659 1.48903 4.54999 1.4743Q4.59338 1.45957 4.63765 1.4477Q4.68192 1.43584 4.72687 1.4269Q4.77182 1.41796 4.81726 1.41198Q4.8627 1.40599 4.90844 1.403Q4.95417 1.4 5 1.4Q5.04583 1.4 5.09156 1.403Q5.1373 1.40599 5.18274 1.41198Q5.22818 1.41796 5.27313 1.4269Q5.31808 1.43584 5.36235 1.4477Q5.40662 1.45957 5.45002 1.4743Q5.49341 1.48903 5.53576 1.50657Q5.5781 1.52411 5.6192 1.54438Q5.66031 1.56465 5.7 1.58756Q5.73969 1.61048 5.7778 1.63594Q5.81591 1.66141 5.85227 1.68931Q5.88863 1.71721 5.92309 1.74742Q5.95754 1.77764 5.98995 1.81005Q6.02236 1.84246 6.05258 1.87692Q6.0828 1.91137 6.1107 1.94773Q6.1386 1.98409 6.16406 2.0222Q6.18952 2.06031 6.21244 2.1L8.11769 5.4L8.11769 5.4Q8.14061 5.43969 8.16088 5.4808Q8.18115 5.5219 8.19869 5.56424Q8.21623 5.60659 8.23096 5.64999Q8.24569 5.69338 8.25755 5.73765Q8.26941 5.78192 8.27836 5.82687Q8.2873 5.87182 8.29328 5.91726Q8.29926 5.9627 8.30226 6.00844Q8.30526 6.05417 8.30526 6.1Q8.30526 6.14583 8.30226 6.19156Q8.29926 6.2373 8.29328 6.28274Q8.2873 6.32818 8.27836 6.37313Q8.26941 6.41808 8.25755 6.46235Q8.24569 6.50662 8.23096 6.55001Q8.21623 6.59341 8.19869 6.63576Q8.18115 6.6781 8.16088 6.7192Q8.14061 6.76031 8.11769 6.8Q8.09478 6.83969 8.06931 6.8778Q8.04385 6.91591 8.01595 6.95227Q7.98805 6.98863 7.95783 7.02308Q7.92761 7.05754 7.89521 7.08995Q7.8628 7.12236 7.82834 7.15258Q7.79388 7.18279 7.75752 7.21069Q7.72116 7.2386 7.68305 7.26406Q7.64495 7.28952 7.60526 7.31244Q7.56556 7.33535 7.52446 7.35562Q7.48336 7.37589 7.44101 7.39343Q7.39867 7.41097 7.35527 7.4257Q7.31187 7.44043 7.2676 7.4523Q7.22333 7.46416 7.17838 7.4731Q7.13343 7.48204 7.08799 7.48802Q7.04255 7.49401 6.99682 7.497Q6.95109 7.5 6.90526 7.5L3.09474 7.5L3.09474 7.5Q3.04891 7.5 3.00318 7.497Q2.95745 7.49401 2.91201 7.48802Q2.86657 7.48204 2.82162 7.4731Q2.77667 7.46416 2.7324 7.4523Q2.68813 7.44043 2.64473 7.4257Q2.60133 7.41097 2.55899 7.39343Q2.51664 7.37589 2.47554 7.35562Q2.43443 7.33535 2.39474 7.31244Q2.35505 7.28952 2.31695 7.26406Q2.27884 7.2386 2.24248 7.2107Q2.20612 7.1828 2.17166 7.15258Q2.1372 7.12236 2.10479 7.08995Q2.07239 7.05754 2.04217 7.02309Q2.01195 6.98863 1.98405 6.95227Q1.95615 6.91591 1.93069 6.8778Q1.90522 6.83969 1.88231 6.8Q1.85939 6.76031 1.83912 6.7192Q1.81885 6.6781 1.80131 6.63576Q1.78377 6.59342 1.76904 6.55002Q1.75431 6.50662 1.74245 6.46235Q1.73059 6.41808 1.72164 6.37313Q1.7127 6.32818 1.70672 6.28274Q1.70074 6.2373 1.69774 6.19156Q1.69474 6.14583 1.69474 6.1Q1.69474 6.05417 1.69774 6.00844Q1.70074 5.9627 1.70672 5.91726Q1.7127 5.87182 1.72164 5.82687Q1.73059 5.78192 1.74245 5.73765Q1.75431 5.69338 1.76904 5.64999Q1.78377 5.60659 1.80131 5.56424Q1.81885 5.5219 1.83912 5.4808Q1.85939 5.43969 1.88231 5.4L3.78756 2.1Z" fill-rule="nonzero" transform="matrix(0 1 -1 0 15.0001 4.9999)" fill="rgb(255, 255, 255)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 12" id="icon-icon-question-mark">
2026-03-06 01:33:11 +08:00
<g stroke="none" stroke-width="1" fill-rule="evenodd">
<g transform="translate(-1192.000000, -432.000000)" fill-rule="evenodd">
<g transform="translate(1192.000000, 432.000000)">
<path d="M6,0.06 C9.28057141,0.06 11.94,2.71942859 11.94,6 C11.94,9.28057141 9.28057141,11.94 6,11.94 C2.71942859,11.94 0.06,9.28057141 0.06,6 C0.06,2.71942859 2.71942859,0.06 6,0.06 Z M6,1.14 C3.31589612,1.14 1.14,3.31589612 1.14,6 C1.14,8.68410388 3.31589612,10.86 6,10.86 C8.68410388,10.86 10.86,8.68410388 10.86,6 C10.86,3.31589612 8.68410388,1.14 6,1.14 Z M6.51572114,7.86534659 L6.51572114,8.98720971 L5.39385802,8.98720971 L5.39385802,7.86534659 L6.51572114,7.86534659 Z M5.92883901,3.07447207 C6.5729487,3.07447207 7.08530099,3.24281639 7.46591125,3.57951009 C7.84652152,3.91620379 8.0368238,4.30812002 8.0368238,4.75527055 C8.0368238,5.0028003 7.96695758,5.23701849 7.82722304,5.45793214 C7.6874885,5.6788458 7.38872723,5.97960325 6.93093027,6.36021351 C6.69404695,6.55717267 6.54699519,6.71553611 6.48977057,6.83530857 C6.43254595,6.95508103 6.40659564,7.16933744 6.41191886,7.47808424 L5.39385802,7.47808424 C5.39119641,7.33169567 5.38986563,7.24253306 5.38986563,7.21059374 C5.38986563,6.88055407 5.44442782,6.60907389 5.55355384,6.39614507 C5.66267986,6.18321625 5.88092863,5.94367492 6.20830669,5.67751389 C6.53568475,5.41135287 6.73131018,5.23702001 6.79518882,5.15451009 C6.8936684,5.02409119 6.94290745,4.88036639 6.94290745,4.72333138 C6.94290745,4.50507934 6.85574102,4.31810403 6.68140555,4.16239982 C6.50707008,4.00669562 6.2721865,3.92884469 5.97674776,3.92884469 C5.69195546,3.92884469 5.45374491,4.01002259 5.26210897,4.17238081 C5.07047303,4.33473904 4.9387253,4.58226508 4.86686183,4.91496636 L3.8368238,4.78720971 C3.86610152,4.31078147 4.06904625,3.90622278 4.44566411,3.5735215 C4.82228196,3.24082021 5.31666865,3.07447207 5.92883901,3.07447207 Z"></path>
2026-03-06 00:43:40 +08:00
</g>
</g>
2026-03-06 01:33:11 +08:00
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1228 1024" id="icon-icon-remark"><path d="M921.6 0a307.2 307.2 0 0 1 307.2 307.2v409.6a307.2 307.2 0 0 1-307.2 307.2H307.2a307.2 307.2 0 0 1-307.2-307.2V307.2a307.2 307.2 0 0 1 307.2-307.2h614.4z m0 102.4H307.2a204.8 204.8 0 0 0-204.8 204.8v409.6a204.8 204.8 0 0 0 204.8 204.8h614.4a204.8 204.8 0 0 0 204.8-204.8V307.2a204.8 204.8 0 0 0-204.8-204.8zM716.8 614.4a51.2 51.2 0 0 1 0 102.4H307.2a51.2 51.2 0 0 1 0-102.4h409.6z m204.8-307.2a51.2 51.2 0 0 1 0 102.4H307.2a51.2 51.2 0 0 1 0-102.4h614.4z" p-id="4252"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-resume-file"><defs><style type="text/css"></style></defs><path d="M602.496 361.152l-211.2 211.2a42.688 42.688 0 1 0 60.352 60.288l241.408-241.28A128 128 0 0 0 512 210.304L270.656 451.648a213.312 213.312 0 1 0 301.696 301.696l211.2-211.2a42.688 42.688 0 0 1 60.288 60.352l-211.2 211.2a298.688 298.688 0 1 1-422.4-422.4l241.408-241.28a213.312 213.312 0 0 1 301.696 301.632L512 693.056A128 128 0 1 1 330.944 512l211.2-211.2a42.688 42.688 0 0 1 60.352 60.352z" p-id="1839"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-icon-resume-online"><path d="M634.660571 0a146.285714 146.285714 0 0 1 103.131429 42.569143l169.910857 168.96A146.285714 146.285714 0 0 1 950.857143 315.245714V877.714286a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V146.285714a146.285714 146.285714 0 0 1 146.285714-146.285714h415.232z m0 95.085714H219.428571a51.2 51.2 0 0 0-50.761142 44.251429L168.228571 146.285714v731.428572a51.2 51.2 0 0 0 44.251429 50.761143L219.428571 928.914286h585.142858a51.2 51.2 0 0 0 50.761142-44.251429L855.771429 877.714286V315.245714a51.2 51.2 0 0 0-9.801143-30.134857l-5.266286-6.144-169.910857-168.96a51.2 51.2 0 0 0-28.086857-14.262857l-8.045715-0.658286z m17.700572 479.085715a47.542857 47.542857 0 0 1 7.021714 94.573714l-7.021714 0.512h-311.588572a47.542857 47.542857 0 0 1-7.021714-94.573714l7.021714-0.512h311.588572zM512 354.742857a47.542857 47.542857 0 0 1 7.021714 94.573714L512 449.828571H340.772571a47.542857 47.542857 0 0 1-7.021714-94.573714l7.021714-0.512H512z" fill="#FFFFFF" p-id="16158"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-right"><path d="M311.125333 140.458667a42.666667 42.666667 0 0 1 60.416 0L682.666667 451.669333a85.333333 85.333333 0 0 1 0 120.661334l-311.125334 311.210666a42.666667 42.666667 0 1 1-60.416-60.416L622.336 512 311.125333 200.874667a42.666667 42.666667 0 0 1 0-60.416z" p-id="2683"></path></symbol><symbol viewBox="0 0 20 20" id="icon-icon-rightbar-intention">
2026-03-06 01:33:11 +08:00
<defs>
<linearGradient x1="89.4029858%" y1="14.9143301%" x2="19.6826324%" y2="88.9419713%" id="icon-icon-rightbar-intention_linearGradient-1">
<stop stop-color="#FFE3CB" offset="0%"></stop>
<stop stop-color="#DB986E" offset="100%"></stop>
</linearGradient>
<linearGradient x1="12.6983202%" y1="86.2042465%" x2="83.2995859%" y2="9.40691012%" id="icon-icon-rightbar-intention_linearGradient-2">
<stop stop-color="#243466" offset="0%"></stop>
<stop stop-color="#4366B5" offset="100%"></stop>
</linearGradient>
<linearGradient x1="-5.74229925e-13%" y1="0.0195990046%" x2="93.5453473%" y2="164.514277%" id="icon-icon-rightbar-intention_linearGradient-3">
<stop stop-color="#4366B5" offset="0%"></stop>
<stop stop-color="#243466" offset="100%"></stop>
</linearGradient>
<linearGradient x1="100%" y1="-17.526665%" x2="50%" y2="77.9454698%" id="icon-icon-rightbar-intention_linearGradient-4">
<stop stop-color="#FFE3CB" offset="0%"></stop>
<stop stop-color="#DB986E" offset="100%"></stop>
</linearGradient>
</defs>
<g id="icon-icon-rightbar-intention_页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="icon-icon-rightbar-intention_2备份-2" transform="translate(-1213.000000, -663.000000)">
<g id="icon-icon-rightbar-intention_编组-3" transform="translate(1213.000000, 663.000000)">
<rect id="icon-icon-rightbar-intention_矩形" x="0" y="0" width="20" height="20"></rect>
<g id="icon-icon-rightbar-intention_编组-10备份-2" stroke-linecap="round" stroke-linejoin="round" transform="translate(10.010992, 11.014511) scale(-1, 1) translate(-10.010992, -11.014511) translate(2.264642, 3.269680)">
<path d="M5.81461038,5.53291189 L5.82572375,5.51465998 L5.78791769,5.55043587 C6.38617357,4.94400264 6.63596487,4.36084819 6.58417963,3.72953299 L6.56188201,3.52631167 C6.52025551,3.23594789 6.43675983,2.99976598 6.24310019,2.67027844 L6.09692371,2.43517851 L5.91360927,2.16272134 L5.55916727,1.66274774 C5.51401839,1.60009768 5.46685367,1.53487951 5.41757945,1.46689089 C4.23366584,-0.166777375 2.86906718,-0.492345606 1.31916071,0.775988273 C-0.993516108,2.6686222 -0.119430365,5.89903087 2.80436928,9.68735026 L3.18866739,10.1739362 L3.59470922,10.666223 C3.80307846,10.9137316 4.01940446,11.1632428 4.24339153,11.4145539 C7.00296474,14.5107651 11.9237022,16.1672873 13.7976663,15.2269822 L13.9388349,15.1485312 L14.038635,15.0841453 C14.1319608,15.019993 14.2313784,14.9414348 14.3345418,14.847329 C14.6136591,14.5927176 14.8798147,14.2625119 15.1136871,13.8494777 C15.8582019,12.5294414 15.4861157,11.3690359 14.1710846,10.3572739 C12.4072607,9.00014856 11.0795772,8.64885537 9.99382512,9.92916732 C10.0091441,9.9123072 10.0095413,9.90602971 9.99082623,9.90244251 L9.80410007,9.88373411 C9.30803275,9.81656419 8.56854408,9.38466408 7.5834542,8.43461731 C6.46427437,7.34771611 5.92485978,6.50581349 5.81061846,5.91186504 C5.76798128,5.69019146 5.78730936,5.58152256 5.81461038,5.53291189 Z" id="icon-icon-rightbar-intention_路径" fill="url(#icon-icon-rightbar-intention_linearGradient-2)" transform="translate(7.746350, 7.744832) scale(-1, 1) translate(-7.746350, -7.744832) "></path>
<path d="M5.81461038,5.53291189 L5.82572375,5.51465998 L5.78791769,5.55043587 C6.38617357,4.94400264 6.63596487,4.36084819 6.58417963,3.72953299 L6.56188201,3.52631167 C6.52025551,3.23594789 6.43675983,2.99976598 6.24310019,2.67027844 L6.09692371,2.43517851 L5.91360927,2.16272134 L5.55916727,1.66274774 C5.51401839,1.60009768 5.46685367,1.53487951 5.41757945,1.46689089 C4.23366584,-0.166777375 2.86906718,-0.492345606 1.31916071,0.775988273 C-0.993516108,2.6686222 -0.119430365,5.89903087 2.80436928,9.68735026 L3.18866739,10.1739362 L3.59470922,10.666223 C3.80307846,10.9137316 4.01940446,11.1632428 4.24339153,11.4145539 C7.00296474,14.5107651 11.9237022,16.1672873 13.7976663,15.2269822 L13.9388349,15.1485312 L14.038635,15.0841453 C14.1319608,15.019993 14.2313784,14.9414348 14.3345418,14.847329 C14.6136591,14.5927176 14.8798147,14.2625119 15.1136871,13.8494777 C15.8582019,12.5294414 15.4861157,11.3690359 14.1710846,10.3572739 C12.4072607,9.00014856 11.0795772,8.64885537 9.99382512,9.92916732 C10.0091441,9.9123072 10.0095413,9.90602971 9.99082623,9.90244251 L9.80410007,9.88373411 C9.30803275,9.81656419 8.56854408,9.38466408 7.5834542,8.43461731 C6.46427437,7.34771611 5.92485978,6.50581349 5.81061846,5.91186504 C5.76798128,5.69019146 5.78730936,5.58152256 5.81461038,5.53291189 Z" id="icon-icon-rightbar-intention_路径" fill="url(#icon-icon-rightbar-intention_linearGradient-3)" transform="translate(7.746350, 7.744832) scale(-1, 1) translate(-7.746350, -7.744832) "></path>
<path d="M12.4169743,1.82128306 C12.6122364,1.62602091 12.9288189,1.62602091 13.1240811,1.82128306 C14.2801275,2.97732952 14.2801275,4.73508848 13.1240811,5.89113494 C12.9288189,6.08639708 12.6122364,6.08639708 12.4169743,5.89113494 C12.2217121,5.69587279 12.2217121,5.3792903 12.4169743,5.18402815 C13.1824964,4.41850599 13.1824964,3.29391201 12.4169743,2.52838984 C12.2217121,2.33312769 12.2217121,2.0165452 12.4169743,1.82128306 Z" id="icon-icon-rightbar-intention_路径-6" fill="#FFFFFF"></path>
</g>
<g id="icon-icon-rightbar-intention_编组-52备份" transform="translate(10.291667, 1.000000)">
<path d="M1.57894737,7.04347826 C0.706918816,7.04347826 -3.37296512e-16,6.33655944 0,5.46453089 L0,1.57894737 C-3.28837302e-16,0.706918816 0.706918816,1.60189046e-16 1.57894737,0 L7.12938596,0 C8.00141452,-1.60189046e-16 8.70833333,0.706918816 8.70833333,1.57894737 L8.70833333,5.46453089 C8.70833333,6.33655944 8.00141452,7.04347826 7.12938596,7.04347826 L3.95833333,7.04347826 L2.35847488,8.09784722 C2.2768056,8.15167045 2.18114341,8.18035814 2.08333333,8.18035814 C1.80719096,8.18035814 1.58333333,7.95650052 1.58333333,7.68035814 L1.58333333,7.68035814 L1.58333333,7.04347826 L1.57894737,7.04347826 Z" id="icon-icon-rightbar-intention_形状结合" fill="url(#icon-icon-rightbar-intention_linearGradient-4)"></path>
<g id="icon-icon-rightbar-intention_编组-53" transform="translate(1.708333, 3.108696)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.3">
<path d="M2.5,1 C2.77614237,1 3,0.776142375 3,0.5 C3,0.223857625 2.77614237,0 2.5,0 C2.22385763,0 2,0.223857625 2,0.5 C2,0.776142375 2.22385763,1 2.5,1 Z" id="icon-icon-rightbar-intention_椭圆形"></path>
<path d="M4.5,1 C4.77614237,1 5,0.776142375 5,0.5 C5,0.223857625 4.77614237,0 4.5,0 C4.22385763,0 4,0.223857625 4,0.5 C4,0.776142375 4.22385763,1 4.5,1 Z" id="icon-icon-rightbar-intention_椭圆形备份-2"></path>
<path d="M0.5,1 C0.776142375,1 1,0.776142375 1,0.5 C1,0.223857625 0.776142375,0 0.5,0 C0.223857625,0 0,0.223857625 0,0.5 C0,0.776142375 0.223857625,1 0.5,1 Z" id="icon-icon-rightbar-intention_椭圆形备份-4"></path>
2026-03-06 00:43:40 +08:00
</g>
</g>
</g>
</g>
2026-03-06 01:33:11 +08:00
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1152 1024" id="icon-icon-todo"><path d="M1100.8 105.6a48 48 0 1 1 0 96h-704a48 48 0 0 1 0-96h704zM209.28 30.08a48 48 0 0 1 67.84 67.84l-128 128a48 48 0 0 1-67.84 0l-51.2-51.2a48 48 0 0 1 67.84-67.84l17.28 17.216L209.28 30.016z m0 384a48 48 0 0 1 67.84 67.84l-128 128a48 48 0 0 1-67.84 0l-51.2-51.2a48 48 0 0 1 67.84-67.84l17.28 17.216 94.08-94.08z m0 384a48 48 0 0 1 67.84 67.84l-128 128a48 48 0 0 1-67.84 0l-51.2-51.2a48 48 0 0 1 67.84-67.84l17.28 17.216 94.08-94.08zM1100.8 489.6a48 48 0 1 1 0 96h-704a48 48 0 0 1 0-96h704z m0 384a48 48 0 1 1 0 96h-704a48 48 0 1 1 0-96h704z" p-id="4396"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 14 14" id="icon-icon-video">
2026-03-06 01:33:11 +08:00
<g id="icon-icon-video_页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="icon-icon-video_编组备份" fill="#00A6A7" fill-rule="nonzero">
<path d="M11.6335697,0 C12.8860571,0 13.9112798,0.973035727 13.9945406,2.20440992 L14,2.36643026 L14,11.6335697 C14,12.8860571 13.0269643,13.9112798 11.7955901,13.9945406 L11.6335697,14 L2.36643026,14 C1.11394289,14 0.0887201882,13.0269643 0.00545942039,11.7955901 L0,11.6335697 L0,2.36643026 C0,1.11394289 0.973035727,0.0887201882 2.20440992,0.00545942039 L2.36643026,0 L11.6335697,0 Z M11.6319157,1.2576556 L2.36641455,1.2576556 C1.82487489,1.25751183 1.36868975,1.64705061 1.27498261,2.16771993 L1.26055164,2.28120479 L1.2576831,2.36643026 L1.2576831,11.6335854 C1.25751183,12.1751251 1.6470506,12.6313103 2.16771993,12.7250174 L2.28120479,12.7394484 L2.36643026,12.7423169 L11.6335854,12.7423169 C12.1751251,12.7424882 12.6313103,12.3529494 12.7250174,11.8322801 L12.7394484,11.7187952 L12.7423169,11.6335697 L12.7423169,2.36641455 C12.7424882,1.82487489 12.3529494,1.36868975 11.8322801,1.27498261 L11.7187952,1.26055164 L11.6319157,1.2576556 Z M5.35281173,3.63966905 C5.47572988,3.63978238 5.59766671,3.65865328 5.71546129,3.69588481 L5.83175804,3.73922184 L5.93927266,3.79245165 L9.81295944,5.94417809 C10.1786918,6.14758024 10.4131008,6.52577906 10.4325387,6.94381583 C10.4498168,7.31540407 10.295053,7.67141286 10.0166239,7.91287647 L9.90651063,7.99786273 L9.81293697,8.0558344 L5.93925369,10.2075589 C5.5842524,10.4045494 5.1540402,10.410043 4.79412455,10.2221816 C4.47419953,10.0551937 4.24785305,9.75528454 4.17231701,9.40537491 L4.15117202,9.27197698 L4.14472813,9.15171395 L4.14472813,4.84828605 C4.14472813,4.22280399 4.62009069,3.7083488 5.18834457,3.68739173 L5.30312057,3.68931442 L5.35281173,3.63966905 Z M5.40141844,4.93177305 L5.32865878,9.10831454 L9.20231812,7.04339665 L5.40141844,4.93177305 Z" id="icon-icon-video_形状"></path>
2026-03-06 00:43:40 +08:00
</g>
2026-03-06 01:33:11 +08:00
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-icon-wait">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1 1)" d="M7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0ZM7 1.33333C6.23082 1.33333 5.49572 1.48159 4.79469 1.7781C4.1169 2.06478 3.51636 2.46977 2.99306 2.99306C2.46977 3.51635 2.06478 4.1169 1.7781 4.79469C1.48159 5.49572 1.33333 6.23082 1.33333 7C1.33333 7.76918 1.48159 8.50428 1.7781 9.20531C2.06478 9.88311 2.46977 10.4836 2.99306 11.0069C3.51635 11.5302 4.1169 11.9352 4.79469 12.2219C5.49572 12.5184 6.23082 12.6667 7 12.6667C7.76918 12.6667 8.50428 12.5184 9.20531 12.2219C9.88311 11.9352 10.4836 11.5302 11.0069 11.0069C11.5302 10.4836 11.9352 9.88311 12.2219 9.20531C12.5184 8.50428 12.6667 7.76918 12.6667 7C12.6667 6.23082 12.5184 5.49572 12.2219 4.79469C11.9352 4.1169 11.5302 3.51635 11.0069 2.99306C10.4836 2.46977 9.88311 2.06478 9.20531 1.7781C8.50428 1.48159 7.76918 1.33333 7 1.33333Z" fill-rule="evenodd"></path>
<path transform="matrix(1 0 0 1 7.3335 7.3335)" d="M0.666504 0C0.298404 0 0 0.298404 0 0.666504L0 0.667504C0 1.0356 0.298404 1.33301 0.666504 1.33301L4.13916 1.33301C4.50726 1.33301 4.80566 1.0356 4.80566 0.667504L4.80566 0.666504C4.80566 0.298404 4.50726 0 4.13916 0L0.666504 0Z" fill-rule="nonzero"></path>
<path transform="matrix(0 -1 1 0 7.3335 8.6665)" d="M0.666504 0C0.298404 0 0 0.298404 0 0.666504L0 0.667504C0 1.0356 0.298404 1.33301 0.666504 1.33301L4.13916 1.33301C4.50726 1.33301 4.80566 1.0356 4.80566 0.667504L4.80566 0.666504C4.80566 0.298404 4.50726 0 4.13916 0L0.666504 0Z" fill-rule="nonzero"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-warning"><path d="M512 0a512 512 0 1 1 0 1024A512 512 0 0 1 512 0z m0 85.333333a426.666667 426.666667 0 1 0 0 853.333334A426.666667 426.666667 0 0 0 512 85.333333z m0 554.666667a42.666667 42.666667 0 0 1 42.666667 42.666667v42.666666a42.666667 42.666667 0 0 1-85.333334 0V682.666667a42.666667 42.666667 0 0 1 42.666667-42.666667z m0-426.666667a42.666667 42.666667 0 0 1 42.666667 42.666667v256a42.666667 42.666667 0 0 1-85.333334 0V256a42.666667 42.666667 0 0 1 42.666667-42.666667z" p-id="2413"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18" id="icon-icon-wenhao">
2026-03-06 01:33:11 +08:00
<path d="M7.875 0C12.2242 0 15.75 3.52576 15.75 7.875C15.75 12.2242 12.2242 15.75 7.875 15.75C3.52576 15.75 0 12.2242 0 7.875C0 3.52576 3.52576 0 7.875 0ZM7.875 1.5C7.00968 1.5 6.18268 1.66679 5.39402 2.00036C4.63151 2.32288 3.9559 2.77849 3.36719 3.36719C2.77849 3.9559 2.32288 4.63151 2.00036 5.39402C1.66679 6.18268 1.5 7.00968 1.5 7.875C1.5 8.74032 1.66679 9.56732 2.00036 10.356C2.32288 11.1185 2.77849 11.7941 3.36719 12.3828C3.9559 12.9715 4.63151 13.4271 5.39402 13.7496C6.18268 14.0832 7.00968 14.25 7.875 14.25C8.74032 14.25 9.56732 14.0832 10.356 13.7496C11.1185 13.4271 11.7941 12.9715 12.3828 12.3828C12.9715 11.7941 13.4271 11.1185 13.7496 10.356C14.0832 9.56732 14.25 8.74032 14.25 7.875C14.25 7.00968 14.0832 6.18268 13.7496 5.39402C13.4271 4.63151 12.9715 3.9559 12.3828 3.36719C11.7941 2.77849 11.1185 2.32288 10.356 2.00036C9.56732 1.66679 8.74032 1.5 7.875 1.5ZM9.44475 4.79248C9.06865 4.45395 8.57787 4.28879 7.9805 4.28879C7.29832 4.28879 6.75127 4.48921 6.35232 4.89767C6.07286 5.1771 5.89043 5.52904 5.80776 5.94692C5.80135 5.97932 5.79565 6.01823 5.79051 6.06425L5.77659 6.22422C5.75086 6.59789 6.0329 6.92167 6.40656 6.94742C6.42985 6.94876 6.42985 6.94876 6.45318 6.94903L6.53862 6.944C6.87509 6.90411 7.1434 6.63155 7.17074 6.286L7.19233 6.10782C7.22136 5.98941 7.26472 5.89349 7.3213 5.81806C7.4379 5.64934 7.62692 5.5671 7.92255 5.5671C8.15743 5.5671 8.32949 5.62747 8.44058 5.73856C8.54653 5.85021 8.60376 6.01017 8.60376 6.23175C8.60376 6.37779 8.54761 6.52113 8.42775 6.67428L8.15896 6.94285C7.71204 7.34873 7.43461 7.66292 7.32023 7.90929L7.2573 8.0306C7.21179 8.12702 7.18258 8.21808 7.16309 8.33215L7.15061 8.47018C7.15157 8.81312 7.40947 9.10847 7.75851 9.14802C7.77134 9.14923 7.77989 9.15004 7.78702 9.1506L7.83563 9.15238C8.20386 9.15238 8.52215 8.89537 8.59972 8.53541L8.62459 8.4357C8.63245 8.40913 8.63968 8.38943 8.64575 8.37729C8.70671 8.25537 8.80238 8.13578 8.92773 8.03022C8.96834 7.99481 9.00723 7.96075 9.04445 7.92802L9.65718 7.34996C9.9068 7.03055 10.0311 6.63334 10.0311 6.1738C10.0311 5.603 9.8344 5.13342 9.44475 4.79248ZM8.44893 9.92625C8.29162 9.76581 8.07822 9.68624 7.83156 9.68624C7.5919 9.68624 7.37877 9.76684 7.21549 9.93312C7.0516 10.0878 6.96476 10.3026 6.96476 10.552C6.96476 10.7913 7.05022 11.0026 7.21549 11.1709C7.38007 11.3385 7.59543 11.4262 7.83156 11.4262C8.06221 11.4262 8.27534 11.3425 8.44065 11.1862C8.61611 11.0078 8.70665 10.7958 8.70665 10.552C8.70665 10.3026 8.61981 10.0878 8.44893 9.92625Z" transform="matrix(1 0 0 1 1.125 1.125)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-women"><defs><style type="text/css"></style></defs><path d="M512 512m-473.6 0a473.6 473.6 0 1 0 947.2 0 473.6 473.6 0 1 0-947.2 0Z" fill="#FF4A55" p-id="14086"></path><path d="M421.504 647.744l45.248 45.248a32 32 0 0 1-45.248 45.312l-45.248-45.312-45.248 45.312a32 32 0 0 1-45.312-45.312l45.312-45.248-45.312-45.248a32 32 0 0 1 45.312-45.248l45.248 45.248 47.104-47.104a192 192 0 1 1 45.248 45.248l-47.104 47.104z m248.896-294.144a128 128 0 1 0-181.056 181.056 128 128 0 0 0 181.056-181.056z" fill="#FFFFFF" p-id="14087"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-work"><path d="M649.846 78.77A118.154 118.154 0 0 1 768 196.922v118.154h137.846a39.385 39.385 0 0 1 39.385 39.385v551.384a39.385 39.385 0 0 1-39.385 39.385H118.154a39.385 39.385 0 0 1-39.385-39.385V354.462a39.385 39.385 0 0 1 39.385-39.385H256V196.923A118.154 118.154 0 0 1 362.811 79.321l11.343-0.552z m-78.77 393.845H452.924a59.077 59.077 0 0 0-8.034 117.603l8.034 0.551h118.154a59.077 59.077 0 0 0 0-118.154z m78.77-275.692H374.154v118.154h275.692V196.923z" p-id="2118"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-info-icon"><path d="M512 1024c282.760533 0 512-229.239467 512-512 0-282.760533-229.239467-512-512-512C229.239467 0 0 229.239467 0 512c0 282.760533 229.239467 512 512 512z m45.499733-648.533333h-90.999466V284.433067h90.999466V375.466667z m0 364.100266h-90.999466v-273.066666h90.999466v273.066666z" p-id="1638"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-info"><path d="M512 938.688A426.688 426.688 0 1 1 512 85.376a426.688 426.688 0 0 1 0 853.312z m0-85.376A341.312 341.312 0 1 0 512 170.688a341.312 341.312 0 0 0 0 682.624z m-42.688-554.624h85.376V384H469.312V298.688z m0 170.624h85.376v256H469.312v-256z" p-id="1509"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-intention-eye-close">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 2 2)" d="M1.85171 2.56878L0.117586 0.800002L0.901911 0L11.8824 11.2L11.0981 12L9.26239 10.1276C8.31885 10.7378 7.19989 11.0912 6.00002 11.0912C3.00952 11.0912 0.521606 8.89643 0 6.00001C0.242182 4.65517 0.908256 3.46162 1.85171 2.56878ZM3.76729 1.33875C4.45877 1.06125 5.21193 0.908834 6.00002 0.908834C8.99047 0.908834 11.4784 3.10355 12 6.00001C11.8269 6.96145 11.437 7.84562 10.8841 8.59781L8.74345 6.41438C8.76292 6.27912 8.77301 6.14076 8.77301 6.00001C8.77301 4.43789 7.53149 3.17157 6.00002 3.17157C5.86198 3.17157 5.72632 3.18185 5.59372 3.2017L3.76729 1.33875ZM6.71733 7.53166L7.52927 8.35982C7.09086 8.65596 6.56515 8.82844 6.00002 8.82844C4.46851 8.82844 3.227 7.56209 3.227 6.00001C3.227 5.42353 3.39609 4.88731 3.68643 4.44018L4.49835 5.2683C4.39441 5.48988 4.3362 5.73799 4.3362 6.00001C4.3362 6.93724 5.0811 7.69707 6.00002 7.69707C6.25685 7.69707 6.5001 7.63767 6.71733 7.53166Z" fill-rule="evenodd" fill="rgb(159, 163, 176)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-intention-eye-open">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1.83862 3)" d="M6.06918 0C3.04421 0 0.527619 2.15542 0 5C0.527619 7.84456 3.04421 10 6.06918 10C9.09411 10 11.6107 7.84456 12.1383 5C11.6107 2.15542 9.09411 0 6.06918 0ZM8.87414 5C8.87414 6.53411 7.6183 7.77778 6.06918 7.77778C4.52002 7.77778 3.2642 6.53411 3.2642 5C3.2642 3.46588 4.52002 2.22222 6.06918 2.22222C7.6183 2.22222 8.87414 3.46588 8.87414 5ZM6.06918 6.66667C5.13967 6.66667 4.38618 5.9205 4.38618 5C4.38618 4.0795 5.13967 3.33333 6.06918 3.33333C6.99863 3.33333 7.75216 4.0795 7.75216 5C7.75216 5.9205 6.99863 6.66667 6.06918 6.66667Z" fill-rule="evenodd" fill="rgb(159, 163, 176)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-label-add"><path d="M723.285333 488.618667h-187.904V300.714667a23.381333 23.381333 0 0 0-46.762666 0v187.904H300.714667a23.381333 23.381333 0 0 0 0 46.762666h187.904v187.904a23.381333 23.381333 0 0 0 46.762666 0v-187.904h187.904a23.381333 23.381333 0 0 0 0-46.762666z" p-id="22478"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-label-delete"><defs><style type="text/css"></style></defs><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" p-id="907"></path><path d="M236.307692 472.615385m39.384616 0l472.615384 0q39.384615 0 39.384616 39.384615l0 0q0 39.384615-39.384616 39.384615l-472.615384 0q-39.384615 0-39.384616-39.384615l0 0q0-39.384615 39.384616-39.384615Z" p-id="908"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-label-filter"><defs><style type="text/css"></style></defs><path d="M746.666667 298.666667a21.333333 21.333333 0 1 1 0 42.666666H380.330667a63.914667 63.914667 0 0 0 0-42.709333L746.666667 298.666667zM597.333333 533.333333c0 7.509333 1.28 14.677333 3.669334 21.333334H277.333333a21.333333 21.333333 0 0 1 0-42.666667l323.669334-0.042667A63.914667 63.914667 0 0 0 597.333333 533.333333z m149.333334-21.333333a21.333333 21.333333 0 1 1 0 42.666667h-25.002667a63.914667 63.914667 0 0 0 0-42.709334L746.666667 512zM746.666667 725.333333a21.333333 21.333333 0 1 1 0 42.666667H380.330667a63.914667 63.914667 0 0 0 0-42.709333L746.666667 725.333333z" p-id="1961"></path><path d="M320 234.666667a85.333333 85.333333 0 1 0 0 170.666666 85.333333 85.333333 0 0 0 0-170.666666z m0 42.666666a42.666667 42.666667 0 1 1 0 85.333334 42.666667 42.666667 0 0 1 0-85.333334zM320 661.333333a85.333333 85.333333 0 1 0 0 170.666667 85.333333 85.333333 0 0 0 0-170.666667z m0 42.666667a42.666667 42.666667 0 1 1 0 85.333333 42.666667 42.666667 0 0 1 0-85.333333zM661.333333 448a85.333333 85.333333 0 1 0 0 170.666667 85.333333 85.333333 0 0 0 0-170.666667z m0 42.666667a42.666667 42.666667 0 1 1 0 85.333333 42.666667 42.666667 0 0 1 0-85.333333z" p-id="1962"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-label-hide"><defs><style type="text/css"></style></defs><path d="M512 0a512 512 0 1 1 0 1024 512 512 0 0 1 0-1024z m0 236.307692a39.384615 39.384615 0 0 0-39.384615 39.384616V472.615385H275.692308a39.384615 39.384615 0 0 0-38.754462 32.295384L236.307692 512a39.384615 39.384615 0 0 0 39.384616 39.384615H472.615385v196.923077a39.384615 39.384615 0 0 0 32.295384 38.754462L512 787.692308a39.384615 39.384615 0 0 0 39.384615-39.384616V551.384615h196.923077a39.384615 39.384615 0 0 0 38.754462-32.295384L787.692308 512a39.384615 39.384615 0 0 0-39.384616-39.384615H551.384615V275.692308a39.384615 39.384615 0 0 0-32.295384-38.754462z" fill="#00BEBD" p-id="15661"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-label-manage-remove"><path d="M704 64a64 64 0 0 1 64 64l-0.064 124.736 160.064 0.064a35.2 35.2 0 0 1 5.76 69.952l-5.76 0.448-96.064-0.064L832 896a64 64 0 0 1-64 64H256a64 64 0 0 1-64-64l-0.064-572.864L96 323.2a35.2 35.2 0 0 1-5.76-69.952l5.76-0.448 159.936-0.064L256 128a64 64 0 0 1 64-64h384z m57.6 262.4H262.4v563.2h499.2V326.4zM416 452.8c17.472 0 32 12.8 34.752 29.44l0.448 5.76v240a35.2 35.2 0 0 1-69.952 5.76l-0.448-5.76v-240a35.2 35.2 0 0 1 35.2-35.2z m192 0c17.472 0 32 12.8 34.752 29.44l0.448 5.76v240a35.2 35.2 0 0 1-69.952 5.76l-0.448-5.76v-240a35.2 35.2 0 0 1 35.2-35.2zM697.6 134.4H326.4v115.2h371.2V134.4z" p-id="22339"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-label-manage"><defs><style type="text/css"></style></defs><path d="M256 682.666667h142.208a28.458667 28.458667 0 1 1 0 56.
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 2 2)" d="M6.67196 0.666667C6.67196 0.298477 6.37348 0 6.00529 0L3.33333 0L3.18874 0.00307968C1.41487 0.0787879 0 1.54083 0 3.33333L0 10.6667L0.00365716 10.7662C0.0545566 11.4561 0.630425 12 1.33333 12L8.66667 12L8.81126 11.9969C10.5851 11.9212 12 10.4592 12 8.66667L12 6.00176L11.9955 5.92401C11.957 5.59245 11.6752 5.33509 11.3333 5.33509C10.9651 5.33509 10.6667 5.63357 10.6667 6.00176L10.6667 8.66667L10.6633 8.78418C10.6024 9.83405 9.73179 10.6667 8.66667 10.6667L1.33333 10.6667L1.33333 3.33333L1.33673 3.21582C1.39756 2.16595 2.26821 1.33333 3.33333 1.33333L6.00529 1.33333L6.08304 1.32885C6.4146 1.29034 6.67196 1.00856 6.67196 0.666667ZM10.741 0.287407C11.0096 0.0355869 11.4315 0.0491963 11.6833 0.317804C11.9157 0.56575 11.922 0.944304 11.7103 1.19914L11.6529 1.26012L6.7893 5.81973C6.52069 6.07155 6.0988 6.05794 5.84698 5.78933C5.61453 5.54139 5.60824 5.16283 5.81992 4.908L5.87737 4.84701L10.741 0.287407Z"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-list-top"><path d="M456.3968 242.5344a79.7184 79.7184 0 0 1 115.6096 4.7104l285.8496 323.584a49.2032 49.2032 0 0 1 12.544 32.8704c0 27.2896-20.992 48.896-46.592 48.896h-113.8176a7.3728 7.3728 0 0 0-7.168 7.5264v141.1072c0 66.4576-51.3536 120.3712-114.688 120.3712H435.8144c-63.3344 0-114.688-53.9136-114.688-120.3712v-141.1072a7.3728 7.3728 0 0 0-7.168-7.5264H200.1408a46.3872 46.3872 0 0 1-31.3856-12.2368v-0.9216c-19.3024-17.92-20.1216-48.5376-2.6624-68.608l284.928-322.6624c1.5872-1.7408 3.072-3.2256 4.5056-4.7104l0.8704-0.9216z m70.2464 54.272a20.7872 20.7872 0 0 0-30.4128 1.024l-251.648 281.9072a7.7824 7.7824 0 0 0 0.3584 10.6496c1.3312 1.28 3.072 2.048 4.9152 2.048h82.0224c25.4464 0 46.08 21.4528 46.592 47.9232v160.8704c0 33.2288 25.6512 60.16 57.344 60.16h152.32c31.6928 0 57.344-26.9312 57.344-60.16v-159.8976c0-27.0336 20.8384-48.896 46.592-48.896h80.3328c3.9424 0 7.168-3.3792 7.168-7.5264a7.7312 7.7312 0 0 0-1.9456-5.12l-249.9584-281.9584a22.0672 22.0672 0 0 0-1.024-1.024zM804.096 102.4c15.872 0 28.672 13.4656 28.672 30.1056 0 16.5888-12.8 30.1056-28.672 30.1056H216.2688a29.3888 29.3888 0 0 1-28.672-30.1056c0-16.64 12.8-30.1056 28.672-30.1056h587.776z" p-id="2741"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-loading-icon"><path d="M512 0c282.760533 0 512 229.239467 512 512 0 282.760533-229.239467 512-512 512-282.760533 0-512-229.239467-512-512C0 229.239467 229.239467 0 512 0z m10.24 238.933333h-54.613333v334.506667H750.933333v-54.613333h-228.693333V238.933333z" p-id="29356"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 1024 1024" fill="currentColor" class="icon-hub" id="icon-menu-icon-ai-active"><path fill-rule="evenodd" d="M689.0666666667 280.32l-60.5866666667-140.3733333333a128 128 0 0 0-49.0666666667-57.6 128 128 0 0 0-66.9866666666-19.6266666667 128 128 0 0 0-67.84 18.3466666667q-33.7066666667 20.48-49.92 56.7466666666l-66.1333333334 144.64a106.6666666667 106.6666666667 0 0 1-55.4666666666 54.6133333334l-132.2666666667 57.6a128 128 0 0 0-57.6 49.4933333333 128 128 0 0 0-19.2 67.84q0 36.6933333333 19.2 67.84a128 128 0 0 0 57.6 49.4933333333l132.2666666667 57.6q38.4 17.0666666667 55.4666666666 54.6133333334l66.1333333334 145.0666666666a128 128 0 0 0 49.92 56.32 128 128 0 0 0 67.84 18.3466666667 128 128 0 0 0 66.9866666666-19.6266666667 128 128 0 0 0 49.0666666667-57.6l60.5866666667-140.8q8.5333333333-18.7733333333 23.04-33.7066666666 14.9333333333-14.5066666667 34.1333333333-23.04l133.5466666667-56.7466666667a128 128 0 0 0 58.4533333333-49.4933333333 128 128 0 0 0 19.6266666667-68.2666666667 128 128 0 0 0-19.6266666667-68.2666666667 128 128 0 0 0-58.4533333333-49.4933333333l-133.5466666667-56.7466666667a128 128 0 0 1-34.1333333333-23.04 128 128 0 0 1-23.04-34.1333333333m-219.7333333334 146.3466666667a42.6666666667 42.6666666667 0 0 0-42.6666666666 42.6666666666v59.7333333334a42.6666666667 42.6666666667 0 1 0 85.3333333333 0v-59.7333333334a42.6666666667 42.6666666667 0 0 0-42.6666666667-42.6666666666m170.6666666667 0a42.6666666667 42.6666666667 0 0 0-42.6666666667 42.6666666666v59.7333333334a42.6666666667 42.6666666667 0 1 0 85.3333333334 0v-59.7333333334a42.6666666667 42.6666666667 0 0 0-42.6666666667-42.6666666666"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 1024 1024" fill="currentColor" class="icon-hub" id="icon-menu-icon-ai-interview-active"><path fill-rule="evenodd" d="M320 106.6666666667h384q43.52 0 83.2 17.0666666666 38.4 15.7866666667 67.84 45.2266666667t45.6533333333 68.2666666667q16.64 39.2533333333 16.64 82.7733333333v384q0 43.52-17.0666666666 83.2a213.3333333333 213.3333333333 0 0 1-45.6533333334 67.84q-29.44 29.44-67.4133333333 45.6533333333a213.3333333333 213.3333333333 0 0 1-83.2 16.64h-384a213.3333333333 213.3333333333 0 0 1-83.2-17.0666666666 213.3333333333 213.3333333333 0 0 1-67.84-45.6533333334 213.333333333
2026-03-06 01:33:11 +08:00
<path fill-rule="evenodd" d="M839.25 138.24a128 128 0 0 0-49.92-10.24q-26.02 0-49.92 10.24-23.04 9.39-40.53 27.3-17.92 17.5-27.3 40.54a128 128 0 0 0-10.25 49.92q0 26.03 10.24 49.92 9.39 23.04 27.31 40.53a128 128 0 0 0 48.21 30.3l-.42 7.25v320q0 35.41-25.18 60.16-24.74 25.17-60.16 25.17h-21.33a85.3 85.3 0 0 1-60.16-25.17 85.3 85.3 0 0 1-25.17-60.16v-373.33q0-36.7-14.08-70.4a171 171 0 0 0-38.83-57.6 171 171 0 0 0-57.6-38.83 171 171 0 0 0-70.4-14.5h-.43q-36.69 0-70.4 14.07a171 171 0 0 0-57.6 38.83 171 171 0 0 0-39.25 57.6 171 171 0 0 0-14.08 70.83v316.58l-7.25 2.99a128 128 0 0 0-40.54 27.3q-17.92 17.5-27.3 40.54a128 128 0 0 0-10.24 49.92q0 26.03 10.24 49.92 9.38 23.04 27.3 40.53 17.5 17.92 40.54 27.31 23.89 10.24 49.92 10.24t49.92-10.24q23.04-9.39 40.53-27.3 17.92-17.5 27.3-40.54 10.25-23.9 10.25-49.92t-10.24-49.92a128 128 0 0 0-27.31-40.53 128 128 0 0 0-47.79-30.3v-316.58a94 94 0 0 1 28.16-68.27 94 94 0 0 1 67.84-27.73 94 94 0 0 1 68.27 28.16 94 94 0 0 1 27.73 67.84v373.33q0 34.56 13.66 66.56 12.8 30.72 36.26 54.19t54.19 36.69q32 13.23 66.56 13.23h21.33q34.56 0 66.56-13.23a171 171 0 0 0 54.19-36.7q23.47-23.46 36.7-54.18 13.22-32 13.22-66.56v-320l-.43-7.25a128 128 0 0 0 48.22-29.87q17.92-17.92 27.3-40.96 10.24-23.9 10.24-49.92t-10.24-49.92a128 128 0 0 0-27.3-40.53 128 128 0 0 0-40.54-27.31m-80.21 87.47a42.7 42.7 0 0 1 30.3-12.38q17.49 0 29.86 12.8a42.7 42.7 0 0 1 12.8 29.87 42.7 42.7 0 0 1-12.8 29.87 42.7 42.7 0 0 1-29.87 12.8 42.7 42.7 0 0 1-29.86-12.8 42.7 42.7 0 0 1-12.8-29.87q0-17.5 12.8-29.87m-554.67 512a42.7 42.7 0 0 1 29.87-12.8q17.49 0 29.86 12.8a42.7 42.7 0 0 1 12.8 29.87 42.7 42.7 0 0 1-12.8 29.87 42.7 42.7 0 0 1-29.86 12.8 42.7 42.7 0 0 1-29.87-12.8 42.7 42.7 0 0 1-12.8-29.87q0-17.5 12.8-29.87"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 1024 1024" fill="currentColor" class="icon-hub" id="icon-menu-icon-intention"><path fill-rule="nonzero" d="M509.8666666667 936.96q26.4533333333-3.4133333333 43.9466666666-7.2533333333 55.4666666667-8.96 115.6266666667-40.96a512 512 0 0 0 118.1866666667-87.04 469.3333333333 469.3333333333 0 0 0 93.8666666666-131.4133333334q38.4-82.7733333333 38.4-174.08 0-84.0533333333-32-160.8533333333a426.6666666667 426.6666666667 0 0 0-87.04-131.4133333333 405.3333333333 405.3333333333 0 0 0-288.8533333333-121.1733333334 405.3333333333 405.3333333333 0 0 0-288.8533333333 121.1733333334 426.6666666667 426.6666666667 0 0 0-87.04 131.4133333333q-32 76.8-32 160.8533333333 0 191.1466666667 169.8133333333 308.9066666667l-14.9333333333 7.2533333333q-21.76 9.3866666667-30.72 27.7333333334a42.6666666667 42.6666666667 0 0 0-2.56 35.4133333333q3.4133333333 12.8 13.2266666666 22.1866666667 14.08 14.5066666667 46.9333333334 23.8933333333 46.9333333333 13.6533333333 116.0533333333 18.3466666667 53.3333333333 3.4133333333 107.9466666667-2.9866666667m28.16-96.4266666667l-3.4133333334 0.4266666667a341.3333333333 341.3333333333 0 0 1-35.4133333333 5.9733333333q-46.5066666667 5.5466666667-90.88 2.56l-41.3866666667-4.2666666666a68.2666666667 68.2666666667 0 0 0 15.7866666667-43.52 64 64 0 0 0-19.6266666667-45.2266666667 85.3333333333 85.3333333333 0 0 0-15.36-11.52q-74.6666666667-46.08-112.2133333333-103.68-40.96-62.72-40.96-145.0666666667a324.2666666667 324.2666666667 0 0 1 93.44-228.6933333333 298.6666666667 298.6666666667 0 0 1 100.6933333333-69.12 298.6666666667 298.6666666667 0 0 1 123.3066666667-25.1733333333 298.6666666667 298.6666666667 0 0 1 123.3066666667 25.6q56.7466666667 24.32 100.6933333333 68.6933333333t68.2666666667 102.4q25.1733333333 60.16 25.1733333333 125.8666666667a320 320 0 0 1-29.8666666667 136.5333333333 384 384 0 0 1-75.52 104.96 426.6666666667 426.6666666667 0 0 1-96.8533333333 71.2533333333q-48.2133333333 25.6-89.6 32m93.44-466.3466666666l-137.8133333333 139.52-57.1733333334-59.3066666667a42.6666666667 42.6666666667 0 0 0-61.44 59.7333333333l87.8933333334 90.0266666667a42.6666666667 42.6666666667 0 0 0 29.8666666666 12.8 42.6666666667 42.6666666667 0 0 0 30.72-12.3733333333l168.5333333334-170.24a42.6666666667 42.6666666667 0 0 0-60.5866666667-59.7333333334"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 1024 1024" fill="currentColor" class="icon-hub" id="icon-menu-icon-interaction-active"><path d="M896 424.96a38.4 38.4 0 0 1-38.4 38.4 38.4 38.4 0 0 1-38.4-38.4q0-42.6666666667-14.08-82.3466666667a213.3333333333 213.3333333333 0 0 0-41.8133333333-69.9733333333 213.3333333333 213.3333333333 0 0 0-68.2666666667-49.0666666667q-42.6666666667-19.2-96.4266666667-19.2a38.4 38.4 0 1 1 0-76.8q69.5466666667 0.4266666667 128 25.6a256 256 0 0 1 93.8666666667 68.2666666667 298.6666666667 298.6666666667 0 0 1 56.7466666667 95.5733333333q18.7733333333 51.6266666667 18.7733333333 107.9466666667m-640.4266666667-276.9066666667a119.4666666667 119.4666666667 0 0 0-119.4666666666 118.6133333334v120.7466666666a119.4666666667 119.4666666667 0 0 0 119.4666666666 118.1866666667h121.1733333334a119.4666666667 119.4666666667 0 0 0 119.04-118.6133333333v-120.32a119.4666666667 119.4666666667 0 0 0-119.4666666667-118.6133333334z m383.1466666667 381.8666666667a119.4666666667 119.4666666667 0 0 0-119.04 118.6133333333v120.32a119.4666666667 119.4666666667 0 0 0 119.4666666667 118.6133333334h120.7466666666a119.4666666667 119.4666666667 0 0 0 119.4666666667-118.6133333334v-120.32a119.4666666667 119.4666666667 0 0 0-119.4666666667-118.6133333333z m-510.72 69.12a38.4 38.4 0 0 1 76.8 0q0 42.6666666667 14.5066666667 82.3466666667 14.5066666667 40.1066666667 41.3866666666 69.9733333333 28.5866666667 32 68.2666666667 49.0666666667 42.6666666667 19.2 96.4266666667 19.2c21.3333333333 0 38.4 17.0666666667 38.4 38.4a38.4 38.4 0 0 1-38.4 37.9733333333q-69.5466666667 0-128-25.6a256 256 0 0 1-93.8666666667-67.84 298.6666666667 298.6666666667 0 0 1-56.7
2026-03-06 01:33:11 +08:00
<path fill-rule="evenodd" d="M512 85.33q86.61 0 166.4 33.71a427 427 0 0 1 135.25 91.3 427 427 0 0 1 91.31 135.69 427 427 0 0 1 33.7 165.97 427 427 0 0 1-33.7 166.4 427 427 0 0 1-91.3 135.25 427 427 0 0 1-135.69 91.31 427 427 0 0 1-165.97 33.7 427 427 0 0 1-166.4-33.7 427 427 0 0 1-135.25-91.3 427 427 0 0 1-91.31-135.69 427 427 0 0 1-33.7-165.97q0-86.61 33.7-166.4a427 427 0 0 1 91.3-135.25 427 427 0 0 1 135.69-91.31 427 427 0 0 1 165.97-33.7m-128 426.66a42.67 42.67 0 1 0-85.33 0 42.67 42.67 0 0 0 85.33 0m170.67 0a42.67 42.67 0 1 0-85.34 0 42.67 42.67 0 0 0 85.34 0m170.66 0a42.67 42.67 0 1 0-85.33 0 42.67 42.67 0 0 0 85.33 0"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 1024 1024" fill="currentColor" class="icon-hub" id="icon-menu-icon-more"><path fill-rule="nonzero" d="M512 85.3333333333q86.6133333333 0 166.4 33.7066666667a426.6666666667 426.6666666667 0 0 1 135.2533333333 91.3066666667 426.6666666667 426.6666666667 0 0 1 91.3066666667 135.68 426.6666666667 426.6666666667 0 0 1 33.7066666667 165.9733333333 426.6666666667 426.6666666667 0 0 1-33.7066666667 166.4 426.6666666667 426.6666666667 0 0 1-91.3066666667 135.2533333333 426.6666666667 426.6666666667 0 0 1-135.68 91.3066666667 426.6666666667 426.6666666667 0 0 1-165.9733333333 33.7066666667 426.6666666667 426.6666666667 0 0 1-166.4-33.7066666667 426.6666666667 426.6666666667 0 0 1-135.2533333333-91.3066666667 426.6666666667 426.6666666667 0 0 1-91.3066666667-135.68 426.6666666667 426.6666666667 0 0 1-33.7066666667-165.9733333333q0-86.6133333333 33.7066666667-166.4a426.6666666667 426.6666666667 0 0 1 91.3066666667-135.2533333333 426.6666666667 426.6666666667 0 0 1 135.68-91.3066666667 426.6666666667 426.6666666667 0 0 1 165.9733333333-33.7066666667m0 85.3333333334q-69.5466666667 0-132.6933333333 26.88a341.3333333333 341.3333333333 0 0 0-108.8 72.96 341.3333333333 341.3333333333 0 0 0-72.96 108.8 341.3333333333 341.3333333333 0 0 0-26.88 132.6933333333q0 69.5466666667 26.88 132.6933333333a341.3333333333 341.3333333333 0 0 0 72.96 108.8 341.3333333333 341.3333333333 0 0 0 108.8 72.96q63.1466666667 26.88 132.6933333333 26.88t132.6933333333-26.88a341.3333333333 341.3333333333 0 0 0 108.8-72.96 341.3333333333 341.3333333333 0 0 0 72.96-108.8q26.88-63.1466666667 26.88-132.6933333333t-26.88-132.6933333333a341.3333333333 341.3333333333 0 0 0-72.96-108.8 341.3333333333 341.3333333333 0 0 0-108.8-72.96 341.3333333333 341.3333333333 0 0 0-132.6933333333-26.88m-181.3333333333 294.8266666666a51.2 51.2 0 1 1 0 102.4 51.2 51.2 0 0 1 0-102.4m186.0266666666 0a51.2 51.2 0 1 1 0 102.4 51.2 51.2 0 0 1 0-102.4m173.2266666667 3.84a51.2 51.2 0 1 1 0 102.4 51.2 51.2 0 0 1 0-102.4"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 1024 1024" fill="currentColor" class="icon-hub" id="icon-menu-icon-notice"><path fill-rule="evenodd" d="M512 106.6666666667a341.3333333333 341.3333333333 0 0 0-341.3333333333 341.3333333333v256a85.3333333333 85.3333333333 0 0 0 85.3333333333 85.3333333333h512a85.3333333333 85.3333333333 0 0 0 85.3333333333-85.3333333333v-256a341.3333333333 341.3333333333 0 0 0-341.3333333333-341.3333333333m0 85.3333333333a256 256 0 0 1 256 256v256h-512v-256a256 256 0 0 1 256-256m128 640.4266666667a42.6666666667 42.6666666667 0 0 1 5.12 85.3333333333h-261.12a42.6666666667 42.6666666667 0 0 1-5.12-84.9066666667h5.12z"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 1024 1024" fill="currentColor" class="icon-hub" id="icon-menu-icon-optimization-active"><path fill-rule="evenodd" d="M452.2666666667 90.0266666667l-4.2666666667 5.12-232.5333333333 281.1733333333-5.12 7.2533333333a213.3333333333 213.3333333333 0 0 0-15.36 28.16 256 256 0 0 0-20.48 64.4266666667q-8.5333333333 48.64 1.7066666666 95.1466666667 12.8 57.6 54.1866666667 105.3866666666a22698.6666666667 22698.6666666667 0 0 1 213.3333333333 252.5866666667q10.6666666667 12.8 25.6 21.3333333333 14.9333333333 7.68 32 8.96a85.3333333333 85.3333333333 0 0 0 33.28-3.4133333333 85.3333333333 85.3333333333 0 0 0 39.68-26.4533333333l229.12-270.9333333334 5.5466666667-7.2533333333q7.2533333333-10.6666666667 14.5066666667-26.0266666667 14.08-28.5866666667 21.3333333333-59.7333333333a256 256 0 0 0 7.68-87.4666666667 256 256 0 0 0-32.8533333333-104.96q-39.2533333333-68.2666666667-148.48-185.1733333333a2730.6666666667 2730.6666666667 0 0 0-98.1333333334-100.2666666667 85.3333333333 85.3333333333 0 0 0-28.16-17.92 85.3333333333 85.3333333333 0 0 0-32.8533333333-5.9733333333q-17.0666666667 0-32.4266666667 7.2533333333a85.3333333333 85.3333333333 0 0 0-27.3066666666 18.7733333334m1.28 718.08l-17.0666666667-20.0533333334 43.9466666667-198.4a256 256
2026-03-06 01:33:11 +08:00
<defs>
<clipPath id="icon-menu-icon-puffin-active_clipPath0860797522">
<path d="M0 0L1024 0L1024 1024L0 1024L0 0Z" fill-rule="nonzero" transform="matrix(1 0 0 1 0 0)"></path>
</clipPath>
</defs>
<g clip-path="url(#icon-menu-icon-puffin-active_clipPath0860797522)">
<path d="M457.446 1.04274L38.2906 81.0877C26.1961 83.3973 16.5885 89.271 9.4676 98.7088C3.06943 107.189 -0.0858468 116.873 0.00177566 127.761C0.0893981 138.65 3.40011 148.282 9.93392 156.658C17.2057 165.98 26.9067 171.698 39.0368 173.813L482.075 251.05C490.875 252.584 499.475 251.973 507.873 249.216C515.843 246.601 522.825 242.325 528.82 236.389C534.816 230.453 539.161 223.514 541.855 215.571C544.696 207.2 545.392 198.607 543.946 189.792L520.162 44.8515C517.73 30.03 510.358 18.3189 498.045 9.71803C485.732 1.11714 472.199 -1.77462 457.446 1.04274Z" fill-rule="evenodd" transform="matrix(1 0 0 1 101 107)" fill="rgb(0, 182, 181)"></path>
<path d="M675.072 107.666L55.2352 0.746278C44.851 -1.04467 35.0791 0.387877 25.9196 5.04392C17.5045 9.32149 10.9364 15.6281 6.21508 23.9637C1.49378 32.2993 -0.537608 41.1755 0.120909 50.5924C0.837691 60.8424 4.63399 69.96 11.5098 77.9451L414.204 545.608C422.554 555.305 432.811 561.251 444.978 563.449C456.07 565.452 466.829 564.021 477.254 559.157C487.679 554.292 495.687 546.966 501.278 537.179C507.41 526.444 509.442 514.763 507.376 502.135L472.117 286.736L684.059 210.549C696.29 206.152 705.601 198.561 711.993 187.777C717.808 177.965 720.209 167.255 719.195 155.646C718.181 144.036 713.959 133.904 706.531 125.25C698.366 115.737 687.88 109.876 675.072 107.666Z" fill-rule="evenodd" transform="matrix(1 0 0 1 203.041 352.675)" fill="rgb(0, 182, 181)"></path>
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1024 1024" id="icon-menu-icon-puffin">
2026-03-06 01:33:11 +08:00
<defs>
<clipPath id="icon-menu-icon-puffin_clipPath7754536149">
<path d="M0 0L1024 0L1024 1024L0 1024L0 0Z" fill-rule="nonzero" transform="matrix(1 0 0 1 0 0)"></path>
</clipPath>
</defs>
<g clip-path="url(#icon-menu-icon-puffin_clipPath7754536149)">
<path d="M457.446 1.04275L38.2907 81.0877C26.1961 83.3973 16.5885 89.271 9.4676 98.7088C3.06943 107.189 -0.0858446 116.873 0.00177779 127.761C0.0894002 138.65 3.40011 148.282 9.93392 156.658C17.2058 165.98 26.9067 171.698 39.0368 173.813L482.075 251.05C490.875 252.584 499.475 251.973 507.873 249.216C515.843 246.601 522.825 242.325 528.82 236.389C534.816 230.453 539.161 223.514 541.855 215.571C544.696 207.2 545.392 198.607 543.946 189.792L520.162 44.8515C517.73 30.03 510.358 18.3189 498.045 9.71803C485.732 1.11714 472.199 -1.77462 457.446 1.04275ZM46.5587 124.384L465.714 44.3386C468.29 43.8466 470.653 44.3516 472.804 45.8536C474.954 47.3555 476.241 49.4006 476.666 51.9888L500.449 196.929C500.969 200.096 500.088 202.808 497.808 205.066C495.527 207.324 492.806 208.178 489.645 207.626L46.607 130.39C44.9351 130.098 44.0923 129.104 44.0786 127.407C44.065 125.71 44.8917 124.702 46.5587 124.384Z" fill-rule="evenodd" transform="matrix(1 0 0 1 101 107)" fill="rgb(133, 154, 155)"></path>
<path d="M480.854 -9.16965Q468.627 -11.7823 455.476 -9.27087L36.3211 70.7741Q25.3733 72.8647 16.5372 78.2667Q7.62855 83.7131 1.08578 92.3846Q-4.7705 100.146 -7.68094 109.079Q-10.5774 117.969 -10.4979 127.846Q-10.4184 137.723 -7.37929 146.565Q-4.32546 155.45 1.65496 163.116Q8.33647 171.681 17.3316 176.984Q26.2535 182.243 37.2335 184.157L480.271 261.394Q496.057 264.146 511.148 259.193Q525.455 254.497 536.208 243.851Q546.961 233.204 551.799 218.945Q556.902 203.904 554.307 188.092L530.524 43.1513Q528.356 29.9389 521.695 19.3581Q515.034 8.7772 504.058 1.1101Q493.081 -6.55696 480.854 -9.16965ZM40.2602 91.4013L459.415 11.3564Q468.394 9.64179 476.466 11.3667Q484.539 13.0917 492.032 18.326Q499.526 23.5602 503.923 30.546Q508.321 37.5316 509.801 46.5517L533.584 191.492Q535.329 202.126 531.912 212.198Q528.666 221.767 521.433 228.928Q514.2 236.089 504.599 239.24Q494.494 242.557 483.878 240.706L40.8402 163.469Q33.6251 162.211 27.9955 158.893Q22.4391 155.618 18.2129 150.2Q14.3926 145.302 12.4804 139.739Q10.5534 134.133 10.5014 127.677Q10.4495 121.221 12.286 115.585Q14.1084 109.991 17.8494 105.033Q21.9879 99.5479 27.4908 96.1837Q33.0663 92.7751 40.2602 91.4013ZM44.5891 114.07L463.744 34.025Q467.763 33.2576 471.613 34.0802Q475.462 34.9028 478.816 37.2456Q482.17 39.5885 484.268 42.9199Q486.365 46.2513 487.027 50.2885L510.811 195.229Q511.613 200.121 510.166 204.58Q508.718 209.04 505.195 212.528Q501.673 216.015 497.199 217.419Q492.725 218.822 487.842 217.97L44.8037 140.734Q42.6132 140.352 40.7285 139.388Q38.386 138.19 36.7113 136.215Q35.0365 134.239 34.2387 131.732Q33.5969 129.715 33.579 127.491Q33.5611 125.268 34.1704 123.241Q34.9277 120.721 36.5705 118.719Q38.2132 116.716 40.5361 115.481Q42.4051 114.487 44.5891 114.07ZM489.82 196.999L88.5801 127.049L466.5 54.8783L489.82 196.999Z" fill-rule="evenodd" transform="matrix(1 0 0 1 101 107)" fill="rgb(133, 154, 155)"></path>
<path d="M675.072 107.666L55.2352 0.746278C44.851 -1.04467 35.0791 0.387877 25.9196 5.04392C17.5045 9.32149 10.9364 15.6281 6.21508 23.9637C1.49378 32.2993 -0.537608 41.1755 0.120909 50.5924C0.837692 60.8424 4.63399 69.96 11.5098 77.9451L414.204 545.608C422.554 555.305 432.811 561.251 444.978 563.449C456.07 565.452 466.829 564.021 477.254 559.157C487.679 554.292 495.687 546.966 501.278 537.179C507.41 526.444 509.442 514.763 507.376 502.135L472.117 286.736L684.059 210.549C696.29 206.152 705.601 198.561 711.993 187.777C717.808 177.965 720.209 167.255 719.195 155.646C718.181 144.036 713.959 133.904 706.531 125.25C698.366 115.737 687.88 109.876 675.072 107.666ZM227.596 75.2022L667.578 151.103C672.298 151.917 674.867 154.71 675.284 159.481C675.7 164.253 673.655 167.449 669.148 169.069L442.465 250.556C436.755 252.625 432.362 256.256 429.286 261.448C426.209 266.64 425.132 272.218 426.054 278.183L463.876 509.255C464.637 513.902 462.883 517.222 458.616 519.213C454.349 521.204 450.679 520.415 447.606 516.847L44.9115 49.1836C43.9772 48.0985 43.8629 46.933 44.5686 45.6871C45.2743 44.4412 46.3326 43.9399 47.7437 44.1833L227.596 75.2022Z" fill-rule="evenodd" transform="matrix(1 0 0 1 203.041 352.675)" fill="rgb(133, 154, 155)"></path>
<path d="M697.665 104.554Q688.233 99.2815 676.857 97.319L57.0201 -9.60091Q47.5812 -11.2288 38.5952 -9.91148Q29.5645 -8.58759 21.1616 -4.31619Q13.4606 -0.401566 7.40989 5.40814Q1.37639 11.2014 -2.9212 18.7889Q-7.21878 26.3764 -9.08481 34.5301Q-10.9562 42.707 -10.3535 51.3248Q-9.69594 60.7281 -6.1876 69.1541Q-2.69661 77.5384 3.5531 84.7964L406.248 552.46Q413.666 561.075 422.893 566.424Q432.177 571.807 443.111 573.781Q453.05 575.576 462.75 574.286Q472.415 573.001 481.694 568.672Q490.972 564.343 498.166 557.761Q505.386 551.156 510.395 542.387Q515.906 532.739 517.746 522.167Q519.574 511.659 517.738 500.439L483.891 293.662L687.611 220.43Q698.474 216.524 706.85 209.697Q715.28 202.824 721.026 193.13Q726.236 184.34 728.401 174.682Q730.557 165.061 729.655 154.732Q728.753 144.403 724.961 135.302Q721.154 126.166 714.498 118.411Q707.159 109.86 697.665 104.554ZM53.4504 11.0935L673.287 118.013Q681.123 119.365 687.419 122.885Q693.655 126.37 698.563 132.088Q703.05 137.316 705.576 143.378Q708.116 149.474 708.734 156.559Q709.353 163.645 707.909 170.089Q706.473 176.497 702.96 182.423Q699.118 188.906 693.581 193.42Q687.99 197.978 680.507 200.668L460.344 279.811L497.013 503.831Q498.277 511.552 497.057 518.567Q495.848 525.516 492.16 531.971Q488.783 537.883 483.991 542.267Q479.174 546.674 472.814 549.642Q466.454 552.609 459.982 553.47Q453.544 554.326 446.844 553.116Q439.528 551.795 433.426 548.257Q427.266 544.686 422.161 538.757L19.4665 71.0937Q15.4025 66.374 13.199 61.082Q11.0129 55.8317 10.5953 49.8599Q10.2102 44.3525 11.3859 39.215Q12.567 34.0544 15.3514 29.1385Q18.1357 24.2226 21.9545 20.5559Q25.756 16.9058 30.6775 14.404Q36.014 11.6914 41.6412 10.8664Q47.313 10.035 53.4504 11.0935ZM229.381 64.855L669.363 140.756Q672.638 141.321 675.372 142.674Q678.489 144.216 680.773 146.701Q683.058 149.185 684.335 152.419Q685.455 155.258 685.744 158.568Q686.033 161.878 685.422 164.867Q684.726 168.274 682.906 171.117Q681.087 173.96 678.285 176.019Q675.827 177.826 672.7 178.95L446.017 260.437Q443.47 261.36 441.577 262.924Q439.693 264.481 438.319 266.8Q436.942 269.124 436.48 271.517Q436.018 273.909 436.431 276.579L474.238 507.559Q474.768 510.795 474.395 513.79Q473.971 517.19 472.416 520.134Q470.861 523.078 468.291 525.345Q466.027 527.342 463.056 528.728Q460.084 530.114 457.1 530.566Q453.712 531.08 450.457 530.38Q447.202 529.681 444.324 527.821Q441.789 526.183 439.649 523.698L36.9548 56.0349Q35.6569 54.5276 34.847 52.7894Q33.8931 50.7421 33.6752 48.5206Q33.4573 46.2991 33.9952 44.1056Q34.452 42.2431 35.4323 40.5123Q36.4126 38.7816 37.7751 37.4321Q39.3798 35.8428 41.3971 34.8873Q43.4145 33.9318 45.6608 33.6972Q47.5681 33.498 49.5283 33.836L229.381 64.855ZM225.811 85.5494L66.4088 58.0574L452.84 506.833L415.677 279.787Q414.707 273.51 415.861 267.535Q417.015 261.559 420.252 256.095Q423.493 250.626 428.199 246.737Q432.895 242.856 438.913 240.675L661.408 160.694L225.811 85.5494Z" fill-rule="evenodd" transform="matrix(1 0 0 1 203.041 352.675)" fill="rgb(133, 154, 155)"></path>
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 1024 1024" fill="currentColor" class="icon-hub" id="icon-menu-icon-purple-active"><path fill-rule="evenodd" d="M428.3733333333 90.0266666667l-213.3333333333 112.2133333333a42.6666666667 42.6666666667 0 0 0-17.0666666667 15.7866666667 42.6666666667 42.6666666667 0 0 0-5.9733333333 21.76v576.8533333333q0 13.2266666667 7.68 24.32t20.0533333333 15.36l213.3333333334 79.7866666667a42.6666666667 42.6666666667 0 0 0 32.8533333333-1.28 42.6666666667 42.6666666667 0 0 0 22.1866666667-23.8933333334 42.6666666667 42.6666666667 0 0 0 2.56-14.9333333333v-110.5066666667l316.16-170.24a42.6666666667 42.6666666667 0 0 0 25.1733333333-38.8266666666v-233.8133333334a42.6666666667 42.6666666667 0 0 0-5.12-20.48 42.6666666667 42.6666666667 0 0 0-14.9333333333-15.7866666666l-340.9066666667-214.1866666667a42.6666666667 42.6666666667 0 0 0-42.6666666667-2.1333333333m232.96 357.9733333333l-96.4266666666-56.32-74.24-44.3733333333v-142.08l256 160.8533333333v134.8266666667l-86.6133333334-52.0533333334z m-170.6666666666 119.04v121.6l212.48-114.3466666667-115.2-69.12z"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 1024 1024" fill="currentColor" class="icon-hub" id="icon-menu-icon-purple"><path fill-rule="evenodd" d="M490.6666666667 785.4933333333v110.5066666667a42.6666666667 42.6666666667 0 0 1-2.56 14.9333333333 42.6666666667 42.6666666667 0 0 1-22.1866666667 23.8933333334 42.6666666667 42.6666666667 0 0 1-32.8533333333 1.28l-213.3333333334-79.7866666667a42.6666666667 42.6666666667 0 0 1-20.0533333333-15.36 42.6666666667 42.6666666667 0 0 1-7.68-24.32v-576.8533333333q0-11.9466666667 5.9733333333-22.1866666667a42.6666666667 42.6666666667 0 0 1 17.0666666667-15.36l210.3466666667-110.5066666667a42.6666666667 42.6666666667 0 0 1 13.6533333333-5.5466666666 42.6666666667 42.6666666667 0 0 1 33.7066666667 6.8266666666l339.2 213.3333333334q9.3866666667 5.9733333333 14.9333333333 15.7866666666t5.12 20.48v230.4a42.6666666667 42.6666666667 0 0 1-1.7066666667 14.9333333334 42.6666666667 42.6666666667 0 0 1-11.9466666666 19.6266666666l-11.52 7.68z m-85.3333333334-241.92v290.9866666667l-128-47.7866666667v-520.96l128-67.4133333333z m341.3333333334-42.6666666666v-134.8266666667l-256-160.8533333333v142.08l116.0533333333 69.5466666666 2.9866666667 1.7066666667z m-256 187.7333333333v-121.6l97.7066666666-61.8666666667 114.7733333334 69.12z"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 1024 1024" fill="currentColor" class="icon-hub" id="icon-menu-icon-recommend-active"><path fill-rule="evenodd" d="M529.0666666667 85.3333333333h-49.0666666667a401.0666666667 401.0666666667 0 0 0-187.3066666667 53.3333333334l-2.9866666666-3.4133333334-13.2266666667-13.2266666666q-27.7333333333-24.7466666667-59.7333333333-27.7333333334-48.2133333333-4.6933333333-78.5066666667 29.8666666667-21.3333333333 24.7466666667-30.2933333333 70.8266666667l-2.56 12.3733333333a256 256 0 0 0 12.3733333333 128 426.6666666667 426.6666666667 0 0 0-32.4266666667 159.5733333333v34.1333333334q0 83.6266666667 32 159.5733333333a426.6666666667 426.6666666667 0 0 0 87.8933333334 130.1333333333 426.6666666667 426.6666666667 0 0 0 130.1333333333 87.8933333334 426.6666666667 426.6666666667 0 0 0 159.5733333333 32h34.1333333334a426.6666666667 426.6666666667 0 0 0 159.5733333333-32 426.6666666667 426.6666666667 0 0 0 130.1333333333-87.8933333334 426.6666666667 426.6666666667 0 0 0 87.8933333334-130.1333333333 426.6666666667 426.6666666667 0 0 0 32-159.5733333333v-49.0666666667a426.6666666667 426.6666666667 0 0 0-34.9866666667-151.04 256 256 0 0 0 7.68-133.9733333333q-9.3866666667-46.08-30.2933333333-70.4-29.8666666667-35.4133333333-78.5066666667-30.72-32.4266666667 3.4133333333-59.7333333333 27.7333333333l-6.4 6.4-6.8266666667 6.8266666667-1.7066666667 1.7066666666a409.6 409.6 0 0 0-198.4-51.2m-89.6 288a42.6666666667 42.6666666667 0 0 0-42.6666666666 42.6666666667v96a42.6666666667 42.6666666667 0 1 0 85.3333333333 0v-96a42.6666666667 42.6666666667
2026-03-06 01:33:11 +08:00
<g opacity="0">
<rect width="20" height="20" transform="matrix(1 0 0 1 0 0)" fill="rgb(196, 196, 196)"></rect>
<path d="M-0 -0L20 0L20 20L-0 20L0 -0ZM1.125 1.125L1.125 18.875L18.875 18.875L18.875 1.125L1.125 1.125Z" fill-rule="nonzero" transform="matrix(1 0 0 1 0 0)" fill="rgb(0, 0, 0)"></path>
</g>
<path d="M3.58186 9.56079L0.563119 9.56079Q0.276277 9.56079 0.0266062 9.42525Q-0.209803 9.29691 -0.363268 9.07428Q-0.516743 8.85165 -0.552563 8.58506Q-0.590398 8.30347 -0.488262 8.03543L2.51134 0.16199Q2.63596 -0.165123 2.92418 -0.363785Q3.2124 -0.562446 3.56246 -0.5625L8.62428 -0.5625Q8.91485 -0.5625 9.16683 -0.423653Q9.40509 -0.292357 9.55776 -0.0653809Q9.71045 0.161638 9.74219 0.431858Q9.77575 0.717658 9.66607 0.986831L7.91953 5.27378L7.3986 5.06155L7.3986 4.49905L10.6866 4.49905Q11.0344 4.49905 11.3171 4.69068Q11.5793 4.8684 11.7113 5.15998Q11.8433 5.45152 11.8039 5.76576Q11.7614 6.10461 11.532 6.36598L3.47064 15.5515Q3.19343 15.8675 2.79101 15.9259Q2.42724 15.9788 2.09627 15.8025Q1.76529 15.6262 1.60616 15.2948Q1.43012 14.9283 1.53773 14.5219L3.03809 8.85433L3.58186 8.99829L3.58186 9.56079ZM4.31265 8.43579L2.62525 14.8098Q2.6253 14.8096 2.62513 14.8096Q2.62506 14.8095 2.62508 14.8095L10.6865 5.62386Q10.6864 5.62393 10.6864 5.62396Q10.6864 5.62405 10.6866 5.62405L6.56204 5.62405L8.62425 0.562289Q8.6242 0.562391 8.62427 0.562489Q8.62428 0.5625 8.62428 0.5625L3.56263 0.5625Q3.56263 0.5625 3.56263 0.5625Q3.56263 0.562499 3.56263 0.562508L0.563003 8.43602L0.563119 8.43579L3.58186 8.43579L4.31265 8.43579Z" fill-rule="nonzero" transform="matrix(1 0 0 1 4.5 2.30005)" fill="rgb(153, 153, 153)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-move-down"><defs><style type="text/css"></style></defs><path d="M128 0h768a42.666667 42.666667 0 1 1 0 85.333333h-768a42.666667 42.666667 0 1 1 0-85.333333zM768 597.333333h129.450667a17.066667 17.066667 0 0 1 12.117333 29.098667l-367.36 367.36a42.666667 42.666667 0 0 1-60.416 0L114.432 626.432A17.066667 17.066667 0 0 1 126.549333 597.333333H256V213.333333a42.666667 42.666667 0 0 1 42.666667-42.666666h426.666666a42.666667 42.666667 0 0 1 42.666667 42.666666V597.333333zM682.666667 682.666667V256H341.333333v426.666667h-50.005333L512 903.338667 732.672 682.666667H682.666667z" p-id="15163"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-move-icon"><path d="M358.4 307.2a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4z m307.2 0a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4z m-307.2 256a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4z m307.2 0a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4z m-307.2 256a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4z m307.2 0a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4z" p-id="2021"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-move-up"><defs><style type="text/css"></style></defs><path d="M128 1006.336h768a42.666667 42.666667 0 0 0 0-85.333333h-768a42.666667 42.666667 0 0 0 0 85.333333z m640-597.333333h129.450667a17.066667 17.066667 0 0 0 12.117333-29.184L542.208 12.458667a42.666667 42.666667 0 0 0-60.416 0L114.432 379.818667a17.066667 17.066667 0 0 0 12.117333 29.184H256v384a42.666667 42.666667 0 0 0 42.666667 42.666666h426.666666a42.666667 42.666667 0 0 0 42.666667-42.666666v-384z m-85.333333-85.333334v426.666667H341.333333v-426.666667h-50.005333L512 102.997333l220.672 220.672H682.666667z" p-id="15032"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-pagination-left"><path d="M598.656 806.144a32 32 0 0 1-40.832 3.712l-4.48-3.712L259.2 512l294.144-294.144a32 32 0 0 1 48.96 40.832l-3.648 4.416L349.696 512l248.96 248.96a32 32 0 0 1 3.648 40.768l-3.648 4.48z" p-id="2963"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-phrase-remark"><defs><style type="text/css"></style></defs><path d="M793.6 768a25.6 25.6 0 1 1 0 51.2h-563.2a25.6 25.6 0 1 1 0-51.2h563.2zM539.6992 205.6704a76.8 76.8 0 0 1 108.5952 0l36.2496 36.1984a76.8 76.8 0 0 1 0 108.5952l-317.8496 317.7984a76.8 76.8 0 0 1-34.5088 19.968l-60.7232 16.128a69.9904 69.9904 0 0 1-85.6064-85.6576l16.128-60.672a76.8 76.8 0 0 1 19.968-34.56z m72.3968 36.1984a25.6 25.6 0 0 0-36.1984 0l-317.7984 317.7984a25.6 25.6 0 0 0-6.656 11.52l-16.128 60.672a18.7904 18.7904 0 0 0 23.04 23.04l60.6208-16.1792a25.6 25.6 0 0 0 11.52-6.656l317.7984-317.7984a25.6 25.6 0 0 0 0-36.1984z" fill="#979797" p-id="2012"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-play-stop">
2026-03-06 01:33:11 +08:00
<path d="M9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0ZM9.00031 1.71437C13.0241 1.71437 16.286 4.97629 16.286 9.00008C16.286 13.0239 13.0241 16.2858 9.00031 16.2858C4.97652 16.2858 1.7146 13.0239 1.7146 9.00008C1.7146 4.97629 4.97652 1.71437 9.00031 1.71437Z" fill-rule="evenodd" transform="matrix(1 0 0 1 1.0001 0.999895)" fill="rgb(255, 255, 255)"></path>
<path d="M0 -1.1C-0.607508 -1.1 -1.1 -0.607508 -1.1 0L-1.1 5C-1.1 5.60751 -0.607508 6.1 0 6.1C0.607508 6.1 1.1 5.60751 1.1 5L1.1 0C1.1 -0.607508 0.607508 -1.1 0 -1.1Z" fill-rule="evenodd" transform="matrix(1 0 0 1 7.49998 7.50002)" fill="rgb(255, 255, 255)"></path>
<path d="M0 -1.1C-0.607508 -1.1 -1.1 -0.607508 -1.1 0L-1.1 5C-1.1 5.60751 -0.607508 6.1 0 6.1C0.607508 6.1 1.1 5.60751 1.1 5L1.1 0C1.1 -0.607508 0.607508 -1.1 0 -1.1Z" fill-rule="evenodd" transform="matrix(1 0 0 1 12.5 7.50002)" fill="rgb(255, 255, 255)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-publish"><path d="M83.008 397.44c-22.272-7.424-22.464-19.392 0.448-27.072l814.4-271.424c22.528-7.488 35.456 5.12 29.184 27.2l-232.704 814.336c-6.4 22.592-19.456 23.36-28.992 1.92L512 597.312 768 256 426.688 512l-343.68-114.56z" p-id="1503"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-reload-image"><path d="M67.956364 767.069091a28.485818 28.485818 0 0 1-23.272728-19.269818l-1.210181-6.144 0.279272-6.516364 9.495273-59.578182 8.378182-47.290182 7.540363-35.560727 4.468364-17.128727c1.396364-4.840727 2.792727-8.843636 4.096-12.008727a52.130909 52.130909 0 0 1 16.477091-21.969455l9.029818-5.678545 8.192-3.165091 8.936727-1.861818 5.957819-0.279273 5.306181 0.372363 2.792728 0.372364 8.564363 2.141091 4.282182 1.675636 5.957818 3.165091 8.005819 6.144 4.096 4.189091 4.561454 6.144 3.351273 6.237091 3.165091 8.843636 0.744727 3.165091a338.944 338.944 0 0 0 332.706909 276.48 338.944 338.944 0 0 0 332.613818-276.48 51.944727 51.944727 0 1 1 102.213818 18.990546 442.368 442.368 0 0 1-787.735272 185.623273l-7.633455-10.519273-81.454545-0.186182zM510.510545 74.472727c140.567273 0 269.963636 66.187636 352.814546 175.755637l7.540364 10.426181 81.547636 0.279273c11.170909 1.675636 19.921455 9.309091 23.179636 19.176727l1.210182 6.144-0.186182 6.516364-12.474182 76.613818-8.098909 43.473455-2.513454 11.822545-4.654546 19.735273-4.282181 14.522182a52.130909 52.130909 0 0 1-18.432 27.368727l-5.02691 3.444364-4.096 2.234182-8.098909 3.16509-7.912727 1.675637-6.888727 0.465454-5.306182-0.279272-7.074909-1.303273-4.468364-1.303273-4.189091-1.675636-6.423272-3.444364-6.423273-4.654545-5.957818-6.144-4.002909-5.585455-1.861819-3.165091-2.513454-5.585454-1.954909-6.144-0.744727-3.165091a338.944 338.944 0 0 0-332.70691-276.48 338.944 338.944 0 0 0-332.706909 276.48 51.944727 51.944727 0 1 1-102.120727-18.990546A442.368 442.368 0 0 1 510.510545 74.472727z" p-id="16593"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 14 14" id="icon-reply-refresh">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1.68 1.16667)" d="M6.58933 2.47199C6.32868 2.57532 6.18113 2.85991 6.25546 3.13731C6.3355 3.43605 6.64257 3.61334 6.94131 3.53329L8.85956 3.0193L8.92166 2.99876C9.18231 2.89543 9.32986 2.61084 9.25554 2.33344L8.74154 0.415201L8.721 0.353093C8.61767 0.0924459 8.33309 -0.0551092 8.05569 0.0192205L7.99358 0.0397625C7.73293 0.143092 7.58538 0.427675 7.65971 0.705078L7.80869 1.26175C7.05312 0.861238 6.203 0.644994 5.32 0.644994C2.38184 0.644994 0 3.02684 0 5.96499C0 8.90315 2.38184 11.285 5.32 11.285C8.25815 11.285 10.64 8.90315 10.64 5.96499C10.64 5.65571 10.3893 5.40499 10.08 5.40499C9.77072 5.40499 9.52 5.65571 9.52 5.96499C9.52 8.28459 7.6396 10.165 5.32 10.165C3.0004 10.165 1.12 8.28459 1.12 5.96499C1.12 3.6454 3.0004 1.76499 5.32 1.76499C6.03255 1.76499 6.71682 1.94274 7.32244 2.27188L6.58933 2.47199Z" fill-rule="evenodd" fill="rgb(94, 94, 94)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-resume-file-dialog"><path d="M768 160A160 160 0 0 1 928 320v384a160 160 0 0 1-160 160H256A160 160 0 0 1 96 704V320A160 160 0 0 1 256 160z m0 64H256A96 96 0 0 0 160 320v384A96 96 0 0 0 256 800h512a96 96 0 0 0 96-96V320A96 96 0 0 0 768 224z m-128 128A96 96 0 0 1 736 448v128a96 96 0 0 1-96 96H384A96 96 0 0 1 288 576V448A96 96 0 0 1 384 352z m0 64H384a32 32 0 0 0-32 32v128a32 32 0 0 0 32 32h256a32 32 0 0 0 32-32V448a32 32 0 0 0-32-32z" p-id="34030"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-resume-file-page"><path d="M448 480A160 160 0 0 1 608 640v64A160 160 0 0 1 448 864H192A160 160 0 0 1 32 704v-64A160 160 0 0 1 192 480z m0 64H192A96 96 0 0 0 96 640v64A96 96 0 0 0 192 800h256A96 96 0 0 0 544 704v-64A96 96 0 0 0 448 544z m320-384a160 160 0 0 1 159.68 149.504L928 320v192a160 160 0 0 1-149.504 159.68L768 672h-128v-64h128a96 96 0 0 0 95.552-86.784L864 512V320a96 96 0 0 0-86.784-95.552L768 224H384a96 96 0 0 0-95.552 86.784L288 320v128h-64V320a160 160 0 0 1 149.504-159.68L384 160h384z" p-id="34180"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-right-small-icon"><path d="M562.029714 512L350.793143 300.763429l60.342857-60.269715L682.642286 512l-271.506286 271.506286-60.342857-60.342857z" p-id="1842"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-rightbar-add-label"><defs><style type="text/css"></style></defs><path d="M179.2 256A76.8 76.8 0 0 1 256 179.2h181.248a76.8 76.8 0 0 1 58.3168 26.8288L560.384 281.6H768a76.8 76.8 0 0 1 76.4416 69.4272L844.8 358.4v109.5168a25.6 25.6 0 0 1-50.7904 4.608l-0.4096-4.608V358.4a25.6 25.6 0 0 0-20.992-25.1904L768 332.8H230.4V768a25.6 25.6 0 0 0 20.992 25.1904L256 793.6h308.736a25.6 25.6 0 0 1 4.608 50.7904l-4.608 0.4096H256a76.8 76.8 0 0 1-76.4416-69.4272L179.2 768z m563.2 307.2a25.6 25.6 0 0 1 25.6 25.6V665.6h76.8a25.6 25.6 0 1 1 0 51.2H768v76.8a25.6 25.6 0 1 1-51.2 0V716.8h-76.8a25.6 25.6 0 1 1 0-51.2H716.8v-76.8a25.6 25.6 0 0 1 25.6-25.6zM437.248 230.4H256a25.6 25.6 0 0 0-25.6 25.6v25.6h262.5024l-36.1984-42.24a25.6 25.6 0 0 0-15.0016-8.5504L437.248 230.4z" p-id="13934"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-rightbar-add"><defs><style type="text/css"></style></defs><path d="M768 153.6a102.4 102.4 0 0 1 102.4 102.4v512a102.4 102.4 0 0 1-102.4 102.4H256a102.4 102.4 0 0 1-102.4-102.4V256a102.4 102.4 0 0 1 102.4-102.4h512z m0 51.2H256a51.2 51.2 0 0 0-50.8416 45.2096L204.8 256v512a51.2 51.2 0 0 0 45.2096 50.8416L256 819.2h512a51.2 51.2 0 0 0 50.8416-45.2096L819.2 768V256a51.2 51.2 0 0 0-45.2096-50.8416L768 204.8z m-256 102.4a25.6 25.6 0 0 1 25.6 25.6v153.5488l153.6 0.0512a25.6 25.6 0 1 1 0 51.2l-153.6-0.0512V691.2a25.6 25.6 0 1 1-51.2 0v-153.6512l-153.6 0.0512a25.6 25.6 0 0 1 0-51.2l153.6-0.0512V332.8A25.6 25.6 0 0 1 512 307.2z" p-id="16692"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-rightbar-chat-helper-stop"><path d="M512 56.888889a56.888889 56.888889 0 0 1 33.621333 102.798222L545.564444 220.330667l201.784889-0.341334 9.329778 0.341334c58.538667 4.551111 105.244444 51.2 109.511111 109.681777l0.341334 8.874667v414.890667l-0.341334 9.329778a119.068444 119.068444 0 0 1-109.966222 109.226666l-8.874667 0.341334H660.48l-8.021333 0.625777a52.110222 52.110222 0 0 0-10.353778 2.730667l-4.949333 2.161778-211.569778 112.924444-5.688889 2.332445a42.211556 42.211556 0 0 1-54.840889-33.792l-0.455111-6.144v-80.213334l-9.216-0.568889H276.48l-9.329778-0.398222c-58.538667-4.551111-105.244444-51.2-109.511111-109.681778l-0.341333-8.874666V338.887111l0.341333-9.272889a119.068444 119.068444 0 0 1 109.966222-109.283555l8.874667-0.341334 201.955556 0.3413
2026-03-06 01:33:11 +08:00
<path d="M6.67196 0.666667C6.67196 1.00856 6.4146 1.29034 6.08304 1.32885L6.00529 1.33333L3.33333 1.33333C2.26821 1.33333 1.39756 2.16595 1.33673 3.21582L1.33333 3.33333L1.33333 10.6667L8.66667 10.6667C9.73179 10.6667 10.6024 9.83405 10.6633 8.78418L10.6667 8.66667L10.6667 6.00176C10.6667 5.63357 10.9651 5.33509 11.3333 5.33509C11.6752 5.33509 11.957 5.59245 11.9955 5.92401L12 6.00176L12 8.66667C12 10.4592 10.5851 11.9212 8.81126 11.9969L8.66667 12L1.33333 12C0.630425 12 0.0545566 11.4561 0.00365716 10.7662L0 10.6667L0 3.33333C0 1.54083 1.41487 0.0787879 3.18874 0.00307968L3.33333 0L6.00529 0C6.37348 0 6.67196 0.298477 6.67196 0.666667ZM10.741 0.287407C11.0096 0.0355869 11.4315 0.0491963 11.6833 0.317804C11.9157 0.56575 11.922 0.944304 11.7103 1.19914L11.6529 1.26012L6.7893 5.81973C6.52069 6.07155 6.0988 6.05794 5.84698 5.78933C5.61453 5.54139 5.60824 5.16283 5.81992 4.908L5.87737 4.84701L10.741 0.287407Z" transform="matrix(1 0 0 1 2 2)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-rightbar-remove"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M768 153.6a102.4 102.4 0 0 1 102.4 102.4v512a102.4 102.4 0 0 1-102.4 102.4H256a102.4 102.4 0 0 1-102.4-102.4V256a102.4 102.4 0 0 1 102.4-102.4h512z m0 51.2H256a51.2 51.2 0 0 0-50.8416 45.2096L204.8 256v512a51.2 51.2 0 0 0 45.2096 50.8416L256 819.2h512a51.2 51.2 0 0 0 50.8416-45.2096L819.2 768V256a51.2 51.2 0 0 0-45.2096-50.8416L768 204.8z m-76.8 281.6a25.6 25.6 0 1 1 0 51.2h-358.4a25.6 25.6 0 0 1 0-51.2h358.4z" p-id="2804"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-rightbar-reply-set">
2026-03-06 01:33:11 +08:00
<path d="M7.68419 0.357266L11.3684 2.48433C12.1934 2.96069 12.7017 3.84102 12.7017 4.79373L12.7017 9.04787C12.7017 10.0006 12.1934 10.8809 11.3684 11.3573L7.68419 13.4843C6.85911 13.9607 5.84259 13.9607 5.01752 13.4843L1.33333 11.3573C0.508262 10.8809 0 10.0006 0 9.04786L0 4.79373C0 3.84102 0.508265 2.96068 1.33333 2.48433L5.01752 0.357265C5.84259 -0.119089 6.85912 -0.119088 7.68419 0.357266ZM7.01752 1.51197C6.81125 1.39288 6.58903 1.33333 6.35085 1.33333C6.11268 1.33333 5.89045 1.39288 5.68419 1.51197L2 3.63903C1.79373 3.75812 1.63105 3.9208 1.51197 4.12706C1.39288 4.33333 1.33333 4.55555 1.33333 4.79373L1.33333 9.04786C1.33333 9.28604 1.39288 9.50826 1.51197 9.71453C1.63105 9.9208 1.79373 10.0835 2 10.2026L5.68419 12.3296C5.89045 12.4487 6.11268 12.5083 6.35085 12.5083C6.58903 12.5083 6.81125 12.4487 7.01752 12.3296L10.7017 10.2026C10.908 10.0835 11.0707 9.9208 11.1897 9.71453C11.3088 9.50827 11.3684 9.28604 11.3684 9.04787L11.3684 4.79373C11.3684 4.55556 11.3088 4.33333 11.1897 4.12707C11.0707 3.9208 10.908 3.75812 10.7017 3.63903L7.01752 1.51197ZM6.35083 4.58748C5.06217 4.58748 4.0175 5.63215 4.0175 6.92082C4.0175 8.20948 5.06217 9.25415 6.35083 9.25415C7.63949 9.25415 8.68416 8.20948 8.68416 6.92082C8.68416 5.63215 7.63949 4.58748 6.35083 4.58748ZM6.35083 5.92082C6.90311 5.92082 7.35083 6.36853 7.35083 6.92082C7.35083 7.4731 6.90311 7.92082 6.35083 7.92082C5.79855 7.92082 5.35083 7.4731 5.35083 6.92082C5.35083 6.36853 5.79855 5.92082 6.35083 5.92082Z" fill-rule="nonzero" transform="matrix(1 0 0 1 1.64917 1.07918)" fill="rgb(94, 94, 94)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-rightbar-report">
2026-03-06 01:33:11 +08:00
<path d="M13.1523 7.66667L9.68819 1.66667C9.37751 1.12854 8.956 0.711957 8.42366 0.416907C7.9222 0.138969 7.38146 0 6.80144 0C6.22142 0 5.68068 0.138969 5.17922 0.416907C4.64688 0.711957 4.22537 1.12854 3.91469 1.66667L0.450588 7.66667C0.139902 8.20479 -0.0101175 8.77812 0.000529127 9.38666C0.0105582 9.95991 0.160578 10.4977 0.450587 11C0.740597 11.5023 1.13132 11.9011 1.62275 12.1964C2.14444 12.5099 2.71597 12.6667 3.33734 12.6667L10.2655 12.6667C10.8869 12.6667 11.4584 12.5099 11.9801 12.1964C12.4716 11.9011 12.8623 11.5023 13.1523 11C13.4423 10.4977 13.5923 9.95991 13.6024 9.38666C13.613 8.77812 13.463 8.20479 13.1523 7.66667ZM7.7773 1.58309C8.09401 1.75863 8.34607 2.00871 8.53349 2.33333L11.9976 8.33333C12.185 8.65796 12.2756 9.00129 12.2692 9.36334C12.2632 9.70676 12.1727 10.0301 11.9976 10.3333C11.8225 10.6366 11.5878 10.8767 11.2934 11.0536C10.983 11.2401 10.6404 11.3333 10.2655 11.3333L3.33734 11.3333C2.9625 11.3333 2.61989 11.2401 2.30951 11.0536C2.01511 10.8767 1.78037 10.6366 1.60529 10.3333C1.43021 10.0301 1.33967 9.70676 1.33366 9.36334C1.32732 9.00129 1.41787 8.65796 1.60529 8.33333L5.06939 2.33333C5.25681 2.00871 5.50887 1.75863 5.82558 1.58309C6.126 1.41659 6.45128 1.33333 6.80144 1.33333C7.1516 1.33333 7.47688 1.41659 7.7773 1.58309ZM6.80143 3.66667C7.14332 3.66667 7.4251 3.92403 7.46361 4.25559L7.4681 4.33333L7.4681 7C7.4681 7.36819 7.16962 7.66667 6.80143 7.66667C6.45954 7.66667 6.17776 7.40931 6.13925 7.07775L6.13477 7L6.13477 4.33333C6.13477 3.96514 6.43324 3.66667 6.80143 3.66667ZM6.80143 9.66667C7.16962 9.66667 7.4681 9.36819 7.4681 9C7.4681 8.63181 7.16962 8.33333 6.80143 8.33333C6.43324 8.33333 6.13477 8.63181 6.13477 9C6.13477 9.36819 6.43324 9.66667 6.80143 9.66667Z" fill-rule="nonzero" transform="matrix(1 0 0 1 1.19857 1.66667)" fill="rgb(94, 94, 94)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-rightbar-share"><defs><style type="text/css"></style></defs><path d="M466.1248 179.2a25.6 25.6 0 0 1 4.608 50.7904l-4.608 0.4096h-173.568c-32.1536 0-58.6752 24.4736-61.8496 55.808l-0.3072 6.3488v438.8864c0 32.1536 24.4736 58.6752 55.808 61.8496l6.3488 0.3072h438.8864c32.1536 0 58.6752-24.4736 61.8496-55.808l0.3072-6.3488V557.056a25.6 25.6 0 0 1 50.7904-4.608l0.4096 4.608v174.3872c0 59.904-46.4384 108.9024-105.2672 113.0496l-8.0896 0.3072H292.5568a113.3568 113.3568 0 0 1-113.0496-105.2672l-0.3072-8.0896V292.5568c0-59.904 46.4384-108.9024 105.2672-113.0496l8.0896-0.3072h173.568z m312.1152 0a66.56 66.56 0 0 1 66.2016 59.7504l0.3584 6.8096V409.6a25.6 25.6 0 0 1-50.7904 4.608L793.6 409.6V266.5472l-289.0752 289.1776a25.6 25.6 0 0 1-39.168-32.6656l2.9184-3.584L757.3504 230.4H614.4a25.6 25.6 0 0 1-4.608-50.7904L614.4 179.2h163.84z" p-id="14065"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-search-close"><path d="M512 0a512 512 0 1 1 0 1024A512 512 0 0 1 512 0zM335.286857 284.452571a36.571429 36.571429 0 0 0-46.665143 55.954286L460.288 512 288.621714 683.593143l-4.169143 5.12a36.571429 36.571429 0 0 0 55.954286 46.665143L512 563.712l171.593143 171.666286 5.12 4.169143a36.571429 36.571429 0 0 0 46.665143-55.954286L563.712 512l171.666286-171.593143 4.169143-5.12a36.571429 36.571429 0 0 0-55.954286-46.665143L512 460.288 340.406857 288.621714z" p-id="3466"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-set-notfit"><path d="M263.410128 707.831808v36.039587c0 21.50089 17.88328 39.588939 40.544535 39.588939a40.066737 40.066737 0 0 0 40.544534-39.588939v-53.445069a30.85207 30.85207 0 0 0 0-10.443289 37.677749 37.677749 0 0 0-17.268968-24.981986 312.070054 312.070054 0 0 1-142.520182-260.945716c6.006598-172.621427 151.461822-309.203269 327.905629-309.203269 177.058119 0 321.899032 136.581841 327.837373 309.203269v25.52804a312.616108 312.616108 0 0 1-142.451925 236.578042 37.131695 37.131695 0 0 0-16.722914 42.387468v44.776455c0 21.50089 17.88328 39.520683 40.544535 39.520683a40.066737 40.066737 0 0 0 40.544534-39.58894v-35.971329a400.121316 400.121316 0 0 0 103.750324-112.14591c31.534638-51.738648 50.64654-109.893435 55.424515-169.686385v-31.398124a384.968308 384.968308 0 0 0-117.401682-277.805145C641.894041-38.351444 382.586487-38.897498 219.862295 115.635879A384.968308 384.968308 0 0 0 102.460612 393.441024c0.614311 123.20351 60.202491 238.898773 160.949516 313.84473v0.614311z m327.291319 237.124096H429.13762a40.066737 40.066737 0 0 0-40.544535 39.520683c0 21.50089 17.88328 39.520683 40.544535 39.520683h161.563827a40.066737 40.066737 0 0 0 40.544534-39.58894 39.725453 39.725453 0 0 0-40.544534-39.452426zM266.959481 855.129966c0 20.886578 17.268968 38.360317 39.315913 38.360317h407.151765a40.066737 40.066737 0 0 0 40.544535-39.588939 40.066737 40.066737 0 0 0-40.544535-39.452426H307.504016a38.838115 38.838115 0 0 0-39.315912 38.360317l-1.160366 2.320731z" p-id="21600"></path><path d="M552.5459 203.823655a39.452426 39.452426 0 0 0-39.384169-39.657196c-134.124597 0-242.584639 109.415638-242.58464 244.632343 0 22.251714 17.88328 40.954075 40.544535 40.954075a40.749305 40.749305 0 0 0 40.544534-40.954075c0-43.274806 17.268968-84.706679 47.643241-115.353979a160.744746 160.744746 0 0 1 114.466641-47.574984 39.452426 39.452426 0 0 0 39.384169-39.58894l-0.682568-2.457244z" p-id="21601"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-sort-icon"><path d="M469.312 170.688H896V256H469.312V170.688zM256 298.688v170.624H170.688V298.688h-128L213.312 128 384 298.688H256z m0 426.624h128L213.312 896 42.688 725.312h128V554.688H256v170.624zM469.312 768H896v85.312H469.312V768zM384 469.312h512v85.376H384V469.312z" p-id="1751"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0
</style></defs><path d="M352.925538 216.615385v39.384615H307.515077c-37.257846 0-68.135385 30.641231-71.010462 69.986462L236.307692 332.012308V810.141538c0 40.172308 29.144615 72.743385 65.654154 75.736616l5.513846 0.236308h409.009231c37.257846 0 68.135385-30.641231 71.010462-69.986462L787.692308 810.141538V332.012308c0-40.172308-29.144615-72.743385-65.654154-75.736616l-5.513846-0.236307h-35.052308v-39.384616h35.052308c59.076923 0 107.008 48.206769 110.355692 108.583385l0.196923 6.774154V810.141538c0 61.243077-45.804308 111.655385-104.054154 115.160616l-6.537846 0.196923H307.515077c-59.116308 0-107.047385-48.206769-110.395077-108.583385L196.923077 810.180923V332.012308c0-61.243077 45.804308-111.655385 104.054154-115.160616l6.537846-0.196923H352.886154z" p-id="45614"></path><path d="M606.523077 118.153846A102.4 102.4 0 0 1 708.923077 220.553846v31.507692A102.4 102.4 0 0 1 606.523077 354.461538h-189.046154A102.4 102.4 0 0 1 315.076923 252.061538v-31.507692A102.4 102.4 0 0 1 417.476923 118.153846h189.046154z m0 39.384616h-189.046154a63.015385 63.015385 0 0 0-62.739692 57.26523L354.461538 220.553846v31.507692a63.015385 63.015385 0 0 0 57.265231 62.739693L417.476923 315.076923h189.046154a63.015385 63.015385 0 0 0 62.739692-57.265231L669.538462 252.061538v-31.507692a63.015385 63.015385 0 0 0-57.265231-62.739692L606.523077 157.538462zM480.925538 692.460308l190.267077-190.267077-27.844923-27.844923-162.422154 162.422154-94.680615-94.72-27.844923 27.884307z" p-id="45615"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-toolbar-invite-interview"><defs><style type="text/css"></style></defs><path d="M512 64a448 448 0 1 1-216.832 840.128l-144.832 45.952a57.6 57.6 0 0 1-73.6-67.584l2.048-6.976 48.512-133.76A448 448 0 0 1 512 64z m0 64a384 384 0 0 0-329.792 580.864 64 64 0 0 1 7.552 46.848l-2.304 7.808-44.224 121.6 132.608-41.984a64 64 0 0 1 42.432 1.28l7.936 3.712A384 384 0 1 0 512 128z m-32 192.448a32 32 0 0 1 31.488 26.24l0.512 5.76v159.936h160a32 32 0 0 1 31.488 26.24l0.512 5.76a32 32 0 0 1-26.24 31.552l-5.76 0.512h-192a32 32 0 0 1-31.488-26.24L448 544.448v-192a32 32 0 0 1 32-32z" p-id="2232"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1109 1024" id="icon-toolbar-more-mini"><path d="M161.28 140.458667a42.666667 42.666667 0 0 1 54.357333-4.864l5.973334 4.864L583.509333 502.613333a42.666667 42.666667 0 0 1 4.949334 54.442667l-4.949334 5.973333-362.069333 361.984a42.666667 42.666667 0 0 1-65.28-54.442666l4.949333-5.973334 331.776-331.776-331.776-331.946666a42.666667 42.666667 0 0 1-4.949333-54.357334l4.949333-5.973333z" p-id="3723"></path><path d="M587.946667 140.458667a42.666667 42.666667 0 0 1 54.357333-4.864l5.973333 4.864 361.984 362.069333a42.666667 42.666667 0 0 1 4.949334 54.442667l-4.949334 5.973333-362.069333 361.984a42.666667 42.666667 0 0 1-65.28-54.442667l4.949333-5.973333 331.776-331.776-331.776-331.946667a42.666667 42.666667 0 0 1-4.949333-54.357333l4.949333-5.973333z" p-id="3724"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-toolbar-more"><defs><style type="text/css"></style></defs><path d="M533.333333 42.666667C780.757333 42.666667 981.333333 243.242667 981.333333 490.666667S780.757333 938.666667 533.333333 938.666667 85.333333 738.090667 85.333333 490.666667 285.909333 42.666667 533.333333 42.666667z m0 42.666666a405.333333 405.333333 0 1 0 0 810.666667 405.333333 405.333333 0 0 0 0-810.666667z m0 170.666667a21.333333 21.333333 0 0 1 21.333334 21.333333V469.333333h192a21.333333 21.333333 0 1 1 0 42.666667h-192.042667L554.666667 704a21.333333 21.333333 0 1 1-42.666667 0l-0.042667-192H320a21.333333 21.333333 0 1 1 0-42.666667H512V277.333333a21.333333 21.333333 0 0 1 21.333333-21.333333z" p-id="1689"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-toolbar-notice">
2026-03-06 01:33:11 +08:00
<rect width="20" height="20" transform="matrix(1 0 0 1 0 0)" fill="rgb(196, 196, 196)" opacity="0"></rect>
<path d="M6 0.6L5.5 0.6Q4.5027 0.6 3.59288 0.984818Q2.71365 1.3567 2.03518 2.03517Q1.3567 2.71364 0.98482 3.59287Q0.6 4.50268 0.6 5.49998L0.6 5.5L0.6 9Q0.6 9.5799 1.01005 9.98995Q1.4201 10.4 2 10.4L10 10.4Q10.5799 10.4 10.9899 9.98995Q11.4 9.5799 11.4 9L11.4 5.5L11.4 5.49998Q11.4 4.50269 11.0152 3.59287Q10.6433 2.71364 9.96482 2.03517Q9.28635 1.3567 8.40712 0.984818Q7.4973 0.6 6.5 0.6L6 0.6ZM6 -0.6L6.5 -0.600001Q7.74064 -0.6 8.87458 -0.120388Q9.96938 0.342671 10.8134 1.18664Q11.6573 2.03061 12.1204 3.12541Q12.6 4.25934 12.6 5.49998L12.6 5.5L12.6 9Q12.6 9.52857 12.3954 10.0122Q12.198 10.4789 11.8385 10.8385Q11.4789 11.198 11.0122 11.3954Q10.5286 11.6 10 11.6L2 11.6Q1.47143 11.6 0.987779 11.3954Q0.521082 11.198 0.161523 10.8385Q-0.198036 10.4789 -0.395433 10.0122Q-0.6 9.52857 -0.6 9L-0.6 5.5L-0.6 5.49998Q-0.6 4.25934 -0.120385 3.12541Q0.342675 2.03061 1.18665 1.18664Q2.03062 0.34267 3.12542 -0.120389Q4.25936 -0.6 5.5 -0.6L6 -0.6Z" fill-rule="nonzero" transform="matrix(1 0 0 1 4 3)" fill="rgb(153, 153, 153)"></path>
<path d="M0.6 0C0.268629 0 0 0.268629 0 0.6L0 0.6009C0 0.932271 0.268629 1.2 0.6 1.2L3.4 1.2C3.73137 1.2 4 0.932271 4 0.6009L4 0.6C4 0.268629 3.73137 0 3.4 0L0.6 0Z" fill-rule="nonzero" transform="matrix(1 0 0 1 8 16)" fill="rgb(153, 153, 153)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-toolbar-offer"><path d="M589.2608 153.6H281.6A76.8 76.8 0 0 0 204.8 230.4v563.2A76.8 76.8 0 0 0 281.6 870.4h460.8a76.8 76.8 0 0 0 76.8-76.8V387.0208a128 128 0 0 0-35.9936-88.9856l-101.888-105.4208A128 128 0 0 0 589.2096 153.6zM281.6 204.8h307.6608a76.8 76.8 0 0 1 55.1936 23.3984l101.9392 105.472c13.824 14.2848 21.6064 33.4336 21.6064 53.3504V793.6a25.6 25.6 0 0 1-25.6 25.6h-460.8a25.6 25.6 0 0 1-25.6-25.6v-563.2a25.6 25.6 0 0 1 25.6-25.6z" p-id="16531"></path><path d="M650.24 428.288a25.6 25.6 0 0 1 2.9696 32.6656l-2.9696 3.5328-126.72 126.72a51.2 51.2 0 0 1-67.9424 3.9424l-4.4544-3.9424-75.008-75.008a25.6 25.6 0 0 1 32.6656-39.168l3.584 2.9696 74.9568 75.008 126.72-126.72a25.6 25.6 0 0 1 36.1984 0z" p-id="16532"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-toolbar-sms">
2026-03-06 01:33:11 +08:00
<rect width="20" height="20" transform="matrix(1 0 0 1 0 0)" fill="rgb(196, 196, 196)" opacity="0"></rect>
<path d="M16 2.08548C16 0.9337 15.0663 0 13.9145 0L2.08548 0C0.9337 0 0 0.9337 0 2.08548L0 10.1207C0 11.2725 0.9337 12.2062 2.08548 12.2062L13.9145 12.2062C15.0663 12.2062 16 11.2725 16 10.1207L16 2.08548ZM13.9485 0.751432C14.1645 0.751432 14.3684 0.813507 14.5488 0.905439L8.34142 6.78523C8.31943 6.80603 8.32072 6.80165 8.31003 6.81869C8.28448 6.83781 8.20157 6.88894 8.03332 6.88894C7.86502 6.88894 7.78212 6.83961 7.75659 6.82055C7.74448 6.80125 7.74473 6.80772 7.72085 6.7858L1.39636 0.975505C1.60429 0.840156 1.8521 0.75145 2.11816 0.75145L13.9485 0.751432ZM15.2486 10.1369C15.2486 10.8687 14.6803 11.4548 13.9485 11.4548L2.11814 11.4548C1.38636 11.4548 0.769759 10.8687 0.769759 10.1369L0.769759 2.09831C0.769759 1.90792 0.820985 1.72694 0.893507 1.56311L7.18869 7.33192C7.27666 7.4269 7.53758 7.64851 8.03064 7.64851C8.52853 7.64851 8.78831 7.42251 8.87379 7.32917L15.085 1.43852C15.197 1.63303 15.2486 1.85822 15.2486 2.09829L15.2486 10.1369Z" fill-rule="nonzero" transform="matrix(1 0 0 1 2 4)" fill="rgb(153, 153, 153)"></path>
<path d="M16.2 2.08548L16.2 10.1207Q16.2 10.5855 16.0203 11.0104Q15.8468 11.4206 15.5306 11.7368Q15.2144 12.053 14.8042 12.2265Q14.3794 12.4062 13.9145 12.4062L2.08548 12.4062Q1.62063 12.4062 1.19581 12.2265Q0.785624 12.053 0.469401 11.7368Q0.153178 11.4206 -0.0203138 11.0104Q-0.2 10.5856 -0.2 10.1207L-0.2 2.08548Q-0.2 1.62063 -0.0203138 1.19581Q0.153179 0.785623 0.469401 0.469401Q0.785623 0.153179 1.19581 -0.0203138Q1.62063 -0.2 2.08548 -0.2L13.9145 -0.2Q14.3794 -0.2 14.8042 -0.020314Q15.2144 0.153178 15.5306 0.469401Q15.8468 0.785622 16.0203 1.19581Q16.2 1.62063 16.2 2.08548ZM15.8 2.08548Q15.8 1.30449 15.2478 0.752244Q14.6955 0.2 13.9145 0.2L2.08548 0.2Q1.30449 0.2 0.752244 0.752244Q0.2 1.30449 0.2 2.08548L0.2 10.1207Q0.2 10.9017 0.752244 11.4539Q1.30449 12.0062 2.08548 12.0062L13.9145 12.0062Q14.6955 12.0062 15.2478 11.4539Q15.8 10.9017 15.8 10.1207L15.8 2.08548ZM14.6396 0.727235Q14.2946 0.551432 13.9485 0.551432L2.11816 0.55145Q1.6812 0.55145 1.28725 0.807889L1.0713 0.948462L7.58561 6.93314Q7.59174 6.93876 7.59803 6.94414L7.63694 6.98081Q7.78179 7.08894 8.03332 7.08894Q8.28268 7.08894 8.42985 6.97883L8.47191 6.93701Q8.47552 6.93368 8.47896 6.93043L14.892 0.855834L14.6396 0.727235ZM2.11816 0.95145L13.9485 0.951432Q14.0633 0.951432 14.18 0.979288L8.20389 6.64003Q8.19991 6.64379 8.19463 6.64845Q8.18428 6.65759 8.17484 6.66771Q8.13052 6.68894 8.03332 6.68894Q7.93346 6.68894 7.89044 6.66865Q7.87636 6.6541 7.86024 6.64192Q7.85817 6.64036 7.85609 6.63845L1.74206 1.02151Q1.92576 0.95145 2.11816 0.95145ZM15.4486 10.1369Q15.4486 10.7692 15.0157 11.2103Q14.5796 11.6548 13.9485 11.6548L2.11814 11.6548Q1.48537 11.6548 1.03036 11.2139Q0.569759 10.7676 0.569759 10.1369L0.569759 2.09831Q0.569759 1.80037 0.710625 1.48215L0.823338 1.22753L7.33542 7.19601Q7.5693 7.44851 8.03064 7.44851Q8.49331 7.44851 8.72629 7.1941L15.1317 1.11864L15.2584 1.33874Q15.4486 1.66914 15.4486 2.09829L15.4486 10.1369ZM15.0486 10.1369L15.0486 2.09829Q15.0486 1.92972 15.0111 1.78427L9.01622 7.46973Q8.88729 7.6083 8.69551 7.70313Q8.40148 7.84851 8.03064 7.84851Q7.66295 7.84851 7.37004 7.70557Q7.17762 7.61167 7.04789 7.47417L0.987362 1.92039Q0.969759 2.01162 0.969759 2.09831L0.969759 10.1369Q0.969759 10.5982 1.30871 10.9266Q1.64738 11.2548 2.11814 11.2548L13.9485 11.2548Q14.4117 11.2548 14.7302 10.9302Q15.0486 10.6057 15.0486 10.1369Z" fill-rule="evenodd" transform="matrix(1 0 0 1 2 4)" fill="rgb(153, 153, 153)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-toolbar-video">
2026-03-06 01:33:11 +08:00
<rect width="10" height="10" rx="1" ry="1" stroke-width="1" transform="matrix(1 0 0 1 3 5)" stroke="rgb(153, 153, 153)" fill="transparent"></rect>
<path d="M-0.27735 2.25064L2.16795 0.620442Q2.52881 0.379868 2.954 0.367465Q3.35246 0.355841 3.70779 0.546005Q4.06311 0.73617 4.27447 1.07416Q4.5 1.43482 4.5 1.86852L4.5 6.13148Q4.5 6.56518 4.27447 6.92584Q4.06311 7.26383 3.70779 7.454Q3.35246 7.64416 2.954 7.63253Q2.52881 7.62013 2.16795 7.37956L-0.5 5.60093L-0.5 2.39907L-0.27735 2.25064ZM0.27735 3.08269L0 2.66667L0.5 2.66667L0.5 5.33333L0 5.33333L0.27735 4.91731L2.72265 6.54751Q2.97186 6.71365 3.23593 6.57232Q3.5 6.43099 3.5 6.13148L3.5 1.86852Q3.5 1.56901 3.23593 1.42768Q2.97186 1.28635 2.72265 1.45249L0.27735 3.08269Z" fill-rule="nonzero" transform="matrix(1 0 0 1 13 6)" fill="rgb(153, 153, 153)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-toolbar-voice">
2026-03-06 01:33:11 +08:00
<path d="M4 0C1.79086 0 0 1.79086 0 4L0 7C0 9.20914 1.79086 11 4 11C6.20914 11 8 9.20914 8 7L8 4C8 1.79086 6.20914 0 4 0ZM4 1C5.65685 1 7 2.34315 7 4L7 7C7 8.65685 5.65685 10 4 10C2.34315 10 1 8.65685 1 7L1 4C1 2.34315 2.34315 1 4 1Z" fill-rule="evenodd" transform="matrix(1 0 0 1 6.5 2.5)" fill="rgb(153, 153, 153)"></path>
<path d="M12 0.5C12 0.223858 11.7761 0 11.5 0C11.2239 0 11 0.223858 11 0.5C11 2.97409 8.77149 5 6 5C3.22851 5 1 2.97409 1 0.5C1 0.223858 0.776142 0 0.5 0C0.223858 0 0 0.223858 0 0.5C0 3.54876 2.69636 6 6 6C9.30364 6 12 3.54876 12 0.5Z" fill-rule="evenodd" transform="matrix(1 0 0 1 4.5 9.5)" fill="rgb(153, 153, 153)"></path>
<path d="M0.5 0C0.223858 0 0 0.223858 0 0.5L0 2.5C0 2.77614 0.223108 3 0.49925 3L0.5 3C0.776142 3 1 2.77614 1 2.5L1 0.5C1 0.223858 0.776892 0 0.50075 0L0.5 0Z" fill-rule="nonzero" transform="matrix(1 0 0 1 10 15)" fill="rgb(153, 153, 153)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-transform-text"><path d="M256 32A224 224 0 0 0 32 256v512A224 224 0 0 0 256 992h512a224 224 0 0 0 224-224V256A224 224 0 0 0 768 32H256zM96 256A160 160 0 0 1 256 96h512A160 160 0 0 1 928 256v512a160 160 0 0 1-160 160H256A160 160 0 0 1 96 768V256z" p-id="17360"></path><path d="M236.032 328.64v45.44h97.152a576.832 576.832 0 0 0 152 253.44c-68.032 61.952-155.2 106.816-261.184 135.104l24 39.744c107.2-30.976 196.864-79.488 268.8-145.664 68.032 58.688 153.856 107.2 258.56 146.304l24.64-37.888c-100.864-37.12-184.832-83.968-251.648-140.608 61.76-66.88 108.416-150.784 139.392-250.432h98.368v-45.44H545.088c-20.16-43.584-41.6-80.64-65.6-111.04l-45.44 16.32c25.28 29.76 46.08 61.312 63.168 94.72H236.032z m141.952 45.44h262.464c-26.496 87.04-67.584 160.768-123.648 221.952a522.624 522.624 0 0 1-138.816-221.952z" p-id="17361"></path><path d="M486.656 322.24H229.632v58.24H328.32q42.496 141.44 147.52 246.848-99.328 87.872-253.568 129.152l-8.192 2.176 30.912 51.2 4.736-1.28q159.36-46.08 267.136-143.36 101.632 86.016 256.192 143.744l4.8 1.856 31.808-48.96-7.488-2.752q-146.752-53.952-244.672-135.232 88.96-98.624 134.848-243.392h100.096v-58.24H549.184q-30.912-66.048-64.64-108.608l-2.88-3.584-58.432 20.992 5.952 7.04q33.088 38.912 57.472 84.16z m-244.224 12.8v32.64H337.92l1.344 4.608q42.176 144.384 150.4 250.752l4.8 4.736-4.992 4.48q-100.096 91.072-255.68 134.336l17.088 28.288q156.48-46.208 261.504-142.912l8.512-0.128q99.392 85.632 251.84 143.36l17.472-26.88q-147.648-55.488-246.08-138.944l-5.12-4.288 4.544-4.928Q635.52 520.832 681.6 372.16l1.408-4.48h96.704v-32.64h-238.72l-1.664-3.712q-29.824-64.32-62.016-106.112l-32.448 11.648q33.6 41.088 58.048 88.896l4.736 9.28H242.432z m126.848 32.64h279.808l-2.56 8.32Q606.528 507.584 521.536 600.32l-4.416 4.864-4.736-4.544q-99.264-95.36-140.416-224.64l-2.624-8.32z m147.2 219.136Q426.432 498.368 386.816 380.48h244.928Q593.472 500.608 516.48 586.816z" p-id="17362"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-wait-icon"><path d="M512 938.688A426.688 426.688 0 1 1 512 85.376a426.688 426.688 0 0 1 0 853.312zM554.688 512V298.688H469.312v298.624h256V512H554.688z" p-id="17156"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-warning-icon"><path d="M512 0c282.760533 0 512 229.239467 512 512 0 282.760533-229.239467 512-512 512-282.760533 0-512-229.239467-512-512C0 229.239467 229.239467 0 512 0z m45.499733 648.533333h-90.999466v91.0336h90.999466V648.533333z m0-364.100266h-90.999466v273.066666h90.999466v-273.066666z" p-id="29221"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-wukong-expansion"><path d="M512 597.312L341.312 426.688h341.376z"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-wukong-put-away"><path d="M512 426.688l170.688 170.624H341.312z"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-zoom-in"><path d="M769.3312 709.0176l182.7328 182.6816-60.416 60.3648-182.6304-182.784a382.3104 382.3104 0 0 1-239.6672 84.0704c-211.968 0-384-172.032-384-384 0-211.968 172.032-384 384-384 211.968 0 384 172.032 384 384a382.3104 382.3104 0 0 1-84.0192 239.616z m-85.6064-31.6928A297.6768 297.6768 0 0 0 768 469.3504a298.5984 298.5984 0 0 0-298.6496-298.7008 298.5472 298.5472 0 0 0-298.7008 298.7008A298.5984 298.5984 0 0 0 469.3504 768a297.6768 297.6768 0 0 0 207.9744-84.2752l6.4-6.4z m-257.024-250.6752v-128H512v128h128V512H512v128H426.6496V512h-128V426.6496h128z" p-id="29987"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-zoom-out"><path d="M769.3312 709.0176l182.7328 182.6816-60
2026-03-06 01:33:11 +08:00
<path transform="matrix(-0.707107 0.707107 0.707107 0.707107 6 1.05)" d="M0.5 0C0.756418 0 0.967754 0.19302 0.996636 0.441689L1 0.5L0.999859 5.99986L6.5 6C6.75642 6 6.96775 6.19302 6.99664 6.44169L7 6.5C7 6.75642 6.80698 6.96775 6.55831 6.99664L6.5 7L0.5 7C0.243582 7 0.0322464 6.80698 0.00336387 6.55831L0 6.5L0 0.5C0 0.223858 0.223858 0 0.5 0Z" fill-rule="nonzero"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-ai-inspection-bad">
2026-03-06 01:33:11 +08:00
<path transform="matrix(-1 0 0 -1 14.6667 14.7317)" d="M5.09379 2.15728C5.02088 2.48459 4.94407 2.80773 4.86338 3.1267C4.76244 3.52567 4.64175 3.82983 4.50131 4.03916C4.36446 4.24313 4.19027 4.37844 3.97873 4.4451C3.88916 4.47333 3.63827 4.50097 3.22608 4.52802L1.16667 4.52808C0.844501 4.52808 0.569515 4.64198 0.341709 4.86978C0.113903 5.09759 0 5.37258 0 5.69474L0 12.2186C0 12.5407 0.11388 12.8157 0.341641 13.0435C0.569402 13.2713 0.844347 13.3852 1.16648 13.3852L4.10052 13.3857C4.1183 13.3857 4.13591 13.385 4.15333 13.3837L9.8377 13.3837C10.8649 13.3837 11.6719 13.1256 12.2586 12.6095C12.4582 12.4339 12.6198 12.238 12.7434 12.0217C12.8132 11.8995 12.8628 11.7875 12.8922 11.6858C12.8937 11.6806 12.8951 11.6755 12.8964 11.6703C12.8978 11.6651 12.8991 11.66 12.9003 11.6547L13.6333 8.56438L13.983 7.06313C14.1122 6.50226 14.0848 6.00595 13.9008 5.57419C13.7446 5.20737 13.4878 4.91145 13.1305 4.68643C12.8969 4.53933 12.6328 4.43074 12.3381 4.36064C12.1898 4.32538 12.0582 4.30407 11.9433 4.2967C11.9362 4.29624 11.9291 4.2959 11.922 4.29567C11.9148 4.29545 11.9077 4.29533 11.9006 4.29533L9.12367 4.29533C9.18717 3.98036 9.22796 3.67264 9.24603 3.37215C9.28213 2.77204 9.22348 2.23878 9.07007 1.77238C8.8616 1.13853 8.49103 0.653549 7.95839 0.317428C7.67822 0.140629 7.3939 0.0376741 7.10543 0.00856401C6.81151 -0.0210961 6.53336 0.0262861 6.27096 0.15071C6.03379 0.263173 5.82933 0.429624 5.65757 0.650063C5.50339 0.84794 5.38695 1.075 5.30824 1.33126C5.23434 1.57189 5.16286 1.84723 5.09379 2.15728ZM3.94067 5.80124C4.1323 5.77674 4.27857 5.74859 4.37948 5.71679C4.88833 5.55643 5.29802 5.24484 5.60853 4.78201C5.83479 4.44477 6.01728 4.002 6.15599 3.45371C6.2398 3.12242 6.31954 2.78691 6.39522 2.44719C6.45667 2.17134 6.51921 1.92984 6.58282 1.72271C6.64135 1.53213 6.72782 1.40971 6.84224 1.35546C6.94222 1.30805 7.07709 1.3379 7.24683 1.44502C7.74741 1.76091 7.97017 2.3766 7.9151 3.2921C7.89543 3.61912 7.84115 3.96072 7.75226 4.31689C7.70835 4.49281 7.66777 4.63227 7.63053 4.73527C7.56792 4.90839 7.57568 5.0783 7.65383 5.24498C7.73197 5.41167 7.8576 5.52632 8.03072 5.58893C8.06707 5.60207 8.10429 5.61198 8.14236 5.61866C8.18043 5.62533 8.2188 5.62867 8.25745 5.62867L11.8742 5.62867C11.9126 5.63259 11.9644 5.6423 12.0296 5.6578C12.181 5.6938 12.3111 5.74608 12.42 5.81465C12.5421 5.89158 12.6268 5.98561 12.6742 6.09676C12.7448 6.26247 12.7479 6.48485 12.6837 6.76391L12.3347 8.26189L11.612 11.3089C11.6053 11.3243 11.5965 11.3414 11.5857 11.3602C11.5356 11.4479 11.4664 11.5306 11.378 11.6084C11.043 11.903 10.5296 12.0503 9.8377 12.0503L3.9364 12.0503L3.9364 5.80317L3.94067 5.80124ZM1.33333 5.86141L2.60307 5.86141L2.60307 12.0521L1.33333 12.0519L1.33333 5.86141Z" fill-rule="nonzero"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18" id="icon-ai-inspection-check">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1.125 1.125)" d="M0 7.875C0 3.52576 3.52576 0 7.875 0C12.2242 0 15.75 3.52576 15.75 7.875C15.75 12.2242 12.2242 15.75 7.875 15.75C3.52576 15.75 0 12.2242 0 7.875ZM14.25 7.875C14.25 4.35418 11.3958 1.5 7.875 1.5C4.35418 1.5 1.5 4.35418 1.5 7.875C1.5 11.3958 4.35418 14.25 7.875 14.25C11.3958 14.25 14.25 11.3958 14.25 7.875ZM11.1682 5.09611C11.4603 4.80243 11.9352 4.80113 12.2289 5.09323C12.5 5.36286 12.5219 5.78822 12.294 6.08306L12.2318 6.15389L7.75616 10.6539C7.48674 10.9248 7.06176 10.9469 6.76691 10.7194L6.69607 10.6573L3.97168 7.95345C3.67768 7.66167 3.67589 7.1868 3.96767 6.8928C4.23701 6.62142 4.66235 6.59901 4.95743 6.82667L5.02832 6.88879L7.22013 9.06462L11.1682 5.09611Z" fill-rule="evenodd" fill="rgb(95, 94, 247)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-ai-inspection-copy">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 2 2)" d="M2.66667 0.666667C2.66667 1.03485 2.96515 1.33333 3.33333 1.33333L8.66667 1.33333C8.93823 1.33333 9.19766 1.38563 9.44495 1.49023C9.68415 1.5914 9.89613 1.73437 10.0809 1.91912C10.2656 2.10388 10.4086 2.31585 10.5098 2.55505C10.6144 2.80234 10.6667 3.06177 10.6667 3.33333L10.6667 8.66667C10.6667 9.03485 10.9651 9.33333 11.3333 9.33333C11.7015 9.33333 12 9.03485 12 8.66667L12 3.33333C12 2.88152 11.9126 2.44896 11.7378 2.03565C11.5691 1.63677 11.331 1.28366 11.0237 0.976311C10.7163 0.668963 10.3632 0.430934 9.96436 0.262224C9.55104 0.0874079 9.11848 0 8.66667 0L3.33333 0C2.96515 0 2.66667 0.29848 2.66667 0.666667ZM2 2.66667C0.89543 2.66667 0 3.5621 0 4.66667L0 10C0 11.1046 0.89543 12 2 12L7.33333 12C8.4379 12 9.33333 11.1046 9.33333 10L9.33333 4.66667C9.33333 3.5621 8.4379 2.66667 7.33333 2.66667L2 2.66667ZM1.33333 4.66667C1.33333 4.29848 1.63181 4 2 4L7.33333 4C7.70152 4 8 4.29848 8 4.66667L8 10C8 10.3682 7.70152 10.6667 7.33333 10.6667L2 10.6667C1.63181 10.6667 1.33333 10.3682 1.33333 10L1.33333 4.66667Z" fill-rule="evenodd" fill="rgb(132, 132, 132)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24.0005" id="icon-ai-inspection-focus-deep-error">
2026-03-06 01:33:11 +08:00
<path d="M9.23654 1.22063Q9.12551 0.990403 8.91978 0.867302Q8.72374 0.75 8.48682 0.75Q8.24991 0.75 8.05387 0.867302Q7.84814 0.990403 7.73711 1.22063L6.05152 4.71606Q5.61753 5.61603 4.71732 6.04985L1.22075 7.7349Q0.990394 7.84592 0.867264 8.05156Q0.75 8.24742 0.75 8.48407Q0.75 8.72072 0.867264 8.91657Q0.990395 9.12222 1.22075 9.23323L4.71732 10.9183Q5.61753 11.3521 6.05152 12.2521L7.73711 15.7475Q7.84814 15.9777 8.05387 16.1008Q8.24991 16.2181 8.48682 16.2181Q8.72374 16.2181 8.91978 16.1008Q9.12551 15.9777 9.23654 15.7475L10.9221 12.2521Q11.3561 11.3521 12.2563 10.9183L15.7529 9.23323Q15.9833 9.12222 16.1064 8.91657Q16.2237 8.72072 16.2237 8.48407Q16.2237 8.24742 16.1064 8.05156Q15.9833 7.84591 15.7529 7.7349L12.2563 6.04985Q11.3561 5.61602 10.9221 4.71606L9.23654 1.22063ZM10.5876 0.569088L12.2732 4.06452Q12.4795 4.49232 12.9075 4.69858L16.4041 6.38363Q17.0393 6.68976 17.3933 7.28101Q17.7237 7.83269 17.7237 8.48407Q17.7237 9.13545 17.3933 9.68712Q17.0393 10.2784 16.4041 10.5845L12.9075 12.2696Q12.4795 12.4758 12.2732 12.9036L10.5876 16.399Q10.2814 17.0341 9.68996 17.388Q9.13824 17.7181 8.48683 17.7181Q7.83541 17.7181 7.28369 17.388Q6.69226 17.0341 6.38601 16.399L4.70041 12.9036Q4.49411 12.4758 4.06612 12.2696L0.569551 10.5845Q-0.0656815 10.2784 -0.419689 9.68712Q-0.75 9.13545 -0.75 8.48407Q-0.75 7.83269 -0.419689 7.28101Q-0.065682 6.68976 0.569551 6.38363L4.06612 4.69858Q4.49411 4.49232 4.70041 4.06452L6.38601 0.569088Q6.69226 -0.0659916 7.28369 -0.419872Q7.83541 -0.75 8.48682 -0.75Q9.13824 -0.75 9.68996 -0.419872Q10.2814 -0.0659915 10.5876 0.569088Z" fill-rule="nonzero" transform="matrix(0.707107 0.707107 -0.707107 0.707107 11.9983 0)" fill="rgb(95, 94, 247)"></path>
<path d="M-0.75 0C-0.75 0.41421 -0.41421 0.75 0 0.75L4.99976 0.75C5.41397 0.75 5.74976 0.41421 5.74976 0C5.74976 -0.41421 5.41397 -0.75 4.99976 -0.75L0 -0.75C-0.41421 -0.75 -0.75 -0.41421 -0.75 0Z" fill-rule="evenodd" transform="matrix(0.707107 0.707107 -0.707107 0.707107 10.2703 10.1682)" fill="rgb(95, 94, 247)"></path>
<path d="M-0.75 0C-0.75 0.41421 -0.41421 0.75 0 0.75L4.99976 0.75C5.41397 0.75 5.74976 0.41421 5.74976 0C5.74976 -0.41421 5.41397 -0.75 4.99976 -0.75L0 -0.75C-0.41421 -0.75 -0.75 -0.41421 -0.75 0Z" fill-rule="evenodd" transform="matrix(-0.707107 0.707107 -0.707107 -0.707107 13.8058 10.1681)" fill="rgb(95, 94, 247)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-ai-inspection-focus-deep">
2026-03-06 01:33:11 +08:00
<path transform="matrix(0.707107 0.707107 -0.707107 0.707107 13.3337 0)" d="M4.71404 0C7.31753 0 9.42808 4.2211 9.42808 9.42808C9.42808 14.6351 7.31753 18.8562 4.71404 18.8562C2.11055 18.8562 0 14.6351 0 9.42808C0 4.2211 2.11055 0 4.71404 0ZM4.71404 1.41421C4.41995 1.41421 4.11276 1.54968 3.79248 1.82062C3.3763 2.17268 2.99401 2.6971 2.64562 3.39388C2.26476 4.15559 1.96758 5.04125 1.75406 6.05086C1.5275 7.12218 1.41421 8.24793 1.41421 9.42808C1.41421 10.6082 1.5275 11.734 1.75406 12.8053C1.96758 13.8149 2.26476 14.7006 2.64562 15.4623C2.99401 16.1591 3.3763 16.6835 3.79248 17.0355C4.11276 17.3065 4.41995 17.442 4.71404 17.442C5.00813 17.442 5.31532 17.3065 5.6356 17.0355C6.05179 16.6835 6.43407 16.1591 6.78246 15.4623C7.16332 14.7006 7.46051 13.8149 7.67402 12.8053C7.90058 11.734 8.01387 10.6082 8.01387 9.42808C8.01387 8.24793 7.90058 7.12219 7.67402 6.05086C7.4605 5.04125 7.16332 4.15559 6.78246 3.39388C6.43407 2.6971 6.05178 2.17268 5.6356 1.82062C5.31532 1.54968 5.00813 1.41421 4.71404 1.41421Z" fill-rule="evenodd" fill="rgb(95, 94, 247)"></path>
<path transform="matrix(-0.707107 0.707107 0.707107 0.707107 6.66687 0)" d="M4.71404 0C7.31753 0 9.42808 4.2211 9.42808 9.42808C9.42808 14.6351 7.31753 18.8562 4.71404 18.8562C2.11055 18.8562 0 14.6351 0 9.42808C0 4.2211 2.11055 0 4.71404 0ZM4.71404 1.41421C4.41995 1.41421 4.11276 1.54968 3.79248 1.82062C3.3763 2.17268 2.99401 2.6971 2.64562 3.39388C2.26476 4.15559 1.96758 5.04125 1.75406 6.05086C1.5275 7.12218 1.41421 8.24793 1.41421 9.42808C1.41421 10.6082 1.5275 11.734 1.75406 12.8053C1.96758 13.8149 2.26476 14.7006 2.64562 15.4623C2.99401 16.1591 3.3763 16.6835 3.79248 17.0355C4.11276 17.3065 4.41995 17.442 4.71404 17.442C5.00813 17.442 5.31532 17.3065 5.6356 17.0355C6.05179 16.6835 6.43407 16.1591 6.78246 15.4623C7.16332 14.7006 7.46051 13.8149 7.67402 12.8053C7.90058 11.734 8.01387 10.6082 8.01387 9.42808C8.01387 8.24793 7.90058 7.12219 7.67402 6.05086C7.4605 5.04125 7.16332 4.15559 6.78246 3.39388C6.43407 2.6971 6.05178 2.17268 5.6356 1.82062C5.31532 1.54968 5.00813 1.41421 4.71404 1.41421Z" fill-rule="evenodd" fill="rgb(95, 94, 247)"></path>
<path transform="matrix(1 0 0 1 8.11423 8.11423)" d="M1.56895 0.198886C1.69678 -0.0662953 2.07445 -0.0662953 2.20228 0.198886L2.57679 0.975759C2.62285 1.07129 2.69994 1.14839 2.79547 1.19444L3.57235 1.56895C3.83753 1.69679 3.83753 2.07445 3.57235 2.20228L2.79547 2.57679C2.69994 2.62285 2.62285 2.69994 2.57679 2.79547L2.20228 3.57235C2.07445 3.83753 1.69678 3.83753 1.56895 3.57235L1.19444 2.79547C1.14839 2.69994 1.07129 2.62285 0.975759 2.57679L0.198886 2.20228C-0.0662953 2.07445 -0.0662953 1.69679 0.198886 1.56895L0.975759 1.19444C1.07129 1.14839 1.14838 1.07129 1.19444 0.975759L1.56895 0.198886Z" fill-rule="nonzero" fill="rgb(95, 94, 247)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 46 15" id="icon-ai-inspection-focus-title">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 31.9843 1.04957)" d="M4.67936 1.88965L10.6427 1.88965C10.7812 1.88965 10.8711 1.9812 10.8711 2.1167L10.8711 10.7996C10.8711 11.2793 10.5641 11.5503 10.0438 11.5649C9.3999 11.5796 8.83464 11.521 8.06722 11.3708L8.49398 12.9749C9.23145 13.125 9.98389 13.1543 10.8561 13.1543C11.8856 13.1543 12.7428 12.3596 12.7428 11.4001L12.7428 1.53076C12.7428 0.809326 12.2524 0.32959 11.515 0.32959L4.67936 0.32959L4.67936 1.88965ZM4.0804 2.34009L2.5306 0L0.524089 0L2.07015 2.34009L4.0804 2.34009ZM1.85677 13.2019L1.85677 2.89673L0 2.89673L0 13.2019L1.85677 13.2019ZM7.13135 4.78638C7.14632 4.62158 7.1613 4.45679 7.1613 4.29199L7.1613 2.98462L5.35319 2.98462L5.35319 4.29199C5.35319 5.80444 4.70931 7.21436 2.40706 8.82202L2.88249 10.5908C4.52588 9.53979 5.64518 8.38623 6.33398 7.21436C7.02279 8.45947 8.14209 9.4519 9.80046 10.4553L10.2759 8.55103C8.11214 7.229 7.31478 6.11938 7.13135 4.78638Z" fill-rule="nonzero" fill="rgb(20, 20, 20)"></path>
<path transform="matrix(1 0 0 1 16.651 1.04957)" d="M4.67936 1.88965L10.6427 1.88965C10.7812 1.88965 10.8711 1.9812 10.8711 2.1167L10.8711 10.7996C10.8711 11.2793 10.5641 11.5503 10.0438 11.5649C9.3999 11.5796 8.83464 11.521 8.06722 11.3708L8.49398 12.9749C9.23145 13.125 9.98389 13.1543 10.8561 13.1543C11.8856 13.1543 12.7428 12.3596 12.7428 11.4001L12.7428 1.53076C12.7428 0.809326 12.2524 0.32959 11.515 0.32959L4.67936 0.32959L4.67936 1.88965ZM4.0804 2.34009L2.5306 0L0.524089 0L2.07015 2.34009L4.0804 2.34009ZM1.85677 13.2019L1.85677 2.89673L0 2.89673L0 13.2019L1.85677 13.2019ZM7.13135 4.78638C7.14632 4.62158 7.1613 4.45679 7.1613 4.29199L7.1613 2.98462L5.35319 2.98462L5.35319 4.29199C5.35319 5.80444 4.70931 7.21436 2.40706 8.82202L2.88249 10.5908C4.52588 9.53979 5.64518 8.38623 6.33398 7.21436C7.02279 8.45947 8.14209 9.4519 9.80046 10.4553L10.2759 8.55103C8.11214 7.229 7.31478 6.11938 7.13135 4.78638Z" fill-rule="nonzero" fill="rgb(20, 20, 20)"></path>
<path transform="matrix(1 0 0 1 0.737549 0.749273)" d="M12.1289 11.5942L12.1289 4.36523C12.1289 3.55591 11.7284 3.16406 10.901 3.16406L7.86507 3.16406L7.86507 2.50488L13.645 2.50488L13.645 1.06567L7.86507 1.06567L7.86507 0L5.99333 0L5.99333 1.06567L0.228353 1.06567L0.351888 2.50488L5.99333 2.50488L5.99333 3.16406L2.9873 3.16406C2.15999 3.16406 1.76318 3.55591 1.76318 4.36523L1.76318 11.5942L0 11.5942L0.119792 13.0371L13.7835 13.0371L13.7835 11.5942L12.1289 11.5942ZM10.2572 11.5942L3.63119 11.5942L3.63119 10.8765L10.2572 10.8765L10.2572 11.5942ZM10.2572 9.49585L3.63119 9.49585L3.63119 8.75977L10.2572 8.75977L10.2572 9.49585ZM10.2572 7.37915L3.63119 7.37915L3.63119 6.66138L10.2572 6.66138L10.2572 7.37915ZM10.2572 5.28076L3.63119 5.28076L3.63119 4.77173C3.63119 4.62158 3.7098 4.54468 3.86328 4.54468L10.0251 4.54468C10.1785 4.54468 10.2572 4.62158 10.2572 4.77173L10.2572 5.28076Z" fill-rule="nonzero" fill="rgb(20, 20, 20)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" id="icon-ai-inspection-focus">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1.00998 2.92004)" d="M19.6982 0.215188C19.563 -0.0753877 19.1427 -0.0707135 18.9678 0.22331L18.1165 1.65447C18.0777 1.71971 18.0228 1.77481 17.9575 1.81403L16.4624 2.71226C16.1936 2.87376 16.1641 3.2461 16.4074 3.40761L17.7602 4.30565C17.8195 4.34499 17.8657 4.40029 17.8942 4.46579L18.537 5.94469C18.6667 6.24321 19.0947 6.24321 19.2717 5.94469L20.1492 4.46441C20.1875 4.39978 20.2416 4.34507 20.306 4.30582L21.7817 3.40605C22.0473 3.24412 22.0765 2.87575 21.8365 2.71381L20.4988 1.8112C20.4433 1.77376 20.3994 1.7222 20.371 1.66131L19.6982 0.215188ZM8.70854 1.99868C7.4617 1.99868 6.2975 2.72292 5.72079 3.85223L0.158202 14.7447C-0.306473 15.6546 0.305055 16.6901 1.30708 16.6901L2.95449 16.6901C3.22376 16.6901 3.4765 16.5332 3.60121 16.2886L8.82178 6.05009L10.4589 13.5544L8.38687 13.5545C8.16669 13.5545 7.96083 13.6855 7.86355 13.8877L6.88013 15.9309C6.70566 16.2934 6.95067 16.6965 7.34554 16.6967L10.9849 16.6984L14.0113 16.6967C14.3735 16.6965 14.6547 16.3531 14.5786 16.0039L12.1171 4.71397C11.7677 3.11166 10.3706 1.99867 8.70854 1.99868ZM18.7825 7.40959C17.854 7.34467 17.0487 8.04469 16.9838 8.97315L16.5712 14.8742C16.5062 15.8027 17.2037 16.6078 18.1322 16.6727L18.1347 16.6729C19.0632 16.7378 19.8685 16.0378 19.9334 15.1093L20.346 9.20826C20.411 8.27981 19.7134 7.47469 18.785 7.40977L18.7825 7.40959Z" fill-rule="evenodd" fill="rgb(95, 94, 247)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-ai-inspection-good">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1.33333 1.26831)" d="M5.09379 2.15728C5.02088 2.48459 4.94407 2.80773 4.86338 3.1267C4.76244 3.52567 4.64175 3.82983 4.50131 4.03916C4.36446 4.24313 4.19027 4.37844 3.97873 4.4451C3.88916 4.47333 3.63827 4.50097 3.22608 4.52802L1.16667 4.52808C0.844501 4.52808 0.569515 4.64198 0.341709 4.86978C0.113903 5.09759 0 5.37258 0 5.69474L0 12.2186C0 12.5407 0.11388 12.8157 0.341641 13.0435C0.569402 13.2713 0.844347 13.3852 1.16648 13.3852L4.10052 13.3857C4.1183 13.3857 4.13591 13.385 4.15333 13.3837L9.8377 13.3837C10.8649 13.3837 11.6719 13.1256 12.2586 12.6095C12.4582 12.4339 12.6198 12.238 12.7434 12.0217C12.8132 11.8995 12.8628 11.7875 12.8922 11.6858C12.8937 11.6806 12.8951 11.6755 12.8964 11.6703C12.8978 11.6651 12.8991 11.66 12.9003 11.6547L13.6333 8.56438L13.983 7.06313C14.1122 6.50226 14.0848 6.00595 13.9008 5.57419C13.7446 5.20737 13.4878 4.91145 13.1305 4.68643C12.8969 4.53933 12.6328 4.43074 12.3381 4.36064C12.1898 4.32538 12.0582 4.30407 11.9433 4.2967C11.9362 4.29624 11.9291 4.2959 11.922 4.29567C11.9148 4.29545 11.9077 4.29533 11.9006 4.29533L9.12367 4.29533C9.18717 3.98036 9.22796 3.67264 9.24603 3.37215C9.28213 2.77204 9.22348 2.23878 9.07007 1.77238C8.8616 1.13853 8.49103 0.653549 7.95839 0.317428C7.67822 0.140629 7.3939 0.0376741 7.10543 0.00856401C6.81151 -0.0210961 6.53336 0.0262861 6.27096 0.15071C6.03379 0.263173 5.82933 0.429624 5.65757 0.650063C5.50339 0.84794 5.38695 1.075 5.30824 1.33126C5.23434 1.57189 5.16286 1.84723 5.09379 2.15728ZM3.94067 5.80124L3.9364 5.80317L3.9364 12.0503L9.8377 12.0503C10.5296 12.0503 11.043 11.903 11.378 11.6084C11.4664 11.5306 11.5356 11.4479 11.5857 11.3602C11.5965 11.3414 11.6053 11.3243 11.612 11.3089L12.3347 8.26189L12.6837 6.76391C12.7479 6.48485 12.7448 6.26247 12.6742 6.09676C12.6268 5.98561 12.5421 5.89158 12.42 5.81465C12.3111 5.74608 12.181 5.6938 12.0296 5.6578C11.9644 5.6423 11.9126 5.63259 11.8742 5.62867L8.25745 5.62867C8.2188 5.62867 8.18043 5.62533 8.14236 5.61866C8.10429 5.61198 8.06707 5.60207 8.03072 5.58893C7.8576 5.52632 7.73197 5.41167 7.65383 5.24498C7.57568 5.0783 7.56792 4.90839 7.63053 4.73527C7.66777 4.63227 7.70835 4.49281 7.75226 4.31689C7.84115 3.96072 7.89543 3.61912 7.9151 3.2921C7.97017 2.3766 7.74741 1.76091 7.24683 1.44502C7.07709 1.3379 6.94222 1.30805 6.84224 1.35546C6.72782 1.40971 6.64135 1.53213 6.58282 1.72271C6.51921 1.92984 6.45667 2.17134 6.39522 2.44719C6.31954 2.78691 6.2398 3.12242 6.15599 3.45371C6.01728 4.002 5.83479 4.44477 5.60853 4.78201C5.29802 5.24484 4.88833 5.55643 4.37948 5.71679C4.27857 5.74859 4.1323 5.77674 3.94067 5.80124ZM1.33333 5.86141L2.60307 5.86141L2.60307 12.0521L1.33333 12.0519L1.33333 5.86141Z" fill-rule="evenodd"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18" id="icon-ai-inspection-loading"></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 14 14" id="icon-ai-inspection-question">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 0.875 0.875)" d="M6.125 0C9.50774 0 12.25 2.74226 12.25 6.125C12.25 9.50774 9.50774 12.25 6.125 12.25C2.74226 12.25 0 9.50774 0 6.125C0 2.74226 2.74226 0 6.125 0ZM6.125 1.16667C5.45197 1.16667 4.80875 1.29639 4.19535 1.55584C3.60228 1.80668 3.07681 2.16105 2.61893 2.61893C2.16105 3.07681 1.80668 3.60228 1.55584 4.19535C1.29639 4.80875 1.16667 5.45197 1.16667 6.125C1.16667 6.79803 1.29639 7.44125 1.55584 8.05465C1.80668 8.64772 2.16105 9.17319 2.61893 9.63107C3.07681 10.089 3.60228 10.4433 4.19535 10.6942C4.80875 10.9536 5.45197 11.0833 6.125 11.0833C6.79803 11.0833 7.44125 10.9536 8.05465 10.6942C8.64772 10.4433 9.17319 10.089 9.63107 9.63107C10.089 9.17319 10.4433 8.64772 10.6942 8.05465C10.9536 7.44125 11.0833 6.79803 11.0833 6.125C11.0833 5.45197 10.9536 4.80875 10.6942 4.19535C10.4433 3.60228 10.089 3.07681 9.63107 2.61893C9.17319 2.16105 8.64772 1.80668 8.05465 1.55584C7.44125 1.29639 6.79803 1.16667 6.125 1.16667ZM7.34592 3.72748C7.05339 3.46419 6.67168 3.33572 6.20706 3.33572C5.67647 3.33572 5.25099 3.49161 4.94069 3.8093C4.72333 4.02664 4.58145 4.30036 4.51714 4.62538C4.51216 4.65058 4.50773 4.68085 4.50373 4.71664L4.49291 4.84106C4.47289 5.13169 4.69225 5.38352 4.98288 5.40355C5.001 5.40459 5.001 5.40459 5.01914 5.4048L5.08559 5.40089C5.3473 5.36986 5.55598 5.15787 5.57724 4.88911L5.59403 4.75053C5.61662 4.65843 5.65034 4.58383 5.69434 4.52516C5.78504 4.39393 5.93205 4.32997 6.16199 4.32997C6.34467 4.32997 6.4785 4.37692 6.5649 4.46332C6.6473 4.55016 6.69182 4.67457 6.69182 4.84692C6.69182 4.9605 6.64814 5.07199 6.55492 5.1911L6.34585 5.39999C5.99826 5.71568 5.78247 5.96005 5.69351 6.15167L5.64457 6.24602C5.60917 6.32101 5.58645 6.39184 5.57129 6.48056L5.56159 6.58792C5.56233 6.85465 5.76292 7.08436 6.0344 7.11513C6.04437 7.11607 6.05102 7.11669 6.05657 7.11713L6.09438 7.11851C6.38078 7.11851 6.62834 6.91862 6.68867 6.63865L6.70802 6.5611C6.71413 6.54043 6.71975 6.52511 6.72447 6.51567C6.77189 6.42084 6.8463 6.32783 6.94379 6.24573C6.97537 6.21818 7.00563 6.19169 7.03457 6.16624L7.51114 5.71664C7.70529 5.4682 7.80195 5.15927 7.80195 4.80185C7.80195 4.35789 7.64898 3.99266 7.34592 3.72748ZM6.57139 7.72042C6.44904 7.59563 6.28306 7.53374 6.09122 7.53374C5.90481 7.53374 5.73905 7.59643 5.61204 7.72576C5.48458 7.84609 5.41704 8.01311 5.41704 8.20713C5.41704 8.39324 5.48351 8.55762 5.61204 8.6885C5.74005 8.81885 5.90756 8.88707 6.09122 8.88707C6.27061 8.88707 6.43638 8.82197 6.56495 8.7004C6.70142 8.56163 6.77184 8.39672 6.77184 8.20713C6.77184 8.01311 6.7043 7.84609 6.57139 7.72042Z" fill-rule="evenodd"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-ai-inspection-refresh">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1.05305 0.916666)" d="M11.8473 4.07362C12.1926 4.63452 12.4337 5.23619 12.5706 5.87863C12.6473 6.23874 13.0015 6.46847 13.3616 6.39175C13.7217 6.31502 13.9514 5.9609 13.8747 5.60079C13.7058 4.80826 13.4085 4.06621 12.9828 3.37463C12.5655 2.69681 12.0484 2.10538 11.4316 1.60033C10.8094 1.09082 10.1219 0.699111 9.36922 0.425212C8.59022 0.141737 7.78277 0 6.94687 0C6.10954 0 5.3008 0.142209 4.52064 0.426627C3.76684 0.701432 3.07858 1.09438 2.45584 1.60547C1.83852 2.11212 1.32144 2.70531 0.904594 3.38503C0.479214 4.07867 0.182877 4.82274 0.0155839 5.61724C-0.0223479 5.79738 0.0089659 5.96456 0.109525 6.11876C0.210085 6.27297 0.350437 6.36903 0.530582 6.40697C0.553166 6.41172 0.575937 6.41529 0.598892 6.41768C0.621848 6.42007 0.644866 6.42127 0.667946 6.42127L3.33112 6.42127C3.69931 6.42127 3.99779 6.12279 3.99779 5.7546C3.99779 5.38642 3.69931 5.08794 3.33112 5.08794L1.55177 5.08794C1.68063 4.73931 1.84378 4.40402 2.04122 4.08207C2.37986 3.52986 2.80003 3.04788 3.30173 2.63613C3.80734 2.22116 4.36587 1.90222 4.97732 1.67931C5.61 1.44866 6.26652 1.33333 6.94687 1.33333C7.62607 1.33333 8.28154 1.44828 8.91327 1.67816C9.52381 1.90034 10.0817 2.21827 10.5869 2.63196C11.0882 3.04241 11.5083 3.52296 11.8473 4.07362ZM2.04325 9.68102C1.69795 9.12012 1.45686 8.51845 1.31998 7.876C1.24325 7.5159 0.88913 7.28617 0.529026 7.36289C0.168921 7.43962 -0.0608088 7.79374 0.0159137 8.15385C0.184767 8.94638 0.482073 9.68843 0.907833 10.38C1.32512 11.0578 1.84216 11.6493 2.45896 12.1543C3.08121 12.6638 3.76868 13.0555 4.52137 13.3294C5.30036 13.6129 6.10781 13.7546 6.94372 13.7546C7.78104 13.7546 8.58979 13.6124 9.36995 13.328C10.1237 13.0532 10.812 12.6603 11.4347 12.1492C12.0521 11.6425 12.5691 11.0493 12.986 10.3696C13.4114 9.67597 13.7077 8.9319 13.875 8.1374C13.9129 7.95726 13.8816 7.79008 13.7811 7.63588C13.6805 7.48167 13.5401 7.38561 13.36 7.34767C13.3374 7.34292 13.3146 7.33934 13.2917 7.33695C13.2687 7.33456 13.2457 7.33337 13.2226 7.33337L10.5595 7.33337C10.1913 7.33337 9.8928 7.63185 9.8928 8.00003C9.8928 8.36822 10.1913 8.6667 10.5595 8.6667L12.3388 8.6667C12.21 9.01533 12.0468 9.35062 11.8494 9.67257C11.5107 10.2248 11.0906 10.7068 10.5889 11.1185C10.0832 11.5335 9.52471 11.8524 8.91327 12.0753C8.28058 12.306 7.62407 12.4213 6.94372 12.4213C6.26452 12.4213 5.60905 12.3064 4.97731 12.0765C4.36677 11.8543 3.80889 11.5364 3.30367 11.1227C2.8024 10.7122 2.38226 10.2317 2.04325 9.68102Z" fill-rule="evenodd"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1170 1024" id="icon-chat-history"><path d="M505.124571 0c12.068571 0.073143 26.843429 1.755429 42.715429 4.681143a294.034286 294.034286 0 0 1 86.893714 30.573714c82.212571 44.909714 128.219429 123.684571 132.900572 227.474286l0.365714 17.554286-0.073143 21.357714-0.804571 20.114286a543.597714 543.597714 0 0 1-12.214857 90.697142c-9.874286 43.812571-24.649143 78.262857-45.348572 104.301715l-9.216 10.605714c-2.852571 2.925714-7.094857 8.557714-10.752 14.262857l-4.388571 7.533714-2.633143 5.266286a8.996571 8.996571 0 0 0-0.438857 1.316572c0 2.340571 0.731429 4.461714 3.803428 7.314285l4.827429 3.657143 7.533714 4.681143 17.700572 9.654857 46.08 23.405714 35.401142 18.358858 16.310858 8.777142 30.134857 17.042286c104.155429 60.854857 141.165714 106.642286 144.603428 171.300572l0.292572 8.923428 5.632 122.075429a67.291429 67.291429 0 0 1-61.732572 72.265143L757.613714 1024 59.245714 1022.976a67.291429 67.291429 0 0 1-59.245714-66.779429l0.438857-7.826285 8.777143-121.417143c1.462857-77.604571 47.177143-127.341714 191.634286-204.361143l35.108571-18.285714 52.809143-26.843429 10.825143-5.997714 7.606857-4.534857 4.827429-3.584a11.995429 11.995429 0 0 0 3.364571-4.096l0.512-2.413715a55.076571 55.076571 0 0 0-7.533714-15.213714 129.170286 129.170286 0 0 0-7.460572-10.459428l-3.291428-3.803429c-25.6-27.062857-43.300571-64.804571-54.637715-114.907429a542.939429 542.939429 0 0 1-11.410285-79.725714l-1.243429-21.430857-0.365714-18.505143v-11.702857c0-113.152 46.445714-198.436571 133.266286-245.76A293.814857 293.814857 0 0 1 449.974857 4.681143 250.88 250.88 0 0 1 478.061714 0.731429L492.324571 0h12.8zM504.685714 85.504h-11.995428c-3.072 0-7.168 0.292571-11.849143 0.877714l-15.36 2.340572a210.651429 210.651429 0 0 0-62.171429 21.796571c-55.003429 29.988571-84.772571 80.969143-88.502857 153.819429l-0.365714 16.018285v19.968l0.731428 16.822858 0.585143 9.216c1.828571 24.356571 5.046857 46.811429 9.581715 66.998857 6.802286 29.988571 16.018286 52.662857 27.501714 67.949714l5.851428 7.021714c7.533714 8.192 14.409143 17.115429 20.406858 26.477715 11.483429 17.846857 18.578286 35.035429 20.553142 51.2 0.438857 3.145143 0.658286 6.290286 0.658286 9.508571 0 47.689143-19.017143 69.997714-94.134857 108.836571l-47.250286 24.064-29.769143 15.725715-26.331428 14.628571c-8.118857 4.681143-15.798857 9.216-22.966857 13.531429l-19.894857 12.8c-45.860571 30.866286-64.073143 54.710857-66.121143 80.384l-0.219429 5.12-0.950857 0.877714 0.804571 1.024-7.094857 105.618286 138.093715 0.438857 684.470857-0.512-4.534857-104.96c0-30.281143-18.651429-56.612571-72.411429-91.867429l-21.869714-13.604571c-3.876571-2.413714-7.972571-4.754286-12.214857-7.241143l-27.136-15.140571-30.939429-16.457143-34.230857-17.408c-86.674286-43.300571-107.958857-65.389714-107.958857-115.931429 0-3.145143 0.219429-6.290286 0.585143-9.435428 2.048-16.164571 9.142857-33.353143 20.626285-51.2a192.365714 192.365714 0 0 1 13.092572-18.066286l7.314285-8.484572c14.189714-14.921143 25.380571-39.936 33.353143-74.825142 4.827429-22.089143 8.045714-44.470857 9.508572-67.072l1.024-16.676572 0.365714-16.676571v-12.653715c0-81.481143-29.988571-137.654857-88.868571-169.837714a210.505143 210.505143 0 0 0-62.171429-21.796571 173.494857 173.494857 0 0 0-27.794286-3.218286z m302.372572-36.205714l19.529143 2.852571 8.045714 1.462857c22.966857 4.315429 39.497143 10.825143 64.950857 24.722286 71.68 39.058286 110.226286 109.348571 110.226286 201.874286l-2.925715 27.062857-2.779428 22.089143-2.56 17.334857-2.413714 12.580571c-9.362286 41.179429-24.064 72.411429-45.348572 94.939429l-0.219428 1.097143c-0.219429 0.585143-0.438857 0.950857-1.389715 0.731428l-6.802285 9.289143c-9.508571 12.946286-11.117714 23.478857-7.972572 32.694857l0.731429 0.365715 2.194285 2.048c1.389714 1.389714 3.364571 2.925714 5.997715 4.681142l9.581714 5.997715 13.677714 7.533714 17.993143 9.142857c135.314286 67.510857 175.323429 109.348571 178.907429 183.881143l2.925714 169.984 0.731429 17.627429c1.462857 19.090286-14.701714 35.108571-37.156572 35.108571-22
2026-03-06 01:33:11 +08:00
<path d="M-0.6 0C-0.6 0.331368 -0.331368 0.6 0 0.6L6.99994 0.6C7.33131 0.6 7.59994 0.331368 7.59994 0C7.59994 -0.331368 7.33131 -0.6 6.99994 -0.6L0 -0.6C-0.331368 -0.6 -0.6 -0.331368 -0.6 0Z" fill-rule="evenodd" transform="matrix(0 -1 1 0 8 12)" fill="rgb(133, 133, 133)"></path>
<path d="M0 -0.6C-0.331368 -0.6 -0.6 -0.331368 -0.6 0L-0.6 3Q-0.6 3.66274 -0.131371 4.13137Q0.337258 4.6 1 4.6L4 4.6C4.33137 4.6 4.6 4.33137 4.6 4C4.6 3.66863 4.33137 3.4 4 3.4L1 3.4Q0.834315 3.4 0.717157 3.28284Q0.6 3.16569 0.6 3L0.6 0C0.6 -0.331368 0.331368 -0.6 0 -0.6Z" fill-rule="evenodd" transform="matrix(-0.707107 0.707107 -0.707107 -0.707107 10.8473 6.7525)" fill="rgb(133, 133, 133)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-forward"><path d="M480 357.312l-10.112 1.216c-233.216 30.272-380.608 165.76-436.992 402.048a32 32 0 0 0 52.672 31.04c118.272-107.968 214.272-169.28 285.888-184.32l17.728-3.2a275.2 275.2 0 0 1 83.2-1.024l7.68 1.408L480 832a32 32 0 0 0 53.888 23.36l384-359.168a32 32 0 0 0-0.512-47.168l-384-344.832A32 32 0 0 0 480 128v229.312z m63.936-157.568l304.64 273.6L544 758.208l0.064-179.2a32 32 0 0 0-23.104-30.72c-50.624-14.592-104.96-15.744-162.688-3.584l-12.928 3.008c-56.384 14.72-120.832 49.856-193.92 105.216l-21.056 16.192 6.784-14.528c69.76-144.448 194.496-222.336 377.28-236.288a32 32 0 0 0 29.568-31.936L544 199.744z" p-id="4010"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-job"><path d="M704 128a64 64 0 0 1 64 64v64h64a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128H192a128 128 0 0 1-128-128V384a128 128 0 0 1 128-128h64V192a64 64 0 0 1 64-64h384z m192 384H128v256a64 64 0 0 0 56.512 63.552L192 832h640a64 64 0 0 0 63.552-56.512L896 768V512z m-64-192H192a64 64 0 0 0-63.552 56.512L128 384v64h768V384a64 64 0 0 0-56.512-63.552L832 320z m-128-128H320v64h384V192z" p-id="2930"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-local"><path d="M512 102.4c183.1424 0 331.5712 148.48 331.5712 331.5712 0 108.032-86.528 247.6544-259.5328 419.0208a102.4 102.4 0 0 1-137.5744 5.888l-6.5024-5.888-15.9744-15.9744c-162.3552-164.096-243.5584-298.4448-243.5584-403.0464C180.4288 250.8288 328.9088 102.4 512 102.4z m0 51.2a280.3712 280.3712 0 0 0-280.3712 280.3712c0 84.5824 70.144 203.4688 213.504 351.4368l15.0528 15.36 15.7696 15.872a51.2 51.2 0 0 0 72.0896 0c164.096-162.56 244.3264-292.1472 244.3264-382.6688A280.3712 280.3712 0 0 0 512 153.6z m0 102.4a153.6 153.6 0 1 1 0 307.2 153.6 153.6 0 0 1 0-307.2z m0 51.2a102.4 102.4 0 1 0 0 204.8 102.4 102.4 0 0 0 0-204.8z" fill="#999999" p-id="3335"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-op-cancel"><path d="M640 213.333333a42.666667 42.666667 0 0 1 42.666667 42.666667l-0.042667 83.157333 106.709333 0.042667a23.466667 23.466667 0 0 1 3.84 46.634667l-3.84 0.298666-64.042666-0.042666L725.333333 768a42.666667 42.666667 0 0 1-42.666666 42.666667H341.333333a42.666667 42.666667 0 0 1-42.666666-42.666667l-0.042667-381.909333L234.666667 386.133333a23.466667 23.466667 0 0 1-3.84-46.634666l3.84-0.298667 106.624-0.042667L341.333333 256a42.666667 42.666667 0 0 1 42.666667-42.666667h256z m42.624 172.757334h-341.333333L341.333333 768h341.333334l-0.042667-381.909333zM448 472.533333c11.648 0 21.333333 8.533333 23.168 19.626667l0.298667 3.84v160a23.466667 23.466667 0 0 1-46.634667 3.84l-0.298667-3.84v-160a23.466667 23.466667 0 0 1 23.466667-23.466667z m128 0c11.648 0 21.333333 8.533333 23.168 19.626667l0.298667 3.84v160a23.466667 23.466667 0 0 1-46.634667 3.84l-0.298667-3.84v-160a23.466667 23.466667 0 0 1 23.466667-23.466667zM635.733333 260.266667H388.266667v76.8h247.466666V260.266667z" p-id="3676"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-op-end"><path d="M351.616 285.738667a21.333333 21.333333 0 0 1 0 30.165333 253.610667 253.610667 0 1 0 358.613333 0 21.333333 21.333333 0 1 1 30.165334-30.165333 296.277333 296.277333 0 1 1-418.986667 0 21.333333 21.333333 0 0 1 30.208 0zM533.333333 170.666667a21.333333 21.333333 0 0 1 20.992 17.493333L554.666667 192v341.333333a21.333333 21.333333 0 0 1-42.325334 3.84L512 533.333333v-341.333333a21.333333 21.333333 0 0 1 21.333333-21.333333z" p-id="3820"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-op-forward"><path d="M473.770667 234.666667a21.333333 21.333333 0 0 1 3.84 42.325333l-3.84 0.341333h-144.64c-26.794667 0-48.896 20.394667-51.541334 46.506667l-0.256 5.290667v365.738666c0 26.794667 20.394667 48.896 46.506667 51.541334l5.290667 0.256h365.738666c26.794667 0 48.896-20.394667 51.541334-46.5066
2026-03-06 01:33:11 +08:00
<title>编组 29</title>
<g id="icon-phone_页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="icon-phone_-面试-状体卡片备份" transform="translate(-1992.000000, -425.000000)">
<g id="icon-phone_编组-29" transform="translate(1992.000000, 425.000000)">
<rect id="icon-phone_矩形备份-24" x="0" y="0" width="16" height="16"></rect>
<path d="M5.69266666,1.49999998 L2.718,1.49999998 C2.11969263,1.49999998 1.61830262,1.95247187 1.55727447,2.54766667 C1.51904288,2.91607653 1.5,3.28924703 1.5,3.66666666 C1.5,9.64947569 6.35052429,14.5 12.3333333,14.5 C12.7107529,14.5 13.0839234,14.4809571 13.452943,14.4426626 C14.0475281,14.3816974 14.5,13.8803073 14.5,13.282 L14.5,10.3073333 C14.5,9.69871436 14.0322219,9.19231064 13.4255,9.14422934 C12.4243002,9.06557855 11.4514139,8.77602652 10.5704458,8.29457832 L10.4576571,8.24041041 C9.96162209,8.03400578 9.37984144,8.19375974 9.06110358,8.6400891 L8.706,9.137 L8.59023056,9.08116157 C8.22022562,8.89074167 7.89745467,8.65701455 7.62022005,8.37977993 L7.45909857,8.20796121 C7.25122687,7.97154756 7.07117433,7.70577337 6.91883841,7.40976942 L6.862,7.293 L7.35989024,6.93891113 C7.84057326,6.59564024 7.98887602,5.94731671 7.70524421,5.42922973 C7.22397345,4.54858607 6.93442143,3.57569975 6.85579765,2.57484242 C6.80768934,1.96777808 6.30128561,1.49999998 5.69266666,1.49999998 Z M2.718,2.49999998 L5.69266666,2.49999998 C5.77967558,2.49999998 5.85202792,2.56683368 5.85889602,2.65349999 C5.94854372,3.79469012 6.27879365,4.90432022 6.82791167,5.9091125 C6.86860794,5.98344934 6.84742183,6.07606698 6.77875578,6.12510358 L5.95344308,6.71442217 C5.76829847,6.8466256 5.69574118,7.08714937 5.7768908,7.2996841 C6.04409551,7.99950596 6.42301952,8.59679296 6.91311327,9.08688671 C7.40320702,9.57698046 8.00049402,9.95590447 8.70031587,10.2231092 C8.91285061,10.3042588 9.15337438,10.2317015 9.28557781,10.0465569 L9.87491114,9.22122356 C9.92393299,9.15257814 10.0165506,9.13139204 10.0905631,9.17191087 C11.0956798,9.72120633 12.2053099,10.0514563 13.3468424,10.141131 C13.4331663,10.1479721 13.5,10.2203244 13.5,10.3073333 L13.5,13.282 C13.5,13.3675812 13.4353468,13.4392243 13.3503333,13.4479411 C13.0152365,13.4827149 12.6765131,13.5 12.3333333,13.5 C6.90280904,13.5 2.5,9.09719094 2.5,3.66666666 C2.5,3.3234869 2.51728504,2.98476351 2.55199598,2.6502763 C2.5607757,2.5646532 2.63241879,2.49999998 2.718,2.49999998 Z" id="icon-phone_路径" fill="#979797" fill-rule="nonzero"></path>
2026-03-06 00:43:40 +08:00
</g>
</g>
2026-03-06 01:33:11 +08:00
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-remark"><path d="M645.12 96a32 32 0 0 1 5.76 63.488l-5.76 0.512H256a96 96 0 0 0-95.552 86.784L160 256v512a96 96 0 0 0 86.784 95.552L256 864h512a96 96 0 0 0 95.552-86.784L864 768V388.224a32 32 0 0 1 63.488-5.76l0.512 5.76V768a160 160 0 0 1-149.504 159.68L768 928H256a160 160 0 0 1-159.68-149.504L96 768V256a160 160 0 0 1 149.504-159.68L256 96h389.12z m241.536 41.344a32 32 0 0 1 3.648 40.832l-3.648 4.48-448 448a32 32 0 0 1-48.96-40.832l3.648-4.48 448-448a32 32 0 0 1 45.312 0z" p-id="3605"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-report"><path d="M768 96A160 160 0 0 1 928 256v512a160 160 0 0 1-160 160H256A160 160 0 0 1 96 768V256A160 160 0 0 1 256 96z m0 64H256A96 96 0 0 0 160 256v512A96 96 0 0 0 256 864h512a96 96 0 0 0 96-96V256A96 96 0 0 0 768 160zM672 640a32 32 0 0 1 5.76 63.488L672 704h-320a32 32 0 0 1-5.76-63.488L352 640h320zM448 288a64 64 0 0 1 28.608 6.784l152.448 76.16a64 64 0 0 1 0 114.56l-152.448 76.16A64 64 0 0 1 384 504.448V352a64 64 0 0 1 64-64z m0 64v152.448l152.448-76.224L448 352z" fill="#979797" p-id="2695"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-time"><path d="M512 64a448 448 0 1 1 0 896A448 448 0 0 1 512 64z m0 64a384 384 0 1 0 0 768A384 384 0 0 0 512 128zM448 251.84a32 32 0 0 1 31.488 26.24l0.512 5.76V512a32 32 0 0 0 26.24 31.488L512 544h226.688a32 32 0 0 1 5.76 63.488l-5.76 0.512H512a96 96 0 0 1-95.552-86.784L416 512V283.84a32 32 0 0 1 32-32z" p-id="2795"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024" id="icon-video"><path d="M768 96A160 160 0 0 1 928 256v512a160 160 0 0 1-160 160H256A160 160 0 0 1 96 768V256A160 160 0 0 1 256 96z m0 64H256A96 96 0 0 0 160 256v512A96 96 0 0 0 256 864h512a96 96 0 0 0 96-96V256A96 96 0 0 0 768 160zM467.776 372.48a64 64 0 0 1 28.608 6.784l152.448 76.16a64 64 0 0 1 0 114.56l-152.448 76.16a64 64 0 0 1-92.608-57.216V436.48a64 64 0 0 1 64-64z m0 64v152.448l152.448-76.224L467.776 436.48z" fill="#999999" p-id="2665"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-face-icon"><path d="M512 938.688A426.688 426.688 0 1 1 512 85.376a426.688 426.688 0 0 1 0 853.312z m0-85.376A341.312 341.312 0 1 0 512 170.688a341.312 341.312 0 0 0 0 682.624zM341.312 554.688h341.376a170.688 170.688 0 0 1-341.376 0z m0-85.376a64 64 0 1 1 0-128 64 64 0 0 1 0 128z m341.376 0a64 64 0 1 1 0-128 64 64 0 0 1 0 128z" p-id="16039"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-icon-intent-letter-base">
2026-03-06 01:33:11 +08:00
<title>基础要求</title>
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="icon-icon-intent-letter-base_linearGradient-1">
<stop stop-color="#005EE0" offset="0%"></stop>
<stop stop-color="#00BEBD" offset="100%"></stop>
</linearGradient>
<rect id="icon-icon-intent-letter-base_path-2" x="0" y="0" width="15" height="15" rx="3"></rect>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="icon-icon-intent-letter-base_linearGradient-4">
<stop stop-color="#FFFFFF" stop-opacity="0.1" offset="0%"></stop>
<stop stop-color="#FFFFFF" stop-opacity="0.3" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="icon-icon-intent-letter-base_linearGradient-5">
<stop stop-color="#FFFFFF" stop-opacity="0.823972902" offset="0%"></stop>
<stop stop-color="#B1B3FF" stop-opacity="0.8" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="icon-icon-intent-letter-base_linearGradient-6">
<stop stop-color="#A789FF" offset="0%"></stop>
<stop stop-color="#23DAFF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="icon-icon-intent-letter-base_linearGradient-7">
<stop stop-color="#FFFFFF" stop-opacity="0.6" offset="0%"></stop>
<stop stop-color="#FFFFFF" offset="100%"></stop>
</linearGradient>
<rect id="icon-icon-intent-letter-base_path-8" x="4" y="4" width="7" height="2" rx="1"></rect>
<filter x="-47.1%" y="-135.0%" width="194.3%" height="430.0%" filterUnits="objectBoundingBox" id="icon-icon-intent-letter-base_filter-9">
<feOffset dx="0" dy="0.6" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.598793051 0 0 0 0 0.541360138 0 0 0 0 0.977383379 0 0 0 0.5 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<rect id="icon-icon-intent-letter-base_path-10" x="4" y="9" width="7" height="2" rx="1"></rect>
<filter x="-47.1%" y="-135.0%" width="194.3%" height="430.0%" filterUnits="objectBoundingBox" id="icon-icon-intent-letter-base_filter-11">
<feOffset dx="0" dy="0.6" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.598793051 0 0 0 0 0.541360138 0 0 0 0 0.977383379 0 0 0 0.5 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="icon-icon-intent-letter-base_1201" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="icon-icon-intent-letter-base_预览意向单" transform="translate(-336.000000, -219.000000)">
<g id="icon-icon-intent-letter-base_编组" transform="translate(320.000000, 202.000000)">
<g id="icon-icon-intent-letter-base_基础要求" transform="translate(16.000000, 17.000000)">
<g id="icon-icon-intent-letter-base_矩形">
<mask id="icon-icon-intent-letter-base_mask-3" fill="white">
<use xlink:href="#icon-icon-intent-letter-base_path-2"></use>
</mask>
<use id="icon-icon-intent-letter-base_蒙版" fill="url(#icon-icon-intent-letter-base_linearGradient-1)" xlink:href="#icon-icon-intent-letter-base_path-2"></use>
<polygon fill="url(#icon-icon-intent-letter-base_linearGradient-4)" mask="url(#icon-icon-intent-letter-base_mask-3)" points="0 0 3.57171097 6.99440506e-14 10.8585487 15 0 15"></polygon>
</g>
<g id="icon-icon-intent-letter-base_编组-6" transform="translate(5.000000, 5.000000)">
<rect id="icon-icon-intent-letter-base_矩形备份-3" stroke="url(#icon-icon-intent-letter-base_linearGradient-6)" stroke-width="0.5" fill="url(#icon-icon-intent-letter-base_linearGradient-5)" x="0.25" y="0.25" width="14.5" height="14.5" rx="3"></rect>
2026-03-06 00:43:40 +08:00
<g id="icon-icon-intent-letter-base_矩形">
2026-03-06 01:33:11 +08:00
<use fill="black" fill-opacity="1" filter="url(#icon-icon-intent-letter-base_filter-9)" xlink:href="#icon-icon-intent-letter-base_path-8"></use>
<use fill="url(#icon-icon-intent-letter-base_linearGradient-7)" fill-rule="evenodd" xlink:href="#icon-icon-intent-letter-base_path-8"></use>
2026-03-06 00:43:40 +08:00
</g>
2026-03-06 01:33:11 +08:00
<g id="icon-icon-intent-letter-base_矩形备份-4">
<use fill="black" fill-opacity="1" filter="url(#icon-icon-intent-letter-base_filter-11)" xlink:href="#icon-icon-intent-letter-base_path-10"></use>
<use fill="url(#icon-icon-intent-letter-base_linearGradient-7)" fill-rule="evenodd" xlink:href="#icon-icon-intent-letter-base_path-10"></use>
2026-03-06 00:43:40 +08:00
</g>
</g>
</g>
</g>
</g>
2026-03-06 01:33:11 +08:00
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-icon-intent-letter-job-keywords">
2026-03-06 01:33:11 +08:00
<defs>
<linearGradient id="icon-icon-intent-letter-job-keywords_linearGradient3317199489" gradientTransform="matrix(5.51091e-16 12 -9 7.34788e-16 9 -3.67394e-16)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0" stop-color="rgb(0, 93, 224)"></stop>
<stop offset="1" stop-color="rgb(0, 190, 189)"></stop>
</linearGradient>
</defs>
<rect width="9" height="12" rx="2" ry="2" transform="matrix(1 0 0 1 4 0)" fill="url(#icon-icon-intent-letter-job-keywords_linearGradient3317199489)"></rect>
<defs>
<mask id="icon-icon-intent-letter-job-keywords_mask4166980711" style="mask-type:alpha">
<rect width="9" height="12" rx="2" ry="2" transform="matrix(1 0 0 1 4 0)" fill="rgb(0, 0, 0)"></rect>
<rect width="9" height="12" rx="2" ry="2" stroke-width="1" transform="matrix(1 0 0 1 4 0)" stroke="rgb(0, 0, 0)" fill="transparent"></rect>
</mask>
</defs>
<g mask="url(#icon-icon-intent-letter-job-keywords_mask4166980711)">
2026-03-06 00:43:40 +08:00
<defs>
2026-03-06 01:33:11 +08:00
<linearGradient id="icon-icon-intent-letter-job-keywords_linearGradient5816235487" gradientTransform="matrix(5.51091e-16 12 -9 7.34788e-16 7.75757 -3.67394e-16)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0" stop-color="rgb(255, 255, 255)" stop-opacity="0.1"></stop>
<stop offset="1" stop-color="rgb(255, 255, 255)" stop-opacity="0.30000001"></stop>
2026-03-06 00:43:40 +08:00
</linearGradient>
2026-03-06 01:33:11 +08:00
</defs>
<path d="M0 1.26063C0 0.564404 0.564404 1.47368e-14 1.26063 3.29156e-14L1.26203 3.29521e-14C1.79184 4.67882e-14 2.26372 0.331277 2.4451 0.829081L5.537 9.31534C6.0123 10.6199 5.04629 12 3.65784 12L2 12C0.895431 12 0 11.1046 0 10L0 1.26063Z" fill-rule="evenodd" transform="matrix(1 0 0 1 4 0)" fill="url(#icon-icon-intent-letter-job-keywords_linearGradient5816235487)"></path>
</g>
<defs>
<linearGradient id="icon-icon-intent-letter-job-keywords_linearGradient0085287730" gradientTransform="matrix(1.04095e-15 12 -17 7.34788e-16 17 -3.67394e-16)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0" stop-color="rgb(0, 93, 224)"></stop>
<stop offset="1" stop-color="rgb(0, 190, 189)"></stop>
</linearGradient>
</defs>
<rect width="17" height="12" rx="2" ry="2" transform="matrix(1 0 0 1 0 3)" fill="url(#icon-icon-intent-letter-job-keywords_linearGradient0085287730)"></rect>
<defs>
<mask id="icon-icon-intent-letter-job-keywords_mask2616621698" style="mask-type:alpha">
<rect width="17" height="12" rx="2" ry="2" transform="matrix(1 0 0 1 0 3)" fill="rgb(0, 0, 0)"></rect>
<rect width="17" height="12" rx="2" ry="2" stroke-width="1" transform="matrix(1 0 0 1 0 3)" stroke="rgb(0, 0, 0)" fill="transparent"></rect>
</mask>
</defs>
<g mask="url(#icon-icon-intent-letter-job-keywords_mask2616621698)">
<defs>
<linearGradient id="icon-icon-intent-letter-job-keywords_linearGradient9161970825" gradientTransform="matrix(1.04095e-15 12 -17 7.34788e-16 14.6532 -3.67394e-16)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0" stop-color="rgb(255, 255, 255)" stop-opacity="0.1"></stop>
<stop offset="1" stop-color="rgb(255, 255, 255)" stop-opacity="0.30000001"></stop>
2026-03-06 00:43:40 +08:00
</linearGradient>
2026-03-06 01:33:11 +08:00
</defs>
<path d="M0 2C0 0.895431 0.89543 1.23777e-14 2 2.76463e-14L2.99649 4.14209e-14C3.65474 5.052e-14 4.27085 0.323904 4.64403 0.866158L10.1496 8.86616C11.0628 10.1931 10.1129 12 8.5021 12L2 12C0.895431 12 0 11.1046 0 10L0 2Z" fill-rule="evenodd" transform="matrix(1 0 0 1 0 3)" fill="url(#icon-icon-intent-letter-job-keywords_linearGradient9161970825)"></path>
</g>
<defs>
<linearGradient id="icon-icon-intent-letter-job-keywords_linearGradient4625560678" gradientTransform="matrix(6.73556e-16 6 -11 3.67394e-16 11 4.47035e-08)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0" stop-color="rgb(255, 255, 255)" stop-opacity="0.82397288"></stop>
<stop offset="1" stop-color="rgb(177, 178, 255)" stop-opacity="0.80000001"></stop>
</linearGradient>
</defs>
<path d="M0 2C0 0.895431 0.895431 0 2 0L2.2 0L3.55881 0L5.5 0L7.44119 0L8.8 0L9 0C10.1046 0 11 0.895431 11 2L11 4C11 5.10457 10.1046 6 9 6L2 6C0.895431 6 0 5.10457 0 4L0 2Z" fill-rule="nonzero" transform="matrix(1 0 0 1 6.00001 5)" fill="url(#icon-icon-intent-letter-job-keywords_linearGradient4625560678)"></path>
<defs>
<linearGradient id="icon-icon-intent-letter-job-keywords_linearGradient7998197629" gradientTransform="matrix(6.73556e-16 6 -11 3.67394e-16 11 4.47035e-08)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0" stop-color="rgb(166, 136, 255)"></stop>
<stop offset="1" stop-color="rgb(34, 217, 255)"></stop>
</linearGradient>
</defs>
<path d="M2 0C0.895431 0 0 0.895431 0 2L0 4C0 5.10457 0.895431 6 2 6L9 6C10.1046 6 11 5.10457 11 4L11 2C11 0.895431 10.1046 0 9 0L2 0ZM0.5 4L0.5 2Q0.5 1.37868 0.93934 0.93934Q1.37868 0.5 2 0.5L9 0.5Q9.62132 0.5 10.0607 0.93934Q10.5 1.37868 10.5 2L10.5 4Q10.5 4.62132 10.0607 5.06066Q9.62132 5.5 9 5.5L2 5.5Q1.37868 5.5 0.93934 5.06066Q0.5 4.62132 0.5 4Z" fill-rule="evenodd" transform="matrix(1 0 0 1 6.00001 5)" fill="url(#icon-icon-intent-letter-job-keywords_linearGradient7998197629)"></path>
<defs>
<linearGradient id="icon-icon-intent-letter-job-keywords_linearGradient8949487316" gradientTransform="matrix(1.04095e-15 12 -17 7.34788e-16 17 8.9407e-08)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0" stop-color="rgb(255, 255, 255)" stop-opacity="0.82397288"></stop>
<stop offset="1" stop-color="rgb(177, 178, 255)" stop-opacity="0.80000001"></stop>
</linearGradient>
</defs>
<path d="M0 2C0 0.895431 0.895431 0 2 0L3.4 0L5.49998 0L8.5 0L11.5 0L13.6 0L15 0C16.1046 0 17 0.895431 17 2L17 10C17 11.1046 16.1046 12 15 12L2 12C0.89543 12 0 11.1046 0 10L0 2Z" fill-rule="nonzero" transform="matrix(1 0 0 1 3.00001 8)" fill="url(#icon-icon-intent-letter-job-keywords_linearGradient8949487316)"></path>
<defs>
<linearGradient id="icon-icon-intent-letter-job-keywords_linearGradient9905915665" gradientTransform="matrix(1.04095e-15 12 -17 7.34788e-16 17 8.9407e-08)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0" stop-color="rgb(166, 136, 255)"></stop>
<stop offset="1" stop-color="rgb(34, 217, 255)"></stop>
</linearGradient>
</defs>
<path d="M2 0C0.895431 0 0 0.895431 0 2L0 10C0 11.1046 0.89543 12 2 12L15 12C16.1046 12 17 11.1046 17 10L17 2C17 0.895431 16.1046 0 15 0L2 0ZM0.5 10L0.5 2Q0.5 1.37868 0.93934 0.93934Q1.37868 0.5 2 0.5L15 0.5Q15.6213 0.5 16.0607 0.93934Q16.5 1.37868 16.5 2L16.5 10Q16.5 10.6213 16.0607 11.0607Q15.6213 11.5 15 11.5L2 11.5Q1.37868 11.5 0.93934 11.0607Q0.5 10.6213 0.5 10Z" fill-rule="evenodd" transform="matrix(1 0 0 1 3.00001 8)" fill="url(#icon-icon-intent-letter-job-keywords_linearGradient9905915665)"></path>
<defs>
<filter id="icon-icon-intent-letter-job-keywords_filter8436020946" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feComponentTransfer in="SourceAlpha" result="componentTransfer7221714761">
<feFuncR type="linear" slope="0" intercept="0.59879309"></feFuncR>
<feFuncG type="linear" slope="0" intercept="0.54136014"></feFuncG>
<feFuncB type="linear" slope="0" intercept="0.97738338"></feFuncB>
<feFuncA type="linear" slope="10000" intercept="0"></feFuncA>
</feComponentTransfer>
<feComponentTransfer in="componentTransfer7221714761" result="componentTransfer5727350379">
<feFuncA type="linear" slope="0.5" intercept="0"></feFuncA>
</feComponentTransfer>
<feOffset dx="0" dy="0.60000002" in="componentTransfer5727350379" result="offset0733826065"></feOffset>
<feGaussianBlur stdDeviation="1" in="offset0733826065" result="gaussianBlur6044312193"></feGaussianBlur>
<feMerge>
<feMergeNode in="gaussianBlur6044312193"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
</defs>
<g filter="url(#icon-icon-intent-letter-job-keywords_filter8436020946)">
<defs>
<linearGradient id="icon-icon-intent-letter-job-keywords_linearGradient1348453426" gradientTransform="matrix(1.57455e-16 2 -2.57143 1.22465e-16 5.78571 -6.12323e-17)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0" stop-color="rgb(255, 255, 255)" stop-opacity="0.60000002"></stop>
<stop offset="1" stop-color="rgb(255, 255, 255)"></stop>
2026-03-06 00:43:40 +08:00
</linearGradient>
</defs>
2026-03-06 01:33:11 +08:00
<rect width="9" height="2" rx="1" ry="1" transform="matrix(1 0 0 1 7.00001 13)" fill="url(#icon-icon-intent-letter-job-keywords_linearGradient1348453426)"></rect>
</g>
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="icon-icon-intent-letter-personality">
<title>个性化要求</title>
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="icon-icon-intent-letter-personality_linearGradient-1">
<stop stop-color="#EB6825" offset="0%"></stop>
<stop stop-color="#FF8649" offset="100%"></stop>
</linearGradient>
<path d="M7.07849388,14.072471 L4.92330356,15.2055216 C4.08219092,15.6477207 3.04186122,15.3243374 2.59966213,14.4832247 C2.42357614,14.1482892 2.36281323,13.7646473 2.42678021,13.3916912 L2.83838493,10.9918515 C2.94966081,10.3430634 2.73456384,9.68106298 2.26319167,9.22158867 L0.519606074,7.52201277 C-0.160868348,6.85871414 -0.174792081,5.76937085 0.488506546,5.08889643 C0.752635539,4.81792794 1.09872391,4.64158711 1.47319314,4.58717355 L3.88276917,4.23704166 C4.53418949,4.14238474 5.09732067,3.733246 5.38864469,3.14295905 L6.46623985,0.959512769 C6.88679617,0.107372587 7.91852054,-0.242495259 8.77066072,0.178061062 C9.10998741,0.345528795 9.38464469,0.620186079 9.55211243,0.959512769 L10.6297076,3.14295905 C10.9210316,3.733246 11.4841628,4.14238474 12.1355831,4.23704166 L14.5451591,4.58717355 C15.4855517,4.72382058 16.1371161,5.59693365 16.0004691,6.53732617 C15.9460555,6.91179541 15.7697147,7.25788378 15.4987462,7.52201277 L13.7551606,9.22158867 C13.2837884,9.68106298 13.0686915,10.3430634 13.1799673,10.9918515 L13.7356418,14.2316821 C13.8570111,14.9393195 13.3817469,15.6113622 12.6741096,15.7327315 C12.3923247,15.7810614 12.1024662,15.7351523 11.8494076,15.6021115 L8.93985839,14.072471 C8.35721035,13.7661548 7.66114193,13.7661548 7.07849388,14.072471 Z" id="icon-icon-intent-letter-personality_path-2"></path>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="icon-icon-intent-letter-personality_linearGradient-4">
<stop stop-color="#FFFFFF" stop-opacity="0.1" offset="0%"></stop>
<stop stop-color="#FFFFFF" stop-opacity="0.3" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="icon-icon-intent-letter-personality_linearGradient-5">
<stop stop-color="#FFFFFF" stop-opacity="0.823972902" offset="0%"></stop>
<stop stop-color="#E5B3FF" stop-opacity="0.8" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="icon-icon-intent-letter-personality_linearGradient-6">
<stop stop-color="#FEFF89" offset="0%"></stop>
<stop stop-color="#FF8C23" offset="100%"></stop>
</linearGradient>
<path d="M9.59752714,12.1473351 C10.3439881,12.8140018 11.0904491,13.1473351 11.8369101,13.1473351 C12.583371,13.1473351 13.329832,12.8140018 14.076293,12.1473351" id="icon-icon-intent-letter-personality_path-7"></path>
<filter x="-97.3%" y="-375.9%" width="294.7%" height="940.9%" filterUnits="objectBoundingBox" id="icon-icon-intent-letter-personality_filter-8">
<feMorphology radius="0.75" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
<feOffset dx="0" dy="0.6" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
<feMorphology radius="1" operator="erode" in="SourceAlpha" result="shadowInner"></feMorphology>
<feOffset dx="0" dy="0.6" in="shadowInner" result="shadowInner"></feOffset>
<feComposite in="shadowOffsetOuter1" in2="shadowInner" operator="out" result="shadowOffsetOuter1"></feComposite>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.598793051 0 0 0 0 0.541360138 0 0 0 0 0.977383379 0 0 0 0.5 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="icon-icon-intent-letter-personality_1201" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="icon-icon-intent-letter-personality_预览意向单" transform="translate(-336.000000, -320.000000)">
<g id="icon-icon-intent-letter-personality_编组-8" transform="translate(320.000000, 302.000000)">
<g id="icon-icon-intent-letter-personality_个性化要求" transform="translate(16.000000, 18.000000)">
<rect id="icon-icon-intent-letter-personality_矩形" x="0" y="0" width="20" height="20"></rect>
<g id="icon-icon-intent-letter-personality_编组-2" transform="translate(0.000000, 0.166818)">
<g id="icon-icon-intent-letter-personality_矩形">
<mask id="icon-icon-intent-letter-personality_mask-3" fill="white">
<use xlink:href="#icon-icon-intent-letter-personality_path-2"></use>
</mask>
<use id="icon-icon-intent-letter-personality_蒙版" fill="url(#icon-icon-intent-letter-personality_linearGradient-1)" xlink:href="#icon-icon-intent-letter-personality_path-2"></use>
<polygon fill="url(#icon-icon-intent-letter-personality_linearGradient-4)" mask="url(#icon-icon-intent-letter-personality_mask-3)" points="-2.09122406 0.833182379 2.86931882 1.71059194 16.8725745 16.597117 -2.09122406 15.8331824"></polygon>
</g>
<path d="M11.3368927,3.32828307 C11.6933194,3.20741529 12.0958556,3.22251971 12.460019,3.40224508 C12.7500425,3.54538025 12.9847929,3.78013066 13.1279281,4.0701542 L13.1279281,4.0701542 L14.2055232,6.25360048 C14.5332628,6.91767329 15.1667853,7.37795438 15.8996332,7.48444341 L15.8996332,7.48444341 L18.3092092,7.8345753 C18.7110874,7.89297162 19.05125,8.10873286 19.276344,8.41036457 C19.5014379,8.71199627 19.6114633,9.09949844 19.553067,9.50137659 C19.5065596,9.82143657 19.3558405,10.1172393 19.1242429,10.3429912 L19.1242429,10.3429912 L17.3806573,12.0425671 C16.8503637,12.5594757 16.6083796,13.3042261 16.7335649,14.0341128 L16.7335649,14.0341128 L17.1451696,16.4339525 C17.2138186,16.8342068 17.1137335,17.2243945 16.8964226,17.5316809 C16.6791116,17.8389674 16.3445749,18.0633525 15.9443206,18.1320014 C15.6255539,18.1866742 15.297654,18.13474 15.0113837,17.9842387 L15.0113837,17.9842387 L12.8561933,16.8511881 C12.2007143,16.5065824 11.4176373,16.5065824 10.7621583,16.8511881 L10.7621583,16.8511881 L8.60696794,17.9842387 C8.24751719,18.1732132 7.84549859,18.1986012 7.48609906,18.086883 C7.12669954,17.9751647 6.80991909,17.7263402 6.62094465,17.3668894 C6.47044342,17.0806191 6.41850918,16.7527192 6.47318195,16.4339525 L6.47318195,16.4339525 L6.88478667,14.0341128 C7.00997203,13.3042261 6.76798794,12.5594757 6.23769425,12.0425671 L6.23769425,12.0425671 L3.88381952,9.74810629 C3.67619065,9.54571817 3.57025198,9.27833188 3.56681757,9.00963541 C3.56338315,8.74093893 3.66245298,8.47093227 3.86484111,8.2633034 C4.02602514,8.09794559 4.23722466,7.99033406 4.46574353,7.95712833 L4.46574353,7.95712833 L7.71871841,7.48444341 C8.45156627,7.37795438 9.08508884,6.91767329 9.41282837,6.25360048 L9.41282837,6.25360048 L10.4904235,4.0701542 C10.6701489,3.70599081 10.9804661,3.44915085 11.3368927,3.32828307 Z" id="icon-icon-intent-letter-personality_路径" stroke="url(#icon-icon-intent-letter-personality_linearGradient-6)" stroke-width="0.5" fill="url(#icon-icon-intent-letter-personality_linearGradient-5)"></path>
<g id="icon-icon-intent-letter-personality_路径" stroke-linecap="round">
<use fill="black" fill-opacity="1" filter="url(#icon-icon-intent-letter-personality_filter-8)" xlink:href="#icon-icon-intent-letter-personality_path-7"></use>
<use stroke="#FFFFFF" stroke-width="1.5" xlink:href="#icon-icon-intent-letter-personality_path-7"></use>
2026-03-06 00:43:40 +08:00
</g>
</g>
</g>
</g>
</g>
2026-03-06 01:33:11 +08:00
</g>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 93 18" id="icon-text-hunter-intention">
2026-03-06 01:33:11 +08:00
<defs>
<linearGradient id="icon-text-hunter-intention_linearGradient3767092437" gradientTransform="matrix(-12.2048 3.43626e-06 -5.15439e-05 -183.072 12.2049 92.0362)" gradientUnits="userSpaceOnUse" x1="0" y1="0.5" x2="1" y2="0.5">
<stop offset="0" stop-color="rgb(159, 163, 176)"></stop>
<stop offset="1" stop-color="rgb(159, 163, 176)" stop-opacity="0"></stop>
</linearGradient>
</defs>
<path transform="matrix(1 0 0 1 0 8.5)" d="M-1.77542e-17 0L15 0L15 1L-1.77542e-17 1L-1.77542e-17 0Z" fill-rule="nonzero" fill="url(#icon-text-hunter-intention_linearGradient3767092437)"></path>
<path transform="matrix(1 0 0 1 15 0)" d="M9 0C4.02944 0 0 4.02944 0 9L0 9.0135C0 13.9841 4.02944 18 9 18L54 18C58.9706 18 63 13.9841 63 9.0135L63 9C63 4.02944 58.9706 0 54 0L9 0Z" fill-rule="nonzero" fill="rgb(255, 255, 255)"></path>
<path transform="matrix(1 0 0 1 15 0)" d="M-0 9C0 4.02944 4.02944 -0 9 -0L54 0C58.9706 0 63 4.02944 63 9C63 13.9706 58.9706 18 54 18L9 18C4.02944 18 -0 13.9706 -0 9L0 9ZM9 0.5C4.30558 0.5 0.5 4.30558 0.5 9C0.5 13.6944 4.30558 17.5 9 17.5L54 17.5C58.6944 17.5 62.5 13.6944 62.5 9C62.5 4.30558 58.6944 0.5 54 0.5L9 0.5Z" fill-rule="nonzero" fill="rgb(159, 163, 176)"></path>
<path transform="matrix(1 0 0 1 21 1)" d="M3.41064 3.9917C2.61841 3.9917 1.96851 4.25488 1.48511 4.78394C1.00171 5.30225 0.749268 6.00586 0.749268 6.88403L1.64893 6.88403C1.65967 6.19116 1.82617 5.66479 2.13501 5.31299C2.41968 4.93701 2.83862 4.76245 3.37573 4.76245C3.8833 4.76245 4.28882 4.89404 4.57617 5.15723C4.86084 5.4231 5.00586 5.78564 5.00586 6.26904C5.00586 6.77393 4.79639 7.24927 4.39893 7.67627C4.19214 7.89648 3.78394 8.21606 3.16895 8.65649C2.33105 9.22852 1.76978 9.70117 1.46362 10.053C0.93457 10.6357 0.682129 11.2856 0.682129 12L5.91895 12L5.91895 11.197L1.79395 11.197C1.93628 10.668 2.5083 10.0637 3.51001 9.39233C4.32373 8.8418 4.86084 8.41479 5.13745 8.12744C5.64233 7.5769 5.9082 6.96191 5.9082 6.27979C5.9082 5.59766 5.66382 5.03638 5.2019 4.62012C4.72925 4.20117 4.13574 3.9917 3.41064 3.9917Z" fill-rule="nonzero" fill="rgb(126, 134, 148)"></path>
<path transform="matrix(1 0 0 1 21 1)" d="M11.6917 6.26904L11.6917 13.0903L12.5081 13.0903L12.5081 6.26904L11.6917 6.26904ZM11.7481 3.0249C10.6363 4.67383 9.05185 6.02734 6.99472 7.07202L7.47006 7.78638C9.3392 6.84106 10.878 5.49829 12.0999 3.76074C13.1124 5.34521 14.662 6.66382 16.7298 7.74341L17.2052 7.02905C14.9601 5.87427 13.3756 4.54224 12.4518 3.0249L11.7481 3.0249Z" fill-rule="nonzero" fill="rgb(126, 134, 148)"></path>
<path transform="matrix(1 0 0 1 21 1)" d="M22.7051 4.62012L22.7051 11.5811L18.1934 11.5811L18.1934 12.3411L28.0171 12.3411L28.0171 11.5811L23.5188 11.5811L23.5188 4.62012L27.3027 4.62012L27.3027 3.86011L18.9319 3.86011L18.9319 4.62012L22.7051 4.62012Z" fill-rule="nonzero" fill="rgb(126, 134, 148)"></path>
<path transform="matrix(1 0 0 1 21 1)" d="M33.9225 5.34521L34.5187 5.34521L34.5187 13.1118L35.3217 13.1118L35.3217 10.5471L38.5981 10.5471L38.5981 9.78979L35.3217 9.78979L35.3217 7.92871L38.5336 7.92871L38.5336 7.16064L35.3217 7.16064L35.3217 5.34521L39.017 5.34521L39.017 4.56372L34.2636 4.56372C34.4409 4.11255 34.6181 3.62915 34.7927 3.12427L34.0004 2.94702C33.3854 4.80542 32.5825 6.31201 31.613 7.45605L32.1743 8.12744C32.8349 7.33521 33.4177 6.41138 33.9225 5.34521ZM30.4045 6.92969L30.4045 13.1118L31.2182 13.1118L31.2182 5.73999C31.6586 4.99341 32.0319 4.19043 32.33 3.33105L31.5807 2.97925C31.041 4.65234 30.1735 6.12671 28.9838 7.41309L29.2497 8.24829C29.666 7.83203 30.0527 7.3916 30.4045 6.92969Z" fill-rule="nonzero" fill="rgb(126, 134, 148)"></path>
<path transform="matrix(1 0 0 1 21 1)" d="M48.6097 3.4519L41.8099 3.4519L41.8099 13.0554L42.6022 13.0554L42.6022 12.2095L47.8067 12.2095L47.8067 13.0447L48.6097 13.0447L48.6097 3.4519ZM42.6022 11.4387L42.6022 8.12744L47.8067 8.12744L47.8067 11.4387L42.6022 11.4387ZM42.6022 7.35669L42.6022 4.22266L47.8067 4.22266L47.8067 7.35669L42.6022 7.35669Z" fill-rule="nonzero" fill="rgb(126, 134, 148)"></path>
<path transform="matrix(1 0 0 1 78 8.5)" d="M-1.77542e-17 0L15 0L15 1L-1.77542e-17 1L-1.77542e-17 0Z" fill-rule="nonzero" fill="rgb(159, 163, 176)"></path>
<path transform="matrix(1 0 0 1 90 7.5)" d="M1.5 0C2.32843 0 3 0.671573 3 1.5C3 2.32843 2.32843 3 1.5 3C0.671573 3 0 2.32843 0 1.5C0 0.671573 0.671573 0 1.5 0Z" fill-rule="nonzero" fill="rgb(159, 163, 176)"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-attacthment-call"><path d="M197.205333 298.794667a25.6 25.6 0 0 0-26.453333 24.661333c-0.256 6.016-0.341333 12.074667-0.341333 18.133333 0 297.984 214.869333 512.213333 511.829333 512.213334 7.253333 0 14.506667-0.170667 21.76-0.469334a25.6 25.6 0 1 0-2.218667-51.157333c-6.485333 0.298667-13.013333 0.426667-19.541333 0.426667-264.96 0-460.629333-196.736-460.629333-461.013334 0-5.418667 0.085333-10.88 0.256-16.298666a25.6 25.6 0 0 0-24.661334-26.496z" p-id="16466"></path><path d="M361.6 443.946667a25.6 25.6 0 0 0-49.322667 13.866666 367.573333 367.573333 0 0 0 258.944 255.274667 25.6 25.6 0 1 0 13.141334-49.493333 316.373333 316.373333 0 0 1-222.762667-219.648z" p-id="16467"></path><path d="M320 170.666667a149.333333 149.333333 0 0 0-89.813333 268.672c-11.306667-51.498667-13.354667-98.304-6.101334-140.544l-1.706666 10.922666c0.341333-3.2 0.853333-6.4 1.493333-9.514666l0.213333-1.408a98.133333 98.133333 0 1 1 79.061334 117.888c2.986667 19.114667 7.125333 36.693333 12.501333 52.650666H320a149.333333 149.333333 0 0 0 0-298.666666zM704 554.666667a149.333333 149.333333 0 0 0-149.333333 149.333333l0.085333 4.266667c16.938667 5.205333 34.389333 9.130667 52.437333 11.733333A98.218667 98.218667 0 0 1 704 605.866667a98.133333 98.133333 0 0 1 4.010667 196.181333c-42.112 2.773333-82.858667 0.426667-122.368-6.997333A149.333333 149.333333 0 1 0 704 554.666667z" p-id="16468"></path><path d="M734.677333 183.808a25.6 25.6 0 0 0-38.912 33.024l2.688 3.157333 102.826667 102.784-102.912 102.869334a25.6 25.6 0 0 0-2.688 33.024l2.688 3.2a25.6 25.6 0 0 0 33.024 2.688l3.157333-2.688 105.898667-105.898667a46.933333 46.933333 0 0 0 3.413333-62.592l-3.413333-3.797333-105.813333-105.813334z" p-id="16469"></path><path d="M546.133333 297.088a25.6 25.6 0 0 0-4.138666 50.858667l4.138666 0.341333h256a25.6 25.6 0 0 0 4.138667-50.901333l-4.138667-0.298667h-256z" p-id="16470"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-attacthment-download"><path d="M250.837333 491.093333a25.6 25.6 0 0 1 33.024-38.869333l3.157334 2.688 223.018666 223.104 223.317334-223.317333a25.6 25.6 0 0 1 33.024-2.688l3.157333 2.688a25.6 25.6 0 0 1 2.688 33.024l-2.688 3.2-226.261333 226.261333a46.933333 46.933333 0 0 1-62.549334 3.413333l-3.84-3.413333-226.048-226.048z" p-id="16739"></path><path d="M484.437333 217.173333a25.6 25.6 0 0 1 50.858667-4.138666l0.341333 4.181333v469.333333a25.6 25.6 0 0 1-50.858666 4.138667l-0.341334-4.138667v-469.333333z" p-id="16740"></path><path d="M768 785.066667a25.6 25.6 0 0 1 4.138667 50.858666L768 836.266667H256a25.6 25.6 0 0 1-4.138667-50.858667L256 785.066667h512z" p-id="16741"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-attacthment-fullscreen"><path d="M298.666667 170.666667a128 128 0 0 0-128 128v426.666666a128 128 0 0 0 128 128h426.666666a128 128 0 0 0 128-128V298.666667a128 128 0 0 0-128-128H298.666667z m0 51.2h426.666666a76.8 76.8 0 0 1 76.544 70.485333L802.133333 298.666667v426.666666a76.8 76.8 0 0 1-70.485333 76.544L725.333333 802.133333H298.666667a76.8 76.8 0 0 1-76.544-70.485333L221.866667 725.333333V298.666667a76.8 76.8 0 0 1 70.485333-76.544L298.666667 221.866667z" p-id="16436"></path><path d="M553.642667 273.834667a25.6 25.6 0 0 0-4.138667 50.858666l4.138667 0.341334h145.365333v145.493333a25.6 25.6 0 0 0 21.418667 25.258667l4.181333 0.341333a25.6 25.6 0 0 0 25.258667-21.461333l0.341333-4.138667v-149.76a46.933333 46.933333 0 0 0-41.813333-46.634667l-5.12-0.298666h-149.632z" p-id="16437"></path><path d="M530.432 459.477333a25.173333 25.173333 0 0 0 0.554667 35.626667c9.002667 8.96 22.826667 10.112 32.554666 3.157333l3.072-2.56 146.005334-146.005333a25.173333 25.173333 0 0 0-0.597334-35.626667 25.386667 25.386667 0 0 0-32.554666-3.2l-3.072 2.602667-145.962667 146.005333z" p-id="16438"></path><path d=
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 1 0.5)" d="M14.5 13Q14.5 13.7117 14.2247 14.3625Q13.959 14.9907 13.4749 15.4749Q12.9907 15.959 12.3625 16.2247Q11.7117 16.5 11 16.5L2.99999 16.5Q2.28825 16.5 1.63748 16.2247Q1.00929 15.959 0.525124 15.4748Q0.0409541 14.9907 -0.224748 14.3625Q-0.5 13.7117 -0.5 13L-0.5 3Q-0.5 2.28826 -0.224747 1.63749Q0.0409551 1.0093 0.525126 0.525127Q1.0093 0.0409555 1.63749 -0.224747Q2.28826 -0.5 3 -0.5L11 -0.5Q11.7117 -0.5 12.3625 -0.224747Q12.9907 0.0409548 13.4749 0.525126Q13.959 1.0093 14.2247 1.63749Q14.5 2.28826 14.5 3L14.5 13ZM13.5 13L13.5 3Q13.5 2.49105 13.3037 2.02704Q13.114 1.57849 12.7678 1.23223Q12.4215 0.885978 11.973 0.696257Q11.509 0.5 11 0.5L3 0.5Q2.49105 0.5 2.02704 0.696257Q1.57849 0.88598 1.23223 1.23223Q0.88598 1.57849 0.696257 2.02704Q0.5 2.49105 0.5 3L0.5 13Q0.5 13.5089 0.696257 13.9729Q0.885979 14.4215 1.23223 14.7677Q1.57848 15.114 2.02704 15.3037Q2.49104 15.5 3 15.5L11 15.5Q11.509 15.5 11.973 15.3037Q12.4215 15.114 12.7678 14.7678Q13.114 14.4215 13.3037 13.973Q13.5 13.509 13.5 13Z"></path>
<path transform="matrix(1 0 0 1 5 2.5)" d="M0.20096 -0.141087Q0.676058 -0.550981 1.23334 -0.49359Q1.79974 -0.435261 2.17118 0.0749538L2.30927 0.269373Q2.3805 0.372267 2.46468 0.49916L2.75213 0.938333Q3.05133 1.39624 3.0099 1.84381Q2.96854 2.29054 2.59173 2.68559L2.47573 2.8039Q2.46249 2.81713 2.44587 2.83363Q2.39308 2.88602 2.3811 2.89927Q2.40094 2.87733 2.42242 2.82984Q2.48757 2.68583 2.44204 2.53183Q2.42008 2.45754 2.38263 2.41188L1.99605 2.72899L2.364 2.39044L2.66493 2.71751Q2.86139 2.92541 3.29178 3.29796L3.67238 3.62677Q3.56991 3.53707 3.40432 3.53077Q3.18694 3.5225 3.05579 3.66557L3.42437 4.00343L3.04809 3.67417L3.07279 3.64594Q3.20462 3.49214 3.39475 3.32396Q3.73556 3.02265 4.1537 2.98299Q4.57797 2.94275 4.96573 3.18202Q5.48238 3.50109 5.92009 3.81567Q6.44854 4.1953 6.49602 4.78058Q6.54239 5.3521 6.10258 5.82692Q5.6694 6.29418 5.07656 6.43688Q4.55639 6.56209 3.86581 6.43908Q2.81437 6.25176 1.93344 5.63803Q1.10284 5.05937 0.372422 4.06188Q-0.487677 2.88732 -0.49968 1.59471L-0.499998 1.47377Q-0.481171 0.447612 0.200902 -0.141036L0.20096 -0.141087ZM0.854258 0.616015Q0.510415 0.912761 0.499998 1.47123L0.500277 1.58542Q0.509292 2.55619 1.17924 3.47108Q1.8112 4.33412 2.50507 4.81752Q3.20589 5.30576 4.04118 5.45458Q4.52578 5.5409 4.84253 5.46465Q5.14153 5.39268 5.36895 5.14737Q5.51013 4.99496 5.4993 4.86144Q5.48924 4.73744 5.33649 4.62771Q4.92718 4.33354 4.44061 4.03305Q4.24146 3.91016 4.0573 4.07298Q3.91886 4.19544 3.82536 4.30445L3.79685 4.33703L3.79295 4.34129Q3.61137 4.53938 3.36629 4.53005Q3.17789 4.52288 3.01863 4.38348L2.6373 4.05404Q2.16895 3.64863 1.92903 3.3946L1.61849 3.05708L1.60948 3.0461Q1.36297 2.74559 1.51132 2.41766Q1.56502 2.29896 1.74141 2.12388Q1.75748 2.10793 1.7619 2.10357L1.86812 1.99538Q2.00486 1.85202 2.01416 1.75163Q2.02345 1.6513 1.91541 1.48596L1.6314 1.05201Q1.55258 0.933199 1.49391 0.848327L1.36273 0.663511Q1.25373 0.513798 1.1309 0.501149Q1.0027 0.487946 0.854199 0.616066L0.854258 0.616015Z"></path>
<path transform="matrix(1 0 0 1 5 11)" d="M-0.5 0C-0.5 0.27614 -0.27614 0.5 0 0.5L6 0.5C6.27614 0.5 6.5 0.27614 6.5 0C6.5 -0.27614 6.27614 -0.5 6 -0.5L0 -0.5C-0.27614 -0.5 -0.5 -0.27614 -0.5 0Z"></path>
<path transform="matrix(1 0 0 1 5 13.5)" d="M-0.5 0C-0.5 0.27614 -0.27614 0.5 0 0.5L6 0.5C6.27614 0.5 6.5 0.27614 6.5 0C6.5 -0.27614 6.27614 -0.5 6 -0.5L0 -0.5C-0.27614 -0.5 -0.5 -0.27614 -0.5 0Z"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-addition"><path d="M678.4 32A224 224 0 0 1 902.4 256v192a32 32 0 1 1-64 0V256a160 160 0 0 0-160-160H256A160 160 0 0 0 96 256v512A160 160 0 0 0 256 928h187.52a32 32 0 1 1 0 64H256A224 224 0 0 1 32 768V256A224 224 0 0 1 256 32h422.4z m283.968 541.632a101.12 101.12 0 0 1 0.256 142.848l-25.664 25.6-206.528 206.592c-19.008 19.008-43.712 31.36-70.336 35.2l-53.248 7.552a55.04 55.04 0 0 1-62.272-62.272l7.616-53.248c3.776-26.624 16.128-51.328 35.136-70.336l206.528-206.528 25.664-25.664a101.12 101.12 0 0 1 142.848 0.256z m-145.92 93.248l-183.872 184a60.224 60.224 0 0 0-17.024 34.048l-6.016 41.472 41.536-5.952a60.224 60.224 0 0 0 28.224-11.904l5.824-5.12 183.936-183.936-52.608-52.608z m48.32-48.256l-3.008 3.072 52.544 52.544 3.072-3.008a37.12 37.12 0 0 0 3.968-47.168l-4.288-5.12a37.12 37.12 0 0 0-52.288-0.32zM518.4 448a32 32 0 0 1 0 64H288a32 32 0 0 1 0-64h230.4z m128-192a32 32 0 1 1 0 64H288a32 32 0 0 1 0-64h358.4z" p-id="2941"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-call"><path d="M129.260308 83.259077c-59.864615 51.672615-88.221538 119.729231-89.796923 207.399385v17.801846C40.566154 427.401846 80.896 539.096615 159.113846 645.907692c137.924923 188.416 292.864 296.329846 483.643077 330.358154 127.133538 22.606769 220.396308 0.157538 293.179077-78.375384 71.916308-77.666462 63.566769-180.381538-21.425231-241.506462a2329.206154 2329.206154 0 0 0-135.876923-90.190769c-61.991385-38.281846-132.804923-31.507692-187.864615 17.092923l-18.116923 16.777846-7.640616 7.561846-47.02523-40.566154c-37.021538-32.452923-59.076923-53.090462-78.769231-74.043077l-28.199385-30.562461 17.959385-18.116923c62.385231-65.457231 69.001846-136.743385 19.849846-212.046769l-41.275077-63.094154a1973.720615 1973.720615 0 0 0-21.740308-32.137846l-20.007384-28.120616C305.939692 26.702769 206.690462 16.462769 129.260308 83.259077z m172.898461 71.995077l19.140923 27.017846 20.48 30.247385 41.117539 62.857846c29.144615 44.662154 26.308923 75.618462-10.555077 114.215384l-29.774769 29.932308c-21.425231 21.897846-20.558769 23.945846-20.164923 43.638154a53.563077 53.563077 0 0 0 14.178461 34.658461l44.898462 48.836924 17.092923 17.565538c17.723077 17.644308 38.281846 36.470154 67.268923 61.833846l70.340923 60.809846c20.48 17.880615 45.686154 18.904615 66.166154-3.387077l4.174769-4.726153c10.161231-11.815385 21.740308-23.394462 36.470154-36.391385 29.223385-25.915077 62.070154-29.065846 94.286769-9.137231 47.576615 29.302154 90.978462 58.131692 131.308308 87.118769 45.922462 33.004308 49.782154 80.580923 9.609846 123.98277-52.617846 56.713846-118.862769 72.704-221.577846 54.350769-169.353846-30.168615-307.2-126.267077-434.018462-299.323077-68.765538-93.971692-103.424-189.991385-104.369231-291.367385v-16.699077c1.181538-65.614769 20.637538-112.246154 62.54277-148.40123 42.850462-37.021538 88.851692-32.295385 121.304615 12.366769z" p-id="3229"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-icon-cloud"><path d="M333.226667 188.032l17.493333 24.490667 18.517333 27.306666 43.648 66.56c36.608 56.064 32.213333 102.613333-13.909333 150.997334l-27.178667 27.989333c-15.146667 16.170667-16.426667 21.76-5.205333 35.456l5.589333 6.4 15.658667 17.109333 10.368 11.52 11.093333 12.032 11.52 11.861334 12.288 12.074666 13.397334 12.672 14.848 13.610667 35.498666 31.317333 59.605334 51.541334c8.021333 6.997333 12.373333 7.253333 20.736-1.578667l2.901333-3.285333c11.008-12.8 23.466667-25.130667 38.4-38.357334 38.826667-34.346667 86.272-39.082667 129.962667-12.117333a2227.370667 2227.370667 0 0 1 129.877333 86.186667c60.970667 43.818667 65.92 112.725333 14.165333 168.618666-61.952 66.858667-140.16 81.493333-245.12 62.762667-178.304-31.744-318.72-134.229333-443.306666-304.426667-66.176-90.368-103.168-185.045333-107.52-286.592l-0.426667-16
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 -7.62939e-06 -3.8147e-06)" d="M7.53153 3.76577C7.53153 1.68599 5.84554 0 3.76577 0C1.68599 0 0 1.68599 0 3.76577C0 5.84554 1.68599 7.53153 3.76577 7.53153C5.84554 7.53153 7.53153 5.84554 7.53153 3.76577ZM2.56668 0.92653Q3.13847 0.684685 3.76577 0.684685Q4.39307 0.684685 4.96485 0.92653Q5.51765 1.16034 5.94442 1.58711Q6.37119 2.01388 6.605 2.56668Q6.84685 3.13847 6.84685 3.76577Q6.84685 4.39306 6.605 4.96485Q6.37119 5.51765 5.94442 5.94442Q5.51765 6.37119 4.96485 6.605Q4.39307 6.84685 3.76577 6.84685Q3.13847 6.84685 2.56668 6.605Q2.01388 6.37119 1.58711 5.94442Q1.16035 5.51765 0.92653 4.96485Q0.684685 4.39307 0.684685 3.76577Q0.684685 3.13847 0.92653 2.56668Q1.16034 2.01388 1.58711 1.58711Q2.01388 1.16035 2.56668 0.92653ZM4.10811 1.71173L4.10811 3.42342L5.81981 3.42342L5.81981 4.10811L3.42342 4.10811L3.42342 1.71173L4.10811 1.71173Z"></path>
2026-03-06 00:43:40 +08:00
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" id="icon-play">
2026-03-06 01:33:11 +08:00
<path transform="matrix(1 0 0 1 0 0)" d="M8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0ZM8 1.5C4.41015 1.5 1.5 4.41015 1.5 8C1.5 11.5899 4.41015 14.5 8 14.5C11.5899 14.5 14.5 11.5899 14.5 8C14.5 4.41015 11.5899 1.5 8 1.5ZM10.9175 7.7225L6.85167 5.0125C6.74948 4.94432 6.61808 4.93787 6.50971 4.99572C6.40133 5.05356 6.33356 5.16632 6.33333 5.28917L6.33333 10.7108C6.33376 10.8334 6.40142 10.9458 6.50951 11.0036C6.61759 11.0614 6.74867 11.0552 6.85083 10.9875L10.9175 8.2775C11.0104 8.2157 11.0662 8.11155 11.0662 8C11.0662 7.88845 11.0104 7.7843 10.9175 7.7225Z"></path>
</symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1077 1024" id="icon-record-report"><path d="M99.381895 118.352842c100.459789-82.189474 200.704-63.595789 279.174737 44.732632l27.594105 38.696421 10.671158 15.898947 8.407579 13.527579c12.719158 21.719579 19.240421 39.343158 22.474105 62.248421l1.347368 12.018526c2.802526 34.600421-14.012632 74.213053-46.672842 120.562527l4.527158-6.629053 0.862316 3.395369c4.634947 15.521684 20.264421 39.181474 49.152 72.865684l8.245895 9.485473 16.922947 18.755369 10.024421 10.778947a239.831579 239.831579 0 0 0 58.098526 46.511158l3.018106 1.616842 5.658947 2.856421 10.401684-4.365473 9.377684-3.610948c26.408421-9.808842 52.601263-16.006737 78.309053-16.761263l14.928842 0.10779c55.996632 2.586947 113.071158 28.779789 170.361263 72.919578 87.417263 67.260632 111.292632 151.605895 61.332211 240.154948a257.293474 257.293474 0 0 1-49.906526 63.703579 191.326316 191.326316 0 0 1-21.288421 16.869052l-7.653053 4.850527-9.108211 5.01221c-126.652632 63.595789-411.001263-43.924211-563.2-214.662737-12.395789-13.904842-24.252632-27.594105-36.001684-41.498947l-22.42021-27.216842-21.018948-26.570105C-5.012211 423.828211-41.876211 234.010947 99.435789 118.352842z m207.494737 83.860211c-49.906526-64.458105-96.040421-70.602105-156.294737-21.342316-96.471579 78.955789-68.338526 223.770947 86.177684 423.989895l20.156632 25.546105 21.611789 26.192842c10.994526 13.042526 22.366316 26.192842 34.223158 39.504842 130.586947 146.485895 378.88 240.262737 465.111579 196.985263l5.389474-2.856421 4.311578-2.802526a109.406316 109.406316 0 0 0 11.641264-9.32379c12.395789-11.317895 23.929263-25.977263 34.007579-43.762526 28.779789-50.984421 17.138526-92.16-40.205474-136.353684-48.505263-37.295158-93.884632-57.020632-132.419369-56.266105l-10.778947 0.754526c-13.312 1.562947-27.917474 5.389474-43.061895 10.994526a299.115789 299.115789 0 0 0-21.504 9.000421l-6.790736 3.17979-4.850527 2.048-6.629052 1.94021a16.707368 16.707368 0 0 1-2.802527 0.377263l-9.054316 0.10779c-7.706947-1.509053-12.719158-2.533053-16.545684-4.850526l-1.077894-0.700632-9.431579-4.042105-8.353685-4.042106-8.784842-4.634947a320.242526 320.242526 0 0 1-77.824-61.817263C367.184842 519.706947 335.225263 474.812632 327.356632 434.068211c-3.610947-18.863158-2.856421-34.438737 5.389473-49.098106l2.048-3.233684c24.144842-34.330947 34.546526-58.853053 33.792-68.554105l-1.077894-9.593263a75.937684 75.937684 0 0 0-11.479579-30.558316l-7.060211-11.425684-9.323789-13.904842-18.917053-26.677895z m683.385263 134.629052a40.421053 40.421053 0 1 1 0 80.842106h-377.263158a40.421053 40.421053 0 1 1 0-80.842106h377.263158z m0-161.68421a40.421053 40.421053 0 1 1 0 80.842105h-377.263158a40.421053 40.421053 0 1 1 0-80.842105h377.263158z m0-161.684211a40.421053 40.421053 0 1 1 0 80.842105h-377.263158a40.421053 40.421053 0 1 1 0-80.842105h377.263158z" p-id="3100"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1024 1024" id="icon-transition-fail"><path d="M68.754286 68.754286a109.714286 109.714286 0 0 1 155.062857 0l269.897143 269.750857L763.611429 68.754286a109.714286 109.714286 0 0 1 155.062857 155.062857L648.923429 493.714286 918.674286 763.611429a109.714286 109.714286 0 0 1 10.678857 142.774857l-10.678857 12.288a109.714286 109.714286 0 0 1-155.062857 0L493.714286 648.923429 223.817143 918.674286A109.714286 109.714286 0 0 1 68.754286 763.611429l269.750857-269.897143L68.754286 223.817143A109.714286 109.714286 0 0 1 58.075429 81.042286z" p-id="2668"></path></symbol><symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon" viewBox="0 0 1316 1024" id="icon-transition-success"><path d="M135.460571 469.869714a109.714286 109.714286 0 0 1 155.062858 0l212.114285 212.114286L1045.650286 138.971429a109.714286 109.714286 0 0 1 143.945143-9.947429L1201.005714 138.971429a109.714286 109.714286 0 0 1 0 155.062857L580.169143 914.724571a109.714286 109.714286 0 0 1-155.062857 0l-289.645715-289.645714a
刘丹
</div> <div data-v-69eabeec="" class="company">鸣启文化</div></div> <div data-v-69eabeec="" class="user-center">个人中心<i data-v-69eabeec="" class="iboss-left"></i></div></a></li> <li data-v-69eabeec=""><a data-v-69eabeec="" href="/web/chat/set/personal-information" class="link-msgset" type="desktop" ka="menu_dropdown_message"><i data-v-69eabeec="" class="iboss-zhanghaoshezhi"></i>账号设置
</a></li> <li data-v-69eabeec=""><a data-v-69eabeec="" ka="menu_dropdown_wallet" class="link-wallet"><i data-v-69eabeec="" class="iboss-qianbao"></i> <span data-v-69eabeec="">钱包/发票</span> <!----> <span data-v-69eabeec="" class="bean"><i data-v-69eabeec="">0</i><span data-v-69eabeec="" class="unit">直豆</span></span></a></li> <li data-v-69eabeec=""><a data-v-69eabeec="" target="_blank" href="https://www.zhipin.com/desktop/?source=8" type="desktop" ka="menu_dropdown_desktop" class="link-msgset"><i data-v-69eabeec="" class="iboss-zhuomian"></i>
桌面客户端
</a></li> <li data-v-69eabeec=""><a data-v-69eabeec="" href="javascript:;" class="link-msgset"><span data-v-7778bec2="" data-v-69eabeec="" class="badge"><i data-v-69eabeec="" data-v-7778bec2="" class="iboss-zuijiazhaopinguan"></i> <!----></span>
最佳招聘官
</a></li> <li data-v-69eabeec=""><a data-v-69eabeec="" href="javascript:;" ka="menu_dropdown_signout" class="link-signout"><i data-v-69eabeec="" class="iboss-tuichudenglu"></i>退出登录</a></li></ul></div></div> <!----> <!----> <!----> <div data-v-c8381bda="" data-v-69eabeec="" class="tip-container"><!----></div></div></div></div></div> <div data-v-0f75e40c="" id="container" class=""><!----> <!----> <div data-v-0f75e40c="" class="alive-frame-wrap visible"><div data-v-7a8480ee="" data-v-0f75e40c="" id="recommendContent" class="frame-container"><div data-v-7a8480ee="" class="page-inner"><div data-v-7a8480ee="" class="page-header"><div data-v-7a8480ee="" class="page-name">推荐牛人</div></div></div> <div data-v-7a8480ee="" class="frame-box"><iframe data-v-7a8480ee="" name="recommendFrame" src="/web/frame/recommend-v2/?filterParams=&amp;t=&amp;inspectFilterGuide=&amp;version=9372"></iframe></div></div></div> <div data-v-0f75e40c="" class="alive-frame-wrap"><div data-v-0f75e40c="" id="searchContent" class="frame-container"><div class="page-inner"><div class="page-header"><div class="page-name">人才库</div></div></div> <div class="frame-box"><iframe name="searchFrame" src="/web/frame/search/?jobId=&amp;keywords=&amp;t=&amp;source=&amp;city="></iframe></div></div></div> <!----> <div data-v-b6957032="" data-v-0f75e40c="" class="tip-container"><!----></div> <div data-v-8ea036de="" data-v-0f75e40c=""><!----></div> <!----></div> <div data-v-0f75e40c="" class="tools-container"><!----></div></div><div id="guide-wrap" style="display: none;"><div class="guide-layer"></div><div class="guide-box"><div class="inner"><div class="guide-set"><span class="icon-set"></span><p>未来如需修改,请点击右上角“<span class="text-orange">设置</span></p></div></div></div></div><div class="crop_wrap" id="cropWrap" style="display: none;"><div class="crop_inner"><h1><a href="javascript:;" class="cancle"></a>添加公司照片</h1><div class="crop_container"><span class="crop_foil"></span></div><div class="crop_frm" data-url="/user/crop/company/picture/" data-method="post"><input type="hidden" name="token" value="whkpt9D7wVxAs2m"> <input type="hidden" id="x" name="x"> <input type="hidden" id="y" name="y"> <input type="hidden" id="w" name="w"> <input type="hidden" id="h" name="h"> <input type="submit" value="保存" id="saveCrop"><a href="javascript:;" class="cancle">取消</a></div></div></div><script src="https://static.zhipin.com/assets/zhipin/chat/mqtt-v1.2.min.js" crossorigin="anonymous"></script><script>var _T = _T || [];
(function () {
var script = document.createElement('script');
script.src = 'https://static.zhipin.com/assets/sdk/ka/ka.frame.min.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(script, s);
})();</script><input type="hidden" id="page_key_name" value="bpc_geek_rcmd"><script src="https://static.zhipin.com/zhipin-boss/index/v9372/static/js/polyfill.js" crossorigin="anonymous"></script><script src="https://static.zhipin.com/zhipin-boss/index/v9372/static/js/app.js" crossorigin="anonymous"></script><svg id="__svg__icons__dom__" xmlns="http://www.w3.org/2000/svg" xmlns:link="http://www.w3.org/1999/xlink" style="position: absolute; width: 0px; height: 0px;"><symbol class="icon" viewBox="0 0 1209 1024" id="icon-change-job"><path d="M434.712 809.265h357.472a297.475 297.475 0 0 0 297.94-297.103 296.73 296.73 0 0 0-100.275-222.315 59.346 59.346 0 0 1-5.023-83.81 59.718 59.718 0 0 1 84.09-5.023 415.144 415.144 0 0 1 35.346 587.136 417.562 417.562 0 0 1-311.985 139.993H571.822v71.253a23.813 23.813 0 0 1-38.138 19.068l-130.226-97.576a59.532 59.532 0 0 1 28.277-111.623h2.977zm-35.533-713.92v-.373h238.314V23.72a23.813 23.813 0 0 1 38.138-18.976l130.227 97.39a59.532 59.532 0 0 1-28.278 111.624H399.272V95.344c5.953-.186 11.906-.372 17.86-.372a59.532 59.532 0 1 1 0 118.786 297.382 297.382 0 0 0-297.94 296.916c0 84.926 36.463 165.76 100.274 222.036 24.93 21.395 27.813 58.881 6.418 83.717a59.718 59.718 0 0 1-85.577 5.116 414.678 414.678 0 0 1-35.347-586.67A417.655 417.655 0 0 1 399.179 95.344z"></path></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-rightbar-share"><path d="M466.125 179.2a25.6 25.6 0 0 1 4.608 50.79l-4.608.41H292.557c-32.154 0-58.675 24.474-61.85 55.808l-.307 6.349v438.886c0 32.154 24.474 58.675 55.808 61.85l6.349.307h438.886c32.154 0 58.675-24.474 61.85-55.808l.307-6.349V557.056a25.6 25.6 0 0 1 50.79-4.608l.41 4.608v174.387c0 59.904-46.438 108.903-105.267 113.05l-8.09.307H292.557a113.357 113.357 0 0 1-113.05-105.267l-.307-8.09V292.557c0-59.904 46.438-108.903 105.267-113.05l8.09-.307h173.568zm312.115 0a66.56 66.56 0 0 1 66.202 59.75l.358 6.81V409.6a25.6 25.6 0 0 1-50.79 4.608l-.41-4.608V266.547L504.525 555.725a25.6 25.6 0 0 1-39.168-32.666l2.918-3.584L757.35 230.4H614.4a25.6 25.6 0 0 1-4.608-50.79l4.608-.41h163.84z"></path></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-rightbar-unfit"><path d="M512 76.8a435.2 435.2 0 1 1 0 870.4 435.2 435.2 0 0 1 0-870.4zm0 61.44a373.76 373.76 0 1 0 0 747.52 373.76 373.76 0 0 0 0-747.52z"></path><path d="M336.691 336.691a30.72 30.72 0 0 1 39.168-3.584l4.25 3.584 307.2 307.2a30.72 30.72 0 0 1-39.168 47.002l-4.25-3.584-307.2-307.2a30.72 30.72 0 0 1 0-43.418z"></path><path d="M643.891 336.691a30.72 30.72 0 0 1 47.002 39.168l-3.584 4.25-307.2 307.2a30.72 30.72 0 0 1-47.002-39.168l3.584-4.25 307.2-307.2z"></path></symbol></svg><script src="https://static.zhipin.com/zhipin-boss/index/v9372/static/js/risk-detection.js" crossorigin="anonymous"></script><script src="/zhipin-security/web/boss/index.js"></script><script src="https://static.zhipin.com/zhipin-boss/security/357/boss/index.js"></script><div data-v-4fca5f2a="" data-v-0e2d1b7d="" data-transfer="true" class="context-menu v-transfer-dom" conversation="[object Object]"><!----></div><div data-v-0663808b="" data-v-0e2d1b7d="" data-transfer="true" class="context-menu v-transfer-dom" style="left: 70px;"><!----></div><div data-v-42f8a306="" data-v-0f75e40c="" class="chat-global-outer-wrap"><!----> <div data-v-42f8a306="" class="chat-global-wrap" style="transform: translateX(0px);"><!----> <div data-v-42f8a306="" class="chat-global-entry"><span data-v-7778bec2="" data-v-42f8a306="" class="count badge"> <!----></span></div> <!----> <!----></div></div></body></html>