.elementor-12268 .elementor-element.elementor-element-2894780d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12268 .elementor-element.elementor-element-2894780d:not(.elementor-motion-effects-element-type-background), .elementor-12268 .elementor-element.elementor-element-2894780d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-142ca6d );}.elementor-12268 .elementor-element.elementor-element-59710ff9{--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-12268 .elementor-element.elementor-element-19c566fc .bdt-table th{text-align:center;background-color:#e7ebef;color:#333;border-style:solid;border-width:1px;border-color:#ccc;padding:1em 2em 1em 1em;}.elementor-12268 .elementor-element.elementor-element-19c566fc .bdt-table table, .elementor-12268 .elementor-element.elementor-element-19c566fc .bdt-static-table .bdt-static-body-row-cell{text-align:center;justify-content:center;}.elementor-12268 .elementor-element.elementor-element-19c566fc .bdt-table table{border-style:solid;border-width:1px;border-color:#ccc;margin-bottom:1px;}.elementor-12268 .elementor-element.elementor-element-19c566fc .bdt-table td{background-color:#fff;border-style:solid;border-width:1px;border-color:#ccc;padding:0.5em 1em 0.5em 1em;}.elementor-12268 .elementor-element.elementor-element-19c566fc .bdt-table .dataTables_filter{margin-bottom:1px;}.elementor-12268 .elementor-element.elementor-element-153dcf5{--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;}@media(min-width:768px){.elementor-12268 .elementor-element.elementor-element-2894780d{--content-width:1280px;}.elementor-12268 .elementor-element.elementor-element-59710ff9{--width:80%;}.elementor-12268 .elementor-element.elementor-element-153dcf5{--width:50%;}}/* Start custom CSS for bdt-table, class: .elementor-element-19c566fc *//* 给表格一个基础样式，可自行调整 */
.parameter-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  color: #333;
}

/* 常规表格内容的表头与数据单元格 */
.parameter-table th,
.parameter-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

/* 小标题行的特殊样式 */
.sub-table-title {
  background-color: #122D6C;  /* 小标题背景色，可更换 */
  color: #fff;               /* 小标题文字颜色 */
  text-align: left;          /* 文本对齐方式 */
  padding: 12px;             /* 内边距，让文字更居中舒适 */
  font-size: 16px;           /* 字体大小 */
  font-weight: bold;         /* 加粗突出显示 */
  border: none;              /* 移除边框(可选) */
}/* End custom CSS */