.elementor-26535 .elementor-element.elementor-element-b311d7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26535 .elementor-element.elementor-element-723c445{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26535 .elementor-element.elementor-element-35db1c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26535 .elementor-element.elementor-element-6aea2ab{--display:flex;}.elementor-26535 .elementor-element.elementor-element-4cd4140{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26535 .elementor-element.elementor-element-7e29da2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26535 .elementor-element.elementor-element-675f1c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26535 .elementor-element.elementor-element-0834ba2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26535 .elementor-element.elementor-element-4e3bae4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26535 .elementor-element.elementor-element-199c71e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26535 .elementor-element.elementor-element-6b92e6a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c1a10b3 *//* ===============================
   Wood Section CSS
   =============================== */

/* 引用全局变量 (假设) - 如果你没有定义，这里有备用值 */
:root {
  --oe-gold: #D4AF37;
  --oe-black: #050505;
  --oe-white: #ffffff;
  --oe-font-serif: "Playfair Display", serif; /* 请替换为你网站的衬线字体 */
  --oe-font-sans: "Lato", sans-serif; /* 请替换为你网站的无衬线字体 */
}

.oe-wood-section {
  background-color: #080808; /* 比纯黑稍亮，营造高级质感 */
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.oe-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.oe-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左右 1:1 分布 */
  gap: 80px;
  align-items: center;
}

/* --- Visual Area (Left) --- */
.oe-wood-visual {
  position: relative;
  margin: 0;
  padding: 20px; /* 给错位边框留空间 */
}

/* 后置金色边框 (错位效果) */
.oe-frame-back {
  position: absolute;
  top: 0; left: 0;
  width: 90%; height: 90%;
  border: 1px solid var(--oe-gold);
  opacity: 0.3;
  z-index: 0;
  transition: transform 0.5s ease;
}

/* 图片容器 */
.oe-img-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  margin-left: 20px; /* 制造错位感 */
  margin-top: 20px;
}

.oe-raw-img {
  width: 100%; height: auto;
  display: block;
  filter: sepia(30%) contrast(105%) brightness(0.9); /* 增强木纹质感，略带复古 */
  transition: transform 0.7s ease, filter 0.7s ease;
}

/* 交互：悬停时边框归位，图片放大且变清晰 */
.oe-wood-visual:hover .oe-frame-back {
  transform: translate(10px, 10px);
  opacity: 0.6;
}

.oe-wood-visual:hover .oe-raw-img {
  transform: scale(1.05);
  filter: sepia(0%) contrast(100%) brightness(1); /* 还原真实色彩 */
}

/* 技术铭牌 */
.oe-tech-badge {
  position: absolute;
  bottom: 30px; left: -10px;
  background: var(--oe-gold);
  color: #000;
  padding: 12px 24px;
  box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
  z-index: 2;
  border-left: 3px solid #fff; /* 增加细节 */
}

.oe-tech-val {
  display: block;
  font-family: var(--oe-font-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.oe-tech-label {
  display: block;
  font-family: var(--oe-font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 4px;
}

/* --- Content Area (Right) --- */
.oe-sec-tag {
  font-family: var(--oe-font-sans);
  font-size: 12px;
  color: var(--oe-gold);
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 20px;
}

.oe-wood-title {
  font-family: var(--oe-font-serif);
  font-size: 40px;
  color: var(--oe-white);
  line-height: 1.2;
  margin: 0 0 25px 0;
}

.oe-gold-text { color: var(--oe-gold); font-style: italic; }

.oe-wood-divider {
  width: 60px; height: 1px; background: var(--oe-gold); margin-bottom: 30px;
  opacity: 0.6;
}

.oe-wood-desc {
  font-family: var(--oe-font-sans);
  font-size: 16px;
  line-height: 1.8;
  color: #b0b0b0;
  margin-bottom: 40px;
  text-align: justify;
}

/* Engineering Anchor Style - 专门设计的内链样式 */
.oe-text-link {
  color: var(--oe-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}
.oe-text-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

/* 规格列表 */
.oe-tech-specs {
  list-style: none; padding: 0; margin: 0;
}

.oe-spec-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.oe-icon-box {
  flex-shrink: 0;
  width: 20px;
  color: var(--oe-gold);
  font-size: 14px;
  margin-top: 2px;
}

.oe-text-box strong {
  display: block;
  font-family: var(--oe-font-sans);
  font-size: 16px;
  color: var(--oe-white);
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.oe-text-box p {
  font-family: var(--oe-font-sans);
  font-size: 14px;
  color: #888;
  line-height: 1.6;
  margin: 0;
}

/* 辅助类 */
.oe-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

/* --- 响应式适配 (Mobile) --- */
@media (max-width: 900px) {
  .oe-split-layout {
    grid-template-columns: 1fr; /* 变为单列 */
    gap: 60px;
  }
  
  .oe-wood-visual {
    padding: 10px;
    max-width: 500px; /* 限制图片最大宽度 */
    margin: 0 auto;
  }
  
  .oe-frame-back {
    width: 100%; height: 100%;
    top: 10px; left: 10px;
  }
  
  .oe-img-container { margin: 0; }
  
  .oe-wood-title { font-size: 32px; }
  
  .oe-tech-badge { 
    left: 0; bottom: 20px; 
    padding: 8px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2597661 */<style>
/* =========================================
   OE-FASHION High-End Black Gold (Final Fix)
   ========================================= */

/* 1. 作用域隔离 (防止主题样式干扰) */
#oe-fix-wrapper {
  background-color: #0b0b0b;
  color: #a0a0a0;
  font-family: "Playfair Display", "Times New Roman", Serif;
  padding: 60px 20px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  line-height: 1.5; /* 全局基准行高 */
}

/* 内部容器 */
#oe-fix-wrapper .oe-boundary-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* 2. 标题区设计 */
#oe-fix-wrapper .oe-boundary-header {
  text-align: center;
  margin-bottom: 50px;
}

#oe-fix-wrapper .oe-boundary-header h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 1.3;
  
  /* 金色渐变字 */
  color: #D4AF37;
  background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; /* 修复某些浏览器渐变截断 */
}

#oe-fix-wrapper .oe-boundary-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #cccccc;
  max-width: 800px;
  margin: 0 auto;
}

/* 3. 网格布局 */
#oe-fix-wrapper .oe-boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

/* 4. 卡片样式 */
#oe-fix-wrapper .oe-boundary-block {
  background: #111;
  border: 1px solid #333;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: auto; /* 自适应高度 */
}

#oe-fix-wrapper .oe-boundary-block:hover {
  border-color: #D4AF37;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.8);
}

#oe-fix-wrapper .oe-boundary-block h3 {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  color: #D4AF37;
  font-weight: 400;
  text-align: left;
}

/* 5. 列表完美修复 (重点部分) */
#oe-fix-wrapper .oe-boundary-block ul {
  list-style: none !important; /* 强制去掉默认圆点 */
  padding: 0 !important;
  margin: 0 !important;
}

#oe-fix-wrapper .oe-boundary-block li {
  position: relative !important;
  padding-left: 25px !important; /* 留出圆点空间 */
  margin-bottom: 15px !important;
  font-size: 0.95rem;
  line-height: 1.6 !important; /* 拉开行间距防止重叠 */
  color: #bbb;
  text-align: left;
  text-indent: 0 !important; /* 防止主题缩进干扰 */
}

/* 自定义金色圆点 */
#oe-fix-wrapper .oe-boundary-block li::before {
  content: "•";
  color: #D4AF37;
  position: absolute;
  left: 0 !important;
  top: -2px !important; /* 微调垂直对齐 */
  font-size: 1.5em; /* 圆点大一点 */
  line-height: 1;
}

/* 6. 底部免责声明修复 */
#oe-fix-wrapper .oe-boundary-disclaimer {
  text-align: center;
  border-top: 1px solid #222;
  padding-top: 30px;
  margin-top: 20px;
}

#oe-fix-wrapper .oe-boundary-disclaimer p {
  font-size: 0.9rem;
  color: #777;
  font-style: italic;
  font-family: "Georgia", serif;
  line-height: 2.0 !important; /* 强制大行高解决重叠 */
  display: inline-block;
  max-width: 900px;
  margin: 0;
}

/* 7. 手机端适配 (Mobile) */
@media screen and (max-width: 900px) {
  #oe-fix-wrapper .oe-boundary-grid {
    grid-template-columns: 1fr; /* 变单列 */
    gap: 20px;
  }
  
  #oe-fix-wrapper {
    padding: 40px 15px;
  }

  #oe-fix-wrapper .oe-boundary-header h2 {
    font-size: 1.8rem;
  }

  /* 手机上对齐方式调整 */
  #oe-fix-wrapper .oe-boundary-intro,
  #oe-fix-wrapper .oe-boundary-disclaimer p {
    text-align: left;
  }
}
</style>/* End custom CSS */