.elementor-kit-2312{--e-global-color-primary:#2355E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-kadence1:#FC601D;--e-global-color-kadence2:#ed8f0c;--e-global-color-kadence3:#000000;--e-global-color-kadence4:#4A4A4A;--e-global-color-kadence5:#808080;--e-global-color-kadence6:#B8B8B8;--e-global-color-kadence7:#FAFCFF;--e-global-color-kadence8:#f9f9fb;--e-global-color-kadence9:#ffffff;--e-global-color-fa04b10:#E5F7F9;--e-global-color-d7e81b0:#FFF8E8;--e-global-color-f0b6842:#8072FC;--e-global-color-374b060:#A59BFD;--e-global-color-d38934d:#EA5C85;--e-global-color-03280ac:#25D366;--e-global-color-2ad648b:#F4F4F4;--e-global-color-9400148:#DEE1E6;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-kadence3 );font-family:"Manrope", Sans-serif;font-size:16px;font-weight:600;}.elementor-kit-2312 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:var( --e-global-color-kadence3 );}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS */@media (max-width: 768px) {
  /* 隐藏掉汉堡按钮和 dropdown 菜单结构 */
  .elementor-menu-toggle,
  .elementor-nav-menu--dropdown {
    display: none !important;
  }

  /* 主菜单结构横向显示 + 滚动 */
  .elementor-nav-menu--main {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  /* 容器 ul 设置不换行 */
  .elementor-nav-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 16px;
    padding: 8px 16px;
  }

  /* 隐藏滚动条（可选） */
  .elementor-nav-menu::-webkit-scrollbar {
    display: none;
  }

  /* 每个菜单 li 项不自动换行 */
  .elementor-nav-menu li {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  /* 菜单链接不换行，设置内边距美观一点 */
  .elementor-nav-menu a {
    display: inline-block !important;
    padding: 10px 14px;
    white-space: nowrap !important;
  }
}

.wd-post-image {
    display: none !important;
}/* End custom CSS */