@media (min-width: 992px) {
    main {
        max-width: calc(100% - 18rem);
    }
}

.learning {
    display: flex;
    justify-content: space-between;
}

.article-list {
    width: 100%;
    padding: 1.7rem;
}

.article {
    margin-bottom: 2rem;
    border-bottom: 1px solid #f2f2f2;
}

.article-detail {
    scrollbar-width: none;
    padding: 1.7rem;
}

.article-info {
    margin-top: 2rem;
}

.article-info p{
    word-wrap: break-word; /* 允许长单词或URL被打断换行 */
}
.article-info img{
    cursor: pointer;
    max-width: 90% !important;
}

.article-header {
    margin-bottom: 1.2rem
}

.article-header a:hover {
    color: #0b5ed7 !important;
}

.article-header h1 {
    font-size: 1.15rem;
}

.article-meta {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.8rem;
}

.article-meta span {
    margin-right: 0.4rem;
}

.article-meta span i {
    margin-right: 0.5rem;
}

.s-btn {
    all: unset;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.3rem;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: linear-gradient(to right, #FF512F 0%, #F09819 80%, #F09819 100%);
}

.s-btn:focus,
.s-btn:active {
    color: #ffffff;
}

.s-btn:hover {
    color: #ffffff;
    -webkit-filter: brightness(1.05) contrast(1.05);
    filter: brightness(1.05) contrast(1.05);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.s-btn:hover:before {
    bottom: 0;
    -webkit-filter: blur(10px) brightness(0.95);
    filter: blur(10px) brightness(0.95);
}

.donate-payimg {
    display: inline-block;
    padding: 10px;
    border: 6px solid #ea5f00;
    margin: 0 auto;
    border-radius: 3px;
}

.tab-pane p {
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.donate-payimg img {
    display: block;
    text-align: center;
    width: 140px;
    height: 140px;
}

.form-item {
    display: flex;
}

.comment {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.comment:after {
    content: "";
    position: absolute;
    bottom: -1.8rem;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
}

.prompt {
    position: absolute;
    top: -1.35rem;
    font-weight: bold;
    font-size: 0.9rem;
}

.comment-item {
    display: flex;
    margin-top: 0.6rem;
}

.comment-item img, .avatar-img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.children img {
    width: 2rem;
    height: 2rem;
}

.comment-info {
    padding-top: 0.1rem;
}

.comment-name, .comment-con {
    font-size: 0.86rem;
}

.comment-del {
    color: #ff8000;
    font-size: 0.9rem;
    padding: 0.2rem 0;
}

.comment-del::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 3px;
    height: 17px;
    top: -2px;
    background-color: #9e9d9d;
    border-radius: 20px;
    vertical-align: middle;

    margin-right: 0.5rem;
}

.comment-mention {
    font-size: 0.76rem;
    color: #0b5ed7;
}

.comment-time {
    margin-top: 0.1rem;
    font-size: 0.77rem;
}

.comment-btn {
    all: unset;
    width: 2.5rem;
    font-size: 0.9rem;
    font-weight: bold;
}

.reply-btn {
    all: unset;
    width: 2.5rem;
    font-size: 0.75rem;
    font-weight: bold;
}

.emoji_btn {
    all: unset;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.page{
    display: flex;
    justify-content: center;
}

.ck-content blockquote {
    height: 1.55rem;
    border-left: 5px solid #222121;
    font-style: normal;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 0.5em;
    padding-right: 1em;
}

.ck-content pre {
    background: hsla(0, 0%, 78%, .3);
    border: 1px solid #dee2e6;
    border-radius: 2px;
    color: #353535;
    direction: ltr;
    font-style: normal;
    min-width: 200px;
    padding: 1em;
    tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
}