.elementor-25847 .elementor-element.elementor-element-552b6bb{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-83ebaaf *//* 修改原有的 .oef-mobile-list */
.oef-mobile-list {
  /* 1. 基础防遮挡：给底部留出足够的余地 */
  padding-bottom: 80px; 
  
  /* 2. 高级适配：在此基础上，额外增加 iPhone 底部黑条(Home Indicator)的高度 */
  /* 如果不是全面屏手机，env() 会是 0，不影响原效果 */
  padding-bottom: calc(80px + env(safe-area-inset-bottom));

  /* 3. 确保内容过多时可以滚动（防止溢出部分看不见） */
  overflow-y: auto;
  
  /* 4. iOS 专属优化：开启惯性滚动（弹簧效果），手感丝般顺滑 */
  -webkit-overflow-scrolling: touch; 
  
  /* 5. 细节：确保宽度撑满 */
  width: 100%;
}/* End custom CSS */