.nav {
    position: sticky;
    top: 0;
    height: 60px; /* 根据实际需要设置高度 */
    z-index: 10;
}

.AppHeader{
    <!-- header整体 -->
    background-clip: content-box;
    box-shadow: 0 1px 3px hsla(0, 0%, 7%, .1); /* 阴影，看起来有质感*/
    min-width: 1000px;
    /*z-index: 100;*/
    overflow: hidden;
    background: #fff;
    position: relative;
}

.header-inner{
    <!-- header主体 -->
    -webkit-box-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    width: 1000px;
}

.css-11p{
    width: auto;
    max-width: 1156px;
    min-width: 1000px;
    /*padding-left: 16px;*/
    /*padding-right: 55px;*/
}
/* 导航栏 */
.menu{
    display: flex;
    padding: 0 10px;
    border: 0;
    width: 456px;
}

.type-main{
    align-items: flex-start;
    display: flex;
    margin: 10px auto;
    padding: 0 16px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    width: 1000px;
    height: auto;
    box-sizing: border-box;
}
.main-1{
    margin-bottom: 0;
    margin-right: 10px;
    width: 694px;
    height: auto;
    position: relative;
}
.main-2{
    width: 296px;
    align-self: normal;
    /*height: auto;*/
}


.register-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    background-image: url("../img/樱花.png");
    background-size: 100%;
}

.register-form {
    width: 400px;
    height: 400px;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;

    /* 使用flex布局，并设置垂直居中和水平居中 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* 评论 */
.RichContent-actions {
    box-shadow: none;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
}
.blog-ContentItem-actions>button{
    color: #8491a5;
    font-size: 14px;
}
.ViewCard {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    background-color: #ffffff;
    border-radius: 2px;
    margin-bottom: 10px;
    overflow: hidden;
}
.blog-page{
    position: relative;
    box-sizing: border-box;
    line-height: 1.67;
}




.NumberBoard .Button{
    border: 0;
    font-size: inherit;
    line-height: inherit;
}

.Button{
    background: none;
    border: 1px solid;
    border-radius: 3px;
    /*color: #8491a5;*/
    color: #929aab;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 16px;
    text-align: center;
}

.NumberBoard{
    display: flex;
}

.NumberBoard-item{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
//border: 0;
    font-size: unset;
    line-height: unset;
}

.FEfUrdfMIKpQDJDqkjte{
    background: none;
    border: 1px solid;
    border-radius: 3px;
    /*color: #8491a5;*/
    color: #929aab;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 16px;
    text-align: center;
}

.fEPKGkUK5jyc4fUuT0QP{
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: inherit;
    padding: 0;
}
.NumberBoard-itemInner{
    padding: 0 8px;
    line-height: 1.6;
    text-align: center;
}
.NumberBoard-itemName{
    color: #8491a5;
    font-size: 14px;
}
.NumberBoard-itemValue{
    font-weight: 600;
    color: #191b1f;
    display: inline-block;
    font-size: 18px;
}
.NumberBoard-item-line{
    border-left: 1px solid #e9eaeb;
}
.ContentItem-meta-follow{
    color: #535861;
    font-size: 15px;
}
.ContentItem-meta{
    color: #535861;
    font-size: 15px;
}
.ContentItem-title{
    color: #191b1f;
    line-height: 1.6;
    margin-bottom: -4px;
    margin-top: -4px;
    word-break: break-word;
    font-size: 18px;
    font-weight: 600;
}
.ContentItem-title+.ContentItem-meta-follow{
    margin-top: 6px;
}
.ContentItem-title+.ContentItem-meta {
    margin-top: 6px;
}
.ArticleItem-extraInfo{
    color: #8491a5;
    font-size: 14px;
    margin-top: 16px;
}
.AuthorInfo{
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 654px;
    position: relative;
}
.AuthorInfo-avatar{
    vertical-align: top;
}
.AuthorInfo-content{
    -webkit-box-flex: 1;
    flex: 1 1;
    margin-left: 14px;
    overflow: hidden;
}
.AuthorInfo-head{
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-shrink: 0;
    font-size: 15px;
    line-height: 1.1;
}
.AuthorInfo-detail {
    overflow: hidden;
}
.AuthorInfo-name {
    color: #373a40;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
}

.UserLink{
    position: relative;
    display: inline-block;
}
.RichContent{
    line-height: 1.67;
}
.RichContent.is-collapsed {
    cursor: pointer;
    transition: color .14s ease-out;
}
.RichContent-cover{
    background-position: 50%;
    background-size: cover;
    border-radius: 4px;
    float: left;
    height: 105px;
    margin-bottom: 4px;
    margin-right: 18px;
    margin-top: -2px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    width: 190px;
    z-index: 1;
}
.ContentItem-actions {
    align-items: center;
    background-color: #fff;
    clear: both;
    color: #535861;
    display: flex;
    margin: 0 0 -10px;
    padding: 10px 0;
}
.ContentItem-actions>button{
    color: #8491a5;
    font-size: 14px;
}
.RichContent-cover-inner.RichContent-cover-normal{
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.RichContent-cover-inner.RichContent-cover-normal img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 100%;
}
/*文章盒子 --tokenlin*/
.RichContent-inner {
    position: relative;
    overflow: hidden;
    margin-top: 9px;
    display: inline;
}
.RichContent.is-collapsed .RichContent-inner {
    max-height: 100px;
}
.css-376mun{
    position: relative;
    display: inline;
}
.RichText{
    display: -webkit-box;
    max-height: calc(1.5em * 3);
    -webkit-line-clamp: 3; /* 显示的行数，根据自己需求调整 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.css-1em8ozd {
    word-break: break-word;
    line-height: 1.6;
}
.css-1g5ev{
    padding: 70px 0;
}
.css-1jfw0{
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    height: 100%;
    display: flex;
}

.css-s9gq7{
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    text-align: center;
    color: rgb(132, 145, 165);
}