.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:400;--e-global-typography-c00a01d-font-family:"Arial";--e-global-typography-c00a01d-font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{text-decoration:none;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:2px;--container-default-padding-right:2px;--container-default-padding-bottom:2px;--container-default-padding-left:2px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 020px;--widgets-spacing-row:20px;--widgets-spacing-column:020px;}{}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 *//* 默认显示电脑产品图片，隐藏手机产品图片 */
.mobile-image {
    display: none;
}

/* 在手机屏幕宽度下（通常小于768px），隐藏电脑产品图片，显示手机产品图片 */
@media (max-width: 800px) {
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
}


/* 移除Elementor侧边联系栏的边框 */
.elementor-popup {
  border: none !important;
}

.elementor-section-wrap section {
  border: none !important;
}

/* 更精确的定位：针对侧边栏容器 */
.elementor-element {
  border: none !important;
}/* End custom CSS */