.elementor-5005 .elementor-element.elementor-element-82a0d41{--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;--margin-top:0px;--margin-bottom:150px;--margin-left:0px;--margin-right:0px;}.elementor-5005 .elementor-element.elementor-element-111de59{font-family:"Roboto", Sans-serif;}.elementor-5005 .elementor-element.elementor-element-9578e46{--spacer-size:50px;}.elementor-5005 .elementor-element.elementor-element-bb41e2c .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:28px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-5005 .elementor-element.elementor-element-e361d9f{font-family:"Roboto", Sans-serif;}.elementor-5005 .elementor-element.elementor-element-6a60c03{--spacer-size:50px;}.elementor-5005 .elementor-element.elementor-element-b997155 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:28px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-5005 .elementor-element.elementor-element-670435b{font-family:"Roboto", Sans-serif;}.elementor-5005 .elementor-element.elementor-element-b4ab8d4 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:28px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-5005 .elementor-element.elementor-element-b1f738f{font-family:"Roboto", Sans-serif;}.elementor-5005 .elementor-element.elementor-element-00ee713{--spacer-size:50px;}.elementor-5005 .elementor-element.elementor-element-8df11ea .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:28px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-5005 .elementor-element.elementor-element-18e0478 .uael-faq-container > .uael-faq-accordion:not(:last-child){margin-bottom:15px;}.elementor-5005 .elementor-element.elementor-element-18e0478 .uael-faq-wrapper .uael-faq-container .uael-faq-accordion{border-style:none;}.elementor-5005 .elementor-element.elementor-element-18e0478 .uael-faq-accordion .uael-accordion-title .uael-question-span, .elementor-5005 .elementor-element.elementor-element-18e0478 .uael-faq-accordion .uael-accordion-title .uael-accordion-icon{font-size:20px;}.elementor-5005 .elementor-element.elementor-element-18e0478 .uael-faq-accordion .uael-accordion-title{background-color:#F0F0F07A;padding:12px 12px 12px 12px;}.elementor-5005 .elementor-element.elementor-element-18e0478 .uael-faq-accordion .uael-accordion-title.uael-title-active{background-color:#F0F0F0;}.elementor-5005 .elementor-element.elementor-element-18e0478 .uael-faq-accordion .uael-accordion-content{background-color:#FCFCFC;padding:12px 12px 12px 12px;}.elementor-5005 .elementor-element.elementor-element-18e0478 .uael-faq-accordion.elementor-grid-item{background-color:#FCFCFC;}.elementor-5005 .elementor-element.elementor-element-18e0478 .uael-faq-wrapper .uael-accordion-title .uael-accordion-icon{font-size:14px;}.elementor-5005 .elementor-element.elementor-element-18e0478 .uael-faq-wrapper .uael-accordion-title .uael-accordion-icon svg{height:14px;width:14px;}.elementor-5005 .elementor-element.elementor-element-18e0478 .uael-accordion-icon.uael-accordion-icon-left{margin-right:17px;}.elementor-5005 .elementor-element.elementor-element-18e0478 .uael-accordion-icon.uael-accordion-icon-right{margin-left:17px;}/* Start custom CSS for text-editor, class: .elementor-element-e361d9f *//* 表格在手机端自动横向滚动 */
.responsive-table {
  overflow-x: auto;
  width: 100%;
}

.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.responsive-table th,
.responsive-table td {
  word-wrap: break-word;
  white-space: normal;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 1.6; /* ✅ 设置行高 */
}

/* ✅ 从第一行开始的跳格换色 */
.responsive-table tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.responsive-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

/* ✅ 表头样式 */
.responsive-table thead tr {
  background-color: #eee;
  font-weight: bold;
}

/* ✅ 设置列宽：一共 5 列，第一列短一些 */
.responsive-table th:nth-child(1),
.responsive-table td:nth-child(1) {
  width: 12%;   /* 第一列短 */
}

.responsive-table th:nth-child(2),
.responsive-table td:nth-child(2),
.responsive-table th:nth-child(3),
.responsive-table td:nth-child(3),
.responsive-table th:nth-child(4),
.responsive-table td:nth-child(4),
.responsive-table th:nth-child(5),
.responsive-table td:nth-child(5) {
  width: 22%;   /* 其余四列平均分配 */
}

/* ✅ 移动端优化 */
@media (max-width: 767px) {
  .responsive-table table {
    table-layout: fixed;
  }
  .responsive-table th,
  .responsive-table td {
    font-size: 14px;
  }
}/* End custom CSS */