.elementor-4944 .elementor-element.elementor-element-73d4a68{--display:flex;}.elementor-4944 .elementor-element.elementor-element-73d4a68:not(.elementor-motion-effects-element-type-background), .elementor-4944 .elementor-element.elementor-element-73d4a68 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-4944 .elementor-element.elementor-element-0d554ce{--cp-yellow:#FCEE0A;--cp-cyan:#00F0FF;--cp-dark:#050505;}.elementor-4944 .elementor-element.elementor-element-0541bb6{--display:flex;}.elementor-4944 .elementor-element.elementor-element-0541bb6:not(.elementor-motion-effects-element-type-background), .elementor-4944 .elementor-element.elementor-element-0541bb6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-4944 .elementor-element.elementor-element-73d4a68{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-73d4a68 *//* 1. 隐藏 WordPress 默认的页面大标题 */
/* 定位到主题或WordPress生成的页面标题元素 */
.ms-page-content article header.ms-sp--header,
.ms-sp--header .ms-sp--title {
    display: none !important;
}

/* 2. 移除页面内容的宽度限制，使其全屏/全宽 */

/* 定位到限制页面内容宽度的主要容器（通常是 .container 或 .ms-default-page） */
.ms-main .ms-page-content .ms-default-page.container {
    /* 移除 WordPress 主题或容器设置的固定/最大宽度 */
    max-width: none !important; 
    width: 100% !important;
    padding: 0 !important; /* 移除容器自身的左右内边距 */
    margin: 0 !important; /* 移除容器自身的左右外边距 */
}

/* 3. 确保 Elementor 的主要容器也占满全宽（如果 Elementor 容器内有额外的宽度限制，可能需要此项） */
/* Elementor的顶级全宽容器 */
.elementor-4908 {
    width: 100% !important;
    max-width: none !important;
}

/* 4. （可选）如果 Elementor 内部部分仍有限制，可能还需要检查并覆盖这里的 .elementor-container */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}

/* 5. 针对您的自定义部件，移除可能的额外宽度限制 */
/* 根据您提供的 HTML，您的内容包含在一个 .elementor-element-f349257 的全宽容器中，并且内容在 .cp-v7-wrapper 内部使用了 max-width: 1400px;
   如果您需要内容完全占满屏幕宽度，需要覆盖 .cp-v7-wrapper 内部的 max-width 设定。
*/
.cp-v7-wrapper .cp-section {
    max-width: 100% !important; /* 强制覆盖 .cp-section 的最大宽度 */
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cp-v7-wrapper .cp-banner-frame {
    max-width: 100% !important; /* 强制覆盖 .cp-banner-frame 的最大宽度 */
}/* End custom CSS */