body {
    user-select: none;
}

.text-center {
    text-align: center;
}

.text-end {
    text-align: end;
}

.border-box {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

@font-face {
    font-family: MQG;
    src: url('./font/MenkQaganTig.eot');
    src: url('./font/MenkQaganTig.eot?#iefix') format('embedded-opentype'), url('./font/MenkQaganTig.woff2') format('woff2'), url('./font/MenkQaganTig.woff') format('woff'), url('./font/MenkQaganTig.ttf') format('truetype'), url('./font/MenkQaganTig.svg#MenkQaganTig') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-mqg {
    font-family: 'MQG';
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.mgl {
    -webkit-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: tb-lr;
    writing-mode: tb-lr;
    text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: 0!important;
    word-break: keep-all;
}

.d_tc {
    display: table-column;
}

.mnTextarea {
    font-size: 18px;
    width: calc(85vw - 186px);
    height: 245px;
    display: table-column;
}

.layui-form-label {
    font-size: 12px;
}

.layui-form-label {
    width: 90px;
}

.layui-input-block {
    margin-left: 120px;
}

.required_text {
    font-size: 14px;
    margin-right: 16px;
    color: #666;
}


/* login */

.login_body {
    background-color: #f5f6f7;
}

.login_container {
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    background: #fff;
}

.login_logo {
    max-width: 300px;
    margin-bottom: 24px;
}

.login_logo img {
    max-width: 100%;
    max-height: 100%;
}

.login_title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px;
}

.login_form {
    width: 330px;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
}

.login_form .layui-form-item {
    position: relative;
    margin-bottom: 35px;
}

.login_label {
    position: absolute;
    left: 10px;
    top: -15px;
    background-color: #fff;
    padding: 0 4px;
}


/* article */

.article_body {
    background-color: #fff;
}

.article_head {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article_user {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 40px;
    align-items: center;
    margin-top: 10px;
    margin-right: 15px;
}

.article_function {
    margin-left: 15px;
}

.article_select {
    width: 100px;
    margin-left: 10px;
}

.article_select .layui-form-item {
    margin-bottom: 0;
}

.article_select .layui-input {
    height: 30px;
}

.article_userName {}

#operationArticle,
#auditLayer {
    height: 100%;
}

.newArticle_form {
    padding: 30px;
    height: 100%;
    position: relative;
}

.newArticle_form_btn {
    /* position: absolute;
    bottom: 30px;
    right: 30px; */
    text-align: end;
    padding-bottom: 24px;
    background-color: #fff;
}

.layui-table-body::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.layui-table-body::-webkit-scrollbar-track {
    height: 5px;
}

.layui-table-body::-webkit-scrollbar-button {
    display: none;
}

.layui-table-body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.layui-table-tips-main {
    font-family: 'MQG';
    font-size: 18px;
}

.table_more {
    display: block;
    color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 2px;
}

.tm_edit {
    background-color: #1E9FFF;
}

.tm_del {
    background-color: #FF5722;
}

.layui-form-select dl dd.layui-this {
    background-color: #1E9FFF;
    color: #fff;
}

xm-select * {
    font-size: 16px !important;
}

.article_page {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.article_active {
    color: #1E9FFF;
    font-weight: 600;
}

.version_active {
    color: #1E9FFF;
}

#auditTextarea {
    resize: none;
    font-size: 18px;
    width: calc(85vw - 62px);
    height: calc(60vh - 195px);
    display: table-column;
}

.auditTitle {
    margin-bottom: 12px;
}

.auditLayer_btn {
    text-align: right;
}

#AuditBackContent {
    padding: 20px;
    overflow: hidden;
}


/* Responsive */

@media (max-width: 767.98px) {
    .login_body {
        background-color: #fff;
    }
}