.right-wrap{position:absolute;right:0;top:80px;bottom:0;width:90%;background:#2f2f2f;overflow-y:scroll;}
.right-wrap-yc{width:95%}
/* 整体滚动条 */
.right-wrap::-webkit-scrollbar {
    width: 5px; /* 滚动条宽度 */
    height: 5px; /* 滚动条高度 */
}
 
/* 滚动条轨道 */
.right-wrap::-webkit-scrollbar-track {
    background: #2f2f2f; /* 轨道颜色 */
}
 
/* 滚动条滑块 */
.right-wrap::-webkit-scrollbar-thumb {
    background: #888; /* 滑块颜色 */
    border-radius: 5px; /* 滑块圆角 */
}
 
/* 滑块悬停 */
.right-wrap::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块悬停颜色 */
}
.right-main{float:left;width:95%;margin-left:2.5%;}
