@charset "UTF-8";

code {
    font-size: 13px;
}

.Paper {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    background-color: #242424;
    padding: 20px;
    text-align: justify;
}

.ArticleTitle {
    font-size: 32px;
    line-height: 32px;
    color: white;
}

.ArticleInfo {
    color: #888888;
    font-size: 14px;
    line-height: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.InfoKey {
    color: #BBBBBB;
}

.GroupTitle {
    cursor: pointer;
}

    .GroupTitle:hover {
        color: #7799ff;
    }

.FlexTagBox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 32px;
}

.ArticleHead01 {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: bold;
}

.ArticleHead02 {
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: bold;
}

.ArticleHead03 {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: bold;
}

.ArticleHead04 {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: bold;
}

.ArticleHead05 {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: bold;
}

a.Link {
    color: #7799ff;
    text-decoration: underline;
}

.ArticleTagBox {
    margin-top: -1px;
    margin-left: -1px;
    display: flow-root;
    text-align: right;
}

.ArticleTagItem {
    line-height: 14px;
    font-size: 14px;
    padding: 7px 14px;
    color: rgba(255, 255, 255, 0.8);
    background-color: #404040;
    cursor: pointer;
    border-radius: 14px;
}

.ArticleBanner {
    width: 1000px;
    margin: -15px -20px 15px;
}

.CommentInputBar {
    height: 100px;
    margin-top: 10px;
    display: grid;
    grid-template-columns: auto 100px;
}

.CommentInputBox {
    height: 100%;
    line-height: 20px;
    width: 100%;
    border-radius: unset;
    outline: unset;
    background-color: #242424;
    color: white;
    border: none;
    resize: none;
    font-family: 'PingFang SC', 'Microsoft YaHei UI', 'NSimSun', 'serif';
}

.SubmitCommentButton {
    background-color: #4370f5;
    line-height: 100px;
    cursor: pointer;
    color: white;
    font-size: 14px;
}

/* 以下为新格式的样式 */

.header_01 {
    font-size: 22px;
    font-weight: bold;
    color: white;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 14px;
}

.header_02 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 14px;
}

.header_03 {
    font-size: 18px;
    font-weight: bold;
    color: white;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 14px;
}

.header_04 {
    font-size: 16px;
    font-weight: bold;
    color: white;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 14px;
}

.inlineElement {
    display: inline-block;
    margin: 0;
}

.emptyParagraph {
    height: 14px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.paragraph {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 14px;
    text-align: justify;
}

.endParagraph {
    font-size: 0;
    line-height: 0;
    margin-top: -14px;
    margin-bottom: 0;
}

.formula {
    color: white;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
}

.custom-square-list {
    list-style-type: none;
    padding-left: 0;
}

    .custom-square-list li {
        position: relative;
        padding-left: 32px;
    }

        .custom-square-list li::before {
            content: "";
            position: absolute;
            left: 14px;
            top: 50%;
            transform: translateY(-50%);
            width: 4px;
            height: 4px;
            background-color: white;
            display: inline-block;
        }

.cellParagraph {
    font-size: 14px;
    line-height: 14px;
    text-align: justify;
    margin: 0;
}

.normalTable {
    border-collapse: collapse;
    display: inline-table;
}

    .normalTable th, .normalTable td {
        border: 1px solid rgb(64, 64, 64);
        padding: 8px;
    }

.headRow {
    background-color: rgb(64, 64, 64);
}

.evenRow {
    background-color: rgb(42, 42, 42);
}
