.mpf-modal-overlay .mpf-modal-content h2:first-child{
margin-top: 0px !important;
}
/* tab */
.no_wrap{
white-space: nowrap;
}
.bannerTitle {
    position: absolute !important;
    top: 42% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
}
.mpf_tabs{
display: flex;
align-items: center;
justify-content: space-between;
height: 98px;
margin: -49px auto 0 !important;
box-shadow: 0px 20px 40px 0px #10182814;
background: #fff;
padding: 16px 33px;
box-sizing: border-box;
position: sticky;
top: 0;
z-index: 100;
}
.mpf_tabs .tab_group{
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
}
.mpf_tabs .tab_group .tab{
flex: 1;
font-family: Rubik Bolder;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
color: #999999;
padding: 17px 0;
margin-right: 30px;
cursor:pointer;
}
.mpf_tabs .tab_group .tab.active{
color: #002E6C;
border-bottom: 4px solid #002E6C;
}
.mpf_text,ul li{
font-family: Rubik Regular;
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
color: #333333;
}
.text_margin{
margin:50px 0;
}
.overview_table{
background: #F9F9FB;
margin-bottom: 50px;
padding: 8px 32px;
display: block;
width: 100%;
}
.overview_table tr{
border-bottom: 1px solid #D9D9D9;
margin-left: 32px;
margin-right: 32px;
}
.overview_table td{
padding: 24px;
padding-left: 0 !important;
}
.overview_table .title{
font-family: Rubik Regular;
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
/*vertical-align: middle;*/
color: #333333;
width: 30%;
text-align: left;
margin-right: 24px;
}
.overview_table .content{
font-family: Rubik Regular;
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
vertical-align: middle;
color: #002E6C;
width: 70%;
text-align: left;
}
.second_title{
font-family: Rubik Regular;
font-weight: 400;
font-size: 36px;
line-height: 44px;
letter-spacing: -2%;
vertical-align: middle;
color: #002E6C;
margin: 50px 0 40px;
}
/* 表格样式 */
.mpf_fund_table {
width: 100%;
border-collapse: collapse;
margin: 0px 0 20px;
border: 1px solid #D9D9D9;
table-layout: fixed;
}

.mpf_fund_table  th{
padding: 12px;
text-align: center;
}

.mpf_fund_table th {
background-color: #f2f2f2;
font-family: Rubik Regular;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
color: #002E6C;
padding: 12px 40px;
vertical-align: middle;
}
.mpf_fund_table tr :first-child{
/* width: 40%; */
text-align: center;
box-sizing: border-box; 
}
.left_table tr :first-child{
 width:37%;
}
.left_table th{
text-align: left !important;
}
.left_table td{
text-align: left !important;
}
.a_table tr :first-child{
  width:25%;
}
.a_table tr :last-child{
  width:50%;
}
.border_table tr :first-child,.c_table tr :first-child{
     width:32%;
}
.border_table tr td:nth-child(2),
.border_table tr td:nth-child(3),
.border_table tr th:nth-child(2),
.border_table tr th:nth-child(3),
.c_table tr td:nth-child(2),
.c_table tr td:nth-child(3),
.c_table tr th:nth-child(2),
.c_table tr th:nth-child(3) {
    width: 21%;
}
.border_table tr :last-child,.c_table tr :last-child{
    width: 26%;
}
.fee_table tr :first-child,.fee_table tr td:nth-child(3),.fee_table tr th:nth-child(3){
     width: 21%;
}
.fee_table tr td:nth-child(2),
.fee_table tr th:nth-child(2)
{
    width: 32%;
}
.level_table tr :first-child{
    width: 25%;
}
.d_table tr :first-child{
    width: 58%;
}
.d_table tr :last-child{
    width: 21%;
}
.mpf_fund_table  td{
font-family: Rubik Regular;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
color: #333333;
border-bottom: 1px solid #D9D9D9;
padding: 12px 40px;
box-sizing: border-box;
vertical-align: middle;
}
/* 解释 */
.interpretation{
font-family: Rubik Regular;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #666666;
margin-bottom: 24px;
}
/* 三级标题 */
.third_title{
font-family: Rubik Regular;
font-weight: 400;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
color: #333333;
margin-bottom: 24px;
}
/* 有边框的表格 */
/* .border_table  td:first-child{
border-right: 1px solid #D9D9D9; 第一列右边框
}*/
.right_border{
border-right: 1px solid #D9D9D9;
}
/* 带tab table */
.tab_table {
width: 100%;
border-collapse: collapse;
border: 1px solid #D9D9D9;
margin: 0px auto 0;
table-layout: fixed;
}
.tab_table th, td {
border-bottom: 1px solid #D9D9D9; /* 只保留行间分隔线 */
padding: 20px 10px;
font-family: Rubik Regular;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
color: #333333;
text-align: center;
vertical-align: middle;
}
.tab_table th {
font-family: Rubik Regular;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
color: #002E6C;
width: 20%;
}
.tab_table td{
border: 1px solid #D9D9D9;
padding: 12px 0;
vertical-align: middle;
padding: 16px;
}
.tab_table thead {
background-color: #f9f9f9;
}
.hidden {
display: none;
}
.fixed-column {
/* 固定第一列的样式 */
/* color: #007BFF; */
/* display:flex;justify-content:center;align-items:center;  */

font-family: Rubik Regular;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
width: 40%;
}
.tab-header{
display: none;
}
/* other */
.margins{
margin-top: 40px;
}
.other_expenses{
display: flex;
}
.other_expenses_name{
display:flex;justify-content:center;align-items:center;
font-family: Rubik Regular;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
color: #333333;
border: 1px solid #D9D9D9;
padding: 24px;
width: 25%;
box-sizing: border-box;
}
.other_expenses_contents{
border: 1px solid #D9D9D9;
padding: 8px 24px 24px 24px;
width: 75%;
}
.other_expenses_title{
font-family: Rubik Regular;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #333333;
margin-bottom: 8px;
margin-top: 16px;
}
.other_expenses_content{
font-family: Rubik Regular;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #666666;
}
.other_expenses_content ol li{
font-family: Rubik Regular;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #666666;
list-style: auto;
}
.blue_text{
font-family: Rubik Regular;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #002E6C;
margin-top:8px;
}
.expenses_exegesis{
font-family: Rubik Regular;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #666666;
border: 1px solid #D9D9D9;
padding: 52px 24px;
}
/* fee_title */
.fee_title{
font-family:  Rubik Bolder;
font-weight: 500;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
color: #333333;
margin: 40px 0 24px;
}
.detail_text{
font-family: Rubik Regular;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #333333;
margin-bottom: 5px;
}
/* 文案 */
.text{
font-family: Rubik Regular;
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
color: #333333;
padding-bottom:15px;
}
/* 注释 */
.ful_notes{
padding: 16px 32px;
background: #F9F9FB;
margin: 32px 0 40px;
}
.ful_notes_title{
font-family: Rubik Bolder;
font-weight: 500;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
vertical-align: middle;
color: #333;
}
.bottom{
margin-bottom: 16px;
}
.ful_notes_content,.ful_notes_content a{
font-family: Rubik Regular;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #333333;
margin-bottom: 14px;
}
.first_part{
display: flex;
}
/* 右侧产品册子 */
.brochures{
width: 50%;
margin-left: 80px;
}
.brochures .brochure{
margin-left: 80px;
}
.brochures .brochure a li{
font-family: Rubik Regular;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: #333333;
display: flex;
align-items: center;
padding: 24px 0;
border-bottom: 1px solid #D6D6D6;
}
.brochures .brochure a li img{
margin-right: 8px;
width: 24px;
height: auto;
}
/* 其他信息 */
.other_info{
width: 78%;
margin: 0 auto;
padding: 50px 0;
padding-bottom:0px;
}
.other_info .title{
font-family: Rubik Regular;
font-weight: 400;
font-size: 30px;
line-height: 60px;
letter-spacing: -2%;
text-align: center;
vertical-align: middle;
color: #002E6C;
margin-bottom: 30px;
}
.info_items{
display: flex;
flex-wrap: wrap;
gap: 20px; /* 设置间距 */
}
.info_items .info_item{
cursor: pointer;
padding: 39px 24px;
font-family: Rubik Regular;
font-weight: 400;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #333333;
background: #fff;
box-shadow: 0px 20px 40px 0px #10182814;
display: flex;
align-items: center;
flex: 0 0 calc(33.333% - (40px / 3)); /* 3 列，减去间隔的影响 */
/* 或者更精确的计算：flex: 0 0 calc((100% - 40px) / 3); */
box-sizing: border-box; /* 防止 padding 影响宽度 */
}
.info_items .info_item img{
width: 36px;
margin-right: 10px;
}
.mpf_content .third_content{
font-family: Rubik Regular;
font-weight: 400;
font-size: 18px;
line-height: 28px;
}
.mpf_content a{
font-family: Rubik Regular;
font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #007BFF;
}
.personalized ul li {
list-style: disc
}
.personalized ul{
    margin-left: 10px;
}
.personalized ul li::marker{
    color: #333;      /* 修改颜色 */
    font-size: 10px; /* 修改大小 */
    /*content: "";    !* 修改符号（部分浏览器支持） *!*/
}
.mpf_pic {
margin-bottom: 50px !important;
}
.mpf_pic img{
     border:1px solid #D9D9D9;
    border-radius: 10px;
    margin:32px 0px 50px 0px;
    width: 100%;
    object-fit: contain;
}
.third_content {
    margin-bottom: 40px;
}
@media (max-width: 953px) {
.third_content {
    margin-bottom: 8px;
}
.other_expenses_content{
    padding-left: 0px !important;
}
.info_items .info_item img{
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.text{   
     padding-bottom: 10px;
     padding-bottom: 10px;
    }
.ful_notes {
    margin: 5px 0 5px;
padding-left:15px;
padding-right:15px;
}
.mpf_pic{
border: none !important;
}
.mpf_pic img{
border: 1px solid #D9D9D9;
margin: 24px 0px 24px 0px;
    border-radius: 8px;
}
.mpf_pic {
    margin-bottom: 0px !important;
}
.mpf_content ul{ list-style-position: inside; padding-left: 10px; }
.other_expenses_title{
font-family: Rubik Regular;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.other_expenses_content{
margin-bottom: 16px;
}
.other_expenses_content,.other_expenses_content ol li{
color: #666;
font-family: Rubik Regular;
font-size: 10px;
font-weight: 400;
line-height: 14px;
}
.blue_text{
margin-top: 8px;
}
.mpf-modal-overlay .mpf-modal-content {
        padding: 24px;
}
.mpf-modal-overlay .mpf-modal-content .mpf_alert_content{
margin-top:24px
}
.mpf-modal-overlay .mpf-modal-content h2{
margin: 8px auto 16px;
    text-align: center;
}

.mpf_tabs{
margin-top: 0 !important;
background: #F9F9FB;
width: 100% !important;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
flex-shrink: 0;
box-shadow: none;
padding:16px 15px;
overflow-y: hidden;
}
.mpf_tabs::-webkit-scrollbar {
    display: none;
}
.mpf_tabs .tab_group .tab{
text-align: center;
font-family: Rubik Bolder;
font-size: 12px;
font-weight: 500;
line-height: 17px;
padding:15px 0;
min-width: 108px;
margin-left:10px;
}
.mpf_tabs .tab_group .tab.active{
border-bottom: 2px solid #002E6C;
}
.mpf_text, ul li{
font-size: 14px;
line-height: 20px;
}
.mpf_text{
margin-top: 32px;
margin-bottom: 16px;
}

.overview_table tr{
display: flex;
flex-direction: column;
}
.overview_table .title,.overview_table .content{
width: 100%;
}
.overview_table .title{
font-size: 12px;
line-height: 18px;
}
.overview_table .content{
font-size: 14px;
line-height: 20px;
}
.overview_table{
margin-bottom: 0px;
width: 100vw;
margin-left: calc(-50vw + 50%);
}
.overview_table td{
padding: 12px 0;
}
.overview_table tr{
margin-left: 0;
margin-right: 0;
}
.second_title{
font-size: 18px;
line-height: 28px;
text-align: center;
margin-top: 16px;
margin-bottom: 16px;
}
.mpf_fund_table th,.mpf_fund_table td{
font-size: 12px;
line-height: 18px;
padding-left: 15px;
padding-right: 15px;
}
.interpretation{
font-size: 10px;
line-height: 14px;
margin-bottom: 16px;
}
.third_title{
font-size: 16px;
line-height: 20x;
margin-bottom: 8px;
}
.third_content{
font-size: 12px;
line-height: 20x;
margin-bottom: 8px;
}
.tab-header{
height: 60px;
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch; /* 启用弹性滚动 */
scrollbar-width: none; /* 隐藏 Firefox 滚动条 */
width: 100%;
margin: 0 auto;
border: 1px solid #D9D9D9;
}
.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;
padding:0 8px;
white-space: nowrap;
}
.tab-header .tab.active{
background: #00B9F2;
color: #fff;
}
.tab_table{
width: 100%;
    margin: 0 auto;
}
.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;
}
.first_part{
display: flex;
flex-direction: column;
}
/* 右侧产品册子 */
.brochures{
width: 100%;
margin-left: 0;
}
.brochures .brochure{
margin-left: 0;
}
.detail_text_title{
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
    font-family: Rubik Regular;
}
.detail_text{
    padding-bottom: 0px !important;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px !important;
}
.text,.mpf_content a{
    font-size: 14px;
    line-height: 18px;
}
.ful_notes_title{
    font-size: 14px;
    line-height: 20px;
}
.other_info{
   width: 94%;
    padding: 24px 0px 0px 0;
}
.other_info .title{
    line-height: 28px;
    margin-bottom: 24px;
}
.info_items .info_item{
    text-align: left;
    flex: 0 0 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
}
.mpf_pic img{
width: 100%;
}
.fee_title{
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;
}
.other_expenses{
    flex-direction: column;
}
.other_expenses_name{
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 24px;
padding: 0px;
}
.other_expenses_contents{
    width: 100%;
    border: none;
    padding: 0;
}
.expenses_exegesis{
    border: none;
    padding: 16px 0;
    font-size:10px;
}
    .margins{
        margin-top:16px ;
    }
    .other_expenses_content ol{
        margin-left: 20px;
    }
.ful_notes_content,.ful_notes_content a{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
}
/* 表格占滿 */
.mpf_fund_table,.tab_table,.tab-header{
    width: 100vw; /* 占满视窗宽度 */
    margin-left: calc(-50vw + 50%); /* 居中 */
    position: relative;
    left: 0;
    table-layout: fixed; /* 防止内容撑开 */
}
/* 表格 */
  .border_table th, 
  .border_table td {
    text-align: center !important;
  }
  .tab_table .fixed-column.active-column{
    text-align: left !important;
  }
    .tab_table .active-column{
        text-align: right !important;
    }
}