.contentBox {
  max-width: 1200rem;
  margin-inline: auto;
}
.funding_header {
  background: #ebebeb;
  padding-top: 110rem;
  min-height: 560rem;
  gap: 247rem;
  padding-left: calc(50vw - 600rem);
}
.funding_main {
  padding-top: 50rem;
  flex: 0 0 588rem;
}

.funding_title {
}
.funding_desc {
  color: var(--ebc-text-secondary);
  margin: 24rem 0 64rem;
}
.fundingJPTable{
  max-width: 100%;
}
@media screen and (min-width: 996px) {
  html {
    height: auto !important;
    min-height: auto !important;
  }
  .ar .funding_header {
  padding-left: unset;
  padding-right: calc(50vw - 600rem);

  }
  .ru .funding_desc ,
  .ar .funding_desc ,
  .es .funding_desc ,
  .id .funding_desc ,
  .pt .funding_desc ,
  .en .funding_desc ,
  .ug .funding_desc {
    margin-bottom:32rem;
  }
  .id .funding_header ,
  .ru .funding_header {
    gap:167rem;
  }
  .mn .funding_header {
    gap:67rem
  }
  .th .funding_header{
    gap:107rem;
  }
.mn .funding_main {
  flex: 0 0 768rem
}
.th .funding_main {
  flex:0 0 728rem;
}
.id .funding_main ,
.ru .funding_main {
  flex: 0 0 668rem;
}
  .es .funding_header {
    gap:77rem;
  }
.es .funding_main {
  flex: 0 0 758rem;

}
}
.funding_btn {
  width: fit-content;
  min-width: 180rem;
}

.funding_model {
  height: 345rem;
}
.icon-right {
  display: inline-block;
  margin-left: 5rem;
}
@media screen and (max-width: 996px) {
   .ar .funding_model{
    margin-right: 100rem;
  }
  .fundingJPTable{
  order: 2;
  }
  .contentBox {
    padding-inline: 32rem;
    max-width: 100%;
  }
  #page-navigate {
    background: #fff !important;
  }
  section {
    padding-inline: 32rem !important;
  }
  .funding_header {
    flex-direction: column;
    gap: 0;
    align-items: center;
    padding-bottom: 80rem;
    padding-top: 0;
    overflow: hidden;
  }
  .funding_main {
    order: 2;
    text-align: center;
    padding-top: 30rem;
    flex-basis: unset;
    width: 100%;
  }
  .funding_model {
    height: 468rem;
    margin-left: 85rem;
    margin-top: 80rem;
    margin-bottom: 40rem;
  }
  .funding_desc {
    margin: 16rem 0 64rem;
  }
  .funding_btn {
    width: 100%;
    gap: 8rem;
  }
}

.funding-advantage {
  padding-bottom: 40rem;
  background: #fff;
}
.funding-advantage_cardList {
  padding: 32rem;
  border-radius: var(--ebc-corner-radius-rc16);
  border: 1px solid #fff;
  background: linear-gradient(
    250deg,
    rgba(255, 255, 255, 0.8) 36.88%,
    #fff 100%
  );
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  transform: translateY(-70rem);
}
.funding-advantage_card {
  flex: 1;
  text-align: center;
}
.funding-advantage_card svg {
  width: 64rem;
}
.funding-advantage_cardTip {
  margin: 16rem 0 8rem;
}
.funding-advantage_cardDesc {
  color: var(--ebc-text-secondary);
}
.funding-advantage_cardSplitLine {
  width: 1px;
  height: 64rem;
  background: rgba(0, 0, 0, 0.08);
  margin-inline: 32rem;
}

@media screen and (max-width: 996px) {
   html {
    height: auto !important;
    min-height: auto !important;
  }
  .funding-advantage {
    padding: 80rem 32rem 160rem;
  }
  .funding-advantage h2 {
    text-align: center;
  }
  .funding-advantage .funding-advantage_cardList {
    flex-wrap: wrap;
    gap: 32rem;
    background: none;
    box-shadow: none;
    padding: 0;
    margin-top: 80rem;
    transform: translateY(0);
    backdrop-filter: unset;
    align-items: stretch !important;
  }
  .funding-advantage_card {
    flex: 0 0 325rem;
    padding: 32rem;
    text-align: left;
    border-radius: var(--ebc-corner-radius-rc16);
    background: var(--ebc-neutral-bg_b);
  }
  .funding-advantage_card:nth-child(5) {
    flex: 1;
  }
  .funding-advantage_card svg {
    width: 64rem;
    height: 64rem;
  }
  .funding-advantage_cardTip {
    margin: 32rem 0 16rem;
  }
}

.funding-solution {
  background: #fff;
  padding-bottom: 120rem;
}
.funding-solution_desc {
  color: var(--ebc-text-secondary);
  margin: 16rem auto 60rem;
}
.funding-solution_logoList {
  padding-inline: calc(50vw - 610rem);
  margin-inline: auto;
  position: relative;
}
.funding-solution_logoListRowLine {
  position: absolute;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.2) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.3
}
.funding-solution_logoItem .funding-solution_logoItemCorner {
  width: 7rem !important;
  height: 7rem;
  opacity: 0.5;
}
.solution_logoItemAddTopLeft {
  position: absolute;
  left: 0rem;
  top: -3rem;
}
.solution_logoItemAddTopRight {
  position: absolute;
  right: -7rem;
  top: -3rem;
}
.solution_logoItemAddBottomLeft {
  position: absolute;
  left: 0rem;
  bottom: -5rem;
}
.solution_logoItemAddBottomRight {
  position: absolute;
  right: -7rem;
  bottom: -5rem;
}
.funding-solution_logoListRowLine:nth-child(9) {
  top: 0;
}
.funding-solution_logoListRowLine:nth-child(10) {
  top: 223rem;
}
.funding-solution_logoListRowLine:nth-child(11) {
  top: 446rem;
}
@media screen and (min-width: 996px) {
.funding-solution_logoListRowLine:nth-child(18),
.funding-solution_logoListRowLine:nth-child(17) {
  display: none;
}
  
}
.funding-solution_logoListColumnLine {
  position: absolute;
  width: 1px;
  height: 690rem;
  opacity: 0.3;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.2) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  top: -120rem;
  left: 0;
}
.funding-solution_logoListColumnLine:nth-child(12) {
  left: calc(50vw - 600rem);
}
.funding-solution_logoListColumnLine:nth-child(13) {
  left: calc(50vw - 300rem);
}
.funding-solution_logoListColumnLine:nth-child(14) {
  left: 50vw;
}
.funding-solution_logoListColumnLine:nth-child(15) {
  left: calc(50vw + 300rem);
}
.funding-solution_logoListColumnLine:nth-child(16) {
  left: calc(50vw + 600rem);
}

.funding-solution_logoItem {
  flex: 0 0 300rem;
  height: 223rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.funding-solution_logoItem:nth-child(1) img {
  width: 180rem;
}
.funding-solution_logoItem:nth-child(2) img {
  width: 220rem;
}
.funding-solution_logoItem:nth-child(3) img {
  width: 95rem;
}
.funding-solution_logoItem:nth-child(4) img {
  width: 150rem;
}
.funding-solution_logoItem:nth-child(5) img {
  width: 140rem;
}
.funding-solution_logoItem:nth-child(6) img {
  width: 199rem;
}
.funding-solution_logoItem:nth-child(7) img {
  width: 182rem;
}
.funding-solution_logoItem:nth-child(8) img {
  width: 112rem;
}
/* .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  cursor: pointer;
}
.grayscale:hover {
  filter: none;
} */

@media screen and (max-width: 996px) {
  .solution_logoItemAddBottomLeft{
    left: -6rem;
    bottom:-4rem;
  }
  .funding-solution {
    padding: 0 0 160rem !important;
  }
  .funding-solution_desc {
    margin: 16rem auto 80rem;
  }
  .funding-solution_logoListRowLine:nth-child(17) {
    top: 668rem;
  }
  .funding-solution_logoListRowLine:nth-child(18) {
    top: 895rem;
  }
  .funding-solution_logoListColumnLine:nth-child(12) {
    left: 75rem;
  }
  .funding-solution_logoListColumnLine:nth-child(13) {
    left: 375rem;
  }
  .funding-solution_logoListColumnLine:nth-child(14) {
    left: 675rem;
  }
  .funding-solution_logoListColumnLine {
    height: 1080rem;
    top: -60rem;
  }
  .funding-solution_logoListColumnLine:nth-child(15),
  .funding-solution_logoListColumnLine:nth-child(16) {
    display: none;
  }
  .funding-solution_logoItem .funding-solution_logoItemCorner {
    width: 12rem !important;
    height: 12rem;
  }
  .solution_logoItemAddTopLeft {
    left: -4rem;
    top: -7rem;
  }
  .solution_logoItemAddTopRight {
    right: -7rem;
    top: -7rem;
  }
  .solution_logoItemAddBottomRight {
    right: -7rem;
    bottom: -7rem;
  }
  .grayscale {
    filter: none;
  }
}

.funding-protect {
  background: var(--ebc-neutral-bg_b);
  padding: 120rem 0;
}

.funding-protect_desc {
  color: var(--ebc-text-secondary);
  margin: 16rem 0 60rem;
}
.funding-protect .funding-protect_cardList {
  gap: 24rem;
  align-items: stretch;
}
.funding-protect_card {
  background: var(--ebc-neutral-bg_a);
  border-radius: var(--ebc-corner-radius-rc16);
  padding: 40rem 32rem 34rem;
}
.funding-protect_cardDesc {
  margin: 16rem 0;
  color: var(--ebc-text-secondary);
}
.funding-protect_cardLogoList {
  height: 104rem;
  margin-top: auto;
  gap: 68rem;
}
.funding-protect_card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.funding-protect_cardLogo1 {
  width: 272rem;
}
.funding-protect_cardLogo2 {
  width: 107rem;
}
.funding-protect_cardLogo3 {
  width: 72rem;
}
.funding-protect_cardLogo4 {
  width: 140rem;
}
.funding-protect_cardBtn {
  width: fit-content;
  display: inline-block;
}
.funding-protect_cardBtn div {
  border: 0 !important;
  padding-inline: 0;
}
@media screen and (max-width: 996px) {
  .funding-protect {
    padding: 160rem 0;
  }
  .funding-protect_desc {
    margin: 16rem 0 80rem;
  }
  .funding-protect .contentBox {
    padding-inline: 0;
  }
  .funding-protect_cardList {
    gap: 32rem;
  }
  .funding-protect_card {
    position: relative;
    padding: 48rem 32rem;
    min-height: 480rem;
  }
  .funding-protect_cardDesc {
    margin: 32rem 0 60rem;
  }
  .zh .funding-protect_cardBtn {
    position: absolute;
    right: 32rem;
    top: 30rem;
    margin-top: 0;
  }
   .funding-protect_cardBtn {
    position:static;
    margin-bottom: 30rem;
    margin-top: -20rem;
  }
  .funding-protect_cardLogoList {
    gap: 40rem;
  }
  .funding-protect_cardLogo1 {
    width: 402rem;
  }
  .funding-protect_cardLogo2 {
    width: 156rem;
  }
  .funding-protect_cardLogo3 {
    width: 106rem;
  }
  .funding-protect_cardLogo4 {
    width: 206rem;
  }
}

.funding-way {
  padding: 120rem 0;
  background: var(--ebc-neutral-bg_a);
}
.funding-way_btn {
  min-width: 180rem;
  width: fit-content;
}
.funding-way_desc {
  color: var(--ebc-text-secondary);
  margin: 16rem 0 60rem;
}
.funding-way_table{
  border-radius: var(--ebc-corner-radius-rc16);
  border: 1px solid  rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.funding-way_table table{
  width: 1200rem;
}
.funding-way_table table .thead{
  background:var(--ebc-neutral-bg_c);
}
.funding-way_table table td,
.funding-way_table table .thead th{
  padding:24rem 0;
  min-height: 72rem;
}
.funding-way_table table .thead th{
  font-weight: 500;
}
.funding-way_table table td,
.funding-way_table table th{
  text-align: center;
  vertical-align: middle;
}
.funding-way_table table th,
.funding-way_table table td{
  border-bottom:1px solid rgba(0, 0, 0, 0.12);
  border-right:1px solid rgba(0, 0, 0, 0.12)
}
.funding-way_table table tr:nth-child(1) td:last-child,
.funding-way_table table tr:last-child td{
  border-bottom: 0;
}
.funding-way_table table tr td:nth-child(3),
.funding-way_table table tr:nth-child(1) td:last-child{
  font-size: 16rem;
  font-weight: 500;
}
.funding-way_table table tr td:nth-child(3){
  color: var(--ebc-basecolor-active-500);
}
.funding-way_table table .innerTd{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:8rem;
  padding-left: 35rem;
  text-align: left;
}
.zh .funding-way_table table .innerTd{
  justify-content: center
}
.zh .funding-way_table table th:nth-child(1){
  text-align: center;
  padding-inline: 10rem;
}
.funding-way_table table .innerTd svg{
  width: 24px;
  height: 24px;
}
.funding-way_table table td:nth-child(1),
.funding-way_table table th:nth-child(1){
  width: 160rem;
}
.funding-way_table table td:nth-child(2),
.funding-way_table table th:nth-child(2){
  width: 400rem;
}
.funding-way_table table td:nth-child(3),
.funding-way_table table th:nth-child(3){
  width: 212rem;
}
.funding-way_table table td:nth-child(4),
.funding-way_table table th:nth-child(4){
  width: 212rem;
}
.funding-way_table table td:nth-child(5),
.funding-way_table table th:nth-child(5){
  width: 210rem;
}
@media (min-width:996px){
  .vi .funding-way_table table td:nth-child(1),
.vi .funding-way_table table th:nth-child(1){
  width: 260rem;
}
.vi .funding-way_table table td:nth-child(2),
.vi .funding-way_table table th:nth-child(2){
  width: 300rem;
}

  .kr .funding-way_table table td:nth-child(1),
.kr .funding-way_table table th:nth-child(1){
  width: 200rem;
}
.kr .funding-way_table table td:nth-child(2),
.kr .funding-way_table table th:nth-child(2){
  width: 360rem;
}

 .funding-way_table table th:nth-child(1){
  text-align: left;
  padding-left: 35rem;
}
.th .funding-way_table table td:nth-child(2),
.th .funding-way_table table th:nth-child(2),
.enTable .funding-way_table table td:nth-child(2),
.enTable .funding-way_table table th:nth-child(2){
  width: 280rem;
}
.th .funding-way_table table td:nth-child(1),
.th .funding-way_table table th:nth-child(1),
  .enTable .funding-way_table table td:nth-child(1),
.enTable .funding-way_table table th:nth-child(1){
  width: 270rem;
}
.th .funding-way_table table td:nth-child(5),
.th .funding-way_table table th:nth-child(5),
 .enTable .funding-way_table table td:nth-child(5),
.enTable .funding-way_table table th:nth-child(5){
  width: 230rem;
}
.th .funding-way_table table tr:nth-child(1) td:last-child{
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.th .funding-way_table table tr:nth-child(2) td:last-child{
  border: 0;
}
.ar .funding-way_table table th:nth-child(1){
  text-align: right;
  padding-right: 35rem;
}
.funding-way_table table .innerTd{
  padding-right: 35rem;
}
}
.funding-way_tableFooter{
  color:var(--ebc-text-tertiary);
  margin:24rem 0 60rem;
  padding-left:35rem;
  text-align: left;
  width: 100%;
}
@media (max-width: 996px) {
  
  .funding-way {
    padding: 160rem 0;
  }
  .funding-way .contentBox {
    padding-inline: 32rem;
    margin-inline:0;
  }
  .funding-way_desc {
    margin: 16rem 0 80rem;
  }
  .funding-way_btn {
    min-width: 240rem;
  }
  .funding-way_btn div {
    font-size: 28rem;
    height: 80rem;
    line-height: 0rem;
  }
  .tableOverflowScrollContainer{
    position:relative
  }
  .tableOverflowScrollContainer,.funding-way_tableFooter{
    order:2;
  }
  .funding-way_btn{
    margin-bottom: 80rem;
  }
  .funding-way_tableFooter{
    margin:48rem 0 0;
  }
    .corner-mask {
        position: absolute;
        left: 0rem;
        top:-2%;
        width: 40px;
        height: 104%;
        background: #fff;
        z-index: 2;
        pointer-events: none;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .funding-way_table table{
      width: fit-content;
    }
    table thead{
        flex:0 0 240rem;
        border:0;
        position: sticky;
        left:32rem;
        z-index:3;
        background:none;
    }
  
    table,
    table tbody{
        display:flex;
    }
    .funding-way_table{
      overflow:unset;
      border:0;
    }
    .funding-way_table table th{
      font-weight: 500;
    }
    .funding-way_table table .thead th,
    .funding-way_table table tbody td{
      display:flex;
      justify-content: center;
      text-align: center;
      align-items: center;
      box-sizing: border-box;
      height: 140rem;
    }
    .funding-way_table table tbody td{
      justify-content: center;;
    }
    .funding-way_table table .innerTd{
      gap:16rem;
      padding-left: 0;
      white-space: nowrap;
    }
    .funding-way_table table tr td:nth-child(3){
      font-size: 32rem;
      font-weight: 500;
    }
    .funding-way_table table th{
      width:fit-content!important;
      min-width: 240rem;
      justify-content: center;
    }
    .funding-way_table table td{
      width:100%!important;
      min-width: 400rem;
      text-align: center;

    }
    .vi .funding-way_table table th{
    min-width: 300rem;
  }
     table tr{
        display:flex;
        flex-direction:column;
    }
  
    table,tbody{
        width:fit-content;
    }
       .scrollTable{
        overflow:auto;
        max-width: 95vw;
    }
    .scrollTable::-webkit-scrollbar {
        display:none;
    }
    .funding-way_table{
        width:fit-content;
        max-width:unset!important;
        overflow:auto;
        margin:0;
        overflow-x:auto;
        border: 0;
        border-radius: 32rem;
        /* position:relative; */
        overflow:visible;
        /* margin-right: 32rem!important; */
    }
    .funding-way_table table tr:nth-child(1) td:last-child{
      font-size: 28rem;
      font-weight: 400;
    }
     .funding-way_table table td{
      justify-content: center;
      padding-inline:32rem;
     }
     .funding-way_table table th{
      padding-inline: 32rem!important;
     }
     .enTable  .funding-way_table table th{
      padding-inline:24rem!important;
      line-height: 36rem;
     }
     .enTable .funding-way_table table .thead th,  .enTable .funding-way_table table tbody td{
      height: 170rem;
     }
    .funding-way_table table th:first-child, .funding-way_table table td:first-child {
          border-top: 1px solid rgba(0, 0, 0, 0.12)!important;
    }
    .funding-way_table table th{
      border-left: 1px solid rgba(0, 0, 0, 0.12)!important;
    }
    .funding-way_table table th, .funding-way_table table td {
          border-bottom: 1px solid rgba(0, 0, 0, 0.12)!important;
          border-right: 1px solid rgba(0, 0, 0, 0.12)!important;
    }
    .funding-way_table table th:first-child{
      border-top-left-radius: 32rem;
    }
    .funding-way_table table th:last-child{
      border-bottom-left-radius: 32rem;
    }
    .funding-way_table table tr:last-child td:first-child{
      border-top-right-radius: 32rem;
    }
    .funding-way_table table tr:last-child td:last-child{
      border-bottom-right-radius: 32rem;
    }
    .funding-way_table table .thead{
      background: transparent;
    }
    .funding-way_table table .thead th{
      background:var(--ebc-neutral-bg_c);
    }
  table::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: rgba(0,0,0,.12);
  transform: scaleY(0.5); /* 根据设备像素比调整，可以是0.5, 0.33等 */
}
  table th::after{
        content: '';
        position: absolute;
        top: 0;
        right: -8px;
        width: 8px;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.04), transparent);
        pointer-events: none;
   }
   
   .noScroll table th::after{
    display:none;
   }
   /* 伪滚动条容器 */
 .fake-scrollbar {
  position: absolute;
  left: 32rem;
  right: 32rem;
  bottom: -40rem;
  height: 4px;
  background: rgba(0, 0, 0, .1);
  border-radius: 2px;
  pointer-events: none;                /* 只看不点 */
}
/* 伪滑块 */
 .fake-thumb {
  height: 100%;
  background: rgba(0, 0, 0, .4);
  border-radius: 2px;
  width: 0;                            /* js 动态算 */
  transition: width .2s;
}
.funding-way_tableFooter{
  margin-top: 90rem;
}
.ar .funding-way_table table tr th{
  border-left:0!important
}
.ar .funding-way_table table tr th:first-child{
  border-top-left-radius: 0;
  border-top-right-radius: 32rem;
}
.ar .funding-way_table table tr th:last-child{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 32rem;
}
.ar .funding-way_table table tr:last-child td:first-child{
  border-top-right-radius: 0;
  border-top-left-radius: 32rem;
  border-top:1px solid rgba(0, 0, 0, 0.12)
}
.ar .funding-way_table table tr:last-child td:last-child {
        border-bottom-right-radius: 0rem;
        border-bottom-left-radius: 32rem;
    }
.ar .funding-way_table table tr:last-child td{
  border:1px solid rgba(0, 0, 0, 0.12);
  border-top:0;
}

.ar table thead{
  position: absolute;
  right:32rem;
  left: unset;
  width: 240rem;
}
.ar table {
  padding-right:240rem;
}
.ar .funding-way_table{
  margin-right: unset!important;
  margin-left: 32rem!important;
}
.ar .corner-mask{
  left: unset;
  right:0;
  width: 45px;  
}
.ar table th::after{
  right: unset;
  left: -3px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.04), transparent);
}
}

.container4 {
  padding: 120rem 0;
  background: var(--ebc-neutral-bg_b);
  text-align: center;
}
.container4 .QA-list {
  margin-top: 60rem;
}
.container4 .QA-list .QA-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 24rem;
}
.container4 .QA-list .QA-item .QA-title span:first-child {
  display: inline;
}
.container4 .QA-list .QA-item .QA-title span:nth-child(2) {
  display: none;
}
.container4 .QA-list .QA-item.showList .QA-title span:first-child {
  display: none;
}
.container4 .QA-list .QA-item.showList .QA-title span:nth-child(2) {
  display: inline;
}
.container4 .QA-list .QA-item .QA-content {
  height: 0;
  overflow: hidden;
}
.container4 .QA-list .QA-item.showList .QA-content {
  height: auto;
}
.container4 .QA-list .QA-title {
  text-align: left;
  display: flex;
  cursor: pointer;
}
.ar .container4 .QA-list .QA-title span {
  margin-left: unset;
  margin-right: auto;
}
.container4 .QA-list .QA-title span {
  margin-left: auto;
  font-size: 28rem;
}
.container4 .QA-list .QA-li {
  text-align: left;
  color: var(--ebc-text-secondary);
  position: relative;
  /* padding-left: 18rem;  */
  margin-top: 10rem;
}
.container4 .QA-list .QA-li:first-child {
  margin-top: 24rem;
}
.num-li {
  padding-left: 4rem;
}
.container4 .QA-list .QA-li.num-li{
  padding-left: 18rem;
}
.container4 .QA-list .QA-li.num-li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 14rem; /* 根据 line-height 调整，使其在第一行中间 */
  transform: translateY(-50%);
  font-size: 16rem;
  line-height: 0;
  color:var(--ebc-text-secondary)
}
@media (max-width: 996px) {
  .container4 {
    padding: 160rem 32rem;
  }
  .container4 .contentBox {
    padding-inline: 0;
  }
  .container4 .QA-list {
    margin-top: 80rem;
  }
  .container4 .QA-list .QA-item {
    padding: 40rem 0;
  }
  .container4 .QA-list .QA-title span {
    font-size: 42rem;
  }
  .container4 .QA-list .QA-li.num-li{
    padding-left: 32rem;
  }
  .container4 .QA-list .QA-li {
    margin-top: 25rem;
  }
  .container4 .QA-list .QA-li:first-child {
    margin-top: 40rem;
  }
    .container4 .QA-list .QA-li.num-li::before {
  top: 24rem; /* 根据 line-height 调整，使其在第一行中间 */
  transform: translateY(-50%);
  font-size: 32rem;
}
}
