.pro_select {
    margin-bottom: 50px !important;
}
.bannerTitle .title{
    font-size: 36px !important;
}
.pro_select .pro_select_title{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
    /*word-break: keep-all;            单词不换行（防止截断） */
    overflow-wrap: break-word;      /* 允许长单词换行（防止溢出） */
    margin:50px 0 24px;
}
.bannerTitle{
    top: 80px !important;
}
.form_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro_select .custom-layui-form-item{
    width: calc(50% - 32px); ;
}
/*額外紅利/年終紅利及終期紅利之分紅實現率（香港/澳門）*/
.fulfillment_ratio_title{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #002E6C;
    display: flex;
    justify-content: space-between;
    padding: 16px 32px;
    box-shadow: 0px 0px 20px 0px #10182814;
    background-color: #fff;
    margin-bottom: 40px;
    border-radius: 4px;
    cursor: pointer;
}
.fulfillment_ratio_title .fold_icon{
    background-image: url("/eportal/uiFramework/commonResource/image/2025061616452794265.svg");
    width:24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}
.main-remark {
     margin-top:20px !important;
    padding-bottom:60px !important;
}
.main-remark .footer-remark{
    display: block;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
}
.fulfillment_ratio_title .fold_icon.expanded{
    transform: rotate(180deg);
}
.fulfillment_ratio_contents{
  display: none;
}
.fulfillment_ratio_contents.show{
  display: block;
}
.ful_second_title{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #333333;
    margin: 24px 0;
}
.ful_second_content{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
}
.ful_second_content strong em{
    font-family: Rubik Bolder;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333333;
}
.ful_second_content strong{
    font-family: Rubik Bolder;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333333;
}
.ful_notes{
    padding: 16px 32px;
    background: #F9F9FB;
    margin: 32px 0 40px;
}
.ful_notes ol{
    margin-left: 15px;
}
.ful_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: 25px; */
}
.bottom{
    margin-bottom: 16px;
}
.ful_notes ol li{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #333333;
    list-style: auto;
}
/* 公式 */
.ful_notes .formula{
    padding: 12px 24px;
    border: 1px solid #D9D9D9;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: #333;
}
.calc_cell{
    width:30%;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: #333;
}
.equal{
    margin: 0 15px;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: #333;
}
.cale_formula{
    width: 60%;
    text-align: center;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: #333;
}
.numerator{
   line-height: 20px;
   border-bottom: 1px solid #D9D9D9;
}
.denominator{
   line-height: 20px;
}
.formula table{
    width: 100%;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: #333;
}
.formula table td{
    display: flex;
    align-items: center;
}
/* 表格下拉 */
.spacing{
    margin: 24px 0;
    width: 50%;
}
.table-container{
    margin-top: 24px;
}
.benefit-table {
    width: 100%;
    border-radius: 4px;
    /* table-layout: fixed; */
    /* overflow: hidden; */
    border-collapse: collapse;
    border-radius: 4px;
    border: 1px solid #D9D9D9; /* 添加表格整体边框 */
    border-bottom: none;
    margin-top: 16px;
}
.benefit-table tr {
    border-bottom: 1px solid #D9D9D9; /* 行边框 */
  }
.benefit-table td:first-child, th:first-child {
    border-left: none;
}
.benefit-table td:first-child{
    border-right: 1px solid #D9D9D9;
}
.benefit-table td:last-child, th:last-child {
border-right: none !important;
}

.main-header {
    background-color: #F9F9FB;
    border-right: 1px solid #D9D9D9;
    /* border-bottom: 1px solid #D9D9D9; */
    padding: 12px;
    text-align: center;
    color: #002E6C;
    border-collapse: collapse;
    font-family:  Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.year-header {
    background-color: #FFFFFF;
    padding: 8px;
    text-align: center;
    color: #002E6C;
    /* border-bottom: 1px solid #D9D9D9; */
    border-collapse: collapse;
    font-family:  Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.data-cell {
    border-bottom: 1px solid #D9D9D9;
    padding: 10px;
    color: #2c3e50;
    border-collapse: collapse;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.blue-text {
    color: #333 !important;
    border-right: 1px solid #D9D9D9;
}
th.year-header:empty {
    border-right: 1px solid #D9D9D9;
}
.loading {
    text-align: center;
    padding: 20px;
    font-size: 1.2em;
}

.error {
    color: red;
    text-align: center;
    padding: 20px;
    font-size: 1.2em;
}
 /* 手机样式 */
 .mobile-table-container {
    max-width: 100%;
    overflow-x: auto;
}

/* 表头样式 */
.table-header {
    padding: 15px;
    text-align: center;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.table-header .main-title {
    color: #002E6C;
    margin-bottom: 5px;
}

.table-header .sub-title {
    font-size: 14px;
    color: #666;
}

/* 标签页样式 */
.tab-container {
    display: flex;
    background-color: #f8f9fa;
    width: 100%;
}

.tab {
    width: 50%;
    flex: 1;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 0%;
    text-align: center;
    color: #002E6C;
    border: 1px solid #D9D9D9;
    padding: 20px 0;
}

.tab.active {
    color: #fff;
    background-color: #00B9F2;
}

/* 表格内容样式 */
.table-content {
    width: 100%;
    border-collapse: collapse;
    /* border: 1px solid #D9D9D9; */
}

.table-content th,
.table-content td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

/* .table-content th {
    background-color: #f1f3f4;
    color: #2c3e50;
} */

.table-content tr:last-child td {
    border-bottom: none;
}



/* 加载和错误状态样式 */
.loading, .error {
    text-align: center;
    padding: 30px;
    font-size: 16px;
}

.error {
    color: red;
}
.year-content{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #002E6C !important;
    background: #F9F9FB;
    vertical-align: middle;
}
.table-content td {
    /* padding: 10px 8px; */
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #333;
}
.fulfillment_ratio{
    display: none;
    margin-bottom: 24px !important;
}
/* 产品战略表格 */
.strategy-table{
    width: 100%;
    border: 1px solid #D9D9D9;
    margin: 24px 0;
    border-radius: 4px;
    border-collapse: separate;
    overflow: hidden;
    border-bottom: none;
}
.strategy-table th{
    background-color: #F9F9FB;
    color: #002E6C;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    padding:20px;
    border-bottom: 1px solid #D9D9D9;
}
.strategy-table tr,td{
    border-bottom: 1px solid #D9D9D9;
}
.strategy-table td{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #333;
    padding: 12px 0;
    border-bottom: 1px solid #D9D9D9;
}
body .layui-form .layui-form-select dd.layui-disabled{
    font-family:Rubik Bolder !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0% !important;
    vertical-align: middle !important;
    color: #666666 !important;
text-decoration: underline;
}
body .layui-form .layui-form-select dt{
    font-family: Rubik Bolder !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0% !important;
    vertical-align: middle !important;
    color: #002E6C !important;
}
.custom-layui-form .custom-layui-form-item .layui-select, .custom-layui-form .custom-layui-form-item .layui-input{
    border-radius: 4px !important;
}
@media (max-width: 953px) {
.benefit-table td:last-child, th:last-child {
border-right:1px solid #D9D9D9 !important;
}
#ratio-table-container1  .benefit-table tr th:first-child {
 width:32%;
}
    .bannerTitle .title{
        font-size: 16px !important;
    }
    .pro_select{
        margin-bottom: 24px !important;
    }
    .pro_select .pro_select_title {
        font-size: 16px;
        line-height: 24px;
        margin: 16px 0;
    }
.main-remark .footer-remark{
    font-size: 14px;
}
    .form_flex{
        flex-direction: column;
    }
    .pro_select .custom-layui-form-item{
        width: 100%;
        margin-bottom: 12px;
    }
   .pro_select .custom-layui-form-item:last-child {
        margin-bottom: 0;
   }
    .fulfillment_ratio,.fulfillment_ratio_title{
        margin-bottom: 16px !important;
    }
    .fulfillment_ratio_title,.ful_second_title  {
        font-size: 16px;
        line-height: 24px;
    }
     .fulfillment_ratio_title{
         width: 100vw; /* 占满视窗宽度 */
    margin-left: calc(-50vw + 50%); /* 居中 */
    position: relative;
    left: 0;
    table-layout: fixed; /* 防止内容撑开 */
    /* padding:16px 4%; */
     }
    .ful_second_content{
        font-size: 14px;
        line-height: 20px;
    }
   .ful_second_content strong em{
        font-size: 14px;
        line-height: 20px;
    }
 .ful_second_content strong{
        font-size: 14px;
        line-height: 20px;
    }
    .ful_notes_title{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 18px;
    }
    .benefit-table tr td:not(:first-child){
        text-align: center;
    }
    .benefit-table tr th:last-child{
        text-align: center;
        color:#333;
    }
    .benefit-table td:first-child{
        border-right: none;
    }
     .custom-layui-form{
        width: 100%;
        padding: 0 !important;
    }
 .strategy-table,#past-table-content1,#ratio-table-content1,#cash-table-content1{
       /*  width: 100vw;占满视窗宽度 */
    /*margin-left: calc(-50vw + 50%);  居中 */
    position: relative;
    left: 0;
    table-layout: fixed; /* 防止内容撑开 */
    border-radius: 0;
 }
 .strategy-table th,.strategy-table td,.main-header,.year-header,.data-cell{
     font-size: 14px;
    line-height: 20px;
 }
}