.page-content {
    position: relative;
    min-height: 200vh;
    width: 90vw;
    margin: 0 auto;
}


/* 文案描述-目录相关 */

.sidebar-bg-img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
}

.sidebar {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 24%;
    padding: 30px 20px;
    position: sticky;
    top: 80px;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    -webkit-mask: radial-gradient(circle 0.8rem at calc(100%) 50%,#0000 98%,#000)0 0/100% 2.4rem;
}

.sidebar-title {
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 30px;
    color: #a9c0c8;
    /* color: #e8e3dd; */
    -webkit-text-stroke: 1px #fff;
}

.sidebar a {
    text-decoration: none;
}

.sidebar-a {
    margin: 20px 0;
    
}

.sidebar-item {
    width: 100%;
}


.sidebar-item-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background-color: #eeb8c7; */
    margin: 0 8px;
    transition: .2s;
    background-image: url('https://static.igem.wiki/teams/4987/wiki/sidebar/icon.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.sidebar-item-text {
    margin-left: 10px;
    /* opacity: 0; */

    font-size: 1.6rem;
    color: #a9c0c8;
    -webkit-text-stroke: 1px #fff;

    transition: 0.2s;
    font-weight: bold;

    /* transform: translateX(-50px); */
    width: calc(100% - 80px);
}

.sidebar-item:hover > .sidebar-item-circle {
    background-color: #a9c0c8;
}

.sidebar-item:hover > .sidebar-item-text {
    /* transform: translateX(0); */
    /* opacity: 1; */
}


.sidebar-item-text-active {
    /* transform: translateX(0); */
    /* opacity: 1; */
}

.sidebar-item-circle-active {
    background-color: #a9c0c8;
}


/* 二级标题 */
.sidebar-item-circle-b {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /* background-color: #eeb8c7; */
    margin: 0 16px;
    transition: .2s;
    /* background-color: #a9c0c8bd; */
}

.sidebar-item-text-b {
    margin-left: 8px;
    width: 80%;
    font-size: 1.3rem;
    color: #a9c0c8ef;
    -webkit-text-stroke: 1px #fff;

    transition: 0.2s;
    font-weight: bold;

    /* opacity: 0;
    transform: translateX(-50px); */
}


/* 三级标题 */
.sidebar-item-c {
    margin-left: 20px;
}

.sidebar-item-circle-c {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    /* background-color: #eeb8c7; */
    margin: 0 16px;
    transition: .2s;
    /* background-color: #a9c0c896; */
}

.sidebar-item-text-c {
    margin-left: 16px;
    width: 80%;
    font-size: 1.1.3rem;
    color: #a9c0c8db;
    -webkit-text-stroke: 1px #fff;

    transition: 0.2s;
    font-weight: bold;

    /* opacity: 0;
    transform: translateX(-50px); */
}


/* 标题---通用 */
.sidebar-b,.sidebar-c {
    margin-bottom: 8px;
}

.sidebar-item-b,.sidebar-item-c {
    width: 100%;
    
}


.sidebar-item-b:hover > .sidebar-item-text-b {
    transform: translateX(0);
    opacity: 1;
}

.sidebar-item-c:hover > .sidebar-item-text-c {
    transform: translateX(0);
    opacity: 1;
}


/* 标题 -- 滚动条 */
/* 滚动条 */
/* 初始状态下的滚动条样式 */

/* 默认隐藏滚动条 */
.sidebar::-webkit-scrollbar {
    width: 5px; /* 设置滚动条的宽度 */
    background-color: #a9c0c8cc; /* 设置滚动条的背景颜色 */
}


.sidebar::-webkit-scrollbar-thumb {
    background-color: #a5bfc7; /* 设置滑块的颜色 */
    border-radius: 2px; /* 设置滑块的圆角 */
}

/* 滚动条轨道的样式 */
.sidebar::-webkit-scrollbar-track {
    background-color: #a9c0c8cc; /* 设置轨道的颜色 */
}




/* 文案描述-正文相关 */



.desc-content {
    padding: 0px 30px 50px 50px;
    background-color: #fff;
    width: 70%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    -webkit-mask: radial-gradient(circle 0.8rem at 0px 50%,#0000 98%,#000)0 0/100% 2.4rem;
    border-radius: 15px;
}

.desc-content-title {
    margin: 30px 0;
    width: 100%;
}

.desc-content-title-circle {
    margin-top: 11px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #a9c0c8;
    box-shadow: 0px 0px 5px #67a84f, 0px 0px 10px #537b44;
}

.desc-content-title-text {
    margin-left: -9px;
    width: 60%;
    font-size: 2rem;
    font-weight: bold;
}

.desc-content-common-text {
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    font-family: math;
    overflow: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
}


.desc-content > img {
    width: 80%;
    /* margin: 0 auto; */
    height: auto;
}

.desc-content ul li {
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    font-family: math;
    overflow: inherit;
}

.desc-content-img-desc {
    color: grey;
    text-align: center;
    font-size: 1.1.3rem;
}