.elementor-4980 .elementor-element.elementor-element-ac11d08{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4980 .elementor-element.elementor-element-bded4a2{text-align:center;}.elementor-4980 .elementor-element.elementor-element-d03c8f5 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-4980 .elementor-element.elementor-element-e9ae168{--content-text-align:center;--content-padding:20px;}.elementor-4980 .elementor-element.elementor-element-b8d84c5{--image-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-4980 .elementor-element.elementor-element-f2f9158{--image-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-4980 .elementor-element.elementor-element-40cc5db{--image-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-4980 .elementor-element.elementor-element-f966f72{text-align:center;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4980 .elementor-element.elementor-element-bded4a2 .elementor-heading-title{font-size:18px;}.elementor-4980 .elementor-element.elementor-element-bd26589 .elementor-heading-title{font-size:18px;}.elementor-4980 .elementor-element.elementor-element-5842faf .elementor-heading-title{font-size:18px;}}/* Start custom CSS for text-editor, class: .elementor-element-f966f72 *//* 优化后的代码 */
table {
    width: 100%;
    border-collapse: collapse; 
    border: 1px solid #000; /* 增加表格整体外边框 */
    table-layout: fixed;    /* 强制固定布局，有助于边框对齐 */
}

table td, table th {
    border: 1px solid #000; 
    padding: 12px 8px;      /* 稍微增加内边距更美观 */
    text-align: center;     /* 截图里是居中对齐，建议改掉 inherit */
    vertical-align: middle;
}

table th {
    background-color: #f4f4f4;
    font-weight: bold;
}/* End custom CSS */