.replacement {
    color: #999;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.tag {
    display: block;
    color: #999;
    font-size: 12px;
    padding: 3px 14px;
    background-color: rgba(0, 0, 0, 0.07);
    margin-right: 10px;
    margin-bottom: 7px;
}

.hot-article-item-title {
    font-size: 18px;
    color: var(--theme-black-color);
    line-height: 32px;
}

.hot-article-item-content {
    color: #999;
    font-size: 14px;
}

.hot-article-meta {
    margin: 15px 0;
}

.time {
    font-size: 12px;
    line-height: 17px;
    color: #999;
}

.article-tag {
    display: block;
    color: #0079FE;
    font-size: 12px;
    padding: 3px 14px;
    background-color: #E7F1FE;
    margin-right: 10px;
    white-space: nowrap;
    line-height: normal;
}

.top-ranking {
    color: red;
    margin-right: 10px;
    font-size: 24px;
    line-height: normal;
		 margin-top: -5px;
}

.normal-ranking {
    color: #9196A1;
    margin-right: 10px;
    font-size: 24px;
    line-height: normal;
		 margin-top: -5px;
}

.group {
    margin-top: 15px;
    display: none;
    flex-wrap: wrap;
}

.group.active {
    display: flex !important;
}