footer .mmk-marquee{display:inline-flex;align-items:center;white-space:nowrap;gap:2rem;animation:mmk-marquee-move 20s linear infinite}@keyframes mmk-marquee-move{0%{transform:translateX(0)}to{transform:translateX(-50%)}}footer a{position:relative;text-decoration:none!important}footer .footer-items a:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:var(--color-brand-400,#6c82ad);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1);border-radius:2px}footer .footer-items a:hover:after{transform:scaleX(1)}.header-index{position:fixed;flex-direction:column;padding:0;transition:background .3s cubic-bezier(.4,0,.2,1)}.header-index,.header-index .marquee{width:100%;display:flex;align-items:center}.header-index .marquee{--marquee-duration:18s;--marquee-gap:32px;position:relative;height:36px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent)}.header-index .marquee__track{display:inline-flex;gap:var(--marquee-gap);min-width:max-content;padding-left:var(--marquee-gap);will-change:transform;animation:marquee-anim var(--marquee-duration) linear infinite}@keyframes marquee-anim{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - var(--marquee-gap)))}}@media(prefers-reduced-motion:reduce){.header-index .marquee__track{animation:none!important}}.header-index .search-products{width:100%;max-width:464px;min-width:220px;height:44px}@media screen and (max-width:1024px){.header-index .search-products{max-width:auto;min-width:180px}}.header-index .search-products .ant-select-selector{border-bottom-left-radius:0;border-top-left-radius:0}