/* 使用带随机哈希后缀的极具体类名,彻底防止 WordPress 样式交叉污染 */
.fb-clean-section_x7f2k,
.fb-clean-section_x7f2k * {
margin: 0;
padding: 0;
box-sizing: border-box !important;
}
/* 主包裹容器 */
.fb-clean-section_x7f2k {
background-color: #0B192C;
background-image:
linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 30px 30px;
width: auto !important;
max-width: 100% !important;
padding: 60px 24px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 32px;
color: #ffffff;
overflow: hidden !important;
position: relative;
}
/* 左侧文案栏 */
.fb-text-block_x7f2k {
flex: 1 1 300px;
max-width: 500px;
}
/* 右侧展台栏 */
.fb-visual-block_x7f2k {
flex: 1 1 300px;
max-width: 500px;
display: flex;
justify-content: center;
}
/* NEW ARRIVALS 标签 */
.fb-tag-badge_x7f2k {
display: inline-block;
background-color: rgba(0, 140, 255, 0.15);
border: 1px solid rgba(0, 140, 255, 0.3);
color: #4dabff;
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, sans-serif;
font-size: 11px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
padding: 6px 14px;
border-radius: 4px;
margin-bottom: 20px;
}
/* 主标题 */
.fb-title-main_x7f2k {
font-family: “Helvetica Neue”, Arial, sans-serif;
font-size: 40px;
font-weight: 800;
line-height: 1.2;
margin-bottom: 20px;
color: #ffffff;
letter-spacing: -1px;
}
/* 黄色高光字 */
.fb-title-main_x7f2k em {
font-family: “Georgia”, serif;
font-style: italic;
color: #FFD700;
font-weight: 400;
text-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
padding-right: 4px;
}
/* 副文本描述 */
.fb-text-desc_x7f2k {
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #8E9AAF;
}
/* 右侧半透明悬浮卡片 */
.fb-modern-card_x7f2k {
width: 100%;
max-width: 100%;
background-color: rgba(11, 25, 44, 0.85);
border: 1px solid rgba(0, 140, 255, 0.25);
border-radius: 16px;
padding: 35px 24px;
text-align: center;
box-shadow: 0 15px 35px rgba(0,0,0,0.4);
position: relative;
}
/* 装饰蓝点 */
.fb-blue-dot_x7f2k {
position: absolute;
width: 6px;
height: 6px;
background-color: #008cff;
border-radius: 50%;
box-shadow: 0 0 10px #008cff;
}
.fb-d1_x7f2k { top: 20px; left: 35%; }
.fb-d2_x7f2k { top: 35px; right: 20%; }
/* 发光霓虹货架 */
.fb-neon-shelf_x7f2k {
border-bottom: 2px solid rgba(0, 140, 255, 0.2);
padding-bottom: 12px;
margin-bottom: 30px;
display: flex;
justify-content: center;
align-items: flex-end;
gap: 20px;
}
/* 灯饰基本样式 */
.fb-lamp_x7f2k { position: relative; }
.fb-l1_x7f2k { width: 36px; height: 45px; background: #FFD700; border-radius: 50% 50% 0 0; box-shadow: 0 0 15px #FFD700; }
.fb-l2_x7f2k { width: 32px; height: 50px; background: #ffffff; border-radius: 4px; border-bottom: 10px solid #FFD700; }
.fb-l3_x7f2k { width: 40px; height: 40px; border: 4px solid #008cff; border-radius: 50%; box-shadow: 0 0 12px #008cff; }
.fb-l4_x7f2k { width: 20px; height: 50px; background: #FFD700; border-radius: 8px; }
.fb-l5_x7f2k { width: 10px; height: 55px; background: #008cff; border-radius: 5px; box-shadow: 0 0 12px #008cff; }
.fb-l6_x7f2k { width: 32px; height: 32px; background: #ffffff; border: 4px solid #FFD700; border-radius: 4px; }
/* 按钮容器 */
.fb-buttons-row_x7f2k {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
}
/* 按钮共同样式 */
.fb-btn-item_x7f2k {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
font-size: 12px;
font-weight: 600;
padding: 8px 18px;
border-radius: 6px;
transition: transform 0.2s ease, background-color 0.2s ease;
white-space: nowrap;
cursor: pointer;
user-select: none;
}
.fb-btn-item_x7f2k:hover {
transform: translateY(-2px);
}
.fb-btn-gold_x7f2k { background-color: #FFD700; color: #0B192C; box-shadow: 0 4px 10px rgba(255, 215, 0, 0.15); }
.fb-btn-neon_x7f2k { background-color: #008cff; color: #ffffff; box-shadow: 0 4px 10px rgba(0, 140, 255, 0.15); }
.fb-btn-dark-ghost_x7f2k { background-color: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); color: #8E9AAF; }
.fb-btn-dark-ghost_x7f2k:hover { border-color: #ffffff; color: #ffffff; }
/* 移动端排版微调 */
@media (max-width: 768px) {
.fb-clean-section_x7f2k {
padding: 40px 16px;
gap: 24px;
}
.fb-title-main_x7f2k {
font-size: 28px;
text-align: center;
}
.fb-text-block_x7f2k {
text-align: center;
}
.fb-modern-card_x7f2k {
padding: 25px 16px;
}
}
New Arrivals 2026
Illuminating ideas for inspired spaces
Explore how facilitatebring premium architectural fixtures and wireless smart lamps mesh high-contrast aesthetics with ultimate optical comfort.