You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
796 lines
66 KiB
796 lines
66 KiB
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>{$current_cate.seo_title}</title>
|
|
<meta name="keywords" content="{$current_cate.seo_keywords}" />
|
|
<meta name="description" content="{$current_cate.seo_description}" />
|
|
<!-- 公共CSS 自动被打包进页面 -->
|
|
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
|
<script>
|
|
// 设计稿 1920px 宽度下 1rem = 16Px;放在 head 里避免刷新时 rem 闪动
|
|
(function () {
|
|
var h = document.documentElement;
|
|
// 设计稿宽度
|
|
var DESIGN_WIDTH = 1920;
|
|
// 设计稿1rem = 16Px
|
|
var REM_AT_DESIGN = 16;
|
|
// 最小字体大小-限制, 同时注意所有的box的大小也有了最小限制
|
|
var MIN_ROOT_FONT_SIZE = 14;
|
|
function setRootFontSize() {
|
|
// 当前屏幕可视宽度(每次计算都取最新值)
|
|
var W = h.getBoundingClientRect().width;
|
|
var size = (W / DESIGN_WIDTH) * REM_AT_DESIGN;
|
|
if (size < MIN_ROOT_FONT_SIZE) size = MIN_ROOT_FONT_SIZE;
|
|
h.style.fontSize = size + "px";
|
|
}
|
|
setRootFontSize();
|
|
var resizeRaf = 0;
|
|
window.addEventListener("resize", function () {
|
|
if (resizeRaf) return;
|
|
resizeRaf = requestAnimationFrame(function () {
|
|
resizeRaf = 0;
|
|
setRootFontSize();
|
|
});
|
|
});
|
|
})();
|
|
</script>
|
|
<link rel="stylesheet" href="https://unpkg.com/lenis@1.3.23/dist/lenis.css" />
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net.cn/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" />
|
|
<link
|
|
href="https://cdn.jsdelivr.net.cn/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
|
|
rel="stylesheet"
|
|
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
|
|
crossorigin="anonymous"
|
|
/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.css" />
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
|
|
|
|
<script type="module" crossorigin src="/themes/dist_static/static/js/index.js"></script>
|
|
<link rel="modulepreload" crossorigin href="/themes/dist_static/static/js/common.js" />
|
|
<link rel="modulepreload" crossorigin href="/themes/dist_static/static/js/earth.js" />
|
|
<link rel="stylesheet" crossorigin href="/themes/dist_static/static/css/common.css" />
|
|
<link rel="stylesheet" crossorigin href="/themes/dist_static/static/css/index.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<!-- 引入公共头部 -->
|
|
<!-- header -->
|
|
{include file="components/header"}
|
|
<main class="main-home">
|
|
{php}
|
|
$ui_product = uiId('product');
|
|
$ui_solution = uiId('solution');
|
|
$ui_news = uiId('news');
|
|
{/php}
|
|
{if !empty($sub_cates[0])}
|
|
<section class="section-banner">
|
|
<div class="section-banner__swiper swiper">
|
|
<div class="swiper-wrapper">
|
|
{php}
|
|
$news = getChildCategoriesContent($ui_news,$seller_id,5);
|
|
{/php}
|
|
{hcTaglib:content cid="$sub_cates[0]['id']" moduleId="1" item="vo" limit="5" mainField="*" subField="*" key="key"}
|
|
<article class="swiper-slide section-banner__slide section__wrap">
|
|
<div class="section-banner__bg">
|
|
<video src="{$vo.thumbnail.url ?? ''}" muted loop playsinline></video>
|
|
</div>
|
|
<div class="section-banner__content">
|
|
<p class="section__eyebrow">{$vo.title ?? ''}</p>
|
|
<h1 class="section__title section__title--hero">{$vo.sub_title|raw}</h1>
|
|
<p class="section__desc">{$vo.description ?? ''}</p>
|
|
{hcTaglib:category id="$ui_product" item="vo" field="*"}
|
|
<a class="s-btn s-btn--primary s-btn--pill" href="{:getMuiLangUrl($vo.alias ?? '/')}">Explore more</a>
|
|
{/hcTaglib:category}
|
|
</div>
|
|
{if !empty($news[$key-1])}
|
|
<a class="section-banner__award" href="{:hcurl('detail/index',['id'=>$news[$key-1]['id'],'cid'=>$news[$key-1]['category_id']])}">
|
|
<div class="section-banner__award-card">
|
|
<p class="section-banner__award-text">{$news[$key-1]['title']}</p>
|
|
<span class="section-banner__award-link">
|
|
Explore more
|
|
<svg
|
|
viewBox="0 0 15.502 6.66113"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
width="15.501953"
|
|
height="6.661133"
|
|
fill="none"
|
|
customFrame="#000000"
|
|
>
|
|
<path
|
|
id="箭头 1"
|
|
d="M0 2.83057L15 2.83057L15 3.83057L0 3.83057L0 2.83057ZM14.2929 3.33057L11.818 0.855693C11.62 0.657703 11.62 0.346576 11.818 0.148586C12.016 -0.0494032 12.3271 -0.0494046 12.5251 0.148585L15.3536 2.97701C15.5515 3.175 15.5515 3.48613 15.3536 3.68412L12.5251 6.51255C12.3271 6.71054 12.016 6.71054 11.818 6.51255C11.62 6.31456 11.62 6.00343 11.818 5.80544L14.2929 3.33057Z"
|
|
fill="rgb(255,255,255)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</div>
|
|
<img class="section-banner__award-img" src="{$news[$key-1]['thumbnail_url'] ?? ''}" width="150" height="210" alt="" />
|
|
</a>
|
|
{/if}
|
|
</article>
|
|
{/hcTaglib:content}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{/if}
|
|
{if !empty($sub_cates[1])}
|
|
<section class="section-1 section__wrap" data-header-dark>
|
|
<div class="section__inner">
|
|
<div class="section-1__header">
|
|
<h2 class="section__title">{$sub_cates[1]['description'] ?? ''}</h2>
|
|
<div class="s-arrows">
|
|
<button type="button" class="s-arrows__prev" aria-label="Previous">
|
|
<svg viewBox="0 0 12.2529 11.314" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12.252930" height="11.313965" fill="none" customFrame="#000000">
|
|
<path
|
|
id="合并"
|
|
d="M5.18202 1.41422L6.59622 0L12.2531 5.65686L12.2529 5.65702L10.8389 7.07108L6.59608 11.3139L5.18186 9.89966L8.4245 6.65702L-0 6.65702L0 4.657L8.42482 4.65702L5.18202 1.41422Z"
|
|
fill="rgb(239,67,53)"
|
|
fill-rule="evenodd"
|
|
/>
|
|
</svg>
|
|
</button>
|
|
<button type="button" class="s-arrows__next" aria-label="Next">
|
|
<svg viewBox="0 0 12.2529 11.314" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12.252930" height="11.313965" fill="none" customFrame="#000000">
|
|
<path
|
|
id="合并"
|
|
d="M5.18202 1.41422L6.59622 0L12.2531 5.65686L12.2529 5.65702L10.8389 7.07108L6.59608 11.3139L5.18186 9.89966L8.4245 6.65702L-0 6.65702L0 4.657L8.42482 4.65702L5.18202 1.41422Z"
|
|
fill="rgb(239,67,53)"
|
|
fill-rule="evenodd"
|
|
/>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="section-1__swiper swiper">
|
|
<div class="swiper-wrapper">
|
|
{hcTaglib:allSubCategory pid="$ui_product" field="*" max-level="2" item="vo" sort="sort asc" key="key"}
|
|
<article class="swiper-slide section-1__item">
|
|
{hcTaglib:category id="$vo.id" item="vv" field="*"}
|
|
<a href="{:getMuiLangUrl($vv.alias)}?cat=product-control-{$vv.id}">
|
|
<div class="section-1__head">
|
|
<span class="section-1__icon" aria-hidden="true">
|
|
{if $key == 1}
|
|
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40.000000" height="40.000000" fill="none">
|
|
<rect id="工业控制产品" width="40.000000" height="40.000004" x="0.000000" y="0.000000" fill="rgb(255,255,255)" fill-opacity="0" />
|
|
<rect id="矩形 86" width="38.000000" height="32.000000" x="1.000000" y="3.000000" rx="2.000000" fill="rgb(0,0,0)" fill-opacity="0" />
|
|
<rect id="矩形 86" width="36.000000" height="30.000000" x="2.000000" y="4.000000" rx="1.000000" stroke="rgb(46,53,58)" stroke-width="2.000000" />
|
|
<rect id="矩形 87" width="34.000000" height="20.000000" x="3.000000" y="9.000000" fill="rgb(46,53,58)" />
|
|
<rect id="矩形 88" width="26.000000" height="14.000000" x="7.000000" y="12.000000" rx="1.000000" fill="rgb(255,255,255)" />
|
|
</svg>
|
|
|
|
{elseif $key == 2}
|
|
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40.000000" height="40.000000" fill="none">
|
|
<rect id="伺服系统产品" width="40.000000" height="40.000000" x="0.000000" y="0.000000" fill="rgb(255,255,255)" fill-opacity="0" />
|
|
<rect id="矩形 89" width="17.000000" height="33.000000" x="4.000000" y="4.000488" rx="2.000000" fill="rgb(46,53,58)" />
|
|
<rect id="矩形 91" width="3.000000" height="6.000000" x="16.000000" y="21.000488" rx="1.000000" fill="rgb(255,255,255)" />
|
|
<rect id="矩形 93" width="3.000000" height="4.000000" x="16.000000" y="29.000000" rx="1.000000" fill="rgb(255,255,255)" />
|
|
<path id="减去顶层" d="M17 7C17.5523 7 18 7.44772 18 8L18 14C18 14.5523 17.5523 15 17 15L8 15C7.44772 15 7 14.5523 7 14L7 8C7 7.44772 7.44772 7 8 7L17 7Z" fill="rgb(255,255,255)" fill-rule="evenodd" />
|
|
<path id="减去顶层" d="M26 28.5005C26 30.4335 27.567 32.0005 29.5 32.0005C31.433 32.0005 33 30.4335 33 28.5005C33 26.5675 31.433 25.0005 29.5 25.0005C27.567 25.0005 26 26.5675 26 28.5005ZM28 28.5005C28 29.3289 28.6716 30.0005 29.5 30.0005C30.3284 30.0005 31 29.3289 31 28.5005C31 27.6721 30.3284 27.0005 29.5 27.0005C28.6716 27.0005 28 27.6721 28 28.5005Z" fill="rgb(46,53,58)" fill-rule="evenodd" />
|
|
<path id="减去顶层" d="M38 22.0005C38 20.8959 37.1046 20.0005 36 20.0005L23 20.0005C21.8954 20.0005 21 20.8959 21 22.0005L21 35.0005C21 36.1051 21.8954 37.0005 23 37.0005L36 37.0005C37.1046 37.0005 38 36.1051 38 35.0005L38 22.0005ZM23 23.0005C22.4477 23.0005 22 22.5528 22 22.0005C22 21.4482 22.4477 21.0005 23 21.0005C23.5523 21.0005 24 21.4482 24 22.0005C24 22.5528 23.5523 23.0005 23 23.0005ZM36 23.0005C35.4477 23.0005 35 22.5528 35 22.0005C35 21.4482 35.4477 21.0005 36 21.0005C36.5523 21.0005 37 21.4482 37 22.0005C37 22.5528 36.5523 23.0005 36 23.0005ZM29.5 22.0005C25.9101 22.0005 23 24.9106 23 28.5005C23 32.0903 25.9101 35.0005 29.5 35.0005C33.0899 35.0005 36 32.0903 36 28.5005C36 24.9106 33.0899 22.0005 29.5 22.0005ZM22 35.0005C22 35.5528 22.4477 36.0005 23 36.0005C23.5523 36.0005 24 35.5528 24 35.0005C24 34.4482 23.5523 34.0005 23 34.0005C22.4477 34.0005 22 34.4482 22 35.0005ZM35 35.0005C35 35.5528 35.4477 36.0005 36 36.0005C36.5523 36.0005 37 35.5528 37 35.0005C37 34.4482 36.5523 34.0005 36 34.0005C35.4477 34.0005 35 34.4482 35 35.0005Z" fill="rgb(46,53,58)" fill-rule="evenodd" />
|
|
</svg>
|
|
|
|
{elseif $key == 3}
|
|
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40.000000" height="40.000000" fill="none">
|
|
<rect id="变频器产品" width="40.000000" height="40.000000" x="0.000000" y="0.000000" />
|
|
<path id="矢量 625" d="M34.0453 3.7257L33.422 3.7257L33.422 3.32042C33.422 2.59266 32.8253 2 32.0828 2L8.92166 2C8.18351 2 7.58238 2.58831 7.58238 3.32042L7.58238 3.7257L6.95915 3.7257C6.42875 3.7257 6 4.14841 6 4.67135L6 35.3853C6 35.9082 6.42875 36.331 6.95915 36.331L7.58238 36.331L7.58238 36.6796C7.58238 37.4073 8.17909 38 8.92166 38L32.0828 38C32.8209 38 33.422 37.4117 33.422 36.6796L33.422 36.331L34.0453 36.331C34.5757 36.331 35 35.9082 35 35.3853L35 4.66699C35 4.14405 34.5713 3.7257 34.0453 3.7257L34.0453 3.7257ZM11.6754 17.2524L11.6754 6.07893L29.3379 6.07893L29.3379 17.2524L11.6754 17.2524ZM13.6776 23.4187C14.6059 23.4187 15.3617 24.1639 15.3617 25.079C15.3617 25.9942 14.6059 26.7394 13.6776 26.7394C12.7494 26.7394 11.9936 25.9942 11.9936 25.079C11.9936 24.1595 12.7494 23.4187 13.6776 23.4187ZM13.7351 32.2259C12.8069 32.2259 12.0511 31.4807 12.0511 30.5656C12.0511 29.6504 12.8069 28.9052 13.7351 28.9052C14.6633 28.9052 15.4191 29.6504 15.4191 30.5656C15.4191 31.4807 14.6677 32.2259 13.7351 32.2259ZM20.3431 23.4187C21.2713 23.4187 22.0271 24.1639 22.0271 25.079C22.0271 25.9942 21.2713 26.7394 20.3431 26.7394C19.4149 26.7394 18.659 25.9942 18.659 25.079C18.659 24.1595 19.4105 23.4187 20.3431 23.4187L20.3431 23.4187ZM20.4005 32.2259C19.4723 32.2259 18.7165 31.4807 18.7165 30.5656C18.7165 29.6504 19.4723 28.9052 20.4005 28.9052C21.3288 28.9052 22.0846 29.6504 22.0846 30.5656C22.0846 31.4807 21.3288 32.2259 20.4005 32.2259L20.4005 32.2259ZM27.0041 23.4187C27.9323 23.4187 28.6882 24.1639 28.6882 25.079C28.6882 25.9942 27.9323 26.7394 27.0041 26.7394C26.0759 26.7394 25.3201 25.9942 25.3201 25.079C25.3201 24.1595 26.0715 23.4187 27.0041 23.4187ZM27.0616 32.2259C26.1334 32.2259 25.3775 31.4807 25.3775 30.5656C25.3775 29.6504 26.1334 28.9052 27.0616 28.9052C27.9898 28.9052 28.7456 29.6504 28.7456 30.5656C28.7456 31.4807 27.9898 32.2259 27.0616 32.2259Z" fill="rgb(46,53,58)" fill-rule="nonzero" />
|
|
</svg>
|
|
|
|
{elseif $key == 4}
|
|
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40.000000" height="40.000000" fill="none">
|
|
<defs>
|
|
<clipPath id="clipPath_0">
|
|
<rect width="34.000000" height="39.000000" x="3.000000" y="0.000000" rx="2.000000" fill="rgb(255,255,255)" />
|
|
</clipPath>
|
|
</defs>
|
|
<rect id="软启动器产品" width="40.000000" height="40.000000" x="0.000000" y="0.000000" />
|
|
<g id="容器 1131" clip-path="url(#clipPath_0)" customFrame="url(#clipPath_0)">
|
|
<path id="减去顶层" d="M30 8C30 7.44772 29.5523 7 29 7L11 7C10.4477 7 10 7.44772 10 8L10 31C10 31.5523 10.4477 32 11 32L29 32C29.5523 32 30 31.5523 30 31L30 8ZM25 11C25 10.4477 24.5523 10 24 10L16 10C15.4477 10 15 10.4477 15 11L15 21C15 21.5523 15.4477 22 16 22L24 22C24.5523 22 25 21.5523 25 21L25 11Z" fill="rgb(46,53,58)" fill-rule="evenodd" />
|
|
<rect id="矩形 98" width="6.000000" height="5.000000" x="17.000000" y="12.000000" rx="1.000000" fill="rgb(46,53,58)" />
|
|
<rect id="矩形 99" width="2.000000" height="1.000000" x="17.000000" y="19.000000" rx="0.500000" fill="rgb(46,53,58)" />
|
|
<rect id="矩形 100" width="2.000000" height="1.000000" x="21.000000" y="19.000000" rx="0.500000" fill="rgb(46,53,58)" />
|
|
<rect id="容器 1131" width="31.000000" height="36.000000" x="4.500000" y="1.500000" rx="0.500000" stroke="rgb(46,53,58)" stroke-width="3.000000" />
|
|
</g>
|
|
</svg>
|
|
{elseif $key == 5}
|
|
<svg viewBox="0 0 34.2695 40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="34.269531" height="40.000000" fill="none">
|
|
<rect id="资源 13 1" width="34.270115" height="40.000000" x="0.000000" y="0.000000" />
|
|
<g id="_图层_1-2">
|
|
<path
|
|
id="矢量 565"
|
|
d="M22.0823 6.68868C20.3926 5.59305 19.7097 4.04398 20.165 2.14697L8.70703 8.77262C11.1167 9.63691 12.4659 11.8097 12.6991 14.3378L22.0805 6.68868L22.0823 6.68868Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 566"
|
|
d="M31.2128 16.2233L32.5731 17.6058L32.1419 20.9204C32.0956 21.2776 32.6324 21.4349 32.8655 21.4164C33.2486 21.385 33.3801 21.124 33.4726 20.6983L34.2703 17.0302L31.9217 13.9746L27.3614 13.9876L24.9629 17.0209L25.8383 21.2147C25.9123 21.57 26.9802 21.4035 26.9487 21.037L26.6582 17.7316C26.7489 17.2004 27.6187 16.4972 28.0777 16.2214C29.0475 16.1196 30.2245 16.0919 31.211 16.2214L31.2128 16.2233Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 567"
|
|
d="M24.7649 39.9664L24.8093 37.1774C24.8167 36.6573 24.4799 36.115 23.8858 36.115L0.984748 36.1113C0.425825 36.1113 -0.003546 36.4611 0.00200625 36.9941L0.039021 39.9997L24.7667 39.9664L24.7649 39.9664Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<g id="组合 109">
|
|
<path
|
|
id="矢量 568"
|
|
d="M20.1873 35.2365L3.44556 35.2476L3.45296 32.7973C3.45851 30.7892 5.31665 29.664 7.23032 29.403L10.1286 29.0069C10.458 28.9625 10.8837 28.609 10.7393 28.3425C10.4043 28.1001 9.91944 28.2704 9.52338 28.2611L4.83546 20.414C2.27034 19.62 0.712016 17.2603 0.752732 14.7044C0.793449 12.1486 2.58311 9.80184 5.12232 9.18369C6.91939 8.74692 8.66094 9.28178 9.99902 10.4403C11.3278 11.5508 12.0089 13.2387 11.9164 15.1061L18.1589 24.0747L16.3008 23.7009C13.2026 23.836 11.0336 26.5307 11.4389 29.6362C11.7517 32.0329 13.843 33.8873 16.3137 33.8318C17.7333 33.8004 18.9807 33.0934 20.0097 32.1217C20.2854 33.1526 20.1448 33.9225 20.1892 35.2347L20.1873 35.2365ZM10.0953 14.8284C10.0953 12.7593 8.41664 11.0807 6.34751 11.0807C4.27839 11.0807 2.59977 12.7593 2.59977 14.8284C2.59977 16.8976 4.27839 18.5762 6.34751 18.5762C8.41664 18.5762 10.0953 16.8976 10.0953 14.8284Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 569"
|
|
d="M24.7648 39.9664L0.0370677 39.9997L5.34659e-05 36.9941C-0.00549875 36.4611 0.422022 36.1113 0.982795 36.1113L23.8838 36.115C24.4798 36.115 24.8166 36.6573 24.8073 37.1774L24.7629 39.9664L24.7648 39.9664Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 570"
|
|
d="M22.0824 6.68868L12.701 14.3378C12.466 11.8097 11.1186 9.63691 8.70898 8.77262L20.1669 2.14697C19.7116 4.04398 20.3945 5.59305 22.0843 6.68868L22.0824 6.68868Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 571"
|
|
d="M26.5696 11.9003L23.3068 6.93287C25.9978 7.5029 27.2729 4.76381 26.7547 4.63796C26.3605 4.54357 25.2279 6.88475 22.8441 6.1278C21.6504 5.7484 20.7713 4.53802 20.7676 3.13701C20.7639 1.37696 22.1316 -0.00369442 23.8102 7.06e-06C25.4222 0.00370854 26.8565 1.40287 26.7825 3.13331C26.7584 3.70889 27.0582 3.80327 27.3007 4.18638L30.4673 9.18337L26.5678 11.9003L26.5696 11.9003ZM25.6239 3.15551C25.6239 2.14501 24.804 1.32699 23.7954 1.32699C22.7867 1.32699 21.9669 2.14686 21.9669 3.15551C21.9669 4.16417 22.7867 4.98404 23.7954 4.98404C24.804 4.98404 25.6239 4.16417 25.6239 3.15551Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 572"
|
|
d="M20.535 28.8104C20.535 31.1313 18.6528 33.0135 16.3319 33.0135C14.0111 33.0135 12.1289 31.1313 12.1289 28.8104C12.1289 26.4896 14.0111 24.6074 16.3319 24.6074C18.6528 24.6074 20.535 26.4896 20.535 28.8104L20.535 28.8104ZM18.5325 30.0949C19.1358 29.0714 18.8397 27.9776 18.2215 27.2336C17.6034 26.4896 16.5263 26.0454 15.5306 26.4082C14.3072 26.8561 13.6391 28.0738 13.8168 29.2454C13.9944 30.4169 14.9735 31.4514 16.3301 31.4237C17.1611 31.407 18.0864 30.8481 18.5325 30.0912L18.5325 30.0949Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 573"
|
|
d="M31.2129 16.2234C30.2265 16.0938 29.0494 16.1216 28.0796 16.2234C27.6207 16.4991 26.7508 17.2024 26.6601 17.7336L26.9507 21.039C26.9821 21.4036 25.9143 21.572 25.8402 21.2166L24.9648 17.0229L27.3634 13.9895L31.9236 13.9766L34.2722 17.0321L33.4745 20.7003C33.382 21.126 33.2506 21.3888 32.8675 21.4184C32.6325 21.4369 32.0976 21.2777 32.1439 20.9224L32.5751 17.6077L31.2148 16.2252L31.2129 16.2234Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 574"
|
|
d="M31.5565 13.2294L27.6607 13.2239L27.4941 12.2078L30.6626 10.0332C31.0235 10.2738 31.5232 10.705 31.5306 11.2066L31.5584 13.2294L31.5565 13.2294ZM30.0981 11.6507C30.0389 11.4416 29.8686 11.1214 29.5337 11.201C29.1987 11.2806 28.8674 11.5582 28.9451 11.8784C29.0229 12.1986 29.3134 12.3688 29.641 12.3041"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 575"
|
|
d="M7.31942 17.3691C5.89991 17.9669 4.39156 17.197 3.84559 15.9219C3.29962 14.6467 3.84559 13.0643 5.1189 12.3981C6.39221 11.7318 7.98014 12.1408 8.73524 13.527C9.49034 14.9132 8.84628 16.7251 7.31942 17.3691ZM7.30462 14.8799C7.30462 14.3635 6.88635 13.9471 6.37185 13.9471C5.85734 13.9471 5.43908 14.3654 5.43908 14.8799C5.43908 15.3944 5.85734 15.8127 6.37185 15.8127C6.88635 15.8127 7.30462 15.3944 7.30462 14.8799Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<ellipse id="椭圆 182" rx="0.956831" ry="0.956832" cx="23.7927685" cy="3.18339396" fill="rgb(46,53,58)" />
|
|
<ellipse id="椭圆 183" rx="1.519455" ry="1.519458" cx="16.331955" cy="28.8866463" fill="rgb(46,53,58)" />
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
{elseif $key == 6}
|
|
<svg viewBox="0 0 35.2695 40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="35.269531" height="40.000000" fill="none">
|
|
<rect id="资源 14 1" width="35.269329" height="40.000000" x="0.000000" y="0.000000" />
|
|
<g id="_图层_1-2">
|
|
<path
|
|
id="矢量 576"
|
|
d="M32.1361 0.705278C31.8942 -0.216305 29.7341 -0.0770596 28.0137 0.243571L28.8638 1.65068C30.3808 1.08454 32.3614 1.56274 32.1361 0.703446L32.1361 0.705278Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 577"
|
|
d="M25.9008 4.78752L28.3632 1.82856L27.1375 0.718262C26.0327 1.49327 25.309 2.48081 24.4277 3.51599C24.6513 4.13343 25.2064 4.65927 25.9008 4.78752L25.9008 4.78752Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 578"
|
|
d="M29.8125 2.22792C30.3292 2.65665 30.6571 2.96079 30.7359 3.62587C32.5351 2.9388 34.1034 4.06192 34.4919 3.32356C34.8803 2.58519 32.242 1.48039 29.8143 2.22792L29.8125 2.22792Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 579"
|
|
d="M27.4397 6.42877L30.2246 3.77211L29.0905 2.53906C27.9766 3.25544 27.2675 4.23382 26.3789 5.26534L27.4397 6.42877L27.4397 6.42877Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 580"
|
|
d="M21.3697 7.73189C21.1132 8.36032 20.4995 9.10236 20.5599 9.91767C20.6149 10.645 20.3144 11.3339 20.1953 11.9752C20.45 13.6938 22.0366 15.1723 23.6178 15.7678C24.1253 15.4948 24.7428 15.3501 25.2484 15.2236C26.9615 14.7913 28.092 13.538 28.878 12.1236C28.3302 11.6912 28.0407 11.312 27.6504 10.8154L27.0641 11.3688C26.8992 11.5245 26.6262 11.5575 26.5108 11.4769C25.7285 10.9327 27.4562 10.1009 28.1726 8.86417L25.6973 5.99865C25.4023 5.65787 25.384 5.15036 24.6933 5.19433C24.6072 6.235 23.8816 6.97887 23.1396 7.56516C22.7402 7.57432 22.2693 7.72273 21.967 7.05582C22.9344 6.95322 23.4108 6.44021 23.8139 5.72749C24.1107 5.20166 24.2078 4.57689 23.6251 4.20312C22.6321 5.33541 21.8827 6.46586 21.3679 7.73189L21.3697 7.73189Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 581"
|
|
d="M35.2606 6.28826C35.4292 5.20728 33.2141 3.88628 31.4277 4.326C31.8858 4.85733 32.0818 5.24758 32.069 5.85586C33.8444 5.52058 35.1177 7.20618 35.2606 6.28826Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 582"
|
|
d="M31.6294 5.8316L30.7756 4.53809C29.6342 5.19767 28.8225 6.04596 27.9688 6.91625C28.3425 7.48788 28.6173 7.88913 29.0149 8.25007L31.6294 5.83343L31.6294 5.8316Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 583"
|
|
d="M35.0618 9.01057C34.8639 7.67126 33.5484 6.86327 32.2695 7.05748L32.8796 8.52138C33.9331 8.87316 35.168 9.73978 35.0618 9.01241L35.0618 9.01057Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 584"
|
|
d="M29.5159 11.4184C30.3678 10.2806 31.1648 9.41214 32.1615 8.62431C31.9728 8.12596 31.7786 7.64959 31.3425 7.35645C29.9647 7.99038 28.8636 8.97609 28.1289 10.2311C28.4624 10.8211 28.8654 11.2608 29.5177 11.4184L29.5159 11.4184Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 585"
|
|
d="M4.13102 35.2843L14.5268 35.222C14.7393 34.5825 14.6349 33.3806 14.0229 32.9482L9.30141 32.9757C7.75689 34.1025 5.89173 34.5606 4.07422 34.0622L4.13102 35.2843L4.13102 35.2843Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 586"
|
|
d="M17.9011 36.9752C17.9121 36.4383 17.4376 36.2789 17.0089 36.2808L1.9191 36.3339C1.69923 37.6293 1.73405 38.7524 1.82199 40.0001L17.8425 39.9799L17.9011 36.9752Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<g id="组合 110">
|
|
<path
|
|
id="矢量 587"
|
|
d="M20.0821 22.1604L15.7967 27.7687L12.9935 29.9032L10.9341 30.9475C12.0664 28.6866 12.0407 26.2114 10.6281 24.1007L16.3317 18.6775C15.9817 17.8438 15.5787 17.1293 15.0162 16.3286L8.68602 21.0227C8.35806 21.2663 8.457 21.6566 8.60541 22.1513C7.96964 21.7409 7.37236 21.532 6.50391 21.4111L12.7058 16.598C13.9792 15.6104 15.3716 14.6375 16.808 13.8937C16.9125 12.2081 18.5559 10.5335 19.767 11.237C19.3255 11.6419 19.2998 12.0139 19.4336 12.4389C20.0125 14.2711 21.3775 15.7112 23.1639 16.4129C23.6952 16.6218 24.1825 16.4697 24.7102 16.1546C24.8586 17.5837 24.0635 18.1736 22.9385 19.1832C20.1902 18.7398 18.1162 16.7995 17.103 14.2436C16.8997 14.9765 16.5369 15.2788 15.9451 15.4968C15.8901 16.085 16.3207 16.4935 16.5607 16.9791C17.2404 18.355 18.2353 19.4672 19.6461 20.1506C20.3093 20.4712 20.5109 19.6907 20.9689 19.5258C21.1118 19.4745 21.579 19.6284 21.5131 19.7951C21.1595 20.6855 20.6519 21.4147 20.0821 22.1604L20.0821 22.1604ZM13.4442 27.908C13.6659 27.9428 14.0103 27.8035 14.1038 27.5086C14.5765 26.0153 13.1767 24.0916 12.4731 24.5423C12.2881 24.6614 12.1855 25.0003 12.3357 25.2385C13.2573 26.7079 12.8707 27.8145 13.4442 27.9061L13.4442 27.908Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 588"
|
|
d="M17.9023 36.9752L17.8437 39.9799L1.82319 40.0001C1.73708 38.7524 1.70044 37.6311 1.9203 36.3339L17.0101 36.2808C17.4388 36.2808 17.9115 36.4402 17.9023 36.9752Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 589"
|
|
d="M21.3679 7.73177C22.1191 7.59619 22.6541 7.9498 23.1396 7.56688C23.8798 6.98241 24.6072 6.23672 24.6933 5.19605C25.3822 5.15207 25.4023 5.65775 25.6973 6.00037L28.1726 8.86589C27.4544 10.1026 25.7285 10.9344 26.5108 11.4786C26.6262 11.5592 26.8992 11.5262 27.0641 11.3705L27.6504 10.8172C28.0407 11.3137 28.3283 11.6911 28.878 12.1253C28.092 13.5398 26.9634 14.793 25.2484 15.2254C24.7428 15.3518 24.1253 15.4965 23.6178 15.7695C22.0366 15.1722 20.45 13.6955 20.1953 11.9769C20.3144 11.3357 20.613 10.6468 20.5599 9.91939C20.4995 9.1059 21.1132 8.36204 21.3697 7.7336L21.3679 7.73177Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 590"
|
|
d="M11.0645 27.8033C11.0645 30.8594 8.58739 33.3346 5.53316 33.3346C2.47893 33.3346 0 30.8575 0 27.8033C0 24.7491 2.4771 22.272 5.53133 22.272C8.58556 22.272 11.0627 24.7491 11.0627 27.8033L11.0645 27.8033ZM9.17186 27.7905C9.17186 25.7696 7.5339 24.1316 5.51301 24.1316C3.49212 24.1316 1.85416 25.7696 1.85416 27.7905C1.85416 29.8114 3.49212 31.4493 5.51301 31.4493C7.5339 31.4493 9.17186 29.8114 9.17186 27.7905Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 591"
|
|
d="M4.13102 35.2843L4.07422 34.0622C5.89173 34.5606 7.75689 34.1007 9.30141 32.9757L14.0229 32.9482C14.6349 33.3806 14.7375 34.5825 14.5268 35.222L4.13102 35.2843L4.13102 35.2843Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 592"
|
|
d="M29.5157 11.4184C28.8635 11.2608 28.4604 10.8211 28.127 10.2311C28.8617 8.97609 29.9646 7.99038 31.3406 7.35645C31.7766 7.64959 31.9708 8.12779 32.1596 8.62431C31.1629 9.41214 30.3659 10.2806 29.5139 11.4184L29.5157 11.4184Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 593"
|
|
d="M25.9008 4.78752C25.2064 4.65927 24.6531 4.13343 24.4277 3.51599C25.309 2.48081 26.0345 1.49327 27.1375 0.718262L28.3632 1.82856L25.9008 4.78752L25.9008 4.78752Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 594"
|
|
d="M27.4397 6.42877L26.3789 5.26534C27.2675 4.23382 27.9766 3.25544 29.0905 2.53906L30.2246 3.77211L27.4397 6.42877L27.4397 6.42877Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 595"
|
|
d="M31.6294 5.83148L29.0149 8.24812C28.6173 7.88718 28.3425 7.48593 27.9688 6.91429C28.8244 6.04401 29.6342 5.19571 30.7756 4.53613L31.6294 5.82965L31.6294 5.83148Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 596"
|
|
d="M29.8143 2.22794C32.242 1.48224 34.8748 2.59071 34.4919 3.32358C34.1089 4.05645 32.5369 2.93882 30.7359 3.62588C30.659 2.96081 30.331 2.65667 29.8125 2.22794L29.8143 2.22794Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 597"
|
|
d="M35.2606 6.28834C35.1177 7.20626 33.8444 5.52066 32.069 5.85595C32.0818 5.24767 31.8858 4.85742 31.4277 4.32609C33.2141 3.88637 35.431 5.20553 35.2606 6.28834Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 598"
|
|
d="M32.1361 0.705493C32.3614 1.56295 30.3827 1.08659 28.8638 1.65273L28.0137 0.245618C29.7323 -0.075012 31.8942 -0.216089 32.1361 0.707326L32.1361 0.705493Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 599"
|
|
d="M23.1409 7.56699C22.6572 7.94992 22.1203 7.59631 21.3691 7.73189C21.884 6.46769 22.6333 5.33541 23.6264 4.20312C24.2072 4.57689 24.1119 5.20166 23.8151 5.72749C23.4138 6.44021 22.9356 6.95322 21.9683 7.05582C22.2706 7.72273 22.7414 7.57432 23.1409 7.56516L23.1409 7.56699Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 600"
|
|
d="M35.0618 9.01094C35.1699 9.73831 33.935 8.8717 32.8796 8.51992L32.2695 7.05601C33.5484 6.8618 34.8621 7.66979 35.0618 9.00911L35.0618 9.01094Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 601"
|
|
d="M4.71496 30.3663C3.57535 30.031 2.94691 28.9592 2.90844 27.968C2.8663 26.8522 3.43427 25.7273 4.51342 25.2949C5.65303 24.8386 6.79997 25.1978 7.52185 26.0882C8.24373 26.9786 8.32801 28.1952 7.76919 29.1901C7.21038 30.1849 6.00481 30.7474 4.71496 30.3663L4.71496 30.3663ZM5.2866 26.8834C4.69114 27.0574 4.41082 27.7243 4.61602 28.2337C4.76443 28.5964 5.25728 29.0563 5.77212 28.8401C6.17337 28.6715 6.62592 28.1714 6.49583 27.6785C6.3914 27.2773 5.86556 26.7148 5.28477 26.8834L5.2866 26.8834Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
{else /}
|
|
<svg viewBox="0 0 40 36.9102" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40.000000" height="36.910156" fill="none">
|
|
<rect id="资源 15 1" width="40.000000" height="36.910297" x="0.000000" y="0.000000" />
|
|
<g id="_图层_1-2">
|
|
<g id="组合 111">
|
|
<path
|
|
id="矢量 602"
|
|
d="M25.4005 30.6848L8.23914 30.707C6.49496 29.4925 6.3473 26.3031 6.9047 24.1898C7.13357 23.3186 7.48794 22.5361 8.29636 22.0063L25.6035 22.0396C24.8892 22.9126 24.5865 23.7708 24.4702 24.7546C24.1731 26.7664 24.3595 28.7062 25.4005 30.683L25.4005 30.6848Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 603"
|
|
d="M19.7631 11.3069C20.1415 11.5653 19.8462 12.5454 20.0233 12.8241C20.1064 12.957 20.4663 12.9404 20.6601 12.8832C20.9056 12.8112 20.6232 12.0932 20.8225 11.4325C20.8558 11.3199 21.7269 10.8105 22.5169 11.1427C23.4693 11.5432 22.3729 13.2265 23.6206 12.8703C23.8901 12.7927 23.5228 11.7536 23.9012 11.3568C24.1725 11.0725 25.3297 10.9489 25.7026 11.2553C26.2286 11.6853 25.4608 12.9441 26.319 12.8666C26.9576 12.8075 26.463 11.534 26.8746 11.3033C27.4523 10.9766 28.2718 11.0615 28.8698 11.3069L28.951 12.9293L31.3375 12.9459C31.1105 13.6639 30.9702 14.2527 31.0422 15.0002L5.11932 15.0057L5.08426 16.8533C4.66159 16.9622 4.32014 16.9714 3.88086 16.9105L3.93254 13.149L4.32936 12.4051L4.31275 3.00684L5.87052 3.00684L5.88344 12.9127L8.47111 12.8629C8.44158 12.3959 8.305 11.6927 8.58186 11.4325C9.19647 10.8566 10.302 11.1353 10.961 11.4472L11.02 12.8647C11.2821 12.909 11.4888 12.9164 11.6291 12.8869C12.0185 12.8038 11.5848 11.7702 11.9281 11.3863C12.2031 11.0799 13.3364 10.9858 13.7018 11.2645C14.3644 11.7702 13.3511 13.0308 14.5675 12.8573C14.9421 12.8038 14.5305 11.7905 14.8738 11.3771C15.1101 11.091 16.2267 10.9323 16.6291 11.2922C17.1404 11.7481 16.4261 13.2874 17.5353 12.8979C17.8657 12.7817 17.4763 11.785 17.8307 11.3882C17.9543 11.2516 18.2644 11.1298 18.6483 11.0781C18.7406 9.91898 18.353 8.77465 18.8624 7.52695C19.2574 8.72666 19.0654 9.90422 18.9122 11.0596C19.2795 11.1261 19.5619 11.1722 19.7631 11.3088L19.7631 11.3069ZM10.0824 11.8588L9.34783 11.8643L9.35705 12.9164L10.0916 12.9109L10.0824 11.8588ZM12.6166 11.8201L12.5667 12.8555L13.2127 12.8869L13.2626 11.8514L12.6166 11.8201ZM15.6712 12.7651C16.0736 13.0567 16.1455 12.6469 16.1806 12.479C16.2452 12.1634 16.2415 11.8422 15.7709 11.8902C15.5069 11.9179 15.4073 12.5749 15.6712 12.7651L15.6712 12.7651ZM19.2629 11.8865L18.4859 11.94L18.5505 12.8887L19.3275 12.8352L19.2629 11.8865ZM21.6143 11.881L21.5774 12.8389L22.2437 12.8647L22.2806 11.9068L21.6143 11.881ZM24.5379 11.8016L24.4936 12.8389L25.1341 12.8666L25.1784 11.8293L24.5379 11.8016L24.5379 11.8016ZM27.4375 11.8459L27.4191 12.8869L28.0632 12.8979L28.0817 11.857L27.4375 11.8459Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 604"
|
|
d="M19.9977 19.391C19.994 19.8192 19.9423 20.1016 19.7891 20.3507C19.455 20.8971 18.0468 20.7955 17.7994 20.4449C17.3196 19.7638 18.0892 18.433 16.9855 18.8151C16.8415 18.8649 16.8175 19.2101 16.8507 19.3928C17.0039 20.2363 16.5831 20.742 15.8947 20.7494C15.1306 20.7586 14.5768 20.3101 14.7485 19.3928C14.7854 19.1972 14.7245 18.9 14.599 18.8373C13.5673 18.3278 14.2483 19.7546 13.7758 20.4282C13.5063 20.8122 12.3879 20.7439 12.087 20.4282C11.4705 19.7786 12.4672 18.8539 11.2527 18.7948C10.7083 18.769 11.3155 20.5445 10.6049 20.5741L9.1265 20.635C8.3956 20.6645 8.26271 19.5349 8.48235 18.8428L4.71158 18.8373C4.33875 19.9022 4.22986 20.9727 4.26493 22.0857L0.859609 22.154L0.830078 13.6859C0.830078 13.3112 1.04233 12.9975 1.42624 12.9938L3.07999 12.979L3.18704 19.7878C3.24425 19.9816 3.88471 20.0296 4.12281 19.7989C3.74075 18.9941 3.77212 18.0787 3.95669 17.2333L5.66212 17.3718L30.8854 17.3219C30.9574 17.7114 30.9445 18.2245 30.939 18.8169C30.1546 18.828 29.503 18.6601 28.8164 18.9166C28.9567 19.5681 28.8847 20.1182 28.5469 20.4338C28.2092 20.7494 27.6758 20.7328 27.2273 20.6091C26.2823 20.3507 26.7825 18.996 26.561 18.8409C26.441 18.756 26.1272 18.7487 26.0146 18.8096C25.8873 18.8797 25.8485 19.2064 25.8873 19.3928C26.0682 20.2511 25.5735 20.7051 24.9257 20.7549C24.1136 20.8177 23.5912 20.3175 23.7001 19.391C23.7204 19.2248 23.7352 18.9037 23.6245 18.8391C23.5082 18.7708 23.187 18.756 23.0763 18.8169C22.8105 18.9646 23.2221 19.7343 22.7773 20.3876C22.434 20.8934 21.273 20.8398 20.9445 20.4301C20.5311 19.9133 20.8799 19.0255 20.6843 18.8483C20.5754 18.7505 20.2062 18.7727 19.9866 18.8409C19.8482 18.8834 19.9072 19.1879 19.9921 19.391L19.9977 19.391ZM10.0327 18.9812C9.8537 18.6914 9.41812 18.7597 9.33506 19.02C9.22063 19.3854 9.31107 20.0942 9.70789 20.1126C10.1047 20.1311 10.2782 19.378 10.0327 18.9812ZM12.5558 18.793L12.5318 20.0517L13.2276 20.0646L13.2516 18.8059L12.5558 18.793ZM16.1974 18.7948L15.5403 18.7948L15.544 19.9927L16.2011 19.9927L16.1974 18.7948ZM18.8035 20.0517C19.2539 20.0794 19.2151 19.5257 19.2022 19.319C19.1893 19.1123 19.1745 18.7117 18.7001 18.8373C18.3292 18.9351 18.3845 20.0259 18.8053 20.0517L18.8035 20.0517ZM21.5905 18.7911L21.5647 19.9964L22.2291 20.0111L22.255 18.8059L21.5905 18.7911ZM24.5233 18.7985L24.4956 19.9557L25.1582 19.9705L25.1859 18.8133L24.5233 18.7985ZM27.3989 18.7837L27.3657 19.9557L28.032 19.9742L28.0652 18.8022L27.3989 18.7837Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 605"
|
|
d="M31.5933 2.27748L4.43749 2.24979C4.14956 1.67762 4.33228 0.0737109 5.18315 0.0718652L31.5157 0.0146484L31.5933 2.27932L31.5933 2.27748ZM5.90666 1.9674C6.22228 2.10952 6.48991 1.50044 6.48252 1.21989C6.47514 0.961492 6.3201 0.549901 5.87713 0.6791C5.43417 0.808299 5.45816 1.76437 5.90666 1.96555L5.90666 1.9674Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 606"
|
|
d="M29.1958 36.888C28.4908 36.8935 28.1382 36.8917 27.7746 36.3509L7.32981 36.3712C6.82593 37.1649 5.17034 36.9268 5.02822 36.6241C4.81043 36.1608 4.77536 35.2933 4.98946 34.7636C5.17772 34.3003 5.9603 34.3428 6.4088 34.6012L28.5129 34.6012C29.0223 34.3317 29.8658 34.2653 30.115 34.747C30.3125 35.1272 30.174 35.7953 30.1722 36.1682C30.1703 36.7717 29.7384 36.8825 29.194 36.8862L29.1958 36.888Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 607"
|
|
d="M27.6529 7.35338L27.4093 6.49698C26.7873 6.49144 26.0047 6.37701 25.4381 6.5745C25.2978 6.62249 25.3071 7.08207 25.2941 7.22972C25.2812 7.37738 24.77 7.50288 24.698 7.34969C24.6131 7.1725 24.7404 6.6151 24.4433 6.5505C23.7991 6.40838 23.1421 6.4656 22.4462 6.50436C22.4998 6.99716 22.3816 7.4106 21.839 7.47889C21.6212 7.18542 21.6212 6.87165 21.5197 6.50251C20.7519 6.49329 19.9748 6.36224 19.3233 6.58557C19.3233 6.85135 19.2735 7.10606 19.2181 7.22418C19.1498 7.36999 18.8711 7.44382 18.6939 7.34231C18.5684 7.26848 18.5241 6.89196 18.5297 6.61695C17.8338 6.37516 16.9663 6.50621 16.2244 6.48959L16.2502 7.06176C16.2613 7.31462 15.7408 7.56748 15.6707 7.35523L15.3864 6.5099C14.8272 6.48406 13.9597 6.38993 13.4706 6.53574L13.2989 7.22787C13.2639 7.36815 12.8006 7.5398 12.736 7.34415L12.4592 6.50805L10.1077 6.55973C10.2978 6.81628 10.4529 6.98978 10.3458 7.10421C10.1631 7.29801 9.91393 7.4752 9.76443 7.44382C9.49127 7.38845 9.4562 7.05807 9.40821 6.81259C9.27717 6.12415 7.78953 6.74984 7.43331 6.28288C7.21368 5.99679 7.20814 5.51322 7.3724 5.18838C7.79692 4.33935 9.52449 5.54275 9.72752 4.18801C10.0357 4.04958 10.2443 4.57191 10.3384 4.77679C10.9641 4.9632 11.7781 4.84139 12.5034 4.87645L12.8744 4.0625C13.1661 4.15663 13.214 4.53869 13.2879 4.80816C13.9468 4.91521 14.7238 4.88753 15.4381 4.82847C15.6153 4.80816 15.6374 4.26184 15.6374 4.13079C16.0047 3.98314 16.1709 4.53131 16.2336 4.78786C16.8759 4.92444 17.8467 4.90968 18.4909 4.79524C18.5426 4.53315 18.5536 4.09388 18.9523 4.07727L19.2975 4.86907L21.6175 4.7694C21.6766 4.71957 21.7486 4.46486 21.7486 4.39657C21.7486 4.25814 22.0346 4.18616 22.1362 4.26368C22.2377 4.3412 21.8408 5.20868 24.5393 4.78786C24.6389 4.67712 24.6943 4.46855 24.6998 4.39842C24.7091 4.26184 25.056 4.11418 25.1077 4.25999L25.2941 4.79155C25.9254 4.93367 26.7301 4.88384 27.413 4.82477C27.6031 4.78417 27.6068 4.24707 27.6345 4.1271C27.9778 4.05696 28.2343 4.41318 28.2233 4.80447L30.3108 4.91521C30.6707 4.93367 30.7759 5.41355 30.7796 5.66088C30.7833 5.93958 30.702 6.39731 30.2997 6.41946L28.4226 6.52466L28.2639 7.23895C28.2307 7.38845 27.7157 7.57856 27.6529 7.35523L27.6529 7.35338Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 608"
|
|
d="M31.5166 32.0834C30.878 32.2053 30.339 32.1702 29.8924 32.1111L29.9625 27.4803L28.4306 27.4323C28.1777 29.0177 27.6517 30.7379 26.6089 30.5128C25.3852 30.2488 24.2132 25.9465 25.9518 22.7885C26.1253 22.4729 26.5646 22.2846 26.7971 22.2606C27.6111 22.1776 28.2275 23.9421 28.4343 25.3983C30.1083 25.845 29.8702 24.9037 30.6712 24.8003C31.2988 24.7191 31.3172 25.0938 31.7233 25.3817C32.1293 25.6696 32.2585 25.6752 32.3287 26.2252C32.4191 26.9321 31.9872 27.292 31.5867 27.5947L31.5147 32.0816L31.5166 32.0834ZM27.6166 25.4555C27.7218 25.2562 27.4542 25.0089 27.3065 25.0218C26.4169 25.1085 26.3099 26.2916 26.6698 27.3437C26.7731 27.6464 27.0112 27.687 27.1515 27.7497C28.1722 28.2038 26.8691 26.8804 27.6185 25.4555L27.6166 25.4555Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 609"
|
|
d="M1.67959 34.7323C1.19786 34.8781 0.570321 34.9353 0 34.6031L0.0295312 23.1708C0.442968 22.6965 1.44703 22.8958 1.81801 22.9586L1.67959 34.7342L1.67959 34.7323Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 610"
|
|
d="M5.27444 27.5766L5.30582 32.1484C4.75764 32.2019 4.33867 32.1945 3.82556 32.0764L3.77204 27.56C3.24232 27.272 2.9101 26.9823 2.99315 26.3252C3.06329 25.7733 3.31246 25.5352 3.95845 25.2861C4.05074 25.1144 4.1984 24.8634 4.32944 24.7877C5.15816 24.3097 5.09356 25.4946 5.92412 25.5426L5.90013 26.997C5.89644 27.2499 5.77831 27.5729 5.27259 27.5766L5.27444 27.5766Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 611"
|
|
d="M33.7474 2.22042C33.262 2.39946 32.6972 2.25918 32.2303 2.21304L32.2266 0.0498798C32.8947 -0.114387 33.3229 0.142165 33.6201 0.598053C33.8803 0.996724 34.0852 1.91588 33.7456 2.21858L33.7474 2.22042Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<rect id="矩形 72" width="0.400518" height="2.838686" x="21.761719" y="7.812500" fill="rgb(46,53,58)" />
|
|
<rect id="矩形 73" width="0.369139" height="2.953120" x="24.658203" y="7.779297" fill="rgb(46,53,58)" />
|
|
<rect id="矩形 74" width="0.369140" height="2.953120" x="15.615234" y="7.779297" fill="rgb(46,53,58)" />
|
|
<path
|
|
id="矢量 612"
|
|
d="M13.0345 10.6549C12.9514 10.7601 12.7023 10.642 12.6875 10.4943L12.7023 7.7793L12.9791 7.7793L13.0345 10.6549L13.0345 10.6549Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path
|
|
id="矢量 613"
|
|
d="M9.87429 10.7661C9.35381 10.4708 9.51069 9.97429 9.53653 9.43535C9.56422 8.86503 9.28182 8.22457 9.83184 7.7373L9.87429 10.7679L9.87429 10.7661Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<rect id="矩形 75" width="0.184572" height="2.860835" x="27.796875" y="7.779297" fill="rgb(46,53,58)" />
|
|
<g id="组合 112">
|
|
<path
|
|
id="矢量 614"
|
|
d="M33.9889 34.749C33.7526 34.7508 33.5736 34.8486 33.4869 34.8154C33.3613 34.7656 33.1454 34.5496 33.1472 34.3318L33.1657 24.9464C33.1657 24.2119 32.7578 23.6028 32.5732 22.9513C32.4108 22.3791 32.1173 22.1133 31.4824 22.0136C31.6688 19.5385 31.7833 17.2093 31.5839 14.7896C31.5433 14.2912 31.846 14.0476 32.1284 13.8261L32.1783 12.5618L32.2022 3.00293L33.8818 3.04907L33.8578 13.1653C33.4001 13.0749 33.1103 13.0897 32.9091 13.1469C32.708 13.2041 32.6341 13.9535 32.8501 13.959L38.4241 14.1011L39.9117 24.0199L40.0003 34.6936L33.9889 34.7471L33.9889 34.749ZM38.701 21.5098L37.8889 16.124C37.8372 15.8047 37.5622 15.4909 37.2115 15.4909L32.4883 15.5149L33.7988 23.3924C33.856 23.7412 33.9833 24.3558 34.2547 24.5219L39.0184 24.5035C39.1439 23.5271 38.8634 22.5969 38.6991 21.5079L38.701 21.5098Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<path id="矢量 615" d="M37.193 18.6805L34.0775 18.686L33.8652 16.6299L36.9919 16.6373L37.193 18.6805Z" fill="rgb(46,53,58)" fill-rule="nonzero" />
|
|
<path
|
|
id="矢量 616"
|
|
d="M34.4934 20.9249C34.2147 20.7237 34.0726 20.469 34.1427 20.3121C34.2682 20.026 34.4842 19.8156 34.8164 19.7713C35.2022 19.7197 35.5049 19.9061 35.6322 20.1608C35.7725 20.4376 35.6691 20.7975 35.4975 20.9434C35.2169 21.1833 34.8496 21.1833 34.4934 20.9249Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<ellipse id="椭圆 184" rx="0.675526" ry="0.675527" cx="37.0524788" cy="20.3932991" fill="rgb(46,53,58)" />
|
|
<path
|
|
id="矢量 617"
|
|
d="M35.8331 22.2906C35.9863 22.7741 35.6319 23.0141 35.4123 23.0473C35.0598 23.1008 34.7829 22.9532 34.6722 22.7557C34.4765 22.4105 34.5817 21.8845 34.9712 21.8365C35.2831 21.7959 35.7427 22.0082 35.8331 22.2924L35.8331 22.2906Z"
|
|
fill="rgb(46,53,58)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
<ellipse id="椭圆 185" rx="0.629383" ry="0.629384" cx="37.3325081" cy="22.4028206" fill="rgb(46,53,58)" />
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
{/if}
|
|
</span>
|
|
<div class="section-1__copy">
|
|
<h3 class="section-1__item-title">{$vo.title ?? ''}</h3>
|
|
<p class="section-1__item-desc">{$vo.description ?? ''}</p>
|
|
</div>
|
|
</div>
|
|
<div class="section-1__line" aria-hidden="true"></div>
|
|
<div class="section-1__img">
|
|
<img src="{$vo.thumbnail.url ?? ''}" alt="" />
|
|
</div>
|
|
</a>
|
|
{/hcTaglib:category}
|
|
</article>
|
|
{/hcTaglib:allSubCategory}
|
|
</div>
|
|
</div>
|
|
<div class="section-1__more">
|
|
{hcTaglib:category id="$ui_product" item="vo" field="*"}
|
|
<a class="s-btn s-btn--primary s-btn--pill" href="{:getMuiLangUrl($vo.alias ?? '/')}">Explore more</a>
|
|
{/hcTaglib:category}
|
|
</div>
|
|
<div class="section-1__more mobile">
|
|
<div class="s-arrows">
|
|
<button type="button" class="s-arrows__prev" aria-label="Previous">
|
|
<svg viewBox="0 0 12.2529 11.314" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12.252930" height="11.313965" fill="none" customFrame="#000000">
|
|
<path
|
|
id="合并"
|
|
d="M5.18202 1.41422L6.59622 0L12.2531 5.65686L12.2529 5.65702L10.8389 7.07108L6.59608 11.3139L5.18186 9.89966L8.4245 6.65702L-0 6.65702L0 4.657L8.42482 4.65702L5.18202 1.41422Z"
|
|
fill="rgb(239,67,53)"
|
|
fill-rule="evenodd"
|
|
/>
|
|
</svg>
|
|
</button>
|
|
<button type="button" class="s-arrows__next" aria-label="Next">
|
|
<svg viewBox="0 0 12.2529 11.314" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12.252930" height="11.313965" fill="none" customFrame="#000000">
|
|
<path
|
|
id="合并"
|
|
d="M5.18202 1.41422L6.59622 0L12.2531 5.65686L12.2529 5.65702L10.8389 7.07108L6.59608 11.3139L5.18186 9.89966L8.4245 6.65702L-0 6.65702L0 4.657L8.42482 4.65702L5.18202 1.41422Z"
|
|
fill="rgb(239,67,53)"
|
|
fill-rule="evenodd"
|
|
/>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{/if}
|
|
{if !empty($sub_cates[2])}
|
|
<section class="section-2">
|
|
<div class="section-2__swiper swiper">
|
|
<div class="swiper-wrapper">
|
|
{hcTaglib:allSubCategory pid="$ui_solution" field="*" max-level="2" item="vo" sort=""}
|
|
<article class="swiper-slide section-2__slide section__wrap">
|
|
<div class="section-2__bg">
|
|
<video src="{$vo.thumbnail.url ?? ''}" muted loop playsinline></video>
|
|
</div>
|
|
<div class="section-2__mask"></div>
|
|
<div class="section-2__content">
|
|
<p class="section__eyebrow">{$sub_cates[2]['title'] ?? ''}</p>
|
|
<h2 class="section__title section__title--hero">{$vo.title ?? ''}</h2>
|
|
<p class="section__desc">
|
|
{$vo.description ?? ''}</p>
|
|
<ul class="section-2__tags">
|
|
{volist name="vo.children" id="vv"}
|
|
<li class="glass-card">{$vv.title}</li>
|
|
{/volist}
|
|
</ul>
|
|
<a class="s-btn s-btn--light s-btn--pill" href="{:getMuiLangUrl($vo.children.0.alias ?? '/solution2.html')}">Explore more</a>
|
|
</div>
|
|
</article>
|
|
{/hcTaglib:allSubCategory}
|
|
</div>
|
|
</div>
|
|
<nav class="section-2__nav section__wrap" aria-label="Application scenarios">
|
|
{hcTaglib:allSubCategory pid="$ui_solution" field="*" max-level="2" item="vo" sort="" key="key"}
|
|
<button type="button" data-index="{$key}">
|
|
<span class="section-2__nav-index">0{$key}</span>
|
|
<span class="section-2__nav-label">{$vo.title}</span>
|
|
</button>
|
|
{/hcTaglib:allSubCategory}
|
|
<button type="button" class="section-2__nav-arrow" aria-label="Next slide">
|
|
<img
|
|
src="data:image/svg+xml,%3csvg%20viewBox='0%200%2075.4141%2041.4141'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='75.414062'%20height='41.414062'%20fill='none'%20customFrame='%23000000'%3e%3cg%20id='组合%202'%20opacity='0.799999952'%3e%3cpath%20id='矢量%201'%20d='M54%200.707031L74%2020.707L54%2040.707'%20stroke='rgb(255,255,255)'%20stroke-width='2.000000'%20/%3e%3crect%20id='矩形%2016'%20width='73.000000'%20height='2.000000'%20x='0.000000'%20y='19.707031'%20fill='rgb(255,255,255)'%20/%3e%3c/g%3e%3c/svg%3e"
|
|
alt=""
|
|
/>
|
|
</button>
|
|
</nav>
|
|
</section>
|
|
{/if}
|
|
{if !empty($sub_cates[3])}
|
|
<section class="section-3 section__wrap" data-header-dark>
|
|
<div class="section__inner">
|
|
<div class="section-3__header">
|
|
<h2 class="section__title">{$sub_cates[3]['sub_title'] ?? ''}</h2>
|
|
</div>
|
|
<div class="section-3__header justify-content-end">
|
|
<p class="section__desc">{$sub_cates[3]['description'] ?? ''}</p>
|
|
</div>
|
|
|
|
<div class="section-3__grid">
|
|
{hcTaglib:content cid="$sub_cates[3]['id']" moduleId="1" item="vo" mainField="*" subField="*"}
|
|
<article class="section-3__card">
|
|
<img
|
|
class="section-3__icon"
|
|
src="{$vo.thumbnail.url ?? ''}"
|
|
alt=""
|
|
/>
|
|
<div class="section-3__card-body">
|
|
<h3 class="section-3__card-title">{$vo.title ?? ''}</h3>
|
|
<p class="section-3__card-desc">{$vo.description ?? ''}</p>
|
|
<a class="section-3__link" href="{:getMuiLangUrl($vo.url ?? '/')}">
|
|
Explore more
|
|
<svg viewBox="0 0 16.502 6.66113" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16.501953" height="6.661133" fill="none" customFrame="#000000">
|
|
<path
|
|
id="箭头 2"
|
|
d="M0 2.83057L16 2.83057L16 3.83057L0 3.83057L0 2.83057ZM15.2929 3.33057L12.818 0.855693C12.62 0.657703 12.62 0.346575 12.818 0.148586C13.016 -0.0494041 13.3271 -0.0494046 13.5251 0.148585L16.3536 2.97701C16.5515 3.175 16.5515 3.48613 16.3536 3.68412L13.5251 6.51255C13.3271 6.71054 13.016 6.71054 12.818 6.51255C12.62 6.31456 12.62 6.00343 12.818 5.80544L15.2929 3.33057Z"
|
|
fill="rgb(102,102,102)"
|
|
fill-rule="nonzero"
|
|
/>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</article>
|
|
{/hcTaglib:content}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{/if}
|
|
{if !empty($sub_cates[4])}
|
|
<section class="section-4 section__wrap" data-header-dark>
|
|
<div class="section-4__bg" style="background-image: url("/themes/dist_static/static/images/section-4-bg-C4HH-tmQ.png")"></div>
|
|
<div class="section__inner section-4__inner">
|
|
<div class="section-4__visual">
|
|
<canvas id="earth-canvas" class="section-4__earth"></canvas>
|
|
</div>
|
|
<div class="section-4__content">
|
|
<p class="section__eyebrow">{$sub_cates[4]['title']}</p>
|
|
<h2 class="section__title">{$sub_cates[4]['sub_title']}</h2>
|
|
<p class="section__desc">
|
|
{$sub_cates[4]['desc']}
|
|
</p>
|
|
{php}
|
|
$arr = explode(',',$sub_cates[4]['description']);
|
|
$stats = array_chunk($arr, 2); // 每2个一组
|
|
{/php}
|
|
<ul class="section-4__stats">
|
|
{foreach $stats as $item}
|
|
<li class="section-4__stat">
|
|
<span class="section-4__stat-num"><span class="counter">{$item[0]}</span></span>
|
|
<span class="section-4__stat-label">{$item[1]}</span>
|
|
</li>
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{/if}
|
|
{if !empty($sub_cates[5])}
|
|
<section class="section-5 section__wrap" data-header-dark>
|
|
<div class="section__inner">
|
|
<div class="section-5__header">
|
|
<h2 class="section__title">{$sub_cates[5]['title']}</h2>
|
|
{hcTaglib:category id="$ui_news" item="vo" field="*"}
|
|
<a class="s-btn s-btn--primary s-btn--pill m-none" href="{:getMuiLangUrl($vo.alias ?? '/')}">Explore more</a>
|
|
{/hcTaglib:category}
|
|
</div>
|
|
<div class="section-5__body">
|
|
{php}$news = getChildCategoriesContent($ui_news,$seller_id,4);{/php}
|
|
{if(!empty($news[0]))}
|
|
<article class="section-5__featured">
|
|
<a class="section-5__featured-media" href="{:hcUrl('detail/index',['id'=>$news[0]['id'],'cid'=>$news[0]['category_id']])}">
|
|
<img src="{$news[0]['thumbnail_url'] ?? ''}" alt="" />
|
|
</a>
|
|
<h3 class="section-5__featured-title">{$news[0]['title'] ?? ''}</h3>
|
|
<time class="section-5__date" datetime="{$news[0]['publish_time'] ?? ''}">{:date('Y-m-d',strtotime($news[0]['publish_time'])) ?? ''}</time>
|
|
</article>
|
|
{/if}
|
|
<div class="section-5__line" aria-hidden="true"></div>
|
|
<ul class="section-5__list">
|
|
{if(!empty($news[1]))}
|
|
<li>
|
|
<a class="section-5__item" href="{:hcUrl('detail/index',['id'=>$news[1]['id'],'cid'=>$news[1]['category_id']])}">
|
|
<div class="section-5__item-body">
|
|
<h3 class="section-5__item-title">{$news[1]['title'] ?? ''}</h3>
|
|
<time class="section-5__date" datetime="{$news[1]['publish_time'] ?? ''}">{:date('Y-m-d',strtotime($news[1]['publish_time'])) ?? ''}</time>
|
|
</div>
|
|
<span class="section-5__item-media">
|
|
<img src="{$news[1]['thumbnail_url'] ?? ''}" alt="" />
|
|
</span>
|
|
</a>
|
|
</li>
|
|
{/if}
|
|
{if(!empty($news[2]))}
|
|
<li>
|
|
<a class="section-5__item" href="{:hcUrl('detail/index',['id'=>$news[2]['id'],'cid'=>$news[2]['category_id']])}">
|
|
<div class="section-5__item-body">
|
|
<h3 class="section-5__item-title">{$news[2]['title'] ?? ''}</h3>
|
|
<time class="section-5__date" datetime="{$news[2]['publish_time'] ?? ''}">{:date('Y-m-d',strtotime($news[2]['publish_time'])) ?? ''}</time>
|
|
</div>
|
|
<span class="section-5__item-media">
|
|
<img src="{$news[2]['thumbnail_url'] ?? ''}" alt="" />
|
|
</span>
|
|
</a>
|
|
</li>
|
|
{/if}
|
|
{if(!empty($news[3]))}
|
|
<li>
|
|
<a class="section-5__item" href="{:hcUrl('detail/index',['id'=>$news[3]['id'],'cid'=>$news[3]['category_id']])}">
|
|
<div class="section-5__item-body">
|
|
<h3 class="section-5__item-title">{$news[3]['title'] ?? ''}</h3>
|
|
<time class="section-5__date" datetime="{$news[3]['publish_time'] ?? ''}">{:date('Y-m-d',strtotime($news[3]['publish_time'])) ?? ''}</time>
|
|
</div>
|
|
<span class="section-5__item-media">
|
|
<img src="{$news[3]['thumbnail_url'] ?? ''}" alt="" />
|
|
</span>
|
|
</a>
|
|
</li>
|
|
{/if}
|
|
</ul>
|
|
</div>
|
|
<div class="section-5__more d-flex pc-none justify-content-center pt-5">
|
|
{hcTaglib:category id="$ui_news" item="vo" field="*"}
|
|
<a class="s-btn s-btn--primary s-btn--pill" href="{:getMuiLangUrl($vo.alias ?? '/')}">Explore more</a>
|
|
{/hcTaglib:category}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{/if}
|
|
</main>
|
|
<!-- 引入公共底部 -->
|
|
{include file="components/mask"}
|
|
<!-- 模块:底部 -->
|
|
{include file="components/footer"}
|
|
|
|
<script src="https://unpkg.com/lenis@1.3.23/dist/lenis.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/gsap.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/ScrollTrigger.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
|
|
<script
|
|
src="https://cdn.jsdelivr.net.cn/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
|
|
crossorigin="anonymous"
|
|
></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.js"></script>
|
|
<script src="https://unpkg.com/counterup2@2.0.2/dist/index.js"></script>
|
|
<script src="/themes/dist_static/js/lib/three-r128.min.js"></script>
|
|
<script src="/themes/dist_static/js/lib/three-128-orbitControls.js"></script>
|
|
</body>
|
|
</html>
|