.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-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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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);}@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 *//* 动态形状通用样式 - 保持原数值 */
.shapemover2 {
    animation-name: shapeMover2;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    pointer-events: none;
}

.our-mission-shape-1 {
    position: absolute;
    bottom: -202px;   /* 保持原样，部分超出 */
    right: 0;
    height: 560px;-webkit-text-fill-color: transparent;
    width: 260px;
    background-color: #ff613c;
    border-radius: 280px;
    z-index: 0;
}

.our-mission-shape-2 {
    position: absolute;
    bottom: -274px;   /* 保持原样 */
    right: 223px;
    height: 350px;
    width: 165px;
    background-color: #ffffff;
    mix-blend-mode: overlay;
    border-radius: 175px;
    z-index: 0;
}

.our-mission-shape-3 {
    position: absolute;
    top: -569px;      /* 保持原样 */
    right: 580px;
    height: 770px;
    width: 360px;
    background-color: #191825;
    mix-blend-mode: soft-light;
    border-radius: 385px;
    z-index: 0;
}

@keyframes shapeMover2 {
    0%, 100% {
        transform: perspective(400px) translateY(0) rotate(-40deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(400px) rotate(-40deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

/* 强制容器成为定位上下文并裁剪溢出（提高优先级） */
.product-related-container {
    position: relative !important;
    overflow: hidden !important;   /* 裁剪溢出的内容 */
}

/* 让容器内非形状的内容显示在形状上方 */
.product-related-container > *:not([class*="our-mission-shape"]) {
    position: relative;
    z-index: 1;
}


/* 任意元素加上这个类即可获得渐变文字 */
.spire-gradient-title {
    display: inline-block;
    background-image: linear-gradient(to right, #fe6f58, #f51063 30%, #35126a);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* 移动端适配 */
@media (max-width: 768px) {
    .spire-gradient-title {
        font-size: 32px;
    }
}/* End custom CSS */