.eMpf_content{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #333333;
  padding-top: 40px;
}
/* 加粗字体 */
strong {
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
}
.eMpf_content h2{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #002E6C;
  margin:40px 0;
}
.eMpf_content h3{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #002E6C;
  margin-bottom: 16px;
}
.eMpf_content p{
  margin-bottom: 16px;
}
.eMpf_content p:first-child{
  margin-bottom: 40px;
}
.empf_table{
  border: 1px solid #D9D9D9;
  display: block;
}
.empf_table th, td {
  border-bottom: 1px solid #D9D9D9; /* 只保留行间分隔线 */
  padding: 12px 0;
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #333333;
  text-align: center;
}
.empf_table td{
  border-bottom: 1px solid #D9D9D9;
  padding: 16px 32px;
  text-align: center;
}
.empf_table th {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #002E6C;
  padding: 16px 32px;
}
.empf_table thead {
  background-color: #F9F9FB;
}
.empf_table_bold_text{
  font-family:  Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333333;
}
.empf_table_text{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #333333;
}
.qr_code_contents{
  display: flex;
  justify-content: center;
  gap:40px;
}
.qr_code_content{
  margin-top: 12px;
}
.qr_code_content img{
  width: 100px;
  height: 100px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.empf_table_text a{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0%;
  text-align: center;
  color: #007BFF !important;
}
.eMpf_content a{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #007BFF !important;
}
.empf_table td:first-child{
  width: 40%; /* 第一列右边框 */
  text-align: left;
}
/* 移动端表格样式 */
.empf_mobile_table{
  display: none;
}
.empf_btn{
  padding: 10px 16px;
  border-radius: 4px;
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FCFCFC;
  background: #00B9F2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  box-sizing: border-box;
  margin-bottom: 74px;
  margin-top: 40px;
}
@media (max-width: 953px) {
  .empf_table{
    display: none;
  }
  .empf_mobile_table{
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    margin-bottom: 12px;
    display: block;
    font-size: 12px;
    line-height: 18px;
    width: 100vw; /* 占满视窗宽度 */
    margin-left: calc(-50vw + 50%) !important;
  }
  .empf_mobile_table tr{
    /* //padding: 8px 20px; */
    border-bottom: 1px solid #D9D9D9;
  }
  .empf_mobile_table td:first-child{
    width: 20%;
    color: #002E6C;
    background: #F9F9FB;
    font-size: 12px;
    line-height: 18px;
    padding:0 10px;
  }
  .empf_mobile_table td:last-child{
    width: 80%;
  }
  .qr_code_contents{
    width: 100%;
    gap:12px;
  }
  .empf_table_bold_text,.empf_table_text{
    font-size: 12px;
    line-height: 18px;
    padding: 8px;
  }
  .empf_table_text a{
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .eMpf_content,.eMpf_content a{
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
  }
  strong {
    font-size: 14px;
    line-height: 20px;
  }
  .empf_table_bold_text{
    padding-top: 6px;
  }
  /* 默认样式：适用于手机或中小屏幕 */
  .eMpf_content h2 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin:16px 0;
  }

  .eMpf_content h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .empf_btn{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top:16px;
    margin-bottom:24px;
  }
  .eMpf_content p,.eMpf_content p:first-child{
    margin-bottom: 8px;
  }
}

/* 针对大屏设备（例如宽度大于等于 1024px） */
@media (min-width: 1024px) {
  .eMpf_content h2 {
    font-size: 36px; /* 大屏设备上 h2 字体大小为 36px */
    line-height: 44px; /* 根据需要调整 line-height */
  }

  .eMpf_content h3 {
    font-size: 24px; /* 大屏设备上 h3 字体大小为 24px */
    line-height: 32px; /* 根据需要调整 line-height */
  }
  .empf_table th{
    background:#F9F9FB}
}