.scroll-nav-item{
    border: 0px solid #ccc;
    border-radius: 15px;
    color: #fcfcfc;
}
.fa-bars{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    
}
.carousel-container{
    border-radius:0px;
}

.slide-content h2{
    font-size: 14px;

}
.slide-content p{
    font-size: 12px;

}

/* 文章页面 */

.article-title-section .title{
    font-size: 16px;
}

.follow-btn{
    font-size: 12px;
}

.article-cover img{
    padding: 10px 15px;
    border-radius: 10px;
}
.article-content p {
     margin: 0 !important; 
   
}

.xinde{
   
    display: inline-block;
}

.swqaa{
    font-size: 16px;
    color: rgb(250, 54, 54);
}

.post-link{
    text-decoration: none;
}