/* ============================================================
   thyuu-iconfont 扩展图标库
   基于现有图标线性风格，使用 SVG stroke 描边方式渲染
   继承 currentColor，通过 font-size 控制大小
   统一 stroke-width:64 stroke-linecap/join:round fill:none
   ============================================================ */

/* ---- 公共渲染样式 ---- */
:is(
  .thyuu-icon-desktop,
  .thyuu-icon-goods,
  .thyuu-icon-user,
  .thyuu-icon-network,
  .thyuu-icon-star,
  .thyuu-icon-bell,
  .thyuu-icon-shield,
  .thyuu-icon-chart,
  .thyuu-icon-palette,
  .thyuu-icon-plug,
  .thyuu-icon-service,
  .thyuu-icon-custom,
  .thyuu-icon-code,
  .thyuu-icon-people,
  .thyuu-icon-settings,
  .thyuu-icon-chat,
  .thyuu-icon-gift,
  .thyuu-icon-cart,
  .thyuu-icon-truck,
  .thyuu-icon-wallet,
  .thyuu-icon-coupon,
  .thyuu-icon-store,
  .thyuu-icon-database,
  .thyuu-icon-server,
  .thyuu-icon-api,
  .thyuu-icon-download,
  .thyuu-icon-upload,
  .thyuu-icon-lock,
  .thyuu-icon-help,
  .thyuu-icon-doc,
  .thyuu-icon-folder,
  .thyuu-icon-list,
  .thyuu-icon-grid,
  .thyuu-icon-globe,
  .thyuu-icon-qr-code,
  .thyuu-icon-mobile,
  .thyuu-icon-eye-view,
  .thyuu-icon-tag-price,
  .thyuu-icon-cloud-server,
  .thyuu-icon-crown-fill,
  .thyuu-icon-medal,
  .thyuu-icon-target,
  .thyuu-icon-rocket,
  .thyuu-icon-flag,
  .thyuu-icon-bulb,
  .thyuu-icon-puzzle,
  .thyuu-icon-magic,
  .thyuu-icon-fire
)::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  background: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  vertical-align: -0.125em;
}

/* SVG 公共参数：fill=none stroke=black stroke-width=64 round */

/* ============================================================
   功能详情分类图标
   ============================================================ */

/* 终端平台 - 显示器 */
.thyuu-icon-desktop::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='128' y='160' width='768' height='512' rx='32'/%3E%3Cpath d='M384 800 L384 736 L640 736 L640 800'/%3E%3Cpath d='M320 864 L704 864'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='128' y='160' width='768' height='512' rx='32'/%3E%3Cpath d='M384 800 L384 736 L640 736 L640 800'/%3E%3Cpath d='M320 864 L704 864'/%3E%3C/svg%3E");
}

/* 商品管理 - 立体包裹 */
.thyuu-icon-goods::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 96 L864 272 L864 752 L512 928 L160 752 L160 272 Z'/%3E%3Cpath d='M160 272 L512 448 L864 272'/%3E%3Cpath d='M512 448 L512 928'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 96 L864 272 L864 752 L512 928 L160 752 L160 272 Z'/%3E%3Cpath d='M160 272 L512 448 L864 272'/%3E%3Cpath d='M512 448 L512 928'/%3E%3C/svg%3E");
}

/* 用户管理 - 单人 */
.thyuu-icon-user::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='384' r='160'/%3E%3Cpath d='M256 896 Q256 640 512 640 Q768 640 768 896'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='384' r='160'/%3E%3Cpath d='M256 896 Q256 640 512 640 Q768 640 768 896'/%3E%3C/svg%3E");
}

/* 分站管理 - 网络节点 */
.thyuu-icon-network::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='192' r='80'/%3E%3Ccircle cx='192' cy='512' r='80'/%3E%3Ccircle cx='832' cy='512' r='80'/%3E%3Ccircle cx='512' cy='832' r='80'/%3E%3Cpath d='M455 245 L249 459'/%3E%3Cpath d='M569 245 L775 459'/%3E%3Cpath d='M249 565 L455 779'/%3E%3Cpath d='M775 565 L569 779'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='192' r='80'/%3E%3Ccircle cx='192' cy='512' r='80'/%3E%3Ccircle cx='832' cy='512' r='80'/%3E%3Ccircle cx='512' cy='832' r='80'/%3E%3Cpath d='M455 245 L249 459'/%3E%3Cpath d='M569 245 L775 459'/%3E%3Cpath d='M249 565 L455 779'/%3E%3Cpath d='M775 565 L569 779'/%3E%3C/svg%3E");
}

/* 特色功能 - 五角星 */
.thyuu-icon-star::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 L626 372 L896 404 L692 580 L748 848 L512 712 L276 848 L332 580 L128 404 L398 372 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 L626 372 L896 404 L692 580 L748 848 L512 712 L276 848 L332 580 L128 404 L398 372 Z'/%3E%3C/svg%3E");
}

/* 消息通知 - 铃铛 */
.thyuu-icon-bell::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M256 384 Q256 192 512 192 Q768 192 768 384 V608 L832 704 H192 L256 608 Z'/%3E%3Cpath d='M448 832 Q448 896 512 896 Q576 896 576 832'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M256 384 Q256 192 512 192 Q768 192 768 384 V608 L832 704 H192 L256 608 Z'/%3E%3Cpath d='M448 832 Q448 896 512 896 Q576 896 576 832'/%3E%3C/svg%3E");
}

/* 内容安全 - 盾牌+对勾 */
.thyuu-icon-shield::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 L832 256 V512 Q832 768 512 896 Q192 768 192 512 V256 Z'/%3E%3Cpath d='M384 512 L480 608 L640 448'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 L832 256 V512 Q832 768 512 896 Q192 768 192 512 V256 Z'/%3E%3Cpath d='M384 512 L480 608 L640 448'/%3E%3C/svg%3E");
}

/* 数据统计 - 柱状图 */
.thyuu-icon-chart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 832 H864'/%3E%3Cpath d='M192 192 V832'/%3E%3Cpath d='M320 640 V832'/%3E%3Cpath d='M480 448 V832'/%3E%3Cpath d='M640 512 V832'/%3E%3Cpath d='M800 320 V832'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 832 H864'/%3E%3Cpath d='M192 192 V832'/%3E%3Cpath d='M320 640 V832'/%3E%3Cpath d='M480 448 V832'/%3E%3Cpath d='M640 512 V832'/%3E%3Cpath d='M800 320 V832'/%3E%3C/svg%3E");
}

/* 个性化设置 - 调色板 */
.thyuu-icon-palette::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 Q832 128 832 384 Q832 576 640 576 H576 Q480 576 480 672 Q480 736 560 800 Q560 864 512 864 Q256 864 192 576 Q128 320 288 192 Q384 128 512 128 Z'/%3E%3Ccircle cx='384' cy='384' r='24'/%3E%3Ccircle cx='576' cy='320' r='24'/%3E%3Ccircle cx='704' cy='448' r='24'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 Q832 128 832 384 Q832 576 640 576 H576 Q480 576 480 672 Q480 736 560 800 Q560 864 512 864 Q256 864 192 576 Q128 320 288 192 Q384 128 512 128 Z'/%3E%3Ccircle cx='384' cy='384' r='24'/%3E%3Ccircle cx='576' cy='320' r='24'/%3E%3Ccircle cx='704' cy='448' r='24'/%3E%3C/svg%3E");
}

/* 功能插件 - 插头 */
.thyuu-icon-plug::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M384 128 V320'/%3E%3Cpath d='M640 128 V320'/%3E%3Cpath d='M256 320 H768 V448 Q768 640 640 716 V832 H384 V716 Q256 640 256 448 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M384 128 V320'/%3E%3Cpath d='M640 128 V320'/%3E%3Cpath d='M256 320 H768 V448 Q768 640 640 716 V832 H384 V716 Q256 640 256 448 Z'/%3E%3C/svg%3E");
}

/* 运维与服务 - 客服耳机 */
.thyuu-icon-service::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 512 Q192 256 512 256 Q832 256 832 512'/%3E%3Crect x='128' y='512' width='128' height='256' rx='32'/%3E%3Crect x='768' y='512' width='128' height='256' rx='32'/%3E%3Cpath d='M832 768 V832 Q832 896 768 896 H576'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 512 Q192 256 512 256 Q832 256 832 512'/%3E%3Crect x='128' y='512' width='128' height='256' rx='32'/%3E%3Crect x='768' y='512' width='128' height='256' rx='32'/%3E%3Cpath d='M832 768 V832 Q832 896 768 896 H576'/%3E%3C/svg%3E");
}

/* 系统与服务 - 滑块设置 */
.thyuu-icon-custom::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 320 H384'/%3E%3Cpath d='M640 320 H896'/%3E%3Cpath d='M128 704 H384'/%3E%3Cpath d='M640 704 H896'/%3E%3Ccircle cx='512' cy='320' r='64'/%3E%3Ccircle cx='512' cy='704' r='64'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 320 H384'/%3E%3Cpath d='M640 320 H896'/%3E%3Cpath d='M128 704 H384'/%3E%3Cpath d='M640 704 H896'/%3E%3Ccircle cx='512' cy='320' r='64'/%3E%3Ccircle cx='512' cy='704' r='64'/%3E%3C/svg%3E");
}

/* ============================================================
   合作伙伴优势图标
   ============================================================ */

/* 技术支持 - 代码符号 */
.thyuu-icon-code::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='384,320 192,512 384,704'/%3E%3Cpolyline points='640,320 832,512 640,704'/%3E%3Cpath d='M560 256 L464 768'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='384,320 192,512 384,704'/%3E%3Cpolyline points='640,320 832,512 640,704'/%3E%3Cpath d='M560 256 L464 768'/%3E%3C/svg%3E");
}

/* 培训支持 - 人群 */
.thyuu-icon-people::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='384' cy='320' r='128'/%3E%3Cpath d='M192 832 Q192 576 384 576 Q576 576 576 832'/%3E%3Ccircle cx='704' cy='384' r='96'/%3E%3Cpath d='M576 832 Q576 640 704 640 Q832 640 832 832'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='384' cy='320' r='128'/%3E%3Cpath d='M192 832 Q192 576 384 576 Q576 576 576 832'/%3E%3Ccircle cx='704' cy='384' r='96'/%3E%3Cpath d='M576 832 Q576 640 704 640 Q832 640 832 832'/%3E%3C/svg%3E");
}

/* 运营支持 - 齿轮 */
.thyuu-icon-settings::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='512' r='160'/%3E%3Cpath d='M512 128 V256 M512 768 V896 M128 512 H256 M768 512 H896 M220 220 L308 308 M716 716 L804 804 M220 804 L308 716 M716 308 L804 220'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='512' r='160'/%3E%3Cpath d='M512 128 V256 M512 768 V896 M128 512 H256 M768 512 H896 M220 220 L308 308 M716 716 L804 804 M220 804 L308 716 M716 308 L804 220'/%3E%3C/svg%3E");
}

/* 服务支持 - 对话气泡 */
.thyuu-icon-chat::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 192 H832 Q896 192 896 256 V640 Q896 704 832 704 H576 L384 896 V704 H192 Q128 704 128 640 V256 Q128 192 192 192 Z'/%3E%3Cpath d='M320 384 H704'/%3E%3Cpath d='M320 512 H576'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 192 H832 Q896 192 896 256 V640 Q896 704 832 704 H576 L384 896 V704 H192 Q128 704 128 640 V256 Q128 192 192 192 Z'/%3E%3Cpath d='M320 384 H704'/%3E%3Cpath d='M320 512 H576'/%3E%3C/svg%3E");
}

/* 激励计划 - 礼物 */
.thyuu-icon-gift::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 384 H896 V512 H128 Z'/%3E%3Cpath d='M192 512 V832 H832 V512'/%3E%3Cpath d='M512 384 V832'/%3E%3Cpath d='M512 384 Q512 192 384 192 Q256 192 256 320 Q256 384 512 384 Q768 384 768 320 Q768 192 640 192 Q512 192 512 384'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 384 H896 V512 H128 Z'/%3E%3Cpath d='M192 512 V832 H832 V512'/%3E%3Cpath d='M512 384 V832'/%3E%3Cpath d='M512 384 Q512 192 384 192 Q256 192 256 320 Q256 384 512 384 Q768 384 768 320 Q768 192 640 192 Q512 192 512 384'/%3E%3C/svg%3E");
}

/* ============================================================
   扩展图标 - 电商/网站常用
   ============================================================ */

/* 购物车 */
.thyuu-icon-cart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 192 L256 192 L352 640 H832 L896 320 H320'/%3E%3Ccircle cx='384' cy='832' r='48'/%3E%3Ccircle cx='768' cy='832' r='48'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 192 L256 192 L352 640 H832 L896 320 H320'/%3E%3Ccircle cx='384' cy='832' r='48'/%3E%3Ccircle cx='768' cy='832' r='48'/%3E%3C/svg%3E");
}

/* 物流卡车 */
.thyuu-icon-truck::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 256 H640 V640 H128 Z'/%3E%3Cpath d='M640 384 H832 L896 512 V640 H640'/%3E%3Ccircle cx='320' cy='768' r='64'/%3E%3Ccircle cx='768' cy='768' r='64'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 256 H640 V640 H128 Z'/%3E%3Cpath d='M640 384 H832 L896 512 V640 H640'/%3E%3Ccircle cx='320' cy='768' r='64'/%3E%3Ccircle cx='768' cy='768' r='64'/%3E%3C/svg%3E");
}

/* 钱包 */
.thyuu-icon-wallet::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 256 H832 Q896 256 896 320 V768 Q896 832 832 832 H192 Q128 832 128 768 V320 Q128 256 192 256 Z'/%3E%3Cpath d='M128 384 H768 Q832 384 832 448 V576 Q832 640 768 640 H128'/%3E%3Ccircle cx='640' cy='512' r='24'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 256 H832 Q896 256 896 320 V768 Q896 832 832 832 H192 Q128 832 128 768 V320 Q128 256 192 256 Z'/%3E%3Cpath d='M128 384 H768 Q832 384 832 448 V576 Q832 640 768 640 H128'/%3E%3Ccircle cx='640' cy='512' r='24'/%3E%3C/svg%3E");
}

/* 优惠券 */
.thyuu-icon-coupon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 256 H832 Q896 256 896 320 V416 Q832 416 832 512 Q832 608 896 608 V704 Q896 768 832 768 H192 Q128 768 128 704 V608 Q192 608 192 512 Q192 416 128 416 V320 Q128 256 192 256 Z'/%3E%3Cpath d='M448 352 V672'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 256 H832 Q896 256 896 320 V416 Q832 416 832 512 Q832 608 896 608 V704 Q896 768 832 768 H192 Q128 768 128 704 V608 Q192 608 192 512 Q192 416 128 416 V320 Q128 256 192 256 Z'/%3E%3Cpath d='M448 352 V672'/%3E%3C/svg%3E");
}

/* 店铺 */
.thyuu-icon-store::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 192 L192 384 V832 H832 V384 L896 192 Z'/%3E%3Cpath d='M192 384 Q256 512 384 512 Q512 512 512 384 Q512 512 640 512 Q768 512 832 384'/%3E%3Cpath d='M384 512 V832'/%3E%3Cpath d='M640 512 V832'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 192 L192 384 V832 H832 V384 L896 192 Z'/%3E%3Cpath d='M192 384 Q256 512 384 512 Q512 512 512 384 Q512 512 640 512 Q768 512 832 384'/%3E%3Cpath d='M384 512 V832'/%3E%3Cpath d='M640 512 V832'/%3E%3C/svg%3E");
}

/* 数据库 */
.thyuu-icon-database::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='512' cy='256' rx='320' ry='128'/%3E%3Cpath d='M192 256 V512 Q192 640 512 640 Q832 640 832 512 V256'/%3E%3Cpath d='M192 512 V768 Q192 896 512 896 Q832 896 832 768 V512'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='512' cy='256' rx='320' ry='128'/%3E%3Cpath d='M192 256 V512 Q192 640 512 640 Q832 640 832 512 V256'/%3E%3Cpath d='M192 512 V768 Q192 896 512 896 Q832 896 832 768 V512'/%3E%3C/svg%3E");
}

/* 服务器 */
.thyuu-icon-server::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='128' y='128' width='768' height='320' rx='32'/%3E%3Crect x='128' y='576' width='768' height='320' rx='32'/%3E%3Ccircle cx='256' cy='288' r='16'/%3E%3Ccircle cx='256' cy='736' r='16'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='128' y='128' width='768' height='320' rx='32'/%3E%3Crect x='128' y='576' width='768' height='320' rx='32'/%3E%3Ccircle cx='256' cy='288' r='16'/%3E%3Ccircle cx='256' cy='736' r='16'/%3E%3C/svg%3E");
}

/* API接口 - 大括号 */
.thyuu-icon-api::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M384 192 Q256 192 256 320 V448 Q256 512 192 512 Q256 512 256 576 V704 Q256 832 384 832'/%3E%3Cpath d='M640 192 Q768 192 768 320 V448 Q768 512 832 512 Q768 512 768 576 V704 Q768 832 640 832'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M384 192 Q256 192 256 320 V448 Q256 512 192 512 Q256 512 256 576 V704 Q256 832 384 832'/%3E%3Cpath d='M640 192 Q768 192 768 320 V448 Q768 512 832 512 Q768 512 768 576 V704 Q768 832 640 832'/%3E%3C/svg%3E");
}

/* 下载 */
.thyuu-icon-download::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 V640'/%3E%3Cpolyline points='384,512 512,640 640,512'/%3E%3Cpath d='M192 832 H832'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 V640'/%3E%3Cpolyline points='384,512 512,640 640,512'/%3E%3Cpath d='M192 832 H832'/%3E%3C/svg%3E");
}

/* 上传 */
.thyuu-icon-upload::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 640 V128'/%3E%3Cpolyline points='384,256 512,128 640,256'/%3E%3Cpath d='M192 832 H832'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 640 V128'/%3E%3Cpolyline points='384,256 512,128 640,256'/%3E%3Cpath d='M192 832 H832'/%3E%3C/svg%3E");
}

/* 锁 */
.thyuu-icon-lock::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='192' y='448' width='640' height='448' rx='32'/%3E%3Cpath d='M320 448 V320 Q320 128 512 128 Q704 128 704 320 V448'/%3E%3Ccircle cx='512' cy='672' r='48'/%3E%3Cpath d='M512 720 V800'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='192' y='448' width='640' height='448' rx='32'/%3E%3Cpath d='M320 448 V320 Q320 128 512 128 Q704 128 704 320 V448'/%3E%3Ccircle cx='512' cy='672' r='48'/%3E%3Cpath d='M512 720 V800'/%3E%3C/svg%3E");
}

/* 帮助 - 问号圆圈 */
.thyuu-icon-help::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='512' r='384'/%3E%3Cpath d='M384 384 Q384 256 512 256 Q640 256 640 384 Q640 512 512 512 V576'/%3E%3Ccircle cx='512' cy='704' r='16'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='512' r='384'/%3E%3Cpath d='M384 384 Q384 256 512 256 Q640 256 640 384 Q640 512 512 512 V576'/%3E%3Ccircle cx='512' cy='704' r='16'/%3E%3C/svg%3E");
}

/* 文档 */
.thyuu-icon-doc::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M256 128 H640 L832 320 V832 Q832 896 768 896 H256 Q192 896 192 832 V192 Q192 128 256 128 Z'/%3E%3Cpolyline points='640,128 640,320 832,320'/%3E%3Cpath d='M320 512 H704'/%3E%3Cpath d='M320 640 H704'/%3E%3Cpath d='M320 768 H576'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M256 128 H640 L832 320 V832 Q832 896 768 896 H256 Q192 896 192 832 V192 Q192 128 256 128 Z'/%3E%3Cpolyline points='640,128 640,320 832,320'/%3E%3Cpath d='M320 512 H704'/%3E%3Cpath d='M320 640 H704'/%3E%3Cpath d='M320 768 H576'/%3E%3C/svg%3E");
}

/* 文件夹 */
.thyuu-icon-folder::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 256 Q128 192 192 192 H384 L480 288 H832 Q896 288 896 352 V768 Q896 832 832 832 H192 Q128 832 128 768 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 256 Q128 192 192 192 H384 L480 288 H832 Q896 288 896 352 V768 Q896 832 832 832 H192 Q128 832 128 768 Z'/%3E%3C/svg%3E");
}

/* 列表 */
.thyuu-icon-list::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='192' cy='256' r='16'/%3E%3Ccircle cx='192' cy='512' r='16'/%3E%3Ccircle cx='192' cy='768' r='16'/%3E%3Cpath d='M320 256 H832'/%3E%3Cpath d='M320 512 H832'/%3E%3Cpath d='M320 768 H832'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='192' cy='256' r='16'/%3E%3Ccircle cx='192' cy='512' r='16'/%3E%3Ccircle cx='192' cy='768' r='16'/%3E%3Cpath d='M320 256 H832'/%3E%3Cpath d='M320 512 H832'/%3E%3Cpath d='M320 768 H832'/%3E%3C/svg%3E");
}

/* 网格 */
.thyuu-icon-grid::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='128' y='128' width='320' height='320' rx='32'/%3E%3Crect x='576' y='128' width='320' height='320' rx='32'/%3E%3Crect x='128' y='576' width='320' height='320' rx='32'/%3E%3Crect x='576' y='576' width='320' height='320' rx='32'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='128' y='128' width='320' height='320' rx='32'/%3E%3Crect x='576' y='128' width='320' height='320' rx='32'/%3E%3Crect x='128' y='576' width='320' height='320' rx='32'/%3E%3Crect x='576' y='576' width='320' height='320' rx='32'/%3E%3C/svg%3E");
}

/* 全球 */
.thyuu-icon-globe::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='512' r='384'/%3E%3Cellipse cx='512' cy='512' rx='192' ry='384'/%3E%3Cpath d='M128 512 H896'/%3E%3Cpath d='M192 320 Q512 384 832 320'/%3E%3Cpath d='M192 704 Q512 640 832 704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='512' r='384'/%3E%3Cellipse cx='512' cy='512' rx='192' ry='384'/%3E%3Cpath d='M128 512 H896'/%3E%3Cpath d='M192 320 Q512 384 832 320'/%3E%3Cpath d='M192 704 Q512 640 832 704'/%3E%3C/svg%3E");
}

/* 二维码 */
.thyuu-icon-qr-code::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='128' y='128' width='256' height='256'/%3E%3Crect x='640' y='128' width='256' height='256'/%3E%3Crect x='128' y='640' width='256' height='256'/%3E%3Cpath d='M512 512 H640 V640'/%3E%3Cpath d='M640 768 H768 V896'/%3E%3Cpath d='M768 512 V640 H896'/%3E%3Cpath d='M512 768 V896'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='128' y='128' width='256' height='256'/%3E%3Crect x='640' y='128' width='256' height='256'/%3E%3Crect x='128' y='640' width='256' height='256'/%3E%3Cpath d='M512 512 H640 V640'/%3E%3Cpath d='M640 768 H768 V896'/%3E%3Cpath d='M768 512 V640 H896'/%3E%3Cpath d='M512 768 V896'/%3E%3C/svg%3E");
}

/* 手机 */
.thyuu-icon-mobile::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='288' y='128' width='448' height='768' rx='64'/%3E%3Cpath d='M448 800 H576'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='288' y='128' width='448' height='768' rx='64'/%3E%3Cpath d='M448 800 H576'/%3E%3C/svg%3E");
}

/* 查看 - 眼睛 */
.thyuu-icon-eye-view::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 512 Q256 256 512 256 Q768 256 896 512 Q768 768 512 768 Q256 768 128 512 Z'/%3E%3Ccircle cx='512' cy='512' r='96'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 512 Q256 256 512 256 Q768 256 896 512 Q768 768 512 768 Q256 768 128 512 Z'/%3E%3Ccircle cx='512' cy='512' r='96'/%3E%3C/svg%3E");
}

/* 价格标签 */
.thyuu-icon-tag-price::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 512 V192 Q128 128 192 128 H512 Q576 128 640 192 L896 448 Q960 512 896 576 L576 896 Q512 960 448 896 L192 640 Q128 576 128 512 Z'/%3E%3Ccircle cx='320' cy='320' r='32'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M128 512 V192 Q128 128 192 128 H512 Q576 128 640 192 L896 448 Q960 512 896 576 L576 896 Q512 960 448 896 L192 640 Q128 576 128 512 Z'/%3E%3Ccircle cx='320' cy='320' r='32'/%3E%3C/svg%3E");
}

/* 云服务 */
.thyuu-icon-cloud-server::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M288 704 Q160 704 160 576 Q160 448 288 448 Q288 288 448 288 Q608 288 608 448 Q768 448 768 576 Q768 704 640 704 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M288 704 Q160 704 160 576 Q160 448 288 448 Q288 288 448 288 Q608 288 608 448 Q768 448 768 576 Q768 704 640 704 Z'/%3E%3C/svg%3E");
}

/* 皇冠 */
.thyuu-icon-crown-fill::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 768 H832 L896 320 L640 512 L512 256 L384 512 L128 320 Z'/%3E%3Cpath d='M192 832 H832'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 768 H832 L896 320 L640 512 L512 256 L384 512 L128 320 Z'/%3E%3Cpath d='M192 832 H832'/%3E%3C/svg%3E");
}

/* 奖牌 */
.thyuu-icon-medal::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='640' r='192'/%3E%3Cpath d='M384 128 L512 384 L640 128'/%3E%3Cpath d='M320 128 H704'/%3E%3Ccircle cx='512' cy='640' r='64'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='640' r='192'/%3E%3Cpath d='M384 128 L512 384 L640 128'/%3E%3Cpath d='M320 128 H704'/%3E%3Ccircle cx='512' cy='640' r='64'/%3E%3C/svg%3E");
}

/* 目标 */
.thyuu-icon-target::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='512' r='384'/%3E%3Ccircle cx='512' cy='512' r='256'/%3E%3Ccircle cx='512' cy='512' r='128'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='512' cy='512' r='384'/%3E%3Ccircle cx='512' cy='512' r='256'/%3E%3Ccircle cx='512' cy='512' r='128'/%3E%3C/svg%3E");
}

/* 火箭 */
.thyuu-icon-rocket::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 Q704 192 768 384 Q800 512 800 640 H224 Q224 512 256 384 Q320 192 512 128 Z'/%3E%3Ccircle cx='512' cy='384' r='64'/%3E%3Cpath d='M224 640 L160 832 L320 768'/%3E%3Cpath d='M800 640 L864 832 L704 768'/%3E%3Cpath d='M448 640 V832 H576 V640'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 Q704 192 768 384 Q800 512 800 640 H224 Q224 512 256 384 Q320 192 512 128 Z'/%3E%3Ccircle cx='512' cy='384' r='64'/%3E%3Cpath d='M224 640 L160 832 L320 768'/%3E%3Cpath d='M800 640 L864 832 L704 768'/%3E%3Cpath d='M448 640 V832 H576 V640'/%3E%3C/svg%3E");
}

/* 旗帜 */
.thyuu-icon-flag::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M256 128 V896'/%3E%3Cpath d='M256 192 H768 L640 384 L768 576 H256'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M256 128 V896'/%3E%3Cpath d='M256 192 H768 L640 384 L768 576 H256'/%3E%3C/svg%3E");
}

/* 灯泡 */
.thyuu-icon-bulb::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M384 640 Q256 512 256 384 Q256 192 512 192 Q768 192 768 384 Q768 512 640 640 V704 H384 Z'/%3E%3Cpath d='M384 768 H640'/%3E%3Cpath d='M416 832 H608'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M384 640 Q256 512 256 384 Q256 192 512 192 Q768 192 768 384 Q768 512 640 640 V704 H384 Z'/%3E%3Cpath d='M384 768 H640'/%3E%3Cpath d='M416 832 H608'/%3E%3C/svg%3E");
}

/* 拼图 */
.thyuu-icon-puzzle::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 192 H448 V320 Q448 384 512 384 Q576 384 576 320 V192 H832 V448 H704 Q640 448 640 512 Q640 576 704 576 H832 V832 H576 V704 Q576 640 512 640 Q448 640 448 704 V832 H192 V576 H320 Q384 576 384 512 Q384 448 320 448 H192 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 192 H448 V320 Q448 384 512 384 Q576 384 576 320 V192 H832 V448 H704 Q640 448 640 512 Q640 576 704 576 H832 V832 H576 V704 Q576 640 512 640 Q448 640 448 704 V832 H192 V576 H320 Q384 576 384 512 Q384 448 320 448 H192 Z'/%3E%3C/svg%3E");
}

/* 魔法棒 */
.thyuu-icon-magic::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 832 L704 320'/%3E%3Cpath d='M704 192 L736 272 L816 304 L736 336 L704 416 L672 336 L592 304 L672 272 Z'/%3E%3Cpath d='M384 128 L400 176 L448 192 L400 208 L384 256 L368 208 L320 192 L368 176 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M192 832 L704 320'/%3E%3Cpath d='M704 192 L736 272 L816 304 L736 336 L704 416 L672 336 L592 304 L672 272 Z'/%3E%3Cpath d='M384 128 L400 176 L448 192 L400 208 L384 256 L368 208 L320 192 L368 176 Z'/%3E%3C/svg%3E");
}

/* 火焰 */
.thyuu-icon-fire::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 Q384 320 384 512 Q384 640 288 640 Q192 640 192 512 Q192 704 320 832 Q448 960 640 960 Q832 960 832 704 Q832 512 704 384 Q704 512 640 512 Q576 512 576 384 Q576 256 512 128 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='none' stroke='black' stroke-width='64' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 128 Q384 320 384 512 Q384 640 288 640 Q192 640 192 512 Q192 704 320 832 Q448 960 640 960 Q832 960 832 704 Q832 512 704 384 Q704 512 640 512 Q576 512 576 384 Q576 256 512 128 Z'/%3E%3C/svg%3E");
}
