td.table_a {
  word-break: break-all
}
.overview-contents{
  background: #F9F9FB;
  padding: 32px;
}
.overview-content{
  display: flex;
  font-family: Rubik Regular ;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
  margin-bottom: 24px;
}
.overview-contents :last-child{
  margin-bottom: 0;
}
.overview-content :first-child{
  width: 30%;
}
.overview-content .blue-text{
  color:#002E6C;
}
/* 加粗字体 */
strong {
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
}
.key-scheme{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #333;
  margin-bottom: 50px !important;
  margin-top:50px !important;
}
.key-scheme .span_strong{
  font-family: Rubik Bolder;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.que_answer.show .span_strong{
  font-family: Rubik Bolder;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.key-scheme a{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #0078FF;
}
/* faq */
/* FAQ */
.faq.banxin{
  margin-bottom: 50px !important;
}
.faq .title{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #002E6C;
  margin-bottom: 50px;
}
.faq .faq_content{
  border-bottom: 1px solid #D8E0E0;
  padding: 26px 0;
}
.faq .faq_contents .que_title{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq .faq_content .que_title .fold_icon{
  background-image: url("/uiFramework/commonResource/image/2025061322384023202.svg");
  width:32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.faq .faq_content .que_title .fold_icon.expanded{
  transform: rotate(180deg);
}
.faq .faq_content .que_answer{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  display: none;
}
.faq .faq_content .que_answer h3{
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  margin-bottom: 16px;
  margin-top:40px;
}
.faq .faq_content .que_answer ul li{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
  padding-left: 10px;
  position: relative;
}
.faq .faq_content .que_answer ol{
  margin-bottom: 40px;
}
.faq .faq_content .que_answer ol li{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  list-style: none !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.faq .faq_content .que_answer ul{
  margin-left: 20px;
}
.faq .faq_content .que_answer ul li::before{
  color: #333;
  font-size: 16px;
  content: "•";
   position: absolute;
   left: -10px;
}
.faq .faq_content .que_answer ul li.gray_text::before {
  color: #666;
}
.left-table p.gray_text {
  margin-bottom: 16px !important;
}
.faq .faq_content .que_answer a{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #0078FF;
}
.faq .faq_content .que_answer p{
  margin-bottom:1rem;
}
.faq .faq_content .que_answer.show{
  display: block;
  padding-top:1rem;
}
.faq .show_more{
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00B9F2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
  display: none;
}
.faq .show_more .more_fold_icon{
  background-image: url("/uiFramework/commonResource/image/2025041614250475722.png");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
/* 表格样式 */
table{
  border: 1px solid #D9D9D9 !important;
  width: 100%;
  margin: 40px 0 !important;
  border-collapse: separate !important; /* 必须设置，否则圆角失效 */
  border-spacing: 0 !important; /* 去除单元格间距 */
  border: 1px solid #D9D9D9;
  border-radius: 8px 8px 0 0; /* 左上 右上 右下 左下 */
  overflow: hidden; /* 确保圆角显示完整 */
}
table th{
  background: #F9F9FB;
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #002E6C;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  padding: 12px;
}

/* 情况1：普通单元格 - 最后一列无右边框 */
table tr th:not([colspan]):not([rowspan]):last-child,
table tr td:not([colspan]):not([rowspan]):last-child {
  border-right: none;
}

/* 情况2：合并列 - 最后一列无右边框 */
table tr th[colspan]:last-child,
table tr td[colspan]:last-child {
  border-right: none;
}

/* 情况3：既是合并行又是最后一列 */
table tr th[rowspan]:last-child,
table tr td[rowspan]:last-child {
  border-right: none;
}
/*添加右边框*/
.right_border{
  border-right: 1px solid #D9D9D9 !important;
}
.no_right_border{
  border-right: none !important;
}
.bottom_border{
  border-bottom: 1px solid #D9D9D9 !important;
}
.no_bottom_border{
  border-bottom: none !important;
}
table td{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #333333;
  padding: 12px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}
/* 注释 */
/* 注释 */
.invest_notes{
  padding: 32px;
  background: #F9F9FB;
  /*margin: 32px 0 40px;*/
  border-radius: 8px;
}
.invest_notes_title{
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
  margin-bottom: 24px;
}
.bottom{
  margin-bottom: 16px;
}
.invest_notes_content{
  font-family: 'Rubik Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333333;
}
.table-five th{
  border-top: none;
  border-left: none;
  border-right: none;
}
.table-five td{
  border-right: 1px solid #D9D9D9;
}
.left-table td{
  padding: 24px;
}
.left-table td{
  text-align: left;
}
.left-table td:first-child{
  border-right: 1px solid #D9D9D9;
}
.left-table p{
  margin-bottom: 8px !important;
}
/* 带tab table */
.tab_table {
  width: 100%;
  /*border-collapse: collapse;*/
  border: 1px solid #D9D9D9;
  margin: 20px auto 0;
}
.tab_table th, td {
  border-bottom: 1px solid #D9D9D9; /* 只保留行间分隔线 */
  padding: 12px 30px;
  font-family: Rubik Regular;
  text-align: center;
  color: #333333;
  text-align: center;
}

.tab_table th {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 11px !important;
  line-height: 17px !important;
  letter-spacing: 0%;
  text-align: center;
  color: #002E6C;
  border: none;
}
.tab_table td{
  /* border: 1px solid #D9D9D9; */
  padding: 12px 30px;
}
.tab_table thead {
  background-color: #f9f9f9;
}
.hidden {
  display: none;
}
.fixed-column {
  /* 固定第一列的样式 */
  /* color: #007BFF; */
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}
.tab-header{
  display: none;
}
.small_text{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.gray_text{
  font-family: Rubik Regular ;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #666;
}
tr.table_noborder th:first-child {
  border-right: none;
}
tr.table_noborder th:last-child {
  border-left: none;
}
td.table_td_border{
  border-left: 1px solid #D9D9D9;
}
.margin_bottom{
  margin-bottom: 10px;
}
.table_padding{
  padding: 8px 24px !important;
}
.no_margin_bottom{
  margin-bottom: 0 !important;
}
.faq .faq_content .que_answer p:last-child {
  margin-bottom: 0 !important;
}
li.gray_text {
  color: #666 !important;
}
.left-table{
  margin-top: 10px !important;
   margin-bottom: 0px !important;
}
.tab_table{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

table.table-five {
  margin-top: 10px !important;
  margin-bottom: 16px !important;
}
td[data-column="Investment Focus"] {
  text-align: left;
}
table tr:last-child td {
  border-bottom: none; /* 移除下边框 */
}
.mony-notes_content{
 font-size: 16px !important;
}
@media (max-width: 953px) {
.invest_notes_content,.small_text,.mony-notes_content{
font-size: 12px !important;
    line-height: 18px !important;
}
.invest_notes_title{
font-size: 14px;
    line-height: 20px;
}
.table-five td{
text-align: left;
}
.invest_notes{
padding: 15px;
}
.table-five th.hasborder{
border-right: 1px solid #D9D9D9;
border-left: 1px solid #D9D9D9;
}
  .banxin{
    width: 87% !important;
    margin: 0 24px !important;
  }
  .faq.banxin{
    margin-bottom: 24px !important;
  }
  .faq .faq_content{
    padding: 8px 0;
  }
.li_ol {
   margin-left: 0px;
}
  .faq .faq_content .que_answer ol li{
    margin-top: 0px;
        font-size: 12px;
        line-height: 18px;
  }
  .faq .faq_content .que_answer p{
    margin-bottom: 10px;
  }
  .faq .faq_content .que_answer.show table{
    margin-top: 8px !important;
    margin-bottom: 10px !important;
  }
  .faq .faq_content .que_answer p:last-child{
    margin-bottom: 0px;
  }
  .faq .faq_content .que_answer h3{
    margin-bottom: 4px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .faq .faq_content .que_answer ol{
    margin-bottom: 10px;
margin-top:-10px;
  }
  .faq .faq_content:last-child:has(.show) {
    border: none !important;
  }
  .overview-contents {
    background: none;
    padding:  0;
  }
  .overview-content{
    flex-direction: column;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 12px;
  }
  .overview-content:last-child{
    border-bottom: none;
  }
  .overview-content{
    font-size: 12px;
    line-height: 18px;
  }
  .overview-content .blue-text{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .overview-content :first-child{
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
  }
  .key-scheme{
    font-size: 14px;
    line-height: 20px;
    margin-top: 32px !important;
    margin-bottom: 24px !important;
  }
  .key-scheme .span_strong{
    font-size: 14px;
    line-height: 20px;
  }
  .que_answer.show .span_strong{
    font-size: 12px;
    line-height: 18px;
  }
  .key-scheme a{
    font-size: 14px;
    line-height: 20px;
  }
  .faq .faq_contents .que_title{
    font-size: 14px;
    line-height: 18px;
  }
  .faq .faq_content .que_answer ul li,.faq .faq_content .que_answer,.faq .faq_content .que_answer a,table td,strong,.gray_text{
    font-size: 12px;
    line-height: 18px;
  }
  .tab-header{
    height: 60px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* 启用弹性滚动 */
    scrollbar-width: none; /* 隐藏 Firefox 滚动条 */
    margin: 10px auto 0;
    border: 1px solid #D9D9D9;
    width: 100vw; /* 占满视窗宽度 */
    margin-left: calc(-50vw + 50%) !important;
    position: relative;
    left: 0;
    table-layout: fixed;
  }
  .tab-header .tab{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 0%;
    text-align: center;
    /* flex:1; */
    border-right: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002E6C;
    cursor: pointer;
    flex-shrink: 0;
    scroll-snap-align: start;
    max-width: 155px;
    padding: 0 22px;
  }
  .tab-header :last-child{
    max-width: 180px;
  }
  .tab-header .tab.active{
    background: #00B9F2;
    color: #fff;
  }
  .tab_table{
    width: 100vw; /* 占满视窗宽度 */
    margin-left: calc(-50vw + 50%) !important;
    position: relative;
    left: 0;
    table-layout: fixed;
    margin-top: 0 !important;
  }
  .tab_table th:not(.fixed-column),
  .tab_table td:not(.fixed-column) {
    display: none;
  }
  .tab_table th[data-column].active-column,
  .tab_table td[data-column].active-column {
    display: table-cell;
  }
  .tab_table .fixed-column.active-column{
    text-align: left !important;
    font-size: 12px;
    line-height: 18px;
  }
  .tab_table .active-column{
    text-align: right !important;
    font-size: 14px;
    line-height: 20px;
  }
  .tab_table th, td,.tab_table td{
    padding: 12px 15px;
  }
  table{
    width: 100vw; /* 占满视窗宽度 */
    margin-left: calc(-50vw + 50%) !important;
    position: relative;
    left: 0;
    border-radius:0; /* 左上 右上 右下 左下 */
    border: none;
    /*table-layout: fixed;*/
    
  }
  .left-table td{
    padding:24px 8px;
  }
  .table_padding{
    padding: 8px !important;
  }
}