.elementor-kit-64{--e-global-color-primary:#000000;--e-global-color-secondary:#333333;--e-global-color-text:#333333;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"MIsans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"MIsans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"MIsans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"MIsans";--e-global-typography-accent-font-weight:500;}.elementor-kit-64 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ✅ Elementor 盒装容器在大屏限制最大宽度并水平居中 */
@media (min-width: 1920px) and (max-width: 2559px){
  /* 核心：限制容器宽度，避免内容“摊开就飘” */
  .elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 1800px;   /* 可在 1680~1860 之间微调 */
    margin-left: auto;
    margin-right: auto;
  }
  /* 常见：标题/文案在大屏太散，轻微收窄正文列 */
  .elementor-column .elementor-widget-container{
    max-width: 1100px;   /* 视版型可调至 1000~1200 */
    margin-left: auto;
    margin-right: auto;
  }
}

/* ✅ 超大屏（2.5K/4K）再放宽一点 */
@media (min-width: 2560px){
  .elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 2200px;   /* 亦可 2000~2300 之间微调 */
    margin-left: auto;
    margin-right: auto;
  }
  .elementor-column .elementor-widget-container{
    max-width: 1280px; 
    margin-left: auto;
    margin-right: auto;
  }
}

/* ✅ 修复“100vw 导致横向滚动”与拉伸节位移（常见于大屏） */
html, body { overflow-x: hidden; }
img, video { max-width: 100%; height: auto; }

/* Elementor 拉伸节偶发的 translate 偏移（大屏下更明显） */
.elementor-section.elementor-section-stretched{
  left: 0 !important; right: 0 !important; width: 100% !important;
}

/* ✅ 背景图大屏不满屏/对不准：强制 cover + 居中 */
.elementor-section{
  background-size: cover;
  background-position: center center;
}

/* ✅ 按钮/卡片在大屏过散：适当收紧行高与字间距 */
@media (min-width: 1920px){
  .elementor-heading-title{ letter-spacing: .02em; }
  .elementor p{ line-height: 1.7; }
}/* End custom CSS */