.elementor-2464 .elementor-element.elementor-element-66d789e{--display:flex;}.elementor-2464 .elementor-element.elementor-element-7b8cfd2 ul.hfe-breadcrumbs li{margin-right:10px;}.elementor-2464 .elementor-element.elementor-element-6b943fb2{--display:flex;}.elementor-2464 .elementor-element.elementor-element-11492a1a{--display:flex;}.elementor-2464 .elementor-element.elementor-element-7c42bebb{--display:flex;}.elementor-2464 .elementor-element.elementor-element-1a873fef{--display:flex;}.elementor-2464 .elementor-element.elementor-element-2e63ef67{--display:flex;}.elementor-2464 .elementor-element.elementor-element-6c087de0{--display:flex;}.elementor-2464 .elementor-element.elementor-element-1b739a48{--display:flex;}.elementor-2464 .elementor-element.elementor-element-12f13d9{--display:flex;}.elementor-2464 .elementor-element.elementor-element-2467d46b{--n-tabs-direction:row;--n-tabs-heading-direction:column;--n-tabs-heading-width:240px;--n-tabs-title-flex-basis:content;--n-tabs-title-flex-shrink:initial;--n-tabs-heading-justify-content:flex-start;--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-align-items:initial;--n-tabs-heading-wrap:wrap;--n-tabs-title-gap:15px;--n-tabs-gap:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-66d789e */.custom-table {
  width: 100%;
  border-collapse: collapse; /* 合并边框，避免双线 */
  background:#ffffff;
  padding: 20px;
}

/* 表头与单元格通用样式 */
.custom-table th,
.custom-table td {
  padding: 18px 12px; /* 内边距，控制内容与边框的距离 */
  text-align: left; /* 文字左对齐 */
}

/* 表头特殊样式 */
.custom-table thead th {
  background-color: #F5F7FA; /* 表头浅灰色背景 */
  font-weight: 600; /* 表头文字加粗 */
}

/* 可选： hover 效果（鼠标悬浮行高亮） */
.custom-table tbody tr:hover {
  background-color: #F5F7FA;
}/* End custom CSS */