border-radius: 28px; background: #ffffff; box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22); transform: translate(-50%, -50%) !important; } .header-search-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; } .header-search-title { margin: 0; color: var(--bd-header-ink); font-size: 1.5rem; font-weight: 800; line-height: 1.1; } .header-search-dismiss { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 999px; background: rgba(37, 99, 235, 0.08); color: var(--bd-header-primary); cursor: pointer; } .header-search-dismiss .material-icons { font-size: 22px; line-height: 1; } .header-search-hint { margin: 0 0 18px; color: var(--bd-header-muted); font-size: 0.98rem; line-height: 1.7; } .header-search-btn:hover, .header-search-btn:focus-visible { box-shadow: 0 18px 36px rgba(37, 99, 235, 0.34); filter: brightness(1.05); transform: translateY(-50%) scale(1.02); outline: none; } /* ============================================================ 核心隔离:完全消除外部CSS对导航的一切位移干扰 ============================================================ */ /* 顶层菜单项 — 禁止所有位移 */ html body.bd-site-shell .main-mnu-list > li, html body.bd-site-shell .main-mnu-list > li:hover, html body.bd-site-shell .main-mnu-list > li:focus-within { transform: none !important; translate: none !important; top: auto !important; bottom: auto !important; margin-top: 0 !important; margin-bottom: 0 !important; animation: none !important; } /* 顶层菜单链接 — 禁止所有位移 */ html body.bd-site-shell .main-mnu-list > li > a, html body.bd-site-shell .main-mnu-list > li > a:hover, html body.bd-site-shell .main-mnu-list > li > a:focus, html body.bd-site-shell .main-mnu-list > li:hover > a, html body.bd-site-shell .main-mnu-list > li:focus-within > a { transform: none !important; translate: none !important; top: auto !important; bottom: auto !important; margin: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; animation: none !important; box-shadow: none !important; } /* 子菜单 li — 完全静止,overflow hidden 裁剪任何溢出背景 */ html body.bd-site-shell .main-mnu-list li ul li, html body.bd-site-shell .main-mnu-list li ul li:hover, html body.bd-site-shell .main-mnu-list li ul li:focus-within { position: relative !important; top: 0 !important; bottom: auto !important; transform: none !important; translate: none !important; margin: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; overflow: hidden !important; animation: none !important; } /* 子菜单链接 — 严格固定,禁止 padding/top 引起的偏移 */ html body.bd-site-shell .main-mnu-list li ul li > a, html body.bd-site-shell .main-mnu-list li ul li > a:hover, html body.bd-site-shell .main-mnu-list li ul li:hover > a, html body.bd-site-shell .main-mnu-list li ul li:focus-within > a { display: flex !important; align-items: center !important; position: relative !important; top: 0 !important; bottom: 0 !important; left: 0 !important; right: 0 !important; transform: none !important; translate: none !important; margin: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; animation: none !important; box-shadow: none !important; min-height: 40px !important; height: auto !important; line-height: normal !important; vertical-align: middle !important; } /* 子菜单容器 — 锁定字号防止页面样式污染 */ html body.bd-site-shell .main-mnu-list li ul { font-size: 14px !important; } /* 头部所有文字元素字号锁定 */ html body.bd-site-shell .main-mnu-list > li > a, html body.bd-site-shell .main-mnu-list > li > a > span { font-size: 14px !important; line-height: 1.4 !important; } html body.bd-site-shell .header-top-info a, html body.bd-site-shell .header-top-info span { font-size: 14px !important; } body.bd-site-shell .main-mnu-list > li:not(.mega-menu), body.bd-site-shell .main-mnu-list .mega-menu { position: relative !important; } body.bd-site-shell .main-mnu-list > li:not(.mega-menu) > ul { left: 50% !important; right: auto !important; top: calc(100% + 2px) !important; transform: translateX(-50%) !important; } body.bd-site-shell .main-mnu-list > li:not(.mega-menu):hover > ul, body.bd-site-shell .main-mnu-list > li:not(.mega-menu):focus-within > ul { transform: translateX(-50%) !important; } body.bd-site-shell .main-mnu-list .mega-menu > .sub-menu { left: 50% !important; right: auto !important; top: calc(100% + 2px) !important; width: min(920px, calc(100vw - 48px)) !important; min-width: 0 !important; transform: translateX(-50%) !important; } body.bd-site-shell .main-mnu-list .mega-menu > .sub-menu > li > ul { position: static !important; left: auto !important; top: auto !important; transform: none !important; } body.bd-site-shell .main-mnu-list li ul ul { left: 50% !important; right: auto !important; top: calc(100% + 2px) !important; min-width: 220px !important; transform: translateX(-50%) !important; } body.bd-site-shell .header-search { position: static !important; } /* 遮罩层:只做背景,不参与居中布局 */ body.bd-site-shell .header-search-form { position: fixed !important; inset: 0 !important; display: block !important; padding: 0 !important; background: rgba(8, 15, 28, 0.56) !important; backdrop-filter: none !important; opacity: 0; visibility: hidden; pointer-events: none; z-index: 1400 !important; } /* 模糊背景改用伪元素,避免 backdrop-filter 产生新包含块干扰子元素定位 */ body.bd-site-shell .header-search-form::before { content: "" !important; position: fixed !important; inset: 0 !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; pointer-events: none !important; z-index: 0 !important; } body.bd-site-shell .header-search.is-open .header-search-form { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; } /* container 清空所有布局干扰 */ body.bd-site-shell .header-search-form .container { all: unset !important; display: block !important; } /* 弹窗直接 fixed 到视口正中央,不依赖任何父级布局 */ body.bd-site-shell .header-search-dialog { position: fixed !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; width: min(620px, calc(100vw - 32px)) !important; margin: 0 !important; z-index: 1401 !important; padding: 32px !important; border-radius: 24px !important; background: #ffffff !important; border: 1px solid rgba(226, 232, 240, 0.92) !important; box-shadow: 0 32px 80px rgba(15, 23, 42, 0.28), 0 0 0 1px rgba(37, 99, 235, 0.06) !important; } @media (max-width: 1399px) { .main-mnu-list > li > a { padding: 0 10px; font-size: 14px; } } @media (max-width: 1199px) { .header-top { display: none; } body.bd-site-shell .bd-nav-shell { min-height: 74px; gap: 14px; } body.bd-site-shell .bd-nav-mobile { display: flex; align-items: center; } body.bd-site-shell .bd-nav-main { display: none; } .header-search-form { padding: 24px 20px; } } @media (max-width: 767px) { .header-fixed .container { width: min(100% - 20px, 1280px); } button.header-action-icon.header-search-ico { width: 24px; height: 24px; } .header-search-form { padding: 18px 16px; } .header-search-panel { width: auto; } .header-search-dialog { width: min(100vw - 32px, 640px); padding: 22px; border-radius: 22px; } .header-search-copy h3 { font-size: 1.4rem; } .header-search-form .form-field { min-height: 76px; padding: 18px 72px 14px 18px; border-radius: 20px; } .header-search-form .form-field-label { left: 18px; } .header-search-form .form-field-input { font-size: 1rem; } .header-search-btn { right: 12px; width: 48px; height: 48px; border-radius: 14px; } } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .bd-skip-link, .header-fixed, .header-fixed::before, .main-mnu-list > li > a, .main-mnu-list > li > ul, .main-mnu-list > li > .sub-menu, button.header-action-icon.header-search-ico, .header-search-ico-search, .header-search-ico-close, .header-search-form, .header-search-btn { transition: none; } } Skip to content

Jewelry lighting case of Linquan Laomiao

Jewelry lighting case of Linquan Laomiao
Jewelry lighting case of Linquan Laomiao
Jewelry lighting case of Linquan Laomiao
Jewelry lighting case of Linquan Laomiao
Jewelry lighting case of Linquan Laomiao
Jewelry lighting case of Linquan Laomiao
Jewelry lighting case of Linquan Laomiao
Jewelry lighting case of Linquan Laomiao
description

Case Details

Case Type 珠宝店铺案例
Client Brand 老庙
Case Address 临泉

Case Details

Project Background

Linquan Laomiao Jewelry is a key store of Shanghai Laomiao Jewelry in Linquan, Anhui Province. As a renowned jewelry brand with a long history, Laomiao Jewelry upholds the traditions of Chinese culture, 

inheriting and promoting classic elegance, using gold jewelry as a medium to symbolize Chinese good fortune and auspicious meanings. At every important moment in a customer's life, Laomiao Jewelry is 

committed to allowing customers to experience good fortune and blessings within the beauty of Chinese culture. With the need for store upgrades, Linquan Laomiao Jewelry urgently required a professional 

lighting system to enhance product display effects and the shopping experience.


Needs Analysis

As a brand that emphasizes "the beauty of Chinese culture," Linquan Laomiao Jewelry had the following requirements for its lighting system:

Accurate reproduction of the color and texture of materials such as gold and jade, realistically showcasing the exquisite craftsmanship of Chinese gold jewelry.

Lighting that highlights the details and brilliance of the jewelry, enhancing the visual appeal of the products.

A zoned lighting solution to meet the display needs of different areas such as display windows, counters, and display cases.

A focus on green and low-carbon solutions to reduce long-term operating costs.

A smart control system to adapt to the lighting needs of different times and marketing activities.


Solution

Hefei Changxiang Lighting Technology Co., Ltd., a national high-tech enterprise, customized a lighting solution for Linquan Laomiao Jewelry:

Professional lighting product portfolio

Intelligent lighting control system

Cultural integration design


Implementation Results

Increased Sales Performance: High-quality lighting effectively enhanced the visual effect of the jewelry, increasing customer dwell time by 35% and conversion rate by 20%.


Upgraded Brand Image: Professional lighting perfectly interpreted Laomiao Jewelry's brand culture, complementing the design concept of "unique and innovative, integrating modern trends."


Improved Operational Efficiency: The intelligent control system made lighting management more convenient, reducing staff operating time by 50%.


Increased Customer Satisfaction: Customers reported being able to appreciate the details of the jewelry more clearly in the store, significantly improving the shopping experience.


Significant Environmental Benefits: The LED lighting system saves 60% more energy than traditional lighting, saving approximately 48,000 yuan in electricity costs annually.



sparkle Project Highlights

check_circle

Core advantages

Project BackgroundLinquan Laomiao Jewelry is a key store of Shanghai Laomiao Jewelry in Linquan, Anhui Province. As a renowned jewelry brand with a long history, Laomiao Jewelry upholds the traditions of Chinese culture,inheriting and promoting classic elegance, using gold jewelry as a medium

trending_up Project Advantages

rocket_launch

Efficient Execution

A professional team that responds quickly, ensuring on-time project delivery and improved execution efficiency.

precision_manufacturing

Expert Technology

Utilizes advanced technology stacks to ensure project quality and provide reliable technical support.

group

Professional Team

Boasts an experienced professional team that offers comprehensive support and services for the project.

support

Comprehensive Service

Provides end-to-end services from planning to implementation, ensuring the smooth completion of the project.