.elementor-kit-5{--e-global-color-primary:#F37A20;--e-global-color-secondary:#383838;--e-global-color-text:#383838;--e-global-color-accent:#F37A20;--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-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#555555;font-size:16px;font-weight:normal;}.elementor-kit-5 p{margin-block-end:16px;}.elementor-kit-5 a{color:#F37A20;}.elementor-kit-5 a:hover{color:#D86C16;}.elementor-kit-5 h1{color:#222222;font-size:36px;font-weight:bold;}.elementor-kit-5 h2{color:#222222;font-size:28px;font-weight:bold;}.elementor-kit-5 h3{color:#222222;font-size:22px;font-weight:bold;}.elementor-kit-5 h4{color:#333333;font-size:18px;font-weight:bold;}.elementor-kit-5 h5{color:#333333;font-size:18px;font-weight:bold;}.elementor-kit-5 h6{color:#333333;font-size:18px;font-weight:bold;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@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 *//* ====== 移动端优化补丁 ====== */
@media (max-width: 768px) {
  /* Logo 图片自适应 */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* 正文段落排版 */
  p {
    text-align: justify;
    line-height: 1.6;
    padding: 0 12px; /* 左右留白 */
    font-size: 15px; /* 手机字体大小 */
  }

  /* 图片与文字间距 */
  .elementor-widget-image {
    margin-bottom: 15px !important;
  }

  /* 下拉按钮样式调整 */
  .elementskit-nav-identity-panel { /* 把这里换成你的按钮class */
    display: block !important;
    margin: 12px auto !important;
    width: fit-content;
  }

  /* 整个容器防止被挤压 */
  .elementor-section {
    padding: 15px 10px !important;
  }
}

table.product-specs {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
table.product-specs th,
table.product-specs td {
  border: 1px solid #ddd;
  padding: 10px 15px;
  text-align: left;
}
table.product-specs th {
  background: #f8f8f8;
  font-weight: 600;
  width: 35%;
}/* End custom CSS */