.elementor-kit-6{--e-global-color-primary:#C79D48;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C79D48;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--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;background-color:#000000;}.elementor-kit-6.el-is-editing{--global-palette1:#2B6CB0;--global-palette2:#215387;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{line-height:47px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */.elementor-kit-6 h2 {
    line-height: 36px;
    margin-top: 50px;
}
.elementor-kit-6 a{
    color: red;
}


/* 设置表格整体样式 */  
table {  
    border-collapse: collapse; /* 合并边框 */  
    width: 100%;               /* 表格宽度 */  
    /* 注意：这里不再设置外边框，因为通常我们只关心单元格边框 */  
}  
  
/* 设置单元格边框为白色 */  
table tbody td,  
table thead th { /* 假设您使用thead来包含首行 */  
    border: 1px solid white;   /* 单元格边框 */  
    padding: 8px;              /* 单元格内填充 */  
}  
  
/* 可选：移除表格内部的水平边框重叠（如果需要） */  
table tbody tr td:first-child {  
    border-left: 1px solid white; /* 首个单元格的左边框 */  
}  
  
table tbody tr:last-child td {  
    border-bottom: 1px solid white; /* 最后一行单元格的底边框 */  
}  
  
/* 设置首行字体颜色为金色 */  
table thead tr th { /* 假设首行在thead中 */  
    color: #FFD700; /* 金色 */  
    background-color: #f0f0f0; /* 可选：为背景设置一个颜色以突出金色字体 */  
    text-align: left; /* 可选：设置文本对齐方式 */  
    padding: 8px;    /* 与td的填充保持一致 */  
}  
  
/* 可选：为tbody设置背景色以突出边框 *//* End custom CSS */