.invest-content{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333333;
    margin-top: 50px !important;
}
.invest-content p{
    margin-bottom: 16px;
}
.invest-content strong{
    font-family: Rubik Bolder;
     color: #333333;
     font-size: 18px;
    line-height: 28px;
}
/* 加粗字体 */
.feature_describe strong {
    font-family: Rubik Bolder;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
}
.invest-content h2{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #002E6C;
    margin:40px 0;
}
.invest-content h3,.invest-content h3 a{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #002E6C;
    margin-bottom: 16px;
}
.product_feature .feature_items .feature_item .content{
    /* margin-bottom: 32px; */
}
.invest-content h3 a:hover{
  text-decoration: underline;
}
.invest_table{
    border: 1px solid #D9D9D9;
    width: 100%;
}
.invest_table th, td {
    border-bottom: 1px solid #D9D9D9; /* 只保留行间分隔线 */
    padding: 12px 0;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 7px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
    text-align: center;
}
.invest_table td{
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
    line-height:40px;
}
.invest_table td p
{
    margin-bottom: 0px;
}

.invest_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;
}
.invest_table thead {
    background-color: #F9F9FB;
}
.invest_table_bold_text{
    font-family:  Rubik Bolder;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333;
}
.invest_table_text{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #333333;
}
/* 注释 */
.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;
}
.bold_text{
    font-family: Rubik Bolder;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
    margin-bottom: 24px;
}
.invest-content p a{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #007BFF !important;
}
/* 产品特点 */
.product_feature{
    margin-bottom:32px
}
.product_feature .feature_items{
    display: flex;
    flex-wrap: wrap;
}
.product_feature .feature_items .feature_item{
    display: flex;
    width: 50%;
    margin-bottom: 32px;
}
.product_feature .feature_items .feature_item .pic img{
    margin-right: 16px;
    width: 44px;
height: 44px;
}
.product_feature .feature_items .pro_title{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
}
.product_feature .feature_items .pro_title .fold_icon{
    background-image: url("/uiFramework/commonResource/image/2025071218073072824.svg");
    width:15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
     cursor: pointer;
}
.product_feature .feature_items .pro_title .fold_icon.expanded{
    transform: rotate(180deg);
}
.product_feature .feature_item .view_more_btn{
    font-family: Rubik Bolder;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #00B9F2;
    display: flex;
    align-items: center;
    /* margin: 8px 0; */
    margin-top:18px;
}
.product_feature .feature_item .view_more_btn .fold_icon{
    background-image: url("/uiFramework/commonResource/image/2025062822024676167.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    cursor: pointer;
}
.product_feature .feature_item .view_more_btn  .fold_icon.expanded {
    transform: rotate(180deg);
}
.product_feature .feature_item .feature_describe{
    display: none;
}
.product_feature .feature_item .feature_describe ul li,.product_feature .feature_item .feature_describe ul li a{
    list-style: none !important;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333;
    margin-bottom: 8px;
}
.product_feature .feature_item .feature_describe ol li{
    list-style: decimal !important;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333;
}
.product_feature .feature_item .feature_describe.show{
    display: block;
}
@media (max-width: 953px) {
.feature_describe strong {
 font-size: 12px !important;
    line-height: 18px !important;
}
.product_feature .feature_item .feature_describe{
margin-top: 24px;
}
.product_feature .feature_items .pro_title .fold_icon{
width: 12px;
height: 12px;
}
.invest-content p a{
   
    font-size: 14px;
  
}
.invest_table{
      width: 100vw; /* 占满视窗宽度 */
    margin-left: calc(-50vw + 50%); /* 居中 */
    position: relative;
    left: 0;
    table-layout: fixed; /* 防止内容撑开 */
}
.invest_table tr td:nth-child(2),
.invest_table tr th:nth-child(2) {
    width: 37%;
}
.invest_table tr :first-child{
    width: 32%;
}
strong{
     font-size: 12px;
     line-height: 18px;
}
    /* 产品特点 */
    .product_feature .feature_items .feature_item{
        width: 100%;
        padding: 8px 0;
        border-bottom: 1px solid #D8E0E0;
        margin-bottom:0;
    }
    .product_feature .feature_items .feature_item .content{
        width: calc(100% - 40px);
    }
    .product_feature .feature_items .feature_item .pic {
        display: flex;
        justify-content: center;
        align-items: center;
        width:28px;
        height: 28px;
    }
    .product_feature .feature_items .feature_item .pic img{
        width: 100%;
        height: 28px;   
        background-size: contain;      
    }
    .invest-content{
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px !important;
    }
    .invest-content strong{
         font-size: 14px;
        line-height: 20px;
    }
    .invest-content p{
        margin-bottom: 16px;
    }
.invest-content p img{
    max-width: 100%;
    height: auto;    }

    .invest-content h2{
        font-size: 18px;
        line-height: 28px;
        margin: 16px auto;
        text-align: center;
    }
    .invest_table td,th,.invest_table th{
        vertical-align: middle;
    }
    .product_feature .feature_items .pro_title{
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .bold_text{
        margin-bottom: 8px;
    }
    .bold_text,.invest-content h3,.invest-content h3 a{
        font-size: 14px;
        line-height: 20px;
    }
    .product_feature .feature_items .pro_title .fold_icon{
        display: block;
    }
    .product_feature .feature_item .view_more_btn {
        display: none;
    }
    .invest_notes{
        padding: 15px;
margin: 16px 0 32px;
    }
    .invest_notes_title{
       margin-bottom: 16px;
       font-size: 14px;
       line-height: 20px;
    }
    .invest_notes_content{
       font-size: 12px;
       line-height: 18px;
    }
    .product_feature .feature_item .feature_describe ul li,.product_feature .feature_item .feature_describe ul li a{
       font-size: 12px;
       line-height: 18px;
    }
}