

/* 文章标签 */
.tags_red,
.tags_purple,
.tags_yellow,
.tags_blue {
    padding: 4px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-family: "黑体";
}

.tags_red {
    background-color: #f14446;
}

.tags_purple {
    background-color: #9e50ff;
}

.tags_yellow {
    background-color: #f2b049;
}

.tags_blue {
    background-color: #539dfd;
}


/* 3个小圆点 */
.dots {
    overflow: hidden;
}

.dots ol {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.dots ol li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
}

.dots ol li:nth-child(1) {
    background-color: #ee2d1c;
}

.dots ol li:nth-child(2) {
    background-color: #f2c631;
}

.dots ol li:nth-child(3) {
    background-color: #608af2;
}


/* 分页 */
.pagination {
    display: block;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    text-align: center;
}

.pagination a {
    color: var(--Yuexing-a);
    padding: 5px 10px !important;
    margin-right: 4px;
    border-radius: 4px;
}

.pagination a:hover {
    color: #fff;
    background-color: var(--Yuexing-pagination-a);
}

/* 选中颜色 */
.pagination .paginationAction {
    color: #fff !important;
    background-color: var(--Yuexing-color) !important;
}


/* 加载列表按钮 */
.loadList {
    display: none;
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin: 30px auto !important;
    color: #539dfd;
    border: 1px solid #539dfd;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.loadList:hover {
    color: #fff;
    border: 1px solid #8ea8f8;
    background-color: #8ea8f8;
}

.loadList i {
    font-weight: 700;
}


/* 文章内容样式 */
.article_Info p {
    margin: 7px 0;
    font-size: 15px;
    line-height: 2em;
    color: var(--Yuexing-article);
    transition: all 0.3s;
}

.article_Info h1,
.article_Info h2,
.article_Info h3 {
    position: relative;
    margin: 20px 0;
    margin-left: 20px;
    color: var(--Yuexing-title);
    font-size: 19px;
    transition: all 0.3s;
}

.article_Info h1 {
    margin-left: 0;
    transition: all 0.3s;
    font-size: 22px;
}

/* .article_Info h1::before {
    content: "#";
    position: absolute;
    top: -5px;
    left: -30px;
    margin-right: 10px;
    color: var(--Yuexing-mNav-two-active1);
    font-size: 35px;
} */

.article_Info h2::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -20px;
    width: 5px;
    height: 30px;
    background-color: var(--Yuexing-mNav-two-active1);
    transition: all 0.3s;
}

.article_Info h3::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    background-color: var(--Yuexing-mNav-two-active1);
}

/* 文本高亮 */
.s {
    padding: 1px;
    margin: 0 3px;
    color: var(--Yuexing-color);
    border-radius: 3px;
    background-color: var(--Yuexing-select);
    transition: all 0.3s;
}

.p {
    padding: 5px 10px;
    margin: 0 3px;
    color: var(--Yuexing-color) !important;
    border-radius: 3px;
    background-color: var(--Yuexing-select);
    transition: all 0.3s;
}

/* 标题卡 */
.article_Info .articleTitle_blue {
    overflow: hidden;
    border-radius: 3px;
}

.article_Info .articleTitle_blue h4 {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    color: #fff;
    background-color: #539dfd;
    font-weight: 700;
}

.article_Info .articleTitle_blue p {
    padding: 0 10px;
    margin: 0;
    color: #539dfd;
    background-color: #e4f0ff;
}


/* 评论 */
.article .comment .title {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin-top: 20px;
    color: var(--Yuexing-a);
}

.article .comment .title i {
    font-size: 18px;
}

/* 表情 */
.article .comment .phiz {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

/* 表情包大小 */
.article .comment .phiz img {
    width: 25px;
    height: 30px;
    margin-right: 10px;
    cursor: pointer;
}

/* 评论区 */
.article .comment .comment_box {
    position: relative;
    z-index: 1;
    height: 180px;
    border-radius: 5px;
    border: 1px solid var(--Yuexing-text-bk);
    transition: all 0.3s;
}

/* 评论框 */
.article .comment .comment_box textarea {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 1.7;
    padding: 10px;
    color: var(--Yuexing-a);
    font-size: 16px;
    font-family: "黑体";
    border: 0;
    background: url(../image/comment.png) no-repeat bottom right;
    background-size: 35%;
    resize: none;
    box-sizing: border-box;
}

.article .comment .comment_box:hover {
    border: 1px solid #539dfd;
}

/* 评论者信息 */
.article .comment .comment_info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

/* 头像 */
.article .comment .comment_info img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
    border-radius: 50%;
}

/* 表单 */
.article .comment .comment_info input {
    width: 185px;
    height: 35px;
    padding-left: 10px;
    margin-right: 10px;
    color: var(--Yuexing-nav-tags);
    border: 1px solid var(--Yuexing-input-bk);
    border-radius: 5px;
    background-color: var(--Yuexing-input-bj);
    transition: all 0.3s;
}

.article .comment .comment_info input:hover {
    border: 1px solid #539dfd;
}

/* 提交按钮 */
.article .comment .comment_info a {
    align-self: flex-end;
    width: 72px;
    height: 32px;
    line-height: 32px;
    margin: 0 10px 0 360px;
    color: #fff;
    border-radius: 5px;
    background-color: var(--Yuexing-color);
    text-align: center;
}

.article .comment .comment_info a:hover {
    color: #fff !important;
    background-color: #88a9f9;
}

/* 华丽的分割线 */
.article .comment .hr {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
}

.article .comment .hr div {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}

/* 评论区标题 */
.article .comment .hr .title_hr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 30px;
    text-align: center;
    color: var(--Yuexing-a);
    background-color: var(--Yuexing-bg);
    font-size: 18px;
    transition: all 0.3s;
}

.article .comment .hr .title_hr i {
    font-size: 18px;
}

/* 评论内容 */
.article .comment .comment_content ul {
    display: flex;
    flex-direction: column;
    font-family: "黑体";
}

.article .comment .comment_content ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 105px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--Yuexing-dashed);
    font-size: 14px;
    transition: all 0.3s;
}

/* 最后一个取消下边框 */
.article .comment .comment_content ul li:last-of-type {
    border-bottom: 0;
}

/* 评论者信息 */
.article .comment .comment_content ul li .comment_user {
    display: flex;
    align-items: center;
}

/* 评论者头像 */
.article .comment .comment_content ul li .comment_user img {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    border-radius: 50%;
}

.article .comment .comment_content ul li .comment_user>div {
    display: flex;
    flex-direction: column;
}

/* 评论者昵称 */
.article .comment .comment_content ul li .comment_user>div span:nth-child(1) {
    color: var(--Yuexing-tags-a);
    transition: all 0.3s;
    font-size: 15px;
}

/* 评论时间 */
.article .comment .comment_content ul li .comment_user>div span:nth-child(2) {
    color: #8599ab;
    margin-top: 3px;
}

/* 评论的内容 */
.article .comment .comment_content ul li>.comment_main {
    color: var(--Yuexing-article);
    margin: 15px 0px 15px 50px;
    font-size: 15px;
    transition: all 0.3s;
    word-break: break-word;
}

/* 二级评论 */
.article .comment .comment_content ul li>.comment_user1 .comment_user {
    margin: 10px 0 0 50px;
}

.article .comment .comment_content ul li>.comment_user1 .comment_user img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.article .comment .comment_content ul li>.comment_user1 .comment_main {
    margin: 10px 0px 10px 85px;
}

/* @ */
.article .comment .comment_content ul li>.comment_user1 .comment_main a {
    color: #007bff;
}