.page-five,
.page-four,
.page-three,
.page-two{
    display: none;
}
.readMore{
    margin-left: 50%;
    padding: 8px 15px;
    background: #4656bd;
    color: #fff;
    border: none;
    border-radius: 23px;
    position: absolute;
    bottom:10px;
    cursor:pointer;
    transform: translateX(-50%);
}
.mask-layer{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    opacity: 0.5;
    z-index: 6000;
    display: none;
}
.agreement-box{
    position: fixed;
    left: 50%; /* 将左边缘移动到屏幕中央 */
    top: 66px;
    width: 920px;
    height: 750px;
    background: #FFFFFF;
    z-index:6001;
    transform: translateX(-50%); /* 向左移动容器宽度的一半，实现居中 */
    display: none;
}
.toptransom{
    height: 20px;
    width: 100%;
    background: #0a94e3;
}
.title-text{
    padding-top: 34px;
    text-align: center;
    font-size: 24px;
}
.title-toptransom{
    margin-top: 15px;
    width: 6%;
    height: 3px;
    background: #0a94e3;
    margin-left: 50%;
    transform: translateX(-50%); /* 向左移动容器宽度的一半，实现居中 */
    border-radius: 10px;
}
.agreement-content{
    height: 570px;
    box-sizing: border-box;
    padding: 10px 20px 10px 15px;
    overflow-y: scroll;
}
.content-text{
    height: 570px;
}
/* 设置整个滚动条的样式 */
.agreement-content::-webkit-scrollbar {
    width: 10px; /* 滑轨的宽度 */
    background-color: #cccccc;
}

/* 设置滚动条滑块的样式 */
.agreement-content::-webkit-scrollbar-thumb {
    background-color: #0a94e3; /* 滑块的颜色 */
    width: 5px; /* 滑块的宽度，比滑轨宽 */
    margin: -2px 0; /* 通过 margin 调整滑块的位置 */
}

/* 设置滚动条滑轨的样式 */
.agreement-content::-webkit-scrollbar-track {
    background-color: transparent; /* 滑轨的颜色 */
    /* box-shadow: rgb(255, 255, 255) 0px 30px 60px -12px inset, rgb(255, 255, 255) 0px 18px 36px -18px inset; */
    border: 3px solid #fff;
}
.agreement-btn{
    padding-top: 20px;
    position: relative;
}
.agreement-de-btn{
    position: absolute;
    left: 40%;
    background: #9c9d9e;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 16px;
    cursor:pointer
}
.agreement-ac-btn{
    position: absolute;
    right: 40%;
    background: #0a94e3;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 16px;
    cursor:pointer
}
.risk-title{
    padding-left: 14px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 24px;
}
.risk_max{
    padding: 10px 5px;
    border: 1px solid #ccc;
    margin-top: 15px;
}

.risk-box{
    height: 100px;
    box-sizing: border-box;
    overflow-y: scroll;
}
.risk-content{
    height: 100px;
    font-size: 13px;
    padding-right: 8px;
}
/* 设置整个滚动条的样式 */
.risk-box::-webkit-scrollbar {
    width: 10px; /* 滑轨的宽度 */
    background-color: #cccccc;
}

/* 设置滚动条滑块的样式 */
.risk-box::-webkit-scrollbar-thumb {
    background-color: #0a94e3; /* 滑块的颜色 */
    width: 5px; /* 滑块的宽度，比滑轨宽 */
    margin: -2px 0; /* 通过 margin 调整滑块的位置 */
}

/* 设置滚动条滑轨的样式 */
.risk-box::-webkit-scrollbar-track {
    background-color: transparent; /* 滑轨的颜色 */
    /* box-shadow: rgb(255, 255, 255) 0px 30px 60px -12px inset, rgb(255, 255, 255) 0px 18px 36px -18px inset; */
    border: 3px solid #fff;
}
.fund-max-title{
    line-height: 58px;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #f2f0f0;
    position: relative;
}
.siyaimg{
    padding-left: 22px;
    position: absolute;
    top: 12px;
}
.siyetext{
    margin-left: 60px;
}
.fund-nav-box{
    margin-top: 25px;
}

.fund-nav {
    list-style-type: none!important; /* 移除默认的列表样式 */
    cursor:pointer;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* 自动调整列数，最小宽度100px */
    width: 100%; /* 确保ul占据整行宽度 */
    /*gap: 10px; !* 可选：添加网格项之间的间距 *!*/
    padding-left: 0px!important;
}

.fund-nav-item {
    cursor:pointer;
    text-align: center; /* 可选：使文本居中 */
    /*padding: 10px; !* 可选：添加一些内边距 *!*/
    box-sizing: border-box; /* 确保内边距和边框不影响元素宽度 */
    background-color: #f2f0f0; /* 可选：添加背景颜色 */
    border: 1px solid #ccc; /* 可选：添加边框 */
}
.fund-nav-link{
    border: none;
    cursor:pointer;
    font-size: 12px;
    line-height: 30px;
}
.fund-nav-active{
    background: #0a94e3;
}
.fund-nav-link-active{
    background: #0a94e3;
    color: #FFFFFF;
}
.public-fund-item-content{
    display: none;
    margin-top: 20px;
}
.public-fund-item-content-active{
    display: block;
}
.fund-documents-table{
    margin-bottom: 30px;
}
.fund-documents-title{
    font-size: 27px;
    margin-bottom: 21px;
    font-weight: bold;
    padding: 10px 29px;
}

.table-title{
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    background: #deebf6;
    border: 1px solid #ccc;
    font-weight: bold;
}
.table-item{
    padding: 10px 21px;
    border: 1px solid #ccc;
    font-weight: bold;
    position: relative;
}
.table-item span {
    display: inline-block; /* 使span成为行内块级元素，可以设置宽度和高度 */
    vertical-align: middle; /* 可选，使内容垂直居中 */
}
.fund-documents-table-title{
    color:#000000!important;
}
.table-item span:last-of-type {
    float: right;
}
.fund-documents-down-img{
    /*position: absolute;*/
    /*right: 106px;*/
    /*top: 13px;*/
    margin-right: 5px;
}
.fund-documents-down {
    color: #0f2778!important;
}

.daily-nav-box{
    margin-top: 25px;
}
.daily-nav-title{
    font-size: 27px;
    margin-bottom: 21px;
    font-weight: bold;
    padding: 10px 29px;
}
.table-bordered{
    width: 100% !important;
}
.table-bordered th{
    background: #4656bd;
    color: #ffff!important;
    padding: 5px 28px!important;
}