.title-div{
    height: 100%;
}
.title-div .title{
    display: block;
}
.title a{
    width: 64px;
    height: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.title:not(:first-child){
    margin-top: 30px;
}
.title a.active{
    color: #2672FF;
}
.title a:hover{
    color: #2672FF;
}
.content-body{
    margin: 30px 0;
}
.content-body-list{
    line-height: 32px !important;
    margin: 0 !important;
}
.content-title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #252B3A;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.content-content-header{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #252B3A;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
}
.content-content-body{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #252B3A;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.row > * {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.fixed-container {
    height: 100vh; /* 设置容器高度为视口高度 */
    overflow-y: auto; /* 允许垂直滚动 */
    overflow-x: hidden; /* 禁止水平滚动（可选） */
    box-sizing: border-box; /* 确保内边距和边框不会增加额外的高度 */
    padding-bottom: 10rem;
}
::-webkit-scrollbar {
    display: none;
}
